Home
last modified time | relevance | path

Searched refs:actualId (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
DAccountsDbTest.java118 long actualId = mAccountsDb.findDeAccountId(account); in testDeAccountInsertFindDelete() local
119 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() local
132 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() local
352 assertEquals(accId, actualId); in testCrossDbTransactions()
[all …]
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
DAndroidCamera2AgentImpl.java1326 String actualId = mCameraIds[cameraId]; in getCharacteristics() local
1328 CameraCharacteristics info = mCameraManager.getCameraCharacteristics(actualId); in getCharacteristics()
/frameworks/base/core/java/android/view/
DViewRootImpl.java3356 int actualId = session.getId(); in notifyContentCatpureEvents() local
3357 if (actualId != sessionId) { in notifyContentCatpureEvents()
3359 + "): was " + sessionId + " before, it's " + actualId + " now"); in notifyContentCatpureEvents()