Home
last modified time | relevance | path

Searched refs:dumpService (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/os/src/android/os/cts/
DDebugTest.java222 assertFalse(Debug.dumpService("xyzzy -- not a valid service name", out.getFD(), null)); in testDumpService()
230 assertTrue(Debug.dumpService(Context.POWER_SERVICE, out.getFD(), null)); in testDumpService()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBleCocServerService.java736 /*protected*/ static void dumpService(BluetoothGattService service, int level) { in dumpService() method in BleCocServerService
762 dumpService(s, level + 1); in dumpService()
DBleServerService.java907 dumpService(service, 0);
1280 /*protected*/ static void dumpService(BluetoothGattService service, int level) { in dumpService() method in BleServerService
1303 dumpService(s, level+1); in dumpService()