Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppNotification.java66 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()
DBluetoothOppReceiver.java128 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()
DBluetoothOppProvider.java167 + " 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()
DBluetoothOppIncomingFileConfirmActivity.java143 mUpdateValues.put(BluetoothShare.USER_CONFIRMATION, in onClick()
154 mUpdateValues.put(BluetoothShare.USER_CONFIRMATION, in onClick()
DBluetoothShare.java168 public static final String USER_CONFIRMATION = "confirm"; field in BluetoothShare
DBluetoothOppManager.java442 values.put(BluetoothShare.USER_CONFIRMATION, in insertMultipleShare()
461 values.put(BluetoothShare.USER_CONFIRMATION, in insertSingleShare()
DBluetoothOppObexServerSession.java278 values.put(BluetoothShare.USER_CONFIRMATION, in onPut()
283 values.put(BluetoothShare.USER_CONFIRMATION, in onPut()
DBluetoothOppService.java579 cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.USER_CONFIRMATION)), in insertShare()
709 .getColumnIndexOrThrow(BluetoothShare.USER_CONFIRMATION)); in updateShare()
724 .getColumnIndexOrThrow(BluetoothShare.USER_CONFIRMATION)); in updateShare()
DBluetoothOppUtility.java128 cursor.getColumnIndexOrThrow(BluetoothShare.USER_CONFIRMATION)); in fillRecord()
DTestActivity.java295 updateValues.put(BluetoothShare.USER_CONFIRMATION,
DBluetoothOppTransfer.java282 .put(BluetoothShare.USER_CONFIRMATION, BluetoothShare.USER_CONFIRMATION_TIMEOUT); in markShareTimeout()