Home
last modified time | relevance | path

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

/aosp12/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
H A DTetheringNotificationUpdaterTest.kt46 import com.android.networkstack.tethering.TetheringNotificationUpdater.NO_UPSTREAM_NOTIFICATION_ID
235 verifyNotificationCancelled(listOf(NO_UPSTREAM_NOTIFICATION_ID, ROAMING_NOTIFICATION_ID))
295 verifyNotificationCancelled(listOf(NO_UPSTREAM_NOTIFICATION_ID, ROAMING_NOTIFICATION_ID))
299 verifyNotificationCancelled(listOf(NO_UPSTREAM_NOTIFICATION_ID, ROAMING_NOTIFICATION_ID))
305 NO_UPSTREAM_NOTIFICATION_ID, BROADCAST_PENDING_INTENT, disableIntent,
314 verifyNotificationCancelled(listOf(NO_UPSTREAM_NOTIFICATION_ID))
320 NO_UPSTREAM_NOTIFICATION_ID, BROADCAST_PENDING_INTENT, disableIntent,
325 verifyNotificationCancelled(listOf(NO_UPSTREAM_NOTIFICATION_ID, ROAMING_NOTIFICATION_ID))
338 verifyNotificationCancelled(listOf(NO_UPSTREAM_NOTIFICATION_ID))
402 NO_UPSTREAM_NOTIFICATION_ID, BROADCAST_PENDING_INTENT, disableIntent,
[all …]
/aosp12/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
H A 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()