/packages/modules/Bluetooth/system/blueberry/tests/sl4a_sl4a/lib/ |
D | oob_data.py | 24 confirmation = None variable in OobData 29 def __init__(self, address, confirmation, randomizer): argument 31 self.confirmation = confirmation
|
D | security.py | 106 oob_data_address, oob_data_address_type, oob_data.confirmation, oob_data.randomizer,
|
/packages/modules/ImsMedia/test/app/ImsMediaTestingApp/app/src/main/java/com/example/imsmediatestingapp/ |
D | HandshakeReceiver.java | 36 String confirmation = null; in run() local 59 confirmation = (String) dataReceived; in run() 60 if (verifyConfirmationPacket(confirmation)) { in run() 132 private boolean verifyConfirmationPacket(String confirmation) { in verifyConfirmationPacket() argument 133 return confirmation.equals(CONFIRMATION_MESSAGE); in verifyConfirmationPacket()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/ |
D | BluetoothOppNotificationTest.java | 135 int confirmation = BluetoothShare.USER_CONFIRMATION_CONFIRMED; in updateActiveNotification() local 161 confirmation, in updateActiveNotification() 215 int confirmation = BluetoothShare.USER_CONFIRMATION_CONFIRMED; in updateCompletedNotification_withOutBoundShare_showsNoti() local 240 confirmation, in updateCompletedNotification_withOutBoundShare_showsNoti() 253 confirmation, in updateCompletedNotification_withOutBoundShare_showsNoti() 295 int confirmation = BluetoothShare.USER_CONFIRMATION_CONFIRMED; in updateCompletedNotification_withInBoundShare_showsNoti() local 320 confirmation, in updateCompletedNotification_withInBoundShare_showsNoti() 333 confirmation, in updateCompletedNotification_withInBoundShare_showsNoti() 372 int confirmation = BluetoothShare.USER_CONFIRMATION_PENDING; in updateIncomingFileConfirmationNotification() local 400 confirmation, in updateIncomingFileConfirmationNotification()
|
/packages/apps/Launcher3/src/com/android/launcher3/accessibility/ |
D | BaseAccessibilityDelegate.java | 123 protected void announceConfirmation(String confirmation) { in announceConfirmation() argument 124 mContext.getDragLayer().announceForAccessibility(confirmation); in announceConfirmation() 141 String confirmation) { in handleAccessibleDrop() argument 156 if (!TextUtils.isEmpty(confirmation)) { in handleAccessibleDrop() 157 announceConfirmation(confirmation); in handleAccessibleDrop()
|
D | DragAndDropAccessibilityDelegate.java | 96 String confirmation = getConfirmationForIconDrop(viewId); in onPerformActionForVirtualView() local 97 mDelegate.handleAccessibleDrop(mView, getItemBounds(viewId), confirmation); in onPerformActionForVirtualView()
|
/packages/modules/Bluetooth/system/blueberry/tests/gd_sl4a/security/ |
D | oob_pairing_sl4a_test.py | 55 confirmation = None variable in OobData 58 def __init__(self, address, confirmation, randomizer): argument 60 self.confirmation = confirmation
|
/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/e2eui/ |
D | ManagedProfileTest.java | 107 Intent confirmation = receiver.awaitForBroadcast(timeoutMillis); in removeProfileAndWait() local 109 if (confirmation == null) { in removeProfileAndWait()
|
/packages/modules/Bluetooth/system/blueberry/tests/topshim/lib/ |
D | oob_data.py | 46 def confirmation(self): member in OobData
|
/packages/modules/Bluetooth/android/app/jni/ |
D | com_android_bluetooth_btservice_AdapterService.cpp | 1233 jbyteArray confirmation = callByteArrayGetter( in set_data() local 1235 if (confirmation == NULL) { in set_data() 1243 confirmationBytes = env->GetByteArrayElements(confirmation, NULL); in set_data() 1244 len = env->GetArrayLength(confirmation); in set_data() 1249 env->ReleaseByteArrayElements(confirmation, confirmationBytes, 0); in set_data() 1253 env->ReleaseByteArrayElements(confirmation, confirmationBytes, 0); in set_data()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/ |
D | BluetoothOppNotification.java | 322 int confirmation = cursor.getInt(confirmIndex); in updateActiveNotification() local 355 confirmation == BluetoothShare.USER_CONFIRMATION_HANDOVER_CONFIRMED; in updateActiveNotification()
|
/packages/modules/Bluetooth/floss/build/rustup/ |
D | rustup.sh | 37 -y Disable confirmation prompt.
|
/packages/modules/adb/ |
D | protocol.txt | 107 possible, an on-screen confirmation may be displayed for the user to
|
/packages/apps/Dialer/java/com/android/dialer/logging/ |
D | dialer_impression.proto | 62 // spam -> user wants to block it -> confirmation dialog shows up asking
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | en_GB_wordlist.combined.gz |
|
D | en_US_wordlist.combined.gz |
|
D | en_wordlist.combined.gz |
|
D | fr_wordlist.combined.gz |
|