Home
last modified time | relevance | path

Searched refs:USER_CONFIRMATION (Results 1 – 19 of 19) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/
DBluetoothOppReceiverTest.java167 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()
DIncomingFileConfirmActivityTest.java146 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()
DBluetoothOppNotificationTest.java148 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()
DBluetoothOppTransferHistoryTest.java135 BluetoothShare.USER_CONFIRMATION, in setUp()
DBluetoothOppTransferActivityTest.java114 BluetoothShare.USER_CONFIRMATION, in setUp()
DTestActivity.java308 BluetoothShare.USER_CONFIRMATION,
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppNotification.java81 + 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()
DBluetoothOppProvider.java165 + 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()
DBluetoothOppIncomingFileConfirmActivity.java158 BluetoothShare.USER_CONFIRMATION, BluetoothShare.USER_CONFIRMATION_CONFIRMED); in onIncomingFileConfirmOk()
171 BluetoothShare.USER_CONFIRMATION, BluetoothShare.USER_CONFIRMATION_DENIED); in onIncomingFileConfirmCancel()
DBluetoothOppReceiver.java117 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()
DBluetoothShare.java139 public static final String USER_CONFIRMATION = "confirm"; field in BluetoothShare
DBluetoothOppManager.java486 BluetoothShare.USER_CONFIRMATION, in insertMultipleShare()
516 BluetoothShare.USER_CONFIRMATION, in insertSingleShare()
DBluetoothOppService.java187 + 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()
DBluetoothOppObexServerSession.java304 BluetoothShare.USER_CONFIRMATION, in onPut()
310 BluetoothShare.USER_CONFIRMATION, in onPut()
DBluetoothOppUtility.java151 cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.USER_CONFIRMATION)); in fillRecord()
DBluetoothOppTransfer.java441 BluetoothShare.USER_CONFIRMATION, BluetoothShare.USER_CONFIRMATION_TIMEOUT); in markShareTimeout()
/packages/services/Telecomm/src/com/android/server/telecom/
DLogUtils.java96 public static final String USER_CONFIRMATION = "USER_CONFIRMATION"; field in LogUtils.Events
DCallsManager.java5898 Log.addEvent(call, LogUtils.Events.USER_CONFIRMATION);
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/
DDataMigrationTest.java422 new Pair(BluetoothShare.USER_CONFIRMATION, 42),