HomeSort by relevance Sort by last modified time
    Searched refs:callTypes (Results 1 - 7 of 7) 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;
PhoneCallDetailsHelper.java 69 int count = details.callTypes.length;
71 views.callTypeIcons.add(details.callTypes[index]);
84 isHighlighted ? mCallTypeHelper.getHighlightedColor(details.callTypes[0]) : null;
  /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/
CallLogListItemHelper.java 64 boolean canPlay = details.callTypes[0] == Calls.VOICEMAIL_TYPE;
CallDetailHistoryAdapter.java 143 int callType = details.callTypes[0];
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...]
  /packages/apps/Dialer/tests/src/com/android/dialer/
PhoneCallDetailsHelperTest.java 309 private void setPhoneCallDetailsWithCallTypeIcons(int... callTypes) {
312 TEST_GEOCODE, callTypes, TEST_DATE, TEST_DURATION),

Completed in 64 milliseconds