Home
last modified time | relevance | path

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

/platform_testing/libraries/health/runners/longevity/platform/samples/assets/
Dsample_indexed_profile.textpb3 index: 1
6 index: 2
9 index: 3
12 index: 4
15 index: 5
/platform_testing/libraries/health/runners/longevity/platform/tests/assets/
DtestIndexedScheduling_respectsSchedule.textpb3 index: 1
6 index: 2
9 index: 3
/platform_testing/libraries/app-helpers/interfaces/auto/src/android/platform/helpers/
DIAutoSettingHelper.java129 boolean isToggleSwitchChecked(int index); in isToggleSwitchChecked() argument
138 void clickToggleSwitch(int index); in clickToggleSwitch() argument
163 void changeSeekbarLevel(int index, ChangeType changeType); in changeSeekbarLevel() argument
/platform_testing/libraries/app-helpers/interfaces/handheld/src/android/platform/helpers/
DIGoogleMessengerHelper.java72 public void attachMediaFromDevice(int index); in attachMediaFromDevice() argument
81 default public void selectRecipient(int index){ in selectRecipient() argument
DIGmailHelper.java64 public void openEmailByIndex(int index); in openEmailByIndex() argument
210 public void downloadAttachment(int index); in downloadAttachment() argument
DIDriveHelper.java56 public void clickSearchResultActionButton(int index); in clickSearchResultActionButton() argument
DINotificationHelper.java28 default public void openNotificationbyIndex(int index) { in openNotificationbyIndex() argument
DIPhotosHelper.java112 public void openPicture(int index); in openPicture() argument
DIChromeHelper.java189 public default void openBookmark(int index) { in openBookmark() argument
/platform_testing/libraries/aoa-helper/src/com/android/helper/aoa/
DUsbDevice.java56 public int controlTransfer(byte requestType, byte request, int value, int index, byte[] data) { in controlTransfer() argument
58 return controlTransfer(requestType, request, value, index, data, timeout); in controlTransfer()
67 byte requestType, byte request, int value, int index, byte[] data, int timeout) { in controlTransfer() argument
73 (short) index, in controlTransfer()
/platform_testing/libraries/app-helpers/interfaces/common/src/android/platform/helpers/
DIPhoneHelper.java58 public void callContactbyIndex(int index); in callContactbyIndex() argument
DIContactsHelper.java60 public default void chooseContactByIndex(int index) { in chooseContactByIndex() argument
DIAlarmHelper.java80 default public void selectAlarm(int index) { in selectAlarm() argument
/platform_testing/tests/jank/sysapp_wear/src/com/android/wearable/sysapp/janktests/
DWatchFaceHelper.java107 public void selectWatchFaceFromFullList(int index) { in selectWatchFaceFromFullList() argument
112 int swipes = index / 4; // Showing 4 for each scroll. in selectWatchFaceFromFullList()
118 int localIndex = index % 4; in selectWatchFaceFromFullList()
/platform_testing/libraries/health/runners/longevity/platform/src/android/platform/test/longevity/
Dprofile.proto34 int32 index = 2; // An index for the relative order of the scenario. field
/platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/
DTvLauncherStrategy.java368 int index = 0; in getFocusedItemIndexInRow() local
373 ++index; in getFocusedItemIndexInRow()
375 Log.d(LOG_TAG, String.format("getFocusedItemIndexInRow [index]%d", index)); in getFocusedItemIndexInRow()
376 return index; in getFocusedItemIndexInRow()