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 183 * @param accountIdOrNull the account ID for the raw contact. If null it'll be queried from
190 Long accountIdOrNull) {
192 if (accountIdOrNull == null) {
198 accountIdOrNull = c.getLong(RawContactsQuery.ACCOUNT_ID);
205 if (accountIdOrNull == null) {
208 final long accountId = accountIdOrNull;
ContactsProvider2.java     [all...]

Completed in 122 milliseconds