Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DTimeToLiveHelper.java65 IntentFilter timeoutFilter = new IntentFilter(ACTION); in TimeToLiveHelper() local
66 timeoutFilter.addDataScheme(SCHEME_TIMEOUT); in TimeToLiveHelper()
67 mContext.registerReceiver(mNotificationTimeoutReceiver, timeoutFilter, in TimeToLiveHelper()
DNotificationManagerService.java2618 IntentFilter timeoutFilter = new IntentFilter(ACTION_NOTIFICATION_TIMEOUT); in init() local
2619 timeoutFilter.addDataScheme(SCHEME_TIMEOUT); in init()
2620 getContext().registerReceiver(mNotificationTimeoutReceiver, timeoutFilter, in init()