Searched defs:iconResource (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/list/
H A DContactListFilterView.java121 private void bindView(int iconResource, int textResource, boolean dropdown) { argument
122 if (iconResource != 0) {
124 mIcon.setImageResource(iconResource);
/packages/apps/Launcher2/src/com/android/launcher2/
H A DShortcutInfo.java58 Intent.ShortcutIconResource iconResource; field in class:ShortcutInfo
73 if (info.iconResource != null) {
74 iconResource = new Intent.ShortcutIconResource();
75 iconResource.packageName = info.iconResource.packageName;
76 iconResource.resourceName = info.iconResource.resourceName;
137 if (iconResource != null) {
139 iconResource.packageName);
141 iconResource
[all...]
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsDatabaseHelper.java4454 Integer iconResource, Integer labelResource) {
4470 bindLong(mStatusUpdateReplace, 5, iconResource);
4476 Integer iconResource, Integer labelResource) {
4491 bindLong(mStatusUpdateInsert, 4, iconResource);
4521 bindLong(mStatusAttributionUpdate, 2, iconResource);
4453 replaceStatusUpdate(Long dataId, long timestamp, String status, String resPackage, Integer iconResource, Integer labelResource) argument
4475 insertStatusUpdate(Long dataId, String status, String resPackage, Integer iconResource, Integer labelResource) argument

Completed in 191 milliseconds