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 + " != '" 94 BluetoothShare.USER_CONFIRMATION + " == '" + BluetoothShare.USER_CONFIRMATION_PENDING 272 final int confirmIndex = cursor.getColumnIndexOrThrow(BluetoothShare.USER_CONFIRMATION); in updateActiveNotification()
|
D | BluetoothOppReceiver.java | 107 values.put(BluetoothShare.USER_CONFIRMATION, BluetoothShare.USER_CONFIRMATION_DENIED); in onReceive() 118 values.put(BluetoothShare.USER_CONFIRMATION, in onReceive() 190 cursor.getColumnIndexOrThrow(BluetoothShare.USER_CONFIRMATION); in onReceive()
|
D | BluetoothOppProvider.java | 147 + " 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()
|
D | BluetoothOppIncomingFileConfirmActivity.java | 151 mUpdateValues.put(BluetoothShare.USER_CONFIRMATION, in onClick() 162 mUpdateValues.put(BluetoothShare.USER_CONFIRMATION, in onClick()
|
D | BluetoothOppService.java | 163 + BluetoothShare.USER_CONFIRMATION + "=" 733 cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.USER_CONFIRMATION)), in insertShare() 866 cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.USER_CONFIRMATION)); in updateShare() 882 cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.USER_CONFIRMATION)); in updateShare()
|
D | BluetoothOppManager.java | 476 values.put(BluetoothShare.USER_CONFIRMATION, in insertMultipleShare() 497 values.put(BluetoothShare.USER_CONFIRMATION, in insertSingleShare()
|
D | BluetoothShare.java | 170 public static final String USER_CONFIRMATION = "confirm"; field in BluetoothShare
|
D | BluetoothOppObexServerSession.java | 282 values.put(BluetoothShare.USER_CONFIRMATION, in onPut() 287 values.put(BluetoothShare.USER_CONFIRMATION, in onPut()
|
D | TestActivity.java | 298 updateValues.put(BluetoothShare.USER_CONFIRMATION,
|
D | BluetoothOppUtility.java | 136 cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.USER_CONFIRMATION)); in fillRecord()
|
D | BluetoothOppTransfer.java | 378 updateValues.put(BluetoothShare.USER_CONFIRMATION, in markShareTimeout()
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | LogUtils.java | 58 public static final String USER_CONFIRMATION = "USER_CONFIRMATION"; field in LogUtils.Events
|
D | CallsManager.java | 3831 Log.addEvent(call, LogUtils.Events.USER_CONFIRMATION);
|