Home
last modified time | relevance | path

Searched refs:Security (Results 1 – 25 of 31) sorted by relevance

12

/frameworks/base/apct-tests/perftests/core/src/android/libcore/regression/
DProviderPerfTest.java30 import java.security.Security;
51 Security.addProvider(new MockProvider()); in timeWithNewProvider()
55 Security.removeProvider("Mock"); in timeWithNewProvider()
/frameworks/base/core/java/android/security/net/config/
DNetworkSecurityConfigProvider.java23 import java.security.Security;
41 int pos = Security.insertProviderAt(new NetworkSecurityConfigProvider(), 1); in install()
DRootTrustManagerFactorySpi.java26 import java.security.Security;
/frameworks/base/keystore/java/android/security/keystore2/
DAndroidKeyStoreProvider.java37 import java.security.Security;
131 Provider[] providers = Security.getProviders(); in install()
141 Security.addProvider(new AndroidKeyStoreProvider()); in install()
146 Security.insertProviderAt(workaroundProvider, bcProviderIndex + 1); in install()
150 Security.addProvider(workaroundProvider); in install()
/frameworks/proto_logging/stats/enums/app/
Dsettings_enums.proto119 // ACTION: Settings > Security > Nexus Imprint > [Fingerprint] > Delete
124 // ACTION: Settings > Security > Nexus Imprint > [Fingerprint] > Rename
723 // ACTION: Settings > Security > Toggle on Confirm Sim deletion
728 // ACTION: Settings > Security > Toggle off Confirm Sim deletion
1457 // OPEN: Settings > Security&Privacy > Private Space > Set up
1462 // OPEN: Settings > Security&Privacy > Private Space > Cancel
1467 // OPEN: Settings > Security&Privacy > Private Space > Set up > Wait 15 sec
1472 // OPEN: Settings > Security&Privacy > Private Space > Set up > Error > Try again
1477 // OPEN: Settings > Security&Privacy > Private Space > Set up > Error > Cancel
1482 // OPEN: Settings > Security&Privacy > Private Space >
[all …]
Dtvsettings_enums.proto562 // TvSettings > Apps > Security & restrictions
565 // TvSettings > Apps > Security & restrictions > Unknown sources
568 // TvSettings > Apps > Security & restrictions > Verify apps (toggle)
571 // TvSettings > Apps > Security & restrictions > Create restricted profile
574 // TvSettings > Apps > Security & restrictions > Enter restricted profile
577 // TvSettings > Apps > Security & restrictions >
581 // TvSettings > Apps > Security & restrictions >
585 // TvSettings > Apps > Security & restrictions >
589 // TvSettings > Apps > Security & restrictions >
/frameworks/av/tools/
Dmainline_hook_project.sh43 Security bulletin timing or unreleased functionality may determine when that can be landed.
Dmainline_hook_partial.sh164 Security bulletin timing or unreleased functionality may drive when this can be landed.
/frameworks/base/core/java/android/view/contentprotection/flags/
Dcontent_protection_flags.aconfig21 …rue, content protection setting ui is displayed in Settings > Privacy & Security > More security &…
/frameworks/proto_logging/stats/atoms/media/
Dmedia_drm_atoms.proto54 // Security level of the opened session.
119 // Security level of the opened session.
/frameworks/av/drm/libmediadrm/fuzzer/
DREADME.md12 1. Security Level (parameter name: `securityLevel`)
/frameworks/proto_logging/stats/enums/media/drm/
Denums.proto68 // Security level represents the robustness of the DRM implementation.
/frameworks/base/core/proto/android/os/
Dps.proto31 // Security label, most commonly used for SELinux context data.
Dsystem_properties.proto335 // Security Bulletin.
/frameworks/base/core/java/android/os/
Dflags.aconfig74 description: "Guards the Security State API."
/frameworks/base/proto/src/metrics_constants/
Dmetrics_constants.proto415 // OPEN: Settings > Security > Choose screen lock
420 // OPEN: Settings > Security > Choose screen lock > Choose your password
425 // OPEN: Settings > Security > Choose screen lock > Choose your pattern
430 // OPEN: Settings > Security > Choose screen lock > Confirm your password
435 // OPEN: Settings > Security > Choose screen lock > Confirm your pattern
440 // OPEN: Settings > Security > Encrypt phone
445 // OPEN: Settings > Security > Encrypt phone > Confirm
516 // OPEN: Settings > Security > Screen lock > Secure start-up
521 // OPEN: Settings > Security > Nexus Imprint
554 // OPEN: Settings > Security > SIM card lock settings
[all …]
/frameworks/base/core/java/com/android/internal/os/
DZygoteInit.java74 import java.security.Security;
229 for (Provider p : Security.getProviders()) { in warmUpJcaProviders()
/frameworks/proto_logging/stats/enums/stats/dnsresolver/
Ddns_resolver.proto108 NS_T_SIG = 24; // Security signature.
109 NS_T_KEY = 25; // Security key.
/frameworks/opt/net/wifi/libs/WifiTrackerLib/src/com/android/wifitrackerlib/
DWifiEntry.java88 public @interface Security {} annotation in WifiEntry
437 @Security
/frameworks/proto_logging/stats/enums/wifi/
Denums.proto324 * Wi-Fi Security modes defined by the combinations of cipher suite, AKM and PMF
/frameworks/base/packages/SystemUI/docs/device-entry/
Dglossary.md17 …ication is categorized into different classes of security. See [Measuring Biometric Security][7]. |
/frameworks/proto_logging/stats/atoms/wifi/
Dwifi_extension_atoms.proto578 // Security mode of the connection
696 // Security mode used by this network
/frameworks/base/api/
DApiDocs.bp307 "-samplegroup Security",
/frameworks/base/packages/SystemUI/docs/
Dplugins.md192 ### Security subsection
/frameworks/base/config/
Ddirty-image-objects690 Ljava/security/Security;.version:Ljava/util/concurrent/atomic/AtomicInteger; 123
847 Ljava/security/Security;.spiMap:Ljava/util/Map; 203
867 Ljava/security/Security;.props:Ljava/util/Properties;.map:Ljava/util/concurrent/ConcurrentHashMap;.…
868 Ljava/security/Security;.props:Ljava/util/Properties;.map:Ljava/util/concurrent/ConcurrentHashMap;.…

12