Home
last modified time | relevance | path

Searched defs:count (Results 1 – 25 of 38) sorted by relevance

12

/platform_testing/libraries/app-helpers/interfaces/auto/src/android/platform/helpers/
DIAutoNotificationMockingHelper.java20 public default void postNotifications(int count) { in postNotifications()
34 public default void postNotifications(int count, String pkg) { in postNotifications()
49 public default void postNotifications(int count, String pkg, boolean interrupting) { in postNotifications()
/platform_testing/libraries/screenshot/src/main/java/platform/test/screenshot/
DView.kt30 var count = childCount in getChildCountRecursively() variable
/platform_testing/libraries/junitxml/src/com/android/junitxml/
DJUnitXmlRunner.java60 private static AtestRunListener getAtestRunListener(int count) { in getAtestRunListener()
109 int count = 0; in calcTestCount() local
/platform_testing/libraries/app-helpers/interfaces/handheld/src/android/platform/helpers/
DINotificationHelper.java69 default void postNotifications(int count) { in postNotifications()
117 default void postGroupNotifications(int count, @Nullable String pkg, @NonNull String summary) { in postGroupNotifications()
149 default void postBubbleNotification(String senderName, int count) { in postBubbleNotification()
164 default void postBubbleNotification(String senderName, int count, int id) { in postBubbleNotification()
246 default void postNotifications(int count, String pkg) { in postNotifications()
261 default void postNotifications(int count, String pkg, boolean interrupting) { in postNotifications()
DIGoogleCameraHelper2.java22 public void takeMultiplePhotos(int count, long takePhotoDelay); in takeMultiplePhotos()
/platform_testing/emu_test/
Drun_android_bridge_test.cmd42 set count=0 variable
/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/
DMeasureTime.java32 public static double[] measure(int count, MeasureRun run) throws Exception { in measure()
DResultUploader.java65 int count; in getBytes() local
/platform_testing/tests/apphealth/scenarios/src/android/platform/test/scenario/facebook/
DIFacebookAppHelper.java28 public void scrollNewsfeed(Direction direction, int count); in scrollNewsfeed()
DFacebookAppHelperImpl.java143 public void scrollNewsfeed(Direction direction, int count) { in scrollNewsfeed()
/platform_testing/libraries/flicker/utils/src/android/tools/traces/component/
DComponentSplashScreenMatcher.kt47 var count = 0 in layerMatchesAnyOf() variable
/platform_testing/libraries/automotive-helpers/notifications-app-helper/src/android/platform/helpers/
DAutoNotificationMockingHelperImpl.java118 public void postNotifications(int count) { in postNotifications()
128 public void postNotifications(int count, String pkg) { in postNotifications()
134 public void postNotifications(int count, String pkg, boolean interrupting) { in postNotifications()
/platform_testing/libraries/audio-test-harness/server/src/main/java/com/android/media/audiotestharness/server/utility/
DPortUtility.java49 int count = 0; in nextAvailablePort() local
/platform_testing/libraries/screenshot/deviceless/layoutlib/tests/src/com/android/ide/common/resources/deprecated/
DTestFolderWrapper.java36 final int count = files == null ? 0 : files.length; in listMembers() local
/platform_testing/libraries/flicker/test/src/android/tools/flicker/assertions/
DCompoundAssertionTest.kt49 var count = 0 in executes() variable
/platform_testing/tests/jank/uibench_wear/src/com/android/wearable/uibench/janktests/
DUiBenchJankTestsHelper.java96 int count = 0; in goBackHome() local
110 int count = 0; in openTextInList() local
/platform_testing/libraries/screenshot/deviceless/layoutlib/tests/src/com/android/layoutlib/bridge/intensive/setup/
DLayoutPullParser.java94 int count = getAttributeCount(); in getViewCookie() local
/platform_testing/tests/jank/UbSystemUiJankTests/src/android/platform/systemui/tests/jank/
DSettingsJankTests.java89 int count = 0; in flingSettingsToStart() local
/platform_testing/libraries/collectors-helper/statsd/test/src/com/android/helpers/
DStatsdStatsHelperTest.java275 Map<String, Long> result, String metricKeyPrefix, long count) { in verifyConfigAlertStats()
288 Map<String, Long> result, String metricKeyPrefix, long count) { in verifyConfigMatcherStats()
301 Map<String, Long> result, String metricKeyPrefix, long count) { in verifyConfigConditionStats()
314 Map<String, Long> result, String metricKeyPrefix, long count) { in verifyConfigMetricStats()
/platform_testing/libraries/automotive-helpers/dial-app-helper/src/android/platform/helpers/
DContactDetailsHelperImpl.java142 int count = 5; in closeDetailsPage() local
/platform_testing/libraries/collectors-helper/simpleperf/src/com/android/helpers/
DSimpleperfHelper.java224 long count = Long.parseLong(splitLine[1]) / testIterations; in getMetrics() local
249 long count = Long.parseLong(eventCount) / testIterations; in getMetrics() local
/platform_testing/libraries/flicker/utils/src/android/tools/traces/io/
DFileArtifact.kt83 var count = 0 in traceCount() variable
/platform_testing/libraries/collectors-helper/statsd/src/com/android/helpers/
DCpuUsageHelper.java209 int count = 0; in getCores() local
/platform_testing/libraries/system-helpers/settings-helper/src/android/system/helpers/
DSettingsHelper.java156 int count = 0; in scrollThroughSettings() local
204 int count = 0; in loadAllSettings() local
220 int count = 5; in clickSetting() local
/platform_testing/tests/microbenchmarks/uibench/src/com/android/uibench/microbenchmark/
DIUiBenchJankHelper.java90 void scrollDownAndUp(int count); in scrollDownAndUp()

12