Searched refs:OPP_PREFERENCE_FILE (Results 1 – 1 of 1) sorted by relevance
85 private static final String OPP_PREFERENCE_FILE = "OPPMGR"; field in BluetoothOppManager201 SharedPreferences settings = mContext.getSharedPreferences(OPP_PREFERENCE_FILE, 0); in restoreApplicationData()227 mContext.getSharedPreferences(OPP_PREFERENCE_FILE, 0).edit().clear().apply(); in restoreApplicationData()235 mContext.getSharedPreferences(OPP_PREFERENCE_FILE, 0).edit(); in storeApplicationData()