Searched defs:trust (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/ |
D | TrustRepository.kt | 82 private val trust = constant in com.android.systemui.keyguard.data.repository.TrustRepositoryImpl
|
/frameworks/base/core/java/android/text/ |
D | BoringLayout.java | 224 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/ |
D | binderRpcTest.cpp | 1733 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/ |
D | LockPatternUtils.java | 326 TrustManager trust = (TrustManager) mContext.getSystemService(Context.TRUST_SERVICE); in getTrustManager() local
|