Searched refs:getDeviceIconCompat (Results 1 – 4 of 4) sorted by relevance
538 Icon icon = mController.getDeviceIconCompat(device).toIcon(mContext); in setUpDeviceIcon()
493 IconCompat getDeviceIconCompat(MediaDevice device) { in getDeviceIconCompat() method in MediaOutputController
1097 assertThat(mMediaOutputController.getDeviceIconCompat(mMediaDevice1)).isInstanceOf( in getDeviceIconCompat_deviceIconIsNotNull_returnsIcon()1106 assertThat(mMediaOutputController.getDeviceIconCompat(mMediaDevice1)).isInstanceOf( in getDeviceIconCompat_deviceIconIsNull_returnsIcon()
101 when(mMediaOutputController.getDeviceIconCompat(mMediaDevice1)).thenReturn(mIconCompat); in setUp()102 when(mMediaOutputController.getDeviceIconCompat(mMediaDevice2)).thenReturn(mIconCompat); in setUp()