File tree Expand file tree Collapse file tree 4 files changed +9
-17
lines changed
Expand file tree Collapse file tree 4 files changed +9
-17
lines changed Original file line number Diff line number Diff line change 11/**
2- * Copyright 2014 Novoda, Inc.
3- *
42 * Licensed under the Apache License, Version 2.0 (the "License");
53 * you may not use this file except in compliance with the License.
64 * You may obtain a copy of the License at
75 *
8- * http://www.apache.org/licenses/LICENSE-2.0
6+ * http://www.apache.org/licenses/LICENSE-2.0
97 *
108 * Unless required by applicable law or agreed to in writing, software
119 * distributed under the License is distributed on an "AS IS" BASIS,
1210 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1311 * See the License for the specific language governing permissions and
1412 * limitations under the License.
1513 */
16- package rx .android .observables ;
14+ package rx .android .app ;
1715
1816import android .app .DialogFragment ;
1917import android .app .FragmentManager ;
Original file line number Diff line number Diff line change 11/**
2- * Copyright 2014 Novoda, Inc.
3- *
42 * Licensed under the Apache License, Version 2.0 (the "License");
53 * you may not use this file except in compliance with the License.
64 * You may obtain a copy of the License at
75 *
8- * http://www.apache.org/licenses/LICENSE-2.0
6+ * http://www.apache.org/licenses/LICENSE-2.0
97 *
108 * Unless required by applicable law or agreed to in writing, software
119 * distributed under the License is distributed on an "AS IS" BASIS,
1210 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1311 * See the License for the specific language governing permissions and
1412 * limitations under the License.
1513 */
16- package rx .android .observables ;
14+ package rx .android .app ;
1715
1816import java .util .HashMap ;
1917import java .util .Map ;
Original file line number Diff line number Diff line change 11/**
2- * Copyright 2014 Novoda, Inc.
3- *
42 * Licensed under the Apache License, Version 2.0 (the "License");
53 * you may not use this file except in compliance with the License.
64 * You may obtain a copy of the License at
75 *
8- * http://www.apache.org/licenses/LICENSE-2.0
6+ * http://www.apache.org/licenses/LICENSE-2.0
97 *
108 * Unless required by applicable law or agreed to in writing, software
119 * distributed under the License is distributed on an "AS IS" BASIS,
1210 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1311 * See the License for the specific language governing permissions and
1412 * limitations under the License.
1513 */
16- package rx .android .observables ;
14+ package rx .android .app ;
1715
1816import android .app .Activity ;
1917import android .app .FragmentManager ;
3836import static org .mockito .Mockito .never ;
3937import static org .mockito .Mockito .verify ;
4038import static org .mockito .MockitoAnnotations .initMocks ;
41- import static rx .android .observables .ReactiveDialog .Result ;
39+ import static rx .android .app .ReactiveDialog .Result ;
4240
4341@ RunWith (RobolectricTestRunner .class )
4442public class ReactiveDialogTest {
Original file line number Diff line number Diff line change 11/**
2- * Copyright 2014 Novoda, Inc.
3- *
42 * Licensed under the Apache License, Version 2.0 (the "License");
53 * you may not use this file except in compliance with the License.
64 * You may obtain a copy of the License at
75 *
8- * http://www.apache.org/licenses/LICENSE-2.0
6+ * http://www.apache.org/licenses/LICENSE-2.0
97 *
108 * Unless required by applicable law or agreed to in writing, software
119 * distributed under the License is distributed on an "AS IS" BASIS,
1210 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1311 * See the License for the specific language governing permissions and
1412 * limitations under the License.
1513 */
16- package rx .android .observables ;
14+ package rx .android .app ;
1715
1816import org .junit .Before ;
1917import org .junit .Test ;
You can’t perform that action at this time.
0 commit comments