Searched refs:mDevicePrefs (Results 1 – 1 of 1) sorted by relevance
46 private SharedPreferences mDevicePrefs; field in PredictionModel63 mDevicePrefs = Utilities.getDevicePrefs(mContext); in init()79 mDevicePrefs.edit().putString(CACHED_ITEMS_KEY, builder.toString()).apply(); in cachePredictionComponentKeys()91 String cachedBlob = mDevicePrefs.getString(CACHED_ITEMS_KEY, ""); in getPredictionComponentKeys()