Searched refs:KEY_DOWNLOADABLE (Results 1 – 1 of 1) sorted by relevance
38 public static final String KEY_DOWNLOADABLE = "downloadable"; field in Config59 mDownloadable = mSharedPref.getBoolean(KEY_DOWNLOADABLE, false); in init()87 mSharedPref.edit().putBoolean(KEY_DOWNLOADABLE, mDownloadable).apply(); in update()