OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:callTypes
(Results
1 - 8
of
8
) sorted by null
/packages/apps/Dialer/src/com/android/dialer/
PhoneCallDetails.java
42
public final int[]
callTypes
;
70
int[]
callTypes
, long date, long duration) {
72
callTypes
, date, duration, "", 0, "", null, null, 0);
78
int[]
callTypes
, long date, long duration, CharSequence name,
86
this.
callTypes
=
callTypes
;
PhoneCallDetailsHelper.java
74
int count = details.
callTypes
.length;
76
views.callTypeIcons.add(details.
callTypes
[index]);
90
isHighlighted ? mCallTypeHelper.getHighlightedColor(details.
callTypes
[0]) : null;
/packages/apps/Dialer/src/com/android/dialer/calllog/
CallLogListItemHelper.java
65
boolean canPlay = details.
callTypes
[0] == Calls.VOICEMAIL_TYPE;
149
int lastCallType = getLastCallType(details.
callTypes
);
169
if (details.
callTypes
.length > 1) {
171
details.
callTypes
.length));
193
int lastCallType = getLastCallType(details.
callTypes
);
225
if (details.
callTypes
.length > 1) {
237
* @param
callTypes
Call types to check.
240
private int getLastCallType(int[]
callTypes
) {
241
if (
callTypes
.length > 0) {
242
return
callTypes
[0]
[
all
...]
CallDetailHistoryAdapter.java
143
int callType = details.
callTypes
[0];
CallLogAdapter.java
616
final int[]
callTypes
= getCallTypes(c, count);
623
formattedNumber, countryIso, geocode,
callTypes
, date,
627
formattedNumber, countryIso, geocode,
callTypes
, date,
[
all
...]
/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/tests/src/com/android/dialer/
PhoneCallDetailsHelperTest.java
318
private void setPhoneCallDetailsWithCallTypeIcons(int...
callTypes
) {
322
callTypes
, TEST_DATE, TEST_DURATION),
Completed in 90 milliseconds