HomeSort by relevance Sort by last modified time
    Searched refs:callType (Results 1 - 25 of 68) sorted by null

1 2 3

  /frameworks/support/room/compiler/src/main/kotlin/android/arch/persistence/room/vo/
FieldSetter.kt 23 data class FieldSetter(val name: String, val type: TypeMirror, val callType: CallType) {
25 val stmt = when (callType) {
26 CallType.FIELD -> "$L.$L = $L"
27 CallType.METHOD -> "$L.$L($L)"
28 CallType.CONSTRUCTOR -> null
FieldGetter.kt 25 data class FieldGetter(val name : String, val type : TypeMirror, val callType: CallType) {
27 val stmt = when (callType) {
28 CallType.FIELD -> "final $T $L = $L.$L"
29 CallType.METHOD -> "final $T $L = $L.$L()"
30 CallType.CONSTRUCTOR -> null
  /packages/apps/Dialer/java/com/android/dialer/spam/
SpamBindings.java 88 * @param callType Whether the type of call is missed, voicemail, etc. Example of this is {@link
98 int callType,
107 * @param callType Whether the type of call is missed, voicemail, etc. Example of this is {@link
117 int callType,
126 * @param callType Whether the type of call is missed, voicemail, etc. Example of this is {@link
136 int callType,
145 * @param callType Whether the type of call is missed, voicemail, etc. Example of this is {@link
155 int callType,
SpamBindingsStub.java 85 int callType,
93 int callType,
101 int callType,
109 int callType,
  /packages/apps/Car/Dialer/src/com/android/car/dialer/
CallTypeIconsView.java 63 public void add(int callType) {
64 mCallTypes.add(callType);
66 final Drawable drawable = getCallTypeDrawable(callType);
80 private Drawable getCallTypeDrawable(int callType) {
81 switch (callType) {
107 for (Integer callType : mCallTypes) {
108 final Drawable drawable = getCallTypeDrawable(callType);
CallLogViewHolder.java 27 public LinearLayout callType;
35 callType = (LinearLayout) v.findViewById(R.id.call_type);
  /packages/apps/Dialer/java/com/android/dialer/calllogutils/
CallTypeHelper.java 72 public static boolean isMissedCallType(int callType) {
73 return (callType != AppCompatConstants.CALLS_INCOMING_TYPE
74 && callType != AppCompatConstants.CALLS_OUTGOING_TYPE
75 && callType != AppCompatConstants.CALLS_VOICEMAIL_TYPE
76 && callType != AppCompatConstants.CALLS_ANSWERED_EXTERNALLY_TYPE);
80 public CharSequence getCallTypeText(int callType, boolean isVideoCall, boolean isPulledCall) {
81 switch (callType) {
  /packages/apps/Dialer/java/com/android/dialer/app/calllog/
CallLogGroupBuilder.java 107 int callType;
120 callType = cursor.getInt(CallLogQuery.CALL_TYPE);
136 && areBothNotVoicemail(callType, groupCallType)
137 && (areBothNotBlocked(callType, groupCallType)
138 || areBothBlocked(callType, groupCallType))) {
158 groupCallType = callType;
235 private boolean areBothNotVoicemail(int callType, int groupCallType) {
236 return callType != AppCompatConstants.CALLS_VOICEMAIL_TYPE
240 private boolean areBothNotBlocked(int callType, int groupCallType) {
241 return callType != AppCompatConstants.CALLS_BLOCKED_TYP
    [all...]
BlockReportSpamListener.java 58 final int callType,
76 callType,
102 final int callType,
120 callType,
146 final int callType,
164 callType,
189 final int callType,
204 callType,
  /frameworks/opt/net/ims/src/java/com/android/ims/
ImsServiceBase.java 55 public boolean isConnected(int serviceId, int serviceType, int callType) {
56 return onIsConnected(serviceId, serviceType, callType);
76 public ImsCallProfile createCallProfile(int serviceId, int serviceType, int callType) {
77 return onCreateCallProfile(serviceId, serviceType, callType);
148 protected boolean onIsConnected(int serviceId, int serviceType, int callType) {
168 protected ImsCallProfile onCreateCallProfile(int serviceId, int serviceType, int callType) {
  /frameworks/base/telephony/java/android/telephony/ims/feature/
IMMTelFeature.java 74 * @param callType a call type that is specified in {@link ImsCallProfile}
82 boolean isConnected(int callServiceType, int callType) throws RemoteException;
114 * @param callType a call type that is specified in {@link ImsCallProfile}
125 ImsCallProfile createCallProfile(int sessionId, int callServiceType, int callType)
MMTelFeature.java 53 public boolean isConnected(int callSessionType, int callType) {
71 public ImsCallProfile createCallProfile(int sessionId, int callSessionType, int callType) {
  /packages/apps/Dialer/java/com/android/dialer/calldetails/
CallDetailsEntryViewHolder.java 89 int callType = entry.getCallType();
95 callTime.setTextColor(getColorForCallType(context, callType));
97 callTypeIcon.add(callType);
103 callTypeText.setText(callTypeHelper.getCallTypeText(callType, isVideoCall, isPulledCall));
105 if (CallTypeHelper.isMissedCallType(callType)) {
172 private static @ColorInt int getColorForCallType(Context context, int callType) {
173 switch (callType) {
  /packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
SelfManagedCallListAdapter.java 156 String callType;
159 callType = "Incoming(our ux) ";
161 callType = "Incoming(sys ux) ";
164 callType = "Outgoing";
168 callType);
180 String status, String audioRoute, String callType) {
195 statusTextView.setText(callType + " - Status: " + status);
  /external/deqp/modules/gles2/functional/
es2fDebugMarkerTests.cpp 93 enum CallType
124 const CallType callType = CallType(rnd.getInt(0, CALL_TYPE_LAST-1));
126 if (callType == CALL_TYPE_PUSH_GROUP || callType == CALL_TYPE_INSERT_MARKER)
144 if (callType == CALL_TYPE_PUSH_GROUP)
  /frameworks/base/telephony/java/android/telephony/ims/
ImsServiceProxyCompat.java 70 public boolean isConnected(int callServiceType, int callType)
73 return getServiceInterface(mBinder).isConnected(SERVICE_ID, callServiceType, callType);
97 public ImsCallProfile createCallProfile(int sessionId, int callServiceType, int callType)
100 return getServiceInterface(mBinder).createCallProfile(sessionId, callServiceType, callType);
  /frameworks/base/telephony/java/com/android/ims/internal/
IImsCallSession.aidl 131 * @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);
IImsService.aidl 39 boolean isConnected(int serviceId, int serviceType, int callType);
54 ImsCallProfile createCallProfile(int serviceId, int serviceType, int callType);
IImsServiceController.aidl 45 boolean isConnected(int slotId, int featureType, int callSessionType, int callType);
52 int callSessionType, int callType);
  /packages/services/Telecomm/src/com/android/server/telecom/
CallLogManager.java 64 * @param callType The type of call (e.g INCOMING_TYPE). @see
74 String postDialDigits, String viaNumber, int presentation, int callType,
84 this.callType = callType;
101 public final int callType;
122 private static final String CALL_TYPE = "callType";
244 * @param callType The type of call.
258 int callType,
284 sendAddCallBroadcast(callType, duration);
288 + Log.pii(number) + "," + presentation + ", " + callType
    [all...]
  /frameworks/base/telephony/java/com/android/ims/
ImsExternalCallState.java 57 int callType, boolean isCallheld) {
62 mCallType = callType;
  /packages/apps/Dialer/java/com/android/dialer/database/
CallLogQueryHandler.java 101 public void fetchCalls(int callType, long newerThan) {
104 fetchCalls(QUERY_CALLLOG_TOKEN, callType, false /* newOnly */, newerThan);
110 public void fetchCalls(int callType) {
111 fetchCalls(callType, 0);
157 private void fetchCalls(int token, int callType, boolean newOnly, long newerThan) {
174 if (callType > CALL_TYPE_ALL) {
176 selectionArgs.add(Integer.toString(callType));
187 if (callType == Calls.VOICEMAIL_TYPE) {
  /frameworks/support/lifecycle/common/src/main/java/android/arch/lifecycle/
ReflectiveGenericLifecycleObserver.java 134 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) {
192 mCallType = callType;
  /packages/apps/Contacts/src/com/android/contacts/interactions/
CallLogInteraction.java 211 String callType = "";
215 return callType;
219 callType = res.getString(R.string.content_description_recent_call_type_incoming);
222 callType = res.getString(R.string.content_description_recent_call_type_missed);
225 callType = res.getString(R.string.content_description_recent_call_type_outgoing);
228 return callType;
  /frameworks/base/telecomm/java/android/telecom/
ParcelableCallAnalytics.java 286 private final int callType;
322 public ParcelableCallAnalytics(long startTimeMillis, long callDurationMillis, int callType,
329 this.callType = callType;
344 callType = in.readInt();
364 out.writeInt(callType);
397 return callType;

Completed in 824 milliseconds

1 2 3