HomeSort by relevance Sort by last modified time
    Searched refs:mBluetoothEnabledByNfc (Results 1 - 2 of 2) sorted by null

  /packages/apps/Nfc/src/com/android/nfc/handover/
HandoverService.java 131 boolean mBluetoothEnabledByNfc;
140 mBluetoothEnabledByNfc = false;
245 mBluetoothEnabledByNfc = msg.arg1 != 0;
266 mBluetoothEnabledByNfc = true;
273 if (!mBluetoothEnabledByNfc) return;
277 mBluetoothEnabledByNfc = false;
335 mBluetoothEnabledByNfc = false;
456 msg.arg1 = mBluetoothEnabledByNfc ? 1 : 0;
HandoverManager.java 83 boolean mBluetoothEnabledByNfc;
113 mBluetoothEnabledByNfc = msg.arg1 != 0;
118 mBluetoothEnabledByNfc = false; // No need to maintain this state any longer
139 msg.arg1 = mBluetoothEnabledByNfc ? 1 : 0;
192 mBluetoothEnabledByNfc = false;

Completed in 44 milliseconds