HomeSort by relevance Sort by last modified time
    Searched refs:getMapKey (Results 1 - 2 of 2) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/editor/
ViewIdGenerator.java 73 final String k = getMapKey(entity, kind, values, viewIndex);
84 private static String getMapKey(RawContactDelta entity, DataKind kind, ValuesDelta values,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
IncludeFinder.java 169 String mapKey = getMapKey(included);
198 String mapKey = getMapKey(included);
488 String key = getMapKey(resourceFile);
673 private static String getMapKey(ResourceFile resourceFile) {
677 return getMapKey(folderName, name);
680 private static String getMapKey(IResource resourceFile) {
683 return getMapKey(folderName, name);
696 private static String getMapKey(String folderName, String name) {
    [all...]

Completed in 352 milliseconds