Home
last modified time | relevance | path

Searched defs:callType (Results 1 – 25 of 29) sorted by relevance

12

/frameworks/support/room/compiler/src/main/kotlin/androidx/room/processor/
DTransactionMethodProcessor.kt43 val callType = when { in process() constant
/frameworks/base/telephony/java/com/android/ims/internal/
DIImsMMTelFeature.aidl39 boolean isConnected(int callSessionType, int callType); in isConnected()
44 ImsCallProfile createCallProfile(int sessionId, int callSessionType, int callType); in createCallProfile()
DIImsService.aidl39 boolean isConnected(int serviceId, int serviceType, int callType); in isConnected()
54 ImsCallProfile createCallProfile(int serviceId, int serviceType, int callType); in createCallProfile()
DIImsCallSession.aidl136 void accept(int callType, in ImsStreamMediaProfile profile); in accept()
195 void update(int callType, in ImsStreamMediaProfile profile); in update()
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsServiceBase.java55 public boolean isConnected(int serviceId, int serviceType, int callType) { in isConnected()
76 public ImsCallProfile createCallProfile(int serviceId, int serviceType, int callType) { in createCallProfile()
148 protected boolean onIsConnected(int serviceId, int serviceType, int callType) { in onIsConnected()
168 protected ImsCallProfile onCreateCallProfile(int serviceId, int serviceType, int callType) { in onCreateCallProfile()
DImsCall.java1129 public void accept(int callType) throws ImsException { in accept()
1141 public void accept(int callType, ImsStreamMediaProfile profile) throws ImsException { in accept()
1464 public void update(int callType, ImsStreamMediaProfile mediaProfile) throws ImsException { in update()
3539 String callType = mCallProfile.getCallExtra(ImsCallProfile.EXTRA_CALL_RAT_TYPE); in getRadioTechnology() local
/frameworks/support/room/compiler/src/main/kotlin/androidx/room/vo/
DTransactionMethod.kt21 class TransactionMethod(val element: ExecutableElement, val name: String, val callType: CallType) { constant in androidx.room.vo.TransactionMethod
DFieldSetter.kt23 data class FieldSetter(val name: String, val type: TypeMirror, val callType: CallType) { constant in androidx.room.vo.FieldSetter
DFieldGetter.kt25 data class FieldGetter(val name: String, val type: TypeMirror, val callType: CallType) { constant in androidx.room.vo.FieldGetter
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
DImsServiceInterfaceAdapter.java56 public boolean isConnected(int callSessionType, int callType) throws RemoteException { in isConnected()
78 public ImsCallProfile createCallProfile(int sessionId, int callSessionType, int callType) in createCallProfile()
DMmTelInterfaceAdapter.java57 public boolean isConnected(int callSessionType, int callType) throws RemoteException { in isConnected()
78 public ImsCallProfile createCallProfile(int sessionId, int callSessionType, int callType) in createCallProfile()
/frameworks/base/telephony/java/android/telephony/ims/compat/feature/
DMMTelFeature.java233 public boolean isConnected(int callSessionType, int callType) { in isConnected()
280 public ImsCallProfile createCallProfile(int sessionId, int callSessionType, int callType) { in createCallProfile()
/frameworks/opt/telephony/tests/telephonytests/src/android/telephony/ims/
DTestMMTelFeatureCompat.java34 public boolean isConnected(int callSessinType, int callType) { in isConnected()
DTestMmTelFeature.java58 public ImsCallProfile createCallProfile(int callSessionType, int callType) { in createCallProfile()
/frameworks/support/lifecycle/common/src/main/java/androidx/lifecycle/
DClassesInfoCache.java130 int callType = CALL_TYPE_NO_ARG; in createInfo() local
204 MethodReference(int callType, Method method) { in MethodReference()
/frameworks/base/telephony/java/android/telephony/ims/
DImsCallProfile.java329 public ImsCallProfile(int serviceType, int callType) { in ImsCallProfile()
357 public ImsCallProfile(int serviceType, int callType, Bundle callExtras, in ImsCallProfile()
521 public static int getVideoStateFromCallType(int callType) { in getVideoStateFromCallType()
DImsExternalCallState.java61 int callType, boolean isCallheld) { in ImsExternalCallState()
DImsCallSession.java745 public void accept(int callType, ImsStreamMediaProfile profile) { in accept()
864 public void update(int callType, ImsStreamMediaProfile profile) { in update()
/frameworks/base/telephony/java/android/telephony/ims/stub/
DImsCallSessionImplBase.java397 public void accept(int callType, ImsStreamMediaProfile profile) { in accept()
471 public void update(int callType, ImsStreamMediaProfile profile) { in update()
/frameworks/base/core/java/android/provider/
DCallLog.java532 int presentation, int callType, int features, PhoneAccountHandle accountHandle, in addCall()
570 String postDialDigits, String viaNumber, int presentation, int callType, in addCall()
613 String postDialDigits, String viaNumber, int presentation, int callType, in addCall()
/frameworks/base/telephony/java/android/telephony/ims/aidl/
DIImsMmTelFeature.aidl39 ImsCallProfile createCallProfile(int callSessionType, int callType); in createCallProfile()
/frameworks/support/lifecycle/compiler/src/main/kotlin/androidx/lifecycle/
Dwriter.kt171 val callType = 1 shl count in writeMethodCalls() constant
/frameworks/base/telephony/java/android/telephony/ims/compat/stub/
DImsCallSessionImplBase.java181 public void accept(int callType, ImsStreamMediaProfile profile) { in accept()
262 public void update(int callType, ImsStreamMediaProfile profile) { in update()
/frameworks/base/telecomm/java/android/telecom/
DParcelableCallAnalytics.java286 private final int callType; field in ParcelableCallAnalytics
322 public ParcelableCallAnalytics(long startTimeMillis, long callDurationMillis, int callType, in ParcelableCallAnalytics()
/frameworks/base/telephony/java/android/telephony/ims/feature/
DMmTelFeature.java514 public ImsCallProfile createCallProfile(int callSessionType, int callType) { in createCallProfile()

12