Home
last modified time | relevance | path

Searched refs:displayIcon (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Contacts/tests/src/com/android/contacts/tests/
DFakeAccountType.java31 public Drawable displayIcon = new Drawable() { field in FakeAccountType
59 return displayIcon; in getDisplayIcon()
87 result.displayIcon = icon; in create()
/packages/apps/Nfc/src/com/android/nfc/cardemulation/
DAppChooserActivity.java193 Drawable displayIcon; field in AppChooserActivity.DisplayAppInfo
199 displayIcon = icon; in DisplayAppInfo()
274 holder.icon.setImageDrawable(appInfo.displayIcon); in getView()
/packages/modules/IntentResolver/java/src/com/android/intentresolver/
DResolverListAdapter.java1003 Drawable displayIcon = info.getDisplayIconHolder().getDisplayIcon(); in bindIcon() local
1004 icon.setImageDrawable(displayIcon); in bindIcon()
/packages/modules/IntentResolver/tests/unit/src/com/android/intentresolver/chooser/
DTargetInfoTest.kt74 assertThat(info.displayIconHolder.displayIcon) in testNewPlaceholderTargetInfo()