Searched refs:readAllMissedCallIntent (Results 1 – 1 of 1) sorted by relevance
47 Intent readAllMissedCallIntent = new Intent(context, NotificationReceiver.class); in readAllMissedCall() local48 readAllMissedCallIntent.setAction(ACTION_READ_ALL_MISSED); in readAllMissedCall()49 enqueueWork(context, readAllMissedCallIntent); in readAllMissedCall()