HomeSort by relevance Sort by last modified time
    Searched refs:cancelNotification (Results 1 - 25 of 41) sorted by null

1 2

  /packages/apps/DocumentsUI/tests/common/com/android/documentsui/services/
TestForegroundManager.java 36 public void stopForeground(boolean cancelNotification) {
  /cts/hostsidetests/devicepolicy/app/NotificationSender/src/com/android/cts/managedprofiletests/notificationsender/
SendNotification.java 50 cancelNotification();
67 private void cancelNotification() {
  /frameworks/base/tests/StatusBar/src/com/android/statusbartest/
NotificationBuilderTest.java 122 cancelNotification(1);
125 cancelNotification(2);
128 cancelNotification(3);
131 cancelNotification(4);
134 cancelNotification(5);
137 cancelNotification(6);
140 cancelNotification(7);
143 cancelNotification(8);
146 cancelNotification(9);
149 cancelNotification(10)
    [all...]
  /packages/apps/Settings/src/com/android/settings/sim/
SimSelectNotification.java 60 cancelNotification(context);
147 public static void cancelNotification(Context context) {
SimSettings.java 101 SimSelectNotification.cancelNotification(getActivity());
  /packages/apps/StorageManager/src/com/android/storagemanager/automatic/
NotificationController.java 128 cancelNotification(context, intent);
236 private void cancelNotification(Context context, Intent intent) {
  /packages/apps/Dialer/java/com/android/dialer/app/voicemail/
LegacyVoicemailNotificationReceiver.java 99 LegacyVoicemailNotifier.cancelNotification(context, phoneAccountHandle);
  /packages/apps/Launcher3/src/com/android/launcher3/notification/
NotificationInfo.java 109 launcher.getPopupDataProvider().cancelNotification(notificationKey);
NotificationListener.java 273 cancelNotification(notificationGroup.getGroupSummaryKey());
285 cancelNotification(key);
NotificationMainView.java 164 launcher.getPopupDataProvider().cancelNotification(
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppReceiver.java 109 cancelNotification(context, BluetoothOppNotification.NOTIFICATION_ID_PROGRESS);
279 private void cancelNotification(Context context, int id) {
BluetoothOppObexClientSession.java 121 BluetoothOppUtility.cancelNotification(mContext);
628 BluetoothOppUtility.cancelNotification(mContext);
BluetoothOppObexServerSession.java 546 BluetoothOppUtility.cancelNotification(mContext);
638 BluetoothOppUtility.cancelNotification(mContext);
BluetoothOppUtility.java 435 protected static void cancelNotification(Context ctx) {
  /packages/experimental/NotificationListenerSample/src/com/android/example/notificationlistener/
Listener.java 215 cancelNotification(key);
232 cancelNotification(key);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
CarrierServiceStateTracker.java 228 cancelNotification(notificationType.getTypeId());
304 public void cancelNotification(int notificationId) {
  /packages/apps/Dialer/java/com/android/incallui/spam/
SpamNotificationActivity.java 146 cancelNotification();
309 private void cancelNotification() {
  /packages/apps/TV/tuner/src/com/android/tv/tuner/setup/
BaseTunerSetupActivity.java 314 public static void cancelNotification(Context context) {
337 cancelNotification(context);
ScanFragment.java 485 BaseTunerSetupActivity.cancelNotification(mActivity.getApplicationContext());
  /packages/apps/Dialer/java/com/android/dialer/app/calllog/
LegacyVoicemailNotifier.java 153 public static void cancelNotification(
155 LogUtil.enterBlock("LegacyVoicemailNotifier.cancelNotification");
  /packages/apps/Launcher3/src/com/android/launcher3/popup/
PopupDataProvider.java 204 public void cancelNotification(String notificationKey) {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
NotificationListenerVerifierActivity.java 627 MockListener.getInstance().cancelNotification(
670 MockListener.getInstance().cancelNotification(
731 MockListener.getInstance().cancelNotification(
    [all...]
  /cts/tests/app/src/android/app/cts/
ServiceTest.java 233 private void cancelNotification(int id) {
750 cancelNotification(1);
    [all...]
  /frameworks/base/services/core/java/com/android/server/accounts/
AccountManagerService.java 453 cancelNotification(getCredentialPermissionNotificationId(account,
    [all...]
  /frameworks/base/core/java/android/service/notification/
NotificationListenerService.java 541 * @deprecated Use {@link #cancelNotification(String key)}
547 public final void cancelNotification(String pkg, String tag, int id) {
577 public final void cancelNotification(String key) {
599 * {@see #cancelNotification(String, String, int)}
616 * {@see #cancelNotification(String, String, int)}
    [all...]

Completed in 417 milliseconds

1 2