HomeSort by relevance Sort by last modified time
    Searched refs:cancelNotification (Results 1 - 25 of 37) 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 56 cancelNotification(context);
136 public static void cancelNotification(Context context) {
SimSettings.java 101 SimSelectNotification.cancelNotification(getActivity());
  /packages/apps/Dialer/java/com/android/dialer/app/voicemail/
LegacyVoicemailNotificationReceiver.java 92 LegacyVoicemailNotifier.cancelNotification(context);
  /packages/apps/Launcher3/src/com/android/launcher3/popup/
PopupDataProvider.java 261 public void cancelNotification(String notificationKey) {
266 notificationListener.cancelNotification(notificationKey);
  /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/calllog/
LegacyVoicemailNotifier.java 148 public static void cancelNotification(@NonNull Context context) {
149 LogUtil.enterBlock("LegacyVoicemailNotifier.cancelNotification");
  /packages/apps/Launcher3/src/com/android/launcher3/notification/
NotificationInfo.java 110 launcher.getPopupDataProvider().cancelNotification(notificationKey);
NotificationMainView.java 130 launcher.getPopupDataProvider().cancelNotification(
  /frameworks/base/packages/Osu/src/com/android/hotspot2/app/
MainActivity.java 148 cancelNotification();
229 private void cancelNotification() {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
CarrierServiceStateTracker.java 160 cancelNotification(notificationType.getTypeId());
237 public void cancelNotification(int notificationId) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppReceiver.java 105 cancelNotification(context, BluetoothOppNotification.NOTIFICATION_ID_PROGRESS);
255 private void cancelNotification(Context context, int id) {
  /packages/experimental/NotificationListenerSample/src/com/android/example/notificationlistener/
Listener.java 215 cancelNotification(key);
232 cancelNotification(key);
  /packages/apps/Dialer/java/com/android/incallui/spam/
SpamNotificationActivity.java 138 cancelNotification();
296 private void cancelNotification() {
  /cts/tests/app/src/android/app/cts/
ServiceTest.java 196 private void cancelNotification(int id) {
713 cancelNotification(1);
    [all...]
  /packages/apps/TV/src/com/android/tv/tuner/setup/
TunerSetupActivity.java 309 cancelNotification(context);
458 public static void cancelNotification(Context context) {
ScanFragment.java 462 TunerSetupActivity.cancelNotification(mActivity.getApplicationContext());
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
NotificationListenerVerifierActivity.java 306 MockListener.getInstance().cancelNotification(
349 MockListener.getInstance().cancelNotification(
  /frameworks/base/core/java/android/service/notification/
NotificationListenerService.java 508 * @deprecated Use {@link #cancelNotification(String key)}
514 public final void cancelNotification(String pkg, String tag, int id) {
544 public final void cancelNotification(String key) {
566 * {@see #cancelNotification(String, String, int)}
583 * {@see #cancelNotification(String, String, int)}
    [all...]
  /packages/apps/Dialer/java/com/android/incallui/
StatusBarNotifier.java 219 private void cancelNotification() {
224 LogUtil.i("StatusBarNotifier.cancelNotification", "cancel");
244 cancelNotification();
    [all...]
  /frameworks/base/services/core/java/com/android/server/accounts/
AccountManagerService.java 440 cancelNotification(getCredentialPermissionNotificationId(account,
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ServiceRecord.java 564 public void cancelNotification() {
  /frameworks/base/services/core/java/com/android/server/notification/
NotificationManagerService.java 653 cancelNotification(callingUid, callingPid, sbn.getPackageName(), sbn.getTag(),
683 cancelNotification(callingUid, callingPid, pkg, tag, id, 0,
719 cancelNotification(callingUid, callingPid, pkg, tag, id, 0, 0, false, userId,
    [all...]

Completed in 786 milliseconds

1 2