Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/
DPhoneGlobals.java244 notificationMgr.showDataRoamingNotification(msg.arg1, false);
248 notificationMgr.showDataRoamingNotification(msg.arg1, true);
DNotificationMgr.java593 /* package */ void showDataRoamingNotification(int subId, boolean roamingOn) { in showDataRoamingNotification() method in NotificationMgr