Searched refs:mGlobalContentCaptureOptions (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/ |
D | ContentCapturePerUserService.java | 258 final boolean whiteListed = mMaster.mGlobalContentCaptureOptions.isWhitelisted(mUserId, in startSessionLocked() 259 componentName) || mMaster.mGlobalContentCaptureOptions.isWhitelisted(mUserId, in startSessionLocked() 597 mMaster.mGlobalContentCaptureOptions.resetWhitelist(mUserId); in resetContentCaptureWhitelistLocked() 616 mMaster.mGlobalContentCaptureOptions.getWhitelistedPackages(mUserId); in setContentCaptureWhitelist() 618 mMaster.mGlobalContentCaptureOptions.setWhitelist(mUserId, packages, activities); in setContentCaptureWhitelist() 632 final boolean whitelisted = mMaster.mGlobalContentCaptureOptions in setContentCaptureWhitelist() 697 ArraySet<String> adding = mMaster.mGlobalContentCaptureOptions in updateContentCaptureOptions() 707 ContentCaptureOptions options = mMaster.mGlobalContentCaptureOptions in updateContentCaptureOptions()
|
D | ContentCaptureManagerService.java | 181 final GlobalContentCaptureOptions mGlobalContentCaptureOptions = field in ContentCaptureManagerService 217 mGlobalContentCaptureOptions.setServiceInfo(userId, in ContentCaptureManagerService() 265 mGlobalContentCaptureOptions.setServiceInfo(userId, serviceName, isTemporary); in onServiceNameChanged() 649 mGlobalContentCaptureOptions.dump(prefix2, pw); in dumpLocked() 817 final ContentCaptureOptions options = mGlobalContentCaptureOptions.getOptions(userId, in registerContentCaptureOptionsCallback() 916 return mGlobalContentCaptureOptions.getOptions(userId, packageName); in getOptionsForPackage()
|