Home
last modified time | relevance | path

Searched refs:mIconCompat (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/dialog/
DMediaOutputBaseDialogTest.java103 private IconCompat mIconCompat; field in MediaOutputBaseDialogTest
167 mIconCompat = IconCompat.createWithBitmap( in refresh_withIconCompat_iconIsVisible()
181 mIconCompat = null; in refresh_noIcon_iconLayoutNotVisible()
351 return mIconCompat; in getHeaderIcon()
DMediaOutputAdapterTest.java85 private IconCompat mIconCompat = mock(IconCompat.class); field in MediaOutputAdapterTest
101 when(mMediaOutputController.getDeviceIconCompat(mMediaDevice1)).thenReturn(mIconCompat); in setUp()
102 when(mMediaOutputController.getDeviceIconCompat(mMediaDevice2)).thenReturn(mIconCompat); in setUp()
105 when(mIconCompat.toIcon(mContext)).thenReturn(mIcon); in setUp()