Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/localepicker/
DNotificationCancelReceiver.java35 public class NotificationCancelReceiver extends BroadcastReceiver { class
36 private static final String TAG = NotificationCancelReceiver.class.getSimpleName();
DAppLocalePickerActivity.java224 ? new Intent(this, NotificationCancelReceiver.class) in createPendingIntent()
/packages/apps/Settings/tests/robotests/src/com/android/settings/localepicker/
DNotificationCancelReceiverTest.java46 private NotificationCancelReceiver mReceiver;
55 mReceiver = spy(new NotificationCancelReceiver()); in setUp()