Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(395)

Side by Side Diff: build/android/pylib/remote/device/appurify_constants.py

Issue 2101243005: Add a snapshot of flutter/engine/src/build to our sdk (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: add README.dart Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 """Defines a set of constants specific to appurify."""
6
7 # Appurify network config constants.
8 class NETWORK(object):
9 WIFI_1_BAR = 1
10 SPRINT_4G_LTE_4_BARS = 2
11 SPRINT_3G_5_BARS = 3
12 SPRINT_3G_4_BARS = 4
13 SPRINT_3G_3_BARS = 5
14 SPRINT_3G_2_BARS = 6
15 SPRINT_3G_1_BAR = 7
16 SPRING_4G_1_BAR = 8
17 VERIZON_3G_5_BARS = 9
18 VERIZON_3G_4_BARS = 10
19 VERIZON_3G_3_BARS = 11
20 VERIZON_3G_2_BARS = 12
21 VERIZON_3G_1_BAR = 13
22 VERIZON_4G_1_BAR = 14
23 ATANDT_3G_5_BARS = 15
24 ATANDT_3G_4_BARS = 16
25 ATANDT_3G_3_BARS = 17
26 ATANDT_3G_2_BARS = 18
27 ATANDT_3G_1_BAR = 19
28 GENERIC_2G_4_BARS = 20
29 GENERIC_2G_3_BARS = 21
30 GENERIC_EVOLVED_EDGE = 22
31 GENERIC_GPRS = 23
32 GENERIC_ENHANCED_GPRS = 24
33 GENERIC_LTE = 25
34 GENERIC_HIGH_LATENCY_DNS = 26
35 GENERIC_100_PERCENT_PACKET_LOSS = 27
36 ATANDT_HSPA_PLUS = 28
37 ATANDT_4G_LTE_4_BARS = 29
38 VERIZON_4G_LTE_4_BARS = 30
39 GENERIC_DIGITAL_SUBSCRIBE_LINE = 31
40 WIFI_STARBUCKS_3_BARS = 32
41 WIFI_STARBUCKS_4_BARS = 33
42 WIFI_STARBUCKS_HIGH_TRAFFIC = 34
43 WIFI_TARGET_1_BAR = 35
44 WIFI_TARGET_3_BARS = 36
45 WIFI_TARGET_4_BARS = 37
46 PUBLIC_WIFI_MCDONALDS_5_BARS = 38
47 PUBLIC_WIFI_MCDONALDS_4_BARS = 39
48 PUBLIC_WIFI_MCDONALDS_2_BARS = 40
49 PUBLIC_WIFI_MCDONALDS_1_BAR = 41
50 PUBLIC_WIFI_KOHLS_5_BARS = 42
51 PUBLIC_WIFI_KOHLS_4_BARS = 43
52 PUBLIC_WIFI_KOHLS_2_BARS = 44
53 PUBLIC_WIFI_ATANDT_5_BARS = 45
54 PUBLIC_WIFI_ATANDT_4_BARS = 46
55 PUBLIC_WIFI_ATANDT_2_BARS = 47
56 PUBLIC_WIFI_ATANDT_1_BAR = 48
57 BOINGO = 49
OLDNEW
« no previous file with comments | « build/android/pylib/remote/device/__init__.py ('k') | build/android/pylib/remote/device/appurify_sanitized.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698