/aosp12/frameworks/base/core/java/android/content/ |
H A D | ContentCaptureOptions.java | 43 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 D | ContentCaptureOptions.aidl | 19 parcelable ContentCaptureOptions;
|
H A D | OWNERS | 11 per-file ContentCaptureOptions* = file:/core/java/android/service/contentcapture/OWNERS
|
H A D | ContextWrapper.java | 1242 public @Nullable ContentCaptureOptions getContentCaptureOptions() { in getContentCaptureOptions() 1251 public void setContentCaptureOptions(@Nullable ContentCaptureOptions options) { in setContentCaptureOptions()
|
H A D | Context.java | 6846 public ContentCaptureOptions getContentCaptureOptions() { in getContentCaptureOptions() 6855 @SuppressWarnings("unused") @Nullable ContentCaptureOptions options) { in setContentCaptureOptions()
|
/aosp12/frameworks/base/core/tests/coretests/src/android/content/ |
H A 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()
|
/aosp12/frameworks/base/core/tests/coretests/src/android/view/contentcapture/ |
H A D | ContentCaptureManagerTest.java | 21 import android.content.ContentCaptureOptions; 51 final ContentCaptureOptions options = new ContentCaptureOptions(null); in testRemoveData_invalidParametersThrowsException()
|
/aosp12/frameworks/base/core/java/android/view/contentcapture/ |
H A D | IContentCaptureOptionsCallback.aidl | 19 import android.content.ContentCaptureOptions; 30 void setContentCaptureOptions(in ContentCaptureOptions options); in setContentCaptureOptions()
|
H A D | IContentCaptureDirectManager.aidl | 21 import android.content.ContentCaptureOptions; 31 void sendEvents(in ParceledListSlice events, int reason, in ContentCaptureOptions options); in sendEvents()
|
H A D | ContentCaptureManager.java | 34 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 D | IContentCaptureServiceCallback.aidl | 22 import android.content.ContentCaptureOptions; 38 in ContentCaptureOptions options, int flushReason); in writeSessionFlush()
|
H A 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()
|
/aosp12/frameworks/base/services/core/java/com/android/server/contentcapture/ |
H A D | ContentCaptureManagerInternal.java | 22 import android.content.ContentCaptureOptions; 57 public abstract ContentCaptureOptions getOptionsForPackage(@UserIdInt int userId, in getOptionsForPackage()
|
/aosp12/frameworks/base/core/java/android/service/voice/ |
H A D | IHotwordDetectionService.aidl | 19 import android.content.ContentCaptureOptions; 58 in ContentCaptureOptions options); in updateContentCaptureManager()
|
H A D | HotwordDetectionService.java | 29 import android.content.ContentCaptureOptions; 195 ContentCaptureOptions options) {
|
/aosp12/frameworks/base/apct-tests/perftests/contentcapture/src/android/view/contentcapture/ |
H A D | AbstractContentCapturePerfTestCase.java | 26 import android.content.ContentCaptureOptions; 155 final ContentCaptureOptions options = new ContentCaptureOptions(null); in setAllowSelf()
|
/aosp12/frameworks/base/core/java/com/android/internal/policy/ |
H A D | DecorContext.java | 20 import android.content.ContentCaptureOptions; 124 public ContentCaptureOptions getContentCaptureOptions() { in getContentCaptureOptions()
|
/aosp12/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/ |
H A D | ContentCaptureMetricsLogger.java | 21 import android.content.ContentCaptureOptions; 99 @NonNull ContentCaptureOptions options, int flushReason) { in writeSessionFlush()
|
H A D | ContentCaptureManagerService.java | 46 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 D | ContentCapturePerUserService.java | 42 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 D | IApplicationThread.aidl | 27 import android.content.ContentCaptureOptions; 82 in ContentCaptureOptions contentCaptureOptions, in long[] disabledCompatChanges, in bindApplication()
|
H A D | ContextImpl.java | 33 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 D | TransactionParcelTests.java | 36 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 D | HotwordDetectionConnection.java | 29 import android.content.ContentCaptureOptions; 887 new ContentCaptureOptions(null))); in updateContentCaptureManager()
|
/aosp12/frameworks/base/core/api/ |
H A D | test-lint-baseline.txt | 266 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:
|