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