/aosp_15_r20/cts/hostsidetests/appsecurity/test-apps/EncryptionApp/src/com/android/cts/encryptionapp/ |
H A D | RebootEscrowFakeService.java | 42 getApplication().getApplicationContext().createDeviceProtectedStorageContext(); in onWrap() 54 getApplication().getApplicationContext().createDeviceProtectedStorageContext(); in onUnwrap()
|
/aosp_15_r20/cts/hostsidetests/calllog/app/src/android/provider/cts/contacts/testapp/ |
H A D | BootReceiver.java | 22 SharedPreferences prefs = context.createDeviceProtectedStorageContext() in onReceive() 27 SharedPreferences dePrefs = context.createDeviceProtectedStorageContext() in onReceive()
|
H A D | CallLogDirectBootTest.java | 44 mDe = mCe.createDeviceProtectedStorageContext(); in setUp() 96 getInstrumentation().getContext().createDeviceProtectedStorageContext() in testShadowCallComposerPicture()
|
/aosp_15_r20/frameworks/base/packages/StatementService/src/com/android/statementservice/domain/worker/ |
H A D | SingleV1RequestWorker.kt | 79 val deContext = appContext.createDeviceProtectedStorageContext() in <lambda>() 89 val deContext = appContext.createDeviceProtectedStorageContext() in <lambda>()
|
H A D | CollectV1Worker.kt | 56 val deContext = appContext.createDeviceProtectedStorageContext() in <lambda>() 73 val deContext = appContext.createDeviceProtectedStorageContext() in <lambda>()
|
/aosp_15_r20/frameworks/libs/systemui/weathereffects/src/com/google/android/wallpaper/weathereffects/data/repository/ |
D | WallpaperFileUtils.kt | 171 context.createDeviceProtectedStorageContext() in hasBitmapsInLocalStorage() 183 context.createDeviceProtectedStorageContext() in asProtectedContext()
|
/aosp_15_r20/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/file/backends/ |
H A D | AndroidUriAdapter.java | 76 rootLocation = context.createDeviceProtectedStorageContext().getFilesDir(); in toFile() 87 rootLocation = context.createDeviceProtectedStorageContext().getCacheDir(); in toFile()
|
/aosp_15_r20/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/util/ |
D | SandboxApplication.kt | 157 override fun createDeviceProtectedStorageContext(): Context { in createDeviceProtectedStorageContext() method 158 return SandboxApplicationWrapper(super.createDeviceProtectedStorageContext(), app) in createDeviceProtectedStorageContext()
|
/aosp_15_r20/packages/modules/AdServices/sdksandbox/framework/java/android/app/sdksandbox/ |
D | SandboxedSdkContext.java | 141 public Context createDeviceProtectedStorageContext() { in createDeviceProtectedStorageContext() method in SandboxedSdkContext 142 Context newBaseContext = getBaseContext().createDeviceProtectedStorageContext(); in createDeviceProtectedStorageContext()
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/locales/ |
H A D | LocaleManagerBackupHelper.java | 593 return mStagedDataFiles == null ? mContext.createDeviceProtectedStorageContext() in getStagedDataSp() 599 return mStagedDataFiles == null ? mContext.createDeviceProtectedStorageContext() in getStagedDataSp() 641 return mArchivedPackagesFile == null ? mContext.createDeviceProtectedStorageContext() in getArchivedPackagesSp() 724 return mContext.createDeviceProtectedStorageContext().getSharedPreferences(prefsFile, in createPersistedInfo()
|
/aosp_15_r20/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/ |
D | LauncherPrefsTest.kt | 198 .createDeviceProtectedStorageContext() in put_bootAwareItem_updatesDeviceProtectedStorage() 219 .createDeviceProtectedStorageContext() in remove_bootAwareItem_removesFromDeviceProtectedStorage()
|
/aosp_15_r20/packages/modules/AdServices/sdksandbox/tests/cts/inprocess/src/com/android/sdksandbox/tests/cts/inprocess/ |
D | SdkSandboxConfigurationTest.java | 133 final Context ctx = mContext.createDeviceProtectedStorageContext(); in testGetDataDir_DE() 158 final Context ctx = mContext.createDeviceProtectedStorageContext(); in testCanWriteToDataDir_DE()
|
/aosp_15_r20/external/mobile-data-download/javatests/com/google/android/libraries/mobiledatadownload/file/backends/ |
H A D | AndroidFileBackendTest.java | 156 context.createDeviceProtectedStorageContext().getFilesDir(), in openForRead_directBootFilesOnNShouldUseDeviceProtectedStorageContext() 179 context.createDeviceProtectedStorageContext().getCacheDir(), in openForRead_directBootCacheOnNShouldUseDeviceProtectedStorageContext()
|
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/ |
H A D | ShadowContextImplTest.java | 52 Context deviceProtectedStorageContext = context.createDeviceProtectedStorageContext(); in deviceProtectedContext() 72 Context dpContext = context.createDeviceProtectedStorageContext(); in testMoveSharedPreferencesFrom()
|
/aosp_15_r20/packages/apps/Dialer/java/com/android/dialer/storage/ |
D | StorageModule.java | 40 Context deviceProtectedContext = ContextCompat.createDeviceProtectedStorageContext(appContext); in provideUnencryptedSharedPrefs()
|
/aosp_15_r20/cts/hostsidetests/appsecurity/test-apps/SplitApp/src/com/android/cts/splitapp/ |
H A D | BaseBootReceiver.java | 33 context = context.createDeviceProtectedStorageContext(); in onReceive()
|
H A D | RemoteQueryProvider.java | 61 Context deCtx = getContext().createDeviceProtectedStorageContext(); in fileQuery()
|
/aosp_15_r20/frameworks/base/packages/WAPPushManager/src/com/android/smspush/ |
H A D | WapPushManager.java | 386 mDbHelper = new WapPushManDBHelper(context.createDeviceProtectedStorageContext()); in getDatabase() 468 context.createDeviceProtectedStorageContext().moveDatabaseFrom(context, DATABASE_NAME); in migrateWapPushManDBIfNeeded()
|
/aosp_15_r20/packages/apps/DeskClock/src/com/android/deskclock/ |
D | DeskClockApplication.kt | 55 storageContext = context.createDeviceProtectedStorageContext() in getDefaultSharedPreferences()
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/media/projection/ |
H A D | MediaProjectionSessionIdGenerator.java | 51 Context directBootContext = context.createDeviceProtectedStorageContext(); in getInstance()
|
H A D | MediaProjectionTimestampStore.java | 63 Context directBootContext = context.createDeviceProtectedStorageContext(); in getInstance()
|
/aosp_15_r20/cts/hostsidetests/appsecurity/test-apps/NoDataStorageApp/src/com/android/cts/noappstorage/ |
H A D | NoAppDataStorageTest.java | 40 private final Context mDeContext = mCeContext.createDeviceProtectedStorageContext();
|
/aosp_15_r20/frameworks/base/packages/StatementService/src/com/android/statementservice/domain/ |
H A D | DomainVerificationReceiverV1.kt | 72 val deContext = context.createDeviceProtectedStorageContext() in scheduleUnlockedV1()
|
/aosp_15_r20/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/ |
D | RotationWallpaperUpdateReceiver.java | 55 Context deviceProtectedContext = appContext.createDeviceProtectedStorageContext(); in onReceive()
|
/aosp_15_r20/packages/modules/Permission/PermissionController/role-controller/java/com/android/role/controller/util/ |
D | LegacyRoleFallbackEnabledUtils.java | 60 context = context.createDeviceProtectedStorageContext(); in getSharedPreferences()
|