Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/
DPhoneGlobals.java235 private int mPrevRoamingNotification = ROAMING_NOTIFICATION_NO_NOTIFICATION; field in PhoneGlobals
1263 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()