Searched refs:accountIdOrNull (Results 1 – 2 of 2) sorted by relevance
190 Long accountIdOrNull) {192 if (accountIdOrNull == null) {198 accountIdOrNull = c.getLong(RawContactsQuery.ACCOUNT_ID);205 if (accountIdOrNull == null) {208 final long accountId = accountIdOrNull;
5197 final Long accountIdOrNull = dbHelper.getAccountIdOrNull(accountWithDataSet); in updateAccountsInBackground() local5200 if (accountIdOrNull != null) { in updateAccountsInBackground()5201 final String accountId = Long.toString(accountIdOrNull); in updateAccountsInBackground()