/frameworks/base/core/java/android/nfc/cardemulation/ |
D | CardEmulation.java | 583 public List<ApduServiceInfo> getServices(String category) { in getServices() method in CardEmulation 585 return sService.getServices(UserHandle.myUserId(), category); in getServices() 594 return sService.getServices(UserHandle.myUserId(), category); in getServices()
|
/frameworks/base/core/java/android/nfc/ |
D | INfcCardEmulation.aidl | 36 List<ApduServiceInfo> getServices(int userHandle, in String category); in getServices() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | SystemUIService.java | 41 SystemUI[] services = ((SystemUIApplication) getApplication()).getServices(); in dump()
|
D | SystemUISecondaryUserService.java | 41 SystemUI[] services = ((SystemUIApplication) getApplication()).getServices(); in dump()
|
D | SystemUIApplication.java | 196 public SystemUI[] getServices() { in getServices() method in SystemUIApplication
|
/frameworks/base/media/packages/BluetoothMidiService/src/com/android/bluetoothmidiservice/ |
D | BluetoothMidiDevice.java | 115 List<BluetoothGattService> services = mBluetoothGatt.getServices();
|
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothGattServer.java | 667 public List<BluetoothGattService> getServices() { in getServices() method in BluetoothGattServer
|
D | BluetoothGatt.java | 749 public List<BluetoothGattService> getServices() { in getServices() method in BluetoothGatt
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ActiveServices.java | 302 ArrayMap<ComponentName, ServiceRecord> getServices(int callingUser) { in getServices() method in ActiveServices 2466 ArrayMap<ComponentName, ServiceRecord> alls = getServices(tr.userId); in cleanUpRemovedTaskLocked() 2746 ArrayMap<ComponentName, ServiceRecord> alls = getServices(users[ui]); in getRunningServiceInfoLocked() 2762 ArrayMap<ComponentName, ServiceRecord> alls = getServices(userId); in getRunningServiceInfoLocked()
|
D | ActivityManagerService.java | 16873 public List<ActivityManager.RunningServiceInfo> getServices(int maxNum, in getServices() method
|
/frameworks/base/core/java/android/app/ |
D | IActivityManager.java | 142 public List<RunningServiceInfo> getServices(int maxNum, int flags) throws RemoteException; in getServices() method
|
D | ActivityManager.java | 2241 .getServices(maxNum, 0); in getRunningServices()
|
D | ActivityManagerNative.java | 711 List<ActivityManager.RunningServiceInfo> list = getServices(maxNum, fl); in onTransact() 3774 public List<ActivityManager.RunningServiceInfo> getServices(int maxNum, int flags) in getServices() method in ActivityManagerProxy
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 6252 method public java.util.List<android.bluetooth.BluetoothGattService> getServices(); 6370 method public java.util.List<android.bluetooth.BluetoothGattService> getServices(); 44819 method public synchronized java.util.Set<java.security.Provider.Service> getServices();
|
/frameworks/base/api/ |
D | current.txt | 7114 method public java.util.List<android.bluetooth.BluetoothGattService> getServices(); 7238 method public java.util.List<android.bluetooth.BluetoothGattService> getServices(); 54327 method public synchronized java.util.Set<java.security.Provider.Service> getServices();
|
D | system-current.txt | 7406 method public java.util.List<android.bluetooth.BluetoothGattService> getServices(); 7530 method public java.util.List<android.bluetooth.BluetoothGattService> getServices(); 57684 method public synchronized java.util.Set<java.security.Provider.Service> getServices();
|
D | test-current.txt | 7120 method public java.util.List<android.bluetooth.BluetoothGattService> getServices(); 7244 method public java.util.List<android.bluetooth.BluetoothGattService> getServices(); 54407 method public synchronized java.util.Set<java.security.Provider.Service> getServices();
|