Home
last modified time | relevance | path

Searched defs:session2 (Results 1 – 9 of 9) sorted by relevance

/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/pm/
H A DPackageSessionVerifierTest.java50 PackageInstallerSession session2 = createSession(false, true, "com.foo"); in checkRebootlessApex() local
68 StagingManager.StagedSession session2 = createStagedSession(222, "com.bar", 2); in checkActiveSessions() local
80 StagingManager.StagedSession session2 = createStagedSession(222, "com.bar", 2); in checkRollbacks() local
106 StagingManager.StagedSession session2 = createStagedSession(222, "com.foo", 2); in checkOverlaps() local
H A DStagingManagerTest.java155 FakeStagedSession session2 = new FakeStagedSession(57); in restoreSessions_deviceUpgrading_failsAllSessions() local
172 FakeStagedSession session2 = new FakeStagedSession(57); in restoreSessions_multipleSessions_deviceWithoutFsCheckpointSupport_throwISE() local
/aosp14/frameworks/base/core/tests/coretests/src/android/view/
H A DContentRecordingSessionTest.java58 ContentRecordingSession session2 = ContentRecordingSession.CREATOR.createFromParcel(parcel); in testParcelable() local
160 ContentRecordingSession session2 = ContentRecordingSession.createTaskSession(WINDOW_TOKEN); in testEquals() local
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/lights/
H A DLightsServiceTest.java157 LightsManager.LightsSession session2 = manager.openSession(); in testControlLights_firstCallerWinsContention() local
205 try (LightsManager.LightsSession session2 = manager.openSession(HIGH_PRIORITY)) { in testControlLights_higherPriorityCallerWinsContention()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DUserJourneyLoggerTest.java348 final UserJourneyLogger.UserJourneySession session2 = mUserJourneyLogger in testSwitchFGUserJourney() local
393 final UserJourneyLogger.UserJourneySession session2 = mUserJourneyLogger in testSwitchUIUserJourney() local
442 final UserJourneyLogger.UserJourneySession session2 = mUserJourneyLogger in testSwitchWithStopUIUserJourney() local
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/blob/
H A DBlobStoreManagerServiceTest.java122 final BlobStoreSession session2 = createBlobStoreSessionMock(TEST_PKG2, TEST_UID2, in testHandlePackageRemoved() local
251 final BlobStoreSession session2 = createBlobStoreSessionMock(TEST_PKG2, TEST_UID2, in testHandleIdleMaintenance_deleteStaleSessions() local
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DStagingManager.java601 StagedSession session2 = sessions.set(j - 1, session); in handleNonReadyAndDestroyedSessions() local
609 StagedSession session2 = sessions.set(j - 1, session); in handleNonReadyAndDestroyedSessions() local
/aosp14/frameworks/base/services/core/java/com/android/server/media/
H A DMediaSessionStack.java308 MediaSession2Record session2 = (MediaSession2Record) record; in getSession2Tokens() local
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/dreams/touch/
H A DDreamOverlayTouchMonitorTest.java525 final DreamTouchHandler.TouchSession session2 = captureSession(touchHandler2); in testPilfering() local