Searched refs:getService (Results 51 - 75 of 264) sorted by relevance

1234567891011

/frameworks/base/core/java/android/net/
H A DPacProxySelector.java50 ServiceManager.getService(PROXY_SERVICE));
62 ServiceManager.getService(PROXY_SERVICE));
H A DNetworkScoreManager.java131 IBinder iBinder = ServiceManager.getService(Context.NETWORK_SCORE_SERVICE);
/frameworks/base/core/java/android/os/
H A DServiceManagerNative.java59 IBinder service = getService(name);
118 public IBinder getService(String name) throws RemoteException { method in class:ServiceManagerProxy
/frameworks/av/media/libmedia/
H A DIMediaDeathNotifier.cpp43 binder = sm->getService(String16("media.player"));
/frameworks/av/media/ndk/
H A DNdkMediaCrypto.cpp51 sm->getService(String16("media.player"));
/frameworks/base/core/java/android/service/dreams/
H A DSandman.java83 ServiceManager.getService(DreamService.DREAM_SERVICE));
/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionSessionService.java67 ServiceManager.getService(Context.VOICE_INTERACTION_MANAGER_SERVICE));
/frameworks/base/core/java/android/widget/
H A DToast.java115 INotificationManager service = getService();
136 getService().cancelToast(mContext.getPackageName(), mTN);
310 static private INotificationManager getService() { method in class:Toast
314 sService = INotificationManager.Stub.asInterface(ServiceManager.getService("notification"));
/frameworks/base/test-runner/src/android/test/
H A DServiceTestCase.java123 public T getService() { method in class:ServiceTestCase
220 * Note: To be able to use bindService in a test, the service must implement getService()
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
H A DPowerTest.java45 mPowerManager = IPowerManager.Stub.asInterface(ServiceManager.getService("power"));
/frameworks/testing/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/
H A DUiAutomatorTestCase.java126 .getService(Context.INPUT_METHOD_SERVICE));
/frameworks/base/keystore/java/android/security/
H A DKeyChain.java317 final IKeyChainService keyChainService = keyChainConnection.getService();
352 IKeyChainService keyChainService = keyChainConnection.getService();
432 public IKeyChainService getService() { method in class:KeyChain.KeyChainConnection
/frameworks/av/media/mediaserver/
H A Dmain_mediaserver.cpp102 sp<IBinder> binder = sm->getService(String16("media.log"));
/frameworks/base/cmds/appops/src/com/android/commands/appops/
H A DAppOpsCommand.java130 ServiceManager.getService(Context.APP_OPS_SERVICE));
/frameworks/base/cmds/appwidget/src/com/android/commands/appwidget/
H A DAppWidget.java150 IBinder binder = ServiceManager.getService(Context.APPWIDGET_SERVICE);
/frameworks/base/cmds/dpm/src/com/android/commands/dpm/
H A DDpm.java63 ServiceManager.getService(Context.DEVICE_POLICY_SERVICE));
/frameworks/base/core/java/android/service/notification/
H A DConditionProviderService.java73 ServiceManager.getService(Context.NOTIFICATION_SERVICE));
/frameworks/base/core/tests/coretests/src/android/app/
H A DSearchManagerTest.java95 ServiceManager.getService(Context.SEARCH_SERVICE));
/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DPackageHelperTests.java39 IBinder service = ServiceManager.getService("mount");
/frameworks/base/libs/usb/src/com/android/future/usb/
H A DUsbManager.java81 IBinder b = ServiceManager.getService(Context.USB_SERVICE);
/frameworks/base/location/lib/java/com/android/location/provider/
H A DLocationProviderBase.java117 IBinder b = ServiceManager.getService(Context.LOCATION_SERVICE);
/frameworks/base/nfc-extras/java/com/android/nfc_extras/
H A DNfcAdapterExtras.java168 INfcAdapterExtras getService() { method in class:NfcAdapterExtras
/frameworks/base/packages/SystemUI/src/com/android/systemui/net/
H A DNetworkOverLimitActivity.java78 ServiceManager.getService(Context.NETWORK_POLICY_SERVICE));
/frameworks/base/packages/VpnDialogs/src/com/android/vpndialogs/
H A DConfirmDialog.java58 ServiceManager.getService(Context.CONNECTIVITY_SERVICE));
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DActiveSourceHandler.java52 mService = mSource.getService();

Completed in 710 milliseconds

1234567891011