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