[go: nahoru, domu]

Searched defs:getServices (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSystemUIApplication.java196 public SystemUI[] getServices() { method in class:SystemUIApplication
/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/core/java/android/bluetooth/
H A DBluetoothGattServer.java667 public List<BluetoothGattService> getServices() { method in class:BluetoothGattServer
H A DBluetoothGatt.java716 * retrieved using the {@link #getServices} function.
749 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
2466 ArrayMap<ComponentName, ServiceRecord> alls = getServices(tr.userId);
2746 ArrayMap<ComponentName, ServiceRecord> alls = getServices(users[ui]);
2762 ArrayMap<ComponentName, ServiceRecord> alls = getServices(userId);
H A DActivityManagerService.java16873 public List<ActivityManager.RunningServiceInfo> getServices(int maxNum, method in class:ActivityManagerService
16875 enforceNotIsolatedCaller("getServices");
/frameworks/base/core/java/android/app/
H A DActivityManagerNative.java711 List<ActivityManager.RunningServiceInfo> list = getServices(maxNum, fl);
3774 public List<ActivityManager.RunningServiceInfo> getServices(int maxNum, int flags) method in class:ActivityManagerProxy
H A DIActivityManager.java142 public List<RunningServiceInfo> getServices(int maxNum, int flags) throws RemoteException; method in interface:IActivityManager

Completed in 250 milliseconds