Searched refs:getValue (Results 1 - 25 of 201) sorted by last modified time

123456789

/frameworks/support/v4/java/android/support/v4/util/
H A DLruCache.java161 value = toEvict.getValue();
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java1038 Bounds boundsX = horizontalAxis.getGroupBounds().getValue(i);
1039 Bounds boundsY = verticalAxis.getGroupBounds().getValue(i);
1189 groupBounds.getValue(i).include(c, spec, GridLayout.this, this);
1225 MutableInt valueHolder = links.getValue(i);
2067 public V getValue(int i) { method in class:GridLayout.PackedMap
/frameworks/support/volley/src/com/android/volley/
H A DRequest.java297 encodedParams.append(URLEncoder.encode(entry.getValue(), postParamsEncoding));
/frameworks/support/volley/src/com/android/volley/toolbox/
H A DBasicNetwork.java236 result.put(headers[i].getName(), headers[i].getValue());
H A DDiskBasedCache.java256 CacheHeader e = entry.getValue();
H A DHurlStack.java105 Header h = new BasicHeader(header.getKey(), header.getValue().get(0));
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
H A DImportTestProvider.java98 Object value = entry.getValue();
185 final Object value = entry.getValue();
200 final String value = entry.getValue();
220 final Object value = entry.getValue();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DDataConnectionTracker.java1470 entry.getValue().dump(fd, pw, args);
1477 pw.printf(" mApnToDataConnectonId[%s]=%d\n", entry.getKey(), entry.getValue());
1485 entry.getValue().dump(fd, pw, args);
H A DSmsUsageMonitor.java520 out.attribute(null, ATTR_PACKAGE_SMS_POLICY, policy.getValue().toString());
624 ArrayList<Long> oldList = entry.getValue();
/frameworks/opt/mms/src/java/com/google/android/mms/pdu/
H A DPduPersister.java568 c, e.getValue(), headers, e.getKey());
574 c, e.getValue(), headers, e.getKey());
580 c, e.getValue(), headers, e.getKey());
586 c, e.getValue(), headers, e.getKey());
1211 updatePart(e.getKey(), e.getValue(), preOpenedFiles);
1282 values.put(e.getValue(), toIsoString(encodedString.getTextString()));
1291 values.put(e.getValue(), toIsoString(text));
1299 values.put(e.getValue(), b);
1307 values.put(e.getValue(), l);
/frameworks/opt/calendar/src/com/android/calendarcommon2/
H A DICalendar.java271 public String getValue() { method in class:ICalendar.Property
H A DRecurrenceSet.java184 String dtstart = dtstartProperty.getValue();
461 return durationProperty.getValue();
477 end.parse(dtendProperty.getValue());
496 return properties.get(0).getValue();
510 sb.append(property.getValue());
522 return tzidParam.value + ";" + recurrence.getValue();
524 return recurrence.getValue();
/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp857 unsigned NWords = IV->getValue().getActiveWords();
858 const uint64_t *RawWords = IV->getValue().getRawData();
1335 if (isa<BasicBlock>(SI->getValue())) {
1347 NameVals.push_back(VE.getValueID(SI->getValue()));
H A DValueEnumerator.cpp213 EnumerateValue(VI->getValue());
/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriter.cpp811 unsigned NWords = IV->getValue().getActiveWords();
812 const uint64_t *RawWords = IV->getValue().getRawData();
1352 if (isa<BasicBlock>(SI->getValue())) {
1364 NameVals.push_back(VE.getValueID(SI->getValue()));
H A DValueEnumerator.cpp213 EnumerateValue(VI->getValue());
/frameworks/compile/slang/
H A Dllvm-rs-cc.cpp205 Inputs.push_back(A->getValue(*Args));
H A Dslang_rs.cpp127 const RSExportRecordType *Reflected = RD->getValue().first;
168 << RD->getValue().second;
430 delete I->getValue().first;
H A Dslang_rs_backend.cpp456 const RSExportType *ET = I->getValue();
H A Dslang_rs_export_element.cpp164 return I->getValue();
H A Dslang_rs_export_type.cpp878 return I->getValue();
H A Dslang_rs_reflection.cpp2038 const RSExportType *ET = TI->getValue();
/frameworks/ex/chips/src/com/android/ex/chips/
H A DBaseRecipientAdapter.java682 final List<RecipientEntry> entryList = mapEntry.getValue();
H A DRecipientChip.java77 public CharSequence getValue() { method in class:RecipientChip
H A DRecipientEditTextView.java1881 CharSequence text = currentChip.getValue();

Completed in 361 milliseconds

123456789