HomeSort by relevance Sort by last modified time
    Searched refs:HashMap (Results 1801 - 1825 of 2131) sorted by null

<<71727374757677787980>>

  /external/mockito/cglib-and-asm/src/org/mockito/cglib/proxy/
Enhancer.java     [all...]
  /external/smack/src/org/jivesoftware/smack/util/
PacketParserUtils.java 28 import java.util.HashMap;
469 fields = new HashMap<String, String>();
594 Map<String, Object> properties = new HashMap<String, Object>();
    [all...]
  /external/smack/src/org/jivesoftware/smackx/workgroup/agent/
AgentSession.java 100 this.metaData = new HashMap<String, List<String>>();
102 this.queues = new HashMap<String, WorkgroupQueue>();
556 return Collections.unmodifiableMap((new HashMap<String, WorkgroupQueue>(queues))).values().iterator();
    [all...]
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
Parser.java 18 import java.util.HashMap;
281 private HashMap theFeatures = new HashMap();
    [all...]
  /frameworks/base/core/java/android/app/
AppOpsManager.java 36 import java.util.HashMap;
677 private static HashMap<String, Integer> sOpStrToOp = new HashMap<String, Integer>();
    [all...]
  /frameworks/base/core/java/android/database/
DatabaseUtils.java 42 import java.util.HashMap;
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/impl/
CameraDeviceImpl.java 44 import java.util.HashMap;
    [all...]
  /frameworks/base/core/java/android/speech/tts/
TextToSpeechService.java 43 import java.util.HashMap;
    [all...]
  /frameworks/base/core/java/com/android/internal/util/
StateMachine.java 31 import java.util.HashMap;
739 private HashMap<State, StateInfo> mStateInfo = new HashMap<State, StateInfo>();
    [all...]
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsBackupAgent.java 53 import java.util.HashMap;
671 Map<String, String> cachedEntries = new HashMap<String, String>();
740 Map<String, String> cachedEntries = new HashMap<String, String>();
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
TaskStackView.java 42 import java.util.HashMap;
91 HashMap<Task, TaskView> mTmpTaskViewMap = new HashMap<Task, TaskView>();
    [all...]
  /frameworks/base/services/core/java/com/android/server/
DropBoxManagerService.java 52 import java.util.HashMap;
88 private HashMap<String, FileList> mFilesByTag = null;
603 mFilesByTag = new HashMap<String, FileList>();
NsdService.java 40 import java.util.HashMap;
71 private HashMap<Messenger, ClientInfo> mClients = new HashMap<Messenger, ClientInfo>();
    [all...]
  /frameworks/opt/net/voip/src/java/com/android/server/sip/
SipService.java 53 import java.util.HashMap;
83 new HashMap<String, SipSessionGroupExt>();
87 new HashMap<String, ISipSession>();
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiMonitor.java 39 import java.util.HashMap;
546 private final HashMap<String, WifiMonitor> mIfaceMap = new HashMap<String, WifiMonitor>();
    [all...]
  /libcore/luni/src/main/java/java/io/
ObjectStreamClass.java 32 import java.util.HashMap;
174 private transient HashMap<ObjectStreamField, Field> reflectionFields =
175 new HashMap<ObjectStreamField, Field>();
    [all...]
  /libcore/luni/src/main/java/libcore/reflect/
AnnotationAccess.java 38 import java.util.HashMap;
108 * HashMap might be overkill here.
110 HashMap<Class<?>, Annotation> map = new HashMap<Class<?>, Annotation>();
123 /* convert annotation values from HashMap to array */
  /libcore/xml/src/main/java/org/kxml2/io/
KXmlParser.java 30 import java.util.HashMap;
48 private static final Map<String, String> DEFAULT_ENTITIES = new HashMap<String, String>();
879 defaultAttributes = new HashMap<String, Map<String, String>>();
883 elementAttributes = new HashMap<String, String>();
942 documentEntities = new HashMap<String, char[]>();
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
HealthService.java 45 import java.util.HashMap;
89 mApps = Collections.synchronizedMap(new HashMap<BluetoothHealthAppConfiguration,
91 mHealthDevices = Collections.synchronizedMap(new HashMap<BluetoothDevice, Integer>());
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetStateMachine.java 65 import java.util.HashMap;
125 private HashMap<BluetoothDevice, HashMap> mHeadsetAudioParam =
126 new HashMap<BluetoothDevice, HashMap>();
128 private HashMap<BluetoothDevice, Integer> mHeadsetBrsf =
129 new HashMap<BluetoothDevice, Integer>();
197 VENDOR_SPECIFIC_AT_COMMAND_COMPANY_ID = new HashMap<String, Integer>();
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapService.java 21 import java.util.HashMap;
138 private HashMap<BluetoothMapEmailSettingsItem, BluetoothMapMasInstance> mMasInstanceMap =
139 new HashMap<BluetoothMapEmailSettingsItem, BluetoothMapMasInstance>(1);
    [all...]
  /packages/apps/Browser/src/com/android/browser/
BrowserBookmarksPage.java 59 import java.util.HashMap;
98 HashMap<Integer, BrowserBookmarksAdapter> mBookmarkAdapters = new HashMap<Integer, BrowserBookmarksAdapter>();
  /packages/apps/Calendar/src/com/android/calendar/alerts/
AlertService.java 51 import java.util.HashMap;
594 HashMap<Long, NotificationInfo> eventIds = new HashMap<Long, NotificationInfo>();
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/activities/
ConfirmAddDetailActivity.java 81 import java.util.HashMap;
531 HashMap<String, String> hashMapCursorData = new
532 HashMap<String, String>();
534 // Convert the cursor data into a hashmap of
537 // to override that hashmap entry because we only
    [all...]
  /packages/apps/Email/src/com/android/email/service/
AttachmentService.java 57 import java.util.HashMap;
    [all...]

Completed in 1414 milliseconds

<<71727374757677787980>>