Searched refs:USER_CONFIRMATION (Results 1 – 13 of 13) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
D | BluetoothOppNotification.java | 69 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()
|
D | BluetoothOppReceiver.java | 103 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()
|
D | BluetoothOppProvider.java | 162 + " 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()
|
D | BluetoothOppIncomingFileConfirmActivity.java | 143 mUpdateValues.put(BluetoothShare.USER_CONFIRMATION, in onClick() 154 mUpdateValues.put(BluetoothShare.USER_CONFIRMATION, in onClick()
|
D | BluetoothOppManager.java | 446 values.put(BluetoothShare.USER_CONFIRMATION, in insertMultipleShare() 465 values.put(BluetoothShare.USER_CONFIRMATION, in insertSingleShare()
|
D | BluetoothOppObexServerSession.java | 285 values.put(BluetoothShare.USER_CONFIRMATION, in onPut() 290 values.put(BluetoothShare.USER_CONFIRMATION, in onPut()
|
D | BluetoothOppService.java | 619 cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.USER_CONFIRMATION)), in insertShare() 749 .getColumnIndexOrThrow(BluetoothShare.USER_CONFIRMATION)); in updateShare() 764 .getColumnIndexOrThrow(BluetoothShare.USER_CONFIRMATION)); in updateShare()
|
D | BluetoothShare.java | 168 public static final String USER_CONFIRMATION = "confirm"; field in BluetoothShare
|
D | BluetoothOppUtility.java | 132 cursor.getColumnIndexOrThrow(BluetoothShare.USER_CONFIRMATION)); in fillRecord()
|
D | TestActivity.java | 295 updateValues.put(BluetoothShare.USER_CONFIRMATION,
|
D | BluetoothOppTransfer.java | 359 .put(BluetoothShare.USER_CONFIRMATION, BluetoothShare.USER_CONFIRMATION_TIMEOUT); in markShareTimeout()
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | LogUtils.java | 57 public static final String USER_CONFIRMATION = "USER_CONFIRMATION"; field in LogUtils.Events
|
D | CallsManager.java | 2981 Log.addEvent(call, LogUtils.Events.USER_CONFIRMATION); in startCallConfirmation()
|