Home | History | Annotate | Download | only in list

Lines Matching defs:string

79      * Pass in the empty string here so ContactEntryListFragment#setQueryString interprets it as
82 * Passing in the empty string forces ContactEntryListFragment to interpret it as an empty
107 searchView.setHint(R.string.block_number_search_hint);
141 final String number;
166 private void blockNumber(final String number) {
167 final String countryIso = GeoUtil.getCurrentCountryIso(getContext());
185 getResources(), R.string.invalidNumber, number),
192 getResources(), R.string.alreadyBlocked, number),
228 private void blockContactNumber(final String number, final Integer blockId) {
233 getResources(), R.string.alreadyBlocked, number),