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 | 56 private val trust = constant in com.android.systemui.keyguard.data.repository.TrustRepositoryImpl
|
/frameworks/base/core/java/android/text/ |
D | BoringLayout.java | 206 init(getText(), paint, align, metrics, includePad, trust, in replaceOrMake() local 339 init(getText(), paint, align, metrics, includePad, trust, useFallbackLineSpacing); in BoringLayout() local
|
/frameworks/native/libs/binder/tests/ |
D | binderRpcTest.cpp | 1743 static status_t trust(RpcSecurity rpcSecurity, in trust() function in android::RpcTransportTestUtils 1783 status_t trust(const A& a, const B& b) { in trust() function in android::RpcTransportTest 1968 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 | 291 TrustManager trust = (TrustManager) mContext.getSystemService(Context.TRUST_SERVICE); in getTrustManager() local
|