Home
last modified time | relevance | path

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

/packages/modules/HealthFitness/tests/cts/src/android/healthconnect/cts/backgroundread/
DBackgroundReadTest.java33 import static android.healthconnect.test.app.TestAppReceiver.ACTION_GET_CHANGE_LOGS;
231 sendCommandToTestAppReceiver(mContext, ACTION_GET_CHANGE_LOGS, extras); in testGetChangeLogs_inBackgroundWithoutPermission_securityError()
245 sendCommandToTestAppReceiver(mContext, ACTION_GET_CHANGE_LOGS, extras); in testGetChangeLogs_inBackgroundWithPermission_success()
/packages/modules/HealthFitness/tests/integrationtests/TestApp/src/android/healthconnect/test/app/
DTestAppReceiver.java72 public static final String ACTION_GET_CHANGE_LOGS = "action.GET_CHANGE_LOGS"; field in TestAppReceiver
134 case ACTION_GET_CHANGE_LOGS: in onReceive()