Home
last modified time | relevance | path

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

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
DInCallServiceImpl.java178 public static final int EVENT_PARENT_CHANGED = 1 << 1; field in InCallServiceImpl.CallCallback
188 EVENT_PARENT_CHANGED |
230 if ((mEvents & EVENT_PARENT_CHANGED) in onParentChanged()
231 == EVENT_PARENT_CHANGED) { in onParentChanged()
1234 return CallCallback.EVENT_PARENT_CHANGED; in getCallCallbackEvent()
1259 case CallCallback.EVENT_PARENT_CHANGED: in getCallCallbackEventString()