Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppManager.java85 private static final String OPP_PREFERENCE_FILE = "OPPMGR"; field in BluetoothOppManager
201 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()