Home
last modified time | relevance | path

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

/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DTetheringNotificationUpdater.java79 static final int RESTRICTED_NOTIFICATION_ID = 1001; field in TetheringNotificationUpdater
117 RESTRICTED_NOTIFICATION_ID,
250 clearNotification(RESTRICTED_NOTIFICATION_ID); in tetheringRestrictionLifted()
282 RESTRICTED_NOTIFICATION_ID, false /* ongoing */, pi, new Action[0]); in notifyTetheringDisabledByRestriction()
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DTetheringNotificationUpdaterTest.kt47 import com.android.networkstack.tethering.TetheringNotificationUpdater.RESTRICTED_NOTIFICATION_ID
241 RESTRICTED_NOTIFICATION_ID, ACTIVITY_PENDING_INTENT, settingsIntent, FLAG_IMMUTABLE) in testRestrictedNotification()
245 verifyNotificationCancelled(listOf(RESTRICTED_NOTIFICATION_ID)) in testRestrictedNotification()
254 RESTRICTED_NOTIFICATION_ID, ACTIVITY_PENDING_INTENT, settingsIntent, FLAG_IMMUTABLE) in testRestrictedNotification()