Searched refs:callType (Results 1 - 25 of 26) sorted by relevance

12

/frameworks/support/room/compiler/src/main/kotlin/android/arch/persistence/room/vo/
H A DFieldSetter.kt23 data class FieldSetter(val name: String, val type: TypeMirror, val callType: CallType) {
25 val stmt = when (callType) {
H A DFieldGetter.kt25 data class FieldGetter(val name : String, val type : TypeMirror, val callType: CallType) {
27 val stmt = when (callType) {
/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsServiceBase.java55 public boolean isConnected(int serviceId, int serviceType, int callType) { argument
56 return onIsConnected(serviceId, serviceType, callType);
76 public ImsCallProfile createCallProfile(int serviceId, int serviceType, int callType) { argument
77 return onCreateCallProfile(serviceId, serviceType, callType);
148 protected boolean onIsConnected(int serviceId, int serviceType, int callType) { argument
168 protected ImsCallProfile onCreateCallProfile(int serviceId, int serviceType, int callType) { argument
H A DImsCall.java1114 * @param callType The call type the user agreed to for accepting the call.
1117 public void accept(int callType) throws ImsException { argument
1118 accept(callType, new ImsStreamMediaProfile());
1124 * @param callType call type to be answered in {@link ImsCallProfile}
1129 public void accept(int callType, ImsStreamMediaProfile profile) throws ImsException { argument
1130 logi("accept :: callType=" + callType + ", profile=" + profile);
1139 mSession.accept(callType, profile);
1423 public void update(int callType, ImsStreamMediaProfile mediaProfile) throws ImsException { argument
1424 logi("update :: callType
[all...]
H A DImsManager.java1735 * @param callType a call type that is specified in {@link ImsCallProfile}
1744 public boolean isConnected(int serviceType, int callType) argument
1749 return mImsServiceProxy.isConnected(serviceType, callType);
1781 * @param callType a call type that is specified in {@link ImsCallProfile}
1793 public ImsCallProfile createCallProfile(int sessionId, int serviceType, int callType) argument
1798 return mImsServiceProxy.createCallProfile(sessionId, serviceType, callType);
/frameworks/base/telephony/java/android/telephony/ims/feature/
H A DIMMTelFeature.java74 * @param callType a call type that is specified in {@link ImsCallProfile}
82 boolean isConnected(int callServiceType, int callType) throws RemoteException; argument
114 * @param callType a call type that is specified in {@link ImsCallProfile}
125 ImsCallProfile createCallProfile(int sessionId, int callServiceType, int callType) argument
H A DMMTelFeature.java53 public boolean isConnected(int callSessionType, int callType) { argument
71 public ImsCallProfile createCallProfile(int sessionId, int callSessionType, int callType) { argument
/frameworks/base/telephony/java/android/telephony/ims/
H A DImsServiceProxyCompat.java70 public boolean isConnected(int callServiceType, int callType) argument
73 return getServiceInterface(mBinder).isConnected(SERVICE_ID, callServiceType, callType);
97 public ImsCallProfile createCallProfile(int sessionId, int callServiceType, int callType) argument
100 return getServiceInterface(mBinder).createCallProfile(sessionId, callServiceType, callType);
H A DImsServiceProxy.java140 public boolean isConnected(int callServiceType, int callType) argument
145 callServiceType, callType);
178 public ImsCallProfile createCallProfile(int sessionId, int callServiceType, int callType) argument
183 sessionId, callServiceType, callType);
H A DImsService.java147 public boolean isConnected(int slotId, int featureType, int callSessionType, int callType)
153 return feature.isConnected(callSessionType, callType);
213 int callSessionType, int callType) throws RemoteException {
218 return feature.createCallProfile(sessionId, callSessionType, callType);
/frameworks/base/telephony/java/com/android/ims/internal/
H A DIImsCallSession.aidl131 * @param callType call type specified in {@link ImsCallProfile} to be answered
135 void accept(int callType, in ImsStreamMediaProfile profile);
183 * @param callType call type specified in {@link ImsCallProfile} to be updated
187 void update(int callType, in ImsStreamMediaProfile profile);
H A DIImsService.aidl39 boolean isConnected(int serviceId, int serviceType, int callType);
54 ImsCallProfile createCallProfile(int serviceId, int serviceType, int callType);
H A DIImsServiceController.aidl45 boolean isConnected(int slotId, int featureType, int callSessionType, int callType);
52 int callSessionType, int callType);
H A DImsCallSession.java730 * @param callType call type specified in {@link ImsCallProfile} to be answered
734 public void accept(int callType, ImsStreamMediaProfile profile) { argument
740 miSession.accept(callType, profile);
833 * @param callType call type specified in {@link ImsCallProfile} to be updated
837 public void update(int callType, ImsStreamMediaProfile profile) { argument
843 miSession.update(callType, profile);
/frameworks/base/telephony/java/com/android/ims/
H A DImsExternalCallState.java57 int callType, boolean isCallheld) {
62 mCallType = callType;
56 ImsExternalCallState(int callId, Uri address, boolean isPullable, int callState, int callType, boolean isCallheld) argument
H A DImsCallProfile.java233 public ImsCallProfile(int serviceType, int callType) { argument
235 mCallType = callType;
306 ", callType=" + mCallType +
362 * @param callType The call type.
365 public static int getVideoStateFromCallType(int callType) { argument
367 switch (callType) {
/frameworks/support/lifecycle/common/src/main/java/android/arch/lifecycle/
H A DReflectiveGenericLifecycleObserver.java134 int callType = CALL_TYPE_NO_ARG;
136 callType = CALL_TYPE_PROVIDER;
145 callType = CALL_TYPE_PROVIDER_WITH_EVENT;
158 MethodReference methodReference = new MethodReference(callType, method);
191 MethodReference(int callType, Method method) { argument
192 mCallType = callType;
/frameworks/base/telecomm/java/android/telecom/
H A DParcelableCallAnalytics.java286 private final int callType; field in class:ParcelableCallAnalytics
322 public ParcelableCallAnalytics(long startTimeMillis, long callDurationMillis, int callType, argument
329 this.callType = callType;
344 callType = in.readInt();
364 out.writeInt(callType);
397 return callType;
/frameworks/base/core/java/android/provider/
H A DCallLog.java517 * @param callType enumerated values for "incoming", "outgoing", or "missed"
529 int presentation, int callType, int features, PhoneAccountHandle accountHandle,
532 presentation, callType, features, accountHandle, start, duration,
550 * @param callType enumerated values for "incoming", "outgoing", or "missed"
567 String postDialDigits, String viaNumber, int presentation, int callType,
570 return addCall(ci, context, number, postDialDigits, viaNumber, presentation, callType,
589 * @param callType enumerated values for "incoming", "outgoing", or "missed"
610 String postDialDigits, String viaNumber, int presentation, int callType,
671 values.put(TYPE, Integer.valueOf(callType));
684 if (callType
528 addCall(CallerInfo ci, Context context, String number, int presentation, int callType, int features, PhoneAccountHandle accountHandle, long start, int duration, Long dataUsage) argument
566 addCall(CallerInfo ci, Context context, String number, String postDialDigits, String viaNumber, int presentation, int callType, int features, PhoneAccountHandle accountHandle, long start, int duration, Long dataUsage, boolean addForAllUsers, UserHandle userToBeInsertedTo) argument
609 addCall(CallerInfo ci, Context context, String number, String postDialDigits, String viaNumber, int presentation, int callType, int features, PhoneAccountHandle accountHandle, long start, int duration, Long dataUsage, boolean addForAllUsers, UserHandle userToBeInsertedTo, boolean is_read) argument
[all...]
/frameworks/base/telephony/java/android/telephony/ims/stub/
H A DImsCallSessionImplBase.java176 * @param callType call type specified in {@link ImsCallProfile} to be answered
181 public void accept(int callType, ImsStreamMediaProfile profile) throws RemoteException { argument
249 * @param callType call type specified in {@link ImsCallProfile} to be updated
255 public void update(int callType, ImsStreamMediaProfile profile) throws RemoteException { argument
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/
H A DTestImsServiceControllerAdapter.java72 public boolean isConnected(int slotId, int featureType, int callSessionType, int callType) argument
101 int callSessionType, int callType) throws RemoteException {
100 createCallProfile(int slotId, int featureType, int sessionId, int callSessionType, int callType) argument
/frameworks/support/room/compiler/src/main/kotlin/android/arch/persistence/room/writer/
H A DFieldReadWriteWriter.kt177 it.field.setter.callType == CallType.CONSTRUCTOR
201 it.field.setter.callType == CallType.CONSTRUCTOR
221 if (setter != null && setter.callType != CallType.CONSTRUCTOR) {
277 val varName = if (field.getter.callType == CallType.FIELD) {
296 when (field.setter.callType) {
/frameworks/support/room/compiler/src/test/kotlin/android/arch/persistence/room/processor/
H A DPojoProcessorTest.kt566 assertThat(pojo.fields.find { it.name == "mName" }?.setter?.callType,
583 assertThat(pojo.fields.find { it.name == "mName" }?.setter?.callType,
661 assertThat(pojo.fields.find { it.name == "mName" }?.setter?.callType,
663 assertThat(pojo.fields.find { it.name == "mLastName" }?.setter?.callType,
H A DEntityProcessorTest.kt179 assertThat(entity.fields.first().getter.callType, `is`(CallType.FIELD))
231 assertThat(entity.fields.first().setter.callType, `is`(CallType.FIELD))
/frameworks/support/room/compiler/src/main/kotlin/android/arch/persistence/room/processor/
H A DPojoProcessor.kt415 callType = CallType.FIELD)
421 callType = CallType.METHOD)
453 callType = CallType.FIELD)
460 callType = CallType.METHOD)

Completed in 1329 milliseconds

12