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.java145 public static final int EVENT_PARENT_CHANGED = 1 << 1; field in InCallServiceImpl.CallCallback
155 EVENT_PARENT_CHANGED |
197 if ((mEvents & EVENT_PARENT_CHANGED) in onParentChanged()
198 == EVENT_PARENT_CHANGED) { in onParentChanged()
1169 return CallCallback.EVENT_PARENT_CHANGED; in getCallCallbackEvent()
1194 case CallCallback.EVENT_PARENT_CHANGED: in getCallCallbackEventString()