OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:resourcePackageName
(Results
1 - 13
of
13
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardTextsSet.java
47
final String
resourcePackageName
= res.getResourcePackageName(
49
setLocale(locale, res,
resourcePackageName
);
54
final String
resourcePackageName
) {
58
mResourcePackageName =
resourcePackageName
;
139
final String
resourcePackageName
= mResourcePackageName;
143
final int resId = res.getIdentifier(name, "string",
resourcePackageName
);
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/
Action.java
116
public Builder
resourcePackageName
(String
resourcePackageName
) {
117
mResourcePackageName =
resourcePackageName
;
162
protected Action(String key, String title, String description, String
resourcePackageName
,
168
mResourcePackageName =
resourcePackageName
;
332
.
resourcePackageName
(source.readString())
/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.
201
// Note this resource is defined in the sync adapter package, not
resourcePackageName
.
241
// Note this resource is defined in the sync adapter package, not
resourcePackageName
.
250
// Note this resource is defined in the sync adapter package, not
resourcePackageName
.
340
kind.
resourcePackageName
= this.
resourcePackageName
;
[
all
...]
GoogleAccountType.java
51
this.
resourcePackageName
= null;
ExternalAccountType.java
118
this.
resourcePackageName
= packageName;
SamsungAccountType.java
52
this.
resourcePackageName
= null;
ExchangeAccountType.java
50
this.
resourcePackageName
= null;
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DataAction.java
292
final String
resourcePackageName
= mKind.
resourcePackageName
;
293
if (
resourcePackageName
== null) {
298
return pm.getDrawable(
resourcePackageName
, mAlternateIconRes, null);
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/model/account/
AccountTypeTest.java
69
resourcePackageName
= packageName;
ExternalAccountTypeTest.java
124
getInstrumentation().getTargetContext(), type.
resourcePackageName
);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
KeyCodeDescriptionMapper.java
339
final String
resourcePackageName
= resources.getResourcePackageName(
341
final int resId = resources.getIdentifier(resourceName, "string",
resourcePackageName
);
360
final String
resourcePackageName
= resources.getResourcePackageName(
362
final int resId = resources.getIdentifier(resourceName, "string",
resourcePackageName
);
Completed in 521 milliseconds