Home
last modified time | relevance | path

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

/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/migration/
DMigrationPausedFragment.kt28 import com.android.healthconnect.controller.shared.Constants.INTEGRATION_PAUSED_SEEN_KEY
77 sharedPreferences.getBoolean(INTEGRATION_PAUSED_SEEN_KEY, false) in onViewCreated()
80 putBoolean(INTEGRATION_PAUSED_SEEN_KEY, true) in onViewCreated()
DMigrationActivity.kt32 import com.android.healthconnect.controller.shared.Constants.INTEGRATION_PAUSED_SEEN_KEY in <lambda>()
80 sharedPreference.getBoolean(INTEGRATION_PAUSED_SEEN_KEY, false) in <lambda>()
/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/shared/
DConstants.kt25 const val INTEGRATION_PAUSED_SEEN_KEY = "integration_paused_seen" constant
/packages/modules/HealthFitness/apk/tests/src/com/android/healthconnect/controller/tests/
DMainActivityTest.kt267 editor.putBoolean(Constants.INTEGRATION_PAUSED_SEEN_KEY, seen) in setIntegrationPausedSeen()