Home | History | Annotate | Download | only in data

Lines Matching refs:selection

559         String selection = deleteAll ? null : "locked=0";
560 handler.startDelete(token, null, uri, selection, null);
571 String selection = deleteAll ? null : "locked=0";
572 handler.startDelete(token, null, Threads.CONTENT_URI, selection, null);