HomeSort by relevance Sort by last modified time
    Searched full:presentationmode (Results 1 - 1 of 1) sorted by null

  /packages/apps/InCallUI/src/com/android/incallui/
ContactInfoCache.java 156 int presentationMode = call.getNumberPresentation();
159 presentationMode = TelecomManager.PRESENTATION_ALLOWED;
167 cacheEntry = buildEntry(mContext, callId, callerInfo, presentationMode, isIncoming);

Completed in 72 milliseconds