Searched refs:EXTRA_TIMES (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Protips/src/com/android/protips/ |
D | ProtipWidget.java | 41 public static final String EXTRA_TIMES = "times"; field in ProtipWidget 130 blink(intent.getIntExtra(EXTRA_TIMES, 1)); in onReceiveAsync() 150 bcast.putExtra(EXTRA_TIMES, 3); in onReceiveAsync() 205 bcast.putExtra(EXTRA_TIMES, 1); in buildUpdate()
|
/packages/modules/HealthFitness/tests/integrationtests/TestApp/src/android/healthconnect/test/app/ |
D | TestAppReceiver.java | 84 public static final String EXTRA_TIMES = "extra.TIMES"; field in TestAppReceiver 349 List<Instant> startTimes = getTimes(intent, EXTRA_TIMES); in createStepsRecords() 370 List<Instant> times = getTimes(intent, EXTRA_TIMES); in createWeightRecords() 386 getTimes(intent, EXTRA_TIMES).get(0), in createExerciseRecord() 399 getTimes(intent, EXTRA_TIMES).get(0), in createPlannedExerciseRecord()
|
/packages/modules/HealthFitness/tests/cts/utils/HealthConnectTestUtils/src/android/healthconnect/cts/utils/ |
D | TestUtils.java | 49 import static android.healthconnect.test.app.TestAppReceiver.EXTRA_TIMES; 1174 bundle.putLongArray(EXTRA_TIMES, new long[] {startTime.toEpochMilli()}); in insertStepsRecordViaTestApp() 1193 bundle.putLongArray(EXTRA_TIMES, new long[] {time.toEpochMilli()}); in insertWeightRecordViaTestApp() 1206 bundle.putLongArray(EXTRA_TIMES, new long[] {startTime.toEpochMilli()}); in insertExerciseRecordViaTestApp() 1219 bundle.putLongArray(EXTRA_TIMES, new long[] {startTime.toEpochMilli()}); in insertPlannedExerciseSessionRecordViaTestApp()
|