Searched refs:SafetySourceBroadcastReceiver (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Settings/tests/unit/src/com/android/settings/safetycenter/ |
D | SafetySourceBroadcastReceiverTest.java | 95 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/ |
D | SafetySourceBroadcastReceiver.java | 39 public class SafetySourceBroadcastReceiver extends BroadcastReceiver { class
|
/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/safetycenter/ |
D | SafetySourceBroadcastReceiver.kt | 38 class SafetySourceBroadcastReceiver : Hilt_SafetySourceBroadcastReceiver() { class
|