Searched refs:USER_CONFIRMATION (Results 1 – 11 of 11) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
D | BluetoothOppNotification.java | 66 static final String confirm = "(" + BluetoothShare.USER_CONFIRMATION + " == '" 68 + BluetoothShare.USER_CONFIRMATION + " == '" 70 + BluetoothShare.USER_CONFIRMATION + " == '" 73 static final String not_through_handover = "(" + BluetoothShare.USER_CONFIRMATION + " != '" 87 static final String WHERE_CONFIRM_PENDING = BluetoothShare.USER_CONFIRMATION + " == '" 238 final int confirmIndex = cursor.getColumnIndexOrThrow(BluetoothShare.USER_CONFIRMATION); in updateActiveNotification()
|
D | BluetoothOppReceiver.java | 128 values.put(BluetoothShare.USER_CONFIRMATION, BluetoothShare.USER_CONFIRMATION_DENIED); in onReceive() 137 … values.put(BluetoothShare.USER_CONFIRMATION, BluetoothShare.USER_CONFIRMATION_CONFIRMED); in onReceive() 205 .getColumnIndexOrThrow(BluetoothShare.USER_CONFIRMATION); in onReceive()
|
D | BluetoothOppProvider.java | 167 + " INTEGER, " + BluetoothShare.USER_CONFIRMATION + " INTEGER, " in createTable() 247 Integer con = values.getAsInteger(BluetoothShare.USER_CONFIRMATION); in insert() 259 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 | BluetoothShare.java | 168 public static final String USER_CONFIRMATION = "confirm"; field in BluetoothShare
|
D | BluetoothOppManager.java | 442 values.put(BluetoothShare.USER_CONFIRMATION, in insertMultipleShare() 461 values.put(BluetoothShare.USER_CONFIRMATION, in insertSingleShare()
|
D | BluetoothOppObexServerSession.java | 278 values.put(BluetoothShare.USER_CONFIRMATION, in onPut() 283 values.put(BluetoothShare.USER_CONFIRMATION, in onPut()
|
D | BluetoothOppService.java | 579 cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.USER_CONFIRMATION)), in insertShare() 709 .getColumnIndexOrThrow(BluetoothShare.USER_CONFIRMATION)); in updateShare() 724 .getColumnIndexOrThrow(BluetoothShare.USER_CONFIRMATION)); in updateShare()
|
D | BluetoothOppUtility.java | 128 cursor.getColumnIndexOrThrow(BluetoothShare.USER_CONFIRMATION)); in fillRecord()
|
D | TestActivity.java | 295 updateValues.put(BluetoothShare.USER_CONFIRMATION,
|
D | BluetoothOppTransfer.java | 282 .put(BluetoothShare.USER_CONFIRMATION, BluetoothShare.USER_CONFIRMATION_TIMEOUT); in markShareTimeout()
|