Searched refs:ROAMING_NOTIFICATION_ID (Results 1 – 2 of 2) sorted by relevance
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/ |
D | TetheringNotificationUpdaterTest.kt | 48 import com.android.networkstack.tethering.TetheringNotificationUpdater.ROAMING_NOTIFICATION_ID 236 verifyNotificationCancelled(listOf(NO_UPSTREAM_NOTIFICATION_ID, ROAMING_NOTIFICATION_ID)) in testRestrictedNotification() 296 verifyNotificationCancelled(listOf(NO_UPSTREAM_NOTIFICATION_ID, ROAMING_NOTIFICATION_ID)) in testNoUpstreamNotification() 300 verifyNotificationCancelled(listOf(NO_UPSTREAM_NOTIFICATION_ID, ROAMING_NOTIFICATION_ID)) in testNoUpstreamNotification() 326 verifyNotificationCancelled(listOf(NO_UPSTREAM_NOTIFICATION_ID, ROAMING_NOTIFICATION_ID)) in testNoUpstreamNotification() 331 verifyNotificationCancelled(listOf(NO_UPSTREAM_NOTIFICATION_ID, ROAMING_NOTIFICATION_ID)) in testNoUpstreamNotification() 374 verifyNotificationCancelled(listOf(NO_UPSTREAM_NOTIFICATION_ID, ROAMING_NOTIFICATION_ID)) in testRoamingNotification() 378 verifyNotificationCancelled(listOf(NO_UPSTREAM_NOTIFICATION_ID, ROAMING_NOTIFICATION_ID)) in testRoamingNotification() 383 ROAMING_NOTIFICATION_ID, ACTIVITY_PENDING_INTENT, settingsIntent, FLAG_IMMUTABLE) in testRoamingNotification() 391 verifyNotificationCancelled(listOf(ROAMING_NOTIFICATION_ID)) in testRoamingNotification() [all …]
|
/packages/modules/Connectivity/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()
|