Searched refs:findExtrasIdByAccountId (Results 1 – 3 of 3) sorted by relevance
181 long actualExtraId = mAccountsDb.findExtrasIdByAccountId(accId, extraKey); in testExtrasInsertFindDelete()194 actualExtraId = mAccountsDb.findExtrasIdByAccountId(accId, extraKey); in testExtrasInsertFindDelete()
403 long findExtrasIdByAccountId(long accountId, String key) { in findExtrasIdByAccountId() method in AccountsDb
2687 long extrasId = accounts.accountsDb.findExtrasIdByAccountId(accountId, key); in setUserdataInternal()