HomeSort by relevance Sort by last modified time
    Searched defs:callType (Results 1 - 17 of 17) sorted by null

  /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/telecomm/java/android/telecom/
ParcelableCallAnalytics.java 66 private final int callType;
90 public ParcelableCallAnalytics(long startTimeMillis, long callDurationMillis, int callType,
96 this.callType = callType;
109 callType = in.readInt();
122 out.writeInt(callType);
141 return callType;
  /packages/apps/Dialer/src/com/android/dialer/calllog/
CallDetailHistoryAdapter.java 107 int callType = details.callTypes[0];
112 callTypeIconView.add(callType);
114 callTypeTextView.setText(mCallTypeHelper.getCallTypeText(callType, isVideoCall));
121 if (Calls.VOICEMAIL_TYPE == callType || CallTypeHelper.isMissedCallType(callType)) {
CallLogActivity.java 135 final int callType = intent.getIntExtra(CallLog.Calls.EXTRA_CALL_TYPE_FILTER, -1);
136 if (callType == CallLog.Calls.MISSED_TYPE) {
CallLogGroupBuilder.java 138 int callType;
149 callType = cursor.getInt(CallLogQuery.CALL_TYPE);
162 && areBothNotVoicemail(callType, groupCallType)
163 && (areBothNotBlocked(callType, groupCallType)
164 || areBothBlocked(callType, groupCallType))) {
184 groupCallType = callType;
286 private boolean areBothNotVoicemail(int callType, int groupCallType) {
287 return callType != AppCompatConstants.CALLS_VOICEMAIL_TYPE
291 private boolean areBothNotBlocked(int callType, int groupCallType) {
292 return callType != AppCompatConstants.CALLS_BLOCKED_TYP
    [all...]
CallLogListItemViewHolder.java 157 public int callType;
317 if (callType == CallLog.Calls.VOICEMAIL_TYPE) {
341 if (callType == CallLog.Calls.VOICEMAIL_TYPE
497 if (callType == Calls.VOICEMAIL_TYPE && !TextUtils.isEmpty(callTypeOrLocation)) {
518 if (callType == Calls.VOICEMAIL_TYPE && mVoicemailPlaybackPresenter != null
534 if (callType == Calls.VOICEMAIL_TYPE) {
625 if (callType != Calls.VOICEMAIL_TYPE) {
  /cts/tests/tests/jni/libjnitest/
macroized_tests.c 56 } callType;
168 callType ct, const char *name, const char *sig) {
185 static char *help_CallBooleanMethod(JNIEnv *env, callType ct, ...) {
288 static char *help_CallByteMethod(JNIEnv *env, callType ct, ...) {
391 static char *help_CallShortMethod(JNIEnv *env, callType ct, ...) {
494 static char *help_CallCharMethod(JNIEnv *env, callType ct, ...) {
597 static char *help_CallIntMethod(JNIEnv *env, callType ct, ...) {
700 static char *help_CallLongMethod(JNIEnv *env, callType ct, ...) {
803 static char *help_CallFloatMethod(JNIEnv *env, callType ct, ...) {
906 static char *help_CallDoubleMethod(JNIEnv *env, callType ct, ...)
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/interactions/
CallLogInteraction.java 193 String callType = "";
197 return callType;
201 callType = res.getString(R.string.content_description_recent_call_type_incoming);
204 callType = res.getString(R.string.content_description_recent_call_type_missed);
207 callType = res.getString(R.string.content_description_recent_call_type_outgoing);
210 return 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";
227 * @param callType The type of call.
241 int callType,
266 sendAddCallBroadcast(callType, duration);
270 + Log.pii(number) + "," + presentation + ", " + callType
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneCallTracker.java 489 int callType = ImsCallProfile.getCallTypeFromVideoState(videoState);
496 serviceType, callType);
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit-core-js/2.14/
htmlunit-core-js-2.14.jar 
  /prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/
rhino-1.7R3.jar 
  /external/robolectric/v3/runtime/
android-all-5.1.1_r9-robolectric-1.jar 
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar 

Completed in 1564 milliseconds