Searched defs:getAsInteger (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/model/
H A DEntityDelta.java606 public Integer getAsInteger(String key) { method in class:EntityDelta.ValuesDelta
607 return getAsInteger(key, null);
610 public Integer getAsInteger(String key, Integer defaultValue) { method in class:EntityDelta.ValuesDelta
612 return mAfter.getAsInteger(key);
614 return mBefore.getAsInteger(key);
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
H A DEntityDelta.java565 public Integer getAsInteger(String key) { method in class:EntityDelta.ValuesDelta
566 return getAsInteger(key, null);
569 public Integer getAsInteger(String key, Integer defaultValue) { method in class:EntityDelta.ValuesDelta
571 return mAfter.getAsInteger(key);
573 return mBefore.getAsInteger(key);

Completed in 69 milliseconds