OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getTimesUsed
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
Action.java
71
public Integer
getTimesUsed
();
DataAction.java
82
mTimesUsed = item.
getTimesUsed
();
343
public Integer
getTimesUsed
() {
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/dataitem/
DataItem.java
189
public Integer
getTimesUsed
() {
228
mContentValues.put(Entity.TIMES_USED, (
getTimesUsed
() == null ? 0 :
getTimesUsed
()) +
229
(that.
getTimesUsed
() == null ? 0 : that.
getTimesUsed
()));
Completed in 90 milliseconds