Searched refs:sendNotifierChange (Results 1 – 1 of 1) sorted by relevance
803 sendNotifierChange(getBaseNotificationUri(match), NOTIFICATION_OP_DELETE, id); in delete()1027 sendNotifierChange(getBaseNotificationUri(match), NOTIFICATION_OP_INSERT, id); in insert()2236 sendNotifierChange(getBaseNotificationUri(match), NOTIFICATION_OP_UPDATE, id); in update()2481 private void sendNotifierChange(Uri baseUri, String op, String id) { in sendNotifierChange() method in EmailProvider