Home
last modified time | relevance | path

Searched defs:trust (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/
DTrustRepository.kt82 private val trust = constant in com.android.systemui.keyguard.data.repository.TrustRepositoryImpl
/frameworks/base/core/java/android/text/
DBoringLayout.java224 init(getText(), paint, align, metrics, includePad, trust, in replaceOrMake() local
424 init(getText(), paint, align, metrics, includePad, trust, fallbackLineSpacing); in BoringLayout() local
/frameworks/native/libs/binder/tests/
DbinderRpcTest.cpp1733 static status_t trust(RpcSecurity rpcSecurity, in trust() function in android::RpcTransportTestUtils
1778 status_t trust(const A& a, const B& b) { in trust() function in android::RpcTransportTest
2029 status_t trust(const A& a, const B& b) { in trust() function in android::RpcTransportTlsKeyTest
/frameworks/base/core/java/com/android/internal/widget/
DLockPatternUtils.java326 TrustManager trust = (TrustManager) mContext.getSystemService(Context.TRUST_SERVICE); in getTrustManager() local