Searched refs:mTypes (Results 1 – 6 of 6) sorted by relevance
27 private Map<Integer, String> mTypes = Maps.newHashMap(); field in ContactsMockResources32 mTypes.put(resId, typeName); in addResource()41 return mPackages.get(resId) + ":" + mTypes.get(resId) + "/" + mEntries.get(resId); in getResourceName()57 return mTypes.get(resId); in getResourceTypeName()
36 public AccountType[] mTypes; field in MockAccountTypeManager40 this.mTypes = types; in MockAccountTypeManager()54 for (AccountType type : mTypes) { in getAccountType()82 for (AccountType type : mTypes) { in getAccountTypes()
69 private final SimpleArrayMap<String, String> mTypes = new SimpleArrayMap<String, String>(); field in FakeContentProvider94 mTypes.put(uri.toString(), type); in addOverrideType()143 String type = mTypes.get(uri.toString()); in getType()
64 private final List<Integer> mTypes = new ArrayList<>(); field in DashboardAdapter196 mTypes.clear();204 mTypes.add(type);219 switch (mTypes.get(position)) {354 return mTypes.get(position);
323 private int[] mTypes; field in PowerUsageDetail396 mTypes = args.getIntArray(EXTRA_DETAIL_TYPES); in createDetails()543 if (mTypes != null && mValues != null) { in fillDetailsSection()544 for (int i = 0; i < mTypes.length; i++) { in fillDetailsSection()547 final String label = getString(mTypes[i]); in fillDetailsSection()549 switch (mTypes[i]) { in fillDetailsSection()
74 mAccountTypes.mTypes = types; in setAccountTypes()