Home
last modified time | relevance | path

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

/frameworks/base/packages/CarrierDefaultApp/src/com/android/carrierdefaultapp/
DSlicePurchaseBroadcastReceiver.java88 private static final Map<Integer, Intent> sIntents = new HashMap<>(); field in SlicePurchaseBroadcastReceiver
101 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()