File tree Expand file tree Collapse file tree 7 files changed +9
-11
lines changed
main/java/com/google/firebase/perf
test/java/com/google/firebase/perf Expand file tree Collapse file tree 7 files changed +9
-11
lines changed Original file line number Diff line number Diff line change 29
29
import com .google .firebase .inject .Provider ;
30
30
import com .google .firebase .installations .FirebaseInstallationsApi ;
31
31
import com .google .firebase .perf .config .ConfigResolver ;
32
+ import com .google .firebase .perf .config .RemoteConfigManager ;
32
33
import com .google .firebase .perf .internal .GaugeManager ;
33
34
import com .google .firebase .perf .internal .PerfMetricValidator ;
34
- import com .google .firebase .perf .internal .RemoteConfigManager ;
35
35
import com .google .firebase .perf .logging .AndroidLogger ;
36
36
import com .google .firebase .perf .metrics .HttpMetric ;
37
37
import com .google .firebase .perf .metrics .Trace ;
Original file line number Diff line number Diff line change 39
39
import com .google .firebase .perf .config .ConfigurationConstants .TraceEventCountBackground ;
40
40
import com .google .firebase .perf .config .ConfigurationConstants .TraceEventCountForeground ;
41
41
import com .google .firebase .perf .config .ConfigurationConstants .TraceSamplingRate ;
42
- import com .google .firebase .perf .internal .RemoteConfigManager ;
43
42
import com .google .firebase .perf .logging .AndroidLogger ;
44
43
import com .google .firebase .perf .util .ImmutableBundle ;
45
44
import com .google .firebase .perf .util .Optional ;
Original file line number Diff line number Diff line change 1
- // Copyright 2020 Google LLC
1
+ // Copyright 2021 Google LLC
2
2
//
3
3
// Licensed under the Apache License, Version 2.0 (the "License");
4
4
// you may not use this file except in compliance with the License.
5
- //
6
5
// You may obtain a copy of the License at
6
+ //
7
7
// http://www.apache.org/licenses/LICENSE-2.0
8
8
//
9
9
// Unless required by applicable law or agreed to in writing, software
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 .internal ;
15
+ package com .google .firebase .perf .config ;
16
16
17
17
import android .content .Context ;
18
18
import android .content .pm .PackageInfo ;
Original file line number Diff line number Diff line change 21
21
import com .google .firebase .installations .FirebaseInstallationsApi ;
22
22
import com .google .firebase .perf .FirebasePerformance ;
23
23
import com .google .firebase .perf .config .ConfigResolver ;
24
+ import com .google .firebase .perf .config .RemoteConfigManager ;
24
25
import com .google .firebase .perf .internal .GaugeManager ;
25
- import com .google .firebase .perf .internal .RemoteConfigManager ;
26
26
import com .google .firebase .remoteconfig .RemoteConfigComponent ;
27
27
import dagger .Module ;
28
28
import dagger .Provides ;
Original file line number Diff line number Diff line change 34
34
import com .google .firebase .installations .FirebaseInstallationsApi ;
35
35
import com .google .firebase .perf .config .ConfigResolver ;
36
36
import com .google .firebase .perf .config .DeviceCacheManager ;
37
+ import com .google .firebase .perf .config .RemoteConfigManager ;
37
38
import com .google .firebase .perf .internal .GaugeManager ;
38
- import com .google .firebase .perf .internal .RemoteConfigManager ;
39
39
import com .google .firebase .perf .util .Constants ;
40
40
import com .google .firebase .perf .util .ImmutableBundle ;
41
41
import com .google .firebase .remoteconfig .RemoteConfigComponent ;
Original file line number Diff line number Diff line change 31
31
import androidx .test .core .app .ApplicationProvider ;
32
32
import com .google .firebase .perf .BuildConfig ;
33
33
import com .google .firebase .perf .FirebasePerformanceTestBase ;
34
- import com .google .firebase .perf .internal .RemoteConfigManager ;
35
34
import com .google .firebase .perf .util .ImmutableBundle ;
36
35
import com .google .firebase .perf .util .Optional ;
37
36
import org .junit .Before ;
Original file line number Diff line number Diff line change 1
- // Copyright 2020 Google LLC
1
+ // Copyright 2021 Google LLC
2
2
//
3
3
// Licensed under the Apache License, Version 2.0 (the "License");
4
4
// you may not use this file except in compliance with the License.
5
- //
6
5
// You may obtain a copy of the License at
6
+ //
7
7
// http://www.apache.org/licenses/LICENSE-2.0
8
8
//
9
9
// Unless required by applicable law or agreed to in writing, software
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 .internal ;
15
+ package com .google .firebase .perf .config ;
16
16
17
17
import static com .google .common .truth .Truth .assertThat ;
18
18
import static java .nio .charset .StandardCharsets .UTF_8 ;
You can’t perform that action at this time.
0 commit comments