| /frameworks/support/room/compiler/src/main/kotlin/androidx/room/processor/ |
| D | TransactionMethodProcessor.kt | 43 val callType = when { in process() constant
|
| /frameworks/base/telephony/java/com/android/ims/internal/ |
| D | IImsMMTelFeature.aidl | 39 boolean isConnected(int callSessionType, int callType); in isConnected() 44 ImsCallProfile createCallProfile(int sessionId, int callSessionType, int callType); in createCallProfile()
|
| D | IImsService.aidl | 39 boolean isConnected(int serviceId, int serviceType, int callType); in isConnected() 54 ImsCallProfile createCallProfile(int serviceId, int serviceType, int callType); in createCallProfile()
|
| D | IImsCallSession.aidl | 136 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/ |
| D | ImsServiceBase.java | 55 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()
|
| D | ImsCall.java | 1129 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/ |
| D | TransactionMethod.kt | 21 class TransactionMethod(val element: ExecutableElement, val name: String, val callType: CallType) { constant in androidx.room.vo.TransactionMethod
|
| D | FieldSetter.kt | 23 data class FieldSetter(val name: String, val type: TypeMirror, val callType: CallType) { constant in androidx.room.vo.FieldSetter
|
| D | FieldGetter.kt | 25 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/ |
| D | ImsServiceInterfaceAdapter.java | 56 public boolean isConnected(int callSessionType, int callType) throws RemoteException { in isConnected() 78 public ImsCallProfile createCallProfile(int sessionId, int callSessionType, int callType) in createCallProfile()
|
| D | MmTelInterfaceAdapter.java | 57 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/ |
| D | MMTelFeature.java | 233 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/ |
| D | TestMMTelFeatureCompat.java | 34 public boolean isConnected(int callSessinType, int callType) { in isConnected()
|
| D | TestMmTelFeature.java | 58 public ImsCallProfile createCallProfile(int callSessionType, int callType) { in createCallProfile()
|
| /frameworks/support/lifecycle/common/src/main/java/androidx/lifecycle/ |
| D | ClassesInfoCache.java | 130 int callType = CALL_TYPE_NO_ARG; in createInfo() local 204 MethodReference(int callType, Method method) { in MethodReference()
|
| /frameworks/base/telephony/java/android/telephony/ims/ |
| D | ImsCallProfile.java | 329 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()
|
| D | ImsExternalCallState.java | 61 int callType, boolean isCallheld) { in ImsExternalCallState()
|
| D | ImsCallSession.java | 745 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/ |
| D | ImsCallSessionImplBase.java | 397 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/ |
| D | CallLog.java | 532 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/ |
| D | IImsMmTelFeature.aidl | 39 ImsCallProfile createCallProfile(int callSessionType, int callType); in createCallProfile()
|
| /frameworks/support/lifecycle/compiler/src/main/kotlin/androidx/lifecycle/ |
| D | writer.kt | 171 val callType = 1 shl count in writeMethodCalls() constant
|
| /frameworks/base/telephony/java/android/telephony/ims/compat/stub/ |
| D | ImsCallSessionImplBase.java | 181 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/ |
| D | ParcelableCallAnalytics.java | 286 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/ |
| D | MmTelFeature.java | 514 public ImsCallProfile createCallProfile(int callSessionType, int callType) { in createCallProfile()
|