Home
last modified time | relevance | path

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

/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/privacysources/
DSafetyCenterReceiver.kt173 sourceIdsToRefresh: List<String> in refreshSafetySources()
175 for (sourceId in sourceIdsToRefresh) { in refreshSafetySources()
/packages/modules/Permission/service/java/com/android/safetycenter/
DSafetyCenterBroadcastDispatcher.java285 List<String> sourceIdsToRefresh, in createRefreshIntent() argument
287 String[] sourceIdsArray = sourceIdsToRefresh.toArray(new String[0]); in createRefreshIntent()