Home
last modified time | relevance | path

Searched defs:getServices (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSystemUIApplication.java196 public SystemUI[] getServices() { in getServices() method in SystemUIApplication
/frameworks/base/core/java/android/nfc/
DINfcCardEmulation.aidl36 List<ApduServiceInfo> getServices(int userHandle, in String category); in getServices() method
/frameworks/base/core/java/android/bluetooth/
DBluetoothGattServer.java667 public List<BluetoothGattService> getServices() { in getServices() method in BluetoothGattServer
DBluetoothGatt.java749 public List<BluetoothGattService> getServices() { in getServices() method in BluetoothGatt
/frameworks/base/core/java/android/nfc/cardemulation/
DCardEmulation.java583 public List<ApduServiceInfo> getServices(String category) { in getServices() method in CardEmulation
/frameworks/base/services/core/java/com/android/server/am/
DActiveServices.java302 ArrayMap<ComponentName, ServiceRecord> getServices(int callingUser) { in getServices() method in ActiveServices
DActivityManagerService.java16873 public List<ActivityManager.RunningServiceInfo> getServices(int maxNum, in getServices() method
/frameworks/base/core/java/android/app/
DIActivityManager.java142 public List<RunningServiceInfo> getServices(int maxNum, int flags) throws RemoteException; in getServices() method
DActivityManagerNative.java3774 public List<ActivityManager.RunningServiceInfo> getServices(int maxNum, int flags) in getServices() method in ActivityManagerProxy