Home
last modified time | relevance | path

Searched refs:securityPatchLevel (Results 1 – 9 of 9) sorted by relevance

/security/security-state-provider/src/main/java/androidx/security/state/provider/
DUpdateInfo.kt47 private val securityPatchLevel: String, in serialize() constant in androidx.security.state.provider.SerializableUpdateInfo
51 UpdateInfo(uri, component, securityPatchLevel, publishedDate) in serialize()
64 public val securityPatchLevel: String, constant in androidx.security.state.provider.UpdateInfo
70 SerializableUpdateInfo(uri, component, securityPatchLevel, publishedDate) in toSerializableUpdateInfo()
79 "uri=$uri, component=$component, SPL=$securityPatchLevel, date=$publishedDate)" in toSerializableUpdateInfo()
92 securityPatchLevel == other.securityPatchLevel && in toSerializableUpdateInfo()
101 Objects.hash(uri, component, securityPatchLevel, publishedDate) in toSerializableUpdateInfo()
107 @set:JvmSynthetic private var securityPatchLevel: String = "" in toSerializableUpdateInfo() variable in androidx.security.state.provider.UpdateInfo.Builder
132 public fun setSecurityPatchLevel(securityPatchLevel: String): Builder = apply { in toSerializableUpdateInfo()
133 this.securityPatchLevel = securityPatchLevel in toSerializableUpdateInfo()
[all …]
DUpdateInfoManager.kt97 val updateSpl = getComponentSecurityPatchLevel(component, updateInfo.securityPatchLevel) in <lambda>()
/security/security-state-provider/api/
Drestricted_current.txt5 …ctor public UpdateInfo(String uri, String component, String securityPatchLevel, java.util.Date pub…
12 property public String securityPatchLevel;
21 …droidx.security.state.provider.UpdateInfo.Builder setSecurityPatchLevel(String securityPatchLevel);
Dcurrent.txt5 …ctor public UpdateInfo(String uri, String component, String securityPatchLevel, java.util.Date pub…
12 property public String securityPatchLevel;
21 …droidx.security.state.provider.UpdateInfo.Builder setSecurityPatchLevel(String securityPatchLevel);
/security/security-state/src/main/java/androidx/security/state/
DSecurityPatchState.kt148 securityPatchLevel: String in <lambda>()
159 DateBasedSecurityPatchLevel.fromString(securityPatchLevel) in <lambda>()
163 VersionedSecurityPatchLevel.fromString(securityPatchLevel) in <lambda>()
/security/security-state/api/
D1.0.0-beta01.txt10 …ate.SecurityPatchLevel getComponentSecurityPatchLevel(String component, String securityPatchLevel);
26 …ate.SecurityPatchLevel getComponentSecurityPatchLevel(String component, String securityPatchLevel);
Dcurrent.txt10 …ate.SecurityPatchLevel getComponentSecurityPatchLevel(String component, String securityPatchLevel);
26 …ate.SecurityPatchLevel getComponentSecurityPatchLevel(String component, String securityPatchLevel);
Drestricted_current.txt10 …ate.SecurityPatchLevel getComponentSecurityPatchLevel(String component, String securityPatchLevel);
26 …ate.SecurityPatchLevel getComponentSecurityPatchLevel(String component, String securityPatchLevel);
Drestricted_1.0.0-beta01.txt10 …ate.SecurityPatchLevel getComponentSecurityPatchLevel(String component, String securityPatchLevel);
26 …ate.SecurityPatchLevel getComponentSecurityPatchLevel(String component, String securityPatchLevel);