File tree Expand file tree Collapse file tree 4 files changed +24
-6
lines changed
main/java/com/google/firebase/perf
test/java/com/google/firebase/perf/transport Expand file tree Collapse file tree 4 files changed +24
-6
lines changed Original file line number Diff line number Diff line change 12
12
// See the License for the specific language governing permissions and
13
13
// limitations under the License.
14
14
15
- package com .google .firebase .perf .metrics ;
15
+ package com .google .firebase .perf .metrics . resource ;
16
16
17
17
import androidx .annotation .StringDef ;
18
18
import java .lang .annotation .Retention ;
Original file line number Diff line number Diff line change
1
+ // Copyright 2021 Google LLC
2
+ //
3
+ // Licensed under the Apache License, Version 2.0 (the "License");
4
+ // you may not use this file except in compliance with the License.
5
+ // You may obtain a copy of the License at
6
+ //
7
+ // http://www.apache.org/licenses/LICENSE-2.0
8
+ //
9
+ // Unless required by applicable law or agreed to in writing, software
10
+ // distributed under the License is distributed on an "AS IS" BASIS,
11
+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ // See the License for the specific language governing permissions and
13
+ // limitations under the License.
14
+
15
+ /** @hide */
16
+ /** @hide */
17
+ package com .google .firebase .perf .metrics .resource ;
18
+
Original file line number Diff line number Diff line change 14
14
15
15
package com .google .firebase .perf .transport ;
16
16
17
- import static com .google .firebase .perf .metrics .ResourceType .NETWORK ;
18
- import static com .google .firebase .perf .metrics .ResourceType .TRACE ;
17
+ import static com .google .firebase .perf .metrics .resource . ResourceType .NETWORK ;
18
+ import static com .google .firebase .perf .metrics .resource . ResourceType .TRACE ;
19
19
20
20
import android .content .Context ;
21
21
import androidx .annotation .NonNull ;
22
22
import com .google .android .gms .common .util .VisibleForTesting ;
23
23
import com .google .firebase .perf .config .ConfigResolver ;
24
24
import com .google .firebase .perf .logging .AndroidLogger ;
25
- import com .google .firebase .perf .metrics .ResourceType ;
25
+ import com .google .firebase .perf .metrics .resource . ResourceType ;
26
26
import com .google .firebase .perf .util .Clock ;
27
27
import com .google .firebase .perf .util .Constants ;
28
28
import com .google .firebase .perf .util .Timer ;
Original file line number Diff line number Diff line change 15
15
package com .google .firebase .perf .transport ;
16
16
17
17
import static com .google .common .truth .Truth .assertThat ;
18
- import static com .google .firebase .perf .metrics .ResourceType .NETWORK ;
19
- import static com .google .firebase .perf .metrics .ResourceType .TRACE ;
18
+ import static com .google .firebase .perf .metrics .resource . ResourceType .NETWORK ;
19
+ import static com .google .firebase .perf .metrics .resource . ResourceType .TRACE ;
20
20
import static org .mockito .Mockito .doAnswer ;
21
21
import static org .mockito .Mockito .when ;
22
22
import static org .mockito .MockitoAnnotations .initMocks ;
You can’t perform that action at this time.
0 commit comments