Searched refs:accId (Results 1 – 1 of 1) sorted by relevance
114 long accId = 1; in testDeAccountInsertFindDelete() local115 mAccountsDb.insertDeAccount(account, accId); in testDeAccountInsertFindDelete()117 assertEquals(accId, actualId); in testDeAccountInsertFindDelete()119 mAccountsDb.deleteDeAccount(accId); in testDeAccountInsertFindDelete()128 long accId = mAccountsDb.insertCeAccount(account, "password"); in testCeAccountInsertFindDelete() local130 assertEquals(accId, actualId); in testCeAccountInsertFindDelete()132 mAccountsDb.deleteCeAccount(accId); in testCeAccountInsertFindDelete()141 long accId = mAccountsDb.insertCeAccount(account, "password"); in testAuthTokenInsertFindDelete() local142 mAccountsDb.insertDeAccount(account, accId); in testAuthTokenInsertFindDelete()143 long authTokenId = mAccountsDb.insertAuthToken(accId, "type", "token"); in testAuthTokenInsertFindDelete()[all …]