Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/
DPhoneGlobals.java1101 String callingReason = "CallingReason=" + notificationReason; in updateDataRoamingStatus() local
1113 sb.append(", ").append(callingReason); in updateDataRoamingStatus()
1126 boolean shownForThisReason = mShownNotificationReasons.contains(callingReason); in updateDataRoamingStatus()
1134 mShownNotificationReasons.add(callingReason); in updateDataRoamingStatus()
1161 mShownNotificationReasons.add(callingReason); in updateDataRoamingStatus()