/frameworks/base/core/java/com/android/server/ |
D | LocalServices.java | 43 public static <T> T getService(Class<T> type) { in getService() method in LocalServices
|
/frameworks/native/include/binder/ |
D | IServiceManager.h | 69 status_t getService(const String16& name, sp<INTERFACE>* outService) in getService() function
|
/frameworks/base/tools/layoutlib/bridge/src/android/os/ |
D | ServiceManager.java | 29 public static IBinder getService(String name) { in getService() method in ServiceManager
|
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothGattServer.java | 404 /*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
|
D | BluetoothGatt.java | 639 /*package*/ BluetoothGattService getService(BluetoothDevice device, UUID uuid, in getService() method in BluetoothGatt 858 public BluetoothGattService getService(UUID uuid) { in getService() method in BluetoothGatt
|
D | BluetoothGattCharacteristic.java | 302 public BluetoothGattService getService() { in getService() method in BluetoothGattCharacteristic
|
/frameworks/base/core/java/android/os/ |
D | IServiceManager.java | 36 public IBinder getService(String name) throws RemoteException; in getService() method
|
D | ServiceManager.java | 49 public static IBinder getService(String name) { in getService() method in ServiceManager
|
D | ServiceManagerNative.java | 118 public IBinder getService(String name) throws RemoteException { in getService() method in ServiceManagerProxy
|
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/ |
D | BordeauxManagerService.java | 71 static public synchronized IBordeauxService getService(Context context) { in getService() method in BordeauxManagerService
|
/frameworks/base/test-runner/src/android/test/ |
D | ServiceTestCase.java | 123 public T getService() { in getService() method in ServiceTestCase
|
/frameworks/base/core/java/android/content/ |
D | ClipboardManager.java | 96 static private IClipboard getService() { in getService() method in ClipboardManager
|
/frameworks/base/services/core/java/com/android/server/location/ |
D | GeocoderProxy.java | 66 private IGeocodeProvider getService() { in getService() method in GeocoderProxy
|
D | LocationProviderProxy.java | 83 private ILocationProvider getService() { in getService() method in LocationProviderProxy
|
/frameworks/native/libs/binder/ |
D | AppOpsManager.cpp | 42 sp<IAppOpsService> AppOpsManager::getService() in getService() function in android::AppOpsManager
|
D | IServiceManager.cpp | 134 virtual sp<IBinder> getService(const String16& name) const in getService() function in android::BpServiceManager
|
/frameworks/base/nfc-extras/java/com/android/nfc_extras/ |
D | NfcAdapterExtras.java | 168 INfcAdapterExtras getService() { in getService() method in NfcAdapterExtras
|
/frameworks/av/media/libmedia/ |
D | mediametadataretriever.cpp | 38 const sp<IMediaPlayerService>& MediaMetadataRetriever::getService() in getService() function in android::MediaMetadataRetriever
|
/frameworks/base/core/java/android/app/ |
D | StatusBarManager.java | 80 private synchronized IStatusBarService getService() { in getService() method in StatusBarManager
|
D | NotificationManager.java | 91 static public INotificationManager getService() in getService() method in NotificationManager
|
/frameworks/base/keystore/java/android/security/ |
D | KeyChain.java | 432 public IKeyChainService getService() { in getService() method in KeyChain.KeyChainConnection
|
/frameworks/base/core/java/android/net/ |
D | VpnService.java | 129 private static IConnectivityManager getService() { in getService() method in VpnService
|
/frameworks/base/core/java/android/widget/ |
D | Toast.java | 318 static private INotificationManager getService() { in getService() method in Toast
|
/frameworks/base/core/java/android/app/job/ |
D | JobInfo.java | 106 public ComponentName getService() { in getService() method in JobInfo
|
/frameworks/base/media/java/android/media/audiopolicy/ |
D | AudioPolicy.java | 494 private static IAudioService getService() in getService() method in AudioPolicy
|