Searched refs:CMD_CHILD_LOCAL_REQUEST_BASE (Results 1 – 2 of 2) sorted by relevance
43 protected static final int CMD_CHILD_LOCAL_REQUEST_BASE = CMD_SHARED_BASE; field in AbstractSessionStateMachine46 static final int CMD_LOCAL_REQUEST_CREATE_CHILD = CMD_CHILD_LOCAL_REQUEST_BASE + 1;49 static final int CMD_LOCAL_REQUEST_DELETE_CHILD = CMD_CHILD_LOCAL_REQUEST_BASE + 2;52 static final int CMD_LOCAL_REQUEST_REKEY_CHILD = CMD_CHILD_LOCAL_REQUEST_BASE + 3;
1497 || (msgWhat >= CMD_CHILD_LOCAL_REQUEST_BASE in isLocalRequest()1498 && msgWhat < CMD_CHILD_LOCAL_REQUEST_BASE + CMD_CATEGORY_SIZE)) { in isLocalRequest()