Home
last modified time | relevance | path

Searched refs:typeCount (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/model/
DRawContactModifier.java148 EditType forceInclude, boolean includeSecondary, SparseIntArray typeCount, in getValidTypes() argument
155 if (typeCount == null) { in getValidTypes()
157 typeCount = getTypeFrequencies(state, kind); in getValidTypes()
163 final int overallCount = typeCount.get(FREQUENCY_TOTAL); in getValidTypes()
169 final boolean validSpecific = (type.specificMax == -1 ? true : typeCount in getValidTypes()
191 final SparseIntArray typeCount = new SparseIntArray(); in getTypeFrequencies() local
195 if (mimeEntries == null) return typeCount; in getTypeFrequencies()
205 final int count = typeCount.get(type.rawValue); in getTypeFrequencies()
206 typeCount.put(type.rawValue, count + 1); in getTypeFrequencies()
209 typeCount.put(FREQUENCY_TOTAL, totalCount); in getTypeFrequencies()
[all …]
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/metrics/
DTetheringMetrics.java361 final int typeCount = nc.getTransportTypes().length; in transportTypeToUpstreamTypeEnum() local
366 if (typeCount > 1) return UpstreamType.UT_UNKNOWN; in transportTypeToUpstreamTypeEnum()
/packages/apps/Gallery2/src/com/android/photos/views/
DGalleryThumbnailView.java799 final int typeCount = mViewTypeCount; in clear() local
800 for (int i = 0; i < typeCount; i++) { in clear()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
DScrollAdapterView.java189 int typeCount = adapter.getViewTypeCount(); in updateAdapter() local
190 if (mViews == null || typeCount != mViews.length) { in updateAdapter()
191 mViews = new List[typeCount]; in updateAdapter()
192 for (int i = 0; i < typeCount; i++) { in updateAdapter()
/packages/apps/ManagedProvisioning/studio-dev/StubGenerator/
DStubGenerator.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jf/ org/ ...