Searched refs:actualId (Results 1 – 3 of 3) sorted by relevance
118 long actualId = mAccountsDb.findDeAccountId(account); in testDeAccountInsertFindDelete() local119 assertEquals(accId, actualId); in testDeAccountInsertFindDelete()122 actualId = mAccountsDb.findDeAccountId(account); in testDeAccountInsertFindDelete()123 assertEquals(-1, actualId); in testDeAccountInsertFindDelete()131 long actualId = mAccountsDb.findCeAccountId(account); in testCeAccountInsertFindDelete() local132 assertEquals(accId, actualId); in testCeAccountInsertFindDelete()135 actualId = mAccountsDb.findCeAccountId(account); in testCeAccountInsertFindDelete()136 assertEquals(-1, actualId); in testCeAccountInsertFindDelete()351 long actualId = mAccountsDb.findCeAccountId(account); in testCrossDbTransactions() local352 assertEquals(accId, actualId); in testCrossDbTransactions()[all …]
1326 String actualId = mCameraIds[cameraId]; in getCharacteristics() local1328 CameraCharacteristics info = mCameraManager.getCameraCharacteristics(actualId); in getCharacteristics()
3356 int actualId = session.getId(); in notifyContentCatpureEvents() local3357 if (actualId != sessionId) { in notifyContentCatpureEvents()3359 + "): was " + sessionId + " before, it's " + actualId + " now"); in notifyContentCatpureEvents()