Home
last modified time | relevance | path

Searched defs:safetySourceData (Results 1 – 25 of 26) sorted by relevance

12

/packages/apps/Settings/tests/unit/src/com/android/settings/safetycenter/
DLockScreenSafetySourceTest.java151 SafetySourceData safetySourceData = captor.getValue(); in setSafetySourceData_whenScreenLockIsEnabled_setData() local
182 SafetySourceData safetySourceData = captor.getValue(); in setSafetySourceData_whenPwdQualIsNotMan_whenLockPattIsSec_setStatusLevelInfo() local
203 SafetySourceData safetySourceData = captor.getValue(); in setSafetySourceData_whenPwdQualIsNotMan_whenLockPattIsNotSec_setStatusLevelRec() local
224 SafetySourceData safetySourceData = captor.getValue(); in setSafetySourceData_whenPwdQualIsMan_whenLockPattIsSec_setStatusLevelUnsp() local
245 SafetySourceData safetySourceData = captor.getValue(); in setSafetySourceData_whenPwdQualIsMan_whenLockPattIsNotSec_setStatusLevelUnsp() local
266 SafetySourceData safetySourceData = captor.getValue(); in setSafetySourceData_whenPwdQualIsNotMan_whenLockPattIsSec_doesNotSetIssues() local
285 SafetySourceData safetySourceData = captor.getValue(); in setSafetySourceData_whenPwdQualIsNotMan_whenLockPattIsNotSec_setsIssue() local
327 SafetySourceData safetySourceData = captor.getValue(); in setSafetySourceData_whenPwdQualIsMan_whenLockPattIsSec_doesNotSetIssues() local
346 SafetySourceData safetySourceData = captor.getValue(); in setSafetySourceData_whenPwdQualIsMan_whenLockPattIsNotSec_doesNotSetIssues() local
364 SafetySourceData safetySourceData = captor.getValue(); in setSafetySourceData_whenPasswordQualityIsManaged_setDisabled() local
[all …]
DBiometricsSafetySourceTest.java656 SafetySourceData safetySourceData = captor.getValue(); in assertSafetySourceDisabledDataSet() local
675 SafetySourceData safetySourceData = captor.getValue(); in assertSafetySourceEnabledDataSet() local
/packages/modules/Permission/tests/cts/safetycenter/src/android/safetycenter/cts/
DSafetySourceDataTest.kt51 val safetySourceData = in getStatus_withDefaultBuilder_returnsNull() constant
60 val safetySourceData = SafetySourceData.Builder().setStatus(status).build() in getStatus_whenSetExplicitly_returnsStatus() constant
67 val safetySourceData = in getIssues_withDefaultBuilder_returnsEmptyList() constant
77 val safetySourceData = in getIssues_whenSetExplicitly_returnsIssues() constant
101 val safetySourceData = in getExtras_withDefaultBuilder_returnsEmptyBundle() constant
110 val safetySourceData = in getExtras_whenSetExplicitly_returnsExtras() constant
123 val safetySourceData = in getExtras_whenCleared_returnsEmptyBundle() constant
152 val safetySourceData = in clearIssues_removesAllIssues() constant
309 val safetySourceData = in describeContents_returns0() constant
317 val safetySourceData = in parcelRoundTrip_recreatesEqual() constant
[all …]
/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/safetycenter/
DHealthConnectSafetySource.kt50 val safetySourceData = in setSafetySourceData() constant
/packages/modules/Permission/tests/functional/safetycenter/multiusers/src/android/safetycenter/functional/multiusers/
DSafetyCenterMultiUsersTest.kt438 val safetySourceData = in getSafetySourceData_withoutAppInstalledForWorkProfile_shouldReturnNull() constant
460 val safetySourceData = in getSafetySourceData_withRemovedProfile_shouldReturnNull() constant
484 val safetySourceData = in getSafetySourceData_withProfileInQuietMode_shouldReturnData() constant
979 val safetySourceData = in setSafetySourceData_withoutAppInstalledForWorkProfile_shouldNoOp() constant
1001 val safetySourceData = in setSafetySourceData_withRemovedProfile_shouldNoOp() constant
1022 val safetySourceData = in setSafetySourceData_withUnsupportedProfile_shouldNoOp() constant
1046 val safetySourceData = in setSafetySourceData_withProfileInQuietMode_shouldSetData() constant
/packages/modules/HealthFitness/apk/tests/src/com/android/healthconnect/controller/tests/safetycenter/
DSafetyCenterManagerWrapperTest.kt64 val safetySourceData = in setSafetySourceData_callsSafetyCenterManager() constant
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/privacysources/v34/
DAppDataSharingUpdatesPrivacySource.kt67 val safetySourceData = in rescanAndPushSafetyCenterData() constant
/packages/modules/Permission/service/java/com/android/safetycenter/data/
DAndroidLockScreenFix.java77 Context context, String sourceId, @Nullable SafetySourceData safetySourceData) { in maybeOverrideSafetySourceData()
97 Context context, SafetySourceData safetySourceData) { in overrideTiramisuSafetySourceData()
DSafetySourceDataRepository.java100 boolean setSafetySourceData( in setSafetySourceData()
221 SafetySourceData safetySourceData = mSafetySourceData.get(key); in getSafetySourceIssue() local
DSafetySourceDataValidator.java78 boolean validateRequest( in validateRequest()
DSafetySourceStateCollectedLogger.java87 @Nullable SafetySourceData safetySourceData, in writeSourceUpdatedAtom()
DSafetyCenterIssueRepository.java243 SafetySourceData safetySourceData = mSafetySourceDataRepository.getSafetySourceData(key); in addSafetySourceIssuesInfo() local
DSafetyCenterDataManager.java130 public boolean setSafetySourceData( in setSafetySourceData()
/packages/apps/Settings/src/com/android/settings/safetycenter/
DSafetyCenterManagerWrapper.java52 SafetySourceData safetySourceData, in setSafetySourceData()
DLockScreenSafetySource.java99 final SafetySourceData safetySourceData = safetySourceDataBuilder.build(); in setSafetySourceData() local
DBiometricsSafetySource.java196 final SafetySourceData safetySourceData = in setBiometricSafetySourceData() local
/packages/modules/Permission/framework-s/java/android/safetycenter/
DISafetyCenterManager.aidl50 in SafetySourceData safetySourceData, in setSafetySourceData()
DSafetySourceData.java275 public Builder(@NonNull SafetySourceData safetySourceData) { in Builder()
DSafetyCenterManager.java369 @Nullable SafetySourceData safetySourceData, in setSafetySourceData()
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/privacysources/
DWorkPolicyInfo.kt74 val safetySourceData: SafetySourceData? = createSafetySourceDataForWorkPolicy(context) in rescanAndPushSafetyCenterData() constant
DAccessibilitySourceService.kt443 val safetySourceData = dataBuilder.build() in sendIssuesToSafetyCenter() constant
DNotificationListenerCheck.kt678 val safetySourceData = dataBuilder.build() in sendIssuesToSafetyCenter() constant
/packages/modules/Permission/service/java/com/android/safetycenter/
DSafetyCenterDataFactory.java495 SafetySourceData safetySourceData = in getSafetyCenterEntryGroupSummary() local
938 private static SafetySourceStatus getSafetySourceStatus( in getSafetySourceStatus()
/packages/modules/Permission/tests/utils/safetycenter/java/com/android/safetycenter/testing/
DSafetySourceIntentHandler.kt287 val safetySourceData: SafetySourceData, constant in com.android.safetycenter.testing.SafetySourceIntentHandler.Response.SetData
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/hibernation/
DHibernationPolicy.kt213 val safetySourceData = SafetySourceData.Builder() in rescanAndPushDataToSafetyCenter() constant

12