Home
last modified time | relevance | path

Searched refs:ACTION_REFRESH_SAFETY_SOURCES (Results 1 – 15 of 15) sorted by relevance

/packages/apps/Settings/tests/unit/src/com/android/settings/safetycenter/
DSafetySourceBroadcastReceiverTest.java19 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()
/packages/services/Telephony/tests/src/com/android/phone/security/
DSafetySourceReceiverTest.java19 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()
/packages/modules/Permission/PermissionController/tests/mocking/src/com/android/permissioncontroller/tests/mocking/privacysources/
DSafetyCenterReceiverTest.kt28 import android.safetycenter.SafetyCenterManager.ACTION_REFRESH_SAFETY_SOURCES
198 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>()
DAppDataSharingUpdatesPrivacySourceTest.kt31 import android.safetycenter.SafetyCenterManager.ACTION_REFRESH_SAFETY_SOURCES
118 Intent(ACTION_REFRESH_SAFETY_SOURCES) in rescanAndPushSafetyCenterData_bothFeaturesEnabled_setsDataWithStatus()
178 Intent(ACTION_REFRESH_SAFETY_SOURCES) in rescanAndPushSafetyCenterData_bothFeaturesDisabled_setsNullData()
DNotificationListenerPrivacySourceTest.kt234 Intent(SafetyCenterManager.ACTION_REFRESH_SAFETY_SOURCES) in rescanAndPushSafetyCenterData_updatesSafetyCenterEventRefresh()
/packages/services/Telephony/src/com/android/phone/security/
DSafetySourceReceiver.java19 import static android.safetycenter.SafetyCenterManager.ACTION_REFRESH_SAFETY_SOURCES;
46 if (!ACTION_REFRESH_SAFETY_SOURCES.equals(action)) { in onReceive()
/packages/apps/Settings/src/com/android/settings/safetycenter/
DSafetySourceBroadcastReceiver.java20 import static android.safetycenter.SafetyCenterManager.ACTION_REFRESH_SAFETY_SOURCES;
50 if (ACTION_REFRESH_SAFETY_SOURCES.equals(intent.getAction())) { in onReceive()
/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/safetycenter/
DSafetySourceBroadcastReceiver.kt27 import android.safetycenter.SafetyCenterManager.ACTION_REFRESH_SAFETY_SOURCES
56 ACTION_REFRESH_SAFETY_SOURCES -> { in onReceive()
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/privacysources/
DSafetyCenterReceiver.kt28 import android.safetycenter.SafetyCenterManager.ACTION_REFRESH_SAFETY_SOURCES in <lambda>()
98 ACTION_REFRESH_SAFETY_SOURCES -> { in onReceive()
/packages/modules/Permission/framework-s/api/
Dmodule-lib-lint-baseline.txt2 BroadcastBehavior: android.safetycenter.SafetyCenterManager#ACTION_REFRESH_SAFETY_SOURCES:
3 Field 'ACTION_REFRESH_SAFETY_SOURCES' is missing @BroadcastBehavior
Dsystem-lint-baseline.txt2 BroadcastBehavior: android.safetycenter.SafetyCenterManager#ACTION_REFRESH_SAFETY_SOURCES:
3 Field 'ACTION_REFRESH_SAFETY_SOURCES' is missing @BroadcastBehavior
Dsystem-current.txt275 …field public static final String ACTION_REFRESH_SAFETY_SOURCES = "android.safetycenter.action.REFR…
/packages/modules/Permission/tests/utils/safetycenter/java/com/android/safetycenter/testing/
DSafetySourceIntentHandler.kt24 import android.safetycenter.SafetyCenterManager.ACTION_REFRESH_SAFETY_SOURCES
66 ACTION_REFRESH_SAFETY_SOURCES -> in handle()
/packages/modules/Permission/service/java/com/android/safetycenter/
DSafetyCenterBroadcastDispatcher.java25 import static android.safetycenter.SafetyCenterManager.ACTION_REFRESH_SAFETY_SOURCES;
290 createBroadcastIntent(ACTION_REFRESH_SAFETY_SOURCES) in createRefreshIntent()
/packages/modules/Permission/framework-s/java/android/safetycenter/
DSafetyCenterManager.java142 public static final String ACTION_REFRESH_SAFETY_SOURCES = field in SafetyCenterManager