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

  /packages/apps/Dialer/src/com/android/dialer/
PhoneCallDetails.java 45 public final int[] callTypes;
97 int[] callTypes, long date, long duration) {
99 callTypes, date, duration, "", 0, "", null, null, 0, null, null, 0, null, null);
105 int[] callTypes, long date, long duration, String accountLabel, Drawable accountIcon,
108 callTypes, date, duration, "", 0, "", null, null, 0, accountLabel, accountIcon,
115 int[] callTypes, long date, long duration, CharSequence name,
124 this.callTypes = callTypes;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILPeepholeOptimizer.cpp 652 std::vector<Type *> callTypes;
653 callTypes.push_back(aType);
654 callTypes.push_back(aType);
655 callTypes.push_back(aType);
656 callTypes.push_back(aType);
657 FunctionType *funcType = FunctionType::get(aType, callTypes, false);
813 std::vector<Type *> callTypes;
814 callTypes.push_back(aType);
815 callTypes.push_back(aType);
816 callTypes.push_back(aType)
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILPeepholeOptimizer.cpp 652 std::vector<Type *> callTypes;
653 callTypes.push_back(aType);
654 callTypes.push_back(aType);
655 callTypes.push_back(aType);
656 callTypes.push_back(aType);
657 FunctionType *funcType = FunctionType::get(aType, callTypes, false);
813 std::vector<Type *> callTypes;
814 callTypes.push_back(aType);
815 callTypes.push_back(aType);
816 callTypes.push_back(aType)
    [all...]
  /packages/apps/Dialer/src/com/android/dialer/calllog/
CallLogAdapter.java 748 final int[] callTypes = getCallTypes(c, count);
773 formattedNumber, countryIso, geocode, callTypes, date,
777 formattedNumber, countryIso, geocode, callTypes, date,
    [all...]

Completed in 128 milliseconds