Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/connectivity/
DMobileSignalController.java78 final MobileStatusTracker mMobileStatusTracker; field in MobileSignalController
160 mMobileStatusTracker = mobileStatusTrackerFactory.createTracker(mMobileCallback); in MobileSignalController()
199 mMobileStatusTracker.setListening(true); in registerListener()
211 mMobileStatusTracker.setListening(false); in unregisterListener()
567 pw.println(" mMobileStatusTracker.isListening=" + mMobileStatusTracker.isListening()); in dump()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/connectivity/
DNetworkControllerBaseTest.java496 mMobileSignalController.mMobileStatusTracker.getTelephonyCallback() in updateSignalStrength()
502 mMobileSignalController.mMobileStatusTracker.getTelephonyCallback() in updateServiceState()
504 mMobileSignalController.mMobileStatusTracker.getTelephonyCallback() in updateServiceState()
517 mMobileSignalController.mMobileStatusTracker.getTelephonyCallback() in updateDataConnectionState()
522 mMobileSignalController.mMobileStatusTracker.getTelephonyCallback() in updateDataActivity()
528 mMobileSignalController.mMobileStatusTracker.getTelephonyCallback() in setCarrierNetworkChange()