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