HomeSort by relevance Sort by last modified time
    Searched refs:getValueString (Results 1 - 25 of 34) sorted by null

1 2

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/controller/
Parameter.java 26 String getValueString();
BasicParameterInt.java 67 public String getValueString() {
106 return getValueString();
BasicParameterStyle.java 60 public String getValueString() {
104 return getValueString();
ParameterColor.java 75 public String getValueString() {
96 return getValueString();
  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/generator/
NotificationGenerator.java 62 builder.setContentTitle(CONTENT_TITLE.getValueString());
64 builder.setContentText(CONTENT_TEXT.getValueString());
66 builder.setSubText(SUB_TEXT.getValueString());
70 builder.setContentInfo(CONTENT_INFO.getValueString());
80 builder.addAction(ACTION1_ICON.getValueInt(), ACTION1_TEXT.getValueString(), noop);
82 builder.addAction(ACTION2_ICON.getValueInt(), ACTION2_TEXT.getValueString(), noop);
84 builder.addAction(ACTION3_ICON.getValueInt(), ACTION3_TEXT.getValueString(), noop);
103 bigPicture.setBigContentTitle(BIG_CONTENT_TITLE.getValueString());
105 bigPicture.setSummaryText(SUMMARY_TEXT.getValueString());
110 bigText.bigText(BIG_TEXT.getValueString());
    [all...]
CodeGenerator.java 104 for (String line : LINES.getValueString().split("\\n")) {
124 return quote(text.getValueString());
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
Wap230WspContentTypeTest.java 228 String mimeType = unit.getValueString();
247 String mimeType = unit.getValueString();
272 String mimeType = unit.getValueString();
289 String mimeType = unit.getValueString();
304 String mimeType = unit.getValueString();
320 String mimeType = unit.getValueString();
339 String mimeType = unit.getValueString();
358 String mimeType = unit.getValueString();
377 String mimeType = unit.getValueString();
395 String mimeType = unit.getValueString();
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/cts/helpers/
SensorStats.java 130 Log.v(tag, String.format("%s: %s", key, getValueString(value)));
145 writer.write(String.format("%s: %s\n", key, getValueString(value)));
164 private static String getValueString(Object value) {
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
BasicEditor.java 100 public String getValueString() {
EditorColorBorder.java 74 String val = rep.getValueString();
EditorDraw.java 104 String val = rep.getValueString();
EditorGrad.java 358 public String getValueString() {
  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/model/
EditableItem.java 156 SUMMARY_TEXT.setValue(CONTENT_TEXT.getValueString());
168 public String getValueString() {
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterBasicRepresentation.java 160 public String getValueString() {
FilterColorBorderRepresentation.java 167 public String getValueString() {
FilterDrawRepresentation.java 142 public String getValueString() {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
WapPushOverSms.java 181 String mimeType = pduDecoder.getValueString();
217 String wapAppId = pduDecoder.getValueString();
WspTypeDecoder.java 216 * return value can be retrieved by getValueString() method length of data in pdu can be
239 * return value can be retrieved by getValueString() method
365 * getValueString()), which will be null on error. The length of the
391 * return value can be retrieved first by getValueString() and second by getValue32() method
409 * value), getValueString() will return it. If a 'well known value' is encountered that
410 * cannot be mapped to a string mime type, getValueString() will return null, and
578 * return value can be retrieved by getValueString() method
591 * return value can be retrieved first by getValueString() and second by getValue32()
673 * return value can be retrieved by getValueString() method
686 * return value can be retrieved by getValueString() metho
    [all...]
  /external/llvm/lib/Object/
Object.cpp 237 if (std::error_code ec = (*unwrap(RI))->getValueString(ret))
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaInboundSmsHandler.java 358 String mimeType = pduDecoder.getValueString();
  /external/llvm/include/llvm/Object/
ObjectFile.h 68 std::error_code getValueString(SmallVectorImpl<char> &Result) const;
520 RelocationRef::getValueString(SmallVectorImpl<char> &Result) const {
  /frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
WapPushTest.java     [all...]
  /external/llvm/tools/llvm-objdump/
llvm-objdump.cpp 548 if (error(rel_cur->getValueString(val))) goto skip_print_rel;
584 if (error(Reloc.getValueString(valuestr)))
  /cts/tools/signature-tools/lib/
antlr-2.7.7.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar 

Completed in 1914 milliseconds

1 2