Searched refs:MIN_ID (Results 1 – 10 of 10) sorted by relevance
/aosp12/frameworks/base/graphics/java/android/graphics/ |
H A D | ParcelableColorSpace.java | 40 if (colorSpace.getId() == ColorSpace.MIN_ID) { in isParcelable() 63 if (mColorSpace.getId() == ColorSpace.MIN_ID) { in ParcelableColorSpace() 92 if (id == ColorSpace.MIN_ID) { in writeToParcel() 116 if (id == ColorSpace.MIN_ID) {
|
H A D | ColorSpace.java | 188 public static final int MIN_ID = -1; // Do not change field in ColorSpace 213 @IntRange(from = MIN_ID, to = MAX_ID) private final int mId; 874 @IntRange(from = MIN_ID, to = MAX_ID) int id) { in ColorSpace() 885 if (id < MIN_ID || id > MAX_ID) { in ColorSpace() 887 MIN_ID + " and " + MAX_ID); in ColorSpace() 937 @IntRange(from = MIN_ID, to = MAX_ID) 2332 oetf, eotf, 0.0f, 1.0f, null, MIN_ID); in Rgb() 2498 @IntRange(from = MIN_ID, to = MAX_ID) int id) { in Rgb() 2624 @IntRange(from = MIN_ID, to = MAX_ID) int id) { in Rgb() 2684 @IntRange(from = MIN_ID, to = MAX_ID) int id) { in Rgb() [all …]
|
H A D | Color.java | 1051 if (id == ColorSpace.MIN_ID) { in pack()
|
/aosp12/packages/apps/Contacts/src/com/android/contacts/compat/ |
H A D | ContactsCompat.java | 58 (contactId < ContactsContract.Profile.MIN_ID); in isEnterpriseContactId()
|
/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
H A D | ProfileDatabaseHelper.java | 73 values.put(SEQUENCE_SEQ, Profile.MIN_ID); in initializeAutoIncrementSequences()
|
/aosp12/frameworks/base/core/java/android/provider/ |
H A D | ContactsContract.java | 1827 return (contactId >= ENTERPRISE_CONTACT_ID_BASE) && (contactId < Profile.MIN_ID); in isEnterpriseContactId() 2338 public static final long MIN_ID = Long.MAX_VALUE - (long) Integer.MAX_VALUE; field in ContactsContract.Profile 2351 return id >= Profile.MIN_ID; in isProfileId()
|
/aosp12/packages/apps/Contacts/src/com/android/contacts/ |
H A D | ContactSaveService.java | 1063 if (id < Profile.MIN_ID) { in setStarred()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 15117 …method @IntRange(from=android.graphics.ColorSpace.MIN_ID, to=android.graphics.ColorSpace.MAX_ID) p… 15137 field public static final int MIN_ID = -1; // 0xffffffff 34763 field public static final long MIN_ID = 9223372034707292160L; // 0x7fffffff80000000L
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 24566 field public static final long MIN_ID = 9223372034707292160L; // 0x7fffffff80000000L
|