Searched refs:RESTRICTED_NOTIFICATION_ID (Results 1 – 2 of 2) sorted by relevance
/aosp12/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/ |
H A D | TetheringNotificationUpdater.java | 79 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()
|
/aosp12/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/ |
H A D | TetheringNotificationUpdaterTest.kt | 47 import com.android.networkstack.tethering.TetheringNotificationUpdater.RESTRICTED_NOTIFICATION_ID 240 RESTRICTED_NOTIFICATION_ID, ACTIVITY_PENDING_INTENT, settingsIntent, FLAG_IMMUTABLE) 244 verifyNotificationCancelled(listOf(RESTRICTED_NOTIFICATION_ID)) 253 RESTRICTED_NOTIFICATION_ID, ACTIVITY_PENDING_INTENT, settingsIntent, FLAG_IMMUTABLE)
|