Home
last modified time | relevance | path

Searched defs:addService (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Car/Dialer/tests/robotests/src/com/android/car/dialer/testutils/
DShadowServiceManagerOverride.java51 public static void addService(String name, IBinder service) { in addService() method in ShadowServiceManagerOverride
/packages/apps/Settings/tests/robotests/src/com/android/settings/network/
DShadowServiceManagerExtend.java45 public static void addService(String name, Class<? extends IInterface> classService, in addService() method in ShadowServiceManagerExtend
/packages/services/Car/service/src/com/android/car/
DCarLocalServices.java55 public static <T> void addService(Class<T> type, T service) { in addService() method in CarLocalServices
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/
DProcStatsEntry.java263 public void addService(ServiceState svc) { in addService() method in ProcStatsEntry
/packages/apps/Settings/src/com/android/settings/applications/
DProcStatsEntry.java263 public void addService(ServiceState svc) { in addService() method in ProcStatsEntry
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DHandleMap.java100 void addService(int serverIf, int handle, UUID uuid, int serviceType, int instance, in addService() method in HandleMap
DGattService.java760 public void addService(int serverIf, BluetoothGattService svc) { in addService() method in GattService.BluetoothGattBinder
2932 void addService(int serverIf, BluetoothGattService service) { in addService() method in GattService