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

  /packages/apps/Dialer/src/com/android/dialer/calllog/
CallTypeHelper.java 52 public CharSequence getCallTypeText(int callType) {
53 switch (callType) {
72 public Integer getHighlightedColor(int callType) {
73 switch (callType) {
96 public static boolean isMissedCallType(int callType) {
97 return (callType != Calls.INCOMING_TYPE && callType != Calls.OUTGOING_TYPE &&
98 callType != Calls.VOICEMAIL_TYPE);
CallTypeIconsView.java 59 public void add(int callType) {
60 mCallTypes.add(callType);
62 final Drawable drawable = getCallTypeDrawable(callType);
78 private Drawable getCallTypeDrawable(int callType) {
79 switch (callType) {
105 for (Integer callType : mCallTypes) {
106 final Drawable drawable = getCallTypeDrawable(callType);
CallDetailHistoryAdapter.java 143 int callType = details.callTypes[0];
145 callTypeIconView.add(callType);
146 callTypeTextView.setText(mCallTypeHelper.getCallTypeText(callType));
153 if (Calls.VOICEMAIL_TYPE == callType || CallTypeHelper.isMissedCallType(callType)) {
CallLogQueryHandler.java 141 public void fetchCalls(int callType, long newerThan) {
144 fetchCalls(QUERY_CALLLOG_TOKEN, requestId, callType, false /* newOnly */, newerThan);
147 public void fetchCalls(int callType) {
148 fetchCalls(callType, 0);
157 private void fetchCalls(int token, int requestId, int callType, boolean newOnly,
170 if (callType > CALL_TYPE_ALL) {
177 selectionArgs.add(Integer.toString(callType));
CallLogGroupBuilder.java 69 final int callType = cursor.getInt(CallLogQuery.CALL_TYPE);
81 shouldGroup = callType != Calls.VOICEMAIL_TYPE;
98 firstCallType = callType;
CallLogFragment.java 377 int callType = cursor.getInt(CallLogQuery.CALL_TYPE);
379 (callType == Calls.INCOMING_TYPE
380 || callType == Calls.MISSED_TYPE)) {
CallLogAdapter.java 538 final int callType = c.getInt(CallLogQuery.CALL_TYPE);
556 if (callType == Calls.VOICEMAIL_TYPE) {
668 bindBadge(view, info, details, callType);
671 protected void bindBadge(View view, ContactInfo info, PhoneCallDetails details, int callType) {
675 final int numMissed = getNumMissedCalls(callType);
764 private int getNumMissedCalls(int callType) {
765 if (callType == Calls.MISSED_TYPE) {
    [all...]
  /packages/apps/PhoneCommon/src/com/android/phone/common/
CallLogAsync.java 65 * @param callType The type of call (e.g INCOMING_TYPE). @see
74 int callType,
98 this.callType = callType;
108 public final int callType;
165 c.callType, c.timestamp, c.durationInSec);
  /frameworks/base/core/java/android/provider/
CallLog.java 299 * @param callType enumerated values for "incoming", "outgoing", or "missed"
306 int presentation, int callType, long start, int duration) {
334 values.put(TYPE, Integer.valueOf(callType));
338 if (callType == MISSED_TYPE) {
  /packages/services/Telephony/src/com/android/phone/
CallLogger.java 109 public void logCall(CallerInfo ci, String number, int presentation, int callType, long start,
128 + "," + presentation + ", " + callType + ", " + start + ", " + duration);
132 presentation, callType, start, duration);
  /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/Dialer/tests/src/com/android/dialer/calllog/
CallLogListItemHelperTest.java 382 int presentation, String formattedNumber, int callType) {
386 new int[]{ callType }, TEST_DATE, TEST_DURATION),
392 int presentation, String formattedNumber, int callType) {
396 new int[]{ callType }, TEST_DATE, TEST_DURATION),
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
CallLogProviderTest.java 370 private ContentValues getDefaultValues(int callType) {
372 values.put(Calls.TYPE, callType);
  /packages/apps/Dialer/src/com/android/dialer/
CallDetailActivity.java 692 final int callType = callCursor.getInt(CALL_TYPE_COLUMN_INDEX);
    [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp 711 VariadicCallType CallType) {
724 if (CheckFormatArguments(*I, Args, IsMemberFunction, CallType, Loc,
732 if (CallType != VariadicDoesNotApply) {
737 checkVariadicArgument(Arg, CallType);
764 VariadicCallType CallType =
767 /*IsMemberFunction=*/true, Loc, SourceRange(), CallType);
778 VariadicCallType CallType = getVariadicCallType(FDecl, Proto,
793 TheCall->getCallee()->getSourceRange(), CallType);
818 VariadicCallType CallType =
823 lbrac, Method->getSourceRange(), CallType);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 2926 milliseconds