HomeSort by relevance Sort by last modified time
    Searched refs:NOTIFICATION_ID_PROGRESS (Results 1 - 4 of 4) sorted by null

  /packages/apps/DocumentsUI/src/com/android/documentsui/services/
FileOperationService.java 102 private static final int NOTIFICATION_ID_PROGRESS = 0;
280 notificationManager.cancel(jobId, NOTIFICATION_ID_PROGRESS);
348 foregroundManager.startForeground(NOTIFICATION_ID_PROGRESS, notification);
354 job.id, NOTIFICATION_ID_PROGRESS, notification);
407 foregroundManager.startForeground(NOTIFICATION_ID_PROGRESS, notification);
408 notificationManager.notify(candidate.id, NOTIFICATION_ID_PROGRESS,
418 notificationManager.cancel(job.id, NOTIFICATION_ID_PROGRESS);
487 mJob.id, NOTIFICATION_ID_PROGRESS, mJob.getProgressNotification());
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppNotification.java 110 public static final int NOTIFICATION_ID_PROGRESS = -1000004;
393 mNotificationMgr.notify(NOTIFICATION_ID_PROGRESS, b.build());
596 mNotificationMgr.notify(NOTIFICATION_ID_PROGRESS, n);
BluetoothOppReceiver.java 109 cancelNotification(context, BluetoothOppNotification.NOTIFICATION_ID_PROGRESS);
BluetoothOppUtility.java 438 nm.cancel(BluetoothOppNotification.NOTIFICATION_ID_PROGRESS);

Completed in 338 milliseconds