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

  /packages/apps/Dialer/src/com/android/dialer/calllog/
CallLogGroupBuilder.java 69 final int callType = cursor.getInt(CallLogQuery.CALL_TYPE);
81 shouldGroup = (callType == Calls.INCOMING_TYPE || callType == Calls.OUTGOING_TYPE ||
82 callType == Calls.MISSED_TYPE);
99 firstCallType = callType;
CallDetailHistoryAdapter.java 143 int callType = details.callTypes[0];
145 callTypeIconView.add(callType);
146 callTypeTextView.setText(mCallTypeHelper.getCallTypeText(callType));
153 if (callType == Calls.MISSED_TYPE || callType == Calls.VOICEMAIL_TYPE) {
CallLogFragment.java 377 int callType = cursor.getInt(CallLogQuery.CALL_TYPE);
379 (callType == Calls.INCOMING_TYPE
380 || callType == Calls.MISSED_TYPE)) {
CallLogAdapter.java 524 final int callType = c.getInt(CallLogQuery.CALL_TYPE);
542 if (callType == Calls.VOICEMAIL_TYPE) {
635 bindBadge(view, info, details, callType);
638 protected void bindBadge(View view, ContactInfo info, PhoneCallDetails details, int callType) {
642 final int numMissed = getNumMissedCalls(callType);
731 private int getNumMissedCalls(int callType) {
732 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);
  /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/src/com/android/dialer/
CallDetailActivity.java 615 final int callType = callCursor.getInt(CALL_TYPE_COLUMN_INDEX);
655 new int[]{ callType }, date, duration,
    [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 168 milliseconds