Searched refs:sharedUserId (Results 1 – 12 of 12) sorted by relevance
70 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()
45 public String sharedUserId() { in sharedUserId() method in TestAppDetails
254 public String sharedUserId() { in sharedUserId() method in TestApp255 return mDetails.sharedUserId(); in sharedUserId()
353 if (details.sharedUserId() != null) { in matches()357 if (!StringQueryHelper.matches(mSharedUserId, details.sharedUserId())) { in matches()
18 string sharedUserId = 9; field
119 assertEquals(expected.sharedUserId, actual.sharedUserId); in checkPkgInfoSame()
534 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()
140 // 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.
136 android_app.sharedUserId = root.attributes.get("sharedUserId", "")
926 public String sharedUserId() { in sharedUserId() method in Package933 return packageInfo.sharedUserId; in sharedUserId()
163 key: "sharedUserId"
1493 field @Deprecated public static final int sharedUserId = 16842763; // 0x101000b12627 field @Nullable public String sharedUserId;