Searched refs:sharedUserId (Results 1 – 8 of 8) sorted by relevance
52 public String sharedUserId; field in PackageInfo247 dest.writeString(sharedUserId); in writeToParcel()290 sharedUserId = source.readString(); in PackageInfo()
300 pi.sharedUserId = p.mSharedUserId; in generatePackageInfo()
10 android:<a href="#uid">sharedUserId</a>="<i>string</i>"80 <dt><a name="uid"></a>{@code android:sharedUserId}</dt>95 <code><a href="#uid">sharedUserId</a></code> attribute is also set.
302 if (info.sharedUserId != null) { in AppSecurityPermissions()305 sharedUid = mPm.getUidForSharedUser(info.sharedUserId); in AppSecurityPermissions()
91 You can use the {@link android.R.attr#sharedUserId} attribute in the97 signed with the same signature (and requesting the same sharedUserId) will
383 boolean sharedUserIdSet = (pi.sharedUserId != null); in initializeJavaContextClassLoader()
718 NO DOC BLOCK: android.content.pm.PackageInfo Field sharedUserId
951 field public static final int sharedUserId = 16842763; // 0x101000b7165 field public java.lang.String sharedUserId;