Home | History | Annotate | Download | only in telephony

Lines Matching refs:in

5  * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
37 void listenForSubscriber(in int subId, String pkg, IPhoneStateListener callback, int events,
40 void notifyCallStateForPhoneId(in int phoneId, in int subId, int state, String incomingNumber);
41 void notifyServiceStateForPhoneId(in int phoneId, in int subId, in ServiceState state);
42 void notifySignalStrengthForPhoneId(in int phoneId, in int subId,
43 in SignalStrength signalStrength);
44 void notifyMessageWaitingChangedForPhoneId(in int phoneId, in int subId, in boolean mwi);
46 void notifyCallForwardingChangedForSubscriber(in int subId, boolean cfi);
48 void notifyDataActivityForSubscriber(in int subId, int state);
50 String reason, String apn, String apnType, in LinkProperties linkProperties,
51 in NetworkCapabilities networkCapabilities, int networkType, boolean roaming);
53 String reason, String apn, String apnType, in LinkProperties linkProperties,
54 in NetworkCapabilities networkCapabilities, int networkType, boolean roaming);
57 void notifyCellLocation(in Bundle cellLocation);
58 void notifyCellLocationForSubscriber(in int subId, in Bundle cellLocation);
59 void notifyOtaspChanged(in int otaspMode);
60 void notifyCellInfo(in List<CellInfo> cellInfo);
61 void notifyPhysicalChannelConfiguration(in List<PhysicalChannelConfig> configs);
62 void notifyPhysicalChannelConfigurationForSubscriber(in int subId,
63 in List<PhysicalChannelConfig> configs);
69 void notifyCellInfoForSubscriber(in int subId, in List<CellInfo> cellInfo);
70 void notifyVoLteServiceStateChanged(in VoLteServiceState lteState);
71 void notifySimActivationStateChangedForPhoneId(in int phoneId, in int subId,
73 void notifyOemHookRawEventForSubscriber(in int subId, in byte[] rawData);
75 void notifyCarrierNetworkChange(in boolean active);
76 void notifyUserMobileDataStateChangedForPhoneId(in int phoneId, in int subId, in boolean state);