Home
last modified time | relevance | path

Searched refs:ContentCaptureOptions (Results 1 – 25 of 34) sorted by relevance

12

/frameworks/base/core/tests/coretests/src/android/content/
DContentCaptureOptionsTest.java58 ContentCaptureOptions options = new ContentCaptureOptions(null); in testIsWhitelisted_nullWhitelistedComponents()
64 ContentCaptureOptions options = new ContentCaptureOptions(toSet((ComponentName) null)); in testIsWhitelisted_emptyWhitelistedComponents()
70 ContentCaptureOptions options = new ContentCaptureOptions(toSet(mComp1, mComp2)); in testIsWhitelisted_notWhitelisted()
76 ContentCaptureOptions options = new ContentCaptureOptions(toSet(mComp1, mContextComponent)); in testIsWhitelisted_whitelisted()
82 ContentCaptureOptions options = new ContentCaptureOptions(toSet(mContextComponent)); in testIsWhitelisted_invalidContext()
89 ContentCaptureOptions options = new ContentCaptureOptions(toSet(mContextComponent)); in testIsWhitelisted_clientWithNullComponentName()
/frameworks/base/core/java/android/content/
DContentCaptureOptions.java43 public final class ContentCaptureOptions implements Parcelable { class
45 private static final String TAG = ContentCaptureOptions.class.getSimpleName();
96 public ContentCaptureOptions(int loggingLevel) { in ContentCaptureOptions() method in ContentCaptureOptions
106 public ContentCaptureOptions(int loggingLevel, int maxBufferSize, int idleFlushingFrequencyMs, in ContentCaptureOptions() method in ContentCaptureOptions
117 public ContentCaptureOptions(int loggingLevel, int maxBufferSize, int idleFlushingFrequencyMs, in ContentCaptureOptions() method in ContentCaptureOptions
129 public ContentCaptureOptions(@Nullable ArraySet<ComponentName> whitelistedComponents) { in ContentCaptureOptions() method in ContentCaptureOptions
139 private ContentCaptureOptions(boolean lite, int loggingLevel, int maxBufferSize, in ContentCaptureOptions() method in ContentCaptureOptions
153 public static ContentCaptureOptions forWhitelistingItself() { in forWhitelistingItself()
167 final ContentCaptureOptions options = in forWhitelistingItself()
168 new ContentCaptureOptions(/* whitelistedComponents= */ null); in forWhitelistingItself()
[all …]
DContentCaptureOptions.aidl19 parcelable ContentCaptureOptions;
DOWNERS12 per-file ContentCaptureOptions* = file:/core/java/android/service/contentcapture/OWNERS
DContextWrapper.java1290 public @Nullable ContentCaptureOptions getContentCaptureOptions() { in getContentCaptureOptions()
1299 public void setContentCaptureOptions(@Nullable ContentCaptureOptions options) { in setContentCaptureOptions()
DContext.java7284 public ContentCaptureOptions getContentCaptureOptions() { in getContentCaptureOptions()
7293 @SuppressWarnings("unused") @Nullable ContentCaptureOptions options) { in setContentCaptureOptions()
/frameworks/base/core/tests/coretests/src/android/view/contentcapture/
DContentCaptureManagerTest.java23 import android.content.ContentCaptureOptions;
53 final ContentCaptureOptions options = new ContentCaptureOptions(null); in testRemoveData_invalidParametersThrowsException()
64 final ContentCaptureOptions options = new ContentCaptureOptions(null); in testFlushViewTreeAppearingEventDisabled_setAndGet()
/frameworks/base/core/java/android/view/contentcapture/
DIContentCaptureOptionsCallback.aidl19 import android.content.ContentCaptureOptions;
30 void setContentCaptureOptions(in ContentCaptureOptions options); in setContentCaptureOptions()
DIContentCaptureDirectManager.aidl21 import android.content.ContentCaptureOptions;
31 void sendEvents(in ParceledListSlice events, int reason, in ContentCaptureOptions options); in sendEvents()
DContentCaptureManager.java35 import android.content.ContentCaptureOptions;
400 final ContentCaptureOptions mOptions;
455 @NonNull IContentCaptureManager service, @NonNull ContentCaptureOptions options) { in ContentCaptureManager()
/frameworks/base/core/java/android/service/contentcapture/
DIContentCaptureServiceCallback.aidl22 import android.content.ContentCaptureOptions;
38 in ContentCaptureOptions options, int flushReason); in writeSessionFlush()
DContentCaptureService.java31 import android.content.ContentCaptureOptions;
198 ContentCaptureOptions options) {
464 @Nullable ContentCaptureOptions options) { in handleSendEvents()
643 @NonNull FlushMetrics flushMetrics, @Nullable ContentCaptureOptions options, in writeFlushMetrics()
/frameworks/base/services/core/java/com/android/server/contentcapture/
DContentCaptureManagerInternal.java22 import android.content.ContentCaptureOptions;
57 public abstract ContentCaptureOptions getOptionsForPackage(@UserIdInt int userId, in getOptionsForPackage()
/frameworks/base/core/java/android/service/voice/
DIHotwordDetectionService.aidl19 import android.content.ContentCaptureOptions;
58 in ContentCaptureOptions options); in updateContentCaptureManager()
DHotwordDetectionService.java29 import android.content.ContentCaptureOptions;
201 ContentCaptureOptions options) {
/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/
DContentCaptureMetricsLogger.java21 import android.content.ContentCaptureOptions;
72 @NonNull FlushMetrics fm, @NonNull ContentCaptureOptions options, in writeSessionFlush()
DContentCaptureManagerService.java46 import android.content.ContentCaptureOptions;
544 void updateOptions(String packageName, ContentCaptureOptions options) { in updateOptions()
830 final ContentCaptureOptions options = mGlobalContentCaptureOptions.getOptions(userId, in registerContentCaptureOptionsCallback()
928 public ContentCaptureOptions getOptionsForPackage(int userId, @NonNull String packageName) { in getOptionsForPackage()
983 public ContentCaptureOptions getOptions(@UserIdInt int userId, in getOptions()
997 return new ContentCaptureOptions(mDevCfgLoggingLevel); in getOptions()
1020 final ContentCaptureOptions options = new ContentCaptureOptions(mDevCfgLoggingLevel, in getOptions()
DContentCapturePerUserService.java42 import android.content.ContentCaptureOptions;
715 ContentCaptureOptions options, int flushReason) { in writeSessionFlush()
734 ContentCaptureOptions options = mMaster.mGlobalContentCaptureOptions in updateContentCaptureOptions()
/frameworks/base/apct-tests/perftests/contentcapture/src/android/view/contentcapture/
DAbstractContentCapturePerfTestCase.java26 import android.content.ContentCaptureOptions;
155 final ContentCaptureOptions options = new ContentCaptureOptions(null); in setAllowSelf()
/frameworks/base/core/java/com/android/internal/policy/
DDecorContext.java20 import android.content.ContentCaptureOptions;
124 public ContentCaptureOptions getContentCaptureOptions() { in getContentCaptureOptions()
/frameworks/base/core/java/android/app/
DIApplicationThread.aidl27 import android.content.ContentCaptureOptions;
83 in ContentCaptureOptions contentCaptureOptions, in long[] disabledCompatChanges, in bindApplication()
DContextImpl.java33 import android.content.ContentCaptureOptions;
276 private ContentCaptureOptions mContentCaptureOptions = null;
3028 public ContentCaptureOptions getContentCaptureOptions() { in getContentCaptureOptions()
3034 public void setContentCaptureOptions(ContentCaptureOptions options) { in setContentCaptureOptions()
/frameworks/base/core/tests/coretests/src/android/app/servertransaction/
DTransactionParcelTests.java36 import android.content.ContentCaptureOptions;
435 AutofillOptions ao, ContentCaptureOptions co, long[] disableCompatChanges, in bindApplication()
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
DHotwordDetectionConnection.java65 import android.content.ContentCaptureOptions;
1227 new ContentCaptureOptions(null))); in updateContentCaptureManager()
/frameworks/base/core/api/
Dtest-lint-baseline.txt34 ConcreteCollection: android.content.ContentCaptureOptions#ContentCaptureOptions(int, int, int, int,…
36 ConcreteCollection: android.content.ContentCaptureOptions#whitelistedComponents:
248 MissingNullability: android.content.ContentCaptureOptions#forWhitelistingItself():
250 MissingNullability: android.content.ContentCaptureOptions#writeToParcel(android.os.Parcel, int) par…
1010 UserHandleName: android.content.ContentCaptureOptions:
1011 Classes holding a set of parameters should be called `FooParams`, was `ContentCaptureOptions`

12