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

  /packages/apps/Dialer/src/com/android/dialer/
PhoneCallDetails.java 40 public final int[] callTypes;
63 String countryIso, String geocode, int[] callTypes, long date, long duration) {
64 this(number, formattedNumber, countryIso, geocode, callTypes, date, duration, "", 0, "",
70 String countryIso, String geocode, int[] callTypes, long date, long duration,
77 this.callTypes = callTypes;
  /external/llvm/lib/Target/R600/
AMDILPeepholeOptimizer.cpp 606 std::vector<Type *> callTypes;
607 callTypes.push_back(aType);
608 callTypes.push_back(aType);
609 callTypes.push_back(aType);
610 callTypes.push_back(aType);
611 FunctionType *funcType = FunctionType::get(aType, callTypes, false);
766 std::vector<Type *> callTypes;
767 callTypes.push_back(aType);
768 callTypes.push_back(aType);
769 callTypes.push_back(aType)
    [all...]
  /packages/apps/Dialer/src/com/android/dialer/calllog/
CallLogAdapter.java 592 final int[] callTypes = getCallTypes(c, count);
597 callTypes, date, duration);
601 callTypes, date, duration, name, ntype, label, lookupUri, null);
728 int[] callTypes = new int[count];
730 callTypes[index] = cursor.getInt(CallLogQuery.CALL_TYPE);
734 return callTypes;
    [all...]

Completed in 1975 milliseconds