Searched refs:deviceContext (Results 1 – 2 of 2) sorted by relevance
126 final Context deviceContext = context.createDeviceProtectedStorageContext(); in onCreate() local127 if (!deviceContext.moveDatabaseFrom(context, ClockDatabaseHelper.DATABASE_NAME)) { in onCreate()130 storageContext = deviceContext; in onCreate()
714 final Context deviceContext = context.createDeviceProtectedStorageContext(); in getDefaultSharedPreferences() local715 if (!deviceContext.moveSharedPreferencesFrom(context, in getDefaultSharedPreferences()719 storageContext = deviceContext; in getDefaultSharedPreferences()