/aosp14/frameworks/base/core/tests/coretests/src/android/os/ |
H A D | PerformanceHintManagerTest.java | 55 private Session createSession() { in createSession() method in PerformanceHintManagerTest 62 Session a = createSession(); in testCreateHintSession() 63 Session b = createSession(); in testCreateHintSession() 73 if (createSession() != null) { in testGetPreferredUpdateRateNanos() 82 Session s = createSession(); in testUpdateTargetWorkDuration() 89 Session s = createSession(); in testUpdateTargetWorkDurationWithNegativeDuration() 98 Session s = createSession(); in testReportActualWorkDuration() 108 Session s = createSession(); in testReportActualWorkDurationWithIllegalArgument() 118 Session s = createSession(); in testSendHint() 127 Session s = createSession(); in testSendHintWithNegativeHint() [all …]
|
/aosp14/frameworks/base/core/tests/coretests/src/android/view/contentcapture/ |
H A D | MainContentCaptureSessionTest.java | 98 createSession( in onSessionStarted_contentProtectionDisabled_processorNotCreated() 138 createSession( in sendEvent_contentCaptureDisabled_contentProtectionDisabled() 152 createSession( in sendEvent_contentCaptureDisabled_contentProtectionEnabled() 166 createSession( in sendEvent_contentCaptureEnabled_contentProtectionDisabled() 193 createSession( in sendEvent_contentProtectionEnabled_processorNotCreated() 223 createSession( in flush_contentCaptureDisabled_contentProtectionEnabled() 335 return createSession(createManager(options)); in createSession() 338 private MainContentCaptureSession createSession( in createSession() method in MainContentCaptureSessionTest 340 return createSession( in createSession() 344 private MainContentCaptureSession createSession() { in createSession() method in MainContentCaptureSessionTest [all …]
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/touch/ |
H A 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()
|
/aosp14/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/pm/ |
H A D | PackageInstallerSessionTest.kt | 86 writeRestoreAssert(listOf(createSession())) 91 writeRestoreAssert(listOf(createSession(staged = true))) 96 val sessions = createSession { 108 val sessions = createSession { 136 val session = createSession( 141 val childSession1 = createSession(sessionId = 234, parentSessionId = 123) 142 val childSession2 = createSession(sessionId = 345, parentSessionId = 123) 146 private fun createSession( regex
|
/aosp14/frameworks/base/libs/hwui/tests/unit/ |
H A D | HintSessionWrapperTests.cpp | 106 if (sMockBinding->createSession == nullptr) { in init() 107 sMockBinding->createSession = &stubCreateSession; in init() 122 sMockBinding->createSession = stubSlowCreateSession; in TEST_F()
|
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/pm/ |
H A 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
|
H A D | StagingManagerTest.java | 564 mStagingManager.createSession(validSession1); in getStagedApexModuleNames_returnsStagedApexModules() 574 mStagingManager.createSession(parentSession); in getStagedApexModuleNames_returnsStagedApexModules() 613 mStagingManager.createSession(validSession1); in getStagedApexInfo() 694 mStagingManager.createSession(session); in registeredStagedApexObserverIsNotifiedOnSessionAbandon() 719 private StagingManager.StagedSession createSession(int sessionId, String packageName, in createSession() method in StagingManagerTest
|
/aosp14/frameworks/base/core/tests/PackageInstallerSessions/src/android/content/pm/ |
H A D | PackageSessionTests.kt | 267 val sessionId = installer.createSession(params) 331 val sessionId = installer.createSession(params) 373 val sessionId = installer.createSession(params) 399 installer.createSession(SessionParams(SessionParams.MODE_FULL_INSTALL) 433 val sessionId = installer.createSession(params)
|
/aosp14/frameworks/base/libs/hwui/renderthread/ |
H A D | HintSessionWrapper.cpp | 46 BIND_APH_METHOD(createSession); in init() 114 return mBinding->createSession(manager, tids.data(), tids.size(), in init()
|
H A D | HintSessionWrapper.h | 67 APerformanceHintSession* (*createSession)(APerformanceHintManager* manager, variable
|
/aosp14/frameworks/base/core/java/android/speech/tts/ |
H A D | ITextToSpeechManager.aidl | 28 void createSession(in String engine, in ITextToSpeechSessionCallback managerCallback); in createSession() method
|
/aosp14/frameworks/base/core/java/android/speech/ |
H A D | IRecognitionServiceManager.aidl | 29 void createSession( in createSession() method
|
/aosp14/frameworks/base/native/android/ |
H A D | performance_hint.cpp | 51 APerformanceHintSession* createSession(const int32_t* threadIds, size_t size, 137 APerformanceHintSession* APerformanceHintManager::createSession( in createSession() function in APerformanceHintManager 317 return manager->createSession(threadIds, size, initialTargetWorkDurationNanos); in APerformanceHint_createSession()
|
/aosp14/frameworks/base/media/java/android/media/tv/interactive/ |
H A D | ITvInteractiveAppService.aidl | 33 void createSession(in InputChannel channel, in ITvInteractiveAppSessionCallback callback, in createSession() method
|
/aosp14/frameworks/base/services/texttospeech/java/com/android/server/texttospeech/ |
H A D | TextToSpeechManagerService.java | 63 public void createSession(String engine, in createSession() method in TextToSpeechManagerService.TextToSpeechManagerServiceStub
|
/aosp14/frameworks/base/media/java/android/media/tv/ |
H A D | ITvInputService.aidl | 33 oneway void createSession(in InputChannel channel, in ITvInputSessionCallback callback, in createSession() method
|
/aosp14/frameworks/base/apex/blobstore/framework/java/android/app/blob/ |
H A D | IBlobStoreManager.aidl | 26 long createSession(in BlobHandle handle, in String packageName); in createSession() method
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/complication/dagger/ |
H A D | ComplicationModule.java | 83 return manager.createSession(); in providesTouchInsetSession()
|
/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/ |
H A D | IInputMethodInvoker.java | 183 void createSession(InputChannel channel, IInputMethodSessionCallback callback) { in createSession() method in IInputMethodInvoker 185 mTarget.createSession(channel, callback); in createSession()
|
/aosp14/frameworks/base/services/core/java/com/android/server/speech/ |
H A D | SpeechRecognitionManagerService.java | 84 public void createSession( in createSession() method in SpeechRecognitionManagerService.SpeechRecognitionManagerServiceStub
|
/aosp14/frameworks/base/core/java/android/content/pm/ |
H A D | IPackageInstaller.aidl | 32 int createSession(in PackageInstaller.SessionParams params, String installerPackageName, in createSession() method
|
/aosp14/frameworks/base/core/java/com/android/internal/inputmethod/ |
H A D | IInputMethod.aidl | 68 void createSession(in InputChannel channel, IInputMethodSessionCallback callback); in createSession() method
|
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/aidl/ |
H A D | FaceStartUserClient.java | 63 final ISession newSession = hal.createSession(getSensorId(), in startHalOperation()
|
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/aidl/ |
H A D | FingerprintStartUserClient.java | 63 final ISession newSession = hal.createSession(getSensorId(), in startHalOperation()
|
/aosp14/frameworks/base/apct-tests/perftests/blobstore/src/com/android/perftests/blob/ |
H A D | BlobStorePerfTests.java | 189 final long sessionId = mBlobStoreManager.createSession(blobData.getBlobHandle()); in testBlobStoreWrites() 246 final long sessionId = mBlobStoreManager.createSession(blobData.getBlobHandle()); in commitBlob()
|