Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DPendingIntent.java100 public static class CanceledException extends AndroidException { class in PendingIntent
101 public CanceledException() { in CanceledException() method in PendingIntent.CanceledException
104 public CanceledException(String name) { in CanceledException() method in PendingIntent.CanceledException
108 public CanceledException(Exception cause) { in CanceledException() method in PendingIntent.CanceledException
371 public void send() throws CanceledException { in send()
385 public void send(int code) throws CanceledException { in send()
405 throws CanceledException { in send()
426 throws CanceledException { in send()
462 OnFinished onFinished, Handler handler) throws CanceledException { in send()
504 throws CanceledException { in send()
[all …]
/frameworks/base/telephony/java/com/android/internal/telephony/
DSMSDispatcher.java22 import android.app.PendingIntent.CanceledException;
292 } catch (CanceledException ex) { in handleMessage()
319 } catch (CanceledException ex) { in handleMessage()
389 } catch (CanceledException ex) {} in handleSendComplete()
436 } catch (CanceledException ex) {} in handleSendComplete()
458 } catch (CanceledException ex) {} in handleNotInService()
874 } catch (CanceledException ex) {} in sendRawPdu()
884 } catch (CanceledException ex) {} in sendRawPdu()
919 } catch (CanceledException ex) { in handleReachSentLimit()
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
DCdmaSMSDispatcher.java22 import android.app.PendingIntent.CanceledException;
94 } catch (CanceledException ex) {} in handleCdmaStatusReport()
301 } catch (CanceledException ex) {} in sendSubmitPdu()
/frameworks/base/core/tests/coretests/src/android/app/activity/
DSubActivityScreen.java55 } catch (PendingIntent.CanceledException e) { in onCreate()
/frameworks/base/core/java/com/android/internal/widget/
DTransportControlView.java25 import android.app.PendingIntent.CanceledException;
462 } catch (CanceledException e) { in sendMediaButtonClick()
472 } catch (CanceledException e) { in sendMediaButtonClick()
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
DGsmSMSDispatcher.java21 import android.app.PendingIntent.CanceledException;
128 } catch (CanceledException ex) {} in handleStatusReport()
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
DUsbPermissionActivity.java146 } catch (PendingIntent.CanceledException e) { in onDestroy()
/frameworks/base/services/java/com/android/server/
DLocationManagerService.java294 } catch (PendingIntent.CanceledException e) { in callStatusChangedLocked()
330 } catch (PendingIntent.CanceledException e) { in callLocationChangedLocked()
370 } catch (PendingIntent.CanceledException e) { in callProviderEnabledLocked()
1467 } catch (PendingIntent.CanceledException e) { in onLocationChanged()
1493 } catch (PendingIntent.CanceledException e) { in onLocationChanged()
DAlarmManagerService.java688 } catch (PendingIntent.CanceledException e) { in run()
729 } catch (PendingIntent.CanceledException e) { in handleMessage()
DNotificationManagerService.java890 } catch (PendingIntent.CanceledException ex) { in cancelNotificationLocked()
DBackupManagerService.java809 } catch (PendingIntent.CanceledException ce) { in onReceive()
4858 } catch (PendingIntent.CanceledException e) { in backupNow()
/frameworks/base/services/java/com/android/server/usb/
DUsbSettingsManager.java850 } catch (PendingIntent.CanceledException e) { in requestPermission()
870 } catch (PendingIntent.CanceledException e) { in requestPermission()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
DTabletStatusBar.java801 } catch (PendingIntent.CanceledException e) { in addNotification()
1327 } catch (PendingIntent.CanceledException e) { in onClick()
/frameworks/base/voip/java/com/android/server/sip/
DSipService.java603 } catch (PendingIntent.CanceledException e) { in onRinging()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBar.java574 } catch (PendingIntent.CanceledException e) { in addNotification()
1609 } catch (PendingIntent.CanceledException e) {
/frameworks/base/media/java/android/media/
DAudioService.java26 import android.app.PendingIntent.CanceledException;
2952 } catch (CanceledException e) { in onReceive()
/frameworks/base/docs/html/guide/market/billing/
Dbilling_integrate.jd636 } catch (CanceledException e) {
/frameworks/base/api/
Dcurrent.txt3676 method public void send() throws android.app.PendingIntent.CanceledException;
3677 method public void send(int) throws android.app.PendingIntent.CanceledException;
3678 …d.content.Context, int, android.content.Intent) throws android.app.PendingIntent.CanceledException;
3679 …p.PendingIntent.OnFinished, android.os.Handler) throws android.app.PendingIntent.CanceledException;
3680 …p.PendingIntent.OnFinished, android.os.Handler) throws android.app.PendingIntent.CanceledException;
3681 …Finished, android.os.Handler, java.lang.String) throws android.app.PendingIntent.CanceledException;
3691 public static class PendingIntent.CanceledException extends android.util.AndroidException {
3692 ctor public PendingIntent.CanceledException();
3693 ctor public PendingIntent.CanceledException(java.lang.String);
3694 ctor public PendingIntent.CanceledException(java.lang.Exception);
D14.txt3676 method public void send() throws android.app.PendingIntent.CanceledException;
3677 method public void send(int) throws android.app.PendingIntent.CanceledException;
3678 …d.content.Context, int, android.content.Intent) throws android.app.PendingIntent.CanceledException;
3679 …p.PendingIntent.OnFinished, android.os.Handler) throws android.app.PendingIntent.CanceledException;
3680 …p.PendingIntent.OnFinished, android.os.Handler) throws android.app.PendingIntent.CanceledException;
3681 …Finished, android.os.Handler, java.lang.String) throws android.app.PendingIntent.CanceledException;
3691 public static class PendingIntent.CanceledException extends android.util.AndroidException {
3692 ctor public PendingIntent.CanceledException();
3693 ctor public PendingIntent.CanceledException(java.lang.String);
3694 ctor public PendingIntent.CanceledException(java.lang.Exception);
/frameworks/base/docs/html/
Dsitemap.txt1375 http://developer.android.com/reference/android/app/PendingIntent.CanceledException.html