Home
last modified time | relevance | path

Searched refs:OPP_PREFERENCE_FILE (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/
DBluetoothOppPreferenceTest.java19 import static com.android.bluetooth.opp.BluetoothOppManager.OPP_PREFERENCE_FILE;
68 mContext.getSharedPreferences(OPP_PREFERENCE_FILE, 0).edit().clear().apply(); in tearDown()
DBluetoothOppManagerTest.java24 import static com.android.bluetooth.opp.BluetoothOppManager.OPP_PREFERENCE_FILE;
86 mContext.getSharedPreferences(OPP_PREFERENCE_FILE, 0).edit().clear().apply(); in tearDown()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppManager.java93 @VisibleForTesting static final String OPP_PREFERENCE_FILE = "OPPMGR"; field in BluetoothOppManager
204 SharedPreferences settings = mContext.getSharedPreferences(OPP_PREFERENCE_FILE, 0); in restoreApplicationData()
231 mContext.getSharedPreferences(OPP_PREFERENCE_FILE, 0).edit().clear().apply(); in restoreApplicationData()
237 mContext.getSharedPreferences(OPP_PREFERENCE_FILE, 0).edit(); in storeApplicationData()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DDataMigration.java56 private static final String OPP_PREFERENCE_FILE = "OPPMGR"; field in DataMigration
73 OPP_PREFERENCE_FILE,