Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/stats/pull/
DStatsPullAtomService.java425 private IKeystoreMetrics mIKeystoreMetrics; field in StatsPullAtomService
1142 if (mIKeystoreMetrics == null) { in getIKeystoreMetricsService()
1143 mIKeystoreMetrics = IKeystoreMetrics.Stub.asInterface( in getIKeystoreMetricsService()
1145 if (mIKeystoreMetrics != null) { in getIKeystoreMetricsService()
1147 mIKeystoreMetrics.asBinder().linkToDeath(() -> { in getIKeystoreMetricsService()
1149 mIKeystoreMetrics = null; in getIKeystoreMetricsService()
1154 mIKeystoreMetrics = null; in getIKeystoreMetricsService()
1158 return mIKeystoreMetrics; in getIKeystoreMetricsService()