OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:QUERY_VOICEMAIL_STATUS_TOKEN
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Dialer/src/com/android/dialer/
CallDetailActivityQueryHandler.java
35
private static final int
QUERY_VOICEMAIL_STATUS_TOKEN
= 102;
72
startQuery(
QUERY_VOICEMAIL_STATUS_TOKEN
, null,
79
} else if (token ==
QUERY_VOICEMAIL_STATUS_TOKEN
) {
/packages/apps/Dialer/src/com/android/dialer/calllog/
CallLogQueryHandler.java
63
private static final int
QUERY_VOICEMAIL_STATUS_TOKEN
= 58;
152
startQuery(
QUERY_VOICEMAIL_STATUS_TOKEN
, null, Status.CONTENT_URI,
272
} else if (token ==
QUERY_VOICEMAIL_STATUS_TOKEN
) {
Completed in 88 milliseconds