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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DDataRowHandlerForGroupMembership.java183 * @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;
189 getOrMakeGroup(SQLiteDatabase db, long rawContactId, String sourceId, Long accountIdOrNull) argument

Completed in 92 milliseconds