Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothShare.java234 public static final int USER_CONFIRMATION_PENDING = 0; field in BluetoothShare
H A DBluetoothOppService.java163 + BluetoothShare.USER_CONFIRMATION_PENDING;
867 || newConfirm == BluetoothShare.USER_CONFIRMATION_PENDING)) { in updateShare()
873 if (info.mConfirm == BluetoothShare.USER_CONFIRMATION_PENDING in updateShare()
874 && newConfirm != BluetoothShare.USER_CONFIRMATION_PENDING) { in updateShare()
H A DBluetoothOppProvider.java231 con = BluetoothShare.USER_CONFIRMATION_PENDING; in insert()
H A DBluetoothOppReceiver.java194 if (((userConfirmation == BluetoothShare.USER_CONFIRMATION_PENDING)) in onReceive()
H A DBluetoothOppObexServerSession.java90 private int mAccepted = BluetoothShare.USER_CONFIRMATION_PENDING;
H A DBluetoothOppNotification.java96 BluetoothShare.USER_CONFIRMATION + " == '" + BluetoothShare.USER_CONFIRMATION_PENDING
H A DBluetoothOppTransfer.java127 == BluetoothShare.USER_CONFIRMATION_PENDING)) { in onReceive()