/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 | 192 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()
|
D | PendingIntent.java | 923 public static void writePendingIntentOrNullToParcel(PendingIntent sender, in writePendingIntentOrNullToParcel()
|
D | ActivityManagerNative.java | 3316 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/ |
D | KeyguardViewMediator.java | 662 PendingIntent sender = PendingIntent.getBroadcast(mContext, in doKeyguardLaterLocked() local
|
/frameworks/base/services/java/com/android/server/am/ |
D | ActivityManagerService.java | 3165 IIntentSender sender = intent.getTarget(); in startActivityIntentSender() local 5466 public void cancelIntentSender(IIntentSender sender) { in cancelIntentSender() 5513 public int getUidForIntentSender(IIntentSender sender) { in getUidForIntentSender()
|