HomeSort by relevance Sort by last modified time
    Searched refs:mIdMap (Results 1 - 4 of 4) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/editor/
ViewIdGenerator.java 47 private Bundle mIdMap = new Bundle();
75 int id = mIdMap.getInt(k, INVALID_VIEW_ID);
79 mIdMap.putInt(k, id);
111 dest.writeBundle(mIdMap);
116 mIdMap = src.readBundle();
  /sdk/layoutlib_api/sample/src/com/example/android/render/
ProjectCallback.java 40 private Map<ResourceType, Map<String, Integer>> mIdMap =
80 Map<String, Integer> typeMap = mIdMap.get(type);
83 mIdMap.put(type, typeMap);
  /cts/suite/audio_quality/lib/include/audio/
RemoteAudio.h 150 std::map<android::String8, int> mIdMap;
  /cts/suite/audio_quality/lib/src/audio/
RemoteAudio.cpp 216 mIdMap[name] = id;
223 it = mIdMap.find(name);
224 if (it == mIdMap.end()) {

Completed in 1124 milliseconds