Searched refs:CMD_CHILD_LOCAL_REQUEST_BASE (Results 1 – 2 of 2) sorted by relevance
47 protected static final int CMD_CHILD_LOCAL_REQUEST_BASE = CMD_SHARED_BASE; field in AbstractSessionStateMachine50 static final int CMD_LOCAL_REQUEST_CREATE_CHILD = CMD_CHILD_LOCAL_REQUEST_BASE + 1;53 static final int CMD_LOCAL_REQUEST_DELETE_CHILD = CMD_CHILD_LOCAL_REQUEST_BASE + 2;56 static final int CMD_LOCAL_REQUEST_REKEY_CHILD = CMD_CHILD_LOCAL_REQUEST_BASE + 3;59 static final int CMD_LOCAL_REQUEST_REKEY_CHILD_MOBIKE = CMD_CHILD_LOCAL_REQUEST_BASE + 4;62 static final int CMD_LOCAL_REQUEST_MIGRATE_CHILD = CMD_CHILD_LOCAL_REQUEST_BASE + 5;
1831 || (msgWhat >= CMD_CHILD_LOCAL_REQUEST_BASE in isLocalRequest()1832 && msgWhat < CMD_CHILD_LOCAL_REQUEST_BASE + CMD_CATEGORY_SIZE)) { in isLocalRequest()