Searched refs:REPORT_NOT_SPAM (Results 1 – 3 of 3) sorted by relevance
92 Event.REPORT_NOT_SPAM,103 int REPORT_NOT_SPAM = 4; field120 .put(Event.REPORT_NOT_SPAM, DialerImpression.Type.CALL_LOG_REPORT_AS_NOT_SPAM)384 context, blockReportSpamDialogInfo, getImpression(Event.REPORT_NOT_SPAM))); in addModuleForBlockedOrSpamNumber()
1711 public static final int REPORT_NOT_SPAM = 6; field in ConversationCursor.ConversationOperation1827 case REPORT_NOT_SPAM: in execute()1832 ConversationOperations.REPORT_NOT_SPAM; in execute()2245 return applyAction(conversations, ConversationOperation.REPORT_NOT_SPAM, undoCallback); in reportNotSpam()
1456 public static final String REPORT_NOT_SPAM = "report_not_spam"; field in UIProvider.ConversationOperations