Searched defs:session2 (Results 1 – 10 of 10) sorted by relevance
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/lights/ |
H A D | LightsServiceTest.java | 157 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 D | VpnTransportInfoTest.java | 51 String session2 = "6789"; in testEqualsAndHashCode() local
|
/aosp12/hardware/google/av/media/eco/tests/ |
H A D | EcoServiceTest.cpp | 133 sp<IECOSession> session2 = nullptr; in TEST_F() local 152 sp<IECOSession> session2 = nullptr; in TEST_F() local
|
/aosp12/system/apex/apexd/ |
H A D | apexd_session_test.cpp | 108 TestApexSession session2(1543, SessionState::ACTIVATION_FAILED); in TEST() local
|
H A D | apexservice_test.cpp | 1800 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 D | StagingManagerTest.java | 120 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 D | BlobStoreManagerServiceTest.java | 122 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 D | MediaSessionStack.java | 297 MediaSession2Record session2 = (MediaSession2Record) record; in getSession2Tokens() local
|
/aosp12/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | StagingManager.java | 887 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 D | MediaSession2.java | 623 MediaSession2 session2 = new MediaSession2(mContext, mId, mSessionActivity, in build() local
|