Searched refs:actualId (Results 1 – 5 of 5) sorted by relevance
116 long actualId = mAccountsDb.findDeAccountId(account); in testDeAccountInsertFindDelete() local117 assertEquals(accId, actualId); in testDeAccountInsertFindDelete()120 actualId = mAccountsDb.findDeAccountId(account); in testDeAccountInsertFindDelete()121 assertEquals(-1, actualId); in testDeAccountInsertFindDelete()129 long actualId = mAccountsDb.findCeAccountId(account); in testCeAccountInsertFindDelete() local130 assertEquals(accId, actualId); in testCeAccountInsertFindDelete()133 actualId = mAccountsDb.findCeAccountId(account); in testCeAccountInsertFindDelete()134 assertEquals(-1, actualId); in testCeAccountInsertFindDelete()349 long actualId = mAccountsDb.findCeAccountId(account); in testCrossDbTransactions() local350 assertEquals(accId, actualId); in testCrossDbTransactions()[all …]
34 val actualId = underTest.getSelectedUserId() in getSelectedUserIdReturnsId() constant36 assertThat(actualId).isEqualTo(USER_INFOS[0].id) in getSelectedUserIdReturnsId()
892 int actualId = session.getId(); in notifyContentCaptureEventsImpl() local893 if (actualId != sessionId) { in notifyContentCaptureEventsImpl()895 + "): was " + sessionId + " before, it's " + actualId + " now"); in notifyContentCaptureEventsImpl()
965 int actualId = session.getId(); in prepareViewStructures() local966 if (actualId != sessionId) { in prepareViewStructures()968 + "): was " + sessionId + " before, it's " + actualId + " now"); in prepareViewStructures()
1326 String actualId = mCameraIds[cameraId]; in getCharacteristics() local1328 CameraCharacteristics info = mCameraManager.getCameraCharacteristics(actualId); in getCharacteristics()