/frameworks/base/core/tests/coretests/src/android/content/ |
D | ContentCaptureOptionsTest.java | 52 private static final ContentCaptureOptions CONTENT_CAPTURE_OPTIONS = 53 new ContentCaptureOptions( 61 new ContentCaptureOptions.ContentProtectionOptions( 80 ContentCaptureOptions options = new ContentCaptureOptions(null); in testIsWhitelisted_nullWhitelistedComponents() 86 ContentCaptureOptions options = new ContentCaptureOptions(toSet((ComponentName) null)); in testIsWhitelisted_emptyWhitelistedComponents() 92 ContentCaptureOptions options = new ContentCaptureOptions(toSet(COMPONENT1, COMPONENT2)); in testIsWhitelisted_notWhitelisted() 98 ContentCaptureOptions options = in testIsWhitelisted_whitelisted() 99 new ContentCaptureOptions(toSet(COMPONENT1, CONTEXT_COMPONENT)); in testIsWhitelisted_whitelisted() 105 ContentCaptureOptions options = new ContentCaptureOptions(toSet(CONTEXT_COMPONENT)); in testIsWhitelisted_invalidContext() 112 ContentCaptureOptions options = new ContentCaptureOptions(toSet(CONTEXT_COMPONENT)); in testIsWhitelisted_clientWithNullComponentName() [all …]
|
D | OWNERS | 8 per-file ContentCaptureOptions* = file:/core/java/android/view/contentcapture/OWNERS
|
/frameworks/base/core/tests/coretests/src/android/view/contentcapture/ |
D | ContentCaptureManagerTest.java | 24 import android.content.ContentCaptureOptions; 48 private static final ContentCaptureOptions EMPTY_OPTIONS = new ContentCaptureOptions(null); 72 ContentCaptureOptions options = in testConstructor_contentProtection_disabled_bufferNotCreated() 74 new ContentCaptureOptions.ContentProtectionOptions( in testConstructor_contentProtection_disabled_bufferNotCreated() 89 ContentCaptureOptions options = in testConstructor_contentProtection_invalidBufferSize_bufferNotCreated() 91 new ContentCaptureOptions.ContentProtectionOptions( in testConstructor_contentProtection_invalidBufferSize_bufferNotCreated() 106 ContentCaptureOptions options = in testConstructor_contentProtection_enabled_bufferCreated() 108 new ContentCaptureOptions.ContentProtectionOptions( in testConstructor_contentProtection_enabled_bufferCreated() 197 private ContentCaptureOptions createOptions( in createOptions() 198 ContentCaptureOptions.ContentProtectionOptions contentProtectionOptions) { in createOptions() [all …]
|
D | MainContentCaptureSessionV2Test.java | 33 import android.content.ContentCaptureOptions; 132 ContentCaptureOptions options = in onSessionStarted_contentProtectionNoBuffer_processorNotCreated() 135 new ContentCaptureOptions.ContentProtectionOptions( in onSessionStarted_contentProtectionNoBuffer_processorNotCreated() 153 ContentCaptureOptions options = in onSessionStarted_contentProtectionNoGroups_processorNotCreated() 156 new ContentCaptureOptions.ContentProtectionOptions( in onSessionStarted_contentProtectionNoGroups_processorNotCreated() 258 ContentCaptureOptions options = in flush_contentCaptureDisabled_contentProtectionDisabled() 293 ContentCaptureOptions options = in flush_contentCaptureEnabled_contentProtectionDisabled() 311 ContentCaptureOptions options = in flush_contentCaptureEnabled_contentProtectionEnabled() 358 ContentCaptureOptions options = in notifyContentCaptureEvents_notStarted_ContentCaptureDisabled_ProtectionDisabled() 375 ContentCaptureOptions options = in notifyContentCaptureEvents_started_ContentCaptureDisabled_ProtectionDisabled() [all …]
|
D | MainContentCaptureSessionTest.java | 33 import android.content.ContentCaptureOptions; 132 ContentCaptureOptions options = in onSessionStarted_contentProtectionNoBuffer_processorNotCreated() 135 new ContentCaptureOptions.ContentProtectionOptions( in onSessionStarted_contentProtectionNoBuffer_processorNotCreated() 153 ContentCaptureOptions options = in onSessionStarted_contentProtectionNoGroups_processorNotCreated() 156 new ContentCaptureOptions.ContentProtectionOptions( in onSessionStarted_contentProtectionNoGroups_processorNotCreated() 258 ContentCaptureOptions options = in flush_contentCaptureDisabled_contentProtectionDisabled() 293 ContentCaptureOptions options = in flush_contentCaptureEnabled_contentProtectionDisabled() 311 ContentCaptureOptions options = in flush_contentCaptureEnabled_contentProtectionEnabled() 358 ContentCaptureOptions options = in notifyContentCaptureEvents_notStarted_ContentCaptureDisabled_ProtectionDisabled() 375 ContentCaptureOptions options = in notifyContentCaptureEvents_started_ContentCaptureDisabled_ProtectionDisabled() [all …]
|
/frameworks/base/core/java/android/content/ |
D | ContentCaptureOptions.java | 48 public final class ContentCaptureOptions implements Parcelable { class 50 private static final String TAG = ContentCaptureOptions.class.getSimpleName(); 115 public ContentCaptureOptions(int loggingLevel) { in ContentCaptureOptions() method in ContentCaptureOptions 135 public ContentCaptureOptions( in ContentCaptureOptions() method in ContentCaptureOptions 157 public ContentCaptureOptions( in ContentCaptureOptions() method in ContentCaptureOptions 183 public ContentCaptureOptions(@Nullable ArraySet<ComponentName> whitelistedComponents) { in ContentCaptureOptions() method in ContentCaptureOptions 196 private ContentCaptureOptions( in ContentCaptureOptions() method in ContentCaptureOptions 220 public static ContentCaptureOptions forWhitelistingItself() { in forWhitelistingItself() 234 final ContentCaptureOptions options = in forWhitelistingItself() 235 new ContentCaptureOptions(/* whitelistedComponents= */ null); in forWhitelistingItself() [all …]
|
D | ContentCaptureOptions.aidl | 19 parcelable ContentCaptureOptions;
|
D | OWNERS | 11 per-file ContentCaptureOptions* = file:/core/java/android/service/contentcapture/OWNERS
|
/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()
|
/frameworks/base/core/java/android/service/contentcapture/ |
D | IContentCaptureServiceCallback.aidl | 22 import android.content.ContentCaptureOptions; 38 in ContentCaptureOptions options, int flushReason); in writeSessionFlush()
|
D | IContentProtectionAllowlistCallback.aidl | 22 import android.content.ContentCaptureOptions;
|
D | ContentCaptureService.java | 34 import android.content.ContentCaptureOptions; 247 ContentCaptureOptions options) { 541 @Nullable ContentCaptureOptions options) { in handleSendEvents() 751 @NonNull FlushMetrics flushMetrics, @Nullable ContentCaptureOptions options, in writeFlushMetrics()
|
/frameworks/base/services/core/java/com/android/server/contentcapture/ |
D | ContentCaptureManagerInternal.java | 23 import android.content.ContentCaptureOptions; 67 public abstract ContentCaptureOptions getOptionsForPackage(@UserIdInt int userId, in getOptionsForPackage()
|
/frameworks/base/core/java/android/service/voice/ |
D | ISandboxedDetectionService.aidl | 19 import android.content.ContentCaptureOptions; 63 in ContentCaptureOptions options); in updateContentCaptureManager()
|
D | VisualQueryDetectionService.java | 26 import android.content.ContentCaptureOptions; 155 ContentCaptureOptions options) {
|
D | HotwordDetectionService.java | 31 import android.content.ContentCaptureOptions; 222 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 | 60 import android.content.ContentCaptureOptions; 774 void updateOptions(String packageName, ContentCaptureOptions options) { in updateOptions() 1249 final ContentCaptureOptions options = mGlobalContentCaptureOptions.getOptions(userId, in registerContentCaptureOptionsCallback() 1391 public ContentCaptureOptions getOptionsForPackage(int userId, @NonNull String packageName) { in getOptionsForPackage() 1449 public ContentCaptureOptions getOptions(@UserIdInt int userId, in getOptions() 1468 return new ContentCaptureOptions(mDevCfgLoggingLevel); in getOptions() 1493 final ContentCaptureOptions options = in getOptions() 1494 new ContentCaptureOptions( in getOptions() 1502 new ContentCaptureOptions.ContentProtectionOptions( in getOptions()
|
/frameworks/base/core/java/android/view/contentprotection/ |
D | ContentProtectionEventProcessor.java | 21 import android.content.ContentCaptureOptions; 67 @NonNull private final ContentCaptureOptions.ContentProtectionOptions mOptions; 91 @NonNull ContentCaptureOptions.ContentProtectionOptions options) { in ContentProtectionEventProcessor()
|
/frameworks/base/apct-tests/perftests/contentcapture/src/android/view/contentcapture/ |
D | AbstractContentCapturePerfTestCase.java | 28 import android.content.ContentCaptureOptions; 157 final ContentCaptureOptions options = new ContentCaptureOptions(null); in setAllowSelf()
|
/frameworks/base/core/java/com/android/internal/policy/ |
D | DecorContext.java | 20 import android.content.ContentCaptureOptions; 117 public ContentCaptureOptions getContentCaptureOptions() { in getContentCaptureOptions()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/contentcapture/ |
D | ContentCaptureManagerServiceTest.java | 31 import android.content.ContentCaptureOptions; 273 ContentCaptureOptions actual = in getOptions_contentCaptureDisabled_contentProtectionDisabled() 289 ContentCaptureOptions actual = in getOptions_contentCaptureDisabled_contentProtectionEnabled() 305 ContentCaptureOptions actual = in getOptions_contentCaptureEnabled_contentProtectionDisabled() 327 ContentCaptureOptions actual = in getOptions_contentCaptureEnabled_contentProtectionEnabled()
|
/frameworks/base/core/tests/coretests/src/android/view/contentprotection/ |
D | ContentProtectionEventProcessorTest.java | 34 import android.content.ContentCaptureOptions; 112 private static final ContentCaptureOptions.ContentProtectionOptions OPTIONS = 113 new ContentCaptureOptions.ContentProtectionOptions(
|
/frameworks/base/core/java/android/app/ |
D | IApplicationThread.aidl | 29 import android.content.ContentCaptureOptions; 92 in ContentCaptureOptions contentCaptureOptions, in long[] disabledCompatChanges, in bindApplication()
|