Home
last modified time | relevance | path

Searched refs:SYSTEM_ID (Results 1 – 6 of 6) sorted by relevance

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/
DAppsBrowseInfo.java42 private static final int SYSTEM_ID = 1; field in AppsBrowseInfo
65 mRows.put(SYSTEM_ID, new ArrayObjectAdapter()); in AppsBrowseInfo()
108 ArrayObjectAdapter systemRow = mRows.get(SYSTEM_ID); in updateAppList()
147 mHeaderItems.add(new HeaderItem(SYSTEM_ID, mContext.getString(R.string.apps_system))); in loadBrowseHeaders()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DLegacyApiSupport.java462 sGroupProjectionMap.put(android.provider.Contacts.Groups.SYSTEM_ID, in sGroupProjectionMap.put() argument
463 android.provider.Contacts.Groups.SYSTEM_ID); in sGroupProjectionMap.put()
705 Groups.SYSTEM_ID + " AS " + android.provider.Contacts.Groups.SYSTEM_ID + in createViews()
725 Groups.SYSTEM_ID in createViews()
726 + " AS " + android.provider.Contacts.GroupMembership.SYSTEM_ID + ", " + in createViews()
1489 ContactsDatabaseHelper.copyStringValue(mValues, Groups.SYSTEM_ID, in parseGroupValues()
1490 values, android.provider.Contacts.Groups.SYSTEM_ID); in parseGroupValues()
1999 + " WHERE " + Groups.SYSTEM_ID + "=" in buildGroupSystemIdMatchWhereClause()
DContactsDatabaseHelper.java1412 Groups.SYSTEM_ID + " TEXT," + in onCreate()
2162 + Groups.SYSTEM_ID + "," in createGroupsView()
3698 " WHERE " + Groups.SYSTEM_ID + " NOT NULL"); in upgradeToVersion415()
DContactsProvider2.java946 .add(Groups.SYSTEM_ID)
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DLegacyContactsProviderTest.java634 values.put(Groups.SYSTEM_ID, "12345"); in testGroupsInsert()
644 values.put(Groups.SYSTEM_ID, "12345"); in testGroupsUpdate()
651 values.put(Groups.SYSTEM_ID, "1234"); in testGroupsUpdate()
DContactsProvider2Test.java713 Groups.SYSTEM_ID, in testGroupsProjection()
741 Groups.SYSTEM_ID, in testGroupsSummaryProjection()
3595 values.put(Groups.SYSTEM_ID, "g"); in testGroupInsert()
5680 builder.withValue(ContactsContract.Groups.SYSTEM_ID, "some id"); in testSupplyingBothValuesAndParameters()
5689 builder.withValue(ContactsContract.Groups.SYSTEM_ID, "some other id"); in testSupplyingBothValuesAndParameters()