Searched defs:session1 (Results 1 – 6 of 6) sorted by relevance
156 LightsManager.LightsSession session1 = manager.openSession(); in testControlLights_firstCallerWinsContention() local204 try (LightsManager.LightsSession session1 = manager.openSession(DEFAULT_PRIORITY)) { in testControlLights_higherPriorityCallerWinsContention()
119 StagingManager.StagedSession session1 = createSession(111, "com.foo", 1); in checkNonOverlappingWithStagedSessions_laterSessionShouldNotFailEarlierOnes() local160 FakeStagedSession session1 = new FakeStagedSession(37); in restoreSessions_deviceUpgrading_failsAllSessions() local177 FakeStagedSession session1 = new FakeStagedSession(37); in restoreSessions_multipleSessions_deviceWithoutFsCheckpointSupport_throwISE() local
116 final BlobStoreSession session1 = createBlobStoreSessionMock(TEST_PKG1, TEST_UID1, in testHandlePackageRemoved() local241 final BlobStoreSession session1 = createBlobStoreSessionMock(TEST_PKG1, TEST_UID1, in testHandleIdleMaintenance_deleteStaleSessions() local
127 MediaSessionRecord session1 = (MediaSessionRecord) record; in getMediaSessionRecord() local
1062 MediaSessionRecord session1 = (MediaSessionRecord) mediaButtonSession; in pushAddressedPlayerChangedLocked() local
112 private lateinit var session1: MediaSession in eq() variable in com.android.systemui.media.MediaSessionBasedFilterTest