/cts/tests/tests/notification/NotificationListener/src/com/android/test/notificationlistener/ |
D | INotificationUriAccessService.aidl | 20 void ensureNotificationListenerServiceConnected(boolean connected); in ensureNotificationListenerServiceConnected() argument
|
/cts/tests/tests/secure_element/access_control/AccessControlApp1/src/android/omapi/accesscontrol1/cts/ |
D | AccessControlTest.java | 142 private boolean connected = false; field in AccessControlTest 147 connected = true; 196 connected = false; in tearDown() 202 if (!connected) { in waitForConnection() 209 if (!connected) { in waitForConnection()
|
/cts/tests/tests/secure_element/access_control/AccessControlApp3/src/android/omapi/accesscontrol3/cts/ |
D | AccessControlTest.java | 150 private boolean connected = false; field in AccessControlTest 156 connected = true; 205 connected = false; in tearDown() 211 if (!connected) { in waitForConnection() 218 if (!connected) { in waitForConnection()
|
/cts/tests/tests/secure_element/access_control/AccessControlApp2/src/android/omapi/accesscontrol2/cts/ |
D | AccessControlTest.java | 141 private boolean connected = false; field in AccessControlTest 146 connected = true; 195 connected = false; in tearDown() 201 if (!connected) { in waitForConnection() 208 if (!connected) { in waitForConnection()
|
/cts/tests/tests/hardware/src/android/hardware/input/cts/tests/ |
D | README.md | 10 `ls /sys/kernel/debug/hid` to look in the directory to see the identifiers for connected HID 15 up the name, bus, vendor, and product information for connected input devices.
|
/cts/tests/tests/os/src/android/os/cts/ |
D | BinderIntegrationTest.java | 324 final ConditionVariable connected = new ConditionVariable(); in testBinderDiedWho() local 331 connected.open(); in testBinderDiedWho() 342 if (!connected.block(DELAY_MSEC)) { in testBinderDiedWho()
|
/cts/hostsidetests/seccomp/app/src/android/seccomp/cts/app/ |
D | SeccompDeviceTest.java | 146 boolean connected = mConnectedCondition.block(SERVICE_START_TIMEOUT_MS); in getTestResult() 147 if (!connected) { in getTestResult()
|
/cts/tools/cts-tradefed/ |
D | README | 40 1. Make sure you have at least one device connected 60 note: all connected devices must be running the same build
|
/cts/common/device-side/bedstead/dpmwrapper/ |
D | Android.bp | 18 // connected apps SDK or the new CTS infrastructure.
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/ |
D | BluetoothChatService.java | 222 public synchronized void connected(@NonNull BluetoothSocket socket, BluetoothDevice in connected() method in BluetoothChatService 402 connected(socket, socket.getRemoteDevice(), in run() 521 connected(mmSocket, mmDevice, mSocketType); in run()
|
/cts/tests/tests/speech/src/android/speech/tts/cts/ |
D | TextToSpeechServiceTest.java | 78 final SettableFuture<Void> connected = SettableFuture.create(); in testNullEngine() local 84 connected.set(null); in testNullEngine() 98 assertFalse(connected.isDone()); in testNullEngine()
|
/cts/tests/tests/secure_element/omapi/src/android/omapi/cts/ |
D | OmapiTest.java | 141 private boolean connected = false; field in OmapiTest 146 connected = true; 215 connected = false; in tearDown() 221 if (!connected) { in waitForConnection() 228 if (!connected) { in waitForConnection()
|
/cts/hostsidetests/hdmicec/ |
D | README.md | 66 The shard count corresponds to the number of DUTs connected to the host.
|
D | cec_adapter.md | 78 * Show all connected devices
|
/cts/hostsidetests/theme/ |
D | README | 62 1. Connect the device. Verify the device is connected: 122 1. Connect the device that you wish to test. Confirm that is is connected with:
|
/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/ |
D | InstrumentedAutoFillService.java | 193 private void handleConnected(boolean connected) { in handleConnected() argument 194 Log.v(TAG, "handleConnected(): from " + sConnected.get() + " to " + connected); in handleConnected() 195 sConnected.set(connected); in handleConnected()
|
/cts/tests/tests/nfc/src/android/nfc/cts/ |
D | NfcAdapterTest.java | 668 public void onTagConnected(boolean connected, Tag tag) { in onTagConnected() argument
|
/cts/apps/CtsVerifier/libs/ |
D | opencv3-android.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/opencv/
org/ ... |
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/ |
D | wifi-current.txt | 567 field @Deprecated public static final String EXTRA_SUPPLICANT_CONNECTED = "connected";
|
D | system-current.txt | 6819 field public static final String USB_CONNECTED = "connected"; 16507 field public static final String STATUS_CONNECTED = "connected";
|