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()
38 public AccountType[] mTypes; field in MockAccountTypeManager42 this.mTypes = types; in MockAccountTypeManager()56 for (AccountType type : mTypes) { in getAccountType()
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()
71 private ArgumentCaptor<Integer> mTypes; field in CellBroadcastBootupConfigTest181 mStartIds.capture(), mEndIds.capture(), mTypes.capture()); in testConfiguration()186 assertEquals("i=" + i, configs[i].type, mTypes.getAllValues().get(i).intValue()); in testConfiguration()