Searched defs:waitForService (Results 1 – 9 of 9) sorted by relevance
53 public IBinder waitForService() { in waitForService() method in ArtModuleServiceManager.ServiceRegisterer
283 public static IBinder waitForService(@NonNull String name) { in waitForService() method in ServiceManager
251 private void changeTest(boolean waitForService) throws Throwable { in changeTest()
163 sp<INTERFACE> waitForService(const String16& name) { in waitForService() function
59 sp<IBinder> FakeServiceManager::waitForService(const String16& name) { in waitForService() function in android::FakeServiceManager
206 bool waitForService = ((argc > 1) && (argv[0] == "-w")); in cmdMain() local
350 sp<IBinder> ServiceManagerShim::waitForService(const String16& name16) in waitForService() function in android::ServiceManagerShim
833 private void waitForService(boolean expectRunning) { in waitForService() method in BugreportReceiverTest