Searched refs:whitelistedComponents (Results 1 – 5 of 5) sorted by relevance
78 public final ArraySet<ComponentName> whitelistedComponents; field in ContentCaptureOptions102 @Nullable ArraySet<ComponentName> whitelistedComponents) { in ContentCaptureOptions() argument104 textChangeFlushingFrequencyMs, logHistorySize, whitelistedComponents); in ContentCaptureOptions()109 public ContentCaptureOptions(@Nullable ArraySet<ComponentName> whitelistedComponents) { in ContentCaptureOptions() argument114 ContentCaptureManager.DEFAULT_LOG_HISTORY_SIZE, whitelistedComponents); in ContentCaptureOptions()119 @Nullable ArraySet<ComponentName> whitelistedComponents) { in ContentCaptureOptions() argument126 this.whitelistedComponents = whitelistedComponents; in ContentCaptureOptions()154 if (whitelistedComponents == null) return true; // whole package is allowlisted in isWhitelisted()161 return whitelistedComponents.contains(client.contentCaptureClientGetComponentName()); in isWhitelisted()175 if (whitelistedComponents != null) { in toString()[all …]
124 final ArraySet<ComponentName> whitelistedComponents = getWhitelistedComponents(packageName); in isWhitelisted() local125 if (whitelistedComponents != null) { in isWhitelisted()126 return whitelistedComponents.contains(componentName); in isWhitelisted()
973 ArraySet<ComponentName> whitelistedComponents = null; in getOptions() local978 whitelistedComponents = getWhitelistedComponents(userId, packageName); in getOptions()979 if (whitelistedComponents == null in getOptions()998 if (!packageWhitelisted && whitelistedComponents == null) { in getOptions()1009 whitelistedComponents); in getOptions()
268 ConcreteCollection: android.content.ContentCaptureOptions#whitelistedComponents:
720 … @Nullable public final android.util.ArraySet<android.content.ComponentName> whitelistedComponents;