Searched refs:mIconCompat (Results 1 – 2 of 2) sorted by relevance
103 private IconCompat mIconCompat; field in MediaOutputBaseDialogTest167 mIconCompat = IconCompat.createWithBitmap( in refresh_withIconCompat_iconIsVisible()181 mIconCompat = null; in refresh_noIcon_iconLayoutNotVisible()351 return mIconCompat; in getHeaderIcon()
85 private IconCompat mIconCompat = mock(IconCompat.class); field in MediaOutputAdapterTest101 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()