Searched refs:readAllMissedCallIntent (Results 1 – 1 of 1) sorted by relevance
66 Intent readAllMissedCallIntent = new Intent(context, NotificationService.class); in readAllMissedCall() local67 readAllMissedCallIntent.setAction(ACTION_READ_MISSED); in readAllMissedCall()68 context.startService(readAllMissedCallIntent); in readAllMissedCall()