blob: bd235b820f55abe87baf0981062ed13c6f48e091 [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
art-benchmark-serviced60351b2020-04-11 17:55:40 -0700138android.animation.RevealAnimator
Andreas Gampedcad4ca2014-10-03 02:00:29 +0000139android.animation.StateListAnimator$1
Andreas Gampe61e7b662015-06-17 23:57:04 -0700140android.animation.StateListAnimator$StateListAnimatorConstantState
Andreas Gampedcad4ca2014-10-03 02:00:29 +0000141android.animation.StateListAnimator$Tuple
Calin Juravle00b23d32019-03-08 17:52:20 -0800142android.animation.StateListAnimator
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -0700143android.animation.TimeAnimator$TimeListener
Calin Juravle00b23d32019-03-08 17:52:20 -0800144android.animation.TimeAnimator
Jesse Wilson80686182011-01-21 17:12:43 -0800145android.animation.TimeInterpolator
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800146android.animation.TypeConverter
Jesse Wilson80686182011-01-21 17:12:43 -0800147android.animation.TypeEvaluator
Andreas Gampedcad4ca2014-10-03 02:00:29 +0000148android.animation.ValueAnimator$AnimatorUpdateListener
Calin Juravle00b23d32019-03-08 17:52:20 -0800149android.animation.ValueAnimator
art-benchmark-servicead05a302020-03-17 09:46:02 -0700150android.annotation.ColorInt
art-benchmark-serviced60351b2020-04-11 17:55:40 -0700151android.annotation.CurrentTimeMillisLong
art-benchmark-serviced5115932020-02-25 17:55:03 -0800152android.annotation.IntRange
153android.annotation.NonNull
154android.annotation.SystemApi
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800155android.apex.ApexInfo$1
156android.apex.ApexInfo
art-benchmark-serviced5115932020-02-25 17:55:03 -0800157android.apex.ApexSessionInfo$1
158android.apex.ApexSessionInfo
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800159android.apex.IApexService$Stub$Proxy
160android.apex.IApexService$Stub
161android.apex.IApexService
162android.app.-$$Lambda$ActivityThread$A4ykhsPb8qV3ffTqpQDklHSMDJ0
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700163android.app.-$$Lambda$ActivityThread$ActivityClientRecord$HOrG1qglSjSUHSjKBn2rXtX0gGg
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800164android.app.-$$Lambda$ActivityThread$ApplicationThread$nBC_BR7B9W6ftKAxur3BC53SJYc
Calin Juravle4a054192018-05-29 17:52:20 -0700165android.app.-$$Lambda$ActivityThread$ApplicationThread$tUGFX7CUhzB4Pg5wFd5yeqOnu38
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800166android.app.-$$Lambda$ActivityThread$ApplicationThread$uR_ee-5oPoxu4U_by7wU55jwtdU
167android.app.-$$Lambda$ActivityThread$FmvGY8exyv0L0oqZrnunpl8OFI8
168android.app.-$$Lambda$ActivityThread$Wg40iAoNYFxps_KmrqtgptTB054
169android.app.-$$Lambda$ActivityTransitionState$yioLR6wQWjZ9DcWK5bibElIbsXc
art-benchmark-serviced5115932020-02-25 17:55:03 -0800170android.app.-$$Lambda$AppOpsManager$2$t9yQjThS21ls97TonVuHm6nv4N8
171android.app.-$$Lambda$AppOpsManager$4Zbi7CSLEt0nvOmfJBVYtJkauTQ
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800172android.app.-$$Lambda$AppOpsManager$HistoricalOp$DkVcBvqB32SMHlxw0sWQPh3GL1A
173android.app.-$$Lambda$AppOpsManager$HistoricalOp$HUOLFYs8TiaQIOXcrq6JzjxA6gs
174android.app.-$$Lambda$AppOpsManager$HistoricalOp$Vs6pDL0wjOBTquwNnreWVbPQrn4
art-benchmark-serviced5115932020-02-25 17:55:03 -0800175android.app.-$$Lambda$AppOpsManager$frSyqmhVUmNbhMckfMS3PSwTMlw
Calin Juravle4a054192018-05-29 17:52:20 -0700176android.app.-$$Lambda$Dialog$zXRzrq3I7H1_zmZ8d_W7t2CQN0I
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800177android.app.-$$Lambda$FragmentTransition$jurn0WXuKw3bRQ_2d5zCWdeZWuI
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700178android.app.-$$Lambda$LoadedApk$ReceiverDispatcher$Args$_BumDX2UKsnxLVrE6UJsJZkotuA
179android.app.-$$Lambda$Notification$hOCsSZH8tWalFSbIzQ9x9IcPa9M
180android.app.-$$Lambda$ResourcesManager$QJ7UiVk_XS90KuXAsIjIEym1DnM
181android.app.-$$Lambda$SharedPreferencesImpl$EditorImpl$3CAjkhzA131V3V-sLfP2uy0FWZ0
art-benchmark-serviced60351b2020-04-11 17:55:40 -0700182android.app.-$$Lambda$SystemServiceRegistry$16$s6mZ42tuGUunhKa_5iwjLY5FGdM
art-benchmark-serviced5115932020-02-25 17:55:03 -0800183android.app.-$$Lambda$SystemServiceRegistry$17$DBwvhMLzjNnBFkaOY1OxllrybH4
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800184android.app.-$$Lambda$WallpaperManager$Globals$1AcnQUORvPlCjJoNqdxfQT4o4Nw
185android.app.-$$Lambda$WallpaperManager$Globals$2yG7V1sbMECCnlFTLyjKWKqNoYI
186android.app.-$$Lambda$ZsFzoG2loyqNOR2cNbo-thrNK5c
Calin Juravle4a054192018-05-29 17:52:20 -0700187android.app.-$$Lambda$oslF4K8Uk6v-6nTRoaEpCmfAptE
art-benchmark-serviced60351b2020-04-11 17:55:40 -0700188android.app.-$$Lambda$thfU5Zh-cKOR8p7IfITtlg111Go
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -0700189android.app.ActionBar$LayoutParams
Calin Juravle00b23d32019-03-08 17:52:20 -0800190android.app.ActionBar
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800191android.app.Activity$1
Andreas Gampe61e7b662015-06-17 23:57:04 -0700192android.app.Activity$HostCallbacks
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800193android.app.Activity$ManagedCursor
194android.app.Activity$ManagedDialog
Calin Juravle00b23d32019-03-08 17:52:20 -0800195android.app.Activity$NonConfigurationInstances
art-benchmark-serviced5115932020-02-25 17:55:03 -0800196android.app.Activity$RequestFinishCallback
Calin Juravle00b23d32019-03-08 17:52:20 -0800197android.app.Activity
Andreas Gampe0db10fd2017-02-01 15:57:57 -0800198android.app.ActivityManager$1
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -0700199android.app.ActivityManager$AppTask
200android.app.ActivityManager$MemoryInfo$1
Calin Juravle00b23d32019-03-08 17:52:20 -0800201android.app.ActivityManager$MemoryInfo
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700202android.app.ActivityManager$OnUidImportanceListener
art-benchmark-serviced5115932020-02-25 17:55:03 -0800203android.app.ActivityManager$ProcessErrorStateInfo$1
204android.app.ActivityManager$ProcessErrorStateInfo
Mathieu Chartierba2c0462017-05-19 16:41:46 -0700205android.app.ActivityManager$RecentTaskInfo$1
Calin Juravle00b23d32019-03-08 17:52:20 -0800206android.app.ActivityManager$RecentTaskInfo
Kenny Root9787b802013-04-26 12:53:57 -0700207android.app.ActivityManager$RunningAppProcessInfo$1
Calin Juravle00b23d32019-03-08 17:52:20 -0800208android.app.ActivityManager$RunningAppProcessInfo
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700209android.app.ActivityManager$RunningServiceInfo$1
Calin Juravle00b23d32019-03-08 17:52:20 -0800210android.app.ActivityManager$RunningServiceInfo
Mathieu Chartierba2c0462017-05-19 16:41:46 -0700211android.app.ActivityManager$RunningTaskInfo$1
Calin Juravle00b23d32019-03-08 17:52:20 -0800212android.app.ActivityManager$RunningTaskInfo
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800213android.app.ActivityManager$StackInfo$1
214android.app.ActivityManager$StackInfo
Andreas Gampedcad4ca2014-10-03 02:00:29 +0000215android.app.ActivityManager$TaskDescription$1
Calin Juravle00b23d32019-03-08 17:52:20 -0800216android.app.ActivityManager$TaskDescription
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800217android.app.ActivityManager$TaskSnapshot$1
art-benchmark-serviced60351b2020-04-11 17:55:40 -0700218android.app.ActivityManager$TaskSnapshot$Builder
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800219android.app.ActivityManager$TaskSnapshot
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700220android.app.ActivityManager$UidObserver
Calin Juravle00b23d32019-03-08 17:52:20 -0800221android.app.ActivityManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800222android.app.ActivityManagerInternal
art-benchmark-serviced5115932020-02-25 17:55:03 -0800223android.app.ActivityOptions$1
Andreas Gampe571fc302016-02-18 13:58:09 -0800224android.app.ActivityOptions
Calin Juravle00b23d32019-03-08 17:52:20 -0800225android.app.ActivityTaskManager$1
art-benchmark-serviced5115932020-02-25 17:55:03 -0800226android.app.ActivityTaskManager$2
Calin Juravle00b23d32019-03-08 17:52:20 -0800227android.app.ActivityTaskManager
Jesse Wilsoneaca10e2010-10-12 21:35:56 -0700228android.app.ActivityThread$1
Jesse Wilsoneaca10e2010-10-12 21:35:56 -0700229android.app.ActivityThread$ActivityClientRecord
Calin Juravle00b23d32019-03-08 17:52:20 -0800230android.app.ActivityThread$AndroidOs
Jesse Wilsoneaca10e2010-10-12 21:35:56 -0700231android.app.ActivityThread$AppBindData
Calin Juravle00b23d32019-03-08 17:52:20 -0800232android.app.ActivityThread$ApplicationThread$1
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800233android.app.ActivityThread$ApplicationThread
Jesse Wilson80686182011-01-21 17:12:43 -0800234android.app.ActivityThread$BindServiceData
Jesse Wilsoneaca10e2010-10-12 21:35:56 -0700235android.app.ActivityThread$ContextCleanupInfo
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700236android.app.ActivityThread$CreateBackupAgentData
Jesse Wilsoneaca10e2010-10-12 21:35:56 -0700237android.app.ActivityThread$CreateServiceData
Calin Juravle00b23d32019-03-08 17:52:20 -0800238android.app.ActivityThread$DumpComponentInfo
239android.app.ActivityThread$DumpHeapData
Jesse Wilsoneaca10e2010-10-12 21:35:56 -0700240android.app.ActivityThread$GcIdler
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800241android.app.ActivityThread$H
Jesse Wilsoneaca10e2010-10-12 21:35:56 -0700242android.app.ActivityThread$Idler
Dianne Hackborn6b57b7e2011-11-07 14:45:49 -0800243android.app.ActivityThread$Profiler
Jesse Wilsoneaca10e2010-10-12 21:35:56 -0700244android.app.ActivityThread$ProviderClientRecord
Kenny Root9787b802013-04-26 12:53:57 -0700245android.app.ActivityThread$ProviderKey
Jesse Wilsoneaca10e2010-10-12 21:35:56 -0700246android.app.ActivityThread$ProviderRefCount
Calin Juravle00b23d32019-03-08 17:52:20 -0800247android.app.ActivityThread$PurgeIdler
Jesse Wilsoneaca10e2010-10-12 21:35:56 -0700248android.app.ActivityThread$ReceiverData
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -0700249android.app.ActivityThread$RequestAssistContextExtras
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800250android.app.ActivityThread$SafeCancellationTransport
Jesse Wilsoneaca10e2010-10-12 21:35:56 -0700251android.app.ActivityThread$ServiceArgsData
Calin Juravle00b23d32019-03-08 17:52:20 -0800252android.app.ActivityThread$UpdateCompatibilityData
253android.app.ActivityThread
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800254android.app.ActivityTransitionCoordinator
255android.app.ActivityTransitionState$1
Andreas Gampedcad4ca2014-10-03 02:00:29 +0000256android.app.ActivityTransitionState
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800257android.app.AlarmManager$AlarmClockInfo$1
258android.app.AlarmManager$AlarmClockInfo
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -0700259android.app.AlarmManager$ListenerWrapper
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800260android.app.AlarmManager$OnAlarmListener
Calin Juravle00b23d32019-03-08 17:52:20 -0800261android.app.AlarmManager
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -0700262android.app.AlertDialog$Builder
Calin Juravle00b23d32019-03-08 17:52:20 -0800263android.app.AlertDialog
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800264android.app.AppCompatCallbacks
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700265android.app.AppComponentFactory
Calin Juravle00b23d32019-03-08 17:52:20 -0800266android.app.AppDetailsActivity
Jesse Wilsoneaca10e2010-10-12 21:35:56 -0700267android.app.AppGlobals
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800268android.app.AppOpsManager$1
269android.app.AppOpsManager$2
270android.app.AppOpsManager$3
art-benchmark-serviced60351b2020-04-11 17:55:40 -0700271android.app.AppOpsManager$4
art-benchmark-servicead05a302020-03-17 09:46:02 -0700272android.app.AppOpsManager$AppOpsCollector
art-benchmark-serviced60351b2020-04-11 17:55:40 -0700273android.app.AppOpsManager$AttributedHistoricalOps
274android.app.AppOpsManager$AttributedOpEntry
art-benchmark-serviced5115932020-02-25 17:55:03 -0800275android.app.AppOpsManager$HistoricalFeatureOps
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800276android.app.AppOpsManager$HistoricalOp$1
277android.app.AppOpsManager$HistoricalOp
278android.app.AppOpsManager$HistoricalOps$1
279android.app.AppOpsManager$HistoricalOps
art-benchmark-serviced5115932020-02-25 17:55:03 -0800280android.app.AppOpsManager$HistoricalOpsRequest$Builder
281android.app.AppOpsManager$HistoricalOpsRequest
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800282android.app.AppOpsManager$HistoricalPackageOps$1
283android.app.AppOpsManager$HistoricalPackageOps
284android.app.AppOpsManager$HistoricalUidOps$1
285android.app.AppOpsManager$HistoricalUidOps
art-benchmark-serviced60351b2020-04-11 17:55:40 -0700286android.app.AppOpsManager$Mode
287android.app.AppOpsManager$NoteOpEvent$1
art-benchmark-serviced5115932020-02-25 17:55:03 -0800288android.app.AppOpsManager$NoteOpEvent
289android.app.AppOpsManager$OnOpActiveChangedInternalListener
290android.app.AppOpsManager$OnOpActiveChangedListener
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800291android.app.AppOpsManager$OnOpChangedInternalListener
Mathieu Chartierba2c0462017-05-19 16:41:46 -0700292android.app.AppOpsManager$OnOpChangedListener
art-benchmark-serviced60351b2020-04-11 17:55:40 -0700293android.app.AppOpsManager$OnOpNotedCallback$1
294android.app.AppOpsManager$OnOpNotedCallback
art-benchmark-serviced5115932020-02-25 17:55:03 -0800295android.app.AppOpsManager$OnOpNotedListener
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800296android.app.AppOpsManager$OpEntry$1
297android.app.AppOpsManager$OpEntry
art-benchmark-serviced60351b2020-04-11 17:55:40 -0700298android.app.AppOpsManager$OpEventProxyInfo$1
299android.app.AppOpsManager$OpEventProxyInfo
art-benchmark-serviced5115932020-02-25 17:55:03 -0800300android.app.AppOpsManager$OpFeatureEntry$1
301android.app.AppOpsManager$OpFeatureEntry$LongSparseArrayParceling
302android.app.AppOpsManager$OpFeatureEntry
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800303android.app.AppOpsManager$PackageOps$1
304android.app.AppOpsManager$PackageOps
art-benchmark-serviced5115932020-02-25 17:55:03 -0800305android.app.AppOpsManager$PausedNotedAppOpsCollection
art-benchmark-serviced60351b2020-04-11 17:55:40 -0700306android.app.AppOpsManager$RestrictionBypass
Calin Juravle00b23d32019-03-08 17:52:20 -0800307android.app.AppOpsManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800308android.app.AppOpsManagerInternal
Kenny Root9787b802013-04-26 12:53:57 -0700309android.app.Application$ActivityLifecycleCallbacks
art-benchmark-serviced5115932020-02-25 17:55:03 -0800310android.app.Application$OnProvideAssistDataListener
Calin Juravle00b23d32019-03-08 17:52:20 -0800311android.app.Application
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800312android.app.ApplicationErrorReport$1
art-benchmark-serviced5115932020-02-25 17:55:03 -0800313android.app.ApplicationErrorReport$AnrInfo
314android.app.ApplicationErrorReport$BatteryInfo
Jesse Wilsoneaca10e2010-10-12 21:35:56 -0700315android.app.ApplicationErrorReport$CrashInfo
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800316android.app.ApplicationErrorReport$ParcelableCrashInfo$1
317android.app.ApplicationErrorReport$ParcelableCrashInfo
art-benchmark-serviced5115932020-02-25 17:55:03 -0800318android.app.ApplicationErrorReport$RunningServiceInfo
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800319android.app.ApplicationErrorReport
art-benchmark-serviced60351b2020-04-11 17:55:40 -0700320android.app.ApplicationExitInfo$1
321android.app.ApplicationExitInfo
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800322android.app.ApplicationLoaders$CachedClassLoader
Jesse Wilsoneaca10e2010-10-12 21:35:56 -0700323android.app.ApplicationLoaders
art-benchmark-serviced5115932020-02-25 17:55:03 -0800324android.app.ApplicationPackageManager$1
325android.app.ApplicationPackageManager$HasSystemFeatureQuery
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800326android.app.ApplicationPackageManager$MoveCallbackDelegate
Calin Juravle4a054192018-05-29 17:52:20 -0700327android.app.ApplicationPackageManager$OnPermissionsChangeListenerDelegate
Jesse Wilson80686182011-01-21 17:12:43 -0800328android.app.ApplicationPackageManager$ResourceName
art-benchmark-serviced5115932020-02-25 17:55:03 -0800329android.app.ApplicationPackageManager$SystemFeatureQuery
Calin Juravle00b23d32019-03-08 17:52:20 -0800330android.app.ApplicationPackageManager
art-benchmark-serviced5115932020-02-25 17:55:03 -0800331android.app.AsyncNotedAppOp$1
332android.app.AsyncNotedAppOp
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800333android.app.AutomaticZenRule$1
334android.app.AutomaticZenRule
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -0700335android.app.BackStackRecord$Op
Calin Juravle00b23d32019-03-08 17:52:20 -0800336android.app.BackStackRecord
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800337android.app.BackStackState$1
338android.app.BackStackState
339android.app.BroadcastOptions
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700340android.app.ClientTransactionHandler
Sudheer Shanka78b1ea82016-12-06 16:36:10 -0800341android.app.ContentProviderHolder$1
Calin Juravle00b23d32019-03-08 17:52:20 -0800342android.app.ContentProviderHolder
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -0700343android.app.ContextImpl$1
Jesse Wilsoneaca10e2010-10-12 21:35:56 -0700344android.app.ContextImpl$ApplicationContentResolver
Calin Juravle00b23d32019-03-08 17:52:20 -0800345android.app.ContextImpl
Mathieu Chartierba2c0462017-05-19 16:41:46 -0700346android.app.DexLoadReporter
Jesse Wilsoneaca10e2010-10-12 21:35:56 -0700347android.app.Dialog$ListenersHandler
Calin Juravle00b23d32019-03-08 17:52:20 -0800348android.app.Dialog
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -0700349android.app.DialogFragment
art-benchmark-serviced5115932020-02-25 17:55:03 -0800350android.app.DirectAction$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800351android.app.DirectAction
352android.app.DownloadManager$CursorTranslator
353android.app.DownloadManager$Query
art-benchmark-service56aece62020-02-10 17:58:03 -0800354android.app.DownloadManager$Request
Andreas Gampe61e7b662015-06-17 23:57:04 -0700355android.app.DownloadManager
art-benchmark-serviced60351b2020-04-11 17:55:40 -0700356android.app.DreamManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800357android.app.EnterTransitionCoordinator
art-benchmark-serviced5115932020-02-25 17:55:03 -0800358android.app.EventLogTags
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800359android.app.ExitTransitionCoordinator
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -0700360android.app.Fragment$1
361android.app.Fragment$AnimationInfo
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800362android.app.Fragment$InstantiationException
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700363android.app.Fragment$OnStartEnterTransitionListener
Calin Juravle00b23d32019-03-08 17:52:20 -0800364android.app.Fragment
Kenny Rootdbf30ed2012-09-19 13:08:12 -0700365android.app.FragmentContainer
Andreas Gampe61e7b662015-06-17 23:57:04 -0700366android.app.FragmentController
367android.app.FragmentHostCallback
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -0700368android.app.FragmentManager$BackStackEntry
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800369android.app.FragmentManager$FragmentLifecycleCallbacks
370android.app.FragmentManager$OnBackStackChangedListener
Calin Juravle00b23d32019-03-08 17:52:20 -0800371android.app.FragmentManager
Jesse Wilson80686182011-01-21 17:12:43 -0800372android.app.FragmentManagerImpl$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800373android.app.FragmentManagerImpl$2
374android.app.FragmentManagerImpl$AnimateOnHWLayerIfNeededListener
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -0700375android.app.FragmentManagerImpl$OpGenerator
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800376android.app.FragmentManagerImpl$StartEnterTransitionListener
Calin Juravle00b23d32019-03-08 17:52:20 -0800377android.app.FragmentManagerImpl
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800378android.app.FragmentManagerNonConfig
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -0700379android.app.FragmentManagerState$1
Calin Juravle00b23d32019-03-08 17:52:20 -0800380android.app.FragmentManagerState
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -0700381android.app.FragmentState$1
Calin Juravle00b23d32019-03-08 17:52:20 -0800382android.app.FragmentState
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -0700383android.app.FragmentTransaction
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800384android.app.FragmentTransition$2
385android.app.FragmentTransition$5
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -0700386android.app.FragmentTransition$FragmentContainerTransition
Calin Juravle00b23d32019-03-08 17:52:20 -0800387android.app.FragmentTransition
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800388android.app.IActivityController$Stub$Proxy
389android.app.IActivityController$Stub
390android.app.IActivityController
Sudheer Shanka78b1ea82016-12-06 16:36:10 -0800391android.app.IActivityManager$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -0800392android.app.IActivityManager$Stub
393android.app.IActivityManager
394android.app.IActivityTaskManager$Stub$Proxy
395android.app.IActivityTaskManager$Stub
396android.app.IActivityTaskManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800397android.app.IAlarmCompleteListener$Stub$Proxy
398android.app.IAlarmCompleteListener$Stub
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700399android.app.IAlarmCompleteListener
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800400android.app.IAlarmListener$Stub$Proxy
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -0700401android.app.IAlarmListener$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -0800402android.app.IAlarmListener
Jesse Wilson80686182011-01-21 17:12:43 -0800403android.app.IAlarmManager$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -0800404android.app.IAlarmManager$Stub
405android.app.IAlarmManager
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -0700406android.app.IAppTask$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -0800407android.app.IAppTask$Stub
408android.app.IAppTask
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800409android.app.IApplicationThread$Stub$Proxy
Sudheer Shankaea8e738b2016-10-27 17:42:25 -0700410android.app.IApplicationThread$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -0800411android.app.IApplicationThread
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800412android.app.IAssistDataReceiver$Stub$Proxy
413android.app.IAssistDataReceiver$Stub
414android.app.IAssistDataReceiver
415android.app.IBackupAgent$Stub$Proxy
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700416android.app.IBackupAgent$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -0800417android.app.IBackupAgent
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800418android.app.IInstantAppResolver$Stub$Proxy
419android.app.IInstantAppResolver$Stub
420android.app.IInstantAppResolver
421android.app.IInstrumentationWatcher$Stub$Proxy
Jesse Wilsoneaca10e2010-10-12 21:35:56 -0700422android.app.IInstrumentationWatcher$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -0800423android.app.IInstrumentationWatcher
Jesse Wilson0d8eeb42011-08-24 09:33:06 -0400424android.app.INotificationManager$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -0800425android.app.INotificationManager$Stub
426android.app.INotificationManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800427android.app.IProcessObserver$Stub$Proxy
Calin Juravle4a054192018-05-29 17:52:20 -0700428android.app.IProcessObserver$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -0800429android.app.IProcessObserver
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800430android.app.IRequestFinishCallback$Stub$Proxy
431android.app.IRequestFinishCallback$Stub
432android.app.IRequestFinishCallback
art-benchmark-serviced5115932020-02-25 17:55:03 -0800433android.app.ISearchManager$Stub$Proxy
Calin Juravle4a054192018-05-29 17:52:20 -0700434android.app.ISearchManager$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -0800435android.app.ISearchManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800436android.app.IServiceConnection$Stub$Proxy
Jesse Wilson0d8eeb42011-08-24 09:33:06 -0400437android.app.IServiceConnection$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -0800438android.app.IServiceConnection
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800439android.app.IStopUserCallback$Stub$Proxy
440android.app.IStopUserCallback$Stub
441android.app.IStopUserCallback
art-benchmark-serviced5115932020-02-25 17:55:03 -0800442android.app.ITaskOrganizerController
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800443android.app.ITaskStackListener$Stub$Proxy
444android.app.ITaskStackListener$Stub
445android.app.ITaskStackListener
446android.app.ITransientNotification$Stub$Proxy
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700447android.app.ITransientNotification$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -0800448android.app.ITransientNotification
art-benchmark-serviced60351b2020-04-11 17:55:40 -0700449android.app.ITransientNotificationCallback$Stub$Proxy
art-benchmark-serviced5115932020-02-25 17:55:03 -0800450android.app.ITransientNotificationCallback$Stub
451android.app.ITransientNotificationCallback
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800452android.app.IUiAutomationConnection$Stub$Proxy
Kenny Root9787b802013-04-26 12:53:57 -0700453android.app.IUiAutomationConnection$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -0800454android.app.IUiAutomationConnection
Andreas Gampe859e2782016-04-06 18:37:56 -0700455android.app.IUiModeManager$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -0800456android.app.IUiModeManager$Stub
457android.app.IUiModeManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800458android.app.IUidObserver$Stub$Proxy
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700459android.app.IUidObserver$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -0800460android.app.IUidObserver
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800461android.app.IUriGrantsManager$Stub$Proxy
462android.app.IUriGrantsManager$Stub
463android.app.IUriGrantsManager
464android.app.IUserSwitchObserver$Stub$Proxy
Mathieu Chartierba2c0462017-05-19 16:41:46 -0700465android.app.IUserSwitchObserver$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -0800466android.app.IUserSwitchObserver
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -0700467android.app.IWallpaperManager$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -0800468android.app.IWallpaperManager$Stub
469android.app.IWallpaperManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800470android.app.IWallpaperManagerCallback$Stub$Proxy
Mathieu Chartierba2c0462017-05-19 16:41:46 -0700471android.app.IWallpaperManagerCallback$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -0800472android.app.IWallpaperManagerCallback
art-benchmark-serviced5115932020-02-25 17:55:03 -0800473android.app.InstantAppResolverService$1
474android.app.InstantAppResolverService$InstantAppResolutionCallback
475android.app.InstantAppResolverService$ServiceHandler
476android.app.InstantAppResolverService
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800477android.app.Instrumentation$ActivityGoing
478android.app.Instrumentation$ActivityMonitor
art-benchmark-serviced5115932020-02-25 17:55:03 -0800479android.app.Instrumentation$ActivityResult
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800480android.app.Instrumentation$ActivityWaiter
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800481android.app.Instrumentation
Jesse Wilsoneaca10e2010-10-12 21:35:56 -0700482android.app.IntentReceiverLeaked
Jesse Wilson0d8eeb42011-08-24 09:33:06 -0400483android.app.IntentService$ServiceHandler
Calin Juravle00b23d32019-03-08 17:52:20 -0800484android.app.IntentService
Mathieu Chartierba2c0462017-05-19 16:41:46 -0700485android.app.JobSchedulerImpl
Andreas Gampe61e7b662015-06-17 23:57:04 -0700486android.app.KeyguardManager
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700487android.app.ListActivity
Jesse Wilsoneaca10e2010-10-12 21:35:56 -0700488android.app.LoadedApk$ReceiverDispatcher$Args
489android.app.LoadedApk$ReceiverDispatcher$InnerReceiver
Calin Juravle00b23d32019-03-08 17:52:20 -0800490android.app.LoadedApk$ReceiverDispatcher
Jesse Wilson0d8eeb42011-08-24 09:33:06 -0400491android.app.LoadedApk$ServiceDispatcher$ConnectionInfo
492android.app.LoadedApk$ServiceDispatcher$DeathMonitor
493android.app.LoadedApk$ServiceDispatcher$InnerConnection
494android.app.LoadedApk$ServiceDispatcher$RunConnection
Calin Juravle00b23d32019-03-08 17:52:20 -0800495android.app.LoadedApk$ServiceDispatcher
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800496android.app.LoadedApk$SplitDependencyLoaderImpl
Jesse Wilsoneaca10e2010-10-12 21:35:56 -0700497android.app.LoadedApk$WarningContextClassLoader
Calin Juravle00b23d32019-03-08 17:52:20 -0800498android.app.LoadedApk
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -0700499android.app.LoaderManager$LoaderCallbacks
Calin Juravle00b23d32019-03-08 17:52:20 -0800500android.app.LoaderManager
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -0700501android.app.LoaderManagerImpl$LoaderInfo
Calin Juravle00b23d32019-03-08 17:52:20 -0800502android.app.LoaderManagerImpl
Jesse Wilsoneaca10e2010-10-12 21:35:56 -0700503android.app.NativeActivity
Mathieu Chartierba2c0462017-05-19 16:41:46 -0700504android.app.Notification$1
Mathieu Chartierba2c0462017-05-19 16:41:46 -0700505android.app.Notification$Action$1
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700506android.app.Notification$Action$Builder
Calin Juravle00b23d32019-03-08 17:52:20 -0800507android.app.Notification$Action
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700508android.app.Notification$BigPictureStyle
509android.app.Notification$BigTextStyle
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800510android.app.Notification$BubbleMetadata$1
art-benchmark-serviced60351b2020-04-11 17:55:40 -0700511android.app.Notification$BubbleMetadata$Builder
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800512android.app.Notification$BubbleMetadata
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700513android.app.Notification$Builder
Mathieu Chartierba2c0462017-05-19 16:41:46 -0700514android.app.Notification$BuilderRemoteViews
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700515android.app.Notification$DecoratedCustomViewStyle
516android.app.Notification$DecoratedMediaCustomViewStyle
art-benchmark-serviced5115932020-02-25 17:55:03 -0800517android.app.Notification$Extender
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700518android.app.Notification$InboxStyle
519android.app.Notification$MediaStyle
Calin Juravle4a054192018-05-29 17:52:20 -0700520android.app.Notification$MessagingStyle$Message
Calin Juravle00b23d32019-03-08 17:52:20 -0800521android.app.Notification$MessagingStyle
Mathieu Chartierba2c0462017-05-19 16:41:46 -0700522android.app.Notification$StandardTemplateParams
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700523android.app.Notification$Style
art-benchmark-serviced5115932020-02-25 17:55:03 -0800524android.app.Notification$TemplateBindResult
525android.app.Notification$TvExtender
Calin Juravle00b23d32019-03-08 17:52:20 -0800526android.app.Notification
Mathieu Chartierba2c0462017-05-19 16:41:46 -0700527android.app.NotificationChannel$1
Calin Juravle00b23d32019-03-08 17:52:20 -0800528android.app.NotificationChannel
Mathieu Chartierba2c0462017-05-19 16:41:46 -0700529android.app.NotificationChannelGroup$1
Calin Juravle00b23d32019-03-08 17:52:20 -0800530android.app.NotificationChannelGroup
art-benchmark-serviced5115932020-02-25 17:55:03 -0800531android.app.NotificationHistory$1
532android.app.NotificationHistory$HistoricalNotification$Builder
533android.app.NotificationHistory$HistoricalNotification
534android.app.NotificationHistory
Calin Juravle00b23d32019-03-08 17:52:20 -0800535android.app.NotificationManager$Policy$1
536android.app.NotificationManager$Policy
Jesse Wilson0d8eeb42011-08-24 09:33:06 -0400537android.app.NotificationManager
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -0700538android.app.OnActivityPausedListener
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800539android.app.PackageInstallObserver$1
art-benchmark-serviced5115932020-02-25 17:55:03 -0800540android.app.PackageInstallObserver
Jesse Wilsoneaca10e2010-10-12 21:35:56 -0700541android.app.PendingIntent$1
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700542android.app.PendingIntent$2
Andreas Gampedcad4ca2014-10-03 02:00:29 +0000543android.app.PendingIntent$CanceledException
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800544android.app.PendingIntent$FinishedDispatcher
545android.app.PendingIntent$OnFinished
Andreas Gampe0db10fd2017-02-01 15:57:57 -0800546android.app.PendingIntent$OnMarshaledListener
Calin Juravle00b23d32019-03-08 17:52:20 -0800547android.app.PendingIntent
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700548android.app.Person$1
549android.app.Person$Builder
Calin Juravle00b23d32019-03-08 17:52:20 -0800550android.app.Person
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800551android.app.PictureInPictureParams$1
art-benchmark-serviced5115932020-02-25 17:55:03 -0800552android.app.PictureInPictureParams$Builder
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800553android.app.PictureInPictureParams
art-benchmark-serviced5115932020-02-25 17:55:03 -0800554android.app.ProcessMemoryState$1
555android.app.ProcessMemoryState
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700556android.app.ProfilerInfo$1
Calin Juravle00b23d32019-03-08 17:52:20 -0800557android.app.ProfilerInfo
art-benchmark-serviced60351b2020-04-11 17:55:40 -0700558android.app.ProgressDialog$1
art-benchmark-serviced5115932020-02-25 17:55:03 -0800559android.app.ProgressDialog
560android.app.PropertyInvalidatedCache$1
561android.app.PropertyInvalidatedCache
Andreas Gampe0db10fd2017-02-01 15:57:57 -0800562android.app.QueuedWork$QueuedWorkHandler
Calin Juravle00b23d32019-03-08 17:52:20 -0800563android.app.QueuedWork
Jesse Wilsoneaca10e2010-10-12 21:35:56 -0700564android.app.ReceiverRestrictedContext
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700565android.app.RemoteAction$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800566android.app.RemoteAction
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -0700567android.app.RemoteInput$1
art-benchmark-serviced5115932020-02-25 17:55:03 -0800568android.app.RemoteInput$Builder
Calin Juravle00b23d32019-03-08 17:52:20 -0800569android.app.RemoteInput
art-benchmark-serviced60351b2020-04-11 17:55:40 -0700570android.app.RemoteInputHistoryItem$1
art-benchmark-serviced5115932020-02-25 17:55:03 -0800571android.app.RemoteInputHistoryItem
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800572android.app.RemoteServiceException
Andreas Gampe859e2782016-04-06 18:37:56 -0700573android.app.ResourcesManager$1
574android.app.ResourcesManager$ActivityResources
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700575android.app.ResourcesManager$ApkKey
art-benchmark-serviced5115932020-02-25 17:55:03 -0800576android.app.ResourcesManager$UpdateHandler
Calin Juravle00b23d32019-03-08 17:52:20 -0800577android.app.ResourcesManager
Jesse Wilsoneaca10e2010-10-12 21:35:56 -0700578android.app.ResultInfo$1
Calin Juravle00b23d32019-03-08 17:52:20 -0800579android.app.ResultInfo
art-benchmark-serviced60351b2020-04-11 17:55:40 -0700580android.app.RuntimeAppOpAccessMessage
art-benchmark-serviced5115932020-02-25 17:55:03 -0800581android.app.SearchDialog
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -0700582android.app.SearchManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800583android.app.SearchableInfo$1
584android.app.SearchableInfo$ActionKeyInfo
585android.app.SearchableInfo
Evan Millar0ea97b82009-03-24 17:49:23 -0700586android.app.Service
Jesse Wilson0d8eeb42011-08-24 09:33:06 -0400587android.app.ServiceConnectionLeaked
Mathieu Chartierba2c0462017-05-19 16:41:46 -0700588android.app.ServiceStartArgs$1
Calin Juravle00b23d32019-03-08 17:52:20 -0800589android.app.ServiceStartArgs
Andreas Gampedcad4ca2014-10-03 02:00:29 +0000590android.app.SharedElementCallback$1
Calin Juravle00b23d32019-03-08 17:52:20 -0800591android.app.SharedElementCallback
Jesse Wilson80686182011-01-21 17:12:43 -0800592android.app.SharedPreferencesImpl$1
593android.app.SharedPreferencesImpl$2
Jesse Wilson80686182011-01-21 17:12:43 -0800594android.app.SharedPreferencesImpl$EditorImpl$1
595android.app.SharedPreferencesImpl$EditorImpl$2
Calin Juravle00b23d32019-03-08 17:52:20 -0800596android.app.SharedPreferencesImpl$EditorImpl
Jesse Wilson80686182011-01-21 17:12:43 -0800597android.app.SharedPreferencesImpl$MemoryCommitResult
Calin Juravle00b23d32019-03-08 17:52:20 -0800598android.app.SharedPreferencesImpl
art-benchmark-serviced5115932020-02-25 17:55:03 -0800599android.app.StatsManager$StatsUnavailableException
art-benchmark-serviced5115932020-02-25 17:55:03 -0800600android.app.StatsManager
Andreas Gampe61e7b662015-06-17 23:57:04 -0700601android.app.StatusBarManager
art-benchmark-serviced60351b2020-04-11 17:55:40 -0700602android.app.SyncNotedAppOp$1
603android.app.SyncNotedAppOp
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800604android.app.SynchronousUserSwitchObserver
Calin Juravle00b23d32019-03-08 17:52:20 -0800605android.app.SystemServiceRegistry$100
606android.app.SystemServiceRegistry$101
607android.app.SystemServiceRegistry$102
608android.app.SystemServiceRegistry$103
609android.app.SystemServiceRegistry$104
610android.app.SystemServiceRegistry$105
611android.app.SystemServiceRegistry$106
612android.app.SystemServiceRegistry$107
613android.app.SystemServiceRegistry$108
614android.app.SystemServiceRegistry$109
Andreas Gampe61e7b662015-06-17 23:57:04 -0700615android.app.SystemServiceRegistry$10
art-benchmark-service35aba412020-02-03 11:53:25 -0800616android.app.SystemServiceRegistry$110
617android.app.SystemServiceRegistry$111
618android.app.SystemServiceRegistry$112
art-benchmark-service56aece62020-02-10 17:58:03 -0800619android.app.SystemServiceRegistry$113
620android.app.SystemServiceRegistry$114
621android.app.SystemServiceRegistry$115
art-benchmark-serviced5115932020-02-25 17:55:03 -0800622android.app.SystemServiceRegistry$116
623android.app.SystemServiceRegistry$117
624android.app.SystemServiceRegistry$118
625android.app.SystemServiceRegistry$119
Andreas Gampe61e7b662015-06-17 23:57:04 -0700626android.app.SystemServiceRegistry$11
art-benchmark-serviced5115932020-02-25 17:55:03 -0800627android.app.SystemServiceRegistry$120
art-benchmark-servicead05a302020-03-17 09:46:02 -0700628android.app.SystemServiceRegistry$121
art-benchmark-serviced60351b2020-04-11 17:55:40 -0700629android.app.SystemServiceRegistry$122
Andreas Gampe61e7b662015-06-17 23:57:04 -0700630android.app.SystemServiceRegistry$12
631android.app.SystemServiceRegistry$13
632android.app.SystemServiceRegistry$14
633android.app.SystemServiceRegistry$15
634android.app.SystemServiceRegistry$16
635android.app.SystemServiceRegistry$17
636android.app.SystemServiceRegistry$18
637android.app.SystemServiceRegistry$19
Calin Juravle00b23d32019-03-08 17:52:20 -0800638android.app.SystemServiceRegistry$1
Andreas Gampe61e7b662015-06-17 23:57:04 -0700639android.app.SystemServiceRegistry$20
640android.app.SystemServiceRegistry$21
641android.app.SystemServiceRegistry$22
642android.app.SystemServiceRegistry$23
643android.app.SystemServiceRegistry$24
644android.app.SystemServiceRegistry$25
645android.app.SystemServiceRegistry$26
646android.app.SystemServiceRegistry$27
647android.app.SystemServiceRegistry$28
648android.app.SystemServiceRegistry$29
Calin Juravle00b23d32019-03-08 17:52:20 -0800649android.app.SystemServiceRegistry$2
Andreas Gampe61e7b662015-06-17 23:57:04 -0700650android.app.SystemServiceRegistry$30
651android.app.SystemServiceRegistry$31
652android.app.SystemServiceRegistry$32
653android.app.SystemServiceRegistry$33
654android.app.SystemServiceRegistry$34
655android.app.SystemServiceRegistry$35
656android.app.SystemServiceRegistry$36
657android.app.SystemServiceRegistry$37
658android.app.SystemServiceRegistry$38
659android.app.SystemServiceRegistry$39
Calin Juravle00b23d32019-03-08 17:52:20 -0800660android.app.SystemServiceRegistry$3
Andreas Gampe61e7b662015-06-17 23:57:04 -0700661android.app.SystemServiceRegistry$40
662android.app.SystemServiceRegistry$41
663android.app.SystemServiceRegistry$42
664android.app.SystemServiceRegistry$43
665android.app.SystemServiceRegistry$44
666android.app.SystemServiceRegistry$45
667android.app.SystemServiceRegistry$46
668android.app.SystemServiceRegistry$47
669android.app.SystemServiceRegistry$48
670android.app.SystemServiceRegistry$49
Calin Juravle00b23d32019-03-08 17:52:20 -0800671android.app.SystemServiceRegistry$4
Andreas Gampe61e7b662015-06-17 23:57:04 -0700672android.app.SystemServiceRegistry$50
673android.app.SystemServiceRegistry$51
674android.app.SystemServiceRegistry$52
675android.app.SystemServiceRegistry$53
676android.app.SystemServiceRegistry$54
677android.app.SystemServiceRegistry$55
678android.app.SystemServiceRegistry$56
679android.app.SystemServiceRegistry$57
680android.app.SystemServiceRegistry$58
681android.app.SystemServiceRegistry$59
Calin Juravle00b23d32019-03-08 17:52:20 -0800682android.app.SystemServiceRegistry$5
Andreas Gampe61e7b662015-06-17 23:57:04 -0700683android.app.SystemServiceRegistry$60
684android.app.SystemServiceRegistry$61
685android.app.SystemServiceRegistry$62
686android.app.SystemServiceRegistry$63
687android.app.SystemServiceRegistry$64
688android.app.SystemServiceRegistry$65
689android.app.SystemServiceRegistry$66
690android.app.SystemServiceRegistry$67
691android.app.SystemServiceRegistry$68
Andreas Gampe571fc302016-02-18 13:58:09 -0800692android.app.SystemServiceRegistry$69
Calin Juravle00b23d32019-03-08 17:52:20 -0800693android.app.SystemServiceRegistry$6
Andreas Gampe571fc302016-02-18 13:58:09 -0800694android.app.SystemServiceRegistry$70
Andreas Gampe859e2782016-04-06 18:37:56 -0700695android.app.SystemServiceRegistry$71
696android.app.SystemServiceRegistry$72
697android.app.SystemServiceRegistry$73
698android.app.SystemServiceRegistry$74
Andreas Gampe0db10fd2017-02-01 15:57:57 -0800699android.app.SystemServiceRegistry$75
700android.app.SystemServiceRegistry$76
701android.app.SystemServiceRegistry$77
702android.app.SystemServiceRegistry$78
703android.app.SystemServiceRegistry$79
Calin Juravle00b23d32019-03-08 17:52:20 -0800704android.app.SystemServiceRegistry$7
Mathieu Chartierba2c0462017-05-19 16:41:46 -0700705android.app.SystemServiceRegistry$80
706android.app.SystemServiceRegistry$81
707android.app.SystemServiceRegistry$82
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -0700708android.app.SystemServiceRegistry$83
709android.app.SystemServiceRegistry$84
710android.app.SystemServiceRegistry$85
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700711android.app.SystemServiceRegistry$86
712android.app.SystemServiceRegistry$87
713android.app.SystemServiceRegistry$88
714android.app.SystemServiceRegistry$89
Calin Juravle00b23d32019-03-08 17:52:20 -0800715android.app.SystemServiceRegistry$8
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700716android.app.SystemServiceRegistry$90
717android.app.SystemServiceRegistry$91
718android.app.SystemServiceRegistry$92
719android.app.SystemServiceRegistry$93
Calin Juravle00b23d32019-03-08 17:52:20 -0800720android.app.SystemServiceRegistry$94
721android.app.SystemServiceRegistry$95
722android.app.SystemServiceRegistry$96
723android.app.SystemServiceRegistry$97
724android.app.SystemServiceRegistry$98
725android.app.SystemServiceRegistry$99
726android.app.SystemServiceRegistry$9
Andreas Gampe61e7b662015-06-17 23:57:04 -0700727android.app.SystemServiceRegistry$CachedServiceFetcher
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800728android.app.SystemServiceRegistry$ContextAwareServiceProducerWithBinder
729android.app.SystemServiceRegistry$ContextAwareServiceProducerWithoutBinder
Andreas Gampe61e7b662015-06-17 23:57:04 -0700730android.app.SystemServiceRegistry$ServiceFetcher
Andreas Gampe859e2782016-04-06 18:37:56 -0700731android.app.SystemServiceRegistry$StaticApplicationContextServiceFetcher
Andreas Gampe61e7b662015-06-17 23:57:04 -0700732android.app.SystemServiceRegistry$StaticServiceFetcher
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800733android.app.SystemServiceRegistry$StaticServiceProducerWithBinder
art-benchmark-service56aece62020-02-10 17:58:03 -0800734android.app.SystemServiceRegistry$StaticServiceProducerWithoutBinder
Calin Juravle00b23d32019-03-08 17:52:20 -0800735android.app.SystemServiceRegistry
736android.app.TaskInfo
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800737android.app.TaskStackListener
Andreas Gampe61e7b662015-06-17 23:57:04 -0700738android.app.UiModeManager
Calin Juravle36829e52019-04-10 19:07:47 -0700739android.app.UriGrantsManager$1
Calin Juravle00b23d32019-03-08 17:52:20 -0800740android.app.UriGrantsManager
Mathieu Chartierba2c0462017-05-19 16:41:46 -0700741android.app.UserSwitchObserver
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800742android.app.VoiceInteractor$Request
743android.app.VoiceInteractor
744android.app.Vr2dDisplayProperties$1
745android.app.Vr2dDisplayProperties
Mathieu Chartierba2c0462017-05-19 16:41:46 -0700746android.app.VrManager
art-benchmark-serviced5115932020-02-25 17:55:03 -0800747android.app.WaitResult$1
748android.app.WaitResult
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -0700749android.app.WallpaperColors$1
Calin Juravle00b23d32019-03-08 17:52:20 -0800750android.app.WallpaperColors
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -0700751android.app.WallpaperInfo$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800752android.app.WallpaperInfo
art-benchmark-serviced5115932020-02-25 17:55:03 -0800753android.app.WallpaperManager$ColorManagementProxy
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -0700754android.app.WallpaperManager$Globals
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800755android.app.WallpaperManager$OnColorsChangedListener
Calin Juravle00b23d32019-03-08 17:52:20 -0800756android.app.WallpaperManager
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700757android.app.WindowConfiguration$1
Calin Juravle00b23d32019-03-08 17:52:20 -0800758android.app.WindowConfiguration
Calin Juravle36829e52019-04-10 19:07:47 -0700759android.app.admin.-$$Lambda$DevicePolicyManager$aBAov4sAc4DWENs1-hCXh31NAg0
760android.app.admin.-$$Lambda$DevicePolicyManager$w2TynM9H41ejac4JVpNbnemNVWk
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800761android.app.admin.-$$Lambda$pWaRScwKTZTgGW4Wa_v5R_pKBDU
Calin Juravle00b23d32019-03-08 17:52:20 -0800762android.app.admin.DeviceAdminInfo$1
763android.app.admin.DeviceAdminInfo$PolicyInfo
764android.app.admin.DeviceAdminInfo
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800765android.app.admin.DevicePolicyCache$EmptyDevicePolicyCache
766android.app.admin.DevicePolicyCache
767android.app.admin.DevicePolicyEventLogger
Calin Juravle00b23d32019-03-08 17:52:20 -0800768android.app.admin.DevicePolicyManager$1
769android.app.admin.DevicePolicyManager$2
Calin Juravle36829e52019-04-10 19:07:47 -0700770android.app.admin.DevicePolicyManager$InstallSystemUpdateCallback
Calin Juravle00b23d32019-03-08 17:52:20 -0800771android.app.admin.DevicePolicyManager$OnClearApplicationUserDataListener
Andreas Gampedcad4ca2014-10-03 02:00:29 +0000772android.app.admin.DevicePolicyManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800773android.app.admin.DevicePolicyManagerInternal$OnCrossProfileWidgetProvidersChangeListener
774android.app.admin.DevicePolicyManagerInternal
art-benchmark-serviced5115932020-02-25 17:55:03 -0800775android.app.admin.DeviceStateCache
art-benchmark-serviced60351b2020-04-11 17:55:40 -0700776android.app.admin.FactoryResetProtectionPolicy$1
art-benchmark-serviced5115932020-02-25 17:55:03 -0800777android.app.admin.FactoryResetProtectionPolicy
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800778android.app.admin.IDeviceAdminService$Stub$Proxy
art-benchmark-serviced5115932020-02-25 17:55:03 -0800779android.app.admin.IDeviceAdminService$Stub
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800780android.app.admin.IDeviceAdminService
Andreas Gampedcad4ca2014-10-03 02:00:29 +0000781android.app.admin.IDevicePolicyManager$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -0800782android.app.admin.IDevicePolicyManager$Stub
783android.app.admin.IDevicePolicyManager
art-benchmark-serviced60351b2020-04-11 17:55:40 -0700784android.app.admin.IKeyguardCallback$Stub
785android.app.admin.IKeyguardCallback
786android.app.admin.NetworkEvent$1
art-benchmark-serviced5115932020-02-25 17:55:03 -0800787android.app.admin.NetworkEvent
Calin Juravle36829e52019-04-10 19:07:47 -0700788android.app.admin.PasswordMetrics$1
art-benchmark-serviced5115932020-02-25 17:55:03 -0800789android.app.admin.PasswordMetrics$ComplexityBucket$1
790android.app.admin.PasswordMetrics$ComplexityBucket$2
791android.app.admin.PasswordMetrics$ComplexityBucket$3
792android.app.admin.PasswordMetrics$ComplexityBucket$4
793android.app.admin.PasswordMetrics$ComplexityBucket
Calin Juravle00b23d32019-03-08 17:52:20 -0800794android.app.admin.PasswordMetrics
art-benchmark-serviced5115932020-02-25 17:55:03 -0800795android.app.admin.PasswordPolicy
Andreas Gampe859e2782016-04-06 18:37:56 -0700796android.app.admin.SecurityLog$SecurityEvent$1
Calin Juravle00b23d32019-03-08 17:52:20 -0800797android.app.admin.SecurityLog$SecurityEvent
798android.app.admin.SecurityLog
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800799android.app.admin.StartInstallingUpdateCallback$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -0800800android.app.admin.StartInstallingUpdateCallback$Stub
801android.app.admin.StartInstallingUpdateCallback
Calin Juravle36829e52019-04-10 19:07:47 -0700802android.app.admin.SystemUpdateInfo$1
Calin Juravle00b23d32019-03-08 17:52:20 -0800803android.app.admin.SystemUpdateInfo
Calin Juravle4a054192018-05-29 17:52:20 -0700804android.app.admin.SystemUpdatePolicy$1
Calin Juravle00b23d32019-03-08 17:52:20 -0800805android.app.admin.SystemUpdatePolicy
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700806android.app.assist.AssistContent$1
Calin Juravle00b23d32019-03-08 17:52:20 -0800807android.app.assist.AssistContent
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -0700808android.app.assist.AssistStructure$1
art-benchmark-serviced5115932020-02-25 17:55:03 -0800809android.app.assist.AssistStructure$AutofillOverlay
810android.app.assist.AssistStructure$HtmlInfoNode$1
811android.app.assist.AssistStructure$HtmlInfoNode
812android.app.assist.AssistStructure$HtmlInfoNodeBuilder
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700813android.app.assist.AssistStructure$ParcelTransferReader
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -0700814android.app.assist.AssistStructure$ParcelTransferWriter
815android.app.assist.AssistStructure$SendChannel
816android.app.assist.AssistStructure$ViewNode
817android.app.assist.AssistStructure$ViewNodeBuilder
818android.app.assist.AssistStructure$ViewNodeText
819android.app.assist.AssistStructure$ViewStackEntry
820android.app.assist.AssistStructure$WindowNode
Calin Juravle00b23d32019-03-08 17:52:20 -0800821android.app.assist.AssistStructure
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700822android.app.backup.BackupAgent$BackupServiceBinder
823android.app.backup.BackupAgent$SharedPrefsSynchronizer
Calin Juravle00b23d32019-03-08 17:52:20 -0800824android.app.backup.BackupAgent
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -0700825android.app.backup.BackupAgentHelper
Christopher Tate7adc2742010-03-05 18:03:22 -0800826android.app.backup.BackupDataInput$EntityHeader
Calin Juravle00b23d32019-03-08 17:52:20 -0800827android.app.backup.BackupDataInput
Christopher Tate7adc2742010-03-05 18:03:22 -0800828android.app.backup.BackupDataOutput
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700829android.app.backup.BackupHelper
Christopher Tate7adc2742010-03-05 18:03:22 -0800830android.app.backup.BackupHelperDispatcher$Header
Calin Juravle00b23d32019-03-08 17:52:20 -0800831android.app.backup.BackupHelperDispatcher
art-benchmark-serviced5115932020-02-25 17:55:03 -0800832android.app.backup.BackupManager$BackupManagerMonitorWrapper
833android.app.backup.BackupManager$BackupObserverWrapper$1
834android.app.backup.BackupManager$BackupObserverWrapper
Andreas Gampe0db10fd2017-02-01 15:57:57 -0800835android.app.backup.BackupManager
art-benchmark-serviced5115932020-02-25 17:55:03 -0800836android.app.backup.BackupManagerMonitor
837android.app.backup.BackupObserver
838android.app.backup.BackupProgress$1
839android.app.backup.BackupProgress
Calin Juravle4a054192018-05-29 17:52:20 -0700840android.app.backup.BackupTransport$TransportImpl
Calin Juravle00b23d32019-03-08 17:52:20 -0800841android.app.backup.BackupTransport
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800842android.app.backup.BlobBackupHelper
art-benchmark-serviced5115932020-02-25 17:55:03 -0800843android.app.backup.FileBackupHelper
Christopher Tate7adc2742010-03-05 18:03:22 -0800844android.app.backup.FileBackupHelperBase
Jesse Wilson0d8eeb42011-08-24 09:33:06 -0400845android.app.backup.FullBackup
Andreas Gampe61e7b662015-06-17 23:57:04 -0700846android.app.backup.FullBackupDataOutput
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800847android.app.backup.IBackupCallback$Stub$Proxy
848android.app.backup.IBackupCallback$Stub
849android.app.backup.IBackupCallback
Mathieu Chartierba2c0462017-05-19 16:41:46 -0700850android.app.backup.IBackupManager$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -0800851android.app.backup.IBackupManager$Stub
852android.app.backup.IBackupManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800853android.app.backup.IBackupManagerMonitor$Stub$Proxy
854android.app.backup.IBackupManagerMonitor$Stub
855android.app.backup.IBackupManagerMonitor
856android.app.backup.IBackupObserver$Stub$Proxy
857android.app.backup.IBackupObserver$Stub
858android.app.backup.IBackupObserver
859android.app.backup.IFullBackupRestoreObserver$Stub$Proxy
860android.app.backup.IFullBackupRestoreObserver$Stub
861android.app.backup.IFullBackupRestoreObserver
art-benchmark-serviced5115932020-02-25 17:55:03 -0800862android.app.backup.IRestoreSession
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800863android.app.backup.ISelectBackupTransportCallback$Stub$Proxy
864android.app.backup.ISelectBackupTransportCallback$Stub
865android.app.backup.ISelectBackupTransportCallback
art-benchmark-serviced5115932020-02-25 17:55:03 -0800866android.app.backup.RestoreDescription$1
867android.app.backup.RestoreDescription
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700868android.app.backup.SharedPreferencesBackupHelper
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800869android.app.blob.-$$Lambda$BlobStoreManagerFrameworkInitializer$WjSRSHMmxWPF4Fq-7TpX23MBh2U
art-benchmark-serviced60351b2020-04-11 17:55:40 -0700870android.app.blob.BlobHandle$1
art-benchmark-serviced5115932020-02-25 17:55:03 -0800871android.app.blob.BlobHandle
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800872android.app.blob.BlobStoreManager
Sudheer Shankaf5b36962019-10-04 16:16:13 -0700873android.app.blob.BlobStoreManagerFrameworkInitializer
art-benchmark-serviced5115932020-02-25 17:55:03 -0800874android.app.blob.IBlobStoreManager$Stub
875android.app.blob.IBlobStoreManager
876android.app.blob.IBlobStoreSession
art-benchmark-serviced60351b2020-04-11 17:55:40 -0700877android.app.blob.LeaseInfo
878android.app.contentsuggestions.ClassificationsRequest$1
art-benchmark-serviced5115932020-02-25 17:55:03 -0800879android.app.contentsuggestions.ClassificationsRequest
Calin Juravle00b23d32019-03-08 17:52:20 -0800880android.app.contentsuggestions.ContentSuggestionsManager
art-benchmark-serviced60351b2020-04-11 17:55:40 -0700881android.app.contentsuggestions.IClassificationsCallback$Stub$Proxy
art-benchmark-serviced5115932020-02-25 17:55:03 -0800882android.app.contentsuggestions.IClassificationsCallback$Stub
883android.app.contentsuggestions.IClassificationsCallback
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800884android.app.contentsuggestions.IContentSuggestionsManager$Stub
885android.app.contentsuggestions.IContentSuggestionsManager
art-benchmark-serviced60351b2020-04-11 17:55:40 -0700886android.app.contentsuggestions.ISelectionsCallback$Stub$Proxy
art-benchmark-serviced5115932020-02-25 17:55:03 -0800887android.app.contentsuggestions.ISelectionsCallback$Stub
888android.app.contentsuggestions.ISelectionsCallback
art-benchmark-serviced60351b2020-04-11 17:55:40 -0700889android.app.contentsuggestions.SelectionsRequest$1
art-benchmark-serviced5115932020-02-25 17:55:03 -0800890android.app.contentsuggestions.SelectionsRequest
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800891android.app.job.-$$Lambda$FpGlzN9oJcl8o5soW-gU-DyTvXM
892android.app.job.-$$Lambda$JobSchedulerFrameworkInitializer$PtYe8PQc1PVJQXRnpm3iSxcWTR0
893android.app.job.-$$Lambda$JobSchedulerFrameworkInitializer$RHUxgww0pZFMmfQWKgaRAx0YFqA
Mathieu Chartierba2c0462017-05-19 16:41:46 -0700894android.app.job.IJobCallback$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -0800895android.app.job.IJobCallback$Stub
896android.app.job.IJobCallback
Mathieu Chartierba2c0462017-05-19 16:41:46 -0700897android.app.job.IJobScheduler$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -0800898android.app.job.IJobScheduler$Stub
899android.app.job.IJobScheduler
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800900android.app.job.IJobService$Stub$Proxy
Mathieu Chartierba2c0462017-05-19 16:41:46 -0700901android.app.job.IJobService$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -0800902android.app.job.IJobService
Mathieu Chartierba2c0462017-05-19 16:41:46 -0700903android.app.job.JobInfo$1
904android.app.job.JobInfo$Builder
Mathieu Chartierba2c0462017-05-19 16:41:46 -0700905android.app.job.JobInfo$TriggerContentUri$1
Calin Juravle00b23d32019-03-08 17:52:20 -0800906android.app.job.JobInfo$TriggerContentUri
907android.app.job.JobInfo
Mathieu Chartierba2c0462017-05-19 16:41:46 -0700908android.app.job.JobParameters$1
Calin Juravle00b23d32019-03-08 17:52:20 -0800909android.app.job.JobParameters
Andreas Gampe61e7b662015-06-17 23:57:04 -0700910android.app.job.JobScheduler
Makoto Onuki792de8d2019-07-16 16:19:01 -0700911android.app.job.JobSchedulerFrameworkInitializer
Mathieu Chartierba2c0462017-05-19 16:41:46 -0700912android.app.job.JobService$1
Calin Juravle00b23d32019-03-08 17:52:20 -0800913android.app.job.JobService
Mathieu Chartierba2c0462017-05-19 16:41:46 -0700914android.app.job.JobServiceEngine$JobHandler
915android.app.job.JobServiceEngine$JobInterface
Calin Juravle00b23d32019-03-08 17:52:20 -0800916android.app.job.JobServiceEngine
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700917android.app.job.JobWorkItem$1
Calin Juravle00b23d32019-03-08 17:52:20 -0800918android.app.job.JobWorkItem
art-benchmark-serviced5115932020-02-25 17:55:03 -0800919android.app.prediction.-$$Lambda$1lqxDplfWlUwgBrOynX9L0oK_uA
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800920android.app.prediction.AppPredictionContext$1
921android.app.prediction.AppPredictionContext
Calin Juravle00b23d32019-03-08 17:52:20 -0800922android.app.prediction.AppPredictionManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800923android.app.prediction.AppPredictionSessionId$1
924android.app.prediction.AppPredictionSessionId
art-benchmark-serviced5115932020-02-25 17:55:03 -0800925android.app.prediction.AppPredictor$CallbackWrapper
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800926android.app.prediction.AppPredictor
927android.app.prediction.AppTarget$1
art-benchmark-serviced5115932020-02-25 17:55:03 -0800928android.app.prediction.AppTarget$Builder
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800929android.app.prediction.AppTarget
930android.app.prediction.AppTargetEvent$1
931android.app.prediction.AppTargetEvent
932android.app.prediction.AppTargetId$1
933android.app.prediction.AppTargetId
934android.app.prediction.IPredictionCallback$Stub$Proxy
935android.app.prediction.IPredictionCallback$Stub
936android.app.prediction.IPredictionCallback
937android.app.prediction.IPredictionManager$Stub$Proxy
938android.app.prediction.IPredictionManager$Stub
939android.app.prediction.IPredictionManager
art-benchmark-serviced5115932020-02-25 17:55:03 -0800940android.app.role.-$$Lambda$9DeAxmM9lUVr3-FTSefyo-BW8DY
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800941android.app.role.-$$Lambda$RoleControllerManager$Jsb4ev7pHUqel8_lglNSRLiUzpg
art-benchmark-serviced5115932020-02-25 17:55:03 -0800942android.app.role.-$$Lambda$RoleControllerManager$hbh627Rh8mtJykW3vb1FWR34mIQ
943android.app.role.-$$Lambda$RoleControllerManager$mCMKfoPdye0sMu6efs963HCR1Xk
944android.app.role.-$$Lambda$Z0BwIRmLFQVA4XrF_I5nxvuecWE
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800945android.app.role.-$$Lambda$o94o2jK_ei-IVw-3oY_QJ49zpAA
946android.app.role.IOnRoleHoldersChangedListener$Stub$Proxy
947android.app.role.IOnRoleHoldersChangedListener$Stub
948android.app.role.IOnRoleHoldersChangedListener
art-benchmark-serviced5115932020-02-25 17:55:03 -0800949android.app.role.IRoleController$Stub$Proxy
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800950android.app.role.IRoleController$Stub
951android.app.role.IRoleController
Calin Juravle00b23d32019-03-08 17:52:20 -0800952android.app.role.IRoleManager$Stub$Proxy
953android.app.role.IRoleManager$Stub
954android.app.role.IRoleManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800955android.app.role.OnRoleHoldersChangedListener
art-benchmark-serviced5115932020-02-25 17:55:03 -0800956android.app.role.RoleControllerManager$1
Calin Juravle36829e52019-04-10 19:07:47 -0700957android.app.role.RoleControllerManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800958android.app.role.RoleManager$OnRoleHoldersChangedListenerDelegate
Calin Juravle00b23d32019-03-08 17:52:20 -0800959android.app.role.RoleManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800960android.app.servertransaction.ActivityConfigurationChangeItem$1
961android.app.servertransaction.ActivityConfigurationChangeItem
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700962android.app.servertransaction.ActivityLifecycleItem
Calin Juravle36829e52019-04-10 19:07:47 -0700963android.app.servertransaction.ActivityRelaunchItem$1
Calin Juravle00b23d32019-03-08 17:52:20 -0800964android.app.servertransaction.ActivityRelaunchItem
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700965android.app.servertransaction.ActivityResultItem$1
Calin Juravle00b23d32019-03-08 17:52:20 -0800966android.app.servertransaction.ActivityResultItem
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700967android.app.servertransaction.BaseClientRequest
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700968android.app.servertransaction.ClientTransaction$1
Calin Juravle00b23d32019-03-08 17:52:20 -0800969android.app.servertransaction.ClientTransaction
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700970android.app.servertransaction.ClientTransactionItem
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700971android.app.servertransaction.ConfigurationChangeItem$1
Calin Juravle00b23d32019-03-08 17:52:20 -0800972android.app.servertransaction.ConfigurationChangeItem
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700973android.app.servertransaction.DestroyActivityItem$1
Calin Juravle00b23d32019-03-08 17:52:20 -0800974android.app.servertransaction.DestroyActivityItem
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700975android.app.servertransaction.LaunchActivityItem$1
Calin Juravle00b23d32019-03-08 17:52:20 -0800976android.app.servertransaction.LaunchActivityItem
art-benchmark-serviced5115932020-02-25 17:55:03 -0800977android.app.servertransaction.MultiWindowModeChangeItem$1
978android.app.servertransaction.MultiWindowModeChangeItem
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700979android.app.servertransaction.NewIntentItem$1
Calin Juravle00b23d32019-03-08 17:52:20 -0800980android.app.servertransaction.NewIntentItem
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800981android.app.servertransaction.ObjectPool
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700982android.app.servertransaction.ObjectPoolItem
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700983android.app.servertransaction.PauseActivityItem$1
Calin Juravle00b23d32019-03-08 17:52:20 -0800984android.app.servertransaction.PauseActivityItem
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700985android.app.servertransaction.PendingTransactionActions$StopInfo
Calin Juravle00b23d32019-03-08 17:52:20 -0800986android.app.servertransaction.PendingTransactionActions
art-benchmark-serviced5115932020-02-25 17:55:03 -0800987android.app.servertransaction.PipModeChangeItem$1
988android.app.servertransaction.PipModeChangeItem
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700989android.app.servertransaction.ResumeActivityItem$1
Calin Juravle00b23d32019-03-08 17:52:20 -0800990android.app.servertransaction.ResumeActivityItem
art-benchmark-serviced60351b2020-04-11 17:55:40 -0700991android.app.servertransaction.StartActivityItem$1
992android.app.servertransaction.StartActivityItem
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700993android.app.servertransaction.StopActivityItem$1
Calin Juravle00b23d32019-03-08 17:52:20 -0800994android.app.servertransaction.StopActivityItem
995android.app.servertransaction.TopResumedActivityChangeItem$1
996android.app.servertransaction.TopResumedActivityChangeItem
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700997android.app.servertransaction.TransactionExecutor
998android.app.servertransaction.TransactionExecutorHelper
Calin Juravle00b23d32019-03-08 17:52:20 -0800999android.app.slice.-$$Lambda$SliceProvider$bIgM5f4PsMvz_YYWEeFTjvTqevw
Calin Juravle4a054192018-05-29 17:52:20 -07001000android.app.slice.ISliceManager$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08001001android.app.slice.ISliceManager$Stub
1002android.app.slice.ISliceManager
1003android.app.slice.Slice$1
1004android.app.slice.Slice$Builder
1005android.app.slice.Slice
1006android.app.slice.SliceItem$1
1007android.app.slice.SliceItem
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001008android.app.slice.SliceManager
Calin Juravle00b23d32019-03-08 17:52:20 -08001009android.app.slice.SliceProvider
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001010android.app.slice.SliceSpec$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001011android.app.slice.SliceSpec
1012android.app.timedetector.ITimeDetectorService$Stub$Proxy
1013android.app.timedetector.ITimeDetectorService$Stub
1014android.app.timedetector.ITimeDetectorService
art-benchmark-serviced5115932020-02-25 17:55:03 -08001015android.app.timedetector.ManualTimeSuggestion$1
1016android.app.timedetector.ManualTimeSuggestion
art-benchmark-serviced60351b2020-04-11 17:55:40 -07001017android.app.timedetector.NetworkTimeSuggestion$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08001018android.app.timedetector.NetworkTimeSuggestion
1019android.app.timedetector.PhoneTimeSuggestion$1
1020android.app.timedetector.PhoneTimeSuggestion
art-benchmark-serviced60351b2020-04-11 17:55:40 -07001021android.app.timedetector.TelephonyTimeSuggestion$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08001022android.app.timedetector.TelephonyTimeSuggestion
Calin Juravle00b23d32019-03-08 17:52:20 -08001023android.app.timedetector.TimeDetector
art-benchmark-serviced60351b2020-04-11 17:55:40 -07001024android.app.timedetector.TimeDetectorImpl
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07001025android.app.timezone.RulesManager
art-benchmark-serviced5115932020-02-25 17:55:03 -08001026android.app.timezonedetector.ITimeZoneDetectorService$Stub$Proxy
1027android.app.timezonedetector.ITimeZoneDetectorService$Stub
1028android.app.timezonedetector.ITimeZoneDetectorService
art-benchmark-serviced60351b2020-04-11 17:55:40 -07001029android.app.timezonedetector.ManualTimeZoneSuggestion$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08001030android.app.timezonedetector.ManualTimeZoneSuggestion
art-benchmark-serviced60351b2020-04-11 17:55:40 -07001031android.app.timezonedetector.TelephonyTimeZoneSuggestion$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08001032android.app.timezonedetector.TelephonyTimeZoneSuggestion
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001033android.app.timezonedetector.TimeZoneDetector
1034android.app.trust.IStrongAuthTracker$Stub$Proxy
1035android.app.trust.IStrongAuthTracker$Stub
1036android.app.trust.IStrongAuthTracker
1037android.app.trust.ITrustListener$Stub$Proxy
1038android.app.trust.ITrustListener$Stub
1039android.app.trust.ITrustListener
Andreas Gampe61e7b662015-06-17 23:57:04 -07001040android.app.trust.ITrustManager$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08001041android.app.trust.ITrustManager$Stub
1042android.app.trust.ITrustManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001043android.app.trust.TrustManager$1
1044android.app.trust.TrustManager$2
1045android.app.trust.TrustManager$TrustListener
Andreas Gampe61e7b662015-06-17 23:57:04 -07001046android.app.trust.TrustManager
Calin Juravle4a054192018-05-29 17:52:20 -07001047android.app.usage.AppStandbyInfo$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001048android.app.usage.AppStandbyInfo
1049android.app.usage.CacheQuotaHint$1
1050android.app.usage.CacheQuotaHint$Builder
1051android.app.usage.CacheQuotaHint
1052android.app.usage.CacheQuotaService$CacheQuotaServiceWrapper
1053android.app.usage.CacheQuotaService$ServiceHandler
1054android.app.usage.CacheQuotaService
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001055android.app.usage.ConfigurationStats$1
1056android.app.usage.ConfigurationStats
1057android.app.usage.EventList
art-benchmark-serviced5115932020-02-25 17:55:03 -08001058android.app.usage.ExternalStorageStats$1
1059android.app.usage.ExternalStorageStats
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001060android.app.usage.ICacheQuotaService$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08001061android.app.usage.ICacheQuotaService$Stub
Calin Juravle36829e52019-04-10 19:07:47 -07001062android.app.usage.ICacheQuotaService
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001063android.app.usage.IStorageStatsManager$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08001064android.app.usage.IStorageStatsManager$Stub
1065android.app.usage.IStorageStatsManager
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001066android.app.usage.IUsageStatsManager$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08001067android.app.usage.IUsageStatsManager$Stub
1068android.app.usage.IUsageStatsManager
art-benchmark-serviced5115932020-02-25 17:55:03 -08001069android.app.usage.NetworkStats$Bucket
1070android.app.usage.NetworkStats
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001071android.app.usage.NetworkStatsManager$CallbackHandler
1072android.app.usage.NetworkStatsManager$UsageCallback
Andreas Gampe61e7b662015-06-17 23:57:04 -07001073android.app.usage.NetworkStatsManager
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001074android.app.usage.StorageStats$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001075android.app.usage.StorageStats
Andreas Gampe0db10fd2017-02-01 15:57:57 -08001076android.app.usage.StorageStatsManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001077android.app.usage.TimeSparseArray
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001078android.app.usage.UsageEvents$1
1079android.app.usage.UsageEvents$Event
Calin Juravle00b23d32019-03-08 17:52:20 -08001080android.app.usage.UsageEvents
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001081android.app.usage.UsageStats$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001082android.app.usage.UsageStats
Andreas Gampe61e7b662015-06-17 23:57:04 -07001083android.app.usage.UsageStatsManager
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04001084android.appwidget.AppWidgetManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001085android.appwidget.AppWidgetManagerInternal
Mathieu Chartierba2c0462017-05-19 16:41:46 -07001086android.appwidget.AppWidgetProvider
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001087android.appwidget.AppWidgetProviderInfo$1
1088android.appwidget.AppWidgetProviderInfo
1089android.attention.AttentionManagerInternal$AttentionCallbackInternal
1090android.attention.AttentionManagerInternal
1091android.bluetooth.-$$Lambda$BluetoothAdapter$2$INSd_aND-SGWhhPZUtIqya_Uxw4
art-benchmark-serviced60351b2020-04-11 17:55:40 -07001092android.bluetooth.-$$Lambda$BluetoothAdapter$5$eKI2JS6EbiGZOGfQ8La27pm0gy0
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07001093android.bluetooth.BluetoothA2dp$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001094android.bluetooth.BluetoothA2dp
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001095android.bluetooth.BluetoothA2dpSink
Calin Juravle4a054192018-05-29 17:52:20 -07001096android.bluetooth.BluetoothActivityEnergyInfo$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001097android.bluetooth.BluetoothActivityEnergyInfo
Andreas Gampe61e7b662015-06-17 23:57:04 -07001098android.bluetooth.BluetoothAdapter$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001099android.bluetooth.BluetoothAdapter$2
art-benchmark-serviced5115932020-02-25 17:55:03 -08001100android.bluetooth.BluetoothAdapter$3
1101android.bluetooth.BluetoothAdapter$4
1102android.bluetooth.BluetoothAdapter$5
Calin Juravle00b23d32019-03-08 17:52:20 -08001103android.bluetooth.BluetoothAdapter
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001104android.bluetooth.BluetoothAvrcpController
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001105android.bluetooth.BluetoothClass$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001106android.bluetooth.BluetoothClass
Calin Juravle4a054192018-05-29 17:52:20 -07001107android.bluetooth.BluetoothCodecConfig$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001108android.bluetooth.BluetoothCodecConfig
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001109android.bluetooth.BluetoothCodecStatus$1
1110android.bluetooth.BluetoothCodecStatus
Mathieu Chartierba2c0462017-05-19 16:41:46 -07001111android.bluetooth.BluetoothDevice$1
1112android.bluetooth.BluetoothDevice$2
art-benchmark-serviced60351b2020-04-11 17:55:40 -07001113android.bluetooth.BluetoothDevice$3
Calin Juravle00b23d32019-03-08 17:52:20 -08001114android.bluetooth.BluetoothDevice
art-benchmark-serviced60351b2020-04-11 17:55:40 -07001115android.bluetooth.BluetoothGatt
art-benchmark-serviced5115932020-02-25 17:55:03 -08001116android.bluetooth.BluetoothGattCallback
art-benchmark-serviced60351b2020-04-11 17:55:40 -07001117android.bluetooth.BluetoothGattServer
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001118android.bluetooth.BluetoothGattService$1
1119android.bluetooth.BluetoothGattService
Mathieu Chartierba2c0462017-05-19 16:41:46 -07001120android.bluetooth.BluetoothHeadset$1
1121android.bluetooth.BluetoothHeadset$2
1122android.bluetooth.BluetoothHeadset$3
Calin Juravle00b23d32019-03-08 17:52:20 -08001123android.bluetooth.BluetoothHeadset
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001124android.bluetooth.BluetoothHeadsetClient
1125android.bluetooth.BluetoothHearingAid$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001126android.bluetooth.BluetoothHearingAid
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001127android.bluetooth.BluetoothHidDevice$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001128android.bluetooth.BluetoothHidDevice
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001129android.bluetooth.BluetoothHidDeviceAppQosSettings$1
1130android.bluetooth.BluetoothHidDeviceAppQosSettings
1131android.bluetooth.BluetoothHidDeviceAppSdpSettings$1
1132android.bluetooth.BluetoothHidDeviceAppSdpSettings
1133android.bluetooth.BluetoothHidHost$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001134android.bluetooth.BluetoothHidHost
Calin Juravle4a054192018-05-29 17:52:20 -07001135android.bluetooth.BluetoothInputStream
Andreas Gampe61e7b662015-06-17 23:57:04 -07001136android.bluetooth.BluetoothManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001137android.bluetooth.BluetoothMap$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001138android.bluetooth.BluetoothMap
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001139android.bluetooth.BluetoothMapClient
Calin Juravle4a054192018-05-29 17:52:20 -07001140android.bluetooth.BluetoothOutputStream
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001141android.bluetooth.BluetoothPan$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001142android.bluetooth.BluetoothPan
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001143android.bluetooth.BluetoothPbap$1
1144android.bluetooth.BluetoothPbap$2
Calin Juravle00b23d32019-03-08 17:52:20 -08001145android.bluetooth.BluetoothPbap
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001146android.bluetooth.BluetoothPbapClient
Mathieu Chartierba2c0462017-05-19 16:41:46 -07001147android.bluetooth.BluetoothProfile$ServiceListener
Calin Juravle00b23d32019-03-08 17:52:20 -08001148android.bluetooth.BluetoothProfile
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001149android.bluetooth.BluetoothProfileConnector$1
1150android.bluetooth.BluetoothProfileConnector$2
1151android.bluetooth.BluetoothProfileConnector
1152android.bluetooth.BluetoothSap$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001153android.bluetooth.BluetoothSap
Calin Juravle4a054192018-05-29 17:52:20 -07001154android.bluetooth.BluetoothServerSocket
Calin Juravle4a054192018-05-29 17:52:20 -07001155android.bluetooth.BluetoothSocket$SocketState
Calin Juravle00b23d32019-03-08 17:52:20 -08001156android.bluetooth.BluetoothSocket
Calin Juravle4a054192018-05-29 17:52:20 -07001157android.bluetooth.BluetoothUuid
Andreas Gampe0db10fd2017-02-01 15:57:57 -08001158android.bluetooth.IBluetooth$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08001159android.bluetooth.IBluetooth$Stub
1160android.bluetooth.IBluetooth
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07001161android.bluetooth.IBluetoothA2dp$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08001162android.bluetooth.IBluetoothA2dp$Stub
1163android.bluetooth.IBluetoothA2dp
Calin Juravle4a054192018-05-29 17:52:20 -07001164android.bluetooth.IBluetoothAvrcpTarget$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08001165android.bluetooth.IBluetoothAvrcpTarget
Calin Juravle4a054192018-05-29 17:52:20 -07001166android.bluetooth.IBluetoothCallback$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08001167android.bluetooth.IBluetoothCallback$Stub
1168android.bluetooth.IBluetoothCallback
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001169android.bluetooth.IBluetoothGatt$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08001170android.bluetooth.IBluetoothGatt$Stub
1171android.bluetooth.IBluetoothGatt
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001172android.bluetooth.IBluetoothGattCallback$Stub$Proxy
1173android.bluetooth.IBluetoothGattCallback$Stub
1174android.bluetooth.IBluetoothGattCallback
1175android.bluetooth.IBluetoothGattServerCallback$Stub$Proxy
1176android.bluetooth.IBluetoothGattServerCallback$Stub
1177android.bluetooth.IBluetoothGattServerCallback
Mathieu Chartierba2c0462017-05-19 16:41:46 -07001178android.bluetooth.IBluetoothHeadset$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08001179android.bluetooth.IBluetoothHeadset$Stub
1180android.bluetooth.IBluetoothHeadset
Calin Juravle4a054192018-05-29 17:52:20 -07001181android.bluetooth.IBluetoothHeadsetPhone$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08001182android.bluetooth.IBluetoothHeadsetPhone$Stub
1183android.bluetooth.IBluetoothHeadsetPhone
art-benchmark-serviced5115932020-02-25 17:55:03 -08001184android.bluetooth.IBluetoothHearingAid$Stub$Proxy
Calin Juravle4a054192018-05-29 17:52:20 -07001185android.bluetooth.IBluetoothHearingAid$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08001186android.bluetooth.IBluetoothHearingAid
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001187android.bluetooth.IBluetoothHidDevice$Stub$Proxy
Calin Juravle4a054192018-05-29 17:52:20 -07001188android.bluetooth.IBluetoothHidDevice$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08001189android.bluetooth.IBluetoothHidDevice
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001190android.bluetooth.IBluetoothHidDeviceCallback$Stub$Proxy
1191android.bluetooth.IBluetoothHidDeviceCallback$Stub
1192android.bluetooth.IBluetoothHidDeviceCallback
1193android.bluetooth.IBluetoothHidHost$Stub$Proxy
Calin Juravle4a054192018-05-29 17:52:20 -07001194android.bluetooth.IBluetoothHidHost$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08001195android.bluetooth.IBluetoothHidHost
Andreas Gampe61e7b662015-06-17 23:57:04 -07001196android.bluetooth.IBluetoothManager$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08001197android.bluetooth.IBluetoothManager$Stub
1198android.bluetooth.IBluetoothManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001199android.bluetooth.IBluetoothManagerCallback$Stub$Proxy
Andreas Gampe61e7b662015-06-17 23:57:04 -07001200android.bluetooth.IBluetoothManagerCallback$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08001201android.bluetooth.IBluetoothManagerCallback
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001202android.bluetooth.IBluetoothMap$Stub$Proxy
Calin Juravle4a054192018-05-29 17:52:20 -07001203android.bluetooth.IBluetoothMap$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08001204android.bluetooth.IBluetoothMap
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001205android.bluetooth.IBluetoothMetadataListener$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08001206android.bluetooth.IBluetoothMetadataListener$Stub
1207android.bluetooth.IBluetoothMetadataListener
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001208android.bluetooth.IBluetoothPan$Stub$Proxy
Calin Juravle4a054192018-05-29 17:52:20 -07001209android.bluetooth.IBluetoothPan$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08001210android.bluetooth.IBluetoothPan
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001211android.bluetooth.IBluetoothPbap$Stub$Proxy
Calin Juravle4a054192018-05-29 17:52:20 -07001212android.bluetooth.IBluetoothPbap$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08001213android.bluetooth.IBluetoothPbap
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001214android.bluetooth.IBluetoothProfileServiceConnection$Stub$Proxy
Mathieu Chartierba2c0462017-05-19 16:41:46 -07001215android.bluetooth.IBluetoothProfileServiceConnection$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08001216android.bluetooth.IBluetoothProfileServiceConnection
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001217android.bluetooth.IBluetoothSap$Stub$Proxy
Calin Juravle4a054192018-05-29 17:52:20 -07001218android.bluetooth.IBluetoothSap$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08001219android.bluetooth.IBluetoothSap
Calin Juravle4a054192018-05-29 17:52:20 -07001220android.bluetooth.IBluetoothSocketManager$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08001221android.bluetooth.IBluetoothSocketManager$Stub
1222android.bluetooth.IBluetoothSocketManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001223android.bluetooth.IBluetoothStateChangeCallback$Stub$Proxy
Mathieu Chartierba2c0462017-05-19 16:41:46 -07001224android.bluetooth.IBluetoothStateChangeCallback$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08001225android.bluetooth.IBluetoothStateChangeCallback
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001226android.bluetooth.OobData$1
1227android.bluetooth.OobData
Calin Juravle4a054192018-05-29 17:52:20 -07001228android.bluetooth.UidTraffic$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001229android.bluetooth.UidTraffic
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001230android.bluetooth.le.AdvertiseData$1
1231android.bluetooth.le.AdvertiseData
1232android.bluetooth.le.AdvertisingSetParameters$1
1233android.bluetooth.le.AdvertisingSetParameters
art-benchmark-serviced5115932020-02-25 17:55:03 -08001234android.bluetooth.le.BluetoothLeScanner$1
art-benchmark-serviced60351b2020-04-11 17:55:40 -07001235android.bluetooth.le.BluetoothLeScanner$BleScanCallbackWrapper$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08001236android.bluetooth.le.BluetoothLeScanner$BleScanCallbackWrapper
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001237android.bluetooth.le.BluetoothLeScanner
art-benchmark-serviced5115932020-02-25 17:55:03 -08001238android.bluetooth.le.BluetoothLeUtils
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001239android.bluetooth.le.IAdvertisingSetCallback$Stub$Proxy
1240android.bluetooth.le.IAdvertisingSetCallback$Stub
1241android.bluetooth.le.IAdvertisingSetCallback
1242android.bluetooth.le.IPeriodicAdvertisingCallback$Stub$Proxy
1243android.bluetooth.le.IPeriodicAdvertisingCallback$Stub
1244android.bluetooth.le.IPeriodicAdvertisingCallback
Calin Juravle4a054192018-05-29 17:52:20 -07001245android.bluetooth.le.IScannerCallback$Stub$Proxy
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001246android.bluetooth.le.IScannerCallback$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08001247android.bluetooth.le.IScannerCallback
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001248android.bluetooth.le.PeriodicAdvertisingParameters$1
1249android.bluetooth.le.PeriodicAdvertisingParameters
art-benchmark-serviced5115932020-02-25 17:55:03 -08001250android.bluetooth.le.ScanCallback
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001251android.bluetooth.le.ScanFilter$1
1252android.bluetooth.le.ScanFilter$Builder
Calin Juravle00b23d32019-03-08 17:52:20 -08001253android.bluetooth.le.ScanFilter
Calin Juravle4a054192018-05-29 17:52:20 -07001254android.bluetooth.le.ScanRecord
Calin Juravle4a054192018-05-29 17:52:20 -07001255android.bluetooth.le.ScanResult$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001256android.bluetooth.le.ScanResult
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001257android.bluetooth.le.ScanSettings$1
1258android.bluetooth.le.ScanSettings$Builder
Calin Juravle00b23d32019-03-08 17:52:20 -08001259android.bluetooth.le.ScanSettings
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001260android.companion.AssociationRequest$1
1261android.companion.AssociationRequest
Mathieu Chartierba2c0462017-05-19 16:41:46 -07001262android.companion.CompanionDeviceManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001263android.companion.ICompanionDeviceManager$Stub$Proxy
1264android.companion.ICompanionDeviceManager$Stub
1265android.companion.ICompanionDeviceManager
1266android.companion.IFindDeviceCallback$Stub$Proxy
1267android.companion.IFindDeviceCallback$Stub
1268android.companion.IFindDeviceCallback
1269android.compat.Compatibility$Callbacks
art-benchmark-serviced60351b2020-04-11 17:55:40 -07001270android.compat.Compatibility$ChangeConfig
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001271android.compat.Compatibility
Calin Juravle4a054192018-05-29 17:52:20 -07001272android.content.-$$Lambda$AbstractThreadedSyncAdapter$ISyncAdapterImpl$L6ZtOCe8gjKwJj0908ytPlrD8Rc
art-benchmark-serviced5115932020-02-25 17:55:03 -08001273android.content.-$$Lambda$ClipboardManager$1$hQk8olbGAgUi4WWNG4ZuDZsM39s
art-benchmark-serviced60351b2020-04-11 17:55:40 -07001274android.content.-$$Lambda$IntentFilter$WX75RVXUnG63zh-f133zF3i8Szs
1275android.content.-$$Lambda$IntentFilter$fvZpjl2C1djVISORSFvcX_-NkJo
Mathieu Chartierba2c0462017-05-19 16:41:46 -07001276android.content.AbstractThreadedSyncAdapter$ISyncAdapterImpl
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001277android.content.AbstractThreadedSyncAdapter$SyncThread
Calin Juravle00b23d32019-03-08 17:52:20 -08001278android.content.AbstractThreadedSyncAdapter
Andreas Gampedcad4ca2014-10-03 02:00:29 +00001279android.content.ActivityNotFoundException
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07001280android.content.AsyncQueryHandler$WorkerArgs
1281android.content.AsyncQueryHandler$WorkerHandler
Calin Juravle00b23d32019-03-08 17:52:20 -08001282android.content.AsyncQueryHandler
Calin Juravle00b23d32019-03-08 17:52:20 -08001283android.content.AsyncTaskLoader
Calin Juravle36829e52019-04-10 19:07:47 -07001284android.content.AutofillOptions$1
1285android.content.AutofillOptions
Andreas Gampe859e2782016-04-06 18:37:56 -07001286android.content.BroadcastReceiver$PendingResult$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001287android.content.BroadcastReceiver$PendingResult
1288android.content.BroadcastReceiver
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001289android.content.ClipData$1
1290android.content.ClipData$Item
1291android.content.ClipData
1292android.content.ClipDescription$1
1293android.content.ClipDescription
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07001294android.content.ClipboardManager$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001295android.content.ClipboardManager$OnPrimaryClipChangedListener
Calin Juravle00b23d32019-03-08 17:52:20 -08001296android.content.ClipboardManager
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04001297android.content.ComponentCallbacks2
Calin Juravle00b23d32019-03-08 17:52:20 -08001298android.content.ComponentCallbacks
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001299android.content.ComponentName$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001300android.content.ComponentName$WithComponentName
Calin Juravle00b23d32019-03-08 17:52:20 -08001301android.content.ComponentName
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001302android.content.ContentCaptureOptions$1
Calin Juravle36829e52019-04-10 19:07:47 -07001303android.content.ContentCaptureOptions
Calin Juravle00b23d32019-03-08 17:52:20 -08001304android.content.ContentInterface
art-benchmark-serviced5115932020-02-25 17:55:03 -08001305android.content.ContentProvider$CallingIdentity
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07001306android.content.ContentProvider$PipeDataWriter
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001307android.content.ContentProvider$Transport
Calin Juravle00b23d32019-03-08 17:52:20 -08001308android.content.ContentProvider
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001309android.content.ContentProviderClient$CursorWrapperInner
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001310android.content.ContentProviderClient$NotRespondingRunnable
Calin Juravle00b23d32019-03-08 17:52:20 -08001311android.content.ContentProviderClient
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001312android.content.ContentProviderNative
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001313android.content.ContentProviderOperation$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08001314android.content.ContentProviderOperation$BackReference$1
1315android.content.ContentProviderOperation$BackReference
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001316android.content.ContentProviderOperation$Builder
Calin Juravle00b23d32019-03-08 17:52:20 -08001317android.content.ContentProviderOperation
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001318android.content.ContentProviderProxy
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001319android.content.ContentProviderResult$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001320android.content.ContentProviderResult
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07001321android.content.ContentResolver$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08001322android.content.ContentResolver$2
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001323android.content.ContentResolver$CursorWrapperInner
art-benchmark-serviced5115932020-02-25 17:55:03 -08001324android.content.ContentResolver$GetTypeResultListener
1325android.content.ContentResolver$OpenResourceIdResult
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07001326android.content.ContentResolver$ParcelFileDescriptorInner
art-benchmark-serviced60351b2020-04-11 17:55:40 -07001327android.content.ContentResolver$ResultListener
1328android.content.ContentResolver$StringResultListener
Calin Juravle00b23d32019-03-08 17:52:20 -08001329android.content.ContentResolver
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001330android.content.ContentUris
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001331android.content.ContentValues$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001332android.content.ContentValues
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001333android.content.Context
1334android.content.ContextWrapper
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07001335android.content.CursorLoader
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001336android.content.DialogInterface$OnCancelListener
1337android.content.DialogInterface$OnClickListener
1338android.content.DialogInterface$OnDismissListener
Calin Juravle4a054192018-05-29 17:52:20 -07001339android.content.DialogInterface$OnKeyListener
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001340android.content.DialogInterface$OnShowListener
Calin Juravle00b23d32019-03-08 17:52:20 -08001341android.content.DialogInterface
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07001342android.content.IClipboard$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08001343android.content.IClipboard$Stub
1344android.content.IClipboard
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001345android.content.IContentProvider
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001346android.content.IContentService$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08001347android.content.IContentService$Stub
1348android.content.IContentService
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001349android.content.IIntentReceiver$Stub$Proxy
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001350android.content.IIntentReceiver$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08001351android.content.IIntentReceiver
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001352android.content.IIntentSender$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08001353android.content.IIntentSender$Stub
1354android.content.IIntentSender
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001355android.content.IOnPrimaryClipChangedListener$Stub$Proxy
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07001356android.content.IOnPrimaryClipChangedListener$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08001357android.content.IOnPrimaryClipChangedListener
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001358android.content.IRestrictionsManager$Stub$Proxy
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07001359android.content.IRestrictionsManager$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08001360android.content.IRestrictionsManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001361android.content.ISyncAdapter$Stub$Proxy
Mathieu Chartierba2c0462017-05-19 16:41:46 -07001362android.content.ISyncAdapter$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08001363android.content.ISyncAdapter
Calin Juravle4a054192018-05-29 17:52:20 -07001364android.content.ISyncAdapterUnsyncableAccountCallback$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08001365android.content.ISyncAdapterUnsyncableAccountCallback$Stub
1366android.content.ISyncAdapterUnsyncableAccountCallback
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001367android.content.ISyncContext$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08001368android.content.ISyncContext$Stub
1369android.content.ISyncContext
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001370android.content.ISyncStatusObserver$Stub$Proxy
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07001371android.content.ISyncStatusObserver$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08001372android.content.ISyncStatusObserver
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001373android.content.Intent$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08001374android.content.Intent$CommandOptionHandler
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001375android.content.Intent$FilterComparison
Calin Juravle00b23d32019-03-08 17:52:20 -08001376android.content.Intent
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001377android.content.IntentFilter$1
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001378android.content.IntentFilter$AuthorityEntry
Andreas Gampedcad4ca2014-10-03 02:00:29 +00001379android.content.IntentFilter$MalformedMimeTypeException
Calin Juravle00b23d32019-03-08 17:52:20 -08001380android.content.IntentFilter
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001381android.content.IntentSender$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001382android.content.IntentSender$FinishedDispatcher
Andreas Gampedcad4ca2014-10-03 02:00:29 +00001383android.content.IntentSender$SendIntentException
Calin Juravle00b23d32019-03-08 17:52:20 -08001384android.content.IntentSender
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07001385android.content.Loader$ForceLoadContentObserver
1386android.content.Loader$OnLoadCanceledListener
1387android.content.Loader$OnLoadCompleteListener
Calin Juravle00b23d32019-03-08 17:52:20 -08001388android.content.Loader
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001389android.content.LocusId$1
1390android.content.LocusId
art-benchmark-serviced5115932020-02-25 17:55:03 -08001391android.content.LoggingContentInterface
1392android.content.MutableContextWrapper
Andreas Gampedcad4ca2014-10-03 02:00:29 +00001393android.content.OperationApplicationException
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001394android.content.PeriodicSync$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08001395android.content.PeriodicSync
1396android.content.PermissionChecker
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001397android.content.ReceiverCallNotAllowedException
art-benchmark-serviced60351b2020-04-11 17:55:40 -07001398android.content.RestrictionEntry$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08001399android.content.RestrictionEntry
Andreas Gampe61e7b662015-06-17 23:57:04 -07001400android.content.RestrictionsManager
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001401android.content.SearchRecentSuggestionsProvider$DatabaseHelper
Calin Juravle00b23d32019-03-08 17:52:20 -08001402android.content.SearchRecentSuggestionsProvider
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001403android.content.ServiceConnection
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001404android.content.SharedPreferences$Editor
1405android.content.SharedPreferences$OnSharedPreferenceChangeListener
Calin Juravle00b23d32019-03-08 17:52:20 -08001406android.content.SharedPreferences
Calin Juravle4a054192018-05-29 17:52:20 -07001407android.content.SyncAdapterType$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001408android.content.SyncAdapterType
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001409android.content.SyncAdaptersCache$MySerializer
1410android.content.SyncAdaptersCache
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001411android.content.SyncContext
art-benchmark-serviced5115932020-02-25 17:55:03 -08001412android.content.SyncInfo$1
1413android.content.SyncInfo
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07001414android.content.SyncRequest$1
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001415android.content.SyncRequest$Builder
Calin Juravle00b23d32019-03-08 17:52:20 -08001416android.content.SyncRequest
Mathieu Chartierba2c0462017-05-19 16:41:46 -07001417android.content.SyncResult$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001418android.content.SyncResult
Mathieu Chartierba2c0462017-05-19 16:41:46 -07001419android.content.SyncStats$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001420android.content.SyncStats
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001421android.content.SyncStatusInfo$1
1422android.content.SyncStatusInfo$Stats
1423android.content.SyncStatusInfo
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07001424android.content.SyncStatusObserver
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001425android.content.UndoManager$UndoState
Calin Juravle00b23d32019-03-08 17:52:20 -08001426android.content.UndoManager
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001427android.content.UndoOperation
Andreas Gampe61e7b662015-06-17 23:57:04 -07001428android.content.UndoOwner
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001429android.content.UriMatcher
art-benchmark-serviced5115932020-02-25 17:55:03 -08001430android.content.UriPermission$1
1431android.content.UriPermission
art-benchmark-service56aece62020-02-10 17:58:03 -08001432android.content.integrity.AppIntegrityManager
art-benchmark-serviced60351b2020-04-11 17:55:40 -07001433android.content.integrity.IAppIntegrityManager$Stub
1434android.content.integrity.IAppIntegrityManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001435android.content.om.IOverlayManager$Stub$Proxy
1436android.content.om.IOverlayManager$Stub
1437android.content.om.IOverlayManager
1438android.content.om.OverlayInfo$1
1439android.content.om.OverlayInfo
Calin Juravle00b23d32019-03-08 17:52:20 -08001440android.content.om.OverlayManager
art-benchmark-service35aba412020-02-03 11:53:25 -08001441android.content.om.OverlayableInfo
art-benchmark-serviced60351b2020-04-11 17:55:40 -07001442android.content.pm.-$$Lambda$ApplicationInfo$1$FDtFc-prTtONpy6YSScuAiML69E
art-benchmark-serviced5115932020-02-25 17:55:03 -08001443android.content.pm.-$$Lambda$B12dZLpdwpXn89QSesmkaZjD72Q
art-benchmark-serviced60351b2020-04-11 17:55:40 -07001444android.content.pm.-$$Lambda$IPackageManager$Stub$Proxy$X2I1qlX4SiKMZSjDTNzS_nTibbo
art-benchmark-servicead05a302020-03-17 09:46:02 -07001445android.content.pm.-$$Lambda$IPackageManager$Stub$ZVp6oEh-Gn_bn8lM7TgSgpaGriw
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001446android.content.pm.-$$Lambda$PackageParser$0DZRgzfgaIMpCOhJqjw6PUiU5vw
1447android.content.pm.-$$Lambda$PackageParser$0aobsT7Zf7WVZCqMZ5z2clAuQf4
1448android.content.pm.-$$Lambda$PackageParser$M-9fHqS_eEp1oYkuKJhRHOGUxf8
1449android.content.pm.-$$Lambda$T1UQAuePWRRmVQ1KzTyMAktZUPM
1450android.content.pm.-$$Lambda$ciir_QAmv6RwJro4I58t77dPnxU
art-benchmark-serviced5115932020-02-25 17:55:03 -08001451android.content.pm.-$$Lambda$hUJwdX9IqTlLwBds2BUGqVf-FM8
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001452android.content.pm.-$$Lambda$n3uXeb1v-YRmq_BWTfosEqUUr9g
1453android.content.pm.-$$Lambda$zO9HBUVgPeroyDQPLJE-MNMvSqc
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001454android.content.pm.ActivityInfo$1
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07001455android.content.pm.ActivityInfo$WindowLayout
Calin Juravle00b23d32019-03-08 17:52:20 -08001456android.content.pm.ActivityInfo
art-benchmark-serviced5115932020-02-25 17:55:03 -08001457android.content.pm.ActivityPresentationInfo
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001458android.content.pm.ApplicationInfo$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001459android.content.pm.ApplicationInfo
art-benchmark-serviced5115932020-02-25 17:55:03 -08001460android.content.pm.AuxiliaryResolveInfo$AuxiliaryFilter
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001461android.content.pm.BaseParceledListSlice$1
Mathieu Chartierba2c0462017-05-19 16:41:46 -07001462android.content.pm.BaseParceledListSlice
art-benchmark-serviced5115932020-02-25 17:55:03 -08001463android.content.pm.ChangedPackages$1
1464android.content.pm.ChangedPackages
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001465android.content.pm.ComponentInfo
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001466android.content.pm.ConfigurationInfo$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001467android.content.pm.ConfigurationInfo
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001468android.content.pm.CrossProfileApps
art-benchmark-service35aba412020-02-03 11:53:25 -08001469android.content.pm.DataLoaderManager
art-benchmark-serviced5115932020-02-25 17:55:03 -08001470android.content.pm.DataLoaderParams
art-benchmark-serviced60351b2020-04-11 17:55:40 -07001471android.content.pm.DataLoaderParamsParcel$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08001472android.content.pm.DataLoaderParamsParcel
Calin Juravle00b23d32019-03-08 17:52:20 -08001473android.content.pm.FallbackCategoryProvider
Andreas Gampedcad4ca2014-10-03 02:00:29 +00001474android.content.pm.FeatureGroupInfo$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001475android.content.pm.FeatureGroupInfo
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001476android.content.pm.FeatureInfo$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001477android.content.pm.FeatureInfo
art-benchmark-serviced60351b2020-04-11 17:55:40 -07001478android.content.pm.FileSystemControlParcel
art-benchmark-serviced5115932020-02-25 17:55:03 -08001479android.content.pm.ICrossProfileApps$Stub$Proxy
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001480android.content.pm.ICrossProfileApps$Stub
1481android.content.pm.ICrossProfileApps
art-benchmark-serviced5115932020-02-25 17:55:03 -08001482android.content.pm.IDataLoader
art-benchmark-serviced60351b2020-04-11 17:55:40 -07001483android.content.pm.IDataLoaderManager$Stub$Proxy
art-benchmark-serviced5115932020-02-25 17:55:03 -08001484android.content.pm.IDataLoaderManager$Stub
1485android.content.pm.IDataLoaderManager
art-benchmark-serviced60351b2020-04-11 17:55:40 -07001486android.content.pm.IDataLoaderStatusListener$Stub$Proxy
art-benchmark-serviced5115932020-02-25 17:55:03 -08001487android.content.pm.IDataLoaderStatusListener$Stub
1488android.content.pm.IDataLoaderStatusListener
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001489android.content.pm.IDexModuleRegisterCallback$Stub$Proxy
1490android.content.pm.IDexModuleRegisterCallback$Stub
1491android.content.pm.IDexModuleRegisterCallback
Calin Juravle4a054192018-05-29 17:52:20 -07001492android.content.pm.ILauncherApps$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08001493android.content.pm.ILauncherApps$Stub
1494android.content.pm.ILauncherApps
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001495android.content.pm.IOnAppsChangedListener$Stub$Proxy
Calin Juravle4a054192018-05-29 17:52:20 -07001496android.content.pm.IOnAppsChangedListener$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08001497android.content.pm.IOnAppsChangedListener
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001498android.content.pm.IOtaDexopt$Stub
1499android.content.pm.IOtaDexopt
1500android.content.pm.IPackageDataObserver$Stub$Proxy
Calin Juravle4a054192018-05-29 17:52:20 -07001501android.content.pm.IPackageDataObserver$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08001502android.content.pm.IPackageDataObserver
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001503android.content.pm.IPackageDeleteObserver$Stub$Proxy
1504android.content.pm.IPackageDeleteObserver$Stub
1505android.content.pm.IPackageDeleteObserver2$Stub$Proxy
1506android.content.pm.IPackageDeleteObserver2$Stub
1507android.content.pm.IPackageDeleteObserver2
Calin Juravle4a054192018-05-29 17:52:20 -07001508android.content.pm.IPackageDeleteObserver
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001509android.content.pm.IPackageInstallObserver2$Stub
1510android.content.pm.IPackageInstallObserver2
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07001511android.content.pm.IPackageInstaller$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08001512android.content.pm.IPackageInstaller$Stub
1513android.content.pm.IPackageInstaller
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001514android.content.pm.IPackageInstallerCallback$Stub$Proxy
Calin Juravle4a054192018-05-29 17:52:20 -07001515android.content.pm.IPackageInstallerCallback$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08001516android.content.pm.IPackageInstallerCallback
Calin Juravle4a054192018-05-29 17:52:20 -07001517android.content.pm.IPackageInstallerSession$Stub$Proxy
art-benchmark-serviced5115932020-02-25 17:55:03 -08001518android.content.pm.IPackageInstallerSession$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08001519android.content.pm.IPackageInstallerSession
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001520android.content.pm.IPackageManager$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08001521android.content.pm.IPackageManager$Stub
1522android.content.pm.IPackageManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001523android.content.pm.IPackageManagerNative$Stub
1524android.content.pm.IPackageManagerNative
1525android.content.pm.IPackageMoveObserver$Stub$Proxy
1526android.content.pm.IPackageMoveObserver$Stub
1527android.content.pm.IPackageMoveObserver
1528android.content.pm.IPackageStatsObserver$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08001529android.content.pm.IPackageStatsObserver$Stub
Calin Juravle36829e52019-04-10 19:07:47 -07001530android.content.pm.IPackageStatsObserver
art-benchmark-serviced60351b2020-04-11 17:55:40 -07001531android.content.pm.IShortcutChangeCallback$Stub$Proxy
art-benchmark-serviced5115932020-02-25 17:55:03 -08001532android.content.pm.IShortcutChangeCallback$Stub
1533android.content.pm.IShortcutChangeCallback
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07001534android.content.pm.IShortcutService$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08001535android.content.pm.IShortcutService$Stub
1536android.content.pm.IShortcutService
art-benchmark-serviced5115932020-02-25 17:55:03 -08001537android.content.pm.InstallSourceInfo$1
1538android.content.pm.InstallSourceInfo
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001539android.content.pm.InstantAppIntentFilter$1
1540android.content.pm.InstantAppIntentFilter
art-benchmark-serviced5115932020-02-25 17:55:03 -08001541android.content.pm.InstantAppRequest
art-benchmark-serviced60351b2020-04-11 17:55:40 -07001542android.content.pm.InstantAppRequestInfo$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08001543android.content.pm.InstantAppRequestInfo
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001544android.content.pm.InstantAppResolveInfo$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08001545android.content.pm.InstantAppResolveInfo$InstantAppDigest$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001546android.content.pm.InstantAppResolveInfo$InstantAppDigest
1547android.content.pm.InstantAppResolveInfo
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001548android.content.pm.InstrumentationInfo$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001549android.content.pm.InstrumentationInfo
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001550android.content.pm.IntentFilterVerificationInfo$1
1551android.content.pm.IntentFilterVerificationInfo
1552android.content.pm.KeySet$1
1553android.content.pm.KeySet
1554android.content.pm.LauncherActivityInfo
Calin Juravle4a054192018-05-29 17:52:20 -07001555android.content.pm.LauncherApps$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08001556android.content.pm.LauncherApps$AppUsageLimit$1
1557android.content.pm.LauncherApps$AppUsageLimit
1558android.content.pm.LauncherApps$Callback
1559android.content.pm.LauncherApps$CallbackMessageHandler$CallbackInfo
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001560android.content.pm.LauncherApps$CallbackMessageHandler
art-benchmark-serviced5115932020-02-25 17:55:03 -08001561android.content.pm.LauncherApps$ShortcutQuery
Calin Juravle00b23d32019-03-08 17:52:20 -08001562android.content.pm.LauncherApps
1563android.content.pm.ModuleInfo$1
1564android.content.pm.ModuleInfo
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001565android.content.pm.PackageInfo$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001566android.content.pm.PackageInfo
art-benchmark-serviced5115932020-02-25 17:55:03 -08001567android.content.pm.PackageInfoLite$1
1568android.content.pm.PackageInfoLite
Calin Juravle4a054192018-05-29 17:52:20 -07001569android.content.pm.PackageInstaller$Session
1570android.content.pm.PackageInstaller$SessionCallback
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001571android.content.pm.PackageInstaller$SessionCallbackDelegate
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001572android.content.pm.PackageInstaller$SessionInfo$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001573android.content.pm.PackageInstaller$SessionInfo
Calin Juravle4a054192018-05-29 17:52:20 -07001574android.content.pm.PackageInstaller$SessionParams$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001575android.content.pm.PackageInstaller$SessionParams
1576android.content.pm.PackageInstaller
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001577android.content.pm.PackageItemInfo
art-benchmark-serviced60351b2020-04-11 17:55:40 -07001578android.content.pm.PackageManager$1
1579android.content.pm.PackageManager$2
1580android.content.pm.PackageManager$ApplicationInfoQuery
1581android.content.pm.PackageManager$MoveCallback
Kenny Rootdbf30ed2012-09-19 13:08:12 -07001582android.content.pm.PackageManager$NameNotFoundException
Calin Juravle4a054192018-05-29 17:52:20 -07001583android.content.pm.PackageManager$OnPermissionsChangedListener
art-benchmark-serviced60351b2020-04-11 17:55:40 -07001584android.content.pm.PackageManager$PackageInfoQuery
Calin Juravle00b23d32019-03-08 17:52:20 -08001585android.content.pm.PackageManager
1586android.content.pm.PackageParser$1
Calin Juravle4a054192018-05-29 17:52:20 -07001587android.content.pm.PackageParser$Activity$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001588android.content.pm.PackageParser$Activity
Calin Juravle4a054192018-05-29 17:52:20 -07001589android.content.pm.PackageParser$ActivityIntentInfo
1590android.content.pm.PackageParser$ApkLite
1591android.content.pm.PackageParser$CachedComponentArgs
1592android.content.pm.PackageParser$Callback
1593android.content.pm.PackageParser$CallbackImpl
1594android.content.pm.PackageParser$Component
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001595android.content.pm.PackageParser$Instrumentation$1
1596android.content.pm.PackageParser$Instrumentation
Calin Juravle00b23d32019-03-08 17:52:20 -08001597android.content.pm.PackageParser$IntentInfo
Calin Juravle4a054192018-05-29 17:52:20 -07001598android.content.pm.PackageParser$NewPermissionInfo
Calin Juravle4a054192018-05-29 17:52:20 -07001599android.content.pm.PackageParser$Package$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001600android.content.pm.PackageParser$Package
Calin Juravle4a054192018-05-29 17:52:20 -07001601android.content.pm.PackageParser$PackageLite
Andreas Gampedcad4ca2014-10-03 02:00:29 +00001602android.content.pm.PackageParser$PackageParserException
Calin Juravle4a054192018-05-29 17:52:20 -07001603android.content.pm.PackageParser$ParseComponentArgs
Calin Juravle00b23d32019-03-08 17:52:20 -08001604android.content.pm.PackageParser$ParsePackageItemArgs
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001605android.content.pm.PackageParser$Permission$1
1606android.content.pm.PackageParser$Permission
1607android.content.pm.PackageParser$PermissionGroup$1
1608android.content.pm.PackageParser$PermissionGroup
1609android.content.pm.PackageParser$Provider$1
1610android.content.pm.PackageParser$Provider
1611android.content.pm.PackageParser$ProviderIntentInfo
1612android.content.pm.PackageParser$Service$1
1613android.content.pm.PackageParser$Service
1614android.content.pm.PackageParser$ServiceIntentInfo
Calin Juravle4a054192018-05-29 17:52:20 -07001615android.content.pm.PackageParser$SigningDetails$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001616android.content.pm.PackageParser$SigningDetails$Builder
Calin Juravle00b23d32019-03-08 17:52:20 -08001617android.content.pm.PackageParser$SigningDetails
Calin Juravle4a054192018-05-29 17:52:20 -07001618android.content.pm.PackageParser$SplitNameComparator
Calin Juravle00b23d32019-03-08 17:52:20 -08001619android.content.pm.PackageParser
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001620android.content.pm.PackageParserCacheHelper$ReadHelper
1621android.content.pm.PackageParserCacheHelper$WriteHelper
art-benchmark-servicead05a302020-03-17 09:46:02 -07001622android.content.pm.PackagePartitions$DeferredCanonicalFile
1623android.content.pm.PackagePartitions$SystemPartition
1624android.content.pm.PackagePartitions
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001625android.content.pm.PackageStats$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001626android.content.pm.PackageStats
Calin Juravle4a054192018-05-29 17:52:20 -07001627android.content.pm.PackageUserState
Andreas Gampe61e7b662015-06-17 23:57:04 -07001628android.content.pm.ParceledListSlice$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001629android.content.pm.ParceledListSlice
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001630android.content.pm.PathPermission$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001631android.content.pm.PathPermission
1632android.content.pm.PermissionGroupInfo$1
1633android.content.pm.PermissionGroupInfo
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001634android.content.pm.PermissionInfo$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001635android.content.pm.PermissionInfo
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001636android.content.pm.ProviderInfo$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001637android.content.pm.ProviderInfo
art-benchmark-serviced60351b2020-04-11 17:55:40 -07001638android.content.pm.ProviderInfoList$1
1639android.content.pm.ProviderInfoList
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001640android.content.pm.RegisteredServicesCache$1
1641android.content.pm.RegisteredServicesCache$2
1642android.content.pm.RegisteredServicesCache$3
1643android.content.pm.RegisteredServicesCache$ServiceInfo
1644android.content.pm.RegisteredServicesCache$UserServices
1645android.content.pm.RegisteredServicesCache
1646android.content.pm.RegisteredServicesCacheListener
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001647android.content.pm.ResolveInfo$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001648android.content.pm.ResolveInfo
1649android.content.pm.SELinuxUtil
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001650android.content.pm.ServiceInfo$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001651android.content.pm.ServiceInfo
1652android.content.pm.SharedLibraryInfo$1
1653android.content.pm.SharedLibraryInfo
Mathieu Chartierba2c0462017-05-19 16:41:46 -07001654android.content.pm.ShortcutInfo$1
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001655android.content.pm.ShortcutInfo$Builder
Calin Juravle00b23d32019-03-08 17:52:20 -08001656android.content.pm.ShortcutInfo
art-benchmark-serviced5115932020-02-25 17:55:03 -08001657android.content.pm.ShortcutManager$ShareShortcutInfo$1
1658android.content.pm.ShortcutManager$ShareShortcutInfo
Andreas Gampe859e2782016-04-06 18:37:56 -07001659android.content.pm.ShortcutManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001660android.content.pm.ShortcutServiceInternal$ShortcutChangeListener
1661android.content.pm.ShortcutServiceInternal
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001662android.content.pm.Signature$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001663android.content.pm.Signature
Calin Juravle4a054192018-05-29 17:52:20 -07001664android.content.pm.SigningInfo$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001665android.content.pm.SigningInfo
Calin Juravle36829e52019-04-10 19:07:47 -07001666android.content.pm.StringParceledListSlice$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001667android.content.pm.StringParceledListSlice
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001668android.content.pm.SuspendDialogInfo$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08001669android.content.pm.SuspendDialogInfo$Builder
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001670android.content.pm.SuspendDialogInfo
Kenny Root9787b802013-04-26 12:53:57 -07001671android.content.pm.UserInfo$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001672android.content.pm.UserInfo
art-benchmark-serviced5115932020-02-25 17:55:03 -08001673android.content.pm.VerifierDeviceIdentity$1
1674android.content.pm.VerifierDeviceIdentity
Calin Juravle36829e52019-04-10 19:07:47 -07001675android.content.pm.VerifierInfo$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001676android.content.pm.VerifierInfo
1677android.content.pm.VersionedPackage$1
1678android.content.pm.VersionedPackage
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001679android.content.pm.XmlSerializerAndParser
art-benchmark-serviced5115932020-02-25 17:55:03 -08001680android.content.pm.dex.ArtManager$SnapshotRuntimeProfileCallbackDelegate
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001681android.content.pm.dex.ArtManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001682android.content.pm.dex.ArtManagerInternal
1683android.content.pm.dex.DexMetadataHelper
art-benchmark-serviced5115932020-02-25 17:55:03 -08001684android.content.pm.dex.IArtManager$Stub$Proxy
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001685android.content.pm.dex.IArtManager$Stub
Calin Juravle4a054192018-05-29 17:52:20 -07001686android.content.pm.dex.IArtManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001687android.content.pm.dex.ISnapshotRuntimeProfileCallback$Stub$Proxy
1688android.content.pm.dex.ISnapshotRuntimeProfileCallback$Stub
1689android.content.pm.dex.ISnapshotRuntimeProfileCallback
art-benchmark-serviced5115932020-02-25 17:55:03 -08001690android.content.pm.dex.PackageOptimizationInfo
1691android.content.pm.parsing.AndroidPackage
1692android.content.pm.parsing.AndroidPackageWrite
1693android.content.pm.parsing.ApkLiteParseUtils
1694android.content.pm.parsing.ApkParseUtils$ParseInput
1695android.content.pm.parsing.ApkParseUtils$ParseResult
1696android.content.pm.parsing.ApkParseUtils
1697android.content.pm.parsing.ComponentParseUtils$ParsedActivity$1
1698android.content.pm.parsing.ComponentParseUtils$ParsedActivity
1699android.content.pm.parsing.ComponentParseUtils$ParsedActivityIntentInfo$1
1700android.content.pm.parsing.ComponentParseUtils$ParsedActivityIntentInfo
1701android.content.pm.parsing.ComponentParseUtils$ParsedComponent
1702android.content.pm.parsing.ComponentParseUtils$ParsedFeature
1703android.content.pm.parsing.ComponentParseUtils$ParsedInstrumentation$1
1704android.content.pm.parsing.ComponentParseUtils$ParsedInstrumentation
1705android.content.pm.parsing.ComponentParseUtils$ParsedIntentInfo
1706android.content.pm.parsing.ComponentParseUtils$ParsedMainComponent$1
1707android.content.pm.parsing.ComponentParseUtils$ParsedMainComponent
1708android.content.pm.parsing.ComponentParseUtils$ParsedPermission$1
1709android.content.pm.parsing.ComponentParseUtils$ParsedPermission
1710android.content.pm.parsing.ComponentParseUtils$ParsedPermissionGroup$1
1711android.content.pm.parsing.ComponentParseUtils$ParsedPermissionGroup
1712android.content.pm.parsing.ComponentParseUtils$ParsedProcess
1713android.content.pm.parsing.ComponentParseUtils$ParsedProvider$1
1714android.content.pm.parsing.ComponentParseUtils$ParsedProvider
1715android.content.pm.parsing.ComponentParseUtils$ParsedProviderIntentInfo$1
1716android.content.pm.parsing.ComponentParseUtils$ParsedProviderIntentInfo
1717android.content.pm.parsing.ComponentParseUtils$ParsedQueriesIntentInfo
1718android.content.pm.parsing.ComponentParseUtils$ParsedService$1
1719android.content.pm.parsing.ComponentParseUtils$ParsedService
1720android.content.pm.parsing.ComponentParseUtils$ParsedServiceIntentInfo$1
1721android.content.pm.parsing.ComponentParseUtils$ParsedServiceIntentInfo
1722android.content.pm.parsing.ComponentParseUtils
1723android.content.pm.parsing.PackageImpl$1
1724android.content.pm.parsing.PackageImpl
1725android.content.pm.parsing.PackageInfoUtils
1726android.content.pm.parsing.ParsedPackage$PackageSettingCallback
1727android.content.pm.parsing.ParsedPackage
1728android.content.pm.parsing.ParsingPackage
art-benchmark-serviced60351b2020-04-11 17:55:40 -07001729android.content.pm.parsing.ParsingPackageRead
1730android.content.pm.parsing.ParsingPackageUtils
art-benchmark-serviced5115932020-02-25 17:55:03 -08001731android.content.pm.parsing.library.-$$Lambda$WrPVuoVJehE45tfhLfe_8Tcc-Nw
1732android.content.pm.parsing.library.AndroidHidlUpdater
1733android.content.pm.parsing.library.AndroidTestBaseUpdater
1734android.content.pm.parsing.library.OrgApacheHttpLegacyUpdater
1735android.content.pm.parsing.library.PackageBackwardCompatibility$AndroidTestRunnerSplitUpdater
1736android.content.pm.parsing.library.PackageBackwardCompatibility$RemoveUnnecessaryAndroidTestBaseLibrary
1737android.content.pm.parsing.library.PackageBackwardCompatibility
1738android.content.pm.parsing.library.PackageSharedLibraryUpdater
1739android.content.pm.permission.SplitPermissionInfoParcelable$1
1740android.content.pm.permission.SplitPermissionInfoParcelable
Calin Juravle4a054192018-05-29 17:52:20 -07001741android.content.pm.split.DefaultSplitAssetLoader
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001742android.content.pm.split.SplitAssetDependencyLoader
Calin Juravle4a054192018-05-29 17:52:20 -07001743android.content.pm.split.SplitAssetLoader
Calin Juravle00b23d32019-03-08 17:52:20 -08001744android.content.pm.split.SplitDependencyLoader$IllegalDependencyException
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001745android.content.pm.split.SplitDependencyLoader
Calin Juravle4a054192018-05-29 17:52:20 -07001746android.content.res.-$$Lambda$Resources$4msWUw7LKsgLexLZjIfWa4oguq4
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001747android.content.res.-$$Lambda$ResourcesImpl$99dm2ENnzo9b0SIUjUj2Kl3pi90
1748android.content.res.-$$Lambda$ResourcesImpl$h3PTRX185BeQl8SVC2_w9arp5Og
1749android.content.res.ApkAssets
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08001750android.content.res.AssetFileDescriptor$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001751android.content.res.AssetFileDescriptor$AutoCloseInputStream
Calin Juravle00b23d32019-03-08 17:52:20 -08001752android.content.res.AssetFileDescriptor
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001753android.content.res.AssetManager$AssetInputStream
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001754android.content.res.AssetManager$Builder
Calin Juravle00b23d32019-03-08 17:52:20 -08001755android.content.res.AssetManager
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001756android.content.res.ColorStateList$1
Andreas Gampe571fc302016-02-18 13:58:09 -08001757android.content.res.ColorStateList$ColorStateListFactory
Calin Juravle00b23d32019-03-08 17:52:20 -08001758android.content.res.ColorStateList
Mathieu Chartierba2c0462017-05-19 16:41:46 -07001759android.content.res.CompatResources
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08001760android.content.res.CompatibilityInfo$1
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04001761android.content.res.CompatibilityInfo$2
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001762android.content.res.CompatibilityInfo$Translator
Calin Juravle00b23d32019-03-08 17:52:20 -08001763android.content.res.CompatibilityInfo
Andreas Gampe571fc302016-02-18 13:58:09 -08001764android.content.res.ComplexColor
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08001765android.content.res.Configuration$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001766android.content.res.Configuration
Andreas Gampe61e7b662015-06-17 23:57:04 -07001767android.content.res.ConfigurationBoundResourceCache
1768android.content.res.ConstantState
1769android.content.res.DrawableCache
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001770android.content.res.FontResourcesParser$FamilyResourceEntry
1771android.content.res.FontResourcesParser$FontFamilyFilesResourceEntry
1772android.content.res.FontResourcesParser$FontFileResourceEntry
1773android.content.res.FontResourcesParser$ProviderResourceEntry
Calin Juravle00b23d32019-03-08 17:52:20 -08001774android.content.res.FontResourcesParser
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001775android.content.res.GradientColor$GradientColorFactory
Andreas Gampe571fc302016-02-18 13:58:09 -08001776android.content.res.GradientColor
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001777android.content.res.ObbInfo$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001778android.content.res.ObbInfo
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001779android.content.res.ObbScanner
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07001780android.content.res.ResourceId
art-benchmark-serviced60351b2020-04-11 17:55:40 -07001781android.content.res.Resources$AssetManagerUpdateHandler
Andreas Gampedcad4ca2014-10-03 02:00:29 +00001782android.content.res.Resources$NotFoundException
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001783android.content.res.Resources$Theme
Andreas Gampe61e7b662015-06-17 23:57:04 -07001784android.content.res.Resources$ThemeKey
art-benchmark-serviced5115932020-02-25 17:55:03 -08001785android.content.res.Resources$UpdateCallbacks
Calin Juravle00b23d32019-03-08 17:52:20 -08001786android.content.res.Resources
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001787android.content.res.ResourcesImpl$LookupStack
Andreas Gampe859e2782016-04-06 18:37:56 -07001788android.content.res.ResourcesImpl$ThemeImpl
Calin Juravle00b23d32019-03-08 17:52:20 -08001789android.content.res.ResourcesImpl
Andreas Gampedcad4ca2014-10-03 02:00:29 +00001790android.content.res.ResourcesKey
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001791android.content.res.StringBlock$Height
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001792android.content.res.StringBlock$StyleIDs
Calin Juravle00b23d32019-03-08 17:52:20 -08001793android.content.res.StringBlock
Andreas Gampe61e7b662015-06-17 23:57:04 -07001794android.content.res.ThemedResourceCache
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001795android.content.res.TypedArray
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001796android.content.res.XmlBlock$Parser
Calin Juravle00b23d32019-03-08 17:52:20 -08001797android.content.res.XmlBlock
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08001798android.content.res.XmlResourceParser
art-benchmark-serviced5115932020-02-25 17:55:03 -08001799android.content.res.loader.AssetsProvider
1800android.content.res.loader.ResourcesLoader$UpdateCallbacks
1801android.content.res.loader.ResourcesLoader
1802android.content.res.loader.ResourcesProvider
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001803android.content.rollback.IRollbackManager$Stub$Proxy
1804android.content.rollback.IRollbackManager$Stub
1805android.content.rollback.IRollbackManager
Calin Juravle00b23d32019-03-08 17:52:20 -08001806android.content.rollback.RollbackManager
art-benchmark-serviced60351b2020-04-11 17:55:40 -07001807android.content.type.-$$Lambda$DefaultMimeMapFactory$3biOnZOOEGRoeaFehYke-eZnpCg
art-benchmark-serviced5115932020-02-25 17:55:03 -08001808android.content.type.DefaultMimeMapFactory
art-benchmark-serviced60351b2020-04-11 17:55:40 -07001809android.database.-$$Lambda$ContentObserver$MgqiYb2qvgLhoXTioYXq9MvvpNk
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001810android.database.AbstractCursor$SelfContentObserver
Calin Juravle00b23d32019-03-08 17:52:20 -08001811android.database.AbstractCursor
Evan Millar0ea97b82009-03-24 17:49:23 -07001812android.database.AbstractWindowedCursor
Kenny Rootdbf30ed2012-09-19 13:08:12 -07001813android.database.BulkCursorDescriptor$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001814android.database.BulkCursorDescriptor
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001815android.database.BulkCursorNative
1816android.database.BulkCursorProxy
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001817android.database.BulkCursorToCursorAdaptor
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08001818android.database.CharArrayBuffer
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001819android.database.ContentObservable
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001820android.database.ContentObserver$NotificationRunnable
1821android.database.ContentObserver$Transport
Calin Juravle00b23d32019-03-08 17:52:20 -08001822android.database.ContentObserver
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001823android.database.CrossProcessCursor
Kenny Rootdbf30ed2012-09-19 13:08:12 -07001824android.database.CrossProcessCursorWrapper
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001825android.database.Cursor
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001826android.database.CursorIndexOutOfBoundsException
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04001827android.database.CursorToBulkCursorAdaptor$ContentObserverProxy
Calin Juravle00b23d32019-03-08 17:52:20 -08001828android.database.CursorToBulkCursorAdaptor
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08001829android.database.CursorWindow$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001830android.database.CursorWindow
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001831android.database.CursorWrapper
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001832android.database.DataSetObservable
1833android.database.DataSetObserver
Jesse Wilson80686182011-01-21 17:12:43 -08001834android.database.DatabaseErrorHandler
art-benchmark-serviced5115932020-02-25 17:55:03 -08001835android.database.DatabaseUtils$InsertHelper
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001836android.database.DatabaseUtils
Jesse Wilson80686182011-01-21 17:12:43 -08001837android.database.DefaultDatabaseErrorHandler
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001838android.database.IBulkCursor
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04001839android.database.IContentObserver$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08001840android.database.IContentObserver$Stub
1841android.database.IContentObserver
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001842android.database.MatrixCursor$RowBuilder
Calin Juravle00b23d32019-03-08 17:52:20 -08001843android.database.MatrixCursor
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07001844android.database.MergeCursor$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001845android.database.MergeCursor
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001846android.database.Observable
Andreas Gampedcad4ca2014-10-03 02:00:29 +00001847android.database.SQLException
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001848android.database.StaleDataException
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001849android.database.sqlite.-$$Lambda$RBWjWVyGrOTsQrLCYzJ_G8Uk25Q
art-benchmark-serviced5115932020-02-25 17:55:03 -08001850android.database.sqlite.-$$Lambda$SQLiteDatabase$1FsSJH2q7x3eeDFXCAu9l4piDsE
1851android.database.sqlite.-$$Lambda$SQLiteQueryBuilder$W2yQ6UjYGqGIu6HEomKgdgvGNKI
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001852android.database.sqlite.DatabaseObjectNotClosedException
art-benchmark-serviced5115932020-02-25 17:55:03 -08001853android.database.sqlite.SQLiteAbortException
1854android.database.sqlite.SQLiteAccessPermException
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001855android.database.sqlite.SQLiteBindOrColumnIndexOutOfRangeException
art-benchmark-serviced5115932020-02-25 17:55:03 -08001856android.database.sqlite.SQLiteBlobTooBigException
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001857android.database.sqlite.SQLiteCantOpenDatabaseException
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08001858android.database.sqlite.SQLiteClosable
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001859android.database.sqlite.SQLiteCompatibilityWalFlags
Kenny Rootdbf30ed2012-09-19 13:08:12 -07001860android.database.sqlite.SQLiteConnection$Operation
1861android.database.sqlite.SQLiteConnection$OperationLog
1862android.database.sqlite.SQLiteConnection$PreparedStatement
1863android.database.sqlite.SQLiteConnection$PreparedStatementCache
Calin Juravle00b23d32019-03-08 17:52:20 -08001864android.database.sqlite.SQLiteConnection
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001865android.database.sqlite.SQLiteConnectionPool$1
Kenny Rootdbf30ed2012-09-19 13:08:12 -07001866android.database.sqlite.SQLiteConnectionPool$AcquiredConnectionStatus
Kenny Root9787b802013-04-26 12:53:57 -07001867android.database.sqlite.SQLiteConnectionPool$ConnectionWaiter
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07001868android.database.sqlite.SQLiteConnectionPool$IdleConnectionHandler
Calin Juravle00b23d32019-03-08 17:52:20 -08001869android.database.sqlite.SQLiteConnectionPool
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001870android.database.sqlite.SQLiteConstraintException
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001871android.database.sqlite.SQLiteCursor
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001872android.database.sqlite.SQLiteCursorDriver
Kenny Rootdbf30ed2012-09-19 13:08:12 -07001873android.database.sqlite.SQLiteCustomFunction
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001874android.database.sqlite.SQLiteDatabase$1
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07001875android.database.sqlite.SQLiteDatabase$CursorFactory
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07001876android.database.sqlite.SQLiteDatabase$OpenParams$Builder
Calin Juravle00b23d32019-03-08 17:52:20 -08001877android.database.sqlite.SQLiteDatabase$OpenParams
1878android.database.sqlite.SQLiteDatabase
Kenny Rootdbf30ed2012-09-19 13:08:12 -07001879android.database.sqlite.SQLiteDatabaseConfiguration
Andreas Gampedcad4ca2014-10-03 02:00:29 +00001880android.database.sqlite.SQLiteDatabaseCorruptException
1881android.database.sqlite.SQLiteDatabaseLockedException
Calin Juravle00b23d32019-03-08 17:52:20 -08001882android.database.sqlite.SQLiteDebug$DbStats
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08001883android.database.sqlite.SQLiteDebug$PagerStats
Calin Juravle00b23d32019-03-08 17:52:20 -08001884android.database.sqlite.SQLiteDebug
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001885android.database.sqlite.SQLiteDirectCursorDriver
art-benchmark-serviced5115932020-02-25 17:55:03 -08001886android.database.sqlite.SQLiteDiskIOException
Mathieu Chartierba2c0462017-05-19 16:41:46 -07001887android.database.sqlite.SQLiteDoneException
Andreas Gampedcad4ca2014-10-03 02:00:29 +00001888android.database.sqlite.SQLiteException
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07001889android.database.sqlite.SQLiteFullException
Kenny Rootdbf30ed2012-09-19 13:08:12 -07001890android.database.sqlite.SQLiteGlobal
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001891android.database.sqlite.SQLiteOpenHelper
art-benchmark-serviced5115932020-02-25 17:55:03 -08001892android.database.sqlite.SQLiteOutOfMemoryException
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08001893android.database.sqlite.SQLiteProgram
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001894android.database.sqlite.SQLiteQuery
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08001895android.database.sqlite.SQLiteQueryBuilder
Kenny Rootdbf30ed2012-09-19 13:08:12 -07001896android.database.sqlite.SQLiteSession$Transaction
Calin Juravle00b23d32019-03-08 17:52:20 -08001897android.database.sqlite.SQLiteSession
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001898android.database.sqlite.SQLiteStatement
Kenny Rootdbf30ed2012-09-19 13:08:12 -07001899android.database.sqlite.SQLiteStatementInfo
art-benchmark-serviced5115932020-02-25 17:55:03 -08001900android.database.sqlite.SQLiteTableLockedException
1901android.database.sqlite.SQLiteTokenizer
Mathieu Chartierba2c0462017-05-19 16:41:46 -07001902android.database.sqlite.SQLiteTransactionListener
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001903android.database.sqlite.SqliteWrapper
art-benchmark-service35aba412020-02-03 11:53:25 -08001904android.ddm.DdmHandleAppName$Names
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001905android.ddm.DdmHandleAppName
Evan Millar0ea97b82009-03-24 17:49:23 -07001906android.ddm.DdmHandleExit
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001907android.ddm.DdmHandleHeap
1908android.ddm.DdmHandleHello
Evan Millar0ea97b82009-03-24 17:49:23 -07001909android.ddm.DdmHandleNativeHeap
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08001910android.ddm.DdmHandleProfiling
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001911android.ddm.DdmHandleThread
Kenny Root9787b802013-04-26 12:53:57 -07001912android.ddm.DdmHandleViewDebug
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001913android.ddm.DdmRegister
Calin Juravle00b23d32019-03-08 17:52:20 -08001914android.debug.AdbManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001915android.debug.AdbManagerInternal
art-benchmark-serviced5115932020-02-25 17:55:03 -08001916android.debug.IAdbManager$Stub$Proxy
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001917android.debug.IAdbManager$Stub
1918android.debug.IAdbManager
1919android.debug.IAdbTransport$Stub
1920android.debug.IAdbTransport
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001921android.graphics.-$$Lambda$ColorSpace$BNp-1CyCzsQzfE-Ads9uc4rJDfw
1922android.graphics.-$$Lambda$ColorSpace$Rgb$8EkhO2jIf14tuA3BvrmYJMa7YXM
1923android.graphics.-$$Lambda$ColorSpace$Rgb$CqKld6797g7__JnuY0NeFz5q4_E
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001924android.graphics.-$$Lambda$ColorSpace$Rgb$V_0lmM2WEpxGBDV_1G1wvvidn7Y
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001925android.graphics.-$$Lambda$ColorSpace$Rgb$ZvS77aTfobOSa2o9MTqYMph4Rcg
1926android.graphics.-$$Lambda$ColorSpace$Rgb$b9VGKuNnse0bbguR9jbOM_wK2Ac
1927android.graphics.-$$Lambda$ColorSpace$Rgb$bWzafC8vMHNuVmRuTUPEFUMlfuY
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001928android.graphics.-$$Lambda$ColorSpace$Rgb$iMkODTKa3_8kPZUnZZerD2Lv-yo
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001929android.graphics.-$$Lambda$ColorSpace$S2rlqJvkXGTpUF6mZhvkElds8JE
art-benchmark-serviced60351b2020-04-11 17:55:40 -07001930android.graphics.-$$Lambda$HardwareRendererObserver$Z08IFApIdHoCBfw8BsQ-lVjpUlI
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001931android.graphics.BLASTBufferQueue
Andreas Gampe0db10fd2017-02-01 15:57:57 -08001932android.graphics.BaseCanvas
John Reck6b164402018-09-24 15:25:42 -07001933android.graphics.BaseRecordingCanvas
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08001934android.graphics.Bitmap$1
Calin Juravle4a054192018-05-29 17:52:20 -07001935android.graphics.Bitmap$2
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001936android.graphics.Bitmap$CompressFormat
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08001937android.graphics.Bitmap$Config
Calin Juravle00b23d32019-03-08 17:52:20 -08001938android.graphics.Bitmap
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08001939android.graphics.BitmapFactory$Options
Calin Juravle00b23d32019-03-08 17:52:20 -08001940android.graphics.BitmapFactory
Jesse Wilson80686182011-01-21 17:12:43 -08001941android.graphics.BitmapRegionDecoder
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001942android.graphics.BitmapShader
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001943android.graphics.BlendMode$1
Calin Juravle36829e52019-04-10 19:07:47 -07001944android.graphics.BlendMode
Calin Juravle00b23d32019-03-08 17:52:20 -08001945android.graphics.BlendModeColorFilter
Calin Juravle4a054192018-05-29 17:52:20 -07001946android.graphics.BlurMaskFilter$Blur
Calin Juravle00b23d32019-03-08 17:52:20 -08001947android.graphics.BlurMaskFilter
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08001948android.graphics.Camera
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001949android.graphics.Canvas$EdgeType
Andreas Gampe859e2782016-04-06 18:37:56 -07001950android.graphics.Canvas$NoImagePreloadHolder
Calin Juravle00b23d32019-03-08 17:52:20 -08001951android.graphics.Canvas
Andreas Gampedcad4ca2014-10-03 02:00:29 +00001952android.graphics.CanvasProperty
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001953android.graphics.Color
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07001954android.graphics.ColorFilter$NoImagePreloadHolder
Calin Juravle00b23d32019-03-08 17:52:20 -08001955android.graphics.ColorFilter
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07001956android.graphics.ColorMatrix
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08001957android.graphics.ColorMatrixColorFilter
Calin Juravle00b23d32019-03-08 17:52:20 -08001958android.graphics.ColorSpace$Adaptation
art-benchmark-serviced5115932020-02-25 17:55:03 -08001959android.graphics.ColorSpace$Connector
Mathieu Chartierba2c0462017-05-19 16:41:46 -07001960android.graphics.ColorSpace$Lab
1961android.graphics.ColorSpace$Model
1962android.graphics.ColorSpace$Named
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001963android.graphics.ColorSpace$RenderIntent
Calin Juravle00b23d32019-03-08 17:52:20 -08001964android.graphics.ColorSpace$Rgb$NoImagePreloadHolder
Mathieu Chartierba2c0462017-05-19 16:41:46 -07001965android.graphics.ColorSpace$Rgb$TransferParameters
Calin Juravle00b23d32019-03-08 17:52:20 -08001966android.graphics.ColorSpace$Rgb
Mathieu Chartierba2c0462017-05-19 16:41:46 -07001967android.graphics.ColorSpace$Xyz
Calin Juravle00b23d32019-03-08 17:52:20 -08001968android.graphics.ColorSpace
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08001969android.graphics.ComposePathEffect
1970android.graphics.ComposeShader
1971android.graphics.CornerPathEffect
1972android.graphics.DashPathEffect
1973android.graphics.DiscretePathEffect
1974android.graphics.DrawFilter
1975android.graphics.EmbossMaskFilter
Andreas Gampedcad4ca2014-10-03 02:00:29 +00001976android.graphics.FontFamily
1977android.graphics.FontListParser
Calin Juravle00b23d32019-03-08 17:52:20 -08001978android.graphics.FrameInfo
Andreas Gampe0db10fd2017-02-01 15:57:57 -08001979android.graphics.GraphicBuffer$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001980android.graphics.GraphicBuffer
1981android.graphics.HardwareRenderer$DestroyContextRunnable
1982android.graphics.HardwareRenderer$FrameCompleteCallback
1983android.graphics.HardwareRenderer$FrameDrawingCallback
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001984android.graphics.HardwareRenderer$FrameRenderRequest
Calin Juravle00b23d32019-03-08 17:52:20 -08001985android.graphics.HardwareRenderer$ProcessInitializer$1
1986android.graphics.HardwareRenderer$ProcessInitializer
1987android.graphics.HardwareRenderer
art-benchmark-service56aece62020-02-10 17:58:03 -08001988android.graphics.HardwareRendererObserver$OnFrameMetricsAvailableListener
1989android.graphics.HardwareRendererObserver
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001990android.graphics.ImageDecoder$AssetInputStreamSource
1991android.graphics.ImageDecoder$DecodeException
1992android.graphics.ImageDecoder$ImageInfo
1993android.graphics.ImageDecoder$InputStreamSource
1994android.graphics.ImageDecoder$OnHeaderDecodedListener
1995android.graphics.ImageDecoder$Source
Calin Juravle00b23d32019-03-08 17:52:20 -08001996android.graphics.ImageDecoder
art-benchmark-serviced60351b2020-04-11 17:55:40 -07001997android.graphics.ImageFormat
Calin Juravle36829e52019-04-10 19:07:47 -07001998android.graphics.Insets$1
Kenny Rootdbf30ed2012-09-19 13:08:12 -07001999android.graphics.Insets
Calin Juravle4a054192018-05-29 17:52:20 -07002000android.graphics.Interpolator$Result
Calin Juravle00b23d32019-03-08 17:52:20 -08002001android.graphics.Interpolator
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002002android.graphics.LeakyTypefaceStorage
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08002003android.graphics.LightingColorFilter
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002004android.graphics.LinearGradient
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08002005android.graphics.MaskFilter
Kenny Rootdbf30ed2012-09-19 13:08:12 -07002006android.graphics.Matrix$1
Andreas Gampe0db10fd2017-02-01 15:57:57 -08002007android.graphics.Matrix$NoImagePreloadHolder
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07002008android.graphics.Matrix$ScaleToFit
Calin Juravle00b23d32019-03-08 17:52:20 -08002009android.graphics.Matrix
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08002010android.graphics.Movie
Andreas Gampedcad4ca2014-10-03 02:00:29 +00002011android.graphics.NinePatch$InsetStruct
Calin Juravle00b23d32019-03-08 17:52:20 -08002012android.graphics.NinePatch
Andreas Gampedcad4ca2014-10-03 02:00:29 +00002013android.graphics.Outline
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08002014android.graphics.Paint$Align
2015android.graphics.Paint$Cap
2016android.graphics.Paint$FontMetrics
2017android.graphics.Paint$FontMetricsInt
2018android.graphics.Paint$Join
Andreas Gampe859e2782016-04-06 18:37:56 -07002019android.graphics.Paint$NoImagePreloadHolder
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08002020android.graphics.Paint$Style
Calin Juravle00b23d32019-03-08 17:52:20 -08002021android.graphics.Paint
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002022android.graphics.PaintFlagsDrawFilter
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07002023android.graphics.Path$Direction
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08002024android.graphics.Path$FillType
art-benchmark-serviced5115932020-02-25 17:55:03 -08002025android.graphics.Path$Op
Calin Juravle00b23d32019-03-08 17:52:20 -08002026android.graphics.Path
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08002027android.graphics.PathDashPathEffect
2028android.graphics.PathEffect
2029android.graphics.PathMeasure
art-benchmark-serviced5115932020-02-25 17:55:03 -08002030android.graphics.Picture$PictureCanvas
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002031android.graphics.Picture
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07002032android.graphics.PixelFormat
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04002033android.graphics.Point$1
Calin Juravle00b23d32019-03-08 17:52:20 -08002034android.graphics.Point
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04002035android.graphics.PointF$1
Calin Juravle00b23d32019-03-08 17:52:20 -08002036android.graphics.PointF
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002037android.graphics.PorterDuff$Mode
Calin Juravle00b23d32019-03-08 17:52:20 -08002038android.graphics.PorterDuff
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08002039android.graphics.PorterDuffColorFilter
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002040android.graphics.PorterDuffXfermode
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08002041android.graphics.RadialGradient
Calin Juravle00b23d32019-03-08 17:52:20 -08002042android.graphics.RecordingCanvas
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08002043android.graphics.Rect$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002044android.graphics.Rect$UnflattenHelper
Calin Juravle00b23d32019-03-08 17:52:20 -08002045android.graphics.Rect
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08002046android.graphics.RectF$1
Calin Juravle00b23d32019-03-08 17:52:20 -08002047android.graphics.RectF
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08002048android.graphics.Region$1
Jesse Wilson80686182011-01-21 17:12:43 -08002049android.graphics.Region$Op
Calin Juravle00b23d32019-03-08 17:52:20 -08002050android.graphics.Region
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08002051android.graphics.RegionIterator
Calin Juravle36829e52019-04-10 19:07:47 -07002052android.graphics.RenderNode$AnimationHost
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002053android.graphics.RenderNode$CompositePositionUpdateListener
Calin Juravle00b23d32019-03-08 17:52:20 -08002054android.graphics.RenderNode$NoImagePreloadHolder
2055android.graphics.RenderNode$PositionUpdateListener
2056android.graphics.RenderNode
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002057android.graphics.RuntimeShader
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07002058android.graphics.Shader$NoImagePreloadHolder
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002059android.graphics.Shader$TileMode
Calin Juravle00b23d32019-03-08 17:52:20 -08002060android.graphics.Shader
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08002061android.graphics.SumPathEffect
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07002062android.graphics.SurfaceTexture$1
2063android.graphics.SurfaceTexture$OnFrameAvailableListener
Calin Juravle00b23d32019-03-08 17:52:20 -08002064android.graphics.SurfaceTexture
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08002065android.graphics.SweepGradient
2066android.graphics.TableMaskFilter
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04002067android.graphics.TemporaryBuffer
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07002068android.graphics.Typeface$Builder
Calin Juravle00b23d32019-03-08 17:52:20 -08002069android.graphics.Typeface$CustomFallbackBuilder
2070android.graphics.Typeface
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002071android.graphics.Xfermode
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08002072android.graphics.YuvImage
art-benchmark-serviced60351b2020-04-11 17:55:40 -07002073android.graphics.animation.-$$Lambda$awqPSgriNRe12PWP0zkpAtPsfV4
2074android.graphics.animation.FallbackLUTInterpolator
2075android.graphics.animation.HasNativeInterpolator
art-benchmark-servicead05a302020-03-17 09:46:02 -07002076android.graphics.animation.NativeInterpolator
2077android.graphics.animation.NativeInterpolatorFactory
art-benchmark-serviced60351b2020-04-11 17:55:40 -07002078android.graphics.animation.RenderNodeAnimator$DelayedAnimationHelper
art-benchmark-servicead05a302020-03-17 09:46:02 -07002079android.graphics.animation.RenderNodeAnimator$ViewListener
2080android.graphics.animation.RenderNodeAnimator
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002081android.graphics.drawable.-$$Lambda$AnimatedVectorDrawable$VectorDrawableAnimatorRT$PzjgSeyQweoFjbEZJP80UteZqm8
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07002082android.graphics.drawable.-$$Lambda$BitmapDrawable$LMqt8JvxZ4giSOIRAtlCKDg39Jw
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002083android.graphics.drawable.-$$Lambda$Drawable$bbJz2VgQAwkXlE27mR8nPMYacEw
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07002084android.graphics.drawable.-$$Lambda$NinePatchDrawable$yQvfm7FAkslD5wdGFysjgwt8cLE
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07002085android.graphics.drawable.AdaptiveIconDrawable$ChildDrawable
2086android.graphics.drawable.AdaptiveIconDrawable$LayerState
Calin Juravle00b23d32019-03-08 17:52:20 -08002087android.graphics.drawable.AdaptiveIconDrawable
art-benchmark-serviced5115932020-02-25 17:55:03 -08002088android.graphics.drawable.Animatable2$AnimationCallback
Andreas Gampe61e7b662015-06-17 23:57:04 -07002089android.graphics.drawable.Animatable2
Calin Juravle00b23d32019-03-08 17:52:20 -08002090android.graphics.drawable.Animatable
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002091android.graphics.drawable.AnimatedImageDrawable$State
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07002092android.graphics.drawable.AnimatedImageDrawable
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002093android.graphics.drawable.AnimatedRotateDrawable$1
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07002094android.graphics.drawable.AnimatedRotateDrawable$AnimatedRotateState
Calin Juravle00b23d32019-03-08 17:52:20 -08002095android.graphics.drawable.AnimatedRotateDrawable
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002096android.graphics.drawable.AnimatedStateListDrawable$AnimatableTransition
Andreas Gampedcad4ca2014-10-03 02:00:29 +00002097android.graphics.drawable.AnimatedStateListDrawable$AnimatedStateListState
Calin Juravle4a054192018-05-29 17:52:20 -07002098android.graphics.drawable.AnimatedStateListDrawable$AnimatedVectorDrawableTransition
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002099android.graphics.drawable.AnimatedStateListDrawable$AnimationDrawableTransition
art-benchmark-serviced5115932020-02-25 17:55:03 -08002100android.graphics.drawable.AnimatedStateListDrawable$FrameInterpolator
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07002101android.graphics.drawable.AnimatedStateListDrawable$Transition
Calin Juravle00b23d32019-03-08 17:52:20 -08002102android.graphics.drawable.AnimatedStateListDrawable
Andreas Gampe61e7b662015-06-17 23:57:04 -07002103android.graphics.drawable.AnimatedVectorDrawable$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002104android.graphics.drawable.AnimatedVectorDrawable$2
Andreas Gampe61e7b662015-06-17 23:57:04 -07002105android.graphics.drawable.AnimatedVectorDrawable$AnimatedVectorDrawableState$PendingAnimator
Calin Juravle00b23d32019-03-08 17:52:20 -08002106android.graphics.drawable.AnimatedVectorDrawable$AnimatedVectorDrawableState
Andreas Gampe859e2782016-04-06 18:37:56 -07002107android.graphics.drawable.AnimatedVectorDrawable$VectorDrawableAnimator
Doris Liu28cfd202016-02-22 16:51:40 -08002108android.graphics.drawable.AnimatedVectorDrawable$VectorDrawableAnimatorRT
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002109android.graphics.drawable.AnimatedVectorDrawable$VectorDrawableAnimatorUI
Calin Juravle00b23d32019-03-08 17:52:20 -08002110android.graphics.drawable.AnimatedVectorDrawable
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08002111android.graphics.drawable.AnimationDrawable$AnimationState
Calin Juravle00b23d32019-03-08 17:52:20 -08002112android.graphics.drawable.AnimationDrawable
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002113android.graphics.drawable.BitmapDrawable$BitmapState
Calin Juravle00b23d32019-03-08 17:52:20 -08002114android.graphics.drawable.BitmapDrawable
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07002115android.graphics.drawable.ClipDrawable$ClipState
Calin Juravle00b23d32019-03-08 17:52:20 -08002116android.graphics.drawable.ClipDrawable
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002117android.graphics.drawable.ColorDrawable$ColorState
Calin Juravle00b23d32019-03-08 17:52:20 -08002118android.graphics.drawable.ColorDrawable
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002119android.graphics.drawable.ColorStateListDrawable$ColorStateListDrawableState
2120android.graphics.drawable.ColorStateListDrawable
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08002121android.graphics.drawable.Drawable$Callback
2122android.graphics.drawable.Drawable$ConstantState
Calin Juravle00b23d32019-03-08 17:52:20 -08002123android.graphics.drawable.Drawable
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002124android.graphics.drawable.DrawableContainer$1
Andreas Gampe0db10fd2017-02-01 15:57:57 -08002125android.graphics.drawable.DrawableContainer$BlockInvalidateCallback
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08002126android.graphics.drawable.DrawableContainer$DrawableContainerState
Calin Juravle00b23d32019-03-08 17:52:20 -08002127android.graphics.drawable.DrawableContainer
Andreas Gampe571fc302016-02-18 13:58:09 -08002128android.graphics.drawable.DrawableInflater
Andreas Gampe61e7b662015-06-17 23:57:04 -07002129android.graphics.drawable.DrawableWrapper$DrawableWrapperState
Calin Juravle00b23d32019-03-08 17:52:20 -08002130android.graphics.drawable.DrawableWrapper
Calin Juravle4a054192018-05-29 17:52:20 -07002131android.graphics.drawable.GradientDrawable$1
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08002132android.graphics.drawable.GradientDrawable$GradientState
2133android.graphics.drawable.GradientDrawable$Orientation
Calin Juravle00b23d32019-03-08 17:52:20 -08002134android.graphics.drawable.GradientDrawable
Andreas Gampe61e7b662015-06-17 23:57:04 -07002135android.graphics.drawable.Icon$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08002136android.graphics.drawable.Icon$LoadDrawableTask
Calin Juravle00b23d32019-03-08 17:52:20 -08002137android.graphics.drawable.Icon
Andreas Gampedcad4ca2014-10-03 02:00:29 +00002138android.graphics.drawable.InsetDrawable$InsetState
Mathieu Chartierba2c0462017-05-19 16:41:46 -07002139android.graphics.drawable.InsetDrawable$InsetValue
Calin Juravle00b23d32019-03-08 17:52:20 -08002140android.graphics.drawable.InsetDrawable
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002141android.graphics.drawable.LayerDrawable$ChildDrawable
Evan Millar0ea97b82009-03-24 17:49:23 -07002142android.graphics.drawable.LayerDrawable$LayerState
Calin Juravle00b23d32019-03-08 17:52:20 -08002143android.graphics.drawable.LayerDrawable
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002144android.graphics.drawable.LevelListDrawable$LevelListState
2145android.graphics.drawable.LevelListDrawable
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002146android.graphics.drawable.NinePatchDrawable$NinePatchState
Calin Juravle00b23d32019-03-08 17:52:20 -08002147android.graphics.drawable.NinePatchDrawable
Calin Juravle4a054192018-05-29 17:52:20 -07002148android.graphics.drawable.PaintDrawable
Andreas Gampedcad4ca2014-10-03 02:00:29 +00002149android.graphics.drawable.RippleBackground$1
Andreas Gampe61e7b662015-06-17 23:57:04 -07002150android.graphics.drawable.RippleBackground$BackgroundProperty
Calin Juravle00b23d32019-03-08 17:52:20 -08002151android.graphics.drawable.RippleBackground
Andreas Gampe61e7b662015-06-17 23:57:04 -07002152android.graphics.drawable.RippleComponent
Andreas Gampedcad4ca2014-10-03 02:00:29 +00002153android.graphics.drawable.RippleDrawable$RippleState
Calin Juravle00b23d32019-03-08 17:52:20 -08002154android.graphics.drawable.RippleDrawable
Andreas Gampe61e7b662015-06-17 23:57:04 -07002155android.graphics.drawable.RippleForeground$1
2156android.graphics.drawable.RippleForeground$2
2157android.graphics.drawable.RippleForeground$3
2158android.graphics.drawable.RippleForeground$4
Calin Juravle00b23d32019-03-08 17:52:20 -08002159android.graphics.drawable.RippleForeground
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07002160android.graphics.drawable.RotateDrawable$RotateState
Calin Juravle00b23d32019-03-08 17:52:20 -08002161android.graphics.drawable.RotateDrawable
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04002162android.graphics.drawable.ScaleDrawable$ScaleState
Calin Juravle00b23d32019-03-08 17:52:20 -08002163android.graphics.drawable.ScaleDrawable
art-benchmark-serviced5115932020-02-25 17:55:03 -08002164android.graphics.drawable.ShapeDrawable$ShaderFactory
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04002165android.graphics.drawable.ShapeDrawable$ShapeState
Calin Juravle00b23d32019-03-08 17:52:20 -08002166android.graphics.drawable.ShapeDrawable
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002167android.graphics.drawable.StateListDrawable$StateListState
Calin Juravle00b23d32019-03-08 17:52:20 -08002168android.graphics.drawable.StateListDrawable
Mathieu Chartierba2c0462017-05-19 16:41:46 -07002169android.graphics.drawable.TransitionDrawable$TransitionState
Calin Juravle00b23d32019-03-08 17:52:20 -08002170android.graphics.drawable.TransitionDrawable
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07002171android.graphics.drawable.VectorDrawable$VClipPath
Andreas Gampe0db10fd2017-02-01 15:57:57 -08002172android.graphics.drawable.VectorDrawable$VFullPath$10
Calin Juravle00b23d32019-03-08 17:52:20 -08002173android.graphics.drawable.VectorDrawable$VFullPath$1
Andreas Gampe0db10fd2017-02-01 15:57:57 -08002174android.graphics.drawable.VectorDrawable$VFullPath$2
2175android.graphics.drawable.VectorDrawable$VFullPath$3
2176android.graphics.drawable.VectorDrawable$VFullPath$4
2177android.graphics.drawable.VectorDrawable$VFullPath$5
2178android.graphics.drawable.VectorDrawable$VFullPath$6
2179android.graphics.drawable.VectorDrawable$VFullPath$7
2180android.graphics.drawable.VectorDrawable$VFullPath$8
2181android.graphics.drawable.VectorDrawable$VFullPath$9
Calin Juravle00b23d32019-03-08 17:52:20 -08002182android.graphics.drawable.VectorDrawable$VFullPath
Andreas Gampe571fc302016-02-18 13:58:09 -08002183android.graphics.drawable.VectorDrawable$VGroup$1
Andreas Gampe0db10fd2017-02-01 15:57:57 -08002184android.graphics.drawable.VectorDrawable$VGroup$2
2185android.graphics.drawable.VectorDrawable$VGroup$3
2186android.graphics.drawable.VectorDrawable$VGroup$4
2187android.graphics.drawable.VectorDrawable$VGroup$5
2188android.graphics.drawable.VectorDrawable$VGroup$6
2189android.graphics.drawable.VectorDrawable$VGroup$7
2190android.graphics.drawable.VectorDrawable$VGroup$8
2191android.graphics.drawable.VectorDrawable$VGroup$9
Calin Juravle00b23d32019-03-08 17:52:20 -08002192android.graphics.drawable.VectorDrawable$VGroup
Andreas Gampe571fc302016-02-18 13:58:09 -08002193android.graphics.drawable.VectorDrawable$VObject
Andreas Gampe0db10fd2017-02-01 15:57:57 -08002194android.graphics.drawable.VectorDrawable$VPath$1
Calin Juravle00b23d32019-03-08 17:52:20 -08002195android.graphics.drawable.VectorDrawable$VPath
Andreas Gampe0db10fd2017-02-01 15:57:57 -08002196android.graphics.drawable.VectorDrawable$VectorDrawableState$1
Calin Juravle00b23d32019-03-08 17:52:20 -08002197android.graphics.drawable.VectorDrawable$VectorDrawableState
2198android.graphics.drawable.VectorDrawable
Andreas Gampe61e7b662015-06-17 23:57:04 -07002199android.graphics.drawable.shapes.OvalShape
art-benchmark-serviced5115932020-02-25 17:55:03 -08002200android.graphics.drawable.shapes.PathShape
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04002201android.graphics.drawable.shapes.RectShape
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07002202android.graphics.drawable.shapes.RoundRectShape
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04002203android.graphics.drawable.shapes.Shape
Calin Juravle00b23d32019-03-08 17:52:20 -08002204android.graphics.fonts.Font$Builder
2205android.graphics.fonts.Font
2206android.graphics.fonts.FontCustomizationParser$Result
2207android.graphics.fonts.FontCustomizationParser
2208android.graphics.fonts.FontFamily$Builder
2209android.graphics.fonts.FontFamily
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002210android.graphics.fonts.FontFileUtil
Calin Juravle00b23d32019-03-08 17:52:20 -08002211android.graphics.fonts.FontStyle
Mathieu Chartierba2c0462017-05-19 16:41:46 -07002212android.graphics.fonts.FontVariationAxis
Calin Juravle00b23d32019-03-08 17:52:20 -08002213android.graphics.fonts.SystemFonts
Andreas Gampedcad4ca2014-10-03 02:00:29 +00002214android.graphics.pdf.PdfDocument
2215android.graphics.pdf.PdfEditor
2216android.graphics.pdf.PdfRenderer
Siyamed Sinir8918415f2018-10-29 22:08:22 -07002217android.graphics.text.LineBreaker$Builder
2218android.graphics.text.LineBreaker$ParagraphConstraints
2219android.graphics.text.LineBreaker$Result
Calin Juravle00b23d32019-03-08 17:52:20 -08002220android.graphics.text.LineBreaker
Siyamed Sinir8918415f2018-10-29 22:08:22 -07002221android.graphics.text.MeasuredText$Builder
Calin Juravle00b23d32019-03-08 17:52:20 -08002222android.graphics.text.MeasuredText
art-benchmark-serviced60351b2020-04-11 17:55:40 -07002223android.gsi.AvbPublicKey
art-benchmark-serviced5115932020-02-25 17:55:03 -08002224android.gsi.GsiProgress$1
2225android.gsi.GsiProgress
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002226android.gsi.IGsiService$Stub$Proxy
2227android.gsi.IGsiService$Stub
2228android.gsi.IGsiService
art-benchmark-serviced5115932020-02-25 17:55:03 -08002229android.gsi.IGsid$Stub$Proxy
2230android.gsi.IGsid$Stub
2231android.gsi.IGsid
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07002232android.hardware.Camera$CameraInfo
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04002233android.hardware.Camera$Face
Calin Juravle00b23d32019-03-08 17:52:20 -08002234android.hardware.Camera
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07002235android.hardware.CameraStatus$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002236android.hardware.CameraStatus
Andreas Gampe61e7b662015-06-17 23:57:04 -07002237android.hardware.ConsumerIrManager
Calin Juravle4a054192018-05-29 17:52:20 -07002238android.hardware.GeomagneticField$LegendreTable
Calin Juravle00b23d32019-03-08 17:52:20 -08002239android.hardware.GeomagneticField
Andreas Gampe0db10fd2017-02-01 15:57:57 -08002240android.hardware.HardwareBuffer$1
Calin Juravle00b23d32019-03-08 17:52:20 -08002241android.hardware.HardwareBuffer
Mathieu Chartierba2c0462017-05-19 16:41:46 -07002242android.hardware.ICameraService$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08002243android.hardware.ICameraService$Stub
2244android.hardware.ICameraService
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07002245android.hardware.ICameraServiceListener$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08002246android.hardware.ICameraServiceListener
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002247android.hardware.ICameraServiceProxy$Stub
2248android.hardware.ICameraServiceProxy
2249android.hardware.IConsumerIrService$Stub
2250android.hardware.IConsumerIrService
2251android.hardware.ISensorPrivacyListener$Stub$Proxy
2252android.hardware.ISensorPrivacyListener$Stub
2253android.hardware.ISensorPrivacyListener
2254android.hardware.ISensorPrivacyManager$Stub$Proxy
2255android.hardware.ISensorPrivacyManager$Stub
2256android.hardware.ISensorPrivacyManager
2257android.hardware.ISerialManager$Stub
2258android.hardware.ISerialManager
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07002259android.hardware.Sensor
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002260android.hardware.SensorAdditionalInfo
Andreas Gampe859e2782016-04-06 18:37:56 -07002261android.hardware.SensorEvent
art-benchmark-serviced5115932020-02-25 17:55:03 -08002262android.hardware.SensorEventCallback
2263android.hardware.SensorEventListener2
Kenny Root9787b802013-04-26 12:53:57 -07002264android.hardware.SensorEventListener
art-benchmark-serviced5115932020-02-25 17:55:03 -08002265android.hardware.SensorListener
Evan Millar0ea97b82009-03-24 17:49:23 -07002266android.hardware.SensorManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002267android.hardware.SensorPrivacyManager$1
Calin Juravle00b23d32019-03-08 17:52:20 -08002268android.hardware.SensorPrivacyManager
Andreas Gampe61e7b662015-06-17 23:57:04 -07002269android.hardware.SerialManager
Kenny Rootdbf30ed2012-09-19 13:08:12 -07002270android.hardware.SerialPort
Kenny Root9787b802013-04-26 12:53:57 -07002271android.hardware.SystemSensorManager$BaseEventQueue
Mathieu Chartierba2c0462017-05-19 16:41:46 -07002272android.hardware.SystemSensorManager$SensorEventQueue
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002273android.hardware.SystemSensorManager$TriggerEventQueue
Calin Juravle00b23d32019-03-08 17:52:20 -08002274android.hardware.SystemSensorManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002275android.hardware.TriggerEvent
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07002276android.hardware.TriggerEventListener
art-benchmark-serviced5115932020-02-25 17:55:03 -08002277android.hardware.biometrics.BiometricAuthenticator$AuthenticationCallback
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002278android.hardware.biometrics.BiometricAuthenticator$Identifier
Calin Juravle00b23d32019-03-08 17:52:20 -08002279android.hardware.biometrics.BiometricAuthenticator
2280android.hardware.biometrics.BiometricFaceConstants
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07002281android.hardware.biometrics.BiometricFingerprintConstants
Calin Juravle00b23d32019-03-08 17:52:20 -08002282android.hardware.biometrics.BiometricManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002283android.hardware.biometrics.BiometricSourceType$1
2284android.hardware.biometrics.BiometricSourceType
art-benchmark-serviced5115932020-02-25 17:55:03 -08002285android.hardware.biometrics.CryptoObject
2286android.hardware.biometrics.IAuthService$Stub$Proxy
2287android.hardware.biometrics.IAuthService$Stub
2288android.hardware.biometrics.IAuthService
2289android.hardware.biometrics.IBiometricAuthenticator$Stub$Proxy
2290android.hardware.biometrics.IBiometricAuthenticator$Stub
2291android.hardware.biometrics.IBiometricAuthenticator
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002292android.hardware.biometrics.IBiometricEnabledOnKeyguardCallback$Stub$Proxy
2293android.hardware.biometrics.IBiometricEnabledOnKeyguardCallback$Stub
2294android.hardware.biometrics.IBiometricEnabledOnKeyguardCallback
art-benchmark-serviced60351b2020-04-11 17:55:40 -07002295android.hardware.biometrics.IBiometricNativeHandle$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08002296android.hardware.biometrics.IBiometricNativeHandle
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002297android.hardware.biometrics.IBiometricService$Stub$Proxy
2298android.hardware.biometrics.IBiometricService$Stub
2299android.hardware.biometrics.IBiometricService
2300android.hardware.biometrics.IBiometricServiceLockoutResetCallback$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08002301android.hardware.biometrics.IBiometricServiceLockoutResetCallback$Stub
2302android.hardware.biometrics.IBiometricServiceLockoutResetCallback
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002303android.hardware.biometrics.IBiometricServiceReceiver$Stub$Proxy
2304android.hardware.biometrics.IBiometricServiceReceiver$Stub
2305android.hardware.biometrics.IBiometricServiceReceiver
2306android.hardware.biometrics.IBiometricServiceReceiverInternal$Stub$Proxy
2307android.hardware.biometrics.IBiometricServiceReceiverInternal$Stub
2308android.hardware.biometrics.IBiometricServiceReceiverInternal
art-benchmark-serviced5115932020-02-25 17:55:03 -08002309android.hardware.camera2.-$$Lambda$CameraManager$CameraManagerGlobal$6Ptxoe4wF_VCkE_pml8t66mklao
2310android.hardware.camera2.-$$Lambda$CameraManager$CameraManagerGlobal$CONvadOBAEkcHSpx8j61v67qRGM
Mathieu Chartierba2c0462017-05-19 16:41:46 -07002311android.hardware.camera2.CameraAccessException
Mathieu Chartierba2c0462017-05-19 16:41:46 -07002312android.hardware.camera2.CameraCharacteristics$1
2313android.hardware.camera2.CameraCharacteristics$2
2314android.hardware.camera2.CameraCharacteristics$3
2315android.hardware.camera2.CameraCharacteristics$4
2316android.hardware.camera2.CameraCharacteristics$5
art-benchmark-service56aece62020-02-10 17:58:03 -08002317android.hardware.camera2.CameraCharacteristics$6
Andreas Gampe571fc302016-02-18 13:58:09 -08002318android.hardware.camera2.CameraCharacteristics$Key
Calin Juravle00b23d32019-03-08 17:52:20 -08002319android.hardware.camera2.CameraCharacteristics
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002320android.hardware.camera2.CameraDevice
2321android.hardware.camera2.CameraManager$AvailabilityCallback
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07002322android.hardware.camera2.CameraManager$CameraManagerGlobal$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08002323android.hardware.camera2.CameraManager$CameraManagerGlobal$3
art-benchmark-serviced60351b2020-04-11 17:55:40 -07002324android.hardware.camera2.CameraManager$CameraManagerGlobal$4
2325android.hardware.camera2.CameraManager$CameraManagerGlobal$5
2326android.hardware.camera2.CameraManager$CameraManagerGlobal$6
2327android.hardware.camera2.CameraManager$CameraManagerGlobal$7
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002328android.hardware.camera2.CameraManager$CameraManagerGlobal
2329android.hardware.camera2.CameraManager$TorchCallback
Calin Juravle00b23d32019-03-08 17:52:20 -08002330android.hardware.camera2.CameraManager
Mathieu Chartierba2c0462017-05-19 16:41:46 -07002331android.hardware.camera2.CameraMetadata
Mathieu Chartierba2c0462017-05-19 16:41:46 -07002332android.hardware.camera2.CaptureRequest$1
2333android.hardware.camera2.CaptureRequest$2
Andreas Gampe571fc302016-02-18 13:58:09 -08002334android.hardware.camera2.CaptureRequest$Key
Calin Juravle00b23d32019-03-08 17:52:20 -08002335android.hardware.camera2.CaptureRequest
Mathieu Chartierba2c0462017-05-19 16:41:46 -07002336android.hardware.camera2.CaptureResult$1
2337android.hardware.camera2.CaptureResult$2
2338android.hardware.camera2.CaptureResult$3
Andreas Gampe571fc302016-02-18 13:58:09 -08002339android.hardware.camera2.CaptureResult$Key
Calin Juravle00b23d32019-03-08 17:52:20 -08002340android.hardware.camera2.CaptureResult
Andreas Gampedcad4ca2014-10-03 02:00:29 +00002341android.hardware.camera2.DngCreator
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002342android.hardware.camera2.impl.CameraDeviceImpl$CameraHandlerExecutor
2343android.hardware.camera2.impl.CameraDeviceImpl
Mathieu Chartierba2c0462017-05-19 16:41:46 -07002344android.hardware.camera2.impl.CameraMetadataNative$10
2345android.hardware.camera2.impl.CameraMetadataNative$11
2346android.hardware.camera2.impl.CameraMetadataNative$12
2347android.hardware.camera2.impl.CameraMetadataNative$13
2348android.hardware.camera2.impl.CameraMetadataNative$14
2349android.hardware.camera2.impl.CameraMetadataNative$15
2350android.hardware.camera2.impl.CameraMetadataNative$16
2351android.hardware.camera2.impl.CameraMetadataNative$17
2352android.hardware.camera2.impl.CameraMetadataNative$18
2353android.hardware.camera2.impl.CameraMetadataNative$19
Calin Juravle00b23d32019-03-08 17:52:20 -08002354android.hardware.camera2.impl.CameraMetadataNative$1
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07002355android.hardware.camera2.impl.CameraMetadataNative$20
Calin Juravle00b23d32019-03-08 17:52:20 -08002356android.hardware.camera2.impl.CameraMetadataNative$21
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002357android.hardware.camera2.impl.CameraMetadataNative$22
art-benchmark-serviced5115932020-02-25 17:55:03 -08002358android.hardware.camera2.impl.CameraMetadataNative$23
Calin Juravle00b23d32019-03-08 17:52:20 -08002359android.hardware.camera2.impl.CameraMetadataNative$2
Mathieu Chartierba2c0462017-05-19 16:41:46 -07002360android.hardware.camera2.impl.CameraMetadataNative$3
2361android.hardware.camera2.impl.CameraMetadataNative$4
2362android.hardware.camera2.impl.CameraMetadataNative$5
2363android.hardware.camera2.impl.CameraMetadataNative$6
2364android.hardware.camera2.impl.CameraMetadataNative$7
2365android.hardware.camera2.impl.CameraMetadataNative$8
2366android.hardware.camera2.impl.CameraMetadataNative$9
2367android.hardware.camera2.impl.CameraMetadataNative$Key
Calin Juravle00b23d32019-03-08 17:52:20 -08002368android.hardware.camera2.impl.CameraMetadataNative
Mathieu Chartierba2c0462017-05-19 16:41:46 -07002369android.hardware.camera2.impl.GetCommand
2370android.hardware.camera2.impl.SetCommand
Andreas Gampedcad4ca2014-10-03 02:00:29 +00002371android.hardware.camera2.legacy.LegacyCameraDevice
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07002372android.hardware.camera2.legacy.LegacyExceptionUtils$BufferQueueAbandonedException
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002373android.hardware.camera2.legacy.LegacyMetadataMapper
Andreas Gampedcad4ca2014-10-03 02:00:29 +00002374android.hardware.camera2.legacy.PerfMeasurement
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07002375android.hardware.camera2.marshal.MarshalHelpers
Mathieu Chartierba2c0462017-05-19 16:41:46 -07002376android.hardware.camera2.marshal.MarshalQueryable
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07002377android.hardware.camera2.marshal.MarshalRegistry$MarshalToken
Calin Juravle00b23d32019-03-08 17:52:20 -08002378android.hardware.camera2.marshal.MarshalRegistry
Calin Juravle4a054192018-05-29 17:52:20 -07002379android.hardware.camera2.marshal.Marshaler
art-benchmark-serviced5115932020-02-25 17:55:03 -08002380android.hardware.camera2.marshal.impl.MarshalQueryableArray$MarshalerArray
Mathieu Chartierba2c0462017-05-19 16:41:46 -07002381android.hardware.camera2.marshal.impl.MarshalQueryableArray
2382android.hardware.camera2.marshal.impl.MarshalQueryableBlackLevelPattern
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002383android.hardware.camera2.marshal.impl.MarshalQueryableBoolean$MarshalerBoolean
Mathieu Chartierba2c0462017-05-19 16:41:46 -07002384android.hardware.camera2.marshal.impl.MarshalQueryableBoolean
2385android.hardware.camera2.marshal.impl.MarshalQueryableColorSpaceTransform
2386android.hardware.camera2.marshal.impl.MarshalQueryableEnum
2387android.hardware.camera2.marshal.impl.MarshalQueryableHighSpeedVideoConfiguration
2388android.hardware.camera2.marshal.impl.MarshalQueryableMeteringRectangle
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07002389android.hardware.camera2.marshal.impl.MarshalQueryableNativeByteToInteger$MarshalerNativeByteToInteger
Calin Juravle00b23d32019-03-08 17:52:20 -08002390android.hardware.camera2.marshal.impl.MarshalQueryableNativeByteToInteger
Mathieu Chartierba2c0462017-05-19 16:41:46 -07002391android.hardware.camera2.marshal.impl.MarshalQueryablePair
2392android.hardware.camera2.marshal.impl.MarshalQueryableParcelable
art-benchmark-serviced5115932020-02-25 17:55:03 -08002393android.hardware.camera2.marshal.impl.MarshalQueryablePrimitive$MarshalerPrimitive
Mathieu Chartierba2c0462017-05-19 16:41:46 -07002394android.hardware.camera2.marshal.impl.MarshalQueryablePrimitive
2395android.hardware.camera2.marshal.impl.MarshalQueryableRange
Calin Juravle00b23d32019-03-08 17:52:20 -08002396android.hardware.camera2.marshal.impl.MarshalQueryableRecommendedStreamConfiguration
Mathieu Chartierba2c0462017-05-19 16:41:46 -07002397android.hardware.camera2.marshal.impl.MarshalQueryableRect
2398android.hardware.camera2.marshal.impl.MarshalQueryableReprocessFormatsMap
2399android.hardware.camera2.marshal.impl.MarshalQueryableRggbChannelVector
art-benchmark-serviced5115932020-02-25 17:55:03 -08002400android.hardware.camera2.marshal.impl.MarshalQueryableSize$MarshalerSize
Mathieu Chartierba2c0462017-05-19 16:41:46 -07002401android.hardware.camera2.marshal.impl.MarshalQueryableSize
2402android.hardware.camera2.marshal.impl.MarshalQueryableSizeF
art-benchmark-serviced60351b2020-04-11 17:55:40 -07002403android.hardware.camera2.marshal.impl.MarshalQueryableStreamConfiguration$MarshalerStreamConfiguration
Mathieu Chartierba2c0462017-05-19 16:41:46 -07002404android.hardware.camera2.marshal.impl.MarshalQueryableStreamConfiguration
art-benchmark-serviced60351b2020-04-11 17:55:40 -07002405android.hardware.camera2.marshal.impl.MarshalQueryableStreamConfigurationDuration$MarshalerStreamConfigurationDuration
Mathieu Chartierba2c0462017-05-19 16:41:46 -07002406android.hardware.camera2.marshal.impl.MarshalQueryableStreamConfigurationDuration
2407android.hardware.camera2.marshal.impl.MarshalQueryableString
2408android.hardware.camera2.params.BlackLevelPattern
art-benchmark-service56aece62020-02-10 17:58:03 -08002409android.hardware.camera2.params.Capability
Mathieu Chartierba2c0462017-05-19 16:41:46 -07002410android.hardware.camera2.params.ColorSpaceTransform
2411android.hardware.camera2.params.Face
2412android.hardware.camera2.params.HighSpeedVideoConfiguration
2413android.hardware.camera2.params.LensShadingMap
Calin Juravle36829e52019-04-10 19:07:47 -07002414android.hardware.camera2.params.MandatoryStreamCombination$ReprocessType
2415android.hardware.camera2.params.MandatoryStreamCombination$SizeThreshold
2416android.hardware.camera2.params.MandatoryStreamCombination$StreamCombinationTemplate
2417android.hardware.camera2.params.MandatoryStreamCombination$StreamTemplate
Calin Juravle00b23d32019-03-08 17:52:20 -08002418android.hardware.camera2.params.MandatoryStreamCombination
Mathieu Chartierba2c0462017-05-19 16:41:46 -07002419android.hardware.camera2.params.MeteringRectangle
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07002420android.hardware.camera2.params.OisSample
Calin Juravle00b23d32019-03-08 17:52:20 -08002421android.hardware.camera2.params.RecommendedStreamConfiguration
Mathieu Chartierba2c0462017-05-19 16:41:46 -07002422android.hardware.camera2.params.ReprocessFormatsMap
2423android.hardware.camera2.params.RggbChannelVector
2424android.hardware.camera2.params.StreamConfiguration
2425android.hardware.camera2.params.StreamConfigurationDuration
2426android.hardware.camera2.params.StreamConfigurationMap
2427android.hardware.camera2.params.TonemapCurve
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002428android.hardware.camera2.utils.ArrayUtils
art-benchmark-serviced60351b2020-04-11 17:55:40 -07002429android.hardware.camera2.utils.ConcurrentCameraIdCombination$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08002430android.hardware.camera2.utils.ConcurrentCameraIdCombination
2431android.hardware.camera2.utils.TypeReference$SpecializedBaseTypeReference
Mathieu Chartierba2c0462017-05-19 16:41:46 -07002432android.hardware.camera2.utils.TypeReference$SpecializedTypeReference
Calin Juravle00b23d32019-03-08 17:52:20 -08002433android.hardware.camera2.utils.TypeReference
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002434android.hardware.contexthub.V1_0.ContextHub
2435android.hardware.contexthub.V1_0.ContextHubMsg
2436android.hardware.contexthub.V1_0.HubAppInfo
2437android.hardware.contexthub.V1_0.IContexthub$Proxy
2438android.hardware.contexthub.V1_0.IContexthub
2439android.hardware.contexthub.V1_0.IContexthubCallback$Stub
2440android.hardware.contexthub.V1_0.IContexthubCallback
2441android.hardware.contexthub.V1_0.MemRange
art-benchmark-serviced5115932020-02-25 17:55:03 -08002442android.hardware.contexthub.V1_0.NanoAppBinary
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002443android.hardware.contexthub.V1_0.PhysicalSensor
2444android.hardware.display.-$$Lambda$NightDisplayListener$sOK1HmSbMnFLzc4SdDD1WpVWJiI
Calin Juravle4a054192018-05-29 17:52:20 -07002445android.hardware.display.AmbientBrightnessDayStats$1
Calin Juravle00b23d32019-03-08 17:52:20 -08002446android.hardware.display.AmbientBrightnessDayStats
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002447android.hardware.display.AmbientDisplayConfiguration
Calin Juravle4a054192018-05-29 17:52:20 -07002448android.hardware.display.BrightnessChangeEvent$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08002449android.hardware.display.BrightnessChangeEvent$Builder
Calin Juravle00b23d32019-03-08 17:52:20 -08002450android.hardware.display.BrightnessChangeEvent
Calin Juravle4a054192018-05-29 17:52:20 -07002451android.hardware.display.BrightnessConfiguration$1
2452android.hardware.display.BrightnessConfiguration$Builder
Calin Juravle00b23d32019-03-08 17:52:20 -08002453android.hardware.display.BrightnessConfiguration
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002454android.hardware.display.BrightnessCorrection$1
2455android.hardware.display.BrightnessCorrection$BrightnessCorrectionImplementation
2456android.hardware.display.BrightnessCorrection$ScaleAndTranslateLog
2457android.hardware.display.BrightnessCorrection
Calin Juravle00b23d32019-03-08 17:52:20 -08002458android.hardware.display.ColorDisplayManager$ColorDisplayManagerInternal
2459android.hardware.display.ColorDisplayManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002460android.hardware.display.Curve$1
2461android.hardware.display.Curve
art-benchmark-servicead05a302020-03-17 09:46:02 -07002462android.hardware.display.DeviceProductInfo$1
2463android.hardware.display.DeviceProductInfo$ManufactureDate$1
2464android.hardware.display.DeviceProductInfo$ManufactureDate
2465android.hardware.display.DeviceProductInfo
Andreas Gampedcad4ca2014-10-03 02:00:29 +00002466android.hardware.display.DisplayManager$DisplayListener
Calin Juravle00b23d32019-03-08 17:52:20 -08002467android.hardware.display.DisplayManager
art-benchmark-serviced60351b2020-04-11 17:55:40 -07002468android.hardware.display.DisplayManagerGlobal$1
Andreas Gampedcad4ca2014-10-03 02:00:29 +00002469android.hardware.display.DisplayManagerGlobal$DisplayListenerDelegate
Kenny Rootdbf30ed2012-09-19 13:08:12 -07002470android.hardware.display.DisplayManagerGlobal$DisplayManagerCallback
Calin Juravle00b23d32019-03-08 17:52:20 -08002471android.hardware.display.DisplayManagerGlobal
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002472android.hardware.display.DisplayManagerInternal$DisplayPowerCallbacks
2473android.hardware.display.DisplayManagerInternal$DisplayPowerRequest
2474android.hardware.display.DisplayManagerInternal
2475android.hardware.display.DisplayViewport
Calin Juravle00b23d32019-03-08 17:52:20 -08002476android.hardware.display.DisplayedContentSample
2477android.hardware.display.DisplayedContentSamplingAttributes
2478android.hardware.display.IColorDisplayManager$Stub$Proxy
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002479android.hardware.display.IColorDisplayManager$Stub
Calin Juravle36829e52019-04-10 19:07:47 -07002480android.hardware.display.IColorDisplayManager
Kenny Rootdbf30ed2012-09-19 13:08:12 -07002481android.hardware.display.IDisplayManager$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08002482android.hardware.display.IDisplayManager$Stub
2483android.hardware.display.IDisplayManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002484android.hardware.display.IDisplayManagerCallback$Stub$Proxy
Kenny Rootdbf30ed2012-09-19 13:08:12 -07002485android.hardware.display.IDisplayManagerCallback$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08002486android.hardware.display.IDisplayManagerCallback
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002487android.hardware.display.IVirtualDisplayCallback$Stub$Proxy
2488android.hardware.display.IVirtualDisplayCallback$Stub
2489android.hardware.display.IVirtualDisplayCallback
2490android.hardware.display.NightDisplayListener$1
2491android.hardware.display.NightDisplayListener$Callback
2492android.hardware.display.NightDisplayListener
2493android.hardware.display.Time$1
2494android.hardware.display.Time
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07002495android.hardware.display.WifiDisplay$1
Calin Juravle00b23d32019-03-08 17:52:20 -08002496android.hardware.display.WifiDisplay
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07002497android.hardware.display.WifiDisplaySessionInfo$1
Calin Juravle00b23d32019-03-08 17:52:20 -08002498android.hardware.display.WifiDisplaySessionInfo
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07002499android.hardware.display.WifiDisplayStatus$1
Calin Juravle00b23d32019-03-08 17:52:20 -08002500android.hardware.display.WifiDisplayStatus
art-benchmark-serviced5115932020-02-25 17:55:03 -08002501android.hardware.face.Face$1
2502android.hardware.face.Face
2503android.hardware.face.FaceManager$1
2504android.hardware.face.FaceManager$AuthenticationCallback
2505android.hardware.face.FaceManager$AuthenticationResult
2506android.hardware.face.FaceManager$EnrollmentCallback
art-benchmark-serviced60351b2020-04-11 17:55:40 -07002507android.hardware.face.FaceManager$LockoutResetCallback
art-benchmark-serviced5115932020-02-25 17:55:03 -08002508android.hardware.face.FaceManager$MyHandler
2509android.hardware.face.FaceManager$OnAuthenticationCancelListener
2510android.hardware.face.FaceManager$RemovalCallback
Calin Juravle00b23d32019-03-08 17:52:20 -08002511android.hardware.face.FaceManager
art-benchmark-serviced5115932020-02-25 17:55:03 -08002512android.hardware.face.IFaceService$Stub$Proxy
2513android.hardware.face.IFaceService$Stub
2514android.hardware.face.IFaceService
2515android.hardware.face.IFaceServiceReceiver$Stub$Proxy
2516android.hardware.face.IFaceServiceReceiver$Stub
2517android.hardware.face.IFaceServiceReceiver
Calin Juravle00b23d32019-03-08 17:52:20 -08002518android.hardware.fingerprint.Fingerprint$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002519android.hardware.fingerprint.Fingerprint
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07002520android.hardware.fingerprint.FingerprintManager$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002521android.hardware.fingerprint.FingerprintManager$2
art-benchmark-serviced60351b2020-04-11 17:55:40 -07002522android.hardware.fingerprint.FingerprintManager$AuthenticationCallback
2523android.hardware.fingerprint.FingerprintManager$LockoutResetCallback
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07002524android.hardware.fingerprint.FingerprintManager$MyHandler
Calin Juravle00b23d32019-03-08 17:52:20 -08002525android.hardware.fingerprint.FingerprintManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002526android.hardware.fingerprint.IFingerprintClientActiveCallback$Stub$Proxy
2527android.hardware.fingerprint.IFingerprintClientActiveCallback$Stub
2528android.hardware.fingerprint.IFingerprintClientActiveCallback
Calin Juravle4a054192018-05-29 17:52:20 -07002529android.hardware.fingerprint.IFingerprintService$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08002530android.hardware.fingerprint.IFingerprintService$Stub
2531android.hardware.fingerprint.IFingerprintService
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002532android.hardware.fingerprint.IFingerprintServiceReceiver$Stub$Proxy
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07002533android.hardware.fingerprint.IFingerprintServiceReceiver$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08002534android.hardware.fingerprint.IFingerprintServiceReceiver
Andreas Gampe61e7b662015-06-17 23:57:04 -07002535android.hardware.hdmi.HdmiControlManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002536android.hardware.hdmi.HdmiPlaybackClient$DisplayStatusCallback
2537android.hardware.input.IInputDevicesChangedListener$Stub$Proxy
Kenny Rootdbf30ed2012-09-19 13:08:12 -07002538android.hardware.input.IInputDevicesChangedListener$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08002539android.hardware.input.IInputDevicesChangedListener
Kenny Rootdbf30ed2012-09-19 13:08:12 -07002540android.hardware.input.IInputManager$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08002541android.hardware.input.IInputManager$Stub
2542android.hardware.input.IInputManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002543android.hardware.input.ITabletModeChangedListener$Stub$Proxy
2544android.hardware.input.ITabletModeChangedListener$Stub
2545android.hardware.input.ITabletModeChangedListener
Andreas Gampedcad4ca2014-10-03 02:00:29 +00002546android.hardware.input.InputDeviceIdentifier$1
Calin Juravle00b23d32019-03-08 17:52:20 -08002547android.hardware.input.InputDeviceIdentifier
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07002548android.hardware.input.InputManager$InputDeviceListener
2549android.hardware.input.InputManager$InputDeviceListenerDelegate
art-benchmark-serviced5115932020-02-25 17:55:03 -08002550android.hardware.input.InputManager$InputDeviceVibrator
Kenny Rootdbf30ed2012-09-19 13:08:12 -07002551android.hardware.input.InputManager$InputDevicesChangedListener
Calin Juravle00b23d32019-03-08 17:52:20 -08002552android.hardware.input.InputManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002553android.hardware.input.InputManagerInternal
2554android.hardware.input.KeyboardLayout$1
2555android.hardware.input.KeyboardLayout
2556android.hardware.input.TouchCalibration$1
2557android.hardware.input.TouchCalibration
Calin Juravle00b23d32019-03-08 17:52:20 -08002558android.hardware.iris.IrisManager
art-benchmark-serviced5115932020-02-25 17:55:03 -08002559android.hardware.lights.LightsManager
art-benchmark-serviced60351b2020-04-11 17:55:40 -07002560android.hardware.location.-$$Lambda$ContextHubManager$3$5yx25kUuvL9qy3uBcIzI3sQQoL8
2561android.hardware.location.-$$Lambda$ContextHubManager$3$KgVQePwT_QpjU9EQTp2L3LsHE5Y
art-benchmark-serviced5115932020-02-25 17:55:03 -08002562android.hardware.location.-$$Lambda$ContextHubManager$3$U9x_HK_GdADIEQ3mS5mDWMNWMu8
2563android.hardware.location.-$$Lambda$ContextHubManager$4$sylEfC1Rx_cxuQRnKuthZXmV8KI
2564android.hardware.location.-$$Lambda$ContextHubTransaction$7a5H6DrY_dOy9M3qnYHhlmDHRNQ
2565android.hardware.location.-$$Lambda$ContextHubTransaction$RNVGnle3xCUm9u68syzn6-2znnU
Brian Duddiecfa5b5b2019-01-22 18:01:40 +00002566android.hardware.location.ActivityRecognitionHardware
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002567android.hardware.location.ContextHubClient
art-benchmark-serviced5115932020-02-25 17:55:03 -08002568android.hardware.location.ContextHubClientCallback
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002569android.hardware.location.ContextHubInfo$1
2570android.hardware.location.ContextHubInfo
2571android.hardware.location.ContextHubManager$2
2572android.hardware.location.ContextHubManager$3
2573android.hardware.location.ContextHubManager$4
art-benchmark-serviced5115932020-02-25 17:55:03 -08002574android.hardware.location.ContextHubManager$Callback
2575android.hardware.location.ContextHubManager$ICallback
Andreas Gampe859e2782016-04-06 18:37:56 -07002576android.hardware.location.ContextHubManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002577android.hardware.location.ContextHubMessage$1
2578android.hardware.location.ContextHubMessage
art-benchmark-serviced5115932020-02-25 17:55:03 -08002579android.hardware.location.ContextHubTransaction$OnCompleteListener
2580android.hardware.location.ContextHubTransaction$Response
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002581android.hardware.location.ContextHubTransaction
art-benchmark-serviced5115932020-02-25 17:55:03 -08002582android.hardware.location.GeofenceHardware$GeofenceHardwareMonitorCallbackWrapper
2583android.hardware.location.GeofenceHardware
2584android.hardware.location.GeofenceHardwareCallback
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002585android.hardware.location.GeofenceHardwareImpl$1
2586android.hardware.location.GeofenceHardwareImpl$2
2587android.hardware.location.GeofenceHardwareImpl$3
2588android.hardware.location.GeofenceHardwareImpl$GeofenceTransition
2589android.hardware.location.GeofenceHardwareImpl$Reaper
2590android.hardware.location.GeofenceHardwareImpl
art-benchmark-serviced5115932020-02-25 17:55:03 -08002591android.hardware.location.GeofenceHardwareMonitorCallback
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002592android.hardware.location.GeofenceHardwareMonitorEvent$1
2593android.hardware.location.GeofenceHardwareMonitorEvent
2594android.hardware.location.GeofenceHardwareRequest
2595android.hardware.location.GeofenceHardwareRequestParcelable$1
2596android.hardware.location.GeofenceHardwareRequestParcelable
2597android.hardware.location.GeofenceHardwareService$1
2598android.hardware.location.GeofenceHardwareService
2599android.hardware.location.IActivityRecognitionHardware$Stub$Proxy
Brian Duddiecfa5b5b2019-01-22 18:01:40 +00002600android.hardware.location.IActivityRecognitionHardware$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08002601android.hardware.location.IActivityRecognitionHardware
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002602android.hardware.location.IActivityRecognitionHardwareClient$Stub$Proxy
2603android.hardware.location.IActivityRecognitionHardwareClient$Stub
2604android.hardware.location.IActivityRecognitionHardwareClient
2605android.hardware.location.IContextHubCallback$Stub$Proxy
2606android.hardware.location.IContextHubCallback$Stub
2607android.hardware.location.IContextHubCallback
2608android.hardware.location.IContextHubClient$Stub$Proxy
2609android.hardware.location.IContextHubClient$Stub
2610android.hardware.location.IContextHubClient
2611android.hardware.location.IContextHubClientCallback$Stub$Proxy
2612android.hardware.location.IContextHubClientCallback$Stub
2613android.hardware.location.IContextHubClientCallback
2614android.hardware.location.IContextHubService$Stub$Proxy
2615android.hardware.location.IContextHubService$Stub
2616android.hardware.location.IContextHubService
2617android.hardware.location.IContextHubTransactionCallback$Stub$Proxy
2618android.hardware.location.IContextHubTransactionCallback$Stub
2619android.hardware.location.IContextHubTransactionCallback
2620android.hardware.location.IGeofenceHardware$Stub$Proxy
2621android.hardware.location.IGeofenceHardware$Stub
2622android.hardware.location.IGeofenceHardware
2623android.hardware.location.IGeofenceHardwareCallback$Stub$Proxy
2624android.hardware.location.IGeofenceHardwareCallback$Stub
2625android.hardware.location.IGeofenceHardwareCallback
2626android.hardware.location.IGeofenceHardwareMonitorCallback$Stub$Proxy
2627android.hardware.location.IGeofenceHardwareMonitorCallback$Stub
2628android.hardware.location.IGeofenceHardwareMonitorCallback
2629android.hardware.location.MemoryRegion$1
2630android.hardware.location.MemoryRegion
2631android.hardware.location.NanoApp$1
2632android.hardware.location.NanoApp
2633android.hardware.location.NanoAppBinary$1
2634android.hardware.location.NanoAppBinary
2635android.hardware.location.NanoAppFilter$1
2636android.hardware.location.NanoAppFilter
2637android.hardware.location.NanoAppInstanceInfo$1
2638android.hardware.location.NanoAppInstanceInfo
2639android.hardware.location.NanoAppMessage$1
2640android.hardware.location.NanoAppMessage
2641android.hardware.location.NanoAppState$1
2642android.hardware.location.NanoAppState
2643android.hardware.radio.ITuner$Stub
2644android.hardware.radio.ITuner
2645android.hardware.radio.ITunerCallback
2646android.hardware.radio.ProgramSelector$1
2647android.hardware.radio.ProgramSelector$Identifier$1
2648android.hardware.radio.ProgramSelector$Identifier
2649android.hardware.radio.ProgramSelector
2650android.hardware.radio.RadioManager$AmBandConfig$1
2651android.hardware.radio.RadioManager$AmBandConfig
2652android.hardware.radio.RadioManager$AmBandDescriptor$1
2653android.hardware.radio.RadioManager$AmBandDescriptor
2654android.hardware.radio.RadioManager$BandConfig$1
2655android.hardware.radio.RadioManager$BandConfig
2656android.hardware.radio.RadioManager$BandDescriptor$1
2657android.hardware.radio.RadioManager$BandDescriptor
2658android.hardware.radio.RadioManager$FmBandConfig$1
2659android.hardware.radio.RadioManager$FmBandConfig
2660android.hardware.radio.RadioManager$FmBandDescriptor$1
2661android.hardware.radio.RadioManager$FmBandDescriptor
2662android.hardware.radio.RadioManager$ModuleProperties$1
2663android.hardware.radio.RadioManager$ModuleProperties
2664android.hardware.radio.RadioManager$ProgramInfo$1
2665android.hardware.radio.RadioManager$ProgramInfo
Andreas Gampe61e7b662015-06-17 23:57:04 -07002666android.hardware.radio.RadioManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002667android.hardware.radio.RadioMetadata$1
2668android.hardware.radio.RadioMetadata
Calin Juravle00b23d32019-03-08 17:52:20 -08002669android.hardware.radio.V1_0.ActivityStatsInfo
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002670android.hardware.radio.V1_0.AppStatus
2671android.hardware.radio.V1_0.Call
2672android.hardware.radio.V1_0.CallForwardInfo
Calin Juravle00b23d32019-03-08 17:52:20 -08002673android.hardware.radio.V1_0.CardStatus
art-benchmark-serviced5115932020-02-25 17:55:03 -08002674android.hardware.radio.V1_0.Carrier
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002675android.hardware.radio.V1_0.CarrierRestrictions
Calin Juravle00b23d32019-03-08 17:52:20 -08002676android.hardware.radio.V1_0.CdmaBroadcastSmsConfigInfo
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002677android.hardware.radio.V1_0.CdmaCallWaiting
2678android.hardware.radio.V1_0.CdmaInformationRecords
2679android.hardware.radio.V1_0.CdmaSignalInfoRecord
Calin Juravle00b23d32019-03-08 17:52:20 -08002680android.hardware.radio.V1_0.CdmaSignalStrength
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002681android.hardware.radio.V1_0.CdmaSmsAddress
2682android.hardware.radio.V1_0.CdmaSmsMessage
2683android.hardware.radio.V1_0.CdmaSmsSubaddress
2684android.hardware.radio.V1_0.CellIdentity
2685android.hardware.radio.V1_0.CellIdentityCdma
2686android.hardware.radio.V1_0.CellIdentityGsm
2687android.hardware.radio.V1_0.CellIdentityLte
2688android.hardware.radio.V1_0.CellIdentityTdscdma
2689android.hardware.radio.V1_0.CellIdentityWcdma
2690android.hardware.radio.V1_0.CellInfo
art-benchmark-serviced5115932020-02-25 17:55:03 -08002691android.hardware.radio.V1_0.CellInfoCdma
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002692android.hardware.radio.V1_0.CellInfoGsm
2693android.hardware.radio.V1_0.CellInfoLte
2694android.hardware.radio.V1_0.CellInfoTdscdma
Calin Juravle00b23d32019-03-08 17:52:20 -08002695android.hardware.radio.V1_0.CellInfoType
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002696android.hardware.radio.V1_0.CellInfoWcdma
2697android.hardware.radio.V1_0.DataCallFailCause
2698android.hardware.radio.V1_0.DataProfileInfo
Calin Juravle00b23d32019-03-08 17:52:20 -08002699android.hardware.radio.V1_0.DataRegStateResult
2700android.hardware.radio.V1_0.EvdoSignalStrength
2701android.hardware.radio.V1_0.GsmBroadcastSmsConfigInfo
2702android.hardware.radio.V1_0.GsmSignalStrength
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002703android.hardware.radio.V1_0.GsmSmsMessage
Calin Juravle00b23d32019-03-08 17:52:20 -08002704android.hardware.radio.V1_0.HardwareConfig
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002705android.hardware.radio.V1_0.HardwareConfigModem
2706android.hardware.radio.V1_0.HardwareConfigSim
Calin Juravle00b23d32019-03-08 17:52:20 -08002707android.hardware.radio.V1_0.IRadio
2708android.hardware.radio.V1_0.IRadioIndication
2709android.hardware.radio.V1_0.IRadioResponse
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002710android.hardware.radio.V1_0.IccIo
Calin Juravle00b23d32019-03-08 17:52:20 -08002711android.hardware.radio.V1_0.IccIoResult
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002712android.hardware.radio.V1_0.ImsSmsMessage
2713android.hardware.radio.V1_0.LastCallFailCauseInfo
2714android.hardware.radio.V1_0.LceDataInfo
2715android.hardware.radio.V1_0.LceStatusInfo
Calin Juravle00b23d32019-03-08 17:52:20 -08002716android.hardware.radio.V1_0.LteSignalStrength
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002717android.hardware.radio.V1_0.NeighboringCell
2718android.hardware.radio.V1_0.OperatorInfo
2719android.hardware.radio.V1_0.PcoDataInfo
Calin Juravle00b23d32019-03-08 17:52:20 -08002720android.hardware.radio.V1_0.RadioCapability
2721android.hardware.radio.V1_0.RadioResponseInfo
2722android.hardware.radio.V1_0.RegState
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002723android.hardware.radio.V1_0.SendSmsResult
2724android.hardware.radio.V1_0.SetupDataCallResult
2725android.hardware.radio.V1_0.SignalStrength
2726android.hardware.radio.V1_0.SimApdu
2727android.hardware.radio.V1_0.SimRefreshResult
2728android.hardware.radio.V1_0.StkCcUnsolSsResult
2729android.hardware.radio.V1_0.SuppSvcNotification
Calin Juravle00b23d32019-03-08 17:52:20 -08002730android.hardware.radio.V1_0.TdScdmaSignalStrength
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002731android.hardware.radio.V1_0.UusInfo
Calin Juravle00b23d32019-03-08 17:52:20 -08002732android.hardware.radio.V1_0.VoiceRegStateResult
2733android.hardware.radio.V1_0.WcdmaSignalStrength
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002734android.hardware.radio.V1_1.IRadio$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08002735android.hardware.radio.V1_1.IRadio
2736android.hardware.radio.V1_1.IRadioIndication
2737android.hardware.radio.V1_1.IRadioResponse
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002738android.hardware.radio.V1_1.KeepaliveStatus
2739android.hardware.radio.V1_1.NetworkScanResult
Calin Juravle00b23d32019-03-08 17:52:20 -08002740android.hardware.radio.V1_2.Call
2741android.hardware.radio.V1_2.CardStatus
2742android.hardware.radio.V1_2.CellIdentity
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002743android.hardware.radio.V1_2.CellIdentityCdma
2744android.hardware.radio.V1_2.CellIdentityGsm
2745android.hardware.radio.V1_2.CellIdentityLte
Calin Juravle00b23d32019-03-08 17:52:20 -08002746android.hardware.radio.V1_2.CellIdentityOperatorNames
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002747android.hardware.radio.V1_2.CellIdentityTdscdma
2748android.hardware.radio.V1_2.CellIdentityWcdma
Calin Juravle00b23d32019-03-08 17:52:20 -08002749android.hardware.radio.V1_2.CellInfo
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002750android.hardware.radio.V1_2.CellInfoCdma
2751android.hardware.radio.V1_2.CellInfoGsm
2752android.hardware.radio.V1_2.CellInfoLte
2753android.hardware.radio.V1_2.CellInfoTdscdma
2754android.hardware.radio.V1_2.CellInfoWcdma
Calin Juravle00b23d32019-03-08 17:52:20 -08002755android.hardware.radio.V1_2.DataRegStateResult
2756android.hardware.radio.V1_2.IRadio
2757android.hardware.radio.V1_2.IRadioIndication
2758android.hardware.radio.V1_2.IRadioResponse
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002759android.hardware.radio.V1_2.LinkCapacityEstimate
2760android.hardware.radio.V1_2.NetworkScanResult
2761android.hardware.radio.V1_2.PhysicalChannelConfig
Calin Juravle00b23d32019-03-08 17:52:20 -08002762android.hardware.radio.V1_2.SignalStrength
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002763android.hardware.radio.V1_2.TdscdmaSignalStrength
Calin Juravle00b23d32019-03-08 17:52:20 -08002764android.hardware.radio.V1_2.VoiceRegStateResult
2765android.hardware.radio.V1_2.WcdmaSignalStrength
2766android.hardware.radio.V1_3.IRadio$Proxy
2767android.hardware.radio.V1_3.IRadio
2768android.hardware.radio.V1_3.IRadioIndication
2769android.hardware.radio.V1_3.IRadioResponse
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002770android.hardware.radio.V1_4.CardStatus
2771android.hardware.radio.V1_4.CarrierRestrictionsWithPriority
art-benchmark-serviced5115932020-02-25 17:55:03 -08002772android.hardware.radio.V1_4.CellConfigLte
2773android.hardware.radio.V1_4.CellIdentityNr
2774android.hardware.radio.V1_4.CellInfo$Info
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002775android.hardware.radio.V1_4.CellInfo
art-benchmark-serviced5115932020-02-25 17:55:03 -08002776android.hardware.radio.V1_4.CellInfoLte
2777android.hardware.radio.V1_4.CellInfoNr
2778android.hardware.radio.V1_4.DataRegStateResult$VopsInfo$hidl_discriminator
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002779android.hardware.radio.V1_4.DataRegStateResult$VopsInfo
2780android.hardware.radio.V1_4.DataRegStateResult
2781android.hardware.radio.V1_4.EmergencyNumber
art-benchmark-serviced5115932020-02-25 17:55:03 -08002782android.hardware.radio.V1_4.IRadio$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08002783android.hardware.radio.V1_4.IRadio
2784android.hardware.radio.V1_4.IRadioIndication$Stub
2785android.hardware.radio.V1_4.IRadioIndication
2786android.hardware.radio.V1_4.IRadioResponse$Stub
2787android.hardware.radio.V1_4.IRadioResponse
art-benchmark-serviced5115932020-02-25 17:55:03 -08002788android.hardware.radio.V1_4.LteVopsInfo
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002789android.hardware.radio.V1_4.NetworkScanResult
2790android.hardware.radio.V1_4.NrIndicators
art-benchmark-serviced5115932020-02-25 17:55:03 -08002791android.hardware.radio.V1_4.NrSignalStrength
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002792android.hardware.radio.V1_4.PhysicalChannelConfig
art-benchmark-serviced5115932020-02-25 17:55:03 -08002793android.hardware.radio.V1_4.RadioFrequencyInfo
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002794android.hardware.radio.V1_4.SetupDataCallResult
2795android.hardware.radio.V1_4.SignalStrength
art-benchmark-serviced5115932020-02-25 17:55:03 -08002796android.hardware.radio.V1_5.CellIdentity
2797android.hardware.radio.V1_5.CellIdentityGsm
2798android.hardware.radio.V1_5.CellIdentityLte
2799android.hardware.radio.V1_5.CellIdentityNr
2800android.hardware.radio.V1_5.CellIdentityTdscdma
2801android.hardware.radio.V1_5.CellIdentityWcdma
2802android.hardware.radio.V1_5.ClosedSubscriberGroupInfo
2803android.hardware.radio.V1_5.IRadio
2804android.hardware.radio.V1_5.OptionalCsgInfo
art-benchmark-service56aece62020-02-10 17:58:03 -08002805android.hardware.radio.config.V1_0.IRadioConfig
2806android.hardware.radio.config.V1_0.IRadioConfigIndication
2807android.hardware.radio.config.V1_0.IRadioConfigResponse
2808android.hardware.radio.config.V1_0.SimSlotStatus
2809android.hardware.radio.config.V1_1.IRadioConfig$Proxy
2810android.hardware.radio.config.V1_1.IRadioConfig
2811android.hardware.radio.config.V1_1.IRadioConfigIndication
2812android.hardware.radio.config.V1_1.IRadioConfigResponse
2813android.hardware.radio.config.V1_1.ModemInfo
2814android.hardware.radio.config.V1_1.ModemsConfig
2815android.hardware.radio.config.V1_1.PhoneCapability
2816android.hardware.radio.config.V1_2.IRadioConfigIndication$Stub
2817android.hardware.radio.config.V1_2.IRadioConfigIndication
2818android.hardware.radio.config.V1_2.IRadioConfigResponse$Stub
2819android.hardware.radio.config.V1_2.IRadioConfigResponse
2820android.hardware.radio.config.V1_2.SimSlotStatus
2821android.hardware.radio.deprecated.V1_0.IOemHook$Proxy
2822android.hardware.radio.deprecated.V1_0.IOemHook
2823android.hardware.radio.deprecated.V1_0.IOemHookIndication$Stub
2824android.hardware.radio.deprecated.V1_0.IOemHookIndication
2825android.hardware.radio.deprecated.V1_0.IOemHookResponse$Stub
2826android.hardware.radio.deprecated.V1_0.IOemHookResponse
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002827android.hardware.sidekick.SidekickInternal
art-benchmark-serviced60351b2020-04-11 17:55:40 -07002828android.hardware.soundtrigger.-$$Lambda$SoundTrigger$ZVJnEi-r8cH99VNOx-TiaTkEQgo
art-benchmark-serviced5115932020-02-25 17:55:03 -08002829android.hardware.soundtrigger.ConversionUtil
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002830android.hardware.soundtrigger.IRecognitionStatusCallback$Stub$Proxy
2831android.hardware.soundtrigger.IRecognitionStatusCallback$Stub
2832android.hardware.soundtrigger.IRecognitionStatusCallback
art-benchmark-serviced60351b2020-04-11 17:55:40 -07002833android.hardware.soundtrigger.KeyphraseEnrollmentInfo
2834android.hardware.soundtrigger.KeyphraseMetadata$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08002835android.hardware.soundtrigger.KeyphraseMetadata
Andreas Gampedcad4ca2014-10-03 02:00:29 +00002836android.hardware.soundtrigger.SoundTrigger$ConfidenceLevel$1
Calin Juravle00b23d32019-03-08 17:52:20 -08002837android.hardware.soundtrigger.SoundTrigger$ConfidenceLevel
Andreas Gampe859e2782016-04-06 18:37:56 -07002838android.hardware.soundtrigger.SoundTrigger$GenericRecognitionEvent$1
Calin Juravle00b23d32019-03-08 17:52:20 -08002839android.hardware.soundtrigger.SoundTrigger$GenericRecognitionEvent
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07002840android.hardware.soundtrigger.SoundTrigger$GenericSoundModel$1
Calin Juravle00b23d32019-03-08 17:52:20 -08002841android.hardware.soundtrigger.SoundTrigger$GenericSoundModel
Andreas Gampedcad4ca2014-10-03 02:00:29 +00002842android.hardware.soundtrigger.SoundTrigger$Keyphrase$1
Calin Juravle00b23d32019-03-08 17:52:20 -08002843android.hardware.soundtrigger.SoundTrigger$Keyphrase
Andreas Gampedcad4ca2014-10-03 02:00:29 +00002844android.hardware.soundtrigger.SoundTrigger$KeyphraseRecognitionEvent$1
Calin Juravle00b23d32019-03-08 17:52:20 -08002845android.hardware.soundtrigger.SoundTrigger$KeyphraseRecognitionEvent
Andreas Gampedcad4ca2014-10-03 02:00:29 +00002846android.hardware.soundtrigger.SoundTrigger$KeyphraseRecognitionExtra$1
Calin Juravle00b23d32019-03-08 17:52:20 -08002847android.hardware.soundtrigger.SoundTrigger$KeyphraseRecognitionExtra
Andreas Gampedcad4ca2014-10-03 02:00:29 +00002848android.hardware.soundtrigger.SoundTrigger$KeyphraseSoundModel$1
Calin Juravle00b23d32019-03-08 17:52:20 -08002849android.hardware.soundtrigger.SoundTrigger$KeyphraseSoundModel
art-benchmark-serviced5115932020-02-25 17:55:03 -08002850android.hardware.soundtrigger.SoundTrigger$ModelParamRange$1
2851android.hardware.soundtrigger.SoundTrigger$ModelParamRange
Andreas Gampedcad4ca2014-10-03 02:00:29 +00002852android.hardware.soundtrigger.SoundTrigger$ModuleProperties$1
Calin Juravle00b23d32019-03-08 17:52:20 -08002853android.hardware.soundtrigger.SoundTrigger$ModuleProperties
Andreas Gampedcad4ca2014-10-03 02:00:29 +00002854android.hardware.soundtrigger.SoundTrigger$RecognitionConfig$1
Calin Juravle00b23d32019-03-08 17:52:20 -08002855android.hardware.soundtrigger.SoundTrigger$RecognitionConfig
Andreas Gampedcad4ca2014-10-03 02:00:29 +00002856android.hardware.soundtrigger.SoundTrigger$RecognitionEvent$1
Calin Juravle00b23d32019-03-08 17:52:20 -08002857android.hardware.soundtrigger.SoundTrigger$RecognitionEvent
Andreas Gampedcad4ca2014-10-03 02:00:29 +00002858android.hardware.soundtrigger.SoundTrigger$SoundModel
Andreas Gampedcad4ca2014-10-03 02:00:29 +00002859android.hardware.soundtrigger.SoundTrigger$SoundModelEvent$1
Calin Juravle00b23d32019-03-08 17:52:20 -08002860android.hardware.soundtrigger.SoundTrigger$SoundModelEvent
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002861android.hardware.soundtrigger.SoundTrigger$StatusListener
Calin Juravle00b23d32019-03-08 17:52:20 -08002862android.hardware.soundtrigger.SoundTrigger
art-benchmark-serviced60351b2020-04-11 17:55:40 -07002863android.hardware.soundtrigger.SoundTriggerModule$EventHandlerDelegate$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08002864android.hardware.soundtrigger.SoundTriggerModule$EventHandlerDelegate
Andreas Gampedcad4ca2014-10-03 02:00:29 +00002865android.hardware.soundtrigger.SoundTriggerModule
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002866android.hardware.thermal.V1_0.IThermal
2867android.hardware.thermal.V1_0.ThermalStatus
art-benchmark-serviced5115932020-02-25 17:55:03 -08002868android.hardware.thermal.V2_0.CoolingDevice
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002869android.hardware.thermal.V2_0.IThermal$Proxy
art-benchmark-serviced5115932020-02-25 17:55:03 -08002870android.hardware.thermal.V2_0.IThermal$getCurrentCoolingDevicesCallback
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002871android.hardware.thermal.V2_0.IThermal$getCurrentTemperaturesCallback
2872android.hardware.thermal.V2_0.IThermal
2873android.hardware.thermal.V2_0.IThermalChangedCallback$Stub
2874android.hardware.thermal.V2_0.IThermalChangedCallback
2875android.hardware.thermal.V2_0.Temperature
art-benchmark-serviced5115932020-02-25 17:55:03 -08002876android.hardware.usb.AccessoryFilter
2877android.hardware.usb.DeviceFilter
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07002878android.hardware.usb.IUsbManager$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08002879android.hardware.usb.IUsbManager$Stub
2880android.hardware.usb.IUsbManager
art-benchmark-serviced5115932020-02-25 17:55:03 -08002881android.hardware.usb.IUsbSerialReader$Stub
2882android.hardware.usb.IUsbSerialReader
Calin Juravle00b23d32019-03-08 17:52:20 -08002883android.hardware.usb.ParcelableUsbPort$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002884android.hardware.usb.ParcelableUsbPort
2885android.hardware.usb.UsbAccessory$2
2886android.hardware.usb.UsbAccessory
art-benchmark-serviced5115932020-02-25 17:55:03 -08002887android.hardware.usb.UsbConfiguration$1
2888android.hardware.usb.UsbConfiguration
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07002889android.hardware.usb.UsbDevice$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08002890android.hardware.usb.UsbDevice$Builder
Calin Juravle00b23d32019-03-08 17:52:20 -08002891android.hardware.usb.UsbDevice
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04002892android.hardware.usb.UsbDeviceConnection
art-benchmark-serviced60351b2020-04-11 17:55:40 -07002893android.hardware.usb.UsbInterface$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08002894android.hardware.usb.UsbInterface
Andreas Gampe61e7b662015-06-17 23:57:04 -07002895android.hardware.usb.UsbManager
Calin Juravle00b23d32019-03-08 17:52:20 -08002896android.hardware.usb.UsbPort
2897android.hardware.usb.UsbPortStatus$1
2898android.hardware.usb.UsbPortStatus
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04002899android.hardware.usb.UsbRequest
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002900android.hardware.usb.gadget.V1_0.IUsbGadget$Proxy
2901android.hardware.usb.gadget.V1_0.IUsbGadget
2902android.hardware.usb.gadget.V1_0.IUsbGadgetCallback$Stub
2903android.hardware.usb.gadget.V1_0.IUsbGadgetCallback
art-benchmark-service56aece62020-02-10 17:58:03 -08002904android.icu.impl.BMPSet
2905android.icu.impl.CacheBase
2906android.icu.impl.CacheValue$NullValue
art-benchmark-serviced5115932020-02-25 17:55:03 -08002907android.icu.impl.CacheValue$SoftValue
art-benchmark-service56aece62020-02-10 17:58:03 -08002908android.icu.impl.CacheValue$Strength
art-benchmark-serviced5115932020-02-25 17:55:03 -08002909android.icu.impl.CacheValue$StrongValue
art-benchmark-service56aece62020-02-10 17:58:03 -08002910android.icu.impl.CacheValue
art-benchmark-serviced5115932020-02-25 17:55:03 -08002911android.icu.impl.CalType
2912android.icu.impl.CalendarUtil$CalendarPreferences
2913android.icu.impl.CalendarUtil
2914android.icu.impl.CaseMapImpl$StringContextIterator
2915android.icu.impl.CaseMapImpl
2916android.icu.impl.CharTrie
2917android.icu.impl.CharacterIteration
2918android.icu.impl.CharacterPropertiesImpl
art-benchmark-service56aece62020-02-10 17:58:03 -08002919android.icu.impl.ClassLoaderUtil
2920android.icu.impl.CurrencyData$CurrencyDisplayInfo
2921android.icu.impl.CurrencyData$CurrencyDisplayInfoProvider
2922android.icu.impl.CurrencyData$CurrencySpacingInfo$SpacingPattern
2923android.icu.impl.CurrencyData$CurrencySpacingInfo$SpacingType
2924android.icu.impl.CurrencyData$CurrencySpacingInfo
2925android.icu.impl.CurrencyData
art-benchmark-serviced5115932020-02-25 17:55:03 -08002926android.icu.impl.DateNumberFormat
art-benchmark-serviced60351b2020-04-11 17:55:40 -07002927android.icu.impl.DontCareFieldPosition
art-benchmark-serviced5115932020-02-25 17:55:03 -08002928android.icu.impl.FormattedStringBuilder
2929android.icu.impl.FormattedValueStringBuilderImpl$NullField
2930android.icu.impl.FormattedValueStringBuilderImpl
2931android.icu.impl.Grego
art-benchmark-service56aece62020-02-10 17:58:03 -08002932android.icu.impl.ICUBinary$Authenticate
2933android.icu.impl.ICUBinary$DatPackageReader$IsAcceptable
2934android.icu.impl.ICUBinary$DatPackageReader
2935android.icu.impl.ICUBinary$DataFile
2936android.icu.impl.ICUBinary$PackageDataFile
2937android.icu.impl.ICUBinary
2938android.icu.impl.ICUCache
2939android.icu.impl.ICUConfig
2940android.icu.impl.ICUCurrencyDisplayInfoProvider$1
2941android.icu.impl.ICUCurrencyDisplayInfoProvider$ICUCurrencyDisplayInfo$CurrencySink$EntrypointTable
2942android.icu.impl.ICUCurrencyDisplayInfoProvider$ICUCurrencyDisplayInfo$CurrencySink
2943android.icu.impl.ICUCurrencyDisplayInfoProvider$ICUCurrencyDisplayInfo$FormattingData
2944android.icu.impl.ICUCurrencyDisplayInfoProvider$ICUCurrencyDisplayInfo
2945android.icu.impl.ICUCurrencyDisplayInfoProvider
2946android.icu.impl.ICUCurrencyMetaInfo$Collector
2947android.icu.impl.ICUCurrencyMetaInfo$CurrencyCollector
2948android.icu.impl.ICUCurrencyMetaInfo$UniqueList
2949android.icu.impl.ICUCurrencyMetaInfo
2950android.icu.impl.ICUData
2951android.icu.impl.ICUDebug
2952android.icu.impl.ICULocaleService$ICUResourceBundleFactory
art-benchmark-serviced5115932020-02-25 17:55:03 -08002953android.icu.impl.ICULocaleService$LocaleKey
art-benchmark-service56aece62020-02-10 17:58:03 -08002954android.icu.impl.ICULocaleService$LocaleKeyFactory
2955android.icu.impl.ICULocaleService
2956android.icu.impl.ICUNotifier
2957android.icu.impl.ICURWLock
2958android.icu.impl.ICUResourceBundle$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08002959android.icu.impl.ICUResourceBundle$2$1
2960android.icu.impl.ICUResourceBundle$2
art-benchmark-service56aece62020-02-10 17:58:03 -08002961android.icu.impl.ICUResourceBundle$3
2962android.icu.impl.ICUResourceBundle$4
art-benchmark-serviced5115932020-02-25 17:55:03 -08002963android.icu.impl.ICUResourceBundle$AvailEntry
art-benchmark-service56aece62020-02-10 17:58:03 -08002964android.icu.impl.ICUResourceBundle$Loader
2965android.icu.impl.ICUResourceBundle$OpenType
2966android.icu.impl.ICUResourceBundle$WholeBundle
2967android.icu.impl.ICUResourceBundle
2968android.icu.impl.ICUResourceBundleImpl$ResourceArray
art-benchmark-serviced5115932020-02-25 17:55:03 -08002969android.icu.impl.ICUResourceBundleImpl$ResourceBinary
art-benchmark-service56aece62020-02-10 17:58:03 -08002970android.icu.impl.ICUResourceBundleImpl$ResourceContainer
2971android.icu.impl.ICUResourceBundleImpl$ResourceInt
art-benchmark-serviced5115932020-02-25 17:55:03 -08002972android.icu.impl.ICUResourceBundleImpl$ResourceIntVector
art-benchmark-service56aece62020-02-10 17:58:03 -08002973android.icu.impl.ICUResourceBundleImpl$ResourceString
2974android.icu.impl.ICUResourceBundleImpl$ResourceTable
2975android.icu.impl.ICUResourceBundleImpl
2976android.icu.impl.ICUResourceBundleReader$Array16
2977android.icu.impl.ICUResourceBundleReader$Array32
2978android.icu.impl.ICUResourceBundleReader$Array
2979android.icu.impl.ICUResourceBundleReader$Container
2980android.icu.impl.ICUResourceBundleReader$IsAcceptable
2981android.icu.impl.ICUResourceBundleReader$ReaderCache
2982android.icu.impl.ICUResourceBundleReader$ReaderCacheKey
2983android.icu.impl.ICUResourceBundleReader$ReaderValue
2984android.icu.impl.ICUResourceBundleReader$ResourceCache$Level
2985android.icu.impl.ICUResourceBundleReader$ResourceCache
2986android.icu.impl.ICUResourceBundleReader$Table1632
2987android.icu.impl.ICUResourceBundleReader$Table16
art-benchmark-serviced60351b2020-04-11 17:55:40 -07002988android.icu.impl.ICUResourceBundleReader$Table32
art-benchmark-service56aece62020-02-10 17:58:03 -08002989android.icu.impl.ICUResourceBundleReader$Table
2990android.icu.impl.ICUResourceBundleReader
art-benchmark-serviced5115932020-02-25 17:55:03 -08002991android.icu.impl.ICUService$CacheEntry
art-benchmark-service56aece62020-02-10 17:58:03 -08002992android.icu.impl.ICUService$Factory
art-benchmark-serviced5115932020-02-25 17:55:03 -08002993android.icu.impl.ICUService$Key
art-benchmark-service56aece62020-02-10 17:58:03 -08002994android.icu.impl.ICUService
art-benchmark-serviced5115932020-02-25 17:55:03 -08002995android.icu.impl.IDNA2003
art-benchmark-servicead05a302020-03-17 09:46:02 -07002996android.icu.impl.IllegalIcuArgumentException
art-benchmark-serviced5115932020-02-25 17:55:03 -08002997android.icu.impl.JavaTimeZone
art-benchmark-service56aece62020-02-10 17:58:03 -08002998android.icu.impl.LocaleIDParser
art-benchmark-serviced5115932020-02-25 17:55:03 -08002999android.icu.impl.LocaleIDs
art-benchmark-servicead05a302020-03-17 09:46:02 -07003000android.icu.impl.LocaleUtility
art-benchmark-serviced5115932020-02-25 17:55:03 -08003001android.icu.impl.Norm2AllModes$1
3002android.icu.impl.Norm2AllModes$ComposeNormalizer2
3003android.icu.impl.Norm2AllModes$DecomposeNormalizer2
3004android.icu.impl.Norm2AllModes$FCDNormalizer2
3005android.icu.impl.Norm2AllModes$NFCSingleton
3006android.icu.impl.Norm2AllModes$NFKCSingleton
3007android.icu.impl.Norm2AllModes$NoopNormalizer2
3008android.icu.impl.Norm2AllModes$Norm2AllModesSingleton
3009android.icu.impl.Norm2AllModes$Normalizer2WithImpl
3010android.icu.impl.Norm2AllModes
3011android.icu.impl.Normalizer2Impl$1
3012android.icu.impl.Normalizer2Impl$IsAcceptable
3013android.icu.impl.Normalizer2Impl$ReorderingBuffer
3014android.icu.impl.Normalizer2Impl$UTF16Plus
3015android.icu.impl.Normalizer2Impl
3016android.icu.impl.OlsonTimeZone
art-benchmark-service56aece62020-02-10 17:58:03 -08003017android.icu.impl.Pair
art-benchmark-serviced5115932020-02-25 17:55:03 -08003018android.icu.impl.PatternProps
3019android.icu.impl.PatternTokenizer
3020android.icu.impl.PluralRulesLoader
art-benchmark-service56aece62020-02-10 17:58:03 -08003021android.icu.impl.RBBIDataWrapper$IsAcceptable
3022android.icu.impl.RBBIDataWrapper$RBBIDataHeader
3023android.icu.impl.RBBIDataWrapper$RBBIStateTable
3024android.icu.impl.RBBIDataWrapper
art-benchmark-serviced5115932020-02-25 17:55:03 -08003025android.icu.impl.ReplaceableUCharacterIterator
3026android.icu.impl.RuleCharacterIterator
art-benchmark-service56aece62020-02-10 17:58:03 -08003027android.icu.impl.SimpleCache
art-benchmark-serviced5115932020-02-25 17:55:03 -08003028android.icu.impl.SimpleFormatterImpl
art-benchmark-service56aece62020-02-10 17:58:03 -08003029android.icu.impl.SoftCache
art-benchmark-serviced5115932020-02-25 17:55:03 -08003030android.icu.impl.StandardPlural
3031android.icu.impl.StaticUnicodeSets$Key
3032android.icu.impl.StaticUnicodeSets$ParseDataSink
3033android.icu.impl.StaticUnicodeSets
3034android.icu.impl.StringPrepDataReader
art-benchmark-serviced60351b2020-04-11 17:55:40 -07003035android.icu.impl.StringRange$1
art-benchmark-servicead05a302020-03-17 09:46:02 -07003036android.icu.impl.StringRange
art-benchmark-serviced5115932020-02-25 17:55:03 -08003037android.icu.impl.StringSegment
3038android.icu.impl.TextTrieMap$Node
3039android.icu.impl.TextTrieMap
3040android.icu.impl.TimeZoneNamesFactoryImpl
3041android.icu.impl.TimeZoneNamesImpl$1
3042android.icu.impl.TimeZoneNamesImpl$MZ2TZsCache
3043android.icu.impl.TimeZoneNamesImpl$MZMapEntry
3044android.icu.impl.TimeZoneNamesImpl$TZ2MZsCache
3045android.icu.impl.TimeZoneNamesImpl$ZNames$NameTypeIndex
3046android.icu.impl.TimeZoneNamesImpl$ZNames
3047android.icu.impl.TimeZoneNamesImpl$ZNamesLoader
3048android.icu.impl.TimeZoneNamesImpl
3049android.icu.impl.Trie$DataManipulate
3050android.icu.impl.Trie$DefaultGetFoldingOffset
art-benchmark-service56aece62020-02-10 17:58:03 -08003051android.icu.impl.Trie2$1
3052android.icu.impl.Trie2$2
art-benchmark-serviced5115932020-02-25 17:55:03 -08003053android.icu.impl.Trie2$Range
3054android.icu.impl.Trie2$Trie2Iterator
art-benchmark-service56aece62020-02-10 17:58:03 -08003055android.icu.impl.Trie2$UTrie2Header
3056android.icu.impl.Trie2$ValueMapper
3057android.icu.impl.Trie2$ValueWidth
3058android.icu.impl.Trie2
3059android.icu.impl.Trie2_16
art-benchmark-serviced5115932020-02-25 17:55:03 -08003060android.icu.impl.Trie2_32
3061android.icu.impl.Trie
art-benchmark-service56aece62020-02-10 17:58:03 -08003062android.icu.impl.UBiDiProps$IsAcceptable
3063android.icu.impl.UBiDiProps
art-benchmark-serviced5115932020-02-25 17:55:03 -08003064android.icu.impl.UCaseProps$ContextIterator
3065android.icu.impl.UCaseProps$IsAcceptable
3066android.icu.impl.UCaseProps$LatinCase
3067android.icu.impl.UCaseProps
art-benchmark-serviced60351b2020-04-11 17:55:40 -07003068android.icu.impl.UCharacterName$AlgorithmName
art-benchmark-servicead05a302020-03-17 09:46:02 -07003069android.icu.impl.UCharacterName
art-benchmark-serviced60351b2020-04-11 17:55:40 -07003070android.icu.impl.UCharacterNameReader
art-benchmark-service56aece62020-02-10 17:58:03 -08003071android.icu.impl.UCharacterProperty$10
3072android.icu.impl.UCharacterProperty$11
3073android.icu.impl.UCharacterProperty$12
3074android.icu.impl.UCharacterProperty$13
3075android.icu.impl.UCharacterProperty$14
3076android.icu.impl.UCharacterProperty$15
3077android.icu.impl.UCharacterProperty$16
3078android.icu.impl.UCharacterProperty$17
3079android.icu.impl.UCharacterProperty$18
3080android.icu.impl.UCharacterProperty$19
3081android.icu.impl.UCharacterProperty$1
3082android.icu.impl.UCharacterProperty$20
3083android.icu.impl.UCharacterProperty$21
3084android.icu.impl.UCharacterProperty$22
3085android.icu.impl.UCharacterProperty$23
3086android.icu.impl.UCharacterProperty$24
3087android.icu.impl.UCharacterProperty$25
3088android.icu.impl.UCharacterProperty$26
3089android.icu.impl.UCharacterProperty$27
3090android.icu.impl.UCharacterProperty$2
3091android.icu.impl.UCharacterProperty$3
3092android.icu.impl.UCharacterProperty$4
3093android.icu.impl.UCharacterProperty$5
3094android.icu.impl.UCharacterProperty$6
3095android.icu.impl.UCharacterProperty$7
3096android.icu.impl.UCharacterProperty$8
3097android.icu.impl.UCharacterProperty$9
3098android.icu.impl.UCharacterProperty$BiDiIntProperty
3099android.icu.impl.UCharacterProperty$BinaryProperty
3100android.icu.impl.UCharacterProperty$CaseBinaryProperty
3101android.icu.impl.UCharacterProperty$CombiningClassIntProperty
3102android.icu.impl.UCharacterProperty$IntProperty
3103android.icu.impl.UCharacterProperty$IsAcceptable
3104android.icu.impl.UCharacterProperty$NormInertBinaryProperty
3105android.icu.impl.UCharacterProperty$NormQuickCheckIntProperty
3106android.icu.impl.UCharacterProperty
art-benchmark-serviced5115932020-02-25 17:55:03 -08003107android.icu.impl.UPropertyAliases$IsAcceptable
3108android.icu.impl.UPropertyAliases
3109android.icu.impl.URLHandler$URLVisitor
art-benchmark-service56aece62020-02-10 17:58:03 -08003110android.icu.impl.UResource$Array
3111android.icu.impl.UResource$Key
3112android.icu.impl.UResource$Sink
3113android.icu.impl.UResource$Table
3114android.icu.impl.UResource$Value
3115android.icu.impl.UResource
art-benchmark-serviced5115932020-02-25 17:55:03 -08003116android.icu.impl.USerializedSet
3117android.icu.impl.UnicodeSetStringSpan$OffsetList
3118android.icu.impl.UnicodeSetStringSpan
art-benchmark-service56aece62020-02-10 17:58:03 -08003119android.icu.impl.Utility
3120android.icu.impl.ZoneMeta$1
3121android.icu.impl.ZoneMeta$CustomTimeZoneCache
3122android.icu.impl.ZoneMeta$SystemTimeZoneCache
3123android.icu.impl.ZoneMeta
art-benchmark-serviced5115932020-02-25 17:55:03 -08003124android.icu.impl.coll.CollationData
3125android.icu.impl.coll.CollationDataReader$IsAcceptable
3126android.icu.impl.coll.CollationDataReader
3127android.icu.impl.coll.CollationFastLatin
3128android.icu.impl.coll.CollationIterator$CEBuffer
3129android.icu.impl.coll.CollationLoader
3130android.icu.impl.coll.CollationRoot
3131android.icu.impl.coll.CollationSettings
3132android.icu.impl.coll.CollationTailoring
3133android.icu.impl.coll.SharedObject$Reference
3134android.icu.impl.coll.SharedObject
3135android.icu.impl.locale.AsciiUtil$CaseInsensitiveKey
art-benchmark-service56aece62020-02-10 17:58:03 -08003136android.icu.impl.locale.AsciiUtil
3137android.icu.impl.locale.BaseLocale$Cache
3138android.icu.impl.locale.BaseLocale$Key
3139android.icu.impl.locale.BaseLocale
art-benchmark-serviced5115932020-02-25 17:55:03 -08003140android.icu.impl.locale.InternalLocaleBuilder$CaseInsensitiveChar
3141android.icu.impl.locale.InternalLocaleBuilder
3142android.icu.impl.locale.LanguageTag
art-benchmark-service56aece62020-02-10 17:58:03 -08003143android.icu.impl.locale.LocaleObjectCache$CacheEntry
3144android.icu.impl.locale.LocaleObjectCache
3145android.icu.impl.locale.LocaleSyntaxException
art-benchmark-serviced5115932020-02-25 17:55:03 -08003146android.icu.impl.number.AdoptingModifierStore
art-benchmark-service56aece62020-02-10 17:58:03 -08003147android.icu.impl.number.AffixPatternProvider
art-benchmark-serviced5115932020-02-25 17:55:03 -08003148android.icu.impl.number.AffixUtils$SymbolProvider
3149android.icu.impl.number.AffixUtils$TokenConsumer
art-benchmark-service56aece62020-02-10 17:58:03 -08003150android.icu.impl.number.AffixUtils
art-benchmark-serviced5115932020-02-25 17:55:03 -08003151android.icu.impl.number.ConstantAffixModifier
3152android.icu.impl.number.ConstantMultiFieldModifier
3153android.icu.impl.number.CurrencySpacingEnabledModifier
art-benchmark-service56aece62020-02-10 17:58:03 -08003154android.icu.impl.number.CustomSymbolCurrency
3155android.icu.impl.number.DecimalFormatProperties$ParseMode
3156android.icu.impl.number.DecimalFormatProperties
art-benchmark-serviced5115932020-02-25 17:55:03 -08003157android.icu.impl.number.DecimalQuantity
3158android.icu.impl.number.DecimalQuantity_AbstractBCD
3159android.icu.impl.number.DecimalQuantity_DualStorageBCD
art-benchmark-service56aece62020-02-10 17:58:03 -08003160android.icu.impl.number.Grouper
3161android.icu.impl.number.MacroProps
art-benchmark-serviced5115932020-02-25 17:55:03 -08003162android.icu.impl.number.MicroProps
3163android.icu.impl.number.MicroPropsGenerator
3164android.icu.impl.number.Modifier
3165android.icu.impl.number.ModifierStore
3166android.icu.impl.number.MultiplierFormatHandler
3167android.icu.impl.number.MutablePatternModifier$ImmutablePatternModifier
3168android.icu.impl.number.MutablePatternModifier
art-benchmark-service56aece62020-02-10 17:58:03 -08003169android.icu.impl.number.Padder$PadPosition
art-benchmark-serviced5115932020-02-25 17:55:03 -08003170android.icu.impl.number.Padder
art-benchmark-service56aece62020-02-10 17:58:03 -08003171android.icu.impl.number.PatternStringParser$ParsedPatternInfo
3172android.icu.impl.number.PatternStringParser$ParsedSubpatternInfo
3173android.icu.impl.number.PatternStringParser$ParserState
3174android.icu.impl.number.PatternStringParser
art-benchmark-serviced5115932020-02-25 17:55:03 -08003175android.icu.impl.number.PatternStringUtils
art-benchmark-service56aece62020-02-10 17:58:03 -08003176android.icu.impl.number.PropertiesAffixPatternProvider
3177android.icu.impl.number.RoundingUtils
art-benchmark-serviced5115932020-02-25 17:55:03 -08003178android.icu.impl.number.parse.AffixMatcher$1
3179android.icu.impl.number.parse.AffixMatcher
3180android.icu.impl.number.parse.AffixPatternMatcher
3181android.icu.impl.number.parse.AffixTokenMatcherFactory
3182android.icu.impl.number.parse.DecimalMatcher
3183android.icu.impl.number.parse.IgnorablesMatcher
3184android.icu.impl.number.parse.InfinityMatcher
3185android.icu.impl.number.parse.MinusSignMatcher
3186android.icu.impl.number.parse.NanMatcher
3187android.icu.impl.number.parse.NumberParseMatcher$Flexible
3188android.icu.impl.number.parse.NumberParseMatcher
3189android.icu.impl.number.parse.NumberParserImpl
3190android.icu.impl.number.parse.ParsedNumber$1
3191android.icu.impl.number.parse.ParsedNumber
3192android.icu.impl.number.parse.ParsingUtils
3193android.icu.impl.number.parse.RequireAffixValidator
3194android.icu.impl.number.parse.RequireNumberValidator
3195android.icu.impl.number.parse.ScientificMatcher
3196android.icu.impl.number.parse.SeriesMatcher
3197android.icu.impl.number.parse.SymbolMatcher
3198android.icu.impl.number.parse.ValidationMatcher
art-benchmark-servicead05a302020-03-17 09:46:02 -07003199android.icu.lang.CharSequences
art-benchmark-serviced5115932020-02-25 17:55:03 -08003200android.icu.lang.CharacterProperties
art-benchmark-service56aece62020-02-10 17:58:03 -08003201android.icu.lang.UCharacter
3202android.icu.lang.UCharacterEnums$ECharacterCategory
3203android.icu.lang.UCharacterEnums$ECharacterDirection
art-benchmark-serviced5115932020-02-25 17:55:03 -08003204android.icu.lang.UScript$ScriptUsage
3205android.icu.lang.UScript
3206android.icu.math.BigDecimal
3207android.icu.math.MathContext
3208android.icu.number.CompactNotation
art-benchmark-service56aece62020-02-10 17:58:03 -08003209android.icu.number.CurrencyPrecision
art-benchmark-serviced5115932020-02-25 17:55:03 -08003210android.icu.number.FormattedNumber
art-benchmark-service56aece62020-02-10 17:58:03 -08003211android.icu.number.FractionPrecision
3212android.icu.number.IntegerWidth
3213android.icu.number.LocalizedNumberFormatter
art-benchmark-serviced5115932020-02-25 17:55:03 -08003214android.icu.number.Notation
art-benchmark-service56aece62020-02-10 17:58:03 -08003215android.icu.number.NumberFormatter$DecimalSeparatorDisplay
3216android.icu.number.NumberFormatter$SignDisplay
art-benchmark-serviced5115932020-02-25 17:55:03 -08003217android.icu.number.NumberFormatter$UnitWidth
art-benchmark-service56aece62020-02-10 17:58:03 -08003218android.icu.number.NumberFormatter
art-benchmark-serviced5115932020-02-25 17:55:03 -08003219android.icu.number.NumberFormatterImpl
art-benchmark-service56aece62020-02-10 17:58:03 -08003220android.icu.number.NumberFormatterSettings
3221android.icu.number.NumberPropertyMapper
3222android.icu.number.Precision$CurrencyRounderImpl
3223android.icu.number.Precision$FracSigRounderImpl
3224android.icu.number.Precision$FractionRounderImpl
3225android.icu.number.Precision$IncrementFiveRounderImpl
3226android.icu.number.Precision$IncrementRounderImpl
3227android.icu.number.Precision$InfiniteRounderImpl
3228android.icu.number.Precision$PassThroughRounderImpl
3229android.icu.number.Precision$SignificantRounderImpl
3230android.icu.number.Precision
art-benchmark-serviced5115932020-02-25 17:55:03 -08003231android.icu.number.Scale
3232android.icu.number.ScientificNotation
art-benchmark-serviced60351b2020-04-11 17:55:40 -07003233android.icu.number.SimpleNotation
art-benchmark-service56aece62020-02-10 17:58:03 -08003234android.icu.number.UnlocalizedNumberFormatter
art-benchmark-serviced5115932020-02-25 17:55:03 -08003235android.icu.text.AlphabeticIndex$1
3236android.icu.text.AlphabeticIndex$Bucket
3237android.icu.text.AlphabeticIndex$BucketList
3238android.icu.text.AlphabeticIndex$ImmutableIndex
art-benchmark-servicead05a302020-03-17 09:46:02 -07003239android.icu.text.AnyTransliterator
art-benchmark-serviced5115932020-02-25 17:55:03 -08003240android.icu.text.Bidi$ImpTabPair
3241android.icu.text.Bidi
art-benchmark-service56aece62020-02-10 17:58:03 -08003242android.icu.text.BidiClassifier
art-benchmark-serviced5115932020-02-25 17:55:03 -08003243android.icu.text.BidiLine
art-benchmark-service56aece62020-02-10 17:58:03 -08003244android.icu.text.BreakIterator$BreakIteratorCache
3245android.icu.text.BreakIterator$BreakIteratorServiceShim
3246android.icu.text.BreakIterator
3247android.icu.text.BreakIteratorFactory$BFService$1RBBreakIteratorFactory
3248android.icu.text.BreakIteratorFactory$BFService
3249android.icu.text.BreakIteratorFactory
art-benchmark-servicead05a302020-03-17 09:46:02 -07003250android.icu.text.BreakTransliterator
3251android.icu.text.CaseFoldTransliterator$1
3252android.icu.text.CaseFoldTransliterator
art-benchmark-serviced5115932020-02-25 17:55:03 -08003253android.icu.text.CaseMap$Title
3254android.icu.text.CaseMap$Upper
3255android.icu.text.CaseMap
3256android.icu.text.Collator$ServiceShim
3257android.icu.text.Collator
3258android.icu.text.CollatorServiceShim$CService$1CollatorFactory
3259android.icu.text.CollatorServiceShim$CService
3260android.icu.text.CollatorServiceShim
art-benchmark-serviced60351b2020-04-11 17:55:40 -07003261android.icu.text.CompactDecimalFormat$CompactStyle
art-benchmark-serviced5115932020-02-25 17:55:03 -08003262android.icu.text.ConstrainedFieldPosition$1
3263android.icu.text.ConstrainedFieldPosition$ConstraintType
3264android.icu.text.ConstrainedFieldPosition
art-benchmark-service56aece62020-02-10 17:58:03 -08003265android.icu.text.CurrencyDisplayNames
3266android.icu.text.CurrencyMetaInfo$CurrencyDigits
3267android.icu.text.CurrencyMetaInfo$CurrencyFilter
3268android.icu.text.CurrencyMetaInfo
art-benchmark-serviced5115932020-02-25 17:55:03 -08003269android.icu.text.DateFormat$BooleanAttribute
3270android.icu.text.DateFormat$Field
3271android.icu.text.DateFormat
3272android.icu.text.DateFormatSymbols$1
3273android.icu.text.DateFormatSymbols$CalendarDataSink$AliasType
3274android.icu.text.DateFormatSymbols$CalendarDataSink
3275android.icu.text.DateFormatSymbols$CapitalizationContextUsage
3276android.icu.text.DateFormatSymbols
3277android.icu.text.DateIntervalFormat$BestMatchInfo
3278android.icu.text.DateIntervalFormat
3279android.icu.text.DateIntervalInfo$DateIntervalSink
3280android.icu.text.DateIntervalInfo$PatternInfo
3281android.icu.text.DateIntervalInfo
3282android.icu.text.DateTimePatternGenerator$AppendItemFormatsSink
3283android.icu.text.DateTimePatternGenerator$AppendItemNamesSink
3284android.icu.text.DateTimePatternGenerator$AvailableFormatsSink
3285android.icu.text.DateTimePatternGenerator$DTPGflags
3286android.icu.text.DateTimePatternGenerator$DateTimeMatcher
3287android.icu.text.DateTimePatternGenerator$DayPeriodAllowedHoursSink
3288android.icu.text.DateTimePatternGenerator$DisplayWidth
3289android.icu.text.DateTimePatternGenerator$DistanceInfo
3290android.icu.text.DateTimePatternGenerator$FormatParser
3291android.icu.text.DateTimePatternGenerator$PatternInfo
3292android.icu.text.DateTimePatternGenerator$PatternWithMatcher
3293android.icu.text.DateTimePatternGenerator$PatternWithSkeletonFlag
3294android.icu.text.DateTimePatternGenerator$SkeletonFields
3295android.icu.text.DateTimePatternGenerator$VariableField
3296android.icu.text.DateTimePatternGenerator
art-benchmark-service56aece62020-02-10 17:58:03 -08003297android.icu.text.DecimalFormat
3298android.icu.text.DecimalFormatSymbols$1
3299android.icu.text.DecimalFormatSymbols$CacheData
3300android.icu.text.DecimalFormatSymbols$DecFmtDataSink
3301android.icu.text.DecimalFormatSymbols
3302android.icu.text.DictionaryBreakEngine$DequeI
3303android.icu.text.DictionaryBreakEngine
3304android.icu.text.DisplayContext$Type
3305android.icu.text.DisplayContext
art-benchmark-serviced5115932020-02-25 17:55:03 -08003306android.icu.text.Edits$Iterator
3307android.icu.text.Edits
art-benchmark-servicead05a302020-03-17 09:46:02 -07003308android.icu.text.EscapeTransliterator$1
3309android.icu.text.EscapeTransliterator$2
3310android.icu.text.EscapeTransliterator$3
3311android.icu.text.EscapeTransliterator$4
3312android.icu.text.EscapeTransliterator$5
3313android.icu.text.EscapeTransliterator$6
3314android.icu.text.EscapeTransliterator$7
3315android.icu.text.EscapeTransliterator$8
3316android.icu.text.EscapeTransliterator
art-benchmark-serviced5115932020-02-25 17:55:03 -08003317android.icu.text.FormattedValue
3318android.icu.text.IDNA
art-benchmark-service56aece62020-02-10 17:58:03 -08003319android.icu.text.LanguageBreakEngine
art-benchmark-serviced60351b2020-04-11 17:55:40 -07003320android.icu.text.ListFormatter$Style
art-benchmark-servicead05a302020-03-17 09:46:02 -07003321android.icu.text.LowercaseTransliterator$1
3322android.icu.text.LowercaseTransliterator
art-benchmark-serviced5115932020-02-25 17:55:03 -08003323android.icu.text.MeasureFormat$FormatWidth
3324android.icu.text.MeasureFormat
art-benchmark-servicead05a302020-03-17 09:46:02 -07003325android.icu.text.NameUnicodeTransliterator$1
3326android.icu.text.NameUnicodeTransliterator
3327android.icu.text.NormalizationTransliterator$1
3328android.icu.text.NormalizationTransliterator$2
3329android.icu.text.NormalizationTransliterator$3
3330android.icu.text.NormalizationTransliterator$4
3331android.icu.text.NormalizationTransliterator$5
3332android.icu.text.NormalizationTransliterator$6
3333android.icu.text.NormalizationTransliterator
art-benchmark-service56aece62020-02-10 17:58:03 -08003334android.icu.text.Normalizer$FCDMode
3335android.icu.text.Normalizer$Mode
art-benchmark-serviced5115932020-02-25 17:55:03 -08003336android.icu.text.Normalizer$ModeImpl
art-benchmark-service56aece62020-02-10 17:58:03 -08003337android.icu.text.Normalizer$NFCMode
3338android.icu.text.Normalizer$NFDMode
3339android.icu.text.Normalizer$NFKCMode
3340android.icu.text.Normalizer$NFKDMode
art-benchmark-serviced5115932020-02-25 17:55:03 -08003341android.icu.text.Normalizer$NFKDModeImpl
art-benchmark-service56aece62020-02-10 17:58:03 -08003342android.icu.text.Normalizer$NONEMode
3343android.icu.text.Normalizer$QuickCheckResult
art-benchmark-serviced5115932020-02-25 17:55:03 -08003344android.icu.text.Normalizer2
art-benchmark-service56aece62020-02-10 17:58:03 -08003345android.icu.text.Normalizer
art-benchmark-servicead05a302020-03-17 09:46:02 -07003346android.icu.text.NullTransliterator
art-benchmark-serviced5115932020-02-25 17:55:03 -08003347android.icu.text.NumberFormat$Field
3348android.icu.text.NumberFormat$NumberFormatShim
art-benchmark-service56aece62020-02-10 17:58:03 -08003349android.icu.text.NumberFormat
art-benchmark-serviced5115932020-02-25 17:55:03 -08003350android.icu.text.NumberFormatServiceShim$NFService$1RBNumberFormatFactory
3351android.icu.text.NumberFormatServiceShim$NFService
art-benchmark-service56aece62020-02-10 17:58:03 -08003352android.icu.text.NumberingSystem$1
3353android.icu.text.NumberingSystem$2
3354android.icu.text.NumberingSystem$LocaleLookupData
3355android.icu.text.NumberingSystem
art-benchmark-serviced5115932020-02-25 17:55:03 -08003356android.icu.text.PluralRanges$Matrix
3357android.icu.text.PluralRanges
3358android.icu.text.PluralRules$1
3359android.icu.text.PluralRules$2
3360android.icu.text.PluralRules$AndConstraint
3361android.icu.text.PluralRules$BinaryConstraint
3362android.icu.text.PluralRules$Constraint
3363android.icu.text.PluralRules$Factory
3364android.icu.text.PluralRules$FixedDecimal
3365android.icu.text.PluralRules$FixedDecimalRange
3366android.icu.text.PluralRules$FixedDecimalSamples
3367android.icu.text.PluralRules$IFixedDecimal
3368android.icu.text.PluralRules$Operand
3369android.icu.text.PluralRules$PluralType
3370android.icu.text.PluralRules$RangeConstraint
3371android.icu.text.PluralRules$Rule
3372android.icu.text.PluralRules$RuleList
3373android.icu.text.PluralRules$SampleType
3374android.icu.text.PluralRules$SimpleTokenizer
3375android.icu.text.PluralRules
3376android.icu.text.RelativeDateTimeFormatter$Cache$1
3377android.icu.text.RelativeDateTimeFormatter$Cache
3378android.icu.text.RelativeDateTimeFormatter$Loader
3379android.icu.text.RelativeDateTimeFormatter$RelDateTimeDataSink
art-benchmark-servicead05a302020-03-17 09:46:02 -07003380android.icu.text.RemoveTransliterator$1
3381android.icu.text.RemoveTransliterator
art-benchmark-serviced5115932020-02-25 17:55:03 -08003382android.icu.text.Replaceable
3383android.icu.text.ReplaceableString
art-benchmark-service56aece62020-02-10 17:58:03 -08003384android.icu.text.RuleBasedBreakIterator$BreakCache
3385android.icu.text.RuleBasedBreakIterator$DictionaryCache
3386android.icu.text.RuleBasedBreakIterator$LookAheadResults
3387android.icu.text.RuleBasedBreakIterator
art-benchmark-serviced5115932020-02-25 17:55:03 -08003388android.icu.text.RuleBasedCollator$CollationBuffer
3389android.icu.text.RuleBasedCollator$FCDUTF16NFDIterator
3390android.icu.text.RuleBasedCollator$NFDIterator
3391android.icu.text.RuleBasedCollator$UTF16NFDIterator
3392android.icu.text.RuleBasedCollator
art-benchmark-servicead05a302020-03-17 09:46:02 -07003393android.icu.text.RuleBasedTransliterator$Data
art-benchmark-serviced5115932020-02-25 17:55:03 -08003394android.icu.text.SimpleDateFormat$PatternItem
3395android.icu.text.SimpleDateFormat
3396android.icu.text.StringPrep
art-benchmark-service56aece62020-02-10 17:58:03 -08003397android.icu.text.StringPrepParseException
3398android.icu.text.StringTransform
art-benchmark-servicead05a302020-03-17 09:46:02 -07003399android.icu.text.SymbolTable
art-benchmark-serviced5115932020-02-25 17:55:03 -08003400android.icu.text.TimeZoneNames$Cache
3401android.icu.text.TimeZoneNames$Factory
art-benchmark-service56aece62020-02-10 17:58:03 -08003402android.icu.text.TimeZoneNames$NameType
art-benchmark-serviced5115932020-02-25 17:55:03 -08003403android.icu.text.TimeZoneNames
art-benchmark-servicead05a302020-03-17 09:46:02 -07003404android.icu.text.TitlecaseTransliterator$1
3405android.icu.text.TitlecaseTransliterator
art-benchmark-service56aece62020-02-10 17:58:03 -08003406android.icu.text.Transform
art-benchmark-servicead05a302020-03-17 09:46:02 -07003407android.icu.text.Transliterator$Factory
3408android.icu.text.Transliterator$Position
art-benchmark-service56aece62020-02-10 17:58:03 -08003409android.icu.text.Transliterator
art-benchmark-servicead05a302020-03-17 09:46:02 -07003410android.icu.text.TransliteratorIDParser$SingleID
3411android.icu.text.TransliteratorIDParser$Specs
3412android.icu.text.TransliteratorIDParser
3413android.icu.text.TransliteratorRegistry$AliasEntry
3414android.icu.text.TransliteratorRegistry$IDEnumeration
3415android.icu.text.TransliteratorRegistry$ResourceEntry
3416android.icu.text.TransliteratorRegistry$Spec
3417android.icu.text.TransliteratorRegistry
art-benchmark-serviced5115932020-02-25 17:55:03 -08003418android.icu.text.UCharacterIterator
3419android.icu.text.UFieldPosition
art-benchmark-service56aece62020-02-10 17:58:03 -08003420android.icu.text.UFormat
art-benchmark-serviced5115932020-02-25 17:55:03 -08003421android.icu.text.UForwardCharacterIterator
3422android.icu.text.UTF16$StringComparator
art-benchmark-service56aece62020-02-10 17:58:03 -08003423android.icu.text.UTF16
art-benchmark-servicead05a302020-03-17 09:46:02 -07003424android.icu.text.UnescapeTransliterator$1
3425android.icu.text.UnescapeTransliterator$2
3426android.icu.text.UnescapeTransliterator$3
3427android.icu.text.UnescapeTransliterator$4
3428android.icu.text.UnescapeTransliterator$5
3429android.icu.text.UnescapeTransliterator$6
3430android.icu.text.UnescapeTransliterator$7
3431android.icu.text.UnescapeTransliterator
art-benchmark-service56aece62020-02-10 17:58:03 -08003432android.icu.text.UnhandledBreakEngine
3433android.icu.text.UnicodeFilter
3434android.icu.text.UnicodeMatcher
art-benchmark-servicead05a302020-03-17 09:46:02 -07003435android.icu.text.UnicodeNameTransliterator$1
3436android.icu.text.UnicodeNameTransliterator
art-benchmark-serviced5115932020-02-25 17:55:03 -08003437android.icu.text.UnicodeSet$Filter
3438android.icu.text.UnicodeSet$GeneralCategoryMaskFilter
3439android.icu.text.UnicodeSet$IntPropertyFilter
art-benchmark-servicead05a302020-03-17 09:46:02 -07003440android.icu.text.UnicodeSet$NumericValueFilter
3441android.icu.text.UnicodeSet$ScriptExtensionsFilter
art-benchmark-serviced5115932020-02-25 17:55:03 -08003442android.icu.text.UnicodeSet$SpanCondition
3443android.icu.text.UnicodeSet$UnicodeSetIterator2
art-benchmark-servicead05a302020-03-17 09:46:02 -07003444android.icu.text.UnicodeSet$VersionFilter
3445android.icu.text.UnicodeSet$XSymbolTable
art-benchmark-service56aece62020-02-10 17:58:03 -08003446android.icu.text.UnicodeSet
art-benchmark-servicead05a302020-03-17 09:46:02 -07003447android.icu.text.UppercaseTransliterator$1
3448android.icu.text.UppercaseTransliterator
art-benchmark-serviced5115932020-02-25 17:55:03 -08003449android.icu.util.AnnualTimeZoneRule
3450android.icu.util.BasicTimeZone
3451android.icu.util.BytesTrie$Result
3452android.icu.util.BytesTrie
3453android.icu.util.Calendar$1
3454android.icu.util.Calendar$FormatConfiguration
3455android.icu.util.Calendar$PatternData
3456android.icu.util.Calendar$WeekData
3457android.icu.util.Calendar$WeekDataCache
3458android.icu.util.Calendar
art-benchmark-servicead05a302020-03-17 09:46:02 -07003459android.icu.util.CaseInsensitiveString
art-benchmark-serviced5115932020-02-25 17:55:03 -08003460android.icu.util.CharsTrie$Entry
3461android.icu.util.CharsTrie$Iterator
3462android.icu.util.CodePointMap$Range
3463android.icu.util.CodePointMap$RangeOption
3464android.icu.util.CodePointMap$ValueFilter
3465android.icu.util.CodePointMap
3466android.icu.util.CodePointTrie$1
3467android.icu.util.CodePointTrie$Data16
3468android.icu.util.CodePointTrie$Data
3469android.icu.util.CodePointTrie$Fast16
3470android.icu.util.CodePointTrie$Fast
3471android.icu.util.CodePointTrie$Type
3472android.icu.util.CodePointTrie$ValueWidth
3473android.icu.util.CodePointTrie
art-benchmark-service56aece62020-02-10 17:58:03 -08003474android.icu.util.Currency$1
3475android.icu.util.Currency$CurrencyUsage
3476android.icu.util.Currency
art-benchmark-serviced5115932020-02-25 17:55:03 -08003477android.icu.util.DateTimeRule
art-benchmark-service56aece62020-02-10 17:58:03 -08003478android.icu.util.Freezable
art-benchmark-serviced5115932020-02-25 17:55:03 -08003479android.icu.util.GregorianCalendar
3480android.icu.util.ICUException
art-benchmark-servicead05a302020-03-17 09:46:02 -07003481android.icu.util.ICUUncheckedIOException
art-benchmark-serviced5115932020-02-25 17:55:03 -08003482android.icu.util.InitialTimeZoneRule
3483android.icu.util.Measure
art-benchmark-service56aece62020-02-10 17:58:03 -08003484android.icu.util.MeasureUnit$1
3485android.icu.util.MeasureUnit$2
3486android.icu.util.MeasureUnit$3
3487android.icu.util.MeasureUnit$4
3488android.icu.util.MeasureUnit$Factory
3489android.icu.util.MeasureUnit
art-benchmark-serviced5115932020-02-25 17:55:03 -08003490android.icu.util.Output
3491android.icu.util.STZInfo
3492android.icu.util.SimpleTimeZone
3493android.icu.util.TimeArrayTimeZoneRule
art-benchmark-service56aece62020-02-10 17:58:03 -08003494android.icu.util.TimeUnit
3495android.icu.util.TimeZone$ConstantZone
3496android.icu.util.TimeZone$SystemTimeZoneType
3497android.icu.util.TimeZone
art-benchmark-serviced5115932020-02-25 17:55:03 -08003498android.icu.util.TimeZoneRule
3499android.icu.util.TimeZoneTransition
art-benchmark-service56aece62020-02-10 17:58:03 -08003500android.icu.util.ULocale$1
3501android.icu.util.ULocale$2
3502android.icu.util.ULocale$3
3503android.icu.util.ULocale$Category
3504android.icu.util.ULocale$JDKLocaleHelper
3505android.icu.util.ULocale$Type
3506android.icu.util.ULocale
3507android.icu.util.UResourceBundle$1
3508android.icu.util.UResourceBundle$RootType
3509android.icu.util.UResourceBundle
art-benchmark-serviced5115932020-02-25 17:55:03 -08003510android.icu.util.UResourceBundleIterator
art-benchmark-service56aece62020-02-10 17:58:03 -08003511android.icu.util.UResourceTypeMismatchException
3512android.icu.util.VersionInfo
art-benchmark-serviced8f25642020-01-27 20:25:10 -08003513android.inputmethodservice.-$$Lambda$InputMethodService$8T9TmAUIN7vW9eU6kTg8309_d4E
art-benchmark-serviced5115932020-02-25 17:55:03 -08003514android.inputmethodservice.-$$Lambda$InputMethodService$TvVfWDKZ3ljQdrU87qYykg6uD-I
art-benchmark-serviced8f25642020-01-27 20:25:10 -08003515android.inputmethodservice.-$$Lambda$InputMethodService$wp8DeVGx_WDOPw4F6an7QbwVxf0
3516android.inputmethodservice.AbstractInputMethodService$AbstractInputMethodImpl
3517android.inputmethodservice.AbstractInputMethodService$AbstractInputMethodSessionImpl
3518android.inputmethodservice.AbstractInputMethodService
art-benchmark-serviced5115932020-02-25 17:55:03 -08003519android.inputmethodservice.ExtractEditText
art-benchmark-serviced8f25642020-01-27 20:25:10 -08003520android.inputmethodservice.IInputMethodSessionWrapper$ImeInputEventReceiver
3521android.inputmethodservice.IInputMethodSessionWrapper
3522android.inputmethodservice.IInputMethodWrapper$InputMethodSessionCallbackWrapper
3523android.inputmethodservice.IInputMethodWrapper
art-benchmark-serviced5115932020-02-25 17:55:03 -08003524android.inputmethodservice.InputMethodService$InputMethodImpl
art-benchmark-serviced8f25642020-01-27 20:25:10 -08003525android.inputmethodservice.InputMethodService$InputMethodSessionImpl
3526android.inputmethodservice.InputMethodService$Insets
3527android.inputmethodservice.InputMethodService$SettingsObserver
3528android.inputmethodservice.InputMethodService
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07003529android.inputmethodservice.SoftInputWindow
art-benchmark-serviced8f25642020-01-27 20:25:10 -08003530android.internal.hidl.base.V1_0.DebugInfo
Calin Juravle00b23d32019-03-08 17:52:20 -08003531android.internal.hidl.base.V1_0.IBase
art-benchmark-serviced5115932020-02-25 17:55:03 -08003532android.internal.hidl.safe_union.V1_0.Monostate
3533android.internal.telephony.sysprop.TelephonyProperties
3534android.location.-$$Lambda$-z-Hjl12STdAybauR3BT-ftvWd0
3535android.location.-$$Lambda$AbstractListenerManager$Registration$TnkXgyOd99JHl00GzK6Oay_sYms
art-benchmark-serviced60351b2020-04-11 17:55:40 -07003536android.location.-$$Lambda$AbstractListenerManager$Registration$XpiThbVaDDpOnFWIkrt38Bf4yx0
art-benchmark-serviced5115932020-02-25 17:55:03 -08003537android.location.-$$Lambda$GpsStatus$RTSonBp9m0T0NWA3SCfYgWf1mTo
3538android.location.-$$Lambda$LocationManager$GnssStatusListenerManager$GnssStatusListener$4EPi22o4xuVnpNhFHnDvebH4TG8
3539android.location.-$$Lambda$LocationManager$GnssStatusListenerManager$GnssStatusListener$7Fi5XkeF81eL_OKPS2GJMvyc3-8
3540android.location.-$$Lambda$LocationManager$GnssStatusListenerManager$GnssStatusListener$gYcH61KCtV_OcJJszI1TfvnrJHY
art-benchmark-serviced60351b2020-04-11 17:55:40 -07003541android.location.-$$Lambda$LocationManager$LocationListenerTransport$C3xaM63A8GAwfJNN4R634OLsvDc
art-benchmark-serviced5115932020-02-25 17:55:03 -08003542android.location.-$$Lambda$LocationManager$LocationListenerTransport$JzcdERl3Ha8sYr9NxFhb3gNOoCM
3543android.location.-$$Lambda$LocationManager$LocationListenerTransport$OaIkiu4R0h4pgFbCDDlNkbmPaps
art-benchmark-serviced60351b2020-04-11 17:55:40 -07003544android.location.-$$Lambda$LocationManager$LocationListenerTransport$enkW18B0WwpQkSIMmVChmQ2YwC8
3545android.location.-$$Lambda$LocationManager$LocationListenerTransport$fHjQXipQePznoEyxLuCfUO-YP1Y
art-benchmark-serviced5115932020-02-25 17:55:03 -08003546android.location.-$$Lambda$LocationManager$LocationListenerTransport$vDJFuk-DvyNgQEXUO2Jkf2ZFeE8
3547android.location.-$$Lambda$LocationManager$LocationListenerTransport$vtBApnyHdgybRqRKlCt1NFEyfeQ
3548android.location.-$$Lambda$UmbtQF279SH5h72Ftfcj_s96jsY
3549android.location.-$$Lambda$_14QHG018Z6p13d3hzJuGTWnNeo
3550android.location.AbstractListenerManager$Registration
3551android.location.AbstractListenerManager
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07003552android.location.Address$1
Calin Juravle00b23d32019-03-08 17:52:20 -08003553android.location.Address
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07003554android.location.Country$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08003555android.location.Country
3556android.location.CountryDetector$ListenerTransport
Andreas Gampe61e7b662015-06-17 23:57:04 -07003557android.location.CountryDetector
art-benchmark-serviced8f25642020-01-27 20:25:10 -08003558android.location.CountryListener
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07003559android.location.Criteria$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08003560android.location.Criteria
art-benchmark-serviced5115932020-02-25 17:55:03 -08003561android.location.FusedBatchOptions$SourceTechnologies
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07003562android.location.Geocoder
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07003563android.location.GeocoderParams$1
Calin Juravle00b23d32019-03-08 17:52:20 -08003564android.location.GeocoderParams
art-benchmark-serviced8f25642020-01-27 20:25:10 -08003565android.location.Geofence$1
3566android.location.Geofence
3567android.location.GnssClock$1
3568android.location.GnssClock
3569android.location.GnssMeasurement$1
3570android.location.GnssMeasurement
3571android.location.GnssMeasurementCorrections$1
3572android.location.GnssMeasurementCorrections
art-benchmark-serviced5115932020-02-25 17:55:03 -08003573android.location.GnssMeasurementsEvent$1
3574android.location.GnssMeasurementsEvent
3575android.location.GnssNavigationMessage$1
3576android.location.GnssNavigationMessage
3577android.location.GnssReflectingPlane$1
3578android.location.GnssReflectingPlane
art-benchmark-serviced60351b2020-04-11 17:55:40 -07003579android.location.GnssRequest$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08003580android.location.GnssRequest
3581android.location.GnssSingleSatCorrection$1
3582android.location.GnssSingleSatCorrection
3583android.location.GnssStatus$Callback
3584android.location.GnssStatus
3585android.location.GpsSatellite
Calin Juravle4a054192018-05-29 17:52:20 -07003586android.location.GpsStatus$Listener
art-benchmark-serviced5115932020-02-25 17:55:03 -08003587android.location.GpsStatus$SatelliteIterator
3588android.location.GpsStatus
art-benchmark-serviced8f25642020-01-27 20:25:10 -08003589android.location.IBatchedLocationCallback$Stub$Proxy
Mathieu Chartierba2c0462017-05-19 16:41:46 -07003590android.location.IBatchedLocationCallback$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08003591android.location.IBatchedLocationCallback
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07003592android.location.ICountryDetector$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08003593android.location.ICountryDetector$Stub
3594android.location.ICountryDetector
art-benchmark-serviced8f25642020-01-27 20:25:10 -08003595android.location.ICountryListener$Stub$Proxy
3596android.location.ICountryListener$Stub
3597android.location.ICountryListener
3598android.location.IFusedGeofenceHardware$Stub$Proxy
3599android.location.IFusedGeofenceHardware$Stub
3600android.location.IFusedGeofenceHardware
3601android.location.IGeocodeProvider$Stub$Proxy
3602android.location.IGeocodeProvider$Stub
3603android.location.IGeocodeProvider
3604android.location.IGeofenceProvider$Stub$Proxy
3605android.location.IGeofenceProvider$Stub
3606android.location.IGeofenceProvider
art-benchmark-serviced60351b2020-04-11 17:55:40 -07003607android.location.IGnssAntennaInfoListener$Stub$Proxy
art-benchmark-serviced5115932020-02-25 17:55:03 -08003608android.location.IGnssAntennaInfoListener$Stub
3609android.location.IGnssAntennaInfoListener
art-benchmark-serviced8f25642020-01-27 20:25:10 -08003610android.location.IGnssMeasurementsListener$Stub$Proxy
Mathieu Chartierba2c0462017-05-19 16:41:46 -07003611android.location.IGnssMeasurementsListener$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08003612android.location.IGnssMeasurementsListener
art-benchmark-serviced8f25642020-01-27 20:25:10 -08003613android.location.IGnssNavigationMessageListener$Stub$Proxy
Mathieu Chartierba2c0462017-05-19 16:41:46 -07003614android.location.IGnssNavigationMessageListener$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08003615android.location.IGnssNavigationMessageListener
art-benchmark-serviced8f25642020-01-27 20:25:10 -08003616android.location.IGnssStatusListener$Stub$Proxy
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07003617android.location.IGnssStatusListener$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08003618android.location.IGnssStatusListener
art-benchmark-serviced8f25642020-01-27 20:25:10 -08003619android.location.IGpsGeofenceHardware$Stub$Proxy
3620android.location.IGpsGeofenceHardware$Stub
3621android.location.IGpsGeofenceHardware
3622android.location.ILocationListener$Stub$Proxy
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07003623android.location.ILocationListener$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08003624android.location.ILocationListener
Mathieu Chartierba2c0462017-05-19 16:41:46 -07003625android.location.ILocationManager$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08003626android.location.ILocationManager$Stub
3627android.location.ILocationManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08003628android.location.INetInitiatedListener$Stub
3629android.location.INetInitiatedListener
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07003630android.location.Location$1
3631android.location.Location$2
3632android.location.Location$BearingDistanceCache
Calin Juravle00b23d32019-03-08 17:52:20 -08003633android.location.Location
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07003634android.location.LocationListener
art-benchmark-serviced60351b2020-04-11 17:55:40 -07003635android.location.LocationManager$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08003636android.location.LocationManager$BatchedLocationCallbackManager
3637android.location.LocationManager$GnssAntennaInfoListenerManager
3638android.location.LocationManager$GnssMeasurementsListenerManager
3639android.location.LocationManager$GnssNavigationMessageListenerManager
3640android.location.LocationManager$GnssStatusListenerManager$1
3641android.location.LocationManager$GnssStatusListenerManager$GnssStatusListener
3642android.location.LocationManager$GnssStatusListenerManager
3643android.location.LocationManager$LocationListenerTransport
3644android.location.LocationManager$NmeaAdapter
Calin Juravle00b23d32019-03-08 17:52:20 -08003645android.location.LocationManager
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07003646android.location.LocationProvider
Mathieu Chartierba2c0462017-05-19 16:41:46 -07003647android.location.LocationRequest$1
Calin Juravle00b23d32019-03-08 17:52:20 -08003648android.location.LocationRequest
art-benchmark-serviced5115932020-02-25 17:55:03 -08003649android.location.LocationTime$1
3650android.location.LocationTime
3651android.location.OnNmeaMessageListener
art-benchmark-serviced8f25642020-01-27 20:25:10 -08003652android.media.-$$Lambda$MediaCodecInfo$VideoCapabilities$DpgwEn-gVFZT9EtP3qcxpiA2G0M
art-benchmark-serviced5115932020-02-25 17:55:03 -08003653android.media.-$$Lambda$MediaDrm$8rRollK1F3eENvuaBGoS8u_-heQ
3654android.media.-$$Lambda$MediaDrm$IvEWhXQgSYABwC6_1bdnhTJ4V2I
3655android.media.-$$Lambda$MediaDrm$UPVWCanGo24eu9-1S_t6PvJ1Zno
art-benchmark-serviced60351b2020-04-11 17:55:40 -07003656android.media.-$$Lambda$ThumbnailUtils$HhGKNQZck57eO__Paj6KyQm6lCk
3657android.media.-$$Lambda$ThumbnailUtils$P13h9YbyD69p6ss1gYpoef43_MU
3658android.media.-$$Lambda$ThumbnailUtils$qOH5vebuTwPi2G92PTa6rgwKGoc
Andreas Gampedcad4ca2014-10-03 02:00:29 +00003659android.media.AudioAttributes$1
3660android.media.AudioAttributes$Builder
Calin Juravle00b23d32019-03-08 17:52:20 -08003661android.media.AudioAttributes
art-benchmark-serviced5115932020-02-25 17:55:03 -08003662android.media.AudioDevice$1
3663android.media.AudioDevice
art-benchmark-service35aba412020-02-03 11:53:25 -08003664android.media.AudioDeviceAddress$1
3665android.media.AudioDeviceAddress
art-benchmark-servicead05a302020-03-17 09:46:02 -07003666android.media.AudioDeviceAttributes$1
3667android.media.AudioDeviceAttributes
Calin Juravle4a054192018-05-29 17:52:20 -07003668android.media.AudioDeviceCallback
3669android.media.AudioDeviceInfo
Andreas Gampedcad4ca2014-10-03 02:00:29 +00003670android.media.AudioDevicePort
3671android.media.AudioDevicePortConfig
art-benchmark-serviced8f25642020-01-27 20:25:10 -08003672android.media.AudioFocusInfo$1
3673android.media.AudioFocusInfo
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07003674android.media.AudioFocusRequest$Builder
art-benchmark-serviced8f25642020-01-27 20:25:10 -08003675android.media.AudioFocusRequest
Andreas Gampe859e2782016-04-06 18:37:56 -07003676android.media.AudioFormat$1
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07003677android.media.AudioFormat$Builder
Calin Juravle00b23d32019-03-08 17:52:20 -08003678android.media.AudioFormat
Andreas Gampedcad4ca2014-10-03 02:00:29 +00003679android.media.AudioGain
3680android.media.AudioGainConfig
3681android.media.AudioHandle
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07003682android.media.AudioManager$1
Andreas Gampe571fc302016-02-18 13:58:09 -08003683android.media.AudioManager$2
Andreas Gampe0db10fd2017-02-01 15:57:57 -08003684android.media.AudioManager$3
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07003685android.media.AudioManager$4
Calin Juravle4a054192018-05-29 17:52:20 -07003686android.media.AudioManager$AudioPlaybackCallback
3687android.media.AudioManager$AudioPlaybackCallbackInfo
art-benchmark-serviced5115932020-02-25 17:55:03 -08003688android.media.AudioManager$AudioRecordingCallback
3689android.media.AudioManager$AudioRecordingCallbackInfo
art-benchmark-serviced8f25642020-01-27 20:25:10 -08003690android.media.AudioManager$BlockingFocusResultReceiver
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07003691android.media.AudioManager$FocusRequestInfo
Calin Juravle4a054192018-05-29 17:52:20 -07003692android.media.AudioManager$NativeEventHandlerDelegate$1
Calin Juravle00b23d32019-03-08 17:52:20 -08003693android.media.AudioManager$NativeEventHandlerDelegate
Calin Juravle4a054192018-05-29 17:52:20 -07003694android.media.AudioManager$OnAmPortUpdateListener
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07003695android.media.AudioManager$OnAudioFocusChangeListener
Calin Juravle4a054192018-05-29 17:52:20 -07003696android.media.AudioManager$OnAudioPortUpdateListener
art-benchmark-serviced5115932020-02-25 17:55:03 -08003697android.media.AudioManager$PlaybackConfigChangeCallbackData
3698android.media.AudioManager$RecordConfigChangeCallbackData
art-benchmark-serviced8f25642020-01-27 20:25:10 -08003699android.media.AudioManager$SafeWaitObject
Andreas Gampe571fc302016-02-18 13:58:09 -08003700android.media.AudioManager$ServiceEventHandlerDelegate$1
Calin Juravle00b23d32019-03-08 17:52:20 -08003701android.media.AudioManager$ServiceEventHandlerDelegate
3702android.media.AudioManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08003703android.media.AudioManagerInternal$RingerModeDelegate
3704android.media.AudioManagerInternal
Andreas Gampedcad4ca2014-10-03 02:00:29 +00003705android.media.AudioMixPort
3706android.media.AudioMixPortConfig
3707android.media.AudioPatch
Calin Juravle4a054192018-05-29 17:52:20 -07003708android.media.AudioPlaybackConfiguration$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08003709android.media.AudioPlaybackConfiguration$IPlayerShell
3710android.media.AudioPlaybackConfiguration$PlayerDeathMonitor
Calin Juravle00b23d32019-03-08 17:52:20 -08003711android.media.AudioPlaybackConfiguration
Andreas Gampedcad4ca2014-10-03 02:00:29 +00003712android.media.AudioPort
3713android.media.AudioPortConfig
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07003714android.media.AudioPortEventHandler$1
Calin Juravle00b23d32019-03-08 17:52:20 -08003715android.media.AudioPortEventHandler
3716android.media.AudioPresentation
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08003717android.media.AudioRecord
Calin Juravle00b23d32019-03-08 17:52:20 -08003718android.media.AudioRecordRoutingProxy
art-benchmark-serviced5115932020-02-25 17:55:03 -08003719android.media.AudioRecordingConfiguration$1
3720android.media.AudioRecordingConfiguration
Calin Juravle00b23d32019-03-08 17:52:20 -08003721android.media.AudioRecordingMonitor
3722android.media.AudioRecordingMonitorClient
art-benchmark-serviced8f25642020-01-27 20:25:10 -08003723android.media.AudioRecordingMonitorImpl$1
3724android.media.AudioRecordingMonitorImpl
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07003725android.media.AudioRoutesInfo$1
Calin Juravle00b23d32019-03-08 17:52:20 -08003726android.media.AudioRoutesInfo
Andreas Gampe571fc302016-02-18 13:58:09 -08003727android.media.AudioRouting
art-benchmark-serviced8f25642020-01-27 20:25:10 -08003728android.media.AudioSystem$AudioRecordingCallback
3729android.media.AudioSystem$DynamicPolicyCallback
3730android.media.AudioSystem$ErrorCallback
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08003731android.media.AudioSystem
Andreas Gampe571fc302016-02-18 13:58:09 -08003732android.media.AudioTimestamp
art-benchmark-serviced5115932020-02-25 17:55:03 -08003733android.media.AudioTrack$1
3734android.media.AudioTrack$TunerConfiguration
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08003735android.media.AudioTrack
Calin Juravle00b23d32019-03-08 17:52:20 -08003736android.media.AudioTrackRoutingProxy
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07003737android.media.CamcorderProfile
3738android.media.CameraProfile
3739android.media.DecoderCapabilities
3740android.media.EncoderCapabilities
Calin Juravle4a054192018-05-29 17:52:20 -07003741android.media.ExifInterface$ByteOrderedDataInputStream
art-benchmark-serviced5115932020-02-25 17:55:03 -08003742android.media.ExifInterface$ByteOrderedDataOutputStream
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07003743android.media.ExifInterface$ExifAttribute
3744android.media.ExifInterface$ExifTag
art-benchmark-serviced8f25642020-01-27 20:25:10 -08003745android.media.ExifInterface$Rational
Calin Juravle00b23d32019-03-08 17:52:20 -08003746android.media.ExifInterface
art-benchmark-service56aece62020-02-10 17:58:03 -08003747android.media.ExternalRingtonesCursorWrapper
art-benchmark-serviced8f25642020-01-27 20:25:10 -08003748android.media.IAudioFocusDispatcher$Stub$Proxy
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07003749android.media.IAudioFocusDispatcher$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08003750android.media.IAudioFocusDispatcher
art-benchmark-serviced8f25642020-01-27 20:25:10 -08003751android.media.IAudioRoutesObserver$Stub$Proxy
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07003752android.media.IAudioRoutesObserver$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08003753android.media.IAudioRoutesObserver
art-benchmark-serviced8f25642020-01-27 20:25:10 -08003754android.media.IAudioServerStateDispatcher$Stub$Proxy
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07003755android.media.IAudioServerStateDispatcher$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08003756android.media.IAudioServerStateDispatcher
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04003757android.media.IAudioService$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08003758android.media.IAudioService$Stub
3759android.media.IAudioService
Andreas Gampedcad4ca2014-10-03 02:00:29 +00003760android.media.IMediaHTTPConnection$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08003761android.media.IMediaHTTPConnection
art-benchmark-serviced8f25642020-01-27 20:25:10 -08003762android.media.IMediaHTTPService$Stub
3763android.media.IMediaHTTPService
3764android.media.IMediaResourceMonitor$Stub
3765android.media.IMediaResourceMonitor
art-benchmark-serviced60351b2020-04-11 17:55:40 -07003766android.media.IMediaRouter2$Stub
3767android.media.IMediaRouter2
art-benchmark-serviced8f25642020-01-27 20:25:10 -08003768android.media.IMediaRouter2Client$Stub$Proxy
3769android.media.IMediaRouter2Client$Stub
3770android.media.IMediaRouter2Client
3771android.media.IMediaRouter2Manager$Stub$Proxy
3772android.media.IMediaRouter2Manager$Stub
3773android.media.IMediaRouter2Manager
3774android.media.IMediaRouterClient$Stub$Proxy
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07003775android.media.IMediaRouterClient$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08003776android.media.IMediaRouterClient
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07003777android.media.IMediaRouterService$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08003778android.media.IMediaRouterService$Stub
3779android.media.IMediaRouterService
art-benchmark-serviced8f25642020-01-27 20:25:10 -08003780android.media.IPlaybackConfigDispatcher$Stub$Proxy
Andreas Gampe0db10fd2017-02-01 15:57:57 -08003781android.media.IPlaybackConfigDispatcher$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08003782android.media.IPlaybackConfigDispatcher
art-benchmark-serviced8f25642020-01-27 20:25:10 -08003783android.media.IPlayer$Stub$Proxy
Andreas Gampe0db10fd2017-02-01 15:57:57 -08003784android.media.IPlayer$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08003785android.media.IPlayer
art-benchmark-serviced8f25642020-01-27 20:25:10 -08003786android.media.IRecordingConfigDispatcher$Stub$Proxy
Andreas Gampe571fc302016-02-18 13:58:09 -08003787android.media.IRecordingConfigDispatcher$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08003788android.media.IRecordingConfigDispatcher
art-benchmark-serviced8f25642020-01-27 20:25:10 -08003789android.media.IRemoteVolumeController$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08003790android.media.IRemoteVolumeController$Stub
3791android.media.IRemoteVolumeController
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07003792android.media.IRemoteVolumeObserver$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08003793android.media.IRemoteVolumeObserver
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07003794android.media.IRingtonePlayer$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08003795android.media.IRingtonePlayer$Stub
3796android.media.IRingtonePlayer
art-benchmark-serviced60351b2020-04-11 17:55:40 -07003797android.media.IStrategyPreferredDeviceDispatcher$Stub$Proxy
art-benchmark-serviced5115932020-02-25 17:55:03 -08003798android.media.IStrategyPreferredDeviceDispatcher$Stub
3799android.media.IStrategyPreferredDeviceDispatcher
art-benchmark-serviced8f25642020-01-27 20:25:10 -08003800android.media.IVolumeController$Stub$Proxy
3801android.media.IVolumeController$Stub
3802android.media.IVolumeController
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07003803android.media.Image$Plane
Calin Juravle00b23d32019-03-08 17:52:20 -08003804android.media.Image
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07003805android.media.ImageReader$SurfaceImage$SurfacePlane
Calin Juravle00b23d32019-03-08 17:52:20 -08003806android.media.ImageReader$SurfaceImage
3807android.media.ImageReader
Calin Juravle4a054192018-05-29 17:52:20 -07003808android.media.ImageWriter$WriterSurfaceImage$SurfacePlane
Calin Juravle00b23d32019-03-08 17:52:20 -08003809android.media.ImageWriter$WriterSurfaceImage
3810android.media.ImageWriter
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08003811android.media.JetPlayer
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07003812android.media.MediaCodec$BufferInfo
art-benchmark-serviced8f25642020-01-27 20:25:10 -08003813android.media.MediaCodec$BufferMap$CodecBuffer
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07003814android.media.MediaCodec$BufferMap
art-benchmark-serviced60351b2020-04-11 17:55:40 -07003815android.media.MediaCodec$Callback
Calin Juravle4a054192018-05-29 17:52:20 -07003816android.media.MediaCodec$CodecException
3817android.media.MediaCodec$CryptoException
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07003818android.media.MediaCodec$CryptoInfo$Pattern
Calin Juravle00b23d32019-03-08 17:52:20 -08003819android.media.MediaCodec$CryptoInfo
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07003820android.media.MediaCodec$EventHandler
art-benchmark-serviced5115932020-02-25 17:55:03 -08003821android.media.MediaCodec$GraphicBlock
art-benchmark-serviced60351b2020-04-11 17:55:40 -07003822android.media.MediaCodec$IncompatibleWithBlockModelException
art-benchmark-serviced5115932020-02-25 17:55:03 -08003823android.media.MediaCodec$LinearBlock
art-benchmark-serviced60351b2020-04-11 17:55:40 -07003824android.media.MediaCodec$OnFrameRenderedListener
art-benchmark-serviced5115932020-02-25 17:55:03 -08003825android.media.MediaCodec$OutputFrame
Calin Juravle4a054192018-05-29 17:52:20 -07003826android.media.MediaCodec$PersistentSurface
art-benchmark-serviced5115932020-02-25 17:55:03 -08003827android.media.MediaCodec$QueueRequest
Calin Juravle00b23d32019-03-08 17:52:20 -08003828android.media.MediaCodec
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07003829android.media.MediaCodecInfo$AudioCapabilities
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07003830android.media.MediaCodecInfo$CodecCapabilities
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07003831android.media.MediaCodecInfo$CodecProfileLevel
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07003832android.media.MediaCodecInfo$EncoderCapabilities
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07003833android.media.MediaCodecInfo$Feature
art-benchmark-serviced8f25642020-01-27 20:25:10 -08003834android.media.MediaCodecInfo$VideoCapabilities$PerformancePoint
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07003835android.media.MediaCodecInfo$VideoCapabilities
Calin Juravle00b23d32019-03-08 17:52:20 -08003836android.media.MediaCodecInfo
Mathieu Chartierd62dd932017-09-09 15:19:46 -07003837android.media.MediaCodecList
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07003838android.media.MediaCrypto
art-benchmark-serviced5115932020-02-25 17:55:03 -08003839android.media.MediaCryptoException
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07003840android.media.MediaDescrambler
Calin Juravle4a054192018-05-29 17:52:20 -07003841android.media.MediaDescription$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08003842android.media.MediaDescription$Builder
Calin Juravle00b23d32019-03-08 17:52:20 -08003843android.media.MediaDescription
Calin Juravle4a054192018-05-29 17:52:20 -07003844android.media.MediaDrm$Certificate
art-benchmark-serviced5115932020-02-25 17:55:03 -08003845android.media.MediaDrm$CryptoSession
Calin Juravle4a054192018-05-29 17:52:20 -07003846android.media.MediaDrm$KeyRequest
art-benchmark-serviced8f25642020-01-27 20:25:10 -08003847android.media.MediaDrm$KeyStatus
art-benchmark-serviced5115932020-02-25 17:55:03 -08003848android.media.MediaDrm$ListenerWithExecutor
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07003849android.media.MediaDrm$MediaDrmStateException
art-benchmark-serviced5115932020-02-25 17:55:03 -08003850android.media.MediaDrm$OnEventListener
Calin Juravle4a054192018-05-29 17:52:20 -07003851android.media.MediaDrm$ProvisionRequest
Calin Juravle00b23d32019-03-08 17:52:20 -08003852android.media.MediaDrm$SessionException
3853android.media.MediaDrm
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07003854android.media.MediaDrmException
3855android.media.MediaExtractor
art-benchmark-serviced60351b2020-04-11 17:55:40 -07003856android.media.MediaFile
Andreas Gampe859e2782016-04-06 18:37:56 -07003857android.media.MediaFormat
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07003858android.media.MediaHTTPConnection
art-benchmark-serviced8f25642020-01-27 20:25:10 -08003859android.media.MediaHTTPService
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07003860android.media.MediaMetadata$1
3861android.media.MediaMetadata$Builder
Calin Juravle00b23d32019-03-08 17:52:20 -08003862android.media.MediaMetadata
Calin Juravle4a054192018-05-29 17:52:20 -07003863android.media.MediaMetadataRetriever$BitmapParams
Calin Juravle00b23d32019-03-08 17:52:20 -08003864android.media.MediaMetadataRetriever
art-benchmark-service56aece62020-02-10 17:58:03 -08003865android.media.MediaMetrics
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07003866android.media.MediaMuxer
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07003867android.media.MediaPlayer$1
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07003868android.media.MediaPlayer$2$1
Calin Juravle00b23d32019-03-08 17:52:20 -08003869android.media.MediaPlayer$2
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07003870android.media.MediaPlayer$3
art-benchmark-serviced8f25642020-01-27 20:25:10 -08003871android.media.MediaPlayer$6
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07003872android.media.MediaPlayer$7
art-benchmark-serviced8f25642020-01-27 20:25:10 -08003873android.media.MediaPlayer$DrmInfo
3874android.media.MediaPlayer$EventHandler$1
3875android.media.MediaPlayer$EventHandler$2
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07003876android.media.MediaPlayer$EventHandler
art-benchmark-serviced5115932020-02-25 17:55:03 -08003877android.media.MediaPlayer$OnBufferingUpdateListener
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07003878android.media.MediaPlayer$OnCompletionListener
art-benchmark-serviced5115932020-02-25 17:55:03 -08003879android.media.MediaPlayer$OnDrmInfoHandlerDelegate
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07003880android.media.MediaPlayer$OnErrorListener
art-benchmark-serviced5115932020-02-25 17:55:03 -08003881android.media.MediaPlayer$OnInfoListener
3882android.media.MediaPlayer$OnMediaTimeDiscontinuityListener
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07003883android.media.MediaPlayer$OnPreparedListener
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07003884android.media.MediaPlayer$OnSeekCompleteListener
3885android.media.MediaPlayer$OnSubtitleDataListener
art-benchmark-serviced5115932020-02-25 17:55:03 -08003886android.media.MediaPlayer$OnTimedMetaDataAvailableListener
3887android.media.MediaPlayer$OnTimedTextListener
3888android.media.MediaPlayer$OnVideoSizeChangedListener
3889android.media.MediaPlayer$ProvisioningThread
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07003890android.media.MediaPlayer$TimeProvider$EventHandler
Calin Juravle00b23d32019-03-08 17:52:20 -08003891android.media.MediaPlayer$TimeProvider
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07003892android.media.MediaPlayer$TrackInfo$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08003893android.media.MediaPlayer$TrackInfo
Calin Juravle00b23d32019-03-08 17:52:20 -08003894android.media.MediaPlayer
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07003895android.media.MediaRecorder
art-benchmark-serviced8f25642020-01-27 20:25:10 -08003896android.media.MediaRoute2Info$1
3897android.media.MediaRoute2Info
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07003898android.media.MediaRouter$Callback
3899android.media.MediaRouter$CallbackInfo
3900android.media.MediaRouter$RouteCategory
art-benchmark-serviced8f25642020-01-27 20:25:10 -08003901android.media.MediaRouter$RouteGroup
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07003902android.media.MediaRouter$RouteInfo$1
Calin Juravle00b23d32019-03-08 17:52:20 -08003903android.media.MediaRouter$RouteInfo
art-benchmark-serviced8f25642020-01-27 20:25:10 -08003904android.media.MediaRouter$SimpleCallback
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07003905android.media.MediaRouter$Static$1$1
Calin Juravle00b23d32019-03-08 17:52:20 -08003906android.media.MediaRouter$Static$1
Calin Juravle4a054192018-05-29 17:52:20 -07003907android.media.MediaRouter$Static$Client$1
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07003908android.media.MediaRouter$Static$Client$2
Calin Juravle00b23d32019-03-08 17:52:20 -08003909android.media.MediaRouter$Static$Client
3910android.media.MediaRouter$Static
art-benchmark-serviced5115932020-02-25 17:55:03 -08003911android.media.MediaRouter$UserRouteInfo$SessionVolumeProvider
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07003912android.media.MediaRouter$UserRouteInfo
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07003913android.media.MediaRouter$VolumeCallback
art-benchmark-serviced5115932020-02-25 17:55:03 -08003914android.media.MediaRouter$VolumeCallbackInfo
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07003915android.media.MediaRouter$VolumeChangeReceiver
3916android.media.MediaRouter$WifiDisplayStatusChangedReceiver
art-benchmark-serviced60351b2020-04-11 17:55:40 -07003917android.media.MediaRouter2Manager$Callback
3918android.media.MediaRouter2Manager
Calin Juravle00b23d32019-03-08 17:52:20 -08003919android.media.MediaRouter
3920android.media.MediaRouterClientState$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08003921android.media.MediaRouterClientState$RouteInfo$1
3922android.media.MediaRouterClientState$RouteInfo
3923android.media.MediaRouterClientState
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07003924android.media.MediaScanner
Calin Juravle4a054192018-05-29 17:52:20 -07003925android.media.MediaScannerConnection$MediaScannerConnectionClient
3926android.media.MediaScannerConnection$OnScanCompletedListener
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07003927android.media.MediaSync
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07003928android.media.MediaTimeProvider$OnMediaTimeListener
Calin Juravle00b23d32019-03-08 17:52:20 -08003929android.media.MediaTimeProvider
Calin Juravle4a054192018-05-29 17:52:20 -07003930android.media.MediaTimestamp
art-benchmark-serviced5115932020-02-25 17:55:03 -08003931android.media.MediaTranscodeManager
Calin Juravle00b23d32019-03-08 17:52:20 -08003932android.media.MicrophoneDirection
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07003933android.media.MicrophoneInfo$Coordinate3F
Calin Juravle00b23d32019-03-08 17:52:20 -08003934android.media.MicrophoneInfo
art-benchmark-serviced8f25642020-01-27 20:25:10 -08003935android.media.NativeRoutingEventHandlerDelegate
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07003936android.media.NotProvisionedException
Andreas Gampe61e7b662015-06-17 23:57:04 -07003937android.media.PlaybackParams$1
Calin Juravle00b23d32019-03-08 17:52:20 -08003938android.media.PlaybackParams
Mathieu Chartierba2c0462017-05-19 16:41:46 -07003939android.media.PlayerBase$IAppOpsCallbackWrapper
3940android.media.PlayerBase$IPlayerWrapper
Andreas Gampe0db10fd2017-02-01 15:57:57 -08003941android.media.PlayerBase$PlayerIdCard$1
Calin Juravle00b23d32019-03-08 17:52:20 -08003942android.media.PlayerBase$PlayerIdCard
3943android.media.PlayerBase
Calin Juravle4a054192018-05-29 17:52:20 -07003944android.media.Rating$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08003945android.media.Rating
art-benchmark-serviced5115932020-02-25 17:55:03 -08003946android.media.RemoteControlClient
Kenny Rootdbf30ed2012-09-19 13:08:12 -07003947android.media.RemoteDisplay
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07003948android.media.ResampleInputStream
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07003949android.media.Ringtone$MyOnCompletionListener
art-benchmark-serviced8f25642020-01-27 20:25:10 -08003950android.media.Ringtone
Calin Juravle4a054192018-05-29 17:52:20 -07003951android.media.RingtoneManager
art-benchmark-serviced60351b2020-04-11 17:55:40 -07003952android.media.RouteDiscoveryPreference$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08003953android.media.RouteDiscoveryPreference
art-benchmark-serviced60351b2020-04-11 17:55:40 -07003954android.media.RoutingSessionInfo$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08003955android.media.RoutingSessionInfo
art-benchmark-serviced8f25642020-01-27 20:25:10 -08003956android.media.SoundPool$Builder
3957android.media.SoundPool$EventHandler
3958android.media.SoundPool$OnLoadCompleteListener
Mathieu Chartierd62dd932017-09-09 15:19:46 -07003959android.media.SoundPool
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07003960android.media.SubtitleController$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08003961android.media.SubtitleController$2
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07003962android.media.SubtitleController$Anchor
Andreas Gampedcad4ca2014-10-03 02:00:29 +00003963android.media.SubtitleController$Listener
art-benchmark-serviced8f25642020-01-27 20:25:10 -08003964android.media.SubtitleController
3965android.media.SubtitleData
3966android.media.SubtitleTrack
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07003967android.media.SyncParams
art-benchmark-serviced60351b2020-04-11 17:55:40 -07003968android.media.ThumbnailUtils$Resizer
3969android.media.ThumbnailUtils$SizedThumbnailBitmap
art-benchmark-serviced5115932020-02-25 17:55:03 -08003970android.media.ThumbnailUtils
art-benchmark-serviced8f25642020-01-27 20:25:10 -08003971android.media.TimedMetaData
3972android.media.TimedText
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08003973android.media.ToneGenerator
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07003974android.media.Utils$1
3975android.media.Utils$2
art-benchmark-serviced60351b2020-04-11 17:55:40 -07003976android.media.Utils$ListenerList
Calin Juravle00b23d32019-03-08 17:52:20 -08003977android.media.Utils
Mathieu Chartierba2c0462017-05-19 16:41:46 -07003978android.media.VolumeAutomation
art-benchmark-serviced8f25642020-01-27 20:25:10 -08003979android.media.VolumePolicy$1
3980android.media.VolumePolicy
art-benchmark-serviced60351b2020-04-11 17:55:40 -07003981android.media.VolumeProvider$Callback
art-benchmark-serviced5115932020-02-25 17:55:03 -08003982android.media.VolumeProvider
Mathieu Chartierba2c0462017-05-19 16:41:46 -07003983android.media.VolumeShaper$Configuration$1
3984android.media.VolumeShaper$Configuration$Builder
Calin Juravle00b23d32019-03-08 17:52:20 -08003985android.media.VolumeShaper$Configuration
Mathieu Chartierba2c0462017-05-19 16:41:46 -07003986android.media.VolumeShaper$Operation$1
3987android.media.VolumeShaper$Operation$Builder
Calin Juravle00b23d32019-03-08 17:52:20 -08003988android.media.VolumeShaper$Operation
Mathieu Chartierba2c0462017-05-19 16:41:46 -07003989android.media.VolumeShaper$State$1
Calin Juravle00b23d32019-03-08 17:52:20 -08003990android.media.VolumeShaper$State
art-benchmark-serviced5115932020-02-25 17:55:03 -08003991android.media.VolumeShaper
Calin Juravle00b23d32019-03-08 17:52:20 -08003992android.media.audiofx.AudioEffect$Descriptor
art-benchmark-serviced60351b2020-04-11 17:55:40 -07003993android.media.audiofx.AudioEffect
art-benchmark-serviced5115932020-02-25 17:55:03 -08003994android.media.audiopolicy.-$$Lambda$AudioPolicy$-ztOT0FT3tzGMUr4lm1gv6dBE4c
3995android.media.audiopolicy.AudioMix$Builder
Andreas Gampe61e7b662015-06-17 23:57:04 -07003996android.media.audiopolicy.AudioMix
Andreas Gampe571fc302016-02-18 13:58:09 -08003997android.media.audiopolicy.AudioMixingRule$AudioMixMatchCriterion
art-benchmark-serviced5115932020-02-25 17:55:03 -08003998android.media.audiopolicy.AudioMixingRule$Builder
Calin Juravle00b23d32019-03-08 17:52:20 -08003999android.media.audiopolicy.AudioMixingRule
art-benchmark-serviced5115932020-02-25 17:55:03 -08004000android.media.audiopolicy.AudioPolicy$1
4001android.media.audiopolicy.AudioPolicy$AudioPolicyStatusListener
4002android.media.audiopolicy.AudioPolicy$EventHandler
4003android.media.audiopolicy.AudioPolicy
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004004android.media.audiopolicy.AudioPolicyConfig$1
4005android.media.audiopolicy.AudioPolicyConfig
Calin Juravle36829e52019-04-10 19:07:47 -07004006android.media.audiopolicy.AudioProductStrategy$1
4007android.media.audiopolicy.AudioProductStrategy$AudioAttributesGroup$1
4008android.media.audiopolicy.AudioProductStrategy$AudioAttributesGroup
4009android.media.audiopolicy.AudioProductStrategy
4010android.media.audiopolicy.AudioVolumeGroup$1
4011android.media.audiopolicy.AudioVolumeGroup
4012android.media.audiopolicy.AudioVolumeGroupChangeHandler
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004013android.media.audiopolicy.IAudioPolicyCallback$Stub$Proxy
4014android.media.audiopolicy.IAudioPolicyCallback$Stub
4015android.media.audiopolicy.IAudioPolicyCallback
Calin Juravle4a054192018-05-29 17:52:20 -07004016android.media.browse.MediaBrowser$1
4017android.media.browse.MediaBrowser$2
4018android.media.browse.MediaBrowser$6
4019android.media.browse.MediaBrowser$7
4020android.media.browse.MediaBrowser$8
4021android.media.browse.MediaBrowser$ConnectionCallback
Calin Juravle4a054192018-05-29 17:52:20 -07004022android.media.browse.MediaBrowser$MediaItem$1
Calin Juravle00b23d32019-03-08 17:52:20 -08004023android.media.browse.MediaBrowser$MediaItem
Calin Juravle4a054192018-05-29 17:52:20 -07004024android.media.browse.MediaBrowser$MediaServiceConnection$1
Calin Juravle00b23d32019-03-08 17:52:20 -08004025android.media.browse.MediaBrowser$MediaServiceConnection
Calin Juravle4a054192018-05-29 17:52:20 -07004026android.media.browse.MediaBrowser$ServiceCallbacks
4027android.media.browse.MediaBrowser$Subscription
4028android.media.browse.MediaBrowser$SubscriptionCallback
Calin Juravle00b23d32019-03-08 17:52:20 -08004029android.media.browse.MediaBrowser
Calin Juravle4a054192018-05-29 17:52:20 -07004030android.media.browse.MediaBrowserUtils
art-benchmark-serviced60351b2020-04-11 17:55:40 -07004031android.media.midi.IMidiDeviceListener$Stub$Proxy
art-benchmark-serviced5115932020-02-25 17:55:03 -08004032android.media.midi.IMidiDeviceListener$Stub
4033android.media.midi.IMidiDeviceListener
art-benchmark-serviced60351b2020-04-11 17:55:40 -07004034android.media.midi.IMidiDeviceOpenCallback$Stub$Proxy
art-benchmark-serviced5115932020-02-25 17:55:03 -08004035android.media.midi.IMidiDeviceOpenCallback$Stub
4036android.media.midi.IMidiDeviceOpenCallback
art-benchmark-serviced60351b2020-04-11 17:55:40 -07004037android.media.midi.IMidiDeviceServer$Stub$Proxy
art-benchmark-serviced5115932020-02-25 17:55:03 -08004038android.media.midi.IMidiDeviceServer$Stub
4039android.media.midi.IMidiDeviceServer
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004040android.media.midi.IMidiManager$Stub
4041android.media.midi.IMidiManager
Calin Juravle00b23d32019-03-08 17:52:20 -08004042android.media.midi.MidiDevice
4043android.media.midi.MidiDeviceInfo$1
4044android.media.midi.MidiDeviceInfo
art-benchmark-serviced60351b2020-04-11 17:55:40 -07004045android.media.midi.MidiDeviceStatus$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08004046android.media.midi.MidiDeviceStatus
Andreas Gampe61e7b662015-06-17 23:57:04 -07004047android.media.midi.MidiManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004048android.media.projection.IMediaProjection$Stub$Proxy
4049android.media.projection.IMediaProjection$Stub
4050android.media.projection.IMediaProjection
4051android.media.projection.IMediaProjectionManager$Stub$Proxy
4052android.media.projection.IMediaProjectionManager$Stub
4053android.media.projection.IMediaProjectionManager
4054android.media.projection.IMediaProjectionWatcherCallback$Stub$Proxy
4055android.media.projection.IMediaProjectionWatcherCallback$Stub
4056android.media.projection.IMediaProjectionWatcherCallback
art-benchmark-serviced5115932020-02-25 17:55:03 -08004057android.media.projection.MediaProjection
4058android.media.projection.MediaProjectionInfo$1
4059android.media.projection.MediaProjectionInfo
art-benchmark-serviced60351b2020-04-11 17:55:40 -07004060android.media.projection.MediaProjectionManager$Callback
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004061android.media.projection.MediaProjectionManager$CallbackDelegate
Andreas Gampe61e7b662015-06-17 23:57:04 -07004062android.media.projection.MediaProjectionManager
art-benchmark-service56aece62020-02-10 17:58:03 -08004063android.media.session.-$$Lambda$MediaSessionManager$IEuWPZ528guBgmyKPMUWhBwnMCE
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004064android.media.session.IActiveSessionsListener$Stub$Proxy
Mathieu Chartierba2c0462017-05-19 16:41:46 -07004065android.media.session.IActiveSessionsListener$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08004066android.media.session.IActiveSessionsListener
art-benchmark-serviced60351b2020-04-11 17:55:40 -07004067android.media.session.IOnMediaKeyEventDispatchedListener$Stub$Proxy
art-benchmark-service56aece62020-02-10 17:58:03 -08004068android.media.session.IOnMediaKeyEventDispatchedListener$Stub
4069android.media.session.IOnMediaKeyEventDispatchedListener
art-benchmark-serviced60351b2020-04-11 17:55:40 -07004070android.media.session.IOnMediaKeyEventSessionChangedListener$Stub$Proxy
art-benchmark-service56aece62020-02-10 17:58:03 -08004071android.media.session.IOnMediaKeyEventSessionChangedListener$Stub
4072android.media.session.IOnMediaKeyEventSessionChangedListener
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004073android.media.session.IOnMediaKeyListener$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08004074android.media.session.IOnMediaKeyListener$Stub
4075android.media.session.IOnMediaKeyListener
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004076android.media.session.IOnVolumeKeyLongPressListener$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08004077android.media.session.IOnVolumeKeyLongPressListener$Stub
4078android.media.session.IOnVolumeKeyLongPressListener
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004079android.media.session.ISession$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08004080android.media.session.ISession$Stub
Calin Juravle36829e52019-04-10 19:07:47 -07004081android.media.session.ISession2TokensListener$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08004082android.media.session.ISession2TokensListener$Stub
4083android.media.session.ISession2TokensListener
4084android.media.session.ISession
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004085android.media.session.ISessionCallback$Stub$Proxy
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07004086android.media.session.ISessionCallback$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08004087android.media.session.ISessionCallback
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07004088android.media.session.ISessionController$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08004089android.media.session.ISessionController$Stub
4090android.media.session.ISessionController
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004091android.media.session.ISessionControllerCallback$Stub$Proxy
Mathieu Chartierba2c0462017-05-19 16:41:46 -07004092android.media.session.ISessionControllerCallback$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08004093android.media.session.ISessionControllerCallback
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07004094android.media.session.ISessionManager$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08004095android.media.session.ISessionManager$Stub
4096android.media.session.ISessionManager
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004097android.media.session.MediaController$Callback
Mathieu Chartierba2c0462017-05-19 16:41:46 -07004098android.media.session.MediaController$CallbackStub
Calin Juravle4a054192018-05-29 17:52:20 -07004099android.media.session.MediaController$MessageHandler
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004100android.media.session.MediaController$PlaybackInfo$1
4101android.media.session.MediaController$PlaybackInfo
Mathieu Chartierba2c0462017-05-19 16:41:46 -07004102android.media.session.MediaController$TransportControls
Calin Juravle00b23d32019-03-08 17:52:20 -08004103android.media.session.MediaController
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07004104android.media.session.MediaSession$Callback
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004105android.media.session.MediaSession$CallbackMessageHandler
Calin Juravle36829e52019-04-10 19:07:47 -07004106android.media.session.MediaSession$CallbackStub
Calin Juravle4a054192018-05-29 17:52:20 -07004107android.media.session.MediaSession$QueueItem$1
Calin Juravle00b23d32019-03-08 17:52:20 -08004108android.media.session.MediaSession$QueueItem
Mathieu Chartierba2c0462017-05-19 16:41:46 -07004109android.media.session.MediaSession$Token$1
Calin Juravle00b23d32019-03-08 17:52:20 -08004110android.media.session.MediaSession$Token
4111android.media.session.MediaSession
art-benchmark-serviced5115932020-02-25 17:55:03 -08004112android.media.session.MediaSessionLegacyHelper
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004113android.media.session.MediaSessionManager$1
Calin Juravle4a054192018-05-29 17:52:20 -07004114android.media.session.MediaSessionManager$OnActiveSessionsChangedListener
art-benchmark-service56aece62020-02-10 17:58:03 -08004115android.media.session.MediaSessionManager$OnMediaKeyEventDispatchedListener
4116android.media.session.MediaSessionManager$OnMediaKeyEventDispatchedListenerStub
4117android.media.session.MediaSessionManager$OnMediaKeyEventSessionChangedListener
4118android.media.session.MediaSessionManager$OnMediaKeyEventSessionChangedListenerStub
Calin Juravle00b23d32019-03-08 17:52:20 -08004119android.media.session.MediaSessionManager$OnMediaKeyListener
4120android.media.session.MediaSessionManager$OnMediaKeyListenerImpl
4121android.media.session.MediaSessionManager$OnSession2TokensChangedListener
4122android.media.session.MediaSessionManager$OnVolumeKeyLongPressListener
4123android.media.session.MediaSessionManager$OnVolumeKeyLongPressListenerImpl
4124android.media.session.MediaSessionManager$RemoteUserInfo
4125android.media.session.MediaSessionManager$Session2TokensChangedWrapper
Calin Juravle4a054192018-05-29 17:52:20 -07004126android.media.session.MediaSessionManager$SessionsChangedWrapper$1$1
Calin Juravle00b23d32019-03-08 17:52:20 -08004127android.media.session.MediaSessionManager$SessionsChangedWrapper$1
4128android.media.session.MediaSessionManager$SessionsChangedWrapper
4129android.media.session.MediaSessionManager
Mathieu Chartierba2c0462017-05-19 16:41:46 -07004130android.media.session.PlaybackState$1
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07004131android.media.session.PlaybackState$Builder
Mathieu Chartierba2c0462017-05-19 16:41:46 -07004132android.media.session.PlaybackState$CustomAction$1
Calin Juravle00b23d32019-03-08 17:52:20 -08004133android.media.session.PlaybackState$CustomAction
4134android.media.session.PlaybackState
art-benchmark-serviced5115932020-02-25 17:55:03 -08004135android.media.soundtrigger.ISoundTriggerDetectionServiceClient$Stub
4136android.media.soundtrigger.ISoundTriggerDetectionServiceClient
Andreas Gampe571fc302016-02-18 13:58:09 -08004137android.media.soundtrigger.SoundTriggerManager
art-benchmark-serviced60351b2020-04-11 17:55:40 -07004138android.media.soundtrigger_middleware.ISoundTriggerCallback$Stub$Proxy
art-benchmark-serviced5115932020-02-25 17:55:03 -08004139android.media.soundtrigger_middleware.ISoundTriggerCallback$Stub
4140android.media.soundtrigger_middleware.ISoundTriggerCallback
art-benchmark-serviced60351b2020-04-11 17:55:40 -07004141android.media.soundtrigger_middleware.ISoundTriggerMiddlewareService$Stub$Proxy
4142android.media.soundtrigger_middleware.ISoundTriggerMiddlewareService$Stub
art-benchmark-serviced5115932020-02-25 17:55:03 -08004143android.media.soundtrigger_middleware.ISoundTriggerMiddlewareService
art-benchmark-serviced60351b2020-04-11 17:55:40 -07004144android.media.soundtrigger_middleware.ISoundTriggerModule$Stub
art-benchmark-serviced5115932020-02-25 17:55:03 -08004145android.media.soundtrigger_middleware.ISoundTriggerModule
art-benchmark-serviced60351b2020-04-11 17:55:40 -07004146android.media.soundtrigger_middleware.PhraseRecognitionExtra
4147android.media.soundtrigger_middleware.RecognitionConfig$1
4148android.media.soundtrigger_middleware.RecognitionConfig
4149android.media.soundtrigger_middleware.SoundModel$1
4150android.media.soundtrigger_middleware.SoundModel
4151android.media.soundtrigger_middleware.SoundTriggerModuleDescriptor$1
4152android.media.soundtrigger_middleware.SoundTriggerModuleDescriptor
4153android.media.soundtrigger_middleware.SoundTriggerModuleProperties$1
4154android.media.soundtrigger_middleware.SoundTriggerModuleProperties
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004155android.media.tv.TvInputHardwareInfo$Builder
Andreas Gampe61e7b662015-06-17 23:57:04 -07004156android.media.tv.TvInputManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004157android.media.tv.TvStreamConfig$1
4158android.media.tv.TvStreamConfig$Builder
4159android.media.tv.TvStreamConfig
art-benchmark-servicead05a302020-03-17 09:46:02 -07004160android.media.tv.tunerresourcemanager.TunerResourceManager
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07004161android.metrics.LogMaker
art-benchmark-serviced5115932020-02-25 17:55:03 -08004162android.metrics.MetricsReader$Event
4163android.metrics.MetricsReader$LogReader
4164android.metrics.MetricsReader
art-benchmark-service56aece62020-02-10 17:58:03 -08004165android.mtp.MtpDatabase$1
4166android.mtp.MtpDatabase$2
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004167android.mtp.MtpDatabase
4168android.mtp.MtpDevice
Kenny Root9787b802013-04-26 12:53:57 -07004169android.mtp.MtpDeviceInfo
Andreas Gampe571fc302016-02-18 13:58:09 -08004170android.mtp.MtpEvent
Kenny Root9787b802013-04-26 12:53:57 -07004171android.mtp.MtpObjectInfo
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004172android.mtp.MtpPropertyGroup
Kenny Root9787b802013-04-26 12:53:57 -07004173android.mtp.MtpPropertyList
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004174android.mtp.MtpServer
Kenny Root9787b802013-04-26 12:53:57 -07004175android.mtp.MtpStorage
4176android.mtp.MtpStorageInfo
art-benchmark-service56aece62020-02-10 17:58:03 -08004177android.mtp.MtpStorageManager$MtpNotifier
4178android.mtp.MtpStorageManager$MtpObject
4179android.mtp.MtpStorageManager
Calin Juravle00b23d32019-03-08 17:52:20 -08004180android.net.-$$Lambda$FpGXkd3pLxeXY58eJ_84mi1PLWQ
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004181android.net.-$$Lambda$Network$KD6DxaMRJIcajhj36TU1K7lJnHQ
art-benchmark-serviced5115932020-02-25 17:55:03 -08004182android.net.-$$Lambda$NetworkScoreManager$NetworkScoreCallbackProxy$PGkg1UrNyisY0wAts4zoVuYRgkw
4183android.net.-$$Lambda$NetworkScoreManager$NetworkScoreCallbackProxy$TEOhIiY2C9y8yDWwRR6zm_12TGY
4184android.net.-$$Lambda$NetworkStats$3raHHJpnJwsEAXnRXF2pK8-UDFY
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004185android.net.-$$Lambda$NetworkStats$xvFSsVoR0k5s7Fhw1yPDPVIpx8A
Calin Juravle00b23d32019-03-08 17:52:20 -08004186android.net.-$$Lambda$p1_56lwnt1xBuY1muPblbN1Dtkw
art-benchmark-serviced5115932020-02-25 17:55:03 -08004187android.net.CaptivePortal$1
4188android.net.CaptivePortal
art-benchmark-serviced60351b2020-04-11 17:55:40 -07004189android.net.CaptivePortalData$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08004190android.net.CaptivePortalData
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004191android.net.ConnectionInfo$1
4192android.net.ConnectionInfo
art-benchmark-serviced5115932020-02-25 17:55:03 -08004193android.net.ConnectivityDiagnosticsManager
art-benchmark-service56aece62020-02-10 17:58:03 -08004194android.net.ConnectivityManager$1
4195android.net.ConnectivityManager$2
4196android.net.ConnectivityManager$3
art-benchmark-serviced5115932020-02-25 17:55:03 -08004197android.net.ConnectivityManager$4
4198android.net.ConnectivityManager$5
Andreas Gampe571fc302016-02-18 13:58:09 -08004199android.net.ConnectivityManager$CallbackHandler
art-benchmark-service56aece62020-02-10 17:58:03 -08004200android.net.ConnectivityManager$LegacyRequest
Andreas Gampe571fc302016-02-18 13:58:09 -08004201android.net.ConnectivityManager$NetworkCallback
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004202android.net.ConnectivityManager$OnNetworkActiveListener
art-benchmark-service56aece62020-02-10 17:58:03 -08004203android.net.ConnectivityManager$OnStartTetheringCallback
4204android.net.ConnectivityManager$OnTetheringEntitlementResultListener
4205android.net.ConnectivityManager$OnTetheringEventCallback
4206android.net.ConnectivityManager$PacketKeepalive
4207android.net.ConnectivityManager$PacketKeepaliveCallback
4208android.net.ConnectivityManager$TooManyRequestsException
Calin Juravle00b23d32019-03-08 17:52:20 -08004209android.net.ConnectivityManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004210android.net.ConnectivityMetricsEvent$1
4211android.net.ConnectivityMetricsEvent
Andreas Gampe859e2782016-04-06 18:37:56 -07004212android.net.ConnectivityThread
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08004213android.net.Credentials
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004214android.net.DataUsageRequest$1
4215android.net.DataUsageRequest
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004216android.net.DhcpInfo$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004217android.net.DhcpInfo
4218android.net.DhcpResults$1
4219android.net.DhcpResults
Andreas Gampe61e7b662015-06-17 23:57:04 -07004220android.net.EthernetManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004221android.net.EventLogTags
art-benchmark-serviced5115932020-02-25 17:55:03 -08004222android.net.ICaptivePortal$Stub
4223android.net.ICaptivePortal
art-benchmark-serviced60351b2020-04-11 17:55:40 -07004224android.net.IConnectivityDiagnosticsCallback$Stub$Proxy
art-benchmark-serviced5115932020-02-25 17:55:03 -08004225android.net.IConnectivityDiagnosticsCallback$Stub
4226android.net.IConnectivityDiagnosticsCallback
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07004227android.net.IConnectivityManager$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08004228android.net.IConnectivityManager$Stub
4229android.net.IConnectivityManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004230android.net.IEthernetManager$Stub
4231android.net.IEthernetManager
art-benchmark-serviced60351b2020-04-11 17:55:40 -07004232android.net.IEthernetServiceListener$Stub$Proxy
art-benchmark-serviced5115932020-02-25 17:55:03 -08004233android.net.IEthernetServiceListener$Stub
4234android.net.IEthernetServiceListener
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004235android.net.IIpConnectivityMetrics$Stub$Proxy
4236android.net.IIpConnectivityMetrics$Stub
4237android.net.IIpConnectivityMetrics
4238android.net.IIpSecService$Stub
4239android.net.IIpSecService
4240android.net.INetdEventCallback$Stub$Proxy
4241android.net.INetdEventCallback$Stub
4242android.net.INetdEventCallback
4243android.net.INetworkManagementEventObserver$Stub$Proxy
4244android.net.INetworkManagementEventObserver$Stub
4245android.net.INetworkManagementEventObserver
4246android.net.INetworkPolicyListener$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08004247android.net.INetworkPolicyListener$Stub
4248android.net.INetworkPolicyListener
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07004249android.net.INetworkPolicyManager$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08004250android.net.INetworkPolicyManager$Stub
4251android.net.INetworkPolicyManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004252android.net.INetworkRecommendationProvider$Stub$Proxy
4253android.net.INetworkRecommendationProvider$Stub
4254android.net.INetworkRecommendationProvider
4255android.net.INetworkScoreCache$Stub$Proxy
Calin Juravle36829e52019-04-10 19:07:47 -07004256android.net.INetworkScoreCache$Stub
4257android.net.INetworkScoreCache
Calin Juravle00b23d32019-03-08 17:52:20 -08004258android.net.INetworkScoreService$Stub$Proxy
Mathieu Chartierba2c0462017-05-19 16:41:46 -07004259android.net.INetworkScoreService$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08004260android.net.INetworkScoreService
Mathieu Chartierba2c0462017-05-19 16:41:46 -07004261android.net.INetworkStatsService$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08004262android.net.INetworkStatsService$Stub
4263android.net.INetworkStatsService
art-benchmark-serviced5115932020-02-25 17:55:03 -08004264android.net.INetworkStatsSession$Stub$Proxy
4265android.net.INetworkStatsSession$Stub
4266android.net.INetworkStatsSession
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004267android.net.ISocketKeepaliveCallback$Stub$Proxy
4268android.net.ISocketKeepaliveCallback$Stub
4269android.net.ISocketKeepaliveCallback
4270android.net.ITestNetworkManager$Stub
4271android.net.ITestNetworkManager
art-benchmark-serviced60351b2020-04-11 17:55:40 -07004272android.net.ITetheredInterfaceCallback$Stub$Proxy
art-benchmark-serviced5115932020-02-25 17:55:03 -08004273android.net.ITetheredInterfaceCallback$Stub
4274android.net.ITetheredInterfaceCallback
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004275android.net.ITetheringStatsProvider$Stub$Proxy
4276android.net.ITetheringStatsProvider$Stub
4277android.net.ITetheringStatsProvider
art-benchmark-serviced5115932020-02-25 17:55:03 -08004278android.net.InetAddresses
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004279android.net.InterfaceConfiguration$1
4280android.net.InterfaceConfiguration
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004281android.net.IpConfiguration$1
Calin Juravle4a054192018-05-29 17:52:20 -07004282android.net.IpConfiguration$IpAssignment
4283android.net.IpConfiguration$ProxySettings
Calin Juravle00b23d32019-03-08 17:52:20 -08004284android.net.IpConfiguration
Andreas Gampe61e7b662015-06-17 23:57:04 -07004285android.net.IpPrefix$1
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004286android.net.IpPrefix$2
Calin Juravle00b23d32019-03-08 17:52:20 -08004287android.net.IpPrefix
art-benchmark-serviced60351b2020-04-11 17:55:40 -07004288android.net.IpSecConfig$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08004289android.net.IpSecConfig
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004290android.net.IpSecManager$SpiUnavailableException
art-benchmark-service56aece62020-02-10 17:58:03 -08004291android.net.IpSecManager$UdpEncapsulationSocket
Calin Juravle00b23d32019-03-08 17:52:20 -08004292android.net.IpSecManager
art-benchmark-serviced60351b2020-04-11 17:55:40 -07004293android.net.IpSecSpiResponse$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08004294android.net.IpSecSpiResponse
art-benchmark-serviced60351b2020-04-11 17:55:40 -07004295android.net.IpSecTransformResponse$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08004296android.net.IpSecTransformResponse
art-benchmark-serviced60351b2020-04-11 17:55:40 -07004297android.net.IpSecTunnelInterfaceResponse$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08004298android.net.IpSecTunnelInterfaceResponse
art-benchmark-serviced60351b2020-04-11 17:55:40 -07004299android.net.IpSecUdpEncapResponse$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08004300android.net.IpSecUdpEncapResponse
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004301android.net.KeepalivePacketData
Andreas Gampe61e7b662015-06-17 23:57:04 -07004302android.net.LinkAddress$1
Calin Juravle00b23d32019-03-08 17:52:20 -08004303android.net.LinkAddress
Andreas Gampe61e7b662015-06-17 23:57:04 -07004304android.net.LinkProperties$1
Calin Juravle00b23d32019-03-08 17:52:20 -08004305android.net.LinkProperties
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08004306android.net.LocalServerSocket
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08004307android.net.LocalSocket
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004308android.net.LocalSocketAddress$Namespace
Calin Juravle00b23d32019-03-08 17:52:20 -08004309android.net.LocalSocketAddress
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08004310android.net.LocalSocketImpl$SocketInputStream
4311android.net.LocalSocketImpl$SocketOutputStream
Calin Juravle00b23d32019-03-08 17:52:20 -08004312android.net.LocalSocketImpl
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004313android.net.MacAddress$1
Calin Juravle00b23d32019-03-08 17:52:20 -08004314android.net.MacAddress
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004315android.net.MatchAllNetworkSpecifier$1
Calin Juravle00b23d32019-03-08 17:52:20 -08004316android.net.MatchAllNetworkSpecifier
art-benchmark-service56aece62020-02-10 17:58:03 -08004317android.net.NattSocketKeepalive
Andreas Gampe571fc302016-02-18 13:58:09 -08004318android.net.Network$1
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004319android.net.Network$NetworkBoundSocketFactory
Calin Juravle00b23d32019-03-08 17:52:20 -08004320android.net.Network
art-benchmark-serviced60351b2020-04-11 17:55:40 -07004321android.net.NetworkAgent$InitialConfiguration
4322android.net.NetworkAgent$NetworkAgentHandler
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004323android.net.NetworkAgent
art-benchmark-serviced60351b2020-04-11 17:55:40 -07004324android.net.NetworkAgentConfig$1
4325android.net.NetworkAgentConfig$Builder
art-benchmark-serviced5115932020-02-25 17:55:03 -08004326android.net.NetworkAgentConfig
Andreas Gampe571fc302016-02-18 13:58:09 -08004327android.net.NetworkCapabilities$1
Calin Juravle00b23d32019-03-08 17:52:20 -08004328android.net.NetworkCapabilities$NameOf
4329android.net.NetworkCapabilities
4330android.net.NetworkConfig
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004331android.net.NetworkIdentity
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07004332android.net.NetworkInfo$1
Evan Millar0ea97b82009-03-24 17:49:23 -07004333android.net.NetworkInfo$DetailedState
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07004334android.net.NetworkInfo$State
Calin Juravle00b23d32019-03-08 17:52:20 -08004335android.net.NetworkInfo
4336android.net.NetworkKey$1
4337android.net.NetworkKey
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004338android.net.NetworkPolicy$1
4339android.net.NetworkPolicy
4340android.net.NetworkPolicyManager$1
Calin Juravle00b23d32019-03-08 17:52:20 -08004341android.net.NetworkPolicyManager$Listener
art-benchmark-serviced5115932020-02-25 17:55:03 -08004342android.net.NetworkPolicyManager$SubscriptionCallback
4343android.net.NetworkPolicyManager$SubscriptionCallbackProxy
Andreas Gampe61e7b662015-06-17 23:57:04 -07004344android.net.NetworkPolicyManager
art-benchmark-serviced60351b2020-04-11 17:55:40 -07004345android.net.NetworkProvider$1
art-benchmark-service56aece62020-02-10 17:58:03 -08004346android.net.NetworkProvider
art-benchmark-serviced5115932020-02-25 17:55:03 -08004347android.net.NetworkQuotaInfo$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004348android.net.NetworkQuotaInfo
art-benchmark-serviced5115932020-02-25 17:55:03 -08004349android.net.NetworkRecommendationProvider$ServiceWrapper$1
4350android.net.NetworkRecommendationProvider$ServiceWrapper
4351android.net.NetworkRecommendationProvider
Andreas Gampe571fc302016-02-18 13:58:09 -08004352android.net.NetworkRequest$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08004353android.net.NetworkRequest$2
Andreas Gampe571fc302016-02-18 13:58:09 -08004354android.net.NetworkRequest$Builder
Andreas Gampe0db10fd2017-02-01 15:57:57 -08004355android.net.NetworkRequest$Type
Calin Juravle00b23d32019-03-08 17:52:20 -08004356android.net.NetworkRequest
art-benchmark-serviced5115932020-02-25 17:55:03 -08004357android.net.NetworkScore$1
4358android.net.NetworkScore$Builder
4359android.net.NetworkScore
4360android.net.NetworkScoreManager$NetworkScoreCallback
4361android.net.NetworkScoreManager$NetworkScoreCallbackProxy
Andreas Gampe61e7b662015-06-17 23:57:04 -07004362android.net.NetworkScoreManager
art-benchmark-serviced5115932020-02-25 17:55:03 -08004363android.net.NetworkScorerAppData$1
4364android.net.NetworkScorerAppData
Mathieu Chartierba2c0462017-05-19 16:41:46 -07004365android.net.NetworkSpecifier
art-benchmark-serviced5115932020-02-25 17:55:03 -08004366android.net.NetworkStack
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004367android.net.NetworkState$1
4368android.net.NetworkState
Kenny Root9787b802013-04-26 12:53:57 -07004369android.net.NetworkStats$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004370android.net.NetworkStats$Entry
4371android.net.NetworkStats$NonMonotonicObserver
Calin Juravle00b23d32019-03-08 17:52:20 -08004372android.net.NetworkStats
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004373android.net.NetworkStatsHistory$1
4374android.net.NetworkStatsHistory$DataStreamUtils
4375android.net.NetworkStatsHistory$Entry
4376android.net.NetworkStatsHistory$ParcelUtils
4377android.net.NetworkStatsHistory
4378android.net.NetworkTemplate$1
4379android.net.NetworkTemplate
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08004380android.net.NetworkUtils
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004381android.net.NetworkWatchlistManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004382android.net.PacProxySelector
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004383android.net.ParseException
Calin Juravle00b23d32019-03-08 17:52:20 -08004384android.net.PrivateDnsConnectivityChecker
Jesse Wilson80686182011-01-21 17:12:43 -08004385android.net.Proxy
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07004386android.net.ProxyInfo$1
Calin Juravle00b23d32019-03-08 17:52:20 -08004387android.net.ProxyInfo
Andreas Gampe61e7b662015-06-17 23:57:04 -07004388android.net.RouteInfo$1
Calin Juravle00b23d32019-03-08 17:52:20 -08004389android.net.RouteInfo
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004390android.net.RssiCurve$1
4391android.net.RssiCurve
Mathieu Chartierba2c0462017-05-19 16:41:46 -07004392android.net.SSLCertificateSocketFactory$1
Calin Juravle00b23d32019-03-08 17:52:20 -08004393android.net.SSLCertificateSocketFactory
Mathieu Chartierba2c0462017-05-19 16:41:46 -07004394android.net.SSLSessionCache
Calin Juravle00b23d32019-03-08 17:52:20 -08004395android.net.ScoredNetwork$1
4396android.net.ScoredNetwork
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004397android.net.SntpClient$InvalidServerReplyException
4398android.net.SntpClient
art-benchmark-service56aece62020-02-10 17:58:03 -08004399android.net.SocketKeepalive$Callback
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004400android.net.SocketKeepalive$ErrorCodeException
art-benchmark-service56aece62020-02-10 17:58:03 -08004401android.net.SocketKeepalive
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004402android.net.StaticIpConfiguration$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004403android.net.StaticIpConfiguration$Builder
Calin Juravle00b23d32019-03-08 17:52:20 -08004404android.net.StaticIpConfiguration
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004405android.net.StringNetworkSpecifier$1
Calin Juravle00b23d32019-03-08 17:52:20 -08004406android.net.StringNetworkSpecifier
art-benchmark-service56aece62020-02-10 17:58:03 -08004407android.net.TcpSocketKeepalive
art-benchmark-serviced5115932020-02-25 17:55:03 -08004408android.net.TelephonyNetworkSpecifier$1
art-benchmark-serviced60351b2020-04-11 17:55:40 -07004409android.net.TelephonyNetworkSpecifier$Builder
art-benchmark-serviced5115932020-02-25 17:55:03 -08004410android.net.TelephonyNetworkSpecifier
Calin Juravle36829e52019-04-10 19:07:47 -07004411android.net.TestNetworkManager
Ken Shirriff1ec81462009-12-08 13:38:48 -08004412android.net.TrafficStats
Calin Juravle00b23d32019-03-08 17:52:20 -08004413android.net.TransportInfo
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004414android.net.UidRange$1
Calin Juravle00b23d32019-03-08 17:52:20 -08004415android.net.UidRange
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07004416android.net.Uri$1
4417android.net.Uri$AbstractHierarchicalUri
4418android.net.Uri$AbstractPart
4419android.net.Uri$Builder
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08004420android.net.Uri$HierarchicalUri
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04004421android.net.Uri$OpaqueUri
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07004422android.net.Uri$Part$EmptyPart
Calin Juravle00b23d32019-03-08 17:52:20 -08004423android.net.Uri$Part
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07004424android.net.Uri$PathPart
4425android.net.Uri$PathSegments
4426android.net.Uri$PathSegmentsBuilder
4427android.net.Uri$StringUri
Calin Juravle00b23d32019-03-08 17:52:20 -08004428android.net.Uri
4429android.net.UriCodec
art-benchmark-serviced5115932020-02-25 17:55:03 -08004430android.net.VpnManager
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004431android.net.WebAddress
Calin Juravle00b23d32019-03-08 17:52:20 -08004432android.net.WifiKey$1
4433android.net.WifiKey
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004434android.net.apf.ApfCapabilities$1
4435android.net.apf.ApfCapabilities
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004436android.net.http.HttpResponseCache
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07004437android.net.http.X509TrustManagerExtensions
4438android.net.lowpan.LowpanManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004439android.net.metrics.ApfProgramEvent$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08004440android.net.metrics.ApfProgramEvent$Decoder
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004441android.net.metrics.ApfProgramEvent
4442android.net.metrics.ApfStats$1
4443android.net.metrics.ApfStats
4444android.net.metrics.ConnectStats
4445android.net.metrics.DefaultNetworkEvent
4446android.net.metrics.DhcpClientEvent$1
4447android.net.metrics.DhcpClientEvent
art-benchmark-serviced5115932020-02-25 17:55:03 -08004448android.net.metrics.DhcpErrorEvent$1
4449android.net.metrics.DhcpErrorEvent$Decoder
4450android.net.metrics.DhcpErrorEvent
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004451android.net.metrics.DnsEvent
4452android.net.metrics.IpConnectivityLog$Event
4453android.net.metrics.IpConnectivityLog
4454android.net.metrics.IpManagerEvent$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08004455android.net.metrics.IpManagerEvent$Decoder
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004456android.net.metrics.IpManagerEvent
4457android.net.metrics.IpReachabilityEvent$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08004458android.net.metrics.IpReachabilityEvent$Decoder
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004459android.net.metrics.IpReachabilityEvent
4460android.net.metrics.NetworkEvent$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08004461android.net.metrics.NetworkEvent$Decoder
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004462android.net.metrics.NetworkEvent
4463android.net.metrics.NetworkMetrics$Metrics
4464android.net.metrics.NetworkMetrics$Summary
art-benchmark-serviced5115932020-02-25 17:55:03 -08004465android.net.metrics.NetworkMetrics
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004466android.net.metrics.RaEvent$1
4467android.net.metrics.RaEvent
4468android.net.metrics.ValidationProbeEvent$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08004469android.net.metrics.ValidationProbeEvent$Decoder
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004470android.net.metrics.ValidationProbeEvent
4471android.net.metrics.WakeupEvent
4472android.net.metrics.WakeupStats
art-benchmark-serviced60351b2020-04-11 17:55:40 -07004473android.net.netstats.provider.INetworkStatsProvider$Stub$Proxy
art-benchmark-serviced5115932020-02-25 17:55:03 -08004474android.net.netstats.provider.INetworkStatsProvider$Stub
4475android.net.netstats.provider.INetworkStatsProvider
art-benchmark-serviced60351b2020-04-11 17:55:40 -07004476android.net.netstats.provider.INetworkStatsProviderCallback$Stub
art-benchmark-serviced5115932020-02-25 17:55:03 -08004477android.net.netstats.provider.INetworkStatsProviderCallback
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004478android.net.nsd.INsdManager$Stub$Proxy
4479android.net.nsd.INsdManager$Stub
4480android.net.nsd.INsdManager
4481android.net.nsd.NsdManager$ServiceHandler
Andreas Gampe61e7b662015-06-17 23:57:04 -07004482android.net.nsd.NsdManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004483android.net.shared.Inet4AddressUtils
4484android.net.shared.InetAddressUtils
4485android.net.sip.ISipService$Stub$Proxy
Calin Juravle36829e52019-04-10 19:07:47 -07004486android.net.sip.ISipService$Stub
4487android.net.sip.ISipService
art-benchmark-service56aece62020-02-10 17:58:03 -08004488android.net.sip.ISipSession$Stub
4489android.net.sip.ISipSession
4490android.net.sip.ISipSessionListener$Stub
4491android.net.sip.ISipSessionListener
4492android.net.sip.SipException
Calin Juravle00b23d32019-03-08 17:52:20 -08004493android.net.sip.SipManager
art-benchmark-servicead05a302020-03-17 09:46:02 -07004494android.net.sip.SipProfile$1
art-benchmark-service56aece62020-02-10 17:58:03 -08004495android.net.sip.SipProfile
4496android.net.sip.SipSessionAdapter
art-benchmark-serviced5115932020-02-25 17:55:03 -08004497android.net.util.-$$Lambda$MultinetworkPolicyTracker$8YMQ0fPTKk7Fw-_gJjln0JT-g8E
4498android.net.util.KeepaliveUtils$KeepaliveDeviceConfigurationException
4499android.net.util.KeepaliveUtils
art-benchmark-serviced60351b2020-04-11 17:55:40 -07004500android.net.util.LinkPropertiesUtils$CompareResult
art-benchmark-serviced5115932020-02-25 17:55:03 -08004501android.net.util.LinkPropertiesUtils
4502android.net.util.MacAddressUtils
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004503android.net.util.MultinetworkPolicyTracker$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08004504android.net.util.MultinetworkPolicyTracker$2
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004505android.net.util.MultinetworkPolicyTracker$SettingObserver
4506android.net.util.MultinetworkPolicyTracker
art-benchmark-serviced5115932020-02-25 17:55:03 -08004507android.net.util.NetUtils
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004508android.net.wifi.WifiNetworkScoreCache$CacheListener$1
Calin Juravle00b23d32019-03-08 17:52:20 -08004509android.net.wifi.WifiNetworkScoreCache$CacheListener
4510android.net.wifi.WifiNetworkScoreCache
art-benchmark-servicead05a302020-03-17 09:46:02 -07004511android.net.wifi.nl80211.WifiNl80211Manager
art-benchmark-serviced5115932020-02-25 17:55:03 -08004512android.net.wifi.wificond.ChannelSettings$1
4513android.net.wifi.wificond.ChannelSettings
4514android.net.wifi.wificond.HiddenNetwork$1
4515android.net.wifi.wificond.HiddenNetwork
4516android.net.wifi.wificond.NativeScanResult$1
4517android.net.wifi.wificond.NativeScanResult
4518android.net.wifi.wificond.PnoNetwork$1
4519android.net.wifi.wificond.PnoNetwork
4520android.net.wifi.wificond.PnoSettings$1
4521android.net.wifi.wificond.PnoSettings
4522android.net.wifi.wificond.RadioChainInfo$1
4523android.net.wifi.wificond.RadioChainInfo
4524android.net.wifi.wificond.SingleScanSettings$1
4525android.net.wifi.wificond.SingleScanSettings
art-benchmark-service56aece62020-02-10 17:58:03 -08004526android.net.wifi.wificond.WifiCondManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004527android.nfc.BeamShareData$1
4528android.nfc.BeamShareData
4529android.nfc.IAppCallback$Stub$Proxy
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07004530android.nfc.IAppCallback$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08004531android.nfc.IAppCallback
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07004532android.nfc.INfcAdapter$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08004533android.nfc.INfcAdapter$Stub
4534android.nfc.INfcAdapter
art-benchmark-serviced5115932020-02-25 17:55:03 -08004535android.nfc.INfcAdapterExtras
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07004536android.nfc.INfcCardEmulation$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08004537android.nfc.INfcCardEmulation$Stub
4538android.nfc.INfcCardEmulation
art-benchmark-serviced5115932020-02-25 17:55:03 -08004539android.nfc.INfcDta
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07004540android.nfc.INfcFCardEmulation$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08004541android.nfc.INfcFCardEmulation$Stub
4542android.nfc.INfcFCardEmulation
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07004543android.nfc.INfcTag$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08004544android.nfc.INfcTag$Stub
4545android.nfc.INfcTag
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004546android.nfc.INfcUnlockHandler$Stub$Proxy
4547android.nfc.INfcUnlockHandler$Stub
4548android.nfc.INfcUnlockHandler
4549android.nfc.ITagRemovedCallback$Stub$Proxy
4550android.nfc.ITagRemovedCallback$Stub
4551android.nfc.ITagRemovedCallback
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07004552android.nfc.NfcActivityManager$NfcActivityState
4553android.nfc.NfcActivityManager$NfcApplicationState
Calin Juravle00b23d32019-03-08 17:52:20 -08004554android.nfc.NfcActivityManager
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07004555android.nfc.NfcAdapter$1
4556android.nfc.NfcAdapter$CreateNdefMessageCallback
Calin Juravle00b23d32019-03-08 17:52:20 -08004557android.nfc.NfcAdapter
Kenny Root9787b802013-04-26 12:53:57 -07004558android.nfc.NfcManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004559android.nfc.Tag$1
4560android.nfc.Tag
4561android.nfc.TechListParcel$1
4562android.nfc.TechListParcel
art-benchmark-serviced5115932020-02-25 17:55:03 -08004563android.nfc.cardemulation.AidGroup$1
4564android.nfc.cardemulation.AidGroup
art-benchmark-serviced60351b2020-04-11 17:55:40 -07004565android.nfc.cardemulation.ApduServiceInfo$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08004566android.nfc.cardemulation.ApduServiceInfo
4567android.nfc.cardemulation.CardEmulation
art-benchmark-serviced60351b2020-04-11 17:55:40 -07004568android.nfc.cardemulation.HostApduService$MsgHandler
4569android.nfc.cardemulation.HostApduService
Kenny Rootdbf30ed2012-09-19 13:08:12 -07004570android.opengl.EGL14
Courtney Goeltzenleuchter367ed8b2018-07-18 10:45:37 -06004571android.opengl.EGL15
Andreas Gampedcad4ca2014-10-03 02:00:29 +00004572android.opengl.EGLConfig
4573android.opengl.EGLContext
4574android.opengl.EGLDisplay
4575android.opengl.EGLExt
Calin Juravle00b23d32019-03-08 17:52:20 -08004576android.opengl.EGLImage
Andreas Gampedcad4ca2014-10-03 02:00:29 +00004577android.opengl.EGLObjectHandle
4578android.opengl.EGLSurface
Calin Juravle00b23d32019-03-08 17:52:20 -08004579android.opengl.EGLSync
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08004580android.opengl.ETC1
4581android.opengl.GLES10
4582android.opengl.GLES10Ext
4583android.opengl.GLES11
4584android.opengl.GLES11Ext
4585android.opengl.GLES20
Andreas Gampedcad4ca2014-10-03 02:00:29 +00004586android.opengl.GLES30
4587android.opengl.GLES31
4588android.opengl.GLES31Ext
Andreas Gampe571fc302016-02-18 13:58:09 -08004589android.opengl.GLES32
art-benchmark-serviced60351b2020-04-11 17:55:40 -07004590android.opengl.GLSurfaceView$BaseConfigChooser
4591android.opengl.GLSurfaceView$ComponentSizeChooser
4592android.opengl.GLSurfaceView$DefaultContextFactory
4593android.opengl.GLSurfaceView$DefaultWindowSurfaceFactory
4594android.opengl.GLSurfaceView$EGLConfigChooser
4595android.opengl.GLSurfaceView$EGLContextFactory
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004596android.opengl.GLSurfaceView$EGLWindowSurfaceFactory
art-benchmark-serviced60351b2020-04-11 17:55:40 -07004597android.opengl.GLSurfaceView$EglHelper
4598android.opengl.GLSurfaceView$GLThread
4599android.opengl.GLSurfaceView$GLThreadManager
4600android.opengl.GLSurfaceView$Renderer
4601android.opengl.GLSurfaceView$SimpleEGLConfigChooser
4602android.opengl.GLSurfaceView
Andreas Gampe61e7b662015-06-17 23:57:04 -07004603android.opengl.GLUtils
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08004604android.opengl.Matrix
4605android.opengl.Visibility
Calin Juravle00b23d32019-03-08 17:52:20 -08004606android.os.-$$Lambda$Binder$IYUHVkWouPK_9CG2s8VwyWBt5_I
art-benchmark-serviced60351b2020-04-11 17:55:40 -07004607android.os.-$$Lambda$Binder$aNRcHb8WfLrWjcSlV42Wu5psFwU
4608android.os.-$$Lambda$Binder$sHSgT14Q7D-inZx204V4-ect-uA
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004609android.os.-$$Lambda$Build$WrC6eL7oW2Zm9UDTcXXKr0DnOMw
art-benchmark-serviced5115932020-02-25 17:55:03 -08004610android.os.-$$Lambda$FileUtils$0SBPRWOXcbR9EMG_p-55sUuxJ_0
4611android.os.-$$Lambda$FileUtils$TJeD9NeX5giO-5vlBrurGI-g4IY
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004612android.os.-$$Lambda$HidlSupport$CwwfmHPEvZaybUxpLzKdwrpQRfA
4613android.os.-$$Lambda$HidlSupport$GHxmwrIWiKN83tl6aMQt_nV5hiw
art-benchmark-serviced5115932020-02-25 17:55:03 -08004614android.os.-$$Lambda$IncidentManager$mfBTEJgu7VPkoPMTQdf1KC7oi5g
Calin Juravle4a054192018-05-29 17:52:20 -07004615android.os.-$$Lambda$IyvVQC-0mKtsfXbnO0kDL64hrk0
art-benchmark-serviced5115932020-02-25 17:55:03 -08004616android.os.-$$Lambda$PowerManager$1$-RL9hKNKSaGL1mmR-EjQ-Cm9KuA
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004617android.os.-$$Lambda$PowerManager$WakeLock$VvFzmRZ4ZGlXx7u3lSAJ_T-YUjw
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004618android.os.-$$Lambda$StrictMode$1yH8AK0bTwVwZOb9x8HoiSBdzr0
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004619android.os.-$$Lambda$StrictMode$AndroidBlockGuardPolicy$9nBulCQKaMajrWr41SB7f7YRT1I
4620android.os.-$$Lambda$StrictMode$AndroidBlockGuardPolicy$FxZGA9KtfTewqdcxlUwvIe5Nx9I
4621android.os.-$$Lambda$StrictMode$UFC_nI1x6u8ZwMQmA7bmj9NHZz4
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004622android.os.-$$Lambda$StrictMode$lu9ekkHJ2HMz0jd3F8K8MnhenxQ
Calin Juravle4a054192018-05-29 17:52:20 -07004623android.os.-$$Lambda$StrictMode$yZJXPvy2veRNA-xL_SWdXzX_OLg
Calin Juravle00b23d32019-03-08 17:52:20 -08004624android.os.-$$Lambda$ThreadLocalWorkSource$IP9vRFCDG5YwbWbXAEGHH52B9IE
Calin Juravle00b23d32019-03-08 17:52:20 -08004625android.os.-$$Lambda$q1UvBdLgHRZVzc68BxdksTmbuCw
art-benchmark-serviced5115932020-02-25 17:55:03 -08004626android.os.AppZygote
Mathieu Chartierba2c0462017-05-19 16:41:46 -07004627android.os.AsyncResult
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07004628android.os.AsyncTask$1
Jesse Wilson80686182011-01-21 17:12:43 -08004629android.os.AsyncTask$2
4630android.os.AsyncTask$3
Calin Juravle36829e52019-04-10 19:07:47 -07004631android.os.AsyncTask$4
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004632android.os.AsyncTask$5
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07004633android.os.AsyncTask$AsyncTaskResult
Jesse Wilson80686182011-01-21 17:12:43 -08004634android.os.AsyncTask$InternalHandler
Jesse Wilson80686182011-01-21 17:12:43 -08004635android.os.AsyncTask$SerialExecutor$1
Calin Juravle00b23d32019-03-08 17:52:20 -08004636android.os.AsyncTask$SerialExecutor
Jesse Wilson80686182011-01-21 17:12:43 -08004637android.os.AsyncTask$Status
4638android.os.AsyncTask$WorkerRunnable
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004639android.os.AsyncTask
Andreas Gampedcad4ca2014-10-03 02:00:29 +00004640android.os.BadParcelableException
Andreas Gampe52764cb2016-04-19 20:46:43 -07004641android.os.BaseBundle$NoImagePreloadHolder
Calin Juravle00b23d32019-03-08 17:52:20 -08004642android.os.BaseBundle
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004643android.os.BasicShellCommandHandler
Andreas Gampe61e7b662015-06-17 23:57:04 -07004644android.os.BatteryManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004645android.os.BatteryManagerInternal
Calin Juravle4a054192018-05-29 17:52:20 -07004646android.os.BatteryProperty$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004647android.os.BatteryProperty
4648android.os.BatterySaverPolicyConfig$1
4649android.os.BatterySaverPolicyConfig
art-benchmark-serviced5115932020-02-25 17:55:03 -08004650android.os.BatteryStats$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004651android.os.BatteryStats$2
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07004652android.os.BatteryStats$BitDescription
4653android.os.BatteryStats$ControllerActivityCounter
4654android.os.BatteryStats$Counter
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004655android.os.BatteryStats$DailyItem
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07004656android.os.BatteryStats$HistoryEventTracker
4657android.os.BatteryStats$HistoryItem
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004658android.os.BatteryStats$HistoryPrinter
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07004659android.os.BatteryStats$HistoryStepDetails
4660android.os.BatteryStats$HistoryTag
4661android.os.BatteryStats$IntToString
4662android.os.BatteryStats$LevelStepTracker
4663android.os.BatteryStats$LongCounter
4664android.os.BatteryStats$LongCounterArray
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004665android.os.BatteryStats$PackageChange
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07004666android.os.BatteryStats$Timer
art-benchmark-serviced5115932020-02-25 17:55:03 -08004667android.os.BatteryStats$TimerEntry
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004668android.os.BatteryStats$Uid$Pid
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07004669android.os.BatteryStats$Uid$Pkg$Serv
Calin Juravle00b23d32019-03-08 17:52:20 -08004670android.os.BatteryStats$Uid$Pkg
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004671android.os.BatteryStats$Uid$Proc$ExcessivePower
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07004672android.os.BatteryStats$Uid$Proc
4673android.os.BatteryStats$Uid$Sensor
4674android.os.BatteryStats$Uid$Wakelock
Calin Juravle00b23d32019-03-08 17:52:20 -08004675android.os.BatteryStats$Uid
4676android.os.BatteryStats
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004677android.os.BatteryStatsManager
4678android.os.BestClock
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004679android.os.Binder$NoImagePreloadHolder
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004680android.os.Binder$PropagateWorkSourceTransactListener
4681android.os.Binder$ProxyTransactListener
Calin Juravle00b23d32019-03-08 17:52:20 -08004682android.os.Binder
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004683android.os.BinderProxy$NoImagePreloadHolder
4684android.os.BinderProxy$ProxyMap
Calin Juravle00b23d32019-03-08 17:52:20 -08004685android.os.BinderProxy
4686android.os.BugreportManager
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08004687android.os.Build$VERSION
Calin Juravle00b23d32019-03-08 17:52:20 -08004688android.os.Build
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07004689android.os.Bundle$1
Calin Juravle00b23d32019-03-08 17:52:20 -08004690android.os.Bundle
Kenny Rootdbf30ed2012-09-19 13:08:12 -07004691android.os.CancellationSignal$OnCancelListener
Andreas Gampedcad4ca2014-10-03 02:00:29 +00004692android.os.CancellationSignal$Transport
Calin Juravle00b23d32019-03-08 17:52:20 -08004693android.os.CancellationSignal
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004694android.os.ChildZygoteProcess
Andreas Gampe571fc302016-02-18 13:58:09 -08004695android.os.ConditionVariable
art-benchmark-serviced5115932020-02-25 17:55:03 -08004696android.os.CoolingDevice$1
4697android.os.CoolingDevice
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004698android.os.CpuUsageInfo$1
4699android.os.CpuUsageInfo
Andreas Gampedcad4ca2014-10-03 02:00:29 +00004700android.os.DeadObjectException
Andreas Gampe859e2782016-04-06 18:37:56 -07004701android.os.DeadSystemException
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08004702android.os.Debug$MemoryInfo$1
Calin Juravle00b23d32019-03-08 17:52:20 -08004703android.os.Debug$MemoryInfo
4704android.os.Debug
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004705android.os.DeviceIdleManager
Calin Juravle4a054192018-05-29 17:52:20 -07004706android.os.DropBoxManager$Entry$1
Calin Juravle00b23d32019-03-08 17:52:20 -08004707android.os.DropBoxManager$Entry
4708android.os.DropBoxManager
Kenny Rootdbf30ed2012-09-19 13:08:12 -07004709android.os.Environment$UserEnvironment
Calin Juravle00b23d32019-03-08 17:52:20 -08004710android.os.Environment
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004711android.os.EventLogTags
art-benchmark-serviced60351b2020-04-11 17:55:40 -07004712android.os.ExternalVibration$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08004713android.os.ExternalVibration
Andreas Gampe0db10fd2017-02-01 15:57:57 -08004714android.os.FactoryTest
Calin Juravle4a054192018-05-29 17:52:20 -07004715android.os.FileBridge$FileBridgeOutputStream
art-benchmark-serviced5115932020-02-25 17:55:03 -08004716android.os.FileBridge
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08004717android.os.FileObserver$ObserverThread
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004718android.os.FileUtils$1
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08004719android.os.FileUtils
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004720android.os.GraphicsEnvironment$1
Calin Juravle00b23d32019-03-08 17:52:20 -08004721android.os.GraphicsEnvironment$OpenGlDriverChoice
Andreas Gampe0db10fd2017-02-01 15:57:57 -08004722android.os.GraphicsEnvironment
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004723android.os.Handler$BlockingRunnable
Kenny Root9787b802013-04-26 12:53:57 -07004724android.os.Handler$Callback
4725android.os.Handler$MessengerImpl
Calin Juravle00b23d32019-03-08 17:52:20 -08004726android.os.Handler
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004727android.os.HandlerExecutor
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07004728android.os.HandlerThread
Andreas Gampe571fc302016-02-18 13:58:09 -08004729android.os.HardwarePropertiesManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004730android.os.HidlMemory
art-benchmark-serviced60351b2020-04-11 17:55:40 -07004731android.os.HidlMemoryUtil
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004732android.os.HidlSupport$Mutable
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004733android.os.HidlSupport
Andreas Gampe0db10fd2017-02-01 15:57:57 -08004734android.os.HwBinder
4735android.os.HwBlob
4736android.os.HwParcel
4737android.os.HwRemoteBinder
Mathieu Chartierba2c0462017-05-19 16:41:46 -07004738android.os.IBatteryPropertiesRegistrar$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08004739android.os.IBatteryPropertiesRegistrar$Stub
4740android.os.IBatteryPropertiesRegistrar
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07004741android.os.IBinder$DeathRecipient
Calin Juravle00b23d32019-03-08 17:52:20 -08004742android.os.IBinder
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07004743android.os.ICancellationSignal$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08004744android.os.ICancellationSignal$Stub
4745android.os.ICancellationSignal
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004746android.os.IDeviceIdentifiersPolicyService$Stub$Proxy
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004747android.os.IDeviceIdentifiersPolicyService$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08004748android.os.IDeviceIdentifiersPolicyService
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004749android.os.IDeviceIdleController$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08004750android.os.IDeviceIdleController$Stub
4751android.os.IDeviceIdleController
art-benchmark-serviced5115932020-02-25 17:55:03 -08004752android.os.IDumpstate$Stub$Proxy
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004753android.os.IDumpstate$Stub
4754android.os.IDumpstate
art-benchmark-serviced5115932020-02-25 17:55:03 -08004755android.os.IDumpstateListener$Stub$Proxy
4756android.os.IDumpstateListener$Stub
4757android.os.IDumpstateListener
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004758android.os.IExternalVibratorService$Stub
4759android.os.IExternalVibratorService
art-benchmark-serviced5115932020-02-25 17:55:03 -08004760android.os.IHardwarePropertiesManager$Stub$Proxy
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07004761android.os.IHardwarePropertiesManager$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08004762android.os.IHardwarePropertiesManager
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07004763android.os.IHwBinder$DeathRecipient
Calin Juravle00b23d32019-03-08 17:52:20 -08004764android.os.IHwBinder
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07004765android.os.IHwInterface
art-benchmark-serviced5115932020-02-25 17:55:03 -08004766android.os.IIncidentAuthListener$Stub$Proxy
4767android.os.IIncidentAuthListener$Stub
4768android.os.IIncidentAuthListener
4769android.os.IIncidentCompanion$Stub$Proxy
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004770android.os.IIncidentCompanion$Stub
4771android.os.IIncidentCompanion
4772android.os.IIncidentManager$Stub$Proxy
4773android.os.IIncidentManager$Stub
4774android.os.IIncidentManager
4775android.os.IInstalld$Stub$Proxy
4776android.os.IInstalld$Stub
4777android.os.IInstalld
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08004778android.os.IInterface
Andreas Gampe61e7b662015-06-17 23:57:04 -07004779android.os.IMessenger$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08004780android.os.IMessenger$Stub
4781android.os.IMessenger
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004782android.os.INetworkActivityListener$Stub$Proxy
4783android.os.INetworkActivityListener$Stub
4784android.os.INetworkActivityListener
Andreas Gampedcad4ca2014-10-03 02:00:29 +00004785android.os.INetworkManagementService$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08004786android.os.INetworkManagementService$Stub
4787android.os.INetworkManagementService
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004788android.os.IPermissionController$Stub
4789android.os.IPermissionController
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07004790android.os.IPowerManager$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08004791android.os.IPowerManager$Stub
4792android.os.IPowerManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004793android.os.IProcessInfoService$Stub
4794android.os.IProcessInfoService
4795android.os.IProgressListener$Stub$Proxy
4796android.os.IProgressListener$Stub
4797android.os.IProgressListener
art-benchmark-serviced5115932020-02-25 17:55:03 -08004798android.os.IPullAtomCallback$Stub
4799android.os.IPullAtomCallback
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004800android.os.IRecoverySystem$Stub
4801android.os.IRecoverySystem
art-benchmark-serviced60351b2020-04-11 17:55:40 -07004802android.os.IRecoverySystemProgressListener$Stub$Proxy
art-benchmark-serviced5115932020-02-25 17:55:03 -08004803android.os.IRecoverySystemProgressListener$Stub
4804android.os.IRecoverySystemProgressListener
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004805android.os.IRemoteCallback$Stub$Proxy
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004806android.os.IRemoteCallback$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08004807android.os.IRemoteCallback
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004808android.os.ISchedulingPolicyService$Stub
4809android.os.ISchedulingPolicyService
4810android.os.IServiceManager$Stub$Proxy
4811android.os.IServiceManager$Stub
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07004812android.os.IServiceManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004813android.os.IStatsCompanionService$Stub
4814android.os.IStatsCompanionService
art-benchmark-serviced5115932020-02-25 17:55:03 -08004815android.os.IStatsManagerService$Stub
4816android.os.IStatsManagerService
art-benchmark-service35aba412020-02-03 11:53:25 -08004817android.os.IStatsd$Stub
4818android.os.IStatsd
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004819android.os.IStoraged$Stub$Proxy
4820android.os.IStoraged$Stub
4821android.os.IStoraged
art-benchmark-serviced60351b2020-04-11 17:55:40 -07004822android.os.ISystemConfig$Stub
4823android.os.ISystemConfig
Calin Juravle4a054192018-05-29 17:52:20 -07004824android.os.ISystemUpdateManager$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08004825android.os.ISystemUpdateManager$Stub
4826android.os.ISystemUpdateManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004827android.os.IThermalEventListener$Stub$Proxy
4828android.os.IThermalEventListener$Stub
4829android.os.IThermalEventListener
4830android.os.IThermalService$Stub$Proxy
4831android.os.IThermalService$Stub
4832android.os.IThermalService
4833android.os.IThermalStatusListener$Stub$Proxy
4834android.os.IThermalStatusListener$Stub
4835android.os.IThermalStatusListener
art-benchmark-serviced5115932020-02-25 17:55:03 -08004836android.os.IUpdateEngine$Stub$Proxy
4837android.os.IUpdateEngine$Stub
4838android.os.IUpdateEngine
4839android.os.IUpdateEngineCallback$Stub
4840android.os.IUpdateEngineCallback
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004841android.os.IUpdateLock$Stub
4842android.os.IUpdateLock
Andreas Gampedcad4ca2014-10-03 02:00:29 +00004843android.os.IUserManager$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08004844android.os.IUserManager$Stub
4845android.os.IUserManager
art-benchmark-serviced5115932020-02-25 17:55:03 -08004846android.os.IUserRestrictionsListener$Stub$Proxy
4847android.os.IUserRestrictionsListener$Stub
4848android.os.IUserRestrictionsListener
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07004849android.os.IVibratorService$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08004850android.os.IVibratorService$Stub
4851android.os.IVibratorService
art-benchmark-serviced60351b2020-04-11 17:55:40 -07004852android.os.IVibratorStateListener$Stub$Proxy
art-benchmark-serviced5115932020-02-25 17:55:03 -08004853android.os.IVibratorStateListener$Stub
4854android.os.IVibratorStateListener
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004855android.os.IVold$Stub$Proxy
4856android.os.IVold$Stub
4857android.os.IVold
4858android.os.IVoldListener$Stub
4859android.os.IVoldListener
art-benchmark-serviced5115932020-02-25 17:55:03 -08004860android.os.IVoldMountCallback$Stub
4861android.os.IVoldMountCallback
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004862android.os.IVoldTaskListener$Stub$Proxy
4863android.os.IVoldTaskListener$Stub
4864android.os.IVoldTaskListener
art-benchmark-serviced5115932020-02-25 17:55:03 -08004865android.os.IncidentManager$IncidentReport$1
4866android.os.IncidentManager$IncidentReport
Andreas Gampe0db10fd2017-02-01 15:57:57 -08004867android.os.IncidentManager
Andreas Gampecbcb9e32016-06-03 17:24:05 -07004868android.os.LocaleList$1
Calin Juravle00b23d32019-03-08 17:52:20 -08004869android.os.LocaleList
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004870android.os.Looper$Observer
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08004871android.os.Looper
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08004872android.os.MemoryFile
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07004873android.os.Message$1
Calin Juravle00b23d32019-03-08 17:52:20 -08004874android.os.Message
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004875android.os.MessageQueue$FileDescriptorRecord
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07004876android.os.MessageQueue$IdleHandler
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004877android.os.MessageQueue$OnFileDescriptorEventListener
Calin Juravle00b23d32019-03-08 17:52:20 -08004878android.os.MessageQueue
Kenny Root9787b802013-04-26 12:53:57 -07004879android.os.Messenger$1
Calin Juravle00b23d32019-03-08 17:52:20 -08004880android.os.Messenger
4881android.os.NativeHandle
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004882android.os.NetworkOnMainThreadException
Andreas Gampe571fc302016-02-18 13:58:09 -08004883android.os.OperationCanceledException
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08004884android.os.Parcel$1
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07004885android.os.Parcel$2
4886android.os.Parcel$ReadWriteHelper
art-benchmark-serviced60351b2020-04-11 17:55:40 -07004887android.os.Parcel$SquashReadHelper
Calin Juravle00b23d32019-03-08 17:52:20 -08004888android.os.Parcel
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08004889android.os.ParcelFileDescriptor$1
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004890android.os.ParcelFileDescriptor$2
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07004891android.os.ParcelFileDescriptor$AutoCloseInputStream
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004892android.os.ParcelFileDescriptor$AutoCloseOutputStream
art-benchmark-serviced5115932020-02-25 17:55:03 -08004893android.os.ParcelFileDescriptor$OnCloseListener
4894android.os.ParcelFileDescriptor$Status
Calin Juravle00b23d32019-03-08 17:52:20 -08004895android.os.ParcelFileDescriptor
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004896android.os.ParcelFormatException
Mathieu Chartierba2c0462017-05-19 16:41:46 -07004897android.os.ParcelUuid$1
Calin Juravle00b23d32019-03-08 17:52:20 -08004898android.os.ParcelUuid
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04004899android.os.Parcelable$ClassLoaderCreator
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08004900android.os.Parcelable$Creator
Calin Juravle00b23d32019-03-08 17:52:20 -08004901android.os.Parcelable
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004902android.os.ParcelableException$1
Calin Juravle00b23d32019-03-08 17:52:20 -08004903android.os.ParcelableException
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07004904android.os.ParcelableParcel$1
Calin Juravle00b23d32019-03-08 17:52:20 -08004905android.os.ParcelableParcel
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07004906android.os.PatternMatcher$1
Calin Juravle00b23d32019-03-08 17:52:20 -08004907android.os.PatternMatcher
Andreas Gampe61e7b662015-06-17 23:57:04 -07004908android.os.PersistableBundle$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004909android.os.PersistableBundle$MyReadMapCallback
Calin Juravle00b23d32019-03-08 17:52:20 -08004910android.os.PersistableBundle
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004911android.os.PooledStringReader
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07004912android.os.PooledStringWriter
art-benchmark-serviced5115932020-02-25 17:55:03 -08004913android.os.PowerManager$1
art-benchmark-serviced60351b2020-04-11 17:55:40 -07004914android.os.PowerManager$2
4915android.os.PowerManager$3
art-benchmark-serviced5115932020-02-25 17:55:03 -08004916android.os.PowerManager$OnThermalStatusChangedListener
4917android.os.PowerManager$WakeData
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07004918android.os.PowerManager$WakeLock$1
Calin Juravle00b23d32019-03-08 17:52:20 -08004919android.os.PowerManager$WakeLock
4920android.os.PowerManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004921android.os.PowerManagerInternal$1
4922android.os.PowerManagerInternal$LowPowerModeListener
4923android.os.PowerManagerInternal
4924android.os.PowerSaveState$1
4925android.os.PowerSaveState$Builder
4926android.os.PowerSaveState
4927android.os.PowerWhitelistManager
4928android.os.Process$ProcessStartResult
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08004929android.os.Process
art-benchmark-service56aece62020-02-10 17:58:03 -08004930android.os.ProxyFileDescriptorCallback
art-benchmark-serviced5115932020-02-25 17:55:03 -08004931android.os.RecoverySystem$1
4932android.os.RecoverySystem$2
4933android.os.RecoverySystem$3
4934android.os.RecoverySystem$4
4935android.os.RecoverySystem$5
4936android.os.RecoverySystem$ProgressListener
Andreas Gampe859e2782016-04-06 18:37:56 -07004937android.os.RecoverySystem
Mathieu Chartierba2c0462017-05-19 16:41:46 -07004938android.os.Registrant
Calin Juravle00b23d32019-03-08 17:52:20 -08004939android.os.RegistrantList
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004940android.os.RemoteCallback$1
4941android.os.RemoteCallback$2
Calin Juravle00b23d32019-03-08 17:52:20 -08004942android.os.RemoteCallback$3
Calin Juravle36829e52019-04-10 19:07:47 -07004943android.os.RemoteCallback$OnResultListener
Calin Juravle00b23d32019-03-08 17:52:20 -08004944android.os.RemoteCallback
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07004945android.os.RemoteCallbackList$Callback
Calin Juravle00b23d32019-03-08 17:52:20 -08004946android.os.RemoteCallbackList
Kenny Rootdbf30ed2012-09-19 13:08:12 -07004947android.os.RemoteException
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07004948android.os.ResultReceiver$1
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004949android.os.ResultReceiver$MyResultReceiver
4950android.os.ResultReceiver$MyRunnable
Calin Juravle00b23d32019-03-08 17:52:20 -08004951android.os.ResultReceiver
Kenny Rootdbf30ed2012-09-19 13:08:12 -07004952android.os.SELinux
Andreas Gampe0db10fd2017-02-01 15:57:57 -08004953android.os.ServiceManager$ServiceNotFoundException
Calin Juravle00b23d32019-03-08 17:52:20 -08004954android.os.ServiceManager
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07004955android.os.ServiceManagerNative
4956android.os.ServiceManagerProxy
Andreas Gampe0db10fd2017-02-01 15:57:57 -08004957android.os.ServiceSpecificException
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004958android.os.SharedMemory$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004959android.os.SharedMemory$Closer
4960android.os.SharedMemory$MemoryRegistration
4961android.os.SharedMemory$Unmapper
Calin Juravle00b23d32019-03-08 17:52:20 -08004962android.os.SharedMemory
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004963android.os.ShellCallback$1
Calin Juravle00b23d32019-03-08 17:52:20 -08004964android.os.ShellCallback
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004965android.os.ShellCommand
4966android.os.SimpleClock
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08004967android.os.StatFs
art-benchmark-serviced5115932020-02-25 17:55:03 -08004968android.os.StatsDimensionsValue$1
4969android.os.StatsDimensionsValue
4970android.os.StatsServiceManager$ServiceRegisterer
4971android.os.StatsServiceManager
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07004972android.os.StrictMode$1
4973android.os.StrictMode$2
Jesse Wilson80686182011-01-21 17:12:43 -08004974android.os.StrictMode$3
4975android.os.StrictMode$4
4976android.os.StrictMode$5
4977android.os.StrictMode$6
4978android.os.StrictMode$7
4979android.os.StrictMode$8
Calin Juravle00b23d32019-03-08 17:52:20 -08004980android.os.StrictMode$9
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07004981android.os.StrictMode$AndroidBlockGuardPolicy
Jesse Wilson80686182011-01-21 17:12:43 -08004982android.os.StrictMode$AndroidCloseGuardReporter
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04004983android.os.StrictMode$InstanceTracker
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004984android.os.StrictMode$OnThreadViolationListener
Jesse Wilson80686182011-01-21 17:12:43 -08004985android.os.StrictMode$Span
Andreas Gampe571fc302016-02-18 13:58:09 -08004986android.os.StrictMode$ThreadPolicy$Builder
Calin Juravle00b23d32019-03-08 17:52:20 -08004987android.os.StrictMode$ThreadPolicy
Jesse Wilson80686182011-01-21 17:12:43 -08004988android.os.StrictMode$ThreadSpanState
Andreas Gampe0db10fd2017-02-01 15:57:57 -08004989android.os.StrictMode$ViolationInfo$1
Calin Juravle00b23d32019-03-08 17:52:20 -08004990android.os.StrictMode$ViolationInfo
Kurt Nelson7d5c07a2017-09-07 16:43:45 -07004991android.os.StrictMode$ViolationLogger
Jesse Wilson80686182011-01-21 17:12:43 -08004992android.os.StrictMode$VmPolicy$Builder
Calin Juravle00b23d32019-03-08 17:52:20 -08004993android.os.StrictMode$VmPolicy
4994android.os.StrictMode
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004995android.os.SynchronousResultReceiver$Result
4996android.os.SynchronousResultReceiver
4997android.os.SystemClock$1
4998android.os.SystemClock$2
4999android.os.SystemClock$3
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08005000android.os.SystemClock
art-benchmark-serviced5115932020-02-25 17:55:03 -08005001android.os.SystemConfigManager
5002android.os.SystemProperties$Handle
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08005003android.os.SystemProperties
art-benchmark-serviced5115932020-02-25 17:55:03 -08005004android.os.SystemService$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005005android.os.SystemService$State
5006android.os.SystemService
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07005007android.os.SystemUpdateManager
Andreas Gampe859e2782016-04-06 18:37:56 -07005008android.os.SystemVibrator
art-benchmark-serviced5115932020-02-25 17:55:03 -08005009android.os.TelephonyServiceManager$ServiceRegisterer
art-benchmark-service35aba412020-02-03 11:53:25 -08005010android.os.TelephonyServiceManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005011android.os.Temperature$1
5012android.os.Temperature
Calin Juravle00b23d32019-03-08 17:52:20 -08005013android.os.ThreadLocalWorkSource
art-benchmark-serviced60351b2020-04-11 17:55:40 -07005014android.os.TimestampedValue$1
5015android.os.TimestampedValue
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005016android.os.TokenWatcher$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08005017android.os.TokenWatcher$Death
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005018android.os.TokenWatcher
Kenny Rootdbf30ed2012-09-19 13:08:12 -07005019android.os.Trace
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005020android.os.TraceNameSupplier
5021android.os.TransactionTooLargeException
Calin Juravle00b23d32019-03-08 17:52:20 -08005022android.os.TransactionTracker
art-benchmark-serviced5115932020-02-25 17:55:03 -08005023android.os.UEventObserver$UEvent
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005024android.os.UEventObserver$UEventThread
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08005025android.os.UEventObserver
art-benchmark-serviced5115932020-02-25 17:55:03 -08005026android.os.UpdateEngine$1$1
5027android.os.UpdateEngine$1
5028android.os.UpdateEngine
5029android.os.UpdateEngineCallback
Calin Juravle00b23d32019-03-08 17:52:20 -08005030android.os.UpdateLock
Kenny Rootdbf30ed2012-09-19 13:08:12 -07005031android.os.UserHandle$1
Calin Juravle00b23d32019-03-08 17:52:20 -08005032android.os.UserHandle
art-benchmark-serviced5115932020-02-25 17:55:03 -08005033android.os.UserManager$1
Calin Juravle00b23d32019-03-08 17:52:20 -08005034android.os.UserManager$EnforcingUser$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005035android.os.UserManager$EnforcingUser
Calin Juravle00b23d32019-03-08 17:52:20 -08005036android.os.UserManager$UserOperationException
Andreas Gampedcad4ca2014-10-03 02:00:29 +00005037android.os.UserManager
art-benchmark-servicead05a302020-03-17 09:46:02 -07005038android.os.VibrationAttributes$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08005039android.os.VibrationAttributes$Builder
5040android.os.VibrationAttributes
Calin Juravle4a054192018-05-29 17:52:20 -07005041android.os.VibrationEffect$1
art-benchmark-serviced60351b2020-04-11 17:55:40 -07005042android.os.VibrationEffect$Composed$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08005043android.os.VibrationEffect$Composed
Calin Juravle4a054192018-05-29 17:52:20 -07005044android.os.VibrationEffect$OneShot$1
Calin Juravle00b23d32019-03-08 17:52:20 -08005045android.os.VibrationEffect$OneShot
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005046android.os.VibrationEffect$Prebaked$1
5047android.os.VibrationEffect$Prebaked
5048android.os.VibrationEffect$Waveform$1
5049android.os.VibrationEffect$Waveform
Calin Juravle00b23d32019-03-08 17:52:20 -08005050android.os.VibrationEffect
Andreas Gampe61e7b662015-06-17 23:57:04 -07005051android.os.Vibrator
Mathieu Chartierba2c0462017-05-19 16:41:46 -07005052android.os.VintfObject
5053android.os.VintfRuntimeInfo
Mathieu Chartierba2c0462017-05-19 16:41:46 -07005054android.os.WorkSource$1
Calin Juravle4a054192018-05-29 17:52:20 -07005055android.os.WorkSource$WorkChain$1
Calin Juravle00b23d32019-03-08 17:52:20 -08005056android.os.WorkSource$WorkChain
5057android.os.WorkSource
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005058android.os.ZygoteProcess$ZygoteState
Andreas Gampe0db10fd2017-02-01 15:57:57 -08005059android.os.ZygoteProcess
Andreas Gampedcad4ca2014-10-03 02:00:29 +00005060android.os.ZygoteStartFailedEx
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005061android.os.connectivity.CellularBatteryStats$1
5062android.os.connectivity.CellularBatteryStats
5063android.os.connectivity.GpsBatteryStats$1
5064android.os.connectivity.GpsBatteryStats
art-benchmark-serviced5115932020-02-25 17:55:03 -08005065android.os.connectivity.WifiActivityEnergyInfo$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005066android.os.connectivity.WifiActivityEnergyInfo
5067android.os.connectivity.WifiBatteryStats$1
5068android.os.connectivity.WifiBatteryStats
5069android.os.health.HealthKeys$Constant
art-benchmark-serviced5115932020-02-25 17:55:03 -08005070android.os.health.HealthKeys$Constants
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005071android.os.health.HealthKeys$SortedIntArray
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07005072android.os.health.HealthStats
5073android.os.health.HealthStatsParceler$1
Calin Juravle00b23d32019-03-08 17:52:20 -08005074android.os.health.HealthStatsParceler
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005075android.os.health.HealthStatsWriter
art-benchmark-serviced5115932020-02-25 17:55:03 -08005076android.os.health.PackageHealthStats
5077android.os.health.PidHealthStats
5078android.os.health.ProcessHealthStats
5079android.os.health.ServiceHealthStats
Andreas Gampe859e2782016-04-06 18:37:56 -07005080android.os.health.SystemHealthManager
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07005081android.os.health.TimerStat$1
Calin Juravle00b23d32019-03-08 17:52:20 -08005082android.os.health.TimerStat
art-benchmark-serviced5115932020-02-25 17:55:03 -08005083android.os.health.UidHealthStats
Po-Chien Hsueh4e908c22019-03-07 11:57:17 +08005084android.os.image.DynamicSystemClient
5085android.os.image.DynamicSystemManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005086android.os.image.IDynamicSystemService$Stub
5087android.os.image.IDynamicSystemService
art-benchmark-service56aece62020-02-10 17:58:03 -08005088android.os.incremental.IncrementalManager
art-benchmark-serviced5115932020-02-25 17:55:03 -08005089android.os.storage.-$$Lambda$StorageManager$StorageEventListenerDelegate$GoEFKT1rhv7KuSkGeH69DO738lA
5090android.os.storage.-$$Lambda$StorageManager$StorageEventListenerDelegate$pyZP4UQS232-tqmtk5lSCyZx9qU
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005091android.os.storage.DiskInfo$1
5092android.os.storage.DiskInfo
5093android.os.storage.IObbActionListener$Stub$Proxy
Mathieu Chartierba2c0462017-05-19 16:41:46 -07005094android.os.storage.IObbActionListener$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08005095android.os.storage.IObbActionListener
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005096android.os.storage.IStorageEventListener$Stub$Proxy
5097android.os.storage.IStorageEventListener$Stub
5098android.os.storage.IStorageEventListener
Sudheer Shanka2250d562016-11-07 15:41:02 -08005099android.os.storage.IStorageManager$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08005100android.os.storage.IStorageManager$Stub
5101android.os.storage.IStorageManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005102android.os.storage.IStorageShutdownObserver$Stub$Proxy
5103android.os.storage.IStorageShutdownObserver$Stub
5104android.os.storage.IStorageShutdownObserver
art-benchmark-service56aece62020-02-10 17:58:03 -08005105android.os.storage.OnObbStateChangeListener
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005106android.os.storage.StorageEventListener
art-benchmark-service56aece62020-02-10 17:58:03 -08005107android.os.storage.StorageManager$1
Mathieu Chartierba2c0462017-05-19 16:41:46 -07005108android.os.storage.StorageManager$ObbActionListener
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005109android.os.storage.StorageManager$StorageEventListenerDelegate
art-benchmark-service56aece62020-02-10 17:58:03 -08005110android.os.storage.StorageManager$StorageVolumeCallback
Calin Juravle00b23d32019-03-08 17:52:20 -08005111android.os.storage.StorageManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005112android.os.storage.StorageManagerInternal$ExternalStorageMountPolicy
5113android.os.storage.StorageManagerInternal
Kenny Rootdbf30ed2012-09-19 13:08:12 -07005114android.os.storage.StorageVolume$1
Calin Juravle00b23d32019-03-08 17:52:20 -08005115android.os.storage.StorageVolume
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07005116android.os.storage.VolumeInfo$1
5117android.os.storage.VolumeInfo$2
Calin Juravle00b23d32019-03-08 17:52:20 -08005118android.os.storage.VolumeInfo
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005119android.os.storage.VolumeRecord$1
5120android.os.storage.VolumeRecord
5121android.os.strictmode.ContentUriWithoutPermissionViolation
5122android.os.strictmode.CredentialProtectedWhileLockedViolation
5123android.os.strictmode.CustomViolation
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07005124android.os.strictmode.DiskReadViolation
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005125android.os.strictmode.DiskWriteViolation
5126android.os.strictmode.ExplicitGcViolation
5127android.os.strictmode.ImplicitDirectBootViolation
art-benchmark-servicead05a302020-03-17 09:46:02 -07005128android.os.strictmode.IncorrectContextUseViolation
Calin Juravle4a054192018-05-29 17:52:20 -07005129android.os.strictmode.InstanceCountViolation
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005130android.os.strictmode.IntentReceiverLeakedViolation
5131android.os.strictmode.LeakedClosableViolation
5132android.os.strictmode.NetworkViolation
5133android.os.strictmode.ResourceMismatchViolation
5134android.os.strictmode.ServiceConnectionLeakedViolation
5135android.os.strictmode.SqliteObjectLeakedViolation
5136android.os.strictmode.UnbufferedIoViolation
5137android.os.strictmode.UntaggedSocketViolation
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07005138android.os.strictmode.Violation
art-benchmark-serviced5115932020-02-25 17:55:03 -08005139android.os.strictmode.WebViewMethodCalledOnWrongThreadViolation
5140android.permission.-$$Lambda$PermissionControllerManager$2gyb4miANgsuR_Cn3HPTnP6sL54
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005141android.permission.-$$Lambda$PermissionControllerManager$Iy-7wiKMCV-MFSPGyIJxP_DSf8E
art-benchmark-serviced5115932020-02-25 17:55:03 -08005142android.permission.-$$Lambda$PermissionControllerManager$WcxnBH4VsthEHNc7qKClONaAHtQ
5143android.permission.-$$Lambda$PermissionControllerManager$eHuRmDpRAUfA3qanHHMVMV_C0lI
5144android.permission.-$$Lambda$PermissionControllerManager$u5bno-vHXoMY3ADbZMAlZp7v9oI
5145android.permission.-$$Lambda$PermissionControllerManager$vBYanTuMAWBbfOp_XdHzQXYNpXY
5146android.permission.-$$Lambda$PermissionControllerManager$wPNqW0yZff7KXoWmrKVyzMgY2jc
5147android.permission.-$$Lambda$PermissionControllerManager$yqGWw4vOTpW9pDZRlfJdxzYUsF0
5148android.permission.-$$Lambda$ViMr_PAGHrCLBQPYNzqdYUNU5zI
5149android.permission.IOnPermissionsChangeListener$Stub$Proxy
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005150android.permission.IOnPermissionsChangeListener$Stub
5151android.permission.IOnPermissionsChangeListener
Calin Juravle00b23d32019-03-08 17:52:20 -08005152android.permission.IPermissionController$Stub$Proxy
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005153android.permission.IPermissionController$Stub
Calin Juravle36829e52019-04-10 19:07:47 -07005154android.permission.IPermissionController
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005155android.permission.IPermissionManager$Stub$Proxy
5156android.permission.IPermissionManager$Stub
5157android.permission.IPermissionManager
art-benchmark-serviced5115932020-02-25 17:55:03 -08005158android.permission.PermissionControllerManager$1
Calin Juravle00b23d32019-03-08 17:52:20 -08005159android.permission.PermissionControllerManager
art-benchmark-serviced60351b2020-04-11 17:55:40 -07005160android.permission.PermissionManager$1
5161android.permission.PermissionManager$2
5162android.permission.PermissionManager$PackageNamePermissionQuery
5163android.permission.PermissionManager$PermissionQuery
Calin Juravle787d34d2019-04-25 15:12:44 -07005164android.permission.PermissionManager$SplitPermissionInfo
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005165android.permission.PermissionManagerInternal
5166android.preference.GenericInflater$Parent
5167android.preference.GenericInflater
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07005168android.preference.Preference$OnPreferenceChangeListener
Calin Juravle00b23d32019-03-08 17:52:20 -08005169android.preference.Preference
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07005170android.preference.PreferenceActivity
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07005171android.preference.PreferenceFragment$OnPreferenceStartFragmentCallback
Calin Juravle00b23d32019-03-08 17:52:20 -08005172android.preference.PreferenceFragment
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005173android.preference.PreferenceGroup
5174android.preference.PreferenceInflater
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07005175android.preference.PreferenceManager$OnPreferenceTreeClickListener
Calin Juravle00b23d32019-03-08 17:52:20 -08005176android.preference.PreferenceManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005177android.preference.PreferenceScreen
art-benchmark-serviced60351b2020-04-11 17:55:40 -07005178android.print.IPrintDocumentAdapter$Stub$Proxy
art-benchmark-serviced5115932020-02-25 17:55:03 -08005179android.print.IPrintDocumentAdapter$Stub
5180android.print.IPrintDocumentAdapter
art-benchmark-serviced60351b2020-04-11 17:55:40 -07005181android.print.IPrintJobStateChangeListener$Stub$Proxy
art-benchmark-serviced5115932020-02-25 17:55:03 -08005182android.print.IPrintJobStateChangeListener$Stub
5183android.print.IPrintJobStateChangeListener
5184android.print.IPrintManager$Stub$Proxy
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005185android.print.IPrintManager$Stub
5186android.print.IPrintManager
art-benchmark-serviced60351b2020-04-11 17:55:40 -07005187android.print.IPrintServicesChangeListener$Stub$Proxy
art-benchmark-serviced5115932020-02-25 17:55:03 -08005188android.print.IPrintServicesChangeListener$Stub
5189android.print.IPrintServicesChangeListener
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005190android.print.IPrintSpooler$Stub$Proxy
5191android.print.IPrintSpooler$Stub
5192android.print.IPrintSpooler
art-benchmark-serviced5115932020-02-25 17:55:03 -08005193android.print.IPrintSpoolerCallbacks$Stub
5194android.print.IPrintSpoolerCallbacks
5195android.print.IPrintSpoolerClient$Stub
5196android.print.IPrintSpoolerClient
art-benchmark-serviced60351b2020-04-11 17:55:40 -07005197android.print.IPrinterDiscoveryObserver$Stub$Proxy
art-benchmark-serviced5115932020-02-25 17:55:03 -08005198android.print.IPrinterDiscoveryObserver$Stub
5199android.print.IPrinterDiscoveryObserver
art-benchmark-serviced60351b2020-04-11 17:55:40 -07005200android.print.PrintAttributes$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08005201android.print.PrintAttributes
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07005202android.print.PrintDocumentAdapter
art-benchmark-serviced60351b2020-04-11 17:55:40 -07005203android.print.PrintJobId$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08005204android.print.PrintJobId
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005205android.print.PrintJobInfo$1
5206android.print.PrintJobInfo
art-benchmark-serviced5115932020-02-25 17:55:03 -08005207android.print.PrintManager$1
Andreas Gampe61e7b662015-06-17 23:57:04 -07005208android.print.PrintManager
art-benchmark-serviced60351b2020-04-11 17:55:40 -07005209android.print.PrinterId$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08005210android.print.PrinterId
5211android.printservice.IPrintServiceClient$Stub
5212android.printservice.IPrintServiceClient
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005213android.printservice.PrintServiceInfo$1
5214android.printservice.PrintServiceInfo
art-benchmark-serviced60351b2020-04-11 17:55:40 -07005215android.printservice.recommendation.IRecommendationsChangeListener$Stub$Proxy
art-benchmark-serviced5115932020-02-25 17:55:03 -08005216android.printservice.recommendation.IRecommendationsChangeListener$Stub
5217android.printservice.recommendation.IRecommendationsChangeListener
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005218android.privacy.DifferentialPrivacyConfig
5219android.privacy.DifferentialPrivacyEncoder
art-benchmark-serviced5115932020-02-25 17:55:03 -08005220android.privacy.internal.longitudinalreporting.LongitudinalReportingConfig
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005221android.privacy.internal.longitudinalreporting.LongitudinalReportingEncoder
5222android.privacy.internal.rappor.RapporConfig
5223android.privacy.internal.rappor.RapporEncoder
art-benchmark-serviced5115932020-02-25 17:55:03 -08005224android.provider.-$$Lambda$DeviceConfig$6U9gBH6h5Oab2DB_e83az4n_WEo
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07005225android.provider.-$$Lambda$FontsContract$3FDNQd-WsglsyDhif-aHVbzkfrA
Calin Juravle00b23d32019-03-08 17:52:20 -08005226android.provider.-$$Lambda$FontsContract$rqfIZKvP1frnI9vP1hVA8jQN_RE
art-benchmark-serviced5115932020-02-25 17:55:03 -08005227android.provider.-$$Lambda$Settings$NameValueCache$cLX_nUBDGp9SYpFxrABk-2ceeMI
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07005228android.provider.-$$Lambda$Settings$NameValueCache$qSyMM6rUAHCa-5rsP-atfAqR3sA
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07005229android.provider.BaseColumns
art-benchmark-serviced5115932020-02-25 17:55:03 -08005230android.provider.BlockedNumberContract$BlockedNumbers
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005231android.provider.BlockedNumberContract$SystemContract
5232android.provider.BlockedNumberContract
art-benchmark-serviced5115932020-02-25 17:55:03 -08005233android.provider.CalendarContract$Attendees
5234android.provider.CalendarContract$AttendeesColumns
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07005235android.provider.CalendarContract$CalendarColumns
5236android.provider.CalendarContract$CalendarSyncColumns
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005237android.provider.CalendarContract$Calendars
Calin Juravle4a054192018-05-29 17:52:20 -07005238android.provider.CalendarContract$Events
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07005239android.provider.CalendarContract$EventsColumns
Calin Juravle4a054192018-05-29 17:52:20 -07005240android.provider.CalendarContract$Instances
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07005241android.provider.CalendarContract$SyncColumns
art-benchmark-serviced5115932020-02-25 17:55:03 -08005242android.provider.CalendarContract
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005243android.provider.CallLog$Calls
art-benchmark-serviced5115932020-02-25 17:55:03 -08005244android.provider.CallLog
5245android.provider.ContactsContract$BaseSyncColumns
Andreas Gampe61e7b662015-06-17 23:57:04 -07005246android.provider.ContactsContract$CommonDataKinds$BaseTypes
Calin Juravle00b23d32019-03-08 17:52:20 -08005247android.provider.ContactsContract$CommonDataKinds$Callable
Andreas Gampe61e7b662015-06-17 23:57:04 -07005248android.provider.ContactsContract$CommonDataKinds$CommonColumns
Calin Juravle4a054192018-05-29 17:52:20 -07005249android.provider.ContactsContract$CommonDataKinds$Email
art-benchmark-serviced60351b2020-04-11 17:55:40 -07005250android.provider.ContactsContract$CommonDataKinds$Event
5251android.provider.ContactsContract$CommonDataKinds$Im
Calin Juravle4a054192018-05-29 17:52:20 -07005252android.provider.ContactsContract$CommonDataKinds$Phone
art-benchmark-serviced60351b2020-04-11 17:55:40 -07005253android.provider.ContactsContract$CommonDataKinds$Relation
art-benchmark-serviced5115932020-02-25 17:55:03 -08005254android.provider.ContactsContract$CommonDataKinds$StructuredPostal
Andreas Gampedcad4ca2014-10-03 02:00:29 +00005255android.provider.ContactsContract$ContactCounts
5256android.provider.ContactsContract$ContactNameColumns
5257android.provider.ContactsContract$ContactOptionsColumns
5258android.provider.ContactsContract$ContactStatusColumns
Calin Juravle4a054192018-05-29 17:52:20 -07005259android.provider.ContactsContract$Contacts
Andreas Gampedcad4ca2014-10-03 02:00:29 +00005260android.provider.ContactsContract$ContactsColumns
Calin Juravle4a054192018-05-29 17:52:20 -07005261android.provider.ContactsContract$Data
Andreas Gampedcad4ca2014-10-03 02:00:29 +00005262android.provider.ContactsContract$DataColumns
5263android.provider.ContactsContract$DataColumnsWithJoins
art-benchmark-serviced5115932020-02-25 17:55:03 -08005264android.provider.ContactsContract$DataUsageFeedback
Andreas Gampedcad4ca2014-10-03 02:00:29 +00005265android.provider.ContactsContract$DataUsageStatColumns
art-benchmark-serviced5115932020-02-25 17:55:03 -08005266android.provider.ContactsContract$DeletedContacts
5267android.provider.ContactsContract$DeletedContactsColumns
art-benchmark-serviced60351b2020-04-11 17:55:40 -07005268android.provider.ContactsContract$Directory
art-benchmark-serviced5115932020-02-25 17:55:03 -08005269android.provider.ContactsContract$DisplayPhoto
5270android.provider.ContactsContract$Groups
5271android.provider.ContactsContract$GroupsColumns
5272android.provider.ContactsContract$MetadataSync
5273android.provider.ContactsContract$MetadataSyncColumns
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005274android.provider.ContactsContract$PhoneLookup
5275android.provider.ContactsContract$PhoneLookupColumns
art-benchmark-serviced5115932020-02-25 17:55:03 -08005276android.provider.ContactsContract$Profile
5277android.provider.ContactsContract$ProviderStatus
5278android.provider.ContactsContract$RawContacts
Andreas Gampedcad4ca2014-10-03 02:00:29 +00005279android.provider.ContactsContract$RawContactsColumns
art-benchmark-serviced5115932020-02-25 17:55:03 -08005280android.provider.ContactsContract$RawContactsEntity
5281android.provider.ContactsContract$Settings
5282android.provider.ContactsContract$SettingsColumns
Andreas Gampedcad4ca2014-10-03 02:00:29 +00005283android.provider.ContactsContract$StatusColumns
art-benchmark-serviced5115932020-02-25 17:55:03 -08005284android.provider.ContactsContract$SyncColumns
5285android.provider.ContactsContract$SyncState
Calin Juravle00b23d32019-03-08 17:52:20 -08005286android.provider.ContactsContract
5287android.provider.DeviceConfig$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08005288android.provider.DeviceConfig$BadConfigException
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005289android.provider.DeviceConfig$OnPropertiesChangedListener
art-benchmark-serviced5115932020-02-25 17:55:03 -08005290android.provider.DeviceConfig$Properties$Builder
5291android.provider.DeviceConfig$Properties
Calin Juravle00b23d32019-03-08 17:52:20 -08005292android.provider.DeviceConfig
art-benchmark-serviced5115932020-02-25 17:55:03 -08005293android.provider.DocumentsContract$Path$1
5294android.provider.DocumentsContract$Path
5295android.provider.DocumentsContract
5296android.provider.DocumentsProvider
Calin Juravle4a054192018-05-29 17:52:20 -07005297android.provider.Downloads$Impl
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005298android.provider.Downloads
Calin Juravle00b23d32019-03-08 17:52:20 -08005299android.provider.FontRequest
Mathieu Chartierba2c0462017-05-19 16:41:46 -07005300android.provider.FontsContract$1
Calin Juravle00b23d32019-03-08 17:52:20 -08005301android.provider.FontsContract$FontFamilyResult
5302android.provider.FontsContract$FontInfo
5303android.provider.FontsContract
art-benchmark-serviced5115932020-02-25 17:55:03 -08005304android.provider.OpenableColumns
Calin Juravle00b23d32019-03-08 17:52:20 -08005305android.provider.SearchIndexableData
5306android.provider.SearchIndexableResource
art-benchmark-serviced5115932020-02-25 17:55:03 -08005307android.provider.SearchIndexablesContract
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07005308android.provider.SearchIndexablesProvider
Calin Juravle4a054192018-05-29 17:52:20 -07005309android.provider.SearchRecentSuggestions
Calin Juravle00b23d32019-03-08 17:52:20 -08005310android.provider.Settings$Config
Andreas Gampe0db10fd2017-02-01 15:57:57 -08005311android.provider.Settings$ContentProviderHolder
Andreas Gampecbcb9e32016-06-03 17:24:05 -07005312android.provider.Settings$GenerationTracker
Calin Juravle00b23d32019-03-08 17:52:20 -08005313android.provider.Settings$Global
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07005314android.provider.Settings$NameValueCache
5315android.provider.Settings$NameValueTable
Calin Juravle00b23d32019-03-08 17:52:20 -08005316android.provider.Settings$Secure
Kenny Root9787b802013-04-26 12:53:57 -07005317android.provider.Settings$SettingNotFoundException
Calin Juravle00b23d32019-03-08 17:52:20 -08005318android.provider.Settings$System
5319android.provider.Settings
art-benchmark-serviced5115932020-02-25 17:55:03 -08005320android.provider.SyncStateContract$Columns
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005321android.provider.Telephony$BaseMmsColumns
5322android.provider.Telephony$CarrierColumns
Calin Juravle00b23d32019-03-08 17:52:20 -08005323android.provider.Telephony$CarrierId$All
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005324android.provider.Telephony$CarrierId
Calin Juravle00b23d32019-03-08 17:52:20 -08005325android.provider.Telephony$Carriers
art-benchmark-serviced5115932020-02-25 17:55:03 -08005326android.provider.Telephony$Mms$Inbox
5327android.provider.Telephony$Mms$Sent
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005328android.provider.Telephony$Mms
art-benchmark-serviced5115932020-02-25 17:55:03 -08005329android.provider.Telephony$MmsSms
Calin Juravle00b23d32019-03-08 17:52:20 -08005330android.provider.Telephony$ServiceStateTable
art-benchmark-service35aba412020-02-03 11:53:25 -08005331android.provider.Telephony$SimInfo
art-benchmark-serviced60351b2020-04-11 17:55:40 -07005332android.provider.Telephony$Sms$Intents
art-benchmark-serviced5115932020-02-25 17:55:03 -08005333android.provider.Telephony$Sms$Sent
Calin Juravle4a054192018-05-29 17:52:20 -07005334android.provider.Telephony$Sms
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07005335android.provider.Telephony$TextBasedSmsColumns
art-benchmark-serviced5115932020-02-25 17:55:03 -08005336android.provider.Telephony$Threads
5337android.provider.Telephony$ThreadsColumns
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005338android.provider.UserDictionary$Words
art-benchmark-serviced5115932020-02-25 17:55:03 -08005339android.provider.VoicemailContract$Status
5340android.provider.VoicemailContract$Voicemails
5341android.renderscript.Allocation
5342android.renderscript.BaseObj
5343android.renderscript.Element$1
5344android.renderscript.Element$DataKind
5345android.renderscript.Element$DataType
5346android.renderscript.Element
5347android.renderscript.RSDriverException
5348android.renderscript.RSIllegalArgumentException
5349android.renderscript.RSInvalidStateException
5350android.renderscript.RSRuntimeException
5351android.renderscript.RenderScript$ContextType
5352android.renderscript.RenderScript$MessageThread
5353android.renderscript.RenderScript$RSErrorHandler
5354android.renderscript.RenderScript$RSMessageHandler
5355android.renderscript.RenderScript
Andreas Gampe61e7b662015-06-17 23:57:04 -07005356android.renderscript.RenderScriptCacheDir
art-benchmark-serviced5115932020-02-25 17:55:03 -08005357android.renderscript.Script
5358android.renderscript.ScriptIntrinsic
5359android.renderscript.ScriptIntrinsicBlur
Calin Juravle00b23d32019-03-08 17:52:20 -08005360android.security.AttestedKeyPair
5361android.security.Credentials
art-benchmark-service56aece62020-02-10 17:58:03 -08005362android.security.FileIntegrityManager
art-benchmark-serviced5115932020-02-25 17:55:03 -08005363android.security.GateKeeper
art-benchmark-serviced60351b2020-04-11 17:55:40 -07005364android.security.IFileIntegrityService$Stub
5365android.security.IFileIntegrityService
Calin Juravle00b23d32019-03-08 17:52:20 -08005366android.security.IKeyChainAliasCallback$Stub
5367android.security.IKeyChainAliasCallback
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005368android.security.IKeyChainService$Stub$Proxy
5369android.security.IKeyChainService$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08005370android.security.IKeyChainService
5371android.security.KeyChain$1
5372android.security.KeyChain$AliasResponse
5373android.security.KeyChain$KeyChainConnection
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07005374android.security.KeyChain
Calin Juravle00b23d32019-03-08 17:52:20 -08005375android.security.KeyChainAliasCallback
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07005376android.security.KeyChainException
art-benchmark-serviced5115932020-02-25 17:55:03 -08005377android.security.KeyPairGeneratorSpec
5378android.security.KeyStore$CertificateChainPromise
5379android.security.KeyStore$ExportKeyPromise
5380android.security.KeyStore$KeyAttestationCallbackResult
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005381android.security.KeyStore$KeyCharacteristicsCallbackResult
5382android.security.KeyStore$KeyCharacteristicsPromise
5383android.security.KeyStore$KeystoreResultPromise
5384android.security.KeyStore$OperationPromise
5385android.security.KeyStore$State
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07005386android.security.KeyStore
Calin Juravle00b23d32019-03-08 17:52:20 -08005387android.security.KeyStoreException
Calin Juravle4a054192018-05-29 17:52:20 -07005388android.security.NetworkSecurityPolicy
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07005389android.security.Scrypt
art-benchmark-serviced5115932020-02-25 17:55:03 -08005390android.security.keymaster.ExportResult$1
5391android.security.keymaster.ExportResult
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005392android.security.keymaster.IKeyAttestationApplicationIdProvider$Stub
5393android.security.keymaster.IKeyAttestationApplicationIdProvider
art-benchmark-serviced5115932020-02-25 17:55:03 -08005394android.security.keymaster.KeyAttestationApplicationId$1
5395android.security.keymaster.KeyAttestationApplicationId
5396android.security.keymaster.KeyAttestationPackageInfo$1
5397android.security.keymaster.KeyAttestationPackageInfo
Calin Juravle4a054192018-05-29 17:52:20 -07005398android.security.keymaster.KeyCharacteristics$1
Calin Juravle00b23d32019-03-08 17:52:20 -08005399android.security.keymaster.KeyCharacteristics
Calin Juravle4a054192018-05-29 17:52:20 -07005400android.security.keymaster.KeymasterArgument$1
Calin Juravle00b23d32019-03-08 17:52:20 -08005401android.security.keymaster.KeymasterArgument
Calin Juravle4a054192018-05-29 17:52:20 -07005402android.security.keymaster.KeymasterArguments$1
Calin Juravle00b23d32019-03-08 17:52:20 -08005403android.security.keymaster.KeymasterArguments
Calin Juravle4a054192018-05-29 17:52:20 -07005404android.security.keymaster.KeymasterBlob$1
Calin Juravle00b23d32019-03-08 17:52:20 -08005405android.security.keymaster.KeymasterBlob
Calin Juravle4a054192018-05-29 17:52:20 -07005406android.security.keymaster.KeymasterBlobArgument
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005407android.security.keymaster.KeymasterBooleanArgument
Calin Juravle36829e52019-04-10 19:07:47 -07005408android.security.keymaster.KeymasterCertificateChain$1
Calin Juravle00b23d32019-03-08 17:52:20 -08005409android.security.keymaster.KeymasterCertificateChain
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005410android.security.keymaster.KeymasterDateArgument
5411android.security.keymaster.KeymasterDefs
Calin Juravle4a054192018-05-29 17:52:20 -07005412android.security.keymaster.KeymasterIntArgument
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005413android.security.keymaster.KeymasterLongArgument
Calin Juravle4a054192018-05-29 17:52:20 -07005414android.security.keymaster.OperationResult$1
Calin Juravle00b23d32019-03-08 17:52:20 -08005415android.security.keymaster.OperationResult
Calin Juravle4a054192018-05-29 17:52:20 -07005416android.security.keystore.AndroidKeyStoreAuthenticatedAESCipherSpi$AdditionalAuthenticationDataStream
5417android.security.keystore.AndroidKeyStoreAuthenticatedAESCipherSpi$BufferAllOutputUntilDoFinalStreamer
Calin Juravle4a054192018-05-29 17:52:20 -07005418android.security.keystore.AndroidKeyStoreAuthenticatedAESCipherSpi$GCM$NoPadding
Calin Juravle00b23d32019-03-08 17:52:20 -08005419android.security.keystore.AndroidKeyStoreAuthenticatedAESCipherSpi$GCM
5420android.security.keystore.AndroidKeyStoreAuthenticatedAESCipherSpi
Alex Klyubindcdaf872015-05-13 15:57:09 -07005421android.security.keystore.AndroidKeyStoreBCWorkaroundProvider
Calin Juravle4a054192018-05-29 17:52:20 -07005422android.security.keystore.AndroidKeyStoreCipherSpiBase
art-benchmark-serviced5115932020-02-25 17:55:03 -08005423android.security.keystore.AndroidKeyStoreECDSASignatureSpi$SHA256
5424android.security.keystore.AndroidKeyStoreECDSASignatureSpi
5425android.security.keystore.AndroidKeyStoreECPrivateKey
5426android.security.keystore.AndroidKeyStoreECPublicKey
5427android.security.keystore.AndroidKeyStoreHmacSpi$HmacSHA256
5428android.security.keystore.AndroidKeyStoreHmacSpi
Calin Juravle4a054192018-05-29 17:52:20 -07005429android.security.keystore.AndroidKeyStoreKey
Calin Juravle00b23d32019-03-08 17:52:20 -08005430android.security.keystore.AndroidKeyStoreKeyFactorySpi
art-benchmark-serviced5115932020-02-25 17:55:03 -08005431android.security.keystore.AndroidKeyStoreKeyPairGeneratorSpi$EC
5432android.security.keystore.AndroidKeyStoreKeyPairGeneratorSpi$RSA
5433android.security.keystore.AndroidKeyStoreKeyPairGeneratorSpi
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005434android.security.keystore.AndroidKeyStoreLoadStoreParameter
5435android.security.keystore.AndroidKeyStorePrivateKey
Alex Klyubindcdaf872015-05-13 15:57:09 -07005436android.security.keystore.AndroidKeyStoreProvider
art-benchmark-serviced5115932020-02-25 17:55:03 -08005437android.security.keystore.AndroidKeyStorePublicKey
5438android.security.keystore.AndroidKeyStoreRSAPrivateKey
5439android.security.keystore.AndroidKeyStoreRSAPublicKey
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005440android.security.keystore.AndroidKeyStoreSecretKey
art-benchmark-serviced5115932020-02-25 17:55:03 -08005441android.security.keystore.AndroidKeyStoreSecretKeyFactorySpi
5442android.security.keystore.AndroidKeyStoreSignatureSpiBase
5443android.security.keystore.AndroidKeyStoreSpi$KeyStoreX509Certificate
Calin Juravle4a054192018-05-29 17:52:20 -07005444android.security.keystore.AndroidKeyStoreSpi
art-benchmark-serviced5115932020-02-25 17:55:03 -08005445android.security.keystore.AndroidKeyStoreUnauthenticatedAESCipherSpi$CBC$PKCS7Padding
5446android.security.keystore.AndroidKeyStoreUnauthenticatedAESCipherSpi$CBC
5447android.security.keystore.AndroidKeyStoreUnauthenticatedAESCipherSpi
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005448android.security.keystore.ArrayUtils
Calin Juravle00b23d32019-03-08 17:52:20 -08005449android.security.keystore.AttestationUtils
art-benchmark-serviced5115932020-02-25 17:55:03 -08005450android.security.keystore.DelegatingX509Certificate
5451android.security.keystore.DeviceIdAttestationException
5452android.security.keystore.IKeystoreCertificateChainCallback$Stub
5453android.security.keystore.IKeystoreCertificateChainCallback
5454android.security.keystore.IKeystoreExportKeyCallback$Stub
5455android.security.keystore.IKeystoreExportKeyCallback
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005456android.security.keystore.IKeystoreKeyCharacteristicsCallback$Stub
5457android.security.keystore.IKeystoreKeyCharacteristicsCallback
5458android.security.keystore.IKeystoreOperationResultCallback$Stub
5459android.security.keystore.IKeystoreOperationResultCallback
5460android.security.keystore.IKeystoreResponseCallback$Stub
5461android.security.keystore.IKeystoreResponseCallback
Calin Juravle00b23d32019-03-08 17:52:20 -08005462android.security.keystore.IKeystoreService$Stub$Proxy
5463android.security.keystore.IKeystoreService$Stub
5464android.security.keystore.IKeystoreService
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07005465android.security.keystore.KeyAttestationException
art-benchmark-serviced5115932020-02-25 17:55:03 -08005466android.security.keystore.KeyExpiredException
5467android.security.keystore.KeyGenParameterSpec$Builder
Calin Juravle00b23d32019-03-08 17:52:20 -08005468android.security.keystore.KeyGenParameterSpec
art-benchmark-serviced5115932020-02-25 17:55:03 -08005469android.security.keystore.KeyInfo
5470android.security.keystore.KeyNotYetValidException
Calin Juravle36829e52019-04-10 19:07:47 -07005471android.security.keystore.KeyPermanentlyInvalidatedException
art-benchmark-serviced5115932020-02-25 17:55:03 -08005472android.security.keystore.KeyProperties$BlockMode
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005473android.security.keystore.KeyProperties$Digest
art-benchmark-serviced5115932020-02-25 17:55:03 -08005474android.security.keystore.KeyProperties$EncryptionPadding
Calin Juravle4a054192018-05-29 17:52:20 -07005475android.security.keystore.KeyProperties$KeyAlgorithm
art-benchmark-serviced5115932020-02-25 17:55:03 -08005476android.security.keystore.KeyProperties$Origin
5477android.security.keystore.KeyProperties$Purpose
5478android.security.keystore.KeyProperties$SignaturePadding
5479android.security.keystore.KeyProperties
5480android.security.keystore.KeyProtection$Builder
5481android.security.keystore.KeyProtection
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005482android.security.keystore.KeyStoreConnectException
Calin Juravle4a054192018-05-29 17:52:20 -07005483android.security.keystore.KeyStoreCryptoOperation
Calin Juravle4a054192018-05-29 17:52:20 -07005484android.security.keystore.KeyStoreCryptoOperationChunkedStreamer$MainDataStream
Calin Juravle00b23d32019-03-08 17:52:20 -08005485android.security.keystore.KeyStoreCryptoOperationChunkedStreamer$Stream
5486android.security.keystore.KeyStoreCryptoOperationChunkedStreamer
5487android.security.keystore.KeyStoreCryptoOperationStreamer
Calin Juravle4a054192018-05-29 17:52:20 -07005488android.security.keystore.KeyStoreCryptoOperationUtils
art-benchmark-serviced5115932020-02-25 17:55:03 -08005489android.security.keystore.KeymasterUtils
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005490android.security.keystore.KeystoreResponse$1
5491android.security.keystore.KeystoreResponse
Calin Juravle36829e52019-04-10 19:07:47 -07005492android.security.keystore.ParcelableKeyGenParameterSpec$1
Calin Juravle00b23d32019-03-08 17:52:20 -08005493android.security.keystore.ParcelableKeyGenParameterSpec
art-benchmark-serviced5115932020-02-25 17:55:03 -08005494android.security.keystore.SecureKeyImportUnavailableException
Calin Juravle00b23d32019-03-08 17:52:20 -08005495android.security.keystore.StrongBoxUnavailableException
5496android.security.keystore.UserAuthArgs
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005497android.security.keystore.UserNotAuthenticatedException
5498android.security.keystore.Utils
art-benchmark-serviced5115932020-02-25 17:55:03 -08005499android.security.keystore.WrappedKeyEntry
5500android.security.keystore.recovery.InternalRecoveryServiceException
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005501android.security.keystore.recovery.KeyChainProtectionParams$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08005502android.security.keystore.recovery.KeyChainProtectionParams$Builder
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005503android.security.keystore.recovery.KeyChainProtectionParams
5504android.security.keystore.recovery.KeyChainSnapshot$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08005505android.security.keystore.recovery.KeyChainSnapshot$Builder
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005506android.security.keystore.recovery.KeyChainSnapshot
5507android.security.keystore.recovery.KeyDerivationParams$1
5508android.security.keystore.recovery.KeyDerivationParams
art-benchmark-serviced5115932020-02-25 17:55:03 -08005509android.security.keystore.recovery.LockScreenRequiredException
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005510android.security.keystore.recovery.RecoveryCertPath$1
5511android.security.keystore.recovery.RecoveryCertPath
Calin Juravle4a054192018-05-29 17:52:20 -07005512android.security.keystore.recovery.RecoveryController
art-benchmark-serviced5115932020-02-25 17:55:03 -08005513android.security.keystore.recovery.TrustedRootCertificates
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005514android.security.keystore.recovery.WrappedApplicationKey$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08005515android.security.keystore.recovery.WrappedApplicationKey$Builder
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005516android.security.keystore.recovery.WrappedApplicationKey
5517android.security.keystore.recovery.X509CertificateParsingUtils
Andreas Gampe571fc302016-02-18 13:58:09 -08005518android.security.net.config.ApplicationConfig
5519android.security.net.config.CertificateSource
5520android.security.net.config.CertificatesEntryRef
5521android.security.net.config.ConfigNetworkSecurityPolicy
5522android.security.net.config.ConfigSource
Andreas Gampe571fc302016-02-18 13:58:09 -08005523android.security.net.config.DirectoryCertificateSource$1
5524android.security.net.config.DirectoryCertificateSource$3
5525android.security.net.config.DirectoryCertificateSource$CertSelector
Calin Juravle00b23d32019-03-08 17:52:20 -08005526android.security.net.config.DirectoryCertificateSource
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005527android.security.net.config.Domain
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07005528android.security.net.config.KeyStoreCertificateSource
5529android.security.net.config.KeyStoreConfigSource
Andreas Gampe571fc302016-02-18 13:58:09 -08005530android.security.net.config.ManifestConfigSource$DefaultConfigSource
Calin Juravle00b23d32019-03-08 17:52:20 -08005531android.security.net.config.ManifestConfigSource
Andreas Gampe571fc302016-02-18 13:58:09 -08005532android.security.net.config.NetworkSecurityConfig$1
5533android.security.net.config.NetworkSecurityConfig$Builder
Calin Juravle00b23d32019-03-08 17:52:20 -08005534android.security.net.config.NetworkSecurityConfig
Chad Brubaker78d47122015-11-17 22:26:58 -08005535android.security.net.config.NetworkSecurityConfigProvider
Andreas Gampe571fc302016-02-18 13:58:09 -08005536android.security.net.config.NetworkSecurityTrustManager
Calin Juravle00b23d32019-03-08 17:52:20 -08005537android.security.net.config.Pin
Andreas Gampe571fc302016-02-18 13:58:09 -08005538android.security.net.config.PinSet
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005539android.security.net.config.ResourceCertificateSource
Andreas Gampe571fc302016-02-18 13:58:09 -08005540android.security.net.config.RootTrustManager
5541android.security.net.config.RootTrustManagerFactorySpi
5542android.security.net.config.SystemCertificateSource
Calin Juravle00b23d32019-03-08 17:52:20 -08005543android.security.net.config.TrustAnchor
Andreas Gampe571fc302016-02-18 13:58:09 -08005544android.security.net.config.TrustedCertificateStoreAdapter
Mathieu Chartierba2c0462017-05-19 16:41:46 -07005545android.security.net.config.UserCertificateSource
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005546android.security.net.config.WfaCertificateSource
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07005547android.security.net.config.XmlConfigSource$ParserException
Calin Juravle00b23d32019-03-08 17:52:20 -08005548android.security.net.config.XmlConfigSource
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005549android.service.appprediction.IPredictionService$Stub$Proxy
5550android.service.appprediction.IPredictionService$Stub
5551android.service.appprediction.IPredictionService
5552android.service.autofill.AutofillServiceInfo
art-benchmark-serviced60351b2020-04-11 17:55:40 -07005553android.service.autofill.Dataset$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08005554android.service.autofill.Dataset
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005555android.service.autofill.FieldClassificationUserData
art-benchmark-serviced5115932020-02-25 17:55:03 -08005556android.service.autofill.FillContext$1
5557android.service.autofill.FillContext
art-benchmark-serviced60351b2020-04-11 17:55:40 -07005558android.service.autofill.FillEventHistory$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08005559android.service.autofill.FillEventHistory
5560android.service.autofill.FillRequest$1
5561android.service.autofill.FillRequest
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005562android.service.autofill.FillResponse$1
5563android.service.autofill.FillResponse
5564android.service.autofill.IAutoFillService$Stub$Proxy
5565android.service.autofill.IAutoFillService$Stub
5566android.service.autofill.IAutoFillService
art-benchmark-serviced5115932020-02-25 17:55:03 -08005567android.service.autofill.IFillCallback$Stub$Proxy
5568android.service.autofill.IFillCallback$Stub
5569android.service.autofill.IFillCallback
5570android.service.autofill.ISaveCallback$Stub
5571android.service.autofill.ISaveCallback
art-benchmark-serviced60351b2020-04-11 17:55:40 -07005572android.service.autofill.SaveRequest$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08005573android.service.autofill.SaveRequest
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005574android.service.autofill.UserData$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08005575android.service.autofill.UserData$Builder
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005576android.service.autofill.UserData
art-benchmark-serviced60351b2020-04-11 17:55:40 -07005577android.service.autofill.augmented.Helper
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005578android.service.autofill.augmented.IAugmentedAutofillService$Stub$Proxy
5579android.service.autofill.augmented.IAugmentedAutofillService$Stub
5580android.service.autofill.augmented.IAugmentedAutofillService
art-benchmark-serviced5115932020-02-25 17:55:03 -08005581android.service.autofill.augmented.IFillCallback$Stub$Proxy
5582android.service.autofill.augmented.IFillCallback$Stub
5583android.service.autofill.augmented.IFillCallback
art-benchmark-service56aece62020-02-10 17:58:03 -08005584android.service.carrier.CarrierMessagingServiceWrapper$CarrierMessagingCallbackWrapper
5585android.service.carrier.CarrierMessagingServiceWrapper
art-benchmark-serviced5115932020-02-25 17:55:03 -08005586android.service.contentcapture.ActivityEvent$1
5587android.service.contentcapture.ActivityEvent
art-benchmark-serviced60351b2020-04-11 17:55:40 -07005588android.service.contentcapture.ContentCaptureService
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005589android.service.contentcapture.ContentCaptureServiceInfo
5590android.service.contentcapture.FlushMetrics$1
5591android.service.contentcapture.FlushMetrics
5592android.service.contentcapture.IContentCaptureService$Stub$Proxy
5593android.service.contentcapture.IContentCaptureService$Stub
5594android.service.contentcapture.IContentCaptureService
art-benchmark-serviced5115932020-02-25 17:55:03 -08005595android.service.contentcapture.IContentCaptureServiceCallback$Stub$Proxy
5596android.service.contentcapture.IContentCaptureServiceCallback$Stub
5597android.service.contentcapture.IContentCaptureServiceCallback
5598android.service.contentcapture.IDataShareCallback$Stub
5599android.service.contentcapture.IDataShareCallback
5600android.service.contentcapture.SnapshotData$1
5601android.service.contentcapture.SnapshotData
art-benchmark-service56aece62020-02-10 17:58:03 -08005602android.service.dataloader.DataLoaderService
art-benchmark-serviced60351b2020-04-11 17:55:40 -07005603android.service.dreams.-$$Lambda$DreamService$DreamServiceWrapper$2R9T6zqLOUvx4z5eu1pSMWsejpU
5604android.service.dreams.-$$Lambda$DreamService$DreamServiceWrapper$fKPQo1GZX03b5-nMg-IFcuuxhKs
5605android.service.dreams.-$$Lambda$DreamService$DreamServiceWrapper$mm-Rh3xCTudFT-WRyQZatcwXBss
5606android.service.dreams.-$$Lambda$DreamService$uqzqbrpptkCH_tc1jkx48W1A6vM
5607android.service.dreams.DreamActivity
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005608android.service.dreams.DreamManagerInternal
art-benchmark-serviced60351b2020-04-11 17:55:40 -07005609android.service.dreams.DreamService$DreamServiceWrapper
5610android.service.dreams.DreamService
Calin Juravle00b23d32019-03-08 17:52:20 -08005611android.service.dreams.IDreamManager$Stub$Proxy
5612android.service.dreams.IDreamManager$Stub
Calin Juravle36829e52019-04-10 19:07:47 -07005613android.service.dreams.IDreamManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005614android.service.dreams.IDreamService$Stub$Proxy
5615android.service.dreams.IDreamService$Stub
5616android.service.dreams.IDreamService
art-benchmark-serviced5115932020-02-25 17:55:03 -08005617android.service.euicc.IOtaStatusChangedCallback$Stub
5618android.service.euicc.IOtaStatusChangedCallback
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005619android.service.gatekeeper.GateKeeperResponse$1
5620android.service.gatekeeper.GateKeeperResponse
5621android.service.gatekeeper.IGateKeeperService$Stub$Proxy
5622android.service.gatekeeper.IGateKeeperService$Stub
5623android.service.gatekeeper.IGateKeeperService
Calin Juravle4a054192018-05-29 17:52:20 -07005624android.service.media.IMediaBrowserService$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08005625android.service.media.IMediaBrowserService$Stub
5626android.service.media.IMediaBrowserService
Calin Juravle4a054192018-05-29 17:52:20 -07005627android.service.media.IMediaBrowserServiceCallbacks$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08005628android.service.media.IMediaBrowserServiceCallbacks$Stub
5629android.service.media.IMediaBrowserServiceCallbacks
Calin Juravle4a054192018-05-29 17:52:20 -07005630android.service.media.MediaBrowserService$1
5631android.service.media.MediaBrowserService$3
5632android.service.media.MediaBrowserService$BrowserRoot
5633android.service.media.MediaBrowserService$ConnectionRecord
5634android.service.media.MediaBrowserService$Result
Calin Juravle4a054192018-05-29 17:52:20 -07005635android.service.media.MediaBrowserService$ServiceBinder$1
5636android.service.media.MediaBrowserService$ServiceBinder$2
5637android.service.media.MediaBrowserService$ServiceBinder$3
5638android.service.media.MediaBrowserService$ServiceBinder$4
Calin Juravle00b23d32019-03-08 17:52:20 -08005639android.service.media.MediaBrowserService$ServiceBinder
5640android.service.media.MediaBrowserService
5641android.service.notification.Adjustment$1
5642android.service.notification.Adjustment
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07005643android.service.notification.Condition$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005644android.service.notification.Condition
5645android.service.notification.ConditionProviderService$H
5646android.service.notification.ConditionProviderService$Provider
5647android.service.notification.ConditionProviderService
5648android.service.notification.IConditionProvider$Stub$Proxy
5649android.service.notification.IConditionProvider$Stub
5650android.service.notification.IConditionProvider
5651android.service.notification.INotificationListener$Stub$Proxy
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07005652android.service.notification.INotificationListener$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08005653android.service.notification.INotificationListener
5654android.service.notification.IStatusBarNotificationHolder$Stub$Proxy
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07005655android.service.notification.IStatusBarNotificationHolder$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08005656android.service.notification.IStatusBarNotificationHolder
5657android.service.notification.NotificationAssistantService$MyHandler
5658android.service.notification.NotificationAssistantService$NotificationAssistantServiceWrapper
5659android.service.notification.NotificationAssistantService
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07005660android.service.notification.NotificationListenerService$MyHandler
5661android.service.notification.NotificationListenerService$NotificationListenerWrapper
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07005662android.service.notification.NotificationListenerService$Ranking
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07005663android.service.notification.NotificationListenerService$RankingMap$1
Calin Juravle00b23d32019-03-08 17:52:20 -08005664android.service.notification.NotificationListenerService$RankingMap
5665android.service.notification.NotificationListenerService
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07005666android.service.notification.NotificationRankingUpdate$1
Calin Juravle00b23d32019-03-08 17:52:20 -08005667android.service.notification.NotificationRankingUpdate
5668android.service.notification.NotificationStats$1
5669android.service.notification.NotificationStats
art-benchmark-serviced5115932020-02-25 17:55:03 -08005670android.service.notification.NotifyingApp$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005671android.service.notification.ScheduleCalendar
5672android.service.notification.SnoozeCriterion$1
5673android.service.notification.SnoozeCriterion
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07005674android.service.notification.StatusBarNotification$1
Calin Juravle00b23d32019-03-08 17:52:20 -08005675android.service.notification.StatusBarNotification
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005676android.service.notification.ZenModeConfig$1
5677android.service.notification.ZenModeConfig$Diff
5678android.service.notification.ZenModeConfig$EventInfo
5679android.service.notification.ZenModeConfig$ScheduleInfo
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07005680android.service.notification.ZenModeConfig$ZenRule$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005681android.service.notification.ZenModeConfig$ZenRule
5682android.service.notification.ZenModeConfig
5683android.service.notification.ZenPolicy$1
5684android.service.notification.ZenPolicy$Builder
5685android.service.notification.ZenPolicy
art-benchmark-serviced5115932020-02-25 17:55:03 -08005686android.service.oemlock.IOemLockService$Stub$Proxy
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005687android.service.oemlock.IOemLockService$Stub
5688android.service.oemlock.IOemLockService
Mathieu Chartierba2c0462017-05-19 16:41:46 -07005689android.service.oemlock.OemLockManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005690android.service.persistentdata.IPersistentDataBlockService$Stub$Proxy
Calin Juravle4a054192018-05-29 17:52:20 -07005691android.service.persistentdata.IPersistentDataBlockService$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08005692android.service.persistentdata.IPersistentDataBlockService
Andreas Gampe61e7b662015-06-17 23:57:04 -07005693android.service.persistentdata.PersistentDataBlockManager
art-benchmark-serviced60351b2020-04-11 17:55:40 -07005694android.service.quicksettings.IQSService$Stub
5695android.service.quicksettings.IQSService
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005696android.service.textclassifier.ITextClassifierCallback$Stub$Proxy
5697android.service.textclassifier.ITextClassifierCallback$Stub
5698android.service.textclassifier.ITextClassifierCallback
Calin Juravle00b23d32019-03-08 17:52:20 -08005699android.service.textclassifier.ITextClassifierService$Stub$Proxy
Calin Juravle4a054192018-05-29 17:52:20 -07005700android.service.textclassifier.ITextClassifierService$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08005701android.service.textclassifier.ITextClassifierService
art-benchmark-serviced5115932020-02-25 17:55:03 -08005702android.service.textclassifier.TextClassifierService$1
Calin Juravle00b23d32019-03-08 17:52:20 -08005703android.service.textclassifier.TextClassifierService
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005704android.service.trust.ITrustAgentService$Stub$Proxy
5705android.service.trust.ITrustAgentService$Stub
5706android.service.trust.ITrustAgentService
art-benchmark-serviced5115932020-02-25 17:55:03 -08005707android.service.trust.ITrustAgentServiceCallback$Stub$Proxy
5708android.service.trust.ITrustAgentServiceCallback$Stub
5709android.service.trust.ITrustAgentServiceCallback
5710android.service.trust.TrustAgentService$1
5711android.service.trust.TrustAgentService$ConfigurationData
5712android.service.trust.TrustAgentService$TrustAgentServiceWrapper
5713android.service.trust.TrustAgentService
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005714android.service.voice.IVoiceInteractionService$Stub$Proxy
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07005715android.service.voice.IVoiceInteractionService$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08005716android.service.voice.IVoiceInteractionService
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005717android.service.voice.IVoiceInteractionSession$Stub$Proxy
5718android.service.voice.IVoiceInteractionSession$Stub
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07005719android.service.voice.IVoiceInteractionSession
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005720android.service.voice.IVoiceInteractionSessionService$Stub$Proxy
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07005721android.service.voice.IVoiceInteractionSessionService$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08005722android.service.voice.IVoiceInteractionSessionService
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005723android.service.voice.VoiceInteractionManagerInternal
5724android.service.voice.VoiceInteractionServiceInfo
5725android.service.vr.IPersistentVrStateCallbacks$Stub$Proxy
5726android.service.vr.IPersistentVrStateCallbacks$Stub
5727android.service.vr.IPersistentVrStateCallbacks
5728android.service.vr.IVrManager$Stub$Proxy
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07005729android.service.vr.IVrManager$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08005730android.service.vr.IVrManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005731android.service.vr.IVrStateCallbacks$Stub$Proxy
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07005732android.service.vr.IVrStateCallbacks$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08005733android.service.vr.IVrStateCallbacks
art-benchmark-serviced60351b2020-04-11 17:55:40 -07005734android.service.wallpaper.-$$Lambda$87Do-TfJA3qVM7QF6F_6BpQlQTA
5735android.service.wallpaper.-$$Lambda$vsWBQpiXExY07tlrSzTqh4pNQAQ
5736android.service.wallpaper.IWallpaperConnection$Stub$Proxy
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005737android.service.wallpaper.IWallpaperConnection$Stub
5738android.service.wallpaper.IWallpaperConnection
5739android.service.wallpaper.IWallpaperEngine$Stub$Proxy
5740android.service.wallpaper.IWallpaperEngine$Stub
5741android.service.wallpaper.IWallpaperEngine
5742android.service.wallpaper.IWallpaperService$Stub$Proxy
5743android.service.wallpaper.IWallpaperService$Stub
5744android.service.wallpaper.IWallpaperService
art-benchmark-serviced60351b2020-04-11 17:55:40 -07005745android.service.wallpaper.WallpaperService$Engine$1
5746android.service.wallpaper.WallpaperService$Engine$2
5747android.service.wallpaper.WallpaperService$Engine$3
5748android.service.wallpaper.WallpaperService$Engine$WallpaperInputEventReceiver
5749android.service.wallpaper.WallpaperService$Engine
5750android.service.wallpaper.WallpaperService$IWallpaperEngineWrapper
5751android.service.wallpaper.WallpaperService$IWallpaperServiceWrapper
5752android.service.wallpaper.WallpaperService$WallpaperCommand
5753android.service.wallpaper.WallpaperService
art-benchmark-serviced5115932020-02-25 17:55:03 -08005754android.service.watchdog.ExplicitHealthCheckService$PackageConfig$1
5755android.service.watchdog.ExplicitHealthCheckService$PackageConfig
5756android.service.watchdog.IExplicitHealthCheckService$Stub$Proxy
5757android.service.watchdog.IExplicitHealthCheckService$Stub
5758android.service.watchdog.IExplicitHealthCheckService
5759android.speech.SpeechRecognizer
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07005760android.speech.tts.ITextToSpeechCallback$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08005761android.speech.tts.ITextToSpeechCallback
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07005762android.speech.tts.ITextToSpeechService$Stub$Proxy
art-benchmark-serviced60351b2020-04-11 17:55:40 -07005763android.speech.tts.ITextToSpeechService$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08005764android.speech.tts.ITextToSpeechService
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07005765android.speech.tts.TextToSpeech$Action
art-benchmark-serviced60351b2020-04-11 17:55:40 -07005766android.speech.tts.TextToSpeech$Connection$1
Calin Juravle00b23d32019-03-08 17:52:20 -08005767android.speech.tts.TextToSpeech$Connection
art-benchmark-serviced5115932020-02-25 17:55:03 -08005768android.speech.tts.TextToSpeech$EngineInfo
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07005769android.speech.tts.TextToSpeech$OnInitListener
Calin Juravle00b23d32019-03-08 17:52:20 -08005770android.speech.tts.TextToSpeech
art-benchmark-serviced5115932020-02-25 17:55:03 -08005771android.speech.tts.TtsEngines$EngineInfoComparator
Calin Juravle4a054192018-05-29 17:52:20 -07005772android.speech.tts.TtsEngines
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005773android.stats.devicepolicy.nano.StringList
art-benchmark-serviced5115932020-02-25 17:55:03 -08005774android.sysprop.-$$Lambda$TelephonyProperties$0Zy6hglFVc-K9jiJWmuHmilIMkY
5775android.sysprop.-$$Lambda$TelephonyProperties$2V_2ZQoGHfOIfKo_A8Ss547oL-c
5776android.sysprop.-$$Lambda$TelephonyProperties$BfPaTA0e9gauJmR4vGNCDkGZ3uc
5777android.sysprop.-$$Lambda$TelephonyProperties$EV4LSOwY7Dsh1rJalZDLmnGJw5I
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005778android.sysprop.-$$Lambda$TelephonyProperties$H4jN0VIBNpZQBeWYt6qS3DCe_M8
art-benchmark-serviced5115932020-02-25 17:55:03 -08005779android.sysprop.-$$Lambda$TelephonyProperties$JNTRmlscGaFlYo_3krOr_WWd2QI
5780android.sysprop.-$$Lambda$TelephonyProperties$UKEfAuJVPm5cKR_UnPj1L66mN34
5781android.sysprop.-$$Lambda$TelephonyProperties$VtSZ_Uto4bMa49ncgAfdWewMFOU
5782android.sysprop.-$$Lambda$TelephonyProperties$dc-CgjsF3BtDxLSSKL5bQ9ullG0
5783android.sysprop.-$$Lambda$TelephonyProperties$fdR0mRnJd3OymvjDc_MI1AHnMwc
5784android.sysprop.-$$Lambda$TelephonyProperties$iJa3afMQmWbO1DX4jS9zkcOKZlY
5785android.sysprop.-$$Lambda$TelephonyProperties$kCQNtMqtfi6MMlFLqtIufNXwOS8
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005786android.sysprop.-$$Lambda$TelephonyProperties$kemQbl44ndTqXdQVvnYppJuQboQ
art-benchmark-serviced5115932020-02-25 17:55:03 -08005787android.sysprop.-$$Lambda$TelephonyProperties$rKoNB08X7R8OCPq-VDCWDOm3lDM
5788android.sysprop.-$$Lambda$TelephonyProperties$yK9cdPdkKXdcfM9Ey52BIE31a5M
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005789android.sysprop.AdbProperties
art-benchmark-serviced5115932020-02-25 17:55:03 -08005790android.sysprop.ApexProperties
5791android.sysprop.ContactsProperties
Calin Juravle36829e52019-04-10 19:07:47 -07005792android.sysprop.CryptoProperties$state_values
5793android.sysprop.CryptoProperties$type_values
Calin Juravle00b23d32019-03-08 17:52:20 -08005794android.sysprop.CryptoProperties
5795android.sysprop.DisplayProperties
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005796android.sysprop.TelephonyProperties
art-benchmark-serviced5115932020-02-25 17:55:03 -08005797android.sysprop.VndkProperties
Calin Juravle00b23d32019-03-08 17:52:20 -08005798android.sysprop.VoldProperties
Andreas Gampe61e7b662015-06-17 23:57:04 -07005799android.system.ErrnoException
Andreas Gampedcad4ca2014-10-03 02:00:29 +00005800android.system.GaiException
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07005801android.system.Int32Ref
5802android.system.Int64Ref
Andreas Gampe61e7b662015-06-17 23:57:04 -07005803android.system.NetlinkSocketAddress
Andreas Gampedcad4ca2014-10-03 02:00:29 +00005804android.system.Os
5805android.system.OsConstants
Andreas Gampe61e7b662015-06-17 23:57:04 -07005806android.system.PacketSocketAddress
Andreas Gampedcad4ca2014-10-03 02:00:29 +00005807android.system.StructAddrinfo
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07005808android.system.StructCapUserData
5809android.system.StructCapUserHeader
Andreas Gampedcad4ca2014-10-03 02:00:29 +00005810android.system.StructGroupReq
Andreas Gampe0db10fd2017-02-01 15:57:57 -08005811android.system.StructIfaddrs
Andreas Gampedcad4ca2014-10-03 02:00:29 +00005812android.system.StructLinger
5813android.system.StructPasswd
5814android.system.StructPollfd
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005815android.system.StructRlimit
Andreas Gampe61e7b662015-06-17 23:57:04 -07005816android.system.StructStat
Andreas Gampedcad4ca2014-10-03 02:00:29 +00005817android.system.StructStatVfs
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07005818android.system.StructTimespec
Andreas Gampedcad4ca2014-10-03 02:00:29 +00005819android.system.StructTimeval
5820android.system.StructUcred
5821android.system.StructUtsname
Andreas Gampe571fc302016-02-18 13:58:09 -08005822android.system.UnixSocketAddress
art-benchmark-serviced5115932020-02-25 17:55:03 -08005823android.system.suspend.ISuspendControlService$Stub$Proxy
5824android.system.suspend.ISuspendControlService$Stub
5825android.system.suspend.ISuspendControlService
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005826android.system.suspend.WakeLockInfo$1
5827android.system.suspend.WakeLockInfo
5828android.telecom.-$$Lambda$cyYWqCYT05eM23eLVm4oQ5DrYjw
5829android.telecom.-$$Lambda$qa4s1Fm2YuohEunaJUJcmJXDXG0
5830android.telecom.AudioState$1
5831android.telecom.AudioState
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07005832android.telecom.CallAudioState$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005833android.telecom.CallAudioState
art-benchmark-serviced5115932020-02-25 17:55:03 -08005834android.telecom.CallerInfo
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005835android.telecom.Conference$Listener
5836android.telecom.Conference
5837android.telecom.Conferenceable
5838android.telecom.Connection$FailureSignalingConnection
5839android.telecom.Connection$Listener
art-benchmark-serviced5115932020-02-25 17:55:03 -08005840android.telecom.Connection$VideoProvider
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005841android.telecom.Connection
5842android.telecom.ConnectionRequest$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08005843android.telecom.ConnectionRequest$Builder
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005844android.telecom.ConnectionRequest
5845android.telecom.ConnectionService$1
5846android.telecom.ConnectionService$2
5847android.telecom.ConnectionService$3
5848android.telecom.ConnectionService$4
5849android.telecom.ConnectionService$5
5850android.telecom.ConnectionService
5851android.telecom.ConnectionServiceAdapter
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07005852android.telecom.DefaultDialerManager
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07005853android.telecom.DisconnectCause$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005854android.telecom.DisconnectCause
Calin Juravle00b23d32019-03-08 17:52:20 -08005855android.telecom.Log
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005856android.telecom.Logging.-$$Lambda$L5F_SL2jOCUETYvgdB36aGwY50E
5857android.telecom.Logging.-$$Lambda$SessionManager$VyH2gT1EjIvzDy_C9JfTT60CISM
5858android.telecom.Logging.-$$Lambda$SessionManager$hhtZwTEbvO-fLNlAvB6Do9_2gW4
5859android.telecom.Logging.EventManager$Event
5860android.telecom.Logging.EventManager$EventListener
5861android.telecom.Logging.EventManager$EventRecord
art-benchmark-serviced5115932020-02-25 17:55:03 -08005862android.telecom.Logging.EventManager$Loggable
5863android.telecom.Logging.EventManager$TimedEventPair
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005864android.telecom.Logging.EventManager
5865android.telecom.Logging.Runnable$1
5866android.telecom.Logging.Runnable
5867android.telecom.Logging.Session$Info$1
5868android.telecom.Logging.Session$Info
5869android.telecom.Logging.Session
5870android.telecom.Logging.SessionManager$ICurrentThreadId
5871android.telecom.Logging.SessionManager$ISessionCleanupTimeoutMs
5872android.telecom.Logging.SessionManager$ISessionIdQueryHandler
5873android.telecom.Logging.SessionManager$ISessionListener
5874android.telecom.Logging.SessionManager
art-benchmark-serviced5115932020-02-25 17:55:03 -08005875android.telecom.ParcelableCall$1
5876android.telecom.ParcelableCall
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005877android.telecom.ParcelableConference$1
5878android.telecom.ParcelableConference
5879android.telecom.ParcelableConnection$1
5880android.telecom.ParcelableConnection
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07005881android.telecom.PhoneAccount$1
Calin Juravle00b23d32019-03-08 17:52:20 -08005882android.telecom.PhoneAccount$Builder
5883android.telecom.PhoneAccount
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07005884android.telecom.PhoneAccountHandle$1
Calin Juravle00b23d32019-03-08 17:52:20 -08005885android.telecom.PhoneAccountHandle
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005886android.telecom.RemoteConnectionManager
5887android.telecom.StatusHints$1
5888android.telecom.StatusHints
art-benchmark-serviced5115932020-02-25 17:55:03 -08005889android.telecom.TelecomAnalytics$1
5890android.telecom.TelecomAnalytics$SessionTiming$1
5891android.telecom.TelecomAnalytics
Andreas Gampe61e7b662015-06-17 23:57:04 -07005892android.telecom.TelecomManager
art-benchmark-serviced5115932020-02-25 17:55:03 -08005893android.telecom.TimedEvent
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07005894android.telecom.VideoProfile$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005895android.telecom.VideoProfile
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005896android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$1M3m0i6211i2YjWyTDT7l0bJm3I
art-benchmark-serviced5115932020-02-25 17:55:03 -08005897android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$1uNdvGRe99lTurQeP2pTQkZS7Vs
5898android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$2XBMUIj05jt4Xm08XAsE57q5gCc
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005899android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$2cMrwdqnKBpixpApeIX38rmRLak
art-benchmark-serviced5115932020-02-25 17:55:03 -08005900android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$3AYVJXME-0OB4yixqaI-xr5L60o
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005901android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$4NHt5Shg_DHV-T1IxfcQLHP5-j0
art-benchmark-serviced5115932020-02-25 17:55:03 -08005902android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$5J-sdvem6pUpdVwRdm8IbDhvuv8
5903android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$5Uf5OZWCyPD0lZtySzbYw18FWhU
5904android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$5rF2IFj8mrb7uZc0HMKiuCodUn0
5905android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$5uu-05j4ojTh9mEHkN-ynQqQRGM
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005906android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$6czWSGzxct0CXPVO54T0aq05qls
art-benchmark-serviced5115932020-02-25 17:55:03 -08005907android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$7gZpRKvFmk92UeW5ehgYjTU1VJo
5908android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$BEnQPWSMGANn8JYkd7Z9ykD6hTU
5909android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$BJFxSgUMHRSttswNjrMRkS82g_c
5910android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$BmipTxlu2pSFr1wevj-6L899tUY
5911android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$D3Qz69humkpMXm7JAHU36dMvoyY
5912android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$DrpO57uI0Rz8zN_EPJ4-5BrkiWs
5913android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$E9hw_LXFliykadzCB_mw8nukNGI
5914android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$F-YGB2a8GrHG6CB17lzASQZXVHI
5915android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$FBJGFGXoSvidKfm50cEzC3i9rVk
art-benchmark-serviced60351b2020-04-11 17:55:40 -07005916android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$GJ2YJ4ARy5-u2bWutnqrYMAsLYA
art-benchmark-serviced5115932020-02-25 17:55:03 -08005917android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$HEcWn-J1WRb0wLERu2qoMIZDfjY
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005918android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$Hbn6-eZxY2p3rjOfStodI04A8E8
art-benchmark-serviced5115932020-02-25 17:55:03 -08005919android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$IU278K5QbmReF-mbpcNVAvVlhFI
5920android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$LLJobItLwgTRjD_KrTiT4U-xUz0
5921android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$M39is_Zyt8D7Camw2NS4EGTDn-s
5922android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$MtX5gtAKHxLcUp_ibya6VO1zuoE
5923android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$NjMtWvO8dQakD688KRREWiYI4JI
5924android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$OfwFKKtcQHRmtv70FCopw6FDAAU
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005925android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$Q2A8FgYlU8_D6PD78tThGut_rTc
art-benchmark-serviced5115932020-02-25 17:55:03 -08005926android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$RC2x2ijetA-pQrLa4QakzMBjh_k
5927android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$Rh4FuYaAZPAbrOYr6GGF6llSePE
art-benchmark-serviced60351b2020-04-11 17:55:40 -07005928android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$SLDsZb_RTXJpIvKJwCENgXrSXcU
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005929android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$TqrkuLPlaG_ucU7VbLS4tnf8hG8
art-benchmark-serviced5115932020-02-25 17:55:03 -08005930android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$VCD7izkh9A_sRz9zMUPYy-TktLo
5931android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$W65ui1dCCc-JnQa7gon1I7Bz7Sk
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005932android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$WYWtWHdkZDxBd9anjoxyZozPWHc
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005933android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$YY3srkIkMm8vTSFJZHoiKzUUrGs
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005934android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$bELzxgwsPigyVKYkAXBO2BjcSm8
art-benchmark-serviced5115932020-02-25 17:55:03 -08005935android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$hxq77a5O_MUfoptHg15ipzFvMkI
5936android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$icX71zgNszuMfnDaCmahcqWacFM
5937android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$j6NpsS_PE3VHutxIDEmwFHop7Yc
5938android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$jNtyZYh5ZAuvyDZA_6f30zhW_dI
5939android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$jTFXkqSnWC3uzh7LwzUV3m1AFOQ
5940android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$jclAV5yU3RtV94suRvvhafvGuhw
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005941android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$jlNX9JiqGSNg9W49vDcKucKdeCI
art-benchmark-serviced5115932020-02-25 17:55:03 -08005942android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$l57DgyMDrONq3sajd_dBE967ClU
5943android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$lP7_Xy6P82nXGbUQ_ZUY6rZR4bI
5944android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$mezBWc8HrQF0w9M2UHZzIjv5b5A
5945android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$nR7W5ox6SCgPxtH9IRcENwKeFI4
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005946android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$nrGqSRBJrc3_EwotCDNwfKeizIo
art-benchmark-serviced5115932020-02-25 17:55:03 -08005947android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$nxFDy8UzMc58xiN0nXxhJfBQdMI
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005948android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$oDAZqs8paeefe_3k_uRKV5plQW4
5949android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$okPCYOx4UxYuvUHlM2iS425QGIg
art-benchmark-serviced5115932020-02-25 17:55:03 -08005950android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$pLr-IfJJu1u_YG6I5LI0iHTuBi0
5951android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$r8YFiJlM_z19hwrY4PtaILOH2wA
5952android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$t2gWJ_jA36kAdNXSmlzw85aU-tM
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005953android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$uC5syhzl229gIpaK7Jfs__OCJxQ
art-benchmark-serviced5115932020-02-25 17:55:03 -08005954android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$vWj6-S8LaQStcrOXYYPgkxQlFg0
5955android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$xyyTM70Sla35xFO0mn4N0yCuKGY
5956android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$y-tK7my_uXPo_oQ7AytfnekGEbU
5957android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$yGF2cJtJjwhRqDU8M4yzwgROulY
5958android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$ygzOWFRiY4sZQ4WYUPIefqgiGvM
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005959android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$yvQnAlFGg5EWDG2vcA9X-4xnalA
art-benchmark-serviced60351b2020-04-11 17:55:40 -07005960android.telephony.-$$Lambda$TelephonyManager$1$scMPky6lOZrCjFC3d4STbtLfpHE
art-benchmark-serviced5115932020-02-25 17:55:03 -08005961android.telephony.-$$Lambda$TelephonyManager$2$l6Pazxfi7QghMr2Z0MpduhNe6yc
5962android.telephony.-$$Lambda$TelephonyRegistryManager$1$cLzLZB4oGnI-HG_-4MhxcXoHys8
art-benchmark-serviced60351b2020-04-11 17:55:40 -07005963android.telephony.AvailableNetworkInfo$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08005964android.telephony.CarrierRestrictionRules$Builder
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005965android.telephony.DataConnectionRealTimeInfo$1
5966android.telephony.DataConnectionRealTimeInfo
art-benchmark-serviced5115932020-02-25 17:55:03 -08005967android.telephony.DisconnectCause
art-benchmark-serviced5115932020-02-25 17:55:03 -08005968android.telephony.INetworkServiceCallback$Stub$Proxy
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005969android.telephony.LocationAccessPolicy$LocationPermissionQuery$Builder
5970android.telephony.LocationAccessPolicy$LocationPermissionQuery
5971android.telephony.LocationAccessPolicy$LocationPermissionResult
Calin Juravle00b23d32019-03-08 17:52:20 -08005972android.telephony.LocationAccessPolicy
art-benchmark-serviced5115932020-02-25 17:55:03 -08005973android.telephony.MmsManager
art-benchmark-serviced5115932020-02-25 17:55:03 -08005974android.telephony.NumberVerificationCallback
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005975android.telephony.PackageChangeReceiver
Mathieu Chartierba2c0462017-05-19 16:41:46 -07005976android.telephony.PhoneStateListener$IPhoneStateListenerStub
Calin Juravle00b23d32019-03-08 17:52:20 -08005977android.telephony.PhoneStateListener
art-benchmark-serviced60351b2020-04-11 17:55:40 -07005978android.telephony.RadioAccessSpecifier$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08005979android.telephony.RadioAccessSpecifier
Kenny Root9787b802013-04-26 12:53:57 -07005980android.telephony.Rlog
art-benchmark-serviced60351b2020-04-11 17:55:40 -07005981android.telephony.SmsCbCmasInfo$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08005982android.telephony.SmsCbCmasInfo
art-benchmark-serviced60351b2020-04-11 17:55:40 -07005983android.telephony.SmsCbEtwsInfo$1
5984android.telephony.SmsCbLocation$1
5985android.telephony.SmsCbMessage$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08005986android.telephony.SmsMessage$1
5987android.telephony.SmsMessage$MessageClass
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005988android.telephony.SubscriptionPlan$1
5989android.telephony.SubscriptionPlan
art-benchmark-serviced60351b2020-04-11 17:55:40 -07005990android.telephony.TelephonyDisplayInfo
art-benchmark-serviced5115932020-02-25 17:55:03 -08005991android.telephony.TelephonyManager$1
5992android.telephony.TelephonyManager$2
art-benchmark-serviced5115932020-02-25 17:55:03 -08005993android.telephony.TelephonyManager$UssdResponseCallback
art-benchmark-serviced5115932020-02-25 17:55:03 -08005994android.telephony.TelephonyRegistryManager$1
5995android.telephony.TelephonyRegistryManager$2
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005996android.telephony.TelephonyRegistryManager
art-benchmark-serviced5115932020-02-25 17:55:03 -08005997android.telephony.TelephonyScanManager$NetworkScanCallback
art-benchmark-serviced60351b2020-04-11 17:55:40 -07005998android.telephony.UssdResponse$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08005999android.telephony.UssdResponse
art-benchmark-serviced5115932020-02-25 17:55:03 -08006000android.telephony.data.IDataServiceCallback$Stub$Proxy
art-benchmark-serviced5115932020-02-25 17:55:03 -08006001android.telephony.data.IQualifiedNetworksServiceCallback$Stub$Proxy
art-benchmark-serviced60351b2020-04-11 17:55:40 -07006002android.telephony.euicc.DownloadableSubscription$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08006003android.telephony.euicc.EuiccCardManager$13
6004android.telephony.euicc.EuiccCardManager$1
art-benchmark-serviced60351b2020-04-11 17:55:40 -07006005android.telephony.euicc.EuiccInfo$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08006006android.telephony.euicc.EuiccInfo
art-benchmark-serviced60351b2020-04-11 17:55:40 -07006007android.telephony.ims.ImsSsData$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08006008android.telephony.ims.aidl.IImsServiceControllerListener$Stub$Proxy
art-benchmark-serviced5115932020-02-25 17:55:03 -08006009android.telephony.ims.feature.-$$Lambda$ImsFeature$rPSMsRhoup9jfT6nt1MV2qhomrM
art-benchmark-serviced60351b2020-04-11 17:55:40 -07006010android.text.-$$Lambda$Layout$MzjK2UE2G8VG0asK8_KWY3gHAmY
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006011android.text.AndroidBidi$EmojiBidiOverride
Calin Juravle00b23d32019-03-08 17:52:20 -08006012android.text.AndroidBidi
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08006013android.text.AndroidCharacter
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07006014android.text.Annotation
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006015android.text.AutoGrowArray$ByteArray
6016android.text.AutoGrowArray$FloatArray
6017android.text.AutoGrowArray$IntArray
Calin Juravle00b23d32019-03-08 17:52:20 -08006018android.text.AutoGrowArray
6019android.text.BidiFormatter$DirectionalityEstimator
6020android.text.BidiFormatter
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006021android.text.BoringLayout$Metrics
Calin Juravle00b23d32019-03-08 17:52:20 -08006022android.text.BoringLayout
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006023android.text.CharSequenceCharacterIterator
Andreas Gampe61e7b662015-06-17 23:57:04 -07006024android.text.ClipboardManager
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006025android.text.DynamicLayout$Builder
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006026android.text.DynamicLayout$ChangeWatcher
Calin Juravle00b23d32019-03-08 17:52:20 -08006027android.text.DynamicLayout
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006028android.text.Editable$Factory
Calin Juravle00b23d32019-03-08 17:52:20 -08006029android.text.Editable
Calin Juravle4a054192018-05-29 17:52:20 -07006030android.text.Emoji
Clara Bayarri04d72ab2017-01-10 09:31:51 -08006031android.text.FontConfig$Alias
Clara Bayarri04d72ab2017-01-10 09:31:51 -08006032android.text.FontConfig$Family
6033android.text.FontConfig$Font
Calin Juravle00b23d32019-03-08 17:52:20 -08006034android.text.FontConfig
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006035android.text.GetChars
6036android.text.GraphicsOperations
Mathieu Chartierd62dd932017-09-09 15:19:46 -07006037android.text.Html$HtmlParser
art-benchmark-serviced5115932020-02-25 17:55:03 -08006038android.text.Html$ImageGetter
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006039android.text.Html$TagHandler
Calin Juravle00b23d32019-03-08 17:52:20 -08006040android.text.Html
art-benchmark-serviced5115932020-02-25 17:55:03 -08006041android.text.HtmlToSpannedConverter$Alignment
6042android.text.HtmlToSpannedConverter$Background
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006043android.text.HtmlToSpannedConverter$Big
6044android.text.HtmlToSpannedConverter$Blockquote
6045android.text.HtmlToSpannedConverter$Bold
6046android.text.HtmlToSpannedConverter$Bullet
art-benchmark-serviced5115932020-02-25 17:55:03 -08006047android.text.HtmlToSpannedConverter$Font
6048android.text.HtmlToSpannedConverter$Foreground
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006049android.text.HtmlToSpannedConverter$Heading
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07006050android.text.HtmlToSpannedConverter$Href
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006051android.text.HtmlToSpannedConverter$Italic
6052android.text.HtmlToSpannedConverter$Monospace
art-benchmark-serviced5115932020-02-25 17:55:03 -08006053android.text.HtmlToSpannedConverter$Newline
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006054android.text.HtmlToSpannedConverter$Small
6055android.text.HtmlToSpannedConverter$Strikethrough
6056android.text.HtmlToSpannedConverter$Sub
6057android.text.HtmlToSpannedConverter$Super
6058android.text.HtmlToSpannedConverter$Underline
Calin Juravle00b23d32019-03-08 17:52:20 -08006059android.text.HtmlToSpannedConverter
Andreas Gampe61e7b662015-06-17 23:57:04 -07006060android.text.Hyphenator
Calin Juravle4a054192018-05-29 17:52:20 -07006061android.text.InputFilter$LengthFilter
Calin Juravle00b23d32019-03-08 17:52:20 -08006062android.text.InputFilter
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006063android.text.InputType
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006064android.text.Layout$1
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006065android.text.Layout$Alignment
6066android.text.Layout$Directions
Andreas Gampe859e2782016-04-06 18:37:56 -07006067android.text.Layout$Ellipsizer
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006068android.text.Layout$HorizontalMeasurementProvider
art-benchmark-serviced60351b2020-04-11 17:55:40 -07006069android.text.Layout$SelectionRectangleConsumer
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07006070android.text.Layout$SpannedEllipsizer
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006071android.text.Layout$TabStops
Calin Juravle00b23d32019-03-08 17:52:20 -08006072android.text.Layout
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006073android.text.MeasuredParagraph
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006074android.text.NoCopySpan$Concrete
Calin Juravle00b23d32019-03-08 17:52:20 -08006075android.text.NoCopySpan
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006076android.text.PackedIntVector
6077android.text.PackedObjectVector
6078android.text.ParcelableSpan
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006079android.text.PrecomputedText$ParagraphInfo
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006080android.text.PrecomputedText$Params$Builder
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006081android.text.PrecomputedText$Params
Calin Juravle00b23d32019-03-08 17:52:20 -08006082android.text.PrecomputedText
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006083android.text.Selection$END
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006084android.text.Selection$MEMORY
6085android.text.Selection$MemoryTextWatcher
6086android.text.Selection$PositionIterator
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006087android.text.Selection$START
Calin Juravle00b23d32019-03-08 17:52:20 -08006088android.text.Selection
Kenny Rootdbf30ed2012-09-19 13:08:12 -07006089android.text.SpanSet
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006090android.text.SpanWatcher
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006091android.text.Spannable$Factory
Calin Juravle00b23d32019-03-08 17:52:20 -08006092android.text.Spannable
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006093android.text.SpannableString
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08006094android.text.SpannableStringBuilder
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006095android.text.SpannableStringInternal
6096android.text.Spanned
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08006097android.text.SpannedString
Andreas Gampe61e7b662015-06-17 23:57:04 -07006098android.text.StaticLayout$Builder
6099android.text.StaticLayout$LineBreaks
Calin Juravle00b23d32019-03-08 17:52:20 -08006100android.text.StaticLayout
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04006101android.text.TextDirectionHeuristic
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04006102android.text.TextDirectionHeuristics$AnyStrong
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04006103android.text.TextDirectionHeuristics$FirstStrong
6104android.text.TextDirectionHeuristics$TextDirectionAlgorithm
6105android.text.TextDirectionHeuristics$TextDirectionHeuristicImpl
6106android.text.TextDirectionHeuristics$TextDirectionHeuristicInternal
Kenny Rootdbf30ed2012-09-19 13:08:12 -07006107android.text.TextDirectionHeuristics$TextDirectionHeuristicLocale
Calin Juravle00b23d32019-03-08 17:52:20 -08006108android.text.TextDirectionHeuristics
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07006109android.text.TextLine$DecorationInfo
Calin Juravle00b23d32019-03-08 17:52:20 -08006110android.text.TextLine
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006111android.text.TextPaint
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006112android.text.TextUtils$1
6113android.text.TextUtils$EllipsizeCallback
Mathieu Chartierba2c0462017-05-19 16:41:46 -07006114android.text.TextUtils$SimpleStringSplitter
6115android.text.TextUtils$StringSplitter
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006116android.text.TextUtils$StringWithRemovedChars
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006117android.text.TextUtils$TruncateAt
Calin Juravle00b23d32019-03-08 17:52:20 -08006118android.text.TextUtils
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006119android.text.TextWatcher
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006120android.text.format.DateFormat
6121android.text.format.DateUtils
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006122android.text.format.Formatter$BytesResult
Mathieu Chartierd62dd932017-09-09 15:19:46 -07006123android.text.format.Formatter
Mathieu Chartierba2c0462017-05-19 16:41:46 -07006124android.text.format.Time$TimeCalculator
Calin Juravle00b23d32019-03-08 17:52:20 -08006125android.text.format.Time
Calin Juravle4a054192018-05-29 17:52:20 -07006126android.text.format.TimeFormatter
art-benchmark-serviced5115932020-02-25 17:55:03 -08006127android.text.format.TimeMigrationUtils
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04006128android.text.method.AllCapsTransformationMethod
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08006129android.text.method.ArrowKeyMovementMethod
6130android.text.method.BaseKeyListener
Jesse Wilson80686182011-01-21 17:12:43 -08006131android.text.method.BaseMovementMethod
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006132android.text.method.DateKeyListener
6133android.text.method.DateTimeKeyListener
6134android.text.method.DialerKeyListener
6135android.text.method.DigitsKeyListener
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006136android.text.method.KeyListener
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006137android.text.method.LinkMovementMethod
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08006138android.text.method.MetaKeyKeyListener
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006139android.text.method.MovementMethod
art-benchmark-serviced60351b2020-04-11 17:55:40 -07006140android.text.method.MultiTapKeyListener
Calin Juravle4a054192018-05-29 17:52:20 -07006141android.text.method.NumberKeyListener
Kenny Rootdbf30ed2012-09-19 13:08:12 -07006142android.text.method.PasswordTransformationMethod
art-benchmark-serviced60351b2020-04-11 17:55:40 -07006143android.text.method.QwertyKeyListener$Replaced
Calin Juravle4a054192018-05-29 17:52:20 -07006144android.text.method.QwertyKeyListener
Jesse Wilson80686182011-01-21 17:12:43 -08006145android.text.method.ReplacementTransformationMethod$ReplacementCharSequence
6146android.text.method.ReplacementTransformationMethod$SpannedReplacementCharSequence
Calin Juravle00b23d32019-03-08 17:52:20 -08006147android.text.method.ReplacementTransformationMethod
Calin Juravle4a054192018-05-29 17:52:20 -07006148android.text.method.ScrollingMovementMethod
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08006149android.text.method.SingleLineTransformationMethod
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08006150android.text.method.TextKeyListener$Capitalize
art-benchmark-serviced60351b2020-04-11 17:55:40 -07006151android.text.method.TextKeyListener$NullKeyListener
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006152android.text.method.TextKeyListener$SettingsObserver
Calin Juravle00b23d32019-03-08 17:52:20 -08006153android.text.method.TextKeyListener
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006154android.text.method.TimeKeyListener
art-benchmark-serviced5115932020-02-25 17:55:03 -08006155android.text.method.Touch$DragState
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006156android.text.method.Touch
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04006157android.text.method.TransformationMethod2
Calin Juravle00b23d32019-03-08 17:52:20 -08006158android.text.method.TransformationMethod
Calin Juravle4a054192018-05-29 17:52:20 -07006159android.text.method.WordIterator
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006160android.text.style.AbsoluteSizeSpan
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006161android.text.style.AccessibilityClickableSpan$1
6162android.text.style.AccessibilityClickableSpan
art-benchmark-serviced5115932020-02-25 17:55:03 -08006163android.text.style.AccessibilityReplacementSpan$1
6164android.text.style.AccessibilityReplacementSpan
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006165android.text.style.AccessibilityURLSpan
6166android.text.style.AlignmentSpan$Standard
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006167android.text.style.AlignmentSpan
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006168android.text.style.BackgroundColorSpan
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006169android.text.style.BulletSpan
art-benchmark-serviced5115932020-02-25 17:55:03 -08006170android.text.style.CharacterStyle$Passthrough
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006171android.text.style.CharacterStyle
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006172android.text.style.ClickableSpan
6173android.text.style.DynamicDrawableSpan
Kenny Rootdbf30ed2012-09-19 13:08:12 -07006174android.text.style.EasyEditSpan
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07006175android.text.style.ForegroundColorSpan
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006176android.text.style.ImageSpan
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006177android.text.style.LeadingMarginSpan$LeadingMarginSpan2
6178android.text.style.LeadingMarginSpan$Standard
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006179android.text.style.LeadingMarginSpan
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006180android.text.style.LineBackgroundSpan$Standard
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006181android.text.style.LineBackgroundSpan
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006182android.text.style.LineHeightSpan$Standard
6183android.text.style.LineHeightSpan$WithDensity
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006184android.text.style.LineHeightSpan
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006185android.text.style.LocaleSpan
art-benchmark-serviced5115932020-02-25 17:55:03 -08006186android.text.style.MetricAffectingSpan$Passthrough
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006187android.text.style.MetricAffectingSpan
6188android.text.style.ParagraphStyle
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006189android.text.style.QuoteSpan
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006190android.text.style.RelativeSizeSpan
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006191android.text.style.ReplacementSpan
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006192android.text.style.ScaleXSpan
Dianne Hackborn6b57b7e2011-11-07 14:45:49 -08006193android.text.style.SpellCheckSpan
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006194android.text.style.StrikethroughSpan
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04006195android.text.style.StyleSpan
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006196android.text.style.SubscriptSpan
6197android.text.style.SuggestionRangeSpan
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006198android.text.style.SuggestionSpan$1
Calin Juravle00b23d32019-03-08 17:52:20 -08006199android.text.style.SuggestionSpan
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006200android.text.style.SuperscriptSpan
Andreas Gampe61e7b662015-06-17 23:57:04 -07006201android.text.style.TabStopSpan
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07006202android.text.style.TextAppearanceSpan
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006203android.text.style.TtsSpan$Builder
6204android.text.style.TtsSpan$SemioticClassBuilder
6205android.text.style.TtsSpan$TelephoneBuilder
6206android.text.style.TtsSpan
6207android.text.style.TypefaceSpan
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07006208android.text.style.URLSpan
6209android.text.style.UnderlineSpan
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006210android.text.style.UpdateAppearance
6211android.text.style.UpdateLayout
6212android.text.style.WrapTogetherSpan
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006213android.text.util.-$$Lambda$Linkify$7J_-cMhIF2bcttjkxA2jDFP8sKw
art-benchmark-serviced5115932020-02-25 17:55:03 -08006214android.text.util.LinkSpec
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006215android.text.util.Linkify$1
6216android.text.util.Linkify$2
6217android.text.util.Linkify$3
art-benchmark-serviced5115932020-02-25 17:55:03 -08006218android.text.util.Linkify$4
Calin Juravle4a054192018-05-29 17:52:20 -07006219android.text.util.Linkify$MatchFilter
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006220android.text.util.Linkify$TransformFilter
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006221android.text.util.Linkify
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006222android.text.util.Rfc822Token
6223android.text.util.Rfc822Tokenizer
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006224android.transition.ArcMotion
Andreas Gampedcad4ca2014-10-03 02:00:29 +00006225android.transition.AutoTransition
Andreas Gampedcad4ca2014-10-03 02:00:29 +00006226android.transition.ChangeBounds$1
Andreas Gampe61e7b662015-06-17 23:57:04 -07006227android.transition.ChangeBounds$2
6228android.transition.ChangeBounds$3
6229android.transition.ChangeBounds$4
6230android.transition.ChangeBounds$5
6231android.transition.ChangeBounds$6
Calin Juravle00b23d32019-03-08 17:52:20 -08006232android.transition.ChangeBounds
Andreas Gampedcad4ca2014-10-03 02:00:29 +00006233android.transition.ChangeClipBounds
Andreas Gampedcad4ca2014-10-03 02:00:29 +00006234android.transition.ChangeImageTransform$1
6235android.transition.ChangeImageTransform$2
Calin Juravle00b23d32019-03-08 17:52:20 -08006236android.transition.ChangeImageTransform
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006237android.transition.ChangeScroll
Andreas Gampedcad4ca2014-10-03 02:00:29 +00006238android.transition.ChangeTransform$1
Andreas Gampe61e7b662015-06-17 23:57:04 -07006239android.transition.ChangeTransform$2
Calin Juravle00b23d32019-03-08 17:52:20 -08006240android.transition.ChangeTransform
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006241android.transition.CircularPropagation
6242android.transition.Explode
Calin Juravle4a054192018-05-29 17:52:20 -07006243android.transition.Fade$1
6244android.transition.Fade$FadeAnimatorListener
Calin Juravle00b23d32019-03-08 17:52:20 -08006245android.transition.Fade
Andreas Gampedcad4ca2014-10-03 02:00:29 +00006246android.transition.PathMotion
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006247android.transition.PatternPathMotion
6248android.transition.Recolor
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07006249android.transition.Scene
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006250android.transition.Slide$1
6251android.transition.Slide$2
6252android.transition.Slide$3
6253android.transition.Slide$4
6254android.transition.Slide$5
6255android.transition.Slide$6
6256android.transition.Slide$CalculateSlide
6257android.transition.Slide$CalculateSlideHorizontal
6258android.transition.Slide$CalculateSlideVertical
6259android.transition.Slide
Andreas Gampedcad4ca2014-10-03 02:00:29 +00006260android.transition.Transition$1
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006261android.transition.Transition$2
6262android.transition.Transition$3
6263android.transition.Transition$AnimationInfo
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006264android.transition.Transition$EpicenterCallback
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006265android.transition.Transition$TransitionListener
Calin Juravle00b23d32019-03-08 17:52:20 -08006266android.transition.Transition
Andreas Gampedcad4ca2014-10-03 02:00:29 +00006267android.transition.TransitionInflater
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006268android.transition.TransitionListenerAdapter
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006269android.transition.TransitionManager$MultiListener$1
Calin Juravle00b23d32019-03-08 17:52:20 -08006270android.transition.TransitionManager$MultiListener
6271android.transition.TransitionManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006272android.transition.TransitionPropagation
art-benchmark-serviced5115932020-02-25 17:55:03 -08006273android.transition.TransitionSet$1
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006274android.transition.TransitionSet$TransitionSetListener
Calin Juravle00b23d32019-03-08 17:52:20 -08006275android.transition.TransitionSet
Calin Juravle4a054192018-05-29 17:52:20 -07006276android.transition.TransitionUtils
6277android.transition.TransitionValues
Andreas Gampedcad4ca2014-10-03 02:00:29 +00006278android.transition.TransitionValuesMaps
art-benchmark-serviced5115932020-02-25 17:55:03 -08006279android.transition.Visibility$1
6280android.transition.Visibility$DisappearListener
6281android.transition.Visibility$VisibilityInfo
Andreas Gampedcad4ca2014-10-03 02:00:29 +00006282android.transition.Visibility
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006283android.transition.VisibilityPropagation
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006284android.util.AndroidException
6285android.util.AndroidRuntimeException
Andreas Gampedcad4ca2014-10-03 02:00:29 +00006286android.util.ArrayMap$1
Calin Juravle00b23d32019-03-08 17:52:20 -08006287android.util.ArrayMap
Andreas Gampe571fc302016-02-18 13:58:09 -08006288android.util.ArraySet$1
Calin Juravle00b23d32019-03-08 17:52:20 -08006289android.util.ArraySet
Mathieu Chartierba2c0462017-05-19 16:41:46 -07006290android.util.AtomicFile
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08006291android.util.AttributeSet
art-benchmark-serviced5115932020-02-25 17:55:03 -08006292android.util.BackupUtils$BadVersionException
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006293android.util.BackupUtils
Kenny Rootdbf30ed2012-09-19 13:08:12 -07006294android.util.Base64$Coder
Kenny Root9787b802013-04-26 12:53:57 -07006295android.util.Base64$Decoder
6296android.util.Base64$Encoder
Calin Juravle00b23d32019-03-08 17:52:20 -08006297android.util.Base64
art-benchmark-serviced5115932020-02-25 17:55:03 -08006298android.util.CloseGuard
Andreas Gampedcad4ca2014-10-03 02:00:29 +00006299android.util.ContainerHelpers
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006300android.util.DataUnit$1
6301android.util.DataUnit$2
6302android.util.DataUnit$3
6303android.util.DataUnit$4
6304android.util.DataUnit$5
6305android.util.DataUnit$6
Calin Juravle00b23d32019-03-08 17:52:20 -08006306android.util.DataUnit
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07006307android.util.DebugUtils
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08006308android.util.DisplayMetrics
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08006309android.util.EventLog$Event
Calin Juravle00b23d32019-03-08 17:52:20 -08006310android.util.EventLog
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006311android.util.ExceptionUtils
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006312android.util.FastImmutableArraySet$FastIterator
6313android.util.FastImmutableArraySet
Calin Juravle00b23d32019-03-08 17:52:20 -08006314android.util.FeatureFlagUtils
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04006315android.util.FloatProperty
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006316android.util.Half
Calin Juravle00b23d32019-03-08 17:52:20 -08006317android.util.IconDrawableFactory
Andreas Gampe0db10fd2017-02-01 15:57:57 -08006318android.util.IntArray
Andreas Gampedcad4ca2014-10-03 02:00:29 +00006319android.util.IntProperty
Calin Juravle4a054192018-05-29 17:52:20 -07006320android.util.JsonReader$1
Calin Juravle00b23d32019-03-08 17:52:20 -08006321android.util.JsonReader
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006322android.util.JsonScope
6323android.util.JsonToken
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006324android.util.JsonWriter$1
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006325android.util.JsonWriter
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006326android.util.KeyValueListParser$IntValue
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006327android.util.KeyValueListParser
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006328android.util.KeyValueSettingObserver$SettingObserver
6329android.util.KeyValueSettingObserver
6330android.util.LauncherIcons
art-benchmark-serviced5115932020-02-25 17:55:03 -08006331android.util.LocalLog$ReadOnlyLocalLog
Calin Juravle00b23d32019-03-08 17:52:20 -08006332android.util.LocalLog
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006333android.util.Log$1
Andreas Gampe571fc302016-02-18 13:58:09 -08006334android.util.Log$ImmediateLogWriter
Andreas Gampe61a3e8c2017-09-27 11:57:27 -07006335android.util.Log$PreloadHolder
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006336android.util.Log$TerribleFailure
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006337android.util.Log$TerribleFailureHandler
Calin Juravle00b23d32019-03-08 17:52:20 -08006338android.util.Log
Andreas Gampe571fc302016-02-18 13:58:09 -08006339android.util.LogPrinter
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006340android.util.LogWriter
Andreas Gampe0db10fd2017-02-01 15:57:57 -08006341android.util.LongArray
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006342android.util.LongArrayQueue
art-benchmark-serviced5115932020-02-25 17:55:03 -08006343android.util.LongSparseArray$StringParcelling
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08006344android.util.LongSparseArray
art-benchmark-serviced5115932020-02-25 17:55:03 -08006345android.util.LongSparseLongArray$Parcelling
Andreas Gampedcad4ca2014-10-03 02:00:29 +00006346android.util.LongSparseLongArray
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04006347android.util.LruCache
Andreas Gampedcad4ca2014-10-03 02:00:29 +00006348android.util.MapCollections$ArrayIterator
Mathieu Chartierba2c0462017-05-19 16:41:46 -07006349android.util.MapCollections$EntrySet
Andreas Gampedcad4ca2014-10-03 02:00:29 +00006350android.util.MapCollections$KeySet
Mathieu Chartierba2c0462017-05-19 16:41:46 -07006351android.util.MapCollections$MapIterator
6352android.util.MapCollections$ValuesCollection
Calin Juravle00b23d32019-03-08 17:52:20 -08006353android.util.MapCollections
Andreas Gampedcad4ca2014-10-03 02:00:29 +00006354android.util.MathUtils
Andreas Gampecbcb9e32016-06-03 17:24:05 -07006355android.util.MemoryIntArray$1
Calin Juravle00b23d32019-03-08 17:52:20 -08006356android.util.MemoryIntArray
Mathieu Chartierba2c0462017-05-19 16:41:46 -07006357android.util.MergedConfiguration$1
Calin Juravle00b23d32019-03-08 17:52:20 -08006358android.util.MergedConfiguration
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006359android.util.MutableBoolean
Andreas Gampedcad4ca2014-10-03 02:00:29 +00006360android.util.MutableInt
6361android.util.MutableLong
art-benchmark-serviced5115932020-02-25 17:55:03 -08006362android.util.NtpTrustedTime$1
6363android.util.NtpTrustedTime$NtpConnectionInfo
6364android.util.NtpTrustedTime$TimeResult
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006365android.util.NtpTrustedTime
6366android.util.PackageUtils
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006367android.util.Pair
Andreas Gampe571fc302016-02-18 13:58:09 -08006368android.util.PathParser$PathData
Calin Juravle00b23d32019-03-08 17:52:20 -08006369android.util.PathParser
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006370android.util.Patterns
Kenny Root9787b802013-04-26 12:53:57 -07006371android.util.Pools$Pool
6372android.util.Pools$SimplePool
6373android.util.Pools$SynchronizedPool
art-benchmark-serviced5115932020-02-25 17:55:03 -08006374android.util.PrefixPrinter
Calin Juravle00b23d32019-03-08 17:52:20 -08006375android.util.PrintWriterPrinter
Andreas Gampe61e7b662015-06-17 23:57:04 -07006376android.util.Printer
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04006377android.util.Property
Andreas Gampe859e2782016-04-06 18:37:56 -07006378android.util.Range
Andreas Gampe571fc302016-02-18 13:58:09 -08006379android.util.Rational
art-benchmark-serviced5115932020-02-25 17:55:03 -08006380android.util.RecurrenceRule$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006381android.util.RecurrenceRule$NonrecurringIterator
6382android.util.RecurrenceRule$RecurringIterator
6383android.util.RecurrenceRule
Jesse Wilson80686182011-01-21 17:12:43 -08006384android.util.Singleton
Andreas Gampe61e7b662015-06-17 23:57:04 -07006385android.util.Size
Andreas Gampe0db10fd2017-02-01 15:57:57 -08006386android.util.SizeF
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04006387android.util.Slog
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08006388android.util.SparseArray
art-benchmark-serviced5115932020-02-25 17:55:03 -08006389android.util.SparseArrayMap
Jesse Wilson80686182011-01-21 17:12:43 -08006390android.util.SparseBooleanArray
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006391android.util.SparseIntArray
Mathieu Chartierba2c0462017-05-19 16:41:46 -07006392android.util.SparseLongArray
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006393android.util.SparseSetArray
6394android.util.Spline$LinearSpline
6395android.util.Spline$MonotoneCubicSpline
6396android.util.Spline
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08006397android.util.StateSet
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006398android.util.StatsLog
6399android.util.StatsLogInternal
art-benchmark-serviced5115932020-02-25 17:55:03 -08006400android.util.StringBuilderPrinter
Andreas Gampedcad4ca2014-10-03 02:00:29 +00006401android.util.SuperNotCalledException
art-benchmark-serviced5115932020-02-25 17:55:03 -08006402android.util.TimeFormatException
Calin Juravle4a054192018-05-29 17:52:20 -07006403android.util.TimeUtils
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006404android.util.TimedRemoteCaller
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07006405android.util.TimingLogger
Mathieu Chartierf72073a2017-08-16 11:37:02 -07006406android.util.TimingsTraceLog
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006407android.util.TrustedTime
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08006408android.util.TypedValue
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006409android.util.UtilConfig
art-benchmark-serviced5115932020-02-25 17:55:03 -08006410android.util.Xml$Encoding
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08006411android.util.Xml
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006412android.util.XmlPullAttributes
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006413android.util.apk.ApkSignatureSchemeV2Verifier$VerifiedSigner
6414android.util.apk.ApkSignatureSchemeV2Verifier
6415android.util.apk.ApkSignatureSchemeV3Verifier$PlatformNotSupportedException
art-benchmark-serviced5115932020-02-25 17:55:03 -08006416android.util.apk.ApkSignatureSchemeV3Verifier$VerifiedProofOfRotation
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006417android.util.apk.ApkSignatureSchemeV3Verifier$VerifiedSigner
6418android.util.apk.ApkSignatureSchemeV3Verifier
6419android.util.apk.ApkSignatureVerifier
6420android.util.apk.ApkSigningBlockUtils$1
6421android.util.apk.ApkSigningBlockUtils$MultipleDigestDataDigester
6422android.util.apk.ApkSigningBlockUtils
6423android.util.apk.ByteBufferDataSource
6424android.util.apk.ByteBufferFactory
6425android.util.apk.DataDigester
6426android.util.apk.DataSource
6427android.util.apk.MemoryMappedFileDataSource
6428android.util.apk.SignatureInfo
6429android.util.apk.SignatureNotFoundException
6430android.util.apk.VerbatimX509Certificate
6431android.util.apk.VerityBuilder$BufferedDigester
6432android.util.apk.VerityBuilder$VerityResult
6433android.util.apk.VerityBuilder
6434android.util.apk.WrappedX509Certificate
6435android.util.apk.ZipUtils
6436android.util.jar.StrictJarFile$EntryIterator
6437android.util.jar.StrictJarFile$FDStream
6438android.util.jar.StrictJarFile$JarFileInputStream
6439android.util.jar.StrictJarFile$ZipInflaterInputStream
Przemyslaw Szczepaniak8a7c1602015-11-03 09:47:56 +00006440android.util.jar.StrictJarFile
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006441android.util.jar.StrictJarManifest$Chunk
6442android.util.jar.StrictJarManifest
6443android.util.jar.StrictJarManifestReader
6444android.util.jar.StrictJarVerifier$VerifierEntry
6445android.util.jar.StrictJarVerifier
6446android.util.proto.EncodedBuffer
6447android.util.proto.ProtoInputStream
Calin Juravle00b23d32019-03-08 17:52:20 -08006448android.util.proto.ProtoOutputStream
6449android.util.proto.ProtoParseException
6450android.util.proto.ProtoStream
art-benchmark-serviced5115932020-02-25 17:55:03 -08006451android.util.proto.ProtoUtils
Calin Juravle00b23d32019-03-08 17:52:20 -08006452android.util.proto.WireTypeMismatchException
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006453android.view.-$$Lambda$1kvF4JuyM42-wmyDVPAIYdPz1jE
Calin Juravle00b23d32019-03-08 17:52:20 -08006454android.view.-$$Lambda$9vBfnQOmNnsc9WU80IIatZHQGKc
art-benchmark-serviced5115932020-02-25 17:55:03 -08006455android.view.-$$Lambda$CompositionSamplingListener$hrbPutjnKRv7VkkiY9eg32N6QA8
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006456android.view.-$$Lambda$FocusFinder$FocusSorter$h0f2ZYL6peSaaEeCCkAoYs_YZvU
6457android.view.-$$Lambda$FocusFinder$FocusSorter$kW7K1t9q7Y62V38r-7g6xRzqqq8
6458android.view.-$$Lambda$FocusFinder$P8rLvOJhymJH5ALAgUjGaM5gxKA
6459android.view.-$$Lambda$FocusFinder$Pgx6IETuqCkrhJYdiBes48tolG4
art-benchmark-serviced5115932020-02-25 17:55:03 -08006460android.view.-$$Lambda$InsetsController$6uoSHBPvxV1C0JOZKhH1AyuNXmo
Calin Juravle00b23d32019-03-08 17:52:20 -08006461android.view.-$$Lambda$InsetsController$Cj7UJrCkdHvJAZ_cYKrXuTMsjz8
art-benchmark-serviced5115932020-02-25 17:55:03 -08006462android.view.-$$Lambda$InsetsController$HI9QZ2HvGm6iykc-WONz2KPG61Q
art-benchmark-serviced60351b2020-04-11 17:55:40 -07006463android.view.-$$Lambda$InsetsController$InternalAnimationControlListener$SInf91MjJKDQFXwrp7C-HBi0xaQ
art-benchmark-serviced5115932020-02-25 17:55:03 -08006464android.view.-$$Lambda$InsetsController$RZT3QkL9zMFTeHtZbfcaHIzvlsc
6465android.view.-$$Lambda$InsetsController$zpmOxHfTFV_3me2u3C8YaXSUauQ
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006466android.view.-$$Lambda$PYGleuqIeCxjTD1pJqqx1opFv1g
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006467android.view.-$$Lambda$QI1s392qW8l6mC24bcy9050SkuY
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006468android.view.-$$Lambda$SurfaceView$SyyzxOgxKwZMRgiiTGcRYbOU5JY
art-benchmark-serviced5115932020-02-25 17:55:03 -08006469android.view.-$$Lambda$SurfaceView$TWz4D2u33ZlAmRtgKzbqqDue3iM
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006470android.view.-$$Lambda$SurfaceView$w68OV7dB_zKVNsA-r0IrAUtyWas
art-benchmark-serviced5115932020-02-25 17:55:03 -08006471android.view.-$$Lambda$TextureView$WAq1rgfoZeDSt6cBQga7iQDymYk
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006472android.view.-$$Lambda$ThreadedRenderer$ydBD-R1iP5u-97XYakm-jKvC1b4
art-benchmark-serviced5115932020-02-25 17:55:03 -08006473android.view.-$$Lambda$View$bhR1vB5ZYp3dv-Kth4jtLSS0KEs
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006474android.view.-$$Lambda$View$llq76MkPXP4bNcb9oJt_msw0fnQ
art-benchmark-serviced60351b2020-04-11 17:55:40 -07006475android.view.-$$Lambda$ViewGroup$ViewLocationHolder$AjKvqdj7SGGIzA5qrlZUuu71jl8
6476android.view.-$$Lambda$ViewGroup$ViewLocationHolder$QbO7cM0ULKe25a7bfXG3VH6DB0c
art-benchmark-serviced5115932020-02-25 17:55:03 -08006477android.view.-$$Lambda$ViewRootImpl$DJd0VUYJgsebcnSohO6h8zc_ONI
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006478android.view.-$$Lambda$ViewRootImpl$IReiNMSbDakZSGbIZuL_ifaFWn8
art-benchmark-serviced5115932020-02-25 17:55:03 -08006479android.view.-$$Lambda$ViewRootImpl$YBiqAhbCbXVPSKdbE3K4rH2gpxI
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006480android.view.-$$Lambda$ViewRootImpl$dznxCZGM2R1fsBljsJKomLjBRoM
art-benchmark-serviced5115932020-02-25 17:55:03 -08006481android.view.-$$Lambda$ViewRootImpl$vBfxngTfPtkwcFoa96FB0CWn5ZI
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006482android.view.-$$Lambda$WindowManagerGlobal$2bR3FsEm4EdRwuXfttH0wA2xOW4
6483android.view.-$$Lambda$WlJa6OPA72p3gYtA3nVKC7Z1tGY
art-benchmark-serviced5115932020-02-25 17:55:03 -08006484android.view.-$$Lambda$Y3lG3v_J32-xL0IjMGgNorZjESw
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006485android.view.-$$Lambda$cZhmLzK8aetUdx4VlP9w5jR7En0
6486android.view.-$$Lambda$dj1hfDQd0iEp_uBDBPEUMMYJJwk
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006487android.view.AbsSavedState$1
6488android.view.AbsSavedState$2
Calin Juravle00b23d32019-03-08 17:52:20 -08006489android.view.AbsSavedState
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07006490android.view.AccessibilityInteractionController$AccessibilityNodePrefetcher
6491android.view.AccessibilityInteractionController$PrivateHandler
Calin Juravle00b23d32019-03-08 17:52:20 -08006492android.view.AccessibilityInteractionController
art-benchmark-serviced60351b2020-04-11 17:55:40 -07006493android.view.ActionMode$Callback2
Jesse Wilson80686182011-01-21 17:12:43 -08006494android.view.ActionMode$Callback
Calin Juravle00b23d32019-03-08 17:52:20 -08006495android.view.ActionMode
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07006496android.view.ActionProvider$SubUiVisibilityListener
Calin Juravle00b23d32019-03-08 17:52:20 -08006497android.view.ActionProvider
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006498android.view.AppTransitionAnimationSpec$1
6499android.view.AppTransitionAnimationSpec
art-benchmark-serviced5115932020-02-25 17:55:03 -08006500android.view.BatchedInputEventReceiver$BatchedInputRunnable
6501android.view.BatchedInputEventReceiver
Kenny Rootdbf30ed2012-09-19 13:08:12 -07006502android.view.Choreographer$1
6503android.view.Choreographer$2
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07006504android.view.Choreographer$3
Kenny Rootdbf30ed2012-09-19 13:08:12 -07006505android.view.Choreographer$CallbackQueue
6506android.view.Choreographer$CallbackRecord
Andreas Gampe61e7b662015-06-17 23:57:04 -07006507android.view.Choreographer$FrameCallback
Kenny Rootdbf30ed2012-09-19 13:08:12 -07006508android.view.Choreographer$FrameDisplayEventReceiver
6509android.view.Choreographer$FrameHandler
Calin Juravle00b23d32019-03-08 17:52:20 -08006510android.view.Choreographer
Calin Juravle36829e52019-04-10 19:07:47 -07006511android.view.CompositionSamplingListener
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006512android.view.ContextMenu$ContextMenuInfo
Calin Juravle00b23d32019-03-08 17:52:20 -08006513android.view.ContextMenu
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08006514android.view.ContextThemeWrapper
art-benchmark-serviced60351b2020-04-11 17:55:40 -07006515android.view.CutoutSpecification$Parser
6516android.view.CutoutSpecification
Andreas Gampecbcb9e32016-06-03 17:24:05 -07006517android.view.Display$HdrCapabilities$1
Calin Juravle00b23d32019-03-08 17:52:20 -08006518android.view.Display$HdrCapabilities
Andreas Gampe61e7b662015-06-17 23:57:04 -07006519android.view.Display$Mode$1
Calin Juravle00b23d32019-03-08 17:52:20 -08006520android.view.Display$Mode
6521android.view.Display
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006522android.view.DisplayAddress$Physical$1
6523android.view.DisplayAddress$Physical
Calin Juravle36829e52019-04-10 19:07:47 -07006524android.view.DisplayAddress
Andreas Gampedcad4ca2014-10-03 02:00:29 +00006525android.view.DisplayAdjustments
Calin Juravle00b23d32019-03-08 17:52:20 -08006526android.view.DisplayCutout$Bounds
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006527android.view.DisplayCutout$ParcelableWrapper$1
Calin Juravle00b23d32019-03-08 17:52:20 -08006528android.view.DisplayCutout$ParcelableWrapper
6529android.view.DisplayCutout
Kenny Rootdbf30ed2012-09-19 13:08:12 -07006530android.view.DisplayEventReceiver
Kenny Rootdbf30ed2012-09-19 13:08:12 -07006531android.view.DisplayInfo$1
Calin Juravle00b23d32019-03-08 17:52:20 -08006532android.view.DisplayInfo
6533android.view.DisplayListCanvas
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006534android.view.DragEvent$1
6535android.view.DragEvent
Jesse Wilson80686182011-01-21 17:12:43 -08006536android.view.FallbackEventHandler
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006537android.view.FocusFinder$1
Mathieu Chartierba2c0462017-05-19 16:41:46 -07006538android.view.FocusFinder$FocusSorter
Mathieu Chartierba2c0462017-05-19 16:41:46 -07006539android.view.FocusFinder$UserSpecifiedFocusComparator$NextFocusGetter
Calin Juravle00b23d32019-03-08 17:52:20 -08006540android.view.FocusFinder$UserSpecifiedFocusComparator
6541android.view.FocusFinder
Andreas Gampe571fc302016-02-18 13:58:09 -08006542android.view.FrameMetrics
6543android.view.FrameMetricsObserver
Andreas Gampedcad4ca2014-10-03 02:00:29 +00006544android.view.FrameStats
Kenny Root9787b802013-04-26 12:53:57 -07006545android.view.GestureDetector$GestureHandler
Andreas Gampe61e7b662015-06-17 23:57:04 -07006546android.view.GestureDetector$OnContextClickListener
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04006547android.view.GestureDetector$OnDoubleTapListener
6548android.view.GestureDetector$OnGestureListener
Kenny Root9787b802013-04-26 12:53:57 -07006549android.view.GestureDetector$SimpleOnGestureListener
Calin Juravle00b23d32019-03-08 17:52:20 -08006550android.view.GestureDetector
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006551android.view.GestureExclusionTracker$GestureExclusionViewInfo
6552android.view.GestureExclusionTracker
art-benchmark-serviced5115932020-02-25 17:55:03 -08006553android.view.GhostView
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006554android.view.Gravity
Andreas Gampe571fc302016-02-18 13:58:09 -08006555android.view.HandlerActionQueue$HandlerAction
Calin Juravle00b23d32019-03-08 17:52:20 -08006556android.view.HandlerActionQueue
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006557android.view.IAppTransitionAnimationSpecsFuture$Stub$Proxy
6558android.view.IAppTransitionAnimationSpecsFuture$Stub
6559android.view.IAppTransitionAnimationSpecsFuture
art-benchmark-serviced5115932020-02-25 17:55:03 -08006560android.view.IApplicationToken$Stub
6561android.view.IApplicationToken
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006562android.view.IDisplayFoldListener$Stub$Proxy
6563android.view.IDisplayFoldListener$Stub
6564android.view.IDisplayFoldListener
art-benchmark-serviced60351b2020-04-11 17:55:40 -07006565android.view.IDisplayWindowInsetsController$Stub$Proxy
art-benchmark-serviced5115932020-02-25 17:55:03 -08006566android.view.IDisplayWindowInsetsController$Stub
6567android.view.IDisplayWindowInsetsController
6568android.view.IDisplayWindowListener$Stub$Proxy
6569android.view.IDisplayWindowListener$Stub
6570android.view.IDisplayWindowListener
6571android.view.IDisplayWindowRotationCallback$Stub
6572android.view.IDisplayWindowRotationCallback
6573android.view.IDisplayWindowRotationController$Stub$Proxy
6574android.view.IDisplayWindowRotationController$Stub
6575android.view.IDisplayWindowRotationController
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006576android.view.IDockedStackListener$Stub$Proxy
6577android.view.IDockedStackListener$Stub
6578android.view.IDockedStackListener
Andreas Gampe61e7b662015-06-17 23:57:04 -07006579android.view.IGraphicsStats$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08006580android.view.IGraphicsStats$Stub
6581android.view.IGraphicsStats
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006582android.view.IGraphicsStatsCallback$Stub$Proxy
Mathieu Chartierba2c0462017-05-19 16:41:46 -07006583android.view.IGraphicsStatsCallback$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08006584android.view.IGraphicsStatsCallback
art-benchmark-serviced5115932020-02-25 17:55:03 -08006585android.view.IInputMonitorHost$Stub$Proxy
6586android.view.IInputMonitorHost$Stub
6587android.view.IInputMonitorHost
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006588android.view.IOnKeyguardExitResult$Stub$Proxy
6589android.view.IOnKeyguardExitResult$Stub
6590android.view.IOnKeyguardExitResult
6591android.view.IPinnedStackController$Stub$Proxy
6592android.view.IPinnedStackController$Stub
6593android.view.IPinnedStackController
6594android.view.IPinnedStackListener$Stub$Proxy
6595android.view.IPinnedStackListener$Stub
6596android.view.IPinnedStackListener
art-benchmark-serviced5115932020-02-25 17:55:03 -08006597android.view.IRecentsAnimationController$Stub$Proxy
6598android.view.IRecentsAnimationController$Stub
6599android.view.IRecentsAnimationController
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006600android.view.IRecentsAnimationRunner$Stub$Proxy
6601android.view.IRecentsAnimationRunner$Stub
6602android.view.IRecentsAnimationRunner
art-benchmark-serviced5115932020-02-25 17:55:03 -08006603android.view.IRemoteAnimationFinishedCallback$Stub$Proxy
6604android.view.IRemoteAnimationFinishedCallback$Stub
6605android.view.IRemoteAnimationFinishedCallback
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006606android.view.IRemoteAnimationRunner$Stub$Proxy
6607android.view.IRemoteAnimationRunner$Stub
6608android.view.IRemoteAnimationRunner
6609android.view.IRotationWatcher$Stub$Proxy
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04006610android.view.IRotationWatcher$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08006611android.view.IRotationWatcher
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006612android.view.ISystemGestureExclusionListener$Stub$Proxy
6613android.view.ISystemGestureExclusionListener$Stub
6614android.view.ISystemGestureExclusionListener
6615android.view.IWallpaperVisibilityListener$Stub$Proxy
6616android.view.IWallpaperVisibilityListener$Stub
6617android.view.IWallpaperVisibilityListener
6618android.view.IWindow$Stub$Proxy
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08006619android.view.IWindow$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08006620android.view.IWindow
art-benchmark-serviced5115932020-02-25 17:55:03 -08006621android.view.IWindowContainer$Stub$Proxy
6622android.view.IWindowContainer$Stub
6623android.view.IWindowContainer
6624android.view.IWindowFocusObserver$Stub
6625android.view.IWindowFocusObserver
6626android.view.IWindowId$Stub$Proxy
6627android.view.IWindowId$Stub
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006628android.view.IWindowId
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08006629android.view.IWindowManager$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08006630android.view.IWindowManager$Stub
6631android.view.IWindowManager
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006632android.view.IWindowSession$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08006633android.view.IWindowSession$Stub
6634android.view.IWindowSession
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006635android.view.IWindowSessionCallback$Stub$Proxy
Andreas Gampedcad4ca2014-10-03 02:00:29 +00006636android.view.IWindowSessionCallback$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08006637android.view.IWindowSessionCallback
art-benchmark-serviced5115932020-02-25 17:55:03 -08006638android.view.ImeFocusController$InputMethodManagerDelegate
6639android.view.ImeFocusController
Calin Juravle00b23d32019-03-08 17:52:20 -08006640android.view.ImeInsetsSourceConsumer
Andreas Gampedcad4ca2014-10-03 02:00:29 +00006641android.view.InflateException
Calin Juravle00b23d32019-03-08 17:52:20 -08006642android.view.InputApplicationHandle
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006643android.view.InputChannel$1
Calin Juravle00b23d32019-03-08 17:52:20 -08006644android.view.InputChannel
Kenny Rootdbf30ed2012-09-19 13:08:12 -07006645android.view.InputDevice$1
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07006646android.view.InputDevice$MotionRange
Calin Juravle00b23d32019-03-08 17:52:20 -08006647android.view.InputDevice
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006648android.view.InputEvent$1
Calin Juravle00b23d32019-03-08 17:52:20 -08006649android.view.InputEvent
6650android.view.InputEventCompatProcessor
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04006651android.view.InputEventConsistencyVerifier
SangWook Hanfd9cb492012-08-12 19:46:51 +09006652android.view.InputEventReceiver
Kenny Root9787b802013-04-26 12:53:57 -07006653android.view.InputEventSender
art-benchmark-serviced5115932020-02-25 17:55:03 -08006654android.view.InputMonitor$1
6655android.view.InputMonitor
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006656android.view.InputQueue$Callback
Kenny Root9787b802013-04-26 12:53:57 -07006657android.view.InputQueue$FinishedInputEventCallback
Calin Juravle00b23d32019-03-08 17:52:20 -08006658android.view.InputQueue
6659android.view.InputWindowHandle
art-benchmark-service56aece62020-02-10 17:58:03 -08006660android.view.InsetsAnimationControlCallbacks
art-benchmark-serviced60351b2020-04-11 17:55:40 -07006661android.view.InsetsAnimationControlImpl
6662android.view.InsetsAnimationControlRunner
6663android.view.InsetsAnimationThread
6664android.view.InsetsController$1
6665android.view.InsetsController$InternalAnimationControlListener$1
6666android.view.InsetsController$InternalAnimationControlListener$2
6667android.view.InsetsController$InternalAnimationControlListener
6668android.view.InsetsController$PendingControlRequest
6669android.view.InsetsController$RunningAnimation
Calin Juravle00b23d32019-03-08 17:52:20 -08006670android.view.InsetsController
art-benchmark-serviced5115932020-02-25 17:55:03 -08006671android.view.InsetsFlags
Calin Juravle00b23d32019-03-08 17:52:20 -08006672android.view.InsetsSource$1
6673android.view.InsetsSource
6674android.view.InsetsSourceConsumer
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006675android.view.InsetsSourceControl$1
6676android.view.InsetsSourceControl
Calin Juravle00b23d32019-03-08 17:52:20 -08006677android.view.InsetsState$1
6678android.view.InsetsState
Kenny Rootdbf30ed2012-09-19 13:08:12 -07006679android.view.KeyCharacterMap$1
Jesse Wilson80686182011-01-21 17:12:43 -08006680android.view.KeyCharacterMap$FallbackAction
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006681android.view.KeyCharacterMap$UnavailableException
Calin Juravle00b23d32019-03-08 17:52:20 -08006682android.view.KeyCharacterMap
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006683android.view.KeyEvent$1
6684android.view.KeyEvent$Callback
6685android.view.KeyEvent$DispatcherState
Calin Juravle00b23d32019-03-08 17:52:20 -08006686android.view.KeyEvent
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006687android.view.LayoutInflater$BlinkLayout$1
6688android.view.LayoutInflater$BlinkLayout
Jesse Wilson80686182011-01-21 17:12:43 -08006689android.view.LayoutInflater$Factory2
Calin Juravle00b23d32019-03-08 17:52:20 -08006690android.view.LayoutInflater$Factory
Andreas Gampedcad4ca2014-10-03 02:00:29 +00006691android.view.LayoutInflater$FactoryMerger
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04006692android.view.LayoutInflater$Filter
Calin Juravle00b23d32019-03-08 17:52:20 -08006693android.view.LayoutInflater
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006694android.view.Menu
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006695android.view.MenuInflater$InflatedOnMenuItemClickListener
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07006696android.view.MenuInflater$MenuState
Calin Juravle00b23d32019-03-08 17:52:20 -08006697android.view.MenuInflater
Andreas Gampedcad4ca2014-10-03 02:00:29 +00006698android.view.MenuItem$OnActionExpandListener
Andreas Gampe61e7b662015-06-17 23:57:04 -07006699android.view.MenuItem$OnMenuItemClickListener
Calin Juravle00b23d32019-03-08 17:52:20 -08006700android.view.MenuItem
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006701android.view.MotionEvent$1
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04006702android.view.MotionEvent$PointerCoords
6703android.view.MotionEvent$PointerProperties
Calin Juravle00b23d32019-03-08 17:52:20 -08006704android.view.MotionEvent
6705android.view.NativeVectorDrawableAnimator
art-benchmark-serviced60351b2020-04-11 17:55:40 -07006706android.view.NotificationHeaderView$1
6707android.view.NotificationHeaderView$HeaderTouchListener
6708android.view.NotificationHeaderView
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07006709android.view.OrientationEventListener$SensorEventListenerImpl
Calin Juravle00b23d32019-03-08 17:52:20 -08006710android.view.OrientationEventListener
art-benchmark-serviced5115932020-02-25 17:55:03 -08006711android.view.OrientationListener
art-benchmark-serviced60351b2020-04-11 17:55:40 -07006712android.view.PendingInsetsController
6713android.view.PixelCopy$1
6714android.view.PixelCopy$OnPixelCopyFinishedListener
6715android.view.PixelCopy
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04006716android.view.PointerIcon$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006717android.view.PointerIcon$2
Calin Juravle00b23d32019-03-08 17:52:20 -08006718android.view.PointerIcon
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006719android.view.RemotableViewMethod
6720android.view.RemoteAnimationAdapter$1
6721android.view.RemoteAnimationAdapter
6722android.view.RemoteAnimationDefinition$1
6723android.view.RemoteAnimationDefinition$RemoteAnimationAdapterEntry$1
6724android.view.RemoteAnimationDefinition$RemoteAnimationAdapterEntry
6725android.view.RemoteAnimationDefinition
art-benchmark-serviced5115932020-02-25 17:55:03 -08006726android.view.RemoteAnimationTarget$1
6727android.view.RemoteAnimationTarget
Andreas Gampedcad4ca2014-10-03 02:00:29 +00006728android.view.RenderNodeAnimator$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006729android.view.RenderNodeAnimator$DelayedAnimationHelper
Calin Juravle00b23d32019-03-08 17:52:20 -08006730android.view.RenderNodeAnimator
Andreas Gampe0db10fd2017-02-01 15:57:57 -08006731android.view.RenderNodeAnimatorSetHelper
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006732android.view.RoundScrollbarRenderer
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07006733android.view.ScaleGestureDetector$1
6734android.view.ScaleGestureDetector$OnScaleGestureListener
6735android.view.ScaleGestureDetector$SimpleOnScaleGestureListener
Calin Juravle00b23d32019-03-08 17:52:20 -08006736android.view.ScaleGestureDetector
Andreas Gampe61e7b662015-06-17 23:57:04 -07006737android.view.SearchEvent
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006738android.view.SoundEffectConstants
Kenny Rootdbf30ed2012-09-19 13:08:12 -07006739android.view.SubMenu
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08006740android.view.Surface$1
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006741android.view.Surface$CompatibleCanvas
art-benchmark-serviced5115932020-02-25 17:55:03 -08006742android.view.Surface$HwuiContext
Andreas Gampedcad4ca2014-10-03 02:00:29 +00006743android.view.Surface$OutOfResourcesException
Calin Juravle00b23d32019-03-08 17:52:20 -08006744android.view.Surface
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006745android.view.SurfaceControl$1
6746android.view.SurfaceControl$Builder
Calin Juravle00b23d32019-03-08 17:52:20 -08006747android.view.SurfaceControl$CieXyz
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006748android.view.SurfaceControl$DesiredDisplayConfigSpecs
art-benchmark-serviced5115932020-02-25 17:55:03 -08006749android.view.SurfaceControl$DisplayConfig
6750android.view.SurfaceControl$DisplayInfo
Calin Juravle00b23d32019-03-08 17:52:20 -08006751android.view.SurfaceControl$DisplayPrimaries
art-benchmark-serviced5115932020-02-25 17:55:03 -08006752android.view.SurfaceControl$PhysicalDisplayInfo
Calin Juravle36829e52019-04-10 19:07:47 -07006753android.view.SurfaceControl$ScreenshotGraphicBuffer
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006754android.view.SurfaceControl$Transaction$1
Calin Juravle4a054192018-05-29 17:52:20 -07006755android.view.SurfaceControl$Transaction
Calin Juravle00b23d32019-03-08 17:52:20 -08006756android.view.SurfaceControl
art-benchmark-serviced60351b2020-04-11 17:55:40 -07006757android.view.SurfaceControlViewHost$SurfacePackage$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08006758android.view.SurfaceControlViewHost$SurfacePackage
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006759android.view.SurfaceHolder$Callback2
Calin Juravle00b23d32019-03-08 17:52:20 -08006760android.view.SurfaceHolder$Callback
6761android.view.SurfaceHolder
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08006762android.view.SurfaceSession
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07006763android.view.SurfaceView$1
6764android.view.SurfaceView$2
Calin Juravle00b23d32019-03-08 17:52:20 -08006765android.view.SurfaceView
art-benchmark-serviced60351b2020-04-11 17:55:40 -07006766android.view.SyncRtSurfaceTransactionApplier$SurfaceParams$Builder
6767android.view.SyncRtSurfaceTransactionApplier$SurfaceParams
6768android.view.SyncRtSurfaceTransactionApplier
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006769android.view.TextureLayer
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07006770android.view.TextureView$SurfaceTextureListener
Calin Juravle00b23d32019-03-08 17:52:20 -08006771android.view.TextureView
Andreas Gampe0db10fd2017-02-01 15:57:57 -08006772android.view.ThreadedRenderer$DrawCallbacks
Calin Juravle00b23d32019-03-08 17:52:20 -08006773android.view.ThreadedRenderer
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07006774android.view.TouchDelegate
Kenny Rootdbf30ed2012-09-19 13:08:12 -07006775android.view.VelocityTracker$Estimator
Calin Juravle00b23d32019-03-08 17:52:20 -08006776android.view.VelocityTracker
art-benchmark-servicead05a302020-03-17 09:46:02 -07006777android.view.VerifiedInputEvent$1
6778android.view.VerifiedInputEvent
6779android.view.VerifiedKeyEvent$1
6780android.view.VerifiedKeyEvent
6781android.view.VerifiedMotionEvent$1
6782android.view.VerifiedMotionEvent
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04006783android.view.View$10
6784android.view.View$11
6785android.view.View$12
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006786android.view.View$13
Calin Juravle36829e52019-04-10 19:07:47 -07006787android.view.View$14
Calin Juravle00b23d32019-03-08 17:52:20 -08006788android.view.View$1
Andreas Gampe61e7b662015-06-17 23:57:04 -07006789android.view.View$2
Kenny Rootdbf30ed2012-09-19 13:08:12 -07006790android.view.View$3
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04006791android.view.View$4
6792android.view.View$5
6793android.view.View$6
6794android.view.View$7
6795android.view.View$8
6796android.view.View$9
Kenny Root9787b802013-04-26 12:53:57 -07006797android.view.View$AccessibilityDelegate
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08006798android.view.View$AttachInfo$Callbacks
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006799android.view.View$AttachInfo$InvalidateInfo
Calin Juravle00b23d32019-03-08 17:52:20 -08006800android.view.View$AttachInfo
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006801android.view.View$BaseSavedState$1
Calin Juravle00b23d32019-03-08 17:52:20 -08006802android.view.View$BaseSavedState
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006803android.view.View$CheckForLongPress
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006804android.view.View$CheckForTap
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006805android.view.View$DeclaredOnClickListener
Andreas Gampe61e7b662015-06-17 23:57:04 -07006806android.view.View$ForegroundInfo
Kenny Rootdbf30ed2012-09-19 13:08:12 -07006807android.view.View$ListenerInfo
Calin Juravle4a054192018-05-29 17:52:20 -07006808android.view.View$MatchIdPredicate
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07006809android.view.View$MatchLabelForPredicate
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006810android.view.View$MeasureSpec
Andreas Gampe61e7b662015-06-17 23:57:04 -07006811android.view.View$OnApplyWindowInsetsListener
Kenny Root9787b802013-04-26 12:53:57 -07006812android.view.View$OnAttachStateChangeListener
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006813android.view.View$OnClickListener
6814android.view.View$OnCreateContextMenuListener
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07006815android.view.View$OnDragListener
Jesse Wilson80686182011-01-21 17:12:43 -08006816android.view.View$OnFocusChangeListener
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07006817android.view.View$OnHoverListener
Jesse Wilson80686182011-01-21 17:12:43 -08006818android.view.View$OnKeyListener
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04006819android.view.View$OnLayoutChangeListener
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006820android.view.View$OnLongClickListener
art-benchmark-serviced5115932020-02-25 17:55:03 -08006821android.view.View$OnScrollChangeListener
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07006822android.view.View$OnSystemUiVisibilityChangeListener
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006823android.view.View$OnTouchListener
6824android.view.View$PerformClick
6825android.view.View$ScrollabilityCache
art-benchmark-serviced5115932020-02-25 17:55:03 -08006826android.view.View$SendAccessibilityEventThrottle
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07006827android.view.View$SendViewScrolledAccessibilityEvent
Calin Juravle4a054192018-05-29 17:52:20 -07006828android.view.View$TintInfo
Andreas Gampe0db10fd2017-02-01 15:57:57 -08006829android.view.View$TooltipInfo
Dianne Hackborn6b57b7e2011-11-07 14:45:49 -08006830android.view.View$TransformationInfo
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006831android.view.View$UnsetPressedState
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07006832android.view.View$VisibilityChangeForAutofillHandler
Calin Juravle00b23d32019-03-08 17:52:20 -08006833android.view.View
6834android.view.ViewAnimationHostBridge
art-benchmark-serviced60351b2020-04-11 17:55:40 -07006835android.view.ViewAnimationUtils
Evan Millar0ea97b82009-03-24 17:49:23 -07006836android.view.ViewConfiguration
art-benchmark-serviced5115932020-02-25 17:55:03 -08006837android.view.ViewDebug$ExportedProperty
6838android.view.ViewDebug$FlagToString
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07006839android.view.ViewDebug$HierarchyHandler
art-benchmark-serviced5115932020-02-25 17:55:03 -08006840android.view.ViewDebug$IntToString
Calin Juravle00b23d32019-03-08 17:52:20 -08006841android.view.ViewDebug
Andreas Gampe61e7b662015-06-17 23:57:04 -07006842android.view.ViewGroup$1
6843android.view.ViewGroup$2
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006844android.view.ViewGroup$4
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006845android.view.ViewGroup$ChildListForAccessibility
6846android.view.ViewGroup$ChildListForAutoFillOrContentCapture
art-benchmark-serviced5115932020-02-25 17:55:03 -08006847android.view.ViewGroup$HoverTarget
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006848android.view.ViewGroup$LayoutParams
6849android.view.ViewGroup$MarginLayoutParams
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04006850android.view.ViewGroup$OnHierarchyChangeListener
Jesse Wilson80686182011-01-21 17:12:43 -08006851android.view.ViewGroup$TouchTarget
art-benchmark-serviced60351b2020-04-11 17:55:40 -07006852android.view.ViewGroup$ViewLocationHolder
Calin Juravle00b23d32019-03-08 17:52:20 -08006853android.view.ViewGroup
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07006854android.view.ViewGroupOverlay
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006855android.view.ViewManager
Andreas Gampedcad4ca2014-10-03 02:00:29 +00006856android.view.ViewOutlineProvider$1
6857android.view.ViewOutlineProvider$2
6858android.view.ViewOutlineProvider$3
Calin Juravle00b23d32019-03-08 17:52:20 -08006859android.view.ViewOutlineProvider
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07006860android.view.ViewOverlay$OverlayViewGroup
Calin Juravle00b23d32019-03-08 17:52:20 -08006861android.view.ViewOverlay
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08006862android.view.ViewParent
Andreas Gampe61e7b662015-06-17 23:57:04 -07006863android.view.ViewPropertyAnimator$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006864android.view.ViewPropertyAnimator$2
6865android.view.ViewPropertyAnimator$3
Andreas Gampe61e7b662015-06-17 23:57:04 -07006866android.view.ViewPropertyAnimator$AnimatorEventListener
6867android.view.ViewPropertyAnimator$NameValuesHolder
6868android.view.ViewPropertyAnimator$PropertyBundle
Calin Juravle00b23d32019-03-08 17:52:20 -08006869android.view.ViewPropertyAnimator
Andreas Gampedcad4ca2014-10-03 02:00:29 +00006870android.view.ViewRootImpl$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006871android.view.ViewRootImpl$2
6872android.view.ViewRootImpl$3
Andreas Gampedcad4ca2014-10-03 02:00:29 +00006873android.view.ViewRootImpl$4
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07006874android.view.ViewRootImpl$AccessibilityInteractionConnection
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04006875android.view.ViewRootImpl$AccessibilityInteractionConnectionManager
Mathieu Chartierba2c0462017-05-19 16:41:46 -07006876android.view.ViewRootImpl$ActivityConfigCallback
Kenny Root9787b802013-04-26 12:53:57 -07006877android.view.ViewRootImpl$AsyncInputStage
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006878android.view.ViewRootImpl$CalledFromWrongThreadException
Mathieu Chartierba2c0462017-05-19 16:41:46 -07006879android.view.ViewRootImpl$ConfigChangedCallback
Andreas Gampedcad4ca2014-10-03 02:00:29 +00006880android.view.ViewRootImpl$ConsumeBatchedInputImmediatelyRunnable
Kenny Rootdbf30ed2012-09-19 13:08:12 -07006881android.view.ViewRootImpl$ConsumeBatchedInputRunnable
Kenny Root9787b802013-04-26 12:53:57 -07006882android.view.ViewRootImpl$EarlyPostImeInputStage
art-benchmark-serviced5115932020-02-25 17:55:03 -08006883android.view.ViewRootImpl$GfxInfo
Andreas Gampedcad4ca2014-10-03 02:00:29 +00006884android.view.ViewRootImpl$HighContrastTextManager
Kenny Root9787b802013-04-26 12:53:57 -07006885android.view.ViewRootImpl$ImeInputStage
6886android.view.ViewRootImpl$InputStage
Kenny Rootdbf30ed2012-09-19 13:08:12 -07006887android.view.ViewRootImpl$InvalidateOnAnimationRunnable
Kenny Root9787b802013-04-26 12:53:57 -07006888android.view.ViewRootImpl$NativePostImeInputStage
6889android.view.ViewRootImpl$NativePreImeInputStage
Kenny Rootdbf30ed2012-09-19 13:08:12 -07006890android.view.ViewRootImpl$QueuedInputEvent
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07006891android.view.ViewRootImpl$SendWindowContentChangedAccessibilityEvent
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006892android.view.ViewRootImpl$SurfaceChangedCallback
Kenny Root9787b802013-04-26 12:53:57 -07006893android.view.ViewRootImpl$SyntheticInputStage
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006894android.view.ViewRootImpl$SyntheticJoystickHandler$JoystickAxesState
Calin Juravle00b23d32019-03-08 17:52:20 -08006895android.view.ViewRootImpl$SyntheticJoystickHandler
Andreas Gampedcad4ca2014-10-03 02:00:29 +00006896android.view.ViewRootImpl$SyntheticKeyboardHandler
Kenny Root9787b802013-04-26 12:53:57 -07006897android.view.ViewRootImpl$SyntheticTouchNavigationHandler$1
Calin Juravle00b23d32019-03-08 17:52:20 -08006898android.view.ViewRootImpl$SyntheticTouchNavigationHandler
Kenny Root9787b802013-04-26 12:53:57 -07006899android.view.ViewRootImpl$SyntheticTrackballHandler
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07006900android.view.ViewRootImpl$SystemUiVisibilityInfo
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006901android.view.ViewRootImpl$TakenSurfaceHolder
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04006902android.view.ViewRootImpl$TrackballAxis
Kenny Rootdbf30ed2012-09-19 13:08:12 -07006903android.view.ViewRootImpl$TraversalRunnable
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006904android.view.ViewRootImpl$UnhandledKeyManager
Kenny Root9787b802013-04-26 12:53:57 -07006905android.view.ViewRootImpl$ViewPostImeInputStage
6906android.view.ViewRootImpl$ViewPreImeInputStage
Kenny Rootdbf30ed2012-09-19 13:08:12 -07006907android.view.ViewRootImpl$ViewRootHandler
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04006908android.view.ViewRootImpl$W
Kenny Rootdbf30ed2012-09-19 13:08:12 -07006909android.view.ViewRootImpl$WindowInputEventReceiver
Calin Juravle00b23d32019-03-08 17:52:20 -08006910android.view.ViewRootImpl
art-benchmark-serviced5115932020-02-25 17:55:03 -08006911android.view.ViewStructure$HtmlInfo$Builder
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006912android.view.ViewStructure$HtmlInfo
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07006913android.view.ViewStructure
Calin Juravle4a054192018-05-29 17:52:20 -07006914android.view.ViewStub$OnInflateListener
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006915android.view.ViewStub$ViewReplaceRunnable
Calin Juravle00b23d32019-03-08 17:52:20 -08006916android.view.ViewStub
Kenny Rootdbf30ed2012-09-19 13:08:12 -07006917android.view.ViewTreeObserver$CopyOnWriteArray$Access
Calin Juravle00b23d32019-03-08 17:52:20 -08006918android.view.ViewTreeObserver$CopyOnWriteArray
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006919android.view.ViewTreeObserver$InternalInsetsInfo
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006920android.view.ViewTreeObserver$OnComputeInternalInsetsListener
6921android.view.ViewTreeObserver$OnDrawListener
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006922android.view.ViewTreeObserver$OnEnterAnimationCompleteListener
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07006923android.view.ViewTreeObserver$OnGlobalFocusChangeListener
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006924android.view.ViewTreeObserver$OnGlobalLayoutListener
6925android.view.ViewTreeObserver$OnPreDrawListener
6926android.view.ViewTreeObserver$OnScrollChangedListener
6927android.view.ViewTreeObserver$OnTouchModeChangeListener
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006928android.view.ViewTreeObserver$OnWindowAttachListener
6929android.view.ViewTreeObserver$OnWindowFocusChangeListener
6930android.view.ViewTreeObserver$OnWindowShownListener
Calin Juravle00b23d32019-03-08 17:52:20 -08006931android.view.ViewTreeObserver
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006932android.view.Window$Callback
art-benchmark-serviced5115932020-02-25 17:55:03 -08006933android.view.Window$OnContentApplyWindowInsetsListener
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006934android.view.Window$OnFrameMetricsAvailableListener
Andreas Gampedcad4ca2014-10-03 02:00:29 +00006935android.view.Window$OnWindowDismissedCallback
Andreas Gampe0db10fd2017-02-01 15:57:57 -08006936android.view.Window$OnWindowSwipeDismissedCallback
Andreas Gampe571fc302016-02-18 13:58:09 -08006937android.view.Window$WindowControllerCallback
Calin Juravle00b23d32019-03-08 17:52:20 -08006938android.view.Window
Andreas Gampe61e7b662015-06-17 23:57:04 -07006939android.view.WindowAnimationFrameStats$1
Calin Juravle00b23d32019-03-08 17:52:20 -08006940android.view.WindowAnimationFrameStats
Andreas Gampe571fc302016-02-18 13:58:09 -08006941android.view.WindowCallbacks
art-benchmark-serviced5115932020-02-25 17:55:03 -08006942android.view.WindowContainerTransaction$1
6943android.view.WindowContainerTransaction
Andreas Gampedcad4ca2014-10-03 02:00:29 +00006944android.view.WindowContentFrameStats$1
Calin Juravle00b23d32019-03-08 17:52:20 -08006945android.view.WindowContentFrameStats
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006946android.view.WindowId$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08006947android.view.WindowId
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006948android.view.WindowInsets$Builder
art-benchmark-serviced5115932020-02-25 17:55:03 -08006949android.view.WindowInsets$Side
Calin Juravle00b23d32019-03-08 17:52:20 -08006950android.view.WindowInsets$Type
Andreas Gampedcad4ca2014-10-03 02:00:29 +00006951android.view.WindowInsets
art-benchmark-serviced60351b2020-04-11 17:55:40 -07006952android.view.WindowInsetsAnimation$Bounds
6953android.view.WindowInsetsAnimation$Callback
6954android.view.WindowInsetsAnimation
6955android.view.WindowInsetsAnimationControlListener
6956android.view.WindowInsetsAnimationController
Calin Juravle36829e52019-04-10 19:07:47 -07006957android.view.WindowInsetsController
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006958android.view.WindowLeaked
Mathieu Chartierba2c0462017-05-19 16:41:46 -07006959android.view.WindowManager$BadTokenException
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006960android.view.WindowManager$InvalidDisplayException
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006961android.view.WindowManager$LayoutParams$1
Calin Juravle00b23d32019-03-08 17:52:20 -08006962android.view.WindowManager$LayoutParams
6963android.view.WindowManager
Kenny Rootdbf30ed2012-09-19 13:08:12 -07006964android.view.WindowManagerGlobal$1
Andreas Gampedcad4ca2014-10-03 02:00:29 +00006965android.view.WindowManagerGlobal$2
Calin Juravle00b23d32019-03-08 17:52:20 -08006966android.view.WindowManagerGlobal
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08006967android.view.WindowManagerImpl
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006968android.view.WindowManagerPolicyConstants$PointerEventListener
6969android.view.WindowManagerPolicyConstants
art-benchmark-serviced5115932020-02-25 17:55:03 -08006970android.view.WindowMetrics
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006971android.view.accessibility.-$$Lambda$AccessibilityManager$1$o7fCplskH9NlBwJvkl6NoZ0L_BA
6972android.view.accessibility.-$$Lambda$AccessibilityManager$yzw5NYY7_MfAQ9gLy3mVllchaXo
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07006973android.view.accessibility.AccessibilityEvent$1
Calin Juravle00b23d32019-03-08 17:52:20 -08006974android.view.accessibility.AccessibilityEvent
Andreas Gampe61e7b662015-06-17 23:57:04 -07006975android.view.accessibility.AccessibilityEventSource
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006976android.view.accessibility.AccessibilityManager$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08006977android.view.accessibility.AccessibilityManager$AccessibilityPolicy
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006978android.view.accessibility.AccessibilityManager$AccessibilityServicesStateChangeListener
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04006979android.view.accessibility.AccessibilityManager$AccessibilityStateChangeListener
Andreas Gampedcad4ca2014-10-03 02:00:29 +00006980android.view.accessibility.AccessibilityManager$HighTextContrastChangeListener
Mathieu Chartierba2c0462017-05-19 16:41:46 -07006981android.view.accessibility.AccessibilityManager$MyCallback
6982android.view.accessibility.AccessibilityManager$TouchExplorationStateChangeListener
Calin Juravle00b23d32019-03-08 17:52:20 -08006983android.view.accessibility.AccessibilityManager
6984android.view.accessibility.AccessibilityNodeIdManager
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07006985android.view.accessibility.AccessibilityNodeInfo$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006986android.view.accessibility.AccessibilityNodeInfo$AccessibilityAction$1
Calin Juravle4a054192018-05-29 17:52:20 -07006987android.view.accessibility.AccessibilityNodeInfo$AccessibilityAction
art-benchmark-serviced5115932020-02-25 17:55:03 -08006988android.view.accessibility.AccessibilityNodeInfo$CollectionInfo
6989android.view.accessibility.AccessibilityNodeInfo$CollectionItemInfo
art-benchmark-serviced60351b2020-04-11 17:55:40 -07006990android.view.accessibility.AccessibilityNodeInfo$ExtraRenderingInfo
art-benchmark-serviced5115932020-02-25 17:55:03 -08006991android.view.accessibility.AccessibilityNodeInfo$RangeInfo
art-benchmark-serviced60351b2020-04-11 17:55:40 -07006992android.view.accessibility.AccessibilityNodeInfo$TouchDelegateInfo$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08006993android.view.accessibility.AccessibilityNodeInfo$TouchDelegateInfo
Calin Juravle00b23d32019-03-08 17:52:20 -08006994android.view.accessibility.AccessibilityNodeInfo
Kenny Root9787b802013-04-26 12:53:57 -07006995android.view.accessibility.AccessibilityNodeProvider
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04006996android.view.accessibility.AccessibilityRecord
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07006997android.view.accessibility.CaptioningManager$1
Calin Juravle4a054192018-05-29 17:52:20 -07006998android.view.accessibility.CaptioningManager$CaptionStyle
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07006999android.view.accessibility.CaptioningManager$CaptioningChangeListener
7000android.view.accessibility.CaptioningManager$MyContentObserver
Calin Juravle00b23d32019-03-08 17:52:20 -08007001android.view.accessibility.CaptioningManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007002android.view.accessibility.IAccessibilityInteractionConnection$Stub$Proxy
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007003android.view.accessibility.IAccessibilityInteractionConnection$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08007004android.view.accessibility.IAccessibilityInteractionConnection
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007005android.view.accessibility.IAccessibilityInteractionConnectionCallback$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08007006android.view.accessibility.IAccessibilityInteractionConnectionCallback$Stub
7007android.view.accessibility.IAccessibilityInteractionConnectionCallback
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07007008android.view.accessibility.IAccessibilityManager$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08007009android.view.accessibility.IAccessibilityManager$Stub
7010android.view.accessibility.IAccessibilityManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007011android.view.accessibility.IAccessibilityManagerClient$Stub$Proxy
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07007012android.view.accessibility.IAccessibilityManagerClient$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08007013android.view.accessibility.IAccessibilityManagerClient
art-benchmark-serviced60351b2020-04-11 17:55:40 -07007014android.view.accessibility.IWindowMagnificationConnection$Stub$Proxy
art-benchmark-serviced5115932020-02-25 17:55:03 -08007015android.view.accessibility.IWindowMagnificationConnection$Stub
7016android.view.accessibility.IWindowMagnificationConnection
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007017android.view.accessibility.WeakSparseArray$WeakReferenceWithId
7018android.view.accessibility.WeakSparseArray
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07007019android.view.animation.AccelerateDecelerateInterpolator
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04007020android.view.animation.AccelerateInterpolator
Andreas Gampe61e7b662015-06-17 23:57:04 -07007021android.view.animation.AlphaAnimation
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007022android.view.animation.Animation$1
7023android.view.animation.Animation$2
7024android.view.animation.Animation$3
Kenny Root9787b802013-04-26 12:53:57 -07007025android.view.animation.Animation$AnimationListener
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007026android.view.animation.Animation$Description
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007027android.view.animation.Animation$NoImagePreloadHolder
Calin Juravle00b23d32019-03-08 17:52:20 -08007028android.view.animation.Animation
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007029android.view.animation.AnimationSet
Andreas Gampe0db10fd2017-02-01 15:57:57 -08007030android.view.animation.AnimationUtils$1
7031android.view.animation.AnimationUtils$AnimationState
Calin Juravle00b23d32019-03-08 17:52:20 -08007032android.view.animation.AnimationUtils
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007033android.view.animation.AnticipateInterpolator
7034android.view.animation.AnticipateOvershootInterpolator
Andreas Gampe61e7b662015-06-17 23:57:04 -07007035android.view.animation.BaseInterpolator
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007036android.view.animation.BounceInterpolator
7037android.view.animation.ClipRectAnimation
7038android.view.animation.CycleInterpolator
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07007039android.view.animation.DecelerateInterpolator
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007040android.view.animation.GridLayoutAnimationController
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07007041android.view.animation.Interpolator
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007042android.view.animation.LayoutAnimationController
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07007043android.view.animation.LinearInterpolator
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007044android.view.animation.OvershootInterpolator
Andreas Gampedcad4ca2014-10-03 02:00:29 +00007045android.view.animation.PathInterpolator
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007046android.view.animation.RotateAnimation
Calin Juravle4a054192018-05-29 17:52:20 -07007047android.view.animation.ScaleAnimation
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07007048android.view.animation.Transformation
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007049android.view.animation.TranslateAnimation
art-benchmark-serviced5115932020-02-25 17:55:03 -08007050android.view.autofill.-$$Lambda$AutofillManager$AutofillManagerClient$qH36EJk2Hkdja9ZZmTxqYPyr0YA
7051android.view.autofill.-$$Lambda$AutofillManager$AutofillManagerClient$vxNm6RuuD-r5pkiSxNSBBd1w_Qc
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007052android.view.autofill.-$$Lambda$AutofillManager$V76JiQu509LCUz3-ckpb-nB3JhA
7053android.view.autofill.-$$Lambda$AutofillManager$YfpJNFodEuj5lbXfPlc77fsEvC8
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007054android.view.autofill.AutofillId$1
Calin Juravle00b23d32019-03-08 17:52:20 -08007055android.view.autofill.AutofillId
art-benchmark-serviced5115932020-02-25 17:55:03 -08007056android.view.autofill.AutofillManager$AugmentedAutofillManagerClient
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007057android.view.autofill.AutofillManager$AutofillCallback
Mathieu Chartierba2c0462017-05-19 16:41:46 -07007058android.view.autofill.AutofillManager$AutofillClient
7059android.view.autofill.AutofillManager$AutofillManagerClient
art-benchmark-serviced5115932020-02-25 17:55:03 -08007060android.view.autofill.AutofillManager$TrackedViews
Calin Juravle00b23d32019-03-08 17:52:20 -08007061android.view.autofill.AutofillManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007062android.view.autofill.AutofillManagerInternal
art-benchmark-serviced5115932020-02-25 17:55:03 -08007063android.view.autofill.AutofillPopupWindow
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007064android.view.autofill.AutofillValue$1
Calin Juravle00b23d32019-03-08 17:52:20 -08007065android.view.autofill.AutofillValue
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007066android.view.autofill.Helper
art-benchmark-serviced5115932020-02-25 17:55:03 -08007067android.view.autofill.IAugmentedAutofillManagerClient$Stub
7068android.view.autofill.IAugmentedAutofillManagerClient
Mathieu Chartierba2c0462017-05-19 16:41:46 -07007069android.view.autofill.IAutoFillManager$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08007070android.view.autofill.IAutoFillManager$Stub
7071android.view.autofill.IAutoFillManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007072android.view.autofill.IAutoFillManagerClient$Stub$Proxy
Mathieu Chartierba2c0462017-05-19 16:41:46 -07007073android.view.autofill.IAutoFillManagerClient$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08007074android.view.autofill.IAutoFillManagerClient
art-benchmark-serviced60351b2020-04-11 17:55:40 -07007075android.view.autofill.IAutofillWindowPresenter$Stub$Proxy
art-benchmark-serviced5115932020-02-25 17:55:03 -08007076android.view.autofill.IAutofillWindowPresenter$Stub
Mathieu Chartierba2c0462017-05-19 16:41:46 -07007077android.view.autofill.IAutofillWindowPresenter
art-benchmark-serviced5115932020-02-25 17:55:03 -08007078android.view.autofill.ParcelableMap$1
7079android.view.autofill.ParcelableMap
art-benchmark-serviced60351b2020-04-11 17:55:40 -07007080android.view.contentcapture.-$$Lambda$MainContentCaptureSession$1$JPRO-nNGZpgXrKr4QC_iQiTbQx0
7081android.view.contentcapture.-$$Lambda$MainContentCaptureSession$1$Xhq3WJibbalS1G_W3PRC2m7muhM
7082android.view.contentcapture.-$$Lambda$MainContentCaptureSession$49zT7C2BXrEdkyggyGk1Qs4d46k
7083android.view.contentcapture.-$$Lambda$MainContentCaptureSession$HTmdDf687TPcaTnLyPp3wo0gI60
7084android.view.contentcapture.-$$Lambda$MainContentCaptureSession$UWslDbWedtPhv49PtRsvG4TlYWw
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007085android.view.contentcapture.ContentCaptureCondition$1
7086android.view.contentcapture.ContentCaptureCondition
7087android.view.contentcapture.ContentCaptureContext$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08007088android.view.contentcapture.ContentCaptureContext$Builder
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007089android.view.contentcapture.ContentCaptureContext
art-benchmark-serviced5115932020-02-25 17:55:03 -08007090android.view.contentcapture.ContentCaptureEvent$1
7091android.view.contentcapture.ContentCaptureEvent
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007092android.view.contentcapture.ContentCaptureHelper
Calin Juravle36829e52019-04-10 19:07:47 -07007093android.view.contentcapture.ContentCaptureManager$ContentCaptureClient
Calin Juravle00b23d32019-03-08 17:52:20 -08007094android.view.contentcapture.ContentCaptureManager
art-benchmark-serviced5115932020-02-25 17:55:03 -08007095android.view.contentcapture.ContentCaptureSession
art-benchmark-serviced60351b2020-04-11 17:55:40 -07007096android.view.contentcapture.ContentCaptureSessionId$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08007097android.view.contentcapture.ContentCaptureSessionId
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007098android.view.contentcapture.DataRemovalRequest$1
art-benchmark-serviced60351b2020-04-11 17:55:40 -07007099android.view.contentcapture.DataRemovalRequest$LocusIdRequest
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007100android.view.contentcapture.DataRemovalRequest
art-benchmark-serviced60351b2020-04-11 17:55:40 -07007101android.view.contentcapture.DataShareRequest$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08007102android.view.contentcapture.DataShareRequest
art-benchmark-serviced60351b2020-04-11 17:55:40 -07007103android.view.contentcapture.IContentCaptureDirectManager$Stub$Proxy
7104android.view.contentcapture.IContentCaptureDirectManager$Stub
7105android.view.contentcapture.IContentCaptureDirectManager
art-benchmark-serviced5115932020-02-25 17:55:03 -08007106android.view.contentcapture.IContentCaptureManager$Stub$Proxy
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007107android.view.contentcapture.IContentCaptureManager$Stub
7108android.view.contentcapture.IContentCaptureManager
art-benchmark-serviced60351b2020-04-11 17:55:40 -07007109android.view.contentcapture.IDataShareWriteAdapter$Stub$Proxy
art-benchmark-serviced5115932020-02-25 17:55:03 -08007110android.view.contentcapture.IDataShareWriteAdapter$Stub
7111android.view.contentcapture.IDataShareWriteAdapter
7112android.view.contentcapture.MainContentCaptureSession$1
7113android.view.contentcapture.MainContentCaptureSession
art-benchmark-serviced60351b2020-04-11 17:55:40 -07007114android.view.contentcapture.ViewNode$ViewNodeText
7115android.view.contentcapture.ViewNode$ViewStructureImpl
7116android.view.contentcapture.ViewNode
art-benchmark-servicead05a302020-03-17 09:46:02 -07007117android.view.inputmethod.-$$Lambda$InputMethodManager$DelegateImpl$r2X8PLo_YIORJTYJGDfinf_IvK4
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007118android.view.inputmethod.-$$Lambda$InputMethodManager$dfnCauFoZCf-HfXs1QavrkwWDf0
7119android.view.inputmethod.-$$Lambda$InputMethodManager$iDWn3IGSUFqIcs8Py42UhfrshxI
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08007120android.view.inputmethod.BaseInputConnection
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007121android.view.inputmethod.CompletionInfo$1
7122android.view.inputmethod.CompletionInfo
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07007123android.view.inputmethod.ComposingText
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007124android.view.inputmethod.CorrectionInfo$1
7125android.view.inputmethod.CorrectionInfo
7126android.view.inputmethod.CursorAnchorInfo$1
Andreas Gampedcad4ca2014-10-03 02:00:29 +00007127android.view.inputmethod.CursorAnchorInfo$Builder
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007128android.view.inputmethod.CursorAnchorInfo
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07007129android.view.inputmethod.EditorInfo$1
art-benchmark-servicead05a302020-03-17 09:46:02 -07007130android.view.inputmethod.EditorInfo$InitialSurroundingText$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08007131android.view.inputmethod.EditorInfo$InitialSurroundingText
Calin Juravle00b23d32019-03-08 17:52:20 -08007132android.view.inputmethod.EditorInfo
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007133android.view.inputmethod.ExtractedText$1
Calin Juravle00b23d32019-03-08 17:52:20 -08007134android.view.inputmethod.ExtractedText
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007135android.view.inputmethod.ExtractedTextRequest$1
7136android.view.inputmethod.ExtractedTextRequest
art-benchmark-serviced60351b2020-04-11 17:55:40 -07007137android.view.inputmethod.InlineSuggestionsRequest$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08007138android.view.inputmethod.InlineSuggestionsRequest
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007139android.view.inputmethod.InputBinding$1
7140android.view.inputmethod.InputBinding
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07007141android.view.inputmethod.InputConnection
Calin Juravle4a054192018-05-29 17:52:20 -07007142android.view.inputmethod.InputConnectionInspector
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007143android.view.inputmethod.InputConnectionWrapper
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007144android.view.inputmethod.InputContentInfo$1
7145android.view.inputmethod.InputContentInfo
7146android.view.inputmethod.InputMethod$SessionCallback
7147android.view.inputmethod.InputMethod
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007148android.view.inputmethod.InputMethodInfo$1
Calin Juravle00b23d32019-03-08 17:52:20 -08007149android.view.inputmethod.InputMethodInfo
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07007150android.view.inputmethod.InputMethodManager$1
7151android.view.inputmethod.InputMethodManager$ControlledInputConnectionWrapper
art-benchmark-serviced5115932020-02-25 17:55:03 -08007152android.view.inputmethod.InputMethodManager$DelegateImpl
Kenny Root9787b802013-04-26 12:53:57 -07007153android.view.inputmethod.InputMethodManager$FinishedInputEventCallback
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07007154android.view.inputmethod.InputMethodManager$H
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007155android.view.inputmethod.InputMethodManager$ImeInputEventSender
art-benchmark-serviced5115932020-02-25 17:55:03 -08007156android.view.inputmethod.InputMethodManager$ImeThreadFactory
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007157android.view.inputmethod.InputMethodManager$PendingEvent
Calin Juravle00b23d32019-03-08 17:52:20 -08007158android.view.inputmethod.InputMethodManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007159android.view.inputmethod.InputMethodSession$EventCallback
7160android.view.inputmethod.InputMethodSession
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007161android.view.inputmethod.InputMethodSubtype$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007162android.view.inputmethod.InputMethodSubtype$InputMethodSubtypeBuilder
Calin Juravle00b23d32019-03-08 17:52:20 -08007163android.view.inputmethod.InputMethodSubtype
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007164android.view.inputmethod.InputMethodSubtypeArray
Calin Juravle00b23d32019-03-08 17:52:20 -08007165android.view.textclassifier.-$$Lambda$0biFK4yZBmWN1EO2wtnXskzuEcE
7166android.view.textclassifier.-$$Lambda$9N8WImc0VBjy2oxI_Gk5_Pbye_A
art-benchmark-serviced5115932020-02-25 17:55:03 -08007167android.view.textclassifier.-$$Lambda$ActionsModelParamsSupplier$GCXILXtg_S2la6x__ANOhbYxetw
7168android.view.textclassifier.-$$Lambda$ActionsModelParamsSupplier$zElxNeuL3A8paTXvw8GWdpp4rFo
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007169android.view.textclassifier.-$$Lambda$ActionsSuggestionsHelper$6oTtcn9bDE-u-8FbiyGdntqoQG0
7170android.view.textclassifier.-$$Lambda$ActionsSuggestionsHelper$YTQv8oPvlmJL4tITUFD4z4JWKRk
7171android.view.textclassifier.-$$Lambda$ActionsSuggestionsHelper$sY0w9od2zcl4YFel0lG4VB3vf7I
Calin Juravle00b23d32019-03-08 17:52:20 -08007172android.view.textclassifier.-$$Lambda$EntityConfidence$YPh8hwgSYYK8OyQ1kFlQngc71Q0
art-benchmark-serviced5115932020-02-25 17:55:03 -08007173android.view.textclassifier.-$$Lambda$GenerateLinksLogger$vmbT_h7MLlbrIm0lJJwA-eHQhXk
Calin Juravle36829e52019-04-10 19:07:47 -07007174android.view.textclassifier.-$$Lambda$L_UQMPjXwBN0ch4zL2dD82nf9RI
Calin Juravle00b23d32019-03-08 17:52:20 -08007175android.view.textclassifier.-$$Lambda$NxwbyZSxofZ4Z5SQhfXmtLQ1nxk
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007176android.view.textclassifier.-$$Lambda$OGSS2qx6njxlnp0dnKb4lA3jnw8
art-benchmark-serviced60351b2020-04-11 17:55:40 -07007177android.view.textclassifier.-$$Lambda$TextClassification$ysasaE5ZkXkkzjVWIJ06GTV92-g
art-benchmark-serviced5115932020-02-25 17:55:03 -08007178android.view.textclassifier.-$$Lambda$TextClassificationManager$JIaezIJbMig_-kVzN6oArzkTsJE
Calin Juravle00b23d32019-03-08 17:52:20 -08007179android.view.textclassifier.-$$Lambda$TextClassifierImpl$RRbXefHgcUymI9-P95ArUyMvfbw
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007180android.view.textclassifier.-$$Lambda$TextClassifierImpl$ftq-sQqJYwUdrdbbr9jz3p4AWos
7181android.view.textclassifier.-$$Lambda$TextClassifierImpl$iSt_Guet-O6Vtdk0MA4z-Z4lzaM
Calin Juravle00b23d32019-03-08 17:52:20 -08007182android.view.textclassifier.-$$Lambda$XeE_KI7QgMKzF9vYRSoFWAolyuA
7183android.view.textclassifier.-$$Lambda$jJq8RXuVdjYF3lPq-77PEw1NJLM
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007184android.view.textclassifier.ActionsModelParamsSupplier$ActionsModelParams
art-benchmark-serviced5115932020-02-25 17:55:03 -08007185android.view.textclassifier.ActionsModelParamsSupplier$SettingsObserver
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007186android.view.textclassifier.ActionsModelParamsSupplier
7187android.view.textclassifier.ActionsSuggestionsHelper$PersonEncoder
7188android.view.textclassifier.ActionsSuggestionsHelper
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007189android.view.textclassifier.ConversationAction$1
7190android.view.textclassifier.ConversationAction$Builder
7191android.view.textclassifier.ConversationAction
7192android.view.textclassifier.ConversationActions$1
7193android.view.textclassifier.ConversationActions$Message$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08007194android.view.textclassifier.ConversationActions$Message$Builder
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007195android.view.textclassifier.ConversationActions$Message
7196android.view.textclassifier.ConversationActions$Request$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08007197android.view.textclassifier.ConversationActions$Request$Builder
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007198android.view.textclassifier.ConversationActions$Request
7199android.view.textclassifier.ConversationActions
Calin Juravle00b23d32019-03-08 17:52:20 -08007200android.view.textclassifier.EntityConfidence$1
7201android.view.textclassifier.EntityConfidence
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007202android.view.textclassifier.ExtrasUtils
art-benchmark-serviced5115932020-02-25 17:55:03 -08007203android.view.textclassifier.GenerateLinksLogger$LinkifyStats
Calin Juravle00b23d32019-03-08 17:52:20 -08007204android.view.textclassifier.GenerateLinksLogger
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007205android.view.textclassifier.Log
7206android.view.textclassifier.ModelFileManager$ModelFile
Calin Juravle00b23d32019-03-08 17:52:20 -08007207android.view.textclassifier.ModelFileManager$ModelFileSupplierImpl
7208android.view.textclassifier.ModelFileManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007209android.view.textclassifier.SelectionEvent$1
7210android.view.textclassifier.SelectionEvent
7211android.view.textclassifier.SelectionSessionLogger$SignatureParser
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007212android.view.textclassifier.SelectionSessionLogger
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007213android.view.textclassifier.SystemTextClassifier$BlockingCallback
7214android.view.textclassifier.SystemTextClassifier$ResponseReceiver
Calin Juravle00b23d32019-03-08 17:52:20 -08007215android.view.textclassifier.SystemTextClassifier
art-benchmark-serviced60351b2020-04-11 17:55:40 -07007216android.view.textclassifier.SystemTextClassifierMetadata
Calin Juravle00b23d32019-03-08 17:52:20 -08007217android.view.textclassifier.TextClassification$1
7218android.view.textclassifier.TextClassification$Builder
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007219android.view.textclassifier.TextClassification$Request$1
art-benchmark-serviced60351b2020-04-11 17:55:40 -07007220android.view.textclassifier.TextClassification$Request$Builder
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007221android.view.textclassifier.TextClassification$Request
Calin Juravle4a054192018-05-29 17:52:20 -07007222android.view.textclassifier.TextClassification
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007223android.view.textclassifier.TextClassificationConstants
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007224android.view.textclassifier.TextClassificationContext$1
7225android.view.textclassifier.TextClassificationContext$Builder
7226android.view.textclassifier.TextClassificationContext
Calin Juravle4a054192018-05-29 17:52:20 -07007227android.view.textclassifier.TextClassificationManager$SettingsObserver
Calin Juravle00b23d32019-03-08 17:52:20 -08007228android.view.textclassifier.TextClassificationManager
art-benchmark-serviced60351b2020-04-11 17:55:40 -07007229android.view.textclassifier.TextClassificationSession$CleanerRunnable
7230android.view.textclassifier.TextClassificationSession$SelectionEventHelper
art-benchmark-serviced5115932020-02-25 17:55:03 -08007231android.view.textclassifier.TextClassificationSession
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007232android.view.textclassifier.TextClassificationSessionFactory
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007233android.view.textclassifier.TextClassificationSessionId$1
7234android.view.textclassifier.TextClassificationSessionId
Calin Juravle00b23d32019-03-08 17:52:20 -08007235android.view.textclassifier.TextClassifier$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007236android.view.textclassifier.TextClassifier$EntityConfig$1
7237android.view.textclassifier.TextClassifier$EntityConfig$Builder
7238android.view.textclassifier.TextClassifier$EntityConfig
7239android.view.textclassifier.TextClassifier$Utils
Calin Juravle4a054192018-05-29 17:52:20 -07007240android.view.textclassifier.TextClassifier
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007241android.view.textclassifier.TextClassifierEvent$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08007242android.view.textclassifier.TextClassifierEvent$Builder
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007243android.view.textclassifier.TextClassifierEvent$ConversationActionsEvent$1
7244android.view.textclassifier.TextClassifierEvent$ConversationActionsEvent
7245android.view.textclassifier.TextClassifierEvent$LanguageDetectionEvent$1
7246android.view.textclassifier.TextClassifierEvent$LanguageDetectionEvent
7247android.view.textclassifier.TextClassifierEvent$TextLinkifyEvent$1
7248android.view.textclassifier.TextClassifierEvent$TextLinkifyEvent
7249android.view.textclassifier.TextClassifierEvent$TextSelectionEvent$1
7250android.view.textclassifier.TextClassifierEvent$TextSelectionEvent
7251android.view.textclassifier.TextClassifierEvent
Calin Juravle00b23d32019-03-08 17:52:20 -08007252android.view.textclassifier.TextClassifierEventTronLogger
7253android.view.textclassifier.TextClassifierImpl
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007254android.view.textclassifier.TextLanguage$1
7255android.view.textclassifier.TextLanguage$Builder
7256android.view.textclassifier.TextLanguage$Request$1
7257android.view.textclassifier.TextLanguage$Request$Builder
7258android.view.textclassifier.TextLanguage$Request
7259android.view.textclassifier.TextLanguage
art-benchmark-serviced60351b2020-04-11 17:55:40 -07007260android.view.textclassifier.TextLinks$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08007261android.view.textclassifier.TextLinks$Builder
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007262android.view.textclassifier.TextLinks$Request$1
7263android.view.textclassifier.TextLinks$Request
art-benchmark-serviced60351b2020-04-11 17:55:40 -07007264android.view.textclassifier.TextLinks$TextLink$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08007265android.view.textclassifier.TextLinks$TextLink
7266android.view.textclassifier.TextLinks$TextLinkSpan
7267android.view.textclassifier.TextLinks
Calin Juravle00b23d32019-03-08 17:52:20 -08007268android.view.textclassifier.TextSelection$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007269android.view.textclassifier.TextSelection$Request$1
7270android.view.textclassifier.TextSelection$Request
Calin Juravle4a054192018-05-29 17:52:20 -07007271android.view.textclassifier.TextSelection
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007272android.view.textclassifier.intent.-$$Lambda$LabeledIntent$LaL7EfxShgNu4lrdo3mv85g49Jg
7273android.view.textclassifier.intent.ClassificationIntentFactory
7274android.view.textclassifier.intent.LabeledIntent$Result
7275android.view.textclassifier.intent.LabeledIntent$TitleChooser
7276android.view.textclassifier.intent.LabeledIntent
7277android.view.textclassifier.intent.LegacyClassificationIntentFactory
7278android.view.textclassifier.intent.TemplateClassificationIntentFactory
7279android.view.textclassifier.intent.TemplateIntentFactory
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007280android.view.textclassifier.logging.SmartSelectionEventTracker$SelectionEvent
Calin Juravle00b23d32019-03-08 17:52:20 -08007281android.view.textclassifier.logging.SmartSelectionEventTracker
art-benchmark-serviced60351b2020-04-11 17:55:40 -07007282android.view.textservice.SentenceSuggestionsInfo$1
7283android.view.textservice.SentenceSuggestionsInfo
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007284android.view.textservice.SpellCheckerInfo$1
Calin Juravle00b23d32019-03-08 17:52:20 -08007285android.view.textservice.SpellCheckerInfo
Calin Juravle4a054192018-05-29 17:52:20 -07007286android.view.textservice.SpellCheckerSession$1
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007287android.view.textservice.SpellCheckerSession$InternalListener
7288android.view.textservice.SpellCheckerSession$SpellCheckerSessionListener
art-benchmark-serviced5115932020-02-25 17:55:03 -08007289android.view.textservice.SpellCheckerSession$SpellCheckerSessionListenerImpl$1
7290android.view.textservice.SpellCheckerSession$SpellCheckerSessionListenerImpl$SpellCheckerParams
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007291android.view.textservice.SpellCheckerSession$SpellCheckerSessionListenerImpl
Calin Juravle00b23d32019-03-08 17:52:20 -08007292android.view.textservice.SpellCheckerSession
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007293android.view.textservice.SpellCheckerSubtype$1
Calin Juravle00b23d32019-03-08 17:52:20 -08007294android.view.textservice.SpellCheckerSubtype
art-benchmark-serviced60351b2020-04-11 17:55:40 -07007295android.view.textservice.SuggestionsInfo$1
7296android.view.textservice.SuggestionsInfo
7297android.view.textservice.TextInfo$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08007298android.view.textservice.TextInfo
Andreas Gampe61e7b662015-06-17 23:57:04 -07007299android.view.textservice.TextServicesManager
Calin Juravle4a054192018-05-29 17:52:20 -07007300android.webkit.ConsoleMessage$MessageLevel
Calin Juravle00b23d32019-03-08 17:52:20 -08007301android.webkit.ConsoleMessage
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007302android.webkit.CookieManager
7303android.webkit.CookieSyncManager
7304android.webkit.DownloadListener
art-benchmark-serviced60351b2020-04-11 17:55:40 -07007305android.webkit.FindAddress$ZipRange
7306android.webkit.FindAddress
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007307android.webkit.GeolocationPermissions
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007308android.webkit.IWebViewUpdateService$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08007309android.webkit.IWebViewUpdateService$Stub
7310android.webkit.IWebViewUpdateService
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007311android.webkit.JavascriptInterface
art-benchmark-serviced5115932020-02-25 17:55:03 -08007312android.webkit.MimeTypeMap
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007313android.webkit.ServiceWorkerClient
7314android.webkit.ServiceWorkerController
7315android.webkit.ServiceWorkerWebSettings
7316android.webkit.TokenBindingService
7317android.webkit.TracingController
Calin Juravle4a054192018-05-29 17:52:20 -07007318android.webkit.URLUtil
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007319android.webkit.UserPackage
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007320android.webkit.ValueCallback
7321android.webkit.WebBackForwardList
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007322android.webkit.WebChromeClient$CustomViewCallback
Calin Juravle00b23d32019-03-08 17:52:20 -08007323android.webkit.WebChromeClient
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007324android.webkit.WebIconDatabase
7325android.webkit.WebMessage
7326android.webkit.WebMessagePort
art-benchmark-serviced5115932020-02-25 17:55:03 -08007327android.webkit.WebResourceError
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007328android.webkit.WebResourceRequest
art-benchmark-serviced60351b2020-04-11 17:55:40 -07007329android.webkit.WebResourceResponse
art-benchmark-serviced5115932020-02-25 17:55:03 -08007330android.webkit.WebSettings$PluginState
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007331android.webkit.WebSettings
7332android.webkit.WebStorage
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007333android.webkit.WebSyncManager
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007334android.webkit.WebView$FindListener
7335android.webkit.WebView$HitTestResult
7336android.webkit.WebView$PictureListener
7337android.webkit.WebView$PrivateAccess
7338android.webkit.WebView$VisualStateCallback
Calin Juravle00b23d32019-03-08 17:52:20 -08007339android.webkit.WebView
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007340android.webkit.WebViewClient
7341android.webkit.WebViewDatabase
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007342android.webkit.WebViewDelegate$1
7343android.webkit.WebViewDelegate$OnTraceEnabledChangeListener
Calin Juravle00b23d32019-03-08 17:52:20 -08007344android.webkit.WebViewDelegate
Andreas Gampe61e7b662015-06-17 23:57:04 -07007345android.webkit.WebViewFactory$MissingWebViewPackageException
Calin Juravle00b23d32019-03-08 17:52:20 -08007346android.webkit.WebViewFactory
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007347android.webkit.WebViewFactoryProvider$Statics
Calin Juravle00b23d32019-03-08 17:52:20 -08007348android.webkit.WebViewFactoryProvider
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007349android.webkit.WebViewLibraryLoader$1
7350android.webkit.WebViewLibraryLoader$RelroFileCreator
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007351android.webkit.WebViewLibraryLoader
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007352android.webkit.WebViewProvider$ScrollDelegate
7353android.webkit.WebViewProvider$ViewDelegate
Calin Juravle00b23d32019-03-08 17:52:20 -08007354android.webkit.WebViewProvider
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007355android.webkit.WebViewProviderInfo$1
7356android.webkit.WebViewProviderInfo
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007357android.webkit.WebViewProviderResponse$1
Calin Juravle00b23d32019-03-08 17:52:20 -08007358android.webkit.WebViewProviderResponse
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007359android.webkit.WebViewZygote
art-benchmark-serviced60351b2020-04-11 17:55:40 -07007360android.widget.-$$Lambda$DZXn7FbDDFyBvNjI-iG9_hfa7kw
7361android.widget.-$$Lambda$DateTimeView$ReceiverInfo$AVLnX7U5lTcE9jLnlKKNAT1GUeI
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007362android.widget.-$$Lambda$Editor$MagnifierMotionAnimator$E-RaelOMgCHAzvKgSSZE-hDYeIg
7363android.widget.-$$Lambda$IfzAW5fP9thoftErKAjo9SLZufw
7364android.widget.-$$Lambda$PopupWindow$8Gc2stI5cSJZbuKX7X4Qr_vU2nI
art-benchmark-serviced60351b2020-04-11 17:55:40 -07007365android.widget.-$$Lambda$PopupWindow$PopupDecorView$T99WKEnQefOCXbbKvW95WY38p_I
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007366android.widget.-$$Lambda$PopupWindow$nV1HS3Nc6Ck5JRIbIHe3mkyHWzc
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007367android.widget.-$$Lambda$RemoteViews$FAOkoZgPKPkiYdtkDxAhkeoykww
7368android.widget.-$$Lambda$RemoteViews$Ld8XNSMwygf42608Zln-rjTyHy0
7369android.widget.-$$Lambda$RemoteViews$SetOnClickResponse$9rKnU2QqCzJhBC39ZrKYXob0-MA
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007370android.widget.-$$Lambda$SmartSelectSprite$c8eqlh2kO_X0luLU2BexwK921WA
7371android.widget.-$$Lambda$SmartSelectSprite$mdkXIT1_UNlJQMaziE_E815aIKE
7372android.widget.-$$Lambda$yIdmBO6ZxaY03PGN08RySVVQXuE
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007373android.widget.AbsListView$1
7374android.widget.AbsListView$2
Calin Juravle4a054192018-05-29 17:52:20 -07007375android.widget.AbsListView$3
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007376android.widget.AbsListView$4
art-benchmark-serviced5115932020-02-25 17:55:03 -08007377android.widget.AbsListView$AbsPositionScroller
Jesse Wilson80686182011-01-21 17:12:43 -08007378android.widget.AbsListView$AdapterDataSetObserver
art-benchmark-serviced5115932020-02-25 17:55:03 -08007379android.widget.AbsListView$CheckForLongPress
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007380android.widget.AbsListView$CheckForTap
Calin Juravle4a054192018-05-29 17:52:20 -07007381android.widget.AbsListView$FlingRunnable$1
Calin Juravle00b23d32019-03-08 17:52:20 -08007382android.widget.AbsListView$FlingRunnable
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07007383android.widget.AbsListView$LayoutParams
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007384android.widget.AbsListView$ListItemAccessibilityDelegate
art-benchmark-serviced5115932020-02-25 17:55:03 -08007385android.widget.AbsListView$MultiChoiceModeListener
7386android.widget.AbsListView$MultiChoiceModeWrapper
Jesse Wilson80686182011-01-21 17:12:43 -08007387android.widget.AbsListView$OnScrollListener
Calin Juravle4a054192018-05-29 17:52:20 -07007388android.widget.AbsListView$PerformClick
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07007389android.widget.AbsListView$RecycleBin
Calin Juravle4a054192018-05-29 17:52:20 -07007390android.widget.AbsListView$RecyclerListener
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007391android.widget.AbsListView$SavedState$1
Calin Juravle00b23d32019-03-08 17:52:20 -08007392android.widget.AbsListView$SavedState
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007393android.widget.AbsListView$SelectionBoundsAdjuster
Calin Juravle4a054192018-05-29 17:52:20 -07007394android.widget.AbsListView$WindowRunnnable
Calin Juravle00b23d32019-03-08 17:52:20 -08007395android.widget.AbsListView
Andreas Gampe571fc302016-02-18 13:58:09 -08007396android.widget.AbsSeekBar
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007397android.widget.AbsSpinner$RecycleBin
7398android.widget.AbsSpinner$SavedState$1
art-benchmark-serviced60351b2020-04-11 17:55:40 -07007399android.widget.AbsSpinner$SavedState
Calin Juravle00b23d32019-03-08 17:52:20 -08007400android.widget.AbsSpinner
art-benchmark-serviced5115932020-02-25 17:55:03 -08007401android.widget.AbsoluteLayout$LayoutParams
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007402android.widget.AbsoluteLayout
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007403android.widget.ActionMenuPresenter$1
7404android.widget.ActionMenuPresenter$2
art-benchmark-serviced5115932020-02-25 17:55:03 -08007405android.widget.ActionMenuPresenter$ActionButtonSubmenu
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007406android.widget.ActionMenuPresenter$ActionMenuPopupCallback
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007407android.widget.ActionMenuPresenter$OverflowMenuButton$1
Calin Juravle00b23d32019-03-08 17:52:20 -08007408android.widget.ActionMenuPresenter$OverflowMenuButton
art-benchmark-serviced5115932020-02-25 17:55:03 -08007409android.widget.ActionMenuPresenter$OverflowPopup
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007410android.widget.ActionMenuPresenter$PopupPresenterCallback
Calin Juravle00b23d32019-03-08 17:52:20 -08007411android.widget.ActionMenuPresenter
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007412android.widget.ActionMenuView$ActionMenuChildView
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007413android.widget.ActionMenuView$ActionMenuPresenterCallback
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007414android.widget.ActionMenuView$LayoutParams
7415android.widget.ActionMenuView$MenuBuilderCallback
7416android.widget.ActionMenuView$OnMenuItemClickListener
Calin Juravle00b23d32019-03-08 17:52:20 -08007417android.widget.ActionMenuView
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07007418android.widget.Adapter
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07007419android.widget.AdapterView$AdapterDataSetObserver
7420android.widget.AdapterView$OnItemClickListener
Jesse Wilson80686182011-01-21 17:12:43 -08007421android.widget.AdapterView$OnItemSelectedListener
art-benchmark-serviced5115932020-02-25 17:55:03 -08007422android.widget.AdapterView$SelectionNotifier
Calin Juravle00b23d32019-03-08 17:52:20 -08007423android.widget.AdapterView
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007424android.widget.ArrayAdapter
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007425android.widget.AutoCompleteTextView$DropDownItemClickListener
7426android.widget.AutoCompleteTextView$MyWatcher
7427android.widget.AutoCompleteTextView$PassThroughClickListener
art-benchmark-serviced5115932020-02-25 17:55:03 -08007428android.widget.AutoCompleteTextView$Validator
Calin Juravle00b23d32019-03-08 17:52:20 -08007429android.widget.AutoCompleteTextView
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08007430android.widget.BaseAdapter
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07007431android.widget.Button
Andreas Gampe571fc302016-02-18 13:58:09 -08007432android.widget.CheckBox
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07007433android.widget.Checkable
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007434android.widget.CheckedTextView
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007435android.widget.Chronometer$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08007436android.widget.Chronometer$OnChronometerTickListener
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007437android.widget.Chronometer
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007438android.widget.CompoundButton$OnCheckedChangeListener
art-benchmark-serviced60351b2020-04-11 17:55:40 -07007439android.widget.CompoundButton$SavedState$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08007440android.widget.CompoundButton$SavedState
Calin Juravle00b23d32019-03-08 17:52:20 -08007441android.widget.CompoundButton
art-benchmark-serviced60351b2020-04-11 17:55:40 -07007442android.widget.DateTimeView$ReceiverInfo$1
7443android.widget.DateTimeView$ReceiverInfo$2
7444android.widget.DateTimeView$ReceiverInfo
7445android.widget.DateTimeView
7446android.widget.DropDownListView
Dianne Hackborn6b57b7e2011-11-07 14:45:49 -08007447android.widget.EdgeEffect
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08007448android.widget.EditText
Andreas Gampe61e7b662015-06-17 23:57:04 -07007449android.widget.Editor$1
7450android.widget.Editor$2
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007451android.widget.Editor$3
7452android.widget.Editor$5
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007453android.widget.Editor$Blink
art-benchmark-serviced5115932020-02-25 17:55:03 -08007454android.widget.Editor$CorrectionHighlighter
Andreas Gampedcad4ca2014-10-03 02:00:29 +00007455android.widget.Editor$CursorAnchorInfoNotifier
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007456android.widget.Editor$CursorController
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007457android.widget.Editor$EasyEditDeleteListener
7458android.widget.Editor$EasyEditPopupWindow
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007459android.widget.Editor$EditOperation$1
Calin Juravle00b23d32019-03-08 17:52:20 -08007460android.widget.Editor$EditOperation
art-benchmark-serviced5115932020-02-25 17:55:03 -08007461android.widget.Editor$ErrorPopup
7462android.widget.Editor$HandleView
SangWook Hanfd9cb492012-08-12 19:46:51 +09007463android.widget.Editor$InputContentType
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007464android.widget.Editor$InputMethodState
art-benchmark-serviced60351b2020-04-11 17:55:40 -07007465android.widget.Editor$InsertionHandleView$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08007466android.widget.Editor$InsertionHandleView
art-benchmark-serviced60351b2020-04-11 17:55:40 -07007467android.widget.Editor$InsertionPointCursorController$1
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007468android.widget.Editor$InsertionPointCursorController
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007469android.widget.Editor$MagnifierMotionAnimator
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007470android.widget.Editor$PinnedPopupWindow
Andreas Gampedcad4ca2014-10-03 02:00:29 +00007471android.widget.Editor$PositionListener
Andreas Gampe571fc302016-02-18 13:58:09 -08007472android.widget.Editor$ProcessTextIntentActionsHandler
art-benchmark-serviced5115932020-02-25 17:55:03 -08007473android.widget.Editor$SelectionHandleView
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007474android.widget.Editor$SelectionModifierCursorController
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007475android.widget.Editor$SpanController$1
7476android.widget.Editor$SpanController$2
Andreas Gampedcad4ca2014-10-03 02:00:29 +00007477android.widget.Editor$SpanController
Andreas Gampe571fc302016-02-18 13:58:09 -08007478android.widget.Editor$SuggestionHelper$SuggestionSpanComparator
Calin Juravle00b23d32019-03-08 17:52:20 -08007479android.widget.Editor$SuggestionHelper
art-benchmark-serviced5115932020-02-25 17:55:03 -08007480android.widget.Editor$SuggestionsPopupWindow
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007481android.widget.Editor$TextRenderNode
Andreas Gampedcad4ca2014-10-03 02:00:29 +00007482android.widget.Editor$TextViewPositionListener
Andreas Gampe61e7b662015-06-17 23:57:04 -07007483android.widget.Editor$UndoInputFilter
Calin Juravle00b23d32019-03-08 17:52:20 -08007484android.widget.Editor
art-benchmark-serviced5115932020-02-25 17:55:03 -08007485android.widget.EditorTouchState
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007486android.widget.FastScroller$1
7487android.widget.FastScroller$2
7488android.widget.FastScroller$3
7489android.widget.FastScroller$4
7490android.widget.FastScroller$5
7491android.widget.FastScroller$6
art-benchmark-serviced5115932020-02-25 17:55:03 -08007492android.widget.FastScroller
art-benchmark-serviced60351b2020-04-11 17:55:40 -07007493android.widget.Filter$Delayer
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07007494android.widget.Filter$FilterListener
art-benchmark-serviced60351b2020-04-11 17:55:40 -07007495android.widget.Filter$FilterResults
7496android.widget.Filter$RequestArguments
7497android.widget.Filter$RequestHandler
art-benchmark-serviced5115932020-02-25 17:55:03 -08007498android.widget.Filter$ResultsHandler
Calin Juravle00b23d32019-03-08 17:52:20 -08007499android.widget.Filter
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07007500android.widget.Filterable
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007501android.widget.ForwardingListener
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07007502android.widget.FrameLayout$LayoutParams
Calin Juravle00b23d32019-03-08 17:52:20 -08007503android.widget.FrameLayout
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007504android.widget.GridLayout$1
7505android.widget.GridLayout$2
7506android.widget.GridLayout$3
7507android.widget.GridLayout$4
7508android.widget.GridLayout$5
7509android.widget.GridLayout$6
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007510android.widget.GridLayout$7$1
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007511android.widget.GridLayout$7
7512android.widget.GridLayout$8
7513android.widget.GridLayout$Alignment
7514android.widget.GridLayout$Arc
7515android.widget.GridLayout$Assoc
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007516android.widget.GridLayout$Axis$1
7517android.widget.GridLayout$Axis
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007518android.widget.GridLayout$Bounds
7519android.widget.GridLayout$Interval
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007520android.widget.GridLayout$LayoutParams
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007521android.widget.GridLayout$MutableInt
7522android.widget.GridLayout$PackedMap
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007523android.widget.GridLayout$Spec
7524android.widget.GridLayout
Calin Juravle4a054192018-05-29 17:52:20 -07007525android.widget.HeaderViewListAdapter
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007526android.widget.HorizontalScrollView$SavedState$1
Calin Juravle00b23d32019-03-08 17:52:20 -08007527android.widget.HorizontalScrollView$SavedState
7528android.widget.HorizontalScrollView
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07007529android.widget.ImageButton
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007530android.widget.ImageView$ImageDrawableCallback
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08007531android.widget.ImageView$ScaleType
Calin Juravle00b23d32019-03-08 17:52:20 -08007532android.widget.ImageView
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07007533android.widget.LinearLayout$LayoutParams
Calin Juravle00b23d32019-03-08 17:52:20 -08007534android.widget.LinearLayout
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07007535android.widget.ListAdapter
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007536android.widget.ListPopupWindow$ListSelectorHider
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007537android.widget.ListPopupWindow$PopupDataSetObserver
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007538android.widget.ListPopupWindow$PopupScrollListener
7539android.widget.ListPopupWindow$PopupTouchInterceptor
7540android.widget.ListPopupWindow$ResizePopupRunnable
Calin Juravle00b23d32019-03-08 17:52:20 -08007541android.widget.ListPopupWindow
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07007542android.widget.ListView$ArrowScrollFocusResult
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007543android.widget.ListView$FixedViewInfo
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007544android.widget.ListView$FocusSelector
Calin Juravle00b23d32019-03-08 17:52:20 -08007545android.widget.ListView
7546android.widget.Magnifier$Builder
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007547android.widget.MediaController$MediaPlayerControl
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007548android.widget.MultiAutoCompleteTextView$Tokenizer
Calin Juravle00b23d32019-03-08 17:52:20 -08007549android.widget.MultiAutoCompleteTextView
Jesse Wilson80686182011-01-21 17:12:43 -08007550android.widget.OverScroller$SplineOverScroller
Calin Juravle00b23d32019-03-08 17:52:20 -08007551android.widget.OverScroller
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007552android.widget.PopupMenu$1
7553android.widget.PopupMenu$2
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007554android.widget.PopupMenu$OnMenuItemClickListener
Calin Juravle00b23d32019-03-08 17:52:20 -08007555android.widget.PopupMenu
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007556android.widget.PopupWindow$1
7557android.widget.PopupWindow$2
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007558android.widget.PopupWindow$3
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007559android.widget.PopupWindow$OnDismissListener
art-benchmark-serviced60351b2020-04-11 17:55:40 -07007560android.widget.PopupWindow$PopupBackgroundView
7561android.widget.PopupWindow$PopupDecorView$1$1
7562android.widget.PopupWindow$PopupDecorView$1
7563android.widget.PopupWindow$PopupDecorView$2
7564android.widget.PopupWindow$PopupDecorView$3
7565android.widget.PopupWindow$PopupDecorView$4
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007566android.widget.PopupWindow$PopupDecorView
Calin Juravle00b23d32019-03-08 17:52:20 -08007567android.widget.PopupWindow
Andreas Gampe571fc302016-02-18 13:58:09 -08007568android.widget.ProgressBar$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007569android.widget.ProgressBar$ProgressTintInfo
7570android.widget.ProgressBar$RefreshData
7571android.widget.ProgressBar$RefreshProgressRunnable
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007572android.widget.ProgressBar$SavedState$1
Calin Juravle00b23d32019-03-08 17:52:20 -08007573android.widget.ProgressBar$SavedState
7574android.widget.ProgressBar
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007575android.widget.RadioButton
Calin Juravle4a054192018-05-29 17:52:20 -07007576android.widget.RadioGroup$OnCheckedChangeListener
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007577android.widget.RatingBar
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08007578android.widget.RelativeLayout$DependencyGraph$Node
Calin Juravle00b23d32019-03-08 17:52:20 -08007579android.widget.RelativeLayout$DependencyGraph
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07007580android.widget.RelativeLayout$LayoutParams
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007581android.widget.RelativeLayout$TopToBottomLeftToRightComparator
Calin Juravle00b23d32019-03-08 17:52:20 -08007582android.widget.RelativeLayout
Mathieu Chartierba2c0462017-05-19 16:41:46 -07007583android.widget.RemoteViews$1
7584android.widget.RemoteViews$2
Mathieu Chartierba2c0462017-05-19 16:41:46 -07007585android.widget.RemoteViews$Action
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007586android.widget.RemoteViews$ActionException
7587android.widget.RemoteViews$AsyncApplyTask
Mathieu Chartierba2c0462017-05-19 16:41:46 -07007588android.widget.RemoteViews$BitmapCache
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007589android.widget.RemoteViews$BitmapReflectionAction
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007590android.widget.RemoteViews$LayoutParamAction
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007591android.widget.RemoteViews$MethodArgs
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007592android.widget.RemoteViews$MethodKey
Mathieu Chartierba2c0462017-05-19 16:41:46 -07007593android.widget.RemoteViews$OnClickHandler
art-benchmark-serviced5115932020-02-25 17:55:03 -08007594android.widget.RemoteViews$OnViewAppliedListener
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007595android.widget.RemoteViews$OverrideTextColorsAction
Mathieu Chartierba2c0462017-05-19 16:41:46 -07007596android.widget.RemoteViews$ReflectionAction
Calin Juravle00b23d32019-03-08 17:52:20 -08007597android.widget.RemoteViews$RemoteResponse
Andreas Gampe0db10fd2017-02-01 15:57:57 -08007598android.widget.RemoteViews$RemoteView
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007599android.widget.RemoteViews$RemoteViewsContextWrapper
7600android.widget.RemoteViews$RunnableAction
Mathieu Chartierba2c0462017-05-19 16:41:46 -07007601android.widget.RemoteViews$RuntimeAction
Sunny Goyal5b153922017-09-21 21:00:36 -07007602android.widget.RemoteViews$SetDrawableTint
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007603android.widget.RemoteViews$SetEmptyView
7604android.widget.RemoteViews$SetIntTagAction
Calin Juravle00b23d32019-03-08 17:52:20 -08007605android.widget.RemoteViews$SetOnClickResponse
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007606android.widget.RemoteViews$SetPendingIntentTemplate
7607android.widget.RemoteViews$SetRemoteInputsAction
7608android.widget.RemoteViews$SetRemoteViewsAdapterIntent
7609android.widget.RemoteViews$SetRemoteViewsAdapterList
7610android.widget.RemoteViews$SetRippleDrawableColor
7611android.widget.RemoteViews$TextViewDrawableAction
7612android.widget.RemoteViews$TextViewSizeAction
7613android.widget.RemoteViews$ViewContentNavigation
art-benchmark-serviced5115932020-02-25 17:55:03 -08007614android.widget.RemoteViews$ViewGroupActionAdd$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007615android.widget.RemoteViews$ViewGroupActionAdd
art-benchmark-serviced5115932020-02-25 17:55:03 -08007616android.widget.RemoteViews$ViewGroupActionRemove$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007617android.widget.RemoteViews$ViewGroupActionRemove
Calin Juravle4a054192018-05-29 17:52:20 -07007618android.widget.RemoteViews$ViewPaddingAction
art-benchmark-serviced5115932020-02-25 17:55:03 -08007619android.widget.RemoteViews$ViewTree
Calin Juravle00b23d32019-03-08 17:52:20 -08007620android.widget.RemoteViews
Jesse Wilson80686182011-01-21 17:12:43 -08007621android.widget.RemoteViewsAdapter$RemoteAdapterConnectionCallback
art-benchmark-serviced5115932020-02-25 17:55:03 -08007622android.widget.RemoteViewsAdapter
7623android.widget.RemoteViewsService
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007624android.widget.RtlSpacingHelper
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08007625android.widget.ScrollBarDrawable
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007626android.widget.ScrollView$SavedState$1
Calin Juravle00b23d32019-03-08 17:52:20 -08007627android.widget.ScrollView$SavedState
7628android.widget.ScrollView
Andreas Gampedcad4ca2014-10-03 02:00:29 +00007629android.widget.Scroller$ViscousFluidInterpolator
Calin Juravle00b23d32019-03-08 17:52:20 -08007630android.widget.Scroller
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007631android.widget.SectionIndexer
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007632android.widget.SeekBar$OnSeekBarChangeListener
Calin Juravle00b23d32019-03-08 17:52:20 -08007633android.widget.SeekBar
Calin Juravle4a054192018-05-29 17:52:20 -07007634android.widget.SelectionActionModeHelper$SelectionMetricsLogger
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007635android.widget.SelectionActionModeHelper$SelectionTracker$LogAbandonRunnable
Calin Juravle00b23d32019-03-08 17:52:20 -08007636android.widget.SelectionActionModeHelper$SelectionTracker
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007637android.widget.SelectionActionModeHelper$TextClassificationHelper
Calin Juravle00b23d32019-03-08 17:52:20 -08007638android.widget.SelectionActionModeHelper
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007639android.widget.SmartSelectSprite
Andreas Gampe61e7b662015-06-17 23:57:04 -07007640android.widget.Space
art-benchmark-serviced60351b2020-04-11 17:55:40 -07007641android.widget.SpellChecker$1
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007642android.widget.SpellChecker$SpellParser
Calin Juravle00b23d32019-03-08 17:52:20 -08007643android.widget.SpellChecker
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007644android.widget.Spinner$1
art-benchmark-serviced60351b2020-04-11 17:55:40 -07007645android.widget.Spinner$DialogPopup
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007646android.widget.Spinner$DropDownAdapter
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007647android.widget.Spinner$DropdownPopup$1
Calin Juravle00b23d32019-03-08 17:52:20 -08007648android.widget.Spinner$DropdownPopup
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007649android.widget.Spinner$SavedState$1
art-benchmark-serviced60351b2020-04-11 17:55:40 -07007650android.widget.Spinner$SavedState
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007651android.widget.Spinner$SpinnerPopup
Calin Juravle00b23d32019-03-08 17:52:20 -08007652android.widget.Spinner
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07007653android.widget.SpinnerAdapter
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007654android.widget.Switch$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007655android.widget.Switch
Calin Juravle4a054192018-05-29 17:52:20 -07007656android.widget.TableLayout$PassThroughHierarchyChangeListener
Calin Juravle00b23d32019-03-08 17:52:20 -08007657android.widget.TableLayout
Calin Juravle4a054192018-05-29 17:52:20 -07007658android.widget.TableRow$ChildrenTracker
Calin Juravle00b23d32019-03-08 17:52:20 -08007659android.widget.TableRow
art-benchmark-serviced60351b2020-04-11 17:55:40 -07007660android.widget.TextClock$1
7661android.widget.TextClock$2
7662android.widget.TextClock$FormatChangeObserver
7663android.widget.TextClock
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007664android.widget.TextView$1
Calin Juravle4a054192018-05-29 17:52:20 -07007665android.widget.TextView$2
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007666android.widget.TextView$3
Calin Juravle4a054192018-05-29 17:52:20 -07007667android.widget.TextView$4
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07007668android.widget.TextView$BufferType
7669android.widget.TextView$ChangeWatcher
7670android.widget.TextView$CharWrapper
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07007671android.widget.TextView$Drawables
art-benchmark-serviced5115932020-02-25 17:55:03 -08007672android.widget.TextView$Marquee$1
7673android.widget.TextView$Marquee$2
7674android.widget.TextView$Marquee$3
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007675android.widget.TextView$Marquee
Jesse Wilson80686182011-01-21 17:12:43 -08007676android.widget.TextView$OnEditorActionListener
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007677android.widget.TextView$SavedState$1
Calin Juravle00b23d32019-03-08 17:52:20 -08007678android.widget.TextView$SavedState
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007679android.widget.TextView$TextAppearanceAttributes
Calin Juravle00b23d32019-03-08 17:52:20 -08007680android.widget.TextView
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007681android.widget.ThemedSpinnerAdapter
art-benchmark-serviced5115932020-02-25 17:55:03 -08007682android.widget.Toast$Callback
7683android.widget.Toast$CallbackBinder
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007684android.widget.Toast$TN$1
7685android.widget.Toast$TN
Calin Juravle4a054192018-05-29 17:52:20 -07007686android.widget.Toast
art-benchmark-serviced60351b2020-04-11 17:55:40 -07007687android.widget.ToastPresenter
Calin Juravle4a054192018-05-29 17:52:20 -07007688android.widget.ToggleButton
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007689android.widget.Toolbar$1
7690android.widget.Toolbar$2
7691android.widget.Toolbar$ExpandedActionViewMenuPresenter
7692android.widget.Toolbar$LayoutParams
7693android.widget.Toolbar$OnMenuItemClickListener
7694android.widget.Toolbar$SavedState$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007695android.widget.Toolbar$SavedState
Calin Juravle00b23d32019-03-08 17:52:20 -08007696android.widget.Toolbar
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007697android.widget.ViewAnimator
art-benchmark-serviced60351b2020-04-11 17:55:40 -07007698android.widget.ViewFlipper$1
7699android.widget.ViewFlipper$2
7700android.widget.ViewFlipper
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007701android.widget.ViewSwitcher
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007702android.widget.WrapperListAdapter
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007703com.android.framework.protobuf.nano.CodedInputByteBufferNano
7704com.android.framework.protobuf.nano.CodedOutputByteBufferNano$OutOfSpaceException
7705com.android.framework.protobuf.nano.CodedOutputByteBufferNano
7706com.android.framework.protobuf.nano.InternalNano
7707com.android.framework.protobuf.nano.InvalidProtocolBufferNanoException
7708com.android.framework.protobuf.nano.MessageNano
7709com.android.framework.protobuf.nano.WireFormatNano
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007710com.android.i18n.phonenumbers.AlternateFormatsCountryCodeSet
7711com.android.i18n.phonenumbers.CountryCodeToRegionCodeMap
7712com.android.i18n.phonenumbers.MetadataLoader
7713com.android.i18n.phonenumbers.MetadataManager$1
Calin Juravle00b23d32019-03-08 17:52:20 -08007714com.android.i18n.phonenumbers.MetadataManager
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007715com.android.i18n.phonenumbers.MetadataSource
7716com.android.i18n.phonenumbers.MultiFileMetadataSourceImpl
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007717com.android.i18n.phonenumbers.NumberParseException$ErrorType
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007718com.android.i18n.phonenumbers.NumberParseException
art-benchmark-serviced5115932020-02-25 17:55:03 -08007719com.android.i18n.phonenumbers.PhoneNumberMatch
art-benchmark-serviced60351b2020-04-11 17:55:40 -07007720com.android.i18n.phonenumbers.PhoneNumberMatcher$State
7721com.android.i18n.phonenumbers.PhoneNumberMatcher
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007722com.android.i18n.phonenumbers.PhoneNumberUtil$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007723com.android.i18n.phonenumbers.PhoneNumberUtil$2
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007724com.android.i18n.phonenumbers.PhoneNumberUtil$Leniency$1
7725com.android.i18n.phonenumbers.PhoneNumberUtil$Leniency$2
7726com.android.i18n.phonenumbers.PhoneNumberUtil$Leniency$3
7727com.android.i18n.phonenumbers.PhoneNumberUtil$Leniency$4
Calin Juravle00b23d32019-03-08 17:52:20 -08007728com.android.i18n.phonenumbers.PhoneNumberUtil$Leniency
Calin Juravle4a054192018-05-29 17:52:20 -07007729com.android.i18n.phonenumbers.PhoneNumberUtil$PhoneNumberFormat
7730com.android.i18n.phonenumbers.PhoneNumberUtil$PhoneNumberType
7731com.android.i18n.phonenumbers.PhoneNumberUtil$ValidationResult
Calin Juravle00b23d32019-03-08 17:52:20 -08007732com.android.i18n.phonenumbers.PhoneNumberUtil
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007733com.android.i18n.phonenumbers.Phonemetadata$NumberFormat$Builder
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007734com.android.i18n.phonenumbers.Phonemetadata$NumberFormat
7735com.android.i18n.phonenumbers.Phonemetadata$PhoneMetadata
7736com.android.i18n.phonenumbers.Phonemetadata$PhoneMetadataCollection
7737com.android.i18n.phonenumbers.Phonemetadata$PhoneNumberDesc
Calin Juravle4a054192018-05-29 17:52:20 -07007738com.android.i18n.phonenumbers.Phonenumber$PhoneNumber$CountryCodeSource
Calin Juravle00b23d32019-03-08 17:52:20 -08007739com.android.i18n.phonenumbers.Phonenumber$PhoneNumber
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007740com.android.i18n.phonenumbers.ShortNumberInfo
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007741com.android.i18n.phonenumbers.ShortNumbersRegionCodeSet
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007742com.android.i18n.phonenumbers.geocoding.PhoneNumberOfflineGeocoder
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007743com.android.i18n.phonenumbers.internal.MatcherApi
7744com.android.i18n.phonenumbers.internal.RegexBasedMatcher
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007745com.android.i18n.phonenumbers.internal.RegexCache$LRUCache$1
Calin Juravle00b23d32019-03-08 17:52:20 -08007746com.android.i18n.phonenumbers.internal.RegexCache$LRUCache
7747com.android.i18n.phonenumbers.internal.RegexCache
art-benchmark-service56aece62020-02-10 17:58:03 -08007748com.android.icu.charset.CharsetDecoderICU
7749com.android.icu.charset.CharsetEncoderICU
7750com.android.icu.charset.CharsetICU
7751com.android.icu.charset.NativeConverter
7752com.android.icu.util.CaseMapperNative
7753com.android.icu.util.Icu4cMetadata
7754com.android.icu.util.LocaleNative
7755com.android.icu.util.regex.MatcherNative
7756com.android.icu.util.regex.PatternNative
art-benchmark-serviced5115932020-02-25 17:55:03 -08007757com.android.ims.-$$Lambda$ImsManager$CwzXIbVJZNvgdV2t7LH2gUKL7AA
art-benchmark-service56aece62020-02-10 17:58:03 -08007758com.android.ims.-$$Lambda$ImsManager$D1JuJ3ba2jMHWDKlSpm03meBR1c
7759com.android.ims.-$$Lambda$ImsManager$LiW49wt0wLMYHjgtAwL8NLIATfs
7760com.android.ims.-$$Lambda$ImsManager$YhRaDrc3t9_7beNiU5gQcqZilOw
7761com.android.ims.-$$Lambda$szO0o3matefQqo-6NB-dzsr9eCw
7762com.android.ims.FeatureConnection$IFeatureUpdate
7763com.android.ims.FeatureConnection
7764com.android.ims.FeatureConnector$Listener
art-benchmark-serviced5115932020-02-25 17:55:03 -08007765com.android.ims.FeatureConnector
art-benchmark-service56aece62020-02-10 17:58:03 -08007766com.android.ims.IFeatureConnector
7767com.android.ims.ImsCall$Listener
7768com.android.ims.ImsCall
7769com.android.ims.ImsCallbackAdapterManager
art-benchmark-service56aece62020-02-10 17:58:03 -08007770com.android.ims.ImsEcbm$ImsEcbmListenerProxy
7771com.android.ims.ImsEcbm
7772com.android.ims.ImsEcbmStateListener
art-benchmark-service56aece62020-02-10 17:58:03 -08007773com.android.ims.ImsExternalCallStateListener
7774com.android.ims.ImsManager$2
7775com.android.ims.ImsManager$3
7776com.android.ims.ImsManager$ExecutorFactory
art-benchmark-serviced5115932020-02-25 17:55:03 -08007777com.android.ims.ImsManager$ImsExecutorFactory
art-benchmark-service56aece62020-02-10 17:58:03 -08007778com.android.ims.ImsManager
7779com.android.ims.ImsMultiEndpoint$ImsExternalCallStateListenerProxy
7780com.android.ims.ImsMultiEndpoint
7781com.android.ims.ImsUt$IImsUtListenerProxy
7782com.android.ims.ImsUt
art-benchmark-service56aece62020-02-10 17:58:03 -08007783com.android.ims.MmTelFeatureConnection$CapabilityCallbackManager
7784com.android.ims.MmTelFeatureConnection$ImsRegistrationCallbackAdapter
7785com.android.ims.MmTelFeatureConnection$ProvisioningCallbackManager
7786com.android.ims.MmTelFeatureConnection
art-benchmark-serviced5115932020-02-25 17:55:03 -08007787com.android.ims.Registrant
art-benchmark-service56aece62020-02-10 17:58:03 -08007788com.android.ims.internal.ICall
art-benchmark-serviced5115932020-02-25 17:55:03 -08007789com.android.ims.internal.IImsFeatureStatusCallback$Stub$Proxy
art-benchmark-service56aece62020-02-10 17:58:03 -08007790com.android.ims.internal.ImsVideoCallProviderWrapper$ImsVideoProviderWrapperCallback
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007791com.android.ims.internal.uce.UceServiceBase$UceServiceBinder
7792com.android.ims.internal.uce.UceServiceBase
art-benchmark-serviced5115932020-02-25 17:55:03 -08007793com.android.ims.internal.uce.common.CapInfo$1
7794com.android.ims.internal.uce.common.CapInfo
7795com.android.ims.internal.uce.common.StatusCode$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007796com.android.ims.internal.uce.common.UceLong$1
7797com.android.ims.internal.uce.common.UceLong
7798com.android.ims.internal.uce.options.IOptionsListener$Stub$Proxy
7799com.android.ims.internal.uce.options.IOptionsListener$Stub
7800com.android.ims.internal.uce.options.IOptionsListener
art-benchmark-serviced5115932020-02-25 17:55:03 -08007801com.android.ims.internal.uce.options.IOptionsService
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007802com.android.ims.internal.uce.presence.IPresenceListener$Stub$Proxy
7803com.android.ims.internal.uce.presence.IPresenceListener$Stub
7804com.android.ims.internal.uce.presence.IPresenceListener
art-benchmark-serviced5115932020-02-25 17:55:03 -08007805com.android.ims.internal.uce.presence.IPresenceService$Stub
7806com.android.ims.internal.uce.presence.IPresenceService
7807com.android.ims.internal.uce.presence.PresCapInfo$1
7808com.android.ims.internal.uce.presence.PresCmdId$1
7809com.android.ims.internal.uce.presence.PresCmdStatus$1
7810com.android.ims.internal.uce.presence.PresPublishTriggerType$1
7811com.android.ims.internal.uce.presence.PresSipResponse$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007812com.android.ims.internal.uce.uceservice.IUceListener$Stub$Proxy
7813com.android.ims.internal.uce.uceservice.IUceListener$Stub
7814com.android.ims.internal.uce.uceservice.IUceListener
7815com.android.ims.internal.uce.uceservice.IUceService$Stub
7816com.android.ims.internal.uce.uceservice.IUceService
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08007817com.android.internal.R$styleable
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007818com.android.internal.accessibility.AccessibilityShortcutController$1
7819com.android.internal.accessibility.AccessibilityShortcutController$FrameworkObjectProvider
7820com.android.internal.accessibility.AccessibilityShortcutController$ToggleableFrameworkFeatureInfo
7821com.android.internal.accessibility.AccessibilityShortcutController
art-benchmark-serviced5115932020-02-25 17:55:03 -08007822com.android.internal.alsa.AlsaCardsParser$AlsaCardRecord
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007823com.android.internal.alsa.AlsaCardsParser
7824com.android.internal.alsa.LineTokenizer
art-benchmark-serviced5115932020-02-25 17:55:03 -08007825com.android.internal.app.AlertActivity
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007826com.android.internal.app.AlertController$1
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007827com.android.internal.app.AlertController$AlertParams
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007828com.android.internal.app.AlertController$ButtonHandler
7829com.android.internal.app.AlertController$RecycleListView
Calin Juravle00b23d32019-03-08 17:52:20 -08007830com.android.internal.app.AlertController
7831com.android.internal.app.AssistUtils
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007832com.android.internal.app.IAppOpsActiveCallback$Stub$Proxy
7833com.android.internal.app.IAppOpsActiveCallback$Stub
7834com.android.internal.app.IAppOpsActiveCallback
art-benchmark-serviced5115932020-02-25 17:55:03 -08007835com.android.internal.app.IAppOpsAsyncNotedCallback$Stub$Proxy
7836com.android.internal.app.IAppOpsAsyncNotedCallback$Stub
7837com.android.internal.app.IAppOpsAsyncNotedCallback
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007838com.android.internal.app.IAppOpsCallback$Stub$Proxy
Andreas Gampecbcb9e32016-06-03 17:24:05 -07007839com.android.internal.app.IAppOpsCallback$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08007840com.android.internal.app.IAppOpsCallback
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007841com.android.internal.app.IAppOpsNotedCallback$Stub$Proxy
7842com.android.internal.app.IAppOpsNotedCallback$Stub
7843com.android.internal.app.IAppOpsNotedCallback
Andreas Gampedcad4ca2014-10-03 02:00:29 +00007844com.android.internal.app.IAppOpsService$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08007845com.android.internal.app.IAppOpsService$Stub
7846com.android.internal.app.IAppOpsService
Andreas Gampe0db10fd2017-02-01 15:57:57 -08007847com.android.internal.app.IBatteryStats$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08007848com.android.internal.app.IBatteryStats$Stub
7849com.android.internal.app.IBatteryStats
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007850com.android.internal.app.ISoundTriggerService$Stub
7851com.android.internal.app.ISoundTriggerService
7852com.android.internal.app.IVoiceActionCheckCallback$Stub$Proxy
7853com.android.internal.app.IVoiceActionCheckCallback$Stub
7854com.android.internal.app.IVoiceActionCheckCallback
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007855com.android.internal.app.IVoiceInteractionManagerService$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08007856com.android.internal.app.IVoiceInteractionManagerService$Stub
7857com.android.internal.app.IVoiceInteractionManagerService
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007858com.android.internal.app.IVoiceInteractionSessionListener$Stub$Proxy
7859com.android.internal.app.IVoiceInteractionSessionListener$Stub
7860com.android.internal.app.IVoiceInteractionSessionListener
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007861com.android.internal.app.IVoiceInteractionSessionShowCallback$Stub$Proxy
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007862com.android.internal.app.IVoiceInteractionSessionShowCallback$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08007863com.android.internal.app.IVoiceInteractionSessionShowCallback
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007864com.android.internal.app.IVoiceInteractor$Stub$Proxy
Andreas Gampedcad4ca2014-10-03 02:00:29 +00007865com.android.internal.app.IVoiceInteractor$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08007866com.android.internal.app.IVoiceInteractor
art-benchmark-serviced5115932020-02-25 17:55:03 -08007867com.android.internal.app.IntentForwarderActivity
art-benchmark-servicead05a302020-03-17 09:46:02 -07007868com.android.internal.app.MessageSamplingConfig$1
7869com.android.internal.app.MessageSamplingConfig
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007870com.android.internal.app.MicroAlertController
art-benchmark-serviced5115932020-02-25 17:55:03 -08007871com.android.internal.app.NetInitiatedActivity
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007872com.android.internal.app.ProcessMap
7873com.android.internal.app.ResolverActivity$ActionTitle
7874com.android.internal.app.ResolverActivity
7875com.android.internal.app.ResolverListAdapter$ResolverListCommunicator
7876com.android.internal.app.ToolbarActionBar
art-benchmark-serviced5115932020-02-25 17:55:03 -08007877com.android.internal.app.WindowDecorActionBar$1
7878com.android.internal.app.WindowDecorActionBar$2
7879com.android.internal.app.WindowDecorActionBar$3
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007880com.android.internal.app.WindowDecorActionBar
7881com.android.internal.app.procstats.-$$Lambda$AssociationState$kgfxYpOOyQWCFPwGaRqRz0N4-zg
art-benchmark-serviced5115932020-02-25 17:55:03 -08007882com.android.internal.app.procstats.-$$Lambda$ProcessStats$6CxEiT4FvK_P75G9LzEfE1zL88Q
7883com.android.internal.app.procstats.AssociationState$SourceDumpContainer
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007884com.android.internal.app.procstats.AssociationState$SourceKey
7885com.android.internal.app.procstats.AssociationState$SourceState
7886com.android.internal.app.procstats.AssociationState
7887com.android.internal.app.procstats.DumpUtils
7888com.android.internal.app.procstats.DurationsTable
7889com.android.internal.app.procstats.IProcessStats$Stub$Proxy
7890com.android.internal.app.procstats.IProcessStats$Stub
7891com.android.internal.app.procstats.IProcessStats
7892com.android.internal.app.procstats.ProcessState$1
7893com.android.internal.app.procstats.ProcessState$PssAggr
7894com.android.internal.app.procstats.ProcessState
7895com.android.internal.app.procstats.ProcessStats$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08007896com.android.internal.app.procstats.ProcessStats$AssociationDumpContainer
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007897com.android.internal.app.procstats.ProcessStats$PackageState
art-benchmark-serviced5115932020-02-25 17:55:03 -08007898com.android.internal.app.procstats.ProcessStats$ProcessDataCollection
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007899com.android.internal.app.procstats.ProcessStats$ProcessStateHolder
7900com.android.internal.app.procstats.ProcessStats$TotalMemoryUseCollection
7901com.android.internal.app.procstats.ProcessStats
7902com.android.internal.app.procstats.PssTable
7903com.android.internal.app.procstats.ServiceState
7904com.android.internal.app.procstats.SparseMappingTable$Table
7905com.android.internal.app.procstats.SparseMappingTable
7906com.android.internal.app.procstats.SysMemUsageTable
7907com.android.internal.appwidget.IAppWidgetHost$Stub$Proxy
7908com.android.internal.appwidget.IAppWidgetHost$Stub
7909com.android.internal.appwidget.IAppWidgetHost
Mathieu Chartierba2c0462017-05-19 16:41:46 -07007910com.android.internal.appwidget.IAppWidgetService$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08007911com.android.internal.appwidget.IAppWidgetService$Stub
7912com.android.internal.appwidget.IAppWidgetService
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007913com.android.internal.backup.IBackupTransport$Stub$Proxy
Calin Juravle4a054192018-05-29 17:52:20 -07007914com.android.internal.backup.IBackupTransport$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08007915com.android.internal.backup.IBackupTransport
art-benchmark-serviced5115932020-02-25 17:55:03 -08007916com.android.internal.colorextraction.ColorExtractor$GradientColors
art-benchmark-serviced60351b2020-04-11 17:55:40 -07007917com.android.internal.colorextraction.ColorExtractor$LoadWallpaperColors
7918com.android.internal.colorextraction.ColorExtractor$OnColorsChangedListener
7919com.android.internal.colorextraction.ColorExtractor
7920com.android.internal.colorextraction.drawable.-$$Lambda$ScrimDrawable$UWtyAZ9Ss5P5TukFNvAyvh0pNf0
7921com.android.internal.colorextraction.drawable.ScrimDrawable$1
7922com.android.internal.colorextraction.drawable.ScrimDrawable
art-benchmark-serviced5115932020-02-25 17:55:03 -08007923com.android.internal.colorextraction.types.ExtractionType
7924com.android.internal.colorextraction.types.Tonal$ConfigParser
7925com.android.internal.colorextraction.types.Tonal$TonalPalette
7926com.android.internal.colorextraction.types.Tonal
art-benchmark-serviced60351b2020-04-11 17:55:40 -07007927com.android.internal.compat.AndroidBuildClassifier
art-benchmark-serviced5115932020-02-25 17:55:03 -08007928com.android.internal.compat.ChangeReporter$ChangeReport
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007929com.android.internal.compat.ChangeReporter
art-benchmark-serviced60351b2020-04-11 17:55:40 -07007930com.android.internal.compat.CompatibilityChangeConfig$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08007931com.android.internal.compat.CompatibilityChangeConfig
7932com.android.internal.compat.CompatibilityChangeInfo$1
7933com.android.internal.compat.CompatibilityChangeInfo
art-benchmark-serviced60351b2020-04-11 17:55:40 -07007934com.android.internal.compat.IOverrideValidator$Stub
art-benchmark-serviced5115932020-02-25 17:55:03 -08007935com.android.internal.compat.IOverrideValidator
7936com.android.internal.compat.IPlatformCompat$Stub$Proxy
7937com.android.internal.compat.IPlatformCompat$Stub
7938com.android.internal.compat.IPlatformCompat
7939com.android.internal.compat.IPlatformCompatNative$Stub
7940com.android.internal.compat.IPlatformCompatNative
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007941com.android.internal.content.NativeLibraryHelper$Handle
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04007942com.android.internal.content.NativeLibraryHelper
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007943com.android.internal.content.PackageHelper$1
7944com.android.internal.content.PackageHelper$TestableInterface
7945com.android.internal.content.PackageHelper
Calin Juravle00b23d32019-03-08 17:52:20 -08007946com.android.internal.content.PackageMonitor
Andreas Gampe61e7b662015-06-17 23:57:04 -07007947com.android.internal.content.ReferrerIntent$1
Calin Juravle00b23d32019-03-08 17:52:20 -08007948com.android.internal.content.ReferrerIntent
art-benchmark-servicead05a302020-03-17 09:46:02 -07007949com.android.internal.content.om.-$$Lambda$8ZY6dnO1FkDIliprAt8K651mwFE
7950com.android.internal.content.om.-$$Lambda$OverlayConfig$2-NucNRcrJn4xnLpjFKSY7827lQ
7951com.android.internal.content.om.-$$Lambda$OverlayConfig$bPcIgkiZP3FiPOvGMosWxnh9KGA
7952com.android.internal.content.om.-$$Lambda$TnMimLdK-xwmEZLrRzFg7LG1Yfg
7953com.android.internal.content.om.OverlayConfig$Configuration
7954com.android.internal.content.om.OverlayConfig$IdmapInvocation
7955com.android.internal.content.om.OverlayConfig
7956com.android.internal.content.om.OverlayConfigParser$OverlayPartition
7957com.android.internal.content.om.OverlayConfigParser$ParsedConfiguration
7958com.android.internal.content.om.OverlayConfigParser
7959com.android.internal.content.om.OverlayScanner$ParsedOverlayInfo
7960com.android.internal.content.om.OverlayScanner
art-benchmark-service56aece62020-02-10 17:58:03 -08007961com.android.internal.database.SortCursor
art-benchmark-serviced5115932020-02-25 17:55:03 -08007962com.android.internal.graphics.-$$Lambda$ColorUtils$zbDH-52c8D9XBeqmvTHi3Boxl14
7963com.android.internal.graphics.ColorUtils$ContrastCalculator
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007964com.android.internal.graphics.ColorUtils
7965com.android.internal.graphics.SfVsyncFrameCallbackProvider
Andreas Gampe0db10fd2017-02-01 15:57:57 -08007966com.android.internal.graphics.drawable.AnimationScaleListDrawable$AnimationScaleListState
Calin Juravle00b23d32019-03-08 17:52:20 -08007967com.android.internal.graphics.drawable.AnimationScaleListDrawable
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007968com.android.internal.infra.-$$Lambda$7-CJJfrUZBVuXZyYFEWBNh8Mky8
7969com.android.internal.infra.-$$Lambda$AbstractRemoteService$6FcEKfZ-7TXLg6dcCU8EMuMNAy4
7970com.android.internal.infra.-$$Lambda$AbstractRemoteService$9IBVTCLLZgndvH7fu1P14PW1_1o
Calin Juravle00b23d32019-03-08 17:52:20 -08007971com.android.internal.infra.-$$Lambda$AbstractRemoteService$MDW40b8CzodE5xRowI9wDEyXEnw
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007972com.android.internal.infra.-$$Lambda$AbstractRemoteService$PendingRequest$IBoaBGXZQEXJr69u3aJF-LCJ42Y
7973com.android.internal.infra.-$$Lambda$AbstractRemoteService$YSUzqqi1Pbrg2dlwMGMtKWbGXck
7974com.android.internal.infra.-$$Lambda$AbstractRemoteService$ocrHd68Md9x6FfAzVQ6w8MAjFqY
art-benchmark-serviced5115932020-02-25 17:55:03 -08007975com.android.internal.infra.-$$Lambda$AndroidFuture$dkSvpmqaFOFKPCZgb7C7XLP_QpE
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007976com.android.internal.infra.-$$Lambda$EbzSql2RHkXox5Myj8A-7kLC4_A
art-benchmark-serviced5115932020-02-25 17:55:03 -08007977com.android.internal.infra.-$$Lambda$ServiceConnector$Impl$3vLWxkP1Z6JyExzdZboFFp1zM20
7978com.android.internal.infra.-$$Lambda$T7zIZMFnvwrmtbuTMXLaZHHp-9s
7979com.android.internal.infra.-$$Lambda$XuWfs8-IsKaNygi8YjlVGjedkIw
7980com.android.internal.infra.-$$Lambda$aeiZbEpH6rq4kD9vJrlAnboJGDM
7981com.android.internal.infra.-$$Lambda$qN_gooelzsUiBhYWznXKzb-8_wA
7982com.android.internal.infra.-$$Lambda$rAXGjry3wPGKviARzTYfDiY7xrs
Calin Juravle00b23d32019-03-08 17:52:20 -08007983com.android.internal.infra.AbstractMultiplePendingRequestsRemoteService
art-benchmark-serviced5115932020-02-25 17:55:03 -08007984com.android.internal.infra.AbstractRemoteService$AsyncRequest
Calin Juravle36829e52019-04-10 19:07:47 -07007985com.android.internal.infra.AbstractRemoteService$BasePendingRequest
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007986com.android.internal.infra.AbstractRemoteService$MyAsyncPendingRequest
Calin Juravle00b23d32019-03-08 17:52:20 -08007987com.android.internal.infra.AbstractRemoteService$PendingRequest
7988com.android.internal.infra.AbstractRemoteService$RemoteServiceConnection
Calin Juravle36829e52019-04-10 19:07:47 -07007989com.android.internal.infra.AbstractRemoteService$VultureCallback
Calin Juravle00b23d32019-03-08 17:52:20 -08007990com.android.internal.infra.AbstractRemoteService
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007991com.android.internal.infra.AbstractSinglePendingRequestRemoteService
art-benchmark-serviced5115932020-02-25 17:55:03 -08007992com.android.internal.infra.AndroidFuture$1
7993com.android.internal.infra.AndroidFuture$2
7994com.android.internal.infra.AndroidFuture
7995com.android.internal.infra.GlobalWhitelistState
art-benchmark-serviced60351b2020-04-11 17:55:40 -07007996com.android.internal.infra.IAndroidFuture$Stub$Proxy
art-benchmark-serviced5115932020-02-25 17:55:03 -08007997com.android.internal.infra.IAndroidFuture$Stub
7998com.android.internal.infra.IAndroidFuture
art-benchmark-serviced60351b2020-04-11 17:55:40 -07007999com.android.internal.infra.PerUser
art-benchmark-serviced5115932020-02-25 17:55:03 -08008000com.android.internal.infra.RemoteStream$1
8001com.android.internal.infra.RemoteStream
8002com.android.internal.infra.ServiceConnector$Impl$CompletionAwareJob
8003com.android.internal.infra.ServiceConnector$Impl
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008004com.android.internal.infra.ServiceConnector$Job
art-benchmark-serviced5115932020-02-25 17:55:03 -08008005com.android.internal.infra.ServiceConnector$VoidJob
8006com.android.internal.infra.ServiceConnector
8007com.android.internal.infra.ThrottledRunnable
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008008com.android.internal.infra.WhitelistHelper
art-benchmark-serviced5115932020-02-25 17:55:03 -08008009com.android.internal.inputmethod.IInputContentUriToken
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008010com.android.internal.inputmethod.IInputMethodPrivilegedOperations$Stub$Proxy
8011com.android.internal.inputmethod.IInputMethodPrivilegedOperations$Stub
8012com.android.internal.inputmethod.IInputMethodPrivilegedOperations
8013com.android.internal.inputmethod.InputMethodDebug
8014com.android.internal.inputmethod.InputMethodPrivilegedOperations$OpsHolder
8015com.android.internal.inputmethod.InputMethodPrivilegedOperations
8016com.android.internal.inputmethod.InputMethodPrivilegedOperationsRegistry
8017com.android.internal.inputmethod.SubtypeLocaleUtils
8018com.android.internal.location.GpsNetInitiatedHandler$1
8019com.android.internal.location.GpsNetInitiatedHandler$2
art-benchmark-serviced5115932020-02-25 17:55:03 -08008020com.android.internal.location.GpsNetInitiatedHandler$GpsNiNotification
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008021com.android.internal.location.GpsNetInitiatedHandler
8022com.android.internal.location.ILocationProvider$Stub$Proxy
8023com.android.internal.location.ILocationProvider$Stub
8024com.android.internal.location.ILocationProvider
8025com.android.internal.location.ILocationProviderManager$Stub$Proxy
8026com.android.internal.location.ILocationProviderManager$Stub
8027com.android.internal.location.ILocationProviderManager
8028com.android.internal.location.ProviderProperties$1
8029com.android.internal.location.ProviderProperties
8030com.android.internal.location.ProviderRequest$1
art-benchmark-serviced60351b2020-04-11 17:55:40 -07008031com.android.internal.location.ProviderRequest$Builder
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008032com.android.internal.location.ProviderRequest
art-benchmark-serviced60351b2020-04-11 17:55:40 -07008033com.android.internal.location.gnssmetrics.GnssMetrics$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008034com.android.internal.location.gnssmetrics.GnssMetrics$GnssPowerMetrics
8035com.android.internal.location.gnssmetrics.GnssMetrics$Statistics
art-benchmark-serviced60351b2020-04-11 17:55:40 -07008036com.android.internal.location.gnssmetrics.GnssMetrics$StatsPullAtomCallbackImpl
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008037com.android.internal.location.gnssmetrics.GnssMetrics
8038com.android.internal.location.nano.GnssLogsProto$GnssLog
8039com.android.internal.location.nano.GnssLogsProto$PowerMetrics
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07008040com.android.internal.logging.AndroidConfig
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07008041com.android.internal.logging.AndroidHandler$1
Calin Juravle00b23d32019-03-08 17:52:20 -08008042com.android.internal.logging.AndroidHandler
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07008043com.android.internal.logging.EventLogTags
art-benchmark-serviced60351b2020-04-11 17:55:40 -07008044com.android.internal.logging.InstanceId$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08008045com.android.internal.logging.InstanceId
Andreas Gampe0db10fd2017-02-01 15:57:57 -08008046com.android.internal.logging.MetricsLogger
art-benchmark-serviced60351b2020-04-11 17:55:40 -07008047com.android.internal.logging.UiEventLogger$UiEventEnum
8048com.android.internal.logging.UiEventLogger
8049com.android.internal.logging.UiEventLoggerImpl
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008050com.android.internal.net.INetworkWatchlistManager$Stub$Proxy
8051com.android.internal.net.INetworkWatchlistManager$Stub
8052com.android.internal.net.INetworkWatchlistManager
art-benchmark-serviced5115932020-02-25 17:55:03 -08008053com.android.internal.net.LegacyVpnInfo$1
8054com.android.internal.net.LegacyVpnInfo
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008055com.android.internal.net.VpnConfig$1
8056com.android.internal.net.VpnConfig
8057com.android.internal.net.VpnInfo$1
8058com.android.internal.net.VpnInfo
8059com.android.internal.net.VpnProfile$1
8060com.android.internal.net.VpnProfile
8061com.android.internal.notification.SystemNotificationChannels
8062com.android.internal.os.-$$Lambda$6-ytl6NLMGWt_iQr4_PfakNWUKQ
8063com.android.internal.os.-$$Lambda$BatteryStatsImpl$7bfIWpn8X2h-hSzLD6dcuK4Ljuw
8064com.android.internal.os.-$$Lambda$BatteryStatsImpl$B-TmZhQb712ePnuJTxvMe7P-YwQ
8065com.android.internal.os.-$$Lambda$BatteryStatsImpl$Xvt9xdVPtevMWGIjcbxXf0_mr_c
8066com.android.internal.os.-$$Lambda$BatteryStatsImpl$_l2oiaRDRhjCXI_PwXPsAhrgegI
art-benchmark-serviced5115932020-02-25 17:55:03 -08008067com.android.internal.os.-$$Lambda$BinderCallsStats$-YP-7pwoNn8TN0iTmo5Q1r2lQz0
8068com.android.internal.os.-$$Lambda$BinderCallsStats$233x_Qux4c_AiqShYaWwvFplEXs
8069com.android.internal.os.-$$Lambda$BinderCallsStats$Vota0PqfoPWckjXH35wE48myGdk
8070com.android.internal.os.-$$Lambda$BinderCallsStats$iPOmTqbqUiHzgsAugINuZgf9tls
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008071com.android.internal.os.-$$Lambda$BinderCallsStats$sqXweH5BoxhmZvI188ctqYiACRk
art-benchmark-serviced5115932020-02-25 17:55:03 -08008072com.android.internal.os.-$$Lambda$BinderCallsStats$xI0E0RpviGYsokEB7ojNx8LEbUc
Calin Juravle00b23d32019-03-08 17:52:20 -08008073com.android.internal.os.-$$Lambda$RuntimeInit$ep4ioD9YINkHI5Q1wZ0N_7VFAOg
Calin Juravle36829e52019-04-10 19:07:47 -07008074com.android.internal.os.-$$Lambda$ZygoteConnection$KxVsZ-s4KsanePOHCU5JcuypPik
8075com.android.internal.os.-$$Lambda$ZygoteConnection$xjqM7qW7vAjTqh2tR5XRF5Vn5mk
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008076com.android.internal.os.-$$Lambda$sHtqZgGVjxOf9IJdAdZO6gwD_Do
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08008077com.android.internal.os.AndroidPrintStream
art-benchmark-serviced5115932020-02-25 17:55:03 -08008078com.android.internal.os.AppFuseMount$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008079com.android.internal.os.AppFuseMount
art-benchmark-serviced5115932020-02-25 17:55:03 -08008080com.android.internal.os.AppIdToPackageMap
Calin Juravle00b23d32019-03-08 17:52:20 -08008081com.android.internal.os.AtomicDirectory
Calin Juravle4a054192018-05-29 17:52:20 -07008082com.android.internal.os.BackgroundThread
Calin Juravle00b23d32019-03-08 17:52:20 -08008083com.android.internal.os.BatterySipper$DrainType
8084com.android.internal.os.BatterySipper
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008085com.android.internal.os.BatteryStatsHelper$1
Calin Juravle00b23d32019-03-08 17:52:20 -08008086com.android.internal.os.BatteryStatsHelper
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008087com.android.internal.os.BatteryStatsHistory$1
Calin Juravle00b23d32019-03-08 17:52:20 -08008088com.android.internal.os.BatteryStatsHistory
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07008089com.android.internal.os.BatteryStatsImpl$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008090com.android.internal.os.BatteryStatsImpl$2
8091com.android.internal.os.BatteryStatsImpl$3
8092com.android.internal.os.BatteryStatsImpl$4
Calin Juravle4a054192018-05-29 17:52:20 -07008093com.android.internal.os.BatteryStatsImpl$5
Calin Juravle00b23d32019-03-08 17:52:20 -08008094com.android.internal.os.BatteryStatsImpl$6
Calin Juravle4a054192018-05-29 17:52:20 -07008095com.android.internal.os.BatteryStatsImpl$BatchTimer
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008096com.android.internal.os.BatteryStatsImpl$BatteryCallback
Calin Juravle4a054192018-05-29 17:52:20 -07008097com.android.internal.os.BatteryStatsImpl$BluetoothActivityInfoCache
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07008098com.android.internal.os.BatteryStatsImpl$Clocks
Calin Juravle4a054192018-05-29 17:52:20 -07008099com.android.internal.os.BatteryStatsImpl$Constants
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07008100com.android.internal.os.BatteryStatsImpl$ControllerActivityCounterImpl
8101com.android.internal.os.BatteryStatsImpl$Counter
8102com.android.internal.os.BatteryStatsImpl$DualTimer
8103com.android.internal.os.BatteryStatsImpl$DurationTimer
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008104com.android.internal.os.BatteryStatsImpl$ExternalStatsSync
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07008105com.android.internal.os.BatteryStatsImpl$LongSamplingCounter
8106com.android.internal.os.BatteryStatsImpl$LongSamplingCounterArray
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008107com.android.internal.os.BatteryStatsImpl$MyHandler
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07008108com.android.internal.os.BatteryStatsImpl$OverflowArrayMap
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008109com.android.internal.os.BatteryStatsImpl$PlatformIdleStateCallback
8110com.android.internal.os.BatteryStatsImpl$RailEnergyDataCallback
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07008111com.android.internal.os.BatteryStatsImpl$SamplingTimer
8112com.android.internal.os.BatteryStatsImpl$StopwatchTimer
8113com.android.internal.os.BatteryStatsImpl$SystemClocks
8114com.android.internal.os.BatteryStatsImpl$TimeBase
8115com.android.internal.os.BatteryStatsImpl$TimeBaseObs
8116com.android.internal.os.BatteryStatsImpl$Timer
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07008117com.android.internal.os.BatteryStatsImpl$Uid$1
8118com.android.internal.os.BatteryStatsImpl$Uid$2
8119com.android.internal.os.BatteryStatsImpl$Uid$3
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07008120com.android.internal.os.BatteryStatsImpl$Uid$Pkg$Serv
Calin Juravle00b23d32019-03-08 17:52:20 -08008121com.android.internal.os.BatteryStatsImpl$Uid$Pkg
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07008122com.android.internal.os.BatteryStatsImpl$Uid$Proc
8123com.android.internal.os.BatteryStatsImpl$Uid$Sensor
8124com.android.internal.os.BatteryStatsImpl$Uid$Wakelock
Calin Juravle00b23d32019-03-08 17:52:20 -08008125com.android.internal.os.BatteryStatsImpl$Uid
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008126com.android.internal.os.BatteryStatsImpl$UidToRemove
8127com.android.internal.os.BatteryStatsImpl$UserInfoProvider
Calin Juravle00b23d32019-03-08 17:52:20 -08008128com.android.internal.os.BatteryStatsImpl
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07008129com.android.internal.os.BinderCallsStats$CallStat
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008130com.android.internal.os.BinderCallsStats$CallStatKey
8131com.android.internal.os.BinderCallsStats$ExportedCallStat
8132com.android.internal.os.BinderCallsStats$Injector
Calin Juravle00b23d32019-03-08 17:52:20 -08008133com.android.internal.os.BinderCallsStats$OverflowBinder
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07008134com.android.internal.os.BinderCallsStats$UidEntry
Calin Juravle00b23d32019-03-08 17:52:20 -08008135com.android.internal.os.BinderCallsStats
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008136com.android.internal.os.BinderDeathDispatcher$RecipientsInfo
art-benchmark-serviced5115932020-02-25 17:55:03 -08008137com.android.internal.os.BinderDeathDispatcher
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008138com.android.internal.os.BinderInternal$BinderProxyLimitListener
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07008139com.android.internal.os.BinderInternal$BinderProxyLimitListenerDelegate
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008140com.android.internal.os.BinderInternal$CallSession
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08008141com.android.internal.os.BinderInternal$GcWatcher
Calin Juravle00b23d32019-03-08 17:52:20 -08008142com.android.internal.os.BinderInternal$Observer
8143com.android.internal.os.BinderInternal$WorkSourceProvider
8144com.android.internal.os.BinderInternal
8145com.android.internal.os.BluetoothPowerCalculator
art-benchmark-serviced5115932020-02-25 17:55:03 -08008146com.android.internal.os.ByteTransferPipe
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008147com.android.internal.os.CachedDeviceState$Readonly
8148com.android.internal.os.CachedDeviceState$TimeInStateStopwatch
8149com.android.internal.os.CachedDeviceState
Calin Juravle00b23d32019-03-08 17:52:20 -08008150com.android.internal.os.CameraPowerCalculator
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07008151com.android.internal.os.ClassLoaderFactory
Calin Juravle00b23d32019-03-08 17:52:20 -08008152com.android.internal.os.CpuPowerCalculator
8153com.android.internal.os.FlashlightPowerCalculator
Andreas Gampe0db10fd2017-02-01 15:57:57 -08008154com.android.internal.os.FuseAppLoop$1
Calin Juravle00b23d32019-03-08 17:52:20 -08008155com.android.internal.os.FuseAppLoop
Mathieu Chartierba2c0462017-05-19 16:41:46 -07008156com.android.internal.os.FuseUnavailableMountException
Mathieu Chartierba2c0462017-05-19 16:41:46 -07008157com.android.internal.os.HandlerCaller$Callback
8158com.android.internal.os.HandlerCaller$MyHandler
Calin Juravle00b23d32019-03-08 17:52:20 -08008159com.android.internal.os.HandlerCaller
Calin Juravle4a054192018-05-29 17:52:20 -07008160com.android.internal.os.IDropBoxManagerService$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08008161com.android.internal.os.IDropBoxManagerService$Stub
8162com.android.internal.os.IDropBoxManagerService
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07008163com.android.internal.os.IResultReceiver$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08008164com.android.internal.os.IResultReceiver$Stub
8165com.android.internal.os.IResultReceiver
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008166com.android.internal.os.IShellCallback$Stub$Proxy
8167com.android.internal.os.IShellCallback$Stub
8168com.android.internal.os.IShellCallback
8169com.android.internal.os.KernelCpuProcStringReader$ProcFileIterator
Calin Juravle00b23d32019-03-08 17:52:20 -08008170com.android.internal.os.KernelCpuProcStringReader
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008171com.android.internal.os.KernelCpuSpeedReader
8172com.android.internal.os.KernelCpuThreadReader$FrequencyBucketCreator
8173com.android.internal.os.KernelCpuThreadReader$Injector
8174com.android.internal.os.KernelCpuThreadReader$ProcessCpuUsage
8175com.android.internal.os.KernelCpuThreadReader$ThreadCpuUsage
8176com.android.internal.os.KernelCpuThreadReader
art-benchmark-serviced5115932020-02-25 17:55:03 -08008177com.android.internal.os.KernelCpuThreadReaderDiff$ThreadKey
8178com.android.internal.os.KernelCpuThreadReaderDiff
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008179com.android.internal.os.KernelCpuThreadReaderSettingsObserver$UidPredicate
8180com.android.internal.os.KernelCpuThreadReaderSettingsObserver
art-benchmark-servicead05a302020-03-17 09:46:02 -07008181com.android.internal.os.KernelCpuUidBpfMapReader$BpfMapIterator
8182com.android.internal.os.KernelCpuUidBpfMapReader$KernelCpuUidActiveTimeBpfMapReader
8183com.android.internal.os.KernelCpuUidBpfMapReader$KernelCpuUidClusterTimeBpfMapReader
8184com.android.internal.os.KernelCpuUidBpfMapReader$KernelCpuUidFreqTimeBpfMapReader
8185com.android.internal.os.KernelCpuUidBpfMapReader
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008186com.android.internal.os.KernelCpuUidTimeReader$Callback
Calin Juravle00b23d32019-03-08 17:52:20 -08008187com.android.internal.os.KernelCpuUidTimeReader$KernelCpuUidActiveTimeReader
8188com.android.internal.os.KernelCpuUidTimeReader$KernelCpuUidClusterTimeReader
8189com.android.internal.os.KernelCpuUidTimeReader$KernelCpuUidFreqTimeReader
8190com.android.internal.os.KernelCpuUidTimeReader$KernelCpuUidUserSysTimeReader
8191com.android.internal.os.KernelCpuUidTimeReader
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07008192com.android.internal.os.KernelMemoryBandwidthStats
art-benchmark-servicead05a302020-03-17 09:46:02 -07008193com.android.internal.os.KernelSingleUidTimeReader$Injector
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008194com.android.internal.os.KernelSingleUidTimeReader
Calin Juravle4a054192018-05-29 17:52:20 -07008195com.android.internal.os.KernelWakelockReader
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008196com.android.internal.os.KernelWakelockStats$Entry
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07008197com.android.internal.os.KernelWakelockStats
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08008198com.android.internal.os.LoggingPrintStream$1
Calin Juravle00b23d32019-03-08 17:52:20 -08008199com.android.internal.os.LoggingPrintStream
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008200com.android.internal.os.LooperStats$DispatchSession
8201com.android.internal.os.LooperStats$Entry
8202com.android.internal.os.LooperStats$ExportedEntry
8203com.android.internal.os.LooperStats
Calin Juravle00b23d32019-03-08 17:52:20 -08008204com.android.internal.os.MediaPowerCalculator
8205com.android.internal.os.MemoryPowerCalculator
8206com.android.internal.os.MobileRadioPowerCalculator
8207com.android.internal.os.PowerCalculator
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07008208com.android.internal.os.PowerProfile$CpuClusterKey
Calin Juravle00b23d32019-03-08 17:52:20 -08008209com.android.internal.os.PowerProfile
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008210com.android.internal.os.ProcStatsUtil
8211com.android.internal.os.ProcTimeInStateReader
8212com.android.internal.os.ProcessCpuTracker$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08008213com.android.internal.os.ProcessCpuTracker$FilterStats
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008214com.android.internal.os.ProcessCpuTracker$Stats
8215com.android.internal.os.ProcessCpuTracker
8216com.android.internal.os.RailStats
Andreas Gampe0db10fd2017-02-01 15:57:57 -08008217com.android.internal.os.RoSystemProperties
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008218com.android.internal.os.RpmStats$PowerStateElement
8219com.android.internal.os.RpmStats$PowerStatePlatformSleepState
8220com.android.internal.os.RpmStats$PowerStateSubsystem
Calin Juravle4a054192018-05-29 17:52:20 -07008221com.android.internal.os.RpmStats
Evan Millar0ea97b82009-03-24 17:49:23 -07008222com.android.internal.os.RuntimeInit$1
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04008223com.android.internal.os.RuntimeInit$Arguments
Tobias Thiereraddbf902016-07-21 15:05:19 +01008224com.android.internal.os.RuntimeInit$KillApplicationHandler
8225com.android.internal.os.RuntimeInit$LoggingHandler
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07008226com.android.internal.os.RuntimeInit$MethodAndArgsCaller
art-benchmark-serviced5115932020-02-25 17:55:03 -08008227com.android.internal.os.RuntimeInit$RuntimeThreadPrioritySetter
Calin Juravle00b23d32019-03-08 17:52:20 -08008228com.android.internal.os.RuntimeInit
8229com.android.internal.os.SensorPowerCalculator
Kenny Rootdbf30ed2012-09-19 13:08:12 -07008230com.android.internal.os.SomeArgs
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008231com.android.internal.os.StatsdHiddenApiUsageLogger
8232com.android.internal.os.StoragedUidIoStatsReader
8233com.android.internal.os.TransferPipe
Calin Juravle00b23d32019-03-08 17:52:20 -08008234com.android.internal.os.WakelockPowerCalculator
8235com.android.internal.os.WifiPowerCalculator
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008236com.android.internal.os.WifiPowerEstimator
8237com.android.internal.os.WrapperInit
Andreas Gampedcad4ca2014-10-03 02:00:29 +00008238com.android.internal.os.Zygote
Calin Juravle00b23d32019-03-08 17:52:20 -08008239com.android.internal.os.ZygoteArguments
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08008240com.android.internal.os.ZygoteConnection
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08008241com.android.internal.os.ZygoteInit
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008242com.android.internal.os.ZygoteSecurityException
8243com.android.internal.os.ZygoteServer$UsapPoolRefillAction
Andreas Gampe0db10fd2017-02-01 15:57:57 -08008244com.android.internal.os.ZygoteServer
art-benchmark-serviced5115932020-02-25 17:55:03 -08008245com.android.internal.os.logging.MetricsLoggerWrapper
8246com.android.internal.policy.-$$Lambda$PhoneWindow$9SyKQeTuaYx7qUIMJIr4Lk2OpYw
art-benchmark-serviced60351b2020-04-11 17:55:40 -07008247com.android.internal.policy.-$$Lambda$PhoneWindow$F9lizKYeW8CQHD_8FLjKaBpUfBQ
art-benchmark-serviced5115932020-02-25 17:55:03 -08008248com.android.internal.policy.BackdropFrameRenderer
Andreas Gampe571fc302016-02-18 13:58:09 -08008249com.android.internal.policy.DecorContext
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07008250com.android.internal.policy.DecorView$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008251com.android.internal.policy.DecorView$2
8252com.android.internal.policy.DecorView$3
art-benchmark-serviced60351b2020-04-11 17:55:40 -07008253com.android.internal.policy.DecorView$6
8254com.android.internal.policy.DecorView$ActionModeCallback2Wrapper$1
8255com.android.internal.policy.DecorView$ActionModeCallback2Wrapper
Mathieu Chartierba2c0462017-05-19 16:41:46 -07008256com.android.internal.policy.DecorView$ColorViewAttributes
Andreas Gampe571fc302016-02-18 13:58:09 -08008257com.android.internal.policy.DecorView$ColorViewState
Calin Juravle00b23d32019-03-08 17:52:20 -08008258com.android.internal.policy.DecorView
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008259com.android.internal.policy.DividerSnapAlgorithm$SnapTarget
8260com.android.internal.policy.DividerSnapAlgorithm
8261com.android.internal.policy.DockedDividerUtils
8262com.android.internal.policy.IKeyguardDismissCallback$Stub$Proxy
8263com.android.internal.policy.IKeyguardDismissCallback$Stub
8264com.android.internal.policy.IKeyguardDismissCallback
8265com.android.internal.policy.IKeyguardDrawnCallback$Stub$Proxy
8266com.android.internal.policy.IKeyguardDrawnCallback$Stub
8267com.android.internal.policy.IKeyguardDrawnCallback
8268com.android.internal.policy.IKeyguardExitCallback$Stub$Proxy
8269com.android.internal.policy.IKeyguardExitCallback$Stub
8270com.android.internal.policy.IKeyguardExitCallback
8271com.android.internal.policy.IKeyguardService$Stub$Proxy
8272com.android.internal.policy.IKeyguardService$Stub
8273com.android.internal.policy.IKeyguardService
8274com.android.internal.policy.IKeyguardStateCallback$Stub$Proxy
8275com.android.internal.policy.IKeyguardStateCallback$Stub
8276com.android.internal.policy.IKeyguardStateCallback
8277com.android.internal.policy.IShortcutService$Stub$Proxy
8278com.android.internal.policy.IShortcutService$Stub
8279com.android.internal.policy.IShortcutService
art-benchmark-serviced5115932020-02-25 17:55:03 -08008280com.android.internal.policy.KeyInterceptionInfo
Andreas Gampe61e7b662015-06-17 23:57:04 -07008281com.android.internal.policy.PhoneFallbackEventHandler
8282com.android.internal.policy.PhoneLayoutInflater
Andreas Gampe61e7b662015-06-17 23:57:04 -07008283com.android.internal.policy.PhoneWindow$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08008284com.android.internal.policy.PhoneWindow$ActionMenuPresenterCallback
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07008285com.android.internal.policy.PhoneWindow$PanelFeatureState$SavedState$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008286com.android.internal.policy.PhoneWindow$PanelFeatureState$SavedState
Calin Juravle00b23d32019-03-08 17:52:20 -08008287com.android.internal.policy.PhoneWindow$PanelFeatureState
Andreas Gampe571fc302016-02-18 13:58:09 -08008288com.android.internal.policy.PhoneWindow$PhoneWindowMenuCallback
Andreas Gampe61e7b662015-06-17 23:57:04 -07008289com.android.internal.policy.PhoneWindow$RotationWatcher$1
Calin Juravle00b23d32019-03-08 17:52:20 -08008290com.android.internal.policy.PhoneWindow$RotationWatcher
8291com.android.internal.policy.PhoneWindow
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008292com.android.internal.policy.ScreenDecorationsUtils
8293com.android.internal.statusbar.IStatusBar$Stub$Proxy
8294com.android.internal.statusbar.IStatusBar$Stub
8295com.android.internal.statusbar.IStatusBar
8296com.android.internal.statusbar.IStatusBarService$Stub$Proxy
8297com.android.internal.statusbar.IStatusBarService$Stub
8298com.android.internal.statusbar.IStatusBarService
8299com.android.internal.statusbar.NotificationVisibility$1
8300com.android.internal.statusbar.NotificationVisibility$NotificationLocation
8301com.android.internal.statusbar.NotificationVisibility
art-benchmark-serviced5115932020-02-25 17:55:03 -08008302com.android.internal.statusbar.RegisterStatusBarResult$1
8303com.android.internal.statusbar.RegisterStatusBarResult
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008304com.android.internal.statusbar.StatusBarIcon$1
8305com.android.internal.statusbar.StatusBarIcon
8306com.android.internal.telecom.IConnectionService$Stub$Proxy
8307com.android.internal.telecom.IConnectionService$Stub
8308com.android.internal.telecom.IConnectionService
art-benchmark-serviced5115932020-02-25 17:55:03 -08008309com.android.internal.telecom.IConnectionServiceAdapter$Stub
8310com.android.internal.telecom.IConnectionServiceAdapter
8311com.android.internal.telecom.IInCallAdapter$Stub
8312com.android.internal.telecom.IInCallAdapter
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008313com.android.internal.telecom.IInCallService$Stub$Proxy
8314com.android.internal.telecom.IInCallService$Stub
8315com.android.internal.telecom.IInCallService
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07008316com.android.internal.telecom.ITelecomService$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08008317com.android.internal.telecom.ITelecomService$Stub
8318com.android.internal.telecom.ITelecomService
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07008319com.android.internal.telecom.IVideoCallback
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008320com.android.internal.telecom.IVideoProvider$Stub$Proxy
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07008321com.android.internal.telecom.IVideoProvider$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08008322com.android.internal.telecom.IVideoProvider
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008323com.android.internal.telecom.RemoteServiceCallback$Stub$Proxy
8324com.android.internal.telecom.RemoteServiceCallback$Stub
8325com.android.internal.telecom.RemoteServiceCallback
art-benchmark-serviced5115932020-02-25 17:55:03 -08008326com.android.internal.telephony.-$$Lambda$CarrierAppUtils$oAca0vwfzY3MLxvgrejL5_ugnfc
art-benchmark-service56aece62020-02-10 17:58:03 -08008327com.android.internal.telephony.-$$Lambda$MultiSimSettingController$55347QtGjuukX-px3jYZkJd_z3U
8328com.android.internal.telephony.-$$Lambda$MultiSimSettingController$DcLtrTEtdlCd4WOev4Zk79vrSko
8329com.android.internal.telephony.-$$Lambda$MultiSimSettingController$WtGtOenjqxSBoW5BUjT-VlNoSTM
8330com.android.internal.telephony.-$$Lambda$PhoneSubInfoController$1zkPy06BwndFkKrGCUI1ORIPJcI
8331com.android.internal.telephony.-$$Lambda$PhoneSubInfoController$2WGP2Bp11k7_Xwi1N4YefElOUuM
8332com.android.internal.telephony.-$$Lambda$PhoneSubInfoController$2xgrYNleR8FFzFT8hEQx3mDtZ8g
8333com.android.internal.telephony.-$$Lambda$PhoneSubInfoController$AjZFvwh3Ujx5W3fleFNksc6bLf0
8334com.android.internal.telephony.-$$Lambda$PhoneSubInfoController$Ja9yTBcEYPqTRBIP-hL0otixVeE
8335com.android.internal.telephony.-$$Lambda$PhoneSubInfoController$P0j9hvO3e-UE9_1i1QM_ujl8Bpo
8336com.android.internal.telephony.-$$Lambda$PhoneSubInfoController$ZOtVAnuhxrXl2L906I6eTOentP0
8337com.android.internal.telephony.-$$Lambda$PhoneSubInfoController$bWluhZvk2X-dQ0UidKfdpd0kwuw
8338com.android.internal.telephony.-$$Lambda$PhoneSubInfoController$hh4N6_N4-PPm_vWjCdCRvS8--Cw
art-benchmark-serviced5115932020-02-25 17:55:03 -08008339com.android.internal.telephony.-$$Lambda$PhoneSubInfoController$knEK4mNNOqbx_h4hWVcDSbY5kHE
art-benchmark-service56aece62020-02-10 17:58:03 -08008340com.android.internal.telephony.-$$Lambda$PhoneSubInfoController$rpyQeO7zACcc5v4krwU9_qRMHL8
8341com.android.internal.telephony.-$$Lambda$PhoneSwitcher$WfAxZbJDpCUxBytiUchQ87aGijQ
8342com.android.internal.telephony.-$$Lambda$RIL$803u4JiCud_JSoDndvAhT13ZZqU
8343com.android.internal.telephony.-$$Lambda$RIL$Ir4pOMTf7R0Jtw4O3F7JgMVtXO4
8344com.android.internal.telephony.-$$Lambda$RIL$ZGWeCQ9boMO1_J1_yQ82l_jK-Nc
8345com.android.internal.telephony.-$$Lambda$RIL$zYsQZAc3z9bM5fCaq_J0dn5kjjo
art-benchmark-service56aece62020-02-10 17:58:03 -08008346com.android.internal.telephony.-$$Lambda$RILRequest$VaC9ddQXT8qxCl7rcNKtUadFQoI
8347com.android.internal.telephony.-$$Lambda$RadioIndication$GND6XxOOm1d_Ro76zEUFjA9OrEA
art-benchmark-serviced5115932020-02-25 17:55:03 -08008348com.android.internal.telephony.-$$Lambda$SmsApplication$5KAxbm71Dll9xmT5zeXi0i27A10
8349com.android.internal.telephony.-$$Lambda$SmsApplication$gDx3W-UsTeTFaBSPU-Y_LFPZ9dE
art-benchmark-service56aece62020-02-10 17:58:03 -08008350com.android.internal.telephony.-$$Lambda$SubscriptionController$Nt_ojdeqo4C2mbuwymYLvwgOLGo
8351com.android.internal.telephony.-$$Lambda$SubscriptionController$VCQsMNqRHpN3RyoXYzh2YUwA2yc
8352com.android.internal.telephony.-$$Lambda$SubscriptionController$u5xE-urXR6ElZ50305_6guo20Fc
8353com.android.internal.telephony.-$$Lambda$SubscriptionInfoUpdater$DY4i_CG7hrAeejGLeh3hMUZySnw
8354com.android.internal.telephony.-$$Lambda$SubscriptionInfoUpdater$UFyB0ValfLD0rdGDibCjTnGFkeo
8355com.android.internal.telephony.-$$Lambda$SubscriptionInfoUpdater$Y5woGfEDKrozRViLH7WF93qPEno
8356com.android.internal.telephony.-$$Lambda$SubscriptionInfoUpdater$ZTY4uxKw17CHcHQzbBUF7m-dN-E
8357com.android.internal.telephony.-$$Lambda$SubscriptionInfoUpdater$ecTEeMEIjOEa2z5W3wjqiicibbY
8358com.android.internal.telephony.-$$Lambda$SubscriptionInfoUpdater$qyDxq2AWyReUxdc6HttVGQeDD3Y
8359com.android.internal.telephony.-$$Lambda$SubscriptionInfoUpdater$tLUuQ7lYu8EjRd038qzQlDm-CtA
8360com.android.internal.telephony.-$$Lambda$TelephonyComponentFactory$InjectedComponents$09rMKC8001jAR0zFrzzlPx26Xjs
8361com.android.internal.telephony.-$$Lambda$TelephonyComponentFactory$InjectedComponents$DKjB_mCxFOHomOyKLPFU9-9Dywc
8362com.android.internal.telephony.-$$Lambda$TelephonyComponentFactory$InjectedComponents$UYUq9z2WZwxqOLXquU0tTNN9wAs
8363com.android.internal.telephony.-$$Lambda$TelephonyComponentFactory$InjectedComponents$eUdIxJOKoyVP5UmFJtWXBUO93Qk
8364com.android.internal.telephony.-$$Lambda$TelephonyComponentFactory$InjectedComponents$nLdppNQT1Bv7QyIU3LwAwVD2K60
8365com.android.internal.telephony.-$$Lambda$UV1wDVoVlbcxpr8zevj_aMFtUGw
8366com.android.internal.telephony.-$$Lambda$WWHOcG5P4-jgjzPPgLwm-wN15OM
art-benchmark-serviced5115932020-02-25 17:55:03 -08008367com.android.internal.telephony.-$$Lambda$_14QHG018Z6p13d3hzJuGTWnNeo
art-benchmark-service56aece62020-02-10 17:58:03 -08008368com.android.internal.telephony.ATParseEx
8369com.android.internal.telephony.AppSmsManager
8370com.android.internal.telephony.BaseCommands
8371com.android.internal.telephony.BlockChecker
8372com.android.internal.telephony.Call$SrvccState
8373com.android.internal.telephony.Call$State
8374com.android.internal.telephony.Call
8375com.android.internal.telephony.CallForwardInfo
8376com.android.internal.telephony.CallManager$CallManagerHandler
8377com.android.internal.telephony.CallManager
8378com.android.internal.telephony.CallStateException
8379com.android.internal.telephony.CallTracker
8380com.android.internal.telephony.CarrierActionAgent$1
8381com.android.internal.telephony.CarrierActionAgent
Calin Juravle00b23d32019-03-08 17:52:20 -08008382com.android.internal.telephony.CarrierAppUtils
art-benchmark-service56aece62020-02-10 17:58:03 -08008383com.android.internal.telephony.CarrierInfoManager
8384com.android.internal.telephony.CarrierKeyDownloadManager$1
8385com.android.internal.telephony.CarrierKeyDownloadManager
8386com.android.internal.telephony.CarrierResolver$1
8387com.android.internal.telephony.CarrierResolver$2
8388com.android.internal.telephony.CarrierResolver$CarrierMatchingRule
8389com.android.internal.telephony.CarrierResolver
8390com.android.internal.telephony.CarrierServiceBindHelper$1
8391com.android.internal.telephony.CarrierServiceBindHelper$2
8392com.android.internal.telephony.CarrierServiceBindHelper$AppBinding
8393com.android.internal.telephony.CarrierServiceBindHelper$CarrierServiceConnection
8394com.android.internal.telephony.CarrierServiceBindHelper$CarrierServicePackageMonitor
8395com.android.internal.telephony.CarrierServiceBindHelper
8396com.android.internal.telephony.CarrierServiceStateTracker$1
8397com.android.internal.telephony.CarrierServiceStateTracker$2
8398com.android.internal.telephony.CarrierServiceStateTracker$3
8399com.android.internal.telephony.CarrierServiceStateTracker$EmergencyNetworkNotification
8400com.android.internal.telephony.CarrierServiceStateTracker$NotificationType
8401com.android.internal.telephony.CarrierServiceStateTracker$PrefNetworkNotification
8402com.android.internal.telephony.CarrierServiceStateTracker
8403com.android.internal.telephony.CarrierServicesSmsFilter$CallbackTimeoutHandler
8404com.android.internal.telephony.CarrierServicesSmsFilter$CarrierServicesSmsFilterCallbackInterface
8405com.android.internal.telephony.CarrierServicesSmsFilter
8406com.android.internal.telephony.CarrierSignalAgent$1
8407com.android.internal.telephony.CarrierSignalAgent
8408com.android.internal.telephony.CarrierSmsUtils
art-benchmark-serviced5115932020-02-25 17:55:03 -08008409com.android.internal.telephony.CellBroadcastServiceManager
art-benchmark-service56aece62020-02-10 17:58:03 -08008410com.android.internal.telephony.CellularNetworkService$CellularNetworkServiceProvider$1
8411com.android.internal.telephony.CellularNetworkService$CellularNetworkServiceProvider
8412com.android.internal.telephony.CellularNetworkService
8413com.android.internal.telephony.CellularNetworkValidator$ValidationCallback
8414com.android.internal.telephony.CellularNetworkValidator
8415com.android.internal.telephony.ClientWakelockAccountant
8416com.android.internal.telephony.ClientWakelockTracker
8417com.android.internal.telephony.CommandException$Error
8418com.android.internal.telephony.CommandException
8419com.android.internal.telephony.CommandsInterface
8420com.android.internal.telephony.Connection$Listener
8421com.android.internal.telephony.Connection$PostDialState
8422com.android.internal.telephony.Connection
art-benchmark-service56aece62020-02-10 17:58:03 -08008423com.android.internal.telephony.DebugService
8424com.android.internal.telephony.DefaultPhoneNotifier$1
8425com.android.internal.telephony.DefaultPhoneNotifier
8426com.android.internal.telephony.DeviceStateMonitor$1
8427com.android.internal.telephony.DeviceStateMonitor$2
8428com.android.internal.telephony.DeviceStateMonitor$3
8429com.android.internal.telephony.DeviceStateMonitor$AccessNetworkThresholds
8430com.android.internal.telephony.DeviceStateMonitor
8431com.android.internal.telephony.DriverCall$State
8432com.android.internal.telephony.DriverCall
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008433com.android.internal.telephony.EncodeException
art-benchmark-service56aece62020-02-10 17:58:03 -08008434com.android.internal.telephony.GlobalSettingsHelper
art-benchmark-serviced5115932020-02-25 17:55:03 -08008435com.android.internal.telephony.GsmAlphabet$TextEncodingDetails
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008436com.android.internal.telephony.GsmAlphabet
art-benchmark-service56aece62020-02-10 17:58:03 -08008437com.android.internal.telephony.GsmCdmaCall
8438com.android.internal.telephony.GsmCdmaCallTracker$1
8439com.android.internal.telephony.GsmCdmaCallTracker$2
8440com.android.internal.telephony.GsmCdmaCallTracker$3
8441com.android.internal.telephony.GsmCdmaCallTracker
8442com.android.internal.telephony.GsmCdmaConnection
8443com.android.internal.telephony.GsmCdmaPhone$1
8444com.android.internal.telephony.GsmCdmaPhone$2
8445com.android.internal.telephony.GsmCdmaPhone$3
8446com.android.internal.telephony.GsmCdmaPhone$Cfu
8447com.android.internal.telephony.GsmCdmaPhone
8448com.android.internal.telephony.HalVersion
8449com.android.internal.telephony.HardwareConfig
art-benchmark-serviced5115932020-02-25 17:55:03 -08008450com.android.internal.telephony.HbpcdLookup$MccIdd
8451com.android.internal.telephony.HbpcdLookup$MccLookup
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008452com.android.internal.telephony.HbpcdUtils
art-benchmark-serviced5115932020-02-25 17:55:03 -08008453com.android.internal.telephony.HexDump
art-benchmark-service56aece62020-02-10 17:58:03 -08008454com.android.internal.telephony.IIccPhoneBook$Stub$Proxy
8455com.android.internal.telephony.IIccPhoneBook$Stub
8456com.android.internal.telephony.IIccPhoneBook
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008457com.android.internal.telephony.IMms$Stub$Proxy
8458com.android.internal.telephony.IMms$Stub
8459com.android.internal.telephony.IMms
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008460com.android.internal.telephony.IOnSubscriptionsChangedListener$Stub$Proxy
Mathieu Chartierba2c0462017-05-19 16:41:46 -07008461com.android.internal.telephony.IOnSubscriptionsChangedListener$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08008462com.android.internal.telephony.IOnSubscriptionsChangedListener
art-benchmark-serviced5115932020-02-25 17:55:03 -08008463com.android.internal.telephony.IOns$Stub$Proxy
8464com.android.internal.telephony.IOns$Stub
8465com.android.internal.telephony.IOns
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008466com.android.internal.telephony.IPhoneStateListener$Stub$Proxy
Mathieu Chartierba2c0462017-05-19 16:41:46 -07008467com.android.internal.telephony.IPhoneStateListener$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08008468com.android.internal.telephony.IPhoneStateListener
art-benchmark-service56aece62020-02-10 17:58:03 -08008469com.android.internal.telephony.IState
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07008470com.android.internal.telephony.ITelephonyRegistry$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08008471com.android.internal.telephony.ITelephonyRegistry$Stub
8472com.android.internal.telephony.ITelephonyRegistry
art-benchmark-serviced5115932020-02-25 17:55:03 -08008473com.android.internal.telephony.IUpdateAvailableNetworksCallback
art-benchmark-service56aece62020-02-10 17:58:03 -08008474com.android.internal.telephony.IccCard
art-benchmark-service56aece62020-02-10 17:58:03 -08008475com.android.internal.telephony.IccPhoneBookInterfaceManager$1
8476com.android.internal.telephony.IccPhoneBookInterfaceManager$Request
8477com.android.internal.telephony.IccPhoneBookInterfaceManager
8478com.android.internal.telephony.IccProvider
8479com.android.internal.telephony.IccSmsInterfaceManager$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08008480com.android.internal.telephony.IccSmsInterfaceManager$2
art-benchmark-service56aece62020-02-10 17:58:03 -08008481com.android.internal.telephony.IccSmsInterfaceManager$CdmaBroadcastRangeManager
8482com.android.internal.telephony.IccSmsInterfaceManager$CellBroadcastRangeManager
8483com.android.internal.telephony.IccSmsInterfaceManager
8484com.android.internal.telephony.ImsSmsDispatcher$1
8485com.android.internal.telephony.ImsSmsDispatcher$2
8486com.android.internal.telephony.ImsSmsDispatcher$3
8487com.android.internal.telephony.ImsSmsDispatcher$4
8488com.android.internal.telephony.ImsSmsDispatcher
8489com.android.internal.telephony.InboundSmsHandler$1
8490com.android.internal.telephony.InboundSmsHandler$2
8491com.android.internal.telephony.InboundSmsHandler$CarrierServicesSmsFilterCallback
art-benchmark-serviced5115932020-02-25 17:55:03 -08008492com.android.internal.telephony.InboundSmsHandler$CbTestBroadcastReceiver
art-benchmark-service56aece62020-02-10 17:58:03 -08008493com.android.internal.telephony.InboundSmsHandler$DefaultState
8494com.android.internal.telephony.InboundSmsHandler$DeliveringState
8495com.android.internal.telephony.InboundSmsHandler$IdleState
8496com.android.internal.telephony.InboundSmsHandler$NewMessageNotificationActionReceiver
8497com.android.internal.telephony.InboundSmsHandler$SmsBroadcastReceiver
8498com.android.internal.telephony.InboundSmsHandler$StartupState
8499com.android.internal.telephony.InboundSmsHandler$WaitingState
8500com.android.internal.telephony.InboundSmsHandler
8501com.android.internal.telephony.InboundSmsTracker
8502com.android.internal.telephony.IntRangeManager$ClientRange
8503com.android.internal.telephony.IntRangeManager$IntRange
8504com.android.internal.telephony.IntRangeManager
8505com.android.internal.telephony.IntentBroadcaster$1
8506com.android.internal.telephony.IntentBroadcaster
8507com.android.internal.telephony.LastCallFailCause
8508com.android.internal.telephony.LinkCapacityEstimate
8509com.android.internal.telephony.LocalLog
8510com.android.internal.telephony.LocaleTracker$1
8511com.android.internal.telephony.LocaleTracker
8512com.android.internal.telephony.MccTable$MccEntry
art-benchmark-serviced5115932020-02-25 17:55:03 -08008513com.android.internal.telephony.MccTable$MccMnc
art-benchmark-service56aece62020-02-10 17:58:03 -08008514com.android.internal.telephony.MccTable
8515com.android.internal.telephony.MmiCode
8516com.android.internal.telephony.MultiSimSettingController$1
8517com.android.internal.telephony.MultiSimSettingController$UpdateDefaultAction
8518com.android.internal.telephony.MultiSimSettingController
art-benchmark-serviced5115932020-02-25 17:55:03 -08008519com.android.internal.telephony.NetworkFactory
art-benchmark-service56aece62020-02-10 17:58:03 -08008520com.android.internal.telephony.NetworkRegistrationManager$1
8521com.android.internal.telephony.NetworkRegistrationManager$NetworkRegStateCallback
8522com.android.internal.telephony.NetworkRegistrationManager$NetworkServiceConnection
8523com.android.internal.telephony.NetworkRegistrationManager$RegManagerDeathRecipient
8524com.android.internal.telephony.NetworkRegistrationManager
8525com.android.internal.telephony.NetworkScanRequestTracker$1
8526com.android.internal.telephony.NetworkScanRequestTracker$NetworkScanRequestScheduler
8527com.android.internal.telephony.NetworkScanRequestTracker
8528com.android.internal.telephony.NitzData
8529com.android.internal.telephony.NitzStateMachine$DeviceState
8530com.android.internal.telephony.NitzStateMachine
8531com.android.internal.telephony.NitzStateMachineImpl
8532com.android.internal.telephony.OemHookIndication
8533com.android.internal.telephony.OemHookResponse
art-benchmark-serviced5115932020-02-25 17:55:03 -08008534com.android.internal.telephony.Phone$1
art-benchmark-service56aece62020-02-10 17:58:03 -08008535com.android.internal.telephony.Phone
art-benchmark-serviced5115932020-02-25 17:55:03 -08008536com.android.internal.telephony.PhoneConfigurationManager$ConfigManagerHandler
8537com.android.internal.telephony.PhoneConfigurationManager$MockableInterface
art-benchmark-service56aece62020-02-10 17:58:03 -08008538com.android.internal.telephony.PhoneConfigurationManager
art-benchmark-service56aece62020-02-10 17:58:03 -08008539com.android.internal.telephony.PhoneFactory
8540com.android.internal.telephony.PhoneInternalInterface$DataActivityState
8541com.android.internal.telephony.PhoneInternalInterface$DialArgs$Builder
8542com.android.internal.telephony.PhoneInternalInterface$DialArgs
8543com.android.internal.telephony.PhoneInternalInterface$SuppService
8544com.android.internal.telephony.PhoneInternalInterface
8545com.android.internal.telephony.PhoneNotifier
8546com.android.internal.telephony.PhoneSubInfoController$CallPhoneMethodHelper
8547com.android.internal.telephony.PhoneSubInfoController$PermissionCheckHelper
8548com.android.internal.telephony.PhoneSubInfoController
8549com.android.internal.telephony.PhoneSwitcher$1
8550com.android.internal.telephony.PhoneSwitcher$2
art-benchmark-serviced5115932020-02-25 17:55:03 -08008551com.android.internal.telephony.PhoneSwitcher$3
art-benchmark-service56aece62020-02-10 17:58:03 -08008552com.android.internal.telephony.PhoneSwitcher$DefaultNetworkCallback
8553com.android.internal.telephony.PhoneSwitcher$EmergencyOverrideRequest
8554com.android.internal.telephony.PhoneSwitcher$PhoneState
8555com.android.internal.telephony.PhoneSwitcher$PhoneSwitcherNetworkRequestListener
8556com.android.internal.telephony.PhoneSwitcher
8557com.android.internal.telephony.ProxyController$1
8558com.android.internal.telephony.ProxyController
8559com.android.internal.telephony.RIL$RadioProxyDeathRecipient
8560com.android.internal.telephony.RIL$RilHandler
8561com.android.internal.telephony.RIL
art-benchmark-service56aece62020-02-10 17:58:03 -08008562com.android.internal.telephony.RILRequest
8563com.android.internal.telephony.RadioBugDetector
8564com.android.internal.telephony.RadioCapability
8565com.android.internal.telephony.RadioConfig$ServiceDeathRecipient
8566com.android.internal.telephony.RadioConfig
8567com.android.internal.telephony.RadioConfigIndication
8568com.android.internal.telephony.RadioConfigResponse
8569com.android.internal.telephony.RadioIndication
8570com.android.internal.telephony.RadioResponse
8571com.android.internal.telephony.RatRatcheter$1
8572com.android.internal.telephony.RatRatcheter
art-benchmark-serviced5115932020-02-25 17:55:03 -08008573com.android.internal.telephony.Registrant
art-benchmark-service56aece62020-02-10 17:58:03 -08008574com.android.internal.telephony.RegistrantList
8575com.android.internal.telephony.RestrictedState
8576com.android.internal.telephony.RetryManager$RetryRec
8577com.android.internal.telephony.RetryManager
8578com.android.internal.telephony.RilWakelockInfo
8579com.android.internal.telephony.SMSDispatcher$DataSmsSender
8580com.android.internal.telephony.SMSDispatcher$SettingsObserver
8581com.android.internal.telephony.SMSDispatcher$SmsSender
8582com.android.internal.telephony.SMSDispatcher$SmsSenderCallback
8583com.android.internal.telephony.SMSDispatcher$SmsTracker
8584com.android.internal.telephony.SMSDispatcher$TextSmsSender
8585com.android.internal.telephony.SMSDispatcher
8586com.android.internal.telephony.ServiceStateTracker$1
8587com.android.internal.telephony.ServiceStateTracker$SstSubscriptionsChangedListener
8588com.android.internal.telephony.ServiceStateTracker
8589com.android.internal.telephony.SettingsObserver
8590com.android.internal.telephony.SimActivationTracker$1
8591com.android.internal.telephony.SimActivationTracker
art-benchmark-serviced5115932020-02-25 17:55:03 -08008592com.android.internal.telephony.SmsAddress
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07008593com.android.internal.telephony.SmsApplication$SmsApplicationData
Calin Juravle00b23d32019-03-08 17:52:20 -08008594com.android.internal.telephony.SmsApplication$SmsPackageMonitor
8595com.android.internal.telephony.SmsApplication
art-benchmark-service56aece62020-02-10 17:58:03 -08008596com.android.internal.telephony.SmsBroadcastUndelivered$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08008597com.android.internal.telephony.SmsBroadcastUndelivered$2
art-benchmark-service56aece62020-02-10 17:58:03 -08008598com.android.internal.telephony.SmsBroadcastUndelivered$ScanRawTableThread
8599com.android.internal.telephony.SmsBroadcastUndelivered$SmsReferenceKey
8600com.android.internal.telephony.SmsBroadcastUndelivered
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008601com.android.internal.telephony.SmsConstants$MessageClass
art-benchmark-service56aece62020-02-10 17:58:03 -08008602com.android.internal.telephony.SmsController
8603com.android.internal.telephony.SmsDispatchersController$1
8604com.android.internal.telephony.SmsDispatchersController
art-benchmark-serviced5115932020-02-25 17:55:03 -08008605com.android.internal.telephony.SmsHeader$ConcatRef
art-benchmark-serviced60351b2020-04-11 17:55:40 -07008606com.android.internal.telephony.SmsHeader$MiscElt
art-benchmark-serviced5115932020-02-25 17:55:03 -08008607com.android.internal.telephony.SmsHeader$PortAddrs
art-benchmark-serviced60351b2020-04-11 17:55:40 -07008608com.android.internal.telephony.SmsHeader$SpecialSmsMsg
art-benchmark-serviced5115932020-02-25 17:55:03 -08008609com.android.internal.telephony.SmsHeader
8610com.android.internal.telephony.SmsMessageBase$SubmitPduBase
art-benchmark-serviced5115932020-02-25 17:55:03 -08008611com.android.internal.telephony.SmsNumberUtils$NumberEntry
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008612com.android.internal.telephony.SmsNumberUtils
art-benchmark-service56aece62020-02-10 17:58:03 -08008613com.android.internal.telephony.SmsPermissions
8614com.android.internal.telephony.SmsResponse
8615com.android.internal.telephony.SmsStorageMonitor$1
8616com.android.internal.telephony.SmsStorageMonitor
8617com.android.internal.telephony.SmsUsageMonitor$SettingsObserver
8618com.android.internal.telephony.SmsUsageMonitor$SettingsObserverHandler
8619com.android.internal.telephony.SmsUsageMonitor
art-benchmark-serviced5115932020-02-25 17:55:03 -08008620com.android.internal.telephony.SomeArgs
art-benchmark-service56aece62020-02-10 17:58:03 -08008621com.android.internal.telephony.State
art-benchmark-serviced5115932020-02-25 17:55:03 -08008622com.android.internal.telephony.StateMachine$LogRecords
8623com.android.internal.telephony.StateMachine$SmHandler
art-benchmark-service56aece62020-02-10 17:58:03 -08008624com.android.internal.telephony.StateMachine
8625com.android.internal.telephony.SubscriptionController
8626com.android.internal.telephony.SubscriptionInfoUpdater$1
8627com.android.internal.telephony.SubscriptionInfoUpdater$UpdateEmbeddedSubsCallback
8628com.android.internal.telephony.SubscriptionInfoUpdater
8629com.android.internal.telephony.TelephonyCapabilities
art-benchmark-serviced5115932020-02-25 17:55:03 -08008630com.android.internal.telephony.TelephonyCommonStatsLog
art-benchmark-service56aece62020-02-10 17:58:03 -08008631com.android.internal.telephony.TelephonyComponentFactory$InjectedComponents
8632com.android.internal.telephony.TelephonyComponentFactory
8633com.android.internal.telephony.TelephonyDevController
Calin Juravle00b23d32019-03-08 17:52:20 -08008634com.android.internal.telephony.TelephonyPermissions
art-benchmark-service56aece62020-02-10 17:58:03 -08008635com.android.internal.telephony.TelephonyTester$1
8636com.android.internal.telephony.TelephonyTester
8637com.android.internal.telephony.TimeServiceHelper
art-benchmark-serviced5115932020-02-25 17:55:03 -08008638com.android.internal.telephony.TimeUtils
art-benchmark-service56aece62020-02-10 17:58:03 -08008639com.android.internal.telephony.TimeZoneLookupHelper$CountryResult
8640com.android.internal.telephony.TimeZoneLookupHelper
8641com.android.internal.telephony.UUSInfo
8642com.android.internal.telephony.UiccPhoneBookController
8643com.android.internal.telephony.VisualVoicemailSmsFilter$1
8644com.android.internal.telephony.VisualVoicemailSmsFilter$PhoneAccountHandleConverter
8645com.android.internal.telephony.VisualVoicemailSmsFilter
8646com.android.internal.telephony.WakeLockStateMachine$1
8647com.android.internal.telephony.WakeLockStateMachine$DefaultState
8648com.android.internal.telephony.WakeLockStateMachine$IdleState
8649com.android.internal.telephony.WakeLockStateMachine$WaitingState
8650com.android.internal.telephony.WakeLockStateMachine
8651com.android.internal.telephony.WapPushOverSms$1
8652com.android.internal.telephony.WapPushOverSms
8653com.android.internal.telephony.cat.AppInterface$CommandType
8654com.android.internal.telephony.cat.AppInterface
8655com.android.internal.telephony.cat.BIPClientParams
8656com.android.internal.telephony.cat.BerTlv
8657com.android.internal.telephony.cat.CallSetupParams
8658com.android.internal.telephony.cat.CatCmdMessage$1
8659com.android.internal.telephony.cat.CatCmdMessage
8660com.android.internal.telephony.cat.CatException
8661com.android.internal.telephony.cat.CatLog
8662com.android.internal.telephony.cat.CatResponseMessage
8663com.android.internal.telephony.cat.CatService$1
8664com.android.internal.telephony.cat.CatService
art-benchmark-serviced5115932020-02-25 17:55:03 -08008665com.android.internal.telephony.cat.CommandDetails$1
8666com.android.internal.telephony.cat.CommandDetails
art-benchmark-service56aece62020-02-10 17:58:03 -08008667com.android.internal.telephony.cat.CommandParams
8668com.android.internal.telephony.cat.CommandParamsFactory$1
8669com.android.internal.telephony.cat.CommandParamsFactory
8670com.android.internal.telephony.cat.ComprehensionTlv
8671com.android.internal.telephony.cat.ComprehensionTlvTag
8672com.android.internal.telephony.cat.DTTZResponseData
8673com.android.internal.telephony.cat.DisplayTextParams
8674com.android.internal.telephony.cat.IconLoader
8675com.android.internal.telephony.cat.LanguageParams
8676com.android.internal.telephony.cat.LanguageResponseData
8677com.android.internal.telephony.cat.LaunchBrowserParams
8678com.android.internal.telephony.cat.ResponseData
8679com.android.internal.telephony.cat.ResultCode
8680com.android.internal.telephony.cat.ResultException
8681com.android.internal.telephony.cat.RilMessage
8682com.android.internal.telephony.cat.RilMessageDecoder$StateCmdParamsReady
8683com.android.internal.telephony.cat.RilMessageDecoder$StateStart
8684com.android.internal.telephony.cat.RilMessageDecoder
art-benchmark-serviced5115932020-02-25 17:55:03 -08008685com.android.internal.telephony.cat.TextMessage$1
8686com.android.internal.telephony.cat.TextMessage
8687com.android.internal.telephony.cat.ValueObject
art-benchmark-service56aece62020-02-10 17:58:03 -08008688com.android.internal.telephony.cat.ValueParser
art-benchmark-serviced5115932020-02-25 17:55:03 -08008689com.android.internal.telephony.cdma.-$$Lambda$CdmaInboundSmsHandler$sD3UQ6e4SE9ZbPjDZ9bEr_XRoaA
art-benchmark-service56aece62020-02-10 17:58:03 -08008690com.android.internal.telephony.cdma.CdmaCallWaitingNotification
art-benchmark-serviced5115932020-02-25 17:55:03 -08008691com.android.internal.telephony.cdma.CdmaInboundSmsHandler$CdmaCbTestBroadcastReceiver
8692com.android.internal.telephony.cdma.CdmaInboundSmsHandler$CdmaScpTestBroadcastReceiver
art-benchmark-service56aece62020-02-10 17:58:03 -08008693com.android.internal.telephony.cdma.CdmaInboundSmsHandler
8694com.android.internal.telephony.cdma.CdmaSMSDispatcher
8695com.android.internal.telephony.cdma.CdmaSmsBroadcastConfigInfo
8696com.android.internal.telephony.cdma.CdmaSubscriptionSourceManager
8697com.android.internal.telephony.cdma.EriInfo
8698com.android.internal.telephony.cdma.EriManager$EriFile
8699com.android.internal.telephony.cdma.EriManager
art-benchmark-serviced60351b2020-04-11 17:55:40 -07008700com.android.internal.telephony.cdma.sms.BearerData$CodingException
art-benchmark-serviced5115932020-02-25 17:55:03 -08008701com.android.internal.telephony.cdma.sms.BearerData$TimeStamp
8702com.android.internal.telephony.cdma.sms.BearerData
8703com.android.internal.telephony.cdma.sms.CdmaSmsAddress
8704com.android.internal.telephony.cdma.sms.CdmaSmsSubaddress
8705com.android.internal.telephony.cdma.sms.SmsEnvelope
8706com.android.internal.telephony.cdma.sms.UserData
art-benchmark-service56aece62020-02-10 17:58:03 -08008707com.android.internal.telephony.cdnr.CarrierDisplayNameData$1
8708com.android.internal.telephony.cdnr.CarrierDisplayNameData$Builder
8709com.android.internal.telephony.cdnr.CarrierDisplayNameData
8710com.android.internal.telephony.cdnr.CarrierDisplayNameResolver$CarrierDisplayNameConditionRule
8711com.android.internal.telephony.cdnr.CarrierDisplayNameResolver
8712com.android.internal.telephony.dataconnection.-$$Lambda$DataConnection$-tFSpFGzTv_UdpzJlTMOvg8VO98
8713com.android.internal.telephony.dataconnection.-$$Lambda$XZAGhHrbkIDyusER4MAM6luKcT0
8714com.android.internal.telephony.dataconnection.AccessNetworksManager$1
8715com.android.internal.telephony.dataconnection.AccessNetworksManager
8716com.android.internal.telephony.dataconnection.ApnContext
8717com.android.internal.telephony.dataconnection.ApnSettingUtils
8718com.android.internal.telephony.dataconnection.CellularDataService$CellularDataServiceProvider$1
8719com.android.internal.telephony.dataconnection.CellularDataService$CellularDataServiceProvider
8720com.android.internal.telephony.dataconnection.CellularDataService
8721com.android.internal.telephony.dataconnection.DataConnection$2
8722com.android.internal.telephony.dataconnection.DataConnection$ConnectionParams
8723com.android.internal.telephony.dataconnection.DataConnection$DcActivatingState
8724com.android.internal.telephony.dataconnection.DataConnection$DcActiveState
8725com.android.internal.telephony.dataconnection.DataConnection$DcDefaultState
8726com.android.internal.telephony.dataconnection.DataConnection$DcDisconnectingState
8727com.android.internal.telephony.dataconnection.DataConnection$DcDisconnectionErrorCreatingConnection
8728com.android.internal.telephony.dataconnection.DataConnection$DcInactiveState
8729com.android.internal.telephony.dataconnection.DataConnection$DisconnectParams
8730com.android.internal.telephony.dataconnection.DataConnection$SetupResult
8731com.android.internal.telephony.dataconnection.DataConnection$UpdateLinkPropertyResult
8732com.android.internal.telephony.dataconnection.DataConnection
8733com.android.internal.telephony.dataconnection.DataConnectionReasons$DataAllowedReasonType
8734com.android.internal.telephony.dataconnection.DataConnectionReasons$DataDisallowedReasonType
8735com.android.internal.telephony.dataconnection.DataConnectionReasons
8736com.android.internal.telephony.dataconnection.DataEnabledOverride$OverrideConditions
8737com.android.internal.telephony.dataconnection.DataEnabledOverride$OverrideRule
8738com.android.internal.telephony.dataconnection.DataEnabledOverride
8739com.android.internal.telephony.dataconnection.DataEnabledSettings$1
8740com.android.internal.telephony.dataconnection.DataEnabledSettings$2
8741com.android.internal.telephony.dataconnection.DataEnabledSettings
8742com.android.internal.telephony.dataconnection.DataServiceManager$1
8743com.android.internal.telephony.dataconnection.DataServiceManager$CellularDataServiceCallback
8744com.android.internal.telephony.dataconnection.DataServiceManager$CellularDataServiceConnection
8745com.android.internal.telephony.dataconnection.DataServiceManager$DataServiceManagerDeathRecipient
8746com.android.internal.telephony.dataconnection.DataServiceManager
8747com.android.internal.telephony.dataconnection.DcController$1
8748com.android.internal.telephony.dataconnection.DcController$DccDefaultState
8749com.android.internal.telephony.dataconnection.DcController
8750com.android.internal.telephony.dataconnection.DcFailBringUp
art-benchmark-serviced5115932020-02-25 17:55:03 -08008751com.android.internal.telephony.dataconnection.DcNetworkAgent$DcKeepaliveTracker
art-benchmark-service56aece62020-02-10 17:58:03 -08008752com.android.internal.telephony.dataconnection.DcNetworkAgent
8753com.android.internal.telephony.dataconnection.DcRequest
8754com.android.internal.telephony.dataconnection.DcTesterDeactivateAll$1
8755com.android.internal.telephony.dataconnection.DcTesterDeactivateAll
8756com.android.internal.telephony.dataconnection.DcTesterFailBringUpAll$1
8757com.android.internal.telephony.dataconnection.DcTesterFailBringUpAll
8758com.android.internal.telephony.dataconnection.DcTracker$1
8759com.android.internal.telephony.dataconnection.DcTracker$2
8760com.android.internal.telephony.dataconnection.DcTracker$3
8761com.android.internal.telephony.dataconnection.DcTracker$4
8762com.android.internal.telephony.dataconnection.DcTracker$5
art-benchmark-serviced5115932020-02-25 17:55:03 -08008763com.android.internal.telephony.dataconnection.DcTracker$6
art-benchmark-service56aece62020-02-10 17:58:03 -08008764com.android.internal.telephony.dataconnection.DcTracker$ApnChangeObserver
8765com.android.internal.telephony.dataconnection.DcTracker$DataStallRecoveryHandler
8766com.android.internal.telephony.dataconnection.DcTracker$DctOnSubscriptionsChangedListener
8767com.android.internal.telephony.dataconnection.DcTracker$ProvisionNotificationBroadcastReceiver
8768com.android.internal.telephony.dataconnection.DcTracker$RetryFailures
8769com.android.internal.telephony.dataconnection.DcTracker$TxRxSum
8770com.android.internal.telephony.dataconnection.DcTracker
8771com.android.internal.telephony.dataconnection.KeepaliveStatus$1
8772com.android.internal.telephony.dataconnection.KeepaliveStatus
8773com.android.internal.telephony.dataconnection.TelephonyNetworkFactory$InternalHandler
8774com.android.internal.telephony.dataconnection.TelephonyNetworkFactory
8775com.android.internal.telephony.dataconnection.TransportManager$HandoverParams
8776com.android.internal.telephony.dataconnection.TransportManager
8777com.android.internal.telephony.emergency.EmergencyNumberTracker$1
8778com.android.internal.telephony.emergency.EmergencyNumberTracker
8779com.android.internal.telephony.euicc.-$$Lambda$EuiccConnector$ConnectedState$4$S52i3hpE3-FGho807KZ1LR5rXQM
8780com.android.internal.telephony.euicc.EuiccCardController$SimSlotStatusChangedBroadcastReceiver
8781com.android.internal.telephony.euicc.EuiccCardController
8782com.android.internal.telephony.euicc.EuiccConnector$1
8783com.android.internal.telephony.euicc.EuiccConnector$AvailableState
8784com.android.internal.telephony.euicc.EuiccConnector$BaseEuiccCommandCallback
8785com.android.internal.telephony.euicc.EuiccConnector$BindingState
8786com.android.internal.telephony.euicc.EuiccConnector$ConnectedState$10
8787com.android.internal.telephony.euicc.EuiccConnector$ConnectedState$11
8788com.android.internal.telephony.euicc.EuiccConnector$ConnectedState$12
8789com.android.internal.telephony.euicc.EuiccConnector$ConnectedState$13
art-benchmark-serviced5115932020-02-25 17:55:03 -08008790com.android.internal.telephony.euicc.EuiccConnector$ConnectedState$14
art-benchmark-service56aece62020-02-10 17:58:03 -08008791com.android.internal.telephony.euicc.EuiccConnector$ConnectedState$1
8792com.android.internal.telephony.euicc.EuiccConnector$ConnectedState$2
8793com.android.internal.telephony.euicc.EuiccConnector$ConnectedState$3
8794com.android.internal.telephony.euicc.EuiccConnector$ConnectedState$4
8795com.android.internal.telephony.euicc.EuiccConnector$ConnectedState$5
8796com.android.internal.telephony.euicc.EuiccConnector$ConnectedState$6
8797com.android.internal.telephony.euicc.EuiccConnector$ConnectedState$7
8798com.android.internal.telephony.euicc.EuiccConnector$ConnectedState$8
8799com.android.internal.telephony.euicc.EuiccConnector$ConnectedState$9
8800com.android.internal.telephony.euicc.EuiccConnector$ConnectedState
8801com.android.internal.telephony.euicc.EuiccConnector$DeleteRequest
8802com.android.internal.telephony.euicc.EuiccConnector$DisconnectedState
8803com.android.internal.telephony.euicc.EuiccConnector$DownloadRequest
8804com.android.internal.telephony.euicc.EuiccConnector$EuiccPackageMonitor
8805com.android.internal.telephony.euicc.EuiccConnector$GetDefaultListRequest
8806com.android.internal.telephony.euicc.EuiccConnector$GetEuiccProfileInfoListCommandCallback
8807com.android.internal.telephony.euicc.EuiccConnector$GetMetadataRequest
8808com.android.internal.telephony.euicc.EuiccConnector$SwitchRequest
8809com.android.internal.telephony.euicc.EuiccConnector$UnavailableState
8810com.android.internal.telephony.euicc.EuiccConnector$UpdateNicknameRequest
8811com.android.internal.telephony.euicc.EuiccConnector
8812com.android.internal.telephony.euicc.EuiccController$3
8813com.android.internal.telephony.euicc.EuiccController
art-benchmark-serviced5115932020-02-25 17:55:03 -08008814com.android.internal.telephony.euicc.IEuiccCardController$Stub$Proxy
art-benchmark-serviced5115932020-02-25 17:55:03 -08008815com.android.internal.telephony.euicc.IGetAllProfilesCallback$Stub
8816com.android.internal.telephony.euicc.IGetAllProfilesCallback
8817com.android.internal.telephony.euicc.IGetEuiccInfo1Callback$Stub
8818com.android.internal.telephony.euicc.IGetEuiccInfo1Callback
8819com.android.internal.telephony.gsm.GsmInboundSmsHandler$GsmCbTestBroadcastReceiver
art-benchmark-service56aece62020-02-10 17:58:03 -08008820com.android.internal.telephony.gsm.GsmInboundSmsHandler
8821com.android.internal.telephony.gsm.GsmMmiCode
8822com.android.internal.telephony.gsm.GsmSMSDispatcher
art-benchmark-serviced5115932020-02-25 17:55:03 -08008823com.android.internal.telephony.gsm.GsmSmsAddress
art-benchmark-service56aece62020-02-10 17:58:03 -08008824com.android.internal.telephony.gsm.SimTlv
art-benchmark-serviced5115932020-02-25 17:55:03 -08008825com.android.internal.telephony.gsm.SmsMessage$PduParser
art-benchmark-service56aece62020-02-10 17:58:03 -08008826com.android.internal.telephony.gsm.SuppServiceNotification
8827com.android.internal.telephony.gsm.UsimDataDownloadHandler
8828com.android.internal.telephony.gsm.UsimPhoneBookManager$File
8829com.android.internal.telephony.gsm.UsimPhoneBookManager$PbrRecord
8830com.android.internal.telephony.gsm.UsimPhoneBookManager
8831com.android.internal.telephony.ims.-$$Lambda$ImsResolver$pNx4XUM9FmR6cV_MCAGiEt8F4pg
8832com.android.internal.telephony.ims.-$$Lambda$WamP7BPq0j01TgYE3GvUqU3b-rs
8833com.android.internal.telephony.ims.ImsResolver$1
8834com.android.internal.telephony.ims.ImsResolver$2
8835com.android.internal.telephony.ims.ImsResolver$3
8836com.android.internal.telephony.ims.ImsResolver$4
8837com.android.internal.telephony.ims.ImsResolver$5
8838com.android.internal.telephony.ims.ImsResolver$6
8839com.android.internal.telephony.ims.ImsResolver$7
8840com.android.internal.telephony.ims.ImsResolver$8
8841com.android.internal.telephony.ims.ImsResolver$ImsDynamicQueryManagerFactory
8842com.android.internal.telephony.ims.ImsResolver$ImsServiceControllerFactory
8843com.android.internal.telephony.ims.ImsResolver$ImsServiceInfo
8844com.android.internal.telephony.ims.ImsResolver$SubscriptionManagerProxy
8845com.android.internal.telephony.ims.ImsResolver$TelephonyManagerProxy
8846com.android.internal.telephony.ims.ImsResolver
8847com.android.internal.telephony.ims.ImsServiceController$1
8848com.android.internal.telephony.ims.ImsServiceController$2
8849com.android.internal.telephony.ims.ImsServiceController$3
8850com.android.internal.telephony.ims.ImsServiceController$ImsFeatureContainer
8851com.android.internal.telephony.ims.ImsServiceController$ImsFeatureStatusCallback$1
8852com.android.internal.telephony.ims.ImsServiceController$ImsFeatureStatusCallback
8853com.android.internal.telephony.ims.ImsServiceController$ImsServiceConnection
8854com.android.internal.telephony.ims.ImsServiceController$ImsServiceControllerCallbacks
8855com.android.internal.telephony.ims.ImsServiceController$RebindRetry
8856com.android.internal.telephony.ims.ImsServiceController
8857com.android.internal.telephony.ims.ImsServiceFeatureQueryManager$ImsServiceFeatureQuery
8858com.android.internal.telephony.ims.ImsServiceFeatureQueryManager$Listener
8859com.android.internal.telephony.ims.ImsServiceFeatureQueryManager
8860com.android.internal.telephony.imsphone.-$$Lambda$ImsPhoneCallTracker$QlPVd_3u4_verjHUDnkn6zaSe54
8861com.android.internal.telephony.imsphone.-$$Lambda$ImsPhoneCallTracker$Zw03itjXT6-LrhiYuD-9nKFg2Wg
8862com.android.internal.telephony.imsphone.ImsExternalCallTracker$1
8863com.android.internal.telephony.imsphone.ImsExternalCallTracker$2
8864com.android.internal.telephony.imsphone.ImsExternalCallTracker$ExternalCallStateListener
8865com.android.internal.telephony.imsphone.ImsExternalCallTracker$ExternalConnectionListener
8866com.android.internal.telephony.imsphone.ImsExternalCallTracker$ImsCallNotify
8867com.android.internal.telephony.imsphone.ImsExternalCallTracker
8868com.android.internal.telephony.imsphone.ImsExternalConnection$Listener
8869com.android.internal.telephony.imsphone.ImsExternalConnection
8870com.android.internal.telephony.imsphone.ImsPhone$1
8871com.android.internal.telephony.imsphone.ImsPhone$2
8872com.android.internal.telephony.imsphone.ImsPhone$3
art-benchmark-serviced5115932020-02-25 17:55:03 -08008873com.android.internal.telephony.imsphone.ImsPhone$4
8874com.android.internal.telephony.imsphone.ImsPhone$5
art-benchmark-service56aece62020-02-10 17:58:03 -08008875com.android.internal.telephony.imsphone.ImsPhone$Cf
art-benchmark-serviced5115932020-02-25 17:55:03 -08008876com.android.internal.telephony.imsphone.ImsPhone$ImsDialArgs$Builder
art-benchmark-service56aece62020-02-10 17:58:03 -08008877com.android.internal.telephony.imsphone.ImsPhone
8878com.android.internal.telephony.imsphone.ImsPhoneBase
8879com.android.internal.telephony.imsphone.ImsPhoneCall
8880com.android.internal.telephony.imsphone.ImsPhoneCallTracker$1
8881com.android.internal.telephony.imsphone.ImsPhoneCallTracker$2
8882com.android.internal.telephony.imsphone.ImsPhoneCallTracker$3
8883com.android.internal.telephony.imsphone.ImsPhoneCallTracker$4
8884com.android.internal.telephony.imsphone.ImsPhoneCallTracker$5
8885com.android.internal.telephony.imsphone.ImsPhoneCallTracker$6
8886com.android.internal.telephony.imsphone.ImsPhoneCallTracker$7
8887com.android.internal.telephony.imsphone.ImsPhoneCallTracker$8
8888com.android.internal.telephony.imsphone.ImsPhoneCallTracker$9
8889com.android.internal.telephony.imsphone.ImsPhoneCallTracker$HoldSwapState
8890com.android.internal.telephony.imsphone.ImsPhoneCallTracker$MmTelFeatureListener
8891com.android.internal.telephony.imsphone.ImsPhoneCallTracker$PhoneNumberUtilsProxy
8892com.android.internal.telephony.imsphone.ImsPhoneCallTracker$PhoneStateListener
8893com.android.internal.telephony.imsphone.ImsPhoneCallTracker$SharedPreferenceProxy
8894com.android.internal.telephony.imsphone.ImsPhoneCallTracker
8895com.android.internal.telephony.imsphone.ImsPhoneCommandInterface
8896com.android.internal.telephony.imsphone.ImsPhoneConnection
8897com.android.internal.telephony.imsphone.ImsPhoneFactory
8898com.android.internal.telephony.imsphone.ImsPhoneMmiCode
8899com.android.internal.telephony.imsphone.ImsPullCall
art-benchmark-serviced60351b2020-04-11 17:55:40 -07008900com.android.internal.telephony.imsphone.ImsRegistrationCallbackHelper$ImsRegistrationUpdate
art-benchmark-service56aece62020-02-10 17:58:03 -08008901com.android.internal.telephony.metrics.-$$Lambda$TelephonyMetrics$fLmZDbNadlr6LF7zSJ6jCR1AAsk
8902com.android.internal.telephony.metrics.-$$Lambda$TelephonyMetrics$tQOsX1lKb2eTuPp-1rpkeIAEOoY
8903com.android.internal.telephony.metrics.-$$Lambda$TelephonyMetrics$x2dJi76S2YQdpSTfY8RZ8qC_K6g
8904com.android.internal.telephony.metrics.CallSessionEventBuilder
8905com.android.internal.telephony.metrics.InProgressCallSession
8906com.android.internal.telephony.metrics.InProgressSmsSession
8907com.android.internal.telephony.metrics.ModemPowerMetrics
8908com.android.internal.telephony.metrics.SmsSessionEventBuilder
8909com.android.internal.telephony.metrics.TelephonyEventBuilder
8910com.android.internal.telephony.metrics.TelephonyMetrics$1
8911com.android.internal.telephony.metrics.TelephonyMetrics
8912com.android.internal.telephony.nano.CarrierIdProto$CarrierAttribute
8913com.android.internal.telephony.nano.CarrierIdProto$CarrierId
8914com.android.internal.telephony.nano.CarrierIdProto$CarrierList
8915com.android.internal.telephony.nano.TelephonyProto$ActiveSubscriptionInfo
8916com.android.internal.telephony.nano.TelephonyProto$EmergencyNumberInfo
8917com.android.internal.telephony.nano.TelephonyProto$ImsCapabilities
8918com.android.internal.telephony.nano.TelephonyProto$ImsConnectionState
8919com.android.internal.telephony.nano.TelephonyProto$ImsReasonInfo
8920com.android.internal.telephony.nano.TelephonyProto$ModemPowerStats
8921com.android.internal.telephony.nano.TelephonyProto$RilDataCall
8922com.android.internal.telephony.nano.TelephonyProto$SmsSession$Event
8923com.android.internal.telephony.nano.TelephonyProto$SmsSession
8924com.android.internal.telephony.nano.TelephonyProto$TelephonyCallSession$Event$RilCall
8925com.android.internal.telephony.nano.TelephonyProto$TelephonyCallSession$Event
8926com.android.internal.telephony.nano.TelephonyProto$TelephonyCallSession
8927com.android.internal.telephony.nano.TelephonyProto$TelephonyEvent$CarrierIdMatching
8928com.android.internal.telephony.nano.TelephonyProto$TelephonyEvent$CarrierIdMatchingResult
8929com.android.internal.telephony.nano.TelephonyProto$TelephonyEvent$DataSwitch
art-benchmark-serviced5115932020-02-25 17:55:03 -08008930com.android.internal.telephony.nano.TelephonyProto$TelephonyEvent$NetworkCapabilitiesInfo
art-benchmark-service56aece62020-02-10 17:58:03 -08008931com.android.internal.telephony.nano.TelephonyProto$TelephonyEvent$OnDemandDataSwitch
8932com.android.internal.telephony.nano.TelephonyProto$TelephonyEvent$RilDeactivateDataCall
8933com.android.internal.telephony.nano.TelephonyProto$TelephonyEvent$RilSetupDataCall
8934com.android.internal.telephony.nano.TelephonyProto$TelephonyEvent$RilSetupDataCallResponse
8935com.android.internal.telephony.nano.TelephonyProto$TelephonyEvent
8936com.android.internal.telephony.nano.TelephonyProto$TelephonyHistogram
8937com.android.internal.telephony.nano.TelephonyProto$TelephonyLog
8938com.android.internal.telephony.nano.TelephonyProto$TelephonyServiceState$TelephonyOperator
8939com.android.internal.telephony.nano.TelephonyProto$TelephonyServiceState
8940com.android.internal.telephony.nano.TelephonyProto$TelephonySettings
8941com.android.internal.telephony.nano.TelephonyProto$Time
art-benchmark-serviced5115932020-02-25 17:55:03 -08008942com.android.internal.telephony.nitz.NewNitzStateMachineImpl
art-benchmark-service56aece62020-02-10 17:58:03 -08008943com.android.internal.telephony.protobuf.nano.CodedInputByteBufferNano
8944com.android.internal.telephony.protobuf.nano.CodedOutputByteBufferNano$OutOfSpaceException
8945com.android.internal.telephony.protobuf.nano.CodedOutputByteBufferNano
8946com.android.internal.telephony.protobuf.nano.ExtendableMessageNano
art-benchmark-serviced5115932020-02-25 17:55:03 -08008947com.android.internal.telephony.protobuf.nano.FieldArray
8948com.android.internal.telephony.protobuf.nano.FieldData
art-benchmark-service56aece62020-02-10 17:58:03 -08008949com.android.internal.telephony.protobuf.nano.InternalNano
8950com.android.internal.telephony.protobuf.nano.InvalidProtocolBufferNanoException
8951com.android.internal.telephony.protobuf.nano.MessageNano
8952com.android.internal.telephony.protobuf.nano.MessageNanoPrinter
8953com.android.internal.telephony.protobuf.nano.WireFormatNano
8954com.android.internal.telephony.sip.SipPhone
8955com.android.internal.telephony.sip.SipPhoneBase
8956com.android.internal.telephony.test.SimulatedRadioControl
8957com.android.internal.telephony.uicc.AdnRecord$1
8958com.android.internal.telephony.uicc.AdnRecord
8959com.android.internal.telephony.uicc.AdnRecordCache
8960com.android.internal.telephony.uicc.AdnRecordLoader
8961com.android.internal.telephony.uicc.AnswerToReset$HistoricalBytes
8962com.android.internal.telephony.uicc.AnswerToReset$InterfaceByte
8963com.android.internal.telephony.uicc.AnswerToReset
8964com.android.internal.telephony.uicc.CarrierTestOverride
8965com.android.internal.telephony.uicc.CsimFileHandler
8966com.android.internal.telephony.uicc.IccCardApplicationStatus$AppState
8967com.android.internal.telephony.uicc.IccCardApplicationStatus$AppType
8968com.android.internal.telephony.uicc.IccCardApplicationStatus$PersoSubState
8969com.android.internal.telephony.uicc.IccCardApplicationStatus
8970com.android.internal.telephony.uicc.IccCardStatus$CardState
8971com.android.internal.telephony.uicc.IccCardStatus$PinState
8972com.android.internal.telephony.uicc.IccCardStatus
8973com.android.internal.telephony.uicc.IccConstants
8974com.android.internal.telephony.uicc.IccException
8975com.android.internal.telephony.uicc.IccFileHandler$LoadLinearFixedContext
8976com.android.internal.telephony.uicc.IccFileHandler
8977com.android.internal.telephony.uicc.IccFileNotFound
8978com.android.internal.telephony.uicc.IccFileTypeMismatch
8979com.android.internal.telephony.uicc.IccIoResult
8980com.android.internal.telephony.uicc.IccRecords$IccRecordLoaded
8981com.android.internal.telephony.uicc.IccRecords
8982com.android.internal.telephony.uicc.IccRefreshResponse
8983com.android.internal.telephony.uicc.IccServiceTable
8984com.android.internal.telephony.uicc.IccSlotStatus$SlotState
8985com.android.internal.telephony.uicc.IccSlotStatus
art-benchmark-service56aece62020-02-10 17:58:03 -08008986com.android.internal.telephony.uicc.IccVmNotSupportedException
8987com.android.internal.telephony.uicc.InstallCarrierAppTrampolineActivity
8988com.android.internal.telephony.uicc.InstallCarrierAppUtils
8989com.android.internal.telephony.uicc.IsimFileHandler
8990com.android.internal.telephony.uicc.IsimRecords
8991com.android.internal.telephony.uicc.IsimUiccRecords$EfIsimDomainLoaded
8992com.android.internal.telephony.uicc.IsimUiccRecords$EfIsimImpiLoaded
8993com.android.internal.telephony.uicc.IsimUiccRecords$EfIsimImpuLoaded
8994com.android.internal.telephony.uicc.IsimUiccRecords$EfIsimIstLoaded
8995com.android.internal.telephony.uicc.IsimUiccRecords$EfIsimPcscfLoaded
8996com.android.internal.telephony.uicc.IsimUiccRecords
8997com.android.internal.telephony.uicc.PlmnActRecord$1
8998com.android.internal.telephony.uicc.PlmnActRecord
8999com.android.internal.telephony.uicc.RuimFileHandler
9000com.android.internal.telephony.uicc.RuimRecords
9001com.android.internal.telephony.uicc.SIMFileHandler
9002com.android.internal.telephony.uicc.SIMRecords$1
9003com.android.internal.telephony.uicc.SIMRecords$EfPlLoaded
9004com.android.internal.telephony.uicc.SIMRecords$EfUsimLiLoaded
9005com.android.internal.telephony.uicc.SIMRecords$GetSpnFsmState
9006com.android.internal.telephony.uicc.SIMRecords
9007com.android.internal.telephony.uicc.UiccCard
9008com.android.internal.telephony.uicc.UiccCardApplication$1
9009com.android.internal.telephony.uicc.UiccCardApplication$2
9010com.android.internal.telephony.uicc.UiccCardApplication
9011com.android.internal.telephony.uicc.UiccCarrierPrivilegeRules$1
9012com.android.internal.telephony.uicc.UiccCarrierPrivilegeRules$TLV
9013com.android.internal.telephony.uicc.UiccCarrierPrivilegeRules
9014com.android.internal.telephony.uicc.UiccController$1
9015com.android.internal.telephony.uicc.UiccController
9016com.android.internal.telephony.uicc.UiccPkcs15$FileHandler
9017com.android.internal.telephony.uicc.UiccPkcs15$Pkcs15Selector
9018com.android.internal.telephony.uicc.UiccPkcs15
9019com.android.internal.telephony.uicc.UiccProfile$1
9020com.android.internal.telephony.uicc.UiccProfile$2
9021com.android.internal.telephony.uicc.UiccProfile$3
9022com.android.internal.telephony.uicc.UiccProfile$4
9023com.android.internal.telephony.uicc.UiccProfile$5
9024com.android.internal.telephony.uicc.UiccProfile
9025com.android.internal.telephony.uicc.UiccSlot
9026com.android.internal.telephony.uicc.UiccStateChangedLauncher
9027com.android.internal.telephony.uicc.UsimFileHandler
9028com.android.internal.telephony.uicc.UsimServiceTable$UsimService
9029com.android.internal.telephony.uicc.UsimServiceTable
9030com.android.internal.telephony.uicc.VoiceMailConstants
art-benchmark-service56aece62020-02-10 17:58:03 -08009031com.android.internal.telephony.uicc.euicc.EuiccCard
9032com.android.internal.telephony.uicc.euicc.EuiccSpecVersion
art-benchmark-serviced5115932020-02-25 17:55:03 -08009033com.android.internal.telephony.util.ArrayUtils
art-benchmark-service56aece62020-02-10 17:58:03 -08009034com.android.internal.telephony.util.NotificationChannelController$1
9035com.android.internal.telephony.util.NotificationChannelController
9036com.android.internal.telephony.util.SMSDispatcherUtil
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009037com.android.internal.telephony.util.TelephonyUtils
art-benchmark-service56aece62020-02-10 17:58:03 -08009038com.android.internal.telephony.util.VoicemailNotificationSettingsUtil
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009039com.android.internal.textservice.ISpellCheckerService$Stub$Proxy
9040com.android.internal.textservice.ISpellCheckerService$Stub
9041com.android.internal.textservice.ISpellCheckerService
art-benchmark-serviced5115932020-02-25 17:55:03 -08009042com.android.internal.textservice.ISpellCheckerServiceCallback$Stub$Proxy
9043com.android.internal.textservice.ISpellCheckerServiceCallback$Stub
9044com.android.internal.textservice.ISpellCheckerServiceCallback
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009045com.android.internal.textservice.ISpellCheckerSession$Stub$Proxy
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009046com.android.internal.textservice.ISpellCheckerSession$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08009047com.android.internal.textservice.ISpellCheckerSession
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009048com.android.internal.textservice.ISpellCheckerSessionListener$Stub$Proxy
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009049com.android.internal.textservice.ISpellCheckerSessionListener$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08009050com.android.internal.textservice.ISpellCheckerSessionListener
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009051com.android.internal.textservice.ITextServicesManager$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08009052com.android.internal.textservice.ITextServicesManager$Stub
9053com.android.internal.textservice.ITextServicesManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009054com.android.internal.textservice.ITextServicesSessionListener$Stub$Proxy
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009055com.android.internal.textservice.ITextServicesSessionListener$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08009056com.android.internal.textservice.ITextServicesSessionListener
art-benchmark-serviced60351b2020-04-11 17:55:40 -07009057com.android.internal.transition.EpicenterTranslateClipReveal$1
9058com.android.internal.transition.EpicenterTranslateClipReveal$State
9059com.android.internal.transition.EpicenterTranslateClipReveal$StateEvaluator
9060com.android.internal.transition.EpicenterTranslateClipReveal$StateProperty
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009061com.android.internal.transition.EpicenterTranslateClipReveal
art-benchmark-serviced60351b2020-04-11 17:55:40 -07009062com.android.internal.transition.TransitionConstants
art-benchmark-serviced5115932020-02-25 17:55:03 -08009063com.android.internal.usb.DumpUtils
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009064com.android.internal.util.-$$Lambda$DumpUtils$D1OlZP6xIpu72ypnJd0fzx0wd6I
9065com.android.internal.util.-$$Lambda$DumpUtils$X8irOs5hfloCKy89_l1HRA1QeG0
9066com.android.internal.util.-$$Lambda$DumpUtils$vCLO_0ezRxkpSERUWCFrJ0ph5jg
9067com.android.internal.util.-$$Lambda$FunctionalUtils$koCSI8D7Nu5vOJTVTEj0m3leo_U
9068com.android.internal.util.-$$Lambda$JwOUSWW2-Jzu15y4Kn4JuPh8tWM
art-benchmark-serviced5115932020-02-25 17:55:03 -08009069com.android.internal.util.-$$Lambda$ProviderAccessStats$9AhC6lKURctNKuYjVd-wu7jn6_c
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009070com.android.internal.util.-$$Lambda$TCbPpgWlKJUHZgFKCczglAvxLfw
9071com.android.internal.util.-$$Lambda$eRa1rlfDk6Og2yFeXGHqUGPzRF0
9072com.android.internal.util.-$$Lambda$grRTg3idX3yJe9Zyx-tmLBiD1DM
9073com.android.internal.util.-$$Lambda$kVylv1rl9MOSbHFZoVyK5dl1kfY
art-benchmark-serviced5115932020-02-25 17:55:03 -08009074com.android.internal.util.AnnotationValidations
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08009075com.android.internal.util.ArrayUtils
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009076com.android.internal.util.AsyncChannel$AsyncChannelConnection
9077com.android.internal.util.AsyncChannel$DeathMonitor
9078com.android.internal.util.AsyncChannel$SyncMessenger$SyncHandler
9079com.android.internal.util.AsyncChannel$SyncMessenger
Calin Juravle00b23d32019-03-08 17:52:20 -08009080com.android.internal.util.AsyncChannel
Mathieu Chartierba2c0462017-05-19 16:41:46 -07009081com.android.internal.util.BitUtils
art-benchmark-serviced5115932020-02-25 17:55:03 -08009082com.android.internal.util.BitwiseInputStream$AccessException
art-benchmark-serviced60351b2020-04-11 17:55:40 -07009083com.android.internal.util.BitwiseOutputStream$AccessException
Calin Juravle00b23d32019-03-08 17:52:20 -08009084com.android.internal.util.CollectionUtils
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009085com.android.internal.util.ConcurrentUtils$1$1
9086com.android.internal.util.ConcurrentUtils$1
9087com.android.internal.util.ConcurrentUtils$DirectExecutor
9088com.android.internal.util.ConcurrentUtils
9089com.android.internal.util.ContrastColorUtil$ColorUtilsFromCompat
9090com.android.internal.util.ContrastColorUtil
art-benchmark-serviced5115932020-02-25 17:55:03 -08009091com.android.internal.util.DumpUtils$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009092com.android.internal.util.DumpUtils$Dump
9093com.android.internal.util.DumpUtils
art-benchmark-serviced60351b2020-04-11 17:55:40 -07009094com.android.internal.util.EmergencyAffordanceManager
Mathieu Chartierba2c0462017-05-19 16:41:46 -07009095com.android.internal.util.ExponentiallyBucketedHistogram
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07009096com.android.internal.util.FastMath
Andreas Gampe61e7b662015-06-17 23:57:04 -07009097com.android.internal.util.FastPrintWriter$DummyWriter
Calin Juravle00b23d32019-03-08 17:52:20 -08009098com.android.internal.util.FastPrintWriter
Dianne Hackborn2269d1572010-02-24 19:54:22 -08009099com.android.internal.util.FastXmlSerializer
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009100com.android.internal.util.FileRotator$FileInfo
9101com.android.internal.util.FileRotator$Reader
9102com.android.internal.util.FileRotator$Rewriter
9103com.android.internal.util.FileRotator$Writer
9104com.android.internal.util.FileRotator
art-benchmark-serviced5115932020-02-25 17:55:03 -08009105com.android.internal.util.FrameworkStatsLog
9106com.android.internal.util.FunctionalUtils$RemoteExceptionIgnoringConsumer
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009107com.android.internal.util.FunctionalUtils$ThrowingConsumer
art-benchmark-serviced5115932020-02-25 17:55:03 -08009108com.android.internal.util.FunctionalUtils$ThrowingFunction
Calin Juravle4a054192018-05-29 17:52:20 -07009109com.android.internal.util.FunctionalUtils$ThrowingRunnable
9110com.android.internal.util.FunctionalUtils$ThrowingSupplier
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009111com.android.internal.util.FunctionalUtils
Andreas Gampedcad4ca2014-10-03 02:00:29 +00009112com.android.internal.util.GrowingArrayUtils
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009113com.android.internal.util.HexDump
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009114com.android.internal.util.IState
art-benchmark-serviced60351b2020-04-11 17:55:40 -07009115com.android.internal.util.ImageUtils
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009116com.android.internal.util.IndentingPrintWriter
Mathieu Chartierba2c0462017-05-19 16:41:46 -07009117com.android.internal.util.IntPair
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009118com.android.internal.util.JournaledFile
9119com.android.internal.util.LatencyTracker$1
9120com.android.internal.util.LatencyTracker
Andreas Gampe571fc302016-02-18 13:58:09 -08009121com.android.internal.util.LineBreakBufferedWriter
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009122com.android.internal.util.LocalLog
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009123com.android.internal.util.MemInfoReader
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009124com.android.internal.util.MessageUtils$DuplicateConstantError
9125com.android.internal.util.MessageUtils
9126com.android.internal.util.NotificationMessagingUtil$1
9127com.android.internal.util.NotificationMessagingUtil
9128com.android.internal.util.ObjectUtils
art-benchmark-serviced5115932020-02-25 17:55:03 -08009129com.android.internal.util.Parcelling$Cache
9130com.android.internal.util.Parcelling
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009131com.android.internal.util.ParseUtils
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04009132com.android.internal.util.Preconditions
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009133com.android.internal.util.ProcFileReader
9134com.android.internal.util.ProgressReporter
art-benchmark-serviced5115932020-02-25 17:55:03 -08009135com.android.internal.util.ProviderAccessStats$PerThreadData
9136com.android.internal.util.ProviderAccessStats
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009137com.android.internal.util.RingBuffer
9138com.android.internal.util.RingBufferIndices
art-benchmark-serviced5115932020-02-25 17:55:03 -08009139com.android.internal.util.ScreenshotHelper$1
9140com.android.internal.util.ScreenshotHelper$2$1
9141com.android.internal.util.ScreenshotHelper$2
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009142com.android.internal.util.ScreenshotHelper
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009143com.android.internal.util.StatLogger
Mathieu Chartierba2c0462017-05-19 16:41:46 -07009144com.android.internal.util.State
Mathieu Chartierba2c0462017-05-19 16:41:46 -07009145com.android.internal.util.StateMachine$LogRec
9146com.android.internal.util.StateMachine$LogRecords
Mathieu Chartierba2c0462017-05-19 16:41:46 -07009147com.android.internal.util.StateMachine$SmHandler$HaltingState
9148com.android.internal.util.StateMachine$SmHandler$QuittingState
9149com.android.internal.util.StateMachine$SmHandler$StateInfo
Calin Juravle00b23d32019-03-08 17:52:20 -08009150com.android.internal.util.StateMachine$SmHandler
9151com.android.internal.util.StateMachine
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009152com.android.internal.util.SyncResultReceiver$TimeoutException
Calin Juravle00b23d32019-03-08 17:52:20 -08009153com.android.internal.util.SyncResultReceiver
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009154com.android.internal.util.ToBooleanFunction
9155com.android.internal.util.TokenBucket
art-benchmark-serviced60351b2020-04-11 17:55:40 -07009156com.android.internal.util.TraceBuffer
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009157com.android.internal.util.UserIcons
Andreas Gampedcad4ca2014-10-03 02:00:29 +00009158com.android.internal.util.VirtualRefBasePtr
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009159com.android.internal.util.WakeupMessage
9160com.android.internal.util.XmlUtils$ReadMapCallback
Andreas Gampe61e7b662015-06-17 23:57:04 -07009161com.android.internal.util.XmlUtils$WriteMapCallback
Calin Juravle00b23d32019-03-08 17:52:20 -08009162com.android.internal.util.XmlUtils
art-benchmark-serviced5115932020-02-25 17:55:03 -08009163com.android.internal.util.dump.DualDumpOutputStream$DumpField
9164com.android.internal.util.dump.DualDumpOutputStream$DumpObject
9165com.android.internal.util.dump.DualDumpOutputStream$Dumpable
9166com.android.internal.util.dump.DualDumpOutputStream
9167com.android.internal.util.dump.DumpUtils
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009168com.android.internal.util.function.DecConsumer
9169com.android.internal.util.function.DecFunction
art-benchmark-serviced5115932020-02-25 17:55:03 -08009170com.android.internal.util.function.DecPredicate
Adam Hec4f03f32018-11-07 11:31:18 -08009171com.android.internal.util.function.HeptConsumer
9172com.android.internal.util.function.HeptFunction
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009173com.android.internal.util.function.HeptPredicate
Calin Juravle4a054192018-05-29 17:52:20 -07009174com.android.internal.util.function.HexConsumer
9175com.android.internal.util.function.HexFunction
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009176com.android.internal.util.function.HexPredicate
Calin Juravle00b23d32019-03-08 17:52:20 -08009177com.android.internal.util.function.NonaConsumer
9178com.android.internal.util.function.NonaFunction
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009179com.android.internal.util.function.NonaPredicate
Calin Juravle00b23d32019-03-08 17:52:20 -08009180com.android.internal.util.function.OctConsumer
9181com.android.internal.util.function.OctFunction
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009182com.android.internal.util.function.OctPredicate
Calin Juravle4a054192018-05-29 17:52:20 -07009183com.android.internal.util.function.QuadConsumer
9184com.android.internal.util.function.QuadFunction
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009185com.android.internal.util.function.QuadPredicate
Calin Juravle4a054192018-05-29 17:52:20 -07009186com.android.internal.util.function.QuintConsumer
9187com.android.internal.util.function.QuintFunction
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009188com.android.internal.util.function.QuintPredicate
Calin Juravle4a054192018-05-29 17:52:20 -07009189com.android.internal.util.function.TriConsumer
9190com.android.internal.util.function.TriFunction
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009191com.android.internal.util.function.TriPredicate
9192com.android.internal.util.function.UndecConsumer
9193com.android.internal.util.function.UndecFunction
art-benchmark-serviced5115932020-02-25 17:55:03 -08009194com.android.internal.util.function.UndecPredicate
Calin Juravle4a054192018-05-29 17:52:20 -07009195com.android.internal.util.function.pooled.ArgumentPlaceholder
9196com.android.internal.util.function.pooled.OmniFunction
9197com.android.internal.util.function.pooled.PooledConsumer
9198com.android.internal.util.function.pooled.PooledFunction
9199com.android.internal.util.function.pooled.PooledLambda
art-benchmark-serviced5115932020-02-25 17:55:03 -08009200com.android.internal.util.function.pooled.PooledLambdaImpl$LambdaType$ReturnType
Calin Juravle4a054192018-05-29 17:52:20 -07009201com.android.internal.util.function.pooled.PooledLambdaImpl$LambdaType
9202com.android.internal.util.function.pooled.PooledLambdaImpl$Pool
Calin Juravle00b23d32019-03-08 17:52:20 -08009203com.android.internal.util.function.pooled.PooledLambdaImpl
Calin Juravle4a054192018-05-29 17:52:20 -07009204com.android.internal.util.function.pooled.PooledPredicate
9205com.android.internal.util.function.pooled.PooledRunnable
Calin Juravle4a054192018-05-29 17:52:20 -07009206com.android.internal.util.function.pooled.PooledSupplier$OfDouble
9207com.android.internal.util.function.pooled.PooledSupplier$OfInt
9208com.android.internal.util.function.pooled.PooledSupplier$OfLong
Calin Juravle00b23d32019-03-08 17:52:20 -08009209com.android.internal.util.function.pooled.PooledSupplier
art-benchmark-serviced60351b2020-04-11 17:55:40 -07009210com.android.internal.view.-$$Lambda$FloatingActionMode$LU5MpPuKYDtwlFAuYhXYfzgLNLE
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07009211com.android.internal.view.ActionBarPolicy
art-benchmark-serviced5115932020-02-25 17:55:03 -08009212com.android.internal.view.AppearanceRegion$1
9213com.android.internal.view.AppearanceRegion
9214com.android.internal.view.BaseIWindow
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009215com.android.internal.view.BaseSurfaceHolder
art-benchmark-serviced60351b2020-04-11 17:55:40 -07009216com.android.internal.view.FloatingActionMode$1
9217com.android.internal.view.FloatingActionMode$2
9218com.android.internal.view.FloatingActionMode$3
9219com.android.internal.view.FloatingActionMode$FloatingToolbarVisibilityHelper
9220com.android.internal.view.FloatingActionMode
art-benchmark-serviced5115932020-02-25 17:55:03 -08009221com.android.internal.view.IInlineSuggestionsRequestCallback$Stub
9222com.android.internal.view.IInlineSuggestionsRequestCallback
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07009223com.android.internal.view.IInputConnectionWrapper$MyHandler
Calin Juravle00b23d32019-03-08 17:52:20 -08009224com.android.internal.view.IInputConnectionWrapper
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009225com.android.internal.view.IInputContext$Stub$Proxy
Evan Millar0ea97b82009-03-24 17:49:23 -07009226com.android.internal.view.IInputContext$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08009227com.android.internal.view.IInputContext
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009228com.android.internal.view.IInputContextCallback$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08009229com.android.internal.view.IInputContextCallback$Stub
9230com.android.internal.view.IInputContextCallback
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009231com.android.internal.view.IInputMethod$Stub$Proxy
9232com.android.internal.view.IInputMethod$Stub
9233com.android.internal.view.IInputMethod
9234com.android.internal.view.IInputMethodClient$Stub$Proxy
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07009235com.android.internal.view.IInputMethodClient$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08009236com.android.internal.view.IInputMethodClient
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07009237com.android.internal.view.IInputMethodManager$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08009238com.android.internal.view.IInputMethodManager$Stub
9239com.android.internal.view.IInputMethodManager
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07009240com.android.internal.view.IInputMethodSession$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08009241com.android.internal.view.IInputMethodSession$Stub
9242com.android.internal.view.IInputMethodSession
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009243com.android.internal.view.IInputSessionCallback$Stub$Proxy
9244com.android.internal.view.IInputSessionCallback$Stub
9245com.android.internal.view.IInputSessionCallback
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07009246com.android.internal.view.InputBindResult$1
Calin Juravle00b23d32019-03-08 17:52:20 -08009247com.android.internal.view.InputBindResult
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009248com.android.internal.view.InputConnectionWrapper$InputContextCallback
9249com.android.internal.view.InputConnectionWrapper
9250com.android.internal.view.OneShotPreDrawListener
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07009251com.android.internal.view.RootViewSurfaceTaker
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009252com.android.internal.view.RotationPolicy$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08009253com.android.internal.view.RotationPolicy$RotationPolicyListener$1
9254com.android.internal.view.RotationPolicy$RotationPolicyListener
Calin Juravle00b23d32019-03-08 17:52:20 -08009255com.android.internal.view.RotationPolicy
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07009256com.android.internal.view.SurfaceCallbackHelper$1
Calin Juravle00b23d32019-03-08 17:52:20 -08009257com.android.internal.view.SurfaceCallbackHelper
art-benchmark-serviced60351b2020-04-11 17:55:40 -07009258com.android.internal.view.SurfaceFlingerVsyncChoreographer
art-benchmark-serviced5115932020-02-25 17:55:03 -08009259com.android.internal.view.TooltipPopup
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009260com.android.internal.view.WindowManagerPolicyThread
Andreas Gampedcad4ca2014-10-03 02:00:29 +00009261com.android.internal.view.animation.FallbackLUTInterpolator
9262com.android.internal.view.animation.HasNativeInterpolator
9263com.android.internal.view.animation.NativeInterpolatorFactory
9264com.android.internal.view.animation.NativeInterpolatorFactoryHelper
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07009265com.android.internal.view.menu.ActionMenuItem
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009266com.android.internal.view.menu.ActionMenuItemView$ActionMenuItemForwardingListener
9267com.android.internal.view.menu.ActionMenuItemView$PopupCallback
9268com.android.internal.view.menu.ActionMenuItemView
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07009269com.android.internal.view.menu.BaseMenuPresenter
art-benchmark-serviced5115932020-02-25 17:55:03 -08009270com.android.internal.view.menu.ContextMenuBuilder
9271com.android.internal.view.menu.IconMenuPresenter
9272com.android.internal.view.menu.ListMenuPresenter
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07009273com.android.internal.view.menu.MenuBuilder$Callback
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07009274com.android.internal.view.menu.MenuBuilder$ItemInvoker
Calin Juravle00b23d32019-03-08 17:52:20 -08009275com.android.internal.view.menu.MenuBuilder
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009276com.android.internal.view.menu.MenuHelper
Calin Juravle4a054192018-05-29 17:52:20 -07009277com.android.internal.view.menu.MenuItemImpl
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009278com.android.internal.view.menu.MenuPopupHelper$1
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009279com.android.internal.view.menu.MenuPopupHelper
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04009280com.android.internal.view.menu.MenuPresenter$Callback
Calin Juravle00b23d32019-03-08 17:52:20 -08009281com.android.internal.view.menu.MenuPresenter
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009282com.android.internal.view.menu.MenuView$ItemView
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07009283com.android.internal.view.menu.MenuView
9284com.android.internal.view.menu.ShowableListMenu
art-benchmark-serviced5115932020-02-25 17:55:03 -08009285com.android.internal.widget.-$$Lambda$FloatingToolbar$7-enOzxeypZYfdFYr1HzBLfj47k
art-benchmark-serviced60351b2020-04-11 17:55:40 -07009286com.android.internal.widget.-$$Lambda$FloatingToolbar$FloatingToolbarPopup$-uEfRwR-_1oHxMvRVdmbNRdukDM
9287com.android.internal.widget.-$$Lambda$FloatingToolbar$FloatingToolbarPopup$77YZy6kisO5OnjlgtKp0Zi1V8EY
9288com.android.internal.widget.-$$Lambda$FloatingToolbar$FloatingToolbarPopup$E8FwnPCl7gZpcTlX_UaRPIBRnT0
9289com.android.internal.widget.-$$Lambda$FloatingToolbar$LutnsyBKrZiroTBekgIjhIyrl40
9290com.android.internal.widget.-$$Lambda$MessagingPropertyAnimator$7coWc0tjIUC7grCXucNFbpYTxDI
9291com.android.internal.widget.-$$Lambda$NotificationActionListLayout$uFZFEmIEBpI3kn6c3tNvvgmMSv8
9292com.android.internal.widget.-$$Lambda$TTC7hNz7BTsLwhNRb2L5kl-7mdU
9293com.android.internal.widget.-$$Lambda$gPQuiuEDuOmrh2MixBcV6a5gu5s
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07009294com.android.internal.widget.AbsActionBarView$VisibilityAnimListener
Calin Juravle00b23d32019-03-08 17:52:20 -08009295com.android.internal.widget.AbsActionBarView
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07009296com.android.internal.widget.ActionBarContainer$ActionBarBackgroundDrawable
Calin Juravle00b23d32019-03-08 17:52:20 -08009297com.android.internal.widget.ActionBarContainer
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07009298com.android.internal.widget.ActionBarContextView
9299com.android.internal.widget.ActionBarOverlayLayout$1
9300com.android.internal.widget.ActionBarOverlayLayout$2
9301com.android.internal.widget.ActionBarOverlayLayout$3
9302com.android.internal.widget.ActionBarOverlayLayout$4
9303com.android.internal.widget.ActionBarOverlayLayout$5
9304com.android.internal.widget.ActionBarOverlayLayout$ActionBarVisibilityCallback
9305com.android.internal.widget.ActionBarOverlayLayout$LayoutParams
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009306com.android.internal.widget.ActionBarOverlayLayout
art-benchmark-serviced60351b2020-04-11 17:55:40 -07009307com.android.internal.widget.AlertDialogLayout
Andreas Gampedcad4ca2014-10-03 02:00:29 +00009308com.android.internal.widget.BackgroundFallback
art-benchmark-serviced60351b2020-04-11 17:55:40 -07009309com.android.internal.widget.ButtonBarLayout
9310com.android.internal.widget.CachingIconView
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009311com.android.internal.widget.DecorCaptionView
Andreas Gampedcad4ca2014-10-03 02:00:29 +00009312com.android.internal.widget.DecorContentParent
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07009313com.android.internal.widget.DecorToolbar
Calin Juravle4a054192018-05-29 17:52:20 -07009314com.android.internal.widget.DialogTitle
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07009315com.android.internal.widget.EditableInputConnection
art-benchmark-serviced60351b2020-04-11 17:55:40 -07009316com.android.internal.widget.FloatingToolbar$1
9317com.android.internal.widget.FloatingToolbar$FloatingToolbarPopup$11
9318com.android.internal.widget.FloatingToolbar$FloatingToolbarPopup$12
9319com.android.internal.widget.FloatingToolbar$FloatingToolbarPopup$13
9320com.android.internal.widget.FloatingToolbar$FloatingToolbarPopup$1
9321com.android.internal.widget.FloatingToolbar$FloatingToolbarPopup$2
9322com.android.internal.widget.FloatingToolbar$FloatingToolbarPopup$3
9323com.android.internal.widget.FloatingToolbar$FloatingToolbarPopup$4
9324com.android.internal.widget.FloatingToolbar$FloatingToolbarPopup$LogAccelerateInterpolator
9325com.android.internal.widget.FloatingToolbar$FloatingToolbarPopup$OverflowPanel
9326com.android.internal.widget.FloatingToolbar$FloatingToolbarPopup$OverflowPanelViewHelper
art-benchmark-serviced5115932020-02-25 17:55:03 -08009327com.android.internal.widget.FloatingToolbar$FloatingToolbarPopup
9328com.android.internal.widget.FloatingToolbar
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009329com.android.internal.widget.ICheckCredentialProgressCallback$Stub$Proxy
9330com.android.internal.widget.ICheckCredentialProgressCallback$Stub
9331com.android.internal.widget.ICheckCredentialProgressCallback
Calin Juravle4a054192018-05-29 17:52:20 -07009332com.android.internal.widget.ILockSettings$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08009333com.android.internal.widget.ILockSettings$Stub
9334com.android.internal.widget.ILockSettings
art-benchmark-serviced60351b2020-04-11 17:55:40 -07009335com.android.internal.widget.ImageFloatingTextView
9336com.android.internal.widget.LockPatternChecker$2
9337com.android.internal.widget.LockPatternChecker$OnCheckCallback
9338com.android.internal.widget.LockPatternChecker
art-benchmark-serviced5115932020-02-25 17:55:03 -08009339com.android.internal.widget.LockPatternUtils$2
art-benchmark-serviced60351b2020-04-11 17:55:40 -07009340com.android.internal.widget.LockPatternUtils$CheckCredentialProgressCallback
art-benchmark-serviced5115932020-02-25 17:55:03 -08009341com.android.internal.widget.LockPatternUtils$RequestThrottledException
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009342com.android.internal.widget.LockPatternUtils$StrongAuthTracker$1
9343com.android.internal.widget.LockPatternUtils$StrongAuthTracker$H
9344com.android.internal.widget.LockPatternUtils$StrongAuthTracker
Mathieu Chartierba2c0462017-05-19 16:41:46 -07009345com.android.internal.widget.LockPatternUtils
art-benchmark-serviced5115932020-02-25 17:55:03 -08009346com.android.internal.widget.LockPatternView$Cell
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009347com.android.internal.widget.LockSettingsInternal
art-benchmark-serviced5115932020-02-25 17:55:03 -08009348com.android.internal.widget.LockscreenCredential$1
9349com.android.internal.widget.LockscreenCredential
art-benchmark-serviced60351b2020-04-11 17:55:40 -07009350com.android.internal.widget.MessagingGroup
9351com.android.internal.widget.MessagingImageMessage
9352com.android.internal.widget.MessagingLinearLayout$MessagingChild
9353com.android.internal.widget.MessagingMessage
9354com.android.internal.widget.MessagingPropertyAnimator$1
9355com.android.internal.widget.MessagingPropertyAnimator
9356com.android.internal.widget.MessagingTextMessage
9357com.android.internal.widget.NotificationActionListLayout
9358com.android.internal.widget.NotificationExpandButton
art-benchmark-serviced5115932020-02-25 17:55:03 -08009359com.android.internal.widget.PasswordValidationError
art-benchmark-serviced60351b2020-04-11 17:55:40 -07009360com.android.internal.widget.RemeasuringLinearLayout
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07009361com.android.internal.widget.ScrollBarUtils
art-benchmark-serviced5115932020-02-25 17:55:03 -08009362com.android.internal.widget.ScrollingTabContainerView
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07009363com.android.internal.widget.ToolbarWidgetWrapper$1
Calin Juravle00b23d32019-03-08 17:52:20 -08009364com.android.internal.widget.ToolbarWidgetWrapper
art-benchmark-serviced5115932020-02-25 17:55:03 -08009365com.android.internal.widget.VerifyCredentialResponse$1
9366com.android.internal.widget.VerifyCredentialResponse
art-benchmark-serviced60351b2020-04-11 17:55:40 -07009367com.android.internal.widget.ViewClippingUtil$ClippingParameters
9368com.android.internal.widget.ViewClippingUtil
Andreas Gampedcad4ca2014-10-03 02:00:29 +00009369com.android.okhttp.Address
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009370com.android.okhttp.AndroidShimResponseCache
Andreas Gampe61e7b662015-06-17 23:57:04 -07009371com.android.okhttp.Authenticator
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009372com.android.okhttp.Cache$1
Calin Juravle4a054192018-05-29 17:52:20 -07009373com.android.okhttp.Cache$CacheResponseBody$1
Calin Juravle00b23d32019-03-08 17:52:20 -08009374com.android.okhttp.Cache$CacheResponseBody
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009375com.android.okhttp.Cache$Entry
Calin Juravle00b23d32019-03-08 17:52:20 -08009376com.android.okhttp.Cache
Andreas Gampe61e7b662015-06-17 23:57:04 -07009377com.android.okhttp.CacheControl$Builder
Calin Juravle00b23d32019-03-08 17:52:20 -08009378com.android.okhttp.CacheControl
Andreas Gampe61e7b662015-06-17 23:57:04 -07009379com.android.okhttp.CertificatePinner$Builder
Calin Juravle00b23d32019-03-08 17:52:20 -08009380com.android.okhttp.CertificatePinner
Andreas Gampe61e7b662015-06-17 23:57:04 -07009381com.android.okhttp.CipherSuite
Andreas Gampedcad4ca2014-10-03 02:00:29 +00009382com.android.okhttp.ConfigAwareConnectionPool$1
Calin Juravle00b23d32019-03-08 17:52:20 -08009383com.android.okhttp.ConfigAwareConnectionPool
Andreas Gampedcad4ca2014-10-03 02:00:29 +00009384com.android.okhttp.Connection
Andreas Gampedcad4ca2014-10-03 02:00:29 +00009385com.android.okhttp.ConnectionPool$1
Calin Juravle00b23d32019-03-08 17:52:20 -08009386com.android.okhttp.ConnectionPool
Andreas Gampe61e7b662015-06-17 23:57:04 -07009387com.android.okhttp.ConnectionSpec$Builder
Calin Juravle00b23d32019-03-08 17:52:20 -08009388com.android.okhttp.ConnectionSpec
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009389com.android.okhttp.ConnectionSpecs
Andreas Gampedcad4ca2014-10-03 02:00:29 +00009390com.android.okhttp.Dispatcher
Andreas Gampe0db10fd2017-02-01 15:57:57 -08009391com.android.okhttp.Dns$1
Calin Juravle00b23d32019-03-08 17:52:20 -08009392com.android.okhttp.Dns
Andreas Gampedcad4ca2014-10-03 02:00:29 +00009393com.android.okhttp.Handshake
Andreas Gampedcad4ca2014-10-03 02:00:29 +00009394com.android.okhttp.Headers$Builder
Calin Juravle00b23d32019-03-08 17:52:20 -08009395com.android.okhttp.Headers
Andreas Gampe571fc302016-02-18 13:58:09 -08009396com.android.okhttp.HttpHandler$CleartextURLFilter
Calin Juravle00b23d32019-03-08 17:52:20 -08009397com.android.okhttp.HttpHandler
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009398com.android.okhttp.HttpUrl$1
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009399com.android.okhttp.HttpUrl$Builder$ParseResult
Calin Juravle00b23d32019-03-08 17:52:20 -08009400com.android.okhttp.HttpUrl$Builder
9401com.android.okhttp.HttpUrl
Andreas Gampedcad4ca2014-10-03 02:00:29 +00009402com.android.okhttp.HttpsHandler
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009403com.android.okhttp.OkCacheContainer
Andreas Gampe61e7b662015-06-17 23:57:04 -07009404com.android.okhttp.OkHttpClient$1
Calin Juravle00b23d32019-03-08 17:52:20 -08009405com.android.okhttp.OkHttpClient
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009406com.android.okhttp.OkUrlFactories
Andreas Gampe61e7b662015-06-17 23:57:04 -07009407com.android.okhttp.OkUrlFactory
Andreas Gampedcad4ca2014-10-03 02:00:29 +00009408com.android.okhttp.Protocol
Andreas Gampedcad4ca2014-10-03 02:00:29 +00009409com.android.okhttp.Request$Builder
Calin Juravle00b23d32019-03-08 17:52:20 -08009410com.android.okhttp.Request
Andreas Gampe61e7b662015-06-17 23:57:04 -07009411com.android.okhttp.RequestBody$2
Calin Juravle00b23d32019-03-08 17:52:20 -08009412com.android.okhttp.RequestBody
Andreas Gampedcad4ca2014-10-03 02:00:29 +00009413com.android.okhttp.Response$Builder
Calin Juravle00b23d32019-03-08 17:52:20 -08009414com.android.okhttp.Response
Andreas Gampe61e7b662015-06-17 23:57:04 -07009415com.android.okhttp.ResponseBody
Andreas Gampedcad4ca2014-10-03 02:00:29 +00009416com.android.okhttp.Route
Andreas Gampe61e7b662015-06-17 23:57:04 -07009417com.android.okhttp.TlsVersion
9418com.android.okhttp.internal.ConnectionSpecSelector
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009419com.android.okhttp.internal.DiskLruCache$1
9420com.android.okhttp.internal.DiskLruCache$4
9421com.android.okhttp.internal.DiskLruCache$Editor
9422com.android.okhttp.internal.DiskLruCache$Entry
Calin Juravle00b23d32019-03-08 17:52:20 -08009423com.android.okhttp.internal.DiskLruCache
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009424com.android.okhttp.internal.FaultHidingSink
9425com.android.okhttp.internal.Internal
9426com.android.okhttp.internal.InternalCache
Andreas Gampe61e7b662015-06-17 23:57:04 -07009427com.android.okhttp.internal.OptionalMethod
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009428com.android.okhttp.internal.Platform
Andreas Gampe61e7b662015-06-17 23:57:04 -07009429com.android.okhttp.internal.RouteDatabase
Andreas Gampe571fc302016-02-18 13:58:09 -08009430com.android.okhttp.internal.URLFilter
Andreas Gampedcad4ca2014-10-03 02:00:29 +00009431com.android.okhttp.internal.Util$1
Calin Juravle00b23d32019-03-08 17:52:20 -08009432com.android.okhttp.internal.Util
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009433com.android.okhttp.internal.http.AuthenticatorAdapter
Andreas Gampedcad4ca2014-10-03 02:00:29 +00009434com.android.okhttp.internal.http.CacheStrategy$Factory
Calin Juravle00b23d32019-03-08 17:52:20 -08009435com.android.okhttp.internal.http.CacheStrategy
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009436com.android.okhttp.internal.http.HeaderParser
Andreas Gampe0db10fd2017-02-01 15:57:57 -08009437com.android.okhttp.internal.http.Http1xStream$AbstractSource
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009438com.android.okhttp.internal.http.Http1xStream$ChunkedSink
Andreas Gampe0db10fd2017-02-01 15:57:57 -08009439com.android.okhttp.internal.http.Http1xStream$ChunkedSource
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009440com.android.okhttp.internal.http.Http1xStream$FixedLengthSink
Andreas Gampe0db10fd2017-02-01 15:57:57 -08009441com.android.okhttp.internal.http.Http1xStream$FixedLengthSource
Calin Juravle00b23d32019-03-08 17:52:20 -08009442com.android.okhttp.internal.http.Http1xStream
Calin Juravle4a054192018-05-29 17:52:20 -07009443com.android.okhttp.internal.http.HttpDate$1
Calin Juravle00b23d32019-03-08 17:52:20 -08009444com.android.okhttp.internal.http.HttpDate
Andreas Gampe61e7b662015-06-17 23:57:04 -07009445com.android.okhttp.internal.http.HttpEngine$1
Calin Juravle00b23d32019-03-08 17:52:20 -08009446com.android.okhttp.internal.http.HttpEngine
Andreas Gampedcad4ca2014-10-03 02:00:29 +00009447com.android.okhttp.internal.http.HttpMethod
Andreas Gampe0db10fd2017-02-01 15:57:57 -08009448com.android.okhttp.internal.http.HttpStream
Andreas Gampedcad4ca2014-10-03 02:00:29 +00009449com.android.okhttp.internal.http.OkHeaders$1
Calin Juravle00b23d32019-03-08 17:52:20 -08009450com.android.okhttp.internal.http.OkHeaders
Andreas Gampe61e7b662015-06-17 23:57:04 -07009451com.android.okhttp.internal.http.RealResponseBody
9452com.android.okhttp.internal.http.RequestException
Andreas Gampedcad4ca2014-10-03 02:00:29 +00009453com.android.okhttp.internal.http.RequestLine
9454com.android.okhttp.internal.http.RetryableSink
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009455com.android.okhttp.internal.http.RouteException
Andreas Gampedcad4ca2014-10-03 02:00:29 +00009456com.android.okhttp.internal.http.RouteSelector
9457com.android.okhttp.internal.http.StatusLine
Andreas Gampe0db10fd2017-02-01 15:57:57 -08009458com.android.okhttp.internal.http.StreamAllocation
Andreas Gampe61e7b662015-06-17 23:57:04 -07009459com.android.okhttp.internal.huc.DelegatingHttpsURLConnection
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009460com.android.okhttp.internal.huc.HttpURLConnectionImpl
Andreas Gampe61e7b662015-06-17 23:57:04 -07009461com.android.okhttp.internal.huc.HttpsURLConnectionImpl
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009462com.android.okhttp.internal.io.FileSystem$1
Calin Juravle00b23d32019-03-08 17:52:20 -08009463com.android.okhttp.internal.io.FileSystem
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009464com.android.okhttp.internal.io.RealConnection
Andreas Gampedcad4ca2014-10-03 02:00:29 +00009465com.android.okhttp.internal.tls.OkHostnameVerifier
Calin Juravle36829e52019-04-10 19:07:47 -07009466com.android.okhttp.internal.tls.RealTrustRootIndex
9467com.android.okhttp.internal.tls.TrustRootIndex
art-benchmark-serviced5115932020-02-25 17:55:03 -08009468com.android.okhttp.internalandroidapi.AndroidResponseCacheAdapter
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009469com.android.okhttp.internalandroidapi.Dns
art-benchmark-serviced5115932020-02-25 17:55:03 -08009470com.android.okhttp.internalandroidapi.HasCacheHolder$CacheHolder
Calin Juravle00b23d32019-03-08 17:52:20 -08009471com.android.okhttp.internalandroidapi.HasCacheHolder
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009472com.android.okhttp.internalandroidapi.HttpURLConnectionFactory$DnsAdapter
9473com.android.okhttp.internalandroidapi.HttpURLConnectionFactory
Andreas Gampe61e7b662015-06-17 23:57:04 -07009474com.android.okhttp.okio.AsyncTimeout$1
9475com.android.okhttp.okio.AsyncTimeout$2
9476com.android.okhttp.okio.AsyncTimeout$Watchdog
Calin Juravle00b23d32019-03-08 17:52:20 -08009477com.android.okhttp.okio.AsyncTimeout
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009478com.android.okhttp.okio.Buffer
Andreas Gampe61e7b662015-06-17 23:57:04 -07009479com.android.okhttp.okio.BufferedSink
9480com.android.okhttp.okio.BufferedSource
Calin Juravle4a054192018-05-29 17:52:20 -07009481com.android.okhttp.okio.ByteString
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009482com.android.okhttp.okio.ForwardingSink
Calin Juravle4a054192018-05-29 17:52:20 -07009483com.android.okhttp.okio.ForwardingSource
Andreas Gampe571fc302016-02-18 13:58:09 -08009484com.android.okhttp.okio.ForwardingTimeout
Mathieu Chartierba2c0462017-05-19 16:41:46 -07009485com.android.okhttp.okio.GzipSource
9486com.android.okhttp.okio.InflaterSource
Andreas Gampe61e7b662015-06-17 23:57:04 -07009487com.android.okhttp.okio.Okio$1
9488com.android.okhttp.okio.Okio$2
9489com.android.okhttp.okio.Okio$3
Calin Juravle00b23d32019-03-08 17:52:20 -08009490com.android.okhttp.okio.Okio
Andreas Gampe61e7b662015-06-17 23:57:04 -07009491com.android.okhttp.okio.RealBufferedSink$1
Calin Juravle00b23d32019-03-08 17:52:20 -08009492com.android.okhttp.okio.RealBufferedSink
Andreas Gampe61e7b662015-06-17 23:57:04 -07009493com.android.okhttp.okio.RealBufferedSource$1
Calin Juravle00b23d32019-03-08 17:52:20 -08009494com.android.okhttp.okio.RealBufferedSource
Andreas Gampe61e7b662015-06-17 23:57:04 -07009495com.android.okhttp.okio.Segment
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009496com.android.okhttp.okio.SegmentPool
Andreas Gampe61e7b662015-06-17 23:57:04 -07009497com.android.okhttp.okio.Sink
9498com.android.okhttp.okio.Source
Andreas Gampe61e7b662015-06-17 23:57:04 -07009499com.android.okhttp.okio.Timeout$1
Calin Juravle00b23d32019-03-08 17:52:20 -08009500com.android.okhttp.okio.Timeout
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009501com.android.okhttp.okio.Util
Calin Juravle00b23d32019-03-08 17:52:20 -08009502com.android.org.bouncycastle.asn1.ASN1BitString
art-benchmark-serviced5115932020-02-25 17:55:03 -08009503com.android.org.bouncycastle.asn1.ASN1Choice
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04009504com.android.org.bouncycastle.asn1.ASN1Encodable
Calin Juravle00b23d32019-03-08 17:52:20 -08009505com.android.org.bouncycastle.asn1.ASN1EncodableVector
9506com.android.org.bouncycastle.asn1.ASN1InputStream
9507com.android.org.bouncycastle.asn1.ASN1Integer
9508com.android.org.bouncycastle.asn1.ASN1Null
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04009509com.android.org.bouncycastle.asn1.ASN1Object
Andreas Gampe571fc302016-02-18 13:58:09 -08009510com.android.org.bouncycastle.asn1.ASN1ObjectIdentifier$OidHandle
Calin Juravle00b23d32019-03-08 17:52:20 -08009511com.android.org.bouncycastle.asn1.ASN1ObjectIdentifier
9512com.android.org.bouncycastle.asn1.ASN1OutputStream
Kenny Rootdbf30ed2012-09-19 13:08:12 -07009513com.android.org.bouncycastle.asn1.ASN1Primitive
Calin Juravle00b23d32019-03-08 17:52:20 -08009514com.android.org.bouncycastle.asn1.ASN1Sequence
9515com.android.org.bouncycastle.asn1.ASN1SequenceParser
9516com.android.org.bouncycastle.asn1.ASN1Set
9517com.android.org.bouncycastle.asn1.ASN1String
art-benchmark-serviced60351b2020-04-11 17:55:40 -07009518com.android.org.bouncycastle.asn1.ASN1TaggedObject
9519com.android.org.bouncycastle.asn1.ASN1TaggedObjectParser
Calin Juravle00b23d32019-03-08 17:52:20 -08009520com.android.org.bouncycastle.asn1.BERTags
9521com.android.org.bouncycastle.asn1.DERBitString
9522com.android.org.bouncycastle.asn1.DERFactory
art-benchmark-serviced5115932020-02-25 17:55:03 -08009523com.android.org.bouncycastle.asn1.DERInteger
Calin Juravle00b23d32019-03-08 17:52:20 -08009524com.android.org.bouncycastle.asn1.DERNull
9525com.android.org.bouncycastle.asn1.DEROutputStream
9526com.android.org.bouncycastle.asn1.DERSequence
9527com.android.org.bouncycastle.asn1.DERSet
art-benchmark-serviced60351b2020-04-11 17:55:40 -07009528com.android.org.bouncycastle.asn1.DERTaggedObject
Calin Juravle00b23d32019-03-08 17:52:20 -08009529com.android.org.bouncycastle.asn1.DLSequence
9530com.android.org.bouncycastle.asn1.DefiniteLengthInputStream
9531com.android.org.bouncycastle.asn1.InMemoryRepresentable
9532com.android.org.bouncycastle.asn1.IndefiniteLengthInputStream
9533com.android.org.bouncycastle.asn1.LimitedInputStream
Andreas Gampe571fc302016-02-18 13:58:09 -08009534com.android.org.bouncycastle.asn1.OIDTokenizer
Calin Juravle00b23d32019-03-08 17:52:20 -08009535com.android.org.bouncycastle.asn1.StreamUtil
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04009536com.android.org.bouncycastle.asn1.bc.BCObjectIdentifiers
9537com.android.org.bouncycastle.asn1.iana.IANAObjectIdentifiers
Andreas Gampe571fc302016-02-18 13:58:09 -08009538com.android.org.bouncycastle.asn1.misc.MiscObjectIdentifiers
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04009539com.android.org.bouncycastle.asn1.nist.NISTObjectIdentifiers
9540com.android.org.bouncycastle.asn1.oiw.OIWObjectIdentifiers
9541com.android.org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers
art-benchmark-serviced60351b2020-04-11 17:55:40 -07009542com.android.org.bouncycastle.asn1.x500.X500Name
Calin Juravle00b23d32019-03-08 17:52:20 -08009543com.android.org.bouncycastle.asn1.x509.AlgorithmIdentifier
art-benchmark-serviced5115932020-02-25 17:55:03 -08009544com.android.org.bouncycastle.asn1.x509.Certificate
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009545com.android.org.bouncycastle.asn1.x509.DSAParameter
Calin Juravle00b23d32019-03-08 17:52:20 -08009546com.android.org.bouncycastle.asn1.x509.SubjectPublicKeyInfo
art-benchmark-serviced5115932020-02-25 17:55:03 -08009547com.android.org.bouncycastle.asn1.x509.Time
9548com.android.org.bouncycastle.asn1.x509.V3TBSCertificateGenerator
art-benchmark-serviced60351b2020-04-11 17:55:40 -07009549com.android.org.bouncycastle.asn1.x509.X509ExtensionsGenerator
art-benchmark-serviced5115932020-02-25 17:55:03 -08009550com.android.org.bouncycastle.asn1.x509.X509Name
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04009551com.android.org.bouncycastle.asn1.x509.X509ObjectIdentifiers
Calin Juravle36829e52019-04-10 19:07:47 -07009552com.android.org.bouncycastle.asn1.x9.X9ECParameters
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04009553com.android.org.bouncycastle.asn1.x9.X9ObjectIdentifiers
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009554com.android.org.bouncycastle.crypto.BlockCipher
Calin Juravle4a054192018-05-29 17:52:20 -07009555com.android.org.bouncycastle.crypto.BufferedBlockCipher
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07009556com.android.org.bouncycastle.crypto.CipherParameters
Calin Juravle4a054192018-05-29 17:52:20 -07009557com.android.org.bouncycastle.crypto.CryptoException
Calin Juravle36829e52019-04-10 19:07:47 -07009558com.android.org.bouncycastle.crypto.CryptoServicesPermission
9559com.android.org.bouncycastle.crypto.CryptoServicesRegistrar$Property
9560com.android.org.bouncycastle.crypto.CryptoServicesRegistrar
Calin Juravle4a054192018-05-29 17:52:20 -07009561com.android.org.bouncycastle.crypto.DataLengthException
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009562com.android.org.bouncycastle.crypto.Digest
9563com.android.org.bouncycastle.crypto.ExtendedDigest
Calin Juravle4a054192018-05-29 17:52:20 -07009564com.android.org.bouncycastle.crypto.InvalidCipherTextException
9565com.android.org.bouncycastle.crypto.OutputLengthException
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009566com.android.org.bouncycastle.crypto.PBEParametersGenerator
Calin Juravle4a054192018-05-29 17:52:20 -07009567com.android.org.bouncycastle.crypto.RuntimeCryptoException
9568com.android.org.bouncycastle.crypto.digests.AndroidDigestFactory
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009569com.android.org.bouncycastle.crypto.digests.AndroidDigestFactoryBouncyCastle
Calin Juravle4a054192018-05-29 17:52:20 -07009570com.android.org.bouncycastle.crypto.digests.AndroidDigestFactoryInterface
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009571com.android.org.bouncycastle.crypto.digests.AndroidDigestFactoryOpenSSL
Calin Juravle4a054192018-05-29 17:52:20 -07009572com.android.org.bouncycastle.crypto.digests.OpenSSLDigest$MD5
Calin Juravle00b23d32019-03-08 17:52:20 -08009573com.android.org.bouncycastle.crypto.digests.OpenSSLDigest
Calin Juravle4a054192018-05-29 17:52:20 -07009574com.android.org.bouncycastle.crypto.engines.AESEngine
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009575com.android.org.bouncycastle.crypto.paddings.BlockCipherPadding
Calin Juravle4a054192018-05-29 17:52:20 -07009576com.android.org.bouncycastle.crypto.paddings.PKCS7Padding
9577com.android.org.bouncycastle.crypto.paddings.PaddedBufferedBlockCipher
Calin Juravle36829e52019-04-10 19:07:47 -07009578com.android.org.bouncycastle.crypto.params.AsymmetricKeyParameter
9579com.android.org.bouncycastle.crypto.params.DHParameters
9580com.android.org.bouncycastle.crypto.params.DHValidationParameters
9581com.android.org.bouncycastle.crypto.params.DSAKeyParameters
Calin Juravle00b23d32019-03-08 17:52:20 -08009582com.android.org.bouncycastle.crypto.params.DSAParameters
9583com.android.org.bouncycastle.crypto.params.DSAPublicKeyParameters
Calin Juravle36829e52019-04-10 19:07:47 -07009584com.android.org.bouncycastle.crypto.params.DSAValidationParameters
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009585com.android.org.bouncycastle.crypto.params.KeyParameter
Calin Juravle4a054192018-05-29 17:52:20 -07009586com.android.org.bouncycastle.crypto.params.ParametersWithIV
9587com.android.org.bouncycastle.crypto.params.ParametersWithRandom
9588com.android.org.bouncycastle.jcajce.PBKDFKey
9589com.android.org.bouncycastle.jcajce.PKCS12Key
Kenny Rootdbf30ed2012-09-19 13:08:12 -07009590com.android.org.bouncycastle.jcajce.provider.asymmetric.DH$Mappings
Calin Juravle00b23d32019-03-08 17:52:20 -08009591com.android.org.bouncycastle.jcajce.provider.asymmetric.DH
Kenny Rootdbf30ed2012-09-19 13:08:12 -07009592com.android.org.bouncycastle.jcajce.provider.asymmetric.DSA$Mappings
9593com.android.org.bouncycastle.jcajce.provider.asymmetric.EC$Mappings
Calin Juravle00b23d32019-03-08 17:52:20 -08009594com.android.org.bouncycastle.jcajce.provider.asymmetric.EC
Kenny Rootdbf30ed2012-09-19 13:08:12 -07009595com.android.org.bouncycastle.jcajce.provider.asymmetric.RSA$Mappings
Calin Juravle00b23d32019-03-08 17:52:20 -08009596com.android.org.bouncycastle.jcajce.provider.asymmetric.RSA
Kenny Rootdbf30ed2012-09-19 13:08:12 -07009597com.android.org.bouncycastle.jcajce.provider.asymmetric.X509$Mappings
Andreas Gampedcad4ca2014-10-03 02:00:29 +00009598com.android.org.bouncycastle.jcajce.provider.asymmetric.dh.KeyFactorySpi
Calin Juravle00b23d32019-03-08 17:52:20 -08009599com.android.org.bouncycastle.jcajce.provider.asymmetric.dsa.BCDSAPublicKey
Kenny Rootdbf30ed2012-09-19 13:08:12 -07009600com.android.org.bouncycastle.jcajce.provider.asymmetric.dsa.DSAUtil
9601com.android.org.bouncycastle.jcajce.provider.asymmetric.dsa.KeyFactorySpi
Kenny Rootdbf30ed2012-09-19 13:08:12 -07009602com.android.org.bouncycastle.jcajce.provider.asymmetric.ec.KeyFactorySpi$EC
Calin Juravle00b23d32019-03-08 17:52:20 -08009603com.android.org.bouncycastle.jcajce.provider.asymmetric.ec.KeyFactorySpi
Calin Juravle4a054192018-05-29 17:52:20 -07009604com.android.org.bouncycastle.jcajce.provider.asymmetric.rsa.CipherSpi$NoPadding
Calin Juravle00b23d32019-03-08 17:52:20 -08009605com.android.org.bouncycastle.jcajce.provider.asymmetric.rsa.CipherSpi
Kenny Rootdbf30ed2012-09-19 13:08:12 -07009606com.android.org.bouncycastle.jcajce.provider.asymmetric.rsa.KeyFactorySpi
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009607com.android.org.bouncycastle.jcajce.provider.asymmetric.rsa.RSAUtil
Calin Juravle00b23d32019-03-08 17:52:20 -08009608com.android.org.bouncycastle.jcajce.provider.asymmetric.util.BaseCipherSpi
Kenny Rootdbf30ed2012-09-19 13:08:12 -07009609com.android.org.bouncycastle.jcajce.provider.asymmetric.util.BaseKeyFactorySpi
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009610com.android.org.bouncycastle.jcajce.provider.asymmetric.util.KeyUtil
art-benchmark-serviced60351b2020-04-11 17:55:40 -07009611com.android.org.bouncycastle.jcajce.provider.asymmetric.x509.CertificateFactory
Kenny Rootdbf30ed2012-09-19 13:08:12 -07009612com.android.org.bouncycastle.jcajce.provider.config.ConfigurableProvider
9613com.android.org.bouncycastle.jcajce.provider.config.ProviderConfiguration
9614com.android.org.bouncycastle.jcajce.provider.config.ProviderConfigurationPermission
9615com.android.org.bouncycastle.jcajce.provider.digest.DigestAlgorithmProvider
Kenny Rootdbf30ed2012-09-19 13:08:12 -07009616com.android.org.bouncycastle.jcajce.provider.digest.MD5$Mappings
Calin Juravle00b23d32019-03-08 17:52:20 -08009617com.android.org.bouncycastle.jcajce.provider.digest.MD5
Kenny Rootdbf30ed2012-09-19 13:08:12 -07009618com.android.org.bouncycastle.jcajce.provider.digest.SHA1$Mappings
Calin Juravle00b23d32019-03-08 17:52:20 -08009619com.android.org.bouncycastle.jcajce.provider.digest.SHA1
Andreas Gampedcad4ca2014-10-03 02:00:29 +00009620com.android.org.bouncycastle.jcajce.provider.digest.SHA224$Mappings
Calin Juravle00b23d32019-03-08 17:52:20 -08009621com.android.org.bouncycastle.jcajce.provider.digest.SHA224
Kenny Rootdbf30ed2012-09-19 13:08:12 -07009622com.android.org.bouncycastle.jcajce.provider.digest.SHA256$Mappings
Calin Juravle00b23d32019-03-08 17:52:20 -08009623com.android.org.bouncycastle.jcajce.provider.digest.SHA256
Kenny Rootdbf30ed2012-09-19 13:08:12 -07009624com.android.org.bouncycastle.jcajce.provider.digest.SHA384$Mappings
Calin Juravle00b23d32019-03-08 17:52:20 -08009625com.android.org.bouncycastle.jcajce.provider.digest.SHA384
Kenny Rootdbf30ed2012-09-19 13:08:12 -07009626com.android.org.bouncycastle.jcajce.provider.digest.SHA512$Mappings
Calin Juravle00b23d32019-03-08 17:52:20 -08009627com.android.org.bouncycastle.jcajce.provider.digest.SHA512
Andreas Gampedcad4ca2014-10-03 02:00:29 +00009628com.android.org.bouncycastle.jcajce.provider.keystore.BC$Mappings
9629com.android.org.bouncycastle.jcajce.provider.keystore.PKCS12$Mappings
Andreas Gampedcad4ca2014-10-03 02:00:29 +00009630com.android.org.bouncycastle.jcajce.provider.keystore.bc.BcKeyStoreSpi$Std
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009631com.android.org.bouncycastle.jcajce.provider.keystore.bc.BcKeyStoreSpi$StoreEntry
Calin Juravle00b23d32019-03-08 17:52:20 -08009632com.android.org.bouncycastle.jcajce.provider.keystore.bc.BcKeyStoreSpi
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009633com.android.org.bouncycastle.jcajce.provider.symmetric.AES$ECB$1
Calin Juravle00b23d32019-03-08 17:52:20 -08009634com.android.org.bouncycastle.jcajce.provider.symmetric.AES$ECB
Kenny Rootdbf30ed2012-09-19 13:08:12 -07009635com.android.org.bouncycastle.jcajce.provider.symmetric.AES$Mappings
Calin Juravle00b23d32019-03-08 17:52:20 -08009636com.android.org.bouncycastle.jcajce.provider.symmetric.AES
Kenny Rootdbf30ed2012-09-19 13:08:12 -07009637com.android.org.bouncycastle.jcajce.provider.symmetric.ARC4$Mappings
Calin Juravle00b23d32019-03-08 17:52:20 -08009638com.android.org.bouncycastle.jcajce.provider.symmetric.ARC4
Kenny Rootdbf30ed2012-09-19 13:08:12 -07009639com.android.org.bouncycastle.jcajce.provider.symmetric.Blowfish$Mappings
Calin Juravle00b23d32019-03-08 17:52:20 -08009640com.android.org.bouncycastle.jcajce.provider.symmetric.Blowfish
Kenny Rootdbf30ed2012-09-19 13:08:12 -07009641com.android.org.bouncycastle.jcajce.provider.symmetric.DES$Mappings
Calin Juravle00b23d32019-03-08 17:52:20 -08009642com.android.org.bouncycastle.jcajce.provider.symmetric.DES
Kenny Rootdbf30ed2012-09-19 13:08:12 -07009643com.android.org.bouncycastle.jcajce.provider.symmetric.DESede$Mappings
Calin Juravle00b23d32019-03-08 17:52:20 -08009644com.android.org.bouncycastle.jcajce.provider.symmetric.DESede
Andreas Gampe0db10fd2017-02-01 15:57:57 -08009645com.android.org.bouncycastle.jcajce.provider.symmetric.PBEPBKDF2$Mappings
Calin Juravle00b23d32019-03-08 17:52:20 -08009646com.android.org.bouncycastle.jcajce.provider.symmetric.PBEPBKDF2
Andreas Gampedcad4ca2014-10-03 02:00:29 +00009647com.android.org.bouncycastle.jcajce.provider.symmetric.PBEPKCS12$Mappings
Calin Juravle00b23d32019-03-08 17:52:20 -08009648com.android.org.bouncycastle.jcajce.provider.symmetric.PBEPKCS12
Andreas Gampe0db10fd2017-02-01 15:57:57 -08009649com.android.org.bouncycastle.jcajce.provider.symmetric.PBES2AlgorithmParameters$Mappings
Calin Juravle00b23d32019-03-08 17:52:20 -08009650com.android.org.bouncycastle.jcajce.provider.symmetric.PBES2AlgorithmParameters
Andreas Gampedcad4ca2014-10-03 02:00:29 +00009651com.android.org.bouncycastle.jcajce.provider.symmetric.RC2$Mappings
Calin Juravle00b23d32019-03-08 17:52:20 -08009652com.android.org.bouncycastle.jcajce.provider.symmetric.RC2
Andreas Gampedcad4ca2014-10-03 02:00:29 +00009653com.android.org.bouncycastle.jcajce.provider.symmetric.SymmetricAlgorithmProvider
Andreas Gampedcad4ca2014-10-03 02:00:29 +00009654com.android.org.bouncycastle.jcajce.provider.symmetric.Twofish$Mappings
Calin Juravle00b23d32019-03-08 17:52:20 -08009655com.android.org.bouncycastle.jcajce.provider.symmetric.Twofish
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009656com.android.org.bouncycastle.jcajce.provider.symmetric.util.BCPBEKey
Calin Juravle4a054192018-05-29 17:52:20 -07009657com.android.org.bouncycastle.jcajce.provider.symmetric.util.BaseBlockCipher$AEADGenericBlockCipher
9658com.android.org.bouncycastle.jcajce.provider.symmetric.util.BaseBlockCipher$BufferedGenericBlockCipher
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009659com.android.org.bouncycastle.jcajce.provider.symmetric.util.BaseBlockCipher$GenericBlockCipher
Calin Juravle00b23d32019-03-08 17:52:20 -08009660com.android.org.bouncycastle.jcajce.provider.symmetric.util.BaseBlockCipher
Calin Juravle4a054192018-05-29 17:52:20 -07009661com.android.org.bouncycastle.jcajce.provider.symmetric.util.BaseSecretKeyFactory
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009662com.android.org.bouncycastle.jcajce.provider.symmetric.util.BaseWrapCipher
9663com.android.org.bouncycastle.jcajce.provider.symmetric.util.BlockCipherProvider
Calin Juravle36829e52019-04-10 19:07:47 -07009664com.android.org.bouncycastle.jcajce.provider.symmetric.util.ClassUtil
Calin Juravle4a054192018-05-29 17:52:20 -07009665com.android.org.bouncycastle.jcajce.provider.symmetric.util.PBE$Util
Calin Juravle00b23d32019-03-08 17:52:20 -08009666com.android.org.bouncycastle.jcajce.provider.symmetric.util.PBE
Kenny Rootdbf30ed2012-09-19 13:08:12 -07009667com.android.org.bouncycastle.jcajce.provider.util.AlgorithmProvider
9668com.android.org.bouncycastle.jcajce.provider.util.AsymmetricAlgorithmProvider
9669com.android.org.bouncycastle.jcajce.provider.util.AsymmetricKeyInfoConverter
Calin Juravle4a054192018-05-29 17:52:20 -07009670com.android.org.bouncycastle.jcajce.provider.util.DigestFactory
9671com.android.org.bouncycastle.jcajce.spec.AEADParameterSpec
Andreas Gampe61e7b662015-06-17 23:57:04 -07009672com.android.org.bouncycastle.jcajce.util.BCJcaJceHelper
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009673com.android.org.bouncycastle.jcajce.util.DefaultJcaJceHelper
Andreas Gampe61e7b662015-06-17 23:57:04 -07009674com.android.org.bouncycastle.jcajce.util.JcaJceHelper
9675com.android.org.bouncycastle.jcajce.util.ProviderJcaJceHelper
art-benchmark-serviced5115932020-02-25 17:55:03 -08009676com.android.org.bouncycastle.jce.X509Principal
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04009677com.android.org.bouncycastle.jce.interfaces.BCKeyStore
art-benchmark-serviced5115932020-02-25 17:55:03 -08009678com.android.org.bouncycastle.jce.interfaces.PKCS12BagAttributeCarrier
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04009679com.android.org.bouncycastle.jce.provider.BouncyCastleProvider$1
Calin Juravle00b23d32019-03-08 17:52:20 -08009680com.android.org.bouncycastle.jce.provider.BouncyCastleProvider
Kenny Rootdbf30ed2012-09-19 13:08:12 -07009681com.android.org.bouncycastle.jce.provider.BouncyCastleProviderConfiguration
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009682com.android.org.bouncycastle.jce.provider.CertStoreCollectionSpi
art-benchmark-serviced5115932020-02-25 17:55:03 -08009683com.android.org.bouncycastle.jce.provider.X509CertificateObject
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009684com.android.org.bouncycastle.jce.spec.ECKeySpec
9685com.android.org.bouncycastle.jce.spec.ECPublicKeySpec
Kenny Rootdbf30ed2012-09-19 13:08:12 -07009686com.android.org.bouncycastle.util.Arrays
Andreas Gampe61e7b662015-06-17 23:57:04 -07009687com.android.org.bouncycastle.util.Encodable
Calin Juravle36829e52019-04-10 19:07:47 -07009688com.android.org.bouncycastle.util.Integers
Calin Juravle00b23d32019-03-08 17:52:20 -08009689com.android.org.bouncycastle.util.Iterable
Calin Juravle4a054192018-05-29 17:52:20 -07009690com.android.org.bouncycastle.util.Pack
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009691com.android.org.bouncycastle.util.Properties$1
9692com.android.org.bouncycastle.util.Properties
Andreas Gampe571fc302016-02-18 13:58:09 -08009693com.android.org.bouncycastle.util.Strings$1
Calin Juravle00b23d32019-03-08 17:52:20 -08009694com.android.org.bouncycastle.util.Strings
Calin Juravle36829e52019-04-10 19:07:47 -07009695com.android.org.bouncycastle.util.encoders.Encoder
9696com.android.org.bouncycastle.util.encoders.Hex
9697com.android.org.bouncycastle.util.encoders.HexEncoder
Calin Juravle00b23d32019-03-08 17:52:20 -08009698com.android.org.bouncycastle.util.io.Streams
art-benchmark-serviced5115932020-02-25 17:55:03 -08009699com.android.org.bouncycastle.x509.X509V3CertificateGenerator
9700com.android.org.kxml2.io.KXmlParser$ContentSource
Calin Juravle00b23d32019-03-08 17:52:20 -08009701com.android.org.kxml2.io.KXmlParser$ValueContext
9702com.android.org.kxml2.io.KXmlParser
9703com.android.org.kxml2.io.KXmlSerializer
art-benchmark-service56aece62020-02-10 17:58:03 -08009704com.android.phone.ecc.nano.CodedInputByteBufferNano
9705com.android.phone.ecc.nano.ExtendableMessageNano
9706com.android.phone.ecc.nano.InternalNano
9707com.android.phone.ecc.nano.InvalidProtocolBufferNanoException
9708com.android.phone.ecc.nano.MessageNano
9709com.android.phone.ecc.nano.ProtobufEccData$AllInfo
9710com.android.phone.ecc.nano.ProtobufEccData$CountryInfo
9711com.android.phone.ecc.nano.ProtobufEccData$EccInfo
9712com.android.phone.ecc.nano.WireFormatNano
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009713com.android.server.AppWidgetBackupBridge
9714com.android.server.BootReceiver$1
9715com.android.server.BootReceiver
9716com.android.server.LocalServices
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04009717com.android.server.NetworkManagementSocketTagger$1
9718com.android.server.NetworkManagementSocketTagger$SocketTags
Calin Juravle00b23d32019-03-08 17:52:20 -08009719com.android.server.NetworkManagementSocketTagger
Calin Juravle787d34d2019-04-25 15:12:44 -07009720com.android.server.SystemConfig$PermissionEntry
9721com.android.server.SystemConfig$SharedLibraryEntry
9722com.android.server.SystemConfig
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009723com.android.server.WidgetBackupProvider
9724com.android.server.backup.AccountManagerBackupHelper
9725com.android.server.backup.AccountSyncSettingsBackupHelper
9726com.android.server.backup.NotificationBackupHelper
9727com.android.server.backup.PermissionBackupHelper
9728com.android.server.backup.PreferredActivityBackupHelper
9729com.android.server.backup.ShortcutBackupHelper
9730com.android.server.backup.SliceBackupHelper
art-benchmark-serviced5115932020-02-25 17:55:03 -08009731com.android.server.connectivity.metrics.nano.IpConnectivityLogClass$ApfProgramEvent
9732com.android.server.connectivity.metrics.nano.IpConnectivityLogClass$ApfStatistics
9733com.android.server.connectivity.metrics.nano.IpConnectivityLogClass$ConnectStatistics
9734com.android.server.connectivity.metrics.nano.IpConnectivityLogClass$DHCPEvent
9735com.android.server.connectivity.metrics.nano.IpConnectivityLogClass$DNSLookupBatch
9736com.android.server.connectivity.metrics.nano.IpConnectivityLogClass$DefaultNetworkEvent
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009737com.android.server.connectivity.metrics.nano.IpConnectivityLogClass$IpConnectivityEvent
art-benchmark-serviced5115932020-02-25 17:55:03 -08009738com.android.server.connectivity.metrics.nano.IpConnectivityLogClass$IpConnectivityLog
9739com.android.server.connectivity.metrics.nano.IpConnectivityLogClass$IpProvisioningEvent
9740com.android.server.connectivity.metrics.nano.IpConnectivityLogClass$IpReachabilityEvent
9741com.android.server.connectivity.metrics.nano.IpConnectivityLogClass$NetworkEvent
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009742com.android.server.connectivity.metrics.nano.IpConnectivityLogClass$Pair
art-benchmark-serviced5115932020-02-25 17:55:03 -08009743com.android.server.connectivity.metrics.nano.IpConnectivityLogClass$RaEvent
9744com.android.server.connectivity.metrics.nano.IpConnectivityLogClass$ValidationProbeEvent
9745com.android.server.connectivity.metrics.nano.IpConnectivityLogClass$WakeupStats
9746com.android.server.job.JobSchedulerInternal$JobStorePersistStats
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009747com.android.server.net.BaseNetdEventCallback
9748com.android.server.net.BaseNetworkObserver
art-benchmark-service56aece62020-02-10 17:58:03 -08009749com.android.server.sip.SipService$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009750com.android.server.sip.SipService$ConnectivityReceiver
9751com.android.server.sip.SipService$MyExecutor
art-benchmark-service56aece62020-02-10 17:58:03 -08009752com.android.server.sip.SipService$SipKeepAliveProcessCallback
9753com.android.server.sip.SipService$SipSessionGroupExt
Calin Juravle00b23d32019-03-08 17:52:20 -08009754com.android.server.sip.SipService
art-benchmark-service56aece62020-02-10 17:58:03 -08009755com.android.server.sip.SipSessionGroup$KeepAliveProcessCallback
9756com.android.server.sip.SipSessionGroup$SipSessionImpl
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009757com.android.server.sip.SipWakeLock
9758com.android.server.sip.SipWakeupTimer$MyEventComparator
Calin Juravle00b23d32019-03-08 17:52:20 -08009759com.android.server.sip.SipWakeupTimer
art-benchmark-serviced5115932020-02-25 17:55:03 -08009760com.android.server.usage.AppStandbyInternal$AppIdleStateChangeListener
9761com.android.server.usage.AppStandbyInternal
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009762com.android.server.wm.nano.WindowManagerProtos$TaskSnapshotProto
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07009763com.google.android.collect.Lists
9764com.google.android.collect.Maps
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07009765com.google.android.collect.Sets
Mathieu Chartierba2c0462017-05-19 16:41:46 -07009766com.google.android.gles_jni.EGLConfigImpl
9767com.google.android.gles_jni.EGLContextImpl
9768com.google.android.gles_jni.EGLDisplayImpl
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08009769com.google.android.gles_jni.EGLImpl
Mathieu Chartierba2c0462017-05-19 16:41:46 -07009770com.google.android.gles_jni.EGLSurfaceImpl
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08009771com.google.android.gles_jni.GLImpl
Calin Juravle4a054192018-05-29 17:52:20 -07009772com.google.android.mms.MmsException
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009773com.google.android.rappor.Encoder
9774com.google.android.rappor.HmacDrbg
art-benchmark-serviced5115932020-02-25 17:55:03 -08009775com.google.android.textclassifier.ActionsSuggestionsModel$ActionSuggestion
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009776com.google.android.textclassifier.ActionsSuggestionsModel$Conversation
9777com.google.android.textclassifier.ActionsSuggestionsModel$ConversationMessage
9778com.google.android.textclassifier.ActionsSuggestionsModel
art-benchmark-serviced5115932020-02-25 17:55:03 -08009779com.google.android.textclassifier.AnnotatorModel$AnnotatedSpan
9780com.google.android.textclassifier.AnnotatorModel$AnnotationOptions
9781com.google.android.textclassifier.AnnotatorModel$AnnotationUsecase
9782com.google.android.textclassifier.AnnotatorModel$ClassificationResult
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009783com.google.android.textclassifier.AnnotatorModel
art-benchmark-serviced5115932020-02-25 17:55:03 -08009784com.google.android.textclassifier.LangIdModel$LanguageResult
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009785com.google.android.textclassifier.LangIdModel
art-benchmark-serviced5115932020-02-25 17:55:03 -08009786com.google.android.textclassifier.NamedVariant
9787com.google.android.textclassifier.RemoteActionTemplate
Calin Juravle4a054192018-05-29 17:52:20 -07009788com.sun.security.cert.internal.x509.X509V1CertImpl
Andreas Gampe0db10fd2017-02-01 15:57:57 -08009789dalvik.annotation.optimization.CriticalNative
9790dalvik.annotation.optimization.FastNative
Calin Juravle36829e52019-04-10 19:07:47 -07009791dalvik.system.-$$Lambda$DexPathList$_CyMypnZmV6ArWiPOPB4EkAIeUc
Andreas Gampe0db10fd2017-02-01 15:57:57 -08009792dalvik.system.BaseDexClassLoader$Reporter
Calin Juravle00b23d32019-03-08 17:52:20 -08009793dalvik.system.BaseDexClassLoader
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07009794dalvik.system.BlockGuard$1
9795dalvik.system.BlockGuard$2
Calin Juravle00b23d32019-03-08 17:52:20 -08009796dalvik.system.BlockGuard$3
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07009797dalvik.system.BlockGuard$BlockGuardPolicyException
9798dalvik.system.BlockGuard$Policy
Calin Juravle00b23d32019-03-08 17:52:20 -08009799dalvik.system.BlockGuard$VmPolicy
9800dalvik.system.BlockGuard
Andreas Gampe0db10fd2017-02-01 15:57:57 -08009801dalvik.system.ClassExt
Andreas Gampe61e7b662015-06-17 23:57:04 -07009802dalvik.system.CloseGuard$DefaultReporter
9803dalvik.system.CloseGuard$Reporter
Andreas Gampe0db10fd2017-02-01 15:57:57 -08009804dalvik.system.CloseGuard$Tracker
Calin Juravle00b23d32019-03-08 17:52:20 -08009805dalvik.system.CloseGuard
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08009806dalvik.system.DalvikLogHandler
Mathieu Chartierba2c0462017-05-19 16:41:46 -07009807dalvik.system.DalvikLogging
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07009808dalvik.system.DelegateLastClassLoader
Andreas Gampe0db10fd2017-02-01 15:57:57 -08009809dalvik.system.DexClassLoader
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009810dalvik.system.DexFile$1
Andreas Gampe61e7b662015-06-17 23:57:04 -07009811dalvik.system.DexFile$DFEnum
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009812dalvik.system.DexFile$OptimizationInfo
Calin Juravle00b23d32019-03-08 17:52:20 -08009813dalvik.system.DexFile
Andreas Gampe61e7b662015-06-17 23:57:04 -07009814dalvik.system.DexPathList$Element
Andreas Gampe0db10fd2017-02-01 15:57:57 -08009815dalvik.system.DexPathList$NativeLibraryElement
Calin Juravle00b23d32019-03-08 17:52:20 -08009816dalvik.system.DexPathList
Andreas Gampe0db10fd2017-02-01 15:57:57 -08009817dalvik.system.EmulatedStackFrame$Range
Calin Juravle00b23d32019-03-08 17:52:20 -08009818dalvik.system.EmulatedStackFrame
9819dalvik.system.InMemoryDexClassLoader
Andreas Gampe61e7b662015-06-17 23:57:04 -07009820dalvik.system.PathClassLoader
Calin Juravle00b23d32019-03-08 17:52:20 -08009821dalvik.system.RuntimeHooks
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04009822dalvik.system.SocketTagger$1
Calin Juravle00b23d32019-03-08 17:52:20 -08009823dalvik.system.SocketTagger
art-benchmark-serviced5115932020-02-25 17:55:03 -08009824dalvik.system.ThreadPrioritySetter
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08009825dalvik.system.VMDebug
Calin Juravle00b23d32019-03-08 17:52:20 -08009826dalvik.system.VMRuntime$HiddenApiUsageLogger
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08009827dalvik.system.VMRuntime
Andreas Gampe61e7b662015-06-17 23:57:04 -07009828dalvik.system.VMStack
Andreas Gampedcad4ca2014-10-03 02:00:29 +00009829dalvik.system.ZygoteHooks
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009830java.io.-$$Lambda$ObjectStreamClass$GVMp_c-BEBrBo_ZKh_HiLSO-fGo
Andreas Gampe571fc302016-02-18 13:58:09 -08009831java.io.Bits
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08009832java.io.BufferedInputStream
Kenny Rootdbf30ed2012-09-19 13:08:12 -07009833java.io.BufferedOutputStream
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08009834java.io.BufferedReader
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009835java.io.BufferedWriter
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08009836java.io.ByteArrayInputStream
Andreas Gampe61e7b662015-06-17 23:57:04 -07009837java.io.ByteArrayOutputStream
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009838java.io.CharArrayReader
Andreas Gampe571fc302016-02-18 13:58:09 -08009839java.io.CharArrayWriter
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08009840java.io.Closeable
Andreas Gampe859e2782016-04-06 18:37:56 -07009841java.io.Console
Andreas Gampe61e7b662015-06-17 23:57:04 -07009842java.io.DataInput
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07009843java.io.DataInputStream
Andreas Gampe61e7b662015-06-17 23:57:04 -07009844java.io.DataOutput
9845java.io.DataOutputStream
Andreas Gampe0db10fd2017-02-01 15:57:57 -08009846java.io.DefaultFileSystem
Andreas Gampedcad4ca2014-10-03 02:00:29 +00009847java.io.EOFException
Andreas Gampe571fc302016-02-18 13:58:09 -08009848java.io.ExpiringCache$1
Calin Juravle00b23d32019-03-08 17:52:20 -08009849java.io.ExpiringCache
Kenny Root9787b802013-04-26 12:53:57 -07009850java.io.Externalizable
Andreas Gampe571fc302016-02-18 13:58:09 -08009851java.io.File$PathStatus
Mathieu Chartierba2c0462017-05-19 16:41:46 -07009852java.io.File$TempDirectory
Calin Juravle00b23d32019-03-08 17:52:20 -08009853java.io.File
Andreas Gampe0db10fd2017-02-01 15:57:57 -08009854java.io.FileDescriptor$1
Calin Juravle00b23d32019-03-08 17:52:20 -08009855java.io.FileDescriptor
Andreas Gampe859e2782016-04-06 18:37:56 -07009856java.io.FileFilter
Andreas Gampe571fc302016-02-18 13:58:09 -08009857java.io.FileInputStream$UseManualSkipException
Calin Juravle00b23d32019-03-08 17:52:20 -08009858java.io.FileInputStream
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08009859java.io.FileNotFoundException
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08009860java.io.FileOutputStream
Kenny Root9787b802013-04-26 12:53:57 -07009861java.io.FileReader
Andreas Gampe571fc302016-02-18 13:58:09 -08009862java.io.FileSystem
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07009863java.io.FileWriter
Andreas Gampe571fc302016-02-18 13:58:09 -08009864java.io.FilenameFilter
Evan Millar0ea97b82009-03-24 17:49:23 -07009865java.io.FilterInputStream
Andreas Gampe61e7b662015-06-17 23:57:04 -07009866java.io.FilterOutputStream
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07009867java.io.FilterReader
Andreas Gampe61e7b662015-06-17 23:57:04 -07009868java.io.Flushable
Evan Millar0ea97b82009-03-24 17:49:23 -07009869java.io.IOException
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08009870java.io.InputStream
9871java.io.InputStreamReader
Andreas Gampedcad4ca2014-10-03 02:00:29 +00009872java.io.InterruptedIOException
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07009873java.io.InvalidClassException
Andreas Gampe61e7b662015-06-17 23:57:04 -07009874java.io.InvalidObjectException
Calin Juravle4a054192018-05-29 17:52:20 -07009875java.io.NotSerializableException
Andreas Gampe61e7b662015-06-17 23:57:04 -07009876java.io.ObjectInput
Andreas Gampe0db10fd2017-02-01 15:57:57 -08009877java.io.ObjectInputStream$BlockDataInputStream
Andreas Gampe0db10fd2017-02-01 15:57:57 -08009878java.io.ObjectInputStream$HandleTable$HandleList
Calin Juravle00b23d32019-03-08 17:52:20 -08009879java.io.ObjectInputStream$HandleTable
Andreas Gampe0db10fd2017-02-01 15:57:57 -08009880java.io.ObjectInputStream$PeekInputStream
9881java.io.ObjectInputStream$ValidationList
Calin Juravle00b23d32019-03-08 17:52:20 -08009882java.io.ObjectInputStream
Andreas Gampe61e7b662015-06-17 23:57:04 -07009883java.io.ObjectOutput
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07009884java.io.ObjectOutputStream$BlockDataOutputStream
9885java.io.ObjectOutputStream$HandleTable
Andreas Gampe0db10fd2017-02-01 15:57:57 -08009886java.io.ObjectOutputStream$PutField
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07009887java.io.ObjectOutputStream$ReplaceTable
Calin Juravle00b23d32019-03-08 17:52:20 -08009888java.io.ObjectOutputStream
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07009889java.io.ObjectStreamClass$1
9890java.io.ObjectStreamClass$2
9891java.io.ObjectStreamClass$3
9892java.io.ObjectStreamClass$4
9893java.io.ObjectStreamClass$5
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009894java.io.ObjectStreamClass$Caches
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07009895java.io.ObjectStreamClass$ClassDataSlot
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009896java.io.ObjectStreamClass$DefaultSUIDCompatibilityListener
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009897java.io.ObjectStreamClass$EntryFuture
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07009898java.io.ObjectStreamClass$ExceptionInfo
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009899java.io.ObjectStreamClass$FieldReflector
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07009900java.io.ObjectStreamClass$FieldReflectorKey
9901java.io.ObjectStreamClass$MemberSignature
9902java.io.ObjectStreamClass$WeakClassKey
Calin Juravle00b23d32019-03-08 17:52:20 -08009903java.io.ObjectStreamClass
Andreas Gampe61e7b662015-06-17 23:57:04 -07009904java.io.ObjectStreamConstants
9905java.io.ObjectStreamException
9906java.io.ObjectStreamField
art-benchmark-serviced5115932020-02-25 17:55:03 -08009907java.io.OptionalDataException
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08009908java.io.OutputStream
9909java.io.OutputStreamWriter
Andreas Gampe61e7b662015-06-17 23:57:04 -07009910java.io.PrintStream
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08009911java.io.PrintWriter
Kenny Root9787b802013-04-26 12:53:57 -07009912java.io.PushbackInputStream
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07009913java.io.PushbackReader
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08009914java.io.RandomAccessFile
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08009915java.io.Reader
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07009916java.io.SequenceInputStream
9917java.io.SerialCallbackContext
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08009918java.io.Serializable
Andreas Gampe61e7b662015-06-17 23:57:04 -07009919java.io.SerializablePermission
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07009920java.io.StreamCorruptedException
art-benchmark-serviced60351b2020-04-11 17:55:40 -07009921java.io.StringBufferInputStream
Kenny Root9787b802013-04-26 12:53:57 -07009922java.io.StringReader
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07009923java.io.StringWriter
art-benchmark-serviced5115932020-02-25 17:55:03 -08009924java.io.UTFDataFormatException
Calin Juravle36829e52019-04-10 19:07:47 -07009925java.io.UncheckedIOException
Andreas Gampe571fc302016-02-18 13:58:09 -08009926java.io.UnixFileSystem
Andreas Gampedcad4ca2014-10-03 02:00:29 +00009927java.io.UnsupportedEncodingException
Andreas Gampe61e7b662015-06-17 23:57:04 -07009928java.io.Writer
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009929java.lang.-$$Lambda$CharSequence$lS6BYp9KMNOi2HcboXLiOooqoX8
9930java.lang.-$$Lambda$CharSequence$lnrrVTEPDeRteHnQDz8kEht4CY8
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04009931java.lang.AbstractMethodError
Andreas Gampe61e7b662015-06-17 23:57:04 -07009932java.lang.AbstractStringBuilder
Andreas Gampecbcb9e32016-06-03 17:24:05 -07009933java.lang.AndroidHardcodedSystemProperties
Andreas Gampe61e7b662015-06-17 23:57:04 -07009934java.lang.Appendable
Andreas Gampe0db10fd2017-02-01 15:57:57 -08009935java.lang.ArithmeticException
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08009936java.lang.ArrayIndexOutOfBoundsException
Andreas Gampe571fc302016-02-18 13:58:09 -08009937java.lang.ArrayStoreException
Andreas Gampe61e7b662015-06-17 23:57:04 -07009938java.lang.AssertionError
9939java.lang.AutoCloseable
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08009940java.lang.Boolean
Andreas Gampe61e7b662015-06-17 23:57:04 -07009941java.lang.BootClassLoader
Andreas Gampe571fc302016-02-18 13:58:09 -08009942java.lang.Byte$ByteCache
Calin Juravle00b23d32019-03-08 17:52:20 -08009943java.lang.Byte
Andreas Gampe61e7b662015-06-17 23:57:04 -07009944java.lang.CaseMapper$1
Calin Juravle00b23d32019-03-08 17:52:20 -08009945java.lang.CaseMapper
Andreas Gampecbcb9e32016-06-03 17:24:05 -07009946java.lang.CharSequence$1CharIterator
9947java.lang.CharSequence$1CodePointIterator
Calin Juravle00b23d32019-03-08 17:52:20 -08009948java.lang.CharSequence
Andreas Gampe571fc302016-02-18 13:58:09 -08009949java.lang.Character$CharacterCache
Andreas Gampe61e7b662015-06-17 23:57:04 -07009950java.lang.Character$Subset
9951java.lang.Character$UnicodeBlock
Calin Juravle00b23d32019-03-08 17:52:20 -08009952java.lang.Character
Andreas Gampe61e7b662015-06-17 23:57:04 -07009953java.lang.Class$Caches
Calin Juravle00b23d32019-03-08 17:52:20 -08009954java.lang.Class
Jesse Wilson80686182011-01-21 17:12:43 -08009955java.lang.ClassCastException
art-benchmark-serviced5115932020-02-25 17:55:03 -08009956java.lang.ClassFormatError
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08009957java.lang.ClassLoader$SystemClassLoader
Calin Juravle00b23d32019-03-08 17:52:20 -08009958java.lang.ClassLoader
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07009959java.lang.ClassNotFoundException
Andreas Gampedcad4ca2014-10-03 02:00:29 +00009960java.lang.CloneNotSupportedException
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08009961java.lang.Cloneable
9962java.lang.Comparable
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04009963java.lang.Daemons$Daemon
9964java.lang.Daemons$FinalizerDaemon
9965java.lang.Daemons$FinalizerWatchdogDaemon
Andreas Gampe61e7b662015-06-17 23:57:04 -07009966java.lang.Daemons$HeapTaskDaemon
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04009967java.lang.Daemons$ReferenceQueueDaemon
Calin Juravle00b23d32019-03-08 17:52:20 -08009968java.lang.Daemons
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009969java.lang.Deprecated
Andreas Gampe61e7b662015-06-17 23:57:04 -07009970java.lang.DexCache
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08009971java.lang.Double
Andreas Gampe61e7b662015-06-17 23:57:04 -07009972java.lang.Enum$1
Calin Juravle00b23d32019-03-08 17:52:20 -08009973java.lang.Enum
Andreas Gampe571fc302016-02-18 13:58:09 -08009974java.lang.EnumConstantNotPresentException
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08009975java.lang.Error
9976java.lang.Exception
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009977java.lang.ExceptionInInitializerError
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08009978java.lang.Float
Andreas Gampe0db10fd2017-02-01 15:57:57 -08009979java.lang.IllegalAccessError
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04009980java.lang.IllegalAccessException
Evan Millar0ea97b82009-03-24 17:49:23 -07009981java.lang.IllegalArgumentException
Calin Juravle00b23d32019-03-08 17:52:20 -08009982java.lang.IllegalMonitorStateException
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07009983java.lang.IllegalStateException
Andreas Gampe61e7b662015-06-17 23:57:04 -07009984java.lang.IllegalThreadStateException
9985java.lang.IncompatibleClassChangeError
9986java.lang.IndexOutOfBoundsException
Andreas Gampe571fc302016-02-18 13:58:09 -08009987java.lang.InheritableThreadLocal
art-benchmark-serviced5115932020-02-25 17:55:03 -08009988java.lang.InstantiationError
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04009989java.lang.InstantiationException
Andreas Gampe571fc302016-02-18 13:58:09 -08009990java.lang.Integer$IntegerCache
Calin Juravle00b23d32019-03-08 17:52:20 -08009991java.lang.Integer
Andreas Gampe61e7b662015-06-17 23:57:04 -07009992java.lang.InternalError
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08009993java.lang.InterruptedException
9994java.lang.Iterable
Andreas Gampe61e7b662015-06-17 23:57:04 -07009995java.lang.LinkageError
Andreas Gampe571fc302016-02-18 13:58:09 -08009996java.lang.Long$LongCache
Calin Juravle00b23d32019-03-08 17:52:20 -08009997java.lang.Long
Andreas Gampe0db10fd2017-02-01 15:57:57 -08009998java.lang.Math$RandomNumberGeneratorHolder
Calin Juravle00b23d32019-03-08 17:52:20 -08009999java.lang.Math
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010000java.lang.NegativeArraySizeException
Evan Millar0ea97b82009-03-24 17:49:23 -070010001java.lang.NoClassDefFoundError
Jesse Wilson0d8eeb42011-08-24 09:33:06 -040010002java.lang.NoSuchFieldError
10003java.lang.NoSuchFieldException
10004java.lang.NoSuchMethodError
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070010005java.lang.NoSuchMethodException
Jesse Wilson0d8eeb42011-08-24 09:33:06 -040010006java.lang.NullPointerException
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080010007java.lang.Number
Evan Millar0ea97b82009-03-24 17:49:23 -070010008java.lang.NumberFormatException
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080010009java.lang.Object
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080010010java.lang.OutOfMemoryError
Andreas Gampe61e7b662015-06-17 23:57:04 -070010011java.lang.Package
Andreas Gampe571fc302016-02-18 13:58:09 -080010012java.lang.Process
Calin Juravle4a054192018-05-29 17:52:20 -070010013java.lang.ProcessBuilder$NullInputStream
10014java.lang.ProcessBuilder$NullOutputStream
Calin Juravle00b23d32019-03-08 17:52:20 -080010015java.lang.ProcessBuilder
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010016java.lang.ProcessEnvironment$ExternalData
10017java.lang.ProcessEnvironment$StringEnvironment
10018java.lang.ProcessEnvironment$Value
10019java.lang.ProcessEnvironment$Variable
Calin Juravle00b23d32019-03-08 17:52:20 -080010020java.lang.ProcessEnvironment
Calin Juravle4a054192018-05-29 17:52:20 -070010021java.lang.ProcessImpl
Andreas Gampe61e7b662015-06-17 23:57:04 -070010022java.lang.Readable
Andreas Gampe61e7b662015-06-17 23:57:04 -070010023java.lang.ReflectiveOperationException
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080010024java.lang.Runnable
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080010025java.lang.Runtime
Evan Millar0ea97b82009-03-24 17:49:23 -070010026java.lang.RuntimeException
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080010027java.lang.RuntimePermission
Kenny Root9787b802013-04-26 12:53:57 -070010028java.lang.SecurityException
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010029java.lang.SecurityManager
Andreas Gampe571fc302016-02-18 13:58:09 -080010030java.lang.Short$ShortCache
Calin Juravle00b23d32019-03-08 17:52:20 -080010031java.lang.Short
Andreas Gampe61e7b662015-06-17 23:57:04 -070010032java.lang.StackOverflowError
10033java.lang.StackTraceElement
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080010034java.lang.StrictMath
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010035java.lang.String$1
Andreas Gampe61e7b662015-06-17 23:57:04 -070010036java.lang.String$CaseInsensitiveComparator
Calin Juravle00b23d32019-03-08 17:52:20 -080010037java.lang.String
Andreas Gampe61e7b662015-06-17 23:57:04 -070010038java.lang.StringBuffer
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080010039java.lang.StringBuilder
Andreas Gampe61e7b662015-06-17 23:57:04 -070010040java.lang.StringFactory
10041java.lang.StringIndexOutOfBoundsException
Andreas Gampedcad4ca2014-10-03 02:00:29 +000010042java.lang.System$PropertiesWithNonOverrideableDefaults
Calin Juravle00b23d32019-03-08 17:52:20 -080010043java.lang.System
Andreas Gampe571fc302016-02-18 13:58:09 -080010044java.lang.Thread$1
10045java.lang.Thread$Caches
Andreas Gampe61e7b662015-06-17 23:57:04 -070010046java.lang.Thread$State
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080010047java.lang.Thread$UncaughtExceptionHandler
Andreas Gampe571fc302016-02-18 13:58:09 -080010048java.lang.Thread$WeakClassKey
Calin Juravle00b23d32019-03-08 17:52:20 -080010049java.lang.Thread
Andreas Gampe61e7b662015-06-17 23:57:04 -070010050java.lang.ThreadDeath
10051java.lang.ThreadGroup
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070010052java.lang.ThreadLocal$SuppliedThreadLocal
Andreas Gampe571fc302016-02-18 13:58:09 -080010053java.lang.ThreadLocal$ThreadLocalMap$Entry
Calin Juravle00b23d32019-03-08 17:52:20 -080010054java.lang.ThreadLocal$ThreadLocalMap
10055java.lang.ThreadLocal
Andreas Gampe571fc302016-02-18 13:58:09 -080010056java.lang.Throwable$PrintStreamOrWriter
10057java.lang.Throwable$SentinelHolder
10058java.lang.Throwable$WrappedPrintStream
10059java.lang.Throwable$WrappedPrintWriter
Calin Juravle00b23d32019-03-08 17:52:20 -080010060java.lang.Throwable
Andreas Gampe571fc302016-02-18 13:58:09 -080010061java.lang.TypeNotPresentException
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010062java.lang.UNIXProcess$1
10063java.lang.UNIXProcess$2
10064java.lang.UNIXProcess$3
10065java.lang.UNIXProcess$ProcessPipeInputStream
10066java.lang.UNIXProcess$ProcessPipeOutputStream
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010067java.lang.UNIXProcess$ProcessReaperThreadFactory$1
Calin Juravle00b23d32019-03-08 17:52:20 -080010068java.lang.UNIXProcess$ProcessReaperThreadFactory
10069java.lang.UNIXProcess
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080010070java.lang.UnsatisfiedLinkError
10071java.lang.UnsupportedOperationException
Andreas Gampe61e7b662015-06-17 23:57:04 -070010072java.lang.VMClassLoader
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010073java.lang.VerifyError
Andreas Gampe61e7b662015-06-17 23:57:04 -070010074java.lang.VirtualMachineError
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080010075java.lang.Void
10076java.lang.annotation.Annotation
Andreas Gampe571fc302016-02-18 13:58:09 -080010077java.lang.annotation.AnnotationTypeMismatchException
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010078java.lang.annotation.Documented
Andreas Gampe571fc302016-02-18 13:58:09 -080010079java.lang.annotation.IncompleteAnnotationException
Andreas Gampedcad4ca2014-10-03 02:00:29 +000010080java.lang.annotation.Inherited
Andreas Gampe571fc302016-02-18 13:58:09 -080010081java.lang.annotation.Retention
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010082java.lang.annotation.Target
10083java.lang.invoke.ArrayElementVarHandle
10084java.lang.invoke.ByteArrayViewVarHandle
10085java.lang.invoke.ByteBufferViewVarHandle
Mathieu Chartierba2c0462017-05-19 16:41:46 -070010086java.lang.invoke.CallSite
10087java.lang.invoke.ConstantCallSite
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010088java.lang.invoke.FieldVarHandle
Andreas Gampe0db10fd2017-02-01 15:57:57 -080010089java.lang.invoke.MethodHandle
Andreas Gampe0db10fd2017-02-01 15:57:57 -080010090java.lang.invoke.MethodHandleImpl$HandleInfo
Calin Juravle00b23d32019-03-08 17:52:20 -080010091java.lang.invoke.MethodHandleImpl
Andreas Gampe0db10fd2017-02-01 15:57:57 -080010092java.lang.invoke.MethodHandleInfo
10093java.lang.invoke.MethodHandleStatics
Mathieu Chartierba2c0462017-05-19 16:41:46 -070010094java.lang.invoke.MethodHandles$Lookup
Calin Juravle00b23d32019-03-08 17:52:20 -080010095java.lang.invoke.MethodHandles
Andreas Gampe0db10fd2017-02-01 15:57:57 -080010096java.lang.invoke.MethodType$ConcurrentWeakInternSet$WeakEntry
Calin Juravle00b23d32019-03-08 17:52:20 -080010097java.lang.invoke.MethodType$ConcurrentWeakInternSet
10098java.lang.invoke.MethodType
Andreas Gampe0db10fd2017-02-01 15:57:57 -080010099java.lang.invoke.MethodTypeForm
Calin Juravle36829e52019-04-10 19:07:47 -070010100java.lang.invoke.SerializedLambda
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070010101java.lang.invoke.Transformers$AlwaysThrow
Andreas Gampe0db10fd2017-02-01 15:57:57 -080010102java.lang.invoke.Transformers$BindTo
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070010103java.lang.invoke.Transformers$CatchException
10104java.lang.invoke.Transformers$CollectArguments
Andreas Gampe0db10fd2017-02-01 15:57:57 -080010105java.lang.invoke.Transformers$Collector
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070010106java.lang.invoke.Transformers$Constant
Mathieu Chartierba2c0462017-05-19 16:41:46 -070010107java.lang.invoke.Transformers$Construct
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070010108java.lang.invoke.Transformers$DropArguments
10109java.lang.invoke.Transformers$ExplicitCastArguments
10110java.lang.invoke.Transformers$FilterArguments
10111java.lang.invoke.Transformers$FilterReturnValue
10112java.lang.invoke.Transformers$FoldArguments
10113java.lang.invoke.Transformers$GuardWithTest
10114java.lang.invoke.Transformers$InsertArguments
10115java.lang.invoke.Transformers$Invoker
10116java.lang.invoke.Transformers$PermuteArguments
10117java.lang.invoke.Transformers$ReferenceArrayElementGetter
10118java.lang.invoke.Transformers$ReferenceArrayElementSetter
10119java.lang.invoke.Transformers$ReferenceIdentity
Andreas Gampe0db10fd2017-02-01 15:57:57 -080010120java.lang.invoke.Transformers$Spreader
10121java.lang.invoke.Transformers$Transformer
10122java.lang.invoke.Transformers$VarargsCollector
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010123java.lang.invoke.VarHandle$1
10124java.lang.invoke.VarHandle$AccessMode
10125java.lang.invoke.VarHandle$AccessType
Calin Juravle00b23d32019-03-08 17:52:20 -080010126java.lang.invoke.VarHandle
Andreas Gampe0db10fd2017-02-01 15:57:57 -080010127java.lang.invoke.WrongMethodTypeException
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010128java.lang.ref.FinalizerReference$1
Andreas Gampe61e7b662015-06-17 23:57:04 -070010129java.lang.ref.FinalizerReference$Sentinel
Calin Juravle00b23d32019-03-08 17:52:20 -080010130java.lang.ref.FinalizerReference
Andreas Gampe61e7b662015-06-17 23:57:04 -070010131java.lang.ref.PhantomReference
Calin Juravle4a054192018-05-29 17:52:20 -070010132java.lang.ref.Reference$SinkHolder$1
Calin Juravle00b23d32019-03-08 17:52:20 -080010133java.lang.ref.Reference$SinkHolder
10134java.lang.ref.Reference
Andreas Gampe61e7b662015-06-17 23:57:04 -070010135java.lang.ref.ReferenceQueue
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080010136java.lang.ref.SoftReference
10137java.lang.ref.WeakReference
Andreas Gampe61e7b662015-06-17 23:57:04 -070010138java.lang.reflect.AccessibleObject
10139java.lang.reflect.AnnotatedElement
10140java.lang.reflect.Array
10141java.lang.reflect.Constructor
Andreas Gampe0db10fd2017-02-01 15:57:57 -080010142java.lang.reflect.Executable$GenericInfo
Calin Juravle00b23d32019-03-08 17:52:20 -080010143java.lang.reflect.Executable
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080010144java.lang.reflect.Field
Mathieu Chartierba2c0462017-05-19 16:41:46 -070010145java.lang.reflect.GenericArrayType
Andreas Gampe61e7b662015-06-17 23:57:04 -070010146java.lang.reflect.GenericDeclaration
art-benchmark-serviced5115932020-02-25 17:55:03 -080010147java.lang.reflect.GenericSignatureFormatError
Andreas Gampe61e7b662015-06-17 23:57:04 -070010148java.lang.reflect.InvocationHandler
Andreas Gampedcad4ca2014-10-03 02:00:29 +000010149java.lang.reflect.InvocationTargetException
Andreas Gampe0db10fd2017-02-01 15:57:57 -080010150java.lang.reflect.MalformedParametersException
Andreas Gampe61e7b662015-06-17 23:57:04 -070010151java.lang.reflect.Member
Andreas Gampe61e7b662015-06-17 23:57:04 -070010152java.lang.reflect.Method$1
Calin Juravle00b23d32019-03-08 17:52:20 -080010153java.lang.reflect.Method
Andreas Gampe61e7b662015-06-17 23:57:04 -070010154java.lang.reflect.Modifier
Andreas Gampe0db10fd2017-02-01 15:57:57 -080010155java.lang.reflect.Parameter
Andreas Gampedcad4ca2014-10-03 02:00:29 +000010156java.lang.reflect.ParameterizedType
Andreas Gampe61e7b662015-06-17 23:57:04 -070010157java.lang.reflect.Proxy$1
Andreas Gampe0db10fd2017-02-01 15:57:57 -080010158java.lang.reflect.Proxy$Key1
10159java.lang.reflect.Proxy$Key2
10160java.lang.reflect.Proxy$KeyFactory
10161java.lang.reflect.Proxy$KeyX
10162java.lang.reflect.Proxy$ProxyClassFactory
Calin Juravle00b23d32019-03-08 17:52:20 -080010163java.lang.reflect.Proxy
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080010164java.lang.reflect.Type
Andreas Gampe61e7b662015-06-17 23:57:04 -070010165java.lang.reflect.TypeVariable
Mathieu Chartierba2c0462017-05-19 16:41:46 -070010166java.lang.reflect.UndeclaredThrowableException
Andreas Gampe0db10fd2017-02-01 15:57:57 -080010167java.lang.reflect.WeakCache$CacheKey
10168java.lang.reflect.WeakCache$CacheValue
10169java.lang.reflect.WeakCache$Factory
10170java.lang.reflect.WeakCache$LookupValue
10171java.lang.reflect.WeakCache$Value
Calin Juravle00b23d32019-03-08 17:52:20 -080010172java.lang.reflect.WeakCache
Mathieu Chartierba2c0462017-05-19 16:41:46 -070010173java.lang.reflect.WildcardType
Calin Juravle4a054192018-05-29 17:52:20 -070010174java.math.BigDecimal$1
Calin Juravle00b23d32019-03-08 17:52:20 -080010175java.math.BigDecimal
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080010176java.math.BigInt
10177java.math.BigInteger
Calin Juravle4a054192018-05-29 17:52:20 -070010178java.math.Conversion
10179java.math.MathContext
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010180java.math.Multiplication
Brian Carlstrom570bb562010-06-30 00:54:29 -070010181java.math.NativeBN
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070010182java.math.RoundingMode
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010183java.net.AbstractPlainDatagramSocketImpl
Andreas Gampe571fc302016-02-18 13:58:09 -080010184java.net.AbstractPlainSocketImpl
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070010185java.net.AddressCache$AddressCacheEntry
Andreas Gampedcad4ca2014-10-03 02:00:29 +000010186java.net.AddressCache$AddressCacheKey
Calin Juravle00b23d32019-03-08 17:52:20 -080010187java.net.AddressCache
art-benchmark-serviced60351b2020-04-11 17:55:40 -070010188java.net.Authenticator$RequestorType
10189java.net.Authenticator
Andreas Gampedcad4ca2014-10-03 02:00:29 +000010190java.net.ConnectException
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010191java.net.CookieHandler
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010192java.net.CookieManager$CookiePathComparator
Calin Juravle00b23d32019-03-08 17:52:20 -080010193java.net.CookieManager
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010194java.net.CookiePolicy$1
10195java.net.CookiePolicy$2
10196java.net.CookiePolicy$3
Calin Juravle00b23d32019-03-08 17:52:20 -080010197java.net.CookiePolicy
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010198java.net.CookieStore
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070010199java.net.DatagramPacket
10200java.net.DatagramSocket$1
Calin Juravle00b23d32019-03-08 17:52:20 -080010201java.net.DatagramSocket
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070010202java.net.DatagramSocketImpl
Calin Juravle4a054192018-05-29 17:52:20 -070010203java.net.DefaultDatagramSocketImplFactory
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070010204java.net.DefaultInterface
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010205java.net.HttpCookie$10
10206java.net.HttpCookie$11
Calin Juravle00b23d32019-03-08 17:52:20 -080010207java.net.HttpCookie$1
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010208java.net.HttpCookie$2
10209java.net.HttpCookie$3
10210java.net.HttpCookie$4
10211java.net.HttpCookie$5
10212java.net.HttpCookie$6
10213java.net.HttpCookie$7
10214java.net.HttpCookie$8
10215java.net.HttpCookie$9
10216java.net.HttpCookie$CookieAttributeAssignor
Calin Juravle00b23d32019-03-08 17:52:20 -080010217java.net.HttpCookie
art-benchmark-serviced5115932020-02-25 17:55:03 -080010218java.net.HttpRetryException
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070010219java.net.HttpURLConnection
Andreas Gampe571fc302016-02-18 13:58:09 -080010220java.net.IDN
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010221java.net.InMemoryCookieStore
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080010222java.net.Inet4Address
Andreas Gampe0db10fd2017-02-01 15:57:57 -080010223java.net.Inet6Address$Inet6AddressHolder
Calin Juravle00b23d32019-03-08 17:52:20 -080010224java.net.Inet6Address
Andreas Gampe571fc302016-02-18 13:58:09 -080010225java.net.Inet6AddressImpl
Andreas Gampe571fc302016-02-18 13:58:09 -080010226java.net.InetAddress$1
10227java.net.InetAddress$InetAddressHolder
Calin Juravle00b23d32019-03-08 17:52:20 -080010228java.net.InetAddress
Andreas Gampe571fc302016-02-18 13:58:09 -080010229java.net.InetAddressImpl
Andreas Gampe571fc302016-02-18 13:58:09 -080010230java.net.InetSocketAddress$InetSocketAddressHolder
Calin Juravle00b23d32019-03-08 17:52:20 -080010231java.net.InetSocketAddress
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070010232java.net.InterfaceAddress
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080010233java.net.JarURLConnection
Andreas Gampedcad4ca2014-10-03 02:00:29 +000010234java.net.MalformedURLException
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070010235java.net.MulticastSocket
art-benchmark-serviced8f25642020-01-27 20:25:10 -080010236java.net.NetPermission
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010237java.net.NetworkInterface$1checkedAddresses
Calin Juravle00b23d32019-03-08 17:52:20 -080010238java.net.NetworkInterface
Calin Juravle4a054192018-05-29 17:52:20 -070010239java.net.NoRouteToHostException
Andreas Gampe571fc302016-02-18 13:58:09 -080010240java.net.Parts
art-benchmark-serviced60351b2020-04-11 17:55:40 -070010241java.net.PasswordAuthentication
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070010242java.net.PlainDatagramSocketImpl
Jesse Wilson0d8eeb42011-08-24 09:33:06 -040010243java.net.PlainSocketImpl
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010244java.net.PortUnreachableException
10245java.net.ProtocolException
10246java.net.ProtocolFamily
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010247java.net.Proxy$Type
Calin Juravle00b23d32019-03-08 17:52:20 -080010248java.net.Proxy
Jesse Wilson80686182011-01-21 17:12:43 -080010249java.net.ProxySelector
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010250java.net.ResponseCache
10251java.net.ServerSocket
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010252java.net.Socket$1
Andreas Gampe0db10fd2017-02-01 15:57:57 -080010253java.net.Socket$2
10254java.net.Socket$3
Calin Juravle00b23d32019-03-08 17:52:20 -080010255java.net.Socket
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070010256java.net.SocketAddress
Andreas Gampedcad4ca2014-10-03 02:00:29 +000010257java.net.SocketException
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080010258java.net.SocketImpl
art-benchmark-serviced5115932020-02-25 17:55:03 -080010259java.net.SocketImplFactory
Andreas Gampe571fc302016-02-18 13:58:09 -080010260java.net.SocketInputStream
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080010261java.net.SocketOptions
Andreas Gampe571fc302016-02-18 13:58:09 -080010262java.net.SocketOutputStream
art-benchmark-serviced8f25642020-01-27 20:25:10 -080010263java.net.SocketPermission
Andreas Gampedcad4ca2014-10-03 02:00:29 +000010264java.net.SocketTimeoutException
Andreas Gampe571fc302016-02-18 13:58:09 -080010265java.net.SocksConsts
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010266java.net.SocksSocketImpl
Calin Juravle4a054192018-05-29 17:52:20 -070010267java.net.StandardProtocolFamily
Andreas Gampe571fc302016-02-18 13:58:09 -080010268java.net.URI$Parser
Calin Juravle00b23d32019-03-08 17:52:20 -080010269java.net.URI
Andreas Gampedcad4ca2014-10-03 02:00:29 +000010270java.net.URISyntaxException
Andreas Gampe61e7b662015-06-17 23:57:04 -070010271java.net.URL
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080010272java.net.URLConnection
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010273java.net.URLDecoder
10274java.net.URLEncoder
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080010275java.net.URLStreamHandler
Andreas Gampedcad4ca2014-10-03 02:00:29 +000010276java.net.URLStreamHandlerFactory
Kenny Rootdbf30ed2012-09-19 13:08:12 -070010277java.net.UnknownHostException
Calin Juravle4a054192018-05-29 17:52:20 -070010278java.net.UnknownServiceException
Andreas Gampe571fc302016-02-18 13:58:09 -080010279java.nio.Bits
Andreas Gampe61e7b662015-06-17 23:57:04 -070010280java.nio.Buffer
10281java.nio.BufferOverflowException
10282java.nio.BufferUnderflowException
Andreas Gampe61e7b662015-06-17 23:57:04 -070010283java.nio.ByteBuffer
10284java.nio.ByteBufferAsCharBuffer
10285java.nio.ByteBufferAsDoubleBuffer
10286java.nio.ByteBufferAsFloatBuffer
10287java.nio.ByteBufferAsIntBuffer
10288java.nio.ByteBufferAsLongBuffer
10289java.nio.ByteBufferAsShortBuffer
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080010290java.nio.ByteOrder
Andreas Gampe61e7b662015-06-17 23:57:04 -070010291java.nio.CharBuffer
Andreas Gampe571fc302016-02-18 13:58:09 -080010292java.nio.DirectByteBuffer$MemoryRef
Calin Juravle00b23d32019-03-08 17:52:20 -080010293java.nio.DirectByteBuffer
Andreas Gampe61e7b662015-06-17 23:57:04 -070010294java.nio.DoubleBuffer
Andreas Gampe61e7b662015-06-17 23:57:04 -070010295java.nio.FloatBuffer
Andreas Gampe571fc302016-02-18 13:58:09 -080010296java.nio.HeapByteBuffer
10297java.nio.HeapCharBuffer
Andreas Gampe61e7b662015-06-17 23:57:04 -070010298java.nio.IntBuffer
10299java.nio.InvalidMarkException
10300java.nio.LongBuffer
10301java.nio.MappedByteBuffer
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080010302java.nio.NIOAccess
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070010303java.nio.NioUtils
Andreas Gampe61e7b662015-06-17 23:57:04 -070010304java.nio.ReadOnlyBufferException
10305java.nio.ShortBuffer
Andreas Gampe571fc302016-02-18 13:58:09 -080010306java.nio.StringCharBuffer
Andreas Gampedcad4ca2014-10-03 02:00:29 +000010307java.nio.channels.AsynchronousCloseException
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080010308java.nio.channels.ByteChannel
10309java.nio.channels.Channel
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010310java.nio.channels.Channels$1
Calin Juravle00b23d32019-03-08 17:52:20 -080010311java.nio.channels.Channels
Andreas Gampedcad4ca2014-10-03 02:00:29 +000010312java.nio.channels.ClosedByInterruptException
10313java.nio.channels.ClosedChannelException
Andreas Gampe571fc302016-02-18 13:58:09 -080010314java.nio.channels.DatagramChannel
Andreas Gampe61e7b662015-06-17 23:57:04 -070010315java.nio.channels.FileChannel$MapMode
Calin Juravle00b23d32019-03-08 17:52:20 -080010316java.nio.channels.FileChannel
Andreas Gampe61e7b662015-06-17 23:57:04 -070010317java.nio.channels.FileLock
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080010318java.nio.channels.GatheringByteChannel
10319java.nio.channels.InterruptibleChannel
Andreas Gampe0db10fd2017-02-01 15:57:57 -080010320java.nio.channels.MulticastChannel
Andreas Gampe571fc302016-02-18 13:58:09 -080010321java.nio.channels.NetworkChannel
Mathieu Chartierba2c0462017-05-19 16:41:46 -070010322java.nio.channels.OverlappingFileLockException
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080010323java.nio.channels.ReadableByteChannel
10324java.nio.channels.ScatteringByteChannel
Andreas Gampe571fc302016-02-18 13:58:09 -080010325java.nio.channels.SeekableByteChannel
10326java.nio.channels.SelectableChannel
Calin Juravle4a054192018-05-29 17:52:20 -070010327java.nio.channels.SelectionKey
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010328java.nio.channels.Selector
Andreas Gampe571fc302016-02-18 13:58:09 -080010329java.nio.channels.ServerSocketChannel
10330java.nio.channels.SocketChannel
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080010331java.nio.channels.WritableByteChannel
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080010332java.nio.channels.spi.AbstractInterruptibleChannel$1
Calin Juravle00b23d32019-03-08 17:52:20 -080010333java.nio.channels.spi.AbstractInterruptibleChannel
Andreas Gampe571fc302016-02-18 13:58:09 -080010334java.nio.channels.spi.AbstractSelectableChannel
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010335java.nio.channels.spi.AbstractSelectionKey
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010336java.nio.channels.spi.AbstractSelector$1
Calin Juravle00b23d32019-03-08 17:52:20 -080010337java.nio.channels.spi.AbstractSelector
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010338java.nio.channels.spi.SelectorProvider$1
Calin Juravle00b23d32019-03-08 17:52:20 -080010339java.nio.channels.spi.SelectorProvider
Andreas Gampe61e7b662015-06-17 23:57:04 -070010340java.nio.charset.CharacterCodingException
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080010341java.nio.charset.Charset
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080010342java.nio.charset.CharsetDecoder
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080010343java.nio.charset.CharsetEncoder
art-benchmark-serviced5115932020-02-25 17:55:03 -080010344java.nio.charset.CoderMalfunctionError
Andreas Gampe571fc302016-02-18 13:58:09 -080010345java.nio.charset.CoderResult$1
10346java.nio.charset.CoderResult$2
10347java.nio.charset.CoderResult$Cache
Calin Juravle00b23d32019-03-08 17:52:20 -080010348java.nio.charset.CoderResult
Andreas Gampe61e7b662015-06-17 23:57:04 -070010349java.nio.charset.CodingErrorAction
10350java.nio.charset.IllegalCharsetNameException
Andreas Gampedcad4ca2014-10-03 02:00:29 +000010351java.nio.charset.StandardCharsets
Andreas Gampe61e7b662015-06-17 23:57:04 -070010352java.nio.charset.UnsupportedCharsetException
Calin Juravle00b23d32019-03-08 17:52:20 -080010353java.nio.file.AccessMode
art-benchmark-serviced5115932020-02-25 17:55:03 -080010354java.nio.file.CopyMoveHelper
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010355java.nio.file.CopyOption
art-benchmark-serviced8f25642020-01-27 20:25:10 -080010356java.nio.file.DirectoryStream$Filter
10357java.nio.file.DirectoryStream
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010358java.nio.file.FileAlreadyExistsException
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070010359java.nio.file.FileSystem
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010360java.nio.file.FileSystemException
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070010361java.nio.file.FileSystems$DefaultFileSystemHolder$1
Calin Juravle00b23d32019-03-08 17:52:20 -080010362java.nio.file.FileSystems$DefaultFileSystemHolder
10363java.nio.file.FileSystems
art-benchmark-serviced8f25642020-01-27 20:25:10 -080010364java.nio.file.Files$AcceptAllFilter
Calin Juravle4a054192018-05-29 17:52:20 -070010365java.nio.file.Files
art-benchmark-serviced5115932020-02-25 17:55:03 -080010366java.nio.file.InvalidPathException
Calin Juravle00b23d32019-03-08 17:52:20 -080010367java.nio.file.LinkOption
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010368java.nio.file.NoSuchFileException
10369java.nio.file.OpenOption
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070010370java.nio.file.Path
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010371java.nio.file.Paths
Calin Juravle4a054192018-05-29 17:52:20 -070010372java.nio.file.StandardOpenOption
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070010373java.nio.file.Watchable
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010374java.nio.file.attribute.AttributeView
10375java.nio.file.attribute.BasicFileAttributeView
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070010376java.nio.file.attribute.BasicFileAttributes
Andreas Gampe0db10fd2017-02-01 15:57:57 -080010377java.nio.file.attribute.FileAttribute
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010378java.nio.file.attribute.FileAttributeView
Calin Juravle4a054192018-05-29 17:52:20 -070010379java.nio.file.attribute.FileTime
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070010380java.nio.file.attribute.PosixFileAttributes
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010381java.nio.file.spi.FileSystemProvider
Andreas Gampe571fc302016-02-18 13:58:09 -080010382java.security.AccessControlContext
Andreas Gampe61e7b662015-06-17 23:57:04 -070010383java.security.AccessControlException
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080010384java.security.AccessController
Andreas Gampe571fc302016-02-18 13:58:09 -080010385java.security.AlgorithmConstraints
10386java.security.AlgorithmParameters
10387java.security.AlgorithmParametersSpi
art-benchmark-serviced8f25642020-01-27 20:25:10 -080010388java.security.AllPermission
Andreas Gampe61e7b662015-06-17 23:57:04 -070010389java.security.BasicPermission
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010390java.security.CodeSigner
Andreas Gampe571fc302016-02-18 13:58:09 -080010391java.security.CryptoPrimitive
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010392java.security.DigestException
Andreas Gampedcad4ca2014-10-03 02:00:29 +000010393java.security.GeneralSecurityException
Andreas Gampe61e7b662015-06-17 23:57:04 -070010394java.security.Guard
Andreas Gampedcad4ca2014-10-03 02:00:29 +000010395java.security.InvalidAlgorithmParameterException
10396java.security.InvalidKeyException
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010397java.security.InvalidParameterException
Jesse Wilson80686182011-01-21 17:12:43 -080010398java.security.Key
Andreas Gampedcad4ca2014-10-03 02:00:29 +000010399java.security.KeyException
Andreas Gampe571fc302016-02-18 13:58:09 -080010400java.security.KeyFactory
Jesse Wilson0d8eeb42011-08-24 09:33:06 -040010401java.security.KeyFactorySpi
Andreas Gampedcad4ca2014-10-03 02:00:29 +000010402java.security.KeyManagementException
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070010403java.security.KeyPair
Calin Juravle4a054192018-05-29 17:52:20 -070010404java.security.KeyPairGenerator$Delegate
Calin Juravle00b23d32019-03-08 17:52:20 -080010405java.security.KeyPairGenerator
Calin Juravle4a054192018-05-29 17:52:20 -070010406java.security.KeyPairGeneratorSpi
Andreas Gampe571fc302016-02-18 13:58:09 -080010407java.security.KeyStore$1
Calin Juravle00b23d32019-03-08 17:52:20 -080010408java.security.KeyStore$Entry
10409java.security.KeyStore$LoadStoreParameter
10410java.security.KeyStore$PasswordProtection
10411java.security.KeyStore$PrivateKeyEntry
10412java.security.KeyStore$ProtectionParameter
art-benchmark-serviced5115932020-02-25 17:55:03 -080010413java.security.KeyStore$SecretKeyEntry
10414java.security.KeyStore$TrustedCertificateEntry
Calin Juravle00b23d32019-03-08 17:52:20 -080010415java.security.KeyStore
Andreas Gampedcad4ca2014-10-03 02:00:29 +000010416java.security.KeyStoreException
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070010417java.security.KeyStoreSpi
Andreas Gampe571fc302016-02-18 13:58:09 -080010418java.security.MessageDigest$Delegate
Calin Juravle00b23d32019-03-08 17:52:20 -080010419java.security.MessageDigest
Andreas Gampe61e7b662015-06-17 23:57:04 -070010420java.security.MessageDigestSpi
Andreas Gampedcad4ca2014-10-03 02:00:29 +000010421java.security.NoSuchAlgorithmException
10422java.security.NoSuchProviderException
Andreas Gampe61e7b662015-06-17 23:57:04 -070010423java.security.Permission
Andreas Gampe571fc302016-02-18 13:58:09 -080010424java.security.PermissionCollection
Andreas Gampe859e2782016-04-06 18:37:56 -070010425java.security.Permissions
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070010426java.security.Principal
Andreas Gampe61e7b662015-06-17 23:57:04 -070010427java.security.PrivateKey
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080010428java.security.PrivilegedAction
Andreas Gampe571fc302016-02-18 13:58:09 -080010429java.security.PrivilegedActionException
10430java.security.PrivilegedExceptionAction
Andreas Gampe61e7b662015-06-17 23:57:04 -070010431java.security.ProtectionDomain
Andreas Gampe571fc302016-02-18 13:58:09 -080010432java.security.Provider$EngineDescription
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070010433java.security.Provider$Service
Andreas Gampe571fc302016-02-18 13:58:09 -080010434java.security.Provider$ServiceKey
10435java.security.Provider$UString
Calin Juravle00b23d32019-03-08 17:52:20 -080010436java.security.Provider
10437java.security.ProviderException
Jesse Wilson0d8eeb42011-08-24 09:33:06 -040010438java.security.PublicKey
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070010439java.security.SecureRandom
10440java.security.SecureRandomSpi
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080010441java.security.Security
art-benchmark-serviced8f25642020-01-27 20:25:10 -080010442java.security.SecurityPermission
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010443java.security.Signature$Delegate
Calin Juravle00b23d32019-03-08 17:52:20 -080010444java.security.Signature
Andreas Gampe61e7b662015-06-17 23:57:04 -070010445java.security.SignatureException
10446java.security.SignatureSpi
Andreas Gampedcad4ca2014-10-03 02:00:29 +000010447java.security.UnrecoverableEntryException
10448java.security.UnrecoverableKeyException
Andreas Gampe61e7b662015-06-17 23:57:04 -070010449java.security.cert.CRL
Andreas Gampedcad4ca2014-10-03 02:00:29 +000010450java.security.cert.CRLException
Calin Juravle4a054192018-05-29 17:52:20 -070010451java.security.cert.CRLReason
Jesse Wilson0d8eeb42011-08-24 09:33:06 -040010452java.security.cert.CertPath
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010453java.security.cert.CertPathBuilderException
Andreas Gampe571fc302016-02-18 13:58:09 -080010454java.security.cert.CertPathChecker
10455java.security.cert.CertPathHelperImpl
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070010456java.security.cert.CertPathParameters
10457java.security.cert.CertPathValidator
Andreas Gampedcad4ca2014-10-03 02:00:29 +000010458java.security.cert.CertPathValidatorException
Jesse Wilson0d8eeb42011-08-24 09:33:06 -040010459java.security.cert.CertPathValidatorResult
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070010460java.security.cert.CertPathValidatorSpi
Jesse Wilson0d8eeb42011-08-24 09:33:06 -040010461java.security.cert.CertSelector
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010462java.security.cert.CertStore
10463java.security.cert.CertStoreException
10464java.security.cert.CertStoreParameters
10465java.security.cert.CertStoreSpi
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070010466java.security.cert.Certificate
Andreas Gampedcad4ca2014-10-03 02:00:29 +000010467java.security.cert.CertificateEncodingException
10468java.security.cert.CertificateException
10469java.security.cert.CertificateExpiredException
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070010470java.security.cert.CertificateFactory
10471java.security.cert.CertificateFactorySpi
Andreas Gampedcad4ca2014-10-03 02:00:29 +000010472java.security.cert.CertificateNotYetValidException
10473java.security.cert.CertificateParsingException
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010474java.security.cert.CollectionCertStoreParameters
Andreas Gampe571fc302016-02-18 13:58:09 -080010475java.security.cert.Extension
Kenny Root9787b802013-04-26 12:53:57 -070010476java.security.cert.PKIXCertPathChecker
Jesse Wilson0d8eeb42011-08-24 09:33:06 -040010477java.security.cert.PKIXCertPathValidatorResult
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070010478java.security.cert.PKIXParameters
Calin Juravle4a054192018-05-29 17:52:20 -070010479java.security.cert.PKIXRevocationChecker$Option
Calin Juravle00b23d32019-03-08 17:52:20 -080010480java.security.cert.PKIXRevocationChecker
Jesse Wilson0d8eeb42011-08-24 09:33:06 -040010481java.security.cert.PolicyNode
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070010482java.security.cert.PolicyQualifierInfo
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070010483java.security.cert.TrustAnchor
Calin Juravle00b23d32019-03-08 17:52:20 -080010484java.security.cert.X509CRL
Jesse Wilson0d8eeb42011-08-24 09:33:06 -040010485java.security.cert.X509CertSelector
Evan Millar0ea97b82009-03-24 17:49:23 -070010486java.security.cert.X509Certificate
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070010487java.security.cert.X509Extension
Jesse Wilson0d8eeb42011-08-24 09:33:06 -040010488java.security.interfaces.DSAKey
Calin Juravle00b23d32019-03-08 17:52:20 -080010489java.security.interfaces.DSAParams
Jesse Wilson0d8eeb42011-08-24 09:33:06 -040010490java.security.interfaces.DSAPublicKey
Andreas Gampe61e7b662015-06-17 23:57:04 -070010491java.security.interfaces.ECKey
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010492java.security.interfaces.ECPrivateKey
Andreas Gampe61e7b662015-06-17 23:57:04 -070010493java.security.interfaces.ECPublicKey
Jesse Wilson0d8eeb42011-08-24 09:33:06 -040010494java.security.interfaces.RSAKey
Calin Juravle00b23d32019-03-08 17:52:20 -080010495java.security.interfaces.RSAPrivateCrtKey
Andreas Gampe61e7b662015-06-17 23:57:04 -070010496java.security.interfaces.RSAPrivateKey
Jesse Wilson0d8eeb42011-08-24 09:33:06 -040010497java.security.interfaces.RSAPublicKey
Kenny Rootdbf30ed2012-09-19 13:08:12 -070010498java.security.spec.AlgorithmParameterSpec
Calin Juravle00b23d32019-03-08 17:52:20 -080010499java.security.spec.DSAParameterSpec
art-benchmark-serviced8f25642020-01-27 20:25:10 -080010500java.security.spec.DSAPublicKeySpec
Andreas Gampe61e7b662015-06-17 23:57:04 -070010501java.security.spec.ECField
10502java.security.spec.ECFieldFp
art-benchmark-serviced5115932020-02-25 17:55:03 -080010503java.security.spec.ECGenParameterSpec
Andreas Gampe61e7b662015-06-17 23:57:04 -070010504java.security.spec.ECParameterSpec
10505java.security.spec.ECPoint
Calin Juravle00b23d32019-03-08 17:52:20 -080010506java.security.spec.ECPrivateKeySpec
Andreas Gampe571fc302016-02-18 13:58:09 -080010507java.security.spec.ECPublicKeySpec
Andreas Gampe61e7b662015-06-17 23:57:04 -070010508java.security.spec.EllipticCurve
Andreas Gampe571fc302016-02-18 13:58:09 -080010509java.security.spec.EncodedKeySpec
Andreas Gampedcad4ca2014-10-03 02:00:29 +000010510java.security.spec.InvalidKeySpecException
Mathieu Chartierba2c0462017-05-19 16:41:46 -070010511java.security.spec.InvalidParameterSpecException
Andreas Gampe61e7b662015-06-17 23:57:04 -070010512java.security.spec.KeySpec
Calin Juravle4a054192018-05-29 17:52:20 -070010513java.security.spec.MGF1ParameterSpec
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070010514java.security.spec.PKCS8EncodedKeySpec
art-benchmark-serviced8f25642020-01-27 20:25:10 -080010515java.security.spec.PSSParameterSpec
art-benchmark-serviced5115932020-02-25 17:55:03 -080010516java.security.spec.RSAKeyGenParameterSpec
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010517java.security.spec.RSAPrivateCrtKeySpec
10518java.security.spec.RSAPrivateKeySpec
Andreas Gampe571fc302016-02-18 13:58:09 -080010519java.security.spec.RSAPublicKeySpec
10520java.security.spec.X509EncodedKeySpec
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010521java.sql.Date
Calin Juravle4a054192018-05-29 17:52:20 -070010522java.sql.SQLException
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010523java.sql.Time
10524java.sql.Timestamp
Jesse Wilson0d8eeb42011-08-24 09:33:06 -040010525java.text.AttributedCharacterIterator$Attribute
Calin Juravle4a054192018-05-29 17:52:20 -070010526java.text.Bidi
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010527java.text.BreakIterator
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070010528java.text.CalendarBuilder
Andreas Gampecbcb9e32016-06-03 17:24:05 -070010529java.text.CharacterIterator
art-benchmark-serviced5115932020-02-25 17:55:03 -080010530java.text.CollationKey
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070010531java.text.Collator
Kenny Root9787b802013-04-26 12:53:57 -070010532java.text.DateFormat$Field
Calin Juravle00b23d32019-03-08 17:52:20 -080010533java.text.DateFormat
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070010534java.text.DateFormatSymbols
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080010535java.text.DecimalFormat
10536java.text.DecimalFormatSymbols
Andreas Gampe571fc302016-02-18 13:58:09 -080010537java.text.DontCareFieldPosition$1
Calin Juravle00b23d32019-03-08 17:52:20 -080010538java.text.DontCareFieldPosition
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070010539java.text.FieldPosition$Delegate
Calin Juravle00b23d32019-03-08 17:52:20 -080010540java.text.FieldPosition
Jesse Wilson0d8eeb42011-08-24 09:33:06 -040010541java.text.Format$Field
Andreas Gampe571fc302016-02-18 13:58:09 -080010542java.text.Format$FieldDelegate
Calin Juravle00b23d32019-03-08 17:52:20 -080010543java.text.Format
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010544java.text.IcuIteratorWrapper
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010545java.text.MessageFormat$Field
Calin Juravle00b23d32019-03-08 17:52:20 -080010546java.text.MessageFormat
Andreas Gampe571fc302016-02-18 13:58:09 -080010547java.text.Normalizer$Form
Calin Juravle00b23d32019-03-08 17:52:20 -080010548java.text.Normalizer
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080010549java.text.NumberFormat
Andreas Gampedcad4ca2014-10-03 02:00:29 +000010550java.text.ParseException
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070010551java.text.ParsePosition
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070010552java.text.RuleBasedCollator
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080010553java.text.SimpleDateFormat
Andreas Gampecbcb9e32016-06-03 17:24:05 -070010554java.text.StringCharacterIterator
Calin Juravle4a054192018-05-29 17:52:20 -070010555java.time.-$$Lambda$Bq8PKq1YWr8nyVk9SSfRYKrOu4A
art-benchmark-serviced8f25642020-01-27 20:25:10 -080010556java.time.-$$Lambda$up1HpCqucM_DXyY-rpDOyCcdmIA
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010557java.time.Clock$SystemClock
Calin Juravle00b23d32019-03-08 17:52:20 -080010558java.time.Clock
Andreas Gampe0db10fd2017-02-01 15:57:57 -080010559java.time.DateTimeException
Calin Juravle4a054192018-05-29 17:52:20 -070010560java.time.DayOfWeek
10561java.time.Duration
Calin Juravle4a054192018-05-29 17:52:20 -070010562java.time.Instant$1
Calin Juravle00b23d32019-03-08 17:52:20 -080010563java.time.Instant
Calin Juravle4a054192018-05-29 17:52:20 -070010564java.time.LocalDate$1
Calin Juravle00b23d32019-03-08 17:52:20 -080010565java.time.LocalDate
Calin Juravle4a054192018-05-29 17:52:20 -070010566java.time.LocalDateTime
10567java.time.LocalTime
10568java.time.Month
10569java.time.Period
10570java.time.ZoneId
10571java.time.ZoneOffset
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010572java.time.ZoneRegion
Calin Juravle4a054192018-05-29 17:52:20 -070010573java.time.ZonedDateTime
10574java.time.chrono.-$$Lambda$AbstractChronology$5b0W7uLeaWkn0HLPDKwPXzJ7HPo
10575java.time.chrono.-$$Lambda$AbstractChronology$j22w8kHhJoqCd56hhLQK1G0VLFw
10576java.time.chrono.-$$Lambda$AbstractChronology$onW9aZyLFliH5Gg1qLodD_GoPfA
10577java.time.chrono.AbstractChronology
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010578java.time.chrono.ChronoLocalDate
10579java.time.chrono.ChronoLocalDateTime
Calin Juravle4a054192018-05-29 17:52:20 -070010580java.time.chrono.ChronoPeriod
10581java.time.chrono.ChronoZonedDateTime
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010582java.time.chrono.Chronology
Calin Juravle4a054192018-05-29 17:52:20 -070010583java.time.chrono.IsoChronology
10584java.time.format.-$$Lambda$DateTimeFormatter$GhpE1dbCMFpBqvhZZgrqVYpzk8E
10585java.time.format.-$$Lambda$DateTimeFormatter$QqeEAMXK7Qf5gsmaSCLmrVwQ1Ns
10586java.time.format.-$$Lambda$DateTimeFormatterBuilder$M-GACNxm6552EiylPRPw4dyNXKo
10587java.time.format.DateTimeFormatter
Calin Juravle00b23d32019-03-08 17:52:20 -080010588java.time.format.DateTimeFormatterBuilder$1
Calin Juravle4a054192018-05-29 17:52:20 -070010589java.time.format.DateTimeFormatterBuilder$2
10590java.time.format.DateTimeFormatterBuilder$CharLiteralPrinterParser
10591java.time.format.DateTimeFormatterBuilder$CompositePrinterParser
Calin Juravle00b23d32019-03-08 17:52:20 -080010592java.time.format.DateTimeFormatterBuilder$DateTimePrinterParser
Calin Juravle4a054192018-05-29 17:52:20 -070010593java.time.format.DateTimeFormatterBuilder$FractionPrinterParser
Calin Juravle00b23d32019-03-08 17:52:20 -080010594java.time.format.DateTimeFormatterBuilder$InstantPrinterParser
Calin Juravle4a054192018-05-29 17:52:20 -070010595java.time.format.DateTimeFormatterBuilder$NumberPrinterParser
10596java.time.format.DateTimeFormatterBuilder$OffsetIdPrinterParser
10597java.time.format.DateTimeFormatterBuilder$SettingsParser
Calin Juravle00b23d32019-03-08 17:52:20 -080010598java.time.format.DateTimeFormatterBuilder$StringLiteralPrinterParser
10599java.time.format.DateTimeFormatterBuilder$TextPrinterParser
Calin Juravle4a054192018-05-29 17:52:20 -070010600java.time.format.DateTimeFormatterBuilder$ZoneIdPrinterParser
Calin Juravle00b23d32019-03-08 17:52:20 -080010601java.time.format.DateTimeFormatterBuilder
Calin Juravle4a054192018-05-29 17:52:20 -070010602java.time.format.DateTimeParseContext
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010603java.time.format.DateTimeParseException
Calin Juravle4a054192018-05-29 17:52:20 -070010604java.time.format.DateTimeTextProvider$1
10605java.time.format.DateTimeTextProvider$LocaleStore
Calin Juravle00b23d32019-03-08 17:52:20 -080010606java.time.format.DateTimeTextProvider
Calin Juravle4a054192018-05-29 17:52:20 -070010607java.time.format.DecimalStyle
10608java.time.format.Parsed
10609java.time.format.ResolverStyle
10610java.time.format.SignStyle
10611java.time.format.TextStyle
10612java.time.temporal.-$$Lambda$TemporalAdjusters$A9OZwfMlHD1vy7-nYt5NssACu7Q
10613java.time.temporal.-$$Lambda$TemporalQueries$IZUinmsZUz98YXPe0ftAd27ByiE
10614java.time.temporal.-$$Lambda$TemporalQueries$JPrXwgedeqexYxypO8VpPKV4l3c
10615java.time.temporal.-$$Lambda$TemporalQueries$PBpYKRiwkxqQNlcU-BOJfaQoONg
10616java.time.temporal.-$$Lambda$TemporalQueries$WGGw7SkRcanjtxRiTk5p0dKf_jc
10617java.time.temporal.-$$Lambda$TemporalQueries$bI5NESEXE4DqyC7TnOvbkx1GlvM
10618java.time.temporal.-$$Lambda$TemporalQueries$okxqZ6ZoOhHd_zSzW7k5qRIaLxM
10619java.time.temporal.-$$Lambda$TemporalQueries$thd4JmExRUYKd7nNlE7b5oT19ms
10620java.time.temporal.ChronoField
10621java.time.temporal.ChronoUnit
10622java.time.temporal.IsoFields$Field$1
10623java.time.temporal.IsoFields$Field$2
10624java.time.temporal.IsoFields$Field$3
10625java.time.temporal.IsoFields$Field$4
Calin Juravle00b23d32019-03-08 17:52:20 -080010626java.time.temporal.IsoFields$Field
Calin Juravle4a054192018-05-29 17:52:20 -070010627java.time.temporal.IsoFields$Unit
Calin Juravle00b23d32019-03-08 17:52:20 -080010628java.time.temporal.IsoFields
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010629java.time.temporal.Temporal
10630java.time.temporal.TemporalAccessor
10631java.time.temporal.TemporalAdjuster
Calin Juravle4a054192018-05-29 17:52:20 -070010632java.time.temporal.TemporalAdjusters
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010633java.time.temporal.TemporalAmount
10634java.time.temporal.TemporalField
art-benchmark-serviced8f25642020-01-27 20:25:10 -080010635java.time.temporal.TemporalQueries
Calin Juravle00b23d32019-03-08 17:52:20 -080010636java.time.temporal.TemporalQuery
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010637java.time.temporal.TemporalUnit
10638java.time.temporal.UnsupportedTemporalTypeException
10639java.time.temporal.ValueRange
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010640java.time.zone.IcuZoneRulesProvider$ZoneRulesCache
Calin Juravle00b23d32019-03-08 17:52:20 -080010641java.time.zone.IcuZoneRulesProvider
Calin Juravle4a054192018-05-29 17:52:20 -070010642java.time.zone.ZoneOffsetTransition
Calin Juravle4a054192018-05-29 17:52:20 -070010643java.time.zone.ZoneOffsetTransitionRule$1
10644java.time.zone.ZoneOffsetTransitionRule$TimeDefinition
Calin Juravle00b23d32019-03-08 17:52:20 -080010645java.time.zone.ZoneOffsetTransitionRule
Calin Juravle4a054192018-05-29 17:52:20 -070010646java.time.zone.ZoneRules
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010647java.time.zone.ZoneRulesException
Calin Juravle4a054192018-05-29 17:52:20 -070010648java.time.zone.ZoneRulesProvider
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010649java.util.-$$Lambda$Arrays$H0YqaggIxZUqId4_BJ1BLcUa93k
10650java.util.-$$Lambda$Arrays$KFf05FUz26CqVc_cf2bKY9C927o
10651java.util.-$$Lambda$Arrays$aBSX_SvA5f2Q1t8_MODHDGhokzk
10652java.util.-$$Lambda$Arrays$x0HcRDlColwoPupFWmOW7TREPtM
10653java.util.-$$Lambda$Comparator$4V5k8aLimtS0VsEILEAqQ9UGZYo
10654java.util.-$$Lambda$Comparator$BZSVCoA8i87ehjxxZ1weEounfDQ
10655java.util.-$$Lambda$Comparator$DNgpxUFZqmT4lOBzlVyPjWwvEvw
10656java.util.-$$Lambda$Comparator$KVN0LWz1D1wyrL2gs1CbubvLa9o
10657java.util.-$$Lambda$Comparator$SPB8K9Yj7Pw1mljm7LpasV7zxWw
10658java.util.-$$Lambda$Comparator$edSxqANnwdmzeJ1aMMcwJWE2wII
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080010659java.util.AbstractCollection
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010660java.util.AbstractList$1
Andreas Gampe571fc302016-02-18 13:58:09 -080010661java.util.AbstractList$Itr
10662java.util.AbstractList$ListItr
art-benchmark-serviced5115932020-02-25 17:55:03 -080010663java.util.AbstractList$RandomAccessSpliterator
10664java.util.AbstractList$RandomAccessSubList
10665java.util.AbstractList$SubList
Calin Juravle00b23d32019-03-08 17:52:20 -080010666java.util.AbstractList
Andreas Gampe61e7b662015-06-17 23:57:04 -070010667java.util.AbstractMap$1
10668java.util.AbstractMap$2
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010669java.util.AbstractMap$SimpleEntry
Andreas Gampe571fc302016-02-18 13:58:09 -080010670java.util.AbstractMap$SimpleImmutableEntry
Calin Juravle00b23d32019-03-08 17:52:20 -080010671java.util.AbstractMap
Andreas Gampe61e7b662015-06-17 23:57:04 -070010672java.util.AbstractQueue
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070010673java.util.AbstractSequentialList
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080010674java.util.AbstractSet
Andreas Gampe859e2782016-04-06 18:37:56 -070010675java.util.ArrayDeque$DeqIterator
Calin Juravle00b23d32019-03-08 17:52:20 -080010676java.util.ArrayDeque
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010677java.util.ArrayList$1
Andreas Gampe859e2782016-04-06 18:37:56 -070010678java.util.ArrayList$ArrayListSpliterator
Andreas Gampe571fc302016-02-18 13:58:09 -080010679java.util.ArrayList$Itr
10680java.util.ArrayList$ListItr
Andreas Gampe571fc302016-02-18 13:58:09 -080010681java.util.ArrayList$SubList$1
Calin Juravle00b23d32019-03-08 17:52:20 -080010682java.util.ArrayList$SubList
10683java.util.ArrayList
Andreas Gampe0db10fd2017-02-01 15:57:57 -080010684java.util.ArrayPrefixHelpers$CumulateTask
10685java.util.ArrayPrefixHelpers$DoubleCumulateTask
10686java.util.ArrayPrefixHelpers$IntCumulateTask
10687java.util.ArrayPrefixHelpers$LongCumulateTask
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080010688java.util.Arrays$ArrayList
Andreas Gampe0db10fd2017-02-01 15:57:57 -080010689java.util.Arrays$NaturalOrder
Calin Juravle00b23d32019-03-08 17:52:20 -080010690java.util.Arrays
Andreas Gampe0db10fd2017-02-01 15:57:57 -080010691java.util.ArraysParallelSortHelpers$FJByte$Sorter
10692java.util.ArraysParallelSortHelpers$FJChar$Sorter
10693java.util.ArraysParallelSortHelpers$FJDouble$Sorter
10694java.util.ArraysParallelSortHelpers$FJFloat$Sorter
10695java.util.ArraysParallelSortHelpers$FJInt$Sorter
10696java.util.ArraysParallelSortHelpers$FJLong$Sorter
10697java.util.ArraysParallelSortHelpers$FJObject$Sorter
10698java.util.ArraysParallelSortHelpers$FJShort$Sorter
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010699java.util.Base64$Decoder
10700java.util.Base64$Encoder
Calin Juravle00b23d32019-03-08 17:52:20 -080010701java.util.Base64
Kenny Root9787b802013-04-26 12:53:57 -070010702java.util.BitSet
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080010703java.util.Calendar
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080010704java.util.Collection
Andreas Gampe61e7b662015-06-17 23:57:04 -070010705java.util.Collections$1
10706java.util.Collections$2
Andreas Gampe859e2782016-04-06 18:37:56 -070010707java.util.Collections$3
Andreas Gampe61e7b662015-06-17 23:57:04 -070010708java.util.Collections$AsLIFOQueue
10709java.util.Collections$CheckedCollection
10710java.util.Collections$CheckedList
10711java.util.Collections$CheckedMap
Andreas Gampe0db10fd2017-02-01 15:57:57 -080010712java.util.Collections$CheckedNavigableMap
10713java.util.Collections$CheckedNavigableSet
10714java.util.Collections$CheckedQueue
Andreas Gampe61e7b662015-06-17 23:57:04 -070010715java.util.Collections$CheckedRandomAccessList
10716java.util.Collections$CheckedSet
10717java.util.Collections$CheckedSortedMap
10718java.util.Collections$CheckedSortedSet
10719java.util.Collections$CopiesList
Andreas Gampe571fc302016-02-18 13:58:09 -080010720java.util.Collections$EmptyEnumeration
10721java.util.Collections$EmptyIterator
Andreas Gampe61e7b662015-06-17 23:57:04 -070010722java.util.Collections$EmptyList
Andreas Gampe571fc302016-02-18 13:58:09 -080010723java.util.Collections$EmptyListIterator
Andreas Gampe61e7b662015-06-17 23:57:04 -070010724java.util.Collections$EmptyMap
10725java.util.Collections$EmptySet
Andreas Gampe61e7b662015-06-17 23:57:04 -070010726java.util.Collections$ReverseComparator2
Calin Juravle00b23d32019-03-08 17:52:20 -080010727java.util.Collections$ReverseComparator
Andreas Gampe61e7b662015-06-17 23:57:04 -070010728java.util.Collections$SetFromMap
10729java.util.Collections$SingletonList
10730java.util.Collections$SingletonMap
10731java.util.Collections$SingletonSet
Andreas Gampe61e7b662015-06-17 23:57:04 -070010732java.util.Collections$SynchronizedCollection
10733java.util.Collections$SynchronizedList
10734java.util.Collections$SynchronizedMap
Andreas Gampe0db10fd2017-02-01 15:57:57 -080010735java.util.Collections$SynchronizedNavigableMap
10736java.util.Collections$SynchronizedNavigableSet
Andreas Gampe61e7b662015-06-17 23:57:04 -070010737java.util.Collections$SynchronizedRandomAccessList
10738java.util.Collections$SynchronizedSet
10739java.util.Collections$SynchronizedSortedMap
10740java.util.Collections$SynchronizedSortedSet
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080010741java.util.Collections$UnmodifiableCollection$1
Calin Juravle00b23d32019-03-08 17:52:20 -080010742java.util.Collections$UnmodifiableCollection
Andreas Gampe571fc302016-02-18 13:58:09 -080010743java.util.Collections$UnmodifiableList$1
Calin Juravle00b23d32019-03-08 17:52:20 -080010744java.util.Collections$UnmodifiableList
Kenny Rootdbf30ed2012-09-19 13:08:12 -070010745java.util.Collections$UnmodifiableMap$UnmodifiableEntrySet$1
Andreas Gampe571fc302016-02-18 13:58:09 -080010746java.util.Collections$UnmodifiableMap$UnmodifiableEntrySet$UnmodifiableEntry
Calin Juravle00b23d32019-03-08 17:52:20 -080010747java.util.Collections$UnmodifiableMap$UnmodifiableEntrySet
10748java.util.Collections$UnmodifiableMap
Andreas Gampe0db10fd2017-02-01 15:57:57 -080010749java.util.Collections$UnmodifiableNavigableMap$EmptyNavigableMap
Calin Juravle00b23d32019-03-08 17:52:20 -080010750java.util.Collections$UnmodifiableNavigableMap
Andreas Gampe0db10fd2017-02-01 15:57:57 -080010751java.util.Collections$UnmodifiableNavigableSet$EmptyNavigableSet
Calin Juravle00b23d32019-03-08 17:52:20 -080010752java.util.Collections$UnmodifiableNavigableSet
Andreas Gampe61e7b662015-06-17 23:57:04 -070010753java.util.Collections$UnmodifiableRandomAccessList
10754java.util.Collections$UnmodifiableSet
10755java.util.Collections$UnmodifiableSortedMap
10756java.util.Collections$UnmodifiableSortedSet
Calin Juravle00b23d32019-03-08 17:52:20 -080010757java.util.Collections
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070010758java.util.ComparableTimSort
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080010759java.util.Comparator
Andreas Gampe859e2782016-04-06 18:37:56 -070010760java.util.Comparators$NaturalOrderComparator
10761java.util.Comparators$NullComparator
Andreas Gampe61e7b662015-06-17 23:57:04 -070010762java.util.ConcurrentModificationException
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070010763java.util.Currency
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080010764java.util.Date
Andreas Gampe61e7b662015-06-17 23:57:04 -070010765java.util.Deque
10766java.util.Dictionary
Andreas Gampedcad4ca2014-10-03 02:00:29 +000010767java.util.DualPivotQuicksort
art-benchmark-serviced5115932020-02-25 17:55:03 -080010768java.util.DuplicateFormatFlagsException
Andreas Gampe571fc302016-02-18 13:58:09 -080010769java.util.EnumMap$1
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010770java.util.EnumMap$EntryIterator$Entry
Calin Juravle00b23d32019-03-08 17:52:20 -080010771java.util.EnumMap$EntryIterator
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010772java.util.EnumMap$EntrySet
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070010773java.util.EnumMap$EnumMapIterator
10774java.util.EnumMap$KeyIterator
10775java.util.EnumMap$KeySet
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010776java.util.EnumMap$ValueIterator
10777java.util.EnumMap$Values
Calin Juravle00b23d32019-03-08 17:52:20 -080010778java.util.EnumMap
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010779java.util.EnumSet$SerializationProxy
Calin Juravle00b23d32019-03-08 17:52:20 -080010780java.util.EnumSet
Andreas Gampe61e7b662015-06-17 23:57:04 -070010781java.util.Enumeration
10782java.util.EventListener
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010783java.util.EventObject
art-benchmark-serviced5115932020-02-25 17:55:03 -080010784java.util.FormatFlagsConversionMismatchException
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070010785java.util.Formattable
Andreas Gampe571fc302016-02-18 13:58:09 -080010786java.util.Formatter$Conversion
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010787java.util.Formatter$DateTime
Andreas Gampe571fc302016-02-18 13:58:09 -080010788java.util.Formatter$FixedString
10789java.util.Formatter$Flags
10790java.util.Formatter$FormatSpecifier
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070010791java.util.Formatter$FormatSpecifierParser
Andreas Gampe571fc302016-02-18 13:58:09 -080010792java.util.Formatter$FormatString
Calin Juravle00b23d32019-03-08 17:52:20 -080010793java.util.Formatter
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010794java.util.FormatterClosedException
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080010795java.util.GregorianCalendar
Andreas Gampe61e7b662015-06-17 23:57:04 -070010796java.util.HashMap$EntryIterator
10797java.util.HashMap$EntrySet
10798java.util.HashMap$HashIterator
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010799java.util.HashMap$HashMapSpliterator
Andreas Gampe61e7b662015-06-17 23:57:04 -070010800java.util.HashMap$KeyIterator
10801java.util.HashMap$KeySet
Calin Juravle00b23d32019-03-08 17:52:20 -080010802java.util.HashMap$KeySpliterator
Andreas Gampe0db10fd2017-02-01 15:57:57 -080010803java.util.HashMap$Node
10804java.util.HashMap$TreeNode
Andreas Gampe61e7b662015-06-17 23:57:04 -070010805java.util.HashMap$ValueIterator
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010806java.util.HashMap$ValueSpliterator
Andreas Gampe61e7b662015-06-17 23:57:04 -070010807java.util.HashMap$Values
Calin Juravle00b23d32019-03-08 17:52:20 -080010808java.util.HashMap
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080010809java.util.HashSet
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010810java.util.Hashtable$EntrySet
Andreas Gampe571fc302016-02-18 13:58:09 -080010811java.util.Hashtable$Enumerator
Andreas Gampe61e7b662015-06-17 23:57:04 -070010812java.util.Hashtable$HashtableEntry
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010813java.util.Hashtable$KeySet
10814java.util.Hashtable$ValueCollection
Calin Juravle00b23d32019-03-08 17:52:20 -080010815java.util.Hashtable
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010816java.util.IdentityHashMap$EntryIterator$Entry
Calin Juravle00b23d32019-03-08 17:52:20 -080010817java.util.IdentityHashMap$EntryIterator
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010818java.util.IdentityHashMap$EntrySet
10819java.util.IdentityHashMap$IdentityHashMapIterator
10820java.util.IdentityHashMap$KeyIterator
Andreas Gampe571fc302016-02-18 13:58:09 -080010821java.util.IdentityHashMap$KeySet
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010822java.util.IdentityHashMap$ValueIterator
10823java.util.IdentityHashMap$Values
Calin Juravle00b23d32019-03-08 17:52:20 -080010824java.util.IdentityHashMap
Andreas Gampe61e7b662015-06-17 23:57:04 -070010825java.util.IllegalFormatException
art-benchmark-serviced5115932020-02-25 17:55:03 -080010826java.util.IllegalFormatPrecisionException
Andreas Gampe61e7b662015-06-17 23:57:04 -070010827java.util.IllformedLocaleException
art-benchmark-serviced5115932020-02-25 17:55:03 -080010828java.util.ImmutableCollections$AbstractImmutableList
10829java.util.ImmutableCollections$AbstractImmutableMap
10830java.util.ImmutableCollections$AbstractImmutableSet
10831java.util.ImmutableCollections$List0
10832java.util.ImmutableCollections$List1
10833java.util.ImmutableCollections$List2
10834java.util.ImmutableCollections$ListN
10835java.util.ImmutableCollections$Map0
10836java.util.ImmutableCollections$Map1
10837java.util.ImmutableCollections$MapN
10838java.util.ImmutableCollections$Set0
10839java.util.ImmutableCollections$Set1
10840java.util.ImmutableCollections$Set2
10841java.util.ImmutableCollections$SetN
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080010842java.util.Iterator
Calin Juravle4a054192018-05-29 17:52:20 -070010843java.util.JumboEnumSet$EnumSetIterator
Calin Juravle00b23d32019-03-08 17:52:20 -080010844java.util.JumboEnumSet
art-benchmark-serviced5115932020-02-25 17:55:03 -080010845java.util.KeyValueHolder
Andreas Gampe0db10fd2017-02-01 15:57:57 -080010846java.util.LinkedHashMap$LinkedEntryIterator
10847java.util.LinkedHashMap$LinkedEntrySet
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080010848java.util.LinkedHashMap$LinkedHashIterator
Andreas Gampe571fc302016-02-18 13:58:09 -080010849java.util.LinkedHashMap$LinkedHashMapEntry
Andreas Gampe0db10fd2017-02-01 15:57:57 -080010850java.util.LinkedHashMap$LinkedKeyIterator
10851java.util.LinkedHashMap$LinkedKeySet
10852java.util.LinkedHashMap$LinkedValueIterator
10853java.util.LinkedHashMap$LinkedValues
Calin Juravle00b23d32019-03-08 17:52:20 -080010854java.util.LinkedHashMap
Kenny Rootdbf30ed2012-09-19 13:08:12 -070010855java.util.LinkedHashSet
Andreas Gampe571fc302016-02-18 13:58:09 -080010856java.util.LinkedList$ListItr
10857java.util.LinkedList$Node
Calin Juravle00b23d32019-03-08 17:52:20 -080010858java.util.LinkedList
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080010859java.util.List
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080010860java.util.ListIterator
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010861java.util.Locale$1
Andreas Gampedcad4ca2014-10-03 02:00:29 +000010862java.util.Locale$Builder
Andreas Gampe571fc302016-02-18 13:58:09 -080010863java.util.Locale$Cache
10864java.util.Locale$Category
Andreas Gampe0db10fd2017-02-01 15:57:57 -080010865java.util.Locale$FilteringMode
10866java.util.Locale$LanguageRange
Andreas Gampe571fc302016-02-18 13:58:09 -080010867java.util.Locale$LocaleKey
Mathieu Chartierba2c0462017-05-19 16:41:46 -070010868java.util.Locale$NoImagePreloadHolder
Calin Juravle00b23d32019-03-08 17:52:20 -080010869java.util.Locale
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080010870java.util.Map$Entry
Calin Juravle00b23d32019-03-08 17:52:20 -080010871java.util.Map
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010872java.util.MissingFormatArgumentException
art-benchmark-serviced5115932020-02-25 17:55:03 -080010873java.util.MissingFormatWidthException
Andreas Gampedcad4ca2014-10-03 02:00:29 +000010874java.util.MissingResourceException
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070010875java.util.NavigableMap
10876java.util.NavigableSet
Andreas Gampedcad4ca2014-10-03 02:00:29 +000010877java.util.NoSuchElementException
10878java.util.Objects
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070010879java.util.Observable
10880java.util.Observer
Calin Juravle4a054192018-05-29 17:52:20 -070010881java.util.Optional
Andreas Gampecbcb9e32016-06-03 17:24:05 -070010882java.util.PrimitiveIterator$OfInt
Calin Juravle00b23d32019-03-08 17:52:20 -080010883java.util.PrimitiveIterator
Mathieu Chartierba2c0462017-05-19 16:41:46 -070010884java.util.PriorityQueue$Itr
Calin Juravle00b23d32019-03-08 17:52:20 -080010885java.util.PriorityQueue
Andreas Gampe571fc302016-02-18 13:58:09 -080010886java.util.Properties$LineReader
Calin Juravle00b23d32019-03-08 17:52:20 -080010887java.util.Properties
art-benchmark-serviced8f25642020-01-27 20:25:10 -080010888java.util.PropertyPermission
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010889java.util.PropertyResourceBundle
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070010890java.util.Queue
10891java.util.Random
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080010892java.util.RandomAccess
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070010893java.util.RegularEnumSet$EnumSetIterator
Calin Juravle00b23d32019-03-08 17:52:20 -080010894java.util.RegularEnumSet
Andreas Gampe571fc302016-02-18 13:58:09 -080010895java.util.ResourceBundle$1
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010896java.util.ResourceBundle$BundleReference
10897java.util.ResourceBundle$CacheKey
10898java.util.ResourceBundle$CacheKeyReference
10899java.util.ResourceBundle$Control$1
10900java.util.ResourceBundle$Control$CandidateListCache
art-benchmark-serviced5115932020-02-25 17:55:03 -080010901java.util.ResourceBundle$Control
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010902java.util.ResourceBundle$LoaderReference
Calin Juravle00b23d32019-03-08 17:52:20 -080010903java.util.ResourceBundle
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010904java.util.Scanner$1
Calin Juravle00b23d32019-03-08 17:52:20 -080010905java.util.Scanner
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010906java.util.ServiceConfigurationError
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010907java.util.ServiceLoader$1
10908java.util.ServiceLoader$LazyIterator
Calin Juravle00b23d32019-03-08 17:52:20 -080010909java.util.ServiceLoader
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080010910java.util.Set
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080010911java.util.SimpleTimeZone
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080010912java.util.SortedMap
10913java.util.SortedSet
Andreas Gampe859e2782016-04-06 18:37:56 -070010914java.util.Spliterator$OfDouble
10915java.util.Spliterator$OfInt
10916java.util.Spliterator$OfLong
10917java.util.Spliterator$OfPrimitive
Calin Juravle00b23d32019-03-08 17:52:20 -080010918java.util.Spliterator
Calin Juravle4a054192018-05-29 17:52:20 -070010919java.util.Spliterators$ArraySpliterator
Andreas Gampe859e2782016-04-06 18:37:56 -070010920java.util.Spliterators$EmptySpliterator$OfDouble
10921java.util.Spliterators$EmptySpliterator$OfInt
10922java.util.Spliterators$EmptySpliterator$OfLong
10923java.util.Spliterators$EmptySpliterator$OfRef
Calin Juravle00b23d32019-03-08 17:52:20 -080010924java.util.Spliterators$EmptySpliterator
10925java.util.Spliterators$IntArraySpliterator
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070010926java.util.Spliterators$IteratorSpliterator
Calin Juravle00b23d32019-03-08 17:52:20 -080010927java.util.Spliterators
Kenny Rootdbf30ed2012-09-19 13:08:12 -070010928java.util.Stack
Andreas Gampe0db10fd2017-02-01 15:57:57 -080010929java.util.StringJoiner
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080010930java.util.StringTokenizer
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010931java.util.TaskQueue
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070010932java.util.TimSort
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080010933java.util.TimeZone
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070010934java.util.Timer$1
Calin Juravle00b23d32019-03-08 17:52:20 -080010935java.util.Timer
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070010936java.util.TimerTask
10937java.util.TimerThread
Mathieu Chartierba2c0462017-05-19 16:41:46 -070010938java.util.TreeMap$AscendingSubMap$AscendingEntrySetView
Calin Juravle00b23d32019-03-08 17:52:20 -080010939java.util.TreeMap$AscendingSubMap
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010940java.util.TreeMap$DescendingSubMap
Andreas Gampe571fc302016-02-18 13:58:09 -080010941java.util.TreeMap$EntryIterator
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070010942java.util.TreeMap$EntrySet
Andreas Gampe571fc302016-02-18 13:58:09 -080010943java.util.TreeMap$KeyIterator
Jesse Wilson0d8eeb42011-08-24 09:33:06 -040010944java.util.TreeMap$KeySet
Mathieu Chartierba2c0462017-05-19 16:41:46 -070010945java.util.TreeMap$NavigableSubMap$EntrySetView
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070010946java.util.TreeMap$NavigableSubMap$SubMapEntryIterator
Mathieu Chartierba2c0462017-05-19 16:41:46 -070010947java.util.TreeMap$NavigableSubMap$SubMapIterator
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010948java.util.TreeMap$NavigableSubMap$SubMapKeyIterator
Calin Juravle00b23d32019-03-08 17:52:20 -080010949java.util.TreeMap$NavigableSubMap
Andreas Gampe571fc302016-02-18 13:58:09 -080010950java.util.TreeMap$PrivateEntryIterator
10951java.util.TreeMap$TreeMapEntry
10952java.util.TreeMap$ValueIterator
10953java.util.TreeMap$Values
Calin Juravle00b23d32019-03-08 17:52:20 -080010954java.util.TreeMap
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080010955java.util.TreeSet
Andreas Gampe571fc302016-02-18 13:58:09 -080010956java.util.UUID$Holder
Calin Juravle00b23d32019-03-08 17:52:20 -080010957java.util.UUID
art-benchmark-serviced5115932020-02-25 17:55:03 -080010958java.util.UnknownFormatConversionException
Mathieu Chartierba2c0462017-05-19 16:41:46 -070010959java.util.Vector$1
Andreas Gampe571fc302016-02-18 13:58:09 -080010960java.util.Vector$Itr
Calin Juravle00b23d32019-03-08 17:52:20 -080010961java.util.Vector
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010962java.util.WeakHashMap$1
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080010963java.util.WeakHashMap$Entry
Calin Juravle4a054192018-05-29 17:52:20 -070010964java.util.WeakHashMap$EntryIterator
Andreas Gampe571fc302016-02-18 13:58:09 -080010965java.util.WeakHashMap$EntrySet
Jesse Wilson0d8eeb42011-08-24 09:33:06 -040010966java.util.WeakHashMap$HashIterator
Andreas Gampe571fc302016-02-18 13:58:09 -080010967java.util.WeakHashMap$KeyIterator
10968java.util.WeakHashMap$KeySet
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070010969java.util.WeakHashMap$ValueIterator
Andreas Gampe571fc302016-02-18 13:58:09 -080010970java.util.WeakHashMap$Values
Calin Juravle00b23d32019-03-08 17:52:20 -080010971java.util.WeakHashMap
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010972java.util.concurrent.-$$Lambda$ConcurrentMap$T12JRbgGLhxGbYCuTfff6_dTrMk
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070010973java.util.concurrent.AbstractExecutorService
Mathieu Chartierba2c0462017-05-19 16:41:46 -070010974java.util.concurrent.ArrayBlockingQueue
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070010975java.util.concurrent.BlockingDeque
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070010976java.util.concurrent.BlockingQueue
10977java.util.concurrent.Callable
Kenny Root9787b802013-04-26 12:53:57 -070010978java.util.concurrent.CancellationException
Calin Juravle00b23d32019-03-08 17:52:20 -080010979java.util.concurrent.CompletableFuture$AltResult
10980java.util.concurrent.CompletableFuture$AsynchronousCompletionTask
10981java.util.concurrent.CompletableFuture$Completion
art-benchmark-serviced5115932020-02-25 17:55:03 -080010982java.util.concurrent.CompletableFuture$Signaller
10983java.util.concurrent.CompletableFuture$UniCompletion
10984java.util.concurrent.CompletableFuture$UniWhenComplete
Calin Juravle00b23d32019-03-08 17:52:20 -080010985java.util.concurrent.CompletableFuture
10986java.util.concurrent.CompletionStage
Andreas Gampedcad4ca2014-10-03 02:00:29 +000010987java.util.concurrent.ConcurrentHashMap$BaseIterator
Andreas Gampe0db10fd2017-02-01 15:57:57 -080010988java.util.concurrent.ConcurrentHashMap$BulkTask
Andreas Gampedcad4ca2014-10-03 02:00:29 +000010989java.util.concurrent.ConcurrentHashMap$CollectionView
Andreas Gampe0db10fd2017-02-01 15:57:57 -080010990java.util.concurrent.ConcurrentHashMap$CounterCell
Andreas Gampecbcb9e32016-06-03 17:24:05 -070010991java.util.concurrent.ConcurrentHashMap$EntryIterator
10992java.util.concurrent.ConcurrentHashMap$EntrySetView
Andreas Gampe0db10fd2017-02-01 15:57:57 -080010993java.util.concurrent.ConcurrentHashMap$ForEachEntryTask
10994java.util.concurrent.ConcurrentHashMap$ForEachKeyTask
10995java.util.concurrent.ConcurrentHashMap$ForEachMappingTask
10996java.util.concurrent.ConcurrentHashMap$ForEachTransformedEntryTask
10997java.util.concurrent.ConcurrentHashMap$ForEachTransformedKeyTask
10998java.util.concurrent.ConcurrentHashMap$ForEachTransformedMappingTask
10999java.util.concurrent.ConcurrentHashMap$ForEachTransformedValueTask
11000java.util.concurrent.ConcurrentHashMap$ForEachValueTask
Andreas Gampedcad4ca2014-10-03 02:00:29 +000011001java.util.concurrent.ConcurrentHashMap$ForwardingNode
11002java.util.concurrent.ConcurrentHashMap$KeyIterator
11003java.util.concurrent.ConcurrentHashMap$KeySetView
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070011004java.util.concurrent.ConcurrentHashMap$MapEntry
Andreas Gampe0db10fd2017-02-01 15:57:57 -080011005java.util.concurrent.ConcurrentHashMap$MapReduceEntriesTask
11006java.util.concurrent.ConcurrentHashMap$MapReduceEntriesToDoubleTask
11007java.util.concurrent.ConcurrentHashMap$MapReduceEntriesToIntTask
11008java.util.concurrent.ConcurrentHashMap$MapReduceEntriesToLongTask
11009java.util.concurrent.ConcurrentHashMap$MapReduceKeysTask
11010java.util.concurrent.ConcurrentHashMap$MapReduceKeysToDoubleTask
11011java.util.concurrent.ConcurrentHashMap$MapReduceKeysToIntTask
11012java.util.concurrent.ConcurrentHashMap$MapReduceKeysToLongTask
11013java.util.concurrent.ConcurrentHashMap$MapReduceMappingsTask
11014java.util.concurrent.ConcurrentHashMap$MapReduceMappingsToDoubleTask
11015java.util.concurrent.ConcurrentHashMap$MapReduceMappingsToIntTask
11016java.util.concurrent.ConcurrentHashMap$MapReduceMappingsToLongTask
11017java.util.concurrent.ConcurrentHashMap$MapReduceValuesTask
11018java.util.concurrent.ConcurrentHashMap$MapReduceValuesToDoubleTask
11019java.util.concurrent.ConcurrentHashMap$MapReduceValuesToIntTask
11020java.util.concurrent.ConcurrentHashMap$MapReduceValuesToLongTask
Andreas Gampedcad4ca2014-10-03 02:00:29 +000011021java.util.concurrent.ConcurrentHashMap$Node
Andreas Gampe0db10fd2017-02-01 15:57:57 -080011022java.util.concurrent.ConcurrentHashMap$ReduceEntriesTask
11023java.util.concurrent.ConcurrentHashMap$ReduceKeysTask
11024java.util.concurrent.ConcurrentHashMap$ReduceValuesTask
11025java.util.concurrent.ConcurrentHashMap$ReservationNode
11026java.util.concurrent.ConcurrentHashMap$SearchEntriesTask
11027java.util.concurrent.ConcurrentHashMap$SearchKeysTask
11028java.util.concurrent.ConcurrentHashMap$SearchMappingsTask
11029java.util.concurrent.ConcurrentHashMap$SearchValuesTask
Jesse Wilson0d8eeb42011-08-24 09:33:06 -040011030java.util.concurrent.ConcurrentHashMap$Segment
art-benchmark-serviced5115932020-02-25 17:55:03 -080011031java.util.concurrent.ConcurrentHashMap$TableStack
Andreas Gampedcad4ca2014-10-03 02:00:29 +000011032java.util.concurrent.ConcurrentHashMap$Traverser
Andreas Gampe61e7b662015-06-17 23:57:04 -070011033java.util.concurrent.ConcurrentHashMap$TreeBin
11034java.util.concurrent.ConcurrentHashMap$TreeNode
Andreas Gampe0db10fd2017-02-01 15:57:57 -080011035java.util.concurrent.ConcurrentHashMap$ValueIterator
11036java.util.concurrent.ConcurrentHashMap$ValuesView
Calin Juravle00b23d32019-03-08 17:52:20 -080011037java.util.concurrent.ConcurrentHashMap
Calin Juravle4a054192018-05-29 17:52:20 -070011038java.util.concurrent.ConcurrentLinkedDeque$Node
Calin Juravle00b23d32019-03-08 17:52:20 -080011039java.util.concurrent.ConcurrentLinkedDeque
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011040java.util.concurrent.ConcurrentLinkedQueue$Itr
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080011041java.util.concurrent.ConcurrentLinkedQueue$Node
Calin Juravle00b23d32019-03-08 17:52:20 -080011042java.util.concurrent.ConcurrentLinkedQueue
Jesse Wilson0d8eeb42011-08-24 09:33:06 -040011043java.util.concurrent.ConcurrentMap
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011044java.util.concurrent.ConcurrentNavigableMap
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011045java.util.concurrent.ConcurrentSkipListMap$HeadIndex
11046java.util.concurrent.ConcurrentSkipListMap$Index
11047java.util.concurrent.ConcurrentSkipListMap$Iter
11048java.util.concurrent.ConcurrentSkipListMap$KeySet
11049java.util.concurrent.ConcurrentSkipListMap$Node
Calin Juravle4a054192018-05-29 17:52:20 -070011050java.util.concurrent.ConcurrentSkipListMap$ValueIterator
11051java.util.concurrent.ConcurrentSkipListMap$Values
Calin Juravle00b23d32019-03-08 17:52:20 -080011052java.util.concurrent.ConcurrentSkipListMap
Calin Juravle4a054192018-05-29 17:52:20 -070011053java.util.concurrent.ConcurrentSkipListSet
Andreas Gampe0db10fd2017-02-01 15:57:57 -080011054java.util.concurrent.CopyOnWriteArrayList$COWIterator
Calin Juravle00b23d32019-03-08 17:52:20 -080011055java.util.concurrent.CopyOnWriteArrayList
Andreas Gampe61e7b662015-06-17 23:57:04 -070011056java.util.concurrent.CopyOnWriteArraySet
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070011057java.util.concurrent.CountDownLatch$Sync
Calin Juravle00b23d32019-03-08 17:52:20 -080011058java.util.concurrent.CountDownLatch
Andreas Gampe0db10fd2017-02-01 15:57:57 -080011059java.util.concurrent.CountedCompleter
Calin Juravle4a054192018-05-29 17:52:20 -070011060java.util.concurrent.DelayQueue
Andreas Gampe61e7b662015-06-17 23:57:04 -070011061java.util.concurrent.Delayed
Kenny Root9787b802013-04-26 12:53:57 -070011062java.util.concurrent.ExecutionException
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070011063java.util.concurrent.Executor
11064java.util.concurrent.ExecutorService
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070011065java.util.concurrent.Executors$DefaultThreadFactory
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080011066java.util.concurrent.Executors$DelegatedExecutorService
Andreas Gampe61e7b662015-06-17 23:57:04 -070011067java.util.concurrent.Executors$DelegatedScheduledExecutorService
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070011068java.util.concurrent.Executors$FinalizableDelegatedExecutorService
Kenny Root9787b802013-04-26 12:53:57 -070011069java.util.concurrent.Executors$RunnableAdapter
Calin Juravle00b23d32019-03-08 17:52:20 -080011070java.util.concurrent.Executors
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011071java.util.concurrent.ForkJoinPool$1
11072java.util.concurrent.ForkJoinPool$DefaultForkJoinWorkerThreadFactory
11073java.util.concurrent.ForkJoinPool$ForkJoinWorkerThreadFactory
11074java.util.concurrent.ForkJoinPool$ManagedBlocker
Calin Juravle00b23d32019-03-08 17:52:20 -080011075java.util.concurrent.ForkJoinPool
Andreas Gampe0db10fd2017-02-01 15:57:57 -080011076java.util.concurrent.ForkJoinTask$ExceptionNode
Calin Juravle00b23d32019-03-08 17:52:20 -080011077java.util.concurrent.ForkJoinTask
art-benchmark-serviced5115932020-02-25 17:55:03 -080011078java.util.concurrent.ForkJoinWorkerThread
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070011079java.util.concurrent.Future
Kenny Rootdbf30ed2012-09-19 13:08:12 -070011080java.util.concurrent.FutureTask$WaitNode
Calin Juravle00b23d32019-03-08 17:52:20 -080011081java.util.concurrent.FutureTask
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070011082java.util.concurrent.LinkedBlockingDeque$Node
Calin Juravle00b23d32019-03-08 17:52:20 -080011083java.util.concurrent.LinkedBlockingDeque
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011084java.util.concurrent.LinkedBlockingQueue$Itr
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070011085java.util.concurrent.LinkedBlockingQueue$Node
Calin Juravle00b23d32019-03-08 17:52:20 -080011086java.util.concurrent.LinkedBlockingQueue
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011087java.util.concurrent.PriorityBlockingQueue
Andreas Gampe61e7b662015-06-17 23:57:04 -070011088java.util.concurrent.RejectedExecutionException
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070011089java.util.concurrent.RejectedExecutionHandler
11090java.util.concurrent.RunnableFuture
Andreas Gampe61e7b662015-06-17 23:57:04 -070011091java.util.concurrent.RunnableScheduledFuture
Andreas Gampedcad4ca2014-10-03 02:00:29 +000011092java.util.concurrent.ScheduledExecutorService
Andreas Gampe61e7b662015-06-17 23:57:04 -070011093java.util.concurrent.ScheduledFuture
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011094java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue$Itr
Calin Juravle00b23d32019-03-08 17:52:20 -080011095java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue
Andreas Gampe61e7b662015-06-17 23:57:04 -070011096java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask
Calin Juravle00b23d32019-03-08 17:52:20 -080011097java.util.concurrent.ScheduledThreadPoolExecutor
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011098java.util.concurrent.Semaphore$FairSync
Andreas Gampedcad4ca2014-10-03 02:00:29 +000011099java.util.concurrent.Semaphore$NonfairSync
11100java.util.concurrent.Semaphore$Sync
Calin Juravle00b23d32019-03-08 17:52:20 -080011101java.util.concurrent.Semaphore
Andreas Gampedcad4ca2014-10-03 02:00:29 +000011102java.util.concurrent.SynchronousQueue$TransferStack$SNode
Calin Juravle00b23d32019-03-08 17:52:20 -080011103java.util.concurrent.SynchronousQueue$TransferStack
Andreas Gampedcad4ca2014-10-03 02:00:29 +000011104java.util.concurrent.SynchronousQueue$Transferer
Calin Juravle00b23d32019-03-08 17:52:20 -080011105java.util.concurrent.SynchronousQueue
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070011106java.util.concurrent.ThreadFactory
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070011107java.util.concurrent.ThreadLocalRandom$1
Calin Juravle00b23d32019-03-08 17:52:20 -080011108java.util.concurrent.ThreadLocalRandom
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070011109java.util.concurrent.ThreadPoolExecutor$AbortPolicy
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011110java.util.concurrent.ThreadPoolExecutor$DiscardPolicy
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070011111java.util.concurrent.ThreadPoolExecutor$Worker
Calin Juravle00b23d32019-03-08 17:52:20 -080011112java.util.concurrent.ThreadPoolExecutor
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070011113java.util.concurrent.TimeUnit$1
11114java.util.concurrent.TimeUnit$2
11115java.util.concurrent.TimeUnit$3
11116java.util.concurrent.TimeUnit$4
11117java.util.concurrent.TimeUnit$5
11118java.util.concurrent.TimeUnit$6
11119java.util.concurrent.TimeUnit$7
Calin Juravle00b23d32019-03-08 17:52:20 -080011120java.util.concurrent.TimeUnit
Andreas Gampedcad4ca2014-10-03 02:00:29 +000011121java.util.concurrent.TimeoutException
Jesse Wilson80686182011-01-21 17:12:43 -080011122java.util.concurrent.atomic.AtomicBoolean
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080011123java.util.concurrent.atomic.AtomicInteger
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011124java.util.concurrent.atomic.AtomicIntegerArray
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011125java.util.concurrent.atomic.AtomicIntegerFieldUpdater$AtomicIntegerFieldUpdaterImpl
Calin Juravle00b23d32019-03-08 17:52:20 -080011126java.util.concurrent.atomic.AtomicIntegerFieldUpdater
Andreas Gampedcad4ca2014-10-03 02:00:29 +000011127java.util.concurrent.atomic.AtomicLong
Calin Juravle4a054192018-05-29 17:52:20 -070011128java.util.concurrent.atomic.AtomicLongArray
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011129java.util.concurrent.atomic.AtomicLongFieldUpdater$CASUpdater
Calin Juravle00b23d32019-03-08 17:52:20 -080011130java.util.concurrent.atomic.AtomicLongFieldUpdater
Jesse Wilson80686182011-01-21 17:12:43 -080011131java.util.concurrent.atomic.AtomicReference
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011132java.util.concurrent.atomic.AtomicReferenceArray
Andreas Gampe571fc302016-02-18 13:58:09 -080011133java.util.concurrent.atomic.AtomicReferenceFieldUpdater$AtomicReferenceFieldUpdaterImpl
Calin Juravle00b23d32019-03-08 17:52:20 -080011134java.util.concurrent.atomic.AtomicReferenceFieldUpdater
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011135java.util.concurrent.atomic.LongAdder
Calin Juravle4a054192018-05-29 17:52:20 -070011136java.util.concurrent.atomic.Striped64
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080011137java.util.concurrent.locks.AbstractOwnableSynchronizer
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080011138java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject
11139java.util.concurrent.locks.AbstractQueuedSynchronizer$Node
Calin Juravle00b23d32019-03-08 17:52:20 -080011140java.util.concurrent.locks.AbstractQueuedSynchronizer
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070011141java.util.concurrent.locks.Condition
Evan Millar0ea97b82009-03-24 17:49:23 -070011142java.util.concurrent.locks.Lock
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070011143java.util.concurrent.locks.LockSupport
Jesse Wilson80686182011-01-21 17:12:43 -080011144java.util.concurrent.locks.ReadWriteLock
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011145java.util.concurrent.locks.ReentrantLock$FairSync
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080011146java.util.concurrent.locks.ReentrantLock$NonfairSync
11147java.util.concurrent.locks.ReentrantLock$Sync
Calin Juravle00b23d32019-03-08 17:52:20 -080011148java.util.concurrent.locks.ReentrantLock
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011149java.util.concurrent.locks.ReentrantReadWriteLock$FairSync
Jesse Wilson0d8eeb42011-08-24 09:33:06 -040011150java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync
Jesse Wilson80686182011-01-21 17:12:43 -080011151java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070011152java.util.concurrent.locks.ReentrantReadWriteLock$Sync$HoldCounter
Jesse Wilson80686182011-01-21 17:12:43 -080011153java.util.concurrent.locks.ReentrantReadWriteLock$Sync$ThreadLocalHoldCounter
Calin Juravle00b23d32019-03-08 17:52:20 -080011154java.util.concurrent.locks.ReentrantReadWriteLock$Sync
Jesse Wilson80686182011-01-21 17:12:43 -080011155java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock
Calin Juravle00b23d32019-03-08 17:52:20 -080011156java.util.concurrent.locks.ReentrantReadWriteLock
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011157java.util.function.-$$Lambda$BiFunction$q-2HhQ1fzCu6oYNirKhp1W_vpSM
11158java.util.function.-$$Lambda$Consumer$fZIgy_f2Fa5seBa8ztxXTExq2p4
11159java.util.function.-$$Lambda$DoubleUnaryOperator$EzzlhUGRoL66wVBCG-_euZgC-CA
11160java.util.function.-$$Lambda$DoubleUnaryOperator$i7wtM_8Ous-CB32HCfZ4usZ4zaQ
art-benchmark-serviced8f25642020-01-27 20:25:10 -080011161java.util.function.-$$Lambda$Function$1mm3dZ9IMG2T6zAULCCEh3eoHSY
11162java.util.function.-$$Lambda$Predicate$17UUIF1CH_K9duk0ChtjSwOycuM
Andreas Gampe859e2782016-04-06 18:37:56 -070011163java.util.function.BiConsumer
11164java.util.function.BiFunction
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011165java.util.function.BiPredicate
Andreas Gampe0db10fd2017-02-01 15:57:57 -080011166java.util.function.BinaryOperator
art-benchmark-serviced5115932020-02-25 17:55:03 -080011167java.util.function.BooleanSupplier
Andreas Gampe859e2782016-04-06 18:37:56 -070011168java.util.function.Consumer
Andreas Gampe0db10fd2017-02-01 15:57:57 -080011169java.util.function.DoubleBinaryOperator
Calin Juravle4a054192018-05-29 17:52:20 -070011170java.util.function.DoubleSupplier
Mathieu Chartierba2c0462017-05-19 16:41:46 -070011171java.util.function.DoubleUnaryOperator
Andreas Gampe859e2782016-04-06 18:37:56 -070011172java.util.function.Function
Andreas Gampe0db10fd2017-02-01 15:57:57 -080011173java.util.function.IntBinaryOperator
11174java.util.function.IntConsumer
11175java.util.function.IntFunction
art-benchmark-serviced8f25642020-01-27 20:25:10 -080011176java.util.function.IntPredicate
Calin Juravle4a054192018-05-29 17:52:20 -070011177java.util.function.IntSupplier
Andreas Gampe0db10fd2017-02-01 15:57:57 -080011178java.util.function.IntToDoubleFunction
11179java.util.function.IntToLongFunction
11180java.util.function.IntUnaryOperator
11181java.util.function.LongBinaryOperator
Calin Juravle00b23d32019-03-08 17:52:20 -080011182java.util.function.LongConsumer
Calin Juravle4a054192018-05-29 17:52:20 -070011183java.util.function.LongSupplier
Andreas Gampe0db10fd2017-02-01 15:57:57 -080011184java.util.function.LongUnaryOperator
Andreas Gampe859e2782016-04-06 18:37:56 -070011185java.util.function.Predicate
11186java.util.function.Supplier
Andreas Gampe0db10fd2017-02-01 15:57:57 -080011187java.util.function.ToDoubleBiFunction
Andreas Gampe859e2782016-04-06 18:37:56 -070011188java.util.function.ToDoubleFunction
Andreas Gampe0db10fd2017-02-01 15:57:57 -080011189java.util.function.ToIntBiFunction
Andreas Gampe859e2782016-04-06 18:37:56 -070011190java.util.function.ToIntFunction
Andreas Gampe0db10fd2017-02-01 15:57:57 -080011191java.util.function.ToLongBiFunction
Andreas Gampe859e2782016-04-06 18:37:56 -070011192java.util.function.ToLongFunction
11193java.util.function.UnaryOperator
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011194java.util.jar.Attributes$Name
Calin Juravle00b23d32019-03-08 17:52:20 -080011195java.util.jar.Attributes
Evan Millar0ea97b82009-03-24 17:49:23 -070011196java.util.jar.JarEntry
Andreas Gampe0db10fd2017-02-01 15:57:57 -080011197java.util.jar.JarFile$JarEntryIterator
Andreas Gampe571fc302016-02-18 13:58:09 -080011198java.util.jar.JarFile$JarFileEntry
Calin Juravle00b23d32019-03-08 17:52:20 -080011199java.util.jar.JarFile
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011200java.util.jar.JarVerifier$3
11201java.util.jar.JarVerifier$VerifierStream
Calin Juravle00b23d32019-03-08 17:52:20 -080011202java.util.jar.JarVerifier
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011203java.util.jar.Manifest$FastInputStream
Calin Juravle00b23d32019-03-08 17:52:20 -080011204java.util.jar.Manifest
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070011205java.util.logging.ErrorManager
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011206java.util.logging.FileHandler$MeteredStream
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070011207java.util.logging.Formatter
Evan Millar0ea97b82009-03-24 17:49:23 -070011208java.util.logging.Handler
Andreas Gampe571fc302016-02-18 13:58:09 -080011209java.util.logging.Level$KnownLevel
Calin Juravle00b23d32019-03-08 17:52:20 -080011210java.util.logging.Level
Evan Millar0ea97b82009-03-24 17:49:23 -070011211java.util.logging.LogManager$1
Andreas Gampe571fc302016-02-18 13:58:09 -080011212java.util.logging.LogManager$2
Andreas Gampe0db10fd2017-02-01 15:57:57 -080011213java.util.logging.LogManager$3
11214java.util.logging.LogManager$5
Andreas Gampe571fc302016-02-18 13:58:09 -080011215java.util.logging.LogManager$Cleaner
11216java.util.logging.LogManager$LogNode
Andreas Gampe571fc302016-02-18 13:58:09 -080011217java.util.logging.LogManager$LoggerContext$1
Calin Juravle00b23d32019-03-08 17:52:20 -080011218java.util.logging.LogManager$LoggerContext
Andreas Gampe571fc302016-02-18 13:58:09 -080011219java.util.logging.LogManager$LoggerWeakRef
11220java.util.logging.LogManager$RootLogger
11221java.util.logging.LogManager$SystemLoggerContext
Calin Juravle00b23d32019-03-08 17:52:20 -080011222java.util.logging.LogManager
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011223java.util.logging.LogRecord
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011224java.util.logging.Logger$1
Andreas Gampe0db10fd2017-02-01 15:57:57 -080011225java.util.logging.Logger$LoggerBundle
art-benchmark-serviced5115932020-02-25 17:55:03 -080011226java.util.logging.Logger$SystemLoggerHelper$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -080011227java.util.logging.Logger$SystemLoggerHelper
Calin Juravle00b23d32019-03-08 17:52:20 -080011228java.util.logging.Logger
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080011229java.util.logging.LoggingPermission
Andreas Gampe571fc302016-02-18 13:58:09 -080011230java.util.logging.LoggingProxyImpl
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011231java.util.logging.StreamHandler
Andreas Gampe859e2782016-04-06 18:37:56 -070011232java.util.prefs.AbstractPreferences
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011233java.util.prefs.BackingStoreException
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011234java.util.prefs.FileSystemPreferences$3
Calin Juravle00b23d32019-03-08 17:52:20 -080011235java.util.prefs.FileSystemPreferences
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011236java.util.prefs.FileSystemPreferencesFactory
Andreas Gampe859e2782016-04-06 18:37:56 -070011237java.util.prefs.Preferences
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011238java.util.prefs.PreferencesFactory
Andreas Gampe61e7b662015-06-17 23:57:04 -070011239java.util.regex.MatchResult
11240java.util.regex.Matcher
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080011241java.util.regex.Pattern
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070011242java.util.regex.PatternSyntaxException
Calin Juravle4a054192018-05-29 17:52:20 -070011243java.util.stream.-$$Lambda$Collectors$0y_EMl863H_U7B4kxyGscB4vAag
Calin Juravle00b23d32019-03-08 17:52:20 -080011244java.util.stream.-$$Lambda$Collectors$F7-we3W7I2plNaGHqh_d2lzmvho
art-benchmark-serviced8f25642020-01-27 20:25:10 -080011245java.util.stream.-$$Lambda$Collectors$SMVdf7W0ks2OOmS3zJw7DHc-Nhc
Calin Juravle00b23d32019-03-08 17:52:20 -080011246java.util.stream.-$$Lambda$Collectors$TzSZZBK0laNSWMge_uuxANwkkMo
Calin Juravle4a054192018-05-29 17:52:20 -070011247java.util.stream.-$$Lambda$Collectors$f0IPpRuyw9HZC8FIP30mNjUUUhw
Calin Juravle00b23d32019-03-08 17:52:20 -080011248java.util.stream.-$$Lambda$Collectors$f68RHYk8qNU7alEHPPrPoFuCJO4
11249java.util.stream.-$$Lambda$Collectors$iab6bVO3ydceISRiUEq_MRHYzoU
art-benchmark-serviced8f25642020-01-27 20:25:10 -080011250java.util.stream.-$$Lambda$Collectors$kXZFmh6iM6xf9lJWimhd2Ef6NEs
11251java.util.stream.-$$Lambda$Collectors$nKlT6uFghrTzWO44dlFAJFeRr34
Calin Juravle00b23d32019-03-08 17:52:20 -080011252java.util.stream.-$$Lambda$Collectors$pzPeDl3rCgtNVSeZPHZk5f2se60
11253java.util.stream.-$$Lambda$Drw47GGUtPrz9CklhlT0v26u-5c
art-benchmark-serviced8f25642020-01-27 20:25:10 -080011254java.util.stream.-$$Lambda$IntPipeline$R-E7oGjPWog3HR9X-8MdhU1ZGRE
11255java.util.stream.-$$Lambda$IntPipeline$ozedusDMANE_B8aDthWCd1L-na4
Calin Juravle36829e52019-04-10 19:07:47 -070011256java.util.stream.-$$Lambda$MatchOps$_LtFSpSMfVwoPv-8p_1cMGGcaHA
art-benchmark-serviced8f25642020-01-27 20:25:10 -080011257java.util.stream.-$$Lambda$MatchOps$emK14UX33I4-nqH2o5l7hLEVAy8
Calin Juravle00b23d32019-03-08 17:52:20 -080011258java.util.stream.-$$Lambda$ReferencePipeline$mk6xSsLZAKvG89IyN8pzBoM6otw
Calin Juravle4a054192018-05-29 17:52:20 -070011259java.util.stream.-$$Lambda$bjSXRjZ5UYwAzkW-XPKwqbJ9BRQ
Calin Juravle00b23d32019-03-08 17:52:20 -080011260java.util.stream.-$$Lambda$dplkPhACWDPIy18ogwdupEQaN40
11261java.util.stream.-$$Lambda$i0Jl5dMkfWphZviqg6QdkkWPWRI
Calin Juravle4a054192018-05-29 17:52:20 -070011262java.util.stream.-$$Lambda$ihOtgw0eLCrsEBOphyN7SwoAlDg
Calin Juravle00b23d32019-03-08 17:52:20 -080011263java.util.stream.-$$Lambda$okJigbB9kSn__oCZ5Do9uFNyF6A
art-benchmark-serviced8f25642020-01-27 20:25:10 -080011264java.util.stream.-$$Lambda$ono9Bp0lMrKbIRfAAYdycY0_qag
Calin Juravle4a054192018-05-29 17:52:20 -070011265java.util.stream.-$$Lambda$opQ7JxjVCJzqzgTxGU3LVtqC7is
art-benchmark-serviced8f25642020-01-27 20:25:10 -080011266java.util.stream.-$$Lambda$r-8H_R_mZJjp9wd0XTLoEAHMNQ0
Calin Juravle00b23d32019-03-08 17:52:20 -080011267java.util.stream.-$$Lambda$ry7iWszBr7beYy31SdRxibDyciQ
11268java.util.stream.-$$Lambda$sKPaOkcQePGTRevrwmKVVhCTmTo
art-benchmark-serviced8f25642020-01-27 20:25:10 -080011269java.util.stream.-$$Lambda$uJ6CkL42Bk73jN5EzP0Fx7o1eVA
11270java.util.stream.-$$Lambda$wFoiz-RiPqYBPe0X4aSzbj2iL3g
Calin Juravle4a054192018-05-29 17:52:20 -070011271java.util.stream.-$$Lambda$yTqQxkqu88ZhKI6fWaTTLwOLF60
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011272java.util.stream.AbstractPipeline
art-benchmark-serviced8f25642020-01-27 20:25:10 -080011273java.util.stream.AbstractSpinedBuffer
Andreas Gampe859e2782016-04-06 18:37:56 -070011274java.util.stream.BaseStream
Calin Juravle4a054192018-05-29 17:52:20 -070011275java.util.stream.Collector$Characteristics
Calin Juravle00b23d32019-03-08 17:52:20 -080011276java.util.stream.Collector
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011277java.util.stream.Collectors$CollectorImpl
Calin Juravle00b23d32019-03-08 17:52:20 -080011278java.util.stream.Collectors
Calin Juravle4a054192018-05-29 17:52:20 -070011279java.util.stream.DistinctOps$1$2
Calin Juravle00b23d32019-03-08 17:52:20 -080011280java.util.stream.DistinctOps$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -080011281java.util.stream.DistinctOps
Andreas Gampe0db10fd2017-02-01 15:57:57 -080011282java.util.stream.DoubleStream
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011283java.util.stream.FindOps$FindOp
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011284java.util.stream.FindOps$FindSink$OfRef
Calin Juravle00b23d32019-03-08 17:52:20 -080011285java.util.stream.FindOps$FindSink
11286java.util.stream.FindOps
11287java.util.stream.ForEachOps$ForEachOp$OfRef
11288java.util.stream.ForEachOps$ForEachOp
11289java.util.stream.ForEachOps
11290java.util.stream.IntPipeline$4$1
11291java.util.stream.IntPipeline$4
art-benchmark-serviced8f25642020-01-27 20:25:10 -080011292java.util.stream.IntPipeline$Head
Calin Juravle36829e52019-04-10 19:07:47 -070011293java.util.stream.IntPipeline$StatelessOp
Calin Juravle00b23d32019-03-08 17:52:20 -080011294java.util.stream.IntPipeline
Andreas Gampecbcb9e32016-06-03 17:24:05 -070011295java.util.stream.IntStream
Calin Juravle00b23d32019-03-08 17:52:20 -080011296java.util.stream.LongPipeline$StatelessOp
11297java.util.stream.LongPipeline
Andreas Gampe0db10fd2017-02-01 15:57:57 -080011298java.util.stream.LongStream
Calin Juravle36829e52019-04-10 19:07:47 -070011299java.util.stream.MatchOps$1MatchSink
11300java.util.stream.MatchOps$BooleanTerminalSink
11301java.util.stream.MatchOps$MatchKind
11302java.util.stream.MatchOps$MatchOp
11303java.util.stream.MatchOps
art-benchmark-serviced8f25642020-01-27 20:25:10 -080011304java.util.stream.Node$Builder$OfInt
Calin Juravle36829e52019-04-10 19:07:47 -070011305java.util.stream.Node$Builder
11306java.util.stream.Node$OfDouble
11307java.util.stream.Node$OfInt
11308java.util.stream.Node$OfLong
11309java.util.stream.Node$OfPrimitive
11310java.util.stream.Node
art-benchmark-serviced8f25642020-01-27 20:25:10 -080011311java.util.stream.Nodes$ArrayNode
Calin Juravle36829e52019-04-10 19:07:47 -070011312java.util.stream.Nodes$EmptyNode$OfDouble
11313java.util.stream.Nodes$EmptyNode$OfInt
11314java.util.stream.Nodes$EmptyNode$OfLong
11315java.util.stream.Nodes$EmptyNode$OfRef
11316java.util.stream.Nodes$EmptyNode
art-benchmark-serviced8f25642020-01-27 20:25:10 -080011317java.util.stream.Nodes$FixedNodeBuilder
11318java.util.stream.Nodes$IntArrayNode
11319java.util.stream.Nodes$IntFixedNodeBuilder
11320java.util.stream.Nodes$IntSpinedNodeBuilder
Calin Juravle36829e52019-04-10 19:07:47 -070011321java.util.stream.Nodes
Mathieu Chartierba2c0462017-05-19 16:41:46 -070011322java.util.stream.PipelineHelper
Calin Juravle4a054192018-05-29 17:52:20 -070011323java.util.stream.ReduceOps$1
11324java.util.stream.ReduceOps$1ReducingSink
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011325java.util.stream.ReduceOps$3
11326java.util.stream.ReduceOps$3ReducingSink
art-benchmark-serviced8f25642020-01-27 20:25:10 -080011327java.util.stream.ReduceOps$5
11328java.util.stream.ReduceOps$5ReducingSink
Calin Juravle00b23d32019-03-08 17:52:20 -080011329java.util.stream.ReduceOps$8
11330java.util.stream.ReduceOps$8ReducingSink
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011331java.util.stream.ReduceOps$AccumulatingSink
11332java.util.stream.ReduceOps$Box
11333java.util.stream.ReduceOps$ReduceOp
Calin Juravle00b23d32019-03-08 17:52:20 -080011334java.util.stream.ReduceOps
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070011335java.util.stream.ReferencePipeline$2$1
Calin Juravle00b23d32019-03-08 17:52:20 -080011336java.util.stream.ReferencePipeline$2
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011337java.util.stream.ReferencePipeline$3$1
Calin Juravle00b23d32019-03-08 17:52:20 -080011338java.util.stream.ReferencePipeline$3
Calin Juravle36829e52019-04-10 19:07:47 -070011339java.util.stream.ReferencePipeline$4$1
11340java.util.stream.ReferencePipeline$4
Calin Juravle00b23d32019-03-08 17:52:20 -080011341java.util.stream.ReferencePipeline$5$1
11342java.util.stream.ReferencePipeline$5
Mathieu Chartierba2c0462017-05-19 16:41:46 -070011343java.util.stream.ReferencePipeline$Head
Calin Juravle4a054192018-05-29 17:52:20 -070011344java.util.stream.ReferencePipeline$StatefulOp
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011345java.util.stream.ReferencePipeline$StatelessOp
Calin Juravle00b23d32019-03-08 17:52:20 -080011346java.util.stream.ReferencePipeline
11347java.util.stream.Sink$ChainedInt
Mathieu Chartierba2c0462017-05-19 16:41:46 -070011348java.util.stream.Sink$ChainedReference
Calin Juravle36829e52019-04-10 19:07:47 -070011349java.util.stream.Sink$OfInt
Calin Juravle00b23d32019-03-08 17:52:20 -080011350java.util.stream.Sink$OfLong
11351java.util.stream.Sink
11352java.util.stream.SliceOps$1$1
11353java.util.stream.SliceOps$1
11354java.util.stream.SliceOps
art-benchmark-serviced8f25642020-01-27 20:25:10 -080011355java.util.stream.SpinedBuffer$OfInt
11356java.util.stream.SpinedBuffer$OfPrimitive
Andreas Gampe859e2782016-04-06 18:37:56 -070011357java.util.stream.Stream
Mathieu Chartierba2c0462017-05-19 16:41:46 -070011358java.util.stream.StreamOpFlag$MaskBuilder
Calin Juravle4a054192018-05-29 17:52:20 -070011359java.util.stream.StreamOpFlag$Type
Calin Juravle00b23d32019-03-08 17:52:20 -080011360java.util.stream.StreamOpFlag
Calin Juravle4a054192018-05-29 17:52:20 -070011361java.util.stream.StreamShape
Calin Juravle00b23d32019-03-08 17:52:20 -080011362java.util.stream.StreamSpliterators$InfiniteSupplyingSpliterator$OfRef
11363java.util.stream.StreamSpliterators$InfiniteSupplyingSpliterator
Andreas Gampe859e2782016-04-06 18:37:56 -070011364java.util.stream.StreamSupport
art-benchmark-serviced8f25642020-01-27 20:25:10 -080011365java.util.stream.Streams$2
11366java.util.stream.Streams$ConcatSpliterator$OfRef
11367java.util.stream.Streams$ConcatSpliterator
art-benchmark-servicead05a302020-03-17 09:46:02 -070011368java.util.stream.Streams$RangeIntSpliterator
art-benchmark-serviced8f25642020-01-27 20:25:10 -080011369java.util.stream.Streams
Mathieu Chartierba2c0462017-05-19 16:41:46 -070011370java.util.stream.TerminalOp
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011371java.util.stream.TerminalSink
Andreas Gampe61e7b662015-06-17 23:57:04 -070011372java.util.zip.Adler32
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080011373java.util.zip.CRC32
Andreas Gampe571fc302016-02-18 13:58:09 -080011374java.util.zip.CheckedInputStream
Andreas Gampe61e7b662015-06-17 23:57:04 -070011375java.util.zip.Checksum
11376java.util.zip.DataFormatException
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080011377java.util.zip.Deflater
Kenny Root9787b802013-04-26 12:53:57 -070011378java.util.zip.DeflaterOutputStream
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070011379java.util.zip.GZIPInputStream$1
Calin Juravle00b23d32019-03-08 17:52:20 -080011380java.util.zip.GZIPInputStream
Kenny Root9787b802013-04-26 12:53:57 -070011381java.util.zip.GZIPOutputStream
Evan Millar0ea97b82009-03-24 17:49:23 -070011382java.util.zip.Inflater
11383java.util.zip.InflaterInputStream
Andreas Gampe571fc302016-02-18 13:58:09 -080011384java.util.zip.ZStreamRef
11385java.util.zip.ZipCoder
Andreas Gampe61e7b662015-06-17 23:57:04 -070011386java.util.zip.ZipConstants
11387java.util.zip.ZipEntry
art-benchmark-serviced5115932020-02-25 17:55:03 -080011388java.util.zip.ZipError
Calin Juravle4a054192018-05-29 17:52:20 -070011389java.util.zip.ZipException
Andreas Gampe0db10fd2017-02-01 15:57:57 -080011390java.util.zip.ZipFile$ZipEntryIterator
Andreas Gampe571fc302016-02-18 13:58:09 -080011391java.util.zip.ZipFile$ZipFileInflaterInputStream
11392java.util.zip.ZipFile$ZipFileInputStream
Calin Juravle00b23d32019-03-08 17:52:20 -080011393java.util.zip.ZipFile
art-benchmark-serviced5115932020-02-25 17:55:03 -080011394java.util.zip.ZipInputStream
11395java.util.zip.ZipOutputStream
Andreas Gampe0db10fd2017-02-01 15:57:57 -080011396java.util.zip.ZipUtils
Calin Juravle00b23d32019-03-08 17:52:20 -080011397javax.crypto.AEADBadTagException
Andreas Gampedcad4ca2014-10-03 02:00:29 +000011398javax.crypto.BadPaddingException
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011399javax.crypto.Cipher$1
Mathieu Chartierba2c0462017-05-19 16:41:46 -070011400javax.crypto.Cipher$CipherSpiAndProvider
11401javax.crypto.Cipher$InitParams
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011402javax.crypto.Cipher$InitType
11403javax.crypto.Cipher$NeedToSet
Mathieu Chartierba2c0462017-05-19 16:41:46 -070011404javax.crypto.Cipher$SpiAndProviderUpdater
11405javax.crypto.Cipher$Transform
Calin Juravle00b23d32019-03-08 17:52:20 -080011406javax.crypto.Cipher
art-benchmark-serviced5115932020-02-25 17:55:03 -080011407javax.crypto.CipherOutputStream
Mathieu Chartierba2c0462017-05-19 16:41:46 -070011408javax.crypto.CipherSpi
Andreas Gampedcad4ca2014-10-03 02:00:29 +000011409javax.crypto.IllegalBlockSizeException
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011410javax.crypto.JceSecurity
11411javax.crypto.KeyGenerator
11412javax.crypto.KeyGeneratorSpi
11413javax.crypto.Mac
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070011414javax.crypto.MacSpi
Andreas Gampedcad4ca2014-10-03 02:00:29 +000011415javax.crypto.NoSuchPaddingException
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070011416javax.crypto.NullCipher
Andreas Gampe61e7b662015-06-17 23:57:04 -070011417javax.crypto.SecretKey
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011418javax.crypto.SecretKeyFactory
11419javax.crypto.SecretKeyFactorySpi
Mathieu Chartierba2c0462017-05-19 16:41:46 -070011420javax.crypto.ShortBufferException
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011421javax.crypto.interfaces.PBEKey
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070011422javax.crypto.spec.GCMParameterSpec
Andreas Gampe61e7b662015-06-17 23:57:04 -070011423javax.crypto.spec.IvParameterSpec
Calin Juravle4a054192018-05-29 17:52:20 -070011424javax.crypto.spec.OAEPParameterSpec
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011425javax.crypto.spec.PBEKeySpec
11426javax.crypto.spec.PBEParameterSpec
Calin Juravle4a054192018-05-29 17:52:20 -070011427javax.crypto.spec.PSource$PSpecified
Calin Juravle00b23d32019-03-08 17:52:20 -080011428javax.crypto.spec.PSource
Andreas Gampe61e7b662015-06-17 23:57:04 -070011429javax.crypto.spec.SecretKeySpec
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080011430javax.microedition.khronos.egl.EGL10
Calin Juravle00b23d32019-03-08 17:52:20 -080011431javax.microedition.khronos.egl.EGL
Mathieu Chartierba2c0462017-05-19 16:41:46 -070011432javax.microedition.khronos.egl.EGLConfig
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011433javax.microedition.khronos.egl.EGLContext
Mathieu Chartierba2c0462017-05-19 16:41:46 -070011434javax.microedition.khronos.egl.EGLDisplay
11435javax.microedition.khronos.egl.EGLSurface
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080011436javax.microedition.khronos.opengles.GL10
11437javax.microedition.khronos.opengles.GL10Ext
11438javax.microedition.khronos.opengles.GL11
11439javax.microedition.khronos.opengles.GL11Ext
11440javax.microedition.khronos.opengles.GL11ExtensionPack
Calin Juravle00b23d32019-03-08 17:52:20 -080011441javax.microedition.khronos.opengles.GL
Andreas Gampedcad4ca2014-10-03 02:00:29 +000011442javax.net.DefaultSocketFactory
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011443javax.net.ServerSocketFactory
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070011444javax.net.SocketFactory
Andreas Gampe571fc302016-02-18 13:58:09 -080011445javax.net.ssl.ExtendedSSLSession
Calin Juravle00b23d32019-03-08 17:52:20 -080011446javax.net.ssl.HandshakeCompletedEvent
Andreas Gampe61e7b662015-06-17 23:57:04 -070011447javax.net.ssl.HandshakeCompletedListener
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070011448javax.net.ssl.HostnameVerifier
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080011449javax.net.ssl.HttpsURLConnection
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070011450javax.net.ssl.KeyManager
Andreas Gampe571fc302016-02-18 13:58:09 -080011451javax.net.ssl.KeyManagerFactory$1
Calin Juravle00b23d32019-03-08 17:52:20 -080011452javax.net.ssl.KeyManagerFactory
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070011453javax.net.ssl.KeyManagerFactorySpi
Calin Juravle00b23d32019-03-08 17:52:20 -080011454javax.net.ssl.ManagerFactoryParameters
Andreas Gampe859e2782016-04-06 18:37:56 -070011455javax.net.ssl.SNIHostName
art-benchmark-serviced5115932020-02-25 17:55:03 -080011456javax.net.ssl.SNIMatcher
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011457javax.net.ssl.SNIServerName
Andreas Gampe61e7b662015-06-17 23:57:04 -070011458javax.net.ssl.SSLContext
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070011459javax.net.ssl.SSLContextSpi
Andreas Gampe61e7b662015-06-17 23:57:04 -070011460javax.net.ssl.SSLEngine
art-benchmark-serviced5115932020-02-25 17:55:03 -080011461javax.net.ssl.SSLEngineResult$HandshakeStatus
11462javax.net.ssl.SSLEngineResult$Status
Calin Juravle00b23d32019-03-08 17:52:20 -080011463javax.net.ssl.SSLEngineResult
Andreas Gampedcad4ca2014-10-03 02:00:29 +000011464javax.net.ssl.SSLException
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011465javax.net.ssl.SSLHandshakeException
Andreas Gampe571fc302016-02-18 13:58:09 -080011466javax.net.ssl.SSLParameters
Andreas Gampedcad4ca2014-10-03 02:00:29 +000011467javax.net.ssl.SSLPeerUnverifiedException
11468javax.net.ssl.SSLProtocolException
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011469javax.net.ssl.SSLServerSocketFactory
Jesse Wilson0d8eeb42011-08-24 09:33:06 -040011470javax.net.ssl.SSLSession
Calin Juravle00b23d32019-03-08 17:52:20 -080011471javax.net.ssl.SSLSessionBindingEvent
11472javax.net.ssl.SSLSessionBindingListener
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070011473javax.net.ssl.SSLSessionContext
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080011474javax.net.ssl.SSLSocket
Mathieu Chartierba2c0462017-05-19 16:41:46 -070011475javax.net.ssl.SSLSocketFactory$1
Calin Juravle00b23d32019-03-08 17:52:20 -080011476javax.net.ssl.SSLSocketFactory
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070011477javax.net.ssl.TrustManager
Andreas Gampe571fc302016-02-18 13:58:09 -080011478javax.net.ssl.TrustManagerFactory$1
Calin Juravle00b23d32019-03-08 17:52:20 -080011479javax.net.ssl.TrustManagerFactory
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070011480javax.net.ssl.TrustManagerFactorySpi
11481javax.net.ssl.X509ExtendedKeyManager
Andreas Gampe571fc302016-02-18 13:58:09 -080011482javax.net.ssl.X509ExtendedTrustManager
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070011483javax.net.ssl.X509KeyManager
11484javax.net.ssl.X509TrustManager
Andreas Gampe0db10fd2017-02-01 15:57:57 -080011485javax.security.auth.Destroyable
Andreas Gampe571fc302016-02-18 13:58:09 -080011486javax.security.auth.callback.UnsupportedCallbackException
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080011487javax.security.auth.x500.X500Principal
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011488javax.security.cert.Certificate
Calin Juravle00b23d32019-03-08 17:52:20 -080011489javax.security.cert.CertificateEncodingException
Andreas Gampedcad4ca2014-10-03 02:00:29 +000011490javax.security.cert.CertificateException
Calin Juravle4a054192018-05-29 17:52:20 -070011491javax.security.cert.X509Certificate$1
Calin Juravle00b23d32019-03-08 17:52:20 -080011492javax.security.cert.X509Certificate
art-benchmark-servicead05a302020-03-17 09:46:02 -070011493javax.sip.ObjectInUseException
Calin Juravle36829e52019-04-10 19:07:47 -070011494javax.sip.SipException
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011495javax.xml.parsers.DocumentBuilder
11496javax.xml.parsers.DocumentBuilderFactory
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070011497javax.xml.parsers.ParserConfigurationException
11498javax.xml.parsers.SAXParser
11499javax.xml.parsers.SAXParserFactory
art-benchmark-serviced5115932020-02-25 17:55:03 -080011500jdk.internal.util.Preconditions
art-benchmark-serviced8f25642020-01-27 20:25:10 -080011501libcore.content.type.-$$Lambda$MimeMap$xJ95jeANwfbnj45hvSUmlPtZWWg
art-benchmark-serviced60351b2020-04-11 17:55:40 -070011502libcore.content.type.MimeMap$Builder
art-benchmark-serviced8f25642020-01-27 20:25:10 -080011503libcore.content.type.MimeMap$MemoizingSupplier
11504libcore.content.type.MimeMap
Calin Juravle4a054192018-05-29 17:52:20 -070011505libcore.icu.DateIntervalFormat
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070011506libcore.icu.DateUtilsBridge
Jesse Wilson80686182011-01-21 17:12:43 -080011507libcore.icu.ICU
11508libcore.icu.LocaleData
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011509libcore.icu.RelativeDateTimeFormatter$FormatterCache
art-benchmark-serviced8f25642020-01-27 20:25:10 -080011510libcore.icu.RelativeDateTimeFormatter
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011511libcore.icu.TimeZoneNames$1
11512libcore.icu.TimeZoneNames$ZoneStringsCache
Calin Juravle00b23d32019-03-08 17:52:20 -080011513libcore.icu.TimeZoneNames
Jesse Wilson0d8eeb42011-08-24 09:33:06 -040011514libcore.internal.StringPool
11515libcore.io.AsynchronousCloseMonitor
Andreas Gampe61e7b662015-06-17 23:57:04 -070011516libcore.io.BlockGuardOs
Jesse Wilson80686182011-01-21 17:12:43 -080011517libcore.io.BufferIterator
Andreas Gampe571fc302016-02-18 13:58:09 -080011518libcore.io.ClassPathURLStreamHandler$ClassPathURLConnection$1
Calin Juravle00b23d32019-03-08 17:52:20 -080011519libcore.io.ClassPathURLStreamHandler$ClassPathURLConnection
11520libcore.io.ClassPathURLStreamHandler
Andreas Gampe61e7b662015-06-17 23:57:04 -070011521libcore.io.ForwardingOs
Jesse Wilson0d8eeb42011-08-24 09:33:06 -040011522libcore.io.IoBridge
Andreas Gampe0db10fd2017-02-01 15:57:57 -080011523libcore.io.IoTracker$Mode
Calin Juravle00b23d32019-03-08 17:52:20 -080011524libcore.io.IoTracker
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011525libcore.io.IoUtils$FileReader
Calin Juravle00b23d32019-03-08 17:52:20 -080011526libcore.io.IoUtils
Andreas Gampe61e7b662015-06-17 23:57:04 -070011527libcore.io.Libcore
Mathieu Chartierba2c0462017-05-19 16:41:46 -070011528libcore.io.Linux
Andreas Gampe61e7b662015-06-17 23:57:04 -070011529libcore.io.Memory
Jesse Wilson80686182011-01-21 17:12:43 -080011530libcore.io.MemoryMappedFile
11531libcore.io.NioBufferIterator
Andreas Gampe61e7b662015-06-17 23:57:04 -070011532libcore.io.Os
art-benchmark-serviced8f25642020-01-27 20:25:10 -080011533libcore.io.Streams
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011534libcore.math.MathUtils
Calin Juravle00b23d32019-03-08 17:52:20 -080011535libcore.net.InetAddressUtils
Andreas Gampe571fc302016-02-18 13:58:09 -080011536libcore.net.NetworkSecurityPolicy$DefaultNetworkSecurityPolicy
Calin Juravle00b23d32019-03-08 17:52:20 -080011537libcore.net.NetworkSecurityPolicy
Andreas Gampedcad4ca2014-10-03 02:00:29 +000011538libcore.net.event.NetworkEventDispatcher
11539libcore.net.event.NetworkEventListener
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011540libcore.net.http.HttpDate$1
Calin Juravle00b23d32019-03-08 17:52:20 -080011541libcore.net.http.HttpDate
Andreas Gampe571fc302016-02-18 13:58:09 -080011542libcore.reflect.AnnotatedElements
Andreas Gampedcad4ca2014-10-03 02:00:29 +000011543libcore.reflect.AnnotationFactory
Andreas Gampedcad4ca2014-10-03 02:00:29 +000011544libcore.reflect.AnnotationMember$DefaultValues
Calin Juravle00b23d32019-03-08 17:52:20 -080011545libcore.reflect.AnnotationMember
Mathieu Chartierba2c0462017-05-19 16:41:46 -070011546libcore.reflect.GenericArrayTypeImpl
Andreas Gampe61e7b662015-06-17 23:57:04 -070011547libcore.reflect.GenericSignatureParser
Andreas Gampe61e7b662015-06-17 23:57:04 -070011548libcore.reflect.ListOfTypes
Mathieu Chartierba2c0462017-05-19 16:41:46 -070011549libcore.reflect.ListOfVariables
11550libcore.reflect.ParameterizedTypeImpl
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011551libcore.reflect.TypeVariableImpl
Andreas Gampe61e7b662015-06-17 23:57:04 -070011552libcore.reflect.Types
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011553libcore.reflect.WildcardTypeImpl
art-benchmark-serviced8f25642020-01-27 20:25:10 -080011554libcore.timezone.CountryTimeZones$OffsetResult
Calin Juravle00b23d32019-03-08 17:52:20 -080011555libcore.timezone.CountryTimeZones$TimeZoneMapping
11556libcore.timezone.CountryTimeZones
Neil Fuller0ac8df02018-11-16 16:19:26 +000011557libcore.timezone.TimeZoneDataFiles
Calin Juravle00b23d32019-03-08 17:52:20 -080011558libcore.timezone.TimeZoneFinder$SelectiveCountryTimeZonesExtractor
11559libcore.timezone.TimeZoneFinder$TimeZonesProcessor
11560libcore.timezone.TimeZoneFinder
art-benchmark-serviced5115932020-02-25 17:55:03 -080011561libcore.timezone.ZoneInfoDB$1
art-benchmark-serviced5115932020-02-25 17:55:03 -080011562libcore.timezone.ZoneInfoDB
11563libcore.timezone.ZoneInfoDb$1
11564libcore.timezone.ZoneInfoDb
Calin Juravle00b23d32019-03-08 17:52:20 -080011565libcore.util.ArrayUtils
Andreas Gampe61e7b662015-06-17 23:57:04 -070011566libcore.util.BasicLruCache
11567libcore.util.CharsetUtils
11568libcore.util.CollectionUtils
Andreas Gampe61e7b662015-06-17 23:57:04 -070011569libcore.util.EmptyArray
art-benchmark-serviced5115932020-02-25 17:55:03 -080011570libcore.util.FP16
art-benchmark-serviced8f25642020-01-27 20:25:10 -080011571libcore.util.HexEncoding
Andreas Gampe571fc302016-02-18 13:58:09 -080011572libcore.util.NativeAllocationRegistry$CleanerRunner
11573libcore.util.NativeAllocationRegistry$CleanerThunk
Calin Juravle00b23d32019-03-08 17:52:20 -080011574libcore.util.NativeAllocationRegistry
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070011575libcore.util.Objects
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011576libcore.util.SneakyThrow
Calin Juravle00b23d32019-03-08 17:52:20 -080011577libcore.util.XmlObjectFactory
Mathieu Chartierba2c0462017-05-19 16:41:46 -070011578libcore.util.ZoneInfo$CheckedArithmeticException
Mathieu Chartierba2c0462017-05-19 16:41:46 -070011579libcore.util.ZoneInfo$WallTime
Calin Juravle00b23d32019-03-08 17:52:20 -080011580libcore.util.ZoneInfo
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080011581org.apache.harmony.dalvik.NativeTestTarget
Andreas Gampe61e7b662015-06-17 23:57:04 -070011582org.apache.harmony.dalvik.ddmc.Chunk
11583org.apache.harmony.dalvik.ddmc.ChunkHandler
11584org.apache.harmony.dalvik.ddmc.DdmServer
Andreas Gampedcad4ca2014-10-03 02:00:29 +000011585org.apache.harmony.dalvik.ddmc.DdmVmInternal
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080011586org.apache.harmony.xml.ExpatAttributes
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011587org.apache.harmony.xml.ExpatException
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070011588org.apache.harmony.xml.ExpatParser$CurrentAttributes
11589org.apache.harmony.xml.ExpatParser$ExpatLocator
Calin Juravle00b23d32019-03-08 17:52:20 -080011590org.apache.harmony.xml.ExpatParser
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070011591org.apache.harmony.xml.ExpatReader
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011592org.apache.harmony.xml.dom.CharacterDataImpl
11593org.apache.harmony.xml.dom.DocumentImpl
11594org.apache.harmony.xml.dom.ElementImpl
11595org.apache.harmony.xml.dom.InnerNodeImpl
11596org.apache.harmony.xml.dom.LeafNodeImpl
11597org.apache.harmony.xml.dom.NodeImpl$1
Calin Juravle00b23d32019-03-08 17:52:20 -080011598org.apache.harmony.xml.dom.NodeImpl
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011599org.apache.harmony.xml.dom.NodeListImpl
11600org.apache.harmony.xml.dom.TextImpl
11601org.apache.harmony.xml.parsers.DocumentBuilderFactoryImpl
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070011602org.apache.harmony.xml.parsers.SAXParserFactoryImpl
11603org.apache.harmony.xml.parsers.SAXParserImpl
Andreas Gampedcad4ca2014-10-03 02:00:29 +000011604org.apache.http.conn.ConnectTimeoutException
art-benchmark-serviced5115932020-02-25 17:55:03 -080011605org.apache.http.conn.scheme.HostNameResolver
Mathieu Chartierba2c0462017-05-19 16:41:46 -070011606org.apache.http.conn.scheme.LayeredSocketFactory
Mathieu Chartierba2c0462017-05-19 16:41:46 -070011607org.apache.http.conn.scheme.SocketFactory
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011608org.apache.http.conn.ssl.AbstractVerifier
Mathieu Chartierba2c0462017-05-19 16:41:46 -070011609org.apache.http.conn.ssl.AllowAllHostnameVerifier
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011610org.apache.http.conn.ssl.AndroidDistinguishedNameParser
Mathieu Chartierba2c0462017-05-19 16:41:46 -070011611org.apache.http.conn.ssl.BrowserCompatHostnameVerifier
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011612org.apache.http.conn.ssl.SSLSocketFactory
Mathieu Chartierba2c0462017-05-19 16:41:46 -070011613org.apache.http.conn.ssl.StrictHostnameVerifier
11614org.apache.http.conn.ssl.X509HostnameVerifier
Mathieu Chartierba2c0462017-05-19 16:41:46 -070011615org.apache.http.params.CoreConnectionPNames
Mathieu Chartierba2c0462017-05-19 16:41:46 -070011616org.apache.http.params.HttpConnectionParams
11617org.apache.http.params.HttpParams
Andreas Gampe41aa8e802017-02-17 10:14:29 -080011618org.ccil.cowan.tagsoup.AttributesImpl
11619org.ccil.cowan.tagsoup.AutoDetector
11620org.ccil.cowan.tagsoup.Element
11621org.ccil.cowan.tagsoup.ElementType
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011622org.ccil.cowan.tagsoup.HTMLModels
Mathieu Chartierd62dd932017-09-09 15:19:46 -070011623org.ccil.cowan.tagsoup.HTMLScanner
Andreas Gampe41aa8e802017-02-17 10:14:29 -080011624org.ccil.cowan.tagsoup.HTMLSchema
Andreas Gampe41aa8e802017-02-17 10:14:29 -080011625org.ccil.cowan.tagsoup.Parser$1
Calin Juravle00b23d32019-03-08 17:52:20 -080011626org.ccil.cowan.tagsoup.Parser
Andreas Gampe41aa8e802017-02-17 10:14:29 -080011627org.ccil.cowan.tagsoup.ScanHandler
11628org.ccil.cowan.tagsoup.Scanner
11629org.ccil.cowan.tagsoup.Schema
Kenny Root9787b802013-04-26 12:53:57 -070011630org.json.JSON
11631org.json.JSONArray
Andreas Gampedcad4ca2014-10-03 02:00:29 +000011632org.json.JSONException
Kenny Root9787b802013-04-26 12:53:57 -070011633org.json.JSONObject$1
Calin Juravle00b23d32019-03-08 17:52:20 -080011634org.json.JSONObject
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011635org.json.JSONStringer$Scope
Calin Juravle00b23d32019-03-08 17:52:20 -080011636org.json.JSONStringer
Kenny Root9787b802013-04-26 12:53:57 -070011637org.json.JSONTokener
Calin Juravle4a054192018-05-29 17:52:20 -070011638org.w3c.dom.CharacterData
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011639org.w3c.dom.DOMImplementation
11640org.w3c.dom.Document
Calin Juravle4a054192018-05-29 17:52:20 -070011641org.w3c.dom.Element
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011642org.w3c.dom.Node
Calin Juravle4a054192018-05-29 17:52:20 -070011643org.w3c.dom.NodeList
11644org.w3c.dom.Text
11645org.w3c.dom.TypeInfo
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080011646org.xml.sax.Attributes
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011647org.xml.sax.ContentHandler
Mathieu Chartierba2c0462017-05-19 16:41:46 -070011648org.xml.sax.DTDHandler
11649org.xml.sax.EntityResolver
11650org.xml.sax.ErrorHandler
11651org.xml.sax.InputSource
11652org.xml.sax.Locator
Andreas Gampedcad4ca2014-10-03 02:00:29 +000011653org.xml.sax.SAXException
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011654org.xml.sax.SAXNotRecognizedException
11655org.xml.sax.SAXNotSupportedException
Mathieu Chartierba2c0462017-05-19 16:41:46 -070011656org.xml.sax.XMLReader
Calin Juravle4a054192018-05-29 17:52:20 -070011657org.xml.sax.ext.DeclHandler
11658org.xml.sax.ext.DefaultHandler2
11659org.xml.sax.ext.EntityResolver2
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070011660org.xml.sax.ext.LexicalHandler
Mathieu Chartierba2c0462017-05-19 16:41:46 -070011661org.xml.sax.helpers.DefaultHandler
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080011662org.xmlpull.v1.XmlPullParser
Andreas Gampedcad4ca2014-10-03 02:00:29 +000011663org.xmlpull.v1.XmlPullParserException
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011664org.xmlpull.v1.XmlPullParserFactory
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070011665org.xmlpull.v1.XmlSerializer
Andreas Gampe0db10fd2017-02-01 15:57:57 -080011666sun.invoke.util.BytecodeDescriptor
Mathieu Chartierba2c0462017-05-19 16:41:46 -070011667sun.invoke.util.VerifyAccess
Mathieu Chartierba2c0462017-05-19 16:41:46 -070011668sun.invoke.util.Wrapper$Format
Calin Juravle00b23d32019-03-08 17:52:20 -080011669sun.invoke.util.Wrapper
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011670sun.misc.ASCIICaseInsensitiveComparator
art-benchmark-serviced5115932020-02-25 17:55:03 -080011671sun.misc.Cleaner$1
Andreas Gampe571fc302016-02-18 13:58:09 -080011672sun.misc.Cleaner
11673sun.misc.CompoundEnumeration
Andreas Gampe0db10fd2017-02-01 15:57:57 -080011674sun.misc.FDBigInteger
Andreas Gampe0db10fd2017-02-01 15:57:57 -080011675sun.misc.FloatingDecimal$1
11676sun.misc.FloatingDecimal$ASCIIToBinaryBuffer
11677sun.misc.FloatingDecimal$ASCIIToBinaryConverter
11678sun.misc.FloatingDecimal$BinaryToASCIIBuffer
11679sun.misc.FloatingDecimal$BinaryToASCIIConverter
11680sun.misc.FloatingDecimal$ExceptionalBinaryToASCIIBuffer
11681sun.misc.FloatingDecimal$PreparedASCIIToBinaryBuffer
Calin Juravle00b23d32019-03-08 17:52:20 -080011682sun.misc.FloatingDecimal
Andreas Gampe571fc302016-02-18 13:58:09 -080011683sun.misc.FormattedFloatingDecimal$1
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011684sun.misc.FormattedFloatingDecimal$2
11685sun.misc.FormattedFloatingDecimal$Form
Calin Juravle00b23d32019-03-08 17:52:20 -080011686sun.misc.FormattedFloatingDecimal
Andreas Gampe571fc302016-02-18 13:58:09 -080011687sun.misc.IOUtils
Andreas Gampe0db10fd2017-02-01 15:57:57 -080011688sun.misc.JavaIOFileDescriptorAccess
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011689sun.misc.LRUCache
Andreas Gampe0db10fd2017-02-01 15:57:57 -080011690sun.misc.SharedSecrets
Andreas Gampe61e7b662015-06-17 23:57:04 -070011691sun.misc.Unsafe
Andreas Gampe571fc302016-02-18 13:58:09 -080011692sun.misc.VM
11693sun.misc.Version
11694sun.net.ConnectionResetException
11695sun.net.NetHooks
Andreas Gampe571fc302016-02-18 13:58:09 -080011696sun.net.NetProperties$1
Calin Juravle00b23d32019-03-08 17:52:20 -080011697sun.net.NetProperties
Calin Juravle4a054192018-05-29 17:52:20 -070011698sun.net.ResourceManager
Andreas Gampe571fc302016-02-18 13:58:09 -080011699sun.net.spi.DefaultProxySelector$1
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011700sun.net.spi.DefaultProxySelector$NonProxyInfo
Calin Juravle00b23d32019-03-08 17:52:20 -080011701sun.net.spi.DefaultProxySelector
Andreas Gampe571fc302016-02-18 13:58:09 -080011702sun.net.spi.nameservice.NameService
11703sun.net.util.IPAddressUtil
11704sun.net.www.ParseUtil
11705sun.net.www.protocol.file.Handler
11706sun.net.www.protocol.jar.Handler
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011707sun.nio.ch.AbstractPollArrayWrapper
Calin Juravle4a054192018-05-29 17:52:20 -070011708sun.nio.ch.AbstractPollSelectorImpl
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011709sun.nio.ch.AllocatedNativeObject
11710sun.nio.ch.ChannelInputStream
Andreas Gampe571fc302016-02-18 13:58:09 -080011711sun.nio.ch.DatagramChannelImpl
11712sun.nio.ch.DatagramDispatcher
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011713sun.nio.ch.DefaultSelectorProvider
Andreas Gampe571fc302016-02-18 13:58:09 -080011714sun.nio.ch.DirectBuffer
Andreas Gampe571fc302016-02-18 13:58:09 -080011715sun.nio.ch.FileChannelImpl$Unmapper
Calin Juravle00b23d32019-03-08 17:52:20 -080011716sun.nio.ch.FileChannelImpl
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011717sun.nio.ch.FileDescriptorHolderSocketImpl
Andreas Gampe571fc302016-02-18 13:58:09 -080011718sun.nio.ch.FileDispatcher
11719sun.nio.ch.FileDispatcherImpl
11720sun.nio.ch.FileKey
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011721sun.nio.ch.FileLockImpl
Andreas Gampe571fc302016-02-18 13:58:09 -080011722sun.nio.ch.FileLockTable
11723sun.nio.ch.IOStatus
11724sun.nio.ch.IOUtil
Andreas Gampe571fc302016-02-18 13:58:09 -080011725sun.nio.ch.Interruptible
11726sun.nio.ch.NativeDispatcher
Calin Juravle4a054192018-05-29 17:52:20 -070011727sun.nio.ch.NativeObject
Andreas Gampe571fc302016-02-18 13:58:09 -080011728sun.nio.ch.NativeThread
11729sun.nio.ch.NativeThreadSet
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011730sun.nio.ch.Net$1
11731sun.nio.ch.Net$3
Calin Juravle00b23d32019-03-08 17:52:20 -080011732sun.nio.ch.Net
Calin Juravle4a054192018-05-29 17:52:20 -070011733sun.nio.ch.PollArrayWrapper
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011734sun.nio.ch.PollSelectorImpl
11735sun.nio.ch.PollSelectorProvider
Andreas Gampe571fc302016-02-18 13:58:09 -080011736sun.nio.ch.SelChImpl
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011737sun.nio.ch.SelectionKeyImpl
11738sun.nio.ch.SelectorImpl
11739sun.nio.ch.SelectorProviderImpl
Andreas Gampe571fc302016-02-18 13:58:09 -080011740sun.nio.ch.ServerSocketChannelImpl
Andreas Gampe571fc302016-02-18 13:58:09 -080011741sun.nio.ch.SharedFileLockTable$FileLockReference
Calin Juravle00b23d32019-03-08 17:52:20 -080011742sun.nio.ch.SharedFileLockTable
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011743sun.nio.ch.SocketAdaptor$1
11744sun.nio.ch.SocketAdaptor$2
11745sun.nio.ch.SocketAdaptor$SocketInputStream
Calin Juravle00b23d32019-03-08 17:52:20 -080011746sun.nio.ch.SocketAdaptor
Andreas Gampe571fc302016-02-18 13:58:09 -080011747sun.nio.ch.SocketChannelImpl
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011748sun.nio.ch.SocketDispatcher
Mathieu Chartierba2c0462017-05-19 16:41:46 -070011749sun.nio.ch.Util$1
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011750sun.nio.ch.Util$2
art-benchmark-serviced5115932020-02-25 17:55:03 -080011751sun.nio.ch.Util$3
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011752sun.nio.ch.Util$BufferCache
Calin Juravle00b23d32019-03-08 17:52:20 -080011753sun.nio.ch.Util
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011754sun.nio.cs.ArrayDecoder
Andreas Gampe571fc302016-02-18 13:58:09 -080011755sun.nio.cs.ArrayEncoder
11756sun.nio.cs.StreamDecoder
11757sun.nio.cs.StreamEncoder
Calin Juravle4a054192018-05-29 17:52:20 -070011758sun.nio.cs.ThreadLocalCoders$1
11759sun.nio.cs.ThreadLocalCoders$2
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011760sun.nio.cs.ThreadLocalCoders$Cache
Calin Juravle00b23d32019-03-08 17:52:20 -080011761sun.nio.cs.ThreadLocalCoders
Calin Juravle4a054192018-05-29 17:52:20 -070011762sun.nio.fs.AbstractBasicFileAttributeView
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070011763sun.nio.fs.AbstractFileSystemProvider
11764sun.nio.fs.AbstractPath
11765sun.nio.fs.DefaultFileSystemProvider
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011766sun.nio.fs.DynamicFileAttributeView
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070011767sun.nio.fs.LinuxFileSystem
11768sun.nio.fs.LinuxFileSystemProvider
11769sun.nio.fs.NativeBuffer$Deallocator
Calin Juravle00b23d32019-03-08 17:52:20 -080011770sun.nio.fs.NativeBuffer
Calin Juravle4a054192018-05-29 17:52:20 -070011771sun.nio.fs.NativeBuffers
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070011772sun.nio.fs.UnixChannelFactory$Flags
Calin Juravle4a054192018-05-29 17:52:20 -070011773sun.nio.fs.UnixConstants
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011774sun.nio.fs.UnixException
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011775sun.nio.fs.UnixFileAttributeViews$Basic
Calin Juravle00b23d32019-03-08 17:52:20 -080011776sun.nio.fs.UnixFileAttributeViews
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011777sun.nio.fs.UnixFileAttributes$UnixAsBasicFileAttributes
Calin Juravle00b23d32019-03-08 17:52:20 -080011778sun.nio.fs.UnixFileAttributes
Calin Juravle4a054192018-05-29 17:52:20 -070011779sun.nio.fs.UnixFileModeAttribute
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011780sun.nio.fs.UnixFileStoreAttributes
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070011781sun.nio.fs.UnixFileSystem
11782sun.nio.fs.UnixFileSystemProvider
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011783sun.nio.fs.UnixMountEntry
11784sun.nio.fs.UnixNativeDispatcher
11785sun.nio.fs.UnixPath
11786sun.nio.fs.Util
Calin Juravle00b23d32019-03-08 17:52:20 -080011787sun.reflect.Reflection
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011788sun.reflect.misc.ReflectUtil
Andreas Gampe571fc302016-02-18 13:58:09 -080011789sun.security.action.GetBooleanAction
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011790sun.security.action.GetIntegerAction
Andreas Gampe571fc302016-02-18 13:58:09 -080011791sun.security.action.GetPropertyAction
Andreas Gampe571fc302016-02-18 13:58:09 -080011792sun.security.jca.GetInstance$Instance
Calin Juravle00b23d32019-03-08 17:52:20 -080011793sun.security.jca.GetInstance
Calin Juravle4a054192018-05-29 17:52:20 -070011794sun.security.jca.JCAUtil$CachedSecureRandomHolder
Calin Juravle00b23d32019-03-08 17:52:20 -080011795sun.security.jca.JCAUtil
Andreas Gampe571fc302016-02-18 13:58:09 -080011796sun.security.jca.ProviderConfig$2
Calin Juravle00b23d32019-03-08 17:52:20 -080011797sun.security.jca.ProviderConfig
Andreas Gampe571fc302016-02-18 13:58:09 -080011798sun.security.jca.ProviderList$1
11799sun.security.jca.ProviderList$2
11800sun.security.jca.ProviderList$3
Andreas Gampe571fc302016-02-18 13:58:09 -080011801sun.security.jca.ProviderList$ServiceList$1
Calin Juravle00b23d32019-03-08 17:52:20 -080011802sun.security.jca.ProviderList$ServiceList
11803sun.security.jca.ProviderList
Andreas Gampe571fc302016-02-18 13:58:09 -080011804sun.security.jca.Providers
11805sun.security.jca.ServiceId
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011806sun.security.pkcs.ContentInfo
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011807sun.security.pkcs.PKCS7$VerbatimX509Certificate
11808sun.security.pkcs.PKCS7$WrappedX509Certificate
Calin Juravle00b23d32019-03-08 17:52:20 -080011809sun.security.pkcs.PKCS7
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011810sun.security.pkcs.PKCS9Attribute
11811sun.security.pkcs.SignerInfo
Andreas Gampe571fc302016-02-18 13:58:09 -080011812sun.security.provider.CertPathProvider
11813sun.security.provider.X509Factory
11814sun.security.provider.certpath.AdaptableX509CertSelector
11815sun.security.provider.certpath.AlgorithmChecker
11816sun.security.provider.certpath.BasicChecker
Calin Juravle4a054192018-05-29 17:52:20 -070011817sun.security.provider.certpath.CertId
Andreas Gampe571fc302016-02-18 13:58:09 -080011818sun.security.provider.certpath.CertPathHelper
11819sun.security.provider.certpath.ConstraintsChecker
11820sun.security.provider.certpath.KeyChecker
Calin Juravle4a054192018-05-29 17:52:20 -070011821sun.security.provider.certpath.OCSP$RevocationStatus$CertStatus
Calin Juravle00b23d32019-03-08 17:52:20 -080011822sun.security.provider.certpath.OCSP$RevocationStatus
art-benchmark-serviced5115932020-02-25 17:55:03 -080011823sun.security.provider.certpath.OCSPResponse$1
Calin Juravle4a054192018-05-29 17:52:20 -070011824sun.security.provider.certpath.OCSPResponse$ResponseStatus
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011825sun.security.provider.certpath.OCSPResponse$SingleResponse
Calin Juravle00b23d32019-03-08 17:52:20 -080011826sun.security.provider.certpath.OCSPResponse
Andreas Gampe571fc302016-02-18 13:58:09 -080011827sun.security.provider.certpath.PKIX$ValidatorParams
Calin Juravle00b23d32019-03-08 17:52:20 -080011828sun.security.provider.certpath.PKIX
Andreas Gampe571fc302016-02-18 13:58:09 -080011829sun.security.provider.certpath.PKIXCertPathValidator
11830sun.security.provider.certpath.PKIXMasterCertPathValidator
11831sun.security.provider.certpath.PolicyChecker
11832sun.security.provider.certpath.PolicyNodeImpl
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011833sun.security.provider.certpath.RevocationChecker$1
art-benchmark-serviced5115932020-02-25 17:55:03 -080011834sun.security.provider.certpath.RevocationChecker$2
Calin Juravle4a054192018-05-29 17:52:20 -070011835sun.security.provider.certpath.RevocationChecker$Mode
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011836sun.security.provider.certpath.RevocationChecker$RevocationProperties
Calin Juravle00b23d32019-03-08 17:52:20 -080011837sun.security.provider.certpath.RevocationChecker
Mathieu Chartierba2c0462017-05-19 16:41:46 -070011838sun.security.util.AbstractAlgorithmConstraints$1
Calin Juravle00b23d32019-03-08 17:52:20 -080011839sun.security.util.AbstractAlgorithmConstraints
Andreas Gampe0db10fd2017-02-01 15:57:57 -080011840sun.security.util.AlgorithmDecomposer
Andreas Gampe571fc302016-02-18 13:58:09 -080011841sun.security.util.BitArray
11842sun.security.util.ByteArrayLexOrder
11843sun.security.util.ByteArrayTagOrder
Andreas Gampe571fc302016-02-18 13:58:09 -080011844sun.security.util.Cache$EqualByteArray
Calin Juravle00b23d32019-03-08 17:52:20 -080011845sun.security.util.Cache
Mathieu Chartierba2c0462017-05-19 16:41:46 -070011846sun.security.util.CertConstraintParameters
Andreas Gampe571fc302016-02-18 13:58:09 -080011847sun.security.util.Debug
11848sun.security.util.DerEncoder
11849sun.security.util.DerIndefLenConverter
11850sun.security.util.DerInputBuffer
11851sun.security.util.DerInputStream
11852sun.security.util.DerOutputStream
11853sun.security.util.DerValue
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011854sun.security.util.DisabledAlgorithmConstraints$1
Mathieu Chartierba2c0462017-05-19 16:41:46 -070011855sun.security.util.DisabledAlgorithmConstraints$Constraint$Operator
Calin Juravle00b23d32019-03-08 17:52:20 -080011856sun.security.util.DisabledAlgorithmConstraints$Constraint
Mathieu Chartierba2c0462017-05-19 16:41:46 -070011857sun.security.util.DisabledAlgorithmConstraints$Constraints
Andreas Gampe571fc302016-02-18 13:58:09 -080011858sun.security.util.DisabledAlgorithmConstraints$KeySizeConstraint
Calin Juravle00b23d32019-03-08 17:52:20 -080011859sun.security.util.DisabledAlgorithmConstraints
Andreas Gampe571fc302016-02-18 13:58:09 -080011860sun.security.util.KeyUtil
11861sun.security.util.Length
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011862sun.security.util.ManifestDigester$Entry
11863sun.security.util.ManifestDigester$Position
Calin Juravle00b23d32019-03-08 17:52:20 -080011864sun.security.util.ManifestDigester
Calin Juravle4a054192018-05-29 17:52:20 -070011865sun.security.util.ManifestEntryVerifier$SunProviderHolder
Calin Juravle00b23d32019-03-08 17:52:20 -080011866sun.security.util.ManifestEntryVerifier
Andreas Gampe571fc302016-02-18 13:58:09 -080011867sun.security.util.MemoryCache$CacheEntry
11868sun.security.util.MemoryCache$SoftCacheEntry
Calin Juravle00b23d32019-03-08 17:52:20 -080011869sun.security.util.MemoryCache
Andreas Gampe571fc302016-02-18 13:58:09 -080011870sun.security.util.ObjectIdentifier
art-benchmark-serviced8f25642020-01-27 20:25:10 -080011871sun.security.util.SecurityConstants
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011872sun.security.util.SignatureFileVerifier
Andreas Gampe571fc302016-02-18 13:58:09 -080011873sun.security.x509.AVA
11874sun.security.x509.AVAKeyword
11875sun.security.x509.AccessDescription
11876sun.security.x509.AlgorithmId
11877sun.security.x509.AuthorityInfoAccessExtension
11878sun.security.x509.AuthorityKeyIdentifierExtension
11879sun.security.x509.BasicConstraintsExtension
11880sun.security.x509.CRLDistributionPointsExtension
11881sun.security.x509.CRLNumberExtension
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011882sun.security.x509.CRLReasonCodeExtension
Andreas Gampe571fc302016-02-18 13:58:09 -080011883sun.security.x509.CertAttrSet
11884sun.security.x509.CertificateAlgorithmId
11885sun.security.x509.CertificateExtensions
11886sun.security.x509.CertificateIssuerExtension
11887sun.security.x509.CertificatePoliciesExtension
11888sun.security.x509.CertificatePolicyId
11889sun.security.x509.CertificateSerialNumber
11890sun.security.x509.CertificateValidity
11891sun.security.x509.CertificateVersion
11892sun.security.x509.CertificateX509Key
11893sun.security.x509.DNSName
11894sun.security.x509.DeltaCRLIndicatorExtension
11895sun.security.x509.DistributionPoint
11896sun.security.x509.ExtendedKeyUsageExtension
11897sun.security.x509.Extension
11898sun.security.x509.FreshestCRLExtension
11899sun.security.x509.GeneralName
11900sun.security.x509.GeneralNameInterface
11901sun.security.x509.GeneralNames
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011902sun.security.x509.InhibitAnyPolicyExtension
Andreas Gampe571fc302016-02-18 13:58:09 -080011903sun.security.x509.IssuerAlternativeNameExtension
11904sun.security.x509.IssuingDistributionPointExtension
11905sun.security.x509.KeyIdentifier
11906sun.security.x509.KeyUsageExtension
11907sun.security.x509.NameConstraintsExtension
Calin Juravle4a054192018-05-29 17:52:20 -070011908sun.security.x509.NetscapeCertTypeExtension$MapEntry
Calin Juravle00b23d32019-03-08 17:52:20 -080011909sun.security.x509.NetscapeCertTypeExtension
Andreas Gampe571fc302016-02-18 13:58:09 -080011910sun.security.x509.OCSPNoCheckExtension
Andreas Gampe571fc302016-02-18 13:58:09 -080011911sun.security.x509.OIDMap$OIDInfo
Calin Juravle00b23d32019-03-08 17:52:20 -080011912sun.security.x509.OIDMap
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011913sun.security.x509.PKIXExtensions
Andreas Gampe571fc302016-02-18 13:58:09 -080011914sun.security.x509.PolicyConstraintsExtension
11915sun.security.x509.PolicyInformation
11916sun.security.x509.PolicyMappingsExtension
11917sun.security.x509.PrivateKeyUsageExtension
11918sun.security.x509.RDN
11919sun.security.x509.SerialNumber
11920sun.security.x509.SubjectAlternativeNameExtension
11921sun.security.x509.SubjectInfoAccessExtension
11922sun.security.x509.SubjectKeyIdentifierExtension
11923sun.security.x509.URIName
Andreas Gampe571fc302016-02-18 13:58:09 -080011924sun.security.x509.X500Name$1
Calin Juravle00b23d32019-03-08 17:52:20 -080011925sun.security.x509.X500Name
Andreas Gampe571fc302016-02-18 13:58:09 -080011926sun.security.x509.X509AttributeName
11927sun.security.x509.X509CertImpl
11928sun.security.x509.X509CertInfo
11929sun.security.x509.X509Key
Andreas Gampe571fc302016-02-18 13:58:09 -080011930sun.util.calendar.AbstractCalendar
Andreas Gampe571fc302016-02-18 13:58:09 -080011931sun.util.calendar.BaseCalendar$Date
Calin Juravle00b23d32019-03-08 17:52:20 -080011932sun.util.calendar.BaseCalendar
Andreas Gampe571fc302016-02-18 13:58:09 -080011933sun.util.calendar.CalendarDate
11934sun.util.calendar.CalendarSystem
11935sun.util.calendar.CalendarUtils
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011936sun.util.calendar.Era
Andreas Gampe571fc302016-02-18 13:58:09 -080011937sun.util.calendar.Gregorian$Date
Calin Juravle00b23d32019-03-08 17:52:20 -080011938sun.util.calendar.Gregorian
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011939sun.util.calendar.ImmutableGregorianDate
Andreas Gampe571fc302016-02-18 13:58:09 -080011940sun.util.calendar.JulianCalendar
11941sun.util.calendar.LocalGregorianCalendar
Andreas Gampe571fc302016-02-18 13:58:09 -080011942sun.util.locale.BaseLocale$Cache
11943sun.util.locale.BaseLocale$Key
Calin Juravle00b23d32019-03-08 17:52:20 -080011944sun.util.locale.BaseLocale
art-benchmark-serviced5115932020-02-25 17:55:03 -080011945sun.util.locale.Extension
Andreas Gampe571fc302016-02-18 13:58:09 -080011946sun.util.locale.InternalLocaleBuilder$CaseInsensitiveChar
Calin Juravle00b23d32019-03-08 17:52:20 -080011947sun.util.locale.InternalLocaleBuilder
Andreas Gampe571fc302016-02-18 13:58:09 -080011948sun.util.locale.LanguageTag
art-benchmark-serviced5115932020-02-25 17:55:03 -080011949sun.util.locale.LocaleExtensions
art-benchmark-serviced8f25642020-01-27 20:25:10 -080011950sun.util.locale.LocaleMatcher
Andreas Gampe571fc302016-02-18 13:58:09 -080011951sun.util.locale.LocaleObjectCache$CacheEntry
Calin Juravle00b23d32019-03-08 17:52:20 -080011952sun.util.locale.LocaleObjectCache
Andreas Gampe571fc302016-02-18 13:58:09 -080011953sun.util.locale.LocaleSyntaxException
11954sun.util.locale.LocaleUtils
11955sun.util.locale.ParseStatus
11956sun.util.locale.StringTokenIterator
art-benchmark-serviced5115932020-02-25 17:55:03 -080011957sun.util.locale.UnicodeLocaleExtension
Andreas Gampe571fc302016-02-18 13:58:09 -080011958sun.util.logging.LoggingProxy
Andreas Gampe571fc302016-02-18 13:58:09 -080011959sun.util.logging.LoggingSupport$1
Calin Juravle00b23d32019-03-08 17:52:20 -080011960sun.util.logging.LoggingSupport
Andreas Gampe571fc302016-02-18 13:58:09 -080011961sun.util.logging.PlatformLogger$1
art-benchmark-serviced5115932020-02-25 17:55:03 -080011962sun.util.logging.PlatformLogger$JavaLoggerProxy
Andreas Gampe571fc302016-02-18 13:58:09 -080011963sun.util.logging.PlatformLogger$Level
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011964sun.util.logging.PlatformLogger$LoggerProxy
Calin Juravle00b23d32019-03-08 17:52:20 -080011965sun.util.logging.PlatformLogger