Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java2481 IntentFilter timeoutFilter = new IntentFilter(ACTION_NOTIFICATION_TIMEOUT); in init() local
2482 timeoutFilter.addDataScheme(SCHEME_TIMEOUT); in init()
2483 getContext().registerReceiver(mNotificationTimeoutReceiver, timeoutFilter, in init()