HomeSort by relevance Sort by last modified time
    Searched defs:typeResourceId (Results 1 - 3 of 3) 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/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 149 milliseconds