Home
last modified time | relevance | path

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

/platform_testing/libraries/automotive-helpers/settings-app-helper/src/android/platform/helpers/
DSettingHelperImpl.java96 int currentIndex = 0; in findSettingMenu() local
100 if (hasSplitScreenSettingsUI() && currentIndex > 0) { in findSettingMenu()
104 if (currentIndex == lastIndex) { in findSettingMenu()
109 currentIndex++; in findSettingMenu()
370 int currentIndex = 0; in isSettingMenuEnabled() local
374 if (hasSplitScreenSettingsUI() && currentIndex > 0) { in isSettingMenuEnabled()
378 if (currentIndex == lastIndex) { in isSettingMenuEnabled()
386 currentIndex++; in isSettingMenuEnabled()
/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/
DCrashUtils.java273 int currentIndex = crashBlobFinder.end(); in addAllCrashes() local
275 int firstEndline = input.indexOf('\n', currentIndex); in addAllCrashes()
277 currentIndex = secondEndline; in addAllCrashes()