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