Searched defs:rawValue (Results 1 - 6 of 6) sorted by relevance

/packages/apps/Dialer/java/com/android/contacts/common/model/dataitem/
H A DDataItem.java246 * Return the precedence for the the given {@link EditType#rawValue}, where lower numbers are
249 private static int getTypePrecedence(DataKind kind, int rawValue) { argument
252 if (type.rawValue == rawValue) {
/packages/apps/Contacts/src/com/android/contacts/model/
H A DRawContactModifier.java170 .get(type.rawValue) < type.specificMax);
187 * {@link EditType#rawValue} to counts, with the total overall count stored
205 final int count = typeCount.get(type.rawValue);
206 typeCount.put(type.rawValue, count + 1);
227 final Long rawValue = entry.getAsLong(kind.typeColumn);
228 if (rawValue == null) return null;
229 return getType(kind, rawValue.intValue());
238 final Integer rawValue = entry.getAsInteger(kind.typeColumn);
239 if (rawValue == null) return null;
240 return getType(kind, rawValue);
258 getType(DataKind kind, int rawValue) argument
271 getTypePrecedence(DataKind kind, int rawValue) argument
[all...]
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
H A DContactsSource.java245 public int rawValue; field in class:ContactsSource.EditType
253 public EditType(int rawValue, int labelRes) { argument
254 this.rawValue = rawValue;
278 return other.rawValue == rawValue;
285 return rawValue;
/packages/apps/Contacts/src/com/android/contacts/model/account/
H A DAccountType.java356 public int rawValue; field in class:AccountType.EditType
366 public EditType(int rawValue, int labelRes) { argument
367 this.rawValue = rawValue;
391 return other.rawValue == rawValue;
398 return rawValue;
404 + " rawValue=" + rawValue
415 public EventEditType(int rawValue, in argument
[all...]
/packages/apps/Dialer/java/com/android/contacts/common/model/account/
H A DAccountType.java323 public int rawValue; field in class:AccountType.EditType
335 public EditType(int rawValue, int labelRes) { argument
336 this.rawValue = rawValue;
360 return other.rawValue == rawValue;
367 return rawValue;
373 + " rawValue="
374 + rawValue
390 public EventEditType(int rawValue, in argument
[all...]
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 121 milliseconds