Home
last modified time | relevance | path

Searched refs:EVENT_LAST (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhone.java97 protected static final int EVENT_SET_CALL_BARRING_DONE = EVENT_LAST + 1;
98 protected static final int EVENT_GET_CALL_BARRING_DONE = EVENT_LAST + 2;
99 protected static final int EVENT_SET_CALL_WAITING_DONE = EVENT_LAST + 3;
100 protected static final int EVENT_GET_CALL_WAITING_DONE = EVENT_LAST + 4;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneBase.java166 protected static final int EVENT_LAST = EVENT_SS; field in PhoneBase