Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/contentcapture/
DContentCaptureManagerServiceTest.java274 mContentCaptureManagerService.mGlobalContentCaptureOptions.getOptions( in getOptions_contentCaptureDisabled_contentProtectionDisabled()
290 mContentCaptureManagerService.mGlobalContentCaptureOptions.getOptions( in getOptions_contentCaptureDisabled_contentProtectionEnabled()
302 mContentCaptureManagerService.mGlobalContentCaptureOptions.setWhitelist( in getOptions_contentCaptureEnabled_contentProtectionDisabled()
306 mContentCaptureManagerService.mGlobalContentCaptureOptions.getOptions( in getOptions_contentCaptureEnabled_contentProtectionDisabled()
324 mContentCaptureManagerService.mGlobalContentCaptureOptions.setWhitelist( in getOptions_contentCaptureEnabled_contentProtectionEnabled()
328 mContentCaptureManagerService.mGlobalContentCaptureOptions.getOptions( in getOptions_contentCaptureEnabled_contentProtectionEnabled()
341 mContentCaptureManagerService.mGlobalContentCaptureOptions.isWhitelisted( in isWhitelisted_packageName_contentCaptureDisabled_contentProtectionDisabled()
357 mContentCaptureManagerService.mGlobalContentCaptureOptions.isWhitelisted( in isWhitelisted_packageName_contentCaptureDisabled_contentProtectionEnabled()
365 mContentCaptureManagerService.mGlobalContentCaptureOptions.setWhitelist( in isWhitelisted_packageName_contentCaptureEnabled_contentProtectionDisabled()
369 mContentCaptureManagerService.mGlobalContentCaptureOptions.isWhitelisted( in isWhitelisted_packageName_contentCaptureEnabled_contentProtectionDisabled()
[all …]
/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/
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()
623 mMaster.mGlobalContentCaptureOptions.resetWhitelist(mUserId); in resetContentCaptureWhitelistLocked()
642 mMaster.mGlobalContentCaptureOptions.getWhitelistedPackages(mUserId); in setContentCaptureWhitelist()
646 mMaster.mGlobalContentCaptureOptions.setWhitelist(mUserId, packages, activities); in setContentCaptureWhitelist()
662 final boolean whitelisted = mMaster.mGlobalContentCaptureOptions in setContentCaptureWhitelist()
727 ArraySet<String> adding = mMaster.mGlobalContentCaptureOptions in updateContentCaptureOptions()
739 ContentCaptureOptions options = mMaster.mGlobalContentCaptureOptions in updateContentCaptureOptions()
DContentCaptureManagerService.java252 final GlobalContentCaptureOptions mGlobalContentCaptureOptions = field in ContentCaptureManagerService
305 mGlobalContentCaptureOptions.setServiceInfo(userId, in ContentCaptureManagerService()
353 mGlobalContentCaptureOptions.setServiceInfo(userId, serviceName, isTemporary); in onServiceNameChanged()
935 mGlobalContentCaptureOptions.dump(prefix2, pw); in dumpLocked()
1249 final ContentCaptureOptions options = mGlobalContentCaptureOptions.getOptions(userId, in registerContentCaptureOptionsCallback()
1392 return mGlobalContentCaptureOptions.getOptions(userId, packageName); in getOptionsForPackage()