Home
last modified time | relevance | path

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

1234

/frameworks/base/keystore/java/android/security/
DGateKeeper.java37 public static IGateKeeperService getService() { in getService() method in GateKeeper
DAuthorization.java39 private static IKeystoreAuthorization getService() { in getService() method in Authorization
DLegacyVpnProfileStore.java40 private static ILegacyKeystore getService() { in getService() method in LegacyVpnProfileStore
DAndroidKeyStoreMaintenance.java41 private static IKeystoreMaintenance getService() { in getService() method in AndroidKeyStoreMaintenance
DAndroidProtectedConfirmation.java52 private synchronized IProtectedConfirmation getService() { in getService() method in AndroidProtectedConfirmation
/frameworks/base/core/java/android/os/
DHwBinder.java77 public static final IHwBinder getService( in getService() method in HwBinder
90 public static native final IHwBinder getService( in getService() method in HwBinder
/frameworks/base/core/java/com/android/server/
DLocalServices.java45 public static <T> T getService(Class<T> type) { in getService() method in LocalServices
/frameworks/base/apex/jobscheduler/framework/java/android/os/
DDeviceIdleManager.java46 IDeviceIdleController getService() { in getService() method in DeviceIdleManager
/frameworks/base/core/java/android/app/
DUriGrantsManager.java44 public static IUriGrantsManager getService() { in getService() method in UriGrantsManager
/frameworks/base/core/java/android/net/
DNetworkStack.java51 public static IBinder getService() { in getService() method in NetworkStack
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
DQSTileServiceWrapper.java96 public IQSTileService getService() { in getService() method in QSTileServiceWrapper
/frameworks/layoutlib/bridge/src/android/os/
DServiceManager.java29 public static IBinder getService(String name) { in getService() method in ServiceManager
/frameworks/native/include/binder/
DIServiceManager.h157 status_t getService(const String16& name, sp<INTERFACE>* outService) in getService() function
/frameworks/native/libs/binder/include/binder/
DIServiceManager.h157 status_t getService(const String16& name, sp<INTERFACE>* outService) in getService() function
/frameworks/base/core/java/android/bluetooth/
DBluetoothGattServer.java543 /*package*/ BluetoothGattService getService(UUID uuid, int instanceId, int type) { in getService() method in BluetoothGattServer
849 public BluetoothGattService getService(UUID uuid) { in getService() method in BluetoothGattServer
DBluetoothProfileConnector.java172 T getService() { in getService() method in BluetoothProfileConnector
DBluetoothAvrcpController.java118 private IBluetoothAvrcpController getService() { in getService() method in BluetoothAvrcpController
/frameworks/native/libs/fakeservicemanager/
DServiceManager.cpp23 sp<IBinder> ServiceManager::getService( const String16& name) const { in getService() function in android::ServiceManager
/frameworks/native/libs/binder/
DPermissionController.cpp30 sp<IPermissionController> PermissionController::getService() in getService() function in android::PermissionController
DActivityManager.cpp33 sp<IActivityManager> ActivityManager::getService() in getService() function in android::ActivityManager
/frameworks/base/test-runner/src/android/test/
DServiceTestCase.java130 public T getService() { in getService() method in ServiceTestCase
/frameworks/native/cmds/idlcli/
Dvibrator.h50 inline auto getService(std::string name) { in getService() function
/frameworks/base/media/java/android/media/
DAudioRecordingMonitorImpl.java242 private static IAudioService getService() { in getService() method in AudioRecordingMonitorImpl
/frameworks/native/libs/binder/aidl/android/os/
DIServiceManager.aidl63 @nullable IBinder getService(@utf8InCpp String name); in getService() method
/frameworks/base/nfc-extras/java/com/android/nfc_extras/
DNfcAdapterExtras.java168 INfcAdapterExtras getService() { in getService() method in NfcAdapterExtras

1234