Searched defs:sender (Results 1 – 9 of 9) sorted by relevance
| /frameworks/base/telephony/java/com/android/internal/telephony/ |
| D | PhoneNotifier.java | 24 public void notifyPhoneState(Phone sender); in notifyPhoneState() 26 public void notifyServiceState(Phone sender); in notifyServiceState() 28 public void notifyCellLocation(Phone sender); in notifyCellLocation() 30 public void notifySignalStrength(Phone sender); in notifySignalStrength() 32 public void notifyMessageWaitingChanged(Phone sender); in notifyMessageWaitingChanged() 34 public void notifyCallForwardingChanged(Phone sender); in notifyCallForwardingChanged() 37 public void notifyDataConnection(Phone sender, String reason, String apnType, in notifyDataConnection() 40 public void notifyDataConnectionFailed(Phone sender, String reason, String apnType); in notifyDataConnectionFailed() 42 public void notifyDataActivity(Phone sender); in notifyDataActivity() 44 public void notifyOtaspChanged(Phone sender, int otaspMode); in notifyOtaspChanged()
|
| D | DefaultPhoneNotifier.java | 45 public void notifyPhoneState(Phone sender) { in notifyPhoneState() 58 public void notifyServiceState(Phone sender) { in notifyServiceState() 71 public void notifySignalStrength(Phone sender) { in notifySignalStrength() 79 public void notifyMessageWaitingChanged(Phone sender) { in notifyMessageWaitingChanged() 87 public void notifyCallForwardingChanged(Phone sender) { in notifyCallForwardingChanged() 95 public void notifyDataActivity(Phone sender) { in notifyDataActivity() 103 public void notifyDataConnection(Phone sender, String reason, String apnType, in notifyDataConnection() 108 private void doNotifyDataConnection(Phone sender, String reason, String apnType, in doNotifyDataConnection() 141 public void notifyDataConnectionFailed(Phone sender, String reason, String apnType) { in notifyDataConnectionFailed() 149 public void notifyCellLocation(Phone sender) { in notifyCellLocation() [all …]
|
| /frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
| D | TestPhoneNotifier.java | 29 public void notifyPhoneState(Phone sender) { in notifyPhoneState() 32 public void notifyServiceState(Phone sender) { in notifyServiceState() 35 public void notifyCellLocation(Phone sender) { in notifyCellLocation() 38 public void notifySignalStrength(Phone sender) { in notifySignalStrength() 41 public void notifyMessageWaitingChanged(Phone sender) { in notifyMessageWaitingChanged() 44 public void notifyCallForwardingChanged(Phone sender) { in notifyCallForwardingChanged() 47 public void notifyDataConnection(Phone sender, String reason, String apnType) { in notifyDataConnection() 50 public void notifyDataConnection(Phone sender, String reason, String apnType, in notifyDataConnection() 54 public void notifyDataConnectionFailed(Phone sender, String reason, String apnType) { in notifyDataConnectionFailed() 57 public void notifyDataActivity(Phone sender) { in notifyDataActivity() [all …]
|
| /frameworks/base/core/java/android/content/ |
| D | IntentSender.java | 283 public static void writeIntentSenderOrNullToParcel(IntentSender sender, in writeIntentSenderOrNullToParcel()
|
| /frameworks/base/core/java/android/app/ |
| D | PendingIntent.java | 617 public static void writePendingIntentOrNullToParcel(PendingIntent sender, in writePendingIntentOrNullToParcel()
|
| D | IActivityManager.java | 210 public void cancelIntentSender(IIntentSender sender) throws RemoteException; in cancelIntentSender() 213 public String getPackageForIntentSender(IIntentSender sender) throws RemoteException; in getPackageForIntentSender() 254 public void noteWakeupAlarm(IIntentSender sender) throws RemoteException; in noteWakeupAlarm() 367 public boolean isIntentSenderTargetedToPackage(IIntentSender sender) throws RemoteException; in isIntentSenderTargetedToPackage()
|
| D | ActivityManagerNative.java | 2573 public void cancelIntentSender(IIntentSender sender) throws RemoteException { in cancelIntentSender() 2583 public String getPackageForIntentSender(IIntentSender sender) throws RemoteException { in getPackageForIntentSender() 2813 public void noteWakeupAlarm(IIntentSender sender) throws RemoteException { in noteWakeupAlarm() 3464 public boolean isIntentSenderTargetedToPackage(IIntentSender sender) throws RemoteException { in isIntentSenderTargetedToPackage()
|
| /frameworks/base/policy/src/com/android/internal/policy/impl/ |
| D | KeyguardViewMediator.java | 401 PendingIntent sender = PendingIntent.getBroadcast(mContext, in onScreenTurnedOff() local
|
| /frameworks/base/services/java/com/android/server/am/ |
| D | ActivityManagerService.java | 2164 IIntentSender sender = intent.getTarget(); in startActivityIntentSender() local 4097 public void cancelIntentSender(IIntentSender sender) { in cancelIntentSender() 6470 public void noteWakeupAlarm(IIntentSender sender) { in noteWakeupAlarm()
|