Searched refs:OPP_PREFERENCE_FILE (Results 1 – 4 of 4) sorted by relevance
19 import static com.android.bluetooth.opp.BluetoothOppManager.OPP_PREFERENCE_FILE;68 mContext.getSharedPreferences(OPP_PREFERENCE_FILE, 0).edit().clear().apply(); in tearDown()
24 import static com.android.bluetooth.opp.BluetoothOppManager.OPP_PREFERENCE_FILE;86 mContext.getSharedPreferences(OPP_PREFERENCE_FILE, 0).edit().clear().apply(); in tearDown()
93 @VisibleForTesting static final String OPP_PREFERENCE_FILE = "OPPMGR"; field in BluetoothOppManager204 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()
56 private static final String OPP_PREFERENCE_FILE = "OPPMGR"; field in DataMigration73 OPP_PREFERENCE_FILE,