Searched refs:sourceIdsExtra (Results 1 – 3 of 3) sorted by relevance
51 String[] sourceIdsExtra = in onReceive() local55 if (sourceIdsExtra != null && sourceIdsExtra.length > 0 && refreshBroadcastId != null) { in onReceive()61 ImmutableList.copyOf(sourceIdsExtra), in onReceive()
57 val sourceIdsExtra = intent.getStringArrayExtra(EXTRA_REFRESH_SAFETY_SOURCE_IDS) in onReceive() constant61 if (sourceIdsExtra != null && in onReceive()62 sourceIdsExtra.isNotEmpty() && in onReceive()68 refreshSafetySources(context, sourceIdsExtra.toList(), safetyEvent) in onReceive()
100 val sourceIdsExtra = intent.getStringArrayExtra(EXTRA_REFRESH_SAFETY_SOURCE_IDS) in onReceive() constant101 if (sourceIdsExtra != null && sourceIdsExtra.isNotEmpty()) { in onReceive()107 sourceIdsExtra.toList() in onReceive()