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

  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DirectoryListLoader.java 156 int typeResourceId = cursor.getInt(DirectoryQuery.TYPE_RESOURCE_ID);
157 if (!TextUtils.isEmpty(packageName) && typeResourceId != 0) {
160 .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/model/
ContactLoader.java 631 final int typeResourceId = cursor.getInt(DirectoryQuery.TYPE_RESOURCE_ID);
640 directoryType = resources.getString(typeResourceId);
643 + packageName + "." + typeResourceId);
    [all...]

Completed in 49 milliseconds