OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CALL_TYPE_COLUMN_INDEX
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapCallLogComposer.java
66
private static final int
CALL_TYPE_COLUMN_INDEX
= 2;
257
final int callLogType = mCursor.getInt(
CALL_TYPE_COLUMN_INDEX
);
/packages/apps/Contacts/src/com/android/contacts/
CallDetailActivity.java
80
static final int
CALL_TYPE_COLUMN_INDEX
= 3;
151
int callType = callCursor.getInt(
CALL_TYPE_COLUMN_INDEX
);
RecentCallsListActivity.java
103
static final int
CALL_TYPE_COLUMN_INDEX
= 4;
419
int currentCallType = cursor.getInt(
CALL_TYPE_COLUMN_INDEX
);
448
currentCallType = cursor.getInt(
CALL_TYPE_COLUMN_INDEX
);
633
int type = c.getInt(
CALL_TYPE_COLUMN_INDEX
);
[
all
...]
Completed in 463 milliseconds