Home
last modified time | relevance | path

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

/test/uiautomator/uiautomator/src/androidTest/java/androidx/test/uiautomator/
DUiDeviceTest.java178 Settings.System.getInt(resolver, Settings.System.ACCELEROMETER_ROTATION, 0)); in testFreezeAndUnfreezeRotation()
182 Settings.System.getInt(resolver, Settings.System.ACCELEROMETER_ROTATION, 0)); in testFreezeAndUnfreezeRotation()
/test/uiautomator/uiautomator/src/main/java/androidx/test/uiautomator/
DUiSelector.java621 return getInt(UiSelector.SELECTOR_INSTANCE); in getInstance()
632 int getInt(int criterion) { in getInt() method in UiSelector
647 if (index != this.getInt(criterion)) in isMatchFor()