Home
last modified time | relevance | path

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

/aosp12/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()
/aosp12/packages/modules/Connectivity/tests/unit/java/android/net/
H A DVpnTransportInfoTest.java51 String session2 = "6789"; in testEqualsAndHashCode() local
/aosp12/hardware/google/av/media/eco/tests/
H A DEcoServiceTest.cpp133 sp<IECOSession> session2 = nullptr; in TEST_F() local
152 sp<IECOSession> session2 = nullptr; in TEST_F() local
/aosp12/system/apex/apexd/
H A Dapexd_session_test.cpp108 TestApexSession session2(1543, SessionState::ACTIVATION_FAILED); in TEST() local
H A Dapexservice_test.cpp1800 auto session2 = ApexSession::CreateSession(57); in TEST_F() local
2013 auto session2 = ApexSession::CreateSession(240); in TEST_F() local
2033 auto session2 = ApexSession::CreateSession(240); in TEST_F() local
/aosp12/frameworks/base/services/tests/mockingservicestests/src/com/android/server/pm/
H A DStagingManagerTest.java120 StagingManager.StagedSession session2 = createSession(222, "com.foo", 2); in checkNonOverlappingWithStagedSessions_laterSessionShouldNotFailEarlierOnes() local
162 FakeStagedSession session2 = new FakeStagedSession(57); in restoreSessions_deviceUpgrading_failsAllSessions() local
179 FakeStagedSession session2 = new FakeStagedSession(57); in restoreSessions_multipleSessions_deviceWithoutFsCheckpointSupport_throwISE() local
/aosp12/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
/aosp12/frameworks/base/services/core/java/com/android/server/media/
H A DMediaSessionStack.java297 MediaSession2Record session2 = (MediaSession2Record) record; in getSession2Tokens() local
/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DStagingManager.java887 StagedSession session2 = sessions.set(j - 1, session); in handleNonReadyAndDestroyedSessions() local
894 StagedSession session2 = sessions.set(j - 1, session); in handleNonReadyAndDestroyedSessions() local
/aosp12/frameworks/base/apex/media/framework/java/android/media/
H A DMediaSession2.java623 MediaSession2 session2 = new MediaSession2(mContext, mId, mSessionActivity, in build() local