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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothShare.java238 public static final int USER_CONFIRMATION_PENDING = 0; field in class:BluetoothShare
H A DBluetoothOppReceiver.java204 if (((userConfirmation == BluetoothShare.USER_CONFIRMATION_PENDING))
H A DBluetoothOppService.java669 && (BluetoothShare.isStatusCompleted(info.mStatus) || newConfirm == BluetoothShare.USER_CONFIRMATION_PENDING)) {
675 if (info.mConfirm == BluetoothShare.USER_CONFIRMATION_PENDING
676 && newConfirm != BluetoothShare.USER_CONFIRMATION_PENDING) {
H A DBluetoothOppNotification.java81 + BluetoothShare.USER_CONFIRMATION_PENDING + "'" + " AND " + visible;
H A DBluetoothOppProvider.java261 con = BluetoothShare.USER_CONFIRMATION_PENDING;
H A DBluetoothOppObexServerSession.java84 private int mAccepted = BluetoothShare.USER_CONFIRMATION_PENDING;

Completed in 82 milliseconds