Home
last modified time | relevance | path

Searched refs:createSession (Results 1 – 25 of 109) sorted by relevance

12345

/frameworks/base/core/tests/coretests/src/android/os/
DPerformanceHintManagerTest.java62 private Session createSession() { in createSession() method in PerformanceHintManagerTest
69 Session a = createSession(); in testCreateHintSession()
70 Session b = createSession(); in testCreateHintSession()
98 if (createSession() != null) { in testGetPreferredUpdateRateNanos()
107 Session s = createSession(); in testUpdateTargetWorkDuration()
114 Session s = createSession(); in testUpdateTargetWorkDurationWithNegativeDuration()
123 Session s = createSession(); in testReportActualWorkDuration()
133 Session s = createSession(); in testReportActualWorkDurationWithIllegalArgument()
143 Session s = createSession(); in testSendHint()
152 Session s = createSession(); in testSendHintWithNegativeHint()
[all …]
/frameworks/base/core/tests/coretests/src/android/view/contentcapture/
DMainContentCaptureSessionTest.java106 MainContentCaptureSession session = createSession(); in onSessionStarted_contentProtectionEnabled_processorCreated()
118 createSession( in onSessionStarted_contentProtectionDisabled_processorNotCreated()
141 MainContentCaptureSession session = createSession(options); in onSessionStarted_contentProtectionNoBuffer_processorNotCreated()
162 MainContentCaptureSession session = createSession(options); in onSessionStarted_contentProtectionNoGroups_processorNotCreated()
174 MainContentCaptureSession session = createSession(); in onSessionStarted_noComponentName_processorNotCreated()
186 createSession( in sendEvent_contentCaptureDisabled_contentProtectionDisabled()
201 createSession( in sendEvent_contentCaptureDisabled_contentProtectionEnabled()
216 createSession( in sendEvent_contentCaptureEnabled_contentProtectionDisabled()
231 MainContentCaptureSession session = createSession(); in sendEvent_contentCaptureEnabled_contentProtectionEnabled()
245 createSession( in sendEvent_contentProtectionEnabled_processorNotCreated()
[all …]
DMainContentCaptureSessionV2Test.java106 MainContentCaptureSessionV2 session = createSession(); in onSessionStarted_contentProtectionEnabled_processorCreated()
118 createSession( in onSessionStarted_contentProtectionDisabled_processorNotCreated()
141 MainContentCaptureSessionV2 session = createSession(options); in onSessionStarted_contentProtectionNoBuffer_processorNotCreated()
162 MainContentCaptureSessionV2 session = createSession(options); in onSessionStarted_contentProtectionNoGroups_processorNotCreated()
174 MainContentCaptureSessionV2 session = createSession(); in onSessionStarted_noComponentName_processorNotCreated()
186 createSession( in sendEvent_contentCaptureDisabled_contentProtectionDisabled()
201 createSession( in sendEvent_contentCaptureDisabled_contentProtectionEnabled()
216 createSession( in sendEvent_contentCaptureEnabled_contentProtectionDisabled()
231 MainContentCaptureSessionV2 session = createSession(); in sendEvent_contentCaptureEnabled_contentProtectionEnabled()
245 createSession( in sendEvent_contentProtectionEnabled_processorNotCreated()
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/ambient/touch/
DInputSessionTest.java84 private void createSession(boolean pilfer) { in createSession() method in InputSessionTest
100 createSession(true); in testPilferOnMotionEventGestureConsume()
113 createSession(false); in testNoPilferOnMotionEventGestureConsume()
126 createSession(true); in testNoPilferOnInputEvent()
136 createSession(true); in testPilferOnce()
150 createSession(true); in testDispose()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/touch/
DTouchInsetManagerTest.java75 final TouchInsetManager.TouchInsetSession session = insetManager.createSession(); in testViewOnAttachedHandling()
104 final TouchInsetManager.TouchInsetSession session = insetManager.createSession(); in testViewOnDetachedHandling()
129 final TouchInsetManager.TouchInsetSession session = insetManager.createSession(); in testInsetRegionPropagation()
149 final TouchInsetManager.TouchInsetSession session = insetManager.createSession(); in testMultipleRegions()
159 final TouchInsetManager.TouchInsetSession secondSession = insetManager.createSession(); in testMultipleRegions()
194 final TouchInsetManager.TouchInsetSession session = insetManager.createSession(); in testMultipleViews()
/frameworks/base/native/android/tests/performance_hint/
DPerformanceHintNativeTest.cpp99 APerformanceHintSession* createSession(APerformanceHintManager* manager, in createSession() function in PerformanceHintTest
154 APerformanceHintSession* session = createSession(manager); in TEST_F()
198 APerformanceHintSession* session = createSession(manager); in TEST_F()
208 APerformanceHintSession* session = createSession(manager, 56789L, true); in TEST_F()
216 APerformanceHintSession* session = createSession(manager); in TEST_F()
243 APerformanceHintSession* session = createSession(manager); in TEST_F()
257 APerformanceHintSession* session = createSession(manager, 0); in TEST_F()
282 APerformanceHintSession* session = createSession(manager); in TEST_F()
/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/pm/
DPackageInstallerSessionTest.kt88 writeRestoreAssert(listOf(createSession())) in <lambda>()
93 writeRestoreAssert(listOf(createSession(staged = true))) in <lambda>()
98 val sessions = createSession { in <lambda>()
110 val sessions = createSession { in <lambda>()
138 val session = createSession( in <lambda>()
143 val childSession1 = createSession(sessionId = 234, parentSessionId = 123) in <lambda>()
144 val childSession2 = createSession(sessionId = 345, parentSessionId = 123) in <lambda>()
148 private fun createSession( in <lambda>() method
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/pm/
DPackageSessionVerifierTest.java50 PackageInstallerSession session2 = createSession(false, true, "com.foo"); in checkRebootlessApex()
55 PackageInstallerSession session3 = createSession(false, true, "com.bar"); in checkRebootlessApex()
124 private PackageInstallerSession createSession(boolean isStaged, boolean isApex, in createSession() method in PackageSessionVerifierTest
/frameworks/base/core/tests/PackageInstallerSessions/src/android/content/pm/
DPackageSessionTests.kt267 val sessionId = installer.createSession(params) in <lambda>()
331 val sessionId = installer.createSession(params) in <lambda>()
373 val sessionId = installer.createSession(params) in <lambda>()
399 installer.createSession(SessionParams(SessionParams.MODE_FULL_INSTALL) in <lambda>()
433 val sessionId = installer.createSession(params) in <lambda>()
/frameworks/base/core/java/android/speech/tts/
DITextToSpeechManager.aidl28 void createSession(in String engine, in ITextToSpeechSessionCallback managerCallback); in createSession() method
/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/android/
DAccessibilityTest.java63 RenderSession session = sBridge.createSession(params); in accessibilityNodeInfoCreation()
110 RenderSession session = sBridge.createSession(params); in customHierarchyParserTest()
148 RenderSession session = sBridge.createSession(params); in testDialogAccessibility()
/frameworks/base/core/java/android/speech/
DIRecognitionServiceManager.aidl29 void createSession( in createSession() method
/frameworks/base/media/java/android/media/tv/ad/
DITvAdService.aidl32 void createSession(in InputChannel channel, in ITvAdSessionCallback callback, in createSession() method
/frameworks/av/drm/mediadrm/plugins/clearkey/default/include/
DSessionLibrary.h34 android::sp<Session> createSession();
/frameworks/av/drm/mediadrm/plugins/clearkey/common/include/clearkeydrm/
DSessionLibrary.h30 ::android::sp<Session> createSession();
/frameworks/av/services/camera/virtualcamera/tests/
DVirtualCameraSessionTest.cc307 std::shared_ptr<VirtualCameraSession> createSession( in createSession() function in android::companion::virtualcamera::__anonfd9182890111::VirtualCameraSessionInputChoiceTest
329 auto virtualCameraSession = createSession( in TEST_F()
357 auto virtualCameraSession = createSession( in TEST_F()
384 auto virtualCameraSession = createSession( in TEST_F()
428 auto virtualCameraSession = createSession( in TEST_F()
/frameworks/base/media/java/android/media/tv/interactive/
DITvInteractiveAppService.aidl33 void createSession(in InputChannel channel, in ITvInteractiveAppSessionCallback callback, in createSession() method
/frameworks/opt/net/voip/src/java/android/net/sip/
DISipService.aidl38 ISipSession createSession(in SipProfile localProfile, in createSession() method
DSipManager.java531 ISipSession session = mSipService.createSession(localProfile, in register()
558 ISipSession session = mSipService.createSession(localProfile, in unregister()
611 ISipSession s = mSipService.createSession(localProfile, null, in createSipSession()
/frameworks/base/services/texttospeech/java/com/android/server/texttospeech/
DTextToSpeechManagerService.java63 public void createSession(String engine, in createSession() method in TextToSpeechManagerService.TextToSpeechManagerServiceStub
/frameworks/av/drm/mediadrm/plugins/clearkey/default/
DSessionLibrary.cpp46 sp<Session> SessionLibrary::createSession() { in createSession() function in clearkeydrm::SessionLibrary
/frameworks/base/media/java/android/media/tv/
DITvInputService.aidl33 oneway void createSession(in InputChannel channel, in ITvInputSessionCallback callback, in createSession() method
/frameworks/base/apex/blobstore/framework/java/android/app/blob/
DIBlobStoreManager.aidl26 long createSession(in BlobHandle handle, in String packageName); in createSession() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/complication/dagger/
DComplicationModule.java84 return manager.createSession(); in providesTouchInsetSession()
/frameworks/av/drm/mediadrm/plugins/clearkey/common/
DSessionLibrary.cpp41 sp<Session> SessionLibrary::createSession() { in createSession() function in clearkeydrm::SessionLibrary

12345