/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;
|
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...] |
CallLogFragment.java | 377 int callType = cursor.getInt(CallLogQuery.CALL_TYPE); 379 (callType == Calls.INCOMING_TYPE 380 || callType == Calls.MISSED_TYPE)) {
|
/external/chromium_org/ui/message_center/views/ |
message_center_view_unittest.cc | 23 enum CallType { 35 virtual void RegisterCall(CallType type) = 0; 95 int GetCallCount(CallType type); 114 virtual void RegisterCall(CallType type) OVERRIDE; 124 std::map<CallType,int> callCounts_; 177 int MessageCenterViewTest::GetCallCount(CallType type) { 239 void MessageCenterViewTest::RegisterCall(CallType type) {
|
/external/chromium_org/chrome/renderer/extensions/ |
api_activity_logger.h | 25 enum CallType { 46 static void LogInternal(const CallType call_type,
|
api_activity_logger.cc | 39 const CallType call_type,
|
/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);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
isdn_ppp.h | 24 int calltype; member in struct:pppcallinfo
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
isdn_ppp.h | 24 int calltype; member in struct:pppcallinfo
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
isdn_ppp.h | 24 int calltype; member in struct:pppcallinfo
|
/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/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);
|
/external/chromium/testing/gmock/test/ |
gmock-generated-function-mockers_test.cc | 271 // Tests mocking a nullary function with calltype. 281 // Tests mocking a unary function with calltype. 292 // Tests mocking a decimal function with calltype. 393 // Tests mocking template interfaces with calltype. 422 // Tests that template mock with calltype works.
|
/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/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),
|
/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...] |
SemaExpr.cpp | [all...] |
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
CallLogProviderTest.java | 370 private ContentValues getDefaultValues(int callType) { 372 values.put(Calls.TYPE, callType);
|
VoicemailProviderTest.java | 48 // TODO: Test that calltype and voicemail_uri are auto populated by the provider.
|
/packages/apps/Dialer/src/com/android/dialer/ |
CallDetailActivity.java | 692 final int callType = callCursor.getInt(CALL_TYPE_COLUMN_INDEX); [all...] |
/external/clang/include/clang/Sema/ |
Sema.h | [all...] |