Searched refs:dumpService (Results 1 – 5 of 5) sorted by relevance
/cts/tests/tests/net/native/src/ |
D | TagSocketTest.cpp | 51 android::status_t ret = dumpService(binder, &arg, 1, output); in dumpBpfMaps()
|
/cts/tests/tests/os/src/android/os/cts/ |
D | DebugTest.java | 262 assertFalse(Debug.dumpService("xyzzy -- not a valid service name", out.getFD(), null)); in testDumpService() 270 assertTrue(Debug.dumpService(Context.POWER_SERVICE, out.getFD(), null)); in testDumpService()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/ |
D | BleCocServerService.java | 741 /*protected*/ static void dumpService(BluetoothGattService service, int level) { in dumpService() method in BleCocServerService 767 dumpService(s, level + 1); in dumpService()
|
D | BleServerService.java | 956 dumpService(service, 0); 1360 static void dumpService(BluetoothGattService service, int level) { in dumpService() method in BleServerService 1385 dumpService(s, level + 1); in dumpService()
|
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/ |
D | current.txt | 32884 method public static boolean dumpService(String, java.io.FileDescriptor, String[]);
|