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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppManager.java97 private static final String MULTIPLE_FLAG = "MULTIPLE_FLAG"; field in class:BluetoothOppManager
199 mMultipleFlag = settings.getBoolean(MULTIPLE_FLAG, false);
224 editor.putBoolean(MULTIPLE_FLAG, mMultipleFlag);

Completed in 315 milliseconds