Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/
DPhoneGlobals.java766 notificationMgr.updateNetworkSelection(state, subId); in handleServiceStateChanged()
901 notificationMgr.updateNetworkSelection(phone.getServiceState().getState(), subId); in onNetworkSelectionChanged()
DNotificationMgr.java804 void updateNetworkSelection(int serviceState, int subId) { in updateNetworkSelection() method in NotificationMgr