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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSystemUIService.java41 SystemUI[] services = ((SystemUIApplication) getApplication()).getServices();
H A DSystemUISecondaryUserService.java41 SystemUI[] services = ((SystemUIApplication) getApplication()).getServices();
H A DSystemUIApplication.java197 public SystemUI[] getServices() { method in class:SystemUIApplication
/frameworks/base/core/java/android/nfc/
H A DINfcCardEmulation.aidl36 List<ApduServiceInfo> getServices(int userHandle, in String category);
/frameworks/base/core/java/android/nfc/cardemulation/
H A DCardEmulation.java583 public List<ApduServiceInfo> getServices(String category) { method in class:CardEmulation
585 return sService.getServices(UserHandle.myUserId(), category);
594 return sService.getServices(UserHandle.myUserId(), category);
/frameworks/base/media/packages/BluetoothMidiService/src/com/android/bluetoothmidiservice/
H A DBluetoothMidiDevice.java115 List<BluetoothGattService> services = mBluetoothGatt.getServices();
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGattServer.java665 public List<BluetoothGattService> getServices() { method in class:BluetoothGattServer
H A DBluetoothGatt.java727 * retrieved using the {@link #getServices} function.
760 public List<BluetoothGattService> getServices() { method in class:BluetoothGatt
/frameworks/base/services/core/java/com/android/server/am/
H A DActiveServices.java302 ArrayMap<ComponentName, ServiceRecord> getServices(int callingUser) { method in class:ActiveServices
2487 ArrayMap<ComponentName, ServiceRecord> alls = getServices(tr.userId);
2767 ArrayMap<ComponentName, ServiceRecord> alls = getServices(users[ui]);
2783 ArrayMap<ComponentName, ServiceRecord> alls = getServices(userId);
H A DActivityManagerService.java17161 public List<ActivityManager.RunningServiceInfo> getServices(int maxNum, method in class:ActivityManagerService
17163 enforceNotIsolatedCaller("getServices");
/frameworks/base/core/java/android/app/
H A DActivityManager.java2287 .getServices(maxNum, 0);
H A DIActivityManager.java142 public List<RunningServiceInfo> getServices(int maxNum, int flags) throws RemoteException; method in interface:IActivityManager
H A DActivityManagerNative.java711 List<ActivityManager.RunningServiceInfo> list = getServices(maxNum, fl);
3804 public List<ActivityManager.RunningServiceInfo> getServices(int maxNum, int flags) method in class:ActivityManagerProxy

Completed in 264 milliseconds