Home
last modified time | relevance | path

Searched defs:sender (Results 1 – 11 of 11) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneNotifier.java28 public void notifyPhoneState(Phone sender); in notifyPhoneState()
30 public void notifyServiceState(Phone sender); in notifyServiceState()
32 public void notifyCellLocation(Phone sender); in notifyCellLocation()
34 public void notifySignalStrength(Phone sender); in notifySignalStrength()
36 public void notifyMessageWaitingChanged(Phone sender); in notifyMessageWaitingChanged()
38 public void notifyCallForwardingChanged(Phone sender); in notifyCallForwardingChanged()
41 public void notifyDataConnection(Phone sender, String reason, String apnType, in notifyDataConnection()
44 public void notifyDataConnectionFailed(Phone sender, String reason, String apnType); in notifyDataConnectionFailed()
46 public void notifyDataActivity(Phone sender); in notifyDataActivity()
48 public void notifyOtaspChanged(Phone sender, int otaspMode); in notifyOtaspChanged()
[all …]
DDefaultPhoneNotifier.java46 public void notifyPhoneState(Phone sender) { in notifyPhoneState()
60 public void notifyServiceState(Phone sender) { in notifyServiceState()
74 public void notifySignalStrength(Phone sender) { in notifySignalStrength()
83 public void notifyMessageWaitingChanged(Phone sender) { in notifyMessageWaitingChanged()
92 public void notifyCallForwardingChanged(Phone sender) { in notifyCallForwardingChanged()
101 public void notifyDataActivity(Phone sender) { in notifyDataActivity()
110 public void notifyDataConnection(Phone sender, String reason, String apnType, in notifyDataConnection()
115 private void doNotifyDataConnection(Phone sender, String reason, String apnType, in doNotifyDataConnection()
149 public void notifyDataConnectionFailed(Phone sender, String reason, String apnType) { in notifyDataConnectionFailed()
158 public void notifyCellLocation(Phone sender) { in notifyCellLocation()
[all …]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DTestPhoneNotifier.java33 public void notifyPhoneState(Phone sender) { in notifyPhoneState()
36 public void notifyServiceState(Phone sender) { in notifyServiceState()
39 public void notifyCellLocation(Phone sender) { in notifyCellLocation()
42 public void notifySignalStrength(Phone sender) { in notifySignalStrength()
45 public void notifyMessageWaitingChanged(Phone sender) { in notifyMessageWaitingChanged()
48 public void notifyCallForwardingChanged(Phone sender) { in notifyCallForwardingChanged()
51 public void notifyDataConnection(Phone sender, String reason, String apnType) { in notifyDataConnection()
54 public void notifyDataConnection(Phone sender, String reason, String apnType, in notifyDataConnection()
58 public void notifyDataConnectionFailed(Phone sender, String reason, String apnType) { in notifyDataConnectionFailed()
61 public void notifyDataActivity(Phone sender) { in notifyDataActivity()
[all …]
/frameworks/base/core/jni/
Dandroid_view_InputEventSender.cpp248 sp<NativeInputEventSender> sender = new NativeInputEventSender(env, in nativeInit() local
263 sp<NativeInputEventSender> sender = in nativeDispose() local
271 sp<NativeInputEventSender> sender = in nativeSendKeyEvent() local
281 sp<NativeInputEventSender> sender = in nativeSendMotionEvent() local
/frameworks/base/core/java/android/view/
DInputEventSender.java43 private static native int nativeInit(WeakReference<InputEventSender> sender, in nativeInit()
/frameworks/base/core/java/android/content/
DIntentSender.java339 public static void writeIntentSenderOrNullToParcel(IntentSender sender, in writeIntentSenderOrNullToParcel()
/frameworks/base/core/java/android/app/
DIActivityManager.java192 public void cancelIntentSender(IIntentSender sender) throws RemoteException; in cancelIntentSender()
195 public String getPackageForIntentSender(IIntentSender sender) throws RemoteException; in getPackageForIntentSender()
196 public int getUidForIntentSender(IIntentSender sender) throws RemoteException; in getUidForIntentSender()
247 public void noteWakeupAlarm(IIntentSender sender) throws RemoteException; in noteWakeupAlarm()
364 public boolean isIntentSenderTargetedToPackage(IIntentSender sender) throws RemoteException; in isIntentSenderTargetedToPackage()
366 public boolean isIntentSenderAnActivity(IIntentSender sender) throws RemoteException; in isIntentSenderAnActivity()
368 public Intent getIntentForIntentSender(IIntentSender sender) throws RemoteException; in getIntentForIntentSender()
DPendingIntent.java923 public static void writePendingIntentOrNullToParcel(PendingIntent sender, in writePendingIntentOrNullToParcel()
DActivityManagerNative.java3316 public void cancelIntentSender(IIntentSender sender) throws RemoteException { in cancelIntentSender()
3326 public String getPackageForIntentSender(IIntentSender sender) throws RemoteException { in getPackageForIntentSender()
3338 public int getUidForIntentSender(IIntentSender sender) throws RemoteException { in getUidForIntentSender()
3643 public void noteWakeupAlarm(IIntentSender sender) throws RemoteException { in noteWakeupAlarm()
4373 public boolean isIntentSenderTargetedToPackage(IIntentSender sender) throws RemoteException { in isIntentSenderTargetedToPackage()
4386 public boolean isIntentSenderAnActivity(IIntentSender sender) throws RemoteException { in isIntentSenderAnActivity()
4399 public Intent getIntentForIntentSender(IIntentSender sender) throws RemoteException { in getIntentForIntentSender()
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DKeyguardViewMediator.java662 PendingIntent sender = PendingIntent.getBroadcast(mContext, in doKeyguardLaterLocked() local
/frameworks/base/services/java/com/android/server/am/
DActivityManagerService.java3165 IIntentSender sender = intent.getTarget(); in startActivityIntentSender() local
5466 public void cancelIntentSender(IIntentSender sender) { in cancelIntentSender()
5513 public int getUidForIntentSender(IIntentSender sender) { in getUidForIntentSender()