Searched refs:getValue (Results 201 - 225 of 526) sorted by relevance

1234567891011>>

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DMockWifiMonitor.java82 if (sendMessage(entry.getValue(), Message.obtain(message))) {
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DCallManagerTest.java149 mCaptorString.getValue());
150 assertEquals(0, mCaptorInt.getValue().intValue());
292 mCaptorString.getValue());
293 assertEquals(0, mCaptorInt.getValue().intValue());
H A DSmsStorageMonitorTest.java81 intentArgumentCaptor.getValue().getAction());
/frameworks/support/v7/preference/src/android/support/v7/preference/
H A DListPreferenceDialogFragmentCompat.java57 mClickedDialogEntryIndex = preference.findIndexOfValue(preference.getValue());
H A DListPreference.java217 public String getValue() { method in class:ListPreference
271 myState.value = getValue();
/frameworks/base/core/java/android/net/nsd/
H A DNsdServiceInfo.java267 byte[] value = entry.getValue();
284 byte[] value = entry.getValue();
/frameworks/base/core/java/android/preference/
H A DListPreference.java209 public String getValue() { method in class:ListPreference
307 myState.value = getValue();
/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestApp/src/com/android/multidexlegacytestapp/
H A DMainActivity.java40 int value = getValue();
46 public int getValue() { method in class:MainActivity
/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestServices/src/com/android/framework/multidexlegacytestservices/
H A DAbstractService.java72 int value = getValue();
116 public int getValue() { method in class:AbstractService
/frameworks/base/media/java/android/media/
H A DMediaExtractor.java155 values[i] = entry.getValue();
270 byte[] data = e.getValue();
/frameworks/base/packages/Osu/src/com/android/anqp/
H A DConstants.java133 sRevAnqpmap.put(entry.getValue(), entry.getKey());
136 sRevHs20map.put(entry.getValue(), entry.getKey());
/frameworks/base/packages/Osu/src/com/android/hotspot2/omadm/
H A DOMAConstants.java65 sStatusEnums.put(entry.getValue().toLowerCase(), entry.getKey());
92 sErrorEnums.put(entry.getValue().toLowerCase(), entry.getKey());
H A DOMANode.java82 public abstract String getValue(); method in class:OMANode
98 .append(avp.getValue()).append('"');
/frameworks/base/tools/preload2/src/com/android/preload/classdataretrieval/jdwp/
H A DJDWPClassDataRetriever.java131 String signature = entry.getValue();
141 String signature = entry.getValue();
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonPLT.cpp174 llvm::cast<HexagonPLT0>((*it)).getValue(),
183 memcpy(buffer + result, plt1->getValue(), HexagonPLT1::EntrySize);
/frameworks/ex/common/java/com/android/common/
H A DOperationScheduler.java364 time.set((Long) e.getValue());
369 Object v = e.getValue();
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
H A DBaseCluster.java141 long duration = entry.getValue();
179 long value = entry.getValue();
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DConfigurationMap.java65 if (entries.next().getValue().networkId == netID) {
101 final WifiConfiguration config = entry.getValue();
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/anqp/
H A DConstants.java133 sRevAnqpmap.put(entry.getValue(), entry.getKey());
136 sRevHs20map.put(entry.getValue(), entry.getKey());
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
H A DUiccCardTest.java229 assertEquals(UICCCARD_CARRIER_PRIVILEDGE_LOADED_EVENT, mCaptorMessage.getValue().what);
255 assertEquals(UICCCARD_ABSENT, mCaptorMessage.getValue().what);
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumeDialogController.java588 entry.getValue().post(new Runnable() {
600 entry.getValue().post(new Runnable() {
614 entry.getValue().post(new Runnable() {
627 entry.getValue().post(new Runnable() {
639 entry.getValue().post(new Runnable() {
651 entry.getValue().post(new Runnable() {
663 entry.getValue().post(new Runnable() {
675 entry.getValue().post(new Runnable() {
687 entry.getValue().post(new Runnable() {
892 if (entry.getValue()
[all...]
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/nan/
H A DWifiNanHalTest.java159 Bundle argsData = HalMockUtils.convertJsonToBundle(mArgs.getValue());
215 Bundle argsData = HalMockUtils.convertJsonToBundle(mArgs.getValue());
233 Bundle argsData = HalMockUtils.convertJsonToBundle(mArgs.getValue());
292 WifiNanNative.Capabilities capabilities = capabilitiesCapture.getValue();
604 Bundle argsData = HalMockUtils.convertJsonToBundle(mArgs.getValue());
665 Bundle argsData = HalMockUtils.convertJsonToBundle(mArgs.getValue());
714 Bundle argsData = HalMockUtils.convertJsonToBundle(mArgs.getValue());
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DStaggeredGridLayoutManagerBaseConfigSetTest.java695 entry.getValue().offset(0, -scrollDist);
697 entry.getValue().offset(-scrollDist, 0);
703 start = entry.getValue().top;
704 end = entry.getValue().bottom;
706 start = entry.getValue().left;
707 end = entry.getValue().right;
719 entry.getValue(),
/frameworks/base/core/java/com/android/internal/app/procstats/
H A DProcessState.java711 long time = mDurations.getValue(key);
1142 long time = mDurations.getValue(key);
1162 pw.print(mPssTable.getValue(key, PSS_SAMPLE_COUNT));
1164 pw.print(mPssTable.getValue(key, PSS_MINIMUM));
1166 pw.print(mPssTable.getValue(key, PSS_AVERAGE));
1168 pw.print(mPssTable.getValue(key, PSS_MAXIMUM));
1170 pw.print(mPssTable.getValue(key, PSS_USS_MINIMUM));
1172 pw.print(mPssTable.getValue(key, PSS_USS_AVERAGE));
1174 pw.print(mPssTable.getValue(key, PSS_USS_MAXIMUM));
H A DSparseMappingTable.java179 public long getValue(int key) { method in class:SparseMappingTable.Table
180 return getValue(key, 0);
193 public long getValue(int key, int index) { method in class:SparseMappingTable.Table

Completed in 5954 milliseconds

1234567891011>>