Merge "keystore2-client-tests: To ensure test isolation, update the APPLICATION_ID value to avoid unintended matching with existing installed app UIDs." into main am: 2f9084b892

Original change: https://android-review.googlesource.com/c/platform/system/security/+/3202214

Change-Id: I94f2a41480b01938a3291afcba0ef6f137b80a7c
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/keystore2/tests/keystore2_client_attest_key_tests.rs b/keystore2/tests/keystore2_client_attest_key_tests.rs
index db555de..266f2f2 100644
--- a/keystore2/tests/keystore2_client_attest_key_tests.rs
+++ b/keystore2/tests/keystore2_client_attest_key_tests.rs
@@ -666,7 +666,7 @@
 fn keystore2_generate_attested_key_fail_to_get_aaid() {
     static APP_USER_CTX: &str = "u:r:untrusted_app:s0:c91,c256,c10,c20";
     const USER_ID: u32 = 99;
-    const APPLICATION_ID: u32 = 10001;
+    const APPLICATION_ID: u32 = 19901;
     static APP_UID: u32 = USER_ID * AID_USER_OFFSET + APPLICATION_ID;
     static APP_GID: u32 = APP_UID;