Loading core/api/module-lib-current.txt +1 −1 Original line number Diff line number Diff line Loading @@ -321,7 +321,7 @@ package android.net.netstats { package android.net.wifi { public final class WifiMigration { method @FlaggedApi("android.net.wifi.flags.legacy_keystore_to_wifi_blobstore_migration") public static void migrateLegacyKeystoreToWifiBlobstore(); method @FlaggedApi("android.net.wifi.flags.legacy_keystore_to_wifi_blobstore_migration_read_only") public static void migrateLegacyKeystoreToWifiBlobstore(); } } Loading wifi/java/src/android/net/wifi/WifiMigration.java +1 −1 Original line number Diff line number Diff line Loading @@ -574,7 +574,7 @@ public final class WifiMigration { * * @hide */ @FlaggedApi(Flags.FLAG_LEGACY_KEYSTORE_TO_WIFI_BLOBSTORE_MIGRATION) @FlaggedApi(Flags.FLAG_LEGACY_KEYSTORE_TO_WIFI_BLOBSTORE_MIGRATION_READ_ONLY) @SystemApi(client = SystemApi.Client.MODULE_LIBRARIES) public static void migrateLegacyKeystoreToWifiBlobstore() { final long identity = Binder.clearCallingIdentity(); Loading wifi/wifi.aconfig +2 −1 Original line number Diff line number Diff line Loading @@ -19,11 +19,12 @@ flag { } flag { name: "legacy_keystore_to_wifi_blobstore_migration" name: "legacy_keystore_to_wifi_blobstore_migration_read_only" is_exported: true namespace: "wifi" description: "Add API to migrate all values from Legacy Keystore to the new Wifi Blobstore database" bug: "332560152" is_fixed_read_only: true } flag { Loading Loading
core/api/module-lib-current.txt +1 −1 Original line number Diff line number Diff line Loading @@ -321,7 +321,7 @@ package android.net.netstats { package android.net.wifi { public final class WifiMigration { method @FlaggedApi("android.net.wifi.flags.legacy_keystore_to_wifi_blobstore_migration") public static void migrateLegacyKeystoreToWifiBlobstore(); method @FlaggedApi("android.net.wifi.flags.legacy_keystore_to_wifi_blobstore_migration_read_only") public static void migrateLegacyKeystoreToWifiBlobstore(); } } Loading
wifi/java/src/android/net/wifi/WifiMigration.java +1 −1 Original line number Diff line number Diff line Loading @@ -574,7 +574,7 @@ public final class WifiMigration { * * @hide */ @FlaggedApi(Flags.FLAG_LEGACY_KEYSTORE_TO_WIFI_BLOBSTORE_MIGRATION) @FlaggedApi(Flags.FLAG_LEGACY_KEYSTORE_TO_WIFI_BLOBSTORE_MIGRATION_READ_ONLY) @SystemApi(client = SystemApi.Client.MODULE_LIBRARIES) public static void migrateLegacyKeystoreToWifiBlobstore() { final long identity = Binder.clearCallingIdentity(); Loading
wifi/wifi.aconfig +2 −1 Original line number Diff line number Diff line Loading @@ -19,11 +19,12 @@ flag { } flag { name: "legacy_keystore_to_wifi_blobstore_migration" name: "legacy_keystore_to_wifi_blobstore_migration_read_only" is_exported: true namespace: "wifi" description: "Add API to migrate all values from Legacy Keystore to the new Wifi Blobstore database" bug: "332560152" is_fixed_read_only: true } flag { Loading