HomeSort by relevance Sort by last modified time
    Searched refs:updateNetworkSelection (Results 1 - 4 of 4) sorted by null

  /packages/services/Telephony/src/com/android/phone/
NetworkSelectSetting.java 269 updateNetworkSelection();
623 * Call {@link NotificationMgr#updateNetworkSelection(int, int)} to send notification about
626 private void updateNetworkSelection() {
633 app.notificationMgr.updateNetworkSelection(ss.getState(), phone.getSubId());
NetworkOperators.java 224 app.notificationMgr.updateNetworkSelection(ss.getState(), phone.getSubId());
NotificationMgr.java 613 void updateNetworkSelection(int serviceState, int subId) {
641 log("updateNetworkSelection()..." + "state = " + serviceState + " new network "
655 if (DBG) log("updateNetworkSelection()..." + "state = " +
PhoneGlobals.java     [all...]

Completed in 543 milliseconds