Home
last modified time | relevance | path

Searched refs:mGlobalContentCaptureOptions (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/contentcapture/
H A DContentCaptureManagerServiceTest.java187 mContentCaptureManagerService.mGlobalContentCaptureOptions.getOptions( in getOptions_contentCaptureDisabled_contentProtectionDisabled()
203 mContentCaptureManagerService.mGlobalContentCaptureOptions.getOptions( in getOptions_contentCaptureDisabled_contentProtectionEnabled()
217 mContentCaptureManagerService.mGlobalContentCaptureOptions.setWhitelist( in getOptions_contentCaptureEnabled_contentProtectionDisabled()
221 mContentCaptureManagerService.mGlobalContentCaptureOptions.getOptions( in getOptions_contentCaptureEnabled_contentProtectionDisabled()
239 mContentCaptureManagerService.mGlobalContentCaptureOptions.setWhitelist( in getOptions_contentCaptureEnabled_contentProtectionEnabled()
243 mContentCaptureManagerService.mGlobalContentCaptureOptions.getOptions( in getOptions_contentCaptureEnabled_contentProtectionEnabled()
259 mContentCaptureManagerService.mGlobalContentCaptureOptions.isWhitelisted( in isWhitelisted_packageName_contentCaptureDisabled_contentProtectionNotGranted()
274 mContentCaptureManagerService.mGlobalContentCaptureOptions.isWhitelisted( in isWhitelisted_packageName_contentCaptureDisabled_contentProtectionDisabled()
289 mContentCaptureManagerService.mGlobalContentCaptureOptions.isWhitelisted( in isWhitelisted_packageName_contentCaptureDisabled_contentProtectionEnabled()
299 mContentCaptureManagerService.mGlobalContentCaptureOptions.setWhitelist( in isWhitelisted_packageName_contentCaptureEnabled_contentProtectionNotChecked()
[all …]
/aosp14/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/
H A DContentCapturePerUserService.java270 final boolean whiteListed = mMaster.mGlobalContentCaptureOptions.isWhitelisted(mUserId, in startSessionLocked()
271 componentName) || mMaster.mGlobalContentCaptureOptions.isWhitelisted(mUserId, in startSessionLocked()
545 allowPackages = mMaster.mGlobalContentCaptureOptions.getWhitelistedPackages(mUserId); in getContentCaptureAllowlist()
619 mMaster.mGlobalContentCaptureOptions.resetWhitelist(mUserId); in resetContentCaptureWhitelistLocked()
638 mMaster.mGlobalContentCaptureOptions.getWhitelistedPackages(mUserId); in setContentCaptureWhitelist()
642 mMaster.mGlobalContentCaptureOptions.setWhitelist(mUserId, packages, activities); in setContentCaptureWhitelist()
658 final boolean whitelisted = mMaster.mGlobalContentCaptureOptions in setContentCaptureWhitelist()
723 ArraySet<String> adding = mMaster.mGlobalContentCaptureOptions in updateContentCaptureOptions()
735 ContentCaptureOptions options = mMaster.mGlobalContentCaptureOptions in updateContentCaptureOptions()
H A DContentCaptureManagerService.java215 final GlobalContentCaptureOptions mGlobalContentCaptureOptions = field in ContentCaptureManagerService
257 mGlobalContentCaptureOptions.setServiceInfo(userId, in ContentCaptureManagerService()
322 mGlobalContentCaptureOptions.setServiceInfo(userId, serviceName, isTemporary); in onServiceNameChanged()
791 mGlobalContentCaptureOptions.dump(prefix2, pw); in dumpLocked()
1056 final ContentCaptureOptions options = mGlobalContentCaptureOptions.getOptions(userId, in registerContentCaptureOptionsCallback()
1168 return mGlobalContentCaptureOptions.getOptions(userId, packageName); in getOptionsForPackage()