Home
last modified time | relevance | path

Searched refs:getVerifiedBootStateResId (Results 1 – 2 of 2) sorted by relevance

/packages/apps/DeviceDiagnostics/DeviceDiagnosticsLib/src/main/java/com/android/devicediagnostics/
DDisplayAttestationResultFragment.kt58 activity!!.resources.getString(getVerifiedBootStateResId(record)), in onCreatePreferences()
101 fun getVerifiedBootStateResId(record: ParsedAttestationRecord): Int { in getVerifiedBootStateResId() method
DDisplayResultFragment.kt132 … it.summary = activity!!.resources.getString(getVerifiedBootStateResId(attestationRecord)) in onAttestationReceived()