Home
last modified time | relevance | path

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

/packages/modules/HealthFitness/tests/cts/hostsidetests/healthconnect/host/src/util/
DHostSideTestUtil.java103 String jobExecutionCommand = in triggerDailyJob() local
106 executeJob(device, jobExecutionCommand, NUMBER_OF_RETRIES); in triggerDailyJob()
110 private static void executeJob(ITestDevice device, String jobExecutionCommand, int retry) in executeJob() argument
115 if (device.executeShellV2Command(jobExecutionCommand).getStatus() in executeJob()
117 executeJob(device, jobExecutionCommand, retry - 1); in executeJob()
/packages/modules/HealthFitness/tests/cts/hostsidetests/healthconnect/host/src/android/healthconnect/cts/logging/
DHealthConnectDailyLogsStatsTests.java471 String jobExecutionCommand = in triggerDailyJob() local
474 executeLoggingJob(jobExecutionCommand, NUMBER_OF_RETRIES); in triggerDailyJob()
478 private void executeLoggingJob(String jobExecutionCommand, int retry) in executeLoggingJob() argument
483 if (getDevice().executeShellV2Command(jobExecutionCommand).getStatus() in executeLoggingJob()
485 executeLoggingJob(jobExecutionCommand, retry - 1); in executeLoggingJob()