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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSystemUIApplication.java279 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/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DDpmTestBase.java77 public MockSystemServices getServices() { method in class:DpmTestBase
227 when(getServices().systemProperties.get(
232 when(getServices().systemProperties.getBoolean(
237 when(getServices().systemProperties.getLong(
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGattServer.java757 public List<BluetoothGattService> getServices() { method in class:BluetoothGattServer
H A DBluetoothGatt.java920 * retrieved using the {@link #getServices} function.
978 public List<BluetoothGattService> getServices() { method in class:BluetoothGatt
/frameworks/base/services/core/java/com/android/server/notification/
H A DManagedServices.java163 protected List<ManagedServiceInfo> getServices() { method in class:ManagedServices
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java18233 public List<ActivityManager.RunningServiceInfo> getServices(int maxNum, method in class:ActivityManagerService
18235 enforceNotIsolatedCaller("getServices");
18240 final boolean allowed = isGetTasksAllowed("getServices", Binder.getCallingPid(),
[all...]

Completed in 184 milliseconds