Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java1391 IntentFilter timeoutFilter = new IntentFilter(ACTION_NOTIFICATION_TIMEOUT); in onStart() local
1392 timeoutFilter.addDataScheme(SCHEME_TIMEOUT); in onStart()
1393 getContext().registerReceiver(mNotificationTimeoutReceiver, timeoutFilter); in onStart()