Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppNotification.java70 static final String CONFIRM = "(" + BluetoothShare.USER_CONFIRMATION + " == '"
72 + BluetoothShare.USER_CONFIRMATION + " == '"
74 + BluetoothShare.USER_CONFIRMATION + " == '"
77 static final String NOT_THROUGH_HANDOVER = "(" + BluetoothShare.USER_CONFIRMATION + " != '"
95 BluetoothShare.USER_CONFIRMATION + " == '" + BluetoothShare.USER_CONFIRMATION_PENDING
273 final int confirmIndex = cursor.getColumnIndexOrThrow(BluetoothShare.USER_CONFIRMATION); in updateActiveNotification()
DBluetoothOppReceiver.java108 values.put(BluetoothShare.USER_CONFIRMATION, BluetoothShare.USER_CONFIRMATION_DENIED); in onReceive()
119 values.put(BluetoothShare.USER_CONFIRMATION, in onReceive()
191 cursor.getColumnIndexOrThrow(BluetoothShare.USER_CONFIRMATION); in onReceive()
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()
DBluetoothOppIncomingFileConfirmActivity.java147 mUpdateValues.put(BluetoothShare.USER_CONFIRMATION, in onClick()
158 mUpdateValues.put(BluetoothShare.USER_CONFIRMATION, in onClick()
DBluetoothOppService.java161 + BluetoothShare.USER_CONFIRMATION + "="
731 cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.USER_CONFIRMATION)), in insertShare()
864 cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.USER_CONFIRMATION)); in updateShare()
880 cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.USER_CONFIRMATION)); in updateShare()
DBluetoothOppManager.java476 values.put(BluetoothShare.USER_CONFIRMATION, in insertMultipleShare()
497 values.put(BluetoothShare.USER_CONFIRMATION, in insertSingleShare()
DBluetoothShare.java170 public static final String USER_CONFIRMATION = "confirm"; field in BluetoothShare
DBluetoothOppObexServerSession.java282 values.put(BluetoothShare.USER_CONFIRMATION, in onPut()
287 values.put(BluetoothShare.USER_CONFIRMATION, in onPut()
DTestActivity.java298 updateValues.put(BluetoothShare.USER_CONFIRMATION,
DBluetoothOppUtility.java135 cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.USER_CONFIRMATION)); in fillRecord()
DBluetoothOppTransfer.java377 updateValues.put(BluetoothShare.USER_CONFIRMATION, in markShareTimeout()
/packages/services/Telecomm/src/com/android/server/telecom/
DLogUtils.java90 public static final String USER_CONFIRMATION = "USER_CONFIRMATION"; field in LogUtils.Events
DCallsManager.java4538 Log.addEvent(call, LogUtils.Events.USER_CONFIRMATION);