/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/ |
D | BluetoothGattServerProxy.java | 98 boolean confirm, in notifyCharacteristicChanged() 109 BluetoothDevice device, BluetoothGattCharacteristic characteristic, boolean confirm) { in notifyCharacteristicChanged()
|
/packages/modules/Bluetooth/tools/rootcanal/rust/src/lmp/procedure/ |
D | secure_simple_pairing.rs | 435 let confirm = ctx.receive_lmp_packet::<lmp::SimplePairingConfirm>().await; in initiate() localVariable 447 let confirm = if initiator.io_capability == hci::IoCapability::KeyboardOnly { in initiate() localVariable 494 let confirm = ctx.receive_lmp_packet::<lmp::SimplePairingConfirm>().await; in initiate() localVariable 511 let confirm = ctx.receive_lmp_packet::<lmp::SimplePairingConfirm>().await; in initiate() localVariable 701 let confirm = if responder.io_capability == hci::IoCapability::KeyboardOnly { in respond() localVariable 703 let confirm = ctx.receive_lmp_packet::<lmp::SimplePairingConfirm>().await; in respond() localVariable 733 let confirm = ctx.receive_lmp_packet::<lmp::SimplePairingConfirm>().await; in respond() localVariable 744 let confirm = ctx.receive_lmp_packet::<lmp::SimplePairingConfirm>().await; in respond() localVariable
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/ |
D | LimitNetworkInStandbyConfirmationDialogActivity.java | 44 private void confirm() { in confirm() method in LimitNetworkInStandbyConfirmationDialogActivity
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/deviceinfo/ |
D | PrivateVolumeFormatTest.java | 62 final Button confirm = mFragment.getView().findViewById(R.id.confirm); in OnClickListener_shouldStartStorageWizardFormatProgress() local
|
D | PrivateVolumeUnmountTest.java | 69 final Button confirm = mFragment.getView().findViewById(R.id.confirm); in OnClickListener_shouldCallUnmount() local
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/ |
D | BluetoothOppObexClientSessionTest.java | 99 int confirm = BluetoothShare.USER_CONFIRMATION_CONFIRMED; in startThenStop_startsAndStopsClientThread() local 167 int confirm = BluetoothShare.USER_CONFIRMATION_CONFIRMED; in clientThreadSendFile_clientSessionDisconnected_returnsObexDataError() local
|
D | BluetoothOppShareInfoTest.java | 42 private int confirm = BluetoothShare.USER_CONFIRMATION_CONFIRMED; field in BluetoothOppShareInfoTest
|
D | BluetoothOppObexServerSessionTest.java | 140 int confirm = BluetoothShare.USER_CONFIRMATION_CONFIRMED; in addShare_updatesShareInfo() local 253 int confirm = BluetoothShare.USER_CONFIRMATION_CONFIRMED; in onPut_returnsObexHttpOk() local
|
/packages/modules/Bluetooth/system/blueberry/utils/ui_pages/fitbit_companion/ |
D | pairing_pages.py | 89 def confirm(self) -> ui_core.UIPage: member in PairingConfirmPage 271 def confirm(self) -> ui_core.UIPage: member in ConfirmReplaceSmartWatchPage 338 def confirm(self) -> ui_core.UIPage: member in ConfirmDevicePage
|
D | account_pages.py | 74 def confirm(self) -> ui_core.UIPage: member in UnpairConfirmPage
|
/packages/apps/Settings/src/com/android/settings/deviceinfo/ |
D | PrivateVolumeFormat.java | 60 final Button confirm = (Button) view.findViewById(R.id.confirm); in onCreateView() local
|
D | PrivateVolumeUnmount.java | 63 final Button confirm = (Button) view.findViewById(R.id.confirm); in onCreateView() local
|
D | PrivateVolumeForget.java | 80 final Button confirm = (Button) view.findViewById(R.id.confirm); in onCreateView() local
|
/packages/modules/Bluetooth/system/gd/security/ |
D | pairing_handler_le_secure_connections.cc | 339 auto confirm = WaitPairingConfirm(); in SecureConnectionsPasskeyEntry() local 367 auto confirm = WaitPairingConfirm(); in SecureConnectionsPasskeyEntry() local 445 auto confirm = WaitPairingConfirm(); in SecureConnectionsJustWorks() local
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothGattServer.java | 870 BluetoothDevice device, BluetoothGattCharacteristic characteristic, boolean confirm) { in notifyCharacteristicChanged() 911 boolean confirm, in notifyCharacteristicChanged()
|
D | BluetoothDevice.java | 2568 public boolean setPairingConfirmation(boolean confirm) { in setPairingConfirmation()
|
/packages/services/Car/car-builtin-lib/src/android/car/builtin/power/ |
D | PowerManagerHelper.java | 124 public static void shutdown(Context context, boolean confirm, String reason, boolean wait) { in shutdown()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/ |
D | BluetoothOppShareInfo.java | 80 int confirm, in BluetoothOppShareInfo()
|
/packages/services/Telephony/src/com/android/services/telephony/rcs/ |
D | SipDialog.java | 156 public void confirm(String toTag) { in confirm() method in SipDialog
|
/packages/apps/Settings/src/com/android/settings/deviceinfo/aboutphone/ |
D | MyDeviceInfoFragment.java | 209 public void onSetDeviceNameConfirm(boolean confirm) { in onSetDeviceNameConfirm()
|
/packages/apps/Messaging/src/com/android/messaging/ui/ |
D | SmsStorageLowWarningFragment.java | 71 private void confirm(final int actionIndex) { in confirm() method in SmsStorageLowWarningFragment
|
/packages/apps/Car/VoiceControl/src/com/android/car/voicecontrol/ |
D | VoicePlateActivity.java | 156 String confirm = getString(R.string.debug_dialog_confirm); in ask() local
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_gatt_server.cc | 432 int confirm, const uint8_t* value, in btif_gatts_send_indication()
|
/packages/modules/Bluetooth/system/stack/smp/ |
D | smp_int.h | 299 Octet16 confirm; variable
|
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/ |
D | IBluetoothGatt.aidl | 174 … in boolean confirm, in byte[] value, in AttributionSource attributionSource); in sendNotification()
|