OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mIconResourceId
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/java/android/print/
PrinterInfo.java
73
private final int
mIconResourceId
;
99
mIconResourceId
= iconResourceId;
149
if (
mIconResourceId
!= 0) {
150
drawable = packageManager.getDrawable(packageName,
mIconResourceId
, appInfo);
263
mIconResourceId
= parcel.readInt();
281
parcel.writeInt(
mIconResourceId
);
296
result = prime * result +
mIconResourceId
;
328
if (
mIconResourceId
!= other.
mIconResourceId
) {
377
builder.append(", iconResId=").append(
mIconResourceId
);
[
all
...]
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/
BaseContentFragment.java
92
private int
mIconResourceId
;
113
if (
mIconResourceId
== 0) {
114
mIconResourceId
= state.getInt(EXTRA_ICON_RESOURCE_ID, 0);
131
outState.putInt(EXTRA_ICON_RESOURCE_ID,
mIconResourceId
);
238
return
mIconResourceId
;
335
mIconResourceId
= iconResourceId;
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
ExpandingEntryCardView.java
118
private final int
mIconResourceId
;
150
mIconResourceId
= iconResourceId;
226
return
mIconResourceId
;
[
all
...]
Completed in 1855 milliseconds