Searched refs:ACTION_REFRESH_SAFETY_SOURCES (Results 1 – 15 of 15) sorted by relevance
19 import static android.safetycenter.SafetyCenterManager.ACTION_REFRESH_SAFETY_SOURCES;89 .setAction(ACTION_REFRESH_SAFETY_SOURCES) in onReceive_onRefresh_whenSafetyCenterIsDisabled_doesNotSetData()122 .setAction(ACTION_REFRESH_SAFETY_SOURCES) in onReceive_onRefresh_whenSafetyCenterIsEnabled_withNullSourceIds_doesNotSetData()136 .setAction(ACTION_REFRESH_SAFETY_SOURCES) in onReceive_onRefresh_whenSafetyCenterIsEnabled_withNoSourceIds_doesNotSetData()151 .setAction(ACTION_REFRESH_SAFETY_SOURCES) in onReceive_onRefresh_whenSafetyCenterIsEnabled_withNoBroadcastId_doesNotSetData()167 .setAction(ACTION_REFRESH_SAFETY_SOURCES) in onReceive_onRefresh_setsRefreshEvent()190 .setAction(ACTION_REFRESH_SAFETY_SOURCES) in onReceive_onRefresh_withLockscreenSourceId_setsLockscreenData()209 .setAction(ACTION_REFRESH_SAFETY_SOURCES) in onReceive_onRefresh_withBiometricsSourceId_setsBiometricData()232 .setAction(ACTION_REFRESH_SAFETY_SOURCES) in onReceive_onRefresh_withPrivateSpaceSourceId_setsPrivateSpaceData()255 .setAction(ACTION_REFRESH_SAFETY_SOURCES) in onReceive_onRefresh_withPrivateSpaceFeatureDisabled_setsNullData()
19 import static android.safetycenter.SafetyCenterManager.ACTION_REFRESH_SAFETY_SOURCES;76 Intent intent = new Intent(ACTION_REFRESH_SAFETY_SOURCES); in testOnReceive()90 Intent intent = new Intent(ACTION_REFRESH_SAFETY_SOURCES); in testOnReceive_featureFlagsOff()104 Intent intent = new Intent(ACTION_REFRESH_SAFETY_SOURCES); in testOnReceive_phoneNotReadyYet()124 Intent intent = new Intent(ACTION_REFRESH_SAFETY_SOURCES); in testOnReceive_noTelephonyFeature()
28 import android.safetycenter.SafetyCenterManager.ACTION_REFRESH_SAFETY_SOURCES198 val intent = Intent(ACTION_REFRESH_SAFETY_SOURCES) in <lambda>()211 val intent = Intent(ACTION_REFRESH_SAFETY_SOURCES) in <lambda>()223 val intent = Intent(ACTION_REFRESH_SAFETY_SOURCES) in <lambda>()
31 import android.safetycenter.SafetyCenterManager.ACTION_REFRESH_SAFETY_SOURCES118 Intent(ACTION_REFRESH_SAFETY_SOURCES) in rescanAndPushSafetyCenterData_bothFeaturesEnabled_setsDataWithStatus()178 Intent(ACTION_REFRESH_SAFETY_SOURCES) in rescanAndPushSafetyCenterData_bothFeaturesDisabled_setsNullData()
234 Intent(SafetyCenterManager.ACTION_REFRESH_SAFETY_SOURCES) in rescanAndPushSafetyCenterData_updatesSafetyCenterEventRefresh()
19 import static android.safetycenter.SafetyCenterManager.ACTION_REFRESH_SAFETY_SOURCES;46 if (!ACTION_REFRESH_SAFETY_SOURCES.equals(action)) { in onReceive()
20 import static android.safetycenter.SafetyCenterManager.ACTION_REFRESH_SAFETY_SOURCES;50 if (ACTION_REFRESH_SAFETY_SOURCES.equals(intent.getAction())) { in onReceive()
27 import android.safetycenter.SafetyCenterManager.ACTION_REFRESH_SAFETY_SOURCES56 ACTION_REFRESH_SAFETY_SOURCES -> { in onReceive()
28 import android.safetycenter.SafetyCenterManager.ACTION_REFRESH_SAFETY_SOURCES in <lambda>()98 ACTION_REFRESH_SAFETY_SOURCES -> { in onReceive()
2 BroadcastBehavior: android.safetycenter.SafetyCenterManager#ACTION_REFRESH_SAFETY_SOURCES:3 Field 'ACTION_REFRESH_SAFETY_SOURCES' is missing @BroadcastBehavior
275 …field public static final String ACTION_REFRESH_SAFETY_SOURCES = "android.safetycenter.action.REFR…
24 import android.safetycenter.SafetyCenterManager.ACTION_REFRESH_SAFETY_SOURCES66 ACTION_REFRESH_SAFETY_SOURCES -> in handle()
25 import static android.safetycenter.SafetyCenterManager.ACTION_REFRESH_SAFETY_SOURCES;290 createBroadcastIntent(ACTION_REFRESH_SAFETY_SOURCES) in createRefreshIntent()
142 public static final String ACTION_REFRESH_SAFETY_SOURCES = field in SafetyCenterManager