Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppNotification.java71 static final String CONFIRM = "(" + BluetoothShare.USER_CONFIRMATION + " == '"
73 + BluetoothShare.USER_CONFIRMATION + " == '"
75 + BluetoothShare.USER_CONFIRMATION + " == '"
78 static final String NOT_THROUGH_HANDOVER = "(" + BluetoothShare.USER_CONFIRMATION + " != '"
96 BluetoothShare.USER_CONFIRMATION + " == '" + BluetoothShare.USER_CONFIRMATION_PENDING
274 final int confirmIndex = cursor.getColumnIndexOrThrow(BluetoothShare.USER_CONFIRMATION); in updateActiveNotification()
H A DBluetoothOppIncomingFileConfirmActivity.java148 mUpdateValues.put(BluetoothShare.USER_CONFIRMATION, in onIncomingFileConfirmOk()
159 mUpdateValues.put(BluetoothShare.USER_CONFIRMATION, in onIncomingFileConfirmCancel()
H A DBluetoothOppProvider.java147 + " INTEGER, " + BluetoothShare.USER_CONFIRMATION + " INTEGER, " in createTable()
222 Integer con = values.getAsInteger(BluetoothShare.USER_CONFIRMATION); in insert()
233 filteredValues.put(BluetoothShare.USER_CONFIRMATION, con); in insert()
H A DBluetoothOppReceiver.java109 values.put(BluetoothShare.USER_CONFIRMATION, BluetoothShare.USER_CONFIRMATION_DENIED); in onReceive()
120 values.put(BluetoothShare.USER_CONFIRMATION, in onReceive()
192 cursor.getColumnIndexOrThrow(BluetoothShare.USER_CONFIRMATION); in onReceive()
H A DBluetoothShare.java170 public static final String USER_CONFIRMATION = "confirm"; field in BluetoothShare
H A DBluetoothOppManager.java476 values.put(BluetoothShare.USER_CONFIRMATION, in insertMultipleShare()
497 values.put(BluetoothShare.USER_CONFIRMATION, in insertSingleShare()
H A DBluetoothOppService.java162 + BluetoothShare.USER_CONFIRMATION + "="
727 cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.USER_CONFIRMATION)), in insertShare()
862 cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.USER_CONFIRMATION)); in updateShare()
878 cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.USER_CONFIRMATION)); in updateShare()
H A DBluetoothOppObexServerSession.java283 values.put(BluetoothShare.USER_CONFIRMATION, in onPut()
288 values.put(BluetoothShare.USER_CONFIRMATION, in onPut()
H A DTestActivity.java298 updateValues.put(BluetoothShare.USER_CONFIRMATION,
H A DBluetoothOppUtility.java135 cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.USER_CONFIRMATION)); in fillRecord()
H A DBluetoothOppTransfer.java383 updateValues.put(BluetoothShare.USER_CONFIRMATION, in markShareTimeout()
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/
H A DLogUtils.java90 public static final String USER_CONFIRMATION = "USER_CONFIRMATION"; field in LogUtils.Events
H A DCallsManager.java4758 Log.addEvent(call, LogUtils.Events.USER_CONFIRMATION);