Searched refs:mPrevRoamingNotification (Results 1 – 1 of 1) sorted by relevance
235 private int mPrevRoamingNotification = ROAMING_NOTIFICATION_NO_NOTIFICATION; field in PhoneGlobals1263 if (mPrevRoamingNotification == ROAMING_NOTIFICATION_DISCONNECTED) return; in updateDataRoamingStatusForFeatureDisabled()1266 mPrevRoamingNotification = ROAMING_NOTIFICATION_DISCONNECTED; in updateDataRoamingStatusForFeatureDisabled()1287 if (mPrevRoamingNotification == ROAMING_NOTIFICATION_CONNECTED) return; in updateDataRoamingStatusForFeatureDisabled()1288 mPrevRoamingNotification = ROAMING_NOTIFICATION_CONNECTED; in updateDataRoamingStatusForFeatureDisabled()1294 } else if (mPrevRoamingNotification != ROAMING_NOTIFICATION_NO_NOTIFICATION) { in updateDataRoamingStatusForFeatureDisabled()1298 mPrevRoamingNotification = ROAMING_NOTIFICATION_NO_NOTIFICATION; in updateDataRoamingStatusForFeatureDisabled()1451 pw.println("mPrevRoamingNotification=" + mPrevRoamingNotification); in dump()