Searched defs:UI_RESPONSE_WAIT_MS (Results 1 – 9 of 9) sorted by relevance
30 private static final int UI_RESPONSE_WAIT_MS = 5000; field in AppGridHelperImpl
29 private static final int UI_RESPONSE_WAIT_MS = 1000; field in AutoNotificationHelperImpl
41 private static final int UI_RESPONSE_WAIT_MS = 5000; field in AutoNotificationMockingHelperImpl
36 private static final int UI_RESPONSE_WAIT_MS = 10000; field in SettingProfileHelperImpl
30 private static final int UI_RESPONSE_WAIT_MS = 5000; field in SettingAccountsHelperImpl
38 private static final int UI_RESPONSE_WAIT_MS = 5000; field in SettingsSoundsHelperImpl
41 private static final int UI_RESPONSE_WAIT_MS = 5000; field in SettingHelperImpl
45 private static final int UI_RESPONSE_WAIT_MS = 5000; field in AbstractAutoStandardAppHelper153 mDevice.wait(Until.gone(selector), UI_RESPONSE_WAIT_MS); in waitForGone() local
40 private static final int UI_RESPONSE_WAIT_MS = 5000; field in MediaCenterHelperImpl