HomeSort by relevance Sort by last modified time
    Searched full:overallstate (Results 1 - 2 of 2) 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...]

Completed in 513 milliseconds