HomeSort by relevance Sort by last modified time
    Searched refs:dumpService (Results 1 - 3 of 3) sorted by null

  /cts/tests/tests/os/src/android/os/cts/
DebugTest.java 222 assertFalse(Debug.dumpService("xyzzy -- not a valid service name", out.getFD(), null));
230 assertTrue(Debug.dumpService(Context.POWER_SERVICE, out.getFD(), null));
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleCocServerService.java 735 /*protected*/ static void dumpService(BluetoothGattService service, int level) {
761 dumpService(s, level + 1);
BleServerService.java     [all...]

Completed in 1371 milliseconds