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.java102 String jobExecutionCommand = in triggerDailyJob() local
105 executeJob(device, jobExecutionCommand, NUMBER_OF_RETRIES); in triggerDailyJob()
109 private static void executeJob(ITestDevice device, String jobExecutionCommand, int retry) in executeJob() argument
114 if (device.executeShellV2Command(jobExecutionCommand).getStatus() in executeJob()
116 executeJob(device, jobExecutionCommand, retry - 1); in executeJob()
/packages/modules/HealthFitness/tests/cts/hostsidetests/healthconnect/host/src/android/healthconnect/cts/logging/
DHealthConnectDailyLogsStatsTests.java333 String jobExecutionCommand = in triggerDailyJob() local
336 executeLoggingJob(jobExecutionCommand, NUMBER_OF_RETRIES); in triggerDailyJob()
340 private void executeLoggingJob(String jobExecutionCommand, int retry) in executeLoggingJob() argument
345 if (getDevice().executeShellV2Command(jobExecutionCommand).getStatus() in executeLoggingJob()
347 executeLoggingJob(jobExecutionCommand, retry - 1); in executeLoggingJob()