Searched refs:ACTION_GET_CHANGE_LOGS (Results 1 – 2 of 2) sorted by relevance
33 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()
72 public static final String ACTION_GET_CHANGE_LOGS = "action.GET_CHANGE_LOGS"; field in TestAppReceiver134 case ACTION_GET_CHANGE_LOGS: in onReceive()