Searched refs:mIKeystoreMetrics (Results 1 – 1 of 1) sorted by relevance
425 private IKeystoreMetrics mIKeystoreMetrics; field in StatsPullAtomService1142 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()