Searched refs:NotificationTask (Results 1 – 1 of 1) sorted by relevance
73 private NotificationTask mPhoneStateChangePendingNotify = null;109 mPhoneStateChangePendingNotify = new NotificationTask( in onPhoneCallStateChanged()200 private static class NotificationTask implements Runnable { class206 NotificationTask(Runnable r, long waitInMillis) { in NotificationTask() method in NotificationTask