Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/contentcapture/
DContentCaptureManagerServiceTest.java106 private List<List<String>> mDevCfgContentProtectionOptionalGroups = Collections.emptyList(); field in ContentCaptureManagerServiceTest
492 mDevCfgContentProtectionOptionalGroups = Collections.emptyList(); in isContentProtectionReceiverEnabled_false_emptyGroups()
600 this.mDevCfgContentProtectionOptionalGroups = in TestContentCaptureManagerService()
601 ContentCaptureManagerServiceTest.this.mDevCfgContentProtectionOptionalGroups; in TestContentCaptureManagerService()
/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/
DContentCaptureManagerService.java229 List<List<String>> mDevCfgContentProtectionOptionalGroups; field in ContentCaptureManagerService
275 mDevCfgContentProtectionOptionalGroups = in ContentCaptureManagerService()
619 mDevCfgContentProtectionOptionalGroups = contentProtectionOptionalGroups; in setFineTuneParamsFromDeviceConfig()
917 pw.println(mDevCfgContentProtectionOptionalGroups.size()); in dumpLocked()
1083 && mDevCfgContentProtectionOptionalGroups.isEmpty()); in isContentProtectionEnabledLocked()
1506 mDevCfgContentProtectionOptionalGroups, in getOptions()