Searched refs:mAllowList (Results 1 – 1 of 1) sorted by relevance
155 private Pair<Set<String>, Set<ComponentName>> mAllowList; field in CtsContentCaptureService.ServiceWatcher164 if (mAllowList != null) { in waitOnConnected()165 Log.d(TAG, "Allow after created: " + mAllowList); in waitOnConnected()166 mService.setContentCaptureWhitelist(mAllowList.first, mAllowList.second); in waitOnConnected()178 mAllowList = new Pair<>(pkgs, null); in setAllowSelf()