Home | History | Annotate | Download | only in activity

Lines Matching refs:helper

904      * sense of the helper methods is "true=unread"; this may be called from the UI thread
975 * @param helper functions to implement the specific getter & setter
977 private void toggleMultiple(final Set<Long> selectedSet, final MultiToggleHelper helper) {
990 boolean value = helper.getField(c);
1005 helper.setField(id, newValue);