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

  /packages/apps/Dialer/src/com/android/dialer/calllog/
CallLogListItemViews.java 84 public int callType;
CallDetailHistoryAdapter.java 125 int callType = details.callTypes[0];
130 callTypeIconView.add(callType);
132 callTypeTextView.setText(mCallTypeHelper.getCallTypeText(callType, isVideoCall));
139 if (Calls.VOICEMAIL_TYPE == callType || CallTypeHelper.isMissedCallType(callType)) {
CallLogGroupBuilder.java 139 final int callType = cursor.getInt(CallLogQuery.CALL_TYPE);
165 shouldGroup = callType != Calls.VOICEMAIL_TYPE;
187 firstCallType = callType;
CallLogActivity.java 152 final int callType = intent.getIntExtra(CallLog.Calls.EXTRA_CALL_TYPE_FILTER, -1);
153 if (callType == CallLog.Calls.MISSED_TYPE) {
155 } else if (callType == CallLog.Calls.VOICEMAIL_TYPE) {
CallLogAdapter.java 652 final int callType = c.getInt(CallLogQuery.CALL_TYPE);
680 views.callType = callType;
    [all...]
  /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 49 * @param callType The type of call (e.g INCOMING_TYPE). @see
58 int presentation, int callType, int features, PhoneAccountHandle accountHandle,
64 this.callType = callType;
77 public final int callType;
92 private static final String CALL_TYPE = "callType";
157 * @param callType The type of call.
167 int callType,
184 sendAddCallBroadcast(callType, duration);
188 + Log.pii(number) + "," + presentation + ", " + callType
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneConnection.java 644 int callType = negotiatedCallProfile.mCallType;
646 int newVideoState = ImsCallProfile.getVideoStateFromCallType(callType);
654 int callType = localCallProfile.mCallType;
656 boolean newLocalVideoCapable = callType == ImsCallProfile.CALL_TYPE_VT;
ImsPhoneCallTracker.java 403 int callType = ImsCallProfile.getCallTypeFromVideoState(videoState);
410 serviceType, callType);
    [all...]
  /packages/apps/Dialer/src/com/android/dialer/
CallDetailActivity.java 538 final int callType = callCursor.getInt(CALL_TYPE_COLUMN_INDEX);
591 new int[]{ callType }, date, duration,
    [all...]
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 445 milliseconds