Searched refs:mTypes (Results 1 – 4 of 4) 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()
304 private int[] mTypes; field in PowerUsageDetail393 mTypes = args.getIntArray(EXTRA_DETAIL_TYPES); in createDetails()504 if (mTypes != null && mValues != null) { in fillDetailsSection()505 for (int i = 0; i < mTypes.length; i++) { in fillDetailsSection()508 final String label = getString(mTypes[i]); in fillDetailsSection()510 switch (mTypes[i]) { in fillDetailsSection()
74 mAccountTypes.mTypes = types; in setAccountTypes()