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

  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/dataitem/
DataKind.java 43 public String resourcePackageName;
108 sb.append(" resPackageName=").append(resourcePackageName);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
FallbackAccountType.java 36 this.resourcePackageName = resPackageName;
AccountType.java 67 * TODO Clean up {@link #resourcePackageName}, {@link #syncAdapterPackageName} and
72 * - {@link #resourcePackageName} too is set to the same value, unless {@link #isEmbedded()},
75 * {@link #isEmbedded()}, but we set non-null to {@link #resourcePackageName} for unit tests.
77 public String resourcePackageName;
189 * package. See {@link #resourcePackageName} -- we should clean up those.
211 // Note this resource is defined in the sync adapter package, not resourcePackageName.
251 // Note this resource is defined in the sync adapter package, not resourcePackageName.
260 // Note this resource is defined in the sync adapter package, not resourcePackageName.
345 kind.resourcePackageName = this.resourcePackageName;
    [all...]
GoogleAccountType.java 44 this.resourcePackageName = null;
ExternalAccountType.java 108 this.resourcePackageName = packageName;
ExchangeAccountType.java 49 this.resourcePackageName = null;
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
DataAction.java 270 final String resourcePackageName = mKind.resourcePackageName;
271 if (resourcePackageName == null) {
276 return pm.getDrawable(resourcePackageName, mAlternateIconRes, null);
  /packages/apps/ContactsCommon/tests/src/com/android/contacts/common/model/account/
AccountTypeTest.java 69 resourcePackageName = packageName;
ExternalAccountTypeTest.java 134 getContext(), type.resourcePackageName);

Completed in 156 milliseconds