Home
last modified time | relevance | path

Searched defs:getService (Results 1 – 25 of 34) sorted by relevance

12

/frameworks/base/core/java/com/android/server/
DLocalServices.java43 public static <T> T getService(Class<T> type) { in getService() method in LocalServices
/frameworks/native/include/binder/
DIServiceManager.h69 status_t getService(const String16& name, sp<INTERFACE>* outService) in getService() function
/frameworks/base/tools/layoutlib/bridge/src/android/os/
DServiceManager.java29 public static IBinder getService(String name) { in getService() method in ServiceManager
/frameworks/base/core/java/android/bluetooth/
DBluetoothGattServer.java404 /*package*/ BluetoothGattService getService(UUID uuid, int instanceId, int type) { in getService() method in BluetoothGattServer
684 public BluetoothGattService getService(UUID uuid) { in getService() method in BluetoothGattServer
DBluetoothGatt.java639 /*package*/ BluetoothGattService getService(BluetoothDevice device, UUID uuid, in getService() method in BluetoothGatt
858 public BluetoothGattService getService(UUID uuid) { in getService() method in BluetoothGatt
DBluetoothGattCharacteristic.java302 public BluetoothGattService getService() { in getService() method in BluetoothGattCharacteristic
/frameworks/base/core/java/android/os/
DIServiceManager.java36 public IBinder getService(String name) throws RemoteException; in getService() method
DServiceManager.java49 public static IBinder getService(String name) { in getService() method in ServiceManager
DServiceManagerNative.java118 public IBinder getService(String name) throws RemoteException { in getService() method in ServiceManagerProxy
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
DBordeauxManagerService.java71 static public synchronized IBordeauxService getService(Context context) { in getService() method in BordeauxManagerService
/frameworks/base/test-runner/src/android/test/
DServiceTestCase.java123 public T getService() { in getService() method in ServiceTestCase
/frameworks/base/core/java/android/content/
DClipboardManager.java96 static private IClipboard getService() { in getService() method in ClipboardManager
/frameworks/base/services/core/java/com/android/server/location/
DGeocoderProxy.java66 private IGeocodeProvider getService() { in getService() method in GeocoderProxy
DLocationProviderProxy.java83 private ILocationProvider getService() { in getService() method in LocationProviderProxy
/frameworks/native/libs/binder/
DAppOpsManager.cpp42 sp<IAppOpsService> AppOpsManager::getService() in getService() function in android::AppOpsManager
DIServiceManager.cpp134 virtual sp<IBinder> getService(const String16& name) const in getService() function in android::BpServiceManager
/frameworks/base/nfc-extras/java/com/android/nfc_extras/
DNfcAdapterExtras.java168 INfcAdapterExtras getService() { in getService() method in NfcAdapterExtras
/frameworks/av/media/libmedia/
Dmediametadataretriever.cpp38 const sp<IMediaPlayerService>& MediaMetadataRetriever::getService() in getService() function in android::MediaMetadataRetriever
/frameworks/base/core/java/android/app/
DStatusBarManager.java80 private synchronized IStatusBarService getService() { in getService() method in StatusBarManager
DNotificationManager.java91 static public INotificationManager getService() in getService() method in NotificationManager
/frameworks/base/keystore/java/android/security/
DKeyChain.java432 public IKeyChainService getService() { in getService() method in KeyChain.KeyChainConnection
/frameworks/base/core/java/android/net/
DVpnService.java129 private static IConnectivityManager getService() { in getService() method in VpnService
/frameworks/base/core/java/android/widget/
DToast.java318 static private INotificationManager getService() { in getService() method in Toast
/frameworks/base/core/java/android/app/job/
DJobInfo.java106 public ComponentName getService() { in getService() method in JobInfo
/frameworks/base/media/java/android/media/audiopolicy/
DAudioPolicy.java494 private static IAudioService getService() in getService() method in AudioPolicy

12