Home
last modified time | relevance | path

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

/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DTetheringNotificationUpdaterTest.kt46 import com.android.networkstack.tethering.TetheringNotificationUpdater.NO_UPSTREAM_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()
306 NO_UPSTREAM_NOTIFICATION_ID, BROADCAST_PENDING_INTENT, disableIntent, in testNoUpstreamNotification()
315 verifyNotificationCancelled(listOf(NO_UPSTREAM_NOTIFICATION_ID)) in testNoUpstreamNotification()
321 NO_UPSTREAM_NOTIFICATION_ID, BROADCAST_PENDING_INTENT, disableIntent, 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()
339 verifyNotificationCancelled(listOf(NO_UPSTREAM_NOTIFICATION_ID)) in testNoUpstreamNotification()
[all …]
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DTetheringNotificationUpdater.java82 static final int NO_UPSTREAM_NOTIFICATION_ID = 1002; field in TetheringNotificationUpdater
118 NO_UPSTREAM_NOTIFICATION_ID,
235 clearNotification(NO_UPSTREAM_NOTIFICATION_ID); in updateNoUpstreamNotification()
303 NO_UPSTREAM_NOTIFICATION_ID, true /* ongoing */, null /* pendingIntent */, action); in notifyTetheringNoUpstream()