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 161 int typeResourceId = cursor.getInt(DirectoryQuery.TYPE_RESOURCE_ID);
162 if (!TextUtils.isEmpty(packageName) && typeResourceId != 0) {
165 .getString(typeResourceId);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactDirectoryManager.java 65 int typeResourceId;
441 info.typeResourceId = cursor.getInt(DirectoryQuery.TYPE_RESOURCE_ID);
508 values.put(Directory.TYPE_RESOURCE_ID, info.typeResourceId);
514 if (info.typeResourceId != 0) {
515 String resourceName = getResourceNameById(info.packageName, info.typeResourceId);
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactDirectoryManagerTest.java 604 String displayName, int typeResourceId, int exportSupport, int shortcutSupport,
610 row[cursor.getColumnIndex(Directory.TYPE_RESOURCE_ID)] = typeResourceId;
618 String accountName, String accountType, String displayName, int typeResourceId,
626 values.put(Directory.TYPE_RESOURCE_ID, typeResourceId);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
ContactLoader.java 754 final int typeResourceId = cursor.getInt(DirectoryQuery.TYPE_RESOURCE_ID);
763 directoryType = resources.getString(typeResourceId);
    [all...]

Completed in 159 milliseconds