Home
last modified time | relevance | path

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

/packages/apps/ImsServiceEntitlement/src/com/android/imsserviceentitlement/utils/
DMetricsLogger.java28 private final TelephonyUtils mTelephonyUtils; field in MetricsLogger
34 mTelephonyUtils = telephonyUtils; in MetricsLogger()
47 mTelephonyUtils.getCarrierId(), in write()
48 mTelephonyUtils.getSpecificCarrierId(), in write()
/packages/apps/ImsServiceEntitlement/src/com/android/imsserviceentitlement/
DWfcActivationController.java67 private final TelephonyUtils mTelephonyUtils; field in WfcActivationController
86 this.mTelephonyUtils = new TelephonyUtils(context, getSubId()); in WfcActivationController()
88 this.mMetricsLogger = new MetricsLogger(mTelephonyUtils); in WfcActivationController()
102 this.mTelephonyUtils = new TelephonyUtils(context, getSubId()); in WfcActivationController()
122 if (!mTelephonyUtils.isNetworkConnected()) { in evaluateEntitlementStatus()
DImsEntitlementPollingService.java150 private final TelephonyUtils mTelephonyUtils; field in ImsEntitlementPollingService.EntitlementPollingTask
168 this.mTelephonyUtils = new TelephonyUtils(ImsEntitlementPollingService.this, subId); in EntitlementPollingTask()
177 this.mMetricsLogger = new MetricsLogger(mTelephonyUtils); in EntitlementPollingTask()