Searched refs:Map (Results 101 - 125 of 382) sorted by relevance

1234567891011>>

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/tests/src/androidx/media/filterfw/
H A DMffFilterTestCase.java27 import java.util.Map;
28 import java.util.Map.Entry;
53 private Map<String, Frame> mOutputFrames;
/frameworks/base/tests/CoreTests/android/core/
H A DNsdServiceInfoTest.java13 import java.util.Map;
148 Map<String, byte[]> originalMap = original.getAttributes();
149 Map<String, byte[]> resultMap = result.getAttributes();
/frameworks/base/tests/UsageStatsTest/src/com/android/tests/usagestats/
H A DUsageStatsActivity.java38 import java.util.Map;
87 Map<String, UsageStats> stats = mUsageStatsManager.queryAndAggregateUsageStats(
95 public void update(Map<String, UsageStats> stats) {
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
H A DBridgeRenderSession.java32 import java.util.Map;
72 public Map<String, String> getDefaultProperties(Object viewObject) {
147 Map<String, String> layoutParams, IAnimationListener listener) {
/frameworks/base/tools/preload/
H A DRoot.java28 import java.util.Map;
43 final Map<Integer, Proc> processes = new HashMap<Integer, Proc>();
46 final Map<String, LoadedClass> loadedClasses
H A DProc.java20 import java.util.Map;
47 transient final Map<Integer, LinkedList<Operation>> stacks
/frameworks/base/wifi/java/android/net/wifi/p2p/nsd/
H A DWifiP2pDnsSdServiceInfo.java26 import java.util.Map;
62 private final static Map<String, String> sVmPacket;
92 String serviceType, Map<String, String> txtMap) {
H A DWifiP2pDnsSdServiceResponse.java25 import java.util.Map;
78 private final static Map<Integer, String> sVmpack;
123 public Map<String, String> getTxtRecord() {
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/utils/
H A DObexAppParameters.java22 import java.util.Map;
74 for (Map.Entry<Byte, byte[]> entry : mParams.entrySet()) {
81 for (Map.Entry<Byte, byte[]> entry : mParams.entrySet()) {
/frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/utils/
H A DObexAppParameters.java22 import java.util.Map;
74 for (Map.Entry<Byte, byte[]> entry : mParams.entrySet()) {
81 for (Map.Entry<Byte, byte[]> entry : mParams.entrySet()) {
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiNetworkScoreCache.java32 import java.util.Map;
48 private final Map<String, ScoredNetwork> mNetworkCache;
172 for (Map.Entry<String, ScoredNetwork> entry : mNetworkCache.entrySet()) {
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DViewsStateBundle.java23 import java.util.Map;
24 import java.util.Map.Entry;
77 Map<String, SparseArray<Parcelable>> snapshot = mChildStates.snapshot();
/frameworks/support/v4/java/android/support/v4/util/
H A DLruCache.java20 import java.util.Map;
175 Map.Entry<K, V> toEvict = map.entrySet().iterator().next();
333 public synchronized final Map<K, V> snapshot() {
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DPermissionMonitor.java45 import java.util.Map.Entry;
46 import java.util.Map;
71 private final Map<Integer, Boolean> mApps = new HashMap<Integer, Boolean>();
183 private void update(Set<Integer> users, Map<Integer, Boolean> apps, boolean add) {
246 Map<Integer, Boolean> apps = new HashMap<Integer, Boolean>();
263 Map<Integer, Boolean> apps = new HashMap<Integer, Boolean>();
/frameworks/base/core/java/android/net/http/
H A DHttpResponseCache.java30 import java.util.Map;
206 Map<String, List<String>> requestHeaders) throws IOException {
H A DRequestQueue.java39 import java.util.Map;
294 Map<String, String> headers, EventHandler eventHandler,
313 String url, WebAddress uri, String method, Map<String, String> headers,
367 String method, Map<String, String> headers,
419 Iterator<Map.Entry<HttpHost, LinkedList<Request>>> iter;
426 Map.Entry<HttpHost, LinkedList<Request>> entry = iter.next();
522 Iterator<Map.Entry<HttpHost, LinkedList<Request>>> iter = requestQueue.entrySet().iterator();
524 Map.Entry<HttpHost, LinkedList<Request>> entry = iter.next();
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DCachedFrameManager.java24 import java.util.Map;
133 for (Map.Entry<Integer, Frame> entry : mAvailableFrames.entrySet()) {
/frameworks/base/tools/layoutlib/bridge/src/libcore/io/
H A DMemoryMappedFile_Delegate.java32 import java.util.Map;
42 private static final Map<MemoryMappedFile, Long> sMemoryMappedFileMap =
/frameworks/base/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/setup/
H A DConfigGenerator.java56 import java.util.Map;
174 public static Map<String, String> loadProperties(File path) {
176 Map<String, String> map = Maps.newHashMap();
188 public static Map<String, Map<String, Integer>> getEnumMap(File path) {
189 Map<String, Map<String, Integer>> map = Maps.newHashMap();
206 Map<String, Integer> attributeMap = map.get(attr);
H A DLayoutPullParser.java30 import java.util.Map;
82 Map<String, String> map = null;
/frameworks/ex/camera2/utils/src/com/android/ex/camera2/utils/
H A DCamera2RequestSettingsSet.java27 import java.util.Map;
34 private final Map<Key<?>, Object> mDictionary;
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
H A DBordeauxRanker.java28 import java.util.Map;
47 for (Map.Entry<String, Float> x : sample.entrySet()) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DUsimPhoneBookManager.java32 import java.util.Map;
53 private Map<Integer, ArrayList<String>> mEmailsForAdnRec;
150 Map <Integer,Integer> fileIds;
304 Map <Integer,Integer> fileIds;
383 HashMap<Integer,Map<Integer,Integer>> mFileIds;
386 mFileIds = new HashMap<Integer, Map<Integer, Integer>>();
400 Map<Integer, Integer> val = new HashMap<Integer, Integer>();
416 void parseEf(SimTlv tlv, Map<Integer, Integer> val, int parentTag) {
/frameworks/support/v4/api21/android/support/v4/app/
H A DFragmentTransitionCompat21.java33 import java.util.Map;
48 ArrayList<View> viewList, Map<String, View> namedViews, View nonExistentView) {
100 EpicenterView epicenterView, final Map<String, String> nameOverrides,
101 final ArrayList<View> enteringViews, final Map<String, View> renamedViews,
123 for (Map.Entry<String, String> entry : nameOverrides.entrySet()) {
253 public static void findNamedViews(Map<String, View> namedViews, View view) {
275 final Map<String, View> renamedViews) {
295 for (Map.Entry<String, View> entry : renamedViews.entrySet()) {
97 addTransitionTargets(Object enterTransitionObject, Object sharedElementTransitionObject, final View container, final ViewRetriever inFragment, final View nonExistentView, EpicenterView epicenterView, final Map<String, String> nameOverrides, final ArrayList<View> enteringViews, final Map<String, View> renamedViews, final ArrayList<View> sharedElementTargets) argument
270 cleanupTransitions(final View sceneRoot, final View nonExistentView, Object enterTransitionObject, final ArrayList<View> enteringViews, Object exitTransitionObject, final ArrayList<View> exitingViews, Object sharedElementTransitionObject, final ArrayList<View> sharedElementTargets, Object overallTransitionObject, final ArrayList<View> hiddenViews, final Map<String, View> renamedViews) argument
/frameworks/base/core/java/android/net/
H A DSamplingDataTracker.java28 import java.util.Map;
49 public static void getSamplingSnapshots(Map<String, SamplingSnapshot> mapIfaceToSample) {
116 Map.Entry kvpair = (Map.Entry)it.next();

Completed in 1512 milliseconds

1234567891011>>