Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothShare.java174 public static final String USER_CONFIRMATION = "confirm"; field in BluetoothShare
DBluetoothOppIncomingFileConfirmActivity.java146 mUpdateValues.put(BluetoothShare.USER_CONFIRMATION, in onClick()
157 mUpdateValues.put(BluetoothShare.USER_CONFIRMATION, in onClick()
DBluetoothOppProvider.java178 + " INTEGER, " + BluetoothShare.USER_CONFIRMATION + " INTEGER, " in createTable()
252 Integer con = values.getAsInteger(BluetoothShare.USER_CONFIRMATION); in insert()
263 filteredValues.put(BluetoothShare.USER_CONFIRMATION, con); in insert()
DBluetoothOppNotification.java66 static final String confirm = "(" + BluetoothShare.USER_CONFIRMATION + " == '"
68 + BluetoothShare.USER_CONFIRMATION + " == '"
81 static final String WHERE_CONFIRM_PENDING = BluetoothShare.USER_CONFIRMATION + " == '"
DBluetoothOppService.java531 cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.USER_CONFIRMATION)), in insertShare()
667 .getColumnIndexOrThrow(BluetoothShare.USER_CONFIRMATION)); in updateShare()
682 .getColumnIndexOrThrow(BluetoothShare.USER_CONFIRMATION)); in updateShare()
DBluetoothOppReceiver.java197 .getColumnIndexOrThrow(BluetoothShare.USER_CONFIRMATION); in onReceive()
DBluetoothOppObexServerSession.java271 values.put(BluetoothShare.USER_CONFIRMATION, in onPut()
DTestActivity.java295 updateValues.put(BluetoothShare.USER_CONFIRMATION,
DBluetoothOppTransfer.java301 .put(BluetoothShare.USER_CONFIRMATION, BluetoothShare.USER_CONFIRMATION_TIMEOUT); in markShareTimeout()