Home
last modified time | relevance | path

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

/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/
DContentCapturePerUserService.java107 private final ArrayMap<String, ArraySet<ContentCaptureCondition>> mConditionsByPkg = field in ContentCapturePerUserService
490 return mConditionsByPkg.get(packageName); in getContentCaptureConditionsLocked()
624 mConditionsByPkg.remove(packageName); in setContentCaptureConditions()
626 mConditionsByPkg.put(packageName, new ArraySet<>(conditions)); in setContentCaptureConditions()