Home
last modified time | relevance | path

Searched refs:setProfile (Results 1 – 12 of 12) sorted by relevance

/packages/modules/Permission/SafetyCenter/Config/tests/java/com/android/safetycenter/config/
DParserConfigValidTest.kt57 .setProfile(SafetySource.PROFILE_PRIMARY) in validConfig_matchesExpected()
68 .setProfile(SafetySource.PROFILE_ALL) in validConfig_matchesExpected()
95 .setProfile(SafetySource.PROFILE_ALL) in validConfig_matchesExpected()
120 .setProfile(SafetySource.PROFILE_PRIMARY) in validConfig_matchesExpected()
128 .setProfile(SafetySource.PROFILE_ALL) in validConfig_matchesExpected()
140 .setProfile(SafetySource.PROFILE_ALL) in validConfig_matchesExpected()
161 .setProfile(SafetySource.PROFILE_PRIMARY) in validConfig_matchesExpected()
172 .setProfile(SafetySource.PROFILE_ALL) in validConfig_matchesExpected()
190 .setProfile(SafetySource.PROFILE_PRIMARY) in validConfig_matchesExpected()
197 .setProfile(SafetySource.PROFILE_ALL) in validConfig_matchesExpected()
[all …]
/packages/modules/Permission/tests/cts/safetycenter/src/android/safetycenter/cts/config/
DSafetySourceTest.kt383 .setProfile(SafetySource.PROFILE_ALL) in equalsHashCodeToString_usingEqualsHashCodeToStringTester()
416 .setProfile(SafetySource.PROFILE_ALL) in equalsHashCodeToString_usingEqualsHashCodeToStringTester()
442 .setProfile(SafetySource.PROFILE_ALL) in equalsHashCodeToString_usingEqualsHashCodeToStringTester()
468 .setProfile(SafetySource.PROFILE_ALL) in equalsHashCodeToString_usingEqualsHashCodeToStringTester()
494 .setProfile(SafetySource.PROFILE_ALL) in equalsHashCodeToString_usingEqualsHashCodeToStringTester()
520 .setProfile(SafetySource.PROFILE_ALL) in equalsHashCodeToString_usingEqualsHashCodeToStringTester()
546 .setProfile(SafetySource.PROFILE_ALL) in equalsHashCodeToString_usingEqualsHashCodeToStringTester()
568 .setProfile(SafetySource.PROFILE_PRIMARY) in equalsHashCodeToString_usingEqualsHashCodeToStringTester()
580 .setProfile(SafetySource.PROFILE_ALL) in equalsHashCodeToString_usingEqualsHashCodeToStringTester()
606 .setProfile(SafetySource.PROFILE_ALL) in equalsHashCodeToString_usingEqualsHashCodeToStringTester()
[all …]
/packages/apps/Settings/tests/unit/src/com/android/settings/vpn2/
DLegacyVpnPreferenceTest.java62 mLegacyVpnPreference.setProfile(mVpnProfile); in setProfile_successfullyStoresProfile()
68 mLegacyVpnPreference.setProfile(mVpnProfile); in setProfile_updatesPreferenceTitle()
/packages/modules/Permission/tests/utils/safetycenter/java/com/android/safetycenter/testing/
DSafetyCenterTestConfigs.kt465 .setProfile(SafetySource.PROFILE_PRIMARY)
790 .setProfile(SafetySource.PROFILE_PRIMARY) in dynamicSafetySource()
795 .setProfile(SafetySource.PROFILE_ALL) in dynamicSafetySource()
811 .setProfile(SafetySource.PROFILE_PRIMARY) in staticSafetySource()
815 .setProfile(SafetySource.PROFILE_ALL) in staticSafetySource()
833 .setProfile(SafetySource.PROFILE_PRIMARY) in issueOnlySafetySourceWithDuplicationInfo()
837 issueOnlySafetySourceBuilder(id).setProfile(SafetySource.PROFILE_ALL) in issueOnlySafetySourceWithDuplicationInfo()
/packages/apps/Settings/src/com/android/settings/vpn2/
DLegacyVpnPreference.java47 public void setProfile(VpnProfile profile) { in setProfile() method in LegacyVpnPreference
DVpnSettings.java542 pref.setProfile(profile); in findOrCreatePreference()
/packages/modules/Permission/framework-s/java/android/safetycenter/config/
DSafetySource.java174 .setProfile(in.readInt())
876 public Builder setProfile(@Profile int profile) { in setProfile() method in SafetySource.Builder
/packages/apps/LegacyCamera/src/com/android/camera/
DVideoCamera.java1204 mMediaRecorder.setProfile(mProfile); in initializeRecorder()
1292 mEffectsRecorder.setProfile(mProfile); in initializeEffectsPreview()
1343 mEffectsRecorder.setProfile(mProfile); in initializeEffectsRecording()
DEffectsRecorder.java159 public void setProfile(CamcorderProfile profile) { in setProfile() method in EffectsRecorder
/packages/modules/Permission/SafetyCenter/Config/java/com/android/safetycenter/config/
DSafetyCenterConfigParser.java315 builder.setProfile( in parseSafetySource()
/packages/apps/Camera2/src/com/android/camera/
DVideoModule.java1149 mMediaRecorder.setProfile(mProfile); in initializeRecorder()
/packages/modules/Permission/framework-s/api/
Dsystem-current.txt606 method @NonNull public android.safetycenter.config.SafetySource.Builder setProfile(int);