Searched refs:mDisplayType (Results 1 – 4 of 4) sorted by relevance
47 private DisplayType mDisplayType; field in ContactTileAdapter123 mDisplayType = displayType; in ContactTileAdapter()142 mDisplayType = displayType; in setDisplayType()177 switch (mDisplayType) { in saveNumFrequentsFromCursor()189 throw new IllegalArgumentException("Unrecognized DisplayType " + mDisplayType); in saveNumFrequentsFromCursor()219 switch (mDisplayType) { in getDividerPosition()236 throw new IllegalStateException("Unrecognized DisplayType " + mDisplayType); in getDividerPosition()265 if (mDisplayType == DisplayType.STREQUENT_PHONE_ONLY) { in createContactEntryFromCursor()309 switch (mDisplayType) { in getCount()327 throw new IllegalArgumentException("Unrecognized DisplayType " + mDisplayType); in getCount()[all …]
60 private DisplayType mDisplayType; field in ContactTileListFragment74 columnCount, mDisplayType); in onAttach()102 final DisplayType[] loaderTypes = mDisplayType.values(); in onStart()104 if (loaderTypes[i] == mDisplayType) { in onStart()105 getLoaderManager().initLoader(mDisplayType.ordinal(), null, in onStart()136 mDisplayType = displayType; in setDisplayType()137 mAdapter.setDisplayType(mDisplayType); in setDisplayType()149 switch (mDisplayType) {160 "Unrecognized DisplayType " + mDisplayType);190 switch (mDisplayType) { in getEmptyStateText()[all …]
54 private String mDisplayType; field in AttachmentTile131 mDisplayType = AttachmentUtils.getDisplayType(getContext(), attachment); in render()143 if (mDisplayType != null) { in updateSubtitleText()145 sb.append(mDisplayType); in updateSubtitleText()
65 private String mDisplayType; field in MessageAttachmentBar138 mDisplayType = AttachmentUtils.getDisplayType(getContext(), attachment); in render()410 if (mDisplayType != null) { in updateSubtitleText()412 sb.append(mDisplayType); in updateSubtitleText()