| D | UpdateInfo.kt | 47 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 …]
|