Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/
DPhoneGlobals.java218 private int mCurrentRoamingNotification = ROAMING_NOTIFICATION_NO_NOTIFICATION; field in PhoneGlobals
1215 mCurrentRoamingNotification = roamingNotification; in updateDataRoamingNotification()
1220 return mCurrentRoamingNotification; in getCurrentRoamingNotification()
1449 pw.println("mCurrentRoamingNotification=" + mCurrentRoamingNotification); in dump()