Searched refs:ExtendedProperties (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/java/android/provider/ |
D | CalendarContract.java | 1338 ExtendedProperties._ID, 1339 ExtendedProperties.NAME, 1340 ExtendedProperties.VALUE 1490 subCursor = mResolver.query(ExtendedProperties.CONTENT_URI, EXTENDED_PROJECTION, in getEntityAndIncrementCursor() 1495 subCursor = mProvider.query(ExtendedProperties.CONTENT_URI, EXTENDED_PROJECTION, in getEntityAndIncrementCursor() 1503 extendedValues.put(ExtendedProperties._ID, in getEntityAndIncrementCursor() 1505 extendedValues.put(ExtendedProperties.NAME, in getEntityAndIncrementCursor() 1507 extendedValues.put(ExtendedProperties.VALUE, in getEntityAndIncrementCursor() 1509 entity.addSubValue(ExtendedProperties.CONTENT_URI, extendedValues); in getEntityAndIncrementCursor() 2539 public static final class ExtendedProperties implements BaseColumns, class in CalendarContract [all …]
|
/frameworks/base/config/ |
D | hiddenapi-public-dex.txt | 33252 Landroid/provider/CalendarContract$ExtendedProperties; 33253 Landroid/provider/CalendarContract$ExtendedProperties;->CONTENT_URI:Landroid/net/Uri;
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 23516 …public static final class CalendarContract.ExtendedProperties implements android.provider.BaseColu…
|
/frameworks/base/api/ |
D | current.txt | 34720 …public static final class CalendarContract.ExtendedProperties implements android.provider.BaseColu…
|