Searched defs:mIsHandoverInitiated (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppManager.java83 private boolean mIsHandoverInitiated; field in class:BluetoothOppManager
269 mIsHandoverInitiated = isHandover;
287 mIsHandoverInitiated = isHandover;
382 mIsHandoverInitiated);
412 private final boolean mIsHandoverInitiated; field in class:BluetoothOppManager.InsertShareInfoThread
424 this.mIsHandoverInitiated = handoverInitiated;
475 if (mIsHandoverInitiated) {
496 if (mIsHandoverInitiated) {

Completed in 36 milliseconds