Home
last modified time | relevance | path

Searched refs:resourcePackageName (Results 1 – 20 of 20) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DKeyboardTextsSet.java47 final String resourcePackageName = res.getResourcePackageName( in setLocale() local
49 setLocale(locale, res, resourcePackageName); in setLocale()
54 final String resourcePackageName) { in setLocale() argument
58 mResourcePackageName = resourcePackageName; in setLocale()
139 final String resourcePackageName = mResourcePackageName; in expandReference() local
143 final int resId = res.getIdentifier(name, "string", resourcePackageName); in expandReference()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/
DAction.java113 public Builder resourcePackageName(String resourcePackageName) { in resourcePackageName() argument
114 mResourcePackageName = resourcePackageName; in resourcePackageName()
154 protected Action(String key, String title, String description, String resourcePackageName, in Action() argument
160 mResourcePackageName = resourcePackageName; in Action()
323 .resourcePackageName(source.readString())
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DDataAction.java287 final String resourcePackageName = mKind.resourcePackageName; in getAlternateIcon()
288 if (resourcePackageName == null) { in getAlternateIcon()
293 return pm.getDrawable(resourcePackageName, mAlternateIconRes, null); in getAlternateIcon()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
DKeyCodeDescriptionMapper.java339 final String resourcePackageName = resources.getResourcePackageName( in getSpokenDescriptionId() local
341 final int resId = resources.getIdentifier(resourceName, "string", resourcePackageName); in getSpokenDescriptionId()
360 final String resourcePackageName = resources.getResourcePackageName( in getSpokenEmoticonDescription() local
362 final int resId = resources.getIdentifier(resourceName, "string", resourcePackageName); in getSpokenEmoticonDescription()
/packages/apps/Dialer/java/com/android/contacts/common/model/account/
DAccountType.java76 public String resourcePackageName; field in AccountType
289 kind.resourcePackageName = this.resourcePackageName; in addKind()
DFallbackAccountType.java35 this.resourcePackageName = resPackageName; in FallbackAccountType()
DGoogleAccountType.java49 this.resourcePackageName = null; in GoogleAccountType()
DExternalAccountType.java116 this.resourcePackageName = packageName; in ExternalAccountType()
DSamsungAccountType.java50 this.resourcePackageName = null; in SamsungAccountType()
DExchangeAccountType.java49 this.resourcePackageName = null; in ExchangeAccountType()
/packages/apps/Contacts/src/com/android/contacts/model/account/
DAccountType.java81 public String resourcePackageName; field in AccountType
343 kind.resourcePackageName = this.resourcePackageName; in addKind()
DFallbackAccountType.java40 this.resourcePackageName = resPackageName; in FallbackAccountType()
DGoogleAccountType.java52 this.resourcePackageName = null; in GoogleAccountType()
DSamsungAccountType.java52 this.resourcePackageName = null; in SamsungAccountType()
DExternalAccountType.java118 this.resourcePackageName = packageName; in ExternalAccountType()
DExchangeAccountType.java51 this.resourcePackageName = null; in ExchangeAccountType()
/packages/apps/Contacts/src/com/android/contacts/model/dataitem/
DDataKind.java43 public String resourcePackageName; field in DataKind
108 sb.append(" resPackageName=").append(resourcePackageName); in toString()
/packages/apps/Dialer/java/com/android/contacts/common/model/dataitem/
DDataKind.java40 public String resourcePackageName; field in DataKind
112 sb.append(" resPackageName=").append(resourcePackageName); in toString()
/packages/apps/Contacts/tests/src/com/android/contacts/model/account/
DAccountTypeTest.java69 resourcePackageName = packageName; in testGetInviteContactActionLabel()
DExternalAccountTypeTest.java137 getInstrumentation().getTargetContext(), type.resourcePackageName); in testEditSchema_fallback()