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

  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
DataRowHandlerForGroupMembership.java 182 * @param accountIdOrNull the account ID for the raw contact. If null it'll be queried from
189 Long accountIdOrNull) {
191 if (accountIdOrNull == null) {
197 accountIdOrNull = c.getLong(RawContactsQuery.ACCOUNT_ID);
204 if (accountIdOrNull == null) {
207 final long accountId = accountIdOrNull;
ContactsProvider2.java     [all...]

Completed in 664 milliseconds