Searched refs:getHighWidth (Results 1 – 4 of 4) sorted by relevance
48 mHighWidth = mController.getHighWidth(); in setUp()66 doReturn(0).when(mController).getHighWidth(); in getAvailabilityStatus_hasOneMode_returnUnsupported()
50 mHighWidth = mController.getHighWidth(); in setup()
86 return getHighWidth() != 0 && getFullWidth() != 0; in checkSupportedResolutions()115 public int getHighWidth() { in getHighWidth() method in ScreenResolutionController
87 mHighWidth = controller.getHighWidth(); in onAttach()