summaryrefslogtreecommitdiff
path: root/srcgen/unsupported-app-usage.json
blob: 823f4e132790af8889710a6146a8abf5eaa1d529 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
// See com.google.currysrc.aosp.Annotations.addUnsupportedAppUsage(Path) method for details on the
// syntax.
[
  {
    "@location": "method:com.android.i18n.phonenumbers.AsYouTypeFormatter#clear()"
  },
  {
    "@location": "method:com.android.i18n.phonenumbers.AsYouTypeFormatter#getRememberedPosition()"
  },
  {
    "@location": "method:com.android.i18n.phonenumbers.AsYouTypeFormatter#inputDigit(char)"
  },
  {
    "@location": "method:com.android.i18n.phonenumbers.AsYouTypeFormatter#inputDigitAndRememberPosition(char)"
  },
  {
    "@location": "method:com.android.i18n.phonenumbers.geocoding.PhoneNumberOfflineGeocoder#getDescriptionForNumber(PhoneNumber,Locale)"
  },
  {
    "@location": "method:com.android.i18n.phonenumbers.geocoding.PhoneNumberOfflineGeocoder#getInstance()"
  },
  {
    "@location": "method:com.android.i18n.phonenumbers.NumberParseException#getErrorType()"
  },
  {
    "@location": "method:com.android.i18n.phonenumbers.Phonemetadata$NumberFormat#getDomesticCarrierCodeFormattingRule()"
  },
  {
    "@location": "method:com.android.i18n.phonenumbers.Phonemetadata$NumberFormat#getFormat()"
  },
  {
    "@location": "method:com.android.i18n.phonenumbers.Phonemetadata$NumberFormat#getLeadingDigitsPattern(int)"
  },
  {
    "@location": "method:com.android.i18n.phonenumbers.Phonemetadata$NumberFormat#getNationalPrefixFormattingRule()"
  },
  {
    "@location": "method:com.android.i18n.phonenumbers.Phonemetadata$NumberFormat#getPattern()"
  },
  {
    "@location": "method:com.android.i18n.phonenumbers.Phonemetadata$NumberFormat#leadingDigitsPatternSize()"
  },
  {
    "@location": "method:com.android.i18n.phonenumbers.Phonemetadata$PhoneMetadata#getCountryCode()"
  },
  {
    "@location": "method:com.android.i18n.phonenumbers.Phonemetadata$PhoneMetadata#getGeneralDesc()"
  },
  {
    "@location": "method:com.android.i18n.phonenumbers.Phonemetadata$PhoneMetadata#getNationalPrefixForParsing()"
  },
  {
    "@location": "method:com.android.i18n.phonenumbers.Phonemetadata$PhoneMetadata#getNationalPrefixTransformRule()"
  },
  {
    "@location": "method:com.android.i18n.phonenumbers.Phonemetadata$PhoneMetadata#getPreferredExtnPrefix()"
  },
  {
    "@location": "method:com.android.i18n.phonenumbers.Phonemetadata$PhoneMetadata#hasNationalPrefix()"
  },
  {
    "@location": "method:com.android.i18n.phonenumbers.Phonemetadata$PhoneMetadata#hasPreferredExtnPrefix()"
  },
  {
    "@location": "method:com.android.i18n.phonenumbers.Phonemetadata$PhoneMetadata#intlNumberFormats()"
  },
  {
    "@location": "method:com.android.i18n.phonenumbers.Phonemetadata$PhoneMetadata#numberFormats()"
  },
  {
    "@location": "method:com.android.i18n.phonenumbers.Phonemetadata$PhoneMetadataCollection#PhoneMetadataCollection()"
  },
  {
    "@location": "method:com.android.i18n.phonenumbers.Phonemetadata$PhoneMetadataCollection#getMetadataList()"
  },
  {
    "@location": "method:com.android.i18n.phonenumbers.Phonemetadata$PhoneNumberDesc#getNationalNumberPattern()"
  },
  {
    "@location": "enumConstant:com.android.i18n.phonenumbers.Phonenumber$PhoneNumber$CountryCodeSource#FROM_DEFAULT_COUNTRY"
  },
  {
    "@location": "enumConstant:com.android.i18n.phonenumbers.Phonenumber$PhoneNumber$CountryCodeSource#FROM_NUMBER_WITHOUT_PLUS_SIGN"
  },
  {
    "@location": "enumConstant:com.android.i18n.phonenumbers.Phonenumber$PhoneNumber$CountryCodeSource#FROM_NUMBER_WITH_IDD"
  },
  {
    "@location": "enumConstant:com.android.i18n.phonenumbers.Phonenumber$PhoneNumber$CountryCodeSource#FROM_NUMBER_WITH_PLUS_SIGN"
  },
  {
    "@location": "type:com.android.i18n.phonenumbers.Phonenumber$PhoneNumber$CountryCodeSource",
    "implicitMember": "values()[Lcom/android/i18n/phonenumbers/Phonenumber$PhoneNumber$CountryCodeSource;"
  },
  {
    "@location": "method:com.android.i18n.phonenumbers.Phonenumber$PhoneNumber#clearCountryCode()"
  },
  {
    "@location": "method:com.android.i18n.phonenumbers.Phonenumber$PhoneNumber#getCountryCode()"
  },
  {
    "@location": "method:com.android.i18n.phonenumbers.Phonenumber$PhoneNumber#getCountryCodeSource()"
  },
  {
    "@location": "method:com.android.i18n.phonenumbers.Phonenumber$PhoneNumber#getExtension()"
  },
  {
    "@location": "method:com.android.i18n.phonenumbers.Phonenumber$PhoneNumber#getNationalNumber()"
  },
  {
    "@location": "method:com.android.i18n.phonenumbers.Phonenumber$PhoneNumber#hasCountryCode()"
  },
  {
    "@location": "method:com.android.i18n.phonenumbers.Phonenumber$PhoneNumber#hasExtension()"
  },
  {
    "@location": "method:com.android.i18n.phonenumbers.PhoneNumberMatch#end()"
  },
  {
    "@location": "method:com.android.i18n.phonenumbers.PhoneNumberMatch#number()"
  },
  {
    "@location": "method:com.android.i18n.phonenumbers.PhoneNumberMatch#rawString()"
  },
  {
    "@location": "method:com.android.i18n.phonenumbers.PhoneNumberMatch#start()"
  },
  {
    "@location": "enumConstant:com.android.i18n.phonenumbers.PhoneNumberUtil$Leniency#POSSIBLE"
  },
  {
    "@location": "enumConstant:com.android.i18n.phonenumbers.PhoneNumberUtil$MatchType#EXACT_MATCH"
  },
  {
    "@location": "enumConstant:com.android.i18n.phonenumbers.PhoneNumberUtil$MatchType#NOT_A_NUMBER"
  },
  {
    "@location": "enumConstant:com.android.i18n.phonenumbers.PhoneNumberUtil$MatchType#NO_MATCH"
  },
  {
    "@location": "enumConstant:com.android.i18n.phonenumbers.PhoneNumberUtil$MatchType#NSN_MATCH"
  },
  {
    "@location": "enumConstant:com.android.i18n.phonenumbers.PhoneNumberUtil$MatchType#SHORT_NSN_MATCH"
  },
  {
    "@location": "type:com.android.i18n.phonenumbers.PhoneNumberUtil$MatchType",
    "implicitMember": "values()[Lcom/android/i18n/phonenumbers/PhoneNumberUtil$MatchType;"
  },
  {
    "@location": "enumConstant:com.android.i18n.phonenumbers.PhoneNumberUtil$PhoneNumberFormat#E164"
  },
  {
    "@location": "enumConstant:com.android.i18n.phonenumbers.PhoneNumberUtil$PhoneNumberFormat#INTERNATIONAL"
  },
  {
    "@location": "enumConstant:com.android.i18n.phonenumbers.PhoneNumberUtil$PhoneNumberFormat#NATIONAL"
  },
  {
    "@location": "enumConstant:com.android.i18n.phonenumbers.PhoneNumberUtil$PhoneNumberFormat#RFC3966"
  },
  {
    "@location": "type:com.android.i18n.phonenumbers.PhoneNumberUtil$PhoneNumberFormat",
    "implicitMember": "values()[Lcom/android/i18n/phonenumbers/PhoneNumberUtil$PhoneNumberFormat;"
  },
  {
    "@location": "enumConstant:com.android.i18n.phonenumbers.PhoneNumberUtil$PhoneNumberType#FIXED_LINE"
  },
  {
    "@location": "enumConstant:com.android.i18n.phonenumbers.PhoneNumberUtil$PhoneNumberType#FIXED_LINE_OR_MOBILE"
  },
  {
    "@location": "enumConstant:com.android.i18n.phonenumbers.PhoneNumberUtil$PhoneNumberType#MOBILE"
  },
  {
    "@location": "enumConstant:com.android.i18n.phonenumbers.PhoneNumberUtil$PhoneNumberType#PAGER"
  },
  {
    "@location": "enumConstant:com.android.i18n.phonenumbers.PhoneNumberUtil$PhoneNumberType#PERSONAL_NUMBER"
  },
  {
    "@location": "enumConstant:com.android.i18n.phonenumbers.PhoneNumberUtil$PhoneNumberType#PREMIUM_RATE"
  },
  {
    "@location": "enumConstant:com.android.i18n.phonenumbers.PhoneNumberUtil$PhoneNumberType#SHARED_COST"
  },
  {
    "@location": "enumConstant:com.android.i18n.phonenumbers.PhoneNumberUtil$PhoneNumberType#TOLL_FREE"
  },
  {
    "@location": "enumConstant:com.android.i18n.phonenumbers.PhoneNumberUtil$PhoneNumberType#UAN"
  },
  {
    "@location": "type:com.android.i18n.phonenumbers.PhoneNumberUtil$PhoneNumberType",
    "implicitMember": "values()[Lcom/android/i18n/phonenumbers/PhoneNumberUtil$PhoneNumberType;"
  },
  {
    "@location": "enumConstant:com.android.i18n.phonenumbers.PhoneNumberUtil$PhoneNumberType#VOICEMAIL"
  },
  {
    "@location": "enumConstant:com.android.i18n.phonenumbers.PhoneNumberUtil$PhoneNumberType#VOIP"
  },
  {
    "@location": "enumConstant:com.android.i18n.phonenumbers.PhoneNumberUtil$ValidationResult#IS_POSSIBLE"
  },
  {
    "@location": "enumConstant:com.android.i18n.phonenumbers.PhoneNumberUtil$ValidationResult#TOO_LONG"
  },
  {
    "@location": "method:com.android.i18n.phonenumbers.PhoneNumberUtil#findNumbers(CharSequence,String,Leniency,long)"
  },
  {
    "@location": "method:com.android.i18n.phonenumbers.PhoneNumberUtil#format(PhoneNumber,PhoneNumberFormat)"
  },
  {
    "@location": "method:com.android.i18n.phonenumbers.PhoneNumberUtil#formatInOriginalFormat(PhoneNumber,String)"
  },
  {
    "@location": "method:com.android.i18n.phonenumbers.PhoneNumberUtil#getAsYouTypeFormatter(String)"
  },
  {
    "@location": "method:com.android.i18n.phonenumbers.PhoneNumberUtil#getCountryCodeForRegion(String)"
  },
  {
    "@location": "method:com.android.i18n.phonenumbers.PhoneNumberUtil#getInstance()"
  },
  {
    "@location": "method:com.android.i18n.phonenumbers.PhoneNumberUtil#getNationalSignificantNumber(PhoneNumber)"
  },
  {
    "@location": "method:com.android.i18n.phonenumbers.PhoneNumberUtil#getNumberType(PhoneNumber)"
  },
  {
    "@location": "method:com.android.i18n.phonenumbers.PhoneNumberUtil#getRegionCodeForNumber(PhoneNumber)"
  },
  {
    "@location": "method:com.android.i18n.phonenumbers.PhoneNumberUtil#isNumberMatch(PhoneNumber,PhoneNumber)"
  },
  {
    "@location": "method:com.android.i18n.phonenumbers.PhoneNumberUtil#isPossibleNumber(PhoneNumber)"
  },
  {
    "@location": "method:com.android.i18n.phonenumbers.PhoneNumberUtil#isPossibleNumberWithReason(PhoneNumber)"
  },
  {
    "@location": "method:com.android.i18n.phonenumbers.PhoneNumberUtil#isValidNumber(PhoneNumber)"
  }
]