Home
last modified time | relevance | path

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

12

/frameworks/base/keystore/java/android/security/
DGateKeeper.java34 public static IGateKeeperService getService() { in getService() method in GateKeeper
/frameworks/native/include/binder/
DIServiceManager.h69 status_t getService(const String16& name, sp<INTERFACE>* outService) in getService() function
/frameworks/base/core/java/com/android/server/
DLocalServices.java45 public static <T> T getService(Class<T> type) { in getService() method in LocalServices
/frameworks/base/core/tests/coretests/src/android/print/mockservice/
DPrintServiceCallbacks.java26 public PrintService getService() { in getService() method in PrintServiceCallbacks
DStubbablePrinterDiscoverySession.java40 public PrintService getService() { in getService() method in StubbablePrinterDiscoverySession
/frameworks/base/tools/layoutlib/bridge/src/android/os/
DServiceManager.java29 public static IBinder getService(String name) { in getService() method in ServiceManager
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
DQSTileServiceWrapper.java98 public IQSTileService getService() { in getService() method in QSTileServiceWrapper
/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.java527 /*package*/ BluetoothGattService getService(BluetoothDevice device, UUID uuid, in getService() method in BluetoothGatt
778 public BluetoothGattService getService(UUID uuid) { in getService() method in BluetoothGatt
/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.java129 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/base/nfc-extras/java/com/android/nfc_extras/
DNfcAdapterExtras.java168 INfcAdapterExtras getService() { in getService() method in NfcAdapterExtras
/frameworks/native/libs/binder/
DAppOpsManager.cpp42 sp<IAppOpsService> AppOpsManager::getService() in getService() function in android::AppOpsManager
DIServiceManager.cpp139 virtual sp<IBinder> getService(const String16& name) const in getService() function in android::BpServiceManager
/frameworks/av/media/libmedia/
Dmediametadataretriever.cpp38 const sp<IMediaPlayerService> MediaMetadataRetriever::getService() in getService() function in android::MediaMetadataRetriever
/frameworks/base/core/java/android/app/
DStatusBarManager.java104 private synchronized IStatusBarService getService() { in getService() method in StatusBarManager
DSystemServiceRegistry.java817 T getService(ContextImpl ctx); in getService() method
833 public final T getService(ContextImpl ctx) { in getService() method in SystemServiceRegistry.CachedServiceFetcher
857 public final T getService(ContextImpl unused) { in getService() method in SystemServiceRegistry.StaticServiceFetcher
881 public final T getService(ContextImpl ctx) { in getService() method in SystemServiceRegistry.StaticApplicationContextServiceFetcher
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DFrameworkFacade.java77 public IBinder getService(String serviceName) { in getService() method in FrameworkFacade
/frameworks/base/core/java/android/net/
DVpnService.java129 private static IConnectivityManager getService() { in getService() method in VpnService

12