Searched refs:aggregateStepsCount (Results 1 – 3 of 3) sorted by relevance
25 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()
129 aggregateStepsCount(context, intent); in onReceive()202 private void aggregateStepsCount(Context context, Intent intent) { in aggregateStepsCount() method in TestAppReceiver
907 public static void aggregateStepsCount(Context context, List<String> packageNameFilters) { in aggregateStepsCount() method in TestUtils