Home
last modified time | relevance | path

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

/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/
DContentCapturePerUserService.java253 final boolean whiteListed = mMaster.mGlobalContentCaptureOptions.isWhitelisted(mUserId, in startSessionLocked()
254 componentName) || mMaster.mGlobalContentCaptureOptions.isWhitelisted(mUserId, in startSessionLocked()
561 mMaster.mGlobalContentCaptureOptions.resetWhitelist(mUserId); in resetContentCaptureWhitelistLocked()
578 mMaster.mGlobalContentCaptureOptions.setWhitelist(mUserId, packages, activities); in setContentCaptureWhitelist()
590 final boolean whitelisted = mMaster.mGlobalContentCaptureOptions in setContentCaptureWhitelist()
DContentCaptureManagerService.java127 final GlobalContentCaptureOptions mGlobalContentCaptureOptions = field in ContentCaptureManagerService
164 mGlobalContentCaptureOptions.setServiceInfo(userId, in ContentCaptureManagerService()
208 mGlobalContentCaptureOptions.setServiceInfo(userId, serviceName, isTemporary); in onServiceNameChanged()
539 mGlobalContentCaptureOptions.dump(prefix2, pw); in dumpLocked()
731 return mGlobalContentCaptureOptions.getOptions(userId, packageName); in getOptionsForPackage()