Home
last modified time | relevance | path

Searched refs:sharedUserId (Results 1 – 12 of 12) sorted by relevance

/cts/tests/tests/uidmigration/src/android/uidmigration/cts/
DSharedUserMigrationTest.kt70 assertNull(pkgInfo.sharedUserId) in testNewInstallOnly()
77 assertNotNull(pkgInfo.sharedUserId) in testNewInstallOnly()
89 assertNull(pkgInfo.sharedUserId) in testNewInstallOnly()
93 assertNull(newPkgInfo.sharedUserId) in testNewInstallOnly()
106 assertNotNull(pkgInfo.sharedUserId) in testBestEffort()
120 assertNull(pkgInfo.sharedUserId) in testBestEffort()
/cts/common/device-side/bedstead/testapp/src/library/main/java/com/android/bedstead/testapp/
DTestAppDetails.java45 public String sharedUserId() { in sharedUserId() method in TestAppDetails
DTestApp.java254 public String sharedUserId() { in sharedUserId() method in TestApp
255 return mDetails.sharedUserId(); in sharedUserId()
DTestAppQueryBuilder.java353 if (details.sharedUserId() != null) { in matches()
357 if (!StringQueryHelper.matches(mSharedUserId, details.sharedUserId())) { in matches()
/cts/common/device-side/bedstead/testapp/src/library/main/proto/
Dtestapp_protos.proto18 string sharedUserId = 9; field
/cts/tests/tests/content/src/android/content/pm/cts/
DPackageInfoTest.java119 assertEquals(expected.sharedUserId, actual.sharedUserId); in checkPkgInfoSame()
/cts/common/device-side/bedstead/testapp/src/test/java/com/android/bedstead/testapp/
DTestAppProviderTest.java534 assertThat(testApp.sharedUserId()).isNull(); in query_doesNotSpecifySharedUserId_sharedUserIdIsNull()
544 assertThat(testApp.sharedUserId()).isEqualTo("com.android.bedstead"); in query_doesSpecifySharedUserId_matches()
553 assertThat(testApp.sharedUserId()).isNull(); in query_specifiesNullSharedUserId_matches()
/cts/hostsidetests/appsecurity/test-apps/tinyapp/
DAndroid.bp140 // ancestors are not allowed to be installed in the same sharedUserId.
201 // with the previous signing key from joining a sharedUserId.
237 // prevent the previous signing key from joining the sharedUserId.
257 // ancestors are not allowed to be installed in the same sharedUserId.
310 // prevent the previous signing key from joining the sharedUserId.
/cts/common/device-side/bedstead/testapp/tools/index/
Dindex_testapps.py136 android_app.sharedUserId = root.attributes.get("sharedUserId", "")
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/packages/
DPackage.java926 public String sharedUserId() { in sharedUserId() method in Package
933 return packageInfo.sharedUserId; in sharedUserId()
/cts/tools/release-parser/tests/resources/
DShell.apk.pb.txt163 key: "sharedUserId"
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt1493 field @Deprecated public static final int sharedUserId = 16842763; // 0x101000b
12627 field @Nullable public String sharedUserId;