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.java111 private final ArrayMap<String, ArraySet<ContentCaptureCondition>> mConditionsByPkg = field in ContentCapturePerUserService
526 return mConditionsByPkg.get(packageName); in getContentCaptureConditionsLocked()
666 mConditionsByPkg.remove(packageName); in setContentCaptureConditions()
668 mConditionsByPkg.put(packageName, new ArraySet<>(conditions)); in setContentCaptureConditions()