| /frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
| D | PhoneNotifier.java | 28 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 …]
|
| D | DefaultPhoneNotifier.java | 46 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/ |
| D | TestPhoneNotifier.java | 33 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/ |
| D | android_view_InputEventSender.cpp | 248 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/ |
| D | InputEventSender.java | 43 private static native int nativeInit(WeakReference<InputEventSender> sender, in nativeInit()
|
| /frameworks/base/core/java/android/content/ |
| D | IntentSender.java | 339 public static void writeIntentSenderOrNullToParcel(IntentSender sender, in writeIntentSenderOrNullToParcel()
|
| /frameworks/base/core/java/android/app/ |
| D | IActivityManager.java | 179 public void cancelIntentSender(IIntentSender sender) throws RemoteException; in cancelIntentSender() 182 public String getPackageForIntentSender(IIntentSender sender) throws RemoteException; in getPackageForIntentSender() 183 public int getUidForIntentSender(IIntentSender sender) throws RemoteException; in getUidForIntentSender() 230 public void noteWakeupAlarm(IIntentSender sender) throws RemoteException; in noteWakeupAlarm() 342 public boolean isIntentSenderTargetedToPackage(IIntentSender sender) throws RemoteException; in isIntentSenderTargetedToPackage() 344 public boolean isIntentSenderAnActivity(IIntentSender sender) throws RemoteException; in isIntentSenderAnActivity() 346 public Intent getIntentForIntentSender(IIntentSender sender) throws RemoteException; in getIntentForIntentSender()
|
| D | PendingIntent.java | 929 public static void writePendingIntentOrNullToParcel(PendingIntent sender, in writePendingIntentOrNullToParcel()
|
| D | ActivityManagerNative.java | 3066 public void cancelIntentSender(IIntentSender sender) throws RemoteException { in cancelIntentSender() 3076 public String getPackageForIntentSender(IIntentSender sender) throws RemoteException { in getPackageForIntentSender() 3088 public int getUidForIntentSender(IIntentSender sender) throws RemoteException { in getUidForIntentSender() 3349 public void noteWakeupAlarm(IIntentSender sender) throws RemoteException { in noteWakeupAlarm() 4049 public boolean isIntentSenderTargetedToPackage(IIntentSender sender) throws RemoteException { in isIntentSenderTargetedToPackage() 4062 public boolean isIntentSenderAnActivity(IIntentSender sender) throws RemoteException { in isIntentSenderAnActivity() 4075 public Intent getIntentForIntentSender(IIntentSender sender) throws RemoteException { in getIntentForIntentSender()
|
| /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/ |
| D | KeyguardViewMediator.java | 659 PendingIntent sender = PendingIntent.getBroadcast(mContext, in doKeyguardLaterLocked() local
|
| /frameworks/base/services/java/com/android/server/am/ |
| D | ActivityManagerService.java | 2587 IIntentSender sender = intent.getTarget(); in startActivityIntentSender() local 4764 public void cancelIntentSender(IIntentSender sender) { in cancelIntentSender() 4809 public int getUidForIntentSender(IIntentSender sender) { in getUidForIntentSender() 7694 public void noteWakeupAlarm(IIntentSender sender) { in noteWakeupAlarm()
|