Searched refs:ITelephony (Results 1 – 13 of 13) sorted by relevance
28 import com.android.internal.telephony.ITelephony;43 ITelephony phone = ITelephony.Stub.asInterface(ServiceManager.getService("phone")); in requestLocationUpdate()
29 import com.android.internal.telephony.ITelephony;300 ITelephony telephony = getITelephony(); in getCurrentPhoneType()457 ITelephony telephony = getITelephony(); in getNetworkType()1008 private ITelephony getITelephony() { in getITelephony()1009 return ITelephony.Stub.asInterface(ServiceManager.getService(Context.TELEPHONY_SERVICE)); in getITelephony()
24 import com.android.internal.telephony.ITelephony;65 ITelephony phoneMgr in run()66 … = ITelephony.Stub.asInterface(ServiceManager.getService(Context.TELEPHONY_SERVICE)); in run()
30 interface ITelephony { interface
43 import com.android.internal.telephony.ITelephony;286 final ITelephony phone = in run()287 ITelephony.Stub.asInterface(ServiceManager.checkService("phone")); in run()
41 import com.android.internal.telephony.ITelephony;63 private ITelephony mPhoneService;297 mPhoneService = ITelephony.Stub.asInterface(ServiceManager.getService("phone")); in getPhoneService()
26 import com.android.internal.telephony.ITelephony;159 final boolean result = ITelephony.Stub.asInterface(ServiceManager in run()
26 import com.android.internal.telephony.ITelephony;163 final boolean result = ITelephony.Stub.asInterface(ServiceManager in run()
63 import com.android.internal.telephony.ITelephony;1403 static ITelephony getTelephonyService() { in getTelephonyService()1404 ITelephony telephonyService = ITelephony.Stub.asInterface( in getTelephonyService()1481 ITelephony telephonyService = getTelephonyService(); in interceptKeyBeforeDispatching()2743 ITelephony telephonyService = getTelephonyService(); in interceptKeyBeforeQueueing()2790 ITelephony telephonyService = getTelephonyService(); in interceptKeyBeforeQueueing()2827 ITelephony telephonyService = getTelephonyService(); in interceptKeyBeforeQueueing()2863 ITelephony telephonyService = getTelephonyService(); in interceptKeyBeforeQueueing()2896 ITelephony telephonyService = getTelephonyService(); in interceptKeyBeforeQueueing()
20 import com.android.internal.telephony.ITelephony;1080 ITelephony phone = ITelephony.Stub.asInterface(ServiceManager.checkService("phone")); in resumeCall()
192 telephony/java/com/android/internal/telephony/ITelephony.aidl \293 frameworks/base/telephony/java/com/android/internal/telephony/ITelephony.aidl \
1097 com.android.internal.telephony.ITelephony1098 com.android.internal.telephony.ITelephony$Stub
61 import com.android.internal.telephony.ITelephony;1702 … ITelephony phone = ITelephony.Stub.asInterface(ServiceManager.checkService("phone")); in getActiveStreamType()