Searched refs:sIntents (Results 1 – 1 of 1) sorted by relevance
88 private static final Map<Integer, Intent> sIntents = new HashMap<>(); field in SlicePurchaseBroadcastReceiver101 sIntents.remove(capability); in cancelNotification()315 if (sIntents.isEmpty()) return; in onLocaleChanged()318 if (sIntents.get(capability) != null) { in onLocaleChanged()322 onDisplayPerformanceBoostNotification(context, sIntents.get(capability), true); in onLocaleChanged()401 sIntents.put(capability, intent); in onDisplayPerformanceBoostNotification()486 if (sIntents.get(capability) != null) { in onTimeout()