Lines Matching refs:presentation
155 int presentation) { in populateCacheEntry() argument
202 displayName = getPresentationString(context, presentation, info.callSubject); in populateCacheEntry()
204 } else if (presentation != TelecomManager.PRESENTATION_ALLOWED) { in populateCacheEntry()
208 displayName = getPresentationString(context, presentation, info.callSubject); in populateCacheEntry()
239 if (presentation != TelecomManager.PRESENTATION_ALLOWED) { in populateCacheEntry()
243 displayName = getPresentationString(context, presentation, info.callSubject); in populateCacheEntry()
282 Context context, int presentation, String customLabel) { in getPresentationString() argument
285 && ((presentation == TelecomManager.PRESENTATION_UNKNOWN) in getPresentationString()
286 || (presentation == TelecomManager.PRESENTATION_RESTRICTED))) { in getPresentationString()
290 if (presentation == TelecomManager.PRESENTATION_RESTRICTED) { in getPresentationString()
292 } else if (presentation == TelecomManager.PRESENTATION_PAYPHONE) { in getPresentationString()
622 private ContactCacheEntry buildEntry(Context context, CallerInfo info, int presentation) { in buildEntry() argument
624 populateCacheEntry(context, info, cce, presentation); in buildEntry()