OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:overallState
(Results
1 - 5
of
5
) sorted by null
/packages/apps/Dialer/src/com/android/dialer/voicemail/
VoicemailStatusHelperImpl.java
80
private static enum
OverallState
{
115
private
OverallState
(int priority, Action action, int callLogMessageId) {
119
private
OverallState
(int priority, Action action, int callLogMessageId,
211
final
OverallState
overallState
= getOverallState(cursor.getInt(CONFIGURATION_STATE_INDEX),
214
final Action action =
overallState
.getAction();
233
new StatusMessage(sourcePackage,
overallState
.getCallLogMessageId(),
234
overallState
.getCallDetailsMessageId(), action.getMessageId(),
236
overallState
.getPriority());
239
private
OverallState
getOverallState(int configurationState, int dataChannelState
[
all
...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcTracker.java
[
all
...]
/external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar
android-all-5.0.0_r2-robolectric-1.jar
android-all-5.1.1_r9-robolectric-1.jar
Completed in 415 milliseconds