/frameworks/base/core/tests/coretests/src/android/content/ |
D | ContentCaptureOptionsTest.java | 58 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/ |
D | ContentCaptureOptions.java | 43 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 …]
|
D | ContentCaptureOptions.aidl | 19 parcelable ContentCaptureOptions;
|
D | OWNERS | 12 per-file ContentCaptureOptions* = file:/core/java/android/service/contentcapture/OWNERS
|
D | ContextWrapper.java | 1290 public @Nullable ContentCaptureOptions getContentCaptureOptions() { in getContentCaptureOptions() 1299 public void setContentCaptureOptions(@Nullable ContentCaptureOptions options) { in setContentCaptureOptions()
|
D | Context.java | 7284 public ContentCaptureOptions getContentCaptureOptions() { in getContentCaptureOptions() 7293 @SuppressWarnings("unused") @Nullable ContentCaptureOptions options) { in setContentCaptureOptions()
|
/frameworks/base/core/tests/coretests/src/android/view/contentcapture/ |
D | ContentCaptureManagerTest.java | 23 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/ |
D | IContentCaptureOptionsCallback.aidl | 19 import android.content.ContentCaptureOptions; 30 void setContentCaptureOptions(in ContentCaptureOptions options); in setContentCaptureOptions()
|
D | IContentCaptureDirectManager.aidl | 21 import android.content.ContentCaptureOptions; 31 void sendEvents(in ParceledListSlice events, int reason, in ContentCaptureOptions options); in sendEvents()
|
D | ContentCaptureManager.java | 35 import android.content.ContentCaptureOptions; 400 final ContentCaptureOptions mOptions; 455 @NonNull IContentCaptureManager service, @NonNull ContentCaptureOptions options) { in ContentCaptureManager()
|
/frameworks/base/core/java/android/service/contentcapture/ |
D | IContentCaptureServiceCallback.aidl | 22 import android.content.ContentCaptureOptions; 38 in ContentCaptureOptions options, int flushReason); in writeSessionFlush()
|
D | ContentCaptureService.java | 31 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/ |
D | ContentCaptureManagerInternal.java | 22 import android.content.ContentCaptureOptions; 57 public abstract ContentCaptureOptions getOptionsForPackage(@UserIdInt int userId, in getOptionsForPackage()
|
/frameworks/base/core/java/android/service/voice/ |
D | IHotwordDetectionService.aidl | 19 import android.content.ContentCaptureOptions; 58 in ContentCaptureOptions options); in updateContentCaptureManager()
|
D | HotwordDetectionService.java | 29 import android.content.ContentCaptureOptions; 201 ContentCaptureOptions options) {
|
/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/ |
D | ContentCaptureMetricsLogger.java | 21 import android.content.ContentCaptureOptions; 72 @NonNull FlushMetrics fm, @NonNull ContentCaptureOptions options, in writeSessionFlush()
|
D | ContentCaptureManagerService.java | 46 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()
|
D | ContentCapturePerUserService.java | 42 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/ |
D | AbstractContentCapturePerfTestCase.java | 26 import android.content.ContentCaptureOptions; 155 final ContentCaptureOptions options = new ContentCaptureOptions(null); in setAllowSelf()
|
/frameworks/base/core/java/com/android/internal/policy/ |
D | DecorContext.java | 20 import android.content.ContentCaptureOptions; 124 public ContentCaptureOptions getContentCaptureOptions() { in getContentCaptureOptions()
|
/frameworks/base/core/java/android/app/ |
D | IApplicationThread.aidl | 27 import android.content.ContentCaptureOptions; 83 in ContentCaptureOptions contentCaptureOptions, in long[] disabledCompatChanges, in bindApplication()
|
D | ContextImpl.java | 33 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/ |
D | TransactionParcelTests.java | 36 import android.content.ContentCaptureOptions; 435 AutofillOptions ao, ContentCaptureOptions co, long[] disableCompatChanges, in bindApplication()
|
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/ |
D | HotwordDetectionConnection.java | 65 import android.content.ContentCaptureOptions; 1227 new ContentCaptureOptions(null))); in updateContentCaptureManager()
|
/frameworks/base/core/api/ |
D | test-lint-baseline.txt | 34 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`
|