Home
last modified time | relevance | path

Searched defs:waitForService (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/java/android/os/
DArtModuleServiceManager.java53 public IBinder waitForService() { in waitForService() method in ArtModuleServiceManager.ServiceRegisterer
DServiceManager.java283 public static IBinder waitForService(@NonNull String name) { in waitForService() method in ServiceManager
/frameworks/base/apct-tests/perftests/autofill/src/android/view/autofill/
DLoginTest.java251 private void changeTest(boolean waitForService) throws Throwable { in changeTest()
/frameworks/native/libs/binder/include/binder/
DIServiceManager.h163 sp<INTERFACE> waitForService(const String16& name) { in waitForService() function
/frameworks/native/include/binder/
DIServiceManager.h163 sp<INTERFACE> waitForService(const String16& name) { in waitForService() function
/frameworks/native/libs/fakeservicemanager/
DFakeServiceManager.cpp59 sp<IBinder> FakeServiceManager::waitForService(const String16& name) { in waitForService() function in android::FakeServiceManager
/frameworks/native/cmds/cmd/
Dcmd.cpp206 bool waitForService = ((argc > 1) && (argv[0] == "-w")); in cmdMain() local
/frameworks/native/libs/binder/
DIServiceManager.cpp350 sp<IBinder> ServiceManagerShim::waitForService(const String16& name16) in waitForService() function in android::ServiceManagerShim
/frameworks/base/packages/Shell/tests/src/com/android/shell/
DBugreportReceiverTest.java833 private void waitForService(boolean expectRunning) { in waitForService() method in BugreportReceiverTest