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 - 2
of
2
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapCallLogComposer.java
67
private static final int
CALL_TYPE_COLUMN_INDEX
= 2;
219
final int callLogType = mCursor.getInt(
CALL_TYPE_COLUMN_INDEX
);
/packages/apps/Contacts/src/com/android/contacts/
CallDetailActivity.java
196
static final int
CALL_TYPE_COLUMN_INDEX
= 3;
556
int callType = callCursor.getInt(
CALL_TYPE_COLUMN_INDEX
);
[
all
...]
Completed in 72 milliseconds