Home
last modified time | relevance | path

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

/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DTelephonyProvider.java254 private IApnSourceService mIApnSourceService; field in TelephonyProvider
2578 mIApnSourceService = IApnSourceService.Stub.asInterface(service); in restoreApnsWithService()
2587 mIApnSourceService = null; in restoreApnsWithService()
2600 while (mIApnSourceService == null) { in restoreApnsWithService()
2608 ContentValues[] values = mIApnSourceService.getApns(subId); in restoreApnsWithService()
2629 mIApnSourceService = null; in restoreApnsWithService()