Home
last modified time | relevance | path

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

12

/aosp12/frameworks/base/core/java/android/content/
H A DContentCaptureOptions.java43 public final class ContentCaptureOptions implements Parcelable { class
45 private static final String TAG = ContentCaptureOptions.class.getSimpleName();
90 public ContentCaptureOptions(int loggingLevel) { in ContentCaptureOptions() method in ContentCaptureOptions
129 public static ContentCaptureOptions forWhitelistingItself() { in forWhitelistingItself()
143 final ContentCaptureOptions options = in forWhitelistingItself()
144 new ContentCaptureOptions(/* whitelistedComponents= */ null); in forWhitelistingItself()
216 new Parcelable.Creator<ContentCaptureOptions>() {
219 public ContentCaptureOptions createFromParcel(Parcel parcel) {
223 return new ContentCaptureOptions(loggingLevel);
238 public ContentCaptureOptions[] newArray(int size) {
[all …]
H A DContentCaptureOptions.aidl19 parcelable ContentCaptureOptions;
H A DOWNERS11 per-file ContentCaptureOptions* = file:/core/java/android/service/contentcapture/OWNERS
H A DContextWrapper.java1242 public @Nullable ContentCaptureOptions getContentCaptureOptions() { in getContentCaptureOptions()
1251 public void setContentCaptureOptions(@Nullable ContentCaptureOptions options) { in setContentCaptureOptions()
H A DContext.java6846 public ContentCaptureOptions getContentCaptureOptions() { in getContentCaptureOptions()
6855 @SuppressWarnings("unused") @Nullable ContentCaptureOptions options) { in setContentCaptureOptions()
/aosp12/frameworks/base/core/tests/coretests/src/android/content/
H A 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()
/aosp12/frameworks/base/core/tests/coretests/src/android/view/contentcapture/
H A DContentCaptureManagerTest.java21 import android.content.ContentCaptureOptions;
51 final ContentCaptureOptions options = new ContentCaptureOptions(null); in testRemoveData_invalidParametersThrowsException()
/aosp12/frameworks/base/core/java/android/view/contentcapture/
H A DIContentCaptureOptionsCallback.aidl19 import android.content.ContentCaptureOptions;
30 void setContentCaptureOptions(in ContentCaptureOptions options); in setContentCaptureOptions()
H A DIContentCaptureDirectManager.aidl21 import android.content.ContentCaptureOptions;
31 void sendEvents(in ParceledListSlice events, int reason, in ContentCaptureOptions options); in sendEvents()
H A DContentCaptureManager.java34 import android.content.ContentCaptureOptions;
375 final ContentCaptureOptions mOptions;
400 @NonNull IContentCaptureManager service, @NonNull ContentCaptureOptions options) { in ContentCaptureManager()
/aosp12/frameworks/base/core/java/android/service/contentcapture/
H A DIContentCaptureServiceCallback.aidl22 import android.content.ContentCaptureOptions;
38 in ContentCaptureOptions options, int flushReason); in writeSessionFlush()
H A DContentCaptureService.java31 import android.content.ContentCaptureOptions;
198 ContentCaptureOptions options) {
464 @Nullable ContentCaptureOptions options) { in handleSendEvents()
643 @NonNull FlushMetrics flushMetrics, @Nullable ContentCaptureOptions options, in writeFlushMetrics()
/aosp12/frameworks/base/services/core/java/com/android/server/contentcapture/
H A DContentCaptureManagerInternal.java22 import android.content.ContentCaptureOptions;
57 public abstract ContentCaptureOptions getOptionsForPackage(@UserIdInt int userId, in getOptionsForPackage()
/aosp12/frameworks/base/core/java/android/service/voice/
H A DIHotwordDetectionService.aidl19 import android.content.ContentCaptureOptions;
58 in ContentCaptureOptions options); in updateContentCaptureManager()
H A DHotwordDetectionService.java29 import android.content.ContentCaptureOptions;
195 ContentCaptureOptions options) {
/aosp12/frameworks/base/apct-tests/perftests/contentcapture/src/android/view/contentcapture/
H A DAbstractContentCapturePerfTestCase.java26 import android.content.ContentCaptureOptions;
155 final ContentCaptureOptions options = new ContentCaptureOptions(null); in setAllowSelf()
/aosp12/frameworks/base/core/java/com/android/internal/policy/
H A DDecorContext.java20 import android.content.ContentCaptureOptions;
124 public ContentCaptureOptions getContentCaptureOptions() { in getContentCaptureOptions()
/aosp12/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/
H A DContentCaptureMetricsLogger.java21 import android.content.ContentCaptureOptions;
99 @NonNull ContentCaptureOptions options, int flushReason) { in writeSessionFlush()
H A DContentCaptureManagerService.java46 import android.content.ContentCaptureOptions;
534 void updateOptions(String packageName, ContentCaptureOptions options) { in updateOptions()
817 final ContentCaptureOptions options = mGlobalContentCaptureOptions.getOptions(userId, in registerContentCaptureOptionsCallback()
915 public ContentCaptureOptions getOptionsForPackage(int userId, @NonNull String packageName) { in getOptionsForPackage()
970 public ContentCaptureOptions getOptions(@UserIdInt int userId, in getOptions()
984 return new ContentCaptureOptions(mDevCfgLoggingLevel); in getOptions()
1006 final ContentCaptureOptions options = new ContentCaptureOptions(mDevCfgLoggingLevel, in getOptions()
H A DContentCapturePerUserService.java42 import android.content.ContentCaptureOptions;
742 ContentCaptureOptions options, int flushReason) { in writeSessionFlush()
759 ContentCaptureOptions options = mMaster.mGlobalContentCaptureOptions in updateContentCaptureOptions()
/aosp12/frameworks/base/core/java/android/app/
H A DIApplicationThread.aidl27 import android.content.ContentCaptureOptions;
82 in ContentCaptureOptions contentCaptureOptions, in long[] disabledCompatChanges, in bindApplication()
H A DContextImpl.java33 import android.content.ContentCaptureOptions;
268 private ContentCaptureOptions mContentCaptureOptions = null;
2974 public ContentCaptureOptions getContentCaptureOptions() { in getContentCaptureOptions()
2980 public void setContentCaptureOptions(ContentCaptureOptions options) { in setContentCaptureOptions()
/aosp12/frameworks/base/core/tests/coretests/src/android/app/servertransaction/
H A DTransactionParcelTests.java36 import android.content.ContentCaptureOptions;
455 AutofillOptions ao, ContentCaptureOptions co, long[] disableCompatChanges, in bindApplication()
/aosp12/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
H A DHotwordDetectionConnection.java29 import android.content.ContentCaptureOptions;
887 new ContentCaptureOptions(null))); in updateContentCaptureManager()
/aosp12/frameworks/base/core/api/
H A Dtest-lint-baseline.txt266 ConcreteCollection: android.content.ContentCaptureOptions#ContentCaptureOptions(int, int, int, int,…
268 ConcreteCollection: android.content.ContentCaptureOptions#whitelistedComponents:
880 MissingNullability: android.content.ContentCaptureOptions#forWhitelistingItself():
882 MissingNullability: android.content.ContentCaptureOptions#writeToParcel(android.os.Parcel, int) par…
894 …d.content.ContextWrapper#setContentCaptureOptions(android.content.ContentCaptureOptions) parameter…
2980 UserHandleName: android.content.ContentCaptureOptions:

12