Searched defs:session1 (Results 1 – 7 of 7) sorted by relevance
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/pm/ |
H A D | PackageSessionVerifierTest.java | 46 StagingManager.StagedSession session1 = createStagedSession(111, "com.foo", 1); in checkRebootlessApex() local 61 StagingManager.StagedSession session1 = createStagedSession(111, "com.foo", 1); in checkActiveSessions() local 79 StagingManager.StagedSession session1 = createStagedSession(111, "com.foo", 1); in checkRollbacks() local 105 StagingManager.StagedSession session1 = createStagedSession(111, "com.foo", 1); in checkOverlaps() local
|
H A D | StagingManagerTest.java | 153 FakeStagedSession session1 = new FakeStagedSession(37); in restoreSessions_deviceUpgrading_failsAllSessions() local 170 FakeStagedSession session1 = new FakeStagedSession(37); in restoreSessions_multipleSessions_deviceWithoutFsCheckpointSupport_throwISE() local
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/lights/ |
H A D | LightsServiceTest.java | 156 LightsManager.LightsSession session1 = manager.openSession(); in testControlLights_firstCallerWinsContention() local 204 try (LightsManager.LightsSession session1 = manager.openSession(DEFAULT_PRIORITY)) { in testControlLights_higherPriorityCallerWinsContention()
|
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/blob/ |
H A D | BlobStoreManagerServiceTest.java | 116 final BlobStoreSession session1 = createBlobStoreSessionMock(TEST_PKG1, TEST_UID1, in testHandlePackageRemoved() local 241 final BlobStoreSession session1 = createBlobStoreSessionMock(TEST_PKG1, TEST_UID1, in testHandleIdleMaintenance_deleteStaleSessions() local
|
/aosp14/frameworks/base/services/core/java/com/android/server/media/ |
H A D | MediaSessionStack.java | 137 MediaSessionRecord session1 = (MediaSessionRecord) record; in getMediaSessionRecord() local
|
H A D | MediaSessionService.java | 1049 MediaSessionRecord session1 = (MediaSessionRecord) mediaButtonSession; in pushAddressedPlayerChangedLocked() local
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/dreams/touch/ |
H A D | DreamOverlayTouchMonitorTest.java | 521 final DreamTouchHandler.TouchSession session1 = captureSession(touchHandler1); in testPilfering() local
|