Home
last modified time | relevance | path

Searched defs:testService (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/errorprone/tests/java/com/google/errorprone/bugpatterns/android/
H A DRequiresPermissionCheckerTest.java139 public void testService() { in testService() method in RequiresPermissionCheckerTest
/aosp12/frameworks/base/services/tests/mockingservicestests/src/com/android/server/appop/
H A DAppOpsUpgradeTest.java158 AppOpsService testService = spy( in testUpgradeFromNoVersion() local
/aosp12/frameworks/native/libs/binder/ndk/tests/
H A Dlibbinder_ndk_unit_test.cpp257 sp<IBinder> testService = sm->getService(String16(IFoo::kSomeInstanceName)); in TEST() local
658 sp<IBinder> testService = sm->getService(String16(kBinderNdkUnitTestService)); in TEST() local
/aosp12/system/hardware/interfaces/suspend/1.0/default/
H A DSystemSuspendUnitTest.cpp93 std::thread testService([] { in registerTestService() local
/aosp12/frameworks/native/libs/binder/tests/
H A DbinderLibTest.cpp1512 sp<BinderLibTestService> testService = new BinderLibTestService(index); in run_server() local