HomeSort by relevance Sort by last modified time
    Searched refs:checkService (Results 1 - 25 of 32) sorted by null

1 2

  /frameworks/base/tools/layoutlib/bridge/src/android/os/
ServiceManager.java 48 public static IBinder checkService(String name) {
  /frameworks/base/core/java/android/os/
UpdateLock.java 34 private static void checkService() {
106 checkService();
130 checkService();
IServiceManager.java 42 public IBinder checkService(String name) throws RemoteException;
ServiceManager.java 99 public static IBinder checkService(String name) {
105 return getIServiceManager().checkService(name);
108 Log.e(TAG, "error in checkService", e);
ServiceManagerNative.java 67 IBinder service = checkService(name);
130 public IBinder checkService(String name) throws RemoteException {
  /frameworks/av/services/audioflinger/
SchedulingPolicyService.cpp 39 sp<IBinder> binder = defaultServiceManager()->checkService(_scheduling_policy);
  /frameworks/native/cmds/dumpsys/
dumpsys.cpp 60 sp<IBinder> service = sm->checkService(services[i]);
68 sp<IBinder> service = sm->checkService(services[i]);
  /frameworks/av/include/common_time/
ICommonTimeConfig.h 58 sp<IBinder> binder = defaultServiceManager()->checkService(
ICommonClock.h 93 sp<IBinder> binder = defaultServiceManager()->checkService(
  /frameworks/native/include/binder/
IServiceManager.h 44 virtual sp<IBinder> checkService( const String16& name) const = 0;
  /frameworks/native/libs/binder/
IServiceManager.cpp 104 sp<IBinder> binder = defaultServiceManager()->checkService(_permission);
137 sp<IBinder> svc = checkService(name);
145 virtual sp<IBinder> checkService( const String16& name) const
203 sp<IBinder> b = const_cast<BnServiceManager*>(this)->checkService(which);
  /packages/apps/Phone/tests/src/com/android/phone/tests/
CallDialTest.java 158 ITelephony phone = ITelephony.Stub.asInterface(ServiceManager.checkService("phone"));
176 ITelephony phone = ITelephony.Stub.asInterface(ServiceManager.checkService("phone"));
  /packages/experimental/RpcPerformance/
rpcperftest.cpp 66 sp<IBinder> service = sm->checkService(String16(argv[1]));
  /frameworks/base/cmds/service/
service.cpp 94 sp<IBinder> service = sm->checkService(String16(argv[optind]));
108 sp<IBinder> service = sm->checkService(name);
118 sp<IBinder> service = sm->checkService(String16(argv[optind++]));
  /frameworks/base/services/java/com/android/server/pm/
ShutdownThread.java 316 ActivityManagerNative.asInterface(ServiceManager.checkService("activity"));
343 ServiceManager.checkService("mount"));
380 INfcAdapter.Stub.asInterface(ServiceManager.checkService("nfc"));
382 ITelephony.Stub.asInterface(ServiceManager.checkService("phone"));
384 IBluetooth.Stub.asInterface(ServiceManager.checkService(
  /frameworks/base/policy/src/com/android/internal/policy/impl/
KeyguardViewBase.java 253 ServiceManager.checkService(Context.AUDIO_SERVICE));
PhoneFallbackEventHandler.java 291 ServiceManager.checkService(Context.AUDIO_SERVICE));
SimPukUnlockScreen.java 164 .checkService("phone")).supplyPuk(mPuk, mPin);
SimUnlockScreen.java 160 .checkService("phone")).supplyPin(mPin);
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastReceiver.java 173 ITelephony phone = ITelephony.Stub.asInterface(ServiceManager.checkService("phone"));
  /sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
SecurityDetector.java 174 checkService(context, element);
182 private void checkService(XmlContext context, Element element) {
  /frameworks/base/services/java/com/android/server/
CommonTimeManagementService.java 155 if (ServiceManager.checkService(CommonTimeConfig.SERVICE_NAME) == null) {
  /packages/apps/Contacts/src/com/android/contacts/dialpad/
DialpadFragment.java     [all...]
  /packages/apps/Settings/src/com/android/settings/
CryptKeeper.java 704 final ITelephony phone = ITelephony.Stub.asInterface(ServiceManager.checkService("phone"));
  /frameworks/base/core/java/com/android/internal/widget/
LockPatternUtils.java     [all...]

Completed in 732 milliseconds

1 2