Searched refs:EVENT_PARENT_CHANGED (Results 1 – 1 of 1) sorted by relevance
145 public static final int EVENT_PARENT_CHANGED = 1 << 1; field in InCallServiceImpl.CallCallback155 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()