Home
last modified time | relevance | path

Searched refs:SafetySourceBroadcastReceiver (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Settings/tests/unit/src/com/android/settings/safetycenter/
DSafetySourceBroadcastReceiverTest.java95 new SafetySourceBroadcastReceiver().onReceive(mApplicationContext, intent); in onReceive_onRefresh_whenSafetyCenterIsDisabled_doesNotSetData()
111 new SafetySourceBroadcastReceiver().onReceive(mApplicationContext, intent); in onReceive_onRefresh_whenSafetyCenterIsEnabled_withNoIntentAction_doesNotSetData()
125 new SafetySourceBroadcastReceiver().onReceive(mApplicationContext, intent); in onReceive_onRefresh_whenSafetyCenterIsEnabled_withNullSourceIds_doesNotSetData()
140 new SafetySourceBroadcastReceiver().onReceive(mApplicationContext, intent); in onReceive_onRefresh_whenSafetyCenterIsEnabled_withNoSourceIds_doesNotSetData()
156 new SafetySourceBroadcastReceiver().onReceive(mApplicationContext, intent); in onReceive_onRefresh_whenSafetyCenterIsEnabled_withNoBroadcastId_doesNotSetData()
173 new SafetySourceBroadcastReceiver().onReceive(mApplicationContext, intent); in onReceive_onRefresh_setsRefreshEvent()
196 new SafetySourceBroadcastReceiver().onReceive(mApplicationContext, intent); in onReceive_onRefresh_withLockscreenSourceId_setsLockscreenData()
215 new SafetySourceBroadcastReceiver().onReceive(mApplicationContext, intent); in onReceive_onRefresh_withBiometricsSourceId_setsBiometricData()
238 new SafetySourceBroadcastReceiver().onReceive(mApplicationContext, intent); in onReceive_onRefresh_withPrivateSpaceSourceId_setsPrivateSpaceData()
261 new SafetySourceBroadcastReceiver().onReceive(mApplicationContext, intent); in onReceive_onRefresh_withPrivateSpaceFeatureDisabled_setsNullData()
[all …]
/packages/apps/Settings/src/com/android/settings/safetycenter/
DSafetySourceBroadcastReceiver.java39 public class SafetySourceBroadcastReceiver extends BroadcastReceiver { class
/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/safetycenter/
DSafetySourceBroadcastReceiver.kt38 class SafetySourceBroadcastReceiver : Hilt_SafetySourceBroadcastReceiver() { class