Searched refs:dePrefs (Results 1 – 1 of 1) sorted by relevance
27 SharedPreferences dePrefs = context.createDeviceProtectedStorageContext() in onReceive() local31 dePrefs.edit().putBoolean(BOOT_COMPLETE, true).commit(); in onReceive()