Searched defs:EXTRA_UID (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/slices/core/src/main/java/androidx/slice/compat/
H A DSliceProviderCompat.java90 public static final String EXTRA_UID = "uid"; field in class:SliceProviderCompat
189 int uid = extras.getInt(EXTRA_UID);
544 extras.putInt(EXTRA_UID, uid);
/frameworks/base/core/java/android/content/
H A DIntent.java620 * <li> {@link #EXTRA_UID}
2106 * <li> {@link #EXTRA_UID} containing the integer uid assigned to the new package.
2122 * <li> {@link #EXTRA_UID} containing the integer uid assigned to the new package.
2146 * <li> {@link #EXTRA_UID} containing the integer uid previously assigned
2167 * <li> {@link #EXTRA_UID} containing the integer uid previously assigned
2182 * <li> {@link #EXTRA_UID} containing the integer uid assigned to the package.
2200 * <li> {@link #EXTRA_UID} containing the integer uid assigned to the package.
2218 * <li> {@link #EXTRA_UID} containing the integer uid assigned to the package.
2233 * <li> {@link #EXTRA_UID} containing the integer uid assigned to the package. If the
2336 * ID number is stored in the extra data under {@link #EXTRA_UID}
4831 public static final String EXTRA_UID = "android.intent.extra.UID"; field in class:Intent
[all...]

Completed in 228 milliseconds