Searched refs:PERFORMANCE_BOOST_NOTIFICATION_TAG (Results 1 – 2 of 2) sorted by relevance
/aosp14/frameworks/base/packages/CarrierDefaultApp/tests/unit/src/com/android/carrierdefaultapp/ |
H A D | SlicePurchaseBroadcastReceiverTest.java | 204 eq(SlicePurchaseBroadcastReceiver.PERFORMANCE_BOOST_NOTIFICATION_TAG), in testDisplayPerformanceBoostNotification() 273 eq(SlicePurchaseBroadcastReceiver.PERFORMANCE_BOOST_NOTIFICATION_TAG), in testNotificationCanceled() 291 eq(SlicePurchaseBroadcastReceiver.PERFORMANCE_BOOST_NOTIFICATION_TAG), in testNotificationTimeout() 320 eq(SlicePurchaseBroadcastReceiver.PERFORMANCE_BOOST_NOTIFICATION_TAG), in testLocaleChanged() 324 eq(SlicePurchaseBroadcastReceiver.PERFORMANCE_BOOST_NOTIFICATION_TAG), in testLocaleChanged() 354 eq(SlicePurchaseBroadcastReceiver.PERFORMANCE_BOOST_NOTIFICATION_TAG), in testNotificationsDisabled()
|
/aosp14/frameworks/base/packages/CarrierDefaultApp/src/com/android/carrierdefaultapp/ |
H A D | SlicePurchaseBroadcastReceiver.java | 72 public static final String PERFORMANCE_BOOST_NOTIFICATION_TAG = "SlicePurchaseApp.Notification"; field in SlicePurchaseBroadcastReceiver 100 PERFORMANCE_BOOST_NOTIFICATION_TAG, capability, UserHandle.ALL); in cancelNotification() 321 PERFORMANCE_BOOST_NOTIFICATION_TAG, capability, UserHandle.ALL); in onLocaleChanged() 399 PERFORMANCE_BOOST_NOTIFICATION_TAG, capability, notification, UserHandle.ALL); in onDisplayPerformanceBoostNotification()
|