Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/connectivity/
H A 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()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/connectivity/
H A DNetworkControllerBaseTest.java476 mMobileSignalController.mMobileStatusTracker.getTelephonyCallback() in updateSignalStrength()
482 mMobileSignalController.mMobileStatusTracker.getTelephonyCallback() in updateServiceState()
484 mMobileSignalController.mMobileStatusTracker.getTelephonyCallback() in updateServiceState()
497 mMobileSignalController.mMobileStatusTracker.getTelephonyCallback() in updateDataConnectionState()
502 mMobileSignalController.mMobileStatusTracker.getTelephonyCallback() in updateDataActivity()
508 mMobileSignalController.mMobileStatusTracker.getTelephonyCallback() in setCarrierNetworkChange()