Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/
DMediaOutputBaseAdapter.java538 Icon icon = mController.getDeviceIconCompat(device).toIcon(mContext); in setUpDeviceIcon()
DMediaOutputController.java493 IconCompat getDeviceIconCompat(MediaDevice device) { in getDeviceIconCompat() method in MediaOutputController
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/dialog/
DMediaOutputControllerTest.java1097 assertThat(mMediaOutputController.getDeviceIconCompat(mMediaDevice1)).isInstanceOf( in getDeviceIconCompat_deviceIconIsNotNull_returnsIcon()
1106 assertThat(mMediaOutputController.getDeviceIconCompat(mMediaDevice1)).isInstanceOf( in getDeviceIconCompat_deviceIconIsNull_returnsIcon()
DMediaOutputAdapterTest.java101 when(mMediaOutputController.getDeviceIconCompat(mMediaDevice1)).thenReturn(mIconCompat); in setUp()
102 when(mMediaOutputController.getDeviceIconCompat(mMediaDevice2)).thenReturn(mIconCompat); in setUp()