Home
last modified time | relevance | path

Searched refs:SECURITY (Results 1 – 17 of 17) sorted by relevance

/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/setup/
H A DUserChoiceInfo.java38 public static final int SECURITY = 3; field in UserChoiceInfo
247 SECURITY,
H A DChooseSecurityState.java103 mUserChoiceInfo.put(UserChoiceInfo.SECURITY, (int) action.getId()); in onGuidedActionClicked()
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/security/
H A DWifiSecurityHelper.java74 case UserChoiceInfo.SECURITY: in getActionsList()
90 Integer savedSecurity = userChoiceInfo.getChoice(UserChoiceInfo.SECURITY); in getSecurity()
/aosp12/system/bt/gd/facade/
H A Drootservice.proto18 SECURITY = 4; enumerator
H A Dgrpc_root_server.cc107 case BluetoothModule::SECURITY: in StartStack()
/aosp12/packages/apps/Camera2/src_pd/com/google/common/logging/
H A Deventprotos.java55 public static final int SECURITY = 10000; field in eventprotos.CameraFailure.FailureReason
/aosp12/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/wifi/details/
H A DWifiInfoProviderTest.java63 private static final String SECURITY = "None"; field in WifiInfoProviderTest
107 when(mMockWifiEntry.getSecurityString(false)).thenReturn(SECURITY); in setUp()
/aosp12/frameworks/native/libs/binder/rust/sys/
H A DBinderBindings.hpp57 SECURITY = EX_SECURITY, enumerator
/aosp12/frameworks/base/core/java/com/android/internal/notification/
H A DSystemNotificationChannels.java37 public static String SECURITY = "SECURITY"; field in SystemNotificationChannels
83 SECURITY, in createAll()
/aosp12/frameworks/native/libs/binder/rust/src/
H A Derror.rs75 e if e == ExceptionCode::SECURITY as i32 => ExceptionCode::SECURITY, in parse_exception_code()
/aosp12/packages/apps/Camera2/src/com/android/camera/
H A DFatalErrorHandlerImpl.java106 eventprotos.CameraFailure.FailureReason.SECURITY, null, in onCameraDisabledFailure()
/aosp12/packages/apps/Settings/src/com/android/settings/security/
H A DSecuritySettings.java59 return SettingsEnums.SECURITY; in getMetricsCategory()
/aosp12/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DCertificateMonitor.java215 return new Notification.Builder(userContext, SystemNotificationChannels.SECURITY) in buildNotification()
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/details2/
H A DWifiDetailPreferenceController2Test.java128 private static final String SECURITY = "None"; field in WifiDetailPreferenceController2Test
277 when(mMockWifiEntry.getSecurityString(false /* concise */)).thenReturn(SECURITY); in setUp()
427 verify(mMockSecurityPref).setSummary(SECURITY); in securityPreference_stringShouldBeSet()
/aosp12/frameworks/proto_logging/stats/enums/app/
H A Dsettings_enums.proto1303 SECURITY = 87; enumerator
/aosp12/hardware/interfaces/keymaster/4.0/
H A DIKeymasterDevice.hal269 * CRITICAL SECURITY REQUIREMENT: All keys created by a IKeymasterDevice instance must
/aosp12/frameworks/base/proto/src/metrics_constants/
H A Dmetrics_constants.proto698 SECURITY = 87; enumerator