Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/safetycenter/
DSafetySourceBroadcastReceiver.java51 String[] sourceIdsExtra = in onReceive() local
55 if (sourceIdsExtra != null && sourceIdsExtra.length > 0 && refreshBroadcastId != null) { in onReceive()
61 ImmutableList.copyOf(sourceIdsExtra), in onReceive()
/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/safetycenter/
DSafetySourceBroadcastReceiver.kt57 val sourceIdsExtra = intent.getStringArrayExtra(EXTRA_REFRESH_SAFETY_SOURCE_IDS) in onReceive() constant
61 if (sourceIdsExtra != null && in onReceive()
62 sourceIdsExtra.isNotEmpty() && in onReceive()
68 refreshSafetySources(context, sourceIdsExtra.toList(), safetyEvent) in onReceive()
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/privacysources/
DSafetyCenterReceiver.kt100 val sourceIdsExtra = intent.getStringArrayExtra(EXTRA_REFRESH_SAFETY_SOURCE_IDS) in onReceive() constant
101 if (sourceIdsExtra != null && sourceIdsExtra.isNotEmpty()) { in onReceive()
107 sourceIdsExtra.toList() in onReceive()