Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/stats/pull/
H A DStatsPullAtomService.java399 private IKeystoreMetrics mIKeystoreMetrics; field in StatsPullAtomService
1032 if (mIKeystoreMetrics == null) { in getIKeystoreMetricsService()
1033 mIKeystoreMetrics = IKeystoreMetrics.Stub.asInterface( in getIKeystoreMetricsService()
1035 if (mIKeystoreMetrics != null) { in getIKeystoreMetricsService()
1037 mIKeystoreMetrics.asBinder().linkToDeath(() -> { in getIKeystoreMetricsService()
1039 mIKeystoreMetrics = null; in getIKeystoreMetricsService()
1044 mIKeystoreMetrics = null; in getIKeystoreMetricsService()
1048 return mIKeystoreMetrics; in getIKeystoreMetricsService()