Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
H A DAdvancedBluetoothDetailsHeaderControllerTest.java274 assertBatteryIcon(mLayoutPreference.findViewById(R.id.layout_left), in refresh_withLowBatteryAndUncharged_showAlertIcon()
276 assertBatteryIcon(mLayoutPreference.findViewById(R.id.layout_right), /* resId= */-1); in refresh_withLowBatteryAndUncharged_showAlertIcon()
277 assertBatteryIcon(mLayoutPreference.findViewById(R.id.layout_middle), in refresh_withLowBatteryAndUncharged_showAlertIcon()
456 private void assertBatteryIcon(LinearLayout linearLayout, int resId) { in assertBatteryIcon() method in AdvancedBluetoothDetailsHeaderControllerTest