HomeSort by relevance Sort by last modified time
    Searched defs:callType (Results 1 - 14 of 14) 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)
  /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/apps/Dialer/src/com/android/dialer/calllog/
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)) {
CallLogActivity.java 127 final int callType = intent.getIntExtra(CallLog.Calls.EXTRA_CALL_TYPE_FILTER, -1);
128 if (callType == CallLog.Calls.MISSED_TYPE) {
CallLogGroupBuilder.java 138 final int callType = cursor.getInt(CallLogQuery.CALL_TYPE);
164 shouldGroup = callType != Calls.VOICEMAIL_TYPE;
186 firstCallType = callType;
CallLogListItemViewHolder.java 112 public int callType;
319 if (callType == Calls.VOICEMAIL_TYPE && mVoicemailPlaybackPresenter != null) {
380 if (callType != Calls.VOICEMAIL_TYPE) {
  /packages/services/Telecomm/src/com/android/server/telecom/
CallLogManager.java 46 * @param callType The type of call (e.g INCOMING_TYPE). @see
55 int presentation, int callType, int features, PhoneAccountHandle accountHandle,
61 this.callType = callType;
74 public final int callType;
89 private static final String CALL_TYPE = "callType";
160 * @param callType The type of call.
170 int callType,
187 sendAddCallBroadcast(callType, duration);
191 + Log.pii(number) + "," + presentation + ", " + callType
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneConnection.java 741 int callType = localCallProfile.mCallType;
743 boolean newLocalVideoCapable = callType == ImsCallProfile.CALL_TYPE_VT;
ImsPhoneCallTracker.java 406 int callType = ImsCallProfile.getCallTypeFromVideoState(videoState);
413 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 
  /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 396 milliseconds