Home
last modified time | relevance | path

Searched refs:ExtendedProperties (Results 1 – 9 of 9) sorted by relevance

/aosp12/frameworks/base/core/java/android/provider/
H A DCalendarContract.java1451 ExtendedProperties._ID,
1452 ExtendedProperties.NAME,
1453 ExtendedProperties.VALUE
1603 subCursor = mResolver.query(ExtendedProperties.CONTENT_URI, EXTENDED_PROJECTION, in getEntityAndIncrementCursor()
1608 subCursor = mProvider.query(ExtendedProperties.CONTENT_URI, EXTENDED_PROJECTION, in getEntityAndIncrementCursor()
1616 extendedValues.put(ExtendedProperties._ID, in getEntityAndIncrementCursor()
1618 extendedValues.put(ExtendedProperties.NAME, in getEntityAndIncrementCursor()
1620 extendedValues.put(ExtendedProperties.VALUE, in getEntityAndIncrementCursor()
1622 entity.addSubValue(ExtendedProperties.CONTENT_URI, extendedValues); in getEntityAndIncrementCursor()
2773 public static final class ExtendedProperties implements BaseColumns, class in CalendarContract
[all …]
/aosp12/packages/providers/CalendarProvider/src/com/android/providers/calendar/
H A DCalendarDatabaseHelper.java138 CalendarContract.ExtendedProperties.NAME + "," +
139 CalendarContract.ExtendedProperties.VALUE;
182 " WHERE " + CalendarContract.ExtendedProperties.EVENT_ID + "=" +
486 CalendarContract.ExtendedProperties._ID + " INTEGER PRIMARY KEY," + in bootstrapDB()
487 CalendarContract.ExtendedProperties.EVENT_ID + " INTEGER," + in bootstrapDB()
488 CalendarContract.ExtendedProperties.NAME + " TEXT," + in bootstrapDB()
489 CalendarContract.ExtendedProperties.VALUE + " TEXT" + in bootstrapDB()
494 CalendarContract.ExtendedProperties.EVENT_ID + in bootstrapDB()
3433 + " (" + CalendarContract.ExtendedProperties.EVENT_ID + "," in copyEventRelatedTables()
3437 + " WHERE " + CalendarContract.ExtendedProperties.EVENT_ID + " = ?", in copyEventRelatedTables()
H A DCalendarProvider2.java261 Tables.EXTENDED_PROPERTIES + "." + CalendarContract.ExtendedProperties._ID + "=?";
2617 .getAsLong(CalendarContract.ExtendedProperties.EVENT_ID); in insertInTransactionInner()
/aosp12/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
H A DCalendarProvider2Test.java2175 extended.put(CalendarContract.ExtendedProperties.NAME, "foo"); in testInsertExtendedPropertyToNonExistentEvent()
2176 extended.put(CalendarContract.ExtendedProperties.VALUE, "bar"); in testInsertExtendedPropertyToNonExistentEvent()
2177 extended.put(CalendarContract.ExtendedProperties.EVENT_ID, 1); in testInsertExtendedPropertyToNonExistentEvent()
2180 updatedUri(CalendarContract.ExtendedProperties.CONTENT_URI, true, in testInsertExtendedPropertyToNonExistentEvent()
2456 extended.put(CalendarContract.ExtendedProperties.NAME, "foo"); in internalTestDirty()
2457 extended.put(CalendarContract.ExtendedProperties.VALUE, "bar"); in internalTestDirty()
2458 extended.put(CalendarContract.ExtendedProperties.EVENT_ID, eventId); in internalTestDirty()
2464 updatedUri(CalendarContract.ExtendedProperties.CONTENT_URI, syncAdapter, in internalTestDirty()
2467 testQueryCount(CalendarContract.ExtendedProperties.CONTENT_URI, in internalTestDirty()
2504 extended.put(CalendarContract.ExtendedProperties.VALUE, "baz"); in internalTestDirty()
[all …]
/aosp12/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt33625 …public static final class CalendarContract.ExtendedProperties implements android.provider.BaseColu…
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt23516 …public static final class CalendarContract.ExtendedProperties implements android.provider.BaseColu…
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt44979 Landroid/provider/CalendarContract$ExtendedProperties;-><init>()V