Searched refs:mPrevRoamingNotification (Results 1 – 1 of 1) sorted by relevance
186 private int mPrevRoamingNotification = ROAMING_NOTIFICATION_NO_NOTIFICATION; field in PhoneGlobals809 if (mPrevRoamingNotification == ROAMING_NOTIFICATION_DISCONNECTED) return; in updateDataRoamingStatus()812 mPrevRoamingNotification = ROAMING_NOTIFICATION_DISCONNECTED; in updateDataRoamingStatus()822 if (mPrevRoamingNotification == ROAMING_NOTIFICATION_CONNECTED) return; in updateDataRoamingStatus()823 mPrevRoamingNotification = ROAMING_NOTIFICATION_CONNECTED; in updateDataRoamingStatus()829 } else if (mPrevRoamingNotification != ROAMING_NOTIFICATION_NO_NOTIFICATION) { in updateDataRoamingStatus()833 mPrevRoamingNotification = ROAMING_NOTIFICATION_NO_NOTIFICATION; in updateDataRoamingStatus()919 pw.println("mPrevRoamingNotification=" + mPrevRoamingNotification); in dump()