Searched refs:ROAMING_NOTIFICATION_ID (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/packages/Tethering/tests/unit/src/com/android/networkstack/tethering/ |
D | TetheringNotificationUpdaterTest.kt | 43 import com.android.networkstack.tethering.TetheringNotificationUpdater.ROAMING_NOTIFICATION_ID 181 verifyNotificationCancelled(listOf(NO_UPSTREAM_NOTIFICATION_ID, ROAMING_NOTIFICATION_ID)) in testRestrictedNotification() 239 verifyNotificationCancelled(listOf(NO_UPSTREAM_NOTIFICATION_ID, ROAMING_NOTIFICATION_ID)) in testNoUpstreamNotification() 243 verifyNotificationCancelled(listOf(NO_UPSTREAM_NOTIFICATION_ID, ROAMING_NOTIFICATION_ID)) in testNoUpstreamNotification() 267 verifyNotificationCancelled(listOf(NO_UPSTREAM_NOTIFICATION_ID, ROAMING_NOTIFICATION_ID)) in testNoUpstreamNotification() 272 verifyNotificationCancelled(listOf(NO_UPSTREAM_NOTIFICATION_ID, ROAMING_NOTIFICATION_ID)) in testNoUpstreamNotification() 310 verifyNotificationCancelled(listOf(NO_UPSTREAM_NOTIFICATION_ID, ROAMING_NOTIFICATION_ID)) in testRoamingNotification() 314 verifyNotificationCancelled(listOf(NO_UPSTREAM_NOTIFICATION_ID, ROAMING_NOTIFICATION_ID)) in testRoamingNotification() 319 ROAMING_NOTIFICATION_ID) in testRoamingNotification() 327 verifyNotificationCancelled(listOf(ROAMING_NOTIFICATION_ID)) in testRoamingNotification() [all …]
|
/frameworks/base/packages/Tethering/src/com/android/networkstack/tethering/ |
D | TetheringNotificationUpdater.java | 85 static final int ROAMING_NOTIFICATION_ID = 1003; field in TetheringNotificationUpdater 119 ROAMING_NOTIFICATION_ID 244 clearNotification(ROAMING_NOTIFICATION_ID); in updateRoamingNotification() 327 ROAMING_NOTIFICATION_ID, true /* ongoing */, pi, new Action[0]); in setupRoamingNotification()
|