/packages/apps/Dialer/src/com/android/dialer/calllog/ |
CallTypeHelper.java | 61 public CharSequence getCallTypeText(int callType, boolean isVideoCall) { 62 switch (callType) { 93 public Integer getHighlightedColor(int callType) { 94 switch (callType) { 117 public static boolean isMissedCallType(int callType) { 118 return (callType != Calls.INCOMING_TYPE && callType != Calls.OUTGOING_TYPE && 119 callType != Calls.VOICEMAIL_TYPE);
|
CallLogQueryHandler.java | 121 public void fetchCalls(int callType, long newerThan) { 123 fetchCalls(QUERY_CALLLOG_TOKEN, callType, false /* newOnly */, newerThan); 126 public void fetchCalls(int callType) { 127 fetchCalls(callType, 0); 136 private void fetchCalls(int token, int callType, boolean newOnly, long newerThan) { 148 if (callType > CALL_TYPE_ALL) { 155 selectionArgs.add(Integer.toString(callType));
|
CallTypeIconsView.java | 65 public void add(int callType) { 66 mCallTypes.add(callType); 68 final Drawable drawable = getCallTypeDrawable(callType); 107 private Drawable getCallTypeDrawable(int callType) { 108 switch (callType) { 134 for (Integer callType : mCallTypes) { 135 final Drawable drawable = getCallTypeDrawable(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)) {
|
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) {
|
/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...] |
/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); 109 virtual void RegisterCall(CallType type) OVERRIDE; 119 std::map<CallType,int> callCounts_; 173 int MessageCenterViewTest::GetCallCount(CallType type) { 210 void MessageCenterViewTest::RegisterCall(CallType type) {
|
/external/chromium_org/extensions/renderer/ |
api_activity_logger.h | 25 enum CallType { APICALL, EVENT }; 43 static void LogInternal(const CallType call_type,
|
api_activity_logger.cc | 39 const CallType call_type,
|
/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;
|
/external/chromium_org/v8/src/ic/ |
ic-state.h | 29 enum CallType { METHOD, FUNCTION }; 31 CallICState(int argc, CallType call_type) 41 CallType call_type() const { return call_type_; } 47 class CallTypeBits : public BitField<CallType, Code::kArgumentsBits, 1> {}; 50 const CallType call_type_;
|
/frameworks/base/telephony/java/com/android/ims/internal/ |
IImsService.aidl | 38 boolean isConnected(int serviceId, int serviceType, int callType); 42 ImsCallProfile createCallProfile(int serviceId, int serviceType, int callType);
|
IImsCallSession.aidl | 131 * @param callType call type specified in {@link ImsCallProfile} to be answered 135 void accept(int callType, in ImsStreamMediaProfile profile); 183 * @param callType call type specified in {@link ImsCallProfile} to be updated 187 void update(int callType, in ImsStreamMediaProfile profile);
|
/external/kernel-headers/original/uapi/linux/ |
isdn_ppp.h | 24 int calltype; member in struct:pppcallinfo
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-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.11-4.8/sysroot/usr/include/linux/ |
isdn_ppp.h | 24 int calltype; member in struct:pppcallinfo
|
/frameworks/base/telephony/java/com/android/ims/ |
ImsCallProfile.java | 198 public ImsCallProfile(int serviceType, int callType) { 200 mCallType = callType; 271 ", callType=" + mCallType + 313 * @param callType The call type. 316 public static int getVideoStateFromCallType(int callType) { 317 switch (callType) {
|
/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...] |
/bionic/libc/kernel/uapi/linux/ |
isdn_ppp.h | 29 int calltype; member in struct:pppcallinfo
|
/development/ndk/platforms/android-L/include/linux/ |
isdn_ppp.h | 29 int calltype; member in struct:pppcallinfo
|
/prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/ |
isdn_ppp.h | 29 int calltype; member in struct:pppcallinfo
|
/prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/ |
isdn_ppp.h | 29 int calltype; member in struct:pppcallinfo
|
/prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/ |
isdn_ppp.h | 29 int calltype; member in struct:pppcallinfo
|
/prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/ |
isdn_ppp.h | 29 int calltype; member in struct:pppcallinfo
|
/prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/ |
isdn_ppp.h | 29 int calltype; member in struct:pppcallinfo
|