Home
last modified time | relevance | path

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

/platform_testing/libraries/flicker/utils/src/android/tools/helpers/
DWindowUtils.kt173 val resourceId = constant
175 return resources.getInteger(resourceId) == 2
179 val resourceId = resources.getIdentifier(resourceName, "dimen", "android") in getDimensionPixelSize() constant
180 return resources.getDimensionPixelSize(resourceId) in getDimensionPixelSize()
198 val resourceId = constant
200 return resources.getDimensionPixelSize(resourceId)
205 val resourceId = resources.getIdentifier("quick_qs_offset_height", "dimen", "android") constant
206 return resources.getDimensionPixelSize(resourceId)
212 val resourceId = constant
214 return resources.getDimensionPixelSize(resourceId)
/platform_testing/libraries/automotive-helpers/lock-screen-helper/src/android/platform/helpers/
DLockScreenHelperImpl.java114 String resourceId = "key" + c; in selectPinOnPinPad() local
118 resourceId); in selectPinOnPinPad()
/platform_testing/libraries/system-helpers/accessibility-helper/src/android/system/helpers/
DAccessibilityHelper.java175 new UiSelector().resourceId(SETTINGS_PACKAGE + ":id/recycler_view")); in getSettingFromList()
179 new UiSelector().resourceId("android:id/title").text(settingName)); in getSettingFromList()
/platform_testing/libraries/systemui-helper/src/android/platform/helpers/
DCommonUtils.java367 int resourceId = in isSplitShade() local
369 return sysUiResources.getBoolean(resourceId); in isSplitShade()
/platform_testing/libraries/system-helpers/activity-helper/src/android/system/helpers/
DActivityHelper.java149 UiScrollable thumbnailScrollable = new UiScrollable(new UiSelector().resourceId( in clearRecentsByClearAll()
/platform_testing/libraries/system-helpers/permission-helper/src/android/system/helpers/
DPermissionHelper.java304 .resourceId("com.android.settings:id/apps_list")); in openAppPermissionView()
/platform_testing/libraries/system-helpers/settings-helper/src/android/system/helpers/
DSettingsHelper.java237 new UiSelector().resourceId("android:id/content")); in selectSettingFor()
/platform_testing/tests/jank/UbSystemUiJankTests/src/android/platform/systemui/tests/jank/
DSystemUiJankTests.java586 new UiSelector().resourceId("android:id/expand_button")); in testExpandGroup()