HomeSort by relevance Sort by last modified time
    Searched refs:typeResourceId (Results 1 - 4 of 4) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/list/
DirectoryListLoader.java 155 int typeResourceId = cursor.getInt(DirectoryQuery.TYPE_RESOURCE_ID);
156 if (!TextUtils.isEmpty(packageName) && typeResourceId != 0) {
159 .getString(typeResourceId);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactDirectoryManager.java 65 int typeResourceId;
431 info.typeResourceId = cursor.getInt(DirectoryQuery.TYPE_RESOURCE_ID);
498 values.put(Directory.TYPE_RESOURCE_ID, info.typeResourceId);
504 if (info.typeResourceId != 0) {
505 String resourceName = getResourceNameById(info.packageName, info.typeResourceId);
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactDirectoryManagerTest.java 601 String displayName, int typeResourceId, int exportSupport, int shortcutSupport,
607 row[cursor.getColumnIndex(Directory.TYPE_RESOURCE_ID)] = typeResourceId;
615 String accountName, String accountType, String displayName, int typeResourceId,
623 values.put(Directory.TYPE_RESOURCE_ID, typeResourceId);
  /packages/apps/Contacts/src/com/android/contacts/
ContactLoader.java     [all...]

Completed in 343 milliseconds