【多选题】以下哪个正确的将Uri注册到UriMatcher中( )
A. matcher.addURI(“edu.wfu.contentprovider", “bookInfo", 0);
B. matcher.addURI(“edu.wfu.contentprovider", “bookInfo/
C. ", 1);
D. matcher.register(“edu.wfu.contentprovider", “bookInfo", 0);
E. matcher.register(“edu.wfu.contentprovider", “bookInfo/*", 1);