/frameworks/base/core/tests/coretests/src/android/os/ |
D | PerformanceHintManagerTest.java | 62 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/ |
D | MainContentCaptureSessionTest.java | 106 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 …]
|
D | MainContentCaptureSessionV2Test.java | 106 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/ |
D | InputSessionTest.java | 84 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/ |
D | TouchInsetManagerTest.java | 75 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/ |
D | PerformanceHintNativeTest.cpp | 99 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/ |
D | PackageInstallerSessionTest.kt | 88 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/ |
D | PackageSessionVerifierTest.java | 50 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/ |
D | PackageSessionTests.kt | 267 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/ |
D | ITextToSpeechManager.aidl | 28 void createSession(in String engine, in ITextToSpeechSessionCallback managerCallback); in createSession() method
|
/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/android/ |
D | AccessibilityTest.java | 63 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/ |
D | IRecognitionServiceManager.aidl | 29 void createSession( in createSession() method
|
/frameworks/base/media/java/android/media/tv/ad/ |
D | ITvAdService.aidl | 32 void createSession(in InputChannel channel, in ITvAdSessionCallback callback, in createSession() method
|
/frameworks/av/drm/mediadrm/plugins/clearkey/default/include/ |
D | SessionLibrary.h | 34 android::sp<Session> createSession();
|
/frameworks/av/drm/mediadrm/plugins/clearkey/common/include/clearkeydrm/ |
D | SessionLibrary.h | 30 ::android::sp<Session> createSession();
|
/frameworks/av/services/camera/virtualcamera/tests/ |
D | VirtualCameraSessionTest.cc | 307 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/ |
D | ITvInteractiveAppService.aidl | 33 void createSession(in InputChannel channel, in ITvInteractiveAppSessionCallback callback, in createSession() method
|
/frameworks/opt/net/voip/src/java/android/net/sip/ |
D | ISipService.aidl | 38 ISipSession createSession(in SipProfile localProfile, in createSession() method
|
D | SipManager.java | 531 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/ |
D | TextToSpeechManagerService.java | 63 public void createSession(String engine, in createSession() method in TextToSpeechManagerService.TextToSpeechManagerServiceStub
|
/frameworks/av/drm/mediadrm/plugins/clearkey/default/ |
D | SessionLibrary.cpp | 46 sp<Session> SessionLibrary::createSession() { in createSession() function in clearkeydrm::SessionLibrary
|
/frameworks/base/media/java/android/media/tv/ |
D | ITvInputService.aidl | 33 oneway void createSession(in InputChannel channel, in ITvInputSessionCallback callback, in createSession() method
|
/frameworks/base/apex/blobstore/framework/java/android/app/blob/ |
D | IBlobStoreManager.aidl | 26 long createSession(in BlobHandle handle, in String packageName); in createSession() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/complication/dagger/ |
D | ComplicationModule.java | 84 return manager.createSession(); in providesTouchInsetSession()
|
/frameworks/av/drm/mediadrm/plugins/clearkey/common/ |
D | SessionLibrary.cpp | 41 sp<Session> SessionLibrary::createSession() { in createSession() function in clearkeydrm::SessionLibrary
|