/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/ |
D | BluetoothOppReceiverTest.java | 167 arg.get(BluetoothShare.USER_CONFIRMATION))), in onReceive_withActionAccept_updatesContents() 187 arg.get(BluetoothShare.USER_CONFIRMATION))), in onReceive_withActionDecline_updatesContents() 247 BluetoothShare.USER_CONFIRMATION, in onReceive_withActionHide_contentUpdate() 369 BluetoothShare.USER_CONFIRMATION, in onReceive_withActionTransferCompletedAndHandoverInitiated_contextSendBroadcast() 425 BluetoothShare.USER_CONFIRMATION, in onReceive_withActionTransferComplete_noBroadcastSent()
|
D | IncomingFileConfirmActivityTest.java | 146 BluetoothShare.USER_CONFIRMATION, in setUp() 193 argument.get(BluetoothShare.USER_CONFIRMATION))), in onCreate_clickConfirmCancel_saveUSER_CONFIRMAMTION_DENIED() 225 argument.get(BluetoothShare.USER_CONFIRMATION))), in onCreate_clickConfirmOk_saveUSER_CONFIRMATION_CONFIRMED()
|
D | BluetoothOppNotificationTest.java | 148 BluetoothShare.USER_CONFIRMATION, in updateActiveNotification() 227 BluetoothShare.USER_CONFIRMATION, in updateCompletedNotification_withOutBoundShare_showsNoti() 307 BluetoothShare.USER_CONFIRMATION, in updateCompletedNotification_withInBoundShare_showsNoti() 386 BluetoothShare.FILENAME_HINT, BluetoothShare.USER_CONFIRMATION, in updateIncomingFileConfirmationNotification()
|
D | BluetoothOppTransferHistoryTest.java | 135 BluetoothShare.USER_CONFIRMATION, in setUp()
|
D | BluetoothOppTransferActivityTest.java | 114 BluetoothShare.USER_CONFIRMATION, in setUp()
|
D | TestActivity.java | 308 BluetoothShare.USER_CONFIRMATION,
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/ |
D | BluetoothOppNotification.java | 81 + BluetoothShare.USER_CONFIRMATION 85 + BluetoothShare.USER_CONFIRMATION 89 + BluetoothShare.USER_CONFIRMATION 97 + BluetoothShare.USER_CONFIRMATION 128 BluetoothShare.USER_CONFIRMATION 312 final int confirmIndex = cursor.getColumnIndexOrThrow(BluetoothShare.USER_CONFIRMATION); in updateActiveNotification()
|
D | BluetoothOppProvider.java | 165 + BluetoothShare.USER_CONFIRMATION in createTable() 270 BluetoothShare.USER_CONFIRMATION, in oppDatabaseMigration() 322 Integer con = values.getAsInteger(BluetoothShare.USER_CONFIRMATION); in insert() 333 filteredValues.put(BluetoothShare.USER_CONFIRMATION, con); in insert()
|
D | BluetoothOppIncomingFileConfirmActivity.java | 158 BluetoothShare.USER_CONFIRMATION, BluetoothShare.USER_CONFIRMATION_CONFIRMED); in onIncomingFileConfirmOk() 171 BluetoothShare.USER_CONFIRMATION, BluetoothShare.USER_CONFIRMATION_DENIED); in onIncomingFileConfirmCancel()
|
D | BluetoothOppReceiver.java | 117 values.put(BluetoothShare.USER_CONFIRMATION, BluetoothShare.USER_CONFIRMATION_DENIED); in onReceive() 128 BluetoothShare.USER_CONFIRMATION, BluetoothShare.USER_CONFIRMATION_CONFIRMED); in onReceive() 199 cursor.getColumnIndexOrThrow(BluetoothShare.USER_CONFIRMATION); in onReceive()
|
D | BluetoothShare.java | 139 public static final String USER_CONFIRMATION = "confirm"; field in BluetoothShare
|
D | BluetoothOppManager.java | 486 BluetoothShare.USER_CONFIRMATION, in insertMultipleShare() 516 BluetoothShare.USER_CONFIRMATION, in insertSingleShare()
|
D | BluetoothOppService.java | 187 + BluetoothShare.USER_CONFIRMATION 859 cursor.getColumnIndexOrThrow(BluetoothShare.USER_CONFIRMATION)), in insertShare() 1010 cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.USER_CONFIRMATION)); in updateShare() 1026 cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.USER_CONFIRMATION)); in updateShare()
|
D | BluetoothOppObexServerSession.java | 304 BluetoothShare.USER_CONFIRMATION, in onPut() 310 BluetoothShare.USER_CONFIRMATION, in onPut()
|
D | BluetoothOppUtility.java | 151 cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.USER_CONFIRMATION)); in fillRecord()
|
D | BluetoothOppTransfer.java | 441 BluetoothShare.USER_CONFIRMATION, BluetoothShare.USER_CONFIRMATION_TIMEOUT); in markShareTimeout()
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | LogUtils.java | 96 public static final String USER_CONFIRMATION = "USER_CONFIRMATION"; field in LogUtils.Events
|
D | CallsManager.java | 5898 Log.addEvent(call, LogUtils.Events.USER_CONFIRMATION);
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/ |
D | DataMigrationTest.java | 422 new Pair(BluetoothShare.USER_CONFIRMATION, 42),
|