Searched defs:waitForService (Results 1 – 8 of 8) sorted by relevance
112 sp<INTERFACE> waitForService(const String16& name) { in waitForService() function
56 sp<IBinder> ServiceManager::waitForService(const String16& name) { in waitForService() function in android::ServiceManager
242 private void changeTest(boolean waitForService) throws Throwable { in changeTest()
245 public static native IBinder waitForService(@NonNull String name); in waitForService() method in ServiceManager
206 bool waitForService = ((argc > 1) && (argv[0] == "-w")); in cmdMain() local
278 sp<IBinder> ServiceManagerShim::waitForService(const String16& name16) in waitForService() function in android::ServiceManagerShim
947 private void waitForService(boolean expectRunning) { in waitForService() method in BugreportReceiverTest