Home
last modified time | relevance | path

Searched refs:aggregateStepsCount (Results 1 – 3 of 3) sorted by relevance

/packages/modules/HealthFitness/tests/cts/src/android/healthconnect/cts/backgroundread/
DBackgroundReadTest.java25 import static android.healthconnect.cts.utils.TestUtils.aggregateStepsCount;
197 aggregateStepsCount(mContext, List.of(mContext.getPackageName(), PKG_TEST_APP)); in testAggregate_inBackgroundWithoutPermission_expectSecurityError()
217 aggregateStepsCount(mContext, List.of(mContext.getPackageName(), PKG_TEST_APP)); in testAggregate_inBackgroundWithPermission_canAggregateBothOwnAndOtherAppsData()
/packages/modules/HealthFitness/tests/integrationtests/TestApp/src/android/healthconnect/test/app/
DTestAppReceiver.java129 aggregateStepsCount(context, intent); in onReceive()
202 private void aggregateStepsCount(Context context, Intent intent) { in aggregateStepsCount() method in TestAppReceiver
/packages/modules/HealthFitness/tests/cts/utils/HealthConnectTestUtils/src/android/healthconnect/cts/utils/
DTestUtils.java907 public static void aggregateStepsCount(Context context, List<String> packageNameFilters) { in aggregateStepsCount() method in TestUtils