Searched refs:mDataTypes (Results 1 – 3 of 3) sorted by relevance
36 private List<Integer> mDataTypes; field in MtpPropertyList49 mDataTypes = new ArrayList<>(); in MtpPropertyList()58 mDataTypes.add(type); in append()67 mDataTypes.add(MtpConstants.TYPE_STR); in append()89 return mDataTypes.stream().mapToInt(Integer::intValue).toArray(); in getDataTypes()
507 if (o.mDataTypes != null) { in IntentFilter()508 mDataTypes = new ArrayList<String>(o.mDataTypes); in IntentFilter()967 if (mDataTypes == null) { in clearDynamicDataTypes()972 mDataTypes.clear(); in clearDynamicDataTypes()975 mDataTypes = null; in clearDynamicDataTypes()1004 return mDataTypes != null && mDataTypes.contains(type); in hasExactDataType()1021 return mDataTypes != null ? mDataTypes.size() : 0; in countDataTypes()1035 return mDataTypes != null ? mDataTypes.iterator() : null; in typesIterator()1043 return mDataTypes != null ? new ArrayList<>(mDataTypes) : null; in dataTypes()2662 if (mDataTypes != null) { in dumpDebug()[all …]
10701 Landroid/content/IntentFilter;->mDataTypes:Ljava/util/ArrayList;32303 Landroid/mtp/MtpPropertyList;->mDataTypes:Ljava/util/List;