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.java69 static final String confirm = "(" + BluetoothShare.USER_CONFIRMATION + " == '"
71 + BluetoothShare.USER_CONFIRMATION + " == '"
73 + BluetoothShare.USER_CONFIRMATION + " == '"
76 static final String not_through_handover = "(" + BluetoothShare.USER_CONFIRMATION + " != '"
90 static final String WHERE_CONFIRM_PENDING = BluetoothShare.USER_CONFIRMATION + " == '"
252 final int confirmIndex = cursor.getColumnIndexOrThrow(BluetoothShare.USER_CONFIRMATION); in updateActiveNotification()
DBluetoothOppReceiver.java103 values.put(BluetoothShare.USER_CONFIRMATION, BluetoothShare.USER_CONFIRMATION_DENIED); in onReceive()
112 … values.put(BluetoothShare.USER_CONFIRMATION, BluetoothShare.USER_CONFIRMATION_CONFIRMED); in onReceive()
175 .getColumnIndexOrThrow(BluetoothShare.USER_CONFIRMATION); in onReceive()
DBluetoothOppProvider.java162 + " INTEGER, " + BluetoothShare.USER_CONFIRMATION + " INTEGER, " in createTable()
242 Integer con = values.getAsInteger(BluetoothShare.USER_CONFIRMATION); in insert()
253 filteredValues.put(BluetoothShare.USER_CONFIRMATION, con); in insert()
DBluetoothOppIncomingFileConfirmActivity.java143 mUpdateValues.put(BluetoothShare.USER_CONFIRMATION, in onClick()
154 mUpdateValues.put(BluetoothShare.USER_CONFIRMATION, in onClick()
DBluetoothOppManager.java446 values.put(BluetoothShare.USER_CONFIRMATION, in insertMultipleShare()
465 values.put(BluetoothShare.USER_CONFIRMATION, in insertSingleShare()
DBluetoothOppObexServerSession.java285 values.put(BluetoothShare.USER_CONFIRMATION, in onPut()
290 values.put(BluetoothShare.USER_CONFIRMATION, in onPut()
DBluetoothOppService.java619 cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.USER_CONFIRMATION)), in insertShare()
749 .getColumnIndexOrThrow(BluetoothShare.USER_CONFIRMATION)); in updateShare()
764 .getColumnIndexOrThrow(BluetoothShare.USER_CONFIRMATION)); in updateShare()
DBluetoothShare.java168 public static final String USER_CONFIRMATION = "confirm"; field in BluetoothShare
DBluetoothOppUtility.java132 cursor.getColumnIndexOrThrow(BluetoothShare.USER_CONFIRMATION)); in fillRecord()
DTestActivity.java295 updateValues.put(BluetoothShare.USER_CONFIRMATION,
DBluetoothOppTransfer.java359 .put(BluetoothShare.USER_CONFIRMATION, BluetoothShare.USER_CONFIRMATION_TIMEOUT); in markShareTimeout()
/packages/services/Telecomm/src/com/android/server/telecom/
DLogUtils.java57 public static final String USER_CONFIRMATION = "USER_CONFIRMATION"; field in LogUtils.Events
DCallsManager.java2981 Log.addEvent(call, LogUtils.Events.USER_CONFIRMATION); in startCallConfirmation()