Home
last modified time | relevance | path

Searched refs:USER_CONFIRMATION_PENDING (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothShare.java232 public static final int USER_CONFIRMATION_PENDING = 0; field in BluetoothShare
DBluetoothOppService.java713 …Share.isStatusCompleted(info.mStatus) || newConfirm == BluetoothShare.USER_CONFIRMATION_PENDING)) { in updateShare()
719 if (info.mConfirm == BluetoothShare.USER_CONFIRMATION_PENDING in updateShare()
720 && newConfirm != BluetoothShare.USER_CONFIRMATION_PENDING) { in updateShare()
DBluetoothOppReceiver.java207 if (((userConfirmation == BluetoothShare.USER_CONFIRMATION_PENDING)) in onReceive()
DBluetoothOppProvider.java257 con = BluetoothShare.USER_CONFIRMATION_PENDING; in insert()
DBluetoothOppObexServerSession.java86 private int mAccepted = BluetoothShare.USER_CONFIRMATION_PENDING;
DBluetoothOppNotification.java88 + BluetoothShare.USER_CONFIRMATION_PENDING + "'" + " AND " + visible;