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

  /frameworks/base/core/java/android/app/
LocalActivityManager.java 584 HashMap<String,Object> instanceMap = null;
592 if (instanceMap == null) {
593 instanceMap = new HashMap<String,Object>();
595 instanceMap.put(r.id, instance);
599 return instanceMap;
  /external/webkit/WebCore/plugins/
PluginView.cpp 98 typedef HashMap<NPP, PluginView*> InstanceMap;
100 static InstanceMap& instanceMap()
102 static InstanceMap& map = *new InstanceMap;
300 instanceMap().remove(m_instance);
962 instanceMap().add(m_instance, this);
    [all...]

Completed in 4376 milliseconds