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