/frameworks/base/core/java/android/app/ |
D | PendingIntent.java | 100 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/ |
D | SMSDispatcher.java | 22 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/ |
D | CdmaSMSDispatcher.java | 22 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/ |
D | SubActivityScreen.java | 55 } catch (PendingIntent.CanceledException e) { in onCreate()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | TransportControlView.java | 25 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/ |
D | GsmSMSDispatcher.java | 21 import android.app.PendingIntent.CanceledException; 128 } catch (CanceledException ex) {} in handleStatusReport()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/ |
D | UsbPermissionActivity.java | 146 } catch (PendingIntent.CanceledException e) { in onDestroy()
|
/frameworks/base/services/java/com/android/server/ |
D | LocationManagerService.java | 294 } 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()
|
D | AlarmManagerService.java | 688 } catch (PendingIntent.CanceledException e) { in run() 729 } catch (PendingIntent.CanceledException e) { in handleMessage()
|
D | NotificationManagerService.java | 890 } catch (PendingIntent.CanceledException ex) { in cancelNotificationLocked()
|
D | BackupManagerService.java | 809 } catch (PendingIntent.CanceledException ce) { in onReceive() 4858 } catch (PendingIntent.CanceledException e) { in backupNow()
|
/frameworks/base/services/java/com/android/server/usb/ |
D | UsbSettingsManager.java | 850 } catch (PendingIntent.CanceledException e) { in requestPermission() 870 } catch (PendingIntent.CanceledException e) { in requestPermission()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/ |
D | TabletStatusBar.java | 801 } catch (PendingIntent.CanceledException e) { in addNotification() 1327 } catch (PendingIntent.CanceledException e) { in onClick()
|
/frameworks/base/voip/java/com/android/server/sip/ |
D | SipService.java | 603 } catch (PendingIntent.CanceledException e) { in onRinging()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | PhoneStatusBar.java | 574 } catch (PendingIntent.CanceledException e) { in addNotification() 1609 } catch (PendingIntent.CanceledException e) {
|
/frameworks/base/media/java/android/media/ |
D | AudioService.java | 26 import android.app.PendingIntent.CanceledException; 2952 } catch (CanceledException e) { in onReceive()
|
/frameworks/base/docs/html/guide/market/billing/ |
D | billing_integrate.jd | 636 } catch (CanceledException e) {
|
/frameworks/base/api/ |
D | current.txt | 3676 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);
|
D | 14.txt | 3676 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/ |
D | sitemap.txt | 1375 http://developer.android.com/reference/android/app/PendingIntent.CanceledException.html
|