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
254 mIsHandoverInitiated = isHandover;
264 mIsHandoverInitiated = isHandover;
346 mIsHandoverInitiated);
376 private final boolean mIsHandoverInitiated; field in class:BluetoothOppManager.InsertShareInfoThread
388 this.mIsHandoverInitiated = handoverInitiated;
434 if (mIsHandoverInitiated) {
453 if (mIsHandoverInitiated) {

Completed in 90 milliseconds