Home
last modified time | relevance | path

Searched refs:migration (Results 1 – 25 of 56) sorted by relevance

123

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/clock/
H A DSettingsWrapperTest.kt41 private lateinit var migration: SettingsWrapper.Migration
45 migration = mock(SettingsWrapper.Migration::class.java)
46 wrapper = SettingsWrapper(getContext().contentResolver, migration)
59 verify(migration).migrate(value, USER_ID)
86 verify(migration, never()).migrate(value, USER_ID)
/aosp12/frameworks/base/cmds/incident_helper/testdata/
H A Dcpuinfo.txt15 27 27 root RT 0 1.4 S 0 0 ta migration/3 [migration/3]
/aosp12/frameworks/compile/slang/tests/P_warnings_deprecated/
H A Dstderr.txt.expect1 …is deprecated: Please refer to the migration guide (https://developer.android.com/guide/topics/ren…
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/clock/
H A DSettingsWrapper.java46 SettingsWrapper(ContentResolver contentResolver, Migration migration) { in SettingsWrapper() argument
48 mMigration = migration; in SettingsWrapper()
/aosp12/frameworks/base/core/proto/android/os/
H A Dpagetypeinfo.proto33 * Each free area has 6 free list. Each corresponds to one migration type.
34 * The six migration types are Unmovable, Reclaimable, Movable, Reserve, CMA, and Isolate.
/aosp12/hardware/google/pixel-sepolicy/common/
H A Dvendor_init.te1 # for cgroup migration
/aosp12/packages/apps/Bluetooth/tests/unit/
H A DAndroid.bp26 "androidx.room_room-migration",
/aosp12/packages/apps/CellBroadcastReceiver/legacy/
H A DAndroid.bp6 // migration complete, OEMs can remove this app going forward.
/aosp12/build/soong/bp2build/
H A Dconversion.go77 content = `# This file was automatically generated by bp2build for the Bazel migration project.
/aosp12/art/cmdline/
H A DAndroid.bp45 // TODO(b/192274705): Remove this module when the migration to standalone ART gtests is complete.
/aosp12/art/dexlist/
H A DAndroid.bp71 // TODO(b/192274705): Remove this module when the migration to standalone ART gtests is complete.
/aosp12/art/dexdump/
H A DAndroid.bp85 // TODO(b/192274705): Remove this module when the migration to standalone ART gtests is complete.
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/storage/
H A DMetadataDatabase.java26 import androidx.room.migration.Migration;
/aosp12/art/dexoptanalyzer/
H A DAndroid.bp112 // TODO(b/192274705): Remove this module when the migration to standalone ART gtests is complete.
/aosp12/art/sigchainlib/
H A DAndroid.bp91 // TODO(b/192274705): Remove this module when the migration to standalone ART gtests is complete.
/aosp12/art/tools/luci/config/
H A Dcr-buildbucket.cfg24 identity: "luci-migration@appspot.gserviceaccount.com"
/aosp12/art/profman/
H A DAndroid.bp173 // TODO(b/192274705): Remove this module when the migration to standalone ART gtests is complete.
/aosp12/build/bazel/rules_cc/cc/
H A Dfind_cc_toolchain.bzl48 the duration of the migration. After
/aosp12/art/libdexfile/
H A DAndroid.bp296 // TODO(b/192274705): Remove this module when the migration to standalone ART gtests is complete.
436 // TODO(b/192274705): Remove this module when the migration to standalone ART gtests is complete.
/aosp12/art/libartpalette/
H A DAndroid.bp129 // TODO(b/192274705): Remove this module when the migration to standalone ART gtests is complete.
/aosp12/art/libprofile/
H A DAndroid.bp204 // TODO(b/192274705): Remove this module when the migration to standalone ART gtests is complete.
/aosp12/art/oatdump/
H A DAndroid.bp228 // TODO(b/192274705): Remove this module when the migration to standalone ART gtests is complete.
/aosp12/art/odrefresh/
H A DAndroid.bp182 // TODO(b/192274705): Remove this module when the migration to standalone ART gtests is complete.
/aosp12/system/sepolicy/prebuilts/api/28.0/public/
H A Dnetd.te38 # TODO: Add proper rules to prevent other process to access qtaguid_proc file after migration
/aosp12/art/libartbase/
H A DAndroid.bp315 // TODO(b/192274705): Remove this module when the migration to standalone ART gtests is complete.

123