Searched refs:encodedFragment (Results 1 – 4 of 4) sorted by relevance
191 builder.encodedFragment(String.valueOf(TYPE_BUSINESS)); in appendBusinessContactType()202 String encodedFragment = photoUri.getEncodedFragment(); in removeContactType() local203 if (!TextUtils.isEmpty(encodedFragment)) { in removeContactType()205 builder.encodedFragment(null); in removeContactType()222 String encodedFragment = photoUri.getEncodedFragment(); in isBusinessContactUri() local223 return !TextUtils.isEmpty(encodedFragment) in isBusinessContactUri()224 && encodedFragment.equals(String.valueOf(TYPE_BUSINESS)); in isBusinessContactUri()
142 .encodedFragment(jsonString) in createTemporaryContactUri()
295 .encodedFragment(json.toString()) in testLoadContactReturnDirectoryContactWithoutDisplayName()
646 .encodedFragment(cursor.getString(lookUpKeyColumn)) in getContactUri()