Searched refs:getServices (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/core/java/android/nfc/
H A DINfcCardEmulation.aidl32 List<ApduServiceInfo> getServices(int userHandle, in String category);
/frameworks/base/core/java/android/nfc/cardemulation/
H A DCardEmulation.java321 public List<ApduServiceInfo> getServices(String category) { method in class:CardEmulation
323 return sService.getServices(UserHandle.myUserId(), category);
332 return sService.getServices(UserHandle.myUserId(), category);
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGattServer.java631 public List<BluetoothGattService> getServices() { method in class:BluetoothGattServer
H A DBluetoothGatt.java750 * retrieved using the {@link #getServices} function.
783 public List<BluetoothGattService> getServices() { method in class:BluetoothGatt
/frameworks/base/core/java/android/app/
H A DIActivityManager.java113 public List<RunningServiceInfo> getServices(int maxNum, int flags) throws RemoteException; method in interface:IActivityManager
H A DActivityManager.java1165 .getServices(maxNum, 0);
H A DActivityManagerNative.java541 List<ActivityManager.RunningServiceInfo> list = getServices(maxNum, fl);
2600 public List getServices(int maxNum, int flags) throws RemoteException { method in class:ActivityManagerProxy
/frameworks/base/services/java/com/android/server/am/
H A DActiveServices.java272 ArrayMap<ComponentName, ServiceRecord> getServices(int callingUser) { method in class:ActiveServices
1974 ArrayMap<ComponentName, ServiceRecord> alls = getServices(tr.userId);
2210 ArrayMap<ComponentName, ServiceRecord> alls = getServices(users[ui]);
2226 ArrayMap<ComponentName, ServiceRecord> alls = getServices(userId);
H A DActivityManagerService.java12586 public List<ActivityManager.RunningServiceInfo> getServices(int maxNum, method in class:ActivityManagerService
12588 enforceNotIsolatedCaller("getServices");

Completed in 203 milliseconds