/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
D | MockResources.java | 19 import java.util.HashMap; 23 private HashMap<Integer, Boolean> mBooleanValues; 24 private HashMap<Integer, Integer> mIntegerValues; 25 private HashMap<Integer, String> mStringValues; 28 mBooleanValues = new HashMap<Integer, Boolean>(); in MockResources() 29 mIntegerValues = new HashMap<Integer, Integer>(); in MockResources() 30 mStringValues = new HashMap<Integer, String>(); in MockResources()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ProviderMap.java | 31 import java.util.HashMap; 48 private final HashMap<String, ContentProviderRecord> mSingletonByName 49 = new HashMap<String, ContentProviderRecord>(); 50 private final HashMap<ComponentName, ContentProviderRecord> mSingletonByClass 51 = new HashMap<ComponentName, ContentProviderRecord>(); 53 private final SparseArray<HashMap<String, ContentProviderRecord>> mProvidersByNamePerUser 54 = new SparseArray<HashMap<String, ContentProviderRecord>>(); 55 … private final SparseArray<HashMap<ComponentName, ContentProviderRecord>> mProvidersByClassPerUser 56 = new SparseArray<HashMap<ComponentName, ContentProviderRecord>>(); 134 HashMap<String, ContentProviderRecord> map = getProvidersByName(userId); in removeProviderByName() [all …]
|
/frameworks/base/services/usb/java/com/android/server/usb/descriptors/report/ |
D | UsbStrings.java | 23 import java.util.HashMap; 32 private static HashMap<Byte, String> sDescriptorNames; 33 private static HashMap<Byte, String> sACControlInterfaceNames; 34 private static HashMap<Byte, String> sACStreamingInterfaceNames; 35 private static HashMap<Byte, String> sClassNames; 36 private static HashMap<Byte, String> sAudioSubclassNames; 37 private static HashMap<Integer, String> sAudioEncodingNames; 38 private static HashMap<Integer, String> sTerminalNames; 39 private static HashMap<Integer, String> sFormatNames; 46 sDescriptorNames = new HashMap<Byte, String>(); in initDescriptorNames() [all …]
|
/frameworks/base/telecomm/java/android/telecom/ |
D | TimedEvent.java | 20 import java.util.HashMap; 31 HashMap<T, Integer> counts = new HashMap<>(); in averageTimings() 32 HashMap<T, Double> result = new HashMap<>(); in averageTimings()
|
/frameworks/base/telecomm/java/android/telecom/Logging/ |
D | TimedEvent.java | 20 import java.util.HashMap; 31 HashMap<T, Integer> counts = new HashMap<>(); in averageTimings() 32 HashMap<T, Double> result = new HashMap<>(); in averageTimings()
|
/frameworks/base/media/java/android/media/ |
D | MediaInserter.java | 25 import java.util.HashMap; 35 private final HashMap<Uri, List<ContentValues>> mRowMap = 36 new HashMap<Uri, List<ContentValues>>(); 37 private final HashMap<Uri, List<ContentValues>> mPriorityRowMap = 38 new HashMap<Uri, List<ContentValues>>(); 57 HashMap<Uri, List<ContentValues>> rowmap = priority ? mPriorityRowMap : mRowMap; in insert()
|
D | MediaFile.java | 24 import java.util.HashMap; 135 private static final HashMap<String, MediaFileType> sFileTypeMap 136 = new HashMap<String, MediaFileType>(); 137 private static final HashMap<String, Integer> sMimeTypeMap 138 = new HashMap<String, Integer>(); 140 private static final HashMap<String, Integer> sFileTypeToFormatMap 141 = new HashMap<String, Integer>(); 143 private static final HashMap<String, Integer> sMimeTypeToFormatMap 144 = new HashMap<String, Integer>(); 146 private static final HashMap<Integer, String> sFormatToMimeTypeMap [all …]
|
/frameworks/base/location/lib/java/com/android/location/provider/ |
D | FusedLocationHardware.java | 30 import java.util.HashMap; 42 HashMap<FusedLocationHardwareSink, DispatcherHandler> mSinkList = 43 new HashMap<FusedLocationHardwareSink, DispatcherHandler>(); 91 HashMap<FusedLocationHardwareSink, DispatcherHandler> newSinkList = in registerSink() 92 new HashMap<FusedLocationHardwareSink, DispatcherHandler>(mSinkList); in registerSink() 118 HashMap<FusedLocationHardwareSink, DispatcherHandler> newSinkList = in unregisterSink() 119 new HashMap<FusedLocationHardwareSink, DispatcherHandler>(mSinkList); in unregisterSink() 313 HashMap<FusedLocationHardwareSink, DispatcherHandler> sinks; in dispatchLocations() 328 HashMap<FusedLocationHardwareSink, DispatcherHandler> sinks; in dispatchDiagnosticData() 343 HashMap<FusedLocationHardwareSink, DispatcherHandler> sinks; in dispatchCapabilities() [all …]
|
/frameworks/base/services/core/java/com/android/server/hdmi/ |
D | HdmiLogger.java | 26 import java.util.HashMap; 53 private final HashMap<String, Pair<Long, Integer>> mWarningTimingCache = new HashMap<>(); 55 private final HashMap<String, Pair<Long, Integer>> mErrorTimingCache = new HashMap<>(); 109 private static String updateLog(HashMap<String, Pair<Long, Integer>> cache, String logMessage) { in updateLog() 128 private static void increaseLogCount(HashMap<String, Pair<Long, Integer>> cache, in increaseLogCount()
|
/frameworks/base/core/java/android/animation/ |
D | PropertyValuesHolder.java | 29 import java.util.HashMap; 102 private static final HashMap<Class, HashMap<String, Method>> sSetterPropertyMap = 103 new HashMap<Class, HashMap<String, Method>>(); 104 private static final HashMap<Class, HashMap<String, Method>> sGetterPropertyMap = 105 new HashMap<Class, HashMap<String, Method>>(); 756 HashMap<Class, HashMap<String, Method>> propertyMapMap, in setupSetterOrGetter() 763 HashMap<String, Method> propertyMap = propertyMapMap.get(targetClass); in setupSetterOrGetter() 774 propertyMap = new HashMap<String, Method>(); in setupSetterOrGetter() 1152 private static final HashMap<Class, HashMap<String, Long>> sJNISetterPropertyMap = 1153 new HashMap<Class, HashMap<String, Long>>(); [all …]
|
/frameworks/base/drm/java/android/drm/ |
D | DrmEvent.java | 19 import java.util.HashMap; 52 private HashMap<String, Object> mAttributes = new HashMap<String, Object>(); 63 HashMap<String, Object> attributes) { in DrmEvent()
|
/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/ |
D | AutomaticActivity.java | 25 import java.util.HashMap; 141 final HashMap<String, TestResult> mModifierResults = new HashMap<String, TestResult>(); 142 final HashMap<String, TestResult> mIndividualResults = new HashMap<String, TestResult>(); 143 final HashMap<String, TestResult> mModifierDiffResults = new HashMap<String, TestResult>(); 144 final HashMap<String, TestResult> mIndividualDiffResults = new HashMap<String, TestResult>(); 177 private static void logTestResultHash(String label, HashMap<String, TestResult> map) { in logTestResultHash() 249 HashMap<String, TestResult> modifierResults) { in addForAllModifiers()
|
/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/ |
D | SOAPBuilder.java | 8 import java.util.HashMap; 15 private static final Map<String, String> sEnvelopeAttributes = new HashMap<>(2); 61 Map<String, String> pddAttributes = new HashMap<>(); in buildSppPostDevData() 74 (HashMap<String, String>) null); in buildSppPostDevData() 79 (HashMap<String, String>) null); in buildSppPostDevData() 97 map = new HashMap<>(1); in buildSppPostDevData() 112 Map<String, String> urAttributes = new HashMap<>(); in buildSppUpdateResponse() 126 Map<String, String> errorAttributes = new HashMap<>(); in buildSppUpdateResponse()
|
/frameworks/support/v7/mediarouter/src/android/support/v7/app/ |
D | MediaRouteDialogHelper.java | 32 import java.util.HashMap; 108 public static <E> HashMap<E, Rect> getItemBoundMap(ListView listView, 110 HashMap<E, Rect> itemBoundMap = new HashMap<>(); 131 public static <E> HashMap<E, BitmapDrawable> getItemBitmapMap(Context context, 133 HashMap<E, BitmapDrawable> itemBitmapMap = new HashMap<>();
|
/frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/vo/ |
D | BracketObject.java | 18 import java.util.HashMap; 21 public HashMap<String, String> map = new HashMap<>();
|
/frameworks/base/tests/utils/testutils/java/com/android/internal/util/test/ |
D | FakeSettingsProvider.java | 25 import java.util.HashMap; 73 private final HashMap<String, HashMap<String, String>> mTables = new HashMap<>(); 77 mTables.put(TABLES[i], new HashMap<String, String>()); in FakeSettingsProvider()
|
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/store/ |
D | SetterStore.java | 33 import java.util.HashMap; 56 private HashMap<String, List<String>> mInstanceAdapters; 149 for (HashMap<AccessorKey, InverseDescription> adapter : mStore.inverseAdapters.values()) { in SetterStore() 154 for (HashMap<String, InverseDescription> method : mStore.inverseMethods.values()) { in SetterStore() 181 HashMap<String, MethodDescription> renamed = mStore.renamedMethods.get(attribute); in addRenamedMethod() 183 renamed = new HashMap<String, MethodDescription>(); in addRenamedMethod() 196 HashMap<String, InverseDescription> inverseMethods = mStore.inverseMethods.get(attribute); in addInverseMethod() 198 inverseMethods = new HashMap<String, InverseDescription>(); in addInverseMethod() 211 HashMap<AccessorKey, MethodDescription> adapters = mStore.adapterMethods.get(attribute); in addBindingAdapter() 214 adapters = new HashMap<AccessorKey, MethodDescription>(); in addBindingAdapter() [all …]
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
D | Signature.java | 20 import java.util.HashMap; 44 private HashMap<String, PortInfo> mInputPorts = null; 45 private HashMap<String, PortInfo> mOutputPorts = null; 213 HashMap<String, PortInfo> getInputPorts() { in getInputPorts() 217 HashMap<String, PortInfo> getOutputPorts() { in getOutputPorts() 223 mInputPorts = new HashMap<String, PortInfo>(); in addInputPort() 233 mOutputPorts = new HashMap<String, PortInfo>(); in addOutputPort()
|
/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/ |
D | CharacterSets.java | 21 import java.util.HashMap; 119 private static final HashMap<Integer, String> MIBENUM_TO_NAME_MAP; 120 private static final HashMap<String, Integer> NAME_TO_MIBENUM_MAP; 124 MIBENUM_TO_NAME_MAP = new HashMap<Integer, String>(); 125 NAME_TO_MIBENUM_MAP = new HashMap<String, Integer>();
|
D | PduBody.java | 20 import java.util.HashMap; 38 mPartMapByContentId = new HashMap<String, PduPart>(); in PduBody() 39 mPartMapByContentLocation = new HashMap<String, PduPart>(); in PduBody() 40 mPartMapByName = new HashMap<String, PduPart>(); in PduBody() 41 mPartMapByFileName = new HashMap<String, PduPart>(); in PduBody()
|
/frameworks/base/core/java/com/google/android/collect/ |
D | Maps.java | 21 import java.util.HashMap; 32 public static <K, V> HashMap<K, V> newHashMap() { in newHashMap() 33 return new HashMap<K, V>(); in newHashMap()
|
/frameworks/base/wifi/java/android/net/wifi/p2p/nsd/ |
D | WifiP2pDnsSdServiceResponse.java | 24 import java.util.HashMap; 70 private final HashMap<String, String> mTxtRecord = new HashMap<String, String>(); 81 sVmpack = new HashMap<Integer, String>(); 226 HashMap<Integer, String> vmpack = new HashMap<Integer, String>(sVmpack); in readDnsName()
|
/frameworks/support/lifecycle/extensions/src/main/java/android/arch/lifecycle/ |
D | ViewModelStore.java | 19 import java.util.HashMap; 38 private final HashMap<String, ViewModel> mMap = new HashMap<>();
|
/frameworks/base/wifi/tests/src/android/net/wifi/hotspot2/ |
D | PasspointConfigurationTest.java | 36 import java.util.HashMap; 93 HashMap<Integer, String> requiredProtoPortMap = new HashMap<>(); in createPolicy() 153 Map<String, byte[]> trustRootCertList = new HashMap<>(); in createConfig() 350 Map<String, byte[]> trustRootCertList = new HashMap<>(); in validateConfigWithInvalidTrustRootCertUrl() 357 trustRootCertList = new HashMap<>(); in validateConfigWithInvalidTrustRootCertUrl() 371 Map<String, byte[]> trustRootCertList = new HashMap<>(); in validateConfigWithInvalidTrustRootCertFingerprint() 376 trustRootCertList = new HashMap<>(); in validateConfigWithInvalidTrustRootCertFingerprint() 381 trustRootCertList = new HashMap<>(); in validateConfigWithInvalidTrustRootCertFingerprint()
|
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/ |
D | CompilerChef.java | 28 import java.util.HashMap; 107 final HashMap<String, String> imports = new HashMap<String, String>(); in pushClassesToAnalyzer() 111 final HashMap<String, String> variables = new HashMap<String, String>(); in pushClassesToAnalyzer() 120 final HashMap<String, String> fields = new HashMap<String, String>(); in pushClassesToAnalyzer()
|