OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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