Home
last modified time | relevance | path

Searched refs:CanceledException (Results 1 – 25 of 48) sorted by relevance

12

/frameworks/base/core/java/android/app/
DPendingIntent.java175 public static class CanceledException extends AndroidException { class in PendingIntent
176 public CanceledException() { in CanceledException() method in PendingIntent.CanceledException
179 public CanceledException(String name) { in CanceledException() method in PendingIntent.CanceledException
183 public CanceledException(Exception cause) { in CanceledException() method in PendingIntent.CanceledException
691 public void send() throws CanceledException { in send()
705 public void send(int code) throws CanceledException { in send()
726 throws CanceledException { in send()
747 throws CanceledException { in send()
785 @Nullable OnFinished onFinished, @Nullable Handler handler) throws CanceledException { in send()
830 throws CanceledException { in send()
[all …]
DRecoverableSecurityException.java173 } catch (PendingIntent.CanceledException ignored) { in onCreateDialog()
DActivityView.java265 } catch (PendingIntent.CanceledException e) { in startActivity()
293 } catch (PendingIntent.CanceledException e) { in startActivity()
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
DGlobalActionsPanelPlugin.java74 } catch (PendingIntent.CanceledException e) { in startPendingIntentDismissingKeyguard()
/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/
DRecoverySnapshotListenersStorage.java95 } catch (PendingIntent.CanceledException e) { in tryToSendIntent()
/frameworks/base/services/usb/java/com/android/server/usb/
DUsbUserSettingsManager.java218 } catch (PendingIntent.CanceledException e) { in requestPermission()
229 } catch (PendingIntent.CanceledException e) { in requestPermission()
249 } catch (PendingIntent.CanceledException e) { in requestPermission()
/frameworks/base/services/backup/java/com/android/server/backup/internal/
DRunBackupReceiver.java73 } catch (PendingIntent.CanceledException ce) { in onReceive()
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/tv/
DPipControlsView.java19 import android.app.PendingIntent.CanceledException;
233 } catch (CanceledException e) { in updateUserActions()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DAppSmsManager.java200 } catch (PendingIntent.CanceledException e) { in handleSmsReceivedIntent()
226 } catch (PendingIntent.CanceledException e) { in removeExpiredTokenLocked()
DBtSmsInterfaceManager.java68 } catch (PendingIntent.CanceledException e) { in sendErrorInPendingIntent()
DSmsDispatchersController.java24 import android.app.PendingIntent.CanceledException;
801 } catch (CanceledException ex) { in triggerDeliveryIntent()
DSMSDispatcher.java38 import android.app.PendingIntent.CanceledException;
751 } catch (CanceledException ex) { in handleNotInService()
887 } catch (CanceledException ex) { in triggerSentIntentForFailure()
1741 } catch (CanceledException ex) { in onFailed()
1779 } catch (CanceledException ex) { in onSent()
DIccSmsInterfaceManager.java588 } catch (PendingIntent.CanceledException e) { in injectSmsPdu()
1296 } catch (PendingIntent.CanceledException e) { in returnUnspecifiedFailure()
/frameworks/base/core/tests/coretests/src/android/app/activity/
DSubActivityScreen.java55 } catch (PendingIntent.CanceledException e) { in onCreate()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/
DBubbleControllerTest.java525 public void testDeleteIntent_removeBubble_aged() throws PendingIntent.CanceledException { in testDeleteIntent_removeBubble_aged()
532 public void testDeleteIntent_removeBubble_user() throws PendingIntent.CanceledException { in testDeleteIntent_removeBubble_user()
539 public void testDeleteIntent_dismissStack() throws PendingIntent.CanceledException { in testDeleteIntent_dismissStack()
548 throws PendingIntent.CanceledException { in testRemoveBubble_noLongerBubbleAfterUpdate()
/frameworks/base/services/core/java/com/android/server/am/
DAppTimeTracker.java95 } catch (PendingIntent.CanceledException e) { in deliverResult()
/frameworks/base/telephony/java/android/telephony/
DSmsManager.java717 } catch (PendingIntent.CanceledException cx) { in injectSmsPdu()
1428 } catch (PendingIntent.CanceledException e) { in notifySmsErrorNoDefaultSet()
1442 } catch (PendingIntent.CanceledException e) { in notifySmsErrorNoDefaultSet()
1454 } catch (PendingIntent.CanceledException e) { in notifySmsGenericError()
1465 } catch (PendingIntent.CanceledException e) { in notifySmsGenericError()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationActivityStarter.java378 } catch (RemoteException | PendingIntent.CanceledException e) { in startNotificationIntent()
440 } catch (PendingIntent.CanceledException e) { in handleFullScreenIntent()
/frameworks/base/media/java/android/media/session/
DMediaSessionLegacyHelper.java21 import android.app.PendingIntent.CanceledException;
338 } catch (CanceledException e) { in sendKeyEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
DUsbPermissionActivity.java153 } catch (PendingIntent.CanceledException e) { in onDestroy()
/frameworks/base/services/core/java/com/android/server/location/
DContextHubClientBroker.java394 } catch (PendingIntent.CanceledException e) { in doSendPendingIntent()
DGeofenceManager.java407 } catch (PendingIntent.CanceledException e) { in sendIntent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
DPipMenuActivity.java45 import android.app.PendingIntent.CanceledException;
514 } catch (CanceledException e) { in updateActionViews()
/frameworks/base/telephony/java/android/telephony/euicc/
DEuiccManager.java900 } catch (PendingIntent.CanceledException e) { in sendUnavailableError()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationActivityStarterTest.java199 throws PendingIntent.CanceledException, RemoteException { in testOnNotificationClicked_keyGuardShowing()

12