HomeSort by relevance Sort by last modified time
    Searched defs:entityValues (Results 1 - 7 of 7) sorted by null

  /external/jsilver/src/com/google/clearsilver/jsilver/functions/html/
HtmlStripFunction.java 42 private static final Map<String, String> entityValues;
91 entityValues = Collections.unmodifiableMap(tempMap);
180 String entity = entityValues.get(entityName);
  /packages/apps/Contacts/src/com/android/contacts/detail/
PhotoSelectionHandler.java 220 final ContentValues entityValues = delta.getValues().getCompleteValues();
221 final String type = entityValues.getAsString(RawContacts.ACCOUNT_TYPE);
222 final String dataSet = entityValues.getAsString(RawContacts.DATA_SET);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
RawContactDelta.java 215 ContentValues entityValues = getValues().getCompleteValues();
216 String type = entityValues.getAsString(RawContacts.ACCOUNT_TYPE);
217 String dataSet = entityValues.getAsString(RawContacts.DATA_SET);
  /frameworks/opt/setupwizard/tools/docs/
jsilver.jar 
  /prebuilts/devtools/tools/lib/
jsilver-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/jsilver/jsilver/1.0.0/
jsilver-1.0.0.jar 
  /external/testng/ant/3rdparty/
doclava-1.0.3.jar 

Completed in 973 milliseconds