Home
last modified time | relevance | path

Searched defs:cancelIntent (Results 1 – 6 of 6) sorted by relevance

/packages/apps/DocumentsUI/src/com/android/documentsui/services/
DJob.java318 final Intent cancelIntent = createCancelIntent(); in createProgressBuilder() local
351 final Intent cancelIntent = new Intent(service, FileOperationService.class); in createCancelIntent() local
/packages/apps/Nfc/src/com/android/nfc/beam/
DBeamStatusReceiver.java123 Intent cancelIntent = new Intent(ACTION_STOP_BLUETOOTH_TRANSFER); in handleTransferEvent() local
DBeamTransferManager.java296 Intent cancelIntent = new Intent(ACTION_STOP_BLUETOOTH_TRANSFER); in sendBluetoothCancelIntentAndUpdateState() local
/packages/services/BuiltInPrintService/src/com/android/bips/
DP2pPermissionManager.java210 Intent cancelIntent = new Intent(mContext, BuiltInPrintService.class) in showNotification() local
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadNotifier.java243 final Intent cancelIntent = new Intent(Constants.ACTION_CANCEL, in updateWithLocked() local
/packages/modules/CaptivePortalLogin/src/com/android/captiveportallogin/
DDownloadService.java120 final Intent cancelIntent = new Intent(context, DownloadService.class) in DownloadTask() local