/aosp14/frameworks/base/core/tests/coretests/src/android/view/contentcapture/ |
H A D | ContentCaptureManagerTest.java | 55 () -> new ContentCaptureManager(mMockContext, /* service= */ null, /* options= */ in testConstructor_invalidParametersThrowsException() 61 ContentCaptureManager manager = in testConstructor_contentProtection_default_bufferNotCreated() 62 new ContentCaptureManager(mMockContext, mMockContentCaptureManager, EMPTY_OPTIONS); in testConstructor_contentProtection_default_bufferNotCreated() 74 ContentCaptureManager manager = in testConstructor_contentProtection_disabled_bufferNotCreated() 75 new ContentCaptureManager(mMockContext, mMockContentCaptureManager, options); in testConstructor_contentProtection_disabled_bufferNotCreated() 87 ContentCaptureManager manager = in testConstructor_contentProtection_invalidBufferSize_bufferNotCreated() 88 new ContentCaptureManager(mMockContext, mMockContentCaptureManager, options); in testConstructor_contentProtection_invalidBufferSize_bufferNotCreated() 100 ContentCaptureManager manager = in testConstructor_contentProtection_enabled_bufferCreated() 101 new ContentCaptureManager(mMockContext, mMockContentCaptureManager, options); in testConstructor_contentProtection_enabled_bufferCreated() 117 final ContentCaptureManager manager = in testRemoveData_invalidParametersThrowsException() [all …]
|
H A D | MainContentCaptureSessionTest.java | 74 private static final ContentCaptureManager.StrippedContext sStrippedContext = 75 new ContentCaptureManager.StrippedContext(sContext); 319 private ContentCaptureManager createManager(ContentCaptureOptions options) { in createManager() 320 return new ContentCaptureManager(sContext, mMockSystemServerInterface, options); in createManager() 323 private MainContentCaptureSession createSession(ContentCaptureManager manager) { in createSession()
|
/aosp14/frameworks/base/core/java/android/content/ |
H A D | ContentCaptureOptions.java | 27 import android.view.contentcapture.ContentCaptureManager; 28 import android.view.contentcapture.ContentCaptureManager.ContentCaptureClient; 142 ContentCaptureManager.DEFAULT_DISABLE_FLUSH_FOR_VIEW_TREE_APPEARING, 143 ContentCaptureManager.DEFAULT_ENABLE_CONTENT_CAPTURE_RECEIVER, 179 ContentCaptureManager.LOGGING_LEVEL_VERBOSE, in ContentCaptureOptions() 180 ContentCaptureManager.DEFAULT_MAX_BUFFER_SIZE, in ContentCaptureOptions() 181 ContentCaptureManager.DEFAULT_IDLE_FLUSHING_FREQUENCY_MS, in ContentCaptureOptions() 182 ContentCaptureManager.DEFAULT_TEXT_CHANGE_FLUSHING_FREQUENCY_MS, in ContentCaptureOptions() 183 ContentCaptureManager.DEFAULT_LOG_HISTORY_SIZE, in ContentCaptureOptions() 184 ContentCaptureManager.DEFAULT_DISABLE_FLUSH_FOR_VIEW_TREE_APPEARING, in ContentCaptureOptions() [all …]
|
H A D | LocusId.java | 22 import android.view.contentcapture.ContentCaptureManager;
|
/aosp14/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/ |
H A D | ContentCaptureManagerService.java | 24 import static android.view.contentcapture.ContentCaptureManager.RESULT_CODE_OK; 87 import android.view.contentcapture.ContentCaptureManager; 418 case ContentCaptureManager in onDeviceConfigChange() 420 case ContentCaptureManager in onDeviceConfigChange() 423 case ContentCaptureManager in onDeviceConfigChange() 450 ContentCaptureManager in setFineTuneParamsFromDeviceConfig() 466 ContentCaptureManager in setFineTuneParamsFromDeviceConfig() 472 ContentCaptureManager in setFineTuneParamsFromDeviceConfig() 478 ContentCaptureManager in setFineTuneParamsFromDeviceConfig() 486 ContentCaptureManager in setFineTuneParamsFromDeviceConfig() [all …]
|
H A D | ContentCaptureServerSession.java | 19 import static android.view.contentcapture.ContentCaptureManager.NO_SESSION_ID; 20 import static android.view.contentcapture.ContentCaptureManager.RESULT_CODE_FALSE; 21 import static android.view.contentcapture.ContentCaptureManager.RESULT_CODE_TRUE;
|
H A D | ContentCapturePerUserService.java | 20 import static android.view.contentcapture.ContentCaptureManager.NO_SESSION_ID;
|
/aosp14/frameworks/base/core/java/android/view/contentcapture/ |
H A D | ContentCaptureHelper.java | 18 import static android.view.contentcapture.ContentCaptureManager.DEVICE_CONFIG_PROPERTY_LOGGING_LEVE… 19 import static android.view.contentcapture.ContentCaptureManager.LOGGING_LEVEL_DEBUG; 20 import static android.view.contentcapture.ContentCaptureManager.LOGGING_LEVEL_OFF; 21 import static android.view.contentcapture.ContentCaptureManager.LOGGING_LEVEL_VERBOSE; 28 import android.view.contentcapture.ContentCaptureManager.LoggingLevel;
|
H A D | DataShareWriteAdapter.java | 21 import android.view.contentcapture.ContentCaptureManager.DataShareError;
|
H A D | MainContentCaptureSession.java | 33 import static android.view.contentcapture.ContentCaptureManager.RESULT_CODE_FALSE; 105 private final ContentCaptureManager.StrippedContext mContext; 108 private final ContentCaptureManager mManager; 216 @NonNull ContentCaptureManager.StrippedContext context, in MainContentCaptureSession() 217 @NonNull ContentCaptureManager manager, in MainContentCaptureSession()
|
H A D | ContentCaptureManager.java | 214 public final class ContentCaptureManager { class 216 private static final String TAG = ContentCaptureManager.class.getSimpleName(); 494 public ContentCaptureManager(@NonNull Context context, in ContentCaptureManager() method in ContentCaptureManager
|
H A D | ContentCaptureEvent.java | 19 import static android.view.contentcapture.ContentCaptureManager.DEBUG; 20 import static android.view.contentcapture.ContentCaptureManager.NO_SESSION_ID;
|
H A D | ContentCaptureContext.java | 18 import static android.view.contentcapture.ContentCaptureManager.NO_SESSION_ID;
|
H A D | ContentCaptureSession.java | 21 import static android.view.contentcapture.ContentCaptureManager.NO_SESSION_ID;
|
/aosp14/frameworks/base/core/java/com/android/internal/policy/ |
H A D | DecorContext.java | 27 import android.view.contentcapture.ContentCaptureManager; 44 private ContentCaptureManager mContentCaptureManager; 81 mContentCaptureManager = (ContentCaptureManager) context.getSystemService(name); in getSystemService()
|
/aosp14/frameworks/base/core/java/android/service/voice/ |
H A D | VisualQueryDetectionService.java | 40 import android.view.contentcapture.ContentCaptureManager; 91 private ContentCaptureManager mContentCaptureManager; 156 mContentCaptureManager = new ContentCaptureManager(
|
H A D | HotwordDetectionService.java | 44 import android.view.contentcapture.ContentCaptureManager; 139 private ContentCaptureManager mContentCaptureManager; 212 mContentCaptureManager = new ContentCaptureManager(
|
/aosp14/frameworks/base/core/java/android/service/contentcapture/ |
H A D | DataShareReadAdapter.java | 22 import android.view.contentcapture.ContentCaptureManager.DataShareError;
|
H A D | ContentCaptureService.java | 23 import static android.view.contentcapture.ContentCaptureManager.NO_SESSION_ID; 50 import android.view.contentcapture.ContentCaptureManager;
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | Service.java | 42 import android.view.contentcapture.ContentCaptureManager; 318 ContentCaptureManager.ContentCaptureClient { 1022 public final ContentCaptureManager.ContentCaptureClient getContentCaptureClient() {
|
H A D | SystemServiceRegistry.java | 235 import android.view.contentcapture.ContentCaptureManager; 1172 registerService(Context.CONTENT_CAPTURE_MANAGER_SERVICE, ContentCaptureManager.class, in registerService() 1173 new CachedServiceFetcher<ContentCaptureManager>() { in registerService() 1175 public ContentCaptureManager createService(ContextImpl ctx) in registerService() 1187 return new ContentCaptureManager(outerContext, service, options); in registerService()
|
H A D | Activity.java | 150 import android.view.contentcapture.ContentCaptureManager; 151 import android.view.contentcapture.ContentCaptureManager.ContentCaptureClient; 761 ContentCaptureManager.ContentCaptureClient { 888 @Nullable private ContentCaptureManager mContentCaptureManager; 1227 @Nullable private ContentCaptureManager getContentCaptureManager() { in getContentCaptureManager() 1231 mContentCaptureManager = getSystemService(ContentCaptureManager.class); in getContentCaptureManager() 1273 final ContentCaptureManager cm = getContentCaptureManager(); in notifyContentCaptureManagerIfNeeded() 1304 final ContentCaptureManager cm = getContentCaptureManager(); in setLocusContextToContentCapture() 7764 ContentCaptureManager.DUMPABLE_NAME);
|
/aosp14/frameworks/base/core/tests/coretests/src/android/content/ |
H A D | ContentCaptureOptionsTest.java | 27 import android.view.contentcapture.ContentCaptureManager.ContentCaptureClient;
|
/aosp14/frameworks/base/services/java/com/android/server/ |
H A D | SystemServer.java | 95 import android.view.contentcapture.ContentCaptureManager; 3261 ContentCaptureManager.DEVICE_CONFIG_PROPERTY_SERVICE_EXPLICITLY_ENABLED); in startContentCaptureService()
|
/aosp14/frameworks/base/core/java/android/widget/ |
H A D | AbsListView.java | 80 import android.view.contentcapture.ContentCaptureManager; 894 if (!ContentCaptureManager.DEVICE_CONFIG_PROPERTY_REPORT_LIST_VIEW_CHILDREN in onPropertiesChanged() 909 ContentCaptureManager.DEVICE_CONFIG_PROPERTY_REPORT_LIST_VIEW_CHILDREN, in setupDeviceConfigProperties()
|