summaryrefslogtreecommitdiffstats
path: root/docs/html/sdk/api_diff/preview-21/missingSinces.txt
blob: 4061cb8bcf2723200a18438cdee73e6cef57a3d3 (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
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
NO DOC BLOCK: android.bluetooth.le.AdvertiseData Class
NO DOC BLOCK: android.bluetooth.le.AdvertiseData.Builder Class
NO DOC BLOCK: android.app.AlarmManager.AlarmClockInfo Class
NO DOC BLOCK: android.service.voice.AlwaysOnHotwordDetector Class
NO DOC BLOCK: android.service.voice.AlwaysOnHotwordDetector.Callback Class
NO DOC BLOCK: android.service.voice.AlwaysOnHotwordDetector.EventPayload Class
NO DOC BLOCK: android.graphics.drawable.AnimatedVectorDrawable Class
NO DOC BLOCK: android.transition.ArcMotion Class
NO DOC BLOCK: android.media.AudioAttributes Class
NO DOC BLOCK: android.media.AudioAttributes.Builder Class
NO DOC BLOCK: android.media.AudioFormat.Builder Class
NO DOC BLOCK: android.hardware.camera2.params.BlackLevelPattern Class
NO DOC BLOCK: android.hardware.camera2.CameraCaptureSession.CaptureCallback Class
NO DOC BLOCK: android.hardware.camera2.CameraCaptureSession.StateCallback Class
NO DOC BLOCK: android.hardware.camera2.CameraDevice.StateCallback Class
NO DOC BLOCK: android.hardware.camera2.CameraManager.AvailabilityCallback Class
NO DOC BLOCK: android.transition.ChangeImageTransform Class
NO DOC BLOCK: java.util.concurrent.ConcurrentLinkedDeque Class
NO DOC BLOCK: android.provider.ContactsContract.PinnedPositions Class
NO DOC BLOCK: android.provider.ContactsContract.SearchSnippets Class
NO DOC BLOCK: android.content.pm.FeatureGroupInfo Class
NO DOC BLOCK: java.util.concurrent.ForkJoinPool Class
NO DOC BLOCK: java.util.concurrent.ForkJoinPool.ForkJoinWorkerThreadFactory Interface
NO DOC BLOCK: java.util.concurrent.ForkJoinPool.ManagedBlocker Interface
NO DOC BLOCK: java.util.concurrent.ForkJoinTask Class
NO DOC BLOCK: java.util.concurrent.ForkJoinWorkerThread Class
NO DOC BLOCK: android.telephony.IccOpenLogicalChannelResponse Class
NO DOC BLOCK: java.util.IllformedLocaleException Class
NO DOC BLOCK: android.content.pm.LauncherApps.Callback Class
NO DOC BLOCK: java.util.concurrent.LinkedTransferQueue Class
NO DOC BLOCK: java.util.Locale.Builder Class
NO DOC BLOCK: android.media.MediaCodec.Callback Class
NO DOC BLOCK: android.media.MediaCodec.CodecException Class
NO DOC BLOCK: android.media.MediaCodecInfo.AudioCapabilities Class
NO DOC BLOCK: android.media.MediaCodecInfo.EncoderCapabilities Class
NO DOC BLOCK: android.media.MediaCodecInfo.VideoCapabilities Class
NO DOC BLOCK: android.media.session.MediaController.PlaybackInfo Class
NO DOC BLOCK: android.media.MediaDescription Class
NO DOC BLOCK: android.media.MediaDescription.Builder Class
NO DOC BLOCK: android.media.MediaDrm.MediaDrmStateException Class
NO DOC BLOCK: android.media.session.MediaSession.QueueItem Class
NO DOC BLOCK: android.media.session.MediaSession.Token Class
NO DOC BLOCK: android.media.session.MediaSessionManager.OnActiveSessionsChangedListener Interface
NO DOC BLOCK: android.content.pm.PackageInstaller Class
NO DOC BLOCK: android.content.pm.PackageInstaller.Session Class
NO DOC BLOCK: android.content.pm.PackageInstaller.SessionCallback Class
NO DOC BLOCK: android.content.pm.PackageInstaller.SessionInfo Class
NO DOC BLOCK: android.content.pm.PackageInstaller.SessionParams Class
NO DOC BLOCK: android.transition.PathMotion Class
NO DOC BLOCK: android.transition.PatternPathMotion Class
NO DOC BLOCK: java.util.concurrent.Phaser Class
NO DOC BLOCK: android.media.session.PlaybackState.Builder Class
NO DOC BLOCK: android.media.session.PlaybackState.CustomAction Class
NO DOC BLOCK: android.media.session.PlaybackState.CustomAction.Builder Class
NO DOC BLOCK: android.net.PskKeyManager Class
NO DOC BLOCK: java.util.concurrent.RecursiveAction Class
NO DOC BLOCK: java.util.concurrent.RecursiveTask Class
NO DOC BLOCK: android.content.RestrictionsManager Class
NO DOC BLOCK: android.app.SharedElementCallback Class
NO DOC BLOCK: android.media.SoundPool.Builder Class
NO DOC BLOCK: java.util.concurrent.ThreadLocalRandom Class
NO DOC BLOCK: java.util.concurrent.TransferQueue Interface
NO DOC BLOCK: android.text.style.TtsSpan Class
NO DOC BLOCK: android.text.style.TtsSpan.Builder Class
NO DOC BLOCK: android.text.style.TtsSpan.CardinalBuilder Class
NO DOC BLOCK: android.text.style.TtsSpan.DateBuilder Class
NO DOC BLOCK: android.text.style.TtsSpan.DecimalBuilder Class
NO DOC BLOCK: android.text.style.TtsSpan.DigitsBuilder Class
NO DOC BLOCK: android.text.style.TtsSpan.ElectronicBuilder Class
NO DOC BLOCK: android.text.style.TtsSpan.FractionBuilder Class
NO DOC BLOCK: android.text.style.TtsSpan.MeasureBuilder Class
NO DOC BLOCK: android.text.style.TtsSpan.MoneyBuilder Class
NO DOC BLOCK: android.text.style.TtsSpan.OrdinalBuilder Class
NO DOC BLOCK: android.text.style.TtsSpan.SemioticClassBuilder Class
NO DOC BLOCK: android.text.style.TtsSpan.TelephoneBuilder Class
NO DOC BLOCK: android.text.style.TtsSpan.TextBuilder Class
NO DOC BLOCK: android.text.style.TtsSpan.TimeBuilder Class
NO DOC BLOCK: android.text.style.TtsSpan.VerbatimBuilder Class
NO DOC BLOCK: android.media.tv.TvContentRating Class
NO DOC BLOCK: android.media.tv.TvInputManager.TvInputCallback Class
NO DOC BLOCK: android.media.tv.TvInputService.HardwareSession Class
NO DOC BLOCK: android.media.tv.TvTrackInfo Class
NO DOC BLOCK: android.media.tv.TvTrackInfo.Builder Class
NO DOC BLOCK: android.media.tv.TvView.TvInputCallback Class
NO DOC BLOCK: android.graphics.drawable.VectorDrawable Class
NO DOC BLOCK: android.view.ViewOutlineProvider Class
NO DOC BLOCK: android.hardware.display.VirtualDisplay.Callback Class
NO DOC BLOCK: android.speech.tts.Voice Class
NO DOC BLOCK: android.media.VolumeProvider Class
NO DOC BLOCK: android.webkit.WebChromeClient.FileChooserParams Class
NO DOC BLOCK: android.webkit.WebResourceRequest Interface
NO DOC BLOCK: android.net.wifi.WifiManager.WpsCallback Class
NO DOC BLOCK: android.media.AudioTrack Constructor (android.media.AudioAttributes, android.media.AudioFormat, int, int, int)
NO DOC BLOCK: android.transition.AutoTransition Constructor (android.content.Context, android.util.AttributeSet)
NO DOC BLOCK: android.transition.ChangeBounds Constructor (android.content.Context, android.util.AttributeSet)
NO DOC BLOCK: android.transition.ChangeClipBounds Constructor (android.content.Context, android.util.AttributeSet)
NO DOC BLOCK: android.transition.ChangeTransform Constructor (android.content.Context, android.util.AttributeSet)
NO DOC BLOCK: android.transition.Explode Constructor (android.content.Context, android.util.AttributeSet)
NO DOC BLOCK: android.transition.Fade Constructor (android.content.Context, android.util.AttributeSet)
NO DOC BLOCK: android.media.MediaCodecList Constructor (int)
NO DOC BLOCK: android.media.session.MediaController Constructor (android.content.Context, android.media.session.MediaSession.Token)
NO DOC BLOCK: android.media.session.MediaSession Constructor (android.content.Context, java.lang.String)
NO DOC BLOCK: android.service.notification.NotificationListenerService.Ranking Constructor ()
NO DOC BLOCK: android.webkit.PermissionRequest Constructor ()
NO DOC BLOCK: android.content.RestrictionEntry Constructor (int, java.lang.String)
NO DOC BLOCK: android.content.RestrictionEntry Constructor (java.lang.String, int)
NO DOC BLOCK: android.bluetooth.le.ScanResult Constructor (android.bluetooth.BluetoothDevice, android.bluetooth.le.ScanRecord, int, long)
NO DOC BLOCK: android.renderscript.ScriptC Constructor (android.renderscript.RenderScript, java.lang.String, byte[], byte[])
NO DOC BLOCK: android.renderscript.ScriptC Constructor (long, android.renderscript.RenderScript)
NO DOC BLOCK: android.transition.Slide Constructor (android.content.Context, android.util.AttributeSet)
NO DOC BLOCK: android.speech.tts.SynthesisRequest Constructor (java.lang.CharSequence, android.os.Bundle)
NO DOC BLOCK: android.view.textservice.TextInfo Constructor (java.lang.CharSequence, int, int, int, int)
NO DOC BLOCK: android.transition.Transition Constructor (android.content.Context, android.util.AttributeSet)
NO DOC BLOCK: android.transition.TransitionSet Constructor (android.content.Context, android.util.AttributeSet)
NO DOC BLOCK: android.transition.Visibility Constructor (android.content.Context, android.util.AttributeSet)
NO DOC BLOCK: android.webkit.WebResourceResponse Constructor (java.lang.String, java.lang.String, int, java.lang.String, java.util.Map<java.lang.String, java.lang.String>, java.io.InputStream)
NO DOC BLOCK: android.webkit.CookieManager Method acceptThirdPartyCookies(android.webkit.WebView)
NO DOC BLOCK: android.net.VpnService.Builder Method addAllowedApplication(java.lang.String)
NO DOC BLOCK: android.app.ActivityManager Method addAppTask(android.app.Activity, android.content.Intent, android.app.ActivityManager.TaskDescription, android.graphics.Bitmap)
NO DOC BLOCK: android.graphics.Path Method addArc(float, float, float, float, float, float)
NO DOC BLOCK: android.view.inputmethod.CursorAnchorInfo.Builder Method addCharacterBounds(int, float, float, float, float, int)
NO DOC BLOCK: android.app.admin.DevicePolicyManager Method addCrossProfileIntentFilter(android.content.ComponentName, android.content.IntentFilter, int)
NO DOC BLOCK: android.app.admin.DevicePolicyManager Method addCrossProfileWidgetProvider(android.content.ComponentName, java.lang.String)
NO DOC BLOCK: android.net.ConnectivityManager Method addDefaultNetworkActiveListener(android.net.ConnectivityManager.OnNetworkActiveListener)
NO DOC BLOCK: android.net.VpnService.Builder Method addDisallowedApplication(java.lang.String)
NO DOC BLOCK: android.speech.tts.TextToSpeech Method addEarcon(java.lang.String, java.io.File)
NO DOC BLOCK: android.speech.tts.TextToSpeech Method addEarcon(java.lang.String, java.lang.String)
NO DOC BLOCK: android.media.session.MediaSessionManager Method addOnActiveSessionsChangedListener(android.media.session.MediaSessionManager.OnActiveSessionsChangedListener, android.content.ComponentName)
NO DOC BLOCK: android.media.session.MediaSessionManager Method addOnActiveSessionsChangedListener(android.media.session.MediaSessionManager.OnActiveSessionsChangedListener, android.content.ComponentName, android.os.Handler)
NO DOC BLOCK: android.graphics.Path Method addRoundRect(float, float, float, float, float, float, android.graphics.Path.Direction)
NO DOC BLOCK: android.graphics.Path Method addRoundRect(float, float, float, float, float[], android.graphics.Path.Direction)
NO DOC BLOCK: android.app.FragmentTransaction Method addSharedElement(android.view.View, java.lang.String)
NO DOC BLOCK: android.speech.tts.TextToSpeech Method addSpeech(java.lang.CharSequence, java.io.File)
NO DOC BLOCK: android.speech.tts.TextToSpeech Method addSpeech(java.lang.CharSequence, java.lang.String, int)
NO DOC BLOCK: android.media.session.MediaController Method adjustVolume(int, int)
NO DOC BLOCK: android.net.VpnService.Builder Method allowBypass()
NO DOC BLOCK: android.net.VpnService.Builder Method allowFamily(int)
NO DOC BLOCK: android.text.SpannableStringBuilder Method append(java.lang.CharSequence, java.lang.Object, int)
NO DOC BLOCK: android.graphics.Path Method arcTo(float, float, float, float, float, float, boolean)
NO DOC BLOCK: android.appwidget.AppWidgetManager Method bindAppWidgetIdIfAllowed(int, android.os.UserHandle, android.content.ComponentName, android.os.Bundle)
NO DOC BLOCK: android.net.Network Method bindSocket(java.net.Socket)
NO DOC BLOCK: android.media.tv.TvContract Method buildChannelsUriForInput(java.lang.String)
NO DOC BLOCK: android.media.tv.TvContract Method buildChannelUriForPassthroughInput(java.lang.String)
NO DOC BLOCK: android.media.tv.TvContract Method buildInputId(android.content.ComponentName)
NO DOC BLOCK: android.media.tv.TvContract Method buildProgramsUriForChannel(long)
NO DOC BLOCK: android.media.tv.TvContract Method buildProgramsUriForChannel(long, long, long)
NO DOC BLOCK: android.net.wifi.WifiManager Method cancelWps(android.net.wifi.WifiManager.WpsCallback)
NO DOC BLOCK: android.media.audiofx.Virtualizer Method canVirtualize(int, int)
NO DOC BLOCK: android.util.Range Method clamp(T)
NO DOC BLOCK: android.app.admin.DevicePolicyManager Method clearCrossProfileIntentFilters(android.content.ComponentName)
NO DOC BLOCK: android.app.admin.DevicePolicyManager Method clearDeviceOwnerApp(java.lang.String)
NO DOC BLOCK: android.view.View Method computeSystemWindowInsets(android.view.WindowInsets, android.graphics.Rect)
NO DOC BLOCK: android.view.WindowInsets Method consumeStableInsets()
NO DOC BLOCK: android.util.Range Method contains(T)
NO DOC BLOCK: android.util.Range Method contains(android.util.Range<T>)
NO DOC BLOCK: android.media.MediaPlayer Method create(android.content.Context, android.net.Uri, android.view.SurfaceHolder, android.media.AudioAttributes, int)
NO DOC BLOCK: android.media.MediaPlayer Method create(android.content.Context, int, android.media.AudioAttributes, int)
NO DOC BLOCK: android.service.voice.VoiceInteractionService Method createAlwaysOnHotwordDetector(java.lang.String, java.util.Locale, android.service.voice.AlwaysOnHotwordDetector.Callback)
NO DOC BLOCK: android.app.admin.DevicePolicyManager Method createAndInitializeUser(android.content.ComponentName, java.lang.String, java.lang.String, android.content.ComponentName, android.os.Bundle)
NO DOC BLOCK: android.app.KeyguardManager Method createConfirmDeviceCredentialIntent(java.lang.CharSequence, java.lang.CharSequence)
NO DOC BLOCK: android.media.MediaCodecInfo.CodecCapabilities Method createFromProfileLevel(java.lang.String, int, int)
NO DOC BLOCK: android.media.tv.TvInputInfo Method createSettingsIntent()
NO DOC BLOCK: android.media.tv.TvInputInfo Method createSetupIntent()
NO DOC BLOCK: android.hardware.display.DisplayManager Method createVirtualDisplay(java.lang.String, int, int, int, android.view.Surface, int, android.hardware.display.VirtualDisplay.Callback, android.os.Handler)
NO DOC BLOCK: android.view.View Method dispatchNestedPreFling(float, float)
NO DOC BLOCK: android.telephony.SmsManager Method downloadMultimediaMessage(android.content.Context, java.lang.String, android.net.Uri, android.os.Bundle, android.app.PendingIntent)
NO DOC BLOCK: android.view.View Method drawableHotspotChanged(float, float)
NO DOC BLOCK: android.graphics.Canvas Method drawArc(float, float, float, float, float, float, boolean, android.graphics.Paint)
NO DOC BLOCK: android.graphics.Canvas Method drawOval(float, float, float, float, android.graphics.Paint)
NO DOC BLOCK: android.webkit.WebView Method enableSlowWholeDocumentDraw()
NO DOC BLOCK: android.speech.tts.SynthesisCallback Method error(int)
NO DOC BLOCK: android.util.Range Method extend(T)
NO DOC BLOCK: android.util.Range Method extend(T, T)
NO DOC BLOCK: android.util.Range Method extend(android.util.Range<T>)
NO DOC BLOCK: android.media.MediaCodecList Method findDecoderForFormat(android.media.MediaFormat)
NO DOC BLOCK: android.media.MediaCodecList Method findEncoderForFormat(android.media.MediaFormat)
NO DOC BLOCK: android.widget.AbsListView Method fling(int)
NO DOC BLOCK: android.webkit.CookieManager Method flush()
NO DOC BLOCK: android.bluetooth.le.BluetoothLeScanner Method flushPendingScanResults(android.bluetooth.le.ScanCallback)
NO DOC BLOCK: android.media.audiofx.Virtualizer Method forceVirtualizationMode(int)
NO DOC BLOCK: java.util.Locale Method forLanguageTag(java.lang.String)
NO DOC BLOCK: android.media.AudioManager Method generateAudioSessionId()
NO DOC BLOCK: android.service.notification.NotificationListenerService Method getActiveNotifications(java.lang.String[])
NO DOC BLOCK: android.media.session.PlaybackState Method getActiveQueueItemId()
NO DOC BLOCK: android.media.session.MediaSessionManager Method getActiveSessions(android.content.ComponentName)
NO DOC BLOCK: android.net.ConnectivityManager Method getAllNetworks()
NO DOC BLOCK: android.app.Fragment Method getAllowEnterTransitionOverlap()
NO DOC BLOCK: android.app.Fragment Method getAllowReturnTransitionOverlap()
NO DOC BLOCK: android.view.Window Method getAllowReturnTransitionOverlap()
NO DOC BLOCK: android.graphics.Outline Method getAlpha()
NO DOC BLOCK: android.app.ActivityManager Method getAppTaskThumbnailSize()
NO DOC BLOCK: android.view.Display Method getAppVsyncOffsetNanos()
NO DOC BLOCK: android.media.Ringtone Method getAudioAttributes()
NO DOC BLOCK: android.media.MediaCodecInfo.CodecCapabilities Method getAudioCapabilities()
NO DOC BLOCK: android.app.admin.DevicePolicyManager Method getAutoTimeRequired()
NO DOC BLOCK: android.speech.tts.TextToSpeech Method getAvailableLanguages()
NO DOC BLOCK: android.view.View Method getBackgroundTintList()
NO DOC BLOCK: android.view.View Method getBackgroundTintMode()
NO DOC BLOCK: android.media.session.PlaybackState Method getBufferedPosition()
NO DOC BLOCK: android.widget.CompoundButton Method getButtonTintList()
NO DOC BLOCK: android.widget.CompoundButton Method getButtonTintMode()
NO DOC BLOCK: android.bluetooth.le.ScanRecord Method getBytes()
NO DOC BLOCK: android.telephony.SmsManager Method getCarrierConfigValues()
NO DOC BLOCK: android.content.res.TypedArray Method getChangingConfigurations()
NO DOC BLOCK: android.media.AudioFormat Method getChannelMask()
NO DOC BLOCK: android.view.inputmethod.CursorAnchorInfo Method getCharacterBounds(int)
NO DOC BLOCK: android.view.inputmethod.CursorAnchorInfo Method getCharacterBoundsFlags(int)
NO DOC BLOCK: android.view.textservice.TextInfo Method getCharSequence()
NO DOC BLOCK: android.speech.tts.SynthesisRequest Method getCharSequenceText()
NO DOC BLOCK: android.widget.CheckedTextView Method getCheckMarkTintList()
NO DOC BLOCK: android.widget.CheckedTextView Method getCheckMarkTintMode()
NO DOC BLOCK: android.view.ViewGroup Method getClipToPadding()
NO DOC BLOCK: android.content.Context Method getCodeCacheDir()
NO DOC BLOCK: android.content.ContextWrapper Method getCodeCacheDir()
NO DOC BLOCK: android.test.mock.MockContext Method getCodeCacheDir()
NO DOC BLOCK: android.media.MediaCodecList Method getCodecInfos()
NO DOC BLOCK: android.widget.EdgeEffect Method getColor()
NO DOC BLOCK: android.media.session.MediaSession Method getController()
NO DOC BLOCK: android.media.Image Method getCropRect()
NO DOC BLOCK: android.app.admin.DevicePolicyManager Method getCrossProfileCallerIdDisabled(android.content.ComponentName)
NO DOC BLOCK: android.app.admin.DevicePolicyManager Method getCrossProfileWidgetProviders(android.content.ComponentName)
NO DOC BLOCK: android.service.notification.NotificationListenerService Method getCurrentInterruptionFilter()
NO DOC BLOCK: android.service.notification.NotificationListenerService Method getCurrentListenerHints()
NO DOC BLOCK: android.media.session.PlaybackState Method getCustomActions()
NO DOC BLOCK: android.media.MediaCodecInfo.CodecCapabilities Method getDefaultFormat()
NO DOC BLOCK: android.hardware.SensorManager Method getDefaultSensor(int, boolean)
NO DOC BLOCK: android.speech.tts.TextToSpeech Method getDefaultVoice()
NO DOC BLOCK: android.media.MediaMetadata Method getDescription()
NO DOC BLOCK: android.bluetooth.le.ScanFilter Method getDeviceName()
NO DOC BLOCK: android.bluetooth.le.ScanRecord Method getDeviceName()
NO DOC BLOCK: java.util.Locale Method getDisplayScript()
NO DOC BLOCK: java.util.Locale Method getDisplayScript(java.util.Locale)
NO DOC BLOCK: android.app.ActionBar Method getElevation()
NO DOC BLOCK: android.widget.PopupWindow Method getElevation()
NO DOC BLOCK: android.media.MediaCodecInfo.CodecCapabilities Method getEncoderCapabilities()
NO DOC BLOCK: android.media.AudioFormat Method getEncoding()
NO DOC BLOCK: android.app.Fragment Method getEnterTransition()
NO DOC BLOCK: android.view.accessibility.AccessibilityNodeInfo Method getError()
NO DOC BLOCK: android.app.Fragment Method getExitTransition()
NO DOC BLOCK: java.util.Locale Method getExtension(char)
NO DOC BLOCK: java.util.Locale Method getExtensionKeys()
NO DOC BLOCK: android.media.session.MediaController Method getExtras()
NO DOC BLOCK: android.media.MediaFormat Method getFeatureEnabled(java.lang.String)
NO DOC BLOCK: android.widget.DatePicker Method getFirstDayOfWeek()
NO DOC BLOCK: android.media.session.MediaController Method getFlags()
NO DOC BLOCK: android.graphics.Paint Method getFontFeatureSettings()
NO DOC BLOCK: android.widget.TextView Method getFontFeatureSettings()
NO DOC BLOCK: android.widget.FrameLayout Method getForegroundTintList()
NO DOC BLOCK: android.widget.FrameLayout Method getForegroundTintMode()
NO DOC BLOCK: android.service.notification.StatusBarNotification Method getGroupKey()
NO DOC BLOCK: android.hardware.camera2.params.StreamConfigurationMap Method getHighSpeedVideoFpsRanges()
NO DOC BLOCK: android.hardware.camera2.params.StreamConfigurationMap Method getHighSpeedVideoFpsRangesFor(android.util.Size)
NO DOC BLOCK: android.hardware.camera2.params.StreamConfigurationMap Method getHighSpeedVideoSizes()
NO DOC BLOCK: android.hardware.camera2.params.StreamConfigurationMap Method getHighSpeedVideoSizesFor(android.util.Range<java.lang.Integer>)
NO DOC BLOCK: android.widget.ImageView Method getImageTintList()
NO DOC BLOCK: android.widget.ImageView Method getImageTintMode()
NO DOC BLOCK: android.widget.ProgressBar Method getIndeterminateTintList()
NO DOC BLOCK: android.widget.ProgressBar Method getIndeterminateTintMode()
NO DOC BLOCK: android.media.MediaCodec Method getInputBuffer(int)
NO DOC BLOCK: android.media.MediaCodec Method getInputFormat()
NO DOC BLOCK: android.media.MediaCodec Method getInputImage(int)
NO DOC BLOCK: android.media.tv.TvInputManager Method getInputState(java.lang.String)
NO DOC BLOCK: android.view.inputmethod.CursorAnchorInfo Method getInsertionMarkerFlags()
NO DOC BLOCK: android.app.admin.DevicePolicyManager Method getInstalledCaCerts(android.content.ComponentName)
NO DOC BLOCK: android.appwidget.AppWidgetManager Method getInstalledProvidersForProfile(android.os.UserHandle)
NO DOC BLOCK: android.content.RestrictionEntry Method getIntValue()
NO DOC BLOCK: android.media.session.PlaybackState Method getLastPositionUpdateTime()
NO DOC BLOCK: android.graphics.Paint Method getLetterSpacing()
NO DOC BLOCK: android.widget.TextView Method getLetterSpacing()
NO DOC BLOCK: android.bluetooth.le.ScanRecord Method getManufacturerSpecificData(int)
NO DOC BLOCK: android.text.InputFilter.LengthFilter Method getMax()
NO DOC BLOCK: android.hardware.Sensor Method getMaxDelay()
NO DOC BLOCK: android.view.accessibility.AccessibilityNodeInfo Method getMaxTextLength()
NO DOC BLOCK: android.app.Activity Method getMediaController()
NO DOC BLOCK: android.view.Window Method getMediaController()
NO DOC BLOCK: android.media.MediaCodecInfo.CodecCapabilities Method getMimeType()
NO DOC BLOCK: android.transition.Visibility Method getMode()
NO DOC BLOCK: android.widget.Toolbar Method getNavigationContentDescription()
NO DOC BLOCK: android.net.ConnectivityManager Method getNetworkInfo(android.net.Network)
NO DOC BLOCK: android.app.job.JobInfo Method getNetworkType()
NO DOC BLOCK: android.app.AlarmManager Method getNextAlarmClock()
NO DOC BLOCK: android.content.Context Method getNoBackupFilesDir()
NO DOC BLOCK: android.content.ContextWrapper Method getNoBackupFilesDir()
NO DOC BLOCK: android.test.mock.MockContext Method getNoBackupFilesDir()
NO DOC BLOCK: android.view.View Method getOutlineProvider()
NO DOC BLOCK: android.media.MediaCodec Method getOutputBuffer(int)
NO DOC BLOCK: android.media.MediaCodec Method getOutputFormat(int)
NO DOC BLOCK: android.media.MediaCodec Method getOutputImage(int)
NO DOC BLOCK: android.content.pm.PackageManager Method getPackageInstaller()
NO DOC BLOCK: android.test.mock.MockPackageManager Method getPackageInstaller()
NO DOC BLOCK: android.media.session.MediaController Method getPackageName()
NO DOC BLOCK: android.media.tv.TvInputInfo Method getParentId()
NO DOC BLOCK: android.transition.Transition Method getPathMotion()
NO DOC BLOCK: android.app.admin.DevicePolicyManager Method getPermittedAccessibilityServices(android.content.ComponentName)
NO DOC BLOCK: android.app.admin.DevicePolicyManager Method getPermittedInputMethods(android.content.ComponentName)
NO DOC BLOCK: android.media.session.MediaController Method getPlaybackInfo()
NO DOC BLOCK: android.media.session.PlaybackState Method getPlaybackSpeed()
NO DOC BLOCK: android.widget.ActionMenuView Method getPopupTheme()
NO DOC BLOCK: android.widget.Toolbar Method getPopupTheme()
NO DOC BLOCK: android.view.Display Method getPresentationDeadlineNanos()
NO DOC BLOCK: android.accounts.AccountManager Method getPreviousName(android.accounts.Account)
NO DOC BLOCK: android.appwidget.AppWidgetProviderInfo Method getProfile()
NO DOC BLOCK: android.widget.ProgressBar Method getProgressBackgroundTintList()
NO DOC BLOCK: android.widget.ProgressBar Method getProgressBackgroundTintMode()
NO DOC BLOCK: android.widget.ProgressBar Method getProgressTintList()
NO DOC BLOCK: android.widget.ProgressBar Method getProgressTintMode()
NO DOC BLOCK: android.media.session.MediaController Method getQueue()
NO DOC BLOCK: android.media.session.MediaController Method getQueueTitle()
NO DOC BLOCK: android.webkit.WebResourceResponse Method getReasonPhrase()
NO DOC BLOCK: android.app.Fragment Method getReenterTransition()
NO DOC BLOCK: android.view.Window Method getReenterTransition()
NO DOC BLOCK: java.util.concurrent.ScheduledThreadPoolExecutor Method getRemoveOnCancelPolicy()
NO DOC BLOCK: android.transition.ChangeTransform Method getReparent()
NO DOC BLOCK: android.transition.ChangeTransform Method getReparentWithOverlay()
NO DOC BLOCK: android.bluetooth.le.ScanSettings Method getReportDelayMillis()
NO DOC BLOCK: android.hardware.Sensor Method getReportingMode()
NO DOC BLOCK: android.webkit.WebResourceResponse Method getResponseHeaders()
NO DOC BLOCK: android.app.Fragment Method getReturnTransition()
NO DOC BLOCK: android.view.Window Method getReturnTransition()
NO DOC BLOCK: android.media.AudioFormat Method getSampleRate()
NO DOC BLOCK: android.app.admin.DevicePolicyManager Method getScreenCaptureDisabled(android.content.ComponentName)
NO DOC BLOCK: java.util.Locale Method getScript()
NO DOC BLOCK: android.widget.ProgressBar Method getSecondaryProgressTintList()
NO DOC BLOCK: android.widget.ProgressBar Method getSecondaryProgressTintMode()
NO DOC BLOCK: android.media.MediaPlayer Method getSelectedTrack(int)
NO DOC BLOCK: android.media.tv.TvView Method getSelectedTrack(int)
NO DOC BLOCK: android.bluetooth.le.ScanRecord Method getServiceData(android.os.ParcelUuid)
NO DOC BLOCK: android.bluetooth.le.ScanRecord Method getServiceData()
NO DOC BLOCK: android.bluetooth.le.ScanFilter Method getServiceDataUuid()
NO DOC BLOCK: android.media.session.MediaController Method getSessionActivity()
NO DOC BLOCK: android.media.session.MediaController Method getSessionToken()
NO DOC BLOCK: android.app.Fragment Method getSharedElementEnterTransition()
NO DOC BLOCK: android.view.Window Method getSharedElementReenterTransition()
NO DOC BLOCK: android.app.Fragment Method getSharedElementReturnTransition()
NO DOC BLOCK: android.view.Window Method getSharedElementReturnTransition()
NO DOC BLOCK: android.view.Window Method getSharedElementsUseOverlay()
NO DOC BLOCK: android.widget.TextView Method getShowSoftInputOnFocus()
NO DOC BLOCK: android.widget.Switch Method getShowText()
NO DOC BLOCK: android.os.Bundle Method getSize(java.lang.String)
NO DOC BLOCK: android.os.Bundle Method getSizeF(java.lang.String)
NO DOC BLOCK: android.transition.Slide Method getSlideEdge()
NO DOC BLOCK: android.media.audiofx.Virtualizer Method getSpeakerAngles(int, int, int[])
NO DOC BLOCK: android.view.WindowInsets Method getStableInsetBottom()
NO DOC BLOCK: android.view.WindowInsets Method getStableInsetLeft()
NO DOC BLOCK: android.view.WindowInsets Method getStableInsetRight()
NO DOC BLOCK: android.view.WindowInsets Method getStableInsetTop()
NO DOC BLOCK: android.webkit.WebResourceResponse Method getStatusCode()
NO DOC BLOCK: android.view.Display Method getSupportedRefreshRates()
NO DOC BLOCK: android.transition.Transition Method getTargetNames()
NO DOC BLOCK: android.media.MediaMetadata Method getText(java.lang.String)
NO DOC BLOCK: android.widget.AbsSeekBar Method getThumbTintList()
NO DOC BLOCK: android.widget.AbsSeekBar Method getThumbTintMode()
NO DOC BLOCK: android.bluetooth.le.AdvertiseSettings Method getTimeout()
NO DOC BLOCK: android.view.ViewGroup Method getTouchscreenBlocksFocus()
NO DOC BLOCK: android.media.tv.TvView Method getTracks(int)
NO DOC BLOCK: android.transition.TransitionSet Method getTransitionAt(int)
NO DOC BLOCK: android.view.Window Method getTransitionBackgroundFadeDuration()
NO DOC BLOCK: android.transition.TransitionSet Method getTransitionCount()
NO DOC BLOCK: android.view.View Method getTransitionName()
NO DOC BLOCK: android.media.tv.TvInputManager Method getTvInputInfo(java.lang.String)
NO DOC BLOCK: android.provider.ContactsContract.CommonDataKinds.Event Method getTypeLabel(android.content.res.Resources, int, java.lang.CharSequence)
NO DOC BLOCK: java.util.Locale Method getUnicodeLocaleAttributes()
NO DOC BLOCK: java.util.Locale Method getUnicodeLocaleKeys()
NO DOC BLOCK: java.util.Locale Method getUnicodeLocaleType(java.lang.String)
NO DOC BLOCK: android.content.pm.PackageManager Method getUserBadgedDrawableForDensity(android.graphics.drawable.Drawable, android.os.UserHandle, android.graphics.Rect, int)
NO DOC BLOCK: android.test.mock.MockPackageManager Method getUserBadgedDrawableForDensity(android.graphics.drawable.Drawable, android.os.UserHandle, android.graphics.Rect, int)
NO DOC BLOCK: android.content.pm.PackageManager Method getUserBadgedIcon(android.graphics.drawable.Drawable, android.os.UserHandle)
NO DOC BLOCK: android.test.mock.MockPackageManager Method getUserBadgedIcon(android.graphics.drawable.Drawable, android.os.UserHandle)
NO DOC BLOCK: android.content.pm.PackageManager Method getUserBadgedLabel(java.lang.CharSequence, android.os.UserHandle)
NO DOC BLOCK: android.test.mock.MockPackageManager Method getUserBadgedLabel(java.lang.CharSequence, android.os.UserHandle)
NO DOC BLOCK: android.media.MediaCodecInfo.CodecCapabilities Method getVideoCapabilities()
NO DOC BLOCK: android.media.tv.TvContract.Channels Method getVideoResolution(java.lang.String)
NO DOC BLOCK: android.media.audiofx.Virtualizer Method getVirtualizationMode()
NO DOC BLOCK: android.speech.tts.TextToSpeech Method getVoice()
NO DOC BLOCK: android.speech.tts.SynthesisRequest Method getVoiceName()
NO DOC BLOCK: android.speech.tts.TextToSpeech Method getVoices()
NO DOC BLOCK: android.app.admin.DevicePolicyManager Method hasCaCertInstalled(android.content.ComponentName, byte[])
NO DOC BLOCK: android.speech.tts.SynthesisCallback Method hasFinished()
NO DOC BLOCK: java.util.concurrent.locks.AbstractQueuedLongSynchronizer Method hasQueuedPredecessors()
NO DOC BLOCK: java.util.concurrent.locks.AbstractQueuedSynchronizer Method hasQueuedPredecessors()
NO DOC BLOCK: android.view.WindowInsets Method hasStableInsets()
NO DOC BLOCK: android.speech.tts.SynthesisCallback Method hasStarted()
NO DOC BLOCK: android.os.UserManager Method hasUserRestriction(java.lang.String)
NO DOC BLOCK: android.telephony.TelephonyManager Method iccCloseLogicalChannel(int)
NO DOC BLOCK: android.telephony.TelephonyManager Method iccExchangeSimIO(int, int, int, int, int, java.lang.String)
NO DOC BLOCK: android.telephony.TelephonyManager Method iccOpenLogicalChannel(java.lang.String)
NO DOC BLOCK: android.telephony.TelephonyManager Method iccTransmitApduBasicChannel(int, int, int, int, int, java.lang.String)
NO DOC BLOCK: android.telephony.TelephonyManager Method iccTransmitApduLogicalChannel(int, int, int, int, int, int, java.lang.String)
NO DOC BLOCK: android.util.ArrayMap Method indexOfKey(java.lang.Object)
NO DOC BLOCK: android.app.admin.DevicePolicyManager Method installCaCert(android.content.ComponentName, byte[])
NO DOC BLOCK: android.app.admin.DevicePolicyManager Method installKeyPair(android.content.ComponentName, java.security.PrivateKey, java.security.cert.Certificate, java.lang.String)
NO DOC BLOCK: android.util.Range Method intersect(T, T)
NO DOC BLOCK: android.util.Range Method intersect(android.util.Range<T>)
NO DOC BLOCK: android.view.View Method invalidateOutline()
NO DOC BLOCK: android.net.wifi.WifiManager Method is5GHzBandSupported()
NO DOC BLOCK: android.view.accessibility.AccessibilityWindowInfo Method isAccessibilityFocused()
NO DOC BLOCK: android.service.voice.VoiceInteractionService Method isActiveService(android.content.Context, android.content.ComponentName)
NO DOC BLOCK: android.content.pm.LauncherApps Method isActivityEnabled(android.content.ComponentName, android.os.UserHandle)
NO DOC BLOCK: android.app.admin.DevicePolicyManager Method isApplicationHidden(android.content.ComponentName, java.lang.String)
NO DOC BLOCK: android.view.MotionEvent Method isButtonPressed(int)
NO DOC BLOCK: android.bluetooth.le.AdvertiseSettings Method isConnectable()
NO DOC BLOCK: android.view.WindowInsets Method isConsumed()
NO DOC BLOCK: android.net.wifi.WifiManager Method isDeviceToApRttSupported()
NO DOC BLOCK: android.net.wifi.WifiManager Method isEnhancedPowerReportingSupported()
NO DOC BLOCK: android.provider.ContactsContract.Contacts Method isEnterpriseContactId(long)
NO DOC BLOCK: android.media.MediaCodecInfo.CodecCapabilities Method isFeatureRequired(java.lang.String)
NO DOC BLOCK: android.media.MediaCodecInfo.CodecCapabilities Method isFormatSupported(android.media.MediaFormat)
NO DOC BLOCK: android.app.ActivityManager Method isInLockTaskMode()
NO DOC BLOCK: android.app.admin.DevicePolicyManager Method isMasterVolumeMuted(android.content.ComponentName)
NO DOC BLOCK: android.bluetooth.BluetoothAdapter Method isMultipleAdvertisementSupported()
NO DOC BLOCK: android.bluetooth.BluetoothAdapter Method isOffloadedFilteringSupported()
NO DOC BLOCK: android.bluetooth.BluetoothAdapter Method isOffloadedScanBatchingSupported()
NO DOC BLOCK: android.app.job.JobParameters Method isOverrideDeadlineExpired()
NO DOC BLOCK: android.net.wifi.WifiManager Method isP2pSupported()
NO DOC BLOCK: android.content.pm.LauncherApps Method isPackageEnabled(java.lang.String, android.os.UserHandle)
NO DOC BLOCK: android.media.tv.TvInputManager Method isParentalControlsEnabled()
NO DOC BLOCK: android.media.tv.TvInputInfo Method isPassthroughInput()
NO DOC BLOCK: android.app.job.JobInfo Method isPersisted()
NO DOC BLOCK: android.net.wifi.WifiManager Method isPreferredNetworkOffloadSupported()
NO DOC BLOCK: android.media.tv.TvInputManager Method isRatingBlocked(android.media.tv.TvContentRating)
NO DOC BLOCK: android.telephony.TelephonyManager Method isSmsCapable()
NO DOC BLOCK: android.net.wifi.WifiManager Method isTdlsSupported()
NO DOC BLOCK: android.app.admin.DevicePolicyManager Method isUninstallBlocked(android.content.ComponentName, java.lang.String)
NO DOC BLOCK: android.media.AudioManager Method isVolumeFixed()
NO DOC BLOCK: android.os.PowerManager Method isWakeLockLevelSupported(int)
NO DOC BLOCK: android.hardware.Sensor Method isWakeUpSensor()
NO DOC BLOCK: android.appwidget.AppWidgetProviderInfo Method loadIcon(android.content.Context, int)
NO DOC BLOCK: android.media.tv.TvInputInfo Method loadIcon(android.content.Context)
NO DOC BLOCK: android.appwidget.AppWidgetProviderInfo Method loadLabel(android.content.pm.PackageManager)
NO DOC BLOCK: android.appwidget.AppWidgetProviderInfo Method loadPreviewImage(android.content.Context, int)
NO DOC BLOCK: android.app.ActivityOptions Method makeTaskLaunchBehind()
NO DOC BLOCK: android.service.notification.NotificationListenerService.Ranking Method matchesInterruptionFilter()
NO DOC BLOCK: android.app.ActivityManager.AppTask Method moveToFront()
NO DOC BLOCK: android.media.tv.TvInputService.Session Method notifyChannelRetuned(android.net.Uri)
NO DOC BLOCK: android.media.tv.TvInputService.Session Method notifyContentAllowed()
NO DOC BLOCK: android.media.tv.TvInputService.Session Method notifyContentBlocked(android.media.tv.TvContentRating)
NO DOC BLOCK: android.media.tv.TvInputService.Session Method notifyTracksChanged(java.util.List<android.media.tv.TvTrackInfo>)
NO DOC BLOCK: android.media.tv.TvInputService.Session Method notifyTrackSelected(int, java.lang.String)
NO DOC BLOCK: android.media.tv.TvInputService.Session Method notifyVideoAvailable()
NO DOC BLOCK: android.media.tv.TvInputService.Session Method notifyVideoUnavailable(int)
NO DOC BLOCK: android.service.wallpaper.WallpaperService.Engine Method onApplyWindowInsets(android.view.WindowInsets)
NO DOC BLOCK: android.media.session.MediaController.Callback Method onAudioInfoChanged(android.media.session.MediaController.PlaybackInfo)
NO DOC BLOCK: android.bluetooth.le.ScanCallback Method onBatchScanResults(java.util.List<android.bluetooth.le.ScanResult>)
NO DOC BLOCK: android.media.session.MediaSession.Callback Method onCommand(java.lang.String, android.os.Bundle, android.os.ResultReceiver)
NO DOC BLOCK: android.media.session.MediaSession.Callback Method onCustomAction(java.lang.String, android.os.Bundle)
NO DOC BLOCK: android.app.Activity Method onEnterAnimationComplete()
NO DOC BLOCK: android.speech.tts.UtteranceProgressListener Method onError(java.lang.String, int)
NO DOC BLOCK: android.speech.tts.UtteranceProgressListener Method onError(java.lang.String)
NO DOC BLOCK: android.media.session.MediaController.Callback Method onExtrasChanged(android.os.Bundle)
NO DOC BLOCK: android.media.session.MediaSession.Callback Method onFastForward()
NO DOC BLOCK: android.speech.tts.TextToSpeechService Method onGetDefaultVoiceNameFor(java.lang.String, java.lang.String, java.lang.String)
NO DOC BLOCK: android.speech.tts.TextToSpeechService Method onGetVoices()
NO DOC BLOCK: android.service.notification.NotificationListenerService Method onInterruptionFilterChanged(int)
NO DOC BLOCK: android.speech.tts.TextToSpeechService Method onIsValidVoiceName(java.lang.String)
NO DOC BLOCK: android.service.notification.NotificationListenerService Method onListenerHintsChanged(int)
NO DOC BLOCK: android.speech.tts.TextToSpeechService Method onLoadVoice(java.lang.String)
NO DOC BLOCK: android.app.admin.DeviceAdminReceiver Method onLockTaskModeEntering(android.content.Context, android.content.Intent, java.lang.String)
NO DOC BLOCK: android.app.admin.DeviceAdminReceiver Method onLockTaskModeExiting(android.content.Context, android.content.Intent)
NO DOC BLOCK: android.bluetooth.BluetoothGattCallback Method onMtuChanged(android.bluetooth.BluetoothGatt, int, int)
NO DOC BLOCK: android.view.ViewGroup Method onNestedPreFling(android.view.View, float, float)
NO DOC BLOCK: android.view.ViewParent Method onNestedPreFling(android.view.View, float, float)
NO DOC BLOCK: android.bluetooth.BluetoothGattServerCallback Method onNotificationSent(android.bluetooth.BluetoothDevice, int)
NO DOC BLOCK: android.media.session.MediaSession.Callback Method onPause()
NO DOC BLOCK: android.media.session.MediaSession.Callback Method onPlay()
NO DOC BLOCK: android.media.session.MediaSession.Callback Method onPlayFromMediaId(java.lang.String, android.os.Bundle)
NO DOC BLOCK: android.media.session.MediaSession.Callback Method onPlayFromSearch(java.lang.String, android.os.Bundle)
NO DOC BLOCK: android.media.session.MediaController.Callback Method onQueueChanged(java.util.List<android.media.session.MediaSession.QueueItem>)
NO DOC BLOCK: android.media.session.MediaController.Callback Method onQueueTitleChanged(java.lang.CharSequence)
NO DOC BLOCK: android.service.voice.VoiceInteractionService Method onReady()
NO DOC BLOCK: android.app.backup.BackupAgent Method onRestoreFinished()
NO DOC BLOCK: android.media.session.MediaSession.Callback Method onRewind()
NO DOC BLOCK: android.bluetooth.le.ScanCallback Method onScanResult(int, android.bluetooth.le.ScanResult)
NO DOC BLOCK: android.media.session.MediaSession.Callback Method onSeekTo(long)
NO DOC BLOCK: android.media.tv.TvInputService.Session Method onSelectTrack(int, java.lang.String)
NO DOC BLOCK: android.media.session.MediaController.Callback Method onSessionDestroyed()
NO DOC BLOCK: android.media.tv.TvInputService.Session Method onSetCaptionEnabled(boolean)
NO DOC BLOCK: android.media.session.MediaSession.Callback Method onSetRating(android.media.Rating)
NO DOC BLOCK: android.webkit.WebChromeClient Method onShowFileChooser(android.webkit.WebView, android.webkit.ValueCallback<android.net.Uri[]>, android.webkit.WebChromeClient.FileChooserParams)
NO DOC BLOCK: android.service.voice.VoiceInteractionService Method onShutdown()
NO DOC BLOCK: android.media.session.MediaSession.Callback Method onSkipToNext()
NO DOC BLOCK: android.media.session.MediaSession.Callback Method onSkipToPrevious()
NO DOC BLOCK: android.media.session.MediaSession.Callback Method onSkipToQueueItem(long)
NO DOC BLOCK: android.bluetooth.le.AdvertiseCallback Method onStartFailure(int)
NO DOC BLOCK: android.bluetooth.le.AdvertiseCallback Method onStartSuccess(android.bluetooth.le.AdvertiseSettings)
NO DOC BLOCK: android.media.session.MediaSession.Callback Method onStop()
NO DOC BLOCK: android.media.tv.TvInputService.Session Method onSurfaceChanged(int, int, int)
NO DOC BLOCK: android.media.tv.TvInputService.Session Method onUnblockContent(android.media.tv.TvContentRating)
NO DOC BLOCK: android.app.Activity Method onVisibleBehindCanceled()
NO DOC BLOCK: android.service.dreams.DreamService Method onWakeUp()
NO DOC BLOCK: android.net.Network Method openConnection(java.net.URL)
NO DOC BLOCK: android.util.Rational Method parseRational(java.lang.String)
NO DOC BLOCK: android.util.Size Method parseSize(java.lang.String)
NO DOC BLOCK: android.util.SizeF Method parseSizeF(java.lang.String)
NO DOC BLOCK: android.speech.tts.TextToSpeech Method playEarcon(java.lang.String, int, android.os.Bundle, java.lang.String)
NO DOC BLOCK: android.media.session.MediaController.TransportControls Method playFromMediaId(java.lang.String, android.os.Bundle)
NO DOC BLOCK: android.media.session.MediaController.TransportControls Method playFromSearch(java.lang.String, android.os.Bundle)
NO DOC BLOCK: android.speech.tts.TextToSpeech Method playSilentUtterance(long, int, java.lang.String)
NO DOC BLOCK: android.os.Bundle Method putSize(java.lang.String, android.util.Size)
NO DOC BLOCK: android.os.Bundle Method putSizeF(java.lang.String, android.util.SizeF)
NO DOC BLOCK: android.media.MediaMetadata.Builder Method putText(java.lang.String, java.lang.CharSequence)
NO DOC BLOCK: android.os.Parcel Method readSize()
NO DOC BLOCK: android.os.Parcel Method readSizeF()
NO DOC BLOCK: android.hardware.camera2.CameraManager Method registerAvailabilityCallback(android.hardware.camera2.CameraManager.AvailabilityCallback, android.os.Handler)
NO DOC BLOCK: android.content.pm.LauncherApps Method registerCallback(android.content.pm.LauncherApps.Callback)
NO DOC BLOCK: android.content.pm.LauncherApps Method registerCallback(android.content.pm.LauncherApps.Callback, android.os.Handler)
NO DOC BLOCK: android.media.session.MediaController Method registerCallback(android.media.session.MediaController.Callback)
NO DOC BLOCK: android.media.session.MediaController Method registerCallback(android.media.session.MediaController.Callback, android.os.Handler)
NO DOC BLOCK: android.media.tv.TvInputManager Method registerCallback(android.media.tv.TvInputManager.TvInputCallback, android.os.Handler)
NO DOC BLOCK: android.os.PowerManager.WakeLock Method release(int)
NO DOC BLOCK: android.app.Activity Method releaseInstance()
NO DOC BLOCK: android.webkit.CookieManager Method removeAllCookies(android.webkit.ValueCallback<java.lang.Boolean>)
NO DOC BLOCK: android.app.admin.DevicePolicyManager Method removeCrossProfileWidgetProvider(android.content.ComponentName, java.lang.String)
NO DOC BLOCK: android.net.ConnectivityManager Method removeDefaultNetworkActiveListener(android.net.ConnectivityManager.OnNetworkActiveListener)
NO DOC BLOCK: android.media.session.MediaSessionManager Method removeOnActiveSessionsChangedListener(android.media.session.MediaSessionManager.OnActiveSessionsChangedListener)
NO DOC BLOCK: android.webkit.CookieManager Method removeSessionCookies(android.webkit.ValueCallback<java.lang.Boolean>)
NO DOC BLOCK: android.accounts.AccountManager Method renameAccount(android.accounts.Account, java.lang.String, android.accounts.AccountManagerCallback<android.accounts.Account>, android.os.Handler)
NO DOC BLOCK: android.view.WindowInsets Method replaceSystemWindowInsets(android.graphics.Rect)
NO DOC BLOCK: android.bluetooth.BluetoothGatt Method requestConnectionPriority(int)
NO DOC BLOCK: android.view.inputmethod.BaseInputConnection Method requestCursorUpdates(int)
NO DOC BLOCK: android.view.inputmethod.InputConnection Method requestCursorUpdates(int)
NO DOC BLOCK: android.view.inputmethod.InputConnectionWrapper Method requestCursorUpdates(int)
NO DOC BLOCK: android.service.notification.NotificationListenerService Method requestInterruptionFilter(int)
NO DOC BLOCK: android.service.notification.NotificationListenerService Method requestListenerHints(int)
NO DOC BLOCK: android.bluetooth.BluetoothGatt Method requestMtu(int)
NO DOC BLOCK: android.view.View Method requestUnbufferedDispatch(android.view.MotionEvent)
NO DOC BLOCK: android.app.Activity Method requestVisibleBehind(boolean)
NO DOC BLOCK: android.media.MediaCodec Method reset()
NO DOC BLOCK: android.hardware.display.VirtualDisplay Method resize(int, int, int)
NO DOC BLOCK: android.media.tv.TvView Method selectTrack(int, java.lang.String)
NO DOC BLOCK: android.media.session.MediaController Method sendCommand(java.lang.String, android.os.Bundle, android.os.ResultReceiver)
NO DOC BLOCK: android.media.session.MediaController.TransportControls Method sendCustomAction(android.media.session.PlaybackState.CustomAction, android.os.Bundle)
NO DOC BLOCK: android.media.session.MediaController.TransportControls Method sendCustomAction(java.lang.String, android.os.Bundle)
NO DOC BLOCK: android.telephony.TelephonyManager Method sendEnvelopeWithStatus(java.lang.String)
NO DOC BLOCK: android.telephony.SmsManager Method sendMultimediaMessage(android.content.Context, android.net.Uri, java.lang.String, android.os.Bundle, android.app.PendingIntent)
NO DOC BLOCK: android.webkit.CookieManager Method setAcceptThirdPartyCookies(android.webkit.WebView, boolean)
NO DOC BLOCK: android.app.AlarmManager Method setAlarmClock(android.app.AlarmManager.AlarmClockInfo, android.app.PendingIntent)
NO DOC BLOCK: android.app.Fragment Method setAllowEnterTransitionOverlap(boolean)
NO DOC BLOCK: android.app.Fragment Method setAllowReturnTransitionOverlap(boolean)
NO DOC BLOCK: android.view.Window Method setAllowReturnTransitionOverlap(boolean)
NO DOC BLOCK: android.graphics.Outline Method setAlpha(float)
NO DOC BLOCK: android.app.admin.DevicePolicyManager Method setApplicationHidden(android.content.ComponentName, java.lang.String, boolean)
NO DOC BLOCK: android.media.MediaPlayer Method setAudioAttributes(android.media.AudioAttributes)
NO DOC BLOCK: android.media.Ringtone Method setAudioAttributes(android.media.AudioAttributes)
NO DOC BLOCK: android.speech.tts.TextToSpeech Method setAudioAttributes(android.media.AudioAttributes)
NO DOC BLOCK: android.app.admin.DevicePolicyManager Method setAutoTimeRequired(android.content.ComponentName, boolean)
NO DOC BLOCK: android.view.View Method setBackgroundTintList(android.content.res.ColorStateList)
NO DOC BLOCK: android.view.View Method setBackgroundTintMode(android.graphics.PorterDuff.Mode)
NO DOC BLOCK: android.net.VpnService.Builder Method setBlocking(boolean)
NO DOC BLOCK: android.widget.CompoundButton Method setButtonTintList(android.content.res.ColorStateList)
NO DOC BLOCK: android.widget.CompoundButton Method setButtonTintMode(android.graphics.PorterDuff.Mode)
NO DOC BLOCK: android.media.MediaCodec Method setCallback(android.media.MediaCodec.Callback)
NO DOC BLOCK: android.media.session.MediaSession Method setCallback(android.media.session.MediaSession.Callback)
NO DOC BLOCK: android.media.session.MediaSession Method setCallback(android.media.session.MediaSession.Callback, android.os.Handler)
NO DOC BLOCK: android.media.tv.TvView Method setCallback(android.media.tv.TvView.TvInputCallback)
NO DOC BLOCK: android.media.tv.TvView Method setCaptionEnabled(boolean)
NO DOC BLOCK: android.widget.CheckedTextView Method setCheckMarkTintList(android.content.res.ColorStateList)
NO DOC BLOCK: android.widget.CheckedTextView Method setCheckMarkTintMode(android.graphics.PorterDuff.Mode)
NO DOC BLOCK: android.widget.EdgeEffect Method setColor(int)
NO DOC BLOCK: android.bluetooth.le.AdvertiseSettings.Builder Method setConnectable(boolean)
NO DOC BLOCK: android.webkit.CookieManager Method setCookie(java.lang.String, java.lang.String, android.webkit.ValueCallback<java.lang.Boolean>)
NO DOC BLOCK: android.media.Image Method setCropRect(android.graphics.Rect)
NO DOC BLOCK: android.app.admin.DevicePolicyManager Method setCrossProfileCallerIdDisabled(android.content.ComponentName, boolean)
NO DOC BLOCK: android.hardware.camera2.DngCreator Method setDescription(java.lang.String)
NO DOC BLOCK: android.bluetooth.le.ScanFilter.Builder Method setDeviceAddress(java.lang.String)
NO DOC BLOCK: android.bluetooth.le.ScanFilter.Builder Method setDeviceName(java.lang.String)
NO DOC BLOCK: android.app.ActionBar Method setElevation(float)
NO DOC BLOCK: android.widget.PopupWindow Method setElevation(float)
NO DOC BLOCK: android.app.Activity Method setEnterSharedElementCallback(android.app.SharedElementCallback)
NO DOC BLOCK: android.app.Fragment Method setEnterSharedElementCallback(android.app.SharedElementCallback)
NO DOC BLOCK: android.app.Fragment Method setEnterTransition(android.transition.Transition)
NO DOC BLOCK: android.view.accessibility.AccessibilityNodeInfo Method setError(java.lang.CharSequence)
NO DOC BLOCK: android.app.ActivityManager.AppTask Method setExcludeFromRecents(boolean)
NO DOC BLOCK: android.app.Activity Method setExitSharedElementCallback(android.app.SharedElementCallback)
NO DOC BLOCK: android.app.Fragment Method setExitSharedElementCallback(android.app.SharedElementCallback)
NO DOC BLOCK: android.app.Fragment Method setExitTransition(android.transition.Transition)
NO DOC BLOCK: android.media.session.MediaSession Method setExtras(android.os.Bundle)
NO DOC BLOCK: android.media.MediaFormat Method setFeatureEnabled(java.lang.String, boolean)
NO DOC BLOCK: android.widget.DatePicker Method setFirstDayOfWeek(int)
NO DOC BLOCK: android.graphics.Paint Method setFontFeatureSettings(java.lang.String)
NO DOC BLOCK: android.widget.TextView Method setFontFeatureSettings(java.lang.String)
NO DOC BLOCK: android.widget.FrameLayout Method setForegroundTintList(android.content.res.ColorStateList)
NO DOC BLOCK: android.widget.FrameLayout Method setForegroundTintMode(android.graphics.PorterDuff.Mode)
NO DOC BLOCK: android.widget.ImageView Method setImageTintList(android.content.res.ColorStateList)
NO DOC BLOCK: android.widget.ImageView Method setImageTintMode(android.graphics.PorterDuff.Mode)
NO DOC BLOCK: android.widget.ProgressBar Method setIndeterminateTintList(android.content.res.ColorStateList)
NO DOC BLOCK: android.widget.ProgressBar Method setIndeterminateTintMode(android.graphics.PorterDuff.Mode)
NO DOC BLOCK: android.content.RestrictionEntry Method setIntValue(int)
NO DOC BLOCK: android.graphics.Paint Method setLetterSpacing(float)
NO DOC BLOCK: android.widget.TextView Method setLetterSpacing(float)
NO DOC BLOCK: android.hardware.camera2.DngCreator Method setLocation(android.location.Location)
NO DOC BLOCK: android.app.admin.DevicePolicyManager Method setLockTaskPackages(android.content.ComponentName, java.lang.String[])
NO DOC BLOCK: android.app.admin.DevicePolicyManager Method setMasterVolumeMuted(android.content.ComponentName, boolean)
NO DOC BLOCK: android.view.accessibility.AccessibilityNodeInfo Method setMaxTextLength(int)
NO DOC BLOCK: android.media.session.MediaSession Method setMediaButtonReceiver(android.app.PendingIntent)
NO DOC BLOCK: android.app.Activity Method setMediaController(android.media.session.MediaController)
NO DOC BLOCK: android.view.Window Method setMediaController(android.media.session.MediaController)
NO DOC BLOCK: android.transition.Visibility Method setMode(int)
NO DOC BLOCK: android.net.NetworkRequest.Builder Method setNetworkSpecifier(java.lang.String)
NO DOC BLOCK: android.hardware.camera2.DngCreator Method setOrientation(int)
NO DOC BLOCK: android.view.View Method setOutlineProvider(android.view.ViewOutlineProvider)
NO DOC BLOCK: android.transition.Transition Method setPathMotion(android.transition.PathMotion)
NO DOC BLOCK: android.app.admin.DevicePolicyManager Method setPermittedAccessibilityServices(android.content.ComponentName, java.util.List<java.lang.String>)
NO DOC BLOCK: android.app.admin.DevicePolicyManager Method setPermittedInputMethods(android.content.ComponentName, java.util.List<java.lang.String>)
NO DOC BLOCK: android.app.job.JobInfo.Builder Method setPersisted(boolean)
NO DOC BLOCK: android.widget.ActionMenuView Method setPopupTheme(int)
NO DOC BLOCK: android.widget.Toolbar Method setPopupTheme(int)
NO DOC BLOCK: android.app.admin.DevicePolicyManager Method setProfileName(android.content.ComponentName, java.lang.String)
NO DOC BLOCK: android.widget.ProgressBar Method setProgressBackgroundTintList(android.content.res.ColorStateList)
NO DOC BLOCK: android.widget.ProgressBar Method setProgressBackgroundTintMode(android.graphics.PorterDuff.Mode)
NO DOC BLOCK: android.widget.ProgressBar Method setProgressTintList(android.content.res.ColorStateList)
NO DOC BLOCK: android.widget.ProgressBar Method setProgressTintMode(android.graphics.PorterDuff.Mode)
NO DOC BLOCK: android.media.session.MediaSession Method setQueue(java.util.List<android.media.session.MediaSession.QueueItem>)
NO DOC BLOCK: android.media.session.MediaSession Method setQueueTitle(java.lang.CharSequence)
NO DOC BLOCK: android.app.admin.DevicePolicyManager Method setRecommendedGlobalProxy(android.content.ComponentName, android.net.ProxyInfo)
NO DOC BLOCK: android.app.Fragment Method setReenterTransition(android.transition.Transition)
NO DOC BLOCK: android.view.Window Method setReenterTransition(android.transition.Transition)
NO DOC BLOCK: java.util.concurrent.ScheduledThreadPoolExecutor Method setRemoveOnCancelPolicy(boolean)
NO DOC BLOCK: android.transition.ChangeTransform Method setReparent(boolean)
NO DOC BLOCK: android.transition.ChangeTransform Method setReparentWithOverlay(boolean)
NO DOC BLOCK: android.bluetooth.le.ScanSettings.Builder Method setReportDelay(long)
NO DOC BLOCK: android.app.job.JobInfo.Builder Method setRequiredNetworkType(int)
NO DOC BLOCK: android.webkit.WebResourceResponse Method setResponseHeaders(java.util.Map<java.lang.String, java.lang.String>)
NO DOC BLOCK: android.app.admin.DevicePolicyManager Method setRestrictionsProvider(android.content.ComponentName, android.content.ComponentName)
NO DOC BLOCK: android.app.Fragment Method setReturnTransition(android.transition.Transition)
NO DOC BLOCK: android.view.Window Method setReturnTransition(android.transition.Transition)
NO DOC BLOCK: android.app.admin.DevicePolicyManager Method setScreenCaptureDisabled(android.content.ComponentName, boolean)
NO DOC BLOCK: android.widget.ProgressBar Method setSecondaryProgressTintList(android.content.res.ColorStateList)
NO DOC BLOCK: android.widget.ProgressBar Method setSecondaryProgressTintMode(android.graphics.PorterDuff.Mode)
NO DOC BLOCK: android.bluetooth.le.ScanFilter.Builder Method setServiceData(android.os.ParcelUuid, byte[])
NO DOC BLOCK: android.bluetooth.le.ScanFilter.Builder Method setServiceData(android.os.ParcelUuid, byte[], byte[])
NO DOC BLOCK: android.media.session.MediaSession Method setSessionActivity(android.app.PendingIntent)
NO DOC BLOCK: android.app.Fragment Method setSharedElementEnterTransition(android.transition.Transition)
NO DOC BLOCK: android.view.Window Method setSharedElementReenterTransition(android.transition.Transition)
NO DOC BLOCK: android.app.Fragment Method setSharedElementReturnTransition(android.transition.Transition)
NO DOC BLOCK: android.view.Window Method setSharedElementReturnTransition(android.transition.Transition)
NO DOC BLOCK: android.view.Window Method setSharedElementsUseOverlay(boolean)
NO DOC BLOCK: android.widget.TextView Method setShowSoftInputOnFocus(boolean)
NO DOC BLOCK: android.widget.Switch Method setShowText(boolean)
NO DOC BLOCK: android.app.Notification.Builder Method setSound(android.net.Uri, android.media.AudioAttributes)
NO DOC BLOCK: android.app.Notification.Builder Method setSound(android.net.Uri, int)
NO DOC BLOCK: android.webkit.WebResourceResponse Method setStatusCodeAndReasonPhrase(int, java.lang.String)
NO DOC BLOCK: android.widget.Toolbar Method setSubtitleTextColor(int)
NO DOC BLOCK: android.hardware.camera2.DngCreator Method setThumbnail(android.graphics.Bitmap)
NO DOC BLOCK: android.hardware.camera2.DngCreator Method setThumbnail(android.media.Image)
NO DOC BLOCK: android.widget.AbsSeekBar Method setThumbTintList(android.content.res.ColorStateList)
NO DOC BLOCK: android.widget.AbsSeekBar Method setThumbTintMode(android.graphics.PorterDuff.Mode)
NO DOC BLOCK: android.bluetooth.le.AdvertiseSettings.Builder Method setTimeout(int)
NO DOC BLOCK: android.graphics.drawable.Drawable Method setTintList(android.content.res.ColorStateList)
NO DOC BLOCK: android.graphics.drawable.Drawable Method setTintMode(android.graphics.PorterDuff.Mode)
NO DOC BLOCK: android.widget.Toolbar Method setTitleTextColor(int)
NO DOC BLOCK: android.view.ViewGroup Method setTouchscreenBlocksFocus(boolean)
NO DOC BLOCK: android.view.Window Method setTransitionBackgroundFadeDuration(long)
NO DOC BLOCK: android.view.View Method setTransitionName(java.lang.String)
NO DOC BLOCK: android.app.admin.DevicePolicyManager Method setUninstallBlocked(android.content.ComponentName, java.lang.String, boolean)
NO DOC BLOCK: android.widget.VideoView Method setVideoURI(android.net.Uri, java.util.Map<java.lang.String, java.lang.String>)
NO DOC BLOCK: android.speech.tts.TextToSpeech Method setVoice(android.speech.tts.Voice)
NO DOC BLOCK: android.media.session.MediaController Method setVolumeTo(int, int)
NO DOC BLOCK: android.webkit.WebViewClient Method shouldInterceptRequest(android.webkit.WebView, android.webkit.WebResourceRequest)
NO DOC BLOCK: android.webkit.WebViewClient Method shouldInterceptRequest(android.webkit.WebView, java.lang.String)
NO DOC BLOCK: android.media.session.MediaController.TransportControls Method skipToQueueItem(long)
NO DOC BLOCK: android.speech.tts.TextToSpeech Method speak(java.lang.CharSequence, int, android.os.Bundle, java.lang.String)
NO DOC BLOCK: android.widget.GridLayout Method spec(int, android.widget.GridLayout.Alignment, float)
NO DOC BLOCK: android.widget.GridLayout Method spec(int, float)
NO DOC BLOCK: android.widget.GridLayout Method spec(int, int, android.widget.GridLayout.Alignment, float)
NO DOC BLOCK: android.widget.GridLayout Method spec(int, int, float)
NO DOC BLOCK: android.app.ActivityManager.AppTask Method startActivity(android.content.Context, android.content.Intent, android.os.Bundle)
NO DOC BLOCK: android.bluetooth.le.BluetoothLeAdvertiser Method startAdvertising(android.bluetooth.le.AdvertiseSettings, android.bluetooth.le.AdvertiseData, android.bluetooth.le.AdvertiseCallback)
NO DOC BLOCK: android.bluetooth.le.BluetoothLeAdvertiser Method startAdvertising(android.bluetooth.le.AdvertiseSettings, android.bluetooth.le.AdvertiseData, android.bluetooth.le.AdvertiseData, android.bluetooth.le.AdvertiseCallback)
NO DOC BLOCK: android.content.pm.LauncherApps Method startAppDetailsActivity(android.content.ComponentName, android.os.UserHandle, android.graphics.Rect, android.os.Bundle)
NO DOC BLOCK: android.appwidget.AppWidgetHost Method startAppWidgetConfigureActivityForResult(android.app.Activity, int, int, int, android.os.Bundle)
NO DOC BLOCK: android.content.pm.LauncherApps Method startMainActivity(android.content.ComponentName, android.os.UserHandle, android.graphics.Rect, android.os.Bundle)
NO DOC BLOCK: android.bluetooth.le.BluetoothLeScanner Method startScan(android.bluetooth.le.ScanCallback)
NO DOC BLOCK: android.net.wifi.WifiManager Method startWps(android.net.wifi.WpsInfo, android.net.wifi.WifiManager.WpsCallback)
NO DOC BLOCK: android.nfc.cardemulation.CardEmulation Method supportsAidPrefixRegistration()
NO DOC BLOCK: android.app.admin.DevicePolicyManager Method switchUser(android.content.ComponentName, android.os.UserHandle)
NO DOC BLOCK: android.speech.tts.TextToSpeech Method synthesizeToFile(java.lang.CharSequence, android.os.Bundle, java.io.File, java.lang.String)
NO DOC BLOCK: java.util.Locale Method toLanguageTag()
NO DOC BLOCK: android.app.admin.DevicePolicyManager Method uninstallAllUserCaCerts(android.content.ComponentName)
NO DOC BLOCK: android.app.admin.DevicePolicyManager Method uninstallCaCert(android.content.ComponentName, byte[])
NO DOC BLOCK: android.hardware.camera2.CameraManager Method unregisterAvailabilityCallback(android.hardware.camera2.CameraManager.AvailabilityCallback)
NO DOC BLOCK: android.content.pm.LauncherApps Method unregisterCallback(android.content.pm.LauncherApps.Callback)
NO DOC BLOCK: android.media.session.MediaController Method unregisterCallback(android.media.session.MediaController.Callback)
NO DOC BLOCK: android.media.tv.TvInputManager Method unregisterCallback(android.media.tv.TvInputManager.TvInputCallback)
NO DOC BLOCK: android.os.Vibrator Method vibrate(long, android.media.AudioAttributes)
NO DOC BLOCK: android.os.Vibrator Method vibrate(long[], int, android.media.AudioAttributes)
NO DOC BLOCK: android.service.dreams.DreamService Method wakeUp()
NO DOC BLOCK: android.hardware.camera2.DngCreator Method writeByteBuffer(java.io.OutputStream, android.util.Size, java.nio.ByteBuffer, long)
NO DOC BLOCK: android.hardware.camera2.DngCreator Method writeInputStream(java.io.OutputStream, android.util.Size, java.io.InputStream, long)
NO DOC BLOCK: android.os.Parcel Method writeSize(android.util.Size)
NO DOC BLOCK: android.os.Parcel Method writeSizeF(android.util.SizeF)
NO DOC BLOCK: android.webkit.WebView Method zoomBy(float)
NO DOC BLOCK: android.provider.ContactsContract.RawContactsColumns Field ACCOUNT_TYPE_AND_DATA_SET
NO DOC BLOCK: android.media.tv.TvInputManager Field ACTION_BLOCKED_RATINGS_CHANGED
NO DOC BLOCK: android.provider.Settings Field ACTION_CAST_SETTINGS
NO DOC BLOCK: android.media.AudioManager Field ACTION_HDMI_AUDIO_PLUG
NO DOC BLOCK: android.media.AudioManager Field ACTION_HEADSET_PLUG
NO DOC BLOCK: android.provider.Settings Field ACTION_HOME_SETTINGS
NO DOC BLOCK: android.app.admin.DeviceAdminReceiver Field ACTION_LOCK_TASK_ENTERING
NO DOC BLOCK: android.app.admin.DeviceAdminReceiver Field ACTION_LOCK_TASK_EXITING
NO DOC BLOCK: android.app.AlarmManager Field ACTION_NEXT_ALARM_CLOCK_CHANGED
NO DOC BLOCK: android.media.tv.TvInputManager Field ACTION_PARENTAL_CONTROLS_ENABLED_CHANGED
NO DOC BLOCK: android.media.session.PlaybackState Field ACTION_PLAY_FROM_MEDIA_ID
NO DOC BLOCK: android.media.session.PlaybackState Field ACTION_PLAY_FROM_SEARCH
NO DOC BLOCK: android.media.tv.TvInputManager Field ACTION_QUERY_CONTENT_RATING_SYSTEMS
NO DOC BLOCK: android.provider.ContactsContract.QuickContact Field ACTION_QUICK_CONTACT
NO DOC BLOCK: android.provider.Settings Field ACTION_SHOW_REGULATORY_INFO
NO DOC BLOCK: android.media.session.PlaybackState Field ACTION_SKIP_TO_QUEUE_ITEM
NO DOC BLOCK: android.provider.Settings Field ACTION_USAGE_ACCESS_SETTINGS
NO DOC BLOCK: android.provider.Settings Field ACTION_VOICE_INPUT_SETTINGS
NO DOC BLOCK: android.R.attr Field actionBarPopupTheme
NO DOC BLOCK: android.R.attr Field actionModeFindDrawable
NO DOC BLOCK: android.R.attr Field actionModeShareDrawable
NO DOC BLOCK: android.R.attr Field actionModeWebSearchDrawable
NO DOC BLOCK: android.bluetooth.le.AdvertiseCallback Field ADVERTISE_FAILED_DATA_TOO_LARGE
NO DOC BLOCK: android.bluetooth.le.AdvertiseCallback Field ADVERTISE_FAILED_FEATURE_UNSUPPORTED
NO DOC BLOCK: android.bluetooth.le.AdvertiseCallback Field ADVERTISE_FAILED_INTERNAL_ERROR
NO DOC BLOCK: android.app.ActivityManager.RecentTaskInfo Field affiliatedTaskId
NO DOC BLOCK: android.media.MediaCodecList Field ALL_CODECS
NO DOC BLOCK: android.R.attr Field ambientShadowAlpha
NO DOC BLOCK: android.R.attr Field amPmBackgroundColor
NO DOC BLOCK: android.R.attr Field amPmTextColor
NO DOC BLOCK: android.content.Context Field APPWIDGET_SERVICE
NO DOC BLOCK: android.provider.Telephony.ThreadsColumns Field ARCHIVED
NO DOC BLOCK: android.app.Notification Field AUDIO_ATTRIBUTES_DEFAULT
NO DOC BLOCK: android.media.AudioManager Field AUDIO_SESSION_ID_GENERATE
NO DOC BLOCK: android.app.Notification Field audioAttributes
NO DOC BLOCK: android.media.MediaCodecInfo.CodecProfileLevel Field AVCLevel52
NO DOC BLOCK: android.R.attr Field backgroundTint
NO DOC BLOCK: android.R.attr Field backgroundTintMode
NO DOC BLOCK: android.app.job.JobInfo Field BACKOFF_POLICY_EXPONENTIAL
NO DOC BLOCK: android.app.job.JobInfo Field BACKOFF_POLICY_LINEAR
NO DOC BLOCK: android.Manifest.permission Field BIND_DREAM_SERVICE
NO DOC BLOCK: android.net.wifi.WpsInfo Field BSSID
NO DOC BLOCK: android.media.MediaCodec Field BUFFER_FLAG_KEY_FRAME
NO DOC BLOCK: android.R.attr Field buttonBarNegativeButtonStyle
NO DOC BLOCK: android.R.attr Field buttonBarNeutralButtonStyle
NO DOC BLOCK: android.R.attr Field buttonBarPositiveButtonStyle
NO DOC BLOCK: android.R.attr Field buttonTint
NO DOC BLOCK: android.R.attr Field buttonTintMode
NO DOC BLOCK: android.R.attr Field calendarTextColor
NO DOC BLOCK: android.bluetooth.le.ScanSettings Field CALLBACK_TYPE_ALL_MATCHES
NO DOC BLOCK: android.media.AudioFormat Field CHANNEL_OUT_SIDE_LEFT
NO DOC BLOCK: android.media.AudioFormat Field CHANNEL_OUT_SIDE_RIGHT
NO DOC BLOCK: android.R.attr Field checkMarkTint
NO DOC BLOCK: android.R.attr Field checkMarkTintMode
NO DOC BLOCK: android.R.attr Field closeIcon
NO DOC BLOCK: android.hardware.camera2.CaptureRequest Field COLOR_CORRECTION_ABERRATION_MODE
NO DOC BLOCK: android.hardware.camera2.CaptureResult Field COLOR_CORRECTION_ABERRATION_MODE
NO DOC BLOCK: android.hardware.camera2.CameraMetadata Field COLOR_CORRECTION_ABERRATION_MODE_FAST
NO DOC BLOCK: android.hardware.camera2.CameraMetadata Field COLOR_CORRECTION_ABERRATION_MODE_HIGH_QUALITY
NO DOC BLOCK: android.hardware.camera2.CameraMetadata Field COLOR_CORRECTION_ABERRATION_MODE_OFF
NO DOC BLOCK: android.hardware.camera2.CameraCharacteristics Field COLOR_CORRECTION_AVAILABLE_ABERRATION_MODES
NO DOC BLOCK: android.media.MediaCodecInfo.CodecCapabilities Field COLOR_FormatYUV420Flexible
NO DOC BLOCK: android.R.attr Field colorEdgeEffect
NO DOC BLOCK: android.media.tv.TvContract.Programs Field COLUMN_CONTENT_RATING
NO DOC BLOCK: android.media.tv.TvContract.Programs Field COLUMN_EPISODE_NUMBER
NO DOC BLOCK: android.media.tv.TvContract.Programs Field COLUMN_EPISODE_TITLE
NO DOC BLOCK: android.media.tv.TvContract.Channels Field COLUMN_INPUT_ID
NO DOC BLOCK: android.media.tv.TvContract.Channels Field COLUMN_NETWORK_AFFILIATION
NO DOC BLOCK: android.media.tv.TvContract.Programs Field COLUMN_SEASON_NUMBER
NO DOC BLOCK: android.media.tv.TvContract.Channels Field COLUMN_VIDEO_FORMAT
NO DOC BLOCK: android.media.tv.TvContract.Programs Field COLUMN_VIDEO_HEIGHT
NO DOC BLOCK: android.media.tv.TvContract.Programs Field COLUMN_VIDEO_WIDTH
NO DOC BLOCK: android.R.attr Field commitIcon
NO DOC BLOCK: android.bluetooth.BluetoothGatt Field CONNECTION_PRIORITY_BALANCED
NO DOC BLOCK: android.bluetooth.BluetoothGatt Field CONNECTION_PRIORITY_HIGH
NO DOC BLOCK: android.bluetooth.BluetoothGatt Field CONNECTION_PRIORITY_LOW_POWER
NO DOC BLOCK: android.provider.ContactsContract.Contacts Field CONTENT_FREQUENT_URI
NO DOC BLOCK: android.R.attr Field contentAgeHint
NO DOC BLOCK: android.hardware.camera2.CameraMetadata Field CONTROL_SCENE_MODE_HIGH_SPEED_VIDEO
NO DOC BLOCK: android.R.attr Field country
NO DOC BLOCK: android.media.tv.TvInputInfo Field CREATOR
NO DOC BLOCK: android.net.LinkAddress Field CREATOR
NO DOC BLOCK: android.net.ProxyInfo Field CREATOR
NO DOC BLOCK: android.provider.Telephony.BaseMmsColumns Field CREATOR
NO DOC BLOCK: android.provider.Telephony.TextBasedSmsColumns Field CREATOR
NO DOC BLOCK: android.view.inputmethod.InputConnection Field CURSOR_UPDATE_IMMEDIATE
NO DOC BLOCK: android.view.inputmethod.InputConnection Field CURSOR_UPDATE_MONITOR
NO DOC BLOCK: android.provider.CallLog.Calls Field DATA_USAGE
NO DOC BLOCK: android.R.attr Field datePickerDialogTheme
NO DOC BLOCK: android.R.attr Field datePickerMode
NO DOC BLOCK: android.R.attr Field dayOfWeekBackground
NO DOC BLOCK: android.R.attr Field dayOfWeekTextAppearance
NO DOC BLOCK: android.app.job.JobInfo Field DEFAULT_INITIAL_BACKOFF_MILLIS
NO DOC BLOCK: android.provider.ContactsContract Field DEFERRED_SNIPPETING
NO DOC BLOCK: android.provider.ContactsContract Field DEFERRED_SNIPPETING_QUERY
NO DOC BLOCK: android.util.DisplayMetrics Field DENSITY_560
NO DOC BLOCK: android.os.UserManager Field DISALLOW_APPS_CONTROL
NO DOC BLOCK: android.os.UserManager Field DISALLOW_CREATE_WINDOWS
NO DOC BLOCK: android.os.UserManager Field DISALLOW_CROSS_PROFILE_COPY_PASTE
NO DOC BLOCK: android.os.UserManager Field DISALLOW_OUTGOING_CALLS
NO DOC BLOCK: android.os.UserManager Field DISALLOW_SMS
NO DOC BLOCK: android.app.UiModeManager Field ENABLE_CAR_MODE_ALLOW_SLEEP
NO DOC BLOCK: android.media.AudioFormat Field ENCODING_AC3
NO DOC BLOCK: android.media.AudioFormat Field ENCODING_E_AC3
NO DOC BLOCK: android.provider.ContactsContract.PhoneLookup Field ENTERPRISE_CONTENT_FILTER_URI
NO DOC BLOCK: android.media.AudioManager Field ERROR
NO DOC BLOCK: android.media.AudioManager Field ERROR_DEAD_OBJECT
NO DOC BLOCK: android.media.MediaCodec.CryptoException Field ERROR_INSUFFICIENT_OUTPUT_PROTECTION
NO DOC BLOCK: android.speech.tts.TextToSpeech Field ERROR_INVALID_REQUEST
NO DOC BLOCK: android.speech.tts.TextToSpeech Field ERROR_NETWORK
NO DOC BLOCK: android.speech.tts.TextToSpeech Field ERROR_NETWORK_TIMEOUT
NO DOC BLOCK: android.speech.tts.TextToSpeech Field ERROR_NOT_INSTALLED_YET
NO DOC BLOCK: android.speech.tts.TextToSpeech Field ERROR_OUTPUT
NO DOC BLOCK: android.speech.tts.TextToSpeech Field ERROR_SERVICE
NO DOC BLOCK: android.speech.tts.TextToSpeech Field ERROR_SYNTHESIS
NO DOC BLOCK: android.R.attr Field excludeName
NO DOC BLOCK: android.R.transition Field explode
NO DOC BLOCK: android.provider.ContactsContract.CommonDataKinds.Callable Field EXTRA_ADDRESS_BOOK_INDEX
NO DOC BLOCK: android.provider.ContactsContract.CommonDataKinds.Contactables Field EXTRA_ADDRESS_BOOK_INDEX
NO DOC BLOCK: android.provider.ContactsContract.CommonDataKinds.Email Field EXTRA_ADDRESS_BOOK_INDEX
NO DOC BLOCK: android.provider.ContactsContract.CommonDataKinds.Event Field EXTRA_ADDRESS_BOOK_INDEX
NO DOC BLOCK: android.provider.ContactsContract.CommonDataKinds.GroupMembership Field EXTRA_ADDRESS_BOOK_INDEX
NO DOC BLOCK: android.provider.ContactsContract.CommonDataKinds.Identity Field EXTRA_ADDRESS_BOOK_INDEX
NO DOC BLOCK: android.provider.ContactsContract.CommonDataKinds.Im Field EXTRA_ADDRESS_BOOK_INDEX
NO DOC BLOCK: android.provider.ContactsContract.CommonDataKinds.Nickname Field EXTRA_ADDRESS_BOOK_INDEX
NO DOC BLOCK: android.provider.ContactsContract.CommonDataKinds.Note Field EXTRA_ADDRESS_BOOK_INDEX
NO DOC BLOCK: android.provider.ContactsContract.CommonDataKinds.Organization Field EXTRA_ADDRESS_BOOK_INDEX
NO DOC BLOCK: android.provider.ContactsContract.CommonDataKinds.Phone Field EXTRA_ADDRESS_BOOK_INDEX
NO DOC BLOCK: android.provider.ContactsContract.CommonDataKinds.Photo Field EXTRA_ADDRESS_BOOK_INDEX
NO DOC BLOCK: android.provider.ContactsContract.CommonDataKinds.Relation Field EXTRA_ADDRESS_BOOK_INDEX
NO DOC BLOCK: android.provider.ContactsContract.CommonDataKinds.SipAddress Field EXTRA_ADDRESS_BOOK_INDEX
NO DOC BLOCK: android.provider.ContactsContract.CommonDataKinds.StructuredName Field EXTRA_ADDRESS_BOOK_INDEX
NO DOC BLOCK: android.provider.ContactsContract.CommonDataKinds.StructuredPostal Field EXTRA_ADDRESS_BOOK_INDEX
NO DOC BLOCK: android.provider.ContactsContract.CommonDataKinds.Website Field EXTRA_ADDRESS_BOOK_INDEX
NO DOC BLOCK: android.provider.ContactsContract.Contacts Field EXTRA_ADDRESS_BOOK_INDEX
NO DOC BLOCK: android.provider.ContactsContract.Data Field EXTRA_ADDRESS_BOOK_INDEX
NO DOC BLOCK: android.provider.ContactsContract.CommonDataKinds.Callable Field EXTRA_ADDRESS_BOOK_INDEX_COUNTS
NO DOC BLOCK: android.provider.ContactsContract.CommonDataKinds.Contactables Field EXTRA_ADDRESS_BOOK_INDEX_COUNTS
NO DOC BLOCK: android.provider.ContactsContract.CommonDataKinds.Email Field EXTRA_ADDRESS_BOOK_INDEX_COUNTS
NO DOC BLOCK: android.provider.ContactsContract.CommonDataKinds.Event Field EXTRA_ADDRESS_BOOK_INDEX_COUNTS
NO DOC BLOCK: android.provider.ContactsContract.CommonDataKinds.GroupMembership Field EXTRA_ADDRESS_BOOK_INDEX_COUNTS
NO DOC BLOCK: android.provider.ContactsContract.CommonDataKinds.Identity Field EXTRA_ADDRESS_BOOK_INDEX_COUNTS
NO DOC BLOCK: android.provider.ContactsContract.CommonDataKinds.Im Field EXTRA_ADDRESS_BOOK_INDEX_COUNTS
NO DOC BLOCK: android.provider.ContactsContract.CommonDataKinds.Nickname Field EXTRA_ADDRESS_BOOK_INDEX_COUNTS
NO DOC BLOCK: android.provider.ContactsContract.CommonDataKinds.Note Field EXTRA_ADDRESS_BOOK_INDEX_COUNTS
NO DOC BLOCK: android.provider.ContactsContract.CommonDataKinds.Organization Field EXTRA_ADDRESS_BOOK_INDEX_COUNTS
NO DOC BLOCK: android.provider.ContactsContract.CommonDataKinds.Phone Field EXTRA_ADDRESS_BOOK_INDEX_COUNTS
NO DOC BLOCK: android.provider.ContactsContract.CommonDataKinds.Photo Field EXTRA_ADDRESS_BOOK_INDEX_COUNTS
NO DOC BLOCK: android.provider.ContactsContract.CommonDataKinds.Relation Field EXTRA_ADDRESS_BOOK_INDEX_COUNTS
NO DOC BLOCK: android.provider.ContactsContract.CommonDataKinds.SipAddress Field EXTRA_ADDRESS_BOOK_INDEX_COUNTS
NO DOC BLOCK: android.provider.ContactsContract.CommonDataKinds.StructuredName Field EXTRA_ADDRESS_BOOK_INDEX_COUNTS
NO DOC BLOCK: android.provider.ContactsContract.CommonDataKinds.StructuredPostal Field EXTRA_ADDRESS_BOOK_INDEX_COUNTS
NO DOC BLOCK: android.provider.ContactsContract.CommonDataKinds.Website Field EXTRA_ADDRESS_BOOK_INDEX_COUNTS
NO DOC BLOCK: android.provider.ContactsContract.Contacts Field EXTRA_ADDRESS_BOOK_INDEX_COUNTS
NO DOC BLOCK: android.provider.ContactsContract.Data Field EXTRA_ADDRESS_BOOK_INDEX_COUNTS
NO DOC BLOCK: android.provider.ContactsContract.CommonDataKinds.Callable Field EXTRA_ADDRESS_BOOK_INDEX_TITLES
NO DOC BLOCK: android.provider.ContactsContract.CommonDataKinds.Contactables Field EXTRA_ADDRESS_BOOK_INDEX_TITLES
NO DOC BLOCK: android.provider.ContactsContract.CommonDataKinds.Email Field EXTRA_ADDRESS_BOOK_INDEX_TITLES
NO DOC BLOCK: android.provider.ContactsContract.CommonDataKinds.Event Field EXTRA_ADDRESS_BOOK_INDEX_TITLES
NO DOC BLOCK: android.provider.ContactsContract.CommonDataKinds.GroupMembership Field EXTRA_ADDRESS_BOOK_INDEX_TITLES
NO DOC BLOCK: android.provider.ContactsContract.CommonDataKinds.Identity Field EXTRA_ADDRESS_BOOK_INDEX_TITLES
NO DOC BLOCK: android.provider.ContactsContract.CommonDataKinds.Im Field EXTRA_ADDRESS_BOOK_INDEX_TITLES
NO DOC BLOCK: android.provider.ContactsContract.CommonDataKinds.Nickname Field EXTRA_ADDRESS_BOOK_INDEX_TITLES
NO DOC BLOCK: android.provider.ContactsContract.CommonDataKinds.Note Field EXTRA_ADDRESS_BOOK_INDEX_TITLES
NO DOC BLOCK: android.provider.ContactsContract.CommonDataKinds.Organization Field EXTRA_ADDRESS_BOOK_INDEX_TITLES
NO DOC BLOCK: android.provider.ContactsContract.CommonDataKinds.Phone Field EXTRA_ADDRESS_BOOK_INDEX_TITLES
NO DOC BLOCK: android.provider.ContactsContract.CommonDataKinds.Photo Field EXTRA_ADDRESS_BOOK_INDEX_TITLES
NO DOC BLOCK: android.provider.ContactsContract.CommonDataKinds.Relation Field EXTRA_ADDRESS_BOOK_INDEX_TITLES
NO DOC BLOCK: android.provider.ContactsContract.CommonDataKinds.SipAddress Field EXTRA_ADDRESS_BOOK_INDEX_TITLES
NO DOC BLOCK: android.provider.ContactsContract.CommonDataKinds.StructuredName Field EXTRA_ADDRESS_BOOK_INDEX_TITLES
NO DOC BLOCK: android.provider.ContactsContract.CommonDataKinds.StructuredPostal Field EXTRA_ADDRESS_BOOK_INDEX_TITLES
NO DOC BLOCK: android.provider.ContactsContract.CommonDataKinds.Website Field EXTRA_ADDRESS_BOOK_INDEX_TITLES
NO DOC BLOCK: android.provider.ContactsContract.Contacts Field EXTRA_ADDRESS_BOOK_INDEX_TITLES
NO DOC BLOCK: android.provider.ContactsContract.Data Field EXTRA_ADDRESS_BOOK_INDEX_TITLES
NO DOC BLOCK: android.appwidget.AppWidgetManager Field EXTRA_APPWIDGET_PROVIDER_PROFILE
NO DOC BLOCK: android.content.Intent Field EXTRA_ASSIST_INPUT_HINT_KEYBOARD
NO DOC BLOCK: android.media.AudioManager Field EXTRA_AUDIO_PLUG_STATE
NO DOC BLOCK: android.app.Notification Field EXTRA_BIG_TEXT
NO DOC BLOCK: android.provider.CallLog.Calls Field EXTRA_CALL_TYPE_FILTER
NO DOC BLOCK: android.app.Notification Field EXTRA_COMPACT_ACTIONS
NO DOC BLOCK: android.media.AudioManager Field EXTRA_ENCODINGS
NO DOC BLOCK: android.provider.ContactsContract.QuickContact Field EXTRA_EXCLUDE_MIMES
NO DOC BLOCK: android.media.tv.TvInputInfo Field EXTRA_INPUT_ID
NO DOC BLOCK: android.app.admin.DeviceAdminReceiver Field EXTRA_LOCK_TASK_PACKAGE
NO DOC BLOCK: android.media.AudioManager Field EXTRA_MAX_CHANNEL_COUNT
NO DOC BLOCK: android.telephony.SmsManager Field EXTRA_MMS_DATA
NO DOC BLOCK: android.printservice.PrintService Field EXTRA_PRINTER_INFO
NO DOC BLOCK: android.app.admin.DevicePolicyManager Field EXTRA_PROVISIONING_ADMIN_EXTRAS_BUNDLE
NO DOC BLOCK: android.app.admin.DevicePolicyManager Field EXTRA_PROVISIONING_DEVICE_ADMIN_PACKAGE_CHECKSUM
NO DOC BLOCK: android.app.admin.DevicePolicyManager Field EXTRA_PROVISIONING_DEVICE_ADMIN_PACKAGE_DOWNLOAD_COOKIE_HEADER
NO DOC BLOCK: android.app.admin.DevicePolicyManager Field EXTRA_PROVISIONING_DEVICE_ADMIN_PACKAGE_DOWNLOAD_LOCATION
NO DOC BLOCK: android.app.admin.DevicePolicyManager Field EXTRA_PROVISIONING_EMAIL_ADDRESS
NO DOC BLOCK: android.app.admin.DevicePolicyManager Field EXTRA_PROVISIONING_LOCAL_TIME
NO DOC BLOCK: android.app.admin.DevicePolicyManager Field EXTRA_PROVISIONING_LOCALE
NO DOC BLOCK: android.app.admin.DevicePolicyManager Field EXTRA_PROVISIONING_TIME_ZONE
NO DOC BLOCK: android.app.admin.DevicePolicyManager Field EXTRA_PROVISIONING_WIFI_HIDDEN
NO DOC BLOCK: android.app.admin.DevicePolicyManager Field EXTRA_PROVISIONING_WIFI_PAC_URL
NO DOC BLOCK: android.app.admin.DevicePolicyManager Field EXTRA_PROVISIONING_WIFI_PASSWORD
NO DOC BLOCK: android.app.admin.DevicePolicyManager Field EXTRA_PROVISIONING_WIFI_PROXY_BYPASS
NO DOC BLOCK: android.app.admin.DevicePolicyManager Field EXTRA_PROVISIONING_WIFI_PROXY_HOST
NO DOC BLOCK: android.app.admin.DevicePolicyManager Field EXTRA_PROVISIONING_WIFI_PROXY_PORT
NO DOC BLOCK: android.app.admin.DevicePolicyManager Field EXTRA_PROVISIONING_WIFI_SECURITY_TYPE
NO DOC BLOCK: android.app.admin.DevicePolicyManager Field EXTRA_PROVISIONING_WIFI_SSID
NO DOC BLOCK: android.content.Intent Field EXTRA_REPLACEMENT_EXTRAS
NO DOC BLOCK: android.content.ContentResolver Field EXTRA_SIZE
NO DOC BLOCK: android.R.transition Field fade
NO DOC BLOCK: android.view.Window Field FEATURE_ACTIVITY_TRANSITIONS
NO DOC BLOCK: android.content.pm.PackageManager Field FEATURE_AUDIO_OUTPUT
NO DOC BLOCK: android.content.pm.PackageManager Field FEATURE_CAMERA_CAPABILITY_MANUAL_POST_PROCESSING
NO DOC BLOCK: android.content.pm.PackageManager Field FEATURE_CAMERA_CAPABILITY_MANUAL_SENSOR
NO DOC BLOCK: android.content.pm.PackageManager Field FEATURE_CAMERA_CAPABILITY_RAW
NO DOC BLOCK: android.content.pm.PackageManager Field FEATURE_CAMERA_LEVEL_FULL
NO DOC BLOCK: android.content.pm.PackageManager Field FEATURE_CONNECTION_SERVICE
NO DOC BLOCK: android.content.pm.PackageManager Field FEATURE_GAMEPAD
NO DOC BLOCK: android.content.pm.PackageManager Field FEATURE_LIVE_TV
NO DOC BLOCK: android.content.pm.PackageManager Field FEATURE_MANAGED_USERS
NO DOC BLOCK: android.content.pm.PackageManager Field FEATURE_OPENGLES_EXTENSION_PACK
NO DOC BLOCK: android.content.pm.PackageManager Field FEATURE_SECURELY_REMOVES_USERS
NO DOC BLOCK: android.media.MediaCodecInfo.CodecCapabilities Field FEATURE_SecurePlayback
NO DOC BLOCK: android.content.pm.PackageManager Field FEATURE_SENSOR_AMBIENT_TEMPERATURE
NO DOC BLOCK: android.content.pm.PackageManager Field FEATURE_SENSOR_HEART_RATE_ECG
NO DOC BLOCK: android.content.pm.PackageManager Field FEATURE_SENSOR_RELATIVE_HUMIDITY
NO DOC BLOCK: android.media.MediaCodecInfo.CodecCapabilities Field FEATURE_TunneledPlayback
NO DOC BLOCK: android.content.pm.PackageManager Field FEATURE_VERIFIED_BOOT
NO DOC BLOCK: android.content.pm.PackageInfo Field featureGroups
NO DOC BLOCK: android.provider.CallLog.Calls Field FEATURES
NO DOC BLOCK: android.provider.CallLog.Calls Field FEATURES_VIDEO
NO DOC BLOCK: android.R.attr Field fillAlpha
NO DOC BLOCK: android.R.attr Field fillColor
NO DOC BLOCK: android.content.Intent Field FLAG_ACTIVITY_RETAIN_IN_RECENTS
NO DOC BLOCK: android.content.pm.ApplicationInfo Field FLAG_FULL_BACKUP_ONLY
NO DOC BLOCK: android.view.inputmethod.CursorAnchorInfo Field FLAG_HAS_INVISIBLE_REGION
NO DOC BLOCK: android.view.inputmethod.CursorAnchorInfo Field FLAG_HAS_VISIBLE_REGION
NO DOC BLOCK: android.view.inputmethod.CursorAnchorInfo Field FLAG_IS_RTL
NO DOC BLOCK: android.app.admin.DevicePolicyManager Field FLAG_MANAGED_CAN_ACCESS_PARENT
NO DOC BLOCK: android.content.pm.ApplicationInfo Field FLAG_MULTIARCH
NO DOC BLOCK: android.app.admin.DevicePolicyManager Field FLAG_PARENT_CAN_ACCESS_MANAGED
NO DOC BLOCK: android.content.pm.ActivityInfo Field FLAG_RELINQUISH_TASK_IDENTITY
NO DOC BLOCK: android.content.pm.ActivityInfo Field FLAG_RESUME_WHILE_PAUSING
NO DOC BLOCK: android.R.attr Field fontFeatureSettings
NO DOC BLOCK: android.R.attr Field foregroundTint
NO DOC BLOCK: android.R.attr Field foregroundTintMode
NO DOC BLOCK: android.net.wifi.WifiConfiguration Field FQDN
NO DOC BLOCK: android.R.attr Field fragmentAllowEnterTransitionOverlap
NO DOC BLOCK: android.R.attr Field fragmentAllowReturnTransitionOverlap
NO DOC BLOCK: android.R.attr Field fragmentEnterTransition
NO DOC BLOCK: android.R.attr Field fragmentExitTransition
NO DOC BLOCK: android.R.attr Field fragmentReenterTransition
NO DOC BLOCK: android.R.attr Field fragmentReturnTransition
NO DOC BLOCK: android.R.attr Field fragmentSharedElementEnterTransition
NO DOC BLOCK: android.R.attr Field fragmentSharedElementReturnTransition
NO DOC BLOCK: android.R.attr Field fullBackupOnly
NO DOC BLOCK: android.bluetooth.BluetoothGatt Field GATT_CONNECTION_CONGESTED
NO DOC BLOCK: android.accessibilityservice.AccessibilityService Field GLOBAL_ACTION_POWER_DIALOG
NO DOC BLOCK: android.R.attr Field goIcon
NO DOC BLOCK: android.R.attr Field headerAmPmTextAppearance
NO DOC BLOCK: android.R.attr Field headerDayOfMonthTextAppearance
NO DOC BLOCK: android.R.attr Field headerMonthTextAppearance
NO DOC BLOCK: android.R.attr Field headerTimeTextAppearance
NO DOC BLOCK: android.R.attr Field headerYearTextAppearance
NO DOC BLOCK: android.app.Notification Field headsUpContentView
NO DOC BLOCK: android.service.notification.NotificationListenerService Field HINT_HOST_DISABLE_EFFECTS
NO DOC BLOCK: android.app.ActivityManager.RunningAppProcessInfo Field IMPORTANCE_GONE
NO DOC BLOCK: android.R.attr Field indeterminateTint
NO DOC BLOCK: android.R.attr Field indeterminateTintMode
NO DOC BLOCK: android.hardware.camera2.CameraMetadata Field INFO_SUPPORTED_HARDWARE_LEVEL_LEGACY
NO DOC BLOCK: android.media.tv.TvInputManager Field INPUT_STATE_CONNECTED
NO DOC BLOCK: android.media.tv.TvInputManager Field INPUT_STATE_CONNECTED_STANDBY
NO DOC BLOCK: android.media.tv.TvInputManager Field INPUT_STATE_DISCONNECTED
NO DOC BLOCK: android.R.attr Field inset
NO DOC BLOCK: android.content.pm.PackageInfo Field INSTALL_LOCATION_AUTO
NO DOC BLOCK: android.content.pm.PackageInfo Field INSTALL_LOCATION_INTERNAL_ONLY
NO DOC BLOCK: android.content.pm.PackageInfo Field INSTALL_LOCATION_PREFER_EXTERNAL
NO DOC BLOCK: android.content.pm.PackageInfo Field installLocation
NO DOC BLOCK: android.service.notification.NotificationListenerService Field INTERRUPTION_FILTER_ALL
NO DOC BLOCK: android.service.notification.NotificationListenerService Field INTERRUPTION_FILTER_NONE
NO DOC BLOCK: android.service.notification.NotificationListenerService Field INTERRUPTION_FILTER_PRIORITY
NO DOC BLOCK: android.media.MediaFormat Field KEY_AAC_DRC_ATTENUATION_FACTOR
NO DOC BLOCK: android.media.MediaFormat Field KEY_AAC_DRC_BOOST_FACTOR
NO DOC BLOCK: android.media.MediaFormat Field KEY_AAC_DRC_HEAVY_COMPRESSION
NO DOC BLOCK: android.media.MediaFormat Field KEY_AAC_DRC_TARGET_REFERENCE_LEVEL
NO DOC BLOCK: android.media.MediaFormat Field KEY_AAC_ENCODED_TARGET_LEVEL
NO DOC BLOCK: android.media.MediaFormat Field KEY_AAC_MAX_OUTPUT_CHANNEL_COUNT
NO DOC BLOCK: android.media.MediaFormat Field KEY_AAC_SBR_MODE
NO DOC BLOCK: android.media.MediaFormat Field KEY_AUDIO_SESSION_ID
NO DOC BLOCK: android.media.MediaFormat Field KEY_BITRATE_MODE
NO DOC BLOCK: android.media.MediaFormat Field KEY_CAPTURE_RATE
NO DOC BLOCK: android.media.MediaFormat Field KEY_COMPLEXITY
NO DOC BLOCK: android.speech.tts.TextToSpeech.Engine Field KEY_FEATURE_NETWORK_RETRIES_COUNT
NO DOC BLOCK: android.speech.tts.TextToSpeech.Engine Field KEY_FEATURE_NETWORK_TIMEOUT_MS
NO DOC BLOCK: android.speech.tts.TextToSpeech.Engine Field KEY_FEATURE_NOT_INSTALLED
NO DOC BLOCK: android.speech.tts.TextToSpeech.Engine Field KEY_PARAM_SESSION_ID
NO DOC BLOCK: android.media.MediaFormat Field KEY_PROFILE
NO DOC BLOCK: android.media.MediaFormat Field KEY_TEMPORAL_LAYERING
NO DOC BLOCK: android.view.KeyEvent Field KEYCODE_HELP
NO DOC BLOCK: android.view.KeyEvent Field KEYCODE_TV_ANTENNA_CABLE
NO DOC BLOCK: android.view.KeyEvent Field KEYCODE_TV_AUDIO_DESCRIPTION
NO DOC BLOCK: android.view.KeyEvent Field KEYCODE_TV_AUDIO_DESCRIPTION_MIX_DOWN
NO DOC BLOCK: android.view.KeyEvent Field KEYCODE_TV_AUDIO_DESCRIPTION_MIX_UP
NO DOC BLOCK: android.view.KeyEvent Field KEYCODE_TV_CONTENTS_MENU
NO DOC BLOCK: android.view.KeyEvent Field KEYCODE_TV_INPUT_COMPONENT_1
NO DOC BLOCK: android.view.KeyEvent Field KEYCODE_TV_INPUT_COMPONENT_2
NO DOC BLOCK: android.view.KeyEvent Field KEYCODE_TV_INPUT_COMPOSITE_1
NO DOC BLOCK: android.view.KeyEvent Field KEYCODE_TV_INPUT_COMPOSITE_2
NO DOC BLOCK: android.view.KeyEvent Field KEYCODE_TV_INPUT_HDMI_1
NO DOC BLOCK: android.view.KeyEvent Field KEYCODE_TV_INPUT_HDMI_2
NO DOC BLOCK: android.view.KeyEvent Field KEYCODE_TV_INPUT_HDMI_3
NO DOC BLOCK: android.view.KeyEvent Field KEYCODE_TV_INPUT_HDMI_4
NO DOC BLOCK: android.view.KeyEvent Field KEYCODE_TV_INPUT_VGA_1
NO DOC BLOCK: android.view.KeyEvent Field KEYCODE_TV_MEDIA_CONTEXT_MENU
NO DOC BLOCK: android.view.KeyEvent Field KEYCODE_TV_NETWORK
NO DOC BLOCK: android.view.KeyEvent Field KEYCODE_TV_NUMBER_ENTRY
NO DOC BLOCK: android.view.KeyEvent Field KEYCODE_TV_RADIO_SERVICE
NO DOC BLOCK: android.view.KeyEvent Field KEYCODE_TV_SATELLITE
NO DOC BLOCK: android.view.KeyEvent Field KEYCODE_TV_SATELLITE_BS
NO DOC BLOCK: android.view.KeyEvent Field KEYCODE_TV_SATELLITE_CS
NO DOC BLOCK: android.view.KeyEvent Field KEYCODE_TV_SATELLITE_SERVICE
NO DOC BLOCK: android.view.KeyEvent Field KEYCODE_TV_TELETEXT
NO DOC BLOCK: android.view.KeyEvent Field KEYCODE_TV_TERRESTRIAL_ANALOG
NO DOC BLOCK: android.view.KeyEvent Field KEYCODE_TV_TERRESTRIAL_DIGITAL
NO DOC BLOCK: android.view.KeyEvent Field KEYCODE_TV_TIMER_PROGRAMMING
NO DOC BLOCK: android.view.KeyEvent Field KEYCODE_TV_ZOOM_MODE
NO DOC BLOCK: android.view.KeyEvent Field KEYCODE_VOICE_ASSIST
NO DOC BLOCK: android.app.admin.DevicePolicyManager Field KEYGUARD_DISABLE_FINGERPRINT
NO DOC BLOCK: android.R.attr Field launchTaskBehindSourceAnimation
NO DOC BLOCK: android.R.attr Field launchTaskBehindTargetAnimation
NO DOC BLOCK: android.R.attr Field layout_columnWeight
NO DOC BLOCK: android.R.attr Field layout_rowWeight
NO DOC BLOCK: android.R.attr Field letterSpacing
NO DOC BLOCK: android.os.Build.VERSION_CODES Field LOLLIPOP
NO DOC BLOCK: android.transition.Transition Field MATCH_NAME
NO DOC BLOCK: android.app.job.JobInfo Field MAX_BACKOFF_DELAY_MILLIS
NO DOC BLOCK: android.hardware.camera2.DngCreator Field MAX_THUMBNAIL_DIMENSION
NO DOC BLOCK: android.R.attr Field maximumAngle
NO DOC BLOCK: android.content.Context Field MEDIA_PROJECTION_SERVICE
NO DOC BLOCK: android.media.MediaPlayer.TrackInfo Field MEDIA_TRACK_TYPE_SUBTITLE
NO DOC BLOCK: android.provider.Telephony.BaseMmsColumns Field MESSAGE_BOX_FAILED
NO DOC BLOCK: android.media.tv.TvInputManager Field META_DATA_CONTENT_RATING_SYSTEMS
NO DOC BLOCK: android.media.MediaMetadata Field METADATA_KEY_DISPLAY_DESCRIPTION
NO DOC BLOCK: android.media.MediaMetadata Field METADATA_KEY_DISPLAY_ICON
NO DOC BLOCK: android.media.MediaMetadata Field METADATA_KEY_DISPLAY_ICON_URI
NO DOC BLOCK: android.media.MediaMetadata Field METADATA_KEY_DISPLAY_SUBTITLE
NO DOC BLOCK: android.media.MediaMetadata Field METADATA_KEY_DISPLAY_TITLE
NO DOC BLOCK: android.media.MediaMetadata Field METADATA_KEY_MEDIA_ID
NO DOC BLOCK: android.app.admin.DevicePolicyManager Field MIME_TYPE_PROVISIONING_NFC
NO DOC BLOCK: android.media.MediaFormat Field MIMETYPE_AUDIO_AAC
NO DOC BLOCK: android.media.MediaFormat Field MIMETYPE_AUDIO_AC3
NO DOC BLOCK: android.media.MediaFormat Field MIMETYPE_AUDIO_AMR_NB
NO DOC BLOCK: android.media.MediaFormat Field MIMETYPE_AUDIO_AMR_WB
NO DOC BLOCK: android.media.MediaFormat Field MIMETYPE_AUDIO_FLAC
NO DOC BLOCK: android.media.MediaFormat Field MIMETYPE_AUDIO_G711_ALAW
NO DOC BLOCK: android.media.MediaFormat Field MIMETYPE_AUDIO_G711_MLAW
NO DOC BLOCK: android.media.MediaFormat Field MIMETYPE_AUDIO_MPEG
NO DOC BLOCK: android.media.MediaFormat Field MIMETYPE_AUDIO_MSGSM
NO DOC BLOCK: android.media.MediaFormat Field MIMETYPE_AUDIO_OPUS
NO DOC BLOCK: android.media.MediaFormat Field MIMETYPE_AUDIO_QCELP
NO DOC BLOCK: android.media.MediaFormat Field MIMETYPE_AUDIO_RAW
NO DOC BLOCK: android.media.MediaFormat Field MIMETYPE_AUDIO_VORBIS
NO DOC BLOCK: android.media.MediaFormat Field MIMETYPE_TEXT_CEA_608
NO DOC BLOCK: android.media.MediaFormat Field MIMETYPE_TEXT_VTT
NO DOC BLOCK: android.media.MediaFormat Field MIMETYPE_VIDEO_AVC
NO DOC BLOCK: android.media.MediaFormat Field MIMETYPE_VIDEO_H263
NO DOC BLOCK: android.media.MediaFormat Field MIMETYPE_VIDEO_HEVC
NO DOC BLOCK: android.media.MediaFormat Field MIMETYPE_VIDEO_MPEG2
NO DOC BLOCK: android.media.MediaFormat Field MIMETYPE_VIDEO_MPEG4
NO DOC BLOCK: android.media.MediaFormat Field MIMETYPE_VIDEO_RAW
NO DOC BLOCK: android.media.MediaFormat Field MIMETYPE_VIDEO_VP8
NO DOC BLOCK: android.media.MediaFormat Field MIMETYPE_VIDEO_VP9
NO DOC BLOCK: android.R.attr Field minimumHorizontalAngle
NO DOC BLOCK: android.R.attr Field minimumVerticalAngle
NO DOC BLOCK: android.telephony.SmsManager Field MMS_CONFIG_ALIAS_ENABLED
NO DOC BLOCK: android.telephony.SmsManager Field MMS_CONFIG_ALIAS_MAX_CHARS
NO DOC BLOCK: android.telephony.SmsManager Field MMS_CONFIG_ALIAS_MIN_CHARS
NO DOC BLOCK: android.telephony.SmsManager Field MMS_CONFIG_ALLOW_ATTACH_AUDIO
NO DOC BLOCK: android.telephony.SmsManager Field MMS_CONFIG_APPEND_TRANSACTION_ID
NO DOC BLOCK: android.telephony.SmsManager Field MMS_CONFIG_EMAIL_GATEWAY_NUMBER
NO DOC BLOCK: android.telephony.SmsManager Field MMS_CONFIG_GROUP_MMS_ENABLED
NO DOC BLOCK: android.telephony.SmsManager Field MMS_CONFIG_HTTP_PARAMS
NO DOC BLOCK: android.telephony.SmsManager Field MMS_CONFIG_HTTP_SOCKET_TIMEOUT
NO DOC BLOCK: android.telephony.SmsManager Field MMS_CONFIG_MAX_IMAGE_HEIGHT
NO DOC BLOCK: android.telephony.SmsManager Field MMS_CONFIG_MAX_IMAGE_WIDTH
NO DOC BLOCK: android.telephony.SmsManager Field MMS_CONFIG_MAX_MESSAGE_SIZE
NO DOC BLOCK: android.telephony.SmsManager Field MMS_CONFIG_MESSAGE_TEXT_MAX_SIZE
NO DOC BLOCK: android.telephony.SmsManager Field MMS_CONFIG_MMS_DELIVERY_REPORT_ENABLED
NO DOC BLOCK: android.telephony.SmsManager Field MMS_CONFIG_MMS_ENABLED
NO DOC BLOCK: android.telephony.SmsManager Field MMS_CONFIG_MMS_READ_REPORT_ENABLED
NO DOC BLOCK: android.telephony.SmsManager Field MMS_CONFIG_MULTIPART_SMS_ENABLED
NO DOC BLOCK: android.telephony.SmsManager Field MMS_CONFIG_NAI_SUFFIX
NO DOC BLOCK: android.telephony.SmsManager Field MMS_CONFIG_NOTIFY_WAP_MMSC_ENABLED
NO DOC BLOCK: android.telephony.SmsManager Field MMS_CONFIG_RECIPIENT_LIMIT
NO DOC BLOCK: android.telephony.SmsManager Field MMS_CONFIG_SEND_MULTIPART_SMS_AS_SEPARATE_MESSAGES
NO DOC BLOCK: android.telephony.SmsManager Field MMS_CONFIG_SMS_DELIVERY_REPORT_ENABLED
NO DOC BLOCK: android.telephony.SmsManager Field MMS_CONFIG_SMS_TO_MMS_TEXT_LENGTH_THRESHOLD
NO DOC BLOCK: android.telephony.SmsManager Field MMS_CONFIG_SMS_TO_MMS_TEXT_THRESHOLD
NO DOC BLOCK: android.telephony.SmsManager Field MMS_CONFIG_SUBJECT_MAX_LENGTH
NO DOC BLOCK: android.telephony.SmsManager Field MMS_CONFIG_SUPPORT_MMS_CONTENT_DISPOSITION
NO DOC BLOCK: android.telephony.SmsManager Field MMS_CONFIG_UA_PROF_TAG_NAME
NO DOC BLOCK: android.telephony.SmsManager Field MMS_CONFIG_UA_PROF_URL
NO DOC BLOCK: android.telephony.SmsManager Field MMS_CONFIG_USER_AGENT
NO DOC BLOCK: android.telephony.SmsManager Field MMS_ERROR_CONFIGURATION_ERROR
NO DOC BLOCK: android.telephony.SmsManager Field MMS_ERROR_HTTP_FAILURE
NO DOC BLOCK: android.telephony.SmsManager Field MMS_ERROR_INVALID_APN
NO DOC BLOCK: android.telephony.SmsManager Field MMS_ERROR_IO_ERROR
NO DOC BLOCK: android.telephony.SmsManager Field MMS_ERROR_RETRY
NO DOC BLOCK: android.telephony.SmsManager Field MMS_ERROR_UNABLE_CONNECT_MMS
NO DOC BLOCK: android.telephony.SmsManager Field MMS_ERROR_UNSPECIFIED
NO DOC BLOCK: android.app.AppOpsManager Field MODE_DEFAULT
NO DOC BLOCK: android.transition.Visibility Field MODE_IN
NO DOC BLOCK: android.transition.Visibility Field MODE_OUT
NO DOC BLOCK: android.R.transition Field move
NO DOC BLOCK: android.R.attr Field multiArch
NO DOC BLOCK: android.provider.ContactsContract.ContactsColumns Field NAME_RAW_CONTACT_ID
NO DOC BLOCK: android.view.Window Field NAVIGATION_BAR_BACKGROUND_TRANSITION_NAME
NO DOC BLOCK: android.R.id Field navigationBarBackground
NO DOC BLOCK: android.R.attr Field navigationContentDescription
NO DOC BLOCK: android.R.attr Field navigationIcon
NO DOC BLOCK: android.net.NetworkCapabilities Field NET_CAPABILITY_NOT_VPN
NO DOC BLOCK: android.net.NetworkCapabilities Field NET_CAPABILITY_TRUSTED
NO DOC BLOCK: android.app.job.JobInfo Field NETWORK_TYPE_ANY
NO DOC BLOCK: android.app.job.JobInfo Field NETWORK_TYPE_NONE
NO DOC BLOCK: android.app.job.JobInfo Field NETWORK_TYPE_UNMETERED
NO DOC BLOCK: android.R.attr Field numbersBackgroundColor
NO DOC BLOCK: android.R.attr Field numbersSelectorColor
NO DOC BLOCK: android.R.attr Field numbersTextColor
NO DOC BLOCK: android.app.AppOpsManager Field OPSTR_GET_USAGE_STATS
NO DOC BLOCK: android.R.attr Field outlineProvider
NO DOC BLOCK: android.R.attr Field overlapAnchor
NO DOC BLOCK: android.app.admin.DevicePolicyManager Field PASSWORD_QUALITY_NUMERIC_COMPLEX
NO DOC BLOCK: android.R.attr Field patternPathData
NO DOC BLOCK: android.content.pm.ActivityInfo Field PERSIST_ACROSS_REBOOTS
NO DOC BLOCK: android.content.pm.ActivityInfo Field PERSIST_NEVER
NO DOC BLOCK: android.content.pm.ActivityInfo Field PERSIST_ROOT_ONLY
NO DOC BLOCK: android.R.attr Field persistableMode
NO DOC BLOCK: android.content.pm.ActivityInfo Field persistableMode
NO DOC BLOCK: android.provider.CallLog.Calls Field PHONE_ACCOUNT_COMPONENT_NAME
NO DOC BLOCK: android.provider.CallLog.Calls Field PHONE_ACCOUNT_ID
NO DOC BLOCK: android.provider.ContactsContract.ContactOptionsColumns Field PINNED
NO DOC BLOCK: android.R.attr Field popupElevation
NO DOC BLOCK: android.R.attr Field popupTheme
NO DOC BLOCK: android.system.OsConstants Field PR_GET_DUMPABLE
NO DOC BLOCK: android.system.OsConstants Field PR_SET_DUMPABLE
NO DOC BLOCK: android.view.WindowManager.LayoutParams Field preferredRefreshRate
NO DOC BLOCK: java.util.Locale Field PRIVATE_USE_EXTENSION
NO DOC BLOCK: android.R.attr Field progressBackgroundTint
NO DOC BLOCK: android.R.attr Field progressBackgroundTintMode
NO DOC BLOCK: android.R.attr Field progressTint
NO DOC BLOCK: android.R.attr Field progressTintMode
NO DOC BLOCK: android.R.attr Field propertyXName
NO DOC BLOCK: android.R.attr Field propertyYName
NO DOC BLOCK: android.content.pm.PermissionInfo Field PROTECTION_FLAG_APPOP
NO DOC BLOCK: android.os.PowerManager Field PROXIMITY_SCREEN_OFF_WAKE_LOCK
NO DOC BLOCK: android.media.CamcorderProfile Field QUALITY_2160P
NO DOC BLOCK: android.media.CamcorderProfile Field QUALITY_HIGH_SPEED_1080P
NO DOC BLOCK: android.media.CamcorderProfile Field QUALITY_HIGH_SPEED_2160P
NO DOC BLOCK: android.media.CamcorderProfile Field QUALITY_HIGH_SPEED_480P
NO DOC BLOCK: android.media.CamcorderProfile Field QUALITY_HIGH_SPEED_720P
NO DOC BLOCK: android.media.CamcorderProfile Field QUALITY_HIGH_SPEED_HIGH
NO DOC BLOCK: android.media.CamcorderProfile Field QUALITY_HIGH_SPEED_LOW
NO DOC BLOCK: android.media.CamcorderProfile Field QUALITY_TIME_LAPSE_2160P
NO DOC BLOCK: android.R.attr Field queryBackground
NO DOC BLOCK: android.graphics.ImageFormat Field RAW10
NO DOC BLOCK: android.Manifest.permission Field READ_VOICEMAIL
NO DOC BLOCK: android.R.attr Field recognitionService
NO DOC BLOCK: android.media.MediaCodecList Field REGULAR_CODECS
NO DOC BLOCK: android.os.PowerManager Field RELEASE_FLAG_WAIT_FOR_NO_PROXIMITY
NO DOC BLOCK: android.R.attr Field relinquishTaskIdentity
NO DOC BLOCK: android.R.attr Field reparent
NO DOC BLOCK: android.R.attr Field reparentWithOverlay
NO DOC BLOCK: android.hardware.Sensor Field REPORTING_MODE_CONTINUOUS
NO DOC BLOCK: android.hardware.Sensor Field REPORTING_MODE_ON_CHANGE
NO DOC BLOCK: android.hardware.Sensor Field REPORTING_MODE_ONE_SHOT
NO DOC BLOCK: android.hardware.Sensor Field REPORTING_MODE_SPECIAL_TRIGGER
NO DOC BLOCK: android.hardware.camera2.CameraMetadata Field REQUEST_AVAILABLE_CAPABILITIES_BACKWARD_COMPATIBLE
NO DOC BLOCK: android.hardware.camera2.CameraMetadata Field REQUEST_AVAILABLE_CAPABILITIES_RAW
NO DOC BLOCK: android.provider.ContactsContract.DataColumns Field RES_PACKAGE
NO DOC BLOCK: android.provider.ContactsContract.GroupsColumns Field RES_PACKAGE
NO DOC BLOCK: android.webkit.PermissionRequest Field RESOURCE_PROTECTED_MEDIA_ID
NO DOC BLOCK: android.content.Context Field RESTRICTIONS_SERVICE
NO DOC BLOCK: android.R.attr Field restrictionType
NO DOC BLOCK: android.R.attr Field resumeWhilePausing
NO DOC BLOCK: android.bluetooth.le.ScanCallback Field SCAN_FAILED_FEATURE_UNSUPPORTED
NO DOC BLOCK: android.bluetooth.le.ScanCallback Field SCAN_FAILED_INTERNAL_ERROR
NO DOC BLOCK: android.R.attr Field searchIcon
NO DOC BLOCK: android.R.attr Field searchViewStyle
NO DOC BLOCK: android.R.attr Field secondaryProgressTint
NO DOC BLOCK: android.R.attr Field secondaryProgressTintMode
NO DOC BLOCK: android.os.Message Field sendingUid
NO DOC BLOCK: android.hardware.camera2.CameraCharacteristics Field SENSOR_INFO_TIMESTAMP_SOURCE
NO DOC BLOCK: android.hardware.camera2.CameraMetadata Field SENSOR_INFO_TIMESTAMP_SOURCE_REALTIME
NO DOC BLOCK: android.hardware.camera2.CameraMetadata Field SENSOR_INFO_TIMESTAMP_SOURCE_UNKNOWN
NO DOC BLOCK: android.hardware.camera2.CaptureResult Field SENSOR_NOISE_PROFILE
NO DOC BLOCK: android.hardware.camera2.CaptureResult Field SENSOR_ROLLING_SHUTTER_SKEW
NO DOC BLOCK: android.hardware.SensorManager Field SENSOR_STATUS_NO_CONTACT
NO DOC BLOCK: android.R.attr Field showText
NO DOC BLOCK: android.provider.Settings.Secure Field SKIP_FIRST_USE_HINTS
NO DOC BLOCK: android.R.transition Field slide_bottom
NO DOC BLOCK: android.R.transition Field slide_left
NO DOC BLOCK: android.R.transition Field slide_right
NO DOC BLOCK: android.R.transition Field slide_top
NO DOC BLOCK: android.content.pm.PackageInfo Field splitNames
NO DOC BLOCK: android.content.pm.ApplicationInfo Field splitPublicSourceDirs
NO DOC BLOCK: android.content.pm.InstrumentationInfo Field splitPublicSourceDirs
NO DOC BLOCK: android.content.pm.ApplicationInfo Field splitSourceDirs
NO DOC BLOCK: android.content.pm.InstrumentationInfo Field splitSourceDirs
NO DOC BLOCK: android.R.attr Field spotShadowAlpha
NO DOC BLOCK: android.media.session.PlaybackState Field STATE_CONNECTING
NO DOC BLOCK: android.view.Display Field STATE_DOZE
NO DOC BLOCK: android.view.Display Field STATE_DOZE_SUSPEND
NO DOC BLOCK: android.media.session.PlaybackState Field STATE_SKIPPING_TO_QUEUE_ITEM
NO DOC BLOCK: android.view.Window Field STATUS_BAR_BACKGROUND_TRANSITION_NAME
NO DOC BLOCK: android.R.id Field statusBarBackground
NO DOC BLOCK: android.speech.tts.TextToSpeech Field STOPPED
NO DOC BLOCK: android.R.attr Field strokeAlpha
NO DOC BLOCK: android.R.attr Field strokeColor
NO DOC BLOCK: android.R.attr Field strokeMiterLimit
NO DOC BLOCK: android.R.attr Field submitBackground
NO DOC BLOCK: android.R.attr Field suggestionRowLayout
NO DOC BLOCK: android.os.Build Field SUPPORTED_32_BIT_ABIS
NO DOC BLOCK: android.os.Build Field SUPPORTED_64_BIT_ABIS
NO DOC BLOCK: android.os.Build Field SUPPORTED_ABIS
NO DOC BLOCK: android.R.attr Field targetName
NO DOC BLOCK: android.app.ActivityManager.RecentTaskInfo Field taskDescription
NO DOC BLOCK: android.content.Context Field TELECOM_SERVICE
NO DOC BLOCK: android.R.style Field TextAppearance_Material_Notification
NO DOC BLOCK: android.R.style Field TextAppearance_Material_Notification_Emphasis
NO DOC BLOCK: android.R.style Field TextAppearance_Material_Notification_Info
NO DOC BLOCK: android.R.style Field TextAppearance_Material_Notification_Line2
NO DOC BLOCK: android.R.style Field TextAppearance_Material_Notification_Time
NO DOC BLOCK: android.R.style Field TextAppearance_Material_Notification_Title
NO DOC BLOCK: android.R.style Field TextAppearance_Material_Widget_Toolbar_Subtitle
NO DOC BLOCK: android.R.style Field TextAppearance_Material_Widget_Toolbar_Title
NO DOC BLOCK: android.R.style Field Theme_Material_Dialog_Alert
NO DOC BLOCK: android.R.style Field Theme_Material_Dialog_Presentation
NO DOC BLOCK: android.R.style Field Theme_Material_Light_Dialog_Alert
NO DOC BLOCK: android.R.style Field Theme_Material_Light_Dialog_Presentation
NO DOC BLOCK: android.R.attr Field thumbTint
NO DOC BLOCK: android.R.attr Field thumbTintMode
NO DOC BLOCK: android.R.attr Field tileModeX
NO DOC BLOCK: android.R.attr Field tileModeY
NO DOC BLOCK: android.R.attr Field timePickerDialogTheme
NO DOC BLOCK: android.R.attr Field timePickerMode
NO DOC BLOCK: android.R.attr Field timePickerStyle
NO DOC BLOCK: android.provider.ContactsContract.GroupsColumns Field TITLE_RES
NO DOC BLOCK: android.R.attr Field toolbarStyle
NO DOC BLOCK: android.R.attr Field touchscreenBlocksFocus
NO DOC BLOCK: android.provider.CallLog.Calls Field TRANSCRIPTION
NO DOC BLOCK: android.provider.VoicemailContract.Voicemails Field TRANSCRIPTION
NO DOC BLOCK: android.R.attr Field transitionName
NO DOC BLOCK: android.R.attr Field transitionVisibilityMode
NO DOC BLOCK: android.R.attr Field translateX
NO DOC BLOCK: android.R.attr Field translateY
NO DOC BLOCK: android.net.NetworkCapabilities Field TRANSPORT_VPN
NO DOC BLOCK: android.media.tv.TvInputInfo Field TYPE_COMPONENT
NO DOC BLOCK: android.media.tv.TvInputInfo Field TYPE_COMPOSITE
NO DOC BLOCK: android.media.tv.TvInputInfo Field TYPE_DISPLAY_PORT
NO DOC BLOCK: android.media.tv.TvInputInfo Field TYPE_DVI
NO DOC BLOCK: android.content.RestrictionEntry Field TYPE_INTEGER
NO DOC BLOCK: android.media.tv.TvContract.Channels Field TYPE_NTSC
NO DOC BLOCK: android.media.tv.TvInputInfo Field TYPE_OTHER
NO DOC BLOCK: android.media.tv.TvContract.Channels Field TYPE_PAL
NO DOC BLOCK: android.media.tv.TvInputInfo Field TYPE_SCART
NO DOC BLOCK: android.media.tv.TvContract.Channels Field TYPE_SECAM
NO DOC BLOCK: android.content.RestrictionEntry Field TYPE_STRING
NO DOC BLOCK: android.media.tv.TvInputInfo Field TYPE_SVIDEO
NO DOC BLOCK: android.media.tv.TvInputInfo Field TYPE_VGA
NO DOC BLOCK: android.net.ConnectivityManager Field TYPE_VPN
NO DOC BLOCK: java.util.Locale Field UNICODE_LOCALE_EXTENSION
NO DOC BLOCK: android.media.tv.TvContract.Channels Field VIDEO_FORMAT_1080I
NO DOC BLOCK: android.media.tv.TvContract.Channels Field VIDEO_FORMAT_1080P
NO DOC BLOCK: android.media.tv.TvContract.Channels Field VIDEO_FORMAT_2160P
NO DOC BLOCK: android.media.tv.TvContract.Channels Field VIDEO_FORMAT_240P
NO DOC BLOCK: android.media.tv.TvContract.Channels Field VIDEO_FORMAT_360P
NO DOC BLOCK: android.media.tv.TvContract.Channels Field VIDEO_FORMAT_4320P
NO DOC BLOCK: android.media.tv.TvContract.Channels Field VIDEO_FORMAT_480I
NO DOC BLOCK: android.media.tv.TvContract.Channels Field VIDEO_FORMAT_480P
NO DOC BLOCK: android.media.tv.TvContract.Channels Field VIDEO_FORMAT_576I
NO DOC BLOCK: android.media.tv.TvContract.Channels Field VIDEO_FORMAT_576P
NO DOC BLOCK: android.media.tv.TvContract.Channels Field VIDEO_FORMAT_720P
NO DOC BLOCK: android.media.tv.TvContract.Channels Field VIDEO_RESOLUTION_ED
NO DOC BLOCK: android.media.tv.TvContract.Channels Field VIDEO_RESOLUTION_FHD
NO DOC BLOCK: android.media.tv.TvContract.Channels Field VIDEO_RESOLUTION_HD
NO DOC BLOCK: android.media.tv.TvContract.Channels Field VIDEO_RESOLUTION_SD
NO DOC BLOCK: android.media.tv.TvContract.Channels Field VIDEO_RESOLUTION_UHD
NO DOC BLOCK: android.media.tv.TvInputManager Field VIDEO_UNAVAILABLE_REASON_BUFFERING
NO DOC BLOCK: android.media.tv.TvInputManager Field VIDEO_UNAVAILABLE_REASON_TUNING
NO DOC BLOCK: android.media.tv.TvInputManager Field VIDEO_UNAVAILABLE_REASON_UNKNOWN
NO DOC BLOCK: android.media.tv.TvInputManager Field VIDEO_UNAVAILABLE_REASON_WEAK_SIGNAL
NO DOC BLOCK: android.hardware.display.DisplayManager Field VIRTUAL_DISPLAY_FLAG_AUTO_MIRROR
NO DOC BLOCK: android.media.audiofx.Virtualizer Field VIRTUALIZATION_MODE_AUTO
NO DOC BLOCK: android.media.audiofx.Virtualizer Field VIRTUALIZATION_MODE_BINAURAL
NO DOC BLOCK: android.media.audiofx.Virtualizer Field VIRTUALIZATION_MODE_OFF
NO DOC BLOCK: android.media.audiofx.Virtualizer Field VIRTUALIZATION_MODE_TRANSAURAL
NO DOC BLOCK: android.R.attr Field voiceIcon
NO DOC BLOCK: android.media.MediaRecorder.AudioEncoder Field VORBIS
NO DOC BLOCK: android.media.MediaRecorder.VideoEncoder Field VP8
NO DOC BLOCK: android.media.MediaRecorder.OutputFormat Field WEBM
NO DOC BLOCK: android.appwidget.AppWidgetProviderInfo Field WIDGET_CATEGORY_SEARCHBOX
NO DOC BLOCK: android.R.style Field Widget_Material_Button_Borderless_Colored
NO DOC BLOCK: android.R.style Field Widget_Material_Light_Button_Borderless_Colored
NO DOC BLOCK: android.R.style Field Widget_Material_Light_DatePicker
NO DOC BLOCK: android.R.style Field Widget_Material_Light_SearchView
NO DOC BLOCK: android.R.style Field Widget_Material_Light_Spinner_Underlined
NO DOC BLOCK: android.R.style Field Widget_Material_Light_TimePicker
NO DOC BLOCK: android.R.style Field Widget_Material_SearchView
NO DOC BLOCK: android.R.style Field Widget_Material_Spinner_Underlined
NO DOC BLOCK: android.R.style Field Widget_Material_TimePicker
NO DOC BLOCK: android.R.attr Field windowActivityTransitions
NO DOC BLOCK: android.R.attr Field windowAllowReturnTransitionOverlap
NO DOC BLOCK: android.R.attr Field windowClipToOutline
NO DOC BLOCK: android.R.attr Field windowElevation
NO DOC BLOCK: android.R.attr Field windowReenterTransition
NO DOC BLOCK: android.R.attr Field windowReturnTransition
NO DOC BLOCK: android.R.attr Field windowSharedElementReenterTransition
NO DOC BLOCK: android.R.attr Field windowSharedElementReturnTransition
NO DOC BLOCK: android.R.attr Field windowSharedElementsUseOverlay
NO DOC BLOCK: android.R.attr Field windowTransitionBackgroundFadeDuration
NO DOC BLOCK: android.net.wifi.WifiManager Field WPS_AUTH_FAILURE
NO DOC BLOCK: android.net.wifi.WifiManager Field WPS_OVERLAP_ERROR
NO DOC BLOCK: android.net.wifi.WifiManager Field WPS_TIMED_OUT
NO DOC BLOCK: android.net.wifi.WifiManager Field WPS_TKIP_ONLY_PROHIBITED
NO DOC BLOCK: android.net.wifi.WifiManager Field WPS_WEP_PROHIBITED
NO DOC BLOCK: android.Manifest.permission Field WRITE_VOICEMAIL
NO DOC BLOCK: android.R.attr Field yearListItemTextAppearance
NO DOC BLOCK: android.R.attr Field yearListSelectorColor