Searched refs:deviceProtectedContext (Results 1 – 2 of 2) sorted by relevance
61 Context deviceProtectedContext = appContext.createDeviceProtectedStorageContext(); in onReceive()64 moveFileToProtectedStorage(appContext, deviceProtectedContext); in onReceive()67 File wallpaperFile = deviceProtectedContext.getFileStreamPath( in onReceive()76 private void moveFileToProtectedStorage(Context context, Context deviceProtectedContext) { in moveFileToProtectedStorage() argument79 deviceProtectedContext, ROTATING_WALLPAPER_FILE_PATH); in moveFileToProtectedStorage()
40 Context deviceProtectedContext = ContextCompat.createDeviceProtectedStorageContext(appContext); in provideUnencryptedSharedPrefs() local46 deviceProtectedContext != null ? deviceProtectedContext : appContext); in provideUnencryptedSharedPrefs()