Home
last modified time | relevance | path

Searched refs:ACTION_REQUEST_EXERCISE_ROUTE (Results 1 – 4 of 4) sorted by relevance

/packages/modules/HealthFitness/tests/cts/src/android/healthconnect/cts/ui/
DExerciseRouteRequestTest.kt21 import android.health.connect.HealthConnectManager.ACTION_REQUEST_EXERCISE_ROUTE
88 Intent(ACTION_REQUEST_EXERCISE_ROUTE).putExtra(EXTRA_SESSION_ID, recordId) in requestRoute_showsDialog_clickAllowThis_returnsRoute_permissionRemainsRevoked()
111 Intent(ACTION_REQUEST_EXERCISE_ROUTE).putExtra(EXTRA_SESSION_ID, recordId) in requestRoute_showsDialog_clickAllowAll_returnsRoute_grantsPermission()
134 Intent(ACTION_REQUEST_EXERCISE_ROUTE).putExtra(EXTRA_SESSION_ID, recordId) in requestRoute_showsDialog_clickDeny_returnsNull_permissionRemainsRevoked()
155 Intent(ACTION_REQUEST_EXERCISE_ROUTE).putExtra(EXTRA_SESSION_ID, recordId) in requestRoute_ownSession_writeRouteGranted_readRoutesDenied_returnsRoute()
173 Intent(ACTION_REQUEST_EXERCISE_ROUTE).putExtra(EXTRA_SESSION_ID, recordId) in requestRoute_ownSession_writeRouteDenied_readRoutesDenied_notUserFixed_showsDialog()
198 Intent(ACTION_REQUEST_EXERCISE_ROUTE).putExtra(EXTRA_SESSION_ID, recordId) in requestRoute_ownSession_writeRouteDenied_readRoutesDenied_userFixed_returnsNull()
221 Intent(ACTION_REQUEST_EXERCISE_ROUTE).putExtra(EXTRA_SESSION_ID, recordId) in requestRoute_ownSession_writeRouteDenied_readRoutesGranted_returnsRoute()
244 Intent(ACTION_REQUEST_EXERCISE_ROUTE).putExtra(EXTRA_SESSION_ID, recordId) in requestRoute_readRoutesGranted_doesNotShowDialog_returnsRoute()
263 Intent(ACTION_REQUEST_EXERCISE_ROUTE).putExtra(EXTRA_SESSION_ID, recordId) in requestRoute_sessionWithoutRoute_returnsNull()
[all …]
/packages/modules/HealthFitness/testapps/toolbox/src/com/android/healthconnect/testapps/toolbox/ui/
DRouteRequestFragment.kt94 Intent(HealthConnectManager.ACTION_REQUEST_EXERCISE_ROUTE).apply { in <lambda>()
/packages/modules/HealthFitness/framework/java/android/health/connect/
DHealthConnectManager.java180 public static final String ACTION_REQUEST_EXERCISE_ROUTE = field in HealthConnectManager
/packages/modules/HealthFitness/framework/api/
Dcurrent.txt85 …field public static final String ACTION_REQUEST_EXERCISE_ROUTE = "android.health.connect.action.RE…