Searched refs:INTEGRATION_PAUSED_SEEN_KEY (Results 1 – 4 of 4) sorted by relevance
28 import com.android.healthconnect.controller.shared.Constants.INTEGRATION_PAUSED_SEEN_KEY77 sharedPreferences.getBoolean(INTEGRATION_PAUSED_SEEN_KEY, false) in onViewCreated()80 putBoolean(INTEGRATION_PAUSED_SEEN_KEY, true) in onViewCreated()
32 import com.android.healthconnect.controller.shared.Constants.INTEGRATION_PAUSED_SEEN_KEY in <lambda>()80 sharedPreference.getBoolean(INTEGRATION_PAUSED_SEEN_KEY, false) in <lambda>()
25 const val INTEGRATION_PAUSED_SEEN_KEY = "integration_paused_seen" constant
267 editor.putBoolean(Constants.INTEGRATION_PAUSED_SEEN_KEY, seen) in setIntegrationPausedSeen()