blob: d5fba70ab143f2961f6a4655364f90df306b029b [file] [log] [blame]
Andreas Gampe0db10fd2017-02-01 15:57:57 -08001#
2# Copyright (C) 2017 The Android Open Source Project
3#
4# Licensed under the Apache License, Version 2.0 (the "License");
5# you may not use this file except in compliance with the License.
6# You may obtain a copy of the License at
7#
8# http://www.apache.org/licenses/LICENSE-2.0
9#
10# Unless required by applicable law or agreed to in writing, software
11# distributed under the License is distributed on an "AS IS" BASIS,
12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13# See the License for the specific language governing permissions and
14# limitations under the License.
15#
Andreas Gampe0db10fd2017-02-01 15:57:57 -080016# Preloaded-classes filter file for phones.
17#
18# Classes in this file will be allocated into the boot image, and forcibly initialized in
19# the zygote during initialization. This is a trade-off, using virtual address space to share
20# common heap between apps.
21#
22# This file has been derived for mainline phone (and tablet) usage.
23#
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080024android.R$styleable
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070025android.accessibilityservice.AccessibilityServiceInfo$1
Calin Juravle00b23d32019-03-08 17:52:20 -080026android.accessibilityservice.AccessibilityServiceInfo
art-benchmark-serviced8f25642020-01-27 20:25:10 -080027android.accessibilityservice.IAccessibilityServiceClient$Stub$Proxy
28android.accessibilityservice.IAccessibilityServiceClient$Stub
29android.accessibilityservice.IAccessibilityServiceClient
art-benchmark-serviced5115932020-02-25 17:55:03 -080030android.accounts.AbstractAccountAuthenticator$Transport
31android.accounts.AbstractAccountAuthenticator
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070032android.accounts.Account$1
Calin Juravle00b23d32019-03-08 17:52:20 -080033android.accounts.Account
art-benchmark-serviced8f25642020-01-27 20:25:10 -080034android.accounts.AccountAndUser
art-benchmark-serviced5115932020-02-25 17:55:03 -080035android.accounts.AccountAuthenticatorResponse$1
36android.accounts.AccountAuthenticatorResponse
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070037android.accounts.AccountManager$10
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070038android.accounts.AccountManager$11
art-benchmark-serviced5115932020-02-25 17:55:03 -080039android.accounts.AccountManager$15
40android.accounts.AccountManager$16
art-benchmark-serviced8f25642020-01-27 20:25:10 -080041android.accounts.AccountManager$17
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070042android.accounts.AccountManager$18
Calin Juravle00b23d32019-03-08 17:52:20 -080043android.accounts.AccountManager$1
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070044android.accounts.AccountManager$20
Calin Juravle00b23d32019-03-08 17:52:20 -080045android.accounts.AccountManager$2
art-benchmark-serviced8f25642020-01-27 20:25:10 -080046android.accounts.AccountManager$3
art-benchmark-serviced5115932020-02-25 17:55:03 -080047android.accounts.AccountManager$8
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070048android.accounts.AccountManager$AmsTask$1
49android.accounts.AccountManager$AmsTask$Response
Calin Juravle00b23d32019-03-08 17:52:20 -080050android.accounts.AccountManager$AmsTask
Mathieu Chartierba2c0462017-05-19 16:41:46 -070051android.accounts.AccountManager$BaseFutureTask$1
52android.accounts.AccountManager$BaseFutureTask$Response
Calin Juravle00b23d32019-03-08 17:52:20 -080053android.accounts.AccountManager$BaseFutureTask
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070054android.accounts.AccountManager$Future2Task$1
Calin Juravle00b23d32019-03-08 17:52:20 -080055android.accounts.AccountManager$Future2Task
56android.accounts.AccountManager
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070057android.accounts.AccountManagerCallback
Jesse Wilson80686182011-01-21 17:12:43 -080058android.accounts.AccountManagerFuture
art-benchmark-serviced8f25642020-01-27 20:25:10 -080059android.accounts.AccountManagerInternal$OnAppPermissionChangeListener
60android.accounts.AccountManagerInternal
Andreas Gampedcad4ca2014-10-03 02:00:29 +000061android.accounts.AccountsException
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070062android.accounts.AuthenticatorDescription$1
Calin Juravle00b23d32019-03-08 17:52:20 -080063android.accounts.AuthenticatorDescription
Andreas Gampedcad4ca2014-10-03 02:00:29 +000064android.accounts.AuthenticatorException
art-benchmark-serviced8f25642020-01-27 20:25:10 -080065android.accounts.IAccountAuthenticator$Stub$Proxy
66android.accounts.IAccountAuthenticator$Stub
67android.accounts.IAccountAuthenticator
art-benchmark-serviced5115932020-02-25 17:55:03 -080068android.accounts.IAccountAuthenticatorResponse$Stub$Proxy
69android.accounts.IAccountAuthenticatorResponse$Stub
70android.accounts.IAccountAuthenticatorResponse
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070071android.accounts.IAccountManager$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -080072android.accounts.IAccountManager$Stub
73android.accounts.IAccountManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -080074android.accounts.IAccountManagerResponse$Stub$Proxy
Mathieu Chartierba2c0462017-05-19 16:41:46 -070075android.accounts.IAccountManagerResponse$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -080076android.accounts.IAccountManagerResponse
Kenny Rootdbf30ed2012-09-19 13:08:12 -070077android.accounts.OnAccountsUpdateListener
Andreas Gampedcad4ca2014-10-03 02:00:29 +000078android.accounts.OperationCanceledException
Andreas Gampe571fc302016-02-18 13:58:09 -080079android.animation.AnimationHandler$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -080080android.animation.AnimationHandler$2
Andreas Gampe571fc302016-02-18 13:58:09 -080081android.animation.AnimationHandler$AnimationFrameCallback
82android.animation.AnimationHandler$AnimationFrameCallbackProvider
83android.animation.AnimationHandler$MyFrameCallbackProvider
Calin Juravle00b23d32019-03-08 17:52:20 -080084android.animation.AnimationHandler
Andreas Gampe61e7b662015-06-17 23:57:04 -070085android.animation.Animator$AnimatorConstantState
Jesse Wilson80686182011-01-21 17:12:43 -080086android.animation.Animator$AnimatorListener
Andreas Gampedcad4ca2014-10-03 02:00:29 +000087android.animation.Animator$AnimatorPauseListener
Calin Juravle00b23d32019-03-08 17:52:20 -080088android.animation.Animator
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070089android.animation.AnimatorInflater$PathDataEvaluator
Calin Juravle00b23d32019-03-08 17:52:20 -080090android.animation.AnimatorInflater
Jesse Wilson0d8eeb42011-08-24 09:33:06 -040091android.animation.AnimatorListenerAdapter
Andreas Gampe0db10fd2017-02-01 15:57:57 -080092android.animation.AnimatorSet$1
93android.animation.AnimatorSet$2
94android.animation.AnimatorSet$3
95android.animation.AnimatorSet$AnimationEvent
Dianne Hackborn6b57b7e2011-11-07 14:45:49 -080096android.animation.AnimatorSet$Builder
97android.animation.AnimatorSet$Node
Andreas Gampe0db10fd2017-02-01 15:57:57 -080098android.animation.AnimatorSet$SeekState
Calin Juravle00b23d32019-03-08 17:52:20 -080099android.animation.AnimatorSet
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700100android.animation.ArgbEvaluator
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800101android.animation.BidirectionalTypeConverter
Jesse Wilson80686182011-01-21 17:12:43 -0800102android.animation.FloatEvaluator
Jesse Wilson0d8eeb42011-08-24 09:33:06 -0400103android.animation.FloatKeyframeSet
Jesse Wilson80686182011-01-21 17:12:43 -0800104android.animation.IntEvaluator
Kenny Rootdbf30ed2012-09-19 13:08:12 -0700105android.animation.IntKeyframeSet
Jesse Wilson0d8eeb42011-08-24 09:33:06 -0400106android.animation.Keyframe$FloatKeyframe
Kenny Rootdbf30ed2012-09-19 13:08:12 -0700107android.animation.Keyframe$IntKeyframe
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -0700108android.animation.Keyframe$ObjectKeyframe
Calin Juravle00b23d32019-03-08 17:52:20 -0800109android.animation.Keyframe
Jesse Wilson0d8eeb42011-08-24 09:33:06 -0400110android.animation.KeyframeSet
Andreas Gampedcad4ca2014-10-03 02:00:29 +0000111android.animation.Keyframes$FloatKeyframes
112android.animation.Keyframes$IntKeyframes
Calin Juravle00b23d32019-03-08 17:52:20 -0800113android.animation.Keyframes
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700114android.animation.LayoutTransition$1
115android.animation.LayoutTransition$2
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800116android.animation.LayoutTransition$3
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700117android.animation.LayoutTransition$4
118android.animation.LayoutTransition$5
119android.animation.LayoutTransition$CleanupCallback
Jesse Wilson80686182011-01-21 17:12:43 -0800120android.animation.LayoutTransition$TransitionListener
Calin Juravle00b23d32019-03-08 17:52:20 -0800121android.animation.LayoutTransition
Jesse Wilson0d8eeb42011-08-24 09:33:06 -0400122android.animation.ObjectAnimator
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -0700123android.animation.PathKeyframes$1
124android.animation.PathKeyframes$2
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800125android.animation.PathKeyframes$3
126android.animation.PathKeyframes$4
Andreas Gampe61e7b662015-06-17 23:57:04 -0700127android.animation.PathKeyframes$FloatKeyframesBase
Andreas Gampe0db10fd2017-02-01 15:57:57 -0800128android.animation.PathKeyframes$IntKeyframesBase
Andreas Gampe61e7b662015-06-17 23:57:04 -0700129android.animation.PathKeyframes$SimpleKeyframes
Calin Juravle00b23d32019-03-08 17:52:20 -0800130android.animation.PathKeyframes
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800131android.animation.PropertyValuesHolder$1
Jesse Wilson0d8eeb42011-08-24 09:33:06 -0400132android.animation.PropertyValuesHolder$FloatPropertyValuesHolder
Kenny Rootdbf30ed2012-09-19 13:08:12 -0700133android.animation.PropertyValuesHolder$IntPropertyValuesHolder
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800134android.animation.PropertyValuesHolder$PropertyValues$DataSource
Andreas Gampe0db10fd2017-02-01 15:57:57 -0800135android.animation.PropertyValuesHolder$PropertyValues
Calin Juravle00b23d32019-03-08 17:52:20 -0800136android.animation.PropertyValuesHolder
Andreas Gampedcad4ca2014-10-03 02:00:29 +0000137android.animation.RectEvaluator
Andreas Gampedcad4ca2014-10-03 02:00:29 +0000138android.animation.StateListAnimator$1
Andreas Gampe61e7b662015-06-17 23:57:04 -0700139android.animation.StateListAnimator$StateListAnimatorConstantState
Andreas Gampedcad4ca2014-10-03 02:00:29 +0000140android.animation.StateListAnimator$Tuple
Calin Juravle00b23d32019-03-08 17:52:20 -0800141android.animation.StateListAnimator
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -0700142android.animation.TimeAnimator$TimeListener
Calin Juravle00b23d32019-03-08 17:52:20 -0800143android.animation.TimeAnimator
Jesse Wilson80686182011-01-21 17:12:43 -0800144android.animation.TimeInterpolator
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800145android.animation.TypeConverter
Jesse Wilson80686182011-01-21 17:12:43 -0800146android.animation.TypeEvaluator
Andreas Gampedcad4ca2014-10-03 02:00:29 +0000147android.animation.ValueAnimator$AnimatorUpdateListener
Calin Juravle00b23d32019-03-08 17:52:20 -0800148android.animation.ValueAnimator
art-benchmark-servicead05a302020-03-17 09:46:02 -0700149android.annotation.ColorInt
art-benchmark-serviced5115932020-02-25 17:55:03 -0800150android.annotation.IntRange
151android.annotation.NonNull
152android.annotation.SystemApi
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800153android.apex.ApexInfo$1
154android.apex.ApexInfo
art-benchmark-serviced5115932020-02-25 17:55:03 -0800155android.apex.ApexSessionInfo$1
156android.apex.ApexSessionInfo
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800157android.apex.IApexService$Stub$Proxy
158android.apex.IApexService$Stub
159android.apex.IApexService
160android.app.-$$Lambda$ActivityThread$A4ykhsPb8qV3ffTqpQDklHSMDJ0
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700161android.app.-$$Lambda$ActivityThread$ActivityClientRecord$HOrG1qglSjSUHSjKBn2rXtX0gGg
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800162android.app.-$$Lambda$ActivityThread$ApplicationThread$nBC_BR7B9W6ftKAxur3BC53SJYc
Calin Juravle4a054192018-05-29 17:52:20 -0700163android.app.-$$Lambda$ActivityThread$ApplicationThread$tUGFX7CUhzB4Pg5wFd5yeqOnu38
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800164android.app.-$$Lambda$ActivityThread$ApplicationThread$uR_ee-5oPoxu4U_by7wU55jwtdU
165android.app.-$$Lambda$ActivityThread$FmvGY8exyv0L0oqZrnunpl8OFI8
166android.app.-$$Lambda$ActivityThread$Wg40iAoNYFxps_KmrqtgptTB054
167android.app.-$$Lambda$ActivityTransitionState$yioLR6wQWjZ9DcWK5bibElIbsXc
art-benchmark-serviced5115932020-02-25 17:55:03 -0800168android.app.-$$Lambda$AppOpsManager$2$t9yQjThS21ls97TonVuHm6nv4N8
169android.app.-$$Lambda$AppOpsManager$4Zbi7CSLEt0nvOmfJBVYtJkauTQ
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800170android.app.-$$Lambda$AppOpsManager$HistoricalOp$DkVcBvqB32SMHlxw0sWQPh3GL1A
171android.app.-$$Lambda$AppOpsManager$HistoricalOp$HUOLFYs8TiaQIOXcrq6JzjxA6gs
172android.app.-$$Lambda$AppOpsManager$HistoricalOp$Vs6pDL0wjOBTquwNnreWVbPQrn4
art-benchmark-serviced5115932020-02-25 17:55:03 -0800173android.app.-$$Lambda$AppOpsManager$frSyqmhVUmNbhMckfMS3PSwTMlw
Calin Juravle4a054192018-05-29 17:52:20 -0700174android.app.-$$Lambda$Dialog$zXRzrq3I7H1_zmZ8d_W7t2CQN0I
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800175android.app.-$$Lambda$FragmentTransition$jurn0WXuKw3bRQ_2d5zCWdeZWuI
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700176android.app.-$$Lambda$LoadedApk$ReceiverDispatcher$Args$_BumDX2UKsnxLVrE6UJsJZkotuA
177android.app.-$$Lambda$Notification$hOCsSZH8tWalFSbIzQ9x9IcPa9M
178android.app.-$$Lambda$ResourcesManager$QJ7UiVk_XS90KuXAsIjIEym1DnM
179android.app.-$$Lambda$SharedPreferencesImpl$EditorImpl$3CAjkhzA131V3V-sLfP2uy0FWZ0
art-benchmark-serviced5115932020-02-25 17:55:03 -0800180android.app.-$$Lambda$SystemServiceRegistry$17$DBwvhMLzjNnBFkaOY1OxllrybH4
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800181android.app.-$$Lambda$WallpaperManager$Globals$1AcnQUORvPlCjJoNqdxfQT4o4Nw
182android.app.-$$Lambda$WallpaperManager$Globals$2yG7V1sbMECCnlFTLyjKWKqNoYI
183android.app.-$$Lambda$ZsFzoG2loyqNOR2cNbo-thrNK5c
Calin Juravle4a054192018-05-29 17:52:20 -0700184android.app.-$$Lambda$oslF4K8Uk6v-6nTRoaEpCmfAptE
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -0700185android.app.ActionBar$LayoutParams
Calin Juravle00b23d32019-03-08 17:52:20 -0800186android.app.ActionBar
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800187android.app.Activity$1
Andreas Gampe61e7b662015-06-17 23:57:04 -0700188android.app.Activity$HostCallbacks
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800189android.app.Activity$ManagedCursor
190android.app.Activity$ManagedDialog
Calin Juravle00b23d32019-03-08 17:52:20 -0800191android.app.Activity$NonConfigurationInstances
art-benchmark-serviced5115932020-02-25 17:55:03 -0800192android.app.Activity$RequestFinishCallback
Calin Juravle00b23d32019-03-08 17:52:20 -0800193android.app.Activity
Andreas Gampe0db10fd2017-02-01 15:57:57 -0800194android.app.ActivityManager$1
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -0700195android.app.ActivityManager$AppTask
196android.app.ActivityManager$MemoryInfo$1
Calin Juravle00b23d32019-03-08 17:52:20 -0800197android.app.ActivityManager$MemoryInfo
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700198android.app.ActivityManager$OnUidImportanceListener
art-benchmark-serviced5115932020-02-25 17:55:03 -0800199android.app.ActivityManager$ProcessErrorStateInfo$1
200android.app.ActivityManager$ProcessErrorStateInfo
Mathieu Chartierba2c0462017-05-19 16:41:46 -0700201android.app.ActivityManager$RecentTaskInfo$1
Calin Juravle00b23d32019-03-08 17:52:20 -0800202android.app.ActivityManager$RecentTaskInfo
Kenny Root9787b802013-04-26 12:53:57 -0700203android.app.ActivityManager$RunningAppProcessInfo$1
Calin Juravle00b23d32019-03-08 17:52:20 -0800204android.app.ActivityManager$RunningAppProcessInfo
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700205android.app.ActivityManager$RunningServiceInfo$1
Calin Juravle00b23d32019-03-08 17:52:20 -0800206android.app.ActivityManager$RunningServiceInfo
Mathieu Chartierba2c0462017-05-19 16:41:46 -0700207android.app.ActivityManager$RunningTaskInfo$1
Calin Juravle00b23d32019-03-08 17:52:20 -0800208android.app.ActivityManager$RunningTaskInfo
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800209android.app.ActivityManager$StackInfo$1
210android.app.ActivityManager$StackInfo
Andreas Gampedcad4ca2014-10-03 02:00:29 +0000211android.app.ActivityManager$TaskDescription$1
Calin Juravle00b23d32019-03-08 17:52:20 -0800212android.app.ActivityManager$TaskDescription
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800213android.app.ActivityManager$TaskSnapshot$1
214android.app.ActivityManager$TaskSnapshot
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700215android.app.ActivityManager$UidObserver
Calin Juravle00b23d32019-03-08 17:52:20 -0800216android.app.ActivityManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800217android.app.ActivityManagerInternal
art-benchmark-serviced5115932020-02-25 17:55:03 -0800218android.app.ActivityOptions$1
Andreas Gampe571fc302016-02-18 13:58:09 -0800219android.app.ActivityOptions
Calin Juravle00b23d32019-03-08 17:52:20 -0800220android.app.ActivityTaskManager$1
art-benchmark-serviced5115932020-02-25 17:55:03 -0800221android.app.ActivityTaskManager$2
Calin Juravle00b23d32019-03-08 17:52:20 -0800222android.app.ActivityTaskManager
Jesse Wilsoneaca10e2010-10-12 21:35:56 -0700223android.app.ActivityThread$1
Jesse Wilsoneaca10e2010-10-12 21:35:56 -0700224android.app.ActivityThread$ActivityClientRecord
Calin Juravle00b23d32019-03-08 17:52:20 -0800225android.app.ActivityThread$AndroidOs
Jesse Wilsoneaca10e2010-10-12 21:35:56 -0700226android.app.ActivityThread$AppBindData
Calin Juravle00b23d32019-03-08 17:52:20 -0800227android.app.ActivityThread$ApplicationThread$1
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800228android.app.ActivityThread$ApplicationThread
Jesse Wilson80686182011-01-21 17:12:43 -0800229android.app.ActivityThread$BindServiceData
Jesse Wilsoneaca10e2010-10-12 21:35:56 -0700230android.app.ActivityThread$ContextCleanupInfo
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700231android.app.ActivityThread$CreateBackupAgentData
Jesse Wilsoneaca10e2010-10-12 21:35:56 -0700232android.app.ActivityThread$CreateServiceData
Calin Juravle00b23d32019-03-08 17:52:20 -0800233android.app.ActivityThread$DumpComponentInfo
234android.app.ActivityThread$DumpHeapData
Jesse Wilsoneaca10e2010-10-12 21:35:56 -0700235android.app.ActivityThread$GcIdler
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800236android.app.ActivityThread$H
Jesse Wilsoneaca10e2010-10-12 21:35:56 -0700237android.app.ActivityThread$Idler
Dianne Hackborn6b57b7e2011-11-07 14:45:49 -0800238android.app.ActivityThread$Profiler
Jesse Wilsoneaca10e2010-10-12 21:35:56 -0700239android.app.ActivityThread$ProviderClientRecord
Kenny Root9787b802013-04-26 12:53:57 -0700240android.app.ActivityThread$ProviderKey
Jesse Wilsoneaca10e2010-10-12 21:35:56 -0700241android.app.ActivityThread$ProviderRefCount
Calin Juravle00b23d32019-03-08 17:52:20 -0800242android.app.ActivityThread$PurgeIdler
Jesse Wilsoneaca10e2010-10-12 21:35:56 -0700243android.app.ActivityThread$ReceiverData
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -0700244android.app.ActivityThread$RequestAssistContextExtras
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800245android.app.ActivityThread$SafeCancellationTransport
Jesse Wilsoneaca10e2010-10-12 21:35:56 -0700246android.app.ActivityThread$ServiceArgsData
Calin Juravle00b23d32019-03-08 17:52:20 -0800247android.app.ActivityThread$UpdateCompatibilityData
248android.app.ActivityThread
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800249android.app.ActivityTransitionCoordinator
250android.app.ActivityTransitionState$1
Andreas Gampedcad4ca2014-10-03 02:00:29 +0000251android.app.ActivityTransitionState
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800252android.app.AlarmManager$AlarmClockInfo$1
253android.app.AlarmManager$AlarmClockInfo
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -0700254android.app.AlarmManager$ListenerWrapper
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800255android.app.AlarmManager$OnAlarmListener
Calin Juravle00b23d32019-03-08 17:52:20 -0800256android.app.AlarmManager
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -0700257android.app.AlertDialog$Builder
Calin Juravle00b23d32019-03-08 17:52:20 -0800258android.app.AlertDialog
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800259android.app.AppCompatCallbacks
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700260android.app.AppComponentFactory
Calin Juravle00b23d32019-03-08 17:52:20 -0800261android.app.AppDetailsActivity
Jesse Wilsoneaca10e2010-10-12 21:35:56 -0700262android.app.AppGlobals
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800263android.app.AppOpsManager$1
264android.app.AppOpsManager$2
265android.app.AppOpsManager$3
art-benchmark-servicead05a302020-03-17 09:46:02 -0700266android.app.AppOpsManager$AppOpsCollector$1
267android.app.AppOpsManager$AppOpsCollector
art-benchmark-serviced5115932020-02-25 17:55:03 -0800268android.app.AppOpsManager$HistoricalFeatureOps
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800269android.app.AppOpsManager$HistoricalOp$1
270android.app.AppOpsManager$HistoricalOp
271android.app.AppOpsManager$HistoricalOps$1
272android.app.AppOpsManager$HistoricalOps
art-benchmark-serviced5115932020-02-25 17:55:03 -0800273android.app.AppOpsManager$HistoricalOpsRequest$Builder
274android.app.AppOpsManager$HistoricalOpsRequest
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800275android.app.AppOpsManager$HistoricalPackageOps$1
276android.app.AppOpsManager$HistoricalPackageOps
277android.app.AppOpsManager$HistoricalUidOps$1
278android.app.AppOpsManager$HistoricalUidOps
art-benchmark-serviced5115932020-02-25 17:55:03 -0800279android.app.AppOpsManager$NoteOpEvent
280android.app.AppOpsManager$OnOpActiveChangedInternalListener
281android.app.AppOpsManager$OnOpActiveChangedListener
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800282android.app.AppOpsManager$OnOpChangedInternalListener
Mathieu Chartierba2c0462017-05-19 16:41:46 -0700283android.app.AppOpsManager$OnOpChangedListener
art-benchmark-serviced5115932020-02-25 17:55:03 -0800284android.app.AppOpsManager$OnOpNotedListener
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800285android.app.AppOpsManager$OpEntry$1
286android.app.AppOpsManager$OpEntry
art-benchmark-serviced5115932020-02-25 17:55:03 -0800287android.app.AppOpsManager$OpFeatureEntry$1
288android.app.AppOpsManager$OpFeatureEntry$LongSparseArrayParceling
289android.app.AppOpsManager$OpFeatureEntry
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800290android.app.AppOpsManager$PackageOps$1
291android.app.AppOpsManager$PackageOps
art-benchmark-serviced5115932020-02-25 17:55:03 -0800292android.app.AppOpsManager$PausedNotedAppOpsCollection
Calin Juravle00b23d32019-03-08 17:52:20 -0800293android.app.AppOpsManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800294android.app.AppOpsManagerInternal
Kenny Root9787b802013-04-26 12:53:57 -0700295android.app.Application$ActivityLifecycleCallbacks
art-benchmark-serviced5115932020-02-25 17:55:03 -0800296android.app.Application$OnProvideAssistDataListener
Calin Juravle00b23d32019-03-08 17:52:20 -0800297android.app.Application
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800298android.app.ApplicationErrorReport$1
art-benchmark-serviced5115932020-02-25 17:55:03 -0800299android.app.ApplicationErrorReport$AnrInfo
300android.app.ApplicationErrorReport$BatteryInfo
Jesse Wilsoneaca10e2010-10-12 21:35:56 -0700301android.app.ApplicationErrorReport$CrashInfo
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800302android.app.ApplicationErrorReport$ParcelableCrashInfo$1
303android.app.ApplicationErrorReport$ParcelableCrashInfo
art-benchmark-serviced5115932020-02-25 17:55:03 -0800304android.app.ApplicationErrorReport$RunningServiceInfo
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800305android.app.ApplicationErrorReport
306android.app.ApplicationLoaders$CachedClassLoader
Jesse Wilsoneaca10e2010-10-12 21:35:56 -0700307android.app.ApplicationLoaders
art-benchmark-serviced5115932020-02-25 17:55:03 -0800308android.app.ApplicationPackageManager$1
309android.app.ApplicationPackageManager$HasSystemFeatureQuery
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800310android.app.ApplicationPackageManager$MoveCallbackDelegate
Calin Juravle4a054192018-05-29 17:52:20 -0700311android.app.ApplicationPackageManager$OnPermissionsChangeListenerDelegate
Jesse Wilson80686182011-01-21 17:12:43 -0800312android.app.ApplicationPackageManager$ResourceName
art-benchmark-serviced5115932020-02-25 17:55:03 -0800313android.app.ApplicationPackageManager$SystemFeatureQuery
Calin Juravle00b23d32019-03-08 17:52:20 -0800314android.app.ApplicationPackageManager
art-benchmark-serviced5115932020-02-25 17:55:03 -0800315android.app.AsyncNotedAppOp$1
316android.app.AsyncNotedAppOp
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800317android.app.AutomaticZenRule$1
318android.app.AutomaticZenRule
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -0700319android.app.BackStackRecord$Op
Calin Juravle00b23d32019-03-08 17:52:20 -0800320android.app.BackStackRecord
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800321android.app.BackStackState$1
322android.app.BackStackState
323android.app.BroadcastOptions
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700324android.app.ClientTransactionHandler
Sudheer Shanka78b1ea82016-12-06 16:36:10 -0800325android.app.ContentProviderHolder$1
Calin Juravle00b23d32019-03-08 17:52:20 -0800326android.app.ContentProviderHolder
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -0700327android.app.ContextImpl$1
Jesse Wilsoneaca10e2010-10-12 21:35:56 -0700328android.app.ContextImpl$ApplicationContentResolver
Calin Juravle00b23d32019-03-08 17:52:20 -0800329android.app.ContextImpl
Mathieu Chartierba2c0462017-05-19 16:41:46 -0700330android.app.DexLoadReporter
Jesse Wilsoneaca10e2010-10-12 21:35:56 -0700331android.app.Dialog$ListenersHandler
Calin Juravle00b23d32019-03-08 17:52:20 -0800332android.app.Dialog
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -0700333android.app.DialogFragment
art-benchmark-serviced5115932020-02-25 17:55:03 -0800334android.app.DirectAction$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800335android.app.DirectAction
336android.app.DownloadManager$CursorTranslator
337android.app.DownloadManager$Query
art-benchmark-service56aece62020-02-10 17:58:03 -0800338android.app.DownloadManager$Request
Andreas Gampe61e7b662015-06-17 23:57:04 -0700339android.app.DownloadManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800340android.app.EnterTransitionCoordinator
art-benchmark-serviced5115932020-02-25 17:55:03 -0800341android.app.EventLogTags
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800342android.app.ExitTransitionCoordinator
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -0700343android.app.Fragment$1
344android.app.Fragment$AnimationInfo
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800345android.app.Fragment$InstantiationException
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700346android.app.Fragment$OnStartEnterTransitionListener
Calin Juravle00b23d32019-03-08 17:52:20 -0800347android.app.Fragment
Kenny Rootdbf30ed2012-09-19 13:08:12 -0700348android.app.FragmentContainer
Andreas Gampe61e7b662015-06-17 23:57:04 -0700349android.app.FragmentController
350android.app.FragmentHostCallback
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -0700351android.app.FragmentManager$BackStackEntry
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800352android.app.FragmentManager$FragmentLifecycleCallbacks
353android.app.FragmentManager$OnBackStackChangedListener
Calin Juravle00b23d32019-03-08 17:52:20 -0800354android.app.FragmentManager
Jesse Wilson80686182011-01-21 17:12:43 -0800355android.app.FragmentManagerImpl$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800356android.app.FragmentManagerImpl$2
357android.app.FragmentManagerImpl$AnimateOnHWLayerIfNeededListener
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -0700358android.app.FragmentManagerImpl$OpGenerator
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800359android.app.FragmentManagerImpl$StartEnterTransitionListener
Calin Juravle00b23d32019-03-08 17:52:20 -0800360android.app.FragmentManagerImpl
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800361android.app.FragmentManagerNonConfig
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -0700362android.app.FragmentManagerState$1
Calin Juravle00b23d32019-03-08 17:52:20 -0800363android.app.FragmentManagerState
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -0700364android.app.FragmentState$1
Calin Juravle00b23d32019-03-08 17:52:20 -0800365android.app.FragmentState
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -0700366android.app.FragmentTransaction
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800367android.app.FragmentTransition$2
368android.app.FragmentTransition$5
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -0700369android.app.FragmentTransition$FragmentContainerTransition
Calin Juravle00b23d32019-03-08 17:52:20 -0800370android.app.FragmentTransition
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800371android.app.IActivityController$Stub$Proxy
372android.app.IActivityController$Stub
373android.app.IActivityController
Sudheer Shanka78b1ea82016-12-06 16:36:10 -0800374android.app.IActivityManager$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -0800375android.app.IActivityManager$Stub
376android.app.IActivityManager
377android.app.IActivityTaskManager$Stub$Proxy
378android.app.IActivityTaskManager$Stub
379android.app.IActivityTaskManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800380android.app.IAlarmCompleteListener$Stub$Proxy
381android.app.IAlarmCompleteListener$Stub
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700382android.app.IAlarmCompleteListener
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800383android.app.IAlarmListener$Stub$Proxy
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -0700384android.app.IAlarmListener$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -0800385android.app.IAlarmListener
Jesse Wilson80686182011-01-21 17:12:43 -0800386android.app.IAlarmManager$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -0800387android.app.IAlarmManager$Stub
388android.app.IAlarmManager
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -0700389android.app.IAppTask$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -0800390android.app.IAppTask$Stub
391android.app.IAppTask
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800392android.app.IApplicationThread$Stub$Proxy
Sudheer Shankaea8e738b2016-10-27 17:42:25 -0700393android.app.IApplicationThread$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -0800394android.app.IApplicationThread
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800395android.app.IAssistDataReceiver$Stub$Proxy
396android.app.IAssistDataReceiver$Stub
397android.app.IAssistDataReceiver
398android.app.IBackupAgent$Stub$Proxy
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700399android.app.IBackupAgent$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -0800400android.app.IBackupAgent
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800401android.app.IInstantAppResolver$Stub$Proxy
402android.app.IInstantAppResolver$Stub
403android.app.IInstantAppResolver
404android.app.IInstrumentationWatcher$Stub$Proxy
Jesse Wilsoneaca10e2010-10-12 21:35:56 -0700405android.app.IInstrumentationWatcher$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -0800406android.app.IInstrumentationWatcher
Jesse Wilson0d8eeb42011-08-24 09:33:06 -0400407android.app.INotificationManager$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -0800408android.app.INotificationManager$Stub
409android.app.INotificationManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800410android.app.IProcessObserver$Stub$Proxy
Calin Juravle4a054192018-05-29 17:52:20 -0700411android.app.IProcessObserver$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -0800412android.app.IProcessObserver
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800413android.app.IRequestFinishCallback$Stub$Proxy
414android.app.IRequestFinishCallback$Stub
415android.app.IRequestFinishCallback
art-benchmark-serviced5115932020-02-25 17:55:03 -0800416android.app.ISearchManager$Stub$Proxy
Calin Juravle4a054192018-05-29 17:52:20 -0700417android.app.ISearchManager$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -0800418android.app.ISearchManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800419android.app.IServiceConnection$Stub$Proxy
Jesse Wilson0d8eeb42011-08-24 09:33:06 -0400420android.app.IServiceConnection$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -0800421android.app.IServiceConnection
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800422android.app.IStopUserCallback$Stub$Proxy
423android.app.IStopUserCallback$Stub
424android.app.IStopUserCallback
art-benchmark-serviced5115932020-02-25 17:55:03 -0800425android.app.ITaskOrganizerController
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800426android.app.ITaskStackListener$Stub$Proxy
427android.app.ITaskStackListener$Stub
428android.app.ITaskStackListener
429android.app.ITransientNotification$Stub$Proxy
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700430android.app.ITransientNotification$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -0800431android.app.ITransientNotification
art-benchmark-serviced5115932020-02-25 17:55:03 -0800432android.app.ITransientNotificationCallback$Stub
433android.app.ITransientNotificationCallback
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800434android.app.IUiAutomationConnection$Stub$Proxy
Kenny Root9787b802013-04-26 12:53:57 -0700435android.app.IUiAutomationConnection$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -0800436android.app.IUiAutomationConnection
Andreas Gampe859e2782016-04-06 18:37:56 -0700437android.app.IUiModeManager$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -0800438android.app.IUiModeManager$Stub
439android.app.IUiModeManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800440android.app.IUidObserver$Stub$Proxy
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700441android.app.IUidObserver$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -0800442android.app.IUidObserver
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800443android.app.IUriGrantsManager$Stub$Proxy
444android.app.IUriGrantsManager$Stub
445android.app.IUriGrantsManager
446android.app.IUserSwitchObserver$Stub$Proxy
Mathieu Chartierba2c0462017-05-19 16:41:46 -0700447android.app.IUserSwitchObserver$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -0800448android.app.IUserSwitchObserver
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -0700449android.app.IWallpaperManager$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -0800450android.app.IWallpaperManager$Stub
451android.app.IWallpaperManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800452android.app.IWallpaperManagerCallback$Stub$Proxy
Mathieu Chartierba2c0462017-05-19 16:41:46 -0700453android.app.IWallpaperManagerCallback$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -0800454android.app.IWallpaperManagerCallback
art-benchmark-serviced5115932020-02-25 17:55:03 -0800455android.app.InstantAppResolverService$1
456android.app.InstantAppResolverService$InstantAppResolutionCallback
457android.app.InstantAppResolverService$ServiceHandler
458android.app.InstantAppResolverService
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800459android.app.Instrumentation$ActivityGoing
460android.app.Instrumentation$ActivityMonitor
art-benchmark-serviced5115932020-02-25 17:55:03 -0800461android.app.Instrumentation$ActivityResult
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800462android.app.Instrumentation$ActivityWaiter
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800463android.app.Instrumentation
Jesse Wilsoneaca10e2010-10-12 21:35:56 -0700464android.app.IntentReceiverLeaked
Jesse Wilson0d8eeb42011-08-24 09:33:06 -0400465android.app.IntentService$ServiceHandler
Calin Juravle00b23d32019-03-08 17:52:20 -0800466android.app.IntentService
Mathieu Chartierba2c0462017-05-19 16:41:46 -0700467android.app.JobSchedulerImpl
Andreas Gampe61e7b662015-06-17 23:57:04 -0700468android.app.KeyguardManager
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700469android.app.ListActivity
Jesse Wilsoneaca10e2010-10-12 21:35:56 -0700470android.app.LoadedApk$ReceiverDispatcher$Args
471android.app.LoadedApk$ReceiverDispatcher$InnerReceiver
Calin Juravle00b23d32019-03-08 17:52:20 -0800472android.app.LoadedApk$ReceiverDispatcher
Jesse Wilson0d8eeb42011-08-24 09:33:06 -0400473android.app.LoadedApk$ServiceDispatcher$ConnectionInfo
474android.app.LoadedApk$ServiceDispatcher$DeathMonitor
475android.app.LoadedApk$ServiceDispatcher$InnerConnection
476android.app.LoadedApk$ServiceDispatcher$RunConnection
Calin Juravle00b23d32019-03-08 17:52:20 -0800477android.app.LoadedApk$ServiceDispatcher
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800478android.app.LoadedApk$SplitDependencyLoaderImpl
Jesse Wilsoneaca10e2010-10-12 21:35:56 -0700479android.app.LoadedApk$WarningContextClassLoader
Calin Juravle00b23d32019-03-08 17:52:20 -0800480android.app.LoadedApk
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -0700481android.app.LoaderManager$LoaderCallbacks
Calin Juravle00b23d32019-03-08 17:52:20 -0800482android.app.LoaderManager
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -0700483android.app.LoaderManagerImpl$LoaderInfo
Calin Juravle00b23d32019-03-08 17:52:20 -0800484android.app.LoaderManagerImpl
Jesse Wilsoneaca10e2010-10-12 21:35:56 -0700485android.app.NativeActivity
Mathieu Chartierba2c0462017-05-19 16:41:46 -0700486android.app.Notification$1
Mathieu Chartierba2c0462017-05-19 16:41:46 -0700487android.app.Notification$Action$1
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700488android.app.Notification$Action$Builder
Calin Juravle00b23d32019-03-08 17:52:20 -0800489android.app.Notification$Action
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700490android.app.Notification$BigPictureStyle
491android.app.Notification$BigTextStyle
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800492android.app.Notification$BubbleMetadata$1
493android.app.Notification$BubbleMetadata
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700494android.app.Notification$Builder
Mathieu Chartierba2c0462017-05-19 16:41:46 -0700495android.app.Notification$BuilderRemoteViews
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700496android.app.Notification$DecoratedCustomViewStyle
497android.app.Notification$DecoratedMediaCustomViewStyle
art-benchmark-serviced5115932020-02-25 17:55:03 -0800498android.app.Notification$Extender
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700499android.app.Notification$InboxStyle
500android.app.Notification$MediaStyle
Calin Juravle4a054192018-05-29 17:52:20 -0700501android.app.Notification$MessagingStyle$Message
Calin Juravle00b23d32019-03-08 17:52:20 -0800502android.app.Notification$MessagingStyle
Mathieu Chartierba2c0462017-05-19 16:41:46 -0700503android.app.Notification$StandardTemplateParams
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700504android.app.Notification$Style
art-benchmark-serviced5115932020-02-25 17:55:03 -0800505android.app.Notification$TemplateBindResult
506android.app.Notification$TvExtender
Calin Juravle00b23d32019-03-08 17:52:20 -0800507android.app.Notification
Mathieu Chartierba2c0462017-05-19 16:41:46 -0700508android.app.NotificationChannel$1
Calin Juravle00b23d32019-03-08 17:52:20 -0800509android.app.NotificationChannel
Mathieu Chartierba2c0462017-05-19 16:41:46 -0700510android.app.NotificationChannelGroup$1
Calin Juravle00b23d32019-03-08 17:52:20 -0800511android.app.NotificationChannelGroup
art-benchmark-serviced5115932020-02-25 17:55:03 -0800512android.app.NotificationHistory$1
513android.app.NotificationHistory$HistoricalNotification$Builder
514android.app.NotificationHistory$HistoricalNotification
515android.app.NotificationHistory
Calin Juravle00b23d32019-03-08 17:52:20 -0800516android.app.NotificationManager$Policy$1
517android.app.NotificationManager$Policy
Jesse Wilson0d8eeb42011-08-24 09:33:06 -0400518android.app.NotificationManager
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -0700519android.app.OnActivityPausedListener
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800520android.app.PackageInstallObserver$1
art-benchmark-serviced5115932020-02-25 17:55:03 -0800521android.app.PackageInstallObserver
Jesse Wilsoneaca10e2010-10-12 21:35:56 -0700522android.app.PendingIntent$1
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700523android.app.PendingIntent$2
Andreas Gampedcad4ca2014-10-03 02:00:29 +0000524android.app.PendingIntent$CanceledException
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800525android.app.PendingIntent$FinishedDispatcher
526android.app.PendingIntent$OnFinished
Andreas Gampe0db10fd2017-02-01 15:57:57 -0800527android.app.PendingIntent$OnMarshaledListener
Calin Juravle00b23d32019-03-08 17:52:20 -0800528android.app.PendingIntent
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700529android.app.Person$1
530android.app.Person$Builder
Calin Juravle00b23d32019-03-08 17:52:20 -0800531android.app.Person
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800532android.app.PictureInPictureParams$1
art-benchmark-serviced5115932020-02-25 17:55:03 -0800533android.app.PictureInPictureParams$Builder
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800534android.app.PictureInPictureParams
art-benchmark-serviced5115932020-02-25 17:55:03 -0800535android.app.ProcessMemoryState$1
536android.app.ProcessMemoryState
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700537android.app.ProfilerInfo$1
Calin Juravle00b23d32019-03-08 17:52:20 -0800538android.app.ProfilerInfo
art-benchmark-serviced5115932020-02-25 17:55:03 -0800539android.app.ProgressDialog
540android.app.PropertyInvalidatedCache$1
541android.app.PropertyInvalidatedCache
Andreas Gampe0db10fd2017-02-01 15:57:57 -0800542android.app.QueuedWork$QueuedWorkHandler
Calin Juravle00b23d32019-03-08 17:52:20 -0800543android.app.QueuedWork
Jesse Wilsoneaca10e2010-10-12 21:35:56 -0700544android.app.ReceiverRestrictedContext
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700545android.app.RemoteAction$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800546android.app.RemoteAction
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -0700547android.app.RemoteInput$1
art-benchmark-serviced5115932020-02-25 17:55:03 -0800548android.app.RemoteInput$Builder
Calin Juravle00b23d32019-03-08 17:52:20 -0800549android.app.RemoteInput
art-benchmark-serviced5115932020-02-25 17:55:03 -0800550android.app.RemoteInputHistoryItem
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800551android.app.RemoteServiceException
Andreas Gampe859e2782016-04-06 18:37:56 -0700552android.app.ResourcesManager$1
553android.app.ResourcesManager$ActivityResources
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700554android.app.ResourcesManager$ApkKey
art-benchmark-serviced5115932020-02-25 17:55:03 -0800555android.app.ResourcesManager$UpdateHandler
Calin Juravle00b23d32019-03-08 17:52:20 -0800556android.app.ResourcesManager
Jesse Wilsoneaca10e2010-10-12 21:35:56 -0700557android.app.ResultInfo$1
Calin Juravle00b23d32019-03-08 17:52:20 -0800558android.app.ResultInfo
art-benchmark-serviced5115932020-02-25 17:55:03 -0800559android.app.SearchDialog
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -0700560android.app.SearchManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800561android.app.SearchableInfo$1
562android.app.SearchableInfo$ActionKeyInfo
563android.app.SearchableInfo
Evan Millar0ea97b82009-03-24 17:49:23 -0700564android.app.Service
Jesse Wilson0d8eeb42011-08-24 09:33:06 -0400565android.app.ServiceConnectionLeaked
Mathieu Chartierba2c0462017-05-19 16:41:46 -0700566android.app.ServiceStartArgs$1
Calin Juravle00b23d32019-03-08 17:52:20 -0800567android.app.ServiceStartArgs
Andreas Gampedcad4ca2014-10-03 02:00:29 +0000568android.app.SharedElementCallback$1
Calin Juravle00b23d32019-03-08 17:52:20 -0800569android.app.SharedElementCallback
Jesse Wilson80686182011-01-21 17:12:43 -0800570android.app.SharedPreferencesImpl$1
571android.app.SharedPreferencesImpl$2
Jesse Wilson80686182011-01-21 17:12:43 -0800572android.app.SharedPreferencesImpl$EditorImpl$1
573android.app.SharedPreferencesImpl$EditorImpl$2
Calin Juravle00b23d32019-03-08 17:52:20 -0800574android.app.SharedPreferencesImpl$EditorImpl
Jesse Wilson80686182011-01-21 17:12:43 -0800575android.app.SharedPreferencesImpl$MemoryCommitResult
Calin Juravle00b23d32019-03-08 17:52:20 -0800576android.app.SharedPreferencesImpl
art-benchmark-serviced5115932020-02-25 17:55:03 -0800577android.app.StatsManager$StatsUnavailableException
578android.app.StatsManager$StatsdDeathRecipient
579android.app.StatsManager
Andreas Gampe61e7b662015-06-17 23:57:04 -0700580android.app.StatusBarManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800581android.app.SynchronousUserSwitchObserver
Calin Juravle00b23d32019-03-08 17:52:20 -0800582android.app.SystemServiceRegistry$100
583android.app.SystemServiceRegistry$101
584android.app.SystemServiceRegistry$102
585android.app.SystemServiceRegistry$103
586android.app.SystemServiceRegistry$104
587android.app.SystemServiceRegistry$105
588android.app.SystemServiceRegistry$106
589android.app.SystemServiceRegistry$107
590android.app.SystemServiceRegistry$108
591android.app.SystemServiceRegistry$109
Andreas Gampe61e7b662015-06-17 23:57:04 -0700592android.app.SystemServiceRegistry$10
art-benchmark-service35aba412020-02-03 11:53:25 -0800593android.app.SystemServiceRegistry$110
594android.app.SystemServiceRegistry$111
595android.app.SystemServiceRegistry$112
art-benchmark-service56aece62020-02-10 17:58:03 -0800596android.app.SystemServiceRegistry$113
597android.app.SystemServiceRegistry$114
598android.app.SystemServiceRegistry$115
art-benchmark-serviced5115932020-02-25 17:55:03 -0800599android.app.SystemServiceRegistry$116
600android.app.SystemServiceRegistry$117
601android.app.SystemServiceRegistry$118
602android.app.SystemServiceRegistry$119
Andreas Gampe61e7b662015-06-17 23:57:04 -0700603android.app.SystemServiceRegistry$11
art-benchmark-serviced5115932020-02-25 17:55:03 -0800604android.app.SystemServiceRegistry$120
art-benchmark-servicead05a302020-03-17 09:46:02 -0700605android.app.SystemServiceRegistry$121
Andreas Gampe61e7b662015-06-17 23:57:04 -0700606android.app.SystemServiceRegistry$12
607android.app.SystemServiceRegistry$13
608android.app.SystemServiceRegistry$14
609android.app.SystemServiceRegistry$15
610android.app.SystemServiceRegistry$16
611android.app.SystemServiceRegistry$17
612android.app.SystemServiceRegistry$18
613android.app.SystemServiceRegistry$19
Calin Juravle00b23d32019-03-08 17:52:20 -0800614android.app.SystemServiceRegistry$1
Andreas Gampe61e7b662015-06-17 23:57:04 -0700615android.app.SystemServiceRegistry$20
616android.app.SystemServiceRegistry$21
617android.app.SystemServiceRegistry$22
618android.app.SystemServiceRegistry$23
619android.app.SystemServiceRegistry$24
620android.app.SystemServiceRegistry$25
621android.app.SystemServiceRegistry$26
622android.app.SystemServiceRegistry$27
623android.app.SystemServiceRegistry$28
624android.app.SystemServiceRegistry$29
Calin Juravle00b23d32019-03-08 17:52:20 -0800625android.app.SystemServiceRegistry$2
Andreas Gampe61e7b662015-06-17 23:57:04 -0700626android.app.SystemServiceRegistry$30
627android.app.SystemServiceRegistry$31
628android.app.SystemServiceRegistry$32
629android.app.SystemServiceRegistry$33
630android.app.SystemServiceRegistry$34
631android.app.SystemServiceRegistry$35
632android.app.SystemServiceRegistry$36
633android.app.SystemServiceRegistry$37
634android.app.SystemServiceRegistry$38
635android.app.SystemServiceRegistry$39
Calin Juravle00b23d32019-03-08 17:52:20 -0800636android.app.SystemServiceRegistry$3
Andreas Gampe61e7b662015-06-17 23:57:04 -0700637android.app.SystemServiceRegistry$40
638android.app.SystemServiceRegistry$41
639android.app.SystemServiceRegistry$42
640android.app.SystemServiceRegistry$43
641android.app.SystemServiceRegistry$44
642android.app.SystemServiceRegistry$45
643android.app.SystemServiceRegistry$46
644android.app.SystemServiceRegistry$47
645android.app.SystemServiceRegistry$48
646android.app.SystemServiceRegistry$49
Calin Juravle00b23d32019-03-08 17:52:20 -0800647android.app.SystemServiceRegistry$4
Andreas Gampe61e7b662015-06-17 23:57:04 -0700648android.app.SystemServiceRegistry$50
649android.app.SystemServiceRegistry$51
650android.app.SystemServiceRegistry$52
651android.app.SystemServiceRegistry$53
652android.app.SystemServiceRegistry$54
653android.app.SystemServiceRegistry$55
654android.app.SystemServiceRegistry$56
655android.app.SystemServiceRegistry$57
656android.app.SystemServiceRegistry$58
657android.app.SystemServiceRegistry$59
Calin Juravle00b23d32019-03-08 17:52:20 -0800658android.app.SystemServiceRegistry$5
Andreas Gampe61e7b662015-06-17 23:57:04 -0700659android.app.SystemServiceRegistry$60
660android.app.SystemServiceRegistry$61
661android.app.SystemServiceRegistry$62
662android.app.SystemServiceRegistry$63
663android.app.SystemServiceRegistry$64
664android.app.SystemServiceRegistry$65
665android.app.SystemServiceRegistry$66
666android.app.SystemServiceRegistry$67
667android.app.SystemServiceRegistry$68
Andreas Gampe571fc302016-02-18 13:58:09 -0800668android.app.SystemServiceRegistry$69
Calin Juravle00b23d32019-03-08 17:52:20 -0800669android.app.SystemServiceRegistry$6
Andreas Gampe571fc302016-02-18 13:58:09 -0800670android.app.SystemServiceRegistry$70
Andreas Gampe859e2782016-04-06 18:37:56 -0700671android.app.SystemServiceRegistry$71
672android.app.SystemServiceRegistry$72
673android.app.SystemServiceRegistry$73
674android.app.SystemServiceRegistry$74
Andreas Gampe0db10fd2017-02-01 15:57:57 -0800675android.app.SystemServiceRegistry$75
676android.app.SystemServiceRegistry$76
677android.app.SystemServiceRegistry$77
678android.app.SystemServiceRegistry$78
679android.app.SystemServiceRegistry$79
Calin Juravle00b23d32019-03-08 17:52:20 -0800680android.app.SystemServiceRegistry$7
Mathieu Chartierba2c0462017-05-19 16:41:46 -0700681android.app.SystemServiceRegistry$80
682android.app.SystemServiceRegistry$81
683android.app.SystemServiceRegistry$82
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -0700684android.app.SystemServiceRegistry$83
685android.app.SystemServiceRegistry$84
686android.app.SystemServiceRegistry$85
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700687android.app.SystemServiceRegistry$86
688android.app.SystemServiceRegistry$87
689android.app.SystemServiceRegistry$88
690android.app.SystemServiceRegistry$89
Calin Juravle00b23d32019-03-08 17:52:20 -0800691android.app.SystemServiceRegistry$8
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700692android.app.SystemServiceRegistry$90
693android.app.SystemServiceRegistry$91
694android.app.SystemServiceRegistry$92
695android.app.SystemServiceRegistry$93
Calin Juravle00b23d32019-03-08 17:52:20 -0800696android.app.SystemServiceRegistry$94
697android.app.SystemServiceRegistry$95
698android.app.SystemServiceRegistry$96
699android.app.SystemServiceRegistry$97
700android.app.SystemServiceRegistry$98
701android.app.SystemServiceRegistry$99
702android.app.SystemServiceRegistry$9
Andreas Gampe61e7b662015-06-17 23:57:04 -0700703android.app.SystemServiceRegistry$CachedServiceFetcher
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800704android.app.SystemServiceRegistry$ContextAwareServiceProducerWithBinder
705android.app.SystemServiceRegistry$ContextAwareServiceProducerWithoutBinder
Andreas Gampe61e7b662015-06-17 23:57:04 -0700706android.app.SystemServiceRegistry$ServiceFetcher
Andreas Gampe859e2782016-04-06 18:37:56 -0700707android.app.SystemServiceRegistry$StaticApplicationContextServiceFetcher
Andreas Gampe61e7b662015-06-17 23:57:04 -0700708android.app.SystemServiceRegistry$StaticServiceFetcher
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800709android.app.SystemServiceRegistry$StaticServiceProducerWithBinder
art-benchmark-service56aece62020-02-10 17:58:03 -0800710android.app.SystemServiceRegistry$StaticServiceProducerWithoutBinder
Calin Juravle00b23d32019-03-08 17:52:20 -0800711android.app.SystemServiceRegistry
712android.app.TaskInfo
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800713android.app.TaskStackListener
Andreas Gampe61e7b662015-06-17 23:57:04 -0700714android.app.UiModeManager
Calin Juravle36829e52019-04-10 19:07:47 -0700715android.app.UriGrantsManager$1
Calin Juravle00b23d32019-03-08 17:52:20 -0800716android.app.UriGrantsManager
Mathieu Chartierba2c0462017-05-19 16:41:46 -0700717android.app.UserSwitchObserver
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800718android.app.VoiceInteractor$Request
719android.app.VoiceInteractor
720android.app.Vr2dDisplayProperties$1
721android.app.Vr2dDisplayProperties
Mathieu Chartierba2c0462017-05-19 16:41:46 -0700722android.app.VrManager
art-benchmark-serviced5115932020-02-25 17:55:03 -0800723android.app.WaitResult$1
724android.app.WaitResult
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -0700725android.app.WallpaperColors$1
Calin Juravle00b23d32019-03-08 17:52:20 -0800726android.app.WallpaperColors
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -0700727android.app.WallpaperInfo$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800728android.app.WallpaperInfo
art-benchmark-serviced5115932020-02-25 17:55:03 -0800729android.app.WallpaperManager$ColorManagementProxy
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -0700730android.app.WallpaperManager$Globals
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800731android.app.WallpaperManager$OnColorsChangedListener
Calin Juravle00b23d32019-03-08 17:52:20 -0800732android.app.WallpaperManager
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700733android.app.WindowConfiguration$1
Calin Juravle00b23d32019-03-08 17:52:20 -0800734android.app.WindowConfiguration
Calin Juravle36829e52019-04-10 19:07:47 -0700735android.app.admin.-$$Lambda$DevicePolicyManager$aBAov4sAc4DWENs1-hCXh31NAg0
736android.app.admin.-$$Lambda$DevicePolicyManager$w2TynM9H41ejac4JVpNbnemNVWk
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800737android.app.admin.-$$Lambda$pWaRScwKTZTgGW4Wa_v5R_pKBDU
Calin Juravle00b23d32019-03-08 17:52:20 -0800738android.app.admin.DeviceAdminInfo$1
739android.app.admin.DeviceAdminInfo$PolicyInfo
740android.app.admin.DeviceAdminInfo
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800741android.app.admin.DevicePolicyCache$EmptyDevicePolicyCache
742android.app.admin.DevicePolicyCache
743android.app.admin.DevicePolicyEventLogger
Calin Juravle00b23d32019-03-08 17:52:20 -0800744android.app.admin.DevicePolicyManager$1
745android.app.admin.DevicePolicyManager$2
Calin Juravle36829e52019-04-10 19:07:47 -0700746android.app.admin.DevicePolicyManager$InstallSystemUpdateCallback
Calin Juravle00b23d32019-03-08 17:52:20 -0800747android.app.admin.DevicePolicyManager$OnClearApplicationUserDataListener
Andreas Gampedcad4ca2014-10-03 02:00:29 +0000748android.app.admin.DevicePolicyManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800749android.app.admin.DevicePolicyManagerInternal$OnCrossProfileWidgetProvidersChangeListener
750android.app.admin.DevicePolicyManagerInternal
art-benchmark-serviced5115932020-02-25 17:55:03 -0800751android.app.admin.DeviceStateCache
752android.app.admin.FactoryResetProtectionPolicy
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800753android.app.admin.IDeviceAdminService$Stub$Proxy
art-benchmark-serviced5115932020-02-25 17:55:03 -0800754android.app.admin.IDeviceAdminService$Stub
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800755android.app.admin.IDeviceAdminService
Andreas Gampedcad4ca2014-10-03 02:00:29 +0000756android.app.admin.IDevicePolicyManager$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -0800757android.app.admin.IDevicePolicyManager$Stub
758android.app.admin.IDevicePolicyManager
art-benchmark-serviced5115932020-02-25 17:55:03 -0800759android.app.admin.NetworkEvent
Calin Juravle36829e52019-04-10 19:07:47 -0700760android.app.admin.PasswordMetrics$1
art-benchmark-serviced5115932020-02-25 17:55:03 -0800761android.app.admin.PasswordMetrics$ComplexityBucket$1
762android.app.admin.PasswordMetrics$ComplexityBucket$2
763android.app.admin.PasswordMetrics$ComplexityBucket$3
764android.app.admin.PasswordMetrics$ComplexityBucket$4
765android.app.admin.PasswordMetrics$ComplexityBucket
Calin Juravle00b23d32019-03-08 17:52:20 -0800766android.app.admin.PasswordMetrics
art-benchmark-serviced5115932020-02-25 17:55:03 -0800767android.app.admin.PasswordPolicy
Andreas Gampe859e2782016-04-06 18:37:56 -0700768android.app.admin.SecurityLog$SecurityEvent$1
Calin Juravle00b23d32019-03-08 17:52:20 -0800769android.app.admin.SecurityLog$SecurityEvent
770android.app.admin.SecurityLog
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800771android.app.admin.StartInstallingUpdateCallback$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -0800772android.app.admin.StartInstallingUpdateCallback$Stub
773android.app.admin.StartInstallingUpdateCallback
Calin Juravle36829e52019-04-10 19:07:47 -0700774android.app.admin.SystemUpdateInfo$1
Calin Juravle00b23d32019-03-08 17:52:20 -0800775android.app.admin.SystemUpdateInfo
Calin Juravle4a054192018-05-29 17:52:20 -0700776android.app.admin.SystemUpdatePolicy$1
Calin Juravle00b23d32019-03-08 17:52:20 -0800777android.app.admin.SystemUpdatePolicy
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700778android.app.assist.AssistContent$1
Calin Juravle00b23d32019-03-08 17:52:20 -0800779android.app.assist.AssistContent
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -0700780android.app.assist.AssistStructure$1
art-benchmark-serviced5115932020-02-25 17:55:03 -0800781android.app.assist.AssistStructure$AutofillOverlay
782android.app.assist.AssistStructure$HtmlInfoNode$1
783android.app.assist.AssistStructure$HtmlInfoNode
784android.app.assist.AssistStructure$HtmlInfoNodeBuilder
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700785android.app.assist.AssistStructure$ParcelTransferReader
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -0700786android.app.assist.AssistStructure$ParcelTransferWriter
787android.app.assist.AssistStructure$SendChannel
788android.app.assist.AssistStructure$ViewNode
789android.app.assist.AssistStructure$ViewNodeBuilder
790android.app.assist.AssistStructure$ViewNodeText
791android.app.assist.AssistStructure$ViewStackEntry
792android.app.assist.AssistStructure$WindowNode
Calin Juravle00b23d32019-03-08 17:52:20 -0800793android.app.assist.AssistStructure
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700794android.app.backup.BackupAgent$BackupServiceBinder
795android.app.backup.BackupAgent$SharedPrefsSynchronizer
Calin Juravle00b23d32019-03-08 17:52:20 -0800796android.app.backup.BackupAgent
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -0700797android.app.backup.BackupAgentHelper
Christopher Tate7adc2742010-03-05 18:03:22 -0800798android.app.backup.BackupDataInput$EntityHeader
Calin Juravle00b23d32019-03-08 17:52:20 -0800799android.app.backup.BackupDataInput
Christopher Tate7adc2742010-03-05 18:03:22 -0800800android.app.backup.BackupDataOutput
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700801android.app.backup.BackupHelper
Christopher Tate7adc2742010-03-05 18:03:22 -0800802android.app.backup.BackupHelperDispatcher$Header
Calin Juravle00b23d32019-03-08 17:52:20 -0800803android.app.backup.BackupHelperDispatcher
art-benchmark-serviced5115932020-02-25 17:55:03 -0800804android.app.backup.BackupManager$BackupManagerMonitorWrapper
805android.app.backup.BackupManager$BackupObserverWrapper$1
806android.app.backup.BackupManager$BackupObserverWrapper
Andreas Gampe0db10fd2017-02-01 15:57:57 -0800807android.app.backup.BackupManager
art-benchmark-serviced5115932020-02-25 17:55:03 -0800808android.app.backup.BackupManagerMonitor
809android.app.backup.BackupObserver
810android.app.backup.BackupProgress$1
811android.app.backup.BackupProgress
Calin Juravle4a054192018-05-29 17:52:20 -0700812android.app.backup.BackupTransport$TransportImpl
Calin Juravle00b23d32019-03-08 17:52:20 -0800813android.app.backup.BackupTransport
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800814android.app.backup.BlobBackupHelper
art-benchmark-serviced5115932020-02-25 17:55:03 -0800815android.app.backup.FileBackupHelper
Christopher Tate7adc2742010-03-05 18:03:22 -0800816android.app.backup.FileBackupHelperBase
Jesse Wilson0d8eeb42011-08-24 09:33:06 -0400817android.app.backup.FullBackup
Andreas Gampe61e7b662015-06-17 23:57:04 -0700818android.app.backup.FullBackupDataOutput
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800819android.app.backup.IBackupCallback$Stub$Proxy
820android.app.backup.IBackupCallback$Stub
821android.app.backup.IBackupCallback
Mathieu Chartierba2c0462017-05-19 16:41:46 -0700822android.app.backup.IBackupManager$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -0800823android.app.backup.IBackupManager$Stub
824android.app.backup.IBackupManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800825android.app.backup.IBackupManagerMonitor$Stub$Proxy
826android.app.backup.IBackupManagerMonitor$Stub
827android.app.backup.IBackupManagerMonitor
828android.app.backup.IBackupObserver$Stub$Proxy
829android.app.backup.IBackupObserver$Stub
830android.app.backup.IBackupObserver
831android.app.backup.IFullBackupRestoreObserver$Stub$Proxy
832android.app.backup.IFullBackupRestoreObserver$Stub
833android.app.backup.IFullBackupRestoreObserver
art-benchmark-serviced5115932020-02-25 17:55:03 -0800834android.app.backup.IRestoreSession
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800835android.app.backup.ISelectBackupTransportCallback$Stub$Proxy
836android.app.backup.ISelectBackupTransportCallback$Stub
837android.app.backup.ISelectBackupTransportCallback
art-benchmark-serviced5115932020-02-25 17:55:03 -0800838android.app.backup.RestoreDescription$1
839android.app.backup.RestoreDescription
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700840android.app.backup.SharedPreferencesBackupHelper
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800841android.app.blob.-$$Lambda$BlobStoreManagerFrameworkInitializer$WjSRSHMmxWPF4Fq-7TpX23MBh2U
art-benchmark-serviced5115932020-02-25 17:55:03 -0800842android.app.blob.BlobHandle
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800843android.app.blob.BlobStoreManager
Sudheer Shankaf5b36962019-10-04 16:16:13 -0700844android.app.blob.BlobStoreManagerFrameworkInitializer
art-benchmark-serviced5115932020-02-25 17:55:03 -0800845android.app.blob.IBlobStoreManager$Stub
846android.app.blob.IBlobStoreManager
847android.app.blob.IBlobStoreSession
848android.app.contentsuggestions.ClassificationsRequest
Calin Juravle00b23d32019-03-08 17:52:20 -0800849android.app.contentsuggestions.ContentSuggestionsManager
art-benchmark-serviced5115932020-02-25 17:55:03 -0800850android.app.contentsuggestions.IClassificationsCallback$Stub
851android.app.contentsuggestions.IClassificationsCallback
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800852android.app.contentsuggestions.IContentSuggestionsManager$Stub
853android.app.contentsuggestions.IContentSuggestionsManager
art-benchmark-serviced5115932020-02-25 17:55:03 -0800854android.app.contentsuggestions.ISelectionsCallback$Stub
855android.app.contentsuggestions.ISelectionsCallback
856android.app.contentsuggestions.SelectionsRequest
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800857android.app.job.-$$Lambda$FpGlzN9oJcl8o5soW-gU-DyTvXM
858android.app.job.-$$Lambda$JobSchedulerFrameworkInitializer$PtYe8PQc1PVJQXRnpm3iSxcWTR0
859android.app.job.-$$Lambda$JobSchedulerFrameworkInitializer$RHUxgww0pZFMmfQWKgaRAx0YFqA
Mathieu Chartierba2c0462017-05-19 16:41:46 -0700860android.app.job.IJobCallback$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -0800861android.app.job.IJobCallback$Stub
862android.app.job.IJobCallback
Mathieu Chartierba2c0462017-05-19 16:41:46 -0700863android.app.job.IJobScheduler$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -0800864android.app.job.IJobScheduler$Stub
865android.app.job.IJobScheduler
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800866android.app.job.IJobService$Stub$Proxy
Mathieu Chartierba2c0462017-05-19 16:41:46 -0700867android.app.job.IJobService$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -0800868android.app.job.IJobService
Mathieu Chartierba2c0462017-05-19 16:41:46 -0700869android.app.job.JobInfo$1
870android.app.job.JobInfo$Builder
Mathieu Chartierba2c0462017-05-19 16:41:46 -0700871android.app.job.JobInfo$TriggerContentUri$1
Calin Juravle00b23d32019-03-08 17:52:20 -0800872android.app.job.JobInfo$TriggerContentUri
873android.app.job.JobInfo
Mathieu Chartierba2c0462017-05-19 16:41:46 -0700874android.app.job.JobParameters$1
Calin Juravle00b23d32019-03-08 17:52:20 -0800875android.app.job.JobParameters
Andreas Gampe61e7b662015-06-17 23:57:04 -0700876android.app.job.JobScheduler
Makoto Onuki792de8d2019-07-16 16:19:01 -0700877android.app.job.JobSchedulerFrameworkInitializer
Mathieu Chartierba2c0462017-05-19 16:41:46 -0700878android.app.job.JobService$1
Calin Juravle00b23d32019-03-08 17:52:20 -0800879android.app.job.JobService
Mathieu Chartierba2c0462017-05-19 16:41:46 -0700880android.app.job.JobServiceEngine$JobHandler
881android.app.job.JobServiceEngine$JobInterface
Calin Juravle00b23d32019-03-08 17:52:20 -0800882android.app.job.JobServiceEngine
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700883android.app.job.JobWorkItem$1
Calin Juravle00b23d32019-03-08 17:52:20 -0800884android.app.job.JobWorkItem
art-benchmark-serviced5115932020-02-25 17:55:03 -0800885android.app.prediction.-$$Lambda$1lqxDplfWlUwgBrOynX9L0oK_uA
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800886android.app.prediction.AppPredictionContext$1
887android.app.prediction.AppPredictionContext
Calin Juravle00b23d32019-03-08 17:52:20 -0800888android.app.prediction.AppPredictionManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800889android.app.prediction.AppPredictionSessionId$1
890android.app.prediction.AppPredictionSessionId
art-benchmark-serviced5115932020-02-25 17:55:03 -0800891android.app.prediction.AppPredictor$CallbackWrapper
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800892android.app.prediction.AppPredictor
893android.app.prediction.AppTarget$1
art-benchmark-serviced5115932020-02-25 17:55:03 -0800894android.app.prediction.AppTarget$Builder
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800895android.app.prediction.AppTarget
896android.app.prediction.AppTargetEvent$1
897android.app.prediction.AppTargetEvent
898android.app.prediction.AppTargetId$1
899android.app.prediction.AppTargetId
900android.app.prediction.IPredictionCallback$Stub$Proxy
901android.app.prediction.IPredictionCallback$Stub
902android.app.prediction.IPredictionCallback
903android.app.prediction.IPredictionManager$Stub$Proxy
904android.app.prediction.IPredictionManager$Stub
905android.app.prediction.IPredictionManager
art-benchmark-serviced5115932020-02-25 17:55:03 -0800906android.app.role.-$$Lambda$9DeAxmM9lUVr3-FTSefyo-BW8DY
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800907android.app.role.-$$Lambda$RoleControllerManager$Jsb4ev7pHUqel8_lglNSRLiUzpg
art-benchmark-serviced5115932020-02-25 17:55:03 -0800908android.app.role.-$$Lambda$RoleControllerManager$hbh627Rh8mtJykW3vb1FWR34mIQ
909android.app.role.-$$Lambda$RoleControllerManager$mCMKfoPdye0sMu6efs963HCR1Xk
910android.app.role.-$$Lambda$Z0BwIRmLFQVA4XrF_I5nxvuecWE
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800911android.app.role.-$$Lambda$o94o2jK_ei-IVw-3oY_QJ49zpAA
912android.app.role.IOnRoleHoldersChangedListener$Stub$Proxy
913android.app.role.IOnRoleHoldersChangedListener$Stub
914android.app.role.IOnRoleHoldersChangedListener
art-benchmark-serviced5115932020-02-25 17:55:03 -0800915android.app.role.IRoleController$Stub$Proxy
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800916android.app.role.IRoleController$Stub
917android.app.role.IRoleController
Calin Juravle00b23d32019-03-08 17:52:20 -0800918android.app.role.IRoleManager$Stub$Proxy
919android.app.role.IRoleManager$Stub
920android.app.role.IRoleManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800921android.app.role.OnRoleHoldersChangedListener
art-benchmark-serviced5115932020-02-25 17:55:03 -0800922android.app.role.RoleControllerManager$1
Calin Juravle36829e52019-04-10 19:07:47 -0700923android.app.role.RoleControllerManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800924android.app.role.RoleManager$OnRoleHoldersChangedListenerDelegate
Calin Juravle00b23d32019-03-08 17:52:20 -0800925android.app.role.RoleManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800926android.app.servertransaction.ActivityConfigurationChangeItem$1
927android.app.servertransaction.ActivityConfigurationChangeItem
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700928android.app.servertransaction.ActivityLifecycleItem
Calin Juravle36829e52019-04-10 19:07:47 -0700929android.app.servertransaction.ActivityRelaunchItem$1
Calin Juravle00b23d32019-03-08 17:52:20 -0800930android.app.servertransaction.ActivityRelaunchItem
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700931android.app.servertransaction.ActivityResultItem$1
Calin Juravle00b23d32019-03-08 17:52:20 -0800932android.app.servertransaction.ActivityResultItem
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700933android.app.servertransaction.BaseClientRequest
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700934android.app.servertransaction.ClientTransaction$1
Calin Juravle00b23d32019-03-08 17:52:20 -0800935android.app.servertransaction.ClientTransaction
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700936android.app.servertransaction.ClientTransactionItem
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700937android.app.servertransaction.ConfigurationChangeItem$1
Calin Juravle00b23d32019-03-08 17:52:20 -0800938android.app.servertransaction.ConfigurationChangeItem
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700939android.app.servertransaction.DestroyActivityItem$1
Calin Juravle00b23d32019-03-08 17:52:20 -0800940android.app.servertransaction.DestroyActivityItem
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700941android.app.servertransaction.LaunchActivityItem$1
Calin Juravle00b23d32019-03-08 17:52:20 -0800942android.app.servertransaction.LaunchActivityItem
art-benchmark-serviced5115932020-02-25 17:55:03 -0800943android.app.servertransaction.MultiWindowModeChangeItem$1
944android.app.servertransaction.MultiWindowModeChangeItem
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700945android.app.servertransaction.NewIntentItem$1
Calin Juravle00b23d32019-03-08 17:52:20 -0800946android.app.servertransaction.NewIntentItem
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800947android.app.servertransaction.ObjectPool
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700948android.app.servertransaction.ObjectPoolItem
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700949android.app.servertransaction.PauseActivityItem$1
Calin Juravle00b23d32019-03-08 17:52:20 -0800950android.app.servertransaction.PauseActivityItem
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700951android.app.servertransaction.PendingTransactionActions$StopInfo
Calin Juravle00b23d32019-03-08 17:52:20 -0800952android.app.servertransaction.PendingTransactionActions
art-benchmark-serviced5115932020-02-25 17:55:03 -0800953android.app.servertransaction.PipModeChangeItem$1
954android.app.servertransaction.PipModeChangeItem
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700955android.app.servertransaction.ResumeActivityItem$1
Calin Juravle00b23d32019-03-08 17:52:20 -0800956android.app.servertransaction.ResumeActivityItem
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700957android.app.servertransaction.StopActivityItem$1
Calin Juravle00b23d32019-03-08 17:52:20 -0800958android.app.servertransaction.StopActivityItem
959android.app.servertransaction.TopResumedActivityChangeItem$1
960android.app.servertransaction.TopResumedActivityChangeItem
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700961android.app.servertransaction.TransactionExecutor
962android.app.servertransaction.TransactionExecutorHelper
Calin Juravle00b23d32019-03-08 17:52:20 -0800963android.app.slice.-$$Lambda$SliceProvider$bIgM5f4PsMvz_YYWEeFTjvTqevw
Calin Juravle4a054192018-05-29 17:52:20 -0700964android.app.slice.ISliceManager$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -0800965android.app.slice.ISliceManager$Stub
966android.app.slice.ISliceManager
967android.app.slice.Slice$1
968android.app.slice.Slice$Builder
969android.app.slice.Slice
970android.app.slice.SliceItem$1
971android.app.slice.SliceItem
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700972android.app.slice.SliceManager
Calin Juravle00b23d32019-03-08 17:52:20 -0800973android.app.slice.SliceProvider
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700974android.app.slice.SliceSpec$1
Calin Juravle00b23d32019-03-08 17:52:20 -0800975android.app.slice.SliceSpec
976android.app.timedetector.ITimeDetectorService$Stub$Proxy
977android.app.timedetector.ITimeDetectorService$Stub
978android.app.timedetector.ITimeDetectorService
art-benchmark-serviced5115932020-02-25 17:55:03 -0800979android.app.timedetector.ManualTimeSuggestion$1
980android.app.timedetector.ManualTimeSuggestion
981android.app.timedetector.NetworkTimeSuggestion
982android.app.timedetector.PhoneTimeSuggestion$1
983android.app.timedetector.PhoneTimeSuggestion
984android.app.timedetector.TelephonyTimeSuggestion
Calin Juravle00b23d32019-03-08 17:52:20 -0800985android.app.timedetector.TimeDetector
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -0700986android.app.timezone.RulesManager
art-benchmark-serviced5115932020-02-25 17:55:03 -0800987android.app.timezonedetector.ITimeZoneDetectorService$Stub$Proxy
988android.app.timezonedetector.ITimeZoneDetectorService$Stub
989android.app.timezonedetector.ITimeZoneDetectorService
990android.app.timezonedetector.ManualTimeZoneSuggestion
991android.app.timezonedetector.TelephonyTimeZoneSuggestion
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800992android.app.timezonedetector.TimeZoneDetector
993android.app.trust.IStrongAuthTracker$Stub$Proxy
994android.app.trust.IStrongAuthTracker$Stub
995android.app.trust.IStrongAuthTracker
996android.app.trust.ITrustListener$Stub$Proxy
997android.app.trust.ITrustListener$Stub
998android.app.trust.ITrustListener
Andreas Gampe61e7b662015-06-17 23:57:04 -0700999android.app.trust.ITrustManager$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08001000android.app.trust.ITrustManager$Stub
1001android.app.trust.ITrustManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001002android.app.trust.TrustManager$1
1003android.app.trust.TrustManager$2
1004android.app.trust.TrustManager$TrustListener
Andreas Gampe61e7b662015-06-17 23:57:04 -07001005android.app.trust.TrustManager
Calin Juravle4a054192018-05-29 17:52:20 -07001006android.app.usage.AppStandbyInfo$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001007android.app.usage.AppStandbyInfo
1008android.app.usage.CacheQuotaHint$1
1009android.app.usage.CacheQuotaHint$Builder
1010android.app.usage.CacheQuotaHint
1011android.app.usage.CacheQuotaService$CacheQuotaServiceWrapper
1012android.app.usage.CacheQuotaService$ServiceHandler
1013android.app.usage.CacheQuotaService
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001014android.app.usage.ConfigurationStats$1
1015android.app.usage.ConfigurationStats
1016android.app.usage.EventList
art-benchmark-serviced5115932020-02-25 17:55:03 -08001017android.app.usage.ExternalStorageStats$1
1018android.app.usage.ExternalStorageStats
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001019android.app.usage.ICacheQuotaService$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08001020android.app.usage.ICacheQuotaService$Stub
Calin Juravle36829e52019-04-10 19:07:47 -07001021android.app.usage.ICacheQuotaService
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001022android.app.usage.IStorageStatsManager$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08001023android.app.usage.IStorageStatsManager$Stub
1024android.app.usage.IStorageStatsManager
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001025android.app.usage.IUsageStatsManager$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08001026android.app.usage.IUsageStatsManager$Stub
1027android.app.usage.IUsageStatsManager
art-benchmark-serviced5115932020-02-25 17:55:03 -08001028android.app.usage.NetworkStats$Bucket
1029android.app.usage.NetworkStats
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001030android.app.usage.NetworkStatsManager$CallbackHandler
1031android.app.usage.NetworkStatsManager$UsageCallback
Andreas Gampe61e7b662015-06-17 23:57:04 -07001032android.app.usage.NetworkStatsManager
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001033android.app.usage.StorageStats$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001034android.app.usage.StorageStats
Andreas Gampe0db10fd2017-02-01 15:57:57 -08001035android.app.usage.StorageStatsManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001036android.app.usage.TimeSparseArray
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001037android.app.usage.UsageEvents$1
1038android.app.usage.UsageEvents$Event
Calin Juravle00b23d32019-03-08 17:52:20 -08001039android.app.usage.UsageEvents
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001040android.app.usage.UsageStats$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001041android.app.usage.UsageStats
Andreas Gampe61e7b662015-06-17 23:57:04 -07001042android.app.usage.UsageStatsManager
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04001043android.appwidget.AppWidgetManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001044android.appwidget.AppWidgetManagerInternal
Mathieu Chartierba2c0462017-05-19 16:41:46 -07001045android.appwidget.AppWidgetProvider
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001046android.appwidget.AppWidgetProviderInfo$1
1047android.appwidget.AppWidgetProviderInfo
1048android.attention.AttentionManagerInternal$AttentionCallbackInternal
1049android.attention.AttentionManagerInternal
1050android.bluetooth.-$$Lambda$BluetoothAdapter$2$INSd_aND-SGWhhPZUtIqya_Uxw4
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07001051android.bluetooth.BluetoothA2dp$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001052android.bluetooth.BluetoothA2dp
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001053android.bluetooth.BluetoothA2dpSink
Calin Juravle4a054192018-05-29 17:52:20 -07001054android.bluetooth.BluetoothActivityEnergyInfo$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001055android.bluetooth.BluetoothActivityEnergyInfo
Andreas Gampe61e7b662015-06-17 23:57:04 -07001056android.bluetooth.BluetoothAdapter$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001057android.bluetooth.BluetoothAdapter$2
art-benchmark-serviced5115932020-02-25 17:55:03 -08001058android.bluetooth.BluetoothAdapter$3
1059android.bluetooth.BluetoothAdapter$4
1060android.bluetooth.BluetoothAdapter$5
Calin Juravle00b23d32019-03-08 17:52:20 -08001061android.bluetooth.BluetoothAdapter
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001062android.bluetooth.BluetoothAvrcpController
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001063android.bluetooth.BluetoothClass$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001064android.bluetooth.BluetoothClass
Calin Juravle4a054192018-05-29 17:52:20 -07001065android.bluetooth.BluetoothCodecConfig$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001066android.bluetooth.BluetoothCodecConfig
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001067android.bluetooth.BluetoothCodecStatus$1
1068android.bluetooth.BluetoothCodecStatus
Mathieu Chartierba2c0462017-05-19 16:41:46 -07001069android.bluetooth.BluetoothDevice$1
1070android.bluetooth.BluetoothDevice$2
Calin Juravle00b23d32019-03-08 17:52:20 -08001071android.bluetooth.BluetoothDevice
art-benchmark-serviced5115932020-02-25 17:55:03 -08001072android.bluetooth.BluetoothGattCallback
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001073android.bluetooth.BluetoothGattService$1
1074android.bluetooth.BluetoothGattService
Mathieu Chartierba2c0462017-05-19 16:41:46 -07001075android.bluetooth.BluetoothHeadset$1
1076android.bluetooth.BluetoothHeadset$2
1077android.bluetooth.BluetoothHeadset$3
Calin Juravle00b23d32019-03-08 17:52:20 -08001078android.bluetooth.BluetoothHeadset
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001079android.bluetooth.BluetoothHeadsetClient
1080android.bluetooth.BluetoothHearingAid$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001081android.bluetooth.BluetoothHearingAid
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001082android.bluetooth.BluetoothHidDevice$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001083android.bluetooth.BluetoothHidDevice
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001084android.bluetooth.BluetoothHidDeviceAppQosSettings$1
1085android.bluetooth.BluetoothHidDeviceAppQosSettings
1086android.bluetooth.BluetoothHidDeviceAppSdpSettings$1
1087android.bluetooth.BluetoothHidDeviceAppSdpSettings
1088android.bluetooth.BluetoothHidHost$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001089android.bluetooth.BluetoothHidHost
Calin Juravle4a054192018-05-29 17:52:20 -07001090android.bluetooth.BluetoothInputStream
Andreas Gampe61e7b662015-06-17 23:57:04 -07001091android.bluetooth.BluetoothManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001092android.bluetooth.BluetoothMap$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001093android.bluetooth.BluetoothMap
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001094android.bluetooth.BluetoothMapClient
Calin Juravle4a054192018-05-29 17:52:20 -07001095android.bluetooth.BluetoothOutputStream
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001096android.bluetooth.BluetoothPan$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001097android.bluetooth.BluetoothPan
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001098android.bluetooth.BluetoothPbap$1
1099android.bluetooth.BluetoothPbap$2
Calin Juravle00b23d32019-03-08 17:52:20 -08001100android.bluetooth.BluetoothPbap
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001101android.bluetooth.BluetoothPbapClient
Mathieu Chartierba2c0462017-05-19 16:41:46 -07001102android.bluetooth.BluetoothProfile$ServiceListener
Calin Juravle00b23d32019-03-08 17:52:20 -08001103android.bluetooth.BluetoothProfile
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001104android.bluetooth.BluetoothProfileConnector$1
1105android.bluetooth.BluetoothProfileConnector$2
1106android.bluetooth.BluetoothProfileConnector
1107android.bluetooth.BluetoothSap$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001108android.bluetooth.BluetoothSap
Calin Juravle4a054192018-05-29 17:52:20 -07001109android.bluetooth.BluetoothServerSocket
Calin Juravle4a054192018-05-29 17:52:20 -07001110android.bluetooth.BluetoothSocket$SocketState
Calin Juravle00b23d32019-03-08 17:52:20 -08001111android.bluetooth.BluetoothSocket
Calin Juravle4a054192018-05-29 17:52:20 -07001112android.bluetooth.BluetoothUuid
Andreas Gampe0db10fd2017-02-01 15:57:57 -08001113android.bluetooth.IBluetooth$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08001114android.bluetooth.IBluetooth$Stub
1115android.bluetooth.IBluetooth
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07001116android.bluetooth.IBluetoothA2dp$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08001117android.bluetooth.IBluetoothA2dp$Stub
1118android.bluetooth.IBluetoothA2dp
Calin Juravle4a054192018-05-29 17:52:20 -07001119android.bluetooth.IBluetoothAvrcpTarget$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08001120android.bluetooth.IBluetoothAvrcpTarget
Calin Juravle4a054192018-05-29 17:52:20 -07001121android.bluetooth.IBluetoothCallback$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08001122android.bluetooth.IBluetoothCallback$Stub
1123android.bluetooth.IBluetoothCallback
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001124android.bluetooth.IBluetoothGatt$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08001125android.bluetooth.IBluetoothGatt$Stub
1126android.bluetooth.IBluetoothGatt
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001127android.bluetooth.IBluetoothGattCallback$Stub$Proxy
1128android.bluetooth.IBluetoothGattCallback$Stub
1129android.bluetooth.IBluetoothGattCallback
1130android.bluetooth.IBluetoothGattServerCallback$Stub$Proxy
1131android.bluetooth.IBluetoothGattServerCallback$Stub
1132android.bluetooth.IBluetoothGattServerCallback
Mathieu Chartierba2c0462017-05-19 16:41:46 -07001133android.bluetooth.IBluetoothHeadset$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08001134android.bluetooth.IBluetoothHeadset$Stub
1135android.bluetooth.IBluetoothHeadset
Calin Juravle4a054192018-05-29 17:52:20 -07001136android.bluetooth.IBluetoothHeadsetPhone$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08001137android.bluetooth.IBluetoothHeadsetPhone$Stub
1138android.bluetooth.IBluetoothHeadsetPhone
art-benchmark-serviced5115932020-02-25 17:55:03 -08001139android.bluetooth.IBluetoothHearingAid$Stub$Proxy
Calin Juravle4a054192018-05-29 17:52:20 -07001140android.bluetooth.IBluetoothHearingAid$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08001141android.bluetooth.IBluetoothHearingAid
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001142android.bluetooth.IBluetoothHidDevice$Stub$Proxy
Calin Juravle4a054192018-05-29 17:52:20 -07001143android.bluetooth.IBluetoothHidDevice$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08001144android.bluetooth.IBluetoothHidDevice
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001145android.bluetooth.IBluetoothHidDeviceCallback$Stub$Proxy
1146android.bluetooth.IBluetoothHidDeviceCallback$Stub
1147android.bluetooth.IBluetoothHidDeviceCallback
1148android.bluetooth.IBluetoothHidHost$Stub$Proxy
Calin Juravle4a054192018-05-29 17:52:20 -07001149android.bluetooth.IBluetoothHidHost$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08001150android.bluetooth.IBluetoothHidHost
Andreas Gampe61e7b662015-06-17 23:57:04 -07001151android.bluetooth.IBluetoothManager$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08001152android.bluetooth.IBluetoothManager$Stub
1153android.bluetooth.IBluetoothManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001154android.bluetooth.IBluetoothManagerCallback$Stub$Proxy
Andreas Gampe61e7b662015-06-17 23:57:04 -07001155android.bluetooth.IBluetoothManagerCallback$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08001156android.bluetooth.IBluetoothManagerCallback
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001157android.bluetooth.IBluetoothMap$Stub$Proxy
Calin Juravle4a054192018-05-29 17:52:20 -07001158android.bluetooth.IBluetoothMap$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08001159android.bluetooth.IBluetoothMap
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001160android.bluetooth.IBluetoothMetadataListener$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08001161android.bluetooth.IBluetoothMetadataListener$Stub
1162android.bluetooth.IBluetoothMetadataListener
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001163android.bluetooth.IBluetoothPan$Stub$Proxy
Calin Juravle4a054192018-05-29 17:52:20 -07001164android.bluetooth.IBluetoothPan$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08001165android.bluetooth.IBluetoothPan
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001166android.bluetooth.IBluetoothPbap$Stub$Proxy
Calin Juravle4a054192018-05-29 17:52:20 -07001167android.bluetooth.IBluetoothPbap$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08001168android.bluetooth.IBluetoothPbap
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001169android.bluetooth.IBluetoothProfileServiceConnection$Stub$Proxy
Mathieu Chartierba2c0462017-05-19 16:41:46 -07001170android.bluetooth.IBluetoothProfileServiceConnection$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08001171android.bluetooth.IBluetoothProfileServiceConnection
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001172android.bluetooth.IBluetoothSap$Stub$Proxy
Calin Juravle4a054192018-05-29 17:52:20 -07001173android.bluetooth.IBluetoothSap$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08001174android.bluetooth.IBluetoothSap
Calin Juravle4a054192018-05-29 17:52:20 -07001175android.bluetooth.IBluetoothSocketManager$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08001176android.bluetooth.IBluetoothSocketManager$Stub
1177android.bluetooth.IBluetoothSocketManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001178android.bluetooth.IBluetoothStateChangeCallback$Stub$Proxy
Mathieu Chartierba2c0462017-05-19 16:41:46 -07001179android.bluetooth.IBluetoothStateChangeCallback$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08001180android.bluetooth.IBluetoothStateChangeCallback
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001181android.bluetooth.OobData$1
1182android.bluetooth.OobData
Calin Juravle4a054192018-05-29 17:52:20 -07001183android.bluetooth.UidTraffic$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001184android.bluetooth.UidTraffic
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001185android.bluetooth.le.AdvertiseData$1
1186android.bluetooth.le.AdvertiseData
1187android.bluetooth.le.AdvertisingSetParameters$1
1188android.bluetooth.le.AdvertisingSetParameters
art-benchmark-serviced5115932020-02-25 17:55:03 -08001189android.bluetooth.le.BluetoothLeScanner$1
1190android.bluetooth.le.BluetoothLeScanner$BleScanCallbackWrapper
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001191android.bluetooth.le.BluetoothLeScanner
art-benchmark-serviced5115932020-02-25 17:55:03 -08001192android.bluetooth.le.BluetoothLeUtils
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001193android.bluetooth.le.IAdvertisingSetCallback$Stub$Proxy
1194android.bluetooth.le.IAdvertisingSetCallback$Stub
1195android.bluetooth.le.IAdvertisingSetCallback
1196android.bluetooth.le.IPeriodicAdvertisingCallback$Stub$Proxy
1197android.bluetooth.le.IPeriodicAdvertisingCallback$Stub
1198android.bluetooth.le.IPeriodicAdvertisingCallback
Calin Juravle4a054192018-05-29 17:52:20 -07001199android.bluetooth.le.IScannerCallback$Stub$Proxy
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001200android.bluetooth.le.IScannerCallback$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08001201android.bluetooth.le.IScannerCallback
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001202android.bluetooth.le.PeriodicAdvertisingParameters$1
1203android.bluetooth.le.PeriodicAdvertisingParameters
art-benchmark-serviced5115932020-02-25 17:55:03 -08001204android.bluetooth.le.ScanCallback
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001205android.bluetooth.le.ScanFilter$1
1206android.bluetooth.le.ScanFilter$Builder
Calin Juravle00b23d32019-03-08 17:52:20 -08001207android.bluetooth.le.ScanFilter
Calin Juravle4a054192018-05-29 17:52:20 -07001208android.bluetooth.le.ScanRecord
Calin Juravle4a054192018-05-29 17:52:20 -07001209android.bluetooth.le.ScanResult$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001210android.bluetooth.le.ScanResult
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001211android.bluetooth.le.ScanSettings$1
1212android.bluetooth.le.ScanSettings$Builder
Calin Juravle00b23d32019-03-08 17:52:20 -08001213android.bluetooth.le.ScanSettings
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001214android.companion.AssociationRequest$1
1215android.companion.AssociationRequest
Mathieu Chartierba2c0462017-05-19 16:41:46 -07001216android.companion.CompanionDeviceManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001217android.companion.ICompanionDeviceManager$Stub$Proxy
1218android.companion.ICompanionDeviceManager$Stub
1219android.companion.ICompanionDeviceManager
1220android.companion.IFindDeviceCallback$Stub$Proxy
1221android.companion.IFindDeviceCallback$Stub
1222android.companion.IFindDeviceCallback
1223android.compat.Compatibility$Callbacks
1224android.compat.Compatibility
Calin Juravle4a054192018-05-29 17:52:20 -07001225android.content.-$$Lambda$AbstractThreadedSyncAdapter$ISyncAdapterImpl$L6ZtOCe8gjKwJj0908ytPlrD8Rc
art-benchmark-serviced5115932020-02-25 17:55:03 -08001226android.content.-$$Lambda$ClipboardManager$1$hQk8olbGAgUi4WWNG4ZuDZsM39s
Mathieu Chartierba2c0462017-05-19 16:41:46 -07001227android.content.AbstractThreadedSyncAdapter$ISyncAdapterImpl
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001228android.content.AbstractThreadedSyncAdapter$SyncThread
Calin Juravle00b23d32019-03-08 17:52:20 -08001229android.content.AbstractThreadedSyncAdapter
Andreas Gampedcad4ca2014-10-03 02:00:29 +00001230android.content.ActivityNotFoundException
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07001231android.content.AsyncQueryHandler$WorkerArgs
1232android.content.AsyncQueryHandler$WorkerHandler
Calin Juravle00b23d32019-03-08 17:52:20 -08001233android.content.AsyncQueryHandler
Calin Juravle00b23d32019-03-08 17:52:20 -08001234android.content.AsyncTaskLoader
Calin Juravle36829e52019-04-10 19:07:47 -07001235android.content.AutofillOptions$1
1236android.content.AutofillOptions
Andreas Gampe859e2782016-04-06 18:37:56 -07001237android.content.BroadcastReceiver$PendingResult$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001238android.content.BroadcastReceiver$PendingResult
1239android.content.BroadcastReceiver
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001240android.content.ClipData$1
1241android.content.ClipData$Item
1242android.content.ClipData
1243android.content.ClipDescription$1
1244android.content.ClipDescription
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07001245android.content.ClipboardManager$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001246android.content.ClipboardManager$OnPrimaryClipChangedListener
Calin Juravle00b23d32019-03-08 17:52:20 -08001247android.content.ClipboardManager
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04001248android.content.ComponentCallbacks2
Calin Juravle00b23d32019-03-08 17:52:20 -08001249android.content.ComponentCallbacks
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001250android.content.ComponentName$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001251android.content.ComponentName$WithComponentName
Calin Juravle00b23d32019-03-08 17:52:20 -08001252android.content.ComponentName
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001253android.content.ContentCaptureOptions$1
Calin Juravle36829e52019-04-10 19:07:47 -07001254android.content.ContentCaptureOptions
Calin Juravle00b23d32019-03-08 17:52:20 -08001255android.content.ContentInterface
art-benchmark-serviced5115932020-02-25 17:55:03 -08001256android.content.ContentProvider$CallingIdentity
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07001257android.content.ContentProvider$PipeDataWriter
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001258android.content.ContentProvider$Transport
Calin Juravle00b23d32019-03-08 17:52:20 -08001259android.content.ContentProvider
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001260android.content.ContentProviderClient$CursorWrapperInner
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001261android.content.ContentProviderClient$NotRespondingRunnable
Calin Juravle00b23d32019-03-08 17:52:20 -08001262android.content.ContentProviderClient
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001263android.content.ContentProviderNative
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001264android.content.ContentProviderOperation$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08001265android.content.ContentProviderOperation$BackReference$1
1266android.content.ContentProviderOperation$BackReference
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001267android.content.ContentProviderOperation$Builder
Calin Juravle00b23d32019-03-08 17:52:20 -08001268android.content.ContentProviderOperation
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001269android.content.ContentProviderProxy
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001270android.content.ContentProviderResult$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001271android.content.ContentProviderResult
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07001272android.content.ContentResolver$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08001273android.content.ContentResolver$2
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001274android.content.ContentResolver$CursorWrapperInner
art-benchmark-serviced5115932020-02-25 17:55:03 -08001275android.content.ContentResolver$GetTypeResultListener
1276android.content.ContentResolver$OpenResourceIdResult
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07001277android.content.ContentResolver$ParcelFileDescriptorInner
Calin Juravle00b23d32019-03-08 17:52:20 -08001278android.content.ContentResolver
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001279android.content.ContentUris
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001280android.content.ContentValues$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001281android.content.ContentValues
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001282android.content.Context
1283android.content.ContextWrapper
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07001284android.content.CursorLoader
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001285android.content.DialogInterface$OnCancelListener
1286android.content.DialogInterface$OnClickListener
1287android.content.DialogInterface$OnDismissListener
Calin Juravle4a054192018-05-29 17:52:20 -07001288android.content.DialogInterface$OnKeyListener
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001289android.content.DialogInterface$OnShowListener
Calin Juravle00b23d32019-03-08 17:52:20 -08001290android.content.DialogInterface
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07001291android.content.IClipboard$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08001292android.content.IClipboard$Stub
1293android.content.IClipboard
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001294android.content.IContentProvider
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001295android.content.IContentService$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08001296android.content.IContentService$Stub
1297android.content.IContentService
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001298android.content.IIntentReceiver$Stub$Proxy
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001299android.content.IIntentReceiver$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08001300android.content.IIntentReceiver
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001301android.content.IIntentSender$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08001302android.content.IIntentSender$Stub
1303android.content.IIntentSender
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001304android.content.IOnPrimaryClipChangedListener$Stub$Proxy
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07001305android.content.IOnPrimaryClipChangedListener$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08001306android.content.IOnPrimaryClipChangedListener
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001307android.content.IRestrictionsManager$Stub$Proxy
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07001308android.content.IRestrictionsManager$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08001309android.content.IRestrictionsManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001310android.content.ISyncAdapter$Stub$Proxy
Mathieu Chartierba2c0462017-05-19 16:41:46 -07001311android.content.ISyncAdapter$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08001312android.content.ISyncAdapter
Calin Juravle4a054192018-05-29 17:52:20 -07001313android.content.ISyncAdapterUnsyncableAccountCallback$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08001314android.content.ISyncAdapterUnsyncableAccountCallback$Stub
1315android.content.ISyncAdapterUnsyncableAccountCallback
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001316android.content.ISyncContext$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08001317android.content.ISyncContext$Stub
1318android.content.ISyncContext
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001319android.content.ISyncStatusObserver$Stub$Proxy
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07001320android.content.ISyncStatusObserver$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08001321android.content.ISyncStatusObserver
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001322android.content.Intent$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08001323android.content.Intent$CommandOptionHandler
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001324android.content.Intent$FilterComparison
Calin Juravle00b23d32019-03-08 17:52:20 -08001325android.content.Intent
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001326android.content.IntentFilter$1
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001327android.content.IntentFilter$AuthorityEntry
Andreas Gampedcad4ca2014-10-03 02:00:29 +00001328android.content.IntentFilter$MalformedMimeTypeException
Calin Juravle00b23d32019-03-08 17:52:20 -08001329android.content.IntentFilter
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001330android.content.IntentSender$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001331android.content.IntentSender$FinishedDispatcher
Andreas Gampedcad4ca2014-10-03 02:00:29 +00001332android.content.IntentSender$SendIntentException
Calin Juravle00b23d32019-03-08 17:52:20 -08001333android.content.IntentSender
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07001334android.content.Loader$ForceLoadContentObserver
1335android.content.Loader$OnLoadCanceledListener
1336android.content.Loader$OnLoadCompleteListener
Calin Juravle00b23d32019-03-08 17:52:20 -08001337android.content.Loader
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001338android.content.LocusId$1
1339android.content.LocusId
art-benchmark-serviced5115932020-02-25 17:55:03 -08001340android.content.LoggingContentInterface
1341android.content.MutableContextWrapper
Andreas Gampedcad4ca2014-10-03 02:00:29 +00001342android.content.OperationApplicationException
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001343android.content.PeriodicSync$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08001344android.content.PeriodicSync
1345android.content.PermissionChecker
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001346android.content.ReceiverCallNotAllowedException
art-benchmark-serviced5115932020-02-25 17:55:03 -08001347android.content.RestrictionEntry
Andreas Gampe61e7b662015-06-17 23:57:04 -07001348android.content.RestrictionsManager
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001349android.content.SearchRecentSuggestionsProvider$DatabaseHelper
Calin Juravle00b23d32019-03-08 17:52:20 -08001350android.content.SearchRecentSuggestionsProvider
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001351android.content.ServiceConnection
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001352android.content.SharedPreferences$Editor
1353android.content.SharedPreferences$OnSharedPreferenceChangeListener
Calin Juravle00b23d32019-03-08 17:52:20 -08001354android.content.SharedPreferences
Calin Juravle4a054192018-05-29 17:52:20 -07001355android.content.SyncAdapterType$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001356android.content.SyncAdapterType
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001357android.content.SyncAdaptersCache$MySerializer
1358android.content.SyncAdaptersCache
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001359android.content.SyncContext
art-benchmark-serviced5115932020-02-25 17:55:03 -08001360android.content.SyncInfo$1
1361android.content.SyncInfo
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07001362android.content.SyncRequest$1
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001363android.content.SyncRequest$Builder
Calin Juravle00b23d32019-03-08 17:52:20 -08001364android.content.SyncRequest
Mathieu Chartierba2c0462017-05-19 16:41:46 -07001365android.content.SyncResult$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001366android.content.SyncResult
Mathieu Chartierba2c0462017-05-19 16:41:46 -07001367android.content.SyncStats$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001368android.content.SyncStats
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001369android.content.SyncStatusInfo$1
1370android.content.SyncStatusInfo$Stats
1371android.content.SyncStatusInfo
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07001372android.content.SyncStatusObserver
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001373android.content.UndoManager$UndoState
Calin Juravle00b23d32019-03-08 17:52:20 -08001374android.content.UndoManager
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001375android.content.UndoOperation
Andreas Gampe61e7b662015-06-17 23:57:04 -07001376android.content.UndoOwner
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001377android.content.UriMatcher
art-benchmark-serviced5115932020-02-25 17:55:03 -08001378android.content.UriPermission$1
1379android.content.UriPermission
art-benchmark-service56aece62020-02-10 17:58:03 -08001380android.content.integrity.AppIntegrityManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001381android.content.om.IOverlayManager$Stub$Proxy
1382android.content.om.IOverlayManager$Stub
1383android.content.om.IOverlayManager
1384android.content.om.OverlayInfo$1
1385android.content.om.OverlayInfo
Calin Juravle00b23d32019-03-08 17:52:20 -08001386android.content.om.OverlayManager
art-benchmark-service35aba412020-02-03 11:53:25 -08001387android.content.om.OverlayableInfo
art-benchmark-serviced5115932020-02-25 17:55:03 -08001388android.content.pm.-$$Lambda$B12dZLpdwpXn89QSesmkaZjD72Q
art-benchmark-servicead05a302020-03-17 09:46:02 -07001389android.content.pm.-$$Lambda$IPackageManager$Stub$ZVp6oEh-Gn_bn8lM7TgSgpaGriw
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001390android.content.pm.-$$Lambda$PackageParser$0DZRgzfgaIMpCOhJqjw6PUiU5vw
1391android.content.pm.-$$Lambda$PackageParser$0aobsT7Zf7WVZCqMZ5z2clAuQf4
1392android.content.pm.-$$Lambda$PackageParser$M-9fHqS_eEp1oYkuKJhRHOGUxf8
1393android.content.pm.-$$Lambda$T1UQAuePWRRmVQ1KzTyMAktZUPM
1394android.content.pm.-$$Lambda$ciir_QAmv6RwJro4I58t77dPnxU
art-benchmark-serviced5115932020-02-25 17:55:03 -08001395android.content.pm.-$$Lambda$hUJwdX9IqTlLwBds2BUGqVf-FM8
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001396android.content.pm.-$$Lambda$n3uXeb1v-YRmq_BWTfosEqUUr9g
1397android.content.pm.-$$Lambda$zO9HBUVgPeroyDQPLJE-MNMvSqc
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001398android.content.pm.ActivityInfo$1
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07001399android.content.pm.ActivityInfo$WindowLayout
Calin Juravle00b23d32019-03-08 17:52:20 -08001400android.content.pm.ActivityInfo
art-benchmark-serviced5115932020-02-25 17:55:03 -08001401android.content.pm.ActivityPresentationInfo
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001402android.content.pm.ApplicationInfo$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001403android.content.pm.ApplicationInfo
art-benchmark-serviced5115932020-02-25 17:55:03 -08001404android.content.pm.AuxiliaryResolveInfo$AuxiliaryFilter
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001405android.content.pm.BaseParceledListSlice$1
Mathieu Chartierba2c0462017-05-19 16:41:46 -07001406android.content.pm.BaseParceledListSlice
art-benchmark-serviced5115932020-02-25 17:55:03 -08001407android.content.pm.ChangedPackages$1
1408android.content.pm.ChangedPackages
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001409android.content.pm.ComponentInfo
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001410android.content.pm.ConfigurationInfo$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001411android.content.pm.ConfigurationInfo
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001412android.content.pm.CrossProfileApps
art-benchmark-service35aba412020-02-03 11:53:25 -08001413android.content.pm.DataLoaderManager
art-benchmark-serviced5115932020-02-25 17:55:03 -08001414android.content.pm.DataLoaderParams
1415android.content.pm.DataLoaderParamsParcel
Calin Juravle00b23d32019-03-08 17:52:20 -08001416android.content.pm.FallbackCategoryProvider
Andreas Gampedcad4ca2014-10-03 02:00:29 +00001417android.content.pm.FeatureGroupInfo$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001418android.content.pm.FeatureGroupInfo
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001419android.content.pm.FeatureInfo$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001420android.content.pm.FeatureInfo
art-benchmark-serviced5115932020-02-25 17:55:03 -08001421android.content.pm.ICrossProfileApps$Stub$Proxy
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001422android.content.pm.ICrossProfileApps$Stub
1423android.content.pm.ICrossProfileApps
art-benchmark-serviced5115932020-02-25 17:55:03 -08001424android.content.pm.IDataLoader
1425android.content.pm.IDataLoaderManager$Stub
1426android.content.pm.IDataLoaderManager
1427android.content.pm.IDataLoaderStatusListener$Stub
1428android.content.pm.IDataLoaderStatusListener
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001429android.content.pm.IDexModuleRegisterCallback$Stub$Proxy
1430android.content.pm.IDexModuleRegisterCallback$Stub
1431android.content.pm.IDexModuleRegisterCallback
Calin Juravle4a054192018-05-29 17:52:20 -07001432android.content.pm.ILauncherApps$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08001433android.content.pm.ILauncherApps$Stub
1434android.content.pm.ILauncherApps
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001435android.content.pm.IOnAppsChangedListener$Stub$Proxy
Calin Juravle4a054192018-05-29 17:52:20 -07001436android.content.pm.IOnAppsChangedListener$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08001437android.content.pm.IOnAppsChangedListener
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001438android.content.pm.IOtaDexopt$Stub
1439android.content.pm.IOtaDexopt
1440android.content.pm.IPackageDataObserver$Stub$Proxy
Calin Juravle4a054192018-05-29 17:52:20 -07001441android.content.pm.IPackageDataObserver$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08001442android.content.pm.IPackageDataObserver
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001443android.content.pm.IPackageDeleteObserver$Stub$Proxy
1444android.content.pm.IPackageDeleteObserver$Stub
1445android.content.pm.IPackageDeleteObserver2$Stub$Proxy
1446android.content.pm.IPackageDeleteObserver2$Stub
1447android.content.pm.IPackageDeleteObserver2
Calin Juravle4a054192018-05-29 17:52:20 -07001448android.content.pm.IPackageDeleteObserver
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001449android.content.pm.IPackageInstallObserver2$Stub
1450android.content.pm.IPackageInstallObserver2
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07001451android.content.pm.IPackageInstaller$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08001452android.content.pm.IPackageInstaller$Stub
1453android.content.pm.IPackageInstaller
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001454android.content.pm.IPackageInstallerCallback$Stub$Proxy
Calin Juravle4a054192018-05-29 17:52:20 -07001455android.content.pm.IPackageInstallerCallback$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08001456android.content.pm.IPackageInstallerCallback
Calin Juravle4a054192018-05-29 17:52:20 -07001457android.content.pm.IPackageInstallerSession$Stub$Proxy
art-benchmark-serviced5115932020-02-25 17:55:03 -08001458android.content.pm.IPackageInstallerSession$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08001459android.content.pm.IPackageInstallerSession
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001460android.content.pm.IPackageManager$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08001461android.content.pm.IPackageManager$Stub
1462android.content.pm.IPackageManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001463android.content.pm.IPackageManagerNative$Stub
1464android.content.pm.IPackageManagerNative
1465android.content.pm.IPackageMoveObserver$Stub$Proxy
1466android.content.pm.IPackageMoveObserver$Stub
1467android.content.pm.IPackageMoveObserver
1468android.content.pm.IPackageStatsObserver$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08001469android.content.pm.IPackageStatsObserver$Stub
Calin Juravle36829e52019-04-10 19:07:47 -07001470android.content.pm.IPackageStatsObserver
art-benchmark-serviced5115932020-02-25 17:55:03 -08001471android.content.pm.IShortcutChangeCallback$Stub
1472android.content.pm.IShortcutChangeCallback
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07001473android.content.pm.IShortcutService$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08001474android.content.pm.IShortcutService$Stub
1475android.content.pm.IShortcutService
art-benchmark-serviced5115932020-02-25 17:55:03 -08001476android.content.pm.InstallSourceInfo$1
1477android.content.pm.InstallSourceInfo
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001478android.content.pm.InstantAppIntentFilter$1
1479android.content.pm.InstantAppIntentFilter
art-benchmark-serviced5115932020-02-25 17:55:03 -08001480android.content.pm.InstantAppRequest
1481android.content.pm.InstantAppRequestInfo
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001482android.content.pm.InstantAppResolveInfo$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08001483android.content.pm.InstantAppResolveInfo$InstantAppDigest$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001484android.content.pm.InstantAppResolveInfo$InstantAppDigest
1485android.content.pm.InstantAppResolveInfo
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001486android.content.pm.InstrumentationInfo$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001487android.content.pm.InstrumentationInfo
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001488android.content.pm.IntentFilterVerificationInfo$1
1489android.content.pm.IntentFilterVerificationInfo
1490android.content.pm.KeySet$1
1491android.content.pm.KeySet
1492android.content.pm.LauncherActivityInfo
Calin Juravle4a054192018-05-29 17:52:20 -07001493android.content.pm.LauncherApps$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08001494android.content.pm.LauncherApps$AppUsageLimit$1
1495android.content.pm.LauncherApps$AppUsageLimit
1496android.content.pm.LauncherApps$Callback
1497android.content.pm.LauncherApps$CallbackMessageHandler$CallbackInfo
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001498android.content.pm.LauncherApps$CallbackMessageHandler
art-benchmark-serviced5115932020-02-25 17:55:03 -08001499android.content.pm.LauncherApps$ShortcutQuery
Calin Juravle00b23d32019-03-08 17:52:20 -08001500android.content.pm.LauncherApps
1501android.content.pm.ModuleInfo$1
1502android.content.pm.ModuleInfo
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001503android.content.pm.PackageInfo$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001504android.content.pm.PackageInfo
art-benchmark-serviced5115932020-02-25 17:55:03 -08001505android.content.pm.PackageInfoLite$1
1506android.content.pm.PackageInfoLite
Calin Juravle4a054192018-05-29 17:52:20 -07001507android.content.pm.PackageInstaller$Session
1508android.content.pm.PackageInstaller$SessionCallback
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001509android.content.pm.PackageInstaller$SessionCallbackDelegate
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001510android.content.pm.PackageInstaller$SessionInfo$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001511android.content.pm.PackageInstaller$SessionInfo
Calin Juravle4a054192018-05-29 17:52:20 -07001512android.content.pm.PackageInstaller$SessionParams$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001513android.content.pm.PackageInstaller$SessionParams
1514android.content.pm.PackageInstaller
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001515android.content.pm.PackageItemInfo
Kenny Rootdbf30ed2012-09-19 13:08:12 -07001516android.content.pm.PackageManager$NameNotFoundException
Calin Juravle4a054192018-05-29 17:52:20 -07001517android.content.pm.PackageManager$OnPermissionsChangedListener
Calin Juravle00b23d32019-03-08 17:52:20 -08001518android.content.pm.PackageManager
1519android.content.pm.PackageParser$1
Calin Juravle4a054192018-05-29 17:52:20 -07001520android.content.pm.PackageParser$Activity$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001521android.content.pm.PackageParser$Activity
Calin Juravle4a054192018-05-29 17:52:20 -07001522android.content.pm.PackageParser$ActivityIntentInfo
1523android.content.pm.PackageParser$ApkLite
1524android.content.pm.PackageParser$CachedComponentArgs
1525android.content.pm.PackageParser$Callback
1526android.content.pm.PackageParser$CallbackImpl
1527android.content.pm.PackageParser$Component
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001528android.content.pm.PackageParser$Instrumentation$1
1529android.content.pm.PackageParser$Instrumentation
Calin Juravle00b23d32019-03-08 17:52:20 -08001530android.content.pm.PackageParser$IntentInfo
Calin Juravle4a054192018-05-29 17:52:20 -07001531android.content.pm.PackageParser$NewPermissionInfo
Calin Juravle4a054192018-05-29 17:52:20 -07001532android.content.pm.PackageParser$Package$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001533android.content.pm.PackageParser$Package
Calin Juravle4a054192018-05-29 17:52:20 -07001534android.content.pm.PackageParser$PackageLite
Andreas Gampedcad4ca2014-10-03 02:00:29 +00001535android.content.pm.PackageParser$PackageParserException
Calin Juravle4a054192018-05-29 17:52:20 -07001536android.content.pm.PackageParser$ParseComponentArgs
Calin Juravle00b23d32019-03-08 17:52:20 -08001537android.content.pm.PackageParser$ParsePackageItemArgs
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001538android.content.pm.PackageParser$Permission$1
1539android.content.pm.PackageParser$Permission
1540android.content.pm.PackageParser$PermissionGroup$1
1541android.content.pm.PackageParser$PermissionGroup
1542android.content.pm.PackageParser$Provider$1
1543android.content.pm.PackageParser$Provider
1544android.content.pm.PackageParser$ProviderIntentInfo
1545android.content.pm.PackageParser$Service$1
1546android.content.pm.PackageParser$Service
1547android.content.pm.PackageParser$ServiceIntentInfo
Calin Juravle4a054192018-05-29 17:52:20 -07001548android.content.pm.PackageParser$SigningDetails$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001549android.content.pm.PackageParser$SigningDetails$Builder
Calin Juravle00b23d32019-03-08 17:52:20 -08001550android.content.pm.PackageParser$SigningDetails
Calin Juravle4a054192018-05-29 17:52:20 -07001551android.content.pm.PackageParser$SplitNameComparator
Calin Juravle00b23d32019-03-08 17:52:20 -08001552android.content.pm.PackageParser
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001553android.content.pm.PackageParserCacheHelper$ReadHelper
1554android.content.pm.PackageParserCacheHelper$WriteHelper
art-benchmark-servicead05a302020-03-17 09:46:02 -07001555android.content.pm.PackagePartitions$DeferredCanonicalFile
1556android.content.pm.PackagePartitions$SystemPartition
1557android.content.pm.PackagePartitions
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001558android.content.pm.PackageStats$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001559android.content.pm.PackageStats
Calin Juravle4a054192018-05-29 17:52:20 -07001560android.content.pm.PackageUserState
Andreas Gampe61e7b662015-06-17 23:57:04 -07001561android.content.pm.ParceledListSlice$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001562android.content.pm.ParceledListSlice
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001563android.content.pm.PathPermission$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001564android.content.pm.PathPermission
1565android.content.pm.PermissionGroupInfo$1
1566android.content.pm.PermissionGroupInfo
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001567android.content.pm.PermissionInfo$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001568android.content.pm.PermissionInfo
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001569android.content.pm.ProviderInfo$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001570android.content.pm.ProviderInfo
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001571android.content.pm.RegisteredServicesCache$1
1572android.content.pm.RegisteredServicesCache$2
1573android.content.pm.RegisteredServicesCache$3
1574android.content.pm.RegisteredServicesCache$ServiceInfo
1575android.content.pm.RegisteredServicesCache$UserServices
1576android.content.pm.RegisteredServicesCache
1577android.content.pm.RegisteredServicesCacheListener
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001578android.content.pm.ResolveInfo$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001579android.content.pm.ResolveInfo
1580android.content.pm.SELinuxUtil
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001581android.content.pm.ServiceInfo$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001582android.content.pm.ServiceInfo
1583android.content.pm.SharedLibraryInfo$1
1584android.content.pm.SharedLibraryInfo
Mathieu Chartierba2c0462017-05-19 16:41:46 -07001585android.content.pm.ShortcutInfo$1
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001586android.content.pm.ShortcutInfo$Builder
Calin Juravle00b23d32019-03-08 17:52:20 -08001587android.content.pm.ShortcutInfo
art-benchmark-serviced5115932020-02-25 17:55:03 -08001588android.content.pm.ShortcutManager$ShareShortcutInfo$1
1589android.content.pm.ShortcutManager$ShareShortcutInfo
Andreas Gampe859e2782016-04-06 18:37:56 -07001590android.content.pm.ShortcutManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001591android.content.pm.ShortcutServiceInternal$ShortcutChangeListener
1592android.content.pm.ShortcutServiceInternal
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001593android.content.pm.Signature$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001594android.content.pm.Signature
Calin Juravle4a054192018-05-29 17:52:20 -07001595android.content.pm.SigningInfo$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001596android.content.pm.SigningInfo
Calin Juravle36829e52019-04-10 19:07:47 -07001597android.content.pm.StringParceledListSlice$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001598android.content.pm.StringParceledListSlice
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001599android.content.pm.SuspendDialogInfo$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08001600android.content.pm.SuspendDialogInfo$Builder
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001601android.content.pm.SuspendDialogInfo
Kenny Root9787b802013-04-26 12:53:57 -07001602android.content.pm.UserInfo$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001603android.content.pm.UserInfo
art-benchmark-serviced5115932020-02-25 17:55:03 -08001604android.content.pm.VerifierDeviceIdentity$1
1605android.content.pm.VerifierDeviceIdentity
Calin Juravle36829e52019-04-10 19:07:47 -07001606android.content.pm.VerifierInfo$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001607android.content.pm.VerifierInfo
1608android.content.pm.VersionedPackage$1
1609android.content.pm.VersionedPackage
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001610android.content.pm.XmlSerializerAndParser
art-benchmark-serviced5115932020-02-25 17:55:03 -08001611android.content.pm.dex.ArtManager$SnapshotRuntimeProfileCallbackDelegate
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001612android.content.pm.dex.ArtManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001613android.content.pm.dex.ArtManagerInternal
1614android.content.pm.dex.DexMetadataHelper
art-benchmark-serviced5115932020-02-25 17:55:03 -08001615android.content.pm.dex.IArtManager$Stub$Proxy
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001616android.content.pm.dex.IArtManager$Stub
Calin Juravle4a054192018-05-29 17:52:20 -07001617android.content.pm.dex.IArtManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001618android.content.pm.dex.ISnapshotRuntimeProfileCallback$Stub$Proxy
1619android.content.pm.dex.ISnapshotRuntimeProfileCallback$Stub
1620android.content.pm.dex.ISnapshotRuntimeProfileCallback
art-benchmark-serviced5115932020-02-25 17:55:03 -08001621android.content.pm.dex.PackageOptimizationInfo
1622android.content.pm.parsing.AndroidPackage
1623android.content.pm.parsing.AndroidPackageWrite
1624android.content.pm.parsing.ApkLiteParseUtils
1625android.content.pm.parsing.ApkParseUtils$ParseInput
1626android.content.pm.parsing.ApkParseUtils$ParseResult
1627android.content.pm.parsing.ApkParseUtils
1628android.content.pm.parsing.ComponentParseUtils$ParsedActivity$1
1629android.content.pm.parsing.ComponentParseUtils$ParsedActivity
1630android.content.pm.parsing.ComponentParseUtils$ParsedActivityIntentInfo$1
1631android.content.pm.parsing.ComponentParseUtils$ParsedActivityIntentInfo
1632android.content.pm.parsing.ComponentParseUtils$ParsedComponent
1633android.content.pm.parsing.ComponentParseUtils$ParsedFeature
1634android.content.pm.parsing.ComponentParseUtils$ParsedInstrumentation$1
1635android.content.pm.parsing.ComponentParseUtils$ParsedInstrumentation
1636android.content.pm.parsing.ComponentParseUtils$ParsedIntentInfo
1637android.content.pm.parsing.ComponentParseUtils$ParsedMainComponent$1
1638android.content.pm.parsing.ComponentParseUtils$ParsedMainComponent
1639android.content.pm.parsing.ComponentParseUtils$ParsedPermission$1
1640android.content.pm.parsing.ComponentParseUtils$ParsedPermission
1641android.content.pm.parsing.ComponentParseUtils$ParsedPermissionGroup$1
1642android.content.pm.parsing.ComponentParseUtils$ParsedPermissionGroup
1643android.content.pm.parsing.ComponentParseUtils$ParsedProcess
1644android.content.pm.parsing.ComponentParseUtils$ParsedProvider$1
1645android.content.pm.parsing.ComponentParseUtils$ParsedProvider
1646android.content.pm.parsing.ComponentParseUtils$ParsedProviderIntentInfo$1
1647android.content.pm.parsing.ComponentParseUtils$ParsedProviderIntentInfo
1648android.content.pm.parsing.ComponentParseUtils$ParsedQueriesIntentInfo
1649android.content.pm.parsing.ComponentParseUtils$ParsedService$1
1650android.content.pm.parsing.ComponentParseUtils$ParsedService
1651android.content.pm.parsing.ComponentParseUtils$ParsedServiceIntentInfo$1
1652android.content.pm.parsing.ComponentParseUtils$ParsedServiceIntentInfo
1653android.content.pm.parsing.ComponentParseUtils
1654android.content.pm.parsing.PackageImpl$1
1655android.content.pm.parsing.PackageImpl
1656android.content.pm.parsing.PackageInfoUtils
1657android.content.pm.parsing.ParsedPackage$PackageSettingCallback
1658android.content.pm.parsing.ParsedPackage
1659android.content.pm.parsing.ParsingPackage
1660android.content.pm.parsing.library.-$$Lambda$WrPVuoVJehE45tfhLfe_8Tcc-Nw
1661android.content.pm.parsing.library.AndroidHidlUpdater
1662android.content.pm.parsing.library.AndroidTestBaseUpdater
1663android.content.pm.parsing.library.OrgApacheHttpLegacyUpdater
1664android.content.pm.parsing.library.PackageBackwardCompatibility$AndroidTestRunnerSplitUpdater
1665android.content.pm.parsing.library.PackageBackwardCompatibility$RemoveUnnecessaryAndroidTestBaseLibrary
1666android.content.pm.parsing.library.PackageBackwardCompatibility
1667android.content.pm.parsing.library.PackageSharedLibraryUpdater
1668android.content.pm.permission.SplitPermissionInfoParcelable$1
1669android.content.pm.permission.SplitPermissionInfoParcelable
Calin Juravle4a054192018-05-29 17:52:20 -07001670android.content.pm.split.DefaultSplitAssetLoader
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001671android.content.pm.split.SplitAssetDependencyLoader
Calin Juravle4a054192018-05-29 17:52:20 -07001672android.content.pm.split.SplitAssetLoader
Calin Juravle00b23d32019-03-08 17:52:20 -08001673android.content.pm.split.SplitDependencyLoader$IllegalDependencyException
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001674android.content.pm.split.SplitDependencyLoader
Calin Juravle4a054192018-05-29 17:52:20 -07001675android.content.res.-$$Lambda$Resources$4msWUw7LKsgLexLZjIfWa4oguq4
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001676android.content.res.-$$Lambda$ResourcesImpl$99dm2ENnzo9b0SIUjUj2Kl3pi90
1677android.content.res.-$$Lambda$ResourcesImpl$h3PTRX185BeQl8SVC2_w9arp5Og
1678android.content.res.ApkAssets
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08001679android.content.res.AssetFileDescriptor$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001680android.content.res.AssetFileDescriptor$AutoCloseInputStream
Calin Juravle00b23d32019-03-08 17:52:20 -08001681android.content.res.AssetFileDescriptor
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001682android.content.res.AssetManager$AssetInputStream
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001683android.content.res.AssetManager$Builder
Calin Juravle00b23d32019-03-08 17:52:20 -08001684android.content.res.AssetManager
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001685android.content.res.ColorStateList$1
Andreas Gampe571fc302016-02-18 13:58:09 -08001686android.content.res.ColorStateList$ColorStateListFactory
Calin Juravle00b23d32019-03-08 17:52:20 -08001687android.content.res.ColorStateList
Mathieu Chartierba2c0462017-05-19 16:41:46 -07001688android.content.res.CompatResources
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08001689android.content.res.CompatibilityInfo$1
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04001690android.content.res.CompatibilityInfo$2
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001691android.content.res.CompatibilityInfo$Translator
Calin Juravle00b23d32019-03-08 17:52:20 -08001692android.content.res.CompatibilityInfo
Andreas Gampe571fc302016-02-18 13:58:09 -08001693android.content.res.ComplexColor
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08001694android.content.res.Configuration$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001695android.content.res.Configuration
Andreas Gampe61e7b662015-06-17 23:57:04 -07001696android.content.res.ConfigurationBoundResourceCache
1697android.content.res.ConstantState
1698android.content.res.DrawableCache
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001699android.content.res.FontResourcesParser$FamilyResourceEntry
1700android.content.res.FontResourcesParser$FontFamilyFilesResourceEntry
1701android.content.res.FontResourcesParser$FontFileResourceEntry
1702android.content.res.FontResourcesParser$ProviderResourceEntry
Calin Juravle00b23d32019-03-08 17:52:20 -08001703android.content.res.FontResourcesParser
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001704android.content.res.GradientColor$GradientColorFactory
Andreas Gampe571fc302016-02-18 13:58:09 -08001705android.content.res.GradientColor
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001706android.content.res.ObbInfo$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001707android.content.res.ObbInfo
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001708android.content.res.ObbScanner
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07001709android.content.res.ResourceId
Andreas Gampedcad4ca2014-10-03 02:00:29 +00001710android.content.res.Resources$NotFoundException
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001711android.content.res.Resources$Theme
Andreas Gampe61e7b662015-06-17 23:57:04 -07001712android.content.res.Resources$ThemeKey
art-benchmark-serviced5115932020-02-25 17:55:03 -08001713android.content.res.Resources$UpdateCallbacks
Calin Juravle00b23d32019-03-08 17:52:20 -08001714android.content.res.Resources
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001715android.content.res.ResourcesImpl$LookupStack
Andreas Gampe859e2782016-04-06 18:37:56 -07001716android.content.res.ResourcesImpl$ThemeImpl
Calin Juravle00b23d32019-03-08 17:52:20 -08001717android.content.res.ResourcesImpl
Andreas Gampedcad4ca2014-10-03 02:00:29 +00001718android.content.res.ResourcesKey
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001719android.content.res.StringBlock$Height
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001720android.content.res.StringBlock$StyleIDs
Calin Juravle00b23d32019-03-08 17:52:20 -08001721android.content.res.StringBlock
Andreas Gampe61e7b662015-06-17 23:57:04 -07001722android.content.res.ThemedResourceCache
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001723android.content.res.TypedArray
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001724android.content.res.XmlBlock$Parser
Calin Juravle00b23d32019-03-08 17:52:20 -08001725android.content.res.XmlBlock
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08001726android.content.res.XmlResourceParser
art-benchmark-serviced5115932020-02-25 17:55:03 -08001727android.content.res.loader.AssetsProvider
1728android.content.res.loader.ResourcesLoader$UpdateCallbacks
1729android.content.res.loader.ResourcesLoader
1730android.content.res.loader.ResourcesProvider
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001731android.content.rollback.IRollbackManager$Stub$Proxy
1732android.content.rollback.IRollbackManager$Stub
1733android.content.rollback.IRollbackManager
Calin Juravle00b23d32019-03-08 17:52:20 -08001734android.content.rollback.RollbackManager
art-benchmark-serviced5115932020-02-25 17:55:03 -08001735android.content.type.DefaultMimeMapFactory
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001736android.database.AbstractCursor$SelfContentObserver
Calin Juravle00b23d32019-03-08 17:52:20 -08001737android.database.AbstractCursor
Evan Millar0ea97b82009-03-24 17:49:23 -07001738android.database.AbstractWindowedCursor
Kenny Rootdbf30ed2012-09-19 13:08:12 -07001739android.database.BulkCursorDescriptor$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001740android.database.BulkCursorDescriptor
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001741android.database.BulkCursorNative
1742android.database.BulkCursorProxy
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001743android.database.BulkCursorToCursorAdaptor
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08001744android.database.CharArrayBuffer
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001745android.database.ContentObservable
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001746android.database.ContentObserver$NotificationRunnable
1747android.database.ContentObserver$Transport
Calin Juravle00b23d32019-03-08 17:52:20 -08001748android.database.ContentObserver
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001749android.database.CrossProcessCursor
Kenny Rootdbf30ed2012-09-19 13:08:12 -07001750android.database.CrossProcessCursorWrapper
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001751android.database.Cursor
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001752android.database.CursorIndexOutOfBoundsException
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04001753android.database.CursorToBulkCursorAdaptor$ContentObserverProxy
Calin Juravle00b23d32019-03-08 17:52:20 -08001754android.database.CursorToBulkCursorAdaptor
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08001755android.database.CursorWindow$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001756android.database.CursorWindow
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001757android.database.CursorWrapper
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001758android.database.DataSetObservable
1759android.database.DataSetObserver
Jesse Wilson80686182011-01-21 17:12:43 -08001760android.database.DatabaseErrorHandler
art-benchmark-serviced5115932020-02-25 17:55:03 -08001761android.database.DatabaseUtils$InsertHelper
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001762android.database.DatabaseUtils
Jesse Wilson80686182011-01-21 17:12:43 -08001763android.database.DefaultDatabaseErrorHandler
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001764android.database.IBulkCursor
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04001765android.database.IContentObserver$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08001766android.database.IContentObserver$Stub
1767android.database.IContentObserver
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001768android.database.MatrixCursor$RowBuilder
Calin Juravle00b23d32019-03-08 17:52:20 -08001769android.database.MatrixCursor
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07001770android.database.MergeCursor$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001771android.database.MergeCursor
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001772android.database.Observable
Andreas Gampedcad4ca2014-10-03 02:00:29 +00001773android.database.SQLException
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001774android.database.StaleDataException
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001775android.database.sqlite.-$$Lambda$RBWjWVyGrOTsQrLCYzJ_G8Uk25Q
art-benchmark-serviced5115932020-02-25 17:55:03 -08001776android.database.sqlite.-$$Lambda$SQLiteDatabase$1FsSJH2q7x3eeDFXCAu9l4piDsE
1777android.database.sqlite.-$$Lambda$SQLiteQueryBuilder$W2yQ6UjYGqGIu6HEomKgdgvGNKI
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001778android.database.sqlite.DatabaseObjectNotClosedException
art-benchmark-serviced5115932020-02-25 17:55:03 -08001779android.database.sqlite.SQLiteAbortException
1780android.database.sqlite.SQLiteAccessPermException
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001781android.database.sqlite.SQLiteBindOrColumnIndexOutOfRangeException
art-benchmark-serviced5115932020-02-25 17:55:03 -08001782android.database.sqlite.SQLiteBlobTooBigException
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001783android.database.sqlite.SQLiteCantOpenDatabaseException
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08001784android.database.sqlite.SQLiteClosable
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001785android.database.sqlite.SQLiteCompatibilityWalFlags
Kenny Rootdbf30ed2012-09-19 13:08:12 -07001786android.database.sqlite.SQLiteConnection$Operation
1787android.database.sqlite.SQLiteConnection$OperationLog
1788android.database.sqlite.SQLiteConnection$PreparedStatement
1789android.database.sqlite.SQLiteConnection$PreparedStatementCache
Calin Juravle00b23d32019-03-08 17:52:20 -08001790android.database.sqlite.SQLiteConnection
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001791android.database.sqlite.SQLiteConnectionPool$1
Kenny Rootdbf30ed2012-09-19 13:08:12 -07001792android.database.sqlite.SQLiteConnectionPool$AcquiredConnectionStatus
Kenny Root9787b802013-04-26 12:53:57 -07001793android.database.sqlite.SQLiteConnectionPool$ConnectionWaiter
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07001794android.database.sqlite.SQLiteConnectionPool$IdleConnectionHandler
Calin Juravle00b23d32019-03-08 17:52:20 -08001795android.database.sqlite.SQLiteConnectionPool
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001796android.database.sqlite.SQLiteConstraintException
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001797android.database.sqlite.SQLiteCursor
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001798android.database.sqlite.SQLiteCursorDriver
Kenny Rootdbf30ed2012-09-19 13:08:12 -07001799android.database.sqlite.SQLiteCustomFunction
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001800android.database.sqlite.SQLiteDatabase$1
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07001801android.database.sqlite.SQLiteDatabase$CursorFactory
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07001802android.database.sqlite.SQLiteDatabase$OpenParams$Builder
Calin Juravle00b23d32019-03-08 17:52:20 -08001803android.database.sqlite.SQLiteDatabase$OpenParams
1804android.database.sqlite.SQLiteDatabase
Kenny Rootdbf30ed2012-09-19 13:08:12 -07001805android.database.sqlite.SQLiteDatabaseConfiguration
Andreas Gampedcad4ca2014-10-03 02:00:29 +00001806android.database.sqlite.SQLiteDatabaseCorruptException
1807android.database.sqlite.SQLiteDatabaseLockedException
Calin Juravle00b23d32019-03-08 17:52:20 -08001808android.database.sqlite.SQLiteDebug$DbStats
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08001809android.database.sqlite.SQLiteDebug$PagerStats
Calin Juravle00b23d32019-03-08 17:52:20 -08001810android.database.sqlite.SQLiteDebug
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001811android.database.sqlite.SQLiteDirectCursorDriver
art-benchmark-serviced5115932020-02-25 17:55:03 -08001812android.database.sqlite.SQLiteDiskIOException
Mathieu Chartierba2c0462017-05-19 16:41:46 -07001813android.database.sqlite.SQLiteDoneException
Andreas Gampedcad4ca2014-10-03 02:00:29 +00001814android.database.sqlite.SQLiteException
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07001815android.database.sqlite.SQLiteFullException
Kenny Rootdbf30ed2012-09-19 13:08:12 -07001816android.database.sqlite.SQLiteGlobal
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001817android.database.sqlite.SQLiteOpenHelper
art-benchmark-serviced5115932020-02-25 17:55:03 -08001818android.database.sqlite.SQLiteOutOfMemoryException
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08001819android.database.sqlite.SQLiteProgram
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001820android.database.sqlite.SQLiteQuery
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08001821android.database.sqlite.SQLiteQueryBuilder
Kenny Rootdbf30ed2012-09-19 13:08:12 -07001822android.database.sqlite.SQLiteSession$Transaction
Calin Juravle00b23d32019-03-08 17:52:20 -08001823android.database.sqlite.SQLiteSession
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001824android.database.sqlite.SQLiteStatement
Kenny Rootdbf30ed2012-09-19 13:08:12 -07001825android.database.sqlite.SQLiteStatementInfo
art-benchmark-serviced5115932020-02-25 17:55:03 -08001826android.database.sqlite.SQLiteTableLockedException
1827android.database.sqlite.SQLiteTokenizer
Mathieu Chartierba2c0462017-05-19 16:41:46 -07001828android.database.sqlite.SQLiteTransactionListener
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001829android.database.sqlite.SqliteWrapper
art-benchmark-service35aba412020-02-03 11:53:25 -08001830android.ddm.DdmHandleAppName$Names
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001831android.ddm.DdmHandleAppName
Evan Millar0ea97b82009-03-24 17:49:23 -07001832android.ddm.DdmHandleExit
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001833android.ddm.DdmHandleHeap
1834android.ddm.DdmHandleHello
Evan Millar0ea97b82009-03-24 17:49:23 -07001835android.ddm.DdmHandleNativeHeap
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08001836android.ddm.DdmHandleProfiling
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001837android.ddm.DdmHandleThread
Kenny Root9787b802013-04-26 12:53:57 -07001838android.ddm.DdmHandleViewDebug
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001839android.ddm.DdmRegister
Calin Juravle00b23d32019-03-08 17:52:20 -08001840android.debug.AdbManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001841android.debug.AdbManagerInternal
art-benchmark-serviced5115932020-02-25 17:55:03 -08001842android.debug.IAdbManager$Stub$Proxy
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001843android.debug.IAdbManager$Stub
1844android.debug.IAdbManager
1845android.debug.IAdbTransport$Stub
1846android.debug.IAdbTransport
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001847android.graphics.-$$Lambda$ColorSpace$BNp-1CyCzsQzfE-Ads9uc4rJDfw
1848android.graphics.-$$Lambda$ColorSpace$Rgb$8EkhO2jIf14tuA3BvrmYJMa7YXM
1849android.graphics.-$$Lambda$ColorSpace$Rgb$CqKld6797g7__JnuY0NeFz5q4_E
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001850android.graphics.-$$Lambda$ColorSpace$Rgb$V_0lmM2WEpxGBDV_1G1wvvidn7Y
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001851android.graphics.-$$Lambda$ColorSpace$Rgb$ZvS77aTfobOSa2o9MTqYMph4Rcg
1852android.graphics.-$$Lambda$ColorSpace$Rgb$b9VGKuNnse0bbguR9jbOM_wK2Ac
1853android.graphics.-$$Lambda$ColorSpace$Rgb$bWzafC8vMHNuVmRuTUPEFUMlfuY
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001854android.graphics.-$$Lambda$ColorSpace$Rgb$iMkODTKa3_8kPZUnZZerD2Lv-yo
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001855android.graphics.-$$Lambda$ColorSpace$S2rlqJvkXGTpUF6mZhvkElds8JE
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001856android.graphics.BLASTBufferQueue
Andreas Gampe0db10fd2017-02-01 15:57:57 -08001857android.graphics.BaseCanvas
John Reck6b164402018-09-24 15:25:42 -07001858android.graphics.BaseRecordingCanvas
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08001859android.graphics.Bitmap$1
Calin Juravle4a054192018-05-29 17:52:20 -07001860android.graphics.Bitmap$2
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001861android.graphics.Bitmap$CompressFormat
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08001862android.graphics.Bitmap$Config
Calin Juravle00b23d32019-03-08 17:52:20 -08001863android.graphics.Bitmap
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08001864android.graphics.BitmapFactory$Options
Calin Juravle00b23d32019-03-08 17:52:20 -08001865android.graphics.BitmapFactory
Jesse Wilson80686182011-01-21 17:12:43 -08001866android.graphics.BitmapRegionDecoder
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001867android.graphics.BitmapShader
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001868android.graphics.BlendMode$1
Calin Juravle36829e52019-04-10 19:07:47 -07001869android.graphics.BlendMode
Calin Juravle00b23d32019-03-08 17:52:20 -08001870android.graphics.BlendModeColorFilter
Calin Juravle4a054192018-05-29 17:52:20 -07001871android.graphics.BlurMaskFilter$Blur
Calin Juravle00b23d32019-03-08 17:52:20 -08001872android.graphics.BlurMaskFilter
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08001873android.graphics.Camera
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001874android.graphics.Canvas$EdgeType
Andreas Gampe859e2782016-04-06 18:37:56 -07001875android.graphics.Canvas$NoImagePreloadHolder
Calin Juravle00b23d32019-03-08 17:52:20 -08001876android.graphics.Canvas
Andreas Gampedcad4ca2014-10-03 02:00:29 +00001877android.graphics.CanvasProperty
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001878android.graphics.Color
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07001879android.graphics.ColorFilter$NoImagePreloadHolder
Calin Juravle00b23d32019-03-08 17:52:20 -08001880android.graphics.ColorFilter
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07001881android.graphics.ColorMatrix
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08001882android.graphics.ColorMatrixColorFilter
Calin Juravle00b23d32019-03-08 17:52:20 -08001883android.graphics.ColorSpace$Adaptation
art-benchmark-serviced5115932020-02-25 17:55:03 -08001884android.graphics.ColorSpace$Connector
Mathieu Chartierba2c0462017-05-19 16:41:46 -07001885android.graphics.ColorSpace$Lab
1886android.graphics.ColorSpace$Model
1887android.graphics.ColorSpace$Named
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001888android.graphics.ColorSpace$RenderIntent
Calin Juravle00b23d32019-03-08 17:52:20 -08001889android.graphics.ColorSpace$Rgb$NoImagePreloadHolder
Mathieu Chartierba2c0462017-05-19 16:41:46 -07001890android.graphics.ColorSpace$Rgb$TransferParameters
Calin Juravle00b23d32019-03-08 17:52:20 -08001891android.graphics.ColorSpace$Rgb
Mathieu Chartierba2c0462017-05-19 16:41:46 -07001892android.graphics.ColorSpace$Xyz
Calin Juravle00b23d32019-03-08 17:52:20 -08001893android.graphics.ColorSpace
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08001894android.graphics.ComposePathEffect
1895android.graphics.ComposeShader
1896android.graphics.CornerPathEffect
1897android.graphics.DashPathEffect
1898android.graphics.DiscretePathEffect
1899android.graphics.DrawFilter
1900android.graphics.EmbossMaskFilter
Andreas Gampedcad4ca2014-10-03 02:00:29 +00001901android.graphics.FontFamily
1902android.graphics.FontListParser
Calin Juravle00b23d32019-03-08 17:52:20 -08001903android.graphics.FrameInfo
Andreas Gampe0db10fd2017-02-01 15:57:57 -08001904android.graphics.GraphicBuffer$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001905android.graphics.GraphicBuffer
1906android.graphics.HardwareRenderer$DestroyContextRunnable
1907android.graphics.HardwareRenderer$FrameCompleteCallback
1908android.graphics.HardwareRenderer$FrameDrawingCallback
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001909android.graphics.HardwareRenderer$FrameRenderRequest
Calin Juravle00b23d32019-03-08 17:52:20 -08001910android.graphics.HardwareRenderer$ProcessInitializer$1
1911android.graphics.HardwareRenderer$ProcessInitializer
1912android.graphics.HardwareRenderer
art-benchmark-service56aece62020-02-10 17:58:03 -08001913android.graphics.HardwareRendererObserver$OnFrameMetricsAvailableListener
1914android.graphics.HardwareRendererObserver
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001915android.graphics.ImageDecoder$AssetInputStreamSource
1916android.graphics.ImageDecoder$DecodeException
1917android.graphics.ImageDecoder$ImageInfo
1918android.graphics.ImageDecoder$InputStreamSource
1919android.graphics.ImageDecoder$OnHeaderDecodedListener
1920android.graphics.ImageDecoder$Source
Calin Juravle00b23d32019-03-08 17:52:20 -08001921android.graphics.ImageDecoder
Calin Juravle36829e52019-04-10 19:07:47 -07001922android.graphics.Insets$1
Kenny Rootdbf30ed2012-09-19 13:08:12 -07001923android.graphics.Insets
Calin Juravle4a054192018-05-29 17:52:20 -07001924android.graphics.Interpolator$Result
Calin Juravle00b23d32019-03-08 17:52:20 -08001925android.graphics.Interpolator
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001926android.graphics.LeakyTypefaceStorage
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08001927android.graphics.LightingColorFilter
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001928android.graphics.LinearGradient
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08001929android.graphics.MaskFilter
Kenny Rootdbf30ed2012-09-19 13:08:12 -07001930android.graphics.Matrix$1
Andreas Gampe0db10fd2017-02-01 15:57:57 -08001931android.graphics.Matrix$NoImagePreloadHolder
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001932android.graphics.Matrix$ScaleToFit
Calin Juravle00b23d32019-03-08 17:52:20 -08001933android.graphics.Matrix
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08001934android.graphics.Movie
Andreas Gampedcad4ca2014-10-03 02:00:29 +00001935android.graphics.NinePatch$InsetStruct
Calin Juravle00b23d32019-03-08 17:52:20 -08001936android.graphics.NinePatch
Andreas Gampedcad4ca2014-10-03 02:00:29 +00001937android.graphics.Outline
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08001938android.graphics.Paint$Align
1939android.graphics.Paint$Cap
1940android.graphics.Paint$FontMetrics
1941android.graphics.Paint$FontMetricsInt
1942android.graphics.Paint$Join
Andreas Gampe859e2782016-04-06 18:37:56 -07001943android.graphics.Paint$NoImagePreloadHolder
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08001944android.graphics.Paint$Style
Calin Juravle00b23d32019-03-08 17:52:20 -08001945android.graphics.Paint
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001946android.graphics.PaintFlagsDrawFilter
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001947android.graphics.Path$Direction
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08001948android.graphics.Path$FillType
art-benchmark-serviced5115932020-02-25 17:55:03 -08001949android.graphics.Path$Op
Calin Juravle00b23d32019-03-08 17:52:20 -08001950android.graphics.Path
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08001951android.graphics.PathDashPathEffect
1952android.graphics.PathEffect
1953android.graphics.PathMeasure
art-benchmark-serviced5115932020-02-25 17:55:03 -08001954android.graphics.Picture$PictureCanvas
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001955android.graphics.Picture
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07001956android.graphics.PixelFormat
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04001957android.graphics.Point$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001958android.graphics.Point
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04001959android.graphics.PointF$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001960android.graphics.PointF
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001961android.graphics.PorterDuff$Mode
Calin Juravle00b23d32019-03-08 17:52:20 -08001962android.graphics.PorterDuff
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08001963android.graphics.PorterDuffColorFilter
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001964android.graphics.PorterDuffXfermode
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08001965android.graphics.RadialGradient
Calin Juravle00b23d32019-03-08 17:52:20 -08001966android.graphics.RecordingCanvas
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08001967android.graphics.Rect$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001968android.graphics.Rect$UnflattenHelper
Calin Juravle00b23d32019-03-08 17:52:20 -08001969android.graphics.Rect
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08001970android.graphics.RectF$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001971android.graphics.RectF
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08001972android.graphics.Region$1
Jesse Wilson80686182011-01-21 17:12:43 -08001973android.graphics.Region$Op
Calin Juravle00b23d32019-03-08 17:52:20 -08001974android.graphics.Region
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08001975android.graphics.RegionIterator
Calin Juravle36829e52019-04-10 19:07:47 -07001976android.graphics.RenderNode$AnimationHost
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001977android.graphics.RenderNode$CompositePositionUpdateListener
Calin Juravle00b23d32019-03-08 17:52:20 -08001978android.graphics.RenderNode$NoImagePreloadHolder
1979android.graphics.RenderNode$PositionUpdateListener
1980android.graphics.RenderNode
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001981android.graphics.RuntimeShader
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001982android.graphics.Shader$NoImagePreloadHolder
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001983android.graphics.Shader$TileMode
Calin Juravle00b23d32019-03-08 17:52:20 -08001984android.graphics.Shader
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08001985android.graphics.SumPathEffect
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07001986android.graphics.SurfaceTexture$1
1987android.graphics.SurfaceTexture$OnFrameAvailableListener
Calin Juravle00b23d32019-03-08 17:52:20 -08001988android.graphics.SurfaceTexture
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08001989android.graphics.SweepGradient
1990android.graphics.TableMaskFilter
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04001991android.graphics.TemporaryBuffer
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001992android.graphics.Typeface$Builder
Calin Juravle00b23d32019-03-08 17:52:20 -08001993android.graphics.Typeface$CustomFallbackBuilder
1994android.graphics.Typeface
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001995android.graphics.Xfermode
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08001996android.graphics.YuvImage
art-benchmark-servicead05a302020-03-17 09:46:02 -07001997android.graphics.animation.NativeInterpolator
1998android.graphics.animation.NativeInterpolatorFactory
1999android.graphics.animation.RenderNodeAnimator$ViewListener
2000android.graphics.animation.RenderNodeAnimator
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002001android.graphics.drawable.-$$Lambda$AnimatedVectorDrawable$VectorDrawableAnimatorRT$PzjgSeyQweoFjbEZJP80UteZqm8
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07002002android.graphics.drawable.-$$Lambda$BitmapDrawable$LMqt8JvxZ4giSOIRAtlCKDg39Jw
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002003android.graphics.drawable.-$$Lambda$Drawable$bbJz2VgQAwkXlE27mR8nPMYacEw
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07002004android.graphics.drawable.-$$Lambda$NinePatchDrawable$yQvfm7FAkslD5wdGFysjgwt8cLE
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07002005android.graphics.drawable.AdaptiveIconDrawable$ChildDrawable
2006android.graphics.drawable.AdaptiveIconDrawable$LayerState
Calin Juravle00b23d32019-03-08 17:52:20 -08002007android.graphics.drawable.AdaptiveIconDrawable
art-benchmark-serviced5115932020-02-25 17:55:03 -08002008android.graphics.drawable.Animatable2$AnimationCallback
Andreas Gampe61e7b662015-06-17 23:57:04 -07002009android.graphics.drawable.Animatable2
Calin Juravle00b23d32019-03-08 17:52:20 -08002010android.graphics.drawable.Animatable
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002011android.graphics.drawable.AnimatedImageDrawable$State
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07002012android.graphics.drawable.AnimatedImageDrawable
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002013android.graphics.drawable.AnimatedRotateDrawable$1
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07002014android.graphics.drawable.AnimatedRotateDrawable$AnimatedRotateState
Calin Juravle00b23d32019-03-08 17:52:20 -08002015android.graphics.drawable.AnimatedRotateDrawable
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002016android.graphics.drawable.AnimatedStateListDrawable$AnimatableTransition
Andreas Gampedcad4ca2014-10-03 02:00:29 +00002017android.graphics.drawable.AnimatedStateListDrawable$AnimatedStateListState
Calin Juravle4a054192018-05-29 17:52:20 -07002018android.graphics.drawable.AnimatedStateListDrawable$AnimatedVectorDrawableTransition
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002019android.graphics.drawable.AnimatedStateListDrawable$AnimationDrawableTransition
art-benchmark-serviced5115932020-02-25 17:55:03 -08002020android.graphics.drawable.AnimatedStateListDrawable$FrameInterpolator
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07002021android.graphics.drawable.AnimatedStateListDrawable$Transition
Calin Juravle00b23d32019-03-08 17:52:20 -08002022android.graphics.drawable.AnimatedStateListDrawable
Andreas Gampe61e7b662015-06-17 23:57:04 -07002023android.graphics.drawable.AnimatedVectorDrawable$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002024android.graphics.drawable.AnimatedVectorDrawable$2
Andreas Gampe61e7b662015-06-17 23:57:04 -07002025android.graphics.drawable.AnimatedVectorDrawable$AnimatedVectorDrawableState$PendingAnimator
Calin Juravle00b23d32019-03-08 17:52:20 -08002026android.graphics.drawable.AnimatedVectorDrawable$AnimatedVectorDrawableState
Andreas Gampe859e2782016-04-06 18:37:56 -07002027android.graphics.drawable.AnimatedVectorDrawable$VectorDrawableAnimator
Doris Liu28cfd202016-02-22 16:51:40 -08002028android.graphics.drawable.AnimatedVectorDrawable$VectorDrawableAnimatorRT
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002029android.graphics.drawable.AnimatedVectorDrawable$VectorDrawableAnimatorUI
Calin Juravle00b23d32019-03-08 17:52:20 -08002030android.graphics.drawable.AnimatedVectorDrawable
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08002031android.graphics.drawable.AnimationDrawable$AnimationState
Calin Juravle00b23d32019-03-08 17:52:20 -08002032android.graphics.drawable.AnimationDrawable
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002033android.graphics.drawable.BitmapDrawable$BitmapState
Calin Juravle00b23d32019-03-08 17:52:20 -08002034android.graphics.drawable.BitmapDrawable
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07002035android.graphics.drawable.ClipDrawable$ClipState
Calin Juravle00b23d32019-03-08 17:52:20 -08002036android.graphics.drawable.ClipDrawable
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002037android.graphics.drawable.ColorDrawable$ColorState
Calin Juravle00b23d32019-03-08 17:52:20 -08002038android.graphics.drawable.ColorDrawable
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002039android.graphics.drawable.ColorStateListDrawable$ColorStateListDrawableState
2040android.graphics.drawable.ColorStateListDrawable
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08002041android.graphics.drawable.Drawable$Callback
2042android.graphics.drawable.Drawable$ConstantState
Calin Juravle00b23d32019-03-08 17:52:20 -08002043android.graphics.drawable.Drawable
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002044android.graphics.drawable.DrawableContainer$1
Andreas Gampe0db10fd2017-02-01 15:57:57 -08002045android.graphics.drawable.DrawableContainer$BlockInvalidateCallback
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08002046android.graphics.drawable.DrawableContainer$DrawableContainerState
Calin Juravle00b23d32019-03-08 17:52:20 -08002047android.graphics.drawable.DrawableContainer
Andreas Gampe571fc302016-02-18 13:58:09 -08002048android.graphics.drawable.DrawableInflater
Andreas Gampe61e7b662015-06-17 23:57:04 -07002049android.graphics.drawable.DrawableWrapper$DrawableWrapperState
Calin Juravle00b23d32019-03-08 17:52:20 -08002050android.graphics.drawable.DrawableWrapper
Calin Juravle4a054192018-05-29 17:52:20 -07002051android.graphics.drawable.GradientDrawable$1
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08002052android.graphics.drawable.GradientDrawable$GradientState
2053android.graphics.drawable.GradientDrawable$Orientation
Calin Juravle00b23d32019-03-08 17:52:20 -08002054android.graphics.drawable.GradientDrawable
Andreas Gampe61e7b662015-06-17 23:57:04 -07002055android.graphics.drawable.Icon$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08002056android.graphics.drawable.Icon$LoadDrawableTask
Calin Juravle00b23d32019-03-08 17:52:20 -08002057android.graphics.drawable.Icon
Andreas Gampedcad4ca2014-10-03 02:00:29 +00002058android.graphics.drawable.InsetDrawable$InsetState
Mathieu Chartierba2c0462017-05-19 16:41:46 -07002059android.graphics.drawable.InsetDrawable$InsetValue
Calin Juravle00b23d32019-03-08 17:52:20 -08002060android.graphics.drawable.InsetDrawable
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002061android.graphics.drawable.LayerDrawable$ChildDrawable
Evan Millar0ea97b82009-03-24 17:49:23 -07002062android.graphics.drawable.LayerDrawable$LayerState
Calin Juravle00b23d32019-03-08 17:52:20 -08002063android.graphics.drawable.LayerDrawable
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002064android.graphics.drawable.LevelListDrawable$LevelListState
2065android.graphics.drawable.LevelListDrawable
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002066android.graphics.drawable.NinePatchDrawable$NinePatchState
Calin Juravle00b23d32019-03-08 17:52:20 -08002067android.graphics.drawable.NinePatchDrawable
Calin Juravle4a054192018-05-29 17:52:20 -07002068android.graphics.drawable.PaintDrawable
Andreas Gampedcad4ca2014-10-03 02:00:29 +00002069android.graphics.drawable.RippleBackground$1
Andreas Gampe61e7b662015-06-17 23:57:04 -07002070android.graphics.drawable.RippleBackground$BackgroundProperty
Calin Juravle00b23d32019-03-08 17:52:20 -08002071android.graphics.drawable.RippleBackground
Andreas Gampe61e7b662015-06-17 23:57:04 -07002072android.graphics.drawable.RippleComponent
Andreas Gampedcad4ca2014-10-03 02:00:29 +00002073android.graphics.drawable.RippleDrawable$RippleState
Calin Juravle00b23d32019-03-08 17:52:20 -08002074android.graphics.drawable.RippleDrawable
Andreas Gampe61e7b662015-06-17 23:57:04 -07002075android.graphics.drawable.RippleForeground$1
2076android.graphics.drawable.RippleForeground$2
2077android.graphics.drawable.RippleForeground$3
2078android.graphics.drawable.RippleForeground$4
Calin Juravle00b23d32019-03-08 17:52:20 -08002079android.graphics.drawable.RippleForeground
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07002080android.graphics.drawable.RotateDrawable$RotateState
Calin Juravle00b23d32019-03-08 17:52:20 -08002081android.graphics.drawable.RotateDrawable
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04002082android.graphics.drawable.ScaleDrawable$ScaleState
Calin Juravle00b23d32019-03-08 17:52:20 -08002083android.graphics.drawable.ScaleDrawable
art-benchmark-serviced5115932020-02-25 17:55:03 -08002084android.graphics.drawable.ShapeDrawable$ShaderFactory
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04002085android.graphics.drawable.ShapeDrawable$ShapeState
Calin Juravle00b23d32019-03-08 17:52:20 -08002086android.graphics.drawable.ShapeDrawable
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002087android.graphics.drawable.StateListDrawable$StateListState
Calin Juravle00b23d32019-03-08 17:52:20 -08002088android.graphics.drawable.StateListDrawable
Mathieu Chartierba2c0462017-05-19 16:41:46 -07002089android.graphics.drawable.TransitionDrawable$TransitionState
Calin Juravle00b23d32019-03-08 17:52:20 -08002090android.graphics.drawable.TransitionDrawable
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07002091android.graphics.drawable.VectorDrawable$VClipPath
Andreas Gampe0db10fd2017-02-01 15:57:57 -08002092android.graphics.drawable.VectorDrawable$VFullPath$10
Calin Juravle00b23d32019-03-08 17:52:20 -08002093android.graphics.drawable.VectorDrawable$VFullPath$1
Andreas Gampe0db10fd2017-02-01 15:57:57 -08002094android.graphics.drawable.VectorDrawable$VFullPath$2
2095android.graphics.drawable.VectorDrawable$VFullPath$3
2096android.graphics.drawable.VectorDrawable$VFullPath$4
2097android.graphics.drawable.VectorDrawable$VFullPath$5
2098android.graphics.drawable.VectorDrawable$VFullPath$6
2099android.graphics.drawable.VectorDrawable$VFullPath$7
2100android.graphics.drawable.VectorDrawable$VFullPath$8
2101android.graphics.drawable.VectorDrawable$VFullPath$9
Calin Juravle00b23d32019-03-08 17:52:20 -08002102android.graphics.drawable.VectorDrawable$VFullPath
Andreas Gampe571fc302016-02-18 13:58:09 -08002103android.graphics.drawable.VectorDrawable$VGroup$1
Andreas Gampe0db10fd2017-02-01 15:57:57 -08002104android.graphics.drawable.VectorDrawable$VGroup$2
2105android.graphics.drawable.VectorDrawable$VGroup$3
2106android.graphics.drawable.VectorDrawable$VGroup$4
2107android.graphics.drawable.VectorDrawable$VGroup$5
2108android.graphics.drawable.VectorDrawable$VGroup$6
2109android.graphics.drawable.VectorDrawable$VGroup$7
2110android.graphics.drawable.VectorDrawable$VGroup$8
2111android.graphics.drawable.VectorDrawable$VGroup$9
Calin Juravle00b23d32019-03-08 17:52:20 -08002112android.graphics.drawable.VectorDrawable$VGroup
Andreas Gampe571fc302016-02-18 13:58:09 -08002113android.graphics.drawable.VectorDrawable$VObject
Andreas Gampe0db10fd2017-02-01 15:57:57 -08002114android.graphics.drawable.VectorDrawable$VPath$1
Calin Juravle00b23d32019-03-08 17:52:20 -08002115android.graphics.drawable.VectorDrawable$VPath
Andreas Gampe0db10fd2017-02-01 15:57:57 -08002116android.graphics.drawable.VectorDrawable$VectorDrawableState$1
Calin Juravle00b23d32019-03-08 17:52:20 -08002117android.graphics.drawable.VectorDrawable$VectorDrawableState
2118android.graphics.drawable.VectorDrawable
Andreas Gampe61e7b662015-06-17 23:57:04 -07002119android.graphics.drawable.shapes.OvalShape
art-benchmark-serviced5115932020-02-25 17:55:03 -08002120android.graphics.drawable.shapes.PathShape
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04002121android.graphics.drawable.shapes.RectShape
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07002122android.graphics.drawable.shapes.RoundRectShape
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04002123android.graphics.drawable.shapes.Shape
Calin Juravle00b23d32019-03-08 17:52:20 -08002124android.graphics.fonts.Font$Builder
2125android.graphics.fonts.Font
2126android.graphics.fonts.FontCustomizationParser$Result
2127android.graphics.fonts.FontCustomizationParser
2128android.graphics.fonts.FontFamily$Builder
2129android.graphics.fonts.FontFamily
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002130android.graphics.fonts.FontFileUtil
Calin Juravle00b23d32019-03-08 17:52:20 -08002131android.graphics.fonts.FontStyle
Mathieu Chartierba2c0462017-05-19 16:41:46 -07002132android.graphics.fonts.FontVariationAxis
Calin Juravle00b23d32019-03-08 17:52:20 -08002133android.graphics.fonts.SystemFonts
Andreas Gampedcad4ca2014-10-03 02:00:29 +00002134android.graphics.pdf.PdfDocument
2135android.graphics.pdf.PdfEditor
2136android.graphics.pdf.PdfRenderer
Siyamed Sinir8918415f2018-10-29 22:08:22 -07002137android.graphics.text.LineBreaker$Builder
2138android.graphics.text.LineBreaker$ParagraphConstraints
2139android.graphics.text.LineBreaker$Result
Calin Juravle00b23d32019-03-08 17:52:20 -08002140android.graphics.text.LineBreaker
Siyamed Sinir8918415f2018-10-29 22:08:22 -07002141android.graphics.text.MeasuredText$Builder
Calin Juravle00b23d32019-03-08 17:52:20 -08002142android.graphics.text.MeasuredText
art-benchmark-serviced5115932020-02-25 17:55:03 -08002143android.gsi.GsiProgress$1
2144android.gsi.GsiProgress
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002145android.gsi.IGsiService$Stub$Proxy
2146android.gsi.IGsiService$Stub
2147android.gsi.IGsiService
art-benchmark-serviced5115932020-02-25 17:55:03 -08002148android.gsi.IGsid$Stub$Proxy
2149android.gsi.IGsid$Stub
2150android.gsi.IGsid
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07002151android.hardware.Camera$CameraInfo
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04002152android.hardware.Camera$Face
Calin Juravle00b23d32019-03-08 17:52:20 -08002153android.hardware.Camera
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07002154android.hardware.CameraStatus$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002155android.hardware.CameraStatus
Andreas Gampe61e7b662015-06-17 23:57:04 -07002156android.hardware.ConsumerIrManager
Calin Juravle4a054192018-05-29 17:52:20 -07002157android.hardware.GeomagneticField$LegendreTable
Calin Juravle00b23d32019-03-08 17:52:20 -08002158android.hardware.GeomagneticField
Andreas Gampe0db10fd2017-02-01 15:57:57 -08002159android.hardware.HardwareBuffer$1
Calin Juravle00b23d32019-03-08 17:52:20 -08002160android.hardware.HardwareBuffer
Mathieu Chartierba2c0462017-05-19 16:41:46 -07002161android.hardware.ICameraService$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08002162android.hardware.ICameraService$Stub
2163android.hardware.ICameraService
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07002164android.hardware.ICameraServiceListener$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08002165android.hardware.ICameraServiceListener
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002166android.hardware.ICameraServiceProxy$Stub
2167android.hardware.ICameraServiceProxy
2168android.hardware.IConsumerIrService$Stub
2169android.hardware.IConsumerIrService
2170android.hardware.ISensorPrivacyListener$Stub$Proxy
2171android.hardware.ISensorPrivacyListener$Stub
2172android.hardware.ISensorPrivacyListener
2173android.hardware.ISensorPrivacyManager$Stub$Proxy
2174android.hardware.ISensorPrivacyManager$Stub
2175android.hardware.ISensorPrivacyManager
2176android.hardware.ISerialManager$Stub
2177android.hardware.ISerialManager
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07002178android.hardware.Sensor
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002179android.hardware.SensorAdditionalInfo
Andreas Gampe859e2782016-04-06 18:37:56 -07002180android.hardware.SensorEvent
art-benchmark-serviced5115932020-02-25 17:55:03 -08002181android.hardware.SensorEventCallback
2182android.hardware.SensorEventListener2
Kenny Root9787b802013-04-26 12:53:57 -07002183android.hardware.SensorEventListener
art-benchmark-serviced5115932020-02-25 17:55:03 -08002184android.hardware.SensorListener
Evan Millar0ea97b82009-03-24 17:49:23 -07002185android.hardware.SensorManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002186android.hardware.SensorPrivacyManager$1
Calin Juravle00b23d32019-03-08 17:52:20 -08002187android.hardware.SensorPrivacyManager
Andreas Gampe61e7b662015-06-17 23:57:04 -07002188android.hardware.SerialManager
Kenny Rootdbf30ed2012-09-19 13:08:12 -07002189android.hardware.SerialPort
Kenny Root9787b802013-04-26 12:53:57 -07002190android.hardware.SystemSensorManager$BaseEventQueue
Mathieu Chartierba2c0462017-05-19 16:41:46 -07002191android.hardware.SystemSensorManager$SensorEventQueue
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002192android.hardware.SystemSensorManager$TriggerEventQueue
Calin Juravle00b23d32019-03-08 17:52:20 -08002193android.hardware.SystemSensorManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002194android.hardware.TriggerEvent
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07002195android.hardware.TriggerEventListener
art-benchmark-serviced5115932020-02-25 17:55:03 -08002196android.hardware.biometrics.BiometricAuthenticator$AuthenticationCallback
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002197android.hardware.biometrics.BiometricAuthenticator$Identifier
Calin Juravle00b23d32019-03-08 17:52:20 -08002198android.hardware.biometrics.BiometricAuthenticator
2199android.hardware.biometrics.BiometricFaceConstants
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07002200android.hardware.biometrics.BiometricFingerprintConstants
Calin Juravle00b23d32019-03-08 17:52:20 -08002201android.hardware.biometrics.BiometricManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002202android.hardware.biometrics.BiometricSourceType$1
2203android.hardware.biometrics.BiometricSourceType
art-benchmark-serviced5115932020-02-25 17:55:03 -08002204android.hardware.biometrics.CryptoObject
2205android.hardware.biometrics.IAuthService$Stub$Proxy
2206android.hardware.biometrics.IAuthService$Stub
2207android.hardware.biometrics.IAuthService
2208android.hardware.biometrics.IBiometricAuthenticator$Stub$Proxy
2209android.hardware.biometrics.IBiometricAuthenticator$Stub
2210android.hardware.biometrics.IBiometricAuthenticator
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002211android.hardware.biometrics.IBiometricEnabledOnKeyguardCallback$Stub$Proxy
2212android.hardware.biometrics.IBiometricEnabledOnKeyguardCallback$Stub
2213android.hardware.biometrics.IBiometricEnabledOnKeyguardCallback
art-benchmark-serviced5115932020-02-25 17:55:03 -08002214android.hardware.biometrics.IBiometricNativeHandle
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002215android.hardware.biometrics.IBiometricService$Stub$Proxy
2216android.hardware.biometrics.IBiometricService$Stub
2217android.hardware.biometrics.IBiometricService
2218android.hardware.biometrics.IBiometricServiceLockoutResetCallback$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08002219android.hardware.biometrics.IBiometricServiceLockoutResetCallback$Stub
2220android.hardware.biometrics.IBiometricServiceLockoutResetCallback
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002221android.hardware.biometrics.IBiometricServiceReceiver$Stub$Proxy
2222android.hardware.biometrics.IBiometricServiceReceiver$Stub
2223android.hardware.biometrics.IBiometricServiceReceiver
2224android.hardware.biometrics.IBiometricServiceReceiverInternal$Stub$Proxy
2225android.hardware.biometrics.IBiometricServiceReceiverInternal$Stub
2226android.hardware.biometrics.IBiometricServiceReceiverInternal
art-benchmark-serviced5115932020-02-25 17:55:03 -08002227android.hardware.camera2.-$$Lambda$CameraManager$CameraManagerGlobal$6Ptxoe4wF_VCkE_pml8t66mklao
2228android.hardware.camera2.-$$Lambda$CameraManager$CameraManagerGlobal$CONvadOBAEkcHSpx8j61v67qRGM
Mathieu Chartierba2c0462017-05-19 16:41:46 -07002229android.hardware.camera2.CameraAccessException
Mathieu Chartierba2c0462017-05-19 16:41:46 -07002230android.hardware.camera2.CameraCharacteristics$1
2231android.hardware.camera2.CameraCharacteristics$2
2232android.hardware.camera2.CameraCharacteristics$3
2233android.hardware.camera2.CameraCharacteristics$4
2234android.hardware.camera2.CameraCharacteristics$5
art-benchmark-service56aece62020-02-10 17:58:03 -08002235android.hardware.camera2.CameraCharacteristics$6
Andreas Gampe571fc302016-02-18 13:58:09 -08002236android.hardware.camera2.CameraCharacteristics$Key
Calin Juravle00b23d32019-03-08 17:52:20 -08002237android.hardware.camera2.CameraCharacteristics
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002238android.hardware.camera2.CameraDevice
2239android.hardware.camera2.CameraManager$AvailabilityCallback
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07002240android.hardware.camera2.CameraManager$CameraManagerGlobal$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08002241android.hardware.camera2.CameraManager$CameraManagerGlobal$3
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002242android.hardware.camera2.CameraManager$CameraManagerGlobal
2243android.hardware.camera2.CameraManager$TorchCallback
Calin Juravle00b23d32019-03-08 17:52:20 -08002244android.hardware.camera2.CameraManager
Mathieu Chartierba2c0462017-05-19 16:41:46 -07002245android.hardware.camera2.CameraMetadata
Mathieu Chartierba2c0462017-05-19 16:41:46 -07002246android.hardware.camera2.CaptureRequest$1
2247android.hardware.camera2.CaptureRequest$2
Andreas Gampe571fc302016-02-18 13:58:09 -08002248android.hardware.camera2.CaptureRequest$Key
Calin Juravle00b23d32019-03-08 17:52:20 -08002249android.hardware.camera2.CaptureRequest
Mathieu Chartierba2c0462017-05-19 16:41:46 -07002250android.hardware.camera2.CaptureResult$1
2251android.hardware.camera2.CaptureResult$2
2252android.hardware.camera2.CaptureResult$3
Andreas Gampe571fc302016-02-18 13:58:09 -08002253android.hardware.camera2.CaptureResult$Key
Calin Juravle00b23d32019-03-08 17:52:20 -08002254android.hardware.camera2.CaptureResult
Andreas Gampedcad4ca2014-10-03 02:00:29 +00002255android.hardware.camera2.DngCreator
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002256android.hardware.camera2.impl.CameraDeviceImpl$CameraHandlerExecutor
2257android.hardware.camera2.impl.CameraDeviceImpl
Mathieu Chartierba2c0462017-05-19 16:41:46 -07002258android.hardware.camera2.impl.CameraMetadataNative$10
2259android.hardware.camera2.impl.CameraMetadataNative$11
2260android.hardware.camera2.impl.CameraMetadataNative$12
2261android.hardware.camera2.impl.CameraMetadataNative$13
2262android.hardware.camera2.impl.CameraMetadataNative$14
2263android.hardware.camera2.impl.CameraMetadataNative$15
2264android.hardware.camera2.impl.CameraMetadataNative$16
2265android.hardware.camera2.impl.CameraMetadataNative$17
2266android.hardware.camera2.impl.CameraMetadataNative$18
2267android.hardware.camera2.impl.CameraMetadataNative$19
Calin Juravle00b23d32019-03-08 17:52:20 -08002268android.hardware.camera2.impl.CameraMetadataNative$1
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07002269android.hardware.camera2.impl.CameraMetadataNative$20
Calin Juravle00b23d32019-03-08 17:52:20 -08002270android.hardware.camera2.impl.CameraMetadataNative$21
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002271android.hardware.camera2.impl.CameraMetadataNative$22
art-benchmark-serviced5115932020-02-25 17:55:03 -08002272android.hardware.camera2.impl.CameraMetadataNative$23
Calin Juravle00b23d32019-03-08 17:52:20 -08002273android.hardware.camera2.impl.CameraMetadataNative$2
Mathieu Chartierba2c0462017-05-19 16:41:46 -07002274android.hardware.camera2.impl.CameraMetadataNative$3
2275android.hardware.camera2.impl.CameraMetadataNative$4
2276android.hardware.camera2.impl.CameraMetadataNative$5
2277android.hardware.camera2.impl.CameraMetadataNative$6
2278android.hardware.camera2.impl.CameraMetadataNative$7
2279android.hardware.camera2.impl.CameraMetadataNative$8
2280android.hardware.camera2.impl.CameraMetadataNative$9
2281android.hardware.camera2.impl.CameraMetadataNative$Key
Calin Juravle00b23d32019-03-08 17:52:20 -08002282android.hardware.camera2.impl.CameraMetadataNative
Mathieu Chartierba2c0462017-05-19 16:41:46 -07002283android.hardware.camera2.impl.GetCommand
2284android.hardware.camera2.impl.SetCommand
Andreas Gampedcad4ca2014-10-03 02:00:29 +00002285android.hardware.camera2.legacy.LegacyCameraDevice
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07002286android.hardware.camera2.legacy.LegacyExceptionUtils$BufferQueueAbandonedException
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002287android.hardware.camera2.legacy.LegacyMetadataMapper
Andreas Gampedcad4ca2014-10-03 02:00:29 +00002288android.hardware.camera2.legacy.PerfMeasurement
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07002289android.hardware.camera2.marshal.MarshalHelpers
Mathieu Chartierba2c0462017-05-19 16:41:46 -07002290android.hardware.camera2.marshal.MarshalQueryable
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07002291android.hardware.camera2.marshal.MarshalRegistry$MarshalToken
Calin Juravle00b23d32019-03-08 17:52:20 -08002292android.hardware.camera2.marshal.MarshalRegistry
Calin Juravle4a054192018-05-29 17:52:20 -07002293android.hardware.camera2.marshal.Marshaler
art-benchmark-serviced5115932020-02-25 17:55:03 -08002294android.hardware.camera2.marshal.impl.MarshalQueryableArray$MarshalerArray
Mathieu Chartierba2c0462017-05-19 16:41:46 -07002295android.hardware.camera2.marshal.impl.MarshalQueryableArray
2296android.hardware.camera2.marshal.impl.MarshalQueryableBlackLevelPattern
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002297android.hardware.camera2.marshal.impl.MarshalQueryableBoolean$MarshalerBoolean
Mathieu Chartierba2c0462017-05-19 16:41:46 -07002298android.hardware.camera2.marshal.impl.MarshalQueryableBoolean
2299android.hardware.camera2.marshal.impl.MarshalQueryableColorSpaceTransform
2300android.hardware.camera2.marshal.impl.MarshalQueryableEnum
2301android.hardware.camera2.marshal.impl.MarshalQueryableHighSpeedVideoConfiguration
2302android.hardware.camera2.marshal.impl.MarshalQueryableMeteringRectangle
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07002303android.hardware.camera2.marshal.impl.MarshalQueryableNativeByteToInteger$MarshalerNativeByteToInteger
Calin Juravle00b23d32019-03-08 17:52:20 -08002304android.hardware.camera2.marshal.impl.MarshalQueryableNativeByteToInteger
Mathieu Chartierba2c0462017-05-19 16:41:46 -07002305android.hardware.camera2.marshal.impl.MarshalQueryablePair
2306android.hardware.camera2.marshal.impl.MarshalQueryableParcelable
art-benchmark-serviced5115932020-02-25 17:55:03 -08002307android.hardware.camera2.marshal.impl.MarshalQueryablePrimitive$MarshalerPrimitive
Mathieu Chartierba2c0462017-05-19 16:41:46 -07002308android.hardware.camera2.marshal.impl.MarshalQueryablePrimitive
2309android.hardware.camera2.marshal.impl.MarshalQueryableRange
Calin Juravle00b23d32019-03-08 17:52:20 -08002310android.hardware.camera2.marshal.impl.MarshalQueryableRecommendedStreamConfiguration
Mathieu Chartierba2c0462017-05-19 16:41:46 -07002311android.hardware.camera2.marshal.impl.MarshalQueryableRect
2312android.hardware.camera2.marshal.impl.MarshalQueryableReprocessFormatsMap
2313android.hardware.camera2.marshal.impl.MarshalQueryableRggbChannelVector
art-benchmark-serviced5115932020-02-25 17:55:03 -08002314android.hardware.camera2.marshal.impl.MarshalQueryableSize$MarshalerSize
Mathieu Chartierba2c0462017-05-19 16:41:46 -07002315android.hardware.camera2.marshal.impl.MarshalQueryableSize
2316android.hardware.camera2.marshal.impl.MarshalQueryableSizeF
2317android.hardware.camera2.marshal.impl.MarshalQueryableStreamConfiguration
2318android.hardware.camera2.marshal.impl.MarshalQueryableStreamConfigurationDuration
2319android.hardware.camera2.marshal.impl.MarshalQueryableString
2320android.hardware.camera2.params.BlackLevelPattern
art-benchmark-service56aece62020-02-10 17:58:03 -08002321android.hardware.camera2.params.Capability
Mathieu Chartierba2c0462017-05-19 16:41:46 -07002322android.hardware.camera2.params.ColorSpaceTransform
2323android.hardware.camera2.params.Face
2324android.hardware.camera2.params.HighSpeedVideoConfiguration
2325android.hardware.camera2.params.LensShadingMap
Calin Juravle36829e52019-04-10 19:07:47 -07002326android.hardware.camera2.params.MandatoryStreamCombination$ReprocessType
2327android.hardware.camera2.params.MandatoryStreamCombination$SizeThreshold
2328android.hardware.camera2.params.MandatoryStreamCombination$StreamCombinationTemplate
2329android.hardware.camera2.params.MandatoryStreamCombination$StreamTemplate
Calin Juravle00b23d32019-03-08 17:52:20 -08002330android.hardware.camera2.params.MandatoryStreamCombination
Mathieu Chartierba2c0462017-05-19 16:41:46 -07002331android.hardware.camera2.params.MeteringRectangle
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07002332android.hardware.camera2.params.OisSample
Calin Juravle00b23d32019-03-08 17:52:20 -08002333android.hardware.camera2.params.RecommendedStreamConfiguration
Mathieu Chartierba2c0462017-05-19 16:41:46 -07002334android.hardware.camera2.params.ReprocessFormatsMap
2335android.hardware.camera2.params.RggbChannelVector
2336android.hardware.camera2.params.StreamConfiguration
2337android.hardware.camera2.params.StreamConfigurationDuration
2338android.hardware.camera2.params.StreamConfigurationMap
2339android.hardware.camera2.params.TonemapCurve
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002340android.hardware.camera2.utils.ArrayUtils
art-benchmark-serviced5115932020-02-25 17:55:03 -08002341android.hardware.camera2.utils.ConcurrentCameraIdCombination
2342android.hardware.camera2.utils.TypeReference$SpecializedBaseTypeReference
Mathieu Chartierba2c0462017-05-19 16:41:46 -07002343android.hardware.camera2.utils.TypeReference$SpecializedTypeReference
Calin Juravle00b23d32019-03-08 17:52:20 -08002344android.hardware.camera2.utils.TypeReference
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002345android.hardware.contexthub.V1_0.ContextHub
2346android.hardware.contexthub.V1_0.ContextHubMsg
2347android.hardware.contexthub.V1_0.HubAppInfo
2348android.hardware.contexthub.V1_0.IContexthub$Proxy
2349android.hardware.contexthub.V1_0.IContexthub
2350android.hardware.contexthub.V1_0.IContexthubCallback$Stub
2351android.hardware.contexthub.V1_0.IContexthubCallback
2352android.hardware.contexthub.V1_0.MemRange
art-benchmark-serviced5115932020-02-25 17:55:03 -08002353android.hardware.contexthub.V1_0.NanoAppBinary
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002354android.hardware.contexthub.V1_0.PhysicalSensor
2355android.hardware.display.-$$Lambda$NightDisplayListener$sOK1HmSbMnFLzc4SdDD1WpVWJiI
Calin Juravle4a054192018-05-29 17:52:20 -07002356android.hardware.display.AmbientBrightnessDayStats$1
Calin Juravle00b23d32019-03-08 17:52:20 -08002357android.hardware.display.AmbientBrightnessDayStats
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002358android.hardware.display.AmbientDisplayConfiguration
Calin Juravle4a054192018-05-29 17:52:20 -07002359android.hardware.display.BrightnessChangeEvent$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08002360android.hardware.display.BrightnessChangeEvent$Builder
Calin Juravle00b23d32019-03-08 17:52:20 -08002361android.hardware.display.BrightnessChangeEvent
Calin Juravle4a054192018-05-29 17:52:20 -07002362android.hardware.display.BrightnessConfiguration$1
2363android.hardware.display.BrightnessConfiguration$Builder
Calin Juravle00b23d32019-03-08 17:52:20 -08002364android.hardware.display.BrightnessConfiguration
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002365android.hardware.display.BrightnessCorrection$1
2366android.hardware.display.BrightnessCorrection$BrightnessCorrectionImplementation
2367android.hardware.display.BrightnessCorrection$ScaleAndTranslateLog
2368android.hardware.display.BrightnessCorrection
Calin Juravle00b23d32019-03-08 17:52:20 -08002369android.hardware.display.ColorDisplayManager$ColorDisplayManagerInternal
2370android.hardware.display.ColorDisplayManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002371android.hardware.display.Curve$1
2372android.hardware.display.Curve
art-benchmark-servicead05a302020-03-17 09:46:02 -07002373android.hardware.display.DeviceProductInfo$1
2374android.hardware.display.DeviceProductInfo$ManufactureDate$1
2375android.hardware.display.DeviceProductInfo$ManufactureDate
2376android.hardware.display.DeviceProductInfo
Andreas Gampedcad4ca2014-10-03 02:00:29 +00002377android.hardware.display.DisplayManager$DisplayListener
Calin Juravle00b23d32019-03-08 17:52:20 -08002378android.hardware.display.DisplayManager
Andreas Gampedcad4ca2014-10-03 02:00:29 +00002379android.hardware.display.DisplayManagerGlobal$DisplayListenerDelegate
Kenny Rootdbf30ed2012-09-19 13:08:12 -07002380android.hardware.display.DisplayManagerGlobal$DisplayManagerCallback
Calin Juravle00b23d32019-03-08 17:52:20 -08002381android.hardware.display.DisplayManagerGlobal
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002382android.hardware.display.DisplayManagerInternal$DisplayPowerCallbacks
2383android.hardware.display.DisplayManagerInternal$DisplayPowerRequest
2384android.hardware.display.DisplayManagerInternal
2385android.hardware.display.DisplayViewport
Calin Juravle00b23d32019-03-08 17:52:20 -08002386android.hardware.display.DisplayedContentSample
2387android.hardware.display.DisplayedContentSamplingAttributes
2388android.hardware.display.IColorDisplayManager$Stub$Proxy
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002389android.hardware.display.IColorDisplayManager$Stub
Calin Juravle36829e52019-04-10 19:07:47 -07002390android.hardware.display.IColorDisplayManager
Kenny Rootdbf30ed2012-09-19 13:08:12 -07002391android.hardware.display.IDisplayManager$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08002392android.hardware.display.IDisplayManager$Stub
2393android.hardware.display.IDisplayManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002394android.hardware.display.IDisplayManagerCallback$Stub$Proxy
Kenny Rootdbf30ed2012-09-19 13:08:12 -07002395android.hardware.display.IDisplayManagerCallback$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08002396android.hardware.display.IDisplayManagerCallback
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002397android.hardware.display.IVirtualDisplayCallback$Stub$Proxy
2398android.hardware.display.IVirtualDisplayCallback$Stub
2399android.hardware.display.IVirtualDisplayCallback
2400android.hardware.display.NightDisplayListener$1
2401android.hardware.display.NightDisplayListener$Callback
2402android.hardware.display.NightDisplayListener
2403android.hardware.display.Time$1
2404android.hardware.display.Time
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07002405android.hardware.display.WifiDisplay$1
Calin Juravle00b23d32019-03-08 17:52:20 -08002406android.hardware.display.WifiDisplay
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07002407android.hardware.display.WifiDisplaySessionInfo$1
Calin Juravle00b23d32019-03-08 17:52:20 -08002408android.hardware.display.WifiDisplaySessionInfo
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07002409android.hardware.display.WifiDisplayStatus$1
Calin Juravle00b23d32019-03-08 17:52:20 -08002410android.hardware.display.WifiDisplayStatus
art-benchmark-serviced5115932020-02-25 17:55:03 -08002411android.hardware.face.Face$1
2412android.hardware.face.Face
2413android.hardware.face.FaceManager$1
2414android.hardware.face.FaceManager$AuthenticationCallback
2415android.hardware.face.FaceManager$AuthenticationResult
2416android.hardware.face.FaceManager$EnrollmentCallback
2417android.hardware.face.FaceManager$MyHandler
2418android.hardware.face.FaceManager$OnAuthenticationCancelListener
2419android.hardware.face.FaceManager$RemovalCallback
Calin Juravle00b23d32019-03-08 17:52:20 -08002420android.hardware.face.FaceManager
art-benchmark-serviced5115932020-02-25 17:55:03 -08002421android.hardware.face.IFaceService$Stub$Proxy
2422android.hardware.face.IFaceService$Stub
2423android.hardware.face.IFaceService
2424android.hardware.face.IFaceServiceReceiver$Stub$Proxy
2425android.hardware.face.IFaceServiceReceiver$Stub
2426android.hardware.face.IFaceServiceReceiver
Calin Juravle00b23d32019-03-08 17:52:20 -08002427android.hardware.fingerprint.Fingerprint$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002428android.hardware.fingerprint.Fingerprint
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07002429android.hardware.fingerprint.FingerprintManager$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002430android.hardware.fingerprint.FingerprintManager$2
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07002431android.hardware.fingerprint.FingerprintManager$MyHandler
Calin Juravle00b23d32019-03-08 17:52:20 -08002432android.hardware.fingerprint.FingerprintManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002433android.hardware.fingerprint.IFingerprintClientActiveCallback$Stub$Proxy
2434android.hardware.fingerprint.IFingerprintClientActiveCallback$Stub
2435android.hardware.fingerprint.IFingerprintClientActiveCallback
Calin Juravle4a054192018-05-29 17:52:20 -07002436android.hardware.fingerprint.IFingerprintService$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08002437android.hardware.fingerprint.IFingerprintService$Stub
2438android.hardware.fingerprint.IFingerprintService
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002439android.hardware.fingerprint.IFingerprintServiceReceiver$Stub$Proxy
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07002440android.hardware.fingerprint.IFingerprintServiceReceiver$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08002441android.hardware.fingerprint.IFingerprintServiceReceiver
Andreas Gampe61e7b662015-06-17 23:57:04 -07002442android.hardware.hdmi.HdmiControlManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002443android.hardware.hdmi.HdmiPlaybackClient$DisplayStatusCallback
2444android.hardware.input.IInputDevicesChangedListener$Stub$Proxy
Kenny Rootdbf30ed2012-09-19 13:08:12 -07002445android.hardware.input.IInputDevicesChangedListener$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08002446android.hardware.input.IInputDevicesChangedListener
Kenny Rootdbf30ed2012-09-19 13:08:12 -07002447android.hardware.input.IInputManager$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08002448android.hardware.input.IInputManager$Stub
2449android.hardware.input.IInputManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002450android.hardware.input.ITabletModeChangedListener$Stub$Proxy
2451android.hardware.input.ITabletModeChangedListener$Stub
2452android.hardware.input.ITabletModeChangedListener
Andreas Gampedcad4ca2014-10-03 02:00:29 +00002453android.hardware.input.InputDeviceIdentifier$1
Calin Juravle00b23d32019-03-08 17:52:20 -08002454android.hardware.input.InputDeviceIdentifier
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07002455android.hardware.input.InputManager$InputDeviceListener
2456android.hardware.input.InputManager$InputDeviceListenerDelegate
art-benchmark-serviced5115932020-02-25 17:55:03 -08002457android.hardware.input.InputManager$InputDeviceVibrator
Kenny Rootdbf30ed2012-09-19 13:08:12 -07002458android.hardware.input.InputManager$InputDevicesChangedListener
Calin Juravle00b23d32019-03-08 17:52:20 -08002459android.hardware.input.InputManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002460android.hardware.input.InputManagerInternal
2461android.hardware.input.KeyboardLayout$1
2462android.hardware.input.KeyboardLayout
2463android.hardware.input.TouchCalibration$1
2464android.hardware.input.TouchCalibration
Calin Juravle00b23d32019-03-08 17:52:20 -08002465android.hardware.iris.IrisManager
art-benchmark-serviced5115932020-02-25 17:55:03 -08002466android.hardware.lights.LightsManager
2467android.hardware.location.-$$Lambda$ContextHubManager$3$U9x_HK_GdADIEQ3mS5mDWMNWMu8
2468android.hardware.location.-$$Lambda$ContextHubManager$4$sylEfC1Rx_cxuQRnKuthZXmV8KI
2469android.hardware.location.-$$Lambda$ContextHubTransaction$7a5H6DrY_dOy9M3qnYHhlmDHRNQ
2470android.hardware.location.-$$Lambda$ContextHubTransaction$RNVGnle3xCUm9u68syzn6-2znnU
Brian Duddiecfa5b5b2019-01-22 18:01:40 +00002471android.hardware.location.ActivityRecognitionHardware
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002472android.hardware.location.ContextHubClient
art-benchmark-serviced5115932020-02-25 17:55:03 -08002473android.hardware.location.ContextHubClientCallback
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002474android.hardware.location.ContextHubInfo$1
2475android.hardware.location.ContextHubInfo
2476android.hardware.location.ContextHubManager$2
2477android.hardware.location.ContextHubManager$3
2478android.hardware.location.ContextHubManager$4
art-benchmark-serviced5115932020-02-25 17:55:03 -08002479android.hardware.location.ContextHubManager$Callback
2480android.hardware.location.ContextHubManager$ICallback
Andreas Gampe859e2782016-04-06 18:37:56 -07002481android.hardware.location.ContextHubManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002482android.hardware.location.ContextHubMessage$1
2483android.hardware.location.ContextHubMessage
art-benchmark-serviced5115932020-02-25 17:55:03 -08002484android.hardware.location.ContextHubTransaction$OnCompleteListener
2485android.hardware.location.ContextHubTransaction$Response
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002486android.hardware.location.ContextHubTransaction
art-benchmark-serviced5115932020-02-25 17:55:03 -08002487android.hardware.location.GeofenceHardware$GeofenceHardwareMonitorCallbackWrapper
2488android.hardware.location.GeofenceHardware
2489android.hardware.location.GeofenceHardwareCallback
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002490android.hardware.location.GeofenceHardwareImpl$1
2491android.hardware.location.GeofenceHardwareImpl$2
2492android.hardware.location.GeofenceHardwareImpl$3
2493android.hardware.location.GeofenceHardwareImpl$GeofenceTransition
2494android.hardware.location.GeofenceHardwareImpl$Reaper
2495android.hardware.location.GeofenceHardwareImpl
art-benchmark-serviced5115932020-02-25 17:55:03 -08002496android.hardware.location.GeofenceHardwareMonitorCallback
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002497android.hardware.location.GeofenceHardwareMonitorEvent$1
2498android.hardware.location.GeofenceHardwareMonitorEvent
2499android.hardware.location.GeofenceHardwareRequest
2500android.hardware.location.GeofenceHardwareRequestParcelable$1
2501android.hardware.location.GeofenceHardwareRequestParcelable
2502android.hardware.location.GeofenceHardwareService$1
2503android.hardware.location.GeofenceHardwareService
2504android.hardware.location.IActivityRecognitionHardware$Stub$Proxy
Brian Duddiecfa5b5b2019-01-22 18:01:40 +00002505android.hardware.location.IActivityRecognitionHardware$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08002506android.hardware.location.IActivityRecognitionHardware
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002507android.hardware.location.IActivityRecognitionHardwareClient$Stub$Proxy
2508android.hardware.location.IActivityRecognitionHardwareClient$Stub
2509android.hardware.location.IActivityRecognitionHardwareClient
2510android.hardware.location.IContextHubCallback$Stub$Proxy
2511android.hardware.location.IContextHubCallback$Stub
2512android.hardware.location.IContextHubCallback
2513android.hardware.location.IContextHubClient$Stub$Proxy
2514android.hardware.location.IContextHubClient$Stub
2515android.hardware.location.IContextHubClient
2516android.hardware.location.IContextHubClientCallback$Stub$Proxy
2517android.hardware.location.IContextHubClientCallback$Stub
2518android.hardware.location.IContextHubClientCallback
2519android.hardware.location.IContextHubService$Stub$Proxy
2520android.hardware.location.IContextHubService$Stub
2521android.hardware.location.IContextHubService
2522android.hardware.location.IContextHubTransactionCallback$Stub$Proxy
2523android.hardware.location.IContextHubTransactionCallback$Stub
2524android.hardware.location.IContextHubTransactionCallback
2525android.hardware.location.IGeofenceHardware$Stub$Proxy
2526android.hardware.location.IGeofenceHardware$Stub
2527android.hardware.location.IGeofenceHardware
2528android.hardware.location.IGeofenceHardwareCallback$Stub$Proxy
2529android.hardware.location.IGeofenceHardwareCallback$Stub
2530android.hardware.location.IGeofenceHardwareCallback
2531android.hardware.location.IGeofenceHardwareMonitorCallback$Stub$Proxy
2532android.hardware.location.IGeofenceHardwareMonitorCallback$Stub
2533android.hardware.location.IGeofenceHardwareMonitorCallback
2534android.hardware.location.MemoryRegion$1
2535android.hardware.location.MemoryRegion
2536android.hardware.location.NanoApp$1
2537android.hardware.location.NanoApp
2538android.hardware.location.NanoAppBinary$1
2539android.hardware.location.NanoAppBinary
2540android.hardware.location.NanoAppFilter$1
2541android.hardware.location.NanoAppFilter
2542android.hardware.location.NanoAppInstanceInfo$1
2543android.hardware.location.NanoAppInstanceInfo
2544android.hardware.location.NanoAppMessage$1
2545android.hardware.location.NanoAppMessage
2546android.hardware.location.NanoAppState$1
2547android.hardware.location.NanoAppState
2548android.hardware.radio.ITuner$Stub
2549android.hardware.radio.ITuner
2550android.hardware.radio.ITunerCallback
2551android.hardware.radio.ProgramSelector$1
2552android.hardware.radio.ProgramSelector$Identifier$1
2553android.hardware.radio.ProgramSelector$Identifier
2554android.hardware.radio.ProgramSelector
2555android.hardware.radio.RadioManager$AmBandConfig$1
2556android.hardware.radio.RadioManager$AmBandConfig
2557android.hardware.radio.RadioManager$AmBandDescriptor$1
2558android.hardware.radio.RadioManager$AmBandDescriptor
2559android.hardware.radio.RadioManager$BandConfig$1
2560android.hardware.radio.RadioManager$BandConfig
2561android.hardware.radio.RadioManager$BandDescriptor$1
2562android.hardware.radio.RadioManager$BandDescriptor
2563android.hardware.radio.RadioManager$FmBandConfig$1
2564android.hardware.radio.RadioManager$FmBandConfig
2565android.hardware.radio.RadioManager$FmBandDescriptor$1
2566android.hardware.radio.RadioManager$FmBandDescriptor
2567android.hardware.radio.RadioManager$ModuleProperties$1
2568android.hardware.radio.RadioManager$ModuleProperties
2569android.hardware.radio.RadioManager$ProgramInfo$1
2570android.hardware.radio.RadioManager$ProgramInfo
Andreas Gampe61e7b662015-06-17 23:57:04 -07002571android.hardware.radio.RadioManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002572android.hardware.radio.RadioMetadata$1
2573android.hardware.radio.RadioMetadata
Calin Juravle00b23d32019-03-08 17:52:20 -08002574android.hardware.radio.V1_0.ActivityStatsInfo
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002575android.hardware.radio.V1_0.AppStatus
2576android.hardware.radio.V1_0.Call
2577android.hardware.radio.V1_0.CallForwardInfo
Calin Juravle00b23d32019-03-08 17:52:20 -08002578android.hardware.radio.V1_0.CardStatus
art-benchmark-serviced5115932020-02-25 17:55:03 -08002579android.hardware.radio.V1_0.Carrier
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002580android.hardware.radio.V1_0.CarrierRestrictions
Calin Juravle00b23d32019-03-08 17:52:20 -08002581android.hardware.radio.V1_0.CdmaBroadcastSmsConfigInfo
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002582android.hardware.radio.V1_0.CdmaCallWaiting
2583android.hardware.radio.V1_0.CdmaInformationRecords
2584android.hardware.radio.V1_0.CdmaSignalInfoRecord
Calin Juravle00b23d32019-03-08 17:52:20 -08002585android.hardware.radio.V1_0.CdmaSignalStrength
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002586android.hardware.radio.V1_0.CdmaSmsAddress
2587android.hardware.radio.V1_0.CdmaSmsMessage
2588android.hardware.radio.V1_0.CdmaSmsSubaddress
2589android.hardware.radio.V1_0.CellIdentity
2590android.hardware.radio.V1_0.CellIdentityCdma
2591android.hardware.radio.V1_0.CellIdentityGsm
2592android.hardware.radio.V1_0.CellIdentityLte
2593android.hardware.radio.V1_0.CellIdentityTdscdma
2594android.hardware.radio.V1_0.CellIdentityWcdma
2595android.hardware.radio.V1_0.CellInfo
art-benchmark-serviced5115932020-02-25 17:55:03 -08002596android.hardware.radio.V1_0.CellInfoCdma
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002597android.hardware.radio.V1_0.CellInfoGsm
2598android.hardware.radio.V1_0.CellInfoLte
2599android.hardware.radio.V1_0.CellInfoTdscdma
Calin Juravle00b23d32019-03-08 17:52:20 -08002600android.hardware.radio.V1_0.CellInfoType
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002601android.hardware.radio.V1_0.CellInfoWcdma
2602android.hardware.radio.V1_0.DataCallFailCause
2603android.hardware.radio.V1_0.DataProfileInfo
Calin Juravle00b23d32019-03-08 17:52:20 -08002604android.hardware.radio.V1_0.DataRegStateResult
2605android.hardware.radio.V1_0.EvdoSignalStrength
2606android.hardware.radio.V1_0.GsmBroadcastSmsConfigInfo
2607android.hardware.radio.V1_0.GsmSignalStrength
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002608android.hardware.radio.V1_0.GsmSmsMessage
Calin Juravle00b23d32019-03-08 17:52:20 -08002609android.hardware.radio.V1_0.HardwareConfig
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002610android.hardware.radio.V1_0.HardwareConfigModem
2611android.hardware.radio.V1_0.HardwareConfigSim
Calin Juravle00b23d32019-03-08 17:52:20 -08002612android.hardware.radio.V1_0.IRadio
2613android.hardware.radio.V1_0.IRadioIndication
2614android.hardware.radio.V1_0.IRadioResponse
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002615android.hardware.radio.V1_0.IccIo
Calin Juravle00b23d32019-03-08 17:52:20 -08002616android.hardware.radio.V1_0.IccIoResult
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002617android.hardware.radio.V1_0.ImsSmsMessage
2618android.hardware.radio.V1_0.LastCallFailCauseInfo
2619android.hardware.radio.V1_0.LceDataInfo
2620android.hardware.radio.V1_0.LceStatusInfo
Calin Juravle00b23d32019-03-08 17:52:20 -08002621android.hardware.radio.V1_0.LteSignalStrength
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002622android.hardware.radio.V1_0.NeighboringCell
2623android.hardware.radio.V1_0.OperatorInfo
2624android.hardware.radio.V1_0.PcoDataInfo
Calin Juravle00b23d32019-03-08 17:52:20 -08002625android.hardware.radio.V1_0.RadioCapability
2626android.hardware.radio.V1_0.RadioResponseInfo
2627android.hardware.radio.V1_0.RegState
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002628android.hardware.radio.V1_0.SendSmsResult
2629android.hardware.radio.V1_0.SetupDataCallResult
2630android.hardware.radio.V1_0.SignalStrength
2631android.hardware.radio.V1_0.SimApdu
2632android.hardware.radio.V1_0.SimRefreshResult
2633android.hardware.radio.V1_0.StkCcUnsolSsResult
2634android.hardware.radio.V1_0.SuppSvcNotification
Calin Juravle00b23d32019-03-08 17:52:20 -08002635android.hardware.radio.V1_0.TdScdmaSignalStrength
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002636android.hardware.radio.V1_0.UusInfo
Calin Juravle00b23d32019-03-08 17:52:20 -08002637android.hardware.radio.V1_0.VoiceRegStateResult
2638android.hardware.radio.V1_0.WcdmaSignalStrength
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002639android.hardware.radio.V1_1.IRadio$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08002640android.hardware.radio.V1_1.IRadio
2641android.hardware.radio.V1_1.IRadioIndication
2642android.hardware.radio.V1_1.IRadioResponse
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002643android.hardware.radio.V1_1.KeepaliveStatus
2644android.hardware.radio.V1_1.NetworkScanResult
Calin Juravle00b23d32019-03-08 17:52:20 -08002645android.hardware.radio.V1_2.Call
2646android.hardware.radio.V1_2.CardStatus
2647android.hardware.radio.V1_2.CellIdentity
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002648android.hardware.radio.V1_2.CellIdentityCdma
2649android.hardware.radio.V1_2.CellIdentityGsm
2650android.hardware.radio.V1_2.CellIdentityLte
Calin Juravle00b23d32019-03-08 17:52:20 -08002651android.hardware.radio.V1_2.CellIdentityOperatorNames
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002652android.hardware.radio.V1_2.CellIdentityTdscdma
2653android.hardware.radio.V1_2.CellIdentityWcdma
Calin Juravle00b23d32019-03-08 17:52:20 -08002654android.hardware.radio.V1_2.CellInfo
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002655android.hardware.radio.V1_2.CellInfoCdma
2656android.hardware.radio.V1_2.CellInfoGsm
2657android.hardware.radio.V1_2.CellInfoLte
2658android.hardware.radio.V1_2.CellInfoTdscdma
2659android.hardware.radio.V1_2.CellInfoWcdma
Calin Juravle00b23d32019-03-08 17:52:20 -08002660android.hardware.radio.V1_2.DataRegStateResult
2661android.hardware.radio.V1_2.IRadio
2662android.hardware.radio.V1_2.IRadioIndication
2663android.hardware.radio.V1_2.IRadioResponse
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002664android.hardware.radio.V1_2.LinkCapacityEstimate
2665android.hardware.radio.V1_2.NetworkScanResult
2666android.hardware.radio.V1_2.PhysicalChannelConfig
Calin Juravle00b23d32019-03-08 17:52:20 -08002667android.hardware.radio.V1_2.SignalStrength
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002668android.hardware.radio.V1_2.TdscdmaSignalStrength
Calin Juravle00b23d32019-03-08 17:52:20 -08002669android.hardware.radio.V1_2.VoiceRegStateResult
2670android.hardware.radio.V1_2.WcdmaSignalStrength
2671android.hardware.radio.V1_3.IRadio$Proxy
2672android.hardware.radio.V1_3.IRadio
2673android.hardware.radio.V1_3.IRadioIndication
2674android.hardware.radio.V1_3.IRadioResponse
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002675android.hardware.radio.V1_4.CardStatus
2676android.hardware.radio.V1_4.CarrierRestrictionsWithPriority
art-benchmark-serviced5115932020-02-25 17:55:03 -08002677android.hardware.radio.V1_4.CellConfigLte
2678android.hardware.radio.V1_4.CellIdentityNr
2679android.hardware.radio.V1_4.CellInfo$Info
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002680android.hardware.radio.V1_4.CellInfo
art-benchmark-serviced5115932020-02-25 17:55:03 -08002681android.hardware.radio.V1_4.CellInfoLte
2682android.hardware.radio.V1_4.CellInfoNr
2683android.hardware.radio.V1_4.DataRegStateResult$VopsInfo$hidl_discriminator
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002684android.hardware.radio.V1_4.DataRegStateResult$VopsInfo
2685android.hardware.radio.V1_4.DataRegStateResult
2686android.hardware.radio.V1_4.EmergencyNumber
art-benchmark-serviced5115932020-02-25 17:55:03 -08002687android.hardware.radio.V1_4.IRadio$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08002688android.hardware.radio.V1_4.IRadio
2689android.hardware.radio.V1_4.IRadioIndication$Stub
2690android.hardware.radio.V1_4.IRadioIndication
2691android.hardware.radio.V1_4.IRadioResponse$Stub
2692android.hardware.radio.V1_4.IRadioResponse
art-benchmark-serviced5115932020-02-25 17:55:03 -08002693android.hardware.radio.V1_4.LteVopsInfo
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002694android.hardware.radio.V1_4.NetworkScanResult
2695android.hardware.radio.V1_4.NrIndicators
art-benchmark-serviced5115932020-02-25 17:55:03 -08002696android.hardware.radio.V1_4.NrSignalStrength
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002697android.hardware.radio.V1_4.PhysicalChannelConfig
art-benchmark-serviced5115932020-02-25 17:55:03 -08002698android.hardware.radio.V1_4.RadioFrequencyInfo
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002699android.hardware.radio.V1_4.SetupDataCallResult
2700android.hardware.radio.V1_4.SignalStrength
art-benchmark-serviced5115932020-02-25 17:55:03 -08002701android.hardware.radio.V1_5.CellIdentity
2702android.hardware.radio.V1_5.CellIdentityGsm
2703android.hardware.radio.V1_5.CellIdentityLte
2704android.hardware.radio.V1_5.CellIdentityNr
2705android.hardware.radio.V1_5.CellIdentityTdscdma
2706android.hardware.radio.V1_5.CellIdentityWcdma
2707android.hardware.radio.V1_5.ClosedSubscriberGroupInfo
2708android.hardware.radio.V1_5.IRadio
2709android.hardware.radio.V1_5.OptionalCsgInfo
art-benchmark-service56aece62020-02-10 17:58:03 -08002710android.hardware.radio.config.V1_0.IRadioConfig
2711android.hardware.radio.config.V1_0.IRadioConfigIndication
2712android.hardware.radio.config.V1_0.IRadioConfigResponse
2713android.hardware.radio.config.V1_0.SimSlotStatus
2714android.hardware.radio.config.V1_1.IRadioConfig$Proxy
2715android.hardware.radio.config.V1_1.IRadioConfig
2716android.hardware.radio.config.V1_1.IRadioConfigIndication
2717android.hardware.radio.config.V1_1.IRadioConfigResponse
2718android.hardware.radio.config.V1_1.ModemInfo
2719android.hardware.radio.config.V1_1.ModemsConfig
2720android.hardware.radio.config.V1_1.PhoneCapability
2721android.hardware.radio.config.V1_2.IRadioConfigIndication$Stub
2722android.hardware.radio.config.V1_2.IRadioConfigIndication
2723android.hardware.radio.config.V1_2.IRadioConfigResponse$Stub
2724android.hardware.radio.config.V1_2.IRadioConfigResponse
2725android.hardware.radio.config.V1_2.SimSlotStatus
2726android.hardware.radio.deprecated.V1_0.IOemHook$Proxy
2727android.hardware.radio.deprecated.V1_0.IOemHook
2728android.hardware.radio.deprecated.V1_0.IOemHookIndication$Stub
2729android.hardware.radio.deprecated.V1_0.IOemHookIndication
2730android.hardware.radio.deprecated.V1_0.IOemHookResponse$Stub
2731android.hardware.radio.deprecated.V1_0.IOemHookResponse
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002732android.hardware.sidekick.SidekickInternal
art-benchmark-serviced5115932020-02-25 17:55:03 -08002733android.hardware.soundtrigger.ConversionUtil
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002734android.hardware.soundtrigger.IRecognitionStatusCallback$Stub$Proxy
2735android.hardware.soundtrigger.IRecognitionStatusCallback$Stub
2736android.hardware.soundtrigger.IRecognitionStatusCallback
art-benchmark-serviced5115932020-02-25 17:55:03 -08002737android.hardware.soundtrigger.KeyphraseMetadata
Andreas Gampedcad4ca2014-10-03 02:00:29 +00002738android.hardware.soundtrigger.SoundTrigger$ConfidenceLevel$1
Calin Juravle00b23d32019-03-08 17:52:20 -08002739android.hardware.soundtrigger.SoundTrigger$ConfidenceLevel
Andreas Gampe859e2782016-04-06 18:37:56 -07002740android.hardware.soundtrigger.SoundTrigger$GenericRecognitionEvent$1
Calin Juravle00b23d32019-03-08 17:52:20 -08002741android.hardware.soundtrigger.SoundTrigger$GenericRecognitionEvent
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07002742android.hardware.soundtrigger.SoundTrigger$GenericSoundModel$1
Calin Juravle00b23d32019-03-08 17:52:20 -08002743android.hardware.soundtrigger.SoundTrigger$GenericSoundModel
Andreas Gampedcad4ca2014-10-03 02:00:29 +00002744android.hardware.soundtrigger.SoundTrigger$Keyphrase$1
Calin Juravle00b23d32019-03-08 17:52:20 -08002745android.hardware.soundtrigger.SoundTrigger$Keyphrase
Andreas Gampedcad4ca2014-10-03 02:00:29 +00002746android.hardware.soundtrigger.SoundTrigger$KeyphraseRecognitionEvent$1
Calin Juravle00b23d32019-03-08 17:52:20 -08002747android.hardware.soundtrigger.SoundTrigger$KeyphraseRecognitionEvent
Andreas Gampedcad4ca2014-10-03 02:00:29 +00002748android.hardware.soundtrigger.SoundTrigger$KeyphraseRecognitionExtra$1
Calin Juravle00b23d32019-03-08 17:52:20 -08002749android.hardware.soundtrigger.SoundTrigger$KeyphraseRecognitionExtra
Andreas Gampedcad4ca2014-10-03 02:00:29 +00002750android.hardware.soundtrigger.SoundTrigger$KeyphraseSoundModel$1
Calin Juravle00b23d32019-03-08 17:52:20 -08002751android.hardware.soundtrigger.SoundTrigger$KeyphraseSoundModel
art-benchmark-serviced5115932020-02-25 17:55:03 -08002752android.hardware.soundtrigger.SoundTrigger$ModelParamRange$1
2753android.hardware.soundtrigger.SoundTrigger$ModelParamRange
Andreas Gampedcad4ca2014-10-03 02:00:29 +00002754android.hardware.soundtrigger.SoundTrigger$ModuleProperties$1
Calin Juravle00b23d32019-03-08 17:52:20 -08002755android.hardware.soundtrigger.SoundTrigger$ModuleProperties
Andreas Gampedcad4ca2014-10-03 02:00:29 +00002756android.hardware.soundtrigger.SoundTrigger$RecognitionConfig$1
Calin Juravle00b23d32019-03-08 17:52:20 -08002757android.hardware.soundtrigger.SoundTrigger$RecognitionConfig
Andreas Gampedcad4ca2014-10-03 02:00:29 +00002758android.hardware.soundtrigger.SoundTrigger$RecognitionEvent$1
Calin Juravle00b23d32019-03-08 17:52:20 -08002759android.hardware.soundtrigger.SoundTrigger$RecognitionEvent
Andreas Gampedcad4ca2014-10-03 02:00:29 +00002760android.hardware.soundtrigger.SoundTrigger$SoundModel
Andreas Gampedcad4ca2014-10-03 02:00:29 +00002761android.hardware.soundtrigger.SoundTrigger$SoundModelEvent$1
Calin Juravle00b23d32019-03-08 17:52:20 -08002762android.hardware.soundtrigger.SoundTrigger$SoundModelEvent
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002763android.hardware.soundtrigger.SoundTrigger$StatusListener
Calin Juravle00b23d32019-03-08 17:52:20 -08002764android.hardware.soundtrigger.SoundTrigger
art-benchmark-serviced5115932020-02-25 17:55:03 -08002765android.hardware.soundtrigger.SoundTriggerModule$EventHandlerDelegate
Andreas Gampedcad4ca2014-10-03 02:00:29 +00002766android.hardware.soundtrigger.SoundTriggerModule
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002767android.hardware.thermal.V1_0.IThermal
2768android.hardware.thermal.V1_0.ThermalStatus
art-benchmark-serviced5115932020-02-25 17:55:03 -08002769android.hardware.thermal.V2_0.CoolingDevice
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002770android.hardware.thermal.V2_0.IThermal$Proxy
art-benchmark-serviced5115932020-02-25 17:55:03 -08002771android.hardware.thermal.V2_0.IThermal$getCurrentCoolingDevicesCallback
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002772android.hardware.thermal.V2_0.IThermal$getCurrentTemperaturesCallback
2773android.hardware.thermal.V2_0.IThermal
2774android.hardware.thermal.V2_0.IThermalChangedCallback$Stub
2775android.hardware.thermal.V2_0.IThermalChangedCallback
2776android.hardware.thermal.V2_0.Temperature
art-benchmark-serviced5115932020-02-25 17:55:03 -08002777android.hardware.usb.AccessoryFilter
2778android.hardware.usb.DeviceFilter
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07002779android.hardware.usb.IUsbManager$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08002780android.hardware.usb.IUsbManager$Stub
2781android.hardware.usb.IUsbManager
art-benchmark-serviced5115932020-02-25 17:55:03 -08002782android.hardware.usb.IUsbSerialReader$Stub
2783android.hardware.usb.IUsbSerialReader
Calin Juravle00b23d32019-03-08 17:52:20 -08002784android.hardware.usb.ParcelableUsbPort$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002785android.hardware.usb.ParcelableUsbPort
2786android.hardware.usb.UsbAccessory$2
2787android.hardware.usb.UsbAccessory
art-benchmark-serviced5115932020-02-25 17:55:03 -08002788android.hardware.usb.UsbConfiguration$1
2789android.hardware.usb.UsbConfiguration
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07002790android.hardware.usb.UsbDevice$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08002791android.hardware.usb.UsbDevice$Builder
Calin Juravle00b23d32019-03-08 17:52:20 -08002792android.hardware.usb.UsbDevice
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04002793android.hardware.usb.UsbDeviceConnection
art-benchmark-serviced5115932020-02-25 17:55:03 -08002794android.hardware.usb.UsbInterface
Andreas Gampe61e7b662015-06-17 23:57:04 -07002795android.hardware.usb.UsbManager
Calin Juravle00b23d32019-03-08 17:52:20 -08002796android.hardware.usb.UsbPort
2797android.hardware.usb.UsbPortStatus$1
2798android.hardware.usb.UsbPortStatus
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04002799android.hardware.usb.UsbRequest
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002800android.hardware.usb.gadget.V1_0.IUsbGadget$Proxy
2801android.hardware.usb.gadget.V1_0.IUsbGadget
2802android.hardware.usb.gadget.V1_0.IUsbGadgetCallback$Stub
2803android.hardware.usb.gadget.V1_0.IUsbGadgetCallback
art-benchmark-service56aece62020-02-10 17:58:03 -08002804android.icu.impl.BMPSet
2805android.icu.impl.CacheBase
2806android.icu.impl.CacheValue$NullValue
art-benchmark-serviced5115932020-02-25 17:55:03 -08002807android.icu.impl.CacheValue$SoftValue
art-benchmark-service56aece62020-02-10 17:58:03 -08002808android.icu.impl.CacheValue$Strength
art-benchmark-serviced5115932020-02-25 17:55:03 -08002809android.icu.impl.CacheValue$StrongValue
art-benchmark-service56aece62020-02-10 17:58:03 -08002810android.icu.impl.CacheValue
art-benchmark-serviced5115932020-02-25 17:55:03 -08002811android.icu.impl.CalType
2812android.icu.impl.CalendarUtil$CalendarPreferences
2813android.icu.impl.CalendarUtil
2814android.icu.impl.CaseMapImpl$StringContextIterator
2815android.icu.impl.CaseMapImpl
2816android.icu.impl.CharTrie
2817android.icu.impl.CharacterIteration
2818android.icu.impl.CharacterPropertiesImpl
art-benchmark-service56aece62020-02-10 17:58:03 -08002819android.icu.impl.ClassLoaderUtil
2820android.icu.impl.CurrencyData$CurrencyDisplayInfo
2821android.icu.impl.CurrencyData$CurrencyDisplayInfoProvider
2822android.icu.impl.CurrencyData$CurrencySpacingInfo$SpacingPattern
2823android.icu.impl.CurrencyData$CurrencySpacingInfo$SpacingType
2824android.icu.impl.CurrencyData$CurrencySpacingInfo
2825android.icu.impl.CurrencyData
art-benchmark-serviced5115932020-02-25 17:55:03 -08002826android.icu.impl.DateNumberFormat
2827android.icu.impl.FormattedStringBuilder
2828android.icu.impl.FormattedValueStringBuilderImpl$NullField
2829android.icu.impl.FormattedValueStringBuilderImpl
2830android.icu.impl.Grego
art-benchmark-service56aece62020-02-10 17:58:03 -08002831android.icu.impl.ICUBinary$Authenticate
2832android.icu.impl.ICUBinary$DatPackageReader$IsAcceptable
2833android.icu.impl.ICUBinary$DatPackageReader
2834android.icu.impl.ICUBinary$DataFile
2835android.icu.impl.ICUBinary$PackageDataFile
2836android.icu.impl.ICUBinary
2837android.icu.impl.ICUCache
2838android.icu.impl.ICUConfig
2839android.icu.impl.ICUCurrencyDisplayInfoProvider$1
2840android.icu.impl.ICUCurrencyDisplayInfoProvider$ICUCurrencyDisplayInfo$CurrencySink$EntrypointTable
2841android.icu.impl.ICUCurrencyDisplayInfoProvider$ICUCurrencyDisplayInfo$CurrencySink
2842android.icu.impl.ICUCurrencyDisplayInfoProvider$ICUCurrencyDisplayInfo$FormattingData
2843android.icu.impl.ICUCurrencyDisplayInfoProvider$ICUCurrencyDisplayInfo
2844android.icu.impl.ICUCurrencyDisplayInfoProvider
2845android.icu.impl.ICUCurrencyMetaInfo$Collector
2846android.icu.impl.ICUCurrencyMetaInfo$CurrencyCollector
2847android.icu.impl.ICUCurrencyMetaInfo$UniqueList
2848android.icu.impl.ICUCurrencyMetaInfo
2849android.icu.impl.ICUData
2850android.icu.impl.ICUDebug
2851android.icu.impl.ICULocaleService$ICUResourceBundleFactory
art-benchmark-serviced5115932020-02-25 17:55:03 -08002852android.icu.impl.ICULocaleService$LocaleKey
art-benchmark-service56aece62020-02-10 17:58:03 -08002853android.icu.impl.ICULocaleService$LocaleKeyFactory
2854android.icu.impl.ICULocaleService
2855android.icu.impl.ICUNotifier
2856android.icu.impl.ICURWLock
2857android.icu.impl.ICUResourceBundle$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08002858android.icu.impl.ICUResourceBundle$2$1
2859android.icu.impl.ICUResourceBundle$2
art-benchmark-service56aece62020-02-10 17:58:03 -08002860android.icu.impl.ICUResourceBundle$3
2861android.icu.impl.ICUResourceBundle$4
art-benchmark-serviced5115932020-02-25 17:55:03 -08002862android.icu.impl.ICUResourceBundle$AvailEntry
art-benchmark-service56aece62020-02-10 17:58:03 -08002863android.icu.impl.ICUResourceBundle$Loader
2864android.icu.impl.ICUResourceBundle$OpenType
2865android.icu.impl.ICUResourceBundle$WholeBundle
2866android.icu.impl.ICUResourceBundle
2867android.icu.impl.ICUResourceBundleImpl$ResourceArray
art-benchmark-serviced5115932020-02-25 17:55:03 -08002868android.icu.impl.ICUResourceBundleImpl$ResourceBinary
art-benchmark-service56aece62020-02-10 17:58:03 -08002869android.icu.impl.ICUResourceBundleImpl$ResourceContainer
2870android.icu.impl.ICUResourceBundleImpl$ResourceInt
art-benchmark-serviced5115932020-02-25 17:55:03 -08002871android.icu.impl.ICUResourceBundleImpl$ResourceIntVector
art-benchmark-service56aece62020-02-10 17:58:03 -08002872android.icu.impl.ICUResourceBundleImpl$ResourceString
2873android.icu.impl.ICUResourceBundleImpl$ResourceTable
2874android.icu.impl.ICUResourceBundleImpl
2875android.icu.impl.ICUResourceBundleReader$Array16
2876android.icu.impl.ICUResourceBundleReader$Array32
2877android.icu.impl.ICUResourceBundleReader$Array
2878android.icu.impl.ICUResourceBundleReader$Container
2879android.icu.impl.ICUResourceBundleReader$IsAcceptable
2880android.icu.impl.ICUResourceBundleReader$ReaderCache
2881android.icu.impl.ICUResourceBundleReader$ReaderCacheKey
2882android.icu.impl.ICUResourceBundleReader$ReaderValue
2883android.icu.impl.ICUResourceBundleReader$ResourceCache$Level
2884android.icu.impl.ICUResourceBundleReader$ResourceCache
2885android.icu.impl.ICUResourceBundleReader$Table1632
2886android.icu.impl.ICUResourceBundleReader$Table16
2887android.icu.impl.ICUResourceBundleReader$Table
2888android.icu.impl.ICUResourceBundleReader
art-benchmark-serviced5115932020-02-25 17:55:03 -08002889android.icu.impl.ICUService$CacheEntry
art-benchmark-service56aece62020-02-10 17:58:03 -08002890android.icu.impl.ICUService$Factory
art-benchmark-serviced5115932020-02-25 17:55:03 -08002891android.icu.impl.ICUService$Key
art-benchmark-service56aece62020-02-10 17:58:03 -08002892android.icu.impl.ICUService
art-benchmark-serviced5115932020-02-25 17:55:03 -08002893android.icu.impl.IDNA2003
art-benchmark-servicead05a302020-03-17 09:46:02 -07002894android.icu.impl.IllegalIcuArgumentException
art-benchmark-serviced5115932020-02-25 17:55:03 -08002895android.icu.impl.JavaTimeZone
art-benchmark-service56aece62020-02-10 17:58:03 -08002896android.icu.impl.LocaleIDParser
art-benchmark-serviced5115932020-02-25 17:55:03 -08002897android.icu.impl.LocaleIDs
art-benchmark-servicead05a302020-03-17 09:46:02 -07002898android.icu.impl.LocaleUtility
art-benchmark-serviced5115932020-02-25 17:55:03 -08002899android.icu.impl.Norm2AllModes$1
2900android.icu.impl.Norm2AllModes$ComposeNormalizer2
2901android.icu.impl.Norm2AllModes$DecomposeNormalizer2
2902android.icu.impl.Norm2AllModes$FCDNormalizer2
2903android.icu.impl.Norm2AllModes$NFCSingleton
2904android.icu.impl.Norm2AllModes$NFKCSingleton
2905android.icu.impl.Norm2AllModes$NoopNormalizer2
2906android.icu.impl.Norm2AllModes$Norm2AllModesSingleton
2907android.icu.impl.Norm2AllModes$Normalizer2WithImpl
2908android.icu.impl.Norm2AllModes
2909android.icu.impl.Normalizer2Impl$1
2910android.icu.impl.Normalizer2Impl$IsAcceptable
2911android.icu.impl.Normalizer2Impl$ReorderingBuffer
2912android.icu.impl.Normalizer2Impl$UTF16Plus
2913android.icu.impl.Normalizer2Impl
2914android.icu.impl.OlsonTimeZone
art-benchmark-service56aece62020-02-10 17:58:03 -08002915android.icu.impl.Pair
art-benchmark-serviced5115932020-02-25 17:55:03 -08002916android.icu.impl.PatternProps
2917android.icu.impl.PatternTokenizer
2918android.icu.impl.PluralRulesLoader
art-benchmark-service56aece62020-02-10 17:58:03 -08002919android.icu.impl.RBBIDataWrapper$IsAcceptable
2920android.icu.impl.RBBIDataWrapper$RBBIDataHeader
2921android.icu.impl.RBBIDataWrapper$RBBIStateTable
2922android.icu.impl.RBBIDataWrapper
art-benchmark-serviced5115932020-02-25 17:55:03 -08002923android.icu.impl.ReplaceableUCharacterIterator
2924android.icu.impl.RuleCharacterIterator
art-benchmark-service56aece62020-02-10 17:58:03 -08002925android.icu.impl.SimpleCache
art-benchmark-serviced5115932020-02-25 17:55:03 -08002926android.icu.impl.SimpleFormatterImpl
art-benchmark-service56aece62020-02-10 17:58:03 -08002927android.icu.impl.SoftCache
art-benchmark-serviced5115932020-02-25 17:55:03 -08002928android.icu.impl.StandardPlural
2929android.icu.impl.StaticUnicodeSets$Key
2930android.icu.impl.StaticUnicodeSets$ParseDataSink
2931android.icu.impl.StaticUnicodeSets
2932android.icu.impl.StringPrepDataReader
art-benchmark-servicead05a302020-03-17 09:46:02 -07002933android.icu.impl.StringRange
art-benchmark-serviced5115932020-02-25 17:55:03 -08002934android.icu.impl.StringSegment
2935android.icu.impl.TextTrieMap$Node
2936android.icu.impl.TextTrieMap
2937android.icu.impl.TimeZoneNamesFactoryImpl
2938android.icu.impl.TimeZoneNamesImpl$1
2939android.icu.impl.TimeZoneNamesImpl$MZ2TZsCache
2940android.icu.impl.TimeZoneNamesImpl$MZMapEntry
2941android.icu.impl.TimeZoneNamesImpl$TZ2MZsCache
2942android.icu.impl.TimeZoneNamesImpl$ZNames$NameTypeIndex
2943android.icu.impl.TimeZoneNamesImpl$ZNames
2944android.icu.impl.TimeZoneNamesImpl$ZNamesLoader
2945android.icu.impl.TimeZoneNamesImpl
2946android.icu.impl.Trie$DataManipulate
2947android.icu.impl.Trie$DefaultGetFoldingOffset
art-benchmark-service56aece62020-02-10 17:58:03 -08002948android.icu.impl.Trie2$1
2949android.icu.impl.Trie2$2
art-benchmark-serviced5115932020-02-25 17:55:03 -08002950android.icu.impl.Trie2$Range
2951android.icu.impl.Trie2$Trie2Iterator
art-benchmark-service56aece62020-02-10 17:58:03 -08002952android.icu.impl.Trie2$UTrie2Header
2953android.icu.impl.Trie2$ValueMapper
2954android.icu.impl.Trie2$ValueWidth
2955android.icu.impl.Trie2
2956android.icu.impl.Trie2_16
art-benchmark-serviced5115932020-02-25 17:55:03 -08002957android.icu.impl.Trie2_32
2958android.icu.impl.Trie
art-benchmark-service56aece62020-02-10 17:58:03 -08002959android.icu.impl.UBiDiProps$IsAcceptable
2960android.icu.impl.UBiDiProps
art-benchmark-serviced5115932020-02-25 17:55:03 -08002961android.icu.impl.UCaseProps$ContextIterator
2962android.icu.impl.UCaseProps$IsAcceptable
2963android.icu.impl.UCaseProps$LatinCase
2964android.icu.impl.UCaseProps
art-benchmark-servicead05a302020-03-17 09:46:02 -07002965android.icu.impl.UCharacterName
art-benchmark-service56aece62020-02-10 17:58:03 -08002966android.icu.impl.UCharacterProperty$10
2967android.icu.impl.UCharacterProperty$11
2968android.icu.impl.UCharacterProperty$12
2969android.icu.impl.UCharacterProperty$13
2970android.icu.impl.UCharacterProperty$14
2971android.icu.impl.UCharacterProperty$15
2972android.icu.impl.UCharacterProperty$16
2973android.icu.impl.UCharacterProperty$17
2974android.icu.impl.UCharacterProperty$18
2975android.icu.impl.UCharacterProperty$19
2976android.icu.impl.UCharacterProperty$1
2977android.icu.impl.UCharacterProperty$20
2978android.icu.impl.UCharacterProperty$21
2979android.icu.impl.UCharacterProperty$22
2980android.icu.impl.UCharacterProperty$23
2981android.icu.impl.UCharacterProperty$24
2982android.icu.impl.UCharacterProperty$25
2983android.icu.impl.UCharacterProperty$26
2984android.icu.impl.UCharacterProperty$27
2985android.icu.impl.UCharacterProperty$2
2986android.icu.impl.UCharacterProperty$3
2987android.icu.impl.UCharacterProperty$4
2988android.icu.impl.UCharacterProperty$5
2989android.icu.impl.UCharacterProperty$6
2990android.icu.impl.UCharacterProperty$7
2991android.icu.impl.UCharacterProperty$8
2992android.icu.impl.UCharacterProperty$9
2993android.icu.impl.UCharacterProperty$BiDiIntProperty
2994android.icu.impl.UCharacterProperty$BinaryProperty
2995android.icu.impl.UCharacterProperty$CaseBinaryProperty
2996android.icu.impl.UCharacterProperty$CombiningClassIntProperty
2997android.icu.impl.UCharacterProperty$IntProperty
2998android.icu.impl.UCharacterProperty$IsAcceptable
2999android.icu.impl.UCharacterProperty$NormInertBinaryProperty
3000android.icu.impl.UCharacterProperty$NormQuickCheckIntProperty
3001android.icu.impl.UCharacterProperty
art-benchmark-serviced5115932020-02-25 17:55:03 -08003002android.icu.impl.UPropertyAliases$IsAcceptable
3003android.icu.impl.UPropertyAliases
3004android.icu.impl.URLHandler$URLVisitor
art-benchmark-service56aece62020-02-10 17:58:03 -08003005android.icu.impl.UResource$Array
3006android.icu.impl.UResource$Key
3007android.icu.impl.UResource$Sink
3008android.icu.impl.UResource$Table
3009android.icu.impl.UResource$Value
3010android.icu.impl.UResource
art-benchmark-serviced5115932020-02-25 17:55:03 -08003011android.icu.impl.USerializedSet
3012android.icu.impl.UnicodeSetStringSpan$OffsetList
3013android.icu.impl.UnicodeSetStringSpan
art-benchmark-service56aece62020-02-10 17:58:03 -08003014android.icu.impl.Utility
3015android.icu.impl.ZoneMeta$1
3016android.icu.impl.ZoneMeta$CustomTimeZoneCache
3017android.icu.impl.ZoneMeta$SystemTimeZoneCache
3018android.icu.impl.ZoneMeta
art-benchmark-serviced5115932020-02-25 17:55:03 -08003019android.icu.impl.coll.CollationData
3020android.icu.impl.coll.CollationDataReader$IsAcceptable
3021android.icu.impl.coll.CollationDataReader
3022android.icu.impl.coll.CollationFastLatin
3023android.icu.impl.coll.CollationIterator$CEBuffer
3024android.icu.impl.coll.CollationLoader
3025android.icu.impl.coll.CollationRoot
3026android.icu.impl.coll.CollationSettings
3027android.icu.impl.coll.CollationTailoring
3028android.icu.impl.coll.SharedObject$Reference
3029android.icu.impl.coll.SharedObject
3030android.icu.impl.locale.AsciiUtil$CaseInsensitiveKey
art-benchmark-service56aece62020-02-10 17:58:03 -08003031android.icu.impl.locale.AsciiUtil
3032android.icu.impl.locale.BaseLocale$Cache
3033android.icu.impl.locale.BaseLocale$Key
3034android.icu.impl.locale.BaseLocale
art-benchmark-serviced5115932020-02-25 17:55:03 -08003035android.icu.impl.locale.InternalLocaleBuilder$CaseInsensitiveChar
3036android.icu.impl.locale.InternalLocaleBuilder
3037android.icu.impl.locale.LanguageTag
art-benchmark-service56aece62020-02-10 17:58:03 -08003038android.icu.impl.locale.LocaleObjectCache$CacheEntry
3039android.icu.impl.locale.LocaleObjectCache
3040android.icu.impl.locale.LocaleSyntaxException
art-benchmark-serviced5115932020-02-25 17:55:03 -08003041android.icu.impl.number.AdoptingModifierStore
art-benchmark-service56aece62020-02-10 17:58:03 -08003042android.icu.impl.number.AffixPatternProvider
art-benchmark-serviced5115932020-02-25 17:55:03 -08003043android.icu.impl.number.AffixUtils$SymbolProvider
3044android.icu.impl.number.AffixUtils$TokenConsumer
art-benchmark-service56aece62020-02-10 17:58:03 -08003045android.icu.impl.number.AffixUtils
art-benchmark-serviced5115932020-02-25 17:55:03 -08003046android.icu.impl.number.ConstantAffixModifier
3047android.icu.impl.number.ConstantMultiFieldModifier
3048android.icu.impl.number.CurrencySpacingEnabledModifier
art-benchmark-service56aece62020-02-10 17:58:03 -08003049android.icu.impl.number.CustomSymbolCurrency
3050android.icu.impl.number.DecimalFormatProperties$ParseMode
3051android.icu.impl.number.DecimalFormatProperties
art-benchmark-serviced5115932020-02-25 17:55:03 -08003052android.icu.impl.number.DecimalQuantity
3053android.icu.impl.number.DecimalQuantity_AbstractBCD
3054android.icu.impl.number.DecimalQuantity_DualStorageBCD
art-benchmark-service56aece62020-02-10 17:58:03 -08003055android.icu.impl.number.Grouper
3056android.icu.impl.number.MacroProps
art-benchmark-serviced5115932020-02-25 17:55:03 -08003057android.icu.impl.number.MicroProps
3058android.icu.impl.number.MicroPropsGenerator
3059android.icu.impl.number.Modifier
3060android.icu.impl.number.ModifierStore
3061android.icu.impl.number.MultiplierFormatHandler
3062android.icu.impl.number.MutablePatternModifier$ImmutablePatternModifier
3063android.icu.impl.number.MutablePatternModifier
art-benchmark-service56aece62020-02-10 17:58:03 -08003064android.icu.impl.number.Padder$PadPosition
art-benchmark-serviced5115932020-02-25 17:55:03 -08003065android.icu.impl.number.Padder
art-benchmark-service56aece62020-02-10 17:58:03 -08003066android.icu.impl.number.PatternStringParser$ParsedPatternInfo
3067android.icu.impl.number.PatternStringParser$ParsedSubpatternInfo
3068android.icu.impl.number.PatternStringParser$ParserState
3069android.icu.impl.number.PatternStringParser
art-benchmark-serviced5115932020-02-25 17:55:03 -08003070android.icu.impl.number.PatternStringUtils
art-benchmark-service56aece62020-02-10 17:58:03 -08003071android.icu.impl.number.PropertiesAffixPatternProvider
3072android.icu.impl.number.RoundingUtils
art-benchmark-serviced5115932020-02-25 17:55:03 -08003073android.icu.impl.number.parse.AffixMatcher$1
3074android.icu.impl.number.parse.AffixMatcher
3075android.icu.impl.number.parse.AffixPatternMatcher
3076android.icu.impl.number.parse.AffixTokenMatcherFactory
3077android.icu.impl.number.parse.DecimalMatcher
3078android.icu.impl.number.parse.IgnorablesMatcher
3079android.icu.impl.number.parse.InfinityMatcher
3080android.icu.impl.number.parse.MinusSignMatcher
3081android.icu.impl.number.parse.NanMatcher
3082android.icu.impl.number.parse.NumberParseMatcher$Flexible
3083android.icu.impl.number.parse.NumberParseMatcher
3084android.icu.impl.number.parse.NumberParserImpl
3085android.icu.impl.number.parse.ParsedNumber$1
3086android.icu.impl.number.parse.ParsedNumber
3087android.icu.impl.number.parse.ParsingUtils
3088android.icu.impl.number.parse.RequireAffixValidator
3089android.icu.impl.number.parse.RequireNumberValidator
3090android.icu.impl.number.parse.ScientificMatcher
3091android.icu.impl.number.parse.SeriesMatcher
3092android.icu.impl.number.parse.SymbolMatcher
3093android.icu.impl.number.parse.ValidationMatcher
art-benchmark-servicead05a302020-03-17 09:46:02 -07003094android.icu.lang.CharSequences
art-benchmark-serviced5115932020-02-25 17:55:03 -08003095android.icu.lang.CharacterProperties
art-benchmark-service56aece62020-02-10 17:58:03 -08003096android.icu.lang.UCharacter
3097android.icu.lang.UCharacterEnums$ECharacterCategory
3098android.icu.lang.UCharacterEnums$ECharacterDirection
art-benchmark-serviced5115932020-02-25 17:55:03 -08003099android.icu.lang.UScript$ScriptUsage
3100android.icu.lang.UScript
3101android.icu.math.BigDecimal
3102android.icu.math.MathContext
3103android.icu.number.CompactNotation
art-benchmark-service56aece62020-02-10 17:58:03 -08003104android.icu.number.CurrencyPrecision
art-benchmark-serviced5115932020-02-25 17:55:03 -08003105android.icu.number.FormattedNumber
art-benchmark-service56aece62020-02-10 17:58:03 -08003106android.icu.number.FractionPrecision
3107android.icu.number.IntegerWidth
3108android.icu.number.LocalizedNumberFormatter
art-benchmark-serviced5115932020-02-25 17:55:03 -08003109android.icu.number.Notation
art-benchmark-service56aece62020-02-10 17:58:03 -08003110android.icu.number.NumberFormatter$DecimalSeparatorDisplay
3111android.icu.number.NumberFormatter$SignDisplay
art-benchmark-serviced5115932020-02-25 17:55:03 -08003112android.icu.number.NumberFormatter$UnitWidth
art-benchmark-service56aece62020-02-10 17:58:03 -08003113android.icu.number.NumberFormatter
art-benchmark-serviced5115932020-02-25 17:55:03 -08003114android.icu.number.NumberFormatterImpl
art-benchmark-service56aece62020-02-10 17:58:03 -08003115android.icu.number.NumberFormatterSettings
3116android.icu.number.NumberPropertyMapper
3117android.icu.number.Precision$CurrencyRounderImpl
3118android.icu.number.Precision$FracSigRounderImpl
3119android.icu.number.Precision$FractionRounderImpl
3120android.icu.number.Precision$IncrementFiveRounderImpl
3121android.icu.number.Precision$IncrementRounderImpl
3122android.icu.number.Precision$InfiniteRounderImpl
3123android.icu.number.Precision$PassThroughRounderImpl
3124android.icu.number.Precision$SignificantRounderImpl
3125android.icu.number.Precision
art-benchmark-serviced5115932020-02-25 17:55:03 -08003126android.icu.number.Scale
3127android.icu.number.ScientificNotation
art-benchmark-service56aece62020-02-10 17:58:03 -08003128android.icu.number.UnlocalizedNumberFormatter
art-benchmark-serviced5115932020-02-25 17:55:03 -08003129android.icu.text.AlphabeticIndex$1
3130android.icu.text.AlphabeticIndex$Bucket
3131android.icu.text.AlphabeticIndex$BucketList
3132android.icu.text.AlphabeticIndex$ImmutableIndex
art-benchmark-servicead05a302020-03-17 09:46:02 -07003133android.icu.text.AnyTransliterator
art-benchmark-serviced5115932020-02-25 17:55:03 -08003134android.icu.text.Bidi$ImpTabPair
3135android.icu.text.Bidi
art-benchmark-service56aece62020-02-10 17:58:03 -08003136android.icu.text.BidiClassifier
art-benchmark-serviced5115932020-02-25 17:55:03 -08003137android.icu.text.BidiLine
art-benchmark-service56aece62020-02-10 17:58:03 -08003138android.icu.text.BreakIterator$BreakIteratorCache
3139android.icu.text.BreakIterator$BreakIteratorServiceShim
3140android.icu.text.BreakIterator
3141android.icu.text.BreakIteratorFactory$BFService$1RBBreakIteratorFactory
3142android.icu.text.BreakIteratorFactory$BFService
3143android.icu.text.BreakIteratorFactory
art-benchmark-servicead05a302020-03-17 09:46:02 -07003144android.icu.text.BreakTransliterator
3145android.icu.text.CaseFoldTransliterator$1
3146android.icu.text.CaseFoldTransliterator
art-benchmark-serviced5115932020-02-25 17:55:03 -08003147android.icu.text.CaseMap$Title
3148android.icu.text.CaseMap$Upper
3149android.icu.text.CaseMap
3150android.icu.text.Collator$ServiceShim
3151android.icu.text.Collator
3152android.icu.text.CollatorServiceShim$CService$1CollatorFactory
3153android.icu.text.CollatorServiceShim$CService
3154android.icu.text.CollatorServiceShim
3155android.icu.text.ConstrainedFieldPosition$1
3156android.icu.text.ConstrainedFieldPosition$ConstraintType
3157android.icu.text.ConstrainedFieldPosition
art-benchmark-service56aece62020-02-10 17:58:03 -08003158android.icu.text.CurrencyDisplayNames
3159android.icu.text.CurrencyMetaInfo$CurrencyDigits
3160android.icu.text.CurrencyMetaInfo$CurrencyFilter
3161android.icu.text.CurrencyMetaInfo
art-benchmark-serviced5115932020-02-25 17:55:03 -08003162android.icu.text.DateFormat$BooleanAttribute
3163android.icu.text.DateFormat$Field
3164android.icu.text.DateFormat
3165android.icu.text.DateFormatSymbols$1
3166android.icu.text.DateFormatSymbols$CalendarDataSink$AliasType
3167android.icu.text.DateFormatSymbols$CalendarDataSink
3168android.icu.text.DateFormatSymbols$CapitalizationContextUsage
3169android.icu.text.DateFormatSymbols
3170android.icu.text.DateIntervalFormat$BestMatchInfo
3171android.icu.text.DateIntervalFormat
3172android.icu.text.DateIntervalInfo$DateIntervalSink
3173android.icu.text.DateIntervalInfo$PatternInfo
3174android.icu.text.DateIntervalInfo
3175android.icu.text.DateTimePatternGenerator$AppendItemFormatsSink
3176android.icu.text.DateTimePatternGenerator$AppendItemNamesSink
3177android.icu.text.DateTimePatternGenerator$AvailableFormatsSink
3178android.icu.text.DateTimePatternGenerator$DTPGflags
3179android.icu.text.DateTimePatternGenerator$DateTimeMatcher
3180android.icu.text.DateTimePatternGenerator$DayPeriodAllowedHoursSink
3181android.icu.text.DateTimePatternGenerator$DisplayWidth
3182android.icu.text.DateTimePatternGenerator$DistanceInfo
3183android.icu.text.DateTimePatternGenerator$FormatParser
3184android.icu.text.DateTimePatternGenerator$PatternInfo
3185android.icu.text.DateTimePatternGenerator$PatternWithMatcher
3186android.icu.text.DateTimePatternGenerator$PatternWithSkeletonFlag
3187android.icu.text.DateTimePatternGenerator$SkeletonFields
3188android.icu.text.DateTimePatternGenerator$VariableField
3189android.icu.text.DateTimePatternGenerator
art-benchmark-service56aece62020-02-10 17:58:03 -08003190android.icu.text.DecimalFormat
3191android.icu.text.DecimalFormatSymbols$1
3192android.icu.text.DecimalFormatSymbols$CacheData
3193android.icu.text.DecimalFormatSymbols$DecFmtDataSink
3194android.icu.text.DecimalFormatSymbols
3195android.icu.text.DictionaryBreakEngine$DequeI
3196android.icu.text.DictionaryBreakEngine
3197android.icu.text.DisplayContext$Type
3198android.icu.text.DisplayContext
art-benchmark-serviced5115932020-02-25 17:55:03 -08003199android.icu.text.Edits$Iterator
3200android.icu.text.Edits
art-benchmark-servicead05a302020-03-17 09:46:02 -07003201android.icu.text.EscapeTransliterator$1
3202android.icu.text.EscapeTransliterator$2
3203android.icu.text.EscapeTransliterator$3
3204android.icu.text.EscapeTransliterator$4
3205android.icu.text.EscapeTransliterator$5
3206android.icu.text.EscapeTransliterator$6
3207android.icu.text.EscapeTransliterator$7
3208android.icu.text.EscapeTransliterator$8
3209android.icu.text.EscapeTransliterator
art-benchmark-serviced5115932020-02-25 17:55:03 -08003210android.icu.text.FormattedValue
3211android.icu.text.IDNA
art-benchmark-service56aece62020-02-10 17:58:03 -08003212android.icu.text.LanguageBreakEngine
art-benchmark-servicead05a302020-03-17 09:46:02 -07003213android.icu.text.LowercaseTransliterator$1
3214android.icu.text.LowercaseTransliterator
art-benchmark-serviced5115932020-02-25 17:55:03 -08003215android.icu.text.MeasureFormat$FormatWidth
3216android.icu.text.MeasureFormat
art-benchmark-servicead05a302020-03-17 09:46:02 -07003217android.icu.text.NameUnicodeTransliterator$1
3218android.icu.text.NameUnicodeTransliterator
3219android.icu.text.NormalizationTransliterator$1
3220android.icu.text.NormalizationTransliterator$2
3221android.icu.text.NormalizationTransliterator$3
3222android.icu.text.NormalizationTransliterator$4
3223android.icu.text.NormalizationTransliterator$5
3224android.icu.text.NormalizationTransliterator$6
3225android.icu.text.NormalizationTransliterator
art-benchmark-service56aece62020-02-10 17:58:03 -08003226android.icu.text.Normalizer$FCDMode
3227android.icu.text.Normalizer$Mode
art-benchmark-serviced5115932020-02-25 17:55:03 -08003228android.icu.text.Normalizer$ModeImpl
art-benchmark-service56aece62020-02-10 17:58:03 -08003229android.icu.text.Normalizer$NFCMode
3230android.icu.text.Normalizer$NFDMode
3231android.icu.text.Normalizer$NFKCMode
3232android.icu.text.Normalizer$NFKDMode
art-benchmark-serviced5115932020-02-25 17:55:03 -08003233android.icu.text.Normalizer$NFKDModeImpl
art-benchmark-service56aece62020-02-10 17:58:03 -08003234android.icu.text.Normalizer$NONEMode
3235android.icu.text.Normalizer$QuickCheckResult
art-benchmark-serviced5115932020-02-25 17:55:03 -08003236android.icu.text.Normalizer2
art-benchmark-service56aece62020-02-10 17:58:03 -08003237android.icu.text.Normalizer
art-benchmark-servicead05a302020-03-17 09:46:02 -07003238android.icu.text.NullTransliterator
art-benchmark-serviced5115932020-02-25 17:55:03 -08003239android.icu.text.NumberFormat$Field
3240android.icu.text.NumberFormat$NumberFormatShim
art-benchmark-service56aece62020-02-10 17:58:03 -08003241android.icu.text.NumberFormat
art-benchmark-serviced5115932020-02-25 17:55:03 -08003242android.icu.text.NumberFormatServiceShim$NFService$1RBNumberFormatFactory
3243android.icu.text.NumberFormatServiceShim$NFService
art-benchmark-service56aece62020-02-10 17:58:03 -08003244android.icu.text.NumberingSystem$1
3245android.icu.text.NumberingSystem$2
3246android.icu.text.NumberingSystem$LocaleLookupData
3247android.icu.text.NumberingSystem
art-benchmark-serviced5115932020-02-25 17:55:03 -08003248android.icu.text.PluralRanges$Matrix
3249android.icu.text.PluralRanges
3250android.icu.text.PluralRules$1
3251android.icu.text.PluralRules$2
3252android.icu.text.PluralRules$AndConstraint
3253android.icu.text.PluralRules$BinaryConstraint
3254android.icu.text.PluralRules$Constraint
3255android.icu.text.PluralRules$Factory
3256android.icu.text.PluralRules$FixedDecimal
3257android.icu.text.PluralRules$FixedDecimalRange
3258android.icu.text.PluralRules$FixedDecimalSamples
3259android.icu.text.PluralRules$IFixedDecimal
3260android.icu.text.PluralRules$Operand
3261android.icu.text.PluralRules$PluralType
3262android.icu.text.PluralRules$RangeConstraint
3263android.icu.text.PluralRules$Rule
3264android.icu.text.PluralRules$RuleList
3265android.icu.text.PluralRules$SampleType
3266android.icu.text.PluralRules$SimpleTokenizer
3267android.icu.text.PluralRules
3268android.icu.text.RelativeDateTimeFormatter$Cache$1
3269android.icu.text.RelativeDateTimeFormatter$Cache
3270android.icu.text.RelativeDateTimeFormatter$Loader
3271android.icu.text.RelativeDateTimeFormatter$RelDateTimeDataSink
art-benchmark-servicead05a302020-03-17 09:46:02 -07003272android.icu.text.RemoveTransliterator$1
3273android.icu.text.RemoveTransliterator
art-benchmark-serviced5115932020-02-25 17:55:03 -08003274android.icu.text.Replaceable
3275android.icu.text.ReplaceableString
art-benchmark-service56aece62020-02-10 17:58:03 -08003276android.icu.text.RuleBasedBreakIterator$BreakCache
3277android.icu.text.RuleBasedBreakIterator$DictionaryCache
3278android.icu.text.RuleBasedBreakIterator$LookAheadResults
3279android.icu.text.RuleBasedBreakIterator
art-benchmark-serviced5115932020-02-25 17:55:03 -08003280android.icu.text.RuleBasedCollator$CollationBuffer
3281android.icu.text.RuleBasedCollator$FCDUTF16NFDIterator
3282android.icu.text.RuleBasedCollator$NFDIterator
3283android.icu.text.RuleBasedCollator$UTF16NFDIterator
3284android.icu.text.RuleBasedCollator
art-benchmark-servicead05a302020-03-17 09:46:02 -07003285android.icu.text.RuleBasedTransliterator$Data
art-benchmark-serviced5115932020-02-25 17:55:03 -08003286android.icu.text.SimpleDateFormat$PatternItem
3287android.icu.text.SimpleDateFormat
3288android.icu.text.StringPrep
art-benchmark-service56aece62020-02-10 17:58:03 -08003289android.icu.text.StringPrepParseException
3290android.icu.text.StringTransform
art-benchmark-servicead05a302020-03-17 09:46:02 -07003291android.icu.text.SymbolTable
art-benchmark-serviced5115932020-02-25 17:55:03 -08003292android.icu.text.TimeZoneNames$Cache
3293android.icu.text.TimeZoneNames$Factory
art-benchmark-service56aece62020-02-10 17:58:03 -08003294android.icu.text.TimeZoneNames$NameType
art-benchmark-serviced5115932020-02-25 17:55:03 -08003295android.icu.text.TimeZoneNames
art-benchmark-servicead05a302020-03-17 09:46:02 -07003296android.icu.text.TitlecaseTransliterator$1
3297android.icu.text.TitlecaseTransliterator
art-benchmark-service56aece62020-02-10 17:58:03 -08003298android.icu.text.Transform
art-benchmark-servicead05a302020-03-17 09:46:02 -07003299android.icu.text.Transliterator$Factory
3300android.icu.text.Transliterator$Position
art-benchmark-service56aece62020-02-10 17:58:03 -08003301android.icu.text.Transliterator
art-benchmark-servicead05a302020-03-17 09:46:02 -07003302android.icu.text.TransliteratorIDParser$SingleID
3303android.icu.text.TransliteratorIDParser$Specs
3304android.icu.text.TransliteratorIDParser
3305android.icu.text.TransliteratorRegistry$AliasEntry
3306android.icu.text.TransliteratorRegistry$IDEnumeration
3307android.icu.text.TransliteratorRegistry$ResourceEntry
3308android.icu.text.TransliteratorRegistry$Spec
3309android.icu.text.TransliteratorRegistry
art-benchmark-serviced5115932020-02-25 17:55:03 -08003310android.icu.text.UCharacterIterator
3311android.icu.text.UFieldPosition
art-benchmark-service56aece62020-02-10 17:58:03 -08003312android.icu.text.UFormat
art-benchmark-serviced5115932020-02-25 17:55:03 -08003313android.icu.text.UForwardCharacterIterator
3314android.icu.text.UTF16$StringComparator
art-benchmark-service56aece62020-02-10 17:58:03 -08003315android.icu.text.UTF16
art-benchmark-servicead05a302020-03-17 09:46:02 -07003316android.icu.text.UnescapeTransliterator$1
3317android.icu.text.UnescapeTransliterator$2
3318android.icu.text.UnescapeTransliterator$3
3319android.icu.text.UnescapeTransliterator$4
3320android.icu.text.UnescapeTransliterator$5
3321android.icu.text.UnescapeTransliterator$6
3322android.icu.text.UnescapeTransliterator$7
3323android.icu.text.UnescapeTransliterator
art-benchmark-service56aece62020-02-10 17:58:03 -08003324android.icu.text.UnhandledBreakEngine
3325android.icu.text.UnicodeFilter
3326android.icu.text.UnicodeMatcher
art-benchmark-servicead05a302020-03-17 09:46:02 -07003327android.icu.text.UnicodeNameTransliterator$1
3328android.icu.text.UnicodeNameTransliterator
art-benchmark-serviced5115932020-02-25 17:55:03 -08003329android.icu.text.UnicodeSet$Filter
3330android.icu.text.UnicodeSet$GeneralCategoryMaskFilter
3331android.icu.text.UnicodeSet$IntPropertyFilter
art-benchmark-servicead05a302020-03-17 09:46:02 -07003332android.icu.text.UnicodeSet$NumericValueFilter
3333android.icu.text.UnicodeSet$ScriptExtensionsFilter
art-benchmark-serviced5115932020-02-25 17:55:03 -08003334android.icu.text.UnicodeSet$SpanCondition
3335android.icu.text.UnicodeSet$UnicodeSetIterator2
art-benchmark-servicead05a302020-03-17 09:46:02 -07003336android.icu.text.UnicodeSet$VersionFilter
3337android.icu.text.UnicodeSet$XSymbolTable
art-benchmark-service56aece62020-02-10 17:58:03 -08003338android.icu.text.UnicodeSet
art-benchmark-servicead05a302020-03-17 09:46:02 -07003339android.icu.text.UppercaseTransliterator$1
3340android.icu.text.UppercaseTransliterator
art-benchmark-serviced5115932020-02-25 17:55:03 -08003341android.icu.util.AnnualTimeZoneRule
3342android.icu.util.BasicTimeZone
3343android.icu.util.BytesTrie$Result
3344android.icu.util.BytesTrie
3345android.icu.util.Calendar$1
3346android.icu.util.Calendar$FormatConfiguration
3347android.icu.util.Calendar$PatternData
3348android.icu.util.Calendar$WeekData
3349android.icu.util.Calendar$WeekDataCache
3350android.icu.util.Calendar
art-benchmark-servicead05a302020-03-17 09:46:02 -07003351android.icu.util.CaseInsensitiveString
art-benchmark-serviced5115932020-02-25 17:55:03 -08003352android.icu.util.CharsTrie$Entry
3353android.icu.util.CharsTrie$Iterator
3354android.icu.util.CodePointMap$Range
3355android.icu.util.CodePointMap$RangeOption
3356android.icu.util.CodePointMap$ValueFilter
3357android.icu.util.CodePointMap
3358android.icu.util.CodePointTrie$1
3359android.icu.util.CodePointTrie$Data16
3360android.icu.util.CodePointTrie$Data
3361android.icu.util.CodePointTrie$Fast16
3362android.icu.util.CodePointTrie$Fast
3363android.icu.util.CodePointTrie$Type
3364android.icu.util.CodePointTrie$ValueWidth
3365android.icu.util.CodePointTrie
art-benchmark-service56aece62020-02-10 17:58:03 -08003366android.icu.util.Currency$1
3367android.icu.util.Currency$CurrencyUsage
3368android.icu.util.Currency
art-benchmark-serviced5115932020-02-25 17:55:03 -08003369android.icu.util.DateTimeRule
art-benchmark-service56aece62020-02-10 17:58:03 -08003370android.icu.util.Freezable
art-benchmark-serviced5115932020-02-25 17:55:03 -08003371android.icu.util.GregorianCalendar
3372android.icu.util.ICUException
art-benchmark-servicead05a302020-03-17 09:46:02 -07003373android.icu.util.ICUUncheckedIOException
art-benchmark-serviced5115932020-02-25 17:55:03 -08003374android.icu.util.InitialTimeZoneRule
3375android.icu.util.Measure
art-benchmark-service56aece62020-02-10 17:58:03 -08003376android.icu.util.MeasureUnit$1
3377android.icu.util.MeasureUnit$2
3378android.icu.util.MeasureUnit$3
3379android.icu.util.MeasureUnit$4
3380android.icu.util.MeasureUnit$Factory
3381android.icu.util.MeasureUnit
art-benchmark-serviced5115932020-02-25 17:55:03 -08003382android.icu.util.Output
3383android.icu.util.STZInfo
3384android.icu.util.SimpleTimeZone
3385android.icu.util.TimeArrayTimeZoneRule
art-benchmark-service56aece62020-02-10 17:58:03 -08003386android.icu.util.TimeUnit
3387android.icu.util.TimeZone$ConstantZone
3388android.icu.util.TimeZone$SystemTimeZoneType
3389android.icu.util.TimeZone
art-benchmark-serviced5115932020-02-25 17:55:03 -08003390android.icu.util.TimeZoneRule
3391android.icu.util.TimeZoneTransition
art-benchmark-service56aece62020-02-10 17:58:03 -08003392android.icu.util.ULocale$1
3393android.icu.util.ULocale$2
3394android.icu.util.ULocale$3
3395android.icu.util.ULocale$Category
3396android.icu.util.ULocale$JDKLocaleHelper
3397android.icu.util.ULocale$Type
3398android.icu.util.ULocale
3399android.icu.util.UResourceBundle$1
3400android.icu.util.UResourceBundle$RootType
3401android.icu.util.UResourceBundle
art-benchmark-serviced5115932020-02-25 17:55:03 -08003402android.icu.util.UResourceBundleIterator
art-benchmark-service56aece62020-02-10 17:58:03 -08003403android.icu.util.UResourceTypeMismatchException
3404android.icu.util.VersionInfo
art-benchmark-serviced8f25642020-01-27 20:25:10 -08003405android.inputmethodservice.-$$Lambda$InputMethodService$8T9TmAUIN7vW9eU6kTg8309_d4E
art-benchmark-serviced5115932020-02-25 17:55:03 -08003406android.inputmethodservice.-$$Lambda$InputMethodService$TvVfWDKZ3ljQdrU87qYykg6uD-I
art-benchmark-serviced8f25642020-01-27 20:25:10 -08003407android.inputmethodservice.-$$Lambda$InputMethodService$wp8DeVGx_WDOPw4F6an7QbwVxf0
3408android.inputmethodservice.AbstractInputMethodService$AbstractInputMethodImpl
3409android.inputmethodservice.AbstractInputMethodService$AbstractInputMethodSessionImpl
3410android.inputmethodservice.AbstractInputMethodService
art-benchmark-serviced5115932020-02-25 17:55:03 -08003411android.inputmethodservice.ExtractEditText
art-benchmark-serviced8f25642020-01-27 20:25:10 -08003412android.inputmethodservice.IInputMethodSessionWrapper$ImeInputEventReceiver
3413android.inputmethodservice.IInputMethodSessionWrapper
3414android.inputmethodservice.IInputMethodWrapper$InputMethodSessionCallbackWrapper
3415android.inputmethodservice.IInputMethodWrapper
art-benchmark-serviced5115932020-02-25 17:55:03 -08003416android.inputmethodservice.InputMethodService$InputMethodImpl
art-benchmark-serviced8f25642020-01-27 20:25:10 -08003417android.inputmethodservice.InputMethodService$InputMethodSessionImpl
3418android.inputmethodservice.InputMethodService$Insets
3419android.inputmethodservice.InputMethodService$SettingsObserver
3420android.inputmethodservice.InputMethodService
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07003421android.inputmethodservice.SoftInputWindow
art-benchmark-serviced8f25642020-01-27 20:25:10 -08003422android.internal.hidl.base.V1_0.DebugInfo
Calin Juravle00b23d32019-03-08 17:52:20 -08003423android.internal.hidl.base.V1_0.IBase
art-benchmark-serviced5115932020-02-25 17:55:03 -08003424android.internal.hidl.safe_union.V1_0.Monostate
3425android.internal.telephony.sysprop.TelephonyProperties
3426android.location.-$$Lambda$-z-Hjl12STdAybauR3BT-ftvWd0
3427android.location.-$$Lambda$AbstractListenerManager$Registration$TnkXgyOd99JHl00GzK6Oay_sYms
3428android.location.-$$Lambda$GpsStatus$RTSonBp9m0T0NWA3SCfYgWf1mTo
3429android.location.-$$Lambda$LocationManager$GnssStatusListenerManager$GnssStatusListener$4EPi22o4xuVnpNhFHnDvebH4TG8
3430android.location.-$$Lambda$LocationManager$GnssStatusListenerManager$GnssStatusListener$7Fi5XkeF81eL_OKPS2GJMvyc3-8
3431android.location.-$$Lambda$LocationManager$GnssStatusListenerManager$GnssStatusListener$gYcH61KCtV_OcJJszI1TfvnrJHY
3432android.location.-$$Lambda$LocationManager$LocationListenerTransport$JzcdERl3Ha8sYr9NxFhb3gNOoCM
3433android.location.-$$Lambda$LocationManager$LocationListenerTransport$OaIkiu4R0h4pgFbCDDlNkbmPaps
3434android.location.-$$Lambda$LocationManager$LocationListenerTransport$vDJFuk-DvyNgQEXUO2Jkf2ZFeE8
3435android.location.-$$Lambda$LocationManager$LocationListenerTransport$vtBApnyHdgybRqRKlCt1NFEyfeQ
3436android.location.-$$Lambda$UmbtQF279SH5h72Ftfcj_s96jsY
3437android.location.-$$Lambda$_14QHG018Z6p13d3hzJuGTWnNeo
3438android.location.AbstractListenerManager$Registration
3439android.location.AbstractListenerManager
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07003440android.location.Address$1
Calin Juravle00b23d32019-03-08 17:52:20 -08003441android.location.Address
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07003442android.location.Country$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08003443android.location.Country
3444android.location.CountryDetector$ListenerTransport
Andreas Gampe61e7b662015-06-17 23:57:04 -07003445android.location.CountryDetector
art-benchmark-serviced8f25642020-01-27 20:25:10 -08003446android.location.CountryListener
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07003447android.location.Criteria$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08003448android.location.Criteria
art-benchmark-serviced5115932020-02-25 17:55:03 -08003449android.location.FusedBatchOptions$SourceTechnologies
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07003450android.location.Geocoder
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07003451android.location.GeocoderParams$1
Calin Juravle00b23d32019-03-08 17:52:20 -08003452android.location.GeocoderParams
art-benchmark-serviced8f25642020-01-27 20:25:10 -08003453android.location.Geofence$1
3454android.location.Geofence
3455android.location.GnssClock$1
3456android.location.GnssClock
3457android.location.GnssMeasurement$1
3458android.location.GnssMeasurement
3459android.location.GnssMeasurementCorrections$1
3460android.location.GnssMeasurementCorrections
art-benchmark-serviced5115932020-02-25 17:55:03 -08003461android.location.GnssMeasurementsEvent$1
3462android.location.GnssMeasurementsEvent
3463android.location.GnssNavigationMessage$1
3464android.location.GnssNavigationMessage
3465android.location.GnssReflectingPlane$1
3466android.location.GnssReflectingPlane
3467android.location.GnssRequest
3468android.location.GnssSingleSatCorrection$1
3469android.location.GnssSingleSatCorrection
3470android.location.GnssStatus$Callback
3471android.location.GnssStatus
3472android.location.GpsSatellite
Calin Juravle4a054192018-05-29 17:52:20 -07003473android.location.GpsStatus$Listener
art-benchmark-serviced5115932020-02-25 17:55:03 -08003474android.location.GpsStatus$SatelliteIterator
3475android.location.GpsStatus
art-benchmark-serviced8f25642020-01-27 20:25:10 -08003476android.location.IBatchedLocationCallback$Stub$Proxy
Mathieu Chartierba2c0462017-05-19 16:41:46 -07003477android.location.IBatchedLocationCallback$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08003478android.location.IBatchedLocationCallback
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07003479android.location.ICountryDetector$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08003480android.location.ICountryDetector$Stub
3481android.location.ICountryDetector
art-benchmark-serviced8f25642020-01-27 20:25:10 -08003482android.location.ICountryListener$Stub$Proxy
3483android.location.ICountryListener$Stub
3484android.location.ICountryListener
3485android.location.IFusedGeofenceHardware$Stub$Proxy
3486android.location.IFusedGeofenceHardware$Stub
3487android.location.IFusedGeofenceHardware
3488android.location.IGeocodeProvider$Stub$Proxy
3489android.location.IGeocodeProvider$Stub
3490android.location.IGeocodeProvider
3491android.location.IGeofenceProvider$Stub$Proxy
3492android.location.IGeofenceProvider$Stub
3493android.location.IGeofenceProvider
art-benchmark-serviced5115932020-02-25 17:55:03 -08003494android.location.IGnssAntennaInfoListener$Stub
3495android.location.IGnssAntennaInfoListener
art-benchmark-serviced8f25642020-01-27 20:25:10 -08003496android.location.IGnssMeasurementsListener$Stub$Proxy
Mathieu Chartierba2c0462017-05-19 16:41:46 -07003497android.location.IGnssMeasurementsListener$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08003498android.location.IGnssMeasurementsListener
art-benchmark-serviced8f25642020-01-27 20:25:10 -08003499android.location.IGnssNavigationMessageListener$Stub$Proxy
Mathieu Chartierba2c0462017-05-19 16:41:46 -07003500android.location.IGnssNavigationMessageListener$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08003501android.location.IGnssNavigationMessageListener
art-benchmark-serviced8f25642020-01-27 20:25:10 -08003502android.location.IGnssStatusListener$Stub$Proxy
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07003503android.location.IGnssStatusListener$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08003504android.location.IGnssStatusListener
art-benchmark-serviced8f25642020-01-27 20:25:10 -08003505android.location.IGpsGeofenceHardware$Stub$Proxy
3506android.location.IGpsGeofenceHardware$Stub
3507android.location.IGpsGeofenceHardware
3508android.location.ILocationListener$Stub$Proxy
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07003509android.location.ILocationListener$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08003510android.location.ILocationListener
Mathieu Chartierba2c0462017-05-19 16:41:46 -07003511android.location.ILocationManager$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08003512android.location.ILocationManager$Stub
3513android.location.ILocationManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08003514android.location.INetInitiatedListener$Stub
3515android.location.INetInitiatedListener
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07003516android.location.Location$1
3517android.location.Location$2
3518android.location.Location$BearingDistanceCache
Calin Juravle00b23d32019-03-08 17:52:20 -08003519android.location.Location
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07003520android.location.LocationListener
art-benchmark-serviced5115932020-02-25 17:55:03 -08003521android.location.LocationManager$BatchedLocationCallbackManager
3522android.location.LocationManager$GnssAntennaInfoListenerManager
3523android.location.LocationManager$GnssMeasurementsListenerManager
3524android.location.LocationManager$GnssNavigationMessageListenerManager
3525android.location.LocationManager$GnssStatusListenerManager$1
3526android.location.LocationManager$GnssStatusListenerManager$GnssStatusListener
3527android.location.LocationManager$GnssStatusListenerManager
3528android.location.LocationManager$LocationListenerTransport
3529android.location.LocationManager$NmeaAdapter
Calin Juravle00b23d32019-03-08 17:52:20 -08003530android.location.LocationManager
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07003531android.location.LocationProvider
Mathieu Chartierba2c0462017-05-19 16:41:46 -07003532android.location.LocationRequest$1
Calin Juravle00b23d32019-03-08 17:52:20 -08003533android.location.LocationRequest
art-benchmark-serviced5115932020-02-25 17:55:03 -08003534android.location.LocationTime$1
3535android.location.LocationTime
3536android.location.OnNmeaMessageListener
art-benchmark-serviced8f25642020-01-27 20:25:10 -08003537android.media.-$$Lambda$MediaCodecInfo$VideoCapabilities$DpgwEn-gVFZT9EtP3qcxpiA2G0M
art-benchmark-serviced5115932020-02-25 17:55:03 -08003538android.media.-$$Lambda$MediaDrm$8rRollK1F3eENvuaBGoS8u_-heQ
3539android.media.-$$Lambda$MediaDrm$IvEWhXQgSYABwC6_1bdnhTJ4V2I
3540android.media.-$$Lambda$MediaDrm$UPVWCanGo24eu9-1S_t6PvJ1Zno
Andreas Gampedcad4ca2014-10-03 02:00:29 +00003541android.media.AudioAttributes$1
3542android.media.AudioAttributes$Builder
Calin Juravle00b23d32019-03-08 17:52:20 -08003543android.media.AudioAttributes
art-benchmark-serviced5115932020-02-25 17:55:03 -08003544android.media.AudioDevice$1
3545android.media.AudioDevice
art-benchmark-service35aba412020-02-03 11:53:25 -08003546android.media.AudioDeviceAddress$1
3547android.media.AudioDeviceAddress
art-benchmark-servicead05a302020-03-17 09:46:02 -07003548android.media.AudioDeviceAttributes$1
3549android.media.AudioDeviceAttributes
Calin Juravle4a054192018-05-29 17:52:20 -07003550android.media.AudioDeviceCallback
3551android.media.AudioDeviceInfo
Andreas Gampedcad4ca2014-10-03 02:00:29 +00003552android.media.AudioDevicePort
3553android.media.AudioDevicePortConfig
art-benchmark-serviced8f25642020-01-27 20:25:10 -08003554android.media.AudioFocusInfo$1
3555android.media.AudioFocusInfo
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07003556android.media.AudioFocusRequest$Builder
art-benchmark-serviced8f25642020-01-27 20:25:10 -08003557android.media.AudioFocusRequest
Andreas Gampe859e2782016-04-06 18:37:56 -07003558android.media.AudioFormat$1
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07003559android.media.AudioFormat$Builder
Calin Juravle00b23d32019-03-08 17:52:20 -08003560android.media.AudioFormat
Andreas Gampedcad4ca2014-10-03 02:00:29 +00003561android.media.AudioGain
3562android.media.AudioGainConfig
3563android.media.AudioHandle
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07003564android.media.AudioManager$1
Andreas Gampe571fc302016-02-18 13:58:09 -08003565android.media.AudioManager$2
Andreas Gampe0db10fd2017-02-01 15:57:57 -08003566android.media.AudioManager$3
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07003567android.media.AudioManager$4
Calin Juravle4a054192018-05-29 17:52:20 -07003568android.media.AudioManager$AudioPlaybackCallback
3569android.media.AudioManager$AudioPlaybackCallbackInfo
art-benchmark-serviced5115932020-02-25 17:55:03 -08003570android.media.AudioManager$AudioRecordingCallback
3571android.media.AudioManager$AudioRecordingCallbackInfo
art-benchmark-serviced8f25642020-01-27 20:25:10 -08003572android.media.AudioManager$BlockingFocusResultReceiver
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07003573android.media.AudioManager$FocusRequestInfo
Calin Juravle4a054192018-05-29 17:52:20 -07003574android.media.AudioManager$NativeEventHandlerDelegate$1
Calin Juravle00b23d32019-03-08 17:52:20 -08003575android.media.AudioManager$NativeEventHandlerDelegate
Calin Juravle4a054192018-05-29 17:52:20 -07003576android.media.AudioManager$OnAmPortUpdateListener
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07003577android.media.AudioManager$OnAudioFocusChangeListener
Calin Juravle4a054192018-05-29 17:52:20 -07003578android.media.AudioManager$OnAudioPortUpdateListener
art-benchmark-serviced5115932020-02-25 17:55:03 -08003579android.media.AudioManager$PlaybackConfigChangeCallbackData
3580android.media.AudioManager$RecordConfigChangeCallbackData
art-benchmark-serviced8f25642020-01-27 20:25:10 -08003581android.media.AudioManager$SafeWaitObject
Andreas Gampe571fc302016-02-18 13:58:09 -08003582android.media.AudioManager$ServiceEventHandlerDelegate$1
Calin Juravle00b23d32019-03-08 17:52:20 -08003583android.media.AudioManager$ServiceEventHandlerDelegate
3584android.media.AudioManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08003585android.media.AudioManagerInternal$RingerModeDelegate
3586android.media.AudioManagerInternal
Andreas Gampedcad4ca2014-10-03 02:00:29 +00003587android.media.AudioMixPort
3588android.media.AudioMixPortConfig
3589android.media.AudioPatch
Calin Juravle4a054192018-05-29 17:52:20 -07003590android.media.AudioPlaybackConfiguration$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08003591android.media.AudioPlaybackConfiguration$IPlayerShell
3592android.media.AudioPlaybackConfiguration$PlayerDeathMonitor
Calin Juravle00b23d32019-03-08 17:52:20 -08003593android.media.AudioPlaybackConfiguration
Andreas Gampedcad4ca2014-10-03 02:00:29 +00003594android.media.AudioPort
3595android.media.AudioPortConfig
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07003596android.media.AudioPortEventHandler$1
Calin Juravle00b23d32019-03-08 17:52:20 -08003597android.media.AudioPortEventHandler
3598android.media.AudioPresentation
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08003599android.media.AudioRecord
Calin Juravle00b23d32019-03-08 17:52:20 -08003600android.media.AudioRecordRoutingProxy
art-benchmark-serviced5115932020-02-25 17:55:03 -08003601android.media.AudioRecordingConfiguration$1
3602android.media.AudioRecordingConfiguration
Calin Juravle00b23d32019-03-08 17:52:20 -08003603android.media.AudioRecordingMonitor
3604android.media.AudioRecordingMonitorClient
art-benchmark-serviced8f25642020-01-27 20:25:10 -08003605android.media.AudioRecordingMonitorImpl$1
3606android.media.AudioRecordingMonitorImpl
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07003607android.media.AudioRoutesInfo$1
Calin Juravle00b23d32019-03-08 17:52:20 -08003608android.media.AudioRoutesInfo
Andreas Gampe571fc302016-02-18 13:58:09 -08003609android.media.AudioRouting
art-benchmark-serviced8f25642020-01-27 20:25:10 -08003610android.media.AudioSystem$AudioRecordingCallback
3611android.media.AudioSystem$DynamicPolicyCallback
3612android.media.AudioSystem$ErrorCallback
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08003613android.media.AudioSystem
Andreas Gampe571fc302016-02-18 13:58:09 -08003614android.media.AudioTimestamp
art-benchmark-serviced5115932020-02-25 17:55:03 -08003615android.media.AudioTrack$1
3616android.media.AudioTrack$TunerConfiguration
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08003617android.media.AudioTrack
Calin Juravle00b23d32019-03-08 17:52:20 -08003618android.media.AudioTrackRoutingProxy
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07003619android.media.CamcorderProfile
3620android.media.CameraProfile
3621android.media.DecoderCapabilities
3622android.media.EncoderCapabilities
Calin Juravle4a054192018-05-29 17:52:20 -07003623android.media.ExifInterface$ByteOrderedDataInputStream
art-benchmark-serviced5115932020-02-25 17:55:03 -08003624android.media.ExifInterface$ByteOrderedDataOutputStream
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07003625android.media.ExifInterface$ExifAttribute
3626android.media.ExifInterface$ExifTag
art-benchmark-serviced8f25642020-01-27 20:25:10 -08003627android.media.ExifInterface$Rational
Calin Juravle00b23d32019-03-08 17:52:20 -08003628android.media.ExifInterface
art-benchmark-service56aece62020-02-10 17:58:03 -08003629android.media.ExternalRingtonesCursorWrapper
art-benchmark-serviced8f25642020-01-27 20:25:10 -08003630android.media.IAudioFocusDispatcher$Stub$Proxy
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07003631android.media.IAudioFocusDispatcher$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08003632android.media.IAudioFocusDispatcher
art-benchmark-serviced8f25642020-01-27 20:25:10 -08003633android.media.IAudioRoutesObserver$Stub$Proxy
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07003634android.media.IAudioRoutesObserver$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08003635android.media.IAudioRoutesObserver
art-benchmark-serviced8f25642020-01-27 20:25:10 -08003636android.media.IAudioServerStateDispatcher$Stub$Proxy
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07003637android.media.IAudioServerStateDispatcher$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08003638android.media.IAudioServerStateDispatcher
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04003639android.media.IAudioService$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08003640android.media.IAudioService$Stub
3641android.media.IAudioService
Andreas Gampedcad4ca2014-10-03 02:00:29 +00003642android.media.IMediaHTTPConnection$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08003643android.media.IMediaHTTPConnection
art-benchmark-serviced8f25642020-01-27 20:25:10 -08003644android.media.IMediaHTTPService$Stub
3645android.media.IMediaHTTPService
3646android.media.IMediaResourceMonitor$Stub
3647android.media.IMediaResourceMonitor
3648android.media.IMediaRouter2Client$Stub$Proxy
3649android.media.IMediaRouter2Client$Stub
3650android.media.IMediaRouter2Client
3651android.media.IMediaRouter2Manager$Stub$Proxy
3652android.media.IMediaRouter2Manager$Stub
3653android.media.IMediaRouter2Manager
3654android.media.IMediaRouterClient$Stub$Proxy
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07003655android.media.IMediaRouterClient$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08003656android.media.IMediaRouterClient
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07003657android.media.IMediaRouterService$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08003658android.media.IMediaRouterService$Stub
3659android.media.IMediaRouterService
art-benchmark-serviced8f25642020-01-27 20:25:10 -08003660android.media.IPlaybackConfigDispatcher$Stub$Proxy
Andreas Gampe0db10fd2017-02-01 15:57:57 -08003661android.media.IPlaybackConfigDispatcher$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08003662android.media.IPlaybackConfigDispatcher
art-benchmark-serviced8f25642020-01-27 20:25:10 -08003663android.media.IPlayer$Stub$Proxy
Andreas Gampe0db10fd2017-02-01 15:57:57 -08003664android.media.IPlayer$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08003665android.media.IPlayer
art-benchmark-serviced8f25642020-01-27 20:25:10 -08003666android.media.IRecordingConfigDispatcher$Stub$Proxy
Andreas Gampe571fc302016-02-18 13:58:09 -08003667android.media.IRecordingConfigDispatcher$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08003668android.media.IRecordingConfigDispatcher
art-benchmark-serviced8f25642020-01-27 20:25:10 -08003669android.media.IRemoteVolumeController$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08003670android.media.IRemoteVolumeController$Stub
3671android.media.IRemoteVolumeController
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07003672android.media.IRemoteVolumeObserver$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08003673android.media.IRemoteVolumeObserver
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07003674android.media.IRingtonePlayer$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08003675android.media.IRingtonePlayer$Stub
3676android.media.IRingtonePlayer
art-benchmark-serviced5115932020-02-25 17:55:03 -08003677android.media.IStrategyPreferredDeviceDispatcher$Stub
3678android.media.IStrategyPreferredDeviceDispatcher
art-benchmark-serviced8f25642020-01-27 20:25:10 -08003679android.media.IVolumeController$Stub$Proxy
3680android.media.IVolumeController$Stub
3681android.media.IVolumeController
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07003682android.media.Image$Plane
Calin Juravle00b23d32019-03-08 17:52:20 -08003683android.media.Image
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07003684android.media.ImageReader$SurfaceImage$SurfacePlane
Calin Juravle00b23d32019-03-08 17:52:20 -08003685android.media.ImageReader$SurfaceImage
3686android.media.ImageReader
Calin Juravle4a054192018-05-29 17:52:20 -07003687android.media.ImageWriter$WriterSurfaceImage$SurfacePlane
Calin Juravle00b23d32019-03-08 17:52:20 -08003688android.media.ImageWriter$WriterSurfaceImage
3689android.media.ImageWriter
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08003690android.media.JetPlayer
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07003691android.media.MediaCodec$BufferInfo
art-benchmark-serviced8f25642020-01-27 20:25:10 -08003692android.media.MediaCodec$BufferMap$CodecBuffer
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07003693android.media.MediaCodec$BufferMap
Calin Juravle4a054192018-05-29 17:52:20 -07003694android.media.MediaCodec$CodecException
3695android.media.MediaCodec$CryptoException
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07003696android.media.MediaCodec$CryptoInfo$Pattern
Calin Juravle00b23d32019-03-08 17:52:20 -08003697android.media.MediaCodec$CryptoInfo
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07003698android.media.MediaCodec$EventHandler
art-benchmark-serviced5115932020-02-25 17:55:03 -08003699android.media.MediaCodec$GraphicBlock
3700android.media.MediaCodec$LinearBlock
3701android.media.MediaCodec$OutputFrame
Calin Juravle4a054192018-05-29 17:52:20 -07003702android.media.MediaCodec$PersistentSurface
art-benchmark-serviced5115932020-02-25 17:55:03 -08003703android.media.MediaCodec$QueueRequest
Calin Juravle00b23d32019-03-08 17:52:20 -08003704android.media.MediaCodec
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07003705android.media.MediaCodecInfo$AudioCapabilities
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07003706android.media.MediaCodecInfo$CodecCapabilities
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07003707android.media.MediaCodecInfo$CodecProfileLevel
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07003708android.media.MediaCodecInfo$EncoderCapabilities
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07003709android.media.MediaCodecInfo$Feature
art-benchmark-serviced8f25642020-01-27 20:25:10 -08003710android.media.MediaCodecInfo$VideoCapabilities$PerformancePoint
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07003711android.media.MediaCodecInfo$VideoCapabilities
Calin Juravle00b23d32019-03-08 17:52:20 -08003712android.media.MediaCodecInfo
Mathieu Chartierd62dd932017-09-09 15:19:46 -07003713android.media.MediaCodecList
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07003714android.media.MediaCrypto
art-benchmark-serviced5115932020-02-25 17:55:03 -08003715android.media.MediaCryptoException
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07003716android.media.MediaDescrambler
Calin Juravle4a054192018-05-29 17:52:20 -07003717android.media.MediaDescription$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08003718android.media.MediaDescription$Builder
Calin Juravle00b23d32019-03-08 17:52:20 -08003719android.media.MediaDescription
Calin Juravle4a054192018-05-29 17:52:20 -07003720android.media.MediaDrm$Certificate
art-benchmark-serviced5115932020-02-25 17:55:03 -08003721android.media.MediaDrm$CryptoSession
Calin Juravle4a054192018-05-29 17:52:20 -07003722android.media.MediaDrm$KeyRequest
art-benchmark-serviced8f25642020-01-27 20:25:10 -08003723android.media.MediaDrm$KeyStatus
art-benchmark-serviced5115932020-02-25 17:55:03 -08003724android.media.MediaDrm$ListenerWithExecutor
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07003725android.media.MediaDrm$MediaDrmStateException
art-benchmark-serviced5115932020-02-25 17:55:03 -08003726android.media.MediaDrm$OnEventListener
Calin Juravle4a054192018-05-29 17:52:20 -07003727android.media.MediaDrm$ProvisionRequest
Calin Juravle00b23d32019-03-08 17:52:20 -08003728android.media.MediaDrm$SessionException
3729android.media.MediaDrm
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07003730android.media.MediaDrmException
3731android.media.MediaExtractor
Andreas Gampe859e2782016-04-06 18:37:56 -07003732android.media.MediaFormat
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07003733android.media.MediaHTTPConnection
art-benchmark-serviced8f25642020-01-27 20:25:10 -08003734android.media.MediaHTTPService
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07003735android.media.MediaMetadata$1
3736android.media.MediaMetadata$Builder
Calin Juravle00b23d32019-03-08 17:52:20 -08003737android.media.MediaMetadata
Calin Juravle4a054192018-05-29 17:52:20 -07003738android.media.MediaMetadataRetriever$BitmapParams
Calin Juravle00b23d32019-03-08 17:52:20 -08003739android.media.MediaMetadataRetriever
art-benchmark-service56aece62020-02-10 17:58:03 -08003740android.media.MediaMetrics
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07003741android.media.MediaMuxer
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07003742android.media.MediaPlayer$1
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07003743android.media.MediaPlayer$2$1
Calin Juravle00b23d32019-03-08 17:52:20 -08003744android.media.MediaPlayer$2
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07003745android.media.MediaPlayer$3
art-benchmark-serviced8f25642020-01-27 20:25:10 -08003746android.media.MediaPlayer$6
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07003747android.media.MediaPlayer$7
art-benchmark-serviced8f25642020-01-27 20:25:10 -08003748android.media.MediaPlayer$DrmInfo
3749android.media.MediaPlayer$EventHandler$1
3750android.media.MediaPlayer$EventHandler$2
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07003751android.media.MediaPlayer$EventHandler
art-benchmark-serviced5115932020-02-25 17:55:03 -08003752android.media.MediaPlayer$OnBufferingUpdateListener
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07003753android.media.MediaPlayer$OnCompletionListener
art-benchmark-serviced5115932020-02-25 17:55:03 -08003754android.media.MediaPlayer$OnDrmInfoHandlerDelegate
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07003755android.media.MediaPlayer$OnErrorListener
art-benchmark-serviced5115932020-02-25 17:55:03 -08003756android.media.MediaPlayer$OnInfoListener
3757android.media.MediaPlayer$OnMediaTimeDiscontinuityListener
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07003758android.media.MediaPlayer$OnPreparedListener
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07003759android.media.MediaPlayer$OnSeekCompleteListener
3760android.media.MediaPlayer$OnSubtitleDataListener
art-benchmark-serviced5115932020-02-25 17:55:03 -08003761android.media.MediaPlayer$OnTimedMetaDataAvailableListener
3762android.media.MediaPlayer$OnTimedTextListener
3763android.media.MediaPlayer$OnVideoSizeChangedListener
3764android.media.MediaPlayer$ProvisioningThread
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07003765android.media.MediaPlayer$TimeProvider$EventHandler
Calin Juravle00b23d32019-03-08 17:52:20 -08003766android.media.MediaPlayer$TimeProvider
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07003767android.media.MediaPlayer$TrackInfo$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08003768android.media.MediaPlayer$TrackInfo
Calin Juravle00b23d32019-03-08 17:52:20 -08003769android.media.MediaPlayer
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07003770android.media.MediaRecorder
art-benchmark-serviced8f25642020-01-27 20:25:10 -08003771android.media.MediaRoute2Info$1
3772android.media.MediaRoute2Info
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07003773android.media.MediaRouter$Callback
3774android.media.MediaRouter$CallbackInfo
3775android.media.MediaRouter$RouteCategory
art-benchmark-serviced8f25642020-01-27 20:25:10 -08003776android.media.MediaRouter$RouteGroup
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07003777android.media.MediaRouter$RouteInfo$1
Calin Juravle00b23d32019-03-08 17:52:20 -08003778android.media.MediaRouter$RouteInfo
art-benchmark-serviced8f25642020-01-27 20:25:10 -08003779android.media.MediaRouter$SimpleCallback
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07003780android.media.MediaRouter$Static$1$1
Calin Juravle00b23d32019-03-08 17:52:20 -08003781android.media.MediaRouter$Static$1
Calin Juravle4a054192018-05-29 17:52:20 -07003782android.media.MediaRouter$Static$Client$1
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07003783android.media.MediaRouter$Static$Client$2
Calin Juravle00b23d32019-03-08 17:52:20 -08003784android.media.MediaRouter$Static$Client
3785android.media.MediaRouter$Static
art-benchmark-serviced5115932020-02-25 17:55:03 -08003786android.media.MediaRouter$UserRouteInfo$SessionVolumeProvider
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07003787android.media.MediaRouter$UserRouteInfo
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07003788android.media.MediaRouter$VolumeCallback
art-benchmark-serviced5115932020-02-25 17:55:03 -08003789android.media.MediaRouter$VolumeCallbackInfo
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07003790android.media.MediaRouter$VolumeChangeReceiver
3791android.media.MediaRouter$WifiDisplayStatusChangedReceiver
Calin Juravle00b23d32019-03-08 17:52:20 -08003792android.media.MediaRouter
3793android.media.MediaRouterClientState$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08003794android.media.MediaRouterClientState$RouteInfo$1
3795android.media.MediaRouterClientState$RouteInfo
3796android.media.MediaRouterClientState
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07003797android.media.MediaScanner
Calin Juravle4a054192018-05-29 17:52:20 -07003798android.media.MediaScannerConnection$MediaScannerConnectionClient
3799android.media.MediaScannerConnection$OnScanCompletedListener
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07003800android.media.MediaSync
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07003801android.media.MediaTimeProvider$OnMediaTimeListener
Calin Juravle00b23d32019-03-08 17:52:20 -08003802android.media.MediaTimeProvider
Calin Juravle4a054192018-05-29 17:52:20 -07003803android.media.MediaTimestamp
art-benchmark-serviced5115932020-02-25 17:55:03 -08003804android.media.MediaTranscodeManager
Calin Juravle00b23d32019-03-08 17:52:20 -08003805android.media.MicrophoneDirection
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07003806android.media.MicrophoneInfo$Coordinate3F
Calin Juravle00b23d32019-03-08 17:52:20 -08003807android.media.MicrophoneInfo
art-benchmark-serviced8f25642020-01-27 20:25:10 -08003808android.media.NativeRoutingEventHandlerDelegate
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07003809android.media.NotProvisionedException
Andreas Gampe61e7b662015-06-17 23:57:04 -07003810android.media.PlaybackParams$1
Calin Juravle00b23d32019-03-08 17:52:20 -08003811android.media.PlaybackParams
Mathieu Chartierba2c0462017-05-19 16:41:46 -07003812android.media.PlayerBase$IAppOpsCallbackWrapper
3813android.media.PlayerBase$IPlayerWrapper
Andreas Gampe0db10fd2017-02-01 15:57:57 -08003814android.media.PlayerBase$PlayerIdCard$1
Calin Juravle00b23d32019-03-08 17:52:20 -08003815android.media.PlayerBase$PlayerIdCard
3816android.media.PlayerBase
Calin Juravle4a054192018-05-29 17:52:20 -07003817android.media.Rating$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08003818android.media.Rating
art-benchmark-serviced5115932020-02-25 17:55:03 -08003819android.media.RemoteControlClient
Kenny Rootdbf30ed2012-09-19 13:08:12 -07003820android.media.RemoteDisplay
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07003821android.media.ResampleInputStream
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07003822android.media.Ringtone$MyOnCompletionListener
art-benchmark-serviced8f25642020-01-27 20:25:10 -08003823android.media.Ringtone
Calin Juravle4a054192018-05-29 17:52:20 -07003824android.media.RingtoneManager
art-benchmark-serviced5115932020-02-25 17:55:03 -08003825android.media.RouteDiscoveryPreference
3826android.media.RoutingSessionInfo
art-benchmark-serviced8f25642020-01-27 20:25:10 -08003827android.media.SoundPool$Builder
3828android.media.SoundPool$EventHandler
3829android.media.SoundPool$OnLoadCompleteListener
Mathieu Chartierd62dd932017-09-09 15:19:46 -07003830android.media.SoundPool
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07003831android.media.SubtitleController$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08003832android.media.SubtitleController$2
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07003833android.media.SubtitleController$Anchor
Andreas Gampedcad4ca2014-10-03 02:00:29 +00003834android.media.SubtitleController$Listener
art-benchmark-serviced8f25642020-01-27 20:25:10 -08003835android.media.SubtitleController
3836android.media.SubtitleData
3837android.media.SubtitleTrack
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07003838android.media.SyncParams
art-benchmark-serviced5115932020-02-25 17:55:03 -08003839android.media.ThumbnailUtils
art-benchmark-serviced8f25642020-01-27 20:25:10 -08003840android.media.TimedMetaData
3841android.media.TimedText
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08003842android.media.ToneGenerator
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07003843android.media.Utils$1
3844android.media.Utils$2
Calin Juravle00b23d32019-03-08 17:52:20 -08003845android.media.Utils
Mathieu Chartierba2c0462017-05-19 16:41:46 -07003846android.media.VolumeAutomation
art-benchmark-serviced8f25642020-01-27 20:25:10 -08003847android.media.VolumePolicy$1
3848android.media.VolumePolicy
art-benchmark-serviced5115932020-02-25 17:55:03 -08003849android.media.VolumeProvider
Mathieu Chartierba2c0462017-05-19 16:41:46 -07003850android.media.VolumeShaper$Configuration$1
3851android.media.VolumeShaper$Configuration$Builder
Calin Juravle00b23d32019-03-08 17:52:20 -08003852android.media.VolumeShaper$Configuration
Mathieu Chartierba2c0462017-05-19 16:41:46 -07003853android.media.VolumeShaper$Operation$1
3854android.media.VolumeShaper$Operation$Builder
Calin Juravle00b23d32019-03-08 17:52:20 -08003855android.media.VolumeShaper$Operation
Mathieu Chartierba2c0462017-05-19 16:41:46 -07003856android.media.VolumeShaper$State$1
Calin Juravle00b23d32019-03-08 17:52:20 -08003857android.media.VolumeShaper$State
art-benchmark-serviced5115932020-02-25 17:55:03 -08003858android.media.VolumeShaper
Calin Juravle00b23d32019-03-08 17:52:20 -08003859android.media.audiofx.AudioEffect$Descriptor
art-benchmark-serviced5115932020-02-25 17:55:03 -08003860android.media.audiopolicy.-$$Lambda$AudioPolicy$-ztOT0FT3tzGMUr4lm1gv6dBE4c
3861android.media.audiopolicy.AudioMix$Builder
Andreas Gampe61e7b662015-06-17 23:57:04 -07003862android.media.audiopolicy.AudioMix
Andreas Gampe571fc302016-02-18 13:58:09 -08003863android.media.audiopolicy.AudioMixingRule$AudioMixMatchCriterion
art-benchmark-serviced5115932020-02-25 17:55:03 -08003864android.media.audiopolicy.AudioMixingRule$Builder
Calin Juravle00b23d32019-03-08 17:52:20 -08003865android.media.audiopolicy.AudioMixingRule
art-benchmark-serviced5115932020-02-25 17:55:03 -08003866android.media.audiopolicy.AudioPolicy$1
3867android.media.audiopolicy.AudioPolicy$AudioPolicyStatusListener
3868android.media.audiopolicy.AudioPolicy$EventHandler
3869android.media.audiopolicy.AudioPolicy
art-benchmark-serviced8f25642020-01-27 20:25:10 -08003870android.media.audiopolicy.AudioPolicyConfig$1
3871android.media.audiopolicy.AudioPolicyConfig
Calin Juravle36829e52019-04-10 19:07:47 -07003872android.media.audiopolicy.AudioProductStrategy$1
3873android.media.audiopolicy.AudioProductStrategy$AudioAttributesGroup$1
3874android.media.audiopolicy.AudioProductStrategy$AudioAttributesGroup
3875android.media.audiopolicy.AudioProductStrategy
3876android.media.audiopolicy.AudioVolumeGroup$1
3877android.media.audiopolicy.AudioVolumeGroup
3878android.media.audiopolicy.AudioVolumeGroupChangeHandler
art-benchmark-serviced8f25642020-01-27 20:25:10 -08003879android.media.audiopolicy.IAudioPolicyCallback$Stub$Proxy
3880android.media.audiopolicy.IAudioPolicyCallback$Stub
3881android.media.audiopolicy.IAudioPolicyCallback
Calin Juravle4a054192018-05-29 17:52:20 -07003882android.media.browse.MediaBrowser$1
3883android.media.browse.MediaBrowser$2
3884android.media.browse.MediaBrowser$6
3885android.media.browse.MediaBrowser$7
3886android.media.browse.MediaBrowser$8
3887android.media.browse.MediaBrowser$ConnectionCallback
Calin Juravle4a054192018-05-29 17:52:20 -07003888android.media.browse.MediaBrowser$MediaItem$1
Calin Juravle00b23d32019-03-08 17:52:20 -08003889android.media.browse.MediaBrowser$MediaItem
Calin Juravle4a054192018-05-29 17:52:20 -07003890android.media.browse.MediaBrowser$MediaServiceConnection$1
Calin Juravle00b23d32019-03-08 17:52:20 -08003891android.media.browse.MediaBrowser$MediaServiceConnection
Calin Juravle4a054192018-05-29 17:52:20 -07003892android.media.browse.MediaBrowser$ServiceCallbacks
3893android.media.browse.MediaBrowser$Subscription
3894android.media.browse.MediaBrowser$SubscriptionCallback
Calin Juravle00b23d32019-03-08 17:52:20 -08003895android.media.browse.MediaBrowser
Calin Juravle4a054192018-05-29 17:52:20 -07003896android.media.browse.MediaBrowserUtils
art-benchmark-serviced5115932020-02-25 17:55:03 -08003897android.media.midi.IMidiDeviceListener$Stub
3898android.media.midi.IMidiDeviceListener
3899android.media.midi.IMidiDeviceOpenCallback$Stub
3900android.media.midi.IMidiDeviceOpenCallback
3901android.media.midi.IMidiDeviceServer$Stub
3902android.media.midi.IMidiDeviceServer
art-benchmark-serviced8f25642020-01-27 20:25:10 -08003903android.media.midi.IMidiManager$Stub
3904android.media.midi.IMidiManager
Calin Juravle00b23d32019-03-08 17:52:20 -08003905android.media.midi.MidiDevice
3906android.media.midi.MidiDeviceInfo$1
3907android.media.midi.MidiDeviceInfo
art-benchmark-serviced5115932020-02-25 17:55:03 -08003908android.media.midi.MidiDeviceStatus
Andreas Gampe61e7b662015-06-17 23:57:04 -07003909android.media.midi.MidiManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08003910android.media.projection.IMediaProjection$Stub$Proxy
3911android.media.projection.IMediaProjection$Stub
3912android.media.projection.IMediaProjection
3913android.media.projection.IMediaProjectionManager$Stub$Proxy
3914android.media.projection.IMediaProjectionManager$Stub
3915android.media.projection.IMediaProjectionManager
3916android.media.projection.IMediaProjectionWatcherCallback$Stub$Proxy
3917android.media.projection.IMediaProjectionWatcherCallback$Stub
3918android.media.projection.IMediaProjectionWatcherCallback
art-benchmark-serviced5115932020-02-25 17:55:03 -08003919android.media.projection.MediaProjection
3920android.media.projection.MediaProjectionInfo$1
3921android.media.projection.MediaProjectionInfo
art-benchmark-serviced8f25642020-01-27 20:25:10 -08003922android.media.projection.MediaProjectionManager$CallbackDelegate
Andreas Gampe61e7b662015-06-17 23:57:04 -07003923android.media.projection.MediaProjectionManager
art-benchmark-service56aece62020-02-10 17:58:03 -08003924android.media.session.-$$Lambda$MediaSessionManager$IEuWPZ528guBgmyKPMUWhBwnMCE
art-benchmark-serviced8f25642020-01-27 20:25:10 -08003925android.media.session.IActiveSessionsListener$Stub$Proxy
Mathieu Chartierba2c0462017-05-19 16:41:46 -07003926android.media.session.IActiveSessionsListener$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08003927android.media.session.IActiveSessionsListener
art-benchmark-service56aece62020-02-10 17:58:03 -08003928android.media.session.IOnMediaKeyEventDispatchedListener$Stub
3929android.media.session.IOnMediaKeyEventDispatchedListener
3930android.media.session.IOnMediaKeyEventSessionChangedListener$Stub
3931android.media.session.IOnMediaKeyEventSessionChangedListener
art-benchmark-serviced8f25642020-01-27 20:25:10 -08003932android.media.session.IOnMediaKeyListener$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08003933android.media.session.IOnMediaKeyListener$Stub
3934android.media.session.IOnMediaKeyListener
art-benchmark-serviced8f25642020-01-27 20:25:10 -08003935android.media.session.IOnVolumeKeyLongPressListener$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08003936android.media.session.IOnVolumeKeyLongPressListener$Stub
3937android.media.session.IOnVolumeKeyLongPressListener
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07003938android.media.session.ISession$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08003939android.media.session.ISession$Stub
Calin Juravle36829e52019-04-10 19:07:47 -07003940android.media.session.ISession2TokensListener$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08003941android.media.session.ISession2TokensListener$Stub
3942android.media.session.ISession2TokensListener
3943android.media.session.ISession
art-benchmark-serviced8f25642020-01-27 20:25:10 -08003944android.media.session.ISessionCallback$Stub$Proxy
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07003945android.media.session.ISessionCallback$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08003946android.media.session.ISessionCallback
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07003947android.media.session.ISessionController$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08003948android.media.session.ISessionController$Stub
3949android.media.session.ISessionController
art-benchmark-serviced8f25642020-01-27 20:25:10 -08003950android.media.session.ISessionControllerCallback$Stub$Proxy
Mathieu Chartierba2c0462017-05-19 16:41:46 -07003951android.media.session.ISessionControllerCallback$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08003952android.media.session.ISessionControllerCallback
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07003953android.media.session.ISessionManager$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08003954android.media.session.ISessionManager$Stub
3955android.media.session.ISessionManager
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07003956android.media.session.MediaController$Callback
Mathieu Chartierba2c0462017-05-19 16:41:46 -07003957android.media.session.MediaController$CallbackStub
Calin Juravle4a054192018-05-29 17:52:20 -07003958android.media.session.MediaController$MessageHandler
art-benchmark-serviced8f25642020-01-27 20:25:10 -08003959android.media.session.MediaController$PlaybackInfo$1
3960android.media.session.MediaController$PlaybackInfo
Mathieu Chartierba2c0462017-05-19 16:41:46 -07003961android.media.session.MediaController$TransportControls
Calin Juravle00b23d32019-03-08 17:52:20 -08003962android.media.session.MediaController
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07003963android.media.session.MediaSession$Callback
art-benchmark-serviced8f25642020-01-27 20:25:10 -08003964android.media.session.MediaSession$CallbackMessageHandler
Calin Juravle36829e52019-04-10 19:07:47 -07003965android.media.session.MediaSession$CallbackStub
Calin Juravle4a054192018-05-29 17:52:20 -07003966android.media.session.MediaSession$QueueItem$1
Calin Juravle00b23d32019-03-08 17:52:20 -08003967android.media.session.MediaSession$QueueItem
Mathieu Chartierba2c0462017-05-19 16:41:46 -07003968android.media.session.MediaSession$Token$1
Calin Juravle00b23d32019-03-08 17:52:20 -08003969android.media.session.MediaSession$Token
3970android.media.session.MediaSession
art-benchmark-serviced5115932020-02-25 17:55:03 -08003971android.media.session.MediaSessionLegacyHelper
art-benchmark-serviced8f25642020-01-27 20:25:10 -08003972android.media.session.MediaSessionManager$1
Calin Juravle4a054192018-05-29 17:52:20 -07003973android.media.session.MediaSessionManager$OnActiveSessionsChangedListener
art-benchmark-service56aece62020-02-10 17:58:03 -08003974android.media.session.MediaSessionManager$OnMediaKeyEventDispatchedListener
3975android.media.session.MediaSessionManager$OnMediaKeyEventDispatchedListenerStub
3976android.media.session.MediaSessionManager$OnMediaKeyEventSessionChangedListener
3977android.media.session.MediaSessionManager$OnMediaKeyEventSessionChangedListenerStub
Calin Juravle00b23d32019-03-08 17:52:20 -08003978android.media.session.MediaSessionManager$OnMediaKeyListener
3979android.media.session.MediaSessionManager$OnMediaKeyListenerImpl
3980android.media.session.MediaSessionManager$OnSession2TokensChangedListener
3981android.media.session.MediaSessionManager$OnVolumeKeyLongPressListener
3982android.media.session.MediaSessionManager$OnVolumeKeyLongPressListenerImpl
3983android.media.session.MediaSessionManager$RemoteUserInfo
3984android.media.session.MediaSessionManager$Session2TokensChangedWrapper
Calin Juravle4a054192018-05-29 17:52:20 -07003985android.media.session.MediaSessionManager$SessionsChangedWrapper$1$1
Calin Juravle00b23d32019-03-08 17:52:20 -08003986android.media.session.MediaSessionManager$SessionsChangedWrapper$1
3987android.media.session.MediaSessionManager$SessionsChangedWrapper
3988android.media.session.MediaSessionManager
Mathieu Chartierba2c0462017-05-19 16:41:46 -07003989android.media.session.PlaybackState$1
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07003990android.media.session.PlaybackState$Builder
Mathieu Chartierba2c0462017-05-19 16:41:46 -07003991android.media.session.PlaybackState$CustomAction$1
Calin Juravle00b23d32019-03-08 17:52:20 -08003992android.media.session.PlaybackState$CustomAction
3993android.media.session.PlaybackState
art-benchmark-serviced5115932020-02-25 17:55:03 -08003994android.media.soundtrigger.ISoundTriggerDetectionServiceClient$Stub
3995android.media.soundtrigger.ISoundTriggerDetectionServiceClient
Andreas Gampe571fc302016-02-18 13:58:09 -08003996android.media.soundtrigger.SoundTriggerManager
art-benchmark-serviced5115932020-02-25 17:55:03 -08003997android.media.soundtrigger_middleware.ISoundTriggerCallback$Stub
3998android.media.soundtrigger_middleware.ISoundTriggerCallback
3999android.media.soundtrigger_middleware.ISoundTriggerMiddlewareService
4000android.media.soundtrigger_middleware.ISoundTriggerModule
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004001android.media.tv.TvInputHardwareInfo$Builder
Andreas Gampe61e7b662015-06-17 23:57:04 -07004002android.media.tv.TvInputManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004003android.media.tv.TvStreamConfig$1
4004android.media.tv.TvStreamConfig$Builder
4005android.media.tv.TvStreamConfig
art-benchmark-servicead05a302020-03-17 09:46:02 -07004006android.media.tv.tunerresourcemanager.TunerResourceManager
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07004007android.metrics.LogMaker
art-benchmark-serviced5115932020-02-25 17:55:03 -08004008android.metrics.MetricsReader$Event
4009android.metrics.MetricsReader$LogReader
4010android.metrics.MetricsReader
art-benchmark-service56aece62020-02-10 17:58:03 -08004011android.mtp.MtpDatabase$1
4012android.mtp.MtpDatabase$2
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004013android.mtp.MtpDatabase
4014android.mtp.MtpDevice
Kenny Root9787b802013-04-26 12:53:57 -07004015android.mtp.MtpDeviceInfo
Andreas Gampe571fc302016-02-18 13:58:09 -08004016android.mtp.MtpEvent
Kenny Root9787b802013-04-26 12:53:57 -07004017android.mtp.MtpObjectInfo
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004018android.mtp.MtpPropertyGroup
Kenny Root9787b802013-04-26 12:53:57 -07004019android.mtp.MtpPropertyList
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004020android.mtp.MtpServer
Kenny Root9787b802013-04-26 12:53:57 -07004021android.mtp.MtpStorage
4022android.mtp.MtpStorageInfo
art-benchmark-service56aece62020-02-10 17:58:03 -08004023android.mtp.MtpStorageManager$MtpNotifier
4024android.mtp.MtpStorageManager$MtpObject
4025android.mtp.MtpStorageManager
Calin Juravle00b23d32019-03-08 17:52:20 -08004026android.net.-$$Lambda$FpGXkd3pLxeXY58eJ_84mi1PLWQ
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004027android.net.-$$Lambda$Network$KD6DxaMRJIcajhj36TU1K7lJnHQ
art-benchmark-serviced5115932020-02-25 17:55:03 -08004028android.net.-$$Lambda$NetworkFactory$HfslgqyaKc_n0wXX5_qRYVZoGfI
4029android.net.-$$Lambda$NetworkScoreManager$NetworkScoreCallbackProxy$PGkg1UrNyisY0wAts4zoVuYRgkw
4030android.net.-$$Lambda$NetworkScoreManager$NetworkScoreCallbackProxy$TEOhIiY2C9y8yDWwRR6zm_12TGY
4031android.net.-$$Lambda$NetworkStats$3raHHJpnJwsEAXnRXF2pK8-UDFY
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004032android.net.-$$Lambda$NetworkStats$xvFSsVoR0k5s7Fhw1yPDPVIpx8A
Calin Juravle00b23d32019-03-08 17:52:20 -08004033android.net.-$$Lambda$p1_56lwnt1xBuY1muPblbN1Dtkw
art-benchmark-serviced5115932020-02-25 17:55:03 -08004034android.net.CaptivePortal$1
4035android.net.CaptivePortal
4036android.net.CaptivePortalData
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004037android.net.ConnectionInfo$1
4038android.net.ConnectionInfo
art-benchmark-serviced5115932020-02-25 17:55:03 -08004039android.net.ConnectivityDiagnosticsManager
art-benchmark-service56aece62020-02-10 17:58:03 -08004040android.net.ConnectivityManager$1
4041android.net.ConnectivityManager$2
4042android.net.ConnectivityManager$3
art-benchmark-serviced5115932020-02-25 17:55:03 -08004043android.net.ConnectivityManager$4
4044android.net.ConnectivityManager$5
Andreas Gampe571fc302016-02-18 13:58:09 -08004045android.net.ConnectivityManager$CallbackHandler
art-benchmark-service56aece62020-02-10 17:58:03 -08004046android.net.ConnectivityManager$LegacyRequest
Andreas Gampe571fc302016-02-18 13:58:09 -08004047android.net.ConnectivityManager$NetworkCallback
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004048android.net.ConnectivityManager$OnNetworkActiveListener
art-benchmark-service56aece62020-02-10 17:58:03 -08004049android.net.ConnectivityManager$OnStartTetheringCallback
4050android.net.ConnectivityManager$OnTetheringEntitlementResultListener
4051android.net.ConnectivityManager$OnTetheringEventCallback
4052android.net.ConnectivityManager$PacketKeepalive
4053android.net.ConnectivityManager$PacketKeepaliveCallback
4054android.net.ConnectivityManager$TooManyRequestsException
Calin Juravle00b23d32019-03-08 17:52:20 -08004055android.net.ConnectivityManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004056android.net.ConnectivityMetricsEvent$1
4057android.net.ConnectivityMetricsEvent
Andreas Gampe859e2782016-04-06 18:37:56 -07004058android.net.ConnectivityThread
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08004059android.net.Credentials
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004060android.net.DataUsageRequest$1
4061android.net.DataUsageRequest
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004062android.net.DhcpInfo$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004063android.net.DhcpInfo
4064android.net.DhcpResults$1
4065android.net.DhcpResults
Andreas Gampe61e7b662015-06-17 23:57:04 -07004066android.net.EthernetManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004067android.net.EventLogTags
art-benchmark-serviced5115932020-02-25 17:55:03 -08004068android.net.ICaptivePortal$Stub
4069android.net.ICaptivePortal
4070android.net.IConnectivityDiagnosticsCallback$Stub
4071android.net.IConnectivityDiagnosticsCallback
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07004072android.net.IConnectivityManager$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08004073android.net.IConnectivityManager$Stub
4074android.net.IConnectivityManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004075android.net.IEthernetManager$Stub
4076android.net.IEthernetManager
art-benchmark-serviced5115932020-02-25 17:55:03 -08004077android.net.IEthernetServiceListener$Stub
4078android.net.IEthernetServiceListener
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004079android.net.IIpConnectivityMetrics$Stub$Proxy
4080android.net.IIpConnectivityMetrics$Stub
4081android.net.IIpConnectivityMetrics
4082android.net.IIpSecService$Stub
4083android.net.IIpSecService
4084android.net.INetdEventCallback$Stub$Proxy
4085android.net.INetdEventCallback$Stub
4086android.net.INetdEventCallback
4087android.net.INetworkManagementEventObserver$Stub$Proxy
4088android.net.INetworkManagementEventObserver$Stub
4089android.net.INetworkManagementEventObserver
4090android.net.INetworkPolicyListener$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08004091android.net.INetworkPolicyListener$Stub
4092android.net.INetworkPolicyListener
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07004093android.net.INetworkPolicyManager$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08004094android.net.INetworkPolicyManager$Stub
4095android.net.INetworkPolicyManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004096android.net.INetworkRecommendationProvider$Stub$Proxy
4097android.net.INetworkRecommendationProvider$Stub
4098android.net.INetworkRecommendationProvider
4099android.net.INetworkScoreCache$Stub$Proxy
Calin Juravle36829e52019-04-10 19:07:47 -07004100android.net.INetworkScoreCache$Stub
4101android.net.INetworkScoreCache
Calin Juravle00b23d32019-03-08 17:52:20 -08004102android.net.INetworkScoreService$Stub$Proxy
Mathieu Chartierba2c0462017-05-19 16:41:46 -07004103android.net.INetworkScoreService$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08004104android.net.INetworkScoreService
Mathieu Chartierba2c0462017-05-19 16:41:46 -07004105android.net.INetworkStatsService$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08004106android.net.INetworkStatsService$Stub
4107android.net.INetworkStatsService
art-benchmark-serviced5115932020-02-25 17:55:03 -08004108android.net.INetworkStatsSession$Stub$Proxy
4109android.net.INetworkStatsSession$Stub
4110android.net.INetworkStatsSession
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004111android.net.ISocketKeepaliveCallback$Stub$Proxy
4112android.net.ISocketKeepaliveCallback$Stub
4113android.net.ISocketKeepaliveCallback
4114android.net.ITestNetworkManager$Stub
4115android.net.ITestNetworkManager
art-benchmark-serviced5115932020-02-25 17:55:03 -08004116android.net.ITetheredInterfaceCallback$Stub
4117android.net.ITetheredInterfaceCallback
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004118android.net.ITetheringStatsProvider$Stub$Proxy
4119android.net.ITetheringStatsProvider$Stub
4120android.net.ITetheringStatsProvider
art-benchmark-serviced5115932020-02-25 17:55:03 -08004121android.net.InetAddresses
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004122android.net.InterfaceConfiguration$1
4123android.net.InterfaceConfiguration
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004124android.net.IpConfiguration$1
Calin Juravle4a054192018-05-29 17:52:20 -07004125android.net.IpConfiguration$IpAssignment
4126android.net.IpConfiguration$ProxySettings
Calin Juravle00b23d32019-03-08 17:52:20 -08004127android.net.IpConfiguration
Andreas Gampe61e7b662015-06-17 23:57:04 -07004128android.net.IpPrefix$1
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004129android.net.IpPrefix$2
Calin Juravle00b23d32019-03-08 17:52:20 -08004130android.net.IpPrefix
art-benchmark-serviced5115932020-02-25 17:55:03 -08004131android.net.IpSecConfig
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004132android.net.IpSecManager$SpiUnavailableException
art-benchmark-service56aece62020-02-10 17:58:03 -08004133android.net.IpSecManager$UdpEncapsulationSocket
Calin Juravle00b23d32019-03-08 17:52:20 -08004134android.net.IpSecManager
art-benchmark-serviced5115932020-02-25 17:55:03 -08004135android.net.IpSecSpiResponse
4136android.net.IpSecTransformResponse
4137android.net.IpSecTunnelInterfaceResponse
4138android.net.IpSecUdpEncapResponse
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004139android.net.KeepalivePacketData
Andreas Gampe61e7b662015-06-17 23:57:04 -07004140android.net.LinkAddress$1
Calin Juravle00b23d32019-03-08 17:52:20 -08004141android.net.LinkAddress
Andreas Gampe61e7b662015-06-17 23:57:04 -07004142android.net.LinkProperties$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08004143android.net.LinkProperties$CompareResult
Calin Juravle00b23d32019-03-08 17:52:20 -08004144android.net.LinkProperties
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08004145android.net.LocalServerSocket
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08004146android.net.LocalSocket
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004147android.net.LocalSocketAddress$Namespace
Calin Juravle00b23d32019-03-08 17:52:20 -08004148android.net.LocalSocketAddress
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08004149android.net.LocalSocketImpl$SocketInputStream
4150android.net.LocalSocketImpl$SocketOutputStream
Calin Juravle00b23d32019-03-08 17:52:20 -08004151android.net.LocalSocketImpl
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004152android.net.MacAddress$1
Calin Juravle00b23d32019-03-08 17:52:20 -08004153android.net.MacAddress
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004154android.net.MatchAllNetworkSpecifier$1
Calin Juravle00b23d32019-03-08 17:52:20 -08004155android.net.MatchAllNetworkSpecifier
art-benchmark-service56aece62020-02-10 17:58:03 -08004156android.net.NattSocketKeepalive
Andreas Gampe571fc302016-02-18 13:58:09 -08004157android.net.Network$1
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004158android.net.Network$NetworkBoundSocketFactory
Calin Juravle00b23d32019-03-08 17:52:20 -08004159android.net.Network
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004160android.net.NetworkAgent
art-benchmark-serviced5115932020-02-25 17:55:03 -08004161android.net.NetworkAgentConfig
Andreas Gampe571fc302016-02-18 13:58:09 -08004162android.net.NetworkCapabilities$1
Calin Juravle00b23d32019-03-08 17:52:20 -08004163android.net.NetworkCapabilities$NameOf
4164android.net.NetworkCapabilities
4165android.net.NetworkConfig
art-benchmark-serviced5115932020-02-25 17:55:03 -08004166android.net.NetworkFactory$NetworkRequestInfo
4167android.net.NetworkFactory$SerialNumber
4168android.net.NetworkFactory
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004169android.net.NetworkIdentity
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07004170android.net.NetworkInfo$1
Evan Millar0ea97b82009-03-24 17:49:23 -07004171android.net.NetworkInfo$DetailedState
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07004172android.net.NetworkInfo$State
Calin Juravle00b23d32019-03-08 17:52:20 -08004173android.net.NetworkInfo
4174android.net.NetworkKey$1
4175android.net.NetworkKey
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004176android.net.NetworkPolicy$1
4177android.net.NetworkPolicy
4178android.net.NetworkPolicyManager$1
Calin Juravle00b23d32019-03-08 17:52:20 -08004179android.net.NetworkPolicyManager$Listener
art-benchmark-serviced5115932020-02-25 17:55:03 -08004180android.net.NetworkPolicyManager$SubscriptionCallback
4181android.net.NetworkPolicyManager$SubscriptionCallbackProxy
Andreas Gampe61e7b662015-06-17 23:57:04 -07004182android.net.NetworkPolicyManager
art-benchmark-service56aece62020-02-10 17:58:03 -08004183android.net.NetworkProvider
art-benchmark-serviced5115932020-02-25 17:55:03 -08004184android.net.NetworkQuotaInfo$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004185android.net.NetworkQuotaInfo
art-benchmark-serviced5115932020-02-25 17:55:03 -08004186android.net.NetworkRecommendationProvider$ServiceWrapper$1
4187android.net.NetworkRecommendationProvider$ServiceWrapper
4188android.net.NetworkRecommendationProvider
Andreas Gampe571fc302016-02-18 13:58:09 -08004189android.net.NetworkRequest$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08004190android.net.NetworkRequest$2
Andreas Gampe571fc302016-02-18 13:58:09 -08004191android.net.NetworkRequest$Builder
Andreas Gampe0db10fd2017-02-01 15:57:57 -08004192android.net.NetworkRequest$Type
Calin Juravle00b23d32019-03-08 17:52:20 -08004193android.net.NetworkRequest
art-benchmark-serviced5115932020-02-25 17:55:03 -08004194android.net.NetworkScore$1
4195android.net.NetworkScore$Builder
4196android.net.NetworkScore
4197android.net.NetworkScoreManager$NetworkScoreCallback
4198android.net.NetworkScoreManager$NetworkScoreCallbackProxy
Andreas Gampe61e7b662015-06-17 23:57:04 -07004199android.net.NetworkScoreManager
art-benchmark-serviced5115932020-02-25 17:55:03 -08004200android.net.NetworkScorerAppData$1
4201android.net.NetworkScorerAppData
Mathieu Chartierba2c0462017-05-19 16:41:46 -07004202android.net.NetworkSpecifier
art-benchmark-serviced5115932020-02-25 17:55:03 -08004203android.net.NetworkStack
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004204android.net.NetworkState$1
4205android.net.NetworkState
Kenny Root9787b802013-04-26 12:53:57 -07004206android.net.NetworkStats$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004207android.net.NetworkStats$Entry
4208android.net.NetworkStats$NonMonotonicObserver
Calin Juravle00b23d32019-03-08 17:52:20 -08004209android.net.NetworkStats
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004210android.net.NetworkStatsHistory$1
4211android.net.NetworkStatsHistory$DataStreamUtils
4212android.net.NetworkStatsHistory$Entry
4213android.net.NetworkStatsHistory$ParcelUtils
4214android.net.NetworkStatsHistory
4215android.net.NetworkTemplate$1
4216android.net.NetworkTemplate
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08004217android.net.NetworkUtils
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004218android.net.NetworkWatchlistManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004219android.net.PacProxySelector
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004220android.net.ParseException
Calin Juravle00b23d32019-03-08 17:52:20 -08004221android.net.PrivateDnsConnectivityChecker
Jesse Wilson80686182011-01-21 17:12:43 -08004222android.net.Proxy
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07004223android.net.ProxyInfo$1
Calin Juravle00b23d32019-03-08 17:52:20 -08004224android.net.ProxyInfo
Andreas Gampe61e7b662015-06-17 23:57:04 -07004225android.net.RouteInfo$1
Calin Juravle00b23d32019-03-08 17:52:20 -08004226android.net.RouteInfo
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004227android.net.RssiCurve$1
4228android.net.RssiCurve
Mathieu Chartierba2c0462017-05-19 16:41:46 -07004229android.net.SSLCertificateSocketFactory$1
Calin Juravle00b23d32019-03-08 17:52:20 -08004230android.net.SSLCertificateSocketFactory
Mathieu Chartierba2c0462017-05-19 16:41:46 -07004231android.net.SSLSessionCache
Calin Juravle00b23d32019-03-08 17:52:20 -08004232android.net.ScoredNetwork$1
4233android.net.ScoredNetwork
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004234android.net.SntpClient$InvalidServerReplyException
4235android.net.SntpClient
art-benchmark-service56aece62020-02-10 17:58:03 -08004236android.net.SocketKeepalive$Callback
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004237android.net.SocketKeepalive$ErrorCodeException
art-benchmark-service56aece62020-02-10 17:58:03 -08004238android.net.SocketKeepalive
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004239android.net.StaticIpConfiguration$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004240android.net.StaticIpConfiguration$Builder
Calin Juravle00b23d32019-03-08 17:52:20 -08004241android.net.StaticIpConfiguration
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004242android.net.StringNetworkSpecifier$1
Calin Juravle00b23d32019-03-08 17:52:20 -08004243android.net.StringNetworkSpecifier
art-benchmark-service56aece62020-02-10 17:58:03 -08004244android.net.TcpSocketKeepalive
art-benchmark-serviced5115932020-02-25 17:55:03 -08004245android.net.TelephonyNetworkSpecifier$1
4246android.net.TelephonyNetworkSpecifier
Calin Juravle36829e52019-04-10 19:07:47 -07004247android.net.TestNetworkManager
Ken Shirriff1ec81462009-12-08 13:38:48 -08004248android.net.TrafficStats
Calin Juravle00b23d32019-03-08 17:52:20 -08004249android.net.TransportInfo
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004250android.net.UidRange$1
Calin Juravle00b23d32019-03-08 17:52:20 -08004251android.net.UidRange
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07004252android.net.Uri$1
4253android.net.Uri$AbstractHierarchicalUri
4254android.net.Uri$AbstractPart
4255android.net.Uri$Builder
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08004256android.net.Uri$HierarchicalUri
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04004257android.net.Uri$OpaqueUri
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07004258android.net.Uri$Part$EmptyPart
Calin Juravle00b23d32019-03-08 17:52:20 -08004259android.net.Uri$Part
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07004260android.net.Uri$PathPart
4261android.net.Uri$PathSegments
4262android.net.Uri$PathSegmentsBuilder
4263android.net.Uri$StringUri
Calin Juravle00b23d32019-03-08 17:52:20 -08004264android.net.Uri
4265android.net.UriCodec
art-benchmark-serviced5115932020-02-25 17:55:03 -08004266android.net.VpnManager
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004267android.net.WebAddress
Calin Juravle00b23d32019-03-08 17:52:20 -08004268android.net.WifiKey$1
4269android.net.WifiKey
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004270android.net.apf.ApfCapabilities$1
4271android.net.apf.ApfCapabilities
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004272android.net.http.HttpResponseCache
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07004273android.net.http.X509TrustManagerExtensions
4274android.net.lowpan.LowpanManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004275android.net.metrics.ApfProgramEvent$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08004276android.net.metrics.ApfProgramEvent$Decoder
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004277android.net.metrics.ApfProgramEvent
4278android.net.metrics.ApfStats$1
4279android.net.metrics.ApfStats
4280android.net.metrics.ConnectStats
4281android.net.metrics.DefaultNetworkEvent
4282android.net.metrics.DhcpClientEvent$1
4283android.net.metrics.DhcpClientEvent
art-benchmark-serviced5115932020-02-25 17:55:03 -08004284android.net.metrics.DhcpErrorEvent$1
4285android.net.metrics.DhcpErrorEvent$Decoder
4286android.net.metrics.DhcpErrorEvent
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004287android.net.metrics.DnsEvent
4288android.net.metrics.IpConnectivityLog$Event
4289android.net.metrics.IpConnectivityLog
4290android.net.metrics.IpManagerEvent$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08004291android.net.metrics.IpManagerEvent$Decoder
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004292android.net.metrics.IpManagerEvent
4293android.net.metrics.IpReachabilityEvent$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08004294android.net.metrics.IpReachabilityEvent$Decoder
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004295android.net.metrics.IpReachabilityEvent
4296android.net.metrics.NetworkEvent$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08004297android.net.metrics.NetworkEvent$Decoder
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004298android.net.metrics.NetworkEvent
4299android.net.metrics.NetworkMetrics$Metrics
4300android.net.metrics.NetworkMetrics$Summary
art-benchmark-serviced5115932020-02-25 17:55:03 -08004301android.net.metrics.NetworkMetrics
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004302android.net.metrics.RaEvent$1
4303android.net.metrics.RaEvent
4304android.net.metrics.ValidationProbeEvent$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08004305android.net.metrics.ValidationProbeEvent$Decoder
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004306android.net.metrics.ValidationProbeEvent
4307android.net.metrics.WakeupEvent
4308android.net.metrics.WakeupStats
art-benchmark-serviced5115932020-02-25 17:55:03 -08004309android.net.netstats.provider.INetworkStatsProvider$Stub
4310android.net.netstats.provider.INetworkStatsProvider
4311android.net.netstats.provider.INetworkStatsProviderCallback
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004312android.net.nsd.INsdManager$Stub$Proxy
4313android.net.nsd.INsdManager$Stub
4314android.net.nsd.INsdManager
4315android.net.nsd.NsdManager$ServiceHandler
Andreas Gampe61e7b662015-06-17 23:57:04 -07004316android.net.nsd.NsdManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004317android.net.shared.Inet4AddressUtils
4318android.net.shared.InetAddressUtils
4319android.net.sip.ISipService$Stub$Proxy
Calin Juravle36829e52019-04-10 19:07:47 -07004320android.net.sip.ISipService$Stub
4321android.net.sip.ISipService
art-benchmark-service56aece62020-02-10 17:58:03 -08004322android.net.sip.ISipSession$Stub
4323android.net.sip.ISipSession
4324android.net.sip.ISipSessionListener$Stub
4325android.net.sip.ISipSessionListener
4326android.net.sip.SipException
Calin Juravle00b23d32019-03-08 17:52:20 -08004327android.net.sip.SipManager
art-benchmark-servicead05a302020-03-17 09:46:02 -07004328android.net.sip.SipProfile$1
art-benchmark-service56aece62020-02-10 17:58:03 -08004329android.net.sip.SipProfile
4330android.net.sip.SipSessionAdapter
art-benchmark-serviced5115932020-02-25 17:55:03 -08004331android.net.util.-$$Lambda$MultinetworkPolicyTracker$8YMQ0fPTKk7Fw-_gJjln0JT-g8E
4332android.net.util.KeepaliveUtils$KeepaliveDeviceConfigurationException
4333android.net.util.KeepaliveUtils
4334android.net.util.LinkPropertiesUtils
4335android.net.util.MacAddressUtils
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004336android.net.util.MultinetworkPolicyTracker$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08004337android.net.util.MultinetworkPolicyTracker$2
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004338android.net.util.MultinetworkPolicyTracker$SettingObserver
4339android.net.util.MultinetworkPolicyTracker
art-benchmark-serviced5115932020-02-25 17:55:03 -08004340android.net.util.NetUtils
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004341android.net.wifi.WifiNetworkScoreCache$CacheListener$1
Calin Juravle00b23d32019-03-08 17:52:20 -08004342android.net.wifi.WifiNetworkScoreCache$CacheListener
4343android.net.wifi.WifiNetworkScoreCache
art-benchmark-servicead05a302020-03-17 09:46:02 -07004344android.net.wifi.nl80211.WifiNl80211Manager
art-benchmark-serviced5115932020-02-25 17:55:03 -08004345android.net.wifi.wificond.ChannelSettings$1
4346android.net.wifi.wificond.ChannelSettings
4347android.net.wifi.wificond.HiddenNetwork$1
4348android.net.wifi.wificond.HiddenNetwork
4349android.net.wifi.wificond.NativeScanResult$1
4350android.net.wifi.wificond.NativeScanResult
4351android.net.wifi.wificond.PnoNetwork$1
4352android.net.wifi.wificond.PnoNetwork
4353android.net.wifi.wificond.PnoSettings$1
4354android.net.wifi.wificond.PnoSettings
4355android.net.wifi.wificond.RadioChainInfo$1
4356android.net.wifi.wificond.RadioChainInfo
4357android.net.wifi.wificond.SingleScanSettings$1
4358android.net.wifi.wificond.SingleScanSettings
art-benchmark-service56aece62020-02-10 17:58:03 -08004359android.net.wifi.wificond.WifiCondManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004360android.nfc.BeamShareData$1
4361android.nfc.BeamShareData
4362android.nfc.IAppCallback$Stub$Proxy
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07004363android.nfc.IAppCallback$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08004364android.nfc.IAppCallback
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07004365android.nfc.INfcAdapter$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08004366android.nfc.INfcAdapter$Stub
4367android.nfc.INfcAdapter
art-benchmark-serviced5115932020-02-25 17:55:03 -08004368android.nfc.INfcAdapterExtras
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07004369android.nfc.INfcCardEmulation$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08004370android.nfc.INfcCardEmulation$Stub
4371android.nfc.INfcCardEmulation
art-benchmark-serviced5115932020-02-25 17:55:03 -08004372android.nfc.INfcDta
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07004373android.nfc.INfcFCardEmulation$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08004374android.nfc.INfcFCardEmulation$Stub
4375android.nfc.INfcFCardEmulation
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07004376android.nfc.INfcTag$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08004377android.nfc.INfcTag$Stub
4378android.nfc.INfcTag
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004379android.nfc.INfcUnlockHandler$Stub$Proxy
4380android.nfc.INfcUnlockHandler$Stub
4381android.nfc.INfcUnlockHandler
4382android.nfc.ITagRemovedCallback$Stub$Proxy
4383android.nfc.ITagRemovedCallback$Stub
4384android.nfc.ITagRemovedCallback
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07004385android.nfc.NfcActivityManager$NfcActivityState
4386android.nfc.NfcActivityManager$NfcApplicationState
Calin Juravle00b23d32019-03-08 17:52:20 -08004387android.nfc.NfcActivityManager
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07004388android.nfc.NfcAdapter$1
4389android.nfc.NfcAdapter$CreateNdefMessageCallback
Calin Juravle00b23d32019-03-08 17:52:20 -08004390android.nfc.NfcAdapter
Kenny Root9787b802013-04-26 12:53:57 -07004391android.nfc.NfcManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004392android.nfc.Tag$1
4393android.nfc.Tag
4394android.nfc.TechListParcel$1
4395android.nfc.TechListParcel
art-benchmark-serviced5115932020-02-25 17:55:03 -08004396android.nfc.cardemulation.AidGroup$1
4397android.nfc.cardemulation.AidGroup
4398android.nfc.cardemulation.ApduServiceInfo
4399android.nfc.cardemulation.CardEmulation
Kenny Rootdbf30ed2012-09-19 13:08:12 -07004400android.opengl.EGL14
Courtney Goeltzenleuchter367ed8b2018-07-18 10:45:37 -06004401android.opengl.EGL15
Andreas Gampedcad4ca2014-10-03 02:00:29 +00004402android.opengl.EGLConfig
4403android.opengl.EGLContext
4404android.opengl.EGLDisplay
4405android.opengl.EGLExt
Calin Juravle00b23d32019-03-08 17:52:20 -08004406android.opengl.EGLImage
Andreas Gampedcad4ca2014-10-03 02:00:29 +00004407android.opengl.EGLObjectHandle
4408android.opengl.EGLSurface
Calin Juravle00b23d32019-03-08 17:52:20 -08004409android.opengl.EGLSync
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08004410android.opengl.ETC1
4411android.opengl.GLES10
4412android.opengl.GLES10Ext
4413android.opengl.GLES11
4414android.opengl.GLES11Ext
4415android.opengl.GLES20
Andreas Gampedcad4ca2014-10-03 02:00:29 +00004416android.opengl.GLES30
4417android.opengl.GLES31
4418android.opengl.GLES31Ext
Andreas Gampe571fc302016-02-18 13:58:09 -08004419android.opengl.GLES32
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004420android.opengl.GLSurfaceView$EGLWindowSurfaceFactory
Andreas Gampe61e7b662015-06-17 23:57:04 -07004421android.opengl.GLUtils
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08004422android.opengl.Matrix
4423android.opengl.Visibility
Calin Juravle00b23d32019-03-08 17:52:20 -08004424android.os.-$$Lambda$Binder$IYUHVkWouPK_9CG2s8VwyWBt5_I
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004425android.os.-$$Lambda$Build$WrC6eL7oW2Zm9UDTcXXKr0DnOMw
art-benchmark-serviced5115932020-02-25 17:55:03 -08004426android.os.-$$Lambda$FileUtils$0SBPRWOXcbR9EMG_p-55sUuxJ_0
4427android.os.-$$Lambda$FileUtils$TJeD9NeX5giO-5vlBrurGI-g4IY
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004428android.os.-$$Lambda$HidlSupport$CwwfmHPEvZaybUxpLzKdwrpQRfA
4429android.os.-$$Lambda$HidlSupport$GHxmwrIWiKN83tl6aMQt_nV5hiw
art-benchmark-serviced5115932020-02-25 17:55:03 -08004430android.os.-$$Lambda$IncidentManager$mfBTEJgu7VPkoPMTQdf1KC7oi5g
Calin Juravle4a054192018-05-29 17:52:20 -07004431android.os.-$$Lambda$IyvVQC-0mKtsfXbnO0kDL64hrk0
art-benchmark-serviced5115932020-02-25 17:55:03 -08004432android.os.-$$Lambda$PowerManager$1$-RL9hKNKSaGL1mmR-EjQ-Cm9KuA
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004433android.os.-$$Lambda$PowerManager$WakeLock$VvFzmRZ4ZGlXx7u3lSAJ_T-YUjw
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004434android.os.-$$Lambda$StrictMode$1yH8AK0bTwVwZOb9x8HoiSBdzr0
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004435android.os.-$$Lambda$StrictMode$AndroidBlockGuardPolicy$9nBulCQKaMajrWr41SB7f7YRT1I
4436android.os.-$$Lambda$StrictMode$AndroidBlockGuardPolicy$FxZGA9KtfTewqdcxlUwvIe5Nx9I
4437android.os.-$$Lambda$StrictMode$UFC_nI1x6u8ZwMQmA7bmj9NHZz4
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004438android.os.-$$Lambda$StrictMode$lu9ekkHJ2HMz0jd3F8K8MnhenxQ
Calin Juravle4a054192018-05-29 17:52:20 -07004439android.os.-$$Lambda$StrictMode$yZJXPvy2veRNA-xL_SWdXzX_OLg
Calin Juravle00b23d32019-03-08 17:52:20 -08004440android.os.-$$Lambda$ThreadLocalWorkSource$IP9vRFCDG5YwbWbXAEGHH52B9IE
Calin Juravle00b23d32019-03-08 17:52:20 -08004441android.os.-$$Lambda$q1UvBdLgHRZVzc68BxdksTmbuCw
art-benchmark-serviced5115932020-02-25 17:55:03 -08004442android.os.AppZygote
Mathieu Chartierba2c0462017-05-19 16:41:46 -07004443android.os.AsyncResult
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07004444android.os.AsyncTask$1
Jesse Wilson80686182011-01-21 17:12:43 -08004445android.os.AsyncTask$2
4446android.os.AsyncTask$3
Calin Juravle36829e52019-04-10 19:07:47 -07004447android.os.AsyncTask$4
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004448android.os.AsyncTask$5
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07004449android.os.AsyncTask$AsyncTaskResult
Jesse Wilson80686182011-01-21 17:12:43 -08004450android.os.AsyncTask$InternalHandler
Jesse Wilson80686182011-01-21 17:12:43 -08004451android.os.AsyncTask$SerialExecutor$1
Calin Juravle00b23d32019-03-08 17:52:20 -08004452android.os.AsyncTask$SerialExecutor
Jesse Wilson80686182011-01-21 17:12:43 -08004453android.os.AsyncTask$Status
4454android.os.AsyncTask$WorkerRunnable
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004455android.os.AsyncTask
Andreas Gampedcad4ca2014-10-03 02:00:29 +00004456android.os.BadParcelableException
Andreas Gampe52764cb2016-04-19 20:46:43 -07004457android.os.BaseBundle$NoImagePreloadHolder
Calin Juravle00b23d32019-03-08 17:52:20 -08004458android.os.BaseBundle
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004459android.os.BasicShellCommandHandler
Andreas Gampe61e7b662015-06-17 23:57:04 -07004460android.os.BatteryManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004461android.os.BatteryManagerInternal
Calin Juravle4a054192018-05-29 17:52:20 -07004462android.os.BatteryProperty$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004463android.os.BatteryProperty
4464android.os.BatterySaverPolicyConfig$1
4465android.os.BatterySaverPolicyConfig
art-benchmark-serviced5115932020-02-25 17:55:03 -08004466android.os.BatteryStats$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004467android.os.BatteryStats$2
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07004468android.os.BatteryStats$BitDescription
4469android.os.BatteryStats$ControllerActivityCounter
4470android.os.BatteryStats$Counter
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004471android.os.BatteryStats$DailyItem
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07004472android.os.BatteryStats$HistoryEventTracker
4473android.os.BatteryStats$HistoryItem
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004474android.os.BatteryStats$HistoryPrinter
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07004475android.os.BatteryStats$HistoryStepDetails
4476android.os.BatteryStats$HistoryTag
4477android.os.BatteryStats$IntToString
4478android.os.BatteryStats$LevelStepTracker
4479android.os.BatteryStats$LongCounter
4480android.os.BatteryStats$LongCounterArray
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004481android.os.BatteryStats$PackageChange
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07004482android.os.BatteryStats$Timer
art-benchmark-serviced5115932020-02-25 17:55:03 -08004483android.os.BatteryStats$TimerEntry
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004484android.os.BatteryStats$Uid$Pid
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07004485android.os.BatteryStats$Uid$Pkg$Serv
Calin Juravle00b23d32019-03-08 17:52:20 -08004486android.os.BatteryStats$Uid$Pkg
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004487android.os.BatteryStats$Uid$Proc$ExcessivePower
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07004488android.os.BatteryStats$Uid$Proc
4489android.os.BatteryStats$Uid$Sensor
4490android.os.BatteryStats$Uid$Wakelock
Calin Juravle00b23d32019-03-08 17:52:20 -08004491android.os.BatteryStats$Uid
4492android.os.BatteryStats
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004493android.os.BatteryStatsManager
4494android.os.BestClock
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004495android.os.Binder$NoImagePreloadHolder
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004496android.os.Binder$PropagateWorkSourceTransactListener
4497android.os.Binder$ProxyTransactListener
Calin Juravle00b23d32019-03-08 17:52:20 -08004498android.os.Binder
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004499android.os.BinderProxy$NoImagePreloadHolder
4500android.os.BinderProxy$ProxyMap
Calin Juravle00b23d32019-03-08 17:52:20 -08004501android.os.BinderProxy
4502android.os.BugreportManager
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08004503android.os.Build$VERSION
Calin Juravle00b23d32019-03-08 17:52:20 -08004504android.os.Build
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07004505android.os.Bundle$1
Calin Juravle00b23d32019-03-08 17:52:20 -08004506android.os.Bundle
Kenny Rootdbf30ed2012-09-19 13:08:12 -07004507android.os.CancellationSignal$OnCancelListener
Andreas Gampedcad4ca2014-10-03 02:00:29 +00004508android.os.CancellationSignal$Transport
Calin Juravle00b23d32019-03-08 17:52:20 -08004509android.os.CancellationSignal
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004510android.os.ChildZygoteProcess
Andreas Gampe571fc302016-02-18 13:58:09 -08004511android.os.ConditionVariable
art-benchmark-serviced5115932020-02-25 17:55:03 -08004512android.os.CoolingDevice$1
4513android.os.CoolingDevice
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004514android.os.CpuUsageInfo$1
4515android.os.CpuUsageInfo
Andreas Gampedcad4ca2014-10-03 02:00:29 +00004516android.os.DeadObjectException
Andreas Gampe859e2782016-04-06 18:37:56 -07004517android.os.DeadSystemException
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08004518android.os.Debug$MemoryInfo$1
Calin Juravle00b23d32019-03-08 17:52:20 -08004519android.os.Debug$MemoryInfo
4520android.os.Debug
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004521android.os.DeviceIdleManager
Calin Juravle4a054192018-05-29 17:52:20 -07004522android.os.DropBoxManager$Entry$1
Calin Juravle00b23d32019-03-08 17:52:20 -08004523android.os.DropBoxManager$Entry
4524android.os.DropBoxManager
Kenny Rootdbf30ed2012-09-19 13:08:12 -07004525android.os.Environment$UserEnvironment
Calin Juravle00b23d32019-03-08 17:52:20 -08004526android.os.Environment
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004527android.os.EventLogTags
art-benchmark-serviced5115932020-02-25 17:55:03 -08004528android.os.ExternalVibration
Andreas Gampe0db10fd2017-02-01 15:57:57 -08004529android.os.FactoryTest
Calin Juravle4a054192018-05-29 17:52:20 -07004530android.os.FileBridge$FileBridgeOutputStream
art-benchmark-serviced5115932020-02-25 17:55:03 -08004531android.os.FileBridge
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08004532android.os.FileObserver$ObserverThread
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004533android.os.FileUtils$1
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08004534android.os.FileUtils
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004535android.os.GraphicsEnvironment$1
Calin Juravle00b23d32019-03-08 17:52:20 -08004536android.os.GraphicsEnvironment$OpenGlDriverChoice
Andreas Gampe0db10fd2017-02-01 15:57:57 -08004537android.os.GraphicsEnvironment
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004538android.os.Handler$BlockingRunnable
Kenny Root9787b802013-04-26 12:53:57 -07004539android.os.Handler$Callback
4540android.os.Handler$MessengerImpl
Calin Juravle00b23d32019-03-08 17:52:20 -08004541android.os.Handler
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004542android.os.HandlerExecutor
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07004543android.os.HandlerThread
Andreas Gampe571fc302016-02-18 13:58:09 -08004544android.os.HardwarePropertiesManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004545android.os.HidlMemory
4546android.os.HidlSupport$Mutable
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004547android.os.HidlSupport
Andreas Gampe0db10fd2017-02-01 15:57:57 -08004548android.os.HwBinder
4549android.os.HwBlob
4550android.os.HwParcel
4551android.os.HwRemoteBinder
Mathieu Chartierba2c0462017-05-19 16:41:46 -07004552android.os.IBatteryPropertiesRegistrar$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08004553android.os.IBatteryPropertiesRegistrar$Stub
4554android.os.IBatteryPropertiesRegistrar
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07004555android.os.IBinder$DeathRecipient
Calin Juravle00b23d32019-03-08 17:52:20 -08004556android.os.IBinder
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07004557android.os.ICancellationSignal$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08004558android.os.ICancellationSignal$Stub
4559android.os.ICancellationSignal
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004560android.os.IDeviceIdentifiersPolicyService$Stub$Proxy
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004561android.os.IDeviceIdentifiersPolicyService$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08004562android.os.IDeviceIdentifiersPolicyService
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004563android.os.IDeviceIdleController$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08004564android.os.IDeviceIdleController$Stub
4565android.os.IDeviceIdleController
art-benchmark-serviced5115932020-02-25 17:55:03 -08004566android.os.IDumpstate$Stub$Proxy
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004567android.os.IDumpstate$Stub
4568android.os.IDumpstate
art-benchmark-serviced5115932020-02-25 17:55:03 -08004569android.os.IDumpstateListener$Stub$Proxy
4570android.os.IDumpstateListener$Stub
4571android.os.IDumpstateListener
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004572android.os.IExternalVibratorService$Stub
4573android.os.IExternalVibratorService
art-benchmark-serviced5115932020-02-25 17:55:03 -08004574android.os.IHardwarePropertiesManager$Stub$Proxy
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07004575android.os.IHardwarePropertiesManager$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08004576android.os.IHardwarePropertiesManager
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07004577android.os.IHwBinder$DeathRecipient
Calin Juravle00b23d32019-03-08 17:52:20 -08004578android.os.IHwBinder
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07004579android.os.IHwInterface
art-benchmark-serviced5115932020-02-25 17:55:03 -08004580android.os.IIncidentAuthListener$Stub$Proxy
4581android.os.IIncidentAuthListener$Stub
4582android.os.IIncidentAuthListener
4583android.os.IIncidentCompanion$Stub$Proxy
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004584android.os.IIncidentCompanion$Stub
4585android.os.IIncidentCompanion
4586android.os.IIncidentManager$Stub$Proxy
4587android.os.IIncidentManager$Stub
4588android.os.IIncidentManager
4589android.os.IInstalld$Stub$Proxy
4590android.os.IInstalld$Stub
4591android.os.IInstalld
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08004592android.os.IInterface
Andreas Gampe61e7b662015-06-17 23:57:04 -07004593android.os.IMessenger$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08004594android.os.IMessenger$Stub
4595android.os.IMessenger
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004596android.os.INetworkActivityListener$Stub$Proxy
4597android.os.INetworkActivityListener$Stub
4598android.os.INetworkActivityListener
Andreas Gampedcad4ca2014-10-03 02:00:29 +00004599android.os.INetworkManagementService$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08004600android.os.INetworkManagementService$Stub
4601android.os.INetworkManagementService
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004602android.os.IPermissionController$Stub
4603android.os.IPermissionController
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07004604android.os.IPowerManager$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08004605android.os.IPowerManager$Stub
4606android.os.IPowerManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004607android.os.IProcessInfoService$Stub
4608android.os.IProcessInfoService
4609android.os.IProgressListener$Stub$Proxy
4610android.os.IProgressListener$Stub
4611android.os.IProgressListener
art-benchmark-serviced5115932020-02-25 17:55:03 -08004612android.os.IPullAtomCallback$Stub
4613android.os.IPullAtomCallback
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004614android.os.IRecoverySystem$Stub
4615android.os.IRecoverySystem
art-benchmark-serviced5115932020-02-25 17:55:03 -08004616android.os.IRecoverySystemProgressListener$Stub
4617android.os.IRecoverySystemProgressListener
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004618android.os.IRemoteCallback$Stub$Proxy
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004619android.os.IRemoteCallback$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08004620android.os.IRemoteCallback
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004621android.os.ISchedulingPolicyService$Stub
4622android.os.ISchedulingPolicyService
4623android.os.IServiceManager$Stub$Proxy
4624android.os.IServiceManager$Stub
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07004625android.os.IServiceManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004626android.os.IStatsCompanionService$Stub
4627android.os.IStatsCompanionService
art-benchmark-serviced5115932020-02-25 17:55:03 -08004628android.os.IStatsManagerService$Stub
4629android.os.IStatsManagerService
art-benchmark-service35aba412020-02-03 11:53:25 -08004630android.os.IStatsd$Stub
4631android.os.IStatsd
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004632android.os.IStoraged$Stub$Proxy
4633android.os.IStoraged$Stub
4634android.os.IStoraged
Calin Juravle4a054192018-05-29 17:52:20 -07004635android.os.ISystemUpdateManager$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08004636android.os.ISystemUpdateManager$Stub
4637android.os.ISystemUpdateManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004638android.os.IThermalEventListener$Stub$Proxy
4639android.os.IThermalEventListener$Stub
4640android.os.IThermalEventListener
4641android.os.IThermalService$Stub$Proxy
4642android.os.IThermalService$Stub
4643android.os.IThermalService
4644android.os.IThermalStatusListener$Stub$Proxy
4645android.os.IThermalStatusListener$Stub
4646android.os.IThermalStatusListener
art-benchmark-serviced5115932020-02-25 17:55:03 -08004647android.os.IUpdateEngine$Stub$Proxy
4648android.os.IUpdateEngine$Stub
4649android.os.IUpdateEngine
4650android.os.IUpdateEngineCallback$Stub
4651android.os.IUpdateEngineCallback
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004652android.os.IUpdateLock$Stub
4653android.os.IUpdateLock
Andreas Gampedcad4ca2014-10-03 02:00:29 +00004654android.os.IUserManager$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08004655android.os.IUserManager$Stub
4656android.os.IUserManager
art-benchmark-serviced5115932020-02-25 17:55:03 -08004657android.os.IUserRestrictionsListener$Stub$Proxy
4658android.os.IUserRestrictionsListener$Stub
4659android.os.IUserRestrictionsListener
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07004660android.os.IVibratorService$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08004661android.os.IVibratorService$Stub
4662android.os.IVibratorService
art-benchmark-serviced5115932020-02-25 17:55:03 -08004663android.os.IVibratorStateListener$Stub
4664android.os.IVibratorStateListener
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004665android.os.IVold$Stub$Proxy
4666android.os.IVold$Stub
4667android.os.IVold
4668android.os.IVoldListener$Stub
4669android.os.IVoldListener
art-benchmark-serviced5115932020-02-25 17:55:03 -08004670android.os.IVoldMountCallback$Stub
4671android.os.IVoldMountCallback
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004672android.os.IVoldTaskListener$Stub$Proxy
4673android.os.IVoldTaskListener$Stub
4674android.os.IVoldTaskListener
art-benchmark-serviced5115932020-02-25 17:55:03 -08004675android.os.IncidentManager$IncidentReport$1
4676android.os.IncidentManager$IncidentReport
Andreas Gampe0db10fd2017-02-01 15:57:57 -08004677android.os.IncidentManager
Andreas Gampecbcb9e32016-06-03 17:24:05 -07004678android.os.LocaleList$1
Calin Juravle00b23d32019-03-08 17:52:20 -08004679android.os.LocaleList
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004680android.os.Looper$Observer
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08004681android.os.Looper
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08004682android.os.MemoryFile
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07004683android.os.Message$1
Calin Juravle00b23d32019-03-08 17:52:20 -08004684android.os.Message
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004685android.os.MessageQueue$FileDescriptorRecord
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07004686android.os.MessageQueue$IdleHandler
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004687android.os.MessageQueue$OnFileDescriptorEventListener
Calin Juravle00b23d32019-03-08 17:52:20 -08004688android.os.MessageQueue
Kenny Root9787b802013-04-26 12:53:57 -07004689android.os.Messenger$1
Calin Juravle00b23d32019-03-08 17:52:20 -08004690android.os.Messenger
4691android.os.NativeHandle
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004692android.os.NetworkOnMainThreadException
Andreas Gampe571fc302016-02-18 13:58:09 -08004693android.os.OperationCanceledException
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08004694android.os.Parcel$1
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07004695android.os.Parcel$2
4696android.os.Parcel$ReadWriteHelper
Calin Juravle00b23d32019-03-08 17:52:20 -08004697android.os.Parcel
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08004698android.os.ParcelFileDescriptor$1
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004699android.os.ParcelFileDescriptor$2
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07004700android.os.ParcelFileDescriptor$AutoCloseInputStream
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004701android.os.ParcelFileDescriptor$AutoCloseOutputStream
art-benchmark-serviced5115932020-02-25 17:55:03 -08004702android.os.ParcelFileDescriptor$OnCloseListener
4703android.os.ParcelFileDescriptor$Status
Calin Juravle00b23d32019-03-08 17:52:20 -08004704android.os.ParcelFileDescriptor
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004705android.os.ParcelFormatException
Mathieu Chartierba2c0462017-05-19 16:41:46 -07004706android.os.ParcelUuid$1
Calin Juravle00b23d32019-03-08 17:52:20 -08004707android.os.ParcelUuid
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04004708android.os.Parcelable$ClassLoaderCreator
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08004709android.os.Parcelable$Creator
Calin Juravle00b23d32019-03-08 17:52:20 -08004710android.os.Parcelable
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004711android.os.ParcelableException$1
Calin Juravle00b23d32019-03-08 17:52:20 -08004712android.os.ParcelableException
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07004713android.os.ParcelableParcel$1
Calin Juravle00b23d32019-03-08 17:52:20 -08004714android.os.ParcelableParcel
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07004715android.os.PatternMatcher$1
Calin Juravle00b23d32019-03-08 17:52:20 -08004716android.os.PatternMatcher
Andreas Gampe61e7b662015-06-17 23:57:04 -07004717android.os.PersistableBundle$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004718android.os.PersistableBundle$MyReadMapCallback
Calin Juravle00b23d32019-03-08 17:52:20 -08004719android.os.PersistableBundle
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004720android.os.PooledStringReader
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07004721android.os.PooledStringWriter
art-benchmark-serviced5115932020-02-25 17:55:03 -08004722android.os.PowerManager$1
4723android.os.PowerManager$OnThermalStatusChangedListener
4724android.os.PowerManager$WakeData
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07004725android.os.PowerManager$WakeLock$1
Calin Juravle00b23d32019-03-08 17:52:20 -08004726android.os.PowerManager$WakeLock
4727android.os.PowerManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004728android.os.PowerManagerInternal$1
4729android.os.PowerManagerInternal$LowPowerModeListener
4730android.os.PowerManagerInternal
4731android.os.PowerSaveState$1
4732android.os.PowerSaveState$Builder
4733android.os.PowerSaveState
4734android.os.PowerWhitelistManager
4735android.os.Process$ProcessStartResult
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08004736android.os.Process
art-benchmark-service56aece62020-02-10 17:58:03 -08004737android.os.ProxyFileDescriptorCallback
art-benchmark-serviced5115932020-02-25 17:55:03 -08004738android.os.RecoverySystem$1
4739android.os.RecoverySystem$2
4740android.os.RecoverySystem$3
4741android.os.RecoverySystem$4
4742android.os.RecoverySystem$5
4743android.os.RecoverySystem$ProgressListener
Andreas Gampe859e2782016-04-06 18:37:56 -07004744android.os.RecoverySystem
Mathieu Chartierba2c0462017-05-19 16:41:46 -07004745android.os.Registrant
Calin Juravle00b23d32019-03-08 17:52:20 -08004746android.os.RegistrantList
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004747android.os.RemoteCallback$1
4748android.os.RemoteCallback$2
Calin Juravle00b23d32019-03-08 17:52:20 -08004749android.os.RemoteCallback$3
Calin Juravle36829e52019-04-10 19:07:47 -07004750android.os.RemoteCallback$OnResultListener
Calin Juravle00b23d32019-03-08 17:52:20 -08004751android.os.RemoteCallback
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07004752android.os.RemoteCallbackList$Callback
Calin Juravle00b23d32019-03-08 17:52:20 -08004753android.os.RemoteCallbackList
Kenny Rootdbf30ed2012-09-19 13:08:12 -07004754android.os.RemoteException
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07004755android.os.ResultReceiver$1
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004756android.os.ResultReceiver$MyResultReceiver
4757android.os.ResultReceiver$MyRunnable
Calin Juravle00b23d32019-03-08 17:52:20 -08004758android.os.ResultReceiver
Kenny Rootdbf30ed2012-09-19 13:08:12 -07004759android.os.SELinux
Andreas Gampe0db10fd2017-02-01 15:57:57 -08004760android.os.ServiceManager$ServiceNotFoundException
Calin Juravle00b23d32019-03-08 17:52:20 -08004761android.os.ServiceManager
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07004762android.os.ServiceManagerNative
4763android.os.ServiceManagerProxy
Andreas Gampe0db10fd2017-02-01 15:57:57 -08004764android.os.ServiceSpecificException
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004765android.os.SharedMemory$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004766android.os.SharedMemory$Closer
4767android.os.SharedMemory$MemoryRegistration
4768android.os.SharedMemory$Unmapper
Calin Juravle00b23d32019-03-08 17:52:20 -08004769android.os.SharedMemory
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004770android.os.ShellCallback$1
Calin Juravle00b23d32019-03-08 17:52:20 -08004771android.os.ShellCallback
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004772android.os.ShellCommand
4773android.os.SimpleClock
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08004774android.os.StatFs
art-benchmark-serviced5115932020-02-25 17:55:03 -08004775android.os.StatsDimensionsValue$1
4776android.os.StatsDimensionsValue
4777android.os.StatsServiceManager$ServiceRegisterer
4778android.os.StatsServiceManager
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07004779android.os.StrictMode$1
4780android.os.StrictMode$2
Jesse Wilson80686182011-01-21 17:12:43 -08004781android.os.StrictMode$3
4782android.os.StrictMode$4
4783android.os.StrictMode$5
4784android.os.StrictMode$6
4785android.os.StrictMode$7
4786android.os.StrictMode$8
Calin Juravle00b23d32019-03-08 17:52:20 -08004787android.os.StrictMode$9
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07004788android.os.StrictMode$AndroidBlockGuardPolicy
Jesse Wilson80686182011-01-21 17:12:43 -08004789android.os.StrictMode$AndroidCloseGuardReporter
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04004790android.os.StrictMode$InstanceTracker
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004791android.os.StrictMode$OnThreadViolationListener
Jesse Wilson80686182011-01-21 17:12:43 -08004792android.os.StrictMode$Span
Andreas Gampe571fc302016-02-18 13:58:09 -08004793android.os.StrictMode$ThreadPolicy$Builder
Calin Juravle00b23d32019-03-08 17:52:20 -08004794android.os.StrictMode$ThreadPolicy
Jesse Wilson80686182011-01-21 17:12:43 -08004795android.os.StrictMode$ThreadSpanState
Andreas Gampe0db10fd2017-02-01 15:57:57 -08004796android.os.StrictMode$ViolationInfo$1
Calin Juravle00b23d32019-03-08 17:52:20 -08004797android.os.StrictMode$ViolationInfo
Kurt Nelson7d5c07a2017-09-07 16:43:45 -07004798android.os.StrictMode$ViolationLogger
Jesse Wilson80686182011-01-21 17:12:43 -08004799android.os.StrictMode$VmPolicy$Builder
Calin Juravle00b23d32019-03-08 17:52:20 -08004800android.os.StrictMode$VmPolicy
4801android.os.StrictMode
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004802android.os.SynchronousResultReceiver$Result
4803android.os.SynchronousResultReceiver
4804android.os.SystemClock$1
4805android.os.SystemClock$2
4806android.os.SystemClock$3
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08004807android.os.SystemClock
art-benchmark-serviced5115932020-02-25 17:55:03 -08004808android.os.SystemConfigManager
4809android.os.SystemProperties$Handle
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08004810android.os.SystemProperties
art-benchmark-serviced5115932020-02-25 17:55:03 -08004811android.os.SystemService$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004812android.os.SystemService$State
4813android.os.SystemService
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004814android.os.SystemUpdateManager
Andreas Gampe859e2782016-04-06 18:37:56 -07004815android.os.SystemVibrator
art-benchmark-serviced5115932020-02-25 17:55:03 -08004816android.os.TelephonyServiceManager$ServiceRegisterer
art-benchmark-service35aba412020-02-03 11:53:25 -08004817android.os.TelephonyServiceManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004818android.os.Temperature$1
4819android.os.Temperature
Calin Juravle00b23d32019-03-08 17:52:20 -08004820android.os.ThreadLocalWorkSource
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004821android.os.TokenWatcher$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08004822android.os.TokenWatcher$Death
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004823android.os.TokenWatcher
Kenny Rootdbf30ed2012-09-19 13:08:12 -07004824android.os.Trace
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004825android.os.TraceNameSupplier
4826android.os.TransactionTooLargeException
Calin Juravle00b23d32019-03-08 17:52:20 -08004827android.os.TransactionTracker
art-benchmark-serviced5115932020-02-25 17:55:03 -08004828android.os.UEventObserver$UEvent
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004829android.os.UEventObserver$UEventThread
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08004830android.os.UEventObserver
art-benchmark-serviced5115932020-02-25 17:55:03 -08004831android.os.UpdateEngine$1$1
4832android.os.UpdateEngine$1
4833android.os.UpdateEngine
4834android.os.UpdateEngineCallback
Calin Juravle00b23d32019-03-08 17:52:20 -08004835android.os.UpdateLock
Kenny Rootdbf30ed2012-09-19 13:08:12 -07004836android.os.UserHandle$1
Calin Juravle00b23d32019-03-08 17:52:20 -08004837android.os.UserHandle
art-benchmark-serviced5115932020-02-25 17:55:03 -08004838android.os.UserManager$1
Calin Juravle00b23d32019-03-08 17:52:20 -08004839android.os.UserManager$EnforcingUser$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004840android.os.UserManager$EnforcingUser
Calin Juravle00b23d32019-03-08 17:52:20 -08004841android.os.UserManager$UserOperationException
Andreas Gampedcad4ca2014-10-03 02:00:29 +00004842android.os.UserManager
art-benchmark-servicead05a302020-03-17 09:46:02 -07004843android.os.VibrationAttributes$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08004844android.os.VibrationAttributes$Builder
4845android.os.VibrationAttributes
Calin Juravle4a054192018-05-29 17:52:20 -07004846android.os.VibrationEffect$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08004847android.os.VibrationEffect$Composed
Calin Juravle4a054192018-05-29 17:52:20 -07004848android.os.VibrationEffect$OneShot$1
Calin Juravle00b23d32019-03-08 17:52:20 -08004849android.os.VibrationEffect$OneShot
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004850android.os.VibrationEffect$Prebaked$1
4851android.os.VibrationEffect$Prebaked
4852android.os.VibrationEffect$Waveform$1
4853android.os.VibrationEffect$Waveform
Calin Juravle00b23d32019-03-08 17:52:20 -08004854android.os.VibrationEffect
Andreas Gampe61e7b662015-06-17 23:57:04 -07004855android.os.Vibrator
Mathieu Chartierba2c0462017-05-19 16:41:46 -07004856android.os.VintfObject
4857android.os.VintfRuntimeInfo
Mathieu Chartierba2c0462017-05-19 16:41:46 -07004858android.os.WorkSource$1
Calin Juravle4a054192018-05-29 17:52:20 -07004859android.os.WorkSource$WorkChain$1
Calin Juravle00b23d32019-03-08 17:52:20 -08004860android.os.WorkSource$WorkChain
4861android.os.WorkSource
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004862android.os.ZygoteProcess$ZygoteState
Andreas Gampe0db10fd2017-02-01 15:57:57 -08004863android.os.ZygoteProcess
Andreas Gampedcad4ca2014-10-03 02:00:29 +00004864android.os.ZygoteStartFailedEx
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004865android.os.connectivity.CellularBatteryStats$1
4866android.os.connectivity.CellularBatteryStats
4867android.os.connectivity.GpsBatteryStats$1
4868android.os.connectivity.GpsBatteryStats
art-benchmark-serviced5115932020-02-25 17:55:03 -08004869android.os.connectivity.WifiActivityEnergyInfo$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004870android.os.connectivity.WifiActivityEnergyInfo
4871android.os.connectivity.WifiBatteryStats$1
4872android.os.connectivity.WifiBatteryStats
4873android.os.health.HealthKeys$Constant
art-benchmark-serviced5115932020-02-25 17:55:03 -08004874android.os.health.HealthKeys$Constants
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004875android.os.health.HealthKeys$SortedIntArray
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004876android.os.health.HealthStats
4877android.os.health.HealthStatsParceler$1
Calin Juravle00b23d32019-03-08 17:52:20 -08004878android.os.health.HealthStatsParceler
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004879android.os.health.HealthStatsWriter
art-benchmark-serviced5115932020-02-25 17:55:03 -08004880android.os.health.PackageHealthStats
4881android.os.health.PidHealthStats
4882android.os.health.ProcessHealthStats
4883android.os.health.ServiceHealthStats
Andreas Gampe859e2782016-04-06 18:37:56 -07004884android.os.health.SystemHealthManager
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004885android.os.health.TimerStat$1
Calin Juravle00b23d32019-03-08 17:52:20 -08004886android.os.health.TimerStat
art-benchmark-serviced5115932020-02-25 17:55:03 -08004887android.os.health.UidHealthStats
Po-Chien Hsueh4e908c22019-03-07 11:57:17 +08004888android.os.image.DynamicSystemClient
4889android.os.image.DynamicSystemManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004890android.os.image.IDynamicSystemService$Stub
4891android.os.image.IDynamicSystemService
art-benchmark-service56aece62020-02-10 17:58:03 -08004892android.os.incremental.IncrementalManager
art-benchmark-serviced5115932020-02-25 17:55:03 -08004893android.os.storage.-$$Lambda$StorageManager$StorageEventListenerDelegate$GoEFKT1rhv7KuSkGeH69DO738lA
4894android.os.storage.-$$Lambda$StorageManager$StorageEventListenerDelegate$pyZP4UQS232-tqmtk5lSCyZx9qU
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004895android.os.storage.DiskInfo$1
4896android.os.storage.DiskInfo
4897android.os.storage.IObbActionListener$Stub$Proxy
Mathieu Chartierba2c0462017-05-19 16:41:46 -07004898android.os.storage.IObbActionListener$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08004899android.os.storage.IObbActionListener
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004900android.os.storage.IStorageEventListener$Stub$Proxy
4901android.os.storage.IStorageEventListener$Stub
4902android.os.storage.IStorageEventListener
Sudheer Shanka2250d562016-11-07 15:41:02 -08004903android.os.storage.IStorageManager$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08004904android.os.storage.IStorageManager$Stub
4905android.os.storage.IStorageManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004906android.os.storage.IStorageShutdownObserver$Stub$Proxy
4907android.os.storage.IStorageShutdownObserver$Stub
4908android.os.storage.IStorageShutdownObserver
art-benchmark-service56aece62020-02-10 17:58:03 -08004909android.os.storage.OnObbStateChangeListener
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004910android.os.storage.StorageEventListener
art-benchmark-service56aece62020-02-10 17:58:03 -08004911android.os.storage.StorageManager$1
Mathieu Chartierba2c0462017-05-19 16:41:46 -07004912android.os.storage.StorageManager$ObbActionListener
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004913android.os.storage.StorageManager$StorageEventListenerDelegate
art-benchmark-service56aece62020-02-10 17:58:03 -08004914android.os.storage.StorageManager$StorageVolumeCallback
Calin Juravle00b23d32019-03-08 17:52:20 -08004915android.os.storage.StorageManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004916android.os.storage.StorageManagerInternal$ExternalStorageMountPolicy
4917android.os.storage.StorageManagerInternal
Kenny Rootdbf30ed2012-09-19 13:08:12 -07004918android.os.storage.StorageVolume$1
Calin Juravle00b23d32019-03-08 17:52:20 -08004919android.os.storage.StorageVolume
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07004920android.os.storage.VolumeInfo$1
4921android.os.storage.VolumeInfo$2
Calin Juravle00b23d32019-03-08 17:52:20 -08004922android.os.storage.VolumeInfo
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004923android.os.storage.VolumeRecord$1
4924android.os.storage.VolumeRecord
4925android.os.strictmode.ContentUriWithoutPermissionViolation
4926android.os.strictmode.CredentialProtectedWhileLockedViolation
4927android.os.strictmode.CustomViolation
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004928android.os.strictmode.DiskReadViolation
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004929android.os.strictmode.DiskWriteViolation
4930android.os.strictmode.ExplicitGcViolation
4931android.os.strictmode.ImplicitDirectBootViolation
art-benchmark-servicead05a302020-03-17 09:46:02 -07004932android.os.strictmode.IncorrectContextUseViolation
Calin Juravle4a054192018-05-29 17:52:20 -07004933android.os.strictmode.InstanceCountViolation
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004934android.os.strictmode.IntentReceiverLeakedViolation
4935android.os.strictmode.LeakedClosableViolation
4936android.os.strictmode.NetworkViolation
4937android.os.strictmode.ResourceMismatchViolation
4938android.os.strictmode.ServiceConnectionLeakedViolation
4939android.os.strictmode.SqliteObjectLeakedViolation
4940android.os.strictmode.UnbufferedIoViolation
4941android.os.strictmode.UntaggedSocketViolation
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004942android.os.strictmode.Violation
art-benchmark-serviced5115932020-02-25 17:55:03 -08004943android.os.strictmode.WebViewMethodCalledOnWrongThreadViolation
4944android.permission.-$$Lambda$PermissionControllerManager$2gyb4miANgsuR_Cn3HPTnP6sL54
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004945android.permission.-$$Lambda$PermissionControllerManager$Iy-7wiKMCV-MFSPGyIJxP_DSf8E
art-benchmark-serviced5115932020-02-25 17:55:03 -08004946android.permission.-$$Lambda$PermissionControllerManager$WcxnBH4VsthEHNc7qKClONaAHtQ
4947android.permission.-$$Lambda$PermissionControllerManager$eHuRmDpRAUfA3qanHHMVMV_C0lI
4948android.permission.-$$Lambda$PermissionControllerManager$u5bno-vHXoMY3ADbZMAlZp7v9oI
4949android.permission.-$$Lambda$PermissionControllerManager$vBYanTuMAWBbfOp_XdHzQXYNpXY
4950android.permission.-$$Lambda$PermissionControllerManager$wPNqW0yZff7KXoWmrKVyzMgY2jc
4951android.permission.-$$Lambda$PermissionControllerManager$yqGWw4vOTpW9pDZRlfJdxzYUsF0
4952android.permission.-$$Lambda$ViMr_PAGHrCLBQPYNzqdYUNU5zI
4953android.permission.IOnPermissionsChangeListener$Stub$Proxy
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004954android.permission.IOnPermissionsChangeListener$Stub
4955android.permission.IOnPermissionsChangeListener
Calin Juravle00b23d32019-03-08 17:52:20 -08004956android.permission.IPermissionController$Stub$Proxy
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004957android.permission.IPermissionController$Stub
Calin Juravle36829e52019-04-10 19:07:47 -07004958android.permission.IPermissionController
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004959android.permission.IPermissionManager$Stub$Proxy
4960android.permission.IPermissionManager$Stub
4961android.permission.IPermissionManager
art-benchmark-serviced5115932020-02-25 17:55:03 -08004962android.permission.PermissionControllerManager$1
Calin Juravle00b23d32019-03-08 17:52:20 -08004963android.permission.PermissionControllerManager
Calin Juravle787d34d2019-04-25 15:12:44 -07004964android.permission.PermissionManager$SplitPermissionInfo
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004965android.permission.PermissionManagerInternal
4966android.preference.GenericInflater$Parent
4967android.preference.GenericInflater
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004968android.preference.Preference$OnPreferenceChangeListener
Calin Juravle00b23d32019-03-08 17:52:20 -08004969android.preference.Preference
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004970android.preference.PreferenceActivity
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004971android.preference.PreferenceFragment$OnPreferenceStartFragmentCallback
Calin Juravle00b23d32019-03-08 17:52:20 -08004972android.preference.PreferenceFragment
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004973android.preference.PreferenceGroup
4974android.preference.PreferenceInflater
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07004975android.preference.PreferenceManager$OnPreferenceTreeClickListener
Calin Juravle00b23d32019-03-08 17:52:20 -08004976android.preference.PreferenceManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004977android.preference.PreferenceScreen
art-benchmark-serviced5115932020-02-25 17:55:03 -08004978android.print.IPrintDocumentAdapter$Stub
4979android.print.IPrintDocumentAdapter
4980android.print.IPrintJobStateChangeListener$Stub
4981android.print.IPrintJobStateChangeListener
4982android.print.IPrintManager$Stub$Proxy
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004983android.print.IPrintManager$Stub
4984android.print.IPrintManager
art-benchmark-serviced5115932020-02-25 17:55:03 -08004985android.print.IPrintServicesChangeListener$Stub
4986android.print.IPrintServicesChangeListener
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004987android.print.IPrintSpooler$Stub$Proxy
4988android.print.IPrintSpooler$Stub
4989android.print.IPrintSpooler
art-benchmark-serviced5115932020-02-25 17:55:03 -08004990android.print.IPrintSpoolerCallbacks$Stub
4991android.print.IPrintSpoolerCallbacks
4992android.print.IPrintSpoolerClient$Stub
4993android.print.IPrintSpoolerClient
4994android.print.IPrinterDiscoveryObserver$Stub
4995android.print.IPrinterDiscoveryObserver
4996android.print.PrintAttributes
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004997android.print.PrintDocumentAdapter
art-benchmark-serviced5115932020-02-25 17:55:03 -08004998android.print.PrintJobId
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004999android.print.PrintJobInfo$1
5000android.print.PrintJobInfo
art-benchmark-serviced5115932020-02-25 17:55:03 -08005001android.print.PrintManager$1
Andreas Gampe61e7b662015-06-17 23:57:04 -07005002android.print.PrintManager
art-benchmark-serviced5115932020-02-25 17:55:03 -08005003android.print.PrinterId
5004android.printservice.IPrintServiceClient$Stub
5005android.printservice.IPrintServiceClient
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005006android.printservice.PrintServiceInfo$1
5007android.printservice.PrintServiceInfo
art-benchmark-serviced5115932020-02-25 17:55:03 -08005008android.printservice.recommendation.IRecommendationsChangeListener$Stub
5009android.printservice.recommendation.IRecommendationsChangeListener
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005010android.privacy.DifferentialPrivacyConfig
5011android.privacy.DifferentialPrivacyEncoder
art-benchmark-serviced5115932020-02-25 17:55:03 -08005012android.privacy.internal.longitudinalreporting.LongitudinalReportingConfig
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005013android.privacy.internal.longitudinalreporting.LongitudinalReportingEncoder
5014android.privacy.internal.rappor.RapporConfig
5015android.privacy.internal.rappor.RapporEncoder
art-benchmark-serviced5115932020-02-25 17:55:03 -08005016android.provider.-$$Lambda$DeviceConfig$6U9gBH6h5Oab2DB_e83az4n_WEo
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07005017android.provider.-$$Lambda$FontsContract$3FDNQd-WsglsyDhif-aHVbzkfrA
Calin Juravle00b23d32019-03-08 17:52:20 -08005018android.provider.-$$Lambda$FontsContract$rqfIZKvP1frnI9vP1hVA8jQN_RE
art-benchmark-serviced5115932020-02-25 17:55:03 -08005019android.provider.-$$Lambda$Settings$NameValueCache$cLX_nUBDGp9SYpFxrABk-2ceeMI
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07005020android.provider.-$$Lambda$Settings$NameValueCache$qSyMM6rUAHCa-5rsP-atfAqR3sA
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07005021android.provider.BaseColumns
art-benchmark-serviced5115932020-02-25 17:55:03 -08005022android.provider.BlockedNumberContract$BlockedNumbers
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005023android.provider.BlockedNumberContract$SystemContract
5024android.provider.BlockedNumberContract
art-benchmark-serviced5115932020-02-25 17:55:03 -08005025android.provider.CalendarContract$Attendees
5026android.provider.CalendarContract$AttendeesColumns
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07005027android.provider.CalendarContract$CalendarColumns
5028android.provider.CalendarContract$CalendarSyncColumns
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005029android.provider.CalendarContract$Calendars
Calin Juravle4a054192018-05-29 17:52:20 -07005030android.provider.CalendarContract$Events
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07005031android.provider.CalendarContract$EventsColumns
Calin Juravle4a054192018-05-29 17:52:20 -07005032android.provider.CalendarContract$Instances
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07005033android.provider.CalendarContract$SyncColumns
art-benchmark-serviced5115932020-02-25 17:55:03 -08005034android.provider.CalendarContract
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005035android.provider.CallLog$Calls
art-benchmark-serviced5115932020-02-25 17:55:03 -08005036android.provider.CallLog
5037android.provider.ContactsContract$BaseSyncColumns
Andreas Gampe61e7b662015-06-17 23:57:04 -07005038android.provider.ContactsContract$CommonDataKinds$BaseTypes
Calin Juravle00b23d32019-03-08 17:52:20 -08005039android.provider.ContactsContract$CommonDataKinds$Callable
Andreas Gampe61e7b662015-06-17 23:57:04 -07005040android.provider.ContactsContract$CommonDataKinds$CommonColumns
Calin Juravle4a054192018-05-29 17:52:20 -07005041android.provider.ContactsContract$CommonDataKinds$Email
5042android.provider.ContactsContract$CommonDataKinds$Phone
art-benchmark-serviced5115932020-02-25 17:55:03 -08005043android.provider.ContactsContract$CommonDataKinds$StructuredPostal
Andreas Gampedcad4ca2014-10-03 02:00:29 +00005044android.provider.ContactsContract$ContactCounts
5045android.provider.ContactsContract$ContactNameColumns
5046android.provider.ContactsContract$ContactOptionsColumns
5047android.provider.ContactsContract$ContactStatusColumns
Calin Juravle4a054192018-05-29 17:52:20 -07005048android.provider.ContactsContract$Contacts
Andreas Gampedcad4ca2014-10-03 02:00:29 +00005049android.provider.ContactsContract$ContactsColumns
Calin Juravle4a054192018-05-29 17:52:20 -07005050android.provider.ContactsContract$Data
Andreas Gampedcad4ca2014-10-03 02:00:29 +00005051android.provider.ContactsContract$DataColumns
5052android.provider.ContactsContract$DataColumnsWithJoins
art-benchmark-serviced5115932020-02-25 17:55:03 -08005053android.provider.ContactsContract$DataUsageFeedback
Andreas Gampedcad4ca2014-10-03 02:00:29 +00005054android.provider.ContactsContract$DataUsageStatColumns
art-benchmark-serviced5115932020-02-25 17:55:03 -08005055android.provider.ContactsContract$DeletedContacts
5056android.provider.ContactsContract$DeletedContactsColumns
5057android.provider.ContactsContract$DisplayPhoto
5058android.provider.ContactsContract$Groups
5059android.provider.ContactsContract$GroupsColumns
5060android.provider.ContactsContract$MetadataSync
5061android.provider.ContactsContract$MetadataSyncColumns
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005062android.provider.ContactsContract$PhoneLookup
5063android.provider.ContactsContract$PhoneLookupColumns
art-benchmark-serviced5115932020-02-25 17:55:03 -08005064android.provider.ContactsContract$Profile
5065android.provider.ContactsContract$ProviderStatus
5066android.provider.ContactsContract$RawContacts
Andreas Gampedcad4ca2014-10-03 02:00:29 +00005067android.provider.ContactsContract$RawContactsColumns
art-benchmark-serviced5115932020-02-25 17:55:03 -08005068android.provider.ContactsContract$RawContactsEntity
5069android.provider.ContactsContract$Settings
5070android.provider.ContactsContract$SettingsColumns
Andreas Gampedcad4ca2014-10-03 02:00:29 +00005071android.provider.ContactsContract$StatusColumns
art-benchmark-serviced5115932020-02-25 17:55:03 -08005072android.provider.ContactsContract$SyncColumns
5073android.provider.ContactsContract$SyncState
Calin Juravle00b23d32019-03-08 17:52:20 -08005074android.provider.ContactsContract
5075android.provider.DeviceConfig$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08005076android.provider.DeviceConfig$BadConfigException
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005077android.provider.DeviceConfig$OnPropertiesChangedListener
art-benchmark-serviced5115932020-02-25 17:55:03 -08005078android.provider.DeviceConfig$Properties$Builder
5079android.provider.DeviceConfig$Properties
Calin Juravle00b23d32019-03-08 17:52:20 -08005080android.provider.DeviceConfig
art-benchmark-serviced5115932020-02-25 17:55:03 -08005081android.provider.DocumentsContract$Path$1
5082android.provider.DocumentsContract$Path
5083android.provider.DocumentsContract
5084android.provider.DocumentsProvider
Calin Juravle4a054192018-05-29 17:52:20 -07005085android.provider.Downloads$Impl
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005086android.provider.Downloads
Calin Juravle00b23d32019-03-08 17:52:20 -08005087android.provider.FontRequest
Mathieu Chartierba2c0462017-05-19 16:41:46 -07005088android.provider.FontsContract$1
Calin Juravle00b23d32019-03-08 17:52:20 -08005089android.provider.FontsContract$FontFamilyResult
5090android.provider.FontsContract$FontInfo
5091android.provider.FontsContract
art-benchmark-serviced5115932020-02-25 17:55:03 -08005092android.provider.OpenableColumns
Calin Juravle00b23d32019-03-08 17:52:20 -08005093android.provider.SearchIndexableData
5094android.provider.SearchIndexableResource
art-benchmark-serviced5115932020-02-25 17:55:03 -08005095android.provider.SearchIndexablesContract
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07005096android.provider.SearchIndexablesProvider
Calin Juravle4a054192018-05-29 17:52:20 -07005097android.provider.SearchRecentSuggestions
Calin Juravle00b23d32019-03-08 17:52:20 -08005098android.provider.Settings$Config
Andreas Gampe0db10fd2017-02-01 15:57:57 -08005099android.provider.Settings$ContentProviderHolder
Andreas Gampecbcb9e32016-06-03 17:24:05 -07005100android.provider.Settings$GenerationTracker
Calin Juravle00b23d32019-03-08 17:52:20 -08005101android.provider.Settings$Global
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07005102android.provider.Settings$NameValueCache
5103android.provider.Settings$NameValueTable
Calin Juravle00b23d32019-03-08 17:52:20 -08005104android.provider.Settings$Secure
Kenny Root9787b802013-04-26 12:53:57 -07005105android.provider.Settings$SettingNotFoundException
Calin Juravle00b23d32019-03-08 17:52:20 -08005106android.provider.Settings$System
5107android.provider.Settings
art-benchmark-serviced5115932020-02-25 17:55:03 -08005108android.provider.SyncStateContract$Columns
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005109android.provider.Telephony$BaseMmsColumns
5110android.provider.Telephony$CarrierColumns
Calin Juravle00b23d32019-03-08 17:52:20 -08005111android.provider.Telephony$CarrierId$All
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005112android.provider.Telephony$CarrierId
Calin Juravle00b23d32019-03-08 17:52:20 -08005113android.provider.Telephony$Carriers
art-benchmark-serviced5115932020-02-25 17:55:03 -08005114android.provider.Telephony$Mms$Inbox
5115android.provider.Telephony$Mms$Sent
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005116android.provider.Telephony$Mms
art-benchmark-serviced5115932020-02-25 17:55:03 -08005117android.provider.Telephony$MmsSms
Calin Juravle00b23d32019-03-08 17:52:20 -08005118android.provider.Telephony$ServiceStateTable
art-benchmark-service35aba412020-02-03 11:53:25 -08005119android.provider.Telephony$SimInfo
art-benchmark-serviced5115932020-02-25 17:55:03 -08005120android.provider.Telephony$Sms$Sent
Calin Juravle4a054192018-05-29 17:52:20 -07005121android.provider.Telephony$Sms
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07005122android.provider.Telephony$TextBasedSmsColumns
art-benchmark-serviced5115932020-02-25 17:55:03 -08005123android.provider.Telephony$Threads
5124android.provider.Telephony$ThreadsColumns
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005125android.provider.UserDictionary$Words
art-benchmark-serviced5115932020-02-25 17:55:03 -08005126android.provider.VoicemailContract$Status
5127android.provider.VoicemailContract$Voicemails
5128android.renderscript.Allocation
5129android.renderscript.BaseObj
5130android.renderscript.Element$1
5131android.renderscript.Element$DataKind
5132android.renderscript.Element$DataType
5133android.renderscript.Element
5134android.renderscript.RSDriverException
5135android.renderscript.RSIllegalArgumentException
5136android.renderscript.RSInvalidStateException
5137android.renderscript.RSRuntimeException
5138android.renderscript.RenderScript$ContextType
5139android.renderscript.RenderScript$MessageThread
5140android.renderscript.RenderScript$RSErrorHandler
5141android.renderscript.RenderScript$RSMessageHandler
5142android.renderscript.RenderScript
Andreas Gampe61e7b662015-06-17 23:57:04 -07005143android.renderscript.RenderScriptCacheDir
art-benchmark-serviced5115932020-02-25 17:55:03 -08005144android.renderscript.Script
5145android.renderscript.ScriptIntrinsic
5146android.renderscript.ScriptIntrinsicBlur
Calin Juravle00b23d32019-03-08 17:52:20 -08005147android.security.AttestedKeyPair
5148android.security.Credentials
art-benchmark-service56aece62020-02-10 17:58:03 -08005149android.security.FileIntegrityManager
art-benchmark-serviced5115932020-02-25 17:55:03 -08005150android.security.GateKeeper
Calin Juravle00b23d32019-03-08 17:52:20 -08005151android.security.IKeyChainAliasCallback$Stub
5152android.security.IKeyChainAliasCallback
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005153android.security.IKeyChainService$Stub$Proxy
5154android.security.IKeyChainService$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08005155android.security.IKeyChainService
5156android.security.KeyChain$1
5157android.security.KeyChain$AliasResponse
5158android.security.KeyChain$KeyChainConnection
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07005159android.security.KeyChain
Calin Juravle00b23d32019-03-08 17:52:20 -08005160android.security.KeyChainAliasCallback
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07005161android.security.KeyChainException
art-benchmark-serviced5115932020-02-25 17:55:03 -08005162android.security.KeyPairGeneratorSpec
5163android.security.KeyStore$CertificateChainPromise
5164android.security.KeyStore$ExportKeyPromise
5165android.security.KeyStore$KeyAttestationCallbackResult
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005166android.security.KeyStore$KeyCharacteristicsCallbackResult
5167android.security.KeyStore$KeyCharacteristicsPromise
5168android.security.KeyStore$KeystoreResultPromise
5169android.security.KeyStore$OperationPromise
5170android.security.KeyStore$State
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07005171android.security.KeyStore
Calin Juravle00b23d32019-03-08 17:52:20 -08005172android.security.KeyStoreException
Calin Juravle4a054192018-05-29 17:52:20 -07005173android.security.NetworkSecurityPolicy
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07005174android.security.Scrypt
art-benchmark-serviced5115932020-02-25 17:55:03 -08005175android.security.keymaster.ExportResult$1
5176android.security.keymaster.ExportResult
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005177android.security.keymaster.IKeyAttestationApplicationIdProvider$Stub
5178android.security.keymaster.IKeyAttestationApplicationIdProvider
art-benchmark-serviced5115932020-02-25 17:55:03 -08005179android.security.keymaster.KeyAttestationApplicationId$1
5180android.security.keymaster.KeyAttestationApplicationId
5181android.security.keymaster.KeyAttestationPackageInfo$1
5182android.security.keymaster.KeyAttestationPackageInfo
Calin Juravle4a054192018-05-29 17:52:20 -07005183android.security.keymaster.KeyCharacteristics$1
Calin Juravle00b23d32019-03-08 17:52:20 -08005184android.security.keymaster.KeyCharacteristics
Calin Juravle4a054192018-05-29 17:52:20 -07005185android.security.keymaster.KeymasterArgument$1
Calin Juravle00b23d32019-03-08 17:52:20 -08005186android.security.keymaster.KeymasterArgument
Calin Juravle4a054192018-05-29 17:52:20 -07005187android.security.keymaster.KeymasterArguments$1
Calin Juravle00b23d32019-03-08 17:52:20 -08005188android.security.keymaster.KeymasterArguments
Calin Juravle4a054192018-05-29 17:52:20 -07005189android.security.keymaster.KeymasterBlob$1
Calin Juravle00b23d32019-03-08 17:52:20 -08005190android.security.keymaster.KeymasterBlob
Calin Juravle4a054192018-05-29 17:52:20 -07005191android.security.keymaster.KeymasterBlobArgument
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005192android.security.keymaster.KeymasterBooleanArgument
Calin Juravle36829e52019-04-10 19:07:47 -07005193android.security.keymaster.KeymasterCertificateChain$1
Calin Juravle00b23d32019-03-08 17:52:20 -08005194android.security.keymaster.KeymasterCertificateChain
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005195android.security.keymaster.KeymasterDateArgument
5196android.security.keymaster.KeymasterDefs
Calin Juravle4a054192018-05-29 17:52:20 -07005197android.security.keymaster.KeymasterIntArgument
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005198android.security.keymaster.KeymasterLongArgument
Calin Juravle4a054192018-05-29 17:52:20 -07005199android.security.keymaster.OperationResult$1
Calin Juravle00b23d32019-03-08 17:52:20 -08005200android.security.keymaster.OperationResult
Calin Juravle4a054192018-05-29 17:52:20 -07005201android.security.keystore.AndroidKeyStoreAuthenticatedAESCipherSpi$AdditionalAuthenticationDataStream
5202android.security.keystore.AndroidKeyStoreAuthenticatedAESCipherSpi$BufferAllOutputUntilDoFinalStreamer
Calin Juravle4a054192018-05-29 17:52:20 -07005203android.security.keystore.AndroidKeyStoreAuthenticatedAESCipherSpi$GCM$NoPadding
Calin Juravle00b23d32019-03-08 17:52:20 -08005204android.security.keystore.AndroidKeyStoreAuthenticatedAESCipherSpi$GCM
5205android.security.keystore.AndroidKeyStoreAuthenticatedAESCipherSpi
Alex Klyubindcdaf872015-05-13 15:57:09 -07005206android.security.keystore.AndroidKeyStoreBCWorkaroundProvider
Calin Juravle4a054192018-05-29 17:52:20 -07005207android.security.keystore.AndroidKeyStoreCipherSpiBase
art-benchmark-serviced5115932020-02-25 17:55:03 -08005208android.security.keystore.AndroidKeyStoreECDSASignatureSpi$SHA256
5209android.security.keystore.AndroidKeyStoreECDSASignatureSpi
5210android.security.keystore.AndroidKeyStoreECPrivateKey
5211android.security.keystore.AndroidKeyStoreECPublicKey
5212android.security.keystore.AndroidKeyStoreHmacSpi$HmacSHA256
5213android.security.keystore.AndroidKeyStoreHmacSpi
Calin Juravle4a054192018-05-29 17:52:20 -07005214android.security.keystore.AndroidKeyStoreKey
Calin Juravle00b23d32019-03-08 17:52:20 -08005215android.security.keystore.AndroidKeyStoreKeyFactorySpi
art-benchmark-serviced5115932020-02-25 17:55:03 -08005216android.security.keystore.AndroidKeyStoreKeyPairGeneratorSpi$EC
5217android.security.keystore.AndroidKeyStoreKeyPairGeneratorSpi$RSA
5218android.security.keystore.AndroidKeyStoreKeyPairGeneratorSpi
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005219android.security.keystore.AndroidKeyStoreLoadStoreParameter
5220android.security.keystore.AndroidKeyStorePrivateKey
Alex Klyubindcdaf872015-05-13 15:57:09 -07005221android.security.keystore.AndroidKeyStoreProvider
art-benchmark-serviced5115932020-02-25 17:55:03 -08005222android.security.keystore.AndroidKeyStorePublicKey
5223android.security.keystore.AndroidKeyStoreRSAPrivateKey
5224android.security.keystore.AndroidKeyStoreRSAPublicKey
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005225android.security.keystore.AndroidKeyStoreSecretKey
art-benchmark-serviced5115932020-02-25 17:55:03 -08005226android.security.keystore.AndroidKeyStoreSecretKeyFactorySpi
5227android.security.keystore.AndroidKeyStoreSignatureSpiBase
5228android.security.keystore.AndroidKeyStoreSpi$KeyStoreX509Certificate
Calin Juravle4a054192018-05-29 17:52:20 -07005229android.security.keystore.AndroidKeyStoreSpi
art-benchmark-serviced5115932020-02-25 17:55:03 -08005230android.security.keystore.AndroidKeyStoreUnauthenticatedAESCipherSpi$CBC$PKCS7Padding
5231android.security.keystore.AndroidKeyStoreUnauthenticatedAESCipherSpi$CBC
5232android.security.keystore.AndroidKeyStoreUnauthenticatedAESCipherSpi
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005233android.security.keystore.ArrayUtils
Calin Juravle00b23d32019-03-08 17:52:20 -08005234android.security.keystore.AttestationUtils
art-benchmark-serviced5115932020-02-25 17:55:03 -08005235android.security.keystore.DelegatingX509Certificate
5236android.security.keystore.DeviceIdAttestationException
5237android.security.keystore.IKeystoreCertificateChainCallback$Stub
5238android.security.keystore.IKeystoreCertificateChainCallback
5239android.security.keystore.IKeystoreExportKeyCallback$Stub
5240android.security.keystore.IKeystoreExportKeyCallback
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005241android.security.keystore.IKeystoreKeyCharacteristicsCallback$Stub
5242android.security.keystore.IKeystoreKeyCharacteristicsCallback
5243android.security.keystore.IKeystoreOperationResultCallback$Stub
5244android.security.keystore.IKeystoreOperationResultCallback
5245android.security.keystore.IKeystoreResponseCallback$Stub
5246android.security.keystore.IKeystoreResponseCallback
Calin Juravle00b23d32019-03-08 17:52:20 -08005247android.security.keystore.IKeystoreService$Stub$Proxy
5248android.security.keystore.IKeystoreService$Stub
5249android.security.keystore.IKeystoreService
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07005250android.security.keystore.KeyAttestationException
art-benchmark-serviced5115932020-02-25 17:55:03 -08005251android.security.keystore.KeyExpiredException
5252android.security.keystore.KeyGenParameterSpec$Builder
Calin Juravle00b23d32019-03-08 17:52:20 -08005253android.security.keystore.KeyGenParameterSpec
art-benchmark-serviced5115932020-02-25 17:55:03 -08005254android.security.keystore.KeyInfo
5255android.security.keystore.KeyNotYetValidException
Calin Juravle36829e52019-04-10 19:07:47 -07005256android.security.keystore.KeyPermanentlyInvalidatedException
art-benchmark-serviced5115932020-02-25 17:55:03 -08005257android.security.keystore.KeyProperties$BlockMode
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005258android.security.keystore.KeyProperties$Digest
art-benchmark-serviced5115932020-02-25 17:55:03 -08005259android.security.keystore.KeyProperties$EncryptionPadding
Calin Juravle4a054192018-05-29 17:52:20 -07005260android.security.keystore.KeyProperties$KeyAlgorithm
art-benchmark-serviced5115932020-02-25 17:55:03 -08005261android.security.keystore.KeyProperties$Origin
5262android.security.keystore.KeyProperties$Purpose
5263android.security.keystore.KeyProperties$SignaturePadding
5264android.security.keystore.KeyProperties
5265android.security.keystore.KeyProtection$Builder
5266android.security.keystore.KeyProtection
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005267android.security.keystore.KeyStoreConnectException
Calin Juravle4a054192018-05-29 17:52:20 -07005268android.security.keystore.KeyStoreCryptoOperation
Calin Juravle4a054192018-05-29 17:52:20 -07005269android.security.keystore.KeyStoreCryptoOperationChunkedStreamer$MainDataStream
Calin Juravle00b23d32019-03-08 17:52:20 -08005270android.security.keystore.KeyStoreCryptoOperationChunkedStreamer$Stream
5271android.security.keystore.KeyStoreCryptoOperationChunkedStreamer
5272android.security.keystore.KeyStoreCryptoOperationStreamer
Calin Juravle4a054192018-05-29 17:52:20 -07005273android.security.keystore.KeyStoreCryptoOperationUtils
art-benchmark-serviced5115932020-02-25 17:55:03 -08005274android.security.keystore.KeymasterUtils
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005275android.security.keystore.KeystoreResponse$1
5276android.security.keystore.KeystoreResponse
Calin Juravle36829e52019-04-10 19:07:47 -07005277android.security.keystore.ParcelableKeyGenParameterSpec$1
Calin Juravle00b23d32019-03-08 17:52:20 -08005278android.security.keystore.ParcelableKeyGenParameterSpec
art-benchmark-serviced5115932020-02-25 17:55:03 -08005279android.security.keystore.SecureKeyImportUnavailableException
Calin Juravle00b23d32019-03-08 17:52:20 -08005280android.security.keystore.StrongBoxUnavailableException
5281android.security.keystore.UserAuthArgs
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005282android.security.keystore.UserNotAuthenticatedException
5283android.security.keystore.Utils
art-benchmark-serviced5115932020-02-25 17:55:03 -08005284android.security.keystore.WrappedKeyEntry
5285android.security.keystore.recovery.InternalRecoveryServiceException
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005286android.security.keystore.recovery.KeyChainProtectionParams$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08005287android.security.keystore.recovery.KeyChainProtectionParams$Builder
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005288android.security.keystore.recovery.KeyChainProtectionParams
5289android.security.keystore.recovery.KeyChainSnapshot$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08005290android.security.keystore.recovery.KeyChainSnapshot$Builder
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005291android.security.keystore.recovery.KeyChainSnapshot
5292android.security.keystore.recovery.KeyDerivationParams$1
5293android.security.keystore.recovery.KeyDerivationParams
art-benchmark-serviced5115932020-02-25 17:55:03 -08005294android.security.keystore.recovery.LockScreenRequiredException
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005295android.security.keystore.recovery.RecoveryCertPath$1
5296android.security.keystore.recovery.RecoveryCertPath
Calin Juravle4a054192018-05-29 17:52:20 -07005297android.security.keystore.recovery.RecoveryController
art-benchmark-serviced5115932020-02-25 17:55:03 -08005298android.security.keystore.recovery.TrustedRootCertificates
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005299android.security.keystore.recovery.WrappedApplicationKey$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08005300android.security.keystore.recovery.WrappedApplicationKey$Builder
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005301android.security.keystore.recovery.WrappedApplicationKey
5302android.security.keystore.recovery.X509CertificateParsingUtils
Andreas Gampe571fc302016-02-18 13:58:09 -08005303android.security.net.config.ApplicationConfig
5304android.security.net.config.CertificateSource
5305android.security.net.config.CertificatesEntryRef
5306android.security.net.config.ConfigNetworkSecurityPolicy
5307android.security.net.config.ConfigSource
Andreas Gampe571fc302016-02-18 13:58:09 -08005308android.security.net.config.DirectoryCertificateSource$1
5309android.security.net.config.DirectoryCertificateSource$3
5310android.security.net.config.DirectoryCertificateSource$CertSelector
Calin Juravle00b23d32019-03-08 17:52:20 -08005311android.security.net.config.DirectoryCertificateSource
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005312android.security.net.config.Domain
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07005313android.security.net.config.KeyStoreCertificateSource
5314android.security.net.config.KeyStoreConfigSource
Andreas Gampe571fc302016-02-18 13:58:09 -08005315android.security.net.config.ManifestConfigSource$DefaultConfigSource
Calin Juravle00b23d32019-03-08 17:52:20 -08005316android.security.net.config.ManifestConfigSource
Andreas Gampe571fc302016-02-18 13:58:09 -08005317android.security.net.config.NetworkSecurityConfig$1
5318android.security.net.config.NetworkSecurityConfig$Builder
Calin Juravle00b23d32019-03-08 17:52:20 -08005319android.security.net.config.NetworkSecurityConfig
Chad Brubaker78d47122015-11-17 22:26:58 -08005320android.security.net.config.NetworkSecurityConfigProvider
Andreas Gampe571fc302016-02-18 13:58:09 -08005321android.security.net.config.NetworkSecurityTrustManager
Calin Juravle00b23d32019-03-08 17:52:20 -08005322android.security.net.config.Pin
Andreas Gampe571fc302016-02-18 13:58:09 -08005323android.security.net.config.PinSet
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005324android.security.net.config.ResourceCertificateSource
Andreas Gampe571fc302016-02-18 13:58:09 -08005325android.security.net.config.RootTrustManager
5326android.security.net.config.RootTrustManagerFactorySpi
5327android.security.net.config.SystemCertificateSource
Calin Juravle00b23d32019-03-08 17:52:20 -08005328android.security.net.config.TrustAnchor
Andreas Gampe571fc302016-02-18 13:58:09 -08005329android.security.net.config.TrustedCertificateStoreAdapter
Mathieu Chartierba2c0462017-05-19 16:41:46 -07005330android.security.net.config.UserCertificateSource
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005331android.security.net.config.WfaCertificateSource
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07005332android.security.net.config.XmlConfigSource$ParserException
Calin Juravle00b23d32019-03-08 17:52:20 -08005333android.security.net.config.XmlConfigSource
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005334android.service.appprediction.IPredictionService$Stub$Proxy
5335android.service.appprediction.IPredictionService$Stub
5336android.service.appprediction.IPredictionService
5337android.service.autofill.AutofillServiceInfo
art-benchmark-serviced5115932020-02-25 17:55:03 -08005338android.service.autofill.Dataset
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005339android.service.autofill.FieldClassificationUserData
art-benchmark-serviced5115932020-02-25 17:55:03 -08005340android.service.autofill.FillContext$1
5341android.service.autofill.FillContext
5342android.service.autofill.FillEventHistory
5343android.service.autofill.FillRequest$1
5344android.service.autofill.FillRequest
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005345android.service.autofill.FillResponse$1
5346android.service.autofill.FillResponse
5347android.service.autofill.IAutoFillService$Stub$Proxy
5348android.service.autofill.IAutoFillService$Stub
5349android.service.autofill.IAutoFillService
art-benchmark-serviced5115932020-02-25 17:55:03 -08005350android.service.autofill.IFillCallback$Stub$Proxy
5351android.service.autofill.IFillCallback$Stub
5352android.service.autofill.IFillCallback
5353android.service.autofill.ISaveCallback$Stub
5354android.service.autofill.ISaveCallback
5355android.service.autofill.SaveRequest
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005356android.service.autofill.UserData$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08005357android.service.autofill.UserData$Builder
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005358android.service.autofill.UserData
5359android.service.autofill.augmented.IAugmentedAutofillService$Stub$Proxy
5360android.service.autofill.augmented.IAugmentedAutofillService$Stub
5361android.service.autofill.augmented.IAugmentedAutofillService
art-benchmark-serviced5115932020-02-25 17:55:03 -08005362android.service.autofill.augmented.IFillCallback$Stub$Proxy
5363android.service.autofill.augmented.IFillCallback$Stub
5364android.service.autofill.augmented.IFillCallback
Calin Juravle00b23d32019-03-08 17:52:20 -08005365android.service.carrier.CarrierIdentifier$1
5366android.service.carrier.CarrierIdentifier
art-benchmark-service56aece62020-02-10 17:58:03 -08005367android.service.carrier.CarrierMessagingServiceWrapper$CarrierMessagingCallbackWrapper
5368android.service.carrier.CarrierMessagingServiceWrapper
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005369android.service.carrier.ICarrierService$Stub$Proxy
5370android.service.carrier.ICarrierService$Stub
5371android.service.carrier.ICarrierService
art-benchmark-serviced5115932020-02-25 17:55:03 -08005372android.service.contentcapture.ActivityEvent$1
5373android.service.contentcapture.ActivityEvent
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005374android.service.contentcapture.ContentCaptureServiceInfo
5375android.service.contentcapture.FlushMetrics$1
5376android.service.contentcapture.FlushMetrics
5377android.service.contentcapture.IContentCaptureService$Stub$Proxy
5378android.service.contentcapture.IContentCaptureService$Stub
5379android.service.contentcapture.IContentCaptureService
art-benchmark-serviced5115932020-02-25 17:55:03 -08005380android.service.contentcapture.IContentCaptureServiceCallback$Stub$Proxy
5381android.service.contentcapture.IContentCaptureServiceCallback$Stub
5382android.service.contentcapture.IContentCaptureServiceCallback
5383android.service.contentcapture.IDataShareCallback$Stub
5384android.service.contentcapture.IDataShareCallback
5385android.service.contentcapture.SnapshotData$1
5386android.service.contentcapture.SnapshotData
art-benchmark-service56aece62020-02-10 17:58:03 -08005387android.service.dataloader.DataLoaderService
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005388android.service.dreams.DreamManagerInternal
Calin Juravle00b23d32019-03-08 17:52:20 -08005389android.service.dreams.IDreamManager$Stub$Proxy
5390android.service.dreams.IDreamManager$Stub
Calin Juravle36829e52019-04-10 19:07:47 -07005391android.service.dreams.IDreamManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005392android.service.dreams.IDreamService$Stub$Proxy
5393android.service.dreams.IDreamService$Stub
5394android.service.dreams.IDreamService
5395android.service.euicc.EuiccProfileInfo$1
5396android.service.euicc.EuiccProfileInfo
5397android.service.euicc.GetEuiccProfileInfoListResult$1
5398android.service.euicc.GetEuiccProfileInfoListResult
art-benchmark-service56aece62020-02-10 17:58:03 -08005399android.service.euicc.IDeleteSubscriptionCallback$Stub
5400android.service.euicc.IDeleteSubscriptionCallback
5401android.service.euicc.IDownloadSubscriptionCallback$Stub
5402android.service.euicc.IDownloadSubscriptionCallback
5403android.service.euicc.IEraseSubscriptionsCallback$Stub
5404android.service.euicc.IEraseSubscriptionsCallback
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005405android.service.euicc.IEuiccService$Stub$Proxy
5406android.service.euicc.IEuiccService$Stub
5407android.service.euicc.IEuiccService
art-benchmark-service56aece62020-02-10 17:58:03 -08005408android.service.euicc.IGetDefaultDownloadableSubscriptionListCallback$Stub
5409android.service.euicc.IGetDefaultDownloadableSubscriptionListCallback
5410android.service.euicc.IGetDownloadableSubscriptionMetadataCallback$Stub
5411android.service.euicc.IGetDownloadableSubscriptionMetadataCallback
5412android.service.euicc.IGetEidCallback$Stub
5413android.service.euicc.IGetEidCallback
5414android.service.euicc.IGetEuiccInfoCallback$Stub
5415android.service.euicc.IGetEuiccInfoCallback
art-benchmark-serviced5115932020-02-25 17:55:03 -08005416android.service.euicc.IGetEuiccProfileInfoListCallback$Stub$Proxy
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005417android.service.euicc.IGetEuiccProfileInfoListCallback$Stub
5418android.service.euicc.IGetEuiccProfileInfoListCallback
art-benchmark-service56aece62020-02-10 17:58:03 -08005419android.service.euicc.IGetOtaStatusCallback$Stub
5420android.service.euicc.IGetOtaStatusCallback
art-benchmark-serviced5115932020-02-25 17:55:03 -08005421android.service.euicc.IOtaStatusChangedCallback$Stub
5422android.service.euicc.IOtaStatusChangedCallback
art-benchmark-service56aece62020-02-10 17:58:03 -08005423android.service.euicc.IRetainSubscriptionsForFactoryResetCallback$Stub
5424android.service.euicc.IRetainSubscriptionsForFactoryResetCallback
5425android.service.euicc.ISwitchToSubscriptionCallback$Stub
5426android.service.euicc.ISwitchToSubscriptionCallback
5427android.service.euicc.IUpdateSubscriptionNicknameCallback$Stub
5428android.service.euicc.IUpdateSubscriptionNicknameCallback
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005429android.service.gatekeeper.GateKeeperResponse$1
5430android.service.gatekeeper.GateKeeperResponse
5431android.service.gatekeeper.IGateKeeperService$Stub$Proxy
5432android.service.gatekeeper.IGateKeeperService$Stub
5433android.service.gatekeeper.IGateKeeperService
Calin Juravle4a054192018-05-29 17:52:20 -07005434android.service.media.IMediaBrowserService$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08005435android.service.media.IMediaBrowserService$Stub
5436android.service.media.IMediaBrowserService
Calin Juravle4a054192018-05-29 17:52:20 -07005437android.service.media.IMediaBrowserServiceCallbacks$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08005438android.service.media.IMediaBrowserServiceCallbacks$Stub
5439android.service.media.IMediaBrowserServiceCallbacks
Calin Juravle4a054192018-05-29 17:52:20 -07005440android.service.media.MediaBrowserService$1
5441android.service.media.MediaBrowserService$3
5442android.service.media.MediaBrowserService$BrowserRoot
5443android.service.media.MediaBrowserService$ConnectionRecord
5444android.service.media.MediaBrowserService$Result
Calin Juravle4a054192018-05-29 17:52:20 -07005445android.service.media.MediaBrowserService$ServiceBinder$1
5446android.service.media.MediaBrowserService$ServiceBinder$2
5447android.service.media.MediaBrowserService$ServiceBinder$3
5448android.service.media.MediaBrowserService$ServiceBinder$4
Calin Juravle00b23d32019-03-08 17:52:20 -08005449android.service.media.MediaBrowserService$ServiceBinder
5450android.service.media.MediaBrowserService
5451android.service.notification.Adjustment$1
5452android.service.notification.Adjustment
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07005453android.service.notification.Condition$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005454android.service.notification.Condition
5455android.service.notification.ConditionProviderService$H
5456android.service.notification.ConditionProviderService$Provider
5457android.service.notification.ConditionProviderService
5458android.service.notification.IConditionProvider$Stub$Proxy
5459android.service.notification.IConditionProvider$Stub
5460android.service.notification.IConditionProvider
5461android.service.notification.INotificationListener$Stub$Proxy
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07005462android.service.notification.INotificationListener$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08005463android.service.notification.INotificationListener
5464android.service.notification.IStatusBarNotificationHolder$Stub$Proxy
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07005465android.service.notification.IStatusBarNotificationHolder$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08005466android.service.notification.IStatusBarNotificationHolder
5467android.service.notification.NotificationAssistantService$MyHandler
5468android.service.notification.NotificationAssistantService$NotificationAssistantServiceWrapper
5469android.service.notification.NotificationAssistantService
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07005470android.service.notification.NotificationListenerService$MyHandler
5471android.service.notification.NotificationListenerService$NotificationListenerWrapper
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07005472android.service.notification.NotificationListenerService$Ranking
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07005473android.service.notification.NotificationListenerService$RankingMap$1
Calin Juravle00b23d32019-03-08 17:52:20 -08005474android.service.notification.NotificationListenerService$RankingMap
5475android.service.notification.NotificationListenerService
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07005476android.service.notification.NotificationRankingUpdate$1
Calin Juravle00b23d32019-03-08 17:52:20 -08005477android.service.notification.NotificationRankingUpdate
5478android.service.notification.NotificationStats$1
5479android.service.notification.NotificationStats
art-benchmark-serviced5115932020-02-25 17:55:03 -08005480android.service.notification.NotifyingApp$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005481android.service.notification.ScheduleCalendar
5482android.service.notification.SnoozeCriterion$1
5483android.service.notification.SnoozeCriterion
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07005484android.service.notification.StatusBarNotification$1
Calin Juravle00b23d32019-03-08 17:52:20 -08005485android.service.notification.StatusBarNotification
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005486android.service.notification.ZenModeConfig$1
5487android.service.notification.ZenModeConfig$Diff
5488android.service.notification.ZenModeConfig$EventInfo
5489android.service.notification.ZenModeConfig$ScheduleInfo
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07005490android.service.notification.ZenModeConfig$ZenRule$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005491android.service.notification.ZenModeConfig$ZenRule
5492android.service.notification.ZenModeConfig
5493android.service.notification.ZenPolicy$1
5494android.service.notification.ZenPolicy$Builder
5495android.service.notification.ZenPolicy
art-benchmark-serviced5115932020-02-25 17:55:03 -08005496android.service.oemlock.IOemLockService$Stub$Proxy
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005497android.service.oemlock.IOemLockService$Stub
5498android.service.oemlock.IOemLockService
Mathieu Chartierba2c0462017-05-19 16:41:46 -07005499android.service.oemlock.OemLockManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005500android.service.persistentdata.IPersistentDataBlockService$Stub$Proxy
Calin Juravle4a054192018-05-29 17:52:20 -07005501android.service.persistentdata.IPersistentDataBlockService$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08005502android.service.persistentdata.IPersistentDataBlockService
Andreas Gampe61e7b662015-06-17 23:57:04 -07005503android.service.persistentdata.PersistentDataBlockManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005504android.service.textclassifier.ITextClassifierCallback$Stub$Proxy
5505android.service.textclassifier.ITextClassifierCallback$Stub
5506android.service.textclassifier.ITextClassifierCallback
Calin Juravle00b23d32019-03-08 17:52:20 -08005507android.service.textclassifier.ITextClassifierService$Stub$Proxy
Calin Juravle4a054192018-05-29 17:52:20 -07005508android.service.textclassifier.ITextClassifierService$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08005509android.service.textclassifier.ITextClassifierService
art-benchmark-serviced5115932020-02-25 17:55:03 -08005510android.service.textclassifier.TextClassifierService$1
Calin Juravle00b23d32019-03-08 17:52:20 -08005511android.service.textclassifier.TextClassifierService
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005512android.service.trust.ITrustAgentService$Stub$Proxy
5513android.service.trust.ITrustAgentService$Stub
5514android.service.trust.ITrustAgentService
art-benchmark-serviced5115932020-02-25 17:55:03 -08005515android.service.trust.ITrustAgentServiceCallback$Stub$Proxy
5516android.service.trust.ITrustAgentServiceCallback$Stub
5517android.service.trust.ITrustAgentServiceCallback
5518android.service.trust.TrustAgentService$1
5519android.service.trust.TrustAgentService$ConfigurationData
5520android.service.trust.TrustAgentService$TrustAgentServiceWrapper
5521android.service.trust.TrustAgentService
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005522android.service.voice.IVoiceInteractionService$Stub$Proxy
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07005523android.service.voice.IVoiceInteractionService$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08005524android.service.voice.IVoiceInteractionService
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005525android.service.voice.IVoiceInteractionSession$Stub$Proxy
5526android.service.voice.IVoiceInteractionSession$Stub
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07005527android.service.voice.IVoiceInteractionSession
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005528android.service.voice.IVoiceInteractionSessionService$Stub$Proxy
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07005529android.service.voice.IVoiceInteractionSessionService$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08005530android.service.voice.IVoiceInteractionSessionService
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005531android.service.voice.VoiceInteractionManagerInternal
5532android.service.voice.VoiceInteractionServiceInfo
5533android.service.vr.IPersistentVrStateCallbacks$Stub$Proxy
5534android.service.vr.IPersistentVrStateCallbacks$Stub
5535android.service.vr.IPersistentVrStateCallbacks
5536android.service.vr.IVrManager$Stub$Proxy
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07005537android.service.vr.IVrManager$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08005538android.service.vr.IVrManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005539android.service.vr.IVrStateCallbacks$Stub$Proxy
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07005540android.service.vr.IVrStateCallbacks$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08005541android.service.vr.IVrStateCallbacks
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005542android.service.wallpaper.IWallpaperConnection$Stub
5543android.service.wallpaper.IWallpaperConnection
5544android.service.wallpaper.IWallpaperEngine$Stub$Proxy
5545android.service.wallpaper.IWallpaperEngine$Stub
5546android.service.wallpaper.IWallpaperEngine
5547android.service.wallpaper.IWallpaperService$Stub$Proxy
5548android.service.wallpaper.IWallpaperService$Stub
5549android.service.wallpaper.IWallpaperService
art-benchmark-serviced5115932020-02-25 17:55:03 -08005550android.service.watchdog.ExplicitHealthCheckService$PackageConfig$1
5551android.service.watchdog.ExplicitHealthCheckService$PackageConfig
5552android.service.watchdog.IExplicitHealthCheckService$Stub$Proxy
5553android.service.watchdog.IExplicitHealthCheckService$Stub
5554android.service.watchdog.IExplicitHealthCheckService
5555android.speech.SpeechRecognizer
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07005556android.speech.tts.ITextToSpeechCallback$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08005557android.speech.tts.ITextToSpeechCallback
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07005558android.speech.tts.ITextToSpeechService$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08005559android.speech.tts.ITextToSpeechService
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07005560android.speech.tts.TextToSpeech$Action
Calin Juravle00b23d32019-03-08 17:52:20 -08005561android.speech.tts.TextToSpeech$Connection
art-benchmark-serviced5115932020-02-25 17:55:03 -08005562android.speech.tts.TextToSpeech$EngineInfo
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07005563android.speech.tts.TextToSpeech$OnInitListener
Calin Juravle00b23d32019-03-08 17:52:20 -08005564android.speech.tts.TextToSpeech
art-benchmark-serviced5115932020-02-25 17:55:03 -08005565android.speech.tts.TtsEngines$EngineInfoComparator
Calin Juravle4a054192018-05-29 17:52:20 -07005566android.speech.tts.TtsEngines
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005567android.stats.devicepolicy.nano.StringList
art-benchmark-serviced5115932020-02-25 17:55:03 -08005568android.sysprop.-$$Lambda$TelephonyProperties$0Zy6hglFVc-K9jiJWmuHmilIMkY
5569android.sysprop.-$$Lambda$TelephonyProperties$2V_2ZQoGHfOIfKo_A8Ss547oL-c
5570android.sysprop.-$$Lambda$TelephonyProperties$BfPaTA0e9gauJmR4vGNCDkGZ3uc
5571android.sysprop.-$$Lambda$TelephonyProperties$EV4LSOwY7Dsh1rJalZDLmnGJw5I
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005572android.sysprop.-$$Lambda$TelephonyProperties$H4jN0VIBNpZQBeWYt6qS3DCe_M8
art-benchmark-serviced5115932020-02-25 17:55:03 -08005573android.sysprop.-$$Lambda$TelephonyProperties$JNTRmlscGaFlYo_3krOr_WWd2QI
5574android.sysprop.-$$Lambda$TelephonyProperties$UKEfAuJVPm5cKR_UnPj1L66mN34
5575android.sysprop.-$$Lambda$TelephonyProperties$VtSZ_Uto4bMa49ncgAfdWewMFOU
5576android.sysprop.-$$Lambda$TelephonyProperties$dc-CgjsF3BtDxLSSKL5bQ9ullG0
5577android.sysprop.-$$Lambda$TelephonyProperties$fdR0mRnJd3OymvjDc_MI1AHnMwc
5578android.sysprop.-$$Lambda$TelephonyProperties$iJa3afMQmWbO1DX4jS9zkcOKZlY
5579android.sysprop.-$$Lambda$TelephonyProperties$kCQNtMqtfi6MMlFLqtIufNXwOS8
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005580android.sysprop.-$$Lambda$TelephonyProperties$kemQbl44ndTqXdQVvnYppJuQboQ
art-benchmark-serviced5115932020-02-25 17:55:03 -08005581android.sysprop.-$$Lambda$TelephonyProperties$rKoNB08X7R8OCPq-VDCWDOm3lDM
5582android.sysprop.-$$Lambda$TelephonyProperties$yK9cdPdkKXdcfM9Ey52BIE31a5M
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005583android.sysprop.AdbProperties
art-benchmark-serviced5115932020-02-25 17:55:03 -08005584android.sysprop.ApexProperties
5585android.sysprop.ContactsProperties
Calin Juravle36829e52019-04-10 19:07:47 -07005586android.sysprop.CryptoProperties$state_values
5587android.sysprop.CryptoProperties$type_values
Calin Juravle00b23d32019-03-08 17:52:20 -08005588android.sysprop.CryptoProperties
5589android.sysprop.DisplayProperties
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005590android.sysprop.TelephonyProperties
art-benchmark-serviced5115932020-02-25 17:55:03 -08005591android.sysprop.VndkProperties
Calin Juravle00b23d32019-03-08 17:52:20 -08005592android.sysprop.VoldProperties
Andreas Gampe61e7b662015-06-17 23:57:04 -07005593android.system.ErrnoException
Andreas Gampedcad4ca2014-10-03 02:00:29 +00005594android.system.GaiException
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07005595android.system.Int32Ref
5596android.system.Int64Ref
Andreas Gampe61e7b662015-06-17 23:57:04 -07005597android.system.NetlinkSocketAddress
Andreas Gampedcad4ca2014-10-03 02:00:29 +00005598android.system.Os
5599android.system.OsConstants
Andreas Gampe61e7b662015-06-17 23:57:04 -07005600android.system.PacketSocketAddress
Andreas Gampedcad4ca2014-10-03 02:00:29 +00005601android.system.StructAddrinfo
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07005602android.system.StructCapUserData
5603android.system.StructCapUserHeader
Andreas Gampedcad4ca2014-10-03 02:00:29 +00005604android.system.StructGroupReq
Andreas Gampe0db10fd2017-02-01 15:57:57 -08005605android.system.StructIfaddrs
Andreas Gampedcad4ca2014-10-03 02:00:29 +00005606android.system.StructLinger
5607android.system.StructPasswd
5608android.system.StructPollfd
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005609android.system.StructRlimit
Andreas Gampe61e7b662015-06-17 23:57:04 -07005610android.system.StructStat
Andreas Gampedcad4ca2014-10-03 02:00:29 +00005611android.system.StructStatVfs
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07005612android.system.StructTimespec
Andreas Gampedcad4ca2014-10-03 02:00:29 +00005613android.system.StructTimeval
5614android.system.StructUcred
5615android.system.StructUtsname
Andreas Gampe571fc302016-02-18 13:58:09 -08005616android.system.UnixSocketAddress
art-benchmark-serviced5115932020-02-25 17:55:03 -08005617android.system.suspend.ISuspendControlService$Stub$Proxy
5618android.system.suspend.ISuspendControlService$Stub
5619android.system.suspend.ISuspendControlService
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005620android.system.suspend.WakeLockInfo$1
5621android.system.suspend.WakeLockInfo
5622android.telecom.-$$Lambda$cyYWqCYT05eM23eLVm4oQ5DrYjw
5623android.telecom.-$$Lambda$qa4s1Fm2YuohEunaJUJcmJXDXG0
5624android.telecom.AudioState$1
5625android.telecom.AudioState
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07005626android.telecom.CallAudioState$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005627android.telecom.CallAudioState
art-benchmark-serviced5115932020-02-25 17:55:03 -08005628android.telecom.CallerInfo
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005629android.telecom.Conference$Listener
5630android.telecom.Conference
5631android.telecom.Conferenceable
5632android.telecom.Connection$FailureSignalingConnection
5633android.telecom.Connection$Listener
art-benchmark-serviced5115932020-02-25 17:55:03 -08005634android.telecom.Connection$VideoProvider
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005635android.telecom.Connection
5636android.telecom.ConnectionRequest$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08005637android.telecom.ConnectionRequest$Builder
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005638android.telecom.ConnectionRequest
5639android.telecom.ConnectionService$1
5640android.telecom.ConnectionService$2
5641android.telecom.ConnectionService$3
5642android.telecom.ConnectionService$4
5643android.telecom.ConnectionService$5
5644android.telecom.ConnectionService
5645android.telecom.ConnectionServiceAdapter
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07005646android.telecom.DefaultDialerManager
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07005647android.telecom.DisconnectCause$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005648android.telecom.DisconnectCause
Calin Juravle00b23d32019-03-08 17:52:20 -08005649android.telecom.Log
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005650android.telecom.Logging.-$$Lambda$L5F_SL2jOCUETYvgdB36aGwY50E
5651android.telecom.Logging.-$$Lambda$SessionManager$VyH2gT1EjIvzDy_C9JfTT60CISM
5652android.telecom.Logging.-$$Lambda$SessionManager$hhtZwTEbvO-fLNlAvB6Do9_2gW4
5653android.telecom.Logging.EventManager$Event
5654android.telecom.Logging.EventManager$EventListener
5655android.telecom.Logging.EventManager$EventRecord
art-benchmark-serviced5115932020-02-25 17:55:03 -08005656android.telecom.Logging.EventManager$Loggable
5657android.telecom.Logging.EventManager$TimedEventPair
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005658android.telecom.Logging.EventManager
5659android.telecom.Logging.Runnable$1
5660android.telecom.Logging.Runnable
5661android.telecom.Logging.Session$Info$1
5662android.telecom.Logging.Session$Info
5663android.telecom.Logging.Session
5664android.telecom.Logging.SessionManager$ICurrentThreadId
5665android.telecom.Logging.SessionManager$ISessionCleanupTimeoutMs
5666android.telecom.Logging.SessionManager$ISessionIdQueryHandler
5667android.telecom.Logging.SessionManager$ISessionListener
5668android.telecom.Logging.SessionManager
art-benchmark-serviced5115932020-02-25 17:55:03 -08005669android.telecom.ParcelableCall$1
5670android.telecom.ParcelableCall
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005671android.telecom.ParcelableConference$1
5672android.telecom.ParcelableConference
5673android.telecom.ParcelableConnection$1
5674android.telecom.ParcelableConnection
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07005675android.telecom.PhoneAccount$1
Calin Juravle00b23d32019-03-08 17:52:20 -08005676android.telecom.PhoneAccount$Builder
5677android.telecom.PhoneAccount
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07005678android.telecom.PhoneAccountHandle$1
Calin Juravle00b23d32019-03-08 17:52:20 -08005679android.telecom.PhoneAccountHandle
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005680android.telecom.RemoteConnectionManager
5681android.telecom.StatusHints$1
5682android.telecom.StatusHints
art-benchmark-serviced5115932020-02-25 17:55:03 -08005683android.telecom.TelecomAnalytics$1
5684android.telecom.TelecomAnalytics$SessionTiming$1
5685android.telecom.TelecomAnalytics
Andreas Gampe61e7b662015-06-17 23:57:04 -07005686android.telecom.TelecomManager
art-benchmark-serviced5115932020-02-25 17:55:03 -08005687android.telecom.TimedEvent
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07005688android.telecom.VideoProfile$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005689android.telecom.VideoProfile
5690android.telephony.-$$Lambda$DataFailCause$djkZSxdG-s-w2L5rQKiGu6OudyY
5691android.telephony.-$$Lambda$MLKtmRGKP3e0WU7x_KyS5-Vg8q4
5692android.telephony.-$$Lambda$NetworkRegistrationInfo$1JuZmO5PoYGZY8bHhZYwvmqwOB0
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005693android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$1M3m0i6211i2YjWyTDT7l0bJm3I
art-benchmark-serviced5115932020-02-25 17:55:03 -08005694android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$1uNdvGRe99lTurQeP2pTQkZS7Vs
5695android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$2XBMUIj05jt4Xm08XAsE57q5gCc
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005696android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$2cMrwdqnKBpixpApeIX38rmRLak
art-benchmark-serviced5115932020-02-25 17:55:03 -08005697android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$3AYVJXME-0OB4yixqaI-xr5L60o
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005698android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$4NHt5Shg_DHV-T1IxfcQLHP5-j0
art-benchmark-serviced5115932020-02-25 17:55:03 -08005699android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$5J-sdvem6pUpdVwRdm8IbDhvuv8
5700android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$5Uf5OZWCyPD0lZtySzbYw18FWhU
5701android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$5rF2IFj8mrb7uZc0HMKiuCodUn0
5702android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$5uu-05j4ojTh9mEHkN-ynQqQRGM
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005703android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$6czWSGzxct0CXPVO54T0aq05qls
art-benchmark-serviced5115932020-02-25 17:55:03 -08005704android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$7gZpRKvFmk92UeW5ehgYjTU1VJo
5705android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$BEnQPWSMGANn8JYkd7Z9ykD6hTU
5706android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$BJFxSgUMHRSttswNjrMRkS82g_c
5707android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$BmipTxlu2pSFr1wevj-6L899tUY
5708android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$D3Qz69humkpMXm7JAHU36dMvoyY
5709android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$DrpO57uI0Rz8zN_EPJ4-5BrkiWs
5710android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$E9hw_LXFliykadzCB_mw8nukNGI
5711android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$F-YGB2a8GrHG6CB17lzASQZXVHI
5712android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$FBJGFGXoSvidKfm50cEzC3i9rVk
5713android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$HEcWn-J1WRb0wLERu2qoMIZDfjY
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005714android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$Hbn6-eZxY2p3rjOfStodI04A8E8
art-benchmark-serviced5115932020-02-25 17:55:03 -08005715android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$IU278K5QbmReF-mbpcNVAvVlhFI
5716android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$LLJobItLwgTRjD_KrTiT4U-xUz0
5717android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$M39is_Zyt8D7Camw2NS4EGTDn-s
5718android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$MtX5gtAKHxLcUp_ibya6VO1zuoE
5719android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$NjMtWvO8dQakD688KRREWiYI4JI
5720android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$OfwFKKtcQHRmtv70FCopw6FDAAU
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005721android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$Q2A8FgYlU8_D6PD78tThGut_rTc
art-benchmark-serviced5115932020-02-25 17:55:03 -08005722android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$RC2x2ijetA-pQrLa4QakzMBjh_k
5723android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$Rh4FuYaAZPAbrOYr6GGF6llSePE
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005724android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$TqrkuLPlaG_ucU7VbLS4tnf8hG8
art-benchmark-serviced5115932020-02-25 17:55:03 -08005725android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$VCD7izkh9A_sRz9zMUPYy-TktLo
5726android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$W65ui1dCCc-JnQa7gon1I7Bz7Sk
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005727android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$WYWtWHdkZDxBd9anjoxyZozPWHc
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005728android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$YY3srkIkMm8vTSFJZHoiKzUUrGs
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005729android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$bELzxgwsPigyVKYkAXBO2BjcSm8
art-benchmark-serviced5115932020-02-25 17:55:03 -08005730android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$hxq77a5O_MUfoptHg15ipzFvMkI
5731android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$icX71zgNszuMfnDaCmahcqWacFM
5732android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$j6NpsS_PE3VHutxIDEmwFHop7Yc
5733android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$jNtyZYh5ZAuvyDZA_6f30zhW_dI
5734android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$jTFXkqSnWC3uzh7LwzUV3m1AFOQ
5735android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$jclAV5yU3RtV94suRvvhafvGuhw
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005736android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$jlNX9JiqGSNg9W49vDcKucKdeCI
art-benchmark-serviced5115932020-02-25 17:55:03 -08005737android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$l57DgyMDrONq3sajd_dBE967ClU
5738android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$lP7_Xy6P82nXGbUQ_ZUY6rZR4bI
5739android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$mezBWc8HrQF0w9M2UHZzIjv5b5A
5740android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$nR7W5ox6SCgPxtH9IRcENwKeFI4
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005741android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$nrGqSRBJrc3_EwotCDNwfKeizIo
art-benchmark-serviced5115932020-02-25 17:55:03 -08005742android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$nxFDy8UzMc58xiN0nXxhJfBQdMI
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005743android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$oDAZqs8paeefe_3k_uRKV5plQW4
5744android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$okPCYOx4UxYuvUHlM2iS425QGIg
art-benchmark-serviced5115932020-02-25 17:55:03 -08005745android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$pLr-IfJJu1u_YG6I5LI0iHTuBi0
5746android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$r8YFiJlM_z19hwrY4PtaILOH2wA
5747android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$t2gWJ_jA36kAdNXSmlzw85aU-tM
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005748android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$uC5syhzl229gIpaK7Jfs__OCJxQ
art-benchmark-serviced5115932020-02-25 17:55:03 -08005749android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$vWj6-S8LaQStcrOXYYPgkxQlFg0
5750android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$xyyTM70Sla35xFO0mn4N0yCuKGY
5751android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$y-tK7my_uXPo_oQ7AytfnekGEbU
5752android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$yGF2cJtJjwhRqDU8M4yzwgROulY
5753android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$ygzOWFRiY4sZQ4WYUPIefqgiGvM
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005754android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$yvQnAlFGg5EWDG2vcA9X-4xnalA
art-benchmark-serviced5115932020-02-25 17:55:03 -08005755android.telephony.-$$Lambda$SubscriptionManager$D5_PmvQ13e0qLtSnBvNd4R7l2qA
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005756android.telephony.-$$Lambda$SubscriptionManager$R_uORt9bKcmEo6JnjiGP2KgjIOQ
5757android.telephony.-$$Lambda$TelephonyFrameworkInitializer$3Kis6wL1IbLustWe9A2o4-2YpGo
5758android.telephony.-$$Lambda$TelephonyFrameworkInitializer$MLDtRnX1dj1RKFdjgIsOvcQxhA0
5759android.telephony.-$$Lambda$TelephonyFrameworkInitializer$b_92_3ZijRrdEa9yLyFA5xu19OM
5760android.telephony.-$$Lambda$TelephonyFrameworkInitializer$mpe0Kh92VEQmEtmo60oqykdvnBE
art-benchmark-service56aece62020-02-10 17:58:03 -08005761android.telephony.-$$Lambda$TelephonyFrameworkInitializer$o3geRfUaRT9tnqKKZbu1EbUxw4Q
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005762android.telephony.-$$Lambda$TelephonyFrameworkInitializer$sQClc4rjc9ydh0nXpY79gr33av4
art-benchmark-serviced5115932020-02-25 17:55:03 -08005763android.telephony.-$$Lambda$TelephonyManager$2$l6Pazxfi7QghMr2Z0MpduhNe6yc
5764android.telephony.-$$Lambda$TelephonyRegistryManager$1$cLzLZB4oGnI-HG_-4MhxcXoHys8
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005765android.telephony.AccessNetworkConstants$AccessNetworkType
Calin Juravle00b23d32019-03-08 17:52:20 -08005766android.telephony.AccessNetworkConstants$TransportType
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005767android.telephony.AccessNetworkConstants
5768android.telephony.AccessNetworkUtils
5769android.telephony.AnomalyReporter
art-benchmark-serviced5115932020-02-25 17:55:03 -08005770android.telephony.AvailableNetworkInfo
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005771android.telephony.CallAttributes$1
5772android.telephony.CallAttributes
5773android.telephony.CallQuality$1
5774android.telephony.CallQuality
Calin Juravle00b23d32019-03-08 17:52:20 -08005775android.telephony.CarrierConfigManager$Gps
Andreas Gampe61e7b662015-06-17 23:57:04 -07005776android.telephony.CarrierConfigManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005777android.telephony.CarrierRestrictionRules$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08005778android.telephony.CarrierRestrictionRules$Builder
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005779android.telephony.CarrierRestrictionRules
5780android.telephony.CellConfigLte$1
5781android.telephony.CellConfigLte
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07005782android.telephony.CellIdentity$1
Calin Juravle00b23d32019-03-08 17:52:20 -08005783android.telephony.CellIdentity
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005784android.telephony.CellIdentityCdma$1
5785android.telephony.CellIdentityCdma
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07005786android.telephony.CellIdentityGsm$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005787android.telephony.CellIdentityGsm
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07005788android.telephony.CellIdentityLte$1
Calin Juravle00b23d32019-03-08 17:52:20 -08005789android.telephony.CellIdentityLte
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005790android.telephony.CellIdentityNr$1
5791android.telephony.CellIdentityNr
5792android.telephony.CellIdentityTdscdma$1
5793android.telephony.CellIdentityTdscdma
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07005794android.telephony.CellIdentityWcdma$1
Calin Juravle00b23d32019-03-08 17:52:20 -08005795android.telephony.CellIdentityWcdma
Mathieu Chartierba2c0462017-05-19 16:41:46 -07005796android.telephony.CellInfo$1
Calin Juravle00b23d32019-03-08 17:52:20 -08005797android.telephony.CellInfo
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005798android.telephony.CellInfoCdma$1
5799android.telephony.CellInfoCdma
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07005800android.telephony.CellInfoGsm$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005801android.telephony.CellInfoGsm
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07005802android.telephony.CellInfoLte$1
Calin Juravle00b23d32019-03-08 17:52:20 -08005803android.telephony.CellInfoLte
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005804android.telephony.CellInfoNr$1
5805android.telephony.CellInfoNr
5806android.telephony.CellInfoTdscdma$1
5807android.telephony.CellInfoTdscdma
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07005808android.telephony.CellInfoWcdma$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005809android.telephony.CellInfoWcdma
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07005810android.telephony.CellLocation
Calin Juravle4a054192018-05-29 17:52:20 -07005811android.telephony.CellSignalStrength
Calin Juravle00b23d32019-03-08 17:52:20 -08005812android.telephony.CellSignalStrengthCdma$1
5813android.telephony.CellSignalStrengthCdma
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07005814android.telephony.CellSignalStrengthGsm$1
Calin Juravle00b23d32019-03-08 17:52:20 -08005815android.telephony.CellSignalStrengthGsm
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07005816android.telephony.CellSignalStrengthLte$1
Calin Juravle00b23d32019-03-08 17:52:20 -08005817android.telephony.CellSignalStrengthLte
5818android.telephony.CellSignalStrengthNr$1
5819android.telephony.CellSignalStrengthNr
5820android.telephony.CellSignalStrengthTdscdma$1
5821android.telephony.CellSignalStrengthTdscdma
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07005822android.telephony.CellSignalStrengthWcdma$1
Calin Juravle00b23d32019-03-08 17:52:20 -08005823android.telephony.CellSignalStrengthWcdma
5824android.telephony.ClientRequestStats$1
5825android.telephony.ClientRequestStats
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005826android.telephony.DataConnectionRealTimeInfo$1
5827android.telephony.DataConnectionRealTimeInfo
5828android.telephony.DataFailCause$1
5829android.telephony.DataFailCause
Calin Juravle36829e52019-04-10 19:07:47 -07005830android.telephony.DataSpecificRegistrationInfo$1
5831android.telephony.DataSpecificRegistrationInfo
art-benchmark-serviced5115932020-02-25 17:55:03 -08005832android.telephony.DisconnectCause
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005833android.telephony.ICellInfoCallback$Stub$Proxy
5834android.telephony.ICellInfoCallback$Stub
5835android.telephony.ICellInfoCallback
5836android.telephony.INetworkService$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08005837android.telephony.INetworkService$Stub
5838android.telephony.INetworkService
art-benchmark-serviced5115932020-02-25 17:55:03 -08005839android.telephony.INetworkServiceCallback$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08005840android.telephony.INetworkServiceCallback$Stub
5841android.telephony.INetworkServiceCallback
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005842android.telephony.IccOpenLogicalChannelResponse$1
5843android.telephony.IccOpenLogicalChannelResponse
5844android.telephony.ImsiEncryptionInfo$1
5845android.telephony.ImsiEncryptionInfo
5846android.telephony.JapanesePhoneNumberFormatter
5847android.telephony.LocationAccessPolicy$LocationPermissionQuery$Builder
5848android.telephony.LocationAccessPolicy$LocationPermissionQuery
5849android.telephony.LocationAccessPolicy$LocationPermissionResult
Calin Juravle00b23d32019-03-08 17:52:20 -08005850android.telephony.LocationAccessPolicy
5851android.telephony.LteVopsSupportInfo$1
5852android.telephony.LteVopsSupportInfo
art-benchmark-serviced5115932020-02-25 17:55:03 -08005853android.telephony.MmsManager
Calin Juravle4a054192018-05-29 17:52:20 -07005854android.telephony.ModemActivityInfo$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005855android.telephony.ModemActivityInfo$TransmitPower
Calin Juravle00b23d32019-03-08 17:52:20 -08005856android.telephony.ModemActivityInfo
art-benchmark-serviced5115932020-02-25 17:55:03 -08005857android.telephony.ModemInfo$1
5858android.telephony.ModemInfo
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005859android.telephony.NeighboringCellInfo$1
5860android.telephony.NeighboringCellInfo
Calin Juravle36829e52019-04-10 19:07:47 -07005861android.telephony.NetworkRegistrationInfo$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005862android.telephony.NetworkRegistrationInfo$Builder
Calin Juravle36829e52019-04-10 19:07:47 -07005863android.telephony.NetworkRegistrationInfo
art-benchmark-serviced5115932020-02-25 17:55:03 -08005864android.telephony.NetworkScan
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005865android.telephony.NetworkScanRequest$1
5866android.telephony.NetworkScanRequest
Calin Juravle00b23d32019-03-08 17:52:20 -08005867android.telephony.NetworkService$INetworkServiceWrapper
5868android.telephony.NetworkService$NetworkServiceHandler
5869android.telephony.NetworkService$NetworkServiceProvider
5870android.telephony.NetworkService
5871android.telephony.NetworkServiceCallback
art-benchmark-serviced5115932020-02-25 17:55:03 -08005872android.telephony.NumberVerificationCallback
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005873android.telephony.PackageChangeReceiver
Calin Juravle00b23d32019-03-08 17:52:20 -08005874android.telephony.PhoneCapability$1
5875android.telephony.PhoneCapability
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005876android.telephony.PhoneNumberRange$1
5877android.telephony.PhoneNumberRange
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07005878android.telephony.PhoneNumberUtils
Mathieu Chartierba2c0462017-05-19 16:41:46 -07005879android.telephony.PhoneStateListener$IPhoneStateListenerStub
Calin Juravle00b23d32019-03-08 17:52:20 -08005880android.telephony.PhoneStateListener
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005881android.telephony.PhysicalChannelConfig$1
5882android.telephony.PhysicalChannelConfig$Builder
5883android.telephony.PhysicalChannelConfig
5884android.telephony.PreciseCallState$1
5885android.telephony.PreciseCallState
5886android.telephony.PreciseDataConnectionState$1
5887android.telephony.PreciseDataConnectionState
Calin Juravle00b23d32019-03-08 17:52:20 -08005888android.telephony.RadioAccessFamily$1
5889android.telephony.RadioAccessFamily
art-benchmark-serviced5115932020-02-25 17:55:03 -08005890android.telephony.RadioAccessSpecifier
Kenny Root9787b802013-04-26 12:53:57 -07005891android.telephony.Rlog
Mathieu Chartierba2c0462017-05-19 16:41:46 -07005892android.telephony.ServiceState$1
Calin Juravle00b23d32019-03-08 17:52:20 -08005893android.telephony.ServiceState
Mathieu Chartierba2c0462017-05-19 16:41:46 -07005894android.telephony.SignalStrength$1
Calin Juravle00b23d32019-03-08 17:52:20 -08005895android.telephony.SignalStrength
art-benchmark-serviced5115932020-02-25 17:55:03 -08005896android.telephony.SmsCbCmasInfo
5897android.telephony.SmsCbEtwsInfo
5898android.telephony.SmsCbLocation
5899android.telephony.SmsCbMessage
Calin Juravle4a054192018-05-29 17:52:20 -07005900android.telephony.SmsManager
art-benchmark-serviced5115932020-02-25 17:55:03 -08005901android.telephony.SmsMessage$1
5902android.telephony.SmsMessage$MessageClass
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005903android.telephony.SmsMessage
Mathieu Chartierba2c0462017-05-19 16:41:46 -07005904android.telephony.SubscriptionInfo$1
Calin Juravle00b23d32019-03-08 17:52:20 -08005905android.telephony.SubscriptionInfo
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005906android.telephony.SubscriptionManager$OnOpportunisticSubscriptionsChangedListener
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07005907android.telephony.SubscriptionManager$OnSubscriptionsChangedListener$OnSubscriptionsChangedListenerHandler
Calin Juravle00b23d32019-03-08 17:52:20 -08005908android.telephony.SubscriptionManager$OnSubscriptionsChangedListener
5909android.telephony.SubscriptionManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005910android.telephony.SubscriptionPlan$1
5911android.telephony.SubscriptionPlan
5912android.telephony.TelephonyFrameworkInitializer
Calin Juravle00b23d32019-03-08 17:52:20 -08005913android.telephony.TelephonyHistogram$1
5914android.telephony.TelephonyHistogram
art-benchmark-serviced5115932020-02-25 17:55:03 -08005915android.telephony.TelephonyManager$1
5916android.telephony.TelephonyManager$2
Calin Juravle00b23d32019-03-08 17:52:20 -08005917android.telephony.TelephonyManager$5
Calin Juravle36829e52019-04-10 19:07:47 -07005918android.telephony.TelephonyManager$7
art-benchmark-serviced5115932020-02-25 17:55:03 -08005919android.telephony.TelephonyManager$CellInfoCallback
Calin Juravle00b23d32019-03-08 17:52:20 -08005920android.telephony.TelephonyManager$MultiSimVariants
art-benchmark-serviced5115932020-02-25 17:55:03 -08005921android.telephony.TelephonyManager$UssdResponseCallback
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08005922android.telephony.TelephonyManager
art-benchmark-serviced5115932020-02-25 17:55:03 -08005923android.telephony.TelephonyRegistryManager$1
5924android.telephony.TelephonyRegistryManager$2
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005925android.telephony.TelephonyRegistryManager
art-benchmark-serviced5115932020-02-25 17:55:03 -08005926android.telephony.TelephonyScanManager$NetworkScanCallback
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07005927android.telephony.UiccAccessRule$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005928android.telephony.UiccAccessRule
5929android.telephony.UiccCardInfo$1
5930android.telephony.UiccCardInfo
Calin Juravle00b23d32019-03-08 17:52:20 -08005931android.telephony.UiccSlotInfo$1
5932android.telephony.UiccSlotInfo
art-benchmark-serviced5115932020-02-25 17:55:03 -08005933android.telephony.UssdResponse
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005934android.telephony.VisualVoicemailSmsFilterSettings$1
5935android.telephony.VisualVoicemailSmsFilterSettings$Builder
5936android.telephony.VisualVoicemailSmsFilterSettings
Calin Juravle36829e52019-04-10 19:07:47 -07005937android.telephony.VoiceSpecificRegistrationInfo$1
5938android.telephony.VoiceSpecificRegistrationInfo
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005939android.telephony.cdma.CdmaCellLocation
Calin Juravle00b23d32019-03-08 17:52:20 -08005940android.telephony.data.ApnSetting$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005941android.telephony.data.ApnSetting$Builder
Calin Juravle00b23d32019-03-08 17:52:20 -08005942android.telephony.data.ApnSetting
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005943android.telephony.data.DataCallResponse$1
5944android.telephony.data.DataCallResponse
5945android.telephony.data.DataProfile$1
5946android.telephony.data.DataProfile$Builder
5947android.telephony.data.DataProfile
5948android.telephony.data.DataService$DataCallListChangedIndication
Calin Juravle00b23d32019-03-08 17:52:20 -08005949android.telephony.data.DataService$DataServiceHandler
5950android.telephony.data.DataService$DataServiceProvider
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005951android.telephony.data.DataService$DeactivateDataCallRequest
Calin Juravle00b23d32019-03-08 17:52:20 -08005952android.telephony.data.DataService$IDataServiceWrapper
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005953android.telephony.data.DataService$SetDataProfileRequest
5954android.telephony.data.DataService$SetInitialAttachApnRequest
5955android.telephony.data.DataService$SetupDataCallRequest
Calin Juravle00b23d32019-03-08 17:52:20 -08005956android.telephony.data.DataService
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005957android.telephony.data.DataServiceCallback
5958android.telephony.data.IDataService$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08005959android.telephony.data.IDataService$Stub
5960android.telephony.data.IDataService
art-benchmark-serviced5115932020-02-25 17:55:03 -08005961android.telephony.data.IDataServiceCallback$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08005962android.telephony.data.IDataServiceCallback$Stub
5963android.telephony.data.IDataServiceCallback
art-benchmark-serviced5115932020-02-25 17:55:03 -08005964android.telephony.data.IQualifiedNetworksService$Stub$Proxy
5965android.telephony.data.IQualifiedNetworksService$Stub
5966android.telephony.data.IQualifiedNetworksService
5967android.telephony.data.IQualifiedNetworksServiceCallback$Stub$Proxy
5968android.telephony.data.IQualifiedNetworksServiceCallback$Stub
5969android.telephony.data.IQualifiedNetworksServiceCallback
Calin Juravle00b23d32019-03-08 17:52:20 -08005970android.telephony.emergency.EmergencyNumber$1
5971android.telephony.emergency.EmergencyNumber
art-benchmark-serviced5115932020-02-25 17:55:03 -08005972android.telephony.euicc.DownloadableSubscription
5973android.telephony.euicc.EuiccCardManager$13
5974android.telephony.euicc.EuiccCardManager$1
5975android.telephony.euicc.EuiccCardManager$ResultCallback
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07005976android.telephony.euicc.EuiccCardManager
art-benchmark-serviced5115932020-02-25 17:55:03 -08005977android.telephony.euicc.EuiccInfo
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07005978android.telephony.euicc.EuiccManager
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07005979android.telephony.gsm.GsmCellLocation
Calin Juravle00b23d32019-03-08 17:52:20 -08005980android.telephony.ims.-$$Lambda$ImsMmTelManager$CapabilityCallback$CapabilityBinder$4YNlUy9HsD02E7Sbv2VeVtbao08
Calin Juravle00b23d32019-03-08 17:52:20 -08005981android.telephony.ims.-$$Lambda$ProvisioningManager$Callback$CallbackBinder$R_8jXQuOM7aV7dIwYBzcWwV-YpM
art-benchmark-serviced5115932020-02-25 17:55:03 -08005982android.telephony.ims.-$$Lambda$RegistrationManager$RegistrationCallback$RegistrationBinder$APeqso3VzZZ0eUf5slP1k5xoCME
5983android.telephony.ims.-$$Lambda$RegistrationManager$RegistrationCallback$RegistrationBinder$DX_-dWIBwwX2oqDoRnq49RndG7s
5984android.telephony.ims.-$$Lambda$RegistrationManager$RegistrationCallback$RegistrationBinder$uTxkp6C02qJxic1W_dkZRCQ6aRw
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005985android.telephony.ims.ImsCallForwardInfo$1
5986android.telephony.ims.ImsCallForwardInfo
5987android.telephony.ims.ImsCallProfile$1
5988android.telephony.ims.ImsCallProfile
5989android.telephony.ims.ImsException
5990android.telephony.ims.ImsExternalCallState$1
5991android.telephony.ims.ImsExternalCallState
art-benchmark-service35aba412020-02-03 11:53:25 -08005992android.telephony.ims.ImsManager
art-benchmark-serviced5115932020-02-25 17:55:03 -08005993android.telephony.ims.ImsMmTelManager$3
Calin Juravle00b23d32019-03-08 17:52:20 -08005994android.telephony.ims.ImsMmTelManager$CapabilityCallback$CapabilityBinder
5995android.telephony.ims.ImsMmTelManager$CapabilityCallback
Calin Juravle00b23d32019-03-08 17:52:20 -08005996android.telephony.ims.ImsMmTelManager$RegistrationCallback
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005997android.telephony.ims.ImsMmTelManager
Calin Juravle00b23d32019-03-08 17:52:20 -08005998android.telephony.ims.ImsReasonInfo$1
5999android.telephony.ims.ImsReasonInfo
6000android.telephony.ims.ImsService$1
6001android.telephony.ims.ImsService$Listener
6002android.telephony.ims.ImsService
art-benchmark-serviced5115932020-02-25 17:55:03 -08006003android.telephony.ims.ImsSsData
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006004android.telephony.ims.ImsSsInfo$1
6005android.telephony.ims.ImsSsInfo
Calin Juravle00b23d32019-03-08 17:52:20 -08006006android.telephony.ims.ImsUtListener
6007android.telephony.ims.ProvisioningManager$Callback$CallbackBinder
6008android.telephony.ims.ProvisioningManager$Callback
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006009android.telephony.ims.RegistrationManager$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08006010android.telephony.ims.RegistrationManager$RegistrationCallback$RegistrationBinder
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006011android.telephony.ims.RegistrationManager$RegistrationCallback
6012android.telephony.ims.RegistrationManager
6013android.telephony.ims.aidl.IImsCapabilityCallback$Stub$Proxy
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006014android.telephony.ims.aidl.IImsCapabilityCallback$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08006015android.telephony.ims.aidl.IImsCapabilityCallback
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006016android.telephony.ims.aidl.IImsConfig$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08006017android.telephony.ims.aidl.IImsConfig$Stub
6018android.telephony.ims.aidl.IImsConfig
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006019android.telephony.ims.aidl.IImsConfigCallback$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08006020android.telephony.ims.aidl.IImsConfigCallback$Stub
6021android.telephony.ims.aidl.IImsConfigCallback
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006022android.telephony.ims.aidl.IImsMmTelFeature$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08006023android.telephony.ims.aidl.IImsMmTelFeature$Stub
6024android.telephony.ims.aidl.IImsMmTelFeature
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006025android.telephony.ims.aidl.IImsMmTelListener$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08006026android.telephony.ims.aidl.IImsMmTelListener$Stub
6027android.telephony.ims.aidl.IImsMmTelListener
art-benchmark-serviced5115932020-02-25 17:55:03 -08006028android.telephony.ims.aidl.IImsRcsFeature$Stub
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006029android.telephony.ims.aidl.IImsRcsFeature
Calin Juravle00b23d32019-03-08 17:52:20 -08006030android.telephony.ims.aidl.IImsRegistration$Stub
6031android.telephony.ims.aidl.IImsRegistration
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006032android.telephony.ims.aidl.IImsRegistrationCallback$Stub$Proxy
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006033android.telephony.ims.aidl.IImsRegistrationCallback$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08006034android.telephony.ims.aidl.IImsRegistrationCallback
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006035android.telephony.ims.aidl.IImsServiceController$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08006036android.telephony.ims.aidl.IImsServiceController$Stub
6037android.telephony.ims.aidl.IImsServiceController
art-benchmark-serviced5115932020-02-25 17:55:03 -08006038android.telephony.ims.aidl.IImsServiceControllerListener$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08006039android.telephony.ims.aidl.IImsServiceControllerListener$Stub
6040android.telephony.ims.aidl.IImsServiceControllerListener
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006041android.telephony.ims.aidl.IImsSmsListener$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08006042android.telephony.ims.aidl.IImsSmsListener$Stub
6043android.telephony.ims.aidl.IImsSmsListener
art-benchmark-serviced5115932020-02-25 17:55:03 -08006044android.telephony.ims.aidl.IRcsMessage$Stub
6045android.telephony.ims.aidl.IRcsMessage
6046android.telephony.ims.feature.-$$Lambda$ImsFeature$9bLETU1BeS-dFzQnbBBs3kwaz-8
6047android.telephony.ims.feature.-$$Lambda$ImsFeature$rPSMsRhoup9jfT6nt1MV2qhomrM
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006048android.telephony.ims.feature.CapabilityChangeRequest$1
6049android.telephony.ims.feature.CapabilityChangeRequest$CapabilityPair
6050android.telephony.ims.feature.CapabilityChangeRequest
6051android.telephony.ims.feature.ImsFeature$1
6052android.telephony.ims.feature.ImsFeature$2
Calin Juravle00b23d32019-03-08 17:52:20 -08006053android.telephony.ims.feature.ImsFeature$Capabilities
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006054android.telephony.ims.feature.ImsFeature$CapabilityCallbackProxy
Calin Juravle00b23d32019-03-08 17:52:20 -08006055android.telephony.ims.feature.ImsFeature
6056android.telephony.ims.feature.MmTelFeature$1
6057android.telephony.ims.feature.MmTelFeature$Listener
6058android.telephony.ims.feature.MmTelFeature$MmTelCapabilities
6059android.telephony.ims.feature.MmTelFeature
6060android.telephony.ims.stub.-$$Lambda$ImsConfigImplBase$yL4863k-FoQyqg_FX2mWsLMqbyA
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006061android.telephony.ims.stub.-$$Lambda$ImsRegistrationImplBase$cWwTXSDsk-bWPbsDJYI--DUBMnE
6062android.telephony.ims.stub.-$$Lambda$ImsRegistrationImplBase$s7PspXVbCf1Q_WSzodP2glP9TjI
6063android.telephony.ims.stub.-$$Lambda$ImsRegistrationImplBase$sbjuTvW-brOSWMR74UInSZEIQB0
6064android.telephony.ims.stub.-$$Lambda$ImsRegistrationImplBase$wwtkoeOtGwMjG5I0-ZTfjNpGU-s
art-benchmark-serviced5115932020-02-25 17:55:03 -08006065android.telephony.ims.stub.ImsCallSessionImplBase
Calin Juravle00b23d32019-03-08 17:52:20 -08006066android.telephony.ims.stub.ImsConfigImplBase$ImsConfigStub
6067android.telephony.ims.stub.ImsConfigImplBase
6068android.telephony.ims.stub.ImsEcbmImplBase$1
6069android.telephony.ims.stub.ImsEcbmImplBase
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006070android.telephony.ims.stub.ImsFeatureConfiguration$1
Calin Juravle00b23d32019-03-08 17:52:20 -08006071android.telephony.ims.stub.ImsFeatureConfiguration$FeatureSlotPair
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006072android.telephony.ims.stub.ImsFeatureConfiguration
Calin Juravle00b23d32019-03-08 17:52:20 -08006073android.telephony.ims.stub.ImsMultiEndpointImplBase$1
6074android.telephony.ims.stub.ImsMultiEndpointImplBase
6075android.telephony.ims.stub.ImsRegistrationImplBase$1
6076android.telephony.ims.stub.ImsRegistrationImplBase
6077android.telephony.ims.stub.ImsSmsImplBase
6078android.telephony.ims.stub.ImsUtImplBase$1
6079android.telephony.ims.stub.ImsUtImplBase
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006080android.text.AndroidBidi$EmojiBidiOverride
Calin Juravle00b23d32019-03-08 17:52:20 -08006081android.text.AndroidBidi
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08006082android.text.AndroidCharacter
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07006083android.text.Annotation
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006084android.text.AutoGrowArray$ByteArray
6085android.text.AutoGrowArray$FloatArray
6086android.text.AutoGrowArray$IntArray
Calin Juravle00b23d32019-03-08 17:52:20 -08006087android.text.AutoGrowArray
6088android.text.BidiFormatter$DirectionalityEstimator
6089android.text.BidiFormatter
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006090android.text.BoringLayout$Metrics
Calin Juravle00b23d32019-03-08 17:52:20 -08006091android.text.BoringLayout
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006092android.text.CharSequenceCharacterIterator
Andreas Gampe61e7b662015-06-17 23:57:04 -07006093android.text.ClipboardManager
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006094android.text.DynamicLayout$Builder
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006095android.text.DynamicLayout$ChangeWatcher
Calin Juravle00b23d32019-03-08 17:52:20 -08006096android.text.DynamicLayout
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006097android.text.Editable$Factory
Calin Juravle00b23d32019-03-08 17:52:20 -08006098android.text.Editable
Calin Juravle4a054192018-05-29 17:52:20 -07006099android.text.Emoji
Clara Bayarri04d72ab2017-01-10 09:31:51 -08006100android.text.FontConfig$Alias
Clara Bayarri04d72ab2017-01-10 09:31:51 -08006101android.text.FontConfig$Family
6102android.text.FontConfig$Font
Calin Juravle00b23d32019-03-08 17:52:20 -08006103android.text.FontConfig
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006104android.text.GetChars
6105android.text.GraphicsOperations
Mathieu Chartierd62dd932017-09-09 15:19:46 -07006106android.text.Html$HtmlParser
art-benchmark-serviced5115932020-02-25 17:55:03 -08006107android.text.Html$ImageGetter
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006108android.text.Html$TagHandler
Calin Juravle00b23d32019-03-08 17:52:20 -08006109android.text.Html
art-benchmark-serviced5115932020-02-25 17:55:03 -08006110android.text.HtmlToSpannedConverter$Alignment
6111android.text.HtmlToSpannedConverter$Background
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006112android.text.HtmlToSpannedConverter$Big
6113android.text.HtmlToSpannedConverter$Blockquote
6114android.text.HtmlToSpannedConverter$Bold
6115android.text.HtmlToSpannedConverter$Bullet
art-benchmark-serviced5115932020-02-25 17:55:03 -08006116android.text.HtmlToSpannedConverter$Font
6117android.text.HtmlToSpannedConverter$Foreground
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006118android.text.HtmlToSpannedConverter$Heading
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07006119android.text.HtmlToSpannedConverter$Href
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006120android.text.HtmlToSpannedConverter$Italic
6121android.text.HtmlToSpannedConverter$Monospace
art-benchmark-serviced5115932020-02-25 17:55:03 -08006122android.text.HtmlToSpannedConverter$Newline
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006123android.text.HtmlToSpannedConverter$Small
6124android.text.HtmlToSpannedConverter$Strikethrough
6125android.text.HtmlToSpannedConverter$Sub
6126android.text.HtmlToSpannedConverter$Super
6127android.text.HtmlToSpannedConverter$Underline
Calin Juravle00b23d32019-03-08 17:52:20 -08006128android.text.HtmlToSpannedConverter
Andreas Gampe61e7b662015-06-17 23:57:04 -07006129android.text.Hyphenator
Calin Juravle4a054192018-05-29 17:52:20 -07006130android.text.InputFilter$LengthFilter
Calin Juravle00b23d32019-03-08 17:52:20 -08006131android.text.InputFilter
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006132android.text.InputType
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006133android.text.Layout$1
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006134android.text.Layout$Alignment
6135android.text.Layout$Directions
Andreas Gampe859e2782016-04-06 18:37:56 -07006136android.text.Layout$Ellipsizer
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006137android.text.Layout$HorizontalMeasurementProvider
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07006138android.text.Layout$SpannedEllipsizer
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006139android.text.Layout$TabStops
Calin Juravle00b23d32019-03-08 17:52:20 -08006140android.text.Layout
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006141android.text.MeasuredParagraph
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006142android.text.NoCopySpan$Concrete
Calin Juravle00b23d32019-03-08 17:52:20 -08006143android.text.NoCopySpan
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006144android.text.PackedIntVector
6145android.text.PackedObjectVector
6146android.text.ParcelableSpan
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006147android.text.PrecomputedText$ParagraphInfo
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006148android.text.PrecomputedText$Params$Builder
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006149android.text.PrecomputedText$Params
Calin Juravle00b23d32019-03-08 17:52:20 -08006150android.text.PrecomputedText
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006151android.text.Selection$END
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006152android.text.Selection$MEMORY
6153android.text.Selection$MemoryTextWatcher
6154android.text.Selection$PositionIterator
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006155android.text.Selection$START
Calin Juravle00b23d32019-03-08 17:52:20 -08006156android.text.Selection
Kenny Rootdbf30ed2012-09-19 13:08:12 -07006157android.text.SpanSet
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006158android.text.SpanWatcher
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006159android.text.Spannable$Factory
Calin Juravle00b23d32019-03-08 17:52:20 -08006160android.text.Spannable
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006161android.text.SpannableString
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08006162android.text.SpannableStringBuilder
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006163android.text.SpannableStringInternal
6164android.text.Spanned
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08006165android.text.SpannedString
Andreas Gampe61e7b662015-06-17 23:57:04 -07006166android.text.StaticLayout$Builder
6167android.text.StaticLayout$LineBreaks
Calin Juravle00b23d32019-03-08 17:52:20 -08006168android.text.StaticLayout
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04006169android.text.TextDirectionHeuristic
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04006170android.text.TextDirectionHeuristics$AnyStrong
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04006171android.text.TextDirectionHeuristics$FirstStrong
6172android.text.TextDirectionHeuristics$TextDirectionAlgorithm
6173android.text.TextDirectionHeuristics$TextDirectionHeuristicImpl
6174android.text.TextDirectionHeuristics$TextDirectionHeuristicInternal
Kenny Rootdbf30ed2012-09-19 13:08:12 -07006175android.text.TextDirectionHeuristics$TextDirectionHeuristicLocale
Calin Juravle00b23d32019-03-08 17:52:20 -08006176android.text.TextDirectionHeuristics
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07006177android.text.TextLine$DecorationInfo
Calin Juravle00b23d32019-03-08 17:52:20 -08006178android.text.TextLine
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006179android.text.TextPaint
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006180android.text.TextUtils$1
6181android.text.TextUtils$EllipsizeCallback
Mathieu Chartierba2c0462017-05-19 16:41:46 -07006182android.text.TextUtils$SimpleStringSplitter
6183android.text.TextUtils$StringSplitter
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006184android.text.TextUtils$StringWithRemovedChars
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006185android.text.TextUtils$TruncateAt
Calin Juravle00b23d32019-03-08 17:52:20 -08006186android.text.TextUtils
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006187android.text.TextWatcher
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006188android.text.format.DateFormat
6189android.text.format.DateUtils
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006190android.text.format.Formatter$BytesResult
Mathieu Chartierd62dd932017-09-09 15:19:46 -07006191android.text.format.Formatter
Mathieu Chartierba2c0462017-05-19 16:41:46 -07006192android.text.format.Time$TimeCalculator
Calin Juravle00b23d32019-03-08 17:52:20 -08006193android.text.format.Time
Calin Juravle4a054192018-05-29 17:52:20 -07006194android.text.format.TimeFormatter
art-benchmark-serviced5115932020-02-25 17:55:03 -08006195android.text.format.TimeMigrationUtils
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04006196android.text.method.AllCapsTransformationMethod
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08006197android.text.method.ArrowKeyMovementMethod
6198android.text.method.BaseKeyListener
Jesse Wilson80686182011-01-21 17:12:43 -08006199android.text.method.BaseMovementMethod
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006200android.text.method.DateKeyListener
6201android.text.method.DateTimeKeyListener
6202android.text.method.DialerKeyListener
6203android.text.method.DigitsKeyListener
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006204android.text.method.KeyListener
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006205android.text.method.LinkMovementMethod
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08006206android.text.method.MetaKeyKeyListener
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006207android.text.method.MovementMethod
Calin Juravle4a054192018-05-29 17:52:20 -07006208android.text.method.NumberKeyListener
Kenny Rootdbf30ed2012-09-19 13:08:12 -07006209android.text.method.PasswordTransformationMethod
Calin Juravle4a054192018-05-29 17:52:20 -07006210android.text.method.QwertyKeyListener
Jesse Wilson80686182011-01-21 17:12:43 -08006211android.text.method.ReplacementTransformationMethod$ReplacementCharSequence
6212android.text.method.ReplacementTransformationMethod$SpannedReplacementCharSequence
Calin Juravle00b23d32019-03-08 17:52:20 -08006213android.text.method.ReplacementTransformationMethod
Calin Juravle4a054192018-05-29 17:52:20 -07006214android.text.method.ScrollingMovementMethod
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08006215android.text.method.SingleLineTransformationMethod
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08006216android.text.method.TextKeyListener$Capitalize
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006217android.text.method.TextKeyListener$SettingsObserver
Calin Juravle00b23d32019-03-08 17:52:20 -08006218android.text.method.TextKeyListener
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006219android.text.method.TimeKeyListener
art-benchmark-serviced5115932020-02-25 17:55:03 -08006220android.text.method.Touch$DragState
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006221android.text.method.Touch
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04006222android.text.method.TransformationMethod2
Calin Juravle00b23d32019-03-08 17:52:20 -08006223android.text.method.TransformationMethod
Calin Juravle4a054192018-05-29 17:52:20 -07006224android.text.method.WordIterator
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006225android.text.style.AbsoluteSizeSpan
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006226android.text.style.AccessibilityClickableSpan$1
6227android.text.style.AccessibilityClickableSpan
art-benchmark-serviced5115932020-02-25 17:55:03 -08006228android.text.style.AccessibilityReplacementSpan$1
6229android.text.style.AccessibilityReplacementSpan
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006230android.text.style.AccessibilityURLSpan
6231android.text.style.AlignmentSpan$Standard
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006232android.text.style.AlignmentSpan
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006233android.text.style.BackgroundColorSpan
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006234android.text.style.BulletSpan
art-benchmark-serviced5115932020-02-25 17:55:03 -08006235android.text.style.CharacterStyle$Passthrough
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006236android.text.style.CharacterStyle
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006237android.text.style.ClickableSpan
6238android.text.style.DynamicDrawableSpan
Kenny Rootdbf30ed2012-09-19 13:08:12 -07006239android.text.style.EasyEditSpan
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07006240android.text.style.ForegroundColorSpan
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006241android.text.style.ImageSpan
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006242android.text.style.LeadingMarginSpan$LeadingMarginSpan2
6243android.text.style.LeadingMarginSpan$Standard
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006244android.text.style.LeadingMarginSpan
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006245android.text.style.LineBackgroundSpan$Standard
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006246android.text.style.LineBackgroundSpan
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006247android.text.style.LineHeightSpan$Standard
6248android.text.style.LineHeightSpan$WithDensity
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006249android.text.style.LineHeightSpan
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006250android.text.style.LocaleSpan
art-benchmark-serviced5115932020-02-25 17:55:03 -08006251android.text.style.MetricAffectingSpan$Passthrough
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006252android.text.style.MetricAffectingSpan
6253android.text.style.ParagraphStyle
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006254android.text.style.QuoteSpan
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006255android.text.style.RelativeSizeSpan
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006256android.text.style.ReplacementSpan
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006257android.text.style.ScaleXSpan
Dianne Hackborn6b57b7e2011-11-07 14:45:49 -08006258android.text.style.SpellCheckSpan
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006259android.text.style.StrikethroughSpan
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04006260android.text.style.StyleSpan
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006261android.text.style.SubscriptSpan
6262android.text.style.SuggestionRangeSpan
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006263android.text.style.SuggestionSpan$1
Calin Juravle00b23d32019-03-08 17:52:20 -08006264android.text.style.SuggestionSpan
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006265android.text.style.SuperscriptSpan
Andreas Gampe61e7b662015-06-17 23:57:04 -07006266android.text.style.TabStopSpan
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07006267android.text.style.TextAppearanceSpan
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006268android.text.style.TtsSpan$Builder
6269android.text.style.TtsSpan$SemioticClassBuilder
6270android.text.style.TtsSpan$TelephoneBuilder
6271android.text.style.TtsSpan
6272android.text.style.TypefaceSpan
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07006273android.text.style.URLSpan
6274android.text.style.UnderlineSpan
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006275android.text.style.UpdateAppearance
6276android.text.style.UpdateLayout
6277android.text.style.WrapTogetherSpan
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006278android.text.util.-$$Lambda$Linkify$7J_-cMhIF2bcttjkxA2jDFP8sKw
art-benchmark-serviced5115932020-02-25 17:55:03 -08006279android.text.util.LinkSpec
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006280android.text.util.Linkify$1
6281android.text.util.Linkify$2
6282android.text.util.Linkify$3
art-benchmark-serviced5115932020-02-25 17:55:03 -08006283android.text.util.Linkify$4
Calin Juravle4a054192018-05-29 17:52:20 -07006284android.text.util.Linkify$MatchFilter
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006285android.text.util.Linkify$TransformFilter
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006286android.text.util.Linkify
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006287android.text.util.Rfc822Token
6288android.text.util.Rfc822Tokenizer
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006289android.transition.ArcMotion
Andreas Gampedcad4ca2014-10-03 02:00:29 +00006290android.transition.AutoTransition
Andreas Gampedcad4ca2014-10-03 02:00:29 +00006291android.transition.ChangeBounds$1
Andreas Gampe61e7b662015-06-17 23:57:04 -07006292android.transition.ChangeBounds$2
6293android.transition.ChangeBounds$3
6294android.transition.ChangeBounds$4
6295android.transition.ChangeBounds$5
6296android.transition.ChangeBounds$6
Calin Juravle00b23d32019-03-08 17:52:20 -08006297android.transition.ChangeBounds
Andreas Gampedcad4ca2014-10-03 02:00:29 +00006298android.transition.ChangeClipBounds
Andreas Gampedcad4ca2014-10-03 02:00:29 +00006299android.transition.ChangeImageTransform$1
6300android.transition.ChangeImageTransform$2
Calin Juravle00b23d32019-03-08 17:52:20 -08006301android.transition.ChangeImageTransform
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006302android.transition.ChangeScroll
Andreas Gampedcad4ca2014-10-03 02:00:29 +00006303android.transition.ChangeTransform$1
Andreas Gampe61e7b662015-06-17 23:57:04 -07006304android.transition.ChangeTransform$2
Calin Juravle00b23d32019-03-08 17:52:20 -08006305android.transition.ChangeTransform
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006306android.transition.CircularPropagation
6307android.transition.Explode
Calin Juravle4a054192018-05-29 17:52:20 -07006308android.transition.Fade$1
6309android.transition.Fade$FadeAnimatorListener
Calin Juravle00b23d32019-03-08 17:52:20 -08006310android.transition.Fade
Andreas Gampedcad4ca2014-10-03 02:00:29 +00006311android.transition.PathMotion
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006312android.transition.PatternPathMotion
6313android.transition.Recolor
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07006314android.transition.Scene
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006315android.transition.Slide$1
6316android.transition.Slide$2
6317android.transition.Slide$3
6318android.transition.Slide$4
6319android.transition.Slide$5
6320android.transition.Slide$6
6321android.transition.Slide$CalculateSlide
6322android.transition.Slide$CalculateSlideHorizontal
6323android.transition.Slide$CalculateSlideVertical
6324android.transition.Slide
Andreas Gampedcad4ca2014-10-03 02:00:29 +00006325android.transition.Transition$1
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006326android.transition.Transition$2
6327android.transition.Transition$3
6328android.transition.Transition$AnimationInfo
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006329android.transition.Transition$EpicenterCallback
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006330android.transition.Transition$TransitionListener
Calin Juravle00b23d32019-03-08 17:52:20 -08006331android.transition.Transition
Andreas Gampedcad4ca2014-10-03 02:00:29 +00006332android.transition.TransitionInflater
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006333android.transition.TransitionListenerAdapter
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006334android.transition.TransitionManager$MultiListener$1
Calin Juravle00b23d32019-03-08 17:52:20 -08006335android.transition.TransitionManager$MultiListener
6336android.transition.TransitionManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006337android.transition.TransitionPropagation
art-benchmark-serviced5115932020-02-25 17:55:03 -08006338android.transition.TransitionSet$1
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006339android.transition.TransitionSet$TransitionSetListener
Calin Juravle00b23d32019-03-08 17:52:20 -08006340android.transition.TransitionSet
Calin Juravle4a054192018-05-29 17:52:20 -07006341android.transition.TransitionUtils
6342android.transition.TransitionValues
Andreas Gampedcad4ca2014-10-03 02:00:29 +00006343android.transition.TransitionValuesMaps
art-benchmark-serviced5115932020-02-25 17:55:03 -08006344android.transition.Visibility$1
6345android.transition.Visibility$DisappearListener
6346android.transition.Visibility$VisibilityInfo
Andreas Gampedcad4ca2014-10-03 02:00:29 +00006347android.transition.Visibility
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006348android.transition.VisibilityPropagation
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006349android.util.AndroidException
6350android.util.AndroidRuntimeException
Andreas Gampedcad4ca2014-10-03 02:00:29 +00006351android.util.ArrayMap$1
Calin Juravle00b23d32019-03-08 17:52:20 -08006352android.util.ArrayMap
Andreas Gampe571fc302016-02-18 13:58:09 -08006353android.util.ArraySet$1
Calin Juravle00b23d32019-03-08 17:52:20 -08006354android.util.ArraySet
Mathieu Chartierba2c0462017-05-19 16:41:46 -07006355android.util.AtomicFile
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08006356android.util.AttributeSet
art-benchmark-serviced5115932020-02-25 17:55:03 -08006357android.util.BackupUtils$BadVersionException
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006358android.util.BackupUtils
Kenny Rootdbf30ed2012-09-19 13:08:12 -07006359android.util.Base64$Coder
Kenny Root9787b802013-04-26 12:53:57 -07006360android.util.Base64$Decoder
6361android.util.Base64$Encoder
Calin Juravle00b23d32019-03-08 17:52:20 -08006362android.util.Base64
art-benchmark-serviced5115932020-02-25 17:55:03 -08006363android.util.CloseGuard
Andreas Gampedcad4ca2014-10-03 02:00:29 +00006364android.util.ContainerHelpers
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006365android.util.DataUnit$1
6366android.util.DataUnit$2
6367android.util.DataUnit$3
6368android.util.DataUnit$4
6369android.util.DataUnit$5
6370android.util.DataUnit$6
Calin Juravle00b23d32019-03-08 17:52:20 -08006371android.util.DataUnit
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07006372android.util.DebugUtils
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08006373android.util.DisplayMetrics
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08006374android.util.EventLog$Event
Calin Juravle00b23d32019-03-08 17:52:20 -08006375android.util.EventLog
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006376android.util.ExceptionUtils
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006377android.util.FastImmutableArraySet$FastIterator
6378android.util.FastImmutableArraySet
Calin Juravle00b23d32019-03-08 17:52:20 -08006379android.util.FeatureFlagUtils
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04006380android.util.FloatProperty
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006381android.util.Half
Calin Juravle00b23d32019-03-08 17:52:20 -08006382android.util.IconDrawableFactory
Andreas Gampe0db10fd2017-02-01 15:57:57 -08006383android.util.IntArray
Andreas Gampedcad4ca2014-10-03 02:00:29 +00006384android.util.IntProperty
Calin Juravle4a054192018-05-29 17:52:20 -07006385android.util.JsonReader$1
Calin Juravle00b23d32019-03-08 17:52:20 -08006386android.util.JsonReader
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006387android.util.JsonScope
6388android.util.JsonToken
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006389android.util.JsonWriter$1
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006390android.util.JsonWriter
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006391android.util.KeyValueListParser$IntValue
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006392android.util.KeyValueListParser
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006393android.util.KeyValueSettingObserver$SettingObserver
6394android.util.KeyValueSettingObserver
6395android.util.LauncherIcons
art-benchmark-serviced5115932020-02-25 17:55:03 -08006396android.util.LocalLog$ReadOnlyLocalLog
Calin Juravle00b23d32019-03-08 17:52:20 -08006397android.util.LocalLog
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006398android.util.Log$1
Andreas Gampe571fc302016-02-18 13:58:09 -08006399android.util.Log$ImmediateLogWriter
Andreas Gampe61a3e8c2017-09-27 11:57:27 -07006400android.util.Log$PreloadHolder
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006401android.util.Log$TerribleFailure
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006402android.util.Log$TerribleFailureHandler
Calin Juravle00b23d32019-03-08 17:52:20 -08006403android.util.Log
Andreas Gampe571fc302016-02-18 13:58:09 -08006404android.util.LogPrinter
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006405android.util.LogWriter
Andreas Gampe0db10fd2017-02-01 15:57:57 -08006406android.util.LongArray
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006407android.util.LongArrayQueue
art-benchmark-serviced5115932020-02-25 17:55:03 -08006408android.util.LongSparseArray$StringParcelling
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08006409android.util.LongSparseArray
art-benchmark-serviced5115932020-02-25 17:55:03 -08006410android.util.LongSparseLongArray$Parcelling
Andreas Gampedcad4ca2014-10-03 02:00:29 +00006411android.util.LongSparseLongArray
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04006412android.util.LruCache
Andreas Gampedcad4ca2014-10-03 02:00:29 +00006413android.util.MapCollections$ArrayIterator
Mathieu Chartierba2c0462017-05-19 16:41:46 -07006414android.util.MapCollections$EntrySet
Andreas Gampedcad4ca2014-10-03 02:00:29 +00006415android.util.MapCollections$KeySet
Mathieu Chartierba2c0462017-05-19 16:41:46 -07006416android.util.MapCollections$MapIterator
6417android.util.MapCollections$ValuesCollection
Calin Juravle00b23d32019-03-08 17:52:20 -08006418android.util.MapCollections
Andreas Gampedcad4ca2014-10-03 02:00:29 +00006419android.util.MathUtils
Andreas Gampecbcb9e32016-06-03 17:24:05 -07006420android.util.MemoryIntArray$1
Calin Juravle00b23d32019-03-08 17:52:20 -08006421android.util.MemoryIntArray
Mathieu Chartierba2c0462017-05-19 16:41:46 -07006422android.util.MergedConfiguration$1
Calin Juravle00b23d32019-03-08 17:52:20 -08006423android.util.MergedConfiguration
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006424android.util.MutableBoolean
Andreas Gampedcad4ca2014-10-03 02:00:29 +00006425android.util.MutableInt
6426android.util.MutableLong
art-benchmark-serviced5115932020-02-25 17:55:03 -08006427android.util.NtpTrustedTime$1
6428android.util.NtpTrustedTime$NtpConnectionInfo
6429android.util.NtpTrustedTime$TimeResult
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006430android.util.NtpTrustedTime
6431android.util.PackageUtils
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006432android.util.Pair
Andreas Gampe571fc302016-02-18 13:58:09 -08006433android.util.PathParser$PathData
Calin Juravle00b23d32019-03-08 17:52:20 -08006434android.util.PathParser
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006435android.util.Patterns
Kenny Root9787b802013-04-26 12:53:57 -07006436android.util.Pools$Pool
6437android.util.Pools$SimplePool
6438android.util.Pools$SynchronizedPool
art-benchmark-serviced5115932020-02-25 17:55:03 -08006439android.util.PrefixPrinter
Calin Juravle00b23d32019-03-08 17:52:20 -08006440android.util.PrintWriterPrinter
Andreas Gampe61e7b662015-06-17 23:57:04 -07006441android.util.Printer
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04006442android.util.Property
Andreas Gampe859e2782016-04-06 18:37:56 -07006443android.util.Range
Andreas Gampe571fc302016-02-18 13:58:09 -08006444android.util.Rational
art-benchmark-serviced5115932020-02-25 17:55:03 -08006445android.util.RecurrenceRule$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006446android.util.RecurrenceRule$NonrecurringIterator
6447android.util.RecurrenceRule$RecurringIterator
6448android.util.RecurrenceRule
Jesse Wilson80686182011-01-21 17:12:43 -08006449android.util.Singleton
Andreas Gampe61e7b662015-06-17 23:57:04 -07006450android.util.Size
Andreas Gampe0db10fd2017-02-01 15:57:57 -08006451android.util.SizeF
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04006452android.util.Slog
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08006453android.util.SparseArray
art-benchmark-serviced5115932020-02-25 17:55:03 -08006454android.util.SparseArrayMap
Jesse Wilson80686182011-01-21 17:12:43 -08006455android.util.SparseBooleanArray
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006456android.util.SparseIntArray
Mathieu Chartierba2c0462017-05-19 16:41:46 -07006457android.util.SparseLongArray
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006458android.util.SparseSetArray
6459android.util.Spline$LinearSpline
6460android.util.Spline$MonotoneCubicSpline
6461android.util.Spline
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08006462android.util.StateSet
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006463android.util.StatsLog
6464android.util.StatsLogInternal
art-benchmark-serviced5115932020-02-25 17:55:03 -08006465android.util.StringBuilderPrinter
Andreas Gampedcad4ca2014-10-03 02:00:29 +00006466android.util.SuperNotCalledException
art-benchmark-serviced5115932020-02-25 17:55:03 -08006467android.util.TimeFormatException
Calin Juravle4a054192018-05-29 17:52:20 -07006468android.util.TimeUtils
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006469android.util.TimedRemoteCaller
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07006470android.util.TimingLogger
Mathieu Chartierf72073a2017-08-16 11:37:02 -07006471android.util.TimingsTraceLog
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006472android.util.TrustedTime
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08006473android.util.TypedValue
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006474android.util.UtilConfig
art-benchmark-serviced5115932020-02-25 17:55:03 -08006475android.util.Xml$Encoding
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08006476android.util.Xml
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006477android.util.XmlPullAttributes
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006478android.util.apk.ApkSignatureSchemeV2Verifier$VerifiedSigner
6479android.util.apk.ApkSignatureSchemeV2Verifier
6480android.util.apk.ApkSignatureSchemeV3Verifier$PlatformNotSupportedException
art-benchmark-serviced5115932020-02-25 17:55:03 -08006481android.util.apk.ApkSignatureSchemeV3Verifier$VerifiedProofOfRotation
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006482android.util.apk.ApkSignatureSchemeV3Verifier$VerifiedSigner
6483android.util.apk.ApkSignatureSchemeV3Verifier
6484android.util.apk.ApkSignatureVerifier
6485android.util.apk.ApkSigningBlockUtils$1
6486android.util.apk.ApkSigningBlockUtils$MultipleDigestDataDigester
6487android.util.apk.ApkSigningBlockUtils
6488android.util.apk.ByteBufferDataSource
6489android.util.apk.ByteBufferFactory
6490android.util.apk.DataDigester
6491android.util.apk.DataSource
6492android.util.apk.MemoryMappedFileDataSource
6493android.util.apk.SignatureInfo
6494android.util.apk.SignatureNotFoundException
6495android.util.apk.VerbatimX509Certificate
6496android.util.apk.VerityBuilder$BufferedDigester
6497android.util.apk.VerityBuilder$VerityResult
6498android.util.apk.VerityBuilder
6499android.util.apk.WrappedX509Certificate
6500android.util.apk.ZipUtils
6501android.util.jar.StrictJarFile$EntryIterator
6502android.util.jar.StrictJarFile$FDStream
6503android.util.jar.StrictJarFile$JarFileInputStream
6504android.util.jar.StrictJarFile$ZipInflaterInputStream
Przemyslaw Szczepaniak8a7c1602015-11-03 09:47:56 +00006505android.util.jar.StrictJarFile
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006506android.util.jar.StrictJarManifest$Chunk
6507android.util.jar.StrictJarManifest
6508android.util.jar.StrictJarManifestReader
6509android.util.jar.StrictJarVerifier$VerifierEntry
6510android.util.jar.StrictJarVerifier
6511android.util.proto.EncodedBuffer
6512android.util.proto.ProtoInputStream
Calin Juravle00b23d32019-03-08 17:52:20 -08006513android.util.proto.ProtoOutputStream
6514android.util.proto.ProtoParseException
6515android.util.proto.ProtoStream
art-benchmark-serviced5115932020-02-25 17:55:03 -08006516android.util.proto.ProtoUtils
Calin Juravle00b23d32019-03-08 17:52:20 -08006517android.util.proto.WireTypeMismatchException
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006518android.view.-$$Lambda$1kvF4JuyM42-wmyDVPAIYdPz1jE
Calin Juravle00b23d32019-03-08 17:52:20 -08006519android.view.-$$Lambda$9vBfnQOmNnsc9WU80IIatZHQGKc
art-benchmark-serviced5115932020-02-25 17:55:03 -08006520android.view.-$$Lambda$CompositionSamplingListener$hrbPutjnKRv7VkkiY9eg32N6QA8
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006521android.view.-$$Lambda$FocusFinder$FocusSorter$h0f2ZYL6peSaaEeCCkAoYs_YZvU
6522android.view.-$$Lambda$FocusFinder$FocusSorter$kW7K1t9q7Y62V38r-7g6xRzqqq8
6523android.view.-$$Lambda$FocusFinder$P8rLvOJhymJH5ALAgUjGaM5gxKA
6524android.view.-$$Lambda$FocusFinder$Pgx6IETuqCkrhJYdiBes48tolG4
art-benchmark-serviced5115932020-02-25 17:55:03 -08006525android.view.-$$Lambda$InsetsController$6uoSHBPvxV1C0JOZKhH1AyuNXmo
Calin Juravle00b23d32019-03-08 17:52:20 -08006526android.view.-$$Lambda$InsetsController$Cj7UJrCkdHvJAZ_cYKrXuTMsjz8
art-benchmark-serviced5115932020-02-25 17:55:03 -08006527android.view.-$$Lambda$InsetsController$HI9QZ2HvGm6iykc-WONz2KPG61Q
6528android.view.-$$Lambda$InsetsController$RZT3QkL9zMFTeHtZbfcaHIzvlsc
6529android.view.-$$Lambda$InsetsController$zpmOxHfTFV_3me2u3C8YaXSUauQ
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006530android.view.-$$Lambda$PYGleuqIeCxjTD1pJqqx1opFv1g
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006531android.view.-$$Lambda$QI1s392qW8l6mC24bcy9050SkuY
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006532android.view.-$$Lambda$SurfaceView$SyyzxOgxKwZMRgiiTGcRYbOU5JY
art-benchmark-serviced5115932020-02-25 17:55:03 -08006533android.view.-$$Lambda$SurfaceView$TWz4D2u33ZlAmRtgKzbqqDue3iM
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006534android.view.-$$Lambda$SurfaceView$w68OV7dB_zKVNsA-r0IrAUtyWas
art-benchmark-serviced5115932020-02-25 17:55:03 -08006535android.view.-$$Lambda$TextureView$WAq1rgfoZeDSt6cBQga7iQDymYk
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006536android.view.-$$Lambda$ThreadedRenderer$ydBD-R1iP5u-97XYakm-jKvC1b4
art-benchmark-serviced5115932020-02-25 17:55:03 -08006537android.view.-$$Lambda$View$bhR1vB5ZYp3dv-Kth4jtLSS0KEs
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006538android.view.-$$Lambda$View$llq76MkPXP4bNcb9oJt_msw0fnQ
art-benchmark-serviced5115932020-02-25 17:55:03 -08006539android.view.-$$Lambda$ViewRootImpl$DJd0VUYJgsebcnSohO6h8zc_ONI
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006540android.view.-$$Lambda$ViewRootImpl$IReiNMSbDakZSGbIZuL_ifaFWn8
art-benchmark-serviced5115932020-02-25 17:55:03 -08006541android.view.-$$Lambda$ViewRootImpl$YBiqAhbCbXVPSKdbE3K4rH2gpxI
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006542android.view.-$$Lambda$ViewRootImpl$dznxCZGM2R1fsBljsJKomLjBRoM
art-benchmark-serviced5115932020-02-25 17:55:03 -08006543android.view.-$$Lambda$ViewRootImpl$vBfxngTfPtkwcFoa96FB0CWn5ZI
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006544android.view.-$$Lambda$WindowManagerGlobal$2bR3FsEm4EdRwuXfttH0wA2xOW4
6545android.view.-$$Lambda$WlJa6OPA72p3gYtA3nVKC7Z1tGY
art-benchmark-serviced5115932020-02-25 17:55:03 -08006546android.view.-$$Lambda$Y3lG3v_J32-xL0IjMGgNorZjESw
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006547android.view.-$$Lambda$cZhmLzK8aetUdx4VlP9w5jR7En0
6548android.view.-$$Lambda$dj1hfDQd0iEp_uBDBPEUMMYJJwk
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006549android.view.AbsSavedState$1
6550android.view.AbsSavedState$2
Calin Juravle00b23d32019-03-08 17:52:20 -08006551android.view.AbsSavedState
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07006552android.view.AccessibilityInteractionController$AccessibilityNodePrefetcher
6553android.view.AccessibilityInteractionController$PrivateHandler
Calin Juravle00b23d32019-03-08 17:52:20 -08006554android.view.AccessibilityInteractionController
Jesse Wilson80686182011-01-21 17:12:43 -08006555android.view.ActionMode$Callback
Calin Juravle00b23d32019-03-08 17:52:20 -08006556android.view.ActionMode
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07006557android.view.ActionProvider$SubUiVisibilityListener
Calin Juravle00b23d32019-03-08 17:52:20 -08006558android.view.ActionProvider
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006559android.view.AppTransitionAnimationSpec$1
6560android.view.AppTransitionAnimationSpec
art-benchmark-serviced5115932020-02-25 17:55:03 -08006561android.view.BatchedInputEventReceiver$BatchedInputRunnable
6562android.view.BatchedInputEventReceiver
Kenny Rootdbf30ed2012-09-19 13:08:12 -07006563android.view.Choreographer$1
6564android.view.Choreographer$2
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07006565android.view.Choreographer$3
Kenny Rootdbf30ed2012-09-19 13:08:12 -07006566android.view.Choreographer$CallbackQueue
6567android.view.Choreographer$CallbackRecord
Andreas Gampe61e7b662015-06-17 23:57:04 -07006568android.view.Choreographer$FrameCallback
Kenny Rootdbf30ed2012-09-19 13:08:12 -07006569android.view.Choreographer$FrameDisplayEventReceiver
6570android.view.Choreographer$FrameHandler
Calin Juravle00b23d32019-03-08 17:52:20 -08006571android.view.Choreographer
Calin Juravle36829e52019-04-10 19:07:47 -07006572android.view.CompositionSamplingListener
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006573android.view.ContextMenu$ContextMenuInfo
Calin Juravle00b23d32019-03-08 17:52:20 -08006574android.view.ContextMenu
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08006575android.view.ContextThemeWrapper
Andreas Gampecbcb9e32016-06-03 17:24:05 -07006576android.view.Display$HdrCapabilities$1
Calin Juravle00b23d32019-03-08 17:52:20 -08006577android.view.Display$HdrCapabilities
Andreas Gampe61e7b662015-06-17 23:57:04 -07006578android.view.Display$Mode$1
Calin Juravle00b23d32019-03-08 17:52:20 -08006579android.view.Display$Mode
6580android.view.Display
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006581android.view.DisplayAddress$Physical$1
6582android.view.DisplayAddress$Physical
Calin Juravle36829e52019-04-10 19:07:47 -07006583android.view.DisplayAddress
Andreas Gampedcad4ca2014-10-03 02:00:29 +00006584android.view.DisplayAdjustments
Calin Juravle00b23d32019-03-08 17:52:20 -08006585android.view.DisplayCutout$Bounds
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006586android.view.DisplayCutout$ParcelableWrapper$1
Calin Juravle00b23d32019-03-08 17:52:20 -08006587android.view.DisplayCutout$ParcelableWrapper
6588android.view.DisplayCutout
Kenny Rootdbf30ed2012-09-19 13:08:12 -07006589android.view.DisplayEventReceiver
Kenny Rootdbf30ed2012-09-19 13:08:12 -07006590android.view.DisplayInfo$1
Calin Juravle00b23d32019-03-08 17:52:20 -08006591android.view.DisplayInfo
6592android.view.DisplayListCanvas
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006593android.view.DragEvent$1
6594android.view.DragEvent
Jesse Wilson80686182011-01-21 17:12:43 -08006595android.view.FallbackEventHandler
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006596android.view.FocusFinder$1
Mathieu Chartierba2c0462017-05-19 16:41:46 -07006597android.view.FocusFinder$FocusSorter
Mathieu Chartierba2c0462017-05-19 16:41:46 -07006598android.view.FocusFinder$UserSpecifiedFocusComparator$NextFocusGetter
Calin Juravle00b23d32019-03-08 17:52:20 -08006599android.view.FocusFinder$UserSpecifiedFocusComparator
6600android.view.FocusFinder
Andreas Gampe571fc302016-02-18 13:58:09 -08006601android.view.FrameMetrics
6602android.view.FrameMetricsObserver
Andreas Gampedcad4ca2014-10-03 02:00:29 +00006603android.view.FrameStats
Kenny Root9787b802013-04-26 12:53:57 -07006604android.view.GestureDetector$GestureHandler
Andreas Gampe61e7b662015-06-17 23:57:04 -07006605android.view.GestureDetector$OnContextClickListener
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04006606android.view.GestureDetector$OnDoubleTapListener
6607android.view.GestureDetector$OnGestureListener
Kenny Root9787b802013-04-26 12:53:57 -07006608android.view.GestureDetector$SimpleOnGestureListener
Calin Juravle00b23d32019-03-08 17:52:20 -08006609android.view.GestureDetector
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006610android.view.GestureExclusionTracker$GestureExclusionViewInfo
6611android.view.GestureExclusionTracker
art-benchmark-serviced5115932020-02-25 17:55:03 -08006612android.view.GhostView
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006613android.view.Gravity
Andreas Gampe571fc302016-02-18 13:58:09 -08006614android.view.HandlerActionQueue$HandlerAction
Calin Juravle00b23d32019-03-08 17:52:20 -08006615android.view.HandlerActionQueue
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006616android.view.IAppTransitionAnimationSpecsFuture$Stub$Proxy
6617android.view.IAppTransitionAnimationSpecsFuture$Stub
6618android.view.IAppTransitionAnimationSpecsFuture
art-benchmark-serviced5115932020-02-25 17:55:03 -08006619android.view.IApplicationToken$Stub
6620android.view.IApplicationToken
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006621android.view.IDisplayFoldListener$Stub$Proxy
6622android.view.IDisplayFoldListener$Stub
6623android.view.IDisplayFoldListener
art-benchmark-serviced5115932020-02-25 17:55:03 -08006624android.view.IDisplayWindowInsetsController$Stub
6625android.view.IDisplayWindowInsetsController
6626android.view.IDisplayWindowListener$Stub$Proxy
6627android.view.IDisplayWindowListener$Stub
6628android.view.IDisplayWindowListener
6629android.view.IDisplayWindowRotationCallback$Stub
6630android.view.IDisplayWindowRotationCallback
6631android.view.IDisplayWindowRotationController$Stub$Proxy
6632android.view.IDisplayWindowRotationController$Stub
6633android.view.IDisplayWindowRotationController
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006634android.view.IDockedStackListener$Stub$Proxy
6635android.view.IDockedStackListener$Stub
6636android.view.IDockedStackListener
Andreas Gampe61e7b662015-06-17 23:57:04 -07006637android.view.IGraphicsStats$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08006638android.view.IGraphicsStats$Stub
6639android.view.IGraphicsStats
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006640android.view.IGraphicsStatsCallback$Stub$Proxy
Mathieu Chartierba2c0462017-05-19 16:41:46 -07006641android.view.IGraphicsStatsCallback$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08006642android.view.IGraphicsStatsCallback
art-benchmark-serviced5115932020-02-25 17:55:03 -08006643android.view.IInputMonitorHost$Stub$Proxy
6644android.view.IInputMonitorHost$Stub
6645android.view.IInputMonitorHost
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006646android.view.IOnKeyguardExitResult$Stub$Proxy
6647android.view.IOnKeyguardExitResult$Stub
6648android.view.IOnKeyguardExitResult
6649android.view.IPinnedStackController$Stub$Proxy
6650android.view.IPinnedStackController$Stub
6651android.view.IPinnedStackController
6652android.view.IPinnedStackListener$Stub$Proxy
6653android.view.IPinnedStackListener$Stub
6654android.view.IPinnedStackListener
art-benchmark-serviced5115932020-02-25 17:55:03 -08006655android.view.IRecentsAnimationController$Stub$Proxy
6656android.view.IRecentsAnimationController$Stub
6657android.view.IRecentsAnimationController
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006658android.view.IRecentsAnimationRunner$Stub$Proxy
6659android.view.IRecentsAnimationRunner$Stub
6660android.view.IRecentsAnimationRunner
art-benchmark-serviced5115932020-02-25 17:55:03 -08006661android.view.IRemoteAnimationFinishedCallback$Stub$Proxy
6662android.view.IRemoteAnimationFinishedCallback$Stub
6663android.view.IRemoteAnimationFinishedCallback
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006664android.view.IRemoteAnimationRunner$Stub$Proxy
6665android.view.IRemoteAnimationRunner$Stub
6666android.view.IRemoteAnimationRunner
6667android.view.IRotationWatcher$Stub$Proxy
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04006668android.view.IRotationWatcher$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08006669android.view.IRotationWatcher
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006670android.view.ISystemGestureExclusionListener$Stub$Proxy
6671android.view.ISystemGestureExclusionListener$Stub
6672android.view.ISystemGestureExclusionListener
6673android.view.IWallpaperVisibilityListener$Stub$Proxy
6674android.view.IWallpaperVisibilityListener$Stub
6675android.view.IWallpaperVisibilityListener
6676android.view.IWindow$Stub$Proxy
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08006677android.view.IWindow$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08006678android.view.IWindow
art-benchmark-serviced5115932020-02-25 17:55:03 -08006679android.view.IWindowContainer$Stub$Proxy
6680android.view.IWindowContainer$Stub
6681android.view.IWindowContainer
6682android.view.IWindowFocusObserver$Stub
6683android.view.IWindowFocusObserver
6684android.view.IWindowId$Stub$Proxy
6685android.view.IWindowId$Stub
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006686android.view.IWindowId
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08006687android.view.IWindowManager$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08006688android.view.IWindowManager$Stub
6689android.view.IWindowManager
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006690android.view.IWindowSession$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08006691android.view.IWindowSession$Stub
6692android.view.IWindowSession
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006693android.view.IWindowSessionCallback$Stub$Proxy
Andreas Gampedcad4ca2014-10-03 02:00:29 +00006694android.view.IWindowSessionCallback$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08006695android.view.IWindowSessionCallback
art-benchmark-serviced5115932020-02-25 17:55:03 -08006696android.view.ImeFocusController$InputMethodManagerDelegate
6697android.view.ImeFocusController
Calin Juravle00b23d32019-03-08 17:52:20 -08006698android.view.ImeInsetsSourceConsumer
Andreas Gampedcad4ca2014-10-03 02:00:29 +00006699android.view.InflateException
Calin Juravle00b23d32019-03-08 17:52:20 -08006700android.view.InputApplicationHandle
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006701android.view.InputChannel$1
Calin Juravle00b23d32019-03-08 17:52:20 -08006702android.view.InputChannel
Kenny Rootdbf30ed2012-09-19 13:08:12 -07006703android.view.InputDevice$1
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07006704android.view.InputDevice$MotionRange
Calin Juravle00b23d32019-03-08 17:52:20 -08006705android.view.InputDevice
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006706android.view.InputEvent$1
Calin Juravle00b23d32019-03-08 17:52:20 -08006707android.view.InputEvent
6708android.view.InputEventCompatProcessor
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04006709android.view.InputEventConsistencyVerifier
SangWook Hanfd9cb492012-08-12 19:46:51 +09006710android.view.InputEventReceiver
Kenny Root9787b802013-04-26 12:53:57 -07006711android.view.InputEventSender
art-benchmark-serviced5115932020-02-25 17:55:03 -08006712android.view.InputMonitor$1
6713android.view.InputMonitor
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006714android.view.InputQueue$Callback
Kenny Root9787b802013-04-26 12:53:57 -07006715android.view.InputQueue$FinishedInputEventCallback
Calin Juravle00b23d32019-03-08 17:52:20 -08006716android.view.InputQueue
6717android.view.InputWindowHandle
art-benchmark-service56aece62020-02-10 17:58:03 -08006718android.view.InsetsAnimationControlCallbacks
Calin Juravle00b23d32019-03-08 17:52:20 -08006719android.view.InsetsController
art-benchmark-serviced5115932020-02-25 17:55:03 -08006720android.view.InsetsFlags
Calin Juravle00b23d32019-03-08 17:52:20 -08006721android.view.InsetsSource$1
6722android.view.InsetsSource
6723android.view.InsetsSourceConsumer
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006724android.view.InsetsSourceControl$1
6725android.view.InsetsSourceControl
Calin Juravle00b23d32019-03-08 17:52:20 -08006726android.view.InsetsState$1
6727android.view.InsetsState
Kenny Rootdbf30ed2012-09-19 13:08:12 -07006728android.view.KeyCharacterMap$1
Jesse Wilson80686182011-01-21 17:12:43 -08006729android.view.KeyCharacterMap$FallbackAction
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006730android.view.KeyCharacterMap$UnavailableException
Calin Juravle00b23d32019-03-08 17:52:20 -08006731android.view.KeyCharacterMap
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006732android.view.KeyEvent$1
6733android.view.KeyEvent$Callback
6734android.view.KeyEvent$DispatcherState
Calin Juravle00b23d32019-03-08 17:52:20 -08006735android.view.KeyEvent
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006736android.view.LayoutInflater$BlinkLayout$1
6737android.view.LayoutInflater$BlinkLayout
Jesse Wilson80686182011-01-21 17:12:43 -08006738android.view.LayoutInflater$Factory2
Calin Juravle00b23d32019-03-08 17:52:20 -08006739android.view.LayoutInflater$Factory
Andreas Gampedcad4ca2014-10-03 02:00:29 +00006740android.view.LayoutInflater$FactoryMerger
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04006741android.view.LayoutInflater$Filter
Calin Juravle00b23d32019-03-08 17:52:20 -08006742android.view.LayoutInflater
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006743android.view.Menu
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006744android.view.MenuInflater$InflatedOnMenuItemClickListener
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07006745android.view.MenuInflater$MenuState
Calin Juravle00b23d32019-03-08 17:52:20 -08006746android.view.MenuInflater
Andreas Gampedcad4ca2014-10-03 02:00:29 +00006747android.view.MenuItem$OnActionExpandListener
Andreas Gampe61e7b662015-06-17 23:57:04 -07006748android.view.MenuItem$OnMenuItemClickListener
Calin Juravle00b23d32019-03-08 17:52:20 -08006749android.view.MenuItem
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006750android.view.MotionEvent$1
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04006751android.view.MotionEvent$PointerCoords
6752android.view.MotionEvent$PointerProperties
Calin Juravle00b23d32019-03-08 17:52:20 -08006753android.view.MotionEvent
6754android.view.NativeVectorDrawableAnimator
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07006755android.view.OrientationEventListener$SensorEventListenerImpl
Calin Juravle00b23d32019-03-08 17:52:20 -08006756android.view.OrientationEventListener
art-benchmark-serviced5115932020-02-25 17:55:03 -08006757android.view.OrientationListener
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04006758android.view.PointerIcon$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006759android.view.PointerIcon$2
Calin Juravle00b23d32019-03-08 17:52:20 -08006760android.view.PointerIcon
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006761android.view.RemotableViewMethod
6762android.view.RemoteAnimationAdapter$1
6763android.view.RemoteAnimationAdapter
6764android.view.RemoteAnimationDefinition$1
6765android.view.RemoteAnimationDefinition$RemoteAnimationAdapterEntry$1
6766android.view.RemoteAnimationDefinition$RemoteAnimationAdapterEntry
6767android.view.RemoteAnimationDefinition
art-benchmark-serviced5115932020-02-25 17:55:03 -08006768android.view.RemoteAnimationTarget$1
6769android.view.RemoteAnimationTarget
Andreas Gampedcad4ca2014-10-03 02:00:29 +00006770android.view.RenderNodeAnimator$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006771android.view.RenderNodeAnimator$DelayedAnimationHelper
Calin Juravle00b23d32019-03-08 17:52:20 -08006772android.view.RenderNodeAnimator
Andreas Gampe0db10fd2017-02-01 15:57:57 -08006773android.view.RenderNodeAnimatorSetHelper
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006774android.view.RoundScrollbarRenderer
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07006775android.view.ScaleGestureDetector$1
6776android.view.ScaleGestureDetector$OnScaleGestureListener
6777android.view.ScaleGestureDetector$SimpleOnScaleGestureListener
Calin Juravle00b23d32019-03-08 17:52:20 -08006778android.view.ScaleGestureDetector
Andreas Gampe61e7b662015-06-17 23:57:04 -07006779android.view.SearchEvent
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006780android.view.SoundEffectConstants
Kenny Rootdbf30ed2012-09-19 13:08:12 -07006781android.view.SubMenu
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08006782android.view.Surface$1
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006783android.view.Surface$CompatibleCanvas
art-benchmark-serviced5115932020-02-25 17:55:03 -08006784android.view.Surface$HwuiContext
Andreas Gampedcad4ca2014-10-03 02:00:29 +00006785android.view.Surface$OutOfResourcesException
Calin Juravle00b23d32019-03-08 17:52:20 -08006786android.view.Surface
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006787android.view.SurfaceControl$1
6788android.view.SurfaceControl$Builder
Calin Juravle00b23d32019-03-08 17:52:20 -08006789android.view.SurfaceControl$CieXyz
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006790android.view.SurfaceControl$DesiredDisplayConfigSpecs
art-benchmark-serviced5115932020-02-25 17:55:03 -08006791android.view.SurfaceControl$DisplayConfig
6792android.view.SurfaceControl$DisplayInfo
Calin Juravle00b23d32019-03-08 17:52:20 -08006793android.view.SurfaceControl$DisplayPrimaries
art-benchmark-serviced5115932020-02-25 17:55:03 -08006794android.view.SurfaceControl$PhysicalDisplayInfo
Calin Juravle36829e52019-04-10 19:07:47 -07006795android.view.SurfaceControl$ScreenshotGraphicBuffer
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006796android.view.SurfaceControl$Transaction$1
Calin Juravle4a054192018-05-29 17:52:20 -07006797android.view.SurfaceControl$Transaction
Calin Juravle00b23d32019-03-08 17:52:20 -08006798android.view.SurfaceControl
art-benchmark-serviced5115932020-02-25 17:55:03 -08006799android.view.SurfaceControlViewHost$SurfacePackage
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006800android.view.SurfaceHolder$Callback2
Calin Juravle00b23d32019-03-08 17:52:20 -08006801android.view.SurfaceHolder$Callback
6802android.view.SurfaceHolder
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08006803android.view.SurfaceSession
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07006804android.view.SurfaceView$1
6805android.view.SurfaceView$2
Calin Juravle00b23d32019-03-08 17:52:20 -08006806android.view.SurfaceView
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006807android.view.TextureLayer
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07006808android.view.TextureView$SurfaceTextureListener
Calin Juravle00b23d32019-03-08 17:52:20 -08006809android.view.TextureView
Andreas Gampe0db10fd2017-02-01 15:57:57 -08006810android.view.ThreadedRenderer$DrawCallbacks
Calin Juravle00b23d32019-03-08 17:52:20 -08006811android.view.ThreadedRenderer
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07006812android.view.TouchDelegate
Kenny Rootdbf30ed2012-09-19 13:08:12 -07006813android.view.VelocityTracker$Estimator
Calin Juravle00b23d32019-03-08 17:52:20 -08006814android.view.VelocityTracker
art-benchmark-servicead05a302020-03-17 09:46:02 -07006815android.view.VerifiedInputEvent$1
6816android.view.VerifiedInputEvent
6817android.view.VerifiedKeyEvent$1
6818android.view.VerifiedKeyEvent
6819android.view.VerifiedMotionEvent$1
6820android.view.VerifiedMotionEvent
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04006821android.view.View$10
6822android.view.View$11
6823android.view.View$12
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006824android.view.View$13
Calin Juravle36829e52019-04-10 19:07:47 -07006825android.view.View$14
Calin Juravle00b23d32019-03-08 17:52:20 -08006826android.view.View$1
Andreas Gampe61e7b662015-06-17 23:57:04 -07006827android.view.View$2
Kenny Rootdbf30ed2012-09-19 13:08:12 -07006828android.view.View$3
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04006829android.view.View$4
6830android.view.View$5
6831android.view.View$6
6832android.view.View$7
6833android.view.View$8
6834android.view.View$9
Kenny Root9787b802013-04-26 12:53:57 -07006835android.view.View$AccessibilityDelegate
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08006836android.view.View$AttachInfo$Callbacks
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006837android.view.View$AttachInfo$InvalidateInfo
Calin Juravle00b23d32019-03-08 17:52:20 -08006838android.view.View$AttachInfo
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006839android.view.View$BaseSavedState$1
Calin Juravle00b23d32019-03-08 17:52:20 -08006840android.view.View$BaseSavedState
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006841android.view.View$CheckForLongPress
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006842android.view.View$CheckForTap
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006843android.view.View$DeclaredOnClickListener
Andreas Gampe61e7b662015-06-17 23:57:04 -07006844android.view.View$ForegroundInfo
Kenny Rootdbf30ed2012-09-19 13:08:12 -07006845android.view.View$ListenerInfo
Calin Juravle4a054192018-05-29 17:52:20 -07006846android.view.View$MatchIdPredicate
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07006847android.view.View$MatchLabelForPredicate
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006848android.view.View$MeasureSpec
Andreas Gampe61e7b662015-06-17 23:57:04 -07006849android.view.View$OnApplyWindowInsetsListener
Kenny Root9787b802013-04-26 12:53:57 -07006850android.view.View$OnAttachStateChangeListener
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006851android.view.View$OnClickListener
6852android.view.View$OnCreateContextMenuListener
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07006853android.view.View$OnDragListener
Jesse Wilson80686182011-01-21 17:12:43 -08006854android.view.View$OnFocusChangeListener
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07006855android.view.View$OnHoverListener
Jesse Wilson80686182011-01-21 17:12:43 -08006856android.view.View$OnKeyListener
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04006857android.view.View$OnLayoutChangeListener
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006858android.view.View$OnLongClickListener
art-benchmark-serviced5115932020-02-25 17:55:03 -08006859android.view.View$OnScrollChangeListener
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07006860android.view.View$OnSystemUiVisibilityChangeListener
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006861android.view.View$OnTouchListener
6862android.view.View$PerformClick
6863android.view.View$ScrollabilityCache
art-benchmark-serviced5115932020-02-25 17:55:03 -08006864android.view.View$SendAccessibilityEventThrottle
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07006865android.view.View$SendViewScrolledAccessibilityEvent
Calin Juravle4a054192018-05-29 17:52:20 -07006866android.view.View$TintInfo
Andreas Gampe0db10fd2017-02-01 15:57:57 -08006867android.view.View$TooltipInfo
Dianne Hackborn6b57b7e2011-11-07 14:45:49 -08006868android.view.View$TransformationInfo
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006869android.view.View$UnsetPressedState
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07006870android.view.View$VisibilityChangeForAutofillHandler
Calin Juravle00b23d32019-03-08 17:52:20 -08006871android.view.View
6872android.view.ViewAnimationHostBridge
Evan Millar0ea97b82009-03-24 17:49:23 -07006873android.view.ViewConfiguration
art-benchmark-serviced5115932020-02-25 17:55:03 -08006874android.view.ViewDebug$ExportedProperty
6875android.view.ViewDebug$FlagToString
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07006876android.view.ViewDebug$HierarchyHandler
art-benchmark-serviced5115932020-02-25 17:55:03 -08006877android.view.ViewDebug$IntToString
Calin Juravle00b23d32019-03-08 17:52:20 -08006878android.view.ViewDebug
Andreas Gampe61e7b662015-06-17 23:57:04 -07006879android.view.ViewGroup$1
6880android.view.ViewGroup$2
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006881android.view.ViewGroup$4
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006882android.view.ViewGroup$ChildListForAccessibility
6883android.view.ViewGroup$ChildListForAutoFillOrContentCapture
art-benchmark-serviced5115932020-02-25 17:55:03 -08006884android.view.ViewGroup$HoverTarget
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006885android.view.ViewGroup$LayoutParams
6886android.view.ViewGroup$MarginLayoutParams
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04006887android.view.ViewGroup$OnHierarchyChangeListener
Jesse Wilson80686182011-01-21 17:12:43 -08006888android.view.ViewGroup$TouchTarget
Calin Juravle00b23d32019-03-08 17:52:20 -08006889android.view.ViewGroup
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07006890android.view.ViewGroupOverlay
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006891android.view.ViewManager
Andreas Gampedcad4ca2014-10-03 02:00:29 +00006892android.view.ViewOutlineProvider$1
6893android.view.ViewOutlineProvider$2
6894android.view.ViewOutlineProvider$3
Calin Juravle00b23d32019-03-08 17:52:20 -08006895android.view.ViewOutlineProvider
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07006896android.view.ViewOverlay$OverlayViewGroup
Calin Juravle00b23d32019-03-08 17:52:20 -08006897android.view.ViewOverlay
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08006898android.view.ViewParent
Andreas Gampe61e7b662015-06-17 23:57:04 -07006899android.view.ViewPropertyAnimator$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006900android.view.ViewPropertyAnimator$2
6901android.view.ViewPropertyAnimator$3
Andreas Gampe61e7b662015-06-17 23:57:04 -07006902android.view.ViewPropertyAnimator$AnimatorEventListener
6903android.view.ViewPropertyAnimator$NameValuesHolder
6904android.view.ViewPropertyAnimator$PropertyBundle
Calin Juravle00b23d32019-03-08 17:52:20 -08006905android.view.ViewPropertyAnimator
Andreas Gampedcad4ca2014-10-03 02:00:29 +00006906android.view.ViewRootImpl$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006907android.view.ViewRootImpl$2
6908android.view.ViewRootImpl$3
Andreas Gampedcad4ca2014-10-03 02:00:29 +00006909android.view.ViewRootImpl$4
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07006910android.view.ViewRootImpl$AccessibilityInteractionConnection
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04006911android.view.ViewRootImpl$AccessibilityInteractionConnectionManager
Mathieu Chartierba2c0462017-05-19 16:41:46 -07006912android.view.ViewRootImpl$ActivityConfigCallback
Kenny Root9787b802013-04-26 12:53:57 -07006913android.view.ViewRootImpl$AsyncInputStage
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006914android.view.ViewRootImpl$CalledFromWrongThreadException
Mathieu Chartierba2c0462017-05-19 16:41:46 -07006915android.view.ViewRootImpl$ConfigChangedCallback
Andreas Gampedcad4ca2014-10-03 02:00:29 +00006916android.view.ViewRootImpl$ConsumeBatchedInputImmediatelyRunnable
Kenny Rootdbf30ed2012-09-19 13:08:12 -07006917android.view.ViewRootImpl$ConsumeBatchedInputRunnable
Kenny Root9787b802013-04-26 12:53:57 -07006918android.view.ViewRootImpl$EarlyPostImeInputStage
art-benchmark-serviced5115932020-02-25 17:55:03 -08006919android.view.ViewRootImpl$GfxInfo
Andreas Gampedcad4ca2014-10-03 02:00:29 +00006920android.view.ViewRootImpl$HighContrastTextManager
Kenny Root9787b802013-04-26 12:53:57 -07006921android.view.ViewRootImpl$ImeInputStage
6922android.view.ViewRootImpl$InputStage
Kenny Rootdbf30ed2012-09-19 13:08:12 -07006923android.view.ViewRootImpl$InvalidateOnAnimationRunnable
Kenny Root9787b802013-04-26 12:53:57 -07006924android.view.ViewRootImpl$NativePostImeInputStage
6925android.view.ViewRootImpl$NativePreImeInputStage
Kenny Rootdbf30ed2012-09-19 13:08:12 -07006926android.view.ViewRootImpl$QueuedInputEvent
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07006927android.view.ViewRootImpl$SendWindowContentChangedAccessibilityEvent
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006928android.view.ViewRootImpl$SurfaceChangedCallback
Kenny Root9787b802013-04-26 12:53:57 -07006929android.view.ViewRootImpl$SyntheticInputStage
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006930android.view.ViewRootImpl$SyntheticJoystickHandler$JoystickAxesState
Calin Juravle00b23d32019-03-08 17:52:20 -08006931android.view.ViewRootImpl$SyntheticJoystickHandler
Andreas Gampedcad4ca2014-10-03 02:00:29 +00006932android.view.ViewRootImpl$SyntheticKeyboardHandler
Kenny Root9787b802013-04-26 12:53:57 -07006933android.view.ViewRootImpl$SyntheticTouchNavigationHandler$1
Calin Juravle00b23d32019-03-08 17:52:20 -08006934android.view.ViewRootImpl$SyntheticTouchNavigationHandler
Kenny Root9787b802013-04-26 12:53:57 -07006935android.view.ViewRootImpl$SyntheticTrackballHandler
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07006936android.view.ViewRootImpl$SystemUiVisibilityInfo
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006937android.view.ViewRootImpl$TakenSurfaceHolder
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04006938android.view.ViewRootImpl$TrackballAxis
Kenny Rootdbf30ed2012-09-19 13:08:12 -07006939android.view.ViewRootImpl$TraversalRunnable
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006940android.view.ViewRootImpl$UnhandledKeyManager
Kenny Root9787b802013-04-26 12:53:57 -07006941android.view.ViewRootImpl$ViewPostImeInputStage
6942android.view.ViewRootImpl$ViewPreImeInputStage
Kenny Rootdbf30ed2012-09-19 13:08:12 -07006943android.view.ViewRootImpl$ViewRootHandler
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04006944android.view.ViewRootImpl$W
Kenny Rootdbf30ed2012-09-19 13:08:12 -07006945android.view.ViewRootImpl$WindowInputEventReceiver
Calin Juravle00b23d32019-03-08 17:52:20 -08006946android.view.ViewRootImpl
art-benchmark-serviced5115932020-02-25 17:55:03 -08006947android.view.ViewStructure$HtmlInfo$Builder
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006948android.view.ViewStructure$HtmlInfo
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07006949android.view.ViewStructure
Calin Juravle4a054192018-05-29 17:52:20 -07006950android.view.ViewStub$OnInflateListener
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006951android.view.ViewStub$ViewReplaceRunnable
Calin Juravle00b23d32019-03-08 17:52:20 -08006952android.view.ViewStub
Kenny Rootdbf30ed2012-09-19 13:08:12 -07006953android.view.ViewTreeObserver$CopyOnWriteArray$Access
Calin Juravle00b23d32019-03-08 17:52:20 -08006954android.view.ViewTreeObserver$CopyOnWriteArray
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006955android.view.ViewTreeObserver$InternalInsetsInfo
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006956android.view.ViewTreeObserver$OnComputeInternalInsetsListener
6957android.view.ViewTreeObserver$OnDrawListener
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006958android.view.ViewTreeObserver$OnEnterAnimationCompleteListener
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07006959android.view.ViewTreeObserver$OnGlobalFocusChangeListener
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006960android.view.ViewTreeObserver$OnGlobalLayoutListener
6961android.view.ViewTreeObserver$OnPreDrawListener
6962android.view.ViewTreeObserver$OnScrollChangedListener
6963android.view.ViewTreeObserver$OnTouchModeChangeListener
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006964android.view.ViewTreeObserver$OnWindowAttachListener
6965android.view.ViewTreeObserver$OnWindowFocusChangeListener
6966android.view.ViewTreeObserver$OnWindowShownListener
Calin Juravle00b23d32019-03-08 17:52:20 -08006967android.view.ViewTreeObserver
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006968android.view.Window$Callback
art-benchmark-serviced5115932020-02-25 17:55:03 -08006969android.view.Window$OnContentApplyWindowInsetsListener
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006970android.view.Window$OnFrameMetricsAvailableListener
Andreas Gampedcad4ca2014-10-03 02:00:29 +00006971android.view.Window$OnWindowDismissedCallback
Andreas Gampe0db10fd2017-02-01 15:57:57 -08006972android.view.Window$OnWindowSwipeDismissedCallback
Andreas Gampe571fc302016-02-18 13:58:09 -08006973android.view.Window$WindowControllerCallback
Calin Juravle00b23d32019-03-08 17:52:20 -08006974android.view.Window
Andreas Gampe61e7b662015-06-17 23:57:04 -07006975android.view.WindowAnimationFrameStats$1
Calin Juravle00b23d32019-03-08 17:52:20 -08006976android.view.WindowAnimationFrameStats
Andreas Gampe571fc302016-02-18 13:58:09 -08006977android.view.WindowCallbacks
art-benchmark-serviced5115932020-02-25 17:55:03 -08006978android.view.WindowContainerTransaction$1
6979android.view.WindowContainerTransaction
Andreas Gampedcad4ca2014-10-03 02:00:29 +00006980android.view.WindowContentFrameStats$1
Calin Juravle00b23d32019-03-08 17:52:20 -08006981android.view.WindowContentFrameStats
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006982android.view.WindowId$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08006983android.view.WindowId
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006984android.view.WindowInsets$Builder
art-benchmark-serviced5115932020-02-25 17:55:03 -08006985android.view.WindowInsets$Side
Calin Juravle00b23d32019-03-08 17:52:20 -08006986android.view.WindowInsets$Type
Andreas Gampedcad4ca2014-10-03 02:00:29 +00006987android.view.WindowInsets
Calin Juravle36829e52019-04-10 19:07:47 -07006988android.view.WindowInsetsController
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006989android.view.WindowLeaked
Mathieu Chartierba2c0462017-05-19 16:41:46 -07006990android.view.WindowManager$BadTokenException
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006991android.view.WindowManager$InvalidDisplayException
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006992android.view.WindowManager$LayoutParams$1
Calin Juravle00b23d32019-03-08 17:52:20 -08006993android.view.WindowManager$LayoutParams
6994android.view.WindowManager
Kenny Rootdbf30ed2012-09-19 13:08:12 -07006995android.view.WindowManagerGlobal$1
Andreas Gampedcad4ca2014-10-03 02:00:29 +00006996android.view.WindowManagerGlobal$2
Calin Juravle00b23d32019-03-08 17:52:20 -08006997android.view.WindowManagerGlobal
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08006998android.view.WindowManagerImpl
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006999android.view.WindowManagerPolicyConstants$PointerEventListener
7000android.view.WindowManagerPolicyConstants
art-benchmark-serviced5115932020-02-25 17:55:03 -08007001android.view.WindowMetrics
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007002android.view.accessibility.-$$Lambda$AccessibilityManager$1$o7fCplskH9NlBwJvkl6NoZ0L_BA
7003android.view.accessibility.-$$Lambda$AccessibilityManager$yzw5NYY7_MfAQ9gLy3mVllchaXo
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007004android.view.accessibility.AccessibilityEvent$1
Calin Juravle00b23d32019-03-08 17:52:20 -08007005android.view.accessibility.AccessibilityEvent
Andreas Gampe61e7b662015-06-17 23:57:04 -07007006android.view.accessibility.AccessibilityEventSource
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07007007android.view.accessibility.AccessibilityManager$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08007008android.view.accessibility.AccessibilityManager$AccessibilityPolicy
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007009android.view.accessibility.AccessibilityManager$AccessibilityServicesStateChangeListener
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04007010android.view.accessibility.AccessibilityManager$AccessibilityStateChangeListener
Andreas Gampedcad4ca2014-10-03 02:00:29 +00007011android.view.accessibility.AccessibilityManager$HighTextContrastChangeListener
Mathieu Chartierba2c0462017-05-19 16:41:46 -07007012android.view.accessibility.AccessibilityManager$MyCallback
7013android.view.accessibility.AccessibilityManager$TouchExplorationStateChangeListener
Calin Juravle00b23d32019-03-08 17:52:20 -08007014android.view.accessibility.AccessibilityManager
7015android.view.accessibility.AccessibilityNodeIdManager
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007016android.view.accessibility.AccessibilityNodeInfo$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007017android.view.accessibility.AccessibilityNodeInfo$AccessibilityAction$1
Calin Juravle4a054192018-05-29 17:52:20 -07007018android.view.accessibility.AccessibilityNodeInfo$AccessibilityAction
art-benchmark-serviced5115932020-02-25 17:55:03 -08007019android.view.accessibility.AccessibilityNodeInfo$CollectionInfo
7020android.view.accessibility.AccessibilityNodeInfo$CollectionItemInfo
7021android.view.accessibility.AccessibilityNodeInfo$RangeInfo
7022android.view.accessibility.AccessibilityNodeInfo$TouchDelegateInfo
Calin Juravle00b23d32019-03-08 17:52:20 -08007023android.view.accessibility.AccessibilityNodeInfo
Kenny Root9787b802013-04-26 12:53:57 -07007024android.view.accessibility.AccessibilityNodeProvider
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04007025android.view.accessibility.AccessibilityRecord
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007026android.view.accessibility.CaptioningManager$1
Calin Juravle4a054192018-05-29 17:52:20 -07007027android.view.accessibility.CaptioningManager$CaptionStyle
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007028android.view.accessibility.CaptioningManager$CaptioningChangeListener
7029android.view.accessibility.CaptioningManager$MyContentObserver
Calin Juravle00b23d32019-03-08 17:52:20 -08007030android.view.accessibility.CaptioningManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007031android.view.accessibility.IAccessibilityInteractionConnection$Stub$Proxy
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007032android.view.accessibility.IAccessibilityInteractionConnection$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08007033android.view.accessibility.IAccessibilityInteractionConnection
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007034android.view.accessibility.IAccessibilityInteractionConnectionCallback$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08007035android.view.accessibility.IAccessibilityInteractionConnectionCallback$Stub
7036android.view.accessibility.IAccessibilityInteractionConnectionCallback
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07007037android.view.accessibility.IAccessibilityManager$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08007038android.view.accessibility.IAccessibilityManager$Stub
7039android.view.accessibility.IAccessibilityManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007040android.view.accessibility.IAccessibilityManagerClient$Stub$Proxy
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07007041android.view.accessibility.IAccessibilityManagerClient$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08007042android.view.accessibility.IAccessibilityManagerClient
art-benchmark-serviced5115932020-02-25 17:55:03 -08007043android.view.accessibility.IWindowMagnificationConnection$Stub
7044android.view.accessibility.IWindowMagnificationConnection
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007045android.view.accessibility.WeakSparseArray$WeakReferenceWithId
7046android.view.accessibility.WeakSparseArray
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07007047android.view.animation.AccelerateDecelerateInterpolator
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04007048android.view.animation.AccelerateInterpolator
Andreas Gampe61e7b662015-06-17 23:57:04 -07007049android.view.animation.AlphaAnimation
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007050android.view.animation.Animation$1
7051android.view.animation.Animation$2
7052android.view.animation.Animation$3
Kenny Root9787b802013-04-26 12:53:57 -07007053android.view.animation.Animation$AnimationListener
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007054android.view.animation.Animation$Description
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007055android.view.animation.Animation$NoImagePreloadHolder
Calin Juravle00b23d32019-03-08 17:52:20 -08007056android.view.animation.Animation
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007057android.view.animation.AnimationSet
Andreas Gampe0db10fd2017-02-01 15:57:57 -08007058android.view.animation.AnimationUtils$1
7059android.view.animation.AnimationUtils$AnimationState
Calin Juravle00b23d32019-03-08 17:52:20 -08007060android.view.animation.AnimationUtils
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007061android.view.animation.AnticipateInterpolator
7062android.view.animation.AnticipateOvershootInterpolator
Andreas Gampe61e7b662015-06-17 23:57:04 -07007063android.view.animation.BaseInterpolator
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007064android.view.animation.BounceInterpolator
7065android.view.animation.ClipRectAnimation
7066android.view.animation.CycleInterpolator
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07007067android.view.animation.DecelerateInterpolator
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007068android.view.animation.GridLayoutAnimationController
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07007069android.view.animation.Interpolator
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007070android.view.animation.LayoutAnimationController
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07007071android.view.animation.LinearInterpolator
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007072android.view.animation.OvershootInterpolator
Andreas Gampedcad4ca2014-10-03 02:00:29 +00007073android.view.animation.PathInterpolator
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007074android.view.animation.RotateAnimation
Calin Juravle4a054192018-05-29 17:52:20 -07007075android.view.animation.ScaleAnimation
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07007076android.view.animation.Transformation
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007077android.view.animation.TranslateAnimation
art-benchmark-serviced5115932020-02-25 17:55:03 -08007078android.view.autofill.-$$Lambda$AutofillManager$AutofillManagerClient$qH36EJk2Hkdja9ZZmTxqYPyr0YA
7079android.view.autofill.-$$Lambda$AutofillManager$AutofillManagerClient$vxNm6RuuD-r5pkiSxNSBBd1w_Qc
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007080android.view.autofill.-$$Lambda$AutofillManager$V76JiQu509LCUz3-ckpb-nB3JhA
7081android.view.autofill.-$$Lambda$AutofillManager$YfpJNFodEuj5lbXfPlc77fsEvC8
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007082android.view.autofill.AutofillId$1
Calin Juravle00b23d32019-03-08 17:52:20 -08007083android.view.autofill.AutofillId
art-benchmark-serviced5115932020-02-25 17:55:03 -08007084android.view.autofill.AutofillManager$AugmentedAutofillManagerClient
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007085android.view.autofill.AutofillManager$AutofillCallback
Mathieu Chartierba2c0462017-05-19 16:41:46 -07007086android.view.autofill.AutofillManager$AutofillClient
7087android.view.autofill.AutofillManager$AutofillManagerClient
art-benchmark-serviced5115932020-02-25 17:55:03 -08007088android.view.autofill.AutofillManager$TrackedViews
Calin Juravle00b23d32019-03-08 17:52:20 -08007089android.view.autofill.AutofillManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007090android.view.autofill.AutofillManagerInternal
art-benchmark-serviced5115932020-02-25 17:55:03 -08007091android.view.autofill.AutofillPopupWindow
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007092android.view.autofill.AutofillValue$1
Calin Juravle00b23d32019-03-08 17:52:20 -08007093android.view.autofill.AutofillValue
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007094android.view.autofill.Helper
art-benchmark-serviced5115932020-02-25 17:55:03 -08007095android.view.autofill.IAugmentedAutofillManagerClient$Stub
7096android.view.autofill.IAugmentedAutofillManagerClient
Mathieu Chartierba2c0462017-05-19 16:41:46 -07007097android.view.autofill.IAutoFillManager$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08007098android.view.autofill.IAutoFillManager$Stub
7099android.view.autofill.IAutoFillManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007100android.view.autofill.IAutoFillManagerClient$Stub$Proxy
Mathieu Chartierba2c0462017-05-19 16:41:46 -07007101android.view.autofill.IAutoFillManagerClient$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08007102android.view.autofill.IAutoFillManagerClient
art-benchmark-serviced5115932020-02-25 17:55:03 -08007103android.view.autofill.IAutofillWindowPresenter$Stub
Mathieu Chartierba2c0462017-05-19 16:41:46 -07007104android.view.autofill.IAutofillWindowPresenter
art-benchmark-serviced5115932020-02-25 17:55:03 -08007105android.view.autofill.ParcelableMap$1
7106android.view.autofill.ParcelableMap
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007107android.view.contentcapture.ContentCaptureCondition$1
7108android.view.contentcapture.ContentCaptureCondition
7109android.view.contentcapture.ContentCaptureContext$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08007110android.view.contentcapture.ContentCaptureContext$Builder
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007111android.view.contentcapture.ContentCaptureContext
art-benchmark-serviced5115932020-02-25 17:55:03 -08007112android.view.contentcapture.ContentCaptureEvent$1
7113android.view.contentcapture.ContentCaptureEvent
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007114android.view.contentcapture.ContentCaptureHelper
Calin Juravle36829e52019-04-10 19:07:47 -07007115android.view.contentcapture.ContentCaptureManager$ContentCaptureClient
Calin Juravle00b23d32019-03-08 17:52:20 -08007116android.view.contentcapture.ContentCaptureManager
art-benchmark-serviced5115932020-02-25 17:55:03 -08007117android.view.contentcapture.ContentCaptureSession
7118android.view.contentcapture.ContentCaptureSessionId
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007119android.view.contentcapture.DataRemovalRequest$1
7120android.view.contentcapture.DataRemovalRequest
art-benchmark-serviced5115932020-02-25 17:55:03 -08007121android.view.contentcapture.DataShareRequest
7122android.view.contentcapture.IContentCaptureManager$Stub$Proxy
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007123android.view.contentcapture.IContentCaptureManager$Stub
7124android.view.contentcapture.IContentCaptureManager
art-benchmark-serviced5115932020-02-25 17:55:03 -08007125android.view.contentcapture.IDataShareWriteAdapter$Stub
7126android.view.contentcapture.IDataShareWriteAdapter
7127android.view.contentcapture.MainContentCaptureSession$1
7128android.view.contentcapture.MainContentCaptureSession
art-benchmark-servicead05a302020-03-17 09:46:02 -07007129android.view.inputmethod.-$$Lambda$InputMethodManager$DelegateImpl$r2X8PLo_YIORJTYJGDfinf_IvK4
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007130android.view.inputmethod.-$$Lambda$InputMethodManager$dfnCauFoZCf-HfXs1QavrkwWDf0
7131android.view.inputmethod.-$$Lambda$InputMethodManager$iDWn3IGSUFqIcs8Py42UhfrshxI
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08007132android.view.inputmethod.BaseInputConnection
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007133android.view.inputmethod.CompletionInfo$1
7134android.view.inputmethod.CompletionInfo
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07007135android.view.inputmethod.ComposingText
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007136android.view.inputmethod.CorrectionInfo$1
7137android.view.inputmethod.CorrectionInfo
7138android.view.inputmethod.CursorAnchorInfo$1
Andreas Gampedcad4ca2014-10-03 02:00:29 +00007139android.view.inputmethod.CursorAnchorInfo$Builder
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007140android.view.inputmethod.CursorAnchorInfo
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07007141android.view.inputmethod.EditorInfo$1
art-benchmark-servicead05a302020-03-17 09:46:02 -07007142android.view.inputmethod.EditorInfo$InitialSurroundingText$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08007143android.view.inputmethod.EditorInfo$InitialSurroundingText
Calin Juravle00b23d32019-03-08 17:52:20 -08007144android.view.inputmethod.EditorInfo
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007145android.view.inputmethod.ExtractedText$1
Calin Juravle00b23d32019-03-08 17:52:20 -08007146android.view.inputmethod.ExtractedText
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007147android.view.inputmethod.ExtractedTextRequest$1
7148android.view.inputmethod.ExtractedTextRequest
art-benchmark-serviced5115932020-02-25 17:55:03 -08007149android.view.inputmethod.InlineSuggestionsRequest
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007150android.view.inputmethod.InputBinding$1
7151android.view.inputmethod.InputBinding
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07007152android.view.inputmethod.InputConnection
Calin Juravle4a054192018-05-29 17:52:20 -07007153android.view.inputmethod.InputConnectionInspector
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007154android.view.inputmethod.InputConnectionWrapper
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007155android.view.inputmethod.InputContentInfo$1
7156android.view.inputmethod.InputContentInfo
7157android.view.inputmethod.InputMethod$SessionCallback
7158android.view.inputmethod.InputMethod
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007159android.view.inputmethod.InputMethodInfo$1
Calin Juravle00b23d32019-03-08 17:52:20 -08007160android.view.inputmethod.InputMethodInfo
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07007161android.view.inputmethod.InputMethodManager$1
7162android.view.inputmethod.InputMethodManager$ControlledInputConnectionWrapper
art-benchmark-serviced5115932020-02-25 17:55:03 -08007163android.view.inputmethod.InputMethodManager$DelegateImpl
Kenny Root9787b802013-04-26 12:53:57 -07007164android.view.inputmethod.InputMethodManager$FinishedInputEventCallback
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07007165android.view.inputmethod.InputMethodManager$H
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007166android.view.inputmethod.InputMethodManager$ImeInputEventSender
art-benchmark-serviced5115932020-02-25 17:55:03 -08007167android.view.inputmethod.InputMethodManager$ImeThreadFactory
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007168android.view.inputmethod.InputMethodManager$PendingEvent
Calin Juravle00b23d32019-03-08 17:52:20 -08007169android.view.inputmethod.InputMethodManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007170android.view.inputmethod.InputMethodSession$EventCallback
7171android.view.inputmethod.InputMethodSession
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007172android.view.inputmethod.InputMethodSubtype$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007173android.view.inputmethod.InputMethodSubtype$InputMethodSubtypeBuilder
Calin Juravle00b23d32019-03-08 17:52:20 -08007174android.view.inputmethod.InputMethodSubtype
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007175android.view.inputmethod.InputMethodSubtypeArray
Calin Juravle00b23d32019-03-08 17:52:20 -08007176android.view.textclassifier.-$$Lambda$0biFK4yZBmWN1EO2wtnXskzuEcE
7177android.view.textclassifier.-$$Lambda$9N8WImc0VBjy2oxI_Gk5_Pbye_A
art-benchmark-serviced5115932020-02-25 17:55:03 -08007178android.view.textclassifier.-$$Lambda$ActionsModelParamsSupplier$GCXILXtg_S2la6x__ANOhbYxetw
7179android.view.textclassifier.-$$Lambda$ActionsModelParamsSupplier$zElxNeuL3A8paTXvw8GWdpp4rFo
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007180android.view.textclassifier.-$$Lambda$ActionsSuggestionsHelper$6oTtcn9bDE-u-8FbiyGdntqoQG0
7181android.view.textclassifier.-$$Lambda$ActionsSuggestionsHelper$YTQv8oPvlmJL4tITUFD4z4JWKRk
7182android.view.textclassifier.-$$Lambda$ActionsSuggestionsHelper$sY0w9od2zcl4YFel0lG4VB3vf7I
Calin Juravle00b23d32019-03-08 17:52:20 -08007183android.view.textclassifier.-$$Lambda$EntityConfidence$YPh8hwgSYYK8OyQ1kFlQngc71Q0
art-benchmark-serviced5115932020-02-25 17:55:03 -08007184android.view.textclassifier.-$$Lambda$GenerateLinksLogger$vmbT_h7MLlbrIm0lJJwA-eHQhXk
Calin Juravle36829e52019-04-10 19:07:47 -07007185android.view.textclassifier.-$$Lambda$L_UQMPjXwBN0ch4zL2dD82nf9RI
Calin Juravle00b23d32019-03-08 17:52:20 -08007186android.view.textclassifier.-$$Lambda$NxwbyZSxofZ4Z5SQhfXmtLQ1nxk
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007187android.view.textclassifier.-$$Lambda$OGSS2qx6njxlnp0dnKb4lA3jnw8
art-benchmark-serviced5115932020-02-25 17:55:03 -08007188android.view.textclassifier.-$$Lambda$TextClassificationManager$JIaezIJbMig_-kVzN6oArzkTsJE
Calin Juravle00b23d32019-03-08 17:52:20 -08007189android.view.textclassifier.-$$Lambda$TextClassifierImpl$RRbXefHgcUymI9-P95ArUyMvfbw
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007190android.view.textclassifier.-$$Lambda$TextClassifierImpl$ftq-sQqJYwUdrdbbr9jz3p4AWos
7191android.view.textclassifier.-$$Lambda$TextClassifierImpl$iSt_Guet-O6Vtdk0MA4z-Z4lzaM
Calin Juravle00b23d32019-03-08 17:52:20 -08007192android.view.textclassifier.-$$Lambda$XeE_KI7QgMKzF9vYRSoFWAolyuA
7193android.view.textclassifier.-$$Lambda$jJq8RXuVdjYF3lPq-77PEw1NJLM
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007194android.view.textclassifier.ActionsModelParamsSupplier$ActionsModelParams
art-benchmark-serviced5115932020-02-25 17:55:03 -08007195android.view.textclassifier.ActionsModelParamsSupplier$SettingsObserver
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007196android.view.textclassifier.ActionsModelParamsSupplier
7197android.view.textclassifier.ActionsSuggestionsHelper$PersonEncoder
7198android.view.textclassifier.ActionsSuggestionsHelper
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007199android.view.textclassifier.ConversationAction$1
7200android.view.textclassifier.ConversationAction$Builder
7201android.view.textclassifier.ConversationAction
7202android.view.textclassifier.ConversationActions$1
7203android.view.textclassifier.ConversationActions$Message$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08007204android.view.textclassifier.ConversationActions$Message$Builder
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007205android.view.textclassifier.ConversationActions$Message
7206android.view.textclassifier.ConversationActions$Request$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08007207android.view.textclassifier.ConversationActions$Request$Builder
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007208android.view.textclassifier.ConversationActions$Request
7209android.view.textclassifier.ConversationActions
Calin Juravle00b23d32019-03-08 17:52:20 -08007210android.view.textclassifier.EntityConfidence$1
7211android.view.textclassifier.EntityConfidence
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007212android.view.textclassifier.ExtrasUtils
art-benchmark-serviced5115932020-02-25 17:55:03 -08007213android.view.textclassifier.GenerateLinksLogger$LinkifyStats
Calin Juravle00b23d32019-03-08 17:52:20 -08007214android.view.textclassifier.GenerateLinksLogger
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007215android.view.textclassifier.Log
7216android.view.textclassifier.ModelFileManager$ModelFile
Calin Juravle00b23d32019-03-08 17:52:20 -08007217android.view.textclassifier.ModelFileManager$ModelFileSupplierImpl
7218android.view.textclassifier.ModelFileManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007219android.view.textclassifier.SelectionEvent$1
7220android.view.textclassifier.SelectionEvent
7221android.view.textclassifier.SelectionSessionLogger$SignatureParser
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007222android.view.textclassifier.SelectionSessionLogger
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007223android.view.textclassifier.SystemTextClassifier$BlockingCallback
7224android.view.textclassifier.SystemTextClassifier$ResponseReceiver
Calin Juravle00b23d32019-03-08 17:52:20 -08007225android.view.textclassifier.SystemTextClassifier
Calin Juravle00b23d32019-03-08 17:52:20 -08007226android.view.textclassifier.TextClassification$1
7227android.view.textclassifier.TextClassification$Builder
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007228android.view.textclassifier.TextClassification$Request$1
7229android.view.textclassifier.TextClassification$Request
Calin Juravle4a054192018-05-29 17:52:20 -07007230android.view.textclassifier.TextClassification
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007231android.view.textclassifier.TextClassificationConstants
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007232android.view.textclassifier.TextClassificationContext$1
7233android.view.textclassifier.TextClassificationContext$Builder
7234android.view.textclassifier.TextClassificationContext
Calin Juravle4a054192018-05-29 17:52:20 -07007235android.view.textclassifier.TextClassificationManager$SettingsObserver
Calin Juravle00b23d32019-03-08 17:52:20 -08007236android.view.textclassifier.TextClassificationManager
art-benchmark-serviced5115932020-02-25 17:55:03 -08007237android.view.textclassifier.TextClassificationSession
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007238android.view.textclassifier.TextClassificationSessionFactory
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007239android.view.textclassifier.TextClassificationSessionId$1
7240android.view.textclassifier.TextClassificationSessionId
Calin Juravle00b23d32019-03-08 17:52:20 -08007241android.view.textclassifier.TextClassifier$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007242android.view.textclassifier.TextClassifier$EntityConfig$1
7243android.view.textclassifier.TextClassifier$EntityConfig$Builder
7244android.view.textclassifier.TextClassifier$EntityConfig
7245android.view.textclassifier.TextClassifier$Utils
Calin Juravle4a054192018-05-29 17:52:20 -07007246android.view.textclassifier.TextClassifier
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007247android.view.textclassifier.TextClassifierEvent$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08007248android.view.textclassifier.TextClassifierEvent$Builder
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007249android.view.textclassifier.TextClassifierEvent$ConversationActionsEvent$1
7250android.view.textclassifier.TextClassifierEvent$ConversationActionsEvent
7251android.view.textclassifier.TextClassifierEvent$LanguageDetectionEvent$1
7252android.view.textclassifier.TextClassifierEvent$LanguageDetectionEvent
7253android.view.textclassifier.TextClassifierEvent$TextLinkifyEvent$1
7254android.view.textclassifier.TextClassifierEvent$TextLinkifyEvent
7255android.view.textclassifier.TextClassifierEvent$TextSelectionEvent$1
7256android.view.textclassifier.TextClassifierEvent$TextSelectionEvent
7257android.view.textclassifier.TextClassifierEvent
Calin Juravle00b23d32019-03-08 17:52:20 -08007258android.view.textclassifier.TextClassifierEventTronLogger
7259android.view.textclassifier.TextClassifierImpl
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007260android.view.textclassifier.TextLanguage$1
7261android.view.textclassifier.TextLanguage$Builder
7262android.view.textclassifier.TextLanguage$Request$1
7263android.view.textclassifier.TextLanguage$Request$Builder
7264android.view.textclassifier.TextLanguage$Request
7265android.view.textclassifier.TextLanguage
art-benchmark-serviced5115932020-02-25 17:55:03 -08007266android.view.textclassifier.TextLinks$Builder
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007267android.view.textclassifier.TextLinks$Request$1
7268android.view.textclassifier.TextLinks$Request
art-benchmark-serviced5115932020-02-25 17:55:03 -08007269android.view.textclassifier.TextLinks$TextLink
7270android.view.textclassifier.TextLinks$TextLinkSpan
7271android.view.textclassifier.TextLinks
Calin Juravle00b23d32019-03-08 17:52:20 -08007272android.view.textclassifier.TextSelection$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007273android.view.textclassifier.TextSelection$Request$1
7274android.view.textclassifier.TextSelection$Request
Calin Juravle4a054192018-05-29 17:52:20 -07007275android.view.textclassifier.TextSelection
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007276android.view.textclassifier.intent.-$$Lambda$LabeledIntent$LaL7EfxShgNu4lrdo3mv85g49Jg
7277android.view.textclassifier.intent.ClassificationIntentFactory
7278android.view.textclassifier.intent.LabeledIntent$Result
7279android.view.textclassifier.intent.LabeledIntent$TitleChooser
7280android.view.textclassifier.intent.LabeledIntent
7281android.view.textclassifier.intent.LegacyClassificationIntentFactory
7282android.view.textclassifier.intent.TemplateClassificationIntentFactory
7283android.view.textclassifier.intent.TemplateIntentFactory
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007284android.view.textclassifier.logging.SmartSelectionEventTracker$SelectionEvent
Calin Juravle00b23d32019-03-08 17:52:20 -08007285android.view.textclassifier.logging.SmartSelectionEventTracker
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007286android.view.textservice.SpellCheckerInfo$1
Calin Juravle00b23d32019-03-08 17:52:20 -08007287android.view.textservice.SpellCheckerInfo
Calin Juravle4a054192018-05-29 17:52:20 -07007288android.view.textservice.SpellCheckerSession$1
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007289android.view.textservice.SpellCheckerSession$InternalListener
7290android.view.textservice.SpellCheckerSession$SpellCheckerSessionListener
art-benchmark-serviced5115932020-02-25 17:55:03 -08007291android.view.textservice.SpellCheckerSession$SpellCheckerSessionListenerImpl$1
7292android.view.textservice.SpellCheckerSession$SpellCheckerSessionListenerImpl$SpellCheckerParams
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007293android.view.textservice.SpellCheckerSession$SpellCheckerSessionListenerImpl
Calin Juravle00b23d32019-03-08 17:52:20 -08007294android.view.textservice.SpellCheckerSession
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007295android.view.textservice.SpellCheckerSubtype$1
Calin Juravle00b23d32019-03-08 17:52:20 -08007296android.view.textservice.SpellCheckerSubtype
art-benchmark-serviced5115932020-02-25 17:55:03 -08007297android.view.textservice.TextInfo
Andreas Gampe61e7b662015-06-17 23:57:04 -07007298android.view.textservice.TextServicesManager
Calin Juravle4a054192018-05-29 17:52:20 -07007299android.webkit.ConsoleMessage$MessageLevel
Calin Juravle00b23d32019-03-08 17:52:20 -08007300android.webkit.ConsoleMessage
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007301android.webkit.CookieManager
7302android.webkit.CookieSyncManager
7303android.webkit.DownloadListener
7304android.webkit.GeolocationPermissions
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007305android.webkit.IWebViewUpdateService$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08007306android.webkit.IWebViewUpdateService$Stub
7307android.webkit.IWebViewUpdateService
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007308android.webkit.JavascriptInterface
art-benchmark-serviced5115932020-02-25 17:55:03 -08007309android.webkit.MimeTypeMap
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007310android.webkit.ServiceWorkerClient
7311android.webkit.ServiceWorkerController
7312android.webkit.ServiceWorkerWebSettings
7313android.webkit.TokenBindingService
7314android.webkit.TracingController
Calin Juravle4a054192018-05-29 17:52:20 -07007315android.webkit.URLUtil
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007316android.webkit.UserPackage
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007317android.webkit.ValueCallback
7318android.webkit.WebBackForwardList
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007319android.webkit.WebChromeClient$CustomViewCallback
Calin Juravle00b23d32019-03-08 17:52:20 -08007320android.webkit.WebChromeClient
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007321android.webkit.WebIconDatabase
7322android.webkit.WebMessage
7323android.webkit.WebMessagePort
art-benchmark-serviced5115932020-02-25 17:55:03 -08007324android.webkit.WebResourceError
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007325android.webkit.WebResourceRequest
art-benchmark-serviced5115932020-02-25 17:55:03 -08007326android.webkit.WebSettings$PluginState
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007327android.webkit.WebSettings
7328android.webkit.WebStorage
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007329android.webkit.WebSyncManager
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007330android.webkit.WebView$FindListener
7331android.webkit.WebView$HitTestResult
7332android.webkit.WebView$PictureListener
7333android.webkit.WebView$PrivateAccess
7334android.webkit.WebView$VisualStateCallback
Calin Juravle00b23d32019-03-08 17:52:20 -08007335android.webkit.WebView
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007336android.webkit.WebViewClient
7337android.webkit.WebViewDatabase
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007338android.webkit.WebViewDelegate$1
7339android.webkit.WebViewDelegate$OnTraceEnabledChangeListener
Calin Juravle00b23d32019-03-08 17:52:20 -08007340android.webkit.WebViewDelegate
Andreas Gampe61e7b662015-06-17 23:57:04 -07007341android.webkit.WebViewFactory$MissingWebViewPackageException
Calin Juravle00b23d32019-03-08 17:52:20 -08007342android.webkit.WebViewFactory
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007343android.webkit.WebViewFactoryProvider$Statics
Calin Juravle00b23d32019-03-08 17:52:20 -08007344android.webkit.WebViewFactoryProvider
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007345android.webkit.WebViewLibraryLoader$1
7346android.webkit.WebViewLibraryLoader$RelroFileCreator
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007347android.webkit.WebViewLibraryLoader
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007348android.webkit.WebViewProvider$ScrollDelegate
7349android.webkit.WebViewProvider$ViewDelegate
Calin Juravle00b23d32019-03-08 17:52:20 -08007350android.webkit.WebViewProvider
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007351android.webkit.WebViewProviderInfo$1
7352android.webkit.WebViewProviderInfo
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007353android.webkit.WebViewProviderResponse$1
Calin Juravle00b23d32019-03-08 17:52:20 -08007354android.webkit.WebViewProviderResponse
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007355android.webkit.WebViewZygote
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007356android.widget.-$$Lambda$Editor$MagnifierMotionAnimator$E-RaelOMgCHAzvKgSSZE-hDYeIg
7357android.widget.-$$Lambda$IfzAW5fP9thoftErKAjo9SLZufw
7358android.widget.-$$Lambda$PopupWindow$8Gc2stI5cSJZbuKX7X4Qr_vU2nI
7359android.widget.-$$Lambda$PopupWindow$nV1HS3Nc6Ck5JRIbIHe3mkyHWzc
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007360android.widget.-$$Lambda$RemoteViews$FAOkoZgPKPkiYdtkDxAhkeoykww
7361android.widget.-$$Lambda$RemoteViews$Ld8XNSMwygf42608Zln-rjTyHy0
7362android.widget.-$$Lambda$RemoteViews$SetOnClickResponse$9rKnU2QqCzJhBC39ZrKYXob0-MA
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007363android.widget.-$$Lambda$SmartSelectSprite$c8eqlh2kO_X0luLU2BexwK921WA
7364android.widget.-$$Lambda$SmartSelectSprite$mdkXIT1_UNlJQMaziE_E815aIKE
7365android.widget.-$$Lambda$yIdmBO6ZxaY03PGN08RySVVQXuE
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007366android.widget.AbsListView$1
7367android.widget.AbsListView$2
Calin Juravle4a054192018-05-29 17:52:20 -07007368android.widget.AbsListView$3
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007369android.widget.AbsListView$4
art-benchmark-serviced5115932020-02-25 17:55:03 -08007370android.widget.AbsListView$AbsPositionScroller
Jesse Wilson80686182011-01-21 17:12:43 -08007371android.widget.AbsListView$AdapterDataSetObserver
art-benchmark-serviced5115932020-02-25 17:55:03 -08007372android.widget.AbsListView$CheckForLongPress
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007373android.widget.AbsListView$CheckForTap
Calin Juravle4a054192018-05-29 17:52:20 -07007374android.widget.AbsListView$FlingRunnable$1
Calin Juravle00b23d32019-03-08 17:52:20 -08007375android.widget.AbsListView$FlingRunnable
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07007376android.widget.AbsListView$LayoutParams
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007377android.widget.AbsListView$ListItemAccessibilityDelegate
art-benchmark-serviced5115932020-02-25 17:55:03 -08007378android.widget.AbsListView$MultiChoiceModeListener
7379android.widget.AbsListView$MultiChoiceModeWrapper
Jesse Wilson80686182011-01-21 17:12:43 -08007380android.widget.AbsListView$OnScrollListener
Calin Juravle4a054192018-05-29 17:52:20 -07007381android.widget.AbsListView$PerformClick
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07007382android.widget.AbsListView$RecycleBin
Calin Juravle4a054192018-05-29 17:52:20 -07007383android.widget.AbsListView$RecyclerListener
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007384android.widget.AbsListView$SavedState$1
Calin Juravle00b23d32019-03-08 17:52:20 -08007385android.widget.AbsListView$SavedState
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007386android.widget.AbsListView$SelectionBoundsAdjuster
Calin Juravle4a054192018-05-29 17:52:20 -07007387android.widget.AbsListView$WindowRunnnable
Calin Juravle00b23d32019-03-08 17:52:20 -08007388android.widget.AbsListView
Andreas Gampe571fc302016-02-18 13:58:09 -08007389android.widget.AbsSeekBar
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007390android.widget.AbsSpinner$RecycleBin
7391android.widget.AbsSpinner$SavedState$1
Calin Juravle00b23d32019-03-08 17:52:20 -08007392android.widget.AbsSpinner
art-benchmark-serviced5115932020-02-25 17:55:03 -08007393android.widget.AbsoluteLayout$LayoutParams
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007394android.widget.AbsoluteLayout
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007395android.widget.ActionMenuPresenter$1
7396android.widget.ActionMenuPresenter$2
art-benchmark-serviced5115932020-02-25 17:55:03 -08007397android.widget.ActionMenuPresenter$ActionButtonSubmenu
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007398android.widget.ActionMenuPresenter$ActionMenuPopupCallback
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007399android.widget.ActionMenuPresenter$OverflowMenuButton$1
Calin Juravle00b23d32019-03-08 17:52:20 -08007400android.widget.ActionMenuPresenter$OverflowMenuButton
art-benchmark-serviced5115932020-02-25 17:55:03 -08007401android.widget.ActionMenuPresenter$OverflowPopup
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007402android.widget.ActionMenuPresenter$PopupPresenterCallback
Calin Juravle00b23d32019-03-08 17:52:20 -08007403android.widget.ActionMenuPresenter
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007404android.widget.ActionMenuView$ActionMenuChildView
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007405android.widget.ActionMenuView$ActionMenuPresenterCallback
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007406android.widget.ActionMenuView$LayoutParams
7407android.widget.ActionMenuView$MenuBuilderCallback
7408android.widget.ActionMenuView$OnMenuItemClickListener
Calin Juravle00b23d32019-03-08 17:52:20 -08007409android.widget.ActionMenuView
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07007410android.widget.Adapter
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07007411android.widget.AdapterView$AdapterDataSetObserver
7412android.widget.AdapterView$OnItemClickListener
Jesse Wilson80686182011-01-21 17:12:43 -08007413android.widget.AdapterView$OnItemSelectedListener
art-benchmark-serviced5115932020-02-25 17:55:03 -08007414android.widget.AdapterView$SelectionNotifier
Calin Juravle00b23d32019-03-08 17:52:20 -08007415android.widget.AdapterView
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007416android.widget.ArrayAdapter
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007417android.widget.AutoCompleteTextView$DropDownItemClickListener
7418android.widget.AutoCompleteTextView$MyWatcher
7419android.widget.AutoCompleteTextView$PassThroughClickListener
art-benchmark-serviced5115932020-02-25 17:55:03 -08007420android.widget.AutoCompleteTextView$Validator
Calin Juravle00b23d32019-03-08 17:52:20 -08007421android.widget.AutoCompleteTextView
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08007422android.widget.BaseAdapter
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07007423android.widget.Button
Andreas Gampe571fc302016-02-18 13:58:09 -08007424android.widget.CheckBox
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07007425android.widget.Checkable
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007426android.widget.CheckedTextView
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007427android.widget.Chronometer$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08007428android.widget.Chronometer$OnChronometerTickListener
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007429android.widget.Chronometer
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007430android.widget.CompoundButton$OnCheckedChangeListener
art-benchmark-serviced5115932020-02-25 17:55:03 -08007431android.widget.CompoundButton$SavedState
Calin Juravle00b23d32019-03-08 17:52:20 -08007432android.widget.CompoundButton
Dianne Hackborn6b57b7e2011-11-07 14:45:49 -08007433android.widget.EdgeEffect
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08007434android.widget.EditText
Andreas Gampe61e7b662015-06-17 23:57:04 -07007435android.widget.Editor$1
7436android.widget.Editor$2
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007437android.widget.Editor$3
7438android.widget.Editor$5
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007439android.widget.Editor$Blink
art-benchmark-serviced5115932020-02-25 17:55:03 -08007440android.widget.Editor$CorrectionHighlighter
Andreas Gampedcad4ca2014-10-03 02:00:29 +00007441android.widget.Editor$CursorAnchorInfoNotifier
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007442android.widget.Editor$CursorController
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007443android.widget.Editor$EasyEditDeleteListener
7444android.widget.Editor$EasyEditPopupWindow
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007445android.widget.Editor$EditOperation$1
Calin Juravle00b23d32019-03-08 17:52:20 -08007446android.widget.Editor$EditOperation
art-benchmark-serviced5115932020-02-25 17:55:03 -08007447android.widget.Editor$ErrorPopup
7448android.widget.Editor$HandleView
SangWook Hanfd9cb492012-08-12 19:46:51 +09007449android.widget.Editor$InputContentType
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007450android.widget.Editor$InputMethodState
art-benchmark-serviced5115932020-02-25 17:55:03 -08007451android.widget.Editor$InsertionHandleView
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007452android.widget.Editor$InsertionPointCursorController
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007453android.widget.Editor$MagnifierMotionAnimator
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007454android.widget.Editor$PinnedPopupWindow
Andreas Gampedcad4ca2014-10-03 02:00:29 +00007455android.widget.Editor$PositionListener
Andreas Gampe571fc302016-02-18 13:58:09 -08007456android.widget.Editor$ProcessTextIntentActionsHandler
art-benchmark-serviced5115932020-02-25 17:55:03 -08007457android.widget.Editor$SelectionHandleView
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007458android.widget.Editor$SelectionModifierCursorController
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007459android.widget.Editor$SpanController$1
7460android.widget.Editor$SpanController$2
Andreas Gampedcad4ca2014-10-03 02:00:29 +00007461android.widget.Editor$SpanController
Andreas Gampe571fc302016-02-18 13:58:09 -08007462android.widget.Editor$SuggestionHelper$SuggestionSpanComparator
Calin Juravle00b23d32019-03-08 17:52:20 -08007463android.widget.Editor$SuggestionHelper
art-benchmark-serviced5115932020-02-25 17:55:03 -08007464android.widget.Editor$SuggestionsPopupWindow
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007465android.widget.Editor$TextRenderNode
Andreas Gampedcad4ca2014-10-03 02:00:29 +00007466android.widget.Editor$TextViewPositionListener
Andreas Gampe61e7b662015-06-17 23:57:04 -07007467android.widget.Editor$UndoInputFilter
Calin Juravle00b23d32019-03-08 17:52:20 -08007468android.widget.Editor
art-benchmark-serviced5115932020-02-25 17:55:03 -08007469android.widget.EditorTouchState
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007470android.widget.FastScroller$1
7471android.widget.FastScroller$2
7472android.widget.FastScroller$3
7473android.widget.FastScroller$4
7474android.widget.FastScroller$5
7475android.widget.FastScroller$6
art-benchmark-serviced5115932020-02-25 17:55:03 -08007476android.widget.FastScroller
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07007477android.widget.Filter$FilterListener
art-benchmark-serviced5115932020-02-25 17:55:03 -08007478android.widget.Filter$ResultsHandler
Calin Juravle00b23d32019-03-08 17:52:20 -08007479android.widget.Filter
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07007480android.widget.Filterable
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007481android.widget.ForwardingListener
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07007482android.widget.FrameLayout$LayoutParams
Calin Juravle00b23d32019-03-08 17:52:20 -08007483android.widget.FrameLayout
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007484android.widget.GridLayout$1
7485android.widget.GridLayout$2
7486android.widget.GridLayout$3
7487android.widget.GridLayout$4
7488android.widget.GridLayout$5
7489android.widget.GridLayout$6
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007490android.widget.GridLayout$7$1
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007491android.widget.GridLayout$7
7492android.widget.GridLayout$8
7493android.widget.GridLayout$Alignment
7494android.widget.GridLayout$Arc
7495android.widget.GridLayout$Assoc
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007496android.widget.GridLayout$Axis$1
7497android.widget.GridLayout$Axis
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007498android.widget.GridLayout$Bounds
7499android.widget.GridLayout$Interval
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007500android.widget.GridLayout$LayoutParams
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007501android.widget.GridLayout$MutableInt
7502android.widget.GridLayout$PackedMap
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007503android.widget.GridLayout$Spec
7504android.widget.GridLayout
Calin Juravle4a054192018-05-29 17:52:20 -07007505android.widget.HeaderViewListAdapter
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007506android.widget.HorizontalScrollView$SavedState$1
Calin Juravle00b23d32019-03-08 17:52:20 -08007507android.widget.HorizontalScrollView$SavedState
7508android.widget.HorizontalScrollView
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07007509android.widget.ImageButton
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007510android.widget.ImageView$ImageDrawableCallback
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08007511android.widget.ImageView$ScaleType
Calin Juravle00b23d32019-03-08 17:52:20 -08007512android.widget.ImageView
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07007513android.widget.LinearLayout$LayoutParams
Calin Juravle00b23d32019-03-08 17:52:20 -08007514android.widget.LinearLayout
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07007515android.widget.ListAdapter
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007516android.widget.ListPopupWindow$ListSelectorHider
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007517android.widget.ListPopupWindow$PopupDataSetObserver
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007518android.widget.ListPopupWindow$PopupScrollListener
7519android.widget.ListPopupWindow$PopupTouchInterceptor
7520android.widget.ListPopupWindow$ResizePopupRunnable
Calin Juravle00b23d32019-03-08 17:52:20 -08007521android.widget.ListPopupWindow
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07007522android.widget.ListView$ArrowScrollFocusResult
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007523android.widget.ListView$FixedViewInfo
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007524android.widget.ListView$FocusSelector
Calin Juravle00b23d32019-03-08 17:52:20 -08007525android.widget.ListView
7526android.widget.Magnifier$Builder
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007527android.widget.MediaController$MediaPlayerControl
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007528android.widget.MultiAutoCompleteTextView$Tokenizer
Calin Juravle00b23d32019-03-08 17:52:20 -08007529android.widget.MultiAutoCompleteTextView
Jesse Wilson80686182011-01-21 17:12:43 -08007530android.widget.OverScroller$SplineOverScroller
Calin Juravle00b23d32019-03-08 17:52:20 -08007531android.widget.OverScroller
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007532android.widget.PopupMenu$1
7533android.widget.PopupMenu$2
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007534android.widget.PopupMenu$OnMenuItemClickListener
Calin Juravle00b23d32019-03-08 17:52:20 -08007535android.widget.PopupMenu
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007536android.widget.PopupWindow$1
7537android.widget.PopupWindow$2
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007538android.widget.PopupWindow$3
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007539android.widget.PopupWindow$OnDismissListener
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007540android.widget.PopupWindow$PopupDecorView
Calin Juravle00b23d32019-03-08 17:52:20 -08007541android.widget.PopupWindow
Andreas Gampe571fc302016-02-18 13:58:09 -08007542android.widget.ProgressBar$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007543android.widget.ProgressBar$ProgressTintInfo
7544android.widget.ProgressBar$RefreshData
7545android.widget.ProgressBar$RefreshProgressRunnable
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007546android.widget.ProgressBar$SavedState$1
Calin Juravle00b23d32019-03-08 17:52:20 -08007547android.widget.ProgressBar$SavedState
7548android.widget.ProgressBar
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007549android.widget.RadioButton
Calin Juravle4a054192018-05-29 17:52:20 -07007550android.widget.RadioGroup$OnCheckedChangeListener
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007551android.widget.RatingBar
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08007552android.widget.RelativeLayout$DependencyGraph$Node
Calin Juravle00b23d32019-03-08 17:52:20 -08007553android.widget.RelativeLayout$DependencyGraph
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07007554android.widget.RelativeLayout$LayoutParams
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007555android.widget.RelativeLayout$TopToBottomLeftToRightComparator
Calin Juravle00b23d32019-03-08 17:52:20 -08007556android.widget.RelativeLayout
Mathieu Chartierba2c0462017-05-19 16:41:46 -07007557android.widget.RemoteViews$1
7558android.widget.RemoteViews$2
Mathieu Chartierba2c0462017-05-19 16:41:46 -07007559android.widget.RemoteViews$Action
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007560android.widget.RemoteViews$ActionException
7561android.widget.RemoteViews$AsyncApplyTask
Mathieu Chartierba2c0462017-05-19 16:41:46 -07007562android.widget.RemoteViews$BitmapCache
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007563android.widget.RemoteViews$BitmapReflectionAction
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007564android.widget.RemoteViews$LayoutParamAction
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007565android.widget.RemoteViews$MethodArgs
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007566android.widget.RemoteViews$MethodKey
Mathieu Chartierba2c0462017-05-19 16:41:46 -07007567android.widget.RemoteViews$OnClickHandler
art-benchmark-serviced5115932020-02-25 17:55:03 -08007568android.widget.RemoteViews$OnViewAppliedListener
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007569android.widget.RemoteViews$OverrideTextColorsAction
Mathieu Chartierba2c0462017-05-19 16:41:46 -07007570android.widget.RemoteViews$ReflectionAction
Calin Juravle00b23d32019-03-08 17:52:20 -08007571android.widget.RemoteViews$RemoteResponse
Andreas Gampe0db10fd2017-02-01 15:57:57 -08007572android.widget.RemoteViews$RemoteView
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007573android.widget.RemoteViews$RemoteViewsContextWrapper
7574android.widget.RemoteViews$RunnableAction
Mathieu Chartierba2c0462017-05-19 16:41:46 -07007575android.widget.RemoteViews$RuntimeAction
Sunny Goyal5b153922017-09-21 21:00:36 -07007576android.widget.RemoteViews$SetDrawableTint
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007577android.widget.RemoteViews$SetEmptyView
7578android.widget.RemoteViews$SetIntTagAction
Calin Juravle00b23d32019-03-08 17:52:20 -08007579android.widget.RemoteViews$SetOnClickResponse
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007580android.widget.RemoteViews$SetPendingIntentTemplate
7581android.widget.RemoteViews$SetRemoteInputsAction
7582android.widget.RemoteViews$SetRemoteViewsAdapterIntent
7583android.widget.RemoteViews$SetRemoteViewsAdapterList
7584android.widget.RemoteViews$SetRippleDrawableColor
7585android.widget.RemoteViews$TextViewDrawableAction
7586android.widget.RemoteViews$TextViewSizeAction
7587android.widget.RemoteViews$ViewContentNavigation
art-benchmark-serviced5115932020-02-25 17:55:03 -08007588android.widget.RemoteViews$ViewGroupActionAdd$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007589android.widget.RemoteViews$ViewGroupActionAdd
art-benchmark-serviced5115932020-02-25 17:55:03 -08007590android.widget.RemoteViews$ViewGroupActionRemove$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007591android.widget.RemoteViews$ViewGroupActionRemove
Calin Juravle4a054192018-05-29 17:52:20 -07007592android.widget.RemoteViews$ViewPaddingAction
art-benchmark-serviced5115932020-02-25 17:55:03 -08007593android.widget.RemoteViews$ViewTree
Calin Juravle00b23d32019-03-08 17:52:20 -08007594android.widget.RemoteViews
Jesse Wilson80686182011-01-21 17:12:43 -08007595android.widget.RemoteViewsAdapter$RemoteAdapterConnectionCallback
art-benchmark-serviced5115932020-02-25 17:55:03 -08007596android.widget.RemoteViewsAdapter
7597android.widget.RemoteViewsService
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007598android.widget.RtlSpacingHelper
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08007599android.widget.ScrollBarDrawable
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007600android.widget.ScrollView$SavedState$1
Calin Juravle00b23d32019-03-08 17:52:20 -08007601android.widget.ScrollView$SavedState
7602android.widget.ScrollView
Andreas Gampedcad4ca2014-10-03 02:00:29 +00007603android.widget.Scroller$ViscousFluidInterpolator
Calin Juravle00b23d32019-03-08 17:52:20 -08007604android.widget.Scroller
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007605android.widget.SectionIndexer
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007606android.widget.SeekBar$OnSeekBarChangeListener
Calin Juravle00b23d32019-03-08 17:52:20 -08007607android.widget.SeekBar
Calin Juravle4a054192018-05-29 17:52:20 -07007608android.widget.SelectionActionModeHelper$SelectionMetricsLogger
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007609android.widget.SelectionActionModeHelper$SelectionTracker$LogAbandonRunnable
Calin Juravle00b23d32019-03-08 17:52:20 -08007610android.widget.SelectionActionModeHelper$SelectionTracker
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007611android.widget.SelectionActionModeHelper$TextClassificationHelper
Calin Juravle00b23d32019-03-08 17:52:20 -08007612android.widget.SelectionActionModeHelper
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007613android.widget.SmartSelectSprite
Andreas Gampe61e7b662015-06-17 23:57:04 -07007614android.widget.Space
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007615android.widget.SpellChecker$SpellParser
Calin Juravle00b23d32019-03-08 17:52:20 -08007616android.widget.SpellChecker
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007617android.widget.Spinner$1
7618android.widget.Spinner$DropDownAdapter
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007619android.widget.Spinner$DropdownPopup$1
Calin Juravle00b23d32019-03-08 17:52:20 -08007620android.widget.Spinner$DropdownPopup
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007621android.widget.Spinner$SavedState$1
7622android.widget.Spinner$SpinnerPopup
Calin Juravle00b23d32019-03-08 17:52:20 -08007623android.widget.Spinner
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07007624android.widget.SpinnerAdapter
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007625android.widget.Switch$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007626android.widget.Switch
Calin Juravle4a054192018-05-29 17:52:20 -07007627android.widget.TableLayout$PassThroughHierarchyChangeListener
Calin Juravle00b23d32019-03-08 17:52:20 -08007628android.widget.TableLayout
Calin Juravle4a054192018-05-29 17:52:20 -07007629android.widget.TableRow$ChildrenTracker
Calin Juravle00b23d32019-03-08 17:52:20 -08007630android.widget.TableRow
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007631android.widget.TextView$1
Calin Juravle4a054192018-05-29 17:52:20 -07007632android.widget.TextView$2
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007633android.widget.TextView$3
Calin Juravle4a054192018-05-29 17:52:20 -07007634android.widget.TextView$4
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07007635android.widget.TextView$BufferType
7636android.widget.TextView$ChangeWatcher
7637android.widget.TextView$CharWrapper
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07007638android.widget.TextView$Drawables
art-benchmark-serviced5115932020-02-25 17:55:03 -08007639android.widget.TextView$Marquee$1
7640android.widget.TextView$Marquee$2
7641android.widget.TextView$Marquee$3
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007642android.widget.TextView$Marquee
Jesse Wilson80686182011-01-21 17:12:43 -08007643android.widget.TextView$OnEditorActionListener
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007644android.widget.TextView$SavedState$1
Calin Juravle00b23d32019-03-08 17:52:20 -08007645android.widget.TextView$SavedState
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007646android.widget.TextView$TextAppearanceAttributes
Calin Juravle00b23d32019-03-08 17:52:20 -08007647android.widget.TextView
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007648android.widget.ThemedSpinnerAdapter
art-benchmark-serviced5115932020-02-25 17:55:03 -08007649android.widget.Toast$Callback
7650android.widget.Toast$CallbackBinder
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007651android.widget.Toast$TN$1
7652android.widget.Toast$TN
Calin Juravle4a054192018-05-29 17:52:20 -07007653android.widget.Toast
7654android.widget.ToggleButton
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007655android.widget.Toolbar$1
7656android.widget.Toolbar$2
7657android.widget.Toolbar$ExpandedActionViewMenuPresenter
7658android.widget.Toolbar$LayoutParams
7659android.widget.Toolbar$OnMenuItemClickListener
7660android.widget.Toolbar$SavedState$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007661android.widget.Toolbar$SavedState
Calin Juravle00b23d32019-03-08 17:52:20 -08007662android.widget.Toolbar
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007663android.widget.ViewAnimator
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007664android.widget.ViewSwitcher
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007665android.widget.WrapperListAdapter
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007666com.android.framework.protobuf.nano.CodedInputByteBufferNano
7667com.android.framework.protobuf.nano.CodedOutputByteBufferNano$OutOfSpaceException
7668com.android.framework.protobuf.nano.CodedOutputByteBufferNano
7669com.android.framework.protobuf.nano.InternalNano
7670com.android.framework.protobuf.nano.InvalidProtocolBufferNanoException
7671com.android.framework.protobuf.nano.MessageNano
7672com.android.framework.protobuf.nano.WireFormatNano
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007673com.android.i18n.phonenumbers.AlternateFormatsCountryCodeSet
7674com.android.i18n.phonenumbers.CountryCodeToRegionCodeMap
7675com.android.i18n.phonenumbers.MetadataLoader
7676com.android.i18n.phonenumbers.MetadataManager$1
Calin Juravle00b23d32019-03-08 17:52:20 -08007677com.android.i18n.phonenumbers.MetadataManager
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007678com.android.i18n.phonenumbers.MetadataSource
7679com.android.i18n.phonenumbers.MultiFileMetadataSourceImpl
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007680com.android.i18n.phonenumbers.NumberParseException$ErrorType
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007681com.android.i18n.phonenumbers.NumberParseException
art-benchmark-serviced5115932020-02-25 17:55:03 -08007682com.android.i18n.phonenumbers.PhoneNumberMatch
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007683com.android.i18n.phonenumbers.PhoneNumberUtil$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007684com.android.i18n.phonenumbers.PhoneNumberUtil$2
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007685com.android.i18n.phonenumbers.PhoneNumberUtil$Leniency$1
7686com.android.i18n.phonenumbers.PhoneNumberUtil$Leniency$2
7687com.android.i18n.phonenumbers.PhoneNumberUtil$Leniency$3
7688com.android.i18n.phonenumbers.PhoneNumberUtil$Leniency$4
Calin Juravle00b23d32019-03-08 17:52:20 -08007689com.android.i18n.phonenumbers.PhoneNumberUtil$Leniency
Calin Juravle4a054192018-05-29 17:52:20 -07007690com.android.i18n.phonenumbers.PhoneNumberUtil$PhoneNumberFormat
7691com.android.i18n.phonenumbers.PhoneNumberUtil$PhoneNumberType
7692com.android.i18n.phonenumbers.PhoneNumberUtil$ValidationResult
Calin Juravle00b23d32019-03-08 17:52:20 -08007693com.android.i18n.phonenumbers.PhoneNumberUtil
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007694com.android.i18n.phonenumbers.Phonemetadata$NumberFormat$Builder
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007695com.android.i18n.phonenumbers.Phonemetadata$NumberFormat
7696com.android.i18n.phonenumbers.Phonemetadata$PhoneMetadata
7697com.android.i18n.phonenumbers.Phonemetadata$PhoneMetadataCollection
7698com.android.i18n.phonenumbers.Phonemetadata$PhoneNumberDesc
Calin Juravle4a054192018-05-29 17:52:20 -07007699com.android.i18n.phonenumbers.Phonenumber$PhoneNumber$CountryCodeSource
Calin Juravle00b23d32019-03-08 17:52:20 -08007700com.android.i18n.phonenumbers.Phonenumber$PhoneNumber
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007701com.android.i18n.phonenumbers.ShortNumberInfo
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007702com.android.i18n.phonenumbers.ShortNumbersRegionCodeSet
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007703com.android.i18n.phonenumbers.geocoding.PhoneNumberOfflineGeocoder
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007704com.android.i18n.phonenumbers.internal.MatcherApi
7705com.android.i18n.phonenumbers.internal.RegexBasedMatcher
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007706com.android.i18n.phonenumbers.internal.RegexCache$LRUCache$1
Calin Juravle00b23d32019-03-08 17:52:20 -08007707com.android.i18n.phonenumbers.internal.RegexCache$LRUCache
7708com.android.i18n.phonenumbers.internal.RegexCache
art-benchmark-service56aece62020-02-10 17:58:03 -08007709com.android.icu.charset.CharsetDecoderICU
7710com.android.icu.charset.CharsetEncoderICU
7711com.android.icu.charset.CharsetICU
7712com.android.icu.charset.NativeConverter
7713com.android.icu.util.CaseMapperNative
7714com.android.icu.util.Icu4cMetadata
7715com.android.icu.util.LocaleNative
7716com.android.icu.util.regex.MatcherNative
7717com.android.icu.util.regex.PatternNative
art-benchmark-serviced5115932020-02-25 17:55:03 -08007718com.android.ims.-$$Lambda$ImsManager$CwzXIbVJZNvgdV2t7LH2gUKL7AA
art-benchmark-service56aece62020-02-10 17:58:03 -08007719com.android.ims.-$$Lambda$ImsManager$D1JuJ3ba2jMHWDKlSpm03meBR1c
7720com.android.ims.-$$Lambda$ImsManager$LiW49wt0wLMYHjgtAwL8NLIATfs
7721com.android.ims.-$$Lambda$ImsManager$YhRaDrc3t9_7beNiU5gQcqZilOw
7722com.android.ims.-$$Lambda$szO0o3matefQqo-6NB-dzsr9eCw
7723com.android.ims.FeatureConnection$IFeatureUpdate
7724com.android.ims.FeatureConnection
7725com.android.ims.FeatureConnector$Listener
art-benchmark-serviced5115932020-02-25 17:55:03 -08007726com.android.ims.FeatureConnector
art-benchmark-service56aece62020-02-10 17:58:03 -08007727com.android.ims.IFeatureConnector
7728com.android.ims.ImsCall$Listener
7729com.android.ims.ImsCall
7730com.android.ims.ImsCallbackAdapterManager
Calin Juravle00b23d32019-03-08 17:52:20 -08007731com.android.ims.ImsConfig
7732com.android.ims.ImsConfigListener$Stub
7733com.android.ims.ImsConfigListener
art-benchmark-service56aece62020-02-10 17:58:03 -08007734com.android.ims.ImsEcbm$ImsEcbmListenerProxy
7735com.android.ims.ImsEcbm
7736com.android.ims.ImsEcbmStateListener
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007737com.android.ims.ImsException
art-benchmark-service56aece62020-02-10 17:58:03 -08007738com.android.ims.ImsExternalCallStateListener
7739com.android.ims.ImsManager$2
7740com.android.ims.ImsManager$3
7741com.android.ims.ImsManager$ExecutorFactory
art-benchmark-serviced5115932020-02-25 17:55:03 -08007742com.android.ims.ImsManager$ImsExecutorFactory
art-benchmark-service56aece62020-02-10 17:58:03 -08007743com.android.ims.ImsManager
7744com.android.ims.ImsMultiEndpoint$ImsExternalCallStateListenerProxy
7745com.android.ims.ImsMultiEndpoint
7746com.android.ims.ImsUt$IImsUtListenerProxy
7747com.android.ims.ImsUt
Calin Juravle00b23d32019-03-08 17:52:20 -08007748com.android.ims.ImsUtInterface
art-benchmark-service56aece62020-02-10 17:58:03 -08007749com.android.ims.MmTelFeatureConnection$CapabilityCallbackManager
7750com.android.ims.MmTelFeatureConnection$ImsRegistrationCallbackAdapter
7751com.android.ims.MmTelFeatureConnection$ProvisioningCallbackManager
7752com.android.ims.MmTelFeatureConnection
art-benchmark-serviced5115932020-02-25 17:55:03 -08007753com.android.ims.Registrant
art-benchmark-service56aece62020-02-10 17:58:03 -08007754com.android.ims.internal.ICall
art-benchmark-serviced5115932020-02-25 17:55:03 -08007755com.android.ims.internal.IImsCallSession
Calin Juravle00b23d32019-03-08 17:52:20 -08007756com.android.ims.internal.IImsEcbm$Stub
7757com.android.ims.internal.IImsEcbm
7758com.android.ims.internal.IImsEcbmListener$Stub
7759com.android.ims.internal.IImsEcbmListener
7760com.android.ims.internal.IImsExternalCallStateListener$Stub
7761com.android.ims.internal.IImsExternalCallStateListener
art-benchmark-serviced5115932020-02-25 17:55:03 -08007762com.android.ims.internal.IImsFeatureStatusCallback$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08007763com.android.ims.internal.IImsFeatureStatusCallback$Stub
7764com.android.ims.internal.IImsFeatureStatusCallback
7765com.android.ims.internal.IImsMultiEndpoint$Stub
7766com.android.ims.internal.IImsMultiEndpoint
7767com.android.ims.internal.IImsServiceFeatureCallback$Stub$Proxy
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007768com.android.ims.internal.IImsServiceFeatureCallback$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08007769com.android.ims.internal.IImsServiceFeatureCallback
7770com.android.ims.internal.IImsUt$Stub
7771com.android.ims.internal.IImsUt
7772com.android.ims.internal.IImsUtListener$Stub
7773com.android.ims.internal.IImsUtListener
art-benchmark-service56aece62020-02-10 17:58:03 -08007774com.android.ims.internal.ImsVideoCallProviderWrapper$ImsVideoProviderWrapperCallback
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007775com.android.ims.internal.uce.UceServiceBase$UceServiceBinder
7776com.android.ims.internal.uce.UceServiceBase
art-benchmark-serviced5115932020-02-25 17:55:03 -08007777com.android.ims.internal.uce.common.CapInfo$1
7778com.android.ims.internal.uce.common.CapInfo
7779com.android.ims.internal.uce.common.StatusCode$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007780com.android.ims.internal.uce.common.UceLong$1
7781com.android.ims.internal.uce.common.UceLong
7782com.android.ims.internal.uce.options.IOptionsListener$Stub$Proxy
7783com.android.ims.internal.uce.options.IOptionsListener$Stub
7784com.android.ims.internal.uce.options.IOptionsListener
art-benchmark-serviced5115932020-02-25 17:55:03 -08007785com.android.ims.internal.uce.options.IOptionsService
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007786com.android.ims.internal.uce.presence.IPresenceListener$Stub$Proxy
7787com.android.ims.internal.uce.presence.IPresenceListener$Stub
7788com.android.ims.internal.uce.presence.IPresenceListener
art-benchmark-serviced5115932020-02-25 17:55:03 -08007789com.android.ims.internal.uce.presence.IPresenceService$Stub
7790com.android.ims.internal.uce.presence.IPresenceService
7791com.android.ims.internal.uce.presence.PresCapInfo$1
7792com.android.ims.internal.uce.presence.PresCmdId$1
7793com.android.ims.internal.uce.presence.PresCmdStatus$1
7794com.android.ims.internal.uce.presence.PresPublishTriggerType$1
7795com.android.ims.internal.uce.presence.PresSipResponse$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007796com.android.ims.internal.uce.uceservice.IUceListener$Stub$Proxy
7797com.android.ims.internal.uce.uceservice.IUceListener$Stub
7798com.android.ims.internal.uce.uceservice.IUceListener
7799com.android.ims.internal.uce.uceservice.IUceService$Stub
7800com.android.ims.internal.uce.uceservice.IUceService
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08007801com.android.internal.R$styleable
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007802com.android.internal.accessibility.AccessibilityShortcutController$1
7803com.android.internal.accessibility.AccessibilityShortcutController$FrameworkObjectProvider
7804com.android.internal.accessibility.AccessibilityShortcutController$ToggleableFrameworkFeatureInfo
7805com.android.internal.accessibility.AccessibilityShortcutController
art-benchmark-serviced5115932020-02-25 17:55:03 -08007806com.android.internal.alsa.AlsaCardsParser$AlsaCardRecord
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007807com.android.internal.alsa.AlsaCardsParser
7808com.android.internal.alsa.LineTokenizer
art-benchmark-serviced5115932020-02-25 17:55:03 -08007809com.android.internal.app.AlertActivity
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007810com.android.internal.app.AlertController$1
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007811com.android.internal.app.AlertController$AlertParams
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007812com.android.internal.app.AlertController$ButtonHandler
7813com.android.internal.app.AlertController$RecycleListView
Calin Juravle00b23d32019-03-08 17:52:20 -08007814com.android.internal.app.AlertController
7815com.android.internal.app.AssistUtils
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007816com.android.internal.app.IAppOpsActiveCallback$Stub$Proxy
7817com.android.internal.app.IAppOpsActiveCallback$Stub
7818com.android.internal.app.IAppOpsActiveCallback
art-benchmark-serviced5115932020-02-25 17:55:03 -08007819com.android.internal.app.IAppOpsAsyncNotedCallback$Stub$Proxy
7820com.android.internal.app.IAppOpsAsyncNotedCallback$Stub
7821com.android.internal.app.IAppOpsAsyncNotedCallback
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007822com.android.internal.app.IAppOpsCallback$Stub$Proxy
Andreas Gampecbcb9e32016-06-03 17:24:05 -07007823com.android.internal.app.IAppOpsCallback$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08007824com.android.internal.app.IAppOpsCallback
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007825com.android.internal.app.IAppOpsNotedCallback$Stub$Proxy
7826com.android.internal.app.IAppOpsNotedCallback$Stub
7827com.android.internal.app.IAppOpsNotedCallback
Andreas Gampedcad4ca2014-10-03 02:00:29 +00007828com.android.internal.app.IAppOpsService$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08007829com.android.internal.app.IAppOpsService$Stub
7830com.android.internal.app.IAppOpsService
Andreas Gampe0db10fd2017-02-01 15:57:57 -08007831com.android.internal.app.IBatteryStats$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08007832com.android.internal.app.IBatteryStats$Stub
7833com.android.internal.app.IBatteryStats
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007834com.android.internal.app.ISoundTriggerService$Stub
7835com.android.internal.app.ISoundTriggerService
7836com.android.internal.app.IVoiceActionCheckCallback$Stub$Proxy
7837com.android.internal.app.IVoiceActionCheckCallback$Stub
7838com.android.internal.app.IVoiceActionCheckCallback
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007839com.android.internal.app.IVoiceInteractionManagerService$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08007840com.android.internal.app.IVoiceInteractionManagerService$Stub
7841com.android.internal.app.IVoiceInteractionManagerService
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007842com.android.internal.app.IVoiceInteractionSessionListener$Stub$Proxy
7843com.android.internal.app.IVoiceInteractionSessionListener$Stub
7844com.android.internal.app.IVoiceInteractionSessionListener
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007845com.android.internal.app.IVoiceInteractionSessionShowCallback$Stub$Proxy
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007846com.android.internal.app.IVoiceInteractionSessionShowCallback$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08007847com.android.internal.app.IVoiceInteractionSessionShowCallback
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007848com.android.internal.app.IVoiceInteractor$Stub$Proxy
Andreas Gampedcad4ca2014-10-03 02:00:29 +00007849com.android.internal.app.IVoiceInteractor$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08007850com.android.internal.app.IVoiceInteractor
art-benchmark-serviced5115932020-02-25 17:55:03 -08007851com.android.internal.app.IntentForwarderActivity
art-benchmark-servicead05a302020-03-17 09:46:02 -07007852com.android.internal.app.MessageSamplingConfig$1
7853com.android.internal.app.MessageSamplingConfig
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007854com.android.internal.app.MicroAlertController
art-benchmark-serviced5115932020-02-25 17:55:03 -08007855com.android.internal.app.NetInitiatedActivity
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007856com.android.internal.app.ProcessMap
7857com.android.internal.app.ResolverActivity$ActionTitle
7858com.android.internal.app.ResolverActivity
7859com.android.internal.app.ResolverListAdapter$ResolverListCommunicator
7860com.android.internal.app.ToolbarActionBar
art-benchmark-serviced5115932020-02-25 17:55:03 -08007861com.android.internal.app.WindowDecorActionBar$1
7862com.android.internal.app.WindowDecorActionBar$2
7863com.android.internal.app.WindowDecorActionBar$3
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007864com.android.internal.app.WindowDecorActionBar
7865com.android.internal.app.procstats.-$$Lambda$AssociationState$kgfxYpOOyQWCFPwGaRqRz0N4-zg
art-benchmark-serviced5115932020-02-25 17:55:03 -08007866com.android.internal.app.procstats.-$$Lambda$ProcessStats$6CxEiT4FvK_P75G9LzEfE1zL88Q
7867com.android.internal.app.procstats.AssociationState$SourceDumpContainer
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007868com.android.internal.app.procstats.AssociationState$SourceKey
7869com.android.internal.app.procstats.AssociationState$SourceState
7870com.android.internal.app.procstats.AssociationState
7871com.android.internal.app.procstats.DumpUtils
7872com.android.internal.app.procstats.DurationsTable
7873com.android.internal.app.procstats.IProcessStats$Stub$Proxy
7874com.android.internal.app.procstats.IProcessStats$Stub
7875com.android.internal.app.procstats.IProcessStats
7876com.android.internal.app.procstats.ProcessState$1
7877com.android.internal.app.procstats.ProcessState$PssAggr
7878com.android.internal.app.procstats.ProcessState
7879com.android.internal.app.procstats.ProcessStats$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08007880com.android.internal.app.procstats.ProcessStats$AssociationDumpContainer
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007881com.android.internal.app.procstats.ProcessStats$PackageState
art-benchmark-serviced5115932020-02-25 17:55:03 -08007882com.android.internal.app.procstats.ProcessStats$ProcessDataCollection
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007883com.android.internal.app.procstats.ProcessStats$ProcessStateHolder
7884com.android.internal.app.procstats.ProcessStats$TotalMemoryUseCollection
7885com.android.internal.app.procstats.ProcessStats
7886com.android.internal.app.procstats.PssTable
7887com.android.internal.app.procstats.ServiceState
7888com.android.internal.app.procstats.SparseMappingTable$Table
7889com.android.internal.app.procstats.SparseMappingTable
7890com.android.internal.app.procstats.SysMemUsageTable
7891com.android.internal.appwidget.IAppWidgetHost$Stub$Proxy
7892com.android.internal.appwidget.IAppWidgetHost$Stub
7893com.android.internal.appwidget.IAppWidgetHost
Mathieu Chartierba2c0462017-05-19 16:41:46 -07007894com.android.internal.appwidget.IAppWidgetService$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08007895com.android.internal.appwidget.IAppWidgetService$Stub
7896com.android.internal.appwidget.IAppWidgetService
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007897com.android.internal.backup.IBackupTransport$Stub$Proxy
Calin Juravle4a054192018-05-29 17:52:20 -07007898com.android.internal.backup.IBackupTransport$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08007899com.android.internal.backup.IBackupTransport
art-benchmark-serviced5115932020-02-25 17:55:03 -08007900com.android.internal.colorextraction.ColorExtractor$GradientColors
7901com.android.internal.colorextraction.types.ExtractionType
7902com.android.internal.colorextraction.types.Tonal$ConfigParser
7903com.android.internal.colorextraction.types.Tonal$TonalPalette
7904com.android.internal.colorextraction.types.Tonal
7905com.android.internal.compat.ChangeReporter$ChangeReport
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007906com.android.internal.compat.ChangeReporter
art-benchmark-serviced5115932020-02-25 17:55:03 -08007907com.android.internal.compat.CompatibilityChangeConfig
7908com.android.internal.compat.CompatibilityChangeInfo$1
7909com.android.internal.compat.CompatibilityChangeInfo
7910com.android.internal.compat.IOverrideValidator
7911com.android.internal.compat.IPlatformCompat$Stub$Proxy
7912com.android.internal.compat.IPlatformCompat$Stub
7913com.android.internal.compat.IPlatformCompat
7914com.android.internal.compat.IPlatformCompatNative$Stub
7915com.android.internal.compat.IPlatformCompatNative
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007916com.android.internal.content.NativeLibraryHelper$Handle
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04007917com.android.internal.content.NativeLibraryHelper
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007918com.android.internal.content.PackageHelper$1
7919com.android.internal.content.PackageHelper$TestableInterface
7920com.android.internal.content.PackageHelper
Calin Juravle00b23d32019-03-08 17:52:20 -08007921com.android.internal.content.PackageMonitor
Andreas Gampe61e7b662015-06-17 23:57:04 -07007922com.android.internal.content.ReferrerIntent$1
Calin Juravle00b23d32019-03-08 17:52:20 -08007923com.android.internal.content.ReferrerIntent
art-benchmark-servicead05a302020-03-17 09:46:02 -07007924com.android.internal.content.om.-$$Lambda$8ZY6dnO1FkDIliprAt8K651mwFE
7925com.android.internal.content.om.-$$Lambda$OverlayConfig$2-NucNRcrJn4xnLpjFKSY7827lQ
7926com.android.internal.content.om.-$$Lambda$OverlayConfig$bPcIgkiZP3FiPOvGMosWxnh9KGA
7927com.android.internal.content.om.-$$Lambda$TnMimLdK-xwmEZLrRzFg7LG1Yfg
7928com.android.internal.content.om.OverlayConfig$Configuration
7929com.android.internal.content.om.OverlayConfig$IdmapInvocation
7930com.android.internal.content.om.OverlayConfig
7931com.android.internal.content.om.OverlayConfigParser$OverlayPartition
7932com.android.internal.content.om.OverlayConfigParser$ParsedConfiguration
7933com.android.internal.content.om.OverlayConfigParser
7934com.android.internal.content.om.OverlayScanner$ParsedOverlayInfo
7935com.android.internal.content.om.OverlayScanner
art-benchmark-service56aece62020-02-10 17:58:03 -08007936com.android.internal.database.SortCursor
art-benchmark-serviced5115932020-02-25 17:55:03 -08007937com.android.internal.graphics.-$$Lambda$ColorUtils$zbDH-52c8D9XBeqmvTHi3Boxl14
7938com.android.internal.graphics.ColorUtils$ContrastCalculator
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007939com.android.internal.graphics.ColorUtils
7940com.android.internal.graphics.SfVsyncFrameCallbackProvider
Andreas Gampe0db10fd2017-02-01 15:57:57 -08007941com.android.internal.graphics.drawable.AnimationScaleListDrawable$AnimationScaleListState
Calin Juravle00b23d32019-03-08 17:52:20 -08007942com.android.internal.graphics.drawable.AnimationScaleListDrawable
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007943com.android.internal.infra.-$$Lambda$7-CJJfrUZBVuXZyYFEWBNh8Mky8
7944com.android.internal.infra.-$$Lambda$AbstractRemoteService$6FcEKfZ-7TXLg6dcCU8EMuMNAy4
7945com.android.internal.infra.-$$Lambda$AbstractRemoteService$9IBVTCLLZgndvH7fu1P14PW1_1o
Calin Juravle00b23d32019-03-08 17:52:20 -08007946com.android.internal.infra.-$$Lambda$AbstractRemoteService$MDW40b8CzodE5xRowI9wDEyXEnw
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007947com.android.internal.infra.-$$Lambda$AbstractRemoteService$PendingRequest$IBoaBGXZQEXJr69u3aJF-LCJ42Y
7948com.android.internal.infra.-$$Lambda$AbstractRemoteService$YSUzqqi1Pbrg2dlwMGMtKWbGXck
7949com.android.internal.infra.-$$Lambda$AbstractRemoteService$ocrHd68Md9x6FfAzVQ6w8MAjFqY
art-benchmark-serviced5115932020-02-25 17:55:03 -08007950com.android.internal.infra.-$$Lambda$AndroidFuture$dkSvpmqaFOFKPCZgb7C7XLP_QpE
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007951com.android.internal.infra.-$$Lambda$EbzSql2RHkXox5Myj8A-7kLC4_A
art-benchmark-serviced5115932020-02-25 17:55:03 -08007952com.android.internal.infra.-$$Lambda$ServiceConnector$Impl$3vLWxkP1Z6JyExzdZboFFp1zM20
7953com.android.internal.infra.-$$Lambda$T7zIZMFnvwrmtbuTMXLaZHHp-9s
7954com.android.internal.infra.-$$Lambda$XuWfs8-IsKaNygi8YjlVGjedkIw
7955com.android.internal.infra.-$$Lambda$aeiZbEpH6rq4kD9vJrlAnboJGDM
7956com.android.internal.infra.-$$Lambda$qN_gooelzsUiBhYWznXKzb-8_wA
7957com.android.internal.infra.-$$Lambda$rAXGjry3wPGKviARzTYfDiY7xrs
Calin Juravle00b23d32019-03-08 17:52:20 -08007958com.android.internal.infra.AbstractMultiplePendingRequestsRemoteService
art-benchmark-serviced5115932020-02-25 17:55:03 -08007959com.android.internal.infra.AbstractRemoteService$AsyncRequest
Calin Juravle36829e52019-04-10 19:07:47 -07007960com.android.internal.infra.AbstractRemoteService$BasePendingRequest
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007961com.android.internal.infra.AbstractRemoteService$MyAsyncPendingRequest
Calin Juravle00b23d32019-03-08 17:52:20 -08007962com.android.internal.infra.AbstractRemoteService$PendingRequest
7963com.android.internal.infra.AbstractRemoteService$RemoteServiceConnection
Calin Juravle36829e52019-04-10 19:07:47 -07007964com.android.internal.infra.AbstractRemoteService$VultureCallback
Calin Juravle00b23d32019-03-08 17:52:20 -08007965com.android.internal.infra.AbstractRemoteService
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007966com.android.internal.infra.AbstractSinglePendingRequestRemoteService
art-benchmark-serviced5115932020-02-25 17:55:03 -08007967com.android.internal.infra.AndroidFuture$1
7968com.android.internal.infra.AndroidFuture$2
7969com.android.internal.infra.AndroidFuture
7970com.android.internal.infra.GlobalWhitelistState
7971com.android.internal.infra.IAndroidFuture$Stub
7972com.android.internal.infra.IAndroidFuture
7973com.android.internal.infra.RemoteStream$1
7974com.android.internal.infra.RemoteStream
7975com.android.internal.infra.ServiceConnector$Impl$CompletionAwareJob
7976com.android.internal.infra.ServiceConnector$Impl
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007977com.android.internal.infra.ServiceConnector$Job
art-benchmark-serviced5115932020-02-25 17:55:03 -08007978com.android.internal.infra.ServiceConnector$VoidJob
7979com.android.internal.infra.ServiceConnector
7980com.android.internal.infra.ThrottledRunnable
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007981com.android.internal.infra.WhitelistHelper
art-benchmark-serviced5115932020-02-25 17:55:03 -08007982com.android.internal.inputmethod.IInputContentUriToken
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007983com.android.internal.inputmethod.IInputMethodPrivilegedOperations$Stub$Proxy
7984com.android.internal.inputmethod.IInputMethodPrivilegedOperations$Stub
7985com.android.internal.inputmethod.IInputMethodPrivilegedOperations
7986com.android.internal.inputmethod.InputMethodDebug
7987com.android.internal.inputmethod.InputMethodPrivilegedOperations$OpsHolder
7988com.android.internal.inputmethod.InputMethodPrivilegedOperations
7989com.android.internal.inputmethod.InputMethodPrivilegedOperationsRegistry
7990com.android.internal.inputmethod.SubtypeLocaleUtils
7991com.android.internal.location.GpsNetInitiatedHandler$1
7992com.android.internal.location.GpsNetInitiatedHandler$2
art-benchmark-serviced5115932020-02-25 17:55:03 -08007993com.android.internal.location.GpsNetInitiatedHandler$GpsNiNotification
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007994com.android.internal.location.GpsNetInitiatedHandler
7995com.android.internal.location.ILocationProvider$Stub$Proxy
7996com.android.internal.location.ILocationProvider$Stub
7997com.android.internal.location.ILocationProvider
7998com.android.internal.location.ILocationProviderManager$Stub$Proxy
7999com.android.internal.location.ILocationProviderManager$Stub
8000com.android.internal.location.ILocationProviderManager
8001com.android.internal.location.ProviderProperties$1
8002com.android.internal.location.ProviderProperties
8003com.android.internal.location.ProviderRequest$1
8004com.android.internal.location.ProviderRequest
8005com.android.internal.location.gnssmetrics.GnssMetrics$GnssPowerMetrics
8006com.android.internal.location.gnssmetrics.GnssMetrics$Statistics
8007com.android.internal.location.gnssmetrics.GnssMetrics
8008com.android.internal.location.nano.GnssLogsProto$GnssLog
8009com.android.internal.location.nano.GnssLogsProto$PowerMetrics
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07008010com.android.internal.logging.AndroidConfig
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07008011com.android.internal.logging.AndroidHandler$1
Calin Juravle00b23d32019-03-08 17:52:20 -08008012com.android.internal.logging.AndroidHandler
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07008013com.android.internal.logging.EventLogTags
art-benchmark-serviced5115932020-02-25 17:55:03 -08008014com.android.internal.logging.InstanceId
Andreas Gampe0db10fd2017-02-01 15:57:57 -08008015com.android.internal.logging.MetricsLogger
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008016com.android.internal.net.INetworkWatchlistManager$Stub$Proxy
8017com.android.internal.net.INetworkWatchlistManager$Stub
8018com.android.internal.net.INetworkWatchlistManager
art-benchmark-serviced5115932020-02-25 17:55:03 -08008019com.android.internal.net.LegacyVpnInfo$1
8020com.android.internal.net.LegacyVpnInfo
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008021com.android.internal.net.VpnConfig$1
8022com.android.internal.net.VpnConfig
8023com.android.internal.net.VpnInfo$1
8024com.android.internal.net.VpnInfo
8025com.android.internal.net.VpnProfile$1
8026com.android.internal.net.VpnProfile
8027com.android.internal.notification.SystemNotificationChannels
8028com.android.internal.os.-$$Lambda$6-ytl6NLMGWt_iQr4_PfakNWUKQ
8029com.android.internal.os.-$$Lambda$BatteryStatsImpl$7bfIWpn8X2h-hSzLD6dcuK4Ljuw
8030com.android.internal.os.-$$Lambda$BatteryStatsImpl$B-TmZhQb712ePnuJTxvMe7P-YwQ
8031com.android.internal.os.-$$Lambda$BatteryStatsImpl$Xvt9xdVPtevMWGIjcbxXf0_mr_c
8032com.android.internal.os.-$$Lambda$BatteryStatsImpl$_l2oiaRDRhjCXI_PwXPsAhrgegI
art-benchmark-serviced5115932020-02-25 17:55:03 -08008033com.android.internal.os.-$$Lambda$BinderCallsStats$-YP-7pwoNn8TN0iTmo5Q1r2lQz0
8034com.android.internal.os.-$$Lambda$BinderCallsStats$233x_Qux4c_AiqShYaWwvFplEXs
8035com.android.internal.os.-$$Lambda$BinderCallsStats$Vota0PqfoPWckjXH35wE48myGdk
8036com.android.internal.os.-$$Lambda$BinderCallsStats$iPOmTqbqUiHzgsAugINuZgf9tls
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008037com.android.internal.os.-$$Lambda$BinderCallsStats$sqXweH5BoxhmZvI188ctqYiACRk
art-benchmark-serviced5115932020-02-25 17:55:03 -08008038com.android.internal.os.-$$Lambda$BinderCallsStats$xI0E0RpviGYsokEB7ojNx8LEbUc
Calin Juravle00b23d32019-03-08 17:52:20 -08008039com.android.internal.os.-$$Lambda$RuntimeInit$ep4ioD9YINkHI5Q1wZ0N_7VFAOg
Calin Juravle36829e52019-04-10 19:07:47 -07008040com.android.internal.os.-$$Lambda$ZygoteConnection$KxVsZ-s4KsanePOHCU5JcuypPik
8041com.android.internal.os.-$$Lambda$ZygoteConnection$xjqM7qW7vAjTqh2tR5XRF5Vn5mk
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008042com.android.internal.os.-$$Lambda$sHtqZgGVjxOf9IJdAdZO6gwD_Do
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08008043com.android.internal.os.AndroidPrintStream
art-benchmark-serviced5115932020-02-25 17:55:03 -08008044com.android.internal.os.AppFuseMount$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008045com.android.internal.os.AppFuseMount
art-benchmark-serviced5115932020-02-25 17:55:03 -08008046com.android.internal.os.AppIdToPackageMap
Calin Juravle00b23d32019-03-08 17:52:20 -08008047com.android.internal.os.AtomicDirectory
Calin Juravle4a054192018-05-29 17:52:20 -07008048com.android.internal.os.BackgroundThread
Calin Juravle00b23d32019-03-08 17:52:20 -08008049com.android.internal.os.BatterySipper$DrainType
8050com.android.internal.os.BatterySipper
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008051com.android.internal.os.BatteryStatsHelper$1
Calin Juravle00b23d32019-03-08 17:52:20 -08008052com.android.internal.os.BatteryStatsHelper
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008053com.android.internal.os.BatteryStatsHistory$1
Calin Juravle00b23d32019-03-08 17:52:20 -08008054com.android.internal.os.BatteryStatsHistory
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07008055com.android.internal.os.BatteryStatsImpl$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008056com.android.internal.os.BatteryStatsImpl$2
8057com.android.internal.os.BatteryStatsImpl$3
8058com.android.internal.os.BatteryStatsImpl$4
Calin Juravle4a054192018-05-29 17:52:20 -07008059com.android.internal.os.BatteryStatsImpl$5
Calin Juravle00b23d32019-03-08 17:52:20 -08008060com.android.internal.os.BatteryStatsImpl$6
Calin Juravle4a054192018-05-29 17:52:20 -07008061com.android.internal.os.BatteryStatsImpl$BatchTimer
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008062com.android.internal.os.BatteryStatsImpl$BatteryCallback
Calin Juravle4a054192018-05-29 17:52:20 -07008063com.android.internal.os.BatteryStatsImpl$BluetoothActivityInfoCache
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07008064com.android.internal.os.BatteryStatsImpl$Clocks
Calin Juravle4a054192018-05-29 17:52:20 -07008065com.android.internal.os.BatteryStatsImpl$Constants
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07008066com.android.internal.os.BatteryStatsImpl$ControllerActivityCounterImpl
8067com.android.internal.os.BatteryStatsImpl$Counter
8068com.android.internal.os.BatteryStatsImpl$DualTimer
8069com.android.internal.os.BatteryStatsImpl$DurationTimer
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008070com.android.internal.os.BatteryStatsImpl$ExternalStatsSync
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07008071com.android.internal.os.BatteryStatsImpl$LongSamplingCounter
8072com.android.internal.os.BatteryStatsImpl$LongSamplingCounterArray
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008073com.android.internal.os.BatteryStatsImpl$MyHandler
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07008074com.android.internal.os.BatteryStatsImpl$OverflowArrayMap
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008075com.android.internal.os.BatteryStatsImpl$PlatformIdleStateCallback
8076com.android.internal.os.BatteryStatsImpl$RailEnergyDataCallback
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07008077com.android.internal.os.BatteryStatsImpl$SamplingTimer
8078com.android.internal.os.BatteryStatsImpl$StopwatchTimer
8079com.android.internal.os.BatteryStatsImpl$SystemClocks
8080com.android.internal.os.BatteryStatsImpl$TimeBase
8081com.android.internal.os.BatteryStatsImpl$TimeBaseObs
8082com.android.internal.os.BatteryStatsImpl$Timer
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07008083com.android.internal.os.BatteryStatsImpl$Uid$1
8084com.android.internal.os.BatteryStatsImpl$Uid$2
8085com.android.internal.os.BatteryStatsImpl$Uid$3
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07008086com.android.internal.os.BatteryStatsImpl$Uid$Pkg$Serv
Calin Juravle00b23d32019-03-08 17:52:20 -08008087com.android.internal.os.BatteryStatsImpl$Uid$Pkg
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07008088com.android.internal.os.BatteryStatsImpl$Uid$Proc
8089com.android.internal.os.BatteryStatsImpl$Uid$Sensor
8090com.android.internal.os.BatteryStatsImpl$Uid$Wakelock
Calin Juravle00b23d32019-03-08 17:52:20 -08008091com.android.internal.os.BatteryStatsImpl$Uid
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008092com.android.internal.os.BatteryStatsImpl$UidToRemove
8093com.android.internal.os.BatteryStatsImpl$UserInfoProvider
Calin Juravle00b23d32019-03-08 17:52:20 -08008094com.android.internal.os.BatteryStatsImpl
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07008095com.android.internal.os.BinderCallsStats$CallStat
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008096com.android.internal.os.BinderCallsStats$CallStatKey
8097com.android.internal.os.BinderCallsStats$ExportedCallStat
8098com.android.internal.os.BinderCallsStats$Injector
Calin Juravle00b23d32019-03-08 17:52:20 -08008099com.android.internal.os.BinderCallsStats$OverflowBinder
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07008100com.android.internal.os.BinderCallsStats$UidEntry
Calin Juravle00b23d32019-03-08 17:52:20 -08008101com.android.internal.os.BinderCallsStats
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008102com.android.internal.os.BinderDeathDispatcher$RecipientsInfo
art-benchmark-serviced5115932020-02-25 17:55:03 -08008103com.android.internal.os.BinderDeathDispatcher
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008104com.android.internal.os.BinderInternal$BinderProxyLimitListener
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07008105com.android.internal.os.BinderInternal$BinderProxyLimitListenerDelegate
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008106com.android.internal.os.BinderInternal$CallSession
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08008107com.android.internal.os.BinderInternal$GcWatcher
Calin Juravle00b23d32019-03-08 17:52:20 -08008108com.android.internal.os.BinderInternal$Observer
8109com.android.internal.os.BinderInternal$WorkSourceProvider
8110com.android.internal.os.BinderInternal
8111com.android.internal.os.BluetoothPowerCalculator
art-benchmark-serviced5115932020-02-25 17:55:03 -08008112com.android.internal.os.ByteTransferPipe
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008113com.android.internal.os.CachedDeviceState$Readonly
8114com.android.internal.os.CachedDeviceState$TimeInStateStopwatch
8115com.android.internal.os.CachedDeviceState
Calin Juravle00b23d32019-03-08 17:52:20 -08008116com.android.internal.os.CameraPowerCalculator
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07008117com.android.internal.os.ClassLoaderFactory
Calin Juravle00b23d32019-03-08 17:52:20 -08008118com.android.internal.os.CpuPowerCalculator
8119com.android.internal.os.FlashlightPowerCalculator
Andreas Gampe0db10fd2017-02-01 15:57:57 -08008120com.android.internal.os.FuseAppLoop$1
Calin Juravle00b23d32019-03-08 17:52:20 -08008121com.android.internal.os.FuseAppLoop
Mathieu Chartierba2c0462017-05-19 16:41:46 -07008122com.android.internal.os.FuseUnavailableMountException
Mathieu Chartierba2c0462017-05-19 16:41:46 -07008123com.android.internal.os.HandlerCaller$Callback
8124com.android.internal.os.HandlerCaller$MyHandler
Calin Juravle00b23d32019-03-08 17:52:20 -08008125com.android.internal.os.HandlerCaller
Calin Juravle4a054192018-05-29 17:52:20 -07008126com.android.internal.os.IDropBoxManagerService$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08008127com.android.internal.os.IDropBoxManagerService$Stub
8128com.android.internal.os.IDropBoxManagerService
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07008129com.android.internal.os.IResultReceiver$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08008130com.android.internal.os.IResultReceiver$Stub
8131com.android.internal.os.IResultReceiver
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008132com.android.internal.os.IShellCallback$Stub$Proxy
8133com.android.internal.os.IShellCallback$Stub
8134com.android.internal.os.IShellCallback
8135com.android.internal.os.KernelCpuProcStringReader$ProcFileIterator
Calin Juravle00b23d32019-03-08 17:52:20 -08008136com.android.internal.os.KernelCpuProcStringReader
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008137com.android.internal.os.KernelCpuSpeedReader
8138com.android.internal.os.KernelCpuThreadReader$FrequencyBucketCreator
8139com.android.internal.os.KernelCpuThreadReader$Injector
8140com.android.internal.os.KernelCpuThreadReader$ProcessCpuUsage
8141com.android.internal.os.KernelCpuThreadReader$ThreadCpuUsage
8142com.android.internal.os.KernelCpuThreadReader
art-benchmark-serviced5115932020-02-25 17:55:03 -08008143com.android.internal.os.KernelCpuThreadReaderDiff$ThreadKey
8144com.android.internal.os.KernelCpuThreadReaderDiff
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008145com.android.internal.os.KernelCpuThreadReaderSettingsObserver$UidPredicate
8146com.android.internal.os.KernelCpuThreadReaderSettingsObserver
art-benchmark-servicead05a302020-03-17 09:46:02 -07008147com.android.internal.os.KernelCpuUidBpfMapReader$BpfMapIterator
8148com.android.internal.os.KernelCpuUidBpfMapReader$KernelCpuUidActiveTimeBpfMapReader
8149com.android.internal.os.KernelCpuUidBpfMapReader$KernelCpuUidClusterTimeBpfMapReader
8150com.android.internal.os.KernelCpuUidBpfMapReader$KernelCpuUidFreqTimeBpfMapReader
8151com.android.internal.os.KernelCpuUidBpfMapReader
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008152com.android.internal.os.KernelCpuUidTimeReader$Callback
Calin Juravle00b23d32019-03-08 17:52:20 -08008153com.android.internal.os.KernelCpuUidTimeReader$KernelCpuUidActiveTimeReader
8154com.android.internal.os.KernelCpuUidTimeReader$KernelCpuUidClusterTimeReader
8155com.android.internal.os.KernelCpuUidTimeReader$KernelCpuUidFreqTimeReader
8156com.android.internal.os.KernelCpuUidTimeReader$KernelCpuUidUserSysTimeReader
8157com.android.internal.os.KernelCpuUidTimeReader
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07008158com.android.internal.os.KernelMemoryBandwidthStats
art-benchmark-servicead05a302020-03-17 09:46:02 -07008159com.android.internal.os.KernelSingleUidTimeReader$Injector
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008160com.android.internal.os.KernelSingleUidTimeReader
Calin Juravle4a054192018-05-29 17:52:20 -07008161com.android.internal.os.KernelWakelockReader
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008162com.android.internal.os.KernelWakelockStats$Entry
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07008163com.android.internal.os.KernelWakelockStats
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08008164com.android.internal.os.LoggingPrintStream$1
Calin Juravle00b23d32019-03-08 17:52:20 -08008165com.android.internal.os.LoggingPrintStream
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008166com.android.internal.os.LooperStats$DispatchSession
8167com.android.internal.os.LooperStats$Entry
8168com.android.internal.os.LooperStats$ExportedEntry
8169com.android.internal.os.LooperStats
Calin Juravle00b23d32019-03-08 17:52:20 -08008170com.android.internal.os.MediaPowerCalculator
8171com.android.internal.os.MemoryPowerCalculator
8172com.android.internal.os.MobileRadioPowerCalculator
8173com.android.internal.os.PowerCalculator
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07008174com.android.internal.os.PowerProfile$CpuClusterKey
Calin Juravle00b23d32019-03-08 17:52:20 -08008175com.android.internal.os.PowerProfile
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008176com.android.internal.os.ProcStatsUtil
8177com.android.internal.os.ProcTimeInStateReader
8178com.android.internal.os.ProcessCpuTracker$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08008179com.android.internal.os.ProcessCpuTracker$FilterStats
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008180com.android.internal.os.ProcessCpuTracker$Stats
8181com.android.internal.os.ProcessCpuTracker
8182com.android.internal.os.RailStats
Andreas Gampe0db10fd2017-02-01 15:57:57 -08008183com.android.internal.os.RoSystemProperties
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008184com.android.internal.os.RpmStats$PowerStateElement
8185com.android.internal.os.RpmStats$PowerStatePlatformSleepState
8186com.android.internal.os.RpmStats$PowerStateSubsystem
Calin Juravle4a054192018-05-29 17:52:20 -07008187com.android.internal.os.RpmStats
Evan Millar0ea97b82009-03-24 17:49:23 -07008188com.android.internal.os.RuntimeInit$1
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04008189com.android.internal.os.RuntimeInit$Arguments
Tobias Thiereraddbf902016-07-21 15:05:19 +01008190com.android.internal.os.RuntimeInit$KillApplicationHandler
8191com.android.internal.os.RuntimeInit$LoggingHandler
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07008192com.android.internal.os.RuntimeInit$MethodAndArgsCaller
art-benchmark-serviced5115932020-02-25 17:55:03 -08008193com.android.internal.os.RuntimeInit$RuntimeThreadPrioritySetter
Calin Juravle00b23d32019-03-08 17:52:20 -08008194com.android.internal.os.RuntimeInit
8195com.android.internal.os.SensorPowerCalculator
Kenny Rootdbf30ed2012-09-19 13:08:12 -07008196com.android.internal.os.SomeArgs
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008197com.android.internal.os.StatsdHiddenApiUsageLogger
8198com.android.internal.os.StoragedUidIoStatsReader
8199com.android.internal.os.TransferPipe
Calin Juravle00b23d32019-03-08 17:52:20 -08008200com.android.internal.os.WakelockPowerCalculator
8201com.android.internal.os.WifiPowerCalculator
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008202com.android.internal.os.WifiPowerEstimator
8203com.android.internal.os.WrapperInit
Andreas Gampedcad4ca2014-10-03 02:00:29 +00008204com.android.internal.os.Zygote
Calin Juravle00b23d32019-03-08 17:52:20 -08008205com.android.internal.os.ZygoteArguments
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08008206com.android.internal.os.ZygoteConnection
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08008207com.android.internal.os.ZygoteInit
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008208com.android.internal.os.ZygoteSecurityException
8209com.android.internal.os.ZygoteServer$UsapPoolRefillAction
Andreas Gampe0db10fd2017-02-01 15:57:57 -08008210com.android.internal.os.ZygoteServer
art-benchmark-serviced5115932020-02-25 17:55:03 -08008211com.android.internal.os.logging.MetricsLoggerWrapper
8212com.android.internal.policy.-$$Lambda$PhoneWindow$9SyKQeTuaYx7qUIMJIr4Lk2OpYw
8213com.android.internal.policy.BackdropFrameRenderer
Andreas Gampe571fc302016-02-18 13:58:09 -08008214com.android.internal.policy.DecorContext
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07008215com.android.internal.policy.DecorView$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008216com.android.internal.policy.DecorView$2
8217com.android.internal.policy.DecorView$3
Mathieu Chartierba2c0462017-05-19 16:41:46 -07008218com.android.internal.policy.DecorView$ColorViewAttributes
Andreas Gampe571fc302016-02-18 13:58:09 -08008219com.android.internal.policy.DecorView$ColorViewState
Calin Juravle00b23d32019-03-08 17:52:20 -08008220com.android.internal.policy.DecorView
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008221com.android.internal.policy.DividerSnapAlgorithm$SnapTarget
8222com.android.internal.policy.DividerSnapAlgorithm
8223com.android.internal.policy.DockedDividerUtils
8224com.android.internal.policy.IKeyguardDismissCallback$Stub$Proxy
8225com.android.internal.policy.IKeyguardDismissCallback$Stub
8226com.android.internal.policy.IKeyguardDismissCallback
8227com.android.internal.policy.IKeyguardDrawnCallback$Stub$Proxy
8228com.android.internal.policy.IKeyguardDrawnCallback$Stub
8229com.android.internal.policy.IKeyguardDrawnCallback
8230com.android.internal.policy.IKeyguardExitCallback$Stub$Proxy
8231com.android.internal.policy.IKeyguardExitCallback$Stub
8232com.android.internal.policy.IKeyguardExitCallback
8233com.android.internal.policy.IKeyguardService$Stub$Proxy
8234com.android.internal.policy.IKeyguardService$Stub
8235com.android.internal.policy.IKeyguardService
8236com.android.internal.policy.IKeyguardStateCallback$Stub$Proxy
8237com.android.internal.policy.IKeyguardStateCallback$Stub
8238com.android.internal.policy.IKeyguardStateCallback
8239com.android.internal.policy.IShortcutService$Stub$Proxy
8240com.android.internal.policy.IShortcutService$Stub
8241com.android.internal.policy.IShortcutService
art-benchmark-serviced5115932020-02-25 17:55:03 -08008242com.android.internal.policy.KeyInterceptionInfo
Andreas Gampe61e7b662015-06-17 23:57:04 -07008243com.android.internal.policy.PhoneFallbackEventHandler
8244com.android.internal.policy.PhoneLayoutInflater
Andreas Gampe61e7b662015-06-17 23:57:04 -07008245com.android.internal.policy.PhoneWindow$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08008246com.android.internal.policy.PhoneWindow$ActionMenuPresenterCallback
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07008247com.android.internal.policy.PhoneWindow$PanelFeatureState$SavedState$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008248com.android.internal.policy.PhoneWindow$PanelFeatureState$SavedState
Calin Juravle00b23d32019-03-08 17:52:20 -08008249com.android.internal.policy.PhoneWindow$PanelFeatureState
Andreas Gampe571fc302016-02-18 13:58:09 -08008250com.android.internal.policy.PhoneWindow$PhoneWindowMenuCallback
Andreas Gampe61e7b662015-06-17 23:57:04 -07008251com.android.internal.policy.PhoneWindow$RotationWatcher$1
Calin Juravle00b23d32019-03-08 17:52:20 -08008252com.android.internal.policy.PhoneWindow$RotationWatcher
8253com.android.internal.policy.PhoneWindow
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008254com.android.internal.policy.ScreenDecorationsUtils
8255com.android.internal.statusbar.IStatusBar$Stub$Proxy
8256com.android.internal.statusbar.IStatusBar$Stub
8257com.android.internal.statusbar.IStatusBar
8258com.android.internal.statusbar.IStatusBarService$Stub$Proxy
8259com.android.internal.statusbar.IStatusBarService$Stub
8260com.android.internal.statusbar.IStatusBarService
8261com.android.internal.statusbar.NotificationVisibility$1
8262com.android.internal.statusbar.NotificationVisibility$NotificationLocation
8263com.android.internal.statusbar.NotificationVisibility
art-benchmark-serviced5115932020-02-25 17:55:03 -08008264com.android.internal.statusbar.RegisterStatusBarResult$1
8265com.android.internal.statusbar.RegisterStatusBarResult
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008266com.android.internal.statusbar.StatusBarIcon$1
8267com.android.internal.statusbar.StatusBarIcon
8268com.android.internal.telecom.IConnectionService$Stub$Proxy
8269com.android.internal.telecom.IConnectionService$Stub
8270com.android.internal.telecom.IConnectionService
art-benchmark-serviced5115932020-02-25 17:55:03 -08008271com.android.internal.telecom.IConnectionServiceAdapter$Stub
8272com.android.internal.telecom.IConnectionServiceAdapter
8273com.android.internal.telecom.IInCallAdapter$Stub
8274com.android.internal.telecom.IInCallAdapter
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008275com.android.internal.telecom.IInCallService$Stub$Proxy
8276com.android.internal.telecom.IInCallService$Stub
8277com.android.internal.telecom.IInCallService
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07008278com.android.internal.telecom.ITelecomService$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08008279com.android.internal.telecom.ITelecomService$Stub
8280com.android.internal.telecom.ITelecomService
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07008281com.android.internal.telecom.IVideoCallback
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008282com.android.internal.telecom.IVideoProvider$Stub$Proxy
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07008283com.android.internal.telecom.IVideoProvider$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08008284com.android.internal.telecom.IVideoProvider
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008285com.android.internal.telecom.RemoteServiceCallback$Stub$Proxy
8286com.android.internal.telecom.RemoteServiceCallback$Stub
8287com.android.internal.telecom.RemoteServiceCallback
art-benchmark-serviced5115932020-02-25 17:55:03 -08008288com.android.internal.telephony.-$$Lambda$CarrierAppUtils$oAca0vwfzY3MLxvgrejL5_ugnfc
art-benchmark-service56aece62020-02-10 17:58:03 -08008289com.android.internal.telephony.-$$Lambda$MultiSimSettingController$55347QtGjuukX-px3jYZkJd_z3U
8290com.android.internal.telephony.-$$Lambda$MultiSimSettingController$DcLtrTEtdlCd4WOev4Zk79vrSko
8291com.android.internal.telephony.-$$Lambda$MultiSimSettingController$WtGtOenjqxSBoW5BUjT-VlNoSTM
8292com.android.internal.telephony.-$$Lambda$PhoneSubInfoController$1zkPy06BwndFkKrGCUI1ORIPJcI
8293com.android.internal.telephony.-$$Lambda$PhoneSubInfoController$2WGP2Bp11k7_Xwi1N4YefElOUuM
8294com.android.internal.telephony.-$$Lambda$PhoneSubInfoController$2xgrYNleR8FFzFT8hEQx3mDtZ8g
8295com.android.internal.telephony.-$$Lambda$PhoneSubInfoController$AjZFvwh3Ujx5W3fleFNksc6bLf0
8296com.android.internal.telephony.-$$Lambda$PhoneSubInfoController$Ja9yTBcEYPqTRBIP-hL0otixVeE
8297com.android.internal.telephony.-$$Lambda$PhoneSubInfoController$P0j9hvO3e-UE9_1i1QM_ujl8Bpo
8298com.android.internal.telephony.-$$Lambda$PhoneSubInfoController$ZOtVAnuhxrXl2L906I6eTOentP0
8299com.android.internal.telephony.-$$Lambda$PhoneSubInfoController$bWluhZvk2X-dQ0UidKfdpd0kwuw
8300com.android.internal.telephony.-$$Lambda$PhoneSubInfoController$hh4N6_N4-PPm_vWjCdCRvS8--Cw
art-benchmark-serviced5115932020-02-25 17:55:03 -08008301com.android.internal.telephony.-$$Lambda$PhoneSubInfoController$knEK4mNNOqbx_h4hWVcDSbY5kHE
art-benchmark-service56aece62020-02-10 17:58:03 -08008302com.android.internal.telephony.-$$Lambda$PhoneSubInfoController$rpyQeO7zACcc5v4krwU9_qRMHL8
8303com.android.internal.telephony.-$$Lambda$PhoneSwitcher$WfAxZbJDpCUxBytiUchQ87aGijQ
8304com.android.internal.telephony.-$$Lambda$RIL$803u4JiCud_JSoDndvAhT13ZZqU
8305com.android.internal.telephony.-$$Lambda$RIL$Ir4pOMTf7R0Jtw4O3F7JgMVtXO4
8306com.android.internal.telephony.-$$Lambda$RIL$ZGWeCQ9boMO1_J1_yQ82l_jK-Nc
8307com.android.internal.telephony.-$$Lambda$RIL$zYsQZAc3z9bM5fCaq_J0dn5kjjo
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008308com.android.internal.telephony.-$$Lambda$RILConstants$ODSbRKyUeaOFMcez-ZudOmaKCBw
8309com.android.internal.telephony.-$$Lambda$RILConstants$zIAjDPNpW8a5C22QbMmMwM64vD8
art-benchmark-service56aece62020-02-10 17:58:03 -08008310com.android.internal.telephony.-$$Lambda$RILRequest$VaC9ddQXT8qxCl7rcNKtUadFQoI
8311com.android.internal.telephony.-$$Lambda$RadioIndication$GND6XxOOm1d_Ro76zEUFjA9OrEA
art-benchmark-serviced5115932020-02-25 17:55:03 -08008312com.android.internal.telephony.-$$Lambda$SmsApplication$5KAxbm71Dll9xmT5zeXi0i27A10
8313com.android.internal.telephony.-$$Lambda$SmsApplication$gDx3W-UsTeTFaBSPU-Y_LFPZ9dE
art-benchmark-service56aece62020-02-10 17:58:03 -08008314com.android.internal.telephony.-$$Lambda$SubscriptionController$Nt_ojdeqo4C2mbuwymYLvwgOLGo
8315com.android.internal.telephony.-$$Lambda$SubscriptionController$VCQsMNqRHpN3RyoXYzh2YUwA2yc
8316com.android.internal.telephony.-$$Lambda$SubscriptionController$u5xE-urXR6ElZ50305_6guo20Fc
8317com.android.internal.telephony.-$$Lambda$SubscriptionInfoUpdater$DY4i_CG7hrAeejGLeh3hMUZySnw
8318com.android.internal.telephony.-$$Lambda$SubscriptionInfoUpdater$UFyB0ValfLD0rdGDibCjTnGFkeo
8319com.android.internal.telephony.-$$Lambda$SubscriptionInfoUpdater$Y5woGfEDKrozRViLH7WF93qPEno
8320com.android.internal.telephony.-$$Lambda$SubscriptionInfoUpdater$ZTY4uxKw17CHcHQzbBUF7m-dN-E
8321com.android.internal.telephony.-$$Lambda$SubscriptionInfoUpdater$ecTEeMEIjOEa2z5W3wjqiicibbY
8322com.android.internal.telephony.-$$Lambda$SubscriptionInfoUpdater$qyDxq2AWyReUxdc6HttVGQeDD3Y
8323com.android.internal.telephony.-$$Lambda$SubscriptionInfoUpdater$tLUuQ7lYu8EjRd038qzQlDm-CtA
8324com.android.internal.telephony.-$$Lambda$TelephonyComponentFactory$InjectedComponents$09rMKC8001jAR0zFrzzlPx26Xjs
8325com.android.internal.telephony.-$$Lambda$TelephonyComponentFactory$InjectedComponents$DKjB_mCxFOHomOyKLPFU9-9Dywc
8326com.android.internal.telephony.-$$Lambda$TelephonyComponentFactory$InjectedComponents$UYUq9z2WZwxqOLXquU0tTNN9wAs
8327com.android.internal.telephony.-$$Lambda$TelephonyComponentFactory$InjectedComponents$eUdIxJOKoyVP5UmFJtWXBUO93Qk
8328com.android.internal.telephony.-$$Lambda$TelephonyComponentFactory$InjectedComponents$nLdppNQT1Bv7QyIU3LwAwVD2K60
8329com.android.internal.telephony.-$$Lambda$UV1wDVoVlbcxpr8zevj_aMFtUGw
8330com.android.internal.telephony.-$$Lambda$WWHOcG5P4-jgjzPPgLwm-wN15OM
art-benchmark-serviced5115932020-02-25 17:55:03 -08008331com.android.internal.telephony.-$$Lambda$_14QHG018Z6p13d3hzJuGTWnNeo
art-benchmark-service56aece62020-02-10 17:58:03 -08008332com.android.internal.telephony.ATParseEx
8333com.android.internal.telephony.AppSmsManager
8334com.android.internal.telephony.BaseCommands
8335com.android.internal.telephony.BlockChecker
8336com.android.internal.telephony.Call$SrvccState
8337com.android.internal.telephony.Call$State
8338com.android.internal.telephony.Call
8339com.android.internal.telephony.CallForwardInfo
8340com.android.internal.telephony.CallManager$CallManagerHandler
8341com.android.internal.telephony.CallManager
8342com.android.internal.telephony.CallStateException
8343com.android.internal.telephony.CallTracker
8344com.android.internal.telephony.CarrierActionAgent$1
8345com.android.internal.telephony.CarrierActionAgent
Calin Juravle00b23d32019-03-08 17:52:20 -08008346com.android.internal.telephony.CarrierAppUtils
art-benchmark-service56aece62020-02-10 17:58:03 -08008347com.android.internal.telephony.CarrierInfoManager
8348com.android.internal.telephony.CarrierKeyDownloadManager$1
8349com.android.internal.telephony.CarrierKeyDownloadManager
8350com.android.internal.telephony.CarrierResolver$1
8351com.android.internal.telephony.CarrierResolver$2
8352com.android.internal.telephony.CarrierResolver$CarrierMatchingRule
8353com.android.internal.telephony.CarrierResolver
8354com.android.internal.telephony.CarrierServiceBindHelper$1
8355com.android.internal.telephony.CarrierServiceBindHelper$2
8356com.android.internal.telephony.CarrierServiceBindHelper$AppBinding
8357com.android.internal.telephony.CarrierServiceBindHelper$CarrierServiceConnection
8358com.android.internal.telephony.CarrierServiceBindHelper$CarrierServicePackageMonitor
8359com.android.internal.telephony.CarrierServiceBindHelper
8360com.android.internal.telephony.CarrierServiceStateTracker$1
8361com.android.internal.telephony.CarrierServiceStateTracker$2
8362com.android.internal.telephony.CarrierServiceStateTracker$3
8363com.android.internal.telephony.CarrierServiceStateTracker$EmergencyNetworkNotification
8364com.android.internal.telephony.CarrierServiceStateTracker$NotificationType
8365com.android.internal.telephony.CarrierServiceStateTracker$PrefNetworkNotification
8366com.android.internal.telephony.CarrierServiceStateTracker
8367com.android.internal.telephony.CarrierServicesSmsFilter$CallbackTimeoutHandler
8368com.android.internal.telephony.CarrierServicesSmsFilter$CarrierServicesSmsFilterCallbackInterface
8369com.android.internal.telephony.CarrierServicesSmsFilter
8370com.android.internal.telephony.CarrierSignalAgent$1
8371com.android.internal.telephony.CarrierSignalAgent
8372com.android.internal.telephony.CarrierSmsUtils
art-benchmark-serviced5115932020-02-25 17:55:03 -08008373com.android.internal.telephony.CellBroadcastServiceManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008374com.android.internal.telephony.CellNetworkScanResult$1
8375com.android.internal.telephony.CellNetworkScanResult
art-benchmark-service56aece62020-02-10 17:58:03 -08008376com.android.internal.telephony.CellularNetworkService$CellularNetworkServiceProvider$1
8377com.android.internal.telephony.CellularNetworkService$CellularNetworkServiceProvider
8378com.android.internal.telephony.CellularNetworkService
8379com.android.internal.telephony.CellularNetworkValidator$ValidationCallback
8380com.android.internal.telephony.CellularNetworkValidator
8381com.android.internal.telephony.ClientWakelockAccountant
8382com.android.internal.telephony.ClientWakelockTracker
8383com.android.internal.telephony.CommandException$Error
8384com.android.internal.telephony.CommandException
8385com.android.internal.telephony.CommandsInterface
8386com.android.internal.telephony.Connection$Listener
8387com.android.internal.telephony.Connection$PostDialState
8388com.android.internal.telephony.Connection
Calin Juravle00b23d32019-03-08 17:52:20 -08008389com.android.internal.telephony.DctConstants$Activity
8390com.android.internal.telephony.DctConstants$State
art-benchmark-service56aece62020-02-10 17:58:03 -08008391com.android.internal.telephony.DebugService
8392com.android.internal.telephony.DefaultPhoneNotifier$1
8393com.android.internal.telephony.DefaultPhoneNotifier
8394com.android.internal.telephony.DeviceStateMonitor$1
8395com.android.internal.telephony.DeviceStateMonitor$2
8396com.android.internal.telephony.DeviceStateMonitor$3
8397com.android.internal.telephony.DeviceStateMonitor$AccessNetworkThresholds
8398com.android.internal.telephony.DeviceStateMonitor
8399com.android.internal.telephony.DriverCall$State
8400com.android.internal.telephony.DriverCall
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008401com.android.internal.telephony.EncodeException
Calin Juravle00b23d32019-03-08 17:52:20 -08008402com.android.internal.telephony.ExponentialBackoff$1
8403com.android.internal.telephony.ExponentialBackoff$HandlerAdapter
8404com.android.internal.telephony.ExponentialBackoff
art-benchmark-service56aece62020-02-10 17:58:03 -08008405com.android.internal.telephony.GlobalSettingsHelper
art-benchmark-serviced5115932020-02-25 17:55:03 -08008406com.android.internal.telephony.GsmAlphabet$TextEncodingDetails
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008407com.android.internal.telephony.GsmAlphabet
art-benchmark-service56aece62020-02-10 17:58:03 -08008408com.android.internal.telephony.GsmCdmaCall
8409com.android.internal.telephony.GsmCdmaCallTracker$1
8410com.android.internal.telephony.GsmCdmaCallTracker$2
8411com.android.internal.telephony.GsmCdmaCallTracker$3
8412com.android.internal.telephony.GsmCdmaCallTracker
8413com.android.internal.telephony.GsmCdmaConnection
8414com.android.internal.telephony.GsmCdmaPhone$1
8415com.android.internal.telephony.GsmCdmaPhone$2
8416com.android.internal.telephony.GsmCdmaPhone$3
8417com.android.internal.telephony.GsmCdmaPhone$Cfu
8418com.android.internal.telephony.GsmCdmaPhone
8419com.android.internal.telephony.HalVersion
8420com.android.internal.telephony.HardwareConfig
art-benchmark-serviced5115932020-02-25 17:55:03 -08008421com.android.internal.telephony.HbpcdLookup$MccIdd
8422com.android.internal.telephony.HbpcdLookup$MccLookup
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008423com.android.internal.telephony.HbpcdUtils
art-benchmark-serviced5115932020-02-25 17:55:03 -08008424com.android.internal.telephony.HexDump
Mathieu Chartierba2c0462017-05-19 16:41:46 -07008425com.android.internal.telephony.ICarrierConfigLoader$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08008426com.android.internal.telephony.ICarrierConfigLoader$Stub
8427com.android.internal.telephony.ICarrierConfigLoader
art-benchmark-service56aece62020-02-10 17:58:03 -08008428com.android.internal.telephony.IIccPhoneBook$Stub$Proxy
8429com.android.internal.telephony.IIccPhoneBook$Stub
8430com.android.internal.telephony.IIccPhoneBook
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008431com.android.internal.telephony.IIntegerConsumer$Stub$Proxy
8432com.android.internal.telephony.IIntegerConsumer$Stub
8433com.android.internal.telephony.IIntegerConsumer
8434com.android.internal.telephony.IMms$Stub$Proxy
8435com.android.internal.telephony.IMms$Stub
8436com.android.internal.telephony.IMms
8437com.android.internal.telephony.INumberVerificationCallback$Stub$Proxy
8438com.android.internal.telephony.INumberVerificationCallback$Stub
8439com.android.internal.telephony.INumberVerificationCallback
8440com.android.internal.telephony.IOnSubscriptionsChangedListener$Stub$Proxy
Mathieu Chartierba2c0462017-05-19 16:41:46 -07008441com.android.internal.telephony.IOnSubscriptionsChangedListener$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08008442com.android.internal.telephony.IOnSubscriptionsChangedListener
art-benchmark-serviced5115932020-02-25 17:55:03 -08008443com.android.internal.telephony.IOns$Stub$Proxy
8444com.android.internal.telephony.IOns$Stub
8445com.android.internal.telephony.IOns
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008446com.android.internal.telephony.IPhoneStateListener$Stub$Proxy
Mathieu Chartierba2c0462017-05-19 16:41:46 -07008447com.android.internal.telephony.IPhoneStateListener$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08008448com.android.internal.telephony.IPhoneStateListener
Mathieu Chartierba2c0462017-05-19 16:41:46 -07008449com.android.internal.telephony.IPhoneSubInfo$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08008450com.android.internal.telephony.IPhoneSubInfo$Stub
8451com.android.internal.telephony.IPhoneSubInfo
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008452com.android.internal.telephony.ISetOpportunisticDataCallback$Stub$Proxy
Calin Juravle36829e52019-04-10 19:07:47 -07008453com.android.internal.telephony.ISetOpportunisticDataCallback$Stub
8454com.android.internal.telephony.ISetOpportunisticDataCallback
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008455com.android.internal.telephony.ISms$Stub$Proxy
Mathieu Chartierba2c0462017-05-19 16:41:46 -07008456com.android.internal.telephony.ISms$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08008457com.android.internal.telephony.ISms
8458com.android.internal.telephony.ISmsImplBase
art-benchmark-service56aece62020-02-10 17:58:03 -08008459com.android.internal.telephony.IState
Andreas Gampedcad4ca2014-10-03 02:00:29 +00008460com.android.internal.telephony.ISub$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08008461com.android.internal.telephony.ISub$Stub
8462com.android.internal.telephony.ISub
Kenny Root9787b802013-04-26 12:53:57 -07008463com.android.internal.telephony.ITelephony$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08008464com.android.internal.telephony.ITelephony$Stub
8465com.android.internal.telephony.ITelephony
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07008466com.android.internal.telephony.ITelephonyRegistry$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08008467com.android.internal.telephony.ITelephonyRegistry$Stub
8468com.android.internal.telephony.ITelephonyRegistry
art-benchmark-serviced5115932020-02-25 17:55:03 -08008469com.android.internal.telephony.IUpdateAvailableNetworksCallback
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008470com.android.internal.telephony.IWapPushManager
art-benchmark-service56aece62020-02-10 17:58:03 -08008471com.android.internal.telephony.IccCard
Calin Juravle00b23d32019-03-08 17:52:20 -08008472com.android.internal.telephony.IccCardConstants$State
art-benchmark-service56aece62020-02-10 17:58:03 -08008473com.android.internal.telephony.IccPhoneBookInterfaceManager$1
8474com.android.internal.telephony.IccPhoneBookInterfaceManager$Request
8475com.android.internal.telephony.IccPhoneBookInterfaceManager
8476com.android.internal.telephony.IccProvider
8477com.android.internal.telephony.IccSmsInterfaceManager$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08008478com.android.internal.telephony.IccSmsInterfaceManager$2
art-benchmark-service56aece62020-02-10 17:58:03 -08008479com.android.internal.telephony.IccSmsInterfaceManager$CdmaBroadcastRangeManager
8480com.android.internal.telephony.IccSmsInterfaceManager$CellBroadcastRangeManager
8481com.android.internal.telephony.IccSmsInterfaceManager
8482com.android.internal.telephony.ImsSmsDispatcher$1
8483com.android.internal.telephony.ImsSmsDispatcher$2
8484com.android.internal.telephony.ImsSmsDispatcher$3
8485com.android.internal.telephony.ImsSmsDispatcher$4
8486com.android.internal.telephony.ImsSmsDispatcher
8487com.android.internal.telephony.InboundSmsHandler$1
8488com.android.internal.telephony.InboundSmsHandler$2
8489com.android.internal.telephony.InboundSmsHandler$CarrierServicesSmsFilterCallback
art-benchmark-serviced5115932020-02-25 17:55:03 -08008490com.android.internal.telephony.InboundSmsHandler$CbTestBroadcastReceiver
art-benchmark-service56aece62020-02-10 17:58:03 -08008491com.android.internal.telephony.InboundSmsHandler$DefaultState
8492com.android.internal.telephony.InboundSmsHandler$DeliveringState
8493com.android.internal.telephony.InboundSmsHandler$IdleState
8494com.android.internal.telephony.InboundSmsHandler$NewMessageNotificationActionReceiver
8495com.android.internal.telephony.InboundSmsHandler$SmsBroadcastReceiver
8496com.android.internal.telephony.InboundSmsHandler$StartupState
8497com.android.internal.telephony.InboundSmsHandler$WaitingState
8498com.android.internal.telephony.InboundSmsHandler
8499com.android.internal.telephony.InboundSmsTracker
8500com.android.internal.telephony.IntRangeManager$ClientRange
8501com.android.internal.telephony.IntRangeManager$IntRange
8502com.android.internal.telephony.IntRangeManager
8503com.android.internal.telephony.IntentBroadcaster$1
8504com.android.internal.telephony.IntentBroadcaster
8505com.android.internal.telephony.LastCallFailCause
8506com.android.internal.telephony.LinkCapacityEstimate
8507com.android.internal.telephony.LocalLog
8508com.android.internal.telephony.LocaleTracker$1
8509com.android.internal.telephony.LocaleTracker
8510com.android.internal.telephony.MccTable$MccEntry
art-benchmark-serviced5115932020-02-25 17:55:03 -08008511com.android.internal.telephony.MccTable$MccMnc
art-benchmark-service56aece62020-02-10 17:58:03 -08008512com.android.internal.telephony.MccTable
8513com.android.internal.telephony.MmiCode
8514com.android.internal.telephony.MultiSimSettingController$1
8515com.android.internal.telephony.MultiSimSettingController$UpdateDefaultAction
8516com.android.internal.telephony.MultiSimSettingController
art-benchmark-serviced5115932020-02-25 17:55:03 -08008517com.android.internal.telephony.NetworkFactory
art-benchmark-service56aece62020-02-10 17:58:03 -08008518com.android.internal.telephony.NetworkRegistrationManager$1
8519com.android.internal.telephony.NetworkRegistrationManager$NetworkRegStateCallback
8520com.android.internal.telephony.NetworkRegistrationManager$NetworkServiceConnection
8521com.android.internal.telephony.NetworkRegistrationManager$RegManagerDeathRecipient
8522com.android.internal.telephony.NetworkRegistrationManager
8523com.android.internal.telephony.NetworkScanRequestTracker$1
8524com.android.internal.telephony.NetworkScanRequestTracker$NetworkScanRequestScheduler
8525com.android.internal.telephony.NetworkScanRequestTracker
8526com.android.internal.telephony.NitzData
8527com.android.internal.telephony.NitzStateMachine$DeviceState
8528com.android.internal.telephony.NitzStateMachine
8529com.android.internal.telephony.NitzStateMachineImpl
8530com.android.internal.telephony.OemHookIndication
8531com.android.internal.telephony.OemHookResponse
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008532com.android.internal.telephony.OperatorInfo$1
8533com.android.internal.telephony.OperatorInfo$State
8534com.android.internal.telephony.OperatorInfo
art-benchmark-serviced5115932020-02-25 17:55:03 -08008535com.android.internal.telephony.Phone$1
art-benchmark-service56aece62020-02-10 17:58:03 -08008536com.android.internal.telephony.Phone
art-benchmark-serviced5115932020-02-25 17:55:03 -08008537com.android.internal.telephony.PhoneConfigurationManager$ConfigManagerHandler
8538com.android.internal.telephony.PhoneConfigurationManager$MockableInterface
art-benchmark-service56aece62020-02-10 17:58:03 -08008539com.android.internal.telephony.PhoneConfigurationManager
Calin Juravle00b23d32019-03-08 17:52:20 -08008540com.android.internal.telephony.PhoneConstantConversions$1
8541com.android.internal.telephony.PhoneConstantConversions
8542com.android.internal.telephony.PhoneConstants$DataState
SangWook Hanfd9cb492012-08-12 19:46:51 +09008543com.android.internal.telephony.PhoneConstants$State
art-benchmark-service56aece62020-02-10 17:58:03 -08008544com.android.internal.telephony.PhoneFactory
8545com.android.internal.telephony.PhoneInternalInterface$DataActivityState
8546com.android.internal.telephony.PhoneInternalInterface$DialArgs$Builder
8547com.android.internal.telephony.PhoneInternalInterface$DialArgs
8548com.android.internal.telephony.PhoneInternalInterface$SuppService
8549com.android.internal.telephony.PhoneInternalInterface
8550com.android.internal.telephony.PhoneNotifier
8551com.android.internal.telephony.PhoneSubInfoController$CallPhoneMethodHelper
8552com.android.internal.telephony.PhoneSubInfoController$PermissionCheckHelper
8553com.android.internal.telephony.PhoneSubInfoController
8554com.android.internal.telephony.PhoneSwitcher$1
8555com.android.internal.telephony.PhoneSwitcher$2
art-benchmark-serviced5115932020-02-25 17:55:03 -08008556com.android.internal.telephony.PhoneSwitcher$3
art-benchmark-service56aece62020-02-10 17:58:03 -08008557com.android.internal.telephony.PhoneSwitcher$DefaultNetworkCallback
8558com.android.internal.telephony.PhoneSwitcher$EmergencyOverrideRequest
8559com.android.internal.telephony.PhoneSwitcher$PhoneState
8560com.android.internal.telephony.PhoneSwitcher$PhoneSwitcherNetworkRequestListener
8561com.android.internal.telephony.PhoneSwitcher
8562com.android.internal.telephony.ProxyController$1
8563com.android.internal.telephony.ProxyController
8564com.android.internal.telephony.RIL$RadioProxyDeathRecipient
8565com.android.internal.telephony.RIL$RilHandler
8566com.android.internal.telephony.RIL
Calin Juravle00b23d32019-03-08 17:52:20 -08008567com.android.internal.telephony.RILConstants
art-benchmark-service56aece62020-02-10 17:58:03 -08008568com.android.internal.telephony.RILRequest
8569com.android.internal.telephony.RadioBugDetector
8570com.android.internal.telephony.RadioCapability
8571com.android.internal.telephony.RadioConfig$ServiceDeathRecipient
8572com.android.internal.telephony.RadioConfig
8573com.android.internal.telephony.RadioConfigIndication
8574com.android.internal.telephony.RadioConfigResponse
8575com.android.internal.telephony.RadioIndication
8576com.android.internal.telephony.RadioResponse
8577com.android.internal.telephony.RatRatcheter$1
8578com.android.internal.telephony.RatRatcheter
art-benchmark-serviced5115932020-02-25 17:55:03 -08008579com.android.internal.telephony.Registrant
art-benchmark-service56aece62020-02-10 17:58:03 -08008580com.android.internal.telephony.RegistrantList
8581com.android.internal.telephony.RestrictedState
8582com.android.internal.telephony.RetryManager$RetryRec
8583com.android.internal.telephony.RetryManager
8584com.android.internal.telephony.RilWakelockInfo
8585com.android.internal.telephony.SMSDispatcher$DataSmsSender
8586com.android.internal.telephony.SMSDispatcher$SettingsObserver
8587com.android.internal.telephony.SMSDispatcher$SmsSender
8588com.android.internal.telephony.SMSDispatcher$SmsSenderCallback
8589com.android.internal.telephony.SMSDispatcher$SmsTracker
8590com.android.internal.telephony.SMSDispatcher$TextSmsSender
8591com.android.internal.telephony.SMSDispatcher
8592com.android.internal.telephony.ServiceStateTracker$1
8593com.android.internal.telephony.ServiceStateTracker$SstSubscriptionsChangedListener
8594com.android.internal.telephony.ServiceStateTracker
8595com.android.internal.telephony.SettingsObserver
8596com.android.internal.telephony.SimActivationTracker$1
8597com.android.internal.telephony.SimActivationTracker
art-benchmark-serviced5115932020-02-25 17:55:03 -08008598com.android.internal.telephony.SmsAddress
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07008599com.android.internal.telephony.SmsApplication$SmsApplicationData
Calin Juravle00b23d32019-03-08 17:52:20 -08008600com.android.internal.telephony.SmsApplication$SmsPackageMonitor
8601com.android.internal.telephony.SmsApplication
art-benchmark-service56aece62020-02-10 17:58:03 -08008602com.android.internal.telephony.SmsBroadcastUndelivered$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08008603com.android.internal.telephony.SmsBroadcastUndelivered$2
art-benchmark-service56aece62020-02-10 17:58:03 -08008604com.android.internal.telephony.SmsBroadcastUndelivered$ScanRawTableThread
8605com.android.internal.telephony.SmsBroadcastUndelivered$SmsReferenceKey
8606com.android.internal.telephony.SmsBroadcastUndelivered
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008607com.android.internal.telephony.SmsConstants$MessageClass
art-benchmark-service56aece62020-02-10 17:58:03 -08008608com.android.internal.telephony.SmsController
8609com.android.internal.telephony.SmsDispatchersController$1
8610com.android.internal.telephony.SmsDispatchersController
art-benchmark-serviced5115932020-02-25 17:55:03 -08008611com.android.internal.telephony.SmsHeader$ConcatRef
8612com.android.internal.telephony.SmsHeader$PortAddrs
8613com.android.internal.telephony.SmsHeader
8614com.android.internal.telephony.SmsMessageBase$SubmitPduBase
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008615com.android.internal.telephony.SmsMessageBase
art-benchmark-serviced5115932020-02-25 17:55:03 -08008616com.android.internal.telephony.SmsNumberUtils$NumberEntry
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008617com.android.internal.telephony.SmsNumberUtils
art-benchmark-service56aece62020-02-10 17:58:03 -08008618com.android.internal.telephony.SmsPermissions
8619com.android.internal.telephony.SmsResponse
8620com.android.internal.telephony.SmsStorageMonitor$1
8621com.android.internal.telephony.SmsStorageMonitor
8622com.android.internal.telephony.SmsUsageMonitor$SettingsObserver
8623com.android.internal.telephony.SmsUsageMonitor$SettingsObserverHandler
8624com.android.internal.telephony.SmsUsageMonitor
art-benchmark-serviced5115932020-02-25 17:55:03 -08008625com.android.internal.telephony.SomeArgs
art-benchmark-service56aece62020-02-10 17:58:03 -08008626com.android.internal.telephony.State
art-benchmark-serviced5115932020-02-25 17:55:03 -08008627com.android.internal.telephony.StateMachine$LogRecords
8628com.android.internal.telephony.StateMachine$SmHandler
art-benchmark-service56aece62020-02-10 17:58:03 -08008629com.android.internal.telephony.StateMachine
8630com.android.internal.telephony.SubscriptionController
8631com.android.internal.telephony.SubscriptionInfoUpdater$1
8632com.android.internal.telephony.SubscriptionInfoUpdater$UpdateEmbeddedSubsCallback
8633com.android.internal.telephony.SubscriptionInfoUpdater
8634com.android.internal.telephony.TelephonyCapabilities
art-benchmark-serviced5115932020-02-25 17:55:03 -08008635com.android.internal.telephony.TelephonyCommonStatsLog
art-benchmark-service56aece62020-02-10 17:58:03 -08008636com.android.internal.telephony.TelephonyComponentFactory$InjectedComponents
8637com.android.internal.telephony.TelephonyComponentFactory
8638com.android.internal.telephony.TelephonyDevController
Calin Juravle00b23d32019-03-08 17:52:20 -08008639com.android.internal.telephony.TelephonyPermissions
art-benchmark-service56aece62020-02-10 17:58:03 -08008640com.android.internal.telephony.TelephonyTester$1
8641com.android.internal.telephony.TelephonyTester
8642com.android.internal.telephony.TimeServiceHelper
art-benchmark-serviced5115932020-02-25 17:55:03 -08008643com.android.internal.telephony.TimeUtils
art-benchmark-service56aece62020-02-10 17:58:03 -08008644com.android.internal.telephony.TimeZoneLookupHelper$CountryResult
art-benchmark-serviced5115932020-02-25 17:55:03 -08008645com.android.internal.telephony.TimeZoneLookupHelper$OffsetResult
art-benchmark-service56aece62020-02-10 17:58:03 -08008646com.android.internal.telephony.TimeZoneLookupHelper
8647com.android.internal.telephony.UUSInfo
8648com.android.internal.telephony.UiccPhoneBookController
8649com.android.internal.telephony.VisualVoicemailSmsFilter$1
8650com.android.internal.telephony.VisualVoicemailSmsFilter$PhoneAccountHandleConverter
8651com.android.internal.telephony.VisualVoicemailSmsFilter
8652com.android.internal.telephony.WakeLockStateMachine$1
8653com.android.internal.telephony.WakeLockStateMachine$DefaultState
8654com.android.internal.telephony.WakeLockStateMachine$IdleState
8655com.android.internal.telephony.WakeLockStateMachine$WaitingState
8656com.android.internal.telephony.WakeLockStateMachine
8657com.android.internal.telephony.WapPushOverSms$1
8658com.android.internal.telephony.WapPushOverSms
8659com.android.internal.telephony.cat.AppInterface$CommandType
8660com.android.internal.telephony.cat.AppInterface
8661com.android.internal.telephony.cat.BIPClientParams
8662com.android.internal.telephony.cat.BerTlv
8663com.android.internal.telephony.cat.CallSetupParams
8664com.android.internal.telephony.cat.CatCmdMessage$1
8665com.android.internal.telephony.cat.CatCmdMessage
8666com.android.internal.telephony.cat.CatException
8667com.android.internal.telephony.cat.CatLog
8668com.android.internal.telephony.cat.CatResponseMessage
8669com.android.internal.telephony.cat.CatService$1
8670com.android.internal.telephony.cat.CatService
art-benchmark-serviced5115932020-02-25 17:55:03 -08008671com.android.internal.telephony.cat.CommandDetails$1
8672com.android.internal.telephony.cat.CommandDetails
art-benchmark-service56aece62020-02-10 17:58:03 -08008673com.android.internal.telephony.cat.CommandParams
8674com.android.internal.telephony.cat.CommandParamsFactory$1
8675com.android.internal.telephony.cat.CommandParamsFactory
8676com.android.internal.telephony.cat.ComprehensionTlv
8677com.android.internal.telephony.cat.ComprehensionTlvTag
8678com.android.internal.telephony.cat.DTTZResponseData
8679com.android.internal.telephony.cat.DisplayTextParams
8680com.android.internal.telephony.cat.IconLoader
8681com.android.internal.telephony.cat.LanguageParams
8682com.android.internal.telephony.cat.LanguageResponseData
8683com.android.internal.telephony.cat.LaunchBrowserParams
8684com.android.internal.telephony.cat.ResponseData
8685com.android.internal.telephony.cat.ResultCode
8686com.android.internal.telephony.cat.ResultException
8687com.android.internal.telephony.cat.RilMessage
8688com.android.internal.telephony.cat.RilMessageDecoder$StateCmdParamsReady
8689com.android.internal.telephony.cat.RilMessageDecoder$StateStart
8690com.android.internal.telephony.cat.RilMessageDecoder
art-benchmark-serviced5115932020-02-25 17:55:03 -08008691com.android.internal.telephony.cat.TextMessage$1
8692com.android.internal.telephony.cat.TextMessage
8693com.android.internal.telephony.cat.ValueObject
art-benchmark-service56aece62020-02-10 17:58:03 -08008694com.android.internal.telephony.cat.ValueParser
art-benchmark-serviced5115932020-02-25 17:55:03 -08008695com.android.internal.telephony.cdma.-$$Lambda$CdmaInboundSmsHandler$sD3UQ6e4SE9ZbPjDZ9bEr_XRoaA
art-benchmark-service56aece62020-02-10 17:58:03 -08008696com.android.internal.telephony.cdma.CdmaCallWaitingNotification
art-benchmark-serviced5115932020-02-25 17:55:03 -08008697com.android.internal.telephony.cdma.CdmaInboundSmsHandler$CdmaCbTestBroadcastReceiver
8698com.android.internal.telephony.cdma.CdmaInboundSmsHandler$CdmaScpTestBroadcastReceiver
art-benchmark-service56aece62020-02-10 17:58:03 -08008699com.android.internal.telephony.cdma.CdmaInboundSmsHandler
8700com.android.internal.telephony.cdma.CdmaSMSDispatcher
8701com.android.internal.telephony.cdma.CdmaSmsBroadcastConfigInfo
8702com.android.internal.telephony.cdma.CdmaSubscriptionSourceManager
8703com.android.internal.telephony.cdma.EriInfo
8704com.android.internal.telephony.cdma.EriManager$EriFile
8705com.android.internal.telephony.cdma.EriManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008706com.android.internal.telephony.cdma.SmsMessage
art-benchmark-serviced5115932020-02-25 17:55:03 -08008707com.android.internal.telephony.cdma.sms.BearerData$TimeStamp
8708com.android.internal.telephony.cdma.sms.BearerData
8709com.android.internal.telephony.cdma.sms.CdmaSmsAddress
8710com.android.internal.telephony.cdma.sms.CdmaSmsSubaddress
8711com.android.internal.telephony.cdma.sms.SmsEnvelope
8712com.android.internal.telephony.cdma.sms.UserData
art-benchmark-service56aece62020-02-10 17:58:03 -08008713com.android.internal.telephony.cdnr.CarrierDisplayNameData$1
8714com.android.internal.telephony.cdnr.CarrierDisplayNameData$Builder
8715com.android.internal.telephony.cdnr.CarrierDisplayNameData
8716com.android.internal.telephony.cdnr.CarrierDisplayNameResolver$CarrierDisplayNameConditionRule
8717com.android.internal.telephony.cdnr.CarrierDisplayNameResolver
8718com.android.internal.telephony.dataconnection.-$$Lambda$DataConnection$-tFSpFGzTv_UdpzJlTMOvg8VO98
8719com.android.internal.telephony.dataconnection.-$$Lambda$XZAGhHrbkIDyusER4MAM6luKcT0
8720com.android.internal.telephony.dataconnection.AccessNetworksManager$1
8721com.android.internal.telephony.dataconnection.AccessNetworksManager
8722com.android.internal.telephony.dataconnection.ApnContext
8723com.android.internal.telephony.dataconnection.ApnSettingUtils
8724com.android.internal.telephony.dataconnection.CellularDataService$CellularDataServiceProvider$1
8725com.android.internal.telephony.dataconnection.CellularDataService$CellularDataServiceProvider
8726com.android.internal.telephony.dataconnection.CellularDataService
8727com.android.internal.telephony.dataconnection.DataConnection$2
8728com.android.internal.telephony.dataconnection.DataConnection$ConnectionParams
8729com.android.internal.telephony.dataconnection.DataConnection$DcActivatingState
8730com.android.internal.telephony.dataconnection.DataConnection$DcActiveState
8731com.android.internal.telephony.dataconnection.DataConnection$DcDefaultState
8732com.android.internal.telephony.dataconnection.DataConnection$DcDisconnectingState
8733com.android.internal.telephony.dataconnection.DataConnection$DcDisconnectionErrorCreatingConnection
8734com.android.internal.telephony.dataconnection.DataConnection$DcInactiveState
8735com.android.internal.telephony.dataconnection.DataConnection$DisconnectParams
8736com.android.internal.telephony.dataconnection.DataConnection$SetupResult
8737com.android.internal.telephony.dataconnection.DataConnection$UpdateLinkPropertyResult
8738com.android.internal.telephony.dataconnection.DataConnection
8739com.android.internal.telephony.dataconnection.DataConnectionReasons$DataAllowedReasonType
8740com.android.internal.telephony.dataconnection.DataConnectionReasons$DataDisallowedReasonType
8741com.android.internal.telephony.dataconnection.DataConnectionReasons
8742com.android.internal.telephony.dataconnection.DataEnabledOverride$OverrideConditions
8743com.android.internal.telephony.dataconnection.DataEnabledOverride$OverrideRule
8744com.android.internal.telephony.dataconnection.DataEnabledOverride
8745com.android.internal.telephony.dataconnection.DataEnabledSettings$1
8746com.android.internal.telephony.dataconnection.DataEnabledSettings$2
8747com.android.internal.telephony.dataconnection.DataEnabledSettings
8748com.android.internal.telephony.dataconnection.DataServiceManager$1
8749com.android.internal.telephony.dataconnection.DataServiceManager$CellularDataServiceCallback
8750com.android.internal.telephony.dataconnection.DataServiceManager$CellularDataServiceConnection
8751com.android.internal.telephony.dataconnection.DataServiceManager$DataServiceManagerDeathRecipient
8752com.android.internal.telephony.dataconnection.DataServiceManager
8753com.android.internal.telephony.dataconnection.DcController$1
8754com.android.internal.telephony.dataconnection.DcController$DccDefaultState
8755com.android.internal.telephony.dataconnection.DcController
8756com.android.internal.telephony.dataconnection.DcFailBringUp
art-benchmark-serviced5115932020-02-25 17:55:03 -08008757com.android.internal.telephony.dataconnection.DcNetworkAgent$DcKeepaliveTracker
art-benchmark-service56aece62020-02-10 17:58:03 -08008758com.android.internal.telephony.dataconnection.DcNetworkAgent
8759com.android.internal.telephony.dataconnection.DcRequest
8760com.android.internal.telephony.dataconnection.DcTesterDeactivateAll$1
8761com.android.internal.telephony.dataconnection.DcTesterDeactivateAll
8762com.android.internal.telephony.dataconnection.DcTesterFailBringUpAll$1
8763com.android.internal.telephony.dataconnection.DcTesterFailBringUpAll
8764com.android.internal.telephony.dataconnection.DcTracker$1
8765com.android.internal.telephony.dataconnection.DcTracker$2
8766com.android.internal.telephony.dataconnection.DcTracker$3
8767com.android.internal.telephony.dataconnection.DcTracker$4
8768com.android.internal.telephony.dataconnection.DcTracker$5
art-benchmark-serviced5115932020-02-25 17:55:03 -08008769com.android.internal.telephony.dataconnection.DcTracker$6
art-benchmark-service56aece62020-02-10 17:58:03 -08008770com.android.internal.telephony.dataconnection.DcTracker$ApnChangeObserver
8771com.android.internal.telephony.dataconnection.DcTracker$DataStallRecoveryHandler
8772com.android.internal.telephony.dataconnection.DcTracker$DctOnSubscriptionsChangedListener
8773com.android.internal.telephony.dataconnection.DcTracker$ProvisionNotificationBroadcastReceiver
8774com.android.internal.telephony.dataconnection.DcTracker$RetryFailures
8775com.android.internal.telephony.dataconnection.DcTracker$TxRxSum
8776com.android.internal.telephony.dataconnection.DcTracker
8777com.android.internal.telephony.dataconnection.KeepaliveStatus$1
8778com.android.internal.telephony.dataconnection.KeepaliveStatus
8779com.android.internal.telephony.dataconnection.TelephonyNetworkFactory$InternalHandler
8780com.android.internal.telephony.dataconnection.TelephonyNetworkFactory
8781com.android.internal.telephony.dataconnection.TransportManager$HandoverParams
8782com.android.internal.telephony.dataconnection.TransportManager
8783com.android.internal.telephony.emergency.EmergencyNumberTracker$1
8784com.android.internal.telephony.emergency.EmergencyNumberTracker
8785com.android.internal.telephony.euicc.-$$Lambda$EuiccConnector$ConnectedState$4$S52i3hpE3-FGho807KZ1LR5rXQM
8786com.android.internal.telephony.euicc.EuiccCardController$SimSlotStatusChangedBroadcastReceiver
8787com.android.internal.telephony.euicc.EuiccCardController
8788com.android.internal.telephony.euicc.EuiccConnector$1
8789com.android.internal.telephony.euicc.EuiccConnector$AvailableState
8790com.android.internal.telephony.euicc.EuiccConnector$BaseEuiccCommandCallback
8791com.android.internal.telephony.euicc.EuiccConnector$BindingState
8792com.android.internal.telephony.euicc.EuiccConnector$ConnectedState$10
8793com.android.internal.telephony.euicc.EuiccConnector$ConnectedState$11
8794com.android.internal.telephony.euicc.EuiccConnector$ConnectedState$12
8795com.android.internal.telephony.euicc.EuiccConnector$ConnectedState$13
art-benchmark-serviced5115932020-02-25 17:55:03 -08008796com.android.internal.telephony.euicc.EuiccConnector$ConnectedState$14
art-benchmark-service56aece62020-02-10 17:58:03 -08008797com.android.internal.telephony.euicc.EuiccConnector$ConnectedState$1
8798com.android.internal.telephony.euicc.EuiccConnector$ConnectedState$2
8799com.android.internal.telephony.euicc.EuiccConnector$ConnectedState$3
8800com.android.internal.telephony.euicc.EuiccConnector$ConnectedState$4
8801com.android.internal.telephony.euicc.EuiccConnector$ConnectedState$5
8802com.android.internal.telephony.euicc.EuiccConnector$ConnectedState$6
8803com.android.internal.telephony.euicc.EuiccConnector$ConnectedState$7
8804com.android.internal.telephony.euicc.EuiccConnector$ConnectedState$8
8805com.android.internal.telephony.euicc.EuiccConnector$ConnectedState$9
8806com.android.internal.telephony.euicc.EuiccConnector$ConnectedState
8807com.android.internal.telephony.euicc.EuiccConnector$DeleteRequest
8808com.android.internal.telephony.euicc.EuiccConnector$DisconnectedState
8809com.android.internal.telephony.euicc.EuiccConnector$DownloadRequest
8810com.android.internal.telephony.euicc.EuiccConnector$EuiccPackageMonitor
8811com.android.internal.telephony.euicc.EuiccConnector$GetDefaultListRequest
8812com.android.internal.telephony.euicc.EuiccConnector$GetEuiccProfileInfoListCommandCallback
8813com.android.internal.telephony.euicc.EuiccConnector$GetMetadataRequest
8814com.android.internal.telephony.euicc.EuiccConnector$SwitchRequest
8815com.android.internal.telephony.euicc.EuiccConnector$UnavailableState
8816com.android.internal.telephony.euicc.EuiccConnector$UpdateNicknameRequest
8817com.android.internal.telephony.euicc.EuiccConnector
8818com.android.internal.telephony.euicc.EuiccController$3
8819com.android.internal.telephony.euicc.EuiccController
art-benchmark-serviced5115932020-02-25 17:55:03 -08008820com.android.internal.telephony.euicc.IEuiccCardController$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08008821com.android.internal.telephony.euicc.IEuiccCardController$Stub
8822com.android.internal.telephony.euicc.IEuiccCardController
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008823com.android.internal.telephony.euicc.IEuiccController$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08008824com.android.internal.telephony.euicc.IEuiccController$Stub
8825com.android.internal.telephony.euicc.IEuiccController
art-benchmark-serviced5115932020-02-25 17:55:03 -08008826com.android.internal.telephony.euicc.IGetAllProfilesCallback$Stub
8827com.android.internal.telephony.euicc.IGetAllProfilesCallback
8828com.android.internal.telephony.euicc.IGetEuiccInfo1Callback$Stub
8829com.android.internal.telephony.euicc.IGetEuiccInfo1Callback
8830com.android.internal.telephony.gsm.GsmInboundSmsHandler$GsmCbTestBroadcastReceiver
art-benchmark-service56aece62020-02-10 17:58:03 -08008831com.android.internal.telephony.gsm.GsmInboundSmsHandler
8832com.android.internal.telephony.gsm.GsmMmiCode
8833com.android.internal.telephony.gsm.GsmSMSDispatcher
art-benchmark-serviced5115932020-02-25 17:55:03 -08008834com.android.internal.telephony.gsm.GsmSmsAddress
art-benchmark-service56aece62020-02-10 17:58:03 -08008835com.android.internal.telephony.gsm.SimTlv
Calin Juravle00b23d32019-03-08 17:52:20 -08008836com.android.internal.telephony.gsm.SmsBroadcastConfigInfo
art-benchmark-serviced5115932020-02-25 17:55:03 -08008837com.android.internal.telephony.gsm.SmsMessage$PduParser
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008838com.android.internal.telephony.gsm.SmsMessage
art-benchmark-service56aece62020-02-10 17:58:03 -08008839com.android.internal.telephony.gsm.SuppServiceNotification
8840com.android.internal.telephony.gsm.UsimDataDownloadHandler
8841com.android.internal.telephony.gsm.UsimPhoneBookManager$File
8842com.android.internal.telephony.gsm.UsimPhoneBookManager$PbrRecord
8843com.android.internal.telephony.gsm.UsimPhoneBookManager
8844com.android.internal.telephony.ims.-$$Lambda$ImsResolver$pNx4XUM9FmR6cV_MCAGiEt8F4pg
8845com.android.internal.telephony.ims.-$$Lambda$WamP7BPq0j01TgYE3GvUqU3b-rs
8846com.android.internal.telephony.ims.ImsResolver$1
8847com.android.internal.telephony.ims.ImsResolver$2
8848com.android.internal.telephony.ims.ImsResolver$3
8849com.android.internal.telephony.ims.ImsResolver$4
8850com.android.internal.telephony.ims.ImsResolver$5
8851com.android.internal.telephony.ims.ImsResolver$6
8852com.android.internal.telephony.ims.ImsResolver$7
8853com.android.internal.telephony.ims.ImsResolver$8
8854com.android.internal.telephony.ims.ImsResolver$ImsDynamicQueryManagerFactory
8855com.android.internal.telephony.ims.ImsResolver$ImsServiceControllerFactory
8856com.android.internal.telephony.ims.ImsResolver$ImsServiceInfo
8857com.android.internal.telephony.ims.ImsResolver$SubscriptionManagerProxy
8858com.android.internal.telephony.ims.ImsResolver$TelephonyManagerProxy
8859com.android.internal.telephony.ims.ImsResolver
8860com.android.internal.telephony.ims.ImsServiceController$1
8861com.android.internal.telephony.ims.ImsServiceController$2
8862com.android.internal.telephony.ims.ImsServiceController$3
8863com.android.internal.telephony.ims.ImsServiceController$ImsFeatureContainer
8864com.android.internal.telephony.ims.ImsServiceController$ImsFeatureStatusCallback$1
8865com.android.internal.telephony.ims.ImsServiceController$ImsFeatureStatusCallback
8866com.android.internal.telephony.ims.ImsServiceController$ImsServiceConnection
8867com.android.internal.telephony.ims.ImsServiceController$ImsServiceControllerCallbacks
8868com.android.internal.telephony.ims.ImsServiceController$RebindRetry
8869com.android.internal.telephony.ims.ImsServiceController
8870com.android.internal.telephony.ims.ImsServiceFeatureQueryManager$ImsServiceFeatureQuery
8871com.android.internal.telephony.ims.ImsServiceFeatureQueryManager$Listener
8872com.android.internal.telephony.ims.ImsServiceFeatureQueryManager
art-benchmark-serviced5115932020-02-25 17:55:03 -08008873com.android.internal.telephony.ims.RcsEventQueryHelper
8874com.android.internal.telephony.ims.RcsMessageController
8875com.android.internal.telephony.ims.RcsMessageQueryHelper
8876com.android.internal.telephony.ims.RcsMessageStoreUtil
8877com.android.internal.telephony.ims.RcsParticipantQueryHelper
art-benchmark-service56aece62020-02-10 17:58:03 -08008878com.android.internal.telephony.imsphone.-$$Lambda$ImsPhoneCallTracker$QlPVd_3u4_verjHUDnkn6zaSe54
8879com.android.internal.telephony.imsphone.-$$Lambda$ImsPhoneCallTracker$Zw03itjXT6-LrhiYuD-9nKFg2Wg
8880com.android.internal.telephony.imsphone.ImsExternalCallTracker$1
8881com.android.internal.telephony.imsphone.ImsExternalCallTracker$2
8882com.android.internal.telephony.imsphone.ImsExternalCallTracker$ExternalCallStateListener
8883com.android.internal.telephony.imsphone.ImsExternalCallTracker$ExternalConnectionListener
8884com.android.internal.telephony.imsphone.ImsExternalCallTracker$ImsCallNotify
8885com.android.internal.telephony.imsphone.ImsExternalCallTracker
8886com.android.internal.telephony.imsphone.ImsExternalConnection$Listener
8887com.android.internal.telephony.imsphone.ImsExternalConnection
8888com.android.internal.telephony.imsphone.ImsPhone$1
8889com.android.internal.telephony.imsphone.ImsPhone$2
8890com.android.internal.telephony.imsphone.ImsPhone$3
art-benchmark-serviced5115932020-02-25 17:55:03 -08008891com.android.internal.telephony.imsphone.ImsPhone$4
8892com.android.internal.telephony.imsphone.ImsPhone$5
art-benchmark-service56aece62020-02-10 17:58:03 -08008893com.android.internal.telephony.imsphone.ImsPhone$Cf
art-benchmark-serviced5115932020-02-25 17:55:03 -08008894com.android.internal.telephony.imsphone.ImsPhone$ImsDialArgs$Builder
art-benchmark-service56aece62020-02-10 17:58:03 -08008895com.android.internal.telephony.imsphone.ImsPhone
8896com.android.internal.telephony.imsphone.ImsPhoneBase
8897com.android.internal.telephony.imsphone.ImsPhoneCall
8898com.android.internal.telephony.imsphone.ImsPhoneCallTracker$1
8899com.android.internal.telephony.imsphone.ImsPhoneCallTracker$2
8900com.android.internal.telephony.imsphone.ImsPhoneCallTracker$3
8901com.android.internal.telephony.imsphone.ImsPhoneCallTracker$4
8902com.android.internal.telephony.imsphone.ImsPhoneCallTracker$5
8903com.android.internal.telephony.imsphone.ImsPhoneCallTracker$6
8904com.android.internal.telephony.imsphone.ImsPhoneCallTracker$7
8905com.android.internal.telephony.imsphone.ImsPhoneCallTracker$8
8906com.android.internal.telephony.imsphone.ImsPhoneCallTracker$9
8907com.android.internal.telephony.imsphone.ImsPhoneCallTracker$HoldSwapState
8908com.android.internal.telephony.imsphone.ImsPhoneCallTracker$MmTelFeatureListener
8909com.android.internal.telephony.imsphone.ImsPhoneCallTracker$PhoneNumberUtilsProxy
8910com.android.internal.telephony.imsphone.ImsPhoneCallTracker$PhoneStateListener
8911com.android.internal.telephony.imsphone.ImsPhoneCallTracker$SharedPreferenceProxy
8912com.android.internal.telephony.imsphone.ImsPhoneCallTracker
8913com.android.internal.telephony.imsphone.ImsPhoneCommandInterface
8914com.android.internal.telephony.imsphone.ImsPhoneConnection
8915com.android.internal.telephony.imsphone.ImsPhoneFactory
8916com.android.internal.telephony.imsphone.ImsPhoneMmiCode
8917com.android.internal.telephony.imsphone.ImsPullCall
8918com.android.internal.telephony.metrics.-$$Lambda$TelephonyMetrics$fLmZDbNadlr6LF7zSJ6jCR1AAsk
8919com.android.internal.telephony.metrics.-$$Lambda$TelephonyMetrics$tQOsX1lKb2eTuPp-1rpkeIAEOoY
8920com.android.internal.telephony.metrics.-$$Lambda$TelephonyMetrics$x2dJi76S2YQdpSTfY8RZ8qC_K6g
8921com.android.internal.telephony.metrics.CallSessionEventBuilder
8922com.android.internal.telephony.metrics.InProgressCallSession
8923com.android.internal.telephony.metrics.InProgressSmsSession
8924com.android.internal.telephony.metrics.ModemPowerMetrics
8925com.android.internal.telephony.metrics.SmsSessionEventBuilder
8926com.android.internal.telephony.metrics.TelephonyEventBuilder
8927com.android.internal.telephony.metrics.TelephonyMetrics$1
8928com.android.internal.telephony.metrics.TelephonyMetrics
8929com.android.internal.telephony.nano.CarrierIdProto$CarrierAttribute
8930com.android.internal.telephony.nano.CarrierIdProto$CarrierId
8931com.android.internal.telephony.nano.CarrierIdProto$CarrierList
8932com.android.internal.telephony.nano.TelephonyProto$ActiveSubscriptionInfo
8933com.android.internal.telephony.nano.TelephonyProto$EmergencyNumberInfo
8934com.android.internal.telephony.nano.TelephonyProto$ImsCapabilities
8935com.android.internal.telephony.nano.TelephonyProto$ImsConnectionState
8936com.android.internal.telephony.nano.TelephonyProto$ImsReasonInfo
8937com.android.internal.telephony.nano.TelephonyProto$ModemPowerStats
8938com.android.internal.telephony.nano.TelephonyProto$RilDataCall
8939com.android.internal.telephony.nano.TelephonyProto$SmsSession$Event
8940com.android.internal.telephony.nano.TelephonyProto$SmsSession
8941com.android.internal.telephony.nano.TelephonyProto$TelephonyCallSession$Event$RilCall
8942com.android.internal.telephony.nano.TelephonyProto$TelephonyCallSession$Event
8943com.android.internal.telephony.nano.TelephonyProto$TelephonyCallSession
8944com.android.internal.telephony.nano.TelephonyProto$TelephonyEvent$CarrierIdMatching
8945com.android.internal.telephony.nano.TelephonyProto$TelephonyEvent$CarrierIdMatchingResult
8946com.android.internal.telephony.nano.TelephonyProto$TelephonyEvent$DataSwitch
art-benchmark-serviced5115932020-02-25 17:55:03 -08008947com.android.internal.telephony.nano.TelephonyProto$TelephonyEvent$NetworkCapabilitiesInfo
art-benchmark-service56aece62020-02-10 17:58:03 -08008948com.android.internal.telephony.nano.TelephonyProto$TelephonyEvent$OnDemandDataSwitch
8949com.android.internal.telephony.nano.TelephonyProto$TelephonyEvent$RilDeactivateDataCall
8950com.android.internal.telephony.nano.TelephonyProto$TelephonyEvent$RilSetupDataCall
8951com.android.internal.telephony.nano.TelephonyProto$TelephonyEvent$RilSetupDataCallResponse
8952com.android.internal.telephony.nano.TelephonyProto$TelephonyEvent
8953com.android.internal.telephony.nano.TelephonyProto$TelephonyHistogram
8954com.android.internal.telephony.nano.TelephonyProto$TelephonyLog
8955com.android.internal.telephony.nano.TelephonyProto$TelephonyServiceState$TelephonyOperator
8956com.android.internal.telephony.nano.TelephonyProto$TelephonyServiceState
8957com.android.internal.telephony.nano.TelephonyProto$TelephonySettings
8958com.android.internal.telephony.nano.TelephonyProto$Time
art-benchmark-serviced5115932020-02-25 17:55:03 -08008959com.android.internal.telephony.nitz.NewNitzStateMachineImpl
art-benchmark-service56aece62020-02-10 17:58:03 -08008960com.android.internal.telephony.protobuf.nano.CodedInputByteBufferNano
8961com.android.internal.telephony.protobuf.nano.CodedOutputByteBufferNano$OutOfSpaceException
8962com.android.internal.telephony.protobuf.nano.CodedOutputByteBufferNano
8963com.android.internal.telephony.protobuf.nano.ExtendableMessageNano
art-benchmark-serviced5115932020-02-25 17:55:03 -08008964com.android.internal.telephony.protobuf.nano.FieldArray
8965com.android.internal.telephony.protobuf.nano.FieldData
art-benchmark-service56aece62020-02-10 17:58:03 -08008966com.android.internal.telephony.protobuf.nano.InternalNano
8967com.android.internal.telephony.protobuf.nano.InvalidProtocolBufferNanoException
8968com.android.internal.telephony.protobuf.nano.MessageNano
8969com.android.internal.telephony.protobuf.nano.MessageNanoPrinter
8970com.android.internal.telephony.protobuf.nano.WireFormatNano
8971com.android.internal.telephony.sip.SipPhone
8972com.android.internal.telephony.sip.SipPhoneBase
8973com.android.internal.telephony.test.SimulatedRadioControl
8974com.android.internal.telephony.uicc.AdnRecord$1
8975com.android.internal.telephony.uicc.AdnRecord
8976com.android.internal.telephony.uicc.AdnRecordCache
8977com.android.internal.telephony.uicc.AdnRecordLoader
8978com.android.internal.telephony.uicc.AnswerToReset$HistoricalBytes
8979com.android.internal.telephony.uicc.AnswerToReset$InterfaceByte
8980com.android.internal.telephony.uicc.AnswerToReset
8981com.android.internal.telephony.uicc.CarrierTestOverride
8982com.android.internal.telephony.uicc.CsimFileHandler
8983com.android.internal.telephony.uicc.IccCardApplicationStatus$AppState
8984com.android.internal.telephony.uicc.IccCardApplicationStatus$AppType
8985com.android.internal.telephony.uicc.IccCardApplicationStatus$PersoSubState
8986com.android.internal.telephony.uicc.IccCardApplicationStatus
8987com.android.internal.telephony.uicc.IccCardStatus$CardState
8988com.android.internal.telephony.uicc.IccCardStatus$PinState
8989com.android.internal.telephony.uicc.IccCardStatus
8990com.android.internal.telephony.uicc.IccConstants
8991com.android.internal.telephony.uicc.IccException
8992com.android.internal.telephony.uicc.IccFileHandler$LoadLinearFixedContext
8993com.android.internal.telephony.uicc.IccFileHandler
8994com.android.internal.telephony.uicc.IccFileNotFound
8995com.android.internal.telephony.uicc.IccFileTypeMismatch
8996com.android.internal.telephony.uicc.IccIoResult
8997com.android.internal.telephony.uicc.IccRecords$IccRecordLoaded
8998com.android.internal.telephony.uicc.IccRecords
8999com.android.internal.telephony.uicc.IccRefreshResponse
9000com.android.internal.telephony.uicc.IccServiceTable
9001com.android.internal.telephony.uicc.IccSlotStatus$SlotState
9002com.android.internal.telephony.uicc.IccSlotStatus
Calin Juravle00b23d32019-03-08 17:52:20 -08009003com.android.internal.telephony.uicc.IccUtils
art-benchmark-service56aece62020-02-10 17:58:03 -08009004com.android.internal.telephony.uicc.IccVmNotSupportedException
9005com.android.internal.telephony.uicc.InstallCarrierAppTrampolineActivity
9006com.android.internal.telephony.uicc.InstallCarrierAppUtils
9007com.android.internal.telephony.uicc.IsimFileHandler
9008com.android.internal.telephony.uicc.IsimRecords
9009com.android.internal.telephony.uicc.IsimUiccRecords$EfIsimDomainLoaded
9010com.android.internal.telephony.uicc.IsimUiccRecords$EfIsimImpiLoaded
9011com.android.internal.telephony.uicc.IsimUiccRecords$EfIsimImpuLoaded
9012com.android.internal.telephony.uicc.IsimUiccRecords$EfIsimIstLoaded
9013com.android.internal.telephony.uicc.IsimUiccRecords$EfIsimPcscfLoaded
9014com.android.internal.telephony.uicc.IsimUiccRecords
9015com.android.internal.telephony.uicc.PlmnActRecord$1
9016com.android.internal.telephony.uicc.PlmnActRecord
9017com.android.internal.telephony.uicc.RuimFileHandler
9018com.android.internal.telephony.uicc.RuimRecords
9019com.android.internal.telephony.uicc.SIMFileHandler
9020com.android.internal.telephony.uicc.SIMRecords$1
9021com.android.internal.telephony.uicc.SIMRecords$EfPlLoaded
9022com.android.internal.telephony.uicc.SIMRecords$EfUsimLiLoaded
9023com.android.internal.telephony.uicc.SIMRecords$GetSpnFsmState
9024com.android.internal.telephony.uicc.SIMRecords
9025com.android.internal.telephony.uicc.UiccCard
9026com.android.internal.telephony.uicc.UiccCardApplication$1
9027com.android.internal.telephony.uicc.UiccCardApplication$2
9028com.android.internal.telephony.uicc.UiccCardApplication
9029com.android.internal.telephony.uicc.UiccCarrierPrivilegeRules$1
9030com.android.internal.telephony.uicc.UiccCarrierPrivilegeRules$TLV
9031com.android.internal.telephony.uicc.UiccCarrierPrivilegeRules
9032com.android.internal.telephony.uicc.UiccController$1
9033com.android.internal.telephony.uicc.UiccController
9034com.android.internal.telephony.uicc.UiccPkcs15$FileHandler
9035com.android.internal.telephony.uicc.UiccPkcs15$Pkcs15Selector
9036com.android.internal.telephony.uicc.UiccPkcs15
9037com.android.internal.telephony.uicc.UiccProfile$1
9038com.android.internal.telephony.uicc.UiccProfile$2
9039com.android.internal.telephony.uicc.UiccProfile$3
9040com.android.internal.telephony.uicc.UiccProfile$4
9041com.android.internal.telephony.uicc.UiccProfile$5
9042com.android.internal.telephony.uicc.UiccProfile
9043com.android.internal.telephony.uicc.UiccSlot
9044com.android.internal.telephony.uicc.UiccStateChangedLauncher
9045com.android.internal.telephony.uicc.UsimFileHandler
9046com.android.internal.telephony.uicc.UsimServiceTable$UsimService
9047com.android.internal.telephony.uicc.UsimServiceTable
9048com.android.internal.telephony.uicc.VoiceMailConstants
9049com.android.internal.telephony.uicc.asn1.InvalidAsn1DataException
9050com.android.internal.telephony.uicc.asn1.TagNotFoundException
9051com.android.internal.telephony.uicc.euicc.EuiccCard
9052com.android.internal.telephony.uicc.euicc.EuiccSpecVersion
art-benchmark-serviced5115932020-02-25 17:55:03 -08009053com.android.internal.telephony.util.ArrayUtils
9054com.android.internal.telephony.util.HandlerExecutor
art-benchmark-service56aece62020-02-10 17:58:03 -08009055com.android.internal.telephony.util.NotificationChannelController$1
9056com.android.internal.telephony.util.NotificationChannelController
art-benchmark-serviced5115932020-02-25 17:55:03 -08009057com.android.internal.telephony.util.RemoteCallbackListExt
art-benchmark-service56aece62020-02-10 17:58:03 -08009058com.android.internal.telephony.util.SMSDispatcherUtil
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009059com.android.internal.telephony.util.TelephonyUtils
art-benchmark-service56aece62020-02-10 17:58:03 -08009060com.android.internal.telephony.util.VoicemailNotificationSettingsUtil
art-benchmark-serviced5115932020-02-25 17:55:03 -08009061com.android.internal.telephony.util.XmlUtils
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009062com.android.internal.textservice.ISpellCheckerService$Stub$Proxy
9063com.android.internal.textservice.ISpellCheckerService$Stub
9064com.android.internal.textservice.ISpellCheckerService
art-benchmark-serviced5115932020-02-25 17:55:03 -08009065com.android.internal.textservice.ISpellCheckerServiceCallback$Stub$Proxy
9066com.android.internal.textservice.ISpellCheckerServiceCallback$Stub
9067com.android.internal.textservice.ISpellCheckerServiceCallback
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009068com.android.internal.textservice.ISpellCheckerSession$Stub$Proxy
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009069com.android.internal.textservice.ISpellCheckerSession$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08009070com.android.internal.textservice.ISpellCheckerSession
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009071com.android.internal.textservice.ISpellCheckerSessionListener$Stub$Proxy
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009072com.android.internal.textservice.ISpellCheckerSessionListener$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08009073com.android.internal.textservice.ISpellCheckerSessionListener
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009074com.android.internal.textservice.ITextServicesManager$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08009075com.android.internal.textservice.ITextServicesManager$Stub
9076com.android.internal.textservice.ITextServicesManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009077com.android.internal.textservice.ITextServicesSessionListener$Stub$Proxy
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009078com.android.internal.textservice.ITextServicesSessionListener$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08009079com.android.internal.textservice.ITextServicesSessionListener
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009080com.android.internal.transition.EpicenterTranslateClipReveal
art-benchmark-serviced5115932020-02-25 17:55:03 -08009081com.android.internal.usb.DumpUtils
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009082com.android.internal.util.-$$Lambda$DumpUtils$D1OlZP6xIpu72ypnJd0fzx0wd6I
9083com.android.internal.util.-$$Lambda$DumpUtils$X8irOs5hfloCKy89_l1HRA1QeG0
9084com.android.internal.util.-$$Lambda$DumpUtils$vCLO_0ezRxkpSERUWCFrJ0ph5jg
9085com.android.internal.util.-$$Lambda$FunctionalUtils$koCSI8D7Nu5vOJTVTEj0m3leo_U
9086com.android.internal.util.-$$Lambda$JwOUSWW2-Jzu15y4Kn4JuPh8tWM
art-benchmark-serviced5115932020-02-25 17:55:03 -08009087com.android.internal.util.-$$Lambda$ProviderAccessStats$9AhC6lKURctNKuYjVd-wu7jn6_c
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009088com.android.internal.util.-$$Lambda$TCbPpgWlKJUHZgFKCczglAvxLfw
9089com.android.internal.util.-$$Lambda$eRa1rlfDk6Og2yFeXGHqUGPzRF0
9090com.android.internal.util.-$$Lambda$grRTg3idX3yJe9Zyx-tmLBiD1DM
9091com.android.internal.util.-$$Lambda$kVylv1rl9MOSbHFZoVyK5dl1kfY
art-benchmark-serviced5115932020-02-25 17:55:03 -08009092com.android.internal.util.AnnotationValidations
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08009093com.android.internal.util.ArrayUtils
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009094com.android.internal.util.AsyncChannel$AsyncChannelConnection
9095com.android.internal.util.AsyncChannel$DeathMonitor
9096com.android.internal.util.AsyncChannel$SyncMessenger$SyncHandler
9097com.android.internal.util.AsyncChannel$SyncMessenger
Calin Juravle00b23d32019-03-08 17:52:20 -08009098com.android.internal.util.AsyncChannel
Mathieu Chartierba2c0462017-05-19 16:41:46 -07009099com.android.internal.util.BitUtils
art-benchmark-serviced5115932020-02-25 17:55:03 -08009100com.android.internal.util.BitwiseInputStream$AccessException
Calin Juravle00b23d32019-03-08 17:52:20 -08009101com.android.internal.util.CollectionUtils
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009102com.android.internal.util.ConcurrentUtils$1$1
9103com.android.internal.util.ConcurrentUtils$1
9104com.android.internal.util.ConcurrentUtils$DirectExecutor
9105com.android.internal.util.ConcurrentUtils
9106com.android.internal.util.ContrastColorUtil$ColorUtilsFromCompat
9107com.android.internal.util.ContrastColorUtil
art-benchmark-serviced5115932020-02-25 17:55:03 -08009108com.android.internal.util.DumpUtils$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009109com.android.internal.util.DumpUtils$Dump
9110com.android.internal.util.DumpUtils
Mathieu Chartierba2c0462017-05-19 16:41:46 -07009111com.android.internal.util.ExponentiallyBucketedHistogram
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07009112com.android.internal.util.FastMath
Andreas Gampe61e7b662015-06-17 23:57:04 -07009113com.android.internal.util.FastPrintWriter$DummyWriter
Calin Juravle00b23d32019-03-08 17:52:20 -08009114com.android.internal.util.FastPrintWriter
Dianne Hackborn2269d1572010-02-24 19:54:22 -08009115com.android.internal.util.FastXmlSerializer
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009116com.android.internal.util.FileRotator$FileInfo
9117com.android.internal.util.FileRotator$Reader
9118com.android.internal.util.FileRotator$Rewriter
9119com.android.internal.util.FileRotator$Writer
9120com.android.internal.util.FileRotator
art-benchmark-serviced5115932020-02-25 17:55:03 -08009121com.android.internal.util.FrameworkStatsLog
9122com.android.internal.util.FunctionalUtils$RemoteExceptionIgnoringConsumer
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009123com.android.internal.util.FunctionalUtils$ThrowingConsumer
art-benchmark-serviced5115932020-02-25 17:55:03 -08009124com.android.internal.util.FunctionalUtils$ThrowingFunction
Calin Juravle4a054192018-05-29 17:52:20 -07009125com.android.internal.util.FunctionalUtils$ThrowingRunnable
9126com.android.internal.util.FunctionalUtils$ThrowingSupplier
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009127com.android.internal.util.FunctionalUtils
Andreas Gampedcad4ca2014-10-03 02:00:29 +00009128com.android.internal.util.GrowingArrayUtils
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009129com.android.internal.util.HexDump
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009130com.android.internal.util.IState
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009131com.android.internal.util.IndentingPrintWriter
Mathieu Chartierba2c0462017-05-19 16:41:46 -07009132com.android.internal.util.IntPair
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009133com.android.internal.util.JournaledFile
9134com.android.internal.util.LatencyTracker$1
9135com.android.internal.util.LatencyTracker
Andreas Gampe571fc302016-02-18 13:58:09 -08009136com.android.internal.util.LineBreakBufferedWriter
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009137com.android.internal.util.LocalLog
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009138com.android.internal.util.MemInfoReader
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009139com.android.internal.util.MessageUtils$DuplicateConstantError
9140com.android.internal.util.MessageUtils
9141com.android.internal.util.NotificationMessagingUtil$1
9142com.android.internal.util.NotificationMessagingUtil
9143com.android.internal.util.ObjectUtils
art-benchmark-serviced5115932020-02-25 17:55:03 -08009144com.android.internal.util.Parcelling$Cache
9145com.android.internal.util.Parcelling
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009146com.android.internal.util.ParseUtils
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04009147com.android.internal.util.Preconditions
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009148com.android.internal.util.ProcFileReader
9149com.android.internal.util.ProgressReporter
art-benchmark-serviced5115932020-02-25 17:55:03 -08009150com.android.internal.util.ProviderAccessStats$PerThreadData
9151com.android.internal.util.ProviderAccessStats
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009152com.android.internal.util.RingBuffer
9153com.android.internal.util.RingBufferIndices
art-benchmark-serviced5115932020-02-25 17:55:03 -08009154com.android.internal.util.ScreenshotHelper$1
9155com.android.internal.util.ScreenshotHelper$2$1
9156com.android.internal.util.ScreenshotHelper$2
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009157com.android.internal.util.ScreenshotHelper
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009158com.android.internal.util.StatLogger
Mathieu Chartierba2c0462017-05-19 16:41:46 -07009159com.android.internal.util.State
Mathieu Chartierba2c0462017-05-19 16:41:46 -07009160com.android.internal.util.StateMachine$LogRec
9161com.android.internal.util.StateMachine$LogRecords
Mathieu Chartierba2c0462017-05-19 16:41:46 -07009162com.android.internal.util.StateMachine$SmHandler$HaltingState
9163com.android.internal.util.StateMachine$SmHandler$QuittingState
9164com.android.internal.util.StateMachine$SmHandler$StateInfo
Calin Juravle00b23d32019-03-08 17:52:20 -08009165com.android.internal.util.StateMachine$SmHandler
9166com.android.internal.util.StateMachine
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009167com.android.internal.util.SyncResultReceiver$TimeoutException
Calin Juravle00b23d32019-03-08 17:52:20 -08009168com.android.internal.util.SyncResultReceiver
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009169com.android.internal.util.ToBooleanFunction
9170com.android.internal.util.TokenBucket
9171com.android.internal.util.UserIcons
Andreas Gampedcad4ca2014-10-03 02:00:29 +00009172com.android.internal.util.VirtualRefBasePtr
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009173com.android.internal.util.WakeupMessage
9174com.android.internal.util.XmlUtils$ReadMapCallback
Andreas Gampe61e7b662015-06-17 23:57:04 -07009175com.android.internal.util.XmlUtils$WriteMapCallback
Calin Juravle00b23d32019-03-08 17:52:20 -08009176com.android.internal.util.XmlUtils
art-benchmark-serviced5115932020-02-25 17:55:03 -08009177com.android.internal.util.dump.DualDumpOutputStream$DumpField
9178com.android.internal.util.dump.DualDumpOutputStream$DumpObject
9179com.android.internal.util.dump.DualDumpOutputStream$Dumpable
9180com.android.internal.util.dump.DualDumpOutputStream
9181com.android.internal.util.dump.DumpUtils
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009182com.android.internal.util.function.DecConsumer
9183com.android.internal.util.function.DecFunction
art-benchmark-serviced5115932020-02-25 17:55:03 -08009184com.android.internal.util.function.DecPredicate
Adam Hec4f03f32018-11-07 11:31:18 -08009185com.android.internal.util.function.HeptConsumer
9186com.android.internal.util.function.HeptFunction
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009187com.android.internal.util.function.HeptPredicate
Calin Juravle4a054192018-05-29 17:52:20 -07009188com.android.internal.util.function.HexConsumer
9189com.android.internal.util.function.HexFunction
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009190com.android.internal.util.function.HexPredicate
Calin Juravle00b23d32019-03-08 17:52:20 -08009191com.android.internal.util.function.NonaConsumer
9192com.android.internal.util.function.NonaFunction
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009193com.android.internal.util.function.NonaPredicate
Calin Juravle00b23d32019-03-08 17:52:20 -08009194com.android.internal.util.function.OctConsumer
9195com.android.internal.util.function.OctFunction
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009196com.android.internal.util.function.OctPredicate
Calin Juravle4a054192018-05-29 17:52:20 -07009197com.android.internal.util.function.QuadConsumer
9198com.android.internal.util.function.QuadFunction
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009199com.android.internal.util.function.QuadPredicate
Calin Juravle4a054192018-05-29 17:52:20 -07009200com.android.internal.util.function.QuintConsumer
9201com.android.internal.util.function.QuintFunction
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009202com.android.internal.util.function.QuintPredicate
Calin Juravle4a054192018-05-29 17:52:20 -07009203com.android.internal.util.function.TriConsumer
9204com.android.internal.util.function.TriFunction
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009205com.android.internal.util.function.TriPredicate
9206com.android.internal.util.function.UndecConsumer
9207com.android.internal.util.function.UndecFunction
art-benchmark-serviced5115932020-02-25 17:55:03 -08009208com.android.internal.util.function.UndecPredicate
Calin Juravle4a054192018-05-29 17:52:20 -07009209com.android.internal.util.function.pooled.ArgumentPlaceholder
9210com.android.internal.util.function.pooled.OmniFunction
9211com.android.internal.util.function.pooled.PooledConsumer
9212com.android.internal.util.function.pooled.PooledFunction
9213com.android.internal.util.function.pooled.PooledLambda
art-benchmark-serviced5115932020-02-25 17:55:03 -08009214com.android.internal.util.function.pooled.PooledLambdaImpl$LambdaType$ReturnType
Calin Juravle4a054192018-05-29 17:52:20 -07009215com.android.internal.util.function.pooled.PooledLambdaImpl$LambdaType
9216com.android.internal.util.function.pooled.PooledLambdaImpl$Pool
Calin Juravle00b23d32019-03-08 17:52:20 -08009217com.android.internal.util.function.pooled.PooledLambdaImpl
Calin Juravle4a054192018-05-29 17:52:20 -07009218com.android.internal.util.function.pooled.PooledPredicate
9219com.android.internal.util.function.pooled.PooledRunnable
Calin Juravle4a054192018-05-29 17:52:20 -07009220com.android.internal.util.function.pooled.PooledSupplier$OfDouble
9221com.android.internal.util.function.pooled.PooledSupplier$OfInt
9222com.android.internal.util.function.pooled.PooledSupplier$OfLong
Calin Juravle00b23d32019-03-08 17:52:20 -08009223com.android.internal.util.function.pooled.PooledSupplier
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07009224com.android.internal.view.ActionBarPolicy
art-benchmark-serviced5115932020-02-25 17:55:03 -08009225com.android.internal.view.AppearanceRegion$1
9226com.android.internal.view.AppearanceRegion
9227com.android.internal.view.BaseIWindow
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009228com.android.internal.view.BaseSurfaceHolder
art-benchmark-serviced5115932020-02-25 17:55:03 -08009229com.android.internal.view.IInlineSuggestionsRequestCallback$Stub
9230com.android.internal.view.IInlineSuggestionsRequestCallback
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07009231com.android.internal.view.IInputConnectionWrapper$MyHandler
Calin Juravle00b23d32019-03-08 17:52:20 -08009232com.android.internal.view.IInputConnectionWrapper
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009233com.android.internal.view.IInputContext$Stub$Proxy
Evan Millar0ea97b82009-03-24 17:49:23 -07009234com.android.internal.view.IInputContext$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08009235com.android.internal.view.IInputContext
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009236com.android.internal.view.IInputContextCallback$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08009237com.android.internal.view.IInputContextCallback$Stub
9238com.android.internal.view.IInputContextCallback
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009239com.android.internal.view.IInputMethod$Stub$Proxy
9240com.android.internal.view.IInputMethod$Stub
9241com.android.internal.view.IInputMethod
9242com.android.internal.view.IInputMethodClient$Stub$Proxy
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07009243com.android.internal.view.IInputMethodClient$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08009244com.android.internal.view.IInputMethodClient
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07009245com.android.internal.view.IInputMethodManager$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08009246com.android.internal.view.IInputMethodManager$Stub
9247com.android.internal.view.IInputMethodManager
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07009248com.android.internal.view.IInputMethodSession$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08009249com.android.internal.view.IInputMethodSession$Stub
9250com.android.internal.view.IInputMethodSession
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009251com.android.internal.view.IInputSessionCallback$Stub$Proxy
9252com.android.internal.view.IInputSessionCallback$Stub
9253com.android.internal.view.IInputSessionCallback
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07009254com.android.internal.view.InputBindResult$1
Calin Juravle00b23d32019-03-08 17:52:20 -08009255com.android.internal.view.InputBindResult
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009256com.android.internal.view.InputConnectionWrapper$InputContextCallback
9257com.android.internal.view.InputConnectionWrapper
9258com.android.internal.view.OneShotPreDrawListener
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07009259com.android.internal.view.RootViewSurfaceTaker
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009260com.android.internal.view.RotationPolicy$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08009261com.android.internal.view.RotationPolicy$RotationPolicyListener$1
9262com.android.internal.view.RotationPolicy$RotationPolicyListener
Calin Juravle00b23d32019-03-08 17:52:20 -08009263com.android.internal.view.RotationPolicy
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07009264com.android.internal.view.SurfaceCallbackHelper$1
Calin Juravle00b23d32019-03-08 17:52:20 -08009265com.android.internal.view.SurfaceCallbackHelper
art-benchmark-serviced5115932020-02-25 17:55:03 -08009266com.android.internal.view.TooltipPopup
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009267com.android.internal.view.WindowManagerPolicyThread
Andreas Gampedcad4ca2014-10-03 02:00:29 +00009268com.android.internal.view.animation.FallbackLUTInterpolator
9269com.android.internal.view.animation.HasNativeInterpolator
9270com.android.internal.view.animation.NativeInterpolatorFactory
9271com.android.internal.view.animation.NativeInterpolatorFactoryHelper
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07009272com.android.internal.view.menu.ActionMenuItem
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009273com.android.internal.view.menu.ActionMenuItemView$ActionMenuItemForwardingListener
9274com.android.internal.view.menu.ActionMenuItemView$PopupCallback
9275com.android.internal.view.menu.ActionMenuItemView
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07009276com.android.internal.view.menu.BaseMenuPresenter
art-benchmark-serviced5115932020-02-25 17:55:03 -08009277com.android.internal.view.menu.ContextMenuBuilder
9278com.android.internal.view.menu.IconMenuPresenter
9279com.android.internal.view.menu.ListMenuPresenter
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07009280com.android.internal.view.menu.MenuBuilder$Callback
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07009281com.android.internal.view.menu.MenuBuilder$ItemInvoker
Calin Juravle00b23d32019-03-08 17:52:20 -08009282com.android.internal.view.menu.MenuBuilder
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009283com.android.internal.view.menu.MenuHelper
Calin Juravle4a054192018-05-29 17:52:20 -07009284com.android.internal.view.menu.MenuItemImpl
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009285com.android.internal.view.menu.MenuPopupHelper$1
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009286com.android.internal.view.menu.MenuPopupHelper
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04009287com.android.internal.view.menu.MenuPresenter$Callback
Calin Juravle00b23d32019-03-08 17:52:20 -08009288com.android.internal.view.menu.MenuPresenter
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009289com.android.internal.view.menu.MenuView$ItemView
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07009290com.android.internal.view.menu.MenuView
9291com.android.internal.view.menu.ShowableListMenu
art-benchmark-serviced5115932020-02-25 17:55:03 -08009292com.android.internal.widget.-$$Lambda$FloatingToolbar$7-enOzxeypZYfdFYr1HzBLfj47k
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07009293com.android.internal.widget.AbsActionBarView$VisibilityAnimListener
Calin Juravle00b23d32019-03-08 17:52:20 -08009294com.android.internal.widget.AbsActionBarView
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07009295com.android.internal.widget.ActionBarContainer$ActionBarBackgroundDrawable
Calin Juravle00b23d32019-03-08 17:52:20 -08009296com.android.internal.widget.ActionBarContainer
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07009297com.android.internal.widget.ActionBarContextView
9298com.android.internal.widget.ActionBarOverlayLayout$1
9299com.android.internal.widget.ActionBarOverlayLayout$2
9300com.android.internal.widget.ActionBarOverlayLayout$3
9301com.android.internal.widget.ActionBarOverlayLayout$4
9302com.android.internal.widget.ActionBarOverlayLayout$5
9303com.android.internal.widget.ActionBarOverlayLayout$ActionBarVisibilityCallback
9304com.android.internal.widget.ActionBarOverlayLayout$LayoutParams
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009305com.android.internal.widget.ActionBarOverlayLayout
Andreas Gampedcad4ca2014-10-03 02:00:29 +00009306com.android.internal.widget.BackgroundFallback
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009307com.android.internal.widget.DecorCaptionView
Andreas Gampedcad4ca2014-10-03 02:00:29 +00009308com.android.internal.widget.DecorContentParent
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07009309com.android.internal.widget.DecorToolbar
Calin Juravle4a054192018-05-29 17:52:20 -07009310com.android.internal.widget.DialogTitle
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07009311com.android.internal.widget.EditableInputConnection
art-benchmark-serviced5115932020-02-25 17:55:03 -08009312com.android.internal.widget.FloatingToolbar$FloatingToolbarPopup
9313com.android.internal.widget.FloatingToolbar
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009314com.android.internal.widget.ICheckCredentialProgressCallback$Stub$Proxy
9315com.android.internal.widget.ICheckCredentialProgressCallback$Stub
9316com.android.internal.widget.ICheckCredentialProgressCallback
Calin Juravle4a054192018-05-29 17:52:20 -07009317com.android.internal.widget.ILockSettings$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08009318com.android.internal.widget.ILockSettings$Stub
9319com.android.internal.widget.ILockSettings
art-benchmark-serviced5115932020-02-25 17:55:03 -08009320com.android.internal.widget.LockPatternUtils$2
9321com.android.internal.widget.LockPatternUtils$RequestThrottledException
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009322com.android.internal.widget.LockPatternUtils$StrongAuthTracker$1
9323com.android.internal.widget.LockPatternUtils$StrongAuthTracker$H
9324com.android.internal.widget.LockPatternUtils$StrongAuthTracker
Mathieu Chartierba2c0462017-05-19 16:41:46 -07009325com.android.internal.widget.LockPatternUtils
art-benchmark-serviced5115932020-02-25 17:55:03 -08009326com.android.internal.widget.LockPatternView$Cell
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009327com.android.internal.widget.LockSettingsInternal
art-benchmark-serviced5115932020-02-25 17:55:03 -08009328com.android.internal.widget.LockscreenCredential$1
9329com.android.internal.widget.LockscreenCredential
9330com.android.internal.widget.PasswordValidationError
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07009331com.android.internal.widget.ScrollBarUtils
art-benchmark-serviced5115932020-02-25 17:55:03 -08009332com.android.internal.widget.ScrollingTabContainerView
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07009333com.android.internal.widget.ToolbarWidgetWrapper$1
Calin Juravle00b23d32019-03-08 17:52:20 -08009334com.android.internal.widget.ToolbarWidgetWrapper
art-benchmark-serviced5115932020-02-25 17:55:03 -08009335com.android.internal.widget.VerifyCredentialResponse$1
9336com.android.internal.widget.VerifyCredentialResponse
Andreas Gampedcad4ca2014-10-03 02:00:29 +00009337com.android.okhttp.Address
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009338com.android.okhttp.AndroidShimResponseCache
Andreas Gampe61e7b662015-06-17 23:57:04 -07009339com.android.okhttp.Authenticator
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009340com.android.okhttp.Cache$1
Calin Juravle4a054192018-05-29 17:52:20 -07009341com.android.okhttp.Cache$CacheResponseBody$1
Calin Juravle00b23d32019-03-08 17:52:20 -08009342com.android.okhttp.Cache$CacheResponseBody
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009343com.android.okhttp.Cache$Entry
Calin Juravle00b23d32019-03-08 17:52:20 -08009344com.android.okhttp.Cache
Andreas Gampe61e7b662015-06-17 23:57:04 -07009345com.android.okhttp.CacheControl$Builder
Calin Juravle00b23d32019-03-08 17:52:20 -08009346com.android.okhttp.CacheControl
Andreas Gampe61e7b662015-06-17 23:57:04 -07009347com.android.okhttp.CertificatePinner$Builder
Calin Juravle00b23d32019-03-08 17:52:20 -08009348com.android.okhttp.CertificatePinner
Andreas Gampe61e7b662015-06-17 23:57:04 -07009349com.android.okhttp.CipherSuite
Andreas Gampedcad4ca2014-10-03 02:00:29 +00009350com.android.okhttp.ConfigAwareConnectionPool$1
Calin Juravle00b23d32019-03-08 17:52:20 -08009351com.android.okhttp.ConfigAwareConnectionPool
Andreas Gampedcad4ca2014-10-03 02:00:29 +00009352com.android.okhttp.Connection
Andreas Gampedcad4ca2014-10-03 02:00:29 +00009353com.android.okhttp.ConnectionPool$1
Calin Juravle00b23d32019-03-08 17:52:20 -08009354com.android.okhttp.ConnectionPool
Andreas Gampe61e7b662015-06-17 23:57:04 -07009355com.android.okhttp.ConnectionSpec$Builder
Calin Juravle00b23d32019-03-08 17:52:20 -08009356com.android.okhttp.ConnectionSpec
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009357com.android.okhttp.ConnectionSpecs
Andreas Gampedcad4ca2014-10-03 02:00:29 +00009358com.android.okhttp.Dispatcher
Andreas Gampe0db10fd2017-02-01 15:57:57 -08009359com.android.okhttp.Dns$1
Calin Juravle00b23d32019-03-08 17:52:20 -08009360com.android.okhttp.Dns
Andreas Gampedcad4ca2014-10-03 02:00:29 +00009361com.android.okhttp.Handshake
Andreas Gampedcad4ca2014-10-03 02:00:29 +00009362com.android.okhttp.Headers$Builder
Calin Juravle00b23d32019-03-08 17:52:20 -08009363com.android.okhttp.Headers
Andreas Gampe571fc302016-02-18 13:58:09 -08009364com.android.okhttp.HttpHandler$CleartextURLFilter
Calin Juravle00b23d32019-03-08 17:52:20 -08009365com.android.okhttp.HttpHandler
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009366com.android.okhttp.HttpUrl$1
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009367com.android.okhttp.HttpUrl$Builder$ParseResult
Calin Juravle00b23d32019-03-08 17:52:20 -08009368com.android.okhttp.HttpUrl$Builder
9369com.android.okhttp.HttpUrl
Andreas Gampedcad4ca2014-10-03 02:00:29 +00009370com.android.okhttp.HttpsHandler
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009371com.android.okhttp.OkCacheContainer
Andreas Gampe61e7b662015-06-17 23:57:04 -07009372com.android.okhttp.OkHttpClient$1
Calin Juravle00b23d32019-03-08 17:52:20 -08009373com.android.okhttp.OkHttpClient
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009374com.android.okhttp.OkUrlFactories
Andreas Gampe61e7b662015-06-17 23:57:04 -07009375com.android.okhttp.OkUrlFactory
Andreas Gampedcad4ca2014-10-03 02:00:29 +00009376com.android.okhttp.Protocol
Andreas Gampedcad4ca2014-10-03 02:00:29 +00009377com.android.okhttp.Request$Builder
Calin Juravle00b23d32019-03-08 17:52:20 -08009378com.android.okhttp.Request
Andreas Gampe61e7b662015-06-17 23:57:04 -07009379com.android.okhttp.RequestBody$2
Calin Juravle00b23d32019-03-08 17:52:20 -08009380com.android.okhttp.RequestBody
Andreas Gampedcad4ca2014-10-03 02:00:29 +00009381com.android.okhttp.Response$Builder
Calin Juravle00b23d32019-03-08 17:52:20 -08009382com.android.okhttp.Response
Andreas Gampe61e7b662015-06-17 23:57:04 -07009383com.android.okhttp.ResponseBody
Andreas Gampedcad4ca2014-10-03 02:00:29 +00009384com.android.okhttp.Route
Andreas Gampe61e7b662015-06-17 23:57:04 -07009385com.android.okhttp.TlsVersion
9386com.android.okhttp.internal.ConnectionSpecSelector
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009387com.android.okhttp.internal.DiskLruCache$1
9388com.android.okhttp.internal.DiskLruCache$4
9389com.android.okhttp.internal.DiskLruCache$Editor
9390com.android.okhttp.internal.DiskLruCache$Entry
Calin Juravle00b23d32019-03-08 17:52:20 -08009391com.android.okhttp.internal.DiskLruCache
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009392com.android.okhttp.internal.FaultHidingSink
9393com.android.okhttp.internal.Internal
9394com.android.okhttp.internal.InternalCache
Andreas Gampe61e7b662015-06-17 23:57:04 -07009395com.android.okhttp.internal.OptionalMethod
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009396com.android.okhttp.internal.Platform
Andreas Gampe61e7b662015-06-17 23:57:04 -07009397com.android.okhttp.internal.RouteDatabase
Andreas Gampe571fc302016-02-18 13:58:09 -08009398com.android.okhttp.internal.URLFilter
Andreas Gampedcad4ca2014-10-03 02:00:29 +00009399com.android.okhttp.internal.Util$1
Calin Juravle00b23d32019-03-08 17:52:20 -08009400com.android.okhttp.internal.Util
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009401com.android.okhttp.internal.http.AuthenticatorAdapter
Andreas Gampedcad4ca2014-10-03 02:00:29 +00009402com.android.okhttp.internal.http.CacheStrategy$Factory
Calin Juravle00b23d32019-03-08 17:52:20 -08009403com.android.okhttp.internal.http.CacheStrategy
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009404com.android.okhttp.internal.http.HeaderParser
Andreas Gampe0db10fd2017-02-01 15:57:57 -08009405com.android.okhttp.internal.http.Http1xStream$AbstractSource
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009406com.android.okhttp.internal.http.Http1xStream$ChunkedSink
Andreas Gampe0db10fd2017-02-01 15:57:57 -08009407com.android.okhttp.internal.http.Http1xStream$ChunkedSource
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009408com.android.okhttp.internal.http.Http1xStream$FixedLengthSink
Andreas Gampe0db10fd2017-02-01 15:57:57 -08009409com.android.okhttp.internal.http.Http1xStream$FixedLengthSource
Calin Juravle00b23d32019-03-08 17:52:20 -08009410com.android.okhttp.internal.http.Http1xStream
Calin Juravle4a054192018-05-29 17:52:20 -07009411com.android.okhttp.internal.http.HttpDate$1
Calin Juravle00b23d32019-03-08 17:52:20 -08009412com.android.okhttp.internal.http.HttpDate
Andreas Gampe61e7b662015-06-17 23:57:04 -07009413com.android.okhttp.internal.http.HttpEngine$1
Calin Juravle00b23d32019-03-08 17:52:20 -08009414com.android.okhttp.internal.http.HttpEngine
Andreas Gampedcad4ca2014-10-03 02:00:29 +00009415com.android.okhttp.internal.http.HttpMethod
Andreas Gampe0db10fd2017-02-01 15:57:57 -08009416com.android.okhttp.internal.http.HttpStream
Andreas Gampedcad4ca2014-10-03 02:00:29 +00009417com.android.okhttp.internal.http.OkHeaders$1
Calin Juravle00b23d32019-03-08 17:52:20 -08009418com.android.okhttp.internal.http.OkHeaders
Andreas Gampe61e7b662015-06-17 23:57:04 -07009419com.android.okhttp.internal.http.RealResponseBody
9420com.android.okhttp.internal.http.RequestException
Andreas Gampedcad4ca2014-10-03 02:00:29 +00009421com.android.okhttp.internal.http.RequestLine
9422com.android.okhttp.internal.http.RetryableSink
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009423com.android.okhttp.internal.http.RouteException
Andreas Gampedcad4ca2014-10-03 02:00:29 +00009424com.android.okhttp.internal.http.RouteSelector
9425com.android.okhttp.internal.http.StatusLine
Andreas Gampe0db10fd2017-02-01 15:57:57 -08009426com.android.okhttp.internal.http.StreamAllocation
Andreas Gampe61e7b662015-06-17 23:57:04 -07009427com.android.okhttp.internal.huc.DelegatingHttpsURLConnection
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009428com.android.okhttp.internal.huc.HttpURLConnectionImpl
Andreas Gampe61e7b662015-06-17 23:57:04 -07009429com.android.okhttp.internal.huc.HttpsURLConnectionImpl
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009430com.android.okhttp.internal.io.FileSystem$1
Calin Juravle00b23d32019-03-08 17:52:20 -08009431com.android.okhttp.internal.io.FileSystem
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009432com.android.okhttp.internal.io.RealConnection
Andreas Gampedcad4ca2014-10-03 02:00:29 +00009433com.android.okhttp.internal.tls.OkHostnameVerifier
Calin Juravle36829e52019-04-10 19:07:47 -07009434com.android.okhttp.internal.tls.RealTrustRootIndex
9435com.android.okhttp.internal.tls.TrustRootIndex
art-benchmark-serviced5115932020-02-25 17:55:03 -08009436com.android.okhttp.internalandroidapi.AndroidResponseCacheAdapter
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009437com.android.okhttp.internalandroidapi.Dns
art-benchmark-serviced5115932020-02-25 17:55:03 -08009438com.android.okhttp.internalandroidapi.HasCacheHolder$CacheHolder
Calin Juravle00b23d32019-03-08 17:52:20 -08009439com.android.okhttp.internalandroidapi.HasCacheHolder
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009440com.android.okhttp.internalandroidapi.HttpURLConnectionFactory$DnsAdapter
9441com.android.okhttp.internalandroidapi.HttpURLConnectionFactory
Andreas Gampe61e7b662015-06-17 23:57:04 -07009442com.android.okhttp.okio.AsyncTimeout$1
9443com.android.okhttp.okio.AsyncTimeout$2
9444com.android.okhttp.okio.AsyncTimeout$Watchdog
Calin Juravle00b23d32019-03-08 17:52:20 -08009445com.android.okhttp.okio.AsyncTimeout
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009446com.android.okhttp.okio.Buffer
Andreas Gampe61e7b662015-06-17 23:57:04 -07009447com.android.okhttp.okio.BufferedSink
9448com.android.okhttp.okio.BufferedSource
Calin Juravle4a054192018-05-29 17:52:20 -07009449com.android.okhttp.okio.ByteString
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009450com.android.okhttp.okio.ForwardingSink
Calin Juravle4a054192018-05-29 17:52:20 -07009451com.android.okhttp.okio.ForwardingSource
Andreas Gampe571fc302016-02-18 13:58:09 -08009452com.android.okhttp.okio.ForwardingTimeout
Mathieu Chartierba2c0462017-05-19 16:41:46 -07009453com.android.okhttp.okio.GzipSource
9454com.android.okhttp.okio.InflaterSource
Andreas Gampe61e7b662015-06-17 23:57:04 -07009455com.android.okhttp.okio.Okio$1
9456com.android.okhttp.okio.Okio$2
9457com.android.okhttp.okio.Okio$3
Calin Juravle00b23d32019-03-08 17:52:20 -08009458com.android.okhttp.okio.Okio
Andreas Gampe61e7b662015-06-17 23:57:04 -07009459com.android.okhttp.okio.RealBufferedSink$1
Calin Juravle00b23d32019-03-08 17:52:20 -08009460com.android.okhttp.okio.RealBufferedSink
Andreas Gampe61e7b662015-06-17 23:57:04 -07009461com.android.okhttp.okio.RealBufferedSource$1
Calin Juravle00b23d32019-03-08 17:52:20 -08009462com.android.okhttp.okio.RealBufferedSource
Andreas Gampe61e7b662015-06-17 23:57:04 -07009463com.android.okhttp.okio.Segment
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009464com.android.okhttp.okio.SegmentPool
Andreas Gampe61e7b662015-06-17 23:57:04 -07009465com.android.okhttp.okio.Sink
9466com.android.okhttp.okio.Source
Andreas Gampe61e7b662015-06-17 23:57:04 -07009467com.android.okhttp.okio.Timeout$1
Calin Juravle00b23d32019-03-08 17:52:20 -08009468com.android.okhttp.okio.Timeout
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009469com.android.okhttp.okio.Util
Calin Juravle00b23d32019-03-08 17:52:20 -08009470com.android.org.bouncycastle.asn1.ASN1BitString
art-benchmark-serviced5115932020-02-25 17:55:03 -08009471com.android.org.bouncycastle.asn1.ASN1Choice
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04009472com.android.org.bouncycastle.asn1.ASN1Encodable
Calin Juravle00b23d32019-03-08 17:52:20 -08009473com.android.org.bouncycastle.asn1.ASN1EncodableVector
9474com.android.org.bouncycastle.asn1.ASN1InputStream
9475com.android.org.bouncycastle.asn1.ASN1Integer
9476com.android.org.bouncycastle.asn1.ASN1Null
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04009477com.android.org.bouncycastle.asn1.ASN1Object
Andreas Gampe571fc302016-02-18 13:58:09 -08009478com.android.org.bouncycastle.asn1.ASN1ObjectIdentifier$OidHandle
Calin Juravle00b23d32019-03-08 17:52:20 -08009479com.android.org.bouncycastle.asn1.ASN1ObjectIdentifier
9480com.android.org.bouncycastle.asn1.ASN1OutputStream
Kenny Rootdbf30ed2012-09-19 13:08:12 -07009481com.android.org.bouncycastle.asn1.ASN1Primitive
Calin Juravle00b23d32019-03-08 17:52:20 -08009482com.android.org.bouncycastle.asn1.ASN1Sequence
9483com.android.org.bouncycastle.asn1.ASN1SequenceParser
9484com.android.org.bouncycastle.asn1.ASN1Set
9485com.android.org.bouncycastle.asn1.ASN1String
9486com.android.org.bouncycastle.asn1.BERTags
9487com.android.org.bouncycastle.asn1.DERBitString
9488com.android.org.bouncycastle.asn1.DERFactory
art-benchmark-serviced5115932020-02-25 17:55:03 -08009489com.android.org.bouncycastle.asn1.DERInteger
Calin Juravle00b23d32019-03-08 17:52:20 -08009490com.android.org.bouncycastle.asn1.DERNull
9491com.android.org.bouncycastle.asn1.DEROutputStream
9492com.android.org.bouncycastle.asn1.DERSequence
9493com.android.org.bouncycastle.asn1.DERSet
9494com.android.org.bouncycastle.asn1.DLSequence
9495com.android.org.bouncycastle.asn1.DefiniteLengthInputStream
9496com.android.org.bouncycastle.asn1.InMemoryRepresentable
9497com.android.org.bouncycastle.asn1.IndefiniteLengthInputStream
9498com.android.org.bouncycastle.asn1.LimitedInputStream
Andreas Gampe571fc302016-02-18 13:58:09 -08009499com.android.org.bouncycastle.asn1.OIDTokenizer
Calin Juravle00b23d32019-03-08 17:52:20 -08009500com.android.org.bouncycastle.asn1.StreamUtil
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04009501com.android.org.bouncycastle.asn1.bc.BCObjectIdentifiers
9502com.android.org.bouncycastle.asn1.iana.IANAObjectIdentifiers
Andreas Gampe571fc302016-02-18 13:58:09 -08009503com.android.org.bouncycastle.asn1.misc.MiscObjectIdentifiers
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04009504com.android.org.bouncycastle.asn1.nist.NISTObjectIdentifiers
9505com.android.org.bouncycastle.asn1.oiw.OIWObjectIdentifiers
9506com.android.org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers
Calin Juravle00b23d32019-03-08 17:52:20 -08009507com.android.org.bouncycastle.asn1.x509.AlgorithmIdentifier
art-benchmark-serviced5115932020-02-25 17:55:03 -08009508com.android.org.bouncycastle.asn1.x509.Certificate
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009509com.android.org.bouncycastle.asn1.x509.DSAParameter
Calin Juravle00b23d32019-03-08 17:52:20 -08009510com.android.org.bouncycastle.asn1.x509.SubjectPublicKeyInfo
art-benchmark-serviced5115932020-02-25 17:55:03 -08009511com.android.org.bouncycastle.asn1.x509.Time
9512com.android.org.bouncycastle.asn1.x509.V3TBSCertificateGenerator
9513com.android.org.bouncycastle.asn1.x509.X509Name
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04009514com.android.org.bouncycastle.asn1.x509.X509ObjectIdentifiers
Calin Juravle36829e52019-04-10 19:07:47 -07009515com.android.org.bouncycastle.asn1.x9.X9ECParameters
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04009516com.android.org.bouncycastle.asn1.x9.X9ObjectIdentifiers
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009517com.android.org.bouncycastle.crypto.BlockCipher
Calin Juravle4a054192018-05-29 17:52:20 -07009518com.android.org.bouncycastle.crypto.BufferedBlockCipher
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07009519com.android.org.bouncycastle.crypto.CipherParameters
Calin Juravle4a054192018-05-29 17:52:20 -07009520com.android.org.bouncycastle.crypto.CryptoException
Calin Juravle36829e52019-04-10 19:07:47 -07009521com.android.org.bouncycastle.crypto.CryptoServicesPermission
9522com.android.org.bouncycastle.crypto.CryptoServicesRegistrar$Property
9523com.android.org.bouncycastle.crypto.CryptoServicesRegistrar
Calin Juravle4a054192018-05-29 17:52:20 -07009524com.android.org.bouncycastle.crypto.DataLengthException
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009525com.android.org.bouncycastle.crypto.Digest
9526com.android.org.bouncycastle.crypto.ExtendedDigest
Calin Juravle4a054192018-05-29 17:52:20 -07009527com.android.org.bouncycastle.crypto.InvalidCipherTextException
9528com.android.org.bouncycastle.crypto.OutputLengthException
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009529com.android.org.bouncycastle.crypto.PBEParametersGenerator
Calin Juravle4a054192018-05-29 17:52:20 -07009530com.android.org.bouncycastle.crypto.RuntimeCryptoException
9531com.android.org.bouncycastle.crypto.digests.AndroidDigestFactory
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009532com.android.org.bouncycastle.crypto.digests.AndroidDigestFactoryBouncyCastle
Calin Juravle4a054192018-05-29 17:52:20 -07009533com.android.org.bouncycastle.crypto.digests.AndroidDigestFactoryInterface
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009534com.android.org.bouncycastle.crypto.digests.AndroidDigestFactoryOpenSSL
Calin Juravle4a054192018-05-29 17:52:20 -07009535com.android.org.bouncycastle.crypto.digests.OpenSSLDigest$MD5
Calin Juravle00b23d32019-03-08 17:52:20 -08009536com.android.org.bouncycastle.crypto.digests.OpenSSLDigest
Calin Juravle4a054192018-05-29 17:52:20 -07009537com.android.org.bouncycastle.crypto.engines.AESEngine
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009538com.android.org.bouncycastle.crypto.paddings.BlockCipherPadding
Calin Juravle4a054192018-05-29 17:52:20 -07009539com.android.org.bouncycastle.crypto.paddings.PKCS7Padding
9540com.android.org.bouncycastle.crypto.paddings.PaddedBufferedBlockCipher
Calin Juravle36829e52019-04-10 19:07:47 -07009541com.android.org.bouncycastle.crypto.params.AsymmetricKeyParameter
9542com.android.org.bouncycastle.crypto.params.DHParameters
9543com.android.org.bouncycastle.crypto.params.DHValidationParameters
9544com.android.org.bouncycastle.crypto.params.DSAKeyParameters
Calin Juravle00b23d32019-03-08 17:52:20 -08009545com.android.org.bouncycastle.crypto.params.DSAParameters
9546com.android.org.bouncycastle.crypto.params.DSAPublicKeyParameters
Calin Juravle36829e52019-04-10 19:07:47 -07009547com.android.org.bouncycastle.crypto.params.DSAValidationParameters
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009548com.android.org.bouncycastle.crypto.params.KeyParameter
Calin Juravle4a054192018-05-29 17:52:20 -07009549com.android.org.bouncycastle.crypto.params.ParametersWithIV
9550com.android.org.bouncycastle.crypto.params.ParametersWithRandom
9551com.android.org.bouncycastle.jcajce.PBKDFKey
9552com.android.org.bouncycastle.jcajce.PKCS12Key
Kenny Rootdbf30ed2012-09-19 13:08:12 -07009553com.android.org.bouncycastle.jcajce.provider.asymmetric.DH$Mappings
Calin Juravle00b23d32019-03-08 17:52:20 -08009554com.android.org.bouncycastle.jcajce.provider.asymmetric.DH
Kenny Rootdbf30ed2012-09-19 13:08:12 -07009555com.android.org.bouncycastle.jcajce.provider.asymmetric.DSA$Mappings
9556com.android.org.bouncycastle.jcajce.provider.asymmetric.EC$Mappings
Calin Juravle00b23d32019-03-08 17:52:20 -08009557com.android.org.bouncycastle.jcajce.provider.asymmetric.EC
Kenny Rootdbf30ed2012-09-19 13:08:12 -07009558com.android.org.bouncycastle.jcajce.provider.asymmetric.RSA$Mappings
Calin Juravle00b23d32019-03-08 17:52:20 -08009559com.android.org.bouncycastle.jcajce.provider.asymmetric.RSA
Kenny Rootdbf30ed2012-09-19 13:08:12 -07009560com.android.org.bouncycastle.jcajce.provider.asymmetric.X509$Mappings
Andreas Gampedcad4ca2014-10-03 02:00:29 +00009561com.android.org.bouncycastle.jcajce.provider.asymmetric.dh.KeyFactorySpi
Calin Juravle00b23d32019-03-08 17:52:20 -08009562com.android.org.bouncycastle.jcajce.provider.asymmetric.dsa.BCDSAPublicKey
Kenny Rootdbf30ed2012-09-19 13:08:12 -07009563com.android.org.bouncycastle.jcajce.provider.asymmetric.dsa.DSAUtil
9564com.android.org.bouncycastle.jcajce.provider.asymmetric.dsa.KeyFactorySpi
Kenny Rootdbf30ed2012-09-19 13:08:12 -07009565com.android.org.bouncycastle.jcajce.provider.asymmetric.ec.KeyFactorySpi$EC
Calin Juravle00b23d32019-03-08 17:52:20 -08009566com.android.org.bouncycastle.jcajce.provider.asymmetric.ec.KeyFactorySpi
Calin Juravle4a054192018-05-29 17:52:20 -07009567com.android.org.bouncycastle.jcajce.provider.asymmetric.rsa.CipherSpi$NoPadding
Calin Juravle00b23d32019-03-08 17:52:20 -08009568com.android.org.bouncycastle.jcajce.provider.asymmetric.rsa.CipherSpi
Kenny Rootdbf30ed2012-09-19 13:08:12 -07009569com.android.org.bouncycastle.jcajce.provider.asymmetric.rsa.KeyFactorySpi
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009570com.android.org.bouncycastle.jcajce.provider.asymmetric.rsa.RSAUtil
Calin Juravle00b23d32019-03-08 17:52:20 -08009571com.android.org.bouncycastle.jcajce.provider.asymmetric.util.BaseCipherSpi
Kenny Rootdbf30ed2012-09-19 13:08:12 -07009572com.android.org.bouncycastle.jcajce.provider.asymmetric.util.BaseKeyFactorySpi
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009573com.android.org.bouncycastle.jcajce.provider.asymmetric.util.KeyUtil
Kenny Rootdbf30ed2012-09-19 13:08:12 -07009574com.android.org.bouncycastle.jcajce.provider.config.ConfigurableProvider
9575com.android.org.bouncycastle.jcajce.provider.config.ProviderConfiguration
9576com.android.org.bouncycastle.jcajce.provider.config.ProviderConfigurationPermission
9577com.android.org.bouncycastle.jcajce.provider.digest.DigestAlgorithmProvider
Kenny Rootdbf30ed2012-09-19 13:08:12 -07009578com.android.org.bouncycastle.jcajce.provider.digest.MD5$Mappings
Calin Juravle00b23d32019-03-08 17:52:20 -08009579com.android.org.bouncycastle.jcajce.provider.digest.MD5
Kenny Rootdbf30ed2012-09-19 13:08:12 -07009580com.android.org.bouncycastle.jcajce.provider.digest.SHA1$Mappings
Calin Juravle00b23d32019-03-08 17:52:20 -08009581com.android.org.bouncycastle.jcajce.provider.digest.SHA1
Andreas Gampedcad4ca2014-10-03 02:00:29 +00009582com.android.org.bouncycastle.jcajce.provider.digest.SHA224$Mappings
Calin Juravle00b23d32019-03-08 17:52:20 -08009583com.android.org.bouncycastle.jcajce.provider.digest.SHA224
Kenny Rootdbf30ed2012-09-19 13:08:12 -07009584com.android.org.bouncycastle.jcajce.provider.digest.SHA256$Mappings
Calin Juravle00b23d32019-03-08 17:52:20 -08009585com.android.org.bouncycastle.jcajce.provider.digest.SHA256
Kenny Rootdbf30ed2012-09-19 13:08:12 -07009586com.android.org.bouncycastle.jcajce.provider.digest.SHA384$Mappings
Calin Juravle00b23d32019-03-08 17:52:20 -08009587com.android.org.bouncycastle.jcajce.provider.digest.SHA384
Kenny Rootdbf30ed2012-09-19 13:08:12 -07009588com.android.org.bouncycastle.jcajce.provider.digest.SHA512$Mappings
Calin Juravle00b23d32019-03-08 17:52:20 -08009589com.android.org.bouncycastle.jcajce.provider.digest.SHA512
Andreas Gampedcad4ca2014-10-03 02:00:29 +00009590com.android.org.bouncycastle.jcajce.provider.keystore.BC$Mappings
9591com.android.org.bouncycastle.jcajce.provider.keystore.PKCS12$Mappings
Andreas Gampedcad4ca2014-10-03 02:00:29 +00009592com.android.org.bouncycastle.jcajce.provider.keystore.bc.BcKeyStoreSpi$Std
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009593com.android.org.bouncycastle.jcajce.provider.keystore.bc.BcKeyStoreSpi$StoreEntry
Calin Juravle00b23d32019-03-08 17:52:20 -08009594com.android.org.bouncycastle.jcajce.provider.keystore.bc.BcKeyStoreSpi
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009595com.android.org.bouncycastle.jcajce.provider.symmetric.AES$ECB$1
Calin Juravle00b23d32019-03-08 17:52:20 -08009596com.android.org.bouncycastle.jcajce.provider.symmetric.AES$ECB
Kenny Rootdbf30ed2012-09-19 13:08:12 -07009597com.android.org.bouncycastle.jcajce.provider.symmetric.AES$Mappings
Calin Juravle00b23d32019-03-08 17:52:20 -08009598com.android.org.bouncycastle.jcajce.provider.symmetric.AES
Kenny Rootdbf30ed2012-09-19 13:08:12 -07009599com.android.org.bouncycastle.jcajce.provider.symmetric.ARC4$Mappings
Calin Juravle00b23d32019-03-08 17:52:20 -08009600com.android.org.bouncycastle.jcajce.provider.symmetric.ARC4
Kenny Rootdbf30ed2012-09-19 13:08:12 -07009601com.android.org.bouncycastle.jcajce.provider.symmetric.Blowfish$Mappings
Calin Juravle00b23d32019-03-08 17:52:20 -08009602com.android.org.bouncycastle.jcajce.provider.symmetric.Blowfish
Kenny Rootdbf30ed2012-09-19 13:08:12 -07009603com.android.org.bouncycastle.jcajce.provider.symmetric.DES$Mappings
Calin Juravle00b23d32019-03-08 17:52:20 -08009604com.android.org.bouncycastle.jcajce.provider.symmetric.DES
Kenny Rootdbf30ed2012-09-19 13:08:12 -07009605com.android.org.bouncycastle.jcajce.provider.symmetric.DESede$Mappings
Calin Juravle00b23d32019-03-08 17:52:20 -08009606com.android.org.bouncycastle.jcajce.provider.symmetric.DESede
Andreas Gampe0db10fd2017-02-01 15:57:57 -08009607com.android.org.bouncycastle.jcajce.provider.symmetric.PBEPBKDF2$Mappings
Calin Juravle00b23d32019-03-08 17:52:20 -08009608com.android.org.bouncycastle.jcajce.provider.symmetric.PBEPBKDF2
Andreas Gampedcad4ca2014-10-03 02:00:29 +00009609com.android.org.bouncycastle.jcajce.provider.symmetric.PBEPKCS12$Mappings
Calin Juravle00b23d32019-03-08 17:52:20 -08009610com.android.org.bouncycastle.jcajce.provider.symmetric.PBEPKCS12
Andreas Gampe0db10fd2017-02-01 15:57:57 -08009611com.android.org.bouncycastle.jcajce.provider.symmetric.PBES2AlgorithmParameters$Mappings
Calin Juravle00b23d32019-03-08 17:52:20 -08009612com.android.org.bouncycastle.jcajce.provider.symmetric.PBES2AlgorithmParameters
Andreas Gampedcad4ca2014-10-03 02:00:29 +00009613com.android.org.bouncycastle.jcajce.provider.symmetric.RC2$Mappings
Calin Juravle00b23d32019-03-08 17:52:20 -08009614com.android.org.bouncycastle.jcajce.provider.symmetric.RC2
Andreas Gampedcad4ca2014-10-03 02:00:29 +00009615com.android.org.bouncycastle.jcajce.provider.symmetric.SymmetricAlgorithmProvider
Andreas Gampedcad4ca2014-10-03 02:00:29 +00009616com.android.org.bouncycastle.jcajce.provider.symmetric.Twofish$Mappings
Calin Juravle00b23d32019-03-08 17:52:20 -08009617com.android.org.bouncycastle.jcajce.provider.symmetric.Twofish
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009618com.android.org.bouncycastle.jcajce.provider.symmetric.util.BCPBEKey
Calin Juravle4a054192018-05-29 17:52:20 -07009619com.android.org.bouncycastle.jcajce.provider.symmetric.util.BaseBlockCipher$AEADGenericBlockCipher
9620com.android.org.bouncycastle.jcajce.provider.symmetric.util.BaseBlockCipher$BufferedGenericBlockCipher
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009621com.android.org.bouncycastle.jcajce.provider.symmetric.util.BaseBlockCipher$GenericBlockCipher
Calin Juravle00b23d32019-03-08 17:52:20 -08009622com.android.org.bouncycastle.jcajce.provider.symmetric.util.BaseBlockCipher
Calin Juravle4a054192018-05-29 17:52:20 -07009623com.android.org.bouncycastle.jcajce.provider.symmetric.util.BaseSecretKeyFactory
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009624com.android.org.bouncycastle.jcajce.provider.symmetric.util.BaseWrapCipher
9625com.android.org.bouncycastle.jcajce.provider.symmetric.util.BlockCipherProvider
Calin Juravle36829e52019-04-10 19:07:47 -07009626com.android.org.bouncycastle.jcajce.provider.symmetric.util.ClassUtil
Calin Juravle4a054192018-05-29 17:52:20 -07009627com.android.org.bouncycastle.jcajce.provider.symmetric.util.PBE$Util
Calin Juravle00b23d32019-03-08 17:52:20 -08009628com.android.org.bouncycastle.jcajce.provider.symmetric.util.PBE
Kenny Rootdbf30ed2012-09-19 13:08:12 -07009629com.android.org.bouncycastle.jcajce.provider.util.AlgorithmProvider
9630com.android.org.bouncycastle.jcajce.provider.util.AsymmetricAlgorithmProvider
9631com.android.org.bouncycastle.jcajce.provider.util.AsymmetricKeyInfoConverter
Calin Juravle4a054192018-05-29 17:52:20 -07009632com.android.org.bouncycastle.jcajce.provider.util.DigestFactory
9633com.android.org.bouncycastle.jcajce.spec.AEADParameterSpec
Andreas Gampe61e7b662015-06-17 23:57:04 -07009634com.android.org.bouncycastle.jcajce.util.BCJcaJceHelper
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009635com.android.org.bouncycastle.jcajce.util.DefaultJcaJceHelper
Andreas Gampe61e7b662015-06-17 23:57:04 -07009636com.android.org.bouncycastle.jcajce.util.JcaJceHelper
9637com.android.org.bouncycastle.jcajce.util.ProviderJcaJceHelper
art-benchmark-serviced5115932020-02-25 17:55:03 -08009638com.android.org.bouncycastle.jce.X509Principal
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04009639com.android.org.bouncycastle.jce.interfaces.BCKeyStore
art-benchmark-serviced5115932020-02-25 17:55:03 -08009640com.android.org.bouncycastle.jce.interfaces.PKCS12BagAttributeCarrier
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04009641com.android.org.bouncycastle.jce.provider.BouncyCastleProvider$1
Calin Juravle00b23d32019-03-08 17:52:20 -08009642com.android.org.bouncycastle.jce.provider.BouncyCastleProvider
Kenny Rootdbf30ed2012-09-19 13:08:12 -07009643com.android.org.bouncycastle.jce.provider.BouncyCastleProviderConfiguration
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009644com.android.org.bouncycastle.jce.provider.CertStoreCollectionSpi
art-benchmark-serviced5115932020-02-25 17:55:03 -08009645com.android.org.bouncycastle.jce.provider.X509CertificateObject
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009646com.android.org.bouncycastle.jce.spec.ECKeySpec
9647com.android.org.bouncycastle.jce.spec.ECPublicKeySpec
Kenny Rootdbf30ed2012-09-19 13:08:12 -07009648com.android.org.bouncycastle.util.Arrays
Andreas Gampe61e7b662015-06-17 23:57:04 -07009649com.android.org.bouncycastle.util.Encodable
Calin Juravle36829e52019-04-10 19:07:47 -07009650com.android.org.bouncycastle.util.Integers
Calin Juravle00b23d32019-03-08 17:52:20 -08009651com.android.org.bouncycastle.util.Iterable
Calin Juravle4a054192018-05-29 17:52:20 -07009652com.android.org.bouncycastle.util.Pack
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009653com.android.org.bouncycastle.util.Properties$1
9654com.android.org.bouncycastle.util.Properties
Andreas Gampe571fc302016-02-18 13:58:09 -08009655com.android.org.bouncycastle.util.Strings$1
Calin Juravle00b23d32019-03-08 17:52:20 -08009656com.android.org.bouncycastle.util.Strings
Calin Juravle36829e52019-04-10 19:07:47 -07009657com.android.org.bouncycastle.util.encoders.Encoder
9658com.android.org.bouncycastle.util.encoders.Hex
9659com.android.org.bouncycastle.util.encoders.HexEncoder
Calin Juravle00b23d32019-03-08 17:52:20 -08009660com.android.org.bouncycastle.util.io.Streams
art-benchmark-serviced5115932020-02-25 17:55:03 -08009661com.android.org.bouncycastle.x509.X509V3CertificateGenerator
9662com.android.org.kxml2.io.KXmlParser$ContentSource
Calin Juravle00b23d32019-03-08 17:52:20 -08009663com.android.org.kxml2.io.KXmlParser$ValueContext
9664com.android.org.kxml2.io.KXmlParser
9665com.android.org.kxml2.io.KXmlSerializer
art-benchmark-service56aece62020-02-10 17:58:03 -08009666com.android.phone.ecc.nano.CodedInputByteBufferNano
9667com.android.phone.ecc.nano.ExtendableMessageNano
9668com.android.phone.ecc.nano.InternalNano
9669com.android.phone.ecc.nano.InvalidProtocolBufferNanoException
9670com.android.phone.ecc.nano.MessageNano
9671com.android.phone.ecc.nano.ProtobufEccData$AllInfo
9672com.android.phone.ecc.nano.ProtobufEccData$CountryInfo
9673com.android.phone.ecc.nano.ProtobufEccData$EccInfo
9674com.android.phone.ecc.nano.WireFormatNano
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009675com.android.server.AppWidgetBackupBridge
9676com.android.server.BootReceiver$1
9677com.android.server.BootReceiver
9678com.android.server.LocalServices
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04009679com.android.server.NetworkManagementSocketTagger$1
9680com.android.server.NetworkManagementSocketTagger$SocketTags
Calin Juravle00b23d32019-03-08 17:52:20 -08009681com.android.server.NetworkManagementSocketTagger
Calin Juravle787d34d2019-04-25 15:12:44 -07009682com.android.server.SystemConfig$PermissionEntry
9683com.android.server.SystemConfig$SharedLibraryEntry
9684com.android.server.SystemConfig
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009685com.android.server.WidgetBackupProvider
9686com.android.server.backup.AccountManagerBackupHelper
9687com.android.server.backup.AccountSyncSettingsBackupHelper
9688com.android.server.backup.NotificationBackupHelper
9689com.android.server.backup.PermissionBackupHelper
9690com.android.server.backup.PreferredActivityBackupHelper
9691com.android.server.backup.ShortcutBackupHelper
9692com.android.server.backup.SliceBackupHelper
art-benchmark-serviced5115932020-02-25 17:55:03 -08009693com.android.server.connectivity.metrics.nano.IpConnectivityLogClass$ApfProgramEvent
9694com.android.server.connectivity.metrics.nano.IpConnectivityLogClass$ApfStatistics
9695com.android.server.connectivity.metrics.nano.IpConnectivityLogClass$ConnectStatistics
9696com.android.server.connectivity.metrics.nano.IpConnectivityLogClass$DHCPEvent
9697com.android.server.connectivity.metrics.nano.IpConnectivityLogClass$DNSLookupBatch
9698com.android.server.connectivity.metrics.nano.IpConnectivityLogClass$DefaultNetworkEvent
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009699com.android.server.connectivity.metrics.nano.IpConnectivityLogClass$IpConnectivityEvent
art-benchmark-serviced5115932020-02-25 17:55:03 -08009700com.android.server.connectivity.metrics.nano.IpConnectivityLogClass$IpConnectivityLog
9701com.android.server.connectivity.metrics.nano.IpConnectivityLogClass$IpProvisioningEvent
9702com.android.server.connectivity.metrics.nano.IpConnectivityLogClass$IpReachabilityEvent
9703com.android.server.connectivity.metrics.nano.IpConnectivityLogClass$NetworkEvent
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009704com.android.server.connectivity.metrics.nano.IpConnectivityLogClass$Pair
art-benchmark-serviced5115932020-02-25 17:55:03 -08009705com.android.server.connectivity.metrics.nano.IpConnectivityLogClass$RaEvent
9706com.android.server.connectivity.metrics.nano.IpConnectivityLogClass$ValidationProbeEvent
9707com.android.server.connectivity.metrics.nano.IpConnectivityLogClass$WakeupStats
9708com.android.server.job.JobSchedulerInternal$JobStorePersistStats
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009709com.android.server.net.BaseNetdEventCallback
9710com.android.server.net.BaseNetworkObserver
art-benchmark-service56aece62020-02-10 17:58:03 -08009711com.android.server.sip.SipService$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009712com.android.server.sip.SipService$ConnectivityReceiver
9713com.android.server.sip.SipService$MyExecutor
art-benchmark-service56aece62020-02-10 17:58:03 -08009714com.android.server.sip.SipService$SipKeepAliveProcessCallback
9715com.android.server.sip.SipService$SipSessionGroupExt
Calin Juravle00b23d32019-03-08 17:52:20 -08009716com.android.server.sip.SipService
art-benchmark-service56aece62020-02-10 17:58:03 -08009717com.android.server.sip.SipSessionGroup$KeepAliveProcessCallback
9718com.android.server.sip.SipSessionGroup$SipSessionImpl
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009719com.android.server.sip.SipWakeLock
9720com.android.server.sip.SipWakeupTimer$MyEventComparator
Calin Juravle00b23d32019-03-08 17:52:20 -08009721com.android.server.sip.SipWakeupTimer
art-benchmark-serviced5115932020-02-25 17:55:03 -08009722com.android.server.usage.AppStandbyInternal$AppIdleStateChangeListener
9723com.android.server.usage.AppStandbyInternal
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009724com.android.server.wm.nano.WindowManagerProtos$TaskSnapshotProto
art-benchmark-service56aece62020-02-10 17:58:03 -08009725com.android.telephony.Rlog
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07009726com.google.android.collect.Lists
9727com.google.android.collect.Maps
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07009728com.google.android.collect.Sets
Mathieu Chartierba2c0462017-05-19 16:41:46 -07009729com.google.android.gles_jni.EGLConfigImpl
9730com.google.android.gles_jni.EGLContextImpl
9731com.google.android.gles_jni.EGLDisplayImpl
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08009732com.google.android.gles_jni.EGLImpl
Mathieu Chartierba2c0462017-05-19 16:41:46 -07009733com.google.android.gles_jni.EGLSurfaceImpl
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08009734com.google.android.gles_jni.GLImpl
Calin Juravle4a054192018-05-29 17:52:20 -07009735com.google.android.mms.MmsException
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009736com.google.android.rappor.Encoder
9737com.google.android.rappor.HmacDrbg
art-benchmark-serviced5115932020-02-25 17:55:03 -08009738com.google.android.textclassifier.ActionsSuggestionsModel$ActionSuggestion
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009739com.google.android.textclassifier.ActionsSuggestionsModel$Conversation
9740com.google.android.textclassifier.ActionsSuggestionsModel$ConversationMessage
9741com.google.android.textclassifier.ActionsSuggestionsModel
art-benchmark-serviced5115932020-02-25 17:55:03 -08009742com.google.android.textclassifier.AnnotatorModel$AnnotatedSpan
9743com.google.android.textclassifier.AnnotatorModel$AnnotationOptions
9744com.google.android.textclassifier.AnnotatorModel$AnnotationUsecase
9745com.google.android.textclassifier.AnnotatorModel$ClassificationResult
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009746com.google.android.textclassifier.AnnotatorModel
art-benchmark-serviced5115932020-02-25 17:55:03 -08009747com.google.android.textclassifier.LangIdModel$LanguageResult
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009748com.google.android.textclassifier.LangIdModel
art-benchmark-serviced5115932020-02-25 17:55:03 -08009749com.google.android.textclassifier.NamedVariant
9750com.google.android.textclassifier.RemoteActionTemplate
Calin Juravle4a054192018-05-29 17:52:20 -07009751com.sun.security.cert.internal.x509.X509V1CertImpl
Andreas Gampe0db10fd2017-02-01 15:57:57 -08009752dalvik.annotation.optimization.CriticalNative
9753dalvik.annotation.optimization.FastNative
Calin Juravle36829e52019-04-10 19:07:47 -07009754dalvik.system.-$$Lambda$DexPathList$_CyMypnZmV6ArWiPOPB4EkAIeUc
Andreas Gampe0db10fd2017-02-01 15:57:57 -08009755dalvik.system.BaseDexClassLoader$Reporter
Calin Juravle00b23d32019-03-08 17:52:20 -08009756dalvik.system.BaseDexClassLoader
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07009757dalvik.system.BlockGuard$1
9758dalvik.system.BlockGuard$2
Calin Juravle00b23d32019-03-08 17:52:20 -08009759dalvik.system.BlockGuard$3
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07009760dalvik.system.BlockGuard$BlockGuardPolicyException
9761dalvik.system.BlockGuard$Policy
Calin Juravle00b23d32019-03-08 17:52:20 -08009762dalvik.system.BlockGuard$VmPolicy
9763dalvik.system.BlockGuard
Andreas Gampe0db10fd2017-02-01 15:57:57 -08009764dalvik.system.ClassExt
Andreas Gampe61e7b662015-06-17 23:57:04 -07009765dalvik.system.CloseGuard$DefaultReporter
9766dalvik.system.CloseGuard$Reporter
Andreas Gampe0db10fd2017-02-01 15:57:57 -08009767dalvik.system.CloseGuard$Tracker
Calin Juravle00b23d32019-03-08 17:52:20 -08009768dalvik.system.CloseGuard
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08009769dalvik.system.DalvikLogHandler
Mathieu Chartierba2c0462017-05-19 16:41:46 -07009770dalvik.system.DalvikLogging
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07009771dalvik.system.DelegateLastClassLoader
Andreas Gampe0db10fd2017-02-01 15:57:57 -08009772dalvik.system.DexClassLoader
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009773dalvik.system.DexFile$1
Andreas Gampe61e7b662015-06-17 23:57:04 -07009774dalvik.system.DexFile$DFEnum
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009775dalvik.system.DexFile$OptimizationInfo
Calin Juravle00b23d32019-03-08 17:52:20 -08009776dalvik.system.DexFile
Andreas Gampe61e7b662015-06-17 23:57:04 -07009777dalvik.system.DexPathList$Element
Andreas Gampe0db10fd2017-02-01 15:57:57 -08009778dalvik.system.DexPathList$NativeLibraryElement
Calin Juravle00b23d32019-03-08 17:52:20 -08009779dalvik.system.DexPathList
Andreas Gampe0db10fd2017-02-01 15:57:57 -08009780dalvik.system.EmulatedStackFrame$Range
Calin Juravle00b23d32019-03-08 17:52:20 -08009781dalvik.system.EmulatedStackFrame
9782dalvik.system.InMemoryDexClassLoader
Andreas Gampe61e7b662015-06-17 23:57:04 -07009783dalvik.system.PathClassLoader
Calin Juravle00b23d32019-03-08 17:52:20 -08009784dalvik.system.RuntimeHooks
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04009785dalvik.system.SocketTagger$1
Calin Juravle00b23d32019-03-08 17:52:20 -08009786dalvik.system.SocketTagger
art-benchmark-serviced5115932020-02-25 17:55:03 -08009787dalvik.system.ThreadPrioritySetter
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08009788dalvik.system.VMDebug
Calin Juravle00b23d32019-03-08 17:52:20 -08009789dalvik.system.VMRuntime$HiddenApiUsageLogger
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08009790dalvik.system.VMRuntime
Andreas Gampe61e7b662015-06-17 23:57:04 -07009791dalvik.system.VMStack
Andreas Gampedcad4ca2014-10-03 02:00:29 +00009792dalvik.system.ZygoteHooks
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009793java.io.-$$Lambda$ObjectStreamClass$GVMp_c-BEBrBo_ZKh_HiLSO-fGo
Andreas Gampe571fc302016-02-18 13:58:09 -08009794java.io.Bits
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08009795java.io.BufferedInputStream
Kenny Rootdbf30ed2012-09-19 13:08:12 -07009796java.io.BufferedOutputStream
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08009797java.io.BufferedReader
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009798java.io.BufferedWriter
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08009799java.io.ByteArrayInputStream
Andreas Gampe61e7b662015-06-17 23:57:04 -07009800java.io.ByteArrayOutputStream
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009801java.io.CharArrayReader
Andreas Gampe571fc302016-02-18 13:58:09 -08009802java.io.CharArrayWriter
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08009803java.io.Closeable
Andreas Gampe859e2782016-04-06 18:37:56 -07009804java.io.Console
Andreas Gampe61e7b662015-06-17 23:57:04 -07009805java.io.DataInput
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07009806java.io.DataInputStream
Andreas Gampe61e7b662015-06-17 23:57:04 -07009807java.io.DataOutput
9808java.io.DataOutputStream
Andreas Gampe0db10fd2017-02-01 15:57:57 -08009809java.io.DefaultFileSystem
Andreas Gampedcad4ca2014-10-03 02:00:29 +00009810java.io.EOFException
Andreas Gampe571fc302016-02-18 13:58:09 -08009811java.io.ExpiringCache$1
Calin Juravle00b23d32019-03-08 17:52:20 -08009812java.io.ExpiringCache
Kenny Root9787b802013-04-26 12:53:57 -07009813java.io.Externalizable
Andreas Gampe571fc302016-02-18 13:58:09 -08009814java.io.File$PathStatus
Mathieu Chartierba2c0462017-05-19 16:41:46 -07009815java.io.File$TempDirectory
Calin Juravle00b23d32019-03-08 17:52:20 -08009816java.io.File
Andreas Gampe0db10fd2017-02-01 15:57:57 -08009817java.io.FileDescriptor$1
Calin Juravle00b23d32019-03-08 17:52:20 -08009818java.io.FileDescriptor
Andreas Gampe859e2782016-04-06 18:37:56 -07009819java.io.FileFilter
Andreas Gampe571fc302016-02-18 13:58:09 -08009820java.io.FileInputStream$UseManualSkipException
Calin Juravle00b23d32019-03-08 17:52:20 -08009821java.io.FileInputStream
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08009822java.io.FileNotFoundException
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08009823java.io.FileOutputStream
Kenny Root9787b802013-04-26 12:53:57 -07009824java.io.FileReader
Andreas Gampe571fc302016-02-18 13:58:09 -08009825java.io.FileSystem
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07009826java.io.FileWriter
Andreas Gampe571fc302016-02-18 13:58:09 -08009827java.io.FilenameFilter
Evan Millar0ea97b82009-03-24 17:49:23 -07009828java.io.FilterInputStream
Andreas Gampe61e7b662015-06-17 23:57:04 -07009829java.io.FilterOutputStream
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07009830java.io.FilterReader
Andreas Gampe61e7b662015-06-17 23:57:04 -07009831java.io.Flushable
Evan Millar0ea97b82009-03-24 17:49:23 -07009832java.io.IOException
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08009833java.io.InputStream
9834java.io.InputStreamReader
Andreas Gampedcad4ca2014-10-03 02:00:29 +00009835java.io.InterruptedIOException
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07009836java.io.InvalidClassException
Andreas Gampe61e7b662015-06-17 23:57:04 -07009837java.io.InvalidObjectException
Calin Juravle4a054192018-05-29 17:52:20 -07009838java.io.NotSerializableException
Andreas Gampe61e7b662015-06-17 23:57:04 -07009839java.io.ObjectInput
Andreas Gampe0db10fd2017-02-01 15:57:57 -08009840java.io.ObjectInputStream$BlockDataInputStream
Andreas Gampe0db10fd2017-02-01 15:57:57 -08009841java.io.ObjectInputStream$HandleTable$HandleList
Calin Juravle00b23d32019-03-08 17:52:20 -08009842java.io.ObjectInputStream$HandleTable
Andreas Gampe0db10fd2017-02-01 15:57:57 -08009843java.io.ObjectInputStream$PeekInputStream
9844java.io.ObjectInputStream$ValidationList
Calin Juravle00b23d32019-03-08 17:52:20 -08009845java.io.ObjectInputStream
Andreas Gampe61e7b662015-06-17 23:57:04 -07009846java.io.ObjectOutput
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07009847java.io.ObjectOutputStream$BlockDataOutputStream
9848java.io.ObjectOutputStream$HandleTable
Andreas Gampe0db10fd2017-02-01 15:57:57 -08009849java.io.ObjectOutputStream$PutField
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07009850java.io.ObjectOutputStream$ReplaceTable
Calin Juravle00b23d32019-03-08 17:52:20 -08009851java.io.ObjectOutputStream
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07009852java.io.ObjectStreamClass$1
9853java.io.ObjectStreamClass$2
9854java.io.ObjectStreamClass$3
9855java.io.ObjectStreamClass$4
9856java.io.ObjectStreamClass$5
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009857java.io.ObjectStreamClass$Caches
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07009858java.io.ObjectStreamClass$ClassDataSlot
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009859java.io.ObjectStreamClass$DefaultSUIDCompatibilityListener
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009860java.io.ObjectStreamClass$EntryFuture
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07009861java.io.ObjectStreamClass$ExceptionInfo
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009862java.io.ObjectStreamClass$FieldReflector
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07009863java.io.ObjectStreamClass$FieldReflectorKey
9864java.io.ObjectStreamClass$MemberSignature
9865java.io.ObjectStreamClass$WeakClassKey
Calin Juravle00b23d32019-03-08 17:52:20 -08009866java.io.ObjectStreamClass
Andreas Gampe61e7b662015-06-17 23:57:04 -07009867java.io.ObjectStreamConstants
9868java.io.ObjectStreamException
9869java.io.ObjectStreamField
art-benchmark-serviced5115932020-02-25 17:55:03 -08009870java.io.OptionalDataException
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08009871java.io.OutputStream
9872java.io.OutputStreamWriter
Andreas Gampe61e7b662015-06-17 23:57:04 -07009873java.io.PrintStream
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08009874java.io.PrintWriter
Kenny Root9787b802013-04-26 12:53:57 -07009875java.io.PushbackInputStream
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07009876java.io.PushbackReader
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08009877java.io.RandomAccessFile
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08009878java.io.Reader
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07009879java.io.SequenceInputStream
9880java.io.SerialCallbackContext
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08009881java.io.Serializable
Andreas Gampe61e7b662015-06-17 23:57:04 -07009882java.io.SerializablePermission
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07009883java.io.StreamCorruptedException
Kenny Root9787b802013-04-26 12:53:57 -07009884java.io.StringReader
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07009885java.io.StringWriter
art-benchmark-serviced5115932020-02-25 17:55:03 -08009886java.io.UTFDataFormatException
Calin Juravle36829e52019-04-10 19:07:47 -07009887java.io.UncheckedIOException
Andreas Gampe571fc302016-02-18 13:58:09 -08009888java.io.UnixFileSystem
Andreas Gampedcad4ca2014-10-03 02:00:29 +00009889java.io.UnsupportedEncodingException
Andreas Gampe61e7b662015-06-17 23:57:04 -07009890java.io.Writer
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009891java.lang.-$$Lambda$CharSequence$lS6BYp9KMNOi2HcboXLiOooqoX8
9892java.lang.-$$Lambda$CharSequence$lnrrVTEPDeRteHnQDz8kEht4CY8
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04009893java.lang.AbstractMethodError
Andreas Gampe61e7b662015-06-17 23:57:04 -07009894java.lang.AbstractStringBuilder
Andreas Gampecbcb9e32016-06-03 17:24:05 -07009895java.lang.AndroidHardcodedSystemProperties
Andreas Gampe61e7b662015-06-17 23:57:04 -07009896java.lang.Appendable
Andreas Gampe0db10fd2017-02-01 15:57:57 -08009897java.lang.ArithmeticException
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08009898java.lang.ArrayIndexOutOfBoundsException
Andreas Gampe571fc302016-02-18 13:58:09 -08009899java.lang.ArrayStoreException
Andreas Gampe61e7b662015-06-17 23:57:04 -07009900java.lang.AssertionError
9901java.lang.AutoCloseable
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08009902java.lang.Boolean
Andreas Gampe61e7b662015-06-17 23:57:04 -07009903java.lang.BootClassLoader
Andreas Gampe571fc302016-02-18 13:58:09 -08009904java.lang.Byte$ByteCache
Calin Juravle00b23d32019-03-08 17:52:20 -08009905java.lang.Byte
Andreas Gampe61e7b662015-06-17 23:57:04 -07009906java.lang.CaseMapper$1
Calin Juravle00b23d32019-03-08 17:52:20 -08009907java.lang.CaseMapper
Andreas Gampecbcb9e32016-06-03 17:24:05 -07009908java.lang.CharSequence$1CharIterator
9909java.lang.CharSequence$1CodePointIterator
Calin Juravle00b23d32019-03-08 17:52:20 -08009910java.lang.CharSequence
Andreas Gampe571fc302016-02-18 13:58:09 -08009911java.lang.Character$CharacterCache
Andreas Gampe61e7b662015-06-17 23:57:04 -07009912java.lang.Character$Subset
9913java.lang.Character$UnicodeBlock
Calin Juravle00b23d32019-03-08 17:52:20 -08009914java.lang.Character
Andreas Gampe61e7b662015-06-17 23:57:04 -07009915java.lang.Class$Caches
Calin Juravle00b23d32019-03-08 17:52:20 -08009916java.lang.Class
Jesse Wilson80686182011-01-21 17:12:43 -08009917java.lang.ClassCastException
art-benchmark-serviced5115932020-02-25 17:55:03 -08009918java.lang.ClassFormatError
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08009919java.lang.ClassLoader$SystemClassLoader
Calin Juravle00b23d32019-03-08 17:52:20 -08009920java.lang.ClassLoader
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07009921java.lang.ClassNotFoundException
Andreas Gampedcad4ca2014-10-03 02:00:29 +00009922java.lang.CloneNotSupportedException
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08009923java.lang.Cloneable
9924java.lang.Comparable
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04009925java.lang.Daemons$Daemon
9926java.lang.Daemons$FinalizerDaemon
9927java.lang.Daemons$FinalizerWatchdogDaemon
Andreas Gampe61e7b662015-06-17 23:57:04 -07009928java.lang.Daemons$HeapTaskDaemon
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04009929java.lang.Daemons$ReferenceQueueDaemon
Calin Juravle00b23d32019-03-08 17:52:20 -08009930java.lang.Daemons
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009931java.lang.Deprecated
Andreas Gampe61e7b662015-06-17 23:57:04 -07009932java.lang.DexCache
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08009933java.lang.Double
Andreas Gampe61e7b662015-06-17 23:57:04 -07009934java.lang.Enum$1
Calin Juravle00b23d32019-03-08 17:52:20 -08009935java.lang.Enum
Andreas Gampe571fc302016-02-18 13:58:09 -08009936java.lang.EnumConstantNotPresentException
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08009937java.lang.Error
9938java.lang.Exception
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009939java.lang.ExceptionInInitializerError
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08009940java.lang.Float
Andreas Gampe0db10fd2017-02-01 15:57:57 -08009941java.lang.IllegalAccessError
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04009942java.lang.IllegalAccessException
Evan Millar0ea97b82009-03-24 17:49:23 -07009943java.lang.IllegalArgumentException
Calin Juravle00b23d32019-03-08 17:52:20 -08009944java.lang.IllegalMonitorStateException
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07009945java.lang.IllegalStateException
Andreas Gampe61e7b662015-06-17 23:57:04 -07009946java.lang.IllegalThreadStateException
9947java.lang.IncompatibleClassChangeError
9948java.lang.IndexOutOfBoundsException
Andreas Gampe571fc302016-02-18 13:58:09 -08009949java.lang.InheritableThreadLocal
art-benchmark-serviced5115932020-02-25 17:55:03 -08009950java.lang.InstantiationError
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04009951java.lang.InstantiationException
Andreas Gampe571fc302016-02-18 13:58:09 -08009952java.lang.Integer$IntegerCache
Calin Juravle00b23d32019-03-08 17:52:20 -08009953java.lang.Integer
Andreas Gampe61e7b662015-06-17 23:57:04 -07009954java.lang.InternalError
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08009955java.lang.InterruptedException
9956java.lang.Iterable
Andreas Gampe61e7b662015-06-17 23:57:04 -07009957java.lang.LinkageError
Andreas Gampe571fc302016-02-18 13:58:09 -08009958java.lang.Long$LongCache
Calin Juravle00b23d32019-03-08 17:52:20 -08009959java.lang.Long
Andreas Gampe0db10fd2017-02-01 15:57:57 -08009960java.lang.Math$RandomNumberGeneratorHolder
Calin Juravle00b23d32019-03-08 17:52:20 -08009961java.lang.Math
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009962java.lang.NegativeArraySizeException
Evan Millar0ea97b82009-03-24 17:49:23 -07009963java.lang.NoClassDefFoundError
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04009964java.lang.NoSuchFieldError
9965java.lang.NoSuchFieldException
9966java.lang.NoSuchMethodError
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07009967java.lang.NoSuchMethodException
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04009968java.lang.NullPointerException
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08009969java.lang.Number
Evan Millar0ea97b82009-03-24 17:49:23 -07009970java.lang.NumberFormatException
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08009971java.lang.Object
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08009972java.lang.OutOfMemoryError
Andreas Gampe61e7b662015-06-17 23:57:04 -07009973java.lang.Package
Andreas Gampe571fc302016-02-18 13:58:09 -08009974java.lang.Process
Calin Juravle4a054192018-05-29 17:52:20 -07009975java.lang.ProcessBuilder$NullInputStream
9976java.lang.ProcessBuilder$NullOutputStream
Calin Juravle00b23d32019-03-08 17:52:20 -08009977java.lang.ProcessBuilder
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009978java.lang.ProcessEnvironment$ExternalData
9979java.lang.ProcessEnvironment$StringEnvironment
9980java.lang.ProcessEnvironment$Value
9981java.lang.ProcessEnvironment$Variable
Calin Juravle00b23d32019-03-08 17:52:20 -08009982java.lang.ProcessEnvironment
Calin Juravle4a054192018-05-29 17:52:20 -07009983java.lang.ProcessImpl
Andreas Gampe61e7b662015-06-17 23:57:04 -07009984java.lang.Readable
Andreas Gampe61e7b662015-06-17 23:57:04 -07009985java.lang.ReflectiveOperationException
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08009986java.lang.Runnable
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08009987java.lang.Runtime
Evan Millar0ea97b82009-03-24 17:49:23 -07009988java.lang.RuntimeException
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08009989java.lang.RuntimePermission
Kenny Root9787b802013-04-26 12:53:57 -07009990java.lang.SecurityException
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009991java.lang.SecurityManager
Andreas Gampe571fc302016-02-18 13:58:09 -08009992java.lang.Short$ShortCache
Calin Juravle00b23d32019-03-08 17:52:20 -08009993java.lang.Short
Andreas Gampe61e7b662015-06-17 23:57:04 -07009994java.lang.StackOverflowError
9995java.lang.StackTraceElement
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08009996java.lang.StrictMath
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009997java.lang.String$1
Andreas Gampe61e7b662015-06-17 23:57:04 -07009998java.lang.String$CaseInsensitiveComparator
Calin Juravle00b23d32019-03-08 17:52:20 -08009999java.lang.String
Andreas Gampe61e7b662015-06-17 23:57:04 -070010000java.lang.StringBuffer
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080010001java.lang.StringBuilder
Andreas Gampe61e7b662015-06-17 23:57:04 -070010002java.lang.StringFactory
10003java.lang.StringIndexOutOfBoundsException
Andreas Gampedcad4ca2014-10-03 02:00:29 +000010004java.lang.System$PropertiesWithNonOverrideableDefaults
Calin Juravle00b23d32019-03-08 17:52:20 -080010005java.lang.System
Andreas Gampe571fc302016-02-18 13:58:09 -080010006java.lang.Thread$1
10007java.lang.Thread$Caches
Andreas Gampe61e7b662015-06-17 23:57:04 -070010008java.lang.Thread$State
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080010009java.lang.Thread$UncaughtExceptionHandler
Andreas Gampe571fc302016-02-18 13:58:09 -080010010java.lang.Thread$WeakClassKey
Calin Juravle00b23d32019-03-08 17:52:20 -080010011java.lang.Thread
Andreas Gampe61e7b662015-06-17 23:57:04 -070010012java.lang.ThreadDeath
10013java.lang.ThreadGroup
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070010014java.lang.ThreadLocal$SuppliedThreadLocal
Andreas Gampe571fc302016-02-18 13:58:09 -080010015java.lang.ThreadLocal$ThreadLocalMap$Entry
Calin Juravle00b23d32019-03-08 17:52:20 -080010016java.lang.ThreadLocal$ThreadLocalMap
10017java.lang.ThreadLocal
Andreas Gampe571fc302016-02-18 13:58:09 -080010018java.lang.Throwable$PrintStreamOrWriter
10019java.lang.Throwable$SentinelHolder
10020java.lang.Throwable$WrappedPrintStream
10021java.lang.Throwable$WrappedPrintWriter
Calin Juravle00b23d32019-03-08 17:52:20 -080010022java.lang.Throwable
Andreas Gampe571fc302016-02-18 13:58:09 -080010023java.lang.TypeNotPresentException
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010024java.lang.UNIXProcess$1
10025java.lang.UNIXProcess$2
10026java.lang.UNIXProcess$3
10027java.lang.UNIXProcess$ProcessPipeInputStream
10028java.lang.UNIXProcess$ProcessPipeOutputStream
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010029java.lang.UNIXProcess$ProcessReaperThreadFactory$1
Calin Juravle00b23d32019-03-08 17:52:20 -080010030java.lang.UNIXProcess$ProcessReaperThreadFactory
10031java.lang.UNIXProcess
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080010032java.lang.UnsatisfiedLinkError
10033java.lang.UnsupportedOperationException
Andreas Gampe61e7b662015-06-17 23:57:04 -070010034java.lang.VMClassLoader
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010035java.lang.VerifyError
Andreas Gampe61e7b662015-06-17 23:57:04 -070010036java.lang.VirtualMachineError
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080010037java.lang.Void
10038java.lang.annotation.Annotation
Andreas Gampe571fc302016-02-18 13:58:09 -080010039java.lang.annotation.AnnotationTypeMismatchException
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010040java.lang.annotation.Documented
Andreas Gampe571fc302016-02-18 13:58:09 -080010041java.lang.annotation.IncompleteAnnotationException
Andreas Gampedcad4ca2014-10-03 02:00:29 +000010042java.lang.annotation.Inherited
Andreas Gampe571fc302016-02-18 13:58:09 -080010043java.lang.annotation.Retention
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010044java.lang.annotation.Target
10045java.lang.invoke.ArrayElementVarHandle
10046java.lang.invoke.ByteArrayViewVarHandle
10047java.lang.invoke.ByteBufferViewVarHandle
Mathieu Chartierba2c0462017-05-19 16:41:46 -070010048java.lang.invoke.CallSite
10049java.lang.invoke.ConstantCallSite
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010050java.lang.invoke.FieldVarHandle
Andreas Gampe0db10fd2017-02-01 15:57:57 -080010051java.lang.invoke.MethodHandle
Andreas Gampe0db10fd2017-02-01 15:57:57 -080010052java.lang.invoke.MethodHandleImpl$HandleInfo
Calin Juravle00b23d32019-03-08 17:52:20 -080010053java.lang.invoke.MethodHandleImpl
Andreas Gampe0db10fd2017-02-01 15:57:57 -080010054java.lang.invoke.MethodHandleInfo
10055java.lang.invoke.MethodHandleStatics
Mathieu Chartierba2c0462017-05-19 16:41:46 -070010056java.lang.invoke.MethodHandles$Lookup
Calin Juravle00b23d32019-03-08 17:52:20 -080010057java.lang.invoke.MethodHandles
Andreas Gampe0db10fd2017-02-01 15:57:57 -080010058java.lang.invoke.MethodType$ConcurrentWeakInternSet$WeakEntry
Calin Juravle00b23d32019-03-08 17:52:20 -080010059java.lang.invoke.MethodType$ConcurrentWeakInternSet
10060java.lang.invoke.MethodType
Andreas Gampe0db10fd2017-02-01 15:57:57 -080010061java.lang.invoke.MethodTypeForm
Calin Juravle36829e52019-04-10 19:07:47 -070010062java.lang.invoke.SerializedLambda
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070010063java.lang.invoke.Transformers$AlwaysThrow
Andreas Gampe0db10fd2017-02-01 15:57:57 -080010064java.lang.invoke.Transformers$BindTo
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070010065java.lang.invoke.Transformers$CatchException
10066java.lang.invoke.Transformers$CollectArguments
Andreas Gampe0db10fd2017-02-01 15:57:57 -080010067java.lang.invoke.Transformers$Collector
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070010068java.lang.invoke.Transformers$Constant
Mathieu Chartierba2c0462017-05-19 16:41:46 -070010069java.lang.invoke.Transformers$Construct
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070010070java.lang.invoke.Transformers$DropArguments
10071java.lang.invoke.Transformers$ExplicitCastArguments
10072java.lang.invoke.Transformers$FilterArguments
10073java.lang.invoke.Transformers$FilterReturnValue
10074java.lang.invoke.Transformers$FoldArguments
10075java.lang.invoke.Transformers$GuardWithTest
10076java.lang.invoke.Transformers$InsertArguments
10077java.lang.invoke.Transformers$Invoker
10078java.lang.invoke.Transformers$PermuteArguments
10079java.lang.invoke.Transformers$ReferenceArrayElementGetter
10080java.lang.invoke.Transformers$ReferenceArrayElementSetter
10081java.lang.invoke.Transformers$ReferenceIdentity
Andreas Gampe0db10fd2017-02-01 15:57:57 -080010082java.lang.invoke.Transformers$Spreader
10083java.lang.invoke.Transformers$Transformer
10084java.lang.invoke.Transformers$VarargsCollector
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010085java.lang.invoke.VarHandle$1
10086java.lang.invoke.VarHandle$AccessMode
10087java.lang.invoke.VarHandle$AccessType
Calin Juravle00b23d32019-03-08 17:52:20 -080010088java.lang.invoke.VarHandle
Andreas Gampe0db10fd2017-02-01 15:57:57 -080010089java.lang.invoke.WrongMethodTypeException
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010090java.lang.ref.FinalizerReference$1
Andreas Gampe61e7b662015-06-17 23:57:04 -070010091java.lang.ref.FinalizerReference$Sentinel
Calin Juravle00b23d32019-03-08 17:52:20 -080010092java.lang.ref.FinalizerReference
Andreas Gampe61e7b662015-06-17 23:57:04 -070010093java.lang.ref.PhantomReference
Calin Juravle4a054192018-05-29 17:52:20 -070010094java.lang.ref.Reference$SinkHolder$1
Calin Juravle00b23d32019-03-08 17:52:20 -080010095java.lang.ref.Reference$SinkHolder
10096java.lang.ref.Reference
Andreas Gampe61e7b662015-06-17 23:57:04 -070010097java.lang.ref.ReferenceQueue
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080010098java.lang.ref.SoftReference
10099java.lang.ref.WeakReference
Andreas Gampe61e7b662015-06-17 23:57:04 -070010100java.lang.reflect.AccessibleObject
10101java.lang.reflect.AnnotatedElement
10102java.lang.reflect.Array
10103java.lang.reflect.Constructor
Andreas Gampe0db10fd2017-02-01 15:57:57 -080010104java.lang.reflect.Executable$GenericInfo
Calin Juravle00b23d32019-03-08 17:52:20 -080010105java.lang.reflect.Executable
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080010106java.lang.reflect.Field
Mathieu Chartierba2c0462017-05-19 16:41:46 -070010107java.lang.reflect.GenericArrayType
Andreas Gampe61e7b662015-06-17 23:57:04 -070010108java.lang.reflect.GenericDeclaration
art-benchmark-serviced5115932020-02-25 17:55:03 -080010109java.lang.reflect.GenericSignatureFormatError
Andreas Gampe61e7b662015-06-17 23:57:04 -070010110java.lang.reflect.InvocationHandler
Andreas Gampedcad4ca2014-10-03 02:00:29 +000010111java.lang.reflect.InvocationTargetException
Andreas Gampe0db10fd2017-02-01 15:57:57 -080010112java.lang.reflect.MalformedParametersException
Andreas Gampe61e7b662015-06-17 23:57:04 -070010113java.lang.reflect.Member
Andreas Gampe61e7b662015-06-17 23:57:04 -070010114java.lang.reflect.Method$1
Calin Juravle00b23d32019-03-08 17:52:20 -080010115java.lang.reflect.Method
Andreas Gampe61e7b662015-06-17 23:57:04 -070010116java.lang.reflect.Modifier
Andreas Gampe0db10fd2017-02-01 15:57:57 -080010117java.lang.reflect.Parameter
Andreas Gampedcad4ca2014-10-03 02:00:29 +000010118java.lang.reflect.ParameterizedType
Andreas Gampe61e7b662015-06-17 23:57:04 -070010119java.lang.reflect.Proxy$1
Andreas Gampe0db10fd2017-02-01 15:57:57 -080010120java.lang.reflect.Proxy$Key1
10121java.lang.reflect.Proxy$Key2
10122java.lang.reflect.Proxy$KeyFactory
10123java.lang.reflect.Proxy$KeyX
10124java.lang.reflect.Proxy$ProxyClassFactory
Calin Juravle00b23d32019-03-08 17:52:20 -080010125java.lang.reflect.Proxy
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080010126java.lang.reflect.Type
Andreas Gampe61e7b662015-06-17 23:57:04 -070010127java.lang.reflect.TypeVariable
Mathieu Chartierba2c0462017-05-19 16:41:46 -070010128java.lang.reflect.UndeclaredThrowableException
Andreas Gampe0db10fd2017-02-01 15:57:57 -080010129java.lang.reflect.WeakCache$CacheKey
10130java.lang.reflect.WeakCache$CacheValue
10131java.lang.reflect.WeakCache$Factory
10132java.lang.reflect.WeakCache$LookupValue
10133java.lang.reflect.WeakCache$Value
Calin Juravle00b23d32019-03-08 17:52:20 -080010134java.lang.reflect.WeakCache
Mathieu Chartierba2c0462017-05-19 16:41:46 -070010135java.lang.reflect.WildcardType
Calin Juravle4a054192018-05-29 17:52:20 -070010136java.math.BigDecimal$1
Calin Juravle00b23d32019-03-08 17:52:20 -080010137java.math.BigDecimal
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080010138java.math.BigInt
10139java.math.BigInteger
Calin Juravle4a054192018-05-29 17:52:20 -070010140java.math.Conversion
10141java.math.MathContext
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010142java.math.Multiplication
Brian Carlstrom570bb562010-06-30 00:54:29 -070010143java.math.NativeBN
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070010144java.math.RoundingMode
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010145java.net.AbstractPlainDatagramSocketImpl
Andreas Gampe571fc302016-02-18 13:58:09 -080010146java.net.AbstractPlainSocketImpl
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070010147java.net.AddressCache$AddressCacheEntry
Andreas Gampedcad4ca2014-10-03 02:00:29 +000010148java.net.AddressCache$AddressCacheKey
Calin Juravle00b23d32019-03-08 17:52:20 -080010149java.net.AddressCache
Andreas Gampedcad4ca2014-10-03 02:00:29 +000010150java.net.ConnectException
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010151java.net.CookieHandler
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010152java.net.CookieManager$CookiePathComparator
Calin Juravle00b23d32019-03-08 17:52:20 -080010153java.net.CookieManager
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010154java.net.CookiePolicy$1
10155java.net.CookiePolicy$2
10156java.net.CookiePolicy$3
Calin Juravle00b23d32019-03-08 17:52:20 -080010157java.net.CookiePolicy
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010158java.net.CookieStore
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070010159java.net.DatagramPacket
10160java.net.DatagramSocket$1
Calin Juravle00b23d32019-03-08 17:52:20 -080010161java.net.DatagramSocket
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070010162java.net.DatagramSocketImpl
Calin Juravle4a054192018-05-29 17:52:20 -070010163java.net.DefaultDatagramSocketImplFactory
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070010164java.net.DefaultInterface
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010165java.net.HttpCookie$10
10166java.net.HttpCookie$11
Calin Juravle00b23d32019-03-08 17:52:20 -080010167java.net.HttpCookie$1
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010168java.net.HttpCookie$2
10169java.net.HttpCookie$3
10170java.net.HttpCookie$4
10171java.net.HttpCookie$5
10172java.net.HttpCookie$6
10173java.net.HttpCookie$7
10174java.net.HttpCookie$8
10175java.net.HttpCookie$9
10176java.net.HttpCookie$CookieAttributeAssignor
Calin Juravle00b23d32019-03-08 17:52:20 -080010177java.net.HttpCookie
art-benchmark-serviced5115932020-02-25 17:55:03 -080010178java.net.HttpRetryException
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070010179java.net.HttpURLConnection
Andreas Gampe571fc302016-02-18 13:58:09 -080010180java.net.IDN
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010181java.net.InMemoryCookieStore
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080010182java.net.Inet4Address
Andreas Gampe0db10fd2017-02-01 15:57:57 -080010183java.net.Inet6Address$Inet6AddressHolder
Calin Juravle00b23d32019-03-08 17:52:20 -080010184java.net.Inet6Address
Andreas Gampe571fc302016-02-18 13:58:09 -080010185java.net.Inet6AddressImpl
Andreas Gampe571fc302016-02-18 13:58:09 -080010186java.net.InetAddress$1
10187java.net.InetAddress$InetAddressHolder
Calin Juravle00b23d32019-03-08 17:52:20 -080010188java.net.InetAddress
Andreas Gampe571fc302016-02-18 13:58:09 -080010189java.net.InetAddressImpl
Andreas Gampe571fc302016-02-18 13:58:09 -080010190java.net.InetSocketAddress$InetSocketAddressHolder
Calin Juravle00b23d32019-03-08 17:52:20 -080010191java.net.InetSocketAddress
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070010192java.net.InterfaceAddress
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080010193java.net.JarURLConnection
Andreas Gampedcad4ca2014-10-03 02:00:29 +000010194java.net.MalformedURLException
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070010195java.net.MulticastSocket
art-benchmark-serviced8f25642020-01-27 20:25:10 -080010196java.net.NetPermission
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010197java.net.NetworkInterface$1checkedAddresses
Calin Juravle00b23d32019-03-08 17:52:20 -080010198java.net.NetworkInterface
Calin Juravle4a054192018-05-29 17:52:20 -070010199java.net.NoRouteToHostException
Andreas Gampe571fc302016-02-18 13:58:09 -080010200java.net.Parts
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070010201java.net.PlainDatagramSocketImpl
Jesse Wilson0d8eeb42011-08-24 09:33:06 -040010202java.net.PlainSocketImpl
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010203java.net.PortUnreachableException
10204java.net.ProtocolException
10205java.net.ProtocolFamily
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010206java.net.Proxy$Type
Calin Juravle00b23d32019-03-08 17:52:20 -080010207java.net.Proxy
Jesse Wilson80686182011-01-21 17:12:43 -080010208java.net.ProxySelector
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010209java.net.ResponseCache
10210java.net.ServerSocket
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010211java.net.Socket$1
Andreas Gampe0db10fd2017-02-01 15:57:57 -080010212java.net.Socket$2
10213java.net.Socket$3
Calin Juravle00b23d32019-03-08 17:52:20 -080010214java.net.Socket
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070010215java.net.SocketAddress
Andreas Gampedcad4ca2014-10-03 02:00:29 +000010216java.net.SocketException
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080010217java.net.SocketImpl
art-benchmark-serviced5115932020-02-25 17:55:03 -080010218java.net.SocketImplFactory
Andreas Gampe571fc302016-02-18 13:58:09 -080010219java.net.SocketInputStream
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080010220java.net.SocketOptions
Andreas Gampe571fc302016-02-18 13:58:09 -080010221java.net.SocketOutputStream
art-benchmark-serviced8f25642020-01-27 20:25:10 -080010222java.net.SocketPermission
Andreas Gampedcad4ca2014-10-03 02:00:29 +000010223java.net.SocketTimeoutException
Andreas Gampe571fc302016-02-18 13:58:09 -080010224java.net.SocksConsts
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010225java.net.SocksSocketImpl
Calin Juravle4a054192018-05-29 17:52:20 -070010226java.net.StandardProtocolFamily
Andreas Gampe571fc302016-02-18 13:58:09 -080010227java.net.URI$Parser
Calin Juravle00b23d32019-03-08 17:52:20 -080010228java.net.URI
Andreas Gampedcad4ca2014-10-03 02:00:29 +000010229java.net.URISyntaxException
Andreas Gampe61e7b662015-06-17 23:57:04 -070010230java.net.URL
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080010231java.net.URLConnection
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010232java.net.URLDecoder
10233java.net.URLEncoder
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080010234java.net.URLStreamHandler
Andreas Gampedcad4ca2014-10-03 02:00:29 +000010235java.net.URLStreamHandlerFactory
Kenny Rootdbf30ed2012-09-19 13:08:12 -070010236java.net.UnknownHostException
Calin Juravle4a054192018-05-29 17:52:20 -070010237java.net.UnknownServiceException
Andreas Gampe571fc302016-02-18 13:58:09 -080010238java.nio.Bits
Andreas Gampe61e7b662015-06-17 23:57:04 -070010239java.nio.Buffer
10240java.nio.BufferOverflowException
10241java.nio.BufferUnderflowException
Andreas Gampe61e7b662015-06-17 23:57:04 -070010242java.nio.ByteBuffer
10243java.nio.ByteBufferAsCharBuffer
10244java.nio.ByteBufferAsDoubleBuffer
10245java.nio.ByteBufferAsFloatBuffer
10246java.nio.ByteBufferAsIntBuffer
10247java.nio.ByteBufferAsLongBuffer
10248java.nio.ByteBufferAsShortBuffer
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080010249java.nio.ByteOrder
Andreas Gampe61e7b662015-06-17 23:57:04 -070010250java.nio.CharBuffer
Andreas Gampe571fc302016-02-18 13:58:09 -080010251java.nio.DirectByteBuffer$MemoryRef
Calin Juravle00b23d32019-03-08 17:52:20 -080010252java.nio.DirectByteBuffer
Andreas Gampe61e7b662015-06-17 23:57:04 -070010253java.nio.DoubleBuffer
Andreas Gampe61e7b662015-06-17 23:57:04 -070010254java.nio.FloatBuffer
Andreas Gampe571fc302016-02-18 13:58:09 -080010255java.nio.HeapByteBuffer
10256java.nio.HeapCharBuffer
Andreas Gampe61e7b662015-06-17 23:57:04 -070010257java.nio.IntBuffer
10258java.nio.InvalidMarkException
10259java.nio.LongBuffer
10260java.nio.MappedByteBuffer
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080010261java.nio.NIOAccess
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070010262java.nio.NioUtils
Andreas Gampe61e7b662015-06-17 23:57:04 -070010263java.nio.ReadOnlyBufferException
10264java.nio.ShortBuffer
Andreas Gampe571fc302016-02-18 13:58:09 -080010265java.nio.StringCharBuffer
Andreas Gampedcad4ca2014-10-03 02:00:29 +000010266java.nio.channels.AsynchronousCloseException
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080010267java.nio.channels.ByteChannel
10268java.nio.channels.Channel
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010269java.nio.channels.Channels$1
Calin Juravle00b23d32019-03-08 17:52:20 -080010270java.nio.channels.Channels
Andreas Gampedcad4ca2014-10-03 02:00:29 +000010271java.nio.channels.ClosedByInterruptException
10272java.nio.channels.ClosedChannelException
Andreas Gampe571fc302016-02-18 13:58:09 -080010273java.nio.channels.DatagramChannel
Andreas Gampe61e7b662015-06-17 23:57:04 -070010274java.nio.channels.FileChannel$MapMode
Calin Juravle00b23d32019-03-08 17:52:20 -080010275java.nio.channels.FileChannel
Andreas Gampe61e7b662015-06-17 23:57:04 -070010276java.nio.channels.FileLock
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080010277java.nio.channels.GatheringByteChannel
10278java.nio.channels.InterruptibleChannel
Andreas Gampe0db10fd2017-02-01 15:57:57 -080010279java.nio.channels.MulticastChannel
Andreas Gampe571fc302016-02-18 13:58:09 -080010280java.nio.channels.NetworkChannel
Mathieu Chartierba2c0462017-05-19 16:41:46 -070010281java.nio.channels.OverlappingFileLockException
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080010282java.nio.channels.ReadableByteChannel
10283java.nio.channels.ScatteringByteChannel
Andreas Gampe571fc302016-02-18 13:58:09 -080010284java.nio.channels.SeekableByteChannel
10285java.nio.channels.SelectableChannel
Calin Juravle4a054192018-05-29 17:52:20 -070010286java.nio.channels.SelectionKey
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010287java.nio.channels.Selector
Andreas Gampe571fc302016-02-18 13:58:09 -080010288java.nio.channels.ServerSocketChannel
10289java.nio.channels.SocketChannel
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080010290java.nio.channels.WritableByteChannel
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080010291java.nio.channels.spi.AbstractInterruptibleChannel$1
Calin Juravle00b23d32019-03-08 17:52:20 -080010292java.nio.channels.spi.AbstractInterruptibleChannel
Andreas Gampe571fc302016-02-18 13:58:09 -080010293java.nio.channels.spi.AbstractSelectableChannel
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010294java.nio.channels.spi.AbstractSelectionKey
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010295java.nio.channels.spi.AbstractSelector$1
Calin Juravle00b23d32019-03-08 17:52:20 -080010296java.nio.channels.spi.AbstractSelector
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010297java.nio.channels.spi.SelectorProvider$1
Calin Juravle00b23d32019-03-08 17:52:20 -080010298java.nio.channels.spi.SelectorProvider
Andreas Gampe61e7b662015-06-17 23:57:04 -070010299java.nio.charset.CharacterCodingException
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080010300java.nio.charset.Charset
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080010301java.nio.charset.CharsetDecoder
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080010302java.nio.charset.CharsetEncoder
art-benchmark-serviced5115932020-02-25 17:55:03 -080010303java.nio.charset.CoderMalfunctionError
Andreas Gampe571fc302016-02-18 13:58:09 -080010304java.nio.charset.CoderResult$1
10305java.nio.charset.CoderResult$2
10306java.nio.charset.CoderResult$Cache
Calin Juravle00b23d32019-03-08 17:52:20 -080010307java.nio.charset.CoderResult
Andreas Gampe61e7b662015-06-17 23:57:04 -070010308java.nio.charset.CodingErrorAction
10309java.nio.charset.IllegalCharsetNameException
Andreas Gampedcad4ca2014-10-03 02:00:29 +000010310java.nio.charset.StandardCharsets
Andreas Gampe61e7b662015-06-17 23:57:04 -070010311java.nio.charset.UnsupportedCharsetException
Calin Juravle00b23d32019-03-08 17:52:20 -080010312java.nio.file.AccessMode
art-benchmark-serviced5115932020-02-25 17:55:03 -080010313java.nio.file.CopyMoveHelper
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010314java.nio.file.CopyOption
art-benchmark-serviced8f25642020-01-27 20:25:10 -080010315java.nio.file.DirectoryStream$Filter
10316java.nio.file.DirectoryStream
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010317java.nio.file.FileAlreadyExistsException
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070010318java.nio.file.FileSystem
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010319java.nio.file.FileSystemException
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070010320java.nio.file.FileSystems$DefaultFileSystemHolder$1
Calin Juravle00b23d32019-03-08 17:52:20 -080010321java.nio.file.FileSystems$DefaultFileSystemHolder
10322java.nio.file.FileSystems
art-benchmark-serviced8f25642020-01-27 20:25:10 -080010323java.nio.file.Files$AcceptAllFilter
Calin Juravle4a054192018-05-29 17:52:20 -070010324java.nio.file.Files
art-benchmark-serviced5115932020-02-25 17:55:03 -080010325java.nio.file.InvalidPathException
Calin Juravle00b23d32019-03-08 17:52:20 -080010326java.nio.file.LinkOption
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010327java.nio.file.NoSuchFileException
10328java.nio.file.OpenOption
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070010329java.nio.file.Path
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010330java.nio.file.Paths
Calin Juravle4a054192018-05-29 17:52:20 -070010331java.nio.file.StandardOpenOption
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070010332java.nio.file.Watchable
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010333java.nio.file.attribute.AttributeView
10334java.nio.file.attribute.BasicFileAttributeView
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070010335java.nio.file.attribute.BasicFileAttributes
Andreas Gampe0db10fd2017-02-01 15:57:57 -080010336java.nio.file.attribute.FileAttribute
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010337java.nio.file.attribute.FileAttributeView
Calin Juravle4a054192018-05-29 17:52:20 -070010338java.nio.file.attribute.FileTime
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070010339java.nio.file.attribute.PosixFileAttributes
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010340java.nio.file.spi.FileSystemProvider
Andreas Gampe571fc302016-02-18 13:58:09 -080010341java.security.AccessControlContext
Andreas Gampe61e7b662015-06-17 23:57:04 -070010342java.security.AccessControlException
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080010343java.security.AccessController
Andreas Gampe571fc302016-02-18 13:58:09 -080010344java.security.AlgorithmConstraints
10345java.security.AlgorithmParameters
10346java.security.AlgorithmParametersSpi
art-benchmark-serviced8f25642020-01-27 20:25:10 -080010347java.security.AllPermission
Andreas Gampe61e7b662015-06-17 23:57:04 -070010348java.security.BasicPermission
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010349java.security.CodeSigner
Andreas Gampe571fc302016-02-18 13:58:09 -080010350java.security.CryptoPrimitive
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010351java.security.DigestException
Andreas Gampedcad4ca2014-10-03 02:00:29 +000010352java.security.GeneralSecurityException
Andreas Gampe61e7b662015-06-17 23:57:04 -070010353java.security.Guard
Andreas Gampedcad4ca2014-10-03 02:00:29 +000010354java.security.InvalidAlgorithmParameterException
10355java.security.InvalidKeyException
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010356java.security.InvalidParameterException
Jesse Wilson80686182011-01-21 17:12:43 -080010357java.security.Key
Andreas Gampedcad4ca2014-10-03 02:00:29 +000010358java.security.KeyException
Andreas Gampe571fc302016-02-18 13:58:09 -080010359java.security.KeyFactory
Jesse Wilson0d8eeb42011-08-24 09:33:06 -040010360java.security.KeyFactorySpi
Andreas Gampedcad4ca2014-10-03 02:00:29 +000010361java.security.KeyManagementException
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070010362java.security.KeyPair
Calin Juravle4a054192018-05-29 17:52:20 -070010363java.security.KeyPairGenerator$Delegate
Calin Juravle00b23d32019-03-08 17:52:20 -080010364java.security.KeyPairGenerator
Calin Juravle4a054192018-05-29 17:52:20 -070010365java.security.KeyPairGeneratorSpi
Andreas Gampe571fc302016-02-18 13:58:09 -080010366java.security.KeyStore$1
Calin Juravle00b23d32019-03-08 17:52:20 -080010367java.security.KeyStore$Entry
10368java.security.KeyStore$LoadStoreParameter
10369java.security.KeyStore$PasswordProtection
10370java.security.KeyStore$PrivateKeyEntry
10371java.security.KeyStore$ProtectionParameter
art-benchmark-serviced5115932020-02-25 17:55:03 -080010372java.security.KeyStore$SecretKeyEntry
10373java.security.KeyStore$TrustedCertificateEntry
Calin Juravle00b23d32019-03-08 17:52:20 -080010374java.security.KeyStore
Andreas Gampedcad4ca2014-10-03 02:00:29 +000010375java.security.KeyStoreException
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070010376java.security.KeyStoreSpi
Andreas Gampe571fc302016-02-18 13:58:09 -080010377java.security.MessageDigest$Delegate
Calin Juravle00b23d32019-03-08 17:52:20 -080010378java.security.MessageDigest
Andreas Gampe61e7b662015-06-17 23:57:04 -070010379java.security.MessageDigestSpi
Andreas Gampedcad4ca2014-10-03 02:00:29 +000010380java.security.NoSuchAlgorithmException
10381java.security.NoSuchProviderException
Andreas Gampe61e7b662015-06-17 23:57:04 -070010382java.security.Permission
Andreas Gampe571fc302016-02-18 13:58:09 -080010383java.security.PermissionCollection
Andreas Gampe859e2782016-04-06 18:37:56 -070010384java.security.Permissions
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070010385java.security.Principal
Andreas Gampe61e7b662015-06-17 23:57:04 -070010386java.security.PrivateKey
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080010387java.security.PrivilegedAction
Andreas Gampe571fc302016-02-18 13:58:09 -080010388java.security.PrivilegedActionException
10389java.security.PrivilegedExceptionAction
Andreas Gampe61e7b662015-06-17 23:57:04 -070010390java.security.ProtectionDomain
Andreas Gampe571fc302016-02-18 13:58:09 -080010391java.security.Provider$EngineDescription
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070010392java.security.Provider$Service
Andreas Gampe571fc302016-02-18 13:58:09 -080010393java.security.Provider$ServiceKey
10394java.security.Provider$UString
Calin Juravle00b23d32019-03-08 17:52:20 -080010395java.security.Provider
10396java.security.ProviderException
Jesse Wilson0d8eeb42011-08-24 09:33:06 -040010397java.security.PublicKey
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070010398java.security.SecureRandom
10399java.security.SecureRandomSpi
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080010400java.security.Security
art-benchmark-serviced8f25642020-01-27 20:25:10 -080010401java.security.SecurityPermission
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010402java.security.Signature$Delegate
Calin Juravle00b23d32019-03-08 17:52:20 -080010403java.security.Signature
Andreas Gampe61e7b662015-06-17 23:57:04 -070010404java.security.SignatureException
10405java.security.SignatureSpi
Andreas Gampedcad4ca2014-10-03 02:00:29 +000010406java.security.UnrecoverableEntryException
10407java.security.UnrecoverableKeyException
Andreas Gampe61e7b662015-06-17 23:57:04 -070010408java.security.cert.CRL
Andreas Gampedcad4ca2014-10-03 02:00:29 +000010409java.security.cert.CRLException
Calin Juravle4a054192018-05-29 17:52:20 -070010410java.security.cert.CRLReason
Jesse Wilson0d8eeb42011-08-24 09:33:06 -040010411java.security.cert.CertPath
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010412java.security.cert.CertPathBuilderException
Andreas Gampe571fc302016-02-18 13:58:09 -080010413java.security.cert.CertPathChecker
10414java.security.cert.CertPathHelperImpl
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070010415java.security.cert.CertPathParameters
10416java.security.cert.CertPathValidator
Andreas Gampedcad4ca2014-10-03 02:00:29 +000010417java.security.cert.CertPathValidatorException
Jesse Wilson0d8eeb42011-08-24 09:33:06 -040010418java.security.cert.CertPathValidatorResult
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070010419java.security.cert.CertPathValidatorSpi
Jesse Wilson0d8eeb42011-08-24 09:33:06 -040010420java.security.cert.CertSelector
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010421java.security.cert.CertStore
10422java.security.cert.CertStoreException
10423java.security.cert.CertStoreParameters
10424java.security.cert.CertStoreSpi
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070010425java.security.cert.Certificate
Andreas Gampedcad4ca2014-10-03 02:00:29 +000010426java.security.cert.CertificateEncodingException
10427java.security.cert.CertificateException
10428java.security.cert.CertificateExpiredException
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070010429java.security.cert.CertificateFactory
10430java.security.cert.CertificateFactorySpi
Andreas Gampedcad4ca2014-10-03 02:00:29 +000010431java.security.cert.CertificateNotYetValidException
10432java.security.cert.CertificateParsingException
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010433java.security.cert.CollectionCertStoreParameters
Andreas Gampe571fc302016-02-18 13:58:09 -080010434java.security.cert.Extension
Kenny Root9787b802013-04-26 12:53:57 -070010435java.security.cert.PKIXCertPathChecker
Jesse Wilson0d8eeb42011-08-24 09:33:06 -040010436java.security.cert.PKIXCertPathValidatorResult
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070010437java.security.cert.PKIXParameters
Calin Juravle4a054192018-05-29 17:52:20 -070010438java.security.cert.PKIXRevocationChecker$Option
Calin Juravle00b23d32019-03-08 17:52:20 -080010439java.security.cert.PKIXRevocationChecker
Jesse Wilson0d8eeb42011-08-24 09:33:06 -040010440java.security.cert.PolicyNode
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070010441java.security.cert.PolicyQualifierInfo
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070010442java.security.cert.TrustAnchor
Calin Juravle00b23d32019-03-08 17:52:20 -080010443java.security.cert.X509CRL
Jesse Wilson0d8eeb42011-08-24 09:33:06 -040010444java.security.cert.X509CertSelector
Evan Millar0ea97b82009-03-24 17:49:23 -070010445java.security.cert.X509Certificate
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070010446java.security.cert.X509Extension
Jesse Wilson0d8eeb42011-08-24 09:33:06 -040010447java.security.interfaces.DSAKey
Calin Juravle00b23d32019-03-08 17:52:20 -080010448java.security.interfaces.DSAParams
Jesse Wilson0d8eeb42011-08-24 09:33:06 -040010449java.security.interfaces.DSAPublicKey
Andreas Gampe61e7b662015-06-17 23:57:04 -070010450java.security.interfaces.ECKey
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010451java.security.interfaces.ECPrivateKey
Andreas Gampe61e7b662015-06-17 23:57:04 -070010452java.security.interfaces.ECPublicKey
Jesse Wilson0d8eeb42011-08-24 09:33:06 -040010453java.security.interfaces.RSAKey
Calin Juravle00b23d32019-03-08 17:52:20 -080010454java.security.interfaces.RSAPrivateCrtKey
Andreas Gampe61e7b662015-06-17 23:57:04 -070010455java.security.interfaces.RSAPrivateKey
Jesse Wilson0d8eeb42011-08-24 09:33:06 -040010456java.security.interfaces.RSAPublicKey
Kenny Rootdbf30ed2012-09-19 13:08:12 -070010457java.security.spec.AlgorithmParameterSpec
Calin Juravle00b23d32019-03-08 17:52:20 -080010458java.security.spec.DSAParameterSpec
art-benchmark-serviced8f25642020-01-27 20:25:10 -080010459java.security.spec.DSAPublicKeySpec
Andreas Gampe61e7b662015-06-17 23:57:04 -070010460java.security.spec.ECField
10461java.security.spec.ECFieldFp
art-benchmark-serviced5115932020-02-25 17:55:03 -080010462java.security.spec.ECGenParameterSpec
Andreas Gampe61e7b662015-06-17 23:57:04 -070010463java.security.spec.ECParameterSpec
10464java.security.spec.ECPoint
Calin Juravle00b23d32019-03-08 17:52:20 -080010465java.security.spec.ECPrivateKeySpec
Andreas Gampe571fc302016-02-18 13:58:09 -080010466java.security.spec.ECPublicKeySpec
Andreas Gampe61e7b662015-06-17 23:57:04 -070010467java.security.spec.EllipticCurve
Andreas Gampe571fc302016-02-18 13:58:09 -080010468java.security.spec.EncodedKeySpec
Andreas Gampedcad4ca2014-10-03 02:00:29 +000010469java.security.spec.InvalidKeySpecException
Mathieu Chartierba2c0462017-05-19 16:41:46 -070010470java.security.spec.InvalidParameterSpecException
Andreas Gampe61e7b662015-06-17 23:57:04 -070010471java.security.spec.KeySpec
Calin Juravle4a054192018-05-29 17:52:20 -070010472java.security.spec.MGF1ParameterSpec
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070010473java.security.spec.PKCS8EncodedKeySpec
art-benchmark-serviced8f25642020-01-27 20:25:10 -080010474java.security.spec.PSSParameterSpec
art-benchmark-serviced5115932020-02-25 17:55:03 -080010475java.security.spec.RSAKeyGenParameterSpec
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010476java.security.spec.RSAPrivateCrtKeySpec
10477java.security.spec.RSAPrivateKeySpec
Andreas Gampe571fc302016-02-18 13:58:09 -080010478java.security.spec.RSAPublicKeySpec
10479java.security.spec.X509EncodedKeySpec
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010480java.sql.Date
Calin Juravle4a054192018-05-29 17:52:20 -070010481java.sql.SQLException
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010482java.sql.Time
10483java.sql.Timestamp
Jesse Wilson0d8eeb42011-08-24 09:33:06 -040010484java.text.AttributedCharacterIterator$Attribute
Calin Juravle4a054192018-05-29 17:52:20 -070010485java.text.Bidi
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010486java.text.BreakIterator
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070010487java.text.CalendarBuilder
Andreas Gampecbcb9e32016-06-03 17:24:05 -070010488java.text.CharacterIterator
art-benchmark-serviced5115932020-02-25 17:55:03 -080010489java.text.CollationKey
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070010490java.text.Collator
Kenny Root9787b802013-04-26 12:53:57 -070010491java.text.DateFormat$Field
Calin Juravle00b23d32019-03-08 17:52:20 -080010492java.text.DateFormat
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070010493java.text.DateFormatSymbols
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080010494java.text.DecimalFormat
10495java.text.DecimalFormatSymbols
Andreas Gampe571fc302016-02-18 13:58:09 -080010496java.text.DontCareFieldPosition$1
Calin Juravle00b23d32019-03-08 17:52:20 -080010497java.text.DontCareFieldPosition
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070010498java.text.FieldPosition$Delegate
Calin Juravle00b23d32019-03-08 17:52:20 -080010499java.text.FieldPosition
Jesse Wilson0d8eeb42011-08-24 09:33:06 -040010500java.text.Format$Field
Andreas Gampe571fc302016-02-18 13:58:09 -080010501java.text.Format$FieldDelegate
Calin Juravle00b23d32019-03-08 17:52:20 -080010502java.text.Format
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010503java.text.IcuIteratorWrapper
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010504java.text.MessageFormat$Field
Calin Juravle00b23d32019-03-08 17:52:20 -080010505java.text.MessageFormat
Andreas Gampe571fc302016-02-18 13:58:09 -080010506java.text.Normalizer$Form
Calin Juravle00b23d32019-03-08 17:52:20 -080010507java.text.Normalizer
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080010508java.text.NumberFormat
Andreas Gampedcad4ca2014-10-03 02:00:29 +000010509java.text.ParseException
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070010510java.text.ParsePosition
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070010511java.text.RuleBasedCollator
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080010512java.text.SimpleDateFormat
Andreas Gampecbcb9e32016-06-03 17:24:05 -070010513java.text.StringCharacterIterator
Calin Juravle4a054192018-05-29 17:52:20 -070010514java.time.-$$Lambda$Bq8PKq1YWr8nyVk9SSfRYKrOu4A
art-benchmark-serviced8f25642020-01-27 20:25:10 -080010515java.time.-$$Lambda$up1HpCqucM_DXyY-rpDOyCcdmIA
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010516java.time.Clock$SystemClock
Calin Juravle00b23d32019-03-08 17:52:20 -080010517java.time.Clock
Andreas Gampe0db10fd2017-02-01 15:57:57 -080010518java.time.DateTimeException
Calin Juravle4a054192018-05-29 17:52:20 -070010519java.time.DayOfWeek
10520java.time.Duration
Calin Juravle4a054192018-05-29 17:52:20 -070010521java.time.Instant$1
Calin Juravle00b23d32019-03-08 17:52:20 -080010522java.time.Instant
Calin Juravle4a054192018-05-29 17:52:20 -070010523java.time.LocalDate$1
Calin Juravle00b23d32019-03-08 17:52:20 -080010524java.time.LocalDate
Calin Juravle4a054192018-05-29 17:52:20 -070010525java.time.LocalDateTime
10526java.time.LocalTime
10527java.time.Month
10528java.time.Period
10529java.time.ZoneId
10530java.time.ZoneOffset
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010531java.time.ZoneRegion
Calin Juravle4a054192018-05-29 17:52:20 -070010532java.time.ZonedDateTime
10533java.time.chrono.-$$Lambda$AbstractChronology$5b0W7uLeaWkn0HLPDKwPXzJ7HPo
10534java.time.chrono.-$$Lambda$AbstractChronology$j22w8kHhJoqCd56hhLQK1G0VLFw
10535java.time.chrono.-$$Lambda$AbstractChronology$onW9aZyLFliH5Gg1qLodD_GoPfA
10536java.time.chrono.AbstractChronology
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010537java.time.chrono.ChronoLocalDate
10538java.time.chrono.ChronoLocalDateTime
Calin Juravle4a054192018-05-29 17:52:20 -070010539java.time.chrono.ChronoPeriod
10540java.time.chrono.ChronoZonedDateTime
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010541java.time.chrono.Chronology
Calin Juravle4a054192018-05-29 17:52:20 -070010542java.time.chrono.IsoChronology
10543java.time.format.-$$Lambda$DateTimeFormatter$GhpE1dbCMFpBqvhZZgrqVYpzk8E
10544java.time.format.-$$Lambda$DateTimeFormatter$QqeEAMXK7Qf5gsmaSCLmrVwQ1Ns
10545java.time.format.-$$Lambda$DateTimeFormatterBuilder$M-GACNxm6552EiylPRPw4dyNXKo
10546java.time.format.DateTimeFormatter
Calin Juravle00b23d32019-03-08 17:52:20 -080010547java.time.format.DateTimeFormatterBuilder$1
Calin Juravle4a054192018-05-29 17:52:20 -070010548java.time.format.DateTimeFormatterBuilder$2
10549java.time.format.DateTimeFormatterBuilder$CharLiteralPrinterParser
10550java.time.format.DateTimeFormatterBuilder$CompositePrinterParser
Calin Juravle00b23d32019-03-08 17:52:20 -080010551java.time.format.DateTimeFormatterBuilder$DateTimePrinterParser
Calin Juravle4a054192018-05-29 17:52:20 -070010552java.time.format.DateTimeFormatterBuilder$FractionPrinterParser
Calin Juravle00b23d32019-03-08 17:52:20 -080010553java.time.format.DateTimeFormatterBuilder$InstantPrinterParser
Calin Juravle4a054192018-05-29 17:52:20 -070010554java.time.format.DateTimeFormatterBuilder$NumberPrinterParser
10555java.time.format.DateTimeFormatterBuilder$OffsetIdPrinterParser
10556java.time.format.DateTimeFormatterBuilder$SettingsParser
Calin Juravle00b23d32019-03-08 17:52:20 -080010557java.time.format.DateTimeFormatterBuilder$StringLiteralPrinterParser
10558java.time.format.DateTimeFormatterBuilder$TextPrinterParser
Calin Juravle4a054192018-05-29 17:52:20 -070010559java.time.format.DateTimeFormatterBuilder$ZoneIdPrinterParser
Calin Juravle00b23d32019-03-08 17:52:20 -080010560java.time.format.DateTimeFormatterBuilder
Calin Juravle4a054192018-05-29 17:52:20 -070010561java.time.format.DateTimeParseContext
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010562java.time.format.DateTimeParseException
Calin Juravle4a054192018-05-29 17:52:20 -070010563java.time.format.DateTimeTextProvider$1
10564java.time.format.DateTimeTextProvider$LocaleStore
Calin Juravle00b23d32019-03-08 17:52:20 -080010565java.time.format.DateTimeTextProvider
Calin Juravle4a054192018-05-29 17:52:20 -070010566java.time.format.DecimalStyle
10567java.time.format.Parsed
10568java.time.format.ResolverStyle
10569java.time.format.SignStyle
10570java.time.format.TextStyle
10571java.time.temporal.-$$Lambda$TemporalAdjusters$A9OZwfMlHD1vy7-nYt5NssACu7Q
10572java.time.temporal.-$$Lambda$TemporalQueries$IZUinmsZUz98YXPe0ftAd27ByiE
10573java.time.temporal.-$$Lambda$TemporalQueries$JPrXwgedeqexYxypO8VpPKV4l3c
10574java.time.temporal.-$$Lambda$TemporalQueries$PBpYKRiwkxqQNlcU-BOJfaQoONg
10575java.time.temporal.-$$Lambda$TemporalQueries$WGGw7SkRcanjtxRiTk5p0dKf_jc
10576java.time.temporal.-$$Lambda$TemporalQueries$bI5NESEXE4DqyC7TnOvbkx1GlvM
10577java.time.temporal.-$$Lambda$TemporalQueries$okxqZ6ZoOhHd_zSzW7k5qRIaLxM
10578java.time.temporal.-$$Lambda$TemporalQueries$thd4JmExRUYKd7nNlE7b5oT19ms
10579java.time.temporal.ChronoField
10580java.time.temporal.ChronoUnit
10581java.time.temporal.IsoFields$Field$1
10582java.time.temporal.IsoFields$Field$2
10583java.time.temporal.IsoFields$Field$3
10584java.time.temporal.IsoFields$Field$4
Calin Juravle00b23d32019-03-08 17:52:20 -080010585java.time.temporal.IsoFields$Field
Calin Juravle4a054192018-05-29 17:52:20 -070010586java.time.temporal.IsoFields$Unit
Calin Juravle00b23d32019-03-08 17:52:20 -080010587java.time.temporal.IsoFields
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010588java.time.temporal.Temporal
10589java.time.temporal.TemporalAccessor
10590java.time.temporal.TemporalAdjuster
Calin Juravle4a054192018-05-29 17:52:20 -070010591java.time.temporal.TemporalAdjusters
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010592java.time.temporal.TemporalAmount
10593java.time.temporal.TemporalField
art-benchmark-serviced8f25642020-01-27 20:25:10 -080010594java.time.temporal.TemporalQueries
Calin Juravle00b23d32019-03-08 17:52:20 -080010595java.time.temporal.TemporalQuery
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010596java.time.temporal.TemporalUnit
10597java.time.temporal.UnsupportedTemporalTypeException
10598java.time.temporal.ValueRange
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010599java.time.zone.IcuZoneRulesProvider$ZoneRulesCache
Calin Juravle00b23d32019-03-08 17:52:20 -080010600java.time.zone.IcuZoneRulesProvider
Calin Juravle4a054192018-05-29 17:52:20 -070010601java.time.zone.ZoneOffsetTransition
Calin Juravle4a054192018-05-29 17:52:20 -070010602java.time.zone.ZoneOffsetTransitionRule$1
10603java.time.zone.ZoneOffsetTransitionRule$TimeDefinition
Calin Juravle00b23d32019-03-08 17:52:20 -080010604java.time.zone.ZoneOffsetTransitionRule
Calin Juravle4a054192018-05-29 17:52:20 -070010605java.time.zone.ZoneRules
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010606java.time.zone.ZoneRulesException
Calin Juravle4a054192018-05-29 17:52:20 -070010607java.time.zone.ZoneRulesProvider
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010608java.util.-$$Lambda$Arrays$H0YqaggIxZUqId4_BJ1BLcUa93k
10609java.util.-$$Lambda$Arrays$KFf05FUz26CqVc_cf2bKY9C927o
10610java.util.-$$Lambda$Arrays$aBSX_SvA5f2Q1t8_MODHDGhokzk
10611java.util.-$$Lambda$Arrays$x0HcRDlColwoPupFWmOW7TREPtM
10612java.util.-$$Lambda$Comparator$4V5k8aLimtS0VsEILEAqQ9UGZYo
10613java.util.-$$Lambda$Comparator$BZSVCoA8i87ehjxxZ1weEounfDQ
10614java.util.-$$Lambda$Comparator$DNgpxUFZqmT4lOBzlVyPjWwvEvw
10615java.util.-$$Lambda$Comparator$KVN0LWz1D1wyrL2gs1CbubvLa9o
10616java.util.-$$Lambda$Comparator$SPB8K9Yj7Pw1mljm7LpasV7zxWw
10617java.util.-$$Lambda$Comparator$edSxqANnwdmzeJ1aMMcwJWE2wII
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080010618java.util.AbstractCollection
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010619java.util.AbstractList$1
Andreas Gampe571fc302016-02-18 13:58:09 -080010620java.util.AbstractList$Itr
10621java.util.AbstractList$ListItr
art-benchmark-serviced5115932020-02-25 17:55:03 -080010622java.util.AbstractList$RandomAccessSpliterator
10623java.util.AbstractList$RandomAccessSubList
10624java.util.AbstractList$SubList
Calin Juravle00b23d32019-03-08 17:52:20 -080010625java.util.AbstractList
Andreas Gampe61e7b662015-06-17 23:57:04 -070010626java.util.AbstractMap$1
10627java.util.AbstractMap$2
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010628java.util.AbstractMap$SimpleEntry
Andreas Gampe571fc302016-02-18 13:58:09 -080010629java.util.AbstractMap$SimpleImmutableEntry
Calin Juravle00b23d32019-03-08 17:52:20 -080010630java.util.AbstractMap
Andreas Gampe61e7b662015-06-17 23:57:04 -070010631java.util.AbstractQueue
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070010632java.util.AbstractSequentialList
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080010633java.util.AbstractSet
Andreas Gampe859e2782016-04-06 18:37:56 -070010634java.util.ArrayDeque$DeqIterator
Calin Juravle00b23d32019-03-08 17:52:20 -080010635java.util.ArrayDeque
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010636java.util.ArrayList$1
Andreas Gampe859e2782016-04-06 18:37:56 -070010637java.util.ArrayList$ArrayListSpliterator
Andreas Gampe571fc302016-02-18 13:58:09 -080010638java.util.ArrayList$Itr
10639java.util.ArrayList$ListItr
Andreas Gampe571fc302016-02-18 13:58:09 -080010640java.util.ArrayList$SubList$1
Calin Juravle00b23d32019-03-08 17:52:20 -080010641java.util.ArrayList$SubList
10642java.util.ArrayList
Andreas Gampe0db10fd2017-02-01 15:57:57 -080010643java.util.ArrayPrefixHelpers$CumulateTask
10644java.util.ArrayPrefixHelpers$DoubleCumulateTask
10645java.util.ArrayPrefixHelpers$IntCumulateTask
10646java.util.ArrayPrefixHelpers$LongCumulateTask
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080010647java.util.Arrays$ArrayList
Andreas Gampe0db10fd2017-02-01 15:57:57 -080010648java.util.Arrays$NaturalOrder
Calin Juravle00b23d32019-03-08 17:52:20 -080010649java.util.Arrays
Andreas Gampe0db10fd2017-02-01 15:57:57 -080010650java.util.ArraysParallelSortHelpers$FJByte$Sorter
10651java.util.ArraysParallelSortHelpers$FJChar$Sorter
10652java.util.ArraysParallelSortHelpers$FJDouble$Sorter
10653java.util.ArraysParallelSortHelpers$FJFloat$Sorter
10654java.util.ArraysParallelSortHelpers$FJInt$Sorter
10655java.util.ArraysParallelSortHelpers$FJLong$Sorter
10656java.util.ArraysParallelSortHelpers$FJObject$Sorter
10657java.util.ArraysParallelSortHelpers$FJShort$Sorter
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010658java.util.Base64$Decoder
10659java.util.Base64$Encoder
Calin Juravle00b23d32019-03-08 17:52:20 -080010660java.util.Base64
Kenny Root9787b802013-04-26 12:53:57 -070010661java.util.BitSet
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080010662java.util.Calendar
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080010663java.util.Collection
Andreas Gampe61e7b662015-06-17 23:57:04 -070010664java.util.Collections$1
10665java.util.Collections$2
Andreas Gampe859e2782016-04-06 18:37:56 -070010666java.util.Collections$3
Andreas Gampe61e7b662015-06-17 23:57:04 -070010667java.util.Collections$AsLIFOQueue
10668java.util.Collections$CheckedCollection
10669java.util.Collections$CheckedList
10670java.util.Collections$CheckedMap
Andreas Gampe0db10fd2017-02-01 15:57:57 -080010671java.util.Collections$CheckedNavigableMap
10672java.util.Collections$CheckedNavigableSet
10673java.util.Collections$CheckedQueue
Andreas Gampe61e7b662015-06-17 23:57:04 -070010674java.util.Collections$CheckedRandomAccessList
10675java.util.Collections$CheckedSet
10676java.util.Collections$CheckedSortedMap
10677java.util.Collections$CheckedSortedSet
10678java.util.Collections$CopiesList
Andreas Gampe571fc302016-02-18 13:58:09 -080010679java.util.Collections$EmptyEnumeration
10680java.util.Collections$EmptyIterator
Andreas Gampe61e7b662015-06-17 23:57:04 -070010681java.util.Collections$EmptyList
Andreas Gampe571fc302016-02-18 13:58:09 -080010682java.util.Collections$EmptyListIterator
Andreas Gampe61e7b662015-06-17 23:57:04 -070010683java.util.Collections$EmptyMap
10684java.util.Collections$EmptySet
Andreas Gampe61e7b662015-06-17 23:57:04 -070010685java.util.Collections$ReverseComparator2
Calin Juravle00b23d32019-03-08 17:52:20 -080010686java.util.Collections$ReverseComparator
Andreas Gampe61e7b662015-06-17 23:57:04 -070010687java.util.Collections$SetFromMap
10688java.util.Collections$SingletonList
10689java.util.Collections$SingletonMap
10690java.util.Collections$SingletonSet
Andreas Gampe61e7b662015-06-17 23:57:04 -070010691java.util.Collections$SynchronizedCollection
10692java.util.Collections$SynchronizedList
10693java.util.Collections$SynchronizedMap
Andreas Gampe0db10fd2017-02-01 15:57:57 -080010694java.util.Collections$SynchronizedNavigableMap
10695java.util.Collections$SynchronizedNavigableSet
Andreas Gampe61e7b662015-06-17 23:57:04 -070010696java.util.Collections$SynchronizedRandomAccessList
10697java.util.Collections$SynchronizedSet
10698java.util.Collections$SynchronizedSortedMap
10699java.util.Collections$SynchronizedSortedSet
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080010700java.util.Collections$UnmodifiableCollection$1
Calin Juravle00b23d32019-03-08 17:52:20 -080010701java.util.Collections$UnmodifiableCollection
Andreas Gampe571fc302016-02-18 13:58:09 -080010702java.util.Collections$UnmodifiableList$1
Calin Juravle00b23d32019-03-08 17:52:20 -080010703java.util.Collections$UnmodifiableList
Kenny Rootdbf30ed2012-09-19 13:08:12 -070010704java.util.Collections$UnmodifiableMap$UnmodifiableEntrySet$1
Andreas Gampe571fc302016-02-18 13:58:09 -080010705java.util.Collections$UnmodifiableMap$UnmodifiableEntrySet$UnmodifiableEntry
Calin Juravle00b23d32019-03-08 17:52:20 -080010706java.util.Collections$UnmodifiableMap$UnmodifiableEntrySet
10707java.util.Collections$UnmodifiableMap
Andreas Gampe0db10fd2017-02-01 15:57:57 -080010708java.util.Collections$UnmodifiableNavigableMap$EmptyNavigableMap
Calin Juravle00b23d32019-03-08 17:52:20 -080010709java.util.Collections$UnmodifiableNavigableMap
Andreas Gampe0db10fd2017-02-01 15:57:57 -080010710java.util.Collections$UnmodifiableNavigableSet$EmptyNavigableSet
Calin Juravle00b23d32019-03-08 17:52:20 -080010711java.util.Collections$UnmodifiableNavigableSet
Andreas Gampe61e7b662015-06-17 23:57:04 -070010712java.util.Collections$UnmodifiableRandomAccessList
10713java.util.Collections$UnmodifiableSet
10714java.util.Collections$UnmodifiableSortedMap
10715java.util.Collections$UnmodifiableSortedSet
Calin Juravle00b23d32019-03-08 17:52:20 -080010716java.util.Collections
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070010717java.util.ComparableTimSort
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080010718java.util.Comparator
Andreas Gampe859e2782016-04-06 18:37:56 -070010719java.util.Comparators$NaturalOrderComparator
10720java.util.Comparators$NullComparator
Andreas Gampe61e7b662015-06-17 23:57:04 -070010721java.util.ConcurrentModificationException
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070010722java.util.Currency
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080010723java.util.Date
Andreas Gampe61e7b662015-06-17 23:57:04 -070010724java.util.Deque
10725java.util.Dictionary
Andreas Gampedcad4ca2014-10-03 02:00:29 +000010726java.util.DualPivotQuicksort
art-benchmark-serviced5115932020-02-25 17:55:03 -080010727java.util.DuplicateFormatFlagsException
Andreas Gampe571fc302016-02-18 13:58:09 -080010728java.util.EnumMap$1
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010729java.util.EnumMap$EntryIterator$Entry
Calin Juravle00b23d32019-03-08 17:52:20 -080010730java.util.EnumMap$EntryIterator
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010731java.util.EnumMap$EntrySet
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070010732java.util.EnumMap$EnumMapIterator
10733java.util.EnumMap$KeyIterator
10734java.util.EnumMap$KeySet
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010735java.util.EnumMap$ValueIterator
10736java.util.EnumMap$Values
Calin Juravle00b23d32019-03-08 17:52:20 -080010737java.util.EnumMap
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010738java.util.EnumSet$SerializationProxy
Calin Juravle00b23d32019-03-08 17:52:20 -080010739java.util.EnumSet
Andreas Gampe61e7b662015-06-17 23:57:04 -070010740java.util.Enumeration
10741java.util.EventListener
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010742java.util.EventObject
art-benchmark-serviced5115932020-02-25 17:55:03 -080010743java.util.FormatFlagsConversionMismatchException
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070010744java.util.Formattable
Andreas Gampe571fc302016-02-18 13:58:09 -080010745java.util.Formatter$Conversion
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010746java.util.Formatter$DateTime
Andreas Gampe571fc302016-02-18 13:58:09 -080010747java.util.Formatter$FixedString
10748java.util.Formatter$Flags
10749java.util.Formatter$FormatSpecifier
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070010750java.util.Formatter$FormatSpecifierParser
Andreas Gampe571fc302016-02-18 13:58:09 -080010751java.util.Formatter$FormatString
Calin Juravle00b23d32019-03-08 17:52:20 -080010752java.util.Formatter
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010753java.util.FormatterClosedException
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080010754java.util.GregorianCalendar
Andreas Gampe61e7b662015-06-17 23:57:04 -070010755java.util.HashMap$EntryIterator
10756java.util.HashMap$EntrySet
10757java.util.HashMap$HashIterator
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010758java.util.HashMap$HashMapSpliterator
Andreas Gampe61e7b662015-06-17 23:57:04 -070010759java.util.HashMap$KeyIterator
10760java.util.HashMap$KeySet
Calin Juravle00b23d32019-03-08 17:52:20 -080010761java.util.HashMap$KeySpliterator
Andreas Gampe0db10fd2017-02-01 15:57:57 -080010762java.util.HashMap$Node
10763java.util.HashMap$TreeNode
Andreas Gampe61e7b662015-06-17 23:57:04 -070010764java.util.HashMap$ValueIterator
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010765java.util.HashMap$ValueSpliterator
Andreas Gampe61e7b662015-06-17 23:57:04 -070010766java.util.HashMap$Values
Calin Juravle00b23d32019-03-08 17:52:20 -080010767java.util.HashMap
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080010768java.util.HashSet
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010769java.util.Hashtable$EntrySet
Andreas Gampe571fc302016-02-18 13:58:09 -080010770java.util.Hashtable$Enumerator
Andreas Gampe61e7b662015-06-17 23:57:04 -070010771java.util.Hashtable$HashtableEntry
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010772java.util.Hashtable$KeySet
10773java.util.Hashtable$ValueCollection
Calin Juravle00b23d32019-03-08 17:52:20 -080010774java.util.Hashtable
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010775java.util.IdentityHashMap$EntryIterator$Entry
Calin Juravle00b23d32019-03-08 17:52:20 -080010776java.util.IdentityHashMap$EntryIterator
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010777java.util.IdentityHashMap$EntrySet
10778java.util.IdentityHashMap$IdentityHashMapIterator
10779java.util.IdentityHashMap$KeyIterator
Andreas Gampe571fc302016-02-18 13:58:09 -080010780java.util.IdentityHashMap$KeySet
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010781java.util.IdentityHashMap$ValueIterator
10782java.util.IdentityHashMap$Values
Calin Juravle00b23d32019-03-08 17:52:20 -080010783java.util.IdentityHashMap
Andreas Gampe61e7b662015-06-17 23:57:04 -070010784java.util.IllegalFormatException
art-benchmark-serviced5115932020-02-25 17:55:03 -080010785java.util.IllegalFormatPrecisionException
Andreas Gampe61e7b662015-06-17 23:57:04 -070010786java.util.IllformedLocaleException
art-benchmark-serviced5115932020-02-25 17:55:03 -080010787java.util.ImmutableCollections$AbstractImmutableList
10788java.util.ImmutableCollections$AbstractImmutableMap
10789java.util.ImmutableCollections$AbstractImmutableSet
10790java.util.ImmutableCollections$List0
10791java.util.ImmutableCollections$List1
10792java.util.ImmutableCollections$List2
10793java.util.ImmutableCollections$ListN
10794java.util.ImmutableCollections$Map0
10795java.util.ImmutableCollections$Map1
10796java.util.ImmutableCollections$MapN
10797java.util.ImmutableCollections$Set0
10798java.util.ImmutableCollections$Set1
10799java.util.ImmutableCollections$Set2
10800java.util.ImmutableCollections$SetN
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080010801java.util.Iterator
Calin Juravle4a054192018-05-29 17:52:20 -070010802java.util.JumboEnumSet$EnumSetIterator
Calin Juravle00b23d32019-03-08 17:52:20 -080010803java.util.JumboEnumSet
art-benchmark-serviced5115932020-02-25 17:55:03 -080010804java.util.KeyValueHolder
Andreas Gampe0db10fd2017-02-01 15:57:57 -080010805java.util.LinkedHashMap$LinkedEntryIterator
10806java.util.LinkedHashMap$LinkedEntrySet
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080010807java.util.LinkedHashMap$LinkedHashIterator
Andreas Gampe571fc302016-02-18 13:58:09 -080010808java.util.LinkedHashMap$LinkedHashMapEntry
Andreas Gampe0db10fd2017-02-01 15:57:57 -080010809java.util.LinkedHashMap$LinkedKeyIterator
10810java.util.LinkedHashMap$LinkedKeySet
10811java.util.LinkedHashMap$LinkedValueIterator
10812java.util.LinkedHashMap$LinkedValues
Calin Juravle00b23d32019-03-08 17:52:20 -080010813java.util.LinkedHashMap
Kenny Rootdbf30ed2012-09-19 13:08:12 -070010814java.util.LinkedHashSet
Andreas Gampe571fc302016-02-18 13:58:09 -080010815java.util.LinkedList$ListItr
10816java.util.LinkedList$Node
Calin Juravle00b23d32019-03-08 17:52:20 -080010817java.util.LinkedList
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080010818java.util.List
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080010819java.util.ListIterator
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010820java.util.Locale$1
Andreas Gampedcad4ca2014-10-03 02:00:29 +000010821java.util.Locale$Builder
Andreas Gampe571fc302016-02-18 13:58:09 -080010822java.util.Locale$Cache
10823java.util.Locale$Category
Andreas Gampe0db10fd2017-02-01 15:57:57 -080010824java.util.Locale$FilteringMode
10825java.util.Locale$LanguageRange
Andreas Gampe571fc302016-02-18 13:58:09 -080010826java.util.Locale$LocaleKey
Mathieu Chartierba2c0462017-05-19 16:41:46 -070010827java.util.Locale$NoImagePreloadHolder
Calin Juravle00b23d32019-03-08 17:52:20 -080010828java.util.Locale
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080010829java.util.Map$Entry
Calin Juravle00b23d32019-03-08 17:52:20 -080010830java.util.Map
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010831java.util.MissingFormatArgumentException
art-benchmark-serviced5115932020-02-25 17:55:03 -080010832java.util.MissingFormatWidthException
Andreas Gampedcad4ca2014-10-03 02:00:29 +000010833java.util.MissingResourceException
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070010834java.util.NavigableMap
10835java.util.NavigableSet
Andreas Gampedcad4ca2014-10-03 02:00:29 +000010836java.util.NoSuchElementException
10837java.util.Objects
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070010838java.util.Observable
10839java.util.Observer
Calin Juravle4a054192018-05-29 17:52:20 -070010840java.util.Optional
Andreas Gampecbcb9e32016-06-03 17:24:05 -070010841java.util.PrimitiveIterator$OfInt
Calin Juravle00b23d32019-03-08 17:52:20 -080010842java.util.PrimitiveIterator
Mathieu Chartierba2c0462017-05-19 16:41:46 -070010843java.util.PriorityQueue$Itr
Calin Juravle00b23d32019-03-08 17:52:20 -080010844java.util.PriorityQueue
Andreas Gampe571fc302016-02-18 13:58:09 -080010845java.util.Properties$LineReader
Calin Juravle00b23d32019-03-08 17:52:20 -080010846java.util.Properties
art-benchmark-serviced8f25642020-01-27 20:25:10 -080010847java.util.PropertyPermission
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010848java.util.PropertyResourceBundle
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070010849java.util.Queue
10850java.util.Random
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080010851java.util.RandomAccess
art-benchmark-serviced5115932020-02-25 17:55:03 -080010852java.util.RandomAccessSubList
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070010853java.util.RegularEnumSet$EnumSetIterator
Calin Juravle00b23d32019-03-08 17:52:20 -080010854java.util.RegularEnumSet
Andreas Gampe571fc302016-02-18 13:58:09 -080010855java.util.ResourceBundle$1
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010856java.util.ResourceBundle$BundleReference
10857java.util.ResourceBundle$CacheKey
10858java.util.ResourceBundle$CacheKeyReference
10859java.util.ResourceBundle$Control$1
10860java.util.ResourceBundle$Control$CandidateListCache
art-benchmark-serviced5115932020-02-25 17:55:03 -080010861java.util.ResourceBundle$Control
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010862java.util.ResourceBundle$LoaderReference
Calin Juravle00b23d32019-03-08 17:52:20 -080010863java.util.ResourceBundle
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010864java.util.Scanner$1
Calin Juravle00b23d32019-03-08 17:52:20 -080010865java.util.Scanner
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010866java.util.ServiceConfigurationError
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010867java.util.ServiceLoader$1
10868java.util.ServiceLoader$LazyIterator
Calin Juravle00b23d32019-03-08 17:52:20 -080010869java.util.ServiceLoader
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080010870java.util.Set
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080010871java.util.SimpleTimeZone
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080010872java.util.SortedMap
10873java.util.SortedSet
Andreas Gampe859e2782016-04-06 18:37:56 -070010874java.util.Spliterator$OfDouble
10875java.util.Spliterator$OfInt
10876java.util.Spliterator$OfLong
10877java.util.Spliterator$OfPrimitive
Calin Juravle00b23d32019-03-08 17:52:20 -080010878java.util.Spliterator
Calin Juravle4a054192018-05-29 17:52:20 -070010879java.util.Spliterators$ArraySpliterator
Andreas Gampe859e2782016-04-06 18:37:56 -070010880java.util.Spliterators$EmptySpliterator$OfDouble
10881java.util.Spliterators$EmptySpliterator$OfInt
10882java.util.Spliterators$EmptySpliterator$OfLong
10883java.util.Spliterators$EmptySpliterator$OfRef
Calin Juravle00b23d32019-03-08 17:52:20 -080010884java.util.Spliterators$EmptySpliterator
10885java.util.Spliterators$IntArraySpliterator
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070010886java.util.Spliterators$IteratorSpliterator
Calin Juravle00b23d32019-03-08 17:52:20 -080010887java.util.Spliterators
Kenny Rootdbf30ed2012-09-19 13:08:12 -070010888java.util.Stack
Andreas Gampe0db10fd2017-02-01 15:57:57 -080010889java.util.StringJoiner
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080010890java.util.StringTokenizer
art-benchmark-serviced5115932020-02-25 17:55:03 -080010891java.util.SubList$1
10892java.util.SubList
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010893java.util.TaskQueue
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070010894java.util.TimSort
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080010895java.util.TimeZone
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070010896java.util.Timer$1
Calin Juravle00b23d32019-03-08 17:52:20 -080010897java.util.Timer
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070010898java.util.TimerTask
10899java.util.TimerThread
Mathieu Chartierba2c0462017-05-19 16:41:46 -070010900java.util.TreeMap$AscendingSubMap$AscendingEntrySetView
Calin Juravle00b23d32019-03-08 17:52:20 -080010901java.util.TreeMap$AscendingSubMap
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010902java.util.TreeMap$DescendingSubMap
Andreas Gampe571fc302016-02-18 13:58:09 -080010903java.util.TreeMap$EntryIterator
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070010904java.util.TreeMap$EntrySet
Andreas Gampe571fc302016-02-18 13:58:09 -080010905java.util.TreeMap$KeyIterator
Jesse Wilson0d8eeb42011-08-24 09:33:06 -040010906java.util.TreeMap$KeySet
Mathieu Chartierba2c0462017-05-19 16:41:46 -070010907java.util.TreeMap$NavigableSubMap$EntrySetView
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070010908java.util.TreeMap$NavigableSubMap$SubMapEntryIterator
Mathieu Chartierba2c0462017-05-19 16:41:46 -070010909java.util.TreeMap$NavigableSubMap$SubMapIterator
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010910java.util.TreeMap$NavigableSubMap$SubMapKeyIterator
Calin Juravle00b23d32019-03-08 17:52:20 -080010911java.util.TreeMap$NavigableSubMap
Andreas Gampe571fc302016-02-18 13:58:09 -080010912java.util.TreeMap$PrivateEntryIterator
10913java.util.TreeMap$TreeMapEntry
10914java.util.TreeMap$ValueIterator
10915java.util.TreeMap$Values
Calin Juravle00b23d32019-03-08 17:52:20 -080010916java.util.TreeMap
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080010917java.util.TreeSet
Andreas Gampe571fc302016-02-18 13:58:09 -080010918java.util.UUID$Holder
Calin Juravle00b23d32019-03-08 17:52:20 -080010919java.util.UUID
art-benchmark-serviced5115932020-02-25 17:55:03 -080010920java.util.UnknownFormatConversionException
Mathieu Chartierba2c0462017-05-19 16:41:46 -070010921java.util.Vector$1
Andreas Gampe571fc302016-02-18 13:58:09 -080010922java.util.Vector$Itr
Calin Juravle00b23d32019-03-08 17:52:20 -080010923java.util.Vector
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010924java.util.WeakHashMap$1
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080010925java.util.WeakHashMap$Entry
Calin Juravle4a054192018-05-29 17:52:20 -070010926java.util.WeakHashMap$EntryIterator
Andreas Gampe571fc302016-02-18 13:58:09 -080010927java.util.WeakHashMap$EntrySet
Jesse Wilson0d8eeb42011-08-24 09:33:06 -040010928java.util.WeakHashMap$HashIterator
Andreas Gampe571fc302016-02-18 13:58:09 -080010929java.util.WeakHashMap$KeyIterator
10930java.util.WeakHashMap$KeySet
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070010931java.util.WeakHashMap$ValueIterator
Andreas Gampe571fc302016-02-18 13:58:09 -080010932java.util.WeakHashMap$Values
Calin Juravle00b23d32019-03-08 17:52:20 -080010933java.util.WeakHashMap
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010934java.util.concurrent.-$$Lambda$ConcurrentMap$T12JRbgGLhxGbYCuTfff6_dTrMk
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070010935java.util.concurrent.AbstractExecutorService
Mathieu Chartierba2c0462017-05-19 16:41:46 -070010936java.util.concurrent.ArrayBlockingQueue
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070010937java.util.concurrent.BlockingDeque
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070010938java.util.concurrent.BlockingQueue
10939java.util.concurrent.Callable
Kenny Root9787b802013-04-26 12:53:57 -070010940java.util.concurrent.CancellationException
Calin Juravle00b23d32019-03-08 17:52:20 -080010941java.util.concurrent.CompletableFuture$AltResult
10942java.util.concurrent.CompletableFuture$AsynchronousCompletionTask
10943java.util.concurrent.CompletableFuture$Completion
art-benchmark-serviced5115932020-02-25 17:55:03 -080010944java.util.concurrent.CompletableFuture$Signaller
10945java.util.concurrent.CompletableFuture$UniCompletion
10946java.util.concurrent.CompletableFuture$UniWhenComplete
Calin Juravle00b23d32019-03-08 17:52:20 -080010947java.util.concurrent.CompletableFuture
10948java.util.concurrent.CompletionStage
Andreas Gampedcad4ca2014-10-03 02:00:29 +000010949java.util.concurrent.ConcurrentHashMap$BaseIterator
Andreas Gampe0db10fd2017-02-01 15:57:57 -080010950java.util.concurrent.ConcurrentHashMap$BulkTask
Andreas Gampedcad4ca2014-10-03 02:00:29 +000010951java.util.concurrent.ConcurrentHashMap$CollectionView
Andreas Gampe0db10fd2017-02-01 15:57:57 -080010952java.util.concurrent.ConcurrentHashMap$CounterCell
Andreas Gampecbcb9e32016-06-03 17:24:05 -070010953java.util.concurrent.ConcurrentHashMap$EntryIterator
10954java.util.concurrent.ConcurrentHashMap$EntrySetView
Andreas Gampe0db10fd2017-02-01 15:57:57 -080010955java.util.concurrent.ConcurrentHashMap$ForEachEntryTask
10956java.util.concurrent.ConcurrentHashMap$ForEachKeyTask
10957java.util.concurrent.ConcurrentHashMap$ForEachMappingTask
10958java.util.concurrent.ConcurrentHashMap$ForEachTransformedEntryTask
10959java.util.concurrent.ConcurrentHashMap$ForEachTransformedKeyTask
10960java.util.concurrent.ConcurrentHashMap$ForEachTransformedMappingTask
10961java.util.concurrent.ConcurrentHashMap$ForEachTransformedValueTask
10962java.util.concurrent.ConcurrentHashMap$ForEachValueTask
Andreas Gampedcad4ca2014-10-03 02:00:29 +000010963java.util.concurrent.ConcurrentHashMap$ForwardingNode
10964java.util.concurrent.ConcurrentHashMap$KeyIterator
10965java.util.concurrent.ConcurrentHashMap$KeySetView
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070010966java.util.concurrent.ConcurrentHashMap$MapEntry
Andreas Gampe0db10fd2017-02-01 15:57:57 -080010967java.util.concurrent.ConcurrentHashMap$MapReduceEntriesTask
10968java.util.concurrent.ConcurrentHashMap$MapReduceEntriesToDoubleTask
10969java.util.concurrent.ConcurrentHashMap$MapReduceEntriesToIntTask
10970java.util.concurrent.ConcurrentHashMap$MapReduceEntriesToLongTask
10971java.util.concurrent.ConcurrentHashMap$MapReduceKeysTask
10972java.util.concurrent.ConcurrentHashMap$MapReduceKeysToDoubleTask
10973java.util.concurrent.ConcurrentHashMap$MapReduceKeysToIntTask
10974java.util.concurrent.ConcurrentHashMap$MapReduceKeysToLongTask
10975java.util.concurrent.ConcurrentHashMap$MapReduceMappingsTask
10976java.util.concurrent.ConcurrentHashMap$MapReduceMappingsToDoubleTask
10977java.util.concurrent.ConcurrentHashMap$MapReduceMappingsToIntTask
10978java.util.concurrent.ConcurrentHashMap$MapReduceMappingsToLongTask
10979java.util.concurrent.ConcurrentHashMap$MapReduceValuesTask
10980java.util.concurrent.ConcurrentHashMap$MapReduceValuesToDoubleTask
10981java.util.concurrent.ConcurrentHashMap$MapReduceValuesToIntTask
10982java.util.concurrent.ConcurrentHashMap$MapReduceValuesToLongTask
Andreas Gampedcad4ca2014-10-03 02:00:29 +000010983java.util.concurrent.ConcurrentHashMap$Node
Andreas Gampe0db10fd2017-02-01 15:57:57 -080010984java.util.concurrent.ConcurrentHashMap$ReduceEntriesTask
10985java.util.concurrent.ConcurrentHashMap$ReduceKeysTask
10986java.util.concurrent.ConcurrentHashMap$ReduceValuesTask
10987java.util.concurrent.ConcurrentHashMap$ReservationNode
10988java.util.concurrent.ConcurrentHashMap$SearchEntriesTask
10989java.util.concurrent.ConcurrentHashMap$SearchKeysTask
10990java.util.concurrent.ConcurrentHashMap$SearchMappingsTask
10991java.util.concurrent.ConcurrentHashMap$SearchValuesTask
Jesse Wilson0d8eeb42011-08-24 09:33:06 -040010992java.util.concurrent.ConcurrentHashMap$Segment
art-benchmark-serviced5115932020-02-25 17:55:03 -080010993java.util.concurrent.ConcurrentHashMap$TableStack
Andreas Gampedcad4ca2014-10-03 02:00:29 +000010994java.util.concurrent.ConcurrentHashMap$Traverser
Andreas Gampe61e7b662015-06-17 23:57:04 -070010995java.util.concurrent.ConcurrentHashMap$TreeBin
10996java.util.concurrent.ConcurrentHashMap$TreeNode
Andreas Gampe0db10fd2017-02-01 15:57:57 -080010997java.util.concurrent.ConcurrentHashMap$ValueIterator
10998java.util.concurrent.ConcurrentHashMap$ValuesView
Calin Juravle00b23d32019-03-08 17:52:20 -080010999java.util.concurrent.ConcurrentHashMap
Calin Juravle4a054192018-05-29 17:52:20 -070011000java.util.concurrent.ConcurrentLinkedDeque$Node
Calin Juravle00b23d32019-03-08 17:52:20 -080011001java.util.concurrent.ConcurrentLinkedDeque
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011002java.util.concurrent.ConcurrentLinkedQueue$Itr
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080011003java.util.concurrent.ConcurrentLinkedQueue$Node
Calin Juravle00b23d32019-03-08 17:52:20 -080011004java.util.concurrent.ConcurrentLinkedQueue
Jesse Wilson0d8eeb42011-08-24 09:33:06 -040011005java.util.concurrent.ConcurrentMap
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011006java.util.concurrent.ConcurrentNavigableMap
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011007java.util.concurrent.ConcurrentSkipListMap$HeadIndex
11008java.util.concurrent.ConcurrentSkipListMap$Index
11009java.util.concurrent.ConcurrentSkipListMap$Iter
11010java.util.concurrent.ConcurrentSkipListMap$KeySet
11011java.util.concurrent.ConcurrentSkipListMap$Node
Calin Juravle4a054192018-05-29 17:52:20 -070011012java.util.concurrent.ConcurrentSkipListMap$ValueIterator
11013java.util.concurrent.ConcurrentSkipListMap$Values
Calin Juravle00b23d32019-03-08 17:52:20 -080011014java.util.concurrent.ConcurrentSkipListMap
Calin Juravle4a054192018-05-29 17:52:20 -070011015java.util.concurrent.ConcurrentSkipListSet
Andreas Gampe0db10fd2017-02-01 15:57:57 -080011016java.util.concurrent.CopyOnWriteArrayList$COWIterator
Calin Juravle00b23d32019-03-08 17:52:20 -080011017java.util.concurrent.CopyOnWriteArrayList
Andreas Gampe61e7b662015-06-17 23:57:04 -070011018java.util.concurrent.CopyOnWriteArraySet
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070011019java.util.concurrent.CountDownLatch$Sync
Calin Juravle00b23d32019-03-08 17:52:20 -080011020java.util.concurrent.CountDownLatch
Andreas Gampe0db10fd2017-02-01 15:57:57 -080011021java.util.concurrent.CountedCompleter
Calin Juravle4a054192018-05-29 17:52:20 -070011022java.util.concurrent.DelayQueue
Andreas Gampe61e7b662015-06-17 23:57:04 -070011023java.util.concurrent.Delayed
Kenny Root9787b802013-04-26 12:53:57 -070011024java.util.concurrent.ExecutionException
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070011025java.util.concurrent.Executor
11026java.util.concurrent.ExecutorService
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070011027java.util.concurrent.Executors$DefaultThreadFactory
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080011028java.util.concurrent.Executors$DelegatedExecutorService
Andreas Gampe61e7b662015-06-17 23:57:04 -070011029java.util.concurrent.Executors$DelegatedScheduledExecutorService
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070011030java.util.concurrent.Executors$FinalizableDelegatedExecutorService
Kenny Root9787b802013-04-26 12:53:57 -070011031java.util.concurrent.Executors$RunnableAdapter
Calin Juravle00b23d32019-03-08 17:52:20 -080011032java.util.concurrent.Executors
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011033java.util.concurrent.ForkJoinPool$1
11034java.util.concurrent.ForkJoinPool$DefaultForkJoinWorkerThreadFactory
11035java.util.concurrent.ForkJoinPool$ForkJoinWorkerThreadFactory
11036java.util.concurrent.ForkJoinPool$ManagedBlocker
Calin Juravle00b23d32019-03-08 17:52:20 -080011037java.util.concurrent.ForkJoinPool
Andreas Gampe0db10fd2017-02-01 15:57:57 -080011038java.util.concurrent.ForkJoinTask$ExceptionNode
Calin Juravle00b23d32019-03-08 17:52:20 -080011039java.util.concurrent.ForkJoinTask
art-benchmark-serviced5115932020-02-25 17:55:03 -080011040java.util.concurrent.ForkJoinWorkerThread
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070011041java.util.concurrent.Future
Kenny Rootdbf30ed2012-09-19 13:08:12 -070011042java.util.concurrent.FutureTask$WaitNode
Calin Juravle00b23d32019-03-08 17:52:20 -080011043java.util.concurrent.FutureTask
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070011044java.util.concurrent.LinkedBlockingDeque$Node
Calin Juravle00b23d32019-03-08 17:52:20 -080011045java.util.concurrent.LinkedBlockingDeque
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011046java.util.concurrent.LinkedBlockingQueue$Itr
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070011047java.util.concurrent.LinkedBlockingQueue$Node
Calin Juravle00b23d32019-03-08 17:52:20 -080011048java.util.concurrent.LinkedBlockingQueue
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011049java.util.concurrent.PriorityBlockingQueue
Andreas Gampe61e7b662015-06-17 23:57:04 -070011050java.util.concurrent.RejectedExecutionException
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070011051java.util.concurrent.RejectedExecutionHandler
11052java.util.concurrent.RunnableFuture
Andreas Gampe61e7b662015-06-17 23:57:04 -070011053java.util.concurrent.RunnableScheduledFuture
Andreas Gampedcad4ca2014-10-03 02:00:29 +000011054java.util.concurrent.ScheduledExecutorService
Andreas Gampe61e7b662015-06-17 23:57:04 -070011055java.util.concurrent.ScheduledFuture
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011056java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue$Itr
Calin Juravle00b23d32019-03-08 17:52:20 -080011057java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue
Andreas Gampe61e7b662015-06-17 23:57:04 -070011058java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask
Calin Juravle00b23d32019-03-08 17:52:20 -080011059java.util.concurrent.ScheduledThreadPoolExecutor
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011060java.util.concurrent.Semaphore$FairSync
Andreas Gampedcad4ca2014-10-03 02:00:29 +000011061java.util.concurrent.Semaphore$NonfairSync
11062java.util.concurrent.Semaphore$Sync
Calin Juravle00b23d32019-03-08 17:52:20 -080011063java.util.concurrent.Semaphore
Andreas Gampedcad4ca2014-10-03 02:00:29 +000011064java.util.concurrent.SynchronousQueue$TransferStack$SNode
Calin Juravle00b23d32019-03-08 17:52:20 -080011065java.util.concurrent.SynchronousQueue$TransferStack
Andreas Gampedcad4ca2014-10-03 02:00:29 +000011066java.util.concurrent.SynchronousQueue$Transferer
Calin Juravle00b23d32019-03-08 17:52:20 -080011067java.util.concurrent.SynchronousQueue
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070011068java.util.concurrent.ThreadFactory
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070011069java.util.concurrent.ThreadLocalRandom$1
Calin Juravle00b23d32019-03-08 17:52:20 -080011070java.util.concurrent.ThreadLocalRandom
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070011071java.util.concurrent.ThreadPoolExecutor$AbortPolicy
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011072java.util.concurrent.ThreadPoolExecutor$DiscardPolicy
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070011073java.util.concurrent.ThreadPoolExecutor$Worker
Calin Juravle00b23d32019-03-08 17:52:20 -080011074java.util.concurrent.ThreadPoolExecutor
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070011075java.util.concurrent.TimeUnit$1
11076java.util.concurrent.TimeUnit$2
11077java.util.concurrent.TimeUnit$3
11078java.util.concurrent.TimeUnit$4
11079java.util.concurrent.TimeUnit$5
11080java.util.concurrent.TimeUnit$6
11081java.util.concurrent.TimeUnit$7
Calin Juravle00b23d32019-03-08 17:52:20 -080011082java.util.concurrent.TimeUnit
Andreas Gampedcad4ca2014-10-03 02:00:29 +000011083java.util.concurrent.TimeoutException
Jesse Wilson80686182011-01-21 17:12:43 -080011084java.util.concurrent.atomic.AtomicBoolean
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080011085java.util.concurrent.atomic.AtomicInteger
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011086java.util.concurrent.atomic.AtomicIntegerArray
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011087java.util.concurrent.atomic.AtomicIntegerFieldUpdater$AtomicIntegerFieldUpdaterImpl
Calin Juravle00b23d32019-03-08 17:52:20 -080011088java.util.concurrent.atomic.AtomicIntegerFieldUpdater
Andreas Gampedcad4ca2014-10-03 02:00:29 +000011089java.util.concurrent.atomic.AtomicLong
Calin Juravle4a054192018-05-29 17:52:20 -070011090java.util.concurrent.atomic.AtomicLongArray
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011091java.util.concurrent.atomic.AtomicLongFieldUpdater$CASUpdater
Calin Juravle00b23d32019-03-08 17:52:20 -080011092java.util.concurrent.atomic.AtomicLongFieldUpdater
Jesse Wilson80686182011-01-21 17:12:43 -080011093java.util.concurrent.atomic.AtomicReference
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011094java.util.concurrent.atomic.AtomicReferenceArray
Andreas Gampe571fc302016-02-18 13:58:09 -080011095java.util.concurrent.atomic.AtomicReferenceFieldUpdater$AtomicReferenceFieldUpdaterImpl
Calin Juravle00b23d32019-03-08 17:52:20 -080011096java.util.concurrent.atomic.AtomicReferenceFieldUpdater
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011097java.util.concurrent.atomic.LongAdder
Calin Juravle4a054192018-05-29 17:52:20 -070011098java.util.concurrent.atomic.Striped64
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080011099java.util.concurrent.locks.AbstractOwnableSynchronizer
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080011100java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject
11101java.util.concurrent.locks.AbstractQueuedSynchronizer$Node
Calin Juravle00b23d32019-03-08 17:52:20 -080011102java.util.concurrent.locks.AbstractQueuedSynchronizer
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070011103java.util.concurrent.locks.Condition
Evan Millar0ea97b82009-03-24 17:49:23 -070011104java.util.concurrent.locks.Lock
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070011105java.util.concurrent.locks.LockSupport
Jesse Wilson80686182011-01-21 17:12:43 -080011106java.util.concurrent.locks.ReadWriteLock
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011107java.util.concurrent.locks.ReentrantLock$FairSync
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080011108java.util.concurrent.locks.ReentrantLock$NonfairSync
11109java.util.concurrent.locks.ReentrantLock$Sync
Calin Juravle00b23d32019-03-08 17:52:20 -080011110java.util.concurrent.locks.ReentrantLock
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011111java.util.concurrent.locks.ReentrantReadWriteLock$FairSync
Jesse Wilson0d8eeb42011-08-24 09:33:06 -040011112java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync
Jesse Wilson80686182011-01-21 17:12:43 -080011113java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070011114java.util.concurrent.locks.ReentrantReadWriteLock$Sync$HoldCounter
Jesse Wilson80686182011-01-21 17:12:43 -080011115java.util.concurrent.locks.ReentrantReadWriteLock$Sync$ThreadLocalHoldCounter
Calin Juravle00b23d32019-03-08 17:52:20 -080011116java.util.concurrent.locks.ReentrantReadWriteLock$Sync
Jesse Wilson80686182011-01-21 17:12:43 -080011117java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock
Calin Juravle00b23d32019-03-08 17:52:20 -080011118java.util.concurrent.locks.ReentrantReadWriteLock
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011119java.util.function.-$$Lambda$BiFunction$q-2HhQ1fzCu6oYNirKhp1W_vpSM
11120java.util.function.-$$Lambda$Consumer$fZIgy_f2Fa5seBa8ztxXTExq2p4
11121java.util.function.-$$Lambda$DoubleUnaryOperator$EzzlhUGRoL66wVBCG-_euZgC-CA
11122java.util.function.-$$Lambda$DoubleUnaryOperator$i7wtM_8Ous-CB32HCfZ4usZ4zaQ
art-benchmark-serviced8f25642020-01-27 20:25:10 -080011123java.util.function.-$$Lambda$Function$1mm3dZ9IMG2T6zAULCCEh3eoHSY
11124java.util.function.-$$Lambda$Predicate$17UUIF1CH_K9duk0ChtjSwOycuM
Andreas Gampe859e2782016-04-06 18:37:56 -070011125java.util.function.BiConsumer
11126java.util.function.BiFunction
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011127java.util.function.BiPredicate
Andreas Gampe0db10fd2017-02-01 15:57:57 -080011128java.util.function.BinaryOperator
art-benchmark-serviced5115932020-02-25 17:55:03 -080011129java.util.function.BooleanSupplier
Andreas Gampe859e2782016-04-06 18:37:56 -070011130java.util.function.Consumer
Andreas Gampe0db10fd2017-02-01 15:57:57 -080011131java.util.function.DoubleBinaryOperator
Calin Juravle4a054192018-05-29 17:52:20 -070011132java.util.function.DoubleSupplier
Mathieu Chartierba2c0462017-05-19 16:41:46 -070011133java.util.function.DoubleUnaryOperator
Andreas Gampe859e2782016-04-06 18:37:56 -070011134java.util.function.Function
Andreas Gampe0db10fd2017-02-01 15:57:57 -080011135java.util.function.IntBinaryOperator
11136java.util.function.IntConsumer
11137java.util.function.IntFunction
art-benchmark-serviced8f25642020-01-27 20:25:10 -080011138java.util.function.IntPredicate
Calin Juravle4a054192018-05-29 17:52:20 -070011139java.util.function.IntSupplier
Andreas Gampe0db10fd2017-02-01 15:57:57 -080011140java.util.function.IntToDoubleFunction
11141java.util.function.IntToLongFunction
11142java.util.function.IntUnaryOperator
11143java.util.function.LongBinaryOperator
Calin Juravle00b23d32019-03-08 17:52:20 -080011144java.util.function.LongConsumer
Calin Juravle4a054192018-05-29 17:52:20 -070011145java.util.function.LongSupplier
Andreas Gampe0db10fd2017-02-01 15:57:57 -080011146java.util.function.LongUnaryOperator
Andreas Gampe859e2782016-04-06 18:37:56 -070011147java.util.function.Predicate
11148java.util.function.Supplier
Andreas Gampe0db10fd2017-02-01 15:57:57 -080011149java.util.function.ToDoubleBiFunction
Andreas Gampe859e2782016-04-06 18:37:56 -070011150java.util.function.ToDoubleFunction
Andreas Gampe0db10fd2017-02-01 15:57:57 -080011151java.util.function.ToIntBiFunction
Andreas Gampe859e2782016-04-06 18:37:56 -070011152java.util.function.ToIntFunction
Andreas Gampe0db10fd2017-02-01 15:57:57 -080011153java.util.function.ToLongBiFunction
Andreas Gampe859e2782016-04-06 18:37:56 -070011154java.util.function.ToLongFunction
11155java.util.function.UnaryOperator
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011156java.util.jar.Attributes$Name
Calin Juravle00b23d32019-03-08 17:52:20 -080011157java.util.jar.Attributes
Evan Millar0ea97b82009-03-24 17:49:23 -070011158java.util.jar.JarEntry
Andreas Gampe0db10fd2017-02-01 15:57:57 -080011159java.util.jar.JarFile$JarEntryIterator
Andreas Gampe571fc302016-02-18 13:58:09 -080011160java.util.jar.JarFile$JarFileEntry
Calin Juravle00b23d32019-03-08 17:52:20 -080011161java.util.jar.JarFile
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011162java.util.jar.JarVerifier$3
11163java.util.jar.JarVerifier$VerifierStream
Calin Juravle00b23d32019-03-08 17:52:20 -080011164java.util.jar.JarVerifier
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011165java.util.jar.Manifest$FastInputStream
Calin Juravle00b23d32019-03-08 17:52:20 -080011166java.util.jar.Manifest
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070011167java.util.logging.ErrorManager
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011168java.util.logging.FileHandler$MeteredStream
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070011169java.util.logging.Formatter
Evan Millar0ea97b82009-03-24 17:49:23 -070011170java.util.logging.Handler
Andreas Gampe571fc302016-02-18 13:58:09 -080011171java.util.logging.Level$KnownLevel
Calin Juravle00b23d32019-03-08 17:52:20 -080011172java.util.logging.Level
Evan Millar0ea97b82009-03-24 17:49:23 -070011173java.util.logging.LogManager$1
Andreas Gampe571fc302016-02-18 13:58:09 -080011174java.util.logging.LogManager$2
Andreas Gampe0db10fd2017-02-01 15:57:57 -080011175java.util.logging.LogManager$3
11176java.util.logging.LogManager$5
Andreas Gampe571fc302016-02-18 13:58:09 -080011177java.util.logging.LogManager$Cleaner
11178java.util.logging.LogManager$LogNode
Andreas Gampe571fc302016-02-18 13:58:09 -080011179java.util.logging.LogManager$LoggerContext$1
Calin Juravle00b23d32019-03-08 17:52:20 -080011180java.util.logging.LogManager$LoggerContext
Andreas Gampe571fc302016-02-18 13:58:09 -080011181java.util.logging.LogManager$LoggerWeakRef
11182java.util.logging.LogManager$RootLogger
11183java.util.logging.LogManager$SystemLoggerContext
Calin Juravle00b23d32019-03-08 17:52:20 -080011184java.util.logging.LogManager
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011185java.util.logging.LogRecord
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011186java.util.logging.Logger$1
Andreas Gampe0db10fd2017-02-01 15:57:57 -080011187java.util.logging.Logger$LoggerBundle
art-benchmark-serviced5115932020-02-25 17:55:03 -080011188java.util.logging.Logger$SystemLoggerHelper$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -080011189java.util.logging.Logger$SystemLoggerHelper
Calin Juravle00b23d32019-03-08 17:52:20 -080011190java.util.logging.Logger
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080011191java.util.logging.LoggingPermission
Andreas Gampe571fc302016-02-18 13:58:09 -080011192java.util.logging.LoggingProxyImpl
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011193java.util.logging.StreamHandler
Andreas Gampe859e2782016-04-06 18:37:56 -070011194java.util.prefs.AbstractPreferences
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011195java.util.prefs.BackingStoreException
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011196java.util.prefs.FileSystemPreferences$3
Calin Juravle00b23d32019-03-08 17:52:20 -080011197java.util.prefs.FileSystemPreferences
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011198java.util.prefs.FileSystemPreferencesFactory
Andreas Gampe859e2782016-04-06 18:37:56 -070011199java.util.prefs.Preferences
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011200java.util.prefs.PreferencesFactory
Andreas Gampe61e7b662015-06-17 23:57:04 -070011201java.util.regex.MatchResult
11202java.util.regex.Matcher
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080011203java.util.regex.Pattern
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070011204java.util.regex.PatternSyntaxException
Calin Juravle4a054192018-05-29 17:52:20 -070011205java.util.stream.-$$Lambda$Collectors$0y_EMl863H_U7B4kxyGscB4vAag
Calin Juravle00b23d32019-03-08 17:52:20 -080011206java.util.stream.-$$Lambda$Collectors$F7-we3W7I2plNaGHqh_d2lzmvho
art-benchmark-serviced8f25642020-01-27 20:25:10 -080011207java.util.stream.-$$Lambda$Collectors$SMVdf7W0ks2OOmS3zJw7DHc-Nhc
Calin Juravle00b23d32019-03-08 17:52:20 -080011208java.util.stream.-$$Lambda$Collectors$TzSZZBK0laNSWMge_uuxANwkkMo
Calin Juravle4a054192018-05-29 17:52:20 -070011209java.util.stream.-$$Lambda$Collectors$f0IPpRuyw9HZC8FIP30mNjUUUhw
Calin Juravle00b23d32019-03-08 17:52:20 -080011210java.util.stream.-$$Lambda$Collectors$f68RHYk8qNU7alEHPPrPoFuCJO4
11211java.util.stream.-$$Lambda$Collectors$iab6bVO3ydceISRiUEq_MRHYzoU
art-benchmark-serviced8f25642020-01-27 20:25:10 -080011212java.util.stream.-$$Lambda$Collectors$kXZFmh6iM6xf9lJWimhd2Ef6NEs
11213java.util.stream.-$$Lambda$Collectors$nKlT6uFghrTzWO44dlFAJFeRr34
Calin Juravle00b23d32019-03-08 17:52:20 -080011214java.util.stream.-$$Lambda$Collectors$pzPeDl3rCgtNVSeZPHZk5f2se60
11215java.util.stream.-$$Lambda$Drw47GGUtPrz9CklhlT0v26u-5c
art-benchmark-serviced8f25642020-01-27 20:25:10 -080011216java.util.stream.-$$Lambda$IntPipeline$R-E7oGjPWog3HR9X-8MdhU1ZGRE
11217java.util.stream.-$$Lambda$IntPipeline$ozedusDMANE_B8aDthWCd1L-na4
Calin Juravle36829e52019-04-10 19:07:47 -070011218java.util.stream.-$$Lambda$MatchOps$_LtFSpSMfVwoPv-8p_1cMGGcaHA
art-benchmark-serviced8f25642020-01-27 20:25:10 -080011219java.util.stream.-$$Lambda$MatchOps$emK14UX33I4-nqH2o5l7hLEVAy8
Calin Juravle00b23d32019-03-08 17:52:20 -080011220java.util.stream.-$$Lambda$ReferencePipeline$mk6xSsLZAKvG89IyN8pzBoM6otw
Calin Juravle4a054192018-05-29 17:52:20 -070011221java.util.stream.-$$Lambda$bjSXRjZ5UYwAzkW-XPKwqbJ9BRQ
Calin Juravle00b23d32019-03-08 17:52:20 -080011222java.util.stream.-$$Lambda$dplkPhACWDPIy18ogwdupEQaN40
11223java.util.stream.-$$Lambda$i0Jl5dMkfWphZviqg6QdkkWPWRI
Calin Juravle4a054192018-05-29 17:52:20 -070011224java.util.stream.-$$Lambda$ihOtgw0eLCrsEBOphyN7SwoAlDg
Calin Juravle00b23d32019-03-08 17:52:20 -080011225java.util.stream.-$$Lambda$okJigbB9kSn__oCZ5Do9uFNyF6A
art-benchmark-serviced8f25642020-01-27 20:25:10 -080011226java.util.stream.-$$Lambda$ono9Bp0lMrKbIRfAAYdycY0_qag
Calin Juravle4a054192018-05-29 17:52:20 -070011227java.util.stream.-$$Lambda$opQ7JxjVCJzqzgTxGU3LVtqC7is
art-benchmark-serviced8f25642020-01-27 20:25:10 -080011228java.util.stream.-$$Lambda$r-8H_R_mZJjp9wd0XTLoEAHMNQ0
Calin Juravle00b23d32019-03-08 17:52:20 -080011229java.util.stream.-$$Lambda$ry7iWszBr7beYy31SdRxibDyciQ
11230java.util.stream.-$$Lambda$sKPaOkcQePGTRevrwmKVVhCTmTo
art-benchmark-serviced8f25642020-01-27 20:25:10 -080011231java.util.stream.-$$Lambda$uJ6CkL42Bk73jN5EzP0Fx7o1eVA
11232java.util.stream.-$$Lambda$wFoiz-RiPqYBPe0X4aSzbj2iL3g
Calin Juravle4a054192018-05-29 17:52:20 -070011233java.util.stream.-$$Lambda$yTqQxkqu88ZhKI6fWaTTLwOLF60
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011234java.util.stream.AbstractPipeline
art-benchmark-serviced8f25642020-01-27 20:25:10 -080011235java.util.stream.AbstractSpinedBuffer
Andreas Gampe859e2782016-04-06 18:37:56 -070011236java.util.stream.BaseStream
Calin Juravle4a054192018-05-29 17:52:20 -070011237java.util.stream.Collector$Characteristics
Calin Juravle00b23d32019-03-08 17:52:20 -080011238java.util.stream.Collector
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011239java.util.stream.Collectors$CollectorImpl
Calin Juravle00b23d32019-03-08 17:52:20 -080011240java.util.stream.Collectors
Calin Juravle4a054192018-05-29 17:52:20 -070011241java.util.stream.DistinctOps$1$2
Calin Juravle00b23d32019-03-08 17:52:20 -080011242java.util.stream.DistinctOps$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -080011243java.util.stream.DistinctOps
Andreas Gampe0db10fd2017-02-01 15:57:57 -080011244java.util.stream.DoubleStream
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011245java.util.stream.FindOps$FindOp
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011246java.util.stream.FindOps$FindSink$OfRef
Calin Juravle00b23d32019-03-08 17:52:20 -080011247java.util.stream.FindOps$FindSink
11248java.util.stream.FindOps
11249java.util.stream.ForEachOps$ForEachOp$OfRef
11250java.util.stream.ForEachOps$ForEachOp
11251java.util.stream.ForEachOps
11252java.util.stream.IntPipeline$4$1
11253java.util.stream.IntPipeline$4
art-benchmark-serviced8f25642020-01-27 20:25:10 -080011254java.util.stream.IntPipeline$Head
Calin Juravle36829e52019-04-10 19:07:47 -070011255java.util.stream.IntPipeline$StatelessOp
Calin Juravle00b23d32019-03-08 17:52:20 -080011256java.util.stream.IntPipeline
Andreas Gampecbcb9e32016-06-03 17:24:05 -070011257java.util.stream.IntStream
Calin Juravle00b23d32019-03-08 17:52:20 -080011258java.util.stream.LongPipeline$StatelessOp
11259java.util.stream.LongPipeline
Andreas Gampe0db10fd2017-02-01 15:57:57 -080011260java.util.stream.LongStream
Calin Juravle36829e52019-04-10 19:07:47 -070011261java.util.stream.MatchOps$1MatchSink
11262java.util.stream.MatchOps$BooleanTerminalSink
11263java.util.stream.MatchOps$MatchKind
11264java.util.stream.MatchOps$MatchOp
11265java.util.stream.MatchOps
art-benchmark-serviced8f25642020-01-27 20:25:10 -080011266java.util.stream.Node$Builder$OfInt
Calin Juravle36829e52019-04-10 19:07:47 -070011267java.util.stream.Node$Builder
11268java.util.stream.Node$OfDouble
11269java.util.stream.Node$OfInt
11270java.util.stream.Node$OfLong
11271java.util.stream.Node$OfPrimitive
11272java.util.stream.Node
art-benchmark-serviced8f25642020-01-27 20:25:10 -080011273java.util.stream.Nodes$ArrayNode
Calin Juravle36829e52019-04-10 19:07:47 -070011274java.util.stream.Nodes$EmptyNode$OfDouble
11275java.util.stream.Nodes$EmptyNode$OfInt
11276java.util.stream.Nodes$EmptyNode$OfLong
11277java.util.stream.Nodes$EmptyNode$OfRef
11278java.util.stream.Nodes$EmptyNode
art-benchmark-serviced8f25642020-01-27 20:25:10 -080011279java.util.stream.Nodes$FixedNodeBuilder
11280java.util.stream.Nodes$IntArrayNode
11281java.util.stream.Nodes$IntFixedNodeBuilder
11282java.util.stream.Nodes$IntSpinedNodeBuilder
Calin Juravle36829e52019-04-10 19:07:47 -070011283java.util.stream.Nodes
Mathieu Chartierba2c0462017-05-19 16:41:46 -070011284java.util.stream.PipelineHelper
Calin Juravle4a054192018-05-29 17:52:20 -070011285java.util.stream.ReduceOps$1
11286java.util.stream.ReduceOps$1ReducingSink
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011287java.util.stream.ReduceOps$3
11288java.util.stream.ReduceOps$3ReducingSink
art-benchmark-serviced8f25642020-01-27 20:25:10 -080011289java.util.stream.ReduceOps$5
11290java.util.stream.ReduceOps$5ReducingSink
Calin Juravle00b23d32019-03-08 17:52:20 -080011291java.util.stream.ReduceOps$8
11292java.util.stream.ReduceOps$8ReducingSink
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011293java.util.stream.ReduceOps$AccumulatingSink
11294java.util.stream.ReduceOps$Box
11295java.util.stream.ReduceOps$ReduceOp
Calin Juravle00b23d32019-03-08 17:52:20 -080011296java.util.stream.ReduceOps
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070011297java.util.stream.ReferencePipeline$2$1
Calin Juravle00b23d32019-03-08 17:52:20 -080011298java.util.stream.ReferencePipeline$2
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011299java.util.stream.ReferencePipeline$3$1
Calin Juravle00b23d32019-03-08 17:52:20 -080011300java.util.stream.ReferencePipeline$3
Calin Juravle36829e52019-04-10 19:07:47 -070011301java.util.stream.ReferencePipeline$4$1
11302java.util.stream.ReferencePipeline$4
Calin Juravle00b23d32019-03-08 17:52:20 -080011303java.util.stream.ReferencePipeline$5$1
11304java.util.stream.ReferencePipeline$5
Mathieu Chartierba2c0462017-05-19 16:41:46 -070011305java.util.stream.ReferencePipeline$Head
Calin Juravle4a054192018-05-29 17:52:20 -070011306java.util.stream.ReferencePipeline$StatefulOp
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011307java.util.stream.ReferencePipeline$StatelessOp
Calin Juravle00b23d32019-03-08 17:52:20 -080011308java.util.stream.ReferencePipeline
11309java.util.stream.Sink$ChainedInt
Mathieu Chartierba2c0462017-05-19 16:41:46 -070011310java.util.stream.Sink$ChainedReference
Calin Juravle36829e52019-04-10 19:07:47 -070011311java.util.stream.Sink$OfInt
Calin Juravle00b23d32019-03-08 17:52:20 -080011312java.util.stream.Sink$OfLong
11313java.util.stream.Sink
11314java.util.stream.SliceOps$1$1
11315java.util.stream.SliceOps$1
11316java.util.stream.SliceOps
art-benchmark-serviced8f25642020-01-27 20:25:10 -080011317java.util.stream.SpinedBuffer$OfInt
11318java.util.stream.SpinedBuffer$OfPrimitive
Andreas Gampe859e2782016-04-06 18:37:56 -070011319java.util.stream.Stream
Mathieu Chartierba2c0462017-05-19 16:41:46 -070011320java.util.stream.StreamOpFlag$MaskBuilder
Calin Juravle4a054192018-05-29 17:52:20 -070011321java.util.stream.StreamOpFlag$Type
Calin Juravle00b23d32019-03-08 17:52:20 -080011322java.util.stream.StreamOpFlag
Calin Juravle4a054192018-05-29 17:52:20 -070011323java.util.stream.StreamShape
Calin Juravle00b23d32019-03-08 17:52:20 -080011324java.util.stream.StreamSpliterators$InfiniteSupplyingSpliterator$OfRef
11325java.util.stream.StreamSpliterators$InfiniteSupplyingSpliterator
Andreas Gampe859e2782016-04-06 18:37:56 -070011326java.util.stream.StreamSupport
art-benchmark-serviced8f25642020-01-27 20:25:10 -080011327java.util.stream.Streams$2
11328java.util.stream.Streams$ConcatSpliterator$OfRef
11329java.util.stream.Streams$ConcatSpliterator
art-benchmark-servicead05a302020-03-17 09:46:02 -070011330java.util.stream.Streams$RangeIntSpliterator
art-benchmark-serviced8f25642020-01-27 20:25:10 -080011331java.util.stream.Streams
Mathieu Chartierba2c0462017-05-19 16:41:46 -070011332java.util.stream.TerminalOp
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011333java.util.stream.TerminalSink
Andreas Gampe61e7b662015-06-17 23:57:04 -070011334java.util.zip.Adler32
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080011335java.util.zip.CRC32
Andreas Gampe571fc302016-02-18 13:58:09 -080011336java.util.zip.CheckedInputStream
Andreas Gampe61e7b662015-06-17 23:57:04 -070011337java.util.zip.Checksum
11338java.util.zip.DataFormatException
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080011339java.util.zip.Deflater
Kenny Root9787b802013-04-26 12:53:57 -070011340java.util.zip.DeflaterOutputStream
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070011341java.util.zip.GZIPInputStream$1
Calin Juravle00b23d32019-03-08 17:52:20 -080011342java.util.zip.GZIPInputStream
Kenny Root9787b802013-04-26 12:53:57 -070011343java.util.zip.GZIPOutputStream
Evan Millar0ea97b82009-03-24 17:49:23 -070011344java.util.zip.Inflater
11345java.util.zip.InflaterInputStream
Andreas Gampe571fc302016-02-18 13:58:09 -080011346java.util.zip.ZStreamRef
11347java.util.zip.ZipCoder
Andreas Gampe61e7b662015-06-17 23:57:04 -070011348java.util.zip.ZipConstants
11349java.util.zip.ZipEntry
art-benchmark-serviced5115932020-02-25 17:55:03 -080011350java.util.zip.ZipError
Calin Juravle4a054192018-05-29 17:52:20 -070011351java.util.zip.ZipException
Andreas Gampe0db10fd2017-02-01 15:57:57 -080011352java.util.zip.ZipFile$ZipEntryIterator
Andreas Gampe571fc302016-02-18 13:58:09 -080011353java.util.zip.ZipFile$ZipFileInflaterInputStream
11354java.util.zip.ZipFile$ZipFileInputStream
Calin Juravle00b23d32019-03-08 17:52:20 -080011355java.util.zip.ZipFile
art-benchmark-serviced5115932020-02-25 17:55:03 -080011356java.util.zip.ZipInputStream
11357java.util.zip.ZipOutputStream
Andreas Gampe0db10fd2017-02-01 15:57:57 -080011358java.util.zip.ZipUtils
Calin Juravle00b23d32019-03-08 17:52:20 -080011359javax.crypto.AEADBadTagException
Andreas Gampedcad4ca2014-10-03 02:00:29 +000011360javax.crypto.BadPaddingException
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011361javax.crypto.Cipher$1
Mathieu Chartierba2c0462017-05-19 16:41:46 -070011362javax.crypto.Cipher$CipherSpiAndProvider
11363javax.crypto.Cipher$InitParams
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011364javax.crypto.Cipher$InitType
11365javax.crypto.Cipher$NeedToSet
Mathieu Chartierba2c0462017-05-19 16:41:46 -070011366javax.crypto.Cipher$SpiAndProviderUpdater
11367javax.crypto.Cipher$Transform
Calin Juravle00b23d32019-03-08 17:52:20 -080011368javax.crypto.Cipher
art-benchmark-serviced5115932020-02-25 17:55:03 -080011369javax.crypto.CipherOutputStream
Mathieu Chartierba2c0462017-05-19 16:41:46 -070011370javax.crypto.CipherSpi
Andreas Gampedcad4ca2014-10-03 02:00:29 +000011371javax.crypto.IllegalBlockSizeException
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011372javax.crypto.JceSecurity
11373javax.crypto.KeyGenerator
11374javax.crypto.KeyGeneratorSpi
11375javax.crypto.Mac
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070011376javax.crypto.MacSpi
Andreas Gampedcad4ca2014-10-03 02:00:29 +000011377javax.crypto.NoSuchPaddingException
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070011378javax.crypto.NullCipher
Andreas Gampe61e7b662015-06-17 23:57:04 -070011379javax.crypto.SecretKey
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011380javax.crypto.SecretKeyFactory
11381javax.crypto.SecretKeyFactorySpi
Mathieu Chartierba2c0462017-05-19 16:41:46 -070011382javax.crypto.ShortBufferException
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011383javax.crypto.interfaces.PBEKey
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070011384javax.crypto.spec.GCMParameterSpec
Andreas Gampe61e7b662015-06-17 23:57:04 -070011385javax.crypto.spec.IvParameterSpec
Calin Juravle4a054192018-05-29 17:52:20 -070011386javax.crypto.spec.OAEPParameterSpec
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011387javax.crypto.spec.PBEKeySpec
11388javax.crypto.spec.PBEParameterSpec
Calin Juravle4a054192018-05-29 17:52:20 -070011389javax.crypto.spec.PSource$PSpecified
Calin Juravle00b23d32019-03-08 17:52:20 -080011390javax.crypto.spec.PSource
Andreas Gampe61e7b662015-06-17 23:57:04 -070011391javax.crypto.spec.SecretKeySpec
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080011392javax.microedition.khronos.egl.EGL10
Calin Juravle00b23d32019-03-08 17:52:20 -080011393javax.microedition.khronos.egl.EGL
Mathieu Chartierba2c0462017-05-19 16:41:46 -070011394javax.microedition.khronos.egl.EGLConfig
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011395javax.microedition.khronos.egl.EGLContext
Mathieu Chartierba2c0462017-05-19 16:41:46 -070011396javax.microedition.khronos.egl.EGLDisplay
11397javax.microedition.khronos.egl.EGLSurface
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080011398javax.microedition.khronos.opengles.GL10
11399javax.microedition.khronos.opengles.GL10Ext
11400javax.microedition.khronos.opengles.GL11
11401javax.microedition.khronos.opengles.GL11Ext
11402javax.microedition.khronos.opengles.GL11ExtensionPack
Calin Juravle00b23d32019-03-08 17:52:20 -080011403javax.microedition.khronos.opengles.GL
Andreas Gampedcad4ca2014-10-03 02:00:29 +000011404javax.net.DefaultSocketFactory
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011405javax.net.ServerSocketFactory
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070011406javax.net.SocketFactory
Andreas Gampe571fc302016-02-18 13:58:09 -080011407javax.net.ssl.ExtendedSSLSession
Calin Juravle00b23d32019-03-08 17:52:20 -080011408javax.net.ssl.HandshakeCompletedEvent
Andreas Gampe61e7b662015-06-17 23:57:04 -070011409javax.net.ssl.HandshakeCompletedListener
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070011410javax.net.ssl.HostnameVerifier
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080011411javax.net.ssl.HttpsURLConnection
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070011412javax.net.ssl.KeyManager
Andreas Gampe571fc302016-02-18 13:58:09 -080011413javax.net.ssl.KeyManagerFactory$1
Calin Juravle00b23d32019-03-08 17:52:20 -080011414javax.net.ssl.KeyManagerFactory
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070011415javax.net.ssl.KeyManagerFactorySpi
Calin Juravle00b23d32019-03-08 17:52:20 -080011416javax.net.ssl.ManagerFactoryParameters
Andreas Gampe859e2782016-04-06 18:37:56 -070011417javax.net.ssl.SNIHostName
art-benchmark-serviced5115932020-02-25 17:55:03 -080011418javax.net.ssl.SNIMatcher
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011419javax.net.ssl.SNIServerName
Andreas Gampe61e7b662015-06-17 23:57:04 -070011420javax.net.ssl.SSLContext
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070011421javax.net.ssl.SSLContextSpi
Andreas Gampe61e7b662015-06-17 23:57:04 -070011422javax.net.ssl.SSLEngine
art-benchmark-serviced5115932020-02-25 17:55:03 -080011423javax.net.ssl.SSLEngineResult$HandshakeStatus
11424javax.net.ssl.SSLEngineResult$Status
Calin Juravle00b23d32019-03-08 17:52:20 -080011425javax.net.ssl.SSLEngineResult
Andreas Gampedcad4ca2014-10-03 02:00:29 +000011426javax.net.ssl.SSLException
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011427javax.net.ssl.SSLHandshakeException
Andreas Gampe571fc302016-02-18 13:58:09 -080011428javax.net.ssl.SSLParameters
Andreas Gampedcad4ca2014-10-03 02:00:29 +000011429javax.net.ssl.SSLPeerUnverifiedException
11430javax.net.ssl.SSLProtocolException
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011431javax.net.ssl.SSLServerSocketFactory
Jesse Wilson0d8eeb42011-08-24 09:33:06 -040011432javax.net.ssl.SSLSession
Calin Juravle00b23d32019-03-08 17:52:20 -080011433javax.net.ssl.SSLSessionBindingEvent
11434javax.net.ssl.SSLSessionBindingListener
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070011435javax.net.ssl.SSLSessionContext
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080011436javax.net.ssl.SSLSocket
Mathieu Chartierba2c0462017-05-19 16:41:46 -070011437javax.net.ssl.SSLSocketFactory$1
Calin Juravle00b23d32019-03-08 17:52:20 -080011438javax.net.ssl.SSLSocketFactory
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070011439javax.net.ssl.TrustManager
Andreas Gampe571fc302016-02-18 13:58:09 -080011440javax.net.ssl.TrustManagerFactory$1
Calin Juravle00b23d32019-03-08 17:52:20 -080011441javax.net.ssl.TrustManagerFactory
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070011442javax.net.ssl.TrustManagerFactorySpi
11443javax.net.ssl.X509ExtendedKeyManager
Andreas Gampe571fc302016-02-18 13:58:09 -080011444javax.net.ssl.X509ExtendedTrustManager
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070011445javax.net.ssl.X509KeyManager
11446javax.net.ssl.X509TrustManager
Andreas Gampe0db10fd2017-02-01 15:57:57 -080011447javax.security.auth.Destroyable
Andreas Gampe571fc302016-02-18 13:58:09 -080011448javax.security.auth.callback.UnsupportedCallbackException
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080011449javax.security.auth.x500.X500Principal
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011450javax.security.cert.Certificate
Calin Juravle00b23d32019-03-08 17:52:20 -080011451javax.security.cert.CertificateEncodingException
Andreas Gampedcad4ca2014-10-03 02:00:29 +000011452javax.security.cert.CertificateException
Calin Juravle4a054192018-05-29 17:52:20 -070011453javax.security.cert.X509Certificate$1
Calin Juravle00b23d32019-03-08 17:52:20 -080011454javax.security.cert.X509Certificate
art-benchmark-servicead05a302020-03-17 09:46:02 -070011455javax.sip.ObjectInUseException
Calin Juravle36829e52019-04-10 19:07:47 -070011456javax.sip.SipException
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011457javax.xml.parsers.DocumentBuilder
11458javax.xml.parsers.DocumentBuilderFactory
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070011459javax.xml.parsers.ParserConfigurationException
11460javax.xml.parsers.SAXParser
11461javax.xml.parsers.SAXParserFactory
art-benchmark-serviced5115932020-02-25 17:55:03 -080011462jdk.internal.util.Preconditions
art-benchmark-serviced8f25642020-01-27 20:25:10 -080011463libcore.content.type.-$$Lambda$MimeMap$xJ95jeANwfbnj45hvSUmlPtZWWg
11464libcore.content.type.MimeMap$MemoizingSupplier
11465libcore.content.type.MimeMap
Calin Juravle4a054192018-05-29 17:52:20 -070011466libcore.icu.DateIntervalFormat
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070011467libcore.icu.DateUtilsBridge
Jesse Wilson80686182011-01-21 17:12:43 -080011468libcore.icu.ICU
11469libcore.icu.LocaleData
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011470libcore.icu.RelativeDateTimeFormatter$FormatterCache
art-benchmark-serviced8f25642020-01-27 20:25:10 -080011471libcore.icu.RelativeDateTimeFormatter
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011472libcore.icu.TimeZoneNames$1
11473libcore.icu.TimeZoneNames$ZoneStringsCache
Calin Juravle00b23d32019-03-08 17:52:20 -080011474libcore.icu.TimeZoneNames
Jesse Wilson0d8eeb42011-08-24 09:33:06 -040011475libcore.internal.StringPool
11476libcore.io.AsynchronousCloseMonitor
Andreas Gampe61e7b662015-06-17 23:57:04 -070011477libcore.io.BlockGuardOs
Jesse Wilson80686182011-01-21 17:12:43 -080011478libcore.io.BufferIterator
Andreas Gampe571fc302016-02-18 13:58:09 -080011479libcore.io.ClassPathURLStreamHandler$ClassPathURLConnection$1
Calin Juravle00b23d32019-03-08 17:52:20 -080011480libcore.io.ClassPathURLStreamHandler$ClassPathURLConnection
11481libcore.io.ClassPathURLStreamHandler
Andreas Gampe61e7b662015-06-17 23:57:04 -070011482libcore.io.ForwardingOs
Jesse Wilson0d8eeb42011-08-24 09:33:06 -040011483libcore.io.IoBridge
Andreas Gampe0db10fd2017-02-01 15:57:57 -080011484libcore.io.IoTracker$Mode
Calin Juravle00b23d32019-03-08 17:52:20 -080011485libcore.io.IoTracker
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011486libcore.io.IoUtils$FileReader
Calin Juravle00b23d32019-03-08 17:52:20 -080011487libcore.io.IoUtils
Andreas Gampe61e7b662015-06-17 23:57:04 -070011488libcore.io.Libcore
Mathieu Chartierba2c0462017-05-19 16:41:46 -070011489libcore.io.Linux
Andreas Gampe61e7b662015-06-17 23:57:04 -070011490libcore.io.Memory
Jesse Wilson80686182011-01-21 17:12:43 -080011491libcore.io.MemoryMappedFile
11492libcore.io.NioBufferIterator
Andreas Gampe61e7b662015-06-17 23:57:04 -070011493libcore.io.Os
art-benchmark-serviced8f25642020-01-27 20:25:10 -080011494libcore.io.Streams
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011495libcore.math.MathUtils
Calin Juravle00b23d32019-03-08 17:52:20 -080011496libcore.net.InetAddressUtils
Andreas Gampe571fc302016-02-18 13:58:09 -080011497libcore.net.NetworkSecurityPolicy$DefaultNetworkSecurityPolicy
Calin Juravle00b23d32019-03-08 17:52:20 -080011498libcore.net.NetworkSecurityPolicy
Andreas Gampedcad4ca2014-10-03 02:00:29 +000011499libcore.net.event.NetworkEventDispatcher
11500libcore.net.event.NetworkEventListener
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011501libcore.net.http.HttpDate$1
Calin Juravle00b23d32019-03-08 17:52:20 -080011502libcore.net.http.HttpDate
Andreas Gampe571fc302016-02-18 13:58:09 -080011503libcore.reflect.AnnotatedElements
Andreas Gampedcad4ca2014-10-03 02:00:29 +000011504libcore.reflect.AnnotationFactory
Andreas Gampedcad4ca2014-10-03 02:00:29 +000011505libcore.reflect.AnnotationMember$DefaultValues
Calin Juravle00b23d32019-03-08 17:52:20 -080011506libcore.reflect.AnnotationMember
Mathieu Chartierba2c0462017-05-19 16:41:46 -070011507libcore.reflect.GenericArrayTypeImpl
Andreas Gampe61e7b662015-06-17 23:57:04 -070011508libcore.reflect.GenericSignatureParser
Andreas Gampe61e7b662015-06-17 23:57:04 -070011509libcore.reflect.ListOfTypes
Mathieu Chartierba2c0462017-05-19 16:41:46 -070011510libcore.reflect.ListOfVariables
11511libcore.reflect.ParameterizedTypeImpl
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011512libcore.reflect.TypeVariableImpl
Andreas Gampe61e7b662015-06-17 23:57:04 -070011513libcore.reflect.Types
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011514libcore.reflect.WildcardTypeImpl
art-benchmark-serviced8f25642020-01-27 20:25:10 -080011515libcore.timezone.CountryTimeZones$OffsetResult
Calin Juravle00b23d32019-03-08 17:52:20 -080011516libcore.timezone.CountryTimeZones$TimeZoneMapping
11517libcore.timezone.CountryTimeZones
Neil Fuller0ac8df02018-11-16 16:19:26 +000011518libcore.timezone.TimeZoneDataFiles
Calin Juravle00b23d32019-03-08 17:52:20 -080011519libcore.timezone.TimeZoneFinder$SelectiveCountryTimeZonesExtractor
11520libcore.timezone.TimeZoneFinder$TimeZonesProcessor
11521libcore.timezone.TimeZoneFinder
art-benchmark-serviced5115932020-02-25 17:55:03 -080011522libcore.timezone.ZoneInfoDB$1
11523libcore.timezone.ZoneInfoDB$TzData$1
11524libcore.timezone.ZoneInfoDB$TzData
11525libcore.timezone.ZoneInfoDB
11526libcore.timezone.ZoneInfoDb$1
11527libcore.timezone.ZoneInfoDb
Calin Juravle00b23d32019-03-08 17:52:20 -080011528libcore.util.ArrayUtils
Andreas Gampe61e7b662015-06-17 23:57:04 -070011529libcore.util.BasicLruCache
11530libcore.util.CharsetUtils
11531libcore.util.CollectionUtils
Andreas Gampe61e7b662015-06-17 23:57:04 -070011532libcore.util.EmptyArray
art-benchmark-serviced5115932020-02-25 17:55:03 -080011533libcore.util.FP16
art-benchmark-serviced8f25642020-01-27 20:25:10 -080011534libcore.util.HexEncoding
Andreas Gampe571fc302016-02-18 13:58:09 -080011535libcore.util.NativeAllocationRegistry$CleanerRunner
11536libcore.util.NativeAllocationRegistry$CleanerThunk
Calin Juravle00b23d32019-03-08 17:52:20 -080011537libcore.util.NativeAllocationRegistry
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070011538libcore.util.Objects
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011539libcore.util.SneakyThrow
Calin Juravle00b23d32019-03-08 17:52:20 -080011540libcore.util.XmlObjectFactory
Mathieu Chartierba2c0462017-05-19 16:41:46 -070011541libcore.util.ZoneInfo$CheckedArithmeticException
Mathieu Chartierba2c0462017-05-19 16:41:46 -070011542libcore.util.ZoneInfo$WallTime
Calin Juravle00b23d32019-03-08 17:52:20 -080011543libcore.util.ZoneInfo
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080011544org.apache.harmony.dalvik.NativeTestTarget
Andreas Gampe61e7b662015-06-17 23:57:04 -070011545org.apache.harmony.dalvik.ddmc.Chunk
11546org.apache.harmony.dalvik.ddmc.ChunkHandler
11547org.apache.harmony.dalvik.ddmc.DdmServer
Andreas Gampedcad4ca2014-10-03 02:00:29 +000011548org.apache.harmony.dalvik.ddmc.DdmVmInternal
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080011549org.apache.harmony.xml.ExpatAttributes
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011550org.apache.harmony.xml.ExpatException
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070011551org.apache.harmony.xml.ExpatParser$CurrentAttributes
11552org.apache.harmony.xml.ExpatParser$ExpatLocator
Calin Juravle00b23d32019-03-08 17:52:20 -080011553org.apache.harmony.xml.ExpatParser
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070011554org.apache.harmony.xml.ExpatReader
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011555org.apache.harmony.xml.dom.CharacterDataImpl
11556org.apache.harmony.xml.dom.DocumentImpl
11557org.apache.harmony.xml.dom.ElementImpl
11558org.apache.harmony.xml.dom.InnerNodeImpl
11559org.apache.harmony.xml.dom.LeafNodeImpl
11560org.apache.harmony.xml.dom.NodeImpl$1
Calin Juravle00b23d32019-03-08 17:52:20 -080011561org.apache.harmony.xml.dom.NodeImpl
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011562org.apache.harmony.xml.dom.NodeListImpl
11563org.apache.harmony.xml.dom.TextImpl
11564org.apache.harmony.xml.parsers.DocumentBuilderFactoryImpl
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070011565org.apache.harmony.xml.parsers.SAXParserFactoryImpl
11566org.apache.harmony.xml.parsers.SAXParserImpl
Andreas Gampedcad4ca2014-10-03 02:00:29 +000011567org.apache.http.conn.ConnectTimeoutException
art-benchmark-serviced5115932020-02-25 17:55:03 -080011568org.apache.http.conn.scheme.HostNameResolver
Mathieu Chartierba2c0462017-05-19 16:41:46 -070011569org.apache.http.conn.scheme.LayeredSocketFactory
Mathieu Chartierba2c0462017-05-19 16:41:46 -070011570org.apache.http.conn.scheme.SocketFactory
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011571org.apache.http.conn.ssl.AbstractVerifier
Mathieu Chartierba2c0462017-05-19 16:41:46 -070011572org.apache.http.conn.ssl.AllowAllHostnameVerifier
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011573org.apache.http.conn.ssl.AndroidDistinguishedNameParser
Mathieu Chartierba2c0462017-05-19 16:41:46 -070011574org.apache.http.conn.ssl.BrowserCompatHostnameVerifier
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011575org.apache.http.conn.ssl.SSLSocketFactory
Mathieu Chartierba2c0462017-05-19 16:41:46 -070011576org.apache.http.conn.ssl.StrictHostnameVerifier
11577org.apache.http.conn.ssl.X509HostnameVerifier
Mathieu Chartierba2c0462017-05-19 16:41:46 -070011578org.apache.http.params.CoreConnectionPNames
Mathieu Chartierba2c0462017-05-19 16:41:46 -070011579org.apache.http.params.HttpConnectionParams
11580org.apache.http.params.HttpParams
Andreas Gampe41aa8e802017-02-17 10:14:29 -080011581org.ccil.cowan.tagsoup.AttributesImpl
11582org.ccil.cowan.tagsoup.AutoDetector
11583org.ccil.cowan.tagsoup.Element
11584org.ccil.cowan.tagsoup.ElementType
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011585org.ccil.cowan.tagsoup.HTMLModels
Mathieu Chartierd62dd932017-09-09 15:19:46 -070011586org.ccil.cowan.tagsoup.HTMLScanner
Andreas Gampe41aa8e802017-02-17 10:14:29 -080011587org.ccil.cowan.tagsoup.HTMLSchema
Andreas Gampe41aa8e802017-02-17 10:14:29 -080011588org.ccil.cowan.tagsoup.Parser$1
Calin Juravle00b23d32019-03-08 17:52:20 -080011589org.ccil.cowan.tagsoup.Parser
Andreas Gampe41aa8e802017-02-17 10:14:29 -080011590org.ccil.cowan.tagsoup.ScanHandler
11591org.ccil.cowan.tagsoup.Scanner
11592org.ccil.cowan.tagsoup.Schema
Kenny Root9787b802013-04-26 12:53:57 -070011593org.json.JSON
11594org.json.JSONArray
Andreas Gampedcad4ca2014-10-03 02:00:29 +000011595org.json.JSONException
Kenny Root9787b802013-04-26 12:53:57 -070011596org.json.JSONObject$1
Calin Juravle00b23d32019-03-08 17:52:20 -080011597org.json.JSONObject
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011598org.json.JSONStringer$Scope
Calin Juravle00b23d32019-03-08 17:52:20 -080011599org.json.JSONStringer
Kenny Root9787b802013-04-26 12:53:57 -070011600org.json.JSONTokener
Calin Juravle4a054192018-05-29 17:52:20 -070011601org.w3c.dom.CharacterData
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011602org.w3c.dom.DOMImplementation
11603org.w3c.dom.Document
Calin Juravle4a054192018-05-29 17:52:20 -070011604org.w3c.dom.Element
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011605org.w3c.dom.Node
Calin Juravle4a054192018-05-29 17:52:20 -070011606org.w3c.dom.NodeList
11607org.w3c.dom.Text
11608org.w3c.dom.TypeInfo
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080011609org.xml.sax.Attributes
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011610org.xml.sax.ContentHandler
Mathieu Chartierba2c0462017-05-19 16:41:46 -070011611org.xml.sax.DTDHandler
11612org.xml.sax.EntityResolver
11613org.xml.sax.ErrorHandler
11614org.xml.sax.InputSource
11615org.xml.sax.Locator
Andreas Gampedcad4ca2014-10-03 02:00:29 +000011616org.xml.sax.SAXException
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011617org.xml.sax.SAXNotRecognizedException
11618org.xml.sax.SAXNotSupportedException
Mathieu Chartierba2c0462017-05-19 16:41:46 -070011619org.xml.sax.XMLReader
Calin Juravle4a054192018-05-29 17:52:20 -070011620org.xml.sax.ext.DeclHandler
11621org.xml.sax.ext.DefaultHandler2
11622org.xml.sax.ext.EntityResolver2
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070011623org.xml.sax.ext.LexicalHandler
Mathieu Chartierba2c0462017-05-19 16:41:46 -070011624org.xml.sax.helpers.DefaultHandler
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080011625org.xmlpull.v1.XmlPullParser
Andreas Gampedcad4ca2014-10-03 02:00:29 +000011626org.xmlpull.v1.XmlPullParserException
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011627org.xmlpull.v1.XmlPullParserFactory
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070011628org.xmlpull.v1.XmlSerializer
Andreas Gampe0db10fd2017-02-01 15:57:57 -080011629sun.invoke.util.BytecodeDescriptor
Mathieu Chartierba2c0462017-05-19 16:41:46 -070011630sun.invoke.util.VerifyAccess
Mathieu Chartierba2c0462017-05-19 16:41:46 -070011631sun.invoke.util.Wrapper$Format
Calin Juravle00b23d32019-03-08 17:52:20 -080011632sun.invoke.util.Wrapper
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011633sun.misc.ASCIICaseInsensitiveComparator
art-benchmark-serviced5115932020-02-25 17:55:03 -080011634sun.misc.Cleaner$1
Andreas Gampe571fc302016-02-18 13:58:09 -080011635sun.misc.Cleaner
11636sun.misc.CompoundEnumeration
Andreas Gampe0db10fd2017-02-01 15:57:57 -080011637sun.misc.FDBigInteger
Andreas Gampe0db10fd2017-02-01 15:57:57 -080011638sun.misc.FloatingDecimal$1
11639sun.misc.FloatingDecimal$ASCIIToBinaryBuffer
11640sun.misc.FloatingDecimal$ASCIIToBinaryConverter
11641sun.misc.FloatingDecimal$BinaryToASCIIBuffer
11642sun.misc.FloatingDecimal$BinaryToASCIIConverter
11643sun.misc.FloatingDecimal$ExceptionalBinaryToASCIIBuffer
11644sun.misc.FloatingDecimal$PreparedASCIIToBinaryBuffer
Calin Juravle00b23d32019-03-08 17:52:20 -080011645sun.misc.FloatingDecimal
Andreas Gampe571fc302016-02-18 13:58:09 -080011646sun.misc.FormattedFloatingDecimal$1
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011647sun.misc.FormattedFloatingDecimal$2
11648sun.misc.FormattedFloatingDecimal$Form
Calin Juravle00b23d32019-03-08 17:52:20 -080011649sun.misc.FormattedFloatingDecimal
Andreas Gampe571fc302016-02-18 13:58:09 -080011650sun.misc.IOUtils
Andreas Gampe0db10fd2017-02-01 15:57:57 -080011651sun.misc.JavaIOFileDescriptorAccess
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011652sun.misc.LRUCache
Andreas Gampe0db10fd2017-02-01 15:57:57 -080011653sun.misc.SharedSecrets
Andreas Gampe61e7b662015-06-17 23:57:04 -070011654sun.misc.Unsafe
Andreas Gampe571fc302016-02-18 13:58:09 -080011655sun.misc.VM
11656sun.misc.Version
11657sun.net.ConnectionResetException
11658sun.net.NetHooks
Andreas Gampe571fc302016-02-18 13:58:09 -080011659sun.net.NetProperties$1
Calin Juravle00b23d32019-03-08 17:52:20 -080011660sun.net.NetProperties
Calin Juravle4a054192018-05-29 17:52:20 -070011661sun.net.ResourceManager
Andreas Gampe571fc302016-02-18 13:58:09 -080011662sun.net.spi.DefaultProxySelector$1
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011663sun.net.spi.DefaultProxySelector$NonProxyInfo
Calin Juravle00b23d32019-03-08 17:52:20 -080011664sun.net.spi.DefaultProxySelector
Andreas Gampe571fc302016-02-18 13:58:09 -080011665sun.net.spi.nameservice.NameService
11666sun.net.util.IPAddressUtil
11667sun.net.www.ParseUtil
11668sun.net.www.protocol.file.Handler
11669sun.net.www.protocol.jar.Handler
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011670sun.nio.ch.AbstractPollArrayWrapper
Calin Juravle4a054192018-05-29 17:52:20 -070011671sun.nio.ch.AbstractPollSelectorImpl
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011672sun.nio.ch.AllocatedNativeObject
11673sun.nio.ch.ChannelInputStream
Andreas Gampe571fc302016-02-18 13:58:09 -080011674sun.nio.ch.DatagramChannelImpl
11675sun.nio.ch.DatagramDispatcher
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011676sun.nio.ch.DefaultSelectorProvider
Andreas Gampe571fc302016-02-18 13:58:09 -080011677sun.nio.ch.DirectBuffer
Andreas Gampe571fc302016-02-18 13:58:09 -080011678sun.nio.ch.FileChannelImpl$Unmapper
Calin Juravle00b23d32019-03-08 17:52:20 -080011679sun.nio.ch.FileChannelImpl
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011680sun.nio.ch.FileDescriptorHolderSocketImpl
Andreas Gampe571fc302016-02-18 13:58:09 -080011681sun.nio.ch.FileDispatcher
11682sun.nio.ch.FileDispatcherImpl
11683sun.nio.ch.FileKey
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011684sun.nio.ch.FileLockImpl
Andreas Gampe571fc302016-02-18 13:58:09 -080011685sun.nio.ch.FileLockTable
11686sun.nio.ch.IOStatus
11687sun.nio.ch.IOUtil
Andreas Gampe571fc302016-02-18 13:58:09 -080011688sun.nio.ch.Interruptible
11689sun.nio.ch.NativeDispatcher
Calin Juravle4a054192018-05-29 17:52:20 -070011690sun.nio.ch.NativeObject
Andreas Gampe571fc302016-02-18 13:58:09 -080011691sun.nio.ch.NativeThread
11692sun.nio.ch.NativeThreadSet
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011693sun.nio.ch.Net$1
11694sun.nio.ch.Net$3
Calin Juravle00b23d32019-03-08 17:52:20 -080011695sun.nio.ch.Net
Calin Juravle4a054192018-05-29 17:52:20 -070011696sun.nio.ch.PollArrayWrapper
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011697sun.nio.ch.PollSelectorImpl
11698sun.nio.ch.PollSelectorProvider
Andreas Gampe571fc302016-02-18 13:58:09 -080011699sun.nio.ch.SelChImpl
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011700sun.nio.ch.SelectionKeyImpl
11701sun.nio.ch.SelectorImpl
11702sun.nio.ch.SelectorProviderImpl
Andreas Gampe571fc302016-02-18 13:58:09 -080011703sun.nio.ch.ServerSocketChannelImpl
Andreas Gampe571fc302016-02-18 13:58:09 -080011704sun.nio.ch.SharedFileLockTable$FileLockReference
Calin Juravle00b23d32019-03-08 17:52:20 -080011705sun.nio.ch.SharedFileLockTable
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011706sun.nio.ch.SocketAdaptor$1
11707sun.nio.ch.SocketAdaptor$2
11708sun.nio.ch.SocketAdaptor$SocketInputStream
Calin Juravle00b23d32019-03-08 17:52:20 -080011709sun.nio.ch.SocketAdaptor
Andreas Gampe571fc302016-02-18 13:58:09 -080011710sun.nio.ch.SocketChannelImpl
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011711sun.nio.ch.SocketDispatcher
Mathieu Chartierba2c0462017-05-19 16:41:46 -070011712sun.nio.ch.Util$1
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011713sun.nio.ch.Util$2
art-benchmark-serviced5115932020-02-25 17:55:03 -080011714sun.nio.ch.Util$3
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011715sun.nio.ch.Util$BufferCache
Calin Juravle00b23d32019-03-08 17:52:20 -080011716sun.nio.ch.Util
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011717sun.nio.cs.ArrayDecoder
Andreas Gampe571fc302016-02-18 13:58:09 -080011718sun.nio.cs.ArrayEncoder
11719sun.nio.cs.StreamDecoder
11720sun.nio.cs.StreamEncoder
Calin Juravle4a054192018-05-29 17:52:20 -070011721sun.nio.cs.ThreadLocalCoders$1
11722sun.nio.cs.ThreadLocalCoders$2
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011723sun.nio.cs.ThreadLocalCoders$Cache
Calin Juravle00b23d32019-03-08 17:52:20 -080011724sun.nio.cs.ThreadLocalCoders
Calin Juravle4a054192018-05-29 17:52:20 -070011725sun.nio.fs.AbstractBasicFileAttributeView
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070011726sun.nio.fs.AbstractFileSystemProvider
11727sun.nio.fs.AbstractPath
11728sun.nio.fs.DefaultFileSystemProvider
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011729sun.nio.fs.DynamicFileAttributeView
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070011730sun.nio.fs.LinuxFileSystem
11731sun.nio.fs.LinuxFileSystemProvider
11732sun.nio.fs.NativeBuffer$Deallocator
Calin Juravle00b23d32019-03-08 17:52:20 -080011733sun.nio.fs.NativeBuffer
Calin Juravle4a054192018-05-29 17:52:20 -070011734sun.nio.fs.NativeBuffers
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070011735sun.nio.fs.UnixChannelFactory$Flags
Calin Juravle4a054192018-05-29 17:52:20 -070011736sun.nio.fs.UnixConstants
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011737sun.nio.fs.UnixException
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011738sun.nio.fs.UnixFileAttributeViews$Basic
Calin Juravle00b23d32019-03-08 17:52:20 -080011739sun.nio.fs.UnixFileAttributeViews
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011740sun.nio.fs.UnixFileAttributes$UnixAsBasicFileAttributes
Calin Juravle00b23d32019-03-08 17:52:20 -080011741sun.nio.fs.UnixFileAttributes
Calin Juravle4a054192018-05-29 17:52:20 -070011742sun.nio.fs.UnixFileModeAttribute
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011743sun.nio.fs.UnixFileStoreAttributes
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070011744sun.nio.fs.UnixFileSystem
11745sun.nio.fs.UnixFileSystemProvider
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011746sun.nio.fs.UnixMountEntry
11747sun.nio.fs.UnixNativeDispatcher
11748sun.nio.fs.UnixPath
11749sun.nio.fs.Util
Calin Juravle00b23d32019-03-08 17:52:20 -080011750sun.reflect.Reflection
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011751sun.reflect.misc.ReflectUtil
Andreas Gampe571fc302016-02-18 13:58:09 -080011752sun.security.action.GetBooleanAction
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011753sun.security.action.GetIntegerAction
Andreas Gampe571fc302016-02-18 13:58:09 -080011754sun.security.action.GetPropertyAction
Andreas Gampe571fc302016-02-18 13:58:09 -080011755sun.security.jca.GetInstance$Instance
Calin Juravle00b23d32019-03-08 17:52:20 -080011756sun.security.jca.GetInstance
Calin Juravle4a054192018-05-29 17:52:20 -070011757sun.security.jca.JCAUtil$CachedSecureRandomHolder
Calin Juravle00b23d32019-03-08 17:52:20 -080011758sun.security.jca.JCAUtil
Andreas Gampe571fc302016-02-18 13:58:09 -080011759sun.security.jca.ProviderConfig$2
Calin Juravle00b23d32019-03-08 17:52:20 -080011760sun.security.jca.ProviderConfig
Andreas Gampe571fc302016-02-18 13:58:09 -080011761sun.security.jca.ProviderList$1
11762sun.security.jca.ProviderList$2
11763sun.security.jca.ProviderList$3
Andreas Gampe571fc302016-02-18 13:58:09 -080011764sun.security.jca.ProviderList$ServiceList$1
Calin Juravle00b23d32019-03-08 17:52:20 -080011765sun.security.jca.ProviderList$ServiceList
11766sun.security.jca.ProviderList
Andreas Gampe571fc302016-02-18 13:58:09 -080011767sun.security.jca.Providers
11768sun.security.jca.ServiceId
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011769sun.security.pkcs.ContentInfo
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011770sun.security.pkcs.PKCS7$VerbatimX509Certificate
11771sun.security.pkcs.PKCS7$WrappedX509Certificate
Calin Juravle00b23d32019-03-08 17:52:20 -080011772sun.security.pkcs.PKCS7
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011773sun.security.pkcs.PKCS9Attribute
11774sun.security.pkcs.SignerInfo
Andreas Gampe571fc302016-02-18 13:58:09 -080011775sun.security.provider.CertPathProvider
11776sun.security.provider.X509Factory
11777sun.security.provider.certpath.AdaptableX509CertSelector
11778sun.security.provider.certpath.AlgorithmChecker
11779sun.security.provider.certpath.BasicChecker
Calin Juravle4a054192018-05-29 17:52:20 -070011780sun.security.provider.certpath.CertId
Andreas Gampe571fc302016-02-18 13:58:09 -080011781sun.security.provider.certpath.CertPathHelper
11782sun.security.provider.certpath.ConstraintsChecker
11783sun.security.provider.certpath.KeyChecker
Calin Juravle4a054192018-05-29 17:52:20 -070011784sun.security.provider.certpath.OCSP$RevocationStatus$CertStatus
Calin Juravle00b23d32019-03-08 17:52:20 -080011785sun.security.provider.certpath.OCSP$RevocationStatus
art-benchmark-serviced5115932020-02-25 17:55:03 -080011786sun.security.provider.certpath.OCSPResponse$1
Calin Juravle4a054192018-05-29 17:52:20 -070011787sun.security.provider.certpath.OCSPResponse$ResponseStatus
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011788sun.security.provider.certpath.OCSPResponse$SingleResponse
Calin Juravle00b23d32019-03-08 17:52:20 -080011789sun.security.provider.certpath.OCSPResponse
Andreas Gampe571fc302016-02-18 13:58:09 -080011790sun.security.provider.certpath.PKIX$ValidatorParams
Calin Juravle00b23d32019-03-08 17:52:20 -080011791sun.security.provider.certpath.PKIX
Andreas Gampe571fc302016-02-18 13:58:09 -080011792sun.security.provider.certpath.PKIXCertPathValidator
11793sun.security.provider.certpath.PKIXMasterCertPathValidator
11794sun.security.provider.certpath.PolicyChecker
11795sun.security.provider.certpath.PolicyNodeImpl
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011796sun.security.provider.certpath.RevocationChecker$1
art-benchmark-serviced5115932020-02-25 17:55:03 -080011797sun.security.provider.certpath.RevocationChecker$2
Calin Juravle4a054192018-05-29 17:52:20 -070011798sun.security.provider.certpath.RevocationChecker$Mode
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011799sun.security.provider.certpath.RevocationChecker$RevocationProperties
Calin Juravle00b23d32019-03-08 17:52:20 -080011800sun.security.provider.certpath.RevocationChecker
Mathieu Chartierba2c0462017-05-19 16:41:46 -070011801sun.security.util.AbstractAlgorithmConstraints$1
Calin Juravle00b23d32019-03-08 17:52:20 -080011802sun.security.util.AbstractAlgorithmConstraints
Andreas Gampe0db10fd2017-02-01 15:57:57 -080011803sun.security.util.AlgorithmDecomposer
Andreas Gampe571fc302016-02-18 13:58:09 -080011804sun.security.util.BitArray
11805sun.security.util.ByteArrayLexOrder
11806sun.security.util.ByteArrayTagOrder
Andreas Gampe571fc302016-02-18 13:58:09 -080011807sun.security.util.Cache$EqualByteArray
Calin Juravle00b23d32019-03-08 17:52:20 -080011808sun.security.util.Cache
Mathieu Chartierba2c0462017-05-19 16:41:46 -070011809sun.security.util.CertConstraintParameters
Andreas Gampe571fc302016-02-18 13:58:09 -080011810sun.security.util.Debug
11811sun.security.util.DerEncoder
11812sun.security.util.DerIndefLenConverter
11813sun.security.util.DerInputBuffer
11814sun.security.util.DerInputStream
11815sun.security.util.DerOutputStream
11816sun.security.util.DerValue
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011817sun.security.util.DisabledAlgorithmConstraints$1
Mathieu Chartierba2c0462017-05-19 16:41:46 -070011818sun.security.util.DisabledAlgorithmConstraints$Constraint$Operator
Calin Juravle00b23d32019-03-08 17:52:20 -080011819sun.security.util.DisabledAlgorithmConstraints$Constraint
Mathieu Chartierba2c0462017-05-19 16:41:46 -070011820sun.security.util.DisabledAlgorithmConstraints$Constraints
Andreas Gampe571fc302016-02-18 13:58:09 -080011821sun.security.util.DisabledAlgorithmConstraints$KeySizeConstraint
Calin Juravle00b23d32019-03-08 17:52:20 -080011822sun.security.util.DisabledAlgorithmConstraints
Andreas Gampe571fc302016-02-18 13:58:09 -080011823sun.security.util.KeyUtil
11824sun.security.util.Length
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011825sun.security.util.ManifestDigester$Entry
11826sun.security.util.ManifestDigester$Position
Calin Juravle00b23d32019-03-08 17:52:20 -080011827sun.security.util.ManifestDigester
Calin Juravle4a054192018-05-29 17:52:20 -070011828sun.security.util.ManifestEntryVerifier$SunProviderHolder
Calin Juravle00b23d32019-03-08 17:52:20 -080011829sun.security.util.ManifestEntryVerifier
Andreas Gampe571fc302016-02-18 13:58:09 -080011830sun.security.util.MemoryCache$CacheEntry
11831sun.security.util.MemoryCache$SoftCacheEntry
Calin Juravle00b23d32019-03-08 17:52:20 -080011832sun.security.util.MemoryCache
Andreas Gampe571fc302016-02-18 13:58:09 -080011833sun.security.util.ObjectIdentifier
art-benchmark-serviced8f25642020-01-27 20:25:10 -080011834sun.security.util.SecurityConstants
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011835sun.security.util.SignatureFileVerifier
Andreas Gampe571fc302016-02-18 13:58:09 -080011836sun.security.x509.AVA
11837sun.security.x509.AVAKeyword
11838sun.security.x509.AccessDescription
11839sun.security.x509.AlgorithmId
11840sun.security.x509.AuthorityInfoAccessExtension
11841sun.security.x509.AuthorityKeyIdentifierExtension
11842sun.security.x509.BasicConstraintsExtension
11843sun.security.x509.CRLDistributionPointsExtension
11844sun.security.x509.CRLNumberExtension
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011845sun.security.x509.CRLReasonCodeExtension
Andreas Gampe571fc302016-02-18 13:58:09 -080011846sun.security.x509.CertAttrSet
11847sun.security.x509.CertificateAlgorithmId
11848sun.security.x509.CertificateExtensions
11849sun.security.x509.CertificateIssuerExtension
11850sun.security.x509.CertificatePoliciesExtension
11851sun.security.x509.CertificatePolicyId
11852sun.security.x509.CertificateSerialNumber
11853sun.security.x509.CertificateValidity
11854sun.security.x509.CertificateVersion
11855sun.security.x509.CertificateX509Key
11856sun.security.x509.DNSName
11857sun.security.x509.DeltaCRLIndicatorExtension
11858sun.security.x509.DistributionPoint
11859sun.security.x509.ExtendedKeyUsageExtension
11860sun.security.x509.Extension
11861sun.security.x509.FreshestCRLExtension
11862sun.security.x509.GeneralName
11863sun.security.x509.GeneralNameInterface
11864sun.security.x509.GeneralNames
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011865sun.security.x509.InhibitAnyPolicyExtension
Andreas Gampe571fc302016-02-18 13:58:09 -080011866sun.security.x509.IssuerAlternativeNameExtension
11867sun.security.x509.IssuingDistributionPointExtension
11868sun.security.x509.KeyIdentifier
11869sun.security.x509.KeyUsageExtension
11870sun.security.x509.NameConstraintsExtension
Calin Juravle4a054192018-05-29 17:52:20 -070011871sun.security.x509.NetscapeCertTypeExtension$MapEntry
Calin Juravle00b23d32019-03-08 17:52:20 -080011872sun.security.x509.NetscapeCertTypeExtension
Andreas Gampe571fc302016-02-18 13:58:09 -080011873sun.security.x509.OCSPNoCheckExtension
Andreas Gampe571fc302016-02-18 13:58:09 -080011874sun.security.x509.OIDMap$OIDInfo
Calin Juravle00b23d32019-03-08 17:52:20 -080011875sun.security.x509.OIDMap
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011876sun.security.x509.PKIXExtensions
Andreas Gampe571fc302016-02-18 13:58:09 -080011877sun.security.x509.PolicyConstraintsExtension
11878sun.security.x509.PolicyInformation
11879sun.security.x509.PolicyMappingsExtension
11880sun.security.x509.PrivateKeyUsageExtension
11881sun.security.x509.RDN
11882sun.security.x509.SerialNumber
11883sun.security.x509.SubjectAlternativeNameExtension
11884sun.security.x509.SubjectInfoAccessExtension
11885sun.security.x509.SubjectKeyIdentifierExtension
11886sun.security.x509.URIName
Andreas Gampe571fc302016-02-18 13:58:09 -080011887sun.security.x509.X500Name$1
Calin Juravle00b23d32019-03-08 17:52:20 -080011888sun.security.x509.X500Name
Andreas Gampe571fc302016-02-18 13:58:09 -080011889sun.security.x509.X509AttributeName
11890sun.security.x509.X509CertImpl
11891sun.security.x509.X509CertInfo
11892sun.security.x509.X509Key
Andreas Gampe571fc302016-02-18 13:58:09 -080011893sun.util.calendar.AbstractCalendar
Andreas Gampe571fc302016-02-18 13:58:09 -080011894sun.util.calendar.BaseCalendar$Date
Calin Juravle00b23d32019-03-08 17:52:20 -080011895sun.util.calendar.BaseCalendar
Andreas Gampe571fc302016-02-18 13:58:09 -080011896sun.util.calendar.CalendarDate
11897sun.util.calendar.CalendarSystem
11898sun.util.calendar.CalendarUtils
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011899sun.util.calendar.Era
Andreas Gampe571fc302016-02-18 13:58:09 -080011900sun.util.calendar.Gregorian$Date
Calin Juravle00b23d32019-03-08 17:52:20 -080011901sun.util.calendar.Gregorian
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011902sun.util.calendar.ImmutableGregorianDate
Andreas Gampe571fc302016-02-18 13:58:09 -080011903sun.util.calendar.JulianCalendar
11904sun.util.calendar.LocalGregorianCalendar
Andreas Gampe571fc302016-02-18 13:58:09 -080011905sun.util.locale.BaseLocale$Cache
11906sun.util.locale.BaseLocale$Key
Calin Juravle00b23d32019-03-08 17:52:20 -080011907sun.util.locale.BaseLocale
art-benchmark-serviced5115932020-02-25 17:55:03 -080011908sun.util.locale.Extension
Andreas Gampe571fc302016-02-18 13:58:09 -080011909sun.util.locale.InternalLocaleBuilder$CaseInsensitiveChar
Calin Juravle00b23d32019-03-08 17:52:20 -080011910sun.util.locale.InternalLocaleBuilder
Andreas Gampe571fc302016-02-18 13:58:09 -080011911sun.util.locale.LanguageTag
art-benchmark-serviced5115932020-02-25 17:55:03 -080011912sun.util.locale.LocaleExtensions
art-benchmark-serviced8f25642020-01-27 20:25:10 -080011913sun.util.locale.LocaleMatcher
Andreas Gampe571fc302016-02-18 13:58:09 -080011914sun.util.locale.LocaleObjectCache$CacheEntry
Calin Juravle00b23d32019-03-08 17:52:20 -080011915sun.util.locale.LocaleObjectCache
Andreas Gampe571fc302016-02-18 13:58:09 -080011916sun.util.locale.LocaleSyntaxException
11917sun.util.locale.LocaleUtils
11918sun.util.locale.ParseStatus
11919sun.util.locale.StringTokenIterator
art-benchmark-serviced5115932020-02-25 17:55:03 -080011920sun.util.locale.UnicodeLocaleExtension
Andreas Gampe571fc302016-02-18 13:58:09 -080011921sun.util.logging.LoggingProxy
Andreas Gampe571fc302016-02-18 13:58:09 -080011922sun.util.logging.LoggingSupport$1
Calin Juravle00b23d32019-03-08 17:52:20 -080011923sun.util.logging.LoggingSupport
Andreas Gampe571fc302016-02-18 13:58:09 -080011924sun.util.logging.PlatformLogger$1
art-benchmark-serviced5115932020-02-25 17:55:03 -080011925sun.util.logging.PlatformLogger$JavaLoggerProxy
Andreas Gampe571fc302016-02-18 13:58:09 -080011926sun.util.logging.PlatformLogger$Level
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011927sun.util.logging.PlatformLogger$LoggerProxy
Calin Juravle00b23d32019-03-08 17:52:20 -080011928sun.util.logging.PlatformLogger