Home
last modified time | relevance | path

Searched refs:mIds (Results 1 – 1 of 1) sorted by relevance

/external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
DEABContactManager.java443 private long[] mIds = null; field in EABContactManager.Query
454 mIds = ids; in setFilterById()
542 if (mIds != null) { in runQuery()
543 selectionParts.add(getWhereClauseForIds(mIds)); in runQuery()
544 selectionArgs = getWhereArgsForIds(mIds); in runQuery()
594 if (mIds != null) { in toString()
595 selectionParts.add(getWhereClauseForIds(mIds)); in toString()
596 selectionArgs = getWhereArgsForIds(mIds); in toString()