Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9bbb8378 authored by Devin Moore's avatar Devin Moore Committed by Automerger Merge Worker
Browse files

Merge "Change binderRpcTest to use 'activity' for a Java test service" into main am: a0f9b791

parents c1f905d1 a0f9b791
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1384,8 +1384,8 @@ TEST(BinderRpc, Java) {
    sp<IServiceManager> sm = defaultServiceManager();
    ASSERT_NE(nullptr, sm);
    // Any Java service with non-empty getInterfaceDescriptor() would do.
    // Let's pick batteryproperties.
    auto binder = sm->checkService(String16("batteryproperties"));
    // Let's pick activity.
    auto binder = sm->checkService(String16("activity"));
    ASSERT_NE(nullptr, binder);
    auto descriptor = binder->getInterfaceDescriptor();
    ASSERT_GE(descriptor.size(), 0u);