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