Home
last modified time | relevance | path

Searched refs:mContentProtectionEventProcessor (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/core/tests/coretests/src/android/view/contentprotection/
H A DContentProtectionEventProcessorTest.java108 mContentProtectionEventProcessor = in setup()
137 mContentProtectionEventProcessor.processEvent(event); in processEvent_buffer_setsTextIdEntry_withoutExistingViewNode()
151 mContentProtectionEventProcessor.processEvent(event); in processEvent_buffer_setsTextIdEntry_withExistingViewNode()
253 mContentProtectionEventProcessor.processEvent(event); in processEvent_loginDetected_belowResetLimit()
278 mContentProtectionEventProcessor.processEvent(event); in processEvent_loginDetected_aboveResetLimit()
332 mContentProtectionEventProcessor.processEvent(event); in isPasswordField_android()
346 mContentProtectionEventProcessor.processEvent(event); in isPasswordField_android_withoutClassName()
361 mContentProtectionEventProcessor.processEvent(event); in isPasswordField_android_wrongClassName()
375 mContentProtectionEventProcessor.processEvent(event); in isPasswordField_android_wrongInputType()
390 mContentProtectionEventProcessor.processEvent(event); in isPasswordField_webView()
[all …]
/aosp14/frameworks/base/core/tests/coretests/src/android/view/contentcapture/
H A DMainContentCaptureSessionTest.java88 assertThat(session.mContentProtectionEventProcessor).isNull(); in onSessionStarted_contentProtectionEnabled_processorCreated()
92 assertThat(session.mContentProtectionEventProcessor).isNotNull(); in onSessionStarted_contentProtectionEnabled_processorCreated()
101 session.mContentProtectionEventProcessor = mMockContentProtectionEventProcessor; in onSessionStarted_contentProtectionDisabled_processorNotCreated()
105 assertThat(session.mContentProtectionEventProcessor).isNull(); in onSessionStarted_contentProtectionDisabled_processorNotCreated()
117 session.mContentProtectionEventProcessor = mMockContentProtectionEventProcessor; in onSessionStarted_contentProtectionNoBuffer_processorNotCreated()
121 assertThat(session.mContentProtectionEventProcessor).isNull(); in onSessionStarted_contentProtectionNoBuffer_processorNotCreated()
132 assertThat(session.mContentProtectionEventProcessor).isNull(); in onSessionStarted_noComponentName_processorNotCreated()
141 session.mContentProtectionEventProcessor = mMockContentProtectionEventProcessor; in sendEvent_contentCaptureDisabled_contentProtectionDisabled()
155 session.mContentProtectionEventProcessor = mMockContentProtectionEventProcessor; in sendEvent_contentCaptureDisabled_contentProtectionEnabled()
280 assertThat(session.mContentProtectionEventProcessor).isNull(); in destroySession()
[all …]
/aosp14/frameworks/base/core/java/android/view/contentcapture/
H A DMainContentCaptureSession.java174 public ContentProtectionEventProcessor mContentProtectionEventProcessor; field in MainContentCaptureSession
324 mContentProtectionEventProcessor = in onSessionStarted()
331 mContentProtectionEventProcessor = null; in onSessionStarted()
388 if (mContentProtectionEventProcessor != null) { in sendContentProtectionEvent()
389 mContentProtectionEventProcessor.processEvent(event); in sendContentProtectionEvent()
693 mContentProtectionEventProcessor = null; in destroySession()
721 mContentProtectionEventProcessor = null; in resetSession()