blob: efca37aa04564f25ff0b936e25a06f8629f33536 [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
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -0700162android.app.ActionBar$LayoutParams
Calin Juravle00b23d32019-03-08 17:52:20 -0800163android.app.ActionBar
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800164android.app.Activity$1
Andreas Gampe61e7b662015-06-17 23:57:04 -0700165android.app.Activity$HostCallbacks
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800166android.app.Activity$ManagedCursor
167android.app.Activity$ManagedDialog
Calin Juravle00b23d32019-03-08 17:52:20 -0800168android.app.Activity$NonConfigurationInstances
169android.app.Activity
Andreas Gampe0db10fd2017-02-01 15:57:57 -0800170android.app.ActivityManager$1
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -0700171android.app.ActivityManager$AppTask
172android.app.ActivityManager$MemoryInfo$1
Calin Juravle00b23d32019-03-08 17:52:20 -0800173android.app.ActivityManager$MemoryInfo
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700174android.app.ActivityManager$OnUidImportanceListener
art-benchmark-serviced5115932020-02-25 17:55:03 -0800175android.app.ActivityManager$ProcessErrorStateInfo$1
176android.app.ActivityManager$ProcessErrorStateInfo
Mathieu Chartierba2c0462017-05-19 16:41:46 -0700177android.app.ActivityManager$RecentTaskInfo$1
Calin Juravle00b23d32019-03-08 17:52:20 -0800178android.app.ActivityManager$RecentTaskInfo
Kenny Root9787b802013-04-26 12:53:57 -0700179android.app.ActivityManager$RunningAppProcessInfo$1
Calin Juravle00b23d32019-03-08 17:52:20 -0800180android.app.ActivityManager$RunningAppProcessInfo
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700181android.app.ActivityManager$RunningServiceInfo$1
Calin Juravle00b23d32019-03-08 17:52:20 -0800182android.app.ActivityManager$RunningServiceInfo
Mathieu Chartierba2c0462017-05-19 16:41:46 -0700183android.app.ActivityManager$RunningTaskInfo$1
Calin Juravle00b23d32019-03-08 17:52:20 -0800184android.app.ActivityManager$RunningTaskInfo
Andreas Gampedcad4ca2014-10-03 02:00:29 +0000185android.app.ActivityManager$TaskDescription$1
Calin Juravle00b23d32019-03-08 17:52:20 -0800186android.app.ActivityManager$TaskDescription
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700187android.app.ActivityManager$UidObserver
Calin Juravle00b23d32019-03-08 17:52:20 -0800188android.app.ActivityManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800189android.app.ActivityManagerInternal
art-benchmark-serviced5115932020-02-25 17:55:03 -0800190android.app.ActivityOptions$1
art-benchmark-service13164882020-11-07 02:19:14 -0800191android.app.ActivityOptions$2
Andreas Gampe571fc302016-02-18 13:58:09 -0800192android.app.ActivityOptions
Calin Juravle00b23d32019-03-08 17:52:20 -0800193android.app.ActivityTaskManager$1
194android.app.ActivityTaskManager
Jesse Wilsoneaca10e2010-10-12 21:35:56 -0700195android.app.ActivityThread$1
Jesse Wilsoneaca10e2010-10-12 21:35:56 -0700196android.app.ActivityThread$ActivityClientRecord
Calin Juravle00b23d32019-03-08 17:52:20 -0800197android.app.ActivityThread$AndroidOs
Jesse Wilsoneaca10e2010-10-12 21:35:56 -0700198android.app.ActivityThread$AppBindData
Calin Juravle00b23d32019-03-08 17:52:20 -0800199android.app.ActivityThread$ApplicationThread$1
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800200android.app.ActivityThread$ApplicationThread
Jesse Wilson80686182011-01-21 17:12:43 -0800201android.app.ActivityThread$BindServiceData
Jesse Wilsoneaca10e2010-10-12 21:35:56 -0700202android.app.ActivityThread$ContextCleanupInfo
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700203android.app.ActivityThread$CreateBackupAgentData
Jesse Wilsoneaca10e2010-10-12 21:35:56 -0700204android.app.ActivityThread$CreateServiceData
Calin Juravle00b23d32019-03-08 17:52:20 -0800205android.app.ActivityThread$DumpComponentInfo
206android.app.ActivityThread$DumpHeapData
Jesse Wilsoneaca10e2010-10-12 21:35:56 -0700207android.app.ActivityThread$GcIdler
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800208android.app.ActivityThread$H
Jesse Wilsoneaca10e2010-10-12 21:35:56 -0700209android.app.ActivityThread$Idler
Dianne Hackborn6b57b7e2011-11-07 14:45:49 -0800210android.app.ActivityThread$Profiler
Jesse Wilsoneaca10e2010-10-12 21:35:56 -0700211android.app.ActivityThread$ProviderClientRecord
Kenny Root9787b802013-04-26 12:53:57 -0700212android.app.ActivityThread$ProviderKey
Jesse Wilsoneaca10e2010-10-12 21:35:56 -0700213android.app.ActivityThread$ProviderRefCount
Calin Juravle00b23d32019-03-08 17:52:20 -0800214android.app.ActivityThread$PurgeIdler
Jesse Wilsoneaca10e2010-10-12 21:35:56 -0700215android.app.ActivityThread$ReceiverData
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -0700216android.app.ActivityThread$RequestAssistContextExtras
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800217android.app.ActivityThread$SafeCancellationTransport
Jesse Wilsoneaca10e2010-10-12 21:35:56 -0700218android.app.ActivityThread$ServiceArgsData
Calin Juravle00b23d32019-03-08 17:52:20 -0800219android.app.ActivityThread$UpdateCompatibilityData
220android.app.ActivityThread
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800221android.app.ActivityTransitionCoordinator
222android.app.ActivityTransitionState$1
Andreas Gampedcad4ca2014-10-03 02:00:29 +0000223android.app.ActivityTransitionState
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800224android.app.AlarmManager$AlarmClockInfo$1
225android.app.AlarmManager$AlarmClockInfo
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -0700226android.app.AlarmManager$ListenerWrapper
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800227android.app.AlarmManager$OnAlarmListener
Calin Juravle00b23d32019-03-08 17:52:20 -0800228android.app.AlarmManager
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -0700229android.app.AlertDialog$Builder
Calin Juravle00b23d32019-03-08 17:52:20 -0800230android.app.AlertDialog
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800231android.app.AppCompatCallbacks
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700232android.app.AppComponentFactory
Calin Juravle00b23d32019-03-08 17:52:20 -0800233android.app.AppDetailsActivity
Jesse Wilsoneaca10e2010-10-12 21:35:56 -0700234android.app.AppGlobals
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800235android.app.AppOpsManager$1
236android.app.AppOpsManager$2
237android.app.AppOpsManager$3
art-benchmark-serviced60351b2020-04-11 17:55:40 -0700238android.app.AppOpsManager$4
art-benchmark-servicead05a302020-03-17 09:46:02 -0700239android.app.AppOpsManager$AppOpsCollector
art-benchmark-service13164882020-11-07 02:19:14 -0800240android.app.AppOpsManager$AttributedHistoricalOps$1
art-benchmark-serviced60351b2020-04-11 17:55:40 -0700241android.app.AppOpsManager$AttributedHistoricalOps
art-benchmark-service13164882020-11-07 02:19:14 -0800242android.app.AppOpsManager$AttributedOpEntry$1
243android.app.AppOpsManager$AttributedOpEntry$LongSparseArrayParceling
art-benchmark-serviced60351b2020-04-11 17:55:40 -0700244android.app.AppOpsManager$AttributedOpEntry
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800245android.app.AppOpsManager$HistoricalOp$1
246android.app.AppOpsManager$HistoricalOp
247android.app.AppOpsManager$HistoricalOps$1
248android.app.AppOpsManager$HistoricalOps
art-benchmark-serviced5115932020-02-25 17:55:03 -0800249android.app.AppOpsManager$HistoricalOpsRequest$Builder
250android.app.AppOpsManager$HistoricalOpsRequest
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800251android.app.AppOpsManager$HistoricalPackageOps$1
252android.app.AppOpsManager$HistoricalPackageOps
253android.app.AppOpsManager$HistoricalUidOps$1
254android.app.AppOpsManager$HistoricalUidOps
art-benchmark-serviced60351b2020-04-11 17:55:40 -0700255android.app.AppOpsManager$Mode
256android.app.AppOpsManager$NoteOpEvent$1
art-benchmark-serviced5115932020-02-25 17:55:03 -0800257android.app.AppOpsManager$NoteOpEvent
258android.app.AppOpsManager$OnOpActiveChangedInternalListener
259android.app.AppOpsManager$OnOpActiveChangedListener
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800260android.app.AppOpsManager$OnOpChangedInternalListener
Mathieu Chartierba2c0462017-05-19 16:41:46 -0700261android.app.AppOpsManager$OnOpChangedListener
art-benchmark-serviced60351b2020-04-11 17:55:40 -0700262android.app.AppOpsManager$OnOpNotedCallback$1
263android.app.AppOpsManager$OnOpNotedCallback
art-benchmark-serviced5115932020-02-25 17:55:03 -0800264android.app.AppOpsManager$OnOpNotedListener
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800265android.app.AppOpsManager$OpEntry$1
266android.app.AppOpsManager$OpEntry
art-benchmark-serviced60351b2020-04-11 17:55:40 -0700267android.app.AppOpsManager$OpEventProxyInfo$1
268android.app.AppOpsManager$OpEventProxyInfo
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800269android.app.AppOpsManager$PackageOps$1
270android.app.AppOpsManager$PackageOps
art-benchmark-serviced60351b2020-04-11 17:55:40 -0700271android.app.AppOpsManager$RestrictionBypass
Calin Juravle00b23d32019-03-08 17:52:20 -0800272android.app.AppOpsManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800273android.app.AppOpsManagerInternal
Kenny Root9787b802013-04-26 12:53:57 -0700274android.app.Application$ActivityLifecycleCallbacks
art-benchmark-serviced5115932020-02-25 17:55:03 -0800275android.app.Application$OnProvideAssistDataListener
Calin Juravle00b23d32019-03-08 17:52:20 -0800276android.app.Application
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800277android.app.ApplicationErrorReport$1
art-benchmark-serviced5115932020-02-25 17:55:03 -0800278android.app.ApplicationErrorReport$AnrInfo
279android.app.ApplicationErrorReport$BatteryInfo
Jesse Wilsoneaca10e2010-10-12 21:35:56 -0700280android.app.ApplicationErrorReport$CrashInfo
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800281android.app.ApplicationErrorReport$ParcelableCrashInfo$1
282android.app.ApplicationErrorReport$ParcelableCrashInfo
art-benchmark-serviced5115932020-02-25 17:55:03 -0800283android.app.ApplicationErrorReport$RunningServiceInfo
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800284android.app.ApplicationErrorReport
art-benchmark-serviced60351b2020-04-11 17:55:40 -0700285android.app.ApplicationExitInfo$1
286android.app.ApplicationExitInfo
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800287android.app.ApplicationLoaders$CachedClassLoader
Jesse Wilsoneaca10e2010-10-12 21:35:56 -0700288android.app.ApplicationLoaders
art-benchmark-serviced5115932020-02-25 17:55:03 -0800289android.app.ApplicationPackageManager$1
art-benchmark-service13164882020-11-07 02:19:14 -0800290android.app.ApplicationPackageManager$2
art-benchmark-serviced5115932020-02-25 17:55:03 -0800291android.app.ApplicationPackageManager$HasSystemFeatureQuery
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800292android.app.ApplicationPackageManager$MoveCallbackDelegate
Jesse Wilson80686182011-01-21 17:12:43 -0800293android.app.ApplicationPackageManager$ResourceName
Calin Juravle00b23d32019-03-08 17:52:20 -0800294android.app.ApplicationPackageManager
art-benchmark-serviced5115932020-02-25 17:55:03 -0800295android.app.AsyncNotedAppOp$1
296android.app.AsyncNotedAppOp
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800297android.app.AutomaticZenRule$1
298android.app.AutomaticZenRule
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -0700299android.app.BackStackRecord$Op
Calin Juravle00b23d32019-03-08 17:52:20 -0800300android.app.BackStackRecord
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800301android.app.BackStackState$1
302android.app.BackStackState
303android.app.BroadcastOptions
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700304android.app.ClientTransactionHandler
Sudheer Shanka78b1ea82016-12-06 16:36:10 -0800305android.app.ContentProviderHolder$1
Calin Juravle00b23d32019-03-08 17:52:20 -0800306android.app.ContentProviderHolder
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -0700307android.app.ContextImpl$1
Jesse Wilsoneaca10e2010-10-12 21:35:56 -0700308android.app.ContextImpl$ApplicationContentResolver
Calin Juravle00b23d32019-03-08 17:52:20 -0800309android.app.ContextImpl
Mathieu Chartierba2c0462017-05-19 16:41:46 -0700310android.app.DexLoadReporter
Jesse Wilsoneaca10e2010-10-12 21:35:56 -0700311android.app.Dialog$ListenersHandler
Calin Juravle00b23d32019-03-08 17:52:20 -0800312android.app.Dialog
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -0700313android.app.DialogFragment
art-benchmark-serviced5115932020-02-25 17:55:03 -0800314android.app.DirectAction$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800315android.app.DirectAction
art-benchmark-service13164882020-11-07 02:19:14 -0800316android.app.DisabledWallpaperManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800317android.app.DownloadManager$CursorTranslator
318android.app.DownloadManager$Query
art-benchmark-service56aece62020-02-10 17:58:03 -0800319android.app.DownloadManager$Request
Andreas Gampe61e7b662015-06-17 23:57:04 -0700320android.app.DownloadManager
art-benchmark-serviced60351b2020-04-11 17:55:40 -0700321android.app.DreamManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800322android.app.EnterTransitionCoordinator
art-benchmark-serviced5115932020-02-25 17:55:03 -0800323android.app.EventLogTags
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800324android.app.ExitTransitionCoordinator
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -0700325android.app.Fragment$1
326android.app.Fragment$AnimationInfo
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800327android.app.Fragment$InstantiationException
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700328android.app.Fragment$OnStartEnterTransitionListener
Calin Juravle00b23d32019-03-08 17:52:20 -0800329android.app.Fragment
Kenny Rootdbf30ed2012-09-19 13:08:12 -0700330android.app.FragmentContainer
Andreas Gampe61e7b662015-06-17 23:57:04 -0700331android.app.FragmentController
332android.app.FragmentHostCallback
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -0700333android.app.FragmentManager$BackStackEntry
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800334android.app.FragmentManager$FragmentLifecycleCallbacks
335android.app.FragmentManager$OnBackStackChangedListener
Calin Juravle00b23d32019-03-08 17:52:20 -0800336android.app.FragmentManager
Jesse Wilson80686182011-01-21 17:12:43 -0800337android.app.FragmentManagerImpl$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800338android.app.FragmentManagerImpl$2
339android.app.FragmentManagerImpl$AnimateOnHWLayerIfNeededListener
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -0700340android.app.FragmentManagerImpl$OpGenerator
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800341android.app.FragmentManagerImpl$StartEnterTransitionListener
Calin Juravle00b23d32019-03-08 17:52:20 -0800342android.app.FragmentManagerImpl
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800343android.app.FragmentManagerNonConfig
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -0700344android.app.FragmentManagerState$1
Calin Juravle00b23d32019-03-08 17:52:20 -0800345android.app.FragmentManagerState
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -0700346android.app.FragmentState$1
Calin Juravle00b23d32019-03-08 17:52:20 -0800347android.app.FragmentState
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -0700348android.app.FragmentTransaction
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800349android.app.FragmentTransition$2
350android.app.FragmentTransition$5
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -0700351android.app.FragmentTransition$FragmentContainerTransition
Calin Juravle00b23d32019-03-08 17:52:20 -0800352android.app.FragmentTransition
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800353android.app.IActivityController$Stub$Proxy
354android.app.IActivityController$Stub
355android.app.IActivityController
Sudheer Shanka78b1ea82016-12-06 16:36:10 -0800356android.app.IActivityManager$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -0800357android.app.IActivityManager$Stub
358android.app.IActivityManager
359android.app.IActivityTaskManager$Stub$Proxy
360android.app.IActivityTaskManager$Stub
361android.app.IActivityTaskManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800362android.app.IAlarmCompleteListener$Stub$Proxy
363android.app.IAlarmCompleteListener$Stub
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700364android.app.IAlarmCompleteListener
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800365android.app.IAlarmListener$Stub$Proxy
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -0700366android.app.IAlarmListener$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -0800367android.app.IAlarmListener
Jesse Wilson80686182011-01-21 17:12:43 -0800368android.app.IAlarmManager$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -0800369android.app.IAlarmManager$Stub
370android.app.IAlarmManager
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -0700371android.app.IAppTask$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -0800372android.app.IAppTask$Stub
373android.app.IAppTask
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800374android.app.IApplicationThread$Stub$Proxy
Sudheer Shankaea8e738b2016-10-27 17:42:25 -0700375android.app.IApplicationThread$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -0800376android.app.IApplicationThread
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800377android.app.IAssistDataReceiver$Stub$Proxy
378android.app.IAssistDataReceiver$Stub
379android.app.IAssistDataReceiver
380android.app.IBackupAgent$Stub$Proxy
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700381android.app.IBackupAgent$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -0800382android.app.IBackupAgent
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800383android.app.IInstantAppResolver$Stub$Proxy
384android.app.IInstantAppResolver$Stub
385android.app.IInstantAppResolver
386android.app.IInstrumentationWatcher$Stub$Proxy
Jesse Wilsoneaca10e2010-10-12 21:35:56 -0700387android.app.IInstrumentationWatcher$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -0800388android.app.IInstrumentationWatcher
Jesse Wilson0d8eeb42011-08-24 09:33:06 -0400389android.app.INotificationManager$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -0800390android.app.INotificationManager$Stub
391android.app.INotificationManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800392android.app.IProcessObserver$Stub$Proxy
Calin Juravle4a054192018-05-29 17:52:20 -0700393android.app.IProcessObserver$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -0800394android.app.IProcessObserver
art-benchmark-serviced5115932020-02-25 17:55:03 -0800395android.app.ISearchManager$Stub$Proxy
Calin Juravle4a054192018-05-29 17:52:20 -0700396android.app.ISearchManager$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -0800397android.app.ISearchManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800398android.app.IServiceConnection$Stub$Proxy
Jesse Wilson0d8eeb42011-08-24 09:33:06 -0400399android.app.IServiceConnection$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -0800400android.app.IServiceConnection
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800401android.app.IStopUserCallback$Stub$Proxy
402android.app.IStopUserCallback$Stub
403android.app.IStopUserCallback
404android.app.ITaskStackListener$Stub$Proxy
405android.app.ITaskStackListener$Stub
406android.app.ITaskStackListener
407android.app.ITransientNotification$Stub$Proxy
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700408android.app.ITransientNotification$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -0800409android.app.ITransientNotification
art-benchmark-serviced60351b2020-04-11 17:55:40 -0700410android.app.ITransientNotificationCallback$Stub$Proxy
art-benchmark-serviced5115932020-02-25 17:55:03 -0800411android.app.ITransientNotificationCallback$Stub
412android.app.ITransientNotificationCallback
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800413android.app.IUiAutomationConnection$Stub$Proxy
Kenny Root9787b802013-04-26 12:53:57 -0700414android.app.IUiAutomationConnection$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -0800415android.app.IUiAutomationConnection
Andreas Gampe859e2782016-04-06 18:37:56 -0700416android.app.IUiModeManager$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -0800417android.app.IUiModeManager$Stub
418android.app.IUiModeManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800419android.app.IUidObserver$Stub$Proxy
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700420android.app.IUidObserver$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -0800421android.app.IUidObserver
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800422android.app.IUriGrantsManager$Stub$Proxy
423android.app.IUriGrantsManager$Stub
424android.app.IUriGrantsManager
425android.app.IUserSwitchObserver$Stub$Proxy
Mathieu Chartierba2c0462017-05-19 16:41:46 -0700426android.app.IUserSwitchObserver$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -0800427android.app.IUserSwitchObserver
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -0700428android.app.IWallpaperManager$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -0800429android.app.IWallpaperManager$Stub
430android.app.IWallpaperManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800431android.app.IWallpaperManagerCallback$Stub$Proxy
Mathieu Chartierba2c0462017-05-19 16:41:46 -0700432android.app.IWallpaperManagerCallback$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -0800433android.app.IWallpaperManagerCallback
art-benchmark-serviced5115932020-02-25 17:55:03 -0800434android.app.InstantAppResolverService$1
435android.app.InstantAppResolverService$InstantAppResolutionCallback
436android.app.InstantAppResolverService$ServiceHandler
437android.app.InstantAppResolverService
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800438android.app.Instrumentation$ActivityGoing
439android.app.Instrumentation$ActivityMonitor
art-benchmark-serviced5115932020-02-25 17:55:03 -0800440android.app.Instrumentation$ActivityResult
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800441android.app.Instrumentation$ActivityWaiter
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800442android.app.Instrumentation
Jesse Wilsoneaca10e2010-10-12 21:35:56 -0700443android.app.IntentReceiverLeaked
Jesse Wilson0d8eeb42011-08-24 09:33:06 -0400444android.app.IntentService$ServiceHandler
Calin Juravle00b23d32019-03-08 17:52:20 -0800445android.app.IntentService
Mathieu Chartierba2c0462017-05-19 16:41:46 -0700446android.app.JobSchedulerImpl
Andreas Gampe61e7b662015-06-17 23:57:04 -0700447android.app.KeyguardManager
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700448android.app.ListActivity
Jesse Wilsoneaca10e2010-10-12 21:35:56 -0700449android.app.LoadedApk$ReceiverDispatcher$Args
450android.app.LoadedApk$ReceiverDispatcher$InnerReceiver
Calin Juravle00b23d32019-03-08 17:52:20 -0800451android.app.LoadedApk$ReceiverDispatcher
Jesse Wilson0d8eeb42011-08-24 09:33:06 -0400452android.app.LoadedApk$ServiceDispatcher$ConnectionInfo
453android.app.LoadedApk$ServiceDispatcher$DeathMonitor
454android.app.LoadedApk$ServiceDispatcher$InnerConnection
455android.app.LoadedApk$ServiceDispatcher$RunConnection
Calin Juravle00b23d32019-03-08 17:52:20 -0800456android.app.LoadedApk$ServiceDispatcher
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800457android.app.LoadedApk$SplitDependencyLoaderImpl
Jesse Wilsoneaca10e2010-10-12 21:35:56 -0700458android.app.LoadedApk$WarningContextClassLoader
Calin Juravle00b23d32019-03-08 17:52:20 -0800459android.app.LoadedApk
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -0700460android.app.LoaderManager$LoaderCallbacks
Calin Juravle00b23d32019-03-08 17:52:20 -0800461android.app.LoaderManager
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -0700462android.app.LoaderManagerImpl$LoaderInfo
Calin Juravle00b23d32019-03-08 17:52:20 -0800463android.app.LoaderManagerImpl
Jesse Wilsoneaca10e2010-10-12 21:35:56 -0700464android.app.NativeActivity
Mathieu Chartierba2c0462017-05-19 16:41:46 -0700465android.app.Notification$1
Mathieu Chartierba2c0462017-05-19 16:41:46 -0700466android.app.Notification$Action$1
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700467android.app.Notification$Action$Builder
Calin Juravle00b23d32019-03-08 17:52:20 -0800468android.app.Notification$Action
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700469android.app.Notification$BigPictureStyle
470android.app.Notification$BigTextStyle
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800471android.app.Notification$BubbleMetadata$1
art-benchmark-serviced60351b2020-04-11 17:55:40 -0700472android.app.Notification$BubbleMetadata$Builder
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800473android.app.Notification$BubbleMetadata
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700474android.app.Notification$Builder
Mathieu Chartierba2c0462017-05-19 16:41:46 -0700475android.app.Notification$BuilderRemoteViews
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700476android.app.Notification$DecoratedCustomViewStyle
477android.app.Notification$DecoratedMediaCustomViewStyle
art-benchmark-serviced5115932020-02-25 17:55:03 -0800478android.app.Notification$Extender
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700479android.app.Notification$InboxStyle
480android.app.Notification$MediaStyle
Calin Juravle4a054192018-05-29 17:52:20 -0700481android.app.Notification$MessagingStyle$Message
Calin Juravle00b23d32019-03-08 17:52:20 -0800482android.app.Notification$MessagingStyle
Mathieu Chartierba2c0462017-05-19 16:41:46 -0700483android.app.Notification$StandardTemplateParams
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700484android.app.Notification$Style
art-benchmark-serviced5115932020-02-25 17:55:03 -0800485android.app.Notification$TemplateBindResult
486android.app.Notification$TvExtender
Calin Juravle00b23d32019-03-08 17:52:20 -0800487android.app.Notification
Mathieu Chartierba2c0462017-05-19 16:41:46 -0700488android.app.NotificationChannel$1
Calin Juravle00b23d32019-03-08 17:52:20 -0800489android.app.NotificationChannel
Mathieu Chartierba2c0462017-05-19 16:41:46 -0700490android.app.NotificationChannelGroup$1
Calin Juravle00b23d32019-03-08 17:52:20 -0800491android.app.NotificationChannelGroup
art-benchmark-serviced5115932020-02-25 17:55:03 -0800492android.app.NotificationHistory$1
493android.app.NotificationHistory$HistoricalNotification$Builder
494android.app.NotificationHistory$HistoricalNotification
495android.app.NotificationHistory
Calin Juravle00b23d32019-03-08 17:52:20 -0800496android.app.NotificationManager$Policy$1
497android.app.NotificationManager$Policy
Jesse Wilson0d8eeb42011-08-24 09:33:06 -0400498android.app.NotificationManager
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -0700499android.app.OnActivityPausedListener
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800500android.app.PackageInstallObserver$1
art-benchmark-serviced5115932020-02-25 17:55:03 -0800501android.app.PackageInstallObserver
Jesse Wilsoneaca10e2010-10-12 21:35:56 -0700502android.app.PendingIntent$1
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700503android.app.PendingIntent$2
Andreas Gampedcad4ca2014-10-03 02:00:29 +0000504android.app.PendingIntent$CanceledException
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800505android.app.PendingIntent$FinishedDispatcher
506android.app.PendingIntent$OnFinished
Andreas Gampe0db10fd2017-02-01 15:57:57 -0800507android.app.PendingIntent$OnMarshaledListener
Calin Juravle00b23d32019-03-08 17:52:20 -0800508android.app.PendingIntent
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700509android.app.Person$1
510android.app.Person$Builder
Calin Juravle00b23d32019-03-08 17:52:20 -0800511android.app.Person
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800512android.app.PictureInPictureParams$1
art-benchmark-serviced5115932020-02-25 17:55:03 -0800513android.app.PictureInPictureParams$Builder
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800514android.app.PictureInPictureParams
art-benchmark-serviced5115932020-02-25 17:55:03 -0800515android.app.ProcessMemoryState$1
516android.app.ProcessMemoryState
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700517android.app.ProfilerInfo$1
Calin Juravle00b23d32019-03-08 17:52:20 -0800518android.app.ProfilerInfo
art-benchmark-serviced60351b2020-04-11 17:55:40 -0700519android.app.ProgressDialog$1
art-benchmark-serviced5115932020-02-25 17:55:03 -0800520android.app.ProgressDialog
521android.app.PropertyInvalidatedCache$1
art-benchmark-service13164882020-11-07 02:19:14 -0800522android.app.PropertyInvalidatedCache$AutoCorker
art-benchmark-serviced5115932020-02-25 17:55:03 -0800523android.app.PropertyInvalidatedCache
Andreas Gampe0db10fd2017-02-01 15:57:57 -0800524android.app.QueuedWork$QueuedWorkHandler
Calin Juravle00b23d32019-03-08 17:52:20 -0800525android.app.QueuedWork
Jesse Wilsoneaca10e2010-10-12 21:35:56 -0700526android.app.ReceiverRestrictedContext
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700527android.app.RemoteAction$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800528android.app.RemoteAction
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -0700529android.app.RemoteInput$1
art-benchmark-serviced5115932020-02-25 17:55:03 -0800530android.app.RemoteInput$Builder
Calin Juravle00b23d32019-03-08 17:52:20 -0800531android.app.RemoteInput
art-benchmark-serviced60351b2020-04-11 17:55:40 -0700532android.app.RemoteInputHistoryItem$1
art-benchmark-serviced5115932020-02-25 17:55:03 -0800533android.app.RemoteInputHistoryItem
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800534android.app.RemoteServiceException
Andreas Gampe859e2782016-04-06 18:37:56 -0700535android.app.ResourcesManager$1
536android.app.ResourcesManager$ActivityResources
art-benchmark-service13164882020-11-07 02:19:14 -0800537android.app.ResourcesManager$ApkAssetsSupplier
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700538android.app.ResourcesManager$ApkKey
art-benchmark-serviced5115932020-02-25 17:55:03 -0800539android.app.ResourcesManager$UpdateHandler
Calin Juravle00b23d32019-03-08 17:52:20 -0800540android.app.ResourcesManager
Jesse Wilsoneaca10e2010-10-12 21:35:56 -0700541android.app.ResultInfo$1
Calin Juravle00b23d32019-03-08 17:52:20 -0800542android.app.ResultInfo
art-benchmark-service13164882020-11-07 02:19:14 -0800543android.app.RuntimeAppOpAccessMessage$1
art-benchmark-serviced60351b2020-04-11 17:55:40 -0700544android.app.RuntimeAppOpAccessMessage
art-benchmark-serviced5115932020-02-25 17:55:03 -0800545android.app.SearchDialog
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -0700546android.app.SearchManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800547android.app.SearchableInfo$1
548android.app.SearchableInfo$ActionKeyInfo
549android.app.SearchableInfo
Evan Millar0ea97b82009-03-24 17:49:23 -0700550android.app.Service
Jesse Wilson0d8eeb42011-08-24 09:33:06 -0400551android.app.ServiceConnectionLeaked
Mathieu Chartierba2c0462017-05-19 16:41:46 -0700552android.app.ServiceStartArgs$1
Calin Juravle00b23d32019-03-08 17:52:20 -0800553android.app.ServiceStartArgs
Andreas Gampedcad4ca2014-10-03 02:00:29 +0000554android.app.SharedElementCallback$1
Calin Juravle00b23d32019-03-08 17:52:20 -0800555android.app.SharedElementCallback
Jesse Wilson80686182011-01-21 17:12:43 -0800556android.app.SharedPreferencesImpl$1
557android.app.SharedPreferencesImpl$2
Jesse Wilson80686182011-01-21 17:12:43 -0800558android.app.SharedPreferencesImpl$EditorImpl$1
559android.app.SharedPreferencesImpl$EditorImpl$2
Calin Juravle00b23d32019-03-08 17:52:20 -0800560android.app.SharedPreferencesImpl$EditorImpl
Jesse Wilson80686182011-01-21 17:12:43 -0800561android.app.SharedPreferencesImpl$MemoryCommitResult
Calin Juravle00b23d32019-03-08 17:52:20 -0800562android.app.SharedPreferencesImpl
Andreas Gampe61e7b662015-06-17 23:57:04 -0700563android.app.StatusBarManager
art-benchmark-serviced60351b2020-04-11 17:55:40 -0700564android.app.SyncNotedAppOp$1
565android.app.SyncNotedAppOp
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800566android.app.SynchronousUserSwitchObserver
Calin Juravle00b23d32019-03-08 17:52:20 -0800567android.app.SystemServiceRegistry$100
568android.app.SystemServiceRegistry$101
569android.app.SystemServiceRegistry$102
570android.app.SystemServiceRegistry$103
571android.app.SystemServiceRegistry$104
572android.app.SystemServiceRegistry$105
573android.app.SystemServiceRegistry$106
574android.app.SystemServiceRegistry$107
575android.app.SystemServiceRegistry$108
576android.app.SystemServiceRegistry$109
Andreas Gampe61e7b662015-06-17 23:57:04 -0700577android.app.SystemServiceRegistry$10
art-benchmark-service35aba412020-02-03 11:53:25 -0800578android.app.SystemServiceRegistry$110
579android.app.SystemServiceRegistry$111
580android.app.SystemServiceRegistry$112
art-benchmark-service56aece62020-02-10 17:58:03 -0800581android.app.SystemServiceRegistry$113
582android.app.SystemServiceRegistry$114
583android.app.SystemServiceRegistry$115
art-benchmark-serviced5115932020-02-25 17:55:03 -0800584android.app.SystemServiceRegistry$116
585android.app.SystemServiceRegistry$117
586android.app.SystemServiceRegistry$118
587android.app.SystemServiceRegistry$119
Andreas Gampe61e7b662015-06-17 23:57:04 -0700588android.app.SystemServiceRegistry$11
art-benchmark-serviced5115932020-02-25 17:55:03 -0800589android.app.SystemServiceRegistry$120
art-benchmark-service84deab32021-05-12 09:41:00 -0700590android.app.SystemServiceRegistry$121
Andreas Gampe61e7b662015-06-17 23:57:04 -0700591android.app.SystemServiceRegistry$12
592android.app.SystemServiceRegistry$13
593android.app.SystemServiceRegistry$14
594android.app.SystemServiceRegistry$15
595android.app.SystemServiceRegistry$16
596android.app.SystemServiceRegistry$17
597android.app.SystemServiceRegistry$18
598android.app.SystemServiceRegistry$19
Calin Juravle00b23d32019-03-08 17:52:20 -0800599android.app.SystemServiceRegistry$1
Andreas Gampe61e7b662015-06-17 23:57:04 -0700600android.app.SystemServiceRegistry$20
601android.app.SystemServiceRegistry$21
602android.app.SystemServiceRegistry$22
603android.app.SystemServiceRegistry$23
604android.app.SystemServiceRegistry$24
605android.app.SystemServiceRegistry$25
606android.app.SystemServiceRegistry$26
607android.app.SystemServiceRegistry$27
608android.app.SystemServiceRegistry$28
609android.app.SystemServiceRegistry$29
Calin Juravle00b23d32019-03-08 17:52:20 -0800610android.app.SystemServiceRegistry$2
Andreas Gampe61e7b662015-06-17 23:57:04 -0700611android.app.SystemServiceRegistry$30
612android.app.SystemServiceRegistry$31
613android.app.SystemServiceRegistry$32
614android.app.SystemServiceRegistry$33
615android.app.SystemServiceRegistry$34
616android.app.SystemServiceRegistry$35
617android.app.SystemServiceRegistry$36
618android.app.SystemServiceRegistry$37
619android.app.SystemServiceRegistry$38
620android.app.SystemServiceRegistry$39
Calin Juravle00b23d32019-03-08 17:52:20 -0800621android.app.SystemServiceRegistry$3
Andreas Gampe61e7b662015-06-17 23:57:04 -0700622android.app.SystemServiceRegistry$40
623android.app.SystemServiceRegistry$41
624android.app.SystemServiceRegistry$42
625android.app.SystemServiceRegistry$43
626android.app.SystemServiceRegistry$44
627android.app.SystemServiceRegistry$45
628android.app.SystemServiceRegistry$46
629android.app.SystemServiceRegistry$47
630android.app.SystemServiceRegistry$48
631android.app.SystemServiceRegistry$49
Calin Juravle00b23d32019-03-08 17:52:20 -0800632android.app.SystemServiceRegistry$4
Andreas Gampe61e7b662015-06-17 23:57:04 -0700633android.app.SystemServiceRegistry$50
634android.app.SystemServiceRegistry$51
635android.app.SystemServiceRegistry$52
636android.app.SystemServiceRegistry$53
637android.app.SystemServiceRegistry$54
638android.app.SystemServiceRegistry$55
639android.app.SystemServiceRegistry$56
640android.app.SystemServiceRegistry$57
641android.app.SystemServiceRegistry$58
642android.app.SystemServiceRegistry$59
Calin Juravle00b23d32019-03-08 17:52:20 -0800643android.app.SystemServiceRegistry$5
Andreas Gampe61e7b662015-06-17 23:57:04 -0700644android.app.SystemServiceRegistry$60
645android.app.SystemServiceRegistry$61
646android.app.SystemServiceRegistry$62
647android.app.SystemServiceRegistry$63
648android.app.SystemServiceRegistry$64
649android.app.SystemServiceRegistry$65
650android.app.SystemServiceRegistry$66
651android.app.SystemServiceRegistry$67
652android.app.SystemServiceRegistry$68
Andreas Gampe571fc302016-02-18 13:58:09 -0800653android.app.SystemServiceRegistry$69
Calin Juravle00b23d32019-03-08 17:52:20 -0800654android.app.SystemServiceRegistry$6
Andreas Gampe571fc302016-02-18 13:58:09 -0800655android.app.SystemServiceRegistry$70
Andreas Gampe859e2782016-04-06 18:37:56 -0700656android.app.SystemServiceRegistry$71
657android.app.SystemServiceRegistry$72
658android.app.SystemServiceRegistry$73
659android.app.SystemServiceRegistry$74
Andreas Gampe0db10fd2017-02-01 15:57:57 -0800660android.app.SystemServiceRegistry$75
661android.app.SystemServiceRegistry$76
662android.app.SystemServiceRegistry$77
663android.app.SystemServiceRegistry$78
664android.app.SystemServiceRegistry$79
Calin Juravle00b23d32019-03-08 17:52:20 -0800665android.app.SystemServiceRegistry$7
Mathieu Chartierba2c0462017-05-19 16:41:46 -0700666android.app.SystemServiceRegistry$80
667android.app.SystemServiceRegistry$81
668android.app.SystemServiceRegistry$82
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -0700669android.app.SystemServiceRegistry$83
670android.app.SystemServiceRegistry$84
671android.app.SystemServiceRegistry$85
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700672android.app.SystemServiceRegistry$86
673android.app.SystemServiceRegistry$87
674android.app.SystemServiceRegistry$88
675android.app.SystemServiceRegistry$89
Calin Juravle00b23d32019-03-08 17:52:20 -0800676android.app.SystemServiceRegistry$8
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700677android.app.SystemServiceRegistry$90
678android.app.SystemServiceRegistry$91
679android.app.SystemServiceRegistry$92
680android.app.SystemServiceRegistry$93
Calin Juravle00b23d32019-03-08 17:52:20 -0800681android.app.SystemServiceRegistry$94
682android.app.SystemServiceRegistry$95
683android.app.SystemServiceRegistry$96
684android.app.SystemServiceRegistry$97
685android.app.SystemServiceRegistry$98
686android.app.SystemServiceRegistry$99
687android.app.SystemServiceRegistry$9
Andreas Gampe61e7b662015-06-17 23:57:04 -0700688android.app.SystemServiceRegistry$CachedServiceFetcher
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800689android.app.SystemServiceRegistry$ContextAwareServiceProducerWithBinder
690android.app.SystemServiceRegistry$ContextAwareServiceProducerWithoutBinder
Andreas Gampe61e7b662015-06-17 23:57:04 -0700691android.app.SystemServiceRegistry$ServiceFetcher
Andreas Gampe859e2782016-04-06 18:37:56 -0700692android.app.SystemServiceRegistry$StaticApplicationContextServiceFetcher
Andreas Gampe61e7b662015-06-17 23:57:04 -0700693android.app.SystemServiceRegistry$StaticServiceFetcher
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800694android.app.SystemServiceRegistry$StaticServiceProducerWithBinder
art-benchmark-service56aece62020-02-10 17:58:03 -0800695android.app.SystemServiceRegistry$StaticServiceProducerWithoutBinder
Calin Juravle00b23d32019-03-08 17:52:20 -0800696android.app.SystemServiceRegistry
697android.app.TaskInfo
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800698android.app.TaskStackListener
Andreas Gampe61e7b662015-06-17 23:57:04 -0700699android.app.UiModeManager
Calin Juravle36829e52019-04-10 19:07:47 -0700700android.app.UriGrantsManager$1
Calin Juravle00b23d32019-03-08 17:52:20 -0800701android.app.UriGrantsManager
Mathieu Chartierba2c0462017-05-19 16:41:46 -0700702android.app.UserSwitchObserver
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800703android.app.VoiceInteractor$Request
704android.app.VoiceInteractor
705android.app.Vr2dDisplayProperties$1
706android.app.Vr2dDisplayProperties
Mathieu Chartierba2c0462017-05-19 16:41:46 -0700707android.app.VrManager
art-benchmark-serviced5115932020-02-25 17:55:03 -0800708android.app.WaitResult$1
709android.app.WaitResult
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -0700710android.app.WallpaperColors$1
Calin Juravle00b23d32019-03-08 17:52:20 -0800711android.app.WallpaperColors
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -0700712android.app.WallpaperInfo$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800713android.app.WallpaperInfo
art-benchmark-serviced5115932020-02-25 17:55:03 -0800714android.app.WallpaperManager$ColorManagementProxy
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -0700715android.app.WallpaperManager$Globals
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800716android.app.WallpaperManager$OnColorsChangedListener
Calin Juravle00b23d32019-03-08 17:52:20 -0800717android.app.WallpaperManager
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700718android.app.WindowConfiguration$1
Calin Juravle00b23d32019-03-08 17:52:20 -0800719android.app.WindowConfiguration
720android.app.admin.DeviceAdminInfo$1
721android.app.admin.DeviceAdminInfo$PolicyInfo
722android.app.admin.DeviceAdminInfo
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800723android.app.admin.DevicePolicyCache$EmptyDevicePolicyCache
724android.app.admin.DevicePolicyCache
725android.app.admin.DevicePolicyEventLogger
Calin Juravle00b23d32019-03-08 17:52:20 -0800726android.app.admin.DevicePolicyManager$1
727android.app.admin.DevicePolicyManager$2
Calin Juravle36829e52019-04-10 19:07:47 -0700728android.app.admin.DevicePolicyManager$InstallSystemUpdateCallback
Calin Juravle00b23d32019-03-08 17:52:20 -0800729android.app.admin.DevicePolicyManager$OnClearApplicationUserDataListener
Andreas Gampedcad4ca2014-10-03 02:00:29 +0000730android.app.admin.DevicePolicyManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800731android.app.admin.DevicePolicyManagerInternal$OnCrossProfileWidgetProvidersChangeListener
732android.app.admin.DevicePolicyManagerInternal
art-benchmark-serviced5115932020-02-25 17:55:03 -0800733android.app.admin.DeviceStateCache
art-benchmark-serviced60351b2020-04-11 17:55:40 -0700734android.app.admin.FactoryResetProtectionPolicy$1
art-benchmark-serviced5115932020-02-25 17:55:03 -0800735android.app.admin.FactoryResetProtectionPolicy
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800736android.app.admin.IDeviceAdminService$Stub$Proxy
art-benchmark-serviced5115932020-02-25 17:55:03 -0800737android.app.admin.IDeviceAdminService$Stub
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800738android.app.admin.IDeviceAdminService
Andreas Gampedcad4ca2014-10-03 02:00:29 +0000739android.app.admin.IDevicePolicyManager$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -0800740android.app.admin.IDevicePolicyManager$Stub
741android.app.admin.IDevicePolicyManager
art-benchmark-serviced60351b2020-04-11 17:55:40 -0700742android.app.admin.IKeyguardCallback$Stub
743android.app.admin.IKeyguardCallback
744android.app.admin.NetworkEvent$1
art-benchmark-serviced5115932020-02-25 17:55:03 -0800745android.app.admin.NetworkEvent
Calin Juravle36829e52019-04-10 19:07:47 -0700746android.app.admin.PasswordMetrics$1
art-benchmark-serviced5115932020-02-25 17:55:03 -0800747android.app.admin.PasswordMetrics$ComplexityBucket$1
748android.app.admin.PasswordMetrics$ComplexityBucket$2
749android.app.admin.PasswordMetrics$ComplexityBucket$3
750android.app.admin.PasswordMetrics$ComplexityBucket$4
751android.app.admin.PasswordMetrics$ComplexityBucket
Calin Juravle00b23d32019-03-08 17:52:20 -0800752android.app.admin.PasswordMetrics
art-benchmark-serviced5115932020-02-25 17:55:03 -0800753android.app.admin.PasswordPolicy
Andreas Gampe859e2782016-04-06 18:37:56 -0700754android.app.admin.SecurityLog$SecurityEvent$1
Calin Juravle00b23d32019-03-08 17:52:20 -0800755android.app.admin.SecurityLog$SecurityEvent
756android.app.admin.SecurityLog
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800757android.app.admin.StartInstallingUpdateCallback$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -0800758android.app.admin.StartInstallingUpdateCallback$Stub
759android.app.admin.StartInstallingUpdateCallback
Calin Juravle36829e52019-04-10 19:07:47 -0700760android.app.admin.SystemUpdateInfo$1
Calin Juravle00b23d32019-03-08 17:52:20 -0800761android.app.admin.SystemUpdateInfo
Calin Juravle4a054192018-05-29 17:52:20 -0700762android.app.admin.SystemUpdatePolicy$1
Calin Juravle00b23d32019-03-08 17:52:20 -0800763android.app.admin.SystemUpdatePolicy
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700764android.app.assist.AssistContent$1
Calin Juravle00b23d32019-03-08 17:52:20 -0800765android.app.assist.AssistContent
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -0700766android.app.assist.AssistStructure$1
art-benchmark-serviced5115932020-02-25 17:55:03 -0800767android.app.assist.AssistStructure$AutofillOverlay
768android.app.assist.AssistStructure$HtmlInfoNode$1
769android.app.assist.AssistStructure$HtmlInfoNode
770android.app.assist.AssistStructure$HtmlInfoNodeBuilder
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700771android.app.assist.AssistStructure$ParcelTransferReader
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -0700772android.app.assist.AssistStructure$ParcelTransferWriter
773android.app.assist.AssistStructure$SendChannel
774android.app.assist.AssistStructure$ViewNode
775android.app.assist.AssistStructure$ViewNodeBuilder
776android.app.assist.AssistStructure$ViewNodeText
777android.app.assist.AssistStructure$ViewStackEntry
778android.app.assist.AssistStructure$WindowNode
Calin Juravle00b23d32019-03-08 17:52:20 -0800779android.app.assist.AssistStructure
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700780android.app.backup.BackupAgent$BackupServiceBinder
781android.app.backup.BackupAgent$SharedPrefsSynchronizer
Calin Juravle00b23d32019-03-08 17:52:20 -0800782android.app.backup.BackupAgent
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -0700783android.app.backup.BackupAgentHelper
Christopher Tate7adc2742010-03-05 18:03:22 -0800784android.app.backup.BackupDataInput$EntityHeader
Calin Juravle00b23d32019-03-08 17:52:20 -0800785android.app.backup.BackupDataInput
Christopher Tate7adc2742010-03-05 18:03:22 -0800786android.app.backup.BackupDataOutput
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700787android.app.backup.BackupHelper
Christopher Tate7adc2742010-03-05 18:03:22 -0800788android.app.backup.BackupHelperDispatcher$Header
Calin Juravle00b23d32019-03-08 17:52:20 -0800789android.app.backup.BackupHelperDispatcher
art-benchmark-serviced5115932020-02-25 17:55:03 -0800790android.app.backup.BackupManager$BackupManagerMonitorWrapper
791android.app.backup.BackupManager$BackupObserverWrapper$1
792android.app.backup.BackupManager$BackupObserverWrapper
Andreas Gampe0db10fd2017-02-01 15:57:57 -0800793android.app.backup.BackupManager
art-benchmark-serviced5115932020-02-25 17:55:03 -0800794android.app.backup.BackupManagerMonitor
795android.app.backup.BackupObserver
796android.app.backup.BackupProgress$1
797android.app.backup.BackupProgress
Calin Juravle4a054192018-05-29 17:52:20 -0700798android.app.backup.BackupTransport$TransportImpl
Calin Juravle00b23d32019-03-08 17:52:20 -0800799android.app.backup.BackupTransport
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800800android.app.backup.BlobBackupHelper
art-benchmark-serviced5115932020-02-25 17:55:03 -0800801android.app.backup.FileBackupHelper
Christopher Tate7adc2742010-03-05 18:03:22 -0800802android.app.backup.FileBackupHelperBase
Jesse Wilson0d8eeb42011-08-24 09:33:06 -0400803android.app.backup.FullBackup
Andreas Gampe61e7b662015-06-17 23:57:04 -0700804android.app.backup.FullBackupDataOutput
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800805android.app.backup.IBackupCallback$Stub$Proxy
806android.app.backup.IBackupCallback$Stub
807android.app.backup.IBackupCallback
Mathieu Chartierba2c0462017-05-19 16:41:46 -0700808android.app.backup.IBackupManager$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -0800809android.app.backup.IBackupManager$Stub
810android.app.backup.IBackupManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800811android.app.backup.IBackupManagerMonitor$Stub$Proxy
812android.app.backup.IBackupManagerMonitor$Stub
813android.app.backup.IBackupManagerMonitor
814android.app.backup.IBackupObserver$Stub$Proxy
815android.app.backup.IBackupObserver$Stub
816android.app.backup.IBackupObserver
817android.app.backup.IFullBackupRestoreObserver$Stub$Proxy
818android.app.backup.IFullBackupRestoreObserver$Stub
819android.app.backup.IFullBackupRestoreObserver
art-benchmark-serviced5115932020-02-25 17:55:03 -0800820android.app.backup.IRestoreSession
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800821android.app.backup.ISelectBackupTransportCallback$Stub$Proxy
822android.app.backup.ISelectBackupTransportCallback$Stub
823android.app.backup.ISelectBackupTransportCallback
art-benchmark-serviced5115932020-02-25 17:55:03 -0800824android.app.backup.RestoreDescription$1
825android.app.backup.RestoreDescription
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700826android.app.backup.SharedPreferencesBackupHelper
art-benchmark-serviced60351b2020-04-11 17:55:40 -0700827android.app.blob.BlobHandle$1
art-benchmark-serviced5115932020-02-25 17:55:03 -0800828android.app.blob.BlobHandle
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800829android.app.blob.BlobStoreManager
Sudheer Shankaf5b36962019-10-04 16:16:13 -0700830android.app.blob.BlobStoreManagerFrameworkInitializer
art-benchmark-serviced5115932020-02-25 17:55:03 -0800831android.app.blob.IBlobStoreManager$Stub
832android.app.blob.IBlobStoreManager
833android.app.blob.IBlobStoreSession
art-benchmark-service13164882020-11-07 02:19:14 -0800834android.app.blob.LeaseInfo$1
art-benchmark-serviced60351b2020-04-11 17:55:40 -0700835android.app.blob.LeaseInfo
art-benchmark-service13164882020-11-07 02:19:14 -0800836android.app.compat.ChangeIdStateCache
837android.app.compat.ChangeIdStateQuery
838android.app.compat.CompatChanges
art-benchmark-serviced60351b2020-04-11 17:55:40 -0700839android.app.contentsuggestions.ClassificationsRequest$1
art-benchmark-serviced5115932020-02-25 17:55:03 -0800840android.app.contentsuggestions.ClassificationsRequest
art-benchmark-service13164882020-11-07 02:19:14 -0800841android.app.contentsuggestions.ContentSelection$1
842android.app.contentsuggestions.ContentSelection
Calin Juravle00b23d32019-03-08 17:52:20 -0800843android.app.contentsuggestions.ContentSuggestionsManager
art-benchmark-serviced60351b2020-04-11 17:55:40 -0700844android.app.contentsuggestions.IClassificationsCallback$Stub$Proxy
art-benchmark-serviced5115932020-02-25 17:55:03 -0800845android.app.contentsuggestions.IClassificationsCallback$Stub
846android.app.contentsuggestions.IClassificationsCallback
art-benchmark-service13164882020-11-07 02:19:14 -0800847android.app.contentsuggestions.IContentSuggestionsManager$Stub$Proxy
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800848android.app.contentsuggestions.IContentSuggestionsManager$Stub
849android.app.contentsuggestions.IContentSuggestionsManager
art-benchmark-serviced60351b2020-04-11 17:55:40 -0700850android.app.contentsuggestions.ISelectionsCallback$Stub$Proxy
art-benchmark-serviced5115932020-02-25 17:55:03 -0800851android.app.contentsuggestions.ISelectionsCallback$Stub
852android.app.contentsuggestions.ISelectionsCallback
art-benchmark-serviced60351b2020-04-11 17:55:40 -0700853android.app.contentsuggestions.SelectionsRequest$1
art-benchmark-serviced5115932020-02-25 17:55:03 -0800854android.app.contentsuggestions.SelectionsRequest
Mathieu Chartierba2c0462017-05-19 16:41:46 -0700855android.app.job.IJobCallback$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -0800856android.app.job.IJobCallback$Stub
857android.app.job.IJobCallback
Mathieu Chartierba2c0462017-05-19 16:41:46 -0700858android.app.job.IJobScheduler$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -0800859android.app.job.IJobScheduler$Stub
860android.app.job.IJobScheduler
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800861android.app.job.IJobService$Stub$Proxy
Mathieu Chartierba2c0462017-05-19 16:41:46 -0700862android.app.job.IJobService$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -0800863android.app.job.IJobService
Mathieu Chartierba2c0462017-05-19 16:41:46 -0700864android.app.job.JobInfo$1
865android.app.job.JobInfo$Builder
Mathieu Chartierba2c0462017-05-19 16:41:46 -0700866android.app.job.JobInfo$TriggerContentUri$1
Calin Juravle00b23d32019-03-08 17:52:20 -0800867android.app.job.JobInfo$TriggerContentUri
868android.app.job.JobInfo
Mathieu Chartierba2c0462017-05-19 16:41:46 -0700869android.app.job.JobParameters$1
Calin Juravle00b23d32019-03-08 17:52:20 -0800870android.app.job.JobParameters
Andreas Gampe61e7b662015-06-17 23:57:04 -0700871android.app.job.JobScheduler
Makoto Onuki792de8d2019-07-16 16:19:01 -0700872android.app.job.JobSchedulerFrameworkInitializer
Mathieu Chartierba2c0462017-05-19 16:41:46 -0700873android.app.job.JobService$1
Calin Juravle00b23d32019-03-08 17:52:20 -0800874android.app.job.JobService
Mathieu Chartierba2c0462017-05-19 16:41:46 -0700875android.app.job.JobServiceEngine$JobHandler
876android.app.job.JobServiceEngine$JobInterface
Calin Juravle00b23d32019-03-08 17:52:20 -0800877android.app.job.JobServiceEngine
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700878android.app.job.JobWorkItem$1
Calin Juravle00b23d32019-03-08 17:52:20 -0800879android.app.job.JobWorkItem
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800880android.app.prediction.AppPredictionContext$1
881android.app.prediction.AppPredictionContext
Calin Juravle00b23d32019-03-08 17:52:20 -0800882android.app.prediction.AppPredictionManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800883android.app.prediction.AppPredictionSessionId$1
884android.app.prediction.AppPredictionSessionId
art-benchmark-serviced5115932020-02-25 17:55:03 -0800885android.app.prediction.AppPredictor$CallbackWrapper
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800886android.app.prediction.AppPredictor
887android.app.prediction.AppTarget$1
art-benchmark-serviced5115932020-02-25 17:55:03 -0800888android.app.prediction.AppTarget$Builder
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800889android.app.prediction.AppTarget
890android.app.prediction.AppTargetEvent$1
891android.app.prediction.AppTargetEvent
892android.app.prediction.AppTargetId$1
893android.app.prediction.AppTargetId
894android.app.prediction.IPredictionCallback$Stub$Proxy
895android.app.prediction.IPredictionCallback$Stub
896android.app.prediction.IPredictionCallback
897android.app.prediction.IPredictionManager$Stub$Proxy
898android.app.prediction.IPredictionManager$Stub
899android.app.prediction.IPredictionManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800900android.app.servertransaction.ActivityConfigurationChangeItem$1
901android.app.servertransaction.ActivityConfigurationChangeItem
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700902android.app.servertransaction.ActivityLifecycleItem
Calin Juravle36829e52019-04-10 19:07:47 -0700903android.app.servertransaction.ActivityRelaunchItem$1
Calin Juravle00b23d32019-03-08 17:52:20 -0800904android.app.servertransaction.ActivityRelaunchItem
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700905android.app.servertransaction.ActivityResultItem$1
Calin Juravle00b23d32019-03-08 17:52:20 -0800906android.app.servertransaction.ActivityResultItem
art-benchmark-service13164882020-11-07 02:19:14 -0800907android.app.servertransaction.ActivityTransactionItem
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700908android.app.servertransaction.BaseClientRequest
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700909android.app.servertransaction.ClientTransaction$1
Calin Juravle00b23d32019-03-08 17:52:20 -0800910android.app.servertransaction.ClientTransaction
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700911android.app.servertransaction.ClientTransactionItem
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700912android.app.servertransaction.ConfigurationChangeItem$1
Calin Juravle00b23d32019-03-08 17:52:20 -0800913android.app.servertransaction.ConfigurationChangeItem
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700914android.app.servertransaction.DestroyActivityItem$1
Calin Juravle00b23d32019-03-08 17:52:20 -0800915android.app.servertransaction.DestroyActivityItem
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700916android.app.servertransaction.LaunchActivityItem$1
Calin Juravle00b23d32019-03-08 17:52:20 -0800917android.app.servertransaction.LaunchActivityItem
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700918android.app.servertransaction.NewIntentItem$1
Calin Juravle00b23d32019-03-08 17:52:20 -0800919android.app.servertransaction.NewIntentItem
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800920android.app.servertransaction.ObjectPool
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700921android.app.servertransaction.ObjectPoolItem
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700922android.app.servertransaction.PauseActivityItem$1
Calin Juravle00b23d32019-03-08 17:52:20 -0800923android.app.servertransaction.PauseActivityItem
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700924android.app.servertransaction.PendingTransactionActions$StopInfo
Calin Juravle00b23d32019-03-08 17:52:20 -0800925android.app.servertransaction.PendingTransactionActions
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700926android.app.servertransaction.ResumeActivityItem$1
Calin Juravle00b23d32019-03-08 17:52:20 -0800927android.app.servertransaction.ResumeActivityItem
art-benchmark-serviced60351b2020-04-11 17:55:40 -0700928android.app.servertransaction.StartActivityItem$1
929android.app.servertransaction.StartActivityItem
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700930android.app.servertransaction.StopActivityItem$1
Calin Juravle00b23d32019-03-08 17:52:20 -0800931android.app.servertransaction.StopActivityItem
932android.app.servertransaction.TopResumedActivityChangeItem$1
933android.app.servertransaction.TopResumedActivityChangeItem
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700934android.app.servertransaction.TransactionExecutor
935android.app.servertransaction.TransactionExecutorHelper
Calin Juravle4a054192018-05-29 17:52:20 -0700936android.app.slice.ISliceManager$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -0800937android.app.slice.ISliceManager$Stub
938android.app.slice.ISliceManager
939android.app.slice.Slice$1
940android.app.slice.Slice$Builder
941android.app.slice.Slice
942android.app.slice.SliceItem$1
943android.app.slice.SliceItem
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700944android.app.slice.SliceManager
Calin Juravle00b23d32019-03-08 17:52:20 -0800945android.app.slice.SliceProvider
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -0700946android.app.slice.SliceSpec$1
Calin Juravle00b23d32019-03-08 17:52:20 -0800947android.app.slice.SliceSpec
art-benchmark-service84deab32021-05-12 09:41:00 -0700948android.app.time.TimeManager
Calin Juravle00b23d32019-03-08 17:52:20 -0800949android.app.timedetector.ITimeDetectorService$Stub$Proxy
950android.app.timedetector.ITimeDetectorService$Stub
951android.app.timedetector.ITimeDetectorService
art-benchmark-serviced5115932020-02-25 17:55:03 -0800952android.app.timedetector.ManualTimeSuggestion$1
953android.app.timedetector.ManualTimeSuggestion
art-benchmark-serviced60351b2020-04-11 17:55:40 -0700954android.app.timedetector.NetworkTimeSuggestion$1
art-benchmark-serviced5115932020-02-25 17:55:03 -0800955android.app.timedetector.NetworkTimeSuggestion
art-benchmark-serviced60351b2020-04-11 17:55:40 -0700956android.app.timedetector.TelephonyTimeSuggestion$1
art-benchmark-service13164882020-11-07 02:19:14 -0800957android.app.timedetector.TelephonyTimeSuggestion$Builder
art-benchmark-serviced5115932020-02-25 17:55:03 -0800958android.app.timedetector.TelephonyTimeSuggestion
Calin Juravle00b23d32019-03-08 17:52:20 -0800959android.app.timedetector.TimeDetector
art-benchmark-serviced60351b2020-04-11 17:55:40 -0700960android.app.timedetector.TimeDetectorImpl
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -0700961android.app.timezone.RulesManager
art-benchmark-serviced5115932020-02-25 17:55:03 -0800962android.app.timezonedetector.ITimeZoneDetectorService$Stub$Proxy
963android.app.timezonedetector.ITimeZoneDetectorService$Stub
964android.app.timezonedetector.ITimeZoneDetectorService
art-benchmark-serviced60351b2020-04-11 17:55:40 -0700965android.app.timezonedetector.ManualTimeZoneSuggestion$1
art-benchmark-serviced5115932020-02-25 17:55:03 -0800966android.app.timezonedetector.ManualTimeZoneSuggestion
art-benchmark-serviced60351b2020-04-11 17:55:40 -0700967android.app.timezonedetector.TelephonyTimeZoneSuggestion$1
art-benchmark-service13164882020-11-07 02:19:14 -0800968android.app.timezonedetector.TelephonyTimeZoneSuggestion$Builder
art-benchmark-serviced5115932020-02-25 17:55:03 -0800969android.app.timezonedetector.TelephonyTimeZoneSuggestion
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800970android.app.timezonedetector.TimeZoneDetector
971android.app.trust.IStrongAuthTracker$Stub$Proxy
972android.app.trust.IStrongAuthTracker$Stub
973android.app.trust.IStrongAuthTracker
974android.app.trust.ITrustListener$Stub$Proxy
975android.app.trust.ITrustListener$Stub
976android.app.trust.ITrustListener
Andreas Gampe61e7b662015-06-17 23:57:04 -0700977android.app.trust.ITrustManager$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -0800978android.app.trust.ITrustManager$Stub
979android.app.trust.ITrustManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800980android.app.trust.TrustManager$1
981android.app.trust.TrustManager$2
982android.app.trust.TrustManager$TrustListener
Andreas Gampe61e7b662015-06-17 23:57:04 -0700983android.app.trust.TrustManager
Calin Juravle4a054192018-05-29 17:52:20 -0700984android.app.usage.AppStandbyInfo$1
Calin Juravle00b23d32019-03-08 17:52:20 -0800985android.app.usage.AppStandbyInfo
986android.app.usage.CacheQuotaHint$1
987android.app.usage.CacheQuotaHint$Builder
988android.app.usage.CacheQuotaHint
989android.app.usage.CacheQuotaService$CacheQuotaServiceWrapper
990android.app.usage.CacheQuotaService$ServiceHandler
991android.app.usage.CacheQuotaService
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800992android.app.usage.ConfigurationStats$1
993android.app.usage.ConfigurationStats
994android.app.usage.EventList
art-benchmark-serviced5115932020-02-25 17:55:03 -0800995android.app.usage.ExternalStorageStats$1
996android.app.usage.ExternalStorageStats
art-benchmark-serviced8f25642020-01-27 20:25:10 -0800997android.app.usage.ICacheQuotaService$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -0800998android.app.usage.ICacheQuotaService$Stub
Calin Juravle36829e52019-04-10 19:07:47 -0700999android.app.usage.ICacheQuotaService
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001000android.app.usage.IStorageStatsManager$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08001001android.app.usage.IStorageStatsManager$Stub
1002android.app.usage.IStorageStatsManager
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001003android.app.usage.IUsageStatsManager$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08001004android.app.usage.IUsageStatsManager$Stub
1005android.app.usage.IUsageStatsManager
art-benchmark-serviced5115932020-02-25 17:55:03 -08001006android.app.usage.NetworkStats$Bucket
1007android.app.usage.NetworkStats
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001008android.app.usage.NetworkStatsManager$CallbackHandler
1009android.app.usage.NetworkStatsManager$UsageCallback
Andreas Gampe61e7b662015-06-17 23:57:04 -07001010android.app.usage.NetworkStatsManager
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001011android.app.usage.StorageStats$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001012android.app.usage.StorageStats
Andreas Gampe0db10fd2017-02-01 15:57:57 -08001013android.app.usage.StorageStatsManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001014android.app.usage.TimeSparseArray
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001015android.app.usage.UsageEvents$1
1016android.app.usage.UsageEvents$Event
Calin Juravle00b23d32019-03-08 17:52:20 -08001017android.app.usage.UsageEvents
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001018android.app.usage.UsageStats$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001019android.app.usage.UsageStats
Andreas Gampe61e7b662015-06-17 23:57:04 -07001020android.app.usage.UsageStatsManager
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04001021android.appwidget.AppWidgetManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001022android.appwidget.AppWidgetManagerInternal
Mathieu Chartierba2c0462017-05-19 16:41:46 -07001023android.appwidget.AppWidgetProvider
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001024android.appwidget.AppWidgetProviderInfo$1
1025android.appwidget.AppWidgetProviderInfo
1026android.attention.AttentionManagerInternal$AttentionCallbackInternal
1027android.attention.AttentionManagerInternal
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07001028android.bluetooth.BluetoothA2dp$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001029android.bluetooth.BluetoothA2dp
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001030android.bluetooth.BluetoothA2dpSink
Calin Juravle4a054192018-05-29 17:52:20 -07001031android.bluetooth.BluetoothActivityEnergyInfo$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001032android.bluetooth.BluetoothActivityEnergyInfo
Andreas Gampe61e7b662015-06-17 23:57:04 -07001033android.bluetooth.BluetoothAdapter$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001034android.bluetooth.BluetoothAdapter$2
art-benchmark-serviced5115932020-02-25 17:55:03 -08001035android.bluetooth.BluetoothAdapter$3
1036android.bluetooth.BluetoothAdapter$4
1037android.bluetooth.BluetoothAdapter$5
Calin Juravle00b23d32019-03-08 17:52:20 -08001038android.bluetooth.BluetoothAdapter
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001039android.bluetooth.BluetoothAvrcpController
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001040android.bluetooth.BluetoothClass$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001041android.bluetooth.BluetoothClass
Calin Juravle4a054192018-05-29 17:52:20 -07001042android.bluetooth.BluetoothCodecConfig$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001043android.bluetooth.BluetoothCodecConfig
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001044android.bluetooth.BluetoothCodecStatus$1
1045android.bluetooth.BluetoothCodecStatus
Mathieu Chartierba2c0462017-05-19 16:41:46 -07001046android.bluetooth.BluetoothDevice$1
1047android.bluetooth.BluetoothDevice$2
art-benchmark-serviced60351b2020-04-11 17:55:40 -07001048android.bluetooth.BluetoothDevice$3
Calin Juravle00b23d32019-03-08 17:52:20 -08001049android.bluetooth.BluetoothDevice
art-benchmark-serviced60351b2020-04-11 17:55:40 -07001050android.bluetooth.BluetoothGatt
art-benchmark-serviced5115932020-02-25 17:55:03 -08001051android.bluetooth.BluetoothGattCallback
art-benchmark-serviced60351b2020-04-11 17:55:40 -07001052android.bluetooth.BluetoothGattServer
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001053android.bluetooth.BluetoothGattService$1
1054android.bluetooth.BluetoothGattService
Mathieu Chartierba2c0462017-05-19 16:41:46 -07001055android.bluetooth.BluetoothHeadset$1
1056android.bluetooth.BluetoothHeadset$2
1057android.bluetooth.BluetoothHeadset$3
Calin Juravle00b23d32019-03-08 17:52:20 -08001058android.bluetooth.BluetoothHeadset
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001059android.bluetooth.BluetoothHeadsetClient
1060android.bluetooth.BluetoothHearingAid$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001061android.bluetooth.BluetoothHearingAid
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001062android.bluetooth.BluetoothHidDevice$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001063android.bluetooth.BluetoothHidDevice
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001064android.bluetooth.BluetoothHidDeviceAppQosSettings$1
1065android.bluetooth.BluetoothHidDeviceAppQosSettings
1066android.bluetooth.BluetoothHidDeviceAppSdpSettings$1
1067android.bluetooth.BluetoothHidDeviceAppSdpSettings
1068android.bluetooth.BluetoothHidHost$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001069android.bluetooth.BluetoothHidHost
Calin Juravle4a054192018-05-29 17:52:20 -07001070android.bluetooth.BluetoothInputStream
Andreas Gampe61e7b662015-06-17 23:57:04 -07001071android.bluetooth.BluetoothManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001072android.bluetooth.BluetoothMap$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001073android.bluetooth.BluetoothMap
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001074android.bluetooth.BluetoothMapClient
Calin Juravle4a054192018-05-29 17:52:20 -07001075android.bluetooth.BluetoothOutputStream
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001076android.bluetooth.BluetoothPan$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001077android.bluetooth.BluetoothPan
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001078android.bluetooth.BluetoothPbap$1
1079android.bluetooth.BluetoothPbap$2
Calin Juravle00b23d32019-03-08 17:52:20 -08001080android.bluetooth.BluetoothPbap
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001081android.bluetooth.BluetoothPbapClient
Mathieu Chartierba2c0462017-05-19 16:41:46 -07001082android.bluetooth.BluetoothProfile$ServiceListener
Calin Juravle00b23d32019-03-08 17:52:20 -08001083android.bluetooth.BluetoothProfile
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001084android.bluetooth.BluetoothProfileConnector$1
1085android.bluetooth.BluetoothProfileConnector$2
1086android.bluetooth.BluetoothProfileConnector
1087android.bluetooth.BluetoothSap$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001088android.bluetooth.BluetoothSap
Calin Juravle4a054192018-05-29 17:52:20 -07001089android.bluetooth.BluetoothServerSocket
Calin Juravle4a054192018-05-29 17:52:20 -07001090android.bluetooth.BluetoothSocket$SocketState
Calin Juravle00b23d32019-03-08 17:52:20 -08001091android.bluetooth.BluetoothSocket
Calin Juravle4a054192018-05-29 17:52:20 -07001092android.bluetooth.BluetoothUuid
Andreas Gampe0db10fd2017-02-01 15:57:57 -08001093android.bluetooth.IBluetooth$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08001094android.bluetooth.IBluetooth$Stub
1095android.bluetooth.IBluetooth
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07001096android.bluetooth.IBluetoothA2dp$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08001097android.bluetooth.IBluetoothA2dp$Stub
1098android.bluetooth.IBluetoothA2dp
Calin Juravle4a054192018-05-29 17:52:20 -07001099android.bluetooth.IBluetoothAvrcpTarget$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08001100android.bluetooth.IBluetoothAvrcpTarget
Calin Juravle4a054192018-05-29 17:52:20 -07001101android.bluetooth.IBluetoothCallback$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08001102android.bluetooth.IBluetoothCallback$Stub
1103android.bluetooth.IBluetoothCallback
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001104android.bluetooth.IBluetoothGatt$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08001105android.bluetooth.IBluetoothGatt$Stub
1106android.bluetooth.IBluetoothGatt
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001107android.bluetooth.IBluetoothGattCallback$Stub$Proxy
1108android.bluetooth.IBluetoothGattCallback$Stub
1109android.bluetooth.IBluetoothGattCallback
1110android.bluetooth.IBluetoothGattServerCallback$Stub$Proxy
1111android.bluetooth.IBluetoothGattServerCallback$Stub
1112android.bluetooth.IBluetoothGattServerCallback
Mathieu Chartierba2c0462017-05-19 16:41:46 -07001113android.bluetooth.IBluetoothHeadset$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08001114android.bluetooth.IBluetoothHeadset$Stub
1115android.bluetooth.IBluetoothHeadset
art-benchmark-serviced5115932020-02-25 17:55:03 -08001116android.bluetooth.IBluetoothHearingAid$Stub$Proxy
Calin Juravle4a054192018-05-29 17:52:20 -07001117android.bluetooth.IBluetoothHearingAid$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08001118android.bluetooth.IBluetoothHearingAid
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001119android.bluetooth.IBluetoothHidDevice$Stub$Proxy
Calin Juravle4a054192018-05-29 17:52:20 -07001120android.bluetooth.IBluetoothHidDevice$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08001121android.bluetooth.IBluetoothHidDevice
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001122android.bluetooth.IBluetoothHidDeviceCallback$Stub$Proxy
1123android.bluetooth.IBluetoothHidDeviceCallback$Stub
1124android.bluetooth.IBluetoothHidDeviceCallback
1125android.bluetooth.IBluetoothHidHost$Stub$Proxy
Calin Juravle4a054192018-05-29 17:52:20 -07001126android.bluetooth.IBluetoothHidHost$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08001127android.bluetooth.IBluetoothHidHost
Andreas Gampe61e7b662015-06-17 23:57:04 -07001128android.bluetooth.IBluetoothManager$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08001129android.bluetooth.IBluetoothManager$Stub
1130android.bluetooth.IBluetoothManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001131android.bluetooth.IBluetoothManagerCallback$Stub$Proxy
Andreas Gampe61e7b662015-06-17 23:57:04 -07001132android.bluetooth.IBluetoothManagerCallback$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08001133android.bluetooth.IBluetoothManagerCallback
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001134android.bluetooth.IBluetoothMap$Stub$Proxy
Calin Juravle4a054192018-05-29 17:52:20 -07001135android.bluetooth.IBluetoothMap$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08001136android.bluetooth.IBluetoothMap
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001137android.bluetooth.IBluetoothMetadataListener$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08001138android.bluetooth.IBluetoothMetadataListener$Stub
1139android.bluetooth.IBluetoothMetadataListener
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001140android.bluetooth.IBluetoothPan$Stub$Proxy
Calin Juravle4a054192018-05-29 17:52:20 -07001141android.bluetooth.IBluetoothPan$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08001142android.bluetooth.IBluetoothPan
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001143android.bluetooth.IBluetoothPbap$Stub$Proxy
Calin Juravle4a054192018-05-29 17:52:20 -07001144android.bluetooth.IBluetoothPbap$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08001145android.bluetooth.IBluetoothPbap
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001146android.bluetooth.IBluetoothProfileServiceConnection$Stub$Proxy
Mathieu Chartierba2c0462017-05-19 16:41:46 -07001147android.bluetooth.IBluetoothProfileServiceConnection$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08001148android.bluetooth.IBluetoothProfileServiceConnection
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001149android.bluetooth.IBluetoothSap$Stub$Proxy
Calin Juravle4a054192018-05-29 17:52:20 -07001150android.bluetooth.IBluetoothSap$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08001151android.bluetooth.IBluetoothSap
Calin Juravle4a054192018-05-29 17:52:20 -07001152android.bluetooth.IBluetoothSocketManager$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08001153android.bluetooth.IBluetoothSocketManager$Stub
1154android.bluetooth.IBluetoothSocketManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001155android.bluetooth.IBluetoothStateChangeCallback$Stub$Proxy
Mathieu Chartierba2c0462017-05-19 16:41:46 -07001156android.bluetooth.IBluetoothStateChangeCallback$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08001157android.bluetooth.IBluetoothStateChangeCallback
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001158android.bluetooth.OobData$1
1159android.bluetooth.OobData
Calin Juravle4a054192018-05-29 17:52:20 -07001160android.bluetooth.UidTraffic$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001161android.bluetooth.UidTraffic
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001162android.bluetooth.le.AdvertiseData$1
1163android.bluetooth.le.AdvertiseData
1164android.bluetooth.le.AdvertisingSetParameters$1
1165android.bluetooth.le.AdvertisingSetParameters
art-benchmark-serviced5115932020-02-25 17:55:03 -08001166android.bluetooth.le.BluetoothLeScanner$1
art-benchmark-serviced60351b2020-04-11 17:55:40 -07001167android.bluetooth.le.BluetoothLeScanner$BleScanCallbackWrapper$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08001168android.bluetooth.le.BluetoothLeScanner$BleScanCallbackWrapper
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001169android.bluetooth.le.BluetoothLeScanner
art-benchmark-serviced5115932020-02-25 17:55:03 -08001170android.bluetooth.le.BluetoothLeUtils
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001171android.bluetooth.le.IAdvertisingSetCallback$Stub$Proxy
1172android.bluetooth.le.IAdvertisingSetCallback$Stub
1173android.bluetooth.le.IAdvertisingSetCallback
1174android.bluetooth.le.IPeriodicAdvertisingCallback$Stub$Proxy
1175android.bluetooth.le.IPeriodicAdvertisingCallback$Stub
1176android.bluetooth.le.IPeriodicAdvertisingCallback
Calin Juravle4a054192018-05-29 17:52:20 -07001177android.bluetooth.le.IScannerCallback$Stub$Proxy
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001178android.bluetooth.le.IScannerCallback$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08001179android.bluetooth.le.IScannerCallback
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001180android.bluetooth.le.PeriodicAdvertisingParameters$1
1181android.bluetooth.le.PeriodicAdvertisingParameters
art-benchmark-serviced5115932020-02-25 17:55:03 -08001182android.bluetooth.le.ScanCallback
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001183android.bluetooth.le.ScanFilter$1
1184android.bluetooth.le.ScanFilter$Builder
Calin Juravle00b23d32019-03-08 17:52:20 -08001185android.bluetooth.le.ScanFilter
Calin Juravle4a054192018-05-29 17:52:20 -07001186android.bluetooth.le.ScanRecord
Calin Juravle4a054192018-05-29 17:52:20 -07001187android.bluetooth.le.ScanResult$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001188android.bluetooth.le.ScanResult
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001189android.bluetooth.le.ScanSettings$1
1190android.bluetooth.le.ScanSettings$Builder
Calin Juravle00b23d32019-03-08 17:52:20 -08001191android.bluetooth.le.ScanSettings
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001192android.companion.AssociationRequest$1
1193android.companion.AssociationRequest
Mathieu Chartierba2c0462017-05-19 16:41:46 -07001194android.companion.CompanionDeviceManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001195android.companion.ICompanionDeviceManager$Stub$Proxy
1196android.companion.ICompanionDeviceManager$Stub
1197android.companion.ICompanionDeviceManager
1198android.companion.IFindDeviceCallback$Stub$Proxy
1199android.companion.IFindDeviceCallback$Stub
1200android.companion.IFindDeviceCallback
art-benchmark-serviced60351b2020-04-11 17:55:40 -07001201android.compat.Compatibility$ChangeConfig
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001202android.compat.Compatibility
Mathieu Chartierba2c0462017-05-19 16:41:46 -07001203android.content.AbstractThreadedSyncAdapter$ISyncAdapterImpl
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001204android.content.AbstractThreadedSyncAdapter$SyncThread
Calin Juravle00b23d32019-03-08 17:52:20 -08001205android.content.AbstractThreadedSyncAdapter
Andreas Gampedcad4ca2014-10-03 02:00:29 +00001206android.content.ActivityNotFoundException
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07001207android.content.AsyncQueryHandler$WorkerArgs
1208android.content.AsyncQueryHandler$WorkerHandler
Calin Juravle00b23d32019-03-08 17:52:20 -08001209android.content.AsyncQueryHandler
Calin Juravle36829e52019-04-10 19:07:47 -07001210android.content.AutofillOptions$1
1211android.content.AutofillOptions
Andreas Gampe859e2782016-04-06 18:37:56 -07001212android.content.BroadcastReceiver$PendingResult$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001213android.content.BroadcastReceiver$PendingResult
1214android.content.BroadcastReceiver
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001215android.content.ClipData$1
1216android.content.ClipData$Item
1217android.content.ClipData
1218android.content.ClipDescription$1
1219android.content.ClipDescription
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07001220android.content.ClipboardManager$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001221android.content.ClipboardManager$OnPrimaryClipChangedListener
Calin Juravle00b23d32019-03-08 17:52:20 -08001222android.content.ClipboardManager
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04001223android.content.ComponentCallbacks2
Calin Juravle00b23d32019-03-08 17:52:20 -08001224android.content.ComponentCallbacks
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001225android.content.ComponentName$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001226android.content.ComponentName$WithComponentName
Calin Juravle00b23d32019-03-08 17:52:20 -08001227android.content.ComponentName
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001228android.content.ContentCaptureOptions$1
Calin Juravle36829e52019-04-10 19:07:47 -07001229android.content.ContentCaptureOptions
Calin Juravle00b23d32019-03-08 17:52:20 -08001230android.content.ContentInterface
art-benchmark-serviced5115932020-02-25 17:55:03 -08001231android.content.ContentProvider$CallingIdentity
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07001232android.content.ContentProvider$PipeDataWriter
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001233android.content.ContentProvider$Transport
Calin Juravle00b23d32019-03-08 17:52:20 -08001234android.content.ContentProvider
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001235android.content.ContentProviderClient$CursorWrapperInner
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001236android.content.ContentProviderClient$NotRespondingRunnable
Calin Juravle00b23d32019-03-08 17:52:20 -08001237android.content.ContentProviderClient
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001238android.content.ContentProviderNative
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001239android.content.ContentProviderOperation$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08001240android.content.ContentProviderOperation$BackReference$1
1241android.content.ContentProviderOperation$BackReference
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001242android.content.ContentProviderOperation$Builder
Calin Juravle00b23d32019-03-08 17:52:20 -08001243android.content.ContentProviderOperation
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001244android.content.ContentProviderProxy
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001245android.content.ContentProviderResult$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001246android.content.ContentProviderResult
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07001247android.content.ContentResolver$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08001248android.content.ContentResolver$2
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001249android.content.ContentResolver$CursorWrapperInner
art-benchmark-serviced5115932020-02-25 17:55:03 -08001250android.content.ContentResolver$OpenResourceIdResult
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07001251android.content.ContentResolver$ParcelFileDescriptorInner
art-benchmark-serviced60351b2020-04-11 17:55:40 -07001252android.content.ContentResolver$ResultListener
1253android.content.ContentResolver$StringResultListener
art-benchmark-service13164882020-11-07 02:19:14 -08001254android.content.ContentResolver$UriResultListener
Calin Juravle00b23d32019-03-08 17:52:20 -08001255android.content.ContentResolver
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001256android.content.ContentUris
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001257android.content.ContentValues$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001258android.content.ContentValues
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001259android.content.Context
1260android.content.ContextWrapper
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07001261android.content.CursorLoader
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001262android.content.DialogInterface$OnCancelListener
1263android.content.DialogInterface$OnClickListener
1264android.content.DialogInterface$OnDismissListener
Calin Juravle4a054192018-05-29 17:52:20 -07001265android.content.DialogInterface$OnKeyListener
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001266android.content.DialogInterface$OnShowListener
Calin Juravle00b23d32019-03-08 17:52:20 -08001267android.content.DialogInterface
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07001268android.content.IClipboard$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08001269android.content.IClipboard$Stub
1270android.content.IClipboard
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001271android.content.IContentProvider
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001272android.content.IContentService$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08001273android.content.IContentService$Stub
1274android.content.IContentService
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001275android.content.IIntentReceiver$Stub$Proxy
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001276android.content.IIntentReceiver$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08001277android.content.IIntentReceiver
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001278android.content.IIntentSender$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08001279android.content.IIntentSender$Stub
1280android.content.IIntentSender
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001281android.content.IOnPrimaryClipChangedListener$Stub$Proxy
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07001282android.content.IOnPrimaryClipChangedListener$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08001283android.content.IOnPrimaryClipChangedListener
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001284android.content.IRestrictionsManager$Stub$Proxy
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07001285android.content.IRestrictionsManager$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08001286android.content.IRestrictionsManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001287android.content.ISyncAdapter$Stub$Proxy
Mathieu Chartierba2c0462017-05-19 16:41:46 -07001288android.content.ISyncAdapter$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08001289android.content.ISyncAdapter
Calin Juravle4a054192018-05-29 17:52:20 -07001290android.content.ISyncAdapterUnsyncableAccountCallback$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08001291android.content.ISyncAdapterUnsyncableAccountCallback$Stub
1292android.content.ISyncAdapterUnsyncableAccountCallback
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001293android.content.ISyncContext$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08001294android.content.ISyncContext$Stub
1295android.content.ISyncContext
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001296android.content.ISyncStatusObserver$Stub$Proxy
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07001297android.content.ISyncStatusObserver$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08001298android.content.ISyncStatusObserver
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001299android.content.Intent$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08001300android.content.Intent$CommandOptionHandler
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001301android.content.Intent$FilterComparison
Calin Juravle00b23d32019-03-08 17:52:20 -08001302android.content.Intent
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001303android.content.IntentFilter$1
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001304android.content.IntentFilter$AuthorityEntry
Andreas Gampedcad4ca2014-10-03 02:00:29 +00001305android.content.IntentFilter$MalformedMimeTypeException
Calin Juravle00b23d32019-03-08 17:52:20 -08001306android.content.IntentFilter
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001307android.content.IntentSender$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001308android.content.IntentSender$FinishedDispatcher
Andreas Gampedcad4ca2014-10-03 02:00:29 +00001309android.content.IntentSender$SendIntentException
Calin Juravle00b23d32019-03-08 17:52:20 -08001310android.content.IntentSender
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07001311android.content.Loader$ForceLoadContentObserver
1312android.content.Loader$OnLoadCanceledListener
1313android.content.Loader$OnLoadCompleteListener
Calin Juravle00b23d32019-03-08 17:52:20 -08001314android.content.Loader
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001315android.content.LocusId$1
1316android.content.LocusId
art-benchmark-serviced5115932020-02-25 17:55:03 -08001317android.content.LoggingContentInterface
1318android.content.MutableContextWrapper
Andreas Gampedcad4ca2014-10-03 02:00:29 +00001319android.content.OperationApplicationException
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001320android.content.PeriodicSync$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08001321android.content.PeriodicSync
1322android.content.PermissionChecker
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001323android.content.ReceiverCallNotAllowedException
art-benchmark-serviced60351b2020-04-11 17:55:40 -07001324android.content.RestrictionEntry$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08001325android.content.RestrictionEntry
Andreas Gampe61e7b662015-06-17 23:57:04 -07001326android.content.RestrictionsManager
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001327android.content.SearchRecentSuggestionsProvider$DatabaseHelper
Calin Juravle00b23d32019-03-08 17:52:20 -08001328android.content.SearchRecentSuggestionsProvider
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001329android.content.ServiceConnection
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001330android.content.SharedPreferences$Editor
1331android.content.SharedPreferences$OnSharedPreferenceChangeListener
Calin Juravle00b23d32019-03-08 17:52:20 -08001332android.content.SharedPreferences
Calin Juravle4a054192018-05-29 17:52:20 -07001333android.content.SyncAdapterType$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001334android.content.SyncAdapterType
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001335android.content.SyncAdaptersCache$MySerializer
1336android.content.SyncAdaptersCache
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001337android.content.SyncContext
art-benchmark-serviced5115932020-02-25 17:55:03 -08001338android.content.SyncInfo$1
1339android.content.SyncInfo
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07001340android.content.SyncRequest$1
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001341android.content.SyncRequest$Builder
Calin Juravle00b23d32019-03-08 17:52:20 -08001342android.content.SyncRequest
Mathieu Chartierba2c0462017-05-19 16:41:46 -07001343android.content.SyncResult$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001344android.content.SyncResult
Mathieu Chartierba2c0462017-05-19 16:41:46 -07001345android.content.SyncStats$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001346android.content.SyncStats
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001347android.content.SyncStatusInfo$1
1348android.content.SyncStatusInfo$Stats
1349android.content.SyncStatusInfo
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07001350android.content.SyncStatusObserver
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001351android.content.UndoManager$UndoState
Calin Juravle00b23d32019-03-08 17:52:20 -08001352android.content.UndoManager
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001353android.content.UndoOperation
Andreas Gampe61e7b662015-06-17 23:57:04 -07001354android.content.UndoOwner
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001355android.content.UriMatcher
art-benchmark-serviced5115932020-02-25 17:55:03 -08001356android.content.UriPermission$1
1357android.content.UriPermission
art-benchmark-service56aece62020-02-10 17:58:03 -08001358android.content.integrity.AppIntegrityManager
art-benchmark-serviced60351b2020-04-11 17:55:40 -07001359android.content.integrity.IAppIntegrityManager$Stub
1360android.content.integrity.IAppIntegrityManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001361android.content.om.IOverlayManager$Stub$Proxy
1362android.content.om.IOverlayManager$Stub
1363android.content.om.IOverlayManager
1364android.content.om.OverlayInfo$1
1365android.content.om.OverlayInfo
Calin Juravle00b23d32019-03-08 17:52:20 -08001366android.content.om.OverlayManager
art-benchmark-service35aba412020-02-03 11:53:25 -08001367android.content.om.OverlayableInfo
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001368android.content.pm.ActivityInfo$1
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07001369android.content.pm.ActivityInfo$WindowLayout
Calin Juravle00b23d32019-03-08 17:52:20 -08001370android.content.pm.ActivityInfo
art-benchmark-serviced5115932020-02-25 17:55:03 -08001371android.content.pm.ActivityPresentationInfo
art-benchmark-service13164882020-11-07 02:19:14 -08001372android.content.pm.AndroidTestBaseUpdater
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001373android.content.pm.ApplicationInfo$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001374android.content.pm.ApplicationInfo
art-benchmark-serviced5115932020-02-25 17:55:03 -08001375android.content.pm.AuxiliaryResolveInfo$AuxiliaryFilter
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001376android.content.pm.BaseParceledListSlice$1
Mathieu Chartierba2c0462017-05-19 16:41:46 -07001377android.content.pm.BaseParceledListSlice
art-benchmark-serviced5115932020-02-25 17:55:03 -08001378android.content.pm.ChangedPackages$1
1379android.content.pm.ChangedPackages
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001380android.content.pm.ComponentInfo
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001381android.content.pm.ConfigurationInfo$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001382android.content.pm.ConfigurationInfo
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001383android.content.pm.CrossProfileApps
art-benchmark-service35aba412020-02-03 11:53:25 -08001384android.content.pm.DataLoaderManager
art-benchmark-serviced5115932020-02-25 17:55:03 -08001385android.content.pm.DataLoaderParams
art-benchmark-serviced60351b2020-04-11 17:55:40 -07001386android.content.pm.DataLoaderParamsParcel$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08001387android.content.pm.DataLoaderParamsParcel
Calin Juravle00b23d32019-03-08 17:52:20 -08001388android.content.pm.FallbackCategoryProvider
Andreas Gampedcad4ca2014-10-03 02:00:29 +00001389android.content.pm.FeatureGroupInfo$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001390android.content.pm.FeatureGroupInfo
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001391android.content.pm.FeatureInfo$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001392android.content.pm.FeatureInfo
art-benchmark-service13164882020-11-07 02:19:14 -08001393android.content.pm.FileSystemControlParcel$1
art-benchmark-serviced60351b2020-04-11 17:55:40 -07001394android.content.pm.FileSystemControlParcel
art-benchmark-serviced5115932020-02-25 17:55:03 -08001395android.content.pm.ICrossProfileApps$Stub$Proxy
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001396android.content.pm.ICrossProfileApps$Stub
1397android.content.pm.ICrossProfileApps
art-benchmark-serviced5115932020-02-25 17:55:03 -08001398android.content.pm.IDataLoader
art-benchmark-serviced60351b2020-04-11 17:55:40 -07001399android.content.pm.IDataLoaderManager$Stub$Proxy
art-benchmark-serviced5115932020-02-25 17:55:03 -08001400android.content.pm.IDataLoaderManager$Stub
1401android.content.pm.IDataLoaderManager
art-benchmark-serviced60351b2020-04-11 17:55:40 -07001402android.content.pm.IDataLoaderStatusListener$Stub$Proxy
art-benchmark-serviced5115932020-02-25 17:55:03 -08001403android.content.pm.IDataLoaderStatusListener$Stub
1404android.content.pm.IDataLoaderStatusListener
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001405android.content.pm.IDexModuleRegisterCallback$Stub$Proxy
1406android.content.pm.IDexModuleRegisterCallback$Stub
1407android.content.pm.IDexModuleRegisterCallback
Calin Juravle4a054192018-05-29 17:52:20 -07001408android.content.pm.ILauncherApps$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08001409android.content.pm.ILauncherApps$Stub
1410android.content.pm.ILauncherApps
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001411android.content.pm.IOnAppsChangedListener$Stub$Proxy
Calin Juravle4a054192018-05-29 17:52:20 -07001412android.content.pm.IOnAppsChangedListener$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08001413android.content.pm.IOnAppsChangedListener
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001414android.content.pm.IOtaDexopt$Stub
1415android.content.pm.IOtaDexopt
art-benchmark-service0d6aafc2020-05-24 20:29:20 -07001416android.content.pm.IPackageChangeObserver$Stub
1417android.content.pm.IPackageChangeObserver
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001418android.content.pm.IPackageDataObserver$Stub$Proxy
Calin Juravle4a054192018-05-29 17:52:20 -07001419android.content.pm.IPackageDataObserver$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08001420android.content.pm.IPackageDataObserver
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001421android.content.pm.IPackageDeleteObserver$Stub$Proxy
1422android.content.pm.IPackageDeleteObserver$Stub
1423android.content.pm.IPackageDeleteObserver2$Stub$Proxy
1424android.content.pm.IPackageDeleteObserver2$Stub
1425android.content.pm.IPackageDeleteObserver2
Calin Juravle4a054192018-05-29 17:52:20 -07001426android.content.pm.IPackageDeleteObserver
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001427android.content.pm.IPackageInstallObserver2$Stub
1428android.content.pm.IPackageInstallObserver2
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07001429android.content.pm.IPackageInstaller$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08001430android.content.pm.IPackageInstaller$Stub
1431android.content.pm.IPackageInstaller
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001432android.content.pm.IPackageInstallerCallback$Stub$Proxy
Calin Juravle4a054192018-05-29 17:52:20 -07001433android.content.pm.IPackageInstallerCallback$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08001434android.content.pm.IPackageInstallerCallback
Calin Juravle4a054192018-05-29 17:52:20 -07001435android.content.pm.IPackageInstallerSession$Stub$Proxy
art-benchmark-serviced5115932020-02-25 17:55:03 -08001436android.content.pm.IPackageInstallerSession$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08001437android.content.pm.IPackageInstallerSession
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001438android.content.pm.IPackageManager$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08001439android.content.pm.IPackageManager$Stub
1440android.content.pm.IPackageManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001441android.content.pm.IPackageManagerNative$Stub
1442android.content.pm.IPackageManagerNative
1443android.content.pm.IPackageMoveObserver$Stub$Proxy
1444android.content.pm.IPackageMoveObserver$Stub
1445android.content.pm.IPackageMoveObserver
1446android.content.pm.IPackageStatsObserver$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08001447android.content.pm.IPackageStatsObserver$Stub
Calin Juravle36829e52019-04-10 19:07:47 -07001448android.content.pm.IPackageStatsObserver
art-benchmark-serviced60351b2020-04-11 17:55:40 -07001449android.content.pm.IShortcutChangeCallback$Stub$Proxy
art-benchmark-serviced5115932020-02-25 17:55:03 -08001450android.content.pm.IShortcutChangeCallback$Stub
1451android.content.pm.IShortcutChangeCallback
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07001452android.content.pm.IShortcutService$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08001453android.content.pm.IShortcutService$Stub
1454android.content.pm.IShortcutService
art-benchmark-serviced5115932020-02-25 17:55:03 -08001455android.content.pm.InstallSourceInfo$1
1456android.content.pm.InstallSourceInfo
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001457android.content.pm.InstantAppIntentFilter$1
1458android.content.pm.InstantAppIntentFilter
art-benchmark-serviced5115932020-02-25 17:55:03 -08001459android.content.pm.InstantAppRequest
art-benchmark-serviced60351b2020-04-11 17:55:40 -07001460android.content.pm.InstantAppRequestInfo$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08001461android.content.pm.InstantAppRequestInfo
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001462android.content.pm.InstantAppResolveInfo$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08001463android.content.pm.InstantAppResolveInfo$InstantAppDigest$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001464android.content.pm.InstantAppResolveInfo$InstantAppDigest
1465android.content.pm.InstantAppResolveInfo
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001466android.content.pm.InstrumentationInfo$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001467android.content.pm.InstrumentationInfo
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001468android.content.pm.IntentFilterVerificationInfo$1
1469android.content.pm.IntentFilterVerificationInfo
1470android.content.pm.KeySet$1
1471android.content.pm.KeySet
1472android.content.pm.LauncherActivityInfo
Calin Juravle4a054192018-05-29 17:52:20 -07001473android.content.pm.LauncherApps$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08001474android.content.pm.LauncherApps$AppUsageLimit$1
1475android.content.pm.LauncherApps$AppUsageLimit
1476android.content.pm.LauncherApps$Callback
1477android.content.pm.LauncherApps$CallbackMessageHandler$CallbackInfo
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001478android.content.pm.LauncherApps$CallbackMessageHandler
art-benchmark-serviced5115932020-02-25 17:55:03 -08001479android.content.pm.LauncherApps$ShortcutQuery
Calin Juravle00b23d32019-03-08 17:52:20 -08001480android.content.pm.LauncherApps
1481android.content.pm.ModuleInfo$1
1482android.content.pm.ModuleInfo
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001483android.content.pm.PackageInfo$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001484android.content.pm.PackageInfo
art-benchmark-serviced5115932020-02-25 17:55:03 -08001485android.content.pm.PackageInfoLite$1
1486android.content.pm.PackageInfoLite
Calin Juravle4a054192018-05-29 17:52:20 -07001487android.content.pm.PackageInstaller$Session
1488android.content.pm.PackageInstaller$SessionCallback
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001489android.content.pm.PackageInstaller$SessionCallbackDelegate
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001490android.content.pm.PackageInstaller$SessionInfo$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001491android.content.pm.PackageInstaller$SessionInfo
Calin Juravle4a054192018-05-29 17:52:20 -07001492android.content.pm.PackageInstaller$SessionParams$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001493android.content.pm.PackageInstaller$SessionParams
1494android.content.pm.PackageInstaller
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001495android.content.pm.PackageItemInfo
art-benchmark-serviced60351b2020-04-11 17:55:40 -07001496android.content.pm.PackageManager$1
1497android.content.pm.PackageManager$2
1498android.content.pm.PackageManager$ApplicationInfoQuery
1499android.content.pm.PackageManager$MoveCallback
Kenny Rootdbf30ed2012-09-19 13:08:12 -07001500android.content.pm.PackageManager$NameNotFoundException
Calin Juravle4a054192018-05-29 17:52:20 -07001501android.content.pm.PackageManager$OnPermissionsChangedListener
art-benchmark-serviced60351b2020-04-11 17:55:40 -07001502android.content.pm.PackageManager$PackageInfoQuery
Calin Juravle00b23d32019-03-08 17:52:20 -08001503android.content.pm.PackageManager
1504android.content.pm.PackageParser$1
Calin Juravle4a054192018-05-29 17:52:20 -07001505android.content.pm.PackageParser$Activity$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001506android.content.pm.PackageParser$Activity
Calin Juravle4a054192018-05-29 17:52:20 -07001507android.content.pm.PackageParser$ActivityIntentInfo
1508android.content.pm.PackageParser$ApkLite
1509android.content.pm.PackageParser$CachedComponentArgs
1510android.content.pm.PackageParser$Callback
1511android.content.pm.PackageParser$CallbackImpl
1512android.content.pm.PackageParser$Component
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001513android.content.pm.PackageParser$Instrumentation$1
1514android.content.pm.PackageParser$Instrumentation
Calin Juravle00b23d32019-03-08 17:52:20 -08001515android.content.pm.PackageParser$IntentInfo
Calin Juravle4a054192018-05-29 17:52:20 -07001516android.content.pm.PackageParser$NewPermissionInfo
Calin Juravle4a054192018-05-29 17:52:20 -07001517android.content.pm.PackageParser$Package$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001518android.content.pm.PackageParser$Package
Calin Juravle4a054192018-05-29 17:52:20 -07001519android.content.pm.PackageParser$PackageLite
Andreas Gampedcad4ca2014-10-03 02:00:29 +00001520android.content.pm.PackageParser$PackageParserException
Calin Juravle4a054192018-05-29 17:52:20 -07001521android.content.pm.PackageParser$ParseComponentArgs
Calin Juravle00b23d32019-03-08 17:52:20 -08001522android.content.pm.PackageParser$ParsePackageItemArgs
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001523android.content.pm.PackageParser$Permission$1
1524android.content.pm.PackageParser$Permission
1525android.content.pm.PackageParser$PermissionGroup$1
1526android.content.pm.PackageParser$PermissionGroup
1527android.content.pm.PackageParser$Provider$1
1528android.content.pm.PackageParser$Provider
1529android.content.pm.PackageParser$ProviderIntentInfo
1530android.content.pm.PackageParser$Service$1
1531android.content.pm.PackageParser$Service
1532android.content.pm.PackageParser$ServiceIntentInfo
Calin Juravle4a054192018-05-29 17:52:20 -07001533android.content.pm.PackageParser$SigningDetails$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001534android.content.pm.PackageParser$SigningDetails$Builder
Calin Juravle00b23d32019-03-08 17:52:20 -08001535android.content.pm.PackageParser$SigningDetails
Calin Juravle4a054192018-05-29 17:52:20 -07001536android.content.pm.PackageParser$SplitNameComparator
Calin Juravle00b23d32019-03-08 17:52:20 -08001537android.content.pm.PackageParser
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001538android.content.pm.PackageParserCacheHelper$ReadHelper
1539android.content.pm.PackageParserCacheHelper$WriteHelper
art-benchmark-servicead05a302020-03-17 09:46:02 -07001540android.content.pm.PackagePartitions$DeferredCanonicalFile
1541android.content.pm.PackagePartitions$SystemPartition
1542android.content.pm.PackagePartitions
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001543android.content.pm.PackageStats$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001544android.content.pm.PackageStats
Calin Juravle4a054192018-05-29 17:52:20 -07001545android.content.pm.PackageUserState
Andreas Gampe61e7b662015-06-17 23:57:04 -07001546android.content.pm.ParceledListSlice$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001547android.content.pm.ParceledListSlice
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001548android.content.pm.PathPermission$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001549android.content.pm.PathPermission
1550android.content.pm.PermissionGroupInfo$1
1551android.content.pm.PermissionGroupInfo
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001552android.content.pm.PermissionInfo$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001553android.content.pm.PermissionInfo
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001554android.content.pm.ProviderInfo$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001555android.content.pm.ProviderInfo
art-benchmark-serviced60351b2020-04-11 17:55:40 -07001556android.content.pm.ProviderInfoList$1
1557android.content.pm.ProviderInfoList
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001558android.content.pm.RegisteredServicesCache$1
1559android.content.pm.RegisteredServicesCache$2
1560android.content.pm.RegisteredServicesCache$3
1561android.content.pm.RegisteredServicesCache$ServiceInfo
1562android.content.pm.RegisteredServicesCache$UserServices
1563android.content.pm.RegisteredServicesCache
1564android.content.pm.RegisteredServicesCacheListener
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001565android.content.pm.ResolveInfo$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001566android.content.pm.ResolveInfo
1567android.content.pm.SELinuxUtil
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001568android.content.pm.ServiceInfo$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001569android.content.pm.ServiceInfo
1570android.content.pm.SharedLibraryInfo$1
1571android.content.pm.SharedLibraryInfo
Mathieu Chartierba2c0462017-05-19 16:41:46 -07001572android.content.pm.ShortcutInfo$1
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001573android.content.pm.ShortcutInfo$Builder
Calin Juravle00b23d32019-03-08 17:52:20 -08001574android.content.pm.ShortcutInfo
art-benchmark-serviced5115932020-02-25 17:55:03 -08001575android.content.pm.ShortcutManager$ShareShortcutInfo$1
1576android.content.pm.ShortcutManager$ShareShortcutInfo
Andreas Gampe859e2782016-04-06 18:37:56 -07001577android.content.pm.ShortcutManager
art-benchmark-service13164882020-11-07 02:19:14 -08001578android.content.pm.ShortcutQueryWrapper$1
1579android.content.pm.ShortcutQueryWrapper
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001580android.content.pm.ShortcutServiceInternal$ShortcutChangeListener
1581android.content.pm.ShortcutServiceInternal
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001582android.content.pm.Signature$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001583android.content.pm.Signature
Calin Juravle4a054192018-05-29 17:52:20 -07001584android.content.pm.SigningInfo$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001585android.content.pm.SigningInfo
Calin Juravle36829e52019-04-10 19:07:47 -07001586android.content.pm.StringParceledListSlice$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001587android.content.pm.StringParceledListSlice
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001588android.content.pm.SuspendDialogInfo$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08001589android.content.pm.SuspendDialogInfo$Builder
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001590android.content.pm.SuspendDialogInfo
Kenny Root9787b802013-04-26 12:53:57 -07001591android.content.pm.UserInfo$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001592android.content.pm.UserInfo
art-benchmark-serviced5115932020-02-25 17:55:03 -08001593android.content.pm.VerifierDeviceIdentity$1
1594android.content.pm.VerifierDeviceIdentity
Calin Juravle36829e52019-04-10 19:07:47 -07001595android.content.pm.VerifierInfo$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001596android.content.pm.VerifierInfo
1597android.content.pm.VersionedPackage$1
1598android.content.pm.VersionedPackage
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001599android.content.pm.XmlSerializerAndParser
art-benchmark-serviced5115932020-02-25 17:55:03 -08001600android.content.pm.dex.ArtManager$SnapshotRuntimeProfileCallbackDelegate
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001601android.content.pm.dex.ArtManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001602android.content.pm.dex.ArtManagerInternal
1603android.content.pm.dex.DexMetadataHelper
art-benchmark-serviced5115932020-02-25 17:55:03 -08001604android.content.pm.dex.IArtManager$Stub$Proxy
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001605android.content.pm.dex.IArtManager$Stub
Calin Juravle4a054192018-05-29 17:52:20 -07001606android.content.pm.dex.IArtManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001607android.content.pm.dex.ISnapshotRuntimeProfileCallback$Stub$Proxy
1608android.content.pm.dex.ISnapshotRuntimeProfileCallback$Stub
1609android.content.pm.dex.ISnapshotRuntimeProfileCallback
art-benchmark-serviced5115932020-02-25 17:55:03 -08001610android.content.pm.dex.PackageOptimizationInfo
art-benchmark-serviced5115932020-02-25 17:55:03 -08001611android.content.pm.parsing.ApkLiteParseUtils
art-benchmark-serviced5115932020-02-25 17:55:03 -08001612android.content.pm.parsing.ParsingPackage
art-benchmark-serviced60351b2020-04-11 17:55:40 -07001613android.content.pm.parsing.ParsingPackageRead
art-benchmark-service13164882020-11-07 02:19:14 -08001614android.content.pm.parsing.ParsingPackageUtils$Callback
art-benchmark-serviced60351b2020-04-11 17:55:40 -07001615android.content.pm.parsing.ParsingPackageUtils
art-benchmark-service13164882020-11-07 02:19:14 -08001616android.content.pm.parsing.ParsingUtils
1617android.content.pm.parsing.component.ComponentParseUtils
1618android.content.pm.parsing.component.ParsedActivity$1
1619android.content.pm.parsing.component.ParsedActivity
1620android.content.pm.parsing.component.ParsedActivityUtils
1621android.content.pm.parsing.component.ParsedAttribution$1
1622android.content.pm.parsing.component.ParsedAttribution
1623android.content.pm.parsing.component.ParsedAttributionUtils
1624android.content.pm.parsing.component.ParsedComponent
1625android.content.pm.parsing.component.ParsedInstrumentation$1
1626android.content.pm.parsing.component.ParsedInstrumentation
1627android.content.pm.parsing.component.ParsedInstrumentationUtils
1628android.content.pm.parsing.component.ParsedIntentInfo$1
1629android.content.pm.parsing.component.ParsedIntentInfo$ListParceler
1630android.content.pm.parsing.component.ParsedIntentInfo$Parceler
1631android.content.pm.parsing.component.ParsedIntentInfo
1632android.content.pm.parsing.component.ParsedIntentInfoUtils
1633android.content.pm.parsing.component.ParsedMainComponent$1
1634android.content.pm.parsing.component.ParsedMainComponent
1635android.content.pm.parsing.component.ParsedPermission$1
1636android.content.pm.parsing.component.ParsedPermission
1637android.content.pm.parsing.component.ParsedPermissionGroup$1
1638android.content.pm.parsing.component.ParsedPermissionGroup
1639android.content.pm.parsing.component.ParsedPermissionUtils
1640android.content.pm.parsing.component.ParsedProcessUtils
1641android.content.pm.parsing.component.ParsedProvider$1
1642android.content.pm.parsing.component.ParsedProvider
1643android.content.pm.parsing.component.ParsedProviderUtils
1644android.content.pm.parsing.component.ParsedService$1
1645android.content.pm.parsing.component.ParsedService
1646android.content.pm.parsing.component.ParsedServiceUtils
art-benchmark-service13164882020-11-07 02:19:14 -08001647android.content.pm.parsing.result.ParseInput$Callback
1648android.content.pm.parsing.result.ParseInput
1649android.content.pm.parsing.result.ParseResult
1650android.content.pm.parsing.result.ParseTypeImpl
art-benchmark-serviced5115932020-02-25 17:55:03 -08001651android.content.pm.permission.SplitPermissionInfoParcelable$1
1652android.content.pm.permission.SplitPermissionInfoParcelable
Calin Juravle4a054192018-05-29 17:52:20 -07001653android.content.pm.split.DefaultSplitAssetLoader
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001654android.content.pm.split.SplitAssetDependencyLoader
Calin Juravle4a054192018-05-29 17:52:20 -07001655android.content.pm.split.SplitAssetLoader
Calin Juravle00b23d32019-03-08 17:52:20 -08001656android.content.pm.split.SplitDependencyLoader$IllegalDependencyException
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001657android.content.pm.split.SplitDependencyLoader
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001658android.content.res.ApkAssets
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08001659android.content.res.AssetFileDescriptor$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001660android.content.res.AssetFileDescriptor$AutoCloseInputStream
Calin Juravle00b23d32019-03-08 17:52:20 -08001661android.content.res.AssetFileDescriptor
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001662android.content.res.AssetManager$AssetInputStream
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001663android.content.res.AssetManager$Builder
Calin Juravle00b23d32019-03-08 17:52:20 -08001664android.content.res.AssetManager
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001665android.content.res.ColorStateList$1
Andreas Gampe571fc302016-02-18 13:58:09 -08001666android.content.res.ColorStateList$ColorStateListFactory
Calin Juravle00b23d32019-03-08 17:52:20 -08001667android.content.res.ColorStateList
Mathieu Chartierba2c0462017-05-19 16:41:46 -07001668android.content.res.CompatResources
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08001669android.content.res.CompatibilityInfo$1
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04001670android.content.res.CompatibilityInfo$2
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001671android.content.res.CompatibilityInfo$Translator
Calin Juravle00b23d32019-03-08 17:52:20 -08001672android.content.res.CompatibilityInfo
Andreas Gampe571fc302016-02-18 13:58:09 -08001673android.content.res.ComplexColor
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08001674android.content.res.Configuration$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001675android.content.res.Configuration
Andreas Gampe61e7b662015-06-17 23:57:04 -07001676android.content.res.ConfigurationBoundResourceCache
1677android.content.res.ConstantState
1678android.content.res.DrawableCache
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001679android.content.res.FontResourcesParser$FamilyResourceEntry
1680android.content.res.FontResourcesParser$FontFamilyFilesResourceEntry
1681android.content.res.FontResourcesParser$FontFileResourceEntry
1682android.content.res.FontResourcesParser$ProviderResourceEntry
Calin Juravle00b23d32019-03-08 17:52:20 -08001683android.content.res.FontResourcesParser
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001684android.content.res.GradientColor$GradientColorFactory
Andreas Gampe571fc302016-02-18 13:58:09 -08001685android.content.res.GradientColor
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001686android.content.res.ObbInfo$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001687android.content.res.ObbInfo
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001688android.content.res.ObbScanner
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07001689android.content.res.ResourceId
art-benchmark-serviced60351b2020-04-11 17:55:40 -07001690android.content.res.Resources$AssetManagerUpdateHandler
Andreas Gampedcad4ca2014-10-03 02:00:29 +00001691android.content.res.Resources$NotFoundException
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001692android.content.res.Resources$Theme
Andreas Gampe61e7b662015-06-17 23:57:04 -07001693android.content.res.Resources$ThemeKey
art-benchmark-serviced5115932020-02-25 17:55:03 -08001694android.content.res.Resources$UpdateCallbacks
Calin Juravle00b23d32019-03-08 17:52:20 -08001695android.content.res.Resources
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001696android.content.res.ResourcesImpl$LookupStack
Andreas Gampe859e2782016-04-06 18:37:56 -07001697android.content.res.ResourcesImpl$ThemeImpl
Calin Juravle00b23d32019-03-08 17:52:20 -08001698android.content.res.ResourcesImpl
Andreas Gampedcad4ca2014-10-03 02:00:29 +00001699android.content.res.ResourcesKey
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001700android.content.res.StringBlock$Height
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001701android.content.res.StringBlock$StyleIDs
Calin Juravle00b23d32019-03-08 17:52:20 -08001702android.content.res.StringBlock
Andreas Gampe61e7b662015-06-17 23:57:04 -07001703android.content.res.ThemedResourceCache
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001704android.content.res.TypedArray
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001705android.content.res.XmlBlock$Parser
Calin Juravle00b23d32019-03-08 17:52:20 -08001706android.content.res.XmlBlock
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08001707android.content.res.XmlResourceParser
art-benchmark-serviced5115932020-02-25 17:55:03 -08001708android.content.res.loader.AssetsProvider
1709android.content.res.loader.ResourcesLoader$UpdateCallbacks
1710android.content.res.loader.ResourcesLoader
1711android.content.res.loader.ResourcesProvider
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001712android.content.rollback.IRollbackManager$Stub$Proxy
1713android.content.rollback.IRollbackManager$Stub
1714android.content.rollback.IRollbackManager
Calin Juravle00b23d32019-03-08 17:52:20 -08001715android.content.rollback.RollbackManager
art-benchmark-service13164882020-11-07 02:19:14 -08001716android.content.rollback.RollbackManagerFrameworkInitializer
art-benchmark-serviced5115932020-02-25 17:55:03 -08001717android.content.type.DefaultMimeMapFactory
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001718android.database.AbstractCursor$SelfContentObserver
Calin Juravle00b23d32019-03-08 17:52:20 -08001719android.database.AbstractCursor
Evan Millar0ea97b82009-03-24 17:49:23 -07001720android.database.AbstractWindowedCursor
Kenny Rootdbf30ed2012-09-19 13:08:12 -07001721android.database.BulkCursorDescriptor$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001722android.database.BulkCursorDescriptor
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001723android.database.BulkCursorNative
1724android.database.BulkCursorProxy
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001725android.database.BulkCursorToCursorAdaptor
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08001726android.database.CharArrayBuffer
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001727android.database.ContentObservable
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001728android.database.ContentObserver$Transport
Calin Juravle00b23d32019-03-08 17:52:20 -08001729android.database.ContentObserver
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001730android.database.CrossProcessCursor
Kenny Rootdbf30ed2012-09-19 13:08:12 -07001731android.database.CrossProcessCursorWrapper
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001732android.database.Cursor
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001733android.database.CursorIndexOutOfBoundsException
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04001734android.database.CursorToBulkCursorAdaptor$ContentObserverProxy
Calin Juravle00b23d32019-03-08 17:52:20 -08001735android.database.CursorToBulkCursorAdaptor
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08001736android.database.CursorWindow$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001737android.database.CursorWindow
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001738android.database.CursorWrapper
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001739android.database.DataSetObservable
1740android.database.DataSetObserver
Jesse Wilson80686182011-01-21 17:12:43 -08001741android.database.DatabaseErrorHandler
art-benchmark-serviced5115932020-02-25 17:55:03 -08001742android.database.DatabaseUtils$InsertHelper
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001743android.database.DatabaseUtils
Jesse Wilson80686182011-01-21 17:12:43 -08001744android.database.DefaultDatabaseErrorHandler
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001745android.database.IBulkCursor
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04001746android.database.IContentObserver$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08001747android.database.IContentObserver$Stub
1748android.database.IContentObserver
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001749android.database.MatrixCursor$RowBuilder
Calin Juravle00b23d32019-03-08 17:52:20 -08001750android.database.MatrixCursor
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07001751android.database.MergeCursor$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001752android.database.MergeCursor
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001753android.database.Observable
Andreas Gampedcad4ca2014-10-03 02:00:29 +00001754android.database.SQLException
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001755android.database.StaleDataException
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001756android.database.sqlite.DatabaseObjectNotClosedException
art-benchmark-serviced5115932020-02-25 17:55:03 -08001757android.database.sqlite.SQLiteAbortException
1758android.database.sqlite.SQLiteAccessPermException
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001759android.database.sqlite.SQLiteBindOrColumnIndexOutOfRangeException
art-benchmark-serviced5115932020-02-25 17:55:03 -08001760android.database.sqlite.SQLiteBlobTooBigException
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001761android.database.sqlite.SQLiteCantOpenDatabaseException
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08001762android.database.sqlite.SQLiteClosable
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001763android.database.sqlite.SQLiteCompatibilityWalFlags
Kenny Rootdbf30ed2012-09-19 13:08:12 -07001764android.database.sqlite.SQLiteConnection$Operation
1765android.database.sqlite.SQLiteConnection$OperationLog
1766android.database.sqlite.SQLiteConnection$PreparedStatement
1767android.database.sqlite.SQLiteConnection$PreparedStatementCache
Calin Juravle00b23d32019-03-08 17:52:20 -08001768android.database.sqlite.SQLiteConnection
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001769android.database.sqlite.SQLiteConnectionPool$1
Kenny Rootdbf30ed2012-09-19 13:08:12 -07001770android.database.sqlite.SQLiteConnectionPool$AcquiredConnectionStatus
Kenny Root9787b802013-04-26 12:53:57 -07001771android.database.sqlite.SQLiteConnectionPool$ConnectionWaiter
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07001772android.database.sqlite.SQLiteConnectionPool$IdleConnectionHandler
Calin Juravle00b23d32019-03-08 17:52:20 -08001773android.database.sqlite.SQLiteConnectionPool
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001774android.database.sqlite.SQLiteConstraintException
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001775android.database.sqlite.SQLiteCursor
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001776android.database.sqlite.SQLiteCursorDriver
Kenny Rootdbf30ed2012-09-19 13:08:12 -07001777android.database.sqlite.SQLiteCustomFunction
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001778android.database.sqlite.SQLiteDatabase$1
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07001779android.database.sqlite.SQLiteDatabase$CursorFactory
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07001780android.database.sqlite.SQLiteDatabase$OpenParams$Builder
Calin Juravle00b23d32019-03-08 17:52:20 -08001781android.database.sqlite.SQLiteDatabase$OpenParams
1782android.database.sqlite.SQLiteDatabase
Kenny Rootdbf30ed2012-09-19 13:08:12 -07001783android.database.sqlite.SQLiteDatabaseConfiguration
Andreas Gampedcad4ca2014-10-03 02:00:29 +00001784android.database.sqlite.SQLiteDatabaseCorruptException
1785android.database.sqlite.SQLiteDatabaseLockedException
Calin Juravle00b23d32019-03-08 17:52:20 -08001786android.database.sqlite.SQLiteDebug$DbStats
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08001787android.database.sqlite.SQLiteDebug$PagerStats
Calin Juravle00b23d32019-03-08 17:52:20 -08001788android.database.sqlite.SQLiteDebug
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001789android.database.sqlite.SQLiteDirectCursorDriver
art-benchmark-serviced5115932020-02-25 17:55:03 -08001790android.database.sqlite.SQLiteDiskIOException
Mathieu Chartierba2c0462017-05-19 16:41:46 -07001791android.database.sqlite.SQLiteDoneException
Andreas Gampedcad4ca2014-10-03 02:00:29 +00001792android.database.sqlite.SQLiteException
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07001793android.database.sqlite.SQLiteFullException
Kenny Rootdbf30ed2012-09-19 13:08:12 -07001794android.database.sqlite.SQLiteGlobal
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001795android.database.sqlite.SQLiteOpenHelper
art-benchmark-serviced5115932020-02-25 17:55:03 -08001796android.database.sqlite.SQLiteOutOfMemoryException
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08001797android.database.sqlite.SQLiteProgram
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001798android.database.sqlite.SQLiteQuery
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08001799android.database.sqlite.SQLiteQueryBuilder
Kenny Rootdbf30ed2012-09-19 13:08:12 -07001800android.database.sqlite.SQLiteSession$Transaction
Calin Juravle00b23d32019-03-08 17:52:20 -08001801android.database.sqlite.SQLiteSession
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001802android.database.sqlite.SQLiteStatement
Kenny Rootdbf30ed2012-09-19 13:08:12 -07001803android.database.sqlite.SQLiteStatementInfo
art-benchmark-serviced5115932020-02-25 17:55:03 -08001804android.database.sqlite.SQLiteTableLockedException
1805android.database.sqlite.SQLiteTokenizer
Mathieu Chartierba2c0462017-05-19 16:41:46 -07001806android.database.sqlite.SQLiteTransactionListener
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001807android.database.sqlite.SqliteWrapper
art-benchmark-service35aba412020-02-03 11:53:25 -08001808android.ddm.DdmHandleAppName$Names
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001809android.ddm.DdmHandleAppName
Evan Millar0ea97b82009-03-24 17:49:23 -07001810android.ddm.DdmHandleExit
art-benchmark-serviceba354032021-03-16 09:58:05 -07001811android.ddm.DdmHandleHeap
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001812android.ddm.DdmHandleHello
Evan Millar0ea97b82009-03-24 17:49:23 -07001813android.ddm.DdmHandleNativeHeap
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08001814android.ddm.DdmHandleProfiling
Kenny Root9787b802013-04-26 12:53:57 -07001815android.ddm.DdmHandleViewDebug
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001816android.ddm.DdmRegister
Calin Juravle00b23d32019-03-08 17:52:20 -08001817android.debug.AdbManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001818android.debug.AdbManagerInternal
art-benchmark-serviced5115932020-02-25 17:55:03 -08001819android.debug.IAdbManager$Stub$Proxy
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001820android.debug.IAdbManager$Stub
1821android.debug.IAdbManager
1822android.debug.IAdbTransport$Stub
1823android.debug.IAdbTransport
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001824android.graphics.BLASTBufferQueue
Andreas Gampe0db10fd2017-02-01 15:57:57 -08001825android.graphics.BaseCanvas
John Reck6b164402018-09-24 15:25:42 -07001826android.graphics.BaseRecordingCanvas
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08001827android.graphics.Bitmap$1
Calin Juravle4a054192018-05-29 17:52:20 -07001828android.graphics.Bitmap$2
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001829android.graphics.Bitmap$CompressFormat
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08001830android.graphics.Bitmap$Config
Calin Juravle00b23d32019-03-08 17:52:20 -08001831android.graphics.Bitmap
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08001832android.graphics.BitmapFactory$Options
Calin Juravle00b23d32019-03-08 17:52:20 -08001833android.graphics.BitmapFactory
Jesse Wilson80686182011-01-21 17:12:43 -08001834android.graphics.BitmapRegionDecoder
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001835android.graphics.BitmapShader
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001836android.graphics.BlendMode$1
Calin Juravle36829e52019-04-10 19:07:47 -07001837android.graphics.BlendMode
Calin Juravle00b23d32019-03-08 17:52:20 -08001838android.graphics.BlendModeColorFilter
Calin Juravle4a054192018-05-29 17:52:20 -07001839android.graphics.BlurMaskFilter$Blur
Calin Juravle00b23d32019-03-08 17:52:20 -08001840android.graphics.BlurMaskFilter
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08001841android.graphics.Camera
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001842android.graphics.Canvas$EdgeType
Andreas Gampe859e2782016-04-06 18:37:56 -07001843android.graphics.Canvas$NoImagePreloadHolder
Calin Juravle00b23d32019-03-08 17:52:20 -08001844android.graphics.Canvas
Andreas Gampedcad4ca2014-10-03 02:00:29 +00001845android.graphics.CanvasProperty
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001846android.graphics.Color
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07001847android.graphics.ColorFilter$NoImagePreloadHolder
Calin Juravle00b23d32019-03-08 17:52:20 -08001848android.graphics.ColorFilter
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08001849android.graphics.ColorMatrixColorFilter
Calin Juravle00b23d32019-03-08 17:52:20 -08001850android.graphics.ColorSpace$Adaptation
art-benchmark-serviced5115932020-02-25 17:55:03 -08001851android.graphics.ColorSpace$Connector
Mathieu Chartierba2c0462017-05-19 16:41:46 -07001852android.graphics.ColorSpace$Lab
1853android.graphics.ColorSpace$Model
1854android.graphics.ColorSpace$Named
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001855android.graphics.ColorSpace$RenderIntent
Calin Juravle00b23d32019-03-08 17:52:20 -08001856android.graphics.ColorSpace$Rgb$NoImagePreloadHolder
Mathieu Chartierba2c0462017-05-19 16:41:46 -07001857android.graphics.ColorSpace$Rgb$TransferParameters
Calin Juravle00b23d32019-03-08 17:52:20 -08001858android.graphics.ColorSpace$Rgb
Mathieu Chartierba2c0462017-05-19 16:41:46 -07001859android.graphics.ColorSpace$Xyz
Calin Juravle00b23d32019-03-08 17:52:20 -08001860android.graphics.ColorSpace
art-benchmark-service13164882020-11-07 02:19:14 -08001861android.graphics.Compatibility
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08001862android.graphics.ComposePathEffect
1863android.graphics.ComposeShader
1864android.graphics.CornerPathEffect
1865android.graphics.DashPathEffect
1866android.graphics.DiscretePathEffect
1867android.graphics.DrawFilter
1868android.graphics.EmbossMaskFilter
Andreas Gampedcad4ca2014-10-03 02:00:29 +00001869android.graphics.FontFamily
1870android.graphics.FontListParser
Calin Juravle00b23d32019-03-08 17:52:20 -08001871android.graphics.FrameInfo
Andreas Gampe0db10fd2017-02-01 15:57:57 -08001872android.graphics.GraphicBuffer$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001873android.graphics.GraphicBuffer
art-benchmark-service13164882020-11-07 02:19:14 -08001874android.graphics.GraphicsStatsService$1
1875android.graphics.GraphicsStatsService$ActiveBuffer
1876android.graphics.GraphicsStatsService$BufferInfo
1877android.graphics.GraphicsStatsService$HistoricalBuffer
1878android.graphics.GraphicsStatsService
Calin Juravle00b23d32019-03-08 17:52:20 -08001879android.graphics.HardwareRenderer$DestroyContextRunnable
1880android.graphics.HardwareRenderer$FrameCompleteCallback
1881android.graphics.HardwareRenderer$FrameDrawingCallback
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001882android.graphics.HardwareRenderer$FrameRenderRequest
Calin Juravle00b23d32019-03-08 17:52:20 -08001883android.graphics.HardwareRenderer$ProcessInitializer$1
1884android.graphics.HardwareRenderer$ProcessInitializer
1885android.graphics.HardwareRenderer
art-benchmark-service56aece62020-02-10 17:58:03 -08001886android.graphics.HardwareRendererObserver$OnFrameMetricsAvailableListener
1887android.graphics.HardwareRendererObserver
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001888android.graphics.ImageDecoder$AssetInputStreamSource
1889android.graphics.ImageDecoder$DecodeException
1890android.graphics.ImageDecoder$ImageInfo
1891android.graphics.ImageDecoder$InputStreamSource
1892android.graphics.ImageDecoder$OnHeaderDecodedListener
1893android.graphics.ImageDecoder$Source
Calin Juravle00b23d32019-03-08 17:52:20 -08001894android.graphics.ImageDecoder
art-benchmark-serviced60351b2020-04-11 17:55:40 -07001895android.graphics.ImageFormat
Calin Juravle36829e52019-04-10 19:07:47 -07001896android.graphics.Insets$1
Kenny Rootdbf30ed2012-09-19 13:08:12 -07001897android.graphics.Insets
Calin Juravle4a054192018-05-29 17:52:20 -07001898android.graphics.Interpolator$Result
Calin Juravle00b23d32019-03-08 17:52:20 -08001899android.graphics.Interpolator
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001900android.graphics.LeakyTypefaceStorage
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08001901android.graphics.LightingColorFilter
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001902android.graphics.LinearGradient
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08001903android.graphics.MaskFilter
Kenny Rootdbf30ed2012-09-19 13:08:12 -07001904android.graphics.Matrix$1
Andreas Gampe0db10fd2017-02-01 15:57:57 -08001905android.graphics.Matrix$NoImagePreloadHolder
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07001906android.graphics.Matrix$ScaleToFit
Calin Juravle00b23d32019-03-08 17:52:20 -08001907android.graphics.Matrix
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08001908android.graphics.Movie
Andreas Gampedcad4ca2014-10-03 02:00:29 +00001909android.graphics.NinePatch$InsetStruct
Calin Juravle00b23d32019-03-08 17:52:20 -08001910android.graphics.NinePatch
Andreas Gampedcad4ca2014-10-03 02:00:29 +00001911android.graphics.Outline
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08001912android.graphics.Paint$Align
1913android.graphics.Paint$Cap
1914android.graphics.Paint$FontMetrics
1915android.graphics.Paint$FontMetricsInt
1916android.graphics.Paint$Join
Andreas Gampe859e2782016-04-06 18:37:56 -07001917android.graphics.Paint$NoImagePreloadHolder
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08001918android.graphics.Paint$Style
Calin Juravle00b23d32019-03-08 17:52:20 -08001919android.graphics.Paint
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001920android.graphics.PaintFlagsDrawFilter
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001921android.graphics.Path$Direction
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08001922android.graphics.Path$FillType
art-benchmark-serviced5115932020-02-25 17:55:03 -08001923android.graphics.Path$Op
Calin Juravle00b23d32019-03-08 17:52:20 -08001924android.graphics.Path
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08001925android.graphics.PathDashPathEffect
1926android.graphics.PathEffect
1927android.graphics.PathMeasure
art-benchmark-serviced5115932020-02-25 17:55:03 -08001928android.graphics.Picture$PictureCanvas
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001929android.graphics.Picture
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07001930android.graphics.PixelFormat
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04001931android.graphics.Point$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001932android.graphics.Point
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04001933android.graphics.PointF$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001934android.graphics.PointF
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001935android.graphics.PorterDuff$Mode
Calin Juravle00b23d32019-03-08 17:52:20 -08001936android.graphics.PorterDuff
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08001937android.graphics.PorterDuffColorFilter
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001938android.graphics.PorterDuffXfermode
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08001939android.graphics.RadialGradient
Calin Juravle00b23d32019-03-08 17:52:20 -08001940android.graphics.RecordingCanvas
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08001941android.graphics.Rect$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001942android.graphics.Rect$UnflattenHelper
Calin Juravle00b23d32019-03-08 17:52:20 -08001943android.graphics.Rect
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08001944android.graphics.RectF$1
Calin Juravle00b23d32019-03-08 17:52:20 -08001945android.graphics.RectF
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08001946android.graphics.Region$1
Jesse Wilson80686182011-01-21 17:12:43 -08001947android.graphics.Region$Op
Calin Juravle00b23d32019-03-08 17:52:20 -08001948android.graphics.Region
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08001949android.graphics.RegionIterator
art-benchmark-service84deab32021-05-12 09:41:00 -07001950android.graphics.RenderEffect
Calin Juravle36829e52019-04-10 19:07:47 -07001951android.graphics.RenderNode$AnimationHost
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001952android.graphics.RenderNode$CompositePositionUpdateListener
Calin Juravle00b23d32019-03-08 17:52:20 -08001953android.graphics.RenderNode$NoImagePreloadHolder
1954android.graphics.RenderNode$PositionUpdateListener
1955android.graphics.RenderNode
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001956android.graphics.RuntimeShader
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001957android.graphics.Shader$NoImagePreloadHolder
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001958android.graphics.Shader$TileMode
Calin Juravle00b23d32019-03-08 17:52:20 -08001959android.graphics.Shader
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08001960android.graphics.SumPathEffect
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07001961android.graphics.SurfaceTexture$1
1962android.graphics.SurfaceTexture$OnFrameAvailableListener
Calin Juravle00b23d32019-03-08 17:52:20 -08001963android.graphics.SurfaceTexture
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08001964android.graphics.SweepGradient
1965android.graphics.TableMaskFilter
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04001966android.graphics.TemporaryBuffer
art-benchmark-service13164882020-11-07 02:19:14 -08001967android.graphics.TextureLayer
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001968android.graphics.Typeface$Builder
Calin Juravle00b23d32019-03-08 17:52:20 -08001969android.graphics.Typeface$CustomFallbackBuilder
1970android.graphics.Typeface
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001971android.graphics.Xfermode
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08001972android.graphics.YuvImage
art-benchmark-serviced60351b2020-04-11 17:55:40 -07001973android.graphics.animation.FallbackLUTInterpolator
1974android.graphics.animation.HasNativeInterpolator
art-benchmark-servicead05a302020-03-17 09:46:02 -07001975android.graphics.animation.NativeInterpolator
1976android.graphics.animation.NativeInterpolatorFactory
art-benchmark-serviced60351b2020-04-11 17:55:40 -07001977android.graphics.animation.RenderNodeAnimator$DelayedAnimationHelper
art-benchmark-servicead05a302020-03-17 09:46:02 -07001978android.graphics.animation.RenderNodeAnimator$ViewListener
1979android.graphics.animation.RenderNodeAnimator
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07001980android.graphics.drawable.AdaptiveIconDrawable$ChildDrawable
1981android.graphics.drawable.AdaptiveIconDrawable$LayerState
Calin Juravle00b23d32019-03-08 17:52:20 -08001982android.graphics.drawable.AdaptiveIconDrawable
art-benchmark-serviced5115932020-02-25 17:55:03 -08001983android.graphics.drawable.Animatable2$AnimationCallback
Andreas Gampe61e7b662015-06-17 23:57:04 -07001984android.graphics.drawable.Animatable2
Calin Juravle00b23d32019-03-08 17:52:20 -08001985android.graphics.drawable.Animatable
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001986android.graphics.drawable.AnimatedImageDrawable$State
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001987android.graphics.drawable.AnimatedImageDrawable
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001988android.graphics.drawable.AnimatedRotateDrawable$1
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07001989android.graphics.drawable.AnimatedRotateDrawable$AnimatedRotateState
Calin Juravle00b23d32019-03-08 17:52:20 -08001990android.graphics.drawable.AnimatedRotateDrawable
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001991android.graphics.drawable.AnimatedStateListDrawable$AnimatableTransition
Andreas Gampedcad4ca2014-10-03 02:00:29 +00001992android.graphics.drawable.AnimatedStateListDrawable$AnimatedStateListState
Calin Juravle4a054192018-05-29 17:52:20 -07001993android.graphics.drawable.AnimatedStateListDrawable$AnimatedVectorDrawableTransition
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001994android.graphics.drawable.AnimatedStateListDrawable$AnimationDrawableTransition
art-benchmark-serviced5115932020-02-25 17:55:03 -08001995android.graphics.drawable.AnimatedStateListDrawable$FrameInterpolator
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07001996android.graphics.drawable.AnimatedStateListDrawable$Transition
Calin Juravle00b23d32019-03-08 17:52:20 -08001997android.graphics.drawable.AnimatedStateListDrawable
Andreas Gampe61e7b662015-06-17 23:57:04 -07001998android.graphics.drawable.AnimatedVectorDrawable$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08001999android.graphics.drawable.AnimatedVectorDrawable$2
Andreas Gampe61e7b662015-06-17 23:57:04 -07002000android.graphics.drawable.AnimatedVectorDrawable$AnimatedVectorDrawableState$PendingAnimator
Calin Juravle00b23d32019-03-08 17:52:20 -08002001android.graphics.drawable.AnimatedVectorDrawable$AnimatedVectorDrawableState
Andreas Gampe859e2782016-04-06 18:37:56 -07002002android.graphics.drawable.AnimatedVectorDrawable$VectorDrawableAnimator
Doris Liu28cfd202016-02-22 16:51:40 -08002003android.graphics.drawable.AnimatedVectorDrawable$VectorDrawableAnimatorRT
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002004android.graphics.drawable.AnimatedVectorDrawable$VectorDrawableAnimatorUI
Calin Juravle00b23d32019-03-08 17:52:20 -08002005android.graphics.drawable.AnimatedVectorDrawable
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08002006android.graphics.drawable.AnimationDrawable$AnimationState
Calin Juravle00b23d32019-03-08 17:52:20 -08002007android.graphics.drawable.AnimationDrawable
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002008android.graphics.drawable.BitmapDrawable$BitmapState
Calin Juravle00b23d32019-03-08 17:52:20 -08002009android.graphics.drawable.BitmapDrawable
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07002010android.graphics.drawable.ClipDrawable$ClipState
Calin Juravle00b23d32019-03-08 17:52:20 -08002011android.graphics.drawable.ClipDrawable
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002012android.graphics.drawable.ColorDrawable$ColorState
Calin Juravle00b23d32019-03-08 17:52:20 -08002013android.graphics.drawable.ColorDrawable
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002014android.graphics.drawable.ColorStateListDrawable$ColorStateListDrawableState
2015android.graphics.drawable.ColorStateListDrawable
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08002016android.graphics.drawable.Drawable$Callback
2017android.graphics.drawable.Drawable$ConstantState
Calin Juravle00b23d32019-03-08 17:52:20 -08002018android.graphics.drawable.Drawable
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002019android.graphics.drawable.DrawableContainer$1
Andreas Gampe0db10fd2017-02-01 15:57:57 -08002020android.graphics.drawable.DrawableContainer$BlockInvalidateCallback
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08002021android.graphics.drawable.DrawableContainer$DrawableContainerState
Calin Juravle00b23d32019-03-08 17:52:20 -08002022android.graphics.drawable.DrawableContainer
Andreas Gampe571fc302016-02-18 13:58:09 -08002023android.graphics.drawable.DrawableInflater
Andreas Gampe61e7b662015-06-17 23:57:04 -07002024android.graphics.drawable.DrawableWrapper$DrawableWrapperState
Calin Juravle00b23d32019-03-08 17:52:20 -08002025android.graphics.drawable.DrawableWrapper
Calin Juravle4a054192018-05-29 17:52:20 -07002026android.graphics.drawable.GradientDrawable$1
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08002027android.graphics.drawable.GradientDrawable$GradientState
2028android.graphics.drawable.GradientDrawable$Orientation
Calin Juravle00b23d32019-03-08 17:52:20 -08002029android.graphics.drawable.GradientDrawable
Andreas Gampe61e7b662015-06-17 23:57:04 -07002030android.graphics.drawable.Icon$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08002031android.graphics.drawable.Icon$LoadDrawableTask
Calin Juravle00b23d32019-03-08 17:52:20 -08002032android.graphics.drawable.Icon
Andreas Gampedcad4ca2014-10-03 02:00:29 +00002033android.graphics.drawable.InsetDrawable$InsetState
Mathieu Chartierba2c0462017-05-19 16:41:46 -07002034android.graphics.drawable.InsetDrawable$InsetValue
Calin Juravle00b23d32019-03-08 17:52:20 -08002035android.graphics.drawable.InsetDrawable
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002036android.graphics.drawable.LayerDrawable$ChildDrawable
Evan Millar0ea97b82009-03-24 17:49:23 -07002037android.graphics.drawable.LayerDrawable$LayerState
Calin Juravle00b23d32019-03-08 17:52:20 -08002038android.graphics.drawable.LayerDrawable
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002039android.graphics.drawable.LevelListDrawable$LevelListState
2040android.graphics.drawable.LevelListDrawable
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002041android.graphics.drawable.NinePatchDrawable$NinePatchState
Calin Juravle00b23d32019-03-08 17:52:20 -08002042android.graphics.drawable.NinePatchDrawable
Calin Juravle4a054192018-05-29 17:52:20 -07002043android.graphics.drawable.PaintDrawable
Andreas Gampedcad4ca2014-10-03 02:00:29 +00002044android.graphics.drawable.RippleBackground$1
Andreas Gampe61e7b662015-06-17 23:57:04 -07002045android.graphics.drawable.RippleBackground$BackgroundProperty
Calin Juravle00b23d32019-03-08 17:52:20 -08002046android.graphics.drawable.RippleBackground
Andreas Gampe61e7b662015-06-17 23:57:04 -07002047android.graphics.drawable.RippleComponent
Andreas Gampedcad4ca2014-10-03 02:00:29 +00002048android.graphics.drawable.RippleDrawable$RippleState
Calin Juravle00b23d32019-03-08 17:52:20 -08002049android.graphics.drawable.RippleDrawable
Andreas Gampe61e7b662015-06-17 23:57:04 -07002050android.graphics.drawable.RippleForeground$1
2051android.graphics.drawable.RippleForeground$2
2052android.graphics.drawable.RippleForeground$3
2053android.graphics.drawable.RippleForeground$4
Calin Juravle00b23d32019-03-08 17:52:20 -08002054android.graphics.drawable.RippleForeground
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07002055android.graphics.drawable.RotateDrawable$RotateState
Calin Juravle00b23d32019-03-08 17:52:20 -08002056android.graphics.drawable.RotateDrawable
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04002057android.graphics.drawable.ScaleDrawable$ScaleState
Calin Juravle00b23d32019-03-08 17:52:20 -08002058android.graphics.drawable.ScaleDrawable
art-benchmark-serviced5115932020-02-25 17:55:03 -08002059android.graphics.drawable.ShapeDrawable$ShaderFactory
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04002060android.graphics.drawable.ShapeDrawable$ShapeState
Calin Juravle00b23d32019-03-08 17:52:20 -08002061android.graphics.drawable.ShapeDrawable
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002062android.graphics.drawable.StateListDrawable$StateListState
Calin Juravle00b23d32019-03-08 17:52:20 -08002063android.graphics.drawable.StateListDrawable
Mathieu Chartierba2c0462017-05-19 16:41:46 -07002064android.graphics.drawable.TransitionDrawable$TransitionState
Calin Juravle00b23d32019-03-08 17:52:20 -08002065android.graphics.drawable.TransitionDrawable
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07002066android.graphics.drawable.VectorDrawable$VClipPath
Andreas Gampe0db10fd2017-02-01 15:57:57 -08002067android.graphics.drawable.VectorDrawable$VFullPath$10
Calin Juravle00b23d32019-03-08 17:52:20 -08002068android.graphics.drawable.VectorDrawable$VFullPath$1
Andreas Gampe0db10fd2017-02-01 15:57:57 -08002069android.graphics.drawable.VectorDrawable$VFullPath$2
2070android.graphics.drawable.VectorDrawable$VFullPath$3
2071android.graphics.drawable.VectorDrawable$VFullPath$4
2072android.graphics.drawable.VectorDrawable$VFullPath$5
2073android.graphics.drawable.VectorDrawable$VFullPath$6
2074android.graphics.drawable.VectorDrawable$VFullPath$7
2075android.graphics.drawable.VectorDrawable$VFullPath$8
2076android.graphics.drawable.VectorDrawable$VFullPath$9
Calin Juravle00b23d32019-03-08 17:52:20 -08002077android.graphics.drawable.VectorDrawable$VFullPath
Andreas Gampe571fc302016-02-18 13:58:09 -08002078android.graphics.drawable.VectorDrawable$VGroup$1
Andreas Gampe0db10fd2017-02-01 15:57:57 -08002079android.graphics.drawable.VectorDrawable$VGroup$2
2080android.graphics.drawable.VectorDrawable$VGroup$3
2081android.graphics.drawable.VectorDrawable$VGroup$4
2082android.graphics.drawable.VectorDrawable$VGroup$5
2083android.graphics.drawable.VectorDrawable$VGroup$6
2084android.graphics.drawable.VectorDrawable$VGroup$7
2085android.graphics.drawable.VectorDrawable$VGroup$8
2086android.graphics.drawable.VectorDrawable$VGroup$9
Calin Juravle00b23d32019-03-08 17:52:20 -08002087android.graphics.drawable.VectorDrawable$VGroup
Andreas Gampe571fc302016-02-18 13:58:09 -08002088android.graphics.drawable.VectorDrawable$VObject
Andreas Gampe0db10fd2017-02-01 15:57:57 -08002089android.graphics.drawable.VectorDrawable$VPath$1
Calin Juravle00b23d32019-03-08 17:52:20 -08002090android.graphics.drawable.VectorDrawable$VPath
Andreas Gampe0db10fd2017-02-01 15:57:57 -08002091android.graphics.drawable.VectorDrawable$VectorDrawableState$1
Calin Juravle00b23d32019-03-08 17:52:20 -08002092android.graphics.drawable.VectorDrawable$VectorDrawableState
2093android.graphics.drawable.VectorDrawable
Andreas Gampe61e7b662015-06-17 23:57:04 -07002094android.graphics.drawable.shapes.OvalShape
art-benchmark-serviced5115932020-02-25 17:55:03 -08002095android.graphics.drawable.shapes.PathShape
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04002096android.graphics.drawable.shapes.RectShape
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07002097android.graphics.drawable.shapes.RoundRectShape
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04002098android.graphics.drawable.shapes.Shape
Calin Juravle00b23d32019-03-08 17:52:20 -08002099android.graphics.fonts.Font$Builder
2100android.graphics.fonts.Font
2101android.graphics.fonts.FontCustomizationParser$Result
2102android.graphics.fonts.FontCustomizationParser
2103android.graphics.fonts.FontFamily$Builder
2104android.graphics.fonts.FontFamily
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002105android.graphics.fonts.FontFileUtil
Calin Juravle00b23d32019-03-08 17:52:20 -08002106android.graphics.fonts.FontStyle
Mathieu Chartierba2c0462017-05-19 16:41:46 -07002107android.graphics.fonts.FontVariationAxis
Calin Juravle00b23d32019-03-08 17:52:20 -08002108android.graphics.fonts.SystemFonts
Andreas Gampedcad4ca2014-10-03 02:00:29 +00002109android.graphics.pdf.PdfDocument
2110android.graphics.pdf.PdfEditor
2111android.graphics.pdf.PdfRenderer
Siyamed Sinir8918415f2018-10-29 22:08:22 -07002112android.graphics.text.LineBreaker$Builder
2113android.graphics.text.LineBreaker$ParagraphConstraints
2114android.graphics.text.LineBreaker$Result
Calin Juravle00b23d32019-03-08 17:52:20 -08002115android.graphics.text.LineBreaker
Siyamed Sinir8918415f2018-10-29 22:08:22 -07002116android.graphics.text.MeasuredText$Builder
Calin Juravle00b23d32019-03-08 17:52:20 -08002117android.graphics.text.MeasuredText
art-benchmark-service84deab32021-05-12 09:41:00 -07002118android.graphics.text.PositionedGlyphs
art-benchmark-service13164882020-11-07 02:19:14 -08002119android.gsi.AvbPublicKey$1
art-benchmark-serviced60351b2020-04-11 17:55:40 -07002120android.gsi.AvbPublicKey
art-benchmark-serviced5115932020-02-25 17:55:03 -08002121android.gsi.GsiProgress$1
2122android.gsi.GsiProgress
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002123android.gsi.IGsiService$Stub$Proxy
2124android.gsi.IGsiService$Stub
2125android.gsi.IGsiService
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07002126android.hardware.Camera$CameraInfo
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04002127android.hardware.Camera$Face
Calin Juravle00b23d32019-03-08 17:52:20 -08002128android.hardware.Camera
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07002129android.hardware.CameraStatus$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002130android.hardware.CameraStatus
Andreas Gampe61e7b662015-06-17 23:57:04 -07002131android.hardware.ConsumerIrManager
Calin Juravle4a054192018-05-29 17:52:20 -07002132android.hardware.GeomagneticField$LegendreTable
Calin Juravle00b23d32019-03-08 17:52:20 -08002133android.hardware.GeomagneticField
Andreas Gampe0db10fd2017-02-01 15:57:57 -08002134android.hardware.HardwareBuffer$1
Calin Juravle00b23d32019-03-08 17:52:20 -08002135android.hardware.HardwareBuffer
Mathieu Chartierba2c0462017-05-19 16:41:46 -07002136android.hardware.ICameraService$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08002137android.hardware.ICameraService$Stub
2138android.hardware.ICameraService
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07002139android.hardware.ICameraServiceListener$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08002140android.hardware.ICameraServiceListener
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002141android.hardware.ICameraServiceProxy$Stub
2142android.hardware.ICameraServiceProxy
2143android.hardware.IConsumerIrService$Stub
2144android.hardware.IConsumerIrService
2145android.hardware.ISensorPrivacyListener$Stub$Proxy
2146android.hardware.ISensorPrivacyListener$Stub
2147android.hardware.ISensorPrivacyListener
2148android.hardware.ISensorPrivacyManager$Stub$Proxy
2149android.hardware.ISensorPrivacyManager$Stub
2150android.hardware.ISensorPrivacyManager
2151android.hardware.ISerialManager$Stub
2152android.hardware.ISerialManager
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07002153android.hardware.Sensor
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002154android.hardware.SensorAdditionalInfo
Andreas Gampe859e2782016-04-06 18:37:56 -07002155android.hardware.SensorEvent
art-benchmark-serviced5115932020-02-25 17:55:03 -08002156android.hardware.SensorEventCallback
2157android.hardware.SensorEventListener2
Kenny Root9787b802013-04-26 12:53:57 -07002158android.hardware.SensorEventListener
art-benchmark-serviced5115932020-02-25 17:55:03 -08002159android.hardware.SensorListener
Evan Millar0ea97b82009-03-24 17:49:23 -07002160android.hardware.SensorManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002161android.hardware.SensorPrivacyManager$1
Calin Juravle00b23d32019-03-08 17:52:20 -08002162android.hardware.SensorPrivacyManager
Andreas Gampe61e7b662015-06-17 23:57:04 -07002163android.hardware.SerialManager
Kenny Rootdbf30ed2012-09-19 13:08:12 -07002164android.hardware.SerialPort
Kenny Root9787b802013-04-26 12:53:57 -07002165android.hardware.SystemSensorManager$BaseEventQueue
Mathieu Chartierba2c0462017-05-19 16:41:46 -07002166android.hardware.SystemSensorManager$SensorEventQueue
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002167android.hardware.SystemSensorManager$TriggerEventQueue
Calin Juravle00b23d32019-03-08 17:52:20 -08002168android.hardware.SystemSensorManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002169android.hardware.TriggerEvent
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07002170android.hardware.TriggerEventListener
art-benchmark-serviced5115932020-02-25 17:55:03 -08002171android.hardware.biometrics.BiometricAuthenticator$AuthenticationCallback
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002172android.hardware.biometrics.BiometricAuthenticator$Identifier
Calin Juravle00b23d32019-03-08 17:52:20 -08002173android.hardware.biometrics.BiometricAuthenticator
2174android.hardware.biometrics.BiometricFaceConstants
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07002175android.hardware.biometrics.BiometricFingerprintConstants
Calin Juravle00b23d32019-03-08 17:52:20 -08002176android.hardware.biometrics.BiometricManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002177android.hardware.biometrics.BiometricSourceType$1
2178android.hardware.biometrics.BiometricSourceType
art-benchmark-serviced5115932020-02-25 17:55:03 -08002179android.hardware.biometrics.CryptoObject
2180android.hardware.biometrics.IAuthService$Stub$Proxy
2181android.hardware.biometrics.IAuthService$Stub
2182android.hardware.biometrics.IAuthService
2183android.hardware.biometrics.IBiometricAuthenticator$Stub$Proxy
2184android.hardware.biometrics.IBiometricAuthenticator$Stub
2185android.hardware.biometrics.IBiometricAuthenticator
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002186android.hardware.biometrics.IBiometricEnabledOnKeyguardCallback$Stub$Proxy
2187android.hardware.biometrics.IBiometricEnabledOnKeyguardCallback$Stub
2188android.hardware.biometrics.IBiometricEnabledOnKeyguardCallback
2189android.hardware.biometrics.IBiometricService$Stub$Proxy
2190android.hardware.biometrics.IBiometricService$Stub
2191android.hardware.biometrics.IBiometricService
2192android.hardware.biometrics.IBiometricServiceLockoutResetCallback$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08002193android.hardware.biometrics.IBiometricServiceLockoutResetCallback$Stub
2194android.hardware.biometrics.IBiometricServiceLockoutResetCallback
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002195android.hardware.biometrics.IBiometricServiceReceiver$Stub$Proxy
2196android.hardware.biometrics.IBiometricServiceReceiver$Stub
2197android.hardware.biometrics.IBiometricServiceReceiver
Mathieu Chartierba2c0462017-05-19 16:41:46 -07002198android.hardware.camera2.CameraAccessException
Mathieu Chartierba2c0462017-05-19 16:41:46 -07002199android.hardware.camera2.CameraCharacteristics$1
2200android.hardware.camera2.CameraCharacteristics$2
2201android.hardware.camera2.CameraCharacteristics$3
2202android.hardware.camera2.CameraCharacteristics$4
2203android.hardware.camera2.CameraCharacteristics$5
art-benchmark-service56aece62020-02-10 17:58:03 -08002204android.hardware.camera2.CameraCharacteristics$6
Andreas Gampe571fc302016-02-18 13:58:09 -08002205android.hardware.camera2.CameraCharacteristics$Key
Calin Juravle00b23d32019-03-08 17:52:20 -08002206android.hardware.camera2.CameraCharacteristics
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002207android.hardware.camera2.CameraDevice
2208android.hardware.camera2.CameraManager$AvailabilityCallback
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07002209android.hardware.camera2.CameraManager$CameraManagerGlobal$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08002210android.hardware.camera2.CameraManager$CameraManagerGlobal$3
art-benchmark-serviced60351b2020-04-11 17:55:40 -07002211android.hardware.camera2.CameraManager$CameraManagerGlobal$4
2212android.hardware.camera2.CameraManager$CameraManagerGlobal$5
2213android.hardware.camera2.CameraManager$CameraManagerGlobal$6
2214android.hardware.camera2.CameraManager$CameraManagerGlobal$7
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002215android.hardware.camera2.CameraManager$CameraManagerGlobal
2216android.hardware.camera2.CameraManager$TorchCallback
Calin Juravle00b23d32019-03-08 17:52:20 -08002217android.hardware.camera2.CameraManager
Mathieu Chartierba2c0462017-05-19 16:41:46 -07002218android.hardware.camera2.CameraMetadata
Mathieu Chartierba2c0462017-05-19 16:41:46 -07002219android.hardware.camera2.CaptureRequest$1
2220android.hardware.camera2.CaptureRequest$2
Andreas Gampe571fc302016-02-18 13:58:09 -08002221android.hardware.camera2.CaptureRequest$Key
Calin Juravle00b23d32019-03-08 17:52:20 -08002222android.hardware.camera2.CaptureRequest
Mathieu Chartierba2c0462017-05-19 16:41:46 -07002223android.hardware.camera2.CaptureResult$1
2224android.hardware.camera2.CaptureResult$2
2225android.hardware.camera2.CaptureResult$3
Andreas Gampe571fc302016-02-18 13:58:09 -08002226android.hardware.camera2.CaptureResult$Key
Calin Juravle00b23d32019-03-08 17:52:20 -08002227android.hardware.camera2.CaptureResult
Andreas Gampedcad4ca2014-10-03 02:00:29 +00002228android.hardware.camera2.DngCreator
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002229android.hardware.camera2.impl.CameraDeviceImpl$CameraHandlerExecutor
2230android.hardware.camera2.impl.CameraDeviceImpl
Mathieu Chartierba2c0462017-05-19 16:41:46 -07002231android.hardware.camera2.impl.CameraMetadataNative$10
2232android.hardware.camera2.impl.CameraMetadataNative$11
2233android.hardware.camera2.impl.CameraMetadataNative$12
2234android.hardware.camera2.impl.CameraMetadataNative$13
2235android.hardware.camera2.impl.CameraMetadataNative$14
2236android.hardware.camera2.impl.CameraMetadataNative$15
2237android.hardware.camera2.impl.CameraMetadataNative$16
2238android.hardware.camera2.impl.CameraMetadataNative$17
2239android.hardware.camera2.impl.CameraMetadataNative$18
2240android.hardware.camera2.impl.CameraMetadataNative$19
Calin Juravle00b23d32019-03-08 17:52:20 -08002241android.hardware.camera2.impl.CameraMetadataNative$1
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07002242android.hardware.camera2.impl.CameraMetadataNative$20
Calin Juravle00b23d32019-03-08 17:52:20 -08002243android.hardware.camera2.impl.CameraMetadataNative$21
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002244android.hardware.camera2.impl.CameraMetadataNative$22
art-benchmark-serviced5115932020-02-25 17:55:03 -08002245android.hardware.camera2.impl.CameraMetadataNative$23
Calin Juravle00b23d32019-03-08 17:52:20 -08002246android.hardware.camera2.impl.CameraMetadataNative$2
Mathieu Chartierba2c0462017-05-19 16:41:46 -07002247android.hardware.camera2.impl.CameraMetadataNative$3
2248android.hardware.camera2.impl.CameraMetadataNative$4
2249android.hardware.camera2.impl.CameraMetadataNative$5
2250android.hardware.camera2.impl.CameraMetadataNative$6
2251android.hardware.camera2.impl.CameraMetadataNative$7
2252android.hardware.camera2.impl.CameraMetadataNative$8
2253android.hardware.camera2.impl.CameraMetadataNative$9
2254android.hardware.camera2.impl.CameraMetadataNative$Key
Calin Juravle00b23d32019-03-08 17:52:20 -08002255android.hardware.camera2.impl.CameraMetadataNative
Mathieu Chartierba2c0462017-05-19 16:41:46 -07002256android.hardware.camera2.impl.GetCommand
2257android.hardware.camera2.impl.SetCommand
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07002258android.hardware.camera2.marshal.MarshalHelpers
Mathieu Chartierba2c0462017-05-19 16:41:46 -07002259android.hardware.camera2.marshal.MarshalQueryable
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07002260android.hardware.camera2.marshal.MarshalRegistry$MarshalToken
Calin Juravle00b23d32019-03-08 17:52:20 -08002261android.hardware.camera2.marshal.MarshalRegistry
Calin Juravle4a054192018-05-29 17:52:20 -07002262android.hardware.camera2.marshal.Marshaler
art-benchmark-serviced5115932020-02-25 17:55:03 -08002263android.hardware.camera2.marshal.impl.MarshalQueryableArray$MarshalerArray
Mathieu Chartierba2c0462017-05-19 16:41:46 -07002264android.hardware.camera2.marshal.impl.MarshalQueryableArray
2265android.hardware.camera2.marshal.impl.MarshalQueryableBlackLevelPattern
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002266android.hardware.camera2.marshal.impl.MarshalQueryableBoolean$MarshalerBoolean
Mathieu Chartierba2c0462017-05-19 16:41:46 -07002267android.hardware.camera2.marshal.impl.MarshalQueryableBoolean
2268android.hardware.camera2.marshal.impl.MarshalQueryableColorSpaceTransform
2269android.hardware.camera2.marshal.impl.MarshalQueryableEnum
2270android.hardware.camera2.marshal.impl.MarshalQueryableHighSpeedVideoConfiguration
2271android.hardware.camera2.marshal.impl.MarshalQueryableMeteringRectangle
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07002272android.hardware.camera2.marshal.impl.MarshalQueryableNativeByteToInteger$MarshalerNativeByteToInteger
Calin Juravle00b23d32019-03-08 17:52:20 -08002273android.hardware.camera2.marshal.impl.MarshalQueryableNativeByteToInteger
Mathieu Chartierba2c0462017-05-19 16:41:46 -07002274android.hardware.camera2.marshal.impl.MarshalQueryablePair
2275android.hardware.camera2.marshal.impl.MarshalQueryableParcelable
art-benchmark-serviced5115932020-02-25 17:55:03 -08002276android.hardware.camera2.marshal.impl.MarshalQueryablePrimitive$MarshalerPrimitive
Mathieu Chartierba2c0462017-05-19 16:41:46 -07002277android.hardware.camera2.marshal.impl.MarshalQueryablePrimitive
2278android.hardware.camera2.marshal.impl.MarshalQueryableRange
Calin Juravle00b23d32019-03-08 17:52:20 -08002279android.hardware.camera2.marshal.impl.MarshalQueryableRecommendedStreamConfiguration
Mathieu Chartierba2c0462017-05-19 16:41:46 -07002280android.hardware.camera2.marshal.impl.MarshalQueryableRect
art-benchmark-service13164882020-11-07 02:19:14 -08002281android.hardware.camera2.marshal.impl.MarshalQueryableReprocessFormatsMap$MarshalerReprocessFormatsMap
Mathieu Chartierba2c0462017-05-19 16:41:46 -07002282android.hardware.camera2.marshal.impl.MarshalQueryableReprocessFormatsMap
2283android.hardware.camera2.marshal.impl.MarshalQueryableRggbChannelVector
art-benchmark-serviced5115932020-02-25 17:55:03 -08002284android.hardware.camera2.marshal.impl.MarshalQueryableSize$MarshalerSize
Mathieu Chartierba2c0462017-05-19 16:41:46 -07002285android.hardware.camera2.marshal.impl.MarshalQueryableSize
2286android.hardware.camera2.marshal.impl.MarshalQueryableSizeF
art-benchmark-serviced60351b2020-04-11 17:55:40 -07002287android.hardware.camera2.marshal.impl.MarshalQueryableStreamConfiguration$MarshalerStreamConfiguration
Mathieu Chartierba2c0462017-05-19 16:41:46 -07002288android.hardware.camera2.marshal.impl.MarshalQueryableStreamConfiguration
art-benchmark-serviced60351b2020-04-11 17:55:40 -07002289android.hardware.camera2.marshal.impl.MarshalQueryableStreamConfigurationDuration$MarshalerStreamConfigurationDuration
Mathieu Chartierba2c0462017-05-19 16:41:46 -07002290android.hardware.camera2.marshal.impl.MarshalQueryableStreamConfigurationDuration
2291android.hardware.camera2.marshal.impl.MarshalQueryableString
2292android.hardware.camera2.params.BlackLevelPattern
art-benchmark-service56aece62020-02-10 17:58:03 -08002293android.hardware.camera2.params.Capability
Mathieu Chartierba2c0462017-05-19 16:41:46 -07002294android.hardware.camera2.params.ColorSpaceTransform
2295android.hardware.camera2.params.Face
2296android.hardware.camera2.params.HighSpeedVideoConfiguration
2297android.hardware.camera2.params.LensShadingMap
Calin Juravle36829e52019-04-10 19:07:47 -07002298android.hardware.camera2.params.MandatoryStreamCombination$ReprocessType
2299android.hardware.camera2.params.MandatoryStreamCombination$SizeThreshold
2300android.hardware.camera2.params.MandatoryStreamCombination$StreamCombinationTemplate
2301android.hardware.camera2.params.MandatoryStreamCombination$StreamTemplate
Calin Juravle00b23d32019-03-08 17:52:20 -08002302android.hardware.camera2.params.MandatoryStreamCombination
Mathieu Chartierba2c0462017-05-19 16:41:46 -07002303android.hardware.camera2.params.MeteringRectangle
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07002304android.hardware.camera2.params.OisSample
Calin Juravle00b23d32019-03-08 17:52:20 -08002305android.hardware.camera2.params.RecommendedStreamConfiguration
Mathieu Chartierba2c0462017-05-19 16:41:46 -07002306android.hardware.camera2.params.ReprocessFormatsMap
2307android.hardware.camera2.params.RggbChannelVector
2308android.hardware.camera2.params.StreamConfiguration
2309android.hardware.camera2.params.StreamConfigurationDuration
2310android.hardware.camera2.params.StreamConfigurationMap
2311android.hardware.camera2.params.TonemapCurve
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002312android.hardware.camera2.utils.ArrayUtils
art-benchmark-serviced60351b2020-04-11 17:55:40 -07002313android.hardware.camera2.utils.ConcurrentCameraIdCombination$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08002314android.hardware.camera2.utils.ConcurrentCameraIdCombination
art-benchmark-service13164882020-11-07 02:19:14 -08002315android.hardware.camera2.utils.SurfaceUtils
art-benchmark-serviced5115932020-02-25 17:55:03 -08002316android.hardware.camera2.utils.TypeReference$SpecializedBaseTypeReference
Mathieu Chartierba2c0462017-05-19 16:41:46 -07002317android.hardware.camera2.utils.TypeReference$SpecializedTypeReference
Calin Juravle00b23d32019-03-08 17:52:20 -08002318android.hardware.camera2.utils.TypeReference
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002319android.hardware.contexthub.V1_0.ContextHub
2320android.hardware.contexthub.V1_0.ContextHubMsg
2321android.hardware.contexthub.V1_0.HubAppInfo
2322android.hardware.contexthub.V1_0.IContexthub$Proxy
2323android.hardware.contexthub.V1_0.IContexthub
2324android.hardware.contexthub.V1_0.IContexthubCallback$Stub
2325android.hardware.contexthub.V1_0.IContexthubCallback
2326android.hardware.contexthub.V1_0.MemRange
art-benchmark-serviced5115932020-02-25 17:55:03 -08002327android.hardware.contexthub.V1_0.NanoAppBinary
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002328android.hardware.contexthub.V1_0.PhysicalSensor
Calin Juravle4a054192018-05-29 17:52:20 -07002329android.hardware.display.AmbientBrightnessDayStats$1
Calin Juravle00b23d32019-03-08 17:52:20 -08002330android.hardware.display.AmbientBrightnessDayStats
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002331android.hardware.display.AmbientDisplayConfiguration
Calin Juravle4a054192018-05-29 17:52:20 -07002332android.hardware.display.BrightnessChangeEvent$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08002333android.hardware.display.BrightnessChangeEvent$Builder
Calin Juravle00b23d32019-03-08 17:52:20 -08002334android.hardware.display.BrightnessChangeEvent
Calin Juravle4a054192018-05-29 17:52:20 -07002335android.hardware.display.BrightnessConfiguration$1
2336android.hardware.display.BrightnessConfiguration$Builder
Calin Juravle00b23d32019-03-08 17:52:20 -08002337android.hardware.display.BrightnessConfiguration
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002338android.hardware.display.BrightnessCorrection$1
2339android.hardware.display.BrightnessCorrection$BrightnessCorrectionImplementation
2340android.hardware.display.BrightnessCorrection$ScaleAndTranslateLog
2341android.hardware.display.BrightnessCorrection
Calin Juravle00b23d32019-03-08 17:52:20 -08002342android.hardware.display.ColorDisplayManager$ColorDisplayManagerInternal
2343android.hardware.display.ColorDisplayManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002344android.hardware.display.Curve$1
2345android.hardware.display.Curve
art-benchmark-servicead05a302020-03-17 09:46:02 -07002346android.hardware.display.DeviceProductInfo$1
2347android.hardware.display.DeviceProductInfo$ManufactureDate$1
2348android.hardware.display.DeviceProductInfo$ManufactureDate
2349android.hardware.display.DeviceProductInfo
Andreas Gampedcad4ca2014-10-03 02:00:29 +00002350android.hardware.display.DisplayManager$DisplayListener
Calin Juravle00b23d32019-03-08 17:52:20 -08002351android.hardware.display.DisplayManager
art-benchmark-serviced60351b2020-04-11 17:55:40 -07002352android.hardware.display.DisplayManagerGlobal$1
Andreas Gampedcad4ca2014-10-03 02:00:29 +00002353android.hardware.display.DisplayManagerGlobal$DisplayListenerDelegate
Kenny Rootdbf30ed2012-09-19 13:08:12 -07002354android.hardware.display.DisplayManagerGlobal$DisplayManagerCallback
Calin Juravle00b23d32019-03-08 17:52:20 -08002355android.hardware.display.DisplayManagerGlobal
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002356android.hardware.display.DisplayManagerInternal$DisplayPowerCallbacks
2357android.hardware.display.DisplayManagerInternal$DisplayPowerRequest
2358android.hardware.display.DisplayManagerInternal
2359android.hardware.display.DisplayViewport
Calin Juravle00b23d32019-03-08 17:52:20 -08002360android.hardware.display.DisplayedContentSample
2361android.hardware.display.DisplayedContentSamplingAttributes
2362android.hardware.display.IColorDisplayManager$Stub$Proxy
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002363android.hardware.display.IColorDisplayManager$Stub
Calin Juravle36829e52019-04-10 19:07:47 -07002364android.hardware.display.IColorDisplayManager
Kenny Rootdbf30ed2012-09-19 13:08:12 -07002365android.hardware.display.IDisplayManager$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08002366android.hardware.display.IDisplayManager$Stub
2367android.hardware.display.IDisplayManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002368android.hardware.display.IDisplayManagerCallback$Stub$Proxy
Kenny Rootdbf30ed2012-09-19 13:08:12 -07002369android.hardware.display.IDisplayManagerCallback$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08002370android.hardware.display.IDisplayManagerCallback
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002371android.hardware.display.IVirtualDisplayCallback$Stub$Proxy
2372android.hardware.display.IVirtualDisplayCallback$Stub
2373android.hardware.display.IVirtualDisplayCallback
2374android.hardware.display.NightDisplayListener$1
2375android.hardware.display.NightDisplayListener$Callback
2376android.hardware.display.NightDisplayListener
2377android.hardware.display.Time$1
2378android.hardware.display.Time
art-benchmark-service13164882020-11-07 02:19:14 -08002379android.hardware.display.VirtualDisplayConfig$1
art-benchmark-service0d6aafc2020-05-24 20:29:20 -07002380android.hardware.display.VirtualDisplayConfig
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07002381android.hardware.display.WifiDisplay$1
Calin Juravle00b23d32019-03-08 17:52:20 -08002382android.hardware.display.WifiDisplay
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07002383android.hardware.display.WifiDisplaySessionInfo$1
Calin Juravle00b23d32019-03-08 17:52:20 -08002384android.hardware.display.WifiDisplaySessionInfo
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07002385android.hardware.display.WifiDisplayStatus$1
Calin Juravle00b23d32019-03-08 17:52:20 -08002386android.hardware.display.WifiDisplayStatus
art-benchmark-serviced5115932020-02-25 17:55:03 -08002387android.hardware.face.Face$1
2388android.hardware.face.Face
2389android.hardware.face.FaceManager$1
2390android.hardware.face.FaceManager$AuthenticationCallback
2391android.hardware.face.FaceManager$AuthenticationResult
2392android.hardware.face.FaceManager$EnrollmentCallback
art-benchmark-serviced60351b2020-04-11 17:55:40 -07002393android.hardware.face.FaceManager$LockoutResetCallback
art-benchmark-serviced5115932020-02-25 17:55:03 -08002394android.hardware.face.FaceManager$MyHandler
2395android.hardware.face.FaceManager$OnAuthenticationCancelListener
2396android.hardware.face.FaceManager$RemovalCallback
Calin Juravle00b23d32019-03-08 17:52:20 -08002397android.hardware.face.FaceManager
art-benchmark-serviced5115932020-02-25 17:55:03 -08002398android.hardware.face.IFaceService$Stub$Proxy
2399android.hardware.face.IFaceService$Stub
2400android.hardware.face.IFaceService
2401android.hardware.face.IFaceServiceReceiver$Stub$Proxy
2402android.hardware.face.IFaceServiceReceiver$Stub
2403android.hardware.face.IFaceServiceReceiver
Calin Juravle00b23d32019-03-08 17:52:20 -08002404android.hardware.fingerprint.Fingerprint$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002405android.hardware.fingerprint.Fingerprint
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07002406android.hardware.fingerprint.FingerprintManager$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002407android.hardware.fingerprint.FingerprintManager$2
art-benchmark-serviced60351b2020-04-11 17:55:40 -07002408android.hardware.fingerprint.FingerprintManager$AuthenticationCallback
2409android.hardware.fingerprint.FingerprintManager$LockoutResetCallback
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07002410android.hardware.fingerprint.FingerprintManager$MyHandler
Calin Juravle00b23d32019-03-08 17:52:20 -08002411android.hardware.fingerprint.FingerprintManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002412android.hardware.fingerprint.IFingerprintClientActiveCallback$Stub$Proxy
2413android.hardware.fingerprint.IFingerprintClientActiveCallback$Stub
2414android.hardware.fingerprint.IFingerprintClientActiveCallback
Calin Juravle4a054192018-05-29 17:52:20 -07002415android.hardware.fingerprint.IFingerprintService$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08002416android.hardware.fingerprint.IFingerprintService$Stub
2417android.hardware.fingerprint.IFingerprintService
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002418android.hardware.fingerprint.IFingerprintServiceReceiver$Stub$Proxy
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07002419android.hardware.fingerprint.IFingerprintServiceReceiver$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08002420android.hardware.fingerprint.IFingerprintServiceReceiver
Andreas Gampe61e7b662015-06-17 23:57:04 -07002421android.hardware.hdmi.HdmiControlManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002422android.hardware.hdmi.HdmiPlaybackClient$DisplayStatusCallback
2423android.hardware.input.IInputDevicesChangedListener$Stub$Proxy
Kenny Rootdbf30ed2012-09-19 13:08:12 -07002424android.hardware.input.IInputDevicesChangedListener$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08002425android.hardware.input.IInputDevicesChangedListener
Kenny Rootdbf30ed2012-09-19 13:08:12 -07002426android.hardware.input.IInputManager$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08002427android.hardware.input.IInputManager$Stub
2428android.hardware.input.IInputManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002429android.hardware.input.ITabletModeChangedListener$Stub$Proxy
2430android.hardware.input.ITabletModeChangedListener$Stub
2431android.hardware.input.ITabletModeChangedListener
Andreas Gampedcad4ca2014-10-03 02:00:29 +00002432android.hardware.input.InputDeviceIdentifier$1
Calin Juravle00b23d32019-03-08 17:52:20 -08002433android.hardware.input.InputDeviceIdentifier
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07002434android.hardware.input.InputManager$InputDeviceListener
2435android.hardware.input.InputManager$InputDeviceListenerDelegate
Kenny Rootdbf30ed2012-09-19 13:08:12 -07002436android.hardware.input.InputManager$InputDevicesChangedListener
Calin Juravle00b23d32019-03-08 17:52:20 -08002437android.hardware.input.InputManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002438android.hardware.input.InputManagerInternal
2439android.hardware.input.KeyboardLayout$1
2440android.hardware.input.KeyboardLayout
2441android.hardware.input.TouchCalibration$1
2442android.hardware.input.TouchCalibration
Calin Juravle00b23d32019-03-08 17:52:20 -08002443android.hardware.iris.IrisManager
art-benchmark-service13164882020-11-07 02:19:14 -08002444android.hardware.lights.ILightsManager$Stub
2445android.hardware.lights.ILightsManager
art-benchmark-serviced5115932020-02-25 17:55:03 -08002446android.hardware.lights.LightsManager
Brian Duddiecfa5b5b2019-01-22 18:01:40 +00002447android.hardware.location.ActivityRecognitionHardware
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002448android.hardware.location.ContextHubClient
art-benchmark-serviced5115932020-02-25 17:55:03 -08002449android.hardware.location.ContextHubClientCallback
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002450android.hardware.location.ContextHubInfo$1
2451android.hardware.location.ContextHubInfo
2452android.hardware.location.ContextHubManager$2
2453android.hardware.location.ContextHubManager$3
2454android.hardware.location.ContextHubManager$4
art-benchmark-serviced5115932020-02-25 17:55:03 -08002455android.hardware.location.ContextHubManager$Callback
2456android.hardware.location.ContextHubManager$ICallback
Andreas Gampe859e2782016-04-06 18:37:56 -07002457android.hardware.location.ContextHubManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002458android.hardware.location.ContextHubMessage$1
2459android.hardware.location.ContextHubMessage
art-benchmark-serviced5115932020-02-25 17:55:03 -08002460android.hardware.location.ContextHubTransaction$OnCompleteListener
2461android.hardware.location.ContextHubTransaction$Response
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002462android.hardware.location.ContextHubTransaction
art-benchmark-serviced5115932020-02-25 17:55:03 -08002463android.hardware.location.GeofenceHardware$GeofenceHardwareMonitorCallbackWrapper
2464android.hardware.location.GeofenceHardware
2465android.hardware.location.GeofenceHardwareCallback
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002466android.hardware.location.GeofenceHardwareImpl$1
2467android.hardware.location.GeofenceHardwareImpl$2
2468android.hardware.location.GeofenceHardwareImpl$3
2469android.hardware.location.GeofenceHardwareImpl$GeofenceTransition
2470android.hardware.location.GeofenceHardwareImpl$Reaper
2471android.hardware.location.GeofenceHardwareImpl
art-benchmark-serviced5115932020-02-25 17:55:03 -08002472android.hardware.location.GeofenceHardwareMonitorCallback
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002473android.hardware.location.GeofenceHardwareMonitorEvent$1
2474android.hardware.location.GeofenceHardwareMonitorEvent
2475android.hardware.location.GeofenceHardwareRequest
2476android.hardware.location.GeofenceHardwareRequestParcelable$1
2477android.hardware.location.GeofenceHardwareRequestParcelable
2478android.hardware.location.GeofenceHardwareService$1
2479android.hardware.location.GeofenceHardwareService
2480android.hardware.location.IActivityRecognitionHardware$Stub$Proxy
Brian Duddiecfa5b5b2019-01-22 18:01:40 +00002481android.hardware.location.IActivityRecognitionHardware$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08002482android.hardware.location.IActivityRecognitionHardware
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002483android.hardware.location.IActivityRecognitionHardwareClient$Stub$Proxy
2484android.hardware.location.IActivityRecognitionHardwareClient$Stub
2485android.hardware.location.IActivityRecognitionHardwareClient
2486android.hardware.location.IContextHubCallback$Stub$Proxy
2487android.hardware.location.IContextHubCallback$Stub
2488android.hardware.location.IContextHubCallback
2489android.hardware.location.IContextHubClient$Stub$Proxy
2490android.hardware.location.IContextHubClient$Stub
2491android.hardware.location.IContextHubClient
2492android.hardware.location.IContextHubClientCallback$Stub$Proxy
2493android.hardware.location.IContextHubClientCallback$Stub
2494android.hardware.location.IContextHubClientCallback
2495android.hardware.location.IContextHubService$Stub$Proxy
2496android.hardware.location.IContextHubService$Stub
2497android.hardware.location.IContextHubService
2498android.hardware.location.IContextHubTransactionCallback$Stub$Proxy
2499android.hardware.location.IContextHubTransactionCallback$Stub
2500android.hardware.location.IContextHubTransactionCallback
2501android.hardware.location.IGeofenceHardware$Stub$Proxy
2502android.hardware.location.IGeofenceHardware$Stub
2503android.hardware.location.IGeofenceHardware
2504android.hardware.location.IGeofenceHardwareCallback$Stub$Proxy
2505android.hardware.location.IGeofenceHardwareCallback$Stub
2506android.hardware.location.IGeofenceHardwareCallback
2507android.hardware.location.IGeofenceHardwareMonitorCallback$Stub$Proxy
2508android.hardware.location.IGeofenceHardwareMonitorCallback$Stub
2509android.hardware.location.IGeofenceHardwareMonitorCallback
2510android.hardware.location.MemoryRegion$1
2511android.hardware.location.MemoryRegion
2512android.hardware.location.NanoApp$1
2513android.hardware.location.NanoApp
2514android.hardware.location.NanoAppBinary$1
2515android.hardware.location.NanoAppBinary
2516android.hardware.location.NanoAppFilter$1
2517android.hardware.location.NanoAppFilter
2518android.hardware.location.NanoAppInstanceInfo$1
2519android.hardware.location.NanoAppInstanceInfo
2520android.hardware.location.NanoAppMessage$1
2521android.hardware.location.NanoAppMessage
2522android.hardware.location.NanoAppState$1
2523android.hardware.location.NanoAppState
2524android.hardware.radio.ITuner$Stub
2525android.hardware.radio.ITuner
2526android.hardware.radio.ITunerCallback
2527android.hardware.radio.ProgramSelector$1
2528android.hardware.radio.ProgramSelector$Identifier$1
2529android.hardware.radio.ProgramSelector$Identifier
2530android.hardware.radio.ProgramSelector
2531android.hardware.radio.RadioManager$AmBandConfig$1
2532android.hardware.radio.RadioManager$AmBandConfig
2533android.hardware.radio.RadioManager$AmBandDescriptor$1
2534android.hardware.radio.RadioManager$AmBandDescriptor
2535android.hardware.radio.RadioManager$BandConfig$1
2536android.hardware.radio.RadioManager$BandConfig
2537android.hardware.radio.RadioManager$BandDescriptor$1
2538android.hardware.radio.RadioManager$BandDescriptor
2539android.hardware.radio.RadioManager$FmBandConfig$1
2540android.hardware.radio.RadioManager$FmBandConfig
2541android.hardware.radio.RadioManager$FmBandDescriptor$1
2542android.hardware.radio.RadioManager$FmBandDescriptor
2543android.hardware.radio.RadioManager$ModuleProperties$1
2544android.hardware.radio.RadioManager$ModuleProperties
2545android.hardware.radio.RadioManager$ProgramInfo$1
2546android.hardware.radio.RadioManager$ProgramInfo
Andreas Gampe61e7b662015-06-17 23:57:04 -07002547android.hardware.radio.RadioManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002548android.hardware.radio.RadioMetadata$1
2549android.hardware.radio.RadioMetadata
Calin Juravle00b23d32019-03-08 17:52:20 -08002550android.hardware.radio.V1_0.ActivityStatsInfo
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002551android.hardware.radio.V1_0.AppStatus
2552android.hardware.radio.V1_0.Call
2553android.hardware.radio.V1_0.CallForwardInfo
Calin Juravle00b23d32019-03-08 17:52:20 -08002554android.hardware.radio.V1_0.CardStatus
art-benchmark-serviced5115932020-02-25 17:55:03 -08002555android.hardware.radio.V1_0.Carrier
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002556android.hardware.radio.V1_0.CarrierRestrictions
Calin Juravle00b23d32019-03-08 17:52:20 -08002557android.hardware.radio.V1_0.CdmaBroadcastSmsConfigInfo
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002558android.hardware.radio.V1_0.CdmaCallWaiting
2559android.hardware.radio.V1_0.CdmaInformationRecords
2560android.hardware.radio.V1_0.CdmaSignalInfoRecord
Calin Juravle00b23d32019-03-08 17:52:20 -08002561android.hardware.radio.V1_0.CdmaSignalStrength
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002562android.hardware.radio.V1_0.CdmaSmsAddress
2563android.hardware.radio.V1_0.CdmaSmsMessage
2564android.hardware.radio.V1_0.CdmaSmsSubaddress
2565android.hardware.radio.V1_0.CellIdentity
2566android.hardware.radio.V1_0.CellIdentityCdma
2567android.hardware.radio.V1_0.CellIdentityGsm
2568android.hardware.radio.V1_0.CellIdentityLte
2569android.hardware.radio.V1_0.CellIdentityTdscdma
2570android.hardware.radio.V1_0.CellIdentityWcdma
2571android.hardware.radio.V1_0.CellInfo
art-benchmark-serviced5115932020-02-25 17:55:03 -08002572android.hardware.radio.V1_0.CellInfoCdma
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002573android.hardware.radio.V1_0.CellInfoGsm
2574android.hardware.radio.V1_0.CellInfoLte
2575android.hardware.radio.V1_0.CellInfoTdscdma
Calin Juravle00b23d32019-03-08 17:52:20 -08002576android.hardware.radio.V1_0.CellInfoType
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002577android.hardware.radio.V1_0.CellInfoWcdma
2578android.hardware.radio.V1_0.DataCallFailCause
2579android.hardware.radio.V1_0.DataProfileInfo
Calin Juravle00b23d32019-03-08 17:52:20 -08002580android.hardware.radio.V1_0.DataRegStateResult
2581android.hardware.radio.V1_0.EvdoSignalStrength
2582android.hardware.radio.V1_0.GsmBroadcastSmsConfigInfo
2583android.hardware.radio.V1_0.GsmSignalStrength
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002584android.hardware.radio.V1_0.GsmSmsMessage
Calin Juravle00b23d32019-03-08 17:52:20 -08002585android.hardware.radio.V1_0.HardwareConfig
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002586android.hardware.radio.V1_0.HardwareConfigModem
2587android.hardware.radio.V1_0.HardwareConfigSim
Calin Juravle00b23d32019-03-08 17:52:20 -08002588android.hardware.radio.V1_0.IRadio
2589android.hardware.radio.V1_0.IRadioIndication
2590android.hardware.radio.V1_0.IRadioResponse
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002591android.hardware.radio.V1_0.IccIo
Calin Juravle00b23d32019-03-08 17:52:20 -08002592android.hardware.radio.V1_0.IccIoResult
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002593android.hardware.radio.V1_0.ImsSmsMessage
2594android.hardware.radio.V1_0.LastCallFailCauseInfo
2595android.hardware.radio.V1_0.LceDataInfo
2596android.hardware.radio.V1_0.LceStatusInfo
Calin Juravle00b23d32019-03-08 17:52:20 -08002597android.hardware.radio.V1_0.LteSignalStrength
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002598android.hardware.radio.V1_0.NeighboringCell
2599android.hardware.radio.V1_0.OperatorInfo
2600android.hardware.radio.V1_0.PcoDataInfo
Calin Juravle00b23d32019-03-08 17:52:20 -08002601android.hardware.radio.V1_0.RadioCapability
2602android.hardware.radio.V1_0.RadioResponseInfo
2603android.hardware.radio.V1_0.RegState
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002604android.hardware.radio.V1_0.SendSmsResult
2605android.hardware.radio.V1_0.SetupDataCallResult
2606android.hardware.radio.V1_0.SignalStrength
2607android.hardware.radio.V1_0.SimApdu
2608android.hardware.radio.V1_0.SimRefreshResult
2609android.hardware.radio.V1_0.StkCcUnsolSsResult
2610android.hardware.radio.V1_0.SuppSvcNotification
Calin Juravle00b23d32019-03-08 17:52:20 -08002611android.hardware.radio.V1_0.TdScdmaSignalStrength
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002612android.hardware.radio.V1_0.UusInfo
Calin Juravle00b23d32019-03-08 17:52:20 -08002613android.hardware.radio.V1_0.VoiceRegStateResult
2614android.hardware.radio.V1_0.WcdmaSignalStrength
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002615android.hardware.radio.V1_1.IRadio$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08002616android.hardware.radio.V1_1.IRadio
2617android.hardware.radio.V1_1.IRadioIndication
2618android.hardware.radio.V1_1.IRadioResponse
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002619android.hardware.radio.V1_1.KeepaliveStatus
2620android.hardware.radio.V1_1.NetworkScanResult
Calin Juravle00b23d32019-03-08 17:52:20 -08002621android.hardware.radio.V1_2.Call
2622android.hardware.radio.V1_2.CardStatus
2623android.hardware.radio.V1_2.CellIdentity
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002624android.hardware.radio.V1_2.CellIdentityCdma
2625android.hardware.radio.V1_2.CellIdentityGsm
2626android.hardware.radio.V1_2.CellIdentityLte
Calin Juravle00b23d32019-03-08 17:52:20 -08002627android.hardware.radio.V1_2.CellIdentityOperatorNames
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002628android.hardware.radio.V1_2.CellIdentityTdscdma
2629android.hardware.radio.V1_2.CellIdentityWcdma
Calin Juravle00b23d32019-03-08 17:52:20 -08002630android.hardware.radio.V1_2.CellInfo
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002631android.hardware.radio.V1_2.CellInfoCdma
2632android.hardware.radio.V1_2.CellInfoGsm
2633android.hardware.radio.V1_2.CellInfoLte
2634android.hardware.radio.V1_2.CellInfoTdscdma
2635android.hardware.radio.V1_2.CellInfoWcdma
Calin Juravle00b23d32019-03-08 17:52:20 -08002636android.hardware.radio.V1_2.DataRegStateResult
2637android.hardware.radio.V1_2.IRadio
2638android.hardware.radio.V1_2.IRadioIndication
2639android.hardware.radio.V1_2.IRadioResponse
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002640android.hardware.radio.V1_2.LinkCapacityEstimate
2641android.hardware.radio.V1_2.NetworkScanResult
2642android.hardware.radio.V1_2.PhysicalChannelConfig
Calin Juravle00b23d32019-03-08 17:52:20 -08002643android.hardware.radio.V1_2.SignalStrength
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002644android.hardware.radio.V1_2.TdscdmaSignalStrength
Calin Juravle00b23d32019-03-08 17:52:20 -08002645android.hardware.radio.V1_2.VoiceRegStateResult
2646android.hardware.radio.V1_2.WcdmaSignalStrength
2647android.hardware.radio.V1_3.IRadio$Proxy
2648android.hardware.radio.V1_3.IRadio
2649android.hardware.radio.V1_3.IRadioIndication
2650android.hardware.radio.V1_3.IRadioResponse
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002651android.hardware.radio.V1_4.CardStatus
2652android.hardware.radio.V1_4.CarrierRestrictionsWithPriority
art-benchmark-serviced5115932020-02-25 17:55:03 -08002653android.hardware.radio.V1_4.CellConfigLte
2654android.hardware.radio.V1_4.CellIdentityNr
2655android.hardware.radio.V1_4.CellInfo$Info
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002656android.hardware.radio.V1_4.CellInfo
art-benchmark-serviced5115932020-02-25 17:55:03 -08002657android.hardware.radio.V1_4.CellInfoLte
2658android.hardware.radio.V1_4.CellInfoNr
2659android.hardware.radio.V1_4.DataRegStateResult$VopsInfo$hidl_discriminator
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002660android.hardware.radio.V1_4.DataRegStateResult$VopsInfo
2661android.hardware.radio.V1_4.DataRegStateResult
2662android.hardware.radio.V1_4.EmergencyNumber
art-benchmark-serviced5115932020-02-25 17:55:03 -08002663android.hardware.radio.V1_4.IRadio$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08002664android.hardware.radio.V1_4.IRadio
2665android.hardware.radio.V1_4.IRadioIndication$Stub
2666android.hardware.radio.V1_4.IRadioIndication
2667android.hardware.radio.V1_4.IRadioResponse$Stub
2668android.hardware.radio.V1_4.IRadioResponse
art-benchmark-serviced5115932020-02-25 17:55:03 -08002669android.hardware.radio.V1_4.LteVopsInfo
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002670android.hardware.radio.V1_4.NetworkScanResult
2671android.hardware.radio.V1_4.NrIndicators
art-benchmark-serviced5115932020-02-25 17:55:03 -08002672android.hardware.radio.V1_4.NrSignalStrength
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002673android.hardware.radio.V1_4.PhysicalChannelConfig
art-benchmark-serviced5115932020-02-25 17:55:03 -08002674android.hardware.radio.V1_4.RadioFrequencyInfo
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002675android.hardware.radio.V1_4.SetupDataCallResult
2676android.hardware.radio.V1_4.SignalStrength
art-benchmark-serviced5115932020-02-25 17:55:03 -08002677android.hardware.radio.V1_5.CellIdentity
2678android.hardware.radio.V1_5.CellIdentityGsm
2679android.hardware.radio.V1_5.CellIdentityLte
2680android.hardware.radio.V1_5.CellIdentityNr
2681android.hardware.radio.V1_5.CellIdentityTdscdma
2682android.hardware.radio.V1_5.CellIdentityWcdma
2683android.hardware.radio.V1_5.ClosedSubscriberGroupInfo
2684android.hardware.radio.V1_5.IRadio
art-benchmark-service0d6aafc2020-05-24 20:29:20 -07002685android.hardware.radio.V1_5.IRadioIndication$Stub
2686android.hardware.radio.V1_5.IRadioIndication
2687android.hardware.radio.V1_5.IRadioResponse$Stub
2688android.hardware.radio.V1_5.IRadioResponse
art-benchmark-serviced5115932020-02-25 17:55:03 -08002689android.hardware.radio.V1_5.OptionalCsgInfo
art-benchmark-service13164882020-11-07 02:19:14 -08002690android.hardware.radio.config.V1_0.IRadioConfig$Proxy
2691android.hardware.radio.config.V1_0.IRadioConfig$Stub
art-benchmark-service56aece62020-02-10 17:58:03 -08002692android.hardware.radio.config.V1_0.IRadioConfig
art-benchmark-service13164882020-11-07 02:19:14 -08002693android.hardware.radio.config.V1_0.IRadioConfigIndication$Proxy
2694android.hardware.radio.config.V1_0.IRadioConfigIndication$Stub
art-benchmark-service56aece62020-02-10 17:58:03 -08002695android.hardware.radio.config.V1_0.IRadioConfigIndication
art-benchmark-service13164882020-11-07 02:19:14 -08002696android.hardware.radio.config.V1_0.IRadioConfigResponse$Proxy
2697android.hardware.radio.config.V1_0.IRadioConfigResponse$Stub
art-benchmark-service56aece62020-02-10 17:58:03 -08002698android.hardware.radio.config.V1_0.IRadioConfigResponse
2699android.hardware.radio.config.V1_0.SimSlotStatus
art-benchmark-service13164882020-11-07 02:19:14 -08002700android.hardware.radio.config.V1_0.SlotState
art-benchmark-service56aece62020-02-10 17:58:03 -08002701android.hardware.radio.config.V1_1.IRadioConfig$Proxy
art-benchmark-service13164882020-11-07 02:19:14 -08002702android.hardware.radio.config.V1_1.IRadioConfig$Stub
art-benchmark-service56aece62020-02-10 17:58:03 -08002703android.hardware.radio.config.V1_1.IRadioConfig
art-benchmark-service13164882020-11-07 02:19:14 -08002704android.hardware.radio.config.V1_1.IRadioConfigIndication$Proxy
2705android.hardware.radio.config.V1_1.IRadioConfigIndication$Stub
art-benchmark-service56aece62020-02-10 17:58:03 -08002706android.hardware.radio.config.V1_1.IRadioConfigIndication
art-benchmark-service13164882020-11-07 02:19:14 -08002707android.hardware.radio.config.V1_1.IRadioConfigResponse$Proxy
2708android.hardware.radio.config.V1_1.IRadioConfigResponse$Stub
art-benchmark-service56aece62020-02-10 17:58:03 -08002709android.hardware.radio.config.V1_1.IRadioConfigResponse
2710android.hardware.radio.config.V1_1.ModemInfo
2711android.hardware.radio.config.V1_1.ModemsConfig
2712android.hardware.radio.config.V1_1.PhoneCapability
art-benchmark-service13164882020-11-07 02:19:14 -08002713android.hardware.radio.config.V1_2.IRadioConfigIndication$Proxy
art-benchmark-service56aece62020-02-10 17:58:03 -08002714android.hardware.radio.config.V1_2.IRadioConfigIndication$Stub
2715android.hardware.radio.config.V1_2.IRadioConfigIndication
art-benchmark-service13164882020-11-07 02:19:14 -08002716android.hardware.radio.config.V1_2.IRadioConfigResponse$Proxy
art-benchmark-service56aece62020-02-10 17:58:03 -08002717android.hardware.radio.config.V1_2.IRadioConfigResponse$Stub
2718android.hardware.radio.config.V1_2.IRadioConfigResponse
2719android.hardware.radio.config.V1_2.SimSlotStatus
2720android.hardware.radio.deprecated.V1_0.IOemHook$Proxy
art-benchmark-service13164882020-11-07 02:19:14 -08002721android.hardware.radio.deprecated.V1_0.IOemHook$Stub
art-benchmark-service56aece62020-02-10 17:58:03 -08002722android.hardware.radio.deprecated.V1_0.IOemHook
art-benchmark-service13164882020-11-07 02:19:14 -08002723android.hardware.radio.deprecated.V1_0.IOemHookIndication$Proxy
art-benchmark-service56aece62020-02-10 17:58:03 -08002724android.hardware.radio.deprecated.V1_0.IOemHookIndication$Stub
2725android.hardware.radio.deprecated.V1_0.IOemHookIndication
art-benchmark-service13164882020-11-07 02:19:14 -08002726android.hardware.radio.deprecated.V1_0.IOemHookResponse$Proxy
art-benchmark-service56aece62020-02-10 17:58:03 -08002727android.hardware.radio.deprecated.V1_0.IOemHookResponse$Stub
2728android.hardware.radio.deprecated.V1_0.IOemHookResponse
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002729android.hardware.sidekick.SidekickInternal
art-benchmark-serviced5115932020-02-25 17:55:03 -08002730android.hardware.soundtrigger.ConversionUtil
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002731android.hardware.soundtrigger.IRecognitionStatusCallback$Stub$Proxy
2732android.hardware.soundtrigger.IRecognitionStatusCallback$Stub
2733android.hardware.soundtrigger.IRecognitionStatusCallback
art-benchmark-serviced60351b2020-04-11 17:55:40 -07002734android.hardware.soundtrigger.KeyphraseEnrollmentInfo
2735android.hardware.soundtrigger.KeyphraseMetadata$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08002736android.hardware.soundtrigger.KeyphraseMetadata
Andreas Gampedcad4ca2014-10-03 02:00:29 +00002737android.hardware.soundtrigger.SoundTrigger$ConfidenceLevel$1
Calin Juravle00b23d32019-03-08 17:52:20 -08002738android.hardware.soundtrigger.SoundTrigger$ConfidenceLevel
Andreas Gampe859e2782016-04-06 18:37:56 -07002739android.hardware.soundtrigger.SoundTrigger$GenericRecognitionEvent$1
Calin Juravle00b23d32019-03-08 17:52:20 -08002740android.hardware.soundtrigger.SoundTrigger$GenericRecognitionEvent
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07002741android.hardware.soundtrigger.SoundTrigger$GenericSoundModel$1
Calin Juravle00b23d32019-03-08 17:52:20 -08002742android.hardware.soundtrigger.SoundTrigger$GenericSoundModel
Andreas Gampedcad4ca2014-10-03 02:00:29 +00002743android.hardware.soundtrigger.SoundTrigger$Keyphrase$1
Calin Juravle00b23d32019-03-08 17:52:20 -08002744android.hardware.soundtrigger.SoundTrigger$Keyphrase
Andreas Gampedcad4ca2014-10-03 02:00:29 +00002745android.hardware.soundtrigger.SoundTrigger$KeyphraseRecognitionEvent$1
Calin Juravle00b23d32019-03-08 17:52:20 -08002746android.hardware.soundtrigger.SoundTrigger$KeyphraseRecognitionEvent
Andreas Gampedcad4ca2014-10-03 02:00:29 +00002747android.hardware.soundtrigger.SoundTrigger$KeyphraseRecognitionExtra$1
Calin Juravle00b23d32019-03-08 17:52:20 -08002748android.hardware.soundtrigger.SoundTrigger$KeyphraseRecognitionExtra
Andreas Gampedcad4ca2014-10-03 02:00:29 +00002749android.hardware.soundtrigger.SoundTrigger$KeyphraseSoundModel$1
Calin Juravle00b23d32019-03-08 17:52:20 -08002750android.hardware.soundtrigger.SoundTrigger$KeyphraseSoundModel
art-benchmark-serviced5115932020-02-25 17:55:03 -08002751android.hardware.soundtrigger.SoundTrigger$ModelParamRange$1
2752android.hardware.soundtrigger.SoundTrigger$ModelParamRange
Andreas Gampedcad4ca2014-10-03 02:00:29 +00002753android.hardware.soundtrigger.SoundTrigger$ModuleProperties$1
Calin Juravle00b23d32019-03-08 17:52:20 -08002754android.hardware.soundtrigger.SoundTrigger$ModuleProperties
Andreas Gampedcad4ca2014-10-03 02:00:29 +00002755android.hardware.soundtrigger.SoundTrigger$RecognitionConfig$1
Calin Juravle00b23d32019-03-08 17:52:20 -08002756android.hardware.soundtrigger.SoundTrigger$RecognitionConfig
Andreas Gampedcad4ca2014-10-03 02:00:29 +00002757android.hardware.soundtrigger.SoundTrigger$RecognitionEvent$1
Calin Juravle00b23d32019-03-08 17:52:20 -08002758android.hardware.soundtrigger.SoundTrigger$RecognitionEvent
Andreas Gampedcad4ca2014-10-03 02:00:29 +00002759android.hardware.soundtrigger.SoundTrigger$SoundModel
Andreas Gampedcad4ca2014-10-03 02:00:29 +00002760android.hardware.soundtrigger.SoundTrigger$SoundModelEvent$1
Calin Juravle00b23d32019-03-08 17:52:20 -08002761android.hardware.soundtrigger.SoundTrigger$SoundModelEvent
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002762android.hardware.soundtrigger.SoundTrigger$StatusListener
Calin Juravle00b23d32019-03-08 17:52:20 -08002763android.hardware.soundtrigger.SoundTrigger
art-benchmark-serviced60351b2020-04-11 17:55:40 -07002764android.hardware.soundtrigger.SoundTriggerModule$EventHandlerDelegate$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08002765android.hardware.soundtrigger.SoundTriggerModule$EventHandlerDelegate
Andreas Gampedcad4ca2014-10-03 02:00:29 +00002766android.hardware.soundtrigger.SoundTriggerModule
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002767android.hardware.thermal.V1_0.IThermal
2768android.hardware.thermal.V1_0.ThermalStatus
art-benchmark-serviced5115932020-02-25 17:55:03 -08002769android.hardware.thermal.V2_0.CoolingDevice
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002770android.hardware.thermal.V2_0.IThermal$Proxy
art-benchmark-serviced5115932020-02-25 17:55:03 -08002771android.hardware.thermal.V2_0.IThermal$getCurrentCoolingDevicesCallback
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002772android.hardware.thermal.V2_0.IThermal$getCurrentTemperaturesCallback
2773android.hardware.thermal.V2_0.IThermal
2774android.hardware.thermal.V2_0.IThermalChangedCallback$Stub
2775android.hardware.thermal.V2_0.IThermalChangedCallback
2776android.hardware.thermal.V2_0.Temperature
art-benchmark-serviced5115932020-02-25 17:55:03 -08002777android.hardware.usb.AccessoryFilter
2778android.hardware.usb.DeviceFilter
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07002779android.hardware.usb.IUsbManager$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08002780android.hardware.usb.IUsbManager$Stub
2781android.hardware.usb.IUsbManager
art-benchmark-serviced5115932020-02-25 17:55:03 -08002782android.hardware.usb.IUsbSerialReader$Stub
2783android.hardware.usb.IUsbSerialReader
Calin Juravle00b23d32019-03-08 17:52:20 -08002784android.hardware.usb.ParcelableUsbPort$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002785android.hardware.usb.ParcelableUsbPort
2786android.hardware.usb.UsbAccessory$2
2787android.hardware.usb.UsbAccessory
art-benchmark-serviced5115932020-02-25 17:55:03 -08002788android.hardware.usb.UsbConfiguration$1
2789android.hardware.usb.UsbConfiguration
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07002790android.hardware.usb.UsbDevice$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08002791android.hardware.usb.UsbDevice$Builder
Calin Juravle00b23d32019-03-08 17:52:20 -08002792android.hardware.usb.UsbDevice
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04002793android.hardware.usb.UsbDeviceConnection
art-benchmark-serviced60351b2020-04-11 17:55:40 -07002794android.hardware.usb.UsbInterface$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08002795android.hardware.usb.UsbInterface
Andreas Gampe61e7b662015-06-17 23:57:04 -07002796android.hardware.usb.UsbManager
Calin Juravle00b23d32019-03-08 17:52:20 -08002797android.hardware.usb.UsbPort
2798android.hardware.usb.UsbPortStatus$1
2799android.hardware.usb.UsbPortStatus
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04002800android.hardware.usb.UsbRequest
art-benchmark-serviced8f25642020-01-27 20:25:10 -08002801android.hardware.usb.gadget.V1_0.IUsbGadget$Proxy
2802android.hardware.usb.gadget.V1_0.IUsbGadget
2803android.hardware.usb.gadget.V1_0.IUsbGadgetCallback$Stub
2804android.hardware.usb.gadget.V1_0.IUsbGadgetCallback
art-benchmark-service13164882020-11-07 02:19:14 -08002805android.icu.impl.Assert
art-benchmark-service56aece62020-02-10 17:58:03 -08002806android.icu.impl.BMPSet
art-benchmark-service13164882020-11-07 02:19:14 -08002807android.icu.impl.CSCharacterIterator
art-benchmark-service56aece62020-02-10 17:58:03 -08002808android.icu.impl.CacheBase
art-benchmark-service13164882020-11-07 02:19:14 -08002809android.icu.impl.CacheValue$1
art-benchmark-service56aece62020-02-10 17:58:03 -08002810android.icu.impl.CacheValue$NullValue
art-benchmark-serviced5115932020-02-25 17:55:03 -08002811android.icu.impl.CacheValue$SoftValue
art-benchmark-service56aece62020-02-10 17:58:03 -08002812android.icu.impl.CacheValue$Strength
art-benchmark-serviced5115932020-02-25 17:55:03 -08002813android.icu.impl.CacheValue$StrongValue
art-benchmark-service56aece62020-02-10 17:58:03 -08002814android.icu.impl.CacheValue
art-benchmark-serviced5115932020-02-25 17:55:03 -08002815android.icu.impl.CalType
art-benchmark-service13164882020-11-07 02:19:14 -08002816android.icu.impl.CalendarAstronomer$1
2817android.icu.impl.CalendarAstronomer$2
2818android.icu.impl.CalendarAstronomer$3
2819android.icu.impl.CalendarAstronomer$4
2820android.icu.impl.CalendarAstronomer$AngleFunc
2821android.icu.impl.CalendarAstronomer$CoordFunc
2822android.icu.impl.CalendarAstronomer$Ecliptic
2823android.icu.impl.CalendarAstronomer$Equatorial
2824android.icu.impl.CalendarAstronomer$Horizon
2825android.icu.impl.CalendarAstronomer$MoonAge
2826android.icu.impl.CalendarAstronomer$SolarLongitude
2827android.icu.impl.CalendarAstronomer
2828android.icu.impl.CalendarCache
art-benchmark-serviced5115932020-02-25 17:55:03 -08002829android.icu.impl.CalendarUtil$CalendarPreferences
2830android.icu.impl.CalendarUtil
art-benchmark-service13164882020-11-07 02:19:14 -08002831android.icu.impl.CaseMapImpl$1
2832android.icu.impl.CaseMapImpl$GreekUpper
art-benchmark-serviced5115932020-02-25 17:55:03 -08002833android.icu.impl.CaseMapImpl$StringContextIterator
art-benchmark-service13164882020-11-07 02:19:14 -08002834android.icu.impl.CaseMapImpl$WholeStringBreakIterator
art-benchmark-serviced5115932020-02-25 17:55:03 -08002835android.icu.impl.CaseMapImpl
2836android.icu.impl.CharTrie
2837android.icu.impl.CharacterIteration
art-benchmark-service13164882020-11-07 02:19:14 -08002838android.icu.impl.CharacterIteratorWrapper
art-benchmark-serviced5115932020-02-25 17:55:03 -08002839android.icu.impl.CharacterPropertiesImpl
art-benchmark-service13164882020-11-07 02:19:14 -08002840android.icu.impl.ClassLoaderUtil$1
2841android.icu.impl.ClassLoaderUtil$BootstrapClassLoader
art-benchmark-service56aece62020-02-10 17:58:03 -08002842android.icu.impl.ClassLoaderUtil
art-benchmark-service13164882020-11-07 02:19:14 -08002843android.icu.impl.CollectionSet
2844android.icu.impl.CurrencyData$1
art-benchmark-service56aece62020-02-10 17:58:03 -08002845android.icu.impl.CurrencyData$CurrencyDisplayInfo
2846android.icu.impl.CurrencyData$CurrencyDisplayInfoProvider
art-benchmark-service13164882020-11-07 02:19:14 -08002847android.icu.impl.CurrencyData$CurrencyFormatInfo
art-benchmark-service56aece62020-02-10 17:58:03 -08002848android.icu.impl.CurrencyData$CurrencySpacingInfo$SpacingPattern
2849android.icu.impl.CurrencyData$CurrencySpacingInfo$SpacingType
2850android.icu.impl.CurrencyData$CurrencySpacingInfo
art-benchmark-service13164882020-11-07 02:19:14 -08002851android.icu.impl.CurrencyData$DefaultInfo
art-benchmark-service56aece62020-02-10 17:58:03 -08002852android.icu.impl.CurrencyData
art-benchmark-serviced5115932020-02-25 17:55:03 -08002853android.icu.impl.DateNumberFormat
art-benchmark-service13164882020-11-07 02:19:14 -08002854android.icu.impl.DayPeriodRules$1
2855android.icu.impl.DayPeriodRules$CutoffType
2856android.icu.impl.DayPeriodRules$DayPeriod
2857android.icu.impl.DayPeriodRules$DayPeriodRulesCountSink
2858android.icu.impl.DayPeriodRules$DayPeriodRulesData
2859android.icu.impl.DayPeriodRules$DayPeriodRulesDataSink
2860android.icu.impl.DayPeriodRules
art-benchmark-serviced60351b2020-04-11 17:55:40 -07002861android.icu.impl.DontCareFieldPosition
art-benchmark-service13164882020-11-07 02:19:14 -08002862android.icu.impl.EraRules
art-benchmark-serviced5115932020-02-25 17:55:03 -08002863android.icu.impl.FormattedStringBuilder
art-benchmark-service13164882020-11-07 02:19:14 -08002864android.icu.impl.FormattedValueFieldPositionIteratorImpl$FieldWithValue
2865android.icu.impl.FormattedValueFieldPositionIteratorImpl
art-benchmark-serviced5115932020-02-25 17:55:03 -08002866android.icu.impl.FormattedValueStringBuilderImpl$NullField
2867android.icu.impl.FormattedValueStringBuilderImpl
2868android.icu.impl.Grego
art-benchmark-service13164882020-11-07 02:19:14 -08002869android.icu.impl.ICUBinary$1
art-benchmark-service56aece62020-02-10 17:58:03 -08002870android.icu.impl.ICUBinary$Authenticate
2871android.icu.impl.ICUBinary$DatPackageReader$IsAcceptable
2872android.icu.impl.ICUBinary$DatPackageReader
2873android.icu.impl.ICUBinary$DataFile
2874android.icu.impl.ICUBinary$PackageDataFile
art-benchmark-service13164882020-11-07 02:19:14 -08002875android.icu.impl.ICUBinary$SingleDataFile
art-benchmark-service56aece62020-02-10 17:58:03 -08002876android.icu.impl.ICUBinary
2877android.icu.impl.ICUCache
art-benchmark-service13164882020-11-07 02:19:14 -08002878android.icu.impl.ICUConfig$1
art-benchmark-service56aece62020-02-10 17:58:03 -08002879android.icu.impl.ICUConfig
2880android.icu.impl.ICUCurrencyDisplayInfoProvider$1
2881android.icu.impl.ICUCurrencyDisplayInfoProvider$ICUCurrencyDisplayInfo$CurrencySink$EntrypointTable
2882android.icu.impl.ICUCurrencyDisplayInfoProvider$ICUCurrencyDisplayInfo$CurrencySink
2883android.icu.impl.ICUCurrencyDisplayInfoProvider$ICUCurrencyDisplayInfo$FormattingData
art-benchmark-service13164882020-11-07 02:19:14 -08002884android.icu.impl.ICUCurrencyDisplayInfoProvider$ICUCurrencyDisplayInfo$ParsingData
art-benchmark-service56aece62020-02-10 17:58:03 -08002885android.icu.impl.ICUCurrencyDisplayInfoProvider$ICUCurrencyDisplayInfo
2886android.icu.impl.ICUCurrencyDisplayInfoProvider
art-benchmark-service13164882020-11-07 02:19:14 -08002887android.icu.impl.ICUCurrencyMetaInfo$1
art-benchmark-service56aece62020-02-10 17:58:03 -08002888android.icu.impl.ICUCurrencyMetaInfo$Collector
2889android.icu.impl.ICUCurrencyMetaInfo$CurrencyCollector
art-benchmark-service13164882020-11-07 02:19:14 -08002890android.icu.impl.ICUCurrencyMetaInfo$InfoCollector
2891android.icu.impl.ICUCurrencyMetaInfo$RegionCollector
art-benchmark-service56aece62020-02-10 17:58:03 -08002892android.icu.impl.ICUCurrencyMetaInfo$UniqueList
2893android.icu.impl.ICUCurrencyMetaInfo
art-benchmark-service13164882020-11-07 02:19:14 -08002894android.icu.impl.ICUData$1
2895android.icu.impl.ICUData$2
2896android.icu.impl.ICUData$3
art-benchmark-service56aece62020-02-10 17:58:03 -08002897android.icu.impl.ICUData
art-benchmark-service13164882020-11-07 02:19:14 -08002898android.icu.impl.ICUDataVersion
art-benchmark-service56aece62020-02-10 17:58:03 -08002899android.icu.impl.ICUDebug
art-benchmark-service13164882020-11-07 02:19:14 -08002900android.icu.impl.ICULangDataTables
art-benchmark-service56aece62020-02-10 17:58:03 -08002901android.icu.impl.ICULocaleService$ICUResourceBundleFactory
art-benchmark-serviced5115932020-02-25 17:55:03 -08002902android.icu.impl.ICULocaleService$LocaleKey
art-benchmark-service56aece62020-02-10 17:58:03 -08002903android.icu.impl.ICULocaleService$LocaleKeyFactory
art-benchmark-service13164882020-11-07 02:19:14 -08002904android.icu.impl.ICULocaleService$SimpleLocaleKeyFactory
art-benchmark-service56aece62020-02-10 17:58:03 -08002905android.icu.impl.ICULocaleService
art-benchmark-service13164882020-11-07 02:19:14 -08002906android.icu.impl.ICUNotifier$NotifyThread
art-benchmark-service56aece62020-02-10 17:58:03 -08002907android.icu.impl.ICUNotifier
art-benchmark-service13164882020-11-07 02:19:14 -08002908android.icu.impl.ICURWLock$1
2909android.icu.impl.ICURWLock$Stats
art-benchmark-service56aece62020-02-10 17:58:03 -08002910android.icu.impl.ICURWLock
art-benchmark-service13164882020-11-07 02:19:14 -08002911android.icu.impl.ICURegionDataTables
art-benchmark-service56aece62020-02-10 17:58:03 -08002912android.icu.impl.ICUResourceBundle$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08002913android.icu.impl.ICUResourceBundle$2$1
2914android.icu.impl.ICUResourceBundle$2
art-benchmark-service56aece62020-02-10 17:58:03 -08002915android.icu.impl.ICUResourceBundle$3
2916android.icu.impl.ICUResourceBundle$4
art-benchmark-serviced5115932020-02-25 17:55:03 -08002917android.icu.impl.ICUResourceBundle$AvailEntry
art-benchmark-service13164882020-11-07 02:19:14 -08002918android.icu.impl.ICUResourceBundle$AvailableLocalesSink
art-benchmark-service56aece62020-02-10 17:58:03 -08002919android.icu.impl.ICUResourceBundle$Loader
2920android.icu.impl.ICUResourceBundle$OpenType
2921android.icu.impl.ICUResourceBundle$WholeBundle
2922android.icu.impl.ICUResourceBundle
2923android.icu.impl.ICUResourceBundleImpl$ResourceArray
art-benchmark-serviced5115932020-02-25 17:55:03 -08002924android.icu.impl.ICUResourceBundleImpl$ResourceBinary
art-benchmark-service56aece62020-02-10 17:58:03 -08002925android.icu.impl.ICUResourceBundleImpl$ResourceContainer
2926android.icu.impl.ICUResourceBundleImpl$ResourceInt
art-benchmark-serviced5115932020-02-25 17:55:03 -08002927android.icu.impl.ICUResourceBundleImpl$ResourceIntVector
art-benchmark-service56aece62020-02-10 17:58:03 -08002928android.icu.impl.ICUResourceBundleImpl$ResourceString
2929android.icu.impl.ICUResourceBundleImpl$ResourceTable
2930android.icu.impl.ICUResourceBundleImpl
art-benchmark-service13164882020-11-07 02:19:14 -08002931android.icu.impl.ICUResourceBundleReader$1
art-benchmark-service56aece62020-02-10 17:58:03 -08002932android.icu.impl.ICUResourceBundleReader$Array16
2933android.icu.impl.ICUResourceBundleReader$Array32
2934android.icu.impl.ICUResourceBundleReader$Array
2935android.icu.impl.ICUResourceBundleReader$Container
2936android.icu.impl.ICUResourceBundleReader$IsAcceptable
2937android.icu.impl.ICUResourceBundleReader$ReaderCache
2938android.icu.impl.ICUResourceBundleReader$ReaderCacheKey
2939android.icu.impl.ICUResourceBundleReader$ReaderValue
2940android.icu.impl.ICUResourceBundleReader$ResourceCache$Level
2941android.icu.impl.ICUResourceBundleReader$ResourceCache
2942android.icu.impl.ICUResourceBundleReader$Table1632
2943android.icu.impl.ICUResourceBundleReader$Table16
art-benchmark-service13164882020-11-07 02:19:14 -08002944android.icu.impl.ICUResourceBundleReader$Table32
art-benchmark-service56aece62020-02-10 17:58:03 -08002945android.icu.impl.ICUResourceBundleReader$Table
2946android.icu.impl.ICUResourceBundleReader
art-benchmark-service13164882020-11-07 02:19:14 -08002947android.icu.impl.ICUResourceTableAccess
art-benchmark-serviced5115932020-02-25 17:55:03 -08002948android.icu.impl.ICUService$CacheEntry
art-benchmark-service56aece62020-02-10 17:58:03 -08002949android.icu.impl.ICUService$Factory
art-benchmark-serviced5115932020-02-25 17:55:03 -08002950android.icu.impl.ICUService$Key
art-benchmark-service13164882020-11-07 02:19:14 -08002951android.icu.impl.ICUService$LocaleRef
2952android.icu.impl.ICUService$ServiceListener
2953android.icu.impl.ICUService$SimpleFactory
art-benchmark-service56aece62020-02-10 17:58:03 -08002954android.icu.impl.ICUService
art-benchmark-serviced5115932020-02-25 17:55:03 -08002955android.icu.impl.IDNA2003
art-benchmark-servicead05a302020-03-17 09:46:02 -07002956android.icu.impl.IllegalIcuArgumentException
art-benchmark-service13164882020-11-07 02:19:14 -08002957android.icu.impl.IntTrie
2958android.icu.impl.IntTrieBuilder
2959android.icu.impl.InvalidFormatException
2960android.icu.impl.IterableComparator
art-benchmark-serviced5115932020-02-25 17:55:03 -08002961android.icu.impl.JavaTimeZone
art-benchmark-service13164882020-11-07 02:19:14 -08002962android.icu.impl.LocaleDisplayNamesImpl$1
2963android.icu.impl.LocaleDisplayNamesImpl$Cache
2964android.icu.impl.LocaleDisplayNamesImpl$CapitalizationContextSink
2965android.icu.impl.LocaleDisplayNamesImpl$CapitalizationContextUsage
2966android.icu.impl.LocaleDisplayNamesImpl$DataTable
2967android.icu.impl.LocaleDisplayNamesImpl$DataTableType
2968android.icu.impl.LocaleDisplayNamesImpl$DataTables$1
2969android.icu.impl.LocaleDisplayNamesImpl$DataTables
2970android.icu.impl.LocaleDisplayNamesImpl$ICUDataTable
2971android.icu.impl.LocaleDisplayNamesImpl$ICUDataTables
2972android.icu.impl.LocaleDisplayNamesImpl$LangDataTables
2973android.icu.impl.LocaleDisplayNamesImpl$RegionDataTables
2974android.icu.impl.LocaleDisplayNamesImpl
2975android.icu.impl.LocaleIDParser$1
art-benchmark-service56aece62020-02-10 17:58:03 -08002976android.icu.impl.LocaleIDParser
art-benchmark-serviced5115932020-02-25 17:55:03 -08002977android.icu.impl.LocaleIDs
art-benchmark-servicead05a302020-03-17 09:46:02 -07002978android.icu.impl.LocaleUtility
art-benchmark-serviced5115932020-02-25 17:55:03 -08002979android.icu.impl.Norm2AllModes$1
2980android.icu.impl.Norm2AllModes$ComposeNormalizer2
2981android.icu.impl.Norm2AllModes$DecomposeNormalizer2
2982android.icu.impl.Norm2AllModes$FCDNormalizer2
2983android.icu.impl.Norm2AllModes$NFCSingleton
2984android.icu.impl.Norm2AllModes$NFKCSingleton
art-benchmark-service13164882020-11-07 02:19:14 -08002985android.icu.impl.Norm2AllModes$NFKC_CFSingleton
art-benchmark-serviced5115932020-02-25 17:55:03 -08002986android.icu.impl.Norm2AllModes$NoopNormalizer2
2987android.icu.impl.Norm2AllModes$Norm2AllModesSingleton
2988android.icu.impl.Norm2AllModes$Normalizer2WithImpl
2989android.icu.impl.Norm2AllModes
2990android.icu.impl.Normalizer2Impl$1
art-benchmark-service13164882020-11-07 02:19:14 -08002991android.icu.impl.Normalizer2Impl$Hangul
art-benchmark-serviced5115932020-02-25 17:55:03 -08002992android.icu.impl.Normalizer2Impl$IsAcceptable
2993android.icu.impl.Normalizer2Impl$ReorderingBuffer
2994android.icu.impl.Normalizer2Impl$UTF16Plus
2995android.icu.impl.Normalizer2Impl
2996android.icu.impl.OlsonTimeZone
art-benchmark-service13164882020-11-07 02:19:14 -08002997android.icu.impl.PVecToTrieCompactHandler
art-benchmark-service56aece62020-02-10 17:58:03 -08002998android.icu.impl.Pair
art-benchmark-serviced5115932020-02-25 17:55:03 -08002999android.icu.impl.PatternProps
3000android.icu.impl.PatternTokenizer
3001android.icu.impl.PluralRulesLoader
art-benchmark-service13164882020-11-07 02:19:14 -08003002android.icu.impl.PropsVectors$1
3003android.icu.impl.PropsVectors$CompactHandler
3004android.icu.impl.PropsVectors$DefaultGetFoldedValue
3005android.icu.impl.PropsVectors$DefaultGetFoldingOffset
3006android.icu.impl.PropsVectors
3007android.icu.impl.Punycode
3008android.icu.impl.RBBIDataWrapper$1
art-benchmark-service56aece62020-02-10 17:58:03 -08003009android.icu.impl.RBBIDataWrapper$IsAcceptable
3010android.icu.impl.RBBIDataWrapper$RBBIDataHeader
3011android.icu.impl.RBBIDataWrapper$RBBIStateTable
3012android.icu.impl.RBBIDataWrapper
art-benchmark-service13164882020-11-07 02:19:14 -08003013android.icu.impl.Relation$SimpleEntry
3014android.icu.impl.Relation
3015android.icu.impl.RelativeDateFormat$1
3016android.icu.impl.RelativeDateFormat$RelDateFmtDataSink
3017android.icu.impl.RelativeDateFormat$URelativeString
3018android.icu.impl.RelativeDateFormat
art-benchmark-serviced5115932020-02-25 17:55:03 -08003019android.icu.impl.ReplaceableUCharacterIterator
art-benchmark-service13164882020-11-07 02:19:14 -08003020android.icu.impl.ResourceBundleWrapper$1
3021android.icu.impl.ResourceBundleWrapper$2$1
3022android.icu.impl.ResourceBundleWrapper$2
3023android.icu.impl.ResourceBundleWrapper$Loader
3024android.icu.impl.ResourceBundleWrapper
3025android.icu.impl.Row$R2
3026android.icu.impl.Row$R3
3027android.icu.impl.Row$R4
3028android.icu.impl.Row$R5
3029android.icu.impl.Row
art-benchmark-serviced5115932020-02-25 17:55:03 -08003030android.icu.impl.RuleCharacterIterator
art-benchmark-service56aece62020-02-10 17:58:03 -08003031android.icu.impl.SimpleCache
art-benchmark-service13164882020-11-07 02:19:14 -08003032android.icu.impl.SimpleFilteredSentenceBreakIterator$Builder
3033android.icu.impl.SimpleFilteredSentenceBreakIterator
art-benchmark-serviced5115932020-02-25 17:55:03 -08003034android.icu.impl.SimpleFormatterImpl
art-benchmark-service56aece62020-02-10 17:58:03 -08003035android.icu.impl.SoftCache
art-benchmark-service13164882020-11-07 02:19:14 -08003036android.icu.impl.SortedSetRelation
art-benchmark-serviced5115932020-02-25 17:55:03 -08003037android.icu.impl.StandardPlural
3038android.icu.impl.StaticUnicodeSets$Key
3039android.icu.impl.StaticUnicodeSets$ParseDataSink
3040android.icu.impl.StaticUnicodeSets
3041android.icu.impl.StringPrepDataReader
art-benchmark-serviced60351b2020-04-11 17:55:40 -07003042android.icu.impl.StringRange$1
art-benchmark-service13164882020-11-07 02:19:14 -08003043android.icu.impl.StringRange$Adder
3044android.icu.impl.StringRange$Range
3045android.icu.impl.StringRange$Ranges
art-benchmark-servicead05a302020-03-17 09:46:02 -07003046android.icu.impl.StringRange
art-benchmark-serviced5115932020-02-25 17:55:03 -08003047android.icu.impl.StringSegment
art-benchmark-service13164882020-11-07 02:19:14 -08003048android.icu.impl.TZDBTimeZoneNames$1
3049android.icu.impl.TZDBTimeZoneNames$TZDBNameInfo
3050android.icu.impl.TZDBTimeZoneNames$TZDBNameSearchHandler
3051android.icu.impl.TZDBTimeZoneNames$TZDBNames
3052android.icu.impl.TZDBTimeZoneNames
3053android.icu.impl.TextTrieMap$1
3054android.icu.impl.TextTrieMap$CharIterator
3055android.icu.impl.TextTrieMap$LongestMatchHandler
art-benchmark-serviced5115932020-02-25 17:55:03 -08003056android.icu.impl.TextTrieMap$Node
art-benchmark-service13164882020-11-07 02:19:14 -08003057android.icu.impl.TextTrieMap$Output
3058android.icu.impl.TextTrieMap$ResultHandler
art-benchmark-serviced5115932020-02-25 17:55:03 -08003059android.icu.impl.TextTrieMap
art-benchmark-service13164882020-11-07 02:19:14 -08003060android.icu.impl.TimeZoneAdapter
3061android.icu.impl.TimeZoneGenericNames$1
3062android.icu.impl.TimeZoneGenericNames$Cache
3063android.icu.impl.TimeZoneGenericNames$GenericMatchInfo
3064android.icu.impl.TimeZoneGenericNames$GenericNameSearchHandler
3065android.icu.impl.TimeZoneGenericNames$GenericNameType
3066android.icu.impl.TimeZoneGenericNames$NameInfo
3067android.icu.impl.TimeZoneGenericNames$Pattern
3068android.icu.impl.TimeZoneGenericNames
art-benchmark-serviced5115932020-02-25 17:55:03 -08003069android.icu.impl.TimeZoneNamesFactoryImpl
3070android.icu.impl.TimeZoneNamesImpl$1
3071android.icu.impl.TimeZoneNamesImpl$MZ2TZsCache
3072android.icu.impl.TimeZoneNamesImpl$MZMapEntry
art-benchmark-service13164882020-11-07 02:19:14 -08003073android.icu.impl.TimeZoneNamesImpl$NameInfo
3074android.icu.impl.TimeZoneNamesImpl$NameSearchHandler
art-benchmark-serviced5115932020-02-25 17:55:03 -08003075android.icu.impl.TimeZoneNamesImpl$TZ2MZsCache
3076android.icu.impl.TimeZoneNamesImpl$ZNames$NameTypeIndex
3077android.icu.impl.TimeZoneNamesImpl$ZNames
3078android.icu.impl.TimeZoneNamesImpl$ZNamesLoader
art-benchmark-service13164882020-11-07 02:19:14 -08003079android.icu.impl.TimeZoneNamesImpl$ZoneStringsLoader
art-benchmark-serviced5115932020-02-25 17:55:03 -08003080android.icu.impl.TimeZoneNamesImpl
art-benchmark-service13164882020-11-07 02:19:14 -08003081android.icu.impl.Trie$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08003082android.icu.impl.Trie$DataManipulate
3083android.icu.impl.Trie$DefaultGetFoldingOffset
art-benchmark-service56aece62020-02-10 17:58:03 -08003084android.icu.impl.Trie2$1
3085android.icu.impl.Trie2$2
art-benchmark-service13164882020-11-07 02:19:14 -08003086android.icu.impl.Trie2$CharSequenceIterator
3087android.icu.impl.Trie2$CharSequenceValues
art-benchmark-serviced5115932020-02-25 17:55:03 -08003088android.icu.impl.Trie2$Range
3089android.icu.impl.Trie2$Trie2Iterator
art-benchmark-service56aece62020-02-10 17:58:03 -08003090android.icu.impl.Trie2$UTrie2Header
3091android.icu.impl.Trie2$ValueMapper
3092android.icu.impl.Trie2$ValueWidth
3093android.icu.impl.Trie2
art-benchmark-service13164882020-11-07 02:19:14 -08003094android.icu.impl.Trie2Writable$1
3095android.icu.impl.Trie2Writable
art-benchmark-service56aece62020-02-10 17:58:03 -08003096android.icu.impl.Trie2_16
art-benchmark-serviced5115932020-02-25 17:55:03 -08003097android.icu.impl.Trie2_32
3098android.icu.impl.Trie
art-benchmark-service13164882020-11-07 02:19:14 -08003099android.icu.impl.TrieBuilder$DataManipulate
3100android.icu.impl.TrieBuilder
3101android.icu.impl.TrieIterator
3102android.icu.impl.UBiDiProps$1
art-benchmark-service56aece62020-02-10 17:58:03 -08003103android.icu.impl.UBiDiProps$IsAcceptable
3104android.icu.impl.UBiDiProps
art-benchmark-service13164882020-11-07 02:19:14 -08003105android.icu.impl.UCaseProps$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08003106android.icu.impl.UCaseProps$ContextIterator
3107android.icu.impl.UCaseProps$IsAcceptable
3108android.icu.impl.UCaseProps$LatinCase
3109android.icu.impl.UCaseProps
art-benchmark-service13164882020-11-07 02:19:14 -08003110android.icu.impl.UCharArrayIterator
3111android.icu.impl.UCharacterIteratorWrapper
art-benchmark-serviced60351b2020-04-11 17:55:40 -07003112android.icu.impl.UCharacterName$AlgorithmName
art-benchmark-servicead05a302020-03-17 09:46:02 -07003113android.icu.impl.UCharacterName
art-benchmark-service13164882020-11-07 02:19:14 -08003114android.icu.impl.UCharacterNameChoice
art-benchmark-serviced60351b2020-04-11 17:55:40 -07003115android.icu.impl.UCharacterNameReader
art-benchmark-service56aece62020-02-10 17:58:03 -08003116android.icu.impl.UCharacterProperty$10
3117android.icu.impl.UCharacterProperty$11
3118android.icu.impl.UCharacterProperty$12
3119android.icu.impl.UCharacterProperty$13
3120android.icu.impl.UCharacterProperty$14
3121android.icu.impl.UCharacterProperty$15
3122android.icu.impl.UCharacterProperty$16
3123android.icu.impl.UCharacterProperty$17
3124android.icu.impl.UCharacterProperty$18
3125android.icu.impl.UCharacterProperty$19
3126android.icu.impl.UCharacterProperty$1
3127android.icu.impl.UCharacterProperty$20
3128android.icu.impl.UCharacterProperty$21
3129android.icu.impl.UCharacterProperty$22
3130android.icu.impl.UCharacterProperty$23
3131android.icu.impl.UCharacterProperty$24
3132android.icu.impl.UCharacterProperty$25
3133android.icu.impl.UCharacterProperty$26
3134android.icu.impl.UCharacterProperty$27
3135android.icu.impl.UCharacterProperty$2
3136android.icu.impl.UCharacterProperty$3
3137android.icu.impl.UCharacterProperty$4
3138android.icu.impl.UCharacterProperty$5
3139android.icu.impl.UCharacterProperty$6
3140android.icu.impl.UCharacterProperty$7
3141android.icu.impl.UCharacterProperty$8
3142android.icu.impl.UCharacterProperty$9
3143android.icu.impl.UCharacterProperty$BiDiIntProperty
3144android.icu.impl.UCharacterProperty$BinaryProperty
3145android.icu.impl.UCharacterProperty$CaseBinaryProperty
3146android.icu.impl.UCharacterProperty$CombiningClassIntProperty
3147android.icu.impl.UCharacterProperty$IntProperty
3148android.icu.impl.UCharacterProperty$IsAcceptable
art-benchmark-service13164882020-11-07 02:19:14 -08003149android.icu.impl.UCharacterProperty$LayoutProps$IsAcceptable
3150android.icu.impl.UCharacterProperty$LayoutProps
art-benchmark-service56aece62020-02-10 17:58:03 -08003151android.icu.impl.UCharacterProperty$NormInertBinaryProperty
3152android.icu.impl.UCharacterProperty$NormQuickCheckIntProperty
3153android.icu.impl.UCharacterProperty
art-benchmark-service13164882020-11-07 02:19:14 -08003154android.icu.impl.UCharacterUtility
3155android.icu.impl.UPropertyAliases$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08003156android.icu.impl.UPropertyAliases$IsAcceptable
3157android.icu.impl.UPropertyAliases
art-benchmark-service13164882020-11-07 02:19:14 -08003158android.icu.impl.URLHandler$FileURLHandler
3159android.icu.impl.URLHandler$JarURLHandler
art-benchmark-serviced5115932020-02-25 17:55:03 -08003160android.icu.impl.URLHandler$URLVisitor
art-benchmark-service13164882020-11-07 02:19:14 -08003161android.icu.impl.URLHandler
art-benchmark-service56aece62020-02-10 17:58:03 -08003162android.icu.impl.UResource$Array
3163android.icu.impl.UResource$Key
3164android.icu.impl.UResource$Sink
3165android.icu.impl.UResource$Table
3166android.icu.impl.UResource$Value
3167android.icu.impl.UResource
art-benchmark-serviced5115932020-02-25 17:55:03 -08003168android.icu.impl.USerializedSet
art-benchmark-service13164882020-11-07 02:19:14 -08003169android.icu.impl.UTS46
3170android.icu.impl.UnicodeRegex$1
3171android.icu.impl.UnicodeRegex
art-benchmark-serviced5115932020-02-25 17:55:03 -08003172android.icu.impl.UnicodeSetStringSpan$OffsetList
3173android.icu.impl.UnicodeSetStringSpan
art-benchmark-service56aece62020-02-10 17:58:03 -08003174android.icu.impl.Utility
art-benchmark-service13164882020-11-07 02:19:14 -08003175android.icu.impl.UtilityExtensions
3176android.icu.impl.ValidIdentifiers$Datasubtype
3177android.icu.impl.ValidIdentifiers$Datatype
3178android.icu.impl.ValidIdentifiers$ValidityData
3179android.icu.impl.ValidIdentifiers$ValiditySet
3180android.icu.impl.ValidIdentifiers
art-benchmark-service56aece62020-02-10 17:58:03 -08003181android.icu.impl.ZoneMeta$1
3182android.icu.impl.ZoneMeta$CustomTimeZoneCache
3183android.icu.impl.ZoneMeta$SystemTimeZoneCache
3184android.icu.impl.ZoneMeta
art-benchmark-service13164882020-11-07 02:19:14 -08003185android.icu.impl.coll.BOCSU
3186android.icu.impl.coll.Collation
3187android.icu.impl.coll.CollationBuilder$1
3188android.icu.impl.coll.CollationBuilder$BundleImporter
3189android.icu.impl.coll.CollationBuilder$CEFinalizer
3190android.icu.impl.coll.CollationBuilder
3191android.icu.impl.coll.CollationCompare
art-benchmark-serviced5115932020-02-25 17:55:03 -08003192android.icu.impl.coll.CollationData
art-benchmark-service13164882020-11-07 02:19:14 -08003193android.icu.impl.coll.CollationDataBuilder$CEModifier
3194android.icu.impl.coll.CollationDataBuilder$ConditionalCE32
3195android.icu.impl.coll.CollationDataBuilder$CopyHelper
3196android.icu.impl.coll.CollationDataBuilder$DataBuilderCollationIterator
3197android.icu.impl.coll.CollationDataBuilder
3198android.icu.impl.coll.CollationDataReader$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08003199android.icu.impl.coll.CollationDataReader$IsAcceptable
3200android.icu.impl.coll.CollationDataReader
art-benchmark-service13164882020-11-07 02:19:14 -08003201android.icu.impl.coll.CollationFCD
art-benchmark-serviced5115932020-02-25 17:55:03 -08003202android.icu.impl.coll.CollationFastLatin
art-benchmark-service13164882020-11-07 02:19:14 -08003203android.icu.impl.coll.CollationFastLatinBuilder
art-benchmark-serviced5115932020-02-25 17:55:03 -08003204android.icu.impl.coll.CollationIterator$CEBuffer
art-benchmark-service13164882020-11-07 02:19:14 -08003205android.icu.impl.coll.CollationIterator$SkippedState
3206android.icu.impl.coll.CollationIterator
3207android.icu.impl.coll.CollationKeys$LevelCallback
3208android.icu.impl.coll.CollationKeys$SortKeyByteSink
3209android.icu.impl.coll.CollationKeys$SortKeyLevel
3210android.icu.impl.coll.CollationKeys
3211android.icu.impl.coll.CollationLoader$ASCII
art-benchmark-serviced5115932020-02-25 17:55:03 -08003212android.icu.impl.coll.CollationLoader
3213android.icu.impl.coll.CollationRoot
art-benchmark-service13164882020-11-07 02:19:14 -08003214android.icu.impl.coll.CollationRootElements
3215android.icu.impl.coll.CollationRuleParser$Importer
3216android.icu.impl.coll.CollationRuleParser$Position
3217android.icu.impl.coll.CollationRuleParser$Sink
3218android.icu.impl.coll.CollationRuleParser
art-benchmark-serviced5115932020-02-25 17:55:03 -08003219android.icu.impl.coll.CollationSettings
3220android.icu.impl.coll.CollationTailoring
art-benchmark-service13164882020-11-07 02:19:14 -08003221android.icu.impl.coll.CollationWeights$1
3222android.icu.impl.coll.CollationWeights$WeightRange
3223android.icu.impl.coll.CollationWeights
3224android.icu.impl.coll.ContractionsAndExpansions$CESink
3225android.icu.impl.coll.ContractionsAndExpansions
3226android.icu.impl.coll.FCDIterCollationIterator$State
3227android.icu.impl.coll.FCDIterCollationIterator
3228android.icu.impl.coll.FCDUTF16CollationIterator
3229android.icu.impl.coll.IterCollationIterator
art-benchmark-serviced5115932020-02-25 17:55:03 -08003230android.icu.impl.coll.SharedObject$Reference
3231android.icu.impl.coll.SharedObject
art-benchmark-service13164882020-11-07 02:19:14 -08003232android.icu.impl.coll.TailoredSet
3233android.icu.impl.coll.UTF16CollationIterator
3234android.icu.impl.coll.UVector32
3235android.icu.impl.coll.UVector64
3236android.icu.impl.data.HolidayBundle
3237android.icu.impl.data.HolidayBundle_da
3238android.icu.impl.data.HolidayBundle_da_DK
3239android.icu.impl.data.HolidayBundle_de
3240android.icu.impl.data.HolidayBundle_de_AT
3241android.icu.impl.data.HolidayBundle_de_DE
3242android.icu.impl.data.HolidayBundle_el
3243android.icu.impl.data.HolidayBundle_el_GR
3244android.icu.impl.data.HolidayBundle_en
3245android.icu.impl.data.HolidayBundle_en_CA
3246android.icu.impl.data.HolidayBundle_en_GB
3247android.icu.impl.data.HolidayBundle_en_US
3248android.icu.impl.data.HolidayBundle_es
3249android.icu.impl.data.HolidayBundle_es_MX
3250android.icu.impl.data.HolidayBundle_fr
3251android.icu.impl.data.HolidayBundle_fr_CA
3252android.icu.impl.data.HolidayBundle_fr_FR
3253android.icu.impl.data.HolidayBundle_it
3254android.icu.impl.data.HolidayBundle_it_IT
3255android.icu.impl.data.HolidayBundle_iw
3256android.icu.impl.data.HolidayBundle_iw_IL
3257android.icu.impl.data.HolidayBundle_ja_JP
3258android.icu.impl.data.ResourceReader
3259android.icu.impl.data.TokenIterator
3260android.icu.impl.duration.BasicDurationFormat
3261android.icu.impl.duration.BasicDurationFormatter
3262android.icu.impl.duration.BasicDurationFormatterFactory
3263android.icu.impl.duration.BasicPeriodBuilderFactory$Settings
3264android.icu.impl.duration.BasicPeriodBuilderFactory
3265android.icu.impl.duration.BasicPeriodFormatter
3266android.icu.impl.duration.BasicPeriodFormatterFactory$Customizations
3267android.icu.impl.duration.BasicPeriodFormatterFactory
3268android.icu.impl.duration.BasicPeriodFormatterService
3269android.icu.impl.duration.DateFormatter
3270android.icu.impl.duration.DurationFormatter
3271android.icu.impl.duration.DurationFormatterFactory
3272android.icu.impl.duration.FixedUnitBuilder
3273android.icu.impl.duration.MultiUnitBuilder
3274android.icu.impl.duration.OneOrTwoUnitBuilder
3275android.icu.impl.duration.Period
3276android.icu.impl.duration.PeriodBuilder
3277android.icu.impl.duration.PeriodBuilderFactory
3278android.icu.impl.duration.PeriodBuilderImpl
3279android.icu.impl.duration.PeriodFormatter
3280android.icu.impl.duration.PeriodFormatterFactory
3281android.icu.impl.duration.PeriodFormatterService
3282android.icu.impl.duration.SingleUnitBuilder
3283android.icu.impl.duration.TimeUnit
3284android.icu.impl.duration.TimeUnitConstants
3285android.icu.impl.duration.impl.DataRecord$ECountVariant
3286android.icu.impl.duration.impl.DataRecord$EDecimalHandling
3287android.icu.impl.duration.impl.DataRecord$EFractionHandling
3288android.icu.impl.duration.impl.DataRecord$EGender
3289android.icu.impl.duration.impl.DataRecord$EHalfPlacement
3290android.icu.impl.duration.impl.DataRecord$EHalfSupport
3291android.icu.impl.duration.impl.DataRecord$EMilliSupport
3292android.icu.impl.duration.impl.DataRecord$ENumberSystem
3293android.icu.impl.duration.impl.DataRecord$EPluralization
3294android.icu.impl.duration.impl.DataRecord$ESeparatorVariant
3295android.icu.impl.duration.impl.DataRecord$ETimeDirection
3296android.icu.impl.duration.impl.DataRecord$ETimeLimit
3297android.icu.impl.duration.impl.DataRecord$EUnitVariant
3298android.icu.impl.duration.impl.DataRecord$EZeroHandling
3299android.icu.impl.duration.impl.DataRecord$ScopeData
3300android.icu.impl.duration.impl.DataRecord
3301android.icu.impl.duration.impl.PeriodFormatterData
3302android.icu.impl.duration.impl.PeriodFormatterDataService
3303android.icu.impl.duration.impl.RecordReader
3304android.icu.impl.duration.impl.RecordWriter
3305android.icu.impl.duration.impl.ResourceBasedPeriodFormatterDataService
3306android.icu.impl.duration.impl.Utils$ChineseDigits
3307android.icu.impl.duration.impl.Utils
3308android.icu.impl.duration.impl.XMLRecordReader
3309android.icu.impl.duration.impl.XMLRecordWriter
art-benchmark-serviced5115932020-02-25 17:55:03 -08003310android.icu.impl.locale.AsciiUtil$CaseInsensitiveKey
art-benchmark-service56aece62020-02-10 17:58:03 -08003311android.icu.impl.locale.AsciiUtil
art-benchmark-service13164882020-11-07 02:19:14 -08003312android.icu.impl.locale.BaseLocale$1
art-benchmark-service56aece62020-02-10 17:58:03 -08003313android.icu.impl.locale.BaseLocale$Cache
3314android.icu.impl.locale.BaseLocale$Key
3315android.icu.impl.locale.BaseLocale
art-benchmark-service13164882020-11-07 02:19:14 -08003316android.icu.impl.locale.Extension
art-benchmark-serviced5115932020-02-25 17:55:03 -08003317android.icu.impl.locale.InternalLocaleBuilder$CaseInsensitiveChar
art-benchmark-service13164882020-11-07 02:19:14 -08003318android.icu.impl.locale.InternalLocaleBuilder$CaseInsensitiveString
art-benchmark-serviced5115932020-02-25 17:55:03 -08003319android.icu.impl.locale.InternalLocaleBuilder
art-benchmark-service13164882020-11-07 02:19:14 -08003320android.icu.impl.locale.KeyTypeData$1
3321android.icu.impl.locale.KeyTypeData$CodepointsTypeHandler
3322android.icu.impl.locale.KeyTypeData$KeyData
3323android.icu.impl.locale.KeyTypeData$KeyInfoType
3324android.icu.impl.locale.KeyTypeData$PrivateUseKeyValueTypeHandler
3325android.icu.impl.locale.KeyTypeData$ReorderCodeTypeHandler
3326android.icu.impl.locale.KeyTypeData$RgKeyValueTypeHandler
3327android.icu.impl.locale.KeyTypeData$SpecialType
3328android.icu.impl.locale.KeyTypeData$SpecialTypeHandler
3329android.icu.impl.locale.KeyTypeData$SubdivisionKeyValueTypeHandler
3330android.icu.impl.locale.KeyTypeData$Type
3331android.icu.impl.locale.KeyTypeData$TypeInfoType
3332android.icu.impl.locale.KeyTypeData$ValueType
3333android.icu.impl.locale.KeyTypeData
3334android.icu.impl.locale.LSR
art-benchmark-serviced5115932020-02-25 17:55:03 -08003335android.icu.impl.locale.LanguageTag
art-benchmark-service13164882020-11-07 02:19:14 -08003336android.icu.impl.locale.LocaleDistance$Data
3337android.icu.impl.locale.LocaleDistance
3338android.icu.impl.locale.LocaleExtensions
art-benchmark-service56aece62020-02-10 17:58:03 -08003339android.icu.impl.locale.LocaleObjectCache$CacheEntry
3340android.icu.impl.locale.LocaleObjectCache
3341android.icu.impl.locale.LocaleSyntaxException
art-benchmark-service13164882020-11-07 02:19:14 -08003342android.icu.impl.locale.LocaleValidityChecker$1
3343android.icu.impl.locale.LocaleValidityChecker$SpecialCase
3344android.icu.impl.locale.LocaleValidityChecker$Where
3345android.icu.impl.locale.LocaleValidityChecker
3346android.icu.impl.locale.ParseStatus
3347android.icu.impl.locale.StringTokenIterator
3348android.icu.impl.locale.UnicodeLocaleExtension
3349android.icu.impl.locale.XCldrStub$1
3350android.icu.impl.locale.XCldrStub$CollectionUtilities
3351android.icu.impl.locale.XCldrStub$FileUtilities
3352android.icu.impl.locale.XCldrStub$HashMultimap
3353android.icu.impl.locale.XCldrStub$ImmutableMap
3354android.icu.impl.locale.XCldrStub$ImmutableMultimap
3355android.icu.impl.locale.XCldrStub$ImmutableSet
3356android.icu.impl.locale.XCldrStub$Joiner
3357android.icu.impl.locale.XCldrStub$LinkedHashMultimap
3358android.icu.impl.locale.XCldrStub$Multimap
3359android.icu.impl.locale.XCldrStub$MultimapIterator
3360android.icu.impl.locale.XCldrStub$Multimaps
3361android.icu.impl.locale.XCldrStub$Predicate
3362android.icu.impl.locale.XCldrStub$RegexUtilities
3363android.icu.impl.locale.XCldrStub$ReusableEntry
3364android.icu.impl.locale.XCldrStub$Splitter
3365android.icu.impl.locale.XCldrStub$TreeMultimap
3366android.icu.impl.locale.XCldrStub
3367android.icu.impl.locale.XLikelySubtags$1
3368android.icu.impl.locale.XLikelySubtags$Data
3369android.icu.impl.locale.XLikelySubtags
art-benchmark-serviced5115932020-02-25 17:55:03 -08003370android.icu.impl.number.AdoptingModifierStore
art-benchmark-service13164882020-11-07 02:19:14 -08003371android.icu.impl.number.AffixPatternProvider$Flags
art-benchmark-service56aece62020-02-10 17:58:03 -08003372android.icu.impl.number.AffixPatternProvider
art-benchmark-serviced5115932020-02-25 17:55:03 -08003373android.icu.impl.number.AffixUtils$SymbolProvider
3374android.icu.impl.number.AffixUtils$TokenConsumer
art-benchmark-service56aece62020-02-10 17:58:03 -08003375android.icu.impl.number.AffixUtils
art-benchmark-service13164882020-11-07 02:19:14 -08003376android.icu.impl.number.CompactData$CompactDataSink
3377android.icu.impl.number.CompactData$CompactType
3378android.icu.impl.number.CompactData
art-benchmark-serviced5115932020-02-25 17:55:03 -08003379android.icu.impl.number.ConstantAffixModifier
3380android.icu.impl.number.ConstantMultiFieldModifier
art-benchmark-service13164882020-11-07 02:19:14 -08003381android.icu.impl.number.CurrencyPluralInfoAffixProvider
art-benchmark-serviced5115932020-02-25 17:55:03 -08003382android.icu.impl.number.CurrencySpacingEnabledModifier
art-benchmark-service56aece62020-02-10 17:58:03 -08003383android.icu.impl.number.CustomSymbolCurrency
3384android.icu.impl.number.DecimalFormatProperties$ParseMode
3385android.icu.impl.number.DecimalFormatProperties
art-benchmark-serviced5115932020-02-25 17:55:03 -08003386android.icu.impl.number.DecimalQuantity
art-benchmark-service13164882020-11-07 02:19:14 -08003387android.icu.impl.number.DecimalQuantity_AbstractBCD$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08003388android.icu.impl.number.DecimalQuantity_AbstractBCD
3389android.icu.impl.number.DecimalQuantity_DualStorageBCD
art-benchmark-service13164882020-11-07 02:19:14 -08003390android.icu.impl.number.Grouper$1
art-benchmark-service56aece62020-02-10 17:58:03 -08003391android.icu.impl.number.Grouper
art-benchmark-service13164882020-11-07 02:19:14 -08003392android.icu.impl.number.LocalizedNumberFormatterAsFormat$Proxy
3393android.icu.impl.number.LocalizedNumberFormatterAsFormat
3394android.icu.impl.number.LongNameHandler$PluralTableSink
3395android.icu.impl.number.LongNameHandler
art-benchmark-service56aece62020-02-10 17:58:03 -08003396android.icu.impl.number.MacroProps
art-benchmark-serviced5115932020-02-25 17:55:03 -08003397android.icu.impl.number.MicroProps
3398android.icu.impl.number.MicroPropsGenerator
art-benchmark-service13164882020-11-07 02:19:14 -08003399android.icu.impl.number.MicroPropsMutator
3400android.icu.impl.number.Modifier$Parameters
art-benchmark-serviced5115932020-02-25 17:55:03 -08003401android.icu.impl.number.Modifier
3402android.icu.impl.number.ModifierStore
3403android.icu.impl.number.MultiplierFormatHandler
art-benchmark-service13164882020-11-07 02:19:14 -08003404android.icu.impl.number.MultiplierProducer
art-benchmark-serviced5115932020-02-25 17:55:03 -08003405android.icu.impl.number.MutablePatternModifier$ImmutablePatternModifier
3406android.icu.impl.number.MutablePatternModifier
art-benchmark-service13164882020-11-07 02:19:14 -08003407android.icu.impl.number.Padder$1
art-benchmark-service56aece62020-02-10 17:58:03 -08003408android.icu.impl.number.Padder$PadPosition
art-benchmark-serviced5115932020-02-25 17:55:03 -08003409android.icu.impl.number.Padder
art-benchmark-service13164882020-11-07 02:19:14 -08003410android.icu.impl.number.PatternStringParser$1
art-benchmark-service56aece62020-02-10 17:58:03 -08003411android.icu.impl.number.PatternStringParser$ParsedPatternInfo
3412android.icu.impl.number.PatternStringParser$ParsedSubpatternInfo
3413android.icu.impl.number.PatternStringParser$ParserState
3414android.icu.impl.number.PatternStringParser
art-benchmark-service13164882020-11-07 02:19:14 -08003415android.icu.impl.number.PatternStringUtils$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08003416android.icu.impl.number.PatternStringUtils
art-benchmark-service13164882020-11-07 02:19:14 -08003417android.icu.impl.number.Properties
art-benchmark-service56aece62020-02-10 17:58:03 -08003418android.icu.impl.number.PropertiesAffixPatternProvider
3419android.icu.impl.number.RoundingUtils
art-benchmark-service13164882020-11-07 02:19:14 -08003420android.icu.impl.number.SimpleModifier
art-benchmark-serviced5115932020-02-25 17:55:03 -08003421android.icu.impl.number.parse.AffixMatcher$1
3422android.icu.impl.number.parse.AffixMatcher
3423android.icu.impl.number.parse.AffixPatternMatcher
3424android.icu.impl.number.parse.AffixTokenMatcherFactory
art-benchmark-service13164882020-11-07 02:19:14 -08003425android.icu.impl.number.parse.CodePointMatcher
3426android.icu.impl.number.parse.CombinedCurrencyMatcher
art-benchmark-serviced5115932020-02-25 17:55:03 -08003427android.icu.impl.number.parse.DecimalMatcher
3428android.icu.impl.number.parse.IgnorablesMatcher
3429android.icu.impl.number.parse.InfinityMatcher
3430android.icu.impl.number.parse.MinusSignMatcher
art-benchmark-service13164882020-11-07 02:19:14 -08003431android.icu.impl.number.parse.MultiplierParseHandler
art-benchmark-serviced5115932020-02-25 17:55:03 -08003432android.icu.impl.number.parse.NanMatcher
3433android.icu.impl.number.parse.NumberParseMatcher$Flexible
3434android.icu.impl.number.parse.NumberParseMatcher
3435android.icu.impl.number.parse.NumberParserImpl
art-benchmark-service13164882020-11-07 02:19:14 -08003436android.icu.impl.number.parse.PaddingMatcher
art-benchmark-serviced5115932020-02-25 17:55:03 -08003437android.icu.impl.number.parse.ParsedNumber$1
3438android.icu.impl.number.parse.ParsedNumber
3439android.icu.impl.number.parse.ParsingUtils
art-benchmark-service13164882020-11-07 02:19:14 -08003440android.icu.impl.number.parse.PercentMatcher
3441android.icu.impl.number.parse.PermilleMatcher
3442android.icu.impl.number.parse.PlusSignMatcher
art-benchmark-serviced5115932020-02-25 17:55:03 -08003443android.icu.impl.number.parse.RequireAffixValidator
art-benchmark-service13164882020-11-07 02:19:14 -08003444android.icu.impl.number.parse.RequireCurrencyValidator
3445android.icu.impl.number.parse.RequireDecimalSeparatorValidator
art-benchmark-serviced5115932020-02-25 17:55:03 -08003446android.icu.impl.number.parse.RequireNumberValidator
3447android.icu.impl.number.parse.ScientificMatcher
3448android.icu.impl.number.parse.SeriesMatcher
3449android.icu.impl.number.parse.SymbolMatcher
3450android.icu.impl.number.parse.ValidationMatcher
art-benchmark-service13164882020-11-07 02:19:14 -08003451android.icu.impl.number.range.PrefixInfixSuffixLengthHelper
3452android.icu.impl.number.range.RangeMacroProps
3453android.icu.impl.number.range.StandardPluralRanges$PluralRangesDataSink
3454android.icu.impl.number.range.StandardPluralRanges
3455android.icu.impl.text.RbnfScannerProviderImpl$1
3456android.icu.impl.text.RbnfScannerProviderImpl$RbnfLenientScannerImpl
3457android.icu.impl.text.RbnfScannerProviderImpl
art-benchmark-servicead05a302020-03-17 09:46:02 -07003458android.icu.lang.CharSequences
art-benchmark-serviced5115932020-02-25 17:55:03 -08003459android.icu.lang.CharacterProperties
art-benchmark-service13164882020-11-07 02:19:14 -08003460android.icu.lang.UCharacter$1
3461android.icu.lang.UCharacter$BidiPairedBracketType
3462android.icu.lang.UCharacter$DecompositionType
3463android.icu.lang.UCharacter$DummyValueIterator
3464android.icu.lang.UCharacter$EastAsianWidth
3465android.icu.lang.UCharacter$GraphemeClusterBreak
3466android.icu.lang.UCharacter$HangulSyllableType
3467android.icu.lang.UCharacter$IndicPositionalCategory
3468android.icu.lang.UCharacter$IndicSyllabicCategory
3469android.icu.lang.UCharacter$JoiningGroup
3470android.icu.lang.UCharacter$JoiningType
3471android.icu.lang.UCharacter$LineBreak
3472android.icu.lang.UCharacter$NumericType
3473android.icu.lang.UCharacter$SentenceBreak
3474android.icu.lang.UCharacter$UCharacterTypeIterator$MaskType
3475android.icu.lang.UCharacter$UCharacterTypeIterator
3476android.icu.lang.UCharacter$UnicodeBlock
3477android.icu.lang.UCharacter$VerticalOrientation
3478android.icu.lang.UCharacter$WordBreak
art-benchmark-service56aece62020-02-10 17:58:03 -08003479android.icu.lang.UCharacter
art-benchmark-service13164882020-11-07 02:19:14 -08003480android.icu.lang.UCharacterCategory
3481android.icu.lang.UCharacterDirection
art-benchmark-service56aece62020-02-10 17:58:03 -08003482android.icu.lang.UCharacterEnums$ECharacterCategory
3483android.icu.lang.UCharacterEnums$ECharacterDirection
art-benchmark-service13164882020-11-07 02:19:14 -08003484android.icu.lang.UCharacterEnums
3485android.icu.lang.UCharacterNameIterator
3486android.icu.lang.UProperty$NameChoice
3487android.icu.lang.UProperty
3488android.icu.lang.UScript$ScriptMetadata
art-benchmark-serviced5115932020-02-25 17:55:03 -08003489android.icu.lang.UScript$ScriptUsage
3490android.icu.lang.UScript
art-benchmark-service13164882020-11-07 02:19:14 -08003491android.icu.lang.UScriptRun$ParenStackEntry
3492android.icu.lang.UScriptRun
art-benchmark-serviced5115932020-02-25 17:55:03 -08003493android.icu.math.BigDecimal
3494android.icu.math.MathContext
art-benchmark-service13164882020-11-07 02:19:14 -08003495android.icu.number.CompactNotation$1
3496android.icu.number.CompactNotation$CompactHandler
art-benchmark-serviced5115932020-02-25 17:55:03 -08003497android.icu.number.CompactNotation
art-benchmark-service56aece62020-02-10 17:58:03 -08003498android.icu.number.CurrencyPrecision
art-benchmark-serviced5115932020-02-25 17:55:03 -08003499android.icu.number.FormattedNumber
art-benchmark-service13164882020-11-07 02:19:14 -08003500android.icu.number.FormattedNumberRange
art-benchmark-service56aece62020-02-10 17:58:03 -08003501android.icu.number.FractionPrecision
3502android.icu.number.IntegerWidth
3503android.icu.number.LocalizedNumberFormatter
art-benchmark-service13164882020-11-07 02:19:14 -08003504android.icu.number.LocalizedNumberRangeFormatter
art-benchmark-serviced5115932020-02-25 17:55:03 -08003505android.icu.number.Notation
art-benchmark-service56aece62020-02-10 17:58:03 -08003506android.icu.number.NumberFormatter$DecimalSeparatorDisplay
art-benchmark-service13164882020-11-07 02:19:14 -08003507android.icu.number.NumberFormatter$GroupingStrategy
art-benchmark-service56aece62020-02-10 17:58:03 -08003508android.icu.number.NumberFormatter$SignDisplay
art-benchmark-serviced5115932020-02-25 17:55:03 -08003509android.icu.number.NumberFormatter$UnitWidth
art-benchmark-service56aece62020-02-10 17:58:03 -08003510android.icu.number.NumberFormatter
art-benchmark-serviced5115932020-02-25 17:55:03 -08003511android.icu.number.NumberFormatterImpl
art-benchmark-service56aece62020-02-10 17:58:03 -08003512android.icu.number.NumberFormatterSettings
3513android.icu.number.NumberPropertyMapper
art-benchmark-service13164882020-11-07 02:19:14 -08003514android.icu.number.NumberRangeFormatter$RangeCollapse
3515android.icu.number.NumberRangeFormatter$RangeIdentityFallback
3516android.icu.number.NumberRangeFormatter$RangeIdentityResult
3517android.icu.number.NumberRangeFormatter
3518android.icu.number.NumberRangeFormatterImpl$1
3519android.icu.number.NumberRangeFormatterImpl$NumberRangeDataSink
3520android.icu.number.NumberRangeFormatterImpl
3521android.icu.number.NumberRangeFormatterSettings
3522android.icu.number.NumberSkeletonImpl$1
3523android.icu.number.NumberSkeletonImpl$2
3524android.icu.number.NumberSkeletonImpl$BlueprintHelpers
3525android.icu.number.NumberSkeletonImpl$EnumToStemString
3526android.icu.number.NumberSkeletonImpl$GeneratorHelpers
3527android.icu.number.NumberSkeletonImpl$ParseState
3528android.icu.number.NumberSkeletonImpl$StemEnum
3529android.icu.number.NumberSkeletonImpl$StemToObject
3530android.icu.number.NumberSkeletonImpl
art-benchmark-service56aece62020-02-10 17:58:03 -08003531android.icu.number.Precision$CurrencyRounderImpl
3532android.icu.number.Precision$FracSigRounderImpl
3533android.icu.number.Precision$FractionRounderImpl
3534android.icu.number.Precision$IncrementFiveRounderImpl
art-benchmark-service13164882020-11-07 02:19:14 -08003535android.icu.number.Precision$IncrementOneRounderImpl
art-benchmark-service56aece62020-02-10 17:58:03 -08003536android.icu.number.Precision$IncrementRounderImpl
3537android.icu.number.Precision$InfiniteRounderImpl
art-benchmark-service56aece62020-02-10 17:58:03 -08003538android.icu.number.Precision$SignificantRounderImpl
3539android.icu.number.Precision
art-benchmark-serviced5115932020-02-25 17:55:03 -08003540android.icu.number.Scale
art-benchmark-service13164882020-11-07 02:19:14 -08003541android.icu.number.ScientificNotation$1
3542android.icu.number.ScientificNotation$ScientificHandler
3543android.icu.number.ScientificNotation$ScientificModifier
art-benchmark-serviced5115932020-02-25 17:55:03 -08003544android.icu.number.ScientificNotation
art-benchmark-serviced60351b2020-04-11 17:55:40 -07003545android.icu.number.SimpleNotation
art-benchmark-service13164882020-11-07 02:19:14 -08003546android.icu.number.SkeletonSyntaxException
art-benchmark-service56aece62020-02-10 17:58:03 -08003547android.icu.number.UnlocalizedNumberFormatter
art-benchmark-service13164882020-11-07 02:19:14 -08003548android.icu.number.UnlocalizedNumberRangeFormatter
3549android.icu.text.AbsoluteValueSubstitution
art-benchmark-serviced5115932020-02-25 17:55:03 -08003550android.icu.text.AlphabeticIndex$1
art-benchmark-service13164882020-11-07 02:19:14 -08003551android.icu.text.AlphabeticIndex$Bucket$LabelType
art-benchmark-serviced5115932020-02-25 17:55:03 -08003552android.icu.text.AlphabeticIndex$Bucket
3553android.icu.text.AlphabeticIndex$BucketList
3554android.icu.text.AlphabeticIndex$ImmutableIndex
art-benchmark-service13164882020-11-07 02:19:14 -08003555android.icu.text.AlphabeticIndex$Record
3556android.icu.text.AlphabeticIndex
3557android.icu.text.AnyTransliterator$ScriptRunIterator
art-benchmark-servicead05a302020-03-17 09:46:02 -07003558android.icu.text.AnyTransliterator
art-benchmark-service13164882020-11-07 02:19:14 -08003559android.icu.text.ArabicShaping
3560android.icu.text.ArabicShapingException
3561android.icu.text.Bidi$1
3562android.icu.text.Bidi$BracketData
art-benchmark-serviced5115932020-02-25 17:55:03 -08003563android.icu.text.Bidi$ImpTabPair
art-benchmark-service13164882020-11-07 02:19:14 -08003564android.icu.text.Bidi$InsertPoints
3565android.icu.text.Bidi$IsoRun
3566android.icu.text.Bidi$Isolate
3567android.icu.text.Bidi$LevState
3568android.icu.text.Bidi$Opening
3569android.icu.text.Bidi$Point
art-benchmark-serviced5115932020-02-25 17:55:03 -08003570android.icu.text.Bidi
art-benchmark-service56aece62020-02-10 17:58:03 -08003571android.icu.text.BidiClassifier
art-benchmark-serviced5115932020-02-25 17:55:03 -08003572android.icu.text.BidiLine
art-benchmark-service13164882020-11-07 02:19:14 -08003573android.icu.text.BidiRun
3574android.icu.text.BidiTransform$1
3575android.icu.text.BidiTransform$Mirroring
3576android.icu.text.BidiTransform$Order
3577android.icu.text.BidiTransform$ReorderingScheme$10
3578android.icu.text.BidiTransform$ReorderingScheme$11
3579android.icu.text.BidiTransform$ReorderingScheme$12
3580android.icu.text.BidiTransform$ReorderingScheme$13
3581android.icu.text.BidiTransform$ReorderingScheme$14
3582android.icu.text.BidiTransform$ReorderingScheme$15
3583android.icu.text.BidiTransform$ReorderingScheme$16
3584android.icu.text.BidiTransform$ReorderingScheme$1
3585android.icu.text.BidiTransform$ReorderingScheme$2
3586android.icu.text.BidiTransform$ReorderingScheme$3
3587android.icu.text.BidiTransform$ReorderingScheme$4
3588android.icu.text.BidiTransform$ReorderingScheme$5
3589android.icu.text.BidiTransform$ReorderingScheme$6
3590android.icu.text.BidiTransform$ReorderingScheme$7
3591android.icu.text.BidiTransform$ReorderingScheme$8
3592android.icu.text.BidiTransform$ReorderingScheme$9
3593android.icu.text.BidiTransform$ReorderingScheme
3594android.icu.text.BidiTransform
3595android.icu.text.BidiWriter
art-benchmark-service56aece62020-02-10 17:58:03 -08003596android.icu.text.BreakIterator$BreakIteratorCache
3597android.icu.text.BreakIterator$BreakIteratorServiceShim
3598android.icu.text.BreakIterator
3599android.icu.text.BreakIteratorFactory$BFService$1RBBreakIteratorFactory
3600android.icu.text.BreakIteratorFactory$BFService
3601android.icu.text.BreakIteratorFactory
art-benchmark-service13164882020-11-07 02:19:14 -08003602android.icu.text.BreakTransliterator$ReplaceableCharacterIterator
art-benchmark-servicead05a302020-03-17 09:46:02 -07003603android.icu.text.BreakTransliterator
art-benchmark-service13164882020-11-07 02:19:14 -08003604android.icu.text.BurmeseBreakEngine
3605android.icu.text.BytesDictionaryMatcher
3606android.icu.text.CanonicalIterator
art-benchmark-servicead05a302020-03-17 09:46:02 -07003607android.icu.text.CaseFoldTransliterator$1
art-benchmark-service13164882020-11-07 02:19:14 -08003608android.icu.text.CaseFoldTransliterator$2
art-benchmark-servicead05a302020-03-17 09:46:02 -07003609android.icu.text.CaseFoldTransliterator
art-benchmark-service13164882020-11-07 02:19:14 -08003610android.icu.text.CaseMap$1
3611android.icu.text.CaseMap$Fold
3612android.icu.text.CaseMap$Lower
art-benchmark-serviced5115932020-02-25 17:55:03 -08003613android.icu.text.CaseMap$Title
3614android.icu.text.CaseMap$Upper
3615android.icu.text.CaseMap
art-benchmark-service13164882020-11-07 02:19:14 -08003616android.icu.text.CharsDictionaryMatcher
3617android.icu.text.CharsetDetector$CSRecognizerInfo
3618android.icu.text.CharsetDetector
3619android.icu.text.CharsetMatch
3620android.icu.text.CharsetRecog_2022$CharsetRecog_2022CN
3621android.icu.text.CharsetRecog_2022$CharsetRecog_2022JP
3622android.icu.text.CharsetRecog_2022$CharsetRecog_2022KR
3623android.icu.text.CharsetRecog_2022
3624android.icu.text.CharsetRecog_UTF8
3625android.icu.text.CharsetRecog_Unicode$CharsetRecog_UTF_16_BE
3626android.icu.text.CharsetRecog_Unicode$CharsetRecog_UTF_16_LE
3627android.icu.text.CharsetRecog_Unicode$CharsetRecog_UTF_32
3628android.icu.text.CharsetRecog_Unicode$CharsetRecog_UTF_32_BE
3629android.icu.text.CharsetRecog_Unicode$CharsetRecog_UTF_32_LE
3630android.icu.text.CharsetRecog_Unicode
3631android.icu.text.CharsetRecog_mbcs$CharsetRecog_big5
3632android.icu.text.CharsetRecog_mbcs$CharsetRecog_euc$CharsetRecog_euc_jp
3633android.icu.text.CharsetRecog_mbcs$CharsetRecog_euc$CharsetRecog_euc_kr
3634android.icu.text.CharsetRecog_mbcs$CharsetRecog_euc
3635android.icu.text.CharsetRecog_mbcs$CharsetRecog_gb_18030
3636android.icu.text.CharsetRecog_mbcs$CharsetRecog_sjis
3637android.icu.text.CharsetRecog_mbcs$iteratedChar
3638android.icu.text.CharsetRecog_mbcs
3639android.icu.text.CharsetRecog_sbcs$CharsetRecog_8859_1
3640android.icu.text.CharsetRecog_sbcs$CharsetRecog_8859_2
3641android.icu.text.CharsetRecog_sbcs$CharsetRecog_8859_5
3642android.icu.text.CharsetRecog_sbcs$CharsetRecog_8859_5_ru
3643android.icu.text.CharsetRecog_sbcs$CharsetRecog_8859_6
3644android.icu.text.CharsetRecog_sbcs$CharsetRecog_8859_6_ar
3645android.icu.text.CharsetRecog_sbcs$CharsetRecog_8859_7
3646android.icu.text.CharsetRecog_sbcs$CharsetRecog_8859_7_el
3647android.icu.text.CharsetRecog_sbcs$CharsetRecog_8859_8
3648android.icu.text.CharsetRecog_sbcs$CharsetRecog_8859_8_I_he
3649android.icu.text.CharsetRecog_sbcs$CharsetRecog_8859_8_he
3650android.icu.text.CharsetRecog_sbcs$CharsetRecog_8859_9
3651android.icu.text.CharsetRecog_sbcs$CharsetRecog_8859_9_tr
3652android.icu.text.CharsetRecog_sbcs$CharsetRecog_IBM420_ar
3653android.icu.text.CharsetRecog_sbcs$CharsetRecog_IBM420_ar_ltr
3654android.icu.text.CharsetRecog_sbcs$CharsetRecog_IBM420_ar_rtl
3655android.icu.text.CharsetRecog_sbcs$CharsetRecog_IBM424_he
3656android.icu.text.CharsetRecog_sbcs$CharsetRecog_IBM424_he_ltr
3657android.icu.text.CharsetRecog_sbcs$CharsetRecog_IBM424_he_rtl
3658android.icu.text.CharsetRecog_sbcs$CharsetRecog_KOI8_R
3659android.icu.text.CharsetRecog_sbcs$CharsetRecog_windows_1251
3660android.icu.text.CharsetRecog_sbcs$CharsetRecog_windows_1256
3661android.icu.text.CharsetRecog_sbcs$NGramParser
3662android.icu.text.CharsetRecog_sbcs$NGramParser_IBM420
3663android.icu.text.CharsetRecog_sbcs$NGramsPlusLang
3664android.icu.text.CharsetRecog_sbcs
3665android.icu.text.CharsetRecognizer
3666android.icu.text.ChineseDateFormat$Field
3667android.icu.text.ChineseDateFormat
3668android.icu.text.ChineseDateFormatSymbols
3669android.icu.text.CjkBreakEngine
3670android.icu.text.CollationElementIterator$MaxExpSink
3671android.icu.text.CollationElementIterator
3672android.icu.text.CollationKey$BoundMode
3673android.icu.text.CollationKey
3674android.icu.text.Collator$1
3675android.icu.text.Collator$ASCII
3676android.icu.text.Collator$CollatorFactory
3677android.icu.text.Collator$KeywordsSink
3678android.icu.text.Collator$ReorderCodes
art-benchmark-serviced5115932020-02-25 17:55:03 -08003679android.icu.text.Collator$ServiceShim
3680android.icu.text.Collator
art-benchmark-service13164882020-11-07 02:19:14 -08003681android.icu.text.CollatorServiceShim$1CFactory
art-benchmark-serviced5115932020-02-25 17:55:03 -08003682android.icu.text.CollatorServiceShim$CService$1CollatorFactory
3683android.icu.text.CollatorServiceShim$CService
3684android.icu.text.CollatorServiceShim
art-benchmark-serviced60351b2020-04-11 17:55:40 -07003685android.icu.text.CompactDecimalFormat$CompactStyle
art-benchmark-service13164882020-11-07 02:19:14 -08003686android.icu.text.CompactDecimalFormat
3687android.icu.text.ComposedCharIter
3688android.icu.text.CompoundTransliterator
art-benchmark-serviced5115932020-02-25 17:55:03 -08003689android.icu.text.ConstrainedFieldPosition$1
3690android.icu.text.ConstrainedFieldPosition$ConstraintType
3691android.icu.text.ConstrainedFieldPosition
art-benchmark-service56aece62020-02-10 17:58:03 -08003692android.icu.text.CurrencyDisplayNames
art-benchmark-service13164882020-11-07 02:19:14 -08003693android.icu.text.CurrencyFormat
art-benchmark-service56aece62020-02-10 17:58:03 -08003694android.icu.text.CurrencyMetaInfo$CurrencyDigits
3695android.icu.text.CurrencyMetaInfo$CurrencyFilter
art-benchmark-service13164882020-11-07 02:19:14 -08003696android.icu.text.CurrencyMetaInfo$CurrencyInfo
art-benchmark-service56aece62020-02-10 17:58:03 -08003697android.icu.text.CurrencyMetaInfo
art-benchmark-service13164882020-11-07 02:19:14 -08003698android.icu.text.CurrencyPluralInfo
art-benchmark-serviced5115932020-02-25 17:55:03 -08003699android.icu.text.DateFormat$BooleanAttribute
3700android.icu.text.DateFormat$Field
3701android.icu.text.DateFormat
3702android.icu.text.DateFormatSymbols$1
3703android.icu.text.DateFormatSymbols$CalendarDataSink$AliasType
3704android.icu.text.DateFormatSymbols$CalendarDataSink
3705android.icu.text.DateFormatSymbols$CapitalizationContextUsage
3706android.icu.text.DateFormatSymbols
art-benchmark-service13164882020-11-07 02:19:14 -08003707android.icu.text.DateIntervalFormat$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08003708android.icu.text.DateIntervalFormat$BestMatchInfo
art-benchmark-service13164882020-11-07 02:19:14 -08003709android.icu.text.DateIntervalFormat$FormatOutput
3710android.icu.text.DateIntervalFormat$FormattedDateInterval
3711android.icu.text.DateIntervalFormat$SkeletonAndItsBestMatch
3712android.icu.text.DateIntervalFormat$SpanField
art-benchmark-serviced5115932020-02-25 17:55:03 -08003713android.icu.text.DateIntervalFormat
3714android.icu.text.DateIntervalInfo$DateIntervalSink
3715android.icu.text.DateIntervalInfo$PatternInfo
3716android.icu.text.DateIntervalInfo
art-benchmark-service13164882020-11-07 02:19:14 -08003717android.icu.text.DateTimePatternGenerator$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08003718android.icu.text.DateTimePatternGenerator$AppendItemFormatsSink
3719android.icu.text.DateTimePatternGenerator$AppendItemNamesSink
3720android.icu.text.DateTimePatternGenerator$AvailableFormatsSink
3721android.icu.text.DateTimePatternGenerator$DTPGflags
3722android.icu.text.DateTimePatternGenerator$DateTimeMatcher
3723android.icu.text.DateTimePatternGenerator$DayPeriodAllowedHoursSink
3724android.icu.text.DateTimePatternGenerator$DisplayWidth
3725android.icu.text.DateTimePatternGenerator$DistanceInfo
3726android.icu.text.DateTimePatternGenerator$FormatParser
3727android.icu.text.DateTimePatternGenerator$PatternInfo
3728android.icu.text.DateTimePatternGenerator$PatternWithMatcher
3729android.icu.text.DateTimePatternGenerator$PatternWithSkeletonFlag
3730android.icu.text.DateTimePatternGenerator$SkeletonFields
3731android.icu.text.DateTimePatternGenerator$VariableField
3732android.icu.text.DateTimePatternGenerator
art-benchmark-service13164882020-11-07 02:19:14 -08003733android.icu.text.DecimalFormat$PropertySetter
art-benchmark-service56aece62020-02-10 17:58:03 -08003734android.icu.text.DecimalFormat
3735android.icu.text.DecimalFormatSymbols$1
3736android.icu.text.DecimalFormatSymbols$CacheData
3737android.icu.text.DecimalFormatSymbols$DecFmtDataSink
3738android.icu.text.DecimalFormatSymbols
3739android.icu.text.DictionaryBreakEngine$DequeI
art-benchmark-service13164882020-11-07 02:19:14 -08003740android.icu.text.DictionaryBreakEngine$PossibleWord
art-benchmark-service56aece62020-02-10 17:58:03 -08003741android.icu.text.DictionaryBreakEngine
art-benchmark-service13164882020-11-07 02:19:14 -08003742android.icu.text.DictionaryData
3743android.icu.text.DictionaryMatcher
art-benchmark-service56aece62020-02-10 17:58:03 -08003744android.icu.text.DisplayContext$Type
3745android.icu.text.DisplayContext
art-benchmark-service13164882020-11-07 02:19:14 -08003746android.icu.text.DurationFormat
3747android.icu.text.Edits$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08003748android.icu.text.Edits$Iterator
3749android.icu.text.Edits
art-benchmark-servicead05a302020-03-17 09:46:02 -07003750android.icu.text.EscapeTransliterator$1
3751android.icu.text.EscapeTransliterator$2
3752android.icu.text.EscapeTransliterator$3
3753android.icu.text.EscapeTransliterator$4
3754android.icu.text.EscapeTransliterator$5
3755android.icu.text.EscapeTransliterator$6
3756android.icu.text.EscapeTransliterator$7
3757android.icu.text.EscapeTransliterator$8
3758android.icu.text.EscapeTransliterator
art-benchmark-service13164882020-11-07 02:19:14 -08003759android.icu.text.FilteredBreakIteratorBuilder
3760android.icu.text.FilteredNormalizer2
art-benchmark-serviced5115932020-02-25 17:55:03 -08003761android.icu.text.FormattedValue
art-benchmark-service13164882020-11-07 02:19:14 -08003762android.icu.text.FractionalPartSubstitution
3763android.icu.text.FunctionReplacer
3764android.icu.text.IDNA$Error
3765android.icu.text.IDNA$Info
art-benchmark-serviced5115932020-02-25 17:55:03 -08003766android.icu.text.IDNA
art-benchmark-service13164882020-11-07 02:19:14 -08003767android.icu.text.IntegralPartSubstitution
3768android.icu.text.KhmerBreakEngine
art-benchmark-service56aece62020-02-10 17:58:03 -08003769android.icu.text.LanguageBreakEngine
art-benchmark-service13164882020-11-07 02:19:14 -08003770android.icu.text.LaoBreakEngine
3771android.icu.text.ListFormatter$1
3772android.icu.text.ListFormatter$Cache
3773android.icu.text.ListFormatter$FormattedListBuilder
art-benchmark-serviced60351b2020-04-11 17:55:40 -07003774android.icu.text.ListFormatter$Style
art-benchmark-service13164882020-11-07 02:19:14 -08003775android.icu.text.ListFormatter
3776android.icu.text.LocaleDisplayNames$1
3777android.icu.text.LocaleDisplayNames$DialectHandling
3778android.icu.text.LocaleDisplayNames$LastResortLocaleDisplayNames
3779android.icu.text.LocaleDisplayNames$UiListItem$UiListItemComparator
3780android.icu.text.LocaleDisplayNames$UiListItem
3781android.icu.text.LocaleDisplayNames
art-benchmark-servicead05a302020-03-17 09:46:02 -07003782android.icu.text.LowercaseTransliterator$1
art-benchmark-service13164882020-11-07 02:19:14 -08003783android.icu.text.LowercaseTransliterator$2
art-benchmark-servicead05a302020-03-17 09:46:02 -07003784android.icu.text.LowercaseTransliterator
art-benchmark-serviced5115932020-02-25 17:55:03 -08003785android.icu.text.MeasureFormat$FormatWidth
art-benchmark-service13164882020-11-07 02:19:14 -08003786android.icu.text.MeasureFormat$MeasureProxy
3787android.icu.text.MeasureFormat$NumberFormatterCacheEntry
3788android.icu.text.MeasureFormat$NumericFormatters
art-benchmark-serviced5115932020-02-25 17:55:03 -08003789android.icu.text.MeasureFormat
art-benchmark-service13164882020-11-07 02:19:14 -08003790android.icu.text.MessageFormat$1
3791android.icu.text.MessageFormat$AppendableWrapper
3792android.icu.text.MessageFormat$AttributeAndPosition
3793android.icu.text.MessageFormat$Field
3794android.icu.text.MessageFormat$PluralSelectorContext
3795android.icu.text.MessageFormat$PluralSelectorProvider
3796android.icu.text.MessageFormat
3797android.icu.text.MessagePattern$1
3798android.icu.text.MessagePattern$ApostropheMode
3799android.icu.text.MessagePattern$ArgType
3800android.icu.text.MessagePattern$Part$Type
3801android.icu.text.MessagePattern$Part
3802android.icu.text.MessagePattern
3803android.icu.text.MessagePatternUtil$1
3804android.icu.text.MessagePatternUtil$ArgNode
3805android.icu.text.MessagePatternUtil$ComplexArgStyleNode
3806android.icu.text.MessagePatternUtil$MessageContentsNode$Type
3807android.icu.text.MessagePatternUtil$MessageContentsNode
3808android.icu.text.MessagePatternUtil$MessageNode
3809android.icu.text.MessagePatternUtil$Node
3810android.icu.text.MessagePatternUtil$TextNode
3811android.icu.text.MessagePatternUtil$VariantNode
3812android.icu.text.MessagePatternUtil
3813android.icu.text.ModulusSubstitution
3814android.icu.text.MultiplierSubstitution
3815android.icu.text.NFRule
3816android.icu.text.NFRuleSet
3817android.icu.text.NFSubstitution
art-benchmark-servicead05a302020-03-17 09:46:02 -07003818android.icu.text.NameUnicodeTransliterator$1
3819android.icu.text.NameUnicodeTransliterator
3820android.icu.text.NormalizationTransliterator$1
3821android.icu.text.NormalizationTransliterator$2
3822android.icu.text.NormalizationTransliterator$3
3823android.icu.text.NormalizationTransliterator$4
3824android.icu.text.NormalizationTransliterator$5
3825android.icu.text.NormalizationTransliterator$6
art-benchmark-service13164882020-11-07 02:19:14 -08003826android.icu.text.NormalizationTransliterator$NormalizingTransform
art-benchmark-servicead05a302020-03-17 09:46:02 -07003827android.icu.text.NormalizationTransliterator
art-benchmark-service13164882020-11-07 02:19:14 -08003828android.icu.text.Normalizer$1
3829android.icu.text.Normalizer$CharsAppendable
3830android.icu.text.Normalizer$CmpEquivLevel
3831android.icu.text.Normalizer$FCD32ModeImpl
art-benchmark-service56aece62020-02-10 17:58:03 -08003832android.icu.text.Normalizer$FCDMode
art-benchmark-service13164882020-11-07 02:19:14 -08003833android.icu.text.Normalizer$FCDModeImpl
art-benchmark-service56aece62020-02-10 17:58:03 -08003834android.icu.text.Normalizer$Mode
art-benchmark-serviced5115932020-02-25 17:55:03 -08003835android.icu.text.Normalizer$ModeImpl
art-benchmark-service13164882020-11-07 02:19:14 -08003836android.icu.text.Normalizer$NFC32ModeImpl
art-benchmark-service56aece62020-02-10 17:58:03 -08003837android.icu.text.Normalizer$NFCMode
art-benchmark-service13164882020-11-07 02:19:14 -08003838android.icu.text.Normalizer$NFCModeImpl
3839android.icu.text.Normalizer$NFD32ModeImpl
art-benchmark-service56aece62020-02-10 17:58:03 -08003840android.icu.text.Normalizer$NFDMode
art-benchmark-service13164882020-11-07 02:19:14 -08003841android.icu.text.Normalizer$NFDModeImpl
3842android.icu.text.Normalizer$NFKC32ModeImpl
art-benchmark-service56aece62020-02-10 17:58:03 -08003843android.icu.text.Normalizer$NFKCMode
art-benchmark-service13164882020-11-07 02:19:14 -08003844android.icu.text.Normalizer$NFKCModeImpl
3845android.icu.text.Normalizer$NFKD32ModeImpl
art-benchmark-service56aece62020-02-10 17:58:03 -08003846android.icu.text.Normalizer$NFKDMode
art-benchmark-serviced5115932020-02-25 17:55:03 -08003847android.icu.text.Normalizer$NFKDModeImpl
art-benchmark-service56aece62020-02-10 17:58:03 -08003848android.icu.text.Normalizer$NONEMode
3849android.icu.text.Normalizer$QuickCheckResult
art-benchmark-service13164882020-11-07 02:19:14 -08003850android.icu.text.Normalizer$Unicode32
3851android.icu.text.Normalizer2$1
3852android.icu.text.Normalizer2$Mode
art-benchmark-serviced5115932020-02-25 17:55:03 -08003853android.icu.text.Normalizer2
art-benchmark-service56aece62020-02-10 17:58:03 -08003854android.icu.text.Normalizer
art-benchmark-servicead05a302020-03-17 09:46:02 -07003855android.icu.text.NullTransliterator
art-benchmark-serviced5115932020-02-25 17:55:03 -08003856android.icu.text.NumberFormat$Field
art-benchmark-service13164882020-11-07 02:19:14 -08003857android.icu.text.NumberFormat$NumberFormatFactory
art-benchmark-serviced5115932020-02-25 17:55:03 -08003858android.icu.text.NumberFormat$NumberFormatShim
art-benchmark-service13164882020-11-07 02:19:14 -08003859android.icu.text.NumberFormat$SimpleNumberFormatFactory
art-benchmark-service56aece62020-02-10 17:58:03 -08003860android.icu.text.NumberFormat
art-benchmark-service13164882020-11-07 02:19:14 -08003861android.icu.text.NumberFormatServiceShim$NFFactory
art-benchmark-serviced5115932020-02-25 17:55:03 -08003862android.icu.text.NumberFormatServiceShim$NFService$1RBNumberFormatFactory
3863android.icu.text.NumberFormatServiceShim$NFService
art-benchmark-service13164882020-11-07 02:19:14 -08003864android.icu.text.NumberFormatServiceShim
art-benchmark-service56aece62020-02-10 17:58:03 -08003865android.icu.text.NumberingSystem$1
3866android.icu.text.NumberingSystem$2
3867android.icu.text.NumberingSystem$LocaleLookupData
3868android.icu.text.NumberingSystem
art-benchmark-service13164882020-11-07 02:19:14 -08003869android.icu.text.NumeratorSubstitution
3870android.icu.text.PluralFormat$1
3871android.icu.text.PluralFormat$PluralSelector
3872android.icu.text.PluralFormat$PluralSelectorAdapter
3873android.icu.text.PluralFormat
art-benchmark-serviced5115932020-02-25 17:55:03 -08003874android.icu.text.PluralRules$1
3875android.icu.text.PluralRules$2
3876android.icu.text.PluralRules$AndConstraint
3877android.icu.text.PluralRules$BinaryConstraint
3878android.icu.text.PluralRules$Constraint
3879android.icu.text.PluralRules$Factory
3880android.icu.text.PluralRules$FixedDecimal
3881android.icu.text.PluralRules$FixedDecimalRange
3882android.icu.text.PluralRules$FixedDecimalSamples
3883android.icu.text.PluralRules$IFixedDecimal
art-benchmark-service13164882020-11-07 02:19:14 -08003884android.icu.text.PluralRules$KeywordStatus
art-benchmark-serviced5115932020-02-25 17:55:03 -08003885android.icu.text.PluralRules$Operand
art-benchmark-service13164882020-11-07 02:19:14 -08003886android.icu.text.PluralRules$OrConstraint
art-benchmark-serviced5115932020-02-25 17:55:03 -08003887android.icu.text.PluralRules$PluralType
3888android.icu.text.PluralRules$RangeConstraint
3889android.icu.text.PluralRules$Rule
3890android.icu.text.PluralRules$RuleList
3891android.icu.text.PluralRules$SampleType
3892android.icu.text.PluralRules$SimpleTokenizer
3893android.icu.text.PluralRules
art-benchmark-service13164882020-11-07 02:19:14 -08003894android.icu.text.PluralRulesSerialProxy
3895android.icu.text.PluralSamples
3896android.icu.text.Quantifier
3897android.icu.text.QuantityFormatter
3898android.icu.text.RBBINode
3899android.icu.text.RBBIRuleBuilder$IntPair
3900android.icu.text.RBBIRuleBuilder
3901android.icu.text.RBBIRuleParseTable$RBBIRuleTableElement
3902android.icu.text.RBBIRuleParseTable
3903android.icu.text.RBBIRuleScanner$RBBIRuleChar
3904android.icu.text.RBBIRuleScanner$RBBISetTableEl
3905android.icu.text.RBBIRuleScanner
3906android.icu.text.RBBISetBuilder$RangeDescriptor
3907android.icu.text.RBBISetBuilder
3908android.icu.text.RBBISymbolTable$RBBISymbolTableEntry
3909android.icu.text.RBBISymbolTable
3910android.icu.text.RBBITableBuilder$RBBIStateDescriptor
3911android.icu.text.RBBITableBuilder
3912android.icu.text.RBNFChinesePostProcessor
3913android.icu.text.RBNFPostProcessor
3914android.icu.text.RawCollationKey
3915android.icu.text.RbnfLenientScanner
3916android.icu.text.RbnfLenientScannerProvider
3917android.icu.text.RelativeDateTimeFormatter$1
3918android.icu.text.RelativeDateTimeFormatter$AbsoluteUnit
art-benchmark-serviced5115932020-02-25 17:55:03 -08003919android.icu.text.RelativeDateTimeFormatter$Cache$1
3920android.icu.text.RelativeDateTimeFormatter$Cache
art-benchmark-service13164882020-11-07 02:19:14 -08003921android.icu.text.RelativeDateTimeFormatter$Direction
3922android.icu.text.RelativeDateTimeFormatter$Field
3923android.icu.text.RelativeDateTimeFormatter$FormattedRelativeDateTime
art-benchmark-serviced5115932020-02-25 17:55:03 -08003924android.icu.text.RelativeDateTimeFormatter$Loader
art-benchmark-service13164882020-11-07 02:19:14 -08003925android.icu.text.RelativeDateTimeFormatter$RelDateTimeDataSink$DateTimeUnit
art-benchmark-serviced5115932020-02-25 17:55:03 -08003926android.icu.text.RelativeDateTimeFormatter$RelDateTimeDataSink
art-benchmark-service13164882020-11-07 02:19:14 -08003927android.icu.text.RelativeDateTimeFormatter$RelativeDateTimeFormatterData
3928android.icu.text.RelativeDateTimeFormatter$RelativeDateTimeUnit
3929android.icu.text.RelativeDateTimeFormatter$RelativeUnit
3930android.icu.text.RelativeDateTimeFormatter$Style
3931android.icu.text.RelativeDateTimeFormatter
art-benchmark-servicead05a302020-03-17 09:46:02 -07003932android.icu.text.RemoveTransliterator$1
3933android.icu.text.RemoveTransliterator
art-benchmark-serviced5115932020-02-25 17:55:03 -08003934android.icu.text.Replaceable
art-benchmark-service13164882020-11-07 02:19:14 -08003935android.icu.text.ReplaceableContextIterator
art-benchmark-serviced5115932020-02-25 17:55:03 -08003936android.icu.text.ReplaceableString
art-benchmark-service56aece62020-02-10 17:58:03 -08003937android.icu.text.RuleBasedBreakIterator$BreakCache
3938android.icu.text.RuleBasedBreakIterator$DictionaryCache
art-benchmark-service56aece62020-02-10 17:58:03 -08003939android.icu.text.RuleBasedBreakIterator
art-benchmark-service13164882020-11-07 02:19:14 -08003940android.icu.text.RuleBasedCollator$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08003941android.icu.text.RuleBasedCollator$CollationBuffer
art-benchmark-service13164882020-11-07 02:19:14 -08003942android.icu.text.RuleBasedCollator$CollationKeyByteSink
art-benchmark-serviced5115932020-02-25 17:55:03 -08003943android.icu.text.RuleBasedCollator$FCDUTF16NFDIterator
3944android.icu.text.RuleBasedCollator$NFDIterator
3945android.icu.text.RuleBasedCollator$UTF16NFDIterator
3946android.icu.text.RuleBasedCollator
art-benchmark-service13164882020-11-07 02:19:14 -08003947android.icu.text.RuleBasedNumberFormat
art-benchmark-servicead05a302020-03-17 09:46:02 -07003948android.icu.text.RuleBasedTransliterator$Data
art-benchmark-service13164882020-11-07 02:19:14 -08003949android.icu.text.RuleBasedTransliterator
3950android.icu.text.SCSU
3951android.icu.text.SameValueSubstitution
3952android.icu.text.ScientificNumberFormatter$1
3953android.icu.text.ScientificNumberFormatter$MarkupStyle
3954android.icu.text.ScientificNumberFormatter$Style
3955android.icu.text.ScientificNumberFormatter$SuperscriptStyle
3956android.icu.text.ScientificNumberFormatter
3957android.icu.text.SearchIterator$ElementComparisonType
3958android.icu.text.SearchIterator$Search
3959android.icu.text.SearchIterator
3960android.icu.text.SelectFormat
3961android.icu.text.SimpleDateFormat$1
3962android.icu.text.SimpleDateFormat$ContextValue
art-benchmark-serviced5115932020-02-25 17:55:03 -08003963android.icu.text.SimpleDateFormat$PatternItem
3964android.icu.text.SimpleDateFormat
art-benchmark-service13164882020-11-07 02:19:14 -08003965android.icu.text.SimpleFormatter
3966android.icu.text.SourceTargetUtility
3967android.icu.text.SpoofChecker$1
3968android.icu.text.SpoofChecker$Builder$ConfusabledataBuilder$SPUString
3969android.icu.text.SpoofChecker$Builder$ConfusabledataBuilder$SPUStringComparator
3970android.icu.text.SpoofChecker$Builder$ConfusabledataBuilder$SPUStringPool
3971android.icu.text.SpoofChecker$Builder$ConfusabledataBuilder
3972android.icu.text.SpoofChecker$Builder
3973android.icu.text.SpoofChecker$CheckResult
3974android.icu.text.SpoofChecker$ConfusableDataUtils
3975android.icu.text.SpoofChecker$RestrictionLevel
3976android.icu.text.SpoofChecker$ScriptSet
3977android.icu.text.SpoofChecker$SpoofData$DefaultData
3978android.icu.text.SpoofChecker$SpoofData$IsAcceptable
3979android.icu.text.SpoofChecker$SpoofData
3980android.icu.text.SpoofChecker
3981android.icu.text.StringCharacterIterator
3982android.icu.text.StringMatcher
3983android.icu.text.StringPrep$1
3984android.icu.text.StringPrep$Values
art-benchmark-serviced5115932020-02-25 17:55:03 -08003985android.icu.text.StringPrep
art-benchmark-service56aece62020-02-10 17:58:03 -08003986android.icu.text.StringPrepParseException
art-benchmark-service13164882020-11-07 02:19:14 -08003987android.icu.text.StringReplacer
3988android.icu.text.StringSearch$1
3989android.icu.text.StringSearch$CEBuffer
3990android.icu.text.StringSearch$CEI
3991android.icu.text.StringSearch$CollationPCE$PCEBuffer
3992android.icu.text.StringSearch$CollationPCE$PCEI
3993android.icu.text.StringSearch$CollationPCE$RCEBuffer
3994android.icu.text.StringSearch$CollationPCE$RCEI
3995android.icu.text.StringSearch$CollationPCE$Range
3996android.icu.text.StringSearch$CollationPCE
3997android.icu.text.StringSearch$Match
3998android.icu.text.StringSearch$Pattern
3999android.icu.text.StringSearch
art-benchmark-service56aece62020-02-10 17:58:03 -08004000android.icu.text.StringTransform
art-benchmark-servicead05a302020-03-17 09:46:02 -07004001android.icu.text.SymbolTable
art-benchmark-service13164882020-11-07 02:19:14 -08004002android.icu.text.ThaiBreakEngine
4003android.icu.text.TimeUnitFormat$TimeUnitFormatSetupSink
4004android.icu.text.TimeUnitFormat
4005android.icu.text.TimeZoneFormat$1
4006android.icu.text.TimeZoneFormat$GMTOffsetField
4007android.icu.text.TimeZoneFormat$GMTOffsetPatternType
4008android.icu.text.TimeZoneFormat$OffsetFields
4009android.icu.text.TimeZoneFormat$ParseOption
4010android.icu.text.TimeZoneFormat$Style
4011android.icu.text.TimeZoneFormat$TimeType
4012android.icu.text.TimeZoneFormat$TimeZoneFormatCache
4013android.icu.text.TimeZoneFormat
4014android.icu.text.TimeZoneNames$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08004015android.icu.text.TimeZoneNames$Cache
art-benchmark-service13164882020-11-07 02:19:14 -08004016android.icu.text.TimeZoneNames$DefaultTimeZoneNames$FactoryImpl
4017android.icu.text.TimeZoneNames$DefaultTimeZoneNames
art-benchmark-serviced5115932020-02-25 17:55:03 -08004018android.icu.text.TimeZoneNames$Factory
art-benchmark-service13164882020-11-07 02:19:14 -08004019android.icu.text.TimeZoneNames$MatchInfo
art-benchmark-service56aece62020-02-10 17:58:03 -08004020android.icu.text.TimeZoneNames$NameType
art-benchmark-serviced5115932020-02-25 17:55:03 -08004021android.icu.text.TimeZoneNames
art-benchmark-servicead05a302020-03-17 09:46:02 -07004022android.icu.text.TitlecaseTransliterator$1
art-benchmark-service13164882020-11-07 02:19:14 -08004023android.icu.text.TitlecaseTransliterator$2
art-benchmark-servicead05a302020-03-17 09:46:02 -07004024android.icu.text.TitlecaseTransliterator
art-benchmark-service56aece62020-02-10 17:58:03 -08004025android.icu.text.Transform
art-benchmark-service13164882020-11-07 02:19:14 -08004026android.icu.text.TransliterationRule
4027android.icu.text.TransliterationRuleSet
art-benchmark-servicead05a302020-03-17 09:46:02 -07004028android.icu.text.Transliterator$Factory
4029android.icu.text.Transliterator$Position
art-benchmark-service56aece62020-02-10 17:58:03 -08004030android.icu.text.Transliterator
art-benchmark-servicead05a302020-03-17 09:46:02 -07004031android.icu.text.TransliteratorIDParser$SingleID
4032android.icu.text.TransliteratorIDParser$Specs
4033android.icu.text.TransliteratorIDParser
art-benchmark-service13164882020-11-07 02:19:14 -08004034android.icu.text.TransliteratorParser$1
4035android.icu.text.TransliteratorParser$ParseData
4036android.icu.text.TransliteratorParser$RuleArray
4037android.icu.text.TransliteratorParser$RuleBody
4038android.icu.text.TransliteratorParser$RuleHalf
4039android.icu.text.TransliteratorParser
art-benchmark-servicead05a302020-03-17 09:46:02 -07004040android.icu.text.TransliteratorRegistry$AliasEntry
art-benchmark-service13164882020-11-07 02:19:14 -08004041android.icu.text.TransliteratorRegistry$CompoundRBTEntry
art-benchmark-servicead05a302020-03-17 09:46:02 -07004042android.icu.text.TransliteratorRegistry$IDEnumeration
art-benchmark-service13164882020-11-07 02:19:14 -08004043android.icu.text.TransliteratorRegistry$LocaleEntry
art-benchmark-servicead05a302020-03-17 09:46:02 -07004044android.icu.text.TransliteratorRegistry$ResourceEntry
4045android.icu.text.TransliteratorRegistry$Spec
4046android.icu.text.TransliteratorRegistry
art-benchmark-serviced5115932020-02-25 17:55:03 -08004047android.icu.text.UCharacterIterator
4048android.icu.text.UFieldPosition
art-benchmark-service13164882020-11-07 02:19:14 -08004049android.icu.text.UFormat$SpanField
art-benchmark-service56aece62020-02-10 17:58:03 -08004050android.icu.text.UFormat
art-benchmark-serviced5115932020-02-25 17:55:03 -08004051android.icu.text.UForwardCharacterIterator
4052android.icu.text.UTF16$StringComparator
art-benchmark-service56aece62020-02-10 17:58:03 -08004053android.icu.text.UTF16
art-benchmark-servicead05a302020-03-17 09:46:02 -07004054android.icu.text.UnescapeTransliterator$1
4055android.icu.text.UnescapeTransliterator$2
4056android.icu.text.UnescapeTransliterator$3
4057android.icu.text.UnescapeTransliterator$4
4058android.icu.text.UnescapeTransliterator$5
4059android.icu.text.UnescapeTransliterator$6
4060android.icu.text.UnescapeTransliterator$7
4061android.icu.text.UnescapeTransliterator
art-benchmark-service56aece62020-02-10 17:58:03 -08004062android.icu.text.UnhandledBreakEngine
art-benchmark-service13164882020-11-07 02:19:14 -08004063android.icu.text.UnicodeCompressor
4064android.icu.text.UnicodeDecompressor
art-benchmark-service56aece62020-02-10 17:58:03 -08004065android.icu.text.UnicodeFilter
4066android.icu.text.UnicodeMatcher
art-benchmark-servicead05a302020-03-17 09:46:02 -07004067android.icu.text.UnicodeNameTransliterator$1
4068android.icu.text.UnicodeNameTransliterator
art-benchmark-service13164882020-11-07 02:19:14 -08004069android.icu.text.UnicodeReplacer
4070android.icu.text.UnicodeSet$1
4071android.icu.text.UnicodeSet$ComparisonStyle
4072android.icu.text.UnicodeSet$EntryRange
4073android.icu.text.UnicodeSet$EntryRangeIterable
4074android.icu.text.UnicodeSet$EntryRangeIterator
art-benchmark-serviced5115932020-02-25 17:55:03 -08004075android.icu.text.UnicodeSet$Filter
4076android.icu.text.UnicodeSet$GeneralCategoryMaskFilter
4077android.icu.text.UnicodeSet$IntPropertyFilter
art-benchmark-servicead05a302020-03-17 09:46:02 -07004078android.icu.text.UnicodeSet$NumericValueFilter
4079android.icu.text.UnicodeSet$ScriptExtensionsFilter
art-benchmark-serviced5115932020-02-25 17:55:03 -08004080android.icu.text.UnicodeSet$SpanCondition
4081android.icu.text.UnicodeSet$UnicodeSetIterator2
art-benchmark-servicead05a302020-03-17 09:46:02 -07004082android.icu.text.UnicodeSet$VersionFilter
4083android.icu.text.UnicodeSet$XSymbolTable
art-benchmark-service56aece62020-02-10 17:58:03 -08004084android.icu.text.UnicodeSet
art-benchmark-service13164882020-11-07 02:19:14 -08004085android.icu.text.UnicodeSetIterator
4086android.icu.text.UnicodeSetSpanner$CountMethod
4087android.icu.text.UnicodeSetSpanner$TrimOption
4088android.icu.text.UnicodeSetSpanner
art-benchmark-servicead05a302020-03-17 09:46:02 -07004089android.icu.text.UppercaseTransliterator$1
art-benchmark-service13164882020-11-07 02:19:14 -08004090android.icu.text.UppercaseTransliterator$2
art-benchmark-servicead05a302020-03-17 09:46:02 -07004091android.icu.text.UppercaseTransliterator
art-benchmark-serviced5115932020-02-25 17:55:03 -08004092android.icu.util.AnnualTimeZoneRule
4093android.icu.util.BasicTimeZone
art-benchmark-service13164882020-11-07 02:19:14 -08004094android.icu.util.BuddhistCalendar
4095android.icu.util.ByteArrayWrapper
4096android.icu.util.BytesTrie$1
4097android.icu.util.BytesTrie$Entry
4098android.icu.util.BytesTrie$Iterator
art-benchmark-serviced5115932020-02-25 17:55:03 -08004099android.icu.util.BytesTrie$Result
art-benchmark-service13164882020-11-07 02:19:14 -08004100android.icu.util.BytesTrie$State
art-benchmark-serviced5115932020-02-25 17:55:03 -08004101android.icu.util.BytesTrie
art-benchmark-service13164882020-11-07 02:19:14 -08004102android.icu.util.BytesTrieBuilder$BytesAsCharSequence
4103android.icu.util.BytesTrieBuilder
4104android.icu.util.CECalendar
art-benchmark-serviced5115932020-02-25 17:55:03 -08004105android.icu.util.Calendar$1
4106android.icu.util.Calendar$FormatConfiguration
4107android.icu.util.Calendar$PatternData
4108android.icu.util.Calendar$WeekData
4109android.icu.util.Calendar$WeekDataCache
4110android.icu.util.Calendar
art-benchmark-servicead05a302020-03-17 09:46:02 -07004111android.icu.util.CaseInsensitiveString
art-benchmark-service13164882020-11-07 02:19:14 -08004112android.icu.util.CharsTrie$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08004113android.icu.util.CharsTrie$Entry
4114android.icu.util.CharsTrie$Iterator
art-benchmark-service13164882020-11-07 02:19:14 -08004115android.icu.util.CharsTrie$State
4116android.icu.util.CharsTrie
4117android.icu.util.CharsTrieBuilder
4118android.icu.util.ChineseCalendar
4119android.icu.util.CodePointMap$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08004120android.icu.util.CodePointMap$Range
art-benchmark-service13164882020-11-07 02:19:14 -08004121android.icu.util.CodePointMap$RangeIterator
art-benchmark-serviced5115932020-02-25 17:55:03 -08004122android.icu.util.CodePointMap$RangeOption
art-benchmark-service13164882020-11-07 02:19:14 -08004123android.icu.util.CodePointMap$StringIterator
art-benchmark-serviced5115932020-02-25 17:55:03 -08004124android.icu.util.CodePointMap$ValueFilter
4125android.icu.util.CodePointMap
4126android.icu.util.CodePointTrie$1
4127android.icu.util.CodePointTrie$Data16
art-benchmark-service13164882020-11-07 02:19:14 -08004128android.icu.util.CodePointTrie$Data32
4129android.icu.util.CodePointTrie$Data8
art-benchmark-serviced5115932020-02-25 17:55:03 -08004130android.icu.util.CodePointTrie$Data
art-benchmark-service13164882020-11-07 02:19:14 -08004131android.icu.util.CodePointTrie$Fast$FastStringIterator
art-benchmark-serviced5115932020-02-25 17:55:03 -08004132android.icu.util.CodePointTrie$Fast16
art-benchmark-service13164882020-11-07 02:19:14 -08004133android.icu.util.CodePointTrie$Fast32
4134android.icu.util.CodePointTrie$Fast8
art-benchmark-serviced5115932020-02-25 17:55:03 -08004135android.icu.util.CodePointTrie$Fast
art-benchmark-service13164882020-11-07 02:19:14 -08004136android.icu.util.CodePointTrie$Small$SmallStringIterator
4137android.icu.util.CodePointTrie$Small16
4138android.icu.util.CodePointTrie$Small32
4139android.icu.util.CodePointTrie$Small8
4140android.icu.util.CodePointTrie$Small
art-benchmark-serviced5115932020-02-25 17:55:03 -08004141android.icu.util.CodePointTrie$Type
4142android.icu.util.CodePointTrie$ValueWidth
4143android.icu.util.CodePointTrie
art-benchmark-service13164882020-11-07 02:19:14 -08004144android.icu.util.CompactByteArray
4145android.icu.util.CompactCharArray
4146android.icu.util.CopticCalendar
art-benchmark-service56aece62020-02-10 17:58:03 -08004147android.icu.util.Currency$1
art-benchmark-service13164882020-11-07 02:19:14 -08004148android.icu.util.Currency$CurrencyNameResultHandler
4149android.icu.util.Currency$CurrencyStringInfo
art-benchmark-service56aece62020-02-10 17:58:03 -08004150android.icu.util.Currency$CurrencyUsage
art-benchmark-service13164882020-11-07 02:19:14 -08004151android.icu.util.Currency$ServiceShim
art-benchmark-service56aece62020-02-10 17:58:03 -08004152android.icu.util.Currency
art-benchmark-service13164882020-11-07 02:19:14 -08004153android.icu.util.CurrencyAmount
4154android.icu.util.CurrencyServiceShim$CFService$1CurrencyFactory
4155android.icu.util.CurrencyServiceShim$CFService
4156android.icu.util.CurrencyServiceShim
4157android.icu.util.DangiCalendar
4158android.icu.util.DateInterval
4159android.icu.util.DateRule
art-benchmark-serviced5115932020-02-25 17:55:03 -08004160android.icu.util.DateTimeRule
art-benchmark-service13164882020-11-07 02:19:14 -08004161android.icu.util.EasterHoliday
4162android.icu.util.EasterRule
4163android.icu.util.EthiopicCalendar
art-benchmark-service56aece62020-02-10 17:58:03 -08004164android.icu.util.Freezable
art-benchmark-service13164882020-11-07 02:19:14 -08004165android.icu.util.GenderInfo$1
4166android.icu.util.GenderInfo$Cache
4167android.icu.util.GenderInfo$Gender
4168android.icu.util.GenderInfo$ListGenderStyle
4169android.icu.util.GenderInfo
4170android.icu.util.GlobalizationPreferences
art-benchmark-serviced5115932020-02-25 17:55:03 -08004171android.icu.util.GregorianCalendar
art-benchmark-service13164882020-11-07 02:19:14 -08004172android.icu.util.HebrewCalendar
4173android.icu.util.HebrewHoliday
4174android.icu.util.Holiday
4175android.icu.util.ICUCloneNotSupportedException
art-benchmark-serviced5115932020-02-25 17:55:03 -08004176android.icu.util.ICUException
art-benchmark-servicead05a302020-03-17 09:46:02 -07004177android.icu.util.ICUUncheckedIOException
art-benchmark-service13164882020-11-07 02:19:14 -08004178android.icu.util.IllformedLocaleException
4179android.icu.util.IndianCalendar
art-benchmark-serviced5115932020-02-25 17:55:03 -08004180android.icu.util.InitialTimeZoneRule
art-benchmark-service13164882020-11-07 02:19:14 -08004181android.icu.util.IslamicCalendar$CalculationType
4182android.icu.util.IslamicCalendar
4183android.icu.util.JapaneseCalendar
4184android.icu.util.LocaleData$1
4185android.icu.util.LocaleData$MeasurementSystem
4186android.icu.util.LocaleData$PaperSize
4187android.icu.util.LocaleData
4188android.icu.util.LocaleMatcher$1
4189android.icu.util.LocaleMatcher$Builder
4190android.icu.util.LocaleMatcher$Demotion
4191android.icu.util.LocaleMatcher$FavorSubtag
4192android.icu.util.LocaleMatcher$LocaleLsrIterator
4193android.icu.util.LocaleMatcher$LsrIterator
4194android.icu.util.LocaleMatcher$Result
4195android.icu.util.LocaleMatcher$ULocaleLsrIterator
4196android.icu.util.LocaleMatcher
4197android.icu.util.LocalePriorityList$1
4198android.icu.util.LocalePriorityList$Builder
4199android.icu.util.LocalePriorityList
art-benchmark-serviced5115932020-02-25 17:55:03 -08004200android.icu.util.Measure
art-benchmark-service56aece62020-02-10 17:58:03 -08004201android.icu.util.MeasureUnit$1
4202android.icu.util.MeasureUnit$2
4203android.icu.util.MeasureUnit$3
art-benchmark-service13164882020-11-07 02:19:14 -08004204android.icu.util.MeasureUnit$CurrencyNumericCodeSink
art-benchmark-service56aece62020-02-10 17:58:03 -08004205android.icu.util.MeasureUnit$Factory
art-benchmark-service13164882020-11-07 02:19:14 -08004206android.icu.util.MeasureUnit$MeasureUnitProxy
4207android.icu.util.MeasureUnit$MeasureUnitSink
art-benchmark-service56aece62020-02-10 17:58:03 -08004208android.icu.util.MeasureUnit
art-benchmark-service13164882020-11-07 02:19:14 -08004209android.icu.util.MutableCodePointTrie$1
4210android.icu.util.MutableCodePointTrie$AllSameBlocks
4211android.icu.util.MutableCodePointTrie$MixedBlocks
4212android.icu.util.MutableCodePointTrie
4213android.icu.util.NoUnit
art-benchmark-serviced5115932020-02-25 17:55:03 -08004214android.icu.util.Output
art-benchmark-service13164882020-11-07 02:19:14 -08004215android.icu.util.OutputInt
4216android.icu.util.PersianCalendar
4217android.icu.util.Range
4218android.icu.util.RangeDateRule
4219android.icu.util.RangeValueIterator$Element
4220android.icu.util.RangeValueIterator
4221android.icu.util.Region$RegionType
4222android.icu.util.Region
4223android.icu.util.RuleBasedTimeZone
art-benchmark-serviced5115932020-02-25 17:55:03 -08004224android.icu.util.STZInfo
art-benchmark-service13164882020-11-07 02:19:14 -08004225android.icu.util.SimpleDateRule
4226android.icu.util.SimpleHoliday
art-benchmark-serviced5115932020-02-25 17:55:03 -08004227android.icu.util.SimpleTimeZone
art-benchmark-service13164882020-11-07 02:19:14 -08004228android.icu.util.StringTokenizer
4229android.icu.util.StringTrieBuilder$1
4230android.icu.util.StringTrieBuilder$BranchHeadNode
4231android.icu.util.StringTrieBuilder$BranchNode
4232android.icu.util.StringTrieBuilder$DynamicBranchNode
4233android.icu.util.StringTrieBuilder$IntermediateValueNode
4234android.icu.util.StringTrieBuilder$LinearMatchNode
4235android.icu.util.StringTrieBuilder$ListBranchNode
4236android.icu.util.StringTrieBuilder$Node
4237android.icu.util.StringTrieBuilder$Option
4238android.icu.util.StringTrieBuilder$SplitBranchNode
4239android.icu.util.StringTrieBuilder$State
4240android.icu.util.StringTrieBuilder$ValueNode
4241android.icu.util.StringTrieBuilder
4242android.icu.util.TaiwanCalendar
art-benchmark-serviced5115932020-02-25 17:55:03 -08004243android.icu.util.TimeArrayTimeZoneRule
art-benchmark-service56aece62020-02-10 17:58:03 -08004244android.icu.util.TimeUnit
art-benchmark-service13164882020-11-07 02:19:14 -08004245android.icu.util.TimeUnitAmount
4246android.icu.util.TimeZone$1
art-benchmark-service56aece62020-02-10 17:58:03 -08004247android.icu.util.TimeZone$ConstantZone
4248android.icu.util.TimeZone$SystemTimeZoneType
4249android.icu.util.TimeZone
art-benchmark-serviced5115932020-02-25 17:55:03 -08004250android.icu.util.TimeZoneRule
4251android.icu.util.TimeZoneTransition
art-benchmark-service56aece62020-02-10 17:58:03 -08004252android.icu.util.ULocale$1
4253android.icu.util.ULocale$2
4254android.icu.util.ULocale$3
art-benchmark-service13164882020-11-07 02:19:14 -08004255android.icu.util.ULocale$AvailableType
4256android.icu.util.ULocale$Builder
art-benchmark-service56aece62020-02-10 17:58:03 -08004257android.icu.util.ULocale$Category
4258android.icu.util.ULocale$JDKLocaleHelper
art-benchmark-service13164882020-11-07 02:19:14 -08004259android.icu.util.ULocale$Minimize
art-benchmark-service56aece62020-02-10 17:58:03 -08004260android.icu.util.ULocale$Type
4261android.icu.util.ULocale
4262android.icu.util.UResourceBundle$1
4263android.icu.util.UResourceBundle$RootType
4264android.icu.util.UResourceBundle
art-benchmark-serviced5115932020-02-25 17:55:03 -08004265android.icu.util.UResourceBundleIterator
art-benchmark-service56aece62020-02-10 17:58:03 -08004266android.icu.util.UResourceTypeMismatchException
art-benchmark-service13164882020-11-07 02:19:14 -08004267android.icu.util.UniversalTimeScale$TimeScaleData
4268android.icu.util.UniversalTimeScale
4269android.icu.util.VTimeZone
4270android.icu.util.ValueIterator$Element
4271android.icu.util.ValueIterator
art-benchmark-service56aece62020-02-10 17:58:03 -08004272android.icu.util.VersionInfo
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004273android.inputmethodservice.AbstractInputMethodService$AbstractInputMethodImpl
4274android.inputmethodservice.AbstractInputMethodService$AbstractInputMethodSessionImpl
4275android.inputmethodservice.AbstractInputMethodService
art-benchmark-serviced5115932020-02-25 17:55:03 -08004276android.inputmethodservice.ExtractEditText
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004277android.inputmethodservice.IInputMethodSessionWrapper$ImeInputEventReceiver
4278android.inputmethodservice.IInputMethodSessionWrapper
4279android.inputmethodservice.IInputMethodWrapper$InputMethodSessionCallbackWrapper
4280android.inputmethodservice.IInputMethodWrapper
art-benchmark-serviced5115932020-02-25 17:55:03 -08004281android.inputmethodservice.InputMethodService$InputMethodImpl
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004282android.inputmethodservice.InputMethodService$InputMethodSessionImpl
4283android.inputmethodservice.InputMethodService$Insets
4284android.inputmethodservice.InputMethodService$SettingsObserver
4285android.inputmethodservice.InputMethodService
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004286android.inputmethodservice.SoftInputWindow
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004287android.internal.hidl.base.V1_0.DebugInfo
Calin Juravle00b23d32019-03-08 17:52:20 -08004288android.internal.hidl.base.V1_0.IBase
art-benchmark-serviced5115932020-02-25 17:55:03 -08004289android.internal.hidl.safe_union.V1_0.Monostate
art-benchmark-service13164882020-11-07 02:19:14 -08004290android.internal.telephony.sysprop.AdbProperties
4291android.internal.telephony.sysprop.ApkVerityProperties
4292android.internal.telephony.sysprop.CarProperties
4293android.internal.telephony.sysprop.ContactsProperties
4294android.internal.telephony.sysprop.CryptoProperties$state_values
4295android.internal.telephony.sysprop.CryptoProperties$type_values
4296android.internal.telephony.sysprop.CryptoProperties
4297android.internal.telephony.sysprop.DisplayProperties
4298android.internal.telephony.sysprop.HdmiProperties$cec_device_types_values
4299android.internal.telephony.sysprop.HdmiProperties$playback_device_action_on_routing_control_values
art-benchmark-service13164882020-11-07 02:19:14 -08004300android.internal.telephony.sysprop.HdmiProperties
4301android.internal.telephony.sysprop.MediaProperties
art-benchmark-service13164882020-11-07 02:19:14 -08004302android.internal.telephony.sysprop.OtaProperties
4303android.internal.telephony.sysprop.PowerProperties
4304android.internal.telephony.sysprop.SetupWizardProperties
art-benchmark-serviced5115932020-02-25 17:55:03 -08004305android.internal.telephony.sysprop.TelephonyProperties
art-benchmark-service13164882020-11-07 02:19:14 -08004306android.internal.telephony.sysprop.TraceProperties
4307android.internal.telephony.sysprop.VndkProperties
4308android.internal.telephony.sysprop.VoldProperties
4309android.internal.telephony.sysprop.WifiProperties
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004310android.location.Address$1
Calin Juravle00b23d32019-03-08 17:52:20 -08004311android.location.Address
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07004312android.location.Country$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004313android.location.Country
4314android.location.CountryDetector$ListenerTransport
Andreas Gampe61e7b662015-06-17 23:57:04 -07004315android.location.CountryDetector
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004316android.location.CountryListener
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004317android.location.Criteria$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004318android.location.Criteria
art-benchmark-serviced5115932020-02-25 17:55:03 -08004319android.location.FusedBatchOptions$SourceTechnologies
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004320android.location.Geocoder
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07004321android.location.GeocoderParams$1
Calin Juravle00b23d32019-03-08 17:52:20 -08004322android.location.GeocoderParams
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004323android.location.Geofence$1
4324android.location.Geofence
4325android.location.GnssClock$1
4326android.location.GnssClock
4327android.location.GnssMeasurement$1
4328android.location.GnssMeasurement
4329android.location.GnssMeasurementCorrections$1
4330android.location.GnssMeasurementCorrections
art-benchmark-serviced5115932020-02-25 17:55:03 -08004331android.location.GnssMeasurementsEvent$1
4332android.location.GnssMeasurementsEvent
4333android.location.GnssNavigationMessage$1
4334android.location.GnssNavigationMessage
4335android.location.GnssReflectingPlane$1
4336android.location.GnssReflectingPlane
art-benchmark-serviced60351b2020-04-11 17:55:40 -07004337android.location.GnssRequest$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08004338android.location.GnssRequest
4339android.location.GnssSingleSatCorrection$1
4340android.location.GnssSingleSatCorrection
art-benchmark-service13164882020-11-07 02:19:14 -08004341android.location.GnssStatus$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08004342android.location.GnssStatus$Callback
4343android.location.GnssStatus
4344android.location.GpsSatellite
Calin Juravle4a054192018-05-29 17:52:20 -07004345android.location.GpsStatus$Listener
art-benchmark-serviced5115932020-02-25 17:55:03 -08004346android.location.GpsStatus$SatelliteIterator
4347android.location.GpsStatus
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004348android.location.ICountryDetector$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08004349android.location.ICountryDetector$Stub
4350android.location.ICountryDetector
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004351android.location.ICountryListener$Stub$Proxy
4352android.location.ICountryListener$Stub
4353android.location.ICountryListener
4354android.location.IFusedGeofenceHardware$Stub$Proxy
4355android.location.IFusedGeofenceHardware$Stub
4356android.location.IFusedGeofenceHardware
4357android.location.IGeocodeProvider$Stub$Proxy
4358android.location.IGeocodeProvider$Stub
4359android.location.IGeocodeProvider
4360android.location.IGeofenceProvider$Stub$Proxy
4361android.location.IGeofenceProvider$Stub
4362android.location.IGeofenceProvider
4363android.location.IGnssMeasurementsListener$Stub$Proxy
Mathieu Chartierba2c0462017-05-19 16:41:46 -07004364android.location.IGnssMeasurementsListener$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08004365android.location.IGnssMeasurementsListener
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004366android.location.IGnssNavigationMessageListener$Stub$Proxy
Mathieu Chartierba2c0462017-05-19 16:41:46 -07004367android.location.IGnssNavigationMessageListener$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08004368android.location.IGnssNavigationMessageListener
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004369android.location.IGnssStatusListener$Stub$Proxy
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07004370android.location.IGnssStatusListener$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08004371android.location.IGnssStatusListener
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004372android.location.IGpsGeofenceHardware$Stub$Proxy
4373android.location.IGpsGeofenceHardware$Stub
4374android.location.IGpsGeofenceHardware
4375android.location.ILocationListener$Stub$Proxy
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07004376android.location.ILocationListener$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08004377android.location.ILocationListener
Mathieu Chartierba2c0462017-05-19 16:41:46 -07004378android.location.ILocationManager$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08004379android.location.ILocationManager$Stub
4380android.location.ILocationManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004381android.location.INetInitiatedListener$Stub
4382android.location.INetInitiatedListener
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07004383android.location.Location$1
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07004384android.location.Location$BearingDistanceCache
Calin Juravle00b23d32019-03-08 17:52:20 -08004385android.location.Location
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004386android.location.LocationListener
art-benchmark-serviced5115932020-02-25 17:55:03 -08004387android.location.LocationManager$LocationListenerTransport
Calin Juravle00b23d32019-03-08 17:52:20 -08004388android.location.LocationManager
art-benchmark-service13164882020-11-07 02:19:14 -08004389android.location.LocationManagerInternal
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004390android.location.LocationProvider
Mathieu Chartierba2c0462017-05-19 16:41:46 -07004391android.location.LocationRequest$1
Calin Juravle00b23d32019-03-08 17:52:20 -08004392android.location.LocationRequest
art-benchmark-serviced5115932020-02-25 17:55:03 -08004393android.location.LocationTime$1
4394android.location.LocationTime
4395android.location.OnNmeaMessageListener
Andreas Gampedcad4ca2014-10-03 02:00:29 +00004396android.media.AudioAttributes$1
4397android.media.AudioAttributes$Builder
Calin Juravle00b23d32019-03-08 17:52:20 -08004398android.media.AudioAttributes
art-benchmark-servicead05a302020-03-17 09:46:02 -07004399android.media.AudioDeviceAttributes$1
4400android.media.AudioDeviceAttributes
Calin Juravle4a054192018-05-29 17:52:20 -07004401android.media.AudioDeviceCallback
4402android.media.AudioDeviceInfo
Andreas Gampedcad4ca2014-10-03 02:00:29 +00004403android.media.AudioDevicePort
4404android.media.AudioDevicePortConfig
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004405android.media.AudioFocusInfo$1
4406android.media.AudioFocusInfo
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07004407android.media.AudioFocusRequest$Builder
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004408android.media.AudioFocusRequest
Andreas Gampe859e2782016-04-06 18:37:56 -07004409android.media.AudioFormat$1
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07004410android.media.AudioFormat$Builder
Calin Juravle00b23d32019-03-08 17:52:20 -08004411android.media.AudioFormat
Andreas Gampedcad4ca2014-10-03 02:00:29 +00004412android.media.AudioGain
4413android.media.AudioGainConfig
4414android.media.AudioHandle
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07004415android.media.AudioManager$1
Andreas Gampe571fc302016-02-18 13:58:09 -08004416android.media.AudioManager$2
Andreas Gampe0db10fd2017-02-01 15:57:57 -08004417android.media.AudioManager$3
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004418android.media.AudioManager$4
Calin Juravle4a054192018-05-29 17:52:20 -07004419android.media.AudioManager$AudioPlaybackCallback
4420android.media.AudioManager$AudioPlaybackCallbackInfo
art-benchmark-serviced5115932020-02-25 17:55:03 -08004421android.media.AudioManager$AudioRecordingCallback
4422android.media.AudioManager$AudioRecordingCallbackInfo
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004423android.media.AudioManager$BlockingFocusResultReceiver
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07004424android.media.AudioManager$FocusRequestInfo
Calin Juravle4a054192018-05-29 17:52:20 -07004425android.media.AudioManager$NativeEventHandlerDelegate$1
Calin Juravle00b23d32019-03-08 17:52:20 -08004426android.media.AudioManager$NativeEventHandlerDelegate
Calin Juravle4a054192018-05-29 17:52:20 -07004427android.media.AudioManager$OnAmPortUpdateListener
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07004428android.media.AudioManager$OnAudioFocusChangeListener
Calin Juravle4a054192018-05-29 17:52:20 -07004429android.media.AudioManager$OnAudioPortUpdateListener
art-benchmark-serviced5115932020-02-25 17:55:03 -08004430android.media.AudioManager$PlaybackConfigChangeCallbackData
4431android.media.AudioManager$RecordConfigChangeCallbackData
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004432android.media.AudioManager$SafeWaitObject
Andreas Gampe571fc302016-02-18 13:58:09 -08004433android.media.AudioManager$ServiceEventHandlerDelegate$1
Calin Juravle00b23d32019-03-08 17:52:20 -08004434android.media.AudioManager$ServiceEventHandlerDelegate
4435android.media.AudioManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004436android.media.AudioManagerInternal$RingerModeDelegate
4437android.media.AudioManagerInternal
Andreas Gampedcad4ca2014-10-03 02:00:29 +00004438android.media.AudioMixPort
4439android.media.AudioMixPortConfig
4440android.media.AudioPatch
Calin Juravle4a054192018-05-29 17:52:20 -07004441android.media.AudioPlaybackConfiguration$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004442android.media.AudioPlaybackConfiguration$IPlayerShell
4443android.media.AudioPlaybackConfiguration$PlayerDeathMonitor
Calin Juravle00b23d32019-03-08 17:52:20 -08004444android.media.AudioPlaybackConfiguration
Andreas Gampedcad4ca2014-10-03 02:00:29 +00004445android.media.AudioPort
4446android.media.AudioPortConfig
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004447android.media.AudioPortEventHandler$1
Calin Juravle00b23d32019-03-08 17:52:20 -08004448android.media.AudioPortEventHandler
4449android.media.AudioPresentation
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08004450android.media.AudioRecord
Calin Juravle00b23d32019-03-08 17:52:20 -08004451android.media.AudioRecordRoutingProxy
art-benchmark-serviced5115932020-02-25 17:55:03 -08004452android.media.AudioRecordingConfiguration$1
4453android.media.AudioRecordingConfiguration
Calin Juravle00b23d32019-03-08 17:52:20 -08004454android.media.AudioRecordingMonitor
4455android.media.AudioRecordingMonitorClient
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004456android.media.AudioRecordingMonitorImpl$1
4457android.media.AudioRecordingMonitorImpl
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07004458android.media.AudioRoutesInfo$1
Calin Juravle00b23d32019-03-08 17:52:20 -08004459android.media.AudioRoutesInfo
Andreas Gampe571fc302016-02-18 13:58:09 -08004460android.media.AudioRouting
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004461android.media.AudioSystem$AudioRecordingCallback
4462android.media.AudioSystem$DynamicPolicyCallback
4463android.media.AudioSystem$ErrorCallback
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08004464android.media.AudioSystem
Andreas Gampe571fc302016-02-18 13:58:09 -08004465android.media.AudioTimestamp
art-benchmark-serviced5115932020-02-25 17:55:03 -08004466android.media.AudioTrack$1
4467android.media.AudioTrack$TunerConfiguration
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08004468android.media.AudioTrack
Calin Juravle00b23d32019-03-08 17:52:20 -08004469android.media.AudioTrackRoutingProxy
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004470android.media.CamcorderProfile
4471android.media.CameraProfile
4472android.media.DecoderCapabilities
art-benchmark-service13164882020-11-07 02:19:14 -08004473android.media.DrmInitData$SchemeInitData
4474android.media.DrmInitData
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004475android.media.EncoderCapabilities
Calin Juravle4a054192018-05-29 17:52:20 -07004476android.media.ExifInterface$ByteOrderedDataInputStream
art-benchmark-serviced5115932020-02-25 17:55:03 -08004477android.media.ExifInterface$ByteOrderedDataOutputStream
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004478android.media.ExifInterface$ExifAttribute
4479android.media.ExifInterface$ExifTag
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004480android.media.ExifInterface$Rational
Calin Juravle00b23d32019-03-08 17:52:20 -08004481android.media.ExifInterface
art-benchmark-service56aece62020-02-10 17:58:03 -08004482android.media.ExternalRingtonesCursorWrapper
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004483android.media.IAudioFocusDispatcher$Stub$Proxy
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07004484android.media.IAudioFocusDispatcher$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08004485android.media.IAudioFocusDispatcher
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004486android.media.IAudioRoutesObserver$Stub$Proxy
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07004487android.media.IAudioRoutesObserver$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08004488android.media.IAudioRoutesObserver
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004489android.media.IAudioServerStateDispatcher$Stub$Proxy
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004490android.media.IAudioServerStateDispatcher$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08004491android.media.IAudioServerStateDispatcher
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04004492android.media.IAudioService$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08004493android.media.IAudioService$Stub
4494android.media.IAudioService
Andreas Gampedcad4ca2014-10-03 02:00:29 +00004495android.media.IMediaHTTPConnection$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08004496android.media.IMediaHTTPConnection
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004497android.media.IMediaHTTPService$Stub
4498android.media.IMediaHTTPService
4499android.media.IMediaResourceMonitor$Stub
4500android.media.IMediaResourceMonitor
art-benchmark-service13164882020-11-07 02:19:14 -08004501android.media.IMediaRouter2$Stub$Proxy
art-benchmark-serviced60351b2020-04-11 17:55:40 -07004502android.media.IMediaRouter2$Stub
4503android.media.IMediaRouter2
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004504android.media.IMediaRouter2Manager$Stub$Proxy
4505android.media.IMediaRouter2Manager$Stub
4506android.media.IMediaRouter2Manager
4507android.media.IMediaRouterClient$Stub$Proxy
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07004508android.media.IMediaRouterClient$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08004509android.media.IMediaRouterClient
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07004510android.media.IMediaRouterService$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08004511android.media.IMediaRouterService$Stub
4512android.media.IMediaRouterService
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004513android.media.IPlaybackConfigDispatcher$Stub$Proxy
Andreas Gampe0db10fd2017-02-01 15:57:57 -08004514android.media.IPlaybackConfigDispatcher$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08004515android.media.IPlaybackConfigDispatcher
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004516android.media.IPlayer$Stub$Proxy
Andreas Gampe0db10fd2017-02-01 15:57:57 -08004517android.media.IPlayer$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08004518android.media.IPlayer
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004519android.media.IRecordingConfigDispatcher$Stub$Proxy
Andreas Gampe571fc302016-02-18 13:58:09 -08004520android.media.IRecordingConfigDispatcher$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08004521android.media.IRecordingConfigDispatcher
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07004522android.media.IRemoteVolumeObserver$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08004523android.media.IRemoteVolumeObserver
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07004524android.media.IRingtonePlayer$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08004525android.media.IRingtonePlayer$Stub
4526android.media.IRingtonePlayer
jiabinf40141d2020-08-07 17:27:48 -07004527android.media.IStrategyPreferredDevicesDispatcher$Stub$Proxy
4528android.media.IStrategyPreferredDevicesDispatcher$Stub
4529android.media.IStrategyPreferredDevicesDispatcher
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004530android.media.IVolumeController$Stub$Proxy
4531android.media.IVolumeController$Stub
4532android.media.IVolumeController
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004533android.media.Image$Plane
Calin Juravle00b23d32019-03-08 17:52:20 -08004534android.media.Image
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004535android.media.ImageReader$SurfaceImage$SurfacePlane
Calin Juravle00b23d32019-03-08 17:52:20 -08004536android.media.ImageReader$SurfaceImage
4537android.media.ImageReader
art-benchmark-service13164882020-11-07 02:19:14 -08004538android.media.ImageUtils
Calin Juravle4a054192018-05-29 17:52:20 -07004539android.media.ImageWriter$WriterSurfaceImage$SurfacePlane
Calin Juravle00b23d32019-03-08 17:52:20 -08004540android.media.ImageWriter$WriterSurfaceImage
4541android.media.ImageWriter
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08004542android.media.JetPlayer
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07004543android.media.MediaCodec$BufferInfo
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004544android.media.MediaCodec$BufferMap$CodecBuffer
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07004545android.media.MediaCodec$BufferMap
art-benchmark-serviced60351b2020-04-11 17:55:40 -07004546android.media.MediaCodec$Callback
Calin Juravle4a054192018-05-29 17:52:20 -07004547android.media.MediaCodec$CodecException
4548android.media.MediaCodec$CryptoException
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07004549android.media.MediaCodec$CryptoInfo$Pattern
Calin Juravle00b23d32019-03-08 17:52:20 -08004550android.media.MediaCodec$CryptoInfo
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07004551android.media.MediaCodec$EventHandler
art-benchmark-serviced60351b2020-04-11 17:55:40 -07004552android.media.MediaCodec$IncompatibleWithBlockModelException
art-benchmark-serviced5115932020-02-25 17:55:03 -08004553android.media.MediaCodec$LinearBlock
art-benchmark-serviced60351b2020-04-11 17:55:40 -07004554android.media.MediaCodec$OnFrameRenderedListener
art-benchmark-serviced5115932020-02-25 17:55:03 -08004555android.media.MediaCodec$OutputFrame
Calin Juravle4a054192018-05-29 17:52:20 -07004556android.media.MediaCodec$PersistentSurface
art-benchmark-serviced5115932020-02-25 17:55:03 -08004557android.media.MediaCodec$QueueRequest
Calin Juravle00b23d32019-03-08 17:52:20 -08004558android.media.MediaCodec
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07004559android.media.MediaCodecInfo$AudioCapabilities
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004560android.media.MediaCodecInfo$CodecCapabilities
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07004561android.media.MediaCodecInfo$CodecProfileLevel
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004562android.media.MediaCodecInfo$EncoderCapabilities
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07004563android.media.MediaCodecInfo$Feature
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004564android.media.MediaCodecInfo$VideoCapabilities$PerformancePoint
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07004565android.media.MediaCodecInfo$VideoCapabilities
Calin Juravle00b23d32019-03-08 17:52:20 -08004566android.media.MediaCodecInfo
Mathieu Chartierd62dd932017-09-09 15:19:46 -07004567android.media.MediaCodecList
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004568android.media.MediaCrypto
art-benchmark-serviced5115932020-02-25 17:55:03 -08004569android.media.MediaCryptoException
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004570android.media.MediaDescrambler
Calin Juravle4a054192018-05-29 17:52:20 -07004571android.media.MediaDescription$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08004572android.media.MediaDescription$Builder
Calin Juravle00b23d32019-03-08 17:52:20 -08004573android.media.MediaDescription
Calin Juravle4a054192018-05-29 17:52:20 -07004574android.media.MediaDrm$Certificate
art-benchmark-serviced5115932020-02-25 17:55:03 -08004575android.media.MediaDrm$CryptoSession
Calin Juravle4a054192018-05-29 17:52:20 -07004576android.media.MediaDrm$KeyRequest
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004577android.media.MediaDrm$KeyStatus
art-benchmark-serviced5115932020-02-25 17:55:03 -08004578android.media.MediaDrm$ListenerWithExecutor
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004579android.media.MediaDrm$MediaDrmStateException
art-benchmark-serviced5115932020-02-25 17:55:03 -08004580android.media.MediaDrm$OnEventListener
Calin Juravle4a054192018-05-29 17:52:20 -07004581android.media.MediaDrm$ProvisionRequest
Calin Juravle00b23d32019-03-08 17:52:20 -08004582android.media.MediaDrm$SessionException
4583android.media.MediaDrm
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004584android.media.MediaDrmException
4585android.media.MediaExtractor
art-benchmark-serviced60351b2020-04-11 17:55:40 -07004586android.media.MediaFile
Andreas Gampe859e2782016-04-06 18:37:56 -07004587android.media.MediaFormat
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004588android.media.MediaHTTPConnection
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004589android.media.MediaHTTPService
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07004590android.media.MediaMetadata$1
4591android.media.MediaMetadata$Builder
Calin Juravle00b23d32019-03-08 17:52:20 -08004592android.media.MediaMetadata
Calin Juravle4a054192018-05-29 17:52:20 -07004593android.media.MediaMetadataRetriever$BitmapParams
Calin Juravle00b23d32019-03-08 17:52:20 -08004594android.media.MediaMetadataRetriever
art-benchmark-service56aece62020-02-10 17:58:03 -08004595android.media.MediaMetrics
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004596android.media.MediaMuxer
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07004597android.media.MediaPlayer$1
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004598android.media.MediaPlayer$2$1
Calin Juravle00b23d32019-03-08 17:52:20 -08004599android.media.MediaPlayer$2
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004600android.media.MediaPlayer$3
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004601android.media.MediaPlayer$6
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004602android.media.MediaPlayer$7
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004603android.media.MediaPlayer$DrmInfo
4604android.media.MediaPlayer$EventHandler$1
4605android.media.MediaPlayer$EventHandler$2
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07004606android.media.MediaPlayer$EventHandler
art-benchmark-serviced5115932020-02-25 17:55:03 -08004607android.media.MediaPlayer$OnBufferingUpdateListener
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07004608android.media.MediaPlayer$OnCompletionListener
art-benchmark-serviced5115932020-02-25 17:55:03 -08004609android.media.MediaPlayer$OnDrmInfoHandlerDelegate
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004610android.media.MediaPlayer$OnErrorListener
art-benchmark-serviced5115932020-02-25 17:55:03 -08004611android.media.MediaPlayer$OnInfoListener
4612android.media.MediaPlayer$OnMediaTimeDiscontinuityListener
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004613android.media.MediaPlayer$OnPreparedListener
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07004614android.media.MediaPlayer$OnSeekCompleteListener
4615android.media.MediaPlayer$OnSubtitleDataListener
art-benchmark-serviced5115932020-02-25 17:55:03 -08004616android.media.MediaPlayer$OnTimedMetaDataAvailableListener
4617android.media.MediaPlayer$OnTimedTextListener
4618android.media.MediaPlayer$OnVideoSizeChangedListener
4619android.media.MediaPlayer$ProvisioningThread
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07004620android.media.MediaPlayer$TimeProvider$EventHandler
Calin Juravle00b23d32019-03-08 17:52:20 -08004621android.media.MediaPlayer$TimeProvider
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004622android.media.MediaPlayer$TrackInfo$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004623android.media.MediaPlayer$TrackInfo
Calin Juravle00b23d32019-03-08 17:52:20 -08004624android.media.MediaPlayer
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004625android.media.MediaRecorder
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004626android.media.MediaRoute2Info$1
4627android.media.MediaRoute2Info
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07004628android.media.MediaRouter$Callback
4629android.media.MediaRouter$CallbackInfo
4630android.media.MediaRouter$RouteCategory
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004631android.media.MediaRouter$RouteGroup
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07004632android.media.MediaRouter$RouteInfo$1
Calin Juravle00b23d32019-03-08 17:52:20 -08004633android.media.MediaRouter$RouteInfo
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004634android.media.MediaRouter$SimpleCallback
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07004635android.media.MediaRouter$Static$1$1
Calin Juravle00b23d32019-03-08 17:52:20 -08004636android.media.MediaRouter$Static$1
Calin Juravle00b23d32019-03-08 17:52:20 -08004637android.media.MediaRouter$Static$Client
4638android.media.MediaRouter$Static
art-benchmark-serviced5115932020-02-25 17:55:03 -08004639android.media.MediaRouter$UserRouteInfo$SessionVolumeProvider
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004640android.media.MediaRouter$UserRouteInfo
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07004641android.media.MediaRouter$VolumeCallback
art-benchmark-serviced5115932020-02-25 17:55:03 -08004642android.media.MediaRouter$VolumeCallbackInfo
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07004643android.media.MediaRouter$VolumeChangeReceiver
4644android.media.MediaRouter$WifiDisplayStatusChangedReceiver
art-benchmark-serviced60351b2020-04-11 17:55:40 -07004645android.media.MediaRouter2Manager$Callback
art-benchmark-service13164882020-11-07 02:19:14 -08004646android.media.MediaRouter2Manager$CallbackRecord
4647android.media.MediaRouter2Manager$Client
art-benchmark-serviced60351b2020-04-11 17:55:40 -07004648android.media.MediaRouter2Manager
art-benchmark-service13164882020-11-07 02:19:14 -08004649android.media.MediaRouter2Utils
Calin Juravle00b23d32019-03-08 17:52:20 -08004650android.media.MediaRouter
4651android.media.MediaRouterClientState$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004652android.media.MediaRouterClientState$RouteInfo$1
4653android.media.MediaRouterClientState$RouteInfo
4654android.media.MediaRouterClientState
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004655android.media.MediaScanner
Calin Juravle4a054192018-05-29 17:52:20 -07004656android.media.MediaScannerConnection$MediaScannerConnectionClient
4657android.media.MediaScannerConnection$OnScanCompletedListener
art-benchmark-service13164882020-11-07 02:19:14 -08004658android.media.MediaServiceManager
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004659android.media.MediaSync
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004660android.media.MediaTimeProvider$OnMediaTimeListener
Calin Juravle00b23d32019-03-08 17:52:20 -08004661android.media.MediaTimeProvider
Calin Juravle4a054192018-05-29 17:52:20 -07004662android.media.MediaTimestamp
Calin Juravle00b23d32019-03-08 17:52:20 -08004663android.media.MicrophoneDirection
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004664android.media.MicrophoneInfo$Coordinate3F
Calin Juravle00b23d32019-03-08 17:52:20 -08004665android.media.MicrophoneInfo
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004666android.media.NativeRoutingEventHandlerDelegate
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004667android.media.NotProvisionedException
Andreas Gampe61e7b662015-06-17 23:57:04 -07004668android.media.PlaybackParams$1
Calin Juravle00b23d32019-03-08 17:52:20 -08004669android.media.PlaybackParams
Mathieu Chartierba2c0462017-05-19 16:41:46 -07004670android.media.PlayerBase$IPlayerWrapper
Andreas Gampe0db10fd2017-02-01 15:57:57 -08004671android.media.PlayerBase$PlayerIdCard$1
Calin Juravle00b23d32019-03-08 17:52:20 -08004672android.media.PlayerBase$PlayerIdCard
4673android.media.PlayerBase
Calin Juravle4a054192018-05-29 17:52:20 -07004674android.media.Rating$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004675android.media.Rating
art-benchmark-serviced5115932020-02-25 17:55:03 -08004676android.media.RemoteControlClient
Kenny Rootdbf30ed2012-09-19 13:08:12 -07004677android.media.RemoteDisplay
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004678android.media.ResampleInputStream
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07004679android.media.Ringtone$MyOnCompletionListener
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004680android.media.Ringtone
Calin Juravle4a054192018-05-29 17:52:20 -07004681android.media.RingtoneManager
art-benchmark-serviced60351b2020-04-11 17:55:40 -07004682android.media.RouteDiscoveryPreference$1
art-benchmark-service13164882020-11-07 02:19:14 -08004683android.media.RouteDiscoveryPreference$Builder
art-benchmark-serviced5115932020-02-25 17:55:03 -08004684android.media.RouteDiscoveryPreference
art-benchmark-serviced60351b2020-04-11 17:55:40 -07004685android.media.RoutingSessionInfo$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08004686android.media.RoutingSessionInfo
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004687android.media.SoundPool$Builder
4688android.media.SoundPool$EventHandler
4689android.media.SoundPool$OnLoadCompleteListener
Mathieu Chartierd62dd932017-09-09 15:19:46 -07004690android.media.SoundPool
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004691android.media.SubtitleController$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004692android.media.SubtitleController$2
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004693android.media.SubtitleController$Anchor
Andreas Gampedcad4ca2014-10-03 02:00:29 +00004694android.media.SubtitleController$Listener
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004695android.media.SubtitleController
4696android.media.SubtitleData
4697android.media.SubtitleTrack
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004698android.media.SyncParams
art-benchmark-serviced60351b2020-04-11 17:55:40 -07004699android.media.ThumbnailUtils$Resizer
4700android.media.ThumbnailUtils$SizedThumbnailBitmap
art-benchmark-serviced5115932020-02-25 17:55:03 -08004701android.media.ThumbnailUtils
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004702android.media.TimedMetaData
4703android.media.TimedText
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08004704android.media.ToneGenerator
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07004705android.media.Utils$1
4706android.media.Utils$2
art-benchmark-serviced60351b2020-04-11 17:55:40 -07004707android.media.Utils$ListenerList
Calin Juravle00b23d32019-03-08 17:52:20 -08004708android.media.Utils
Mathieu Chartierba2c0462017-05-19 16:41:46 -07004709android.media.VolumeAutomation
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004710android.media.VolumePolicy$1
4711android.media.VolumePolicy
art-benchmark-serviced60351b2020-04-11 17:55:40 -07004712android.media.VolumeProvider$Callback
art-benchmark-serviced5115932020-02-25 17:55:03 -08004713android.media.VolumeProvider
Mathieu Chartierba2c0462017-05-19 16:41:46 -07004714android.media.VolumeShaper$Configuration$1
4715android.media.VolumeShaper$Configuration$Builder
Calin Juravle00b23d32019-03-08 17:52:20 -08004716android.media.VolumeShaper$Configuration
Mathieu Chartierba2c0462017-05-19 16:41:46 -07004717android.media.VolumeShaper$Operation$1
4718android.media.VolumeShaper$Operation$Builder
Calin Juravle00b23d32019-03-08 17:52:20 -08004719android.media.VolumeShaper$Operation
Mathieu Chartierba2c0462017-05-19 16:41:46 -07004720android.media.VolumeShaper$State$1
Calin Juravle00b23d32019-03-08 17:52:20 -08004721android.media.VolumeShaper$State
art-benchmark-serviced5115932020-02-25 17:55:03 -08004722android.media.VolumeShaper
Calin Juravle00b23d32019-03-08 17:52:20 -08004723android.media.audiofx.AudioEffect$Descriptor
art-benchmark-serviced60351b2020-04-11 17:55:40 -07004724android.media.audiofx.AudioEffect
art-benchmark-service13164882020-11-07 02:19:14 -08004725android.media.audiofx.DefaultEffect
4726android.media.audiofx.SourceDefaultEffect
4727android.media.audiofx.StreamDefaultEffect
4728android.media.audiofx.Visualizer
art-benchmark-serviced5115932020-02-25 17:55:03 -08004729android.media.audiopolicy.AudioMix$Builder
Andreas Gampe61e7b662015-06-17 23:57:04 -07004730android.media.audiopolicy.AudioMix
Andreas Gampe571fc302016-02-18 13:58:09 -08004731android.media.audiopolicy.AudioMixingRule$AudioMixMatchCriterion
art-benchmark-serviced5115932020-02-25 17:55:03 -08004732android.media.audiopolicy.AudioMixingRule$Builder
Calin Juravle00b23d32019-03-08 17:52:20 -08004733android.media.audiopolicy.AudioMixingRule
art-benchmark-serviced5115932020-02-25 17:55:03 -08004734android.media.audiopolicy.AudioPolicy$1
4735android.media.audiopolicy.AudioPolicy$AudioPolicyStatusListener
4736android.media.audiopolicy.AudioPolicy$EventHandler
4737android.media.audiopolicy.AudioPolicy
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004738android.media.audiopolicy.AudioPolicyConfig$1
4739android.media.audiopolicy.AudioPolicyConfig
Calin Juravle36829e52019-04-10 19:07:47 -07004740android.media.audiopolicy.AudioProductStrategy$1
4741android.media.audiopolicy.AudioProductStrategy$AudioAttributesGroup$1
4742android.media.audiopolicy.AudioProductStrategy$AudioAttributesGroup
4743android.media.audiopolicy.AudioProductStrategy
4744android.media.audiopolicy.AudioVolumeGroup$1
4745android.media.audiopolicy.AudioVolumeGroup
4746android.media.audiopolicy.AudioVolumeGroupChangeHandler
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004747android.media.audiopolicy.IAudioPolicyCallback$Stub$Proxy
4748android.media.audiopolicy.IAudioPolicyCallback$Stub
4749android.media.audiopolicy.IAudioPolicyCallback
Calin Juravle4a054192018-05-29 17:52:20 -07004750android.media.browse.MediaBrowser$1
4751android.media.browse.MediaBrowser$2
4752android.media.browse.MediaBrowser$6
4753android.media.browse.MediaBrowser$7
4754android.media.browse.MediaBrowser$8
4755android.media.browse.MediaBrowser$ConnectionCallback
Calin Juravle4a054192018-05-29 17:52:20 -07004756android.media.browse.MediaBrowser$MediaItem$1
Calin Juravle00b23d32019-03-08 17:52:20 -08004757android.media.browse.MediaBrowser$MediaItem
Calin Juravle4a054192018-05-29 17:52:20 -07004758android.media.browse.MediaBrowser$MediaServiceConnection$1
Calin Juravle00b23d32019-03-08 17:52:20 -08004759android.media.browse.MediaBrowser$MediaServiceConnection
Calin Juravle4a054192018-05-29 17:52:20 -07004760android.media.browse.MediaBrowser$ServiceCallbacks
4761android.media.browse.MediaBrowser$Subscription
4762android.media.browse.MediaBrowser$SubscriptionCallback
Calin Juravle00b23d32019-03-08 17:52:20 -08004763android.media.browse.MediaBrowser
Calin Juravle4a054192018-05-29 17:52:20 -07004764android.media.browse.MediaBrowserUtils
art-benchmark-serviced60351b2020-04-11 17:55:40 -07004765android.media.midi.IMidiDeviceListener$Stub$Proxy
art-benchmark-serviced5115932020-02-25 17:55:03 -08004766android.media.midi.IMidiDeviceListener$Stub
4767android.media.midi.IMidiDeviceListener
art-benchmark-serviced60351b2020-04-11 17:55:40 -07004768android.media.midi.IMidiDeviceOpenCallback$Stub$Proxy
art-benchmark-serviced5115932020-02-25 17:55:03 -08004769android.media.midi.IMidiDeviceOpenCallback$Stub
4770android.media.midi.IMidiDeviceOpenCallback
art-benchmark-serviced60351b2020-04-11 17:55:40 -07004771android.media.midi.IMidiDeviceServer$Stub$Proxy
art-benchmark-serviced5115932020-02-25 17:55:03 -08004772android.media.midi.IMidiDeviceServer$Stub
4773android.media.midi.IMidiDeviceServer
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004774android.media.midi.IMidiManager$Stub
4775android.media.midi.IMidiManager
Calin Juravle00b23d32019-03-08 17:52:20 -08004776android.media.midi.MidiDevice
4777android.media.midi.MidiDeviceInfo$1
4778android.media.midi.MidiDeviceInfo
art-benchmark-serviced60351b2020-04-11 17:55:40 -07004779android.media.midi.MidiDeviceStatus$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08004780android.media.midi.MidiDeviceStatus
Andreas Gampe61e7b662015-06-17 23:57:04 -07004781android.media.midi.MidiManager
art-benchmark-serviceec0f5b92021-05-22 22:22:44 -07004782android.media.musicrecognition.MusicRecognitionManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004783android.media.projection.IMediaProjection$Stub$Proxy
4784android.media.projection.IMediaProjection$Stub
4785android.media.projection.IMediaProjection
4786android.media.projection.IMediaProjectionManager$Stub$Proxy
4787android.media.projection.IMediaProjectionManager$Stub
4788android.media.projection.IMediaProjectionManager
4789android.media.projection.IMediaProjectionWatcherCallback$Stub$Proxy
4790android.media.projection.IMediaProjectionWatcherCallback$Stub
4791android.media.projection.IMediaProjectionWatcherCallback
art-benchmark-serviced5115932020-02-25 17:55:03 -08004792android.media.projection.MediaProjection
4793android.media.projection.MediaProjectionInfo$1
4794android.media.projection.MediaProjectionInfo
art-benchmark-serviced60351b2020-04-11 17:55:40 -07004795android.media.projection.MediaProjectionManager$Callback
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004796android.media.projection.MediaProjectionManager$CallbackDelegate
Andreas Gampe61e7b662015-06-17 23:57:04 -07004797android.media.projection.MediaProjectionManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004798android.media.session.IActiveSessionsListener$Stub$Proxy
Mathieu Chartierba2c0462017-05-19 16:41:46 -07004799android.media.session.IActiveSessionsListener$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08004800android.media.session.IActiveSessionsListener
art-benchmark-serviced60351b2020-04-11 17:55:40 -07004801android.media.session.IOnMediaKeyEventDispatchedListener$Stub$Proxy
art-benchmark-service56aece62020-02-10 17:58:03 -08004802android.media.session.IOnMediaKeyEventDispatchedListener$Stub
4803android.media.session.IOnMediaKeyEventDispatchedListener
art-benchmark-serviced60351b2020-04-11 17:55:40 -07004804android.media.session.IOnMediaKeyEventSessionChangedListener$Stub$Proxy
art-benchmark-service56aece62020-02-10 17:58:03 -08004805android.media.session.IOnMediaKeyEventSessionChangedListener$Stub
4806android.media.session.IOnMediaKeyEventSessionChangedListener
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004807android.media.session.IOnMediaKeyListener$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08004808android.media.session.IOnMediaKeyListener$Stub
4809android.media.session.IOnMediaKeyListener
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004810android.media.session.IOnVolumeKeyLongPressListener$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08004811android.media.session.IOnVolumeKeyLongPressListener$Stub
4812android.media.session.IOnVolumeKeyLongPressListener
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004813android.media.session.ISession$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08004814android.media.session.ISession$Stub
Calin Juravle36829e52019-04-10 19:07:47 -07004815android.media.session.ISession2TokensListener$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08004816android.media.session.ISession2TokensListener$Stub
4817android.media.session.ISession2TokensListener
4818android.media.session.ISession
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004819android.media.session.ISessionCallback$Stub$Proxy
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07004820android.media.session.ISessionCallback$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08004821android.media.session.ISessionCallback
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07004822android.media.session.ISessionController$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08004823android.media.session.ISessionController$Stub
4824android.media.session.ISessionController
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004825android.media.session.ISessionControllerCallback$Stub$Proxy
Mathieu Chartierba2c0462017-05-19 16:41:46 -07004826android.media.session.ISessionControllerCallback$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08004827android.media.session.ISessionControllerCallback
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07004828android.media.session.ISessionManager$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08004829android.media.session.ISessionManager$Stub
4830android.media.session.ISessionManager
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004831android.media.session.MediaController$Callback
Mathieu Chartierba2c0462017-05-19 16:41:46 -07004832android.media.session.MediaController$CallbackStub
Calin Juravle4a054192018-05-29 17:52:20 -07004833android.media.session.MediaController$MessageHandler
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004834android.media.session.MediaController$PlaybackInfo$1
4835android.media.session.MediaController$PlaybackInfo
Mathieu Chartierba2c0462017-05-19 16:41:46 -07004836android.media.session.MediaController$TransportControls
Calin Juravle00b23d32019-03-08 17:52:20 -08004837android.media.session.MediaController
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07004838android.media.session.MediaSession$Callback
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004839android.media.session.MediaSession$CallbackMessageHandler
Calin Juravle36829e52019-04-10 19:07:47 -07004840android.media.session.MediaSession$CallbackStub
Calin Juravle4a054192018-05-29 17:52:20 -07004841android.media.session.MediaSession$QueueItem$1
Calin Juravle00b23d32019-03-08 17:52:20 -08004842android.media.session.MediaSession$QueueItem
Mathieu Chartierba2c0462017-05-19 16:41:46 -07004843android.media.session.MediaSession$Token$1
Calin Juravle00b23d32019-03-08 17:52:20 -08004844android.media.session.MediaSession$Token
4845android.media.session.MediaSession
art-benchmark-serviced5115932020-02-25 17:55:03 -08004846android.media.session.MediaSessionLegacyHelper
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004847android.media.session.MediaSessionManager$1
Calin Juravle4a054192018-05-29 17:52:20 -07004848android.media.session.MediaSessionManager$OnActiveSessionsChangedListener
art-benchmark-service56aece62020-02-10 17:58:03 -08004849android.media.session.MediaSessionManager$OnMediaKeyEventDispatchedListener
4850android.media.session.MediaSessionManager$OnMediaKeyEventDispatchedListenerStub
4851android.media.session.MediaSessionManager$OnMediaKeyEventSessionChangedListener
4852android.media.session.MediaSessionManager$OnMediaKeyEventSessionChangedListenerStub
Calin Juravle00b23d32019-03-08 17:52:20 -08004853android.media.session.MediaSessionManager$OnMediaKeyListener
4854android.media.session.MediaSessionManager$OnMediaKeyListenerImpl
4855android.media.session.MediaSessionManager$OnSession2TokensChangedListener
4856android.media.session.MediaSessionManager$OnVolumeKeyLongPressListener
4857android.media.session.MediaSessionManager$OnVolumeKeyLongPressListenerImpl
4858android.media.session.MediaSessionManager$RemoteUserInfo
4859android.media.session.MediaSessionManager$Session2TokensChangedWrapper
Calin Juravle00b23d32019-03-08 17:52:20 -08004860android.media.session.MediaSessionManager$SessionsChangedWrapper$1
4861android.media.session.MediaSessionManager$SessionsChangedWrapper
4862android.media.session.MediaSessionManager
Mathieu Chartierba2c0462017-05-19 16:41:46 -07004863android.media.session.PlaybackState$1
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07004864android.media.session.PlaybackState$Builder
Mathieu Chartierba2c0462017-05-19 16:41:46 -07004865android.media.session.PlaybackState$CustomAction$1
Calin Juravle00b23d32019-03-08 17:52:20 -08004866android.media.session.PlaybackState$CustomAction
4867android.media.session.PlaybackState
art-benchmark-serviced5115932020-02-25 17:55:03 -08004868android.media.soundtrigger.ISoundTriggerDetectionServiceClient$Stub
4869android.media.soundtrigger.ISoundTriggerDetectionServiceClient
Andreas Gampe571fc302016-02-18 13:58:09 -08004870android.media.soundtrigger.SoundTriggerManager
art-benchmark-serviced60351b2020-04-11 17:55:40 -07004871android.media.soundtrigger_middleware.ISoundTriggerCallback$Stub$Proxy
art-benchmark-serviced5115932020-02-25 17:55:03 -08004872android.media.soundtrigger_middleware.ISoundTriggerCallback$Stub
4873android.media.soundtrigger_middleware.ISoundTriggerCallback
art-benchmark-serviced60351b2020-04-11 17:55:40 -07004874android.media.soundtrigger_middleware.ISoundTriggerMiddlewareService$Stub$Proxy
4875android.media.soundtrigger_middleware.ISoundTriggerMiddlewareService$Stub
art-benchmark-serviced5115932020-02-25 17:55:03 -08004876android.media.soundtrigger_middleware.ISoundTriggerMiddlewareService
art-benchmark-serviced60351b2020-04-11 17:55:40 -07004877android.media.soundtrigger_middleware.ISoundTriggerModule$Stub
art-benchmark-serviced5115932020-02-25 17:55:03 -08004878android.media.soundtrigger_middleware.ISoundTriggerModule
art-benchmark-service13164882020-11-07 02:19:14 -08004879android.media.soundtrigger_middleware.PhraseRecognitionExtra$1
art-benchmark-serviced60351b2020-04-11 17:55:40 -07004880android.media.soundtrigger_middleware.PhraseRecognitionExtra
4881android.media.soundtrigger_middleware.RecognitionConfig$1
4882android.media.soundtrigger_middleware.RecognitionConfig
4883android.media.soundtrigger_middleware.SoundModel$1
4884android.media.soundtrigger_middleware.SoundModel
4885android.media.soundtrigger_middleware.SoundTriggerModuleDescriptor$1
4886android.media.soundtrigger_middleware.SoundTriggerModuleDescriptor
4887android.media.soundtrigger_middleware.SoundTriggerModuleProperties$1
4888android.media.soundtrigger_middleware.SoundTriggerModuleProperties
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004889android.media.tv.TvInputHardwareInfo$Builder
Andreas Gampe61e7b662015-06-17 23:57:04 -07004890android.media.tv.TvInputManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004891android.media.tv.TvStreamConfig$1
4892android.media.tv.TvStreamConfig$Builder
4893android.media.tv.TvStreamConfig
art-benchmark-servicead05a302020-03-17 09:46:02 -07004894android.media.tv.tunerresourcemanager.TunerResourceManager
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07004895android.metrics.LogMaker
art-benchmark-serviced5115932020-02-25 17:55:03 -08004896android.metrics.MetricsReader$Event
4897android.metrics.MetricsReader$LogReader
4898android.metrics.MetricsReader
art-benchmark-service56aece62020-02-10 17:58:03 -08004899android.mtp.MtpDatabase$1
4900android.mtp.MtpDatabase$2
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004901android.mtp.MtpDatabase
4902android.mtp.MtpDevice
Kenny Root9787b802013-04-26 12:53:57 -07004903android.mtp.MtpDeviceInfo
Andreas Gampe571fc302016-02-18 13:58:09 -08004904android.mtp.MtpEvent
Kenny Root9787b802013-04-26 12:53:57 -07004905android.mtp.MtpObjectInfo
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004906android.mtp.MtpPropertyGroup
Kenny Root9787b802013-04-26 12:53:57 -07004907android.mtp.MtpPropertyList
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07004908android.mtp.MtpServer
Kenny Root9787b802013-04-26 12:53:57 -07004909android.mtp.MtpStorage
4910android.mtp.MtpStorageInfo
art-benchmark-service56aece62020-02-10 17:58:03 -08004911android.mtp.MtpStorageManager$MtpNotifier
4912android.mtp.MtpStorageManager$MtpObject
4913android.mtp.MtpStorageManager
art-benchmark-serviceec0f5b92021-05-22 22:22:44 -07004914android.net.CaptivePortal$1
4915android.net.CaptivePortal
4916android.net.CaptivePortalData$1
4917android.net.CaptivePortalData
4918android.net.ConnectionInfo$1
4919android.net.ConnectionInfo
4920android.net.ConnectivityDiagnosticsManager$ConnectivityReport$1
4921android.net.ConnectivityDiagnosticsManager$ConnectivityReport
4922android.net.ConnectivityDiagnosticsManager
4923android.net.ConnectivityManager$1
4924android.net.ConnectivityManager$2
4925android.net.ConnectivityManager$3
4926android.net.ConnectivityManager$4
4927android.net.ConnectivityManager$5
4928android.net.ConnectivityManager$CallbackHandler
4929android.net.ConnectivityManager$LegacyRequest
4930android.net.ConnectivityManager$NetworkCallback
4931android.net.ConnectivityManager$OnNetworkActiveListener
4932android.net.ConnectivityManager$OnStartTetheringCallback
4933android.net.ConnectivityManager$OnTetheringEntitlementResultListener
4934android.net.ConnectivityManager$OnTetheringEventCallback
4935android.net.ConnectivityManager$PacketKeepalive
4936android.net.ConnectivityManager$PacketKeepaliveCallback
4937android.net.ConnectivityManager$TooManyRequestsException
4938android.net.ConnectivityManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004939android.net.ConnectivityMetricsEvent$1
4940android.net.ConnectivityMetricsEvent
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08004941android.net.Credentials
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004942android.net.DataUsageRequest$1
4943android.net.DataUsageRequest
art-benchmark-serviceec0f5b92021-05-22 22:22:44 -07004944android.net.DhcpInfo$1
4945android.net.DhcpInfo
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004946android.net.DhcpResults$1
4947android.net.DhcpResults
Andreas Gampe61e7b662015-06-17 23:57:04 -07004948android.net.EthernetManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004949android.net.EventLogTags
art-benchmark-serviceec0f5b92021-05-22 22:22:44 -07004950android.net.ICaptivePortal$Stub
4951android.net.ICaptivePortal
4952android.net.IConnectivityDiagnosticsCallback$Stub$Proxy
4953android.net.IConnectivityDiagnosticsCallback$Stub
4954android.net.IConnectivityDiagnosticsCallback
4955android.net.IConnectivityManager$Stub$Proxy
4956android.net.IConnectivityManager$Stub
4957android.net.IConnectivityManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004958android.net.IEthernetManager$Stub
4959android.net.IEthernetManager
art-benchmark-serviced60351b2020-04-11 17:55:40 -07004960android.net.IEthernetServiceListener$Stub$Proxy
art-benchmark-serviced5115932020-02-25 17:55:03 -08004961android.net.IEthernetServiceListener$Stub
4962android.net.IEthernetServiceListener
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004963android.net.IIpConnectivityMetrics$Stub$Proxy
4964android.net.IIpConnectivityMetrics$Stub
4965android.net.IIpConnectivityMetrics
4966android.net.IIpSecService$Stub
4967android.net.IIpSecService
4968android.net.INetdEventCallback$Stub$Proxy
4969android.net.INetdEventCallback$Stub
4970android.net.INetdEventCallback
4971android.net.INetworkManagementEventObserver$Stub$Proxy
4972android.net.INetworkManagementEventObserver$Stub
4973android.net.INetworkManagementEventObserver
4974android.net.INetworkPolicyListener$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08004975android.net.INetworkPolicyListener$Stub
4976android.net.INetworkPolicyListener
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07004977android.net.INetworkPolicyManager$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08004978android.net.INetworkPolicyManager$Stub
4979android.net.INetworkPolicyManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08004980android.net.INetworkRecommendationProvider$Stub$Proxy
4981android.net.INetworkRecommendationProvider$Stub
4982android.net.INetworkRecommendationProvider
4983android.net.INetworkScoreCache$Stub$Proxy
Calin Juravle36829e52019-04-10 19:07:47 -07004984android.net.INetworkScoreCache$Stub
4985android.net.INetworkScoreCache
Calin Juravle00b23d32019-03-08 17:52:20 -08004986android.net.INetworkScoreService$Stub$Proxy
Mathieu Chartierba2c0462017-05-19 16:41:46 -07004987android.net.INetworkScoreService$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08004988android.net.INetworkScoreService
Mathieu Chartierba2c0462017-05-19 16:41:46 -07004989android.net.INetworkStatsService$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08004990android.net.INetworkStatsService$Stub
4991android.net.INetworkStatsService
art-benchmark-serviced5115932020-02-25 17:55:03 -08004992android.net.INetworkStatsSession$Stub$Proxy
4993android.net.INetworkStatsSession$Stub
4994android.net.INetworkStatsSession
art-benchmark-serviceec0f5b92021-05-22 22:22:44 -07004995android.net.ISocketKeepaliveCallback$Stub$Proxy
4996android.net.ISocketKeepaliveCallback$Stub
4997android.net.ISocketKeepaliveCallback
4998android.net.ITestNetworkManager$Stub
4999android.net.ITestNetworkManager
art-benchmark-serviced60351b2020-04-11 17:55:40 -07005000android.net.ITetheredInterfaceCallback$Stub$Proxy
art-benchmark-serviced5115932020-02-25 17:55:03 -08005001android.net.ITetheredInterfaceCallback$Stub
5002android.net.ITetheredInterfaceCallback
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005003android.net.ITetheringStatsProvider$Stub$Proxy
5004android.net.ITetheringStatsProvider$Stub
5005android.net.ITetheringStatsProvider
art-benchmark-serviceec0f5b92021-05-22 22:22:44 -07005006android.net.InetAddresses
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005007android.net.InterfaceConfiguration$1
5008android.net.InterfaceConfiguration
art-benchmark-serviceec0f5b92021-05-22 22:22:44 -07005009android.net.IpConfiguration$1
5010android.net.IpConfiguration$IpAssignment
5011android.net.IpConfiguration$ProxySettings
5012android.net.IpConfiguration
5013android.net.IpPrefix$1
5014android.net.IpPrefix$2
5015android.net.IpPrefix
art-benchmark-serviced60351b2020-04-11 17:55:40 -07005016android.net.IpSecConfig$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08005017android.net.IpSecConfig
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07005018android.net.IpSecManager$SpiUnavailableException
art-benchmark-service56aece62020-02-10 17:58:03 -08005019android.net.IpSecManager$UdpEncapsulationSocket
Calin Juravle00b23d32019-03-08 17:52:20 -08005020android.net.IpSecManager
art-benchmark-serviced60351b2020-04-11 17:55:40 -07005021android.net.IpSecSpiResponse$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08005022android.net.IpSecSpiResponse
art-benchmark-serviced60351b2020-04-11 17:55:40 -07005023android.net.IpSecTransformResponse$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08005024android.net.IpSecTransformResponse
art-benchmark-serviced60351b2020-04-11 17:55:40 -07005025android.net.IpSecTunnelInterfaceResponse$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08005026android.net.IpSecTunnelInterfaceResponse
art-benchmark-serviced60351b2020-04-11 17:55:40 -07005027android.net.IpSecUdpEncapResponse$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08005028android.net.IpSecUdpEncapResponse
art-benchmark-serviceec0f5b92021-05-22 22:22:44 -07005029android.net.KeepalivePacketData
5030android.net.LinkAddress$1
5031android.net.LinkAddress
5032android.net.LinkProperties$1
5033android.net.LinkProperties
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08005034android.net.LocalServerSocket
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08005035android.net.LocalSocket
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07005036android.net.LocalSocketAddress$Namespace
Calin Juravle00b23d32019-03-08 17:52:20 -08005037android.net.LocalSocketAddress
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08005038android.net.LocalSocketImpl$SocketInputStream
5039android.net.LocalSocketImpl$SocketOutputStream
Calin Juravle00b23d32019-03-08 17:52:20 -08005040android.net.LocalSocketImpl
art-benchmark-serviceec0f5b92021-05-22 22:22:44 -07005041android.net.MacAddress$1
5042android.net.MacAddress
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07005043android.net.MatchAllNetworkSpecifier$1
Calin Juravle00b23d32019-03-08 17:52:20 -08005044android.net.MatchAllNetworkSpecifier
art-benchmark-serviceec0f5b92021-05-22 22:22:44 -07005045android.net.NattSocketKeepalive
5046android.net.Network$1
5047android.net.Network$NetworkBoundSocketFactory
5048android.net.Network
5049android.net.NetworkAgent$InitialConfiguration
5050android.net.NetworkAgent$NetworkAgentHandler
5051android.net.NetworkAgent
5052android.net.NetworkAgentConfig$1
5053android.net.NetworkAgentConfig$Builder
5054android.net.NetworkAgentConfig
5055android.net.NetworkCapabilities$1
5056android.net.NetworkCapabilities$NameOf
5057android.net.NetworkCapabilities
5058android.net.NetworkConfig
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005059android.net.NetworkIdentity
art-benchmark-serviceec0f5b92021-05-22 22:22:44 -07005060android.net.NetworkInfo$1
5061android.net.NetworkInfo$DetailedState
5062android.net.NetworkInfo$State
5063android.net.NetworkInfo
Calin Juravle00b23d32019-03-08 17:52:20 -08005064android.net.NetworkKey$1
5065android.net.NetworkKey
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005066android.net.NetworkPolicy$1
5067android.net.NetworkPolicy
5068android.net.NetworkPolicyManager$1
Calin Juravle00b23d32019-03-08 17:52:20 -08005069android.net.NetworkPolicyManager$Listener
art-benchmark-serviced5115932020-02-25 17:55:03 -08005070android.net.NetworkPolicyManager$SubscriptionCallback
5071android.net.NetworkPolicyManager$SubscriptionCallbackProxy
Andreas Gampe61e7b662015-06-17 23:57:04 -07005072android.net.NetworkPolicyManager
art-benchmark-serviceec0f5b92021-05-22 22:22:44 -07005073android.net.NetworkProvider$1
5074android.net.NetworkProvider
art-benchmark-serviced5115932020-02-25 17:55:03 -08005075android.net.NetworkQuotaInfo$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005076android.net.NetworkQuotaInfo
art-benchmark-serviced5115932020-02-25 17:55:03 -08005077android.net.NetworkRecommendationProvider$ServiceWrapper$1
5078android.net.NetworkRecommendationProvider$ServiceWrapper
5079android.net.NetworkRecommendationProvider
art-benchmark-serviceec0f5b92021-05-22 22:22:44 -07005080android.net.NetworkRequest$1
5081android.net.NetworkRequest$Builder
5082android.net.NetworkRequest$Type
5083android.net.NetworkRequest
art-benchmark-serviced5115932020-02-25 17:55:03 -08005084android.net.NetworkScoreManager$NetworkScoreCallback
5085android.net.NetworkScoreManager$NetworkScoreCallbackProxy
Andreas Gampe61e7b662015-06-17 23:57:04 -07005086android.net.NetworkScoreManager
art-benchmark-serviced5115932020-02-25 17:55:03 -08005087android.net.NetworkScorerAppData$1
5088android.net.NetworkScorerAppData
Mathieu Chartierba2c0462017-05-19 16:41:46 -07005089android.net.NetworkSpecifier
art-benchmark-serviced5115932020-02-25 17:55:03 -08005090android.net.NetworkStack
art-benchmark-serviceec0f5b92021-05-22 22:22:44 -07005091android.net.NetworkState$1
5092android.net.NetworkState
Kenny Root9787b802013-04-26 12:53:57 -07005093android.net.NetworkStats$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005094android.net.NetworkStats$Entry
5095android.net.NetworkStats$NonMonotonicObserver
Calin Juravle00b23d32019-03-08 17:52:20 -08005096android.net.NetworkStats
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005097android.net.NetworkStatsHistory$1
5098android.net.NetworkStatsHistory$DataStreamUtils
5099android.net.NetworkStatsHistory$Entry
5100android.net.NetworkStatsHistory$ParcelUtils
5101android.net.NetworkStatsHistory
5102android.net.NetworkTemplate$1
5103android.net.NetworkTemplate
art-benchmark-serviceec0f5b92021-05-22 22:22:44 -07005104android.net.NetworkUtils
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07005105android.net.NetworkWatchlistManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005106android.net.PacProxySelector
art-benchmark-serviceec0f5b92021-05-22 22:22:44 -07005107android.net.ParseException
Calin Juravle00b23d32019-03-08 17:52:20 -08005108android.net.PrivateDnsConnectivityChecker
Jesse Wilson80686182011-01-21 17:12:43 -08005109android.net.Proxy
art-benchmark-serviceec0f5b92021-05-22 22:22:44 -07005110android.net.ProxyInfo$1
5111android.net.ProxyInfo
5112android.net.RouteInfo$1
5113android.net.RouteInfo$RouteKey
5114android.net.RouteInfo
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005115android.net.RssiCurve$1
5116android.net.RssiCurve
Mathieu Chartierba2c0462017-05-19 16:41:46 -07005117android.net.SSLCertificateSocketFactory$1
Calin Juravle00b23d32019-03-08 17:52:20 -08005118android.net.SSLCertificateSocketFactory
Mathieu Chartierba2c0462017-05-19 16:41:46 -07005119android.net.SSLSessionCache
Calin Juravle00b23d32019-03-08 17:52:20 -08005120android.net.ScoredNetwork$1
5121android.net.ScoredNetwork
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005122android.net.SntpClient$InvalidServerReplyException
5123android.net.SntpClient
art-benchmark-serviceec0f5b92021-05-22 22:22:44 -07005124android.net.SocketKeepalive$Callback
5125android.net.SocketKeepalive$ErrorCodeException
5126android.net.SocketKeepalive
5127android.net.StaticIpConfiguration$1
5128android.net.StaticIpConfiguration$Builder
5129android.net.StaticIpConfiguration
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07005130android.net.StringNetworkSpecifier$1
Calin Juravle00b23d32019-03-08 17:52:20 -08005131android.net.StringNetworkSpecifier
art-benchmark-serviceec0f5b92021-05-22 22:22:44 -07005132android.net.TcpSocketKeepalive
art-benchmark-serviced5115932020-02-25 17:55:03 -08005133android.net.TelephonyNetworkSpecifier$1
art-benchmark-serviced60351b2020-04-11 17:55:40 -07005134android.net.TelephonyNetworkSpecifier$Builder
art-benchmark-serviced5115932020-02-25 17:55:03 -08005135android.net.TelephonyNetworkSpecifier
art-benchmark-serviceec0f5b92021-05-22 22:22:44 -07005136android.net.TestNetworkManager
Ken Shirriff1ec81462009-12-08 13:38:48 -08005137android.net.TrafficStats
art-benchmark-serviceec0f5b92021-05-22 22:22:44 -07005138android.net.TransportInfo
5139android.net.UidRange$1
5140android.net.UidRange
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07005141android.net.Uri$1
5142android.net.Uri$AbstractHierarchicalUri
5143android.net.Uri$AbstractPart
5144android.net.Uri$Builder
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08005145android.net.Uri$HierarchicalUri
art-benchmark-service13164882020-11-07 02:19:14 -08005146android.net.Uri$NotCachedHolder
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04005147android.net.Uri$OpaqueUri
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07005148android.net.Uri$Part$EmptyPart
Calin Juravle00b23d32019-03-08 17:52:20 -08005149android.net.Uri$Part
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07005150android.net.Uri$PathPart
5151android.net.Uri$PathSegments
5152android.net.Uri$PathSegmentsBuilder
5153android.net.Uri$StringUri
Calin Juravle00b23d32019-03-08 17:52:20 -08005154android.net.Uri
5155android.net.UriCodec
art-benchmark-serviced5115932020-02-25 17:55:03 -08005156android.net.VpnManager
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07005157android.net.WebAddress
Calin Juravle00b23d32019-03-08 17:52:20 -08005158android.net.WifiKey$1
5159android.net.WifiKey
art-benchmark-serviceec0f5b92021-05-22 22:22:44 -07005160android.net.apf.ApfCapabilities$1
5161android.net.apf.ApfCapabilities
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07005162android.net.http.HttpResponseCache
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07005163android.net.http.X509TrustManagerExtensions
5164android.net.lowpan.LowpanManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005165android.net.metrics.ApfProgramEvent$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08005166android.net.metrics.ApfProgramEvent$Decoder
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005167android.net.metrics.ApfProgramEvent
5168android.net.metrics.ApfStats$1
5169android.net.metrics.ApfStats
5170android.net.metrics.ConnectStats
5171android.net.metrics.DefaultNetworkEvent
5172android.net.metrics.DhcpClientEvent$1
5173android.net.metrics.DhcpClientEvent
art-benchmark-serviced5115932020-02-25 17:55:03 -08005174android.net.metrics.DhcpErrorEvent$1
5175android.net.metrics.DhcpErrorEvent$Decoder
5176android.net.metrics.DhcpErrorEvent
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005177android.net.metrics.DnsEvent
5178android.net.metrics.IpConnectivityLog$Event
5179android.net.metrics.IpConnectivityLog
5180android.net.metrics.IpManagerEvent$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08005181android.net.metrics.IpManagerEvent$Decoder
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005182android.net.metrics.IpManagerEvent
5183android.net.metrics.IpReachabilityEvent$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08005184android.net.metrics.IpReachabilityEvent$Decoder
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005185android.net.metrics.IpReachabilityEvent
5186android.net.metrics.NetworkEvent$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08005187android.net.metrics.NetworkEvent$Decoder
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005188android.net.metrics.NetworkEvent
5189android.net.metrics.NetworkMetrics$Metrics
5190android.net.metrics.NetworkMetrics$Summary
art-benchmark-serviced5115932020-02-25 17:55:03 -08005191android.net.metrics.NetworkMetrics
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005192android.net.metrics.RaEvent$1
5193android.net.metrics.RaEvent
5194android.net.metrics.ValidationProbeEvent$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08005195android.net.metrics.ValidationProbeEvent$Decoder
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005196android.net.metrics.ValidationProbeEvent
5197android.net.metrics.WakeupEvent
5198android.net.metrics.WakeupStats
art-benchmark-serviced60351b2020-04-11 17:55:40 -07005199android.net.netstats.provider.INetworkStatsProvider$Stub$Proxy
art-benchmark-serviced5115932020-02-25 17:55:03 -08005200android.net.netstats.provider.INetworkStatsProvider$Stub
5201android.net.netstats.provider.INetworkStatsProvider
art-benchmark-serviced60351b2020-04-11 17:55:40 -07005202android.net.netstats.provider.INetworkStatsProviderCallback$Stub
art-benchmark-serviced5115932020-02-25 17:55:03 -08005203android.net.netstats.provider.INetworkStatsProviderCallback
art-benchmark-service13164882020-11-07 02:19:14 -08005204android.net.netstats.provider.NetworkStatsProvider
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005205android.net.nsd.INsdManager$Stub$Proxy
5206android.net.nsd.INsdManager$Stub
5207android.net.nsd.INsdManager
5208android.net.nsd.NsdManager$ServiceHandler
Andreas Gampe61e7b662015-06-17 23:57:04 -07005209android.net.nsd.NsdManager
art-benchmark-serviceba354032021-03-16 09:58:05 -07005210android.net.rtp.AudioCodec
5211android.net.rtp.AudioGroup
5212android.net.rtp.AudioStream
5213android.net.rtp.RtpStream
art-benchmark-service13164882020-11-07 02:19:14 -08005214android.net.sip.ISipService$Default
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005215android.net.sip.ISipService$Stub$Proxy
Calin Juravle36829e52019-04-10 19:07:47 -07005216android.net.sip.ISipService$Stub
5217android.net.sip.ISipService
art-benchmark-service13164882020-11-07 02:19:14 -08005218android.net.sip.ISipSession$Default
5219android.net.sip.ISipSession$Stub$Proxy
art-benchmark-service56aece62020-02-10 17:58:03 -08005220android.net.sip.ISipSession$Stub
5221android.net.sip.ISipSession
art-benchmark-service13164882020-11-07 02:19:14 -08005222android.net.sip.ISipSessionListener$Default
5223android.net.sip.ISipSessionListener$Stub$Proxy
art-benchmark-service56aece62020-02-10 17:58:03 -08005224android.net.sip.ISipSessionListener$Stub
5225android.net.sip.ISipSessionListener
art-benchmark-service13164882020-11-07 02:19:14 -08005226android.net.sip.SimpleSessionDescription$1
5227android.net.sip.SimpleSessionDescription$Fields
5228android.net.sip.SimpleSessionDescription$Media
5229android.net.sip.SimpleSessionDescription
5230android.net.sip.SipAudioCall$1
5231android.net.sip.SipAudioCall$Listener
5232android.net.sip.SipAudioCall
5233android.net.sip.SipErrorCode
art-benchmark-service56aece62020-02-10 17:58:03 -08005234android.net.sip.SipException
art-benchmark-service13164882020-11-07 02:19:14 -08005235android.net.sip.SipManager$ListenerRelay
Calin Juravle00b23d32019-03-08 17:52:20 -08005236android.net.sip.SipManager
art-benchmark-servicead05a302020-03-17 09:46:02 -07005237android.net.sip.SipProfile$1
art-benchmark-service13164882020-11-07 02:19:14 -08005238android.net.sip.SipProfile$Builder
art-benchmark-service56aece62020-02-10 17:58:03 -08005239android.net.sip.SipProfile
art-benchmark-service13164882020-11-07 02:19:14 -08005240android.net.sip.SipRegistrationListener
5241android.net.sip.SipSession$1
5242android.net.sip.SipSession$Listener
5243android.net.sip.SipSession$State
5244android.net.sip.SipSession
art-benchmark-service56aece62020-02-10 17:58:03 -08005245android.net.sip.SipSessionAdapter
art-benchmark-serviceec0f5b92021-05-22 22:22:44 -07005246android.net.util.KeepaliveUtils$KeepaliveDeviceConfigurationException
5247android.net.util.KeepaliveUtils
5248android.net.util.MultinetworkPolicyTracker$1
5249android.net.util.MultinetworkPolicyTracker$SettingObserver
5250android.net.util.MultinetworkPolicyTracker
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005251android.net.wifi.WifiNetworkScoreCache$CacheListener$1
Calin Juravle00b23d32019-03-08 17:52:20 -08005252android.net.wifi.WifiNetworkScoreCache$CacheListener
5253android.net.wifi.WifiNetworkScoreCache
art-benchmark-servicead05a302020-03-17 09:46:02 -07005254android.net.wifi.nl80211.WifiNl80211Manager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005255android.nfc.BeamShareData$1
5256android.nfc.BeamShareData
5257android.nfc.IAppCallback$Stub$Proxy
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07005258android.nfc.IAppCallback$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08005259android.nfc.IAppCallback
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07005260android.nfc.INfcAdapter$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08005261android.nfc.INfcAdapter$Stub
5262android.nfc.INfcAdapter
art-benchmark-serviced5115932020-02-25 17:55:03 -08005263android.nfc.INfcAdapterExtras
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07005264android.nfc.INfcCardEmulation$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08005265android.nfc.INfcCardEmulation$Stub
5266android.nfc.INfcCardEmulation
art-benchmark-serviced5115932020-02-25 17:55:03 -08005267android.nfc.INfcDta
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07005268android.nfc.INfcFCardEmulation$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08005269android.nfc.INfcFCardEmulation$Stub
5270android.nfc.INfcFCardEmulation
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07005271android.nfc.INfcTag$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08005272android.nfc.INfcTag$Stub
5273android.nfc.INfcTag
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005274android.nfc.INfcUnlockHandler$Stub$Proxy
5275android.nfc.INfcUnlockHandler$Stub
5276android.nfc.INfcUnlockHandler
5277android.nfc.ITagRemovedCallback$Stub$Proxy
5278android.nfc.ITagRemovedCallback$Stub
5279android.nfc.ITagRemovedCallback
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07005280android.nfc.NfcActivityManager$NfcActivityState
5281android.nfc.NfcActivityManager$NfcApplicationState
Calin Juravle00b23d32019-03-08 17:52:20 -08005282android.nfc.NfcActivityManager
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07005283android.nfc.NfcAdapter$1
5284android.nfc.NfcAdapter$CreateNdefMessageCallback
Calin Juravle00b23d32019-03-08 17:52:20 -08005285android.nfc.NfcAdapter
Kenny Root9787b802013-04-26 12:53:57 -07005286android.nfc.NfcManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005287android.nfc.Tag$1
5288android.nfc.Tag
5289android.nfc.TechListParcel$1
5290android.nfc.TechListParcel
art-benchmark-serviced5115932020-02-25 17:55:03 -08005291android.nfc.cardemulation.AidGroup$1
5292android.nfc.cardemulation.AidGroup
art-benchmark-serviced60351b2020-04-11 17:55:40 -07005293android.nfc.cardemulation.ApduServiceInfo$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08005294android.nfc.cardemulation.ApduServiceInfo
5295android.nfc.cardemulation.CardEmulation
art-benchmark-serviced60351b2020-04-11 17:55:40 -07005296android.nfc.cardemulation.HostApduService$MsgHandler
5297android.nfc.cardemulation.HostApduService
Kenny Rootdbf30ed2012-09-19 13:08:12 -07005298android.opengl.EGL14
Courtney Goeltzenleuchter367ed8b2018-07-18 10:45:37 -06005299android.opengl.EGL15
Andreas Gampedcad4ca2014-10-03 02:00:29 +00005300android.opengl.EGLConfig
5301android.opengl.EGLContext
5302android.opengl.EGLDisplay
5303android.opengl.EGLExt
Calin Juravle00b23d32019-03-08 17:52:20 -08005304android.opengl.EGLImage
art-benchmark-service13164882020-11-07 02:19:14 -08005305android.opengl.EGLLogWrapper
Andreas Gampedcad4ca2014-10-03 02:00:29 +00005306android.opengl.EGLObjectHandle
5307android.opengl.EGLSurface
Calin Juravle00b23d32019-03-08 17:52:20 -08005308android.opengl.EGLSync
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08005309android.opengl.ETC1
5310android.opengl.GLES10
5311android.opengl.GLES10Ext
5312android.opengl.GLES11
5313android.opengl.GLES11Ext
5314android.opengl.GLES20
Andreas Gampedcad4ca2014-10-03 02:00:29 +00005315android.opengl.GLES30
5316android.opengl.GLES31
5317android.opengl.GLES31Ext
Andreas Gampe571fc302016-02-18 13:58:09 -08005318android.opengl.GLES32
art-benchmark-serviced60351b2020-04-11 17:55:40 -07005319android.opengl.GLSurfaceView$BaseConfigChooser
5320android.opengl.GLSurfaceView$ComponentSizeChooser
5321android.opengl.GLSurfaceView$DefaultContextFactory
5322android.opengl.GLSurfaceView$DefaultWindowSurfaceFactory
5323android.opengl.GLSurfaceView$EGLConfigChooser
5324android.opengl.GLSurfaceView$EGLContextFactory
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07005325android.opengl.GLSurfaceView$EGLWindowSurfaceFactory
art-benchmark-serviced60351b2020-04-11 17:55:40 -07005326android.opengl.GLSurfaceView$EglHelper
5327android.opengl.GLSurfaceView$GLThread
5328android.opengl.GLSurfaceView$GLThreadManager
5329android.opengl.GLSurfaceView$Renderer
5330android.opengl.GLSurfaceView$SimpleEGLConfigChooser
5331android.opengl.GLSurfaceView
Andreas Gampe61e7b662015-06-17 23:57:04 -07005332android.opengl.GLUtils
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08005333android.opengl.Matrix
5334android.opengl.Visibility
art-benchmark-serviced5115932020-02-25 17:55:03 -08005335android.os.AppZygote
Mathieu Chartierba2c0462017-05-19 16:41:46 -07005336android.os.AsyncResult
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07005337android.os.AsyncTask$1
Jesse Wilson80686182011-01-21 17:12:43 -08005338android.os.AsyncTask$2
5339android.os.AsyncTask$3
Calin Juravle36829e52019-04-10 19:07:47 -07005340android.os.AsyncTask$4
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005341android.os.AsyncTask$5
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07005342android.os.AsyncTask$AsyncTaskResult
Jesse Wilson80686182011-01-21 17:12:43 -08005343android.os.AsyncTask$InternalHandler
Jesse Wilson80686182011-01-21 17:12:43 -08005344android.os.AsyncTask$SerialExecutor$1
Calin Juravle00b23d32019-03-08 17:52:20 -08005345android.os.AsyncTask$SerialExecutor
Jesse Wilson80686182011-01-21 17:12:43 -08005346android.os.AsyncTask$Status
5347android.os.AsyncTask$WorkerRunnable
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005348android.os.AsyncTask
Andreas Gampedcad4ca2014-10-03 02:00:29 +00005349android.os.BadParcelableException
Andreas Gampe52764cb2016-04-19 20:46:43 -07005350android.os.BaseBundle$NoImagePreloadHolder
Calin Juravle00b23d32019-03-08 17:52:20 -08005351android.os.BaseBundle
Andreas Gampe61e7b662015-06-17 23:57:04 -07005352android.os.BatteryManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005353android.os.BatteryManagerInternal
Calin Juravle4a054192018-05-29 17:52:20 -07005354android.os.BatteryProperty$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005355android.os.BatteryProperty
5356android.os.BatterySaverPolicyConfig$1
5357android.os.BatterySaverPolicyConfig
art-benchmark-serviced5115932020-02-25 17:55:03 -08005358android.os.BatteryStats$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005359android.os.BatteryStats$2
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07005360android.os.BatteryStats$BitDescription
5361android.os.BatteryStats$ControllerActivityCounter
5362android.os.BatteryStats$Counter
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005363android.os.BatteryStats$DailyItem
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07005364android.os.BatteryStats$HistoryEventTracker
5365android.os.BatteryStats$HistoryItem
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005366android.os.BatteryStats$HistoryPrinter
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07005367android.os.BatteryStats$HistoryStepDetails
5368android.os.BatteryStats$HistoryTag
5369android.os.BatteryStats$IntToString
5370android.os.BatteryStats$LevelStepTracker
5371android.os.BatteryStats$LongCounter
5372android.os.BatteryStats$LongCounterArray
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005373android.os.BatteryStats$PackageChange
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07005374android.os.BatteryStats$Timer
art-benchmark-serviced5115932020-02-25 17:55:03 -08005375android.os.BatteryStats$TimerEntry
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005376android.os.BatteryStats$Uid$Pid
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07005377android.os.BatteryStats$Uid$Pkg$Serv
Calin Juravle00b23d32019-03-08 17:52:20 -08005378android.os.BatteryStats$Uid$Pkg
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005379android.os.BatteryStats$Uid$Proc$ExcessivePower
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07005380android.os.BatteryStats$Uid$Proc
5381android.os.BatteryStats$Uid$Sensor
5382android.os.BatteryStats$Uid$Wakelock
Calin Juravle00b23d32019-03-08 17:52:20 -08005383android.os.BatteryStats$Uid
5384android.os.BatteryStats
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005385android.os.BatteryStatsManager
5386android.os.BestClock
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07005387android.os.Binder$NoImagePreloadHolder
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005388android.os.Binder$PropagateWorkSourceTransactListener
5389android.os.Binder$ProxyTransactListener
Calin Juravle00b23d32019-03-08 17:52:20 -08005390android.os.Binder
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07005391android.os.BinderProxy$NoImagePreloadHolder
5392android.os.BinderProxy$ProxyMap
Calin Juravle00b23d32019-03-08 17:52:20 -08005393android.os.BinderProxy
5394android.os.BugreportManager
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08005395android.os.Build$VERSION
Calin Juravle00b23d32019-03-08 17:52:20 -08005396android.os.Build
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07005397android.os.Bundle$1
Calin Juravle00b23d32019-03-08 17:52:20 -08005398android.os.Bundle
Kenny Rootdbf30ed2012-09-19 13:08:12 -07005399android.os.CancellationSignal$OnCancelListener
Andreas Gampedcad4ca2014-10-03 02:00:29 +00005400android.os.CancellationSignal$Transport
Calin Juravle00b23d32019-03-08 17:52:20 -08005401android.os.CancellationSignal
art-benchmark-service84deab32021-05-12 09:41:00 -07005402android.os.CarrierAssociatedAppEntry
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005403android.os.ChildZygoteProcess
Andreas Gampe571fc302016-02-18 13:58:09 -08005404android.os.ConditionVariable
art-benchmark-serviced5115932020-02-25 17:55:03 -08005405android.os.CoolingDevice$1
5406android.os.CoolingDevice
art-benchmark-service13164882020-11-07 02:19:14 -08005407android.os.CountDownTimer$1
5408android.os.CountDownTimer
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005409android.os.CpuUsageInfo$1
5410android.os.CpuUsageInfo
Andreas Gampedcad4ca2014-10-03 02:00:29 +00005411android.os.DeadObjectException
Andreas Gampe859e2782016-04-06 18:37:56 -07005412android.os.DeadSystemException
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08005413android.os.Debug$MemoryInfo$1
Calin Juravle00b23d32019-03-08 17:52:20 -08005414android.os.Debug$MemoryInfo
5415android.os.Debug
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07005416android.os.DeviceIdleManager
Calin Juravle4a054192018-05-29 17:52:20 -07005417android.os.DropBoxManager$Entry$1
Calin Juravle00b23d32019-03-08 17:52:20 -08005418android.os.DropBoxManager$Entry
5419android.os.DropBoxManager
Kenny Rootdbf30ed2012-09-19 13:08:12 -07005420android.os.Environment$UserEnvironment
Calin Juravle00b23d32019-03-08 17:52:20 -08005421android.os.Environment
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07005422android.os.EventLogTags
art-benchmark-serviced60351b2020-04-11 17:55:40 -07005423android.os.ExternalVibration$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08005424android.os.ExternalVibration
Andreas Gampe0db10fd2017-02-01 15:57:57 -08005425android.os.FactoryTest
Calin Juravle4a054192018-05-29 17:52:20 -07005426android.os.FileBridge$FileBridgeOutputStream
art-benchmark-serviced5115932020-02-25 17:55:03 -08005427android.os.FileBridge
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08005428android.os.FileObserver$ObserverThread
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005429android.os.FileUtils$1
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08005430android.os.FileUtils
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005431android.os.GraphicsEnvironment$1
Andreas Gampe0db10fd2017-02-01 15:57:57 -08005432android.os.GraphicsEnvironment
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005433android.os.Handler$BlockingRunnable
Kenny Root9787b802013-04-26 12:53:57 -07005434android.os.Handler$Callback
5435android.os.Handler$MessengerImpl
Calin Juravle00b23d32019-03-08 17:52:20 -08005436android.os.Handler
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07005437android.os.HandlerExecutor
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07005438android.os.HandlerThread
Andreas Gampe571fc302016-02-18 13:58:09 -08005439android.os.HardwarePropertiesManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005440android.os.HidlMemory
art-benchmark-serviced60351b2020-04-11 17:55:40 -07005441android.os.HidlMemoryUtil
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005442android.os.HidlSupport$Mutable
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07005443android.os.HidlSupport
Andreas Gampe0db10fd2017-02-01 15:57:57 -08005444android.os.HwBinder
5445android.os.HwBlob
5446android.os.HwParcel
5447android.os.HwRemoteBinder
Mathieu Chartierba2c0462017-05-19 16:41:46 -07005448android.os.IBatteryPropertiesRegistrar$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08005449android.os.IBatteryPropertiesRegistrar$Stub
5450android.os.IBatteryPropertiesRegistrar
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07005451android.os.IBinder$DeathRecipient
Calin Juravle00b23d32019-03-08 17:52:20 -08005452android.os.IBinder
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07005453android.os.ICancellationSignal$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08005454android.os.ICancellationSignal$Stub
5455android.os.ICancellationSignal
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005456android.os.IDeviceIdentifiersPolicyService$Stub$Proxy
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07005457android.os.IDeviceIdentifiersPolicyService$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08005458android.os.IDeviceIdentifiersPolicyService
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07005459android.os.IDeviceIdleController$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08005460android.os.IDeviceIdleController$Stub
5461android.os.IDeviceIdleController
art-benchmark-serviced5115932020-02-25 17:55:03 -08005462android.os.IDumpstate$Stub$Proxy
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005463android.os.IDumpstate$Stub
5464android.os.IDumpstate
art-benchmark-serviced5115932020-02-25 17:55:03 -08005465android.os.IDumpstateListener$Stub$Proxy
5466android.os.IDumpstateListener$Stub
5467android.os.IDumpstateListener
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005468android.os.IExternalVibratorService$Stub
5469android.os.IExternalVibratorService
art-benchmark-serviced5115932020-02-25 17:55:03 -08005470android.os.IHardwarePropertiesManager$Stub$Proxy
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07005471android.os.IHardwarePropertiesManager$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08005472android.os.IHardwarePropertiesManager
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07005473android.os.IHwBinder$DeathRecipient
Calin Juravle00b23d32019-03-08 17:52:20 -08005474android.os.IHwBinder
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07005475android.os.IHwInterface
art-benchmark-serviced5115932020-02-25 17:55:03 -08005476android.os.IIncidentAuthListener$Stub$Proxy
5477android.os.IIncidentAuthListener$Stub
5478android.os.IIncidentAuthListener
5479android.os.IIncidentCompanion$Stub$Proxy
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005480android.os.IIncidentCompanion$Stub
5481android.os.IIncidentCompanion
5482android.os.IIncidentManager$Stub$Proxy
5483android.os.IIncidentManager$Stub
5484android.os.IIncidentManager
5485android.os.IInstalld$Stub$Proxy
5486android.os.IInstalld$Stub
5487android.os.IInstalld
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08005488android.os.IInterface
Andreas Gampe61e7b662015-06-17 23:57:04 -07005489android.os.IMessenger$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08005490android.os.IMessenger$Stub
5491android.os.IMessenger
Andreas Gampedcad4ca2014-10-03 02:00:29 +00005492android.os.INetworkManagementService$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08005493android.os.INetworkManagementService$Stub
5494android.os.INetworkManagementService
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005495android.os.IPermissionController$Stub
5496android.os.IPermissionController
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07005497android.os.IPowerManager$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08005498android.os.IPowerManager$Stub
5499android.os.IPowerManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005500android.os.IProcessInfoService$Stub
5501android.os.IProcessInfoService
5502android.os.IProgressListener$Stub$Proxy
5503android.os.IProgressListener$Stub
5504android.os.IProgressListener
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005505android.os.IRecoverySystem$Stub
5506android.os.IRecoverySystem
art-benchmark-serviced60351b2020-04-11 17:55:40 -07005507android.os.IRecoverySystemProgressListener$Stub$Proxy
art-benchmark-serviced5115932020-02-25 17:55:03 -08005508android.os.IRecoverySystemProgressListener$Stub
5509android.os.IRecoverySystemProgressListener
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005510android.os.IRemoteCallback$Stub$Proxy
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07005511android.os.IRemoteCallback$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08005512android.os.IRemoteCallback
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005513android.os.ISchedulingPolicyService$Stub
5514android.os.ISchedulingPolicyService
5515android.os.IServiceManager$Stub$Proxy
5516android.os.IServiceManager$Stub
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07005517android.os.IServiceManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005518android.os.IStoraged$Stub$Proxy
5519android.os.IStoraged$Stub
5520android.os.IStoraged
art-benchmark-serviced60351b2020-04-11 17:55:40 -07005521android.os.ISystemConfig$Stub
5522android.os.ISystemConfig
Calin Juravle4a054192018-05-29 17:52:20 -07005523android.os.ISystemUpdateManager$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08005524android.os.ISystemUpdateManager$Stub
5525android.os.ISystemUpdateManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005526android.os.IThermalEventListener$Stub$Proxy
5527android.os.IThermalEventListener$Stub
5528android.os.IThermalEventListener
5529android.os.IThermalService$Stub$Proxy
5530android.os.IThermalService$Stub
5531android.os.IThermalService
5532android.os.IThermalStatusListener$Stub$Proxy
5533android.os.IThermalStatusListener$Stub
5534android.os.IThermalStatusListener
art-benchmark-serviced5115932020-02-25 17:55:03 -08005535android.os.IUpdateEngine$Stub$Proxy
5536android.os.IUpdateEngine$Stub
5537android.os.IUpdateEngine
5538android.os.IUpdateEngineCallback$Stub
5539android.os.IUpdateEngineCallback
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005540android.os.IUpdateLock$Stub
5541android.os.IUpdateLock
Andreas Gampedcad4ca2014-10-03 02:00:29 +00005542android.os.IUserManager$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08005543android.os.IUserManager$Stub
5544android.os.IUserManager
art-benchmark-serviced5115932020-02-25 17:55:03 -08005545android.os.IUserRestrictionsListener$Stub$Proxy
5546android.os.IUserRestrictionsListener$Stub
5547android.os.IUserRestrictionsListener
art-benchmark-serviced60351b2020-04-11 17:55:40 -07005548android.os.IVibratorStateListener$Stub$Proxy
art-benchmark-serviced5115932020-02-25 17:55:03 -08005549android.os.IVibratorStateListener$Stub
5550android.os.IVibratorStateListener
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005551android.os.IVold$Stub$Proxy
5552android.os.IVold$Stub
5553android.os.IVold
5554android.os.IVoldListener$Stub
5555android.os.IVoldListener
art-benchmark-serviced5115932020-02-25 17:55:03 -08005556android.os.IVoldMountCallback$Stub
5557android.os.IVoldMountCallback
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005558android.os.IVoldTaskListener$Stub$Proxy
5559android.os.IVoldTaskListener$Stub
5560android.os.IVoldTaskListener
art-benchmark-serviced5115932020-02-25 17:55:03 -08005561android.os.IncidentManager$IncidentReport$1
5562android.os.IncidentManager$IncidentReport
Andreas Gampe0db10fd2017-02-01 15:57:57 -08005563android.os.IncidentManager
Andreas Gampecbcb9e32016-06-03 17:24:05 -07005564android.os.LocaleList$1
Calin Juravle00b23d32019-03-08 17:52:20 -08005565android.os.LocaleList
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005566android.os.Looper$Observer
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08005567android.os.Looper
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08005568android.os.MemoryFile
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07005569android.os.Message$1
Calin Juravle00b23d32019-03-08 17:52:20 -08005570android.os.Message
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005571android.os.MessageQueue$FileDescriptorRecord
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07005572android.os.MessageQueue$IdleHandler
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07005573android.os.MessageQueue$OnFileDescriptorEventListener
Calin Juravle00b23d32019-03-08 17:52:20 -08005574android.os.MessageQueue
Kenny Root9787b802013-04-26 12:53:57 -07005575android.os.Messenger$1
Calin Juravle00b23d32019-03-08 17:52:20 -08005576android.os.Messenger
5577android.os.NativeHandle
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005578android.os.NetworkOnMainThreadException
Andreas Gampe571fc302016-02-18 13:58:09 -08005579android.os.OperationCanceledException
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08005580android.os.Parcel$1
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07005581android.os.Parcel$2
5582android.os.Parcel$ReadWriteHelper
art-benchmark-serviced60351b2020-04-11 17:55:40 -07005583android.os.Parcel$SquashReadHelper
Calin Juravle00b23d32019-03-08 17:52:20 -08005584android.os.Parcel
art-benchmark-service84deab32021-05-12 09:41:00 -07005585android.os.ParcelDuration
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08005586android.os.ParcelFileDescriptor$1
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07005587android.os.ParcelFileDescriptor$2
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07005588android.os.ParcelFileDescriptor$AutoCloseInputStream
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07005589android.os.ParcelFileDescriptor$AutoCloseOutputStream
art-benchmark-serviced5115932020-02-25 17:55:03 -08005590android.os.ParcelFileDescriptor$OnCloseListener
5591android.os.ParcelFileDescriptor$Status
Calin Juravle00b23d32019-03-08 17:52:20 -08005592android.os.ParcelFileDescriptor
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005593android.os.ParcelFormatException
Mathieu Chartierba2c0462017-05-19 16:41:46 -07005594android.os.ParcelUuid$1
Calin Juravle00b23d32019-03-08 17:52:20 -08005595android.os.ParcelUuid
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04005596android.os.Parcelable$ClassLoaderCreator
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08005597android.os.Parcelable$Creator
Calin Juravle00b23d32019-03-08 17:52:20 -08005598android.os.Parcelable
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07005599android.os.ParcelableException$1
Calin Juravle00b23d32019-03-08 17:52:20 -08005600android.os.ParcelableException
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07005601android.os.ParcelableParcel$1
Calin Juravle00b23d32019-03-08 17:52:20 -08005602android.os.ParcelableParcel
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07005603android.os.PatternMatcher$1
Calin Juravle00b23d32019-03-08 17:52:20 -08005604android.os.PatternMatcher
Andreas Gampe61e7b662015-06-17 23:57:04 -07005605android.os.PersistableBundle$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005606android.os.PersistableBundle$MyReadMapCallback
Calin Juravle00b23d32019-03-08 17:52:20 -08005607android.os.PersistableBundle
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07005608android.os.PooledStringReader
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07005609android.os.PooledStringWriter
art-benchmark-serviced5115932020-02-25 17:55:03 -08005610android.os.PowerManager$1
art-benchmark-serviced60351b2020-04-11 17:55:40 -07005611android.os.PowerManager$2
5612android.os.PowerManager$3
art-benchmark-serviced5115932020-02-25 17:55:03 -08005613android.os.PowerManager$OnThermalStatusChangedListener
5614android.os.PowerManager$WakeData
Calin Juravle00b23d32019-03-08 17:52:20 -08005615android.os.PowerManager$WakeLock
5616android.os.PowerManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005617android.os.PowerManagerInternal$1
5618android.os.PowerManagerInternal$LowPowerModeListener
5619android.os.PowerManagerInternal
5620android.os.PowerSaveState$1
5621android.os.PowerSaveState$Builder
5622android.os.PowerSaveState
5623android.os.PowerWhitelistManager
5624android.os.Process$ProcessStartResult
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08005625android.os.Process
art-benchmark-service56aece62020-02-10 17:58:03 -08005626android.os.ProxyFileDescriptorCallback
art-benchmark-serviced5115932020-02-25 17:55:03 -08005627android.os.RecoverySystem$1
5628android.os.RecoverySystem$2
5629android.os.RecoverySystem$3
5630android.os.RecoverySystem$4
5631android.os.RecoverySystem$5
5632android.os.RecoverySystem$ProgressListener
Andreas Gampe859e2782016-04-06 18:37:56 -07005633android.os.RecoverySystem
Mathieu Chartierba2c0462017-05-19 16:41:46 -07005634android.os.Registrant
Calin Juravle00b23d32019-03-08 17:52:20 -08005635android.os.RegistrantList
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005636android.os.RemoteCallback$1
5637android.os.RemoteCallback$2
Calin Juravle00b23d32019-03-08 17:52:20 -08005638android.os.RemoteCallback$3
Calin Juravle36829e52019-04-10 19:07:47 -07005639android.os.RemoteCallback$OnResultListener
Calin Juravle00b23d32019-03-08 17:52:20 -08005640android.os.RemoteCallback
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07005641android.os.RemoteCallbackList$Callback
Calin Juravle00b23d32019-03-08 17:52:20 -08005642android.os.RemoteCallbackList
Kenny Rootdbf30ed2012-09-19 13:08:12 -07005643android.os.RemoteException
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07005644android.os.ResultReceiver$1
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07005645android.os.ResultReceiver$MyResultReceiver
5646android.os.ResultReceiver$MyRunnable
Calin Juravle00b23d32019-03-08 17:52:20 -08005647android.os.ResultReceiver
Kenny Rootdbf30ed2012-09-19 13:08:12 -07005648android.os.SELinux
Andreas Gampe0db10fd2017-02-01 15:57:57 -08005649android.os.ServiceManager$ServiceNotFoundException
Calin Juravle00b23d32019-03-08 17:52:20 -08005650android.os.ServiceManager
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07005651android.os.ServiceManagerNative
5652android.os.ServiceManagerProxy
Andreas Gampe0db10fd2017-02-01 15:57:57 -08005653android.os.ServiceSpecificException
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07005654android.os.SharedMemory$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005655android.os.SharedMemory$Closer
5656android.os.SharedMemory$MemoryRegistration
5657android.os.SharedMemory$Unmapper
Calin Juravle00b23d32019-03-08 17:52:20 -08005658android.os.SharedMemory
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07005659android.os.ShellCallback$1
Calin Juravle00b23d32019-03-08 17:52:20 -08005660android.os.ShellCallback
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005661android.os.ShellCommand
5662android.os.SimpleClock
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08005663android.os.StatFs
art-benchmark-serviced5115932020-02-25 17:55:03 -08005664android.os.StatsServiceManager$ServiceRegisterer
5665android.os.StatsServiceManager
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07005666android.os.StrictMode$1
5667android.os.StrictMode$2
Jesse Wilson80686182011-01-21 17:12:43 -08005668android.os.StrictMode$3
5669android.os.StrictMode$4
5670android.os.StrictMode$5
5671android.os.StrictMode$6
5672android.os.StrictMode$7
5673android.os.StrictMode$8
Calin Juravle00b23d32019-03-08 17:52:20 -08005674android.os.StrictMode$9
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07005675android.os.StrictMode$AndroidBlockGuardPolicy
Jesse Wilson80686182011-01-21 17:12:43 -08005676android.os.StrictMode$AndroidCloseGuardReporter
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04005677android.os.StrictMode$InstanceTracker
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07005678android.os.StrictMode$OnThreadViolationListener
Jesse Wilson80686182011-01-21 17:12:43 -08005679android.os.StrictMode$Span
Andreas Gampe571fc302016-02-18 13:58:09 -08005680android.os.StrictMode$ThreadPolicy$Builder
Calin Juravle00b23d32019-03-08 17:52:20 -08005681android.os.StrictMode$ThreadPolicy
Jesse Wilson80686182011-01-21 17:12:43 -08005682android.os.StrictMode$ThreadSpanState
Andreas Gampe0db10fd2017-02-01 15:57:57 -08005683android.os.StrictMode$ViolationInfo$1
Calin Juravle00b23d32019-03-08 17:52:20 -08005684android.os.StrictMode$ViolationInfo
Kurt Nelson7d5c07a2017-09-07 16:43:45 -07005685android.os.StrictMode$ViolationLogger
Jesse Wilson80686182011-01-21 17:12:43 -08005686android.os.StrictMode$VmPolicy$Builder
Calin Juravle00b23d32019-03-08 17:52:20 -08005687android.os.StrictMode$VmPolicy
5688android.os.StrictMode
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005689android.os.SynchronousResultReceiver$Result
5690android.os.SynchronousResultReceiver
5691android.os.SystemClock$1
5692android.os.SystemClock$2
5693android.os.SystemClock$3
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08005694android.os.SystemClock
art-benchmark-serviced5115932020-02-25 17:55:03 -08005695android.os.SystemConfigManager
5696android.os.SystemProperties$Handle
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08005697android.os.SystemProperties
art-benchmark-serviced5115932020-02-25 17:55:03 -08005698android.os.SystemService$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005699android.os.SystemService$State
5700android.os.SystemService
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07005701android.os.SystemUpdateManager
Andreas Gampe859e2782016-04-06 18:37:56 -07005702android.os.SystemVibrator
art-benchmark-serviced5115932020-02-25 17:55:03 -08005703android.os.TelephonyServiceManager$ServiceRegisterer
art-benchmark-service35aba412020-02-03 11:53:25 -08005704android.os.TelephonyServiceManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005705android.os.Temperature$1
5706android.os.Temperature
Calin Juravle00b23d32019-03-08 17:52:20 -08005707android.os.ThreadLocalWorkSource
art-benchmark-serviced60351b2020-04-11 17:55:40 -07005708android.os.TimestampedValue$1
5709android.os.TimestampedValue
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005710android.os.TokenWatcher$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08005711android.os.TokenWatcher$Death
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005712android.os.TokenWatcher
Kenny Rootdbf30ed2012-09-19 13:08:12 -07005713android.os.Trace
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005714android.os.TraceNameSupplier
5715android.os.TransactionTooLargeException
Calin Juravle00b23d32019-03-08 17:52:20 -08005716android.os.TransactionTracker
art-benchmark-serviced5115932020-02-25 17:55:03 -08005717android.os.UEventObserver$UEvent
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005718android.os.UEventObserver$UEventThread
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08005719android.os.UEventObserver
art-benchmark-serviced5115932020-02-25 17:55:03 -08005720android.os.UpdateEngine$1$1
5721android.os.UpdateEngine$1
5722android.os.UpdateEngine
5723android.os.UpdateEngineCallback
Calin Juravle00b23d32019-03-08 17:52:20 -08005724android.os.UpdateLock
Kenny Rootdbf30ed2012-09-19 13:08:12 -07005725android.os.UserHandle$1
Calin Juravle00b23d32019-03-08 17:52:20 -08005726android.os.UserHandle
art-benchmark-serviced5115932020-02-25 17:55:03 -08005727android.os.UserManager$1
art-benchmark-serviceec0f5b92021-05-22 22:22:44 -07005728android.os.UserManager$2
Calin Juravle00b23d32019-03-08 17:52:20 -08005729android.os.UserManager$EnforcingUser$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005730android.os.UserManager$EnforcingUser
Calin Juravle00b23d32019-03-08 17:52:20 -08005731android.os.UserManager$UserOperationException
Andreas Gampedcad4ca2014-10-03 02:00:29 +00005732android.os.UserManager
art-benchmark-servicead05a302020-03-17 09:46:02 -07005733android.os.VibrationAttributes$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08005734android.os.VibrationAttributes$Builder
5735android.os.VibrationAttributes
Calin Juravle4a054192018-05-29 17:52:20 -07005736android.os.VibrationEffect$1
art-benchmark-serviced60351b2020-04-11 17:55:40 -07005737android.os.VibrationEffect$Composed$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08005738android.os.VibrationEffect$Composed
Calin Juravle00b23d32019-03-08 17:52:20 -08005739android.os.VibrationEffect
Andreas Gampe61e7b662015-06-17 23:57:04 -07005740android.os.Vibrator
Mathieu Chartierba2c0462017-05-19 16:41:46 -07005741android.os.VintfObject
5742android.os.VintfRuntimeInfo
Mathieu Chartierba2c0462017-05-19 16:41:46 -07005743android.os.WorkSource$1
Calin Juravle4a054192018-05-29 17:52:20 -07005744android.os.WorkSource$WorkChain$1
Calin Juravle00b23d32019-03-08 17:52:20 -08005745android.os.WorkSource$WorkChain
5746android.os.WorkSource
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005747android.os.ZygoteProcess$ZygoteState
Andreas Gampe0db10fd2017-02-01 15:57:57 -08005748android.os.ZygoteProcess
Andreas Gampedcad4ca2014-10-03 02:00:29 +00005749android.os.ZygoteStartFailedEx
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005750android.os.connectivity.CellularBatteryStats$1
5751android.os.connectivity.CellularBatteryStats
5752android.os.connectivity.GpsBatteryStats$1
5753android.os.connectivity.GpsBatteryStats
art-benchmark-serviced5115932020-02-25 17:55:03 -08005754android.os.connectivity.WifiActivityEnergyInfo$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005755android.os.connectivity.WifiActivityEnergyInfo
5756android.os.connectivity.WifiBatteryStats$1
5757android.os.connectivity.WifiBatteryStats
5758android.os.health.HealthKeys$Constant
art-benchmark-serviced5115932020-02-25 17:55:03 -08005759android.os.health.HealthKeys$Constants
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005760android.os.health.HealthKeys$SortedIntArray
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07005761android.os.health.HealthStats
5762android.os.health.HealthStatsParceler$1
Calin Juravle00b23d32019-03-08 17:52:20 -08005763android.os.health.HealthStatsParceler
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005764android.os.health.HealthStatsWriter
art-benchmark-serviced5115932020-02-25 17:55:03 -08005765android.os.health.PackageHealthStats
5766android.os.health.PidHealthStats
5767android.os.health.ProcessHealthStats
5768android.os.health.ServiceHealthStats
Andreas Gampe859e2782016-04-06 18:37:56 -07005769android.os.health.SystemHealthManager
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07005770android.os.health.TimerStat$1
Calin Juravle00b23d32019-03-08 17:52:20 -08005771android.os.health.TimerStat
art-benchmark-serviced5115932020-02-25 17:55:03 -08005772android.os.health.UidHealthStats
Po-Chien Hsueh4e908c22019-03-07 11:57:17 +08005773android.os.image.DynamicSystemClient
5774android.os.image.DynamicSystemManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005775android.os.image.IDynamicSystemService$Stub
5776android.os.image.IDynamicSystemService
art-benchmark-service56aece62020-02-10 17:58:03 -08005777android.os.incremental.IncrementalManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005778android.os.storage.DiskInfo$1
5779android.os.storage.DiskInfo
5780android.os.storage.IObbActionListener$Stub$Proxy
Mathieu Chartierba2c0462017-05-19 16:41:46 -07005781android.os.storage.IObbActionListener$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08005782android.os.storage.IObbActionListener
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005783android.os.storage.IStorageEventListener$Stub$Proxy
5784android.os.storage.IStorageEventListener$Stub
5785android.os.storage.IStorageEventListener
Sudheer Shanka2250d562016-11-07 15:41:02 -08005786android.os.storage.IStorageManager$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08005787android.os.storage.IStorageManager$Stub
5788android.os.storage.IStorageManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005789android.os.storage.IStorageShutdownObserver$Stub$Proxy
5790android.os.storage.IStorageShutdownObserver$Stub
5791android.os.storage.IStorageShutdownObserver
art-benchmark-service56aece62020-02-10 17:58:03 -08005792android.os.storage.OnObbStateChangeListener
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005793android.os.storage.StorageEventListener
art-benchmark-service56aece62020-02-10 17:58:03 -08005794android.os.storage.StorageManager$1
Mathieu Chartierba2c0462017-05-19 16:41:46 -07005795android.os.storage.StorageManager$ObbActionListener
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005796android.os.storage.StorageManager$StorageEventListenerDelegate
art-benchmark-service56aece62020-02-10 17:58:03 -08005797android.os.storage.StorageManager$StorageVolumeCallback
Calin Juravle00b23d32019-03-08 17:52:20 -08005798android.os.storage.StorageManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005799android.os.storage.StorageManagerInternal
Kenny Rootdbf30ed2012-09-19 13:08:12 -07005800android.os.storage.StorageVolume$1
Calin Juravle00b23d32019-03-08 17:52:20 -08005801android.os.storage.StorageVolume
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07005802android.os.storage.VolumeInfo$1
5803android.os.storage.VolumeInfo$2
Calin Juravle00b23d32019-03-08 17:52:20 -08005804android.os.storage.VolumeInfo
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005805android.os.storage.VolumeRecord$1
5806android.os.storage.VolumeRecord
5807android.os.strictmode.ContentUriWithoutPermissionViolation
5808android.os.strictmode.CredentialProtectedWhileLockedViolation
5809android.os.strictmode.CustomViolation
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07005810android.os.strictmode.DiskReadViolation
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005811android.os.strictmode.DiskWriteViolation
5812android.os.strictmode.ExplicitGcViolation
5813android.os.strictmode.ImplicitDirectBootViolation
art-benchmark-servicead05a302020-03-17 09:46:02 -07005814android.os.strictmode.IncorrectContextUseViolation
Calin Juravle4a054192018-05-29 17:52:20 -07005815android.os.strictmode.InstanceCountViolation
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005816android.os.strictmode.IntentReceiverLeakedViolation
5817android.os.strictmode.LeakedClosableViolation
5818android.os.strictmode.NetworkViolation
5819android.os.strictmode.ResourceMismatchViolation
5820android.os.strictmode.ServiceConnectionLeakedViolation
5821android.os.strictmode.SqliteObjectLeakedViolation
5822android.os.strictmode.UnbufferedIoViolation
5823android.os.strictmode.UntaggedSocketViolation
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07005824android.os.strictmode.Violation
art-benchmark-serviced5115932020-02-25 17:55:03 -08005825android.os.strictmode.WebViewMethodCalledOnWrongThreadViolation
art-benchmark-serviced5115932020-02-25 17:55:03 -08005826android.permission.IOnPermissionsChangeListener$Stub$Proxy
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005827android.permission.IOnPermissionsChangeListener$Stub
5828android.permission.IOnPermissionsChangeListener
Calin Juravle00b23d32019-03-08 17:52:20 -08005829android.permission.IPermissionController$Stub$Proxy
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005830android.permission.IPermissionController$Stub
Calin Juravle36829e52019-04-10 19:07:47 -07005831android.permission.IPermissionController
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005832android.permission.IPermissionManager$Stub$Proxy
5833android.permission.IPermissionManager$Stub
5834android.permission.IPermissionManager
art-benchmark-serviced5115932020-02-25 17:55:03 -08005835android.permission.PermissionControllerManager$1
Calin Juravle00b23d32019-03-08 17:52:20 -08005836android.permission.PermissionControllerManager
art-benchmark-serviced60351b2020-04-11 17:55:40 -07005837android.permission.PermissionManager$1
5838android.permission.PermissionManager$2
5839android.permission.PermissionManager$PackageNamePermissionQuery
5840android.permission.PermissionManager$PermissionQuery
Calin Juravle787d34d2019-04-25 15:12:44 -07005841android.permission.PermissionManager$SplitPermissionInfo
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005842android.permission.PermissionManagerInternal
5843android.preference.GenericInflater$Parent
5844android.preference.GenericInflater
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07005845android.preference.Preference$OnPreferenceChangeListener
Calin Juravle00b23d32019-03-08 17:52:20 -08005846android.preference.Preference
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07005847android.preference.PreferenceActivity
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07005848android.preference.PreferenceFragment$OnPreferenceStartFragmentCallback
Calin Juravle00b23d32019-03-08 17:52:20 -08005849android.preference.PreferenceFragment
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005850android.preference.PreferenceGroup
5851android.preference.PreferenceInflater
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07005852android.preference.PreferenceManager$OnPreferenceTreeClickListener
Calin Juravle00b23d32019-03-08 17:52:20 -08005853android.preference.PreferenceManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005854android.preference.PreferenceScreen
art-benchmark-serviced60351b2020-04-11 17:55:40 -07005855android.print.IPrintDocumentAdapter$Stub$Proxy
art-benchmark-serviced5115932020-02-25 17:55:03 -08005856android.print.IPrintDocumentAdapter$Stub
5857android.print.IPrintDocumentAdapter
art-benchmark-serviced60351b2020-04-11 17:55:40 -07005858android.print.IPrintJobStateChangeListener$Stub$Proxy
art-benchmark-serviced5115932020-02-25 17:55:03 -08005859android.print.IPrintJobStateChangeListener$Stub
5860android.print.IPrintJobStateChangeListener
5861android.print.IPrintManager$Stub$Proxy
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005862android.print.IPrintManager$Stub
5863android.print.IPrintManager
art-benchmark-serviced60351b2020-04-11 17:55:40 -07005864android.print.IPrintServicesChangeListener$Stub$Proxy
art-benchmark-serviced5115932020-02-25 17:55:03 -08005865android.print.IPrintServicesChangeListener$Stub
5866android.print.IPrintServicesChangeListener
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005867android.print.IPrintSpooler$Stub$Proxy
5868android.print.IPrintSpooler$Stub
5869android.print.IPrintSpooler
art-benchmark-serviced5115932020-02-25 17:55:03 -08005870android.print.IPrintSpoolerCallbacks$Stub
5871android.print.IPrintSpoolerCallbacks
5872android.print.IPrintSpoolerClient$Stub
5873android.print.IPrintSpoolerClient
art-benchmark-serviced60351b2020-04-11 17:55:40 -07005874android.print.IPrinterDiscoveryObserver$Stub$Proxy
art-benchmark-serviced5115932020-02-25 17:55:03 -08005875android.print.IPrinterDiscoveryObserver$Stub
5876android.print.IPrinterDiscoveryObserver
art-benchmark-serviced60351b2020-04-11 17:55:40 -07005877android.print.PrintAttributes$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08005878android.print.PrintAttributes
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07005879android.print.PrintDocumentAdapter
art-benchmark-serviced60351b2020-04-11 17:55:40 -07005880android.print.PrintJobId$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08005881android.print.PrintJobId
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005882android.print.PrintJobInfo$1
5883android.print.PrintJobInfo
art-benchmark-serviced5115932020-02-25 17:55:03 -08005884android.print.PrintManager$1
Andreas Gampe61e7b662015-06-17 23:57:04 -07005885android.print.PrintManager
art-benchmark-serviced60351b2020-04-11 17:55:40 -07005886android.print.PrinterId$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08005887android.print.PrinterId
5888android.printservice.IPrintServiceClient$Stub
5889android.printservice.IPrintServiceClient
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005890android.printservice.PrintServiceInfo$1
5891android.printservice.PrintServiceInfo
art-benchmark-serviced60351b2020-04-11 17:55:40 -07005892android.printservice.recommendation.IRecommendationsChangeListener$Stub$Proxy
art-benchmark-serviced5115932020-02-25 17:55:03 -08005893android.printservice.recommendation.IRecommendationsChangeListener$Stub
5894android.printservice.recommendation.IRecommendationsChangeListener
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005895android.privacy.DifferentialPrivacyConfig
5896android.privacy.DifferentialPrivacyEncoder
art-benchmark-serviced5115932020-02-25 17:55:03 -08005897android.privacy.internal.longitudinalreporting.LongitudinalReportingConfig
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005898android.privacy.internal.longitudinalreporting.LongitudinalReportingEncoder
5899android.privacy.internal.rappor.RapporConfig
5900android.privacy.internal.rappor.RapporEncoder
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07005901android.provider.BaseColumns
art-benchmark-serviced5115932020-02-25 17:55:03 -08005902android.provider.BlockedNumberContract$BlockedNumbers
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005903android.provider.BlockedNumberContract$SystemContract
5904android.provider.BlockedNumberContract
art-benchmark-serviced5115932020-02-25 17:55:03 -08005905android.provider.CalendarContract$Attendees
5906android.provider.CalendarContract$AttendeesColumns
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07005907android.provider.CalendarContract$CalendarColumns
5908android.provider.CalendarContract$CalendarSyncColumns
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005909android.provider.CalendarContract$Calendars
Calin Juravle4a054192018-05-29 17:52:20 -07005910android.provider.CalendarContract$Events
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07005911android.provider.CalendarContract$EventsColumns
Calin Juravle4a054192018-05-29 17:52:20 -07005912android.provider.CalendarContract$Instances
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07005913android.provider.CalendarContract$SyncColumns
art-benchmark-serviced5115932020-02-25 17:55:03 -08005914android.provider.CalendarContract
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005915android.provider.CallLog$Calls
art-benchmark-serviced5115932020-02-25 17:55:03 -08005916android.provider.CallLog
5917android.provider.ContactsContract$BaseSyncColumns
Andreas Gampe61e7b662015-06-17 23:57:04 -07005918android.provider.ContactsContract$CommonDataKinds$BaseTypes
Calin Juravle00b23d32019-03-08 17:52:20 -08005919android.provider.ContactsContract$CommonDataKinds$Callable
Andreas Gampe61e7b662015-06-17 23:57:04 -07005920android.provider.ContactsContract$CommonDataKinds$CommonColumns
Calin Juravle4a054192018-05-29 17:52:20 -07005921android.provider.ContactsContract$CommonDataKinds$Email
art-benchmark-serviced60351b2020-04-11 17:55:40 -07005922android.provider.ContactsContract$CommonDataKinds$Event
5923android.provider.ContactsContract$CommonDataKinds$Im
Calin Juravle4a054192018-05-29 17:52:20 -07005924android.provider.ContactsContract$CommonDataKinds$Phone
art-benchmark-serviced60351b2020-04-11 17:55:40 -07005925android.provider.ContactsContract$CommonDataKinds$Relation
art-benchmark-serviced5115932020-02-25 17:55:03 -08005926android.provider.ContactsContract$CommonDataKinds$StructuredPostal
Andreas Gampedcad4ca2014-10-03 02:00:29 +00005927android.provider.ContactsContract$ContactCounts
5928android.provider.ContactsContract$ContactNameColumns
5929android.provider.ContactsContract$ContactOptionsColumns
5930android.provider.ContactsContract$ContactStatusColumns
Calin Juravle4a054192018-05-29 17:52:20 -07005931android.provider.ContactsContract$Contacts
Andreas Gampedcad4ca2014-10-03 02:00:29 +00005932android.provider.ContactsContract$ContactsColumns
Calin Juravle4a054192018-05-29 17:52:20 -07005933android.provider.ContactsContract$Data
Andreas Gampedcad4ca2014-10-03 02:00:29 +00005934android.provider.ContactsContract$DataColumns
5935android.provider.ContactsContract$DataColumnsWithJoins
art-benchmark-serviced5115932020-02-25 17:55:03 -08005936android.provider.ContactsContract$DataUsageFeedback
Andreas Gampedcad4ca2014-10-03 02:00:29 +00005937android.provider.ContactsContract$DataUsageStatColumns
art-benchmark-serviced5115932020-02-25 17:55:03 -08005938android.provider.ContactsContract$DeletedContacts
5939android.provider.ContactsContract$DeletedContactsColumns
art-benchmark-serviced60351b2020-04-11 17:55:40 -07005940android.provider.ContactsContract$Directory
art-benchmark-serviced5115932020-02-25 17:55:03 -08005941android.provider.ContactsContract$DisplayPhoto
5942android.provider.ContactsContract$Groups
5943android.provider.ContactsContract$GroupsColumns
5944android.provider.ContactsContract$MetadataSync
5945android.provider.ContactsContract$MetadataSyncColumns
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005946android.provider.ContactsContract$PhoneLookup
5947android.provider.ContactsContract$PhoneLookupColumns
art-benchmark-serviced5115932020-02-25 17:55:03 -08005948android.provider.ContactsContract$Profile
5949android.provider.ContactsContract$ProviderStatus
5950android.provider.ContactsContract$RawContacts
Andreas Gampedcad4ca2014-10-03 02:00:29 +00005951android.provider.ContactsContract$RawContactsColumns
art-benchmark-serviced5115932020-02-25 17:55:03 -08005952android.provider.ContactsContract$RawContactsEntity
5953android.provider.ContactsContract$Settings
5954android.provider.ContactsContract$SettingsColumns
Andreas Gampedcad4ca2014-10-03 02:00:29 +00005955android.provider.ContactsContract$StatusColumns
art-benchmark-serviced5115932020-02-25 17:55:03 -08005956android.provider.ContactsContract$SyncColumns
5957android.provider.ContactsContract$SyncState
Calin Juravle00b23d32019-03-08 17:52:20 -08005958android.provider.ContactsContract
5959android.provider.DeviceConfig$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08005960android.provider.DeviceConfig$BadConfigException
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005961android.provider.DeviceConfig$OnPropertiesChangedListener
art-benchmark-serviced5115932020-02-25 17:55:03 -08005962android.provider.DeviceConfig$Properties$Builder
5963android.provider.DeviceConfig$Properties
Calin Juravle00b23d32019-03-08 17:52:20 -08005964android.provider.DeviceConfig
art-benchmark-serviced5115932020-02-25 17:55:03 -08005965android.provider.DocumentsContract$Path$1
5966android.provider.DocumentsContract$Path
5967android.provider.DocumentsContract
5968android.provider.DocumentsProvider
Calin Juravle4a054192018-05-29 17:52:20 -07005969android.provider.Downloads$Impl
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005970android.provider.Downloads
Calin Juravle00b23d32019-03-08 17:52:20 -08005971android.provider.FontRequest
Mathieu Chartierba2c0462017-05-19 16:41:46 -07005972android.provider.FontsContract$1
Calin Juravle00b23d32019-03-08 17:52:20 -08005973android.provider.FontsContract$FontFamilyResult
5974android.provider.FontsContract$FontInfo
5975android.provider.FontsContract
art-benchmark-serviced5115932020-02-25 17:55:03 -08005976android.provider.OpenableColumns
Calin Juravle00b23d32019-03-08 17:52:20 -08005977android.provider.SearchIndexableData
5978android.provider.SearchIndexableResource
art-benchmark-serviced5115932020-02-25 17:55:03 -08005979android.provider.SearchIndexablesContract
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07005980android.provider.SearchIndexablesProvider
Calin Juravle4a054192018-05-29 17:52:20 -07005981android.provider.SearchRecentSuggestions
Calin Juravle00b23d32019-03-08 17:52:20 -08005982android.provider.Settings$Config
Andreas Gampe0db10fd2017-02-01 15:57:57 -08005983android.provider.Settings$ContentProviderHolder
Andreas Gampecbcb9e32016-06-03 17:24:05 -07005984android.provider.Settings$GenerationTracker
Calin Juravle00b23d32019-03-08 17:52:20 -08005985android.provider.Settings$Global
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07005986android.provider.Settings$NameValueCache
5987android.provider.Settings$NameValueTable
Calin Juravle00b23d32019-03-08 17:52:20 -08005988android.provider.Settings$Secure
Kenny Root9787b802013-04-26 12:53:57 -07005989android.provider.Settings$SettingNotFoundException
Calin Juravle00b23d32019-03-08 17:52:20 -08005990android.provider.Settings$System
5991android.provider.Settings
art-benchmark-serviced5115932020-02-25 17:55:03 -08005992android.provider.SyncStateContract$Columns
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005993android.provider.Telephony$BaseMmsColumns
5994android.provider.Telephony$CarrierColumns
Calin Juravle00b23d32019-03-08 17:52:20 -08005995android.provider.Telephony$CarrierId$All
art-benchmark-serviced8f25642020-01-27 20:25:10 -08005996android.provider.Telephony$CarrierId
Calin Juravle00b23d32019-03-08 17:52:20 -08005997android.provider.Telephony$Carriers
art-benchmark-serviced5115932020-02-25 17:55:03 -08005998android.provider.Telephony$Mms$Inbox
5999android.provider.Telephony$Mms$Sent
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006000android.provider.Telephony$Mms
art-benchmark-serviced5115932020-02-25 17:55:03 -08006001android.provider.Telephony$MmsSms
Calin Juravle00b23d32019-03-08 17:52:20 -08006002android.provider.Telephony$ServiceStateTable
art-benchmark-service35aba412020-02-03 11:53:25 -08006003android.provider.Telephony$SimInfo
art-benchmark-serviced60351b2020-04-11 17:55:40 -07006004android.provider.Telephony$Sms$Intents
art-benchmark-serviced5115932020-02-25 17:55:03 -08006005android.provider.Telephony$Sms$Sent
Calin Juravle4a054192018-05-29 17:52:20 -07006006android.provider.Telephony$Sms
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006007android.provider.Telephony$TextBasedSmsColumns
art-benchmark-serviced5115932020-02-25 17:55:03 -08006008android.provider.Telephony$Threads
6009android.provider.Telephony$ThreadsColumns
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006010android.provider.UserDictionary$Words
art-benchmark-serviced5115932020-02-25 17:55:03 -08006011android.provider.VoicemailContract$Status
6012android.provider.VoicemailContract$Voicemails
6013android.renderscript.Allocation
6014android.renderscript.BaseObj
6015android.renderscript.Element$1
6016android.renderscript.Element$DataKind
6017android.renderscript.Element$DataType
6018android.renderscript.Element
6019android.renderscript.RSDriverException
6020android.renderscript.RSIllegalArgumentException
6021android.renderscript.RSInvalidStateException
6022android.renderscript.RSRuntimeException
6023android.renderscript.RenderScript$ContextType
6024android.renderscript.RenderScript$MessageThread
6025android.renderscript.RenderScript$RSErrorHandler
6026android.renderscript.RenderScript$RSMessageHandler
6027android.renderscript.RenderScript
Andreas Gampe61e7b662015-06-17 23:57:04 -07006028android.renderscript.RenderScriptCacheDir
art-benchmark-serviced5115932020-02-25 17:55:03 -08006029android.renderscript.Script
6030android.renderscript.ScriptIntrinsic
6031android.renderscript.ScriptIntrinsicBlur
Calin Juravle00b23d32019-03-08 17:52:20 -08006032android.security.AttestedKeyPair
6033android.security.Credentials
art-benchmark-service56aece62020-02-10 17:58:03 -08006034android.security.FileIntegrityManager
art-benchmark-serviced5115932020-02-25 17:55:03 -08006035android.security.GateKeeper
art-benchmark-serviced60351b2020-04-11 17:55:40 -07006036android.security.IFileIntegrityService$Stub
6037android.security.IFileIntegrityService
Calin Juravle00b23d32019-03-08 17:52:20 -08006038android.security.IKeyChainAliasCallback$Stub
6039android.security.IKeyChainAliasCallback
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006040android.security.IKeyChainService$Stub$Proxy
6041android.security.IKeyChainService$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08006042android.security.IKeyChainService
6043android.security.KeyChain$1
6044android.security.KeyChain$AliasResponse
6045android.security.KeyChain$KeyChainConnection
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006046android.security.KeyChain
Calin Juravle00b23d32019-03-08 17:52:20 -08006047android.security.KeyChainAliasCallback
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006048android.security.KeyChainException
art-benchmark-serviced5115932020-02-25 17:55:03 -08006049android.security.KeyPairGeneratorSpec
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006050android.security.KeyStore$State
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07006051android.security.KeyStore
Calin Juravle00b23d32019-03-08 17:52:20 -08006052android.security.KeyStoreException
Calin Juravle4a054192018-05-29 17:52:20 -07006053android.security.NetworkSecurityPolicy
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006054android.security.Scrypt
art-benchmark-serviced5115932020-02-25 17:55:03 -08006055android.security.keymaster.ExportResult$1
6056android.security.keymaster.ExportResult
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006057android.security.keymaster.IKeyAttestationApplicationIdProvider$Stub
6058android.security.keymaster.IKeyAttestationApplicationIdProvider
art-benchmark-serviced5115932020-02-25 17:55:03 -08006059android.security.keymaster.KeyAttestationApplicationId$1
6060android.security.keymaster.KeyAttestationApplicationId
6061android.security.keymaster.KeyAttestationPackageInfo$1
6062android.security.keymaster.KeyAttestationPackageInfo
Calin Juravle4a054192018-05-29 17:52:20 -07006063android.security.keymaster.KeyCharacteristics$1
Calin Juravle00b23d32019-03-08 17:52:20 -08006064android.security.keymaster.KeyCharacteristics
Calin Juravle4a054192018-05-29 17:52:20 -07006065android.security.keymaster.KeymasterArgument$1
Calin Juravle00b23d32019-03-08 17:52:20 -08006066android.security.keymaster.KeymasterArgument
Calin Juravle4a054192018-05-29 17:52:20 -07006067android.security.keymaster.KeymasterArguments$1
Calin Juravle00b23d32019-03-08 17:52:20 -08006068android.security.keymaster.KeymasterArguments
Calin Juravle4a054192018-05-29 17:52:20 -07006069android.security.keymaster.KeymasterBlob$1
Calin Juravle00b23d32019-03-08 17:52:20 -08006070android.security.keymaster.KeymasterBlob
Calin Juravle4a054192018-05-29 17:52:20 -07006071android.security.keymaster.KeymasterBlobArgument
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006072android.security.keymaster.KeymasterBooleanArgument
Calin Juravle36829e52019-04-10 19:07:47 -07006073android.security.keymaster.KeymasterCertificateChain$1
Calin Juravle00b23d32019-03-08 17:52:20 -08006074android.security.keymaster.KeymasterCertificateChain
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006075android.security.keymaster.KeymasterDateArgument
6076android.security.keymaster.KeymasterDefs
Calin Juravle4a054192018-05-29 17:52:20 -07006077android.security.keymaster.KeymasterIntArgument
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006078android.security.keymaster.KeymasterLongArgument
Calin Juravle4a054192018-05-29 17:52:20 -07006079android.security.keymaster.OperationResult$1
Calin Juravle00b23d32019-03-08 17:52:20 -08006080android.security.keymaster.OperationResult
Alex Klyubindcdaf872015-05-13 15:57:09 -07006081android.security.keystore.AndroidKeyStoreProvider
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006082android.security.keystore.ArrayUtils
Calin Juravle00b23d32019-03-08 17:52:20 -08006083android.security.keystore.AttestationUtils
art-benchmark-serviced5115932020-02-25 17:55:03 -08006084android.security.keystore.DelegatingX509Certificate
6085android.security.keystore.DeviceIdAttestationException
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006086android.security.keystore.KeyAttestationException
art-benchmark-serviced5115932020-02-25 17:55:03 -08006087android.security.keystore.KeyExpiredException
6088android.security.keystore.KeyGenParameterSpec$Builder
Calin Juravle00b23d32019-03-08 17:52:20 -08006089android.security.keystore.KeyGenParameterSpec
art-benchmark-serviced5115932020-02-25 17:55:03 -08006090android.security.keystore.KeyInfo
6091android.security.keystore.KeyNotYetValidException
Calin Juravle36829e52019-04-10 19:07:47 -07006092android.security.keystore.KeyPermanentlyInvalidatedException
art-benchmark-serviced5115932020-02-25 17:55:03 -08006093android.security.keystore.KeyProperties$BlockMode
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006094android.security.keystore.KeyProperties$Digest
art-benchmark-serviced5115932020-02-25 17:55:03 -08006095android.security.keystore.KeyProperties$EncryptionPadding
Calin Juravle4a054192018-05-29 17:52:20 -07006096android.security.keystore.KeyProperties$KeyAlgorithm
art-benchmark-serviced5115932020-02-25 17:55:03 -08006097android.security.keystore.KeyProperties$Origin
6098android.security.keystore.KeyProperties$Purpose
6099android.security.keystore.KeyProperties$SignaturePadding
6100android.security.keystore.KeyProperties
6101android.security.keystore.KeyProtection$Builder
6102android.security.keystore.KeyProtection
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006103android.security.keystore.KeyStoreConnectException
Calin Juravle4a054192018-05-29 17:52:20 -07006104android.security.keystore.KeyStoreCryptoOperation
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006105android.security.keystore.KeystoreResponse$1
6106android.security.keystore.KeystoreResponse
Calin Juravle36829e52019-04-10 19:07:47 -07006107android.security.keystore.ParcelableKeyGenParameterSpec$1
Calin Juravle00b23d32019-03-08 17:52:20 -08006108android.security.keystore.ParcelableKeyGenParameterSpec
art-benchmark-serviced5115932020-02-25 17:55:03 -08006109android.security.keystore.SecureKeyImportUnavailableException
Calin Juravle00b23d32019-03-08 17:52:20 -08006110android.security.keystore.StrongBoxUnavailableException
6111android.security.keystore.UserAuthArgs
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006112android.security.keystore.UserNotAuthenticatedException
6113android.security.keystore.Utils
art-benchmark-serviced5115932020-02-25 17:55:03 -08006114android.security.keystore.WrappedKeyEntry
6115android.security.keystore.recovery.InternalRecoveryServiceException
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006116android.security.keystore.recovery.KeyChainProtectionParams$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08006117android.security.keystore.recovery.KeyChainProtectionParams$Builder
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006118android.security.keystore.recovery.KeyChainProtectionParams
6119android.security.keystore.recovery.KeyChainSnapshot$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08006120android.security.keystore.recovery.KeyChainSnapshot$Builder
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006121android.security.keystore.recovery.KeyChainSnapshot
6122android.security.keystore.recovery.KeyDerivationParams$1
6123android.security.keystore.recovery.KeyDerivationParams
art-benchmark-serviced5115932020-02-25 17:55:03 -08006124android.security.keystore.recovery.LockScreenRequiredException
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006125android.security.keystore.recovery.RecoveryCertPath$1
6126android.security.keystore.recovery.RecoveryCertPath
Calin Juravle4a054192018-05-29 17:52:20 -07006127android.security.keystore.recovery.RecoveryController
art-benchmark-serviced5115932020-02-25 17:55:03 -08006128android.security.keystore.recovery.TrustedRootCertificates
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006129android.security.keystore.recovery.WrappedApplicationKey$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08006130android.security.keystore.recovery.WrappedApplicationKey$Builder
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006131android.security.keystore.recovery.WrappedApplicationKey
6132android.security.keystore.recovery.X509CertificateParsingUtils
Andreas Gampe571fc302016-02-18 13:58:09 -08006133android.security.net.config.ApplicationConfig
6134android.security.net.config.CertificateSource
6135android.security.net.config.CertificatesEntryRef
6136android.security.net.config.ConfigNetworkSecurityPolicy
6137android.security.net.config.ConfigSource
Andreas Gampe571fc302016-02-18 13:58:09 -08006138android.security.net.config.DirectoryCertificateSource$1
6139android.security.net.config.DirectoryCertificateSource$3
6140android.security.net.config.DirectoryCertificateSource$CertSelector
Calin Juravle00b23d32019-03-08 17:52:20 -08006141android.security.net.config.DirectoryCertificateSource
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006142android.security.net.config.Domain
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07006143android.security.net.config.KeyStoreCertificateSource
6144android.security.net.config.KeyStoreConfigSource
Andreas Gampe571fc302016-02-18 13:58:09 -08006145android.security.net.config.ManifestConfigSource$DefaultConfigSource
Calin Juravle00b23d32019-03-08 17:52:20 -08006146android.security.net.config.ManifestConfigSource
Andreas Gampe571fc302016-02-18 13:58:09 -08006147android.security.net.config.NetworkSecurityConfig$1
6148android.security.net.config.NetworkSecurityConfig$Builder
Calin Juravle00b23d32019-03-08 17:52:20 -08006149android.security.net.config.NetworkSecurityConfig
Chad Brubaker78d47122015-11-17 22:26:58 -08006150android.security.net.config.NetworkSecurityConfigProvider
Andreas Gampe571fc302016-02-18 13:58:09 -08006151android.security.net.config.NetworkSecurityTrustManager
Calin Juravle00b23d32019-03-08 17:52:20 -08006152android.security.net.config.Pin
Andreas Gampe571fc302016-02-18 13:58:09 -08006153android.security.net.config.PinSet
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006154android.security.net.config.ResourceCertificateSource
Andreas Gampe571fc302016-02-18 13:58:09 -08006155android.security.net.config.RootTrustManager
6156android.security.net.config.RootTrustManagerFactorySpi
6157android.security.net.config.SystemCertificateSource
Calin Juravle00b23d32019-03-08 17:52:20 -08006158android.security.net.config.TrustAnchor
Andreas Gampe571fc302016-02-18 13:58:09 -08006159android.security.net.config.TrustedCertificateStoreAdapter
Mathieu Chartierba2c0462017-05-19 16:41:46 -07006160android.security.net.config.UserCertificateSource
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006161android.security.net.config.WfaCertificateSource
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07006162android.security.net.config.XmlConfigSource$ParserException
Calin Juravle00b23d32019-03-08 17:52:20 -08006163android.security.net.config.XmlConfigSource
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006164android.service.appprediction.IPredictionService$Stub$Proxy
6165android.service.appprediction.IPredictionService$Stub
6166android.service.appprediction.IPredictionService
6167android.service.autofill.AutofillServiceInfo
art-benchmark-serviced60351b2020-04-11 17:55:40 -07006168android.service.autofill.Dataset$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08006169android.service.autofill.Dataset
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006170android.service.autofill.FieldClassificationUserData
art-benchmark-serviced5115932020-02-25 17:55:03 -08006171android.service.autofill.FillContext$1
6172android.service.autofill.FillContext
art-benchmark-serviced60351b2020-04-11 17:55:40 -07006173android.service.autofill.FillEventHistory$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08006174android.service.autofill.FillEventHistory
6175android.service.autofill.FillRequest$1
6176android.service.autofill.FillRequest
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006177android.service.autofill.FillResponse$1
6178android.service.autofill.FillResponse
6179android.service.autofill.IAutoFillService$Stub$Proxy
6180android.service.autofill.IAutoFillService$Stub
6181android.service.autofill.IAutoFillService
art-benchmark-serviced5115932020-02-25 17:55:03 -08006182android.service.autofill.IFillCallback$Stub$Proxy
6183android.service.autofill.IFillCallback$Stub
6184android.service.autofill.IFillCallback
6185android.service.autofill.ISaveCallback$Stub
6186android.service.autofill.ISaveCallback
art-benchmark-serviced60351b2020-04-11 17:55:40 -07006187android.service.autofill.SaveRequest$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08006188android.service.autofill.SaveRequest
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006189android.service.autofill.UserData$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08006190android.service.autofill.UserData$Builder
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006191android.service.autofill.UserData
art-benchmark-serviced60351b2020-04-11 17:55:40 -07006192android.service.autofill.augmented.Helper
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006193android.service.autofill.augmented.IAugmentedAutofillService$Stub$Proxy
6194android.service.autofill.augmented.IAugmentedAutofillService$Stub
6195android.service.autofill.augmented.IAugmentedAutofillService
art-benchmark-serviced5115932020-02-25 17:55:03 -08006196android.service.autofill.augmented.IFillCallback$Stub$Proxy
6197android.service.autofill.augmented.IFillCallback$Stub
6198android.service.autofill.augmented.IFillCallback
art-benchmark-service0d6aafc2020-05-24 20:29:20 -07006199android.service.carrier.CarrierIdentifier$1
6200android.service.carrier.CarrierIdentifier
art-benchmark-service56aece62020-02-10 17:58:03 -08006201android.service.carrier.CarrierMessagingServiceWrapper
art-benchmark-service0d6aafc2020-05-24 20:29:20 -07006202android.service.carrier.ICarrierService$Stub$Proxy
6203android.service.carrier.ICarrierService$Stub
6204android.service.carrier.ICarrierService
art-benchmark-serviced5115932020-02-25 17:55:03 -08006205android.service.contentcapture.ActivityEvent$1
6206android.service.contentcapture.ActivityEvent
art-benchmark-serviced60351b2020-04-11 17:55:40 -07006207android.service.contentcapture.ContentCaptureService
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006208android.service.contentcapture.ContentCaptureServiceInfo
6209android.service.contentcapture.FlushMetrics$1
6210android.service.contentcapture.FlushMetrics
6211android.service.contentcapture.IContentCaptureService$Stub$Proxy
6212android.service.contentcapture.IContentCaptureService$Stub
6213android.service.contentcapture.IContentCaptureService
art-benchmark-serviced5115932020-02-25 17:55:03 -08006214android.service.contentcapture.IContentCaptureServiceCallback$Stub$Proxy
6215android.service.contentcapture.IContentCaptureServiceCallback$Stub
6216android.service.contentcapture.IContentCaptureServiceCallback
6217android.service.contentcapture.IDataShareCallback$Stub
6218android.service.contentcapture.IDataShareCallback
6219android.service.contentcapture.SnapshotData$1
6220android.service.contentcapture.SnapshotData
art-benchmark-service56aece62020-02-10 17:58:03 -08006221android.service.dataloader.DataLoaderService
art-benchmark-serviced60351b2020-04-11 17:55:40 -07006222android.service.dreams.DreamActivity
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006223android.service.dreams.DreamManagerInternal
art-benchmark-serviced60351b2020-04-11 17:55:40 -07006224android.service.dreams.DreamService$DreamServiceWrapper
6225android.service.dreams.DreamService
Calin Juravle00b23d32019-03-08 17:52:20 -08006226android.service.dreams.IDreamManager$Stub$Proxy
6227android.service.dreams.IDreamManager$Stub
Calin Juravle36829e52019-04-10 19:07:47 -07006228android.service.dreams.IDreamManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006229android.service.dreams.IDreamService$Stub$Proxy
6230android.service.dreams.IDreamService$Stub
6231android.service.dreams.IDreamService
art-benchmark-service0d6aafc2020-05-24 20:29:20 -07006232android.service.euicc.EuiccProfileInfo$1
6233android.service.euicc.EuiccProfileInfo
6234android.service.euicc.GetEuiccProfileInfoListResult$1
6235android.service.euicc.GetEuiccProfileInfoListResult
6236android.service.euicc.IDeleteSubscriptionCallback$Stub
6237android.service.euicc.IDeleteSubscriptionCallback
6238android.service.euicc.IDownloadSubscriptionCallback$Stub
6239android.service.euicc.IDownloadSubscriptionCallback
6240android.service.euicc.IEraseSubscriptionsCallback$Stub
6241android.service.euicc.IEraseSubscriptionsCallback
6242android.service.euicc.IEuiccService$Stub$Proxy
6243android.service.euicc.IEuiccService$Stub
6244android.service.euicc.IEuiccService
6245android.service.euicc.IEuiccServiceDumpResultCallback$Stub
6246android.service.euicc.IEuiccServiceDumpResultCallback
6247android.service.euicc.IGetDefaultDownloadableSubscriptionListCallback$Stub
6248android.service.euicc.IGetDefaultDownloadableSubscriptionListCallback
6249android.service.euicc.IGetDownloadableSubscriptionMetadataCallback$Stub
6250android.service.euicc.IGetDownloadableSubscriptionMetadataCallback
6251android.service.euicc.IGetEidCallback$Stub
6252android.service.euicc.IGetEidCallback
6253android.service.euicc.IGetEuiccInfoCallback$Stub
6254android.service.euicc.IGetEuiccInfoCallback
6255android.service.euicc.IGetEuiccProfileInfoListCallback$Stub$Proxy
6256android.service.euicc.IGetEuiccProfileInfoListCallback$Stub
6257android.service.euicc.IGetEuiccProfileInfoListCallback
6258android.service.euicc.IGetOtaStatusCallback$Stub
6259android.service.euicc.IGetOtaStatusCallback
art-benchmark-serviced5115932020-02-25 17:55:03 -08006260android.service.euicc.IOtaStatusChangedCallback$Stub
6261android.service.euicc.IOtaStatusChangedCallback
art-benchmark-service0d6aafc2020-05-24 20:29:20 -07006262android.service.euicc.IRetainSubscriptionsForFactoryResetCallback$Stub
6263android.service.euicc.IRetainSubscriptionsForFactoryResetCallback
6264android.service.euicc.ISwitchToSubscriptionCallback$Stub
6265android.service.euicc.ISwitchToSubscriptionCallback
6266android.service.euicc.IUpdateSubscriptionNicknameCallback$Stub
6267android.service.euicc.IUpdateSubscriptionNicknameCallback
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006268android.service.gatekeeper.GateKeeperResponse$1
6269android.service.gatekeeper.GateKeeperResponse
6270android.service.gatekeeper.IGateKeeperService$Stub$Proxy
6271android.service.gatekeeper.IGateKeeperService$Stub
6272android.service.gatekeeper.IGateKeeperService
Calin Juravle4a054192018-05-29 17:52:20 -07006273android.service.media.IMediaBrowserService$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08006274android.service.media.IMediaBrowserService$Stub
6275android.service.media.IMediaBrowserService
Calin Juravle4a054192018-05-29 17:52:20 -07006276android.service.media.IMediaBrowserServiceCallbacks$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08006277android.service.media.IMediaBrowserServiceCallbacks$Stub
6278android.service.media.IMediaBrowserServiceCallbacks
Calin Juravle4a054192018-05-29 17:52:20 -07006279android.service.media.MediaBrowserService$1
6280android.service.media.MediaBrowserService$3
6281android.service.media.MediaBrowserService$BrowserRoot
6282android.service.media.MediaBrowserService$ConnectionRecord
6283android.service.media.MediaBrowserService$Result
Calin Juravle4a054192018-05-29 17:52:20 -07006284android.service.media.MediaBrowserService$ServiceBinder$1
6285android.service.media.MediaBrowserService$ServiceBinder$2
6286android.service.media.MediaBrowserService$ServiceBinder$3
6287android.service.media.MediaBrowserService$ServiceBinder$4
Calin Juravle00b23d32019-03-08 17:52:20 -08006288android.service.media.MediaBrowserService$ServiceBinder
6289android.service.media.MediaBrowserService
6290android.service.notification.Adjustment$1
6291android.service.notification.Adjustment
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07006292android.service.notification.Condition$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006293android.service.notification.Condition
6294android.service.notification.ConditionProviderService$H
6295android.service.notification.ConditionProviderService$Provider
6296android.service.notification.ConditionProviderService
6297android.service.notification.IConditionProvider$Stub$Proxy
6298android.service.notification.IConditionProvider$Stub
6299android.service.notification.IConditionProvider
6300android.service.notification.INotificationListener$Stub$Proxy
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07006301android.service.notification.INotificationListener$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08006302android.service.notification.INotificationListener
6303android.service.notification.IStatusBarNotificationHolder$Stub$Proxy
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07006304android.service.notification.IStatusBarNotificationHolder$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08006305android.service.notification.IStatusBarNotificationHolder
6306android.service.notification.NotificationAssistantService$MyHandler
6307android.service.notification.NotificationAssistantService$NotificationAssistantServiceWrapper
6308android.service.notification.NotificationAssistantService
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07006309android.service.notification.NotificationListenerService$MyHandler
6310android.service.notification.NotificationListenerService$NotificationListenerWrapper
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006311android.service.notification.NotificationListenerService$Ranking
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07006312android.service.notification.NotificationListenerService$RankingMap$1
Calin Juravle00b23d32019-03-08 17:52:20 -08006313android.service.notification.NotificationListenerService$RankingMap
6314android.service.notification.NotificationListenerService
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07006315android.service.notification.NotificationRankingUpdate$1
Calin Juravle00b23d32019-03-08 17:52:20 -08006316android.service.notification.NotificationRankingUpdate
6317android.service.notification.NotificationStats$1
6318android.service.notification.NotificationStats
art-benchmark-serviced5115932020-02-25 17:55:03 -08006319android.service.notification.NotifyingApp$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006320android.service.notification.ScheduleCalendar
6321android.service.notification.SnoozeCriterion$1
6322android.service.notification.SnoozeCriterion
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07006323android.service.notification.StatusBarNotification$1
Calin Juravle00b23d32019-03-08 17:52:20 -08006324android.service.notification.StatusBarNotification
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006325android.service.notification.ZenModeConfig$1
6326android.service.notification.ZenModeConfig$Diff
6327android.service.notification.ZenModeConfig$EventInfo
6328android.service.notification.ZenModeConfig$ScheduleInfo
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07006329android.service.notification.ZenModeConfig$ZenRule$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006330android.service.notification.ZenModeConfig$ZenRule
6331android.service.notification.ZenModeConfig
6332android.service.notification.ZenPolicy$1
6333android.service.notification.ZenPolicy$Builder
6334android.service.notification.ZenPolicy
art-benchmark-serviced5115932020-02-25 17:55:03 -08006335android.service.oemlock.IOemLockService$Stub$Proxy
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006336android.service.oemlock.IOemLockService$Stub
6337android.service.oemlock.IOemLockService
Mathieu Chartierba2c0462017-05-19 16:41:46 -07006338android.service.oemlock.OemLockManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006339android.service.persistentdata.IPersistentDataBlockService$Stub$Proxy
Calin Juravle4a054192018-05-29 17:52:20 -07006340android.service.persistentdata.IPersistentDataBlockService$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08006341android.service.persistentdata.IPersistentDataBlockService
Andreas Gampe61e7b662015-06-17 23:57:04 -07006342android.service.persistentdata.PersistentDataBlockManager
art-benchmark-serviced60351b2020-04-11 17:55:40 -07006343android.service.quicksettings.IQSService$Stub
6344android.service.quicksettings.IQSService
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006345android.service.textclassifier.ITextClassifierCallback$Stub$Proxy
6346android.service.textclassifier.ITextClassifierCallback$Stub
6347android.service.textclassifier.ITextClassifierCallback
Calin Juravle00b23d32019-03-08 17:52:20 -08006348android.service.textclassifier.ITextClassifierService$Stub$Proxy
Calin Juravle4a054192018-05-29 17:52:20 -07006349android.service.textclassifier.ITextClassifierService$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08006350android.service.textclassifier.ITextClassifierService
art-benchmark-serviced5115932020-02-25 17:55:03 -08006351android.service.textclassifier.TextClassifierService$1
Calin Juravle00b23d32019-03-08 17:52:20 -08006352android.service.textclassifier.TextClassifierService
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006353android.service.trust.ITrustAgentService$Stub$Proxy
6354android.service.trust.ITrustAgentService$Stub
6355android.service.trust.ITrustAgentService
art-benchmark-serviced5115932020-02-25 17:55:03 -08006356android.service.trust.ITrustAgentServiceCallback$Stub$Proxy
6357android.service.trust.ITrustAgentServiceCallback$Stub
6358android.service.trust.ITrustAgentServiceCallback
6359android.service.trust.TrustAgentService$1
6360android.service.trust.TrustAgentService$ConfigurationData
6361android.service.trust.TrustAgentService$TrustAgentServiceWrapper
6362android.service.trust.TrustAgentService
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006363android.service.voice.IVoiceInteractionService$Stub$Proxy
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006364android.service.voice.IVoiceInteractionService$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08006365android.service.voice.IVoiceInteractionService
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006366android.service.voice.IVoiceInteractionSession$Stub$Proxy
6367android.service.voice.IVoiceInteractionSession$Stub
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006368android.service.voice.IVoiceInteractionSession
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006369android.service.voice.IVoiceInteractionSessionService$Stub$Proxy
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006370android.service.voice.IVoiceInteractionSessionService$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08006371android.service.voice.IVoiceInteractionSessionService
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006372android.service.voice.VoiceInteractionManagerInternal
6373android.service.voice.VoiceInteractionServiceInfo
6374android.service.vr.IPersistentVrStateCallbacks$Stub$Proxy
6375android.service.vr.IPersistentVrStateCallbacks$Stub
6376android.service.vr.IPersistentVrStateCallbacks
6377android.service.vr.IVrManager$Stub$Proxy
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07006378android.service.vr.IVrManager$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08006379android.service.vr.IVrManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006380android.service.vr.IVrStateCallbacks$Stub$Proxy
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07006381android.service.vr.IVrStateCallbacks$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08006382android.service.vr.IVrStateCallbacks
art-benchmark-serviced60351b2020-04-11 17:55:40 -07006383android.service.wallpaper.IWallpaperConnection$Stub$Proxy
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006384android.service.wallpaper.IWallpaperConnection$Stub
6385android.service.wallpaper.IWallpaperConnection
6386android.service.wallpaper.IWallpaperEngine$Stub$Proxy
6387android.service.wallpaper.IWallpaperEngine$Stub
6388android.service.wallpaper.IWallpaperEngine
6389android.service.wallpaper.IWallpaperService$Stub$Proxy
6390android.service.wallpaper.IWallpaperService$Stub
6391android.service.wallpaper.IWallpaperService
art-benchmark-serviced60351b2020-04-11 17:55:40 -07006392android.service.wallpaper.WallpaperService$Engine$1
6393android.service.wallpaper.WallpaperService$Engine$2
6394android.service.wallpaper.WallpaperService$Engine$3
6395android.service.wallpaper.WallpaperService$Engine$WallpaperInputEventReceiver
6396android.service.wallpaper.WallpaperService$Engine
6397android.service.wallpaper.WallpaperService$IWallpaperEngineWrapper
6398android.service.wallpaper.WallpaperService$IWallpaperServiceWrapper
6399android.service.wallpaper.WallpaperService$WallpaperCommand
6400android.service.wallpaper.WallpaperService
art-benchmark-serviced5115932020-02-25 17:55:03 -08006401android.service.watchdog.ExplicitHealthCheckService$PackageConfig$1
6402android.service.watchdog.ExplicitHealthCheckService$PackageConfig
6403android.service.watchdog.IExplicitHealthCheckService$Stub$Proxy
6404android.service.watchdog.IExplicitHealthCheckService$Stub
6405android.service.watchdog.IExplicitHealthCheckService
6406android.speech.SpeechRecognizer
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006407android.speech.tts.ITextToSpeechCallback$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08006408android.speech.tts.ITextToSpeechCallback
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006409android.speech.tts.ITextToSpeechService$Stub$Proxy
art-benchmark-serviced60351b2020-04-11 17:55:40 -07006410android.speech.tts.ITextToSpeechService$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08006411android.speech.tts.ITextToSpeechService
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006412android.speech.tts.TextToSpeech$Action
art-benchmark-serviced60351b2020-04-11 17:55:40 -07006413android.speech.tts.TextToSpeech$Connection$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08006414android.speech.tts.TextToSpeech$EngineInfo
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006415android.speech.tts.TextToSpeech$OnInitListener
art-benchmark-serviced5115932020-02-25 17:55:03 -08006416android.speech.tts.TtsEngines$EngineInfoComparator
Calin Juravle4a054192018-05-29 17:52:20 -07006417android.speech.tts.TtsEngines
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006418android.stats.devicepolicy.nano.StringList
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006419android.sysprop.AdbProperties
art-benchmark-serviced5115932020-02-25 17:55:03 -08006420android.sysprop.ApexProperties
6421android.sysprop.ContactsProperties
Calin Juravle36829e52019-04-10 19:07:47 -07006422android.sysprop.CryptoProperties$state_values
6423android.sysprop.CryptoProperties$type_values
Calin Juravle00b23d32019-03-08 17:52:20 -08006424android.sysprop.CryptoProperties
6425android.sysprop.DisplayProperties
art-benchmark-service13164882020-11-07 02:19:14 -08006426android.sysprop.HdmiProperties
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006427android.sysprop.TelephonyProperties
art-benchmark-serviced5115932020-02-25 17:55:03 -08006428android.sysprop.VndkProperties
Calin Juravle00b23d32019-03-08 17:52:20 -08006429android.sysprop.VoldProperties
Andreas Gampe61e7b662015-06-17 23:57:04 -07006430android.system.ErrnoException
Andreas Gampedcad4ca2014-10-03 02:00:29 +00006431android.system.GaiException
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006432android.system.Int32Ref
6433android.system.Int64Ref
Andreas Gampe61e7b662015-06-17 23:57:04 -07006434android.system.NetlinkSocketAddress
Andreas Gampedcad4ca2014-10-03 02:00:29 +00006435android.system.Os
6436android.system.OsConstants
Andreas Gampe61e7b662015-06-17 23:57:04 -07006437android.system.PacketSocketAddress
Andreas Gampedcad4ca2014-10-03 02:00:29 +00006438android.system.StructAddrinfo
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006439android.system.StructCapUserData
6440android.system.StructCapUserHeader
Andreas Gampedcad4ca2014-10-03 02:00:29 +00006441android.system.StructGroupReq
Andreas Gampe0db10fd2017-02-01 15:57:57 -08006442android.system.StructIfaddrs
Andreas Gampedcad4ca2014-10-03 02:00:29 +00006443android.system.StructLinger
6444android.system.StructPasswd
6445android.system.StructPollfd
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006446android.system.StructRlimit
Andreas Gampe61e7b662015-06-17 23:57:04 -07006447android.system.StructStat
Andreas Gampedcad4ca2014-10-03 02:00:29 +00006448android.system.StructStatVfs
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07006449android.system.StructTimespec
Andreas Gampedcad4ca2014-10-03 02:00:29 +00006450android.system.StructTimeval
6451android.system.StructUcred
6452android.system.StructUtsname
Andreas Gampe571fc302016-02-18 13:58:09 -08006453android.system.UnixSocketAddress
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006454android.telecom.AudioState$1
6455android.telecom.AudioState
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006456android.telecom.CallAudioState$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006457android.telecom.CallAudioState
art-benchmark-serviced5115932020-02-25 17:55:03 -08006458android.telecom.CallerInfo
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006459android.telecom.Conference$Listener
6460android.telecom.Conference
6461android.telecom.Conferenceable
6462android.telecom.Connection$FailureSignalingConnection
6463android.telecom.Connection$Listener
art-benchmark-serviced5115932020-02-25 17:55:03 -08006464android.telecom.Connection$VideoProvider
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006465android.telecom.Connection
6466android.telecom.ConnectionRequest$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08006467android.telecom.ConnectionRequest$Builder
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006468android.telecom.ConnectionRequest
6469android.telecom.ConnectionService$1
6470android.telecom.ConnectionService$2
6471android.telecom.ConnectionService$3
6472android.telecom.ConnectionService$4
6473android.telecom.ConnectionService$5
6474android.telecom.ConnectionService
6475android.telecom.ConnectionServiceAdapter
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006476android.telecom.DefaultDialerManager
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07006477android.telecom.DisconnectCause$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006478android.telecom.DisconnectCause
Calin Juravle00b23d32019-03-08 17:52:20 -08006479android.telecom.Log
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006480android.telecom.Logging.EventManager$Event
6481android.telecom.Logging.EventManager$EventListener
6482android.telecom.Logging.EventManager$EventRecord
art-benchmark-serviced5115932020-02-25 17:55:03 -08006483android.telecom.Logging.EventManager$Loggable
6484android.telecom.Logging.EventManager$TimedEventPair
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006485android.telecom.Logging.EventManager
6486android.telecom.Logging.Runnable$1
6487android.telecom.Logging.Runnable
6488android.telecom.Logging.Session$Info$1
6489android.telecom.Logging.Session$Info
6490android.telecom.Logging.Session
6491android.telecom.Logging.SessionManager$ICurrentThreadId
6492android.telecom.Logging.SessionManager$ISessionCleanupTimeoutMs
6493android.telecom.Logging.SessionManager$ISessionIdQueryHandler
6494android.telecom.Logging.SessionManager$ISessionListener
6495android.telecom.Logging.SessionManager
art-benchmark-serviced5115932020-02-25 17:55:03 -08006496android.telecom.ParcelableCall$1
art-benchmark-service13164882020-11-07 02:19:14 -08006497android.telecom.ParcelableCall$ParcelableCallBuilder
art-benchmark-serviced5115932020-02-25 17:55:03 -08006498android.telecom.ParcelableCall
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006499android.telecom.ParcelableConference$1
6500android.telecom.ParcelableConference
6501android.telecom.ParcelableConnection$1
6502android.telecom.ParcelableConnection
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07006503android.telecom.PhoneAccount$1
Calin Juravle00b23d32019-03-08 17:52:20 -08006504android.telecom.PhoneAccount$Builder
6505android.telecom.PhoneAccount
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07006506android.telecom.PhoneAccountHandle$1
Calin Juravle00b23d32019-03-08 17:52:20 -08006507android.telecom.PhoneAccountHandle
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006508android.telecom.RemoteConnectionManager
6509android.telecom.StatusHints$1
6510android.telecom.StatusHints
art-benchmark-serviced5115932020-02-25 17:55:03 -08006511android.telecom.TelecomAnalytics$1
6512android.telecom.TelecomAnalytics$SessionTiming$1
6513android.telecom.TelecomAnalytics
Andreas Gampe61e7b662015-06-17 23:57:04 -07006514android.telecom.TelecomManager
art-benchmark-serviced5115932020-02-25 17:55:03 -08006515android.telecom.TimedEvent
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006516android.telecom.VideoProfile$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006517android.telecom.VideoProfile
art-benchmark-service0d6aafc2020-05-24 20:29:20 -07006518android.telephony.AccessNetworkConstants$AccessNetworkType
6519android.telephony.AccessNetworkConstants$TransportType
6520android.telephony.AccessNetworkConstants
6521android.telephony.AccessNetworkUtils
6522android.telephony.AnomalyReporter
art-benchmark-serviced60351b2020-04-11 17:55:40 -07006523android.telephony.AvailableNetworkInfo$1
art-benchmark-service0d6aafc2020-05-24 20:29:20 -07006524android.telephony.AvailableNetworkInfo
art-benchmark-service13164882020-11-07 02:19:14 -08006525android.telephony.BarringInfo$1
6526android.telephony.BarringInfo$BarringServiceInfo$1
6527android.telephony.BarringInfo$BarringServiceInfo
art-benchmark-service0d6aafc2020-05-24 20:29:20 -07006528android.telephony.BarringInfo
art-benchmark-serviceec0f5b92021-05-22 22:22:44 -07006529android.telephony.BinderCacheManager$BinderInterfaceFactory
art-benchmark-service0d6aafc2020-05-24 20:29:20 -07006530android.telephony.CallAttributes$1
6531android.telephony.CallAttributes
art-benchmark-service13164882020-11-07 02:19:14 -08006532android.telephony.CallForwardingInfo$1
6533android.telephony.CallForwardingInfo
art-benchmark-service0d6aafc2020-05-24 20:29:20 -07006534android.telephony.CallQuality$1
6535android.telephony.CallQuality
art-benchmark-service13164882020-11-07 02:19:14 -08006536android.telephony.CarrierConfigManager$Apn
art-benchmark-service0d6aafc2020-05-24 20:29:20 -07006537android.telephony.CarrierConfigManager$Gps
art-benchmark-service13164882020-11-07 02:19:14 -08006538android.telephony.CarrierConfigManager$Ims
6539android.telephony.CarrierConfigManager$Wifi
art-benchmark-service0d6aafc2020-05-24 20:29:20 -07006540android.telephony.CarrierConfigManager
6541android.telephony.CarrierRestrictionRules$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08006542android.telephony.CarrierRestrictionRules$Builder
art-benchmark-service0d6aafc2020-05-24 20:29:20 -07006543android.telephony.CarrierRestrictionRules
6544android.telephony.CellConfigLte$1
6545android.telephony.CellConfigLte
6546android.telephony.CellIdentity$1
6547android.telephony.CellIdentity
6548android.telephony.CellIdentityCdma$1
6549android.telephony.CellIdentityCdma
6550android.telephony.CellIdentityGsm$1
6551android.telephony.CellIdentityGsm
6552android.telephony.CellIdentityLte$1
6553android.telephony.CellIdentityLte
6554android.telephony.CellIdentityNr$1
6555android.telephony.CellIdentityNr
6556android.telephony.CellIdentityTdscdma$1
6557android.telephony.CellIdentityTdscdma
6558android.telephony.CellIdentityWcdma$1
6559android.telephony.CellIdentityWcdma
6560android.telephony.CellInfo$1
6561android.telephony.CellInfo
6562android.telephony.CellInfoCdma$1
6563android.telephony.CellInfoCdma
6564android.telephony.CellInfoGsm$1
6565android.telephony.CellInfoGsm
6566android.telephony.CellInfoLte$1
6567android.telephony.CellInfoLte
6568android.telephony.CellInfoNr$1
6569android.telephony.CellInfoNr
6570android.telephony.CellInfoTdscdma$1
6571android.telephony.CellInfoTdscdma
6572android.telephony.CellInfoWcdma$1
6573android.telephony.CellInfoWcdma
6574android.telephony.CellLocation
6575android.telephony.CellSignalStrength
6576android.telephony.CellSignalStrengthCdma$1
6577android.telephony.CellSignalStrengthCdma
6578android.telephony.CellSignalStrengthGsm$1
6579android.telephony.CellSignalStrengthGsm
6580android.telephony.CellSignalStrengthLte$1
6581android.telephony.CellSignalStrengthLte
6582android.telephony.CellSignalStrengthNr$1
6583android.telephony.CellSignalStrengthNr
6584android.telephony.CellSignalStrengthTdscdma$1
6585android.telephony.CellSignalStrengthTdscdma
6586android.telephony.CellSignalStrengthWcdma$1
6587android.telephony.CellSignalStrengthWcdma
6588android.telephony.ClientRequestStats$1
6589android.telephony.ClientRequestStats
art-benchmark-service13164882020-11-07 02:19:14 -08006590android.telephony.ClosedSubscriberGroupInfo$1
art-benchmark-service0d6aafc2020-05-24 20:29:20 -07006591android.telephony.ClosedSubscriberGroupInfo
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006592android.telephony.DataConnectionRealTimeInfo$1
6593android.telephony.DataConnectionRealTimeInfo
art-benchmark-service0d6aafc2020-05-24 20:29:20 -07006594android.telephony.DataFailCause$1
6595android.telephony.DataFailCause
6596android.telephony.DataSpecificRegistrationInfo$1
6597android.telephony.DataSpecificRegistrationInfo
art-benchmark-serviced5115932020-02-25 17:55:03 -08006598android.telephony.DisconnectCause
art-benchmark-service0d6aafc2020-05-24 20:29:20 -07006599android.telephony.ICellInfoCallback$Stub$Proxy
6600android.telephony.ICellInfoCallback$Stub
6601android.telephony.ICellInfoCallback
6602android.telephony.INetworkService$Stub$Proxy
6603android.telephony.INetworkService$Stub
6604android.telephony.INetworkService
art-benchmark-serviced5115932020-02-25 17:55:03 -08006605android.telephony.INetworkServiceCallback$Stub$Proxy
art-benchmark-service0d6aafc2020-05-24 20:29:20 -07006606android.telephony.INetworkServiceCallback$Stub
6607android.telephony.INetworkServiceCallback
6608android.telephony.IccOpenLogicalChannelResponse$1
6609android.telephony.IccOpenLogicalChannelResponse
6610android.telephony.ImsiEncryptionInfo$1
6611android.telephony.ImsiEncryptionInfo
6612android.telephony.JapanesePhoneNumberFormatter
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006613android.telephony.LocationAccessPolicy$LocationPermissionQuery$Builder
6614android.telephony.LocationAccessPolicy$LocationPermissionQuery
6615android.telephony.LocationAccessPolicy$LocationPermissionResult
Calin Juravle00b23d32019-03-08 17:52:20 -08006616android.telephony.LocationAccessPolicy
art-benchmark-service0d6aafc2020-05-24 20:29:20 -07006617android.telephony.LteVopsSupportInfo$1
6618android.telephony.LteVopsSupportInfo
art-benchmark-serviced5115932020-02-25 17:55:03 -08006619android.telephony.MmsManager
art-benchmark-service0d6aafc2020-05-24 20:29:20 -07006620android.telephony.ModemActivityInfo$1
art-benchmark-service0d6aafc2020-05-24 20:29:20 -07006621android.telephony.ModemActivityInfo
6622android.telephony.ModemInfo$1
6623android.telephony.ModemInfo
6624android.telephony.NeighboringCellInfo$1
6625android.telephony.NeighboringCellInfo
6626android.telephony.NetworkRegistrationInfo$1
6627android.telephony.NetworkRegistrationInfo$Builder
6628android.telephony.NetworkRegistrationInfo
6629android.telephony.NetworkScan
6630android.telephony.NetworkScanRequest$1
6631android.telephony.NetworkScanRequest
art-benchmark-service13164882020-11-07 02:19:14 -08006632android.telephony.NetworkService$1
art-benchmark-service0d6aafc2020-05-24 20:29:20 -07006633android.telephony.NetworkService$INetworkServiceWrapper
6634android.telephony.NetworkService$NetworkServiceHandler
6635android.telephony.NetworkService$NetworkServiceProvider
6636android.telephony.NetworkService
6637android.telephony.NetworkServiceCallback
art-benchmark-serviced5115932020-02-25 17:55:03 -08006638android.telephony.NumberVerificationCallback
art-benchmark-service0d6aafc2020-05-24 20:29:20 -07006639android.telephony.PhoneCapability$1
6640android.telephony.PhoneCapability
6641android.telephony.PhoneNumberRange$1
6642android.telephony.PhoneNumberRange
art-benchmark-service13164882020-11-07 02:19:14 -08006643android.telephony.PhoneNumberUtils$CountryCallingCodeAndNewIndex
art-benchmark-service0d6aafc2020-05-24 20:29:20 -07006644android.telephony.PhoneNumberUtils
Mathieu Chartierba2c0462017-05-19 16:41:46 -07006645android.telephony.PhoneStateListener$IPhoneStateListenerStub
Calin Juravle00b23d32019-03-08 17:52:20 -08006646android.telephony.PhoneStateListener
art-benchmark-service0d6aafc2020-05-24 20:29:20 -07006647android.telephony.PhysicalChannelConfig$1
6648android.telephony.PhysicalChannelConfig$Builder
6649android.telephony.PhysicalChannelConfig
art-benchmark-service13164882020-11-07 02:19:14 -08006650android.telephony.PinResult$1
6651android.telephony.PinResult
art-benchmark-service0d6aafc2020-05-24 20:29:20 -07006652android.telephony.PreciseCallState$1
6653android.telephony.PreciseCallState
6654android.telephony.PreciseDataConnectionState$1
6655android.telephony.PreciseDataConnectionState
6656android.telephony.RadioAccessFamily$1
6657android.telephony.RadioAccessFamily
art-benchmark-serviced60351b2020-04-11 17:55:40 -07006658android.telephony.RadioAccessSpecifier$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08006659android.telephony.RadioAccessSpecifier
Kenny Root9787b802013-04-26 12:53:57 -07006660android.telephony.Rlog
art-benchmark-service0d6aafc2020-05-24 20:29:20 -07006661android.telephony.ServiceState$1
6662android.telephony.ServiceState
6663android.telephony.SignalStrength$1
6664android.telephony.SignalStrength
art-benchmark-serviced60351b2020-04-11 17:55:40 -07006665android.telephony.SmsCbCmasInfo$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08006666android.telephony.SmsCbCmasInfo
art-benchmark-serviced60351b2020-04-11 17:55:40 -07006667android.telephony.SmsCbEtwsInfo$1
art-benchmark-service0d6aafc2020-05-24 20:29:20 -07006668android.telephony.SmsCbEtwsInfo
art-benchmark-serviced60351b2020-04-11 17:55:40 -07006669android.telephony.SmsCbLocation$1
art-benchmark-service0d6aafc2020-05-24 20:29:20 -07006670android.telephony.SmsCbLocation
art-benchmark-serviced60351b2020-04-11 17:55:40 -07006671android.telephony.SmsCbMessage$1
art-benchmark-service0d6aafc2020-05-24 20:29:20 -07006672android.telephony.SmsCbMessage
art-benchmark-service13164882020-11-07 02:19:14 -08006673android.telephony.SmsManager$1
6674android.telephony.SmsManager$2
6675android.telephony.SmsManager$3
6676android.telephony.SmsManager$4
6677android.telephony.SmsManager$5
6678android.telephony.SmsManager$6
6679android.telephony.SmsManager$FinancialSmsCallback
6680android.telephony.SmsManager$SubscriptionResolverResult
art-benchmark-service0d6aafc2020-05-24 20:29:20 -07006681android.telephony.SmsManager
art-benchmark-serviced5115932020-02-25 17:55:03 -08006682android.telephony.SmsMessage$1
6683android.telephony.SmsMessage$MessageClass
art-benchmark-service13164882020-11-07 02:19:14 -08006684android.telephony.SmsMessage$NoEmsSupportConfig
art-benchmark-service0d6aafc2020-05-24 20:29:20 -07006685android.telephony.SmsMessage
6686android.telephony.SubscriptionInfo$1
6687android.telephony.SubscriptionInfo
art-benchmark-service13164882020-11-07 02:19:14 -08006688android.telephony.SubscriptionManager$1
6689android.telephony.SubscriptionManager$CallISubMethodHelper
6690android.telephony.SubscriptionManager$IntegerPropertyInvalidatedCache
art-benchmark-service0d6aafc2020-05-24 20:29:20 -07006691android.telephony.SubscriptionManager$OnOpportunisticSubscriptionsChangedListener
6692android.telephony.SubscriptionManager$OnSubscriptionsChangedListener$OnSubscriptionsChangedListenerHandler
6693android.telephony.SubscriptionManager$OnSubscriptionsChangedListener
art-benchmark-service13164882020-11-07 02:19:14 -08006694android.telephony.SubscriptionManager$VoidPropertyInvalidatedCache
art-benchmark-service0d6aafc2020-05-24 20:29:20 -07006695android.telephony.SubscriptionManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006696android.telephony.SubscriptionPlan$1
6697android.telephony.SubscriptionPlan
art-benchmark-service13164882020-11-07 02:19:14 -08006698android.telephony.TelephonyDisplayInfo$1
art-benchmark-serviced60351b2020-04-11 17:55:40 -07006699android.telephony.TelephonyDisplayInfo
art-benchmark-service0d6aafc2020-05-24 20:29:20 -07006700android.telephony.TelephonyFrameworkInitializer
6701android.telephony.TelephonyHistogram$1
6702android.telephony.TelephonyHistogram
art-benchmark-serviced5115932020-02-25 17:55:03 -08006703android.telephony.TelephonyManager$1
6704android.telephony.TelephonyManager$2
art-benchmark-service13164882020-11-07 02:19:14 -08006705android.telephony.TelephonyManager$3
6706android.telephony.TelephonyManager$4
art-benchmark-service0d6aafc2020-05-24 20:29:20 -07006707android.telephony.TelephonyManager$5
art-benchmark-service13164882020-11-07 02:19:14 -08006708android.telephony.TelephonyManager$6
art-benchmark-service0d6aafc2020-05-24 20:29:20 -07006709android.telephony.TelephonyManager$7
6710android.telephony.TelephonyManager$8
6711android.telephony.TelephonyManager$CellInfoCallback
6712android.telephony.TelephonyManager$DeathRecipient
6713android.telephony.TelephonyManager$MultiSimVariants
art-benchmark-serviced5115932020-02-25 17:55:03 -08006714android.telephony.TelephonyManager$UssdResponseCallback
art-benchmark-service0d6aafc2020-05-24 20:29:20 -07006715android.telephony.TelephonyManager
art-benchmark-serviced5115932020-02-25 17:55:03 -08006716android.telephony.TelephonyRegistryManager$1
6717android.telephony.TelephonyRegistryManager$2
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006718android.telephony.TelephonyRegistryManager
art-benchmark-serviced5115932020-02-25 17:55:03 -08006719android.telephony.TelephonyScanManager$NetworkScanCallback
art-benchmark-service13164882020-11-07 02:19:14 -08006720android.telephony.TelephonyScanManager
art-benchmark-service0d6aafc2020-05-24 20:29:20 -07006721android.telephony.UiccAccessRule$1
6722android.telephony.UiccAccessRule
6723android.telephony.UiccCardInfo$1
6724android.telephony.UiccCardInfo
6725android.telephony.UiccSlotInfo$1
6726android.telephony.UiccSlotInfo
art-benchmark-serviced60351b2020-04-11 17:55:40 -07006727android.telephony.UssdResponse$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08006728android.telephony.UssdResponse
art-benchmark-service0d6aafc2020-05-24 20:29:20 -07006729android.telephony.VisualVoicemailSmsFilterSettings$1
6730android.telephony.VisualVoicemailSmsFilterSettings$Builder
6731android.telephony.VisualVoicemailSmsFilterSettings
6732android.telephony.VoiceSpecificRegistrationInfo$1
6733android.telephony.VoiceSpecificRegistrationInfo
6734android.telephony.cdma.CdmaCellLocation
6735android.telephony.data.ApnSetting$1
6736android.telephony.data.ApnSetting$Builder
6737android.telephony.data.ApnSetting
6738android.telephony.data.DataCallResponse$1
6739android.telephony.data.DataCallResponse
6740android.telephony.data.DataProfile$1
6741android.telephony.data.DataProfile$Builder
6742android.telephony.data.DataProfile
art-benchmark-service13164882020-11-07 02:19:14 -08006743android.telephony.data.DataService$1
art-benchmark-service0d6aafc2020-05-24 20:29:20 -07006744android.telephony.data.DataService$DataCallListChangedIndication
6745android.telephony.data.DataService$DataServiceHandler
6746android.telephony.data.DataService$DataServiceProvider
6747android.telephony.data.DataService$DeactivateDataCallRequest
6748android.telephony.data.DataService$IDataServiceWrapper
6749android.telephony.data.DataService$SetDataProfileRequest
6750android.telephony.data.DataService$SetInitialAttachApnRequest
6751android.telephony.data.DataService$SetupDataCallRequest
6752android.telephony.data.DataService
6753android.telephony.data.DataServiceCallback
6754android.telephony.data.IDataService$Stub$Proxy
6755android.telephony.data.IDataService$Stub
6756android.telephony.data.IDataService
art-benchmark-serviced5115932020-02-25 17:55:03 -08006757android.telephony.data.IDataServiceCallback$Stub$Proxy
art-benchmark-service0d6aafc2020-05-24 20:29:20 -07006758android.telephony.data.IDataServiceCallback$Stub
6759android.telephony.data.IDataServiceCallback
6760android.telephony.data.IQualifiedNetworksService$Stub$Proxy
6761android.telephony.data.IQualifiedNetworksService$Stub
6762android.telephony.data.IQualifiedNetworksService
art-benchmark-serviced5115932020-02-25 17:55:03 -08006763android.telephony.data.IQualifiedNetworksServiceCallback$Stub$Proxy
art-benchmark-service0d6aafc2020-05-24 20:29:20 -07006764android.telephony.data.IQualifiedNetworksServiceCallback$Stub
6765android.telephony.data.IQualifiedNetworksServiceCallback
6766android.telephony.emergency.EmergencyNumber$1
6767android.telephony.emergency.EmergencyNumber
art-benchmark-serviced60351b2020-04-11 17:55:40 -07006768android.telephony.euicc.DownloadableSubscription$1
art-benchmark-service0d6aafc2020-05-24 20:29:20 -07006769android.telephony.euicc.DownloadableSubscription
art-benchmark-service13164882020-11-07 02:19:14 -08006770android.telephony.euicc.EuiccCardManager$10
6771android.telephony.euicc.EuiccCardManager$11
6772android.telephony.euicc.EuiccCardManager$12
art-benchmark-serviced5115932020-02-25 17:55:03 -08006773android.telephony.euicc.EuiccCardManager$13
art-benchmark-service13164882020-11-07 02:19:14 -08006774android.telephony.euicc.EuiccCardManager$14
6775android.telephony.euicc.EuiccCardManager$15
6776android.telephony.euicc.EuiccCardManager$16
6777android.telephony.euicc.EuiccCardManager$17
6778android.telephony.euicc.EuiccCardManager$18
6779android.telephony.euicc.EuiccCardManager$19
art-benchmark-serviced5115932020-02-25 17:55:03 -08006780android.telephony.euicc.EuiccCardManager$1
art-benchmark-service13164882020-11-07 02:19:14 -08006781android.telephony.euicc.EuiccCardManager$20
6782android.telephony.euicc.EuiccCardManager$21
6783android.telephony.euicc.EuiccCardManager$22
6784android.telephony.euicc.EuiccCardManager$2
6785android.telephony.euicc.EuiccCardManager$3
6786android.telephony.euicc.EuiccCardManager$4
6787android.telephony.euicc.EuiccCardManager$5
6788android.telephony.euicc.EuiccCardManager$6
6789android.telephony.euicc.EuiccCardManager$7
6790android.telephony.euicc.EuiccCardManager$8
6791android.telephony.euicc.EuiccCardManager$9
art-benchmark-service0d6aafc2020-05-24 20:29:20 -07006792android.telephony.euicc.EuiccCardManager$ResultCallback
6793android.telephony.euicc.EuiccCardManager
art-benchmark-serviced60351b2020-04-11 17:55:40 -07006794android.telephony.euicc.EuiccInfo$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08006795android.telephony.euicc.EuiccInfo
art-benchmark-service0d6aafc2020-05-24 20:29:20 -07006796android.telephony.euicc.EuiccManager
6797android.telephony.gsm.GsmCellLocation
art-benchmark-service13164882020-11-07 02:19:14 -08006798android.telephony.gsm.SmsManager
6799android.telephony.gsm.SmsMessage$MessageClass
6800android.telephony.gsm.SmsMessage$SubmitPdu
6801android.telephony.gsm.SmsMessage
art-benchmark-service0d6aafc2020-05-24 20:29:20 -07006802android.telephony.ims.ImsCallForwardInfo$1
6803android.telephony.ims.ImsCallForwardInfo
6804android.telephony.ims.ImsCallProfile$1
6805android.telephony.ims.ImsCallProfile
art-benchmark-service13164882020-11-07 02:19:14 -08006806android.telephony.ims.ImsCallSession$Listener
art-benchmark-service0d6aafc2020-05-24 20:29:20 -07006807android.telephony.ims.ImsException
6808android.telephony.ims.ImsExternalCallState$1
6809android.telephony.ims.ImsExternalCallState
6810android.telephony.ims.ImsManager
art-benchmark-service13164882020-11-07 02:19:14 -08006811android.telephony.ims.ImsMmTelManager$1
6812android.telephony.ims.ImsMmTelManager$2
art-benchmark-service0d6aafc2020-05-24 20:29:20 -07006813android.telephony.ims.ImsMmTelManager$3
art-benchmark-service13164882020-11-07 02:19:14 -08006814android.telephony.ims.ImsMmTelManager$4
art-benchmark-service0d6aafc2020-05-24 20:29:20 -07006815android.telephony.ims.ImsMmTelManager$CapabilityCallback$CapabilityBinder
6816android.telephony.ims.ImsMmTelManager$CapabilityCallback
6817android.telephony.ims.ImsMmTelManager$RegistrationCallback
6818android.telephony.ims.ImsMmTelManager
art-benchmark-service13164882020-11-07 02:19:14 -08006819android.telephony.ims.ImsRcsManager
art-benchmark-service0d6aafc2020-05-24 20:29:20 -07006820android.telephony.ims.ImsReasonInfo$1
6821android.telephony.ims.ImsReasonInfo
6822android.telephony.ims.ImsService$1
6823android.telephony.ims.ImsService$Listener
6824android.telephony.ims.ImsService
art-benchmark-serviced60351b2020-04-11 17:55:40 -07006825android.telephony.ims.ImsSsData$1
art-benchmark-service0d6aafc2020-05-24 20:29:20 -07006826android.telephony.ims.ImsSsData
6827android.telephony.ims.ImsSsInfo$1
6828android.telephony.ims.ImsSsInfo
art-benchmark-service13164882020-11-07 02:19:14 -08006829android.telephony.ims.ImsStreamMediaProfile$1
6830android.telephony.ims.ImsStreamMediaProfile
art-benchmark-service0d6aafc2020-05-24 20:29:20 -07006831android.telephony.ims.ImsUtListener
art-benchmark-service13164882020-11-07 02:19:14 -08006832android.telephony.ims.ProvisioningManager$1
art-benchmark-service0d6aafc2020-05-24 20:29:20 -07006833android.telephony.ims.ProvisioningManager$Callback$CallbackBinder
6834android.telephony.ims.ProvisioningManager$Callback
6835android.telephony.ims.RegistrationManager$1
6836android.telephony.ims.RegistrationManager$RegistrationCallback$RegistrationBinder
6837android.telephony.ims.RegistrationManager$RegistrationCallback
6838android.telephony.ims.RegistrationManager
6839android.telephony.ims.aidl.IImsCapabilityCallback$Stub$Proxy
6840android.telephony.ims.aidl.IImsCapabilityCallback$Stub
6841android.telephony.ims.aidl.IImsCapabilityCallback
6842android.telephony.ims.aidl.IImsConfig$Stub$Proxy
6843android.telephony.ims.aidl.IImsConfig$Stub
6844android.telephony.ims.aidl.IImsConfig
6845android.telephony.ims.aidl.IImsConfigCallback$Stub$Proxy
6846android.telephony.ims.aidl.IImsConfigCallback$Stub
6847android.telephony.ims.aidl.IImsConfigCallback
6848android.telephony.ims.aidl.IImsMmTelFeature$Stub$Proxy
6849android.telephony.ims.aidl.IImsMmTelFeature$Stub
6850android.telephony.ims.aidl.IImsMmTelFeature
6851android.telephony.ims.aidl.IImsMmTelListener$Stub$Proxy
6852android.telephony.ims.aidl.IImsMmTelListener$Stub
6853android.telephony.ims.aidl.IImsMmTelListener
6854android.telephony.ims.aidl.IImsRcsFeature$Stub
6855android.telephony.ims.aidl.IImsRcsFeature
art-benchmark-service13164882020-11-07 02:19:14 -08006856android.telephony.ims.aidl.IImsRegistration$Stub$Proxy
art-benchmark-service0d6aafc2020-05-24 20:29:20 -07006857android.telephony.ims.aidl.IImsRegistration$Stub
6858android.telephony.ims.aidl.IImsRegistration
6859android.telephony.ims.aidl.IImsRegistrationCallback$Stub$Proxy
6860android.telephony.ims.aidl.IImsRegistrationCallback$Stub
6861android.telephony.ims.aidl.IImsRegistrationCallback
6862android.telephony.ims.aidl.IImsServiceController$Stub$Proxy
6863android.telephony.ims.aidl.IImsServiceController$Stub
6864android.telephony.ims.aidl.IImsServiceController
art-benchmark-serviced5115932020-02-25 17:55:03 -08006865android.telephony.ims.aidl.IImsServiceControllerListener$Stub$Proxy
art-benchmark-service0d6aafc2020-05-24 20:29:20 -07006866android.telephony.ims.aidl.IImsServiceControllerListener$Stub
6867android.telephony.ims.aidl.IImsServiceControllerListener
6868android.telephony.ims.aidl.IImsSmsListener$Stub$Proxy
6869android.telephony.ims.aidl.IImsSmsListener$Stub
6870android.telephony.ims.aidl.IImsSmsListener
art-benchmark-service0d6aafc2020-05-24 20:29:20 -07006871android.telephony.ims.feature.CapabilityChangeRequest$1
6872android.telephony.ims.feature.CapabilityChangeRequest$CapabilityPair
6873android.telephony.ims.feature.CapabilityChangeRequest
6874android.telephony.ims.feature.ImsFeature$1
6875android.telephony.ims.feature.ImsFeature$2
6876android.telephony.ims.feature.ImsFeature$Capabilities
6877android.telephony.ims.feature.ImsFeature$CapabilityCallbackProxy
6878android.telephony.ims.feature.ImsFeature
6879android.telephony.ims.feature.MmTelFeature$1
6880android.telephony.ims.feature.MmTelFeature$Listener
6881android.telephony.ims.feature.MmTelFeature$MmTelCapabilities
6882android.telephony.ims.feature.MmTelFeature
art-benchmark-service13164882020-11-07 02:19:14 -08006883android.telephony.ims.feature.RcsFeature
art-benchmark-service0d6aafc2020-05-24 20:29:20 -07006884android.telephony.ims.stub.ImsCallSessionImplBase
6885android.telephony.ims.stub.ImsConfigImplBase$ImsConfigStub
6886android.telephony.ims.stub.ImsConfigImplBase
6887android.telephony.ims.stub.ImsEcbmImplBase$1
6888android.telephony.ims.stub.ImsEcbmImplBase
6889android.telephony.ims.stub.ImsFeatureConfiguration$1
6890android.telephony.ims.stub.ImsFeatureConfiguration$FeatureSlotPair
6891android.telephony.ims.stub.ImsFeatureConfiguration
6892android.telephony.ims.stub.ImsMultiEndpointImplBase$1
6893android.telephony.ims.stub.ImsMultiEndpointImplBase
6894android.telephony.ims.stub.ImsRegistrationImplBase$1
6895android.telephony.ims.stub.ImsRegistrationImplBase
6896android.telephony.ims.stub.ImsSmsImplBase
6897android.telephony.ims.stub.ImsUtImplBase$1
6898android.telephony.ims.stub.ImsUtImplBase
Calin Juravle00b23d32019-03-08 17:52:20 -08006899android.text.AndroidBidi
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08006900android.text.AndroidCharacter
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07006901android.text.Annotation
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006902android.text.AutoGrowArray$ByteArray
6903android.text.AutoGrowArray$FloatArray
6904android.text.AutoGrowArray$IntArray
Calin Juravle00b23d32019-03-08 17:52:20 -08006905android.text.AutoGrowArray
6906android.text.BidiFormatter$DirectionalityEstimator
6907android.text.BidiFormatter
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006908android.text.BoringLayout$Metrics
Calin Juravle00b23d32019-03-08 17:52:20 -08006909android.text.BoringLayout
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006910android.text.CharSequenceCharacterIterator
Andreas Gampe61e7b662015-06-17 23:57:04 -07006911android.text.ClipboardManager
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006912android.text.DynamicLayout$Builder
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006913android.text.DynamicLayout$ChangeWatcher
Calin Juravle00b23d32019-03-08 17:52:20 -08006914android.text.DynamicLayout
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006915android.text.Editable$Factory
Calin Juravle00b23d32019-03-08 17:52:20 -08006916android.text.Editable
Calin Juravle4a054192018-05-29 17:52:20 -07006917android.text.Emoji
Clara Bayarri04d72ab2017-01-10 09:31:51 -08006918android.text.FontConfig$Alias
Clara Bayarri04d72ab2017-01-10 09:31:51 -08006919android.text.FontConfig$Font
Calin Juravle00b23d32019-03-08 17:52:20 -08006920android.text.FontConfig
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006921android.text.GetChars
6922android.text.GraphicsOperations
Mathieu Chartierd62dd932017-09-09 15:19:46 -07006923android.text.Html$HtmlParser
art-benchmark-serviced5115932020-02-25 17:55:03 -08006924android.text.Html$ImageGetter
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006925android.text.Html$TagHandler
Calin Juravle00b23d32019-03-08 17:52:20 -08006926android.text.Html
art-benchmark-serviced5115932020-02-25 17:55:03 -08006927android.text.HtmlToSpannedConverter$Alignment
6928android.text.HtmlToSpannedConverter$Background
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006929android.text.HtmlToSpannedConverter$Big
6930android.text.HtmlToSpannedConverter$Blockquote
6931android.text.HtmlToSpannedConverter$Bold
6932android.text.HtmlToSpannedConverter$Bullet
art-benchmark-serviced5115932020-02-25 17:55:03 -08006933android.text.HtmlToSpannedConverter$Font
6934android.text.HtmlToSpannedConverter$Foreground
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006935android.text.HtmlToSpannedConverter$Heading
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07006936android.text.HtmlToSpannedConverter$Href
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006937android.text.HtmlToSpannedConverter$Italic
6938android.text.HtmlToSpannedConverter$Monospace
art-benchmark-serviced5115932020-02-25 17:55:03 -08006939android.text.HtmlToSpannedConverter$Newline
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006940android.text.HtmlToSpannedConverter$Small
6941android.text.HtmlToSpannedConverter$Strikethrough
6942android.text.HtmlToSpannedConverter$Sub
6943android.text.HtmlToSpannedConverter$Super
6944android.text.HtmlToSpannedConverter$Underline
Calin Juravle00b23d32019-03-08 17:52:20 -08006945android.text.HtmlToSpannedConverter
Andreas Gampe61e7b662015-06-17 23:57:04 -07006946android.text.Hyphenator
Calin Juravle4a054192018-05-29 17:52:20 -07006947android.text.InputFilter$LengthFilter
Calin Juravle00b23d32019-03-08 17:52:20 -08006948android.text.InputFilter
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006949android.text.InputType
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006950android.text.Layout$1
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006951android.text.Layout$Alignment
6952android.text.Layout$Directions
Andreas Gampe859e2782016-04-06 18:37:56 -07006953android.text.Layout$Ellipsizer
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006954android.text.Layout$HorizontalMeasurementProvider
art-benchmark-serviced60351b2020-04-11 17:55:40 -07006955android.text.Layout$SelectionRectangleConsumer
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07006956android.text.Layout$SpannedEllipsizer
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006957android.text.Layout$TabStops
Calin Juravle00b23d32019-03-08 17:52:20 -08006958android.text.Layout
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006959android.text.MeasuredParagraph
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006960android.text.NoCopySpan$Concrete
Calin Juravle00b23d32019-03-08 17:52:20 -08006961android.text.NoCopySpan
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006962android.text.PackedIntVector
6963android.text.PackedObjectVector
6964android.text.ParcelableSpan
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006965android.text.PrecomputedText$ParagraphInfo
art-benchmark-serviced8f25642020-01-27 20:25:10 -08006966android.text.PrecomputedText$Params$Builder
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006967android.text.PrecomputedText$Params
Calin Juravle00b23d32019-03-08 17:52:20 -08006968android.text.PrecomputedText
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006969android.text.Selection$END
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07006970android.text.Selection$MEMORY
6971android.text.Selection$MemoryTextWatcher
6972android.text.Selection$PositionIterator
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006973android.text.Selection$START
Calin Juravle00b23d32019-03-08 17:52:20 -08006974android.text.Selection
Kenny Rootdbf30ed2012-09-19 13:08:12 -07006975android.text.SpanSet
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006976android.text.SpanWatcher
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006977android.text.Spannable$Factory
Calin Juravle00b23d32019-03-08 17:52:20 -08006978android.text.Spannable
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006979android.text.SpannableString
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08006980android.text.SpannableStringBuilder
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006981android.text.SpannableStringInternal
6982android.text.Spanned
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08006983android.text.SpannedString
Andreas Gampe61e7b662015-06-17 23:57:04 -07006984android.text.StaticLayout$Builder
6985android.text.StaticLayout$LineBreaks
Calin Juravle00b23d32019-03-08 17:52:20 -08006986android.text.StaticLayout
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04006987android.text.TextDirectionHeuristic
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04006988android.text.TextDirectionHeuristics$AnyStrong
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04006989android.text.TextDirectionHeuristics$FirstStrong
6990android.text.TextDirectionHeuristics$TextDirectionAlgorithm
6991android.text.TextDirectionHeuristics$TextDirectionHeuristicImpl
6992android.text.TextDirectionHeuristics$TextDirectionHeuristicInternal
Kenny Rootdbf30ed2012-09-19 13:08:12 -07006993android.text.TextDirectionHeuristics$TextDirectionHeuristicLocale
Calin Juravle00b23d32019-03-08 17:52:20 -08006994android.text.TextDirectionHeuristics
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07006995android.text.TextLine$DecorationInfo
Calin Juravle00b23d32019-03-08 17:52:20 -08006996android.text.TextLine
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006997android.text.TextPaint
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07006998android.text.TextUtils$1
6999android.text.TextUtils$EllipsizeCallback
Mathieu Chartierba2c0462017-05-19 16:41:46 -07007000android.text.TextUtils$SimpleStringSplitter
7001android.text.TextUtils$StringSplitter
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007002android.text.TextUtils$StringWithRemovedChars
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07007003android.text.TextUtils$TruncateAt
Calin Juravle00b23d32019-03-08 17:52:20 -08007004android.text.TextUtils
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07007005android.text.TextWatcher
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007006android.text.format.DateFormat
7007android.text.format.DateUtils
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007008android.text.format.Formatter$BytesResult
Mathieu Chartierd62dd932017-09-09 15:19:46 -07007009android.text.format.Formatter
Mathieu Chartierba2c0462017-05-19 16:41:46 -07007010android.text.format.Time$TimeCalculator
Calin Juravle00b23d32019-03-08 17:52:20 -08007011android.text.format.Time
Calin Juravle4a054192018-05-29 17:52:20 -07007012android.text.format.TimeFormatter
art-benchmark-serviced5115932020-02-25 17:55:03 -08007013android.text.format.TimeMigrationUtils
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04007014android.text.method.AllCapsTransformationMethod
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08007015android.text.method.ArrowKeyMovementMethod
7016android.text.method.BaseKeyListener
Jesse Wilson80686182011-01-21 17:12:43 -08007017android.text.method.BaseMovementMethod
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007018android.text.method.DateKeyListener
7019android.text.method.DateTimeKeyListener
7020android.text.method.DialerKeyListener
7021android.text.method.DigitsKeyListener
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07007022android.text.method.KeyListener
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007023android.text.method.LinkMovementMethod
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08007024android.text.method.MetaKeyKeyListener
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07007025android.text.method.MovementMethod
art-benchmark-serviced60351b2020-04-11 17:55:40 -07007026android.text.method.MultiTapKeyListener
Calin Juravle4a054192018-05-29 17:52:20 -07007027android.text.method.NumberKeyListener
Kenny Rootdbf30ed2012-09-19 13:08:12 -07007028android.text.method.PasswordTransformationMethod
art-benchmark-serviced60351b2020-04-11 17:55:40 -07007029android.text.method.QwertyKeyListener$Replaced
Calin Juravle4a054192018-05-29 17:52:20 -07007030android.text.method.QwertyKeyListener
Jesse Wilson80686182011-01-21 17:12:43 -08007031android.text.method.ReplacementTransformationMethod$ReplacementCharSequence
7032android.text.method.ReplacementTransformationMethod$SpannedReplacementCharSequence
Calin Juravle00b23d32019-03-08 17:52:20 -08007033android.text.method.ReplacementTransformationMethod
Calin Juravle4a054192018-05-29 17:52:20 -07007034android.text.method.ScrollingMovementMethod
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08007035android.text.method.SingleLineTransformationMethod
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08007036android.text.method.TextKeyListener$Capitalize
art-benchmark-serviced60351b2020-04-11 17:55:40 -07007037android.text.method.TextKeyListener$NullKeyListener
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007038android.text.method.TextKeyListener$SettingsObserver
Calin Juravle00b23d32019-03-08 17:52:20 -08007039android.text.method.TextKeyListener
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007040android.text.method.TimeKeyListener
art-benchmark-serviced5115932020-02-25 17:55:03 -08007041android.text.method.Touch$DragState
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007042android.text.method.Touch
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04007043android.text.method.TransformationMethod2
Calin Juravle00b23d32019-03-08 17:52:20 -08007044android.text.method.TransformationMethod
Calin Juravle4a054192018-05-29 17:52:20 -07007045android.text.method.WordIterator
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007046android.text.style.AbsoluteSizeSpan
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007047android.text.style.AccessibilityClickableSpan$1
7048android.text.style.AccessibilityClickableSpan
art-benchmark-serviced5115932020-02-25 17:55:03 -08007049android.text.style.AccessibilityReplacementSpan$1
7050android.text.style.AccessibilityReplacementSpan
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007051android.text.style.AccessibilityURLSpan
7052android.text.style.AlignmentSpan$Standard
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07007053android.text.style.AlignmentSpan
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007054android.text.style.BackgroundColorSpan
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007055android.text.style.BulletSpan
art-benchmark-serviced5115932020-02-25 17:55:03 -08007056android.text.style.CharacterStyle$Passthrough
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07007057android.text.style.CharacterStyle
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007058android.text.style.ClickableSpan
7059android.text.style.DynamicDrawableSpan
Kenny Rootdbf30ed2012-09-19 13:08:12 -07007060android.text.style.EasyEditSpan
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007061android.text.style.ForegroundColorSpan
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007062android.text.style.ImageSpan
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007063android.text.style.LeadingMarginSpan$LeadingMarginSpan2
7064android.text.style.LeadingMarginSpan$Standard
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07007065android.text.style.LeadingMarginSpan
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007066android.text.style.LineBackgroundSpan$Standard
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07007067android.text.style.LineBackgroundSpan
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007068android.text.style.LineHeightSpan$Standard
7069android.text.style.LineHeightSpan$WithDensity
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07007070android.text.style.LineHeightSpan
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007071android.text.style.LocaleSpan
art-benchmark-serviced5115932020-02-25 17:55:03 -08007072android.text.style.MetricAffectingSpan$Passthrough
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07007073android.text.style.MetricAffectingSpan
7074android.text.style.ParagraphStyle
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007075android.text.style.QuoteSpan
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007076android.text.style.RelativeSizeSpan
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07007077android.text.style.ReplacementSpan
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007078android.text.style.ScaleXSpan
Dianne Hackborn6b57b7e2011-11-07 14:45:49 -08007079android.text.style.SpellCheckSpan
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007080android.text.style.StrikethroughSpan
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04007081android.text.style.StyleSpan
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007082android.text.style.SubscriptSpan
7083android.text.style.SuggestionRangeSpan
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007084android.text.style.SuggestionSpan$1
Calin Juravle00b23d32019-03-08 17:52:20 -08007085android.text.style.SuggestionSpan
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007086android.text.style.SuperscriptSpan
Andreas Gampe61e7b662015-06-17 23:57:04 -07007087android.text.style.TabStopSpan
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007088android.text.style.TextAppearanceSpan
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007089android.text.style.TtsSpan$Builder
7090android.text.style.TtsSpan$SemioticClassBuilder
7091android.text.style.TtsSpan$TelephoneBuilder
7092android.text.style.TtsSpan
7093android.text.style.TypefaceSpan
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007094android.text.style.URLSpan
7095android.text.style.UnderlineSpan
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07007096android.text.style.UpdateAppearance
7097android.text.style.UpdateLayout
7098android.text.style.WrapTogetherSpan
art-benchmark-serviced5115932020-02-25 17:55:03 -08007099android.text.util.LinkSpec
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007100android.text.util.Linkify$1
7101android.text.util.Linkify$2
7102android.text.util.Linkify$3
art-benchmark-serviced5115932020-02-25 17:55:03 -08007103android.text.util.Linkify$4
Calin Juravle4a054192018-05-29 17:52:20 -07007104android.text.util.Linkify$MatchFilter
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007105android.text.util.Linkify$TransformFilter
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007106android.text.util.Linkify
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007107android.text.util.Rfc822Token
7108android.text.util.Rfc822Tokenizer
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007109android.transition.ArcMotion
Andreas Gampedcad4ca2014-10-03 02:00:29 +00007110android.transition.AutoTransition
Andreas Gampedcad4ca2014-10-03 02:00:29 +00007111android.transition.ChangeBounds$1
Andreas Gampe61e7b662015-06-17 23:57:04 -07007112android.transition.ChangeBounds$2
7113android.transition.ChangeBounds$3
7114android.transition.ChangeBounds$4
7115android.transition.ChangeBounds$5
7116android.transition.ChangeBounds$6
Calin Juravle00b23d32019-03-08 17:52:20 -08007117android.transition.ChangeBounds
Andreas Gampedcad4ca2014-10-03 02:00:29 +00007118android.transition.ChangeClipBounds
Andreas Gampedcad4ca2014-10-03 02:00:29 +00007119android.transition.ChangeImageTransform$1
7120android.transition.ChangeImageTransform$2
Calin Juravle00b23d32019-03-08 17:52:20 -08007121android.transition.ChangeImageTransform
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007122android.transition.ChangeScroll
Andreas Gampedcad4ca2014-10-03 02:00:29 +00007123android.transition.ChangeTransform$1
Andreas Gampe61e7b662015-06-17 23:57:04 -07007124android.transition.ChangeTransform$2
Calin Juravle00b23d32019-03-08 17:52:20 -08007125android.transition.ChangeTransform
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007126android.transition.CircularPropagation
7127android.transition.Explode
Calin Juravle4a054192018-05-29 17:52:20 -07007128android.transition.Fade$1
7129android.transition.Fade$FadeAnimatorListener
Calin Juravle00b23d32019-03-08 17:52:20 -08007130android.transition.Fade
Andreas Gampedcad4ca2014-10-03 02:00:29 +00007131android.transition.PathMotion
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007132android.transition.PatternPathMotion
7133android.transition.Recolor
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007134android.transition.Scene
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007135android.transition.Slide$1
7136android.transition.Slide$2
7137android.transition.Slide$3
7138android.transition.Slide$4
7139android.transition.Slide$5
7140android.transition.Slide$6
7141android.transition.Slide$CalculateSlide
7142android.transition.Slide$CalculateSlideHorizontal
7143android.transition.Slide$CalculateSlideVertical
7144android.transition.Slide
Andreas Gampedcad4ca2014-10-03 02:00:29 +00007145android.transition.Transition$1
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007146android.transition.Transition$2
7147android.transition.Transition$3
7148android.transition.Transition$AnimationInfo
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007149android.transition.Transition$EpicenterCallback
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007150android.transition.Transition$TransitionListener
Calin Juravle00b23d32019-03-08 17:52:20 -08007151android.transition.Transition
Andreas Gampedcad4ca2014-10-03 02:00:29 +00007152android.transition.TransitionInflater
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007153android.transition.TransitionListenerAdapter
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007154android.transition.TransitionManager$MultiListener$1
Calin Juravle00b23d32019-03-08 17:52:20 -08007155android.transition.TransitionManager$MultiListener
7156android.transition.TransitionManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007157android.transition.TransitionPropagation
art-benchmark-serviced5115932020-02-25 17:55:03 -08007158android.transition.TransitionSet$1
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007159android.transition.TransitionSet$TransitionSetListener
Calin Juravle00b23d32019-03-08 17:52:20 -08007160android.transition.TransitionSet
Calin Juravle4a054192018-05-29 17:52:20 -07007161android.transition.TransitionUtils
7162android.transition.TransitionValues
Andreas Gampedcad4ca2014-10-03 02:00:29 +00007163android.transition.TransitionValuesMaps
art-benchmark-serviced5115932020-02-25 17:55:03 -08007164android.transition.Visibility$1
7165android.transition.Visibility$DisappearListener
7166android.transition.Visibility$VisibilityInfo
Andreas Gampedcad4ca2014-10-03 02:00:29 +00007167android.transition.Visibility
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007168android.transition.VisibilityPropagation
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07007169android.util.AndroidException
7170android.util.AndroidRuntimeException
Andreas Gampedcad4ca2014-10-03 02:00:29 +00007171android.util.ArrayMap$1
Calin Juravle00b23d32019-03-08 17:52:20 -08007172android.util.ArrayMap
Andreas Gampe571fc302016-02-18 13:58:09 -08007173android.util.ArraySet$1
Calin Juravle00b23d32019-03-08 17:52:20 -08007174android.util.ArraySet
Mathieu Chartierba2c0462017-05-19 16:41:46 -07007175android.util.AtomicFile
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08007176android.util.AttributeSet
art-benchmark-serviced5115932020-02-25 17:55:03 -08007177android.util.BackupUtils$BadVersionException
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007178android.util.BackupUtils
Kenny Rootdbf30ed2012-09-19 13:08:12 -07007179android.util.Base64$Coder
Kenny Root9787b802013-04-26 12:53:57 -07007180android.util.Base64$Decoder
7181android.util.Base64$Encoder
Calin Juravle00b23d32019-03-08 17:52:20 -08007182android.util.Base64
art-benchmark-serviced5115932020-02-25 17:55:03 -08007183android.util.CloseGuard
Andreas Gampedcad4ca2014-10-03 02:00:29 +00007184android.util.ContainerHelpers
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007185android.util.DataUnit$1
7186android.util.DataUnit$2
7187android.util.DataUnit$3
7188android.util.DataUnit$4
7189android.util.DataUnit$5
7190android.util.DataUnit$6
Calin Juravle00b23d32019-03-08 17:52:20 -08007191android.util.DataUnit
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007192android.util.DebugUtils
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08007193android.util.DisplayMetrics
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08007194android.util.EventLog$Event
Calin Juravle00b23d32019-03-08 17:52:20 -08007195android.util.EventLog
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007196android.util.ExceptionUtils
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007197android.util.FastImmutableArraySet$FastIterator
7198android.util.FastImmutableArraySet
Calin Juravle00b23d32019-03-08 17:52:20 -08007199android.util.FeatureFlagUtils
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04007200android.util.FloatProperty
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007201android.util.Half
Calin Juravle00b23d32019-03-08 17:52:20 -08007202android.util.IconDrawableFactory
Dmitri Plotnikovf800b702020-05-15 13:49:20 -07007203android.util.IndentingPrintWriter
Andreas Gampe0db10fd2017-02-01 15:57:57 -08007204android.util.IntArray
Andreas Gampedcad4ca2014-10-03 02:00:29 +00007205android.util.IntProperty
Calin Juravle4a054192018-05-29 17:52:20 -07007206android.util.JsonReader$1
Calin Juravle00b23d32019-03-08 17:52:20 -08007207android.util.JsonReader
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007208android.util.JsonScope
7209android.util.JsonToken
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007210android.util.JsonWriter$1
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007211android.util.JsonWriter
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007212android.util.KeyValueListParser$IntValue
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007213android.util.KeyValueListParser
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007214android.util.KeyValueSettingObserver$SettingObserver
7215android.util.KeyValueSettingObserver
7216android.util.LauncherIcons
art-benchmark-serviced5115932020-02-25 17:55:03 -08007217android.util.LocalLog$ReadOnlyLocalLog
Calin Juravle00b23d32019-03-08 17:52:20 -08007218android.util.LocalLog
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07007219android.util.Log$1
Andreas Gampe571fc302016-02-18 13:58:09 -08007220android.util.Log$ImmediateLogWriter
Andreas Gampe61a3e8c2017-09-27 11:57:27 -07007221android.util.Log$PreloadHolder
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007222android.util.Log$TerribleFailure
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07007223android.util.Log$TerribleFailureHandler
Calin Juravle00b23d32019-03-08 17:52:20 -08007224android.util.Log
Andreas Gampe571fc302016-02-18 13:58:09 -08007225android.util.LogPrinter
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007226android.util.LogWriter
Andreas Gampe0db10fd2017-02-01 15:57:57 -08007227android.util.LongArray
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007228android.util.LongArrayQueue
art-benchmark-serviced5115932020-02-25 17:55:03 -08007229android.util.LongSparseArray$StringParcelling
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08007230android.util.LongSparseArray
art-benchmark-serviced5115932020-02-25 17:55:03 -08007231android.util.LongSparseLongArray$Parcelling
Andreas Gampedcad4ca2014-10-03 02:00:29 +00007232android.util.LongSparseLongArray
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04007233android.util.LruCache
Andreas Gampedcad4ca2014-10-03 02:00:29 +00007234android.util.MapCollections$ArrayIterator
Mathieu Chartierba2c0462017-05-19 16:41:46 -07007235android.util.MapCollections$EntrySet
Andreas Gampedcad4ca2014-10-03 02:00:29 +00007236android.util.MapCollections$KeySet
Mathieu Chartierba2c0462017-05-19 16:41:46 -07007237android.util.MapCollections$MapIterator
7238android.util.MapCollections$ValuesCollection
Calin Juravle00b23d32019-03-08 17:52:20 -08007239android.util.MapCollections
Andreas Gampedcad4ca2014-10-03 02:00:29 +00007240android.util.MathUtils
Andreas Gampecbcb9e32016-06-03 17:24:05 -07007241android.util.MemoryIntArray$1
Calin Juravle00b23d32019-03-08 17:52:20 -08007242android.util.MemoryIntArray
Mathieu Chartierba2c0462017-05-19 16:41:46 -07007243android.util.MergedConfiguration$1
Calin Juravle00b23d32019-03-08 17:52:20 -08007244android.util.MergedConfiguration
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007245android.util.MutableBoolean
Andreas Gampedcad4ca2014-10-03 02:00:29 +00007246android.util.MutableInt
7247android.util.MutableLong
art-benchmark-serviced5115932020-02-25 17:55:03 -08007248android.util.NtpTrustedTime$1
7249android.util.NtpTrustedTime$NtpConnectionInfo
7250android.util.NtpTrustedTime$TimeResult
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007251android.util.NtpTrustedTime
7252android.util.PackageUtils
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07007253android.util.Pair
Andreas Gampe571fc302016-02-18 13:58:09 -08007254android.util.PathParser$PathData
Calin Juravle00b23d32019-03-08 17:52:20 -08007255android.util.PathParser
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007256android.util.Patterns
Kenny Root9787b802013-04-26 12:53:57 -07007257android.util.Pools$Pool
7258android.util.Pools$SimplePool
7259android.util.Pools$SynchronizedPool
art-benchmark-serviced5115932020-02-25 17:55:03 -08007260android.util.PrefixPrinter
Calin Juravle00b23d32019-03-08 17:52:20 -08007261android.util.PrintWriterPrinter
Andreas Gampe61e7b662015-06-17 23:57:04 -07007262android.util.Printer
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04007263android.util.Property
Andreas Gampe859e2782016-04-06 18:37:56 -07007264android.util.Range
Andreas Gampe571fc302016-02-18 13:58:09 -08007265android.util.Rational
art-benchmark-serviced5115932020-02-25 17:55:03 -08007266android.util.RecurrenceRule$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007267android.util.RecurrenceRule$NonrecurringIterator
7268android.util.RecurrenceRule$RecurringIterator
7269android.util.RecurrenceRule
Jesse Wilson80686182011-01-21 17:12:43 -08007270android.util.Singleton
Andreas Gampe61e7b662015-06-17 23:57:04 -07007271android.util.Size
Andreas Gampe0db10fd2017-02-01 15:57:57 -08007272android.util.SizeF
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04007273android.util.Slog
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08007274android.util.SparseArray
art-benchmark-serviced5115932020-02-25 17:55:03 -08007275android.util.SparseArrayMap
Jesse Wilson80686182011-01-21 17:12:43 -08007276android.util.SparseBooleanArray
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07007277android.util.SparseIntArray
Mathieu Chartierba2c0462017-05-19 16:41:46 -07007278android.util.SparseLongArray
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007279android.util.SparseSetArray
7280android.util.Spline$LinearSpline
7281android.util.Spline$MonotoneCubicSpline
7282android.util.Spline
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08007283android.util.StateSet
art-benchmark-serviced5115932020-02-25 17:55:03 -08007284android.util.StringBuilderPrinter
Andreas Gampedcad4ca2014-10-03 02:00:29 +00007285android.util.SuperNotCalledException
art-benchmark-service13164882020-11-07 02:19:14 -08007286android.util.SystemConfigFileCommitEventLogger
art-benchmark-serviced5115932020-02-25 17:55:03 -08007287android.util.TimeFormatException
Calin Juravle4a054192018-05-29 17:52:20 -07007288android.util.TimeUtils
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007289android.util.TimedRemoteCaller
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007290android.util.TimingLogger
Mathieu Chartierf72073a2017-08-16 11:37:02 -07007291android.util.TimingsTraceLog
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007292android.util.TrustedTime
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08007293android.util.TypedValue
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007294android.util.UtilConfig
art-benchmark-serviced5115932020-02-25 17:55:03 -08007295android.util.Xml$Encoding
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08007296android.util.Xml
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007297android.util.XmlPullAttributes
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007298android.util.apk.ApkSignatureSchemeV2Verifier$VerifiedSigner
7299android.util.apk.ApkSignatureSchemeV2Verifier
7300android.util.apk.ApkSignatureSchemeV3Verifier$PlatformNotSupportedException
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007301android.util.apk.ApkSignatureSchemeV3Verifier$VerifiedSigner
7302android.util.apk.ApkSignatureSchemeV3Verifier
7303android.util.apk.ApkSignatureVerifier
7304android.util.apk.ApkSigningBlockUtils$1
7305android.util.apk.ApkSigningBlockUtils$MultipleDigestDataDigester
7306android.util.apk.ApkSigningBlockUtils
7307android.util.apk.ByteBufferDataSource
7308android.util.apk.ByteBufferFactory
7309android.util.apk.DataDigester
7310android.util.apk.DataSource
7311android.util.apk.MemoryMappedFileDataSource
7312android.util.apk.SignatureInfo
7313android.util.apk.SignatureNotFoundException
7314android.util.apk.VerbatimX509Certificate
7315android.util.apk.VerityBuilder$BufferedDigester
7316android.util.apk.VerityBuilder$VerityResult
7317android.util.apk.VerityBuilder
7318android.util.apk.WrappedX509Certificate
7319android.util.apk.ZipUtils
7320android.util.jar.StrictJarFile$EntryIterator
7321android.util.jar.StrictJarFile$FDStream
7322android.util.jar.StrictJarFile$JarFileInputStream
7323android.util.jar.StrictJarFile$ZipInflaterInputStream
Przemyslaw Szczepaniak8a7c1602015-11-03 09:47:56 +00007324android.util.jar.StrictJarFile
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007325android.util.jar.StrictJarManifest$Chunk
7326android.util.jar.StrictJarManifest
7327android.util.jar.StrictJarManifestReader
7328android.util.jar.StrictJarVerifier$VerifierEntry
7329android.util.jar.StrictJarVerifier
7330android.util.proto.EncodedBuffer
7331android.util.proto.ProtoInputStream
Calin Juravle00b23d32019-03-08 17:52:20 -08007332android.util.proto.ProtoOutputStream
7333android.util.proto.ProtoParseException
7334android.util.proto.ProtoStream
art-benchmark-serviced5115932020-02-25 17:55:03 -08007335android.util.proto.ProtoUtils
Calin Juravle00b23d32019-03-08 17:52:20 -08007336android.util.proto.WireTypeMismatchException
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07007337android.view.AbsSavedState$1
7338android.view.AbsSavedState$2
Calin Juravle00b23d32019-03-08 17:52:20 -08007339android.view.AbsSavedState
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007340android.view.AccessibilityInteractionController$AccessibilityNodePrefetcher
7341android.view.AccessibilityInteractionController$PrivateHandler
Calin Juravle00b23d32019-03-08 17:52:20 -08007342android.view.AccessibilityInteractionController
art-benchmark-serviced60351b2020-04-11 17:55:40 -07007343android.view.ActionMode$Callback2
Jesse Wilson80686182011-01-21 17:12:43 -08007344android.view.ActionMode$Callback
Calin Juravle00b23d32019-03-08 17:52:20 -08007345android.view.ActionMode
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007346android.view.ActionProvider$SubUiVisibilityListener
Calin Juravle00b23d32019-03-08 17:52:20 -08007347android.view.ActionProvider
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007348android.view.AppTransitionAnimationSpec$1
7349android.view.AppTransitionAnimationSpec
art-benchmark-serviced5115932020-02-25 17:55:03 -08007350android.view.BatchedInputEventReceiver$BatchedInputRunnable
7351android.view.BatchedInputEventReceiver
Kenny Rootdbf30ed2012-09-19 13:08:12 -07007352android.view.Choreographer$1
7353android.view.Choreographer$2
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007354android.view.Choreographer$3
Kenny Rootdbf30ed2012-09-19 13:08:12 -07007355android.view.Choreographer$CallbackQueue
7356android.view.Choreographer$CallbackRecord
Andreas Gampe61e7b662015-06-17 23:57:04 -07007357android.view.Choreographer$FrameCallback
Kenny Rootdbf30ed2012-09-19 13:08:12 -07007358android.view.Choreographer$FrameDisplayEventReceiver
7359android.view.Choreographer$FrameHandler
Calin Juravle00b23d32019-03-08 17:52:20 -08007360android.view.Choreographer
Calin Juravle36829e52019-04-10 19:07:47 -07007361android.view.CompositionSamplingListener
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07007362android.view.ContextMenu$ContextMenuInfo
Calin Juravle00b23d32019-03-08 17:52:20 -08007363android.view.ContextMenu
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08007364android.view.ContextThemeWrapper
art-benchmark-serviced60351b2020-04-11 17:55:40 -07007365android.view.CutoutSpecification$Parser
7366android.view.CutoutSpecification
Andreas Gampecbcb9e32016-06-03 17:24:05 -07007367android.view.Display$HdrCapabilities$1
Calin Juravle00b23d32019-03-08 17:52:20 -08007368android.view.Display$HdrCapabilities
Andreas Gampe61e7b662015-06-17 23:57:04 -07007369android.view.Display$Mode$1
Calin Juravle00b23d32019-03-08 17:52:20 -08007370android.view.Display$Mode
7371android.view.Display
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007372android.view.DisplayAddress$Physical$1
7373android.view.DisplayAddress$Physical
Calin Juravle36829e52019-04-10 19:07:47 -07007374android.view.DisplayAddress
art-benchmark-serviceec0f5b92021-05-22 22:22:44 -07007375android.view.DisplayAdjustments$FixedRotationAdjustments
Andreas Gampedcad4ca2014-10-03 02:00:29 +00007376android.view.DisplayAdjustments
Calin Juravle00b23d32019-03-08 17:52:20 -08007377android.view.DisplayCutout$Bounds
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007378android.view.DisplayCutout$ParcelableWrapper$1
Calin Juravle00b23d32019-03-08 17:52:20 -08007379android.view.DisplayCutout$ParcelableWrapper
7380android.view.DisplayCutout
Kenny Rootdbf30ed2012-09-19 13:08:12 -07007381android.view.DisplayEventReceiver
Kenny Rootdbf30ed2012-09-19 13:08:12 -07007382android.view.DisplayInfo$1
Calin Juravle00b23d32019-03-08 17:52:20 -08007383android.view.DisplayInfo
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007384android.view.DragEvent$1
7385android.view.DragEvent
Jesse Wilson80686182011-01-21 17:12:43 -08007386android.view.FallbackEventHandler
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07007387android.view.FocusFinder$1
Mathieu Chartierba2c0462017-05-19 16:41:46 -07007388android.view.FocusFinder$FocusSorter
Mathieu Chartierba2c0462017-05-19 16:41:46 -07007389android.view.FocusFinder$UserSpecifiedFocusComparator$NextFocusGetter
Calin Juravle00b23d32019-03-08 17:52:20 -08007390android.view.FocusFinder$UserSpecifiedFocusComparator
7391android.view.FocusFinder
Andreas Gampe571fc302016-02-18 13:58:09 -08007392android.view.FrameMetrics
7393android.view.FrameMetricsObserver
Andreas Gampedcad4ca2014-10-03 02:00:29 +00007394android.view.FrameStats
Kenny Root9787b802013-04-26 12:53:57 -07007395android.view.GestureDetector$GestureHandler
Andreas Gampe61e7b662015-06-17 23:57:04 -07007396android.view.GestureDetector$OnContextClickListener
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04007397android.view.GestureDetector$OnDoubleTapListener
7398android.view.GestureDetector$OnGestureListener
Kenny Root9787b802013-04-26 12:53:57 -07007399android.view.GestureDetector$SimpleOnGestureListener
Calin Juravle00b23d32019-03-08 17:52:20 -08007400android.view.GestureDetector
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007401android.view.GestureExclusionTracker$GestureExclusionViewInfo
7402android.view.GestureExclusionTracker
art-benchmark-serviced5115932020-02-25 17:55:03 -08007403android.view.GhostView
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07007404android.view.Gravity
Andreas Gampe571fc302016-02-18 13:58:09 -08007405android.view.HandlerActionQueue$HandlerAction
Calin Juravle00b23d32019-03-08 17:52:20 -08007406android.view.HandlerActionQueue
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007407android.view.IAppTransitionAnimationSpecsFuture$Stub$Proxy
7408android.view.IAppTransitionAnimationSpecsFuture$Stub
7409android.view.IAppTransitionAnimationSpecsFuture
art-benchmark-serviced5115932020-02-25 17:55:03 -08007410android.view.IApplicationToken$Stub
7411android.view.IApplicationToken
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007412android.view.IDisplayFoldListener$Stub$Proxy
7413android.view.IDisplayFoldListener$Stub
7414android.view.IDisplayFoldListener
art-benchmark-serviced60351b2020-04-11 17:55:40 -07007415android.view.IDisplayWindowInsetsController$Stub$Proxy
art-benchmark-serviced5115932020-02-25 17:55:03 -08007416android.view.IDisplayWindowInsetsController$Stub
7417android.view.IDisplayWindowInsetsController
7418android.view.IDisplayWindowListener$Stub$Proxy
7419android.view.IDisplayWindowListener$Stub
7420android.view.IDisplayWindowListener
7421android.view.IDisplayWindowRotationCallback$Stub
7422android.view.IDisplayWindowRotationCallback
7423android.view.IDisplayWindowRotationController$Stub$Proxy
7424android.view.IDisplayWindowRotationController$Stub
7425android.view.IDisplayWindowRotationController
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007426android.view.IDockedStackListener$Stub$Proxy
7427android.view.IDockedStackListener$Stub
7428android.view.IDockedStackListener
Andreas Gampe61e7b662015-06-17 23:57:04 -07007429android.view.IGraphicsStats$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08007430android.view.IGraphicsStats$Stub
7431android.view.IGraphicsStats
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007432android.view.IGraphicsStatsCallback$Stub$Proxy
Mathieu Chartierba2c0462017-05-19 16:41:46 -07007433android.view.IGraphicsStatsCallback$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08007434android.view.IGraphicsStatsCallback
art-benchmark-serviced5115932020-02-25 17:55:03 -08007435android.view.IInputMonitorHost$Stub$Proxy
7436android.view.IInputMonitorHost$Stub
7437android.view.IInputMonitorHost
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007438android.view.IOnKeyguardExitResult$Stub$Proxy
7439android.view.IOnKeyguardExitResult$Stub
7440android.view.IOnKeyguardExitResult
art-benchmark-serviced5115932020-02-25 17:55:03 -08007441android.view.IRecentsAnimationController$Stub$Proxy
7442android.view.IRecentsAnimationController$Stub
7443android.view.IRecentsAnimationController
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007444android.view.IRecentsAnimationRunner$Stub$Proxy
7445android.view.IRecentsAnimationRunner$Stub
7446android.view.IRecentsAnimationRunner
art-benchmark-serviced5115932020-02-25 17:55:03 -08007447android.view.IRemoteAnimationFinishedCallback$Stub$Proxy
7448android.view.IRemoteAnimationFinishedCallback$Stub
7449android.view.IRemoteAnimationFinishedCallback
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007450android.view.IRemoteAnimationRunner$Stub$Proxy
7451android.view.IRemoteAnimationRunner$Stub
7452android.view.IRemoteAnimationRunner
7453android.view.IRotationWatcher$Stub$Proxy
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04007454android.view.IRotationWatcher$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08007455android.view.IRotationWatcher
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007456android.view.ISystemGestureExclusionListener$Stub$Proxy
7457android.view.ISystemGestureExclusionListener$Stub
7458android.view.ISystemGestureExclusionListener
7459android.view.IWallpaperVisibilityListener$Stub$Proxy
7460android.view.IWallpaperVisibilityListener$Stub
7461android.view.IWallpaperVisibilityListener
7462android.view.IWindow$Stub$Proxy
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08007463android.view.IWindow$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08007464android.view.IWindow
art-benchmark-serviced5115932020-02-25 17:55:03 -08007465android.view.IWindowFocusObserver$Stub
7466android.view.IWindowFocusObserver
7467android.view.IWindowId$Stub$Proxy
7468android.view.IWindowId$Stub
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007469android.view.IWindowId
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08007470android.view.IWindowManager$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08007471android.view.IWindowManager$Stub
7472android.view.IWindowManager
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07007473android.view.IWindowSession$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08007474android.view.IWindowSession$Stub
7475android.view.IWindowSession
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007476android.view.IWindowSessionCallback$Stub$Proxy
Andreas Gampedcad4ca2014-10-03 02:00:29 +00007477android.view.IWindowSessionCallback$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08007478android.view.IWindowSessionCallback
art-benchmark-serviced5115932020-02-25 17:55:03 -08007479android.view.ImeFocusController$InputMethodManagerDelegate
7480android.view.ImeFocusController
Calin Juravle00b23d32019-03-08 17:52:20 -08007481android.view.ImeInsetsSourceConsumer
Andreas Gampedcad4ca2014-10-03 02:00:29 +00007482android.view.InflateException
Calin Juravle00b23d32019-03-08 17:52:20 -08007483android.view.InputApplicationHandle
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07007484android.view.InputChannel$1
Calin Juravle00b23d32019-03-08 17:52:20 -08007485android.view.InputChannel
Kenny Rootdbf30ed2012-09-19 13:08:12 -07007486android.view.InputDevice$1
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007487android.view.InputDevice$MotionRange
Calin Juravle00b23d32019-03-08 17:52:20 -08007488android.view.InputDevice
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07007489android.view.InputEvent$1
Calin Juravle00b23d32019-03-08 17:52:20 -08007490android.view.InputEvent
7491android.view.InputEventCompatProcessor
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04007492android.view.InputEventConsistencyVerifier
SangWook Hanfd9cb492012-08-12 19:46:51 +09007493android.view.InputEventReceiver
Kenny Root9787b802013-04-26 12:53:57 -07007494android.view.InputEventSender
art-benchmark-serviced5115932020-02-25 17:55:03 -08007495android.view.InputMonitor$1
7496android.view.InputMonitor
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07007497android.view.InputQueue$Callback
Kenny Root9787b802013-04-26 12:53:57 -07007498android.view.InputQueue$FinishedInputEventCallback
Calin Juravle00b23d32019-03-08 17:52:20 -08007499android.view.InputQueue
7500android.view.InputWindowHandle
art-benchmark-service56aece62020-02-10 17:58:03 -08007501android.view.InsetsAnimationControlCallbacks
art-benchmark-serviced60351b2020-04-11 17:55:40 -07007502android.view.InsetsAnimationControlImpl
7503android.view.InsetsAnimationControlRunner
7504android.view.InsetsAnimationThread
art-benchmark-service13164882020-11-07 02:19:14 -08007505android.view.InsetsAnimationThreadControlRunner$1
7506android.view.InsetsAnimationThreadControlRunner
7507android.view.InsetsController$Host
art-benchmark-serviced60351b2020-04-11 17:55:40 -07007508android.view.InsetsController$InternalAnimationControlListener$1
7509android.view.InsetsController$InternalAnimationControlListener$2
7510android.view.InsetsController$InternalAnimationControlListener
7511android.view.InsetsController$PendingControlRequest
7512android.view.InsetsController$RunningAnimation
Calin Juravle00b23d32019-03-08 17:52:20 -08007513android.view.InsetsController
art-benchmark-serviced5115932020-02-25 17:55:03 -08007514android.view.InsetsFlags
Calin Juravle00b23d32019-03-08 17:52:20 -08007515android.view.InsetsSource$1
7516android.view.InsetsSource
7517android.view.InsetsSourceConsumer
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007518android.view.InsetsSourceControl$1
7519android.view.InsetsSourceControl
Calin Juravle00b23d32019-03-08 17:52:20 -08007520android.view.InsetsState$1
7521android.view.InsetsState
Kenny Rootdbf30ed2012-09-19 13:08:12 -07007522android.view.KeyCharacterMap$1
Jesse Wilson80686182011-01-21 17:12:43 -08007523android.view.KeyCharacterMap$FallbackAction
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007524android.view.KeyCharacterMap$UnavailableException
Calin Juravle00b23d32019-03-08 17:52:20 -08007525android.view.KeyCharacterMap
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07007526android.view.KeyEvent$1
7527android.view.KeyEvent$Callback
7528android.view.KeyEvent$DispatcherState
Calin Juravle00b23d32019-03-08 17:52:20 -08007529android.view.KeyEvent
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007530android.view.LayoutInflater$BlinkLayout$1
7531android.view.LayoutInflater$BlinkLayout
Jesse Wilson80686182011-01-21 17:12:43 -08007532android.view.LayoutInflater$Factory2
Calin Juravle00b23d32019-03-08 17:52:20 -08007533android.view.LayoutInflater$Factory
Andreas Gampedcad4ca2014-10-03 02:00:29 +00007534android.view.LayoutInflater$FactoryMerger
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04007535android.view.LayoutInflater$Filter
Calin Juravle00b23d32019-03-08 17:52:20 -08007536android.view.LayoutInflater
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07007537android.view.Menu
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007538android.view.MenuInflater$InflatedOnMenuItemClickListener
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007539android.view.MenuInflater$MenuState
Calin Juravle00b23d32019-03-08 17:52:20 -08007540android.view.MenuInflater
Andreas Gampedcad4ca2014-10-03 02:00:29 +00007541android.view.MenuItem$OnActionExpandListener
Andreas Gampe61e7b662015-06-17 23:57:04 -07007542android.view.MenuItem$OnMenuItemClickListener
Calin Juravle00b23d32019-03-08 17:52:20 -08007543android.view.MenuItem
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07007544android.view.MotionEvent$1
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04007545android.view.MotionEvent$PointerCoords
7546android.view.MotionEvent$PointerProperties
Calin Juravle00b23d32019-03-08 17:52:20 -08007547android.view.MotionEvent
7548android.view.NativeVectorDrawableAnimator
art-benchmark-serviced60351b2020-04-11 17:55:40 -07007549android.view.NotificationHeaderView$1
7550android.view.NotificationHeaderView$HeaderTouchListener
7551android.view.NotificationHeaderView
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007552android.view.OrientationEventListener$SensorEventListenerImpl
Calin Juravle00b23d32019-03-08 17:52:20 -08007553android.view.OrientationEventListener
art-benchmark-serviced5115932020-02-25 17:55:03 -08007554android.view.OrientationListener
art-benchmark-service13164882020-11-07 02:19:14 -08007555android.view.PendingInsetsController$PendingRequest
art-benchmark-serviced60351b2020-04-11 17:55:40 -07007556android.view.PendingInsetsController
7557android.view.PixelCopy$1
7558android.view.PixelCopy$OnPixelCopyFinishedListener
7559android.view.PixelCopy
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04007560android.view.PointerIcon$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007561android.view.PointerIcon$2
Calin Juravle00b23d32019-03-08 17:52:20 -08007562android.view.PointerIcon
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007563android.view.RemotableViewMethod
7564android.view.RemoteAnimationAdapter$1
7565android.view.RemoteAnimationAdapter
7566android.view.RemoteAnimationDefinition$1
7567android.view.RemoteAnimationDefinition$RemoteAnimationAdapterEntry$1
7568android.view.RemoteAnimationDefinition$RemoteAnimationAdapterEntry
7569android.view.RemoteAnimationDefinition
art-benchmark-serviced5115932020-02-25 17:55:03 -08007570android.view.RemoteAnimationTarget$1
7571android.view.RemoteAnimationTarget
Calin Juravle00b23d32019-03-08 17:52:20 -08007572android.view.RenderNodeAnimator
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007573android.view.RoundScrollbarRenderer
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007574android.view.ScaleGestureDetector$1
7575android.view.ScaleGestureDetector$OnScaleGestureListener
7576android.view.ScaleGestureDetector$SimpleOnScaleGestureListener
Calin Juravle00b23d32019-03-08 17:52:20 -08007577android.view.ScaleGestureDetector
Andreas Gampe61e7b662015-06-17 23:57:04 -07007578android.view.SearchEvent
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007579android.view.SoundEffectConstants
Kenny Rootdbf30ed2012-09-19 13:08:12 -07007580android.view.SubMenu
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08007581android.view.Surface$1
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07007582android.view.Surface$CompatibleCanvas
art-benchmark-serviced5115932020-02-25 17:55:03 -08007583android.view.Surface$HwuiContext
Andreas Gampedcad4ca2014-10-03 02:00:29 +00007584android.view.Surface$OutOfResourcesException
Calin Juravle00b23d32019-03-08 17:52:20 -08007585android.view.Surface
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007586android.view.SurfaceControl$1
7587android.view.SurfaceControl$Builder
art-benchmark-service13164882020-11-07 02:19:14 -08007588android.view.SurfaceControl$CaptureArgs
Calin Juravle00b23d32019-03-08 17:52:20 -08007589android.view.SurfaceControl$CieXyz
art-benchmark-service13164882020-11-07 02:19:14 -08007590android.view.SurfaceControl$DisplayCaptureArgs
Calin Juravle00b23d32019-03-08 17:52:20 -08007591android.view.SurfaceControl$DisplayPrimaries
art-benchmark-service13164882020-11-07 02:19:14 -08007592android.view.SurfaceControl$LayerCaptureArgs
7593android.view.SurfaceControl$ScreenCaptureListener
7594android.view.SurfaceControl$ScreenshotHardwareBuffer
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007595android.view.SurfaceControl$Transaction$1
Calin Juravle4a054192018-05-29 17:52:20 -07007596android.view.SurfaceControl$Transaction
Calin Juravle00b23d32019-03-08 17:52:20 -08007597android.view.SurfaceControl
art-benchmark-serviced60351b2020-04-11 17:55:40 -07007598android.view.SurfaceControlViewHost$SurfacePackage$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08007599android.view.SurfaceControlViewHost$SurfacePackage
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07007600android.view.SurfaceHolder$Callback2
Calin Juravle00b23d32019-03-08 17:52:20 -08007601android.view.SurfaceHolder$Callback
7602android.view.SurfaceHolder
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08007603android.view.SurfaceSession
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007604android.view.SurfaceView$1
7605android.view.SurfaceView$2
Calin Juravle00b23d32019-03-08 17:52:20 -08007606android.view.SurfaceView
art-benchmark-serviced60351b2020-04-11 17:55:40 -07007607android.view.SyncRtSurfaceTransactionApplier$SurfaceParams$Builder
7608android.view.SyncRtSurfaceTransactionApplier$SurfaceParams
7609android.view.SyncRtSurfaceTransactionApplier
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007610android.view.TextureView$SurfaceTextureListener
Calin Juravle00b23d32019-03-08 17:52:20 -08007611android.view.TextureView
Andreas Gampe0db10fd2017-02-01 15:57:57 -08007612android.view.ThreadedRenderer$DrawCallbacks
Calin Juravle00b23d32019-03-08 17:52:20 -08007613android.view.ThreadedRenderer
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007614android.view.TouchDelegate
Kenny Rootdbf30ed2012-09-19 13:08:12 -07007615android.view.VelocityTracker$Estimator
Calin Juravle00b23d32019-03-08 17:52:20 -08007616android.view.VelocityTracker
art-benchmark-servicead05a302020-03-17 09:46:02 -07007617android.view.VerifiedInputEvent$1
7618android.view.VerifiedInputEvent
7619android.view.VerifiedKeyEvent$1
7620android.view.VerifiedKeyEvent
7621android.view.VerifiedMotionEvent$1
7622android.view.VerifiedMotionEvent
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04007623android.view.View$10
7624android.view.View$11
7625android.view.View$12
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007626android.view.View$13
Calin Juravle00b23d32019-03-08 17:52:20 -08007627android.view.View$1
Andreas Gampe61e7b662015-06-17 23:57:04 -07007628android.view.View$2
Kenny Rootdbf30ed2012-09-19 13:08:12 -07007629android.view.View$3
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04007630android.view.View$4
7631android.view.View$5
7632android.view.View$6
7633android.view.View$7
7634android.view.View$8
7635android.view.View$9
Kenny Root9787b802013-04-26 12:53:57 -07007636android.view.View$AccessibilityDelegate
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08007637android.view.View$AttachInfo$Callbacks
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007638android.view.View$AttachInfo$InvalidateInfo
Calin Juravle00b23d32019-03-08 17:52:20 -08007639android.view.View$AttachInfo
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07007640android.view.View$BaseSavedState$1
Calin Juravle00b23d32019-03-08 17:52:20 -08007641android.view.View$BaseSavedState
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007642android.view.View$CheckForLongPress
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07007643android.view.View$CheckForTap
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007644android.view.View$DeclaredOnClickListener
Andreas Gampe61e7b662015-06-17 23:57:04 -07007645android.view.View$ForegroundInfo
Kenny Rootdbf30ed2012-09-19 13:08:12 -07007646android.view.View$ListenerInfo
Calin Juravle4a054192018-05-29 17:52:20 -07007647android.view.View$MatchIdPredicate
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007648android.view.View$MatchLabelForPredicate
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07007649android.view.View$MeasureSpec
Andreas Gampe61e7b662015-06-17 23:57:04 -07007650android.view.View$OnApplyWindowInsetsListener
Kenny Root9787b802013-04-26 12:53:57 -07007651android.view.View$OnAttachStateChangeListener
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07007652android.view.View$OnClickListener
7653android.view.View$OnCreateContextMenuListener
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007654android.view.View$OnDragListener
Jesse Wilson80686182011-01-21 17:12:43 -08007655android.view.View$OnFocusChangeListener
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007656android.view.View$OnHoverListener
Jesse Wilson80686182011-01-21 17:12:43 -08007657android.view.View$OnKeyListener
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04007658android.view.View$OnLayoutChangeListener
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07007659android.view.View$OnLongClickListener
art-benchmark-serviced5115932020-02-25 17:55:03 -08007660android.view.View$OnScrollChangeListener
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007661android.view.View$OnSystemUiVisibilityChangeListener
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07007662android.view.View$OnTouchListener
7663android.view.View$PerformClick
7664android.view.View$ScrollabilityCache
art-benchmark-serviced5115932020-02-25 17:55:03 -08007665android.view.View$SendAccessibilityEventThrottle
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007666android.view.View$SendViewScrolledAccessibilityEvent
Calin Juravle4a054192018-05-29 17:52:20 -07007667android.view.View$TintInfo
Andreas Gampe0db10fd2017-02-01 15:57:57 -08007668android.view.View$TooltipInfo
Dianne Hackborn6b57b7e2011-11-07 14:45:49 -08007669android.view.View$TransformationInfo
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07007670android.view.View$UnsetPressedState
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007671android.view.View$VisibilityChangeForAutofillHandler
Calin Juravle00b23d32019-03-08 17:52:20 -08007672android.view.View
7673android.view.ViewAnimationHostBridge
art-benchmark-serviced60351b2020-04-11 17:55:40 -07007674android.view.ViewAnimationUtils
Evan Millar0ea97b82009-03-24 17:49:23 -07007675android.view.ViewConfiguration
art-benchmark-serviced5115932020-02-25 17:55:03 -08007676android.view.ViewDebug$ExportedProperty
7677android.view.ViewDebug$FlagToString
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007678android.view.ViewDebug$HierarchyHandler
art-benchmark-serviced5115932020-02-25 17:55:03 -08007679android.view.ViewDebug$IntToString
Calin Juravle00b23d32019-03-08 17:52:20 -08007680android.view.ViewDebug
Andreas Gampe61e7b662015-06-17 23:57:04 -07007681android.view.ViewGroup$1
7682android.view.ViewGroup$2
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007683android.view.ViewGroup$4
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007684android.view.ViewGroup$ChildListForAccessibility
7685android.view.ViewGroup$ChildListForAutoFillOrContentCapture
art-benchmark-serviced5115932020-02-25 17:55:03 -08007686android.view.ViewGroup$HoverTarget
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07007687android.view.ViewGroup$LayoutParams
7688android.view.ViewGroup$MarginLayoutParams
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04007689android.view.ViewGroup$OnHierarchyChangeListener
Jesse Wilson80686182011-01-21 17:12:43 -08007690android.view.ViewGroup$TouchTarget
art-benchmark-serviced60351b2020-04-11 17:55:40 -07007691android.view.ViewGroup$ViewLocationHolder
Calin Juravle00b23d32019-03-08 17:52:20 -08007692android.view.ViewGroup
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007693android.view.ViewGroupOverlay
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07007694android.view.ViewManager
Andreas Gampedcad4ca2014-10-03 02:00:29 +00007695android.view.ViewOutlineProvider$1
7696android.view.ViewOutlineProvider$2
7697android.view.ViewOutlineProvider$3
Calin Juravle00b23d32019-03-08 17:52:20 -08007698android.view.ViewOutlineProvider
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007699android.view.ViewOverlay$OverlayViewGroup
Calin Juravle00b23d32019-03-08 17:52:20 -08007700android.view.ViewOverlay
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08007701android.view.ViewParent
Andreas Gampe61e7b662015-06-17 23:57:04 -07007702android.view.ViewPropertyAnimator$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007703android.view.ViewPropertyAnimator$2
7704android.view.ViewPropertyAnimator$3
Andreas Gampe61e7b662015-06-17 23:57:04 -07007705android.view.ViewPropertyAnimator$AnimatorEventListener
7706android.view.ViewPropertyAnimator$NameValuesHolder
7707android.view.ViewPropertyAnimator$PropertyBundle
Calin Juravle00b23d32019-03-08 17:52:20 -08007708android.view.ViewPropertyAnimator
Andreas Gampedcad4ca2014-10-03 02:00:29 +00007709android.view.ViewRootImpl$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007710android.view.ViewRootImpl$2
7711android.view.ViewRootImpl$3
Andreas Gampedcad4ca2014-10-03 02:00:29 +00007712android.view.ViewRootImpl$4
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007713android.view.ViewRootImpl$AccessibilityInteractionConnection
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04007714android.view.ViewRootImpl$AccessibilityInteractionConnectionManager
Mathieu Chartierba2c0462017-05-19 16:41:46 -07007715android.view.ViewRootImpl$ActivityConfigCallback
Kenny Root9787b802013-04-26 12:53:57 -07007716android.view.ViewRootImpl$AsyncInputStage
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007717android.view.ViewRootImpl$CalledFromWrongThreadException
Mathieu Chartierba2c0462017-05-19 16:41:46 -07007718android.view.ViewRootImpl$ConfigChangedCallback
Andreas Gampedcad4ca2014-10-03 02:00:29 +00007719android.view.ViewRootImpl$ConsumeBatchedInputImmediatelyRunnable
Kenny Rootdbf30ed2012-09-19 13:08:12 -07007720android.view.ViewRootImpl$ConsumeBatchedInputRunnable
Kenny Root9787b802013-04-26 12:53:57 -07007721android.view.ViewRootImpl$EarlyPostImeInputStage
art-benchmark-serviced5115932020-02-25 17:55:03 -08007722android.view.ViewRootImpl$GfxInfo
Andreas Gampedcad4ca2014-10-03 02:00:29 +00007723android.view.ViewRootImpl$HighContrastTextManager
Kenny Root9787b802013-04-26 12:53:57 -07007724android.view.ViewRootImpl$ImeInputStage
7725android.view.ViewRootImpl$InputStage
Kenny Rootdbf30ed2012-09-19 13:08:12 -07007726android.view.ViewRootImpl$InvalidateOnAnimationRunnable
Kenny Root9787b802013-04-26 12:53:57 -07007727android.view.ViewRootImpl$NativePostImeInputStage
7728android.view.ViewRootImpl$NativePreImeInputStage
Kenny Rootdbf30ed2012-09-19 13:08:12 -07007729android.view.ViewRootImpl$QueuedInputEvent
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007730android.view.ViewRootImpl$SendWindowContentChangedAccessibilityEvent
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007731android.view.ViewRootImpl$SurfaceChangedCallback
Kenny Root9787b802013-04-26 12:53:57 -07007732android.view.ViewRootImpl$SyntheticInputStage
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007733android.view.ViewRootImpl$SyntheticJoystickHandler$JoystickAxesState
Calin Juravle00b23d32019-03-08 17:52:20 -08007734android.view.ViewRootImpl$SyntheticJoystickHandler
Andreas Gampedcad4ca2014-10-03 02:00:29 +00007735android.view.ViewRootImpl$SyntheticKeyboardHandler
Kenny Root9787b802013-04-26 12:53:57 -07007736android.view.ViewRootImpl$SyntheticTouchNavigationHandler$1
Calin Juravle00b23d32019-03-08 17:52:20 -08007737android.view.ViewRootImpl$SyntheticTouchNavigationHandler
Kenny Root9787b802013-04-26 12:53:57 -07007738android.view.ViewRootImpl$SyntheticTrackballHandler
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007739android.view.ViewRootImpl$SystemUiVisibilityInfo
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007740android.view.ViewRootImpl$TakenSurfaceHolder
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04007741android.view.ViewRootImpl$TrackballAxis
Kenny Rootdbf30ed2012-09-19 13:08:12 -07007742android.view.ViewRootImpl$TraversalRunnable
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007743android.view.ViewRootImpl$UnhandledKeyManager
Kenny Root9787b802013-04-26 12:53:57 -07007744android.view.ViewRootImpl$ViewPostImeInputStage
7745android.view.ViewRootImpl$ViewPreImeInputStage
Kenny Rootdbf30ed2012-09-19 13:08:12 -07007746android.view.ViewRootImpl$ViewRootHandler
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04007747android.view.ViewRootImpl$W
Kenny Rootdbf30ed2012-09-19 13:08:12 -07007748android.view.ViewRootImpl$WindowInputEventReceiver
Calin Juravle00b23d32019-03-08 17:52:20 -08007749android.view.ViewRootImpl
art-benchmark-service13164882020-11-07 02:19:14 -08007750android.view.ViewRootInsetsControllerHost
art-benchmark-serviced5115932020-02-25 17:55:03 -08007751android.view.ViewStructure$HtmlInfo$Builder
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007752android.view.ViewStructure$HtmlInfo
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007753android.view.ViewStructure
Calin Juravle4a054192018-05-29 17:52:20 -07007754android.view.ViewStub$OnInflateListener
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007755android.view.ViewStub$ViewReplaceRunnable
Calin Juravle00b23d32019-03-08 17:52:20 -08007756android.view.ViewStub
Kenny Rootdbf30ed2012-09-19 13:08:12 -07007757android.view.ViewTreeObserver$CopyOnWriteArray$Access
Calin Juravle00b23d32019-03-08 17:52:20 -08007758android.view.ViewTreeObserver$CopyOnWriteArray
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07007759android.view.ViewTreeObserver$InternalInsetsInfo
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007760android.view.ViewTreeObserver$OnComputeInternalInsetsListener
7761android.view.ViewTreeObserver$OnDrawListener
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007762android.view.ViewTreeObserver$OnEnterAnimationCompleteListener
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007763android.view.ViewTreeObserver$OnGlobalFocusChangeListener
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07007764android.view.ViewTreeObserver$OnGlobalLayoutListener
7765android.view.ViewTreeObserver$OnPreDrawListener
7766android.view.ViewTreeObserver$OnScrollChangedListener
7767android.view.ViewTreeObserver$OnTouchModeChangeListener
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007768android.view.ViewTreeObserver$OnWindowAttachListener
7769android.view.ViewTreeObserver$OnWindowFocusChangeListener
7770android.view.ViewTreeObserver$OnWindowShownListener
Calin Juravle00b23d32019-03-08 17:52:20 -08007771android.view.ViewTreeObserver
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07007772android.view.Window$Callback
art-benchmark-serviced5115932020-02-25 17:55:03 -08007773android.view.Window$OnContentApplyWindowInsetsListener
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007774android.view.Window$OnFrameMetricsAvailableListener
Andreas Gampedcad4ca2014-10-03 02:00:29 +00007775android.view.Window$OnWindowDismissedCallback
Andreas Gampe0db10fd2017-02-01 15:57:57 -08007776android.view.Window$OnWindowSwipeDismissedCallback
Andreas Gampe571fc302016-02-18 13:58:09 -08007777android.view.Window$WindowControllerCallback
Calin Juravle00b23d32019-03-08 17:52:20 -08007778android.view.Window
Andreas Gampe61e7b662015-06-17 23:57:04 -07007779android.view.WindowAnimationFrameStats$1
Calin Juravle00b23d32019-03-08 17:52:20 -08007780android.view.WindowAnimationFrameStats
Andreas Gampe571fc302016-02-18 13:58:09 -08007781android.view.WindowCallbacks
Andreas Gampedcad4ca2014-10-03 02:00:29 +00007782android.view.WindowContentFrameStats$1
Calin Juravle00b23d32019-03-08 17:52:20 -08007783android.view.WindowContentFrameStats
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007784android.view.WindowId$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08007785android.view.WindowId
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007786android.view.WindowInsets$Builder
art-benchmark-serviced5115932020-02-25 17:55:03 -08007787android.view.WindowInsets$Side
Calin Juravle00b23d32019-03-08 17:52:20 -08007788android.view.WindowInsets$Type
Andreas Gampedcad4ca2014-10-03 02:00:29 +00007789android.view.WindowInsets
art-benchmark-serviced60351b2020-04-11 17:55:40 -07007790android.view.WindowInsetsAnimation$Bounds
7791android.view.WindowInsetsAnimation$Callback
7792android.view.WindowInsetsAnimation
7793android.view.WindowInsetsAnimationControlListener
7794android.view.WindowInsetsAnimationController
art-benchmark-service13164882020-11-07 02:19:14 -08007795android.view.WindowInsetsController$OnControllableInsetsChangedListener
Calin Juravle36829e52019-04-10 19:07:47 -07007796android.view.WindowInsetsController
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07007797android.view.WindowLeaked
Mathieu Chartierba2c0462017-05-19 16:41:46 -07007798android.view.WindowManager$BadTokenException
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007799android.view.WindowManager$InvalidDisplayException
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07007800android.view.WindowManager$LayoutParams$1
Calin Juravle00b23d32019-03-08 17:52:20 -08007801android.view.WindowManager$LayoutParams
7802android.view.WindowManager
Kenny Rootdbf30ed2012-09-19 13:08:12 -07007803android.view.WindowManagerGlobal$1
Andreas Gampedcad4ca2014-10-03 02:00:29 +00007804android.view.WindowManagerGlobal$2
Calin Juravle00b23d32019-03-08 17:52:20 -08007805android.view.WindowManagerGlobal
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08007806android.view.WindowManagerImpl
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007807android.view.WindowManagerPolicyConstants$PointerEventListener
7808android.view.WindowManagerPolicyConstants
art-benchmark-serviced5115932020-02-25 17:55:03 -08007809android.view.WindowMetrics
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007810android.view.accessibility.AccessibilityEvent$1
Calin Juravle00b23d32019-03-08 17:52:20 -08007811android.view.accessibility.AccessibilityEvent
Andreas Gampe61e7b662015-06-17 23:57:04 -07007812android.view.accessibility.AccessibilityEventSource
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07007813android.view.accessibility.AccessibilityManager$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08007814android.view.accessibility.AccessibilityManager$AccessibilityPolicy
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007815android.view.accessibility.AccessibilityManager$AccessibilityServicesStateChangeListener
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04007816android.view.accessibility.AccessibilityManager$AccessibilityStateChangeListener
Andreas Gampedcad4ca2014-10-03 02:00:29 +00007817android.view.accessibility.AccessibilityManager$HighTextContrastChangeListener
Mathieu Chartierba2c0462017-05-19 16:41:46 -07007818android.view.accessibility.AccessibilityManager$MyCallback
7819android.view.accessibility.AccessibilityManager$TouchExplorationStateChangeListener
Calin Juravle00b23d32019-03-08 17:52:20 -08007820android.view.accessibility.AccessibilityManager
7821android.view.accessibility.AccessibilityNodeIdManager
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007822android.view.accessibility.AccessibilityNodeInfo$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007823android.view.accessibility.AccessibilityNodeInfo$AccessibilityAction$1
Calin Juravle4a054192018-05-29 17:52:20 -07007824android.view.accessibility.AccessibilityNodeInfo$AccessibilityAction
art-benchmark-serviced5115932020-02-25 17:55:03 -08007825android.view.accessibility.AccessibilityNodeInfo$CollectionInfo
7826android.view.accessibility.AccessibilityNodeInfo$CollectionItemInfo
art-benchmark-serviced60351b2020-04-11 17:55:40 -07007827android.view.accessibility.AccessibilityNodeInfo$ExtraRenderingInfo
art-benchmark-serviced5115932020-02-25 17:55:03 -08007828android.view.accessibility.AccessibilityNodeInfo$RangeInfo
art-benchmark-serviced60351b2020-04-11 17:55:40 -07007829android.view.accessibility.AccessibilityNodeInfo$TouchDelegateInfo$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08007830android.view.accessibility.AccessibilityNodeInfo$TouchDelegateInfo
Calin Juravle00b23d32019-03-08 17:52:20 -08007831android.view.accessibility.AccessibilityNodeInfo
Kenny Root9787b802013-04-26 12:53:57 -07007832android.view.accessibility.AccessibilityNodeProvider
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04007833android.view.accessibility.AccessibilityRecord
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007834android.view.accessibility.CaptioningManager$1
Calin Juravle4a054192018-05-29 17:52:20 -07007835android.view.accessibility.CaptioningManager$CaptionStyle
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007836android.view.accessibility.CaptioningManager$CaptioningChangeListener
7837android.view.accessibility.CaptioningManager$MyContentObserver
Calin Juravle00b23d32019-03-08 17:52:20 -08007838android.view.accessibility.CaptioningManager
art-benchmark-service13164882020-11-07 02:19:14 -08007839android.view.accessibility.IAccessibilityEmbeddedConnection
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007840android.view.accessibility.IAccessibilityInteractionConnection$Stub$Proxy
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007841android.view.accessibility.IAccessibilityInteractionConnection$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08007842android.view.accessibility.IAccessibilityInteractionConnection
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007843android.view.accessibility.IAccessibilityInteractionConnectionCallback$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08007844android.view.accessibility.IAccessibilityInteractionConnectionCallback$Stub
7845android.view.accessibility.IAccessibilityInteractionConnectionCallback
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07007846android.view.accessibility.IAccessibilityManager$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08007847android.view.accessibility.IAccessibilityManager$Stub
7848android.view.accessibility.IAccessibilityManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007849android.view.accessibility.IAccessibilityManagerClient$Stub$Proxy
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07007850android.view.accessibility.IAccessibilityManagerClient$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08007851android.view.accessibility.IAccessibilityManagerClient
art-benchmark-serviced60351b2020-04-11 17:55:40 -07007852android.view.accessibility.IWindowMagnificationConnection$Stub$Proxy
art-benchmark-serviced5115932020-02-25 17:55:03 -08007853android.view.accessibility.IWindowMagnificationConnection$Stub
7854android.view.accessibility.IWindowMagnificationConnection
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007855android.view.accessibility.WeakSparseArray$WeakReferenceWithId
7856android.view.accessibility.WeakSparseArray
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07007857android.view.animation.AccelerateDecelerateInterpolator
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04007858android.view.animation.AccelerateInterpolator
Andreas Gampe61e7b662015-06-17 23:57:04 -07007859android.view.animation.AlphaAnimation
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007860android.view.animation.Animation$1
7861android.view.animation.Animation$2
7862android.view.animation.Animation$3
Kenny Root9787b802013-04-26 12:53:57 -07007863android.view.animation.Animation$AnimationListener
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007864android.view.animation.Animation$Description
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007865android.view.animation.Animation$NoImagePreloadHolder
Calin Juravle00b23d32019-03-08 17:52:20 -08007866android.view.animation.Animation
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007867android.view.animation.AnimationSet
Andreas Gampe0db10fd2017-02-01 15:57:57 -08007868android.view.animation.AnimationUtils$1
7869android.view.animation.AnimationUtils$AnimationState
Calin Juravle00b23d32019-03-08 17:52:20 -08007870android.view.animation.AnimationUtils
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007871android.view.animation.AnticipateInterpolator
7872android.view.animation.AnticipateOvershootInterpolator
Andreas Gampe61e7b662015-06-17 23:57:04 -07007873android.view.animation.BaseInterpolator
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007874android.view.animation.BounceInterpolator
7875android.view.animation.ClipRectAnimation
7876android.view.animation.CycleInterpolator
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07007877android.view.animation.DecelerateInterpolator
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007878android.view.animation.GridLayoutAnimationController
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07007879android.view.animation.Interpolator
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007880android.view.animation.LayoutAnimationController
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07007881android.view.animation.LinearInterpolator
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007882android.view.animation.OvershootInterpolator
Andreas Gampedcad4ca2014-10-03 02:00:29 +00007883android.view.animation.PathInterpolator
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007884android.view.animation.RotateAnimation
Calin Juravle4a054192018-05-29 17:52:20 -07007885android.view.animation.ScaleAnimation
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07007886android.view.animation.Transformation
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007887android.view.animation.TranslateAnimation
7888android.view.autofill.AutofillId$1
Calin Juravle00b23d32019-03-08 17:52:20 -08007889android.view.autofill.AutofillId
art-benchmark-serviced5115932020-02-25 17:55:03 -08007890android.view.autofill.AutofillManager$AugmentedAutofillManagerClient
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007891android.view.autofill.AutofillManager$AutofillCallback
Mathieu Chartierba2c0462017-05-19 16:41:46 -07007892android.view.autofill.AutofillManager$AutofillClient
7893android.view.autofill.AutofillManager$AutofillManagerClient
art-benchmark-serviced5115932020-02-25 17:55:03 -08007894android.view.autofill.AutofillManager$TrackedViews
Calin Juravle00b23d32019-03-08 17:52:20 -08007895android.view.autofill.AutofillManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007896android.view.autofill.AutofillManagerInternal
art-benchmark-serviced5115932020-02-25 17:55:03 -08007897android.view.autofill.AutofillPopupWindow
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007898android.view.autofill.AutofillValue$1
Calin Juravle00b23d32019-03-08 17:52:20 -08007899android.view.autofill.AutofillValue
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007900android.view.autofill.Helper
art-benchmark-serviced5115932020-02-25 17:55:03 -08007901android.view.autofill.IAugmentedAutofillManagerClient$Stub
7902android.view.autofill.IAugmentedAutofillManagerClient
Mathieu Chartierba2c0462017-05-19 16:41:46 -07007903android.view.autofill.IAutoFillManager$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08007904android.view.autofill.IAutoFillManager$Stub
7905android.view.autofill.IAutoFillManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007906android.view.autofill.IAutoFillManagerClient$Stub$Proxy
Mathieu Chartierba2c0462017-05-19 16:41:46 -07007907android.view.autofill.IAutoFillManagerClient$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08007908android.view.autofill.IAutoFillManagerClient
art-benchmark-serviced60351b2020-04-11 17:55:40 -07007909android.view.autofill.IAutofillWindowPresenter$Stub$Proxy
art-benchmark-serviced5115932020-02-25 17:55:03 -08007910android.view.autofill.IAutofillWindowPresenter$Stub
Mathieu Chartierba2c0462017-05-19 16:41:46 -07007911android.view.autofill.IAutofillWindowPresenter
art-benchmark-serviced5115932020-02-25 17:55:03 -08007912android.view.autofill.ParcelableMap$1
7913android.view.autofill.ParcelableMap
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007914android.view.contentcapture.ContentCaptureCondition$1
7915android.view.contentcapture.ContentCaptureCondition
7916android.view.contentcapture.ContentCaptureContext$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08007917android.view.contentcapture.ContentCaptureContext$Builder
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007918android.view.contentcapture.ContentCaptureContext
art-benchmark-serviced5115932020-02-25 17:55:03 -08007919android.view.contentcapture.ContentCaptureEvent$1
7920android.view.contentcapture.ContentCaptureEvent
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007921android.view.contentcapture.ContentCaptureHelper
Calin Juravle36829e52019-04-10 19:07:47 -07007922android.view.contentcapture.ContentCaptureManager$ContentCaptureClient
art-benchmark-service0d6aafc2020-05-24 20:29:20 -07007923android.view.contentcapture.ContentCaptureManager$LocalDataShareAdapterResourceManager
Calin Juravle00b23d32019-03-08 17:52:20 -08007924android.view.contentcapture.ContentCaptureManager
art-benchmark-serviced5115932020-02-25 17:55:03 -08007925android.view.contentcapture.ContentCaptureSession
art-benchmark-serviced60351b2020-04-11 17:55:40 -07007926android.view.contentcapture.ContentCaptureSessionId$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08007927android.view.contentcapture.ContentCaptureSessionId
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007928android.view.contentcapture.DataRemovalRequest$1
art-benchmark-serviced60351b2020-04-11 17:55:40 -07007929android.view.contentcapture.DataRemovalRequest$LocusIdRequest
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007930android.view.contentcapture.DataRemovalRequest
art-benchmark-serviced60351b2020-04-11 17:55:40 -07007931android.view.contentcapture.DataShareRequest$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08007932android.view.contentcapture.DataShareRequest
art-benchmark-serviced60351b2020-04-11 17:55:40 -07007933android.view.contentcapture.IContentCaptureDirectManager$Stub$Proxy
7934android.view.contentcapture.IContentCaptureDirectManager$Stub
7935android.view.contentcapture.IContentCaptureDirectManager
art-benchmark-serviced5115932020-02-25 17:55:03 -08007936android.view.contentcapture.IContentCaptureManager$Stub$Proxy
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007937android.view.contentcapture.IContentCaptureManager$Stub
7938android.view.contentcapture.IContentCaptureManager
art-benchmark-serviced60351b2020-04-11 17:55:40 -07007939android.view.contentcapture.IDataShareWriteAdapter$Stub$Proxy
art-benchmark-serviced5115932020-02-25 17:55:03 -08007940android.view.contentcapture.IDataShareWriteAdapter$Stub
7941android.view.contentcapture.IDataShareWriteAdapter
art-benchmark-serviced5115932020-02-25 17:55:03 -08007942android.view.contentcapture.MainContentCaptureSession
art-benchmark-serviced60351b2020-04-11 17:55:40 -07007943android.view.contentcapture.ViewNode$ViewNodeText
7944android.view.contentcapture.ViewNode$ViewStructureImpl
7945android.view.contentcapture.ViewNode
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08007946android.view.inputmethod.BaseInputConnection
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007947android.view.inputmethod.CompletionInfo$1
7948android.view.inputmethod.CompletionInfo
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07007949android.view.inputmethod.ComposingText
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007950android.view.inputmethod.CorrectionInfo$1
7951android.view.inputmethod.CorrectionInfo
7952android.view.inputmethod.CursorAnchorInfo$1
Andreas Gampedcad4ca2014-10-03 02:00:29 +00007953android.view.inputmethod.CursorAnchorInfo$Builder
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007954android.view.inputmethod.CursorAnchorInfo
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07007955android.view.inputmethod.EditorInfo$1
Calin Juravle00b23d32019-03-08 17:52:20 -08007956android.view.inputmethod.EditorInfo
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007957android.view.inputmethod.ExtractedText$1
Calin Juravle00b23d32019-03-08 17:52:20 -08007958android.view.inputmethod.ExtractedText
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007959android.view.inputmethod.ExtractedTextRequest$1
7960android.view.inputmethod.ExtractedTextRequest
art-benchmark-serviced60351b2020-04-11 17:55:40 -07007961android.view.inputmethod.InlineSuggestionsRequest$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08007962android.view.inputmethod.InlineSuggestionsRequest
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007963android.view.inputmethod.InputBinding$1
7964android.view.inputmethod.InputBinding
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07007965android.view.inputmethod.InputConnection
Calin Juravle4a054192018-05-29 17:52:20 -07007966android.view.inputmethod.InputConnectionInspector
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07007967android.view.inputmethod.InputConnectionWrapper
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007968android.view.inputmethod.InputContentInfo$1
7969android.view.inputmethod.InputContentInfo
7970android.view.inputmethod.InputMethod$SessionCallback
7971android.view.inputmethod.InputMethod
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007972android.view.inputmethod.InputMethodInfo$1
Calin Juravle00b23d32019-03-08 17:52:20 -08007973android.view.inputmethod.InputMethodInfo
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07007974android.view.inputmethod.InputMethodManager$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08007975android.view.inputmethod.InputMethodManager$DelegateImpl
Kenny Root9787b802013-04-26 12:53:57 -07007976android.view.inputmethod.InputMethodManager$FinishedInputEventCallback
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07007977android.view.inputmethod.InputMethodManager$H
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007978android.view.inputmethod.InputMethodManager$ImeInputEventSender
7979android.view.inputmethod.InputMethodManager$PendingEvent
Calin Juravle00b23d32019-03-08 17:52:20 -08007980android.view.inputmethod.InputMethodManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007981android.view.inputmethod.InputMethodSession$EventCallback
7982android.view.inputmethod.InputMethodSession
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007983android.view.inputmethod.InputMethodSubtype$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007984android.view.inputmethod.InputMethodSubtype$InputMethodSubtypeBuilder
Calin Juravle00b23d32019-03-08 17:52:20 -08007985android.view.inputmethod.InputMethodSubtype
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07007986android.view.inputmethod.InputMethodSubtypeArray
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007987android.view.textclassifier.ConversationAction$1
7988android.view.textclassifier.ConversationAction$Builder
7989android.view.textclassifier.ConversationAction
7990android.view.textclassifier.ConversationActions$1
7991android.view.textclassifier.ConversationActions$Message$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08007992android.view.textclassifier.ConversationActions$Message$Builder
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007993android.view.textclassifier.ConversationActions$Message
7994android.view.textclassifier.ConversationActions$Request$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08007995android.view.textclassifier.ConversationActions$Request$Builder
art-benchmark-serviced8f25642020-01-27 20:25:10 -08007996android.view.textclassifier.ConversationActions$Request
7997android.view.textclassifier.ConversationActions
Calin Juravle00b23d32019-03-08 17:52:20 -08007998android.view.textclassifier.EntityConfidence$1
7999android.view.textclassifier.EntityConfidence
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008000android.view.textclassifier.ExtrasUtils
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008001android.view.textclassifier.Log
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008002android.view.textclassifier.SelectionEvent$1
8003android.view.textclassifier.SelectionEvent
8004android.view.textclassifier.SelectionSessionLogger$SignatureParser
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07008005android.view.textclassifier.SelectionSessionLogger
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008006android.view.textclassifier.SystemTextClassifier$BlockingCallback
8007android.view.textclassifier.SystemTextClassifier$ResponseReceiver
Calin Juravle00b23d32019-03-08 17:52:20 -08008008android.view.textclassifier.SystemTextClassifier
art-benchmark-service13164882020-11-07 02:19:14 -08008009android.view.textclassifier.SystemTextClassifierMetadata$1
art-benchmark-serviced60351b2020-04-11 17:55:40 -07008010android.view.textclassifier.SystemTextClassifierMetadata
Calin Juravle00b23d32019-03-08 17:52:20 -08008011android.view.textclassifier.TextClassification$1
8012android.view.textclassifier.TextClassification$Builder
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008013android.view.textclassifier.TextClassification$Request$1
art-benchmark-serviced60351b2020-04-11 17:55:40 -07008014android.view.textclassifier.TextClassification$Request$Builder
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008015android.view.textclassifier.TextClassification$Request
Calin Juravle4a054192018-05-29 17:52:20 -07008016android.view.textclassifier.TextClassification
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07008017android.view.textclassifier.TextClassificationConstants
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008018android.view.textclassifier.TextClassificationContext$1
8019android.view.textclassifier.TextClassificationContext$Builder
8020android.view.textclassifier.TextClassificationContext
Calin Juravle00b23d32019-03-08 17:52:20 -08008021android.view.textclassifier.TextClassificationManager
art-benchmark-serviced60351b2020-04-11 17:55:40 -07008022android.view.textclassifier.TextClassificationSession$CleanerRunnable
8023android.view.textclassifier.TextClassificationSession$SelectionEventHelper
art-benchmark-serviced5115932020-02-25 17:55:03 -08008024android.view.textclassifier.TextClassificationSession
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07008025android.view.textclassifier.TextClassificationSessionFactory
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008026android.view.textclassifier.TextClassificationSessionId$1
8027android.view.textclassifier.TextClassificationSessionId
Calin Juravle00b23d32019-03-08 17:52:20 -08008028android.view.textclassifier.TextClassifier$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008029android.view.textclassifier.TextClassifier$EntityConfig$1
8030android.view.textclassifier.TextClassifier$EntityConfig$Builder
8031android.view.textclassifier.TextClassifier$EntityConfig
8032android.view.textclassifier.TextClassifier$Utils
Calin Juravle4a054192018-05-29 17:52:20 -07008033android.view.textclassifier.TextClassifier
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008034android.view.textclassifier.TextClassifierEvent$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08008035android.view.textclassifier.TextClassifierEvent$Builder
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008036android.view.textclassifier.TextClassifierEvent$ConversationActionsEvent$1
8037android.view.textclassifier.TextClassifierEvent$ConversationActionsEvent
8038android.view.textclassifier.TextClassifierEvent$LanguageDetectionEvent$1
8039android.view.textclassifier.TextClassifierEvent$LanguageDetectionEvent
8040android.view.textclassifier.TextClassifierEvent$TextLinkifyEvent$1
8041android.view.textclassifier.TextClassifierEvent$TextLinkifyEvent
8042android.view.textclassifier.TextClassifierEvent$TextSelectionEvent$1
8043android.view.textclassifier.TextClassifierEvent$TextSelectionEvent
8044android.view.textclassifier.TextClassifierEvent
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008045android.view.textclassifier.TextLanguage$1
8046android.view.textclassifier.TextLanguage$Builder
8047android.view.textclassifier.TextLanguage$Request$1
8048android.view.textclassifier.TextLanguage$Request$Builder
8049android.view.textclassifier.TextLanguage$Request
8050android.view.textclassifier.TextLanguage
art-benchmark-serviced60351b2020-04-11 17:55:40 -07008051android.view.textclassifier.TextLinks$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08008052android.view.textclassifier.TextLinks$Builder
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008053android.view.textclassifier.TextLinks$Request$1
8054android.view.textclassifier.TextLinks$Request
art-benchmark-serviced60351b2020-04-11 17:55:40 -07008055android.view.textclassifier.TextLinks$TextLink$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08008056android.view.textclassifier.TextLinks$TextLink
8057android.view.textclassifier.TextLinks$TextLinkSpan
8058android.view.textclassifier.TextLinks
Calin Juravle00b23d32019-03-08 17:52:20 -08008059android.view.textclassifier.TextSelection$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008060android.view.textclassifier.TextSelection$Request$1
8061android.view.textclassifier.TextSelection$Request
Calin Juravle4a054192018-05-29 17:52:20 -07008062android.view.textclassifier.TextSelection
art-benchmark-serviced60351b2020-04-11 17:55:40 -07008063android.view.textservice.SentenceSuggestionsInfo$1
8064android.view.textservice.SentenceSuggestionsInfo
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07008065android.view.textservice.SpellCheckerInfo$1
Calin Juravle00b23d32019-03-08 17:52:20 -08008066android.view.textservice.SpellCheckerInfo
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07008067android.view.textservice.SpellCheckerSession$InternalListener
8068android.view.textservice.SpellCheckerSession$SpellCheckerSessionListener
art-benchmark-serviced5115932020-02-25 17:55:03 -08008069android.view.textservice.SpellCheckerSession$SpellCheckerSessionListenerImpl$1
8070android.view.textservice.SpellCheckerSession$SpellCheckerSessionListenerImpl$SpellCheckerParams
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07008071android.view.textservice.SpellCheckerSession$SpellCheckerSessionListenerImpl
Calin Juravle00b23d32019-03-08 17:52:20 -08008072android.view.textservice.SpellCheckerSession
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07008073android.view.textservice.SpellCheckerSubtype$1
Calin Juravle00b23d32019-03-08 17:52:20 -08008074android.view.textservice.SpellCheckerSubtype
art-benchmark-serviced60351b2020-04-11 17:55:40 -07008075android.view.textservice.SuggestionsInfo$1
8076android.view.textservice.SuggestionsInfo
8077android.view.textservice.TextInfo$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08008078android.view.textservice.TextInfo
Andreas Gampe61e7b662015-06-17 23:57:04 -07008079android.view.textservice.TextServicesManager
Calin Juravle4a054192018-05-29 17:52:20 -07008080android.webkit.ConsoleMessage$MessageLevel
Calin Juravle00b23d32019-03-08 17:52:20 -08008081android.webkit.ConsoleMessage
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07008082android.webkit.CookieManager
8083android.webkit.CookieSyncManager
8084android.webkit.DownloadListener
art-benchmark-serviced60351b2020-04-11 17:55:40 -07008085android.webkit.FindAddress$ZipRange
8086android.webkit.FindAddress
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07008087android.webkit.GeolocationPermissions
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07008088android.webkit.IWebViewUpdateService$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08008089android.webkit.IWebViewUpdateService$Stub
8090android.webkit.IWebViewUpdateService
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07008091android.webkit.JavascriptInterface
art-benchmark-serviced5115932020-02-25 17:55:03 -08008092android.webkit.MimeTypeMap
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07008093android.webkit.ServiceWorkerClient
8094android.webkit.ServiceWorkerController
8095android.webkit.ServiceWorkerWebSettings
8096android.webkit.TokenBindingService
8097android.webkit.TracingController
Calin Juravle4a054192018-05-29 17:52:20 -07008098android.webkit.URLUtil
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008099android.webkit.UserPackage
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07008100android.webkit.ValueCallback
8101android.webkit.WebBackForwardList
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07008102android.webkit.WebChromeClient$CustomViewCallback
Calin Juravle00b23d32019-03-08 17:52:20 -08008103android.webkit.WebChromeClient
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07008104android.webkit.WebIconDatabase
8105android.webkit.WebMessage
8106android.webkit.WebMessagePort
art-benchmark-serviced5115932020-02-25 17:55:03 -08008107android.webkit.WebResourceError
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07008108android.webkit.WebResourceRequest
art-benchmark-serviced60351b2020-04-11 17:55:40 -07008109android.webkit.WebResourceResponse
art-benchmark-serviced5115932020-02-25 17:55:03 -08008110android.webkit.WebSettings$PluginState
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07008111android.webkit.WebSettings
8112android.webkit.WebStorage
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07008113android.webkit.WebSyncManager
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07008114android.webkit.WebView$FindListener
8115android.webkit.WebView$HitTestResult
8116android.webkit.WebView$PictureListener
8117android.webkit.WebView$PrivateAccess
8118android.webkit.WebView$VisualStateCallback
Calin Juravle00b23d32019-03-08 17:52:20 -08008119android.webkit.WebView
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07008120android.webkit.WebViewClient
8121android.webkit.WebViewDatabase
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07008122android.webkit.WebViewDelegate$1
8123android.webkit.WebViewDelegate$OnTraceEnabledChangeListener
Calin Juravle00b23d32019-03-08 17:52:20 -08008124android.webkit.WebViewDelegate
Andreas Gampe61e7b662015-06-17 23:57:04 -07008125android.webkit.WebViewFactory$MissingWebViewPackageException
Calin Juravle00b23d32019-03-08 17:52:20 -08008126android.webkit.WebViewFactory
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07008127android.webkit.WebViewFactoryProvider$Statics
Calin Juravle00b23d32019-03-08 17:52:20 -08008128android.webkit.WebViewFactoryProvider
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008129android.webkit.WebViewLibraryLoader$1
8130android.webkit.WebViewLibraryLoader$RelroFileCreator
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07008131android.webkit.WebViewLibraryLoader
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07008132android.webkit.WebViewProvider$ScrollDelegate
8133android.webkit.WebViewProvider$ViewDelegate
Calin Juravle00b23d32019-03-08 17:52:20 -08008134android.webkit.WebViewProvider
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008135android.webkit.WebViewProviderInfo$1
8136android.webkit.WebViewProviderInfo
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07008137android.webkit.WebViewProviderResponse$1
Calin Juravle00b23d32019-03-08 17:52:20 -08008138android.webkit.WebViewProviderResponse
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008139android.webkit.WebViewZygote
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008140android.widget.AbsListView$1
8141android.widget.AbsListView$2
Calin Juravle4a054192018-05-29 17:52:20 -07008142android.widget.AbsListView$3
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008143android.widget.AbsListView$4
art-benchmark-serviced5115932020-02-25 17:55:03 -08008144android.widget.AbsListView$AbsPositionScroller
Jesse Wilson80686182011-01-21 17:12:43 -08008145android.widget.AbsListView$AdapterDataSetObserver
art-benchmark-serviced5115932020-02-25 17:55:03 -08008146android.widget.AbsListView$CheckForLongPress
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008147android.widget.AbsListView$CheckForTap
Calin Juravle4a054192018-05-29 17:52:20 -07008148android.widget.AbsListView$FlingRunnable$1
Calin Juravle00b23d32019-03-08 17:52:20 -08008149android.widget.AbsListView$FlingRunnable
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07008150android.widget.AbsListView$LayoutParams
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008151android.widget.AbsListView$ListItemAccessibilityDelegate
art-benchmark-serviced5115932020-02-25 17:55:03 -08008152android.widget.AbsListView$MultiChoiceModeListener
8153android.widget.AbsListView$MultiChoiceModeWrapper
Jesse Wilson80686182011-01-21 17:12:43 -08008154android.widget.AbsListView$OnScrollListener
Calin Juravle4a054192018-05-29 17:52:20 -07008155android.widget.AbsListView$PerformClick
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07008156android.widget.AbsListView$RecycleBin
Calin Juravle4a054192018-05-29 17:52:20 -07008157android.widget.AbsListView$RecyclerListener
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07008158android.widget.AbsListView$SavedState$1
Calin Juravle00b23d32019-03-08 17:52:20 -08008159android.widget.AbsListView$SavedState
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008160android.widget.AbsListView$SelectionBoundsAdjuster
Calin Juravle4a054192018-05-29 17:52:20 -07008161android.widget.AbsListView$WindowRunnnable
Calin Juravle00b23d32019-03-08 17:52:20 -08008162android.widget.AbsListView
Andreas Gampe571fc302016-02-18 13:58:09 -08008163android.widget.AbsSeekBar
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07008164android.widget.AbsSpinner$RecycleBin
8165android.widget.AbsSpinner$SavedState$1
art-benchmark-serviced60351b2020-04-11 17:55:40 -07008166android.widget.AbsSpinner$SavedState
Calin Juravle00b23d32019-03-08 17:52:20 -08008167android.widget.AbsSpinner
art-benchmark-serviced5115932020-02-25 17:55:03 -08008168android.widget.AbsoluteLayout$LayoutParams
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07008169android.widget.AbsoluteLayout
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07008170android.widget.ActionMenuPresenter$1
8171android.widget.ActionMenuPresenter$2
art-benchmark-serviced5115932020-02-25 17:55:03 -08008172android.widget.ActionMenuPresenter$ActionButtonSubmenu
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008173android.widget.ActionMenuPresenter$ActionMenuPopupCallback
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07008174android.widget.ActionMenuPresenter$OverflowMenuButton$1
Calin Juravle00b23d32019-03-08 17:52:20 -08008175android.widget.ActionMenuPresenter$OverflowMenuButton
art-benchmark-serviced5115932020-02-25 17:55:03 -08008176android.widget.ActionMenuPresenter$OverflowPopup
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07008177android.widget.ActionMenuPresenter$PopupPresenterCallback
Calin Juravle00b23d32019-03-08 17:52:20 -08008178android.widget.ActionMenuPresenter
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07008179android.widget.ActionMenuView$ActionMenuChildView
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008180android.widget.ActionMenuView$ActionMenuPresenterCallback
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07008181android.widget.ActionMenuView$LayoutParams
8182android.widget.ActionMenuView$MenuBuilderCallback
8183android.widget.ActionMenuView$OnMenuItemClickListener
Calin Juravle00b23d32019-03-08 17:52:20 -08008184android.widget.ActionMenuView
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07008185android.widget.Adapter
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07008186android.widget.AdapterView$AdapterDataSetObserver
8187android.widget.AdapterView$OnItemClickListener
Jesse Wilson80686182011-01-21 17:12:43 -08008188android.widget.AdapterView$OnItemSelectedListener
art-benchmark-serviced5115932020-02-25 17:55:03 -08008189android.widget.AdapterView$SelectionNotifier
Calin Juravle00b23d32019-03-08 17:52:20 -08008190android.widget.AdapterView
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07008191android.widget.ArrayAdapter
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07008192android.widget.AutoCompleteTextView$DropDownItemClickListener
8193android.widget.AutoCompleteTextView$MyWatcher
8194android.widget.AutoCompleteTextView$PassThroughClickListener
art-benchmark-serviced5115932020-02-25 17:55:03 -08008195android.widget.AutoCompleteTextView$Validator
Calin Juravle00b23d32019-03-08 17:52:20 -08008196android.widget.AutoCompleteTextView
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08008197android.widget.BaseAdapter
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07008198android.widget.Button
Andreas Gampe571fc302016-02-18 13:58:09 -08008199android.widget.CheckBox
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07008200android.widget.Checkable
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07008201android.widget.CheckedTextView
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008202android.widget.Chronometer$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08008203android.widget.Chronometer$OnChronometerTickListener
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008204android.widget.Chronometer
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07008205android.widget.CompoundButton$OnCheckedChangeListener
art-benchmark-serviced60351b2020-04-11 17:55:40 -07008206android.widget.CompoundButton$SavedState$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08008207android.widget.CompoundButton$SavedState
Calin Juravle00b23d32019-03-08 17:52:20 -08008208android.widget.CompoundButton
art-benchmark-serviced60351b2020-04-11 17:55:40 -07008209android.widget.DateTimeView$ReceiverInfo$1
8210android.widget.DateTimeView$ReceiverInfo$2
8211android.widget.DateTimeView$ReceiverInfo
8212android.widget.DateTimeView
8213android.widget.DropDownListView
Dianne Hackborn6b57b7e2011-11-07 14:45:49 -08008214android.widget.EdgeEffect
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08008215android.widget.EditText
Andreas Gampe61e7b662015-06-17 23:57:04 -07008216android.widget.Editor$1
8217android.widget.Editor$2
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07008218android.widget.Editor$3
8219android.widget.Editor$5
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07008220android.widget.Editor$Blink
art-benchmark-serviced5115932020-02-25 17:55:03 -08008221android.widget.Editor$CorrectionHighlighter
Andreas Gampedcad4ca2014-10-03 02:00:29 +00008222android.widget.Editor$CursorAnchorInfoNotifier
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07008223android.widget.Editor$CursorController
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008224android.widget.Editor$EasyEditDeleteListener
8225android.widget.Editor$EasyEditPopupWindow
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07008226android.widget.Editor$EditOperation$1
Calin Juravle00b23d32019-03-08 17:52:20 -08008227android.widget.Editor$EditOperation
art-benchmark-serviced5115932020-02-25 17:55:03 -08008228android.widget.Editor$ErrorPopup
8229android.widget.Editor$HandleView
SangWook Hanfd9cb492012-08-12 19:46:51 +09008230android.widget.Editor$InputContentType
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07008231android.widget.Editor$InputMethodState
art-benchmark-serviced60351b2020-04-11 17:55:40 -07008232android.widget.Editor$InsertionHandleView$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08008233android.widget.Editor$InsertionHandleView
art-benchmark-serviced60351b2020-04-11 17:55:40 -07008234android.widget.Editor$InsertionPointCursorController$1
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07008235android.widget.Editor$InsertionPointCursorController
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07008236android.widget.Editor$MagnifierMotionAnimator
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008237android.widget.Editor$PinnedPopupWindow
Andreas Gampedcad4ca2014-10-03 02:00:29 +00008238android.widget.Editor$PositionListener
Andreas Gampe571fc302016-02-18 13:58:09 -08008239android.widget.Editor$ProcessTextIntentActionsHandler
art-benchmark-serviced5115932020-02-25 17:55:03 -08008240android.widget.Editor$SelectionHandleView
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07008241android.widget.Editor$SelectionModifierCursorController
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008242android.widget.Editor$SpanController$1
8243android.widget.Editor$SpanController$2
Andreas Gampedcad4ca2014-10-03 02:00:29 +00008244android.widget.Editor$SpanController
Andreas Gampe571fc302016-02-18 13:58:09 -08008245android.widget.Editor$SuggestionHelper$SuggestionSpanComparator
Calin Juravle00b23d32019-03-08 17:52:20 -08008246android.widget.Editor$SuggestionHelper
art-benchmark-serviced5115932020-02-25 17:55:03 -08008247android.widget.Editor$SuggestionsPopupWindow
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07008248android.widget.Editor$TextRenderNode
Andreas Gampedcad4ca2014-10-03 02:00:29 +00008249android.widget.Editor$TextViewPositionListener
Andreas Gampe61e7b662015-06-17 23:57:04 -07008250android.widget.Editor$UndoInputFilter
Calin Juravle00b23d32019-03-08 17:52:20 -08008251android.widget.Editor
art-benchmark-serviced5115932020-02-25 17:55:03 -08008252android.widget.EditorTouchState
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07008253android.widget.FastScroller$1
8254android.widget.FastScroller$2
8255android.widget.FastScroller$3
8256android.widget.FastScroller$4
8257android.widget.FastScroller$5
8258android.widget.FastScroller$6
art-benchmark-serviced5115932020-02-25 17:55:03 -08008259android.widget.FastScroller
art-benchmark-serviced60351b2020-04-11 17:55:40 -07008260android.widget.Filter$Delayer
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07008261android.widget.Filter$FilterListener
art-benchmark-serviced60351b2020-04-11 17:55:40 -07008262android.widget.Filter$FilterResults
8263android.widget.Filter$RequestArguments
8264android.widget.Filter$RequestHandler
art-benchmark-serviced5115932020-02-25 17:55:03 -08008265android.widget.Filter$ResultsHandler
Calin Juravle00b23d32019-03-08 17:52:20 -08008266android.widget.Filter
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07008267android.widget.Filterable
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07008268android.widget.ForwardingListener
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07008269android.widget.FrameLayout$LayoutParams
Calin Juravle00b23d32019-03-08 17:52:20 -08008270android.widget.FrameLayout
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07008271android.widget.GridLayout$1
8272android.widget.GridLayout$2
8273android.widget.GridLayout$3
8274android.widget.GridLayout$4
8275android.widget.GridLayout$5
8276android.widget.GridLayout$6
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008277android.widget.GridLayout$7$1
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07008278android.widget.GridLayout$7
8279android.widget.GridLayout$8
8280android.widget.GridLayout$Alignment
8281android.widget.GridLayout$Arc
8282android.widget.GridLayout$Assoc
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008283android.widget.GridLayout$Axis$1
8284android.widget.GridLayout$Axis
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07008285android.widget.GridLayout$Bounds
8286android.widget.GridLayout$Interval
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008287android.widget.GridLayout$LayoutParams
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07008288android.widget.GridLayout$MutableInt
8289android.widget.GridLayout$PackedMap
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008290android.widget.GridLayout$Spec
8291android.widget.GridLayout
Calin Juravle4a054192018-05-29 17:52:20 -07008292android.widget.HeaderViewListAdapter
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07008293android.widget.HorizontalScrollView$SavedState$1
Calin Juravle00b23d32019-03-08 17:52:20 -08008294android.widget.HorizontalScrollView$SavedState
8295android.widget.HorizontalScrollView
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07008296android.widget.ImageButton
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008297android.widget.ImageView$ImageDrawableCallback
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08008298android.widget.ImageView$ScaleType
Calin Juravle00b23d32019-03-08 17:52:20 -08008299android.widget.ImageView
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07008300android.widget.LinearLayout$LayoutParams
Calin Juravle00b23d32019-03-08 17:52:20 -08008301android.widget.LinearLayout
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07008302android.widget.ListAdapter
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07008303android.widget.ListPopupWindow$ListSelectorHider
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07008304android.widget.ListPopupWindow$PopupDataSetObserver
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07008305android.widget.ListPopupWindow$PopupScrollListener
8306android.widget.ListPopupWindow$PopupTouchInterceptor
8307android.widget.ListPopupWindow$ResizePopupRunnable
Calin Juravle00b23d32019-03-08 17:52:20 -08008308android.widget.ListPopupWindow
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07008309android.widget.ListView$ArrowScrollFocusResult
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07008310android.widget.ListView$FixedViewInfo
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008311android.widget.ListView$FocusSelector
Calin Juravle00b23d32019-03-08 17:52:20 -08008312android.widget.ListView
8313android.widget.Magnifier$Builder
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07008314android.widget.MediaController$MediaPlayerControl
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07008315android.widget.MultiAutoCompleteTextView$Tokenizer
Calin Juravle00b23d32019-03-08 17:52:20 -08008316android.widget.MultiAutoCompleteTextView
Jesse Wilson80686182011-01-21 17:12:43 -08008317android.widget.OverScroller$SplineOverScroller
Calin Juravle00b23d32019-03-08 17:52:20 -08008318android.widget.OverScroller
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008319android.widget.PopupMenu$1
8320android.widget.PopupMenu$2
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07008321android.widget.PopupMenu$OnMenuItemClickListener
Calin Juravle00b23d32019-03-08 17:52:20 -08008322android.widget.PopupMenu
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07008323android.widget.PopupWindow$1
8324android.widget.PopupWindow$2
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008325android.widget.PopupWindow$3
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07008326android.widget.PopupWindow$OnDismissListener
art-benchmark-serviced60351b2020-04-11 17:55:40 -07008327android.widget.PopupWindow$PopupBackgroundView
8328android.widget.PopupWindow$PopupDecorView$1$1
8329android.widget.PopupWindow$PopupDecorView$1
8330android.widget.PopupWindow$PopupDecorView$2
8331android.widget.PopupWindow$PopupDecorView$3
8332android.widget.PopupWindow$PopupDecorView$4
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07008333android.widget.PopupWindow$PopupDecorView
Calin Juravle00b23d32019-03-08 17:52:20 -08008334android.widget.PopupWindow
Andreas Gampe571fc302016-02-18 13:58:09 -08008335android.widget.ProgressBar$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008336android.widget.ProgressBar$ProgressTintInfo
8337android.widget.ProgressBar$RefreshData
8338android.widget.ProgressBar$RefreshProgressRunnable
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07008339android.widget.ProgressBar$SavedState$1
Calin Juravle00b23d32019-03-08 17:52:20 -08008340android.widget.ProgressBar$SavedState
8341android.widget.ProgressBar
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07008342android.widget.RadioButton
Calin Juravle4a054192018-05-29 17:52:20 -07008343android.widget.RadioGroup$OnCheckedChangeListener
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07008344android.widget.RatingBar
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08008345android.widget.RelativeLayout$DependencyGraph$Node
Calin Juravle00b23d32019-03-08 17:52:20 -08008346android.widget.RelativeLayout$DependencyGraph
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07008347android.widget.RelativeLayout$LayoutParams
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07008348android.widget.RelativeLayout$TopToBottomLeftToRightComparator
Calin Juravle00b23d32019-03-08 17:52:20 -08008349android.widget.RelativeLayout
Mathieu Chartierba2c0462017-05-19 16:41:46 -07008350android.widget.RemoteViews$1
8351android.widget.RemoteViews$2
Mathieu Chartierba2c0462017-05-19 16:41:46 -07008352android.widget.RemoteViews$Action
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008353android.widget.RemoteViews$ActionException
8354android.widget.RemoteViews$AsyncApplyTask
Mathieu Chartierba2c0462017-05-19 16:41:46 -07008355android.widget.RemoteViews$BitmapCache
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07008356android.widget.RemoteViews$BitmapReflectionAction
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07008357android.widget.RemoteViews$LayoutParamAction
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008358android.widget.RemoteViews$MethodArgs
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07008359android.widget.RemoteViews$MethodKey
art-benchmark-serviced5115932020-02-25 17:55:03 -08008360android.widget.RemoteViews$OnViewAppliedListener
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008361android.widget.RemoteViews$OverrideTextColorsAction
Mathieu Chartierba2c0462017-05-19 16:41:46 -07008362android.widget.RemoteViews$ReflectionAction
Calin Juravle00b23d32019-03-08 17:52:20 -08008363android.widget.RemoteViews$RemoteResponse
Andreas Gampe0db10fd2017-02-01 15:57:57 -08008364android.widget.RemoteViews$RemoteView
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008365android.widget.RemoteViews$RemoteViewsContextWrapper
8366android.widget.RemoteViews$RunnableAction
Mathieu Chartierba2c0462017-05-19 16:41:46 -07008367android.widget.RemoteViews$RuntimeAction
Sunny Goyal5b153922017-09-21 21:00:36 -07008368android.widget.RemoteViews$SetDrawableTint
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008369android.widget.RemoteViews$SetEmptyView
8370android.widget.RemoteViews$SetIntTagAction
Calin Juravle00b23d32019-03-08 17:52:20 -08008371android.widget.RemoteViews$SetOnClickResponse
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008372android.widget.RemoteViews$SetPendingIntentTemplate
8373android.widget.RemoteViews$SetRemoteInputsAction
8374android.widget.RemoteViews$SetRemoteViewsAdapterIntent
8375android.widget.RemoteViews$SetRemoteViewsAdapterList
8376android.widget.RemoteViews$SetRippleDrawableColor
8377android.widget.RemoteViews$TextViewDrawableAction
8378android.widget.RemoteViews$TextViewSizeAction
8379android.widget.RemoteViews$ViewContentNavigation
art-benchmark-serviced5115932020-02-25 17:55:03 -08008380android.widget.RemoteViews$ViewGroupActionAdd$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008381android.widget.RemoteViews$ViewGroupActionAdd
art-benchmark-serviced5115932020-02-25 17:55:03 -08008382android.widget.RemoteViews$ViewGroupActionRemove$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008383android.widget.RemoteViews$ViewGroupActionRemove
Calin Juravle4a054192018-05-29 17:52:20 -07008384android.widget.RemoteViews$ViewPaddingAction
art-benchmark-serviced5115932020-02-25 17:55:03 -08008385android.widget.RemoteViews$ViewTree
Calin Juravle00b23d32019-03-08 17:52:20 -08008386android.widget.RemoteViews
Jesse Wilson80686182011-01-21 17:12:43 -08008387android.widget.RemoteViewsAdapter$RemoteAdapterConnectionCallback
art-benchmark-serviced5115932020-02-25 17:55:03 -08008388android.widget.RemoteViewsAdapter
8389android.widget.RemoteViewsService
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07008390android.widget.RtlSpacingHelper
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08008391android.widget.ScrollBarDrawable
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07008392android.widget.ScrollView$SavedState$1
Calin Juravle00b23d32019-03-08 17:52:20 -08008393android.widget.ScrollView$SavedState
8394android.widget.ScrollView
Andreas Gampedcad4ca2014-10-03 02:00:29 +00008395android.widget.Scroller$ViscousFluidInterpolator
Calin Juravle00b23d32019-03-08 17:52:20 -08008396android.widget.Scroller
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07008397android.widget.SectionIndexer
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07008398android.widget.SeekBar$OnSeekBarChangeListener
Calin Juravle00b23d32019-03-08 17:52:20 -08008399android.widget.SeekBar
Calin Juravle4a054192018-05-29 17:52:20 -07008400android.widget.SelectionActionModeHelper$SelectionMetricsLogger
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07008401android.widget.SelectionActionModeHelper$SelectionTracker$LogAbandonRunnable
Calin Juravle00b23d32019-03-08 17:52:20 -08008402android.widget.SelectionActionModeHelper$SelectionTracker
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07008403android.widget.SelectionActionModeHelper$TextClassificationHelper
Calin Juravle00b23d32019-03-08 17:52:20 -08008404android.widget.SelectionActionModeHelper
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07008405android.widget.SmartSelectSprite
Andreas Gampe61e7b662015-06-17 23:57:04 -07008406android.widget.Space
art-benchmark-serviced60351b2020-04-11 17:55:40 -07008407android.widget.SpellChecker$1
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07008408android.widget.SpellChecker$SpellParser
Calin Juravle00b23d32019-03-08 17:52:20 -08008409android.widget.SpellChecker
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07008410android.widget.Spinner$1
art-benchmark-serviced60351b2020-04-11 17:55:40 -07008411android.widget.Spinner$DialogPopup
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07008412android.widget.Spinner$DropDownAdapter
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07008413android.widget.Spinner$DropdownPopup$1
Calin Juravle00b23d32019-03-08 17:52:20 -08008414android.widget.Spinner$DropdownPopup
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07008415android.widget.Spinner$SavedState$1
art-benchmark-serviced60351b2020-04-11 17:55:40 -07008416android.widget.Spinner$SavedState
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07008417android.widget.Spinner$SpinnerPopup
Calin Juravle00b23d32019-03-08 17:52:20 -08008418android.widget.Spinner
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07008419android.widget.SpinnerAdapter
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07008420android.widget.Switch$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008421android.widget.Switch
Calin Juravle4a054192018-05-29 17:52:20 -07008422android.widget.TableLayout$PassThroughHierarchyChangeListener
Calin Juravle00b23d32019-03-08 17:52:20 -08008423android.widget.TableLayout
Calin Juravle4a054192018-05-29 17:52:20 -07008424android.widget.TableRow$ChildrenTracker
Calin Juravle00b23d32019-03-08 17:52:20 -08008425android.widget.TableRow
art-benchmark-serviced60351b2020-04-11 17:55:40 -07008426android.widget.TextClock$1
8427android.widget.TextClock$2
8428android.widget.TextClock$FormatChangeObserver
8429android.widget.TextClock
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008430android.widget.TextView$1
Calin Juravle4a054192018-05-29 17:52:20 -07008431android.widget.TextView$2
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07008432android.widget.TextView$3
Calin Juravle4a054192018-05-29 17:52:20 -07008433android.widget.TextView$4
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07008434android.widget.TextView$BufferType
8435android.widget.TextView$ChangeWatcher
8436android.widget.TextView$CharWrapper
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07008437android.widget.TextView$Drawables
art-benchmark-serviced5115932020-02-25 17:55:03 -08008438android.widget.TextView$Marquee$1
8439android.widget.TextView$Marquee$2
8440android.widget.TextView$Marquee$3
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008441android.widget.TextView$Marquee
Jesse Wilson80686182011-01-21 17:12:43 -08008442android.widget.TextView$OnEditorActionListener
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07008443android.widget.TextView$SavedState$1
Calin Juravle00b23d32019-03-08 17:52:20 -08008444android.widget.TextView$SavedState
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07008445android.widget.TextView$TextAppearanceAttributes
Calin Juravle00b23d32019-03-08 17:52:20 -08008446android.widget.TextView
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07008447android.widget.ThemedSpinnerAdapter
art-benchmark-serviced5115932020-02-25 17:55:03 -08008448android.widget.Toast$Callback
8449android.widget.Toast$CallbackBinder
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008450android.widget.Toast$TN$1
8451android.widget.Toast$TN
Calin Juravle4a054192018-05-29 17:52:20 -07008452android.widget.Toast
art-benchmark-serviced60351b2020-04-11 17:55:40 -07008453android.widget.ToastPresenter
Calin Juravle4a054192018-05-29 17:52:20 -07008454android.widget.ToggleButton
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07008455android.widget.Toolbar$1
8456android.widget.Toolbar$2
8457android.widget.Toolbar$ExpandedActionViewMenuPresenter
8458android.widget.Toolbar$LayoutParams
8459android.widget.Toolbar$OnMenuItemClickListener
8460android.widget.Toolbar$SavedState$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008461android.widget.Toolbar$SavedState
Calin Juravle00b23d32019-03-08 17:52:20 -08008462android.widget.Toolbar
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07008463android.widget.ViewAnimator
art-benchmark-serviced60351b2020-04-11 17:55:40 -07008464android.widget.ViewFlipper$1
8465android.widget.ViewFlipper$2
8466android.widget.ViewFlipper
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07008467android.widget.ViewSwitcher
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07008468android.widget.WrapperListAdapter
art-benchmark-service13164882020-11-07 02:19:14 -08008469android.window.IWindowContainerToken$Stub$Proxy
8470android.window.IWindowContainerToken$Stub
8471android.window.IWindowContainerToken
art-benchmark-service0d6aafc2020-05-24 20:29:20 -07008472android.window.IWindowOrganizerController
art-benchmark-service13164882020-11-07 02:19:14 -08008473android.window.WindowContainerToken$1
art-benchmark-service0d6aafc2020-05-24 20:29:20 -07008474android.window.WindowContainerToken
art-benchmark-service13164882020-11-07 02:19:14 -08008475android.window.WindowContainerTransaction$1
8476android.window.WindowContainerTransaction$Change$1
8477android.window.WindowContainerTransaction$Change
8478android.window.WindowContainerTransaction
8479com.android.cellbroadcastservice.CellBroadcastStatsLog
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008480com.android.framework.protobuf.nano.CodedInputByteBufferNano
8481com.android.framework.protobuf.nano.CodedOutputByteBufferNano$OutOfSpaceException
8482com.android.framework.protobuf.nano.CodedOutputByteBufferNano
8483com.android.framework.protobuf.nano.InternalNano
8484com.android.framework.protobuf.nano.InvalidProtocolBufferNanoException
8485com.android.framework.protobuf.nano.MessageNano
8486com.android.framework.protobuf.nano.WireFormatNano
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07008487com.android.i18n.phonenumbers.AlternateFormatsCountryCodeSet
art-benchmark-service13164882020-11-07 02:19:14 -08008488com.android.i18n.phonenumbers.AsYouTypeFormatter
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07008489com.android.i18n.phonenumbers.CountryCodeToRegionCodeMap
8490com.android.i18n.phonenumbers.MetadataLoader
8491com.android.i18n.phonenumbers.MetadataManager$1
art-benchmark-service13164882020-11-07 02:19:14 -08008492com.android.i18n.phonenumbers.MetadataManager$SingleFileMetadataMaps
Calin Juravle00b23d32019-03-08 17:52:20 -08008493com.android.i18n.phonenumbers.MetadataManager
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07008494com.android.i18n.phonenumbers.MetadataSource
8495com.android.i18n.phonenumbers.MultiFileMetadataSourceImpl
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008496com.android.i18n.phonenumbers.NumberParseException$ErrorType
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07008497com.android.i18n.phonenumbers.NumberParseException
art-benchmark-serviced5115932020-02-25 17:55:03 -08008498com.android.i18n.phonenumbers.PhoneNumberMatch
art-benchmark-service13164882020-11-07 02:19:14 -08008499com.android.i18n.phonenumbers.PhoneNumberMatcher$NumberGroupingChecker
art-benchmark-serviced60351b2020-04-11 17:55:40 -07008500com.android.i18n.phonenumbers.PhoneNumberMatcher$State
8501com.android.i18n.phonenumbers.PhoneNumberMatcher
art-benchmark-service13164882020-11-07 02:19:14 -08008502com.android.i18n.phonenumbers.PhoneNumberToTimeZonesMapper$1
8503com.android.i18n.phonenumbers.PhoneNumberToTimeZonesMapper$LazyHolder
8504com.android.i18n.phonenumbers.PhoneNumberToTimeZonesMapper
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07008505com.android.i18n.phonenumbers.PhoneNumberUtil$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008506com.android.i18n.phonenumbers.PhoneNumberUtil$2
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07008507com.android.i18n.phonenumbers.PhoneNumberUtil$Leniency$1
8508com.android.i18n.phonenumbers.PhoneNumberUtil$Leniency$2
art-benchmark-service13164882020-11-07 02:19:14 -08008509com.android.i18n.phonenumbers.PhoneNumberUtil$Leniency$3$1
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07008510com.android.i18n.phonenumbers.PhoneNumberUtil$Leniency$3
art-benchmark-service13164882020-11-07 02:19:14 -08008511com.android.i18n.phonenumbers.PhoneNumberUtil$Leniency$4$1
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07008512com.android.i18n.phonenumbers.PhoneNumberUtil$Leniency$4
Calin Juravle00b23d32019-03-08 17:52:20 -08008513com.android.i18n.phonenumbers.PhoneNumberUtil$Leniency
art-benchmark-service13164882020-11-07 02:19:14 -08008514com.android.i18n.phonenumbers.PhoneNumberUtil$MatchType
Calin Juravle4a054192018-05-29 17:52:20 -07008515com.android.i18n.phonenumbers.PhoneNumberUtil$PhoneNumberFormat
8516com.android.i18n.phonenumbers.PhoneNumberUtil$PhoneNumberType
8517com.android.i18n.phonenumbers.PhoneNumberUtil$ValidationResult
Calin Juravle00b23d32019-03-08 17:52:20 -08008518com.android.i18n.phonenumbers.PhoneNumberUtil
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008519com.android.i18n.phonenumbers.Phonemetadata$NumberFormat$Builder
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07008520com.android.i18n.phonenumbers.Phonemetadata$NumberFormat
art-benchmark-service13164882020-11-07 02:19:14 -08008521com.android.i18n.phonenumbers.Phonemetadata$PhoneMetadata$Builder
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07008522com.android.i18n.phonenumbers.Phonemetadata$PhoneMetadata
art-benchmark-service13164882020-11-07 02:19:14 -08008523com.android.i18n.phonenumbers.Phonemetadata$PhoneMetadataCollection$Builder
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07008524com.android.i18n.phonenumbers.Phonemetadata$PhoneMetadataCollection
art-benchmark-service13164882020-11-07 02:19:14 -08008525com.android.i18n.phonenumbers.Phonemetadata$PhoneNumberDesc$Builder
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07008526com.android.i18n.phonenumbers.Phonemetadata$PhoneNumberDesc
art-benchmark-service13164882020-11-07 02:19:14 -08008527com.android.i18n.phonenumbers.Phonemetadata
Calin Juravle4a054192018-05-29 17:52:20 -07008528com.android.i18n.phonenumbers.Phonenumber$PhoneNumber$CountryCodeSource
Calin Juravle00b23d32019-03-08 17:52:20 -08008529com.android.i18n.phonenumbers.Phonenumber$PhoneNumber
art-benchmark-service13164882020-11-07 02:19:14 -08008530com.android.i18n.phonenumbers.Phonenumber
8531com.android.i18n.phonenumbers.ShortNumberInfo$1
8532com.android.i18n.phonenumbers.ShortNumberInfo$ShortNumberCost
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008533com.android.i18n.phonenumbers.ShortNumberInfo
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07008534com.android.i18n.phonenumbers.ShortNumbersRegionCodeSet
art-benchmark-service13164882020-11-07 02:19:14 -08008535com.android.i18n.phonenumbers.SingleFileMetadataSourceImpl
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008536com.android.i18n.phonenumbers.geocoding.PhoneNumberOfflineGeocoder
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07008537com.android.i18n.phonenumbers.internal.MatcherApi
8538com.android.i18n.phonenumbers.internal.RegexBasedMatcher
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07008539com.android.i18n.phonenumbers.internal.RegexCache$LRUCache$1
Calin Juravle00b23d32019-03-08 17:52:20 -08008540com.android.i18n.phonenumbers.internal.RegexCache$LRUCache
8541com.android.i18n.phonenumbers.internal.RegexCache
art-benchmark-service13164882020-11-07 02:19:14 -08008542com.android.i18n.phonenumbers.prefixmapper.DefaultMapStorage
8543com.android.i18n.phonenumbers.prefixmapper.FlyweightMapStorage
8544com.android.i18n.phonenumbers.prefixmapper.MappingFileProvider
8545com.android.i18n.phonenumbers.prefixmapper.PhonePrefixMap
8546com.android.i18n.phonenumbers.prefixmapper.PhonePrefixMapStorageStrategy
8547com.android.i18n.phonenumbers.prefixmapper.PrefixFileReader
8548com.android.i18n.phonenumbers.prefixmapper.PrefixTimeZonesMap
art-benchmark-service13164882020-11-07 02:19:14 -08008549com.android.i18n.timezone.CountryTimeZones$OffsetResult
8550com.android.i18n.timezone.CountryTimeZones$TimeZoneMapping
8551com.android.i18n.timezone.CountryTimeZones
8552com.android.i18n.timezone.CountryZonesFinder
8553com.android.i18n.timezone.DebugInfo$DebugEntry
8554com.android.i18n.timezone.DebugInfo
8555com.android.i18n.timezone.I18nModuleDebug
8556com.android.i18n.timezone.TelephonyLookup$1
8557com.android.i18n.timezone.TelephonyLookup$TelephonyNetworkProcessor
8558com.android.i18n.timezone.TelephonyLookup$TelephonyNetworkValidator
8559com.android.i18n.timezone.TelephonyLookup$TelephonyNetworksExtractor
8560com.android.i18n.timezone.TelephonyLookup
8561com.android.i18n.timezone.TelephonyNetwork$MccMnc
8562com.android.i18n.timezone.TelephonyNetwork
8563com.android.i18n.timezone.TelephonyNetworkFinder
8564com.android.i18n.timezone.TimeZoneDataFiles
8565com.android.i18n.timezone.TimeZoneFinder$1
8566com.android.i18n.timezone.TimeZoneFinder$CountryZonesLookupExtractor
8567com.android.i18n.timezone.TimeZoneFinder$IanaVersionExtractor
8568com.android.i18n.timezone.TimeZoneFinder$SelectiveCountryTimeZonesExtractor
8569com.android.i18n.timezone.TimeZoneFinder$TimeZonesProcessor
8570com.android.i18n.timezone.TimeZoneFinder$TimeZonesValidator
8571com.android.i18n.timezone.TimeZoneFinder
8572com.android.i18n.timezone.TzDataSetVersion$TzDataSetException
8573com.android.i18n.timezone.TzDataSetVersion
8574com.android.i18n.timezone.XmlUtils$ReaderSupplier
8575com.android.i18n.timezone.XmlUtils
8576com.android.i18n.timezone.ZoneInfoData
8577com.android.i18n.timezone.ZoneInfoDb$1
8578com.android.i18n.timezone.ZoneInfoDb
8579com.android.i18n.timezone.internal.BasicLruCache$1
8580com.android.i18n.timezone.internal.BasicLruCache$CacheMap
8581com.android.i18n.timezone.internal.BasicLruCache
8582com.android.i18n.timezone.internal.BufferIterator
8583com.android.i18n.timezone.internal.ByteBufferIterator
8584com.android.i18n.timezone.internal.Memory
8585com.android.i18n.timezone.internal.MemoryMappedFile
8586com.android.i18n.timezone.internal.NioBufferIterator
8587com.android.i18n.util.Log
art-benchmark-service56aece62020-02-10 17:58:03 -08008588com.android.icu.charset.CharsetDecoderICU
8589com.android.icu.charset.CharsetEncoderICU
8590com.android.icu.charset.CharsetICU
8591com.android.icu.charset.NativeConverter
art-benchmark-service13164882020-11-07 02:19:14 -08008592com.android.icu.text.DateSorterBridge
art-benchmark-service13164882020-11-07 02:19:14 -08008593com.android.icu.text.TimeZoneNamesNative
art-benchmark-service56aece62020-02-10 17:58:03 -08008594com.android.icu.util.CaseMapperNative
8595com.android.icu.util.Icu4cMetadata
8596com.android.icu.util.LocaleNative
8597com.android.icu.util.regex.MatcherNative
8598com.android.icu.util.regex.PatternNative
art-benchmark-service56aece62020-02-10 17:58:03 -08008599com.android.ims.FeatureConnection
art-benchmark-service13164882020-11-07 02:19:14 -08008600com.android.ims.FeatureConnector$1
art-benchmark-service56aece62020-02-10 17:58:03 -08008601com.android.ims.FeatureConnector$Listener
art-benchmark-service13164882020-11-07 02:19:14 -08008602com.android.ims.FeatureConnector$ManagerFactory
8603com.android.ims.FeatureConnector$UnavailableReason
art-benchmark-serviced5115932020-02-25 17:55:03 -08008604com.android.ims.FeatureConnector
art-benchmark-service13164882020-11-07 02:19:14 -08008605com.android.ims.FeatureUpdates
8606com.android.ims.ImsCall$ImsCallSessionListenerProxy
art-benchmark-service56aece62020-02-10 17:58:03 -08008607com.android.ims.ImsCall$Listener
8608com.android.ims.ImsCall
art-benchmark-service13164882020-11-07 02:19:14 -08008609com.android.ims.ImsCallbackAdapterManager$1
art-benchmark-service56aece62020-02-10 17:58:03 -08008610com.android.ims.ImsCallbackAdapterManager
art-benchmark-service0d6aafc2020-05-24 20:29:20 -07008611com.android.ims.ImsConfig
art-benchmark-service13164882020-11-07 02:19:14 -08008612com.android.ims.ImsConfigListener$Stub$Proxy
art-benchmark-service0d6aafc2020-05-24 20:29:20 -07008613com.android.ims.ImsConfigListener$Stub
8614com.android.ims.ImsConfigListener
art-benchmark-service13164882020-11-07 02:19:14 -08008615com.android.ims.ImsConnectionStateListener
art-benchmark-service56aece62020-02-10 17:58:03 -08008616com.android.ims.ImsEcbm$ImsEcbmListenerProxy
8617com.android.ims.ImsEcbm
8618com.android.ims.ImsEcbmStateListener
art-benchmark-service0d6aafc2020-05-24 20:29:20 -07008619com.android.ims.ImsException
art-benchmark-service56aece62020-02-10 17:58:03 -08008620com.android.ims.ImsExternalCallStateListener
art-benchmark-service13164882020-11-07 02:19:14 -08008621com.android.ims.ImsFeatureBinderRepository$ListenerContainer
8622com.android.ims.ImsFeatureBinderRepository$UpdateMapper
8623com.android.ims.ImsFeatureBinderRepository
8624com.android.ims.ImsManager$1
art-benchmark-service56aece62020-02-10 17:58:03 -08008625com.android.ims.ImsManager$2
art-benchmark-service13164882020-11-07 02:19:14 -08008626com.android.ims.ImsManager$DefaultSubscriptionManagerProxy
8627com.android.ims.ImsManager$InstanceManager
8628com.android.ims.ImsManager$LazyExecutor
8629com.android.ims.ImsManager$MmTelFeatureConnectionFactory
8630com.android.ims.ImsManager$SubscriptionManagerProxy
art-benchmark-service56aece62020-02-10 17:58:03 -08008631com.android.ims.ImsManager
8632com.android.ims.ImsMultiEndpoint$ImsExternalCallStateListenerProxy
8633com.android.ims.ImsMultiEndpoint
art-benchmark-service13164882020-11-07 02:19:14 -08008634com.android.ims.ImsServiceClass
art-benchmark-service56aece62020-02-10 17:58:03 -08008635com.android.ims.ImsUt$IImsUtListenerProxy
8636com.android.ims.ImsUt
art-benchmark-service0d6aafc2020-05-24 20:29:20 -07008637com.android.ims.ImsUtInterface
art-benchmark-service56aece62020-02-10 17:58:03 -08008638com.android.ims.MmTelFeatureConnection$CapabilityCallbackManager
8639com.android.ims.MmTelFeatureConnection$ImsRegistrationCallbackAdapter
8640com.android.ims.MmTelFeatureConnection$ProvisioningCallbackManager
8641com.android.ims.MmTelFeatureConnection
art-benchmark-service13164882020-11-07 02:19:14 -08008642com.android.ims.Preconditions
8643com.android.ims.RcsFeatureConnection$AvailabilityCallbackManager
8644com.android.ims.RcsFeatureConnection$RegistrationCallbackManager
8645com.android.ims.RcsFeatureConnection
8646com.android.ims.RcsFeatureManager$1
8647com.android.ims.RcsFeatureManager$2
art-benchmark-service13164882020-11-07 02:19:14 -08008648com.android.ims.RcsFeatureManager$SubscriptionManagerProxy
8649com.android.ims.RcsFeatureManager
8650com.android.ims.RcsPresenceInfo$1
8651com.android.ims.RcsPresenceInfo$ServiceInfoKey
8652com.android.ims.RcsPresenceInfo$ServiceState
8653com.android.ims.RcsPresenceInfo$ServiceType
8654com.android.ims.RcsPresenceInfo$VolteStatus
8655com.android.ims.RcsPresenceInfo
art-benchmark-serviced5115932020-02-25 17:55:03 -08008656com.android.ims.Registrant
art-benchmark-service13164882020-11-07 02:19:14 -08008657com.android.ims.RegistrantList
8658com.android.ims.ResultCode
8659com.android.ims.SomeArgs
art-benchmark-service13164882020-11-07 02:19:14 -08008660com.android.ims.internal.ConferenceParticipant$1
8661com.android.ims.internal.ConferenceParticipant
8662com.android.ims.internal.ContactNumberUtils
art-benchmark-service56aece62020-02-10 17:58:03 -08008663com.android.ims.internal.ICall
art-benchmark-service13164882020-11-07 02:19:14 -08008664com.android.ims.internal.IImsCallSession$Stub
art-benchmark-service0d6aafc2020-05-24 20:29:20 -07008665com.android.ims.internal.IImsCallSession
art-benchmark-service13164882020-11-07 02:19:14 -08008666com.android.ims.internal.IImsEcbm$Stub$Proxy
art-benchmark-service0d6aafc2020-05-24 20:29:20 -07008667com.android.ims.internal.IImsEcbm$Stub
8668com.android.ims.internal.IImsEcbm
art-benchmark-service13164882020-11-07 02:19:14 -08008669com.android.ims.internal.IImsEcbmListener$Stub$Proxy
art-benchmark-service0d6aafc2020-05-24 20:29:20 -07008670com.android.ims.internal.IImsEcbmListener$Stub
8671com.android.ims.internal.IImsEcbmListener
art-benchmark-service13164882020-11-07 02:19:14 -08008672com.android.ims.internal.IImsExternalCallStateListener$Stub$Proxy
art-benchmark-service0d6aafc2020-05-24 20:29:20 -07008673com.android.ims.internal.IImsExternalCallStateListener$Stub
8674com.android.ims.internal.IImsExternalCallStateListener
art-benchmark-serviced5115932020-02-25 17:55:03 -08008675com.android.ims.internal.IImsFeatureStatusCallback$Stub$Proxy
art-benchmark-service0d6aafc2020-05-24 20:29:20 -07008676com.android.ims.internal.IImsFeatureStatusCallback$Stub
8677com.android.ims.internal.IImsFeatureStatusCallback
art-benchmark-service13164882020-11-07 02:19:14 -08008678com.android.ims.internal.IImsMultiEndpoint$Stub$Proxy
art-benchmark-service0d6aafc2020-05-24 20:29:20 -07008679com.android.ims.internal.IImsMultiEndpoint$Stub
8680com.android.ims.internal.IImsMultiEndpoint
art-benchmark-service13164882020-11-07 02:19:14 -08008681com.android.ims.internal.IImsRegistrationListener$Stub
8682com.android.ims.internal.IImsRegistrationListener
art-benchmark-service0d6aafc2020-05-24 20:29:20 -07008683com.android.ims.internal.IImsServiceFeatureCallback$Stub$Proxy
8684com.android.ims.internal.IImsServiceFeatureCallback$Stub
8685com.android.ims.internal.IImsServiceFeatureCallback
art-benchmark-service13164882020-11-07 02:19:14 -08008686com.android.ims.internal.IImsUt$Stub$Proxy
art-benchmark-service0d6aafc2020-05-24 20:29:20 -07008687com.android.ims.internal.IImsUt$Stub
8688com.android.ims.internal.IImsUt
art-benchmark-service13164882020-11-07 02:19:14 -08008689com.android.ims.internal.IImsUtListener$Stub$Proxy
art-benchmark-service0d6aafc2020-05-24 20:29:20 -07008690com.android.ims.internal.IImsUtListener$Stub
8691com.android.ims.internal.IImsUtListener
art-benchmark-service13164882020-11-07 02:19:14 -08008692com.android.ims.internal.IImsVideoCallCallback$Stub
8693com.android.ims.internal.IImsVideoCallCallback
8694com.android.ims.internal.ImsStreamMediaSession$Listener
8695com.android.ims.internal.ImsStreamMediaSession
8696com.android.ims.internal.ImsVideoCallProviderWrapper$1
8697com.android.ims.internal.ImsVideoCallProviderWrapper$2
8698com.android.ims.internal.ImsVideoCallProviderWrapper$ImsVideoCallCallback
art-benchmark-service56aece62020-02-10 17:58:03 -08008699com.android.ims.internal.ImsVideoCallProviderWrapper$ImsVideoProviderWrapperCallback
art-benchmark-service13164882020-11-07 02:19:14 -08008700com.android.ims.internal.ImsVideoCallProviderWrapper
8701com.android.ims.internal.Logger
8702com.android.ims.internal.VideoPauseTracker
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008703com.android.ims.internal.uce.UceServiceBase$UceServiceBinder
8704com.android.ims.internal.uce.UceServiceBase
art-benchmark-serviced5115932020-02-25 17:55:03 -08008705com.android.ims.internal.uce.common.CapInfo$1
8706com.android.ims.internal.uce.common.CapInfo
8707com.android.ims.internal.uce.common.StatusCode$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008708com.android.ims.internal.uce.common.UceLong$1
8709com.android.ims.internal.uce.common.UceLong
8710com.android.ims.internal.uce.options.IOptionsListener$Stub$Proxy
8711com.android.ims.internal.uce.options.IOptionsListener$Stub
8712com.android.ims.internal.uce.options.IOptionsListener
art-benchmark-serviced5115932020-02-25 17:55:03 -08008713com.android.ims.internal.uce.options.IOptionsService
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008714com.android.ims.internal.uce.presence.IPresenceListener$Stub$Proxy
8715com.android.ims.internal.uce.presence.IPresenceListener$Stub
8716com.android.ims.internal.uce.presence.IPresenceListener
art-benchmark-serviced5115932020-02-25 17:55:03 -08008717com.android.ims.internal.uce.presence.IPresenceService$Stub
8718com.android.ims.internal.uce.presence.IPresenceService
8719com.android.ims.internal.uce.presence.PresCapInfo$1
8720com.android.ims.internal.uce.presence.PresCmdId$1
8721com.android.ims.internal.uce.presence.PresCmdStatus$1
8722com.android.ims.internal.uce.presence.PresPublishTriggerType$1
8723com.android.ims.internal.uce.presence.PresSipResponse$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008724com.android.ims.internal.uce.uceservice.IUceListener$Stub$Proxy
8725com.android.ims.internal.uce.uceservice.IUceListener$Stub
8726com.android.ims.internal.uce.uceservice.IUceListener
8727com.android.ims.internal.uce.uceservice.IUceService$Stub
8728com.android.ims.internal.uce.uceservice.IUceService
art-benchmark-service13164882020-11-07 02:19:14 -08008729com.android.ims.rcs.uce.ControllerBase
art-benchmark-service13164882020-11-07 02:19:14 -08008730com.android.ims.rcs.uce.UceController$1
8731com.android.ims.rcs.uce.UceController$ControllerFactory
art-benchmark-service13164882020-11-07 02:19:14 -08008732com.android.ims.rcs.uce.UceController$UceControllerCallback
8733com.android.ims.rcs.uce.UceController
art-benchmark-service13164882020-11-07 02:19:14 -08008734com.android.ims.rcs.uce.eab.EabCapabilityResult
8735com.android.ims.rcs.uce.eab.EabController
8736com.android.ims.rcs.uce.options.OptionsController
8737com.android.ims.rcs.uce.presence.pidfparser.ElementBase
8738com.android.ims.rcs.uce.presence.pidfparser.PidfParser
8739com.android.ims.rcs.uce.presence.pidfparser.PidfParserConstant
art-benchmark-service13164882020-11-07 02:19:14 -08008740com.android.ims.rcs.uce.presence.pidfparser.capabilities.Audio
8741com.android.ims.rcs.uce.presence.pidfparser.capabilities.CapsConstant
8742com.android.ims.rcs.uce.presence.pidfparser.capabilities.Duplex$DuplexType
8743com.android.ims.rcs.uce.presence.pidfparser.capabilities.Duplex
8744com.android.ims.rcs.uce.presence.pidfparser.capabilities.ServiceCaps
8745com.android.ims.rcs.uce.presence.pidfparser.capabilities.Video
8746com.android.ims.rcs.uce.presence.pidfparser.omapres.Description
8747com.android.ims.rcs.uce.presence.pidfparser.omapres.OmaPresConstant
8748com.android.ims.rcs.uce.presence.pidfparser.omapres.ServiceDescription
8749com.android.ims.rcs.uce.presence.pidfparser.omapres.ServiceId
8750com.android.ims.rcs.uce.presence.pidfparser.omapres.Version
8751com.android.ims.rcs.uce.presence.pidfparser.pidf.Basic$BasicValue
8752com.android.ims.rcs.uce.presence.pidfparser.pidf.Basic
8753com.android.ims.rcs.uce.presence.pidfparser.pidf.Contact
8754com.android.ims.rcs.uce.presence.pidfparser.pidf.Note
8755com.android.ims.rcs.uce.presence.pidfparser.pidf.PidfConstant
8756com.android.ims.rcs.uce.presence.pidfparser.pidf.Presence
8757com.android.ims.rcs.uce.presence.pidfparser.pidf.Status
art-benchmark-service13164882020-11-07 02:19:14 -08008758com.android.ims.rcs.uce.presence.pidfparser.pidf.Tuple
art-benchmark-service84deab32021-05-12 09:41:00 -07008759com.android.ims.rcs.uce.presence.publish.DeviceCapabilityInfo
8760com.android.ims.rcs.uce.presence.publish.DeviceCapabilityListener$1
8761com.android.ims.rcs.uce.presence.publish.DeviceCapabilityListener$2
8762com.android.ims.rcs.uce.presence.publish.DeviceCapabilityListener$3
8763com.android.ims.rcs.uce.presence.publish.DeviceCapabilityListener$4
8764com.android.ims.rcs.uce.presence.publish.DeviceCapabilityListener$5
8765com.android.ims.rcs.uce.presence.publish.DeviceCapabilityListener$6
8766com.android.ims.rcs.uce.presence.publish.DeviceCapabilityListener$7
8767com.android.ims.rcs.uce.presence.publish.DeviceCapabilityListener$ImsMmTelManagerFactory
8768com.android.ims.rcs.uce.presence.publish.DeviceCapabilityListener$ImsRcsManagerFactory
8769com.android.ims.rcs.uce.presence.publish.DeviceCapabilityListener$ProvisioningManagerFactory
8770com.android.ims.rcs.uce.presence.publish.DeviceCapabilityListener
8771com.android.ims.rcs.uce.presence.publish.PublishController$PublishControllerCallback
8772com.android.ims.rcs.uce.presence.publish.PublishController$PublishTriggerType
art-benchmark-service13164882020-11-07 02:19:14 -08008773com.android.ims.rcs.uce.presence.publish.PublishController
art-benchmark-service84deab32021-05-12 09:41:00 -07008774com.android.ims.rcs.uce.presence.publish.PublishControllerImpl$1
8775com.android.ims.rcs.uce.presence.publish.PublishControllerImpl$DeviceCapListenerFactory
8776com.android.ims.rcs.uce.presence.publish.PublishControllerImpl$PublishHandler
8777com.android.ims.rcs.uce.presence.publish.PublishControllerImpl$PublishProcessorFactory
8778com.android.ims.rcs.uce.presence.publish.PublishControllerImpl
8779com.android.ims.rcs.uce.presence.publish.PublishProcessor
8780com.android.ims.rcs.uce.presence.publish.PublishUtils
art-benchmark-service13164882020-11-07 02:19:14 -08008781com.android.ims.rcs.uce.presence.subscribe.SubscribeController
8782com.android.ims.rcs.uce.util.NetworkSipCode
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08008783com.android.internal.R$styleable
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008784com.android.internal.accessibility.AccessibilityShortcutController$1
8785com.android.internal.accessibility.AccessibilityShortcutController$FrameworkObjectProvider
8786com.android.internal.accessibility.AccessibilityShortcutController$ToggleableFrameworkFeatureInfo
8787com.android.internal.accessibility.AccessibilityShortcutController
art-benchmark-serviced5115932020-02-25 17:55:03 -08008788com.android.internal.alsa.AlsaCardsParser$AlsaCardRecord
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008789com.android.internal.alsa.AlsaCardsParser
8790com.android.internal.alsa.LineTokenizer
art-benchmark-serviced5115932020-02-25 17:55:03 -08008791com.android.internal.app.AlertActivity
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008792com.android.internal.app.AlertController$1
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07008793com.android.internal.app.AlertController$AlertParams
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008794com.android.internal.app.AlertController$ButtonHandler
8795com.android.internal.app.AlertController$RecycleListView
Calin Juravle00b23d32019-03-08 17:52:20 -08008796com.android.internal.app.AlertController
8797com.android.internal.app.AssistUtils
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008798com.android.internal.app.IAppOpsActiveCallback$Stub$Proxy
8799com.android.internal.app.IAppOpsActiveCallback$Stub
8800com.android.internal.app.IAppOpsActiveCallback
art-benchmark-serviced5115932020-02-25 17:55:03 -08008801com.android.internal.app.IAppOpsAsyncNotedCallback$Stub$Proxy
8802com.android.internal.app.IAppOpsAsyncNotedCallback$Stub
8803com.android.internal.app.IAppOpsAsyncNotedCallback
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008804com.android.internal.app.IAppOpsCallback$Stub$Proxy
Andreas Gampecbcb9e32016-06-03 17:24:05 -07008805com.android.internal.app.IAppOpsCallback$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08008806com.android.internal.app.IAppOpsCallback
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008807com.android.internal.app.IAppOpsNotedCallback$Stub$Proxy
8808com.android.internal.app.IAppOpsNotedCallback$Stub
8809com.android.internal.app.IAppOpsNotedCallback
Andreas Gampedcad4ca2014-10-03 02:00:29 +00008810com.android.internal.app.IAppOpsService$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08008811com.android.internal.app.IAppOpsService$Stub
8812com.android.internal.app.IAppOpsService
art-benchmark-service13164882020-11-07 02:19:14 -08008813com.android.internal.app.IAppOpsStartedCallback$Stub
8814com.android.internal.app.IAppOpsStartedCallback
Andreas Gampe0db10fd2017-02-01 15:57:57 -08008815com.android.internal.app.IBatteryStats$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08008816com.android.internal.app.IBatteryStats$Stub
8817com.android.internal.app.IBatteryStats
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008818com.android.internal.app.ISoundTriggerService$Stub
8819com.android.internal.app.ISoundTriggerService
8820com.android.internal.app.IVoiceActionCheckCallback$Stub$Proxy
8821com.android.internal.app.IVoiceActionCheckCallback$Stub
8822com.android.internal.app.IVoiceActionCheckCallback
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07008823com.android.internal.app.IVoiceInteractionManagerService$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08008824com.android.internal.app.IVoiceInteractionManagerService$Stub
8825com.android.internal.app.IVoiceInteractionManagerService
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008826com.android.internal.app.IVoiceInteractionSessionListener$Stub$Proxy
8827com.android.internal.app.IVoiceInteractionSessionListener$Stub
8828com.android.internal.app.IVoiceInteractionSessionListener
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07008829com.android.internal.app.IVoiceInteractionSessionShowCallback$Stub$Proxy
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008830com.android.internal.app.IVoiceInteractionSessionShowCallback$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08008831com.android.internal.app.IVoiceInteractionSessionShowCallback
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008832com.android.internal.app.IVoiceInteractor$Stub$Proxy
Andreas Gampedcad4ca2014-10-03 02:00:29 +00008833com.android.internal.app.IVoiceInteractor$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08008834com.android.internal.app.IVoiceInteractor
art-benchmark-serviced5115932020-02-25 17:55:03 -08008835com.android.internal.app.IntentForwarderActivity
art-benchmark-servicead05a302020-03-17 09:46:02 -07008836com.android.internal.app.MessageSamplingConfig$1
8837com.android.internal.app.MessageSamplingConfig
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008838com.android.internal.app.MicroAlertController
art-benchmark-serviced5115932020-02-25 17:55:03 -08008839com.android.internal.app.NetInitiatedActivity
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008840com.android.internal.app.ProcessMap
8841com.android.internal.app.ResolverActivity$ActionTitle
8842com.android.internal.app.ResolverActivity
8843com.android.internal.app.ResolverListAdapter$ResolverListCommunicator
8844com.android.internal.app.ToolbarActionBar
art-benchmark-serviced5115932020-02-25 17:55:03 -08008845com.android.internal.app.WindowDecorActionBar$1
8846com.android.internal.app.WindowDecorActionBar$2
8847com.android.internal.app.WindowDecorActionBar$3
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008848com.android.internal.app.WindowDecorActionBar
art-benchmark-serviced5115932020-02-25 17:55:03 -08008849com.android.internal.app.procstats.AssociationState$SourceDumpContainer
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008850com.android.internal.app.procstats.AssociationState$SourceKey
8851com.android.internal.app.procstats.AssociationState$SourceState
8852com.android.internal.app.procstats.AssociationState
8853com.android.internal.app.procstats.DumpUtils
8854com.android.internal.app.procstats.DurationsTable
8855com.android.internal.app.procstats.IProcessStats$Stub$Proxy
8856com.android.internal.app.procstats.IProcessStats$Stub
8857com.android.internal.app.procstats.IProcessStats
8858com.android.internal.app.procstats.ProcessState$1
8859com.android.internal.app.procstats.ProcessState$PssAggr
8860com.android.internal.app.procstats.ProcessState
8861com.android.internal.app.procstats.ProcessStats$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08008862com.android.internal.app.procstats.ProcessStats$AssociationDumpContainer
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008863com.android.internal.app.procstats.ProcessStats$PackageState
art-benchmark-serviced5115932020-02-25 17:55:03 -08008864com.android.internal.app.procstats.ProcessStats$ProcessDataCollection
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008865com.android.internal.app.procstats.ProcessStats$ProcessStateHolder
8866com.android.internal.app.procstats.ProcessStats$TotalMemoryUseCollection
8867com.android.internal.app.procstats.ProcessStats
8868com.android.internal.app.procstats.PssTable
8869com.android.internal.app.procstats.ServiceState
8870com.android.internal.app.procstats.SparseMappingTable$Table
8871com.android.internal.app.procstats.SparseMappingTable
8872com.android.internal.app.procstats.SysMemUsageTable
8873com.android.internal.appwidget.IAppWidgetHost$Stub$Proxy
8874com.android.internal.appwidget.IAppWidgetHost$Stub
8875com.android.internal.appwidget.IAppWidgetHost
Mathieu Chartierba2c0462017-05-19 16:41:46 -07008876com.android.internal.appwidget.IAppWidgetService$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08008877com.android.internal.appwidget.IAppWidgetService$Stub
8878com.android.internal.appwidget.IAppWidgetService
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008879com.android.internal.backup.IBackupTransport$Stub$Proxy
Calin Juravle4a054192018-05-29 17:52:20 -07008880com.android.internal.backup.IBackupTransport$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08008881com.android.internal.backup.IBackupTransport
art-benchmark-serviced5115932020-02-25 17:55:03 -08008882com.android.internal.colorextraction.ColorExtractor$GradientColors
art-benchmark-serviced60351b2020-04-11 17:55:40 -07008883com.android.internal.colorextraction.ColorExtractor$LoadWallpaperColors
8884com.android.internal.colorextraction.ColorExtractor$OnColorsChangedListener
8885com.android.internal.colorextraction.ColorExtractor
art-benchmark-serviced5115932020-02-25 17:55:03 -08008886com.android.internal.colorextraction.types.ExtractionType
8887com.android.internal.colorextraction.types.Tonal$ConfigParser
8888com.android.internal.colorextraction.types.Tonal$TonalPalette
8889com.android.internal.colorextraction.types.Tonal
art-benchmark-serviced60351b2020-04-11 17:55:40 -07008890com.android.internal.compat.AndroidBuildClassifier
art-benchmark-serviced5115932020-02-25 17:55:03 -08008891com.android.internal.compat.ChangeReporter$ChangeReport
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008892com.android.internal.compat.ChangeReporter
art-benchmark-serviced60351b2020-04-11 17:55:40 -07008893com.android.internal.compat.CompatibilityChangeConfig$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08008894com.android.internal.compat.CompatibilityChangeConfig
8895com.android.internal.compat.CompatibilityChangeInfo$1
8896com.android.internal.compat.CompatibilityChangeInfo
art-benchmark-serviced60351b2020-04-11 17:55:40 -07008897com.android.internal.compat.IOverrideValidator$Stub
art-benchmark-serviced5115932020-02-25 17:55:03 -08008898com.android.internal.compat.IOverrideValidator
8899com.android.internal.compat.IPlatformCompat$Stub$Proxy
8900com.android.internal.compat.IPlatformCompat$Stub
8901com.android.internal.compat.IPlatformCompat
8902com.android.internal.compat.IPlatformCompatNative$Stub
8903com.android.internal.compat.IPlatformCompatNative
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008904com.android.internal.content.NativeLibraryHelper$Handle
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04008905com.android.internal.content.NativeLibraryHelper
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008906com.android.internal.content.PackageHelper$1
8907com.android.internal.content.PackageHelper$TestableInterface
8908com.android.internal.content.PackageHelper
Calin Juravle00b23d32019-03-08 17:52:20 -08008909com.android.internal.content.PackageMonitor
Andreas Gampe61e7b662015-06-17 23:57:04 -07008910com.android.internal.content.ReferrerIntent$1
Calin Juravle00b23d32019-03-08 17:52:20 -08008911com.android.internal.content.ReferrerIntent
art-benchmark-servicead05a302020-03-17 09:46:02 -07008912com.android.internal.content.om.OverlayConfig$Configuration
8913com.android.internal.content.om.OverlayConfig$IdmapInvocation
8914com.android.internal.content.om.OverlayConfig
8915com.android.internal.content.om.OverlayConfigParser$OverlayPartition
8916com.android.internal.content.om.OverlayConfigParser$ParsedConfiguration
8917com.android.internal.content.om.OverlayConfigParser
8918com.android.internal.content.om.OverlayScanner$ParsedOverlayInfo
8919com.android.internal.content.om.OverlayScanner
art-benchmark-service56aece62020-02-10 17:58:03 -08008920com.android.internal.database.SortCursor
art-benchmark-serviced5115932020-02-25 17:55:03 -08008921com.android.internal.graphics.ColorUtils$ContrastCalculator
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008922com.android.internal.graphics.ColorUtils
8923com.android.internal.graphics.SfVsyncFrameCallbackProvider
Andreas Gampe0db10fd2017-02-01 15:57:57 -08008924com.android.internal.graphics.drawable.AnimationScaleListDrawable$AnimationScaleListState
Calin Juravle00b23d32019-03-08 17:52:20 -08008925com.android.internal.graphics.drawable.AnimationScaleListDrawable
Calin Juravle00b23d32019-03-08 17:52:20 -08008926com.android.internal.infra.AbstractMultiplePendingRequestsRemoteService
art-benchmark-serviced5115932020-02-25 17:55:03 -08008927com.android.internal.infra.AbstractRemoteService$AsyncRequest
Calin Juravle36829e52019-04-10 19:07:47 -07008928com.android.internal.infra.AbstractRemoteService$BasePendingRequest
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008929com.android.internal.infra.AbstractRemoteService$MyAsyncPendingRequest
Calin Juravle00b23d32019-03-08 17:52:20 -08008930com.android.internal.infra.AbstractRemoteService$PendingRequest
8931com.android.internal.infra.AbstractRemoteService$RemoteServiceConnection
Calin Juravle36829e52019-04-10 19:07:47 -07008932com.android.internal.infra.AbstractRemoteService$VultureCallback
Calin Juravle00b23d32019-03-08 17:52:20 -08008933com.android.internal.infra.AbstractRemoteService
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008934com.android.internal.infra.AbstractSinglePendingRequestRemoteService
art-benchmark-serviced5115932020-02-25 17:55:03 -08008935com.android.internal.infra.AndroidFuture$1
8936com.android.internal.infra.AndroidFuture$2
8937com.android.internal.infra.AndroidFuture
8938com.android.internal.infra.GlobalWhitelistState
art-benchmark-serviced60351b2020-04-11 17:55:40 -07008939com.android.internal.infra.IAndroidFuture$Stub$Proxy
art-benchmark-serviced5115932020-02-25 17:55:03 -08008940com.android.internal.infra.IAndroidFuture$Stub
8941com.android.internal.infra.IAndroidFuture
art-benchmark-serviced60351b2020-04-11 17:55:40 -07008942com.android.internal.infra.PerUser
art-benchmark-serviced5115932020-02-25 17:55:03 -08008943com.android.internal.infra.RemoteStream$1
8944com.android.internal.infra.RemoteStream
8945com.android.internal.infra.ServiceConnector$Impl$CompletionAwareJob
8946com.android.internal.infra.ServiceConnector$Impl
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008947com.android.internal.infra.ServiceConnector$Job
art-benchmark-serviced5115932020-02-25 17:55:03 -08008948com.android.internal.infra.ServiceConnector$VoidJob
8949com.android.internal.infra.ServiceConnector
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008950com.android.internal.infra.WhitelistHelper
art-benchmark-service13164882020-11-07 02:19:14 -08008951com.android.internal.inputmethod.ICharSequenceResultCallback$Stub$Proxy
8952com.android.internal.inputmethod.ICharSequenceResultCallback$Stub
8953com.android.internal.inputmethod.ICharSequenceResultCallback
art-benchmark-service13164882020-11-07 02:19:14 -08008954com.android.internal.inputmethod.IExtractedTextResultCallback$Stub
8955com.android.internal.inputmethod.IExtractedTextResultCallback
art-benchmark-serviced5115932020-02-25 17:55:03 -08008956com.android.internal.inputmethod.IInputContentUriToken
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008957com.android.internal.inputmethod.IInputMethodPrivilegedOperations$Stub$Proxy
8958com.android.internal.inputmethod.IInputMethodPrivilegedOperations$Stub
8959com.android.internal.inputmethod.IInputMethodPrivilegedOperations
art-benchmark-service13164882020-11-07 02:19:14 -08008960com.android.internal.inputmethod.IIntResultCallback$Stub
8961com.android.internal.inputmethod.IIntResultCallback
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008962com.android.internal.inputmethod.InputMethodDebug
8963com.android.internal.inputmethod.InputMethodPrivilegedOperations$OpsHolder
8964com.android.internal.inputmethod.InputMethodPrivilegedOperations
8965com.android.internal.inputmethod.InputMethodPrivilegedOperationsRegistry
8966com.android.internal.inputmethod.SubtypeLocaleUtils
art-benchmark-service13164882020-11-07 02:19:14 -08008967com.android.internal.listeners.ListenerExecutor
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008968com.android.internal.location.GpsNetInitiatedHandler$1
8969com.android.internal.location.GpsNetInitiatedHandler$2
art-benchmark-serviced5115932020-02-25 17:55:03 -08008970com.android.internal.location.GpsNetInitiatedHandler$GpsNiNotification
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008971com.android.internal.location.GpsNetInitiatedHandler
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008972com.android.internal.location.nano.GnssLogsProto$GnssLog
8973com.android.internal.location.nano.GnssLogsProto$PowerMetrics
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07008974com.android.internal.logging.AndroidConfig
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07008975com.android.internal.logging.AndroidHandler$1
Calin Juravle00b23d32019-03-08 17:52:20 -08008976com.android.internal.logging.AndroidHandler
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07008977com.android.internal.logging.EventLogTags
art-benchmark-serviced60351b2020-04-11 17:55:40 -07008978com.android.internal.logging.InstanceId$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08008979com.android.internal.logging.InstanceId
art-benchmark-service13164882020-11-07 02:19:14 -08008980com.android.internal.logging.InstanceIdSequence
Andreas Gampe0db10fd2017-02-01 15:57:57 -08008981com.android.internal.logging.MetricsLogger
art-benchmark-serviced60351b2020-04-11 17:55:40 -07008982com.android.internal.logging.UiEventLogger$UiEventEnum
8983com.android.internal.logging.UiEventLogger
8984com.android.internal.logging.UiEventLoggerImpl
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008985com.android.internal.net.INetworkWatchlistManager$Stub$Proxy
8986com.android.internal.net.INetworkWatchlistManager$Stub
8987com.android.internal.net.INetworkWatchlistManager
art-benchmark-serviced5115932020-02-25 17:55:03 -08008988com.android.internal.net.LegacyVpnInfo$1
8989com.android.internal.net.LegacyVpnInfo
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008990com.android.internal.net.VpnConfig$1
8991com.android.internal.net.VpnConfig
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008992com.android.internal.net.VpnProfile$1
8993com.android.internal.net.VpnProfile
8994com.android.internal.notification.SystemNotificationChannels
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08008995com.android.internal.os.AndroidPrintStream
art-benchmark-serviced5115932020-02-25 17:55:03 -08008996com.android.internal.os.AppFuseMount$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08008997com.android.internal.os.AppFuseMount
art-benchmark-serviced5115932020-02-25 17:55:03 -08008998com.android.internal.os.AppIdToPackageMap
Calin Juravle00b23d32019-03-08 17:52:20 -08008999com.android.internal.os.AtomicDirectory
Calin Juravle4a054192018-05-29 17:52:20 -07009000com.android.internal.os.BackgroundThread
Calin Juravle00b23d32019-03-08 17:52:20 -08009001com.android.internal.os.BatterySipper$DrainType
9002com.android.internal.os.BatterySipper
9003com.android.internal.os.BatteryStatsHelper
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009004com.android.internal.os.BatteryStatsHistory$1
Calin Juravle00b23d32019-03-08 17:52:20 -08009005com.android.internal.os.BatteryStatsHistory
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07009006com.android.internal.os.BatteryStatsImpl$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009007com.android.internal.os.BatteryStatsImpl$2
9008com.android.internal.os.BatteryStatsImpl$3
9009com.android.internal.os.BatteryStatsImpl$4
Calin Juravle4a054192018-05-29 17:52:20 -07009010com.android.internal.os.BatteryStatsImpl$5
Calin Juravle00b23d32019-03-08 17:52:20 -08009011com.android.internal.os.BatteryStatsImpl$6
Calin Juravle4a054192018-05-29 17:52:20 -07009012com.android.internal.os.BatteryStatsImpl$BatchTimer
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009013com.android.internal.os.BatteryStatsImpl$BatteryCallback
art-benchmark-service13164882020-11-07 02:19:14 -08009014com.android.internal.os.BatteryStatsImpl$BinderCallStats
Calin Juravle4a054192018-05-29 17:52:20 -07009015com.android.internal.os.BatteryStatsImpl$BluetoothActivityInfoCache
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07009016com.android.internal.os.BatteryStatsImpl$Clocks
Calin Juravle4a054192018-05-29 17:52:20 -07009017com.android.internal.os.BatteryStatsImpl$Constants
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07009018com.android.internal.os.BatteryStatsImpl$ControllerActivityCounterImpl
9019com.android.internal.os.BatteryStatsImpl$Counter
9020com.android.internal.os.BatteryStatsImpl$DualTimer
9021com.android.internal.os.BatteryStatsImpl$DurationTimer
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009022com.android.internal.os.BatteryStatsImpl$ExternalStatsSync
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07009023com.android.internal.os.BatteryStatsImpl$LongSamplingCounter
9024com.android.internal.os.BatteryStatsImpl$LongSamplingCounterArray
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009025com.android.internal.os.BatteryStatsImpl$MyHandler
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07009026com.android.internal.os.BatteryStatsImpl$OverflowArrayMap
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009027com.android.internal.os.BatteryStatsImpl$PlatformIdleStateCallback
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07009028com.android.internal.os.BatteryStatsImpl$SamplingTimer
9029com.android.internal.os.BatteryStatsImpl$StopwatchTimer
9030com.android.internal.os.BatteryStatsImpl$SystemClocks
9031com.android.internal.os.BatteryStatsImpl$TimeBase
9032com.android.internal.os.BatteryStatsImpl$TimeBaseObs
9033com.android.internal.os.BatteryStatsImpl$Timer
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07009034com.android.internal.os.BatteryStatsImpl$Uid$1
9035com.android.internal.os.BatteryStatsImpl$Uid$2
9036com.android.internal.os.BatteryStatsImpl$Uid$3
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07009037com.android.internal.os.BatteryStatsImpl$Uid$Pkg$Serv
Calin Juravle00b23d32019-03-08 17:52:20 -08009038com.android.internal.os.BatteryStatsImpl$Uid$Pkg
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07009039com.android.internal.os.BatteryStatsImpl$Uid$Proc
9040com.android.internal.os.BatteryStatsImpl$Uid$Sensor
9041com.android.internal.os.BatteryStatsImpl$Uid$Wakelock
Calin Juravle00b23d32019-03-08 17:52:20 -08009042com.android.internal.os.BatteryStatsImpl$Uid
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009043com.android.internal.os.BatteryStatsImpl$UidToRemove
9044com.android.internal.os.BatteryStatsImpl$UserInfoProvider
Calin Juravle00b23d32019-03-08 17:52:20 -08009045com.android.internal.os.BatteryStatsImpl
art-benchmark-service84deab32021-05-12 09:41:00 -07009046com.android.internal.os.BinderCallHeavyHitterWatcher
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009047com.android.internal.os.BinderCallsStats$CallStat
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009048com.android.internal.os.BinderCallsStats$CallStatKey
9049com.android.internal.os.BinderCallsStats$ExportedCallStat
9050com.android.internal.os.BinderCallsStats$Injector
Calin Juravle00b23d32019-03-08 17:52:20 -08009051com.android.internal.os.BinderCallsStats$OverflowBinder
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009052com.android.internal.os.BinderCallsStats$UidEntry
Calin Juravle00b23d32019-03-08 17:52:20 -08009053com.android.internal.os.BinderCallsStats
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009054com.android.internal.os.BinderDeathDispatcher$RecipientsInfo
art-benchmark-serviced5115932020-02-25 17:55:03 -08009055com.android.internal.os.BinderDeathDispatcher
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009056com.android.internal.os.BinderInternal$BinderProxyLimitListener
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009057com.android.internal.os.BinderInternal$BinderProxyLimitListenerDelegate
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009058com.android.internal.os.BinderInternal$CallSession
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08009059com.android.internal.os.BinderInternal$GcWatcher
Calin Juravle00b23d32019-03-08 17:52:20 -08009060com.android.internal.os.BinderInternal$Observer
9061com.android.internal.os.BinderInternal$WorkSourceProvider
9062com.android.internal.os.BinderInternal
9063com.android.internal.os.BluetoothPowerCalculator
art-benchmark-serviced5115932020-02-25 17:55:03 -08009064com.android.internal.os.ByteTransferPipe
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009065com.android.internal.os.CachedDeviceState$Readonly
9066com.android.internal.os.CachedDeviceState$TimeInStateStopwatch
9067com.android.internal.os.CachedDeviceState
Calin Juravle00b23d32019-03-08 17:52:20 -08009068com.android.internal.os.CameraPowerCalculator
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07009069com.android.internal.os.ClassLoaderFactory
Calin Juravle00b23d32019-03-08 17:52:20 -08009070com.android.internal.os.CpuPowerCalculator
9071com.android.internal.os.FlashlightPowerCalculator
Andreas Gampe0db10fd2017-02-01 15:57:57 -08009072com.android.internal.os.FuseAppLoop$1
Calin Juravle00b23d32019-03-08 17:52:20 -08009073com.android.internal.os.FuseAppLoop
Mathieu Chartierba2c0462017-05-19 16:41:46 -07009074com.android.internal.os.FuseUnavailableMountException
Mathieu Chartierba2c0462017-05-19 16:41:46 -07009075com.android.internal.os.HandlerCaller$Callback
9076com.android.internal.os.HandlerCaller$MyHandler
Calin Juravle00b23d32019-03-08 17:52:20 -08009077com.android.internal.os.HandlerCaller
Calin Juravle4a054192018-05-29 17:52:20 -07009078com.android.internal.os.IDropBoxManagerService$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08009079com.android.internal.os.IDropBoxManagerService$Stub
9080com.android.internal.os.IDropBoxManagerService
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07009081com.android.internal.os.IResultReceiver$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08009082com.android.internal.os.IResultReceiver$Stub
9083com.android.internal.os.IResultReceiver
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009084com.android.internal.os.IShellCallback$Stub$Proxy
9085com.android.internal.os.IShellCallback$Stub
9086com.android.internal.os.IShellCallback
9087com.android.internal.os.KernelCpuProcStringReader$ProcFileIterator
Calin Juravle00b23d32019-03-08 17:52:20 -08009088com.android.internal.os.KernelCpuProcStringReader
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009089com.android.internal.os.KernelCpuSpeedReader
9090com.android.internal.os.KernelCpuThreadReader$FrequencyBucketCreator
9091com.android.internal.os.KernelCpuThreadReader$Injector
9092com.android.internal.os.KernelCpuThreadReader$ProcessCpuUsage
9093com.android.internal.os.KernelCpuThreadReader$ThreadCpuUsage
9094com.android.internal.os.KernelCpuThreadReader
art-benchmark-serviced5115932020-02-25 17:55:03 -08009095com.android.internal.os.KernelCpuThreadReaderDiff$ThreadKey
9096com.android.internal.os.KernelCpuThreadReaderDiff
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009097com.android.internal.os.KernelCpuThreadReaderSettingsObserver$UidPredicate
9098com.android.internal.os.KernelCpuThreadReaderSettingsObserver
art-benchmark-servicead05a302020-03-17 09:46:02 -07009099com.android.internal.os.KernelCpuUidBpfMapReader$BpfMapIterator
9100com.android.internal.os.KernelCpuUidBpfMapReader$KernelCpuUidActiveTimeBpfMapReader
9101com.android.internal.os.KernelCpuUidBpfMapReader$KernelCpuUidClusterTimeBpfMapReader
9102com.android.internal.os.KernelCpuUidBpfMapReader$KernelCpuUidFreqTimeBpfMapReader
9103com.android.internal.os.KernelCpuUidBpfMapReader
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009104com.android.internal.os.KernelCpuUidTimeReader$Callback
Calin Juravle00b23d32019-03-08 17:52:20 -08009105com.android.internal.os.KernelCpuUidTimeReader$KernelCpuUidActiveTimeReader
9106com.android.internal.os.KernelCpuUidTimeReader$KernelCpuUidClusterTimeReader
9107com.android.internal.os.KernelCpuUidTimeReader$KernelCpuUidFreqTimeReader
9108com.android.internal.os.KernelCpuUidTimeReader$KernelCpuUidUserSysTimeReader
9109com.android.internal.os.KernelCpuUidTimeReader
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07009110com.android.internal.os.KernelMemoryBandwidthStats
art-benchmark-service84deab32021-05-12 09:41:00 -07009111com.android.internal.os.KernelSingleProcessCpuThreadReader
art-benchmark-servicead05a302020-03-17 09:46:02 -07009112com.android.internal.os.KernelSingleUidTimeReader$Injector
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009113com.android.internal.os.KernelSingleUidTimeReader
Calin Juravle4a054192018-05-29 17:52:20 -07009114com.android.internal.os.KernelWakelockReader
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009115com.android.internal.os.KernelWakelockStats$Entry
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07009116com.android.internal.os.KernelWakelockStats
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08009117com.android.internal.os.LoggingPrintStream$1
Calin Juravle00b23d32019-03-08 17:52:20 -08009118com.android.internal.os.LoggingPrintStream
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009119com.android.internal.os.LooperStats$DispatchSession
9120com.android.internal.os.LooperStats$Entry
9121com.android.internal.os.LooperStats$ExportedEntry
9122com.android.internal.os.LooperStats
Calin Juravle00b23d32019-03-08 17:52:20 -08009123com.android.internal.os.MediaPowerCalculator
9124com.android.internal.os.MemoryPowerCalculator
9125com.android.internal.os.MobileRadioPowerCalculator
9126com.android.internal.os.PowerCalculator
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07009127com.android.internal.os.PowerProfile$CpuClusterKey
Calin Juravle00b23d32019-03-08 17:52:20 -08009128com.android.internal.os.PowerProfile
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009129com.android.internal.os.ProcStatsUtil
9130com.android.internal.os.ProcTimeInStateReader
9131com.android.internal.os.ProcessCpuTracker$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08009132com.android.internal.os.ProcessCpuTracker$FilterStats
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009133com.android.internal.os.ProcessCpuTracker$Stats
9134com.android.internal.os.ProcessCpuTracker
9135com.android.internal.os.RailStats
Andreas Gampe0db10fd2017-02-01 15:57:57 -08009136com.android.internal.os.RoSystemProperties
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009137com.android.internal.os.RpmStats$PowerStateElement
9138com.android.internal.os.RpmStats$PowerStatePlatformSleepState
9139com.android.internal.os.RpmStats$PowerStateSubsystem
Calin Juravle4a054192018-05-29 17:52:20 -07009140com.android.internal.os.RpmStats
Evan Millar0ea97b82009-03-24 17:49:23 -07009141com.android.internal.os.RuntimeInit$1
art-benchmark-service13164882020-11-07 02:19:14 -08009142com.android.internal.os.RuntimeInit$ApplicationWtfHandler
Jesse Wilson0d8eeb42011-08-24 09:33:06 -04009143com.android.internal.os.RuntimeInit$Arguments
Tobias Thiereraddbf902016-07-21 15:05:19 +01009144com.android.internal.os.RuntimeInit$KillApplicationHandler
9145com.android.internal.os.RuntimeInit$LoggingHandler
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07009146com.android.internal.os.RuntimeInit$MethodAndArgsCaller
Calin Juravle00b23d32019-03-08 17:52:20 -08009147com.android.internal.os.RuntimeInit
9148com.android.internal.os.SensorPowerCalculator
Kenny Rootdbf30ed2012-09-19 13:08:12 -07009149com.android.internal.os.SomeArgs
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009150com.android.internal.os.StatsdHiddenApiUsageLogger
9151com.android.internal.os.StoragedUidIoStatsReader
9152com.android.internal.os.TransferPipe
Calin Juravle00b23d32019-03-08 17:52:20 -08009153com.android.internal.os.WakelockPowerCalculator
9154com.android.internal.os.WifiPowerCalculator
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009155com.android.internal.os.WrapperInit
Andreas Gampedcad4ca2014-10-03 02:00:29 +00009156com.android.internal.os.Zygote
Calin Juravle00b23d32019-03-08 17:52:20 -08009157com.android.internal.os.ZygoteArguments
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08009158com.android.internal.os.ZygoteConnection
Jesse Wilsone9fcaa02010-02-23 17:06:58 -08009159com.android.internal.os.ZygoteInit
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009160com.android.internal.os.ZygoteSecurityException
9161com.android.internal.os.ZygoteServer$UsapPoolRefillAction
Andreas Gampe0db10fd2017-02-01 15:57:57 -08009162com.android.internal.os.ZygoteServer
art-benchmark-serviced5115932020-02-25 17:55:03 -08009163com.android.internal.os.logging.MetricsLoggerWrapper
art-benchmark-serviced5115932020-02-25 17:55:03 -08009164com.android.internal.policy.BackdropFrameRenderer
Andreas Gampe571fc302016-02-18 13:58:09 -08009165com.android.internal.policy.DecorContext
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07009166com.android.internal.policy.DecorView$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009167com.android.internal.policy.DecorView$2
9168com.android.internal.policy.DecorView$3
art-benchmark-serviced60351b2020-04-11 17:55:40 -07009169com.android.internal.policy.DecorView$6
9170com.android.internal.policy.DecorView$ActionModeCallback2Wrapper$1
9171com.android.internal.policy.DecorView$ActionModeCallback2Wrapper
Mathieu Chartierba2c0462017-05-19 16:41:46 -07009172com.android.internal.policy.DecorView$ColorViewAttributes
Andreas Gampe571fc302016-02-18 13:58:09 -08009173com.android.internal.policy.DecorView$ColorViewState
Calin Juravle00b23d32019-03-08 17:52:20 -08009174com.android.internal.policy.DecorView
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009175com.android.internal.policy.DividerSnapAlgorithm$SnapTarget
9176com.android.internal.policy.DividerSnapAlgorithm
9177com.android.internal.policy.DockedDividerUtils
art-benchmark-service13164882020-11-07 02:19:14 -08009178com.android.internal.policy.GestureNavigationSettingsObserver
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009179com.android.internal.policy.IKeyguardDismissCallback$Stub$Proxy
9180com.android.internal.policy.IKeyguardDismissCallback$Stub
9181com.android.internal.policy.IKeyguardDismissCallback
9182com.android.internal.policy.IKeyguardDrawnCallback$Stub$Proxy
9183com.android.internal.policy.IKeyguardDrawnCallback$Stub
9184com.android.internal.policy.IKeyguardDrawnCallback
9185com.android.internal.policy.IKeyguardExitCallback$Stub$Proxy
9186com.android.internal.policy.IKeyguardExitCallback$Stub
9187com.android.internal.policy.IKeyguardExitCallback
9188com.android.internal.policy.IKeyguardService$Stub$Proxy
9189com.android.internal.policy.IKeyguardService$Stub
9190com.android.internal.policy.IKeyguardService
9191com.android.internal.policy.IKeyguardStateCallback$Stub$Proxy
9192com.android.internal.policy.IKeyguardStateCallback$Stub
9193com.android.internal.policy.IKeyguardStateCallback
9194com.android.internal.policy.IShortcutService$Stub$Proxy
9195com.android.internal.policy.IShortcutService$Stub
9196com.android.internal.policy.IShortcutService
art-benchmark-serviced5115932020-02-25 17:55:03 -08009197com.android.internal.policy.KeyInterceptionInfo
Andreas Gampe61e7b662015-06-17 23:57:04 -07009198com.android.internal.policy.PhoneFallbackEventHandler
9199com.android.internal.policy.PhoneLayoutInflater
Andreas Gampe61e7b662015-06-17 23:57:04 -07009200com.android.internal.policy.PhoneWindow$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08009201com.android.internal.policy.PhoneWindow$ActionMenuPresenterCallback
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07009202com.android.internal.policy.PhoneWindow$PanelFeatureState$SavedState$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009203com.android.internal.policy.PhoneWindow$PanelFeatureState$SavedState
Calin Juravle00b23d32019-03-08 17:52:20 -08009204com.android.internal.policy.PhoneWindow$PanelFeatureState
Andreas Gampe571fc302016-02-18 13:58:09 -08009205com.android.internal.policy.PhoneWindow$PhoneWindowMenuCallback
Andreas Gampe61e7b662015-06-17 23:57:04 -07009206com.android.internal.policy.PhoneWindow$RotationWatcher$1
Calin Juravle00b23d32019-03-08 17:52:20 -08009207com.android.internal.policy.PhoneWindow$RotationWatcher
9208com.android.internal.policy.PhoneWindow
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009209com.android.internal.policy.ScreenDecorationsUtils
9210com.android.internal.statusbar.IStatusBar$Stub$Proxy
9211com.android.internal.statusbar.IStatusBar$Stub
9212com.android.internal.statusbar.IStatusBar
9213com.android.internal.statusbar.IStatusBarService$Stub$Proxy
9214com.android.internal.statusbar.IStatusBarService$Stub
9215com.android.internal.statusbar.IStatusBarService
9216com.android.internal.statusbar.NotificationVisibility$1
9217com.android.internal.statusbar.NotificationVisibility$NotificationLocation
9218com.android.internal.statusbar.NotificationVisibility
art-benchmark-serviced5115932020-02-25 17:55:03 -08009219com.android.internal.statusbar.RegisterStatusBarResult$1
9220com.android.internal.statusbar.RegisterStatusBarResult
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009221com.android.internal.statusbar.StatusBarIcon$1
9222com.android.internal.statusbar.StatusBarIcon
9223com.android.internal.telecom.IConnectionService$Stub$Proxy
9224com.android.internal.telecom.IConnectionService$Stub
9225com.android.internal.telecom.IConnectionService
art-benchmark-serviced5115932020-02-25 17:55:03 -08009226com.android.internal.telecom.IConnectionServiceAdapter$Stub
9227com.android.internal.telecom.IConnectionServiceAdapter
9228com.android.internal.telecom.IInCallAdapter$Stub
9229com.android.internal.telecom.IInCallAdapter
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009230com.android.internal.telecom.IInCallService$Stub$Proxy
9231com.android.internal.telecom.IInCallService$Stub
9232com.android.internal.telecom.IInCallService
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -07009233com.android.internal.telecom.ITelecomService$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08009234com.android.internal.telecom.ITelecomService$Stub
9235com.android.internal.telecom.ITelecomService
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009236com.android.internal.telecom.IVideoCallback
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009237com.android.internal.telecom.IVideoProvider$Stub$Proxy
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009238com.android.internal.telecom.IVideoProvider$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08009239com.android.internal.telecom.IVideoProvider
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009240com.android.internal.telecom.RemoteServiceCallback$Stub$Proxy
9241com.android.internal.telecom.RemoteServiceCallback$Stub
9242com.android.internal.telecom.RemoteServiceCallback
art-benchmark-service56aece62020-02-10 17:58:03 -08009243com.android.internal.telephony.ATParseEx
art-benchmark-service13164882020-11-07 02:19:14 -08009244com.android.internal.telephony.ATResponseParser
9245com.android.internal.telephony.AndroidUtilIndentingPrintWriter
9246com.android.internal.telephony.AppSmsManager$AppRequestInfo
art-benchmark-service56aece62020-02-10 17:58:03 -08009247com.android.internal.telephony.AppSmsManager
art-benchmark-service13164882020-11-07 02:19:14 -08009248com.android.internal.telephony.AsyncChannel$1
9249com.android.internal.telephony.AsyncChannel$1ConnectAsync
9250com.android.internal.telephony.AsyncChannel$AsyncChannelConnection
9251com.android.internal.telephony.AsyncChannel$DeathMonitor
9252com.android.internal.telephony.AsyncChannel$SyncMessenger$SyncHandler
9253com.android.internal.telephony.AsyncChannel$SyncMessenger
9254com.android.internal.telephony.AsyncChannel
9255com.android.internal.telephony.AsyncEmergencyContactNotifier
9256com.android.internal.telephony.AsyncService$AsyncServiceInfo
9257com.android.internal.telephony.AsyncService
art-benchmark-service56aece62020-02-10 17:58:03 -08009258com.android.internal.telephony.BaseCommands
art-benchmark-service13164882020-11-07 02:19:14 -08009259com.android.internal.telephony.BitwiseInputStream$AccessException
9260com.android.internal.telephony.BitwiseInputStream
art-benchmark-service56aece62020-02-10 17:58:03 -08009261com.android.internal.telephony.BlockChecker
art-benchmark-service13164882020-11-07 02:19:14 -08009262com.android.internal.telephony.BtSmsInterfaceManager$MapMessageSender
9263com.android.internal.telephony.BtSmsInterfaceManager
9264com.android.internal.telephony.Call$1
art-benchmark-service56aece62020-02-10 17:58:03 -08009265com.android.internal.telephony.Call$SrvccState
9266com.android.internal.telephony.Call$State
9267com.android.internal.telephony.Call
art-benchmark-service13164882020-11-07 02:19:14 -08009268com.android.internal.telephony.CallFailCause
art-benchmark-service56aece62020-02-10 17:58:03 -08009269com.android.internal.telephony.CallForwardInfo
art-benchmark-service13164882020-11-07 02:19:14 -08009270com.android.internal.telephony.CallManager$1
art-benchmark-service56aece62020-02-10 17:58:03 -08009271com.android.internal.telephony.CallManager$CallManagerHandler
9272com.android.internal.telephony.CallManager
9273com.android.internal.telephony.CallStateException
9274com.android.internal.telephony.CallTracker
9275com.android.internal.telephony.CarrierActionAgent$1
9276com.android.internal.telephony.CarrierActionAgent
Calin Juravle00b23d32019-03-08 17:52:20 -08009277com.android.internal.telephony.CarrierAppUtils
art-benchmark-service56aece62020-02-10 17:58:03 -08009278com.android.internal.telephony.CarrierInfoManager
9279com.android.internal.telephony.CarrierKeyDownloadManager$1
9280com.android.internal.telephony.CarrierKeyDownloadManager
art-benchmark-service13164882020-11-07 02:19:14 -08009281com.android.internal.telephony.CarrierPrivilegesTracker$1
9282com.android.internal.telephony.CarrierPrivilegesTracker
art-benchmark-service56aece62020-02-10 17:58:03 -08009283com.android.internal.telephony.CarrierResolver$1
9284com.android.internal.telephony.CarrierResolver$2
art-benchmark-service13164882020-11-07 02:19:14 -08009285com.android.internal.telephony.CarrierResolver$3
art-benchmark-service56aece62020-02-10 17:58:03 -08009286com.android.internal.telephony.CarrierResolver$CarrierMatchingRule
9287com.android.internal.telephony.CarrierResolver
9288com.android.internal.telephony.CarrierServiceBindHelper$1
9289com.android.internal.telephony.CarrierServiceBindHelper$2
9290com.android.internal.telephony.CarrierServiceBindHelper$AppBinding
9291com.android.internal.telephony.CarrierServiceBindHelper$CarrierServiceConnection
9292com.android.internal.telephony.CarrierServiceBindHelper$CarrierServicePackageMonitor
9293com.android.internal.telephony.CarrierServiceBindHelper
9294com.android.internal.telephony.CarrierServiceStateTracker$1
9295com.android.internal.telephony.CarrierServiceStateTracker$2
art-benchmark-service56aece62020-02-10 17:58:03 -08009296com.android.internal.telephony.CarrierServiceStateTracker$EmergencyNetworkNotification
9297com.android.internal.telephony.CarrierServiceStateTracker$NotificationType
9298com.android.internal.telephony.CarrierServiceStateTracker$PrefNetworkNotification
9299com.android.internal.telephony.CarrierServiceStateTracker
9300com.android.internal.telephony.CarrierServicesSmsFilter$CallbackTimeoutHandler
9301com.android.internal.telephony.CarrierServicesSmsFilter$CarrierServicesSmsFilterCallbackInterface
art-benchmark-service13164882020-11-07 02:19:14 -08009302com.android.internal.telephony.CarrierServicesSmsFilter$CarrierSmsFilter
9303com.android.internal.telephony.CarrierServicesSmsFilter$CarrierSmsFilterCallback
9304com.android.internal.telephony.CarrierServicesSmsFilter$FilterAggregator
art-benchmark-service56aece62020-02-10 17:58:03 -08009305com.android.internal.telephony.CarrierServicesSmsFilter
9306com.android.internal.telephony.CarrierSignalAgent$1
art-benchmark-service13164882020-11-07 02:19:14 -08009307com.android.internal.telephony.CarrierSignalAgent$2
art-benchmark-service56aece62020-02-10 17:58:03 -08009308com.android.internal.telephony.CarrierSignalAgent
9309com.android.internal.telephony.CarrierSmsUtils
art-benchmark-service13164882020-11-07 02:19:14 -08009310com.android.internal.telephony.CellBroadcastServiceManager$1
9311com.android.internal.telephony.CellBroadcastServiceManager$CellBroadcastServiceConnection
art-benchmark-serviced5115932020-02-25 17:55:03 -08009312com.android.internal.telephony.CellBroadcastServiceManager
art-benchmark-service0d6aafc2020-05-24 20:29:20 -07009313com.android.internal.telephony.CellNetworkScanResult$1
9314com.android.internal.telephony.CellNetworkScanResult
art-benchmark-service56aece62020-02-10 17:58:03 -08009315com.android.internal.telephony.CellularNetworkService$CellularNetworkServiceProvider$1
9316com.android.internal.telephony.CellularNetworkService$CellularNetworkServiceProvider
9317com.android.internal.telephony.CellularNetworkService
art-benchmark-service13164882020-11-07 02:19:14 -08009318com.android.internal.telephony.CellularNetworkValidator$1
9319com.android.internal.telephony.CellularNetworkValidator$ConnectivityNetworkCallback
9320com.android.internal.telephony.CellularNetworkValidator$ValidatedNetworkCache$ValidatedNetwork
9321com.android.internal.telephony.CellularNetworkValidator$ValidatedNetworkCache
art-benchmark-service56aece62020-02-10 17:58:03 -08009322com.android.internal.telephony.CellularNetworkValidator$ValidationCallback
9323com.android.internal.telephony.CellularNetworkValidator
9324com.android.internal.telephony.ClientWakelockAccountant
9325com.android.internal.telephony.ClientWakelockTracker
9326com.android.internal.telephony.CommandException$Error
9327com.android.internal.telephony.CommandException
9328com.android.internal.telephony.CommandsInterface
art-benchmark-service13164882020-11-07 02:19:14 -08009329com.android.internal.telephony.Connection$Capability
art-benchmark-service56aece62020-02-10 17:58:03 -08009330com.android.internal.telephony.Connection$Listener
art-benchmark-service13164882020-11-07 02:19:14 -08009331com.android.internal.telephony.Connection$ListenerBase
9332com.android.internal.telephony.Connection$PostDialListener
art-benchmark-service56aece62020-02-10 17:58:03 -08009333com.android.internal.telephony.Connection$PostDialState
9334com.android.internal.telephony.Connection
art-benchmark-service0d6aafc2020-05-24 20:29:20 -07009335com.android.internal.telephony.DctConstants$Activity
9336com.android.internal.telephony.DctConstants$State
art-benchmark-service56aece62020-02-10 17:58:03 -08009337com.android.internal.telephony.DebugService
9338com.android.internal.telephony.DefaultPhoneNotifier$1
9339com.android.internal.telephony.DefaultPhoneNotifier
9340com.android.internal.telephony.DeviceStateMonitor$1
9341com.android.internal.telephony.DeviceStateMonitor$2
9342com.android.internal.telephony.DeviceStateMonitor$3
9343com.android.internal.telephony.DeviceStateMonitor$AccessNetworkThresholds
9344com.android.internal.telephony.DeviceStateMonitor
art-benchmark-service13164882020-11-07 02:19:14 -08009345com.android.internal.telephony.DisplayInfoController
art-benchmark-service56aece62020-02-10 17:58:03 -08009346com.android.internal.telephony.DriverCall$State
9347com.android.internal.telephony.DriverCall
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009348com.android.internal.telephony.EncodeException
art-benchmark-service13164882020-11-07 02:19:14 -08009349com.android.internal.telephony.EventLogTags
art-benchmark-service0d6aafc2020-05-24 20:29:20 -07009350com.android.internal.telephony.ExponentialBackoff$1
9351com.android.internal.telephony.ExponentialBackoff$HandlerAdapter
9352com.android.internal.telephony.ExponentialBackoff
art-benchmark-service13164882020-11-07 02:19:14 -08009353com.android.internal.telephony.FastXmlSerializer
art-benchmark-service56aece62020-02-10 17:58:03 -08009354com.android.internal.telephony.GlobalSettingsHelper
art-benchmark-serviced5115932020-02-25 17:55:03 -08009355com.android.internal.telephony.GsmAlphabet$TextEncodingDetails
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009356com.android.internal.telephony.GsmAlphabet
art-benchmark-service56aece62020-02-10 17:58:03 -08009357com.android.internal.telephony.GsmCdmaCall
9358com.android.internal.telephony.GsmCdmaCallTracker$1
9359com.android.internal.telephony.GsmCdmaCallTracker$2
9360com.android.internal.telephony.GsmCdmaCallTracker$3
9361com.android.internal.telephony.GsmCdmaCallTracker
art-benchmark-service13164882020-11-07 02:19:14 -08009362com.android.internal.telephony.GsmCdmaConnection$1
9363com.android.internal.telephony.GsmCdmaConnection$MyHandler
art-benchmark-service56aece62020-02-10 17:58:03 -08009364com.android.internal.telephony.GsmCdmaConnection
9365com.android.internal.telephony.GsmCdmaPhone$1
9366com.android.internal.telephony.GsmCdmaPhone$2
9367com.android.internal.telephony.GsmCdmaPhone$3
9368com.android.internal.telephony.GsmCdmaPhone$Cfu
9369com.android.internal.telephony.GsmCdmaPhone
9370com.android.internal.telephony.HalVersion
9371com.android.internal.telephony.HardwareConfig
art-benchmark-serviced5115932020-02-25 17:55:03 -08009372com.android.internal.telephony.HbpcdLookup$MccIdd
9373com.android.internal.telephony.HbpcdLookup$MccLookup
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009374com.android.internal.telephony.HbpcdUtils
art-benchmark-serviced5115932020-02-25 17:55:03 -08009375com.android.internal.telephony.HexDump
art-benchmark-service13164882020-11-07 02:19:14 -08009376com.android.internal.telephony.IBooleanConsumer$Stub$Proxy
art-benchmark-service0d6aafc2020-05-24 20:29:20 -07009377com.android.internal.telephony.IBooleanConsumer$Stub
9378com.android.internal.telephony.IBooleanConsumer
9379com.android.internal.telephony.ICarrierConfigLoader$Stub$Proxy
9380com.android.internal.telephony.ICarrierConfigLoader$Stub
9381com.android.internal.telephony.ICarrierConfigLoader
art-benchmark-service13164882020-11-07 02:19:14 -08009382com.android.internal.telephony.IIccPhoneBook$Default
art-benchmark-service56aece62020-02-10 17:58:03 -08009383com.android.internal.telephony.IIccPhoneBook$Stub$Proxy
9384com.android.internal.telephony.IIccPhoneBook$Stub
9385com.android.internal.telephony.IIccPhoneBook
art-benchmark-service0d6aafc2020-05-24 20:29:20 -07009386com.android.internal.telephony.IIntegerConsumer$Stub$Proxy
9387com.android.internal.telephony.IIntegerConsumer$Stub
9388com.android.internal.telephony.IIntegerConsumer
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009389com.android.internal.telephony.IMms$Stub$Proxy
9390com.android.internal.telephony.IMms$Stub
9391com.android.internal.telephony.IMms
art-benchmark-service0d6aafc2020-05-24 20:29:20 -07009392com.android.internal.telephony.INumberVerificationCallback$Stub$Proxy
9393com.android.internal.telephony.INumberVerificationCallback$Stub
9394com.android.internal.telephony.INumberVerificationCallback
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009395com.android.internal.telephony.IOnSubscriptionsChangedListener$Stub$Proxy
Mathieu Chartierba2c0462017-05-19 16:41:46 -07009396com.android.internal.telephony.IOnSubscriptionsChangedListener$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08009397com.android.internal.telephony.IOnSubscriptionsChangedListener
art-benchmark-serviced5115932020-02-25 17:55:03 -08009398com.android.internal.telephony.IOns$Stub$Proxy
9399com.android.internal.telephony.IOns$Stub
9400com.android.internal.telephony.IOns
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009401com.android.internal.telephony.IPhoneStateListener$Stub$Proxy
Mathieu Chartierba2c0462017-05-19 16:41:46 -07009402com.android.internal.telephony.IPhoneStateListener$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -08009403com.android.internal.telephony.IPhoneStateListener
art-benchmark-service0d6aafc2020-05-24 20:29:20 -07009404com.android.internal.telephony.IPhoneSubInfo$Stub$Proxy
9405com.android.internal.telephony.IPhoneSubInfo$Stub
9406com.android.internal.telephony.IPhoneSubInfo
9407com.android.internal.telephony.ISetOpportunisticDataCallback$Stub$Proxy
9408com.android.internal.telephony.ISetOpportunisticDataCallback$Stub
9409com.android.internal.telephony.ISetOpportunisticDataCallback
9410com.android.internal.telephony.ISms$Stub$Proxy
9411com.android.internal.telephony.ISms$Stub
9412com.android.internal.telephony.ISms
9413com.android.internal.telephony.ISmsImplBase
art-benchmark-service56aece62020-02-10 17:58:03 -08009414com.android.internal.telephony.IState
art-benchmark-service0d6aafc2020-05-24 20:29:20 -07009415com.android.internal.telephony.ISub$Stub$Proxy
9416com.android.internal.telephony.ISub$Stub
9417com.android.internal.telephony.ISub
9418com.android.internal.telephony.ITelephony$Stub$Proxy
9419com.android.internal.telephony.ITelephony$Stub
9420com.android.internal.telephony.ITelephony
Jesse Wilsoneaca10e2010-10-12 21:35:56 -07009421com.android.internal.telephony.ITelephonyRegistry$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -08009422com.android.internal.telephony.ITelephonyRegistry$Stub
9423com.android.internal.telephony.ITelephonyRegistry
art-benchmark-service13164882020-11-07 02:19:14 -08009424com.android.internal.telephony.IUpdateAvailableNetworksCallback$Stub
art-benchmark-serviced5115932020-02-25 17:55:03 -08009425com.android.internal.telephony.IUpdateAvailableNetworksCallback
art-benchmark-service0d6aafc2020-05-24 20:29:20 -07009426com.android.internal.telephony.IWapPushManager
art-benchmark-service56aece62020-02-10 17:58:03 -08009427com.android.internal.telephony.IccCard
art-benchmark-service0d6aafc2020-05-24 20:29:20 -07009428com.android.internal.telephony.IccCardConstants$State
art-benchmark-service56aece62020-02-10 17:58:03 -08009429com.android.internal.telephony.IccPhoneBookInterfaceManager$1
9430com.android.internal.telephony.IccPhoneBookInterfaceManager$Request
9431com.android.internal.telephony.IccPhoneBookInterfaceManager
9432com.android.internal.telephony.IccProvider
9433com.android.internal.telephony.IccSmsInterfaceManager$1
9434com.android.internal.telephony.IccSmsInterfaceManager$CdmaBroadcastRangeManager
9435com.android.internal.telephony.IccSmsInterfaceManager$CellBroadcastRangeManager
art-benchmark-service13164882020-11-07 02:19:14 -08009436com.android.internal.telephony.IccSmsInterfaceManager$Request
art-benchmark-service56aece62020-02-10 17:58:03 -08009437com.android.internal.telephony.IccSmsInterfaceManager
9438com.android.internal.telephony.ImsSmsDispatcher$1
9439com.android.internal.telephony.ImsSmsDispatcher$2
9440com.android.internal.telephony.ImsSmsDispatcher$3
9441com.android.internal.telephony.ImsSmsDispatcher$4
art-benchmark-service13164882020-11-07 02:19:14 -08009442com.android.internal.telephony.ImsSmsDispatcher$5
9443com.android.internal.telephony.ImsSmsDispatcher$FeatureConnectorFactory
art-benchmark-service56aece62020-02-10 17:58:03 -08009444com.android.internal.telephony.ImsSmsDispatcher
9445com.android.internal.telephony.InboundSmsHandler$1
9446com.android.internal.telephony.InboundSmsHandler$2
9447com.android.internal.telephony.InboundSmsHandler$CarrierServicesSmsFilterCallback
art-benchmark-serviced5115932020-02-25 17:55:03 -08009448com.android.internal.telephony.InboundSmsHandler$CbTestBroadcastReceiver
art-benchmark-service56aece62020-02-10 17:58:03 -08009449com.android.internal.telephony.InboundSmsHandler$DefaultState
9450com.android.internal.telephony.InboundSmsHandler$DeliveringState
9451com.android.internal.telephony.InboundSmsHandler$IdleState
9452com.android.internal.telephony.InboundSmsHandler$NewMessageNotificationActionReceiver
9453com.android.internal.telephony.InboundSmsHandler$SmsBroadcastReceiver
art-benchmark-service13164882020-11-07 02:19:14 -08009454com.android.internal.telephony.InboundSmsHandler$SmsFilter
9455com.android.internal.telephony.InboundSmsHandler$SmsSource
art-benchmark-service56aece62020-02-10 17:58:03 -08009456com.android.internal.telephony.InboundSmsHandler$StartupState
9457com.android.internal.telephony.InboundSmsHandler$WaitingState
9458com.android.internal.telephony.InboundSmsHandler
9459com.android.internal.telephony.InboundSmsTracker
art-benchmark-service13164882020-11-07 02:19:14 -08009460com.android.internal.telephony.IndentingPrintWriter
art-benchmark-service56aece62020-02-10 17:58:03 -08009461com.android.internal.telephony.IntRangeManager$ClientRange
9462com.android.internal.telephony.IntRangeManager$IntRange
9463com.android.internal.telephony.IntRangeManager
9464com.android.internal.telephony.IntentBroadcaster$1
9465com.android.internal.telephony.IntentBroadcaster
9466com.android.internal.telephony.LastCallFailCause
art-benchmark-service13164882020-11-07 02:19:14 -08009467com.android.internal.telephony.LocalLog$ReadOnlyLocalLog
art-benchmark-service56aece62020-02-10 17:58:03 -08009468com.android.internal.telephony.LocalLog
9469com.android.internal.telephony.LocaleTracker$1
9470com.android.internal.telephony.LocaleTracker
9471com.android.internal.telephony.MccTable$MccEntry
art-benchmark-serviced5115932020-02-25 17:55:03 -08009472com.android.internal.telephony.MccTable$MccMnc
art-benchmark-service56aece62020-02-10 17:58:03 -08009473com.android.internal.telephony.MccTable
art-benchmark-service13164882020-11-07 02:19:14 -08009474com.android.internal.telephony.MissedIncomingCallSmsFilter
9475com.android.internal.telephony.MmiCode$State
art-benchmark-service56aece62020-02-10 17:58:03 -08009476com.android.internal.telephony.MmiCode
9477com.android.internal.telephony.MultiSimSettingController$1
art-benchmark-service13164882020-11-07 02:19:14 -08009478com.android.internal.telephony.MultiSimSettingController$PrimarySubChangeType
9479com.android.internal.telephony.MultiSimSettingController$SimCombinationWarningParams
art-benchmark-service56aece62020-02-10 17:58:03 -08009480com.android.internal.telephony.MultiSimSettingController$UpdateDefaultAction
9481com.android.internal.telephony.MultiSimSettingController
art-benchmark-serviced5115932020-02-25 17:55:03 -08009482com.android.internal.telephony.NetworkFactory
art-benchmark-service56aece62020-02-10 17:58:03 -08009483com.android.internal.telephony.NetworkRegistrationManager$1
9484com.android.internal.telephony.NetworkRegistrationManager$NetworkRegStateCallback
9485com.android.internal.telephony.NetworkRegistrationManager$NetworkServiceConnection
9486com.android.internal.telephony.NetworkRegistrationManager$RegManagerDeathRecipient
9487com.android.internal.telephony.NetworkRegistrationManager
9488com.android.internal.telephony.NetworkScanRequestTracker$1
art-benchmark-service13164882020-11-07 02:19:14 -08009489com.android.internal.telephony.NetworkScanRequestTracker$2
9490com.android.internal.telephony.NetworkScanRequestTracker$NetworkScanRequestInfo
art-benchmark-service56aece62020-02-10 17:58:03 -08009491com.android.internal.telephony.NetworkScanRequestTracker$NetworkScanRequestScheduler
9492com.android.internal.telephony.NetworkScanRequestTracker
art-benchmark-service13164882020-11-07 02:19:14 -08009493com.android.internal.telephony.NetworkTypeController$1
9494com.android.internal.telephony.NetworkTypeController$DefaultState
9495com.android.internal.telephony.NetworkTypeController$IdleState
9496com.android.internal.telephony.NetworkTypeController$LegacyState
9497com.android.internal.telephony.NetworkTypeController$LteConnectedState
9498com.android.internal.telephony.NetworkTypeController$NrConnectedState
9499com.android.internal.telephony.NetworkTypeController$OverrideTimerRule
9500com.android.internal.telephony.NetworkTypeController
art-benchmark-service56aece62020-02-10 17:58:03 -08009501com.android.internal.telephony.NitzData
9502com.android.internal.telephony.NitzStateMachine$DeviceState
art-benchmark-service13164882020-11-07 02:19:14 -08009503com.android.internal.telephony.NitzStateMachine$DeviceStateImpl
art-benchmark-service56aece62020-02-10 17:58:03 -08009504com.android.internal.telephony.NitzStateMachine
art-benchmark-service56aece62020-02-10 17:58:03 -08009505com.android.internal.telephony.OemHookIndication
9506com.android.internal.telephony.OemHookResponse
art-benchmark-service0d6aafc2020-05-24 20:29:20 -07009507com.android.internal.telephony.OperatorInfo$1
9508com.android.internal.telephony.OperatorInfo$State
9509com.android.internal.telephony.OperatorInfo
art-benchmark-service13164882020-11-07 02:19:14 -08009510com.android.internal.telephony.PackageBasedTokenUtil
9511com.android.internal.telephony.Phone$NetworkSelectMessage
9512com.android.internal.telephony.Phone$SilentRedialParam
art-benchmark-service56aece62020-02-10 17:58:03 -08009513com.android.internal.telephony.Phone
art-benchmark-service13164882020-11-07 02:19:14 -08009514com.android.internal.telephony.PhoneConfigurationManager$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08009515com.android.internal.telephony.PhoneConfigurationManager$ConfigManagerHandler
9516com.android.internal.telephony.PhoneConfigurationManager$MockableInterface
art-benchmark-service56aece62020-02-10 17:58:03 -08009517com.android.internal.telephony.PhoneConfigurationManager
art-benchmark-service0d6aafc2020-05-24 20:29:20 -07009518com.android.internal.telephony.PhoneConstantConversions$1
9519com.android.internal.telephony.PhoneConstantConversions
9520com.android.internal.telephony.PhoneConstants$DataState
9521com.android.internal.telephony.PhoneConstants$State
art-benchmark-service56aece62020-02-10 17:58:03 -08009522com.android.internal.telephony.PhoneFactory
9523com.android.internal.telephony.PhoneInternalInterface$DataActivityState
9524com.android.internal.telephony.PhoneInternalInterface$DialArgs$Builder
9525com.android.internal.telephony.PhoneInternalInterface$DialArgs
9526com.android.internal.telephony.PhoneInternalInterface$SuppService
9527com.android.internal.telephony.PhoneInternalInterface
9528com.android.internal.telephony.PhoneNotifier
9529com.android.internal.telephony.PhoneSubInfoController$CallPhoneMethodHelper
9530com.android.internal.telephony.PhoneSubInfoController$PermissionCheckHelper
9531com.android.internal.telephony.PhoneSubInfoController
9532com.android.internal.telephony.PhoneSwitcher$1
9533com.android.internal.telephony.PhoneSwitcher$2
art-benchmark-serviced5115932020-02-25 17:55:03 -08009534com.android.internal.telephony.PhoneSwitcher$3
art-benchmark-service13164882020-11-07 02:19:14 -08009535com.android.internal.telephony.PhoneSwitcher$4
art-benchmark-service56aece62020-02-10 17:58:03 -08009536com.android.internal.telephony.PhoneSwitcher$DefaultNetworkCallback
9537com.android.internal.telephony.PhoneSwitcher$EmergencyOverrideRequest
9538com.android.internal.telephony.PhoneSwitcher$PhoneState
9539com.android.internal.telephony.PhoneSwitcher$PhoneSwitcherNetworkRequestListener
9540com.android.internal.telephony.PhoneSwitcher
art-benchmark-service13164882020-11-07 02:19:14 -08009541com.android.internal.telephony.Preconditions
art-benchmark-service56aece62020-02-10 17:58:03 -08009542com.android.internal.telephony.ProxyController$1
9543com.android.internal.telephony.ProxyController
art-benchmark-service13164882020-11-07 02:19:14 -08009544com.android.internal.telephony.RIL$1
art-benchmark-service56aece62020-02-10 17:58:03 -08009545com.android.internal.telephony.RIL$RadioProxyDeathRecipient
9546com.android.internal.telephony.RIL$RilHandler
9547com.android.internal.telephony.RIL
art-benchmark-service0d6aafc2020-05-24 20:29:20 -07009548com.android.internal.telephony.RILConstants
art-benchmark-service56aece62020-02-10 17:58:03 -08009549com.android.internal.telephony.RILRequest
9550com.android.internal.telephony.RadioBugDetector
9551com.android.internal.telephony.RadioCapability
9552com.android.internal.telephony.RadioConfig$ServiceDeathRecipient
9553com.android.internal.telephony.RadioConfig
9554com.android.internal.telephony.RadioConfigIndication
9555com.android.internal.telephony.RadioConfigResponse
9556com.android.internal.telephony.RadioIndication
art-benchmark-service13164882020-11-07 02:19:14 -08009557com.android.internal.telephony.RadioNVItems
art-benchmark-service56aece62020-02-10 17:58:03 -08009558com.android.internal.telephony.RadioResponse
9559com.android.internal.telephony.RatRatcheter$1
9560com.android.internal.telephony.RatRatcheter
art-benchmark-serviced5115932020-02-25 17:55:03 -08009561com.android.internal.telephony.Registrant
art-benchmark-service56aece62020-02-10 17:58:03 -08009562com.android.internal.telephony.RegistrantList
art-benchmark-service13164882020-11-07 02:19:14 -08009563com.android.internal.telephony.RegistrationFailedEvent
art-benchmark-service56aece62020-02-10 17:58:03 -08009564com.android.internal.telephony.RestrictedState
9565com.android.internal.telephony.RetryManager$RetryRec
9566com.android.internal.telephony.RetryManager
9567com.android.internal.telephony.RilWakelockInfo
art-benchmark-service13164882020-11-07 02:19:14 -08009568com.android.internal.telephony.SMSDispatcher$1
9569com.android.internal.telephony.SMSDispatcher$ConfirmDialogListener
art-benchmark-service56aece62020-02-10 17:58:03 -08009570com.android.internal.telephony.SMSDispatcher$DataSmsSender
art-benchmark-service13164882020-11-07 02:19:14 -08009571com.android.internal.telephony.SMSDispatcher$MultipartSmsSender
9572com.android.internal.telephony.SMSDispatcher$MultipartSmsSenderCallback
art-benchmark-service56aece62020-02-10 17:58:03 -08009573com.android.internal.telephony.SMSDispatcher$SettingsObserver
9574com.android.internal.telephony.SMSDispatcher$SmsSender
9575com.android.internal.telephony.SMSDispatcher$SmsSenderCallback
9576com.android.internal.telephony.SMSDispatcher$SmsTracker
9577com.android.internal.telephony.SMSDispatcher$TextSmsSender
9578com.android.internal.telephony.SMSDispatcher
9579com.android.internal.telephony.ServiceStateTracker$1
art-benchmark-service13164882020-11-07 02:19:14 -08009580com.android.internal.telephony.ServiceStateTracker$CarrierNameDisplayBitmask
art-benchmark-service56aece62020-02-10 17:58:03 -08009581com.android.internal.telephony.ServiceStateTracker$SstSubscriptionsChangedListener
9582com.android.internal.telephony.ServiceStateTracker
9583com.android.internal.telephony.SettingsObserver
9584com.android.internal.telephony.SimActivationTracker$1
9585com.android.internal.telephony.SimActivationTracker
art-benchmark-service13164882020-11-07 02:19:14 -08009586com.android.internal.telephony.Sms7BitEncodingTranslator
art-benchmark-serviced5115932020-02-25 17:55:03 -08009587com.android.internal.telephony.SmsAddress
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -07009588com.android.internal.telephony.SmsApplication$SmsApplicationData
Calin Juravle00b23d32019-03-08 17:52:20 -08009589com.android.internal.telephony.SmsApplication$SmsPackageMonitor
9590com.android.internal.telephony.SmsApplication
art-benchmark-service56aece62020-02-10 17:58:03 -08009591com.android.internal.telephony.SmsBroadcastUndelivered$1
art-benchmark-serviced5115932020-02-25 17:55:03 -08009592com.android.internal.telephony.SmsBroadcastUndelivered$2
art-benchmark-service56aece62020-02-10 17:58:03 -08009593com.android.internal.telephony.SmsBroadcastUndelivered$ScanRawTableThread
9594com.android.internal.telephony.SmsBroadcastUndelivered$SmsReferenceKey
9595com.android.internal.telephony.SmsBroadcastUndelivered
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009596com.android.internal.telephony.SmsConstants$MessageClass
art-benchmark-service56aece62020-02-10 17:58:03 -08009597com.android.internal.telephony.SmsController
9598com.android.internal.telephony.SmsDispatchersController$1
art-benchmark-service13164882020-11-07 02:19:14 -08009599com.android.internal.telephony.SmsDispatchersController$SmsInjectionCallback
art-benchmark-service56aece62020-02-10 17:58:03 -08009600com.android.internal.telephony.SmsDispatchersController
art-benchmark-serviced5115932020-02-25 17:55:03 -08009601com.android.internal.telephony.SmsHeader$ConcatRef
art-benchmark-serviced60351b2020-04-11 17:55:40 -07009602com.android.internal.telephony.SmsHeader$MiscElt
art-benchmark-serviced5115932020-02-25 17:55:03 -08009603com.android.internal.telephony.SmsHeader$PortAddrs
art-benchmark-serviced60351b2020-04-11 17:55:40 -07009604com.android.internal.telephony.SmsHeader$SpecialSmsMsg
art-benchmark-serviced5115932020-02-25 17:55:03 -08009605com.android.internal.telephony.SmsHeader
9606com.android.internal.telephony.SmsMessageBase$SubmitPduBase
art-benchmark-service0d6aafc2020-05-24 20:29:20 -07009607com.android.internal.telephony.SmsMessageBase
art-benchmark-serviced5115932020-02-25 17:55:03 -08009608com.android.internal.telephony.SmsNumberUtils$NumberEntry
art-benchmark-serviced8f25642020-01-27 20:25:10 -08009609com.android.internal.telephony.SmsNumberUtils
art-benchmark-service56aece62020-02-10 17:58:03 -08009610com.android.internal.telephony.SmsPermissions
art-benchmark-service13164882020-11-07 02:19:14 -08009611com.android.internal.telephony.SmsRawData$1
9612com.android.internal.telephony.SmsRawData
art-benchmark-service56aece62020-02-10 17:58:03 -08009613com.android.internal.telephony.SmsResponse
9614com.android.internal.telephony.SmsStorageMonitor$1
9615com.android.internal.telephony.SmsStorageMonitor
art-benchmark-service13164882020-11-07 02:19:14 -08009616com.android.internal.telephony.SmsUsageMonitor$1
art-benchmark-service56aece62020-02-10 17:58:03 -08009617com.android.internal.telephony.SmsUsageMonitor$SettingsObserver
9618com.android.internal.telephony.SmsUsageMonitor$SettingsObserverHandler
art-benchmark-service13164882020-11-07 02:19:14 -08009619com.android.internal.telephony.SmsUsageMonitor$ShortCodePatternMatcher
art-benchmark-service56aece62020-02-10 17:58:03 -08009620com.android.internal.telephony.SmsUsageMonitor
art-benchmark-serviced5115932020-02-25 17:55:03 -08009621com.android.internal.telephony.SomeArgs
art-benchmark-service56aece62020-02-10 17:58:03 -08009622com.android.internal.telephony.State
art-benchmark-service13164882020-11-07 02:19:14 -08009623com.android.internal.telephony.StateMachine$1
9624com.android.internal.telephony.StateMachine$LogRec
art-benchmark-serviced5115932020-02-25 17:55:03 -08009625com.android.internal.telephony.StateMachine$LogRecords
art-benchmark-service13164882020-11-07 02:19:14 -08009626com.android.internal.telephony.StateMachine$SmHandler$HaltingState
9627com.android.internal.telephony.StateMachine$SmHandler$QuittingState
9628com.android.internal.telephony.StateMachine$SmHandler$StateInfo
art-benchmark-serviced5115932020-02-25 17:55:03 -08009629com.android.internal.telephony.StateMachine$SmHandler
art-benchmark-service56aece62020-02-10 17:58:03 -08009630com.android.internal.telephony.StateMachine
art-benchmark-service13164882020-11-07 02:19:14 -08009631com.android.internal.telephony.SubscriptionController$1
9632com.android.internal.telephony.SubscriptionController$WatchedInt
9633com.android.internal.telephony.SubscriptionController$WatchedSlotIndexToSubIds
art-benchmark-service56aece62020-02-10 17:58:03 -08009634com.android.internal.telephony.SubscriptionController
9635com.android.internal.telephony.SubscriptionInfoUpdater$1
9636com.android.internal.telephony.SubscriptionInfoUpdater$UpdateEmbeddedSubsCallback
9637com.android.internal.telephony.SubscriptionInfoUpdater
9638com.android.internal.telephony.TelephonyCapabilities
art-benchmark-serviced5115932020-02-25 17:55:03 -08009639com.android.internal.telephony.TelephonyCommonStatsLog
art-benchmark-service13164882020-11-07 02:19:14 -08009640com.android.internal.telephony.TelephonyComponentFactory$1
art-benchmark-service56aece62020-02-10 17:58:03 -08009641com.android.internal.telephony.TelephonyComponentFactory$InjectedComponents
9642com.android.internal.telephony.TelephonyComponentFactory
9643com.android.internal.telephony.TelephonyDevController
Calin Juravle00b23d32019-03-08 17:52:20 -08009644com.android.internal.telephony.TelephonyPermissions
art-benchmark-service13164882020-11-07 02:19:14 -08009645com.android.internal.telephony.TelephonyStatsLog
art-benchmark-service56aece62020-02-10 17:58:03 -08009646com.android.internal.telephony.TelephonyTester$1
9647com.android.internal.telephony.TelephonyTester
art-benchmark-serviced5115932020-02-25 17:55:03 -08009648com.android.internal.telephony.TimeUtils
art-benchmark-service56aece62020-02-10 17:58:03 -08009649com.android.internal.telephony.UUSInfo
9650com.android.internal.telephony.UiccPhoneBookController
art-benchmark-service13164882020-11-07 02:19:14 -08009651com.android.internal.telephony.UserIcons
art-benchmark-service56aece62020-02-10 17:58:03 -08009652com.android.internal.telephony.VisualVoicemailSmsFilter$1
art-benchmark-service13164882020-11-07 02:19:14 -08009653com.android.internal.telephony.VisualVoicemailSmsFilter$FullMessage
art-benchmark-service56aece62020-02-10 17:58:03 -08009654com.android.internal.telephony.VisualVoicemailSmsFilter$PhoneAccountHandleConverter
9655com.android.internal.telephony.VisualVoicemailSmsFilter
art-benchmark-service13164882020-11-07 02:19:14 -08009656com.android.internal.telephony.VisualVoicemailSmsParser$WrappedMessageData
9657com.android.internal.telephony.VisualVoicemailSmsParser
art-benchmark-service56aece62020-02-10 17:58:03 -08009658com.android.internal.telephony.WakeLockStateMachine$1
9659com.android.internal.telephony.WakeLockStateMachine$DefaultState
9660com.android.internal.telephony.WakeLockStateMachine$IdleState
9661com.android.internal.telephony.WakeLockStateMachine$WaitingState
9662com.android.internal.telephony.WakeLockStateMachine
art-benchmark-service13164882020-11-07 02:19:14 -08009663com.android.internal.telephony.WapPushManagerParams
art-benchmark-service56aece62020-02-10 17:58:03 -08009664com.android.internal.telephony.WapPushOverSms$1
art-benchmark-service13164882020-11-07 02:19:14 -08009665com.android.internal.telephony.WapPushOverSms$DecodedResult
art-benchmark-service56aece62020-02-10 17:58:03 -08009666com.android.internal.telephony.WapPushOverSms
art-benchmark-service13164882020-11-07 02:19:14 -08009667com.android.internal.telephony.WspTypeDecoder
art-benchmark-service56aece62020-02-10 17:58:03 -08009668com.android.internal.telephony.cat.AppInterface$CommandType
9669com.android.internal.telephony.cat.AppInterface
9670com.android.internal.telephony.cat.BIPClientParams
9671com.android.internal.telephony.cat.BerTlv
9672com.android.internal.telephony.cat.CallSetupParams
9673com.android.internal.telephony.cat.CatCmdMessage$1
art-benchmark-service13164882020-11-07 02:19:14 -08009674com.android.internal.telephony.cat.CatCmdMessage$2
9675com.android.internal.telephony.cat.CatCmdMessage$BrowserSettings
9676com.android.internal.telephony.cat.CatCmdMessage$BrowserTerminationCauses
9677com.android.internal.telephony.cat.CatCmdMessage$CallSettings
9678com.android.internal.telephony.cat.CatCmdMessage$SetupEventListConstants
9679com.android.internal.telephony.cat.CatCmdMessage$SetupEventListSettings
art-benchmark-service56aece62020-02-10 17:58:03 -08009680com.android.internal.telephony.cat.CatCmdMessage
9681com.android.internal.telephony.cat.CatException
9682com.android.internal.telephony.cat.CatLog
9683com.android.internal.telephony.cat.CatResponseMessage
9684com.android.internal.telephony.cat.CatService$1
9685com.android.internal.telephony.cat.CatService
art-benchmark-serviced5115932020-02-25 17:55:03 -08009686com.android.internal.telephony.cat.CommandDetails$1
9687com.android.internal.telephony.cat.CommandDetails
art-benchmark-service56aece62020-02-10 17:58:03 -08009688com.android.internal.telephony.cat.CommandParams
9689com.android.internal.telephony.cat.CommandParamsFactory$1
9690com.android.internal.telephony.cat.CommandParamsFactory
9691com.android.internal.telephony.cat.ComprehensionTlv
9692com.android.internal.telephony.cat.ComprehensionTlvTag
9693com.android.internal.telephony.cat.DTTZResponseData
art-benchmark-service13164882020-11-07 02:19:14 -08009694com.android.internal.telephony.cat.DeviceIdentities
art-benchmark-service56aece62020-02-10 17:58:03 -08009695com.android.internal.telephony.cat.DisplayTextParams
art-benchmark-service13164882020-11-07 02:19:14 -08009696com.android.internal.telephony.cat.Duration$1
9697com.android.internal.telephony.cat.Duration$TimeUnit
9698com.android.internal.telephony.cat.Duration
9699com.android.internal.telephony.cat.FontSize
9700com.android.internal.telephony.cat.GetInkeyInputResponseData
9701com.android.internal.telephony.cat.GetInputParams
9702com.android.internal.telephony.cat.IconId
art-benchmark-service56aece62020-02-10 17:58:03 -08009703com.android.internal.telephony.cat.IconLoader
art-benchmark-service13164882020-11-07 02:19:14 -08009704com.android.internal.telephony.cat.ImageDescriptor
9705com.android.internal.telephony.cat.Input$1
9706com.android.internal.telephony.cat.Input
9707com.android.internal.telephony.cat.Item$1
9708com.android.internal.telephony.cat.Item
9709com.android.internal.telephony.cat.ItemsIconId
art-benchmark-service56aece62020-02-10 17:58:03 -08009710com.android.internal.telephony.cat.LanguageParams
9711com.android.internal.telephony.cat.LanguageResponseData
art-benchmark-service13164882020-11-07 02:19:14 -08009712com.android.internal.telephony.cat.LaunchBrowserMode
art-benchmark-service56aece62020-02-10 17:58:03 -08009713com.android.internal.telephony.cat.LaunchBrowserParams
art-benchmark-service13164882020-11-07 02:19:14 -08009714com.android.internal.telephony.cat.Menu$1
9715com.android.internal.telephony.cat.Menu
9716com.android.internal.telephony.cat.PlayToneParams
9717com.android.internal.telephony.cat.PresentationType
art-benchmark-service56aece62020-02-10 17:58:03 -08009718com.android.internal.telephony.cat.ResponseData
9719com.android.internal.telephony.cat.ResultCode
art-benchmark-service13164882020-11-07 02:19:14 -08009720com.android.internal.telephony.cat.ResultException$1
art-benchmark-service56aece62020-02-10 17:58:03 -08009721com.android.internal.telephony.cat.ResultException
9722com.android.internal.telephony.cat.RilMessage
art-benchmark-service13164882020-11-07 02:19:14 -08009723com.android.internal.telephony.cat.RilMessageDecoder$1
art-benchmark-service56aece62020-02-10 17:58:03 -08009724com.android.internal.telephony.cat.RilMessageDecoder$StateCmdParamsReady
9725com.android.internal.telephony.cat.RilMessageDecoder$StateStart
9726com.android.internal.telephony.cat.RilMessageDecoder
art-benchmark-service13164882020-11-07 02:19:14 -08009727com.android.internal.telephony.cat.SelectItemParams
9728com.android.internal.telephony.cat.SelectItemResponseData
9729com.android.internal.telephony.cat.SetEventListParams
9730com.android.internal.telephony.cat.TextAlignment
9731com.android.internal.telephony.cat.TextAttribute
9732com.android.internal.telephony.cat.TextColor
art-benchmark-serviced5115932020-02-25 17:55:03 -08009733com.android.internal.telephony.cat.TextMessage$1
9734com.android.internal.telephony.cat.TextMessage
art-benchmark-service13164882020-11-07 02:19:14 -08009735com.android.internal.telephony.cat.Tone$1
9736com.android.internal.telephony.cat.Tone
9737com.android.internal.telephony.cat.ToneSettings$1
9738com.android.internal.telephony.cat.ToneSettings
art-benchmark-serviced5115932020-02-25 17:55:03 -08009739com.android.internal.telephony.cat.ValueObject
art-benchmark-service56aece62020-02-10 17:58:03 -08009740com.android.internal.telephony.cat.ValueParser
9741com.android.internal.telephony.cdma.CdmaCallWaitingNotification
art-benchmark-serviced5115932020-02-25 17:55:03 -08009742com.android.internal.telephony.cdma.CdmaInboundSmsHandler$CdmaCbTestBroadcastReceiver
9743com.android.internal.telephony.cdma.CdmaInboundSmsHandler$CdmaScpTestBroadcastReceiver
art-benchmark-service56aece62020-02-10 17:58:03 -08009744com.android.internal.telephony.cdma.CdmaInboundSmsHandler
art-benchmark-service13164882020-11-07 02:19:14 -08009745com.android.internal.telephony.cdma.CdmaInformationRecords$CdmaDisplayInfoRec
9746com.android.internal.telephony.cdma.CdmaInformationRecords$CdmaLineControlInfoRec
9747com.android.internal.telephony.cdma.CdmaInformationRecords$CdmaNumberInfoRec
9748com.android.internal.telephony.cdma.CdmaInformationRecords$CdmaRedirectingNumberInfoRec
9749com.android.internal.telephony.cdma.CdmaInformationRecords$CdmaSignalInfoRec
9750com.android.internal.telephony.cdma.CdmaInformationRecords$CdmaT53AudioControlInfoRec
9751com.android.internal.telephony.cdma.CdmaInformationRecords$CdmaT53ClirInfoRec
9752com.android.internal.telephony.cdma.CdmaInformationRecords
9753com.android.internal.telephony.cdma.CdmaMmiCode
art-benchmark-service56aece62020-02-10 17:58:03 -08009754com.android.internal.telephony.cdma.CdmaSMSDispatcher
9755com.android.internal.telephony.cdma.CdmaSmsBroadcastConfigInfo
9756com.android.internal.telephony.cdma.CdmaSubscriptionSourceManager
9757com.android.internal.telephony.cdma.EriInfo
art-benchmark-service13164882020-11-07 02:19:14 -08009758com.android.internal.telephony.cdma.EriManager$EriDisplayInformation
art-benchmark-service56aece62020-02-10 17:58:03 -08009759com.android.internal.telephony.cdma.EriManager$EriFile
9760com.android.internal.telephony.cdma.EriManager
art-benchmark-service13164882020-11-07 02:19:14 -08009761com.android.internal.telephony.cdma.SignalToneUtil
9762com.android.internal.telephony.cdma.SmsMessage$SubmitPdu
art-benchmark-service0d6aafc2020-05-24 20:29:20 -07009763com.android.internal.telephony.cdma.SmsMessage
art-benchmark-service13164882020-11-07 02:19:14 -08009764com.android.internal.telephony.cdma.SmsMessageConverter
art-benchmark-serviced60351b2020-04-11 17:55:40 -07009765com.android.internal.telephony.cdma.sms.BearerData$CodingException
art-benchmark-serviced5115932020-02-25 17:55:03 -08009766com.android.internal.telephony.cdma.sms.BearerData$TimeStamp
9767com.android.internal.telephony.cdma.sms.BearerData
9768com.android.internal.telephony.cdma.sms.CdmaSmsAddress
9769com.android.internal.telephony.cdma.sms.CdmaSmsSubaddress
9770com.android.internal.telephony.cdma.sms.SmsEnvelope
9771com.android.internal.telephony.cdma.sms.UserData
art-benchmark-service13164882020-11-07 02:19:14 -08009772com.android.internal.telephony.cdnr.BrandOverrideEfData
9773com.android.internal.telephony.cdnr.CarrierConfigEfData
art-benchmark-service56aece62020-02-10 17:58:03 -08009774com.android.internal.telephony.cdnr.CarrierDisplayNameData$1
9775com.android.internal.telephony.cdnr.CarrierDisplayNameData$Builder
9776com.android.internal.telephony.cdnr.CarrierDisplayNameData
9777com.android.internal.telephony.cdnr.CarrierDisplayNameResolver$CarrierDisplayNameConditionRule
art-benchmark-service13164882020-11-07 02:19:14 -08009778com.android.internal.telephony.cdnr.CarrierDisplayNameResolver$WfcCarrierNameFormatter
art-benchmark-service56aece62020-02-10 17:58:03 -08009779com.android.internal.telephony.cdnr.CarrierDisplayNameResolver
art-benchmark-service13164882020-11-07 02:19:14 -08009780com.android.internal.telephony.cdnr.EfData$EFSource
9781com.android.internal.telephony.cdnr.EfData
9782com.android.internal.telephony.cdnr.EriEfData
9783com.android.internal.telephony.cdnr.RuimEfData
9784com.android.internal.telephony.cdnr.UsimEfData
art-benchmark-service56aece62020-02-10 17:58:03 -08009785com.android.internal.telephony.dataconnection.AccessNetworksManager$1
art-benchmark-service13164882020-11-07 02:19:14 -08009786com.android.internal.telephony.dataconnection.AccessNetworksManager$AccessNetworksManagerDeathRecipient
9787com.android.internal.telephony.dataconnection.AccessNetworksManager$QualifiedNetworks
9788com.android.internal.telephony.dataconnection.AccessNetworksManager$QualifiedNetworksServiceCallback
9789com.android.internal.telephony.dataconnection.AccessNetworksManager$QualifiedNetworksServiceConnection
art-benchmark-service56aece62020-02-10 17:58:03 -08009790com.android.internal.telephony.dataconnection.AccessNetworksManager
art-benchmark-service13164882020-11-07 02:19:14 -08009791com.android.internal.telephony.dataconnection.ApnConfigType
9792com.android.internal.telephony.dataconnection.ApnConfigTypeRepository
art-benchmark-service56aece62020-02-10 17:58:03 -08009793com.android.internal.telephony.dataconnection.ApnContext
9794com.android.internal.telephony.dataconnection.ApnSettingUtils
art-benchmark-service13164882020-11-07 02:19:14 -08009795com.android.internal.telephony.dataconnection.CellularDataService$1
art-benchmark-service56aece62020-02-10 17:58:03 -08009796com.android.internal.telephony.dataconnection.CellularDataService$CellularDataServiceProvider$1
9797com.android.internal.telephony.dataconnection.CellularDataService$CellularDataServiceProvider
9798com.android.internal.telephony.dataconnection.CellularDataService
art-benchmark-service13164882020-11-07 02:19:14 -08009799com.android.internal.telephony.dataconnection.DataConnection$1
art-benchmark-service56aece62020-02-10 17:58:03 -08009800com.android.internal.telephony.dataconnection.DataConnection$2
9801com.android.internal.telephony.dataconnection.DataConnection$ConnectionParams
9802com.android.internal.telephony.dataconnection.DataConnection$DcActivatingState
9803com.android.internal.telephony.dataconnection.DataConnection$DcActiveState
9804com.android.internal.telephony.dataconnection.DataConnection$DcDefaultState
9805com.android.internal.telephony.dataconnection.DataConnection$DcDisconnectingState
9806com.android.internal.telephony.dataconnection.DataConnection$DcDisconnectionErrorCreatingConnection
9807com.android.internal.telephony.dataconnection.DataConnection$DcInactiveState
9808com.android.internal.telephony.dataconnection.DataConnection$DisconnectParams
art-benchmark-service13164882020-11-07 02:19:14 -08009809com.android.internal.telephony.dataconnection.DataConnection$HandoverState
art-benchmark-service56aece62020-02-10 17:58:03 -08009810com.android.internal.telephony.dataconnection.DataConnection$SetupResult
9811com.android.internal.telephony.dataconnection.DataConnection$UpdateLinkPropertyResult
9812com.android.internal.telephony.dataconnection.DataConnection
9813com.android.internal.telephony.dataconnection.DataConnectionReasons$DataAllowedReasonType
9814com.android.internal.telephony.dataconnection.DataConnectionReasons$DataDisallowedReasonType
9815com.android.internal.telephony.dataconnection.DataConnectionReasons
art-benchmark-service13164882020-11-07 02:19:14 -08009816com.android.internal.telephony.dataconnection.DataEnabledOverride$1
9817com.android.internal.telephony.dataconnection.DataEnabledOverride$OverrideConditions$Condition
art-benchmark-service56aece62020-02-10 17:58:03 -08009818com.android.internal.telephony.dataconnection.DataEnabledOverride$OverrideConditions
9819com.android.internal.telephony.dataconnection.DataEnabledOverride$OverrideRule
9820com.android.internal.telephony.dataconnection.DataEnabledOverride
9821com.android.internal.telephony.dataconnection.DataEnabledSettings$1
9822com.android.internal.telephony.dataconnection.DataEnabledSettings$2
art-benchmark-service13164882020-11-07 02:19:14 -08009823com.android.internal.telephony.dataconnection.DataEnabledSettings$DataEnabledChangedReason
art-benchmark-service56aece62020-02-10 17:58:03 -08009824com.android.internal.telephony.dataconnection.DataEnabledSettings
9825com.android.internal.telephony.dataconnection.DataServiceManager$1
9826com.android.internal.telephony.dataconnection.DataServiceManager$CellularDataServiceCallback
9827com.android.internal.telephony.dataconnection.DataServiceManager$CellularDataServiceConnection
9828com.android.internal.telephony.dataconnection.DataServiceManager$DataServiceManagerDeathRecipient
9829com.android.internal.telephony.dataconnection.DataServiceManager
art-benchmark-service13164882020-11-07 02:19:14 -08009830com.android.internal.telephony.dataconnection.DcController$PhysicalLinkState
art-benchmark-service56aece62020-02-10 17:58:03 -08009831com.android.internal.telephony.dataconnection.DcController
9832com.android.internal.telephony.dataconnection.DcFailBringUp
art-benchmark-service13164882020-11-07 02:19:14 -08009833com.android.internal.telephony.dataconnection.DcNetworkAgent$DcKeepaliveTracker$KeepaliveRecord
art-benchmark-serviced5115932020-02-25 17:55:03 -08009834com.android.internal.telephony.dataconnection.DcNetworkAgent$DcKeepaliveTracker
art-benchmark-service56aece62020-02-10 17:58:03 -08009835com.android.internal.telephony.dataconnection.DcNetworkAgent
9836com.android.internal.telephony.dataconnection.DcRequest
9837com.android.internal.telephony.dataconnection.DcTesterDeactivateAll$1
9838com.android.internal.telephony.dataconnection.DcTesterDeactivateAll
9839com.android.internal.telephony.dataconnection.DcTesterFailBringUpAll$1
9840com.android.internal.telephony.dataconnection.DcTesterFailBringUpAll
9841com.android.internal.telephony.dataconnection.DcTracker$1
9842com.android.internal.telephony.dataconnection.DcTracker$2
9843com.android.internal.telephony.dataconnection.DcTracker$3
9844com.android.internal.telephony.dataconnection.DcTracker$4
art-benchmark-service56aece62020-02-10 17:58:03 -08009845com.android.internal.telephony.dataconnection.DcTracker$ApnChangeObserver
9846com.android.internal.telephony.dataconnection.DcTracker$DataStallRecoveryHandler
art-benchmark-service56aece62020-02-10 17:58:03 -08009847com.android.internal.telephony.dataconnection.DcTracker$ProvisionNotificationBroadcastReceiver
art-benchmark-service13164882020-11-07 02:19:14 -08009848com.android.internal.telephony.dataconnection.DcTracker$RecoveryAction
9849com.android.internal.telephony.dataconnection.DcTracker$ReleaseNetworkType
9850com.android.internal.telephony.dataconnection.DcTracker$RequestNetworkType
art-benchmark-service56aece62020-02-10 17:58:03 -08009851com.android.internal.telephony.dataconnection.DcTracker$RetryFailures
9852com.android.internal.telephony.dataconnection.DcTracker$TxRxSum
9853com.android.internal.telephony.dataconnection.DcTracker
9854com.android.internal.telephony.dataconnection.KeepaliveStatus$1
9855com.android.internal.telephony.dataconnection.KeepaliveStatus
art-benchmark-service13164882020-11-07 02:19:14 -08009856com.android.internal.telephony.dataconnection.TelephonyNetworkFactory$1
art-benchmark-service56aece62020-02-10 17:58:03 -08009857com.android.internal.telephony.dataconnection.TelephonyNetworkFactory$InternalHandler
9858com.android.internal.telephony.dataconnection.TelephonyNetworkFactory
art-benchmark-service13164882020-11-07 02:19:14 -08009859com.android.internal.telephony.dataconnection.TransportManager$HandoverParams$HandoverCallback
art-benchmark-service56aece62020-02-10 17:58:03 -08009860com.android.internal.telephony.dataconnection.TransportManager$HandoverParams
art-benchmark-service13164882020-11-07 02:19:14 -08009861com.android.internal.telephony.dataconnection.TransportManager$IwlanOperationMode
art-benchmark-service56aece62020-02-10 17:58:03 -08009862com.android.internal.telephony.dataconnection.TransportManager
9863com.android.internal.telephony.emergency.EmergencyNumberTracker$1
9864com.android.internal.telephony.emergency.EmergencyNumberTracker
art-benchmark-service13164882020-11-07 02:19:14 -08009865com.android.internal.telephony.euicc.EuiccCardController$10
9866com.android.internal.telephony.euicc.EuiccCardController$11
9867com.android.internal.telephony.euicc.EuiccCardController$12
9868com.android.internal.telephony.euicc.EuiccCardController$13
9869com.android.internal.telephony.euicc.EuiccCardController$14
9870com.android.internal.telephony.euicc.EuiccCardController$15
9871com.android.internal.telephony.euicc.EuiccCardController$16
9872com.android.internal.telephony.euicc.EuiccCardController$17
9873com.android.internal.telephony.euicc.EuiccCardController$18
9874com.android.internal.telephony.euicc.EuiccCardController$19
9875com.android.internal.telephony.euicc.EuiccCardController$1
9876com.android.internal.telephony.euicc.EuiccCardController$20
9877com.android.internal.telephony.euicc.EuiccCardController$21
9878com.android.internal.telephony.euicc.EuiccCardController$22
9879com.android.internal.telephony.euicc.EuiccCardController$2
9880com.android.internal.telephony.euicc.EuiccCardController$3
9881com.android.internal.telephony.euicc.EuiccCardController$4$1
9882com.android.internal.telephony.euicc.EuiccCardController$4
9883com.android.internal.telephony.euicc.EuiccCardController$5
9884com.android.internal.telephony.euicc.EuiccCardController$6
9885com.android.internal.telephony.euicc.EuiccCardController$7
9886com.android.internal.telephony.euicc.EuiccCardController$8
9887com.android.internal.telephony.euicc.EuiccCardController$9
art-benchmark-service56aece62020-02-10 17:58:03 -08009888com.android.internal.telephony.euicc.EuiccCardController$SimSlotStatusChangedBroadcastReceiver
9889com.android.internal.telephony.euicc.EuiccCardController
9890com.android.internal.telephony.euicc.EuiccConnector$1
9891com.android.internal.telephony.euicc.EuiccConnector$AvailableState
9892com.android.internal.telephony.euicc.EuiccConnector$BaseEuiccCommandCallback
9893com.android.internal.telephony.euicc.EuiccConnector$BindingState
9894com.android.internal.telephony.euicc.EuiccConnector$ConnectedState$10
9895com.android.internal.telephony.euicc.EuiccConnector$ConnectedState$11
9896com.android.internal.telephony.euicc.EuiccConnector$ConnectedState$12
9897com.android.internal.telephony.euicc.EuiccConnector$ConnectedState$13
art-benchmark-serviced5115932020-02-25 17:55:03 -08009898com.android.internal.telephony.euicc.EuiccConnector$ConnectedState$14
art-benchmark-service13164882020-11-07 02:19:14 -08009899com.android.internal.telephony.euicc.EuiccConnector$ConnectedState$15
art-benchmark-service56aece62020-02-10 17:58:03 -08009900com.android.internal.telephony.euicc.EuiccConnector$ConnectedState$1
9901com.android.internal.telephony.euicc.EuiccConnector$ConnectedState$2
9902com.android.internal.telephony.euicc.EuiccConnector$ConnectedState$3
9903com.android.internal.telephony.euicc.EuiccConnector$ConnectedState$4
9904com.android.internal.telephony.euicc.EuiccConnector$ConnectedState$5
9905com.android.internal.telephony.euicc.EuiccConnector$ConnectedState$6
9906com.android.internal.telephony.euicc.EuiccConnector$ConnectedState$7
9907com.android.internal.telephony.euicc.EuiccConnector$ConnectedState$8
9908com.android.internal.telephony.euicc.EuiccConnector$ConnectedState$9
9909com.android.internal.telephony.euicc.EuiccConnector$ConnectedState
art-benchmark-service13164882020-11-07 02:19:14 -08009910com.android.internal.telephony.euicc.EuiccConnector$DeleteCommandCallback
art-benchmark-service56aece62020-02-10 17:58:03 -08009911com.android.internal.telephony.euicc.EuiccConnector$DeleteRequest
9912com.android.internal.telephony.euicc.EuiccConnector$DisconnectedState
art-benchmark-service13164882020-11-07 02:19:14 -08009913com.android.internal.telephony.euicc.EuiccConnector$DownloadCommandCallback
art-benchmark-service56aece62020-02-10 17:58:03 -08009914com.android.internal.telephony.euicc.EuiccConnector$DownloadRequest
art-benchmark-service13164882020-11-07 02:19:14 -08009915com.android.internal.telephony.euicc.EuiccConnector$DumpEuiccServiceCommandCallback
9916com.android.internal.telephony.euicc.EuiccConnector$EraseCommandCallback
art-benchmark-service56aece62020-02-10 17:58:03 -08009917com.android.internal.telephony.euicc.EuiccConnector$EuiccPackageMonitor
art-benchmark-service13164882020-11-07 02:19:14 -08009918com.android.internal.telephony.euicc.EuiccConnector$GetDefaultListCommandCallback
art-benchmark-service56aece62020-02-10 17:58:03 -08009919com.android.internal.telephony.euicc.EuiccConnector$GetDefaultListRequest
art-benchmark-service13164882020-11-07 02:19:14 -08009920com.android.internal.telephony.euicc.EuiccConnector$GetEidCommandCallback
9921com.android.internal.telephony.euicc.EuiccConnector$GetEuiccInfoCommandCallback
art-benchmark-service56aece62020-02-10 17:58:03 -08009922com.android.internal.telephony.euicc.EuiccConnector$GetEuiccProfileInfoListCommandCallback
art-benchmark-service13164882020-11-07 02:19:14 -08009923com.android.internal.telephony.euicc.EuiccConnector$GetMetadataCommandCallback
art-benchmark-service56aece62020-02-10 17:58:03 -08009924com.android.internal.telephony.euicc.EuiccConnector$GetMetadataRequest
art-benchmark-service13164882020-11-07 02:19:14 -08009925com.android.internal.telephony.euicc.EuiccConnector$GetOtaStatusCommandCallback
9926com.android.internal.telephony.euicc.EuiccConnector$OtaStatusChangedCallback
9927com.android.internal.telephony.euicc.EuiccConnector$RetainSubscriptionsCommandCallback
9928com.android.internal.telephony.euicc.EuiccConnector$SwitchCommandCallback
art-benchmark-service56aece62020-02-10 17:58:03 -08009929com.android.internal.telephony.euicc.EuiccConnector$SwitchRequest
9930com.android.internal.telephony.euicc.EuiccConnector$UnavailableState
art-benchmark-service13164882020-11-07 02:19:14 -08009931com.android.internal.telephony.euicc.EuiccConnector$UpdateNicknameCommandCallback
art-benchmark-service56aece62020-02-10 17:58:03 -08009932com.android.internal.telephony.euicc.EuiccConnector$UpdateNicknameRequest
9933com.android.internal.telephony.euicc.EuiccConnector
art-benchmark-service13164882020-11-07 02:19:14 -08009934com.android.internal.telephony.euicc.EuiccController$10
9935com.android.internal.telephony.euicc.EuiccController$11
9936com.android.internal.telephony.euicc.EuiccController$12
9937com.android.internal.telephony.euicc.EuiccController$13
9938com.android.internal.telephony.euicc.EuiccController$1
9939com.android.internal.telephony.euicc.EuiccController$2
art-benchmark-service56aece62020-02-10 17:58:03 -08009940com.android.internal.telephony.euicc.EuiccController$3
art-benchmark-service13164882020-11-07 02:19:14 -08009941com.android.internal.telephony.euicc.EuiccController$4
9942com.android.internal.telephony.euicc.EuiccController$5
9943com.android.internal.telephony.euicc.EuiccController$6
9944com.android.internal.telephony.euicc.EuiccController$7
9945com.android.internal.telephony.euicc.EuiccController$8
9946com.android.internal.telephony.euicc.EuiccController$9
9947com.android.internal.telephony.euicc.EuiccController$DownloadSubscriptionGetMetadataCommandCallback
9948com.android.internal.telephony.euicc.EuiccController$GetDefaultListCommandCallback
9949com.android.internal.telephony.euicc.EuiccController$GetMetadataCommandCallback
art-benchmark-service56aece62020-02-10 17:58:03 -08009950com.android.internal.telephony.euicc.EuiccController
art-benchmark-service13164882020-11-07 02:19:14 -08009951com.android.internal.telephony.euicc.EuiccOperation$1
9952com.android.internal.telephony.euicc.EuiccOperation$Action
9953com.android.internal.telephony.euicc.EuiccOperation
9954com.android.internal.telephony.euicc.IAuthenticateServerCallback$Stub
9955com.android.internal.telephony.euicc.IAuthenticateServerCallback
9956com.android.internal.telephony.euicc.ICancelSessionCallback$Stub
9957com.android.internal.telephony.euicc.ICancelSessionCallback
9958com.android.internal.telephony.euicc.IDeleteProfileCallback$Stub
9959com.android.internal.telephony.euicc.IDeleteProfileCallback
9960com.android.internal.telephony.euicc.IDisableProfileCallback$Stub
9961com.android.internal.telephony.euicc.IDisableProfileCallback
art-benchmark-serviced5115932020-02-25 17:55:03 -08009962com.android.internal.telephony.euicc.IEuiccCardController$Stub$Proxy
art-benchmark-service0d6aafc2020-05-24 20:29:20 -07009963com.android.internal.telephony.euicc.IEuiccCardController$Stub
9964com.android.internal.telephony.euicc.IEuiccCardController
9965com.android.internal.telephony.euicc.IEuiccController$Stub$Proxy
9966com.android.internal.telephony.euicc.IEuiccController$Stub
9967com.android.internal.telephony.euicc.IEuiccController
art-benchmark-serviced5115932020-02-25 17:55:03 -08009968com.android.internal.telephony.euicc.IGetAllProfilesCallback$Stub
9969com.android.internal.telephony.euicc.IGetAllProfilesCallback
art-benchmark-service13164882020-11-07 02:19:14 -08009970com.android.internal.telephony.euicc.IGetDefaultSmdpAddressCallback$Stub
9971com.android.internal.telephony.euicc.IGetDefaultSmdpAddressCallback
9972com.android.internal.telephony.euicc.IGetEuiccChallengeCallback$Stub
9973com.android.internal.telephony.euicc.IGetEuiccChallengeCallback
art-benchmark-serviced5115932020-02-25 17:55:03 -08009974com.android.internal.telephony.euicc.IGetEuiccInfo1Callback$Stub
9975com.android.internal.telephony.euicc.IGetEuiccInfo1Callback
art-benchmark-service13164882020-11-07 02:19:14 -08009976com.android.internal.telephony.euicc.IGetEuiccInfo2Callback$Stub
9977com.android.internal.telephony.euicc.IGetEuiccInfo2Callback
9978com.android.internal.telephony.euicc.IGetProfileCallback$Stub
9979com.android.internal.telephony.euicc.IGetProfileCallback
9980com.android.internal.telephony.euicc.IGetRulesAuthTableCallback$Stub
9981com.android.internal.telephony.euicc.IGetRulesAuthTableCallback
9982com.android.internal.telephony.euicc.IGetSmdsAddressCallback$Stub
9983com.android.internal.telephony.euicc.IGetSmdsAddressCallback
9984com.android.internal.telephony.euicc.IListNotificationsCallback$Stub
9985com.android.internal.telephony.euicc.IListNotificationsCallback
9986com.android.internal.telephony.euicc.ILoadBoundProfilePackageCallback$Stub
9987com.android.internal.telephony.euicc.ILoadBoundProfilePackageCallback
9988com.android.internal.telephony.euicc.IPrepareDownloadCallback$Stub
9989com.android.internal.telephony.euicc.IPrepareDownloadCallback
9990com.android.internal.telephony.euicc.IRemoveNotificationFromListCallback$Stub
9991com.android.internal.telephony.euicc.IRemoveNotificationFromListCallback
9992com.android.internal.telephony.euicc.IResetMemoryCallback$Stub
9993com.android.internal.telephony.euicc.IResetMemoryCallback
9994com.android.internal.telephony.euicc.IRetrieveNotificationCallback$Stub
9995com.android.internal.telephony.euicc.IRetrieveNotificationCallback
9996com.android.internal.telephony.euicc.IRetrieveNotificationListCallback$Stub
9997com.android.internal.telephony.euicc.IRetrieveNotificationListCallback
9998com.android.internal.telephony.euicc.ISetDefaultSmdpAddressCallback$Stub
9999com.android.internal.telephony.euicc.ISetDefaultSmdpAddressCallback
10000com.android.internal.telephony.euicc.ISetNicknameCallback$Stub
10001com.android.internal.telephony.euicc.ISetNicknameCallback
10002com.android.internal.telephony.euicc.ISwitchToProfileCallback$Stub
10003com.android.internal.telephony.euicc.ISwitchToProfileCallback
art-benchmark-serviced5115932020-02-25 17:55:03 -080010004com.android.internal.telephony.gsm.GsmInboundSmsHandler$GsmCbTestBroadcastReceiver
art-benchmark-service56aece62020-02-10 17:58:03 -080010005com.android.internal.telephony.gsm.GsmInboundSmsHandler
art-benchmark-service13164882020-11-07 02:19:14 -080010006com.android.internal.telephony.gsm.GsmMmiCode$1
art-benchmark-service56aece62020-02-10 17:58:03 -080010007com.android.internal.telephony.gsm.GsmMmiCode
10008com.android.internal.telephony.gsm.GsmSMSDispatcher
art-benchmark-serviced5115932020-02-25 17:55:03 -080010009com.android.internal.telephony.gsm.GsmSmsAddress
art-benchmark-service56aece62020-02-10 17:58:03 -080010010com.android.internal.telephony.gsm.SimTlv
art-benchmark-service0d6aafc2020-05-24 20:29:20 -070010011com.android.internal.telephony.gsm.SmsBroadcastConfigInfo
art-benchmark-serviced5115932020-02-25 17:55:03 -080010012com.android.internal.telephony.gsm.SmsMessage$PduParser
art-benchmark-service13164882020-11-07 02:19:14 -080010013com.android.internal.telephony.gsm.SmsMessage$SubmitPdu
art-benchmark-service0d6aafc2020-05-24 20:29:20 -070010014com.android.internal.telephony.gsm.SmsMessage
art-benchmark-service13164882020-11-07 02:19:14 -080010015com.android.internal.telephony.gsm.SsData$RequestType
10016com.android.internal.telephony.gsm.SsData$ServiceType
10017com.android.internal.telephony.gsm.SsData$TeleserviceType
10018com.android.internal.telephony.gsm.SsData
art-benchmark-service56aece62020-02-10 17:58:03 -080010019com.android.internal.telephony.gsm.SuppServiceNotification
10020com.android.internal.telephony.gsm.UsimDataDownloadHandler
10021com.android.internal.telephony.gsm.UsimPhoneBookManager$File
10022com.android.internal.telephony.gsm.UsimPhoneBookManager$PbrRecord
10023com.android.internal.telephony.gsm.UsimPhoneBookManager
art-benchmark-service13164882020-11-07 02:19:14 -080010024com.android.internal.telephony.ims.ImsConfigCompatAdapter
10025com.android.internal.telephony.ims.ImsRegistrationCompatAdapter$1
10026com.android.internal.telephony.ims.ImsRegistrationCompatAdapter
art-benchmark-service56aece62020-02-10 17:58:03 -080010027com.android.internal.telephony.ims.ImsResolver$1
10028com.android.internal.telephony.ims.ImsResolver$2
10029com.android.internal.telephony.ims.ImsResolver$3
10030com.android.internal.telephony.ims.ImsResolver$4
10031com.android.internal.telephony.ims.ImsResolver$5
10032com.android.internal.telephony.ims.ImsResolver$6
10033com.android.internal.telephony.ims.ImsResolver$7
10034com.android.internal.telephony.ims.ImsResolver$8
10035com.android.internal.telephony.ims.ImsResolver$ImsDynamicQueryManagerFactory
10036com.android.internal.telephony.ims.ImsResolver$ImsServiceControllerFactory
10037com.android.internal.telephony.ims.ImsResolver$ImsServiceInfo
art-benchmark-service13164882020-11-07 02:19:14 -080010038com.android.internal.telephony.ims.ImsResolver$OverrideConfig
art-benchmark-service56aece62020-02-10 17:58:03 -080010039com.android.internal.telephony.ims.ImsResolver$SubscriptionManagerProxy
10040com.android.internal.telephony.ims.ImsResolver$TelephonyManagerProxy
10041com.android.internal.telephony.ims.ImsResolver
10042com.android.internal.telephony.ims.ImsServiceController$1
10043com.android.internal.telephony.ims.ImsServiceController$2
10044com.android.internal.telephony.ims.ImsServiceController$3
art-benchmark-service56aece62020-02-10 17:58:03 -080010045com.android.internal.telephony.ims.ImsServiceController$ImsFeatureStatusCallback$1
10046com.android.internal.telephony.ims.ImsServiceController$ImsFeatureStatusCallback
10047com.android.internal.telephony.ims.ImsServiceController$ImsServiceConnection
10048com.android.internal.telephony.ims.ImsServiceController$ImsServiceControllerCallbacks
10049com.android.internal.telephony.ims.ImsServiceController$RebindRetry
10050com.android.internal.telephony.ims.ImsServiceController
art-benchmark-service13164882020-11-07 02:19:14 -080010051com.android.internal.telephony.ims.ImsServiceControllerCompat
art-benchmark-service56aece62020-02-10 17:58:03 -080010052com.android.internal.telephony.ims.ImsServiceFeatureQueryManager$ImsServiceFeatureQuery
10053com.android.internal.telephony.ims.ImsServiceFeatureQueryManager$Listener
10054com.android.internal.telephony.ims.ImsServiceFeatureQueryManager
art-benchmark-service13164882020-11-07 02:19:14 -080010055com.android.internal.telephony.ims.MmTelFeatureCompatAdapter$1
10056com.android.internal.telephony.ims.MmTelFeatureCompatAdapter$2
10057com.android.internal.telephony.ims.MmTelFeatureCompatAdapter$3
10058com.android.internal.telephony.ims.MmTelFeatureCompatAdapter$4
10059com.android.internal.telephony.ims.MmTelFeatureCompatAdapter$5
10060com.android.internal.telephony.ims.MmTelFeatureCompatAdapter$ConfigListener
10061com.android.internal.telephony.ims.MmTelFeatureCompatAdapter$ImsRegistrationListenerBase
10062com.android.internal.telephony.ims.MmTelFeatureCompatAdapter
10063com.android.internal.telephony.ims.MmTelInterfaceAdapter
art-benchmark-service13164882020-11-07 02:19:14 -080010064com.android.internal.telephony.imsphone.ImsExternalCall
art-benchmark-service56aece62020-02-10 17:58:03 -080010065com.android.internal.telephony.imsphone.ImsExternalCallTracker$1
10066com.android.internal.telephony.imsphone.ImsExternalCallTracker$2
10067com.android.internal.telephony.imsphone.ImsExternalCallTracker$ExternalCallStateListener
10068com.android.internal.telephony.imsphone.ImsExternalCallTracker$ExternalConnectionListener
10069com.android.internal.telephony.imsphone.ImsExternalCallTracker$ImsCallNotify
10070com.android.internal.telephony.imsphone.ImsExternalCallTracker
10071com.android.internal.telephony.imsphone.ImsExternalConnection$Listener
10072com.android.internal.telephony.imsphone.ImsExternalConnection
10073com.android.internal.telephony.imsphone.ImsPhone$1
10074com.android.internal.telephony.imsphone.ImsPhone$2
10075com.android.internal.telephony.imsphone.ImsPhone$3
art-benchmark-serviced5115932020-02-25 17:55:03 -080010076com.android.internal.telephony.imsphone.ImsPhone$4
art-benchmark-service56aece62020-02-10 17:58:03 -080010077com.android.internal.telephony.imsphone.ImsPhone$Cf
art-benchmark-serviced5115932020-02-25 17:55:03 -080010078com.android.internal.telephony.imsphone.ImsPhone$ImsDialArgs$Builder
art-benchmark-service13164882020-11-07 02:19:14 -080010079com.android.internal.telephony.imsphone.ImsPhone$ImsDialArgs
10080com.android.internal.telephony.imsphone.ImsPhone$ImsManagerFactory
10081com.android.internal.telephony.imsphone.ImsPhone$SS
art-benchmark-service56aece62020-02-10 17:58:03 -080010082com.android.internal.telephony.imsphone.ImsPhone
10083com.android.internal.telephony.imsphone.ImsPhoneBase
10084com.android.internal.telephony.imsphone.ImsPhoneCall
art-benchmark-service13164882020-11-07 02:19:14 -080010085com.android.internal.telephony.imsphone.ImsPhoneCallTracker$10
art-benchmark-service56aece62020-02-10 17:58:03 -080010086com.android.internal.telephony.imsphone.ImsPhoneCallTracker$1
10087com.android.internal.telephony.imsphone.ImsPhoneCallTracker$2
10088com.android.internal.telephony.imsphone.ImsPhoneCallTracker$3
10089com.android.internal.telephony.imsphone.ImsPhoneCallTracker$4
10090com.android.internal.telephony.imsphone.ImsPhoneCallTracker$5
10091com.android.internal.telephony.imsphone.ImsPhoneCallTracker$6
10092com.android.internal.telephony.imsphone.ImsPhoneCallTracker$7
10093com.android.internal.telephony.imsphone.ImsPhoneCallTracker$8
10094com.android.internal.telephony.imsphone.ImsPhoneCallTracker$9
art-benchmark-service13164882020-11-07 02:19:14 -080010095com.android.internal.telephony.imsphone.ImsPhoneCallTracker$CacheEntry
10096com.android.internal.telephony.imsphone.ImsPhoneCallTracker$ConnectorFactory
art-benchmark-service56aece62020-02-10 17:58:03 -080010097com.android.internal.telephony.imsphone.ImsPhoneCallTracker$HoldSwapState
10098com.android.internal.telephony.imsphone.ImsPhoneCallTracker$MmTelFeatureListener
art-benchmark-service56aece62020-02-10 17:58:03 -080010099com.android.internal.telephony.imsphone.ImsPhoneCallTracker$PhoneStateListener
10100com.android.internal.telephony.imsphone.ImsPhoneCallTracker$SharedPreferenceProxy
art-benchmark-service13164882020-11-07 02:19:14 -080010101com.android.internal.telephony.imsphone.ImsPhoneCallTracker$VtDataUsageProvider
art-benchmark-service56aece62020-02-10 17:58:03 -080010102com.android.internal.telephony.imsphone.ImsPhoneCallTracker
10103com.android.internal.telephony.imsphone.ImsPhoneCommandInterface
art-benchmark-service13164882020-11-07 02:19:14 -080010104com.android.internal.telephony.imsphone.ImsPhoneConnection$MyHandler
art-benchmark-service56aece62020-02-10 17:58:03 -080010105com.android.internal.telephony.imsphone.ImsPhoneConnection
10106com.android.internal.telephony.imsphone.ImsPhoneFactory
10107com.android.internal.telephony.imsphone.ImsPhoneMmiCode
10108com.android.internal.telephony.imsphone.ImsPullCall
art-benchmark-service13164882020-11-07 02:19:14 -080010109com.android.internal.telephony.imsphone.ImsRcsStatusListener
10110com.android.internal.telephony.imsphone.ImsRegistrationCallbackHelper$1
art-benchmark-serviced60351b2020-04-11 17:55:40 -070010111com.android.internal.telephony.imsphone.ImsRegistrationCallbackHelper$ImsRegistrationUpdate
art-benchmark-service13164882020-11-07 02:19:14 -080010112com.android.internal.telephony.imsphone.ImsRegistrationCallbackHelper
10113com.android.internal.telephony.imsphone.ImsRttTextHandler$InCallReaderThread
10114com.android.internal.telephony.imsphone.ImsRttTextHandler$NetworkWriter
10115com.android.internal.telephony.imsphone.ImsRttTextHandler
art-benchmark-service84deab32021-05-12 09:41:00 -070010116com.android.internal.telephony.metrics.AirplaneModeStats
art-benchmark-service13164882020-11-07 02:19:14 -080010117com.android.internal.telephony.metrics.CallQualityMetrics$TimestampedQualitySnapshot
10118com.android.internal.telephony.metrics.CallQualityMetrics
art-benchmark-service56aece62020-02-10 17:58:03 -080010119com.android.internal.telephony.metrics.CallSessionEventBuilder
10120com.android.internal.telephony.metrics.InProgressCallSession
10121com.android.internal.telephony.metrics.InProgressSmsSession
art-benchmark-service13164882020-11-07 02:19:14 -080010122com.android.internal.telephony.metrics.MetricsCollector
art-benchmark-service56aece62020-02-10 17:58:03 -080010123com.android.internal.telephony.metrics.ModemPowerMetrics
art-benchmark-service84deab32021-05-12 09:41:00 -070010124com.android.internal.telephony.metrics.ModemRestartStats
art-benchmark-service13164882020-11-07 02:19:14 -080010125com.android.internal.telephony.metrics.PersistAtomsStorage
art-benchmark-service13164882020-11-07 02:19:14 -080010126com.android.internal.telephony.metrics.SimSlotState
art-benchmark-service56aece62020-02-10 17:58:03 -080010127com.android.internal.telephony.metrics.SmsSessionEventBuilder
art-benchmark-service13164882020-11-07 02:19:14 -080010128com.android.internal.telephony.metrics.SmsStats
art-benchmark-service56aece62020-02-10 17:58:03 -080010129com.android.internal.telephony.metrics.TelephonyEventBuilder
10130com.android.internal.telephony.metrics.TelephonyMetrics$1
10131com.android.internal.telephony.metrics.TelephonyMetrics
art-benchmark-service13164882020-11-07 02:19:14 -080010132com.android.internal.telephony.metrics.VoiceCallRatTracker$Key
10133com.android.internal.telephony.metrics.VoiceCallRatTracker$Value
10134com.android.internal.telephony.metrics.VoiceCallRatTracker
10135com.android.internal.telephony.metrics.VoiceCallSessionStats$1
10136com.android.internal.telephony.metrics.VoiceCallSessionStats
art-benchmark-service56aece62020-02-10 17:58:03 -080010137com.android.internal.telephony.nano.CarrierIdProto$CarrierAttribute
10138com.android.internal.telephony.nano.CarrierIdProto$CarrierId
10139com.android.internal.telephony.nano.CarrierIdProto$CarrierList
art-benchmark-service13164882020-11-07 02:19:14 -080010140com.android.internal.telephony.nano.CarrierIdProto
art-benchmark-service13164882020-11-07 02:19:14 -080010141com.android.internal.telephony.nano.PersistAtomsProto$IncomingSms
art-benchmark-service84deab32021-05-12 09:41:00 -070010142com.android.internal.telephony.nano.PersistAtomsProto$OutgoingSms
art-benchmark-service13164882020-11-07 02:19:14 -080010143com.android.internal.telephony.nano.PersistAtomsProto$PersistAtoms
10144com.android.internal.telephony.nano.PersistAtomsProto$VoiceCallSession
10145com.android.internal.telephony.nano.PersistAtomsProto
art-benchmark-service56aece62020-02-10 17:58:03 -080010146com.android.internal.telephony.nano.TelephonyProto$ActiveSubscriptionInfo
10147com.android.internal.telephony.nano.TelephonyProto$EmergencyNumberInfo
10148com.android.internal.telephony.nano.TelephonyProto$ImsCapabilities
art-benchmark-service13164882020-11-07 02:19:14 -080010149com.android.internal.telephony.nano.TelephonyProto$ImsConnectionState$State
art-benchmark-service56aece62020-02-10 17:58:03 -080010150com.android.internal.telephony.nano.TelephonyProto$ImsConnectionState
10151com.android.internal.telephony.nano.TelephonyProto$ImsReasonInfo
art-benchmark-service13164882020-11-07 02:19:14 -080010152com.android.internal.telephony.nano.TelephonyProto$ImsServiceErrno
art-benchmark-service56aece62020-02-10 17:58:03 -080010153com.android.internal.telephony.nano.TelephonyProto$ModemPowerStats
art-benchmark-service13164882020-11-07 02:19:14 -080010154com.android.internal.telephony.nano.TelephonyProto$PdpType
10155com.android.internal.telephony.nano.TelephonyProto$RadioAccessTechnology
10156com.android.internal.telephony.nano.TelephonyProto$RilDataCall$State
art-benchmark-service56aece62020-02-10 17:58:03 -080010157com.android.internal.telephony.nano.TelephonyProto$RilDataCall
art-benchmark-service13164882020-11-07 02:19:14 -080010158com.android.internal.telephony.nano.TelephonyProto$RilErrno
10159com.android.internal.telephony.nano.TelephonyProto$SimState
10160com.android.internal.telephony.nano.TelephonyProto$SmsSession$Event$CBMessage
10161com.android.internal.telephony.nano.TelephonyProto$SmsSession$Event$CBMessageType
10162com.android.internal.telephony.nano.TelephonyProto$SmsSession$Event$CBPriority
10163com.android.internal.telephony.nano.TelephonyProto$SmsSession$Event$Format
10164com.android.internal.telephony.nano.TelephonyProto$SmsSession$Event$IncompleteSms
10165com.android.internal.telephony.nano.TelephonyProto$SmsSession$Event$SmsType
10166com.android.internal.telephony.nano.TelephonyProto$SmsSession$Event$Tech
10167com.android.internal.telephony.nano.TelephonyProto$SmsSession$Event$Type
art-benchmark-service56aece62020-02-10 17:58:03 -080010168com.android.internal.telephony.nano.TelephonyProto$SmsSession$Event
10169com.android.internal.telephony.nano.TelephonyProto$SmsSession
art-benchmark-service13164882020-11-07 02:19:14 -080010170com.android.internal.telephony.nano.TelephonyProto$TelephonyCallSession$Event$AudioCodec
10171com.android.internal.telephony.nano.TelephonyProto$TelephonyCallSession$Event$CallQuality$CallQualityLevel
10172com.android.internal.telephony.nano.TelephonyProto$TelephonyCallSession$Event$CallQuality
10173com.android.internal.telephony.nano.TelephonyProto$TelephonyCallSession$Event$CallQualitySummary
10174com.android.internal.telephony.nano.TelephonyProto$TelephonyCallSession$Event$CallState
10175com.android.internal.telephony.nano.TelephonyProto$TelephonyCallSession$Event$ImsCommand
10176com.android.internal.telephony.nano.TelephonyProto$TelephonyCallSession$Event$PhoneState
10177com.android.internal.telephony.nano.TelephonyProto$TelephonyCallSession$Event$RilCall$Type
art-benchmark-service56aece62020-02-10 17:58:03 -080010178com.android.internal.telephony.nano.TelephonyProto$TelephonyCallSession$Event$RilCall
art-benchmark-service13164882020-11-07 02:19:14 -080010179com.android.internal.telephony.nano.TelephonyProto$TelephonyCallSession$Event$RilRequest
10180com.android.internal.telephony.nano.TelephonyProto$TelephonyCallSession$Event$RilSrvccState
10181com.android.internal.telephony.nano.TelephonyProto$TelephonyCallSession$Event$SignalStrength
10182com.android.internal.telephony.nano.TelephonyProto$TelephonyCallSession$Event$Type
art-benchmark-service56aece62020-02-10 17:58:03 -080010183com.android.internal.telephony.nano.TelephonyProto$TelephonyCallSession$Event
10184com.android.internal.telephony.nano.TelephonyProto$TelephonyCallSession
art-benchmark-service13164882020-11-07 02:19:14 -080010185com.android.internal.telephony.nano.TelephonyProto$TelephonyEvent$ApnType
art-benchmark-service56aece62020-02-10 17:58:03 -080010186com.android.internal.telephony.nano.TelephonyProto$TelephonyEvent$CarrierIdMatching
10187com.android.internal.telephony.nano.TelephonyProto$TelephonyEvent$CarrierIdMatchingResult
art-benchmark-service13164882020-11-07 02:19:14 -080010188com.android.internal.telephony.nano.TelephonyProto$TelephonyEvent$CarrierKeyChange$KeyType
10189com.android.internal.telephony.nano.TelephonyProto$TelephonyEvent$CarrierKeyChange
10190com.android.internal.telephony.nano.TelephonyProto$TelephonyEvent$DataSwitch$Reason
art-benchmark-service56aece62020-02-10 17:58:03 -080010191com.android.internal.telephony.nano.TelephonyProto$TelephonyEvent$DataSwitch
art-benchmark-service13164882020-11-07 02:19:14 -080010192com.android.internal.telephony.nano.TelephonyProto$TelephonyEvent$EventState
10193com.android.internal.telephony.nano.TelephonyProto$TelephonyEvent$ModemRestart
art-benchmark-serviced5115932020-02-25 17:55:03 -080010194com.android.internal.telephony.nano.TelephonyProto$TelephonyEvent$NetworkCapabilitiesInfo
art-benchmark-service13164882020-11-07 02:19:14 -080010195com.android.internal.telephony.nano.TelephonyProto$TelephonyEvent$NetworkValidationState
art-benchmark-service56aece62020-02-10 17:58:03 -080010196com.android.internal.telephony.nano.TelephonyProto$TelephonyEvent$OnDemandDataSwitch
art-benchmark-service13164882020-11-07 02:19:14 -080010197com.android.internal.telephony.nano.TelephonyProto$TelephonyEvent$RilDeactivateDataCall$DeactivateReason
art-benchmark-service56aece62020-02-10 17:58:03 -080010198com.android.internal.telephony.nano.TelephonyProto$TelephonyEvent$RilDeactivateDataCall
art-benchmark-service13164882020-11-07 02:19:14 -080010199com.android.internal.telephony.nano.TelephonyProto$TelephonyEvent$RilSetupDataCall$RilDataProfile
art-benchmark-service56aece62020-02-10 17:58:03 -080010200com.android.internal.telephony.nano.TelephonyProto$TelephonyEvent$RilSetupDataCall
art-benchmark-service13164882020-11-07 02:19:14 -080010201com.android.internal.telephony.nano.TelephonyProto$TelephonyEvent$RilSetupDataCallResponse$RilDataCallFailCause
art-benchmark-service56aece62020-02-10 17:58:03 -080010202com.android.internal.telephony.nano.TelephonyProto$TelephonyEvent$RilSetupDataCallResponse
art-benchmark-service13164882020-11-07 02:19:14 -080010203com.android.internal.telephony.nano.TelephonyProto$TelephonyEvent$Type
art-benchmark-service56aece62020-02-10 17:58:03 -080010204com.android.internal.telephony.nano.TelephonyProto$TelephonyEvent
10205com.android.internal.telephony.nano.TelephonyProto$TelephonyHistogram
10206com.android.internal.telephony.nano.TelephonyProto$TelephonyLog
art-benchmark-service13164882020-11-07 02:19:14 -080010207com.android.internal.telephony.nano.TelephonyProto$TelephonyServiceState$Domain
10208com.android.internal.telephony.nano.TelephonyProto$TelephonyServiceState$FrequencyRange
10209com.android.internal.telephony.nano.TelephonyProto$TelephonyServiceState$NetworkRegistrationInfo
10210com.android.internal.telephony.nano.TelephonyProto$TelephonyServiceState$NrState
10211com.android.internal.telephony.nano.TelephonyProto$TelephonyServiceState$RoamingType
art-benchmark-service56aece62020-02-10 17:58:03 -080010212com.android.internal.telephony.nano.TelephonyProto$TelephonyServiceState$TelephonyOperator
art-benchmark-service13164882020-11-07 02:19:14 -080010213com.android.internal.telephony.nano.TelephonyProto$TelephonyServiceState$Transport
art-benchmark-service56aece62020-02-10 17:58:03 -080010214com.android.internal.telephony.nano.TelephonyProto$TelephonyServiceState
art-benchmark-service13164882020-11-07 02:19:14 -080010215com.android.internal.telephony.nano.TelephonyProto$TelephonySettings$RilNetworkMode
10216com.android.internal.telephony.nano.TelephonyProto$TelephonySettings$WiFiCallingMode
art-benchmark-service56aece62020-02-10 17:58:03 -080010217com.android.internal.telephony.nano.TelephonyProto$TelephonySettings
10218com.android.internal.telephony.nano.TelephonyProto$Time
art-benchmark-service13164882020-11-07 02:19:14 -080010219com.android.internal.telephony.nano.TelephonyProto$TimeInterval
10220com.android.internal.telephony.nano.TelephonyProto
art-benchmark-service13164882020-11-07 02:19:14 -080010221com.android.internal.telephony.nitz.NitzSignalInputFilterPredicateFactory$1
10222com.android.internal.telephony.nitz.NitzSignalInputFilterPredicateFactory$NitzSignalInputFilterPredicateImpl
10223com.android.internal.telephony.nitz.NitzSignalInputFilterPredicateFactory$TrivalentPredicate
10224com.android.internal.telephony.nitz.NitzSignalInputFilterPredicateFactory
10225com.android.internal.telephony.nitz.NitzStateMachineImpl$NitzSignalInputFilterPredicate
10226com.android.internal.telephony.nitz.NitzStateMachineImpl$TimeZoneSuggester
10227com.android.internal.telephony.nitz.NitzStateMachineImpl
10228com.android.internal.telephony.nitz.TimeServiceHelper
10229com.android.internal.telephony.nitz.TimeServiceHelperImpl
10230com.android.internal.telephony.nitz.TimeZoneLookupHelper$CountryResult$Quality
10231com.android.internal.telephony.nitz.TimeZoneLookupHelper$CountryResult
10232com.android.internal.telephony.nitz.TimeZoneLookupHelper
10233com.android.internal.telephony.nitz.TimeZoneSuggesterImpl
10234com.android.internal.telephony.phonenumbers.AlternateFormatsCountryCodeSet
10235com.android.internal.telephony.phonenumbers.AsYouTypeFormatter
10236com.android.internal.telephony.phonenumbers.CountryCodeToRegionCodeMap
10237com.android.internal.telephony.phonenumbers.MetadataLoader
10238com.android.internal.telephony.phonenumbers.MetadataManager$1
10239com.android.internal.telephony.phonenumbers.MetadataManager$SingleFileMetadataMaps
10240com.android.internal.telephony.phonenumbers.MetadataManager
10241com.android.internal.telephony.phonenumbers.MetadataSource
10242com.android.internal.telephony.phonenumbers.MultiFileMetadataSourceImpl
10243com.android.internal.telephony.phonenumbers.NumberParseException$ErrorType
10244com.android.internal.telephony.phonenumbers.NumberParseException
10245com.android.internal.telephony.phonenumbers.PhoneNumberMatch
10246com.android.internal.telephony.phonenumbers.PhoneNumberMatcher$NumberGroupingChecker
10247com.android.internal.telephony.phonenumbers.PhoneNumberMatcher$State
10248com.android.internal.telephony.phonenumbers.PhoneNumberMatcher
10249com.android.internal.telephony.phonenumbers.PhoneNumberToCarrierMapper
10250com.android.internal.telephony.phonenumbers.PhoneNumberUtil$1
10251com.android.internal.telephony.phonenumbers.PhoneNumberUtil$2
10252com.android.internal.telephony.phonenumbers.PhoneNumberUtil$Leniency$1
10253com.android.internal.telephony.phonenumbers.PhoneNumberUtil$Leniency$2
10254com.android.internal.telephony.phonenumbers.PhoneNumberUtil$Leniency$3$1
10255com.android.internal.telephony.phonenumbers.PhoneNumberUtil$Leniency$3
10256com.android.internal.telephony.phonenumbers.PhoneNumberUtil$Leniency$4$1
10257com.android.internal.telephony.phonenumbers.PhoneNumberUtil$Leniency$4
10258com.android.internal.telephony.phonenumbers.PhoneNumberUtil$Leniency
10259com.android.internal.telephony.phonenumbers.PhoneNumberUtil$MatchType
10260com.android.internal.telephony.phonenumbers.PhoneNumberUtil$PhoneNumberFormat
10261com.android.internal.telephony.phonenumbers.PhoneNumberUtil$PhoneNumberType
10262com.android.internal.telephony.phonenumbers.PhoneNumberUtil$ValidationResult
10263com.android.internal.telephony.phonenumbers.PhoneNumberUtil
10264com.android.internal.telephony.phonenumbers.Phonemetadata$NumberFormat$Builder
10265com.android.internal.telephony.phonenumbers.Phonemetadata$NumberFormat
10266com.android.internal.telephony.phonenumbers.Phonemetadata$PhoneMetadata$Builder
10267com.android.internal.telephony.phonenumbers.Phonemetadata$PhoneMetadata
10268com.android.internal.telephony.phonenumbers.Phonemetadata$PhoneMetadataCollection$Builder
10269com.android.internal.telephony.phonenumbers.Phonemetadata$PhoneMetadataCollection
10270com.android.internal.telephony.phonenumbers.Phonemetadata$PhoneNumberDesc$Builder
10271com.android.internal.telephony.phonenumbers.Phonemetadata$PhoneNumberDesc
10272com.android.internal.telephony.phonenumbers.Phonemetadata
10273com.android.internal.telephony.phonenumbers.Phonenumber$PhoneNumber$CountryCodeSource
10274com.android.internal.telephony.phonenumbers.Phonenumber$PhoneNumber
10275com.android.internal.telephony.phonenumbers.Phonenumber
10276com.android.internal.telephony.phonenumbers.ShortNumberInfo$1
10277com.android.internal.telephony.phonenumbers.ShortNumberInfo$ShortNumberCost
10278com.android.internal.telephony.phonenumbers.ShortNumberInfo
10279com.android.internal.telephony.phonenumbers.ShortNumbersRegionCodeSet
10280com.android.internal.telephony.phonenumbers.SingleFileMetadataSourceImpl
10281com.android.internal.telephony.phonenumbers.internal.MatcherApi
10282com.android.internal.telephony.phonenumbers.internal.RegexBasedMatcher
10283com.android.internal.telephony.phonenumbers.internal.RegexCache$LRUCache$1
10284com.android.internal.telephony.phonenumbers.internal.RegexCache$LRUCache
10285com.android.internal.telephony.phonenumbers.internal.RegexCache
10286com.android.internal.telephony.phonenumbers.prefixmapper.DefaultMapStorage
10287com.android.internal.telephony.phonenumbers.prefixmapper.FlyweightMapStorage
10288com.android.internal.telephony.phonenumbers.prefixmapper.MappingFileProvider
10289com.android.internal.telephony.phonenumbers.prefixmapper.PhonePrefixMap
10290com.android.internal.telephony.phonenumbers.prefixmapper.PhonePrefixMapStorageStrategy
10291com.android.internal.telephony.phonenumbers.prefixmapper.PrefixFileReader
10292com.android.internal.telephony.phonenumbers.prefixmapper.PrefixTimeZonesMap
art-benchmark-service56aece62020-02-10 17:58:03 -080010293com.android.internal.telephony.protobuf.nano.CodedInputByteBufferNano
10294com.android.internal.telephony.protobuf.nano.CodedOutputByteBufferNano$OutOfSpaceException
10295com.android.internal.telephony.protobuf.nano.CodedOutputByteBufferNano
10296com.android.internal.telephony.protobuf.nano.ExtendableMessageNano
art-benchmark-service13164882020-11-07 02:19:14 -080010297com.android.internal.telephony.protobuf.nano.Extension$1
10298com.android.internal.telephony.protobuf.nano.Extension$PrimitiveExtension
10299com.android.internal.telephony.protobuf.nano.Extension
art-benchmark-serviced5115932020-02-25 17:55:03 -080010300com.android.internal.telephony.protobuf.nano.FieldArray
10301com.android.internal.telephony.protobuf.nano.FieldData
art-benchmark-service56aece62020-02-10 17:58:03 -080010302com.android.internal.telephony.protobuf.nano.InternalNano
10303com.android.internal.telephony.protobuf.nano.InvalidProtocolBufferNanoException
art-benchmark-service13164882020-11-07 02:19:14 -080010304com.android.internal.telephony.protobuf.nano.MapFactories$1
10305com.android.internal.telephony.protobuf.nano.MapFactories$DefaultMapFactory
10306com.android.internal.telephony.protobuf.nano.MapFactories$MapFactory
10307com.android.internal.telephony.protobuf.nano.MapFactories
art-benchmark-service56aece62020-02-10 17:58:03 -080010308com.android.internal.telephony.protobuf.nano.MessageNano
10309com.android.internal.telephony.protobuf.nano.MessageNanoPrinter
art-benchmark-service13164882020-11-07 02:19:14 -080010310com.android.internal.telephony.protobuf.nano.UnknownFieldData
art-benchmark-service56aece62020-02-10 17:58:03 -080010311com.android.internal.telephony.protobuf.nano.WireFormatNano
art-benchmark-service13164882020-11-07 02:19:14 -080010312com.android.internal.telephony.protobuf.nano.android.ParcelableExtendableMessageNano
10313com.android.internal.telephony.protobuf.nano.android.ParcelableMessageNano
10314com.android.internal.telephony.protobuf.nano.android.ParcelableMessageNanoCreator
10315com.android.internal.telephony.sip.SipCallBase
10316com.android.internal.telephony.sip.SipCommandInterface
10317com.android.internal.telephony.sip.SipConnectionBase$1
10318com.android.internal.telephony.sip.SipConnectionBase
10319com.android.internal.telephony.sip.SipPhone$1
10320com.android.internal.telephony.sip.SipPhone$SipAudioCallAdapter
10321com.android.internal.telephony.sip.SipPhone$SipCall
10322com.android.internal.telephony.sip.SipPhone$SipConnection$1
10323com.android.internal.telephony.sip.SipPhone$SipConnection
art-benchmark-service56aece62020-02-10 17:58:03 -080010324com.android.internal.telephony.sip.SipPhone
10325com.android.internal.telephony.sip.SipPhoneBase
art-benchmark-service13164882020-11-07 02:19:14 -080010326com.android.internal.telephony.sip.SipPhoneFactory
art-benchmark-service56aece62020-02-10 17:58:03 -080010327com.android.internal.telephony.test.SimulatedRadioControl
art-benchmark-service13164882020-11-07 02:19:14 -080010328com.android.internal.telephony.test.TestConferenceEventPackageParser
art-benchmark-service56aece62020-02-10 17:58:03 -080010329com.android.internal.telephony.uicc.AdnRecord$1
10330com.android.internal.telephony.uicc.AdnRecord
10331com.android.internal.telephony.uicc.AdnRecordCache
10332com.android.internal.telephony.uicc.AdnRecordLoader
art-benchmark-service13164882020-11-07 02:19:14 -080010333com.android.internal.telephony.uicc.AnswerToReset$1
art-benchmark-service56aece62020-02-10 17:58:03 -080010334com.android.internal.telephony.uicc.AnswerToReset$HistoricalBytes
10335com.android.internal.telephony.uicc.AnswerToReset$InterfaceByte
10336com.android.internal.telephony.uicc.AnswerToReset
art-benchmark-service13164882020-11-07 02:19:14 -080010337com.android.internal.telephony.uicc.CarrierAppInstallReceiver
art-benchmark-service56aece62020-02-10 17:58:03 -080010338com.android.internal.telephony.uicc.CarrierTestOverride
10339com.android.internal.telephony.uicc.CsimFileHandler
art-benchmark-service13164882020-11-07 02:19:14 -080010340com.android.internal.telephony.uicc.IccCardApplicationStatus$1
art-benchmark-service56aece62020-02-10 17:58:03 -080010341com.android.internal.telephony.uicc.IccCardApplicationStatus$AppState
10342com.android.internal.telephony.uicc.IccCardApplicationStatus$AppType
10343com.android.internal.telephony.uicc.IccCardApplicationStatus$PersoSubState
10344com.android.internal.telephony.uicc.IccCardApplicationStatus
10345com.android.internal.telephony.uicc.IccCardStatus$CardState
10346com.android.internal.telephony.uicc.IccCardStatus$PinState
10347com.android.internal.telephony.uicc.IccCardStatus
10348com.android.internal.telephony.uicc.IccConstants
10349com.android.internal.telephony.uicc.IccException
10350com.android.internal.telephony.uicc.IccFileHandler$LoadLinearFixedContext
10351com.android.internal.telephony.uicc.IccFileHandler
10352com.android.internal.telephony.uicc.IccFileNotFound
10353com.android.internal.telephony.uicc.IccFileTypeMismatch
10354com.android.internal.telephony.uicc.IccIoResult
art-benchmark-service13164882020-11-07 02:19:14 -080010355com.android.internal.telephony.uicc.IccRecords$1
10356com.android.internal.telephony.uicc.IccRecords$AuthAsyncResponse
10357com.android.internal.telephony.uicc.IccRecords$CarrierNameDisplayConditionBitmask
art-benchmark-service56aece62020-02-10 17:58:03 -080010358com.android.internal.telephony.uicc.IccRecords$IccRecordLoaded
art-benchmark-service13164882020-11-07 02:19:14 -080010359com.android.internal.telephony.uicc.IccRecords$OperatorPlmnInfo
10360com.android.internal.telephony.uicc.IccRecords$PlmnNetworkName
art-benchmark-service56aece62020-02-10 17:58:03 -080010361com.android.internal.telephony.uicc.IccRecords
10362com.android.internal.telephony.uicc.IccRefreshResponse
10363com.android.internal.telephony.uicc.IccServiceTable
10364com.android.internal.telephony.uicc.IccSlotStatus$SlotState
10365com.android.internal.telephony.uicc.IccSlotStatus
art-benchmark-service0d6aafc2020-05-24 20:29:20 -070010366com.android.internal.telephony.uicc.IccUtils
art-benchmark-service13164882020-11-07 02:19:14 -080010367com.android.internal.telephony.uicc.IccVmFixedException
art-benchmark-service56aece62020-02-10 17:58:03 -080010368com.android.internal.telephony.uicc.IccVmNotSupportedException
10369com.android.internal.telephony.uicc.InstallCarrierAppTrampolineActivity
10370com.android.internal.telephony.uicc.InstallCarrierAppUtils
10371com.android.internal.telephony.uicc.IsimFileHandler
10372com.android.internal.telephony.uicc.IsimRecords
art-benchmark-service13164882020-11-07 02:19:14 -080010373com.android.internal.telephony.uicc.IsimUiccRecords$1
art-benchmark-service56aece62020-02-10 17:58:03 -080010374com.android.internal.telephony.uicc.IsimUiccRecords$EfIsimDomainLoaded
10375com.android.internal.telephony.uicc.IsimUiccRecords$EfIsimImpiLoaded
10376com.android.internal.telephony.uicc.IsimUiccRecords$EfIsimImpuLoaded
10377com.android.internal.telephony.uicc.IsimUiccRecords$EfIsimIstLoaded
10378com.android.internal.telephony.uicc.IsimUiccRecords$EfIsimPcscfLoaded
10379com.android.internal.telephony.uicc.IsimUiccRecords
10380com.android.internal.telephony.uicc.PlmnActRecord$1
art-benchmark-service13164882020-11-07 02:19:14 -080010381com.android.internal.telephony.uicc.PlmnActRecord$AccessTech
art-benchmark-service56aece62020-02-10 17:58:03 -080010382com.android.internal.telephony.uicc.PlmnActRecord
10383com.android.internal.telephony.uicc.RuimFileHandler
art-benchmark-service13164882020-11-07 02:19:14 -080010384com.android.internal.telephony.uicc.RuimRecords$1
10385com.android.internal.telephony.uicc.RuimRecords$EfCsimCdmaHomeLoaded
10386com.android.internal.telephony.uicc.RuimRecords$EfCsimEprlLoaded
10387com.android.internal.telephony.uicc.RuimRecords$EfCsimImsimLoaded
10388com.android.internal.telephony.uicc.RuimRecords$EfCsimLiLoaded
10389com.android.internal.telephony.uicc.RuimRecords$EfCsimMdnLoaded
10390com.android.internal.telephony.uicc.RuimRecords$EfCsimMipUppLoaded
10391com.android.internal.telephony.uicc.RuimRecords$EfCsimSpnLoaded
10392com.android.internal.telephony.uicc.RuimRecords$EfPlLoaded
art-benchmark-service56aece62020-02-10 17:58:03 -080010393com.android.internal.telephony.uicc.RuimRecords
10394com.android.internal.telephony.uicc.SIMFileHandler
10395com.android.internal.telephony.uicc.SIMRecords$1
10396com.android.internal.telephony.uicc.SIMRecords$EfPlLoaded
10397com.android.internal.telephony.uicc.SIMRecords$EfUsimLiLoaded
10398com.android.internal.telephony.uicc.SIMRecords$GetSpnFsmState
10399com.android.internal.telephony.uicc.SIMRecords
art-benchmark-service13164882020-11-07 02:19:14 -080010400com.android.internal.telephony.uicc.ShowInstallAppNotificationReceiver
art-benchmark-service56aece62020-02-10 17:58:03 -080010401com.android.internal.telephony.uicc.UiccCard
10402com.android.internal.telephony.uicc.UiccCardApplication$1
10403com.android.internal.telephony.uicc.UiccCardApplication$2
10404com.android.internal.telephony.uicc.UiccCardApplication
10405com.android.internal.telephony.uicc.UiccCarrierPrivilegeRules$1
10406com.android.internal.telephony.uicc.UiccCarrierPrivilegeRules$TLV
10407com.android.internal.telephony.uicc.UiccCarrierPrivilegeRules
10408com.android.internal.telephony.uicc.UiccController$1
10409com.android.internal.telephony.uicc.UiccController
10410com.android.internal.telephony.uicc.UiccPkcs15$FileHandler
10411com.android.internal.telephony.uicc.UiccPkcs15$Pkcs15Selector
10412com.android.internal.telephony.uicc.UiccPkcs15
10413com.android.internal.telephony.uicc.UiccProfile$1
10414com.android.internal.telephony.uicc.UiccProfile$2
10415com.android.internal.telephony.uicc.UiccProfile$3
10416com.android.internal.telephony.uicc.UiccProfile$4
10417com.android.internal.telephony.uicc.UiccProfile$5
10418com.android.internal.telephony.uicc.UiccProfile
art-benchmark-service13164882020-11-07 02:19:14 -080010419com.android.internal.telephony.uicc.UiccSlot$1
art-benchmark-service56aece62020-02-10 17:58:03 -080010420com.android.internal.telephony.uicc.UiccSlot
10421com.android.internal.telephony.uicc.UiccStateChangedLauncher
10422com.android.internal.telephony.uicc.UsimFileHandler
10423com.android.internal.telephony.uicc.UsimServiceTable$UsimService
10424com.android.internal.telephony.uicc.UsimServiceTable
10425com.android.internal.telephony.uicc.VoiceMailConstants
art-benchmark-service0d6aafc2020-05-24 20:29:20 -070010426com.android.internal.telephony.uicc.asn1.InvalidAsn1DataException
10427com.android.internal.telephony.uicc.asn1.TagNotFoundException
art-benchmark-service13164882020-11-07 02:19:14 -080010428com.android.internal.telephony.uicc.euicc.EuiccCard$1
10429com.android.internal.telephony.uicc.euicc.EuiccCard$2
10430com.android.internal.telephony.uicc.euicc.EuiccCard$ApduExceptionHandler
10431com.android.internal.telephony.uicc.euicc.EuiccCard$ApduIntermediateResultHandler
10432com.android.internal.telephony.uicc.euicc.EuiccCard$ApduRequestBuilder
10433com.android.internal.telephony.uicc.euicc.EuiccCard$ApduResponseHandler
art-benchmark-service56aece62020-02-10 17:58:03 -080010434com.android.internal.telephony.uicc.euicc.EuiccCard
art-benchmark-service13164882020-11-07 02:19:14 -080010435com.android.internal.telephony.uicc.euicc.EuiccCardErrorException$OperationCode
10436com.android.internal.telephony.uicc.euicc.EuiccCardErrorException
10437com.android.internal.telephony.uicc.euicc.EuiccCardException
art-benchmark-service56aece62020-02-10 17:58:03 -080010438com.android.internal.telephony.uicc.euicc.EuiccSpecVersion
art-benchmark-service13164882020-11-07 02:19:14 -080010439com.android.internal.telephony.uicc.euicc.Tags
10440com.android.internal.telephony.uicc.euicc.apdu.ApduCommand
10441com.android.internal.telephony.uicc.euicc.apdu.ApduException
10442com.android.internal.telephony.uicc.euicc.apdu.ApduSender$1
10443com.android.internal.telephony.uicc.euicc.apdu.ApduSender$2$1
10444com.android.internal.telephony.uicc.euicc.apdu.ApduSender$2
10445com.android.internal.telephony.uicc.euicc.apdu.ApduSender$3
10446com.android.internal.telephony.uicc.euicc.apdu.ApduSender$4
10447com.android.internal.telephony.uicc.euicc.apdu.ApduSender
10448com.android.internal.telephony.uicc.euicc.apdu.ApduSenderResultCallback
10449com.android.internal.telephony.uicc.euicc.apdu.CloseLogicalChannelInvocation
10450com.android.internal.telephony.uicc.euicc.apdu.OpenLogicalChannelInvocation
10451com.android.internal.telephony.uicc.euicc.apdu.RequestBuilder
10452com.android.internal.telephony.uicc.euicc.apdu.RequestProvider
10453com.android.internal.telephony.uicc.euicc.apdu.TransmitApduLogicalChannelInvocation
10454com.android.internal.telephony.uicc.euicc.async.AsyncMessageInvocation
10455com.android.internal.telephony.uicc.euicc.async.AsyncResultCallback
10456com.android.internal.telephony.uicc.euicc.async.AsyncResultHelper$1
10457com.android.internal.telephony.uicc.euicc.async.AsyncResultHelper$2
10458com.android.internal.telephony.uicc.euicc.async.AsyncResultHelper
art-benchmark-serviced5115932020-02-25 17:55:03 -080010459com.android.internal.telephony.util.ArrayUtils
art-benchmark-service13164882020-11-07 02:19:14 -080010460com.android.internal.telephony.util.DnsPacket$DnsHeader
10461com.android.internal.telephony.util.DnsPacket$DnsRecord
10462com.android.internal.telephony.util.DnsPacket$ParseException
10463com.android.internal.telephony.util.DnsPacket
art-benchmark-service0d6aafc2020-05-24 20:29:20 -070010464com.android.internal.telephony.util.HandlerExecutor
art-benchmark-service13164882020-11-07 02:19:14 -080010465com.android.internal.telephony.util.Inet4AddressUtils
10466com.android.internal.telephony.util.InetAddressUtils
10467com.android.internal.telephony.util.IpRange
art-benchmark-service84deab32021-05-12 09:41:00 -070010468com.android.internal.telephony.util.IpUtils
art-benchmark-service13164882020-11-07 02:19:14 -080010469com.android.internal.telephony.util.LinkPropertiesUtils$CompareOrUpdateResult
10470com.android.internal.telephony.util.LinkPropertiesUtils$CompareResult
10471com.android.internal.telephony.util.LinkPropertiesUtils
10472com.android.internal.telephony.util.LocaleUtils
10473com.android.internal.telephony.util.MacAddressUtils
10474com.android.internal.telephony.util.NetUtils
art-benchmark-service56aece62020-02-10 17:58:03 -080010475com.android.internal.telephony.util.NotificationChannelController$1
10476com.android.internal.telephony.util.NotificationChannelController
art-benchmark-service0d6aafc2020-05-24 20:29:20 -070010477com.android.internal.telephony.util.RemoteCallbackListExt
art-benchmark-service56aece62020-02-10 17:58:03 -080010478com.android.internal.telephony.util.SMSDispatcherUtil
art-benchmark-serviced8f25642020-01-27 20:25:10 -080010479com.android.internal.telephony.util.TelephonyUtils
art-benchmark-service56aece62020-02-10 17:58:03 -080010480com.android.internal.telephony.util.VoicemailNotificationSettingsUtil
art-benchmark-service0d6aafc2020-05-24 20:29:20 -070010481com.android.internal.telephony.util.XmlUtils
art-benchmark-service13164882020-11-07 02:19:14 -080010482com.android.internal.telephony.vendor.VendorGsmCdmaPhone
10483com.android.internal.telephony.vendor.VendorMultiSimSettingController
10484com.android.internal.telephony.vendor.VendorPhoneSwitcher$1
10485com.android.internal.telephony.vendor.VendorPhoneSwitcher$2
10486com.android.internal.telephony.vendor.VendorPhoneSwitcher$DdsSwitchState
10487com.android.internal.telephony.vendor.VendorPhoneSwitcher
10488com.android.internal.telephony.vendor.VendorServiceStateTracker
art-benchmark-service13164882020-11-07 02:19:14 -080010489com.android.internal.telephony.vendor.VendorSubscriptionController
10490com.android.internal.telephony.vendor.VendorSubscriptionInfoUpdater
10491com.android.internal.telephony.vendor.dataconnection.VendorDataResetEventTracker$1
10492com.android.internal.telephony.vendor.dataconnection.VendorDataResetEventTracker$2
10493com.android.internal.telephony.vendor.dataconnection.VendorDataResetEventTracker$3
10494com.android.internal.telephony.vendor.dataconnection.VendorDataResetEventTracker$ResetEventListener
10495com.android.internal.telephony.vendor.dataconnection.VendorDataResetEventTracker
10496com.android.internal.telephony.vendor.dataconnection.VendorDcTracker$1
10497com.android.internal.telephony.vendor.dataconnection.VendorDcTracker
art-benchmark-serviced8f25642020-01-27 20:25:10 -080010498com.android.internal.textservice.ISpellCheckerService$Stub$Proxy
10499com.android.internal.textservice.ISpellCheckerService$Stub
10500com.android.internal.textservice.ISpellCheckerService
art-benchmark-serviced5115932020-02-25 17:55:03 -080010501com.android.internal.textservice.ISpellCheckerServiceCallback$Stub$Proxy
10502com.android.internal.textservice.ISpellCheckerServiceCallback$Stub
10503com.android.internal.textservice.ISpellCheckerServiceCallback
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010504com.android.internal.textservice.ISpellCheckerSession$Stub$Proxy
art-benchmark-serviced8f25642020-01-27 20:25:10 -080010505com.android.internal.textservice.ISpellCheckerSession$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -080010506com.android.internal.textservice.ISpellCheckerSession
art-benchmark-serviced8f25642020-01-27 20:25:10 -080010507com.android.internal.textservice.ISpellCheckerSessionListener$Stub$Proxy
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010508com.android.internal.textservice.ISpellCheckerSessionListener$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -080010509com.android.internal.textservice.ISpellCheckerSessionListener
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010510com.android.internal.textservice.ITextServicesManager$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -080010511com.android.internal.textservice.ITextServicesManager$Stub
10512com.android.internal.textservice.ITextServicesManager
art-benchmark-serviced8f25642020-01-27 20:25:10 -080010513com.android.internal.textservice.ITextServicesSessionListener$Stub$Proxy
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010514com.android.internal.textservice.ITextServicesSessionListener$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -080010515com.android.internal.textservice.ITextServicesSessionListener
art-benchmark-serviced60351b2020-04-11 17:55:40 -070010516com.android.internal.transition.EpicenterTranslateClipReveal$1
10517com.android.internal.transition.EpicenterTranslateClipReveal$State
10518com.android.internal.transition.EpicenterTranslateClipReveal$StateEvaluator
10519com.android.internal.transition.EpicenterTranslateClipReveal$StateProperty
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010520com.android.internal.transition.EpicenterTranslateClipReveal
art-benchmark-serviced60351b2020-04-11 17:55:40 -070010521com.android.internal.transition.TransitionConstants
art-benchmark-serviced5115932020-02-25 17:55:03 -080010522com.android.internal.usb.DumpUtils
art-benchmark-serviced5115932020-02-25 17:55:03 -080010523com.android.internal.util.AnnotationValidations
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080010524com.android.internal.util.ArrayUtils
art-benchmark-serviced8f25642020-01-27 20:25:10 -080010525com.android.internal.util.AsyncChannel$AsyncChannelConnection
10526com.android.internal.util.AsyncChannel$DeathMonitor
10527com.android.internal.util.AsyncChannel$SyncMessenger$SyncHandler
10528com.android.internal.util.AsyncChannel$SyncMessenger
Calin Juravle00b23d32019-03-08 17:52:20 -080010529com.android.internal.util.AsyncChannel
Mathieu Chartierba2c0462017-05-19 16:41:46 -070010530com.android.internal.util.BitUtils
art-benchmark-serviced5115932020-02-25 17:55:03 -080010531com.android.internal.util.BitwiseInputStream$AccessException
art-benchmark-serviced60351b2020-04-11 17:55:40 -070010532com.android.internal.util.BitwiseOutputStream$AccessException
Calin Juravle00b23d32019-03-08 17:52:20 -080010533com.android.internal.util.CollectionUtils
art-benchmark-serviced8f25642020-01-27 20:25:10 -080010534com.android.internal.util.ConcurrentUtils$1$1
10535com.android.internal.util.ConcurrentUtils$1
10536com.android.internal.util.ConcurrentUtils$DirectExecutor
10537com.android.internal.util.ConcurrentUtils
10538com.android.internal.util.ContrastColorUtil$ColorUtilsFromCompat
10539com.android.internal.util.ContrastColorUtil
art-benchmark-serviced5115932020-02-25 17:55:03 -080010540com.android.internal.util.DumpUtils$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -080010541com.android.internal.util.DumpUtils$Dump
10542com.android.internal.util.DumpUtils
art-benchmark-serviced60351b2020-04-11 17:55:40 -070010543com.android.internal.util.EmergencyAffordanceManager
Mathieu Chartierba2c0462017-05-19 16:41:46 -070010544com.android.internal.util.ExponentiallyBucketedHistogram
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070010545com.android.internal.util.FastMath
Andreas Gampe61e7b662015-06-17 23:57:04 -070010546com.android.internal.util.FastPrintWriter$DummyWriter
Calin Juravle00b23d32019-03-08 17:52:20 -080010547com.android.internal.util.FastPrintWriter
Dianne Hackborn2269d1572010-02-24 19:54:22 -080010548com.android.internal.util.FastXmlSerializer
art-benchmark-serviced8f25642020-01-27 20:25:10 -080010549com.android.internal.util.FileRotator$FileInfo
10550com.android.internal.util.FileRotator$Reader
10551com.android.internal.util.FileRotator$Rewriter
10552com.android.internal.util.FileRotator$Writer
10553com.android.internal.util.FileRotator
art-benchmark-serviced5115932020-02-25 17:55:03 -080010554com.android.internal.util.FrameworkStatsLog
10555com.android.internal.util.FunctionalUtils$RemoteExceptionIgnoringConsumer
art-benchmark-service13164882020-11-07 02:19:14 -080010556com.android.internal.util.FunctionalUtils$ThrowingBiFunction
art-benchmark-serviced8f25642020-01-27 20:25:10 -080010557com.android.internal.util.FunctionalUtils$ThrowingConsumer
art-benchmark-serviced5115932020-02-25 17:55:03 -080010558com.android.internal.util.FunctionalUtils$ThrowingFunction
Calin Juravle4a054192018-05-29 17:52:20 -070010559com.android.internal.util.FunctionalUtils$ThrowingRunnable
10560com.android.internal.util.FunctionalUtils$ThrowingSupplier
art-benchmark-serviced8f25642020-01-27 20:25:10 -080010561com.android.internal.util.FunctionalUtils
Andreas Gampedcad4ca2014-10-03 02:00:29 +000010562com.android.internal.util.GrowingArrayUtils
art-benchmark-serviced8f25642020-01-27 20:25:10 -080010563com.android.internal.util.HexDump
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010564com.android.internal.util.IState
art-benchmark-serviced60351b2020-04-11 17:55:40 -070010565com.android.internal.util.ImageUtils
art-benchmark-service13164882020-11-07 02:19:14 -080010566com.android.internal.util.IndentingPrintWriter
Mathieu Chartierba2c0462017-05-19 16:41:46 -070010567com.android.internal.util.IntPair
art-benchmark-serviced8f25642020-01-27 20:25:10 -080010568com.android.internal.util.JournaledFile
art-benchmark-serviced8f25642020-01-27 20:25:10 -080010569com.android.internal.util.LatencyTracker
Andreas Gampe571fc302016-02-18 13:58:09 -080010570com.android.internal.util.LineBreakBufferedWriter
art-benchmark-serviced8f25642020-01-27 20:25:10 -080010571com.android.internal.util.LocalLog
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010572com.android.internal.util.MemInfoReader
art-benchmark-serviced8f25642020-01-27 20:25:10 -080010573com.android.internal.util.MessageUtils$DuplicateConstantError
10574com.android.internal.util.MessageUtils
10575com.android.internal.util.NotificationMessagingUtil$1
10576com.android.internal.util.NotificationMessagingUtil
10577com.android.internal.util.ObjectUtils
art-benchmark-service13164882020-11-07 02:19:14 -080010578com.android.internal.util.Parcelling$BuiltIn$ForBoolean
art-benchmark-serviced5115932020-02-25 17:55:03 -080010579com.android.internal.util.Parcelling$Cache
10580com.android.internal.util.Parcelling
art-benchmark-serviced8f25642020-01-27 20:25:10 -080010581com.android.internal.util.ParseUtils
Jesse Wilson0d8eeb42011-08-24 09:33:06 -040010582com.android.internal.util.Preconditions
art-benchmark-serviced8f25642020-01-27 20:25:10 -080010583com.android.internal.util.ProcFileReader
10584com.android.internal.util.ProgressReporter
art-benchmark-serviced5115932020-02-25 17:55:03 -080010585com.android.internal.util.ProviderAccessStats$PerThreadData
10586com.android.internal.util.ProviderAccessStats
art-benchmark-serviced8f25642020-01-27 20:25:10 -080010587com.android.internal.util.RingBuffer
10588com.android.internal.util.RingBufferIndices
art-benchmark-serviced5115932020-02-25 17:55:03 -080010589com.android.internal.util.ScreenshotHelper$1
art-benchmark-serviced5115932020-02-25 17:55:03 -080010590com.android.internal.util.ScreenshotHelper$2
art-benchmark-serviced8f25642020-01-27 20:25:10 -080010591com.android.internal.util.ScreenshotHelper
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010592com.android.internal.util.StatLogger
Mathieu Chartierba2c0462017-05-19 16:41:46 -070010593com.android.internal.util.State
Mathieu Chartierba2c0462017-05-19 16:41:46 -070010594com.android.internal.util.StateMachine$LogRec
10595com.android.internal.util.StateMachine$LogRecords
Mathieu Chartierba2c0462017-05-19 16:41:46 -070010596com.android.internal.util.StateMachine$SmHandler$HaltingState
10597com.android.internal.util.StateMachine$SmHandler$QuittingState
10598com.android.internal.util.StateMachine$SmHandler$StateInfo
Calin Juravle00b23d32019-03-08 17:52:20 -080010599com.android.internal.util.StateMachine$SmHandler
10600com.android.internal.util.StateMachine
art-benchmark-serviced8f25642020-01-27 20:25:10 -080010601com.android.internal.util.SyncResultReceiver$TimeoutException
Calin Juravle00b23d32019-03-08 17:52:20 -080010602com.android.internal.util.SyncResultReceiver
art-benchmark-serviced8f25642020-01-27 20:25:10 -080010603com.android.internal.util.ToBooleanFunction
10604com.android.internal.util.TokenBucket
art-benchmark-service13164882020-11-07 02:19:14 -080010605com.android.internal.util.TraceBuffer$ProtoOutputStreamProvider
10606com.android.internal.util.TraceBuffer$ProtoProvider
art-benchmark-serviced60351b2020-04-11 17:55:40 -070010607com.android.internal.util.TraceBuffer
art-benchmark-serviced8f25642020-01-27 20:25:10 -080010608com.android.internal.util.UserIcons
Andreas Gampedcad4ca2014-10-03 02:00:29 +000010609com.android.internal.util.VirtualRefBasePtr
art-benchmark-serviced8f25642020-01-27 20:25:10 -080010610com.android.internal.util.WakeupMessage
10611com.android.internal.util.XmlUtils$ReadMapCallback
Andreas Gampe61e7b662015-06-17 23:57:04 -070010612com.android.internal.util.XmlUtils$WriteMapCallback
Calin Juravle00b23d32019-03-08 17:52:20 -080010613com.android.internal.util.XmlUtils
art-benchmark-serviced5115932020-02-25 17:55:03 -080010614com.android.internal.util.dump.DualDumpOutputStream$DumpField
10615com.android.internal.util.dump.DualDumpOutputStream$DumpObject
10616com.android.internal.util.dump.DualDumpOutputStream$Dumpable
10617com.android.internal.util.dump.DualDumpOutputStream
10618com.android.internal.util.dump.DumpUtils
art-benchmark-serviced8f25642020-01-27 20:25:10 -080010619com.android.internal.util.function.DecConsumer
10620com.android.internal.util.function.DecFunction
art-benchmark-serviced5115932020-02-25 17:55:03 -080010621com.android.internal.util.function.DecPredicate
Adam Hec4f03f32018-11-07 11:31:18 -080010622com.android.internal.util.function.HeptConsumer
10623com.android.internal.util.function.HeptFunction
art-benchmark-serviced8f25642020-01-27 20:25:10 -080010624com.android.internal.util.function.HeptPredicate
Calin Juravle4a054192018-05-29 17:52:20 -070010625com.android.internal.util.function.HexConsumer
10626com.android.internal.util.function.HexFunction
art-benchmark-serviced8f25642020-01-27 20:25:10 -080010627com.android.internal.util.function.HexPredicate
Calin Juravle00b23d32019-03-08 17:52:20 -080010628com.android.internal.util.function.NonaConsumer
10629com.android.internal.util.function.NonaFunction
art-benchmark-serviced8f25642020-01-27 20:25:10 -080010630com.android.internal.util.function.NonaPredicate
Calin Juravle00b23d32019-03-08 17:52:20 -080010631com.android.internal.util.function.OctConsumer
10632com.android.internal.util.function.OctFunction
art-benchmark-serviced8f25642020-01-27 20:25:10 -080010633com.android.internal.util.function.OctPredicate
Calin Juravle4a054192018-05-29 17:52:20 -070010634com.android.internal.util.function.QuadConsumer
10635com.android.internal.util.function.QuadFunction
art-benchmark-serviced8f25642020-01-27 20:25:10 -080010636com.android.internal.util.function.QuadPredicate
Calin Juravle4a054192018-05-29 17:52:20 -070010637com.android.internal.util.function.QuintConsumer
10638com.android.internal.util.function.QuintFunction
art-benchmark-serviced8f25642020-01-27 20:25:10 -080010639com.android.internal.util.function.QuintPredicate
Calin Juravle4a054192018-05-29 17:52:20 -070010640com.android.internal.util.function.TriConsumer
10641com.android.internal.util.function.TriFunction
art-benchmark-serviced8f25642020-01-27 20:25:10 -080010642com.android.internal.util.function.TriPredicate
10643com.android.internal.util.function.UndecConsumer
10644com.android.internal.util.function.UndecFunction
art-benchmark-serviced5115932020-02-25 17:55:03 -080010645com.android.internal.util.function.UndecPredicate
Calin Juravle4a054192018-05-29 17:52:20 -070010646com.android.internal.util.function.pooled.ArgumentPlaceholder
10647com.android.internal.util.function.pooled.OmniFunction
10648com.android.internal.util.function.pooled.PooledConsumer
10649com.android.internal.util.function.pooled.PooledFunction
10650com.android.internal.util.function.pooled.PooledLambda
art-benchmark-serviced5115932020-02-25 17:55:03 -080010651com.android.internal.util.function.pooled.PooledLambdaImpl$LambdaType$ReturnType
Calin Juravle4a054192018-05-29 17:52:20 -070010652com.android.internal.util.function.pooled.PooledLambdaImpl$LambdaType
10653com.android.internal.util.function.pooled.PooledLambdaImpl$Pool
Calin Juravle00b23d32019-03-08 17:52:20 -080010654com.android.internal.util.function.pooled.PooledLambdaImpl
Calin Juravle4a054192018-05-29 17:52:20 -070010655com.android.internal.util.function.pooled.PooledPredicate
10656com.android.internal.util.function.pooled.PooledRunnable
Calin Juravle4a054192018-05-29 17:52:20 -070010657com.android.internal.util.function.pooled.PooledSupplier$OfDouble
10658com.android.internal.util.function.pooled.PooledSupplier$OfInt
10659com.android.internal.util.function.pooled.PooledSupplier$OfLong
Calin Juravle00b23d32019-03-08 17:52:20 -080010660com.android.internal.util.function.pooled.PooledSupplier
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070010661com.android.internal.view.ActionBarPolicy
art-benchmark-serviced5115932020-02-25 17:55:03 -080010662com.android.internal.view.AppearanceRegion$1
10663com.android.internal.view.AppearanceRegion
10664com.android.internal.view.BaseIWindow
art-benchmark-serviced8f25642020-01-27 20:25:10 -080010665com.android.internal.view.BaseSurfaceHolder
art-benchmark-serviced60351b2020-04-11 17:55:40 -070010666com.android.internal.view.FloatingActionMode$1
10667com.android.internal.view.FloatingActionMode$2
10668com.android.internal.view.FloatingActionMode$3
10669com.android.internal.view.FloatingActionMode$FloatingToolbarVisibilityHelper
10670com.android.internal.view.FloatingActionMode
art-benchmark-serviced5115932020-02-25 17:55:03 -080010671com.android.internal.view.IInlineSuggestionsRequestCallback$Stub
10672com.android.internal.view.IInlineSuggestionsRequestCallback
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070010673com.android.internal.view.IInputConnectionWrapper$MyHandler
Calin Juravle00b23d32019-03-08 17:52:20 -080010674com.android.internal.view.IInputConnectionWrapper
art-benchmark-serviced8f25642020-01-27 20:25:10 -080010675com.android.internal.view.IInputContext$Stub$Proxy
Evan Millar0ea97b82009-03-24 17:49:23 -070010676com.android.internal.view.IInputContext$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -080010677com.android.internal.view.IInputContext
art-benchmark-serviced8f25642020-01-27 20:25:10 -080010678com.android.internal.view.IInputMethod$Stub$Proxy
10679com.android.internal.view.IInputMethod$Stub
10680com.android.internal.view.IInputMethod
10681com.android.internal.view.IInputMethodClient$Stub$Proxy
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070010682com.android.internal.view.IInputMethodClient$Stub
Calin Juravle00b23d32019-03-08 17:52:20 -080010683com.android.internal.view.IInputMethodClient
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070010684com.android.internal.view.IInputMethodManager$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -080010685com.android.internal.view.IInputMethodManager$Stub
10686com.android.internal.view.IInputMethodManager
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070010687com.android.internal.view.IInputMethodSession$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -080010688com.android.internal.view.IInputMethodSession$Stub
10689com.android.internal.view.IInputMethodSession
art-benchmark-serviced8f25642020-01-27 20:25:10 -080010690com.android.internal.view.IInputSessionCallback$Stub$Proxy
10691com.android.internal.view.IInputSessionCallback$Stub
10692com.android.internal.view.IInputSessionCallback
art-benchmark-service13164882020-11-07 02:19:14 -080010693com.android.internal.view.InlineSuggestionsRequestInfo$1
10694com.android.internal.view.InlineSuggestionsRequestInfo
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070010695com.android.internal.view.InputBindResult$1
Calin Juravle00b23d32019-03-08 17:52:20 -080010696com.android.internal.view.InputBindResult
art-benchmark-serviced8f25642020-01-27 20:25:10 -080010697com.android.internal.view.InputConnectionWrapper
10698com.android.internal.view.OneShotPreDrawListener
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070010699com.android.internal.view.RootViewSurfaceTaker
art-benchmark-serviced8f25642020-01-27 20:25:10 -080010700com.android.internal.view.RotationPolicy$1
art-benchmark-serviced5115932020-02-25 17:55:03 -080010701com.android.internal.view.RotationPolicy$RotationPolicyListener$1
10702com.android.internal.view.RotationPolicy$RotationPolicyListener
Calin Juravle00b23d32019-03-08 17:52:20 -080010703com.android.internal.view.RotationPolicy
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070010704com.android.internal.view.SurfaceCallbackHelper$1
Calin Juravle00b23d32019-03-08 17:52:20 -080010705com.android.internal.view.SurfaceCallbackHelper
art-benchmark-serviced5115932020-02-25 17:55:03 -080010706com.android.internal.view.TooltipPopup
art-benchmark-serviced8f25642020-01-27 20:25:10 -080010707com.android.internal.view.WindowManagerPolicyThread
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070010708com.android.internal.view.menu.ActionMenuItem
art-benchmark-serviced8f25642020-01-27 20:25:10 -080010709com.android.internal.view.menu.ActionMenuItemView$ActionMenuItemForwardingListener
10710com.android.internal.view.menu.ActionMenuItemView$PopupCallback
10711com.android.internal.view.menu.ActionMenuItemView
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070010712com.android.internal.view.menu.BaseMenuPresenter
art-benchmark-serviced5115932020-02-25 17:55:03 -080010713com.android.internal.view.menu.ContextMenuBuilder
10714com.android.internal.view.menu.IconMenuPresenter
10715com.android.internal.view.menu.ListMenuPresenter
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070010716com.android.internal.view.menu.MenuBuilder$Callback
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070010717com.android.internal.view.menu.MenuBuilder$ItemInvoker
Calin Juravle00b23d32019-03-08 17:52:20 -080010718com.android.internal.view.menu.MenuBuilder
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010719com.android.internal.view.menu.MenuHelper
Calin Juravle4a054192018-05-29 17:52:20 -070010720com.android.internal.view.menu.MenuItemImpl
art-benchmark-serviced8f25642020-01-27 20:25:10 -080010721com.android.internal.view.menu.MenuPopupHelper$1
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010722com.android.internal.view.menu.MenuPopupHelper
Jesse Wilson0d8eeb42011-08-24 09:33:06 -040010723com.android.internal.view.menu.MenuPresenter$Callback
Calin Juravle00b23d32019-03-08 17:52:20 -080010724com.android.internal.view.menu.MenuPresenter
art-benchmark-serviced8f25642020-01-27 20:25:10 -080010725com.android.internal.view.menu.MenuView$ItemView
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070010726com.android.internal.view.menu.MenuView
10727com.android.internal.view.menu.ShowableListMenu
10728com.android.internal.widget.AbsActionBarView$VisibilityAnimListener
Calin Juravle00b23d32019-03-08 17:52:20 -080010729com.android.internal.widget.AbsActionBarView
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070010730com.android.internal.widget.ActionBarContainer$ActionBarBackgroundDrawable
Calin Juravle00b23d32019-03-08 17:52:20 -080010731com.android.internal.widget.ActionBarContainer
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070010732com.android.internal.widget.ActionBarContextView
10733com.android.internal.widget.ActionBarOverlayLayout$1
10734com.android.internal.widget.ActionBarOverlayLayout$2
10735com.android.internal.widget.ActionBarOverlayLayout$3
10736com.android.internal.widget.ActionBarOverlayLayout$4
10737com.android.internal.widget.ActionBarOverlayLayout$5
10738com.android.internal.widget.ActionBarOverlayLayout$ActionBarVisibilityCallback
10739com.android.internal.widget.ActionBarOverlayLayout$LayoutParams
art-benchmark-serviced8f25642020-01-27 20:25:10 -080010740com.android.internal.widget.ActionBarOverlayLayout
art-benchmark-serviced60351b2020-04-11 17:55:40 -070010741com.android.internal.widget.AlertDialogLayout
Andreas Gampedcad4ca2014-10-03 02:00:29 +000010742com.android.internal.widget.BackgroundFallback
art-benchmark-serviced60351b2020-04-11 17:55:40 -070010743com.android.internal.widget.ButtonBarLayout
10744com.android.internal.widget.CachingIconView
art-benchmark-serviced8f25642020-01-27 20:25:10 -080010745com.android.internal.widget.DecorCaptionView
Andreas Gampedcad4ca2014-10-03 02:00:29 +000010746com.android.internal.widget.DecorContentParent
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070010747com.android.internal.widget.DecorToolbar
Calin Juravle4a054192018-05-29 17:52:20 -070010748com.android.internal.widget.DialogTitle
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070010749com.android.internal.widget.EditableInputConnection
art-benchmark-serviced60351b2020-04-11 17:55:40 -070010750com.android.internal.widget.FloatingToolbar$1
10751com.android.internal.widget.FloatingToolbar$FloatingToolbarPopup$11
10752com.android.internal.widget.FloatingToolbar$FloatingToolbarPopup$12
10753com.android.internal.widget.FloatingToolbar$FloatingToolbarPopup$13
10754com.android.internal.widget.FloatingToolbar$FloatingToolbarPopup$1
10755com.android.internal.widget.FloatingToolbar$FloatingToolbarPopup$2
10756com.android.internal.widget.FloatingToolbar$FloatingToolbarPopup$3
10757com.android.internal.widget.FloatingToolbar$FloatingToolbarPopup$4
10758com.android.internal.widget.FloatingToolbar$FloatingToolbarPopup$LogAccelerateInterpolator
10759com.android.internal.widget.FloatingToolbar$FloatingToolbarPopup$OverflowPanel
10760com.android.internal.widget.FloatingToolbar$FloatingToolbarPopup$OverflowPanelViewHelper
art-benchmark-serviced5115932020-02-25 17:55:03 -080010761com.android.internal.widget.FloatingToolbar$FloatingToolbarPopup
10762com.android.internal.widget.FloatingToolbar
art-benchmark-serviced8f25642020-01-27 20:25:10 -080010763com.android.internal.widget.ICheckCredentialProgressCallback$Stub$Proxy
10764com.android.internal.widget.ICheckCredentialProgressCallback$Stub
10765com.android.internal.widget.ICheckCredentialProgressCallback
Calin Juravle4a054192018-05-29 17:52:20 -070010766com.android.internal.widget.ILockSettings$Stub$Proxy
Calin Juravle00b23d32019-03-08 17:52:20 -080010767com.android.internal.widget.ILockSettings$Stub
10768com.android.internal.widget.ILockSettings
art-benchmark-service13164882020-11-07 02:19:14 -080010769com.android.internal.widget.IMessagingLayout
art-benchmark-serviced60351b2020-04-11 17:55:40 -070010770com.android.internal.widget.ImageFloatingTextView
art-benchmark-service13164882020-11-07 02:19:14 -080010771com.android.internal.widget.ImageMessageConsumer
art-benchmark-serviced60351b2020-04-11 17:55:40 -070010772com.android.internal.widget.LockPatternChecker$2
10773com.android.internal.widget.LockPatternChecker$OnCheckCallback
10774com.android.internal.widget.LockPatternChecker
art-benchmark-serviced60351b2020-04-11 17:55:40 -070010775com.android.internal.widget.LockPatternUtils$CheckCredentialProgressCallback
art-benchmark-serviced5115932020-02-25 17:55:03 -080010776com.android.internal.widget.LockPatternUtils$RequestThrottledException
art-benchmark-serviced8f25642020-01-27 20:25:10 -080010777com.android.internal.widget.LockPatternUtils$StrongAuthTracker$1
10778com.android.internal.widget.LockPatternUtils$StrongAuthTracker$H
10779com.android.internal.widget.LockPatternUtils$StrongAuthTracker
Mathieu Chartierba2c0462017-05-19 16:41:46 -070010780com.android.internal.widget.LockPatternUtils
art-benchmark-serviced5115932020-02-25 17:55:03 -080010781com.android.internal.widget.LockPatternView$Cell
art-benchmark-serviced8f25642020-01-27 20:25:10 -080010782com.android.internal.widget.LockSettingsInternal
art-benchmark-serviced5115932020-02-25 17:55:03 -080010783com.android.internal.widget.LockscreenCredential$1
10784com.android.internal.widget.LockscreenCredential
art-benchmark-service13164882020-11-07 02:19:14 -080010785com.android.internal.widget.MessagingGroup$1
art-benchmark-serviced60351b2020-04-11 17:55:40 -070010786com.android.internal.widget.MessagingGroup
10787com.android.internal.widget.MessagingImageMessage
art-benchmark-service13164882020-11-07 02:19:14 -080010788com.android.internal.widget.MessagingLayout
10789com.android.internal.widget.MessagingLinearLayout$LayoutParams
art-benchmark-serviced60351b2020-04-11 17:55:40 -070010790com.android.internal.widget.MessagingLinearLayout$MessagingChild
art-benchmark-service13164882020-11-07 02:19:14 -080010791com.android.internal.widget.MessagingLinearLayout
art-benchmark-serviced60351b2020-04-11 17:55:40 -070010792com.android.internal.widget.MessagingMessage
art-benchmark-service13164882020-11-07 02:19:14 -080010793com.android.internal.widget.MessagingMessageState
art-benchmark-serviced60351b2020-04-11 17:55:40 -070010794com.android.internal.widget.MessagingPropertyAnimator$1
10795com.android.internal.widget.MessagingPropertyAnimator
10796com.android.internal.widget.MessagingTextMessage
10797com.android.internal.widget.NotificationActionListLayout
10798com.android.internal.widget.NotificationExpandButton
art-benchmark-serviced5115932020-02-25 17:55:03 -080010799com.android.internal.widget.PasswordValidationError
art-benchmark-serviced60351b2020-04-11 17:55:40 -070010800com.android.internal.widget.RemeasuringLinearLayout
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070010801com.android.internal.widget.ScrollBarUtils
art-benchmark-serviced5115932020-02-25 17:55:03 -080010802com.android.internal.widget.ScrollingTabContainerView
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070010803com.android.internal.widget.ToolbarWidgetWrapper$1
Calin Juravle00b23d32019-03-08 17:52:20 -080010804com.android.internal.widget.ToolbarWidgetWrapper
art-benchmark-serviced5115932020-02-25 17:55:03 -080010805com.android.internal.widget.VerifyCredentialResponse$1
10806com.android.internal.widget.VerifyCredentialResponse
art-benchmark-serviced60351b2020-04-11 17:55:40 -070010807com.android.internal.widget.ViewClippingUtil$ClippingParameters
10808com.android.internal.widget.ViewClippingUtil
art-benchmark-service13164882020-11-07 02:19:14 -080010809com.android.net.module.annotation.CallbackExecutor
10810com.android.net.module.annotation.CheckResult
10811com.android.net.module.annotation.CurrentTimeMillisLong
10812com.android.net.module.annotation.GuardedBy
10813com.android.net.module.annotation.Hide
10814com.android.net.module.annotation.Immutable
10815com.android.net.module.annotation.IntDef
10816com.android.net.module.annotation.IntRange
10817com.android.net.module.annotation.LongDef
10818com.android.net.module.annotation.NonNull
10819com.android.net.module.annotation.Nullable
10820com.android.net.module.annotation.RequiresPermission$Read
10821com.android.net.module.annotation.RequiresPermission$Write
10822com.android.net.module.annotation.RequiresPermission
10823com.android.net.module.annotation.SdkConstant$SdkConstantType
10824com.android.net.module.annotation.SdkConstant
10825com.android.net.module.annotation.StringDef
10826com.android.net.module.annotation.SystemApi$Client
10827com.android.net.module.annotation.SystemApi$Container
10828com.android.net.module.annotation.SystemApi
10829com.android.net.module.annotation.SystemService
10830com.android.net.module.annotation.TestApi
10831com.android.net.module.annotation.VisibleForTesting$Visibility
10832com.android.net.module.annotation.VisibleForTesting
10833com.android.net.module.annotation.WorkerThread
Andreas Gampedcad4ca2014-10-03 02:00:29 +000010834com.android.okhttp.Address
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010835com.android.okhttp.AndroidShimResponseCache
Andreas Gampe61e7b662015-06-17 23:57:04 -070010836com.android.okhttp.Authenticator
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010837com.android.okhttp.Cache$1
Calin Juravle4a054192018-05-29 17:52:20 -070010838com.android.okhttp.Cache$CacheResponseBody$1
Calin Juravle00b23d32019-03-08 17:52:20 -080010839com.android.okhttp.Cache$CacheResponseBody
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010840com.android.okhttp.Cache$Entry
Calin Juravle00b23d32019-03-08 17:52:20 -080010841com.android.okhttp.Cache
Andreas Gampe61e7b662015-06-17 23:57:04 -070010842com.android.okhttp.CacheControl$Builder
Calin Juravle00b23d32019-03-08 17:52:20 -080010843com.android.okhttp.CacheControl
Andreas Gampe61e7b662015-06-17 23:57:04 -070010844com.android.okhttp.CertificatePinner$Builder
Calin Juravle00b23d32019-03-08 17:52:20 -080010845com.android.okhttp.CertificatePinner
Andreas Gampe61e7b662015-06-17 23:57:04 -070010846com.android.okhttp.CipherSuite
Andreas Gampedcad4ca2014-10-03 02:00:29 +000010847com.android.okhttp.ConfigAwareConnectionPool$1
Calin Juravle00b23d32019-03-08 17:52:20 -080010848com.android.okhttp.ConfigAwareConnectionPool
Andreas Gampedcad4ca2014-10-03 02:00:29 +000010849com.android.okhttp.Connection
Andreas Gampedcad4ca2014-10-03 02:00:29 +000010850com.android.okhttp.ConnectionPool$1
Calin Juravle00b23d32019-03-08 17:52:20 -080010851com.android.okhttp.ConnectionPool
Andreas Gampe61e7b662015-06-17 23:57:04 -070010852com.android.okhttp.ConnectionSpec$Builder
Calin Juravle00b23d32019-03-08 17:52:20 -080010853com.android.okhttp.ConnectionSpec
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010854com.android.okhttp.ConnectionSpecs
Andreas Gampedcad4ca2014-10-03 02:00:29 +000010855com.android.okhttp.Dispatcher
Andreas Gampe0db10fd2017-02-01 15:57:57 -080010856com.android.okhttp.Dns$1
Calin Juravle00b23d32019-03-08 17:52:20 -080010857com.android.okhttp.Dns
Andreas Gampedcad4ca2014-10-03 02:00:29 +000010858com.android.okhttp.Handshake
Andreas Gampedcad4ca2014-10-03 02:00:29 +000010859com.android.okhttp.Headers$Builder
Calin Juravle00b23d32019-03-08 17:52:20 -080010860com.android.okhttp.Headers
Andreas Gampe571fc302016-02-18 13:58:09 -080010861com.android.okhttp.HttpHandler$CleartextURLFilter
Calin Juravle00b23d32019-03-08 17:52:20 -080010862com.android.okhttp.HttpHandler
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010863com.android.okhttp.HttpUrl$1
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010864com.android.okhttp.HttpUrl$Builder$ParseResult
Calin Juravle00b23d32019-03-08 17:52:20 -080010865com.android.okhttp.HttpUrl$Builder
10866com.android.okhttp.HttpUrl
Andreas Gampedcad4ca2014-10-03 02:00:29 +000010867com.android.okhttp.HttpsHandler
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010868com.android.okhttp.OkCacheContainer
Andreas Gampe61e7b662015-06-17 23:57:04 -070010869com.android.okhttp.OkHttpClient$1
Calin Juravle00b23d32019-03-08 17:52:20 -080010870com.android.okhttp.OkHttpClient
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010871com.android.okhttp.OkUrlFactories
Andreas Gampe61e7b662015-06-17 23:57:04 -070010872com.android.okhttp.OkUrlFactory
Andreas Gampedcad4ca2014-10-03 02:00:29 +000010873com.android.okhttp.Protocol
Andreas Gampedcad4ca2014-10-03 02:00:29 +000010874com.android.okhttp.Request$Builder
Calin Juravle00b23d32019-03-08 17:52:20 -080010875com.android.okhttp.Request
Andreas Gampe61e7b662015-06-17 23:57:04 -070010876com.android.okhttp.RequestBody$2
Calin Juravle00b23d32019-03-08 17:52:20 -080010877com.android.okhttp.RequestBody
Andreas Gampedcad4ca2014-10-03 02:00:29 +000010878com.android.okhttp.Response$Builder
Calin Juravle00b23d32019-03-08 17:52:20 -080010879com.android.okhttp.Response
Andreas Gampe61e7b662015-06-17 23:57:04 -070010880com.android.okhttp.ResponseBody
Andreas Gampedcad4ca2014-10-03 02:00:29 +000010881com.android.okhttp.Route
Andreas Gampe61e7b662015-06-17 23:57:04 -070010882com.android.okhttp.TlsVersion
10883com.android.okhttp.internal.ConnectionSpecSelector
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010884com.android.okhttp.internal.DiskLruCache$1
10885com.android.okhttp.internal.DiskLruCache$4
10886com.android.okhttp.internal.DiskLruCache$Editor
10887com.android.okhttp.internal.DiskLruCache$Entry
Calin Juravle00b23d32019-03-08 17:52:20 -080010888com.android.okhttp.internal.DiskLruCache
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010889com.android.okhttp.internal.FaultHidingSink
10890com.android.okhttp.internal.Internal
10891com.android.okhttp.internal.InternalCache
Andreas Gampe61e7b662015-06-17 23:57:04 -070010892com.android.okhttp.internal.OptionalMethod
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010893com.android.okhttp.internal.Platform
Andreas Gampe61e7b662015-06-17 23:57:04 -070010894com.android.okhttp.internal.RouteDatabase
Andreas Gampe571fc302016-02-18 13:58:09 -080010895com.android.okhttp.internal.URLFilter
Andreas Gampedcad4ca2014-10-03 02:00:29 +000010896com.android.okhttp.internal.Util$1
Calin Juravle00b23d32019-03-08 17:52:20 -080010897com.android.okhttp.internal.Util
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010898com.android.okhttp.internal.http.AuthenticatorAdapter
Andreas Gampedcad4ca2014-10-03 02:00:29 +000010899com.android.okhttp.internal.http.CacheStrategy$Factory
Calin Juravle00b23d32019-03-08 17:52:20 -080010900com.android.okhttp.internal.http.CacheStrategy
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010901com.android.okhttp.internal.http.HeaderParser
Andreas Gampe0db10fd2017-02-01 15:57:57 -080010902com.android.okhttp.internal.http.Http1xStream$AbstractSource
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010903com.android.okhttp.internal.http.Http1xStream$ChunkedSink
Andreas Gampe0db10fd2017-02-01 15:57:57 -080010904com.android.okhttp.internal.http.Http1xStream$ChunkedSource
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010905com.android.okhttp.internal.http.Http1xStream$FixedLengthSink
Andreas Gampe0db10fd2017-02-01 15:57:57 -080010906com.android.okhttp.internal.http.Http1xStream$FixedLengthSource
Calin Juravle00b23d32019-03-08 17:52:20 -080010907com.android.okhttp.internal.http.Http1xStream
Calin Juravle4a054192018-05-29 17:52:20 -070010908com.android.okhttp.internal.http.HttpDate$1
Calin Juravle00b23d32019-03-08 17:52:20 -080010909com.android.okhttp.internal.http.HttpDate
Andreas Gampe61e7b662015-06-17 23:57:04 -070010910com.android.okhttp.internal.http.HttpEngine$1
Calin Juravle00b23d32019-03-08 17:52:20 -080010911com.android.okhttp.internal.http.HttpEngine
Andreas Gampedcad4ca2014-10-03 02:00:29 +000010912com.android.okhttp.internal.http.HttpMethod
Andreas Gampe0db10fd2017-02-01 15:57:57 -080010913com.android.okhttp.internal.http.HttpStream
Andreas Gampedcad4ca2014-10-03 02:00:29 +000010914com.android.okhttp.internal.http.OkHeaders$1
Calin Juravle00b23d32019-03-08 17:52:20 -080010915com.android.okhttp.internal.http.OkHeaders
Andreas Gampe61e7b662015-06-17 23:57:04 -070010916com.android.okhttp.internal.http.RealResponseBody
10917com.android.okhttp.internal.http.RequestException
Andreas Gampedcad4ca2014-10-03 02:00:29 +000010918com.android.okhttp.internal.http.RequestLine
10919com.android.okhttp.internal.http.RetryableSink
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010920com.android.okhttp.internal.http.RouteException
Andreas Gampedcad4ca2014-10-03 02:00:29 +000010921com.android.okhttp.internal.http.RouteSelector
10922com.android.okhttp.internal.http.StatusLine
Andreas Gampe0db10fd2017-02-01 15:57:57 -080010923com.android.okhttp.internal.http.StreamAllocation
Andreas Gampe61e7b662015-06-17 23:57:04 -070010924com.android.okhttp.internal.huc.DelegatingHttpsURLConnection
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010925com.android.okhttp.internal.huc.HttpURLConnectionImpl
Andreas Gampe61e7b662015-06-17 23:57:04 -070010926com.android.okhttp.internal.huc.HttpsURLConnectionImpl
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010927com.android.okhttp.internal.io.FileSystem$1
Calin Juravle00b23d32019-03-08 17:52:20 -080010928com.android.okhttp.internal.io.FileSystem
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010929com.android.okhttp.internal.io.RealConnection
Andreas Gampedcad4ca2014-10-03 02:00:29 +000010930com.android.okhttp.internal.tls.OkHostnameVerifier
Calin Juravle36829e52019-04-10 19:07:47 -070010931com.android.okhttp.internal.tls.RealTrustRootIndex
10932com.android.okhttp.internal.tls.TrustRootIndex
art-benchmark-serviced5115932020-02-25 17:55:03 -080010933com.android.okhttp.internalandroidapi.AndroidResponseCacheAdapter
art-benchmark-serviced8f25642020-01-27 20:25:10 -080010934com.android.okhttp.internalandroidapi.Dns
art-benchmark-serviced5115932020-02-25 17:55:03 -080010935com.android.okhttp.internalandroidapi.HasCacheHolder$CacheHolder
Calin Juravle00b23d32019-03-08 17:52:20 -080010936com.android.okhttp.internalandroidapi.HasCacheHolder
art-benchmark-serviced8f25642020-01-27 20:25:10 -080010937com.android.okhttp.internalandroidapi.HttpURLConnectionFactory$DnsAdapter
10938com.android.okhttp.internalandroidapi.HttpURLConnectionFactory
Andreas Gampe61e7b662015-06-17 23:57:04 -070010939com.android.okhttp.okio.AsyncTimeout$1
10940com.android.okhttp.okio.AsyncTimeout$2
10941com.android.okhttp.okio.AsyncTimeout$Watchdog
Calin Juravle00b23d32019-03-08 17:52:20 -080010942com.android.okhttp.okio.AsyncTimeout
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010943com.android.okhttp.okio.Buffer
Andreas Gampe61e7b662015-06-17 23:57:04 -070010944com.android.okhttp.okio.BufferedSink
10945com.android.okhttp.okio.BufferedSource
Calin Juravle4a054192018-05-29 17:52:20 -070010946com.android.okhttp.okio.ByteString
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010947com.android.okhttp.okio.ForwardingSink
Calin Juravle4a054192018-05-29 17:52:20 -070010948com.android.okhttp.okio.ForwardingSource
Andreas Gampe571fc302016-02-18 13:58:09 -080010949com.android.okhttp.okio.ForwardingTimeout
Mathieu Chartierba2c0462017-05-19 16:41:46 -070010950com.android.okhttp.okio.GzipSource
10951com.android.okhttp.okio.InflaterSource
Andreas Gampe61e7b662015-06-17 23:57:04 -070010952com.android.okhttp.okio.Okio$1
10953com.android.okhttp.okio.Okio$2
10954com.android.okhttp.okio.Okio$3
Calin Juravle00b23d32019-03-08 17:52:20 -080010955com.android.okhttp.okio.Okio
Andreas Gampe61e7b662015-06-17 23:57:04 -070010956com.android.okhttp.okio.RealBufferedSink$1
Calin Juravle00b23d32019-03-08 17:52:20 -080010957com.android.okhttp.okio.RealBufferedSink
Andreas Gampe61e7b662015-06-17 23:57:04 -070010958com.android.okhttp.okio.RealBufferedSource$1
Calin Juravle00b23d32019-03-08 17:52:20 -080010959com.android.okhttp.okio.RealBufferedSource
Andreas Gampe61e7b662015-06-17 23:57:04 -070010960com.android.okhttp.okio.Segment
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010961com.android.okhttp.okio.SegmentPool
Andreas Gampe61e7b662015-06-17 23:57:04 -070010962com.android.okhttp.okio.Sink
10963com.android.okhttp.okio.Source
Andreas Gampe61e7b662015-06-17 23:57:04 -070010964com.android.okhttp.okio.Timeout$1
Calin Juravle00b23d32019-03-08 17:52:20 -080010965com.android.okhttp.okio.Timeout
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070010966com.android.okhttp.okio.Util
Calin Juravle00b23d32019-03-08 17:52:20 -080010967com.android.org.bouncycastle.asn1.ASN1BitString
art-benchmark-serviced5115932020-02-25 17:55:03 -080010968com.android.org.bouncycastle.asn1.ASN1Choice
Jesse Wilson0d8eeb42011-08-24 09:33:06 -040010969com.android.org.bouncycastle.asn1.ASN1Encodable
Calin Juravle00b23d32019-03-08 17:52:20 -080010970com.android.org.bouncycastle.asn1.ASN1EncodableVector
10971com.android.org.bouncycastle.asn1.ASN1InputStream
10972com.android.org.bouncycastle.asn1.ASN1Integer
10973com.android.org.bouncycastle.asn1.ASN1Null
Jesse Wilson0d8eeb42011-08-24 09:33:06 -040010974com.android.org.bouncycastle.asn1.ASN1Object
Andreas Gampe571fc302016-02-18 13:58:09 -080010975com.android.org.bouncycastle.asn1.ASN1ObjectIdentifier$OidHandle
Calin Juravle00b23d32019-03-08 17:52:20 -080010976com.android.org.bouncycastle.asn1.ASN1ObjectIdentifier
10977com.android.org.bouncycastle.asn1.ASN1OutputStream
Kenny Rootdbf30ed2012-09-19 13:08:12 -070010978com.android.org.bouncycastle.asn1.ASN1Primitive
Calin Juravle00b23d32019-03-08 17:52:20 -080010979com.android.org.bouncycastle.asn1.ASN1Sequence
10980com.android.org.bouncycastle.asn1.ASN1SequenceParser
10981com.android.org.bouncycastle.asn1.ASN1Set
10982com.android.org.bouncycastle.asn1.ASN1String
art-benchmark-serviced60351b2020-04-11 17:55:40 -070010983com.android.org.bouncycastle.asn1.ASN1TaggedObject
10984com.android.org.bouncycastle.asn1.ASN1TaggedObjectParser
Calin Juravle00b23d32019-03-08 17:52:20 -080010985com.android.org.bouncycastle.asn1.BERTags
10986com.android.org.bouncycastle.asn1.DERBitString
10987com.android.org.bouncycastle.asn1.DERFactory
art-benchmark-serviced5115932020-02-25 17:55:03 -080010988com.android.org.bouncycastle.asn1.DERInteger
Calin Juravle00b23d32019-03-08 17:52:20 -080010989com.android.org.bouncycastle.asn1.DERNull
10990com.android.org.bouncycastle.asn1.DEROutputStream
10991com.android.org.bouncycastle.asn1.DERSequence
10992com.android.org.bouncycastle.asn1.DERSet
art-benchmark-serviced60351b2020-04-11 17:55:40 -070010993com.android.org.bouncycastle.asn1.DERTaggedObject
Calin Juravle00b23d32019-03-08 17:52:20 -080010994com.android.org.bouncycastle.asn1.DLSequence
10995com.android.org.bouncycastle.asn1.DefiniteLengthInputStream
10996com.android.org.bouncycastle.asn1.InMemoryRepresentable
10997com.android.org.bouncycastle.asn1.IndefiniteLengthInputStream
10998com.android.org.bouncycastle.asn1.LimitedInputStream
Andreas Gampe571fc302016-02-18 13:58:09 -080010999com.android.org.bouncycastle.asn1.OIDTokenizer
Calin Juravle00b23d32019-03-08 17:52:20 -080011000com.android.org.bouncycastle.asn1.StreamUtil
Jesse Wilson0d8eeb42011-08-24 09:33:06 -040011001com.android.org.bouncycastle.asn1.bc.BCObjectIdentifiers
11002com.android.org.bouncycastle.asn1.iana.IANAObjectIdentifiers
Andreas Gampe571fc302016-02-18 13:58:09 -080011003com.android.org.bouncycastle.asn1.misc.MiscObjectIdentifiers
Jesse Wilson0d8eeb42011-08-24 09:33:06 -040011004com.android.org.bouncycastle.asn1.nist.NISTObjectIdentifiers
11005com.android.org.bouncycastle.asn1.oiw.OIWObjectIdentifiers
11006com.android.org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers
art-benchmark-serviced60351b2020-04-11 17:55:40 -070011007com.android.org.bouncycastle.asn1.x500.X500Name
art-benchmark-service13164882020-11-07 02:19:14 -080011008com.android.org.bouncycastle.asn1.x500.X500NameStyle
11009com.android.org.bouncycastle.asn1.x500.style.AbstractX500NameStyle
11010com.android.org.bouncycastle.asn1.x500.style.BCStyle
Calin Juravle00b23d32019-03-08 17:52:20 -080011011com.android.org.bouncycastle.asn1.x509.AlgorithmIdentifier
art-benchmark-serviced5115932020-02-25 17:55:03 -080011012com.android.org.bouncycastle.asn1.x509.Certificate
art-benchmark-serviced8f25642020-01-27 20:25:10 -080011013com.android.org.bouncycastle.asn1.x509.DSAParameter
Calin Juravle00b23d32019-03-08 17:52:20 -080011014com.android.org.bouncycastle.asn1.x509.SubjectPublicKeyInfo
art-benchmark-serviced5115932020-02-25 17:55:03 -080011015com.android.org.bouncycastle.asn1.x509.Time
11016com.android.org.bouncycastle.asn1.x509.V3TBSCertificateGenerator
art-benchmark-serviced60351b2020-04-11 17:55:40 -070011017com.android.org.bouncycastle.asn1.x509.X509ExtensionsGenerator
art-benchmark-serviced5115932020-02-25 17:55:03 -080011018com.android.org.bouncycastle.asn1.x509.X509Name
Jesse Wilson0d8eeb42011-08-24 09:33:06 -040011019com.android.org.bouncycastle.asn1.x509.X509ObjectIdentifiers
Calin Juravle36829e52019-04-10 19:07:47 -070011020com.android.org.bouncycastle.asn1.x9.X9ECParameters
Jesse Wilson0d8eeb42011-08-24 09:33:06 -040011021com.android.org.bouncycastle.asn1.x9.X9ObjectIdentifiers
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011022com.android.org.bouncycastle.crypto.BlockCipher
Calin Juravle4a054192018-05-29 17:52:20 -070011023com.android.org.bouncycastle.crypto.BufferedBlockCipher
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070011024com.android.org.bouncycastle.crypto.CipherParameters
Calin Juravle4a054192018-05-29 17:52:20 -070011025com.android.org.bouncycastle.crypto.CryptoException
Calin Juravle36829e52019-04-10 19:07:47 -070011026com.android.org.bouncycastle.crypto.CryptoServicesPermission
11027com.android.org.bouncycastle.crypto.CryptoServicesRegistrar$Property
11028com.android.org.bouncycastle.crypto.CryptoServicesRegistrar
Calin Juravle4a054192018-05-29 17:52:20 -070011029com.android.org.bouncycastle.crypto.DataLengthException
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011030com.android.org.bouncycastle.crypto.Digest
11031com.android.org.bouncycastle.crypto.ExtendedDigest
Calin Juravle4a054192018-05-29 17:52:20 -070011032com.android.org.bouncycastle.crypto.InvalidCipherTextException
11033com.android.org.bouncycastle.crypto.OutputLengthException
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011034com.android.org.bouncycastle.crypto.PBEParametersGenerator
Calin Juravle4a054192018-05-29 17:52:20 -070011035com.android.org.bouncycastle.crypto.RuntimeCryptoException
11036com.android.org.bouncycastle.crypto.digests.AndroidDigestFactory
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011037com.android.org.bouncycastle.crypto.digests.AndroidDigestFactoryBouncyCastle
Calin Juravle4a054192018-05-29 17:52:20 -070011038com.android.org.bouncycastle.crypto.digests.AndroidDigestFactoryInterface
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011039com.android.org.bouncycastle.crypto.digests.AndroidDigestFactoryOpenSSL
Calin Juravle4a054192018-05-29 17:52:20 -070011040com.android.org.bouncycastle.crypto.digests.OpenSSLDigest$MD5
Calin Juravle00b23d32019-03-08 17:52:20 -080011041com.android.org.bouncycastle.crypto.digests.OpenSSLDigest
Calin Juravle4a054192018-05-29 17:52:20 -070011042com.android.org.bouncycastle.crypto.engines.AESEngine
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011043com.android.org.bouncycastle.crypto.paddings.BlockCipherPadding
Calin Juravle4a054192018-05-29 17:52:20 -070011044com.android.org.bouncycastle.crypto.paddings.PKCS7Padding
11045com.android.org.bouncycastle.crypto.paddings.PaddedBufferedBlockCipher
Calin Juravle36829e52019-04-10 19:07:47 -070011046com.android.org.bouncycastle.crypto.params.AsymmetricKeyParameter
11047com.android.org.bouncycastle.crypto.params.DHParameters
11048com.android.org.bouncycastle.crypto.params.DHValidationParameters
11049com.android.org.bouncycastle.crypto.params.DSAKeyParameters
Calin Juravle00b23d32019-03-08 17:52:20 -080011050com.android.org.bouncycastle.crypto.params.DSAParameters
11051com.android.org.bouncycastle.crypto.params.DSAPublicKeyParameters
Calin Juravle36829e52019-04-10 19:07:47 -070011052com.android.org.bouncycastle.crypto.params.DSAValidationParameters
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011053com.android.org.bouncycastle.crypto.params.KeyParameter
Calin Juravle4a054192018-05-29 17:52:20 -070011054com.android.org.bouncycastle.crypto.params.ParametersWithIV
11055com.android.org.bouncycastle.crypto.params.ParametersWithRandom
11056com.android.org.bouncycastle.jcajce.PBKDFKey
11057com.android.org.bouncycastle.jcajce.PKCS12Key
Kenny Rootdbf30ed2012-09-19 13:08:12 -070011058com.android.org.bouncycastle.jcajce.provider.asymmetric.DH$Mappings
Calin Juravle00b23d32019-03-08 17:52:20 -080011059com.android.org.bouncycastle.jcajce.provider.asymmetric.DH
Kenny Rootdbf30ed2012-09-19 13:08:12 -070011060com.android.org.bouncycastle.jcajce.provider.asymmetric.DSA$Mappings
11061com.android.org.bouncycastle.jcajce.provider.asymmetric.EC$Mappings
Calin Juravle00b23d32019-03-08 17:52:20 -080011062com.android.org.bouncycastle.jcajce.provider.asymmetric.EC
Kenny Rootdbf30ed2012-09-19 13:08:12 -070011063com.android.org.bouncycastle.jcajce.provider.asymmetric.RSA$Mappings
Calin Juravle00b23d32019-03-08 17:52:20 -080011064com.android.org.bouncycastle.jcajce.provider.asymmetric.RSA
Kenny Rootdbf30ed2012-09-19 13:08:12 -070011065com.android.org.bouncycastle.jcajce.provider.asymmetric.X509$Mappings
Andreas Gampedcad4ca2014-10-03 02:00:29 +000011066com.android.org.bouncycastle.jcajce.provider.asymmetric.dh.KeyFactorySpi
Calin Juravle00b23d32019-03-08 17:52:20 -080011067com.android.org.bouncycastle.jcajce.provider.asymmetric.dsa.BCDSAPublicKey
Kenny Rootdbf30ed2012-09-19 13:08:12 -070011068com.android.org.bouncycastle.jcajce.provider.asymmetric.dsa.DSAUtil
11069com.android.org.bouncycastle.jcajce.provider.asymmetric.dsa.KeyFactorySpi
Kenny Rootdbf30ed2012-09-19 13:08:12 -070011070com.android.org.bouncycastle.jcajce.provider.asymmetric.ec.KeyFactorySpi$EC
Calin Juravle00b23d32019-03-08 17:52:20 -080011071com.android.org.bouncycastle.jcajce.provider.asymmetric.ec.KeyFactorySpi
Calin Juravle4a054192018-05-29 17:52:20 -070011072com.android.org.bouncycastle.jcajce.provider.asymmetric.rsa.CipherSpi$NoPadding
Calin Juravle00b23d32019-03-08 17:52:20 -080011073com.android.org.bouncycastle.jcajce.provider.asymmetric.rsa.CipherSpi
Kenny Rootdbf30ed2012-09-19 13:08:12 -070011074com.android.org.bouncycastle.jcajce.provider.asymmetric.rsa.KeyFactorySpi
art-benchmark-serviced8f25642020-01-27 20:25:10 -080011075com.android.org.bouncycastle.jcajce.provider.asymmetric.rsa.RSAUtil
Calin Juravle00b23d32019-03-08 17:52:20 -080011076com.android.org.bouncycastle.jcajce.provider.asymmetric.util.BaseCipherSpi
Kenny Rootdbf30ed2012-09-19 13:08:12 -070011077com.android.org.bouncycastle.jcajce.provider.asymmetric.util.BaseKeyFactorySpi
art-benchmark-serviced8f25642020-01-27 20:25:10 -080011078com.android.org.bouncycastle.jcajce.provider.asymmetric.util.KeyUtil
art-benchmark-serviced60351b2020-04-11 17:55:40 -070011079com.android.org.bouncycastle.jcajce.provider.asymmetric.x509.CertificateFactory
art-benchmark-service13164882020-11-07 02:19:14 -080011080com.android.org.bouncycastle.jcajce.provider.asymmetric.x509.PEMUtil
Kenny Rootdbf30ed2012-09-19 13:08:12 -070011081com.android.org.bouncycastle.jcajce.provider.config.ConfigurableProvider
11082com.android.org.bouncycastle.jcajce.provider.config.ProviderConfiguration
11083com.android.org.bouncycastle.jcajce.provider.config.ProviderConfigurationPermission
11084com.android.org.bouncycastle.jcajce.provider.digest.DigestAlgorithmProvider
Kenny Rootdbf30ed2012-09-19 13:08:12 -070011085com.android.org.bouncycastle.jcajce.provider.digest.MD5$Mappings
Calin Juravle00b23d32019-03-08 17:52:20 -080011086com.android.org.bouncycastle.jcajce.provider.digest.MD5
Kenny Rootdbf30ed2012-09-19 13:08:12 -070011087com.android.org.bouncycastle.jcajce.provider.digest.SHA1$Mappings
Calin Juravle00b23d32019-03-08 17:52:20 -080011088com.android.org.bouncycastle.jcajce.provider.digest.SHA1
Andreas Gampedcad4ca2014-10-03 02:00:29 +000011089com.android.org.bouncycastle.jcajce.provider.digest.SHA224$Mappings
Calin Juravle00b23d32019-03-08 17:52:20 -080011090com.android.org.bouncycastle.jcajce.provider.digest.SHA224
Kenny Rootdbf30ed2012-09-19 13:08:12 -070011091com.android.org.bouncycastle.jcajce.provider.digest.SHA256$Mappings
Calin Juravle00b23d32019-03-08 17:52:20 -080011092com.android.org.bouncycastle.jcajce.provider.digest.SHA256
Kenny Rootdbf30ed2012-09-19 13:08:12 -070011093com.android.org.bouncycastle.jcajce.provider.digest.SHA384$Mappings
Calin Juravle00b23d32019-03-08 17:52:20 -080011094com.android.org.bouncycastle.jcajce.provider.digest.SHA384
Kenny Rootdbf30ed2012-09-19 13:08:12 -070011095com.android.org.bouncycastle.jcajce.provider.digest.SHA512$Mappings
Calin Juravle00b23d32019-03-08 17:52:20 -080011096com.android.org.bouncycastle.jcajce.provider.digest.SHA512
Andreas Gampedcad4ca2014-10-03 02:00:29 +000011097com.android.org.bouncycastle.jcajce.provider.keystore.BC$Mappings
11098com.android.org.bouncycastle.jcajce.provider.keystore.PKCS12$Mappings
Andreas Gampedcad4ca2014-10-03 02:00:29 +000011099com.android.org.bouncycastle.jcajce.provider.keystore.bc.BcKeyStoreSpi$Std
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011100com.android.org.bouncycastle.jcajce.provider.keystore.bc.BcKeyStoreSpi$StoreEntry
Calin Juravle00b23d32019-03-08 17:52:20 -080011101com.android.org.bouncycastle.jcajce.provider.keystore.bc.BcKeyStoreSpi
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011102com.android.org.bouncycastle.jcajce.provider.symmetric.AES$ECB$1
Calin Juravle00b23d32019-03-08 17:52:20 -080011103com.android.org.bouncycastle.jcajce.provider.symmetric.AES$ECB
Kenny Rootdbf30ed2012-09-19 13:08:12 -070011104com.android.org.bouncycastle.jcajce.provider.symmetric.AES$Mappings
Calin Juravle00b23d32019-03-08 17:52:20 -080011105com.android.org.bouncycastle.jcajce.provider.symmetric.AES
Kenny Rootdbf30ed2012-09-19 13:08:12 -070011106com.android.org.bouncycastle.jcajce.provider.symmetric.ARC4$Mappings
Calin Juravle00b23d32019-03-08 17:52:20 -080011107com.android.org.bouncycastle.jcajce.provider.symmetric.ARC4
Kenny Rootdbf30ed2012-09-19 13:08:12 -070011108com.android.org.bouncycastle.jcajce.provider.symmetric.Blowfish$Mappings
Calin Juravle00b23d32019-03-08 17:52:20 -080011109com.android.org.bouncycastle.jcajce.provider.symmetric.Blowfish
Kenny Rootdbf30ed2012-09-19 13:08:12 -070011110com.android.org.bouncycastle.jcajce.provider.symmetric.DES$Mappings
Calin Juravle00b23d32019-03-08 17:52:20 -080011111com.android.org.bouncycastle.jcajce.provider.symmetric.DES
Kenny Rootdbf30ed2012-09-19 13:08:12 -070011112com.android.org.bouncycastle.jcajce.provider.symmetric.DESede$Mappings
Calin Juravle00b23d32019-03-08 17:52:20 -080011113com.android.org.bouncycastle.jcajce.provider.symmetric.DESede
Andreas Gampe0db10fd2017-02-01 15:57:57 -080011114com.android.org.bouncycastle.jcajce.provider.symmetric.PBEPBKDF2$Mappings
Calin Juravle00b23d32019-03-08 17:52:20 -080011115com.android.org.bouncycastle.jcajce.provider.symmetric.PBEPBKDF2
Andreas Gampedcad4ca2014-10-03 02:00:29 +000011116com.android.org.bouncycastle.jcajce.provider.symmetric.PBEPKCS12$Mappings
Calin Juravle00b23d32019-03-08 17:52:20 -080011117com.android.org.bouncycastle.jcajce.provider.symmetric.PBEPKCS12
Andreas Gampe0db10fd2017-02-01 15:57:57 -080011118com.android.org.bouncycastle.jcajce.provider.symmetric.PBES2AlgorithmParameters$Mappings
Calin Juravle00b23d32019-03-08 17:52:20 -080011119com.android.org.bouncycastle.jcajce.provider.symmetric.PBES2AlgorithmParameters
Andreas Gampedcad4ca2014-10-03 02:00:29 +000011120com.android.org.bouncycastle.jcajce.provider.symmetric.RC2$Mappings
Calin Juravle00b23d32019-03-08 17:52:20 -080011121com.android.org.bouncycastle.jcajce.provider.symmetric.RC2
Andreas Gampedcad4ca2014-10-03 02:00:29 +000011122com.android.org.bouncycastle.jcajce.provider.symmetric.SymmetricAlgorithmProvider
Andreas Gampedcad4ca2014-10-03 02:00:29 +000011123com.android.org.bouncycastle.jcajce.provider.symmetric.Twofish$Mappings
Calin Juravle00b23d32019-03-08 17:52:20 -080011124com.android.org.bouncycastle.jcajce.provider.symmetric.Twofish
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011125com.android.org.bouncycastle.jcajce.provider.symmetric.util.BCPBEKey
Calin Juravle4a054192018-05-29 17:52:20 -070011126com.android.org.bouncycastle.jcajce.provider.symmetric.util.BaseBlockCipher$AEADGenericBlockCipher
11127com.android.org.bouncycastle.jcajce.provider.symmetric.util.BaseBlockCipher$BufferedGenericBlockCipher
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011128com.android.org.bouncycastle.jcajce.provider.symmetric.util.BaseBlockCipher$GenericBlockCipher
Calin Juravle00b23d32019-03-08 17:52:20 -080011129com.android.org.bouncycastle.jcajce.provider.symmetric.util.BaseBlockCipher
Calin Juravle4a054192018-05-29 17:52:20 -070011130com.android.org.bouncycastle.jcajce.provider.symmetric.util.BaseSecretKeyFactory
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011131com.android.org.bouncycastle.jcajce.provider.symmetric.util.BaseWrapCipher
11132com.android.org.bouncycastle.jcajce.provider.symmetric.util.BlockCipherProvider
Calin Juravle36829e52019-04-10 19:07:47 -070011133com.android.org.bouncycastle.jcajce.provider.symmetric.util.ClassUtil
Calin Juravle4a054192018-05-29 17:52:20 -070011134com.android.org.bouncycastle.jcajce.provider.symmetric.util.PBE$Util
Calin Juravle00b23d32019-03-08 17:52:20 -080011135com.android.org.bouncycastle.jcajce.provider.symmetric.util.PBE
Kenny Rootdbf30ed2012-09-19 13:08:12 -070011136com.android.org.bouncycastle.jcajce.provider.util.AlgorithmProvider
11137com.android.org.bouncycastle.jcajce.provider.util.AsymmetricAlgorithmProvider
11138com.android.org.bouncycastle.jcajce.provider.util.AsymmetricKeyInfoConverter
Calin Juravle4a054192018-05-29 17:52:20 -070011139com.android.org.bouncycastle.jcajce.provider.util.DigestFactory
11140com.android.org.bouncycastle.jcajce.spec.AEADParameterSpec
Andreas Gampe61e7b662015-06-17 23:57:04 -070011141com.android.org.bouncycastle.jcajce.util.BCJcaJceHelper
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011142com.android.org.bouncycastle.jcajce.util.DefaultJcaJceHelper
Andreas Gampe61e7b662015-06-17 23:57:04 -070011143com.android.org.bouncycastle.jcajce.util.JcaJceHelper
11144com.android.org.bouncycastle.jcajce.util.ProviderJcaJceHelper
art-benchmark-serviced5115932020-02-25 17:55:03 -080011145com.android.org.bouncycastle.jce.X509Principal
Jesse Wilson0d8eeb42011-08-24 09:33:06 -040011146com.android.org.bouncycastle.jce.interfaces.BCKeyStore
art-benchmark-serviced5115932020-02-25 17:55:03 -080011147com.android.org.bouncycastle.jce.interfaces.PKCS12BagAttributeCarrier
Jesse Wilson0d8eeb42011-08-24 09:33:06 -040011148com.android.org.bouncycastle.jce.provider.BouncyCastleProvider$1
Calin Juravle00b23d32019-03-08 17:52:20 -080011149com.android.org.bouncycastle.jce.provider.BouncyCastleProvider
Kenny Rootdbf30ed2012-09-19 13:08:12 -070011150com.android.org.bouncycastle.jce.provider.BouncyCastleProviderConfiguration
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011151com.android.org.bouncycastle.jce.provider.CertStoreCollectionSpi
art-benchmark-serviced5115932020-02-25 17:55:03 -080011152com.android.org.bouncycastle.jce.provider.X509CertificateObject
art-benchmark-serviced8f25642020-01-27 20:25:10 -080011153com.android.org.bouncycastle.jce.spec.ECKeySpec
11154com.android.org.bouncycastle.jce.spec.ECPublicKeySpec
Kenny Rootdbf30ed2012-09-19 13:08:12 -070011155com.android.org.bouncycastle.util.Arrays
Andreas Gampe61e7b662015-06-17 23:57:04 -070011156com.android.org.bouncycastle.util.Encodable
Calin Juravle36829e52019-04-10 19:07:47 -070011157com.android.org.bouncycastle.util.Integers
Calin Juravle00b23d32019-03-08 17:52:20 -080011158com.android.org.bouncycastle.util.Iterable
Calin Juravle4a054192018-05-29 17:52:20 -070011159com.android.org.bouncycastle.util.Pack
art-benchmark-serviced8f25642020-01-27 20:25:10 -080011160com.android.org.bouncycastle.util.Properties$1
11161com.android.org.bouncycastle.util.Properties
Andreas Gampe571fc302016-02-18 13:58:09 -080011162com.android.org.bouncycastle.util.Strings$1
Calin Juravle00b23d32019-03-08 17:52:20 -080011163com.android.org.bouncycastle.util.Strings
Calin Juravle36829e52019-04-10 19:07:47 -070011164com.android.org.bouncycastle.util.encoders.Encoder
11165com.android.org.bouncycastle.util.encoders.Hex
11166com.android.org.bouncycastle.util.encoders.HexEncoder
Calin Juravle00b23d32019-03-08 17:52:20 -080011167com.android.org.bouncycastle.util.io.Streams
art-benchmark-serviced5115932020-02-25 17:55:03 -080011168com.android.org.bouncycastle.x509.X509V3CertificateGenerator
11169com.android.org.kxml2.io.KXmlParser$ContentSource
Calin Juravle00b23d32019-03-08 17:52:20 -080011170com.android.org.kxml2.io.KXmlParser$ValueContext
11171com.android.org.kxml2.io.KXmlParser
11172com.android.org.kxml2.io.KXmlSerializer
art-benchmark-service56aece62020-02-10 17:58:03 -080011173com.android.phone.ecc.nano.CodedInputByteBufferNano
art-benchmark-service13164882020-11-07 02:19:14 -080011174com.android.phone.ecc.nano.CodedOutputByteBufferNano$OutOfSpaceException
11175com.android.phone.ecc.nano.CodedOutputByteBufferNano
art-benchmark-service56aece62020-02-10 17:58:03 -080011176com.android.phone.ecc.nano.ExtendableMessageNano
art-benchmark-service13164882020-11-07 02:19:14 -080011177com.android.phone.ecc.nano.Extension$1
11178com.android.phone.ecc.nano.Extension$PrimitiveExtension
11179com.android.phone.ecc.nano.Extension
11180com.android.phone.ecc.nano.FieldArray
11181com.android.phone.ecc.nano.FieldData
art-benchmark-service56aece62020-02-10 17:58:03 -080011182com.android.phone.ecc.nano.InternalNano
11183com.android.phone.ecc.nano.InvalidProtocolBufferNanoException
art-benchmark-service13164882020-11-07 02:19:14 -080011184com.android.phone.ecc.nano.MapFactories$1
11185com.android.phone.ecc.nano.MapFactories$DefaultMapFactory
11186com.android.phone.ecc.nano.MapFactories$MapFactory
11187com.android.phone.ecc.nano.MapFactories
art-benchmark-service56aece62020-02-10 17:58:03 -080011188com.android.phone.ecc.nano.MessageNano
art-benchmark-service13164882020-11-07 02:19:14 -080011189com.android.phone.ecc.nano.MessageNanoPrinter
art-benchmark-service56aece62020-02-10 17:58:03 -080011190com.android.phone.ecc.nano.ProtobufEccData$AllInfo
11191com.android.phone.ecc.nano.ProtobufEccData$CountryInfo
art-benchmark-service13164882020-11-07 02:19:14 -080011192com.android.phone.ecc.nano.ProtobufEccData$EccInfo$Type
art-benchmark-service56aece62020-02-10 17:58:03 -080011193com.android.phone.ecc.nano.ProtobufEccData$EccInfo
art-benchmark-service13164882020-11-07 02:19:14 -080011194com.android.phone.ecc.nano.ProtobufEccData
11195com.android.phone.ecc.nano.UnknownFieldData
art-benchmark-service56aece62020-02-10 17:58:03 -080011196com.android.phone.ecc.nano.WireFormatNano
art-benchmark-service13164882020-11-07 02:19:14 -080011197com.android.phone.ecc.nano.android.ParcelableExtendableMessageNano
11198com.android.phone.ecc.nano.android.ParcelableMessageNano
11199com.android.phone.ecc.nano.android.ParcelableMessageNanoCreator
art-benchmark-serviced8f25642020-01-27 20:25:10 -080011200com.android.server.AppWidgetBackupBridge
art-benchmark-serviced8f25642020-01-27 20:25:10 -080011201com.android.server.LocalServices
Jesse Wilson0d8eeb42011-08-24 09:33:06 -040011202com.android.server.NetworkManagementSocketTagger$1
11203com.android.server.NetworkManagementSocketTagger$SocketTags
Calin Juravle00b23d32019-03-08 17:52:20 -080011204com.android.server.NetworkManagementSocketTagger
Calin Juravle787d34d2019-04-25 15:12:44 -070011205com.android.server.SystemConfig$PermissionEntry
11206com.android.server.SystemConfig$SharedLibraryEntry
11207com.android.server.SystemConfig
art-benchmark-serviced8f25642020-01-27 20:25:10 -080011208com.android.server.WidgetBackupProvider
11209com.android.server.backup.AccountManagerBackupHelper
11210com.android.server.backup.AccountSyncSettingsBackupHelper
11211com.android.server.backup.NotificationBackupHelper
11212com.android.server.backup.PermissionBackupHelper
11213com.android.server.backup.PreferredActivityBackupHelper
11214com.android.server.backup.ShortcutBackupHelper
11215com.android.server.backup.SliceBackupHelper
art-benchmark-serviced5115932020-02-25 17:55:03 -080011216com.android.server.connectivity.metrics.nano.IpConnectivityLogClass$ApfProgramEvent
11217com.android.server.connectivity.metrics.nano.IpConnectivityLogClass$ApfStatistics
11218com.android.server.connectivity.metrics.nano.IpConnectivityLogClass$ConnectStatistics
11219com.android.server.connectivity.metrics.nano.IpConnectivityLogClass$DHCPEvent
11220com.android.server.connectivity.metrics.nano.IpConnectivityLogClass$DNSLookupBatch
11221com.android.server.connectivity.metrics.nano.IpConnectivityLogClass$DefaultNetworkEvent
art-benchmark-serviced8f25642020-01-27 20:25:10 -080011222com.android.server.connectivity.metrics.nano.IpConnectivityLogClass$IpConnectivityEvent
art-benchmark-serviced5115932020-02-25 17:55:03 -080011223com.android.server.connectivity.metrics.nano.IpConnectivityLogClass$IpConnectivityLog
11224com.android.server.connectivity.metrics.nano.IpConnectivityLogClass$IpProvisioningEvent
11225com.android.server.connectivity.metrics.nano.IpConnectivityLogClass$IpReachabilityEvent
11226com.android.server.connectivity.metrics.nano.IpConnectivityLogClass$NetworkEvent
art-benchmark-serviced8f25642020-01-27 20:25:10 -080011227com.android.server.connectivity.metrics.nano.IpConnectivityLogClass$Pair
art-benchmark-serviced5115932020-02-25 17:55:03 -080011228com.android.server.connectivity.metrics.nano.IpConnectivityLogClass$RaEvent
11229com.android.server.connectivity.metrics.nano.IpConnectivityLogClass$ValidationProbeEvent
11230com.android.server.connectivity.metrics.nano.IpConnectivityLogClass$WakeupStats
11231com.android.server.job.JobSchedulerInternal$JobStorePersistStats
art-benchmark-serviced8f25642020-01-27 20:25:10 -080011232com.android.server.net.BaseNetdEventCallback
11233com.android.server.net.BaseNetworkObserver
art-benchmark-service13164882020-11-07 02:19:14 -080011234com.android.server.sip.SipHelper
art-benchmark-service56aece62020-02-10 17:58:03 -080011235com.android.server.sip.SipService$1
art-benchmark-service13164882020-11-07 02:19:14 -080011236com.android.server.sip.SipService$ConnectivityReceiver$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -080011237com.android.server.sip.SipService$ConnectivityReceiver
11238com.android.server.sip.SipService$MyExecutor
art-benchmark-service13164882020-11-07 02:19:14 -080011239com.android.server.sip.SipService$SipAutoReg
art-benchmark-service56aece62020-02-10 17:58:03 -080011240com.android.server.sip.SipService$SipKeepAliveProcessCallback
11241com.android.server.sip.SipService$SipSessionGroupExt
Calin Juravle00b23d32019-03-08 17:52:20 -080011242com.android.server.sip.SipService
art-benchmark-service56aece62020-02-10 17:58:03 -080011243com.android.server.sip.SipSessionGroup$KeepAliveProcessCallback
art-benchmark-service13164882020-11-07 02:19:14 -080011244com.android.server.sip.SipSessionGroup$KeepAliveProcessCallbackProxy$1
11245com.android.server.sip.SipSessionGroup$KeepAliveProcessCallbackProxy$2
11246com.android.server.sip.SipSessionGroup$KeepAliveProcessCallbackProxy
11247com.android.server.sip.SipSessionGroup$MakeCallCommand
11248com.android.server.sip.SipSessionGroup$RegisterCommand
11249com.android.server.sip.SipSessionGroup$SipSessionCallReceiverImpl
11250com.android.server.sip.SipSessionGroup$SipSessionImpl$1
11251com.android.server.sip.SipSessionGroup$SipSessionImpl$2$1
11252com.android.server.sip.SipSessionGroup$SipSessionImpl$2
11253com.android.server.sip.SipSessionGroup$SipSessionImpl$SessionTimer$1
11254com.android.server.sip.SipSessionGroup$SipSessionImpl$SessionTimer
11255com.android.server.sip.SipSessionGroup$SipSessionImpl$SipKeepAlive
art-benchmark-service56aece62020-02-10 17:58:03 -080011256com.android.server.sip.SipSessionGroup$SipSessionImpl
art-benchmark-service13164882020-11-07 02:19:14 -080011257com.android.server.sip.SipSessionGroup
11258com.android.server.sip.SipSessionListenerProxy$10
11259com.android.server.sip.SipSessionListenerProxy$11
11260com.android.server.sip.SipSessionListenerProxy$12
11261com.android.server.sip.SipSessionListenerProxy$13
11262com.android.server.sip.SipSessionListenerProxy$1
11263com.android.server.sip.SipSessionListenerProxy$2
11264com.android.server.sip.SipSessionListenerProxy$3
11265com.android.server.sip.SipSessionListenerProxy$4
11266com.android.server.sip.SipSessionListenerProxy$5
11267com.android.server.sip.SipSessionListenerProxy$6
11268com.android.server.sip.SipSessionListenerProxy$7
11269com.android.server.sip.SipSessionListenerProxy$8
11270com.android.server.sip.SipSessionListenerProxy$9
11271com.android.server.sip.SipSessionListenerProxy
art-benchmark-serviced8f25642020-01-27 20:25:10 -080011272com.android.server.sip.SipWakeLock
art-benchmark-service13164882020-11-07 02:19:14 -080011273com.android.server.sip.SipWakeupTimer$1
11274com.android.server.sip.SipWakeupTimer$MyEvent
art-benchmark-serviced8f25642020-01-27 20:25:10 -080011275com.android.server.sip.SipWakeupTimer$MyEventComparator
Calin Juravle00b23d32019-03-08 17:52:20 -080011276com.android.server.sip.SipWakeupTimer
art-benchmark-serviced5115932020-02-25 17:55:03 -080011277com.android.server.usage.AppStandbyInternal$AppIdleStateChangeListener
11278com.android.server.usage.AppStandbyInternal
art-benchmark-serviced8f25642020-01-27 20:25:10 -080011279com.android.server.wm.nano.WindowManagerProtos$TaskSnapshotProto
art-benchmark-service13164882020-11-07 02:19:14 -080011280com.android.service.ims.RcsSettingUtils
11281com.android.service.ims.Task
11282com.android.service.ims.TaskManager$MessageData
11283com.android.service.ims.TaskManager$MessageHandler
11284com.android.service.ims.TaskManager
art-benchmark-service13164882020-11-07 02:19:14 -080011285com.android.service.ims.presence.ContactCapabilityResponse
11286com.android.service.ims.presence.PresenceAvailabilityTask
11287com.android.service.ims.presence.PresenceBase$PresencePublishState
11288com.android.service.ims.presence.PresenceBase
11289com.android.service.ims.presence.PresenceCapabilityTask
11290com.android.service.ims.presence.PresencePublication$1
11291com.android.service.ims.presence.PresencePublication$PublishRequest
11292com.android.service.ims.presence.PresencePublication$PublishType
11293com.android.service.ims.presence.PresencePublication$StackPublishTriggerType
11294com.android.service.ims.presence.PresencePublication
11295com.android.service.ims.presence.PresencePublishTask
11296com.android.service.ims.presence.PresencePublisher
11297com.android.service.ims.presence.PresenceSubscriber
11298com.android.service.ims.presence.PresenceTask
11299com.android.service.ims.presence.PresenceUtils
11300com.android.service.ims.presence.SubscribePublisher
art-benchmark-service0d6aafc2020-05-24 20:29:20 -070011301com.android.telephony.Rlog
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070011302com.google.android.collect.Lists
11303com.google.android.collect.Maps
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070011304com.google.android.collect.Sets
Mathieu Chartierba2c0462017-05-19 16:41:46 -070011305com.google.android.gles_jni.EGLConfigImpl
11306com.google.android.gles_jni.EGLContextImpl
11307com.google.android.gles_jni.EGLDisplayImpl
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080011308com.google.android.gles_jni.EGLImpl
Mathieu Chartierba2c0462017-05-19 16:41:46 -070011309com.google.android.gles_jni.EGLSurfaceImpl
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080011310com.google.android.gles_jni.GLImpl
Calin Juravle4a054192018-05-29 17:52:20 -070011311com.google.android.mms.MmsException
art-benchmark-serviced8f25642020-01-27 20:25:10 -080011312com.google.android.rappor.Encoder
11313com.google.android.rappor.HmacDrbg
Calin Juravle4a054192018-05-29 17:52:20 -070011314com.sun.security.cert.internal.x509.X509V1CertImpl
Andreas Gampe0db10fd2017-02-01 15:57:57 -080011315dalvik.annotation.optimization.CriticalNative
11316dalvik.annotation.optimization.FastNative
Andreas Gampe0db10fd2017-02-01 15:57:57 -080011317dalvik.system.BaseDexClassLoader$Reporter
Calin Juravle00b23d32019-03-08 17:52:20 -080011318dalvik.system.BaseDexClassLoader
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070011319dalvik.system.BlockGuard$1
11320dalvik.system.BlockGuard$2
Calin Juravle00b23d32019-03-08 17:52:20 -080011321dalvik.system.BlockGuard$3
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070011322dalvik.system.BlockGuard$BlockGuardPolicyException
11323dalvik.system.BlockGuard$Policy
Calin Juravle00b23d32019-03-08 17:52:20 -080011324dalvik.system.BlockGuard$VmPolicy
11325dalvik.system.BlockGuard
Andreas Gampe0db10fd2017-02-01 15:57:57 -080011326dalvik.system.ClassExt
Andreas Gampe61e7b662015-06-17 23:57:04 -070011327dalvik.system.CloseGuard$DefaultReporter
11328dalvik.system.CloseGuard$Reporter
Andreas Gampe0db10fd2017-02-01 15:57:57 -080011329dalvik.system.CloseGuard$Tracker
Calin Juravle00b23d32019-03-08 17:52:20 -080011330dalvik.system.CloseGuard
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070011331dalvik.system.DelegateLastClassLoader
Andreas Gampe0db10fd2017-02-01 15:57:57 -080011332dalvik.system.DexClassLoader
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011333dalvik.system.DexFile$1
Andreas Gampe61e7b662015-06-17 23:57:04 -070011334dalvik.system.DexFile$DFEnum
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011335dalvik.system.DexFile$OptimizationInfo
Calin Juravle00b23d32019-03-08 17:52:20 -080011336dalvik.system.DexFile
Andreas Gampe61e7b662015-06-17 23:57:04 -070011337dalvik.system.DexPathList$Element
Andreas Gampe0db10fd2017-02-01 15:57:57 -080011338dalvik.system.DexPathList$NativeLibraryElement
Calin Juravle00b23d32019-03-08 17:52:20 -080011339dalvik.system.DexPathList
Andreas Gampe0db10fd2017-02-01 15:57:57 -080011340dalvik.system.EmulatedStackFrame$Range
Calin Juravle00b23d32019-03-08 17:52:20 -080011341dalvik.system.EmulatedStackFrame
11342dalvik.system.InMemoryDexClassLoader
Andreas Gampe61e7b662015-06-17 23:57:04 -070011343dalvik.system.PathClassLoader
Calin Juravle00b23d32019-03-08 17:52:20 -080011344dalvik.system.RuntimeHooks
Jesse Wilson0d8eeb42011-08-24 09:33:06 -040011345dalvik.system.SocketTagger$1
Calin Juravle00b23d32019-03-08 17:52:20 -080011346dalvik.system.SocketTagger
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080011347dalvik.system.VMDebug
Calin Juravle00b23d32019-03-08 17:52:20 -080011348dalvik.system.VMRuntime$HiddenApiUsageLogger
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080011349dalvik.system.VMRuntime
Andreas Gampe61e7b662015-06-17 23:57:04 -070011350dalvik.system.VMStack
Andreas Gampedcad4ca2014-10-03 02:00:29 +000011351dalvik.system.ZygoteHooks
art-benchmark-serviceb61bce62021-01-21 19:31:46 -080011352gov.nist.core.Debug
11353gov.nist.core.DuplicateNameValueList
11354gov.nist.core.GenericObject
11355gov.nist.core.GenericObjectList
11356gov.nist.core.Host
11357gov.nist.core.HostNameParser
11358gov.nist.core.HostPort
11359gov.nist.core.InternalErrorHandler
11360gov.nist.core.LexerCore
11361gov.nist.core.LogLevels
11362gov.nist.core.LogWriter
11363gov.nist.core.Match
11364gov.nist.core.MultiValueMap
11365gov.nist.core.MultiValueMapImpl
11366gov.nist.core.NameValue
11367gov.nist.core.NameValueList
11368gov.nist.core.PackageNames
11369gov.nist.core.ParserCore
11370gov.nist.core.Separators
11371gov.nist.core.ServerLogger
11372gov.nist.core.StackLogger
11373gov.nist.core.StringTokenizer
11374gov.nist.core.ThreadAuditor$ThreadHandle
11375gov.nist.core.ThreadAuditor
11376gov.nist.core.Token
11377gov.nist.core.net.AddressResolver
11378gov.nist.core.net.NetworkLayer
11379gov.nist.core.net.SslNetworkLayer
11380gov.nist.javax.sip.ClientTransactionExt
11381gov.nist.javax.sip.DefaultAddressResolver
11382gov.nist.javax.sip.DialogExt
11383gov.nist.javax.sip.DialogFilter
11384gov.nist.javax.sip.DialogTimeoutEvent$Reason
11385gov.nist.javax.sip.DialogTimeoutEvent
11386gov.nist.javax.sip.EventScanner
11387gov.nist.javax.sip.EventWrapper
11388gov.nist.javax.sip.ListeningPointExt
11389gov.nist.javax.sip.ListeningPointImpl
11390gov.nist.javax.sip.LogRecord
11391gov.nist.javax.sip.LogRecordFactory
11392gov.nist.javax.sip.NistSipMessageFactoryImpl
11393gov.nist.javax.sip.ResponseEventExt
11394gov.nist.javax.sip.SIPConstants
11395gov.nist.javax.sip.ServerTransactionExt
11396gov.nist.javax.sip.SipListenerExt
11397gov.nist.javax.sip.SipProviderExt
11398gov.nist.javax.sip.SipProviderImpl
11399gov.nist.javax.sip.SipStackExt
11400gov.nist.javax.sip.SipStackImpl
11401gov.nist.javax.sip.TransactionExt
11402gov.nist.javax.sip.Utils
11403gov.nist.javax.sip.UtilsExt
11404gov.nist.javax.sip.address.AddressFactoryImpl
11405gov.nist.javax.sip.address.AddressImpl
11406gov.nist.javax.sip.address.Authority
11407gov.nist.javax.sip.address.GenericURI
11408gov.nist.javax.sip.address.NetObject
11409gov.nist.javax.sip.address.NetObjectList
11410gov.nist.javax.sip.address.ParameterNames
11411gov.nist.javax.sip.address.RFC2396UrlDecoder
11412gov.nist.javax.sip.address.RouterExt
11413gov.nist.javax.sip.address.SipURIExt
11414gov.nist.javax.sip.address.SipUri
11415gov.nist.javax.sip.address.TelURLImpl
11416gov.nist.javax.sip.address.TelephoneNumber
11417gov.nist.javax.sip.address.UserInfo
11418gov.nist.javax.sip.clientauthutils.AccountManager
11419gov.nist.javax.sip.clientauthutils.AuthenticationHelper
11420gov.nist.javax.sip.clientauthutils.AuthenticationHelperImpl
11421gov.nist.javax.sip.clientauthutils.CredentialsCache$TimeoutTask
11422gov.nist.javax.sip.clientauthutils.CredentialsCache
11423gov.nist.javax.sip.clientauthutils.MessageDigestAlgorithm
11424gov.nist.javax.sip.clientauthutils.SecureAccountManager
11425gov.nist.javax.sip.clientauthutils.UserCredentialHash
11426gov.nist.javax.sip.clientauthutils.UserCredentials
11427gov.nist.javax.sip.header.Accept
11428gov.nist.javax.sip.header.AcceptEncoding
11429gov.nist.javax.sip.header.AcceptEncodingList
11430gov.nist.javax.sip.header.AcceptLanguage
11431gov.nist.javax.sip.header.AcceptLanguageList
11432gov.nist.javax.sip.header.AcceptList
11433gov.nist.javax.sip.header.AddressParameters
11434gov.nist.javax.sip.header.AddressParametersHeader
11435gov.nist.javax.sip.header.AlertInfo
11436gov.nist.javax.sip.header.AlertInfoList
11437gov.nist.javax.sip.header.Allow
11438gov.nist.javax.sip.header.AllowEvents
11439gov.nist.javax.sip.header.AllowEventsList
11440gov.nist.javax.sip.header.AllowList
11441gov.nist.javax.sip.header.AuthenticationHeader
11442gov.nist.javax.sip.header.AuthenticationInfo
11443gov.nist.javax.sip.header.AuthenticationInfoList
11444gov.nist.javax.sip.header.Authorization
11445gov.nist.javax.sip.header.AuthorizationList
11446gov.nist.javax.sip.header.CSeq
11447gov.nist.javax.sip.header.CallID
11448gov.nist.javax.sip.header.CallIdentifier
11449gov.nist.javax.sip.header.CallInfo
11450gov.nist.javax.sip.header.CallInfoList
11451gov.nist.javax.sip.header.Challenge
11452gov.nist.javax.sip.header.Contact
11453gov.nist.javax.sip.header.ContactList
11454gov.nist.javax.sip.header.ContentDisposition
11455gov.nist.javax.sip.header.ContentEncoding
11456gov.nist.javax.sip.header.ContentEncodingList
11457gov.nist.javax.sip.header.ContentLanguage
11458gov.nist.javax.sip.header.ContentLanguageList
11459gov.nist.javax.sip.header.ContentLength
11460gov.nist.javax.sip.header.ContentType
11461gov.nist.javax.sip.header.Credentials
11462gov.nist.javax.sip.header.ErrorInfo
11463gov.nist.javax.sip.header.ErrorInfoList
11464gov.nist.javax.sip.header.Event
11465gov.nist.javax.sip.header.Expires
11466gov.nist.javax.sip.header.ExtensionHeaderImpl
11467gov.nist.javax.sip.header.ExtensionHeaderList
11468gov.nist.javax.sip.header.From
11469gov.nist.javax.sip.header.HeaderExt
11470gov.nist.javax.sip.header.HeaderFactoryExt
11471gov.nist.javax.sip.header.HeaderFactoryImpl
11472gov.nist.javax.sip.header.InReplyTo
11473gov.nist.javax.sip.header.InReplyToList
11474gov.nist.javax.sip.header.Indentation
11475gov.nist.javax.sip.header.MaxForwards
11476gov.nist.javax.sip.header.MediaRange
11477gov.nist.javax.sip.header.MimeVersion
11478gov.nist.javax.sip.header.MinExpires
11479gov.nist.javax.sip.header.NameMap
11480gov.nist.javax.sip.header.Organization
11481gov.nist.javax.sip.header.ParameterNames
11482gov.nist.javax.sip.header.ParametersHeader
11483gov.nist.javax.sip.header.Priority
11484gov.nist.javax.sip.header.Protocol
11485gov.nist.javax.sip.header.ProxyAuthenticate
11486gov.nist.javax.sip.header.ProxyAuthenticateList
11487gov.nist.javax.sip.header.ProxyAuthorization
11488gov.nist.javax.sip.header.ProxyAuthorizationList
11489gov.nist.javax.sip.header.ProxyRequire
11490gov.nist.javax.sip.header.ProxyRequireList
11491gov.nist.javax.sip.header.RAck
11492gov.nist.javax.sip.header.RSeq
11493gov.nist.javax.sip.header.Reason
11494gov.nist.javax.sip.header.ReasonList
11495gov.nist.javax.sip.header.RecordRoute
11496gov.nist.javax.sip.header.RecordRouteList
11497gov.nist.javax.sip.header.ReferTo
11498gov.nist.javax.sip.header.ReplyTo
11499gov.nist.javax.sip.header.RequestLine
11500gov.nist.javax.sip.header.Require
11501gov.nist.javax.sip.header.RequireList
11502gov.nist.javax.sip.header.RetryAfter
11503gov.nist.javax.sip.header.Route
11504gov.nist.javax.sip.header.RouteList
11505gov.nist.javax.sip.header.SIPDate
11506gov.nist.javax.sip.header.SIPDateHeader
11507gov.nist.javax.sip.header.SIPETag
11508gov.nist.javax.sip.header.SIPHeader
11509gov.nist.javax.sip.header.SIPHeaderList
11510gov.nist.javax.sip.header.SIPHeaderNames
11511gov.nist.javax.sip.header.SIPHeaderNamesCache
11512gov.nist.javax.sip.header.SIPIfMatch
11513gov.nist.javax.sip.header.SIPObject
11514gov.nist.javax.sip.header.SIPObjectList
11515gov.nist.javax.sip.header.Server
11516gov.nist.javax.sip.header.SipRequestLine
11517gov.nist.javax.sip.header.SipStatusLine
11518gov.nist.javax.sip.header.StatusLine
11519gov.nist.javax.sip.header.Subject
11520gov.nist.javax.sip.header.SubscriptionState
11521gov.nist.javax.sip.header.Supported
11522gov.nist.javax.sip.header.SupportedList
11523gov.nist.javax.sip.header.TimeStamp
11524gov.nist.javax.sip.header.To
11525gov.nist.javax.sip.header.Unsupported
11526gov.nist.javax.sip.header.UnsupportedList
11527gov.nist.javax.sip.header.UserAgent
11528gov.nist.javax.sip.header.Via
11529gov.nist.javax.sip.header.ViaHeaderExt
11530gov.nist.javax.sip.header.ViaList
11531gov.nist.javax.sip.header.WWWAuthenticate
11532gov.nist.javax.sip.header.WWWAuthenticateList
11533gov.nist.javax.sip.header.Warning
11534gov.nist.javax.sip.header.WarningList
11535gov.nist.javax.sip.header.extensions.Join
11536gov.nist.javax.sip.header.extensions.JoinHeader
11537gov.nist.javax.sip.header.extensions.MinSE
11538gov.nist.javax.sip.header.extensions.MinSEHeader
11539gov.nist.javax.sip.header.extensions.References
11540gov.nist.javax.sip.header.extensions.ReferencesHeader
11541gov.nist.javax.sip.header.extensions.ReferredBy
11542gov.nist.javax.sip.header.extensions.ReferredByHeader
11543gov.nist.javax.sip.header.extensions.Replaces
11544gov.nist.javax.sip.header.extensions.ReplacesHeader
11545gov.nist.javax.sip.header.extensions.SessionExpires
11546gov.nist.javax.sip.header.extensions.SessionExpiresHeader
11547gov.nist.javax.sip.header.ims.AddressHeaderIms
11548gov.nist.javax.sip.header.ims.AuthorizationHeaderIms
11549gov.nist.javax.sip.header.ims.PAccessNetworkInfo
11550gov.nist.javax.sip.header.ims.PAccessNetworkInfoHeader
11551gov.nist.javax.sip.header.ims.PAssertedIdentity
11552gov.nist.javax.sip.header.ims.PAssertedIdentityHeader
11553gov.nist.javax.sip.header.ims.PAssertedIdentityList
11554gov.nist.javax.sip.header.ims.PAssertedService
11555gov.nist.javax.sip.header.ims.PAssertedServiceHeader
11556gov.nist.javax.sip.header.ims.PAssociatedURI
11557gov.nist.javax.sip.header.ims.PAssociatedURIHeader
11558gov.nist.javax.sip.header.ims.PAssociatedURIList
11559gov.nist.javax.sip.header.ims.PCalledPartyID
11560gov.nist.javax.sip.header.ims.PCalledPartyIDHeader
11561gov.nist.javax.sip.header.ims.PChargingFunctionAddresses
11562gov.nist.javax.sip.header.ims.PChargingFunctionAddressesHeader
11563gov.nist.javax.sip.header.ims.PChargingVector
11564gov.nist.javax.sip.header.ims.PChargingVectorHeader
11565gov.nist.javax.sip.header.ims.PMediaAuthorization
11566gov.nist.javax.sip.header.ims.PMediaAuthorizationHeader
11567gov.nist.javax.sip.header.ims.PMediaAuthorizationList
11568gov.nist.javax.sip.header.ims.PPreferredIdentity
11569gov.nist.javax.sip.header.ims.PPreferredIdentityHeader
11570gov.nist.javax.sip.header.ims.PPreferredService
11571gov.nist.javax.sip.header.ims.PPreferredServiceHeader
11572gov.nist.javax.sip.header.ims.PProfileKey
11573gov.nist.javax.sip.header.ims.PProfileKeyHeader
11574gov.nist.javax.sip.header.ims.PServedUser
11575gov.nist.javax.sip.header.ims.PServedUserHeader
11576gov.nist.javax.sip.header.ims.PUserDatabase
11577gov.nist.javax.sip.header.ims.PUserDatabaseHeader
11578gov.nist.javax.sip.header.ims.PVisitedNetworkID
11579gov.nist.javax.sip.header.ims.PVisitedNetworkIDHeader
11580gov.nist.javax.sip.header.ims.PVisitedNetworkIDList
11581gov.nist.javax.sip.header.ims.ParameterNamesIms
11582gov.nist.javax.sip.header.ims.Path
11583gov.nist.javax.sip.header.ims.PathHeader
11584gov.nist.javax.sip.header.ims.PathList
11585gov.nist.javax.sip.header.ims.Privacy
11586gov.nist.javax.sip.header.ims.PrivacyHeader
11587gov.nist.javax.sip.header.ims.PrivacyList
11588gov.nist.javax.sip.header.ims.SIPHeaderNamesIms
11589gov.nist.javax.sip.header.ims.SecurityAgree
11590gov.nist.javax.sip.header.ims.SecurityAgreeHeader
11591gov.nist.javax.sip.header.ims.SecurityClient
11592gov.nist.javax.sip.header.ims.SecurityClientHeader
11593gov.nist.javax.sip.header.ims.SecurityClientList
11594gov.nist.javax.sip.header.ims.SecurityServer
11595gov.nist.javax.sip.header.ims.SecurityServerHeader
11596gov.nist.javax.sip.header.ims.SecurityServerList
11597gov.nist.javax.sip.header.ims.SecurityVerify
11598gov.nist.javax.sip.header.ims.SecurityVerifyHeader
11599gov.nist.javax.sip.header.ims.SecurityVerifyList
11600gov.nist.javax.sip.header.ims.ServiceRoute
11601gov.nist.javax.sip.header.ims.ServiceRouteHeader
11602gov.nist.javax.sip.header.ims.ServiceRouteList
11603gov.nist.javax.sip.header.ims.WWWAuthenticateHeaderIms
11604gov.nist.javax.sip.message.Content
11605gov.nist.javax.sip.message.ContentImpl
11606gov.nist.javax.sip.message.HeaderIterator
11607gov.nist.javax.sip.message.ListMap
11608gov.nist.javax.sip.message.MessageExt
11609gov.nist.javax.sip.message.MessageFactoryExt
11610gov.nist.javax.sip.message.MessageFactoryImpl$1
11611gov.nist.javax.sip.message.MessageFactoryImpl
11612gov.nist.javax.sip.message.MessageObject
11613gov.nist.javax.sip.message.MultipartMimeContent
11614gov.nist.javax.sip.message.MultipartMimeContentImpl
11615gov.nist.javax.sip.message.RequestExt
11616gov.nist.javax.sip.message.ResponseExt
11617gov.nist.javax.sip.message.SIPDuplicateHeaderException
11618gov.nist.javax.sip.message.SIPMessage
11619gov.nist.javax.sip.message.SIPRequest
11620gov.nist.javax.sip.message.SIPResponse
11621gov.nist.javax.sip.parser.AcceptEncodingParser
11622gov.nist.javax.sip.parser.AcceptLanguageParser
11623gov.nist.javax.sip.parser.AcceptParser
11624gov.nist.javax.sip.parser.AddressParametersParser
11625gov.nist.javax.sip.parser.AddressParser
11626gov.nist.javax.sip.parser.AlertInfoParser
11627gov.nist.javax.sip.parser.AllowEventsParser
11628gov.nist.javax.sip.parser.AllowParser
11629gov.nist.javax.sip.parser.AuthenticationInfoParser
11630gov.nist.javax.sip.parser.AuthorizationParser
11631gov.nist.javax.sip.parser.CSeqParser
11632gov.nist.javax.sip.parser.CallIDParser
11633gov.nist.javax.sip.parser.CallInfoParser
11634gov.nist.javax.sip.parser.ChallengeParser
11635gov.nist.javax.sip.parser.ContactParser
11636gov.nist.javax.sip.parser.ContentDispositionParser
11637gov.nist.javax.sip.parser.ContentEncodingParser
11638gov.nist.javax.sip.parser.ContentLanguageParser
11639gov.nist.javax.sip.parser.ContentLengthParser
11640gov.nist.javax.sip.parser.ContentTypeParser
11641gov.nist.javax.sip.parser.DateParser
11642gov.nist.javax.sip.parser.ErrorInfoParser
11643gov.nist.javax.sip.parser.EventParser
11644gov.nist.javax.sip.parser.ExpiresParser
11645gov.nist.javax.sip.parser.FromParser
11646gov.nist.javax.sip.parser.HeaderParser
11647gov.nist.javax.sip.parser.InReplyToParser
11648gov.nist.javax.sip.parser.Lexer
11649gov.nist.javax.sip.parser.MaxForwardsParser
11650gov.nist.javax.sip.parser.MimeVersionParser
11651gov.nist.javax.sip.parser.MinExpiresParser
11652gov.nist.javax.sip.parser.OrganizationParser
11653gov.nist.javax.sip.parser.ParametersParser
11654gov.nist.javax.sip.parser.ParseExceptionListener
11655gov.nist.javax.sip.parser.Parser
11656gov.nist.javax.sip.parser.ParserFactory
11657gov.nist.javax.sip.parser.Pipeline$Buffer
11658gov.nist.javax.sip.parser.Pipeline$MyTimer
11659gov.nist.javax.sip.parser.Pipeline
11660gov.nist.javax.sip.parser.PipelinedMsgParser
11661gov.nist.javax.sip.parser.PriorityParser
11662gov.nist.javax.sip.parser.ProxyAuthenticateParser
11663gov.nist.javax.sip.parser.ProxyAuthorizationParser
11664gov.nist.javax.sip.parser.ProxyRequireParser
11665gov.nist.javax.sip.parser.RAckParser
11666gov.nist.javax.sip.parser.RSeqParser
11667gov.nist.javax.sip.parser.ReasonParser
11668gov.nist.javax.sip.parser.RecordRouteParser
11669gov.nist.javax.sip.parser.ReferToParser
11670gov.nist.javax.sip.parser.ReplyToParser
11671gov.nist.javax.sip.parser.RequestLineParser
11672gov.nist.javax.sip.parser.RequireParser
11673gov.nist.javax.sip.parser.RetryAfterParser
11674gov.nist.javax.sip.parser.RouteParser
11675gov.nist.javax.sip.parser.SIPETagParser
11676gov.nist.javax.sip.parser.SIPIfMatchParser
11677gov.nist.javax.sip.parser.SIPMessageListener
11678gov.nist.javax.sip.parser.ServerParser
11679gov.nist.javax.sip.parser.StatusLineParser
11680gov.nist.javax.sip.parser.StringMsgParser$1ParserThread
11681gov.nist.javax.sip.parser.StringMsgParser
11682gov.nist.javax.sip.parser.SubjectParser
11683gov.nist.javax.sip.parser.SubscriptionStateParser
11684gov.nist.javax.sip.parser.SupportedParser
11685gov.nist.javax.sip.parser.TimeStampParser
11686gov.nist.javax.sip.parser.ToParser
11687gov.nist.javax.sip.parser.TokenNames
11688gov.nist.javax.sip.parser.TokenTypes
11689gov.nist.javax.sip.parser.URLParser
11690gov.nist.javax.sip.parser.UnsupportedParser
11691gov.nist.javax.sip.parser.UserAgentParser
11692gov.nist.javax.sip.parser.ViaParser
11693gov.nist.javax.sip.parser.WWWAuthenticateParser
11694gov.nist.javax.sip.parser.WarningParser
11695gov.nist.javax.sip.parser.extensions.JoinParser
11696gov.nist.javax.sip.parser.extensions.MinSEParser
11697gov.nist.javax.sip.parser.extensions.ReferencesParser
11698gov.nist.javax.sip.parser.extensions.ReferredByParser
11699gov.nist.javax.sip.parser.extensions.ReplacesParser
11700gov.nist.javax.sip.parser.extensions.SessionExpiresParser
11701gov.nist.javax.sip.parser.ims.AddressHeaderParser
11702gov.nist.javax.sip.parser.ims.PAccessNetworkInfoParser
11703gov.nist.javax.sip.parser.ims.PAssertedIdentityParser
11704gov.nist.javax.sip.parser.ims.PAssertedServiceParser
11705gov.nist.javax.sip.parser.ims.PAssociatedURIParser
11706gov.nist.javax.sip.parser.ims.PCalledPartyIDParser
11707gov.nist.javax.sip.parser.ims.PChargingFunctionAddressesParser
11708gov.nist.javax.sip.parser.ims.PChargingVectorParser
11709gov.nist.javax.sip.parser.ims.PMediaAuthorizationParser
11710gov.nist.javax.sip.parser.ims.PPreferredIdentityParser
11711gov.nist.javax.sip.parser.ims.PPreferredServiceParser
11712gov.nist.javax.sip.parser.ims.PProfileKeyParser
11713gov.nist.javax.sip.parser.ims.PServedUserParser
11714gov.nist.javax.sip.parser.ims.PUserDatabaseParser
11715gov.nist.javax.sip.parser.ims.PVisitedNetworkIDParser
11716gov.nist.javax.sip.parser.ims.PathParser
11717gov.nist.javax.sip.parser.ims.PrivacyParser
11718gov.nist.javax.sip.parser.ims.SecurityAgreeParser
11719gov.nist.javax.sip.parser.ims.SecurityClientParser
11720gov.nist.javax.sip.parser.ims.SecurityServerParser
11721gov.nist.javax.sip.parser.ims.SecurityVerifyParser
11722gov.nist.javax.sip.parser.ims.ServiceRouteParser
11723gov.nist.javax.sip.parser.ims.TokenNamesIms
11724gov.nist.javax.sip.stack.DefaultMessageLogFactory
11725gov.nist.javax.sip.stack.DefaultRouter
11726gov.nist.javax.sip.stack.HandshakeCompletedListenerImpl
11727gov.nist.javax.sip.stack.HopImpl
11728gov.nist.javax.sip.stack.IOHandler
11729gov.nist.javax.sip.stack.MessageChannel
11730gov.nist.javax.sip.stack.MessageLog
11731gov.nist.javax.sip.stack.MessageProcessor
11732gov.nist.javax.sip.stack.RawMessageChannel
11733gov.nist.javax.sip.stack.SIPClientTransaction$TransactionTimer
11734gov.nist.javax.sip.stack.SIPClientTransaction
11735gov.nist.javax.sip.stack.SIPDialog$DialogDeleteIfNoAckSentTask
11736gov.nist.javax.sip.stack.SIPDialog$DialogDeleteTask
11737gov.nist.javax.sip.stack.SIPDialog$DialogTimerTask
11738gov.nist.javax.sip.stack.SIPDialog$LingerTimer
11739gov.nist.javax.sip.stack.SIPDialog$ReInviteSender
11740gov.nist.javax.sip.stack.SIPDialog
11741gov.nist.javax.sip.stack.SIPDialogErrorEvent
11742gov.nist.javax.sip.stack.SIPDialogEventListener
11743gov.nist.javax.sip.stack.SIPServerTransaction$ListenerExecutionMaxTimer
11744gov.nist.javax.sip.stack.SIPServerTransaction$ProvisionalResponseTask
11745gov.nist.javax.sip.stack.SIPServerTransaction$RetransmissionAlertTimerTask
11746gov.nist.javax.sip.stack.SIPServerTransaction$SendTrying
11747gov.nist.javax.sip.stack.SIPServerTransaction$TransactionTimer
11748gov.nist.javax.sip.stack.SIPServerTransaction
11749gov.nist.javax.sip.stack.SIPStackTimerTask
11750gov.nist.javax.sip.stack.SIPTransaction$LingerTimer
11751gov.nist.javax.sip.stack.SIPTransaction
11752gov.nist.javax.sip.stack.SIPTransactionErrorEvent
11753gov.nist.javax.sip.stack.SIPTransactionEventListener
11754gov.nist.javax.sip.stack.SIPTransactionStack$PingTimer
11755gov.nist.javax.sip.stack.SIPTransactionStack$RemoveForkedTransactionTimerTask
11756gov.nist.javax.sip.stack.SIPTransactionStack
11757gov.nist.javax.sip.stack.ServerLog
11758gov.nist.javax.sip.stack.ServerRequestInterface
11759gov.nist.javax.sip.stack.ServerResponseInterface
11760gov.nist.javax.sip.stack.StackMessageFactory
11761gov.nist.javax.sip.stack.TCPMessageChannel$1
11762gov.nist.javax.sip.stack.TCPMessageChannel
11763gov.nist.javax.sip.stack.TCPMessageProcessor
11764gov.nist.javax.sip.stack.TLSMessageChannel
11765gov.nist.javax.sip.stack.TLSMessageProcessor
11766gov.nist.javax.sip.stack.UDPMessageChannel$PingBackTimerTask
11767gov.nist.javax.sip.stack.UDPMessageChannel
11768gov.nist.javax.sip.stack.UDPMessageProcessor
Andreas Gampe571fc302016-02-18 13:58:09 -080011769java.io.Bits
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080011770java.io.BufferedInputStream
Kenny Rootdbf30ed2012-09-19 13:08:12 -070011771java.io.BufferedOutputStream
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080011772java.io.BufferedReader
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011773java.io.BufferedWriter
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080011774java.io.ByteArrayInputStream
Andreas Gampe61e7b662015-06-17 23:57:04 -070011775java.io.ByteArrayOutputStream
art-benchmark-serviced8f25642020-01-27 20:25:10 -080011776java.io.CharArrayReader
Andreas Gampe571fc302016-02-18 13:58:09 -080011777java.io.CharArrayWriter
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080011778java.io.Closeable
Andreas Gampe859e2782016-04-06 18:37:56 -070011779java.io.Console
Andreas Gampe61e7b662015-06-17 23:57:04 -070011780java.io.DataInput
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070011781java.io.DataInputStream
Andreas Gampe61e7b662015-06-17 23:57:04 -070011782java.io.DataOutput
11783java.io.DataOutputStream
Andreas Gampe0db10fd2017-02-01 15:57:57 -080011784java.io.DefaultFileSystem
Andreas Gampedcad4ca2014-10-03 02:00:29 +000011785java.io.EOFException
Andreas Gampe571fc302016-02-18 13:58:09 -080011786java.io.ExpiringCache$1
Calin Juravle00b23d32019-03-08 17:52:20 -080011787java.io.ExpiringCache
Kenny Root9787b802013-04-26 12:53:57 -070011788java.io.Externalizable
Andreas Gampe571fc302016-02-18 13:58:09 -080011789java.io.File$PathStatus
Mathieu Chartierba2c0462017-05-19 16:41:46 -070011790java.io.File$TempDirectory
Calin Juravle00b23d32019-03-08 17:52:20 -080011791java.io.File
Andreas Gampe0db10fd2017-02-01 15:57:57 -080011792java.io.FileDescriptor$1
Calin Juravle00b23d32019-03-08 17:52:20 -080011793java.io.FileDescriptor
Andreas Gampe859e2782016-04-06 18:37:56 -070011794java.io.FileFilter
Andreas Gampe571fc302016-02-18 13:58:09 -080011795java.io.FileInputStream$UseManualSkipException
Calin Juravle00b23d32019-03-08 17:52:20 -080011796java.io.FileInputStream
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080011797java.io.FileNotFoundException
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080011798java.io.FileOutputStream
Kenny Root9787b802013-04-26 12:53:57 -070011799java.io.FileReader
Andreas Gampe571fc302016-02-18 13:58:09 -080011800java.io.FileSystem
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070011801java.io.FileWriter
Andreas Gampe571fc302016-02-18 13:58:09 -080011802java.io.FilenameFilter
Evan Millar0ea97b82009-03-24 17:49:23 -070011803java.io.FilterInputStream
Andreas Gampe61e7b662015-06-17 23:57:04 -070011804java.io.FilterOutputStream
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070011805java.io.FilterReader
Andreas Gampe61e7b662015-06-17 23:57:04 -070011806java.io.Flushable
Evan Millar0ea97b82009-03-24 17:49:23 -070011807java.io.IOException
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080011808java.io.InputStream
11809java.io.InputStreamReader
Andreas Gampedcad4ca2014-10-03 02:00:29 +000011810java.io.InterruptedIOException
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070011811java.io.InvalidClassException
Andreas Gampe61e7b662015-06-17 23:57:04 -070011812java.io.InvalidObjectException
art-benchmark-service13164882020-11-07 02:19:14 -080011813java.io.LineNumberReader
Calin Juravle4a054192018-05-29 17:52:20 -070011814java.io.NotSerializableException
Andreas Gampe61e7b662015-06-17 23:57:04 -070011815java.io.ObjectInput
Andreas Gampe0db10fd2017-02-01 15:57:57 -080011816java.io.ObjectInputStream$BlockDataInputStream
art-benchmark-service13164882020-11-07 02:19:14 -080011817java.io.ObjectInputStream$GetField
Andreas Gampe0db10fd2017-02-01 15:57:57 -080011818java.io.ObjectInputStream$HandleTable$HandleList
Calin Juravle00b23d32019-03-08 17:52:20 -080011819java.io.ObjectInputStream$HandleTable
Andreas Gampe0db10fd2017-02-01 15:57:57 -080011820java.io.ObjectInputStream$PeekInputStream
11821java.io.ObjectInputStream$ValidationList
Calin Juravle00b23d32019-03-08 17:52:20 -080011822java.io.ObjectInputStream
Andreas Gampe61e7b662015-06-17 23:57:04 -070011823java.io.ObjectOutput
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070011824java.io.ObjectOutputStream$BlockDataOutputStream
11825java.io.ObjectOutputStream$HandleTable
Andreas Gampe0db10fd2017-02-01 15:57:57 -080011826java.io.ObjectOutputStream$PutField
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070011827java.io.ObjectOutputStream$ReplaceTable
Calin Juravle00b23d32019-03-08 17:52:20 -080011828java.io.ObjectOutputStream
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070011829java.io.ObjectStreamClass$1
11830java.io.ObjectStreamClass$2
11831java.io.ObjectStreamClass$3
11832java.io.ObjectStreamClass$4
11833java.io.ObjectStreamClass$5
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011834java.io.ObjectStreamClass$Caches
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070011835java.io.ObjectStreamClass$ClassDataSlot
art-benchmark-serviced8f25642020-01-27 20:25:10 -080011836java.io.ObjectStreamClass$DefaultSUIDCompatibilityListener
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011837java.io.ObjectStreamClass$EntryFuture
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070011838java.io.ObjectStreamClass$ExceptionInfo
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011839java.io.ObjectStreamClass$FieldReflector
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070011840java.io.ObjectStreamClass$FieldReflectorKey
11841java.io.ObjectStreamClass$MemberSignature
11842java.io.ObjectStreamClass$WeakClassKey
Calin Juravle00b23d32019-03-08 17:52:20 -080011843java.io.ObjectStreamClass
Andreas Gampe61e7b662015-06-17 23:57:04 -070011844java.io.ObjectStreamConstants
11845java.io.ObjectStreamException
11846java.io.ObjectStreamField
art-benchmark-serviced5115932020-02-25 17:55:03 -080011847java.io.OptionalDataException
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080011848java.io.OutputStream
11849java.io.OutputStreamWriter
Andreas Gampe61e7b662015-06-17 23:57:04 -070011850java.io.PrintStream
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080011851java.io.PrintWriter
Kenny Root9787b802013-04-26 12:53:57 -070011852java.io.PushbackInputStream
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070011853java.io.PushbackReader
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080011854java.io.RandomAccessFile
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080011855java.io.Reader
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070011856java.io.SequenceInputStream
11857java.io.SerialCallbackContext
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080011858java.io.Serializable
Andreas Gampe61e7b662015-06-17 23:57:04 -070011859java.io.SerializablePermission
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070011860java.io.StreamCorruptedException
art-benchmark-serviced60351b2020-04-11 17:55:40 -070011861java.io.StringBufferInputStream
Kenny Root9787b802013-04-26 12:53:57 -070011862java.io.StringReader
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070011863java.io.StringWriter
art-benchmark-serviced5115932020-02-25 17:55:03 -080011864java.io.UTFDataFormatException
Calin Juravle36829e52019-04-10 19:07:47 -070011865java.io.UncheckedIOException
Andreas Gampe571fc302016-02-18 13:58:09 -080011866java.io.UnixFileSystem
Andreas Gampedcad4ca2014-10-03 02:00:29 +000011867java.io.UnsupportedEncodingException
Andreas Gampe61e7b662015-06-17 23:57:04 -070011868java.io.Writer
Jesse Wilson0d8eeb42011-08-24 09:33:06 -040011869java.lang.AbstractMethodError
Andreas Gampe61e7b662015-06-17 23:57:04 -070011870java.lang.AbstractStringBuilder
Andreas Gampecbcb9e32016-06-03 17:24:05 -070011871java.lang.AndroidHardcodedSystemProperties
Andreas Gampe61e7b662015-06-17 23:57:04 -070011872java.lang.Appendable
Andreas Gampe0db10fd2017-02-01 15:57:57 -080011873java.lang.ArithmeticException
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080011874java.lang.ArrayIndexOutOfBoundsException
Andreas Gampe571fc302016-02-18 13:58:09 -080011875java.lang.ArrayStoreException
Andreas Gampe61e7b662015-06-17 23:57:04 -070011876java.lang.AssertionError
11877java.lang.AutoCloseable
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080011878java.lang.Boolean
Andreas Gampe61e7b662015-06-17 23:57:04 -070011879java.lang.BootClassLoader
Andreas Gampe571fc302016-02-18 13:58:09 -080011880java.lang.Byte$ByteCache
Calin Juravle00b23d32019-03-08 17:52:20 -080011881java.lang.Byte
Andreas Gampe61e7b662015-06-17 23:57:04 -070011882java.lang.CaseMapper$1
Calin Juravle00b23d32019-03-08 17:52:20 -080011883java.lang.CaseMapper
Andreas Gampecbcb9e32016-06-03 17:24:05 -070011884java.lang.CharSequence$1CharIterator
11885java.lang.CharSequence$1CodePointIterator
Calin Juravle00b23d32019-03-08 17:52:20 -080011886java.lang.CharSequence
Andreas Gampe571fc302016-02-18 13:58:09 -080011887java.lang.Character$CharacterCache
Andreas Gampe61e7b662015-06-17 23:57:04 -070011888java.lang.Character$Subset
11889java.lang.Character$UnicodeBlock
Calin Juravle00b23d32019-03-08 17:52:20 -080011890java.lang.Character
Andreas Gampe61e7b662015-06-17 23:57:04 -070011891java.lang.Class$Caches
Calin Juravle00b23d32019-03-08 17:52:20 -080011892java.lang.Class
Jesse Wilson80686182011-01-21 17:12:43 -080011893java.lang.ClassCastException
art-benchmark-serviced5115932020-02-25 17:55:03 -080011894java.lang.ClassFormatError
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080011895java.lang.ClassLoader$SystemClassLoader
Calin Juravle00b23d32019-03-08 17:52:20 -080011896java.lang.ClassLoader
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070011897java.lang.ClassNotFoundException
Andreas Gampedcad4ca2014-10-03 02:00:29 +000011898java.lang.CloneNotSupportedException
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080011899java.lang.Cloneable
11900java.lang.Comparable
Jesse Wilson0d8eeb42011-08-24 09:33:06 -040011901java.lang.Daemons$Daemon
11902java.lang.Daemons$FinalizerDaemon
11903java.lang.Daemons$FinalizerWatchdogDaemon
Andreas Gampe61e7b662015-06-17 23:57:04 -070011904java.lang.Daemons$HeapTaskDaemon
Jesse Wilson0d8eeb42011-08-24 09:33:06 -040011905java.lang.Daemons$ReferenceQueueDaemon
Calin Juravle00b23d32019-03-08 17:52:20 -080011906java.lang.Daemons
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011907java.lang.Deprecated
Andreas Gampe61e7b662015-06-17 23:57:04 -070011908java.lang.DexCache
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080011909java.lang.Double
Andreas Gampe61e7b662015-06-17 23:57:04 -070011910java.lang.Enum$1
Calin Juravle00b23d32019-03-08 17:52:20 -080011911java.lang.Enum
Andreas Gampe571fc302016-02-18 13:58:09 -080011912java.lang.EnumConstantNotPresentException
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080011913java.lang.Error
11914java.lang.Exception
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011915java.lang.ExceptionInInitializerError
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080011916java.lang.Float
Andreas Gampe0db10fd2017-02-01 15:57:57 -080011917java.lang.IllegalAccessError
Jesse Wilson0d8eeb42011-08-24 09:33:06 -040011918java.lang.IllegalAccessException
Evan Millar0ea97b82009-03-24 17:49:23 -070011919java.lang.IllegalArgumentException
Calin Juravle00b23d32019-03-08 17:52:20 -080011920java.lang.IllegalMonitorStateException
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070011921java.lang.IllegalStateException
Andreas Gampe61e7b662015-06-17 23:57:04 -070011922java.lang.IllegalThreadStateException
11923java.lang.IncompatibleClassChangeError
11924java.lang.IndexOutOfBoundsException
Andreas Gampe571fc302016-02-18 13:58:09 -080011925java.lang.InheritableThreadLocal
art-benchmark-serviced5115932020-02-25 17:55:03 -080011926java.lang.InstantiationError
Jesse Wilson0d8eeb42011-08-24 09:33:06 -040011927java.lang.InstantiationException
Andreas Gampe571fc302016-02-18 13:58:09 -080011928java.lang.Integer$IntegerCache
Calin Juravle00b23d32019-03-08 17:52:20 -080011929java.lang.Integer
Andreas Gampe61e7b662015-06-17 23:57:04 -070011930java.lang.InternalError
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080011931java.lang.InterruptedException
11932java.lang.Iterable
Andreas Gampe61e7b662015-06-17 23:57:04 -070011933java.lang.LinkageError
Andreas Gampe571fc302016-02-18 13:58:09 -080011934java.lang.Long$LongCache
Calin Juravle00b23d32019-03-08 17:52:20 -080011935java.lang.Long
Andreas Gampe0db10fd2017-02-01 15:57:57 -080011936java.lang.Math$RandomNumberGeneratorHolder
Calin Juravle00b23d32019-03-08 17:52:20 -080011937java.lang.Math
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011938java.lang.NegativeArraySizeException
Evan Millar0ea97b82009-03-24 17:49:23 -070011939java.lang.NoClassDefFoundError
Jesse Wilson0d8eeb42011-08-24 09:33:06 -040011940java.lang.NoSuchFieldError
11941java.lang.NoSuchFieldException
11942java.lang.NoSuchMethodError
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070011943java.lang.NoSuchMethodException
Jesse Wilson0d8eeb42011-08-24 09:33:06 -040011944java.lang.NullPointerException
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080011945java.lang.Number
Evan Millar0ea97b82009-03-24 17:49:23 -070011946java.lang.NumberFormatException
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080011947java.lang.Object
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080011948java.lang.OutOfMemoryError
Andreas Gampe61e7b662015-06-17 23:57:04 -070011949java.lang.Package
Andreas Gampe571fc302016-02-18 13:58:09 -080011950java.lang.Process
Calin Juravle4a054192018-05-29 17:52:20 -070011951java.lang.ProcessBuilder$NullInputStream
11952java.lang.ProcessBuilder$NullOutputStream
Calin Juravle00b23d32019-03-08 17:52:20 -080011953java.lang.ProcessBuilder
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011954java.lang.ProcessEnvironment$ExternalData
11955java.lang.ProcessEnvironment$StringEnvironment
11956java.lang.ProcessEnvironment$Value
11957java.lang.ProcessEnvironment$Variable
Calin Juravle00b23d32019-03-08 17:52:20 -080011958java.lang.ProcessEnvironment
Calin Juravle4a054192018-05-29 17:52:20 -070011959java.lang.ProcessImpl
Andreas Gampe61e7b662015-06-17 23:57:04 -070011960java.lang.Readable
Andreas Gampe61e7b662015-06-17 23:57:04 -070011961java.lang.ReflectiveOperationException
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080011962java.lang.Runnable
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080011963java.lang.Runtime
Evan Millar0ea97b82009-03-24 17:49:23 -070011964java.lang.RuntimeException
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080011965java.lang.RuntimePermission
Kenny Root9787b802013-04-26 12:53:57 -070011966java.lang.SecurityException
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011967java.lang.SecurityManager
Andreas Gampe571fc302016-02-18 13:58:09 -080011968java.lang.Short$ShortCache
Calin Juravle00b23d32019-03-08 17:52:20 -080011969java.lang.Short
Andreas Gampe61e7b662015-06-17 23:57:04 -070011970java.lang.StackOverflowError
11971java.lang.StackTraceElement
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080011972java.lang.StrictMath
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070011973java.lang.String$1
Andreas Gampe61e7b662015-06-17 23:57:04 -070011974java.lang.String$CaseInsensitiveComparator
Calin Juravle00b23d32019-03-08 17:52:20 -080011975java.lang.String
Andreas Gampe61e7b662015-06-17 23:57:04 -070011976java.lang.StringBuffer
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080011977java.lang.StringBuilder
Andreas Gampe61e7b662015-06-17 23:57:04 -070011978java.lang.StringFactory
11979java.lang.StringIndexOutOfBoundsException
Andreas Gampedcad4ca2014-10-03 02:00:29 +000011980java.lang.System$PropertiesWithNonOverrideableDefaults
Calin Juravle00b23d32019-03-08 17:52:20 -080011981java.lang.System
Andreas Gampe571fc302016-02-18 13:58:09 -080011982java.lang.Thread$1
11983java.lang.Thread$Caches
Andreas Gampe61e7b662015-06-17 23:57:04 -070011984java.lang.Thread$State
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080011985java.lang.Thread$UncaughtExceptionHandler
Andreas Gampe571fc302016-02-18 13:58:09 -080011986java.lang.Thread$WeakClassKey
Calin Juravle00b23d32019-03-08 17:52:20 -080011987java.lang.Thread
Andreas Gampe61e7b662015-06-17 23:57:04 -070011988java.lang.ThreadDeath
11989java.lang.ThreadGroup
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070011990java.lang.ThreadLocal$SuppliedThreadLocal
Andreas Gampe571fc302016-02-18 13:58:09 -080011991java.lang.ThreadLocal$ThreadLocalMap$Entry
Calin Juravle00b23d32019-03-08 17:52:20 -080011992java.lang.ThreadLocal$ThreadLocalMap
11993java.lang.ThreadLocal
Andreas Gampe571fc302016-02-18 13:58:09 -080011994java.lang.Throwable$PrintStreamOrWriter
11995java.lang.Throwable$SentinelHolder
11996java.lang.Throwable$WrappedPrintStream
11997java.lang.Throwable$WrappedPrintWriter
Calin Juravle00b23d32019-03-08 17:52:20 -080011998java.lang.Throwable
Andreas Gampe571fc302016-02-18 13:58:09 -080011999java.lang.TypeNotPresentException
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070012000java.lang.UNIXProcess$1
12001java.lang.UNIXProcess$2
12002java.lang.UNIXProcess$3
12003java.lang.UNIXProcess$ProcessPipeInputStream
12004java.lang.UNIXProcess$ProcessPipeOutputStream
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070012005java.lang.UNIXProcess$ProcessReaperThreadFactory$1
Calin Juravle00b23d32019-03-08 17:52:20 -080012006java.lang.UNIXProcess$ProcessReaperThreadFactory
12007java.lang.UNIXProcess
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080012008java.lang.UnsatisfiedLinkError
12009java.lang.UnsupportedOperationException
Andreas Gampe61e7b662015-06-17 23:57:04 -070012010java.lang.VMClassLoader
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070012011java.lang.VerifyError
Andreas Gampe61e7b662015-06-17 23:57:04 -070012012java.lang.VirtualMachineError
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080012013java.lang.Void
12014java.lang.annotation.Annotation
Andreas Gampe571fc302016-02-18 13:58:09 -080012015java.lang.annotation.AnnotationTypeMismatchException
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070012016java.lang.annotation.Documented
Andreas Gampe571fc302016-02-18 13:58:09 -080012017java.lang.annotation.IncompleteAnnotationException
Andreas Gampedcad4ca2014-10-03 02:00:29 +000012018java.lang.annotation.Inherited
Andreas Gampe571fc302016-02-18 13:58:09 -080012019java.lang.annotation.Retention
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070012020java.lang.annotation.Target
12021java.lang.invoke.ArrayElementVarHandle
12022java.lang.invoke.ByteArrayViewVarHandle
12023java.lang.invoke.ByteBufferViewVarHandle
Mathieu Chartierba2c0462017-05-19 16:41:46 -070012024java.lang.invoke.CallSite
12025java.lang.invoke.ConstantCallSite
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070012026java.lang.invoke.FieldVarHandle
Andreas Gampe0db10fd2017-02-01 15:57:57 -080012027java.lang.invoke.MethodHandle
Andreas Gampe0db10fd2017-02-01 15:57:57 -080012028java.lang.invoke.MethodHandleImpl$HandleInfo
Calin Juravle00b23d32019-03-08 17:52:20 -080012029java.lang.invoke.MethodHandleImpl
Andreas Gampe0db10fd2017-02-01 15:57:57 -080012030java.lang.invoke.MethodHandleInfo
12031java.lang.invoke.MethodHandleStatics
Mathieu Chartierba2c0462017-05-19 16:41:46 -070012032java.lang.invoke.MethodHandles$Lookup
Calin Juravle00b23d32019-03-08 17:52:20 -080012033java.lang.invoke.MethodHandles
Andreas Gampe0db10fd2017-02-01 15:57:57 -080012034java.lang.invoke.MethodType$ConcurrentWeakInternSet$WeakEntry
Calin Juravle00b23d32019-03-08 17:52:20 -080012035java.lang.invoke.MethodType$ConcurrentWeakInternSet
12036java.lang.invoke.MethodType
Andreas Gampe0db10fd2017-02-01 15:57:57 -080012037java.lang.invoke.MethodTypeForm
Calin Juravle36829e52019-04-10 19:07:47 -070012038java.lang.invoke.SerializedLambda
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070012039java.lang.invoke.Transformers$AlwaysThrow
Andreas Gampe0db10fd2017-02-01 15:57:57 -080012040java.lang.invoke.Transformers$BindTo
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070012041java.lang.invoke.Transformers$CatchException
12042java.lang.invoke.Transformers$CollectArguments
Andreas Gampe0db10fd2017-02-01 15:57:57 -080012043java.lang.invoke.Transformers$Collector
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070012044java.lang.invoke.Transformers$Constant
Mathieu Chartierba2c0462017-05-19 16:41:46 -070012045java.lang.invoke.Transformers$Construct
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070012046java.lang.invoke.Transformers$DropArguments
12047java.lang.invoke.Transformers$ExplicitCastArguments
12048java.lang.invoke.Transformers$FilterArguments
12049java.lang.invoke.Transformers$FilterReturnValue
12050java.lang.invoke.Transformers$FoldArguments
12051java.lang.invoke.Transformers$GuardWithTest
12052java.lang.invoke.Transformers$InsertArguments
12053java.lang.invoke.Transformers$Invoker
12054java.lang.invoke.Transformers$PermuteArguments
12055java.lang.invoke.Transformers$ReferenceArrayElementGetter
12056java.lang.invoke.Transformers$ReferenceArrayElementSetter
12057java.lang.invoke.Transformers$ReferenceIdentity
Andreas Gampe0db10fd2017-02-01 15:57:57 -080012058java.lang.invoke.Transformers$Spreader
12059java.lang.invoke.Transformers$Transformer
12060java.lang.invoke.Transformers$VarargsCollector
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070012061java.lang.invoke.VarHandle$1
12062java.lang.invoke.VarHandle$AccessMode
12063java.lang.invoke.VarHandle$AccessType
Calin Juravle00b23d32019-03-08 17:52:20 -080012064java.lang.invoke.VarHandle
Andreas Gampe0db10fd2017-02-01 15:57:57 -080012065java.lang.invoke.WrongMethodTypeException
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070012066java.lang.ref.FinalizerReference$1
Andreas Gampe61e7b662015-06-17 23:57:04 -070012067java.lang.ref.FinalizerReference$Sentinel
Calin Juravle00b23d32019-03-08 17:52:20 -080012068java.lang.ref.FinalizerReference
Andreas Gampe61e7b662015-06-17 23:57:04 -070012069java.lang.ref.PhantomReference
Calin Juravle4a054192018-05-29 17:52:20 -070012070java.lang.ref.Reference$SinkHolder$1
Calin Juravle00b23d32019-03-08 17:52:20 -080012071java.lang.ref.Reference$SinkHolder
12072java.lang.ref.Reference
Andreas Gampe61e7b662015-06-17 23:57:04 -070012073java.lang.ref.ReferenceQueue
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080012074java.lang.ref.SoftReference
12075java.lang.ref.WeakReference
Andreas Gampe61e7b662015-06-17 23:57:04 -070012076java.lang.reflect.AccessibleObject
12077java.lang.reflect.AnnotatedElement
12078java.lang.reflect.Array
12079java.lang.reflect.Constructor
Andreas Gampe0db10fd2017-02-01 15:57:57 -080012080java.lang.reflect.Executable$GenericInfo
Calin Juravle00b23d32019-03-08 17:52:20 -080012081java.lang.reflect.Executable
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080012082java.lang.reflect.Field
Mathieu Chartierba2c0462017-05-19 16:41:46 -070012083java.lang.reflect.GenericArrayType
Andreas Gampe61e7b662015-06-17 23:57:04 -070012084java.lang.reflect.GenericDeclaration
art-benchmark-serviced5115932020-02-25 17:55:03 -080012085java.lang.reflect.GenericSignatureFormatError
Andreas Gampe61e7b662015-06-17 23:57:04 -070012086java.lang.reflect.InvocationHandler
Andreas Gampedcad4ca2014-10-03 02:00:29 +000012087java.lang.reflect.InvocationTargetException
Andreas Gampe0db10fd2017-02-01 15:57:57 -080012088java.lang.reflect.MalformedParametersException
Andreas Gampe61e7b662015-06-17 23:57:04 -070012089java.lang.reflect.Member
Andreas Gampe61e7b662015-06-17 23:57:04 -070012090java.lang.reflect.Method$1
Calin Juravle00b23d32019-03-08 17:52:20 -080012091java.lang.reflect.Method
Andreas Gampe61e7b662015-06-17 23:57:04 -070012092java.lang.reflect.Modifier
Andreas Gampe0db10fd2017-02-01 15:57:57 -080012093java.lang.reflect.Parameter
Andreas Gampedcad4ca2014-10-03 02:00:29 +000012094java.lang.reflect.ParameterizedType
Andreas Gampe61e7b662015-06-17 23:57:04 -070012095java.lang.reflect.Proxy$1
Andreas Gampe0db10fd2017-02-01 15:57:57 -080012096java.lang.reflect.Proxy$Key1
12097java.lang.reflect.Proxy$Key2
12098java.lang.reflect.Proxy$KeyFactory
12099java.lang.reflect.Proxy$KeyX
12100java.lang.reflect.Proxy$ProxyClassFactory
Calin Juravle00b23d32019-03-08 17:52:20 -080012101java.lang.reflect.Proxy
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080012102java.lang.reflect.Type
Andreas Gampe61e7b662015-06-17 23:57:04 -070012103java.lang.reflect.TypeVariable
Mathieu Chartierba2c0462017-05-19 16:41:46 -070012104java.lang.reflect.UndeclaredThrowableException
Andreas Gampe0db10fd2017-02-01 15:57:57 -080012105java.lang.reflect.WeakCache$CacheKey
12106java.lang.reflect.WeakCache$CacheValue
12107java.lang.reflect.WeakCache$Factory
12108java.lang.reflect.WeakCache$LookupValue
12109java.lang.reflect.WeakCache$Value
Calin Juravle00b23d32019-03-08 17:52:20 -080012110java.lang.reflect.WeakCache
Mathieu Chartierba2c0462017-05-19 16:41:46 -070012111java.lang.reflect.WildcardType
Calin Juravle4a054192018-05-29 17:52:20 -070012112java.math.BigDecimal$1
Calin Juravle00b23d32019-03-08 17:52:20 -080012113java.math.BigDecimal
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080012114java.math.BigInteger
Calin Juravle4a054192018-05-29 17:52:20 -070012115java.math.MathContext
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070012116java.math.RoundingMode
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070012117java.net.AbstractPlainDatagramSocketImpl
Andreas Gampe571fc302016-02-18 13:58:09 -080012118java.net.AbstractPlainSocketImpl
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070012119java.net.AddressCache$AddressCacheEntry
Andreas Gampedcad4ca2014-10-03 02:00:29 +000012120java.net.AddressCache$AddressCacheKey
Calin Juravle00b23d32019-03-08 17:52:20 -080012121java.net.AddressCache
art-benchmark-service13164882020-11-07 02:19:14 -080012122java.net.Authenticator$RequestorType
12123java.net.Authenticator
Andreas Gampedcad4ca2014-10-03 02:00:29 +000012124java.net.ConnectException
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070012125java.net.CookieHandler
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070012126java.net.CookieManager$CookiePathComparator
Calin Juravle00b23d32019-03-08 17:52:20 -080012127java.net.CookieManager
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070012128java.net.CookiePolicy$1
12129java.net.CookiePolicy$2
12130java.net.CookiePolicy$3
Calin Juravle00b23d32019-03-08 17:52:20 -080012131java.net.CookiePolicy
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070012132java.net.CookieStore
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070012133java.net.DatagramPacket
12134java.net.DatagramSocket$1
Calin Juravle00b23d32019-03-08 17:52:20 -080012135java.net.DatagramSocket
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070012136java.net.DatagramSocketImpl
Calin Juravle4a054192018-05-29 17:52:20 -070012137java.net.DefaultDatagramSocketImplFactory
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070012138java.net.DefaultInterface
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070012139java.net.HttpCookie$10
12140java.net.HttpCookie$11
Calin Juravle00b23d32019-03-08 17:52:20 -080012141java.net.HttpCookie$1
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070012142java.net.HttpCookie$2
12143java.net.HttpCookie$3
12144java.net.HttpCookie$4
12145java.net.HttpCookie$5
12146java.net.HttpCookie$6
12147java.net.HttpCookie$7
12148java.net.HttpCookie$8
12149java.net.HttpCookie$9
12150java.net.HttpCookie$CookieAttributeAssignor
Calin Juravle00b23d32019-03-08 17:52:20 -080012151java.net.HttpCookie
art-benchmark-serviced5115932020-02-25 17:55:03 -080012152java.net.HttpRetryException
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070012153java.net.HttpURLConnection
Andreas Gampe571fc302016-02-18 13:58:09 -080012154java.net.IDN
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070012155java.net.InMemoryCookieStore
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080012156java.net.Inet4Address
Andreas Gampe0db10fd2017-02-01 15:57:57 -080012157java.net.Inet6Address$Inet6AddressHolder
Calin Juravle00b23d32019-03-08 17:52:20 -080012158java.net.Inet6Address
Andreas Gampe571fc302016-02-18 13:58:09 -080012159java.net.Inet6AddressImpl
Andreas Gampe571fc302016-02-18 13:58:09 -080012160java.net.InetAddress$1
12161java.net.InetAddress$InetAddressHolder
Calin Juravle00b23d32019-03-08 17:52:20 -080012162java.net.InetAddress
Andreas Gampe571fc302016-02-18 13:58:09 -080012163java.net.InetAddressImpl
Andreas Gampe571fc302016-02-18 13:58:09 -080012164java.net.InetSocketAddress$InetSocketAddressHolder
Calin Juravle00b23d32019-03-08 17:52:20 -080012165java.net.InetSocketAddress
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070012166java.net.InterfaceAddress
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080012167java.net.JarURLConnection
Andreas Gampedcad4ca2014-10-03 02:00:29 +000012168java.net.MalformedURLException
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070012169java.net.MulticastSocket
art-benchmark-serviced8f25642020-01-27 20:25:10 -080012170java.net.NetPermission
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070012171java.net.NetworkInterface$1checkedAddresses
Calin Juravle00b23d32019-03-08 17:52:20 -080012172java.net.NetworkInterface
Calin Juravle4a054192018-05-29 17:52:20 -070012173java.net.NoRouteToHostException
Andreas Gampe571fc302016-02-18 13:58:09 -080012174java.net.Parts
art-benchmark-service13164882020-11-07 02:19:14 -080012175java.net.PasswordAuthentication
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070012176java.net.PlainDatagramSocketImpl
Jesse Wilson0d8eeb42011-08-24 09:33:06 -040012177java.net.PlainSocketImpl
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070012178java.net.PortUnreachableException
12179java.net.ProtocolException
12180java.net.ProtocolFamily
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070012181java.net.Proxy$Type
Calin Juravle00b23d32019-03-08 17:52:20 -080012182java.net.Proxy
Jesse Wilson80686182011-01-21 17:12:43 -080012183java.net.ProxySelector
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070012184java.net.ResponseCache
12185java.net.ServerSocket
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070012186java.net.Socket$1
Andreas Gampe0db10fd2017-02-01 15:57:57 -080012187java.net.Socket$2
12188java.net.Socket$3
Calin Juravle00b23d32019-03-08 17:52:20 -080012189java.net.Socket
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070012190java.net.SocketAddress
Andreas Gampedcad4ca2014-10-03 02:00:29 +000012191java.net.SocketException
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080012192java.net.SocketImpl
art-benchmark-serviced5115932020-02-25 17:55:03 -080012193java.net.SocketImplFactory
Andreas Gampe571fc302016-02-18 13:58:09 -080012194java.net.SocketInputStream
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080012195java.net.SocketOptions
Andreas Gampe571fc302016-02-18 13:58:09 -080012196java.net.SocketOutputStream
art-benchmark-serviced8f25642020-01-27 20:25:10 -080012197java.net.SocketPermission
Andreas Gampedcad4ca2014-10-03 02:00:29 +000012198java.net.SocketTimeoutException
Andreas Gampe571fc302016-02-18 13:58:09 -080012199java.net.SocksConsts
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070012200java.net.SocksSocketImpl
Calin Juravle4a054192018-05-29 17:52:20 -070012201java.net.StandardProtocolFamily
Andreas Gampe571fc302016-02-18 13:58:09 -080012202java.net.URI$Parser
Calin Juravle00b23d32019-03-08 17:52:20 -080012203java.net.URI
Andreas Gampedcad4ca2014-10-03 02:00:29 +000012204java.net.URISyntaxException
Andreas Gampe61e7b662015-06-17 23:57:04 -070012205java.net.URL
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080012206java.net.URLConnection
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070012207java.net.URLDecoder
12208java.net.URLEncoder
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080012209java.net.URLStreamHandler
Andreas Gampedcad4ca2014-10-03 02:00:29 +000012210java.net.URLStreamHandlerFactory
Kenny Rootdbf30ed2012-09-19 13:08:12 -070012211java.net.UnknownHostException
Calin Juravle4a054192018-05-29 17:52:20 -070012212java.net.UnknownServiceException
Andreas Gampe571fc302016-02-18 13:58:09 -080012213java.nio.Bits
Andreas Gampe61e7b662015-06-17 23:57:04 -070012214java.nio.Buffer
12215java.nio.BufferOverflowException
12216java.nio.BufferUnderflowException
Andreas Gampe61e7b662015-06-17 23:57:04 -070012217java.nio.ByteBuffer
12218java.nio.ByteBufferAsCharBuffer
12219java.nio.ByteBufferAsDoubleBuffer
12220java.nio.ByteBufferAsFloatBuffer
12221java.nio.ByteBufferAsIntBuffer
12222java.nio.ByteBufferAsLongBuffer
12223java.nio.ByteBufferAsShortBuffer
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080012224java.nio.ByteOrder
Andreas Gampe61e7b662015-06-17 23:57:04 -070012225java.nio.CharBuffer
Andreas Gampe571fc302016-02-18 13:58:09 -080012226java.nio.DirectByteBuffer$MemoryRef
Calin Juravle00b23d32019-03-08 17:52:20 -080012227java.nio.DirectByteBuffer
Andreas Gampe61e7b662015-06-17 23:57:04 -070012228java.nio.DoubleBuffer
Andreas Gampe61e7b662015-06-17 23:57:04 -070012229java.nio.FloatBuffer
Andreas Gampe571fc302016-02-18 13:58:09 -080012230java.nio.HeapByteBuffer
12231java.nio.HeapCharBuffer
Andreas Gampe61e7b662015-06-17 23:57:04 -070012232java.nio.IntBuffer
12233java.nio.InvalidMarkException
12234java.nio.LongBuffer
12235java.nio.MappedByteBuffer
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080012236java.nio.NIOAccess
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070012237java.nio.NioUtils
Andreas Gampe61e7b662015-06-17 23:57:04 -070012238java.nio.ReadOnlyBufferException
12239java.nio.ShortBuffer
Andreas Gampe571fc302016-02-18 13:58:09 -080012240java.nio.StringCharBuffer
Andreas Gampedcad4ca2014-10-03 02:00:29 +000012241java.nio.channels.AsynchronousCloseException
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080012242java.nio.channels.ByteChannel
12243java.nio.channels.Channel
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070012244java.nio.channels.Channels$1
Calin Juravle00b23d32019-03-08 17:52:20 -080012245java.nio.channels.Channels
Andreas Gampedcad4ca2014-10-03 02:00:29 +000012246java.nio.channels.ClosedByInterruptException
12247java.nio.channels.ClosedChannelException
Andreas Gampe571fc302016-02-18 13:58:09 -080012248java.nio.channels.DatagramChannel
Andreas Gampe61e7b662015-06-17 23:57:04 -070012249java.nio.channels.FileChannel$MapMode
Calin Juravle00b23d32019-03-08 17:52:20 -080012250java.nio.channels.FileChannel
Andreas Gampe61e7b662015-06-17 23:57:04 -070012251java.nio.channels.FileLock
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080012252java.nio.channels.GatheringByteChannel
12253java.nio.channels.InterruptibleChannel
Andreas Gampe0db10fd2017-02-01 15:57:57 -080012254java.nio.channels.MulticastChannel
Andreas Gampe571fc302016-02-18 13:58:09 -080012255java.nio.channels.NetworkChannel
Mathieu Chartierba2c0462017-05-19 16:41:46 -070012256java.nio.channels.OverlappingFileLockException
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080012257java.nio.channels.ReadableByteChannel
12258java.nio.channels.ScatteringByteChannel
Andreas Gampe571fc302016-02-18 13:58:09 -080012259java.nio.channels.SeekableByteChannel
12260java.nio.channels.SelectableChannel
Calin Juravle4a054192018-05-29 17:52:20 -070012261java.nio.channels.SelectionKey
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070012262java.nio.channels.Selector
Andreas Gampe571fc302016-02-18 13:58:09 -080012263java.nio.channels.ServerSocketChannel
12264java.nio.channels.SocketChannel
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080012265java.nio.channels.WritableByteChannel
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080012266java.nio.channels.spi.AbstractInterruptibleChannel$1
Calin Juravle00b23d32019-03-08 17:52:20 -080012267java.nio.channels.spi.AbstractInterruptibleChannel
Andreas Gampe571fc302016-02-18 13:58:09 -080012268java.nio.channels.spi.AbstractSelectableChannel
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070012269java.nio.channels.spi.AbstractSelectionKey
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070012270java.nio.channels.spi.AbstractSelector$1
Calin Juravle00b23d32019-03-08 17:52:20 -080012271java.nio.channels.spi.AbstractSelector
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070012272java.nio.channels.spi.SelectorProvider$1
Calin Juravle00b23d32019-03-08 17:52:20 -080012273java.nio.channels.spi.SelectorProvider
Andreas Gampe61e7b662015-06-17 23:57:04 -070012274java.nio.charset.CharacterCodingException
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080012275java.nio.charset.Charset
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080012276java.nio.charset.CharsetDecoder
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080012277java.nio.charset.CharsetEncoder
art-benchmark-serviced5115932020-02-25 17:55:03 -080012278java.nio.charset.CoderMalfunctionError
Andreas Gampe571fc302016-02-18 13:58:09 -080012279java.nio.charset.CoderResult$1
12280java.nio.charset.CoderResult$2
12281java.nio.charset.CoderResult$Cache
Calin Juravle00b23d32019-03-08 17:52:20 -080012282java.nio.charset.CoderResult
Andreas Gampe61e7b662015-06-17 23:57:04 -070012283java.nio.charset.CodingErrorAction
12284java.nio.charset.IllegalCharsetNameException
Andreas Gampedcad4ca2014-10-03 02:00:29 +000012285java.nio.charset.StandardCharsets
Andreas Gampe61e7b662015-06-17 23:57:04 -070012286java.nio.charset.UnsupportedCharsetException
Calin Juravle00b23d32019-03-08 17:52:20 -080012287java.nio.file.AccessMode
art-benchmark-serviced5115932020-02-25 17:55:03 -080012288java.nio.file.CopyMoveHelper
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070012289java.nio.file.CopyOption
art-benchmark-serviced8f25642020-01-27 20:25:10 -080012290java.nio.file.DirectoryStream$Filter
12291java.nio.file.DirectoryStream
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070012292java.nio.file.FileAlreadyExistsException
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070012293java.nio.file.FileSystem
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070012294java.nio.file.FileSystemException
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070012295java.nio.file.FileSystems$DefaultFileSystemHolder$1
Calin Juravle00b23d32019-03-08 17:52:20 -080012296java.nio.file.FileSystems$DefaultFileSystemHolder
12297java.nio.file.FileSystems
art-benchmark-serviced8f25642020-01-27 20:25:10 -080012298java.nio.file.Files$AcceptAllFilter
Calin Juravle4a054192018-05-29 17:52:20 -070012299java.nio.file.Files
art-benchmark-serviced5115932020-02-25 17:55:03 -080012300java.nio.file.InvalidPathException
Calin Juravle00b23d32019-03-08 17:52:20 -080012301java.nio.file.LinkOption
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070012302java.nio.file.NoSuchFileException
12303java.nio.file.OpenOption
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070012304java.nio.file.Path
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070012305java.nio.file.Paths
art-benchmark-service0d6aafc2020-05-24 20:29:20 -070012306java.nio.file.StandardCopyOption
Calin Juravle4a054192018-05-29 17:52:20 -070012307java.nio.file.StandardOpenOption
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070012308java.nio.file.Watchable
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070012309java.nio.file.attribute.AttributeView
12310java.nio.file.attribute.BasicFileAttributeView
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070012311java.nio.file.attribute.BasicFileAttributes
Andreas Gampe0db10fd2017-02-01 15:57:57 -080012312java.nio.file.attribute.FileAttribute
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070012313java.nio.file.attribute.FileAttributeView
Calin Juravle4a054192018-05-29 17:52:20 -070012314java.nio.file.attribute.FileTime
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070012315java.nio.file.attribute.PosixFileAttributes
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070012316java.nio.file.spi.FileSystemProvider
Andreas Gampe571fc302016-02-18 13:58:09 -080012317java.security.AccessControlContext
Andreas Gampe61e7b662015-06-17 23:57:04 -070012318java.security.AccessControlException
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080012319java.security.AccessController
Andreas Gampe571fc302016-02-18 13:58:09 -080012320java.security.AlgorithmConstraints
12321java.security.AlgorithmParameters
12322java.security.AlgorithmParametersSpi
art-benchmark-serviced8f25642020-01-27 20:25:10 -080012323java.security.AllPermission
Andreas Gampe61e7b662015-06-17 23:57:04 -070012324java.security.BasicPermission
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070012325java.security.CodeSigner
Andreas Gampe571fc302016-02-18 13:58:09 -080012326java.security.CryptoPrimitive
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070012327java.security.DigestException
Andreas Gampedcad4ca2014-10-03 02:00:29 +000012328java.security.GeneralSecurityException
Andreas Gampe61e7b662015-06-17 23:57:04 -070012329java.security.Guard
Andreas Gampedcad4ca2014-10-03 02:00:29 +000012330java.security.InvalidAlgorithmParameterException
12331java.security.InvalidKeyException
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070012332java.security.InvalidParameterException
Jesse Wilson80686182011-01-21 17:12:43 -080012333java.security.Key
Andreas Gampedcad4ca2014-10-03 02:00:29 +000012334java.security.KeyException
Andreas Gampe571fc302016-02-18 13:58:09 -080012335java.security.KeyFactory
Jesse Wilson0d8eeb42011-08-24 09:33:06 -040012336java.security.KeyFactorySpi
Andreas Gampedcad4ca2014-10-03 02:00:29 +000012337java.security.KeyManagementException
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070012338java.security.KeyPair
Calin Juravle4a054192018-05-29 17:52:20 -070012339java.security.KeyPairGenerator$Delegate
Calin Juravle00b23d32019-03-08 17:52:20 -080012340java.security.KeyPairGenerator
Calin Juravle4a054192018-05-29 17:52:20 -070012341java.security.KeyPairGeneratorSpi
Andreas Gampe571fc302016-02-18 13:58:09 -080012342java.security.KeyStore$1
Calin Juravle00b23d32019-03-08 17:52:20 -080012343java.security.KeyStore$Entry
12344java.security.KeyStore$LoadStoreParameter
12345java.security.KeyStore$PasswordProtection
12346java.security.KeyStore$PrivateKeyEntry
12347java.security.KeyStore$ProtectionParameter
art-benchmark-serviced5115932020-02-25 17:55:03 -080012348java.security.KeyStore$SecretKeyEntry
12349java.security.KeyStore$TrustedCertificateEntry
Calin Juravle00b23d32019-03-08 17:52:20 -080012350java.security.KeyStore
Andreas Gampedcad4ca2014-10-03 02:00:29 +000012351java.security.KeyStoreException
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070012352java.security.KeyStoreSpi
Andreas Gampe571fc302016-02-18 13:58:09 -080012353java.security.MessageDigest$Delegate
Calin Juravle00b23d32019-03-08 17:52:20 -080012354java.security.MessageDigest
Andreas Gampe61e7b662015-06-17 23:57:04 -070012355java.security.MessageDigestSpi
Andreas Gampedcad4ca2014-10-03 02:00:29 +000012356java.security.NoSuchAlgorithmException
12357java.security.NoSuchProviderException
Andreas Gampe61e7b662015-06-17 23:57:04 -070012358java.security.Permission
Andreas Gampe571fc302016-02-18 13:58:09 -080012359java.security.PermissionCollection
Andreas Gampe859e2782016-04-06 18:37:56 -070012360java.security.Permissions
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070012361java.security.Principal
Andreas Gampe61e7b662015-06-17 23:57:04 -070012362java.security.PrivateKey
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080012363java.security.PrivilegedAction
Andreas Gampe571fc302016-02-18 13:58:09 -080012364java.security.PrivilegedActionException
12365java.security.PrivilegedExceptionAction
Andreas Gampe61e7b662015-06-17 23:57:04 -070012366java.security.ProtectionDomain
Andreas Gampe571fc302016-02-18 13:58:09 -080012367java.security.Provider$EngineDescription
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070012368java.security.Provider$Service
Andreas Gampe571fc302016-02-18 13:58:09 -080012369java.security.Provider$ServiceKey
12370java.security.Provider$UString
Calin Juravle00b23d32019-03-08 17:52:20 -080012371java.security.Provider
12372java.security.ProviderException
Jesse Wilson0d8eeb42011-08-24 09:33:06 -040012373java.security.PublicKey
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070012374java.security.SecureRandom
12375java.security.SecureRandomSpi
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080012376java.security.Security
art-benchmark-serviced8f25642020-01-27 20:25:10 -080012377java.security.SecurityPermission
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070012378java.security.Signature$Delegate
Calin Juravle00b23d32019-03-08 17:52:20 -080012379java.security.Signature
Andreas Gampe61e7b662015-06-17 23:57:04 -070012380java.security.SignatureException
12381java.security.SignatureSpi
Andreas Gampedcad4ca2014-10-03 02:00:29 +000012382java.security.UnrecoverableEntryException
12383java.security.UnrecoverableKeyException
Andreas Gampe61e7b662015-06-17 23:57:04 -070012384java.security.cert.CRL
Andreas Gampedcad4ca2014-10-03 02:00:29 +000012385java.security.cert.CRLException
Calin Juravle4a054192018-05-29 17:52:20 -070012386java.security.cert.CRLReason
Jesse Wilson0d8eeb42011-08-24 09:33:06 -040012387java.security.cert.CertPath
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070012388java.security.cert.CertPathBuilderException
Andreas Gampe571fc302016-02-18 13:58:09 -080012389java.security.cert.CertPathChecker
12390java.security.cert.CertPathHelperImpl
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070012391java.security.cert.CertPathParameters
12392java.security.cert.CertPathValidator
Andreas Gampedcad4ca2014-10-03 02:00:29 +000012393java.security.cert.CertPathValidatorException
Jesse Wilson0d8eeb42011-08-24 09:33:06 -040012394java.security.cert.CertPathValidatorResult
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070012395java.security.cert.CertPathValidatorSpi
Jesse Wilson0d8eeb42011-08-24 09:33:06 -040012396java.security.cert.CertSelector
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070012397java.security.cert.CertStore
12398java.security.cert.CertStoreException
12399java.security.cert.CertStoreParameters
12400java.security.cert.CertStoreSpi
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070012401java.security.cert.Certificate
Andreas Gampedcad4ca2014-10-03 02:00:29 +000012402java.security.cert.CertificateEncodingException
12403java.security.cert.CertificateException
12404java.security.cert.CertificateExpiredException
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070012405java.security.cert.CertificateFactory
12406java.security.cert.CertificateFactorySpi
Andreas Gampedcad4ca2014-10-03 02:00:29 +000012407java.security.cert.CertificateNotYetValidException
12408java.security.cert.CertificateParsingException
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070012409java.security.cert.CollectionCertStoreParameters
Andreas Gampe571fc302016-02-18 13:58:09 -080012410java.security.cert.Extension
Kenny Root9787b802013-04-26 12:53:57 -070012411java.security.cert.PKIXCertPathChecker
Jesse Wilson0d8eeb42011-08-24 09:33:06 -040012412java.security.cert.PKIXCertPathValidatorResult
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070012413java.security.cert.PKIXParameters
Calin Juravle4a054192018-05-29 17:52:20 -070012414java.security.cert.PKIXRevocationChecker$Option
Calin Juravle00b23d32019-03-08 17:52:20 -080012415java.security.cert.PKIXRevocationChecker
Jesse Wilson0d8eeb42011-08-24 09:33:06 -040012416java.security.cert.PolicyNode
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070012417java.security.cert.PolicyQualifierInfo
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070012418java.security.cert.TrustAnchor
Calin Juravle00b23d32019-03-08 17:52:20 -080012419java.security.cert.X509CRL
art-benchmark-service13164882020-11-07 02:19:14 -080012420java.security.cert.X509CRLEntry
Jesse Wilson0d8eeb42011-08-24 09:33:06 -040012421java.security.cert.X509CertSelector
Evan Millar0ea97b82009-03-24 17:49:23 -070012422java.security.cert.X509Certificate
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070012423java.security.cert.X509Extension
Jesse Wilson0d8eeb42011-08-24 09:33:06 -040012424java.security.interfaces.DSAKey
Calin Juravle00b23d32019-03-08 17:52:20 -080012425java.security.interfaces.DSAParams
Jesse Wilson0d8eeb42011-08-24 09:33:06 -040012426java.security.interfaces.DSAPublicKey
Andreas Gampe61e7b662015-06-17 23:57:04 -070012427java.security.interfaces.ECKey
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070012428java.security.interfaces.ECPrivateKey
Andreas Gampe61e7b662015-06-17 23:57:04 -070012429java.security.interfaces.ECPublicKey
Jesse Wilson0d8eeb42011-08-24 09:33:06 -040012430java.security.interfaces.RSAKey
Calin Juravle00b23d32019-03-08 17:52:20 -080012431java.security.interfaces.RSAPrivateCrtKey
Andreas Gampe61e7b662015-06-17 23:57:04 -070012432java.security.interfaces.RSAPrivateKey
Jesse Wilson0d8eeb42011-08-24 09:33:06 -040012433java.security.interfaces.RSAPublicKey
Kenny Rootdbf30ed2012-09-19 13:08:12 -070012434java.security.spec.AlgorithmParameterSpec
Calin Juravle00b23d32019-03-08 17:52:20 -080012435java.security.spec.DSAParameterSpec
art-benchmark-serviced8f25642020-01-27 20:25:10 -080012436java.security.spec.DSAPublicKeySpec
Andreas Gampe61e7b662015-06-17 23:57:04 -070012437java.security.spec.ECField
12438java.security.spec.ECFieldFp
art-benchmark-serviced5115932020-02-25 17:55:03 -080012439java.security.spec.ECGenParameterSpec
Andreas Gampe61e7b662015-06-17 23:57:04 -070012440java.security.spec.ECParameterSpec
12441java.security.spec.ECPoint
Calin Juravle00b23d32019-03-08 17:52:20 -080012442java.security.spec.ECPrivateKeySpec
Andreas Gampe571fc302016-02-18 13:58:09 -080012443java.security.spec.ECPublicKeySpec
Andreas Gampe61e7b662015-06-17 23:57:04 -070012444java.security.spec.EllipticCurve
Andreas Gampe571fc302016-02-18 13:58:09 -080012445java.security.spec.EncodedKeySpec
Andreas Gampedcad4ca2014-10-03 02:00:29 +000012446java.security.spec.InvalidKeySpecException
Mathieu Chartierba2c0462017-05-19 16:41:46 -070012447java.security.spec.InvalidParameterSpecException
Andreas Gampe61e7b662015-06-17 23:57:04 -070012448java.security.spec.KeySpec
Calin Juravle4a054192018-05-29 17:52:20 -070012449java.security.spec.MGF1ParameterSpec
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070012450java.security.spec.PKCS8EncodedKeySpec
art-benchmark-serviced8f25642020-01-27 20:25:10 -080012451java.security.spec.PSSParameterSpec
art-benchmark-serviced5115932020-02-25 17:55:03 -080012452java.security.spec.RSAKeyGenParameterSpec
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070012453java.security.spec.RSAPrivateCrtKeySpec
12454java.security.spec.RSAPrivateKeySpec
Andreas Gampe571fc302016-02-18 13:58:09 -080012455java.security.spec.RSAPublicKeySpec
12456java.security.spec.X509EncodedKeySpec
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070012457java.sql.Date
Calin Juravle4a054192018-05-29 17:52:20 -070012458java.sql.SQLException
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070012459java.sql.Time
12460java.sql.Timestamp
Jesse Wilson0d8eeb42011-08-24 09:33:06 -040012461java.text.AttributedCharacterIterator$Attribute
art-benchmark-service13164882020-11-07 02:19:14 -080012462java.text.AttributedCharacterIterator
12463java.text.AttributedString
Calin Juravle4a054192018-05-29 17:52:20 -070012464java.text.Bidi
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070012465java.text.BreakIterator
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070012466java.text.CalendarBuilder
Andreas Gampecbcb9e32016-06-03 17:24:05 -070012467java.text.CharacterIterator
art-benchmark-service13164882020-11-07 02:19:14 -080012468java.text.CharacterIteratorFieldDelegate
12469java.text.CollationElementIterator
art-benchmark-serviced5115932020-02-25 17:55:03 -080012470java.text.CollationKey
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070012471java.text.Collator
Kenny Root9787b802013-04-26 12:53:57 -070012472java.text.DateFormat$Field
Calin Juravle00b23d32019-03-08 17:52:20 -080012473java.text.DateFormat
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070012474java.text.DateFormatSymbols
art-benchmark-service13164882020-11-07 02:19:14 -080012475java.text.DecimalFormat$1
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080012476java.text.DecimalFormat
12477java.text.DecimalFormatSymbols
Andreas Gampe571fc302016-02-18 13:58:09 -080012478java.text.DontCareFieldPosition$1
Calin Juravle00b23d32019-03-08 17:52:20 -080012479java.text.DontCareFieldPosition
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070012480java.text.FieldPosition$Delegate
Calin Juravle00b23d32019-03-08 17:52:20 -080012481java.text.FieldPosition
Jesse Wilson0d8eeb42011-08-24 09:33:06 -040012482java.text.Format$Field
Andreas Gampe571fc302016-02-18 13:58:09 -080012483java.text.Format$FieldDelegate
Calin Juravle00b23d32019-03-08 17:52:20 -080012484java.text.Format
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070012485java.text.IcuIteratorWrapper
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070012486java.text.MessageFormat$Field
Calin Juravle00b23d32019-03-08 17:52:20 -080012487java.text.MessageFormat
Andreas Gampe571fc302016-02-18 13:58:09 -080012488java.text.Normalizer$Form
Calin Juravle00b23d32019-03-08 17:52:20 -080012489java.text.Normalizer
art-benchmark-service13164882020-11-07 02:19:14 -080012490java.text.NumberFormat$Field
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080012491java.text.NumberFormat
Andreas Gampedcad4ca2014-10-03 02:00:29 +000012492java.text.ParseException
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070012493java.text.ParsePosition
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070012494java.text.RuleBasedCollator
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080012495java.text.SimpleDateFormat
Andreas Gampecbcb9e32016-06-03 17:24:05 -070012496java.text.StringCharacterIterator
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070012497java.time.Clock$SystemClock
Calin Juravle00b23d32019-03-08 17:52:20 -080012498java.time.Clock
Andreas Gampe0db10fd2017-02-01 15:57:57 -080012499java.time.DateTimeException
Calin Juravle4a054192018-05-29 17:52:20 -070012500java.time.DayOfWeek
12501java.time.Duration
Calin Juravle4a054192018-05-29 17:52:20 -070012502java.time.Instant$1
Calin Juravle00b23d32019-03-08 17:52:20 -080012503java.time.Instant
Calin Juravle4a054192018-05-29 17:52:20 -070012504java.time.LocalDate$1
Calin Juravle00b23d32019-03-08 17:52:20 -080012505java.time.LocalDate
Calin Juravle4a054192018-05-29 17:52:20 -070012506java.time.LocalDateTime
12507java.time.LocalTime
12508java.time.Month
12509java.time.Period
12510java.time.ZoneId
12511java.time.ZoneOffset
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070012512java.time.ZoneRegion
Calin Juravle4a054192018-05-29 17:52:20 -070012513java.time.ZonedDateTime
Calin Juravle4a054192018-05-29 17:52:20 -070012514java.time.chrono.AbstractChronology
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070012515java.time.chrono.ChronoLocalDate
12516java.time.chrono.ChronoLocalDateTime
Calin Juravle4a054192018-05-29 17:52:20 -070012517java.time.chrono.ChronoPeriod
12518java.time.chrono.ChronoZonedDateTime
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070012519java.time.chrono.Chronology
Calin Juravle4a054192018-05-29 17:52:20 -070012520java.time.chrono.IsoChronology
Calin Juravle4a054192018-05-29 17:52:20 -070012521java.time.format.DateTimeFormatter
Calin Juravle00b23d32019-03-08 17:52:20 -080012522java.time.format.DateTimeFormatterBuilder$1
Calin Juravle4a054192018-05-29 17:52:20 -070012523java.time.format.DateTimeFormatterBuilder$2
12524java.time.format.DateTimeFormatterBuilder$CharLiteralPrinterParser
12525java.time.format.DateTimeFormatterBuilder$CompositePrinterParser
Calin Juravle00b23d32019-03-08 17:52:20 -080012526java.time.format.DateTimeFormatterBuilder$DateTimePrinterParser
Calin Juravle4a054192018-05-29 17:52:20 -070012527java.time.format.DateTimeFormatterBuilder$FractionPrinterParser
Calin Juravle00b23d32019-03-08 17:52:20 -080012528java.time.format.DateTimeFormatterBuilder$InstantPrinterParser
Calin Juravle4a054192018-05-29 17:52:20 -070012529java.time.format.DateTimeFormatterBuilder$NumberPrinterParser
12530java.time.format.DateTimeFormatterBuilder$OffsetIdPrinterParser
12531java.time.format.DateTimeFormatterBuilder$SettingsParser
Calin Juravle00b23d32019-03-08 17:52:20 -080012532java.time.format.DateTimeFormatterBuilder$StringLiteralPrinterParser
12533java.time.format.DateTimeFormatterBuilder$TextPrinterParser
Calin Juravle4a054192018-05-29 17:52:20 -070012534java.time.format.DateTimeFormatterBuilder$ZoneIdPrinterParser
Calin Juravle00b23d32019-03-08 17:52:20 -080012535java.time.format.DateTimeFormatterBuilder
Calin Juravle4a054192018-05-29 17:52:20 -070012536java.time.format.DateTimeParseContext
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070012537java.time.format.DateTimeParseException
Calin Juravle4a054192018-05-29 17:52:20 -070012538java.time.format.DateTimeTextProvider$1
12539java.time.format.DateTimeTextProvider$LocaleStore
Calin Juravle00b23d32019-03-08 17:52:20 -080012540java.time.format.DateTimeTextProvider
Calin Juravle4a054192018-05-29 17:52:20 -070012541java.time.format.DecimalStyle
12542java.time.format.Parsed
12543java.time.format.ResolverStyle
12544java.time.format.SignStyle
12545java.time.format.TextStyle
Calin Juravle4a054192018-05-29 17:52:20 -070012546java.time.temporal.ChronoField
12547java.time.temporal.ChronoUnit
12548java.time.temporal.IsoFields$Field$1
12549java.time.temporal.IsoFields$Field$2
12550java.time.temporal.IsoFields$Field$3
12551java.time.temporal.IsoFields$Field$4
Calin Juravle00b23d32019-03-08 17:52:20 -080012552java.time.temporal.IsoFields$Field
Calin Juravle4a054192018-05-29 17:52:20 -070012553java.time.temporal.IsoFields$Unit
Calin Juravle00b23d32019-03-08 17:52:20 -080012554java.time.temporal.IsoFields
art-benchmark-service13164882020-11-07 02:19:14 -080012555java.time.temporal.JulianFields
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070012556java.time.temporal.Temporal
12557java.time.temporal.TemporalAccessor
12558java.time.temporal.TemporalAdjuster
Calin Juravle4a054192018-05-29 17:52:20 -070012559java.time.temporal.TemporalAdjusters
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070012560java.time.temporal.TemporalAmount
12561java.time.temporal.TemporalField
art-benchmark-serviced8f25642020-01-27 20:25:10 -080012562java.time.temporal.TemporalQueries
Calin Juravle00b23d32019-03-08 17:52:20 -080012563java.time.temporal.TemporalQuery
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070012564java.time.temporal.TemporalUnit
12565java.time.temporal.UnsupportedTemporalTypeException
12566java.time.temporal.ValueRange
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070012567java.time.zone.IcuZoneRulesProvider$ZoneRulesCache
Calin Juravle00b23d32019-03-08 17:52:20 -080012568java.time.zone.IcuZoneRulesProvider
Calin Juravle4a054192018-05-29 17:52:20 -070012569java.time.zone.ZoneOffsetTransition
Calin Juravle4a054192018-05-29 17:52:20 -070012570java.time.zone.ZoneOffsetTransitionRule$1
12571java.time.zone.ZoneOffsetTransitionRule$TimeDefinition
Calin Juravle00b23d32019-03-08 17:52:20 -080012572java.time.zone.ZoneOffsetTransitionRule
Calin Juravle4a054192018-05-29 17:52:20 -070012573java.time.zone.ZoneRules
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070012574java.time.zone.ZoneRulesException
Calin Juravle4a054192018-05-29 17:52:20 -070012575java.time.zone.ZoneRulesProvider
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080012576java.util.AbstractCollection
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070012577java.util.AbstractList$1
Andreas Gampe571fc302016-02-18 13:58:09 -080012578java.util.AbstractList$Itr
12579java.util.AbstractList$ListItr
art-benchmark-serviced5115932020-02-25 17:55:03 -080012580java.util.AbstractList$RandomAccessSpliterator
12581java.util.AbstractList$RandomAccessSubList
12582java.util.AbstractList$SubList
Calin Juravle00b23d32019-03-08 17:52:20 -080012583java.util.AbstractList
Andreas Gampe61e7b662015-06-17 23:57:04 -070012584java.util.AbstractMap$1
12585java.util.AbstractMap$2
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070012586java.util.AbstractMap$SimpleEntry
Andreas Gampe571fc302016-02-18 13:58:09 -080012587java.util.AbstractMap$SimpleImmutableEntry
Calin Juravle00b23d32019-03-08 17:52:20 -080012588java.util.AbstractMap
Andreas Gampe61e7b662015-06-17 23:57:04 -070012589java.util.AbstractQueue
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070012590java.util.AbstractSequentialList
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080012591java.util.AbstractSet
Andreas Gampe859e2782016-04-06 18:37:56 -070012592java.util.ArrayDeque$DeqIterator
Calin Juravle00b23d32019-03-08 17:52:20 -080012593java.util.ArrayDeque
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070012594java.util.ArrayList$1
Andreas Gampe859e2782016-04-06 18:37:56 -070012595java.util.ArrayList$ArrayListSpliterator
Andreas Gampe571fc302016-02-18 13:58:09 -080012596java.util.ArrayList$Itr
12597java.util.ArrayList$ListItr
Andreas Gampe571fc302016-02-18 13:58:09 -080012598java.util.ArrayList$SubList$1
Calin Juravle00b23d32019-03-08 17:52:20 -080012599java.util.ArrayList$SubList
12600java.util.ArrayList
Andreas Gampe0db10fd2017-02-01 15:57:57 -080012601java.util.ArrayPrefixHelpers$CumulateTask
12602java.util.ArrayPrefixHelpers$DoubleCumulateTask
12603java.util.ArrayPrefixHelpers$IntCumulateTask
12604java.util.ArrayPrefixHelpers$LongCumulateTask
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080012605java.util.Arrays$ArrayList
Andreas Gampe0db10fd2017-02-01 15:57:57 -080012606java.util.Arrays$NaturalOrder
Calin Juravle00b23d32019-03-08 17:52:20 -080012607java.util.Arrays
Andreas Gampe0db10fd2017-02-01 15:57:57 -080012608java.util.ArraysParallelSortHelpers$FJByte$Sorter
12609java.util.ArraysParallelSortHelpers$FJChar$Sorter
12610java.util.ArraysParallelSortHelpers$FJDouble$Sorter
12611java.util.ArraysParallelSortHelpers$FJFloat$Sorter
12612java.util.ArraysParallelSortHelpers$FJInt$Sorter
12613java.util.ArraysParallelSortHelpers$FJLong$Sorter
12614java.util.ArraysParallelSortHelpers$FJObject$Sorter
12615java.util.ArraysParallelSortHelpers$FJShort$Sorter
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070012616java.util.Base64$Decoder
12617java.util.Base64$Encoder
Calin Juravle00b23d32019-03-08 17:52:20 -080012618java.util.Base64
Kenny Root9787b802013-04-26 12:53:57 -070012619java.util.BitSet
art-benchmark-service13164882020-11-07 02:19:14 -080012620java.util.Calendar$Builder
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080012621java.util.Calendar
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080012622java.util.Collection
Andreas Gampe61e7b662015-06-17 23:57:04 -070012623java.util.Collections$1
12624java.util.Collections$2
Andreas Gampe859e2782016-04-06 18:37:56 -070012625java.util.Collections$3
Andreas Gampe61e7b662015-06-17 23:57:04 -070012626java.util.Collections$AsLIFOQueue
12627java.util.Collections$CheckedCollection
12628java.util.Collections$CheckedList
12629java.util.Collections$CheckedMap
Andreas Gampe0db10fd2017-02-01 15:57:57 -080012630java.util.Collections$CheckedNavigableMap
12631java.util.Collections$CheckedNavigableSet
12632java.util.Collections$CheckedQueue
Andreas Gampe61e7b662015-06-17 23:57:04 -070012633java.util.Collections$CheckedRandomAccessList
12634java.util.Collections$CheckedSet
12635java.util.Collections$CheckedSortedMap
12636java.util.Collections$CheckedSortedSet
12637java.util.Collections$CopiesList
Andreas Gampe571fc302016-02-18 13:58:09 -080012638java.util.Collections$EmptyEnumeration
12639java.util.Collections$EmptyIterator
Andreas Gampe61e7b662015-06-17 23:57:04 -070012640java.util.Collections$EmptyList
Andreas Gampe571fc302016-02-18 13:58:09 -080012641java.util.Collections$EmptyListIterator
Andreas Gampe61e7b662015-06-17 23:57:04 -070012642java.util.Collections$EmptyMap
12643java.util.Collections$EmptySet
Andreas Gampe61e7b662015-06-17 23:57:04 -070012644java.util.Collections$ReverseComparator2
Calin Juravle00b23d32019-03-08 17:52:20 -080012645java.util.Collections$ReverseComparator
Andreas Gampe61e7b662015-06-17 23:57:04 -070012646java.util.Collections$SetFromMap
12647java.util.Collections$SingletonList
12648java.util.Collections$SingletonMap
12649java.util.Collections$SingletonSet
Andreas Gampe61e7b662015-06-17 23:57:04 -070012650java.util.Collections$SynchronizedCollection
12651java.util.Collections$SynchronizedList
12652java.util.Collections$SynchronizedMap
Andreas Gampe0db10fd2017-02-01 15:57:57 -080012653java.util.Collections$SynchronizedNavigableMap
12654java.util.Collections$SynchronizedNavigableSet
Andreas Gampe61e7b662015-06-17 23:57:04 -070012655java.util.Collections$SynchronizedRandomAccessList
12656java.util.Collections$SynchronizedSet
12657java.util.Collections$SynchronizedSortedMap
12658java.util.Collections$SynchronizedSortedSet
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080012659java.util.Collections$UnmodifiableCollection$1
Calin Juravle00b23d32019-03-08 17:52:20 -080012660java.util.Collections$UnmodifiableCollection
Andreas Gampe571fc302016-02-18 13:58:09 -080012661java.util.Collections$UnmodifiableList$1
Calin Juravle00b23d32019-03-08 17:52:20 -080012662java.util.Collections$UnmodifiableList
Kenny Rootdbf30ed2012-09-19 13:08:12 -070012663java.util.Collections$UnmodifiableMap$UnmodifiableEntrySet$1
Andreas Gampe571fc302016-02-18 13:58:09 -080012664java.util.Collections$UnmodifiableMap$UnmodifiableEntrySet$UnmodifiableEntry
Calin Juravle00b23d32019-03-08 17:52:20 -080012665java.util.Collections$UnmodifiableMap$UnmodifiableEntrySet
12666java.util.Collections$UnmodifiableMap
Andreas Gampe0db10fd2017-02-01 15:57:57 -080012667java.util.Collections$UnmodifiableNavigableMap$EmptyNavigableMap
Calin Juravle00b23d32019-03-08 17:52:20 -080012668java.util.Collections$UnmodifiableNavigableMap
Andreas Gampe0db10fd2017-02-01 15:57:57 -080012669java.util.Collections$UnmodifiableNavigableSet$EmptyNavigableSet
Calin Juravle00b23d32019-03-08 17:52:20 -080012670java.util.Collections$UnmodifiableNavigableSet
Andreas Gampe61e7b662015-06-17 23:57:04 -070012671java.util.Collections$UnmodifiableRandomAccessList
12672java.util.Collections$UnmodifiableSet
12673java.util.Collections$UnmodifiableSortedMap
12674java.util.Collections$UnmodifiableSortedSet
Calin Juravle00b23d32019-03-08 17:52:20 -080012675java.util.Collections
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070012676java.util.ComparableTimSort
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080012677java.util.Comparator
Andreas Gampe859e2782016-04-06 18:37:56 -070012678java.util.Comparators$NaturalOrderComparator
12679java.util.Comparators$NullComparator
Andreas Gampe61e7b662015-06-17 23:57:04 -070012680java.util.ConcurrentModificationException
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070012681java.util.Currency
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080012682java.util.Date
Andreas Gampe61e7b662015-06-17 23:57:04 -070012683java.util.Deque
12684java.util.Dictionary
Andreas Gampedcad4ca2014-10-03 02:00:29 +000012685java.util.DualPivotQuicksort
art-benchmark-serviced5115932020-02-25 17:55:03 -080012686java.util.DuplicateFormatFlagsException
Andreas Gampe571fc302016-02-18 13:58:09 -080012687java.util.EnumMap$1
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070012688java.util.EnumMap$EntryIterator$Entry
Calin Juravle00b23d32019-03-08 17:52:20 -080012689java.util.EnumMap$EntryIterator
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070012690java.util.EnumMap$EntrySet
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070012691java.util.EnumMap$EnumMapIterator
12692java.util.EnumMap$KeyIterator
12693java.util.EnumMap$KeySet
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070012694java.util.EnumMap$ValueIterator
12695java.util.EnumMap$Values
Calin Juravle00b23d32019-03-08 17:52:20 -080012696java.util.EnumMap
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070012697java.util.EnumSet$SerializationProxy
Calin Juravle00b23d32019-03-08 17:52:20 -080012698java.util.EnumSet
Andreas Gampe61e7b662015-06-17 23:57:04 -070012699java.util.Enumeration
12700java.util.EventListener
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070012701java.util.EventObject
art-benchmark-serviced5115932020-02-25 17:55:03 -080012702java.util.FormatFlagsConversionMismatchException
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070012703java.util.Formattable
Andreas Gampe571fc302016-02-18 13:58:09 -080012704java.util.Formatter$Conversion
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070012705java.util.Formatter$DateTime
Andreas Gampe571fc302016-02-18 13:58:09 -080012706java.util.Formatter$FixedString
12707java.util.Formatter$Flags
12708java.util.Formatter$FormatSpecifier
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070012709java.util.Formatter$FormatSpecifierParser
Andreas Gampe571fc302016-02-18 13:58:09 -080012710java.util.Formatter$FormatString
Calin Juravle00b23d32019-03-08 17:52:20 -080012711java.util.Formatter
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070012712java.util.FormatterClosedException
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080012713java.util.GregorianCalendar
Andreas Gampe61e7b662015-06-17 23:57:04 -070012714java.util.HashMap$EntryIterator
12715java.util.HashMap$EntrySet
12716java.util.HashMap$HashIterator
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070012717java.util.HashMap$HashMapSpliterator
Andreas Gampe61e7b662015-06-17 23:57:04 -070012718java.util.HashMap$KeyIterator
12719java.util.HashMap$KeySet
Calin Juravle00b23d32019-03-08 17:52:20 -080012720java.util.HashMap$KeySpliterator
Andreas Gampe0db10fd2017-02-01 15:57:57 -080012721java.util.HashMap$Node
12722java.util.HashMap$TreeNode
Andreas Gampe61e7b662015-06-17 23:57:04 -070012723java.util.HashMap$ValueIterator
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070012724java.util.HashMap$ValueSpliterator
Andreas Gampe61e7b662015-06-17 23:57:04 -070012725java.util.HashMap$Values
Calin Juravle00b23d32019-03-08 17:52:20 -080012726java.util.HashMap
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080012727java.util.HashSet
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070012728java.util.Hashtable$EntrySet
Andreas Gampe571fc302016-02-18 13:58:09 -080012729java.util.Hashtable$Enumerator
Andreas Gampe61e7b662015-06-17 23:57:04 -070012730java.util.Hashtable$HashtableEntry
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070012731java.util.Hashtable$KeySet
12732java.util.Hashtable$ValueCollection
Calin Juravle00b23d32019-03-08 17:52:20 -080012733java.util.Hashtable
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070012734java.util.IdentityHashMap$EntryIterator$Entry
Calin Juravle00b23d32019-03-08 17:52:20 -080012735java.util.IdentityHashMap$EntryIterator
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070012736java.util.IdentityHashMap$EntrySet
12737java.util.IdentityHashMap$IdentityHashMapIterator
12738java.util.IdentityHashMap$KeyIterator
Andreas Gampe571fc302016-02-18 13:58:09 -080012739java.util.IdentityHashMap$KeySet
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070012740java.util.IdentityHashMap$ValueIterator
12741java.util.IdentityHashMap$Values
Calin Juravle00b23d32019-03-08 17:52:20 -080012742java.util.IdentityHashMap
Andreas Gampe61e7b662015-06-17 23:57:04 -070012743java.util.IllegalFormatException
art-benchmark-serviced5115932020-02-25 17:55:03 -080012744java.util.IllegalFormatPrecisionException
Andreas Gampe61e7b662015-06-17 23:57:04 -070012745java.util.IllformedLocaleException
art-benchmark-serviced5115932020-02-25 17:55:03 -080012746java.util.ImmutableCollections$AbstractImmutableList
12747java.util.ImmutableCollections$AbstractImmutableMap
12748java.util.ImmutableCollections$AbstractImmutableSet
art-benchmark-serviced5115932020-02-25 17:55:03 -080012749java.util.ImmutableCollections$ListN
12750java.util.ImmutableCollections$Map0
12751java.util.ImmutableCollections$Map1
12752java.util.ImmutableCollections$MapN
12753java.util.ImmutableCollections$Set0
12754java.util.ImmutableCollections$Set1
12755java.util.ImmutableCollections$Set2
12756java.util.ImmutableCollections$SetN
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080012757java.util.Iterator
Calin Juravle4a054192018-05-29 17:52:20 -070012758java.util.JumboEnumSet$EnumSetIterator
Calin Juravle00b23d32019-03-08 17:52:20 -080012759java.util.JumboEnumSet
art-benchmark-serviced5115932020-02-25 17:55:03 -080012760java.util.KeyValueHolder
Andreas Gampe0db10fd2017-02-01 15:57:57 -080012761java.util.LinkedHashMap$LinkedEntryIterator
12762java.util.LinkedHashMap$LinkedEntrySet
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080012763java.util.LinkedHashMap$LinkedHashIterator
Andreas Gampe571fc302016-02-18 13:58:09 -080012764java.util.LinkedHashMap$LinkedHashMapEntry
Andreas Gampe0db10fd2017-02-01 15:57:57 -080012765java.util.LinkedHashMap$LinkedKeyIterator
12766java.util.LinkedHashMap$LinkedKeySet
12767java.util.LinkedHashMap$LinkedValueIterator
12768java.util.LinkedHashMap$LinkedValues
Calin Juravle00b23d32019-03-08 17:52:20 -080012769java.util.LinkedHashMap
Kenny Rootdbf30ed2012-09-19 13:08:12 -070012770java.util.LinkedHashSet
Andreas Gampe571fc302016-02-18 13:58:09 -080012771java.util.LinkedList$ListItr
12772java.util.LinkedList$Node
Calin Juravle00b23d32019-03-08 17:52:20 -080012773java.util.LinkedList
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080012774java.util.List
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080012775java.util.ListIterator
art-benchmark-service13164882020-11-07 02:19:14 -080012776java.util.ListResourceBundle
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070012777java.util.Locale$1
Andreas Gampedcad4ca2014-10-03 02:00:29 +000012778java.util.Locale$Builder
Andreas Gampe571fc302016-02-18 13:58:09 -080012779java.util.Locale$Cache
12780java.util.Locale$Category
Andreas Gampe0db10fd2017-02-01 15:57:57 -080012781java.util.Locale$FilteringMode
12782java.util.Locale$LanguageRange
Andreas Gampe571fc302016-02-18 13:58:09 -080012783java.util.Locale$LocaleKey
Mathieu Chartierba2c0462017-05-19 16:41:46 -070012784java.util.Locale$NoImagePreloadHolder
Calin Juravle00b23d32019-03-08 17:52:20 -080012785java.util.Locale
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080012786java.util.Map$Entry
Calin Juravle00b23d32019-03-08 17:52:20 -080012787java.util.Map
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070012788java.util.MissingFormatArgumentException
art-benchmark-serviced5115932020-02-25 17:55:03 -080012789java.util.MissingFormatWidthException
Andreas Gampedcad4ca2014-10-03 02:00:29 +000012790java.util.MissingResourceException
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070012791java.util.NavigableMap
12792java.util.NavigableSet
Andreas Gampedcad4ca2014-10-03 02:00:29 +000012793java.util.NoSuchElementException
12794java.util.Objects
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070012795java.util.Observable
12796java.util.Observer
Calin Juravle4a054192018-05-29 17:52:20 -070012797java.util.Optional
Andreas Gampecbcb9e32016-06-03 17:24:05 -070012798java.util.PrimitiveIterator$OfInt
Calin Juravle00b23d32019-03-08 17:52:20 -080012799java.util.PrimitiveIterator
Mathieu Chartierba2c0462017-05-19 16:41:46 -070012800java.util.PriorityQueue$Itr
Calin Juravle00b23d32019-03-08 17:52:20 -080012801java.util.PriorityQueue
Andreas Gampe571fc302016-02-18 13:58:09 -080012802java.util.Properties$LineReader
Calin Juravle00b23d32019-03-08 17:52:20 -080012803java.util.Properties
art-benchmark-serviced8f25642020-01-27 20:25:10 -080012804java.util.PropertyPermission
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070012805java.util.PropertyResourceBundle
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070012806java.util.Queue
12807java.util.Random
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080012808java.util.RandomAccess
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070012809java.util.RegularEnumSet$EnumSetIterator
Calin Juravle00b23d32019-03-08 17:52:20 -080012810java.util.RegularEnumSet
Andreas Gampe571fc302016-02-18 13:58:09 -080012811java.util.ResourceBundle$1
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070012812java.util.ResourceBundle$BundleReference
12813java.util.ResourceBundle$CacheKey
12814java.util.ResourceBundle$CacheKeyReference
12815java.util.ResourceBundle$Control$1
12816java.util.ResourceBundle$Control$CandidateListCache
art-benchmark-serviced5115932020-02-25 17:55:03 -080012817java.util.ResourceBundle$Control
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070012818java.util.ResourceBundle$LoaderReference
Calin Juravle00b23d32019-03-08 17:52:20 -080012819java.util.ResourceBundle
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070012820java.util.Scanner$1
Calin Juravle00b23d32019-03-08 17:52:20 -080012821java.util.Scanner
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070012822java.util.ServiceConfigurationError
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070012823java.util.ServiceLoader$1
12824java.util.ServiceLoader$LazyIterator
Calin Juravle00b23d32019-03-08 17:52:20 -080012825java.util.ServiceLoader
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080012826java.util.Set
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080012827java.util.SimpleTimeZone
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080012828java.util.SortedMap
12829java.util.SortedSet
Andreas Gampe859e2782016-04-06 18:37:56 -070012830java.util.Spliterator$OfDouble
12831java.util.Spliterator$OfInt
12832java.util.Spliterator$OfLong
12833java.util.Spliterator$OfPrimitive
Calin Juravle00b23d32019-03-08 17:52:20 -080012834java.util.Spliterator
Calin Juravle4a054192018-05-29 17:52:20 -070012835java.util.Spliterators$ArraySpliterator
Andreas Gampe859e2782016-04-06 18:37:56 -070012836java.util.Spliterators$EmptySpliterator$OfDouble
12837java.util.Spliterators$EmptySpliterator$OfInt
12838java.util.Spliterators$EmptySpliterator$OfLong
12839java.util.Spliterators$EmptySpliterator$OfRef
Calin Juravle00b23d32019-03-08 17:52:20 -080012840java.util.Spliterators$EmptySpliterator
12841java.util.Spliterators$IntArraySpliterator
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070012842java.util.Spliterators$IteratorSpliterator
Calin Juravle00b23d32019-03-08 17:52:20 -080012843java.util.Spliterators
Kenny Rootdbf30ed2012-09-19 13:08:12 -070012844java.util.Stack
Andreas Gampe0db10fd2017-02-01 15:57:57 -080012845java.util.StringJoiner
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080012846java.util.StringTokenizer
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070012847java.util.TaskQueue
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070012848java.util.TimSort
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080012849java.util.TimeZone
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070012850java.util.Timer$1
Calin Juravle00b23d32019-03-08 17:52:20 -080012851java.util.Timer
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070012852java.util.TimerTask
12853java.util.TimerThread
Mathieu Chartierba2c0462017-05-19 16:41:46 -070012854java.util.TreeMap$AscendingSubMap$AscendingEntrySetView
Calin Juravle00b23d32019-03-08 17:52:20 -080012855java.util.TreeMap$AscendingSubMap
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070012856java.util.TreeMap$DescendingSubMap
Andreas Gampe571fc302016-02-18 13:58:09 -080012857java.util.TreeMap$EntryIterator
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070012858java.util.TreeMap$EntrySet
Andreas Gampe571fc302016-02-18 13:58:09 -080012859java.util.TreeMap$KeyIterator
Jesse Wilson0d8eeb42011-08-24 09:33:06 -040012860java.util.TreeMap$KeySet
Mathieu Chartierba2c0462017-05-19 16:41:46 -070012861java.util.TreeMap$NavigableSubMap$EntrySetView
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070012862java.util.TreeMap$NavigableSubMap$SubMapEntryIterator
Mathieu Chartierba2c0462017-05-19 16:41:46 -070012863java.util.TreeMap$NavigableSubMap$SubMapIterator
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070012864java.util.TreeMap$NavigableSubMap$SubMapKeyIterator
Calin Juravle00b23d32019-03-08 17:52:20 -080012865java.util.TreeMap$NavigableSubMap
Andreas Gampe571fc302016-02-18 13:58:09 -080012866java.util.TreeMap$PrivateEntryIterator
12867java.util.TreeMap$TreeMapEntry
12868java.util.TreeMap$ValueIterator
12869java.util.TreeMap$Values
Calin Juravle00b23d32019-03-08 17:52:20 -080012870java.util.TreeMap
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080012871java.util.TreeSet
Andreas Gampe571fc302016-02-18 13:58:09 -080012872java.util.UUID$Holder
Calin Juravle00b23d32019-03-08 17:52:20 -080012873java.util.UUID
art-benchmark-serviced5115932020-02-25 17:55:03 -080012874java.util.UnknownFormatConversionException
Mathieu Chartierba2c0462017-05-19 16:41:46 -070012875java.util.Vector$1
Andreas Gampe571fc302016-02-18 13:58:09 -080012876java.util.Vector$Itr
Calin Juravle00b23d32019-03-08 17:52:20 -080012877java.util.Vector
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070012878java.util.WeakHashMap$1
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080012879java.util.WeakHashMap$Entry
Calin Juravle4a054192018-05-29 17:52:20 -070012880java.util.WeakHashMap$EntryIterator
Andreas Gampe571fc302016-02-18 13:58:09 -080012881java.util.WeakHashMap$EntrySet
Jesse Wilson0d8eeb42011-08-24 09:33:06 -040012882java.util.WeakHashMap$HashIterator
Andreas Gampe571fc302016-02-18 13:58:09 -080012883java.util.WeakHashMap$KeyIterator
12884java.util.WeakHashMap$KeySet
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070012885java.util.WeakHashMap$ValueIterator
Andreas Gampe571fc302016-02-18 13:58:09 -080012886java.util.WeakHashMap$Values
Calin Juravle00b23d32019-03-08 17:52:20 -080012887java.util.WeakHashMap
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070012888java.util.concurrent.AbstractExecutorService
Mathieu Chartierba2c0462017-05-19 16:41:46 -070012889java.util.concurrent.ArrayBlockingQueue
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070012890java.util.concurrent.BlockingDeque
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070012891java.util.concurrent.BlockingQueue
12892java.util.concurrent.Callable
Kenny Root9787b802013-04-26 12:53:57 -070012893java.util.concurrent.CancellationException
Calin Juravle00b23d32019-03-08 17:52:20 -080012894java.util.concurrent.CompletableFuture$AltResult
12895java.util.concurrent.CompletableFuture$AsynchronousCompletionTask
12896java.util.concurrent.CompletableFuture$Completion
art-benchmark-serviced5115932020-02-25 17:55:03 -080012897java.util.concurrent.CompletableFuture$Signaller
12898java.util.concurrent.CompletableFuture$UniCompletion
12899java.util.concurrent.CompletableFuture$UniWhenComplete
Calin Juravle00b23d32019-03-08 17:52:20 -080012900java.util.concurrent.CompletableFuture
12901java.util.concurrent.CompletionStage
Andreas Gampedcad4ca2014-10-03 02:00:29 +000012902java.util.concurrent.ConcurrentHashMap$BaseIterator
Andreas Gampe0db10fd2017-02-01 15:57:57 -080012903java.util.concurrent.ConcurrentHashMap$BulkTask
Andreas Gampedcad4ca2014-10-03 02:00:29 +000012904java.util.concurrent.ConcurrentHashMap$CollectionView
Andreas Gampe0db10fd2017-02-01 15:57:57 -080012905java.util.concurrent.ConcurrentHashMap$CounterCell
Andreas Gampecbcb9e32016-06-03 17:24:05 -070012906java.util.concurrent.ConcurrentHashMap$EntryIterator
12907java.util.concurrent.ConcurrentHashMap$EntrySetView
Andreas Gampe0db10fd2017-02-01 15:57:57 -080012908java.util.concurrent.ConcurrentHashMap$ForEachEntryTask
12909java.util.concurrent.ConcurrentHashMap$ForEachKeyTask
12910java.util.concurrent.ConcurrentHashMap$ForEachMappingTask
12911java.util.concurrent.ConcurrentHashMap$ForEachTransformedEntryTask
12912java.util.concurrent.ConcurrentHashMap$ForEachTransformedKeyTask
12913java.util.concurrent.ConcurrentHashMap$ForEachTransformedMappingTask
12914java.util.concurrent.ConcurrentHashMap$ForEachTransformedValueTask
12915java.util.concurrent.ConcurrentHashMap$ForEachValueTask
Andreas Gampedcad4ca2014-10-03 02:00:29 +000012916java.util.concurrent.ConcurrentHashMap$ForwardingNode
12917java.util.concurrent.ConcurrentHashMap$KeyIterator
12918java.util.concurrent.ConcurrentHashMap$KeySetView
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070012919java.util.concurrent.ConcurrentHashMap$MapEntry
Andreas Gampe0db10fd2017-02-01 15:57:57 -080012920java.util.concurrent.ConcurrentHashMap$MapReduceEntriesTask
12921java.util.concurrent.ConcurrentHashMap$MapReduceEntriesToDoubleTask
12922java.util.concurrent.ConcurrentHashMap$MapReduceEntriesToIntTask
12923java.util.concurrent.ConcurrentHashMap$MapReduceEntriesToLongTask
12924java.util.concurrent.ConcurrentHashMap$MapReduceKeysTask
12925java.util.concurrent.ConcurrentHashMap$MapReduceKeysToDoubleTask
12926java.util.concurrent.ConcurrentHashMap$MapReduceKeysToIntTask
12927java.util.concurrent.ConcurrentHashMap$MapReduceKeysToLongTask
12928java.util.concurrent.ConcurrentHashMap$MapReduceMappingsTask
12929java.util.concurrent.ConcurrentHashMap$MapReduceMappingsToDoubleTask
12930java.util.concurrent.ConcurrentHashMap$MapReduceMappingsToIntTask
12931java.util.concurrent.ConcurrentHashMap$MapReduceMappingsToLongTask
12932java.util.concurrent.ConcurrentHashMap$MapReduceValuesTask
12933java.util.concurrent.ConcurrentHashMap$MapReduceValuesToDoubleTask
12934java.util.concurrent.ConcurrentHashMap$MapReduceValuesToIntTask
12935java.util.concurrent.ConcurrentHashMap$MapReduceValuesToLongTask
Andreas Gampedcad4ca2014-10-03 02:00:29 +000012936java.util.concurrent.ConcurrentHashMap$Node
Andreas Gampe0db10fd2017-02-01 15:57:57 -080012937java.util.concurrent.ConcurrentHashMap$ReduceEntriesTask
12938java.util.concurrent.ConcurrentHashMap$ReduceKeysTask
12939java.util.concurrent.ConcurrentHashMap$ReduceValuesTask
12940java.util.concurrent.ConcurrentHashMap$ReservationNode
12941java.util.concurrent.ConcurrentHashMap$SearchEntriesTask
12942java.util.concurrent.ConcurrentHashMap$SearchKeysTask
12943java.util.concurrent.ConcurrentHashMap$SearchMappingsTask
12944java.util.concurrent.ConcurrentHashMap$SearchValuesTask
Jesse Wilson0d8eeb42011-08-24 09:33:06 -040012945java.util.concurrent.ConcurrentHashMap$Segment
art-benchmark-serviced5115932020-02-25 17:55:03 -080012946java.util.concurrent.ConcurrentHashMap$TableStack
Andreas Gampedcad4ca2014-10-03 02:00:29 +000012947java.util.concurrent.ConcurrentHashMap$Traverser
Andreas Gampe61e7b662015-06-17 23:57:04 -070012948java.util.concurrent.ConcurrentHashMap$TreeBin
12949java.util.concurrent.ConcurrentHashMap$TreeNode
Andreas Gampe0db10fd2017-02-01 15:57:57 -080012950java.util.concurrent.ConcurrentHashMap$ValueIterator
12951java.util.concurrent.ConcurrentHashMap$ValuesView
Calin Juravle00b23d32019-03-08 17:52:20 -080012952java.util.concurrent.ConcurrentHashMap
Calin Juravle4a054192018-05-29 17:52:20 -070012953java.util.concurrent.ConcurrentLinkedDeque$Node
Calin Juravle00b23d32019-03-08 17:52:20 -080012954java.util.concurrent.ConcurrentLinkedDeque
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070012955java.util.concurrent.ConcurrentLinkedQueue$Itr
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080012956java.util.concurrent.ConcurrentLinkedQueue$Node
Calin Juravle00b23d32019-03-08 17:52:20 -080012957java.util.concurrent.ConcurrentLinkedQueue
Jesse Wilson0d8eeb42011-08-24 09:33:06 -040012958java.util.concurrent.ConcurrentMap
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070012959java.util.concurrent.ConcurrentNavigableMap
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070012960java.util.concurrent.ConcurrentSkipListMap$HeadIndex
12961java.util.concurrent.ConcurrentSkipListMap$Index
12962java.util.concurrent.ConcurrentSkipListMap$Iter
12963java.util.concurrent.ConcurrentSkipListMap$KeySet
12964java.util.concurrent.ConcurrentSkipListMap$Node
Calin Juravle4a054192018-05-29 17:52:20 -070012965java.util.concurrent.ConcurrentSkipListMap$ValueIterator
12966java.util.concurrent.ConcurrentSkipListMap$Values
Calin Juravle00b23d32019-03-08 17:52:20 -080012967java.util.concurrent.ConcurrentSkipListMap
Calin Juravle4a054192018-05-29 17:52:20 -070012968java.util.concurrent.ConcurrentSkipListSet
Andreas Gampe0db10fd2017-02-01 15:57:57 -080012969java.util.concurrent.CopyOnWriteArrayList$COWIterator
Calin Juravle00b23d32019-03-08 17:52:20 -080012970java.util.concurrent.CopyOnWriteArrayList
Andreas Gampe61e7b662015-06-17 23:57:04 -070012971java.util.concurrent.CopyOnWriteArraySet
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070012972java.util.concurrent.CountDownLatch$Sync
Calin Juravle00b23d32019-03-08 17:52:20 -080012973java.util.concurrent.CountDownLatch
Andreas Gampe0db10fd2017-02-01 15:57:57 -080012974java.util.concurrent.CountedCompleter
Calin Juravle4a054192018-05-29 17:52:20 -070012975java.util.concurrent.DelayQueue
Andreas Gampe61e7b662015-06-17 23:57:04 -070012976java.util.concurrent.Delayed
Kenny Root9787b802013-04-26 12:53:57 -070012977java.util.concurrent.ExecutionException
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070012978java.util.concurrent.Executor
12979java.util.concurrent.ExecutorService
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070012980java.util.concurrent.Executors$DefaultThreadFactory
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080012981java.util.concurrent.Executors$DelegatedExecutorService
Andreas Gampe61e7b662015-06-17 23:57:04 -070012982java.util.concurrent.Executors$DelegatedScheduledExecutorService
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070012983java.util.concurrent.Executors$FinalizableDelegatedExecutorService
Kenny Root9787b802013-04-26 12:53:57 -070012984java.util.concurrent.Executors$RunnableAdapter
Calin Juravle00b23d32019-03-08 17:52:20 -080012985java.util.concurrent.Executors
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070012986java.util.concurrent.ForkJoinPool$1
12987java.util.concurrent.ForkJoinPool$DefaultForkJoinWorkerThreadFactory
12988java.util.concurrent.ForkJoinPool$ForkJoinWorkerThreadFactory
12989java.util.concurrent.ForkJoinPool$ManagedBlocker
Calin Juravle00b23d32019-03-08 17:52:20 -080012990java.util.concurrent.ForkJoinPool
Andreas Gampe0db10fd2017-02-01 15:57:57 -080012991java.util.concurrent.ForkJoinTask$ExceptionNode
Calin Juravle00b23d32019-03-08 17:52:20 -080012992java.util.concurrent.ForkJoinTask
art-benchmark-serviced5115932020-02-25 17:55:03 -080012993java.util.concurrent.ForkJoinWorkerThread
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070012994java.util.concurrent.Future
Kenny Rootdbf30ed2012-09-19 13:08:12 -070012995java.util.concurrent.FutureTask$WaitNode
Calin Juravle00b23d32019-03-08 17:52:20 -080012996java.util.concurrent.FutureTask
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070012997java.util.concurrent.LinkedBlockingDeque$Node
Calin Juravle00b23d32019-03-08 17:52:20 -080012998java.util.concurrent.LinkedBlockingDeque
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070012999java.util.concurrent.LinkedBlockingQueue$Itr
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070013000java.util.concurrent.LinkedBlockingQueue$Node
Calin Juravle00b23d32019-03-08 17:52:20 -080013001java.util.concurrent.LinkedBlockingQueue
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070013002java.util.concurrent.PriorityBlockingQueue
Andreas Gampe61e7b662015-06-17 23:57:04 -070013003java.util.concurrent.RejectedExecutionException
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070013004java.util.concurrent.RejectedExecutionHandler
13005java.util.concurrent.RunnableFuture
Andreas Gampe61e7b662015-06-17 23:57:04 -070013006java.util.concurrent.RunnableScheduledFuture
Andreas Gampedcad4ca2014-10-03 02:00:29 +000013007java.util.concurrent.ScheduledExecutorService
Andreas Gampe61e7b662015-06-17 23:57:04 -070013008java.util.concurrent.ScheduledFuture
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070013009java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue$Itr
Calin Juravle00b23d32019-03-08 17:52:20 -080013010java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue
Andreas Gampe61e7b662015-06-17 23:57:04 -070013011java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask
Calin Juravle00b23d32019-03-08 17:52:20 -080013012java.util.concurrent.ScheduledThreadPoolExecutor
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070013013java.util.concurrent.Semaphore$FairSync
Andreas Gampedcad4ca2014-10-03 02:00:29 +000013014java.util.concurrent.Semaphore$NonfairSync
13015java.util.concurrent.Semaphore$Sync
Calin Juravle00b23d32019-03-08 17:52:20 -080013016java.util.concurrent.Semaphore
Andreas Gampedcad4ca2014-10-03 02:00:29 +000013017java.util.concurrent.SynchronousQueue$TransferStack$SNode
Calin Juravle00b23d32019-03-08 17:52:20 -080013018java.util.concurrent.SynchronousQueue$TransferStack
Andreas Gampedcad4ca2014-10-03 02:00:29 +000013019java.util.concurrent.SynchronousQueue$Transferer
Calin Juravle00b23d32019-03-08 17:52:20 -080013020java.util.concurrent.SynchronousQueue
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070013021java.util.concurrent.ThreadFactory
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070013022java.util.concurrent.ThreadLocalRandom$1
Calin Juravle00b23d32019-03-08 17:52:20 -080013023java.util.concurrent.ThreadLocalRandom
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070013024java.util.concurrent.ThreadPoolExecutor$AbortPolicy
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070013025java.util.concurrent.ThreadPoolExecutor$DiscardPolicy
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070013026java.util.concurrent.ThreadPoolExecutor$Worker
Calin Juravle00b23d32019-03-08 17:52:20 -080013027java.util.concurrent.ThreadPoolExecutor
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070013028java.util.concurrent.TimeUnit$1
13029java.util.concurrent.TimeUnit$2
13030java.util.concurrent.TimeUnit$3
13031java.util.concurrent.TimeUnit$4
13032java.util.concurrent.TimeUnit$5
13033java.util.concurrent.TimeUnit$6
13034java.util.concurrent.TimeUnit$7
Calin Juravle00b23d32019-03-08 17:52:20 -080013035java.util.concurrent.TimeUnit
Andreas Gampedcad4ca2014-10-03 02:00:29 +000013036java.util.concurrent.TimeoutException
Jesse Wilson80686182011-01-21 17:12:43 -080013037java.util.concurrent.atomic.AtomicBoolean
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080013038java.util.concurrent.atomic.AtomicInteger
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070013039java.util.concurrent.atomic.AtomicIntegerArray
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070013040java.util.concurrent.atomic.AtomicIntegerFieldUpdater$AtomicIntegerFieldUpdaterImpl
Calin Juravle00b23d32019-03-08 17:52:20 -080013041java.util.concurrent.atomic.AtomicIntegerFieldUpdater
Andreas Gampedcad4ca2014-10-03 02:00:29 +000013042java.util.concurrent.atomic.AtomicLong
Calin Juravle4a054192018-05-29 17:52:20 -070013043java.util.concurrent.atomic.AtomicLongArray
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070013044java.util.concurrent.atomic.AtomicLongFieldUpdater$CASUpdater
Calin Juravle00b23d32019-03-08 17:52:20 -080013045java.util.concurrent.atomic.AtomicLongFieldUpdater
Jesse Wilson80686182011-01-21 17:12:43 -080013046java.util.concurrent.atomic.AtomicReference
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070013047java.util.concurrent.atomic.AtomicReferenceArray
Andreas Gampe571fc302016-02-18 13:58:09 -080013048java.util.concurrent.atomic.AtomicReferenceFieldUpdater$AtomicReferenceFieldUpdaterImpl
Calin Juravle00b23d32019-03-08 17:52:20 -080013049java.util.concurrent.atomic.AtomicReferenceFieldUpdater
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070013050java.util.concurrent.atomic.LongAdder
Calin Juravle4a054192018-05-29 17:52:20 -070013051java.util.concurrent.atomic.Striped64
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080013052java.util.concurrent.locks.AbstractOwnableSynchronizer
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080013053java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject
13054java.util.concurrent.locks.AbstractQueuedSynchronizer$Node
Calin Juravle00b23d32019-03-08 17:52:20 -080013055java.util.concurrent.locks.AbstractQueuedSynchronizer
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070013056java.util.concurrent.locks.Condition
Evan Millar0ea97b82009-03-24 17:49:23 -070013057java.util.concurrent.locks.Lock
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070013058java.util.concurrent.locks.LockSupport
Jesse Wilson80686182011-01-21 17:12:43 -080013059java.util.concurrent.locks.ReadWriteLock
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070013060java.util.concurrent.locks.ReentrantLock$FairSync
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080013061java.util.concurrent.locks.ReentrantLock$NonfairSync
13062java.util.concurrent.locks.ReentrantLock$Sync
Calin Juravle00b23d32019-03-08 17:52:20 -080013063java.util.concurrent.locks.ReentrantLock
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070013064java.util.concurrent.locks.ReentrantReadWriteLock$FairSync
Jesse Wilson0d8eeb42011-08-24 09:33:06 -040013065java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync
Jesse Wilson80686182011-01-21 17:12:43 -080013066java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070013067java.util.concurrent.locks.ReentrantReadWriteLock$Sync$HoldCounter
Jesse Wilson80686182011-01-21 17:12:43 -080013068java.util.concurrent.locks.ReentrantReadWriteLock$Sync$ThreadLocalHoldCounter
Calin Juravle00b23d32019-03-08 17:52:20 -080013069java.util.concurrent.locks.ReentrantReadWriteLock$Sync
Jesse Wilson80686182011-01-21 17:12:43 -080013070java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock
Calin Juravle00b23d32019-03-08 17:52:20 -080013071java.util.concurrent.locks.ReentrantReadWriteLock
Andreas Gampe859e2782016-04-06 18:37:56 -070013072java.util.function.BiConsumer
13073java.util.function.BiFunction
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070013074java.util.function.BiPredicate
Andreas Gampe0db10fd2017-02-01 15:57:57 -080013075java.util.function.BinaryOperator
art-benchmark-serviced5115932020-02-25 17:55:03 -080013076java.util.function.BooleanSupplier
Andreas Gampe859e2782016-04-06 18:37:56 -070013077java.util.function.Consumer
Andreas Gampe0db10fd2017-02-01 15:57:57 -080013078java.util.function.DoubleBinaryOperator
Calin Juravle4a054192018-05-29 17:52:20 -070013079java.util.function.DoubleSupplier
Mathieu Chartierba2c0462017-05-19 16:41:46 -070013080java.util.function.DoubleUnaryOperator
Andreas Gampe859e2782016-04-06 18:37:56 -070013081java.util.function.Function
Andreas Gampe0db10fd2017-02-01 15:57:57 -080013082java.util.function.IntBinaryOperator
13083java.util.function.IntConsumer
13084java.util.function.IntFunction
art-benchmark-serviced8f25642020-01-27 20:25:10 -080013085java.util.function.IntPredicate
Calin Juravle4a054192018-05-29 17:52:20 -070013086java.util.function.IntSupplier
Andreas Gampe0db10fd2017-02-01 15:57:57 -080013087java.util.function.IntToDoubleFunction
13088java.util.function.IntToLongFunction
13089java.util.function.IntUnaryOperator
13090java.util.function.LongBinaryOperator
Calin Juravle00b23d32019-03-08 17:52:20 -080013091java.util.function.LongConsumer
Calin Juravle4a054192018-05-29 17:52:20 -070013092java.util.function.LongSupplier
Andreas Gampe0db10fd2017-02-01 15:57:57 -080013093java.util.function.LongUnaryOperator
Andreas Gampe859e2782016-04-06 18:37:56 -070013094java.util.function.Predicate
13095java.util.function.Supplier
Andreas Gampe0db10fd2017-02-01 15:57:57 -080013096java.util.function.ToDoubleBiFunction
Andreas Gampe859e2782016-04-06 18:37:56 -070013097java.util.function.ToDoubleFunction
Andreas Gampe0db10fd2017-02-01 15:57:57 -080013098java.util.function.ToIntBiFunction
Andreas Gampe859e2782016-04-06 18:37:56 -070013099java.util.function.ToIntFunction
Andreas Gampe0db10fd2017-02-01 15:57:57 -080013100java.util.function.ToLongBiFunction
Andreas Gampe859e2782016-04-06 18:37:56 -070013101java.util.function.ToLongFunction
13102java.util.function.UnaryOperator
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070013103java.util.jar.Attributes$Name
Calin Juravle00b23d32019-03-08 17:52:20 -080013104java.util.jar.Attributes
Evan Millar0ea97b82009-03-24 17:49:23 -070013105java.util.jar.JarEntry
Andreas Gampe0db10fd2017-02-01 15:57:57 -080013106java.util.jar.JarFile$JarEntryIterator
Andreas Gampe571fc302016-02-18 13:58:09 -080013107java.util.jar.JarFile$JarFileEntry
Calin Juravle00b23d32019-03-08 17:52:20 -080013108java.util.jar.JarFile
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070013109java.util.jar.JarVerifier$3
13110java.util.jar.JarVerifier$VerifierStream
Calin Juravle00b23d32019-03-08 17:52:20 -080013111java.util.jar.JarVerifier
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070013112java.util.jar.Manifest$FastInputStream
Calin Juravle00b23d32019-03-08 17:52:20 -080013113java.util.jar.Manifest
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070013114java.util.logging.ErrorManager
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070013115java.util.logging.FileHandler$MeteredStream
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070013116java.util.logging.Formatter
Evan Millar0ea97b82009-03-24 17:49:23 -070013117java.util.logging.Handler
Andreas Gampe571fc302016-02-18 13:58:09 -080013118java.util.logging.Level$KnownLevel
Calin Juravle00b23d32019-03-08 17:52:20 -080013119java.util.logging.Level
Evan Millar0ea97b82009-03-24 17:49:23 -070013120java.util.logging.LogManager$1
Andreas Gampe571fc302016-02-18 13:58:09 -080013121java.util.logging.LogManager$2
Andreas Gampe0db10fd2017-02-01 15:57:57 -080013122java.util.logging.LogManager$3
13123java.util.logging.LogManager$5
Andreas Gampe571fc302016-02-18 13:58:09 -080013124java.util.logging.LogManager$Cleaner
13125java.util.logging.LogManager$LogNode
Andreas Gampe571fc302016-02-18 13:58:09 -080013126java.util.logging.LogManager$LoggerContext$1
Calin Juravle00b23d32019-03-08 17:52:20 -080013127java.util.logging.LogManager$LoggerContext
Andreas Gampe571fc302016-02-18 13:58:09 -080013128java.util.logging.LogManager$LoggerWeakRef
13129java.util.logging.LogManager$RootLogger
13130java.util.logging.LogManager$SystemLoggerContext
Calin Juravle00b23d32019-03-08 17:52:20 -080013131java.util.logging.LogManager
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070013132java.util.logging.LogRecord
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070013133java.util.logging.Logger$1
Andreas Gampe0db10fd2017-02-01 15:57:57 -080013134java.util.logging.Logger$LoggerBundle
art-benchmark-serviced5115932020-02-25 17:55:03 -080013135java.util.logging.Logger$SystemLoggerHelper$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -080013136java.util.logging.Logger$SystemLoggerHelper
Calin Juravle00b23d32019-03-08 17:52:20 -080013137java.util.logging.Logger
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080013138java.util.logging.LoggingPermission
Andreas Gampe571fc302016-02-18 13:58:09 -080013139java.util.logging.LoggingProxyImpl
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070013140java.util.logging.StreamHandler
Andreas Gampe859e2782016-04-06 18:37:56 -070013141java.util.prefs.AbstractPreferences
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070013142java.util.prefs.BackingStoreException
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070013143java.util.prefs.FileSystemPreferences$3
Calin Juravle00b23d32019-03-08 17:52:20 -080013144java.util.prefs.FileSystemPreferences
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070013145java.util.prefs.FileSystemPreferencesFactory
Andreas Gampe859e2782016-04-06 18:37:56 -070013146java.util.prefs.Preferences
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070013147java.util.prefs.PreferencesFactory
Andreas Gampe61e7b662015-06-17 23:57:04 -070013148java.util.regex.MatchResult
13149java.util.regex.Matcher
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080013150java.util.regex.Pattern
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070013151java.util.regex.PatternSyntaxException
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070013152java.util.stream.AbstractPipeline
art-benchmark-serviced8f25642020-01-27 20:25:10 -080013153java.util.stream.AbstractSpinedBuffer
Andreas Gampe859e2782016-04-06 18:37:56 -070013154java.util.stream.BaseStream
Calin Juravle4a054192018-05-29 17:52:20 -070013155java.util.stream.Collector$Characteristics
Calin Juravle00b23d32019-03-08 17:52:20 -080013156java.util.stream.Collector
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070013157java.util.stream.Collectors$CollectorImpl
Calin Juravle00b23d32019-03-08 17:52:20 -080013158java.util.stream.Collectors
Calin Juravle4a054192018-05-29 17:52:20 -070013159java.util.stream.DistinctOps$1$2
Calin Juravle00b23d32019-03-08 17:52:20 -080013160java.util.stream.DistinctOps$1
art-benchmark-serviced8f25642020-01-27 20:25:10 -080013161java.util.stream.DistinctOps
Andreas Gampe0db10fd2017-02-01 15:57:57 -080013162java.util.stream.DoubleStream
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070013163java.util.stream.FindOps$FindOp
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070013164java.util.stream.FindOps$FindSink$OfRef
Calin Juravle00b23d32019-03-08 17:52:20 -080013165java.util.stream.FindOps$FindSink
13166java.util.stream.FindOps
13167java.util.stream.ForEachOps$ForEachOp$OfRef
13168java.util.stream.ForEachOps$ForEachOp
13169java.util.stream.ForEachOps
13170java.util.stream.IntPipeline$4$1
13171java.util.stream.IntPipeline$4
art-benchmark-serviced8f25642020-01-27 20:25:10 -080013172java.util.stream.IntPipeline$Head
Calin Juravle36829e52019-04-10 19:07:47 -070013173java.util.stream.IntPipeline$StatelessOp
Calin Juravle00b23d32019-03-08 17:52:20 -080013174java.util.stream.IntPipeline
Andreas Gampecbcb9e32016-06-03 17:24:05 -070013175java.util.stream.IntStream
Calin Juravle00b23d32019-03-08 17:52:20 -080013176java.util.stream.LongPipeline$StatelessOp
13177java.util.stream.LongPipeline
Andreas Gampe0db10fd2017-02-01 15:57:57 -080013178java.util.stream.LongStream
Calin Juravle36829e52019-04-10 19:07:47 -070013179java.util.stream.MatchOps$1MatchSink
13180java.util.stream.MatchOps$BooleanTerminalSink
13181java.util.stream.MatchOps$MatchKind
13182java.util.stream.MatchOps$MatchOp
13183java.util.stream.MatchOps
art-benchmark-serviced8f25642020-01-27 20:25:10 -080013184java.util.stream.Node$Builder$OfInt
Calin Juravle36829e52019-04-10 19:07:47 -070013185java.util.stream.Node$Builder
13186java.util.stream.Node$OfDouble
13187java.util.stream.Node$OfInt
13188java.util.stream.Node$OfLong
13189java.util.stream.Node$OfPrimitive
13190java.util.stream.Node
art-benchmark-serviced8f25642020-01-27 20:25:10 -080013191java.util.stream.Nodes$ArrayNode
Calin Juravle36829e52019-04-10 19:07:47 -070013192java.util.stream.Nodes$EmptyNode$OfDouble
13193java.util.stream.Nodes$EmptyNode$OfInt
13194java.util.stream.Nodes$EmptyNode$OfLong
13195java.util.stream.Nodes$EmptyNode$OfRef
13196java.util.stream.Nodes$EmptyNode
art-benchmark-serviced8f25642020-01-27 20:25:10 -080013197java.util.stream.Nodes$FixedNodeBuilder
13198java.util.stream.Nodes$IntArrayNode
13199java.util.stream.Nodes$IntFixedNodeBuilder
13200java.util.stream.Nodes$IntSpinedNodeBuilder
Calin Juravle36829e52019-04-10 19:07:47 -070013201java.util.stream.Nodes
Mathieu Chartierba2c0462017-05-19 16:41:46 -070013202java.util.stream.PipelineHelper
Calin Juravle4a054192018-05-29 17:52:20 -070013203java.util.stream.ReduceOps$1
13204java.util.stream.ReduceOps$1ReducingSink
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070013205java.util.stream.ReduceOps$3
13206java.util.stream.ReduceOps$3ReducingSink
art-benchmark-serviced8f25642020-01-27 20:25:10 -080013207java.util.stream.ReduceOps$5
13208java.util.stream.ReduceOps$5ReducingSink
Calin Juravle00b23d32019-03-08 17:52:20 -080013209java.util.stream.ReduceOps$8
13210java.util.stream.ReduceOps$8ReducingSink
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070013211java.util.stream.ReduceOps$AccumulatingSink
13212java.util.stream.ReduceOps$Box
13213java.util.stream.ReduceOps$ReduceOp
Calin Juravle00b23d32019-03-08 17:52:20 -080013214java.util.stream.ReduceOps
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070013215java.util.stream.ReferencePipeline$2$1
Calin Juravle00b23d32019-03-08 17:52:20 -080013216java.util.stream.ReferencePipeline$2
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070013217java.util.stream.ReferencePipeline$3$1
Calin Juravle00b23d32019-03-08 17:52:20 -080013218java.util.stream.ReferencePipeline$3
Calin Juravle36829e52019-04-10 19:07:47 -070013219java.util.stream.ReferencePipeline$4$1
13220java.util.stream.ReferencePipeline$4
Calin Juravle00b23d32019-03-08 17:52:20 -080013221java.util.stream.ReferencePipeline$5$1
13222java.util.stream.ReferencePipeline$5
Mathieu Chartierba2c0462017-05-19 16:41:46 -070013223java.util.stream.ReferencePipeline$Head
Calin Juravle4a054192018-05-29 17:52:20 -070013224java.util.stream.ReferencePipeline$StatefulOp
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070013225java.util.stream.ReferencePipeline$StatelessOp
Calin Juravle00b23d32019-03-08 17:52:20 -080013226java.util.stream.ReferencePipeline
13227java.util.stream.Sink$ChainedInt
Mathieu Chartierba2c0462017-05-19 16:41:46 -070013228java.util.stream.Sink$ChainedReference
Calin Juravle36829e52019-04-10 19:07:47 -070013229java.util.stream.Sink$OfInt
Calin Juravle00b23d32019-03-08 17:52:20 -080013230java.util.stream.Sink$OfLong
13231java.util.stream.Sink
13232java.util.stream.SliceOps$1$1
13233java.util.stream.SliceOps$1
13234java.util.stream.SliceOps
art-benchmark-serviced8f25642020-01-27 20:25:10 -080013235java.util.stream.SpinedBuffer$OfInt
13236java.util.stream.SpinedBuffer$OfPrimitive
Andreas Gampe859e2782016-04-06 18:37:56 -070013237java.util.stream.Stream
Mathieu Chartierba2c0462017-05-19 16:41:46 -070013238java.util.stream.StreamOpFlag$MaskBuilder
Calin Juravle4a054192018-05-29 17:52:20 -070013239java.util.stream.StreamOpFlag$Type
Calin Juravle00b23d32019-03-08 17:52:20 -080013240java.util.stream.StreamOpFlag
Calin Juravle4a054192018-05-29 17:52:20 -070013241java.util.stream.StreamShape
Calin Juravle00b23d32019-03-08 17:52:20 -080013242java.util.stream.StreamSpliterators$InfiniteSupplyingSpliterator$OfRef
13243java.util.stream.StreamSpliterators$InfiniteSupplyingSpliterator
Andreas Gampe859e2782016-04-06 18:37:56 -070013244java.util.stream.StreamSupport
art-benchmark-serviced8f25642020-01-27 20:25:10 -080013245java.util.stream.Streams$2
13246java.util.stream.Streams$ConcatSpliterator$OfRef
13247java.util.stream.Streams$ConcatSpliterator
art-benchmark-servicead05a302020-03-17 09:46:02 -070013248java.util.stream.Streams$RangeIntSpliterator
art-benchmark-serviced8f25642020-01-27 20:25:10 -080013249java.util.stream.Streams
Mathieu Chartierba2c0462017-05-19 16:41:46 -070013250java.util.stream.TerminalOp
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070013251java.util.stream.TerminalSink
Andreas Gampe61e7b662015-06-17 23:57:04 -070013252java.util.zip.Adler32
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080013253java.util.zip.CRC32
Andreas Gampe571fc302016-02-18 13:58:09 -080013254java.util.zip.CheckedInputStream
Andreas Gampe61e7b662015-06-17 23:57:04 -070013255java.util.zip.Checksum
13256java.util.zip.DataFormatException
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080013257java.util.zip.Deflater
Kenny Root9787b802013-04-26 12:53:57 -070013258java.util.zip.DeflaterOutputStream
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070013259java.util.zip.GZIPInputStream$1
Calin Juravle00b23d32019-03-08 17:52:20 -080013260java.util.zip.GZIPInputStream
Kenny Root9787b802013-04-26 12:53:57 -070013261java.util.zip.GZIPOutputStream
Evan Millar0ea97b82009-03-24 17:49:23 -070013262java.util.zip.Inflater
13263java.util.zip.InflaterInputStream
Andreas Gampe571fc302016-02-18 13:58:09 -080013264java.util.zip.ZStreamRef
13265java.util.zip.ZipCoder
Andreas Gampe61e7b662015-06-17 23:57:04 -070013266java.util.zip.ZipConstants
13267java.util.zip.ZipEntry
art-benchmark-serviced5115932020-02-25 17:55:03 -080013268java.util.zip.ZipError
Calin Juravle4a054192018-05-29 17:52:20 -070013269java.util.zip.ZipException
Andreas Gampe0db10fd2017-02-01 15:57:57 -080013270java.util.zip.ZipFile$ZipEntryIterator
Andreas Gampe571fc302016-02-18 13:58:09 -080013271java.util.zip.ZipFile$ZipFileInflaterInputStream
13272java.util.zip.ZipFile$ZipFileInputStream
Calin Juravle00b23d32019-03-08 17:52:20 -080013273java.util.zip.ZipFile
art-benchmark-serviced5115932020-02-25 17:55:03 -080013274java.util.zip.ZipInputStream
13275java.util.zip.ZipOutputStream
Andreas Gampe0db10fd2017-02-01 15:57:57 -080013276java.util.zip.ZipUtils
Calin Juravle00b23d32019-03-08 17:52:20 -080013277javax.crypto.AEADBadTagException
Andreas Gampedcad4ca2014-10-03 02:00:29 +000013278javax.crypto.BadPaddingException
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070013279javax.crypto.Cipher$1
Mathieu Chartierba2c0462017-05-19 16:41:46 -070013280javax.crypto.Cipher$CipherSpiAndProvider
13281javax.crypto.Cipher$InitParams
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070013282javax.crypto.Cipher$InitType
13283javax.crypto.Cipher$NeedToSet
Mathieu Chartierba2c0462017-05-19 16:41:46 -070013284javax.crypto.Cipher$SpiAndProviderUpdater
13285javax.crypto.Cipher$Transform
Calin Juravle00b23d32019-03-08 17:52:20 -080013286javax.crypto.Cipher
art-benchmark-serviced5115932020-02-25 17:55:03 -080013287javax.crypto.CipherOutputStream
Mathieu Chartierba2c0462017-05-19 16:41:46 -070013288javax.crypto.CipherSpi
Andreas Gampedcad4ca2014-10-03 02:00:29 +000013289javax.crypto.IllegalBlockSizeException
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070013290javax.crypto.JceSecurity
art-benchmark-service13164882020-11-07 02:19:14 -080013291javax.crypto.KeyAgreementSpi
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070013292javax.crypto.KeyGenerator
13293javax.crypto.KeyGeneratorSpi
13294javax.crypto.Mac
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070013295javax.crypto.MacSpi
Andreas Gampedcad4ca2014-10-03 02:00:29 +000013296javax.crypto.NoSuchPaddingException
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070013297javax.crypto.NullCipher
Andreas Gampe61e7b662015-06-17 23:57:04 -070013298javax.crypto.SecretKey
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070013299javax.crypto.SecretKeyFactory
13300javax.crypto.SecretKeyFactorySpi
Mathieu Chartierba2c0462017-05-19 16:41:46 -070013301javax.crypto.ShortBufferException
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070013302javax.crypto.interfaces.PBEKey
art-benchmark-service13164882020-11-07 02:19:14 -080013303javax.crypto.spec.DESedeKeySpec
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070013304javax.crypto.spec.GCMParameterSpec
Andreas Gampe61e7b662015-06-17 23:57:04 -070013305javax.crypto.spec.IvParameterSpec
Calin Juravle4a054192018-05-29 17:52:20 -070013306javax.crypto.spec.OAEPParameterSpec
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070013307javax.crypto.spec.PBEKeySpec
13308javax.crypto.spec.PBEParameterSpec
Calin Juravle4a054192018-05-29 17:52:20 -070013309javax.crypto.spec.PSource$PSpecified
Calin Juravle00b23d32019-03-08 17:52:20 -080013310javax.crypto.spec.PSource
Andreas Gampe61e7b662015-06-17 23:57:04 -070013311javax.crypto.spec.SecretKeySpec
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080013312javax.microedition.khronos.egl.EGL10
art-benchmark-service13164882020-11-07 02:19:14 -080013313javax.microedition.khronos.egl.EGL11
Calin Juravle00b23d32019-03-08 17:52:20 -080013314javax.microedition.khronos.egl.EGL
Mathieu Chartierba2c0462017-05-19 16:41:46 -070013315javax.microedition.khronos.egl.EGLConfig
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070013316javax.microedition.khronos.egl.EGLContext
Mathieu Chartierba2c0462017-05-19 16:41:46 -070013317javax.microedition.khronos.egl.EGLDisplay
13318javax.microedition.khronos.egl.EGLSurface
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080013319javax.microedition.khronos.opengles.GL10
13320javax.microedition.khronos.opengles.GL10Ext
13321javax.microedition.khronos.opengles.GL11
13322javax.microedition.khronos.opengles.GL11Ext
13323javax.microedition.khronos.opengles.GL11ExtensionPack
Calin Juravle00b23d32019-03-08 17:52:20 -080013324javax.microedition.khronos.opengles.GL
Andreas Gampedcad4ca2014-10-03 02:00:29 +000013325javax.net.DefaultSocketFactory
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070013326javax.net.ServerSocketFactory
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070013327javax.net.SocketFactory
Andreas Gampe571fc302016-02-18 13:58:09 -080013328javax.net.ssl.ExtendedSSLSession
Calin Juravle00b23d32019-03-08 17:52:20 -080013329javax.net.ssl.HandshakeCompletedEvent
Andreas Gampe61e7b662015-06-17 23:57:04 -070013330javax.net.ssl.HandshakeCompletedListener
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070013331javax.net.ssl.HostnameVerifier
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080013332javax.net.ssl.HttpsURLConnection
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070013333javax.net.ssl.KeyManager
Andreas Gampe571fc302016-02-18 13:58:09 -080013334javax.net.ssl.KeyManagerFactory$1
Calin Juravle00b23d32019-03-08 17:52:20 -080013335javax.net.ssl.KeyManagerFactory
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070013336javax.net.ssl.KeyManagerFactorySpi
Calin Juravle00b23d32019-03-08 17:52:20 -080013337javax.net.ssl.ManagerFactoryParameters
Andreas Gampe859e2782016-04-06 18:37:56 -070013338javax.net.ssl.SNIHostName
art-benchmark-serviced5115932020-02-25 17:55:03 -080013339javax.net.ssl.SNIMatcher
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070013340javax.net.ssl.SNIServerName
Andreas Gampe61e7b662015-06-17 23:57:04 -070013341javax.net.ssl.SSLContext
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070013342javax.net.ssl.SSLContextSpi
Andreas Gampe61e7b662015-06-17 23:57:04 -070013343javax.net.ssl.SSLEngine
art-benchmark-serviced5115932020-02-25 17:55:03 -080013344javax.net.ssl.SSLEngineResult$HandshakeStatus
13345javax.net.ssl.SSLEngineResult$Status
Calin Juravle00b23d32019-03-08 17:52:20 -080013346javax.net.ssl.SSLEngineResult
Andreas Gampedcad4ca2014-10-03 02:00:29 +000013347javax.net.ssl.SSLException
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070013348javax.net.ssl.SSLHandshakeException
Andreas Gampe571fc302016-02-18 13:58:09 -080013349javax.net.ssl.SSLParameters
Andreas Gampedcad4ca2014-10-03 02:00:29 +000013350javax.net.ssl.SSLPeerUnverifiedException
13351javax.net.ssl.SSLProtocolException
art-benchmark-service13164882020-11-07 02:19:14 -080013352javax.net.ssl.SSLServerSocket
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070013353javax.net.ssl.SSLServerSocketFactory
Jesse Wilson0d8eeb42011-08-24 09:33:06 -040013354javax.net.ssl.SSLSession
Calin Juravle00b23d32019-03-08 17:52:20 -080013355javax.net.ssl.SSLSessionBindingEvent
13356javax.net.ssl.SSLSessionBindingListener
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070013357javax.net.ssl.SSLSessionContext
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080013358javax.net.ssl.SSLSocket
Mathieu Chartierba2c0462017-05-19 16:41:46 -070013359javax.net.ssl.SSLSocketFactory$1
Calin Juravle00b23d32019-03-08 17:52:20 -080013360javax.net.ssl.SSLSocketFactory
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070013361javax.net.ssl.TrustManager
Andreas Gampe571fc302016-02-18 13:58:09 -080013362javax.net.ssl.TrustManagerFactory$1
Calin Juravle00b23d32019-03-08 17:52:20 -080013363javax.net.ssl.TrustManagerFactory
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070013364javax.net.ssl.TrustManagerFactorySpi
13365javax.net.ssl.X509ExtendedKeyManager
Andreas Gampe571fc302016-02-18 13:58:09 -080013366javax.net.ssl.X509ExtendedTrustManager
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070013367javax.net.ssl.X509KeyManager
13368javax.net.ssl.X509TrustManager
Andreas Gampe0db10fd2017-02-01 15:57:57 -080013369javax.security.auth.Destroyable
Andreas Gampe571fc302016-02-18 13:58:09 -080013370javax.security.auth.callback.UnsupportedCallbackException
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080013371javax.security.auth.x500.X500Principal
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070013372javax.security.cert.Certificate
Calin Juravle00b23d32019-03-08 17:52:20 -080013373javax.security.cert.CertificateEncodingException
Andreas Gampedcad4ca2014-10-03 02:00:29 +000013374javax.security.cert.CertificateException
Calin Juravle4a054192018-05-29 17:52:20 -070013375javax.security.cert.X509Certificate$1
Calin Juravle00b23d32019-03-08 17:52:20 -080013376javax.security.cert.X509Certificate
art-benchmark-serviceb61bce62021-01-21 19:31:46 -080013377javax.sip.ClientTransaction
13378javax.sip.Dialog
13379javax.sip.DialogDoesNotExistException
13380javax.sip.DialogState
13381javax.sip.DialogTerminatedEvent
13382javax.sip.IOExceptionEvent
13383javax.sip.InvalidArgumentException
13384javax.sip.ListeningPoint
13385javax.sip.ObjectInUseException
13386javax.sip.PeerUnavailableException
13387javax.sip.ProviderDoesNotExistException
13388javax.sip.RequestEvent
13389javax.sip.ResponseEvent
13390javax.sip.ServerTransaction
13391javax.sip.SipException
13392javax.sip.SipFactory
13393javax.sip.SipListener
13394javax.sip.SipProvider
13395javax.sip.SipStack
13396javax.sip.Timeout
13397javax.sip.TimeoutEvent
13398javax.sip.Transaction
13399javax.sip.TransactionAlreadyExistsException
13400javax.sip.TransactionDoesNotExistException
13401javax.sip.TransactionState
13402javax.sip.TransactionTerminatedEvent
13403javax.sip.TransactionUnavailableException
13404javax.sip.TransportNotSupportedException
13405javax.sip.address.Address
13406javax.sip.address.AddressFactory
13407javax.sip.address.Hop
13408javax.sip.address.Router
13409javax.sip.address.SipURI
13410javax.sip.address.TelURL
13411javax.sip.address.URI
13412javax.sip.header.AcceptEncodingHeader
13413javax.sip.header.AcceptHeader
13414javax.sip.header.AcceptLanguageHeader
13415javax.sip.header.AlertInfoHeader
13416javax.sip.header.AllowEventsHeader
13417javax.sip.header.AllowHeader
13418javax.sip.header.AuthenticationInfoHeader
13419javax.sip.header.AuthorizationHeader
13420javax.sip.header.CSeqHeader
13421javax.sip.header.CallIdHeader
13422javax.sip.header.CallInfoHeader
13423javax.sip.header.ContactHeader
13424javax.sip.header.ContentDispositionHeader
13425javax.sip.header.ContentEncodingHeader
13426javax.sip.header.ContentLanguageHeader
13427javax.sip.header.ContentLengthHeader
13428javax.sip.header.ContentTypeHeader
13429javax.sip.header.DateHeader
13430javax.sip.header.Encoding
13431javax.sip.header.ErrorInfoHeader
13432javax.sip.header.EventHeader
13433javax.sip.header.ExpiresHeader
13434javax.sip.header.ExtensionHeader
13435javax.sip.header.FromHeader
13436javax.sip.header.Header
13437javax.sip.header.HeaderAddress
13438javax.sip.header.HeaderFactory
13439javax.sip.header.InReplyToHeader
13440javax.sip.header.MaxForwardsHeader
13441javax.sip.header.MediaType
13442javax.sip.header.MimeVersionHeader
13443javax.sip.header.MinExpiresHeader
13444javax.sip.header.OptionTag
13445javax.sip.header.OrganizationHeader
13446javax.sip.header.Parameters
13447javax.sip.header.PriorityHeader
13448javax.sip.header.ProxyAuthenticateHeader
13449javax.sip.header.ProxyAuthorizationHeader
13450javax.sip.header.ProxyRequireHeader
13451javax.sip.header.RAckHeader
13452javax.sip.header.RSeqHeader
13453javax.sip.header.ReasonHeader
13454javax.sip.header.RecordRouteHeader
13455javax.sip.header.ReferToHeader
13456javax.sip.header.ReplyToHeader
13457javax.sip.header.RequireHeader
13458javax.sip.header.RetryAfterHeader
13459javax.sip.header.RouteHeader
13460javax.sip.header.SIPETagHeader
13461javax.sip.header.SIPIfMatchHeader
13462javax.sip.header.ServerHeader
13463javax.sip.header.SubjectHeader
13464javax.sip.header.SubscriptionStateHeader
13465javax.sip.header.SupportedHeader
13466javax.sip.header.TimeStampHeader
13467javax.sip.header.ToHeader
13468javax.sip.header.TooManyHopsException
13469javax.sip.header.UnsupportedHeader
13470javax.sip.header.UserAgentHeader
13471javax.sip.header.ViaHeader
13472javax.sip.header.WWWAuthenticateHeader
13473javax.sip.header.WarningHeader
13474javax.sip.message.Message
13475javax.sip.message.MessageFactory
13476javax.sip.message.Request
13477javax.sip.message.Response
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070013478javax.xml.parsers.DocumentBuilder
13479javax.xml.parsers.DocumentBuilderFactory
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070013480javax.xml.parsers.ParserConfigurationException
13481javax.xml.parsers.SAXParser
13482javax.xml.parsers.SAXParserFactory
art-benchmark-serviced5115932020-02-25 17:55:03 -080013483jdk.internal.util.Preconditions
art-benchmark-serviced60351b2020-04-11 17:55:40 -070013484libcore.content.type.MimeMap$Builder
art-benchmark-serviced8f25642020-01-27 20:25:10 -080013485libcore.content.type.MimeMap$MemoizingSupplier
13486libcore.content.type.MimeMap
art-benchmark-service13164882020-11-07 02:19:14 -080013487libcore.icu.CollationKeyICU
Calin Juravle4a054192018-05-29 17:52:20 -070013488libcore.icu.DateIntervalFormat
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070013489libcore.icu.DateUtilsBridge
Jesse Wilson80686182011-01-21 17:12:43 -080013490libcore.icu.ICU
13491libcore.icu.LocaleData
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070013492libcore.icu.TimeZoneNames$1
13493libcore.icu.TimeZoneNames$ZoneStringsCache
Calin Juravle00b23d32019-03-08 17:52:20 -080013494libcore.icu.TimeZoneNames
Jesse Wilson0d8eeb42011-08-24 09:33:06 -040013495libcore.internal.StringPool
13496libcore.io.AsynchronousCloseMonitor
Andreas Gampe61e7b662015-06-17 23:57:04 -070013497libcore.io.BlockGuardOs
Jesse Wilson80686182011-01-21 17:12:43 -080013498libcore.io.BufferIterator
Andreas Gampe571fc302016-02-18 13:58:09 -080013499libcore.io.ClassPathURLStreamHandler$ClassPathURLConnection$1
Calin Juravle00b23d32019-03-08 17:52:20 -080013500libcore.io.ClassPathURLStreamHandler$ClassPathURLConnection
13501libcore.io.ClassPathURLStreamHandler
Andreas Gampe61e7b662015-06-17 23:57:04 -070013502libcore.io.ForwardingOs
Jesse Wilson0d8eeb42011-08-24 09:33:06 -040013503libcore.io.IoBridge
Andreas Gampe0db10fd2017-02-01 15:57:57 -080013504libcore.io.IoTracker$Mode
Calin Juravle00b23d32019-03-08 17:52:20 -080013505libcore.io.IoTracker
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070013506libcore.io.IoUtils$FileReader
Calin Juravle00b23d32019-03-08 17:52:20 -080013507libcore.io.IoUtils
Andreas Gampe61e7b662015-06-17 23:57:04 -070013508libcore.io.Libcore
Mathieu Chartierba2c0462017-05-19 16:41:46 -070013509libcore.io.Linux
Andreas Gampe61e7b662015-06-17 23:57:04 -070013510libcore.io.Memory
Jesse Wilson80686182011-01-21 17:12:43 -080013511libcore.io.MemoryMappedFile
13512libcore.io.NioBufferIterator
Andreas Gampe61e7b662015-06-17 23:57:04 -070013513libcore.io.Os
art-benchmark-serviced8f25642020-01-27 20:25:10 -080013514libcore.io.Streams
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070013515libcore.math.MathUtils
art-benchmark-service13164882020-11-07 02:19:14 -080013516libcore.math.NativeBN
Calin Juravle00b23d32019-03-08 17:52:20 -080013517libcore.net.InetAddressUtils
Andreas Gampe571fc302016-02-18 13:58:09 -080013518libcore.net.NetworkSecurityPolicy$DefaultNetworkSecurityPolicy
Calin Juravle00b23d32019-03-08 17:52:20 -080013519libcore.net.NetworkSecurityPolicy
Andreas Gampedcad4ca2014-10-03 02:00:29 +000013520libcore.net.event.NetworkEventDispatcher
13521libcore.net.event.NetworkEventListener
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070013522libcore.net.http.HttpDate$1
Calin Juravle00b23d32019-03-08 17:52:20 -080013523libcore.net.http.HttpDate
Andreas Gampe571fc302016-02-18 13:58:09 -080013524libcore.reflect.AnnotatedElements
Andreas Gampedcad4ca2014-10-03 02:00:29 +000013525libcore.reflect.AnnotationFactory
Andreas Gampedcad4ca2014-10-03 02:00:29 +000013526libcore.reflect.AnnotationMember$DefaultValues
Calin Juravle00b23d32019-03-08 17:52:20 -080013527libcore.reflect.AnnotationMember
Mathieu Chartierba2c0462017-05-19 16:41:46 -070013528libcore.reflect.GenericArrayTypeImpl
Andreas Gampe61e7b662015-06-17 23:57:04 -070013529libcore.reflect.GenericSignatureParser
Andreas Gampe61e7b662015-06-17 23:57:04 -070013530libcore.reflect.ListOfTypes
Mathieu Chartierba2c0462017-05-19 16:41:46 -070013531libcore.reflect.ListOfVariables
13532libcore.reflect.ParameterizedTypeImpl
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070013533libcore.reflect.TypeVariableImpl
Andreas Gampe61e7b662015-06-17 23:57:04 -070013534libcore.reflect.Types
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070013535libcore.reflect.WildcardTypeImpl
Calin Juravle00b23d32019-03-08 17:52:20 -080013536libcore.util.ArrayUtils
Andreas Gampe61e7b662015-06-17 23:57:04 -070013537libcore.util.BasicLruCache
13538libcore.util.CharsetUtils
13539libcore.util.CollectionUtils
Andreas Gampe61e7b662015-06-17 23:57:04 -070013540libcore.util.EmptyArray
art-benchmark-serviced5115932020-02-25 17:55:03 -080013541libcore.util.FP16
art-benchmark-serviced8f25642020-01-27 20:25:10 -080013542libcore.util.HexEncoding
Andreas Gampe571fc302016-02-18 13:58:09 -080013543libcore.util.NativeAllocationRegistry$CleanerRunner
13544libcore.util.NativeAllocationRegistry$CleanerThunk
Calin Juravle00b23d32019-03-08 17:52:20 -080013545libcore.util.NativeAllocationRegistry
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070013546libcore.util.Objects
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070013547libcore.util.SneakyThrow
Calin Juravle00b23d32019-03-08 17:52:20 -080013548libcore.util.XmlObjectFactory
Calin Juravle00b23d32019-03-08 17:52:20 -080013549libcore.util.ZoneInfo
Andreas Gampe61e7b662015-06-17 23:57:04 -070013550org.apache.harmony.dalvik.ddmc.Chunk
13551org.apache.harmony.dalvik.ddmc.ChunkHandler
13552org.apache.harmony.dalvik.ddmc.DdmServer
Andreas Gampedcad4ca2014-10-03 02:00:29 +000013553org.apache.harmony.dalvik.ddmc.DdmVmInternal
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080013554org.apache.harmony.xml.ExpatAttributes
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070013555org.apache.harmony.xml.ExpatException
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070013556org.apache.harmony.xml.ExpatParser$CurrentAttributes
13557org.apache.harmony.xml.ExpatParser$ExpatLocator
Calin Juravle00b23d32019-03-08 17:52:20 -080013558org.apache.harmony.xml.ExpatParser
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070013559org.apache.harmony.xml.ExpatReader
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070013560org.apache.harmony.xml.dom.CharacterDataImpl
13561org.apache.harmony.xml.dom.DocumentImpl
13562org.apache.harmony.xml.dom.ElementImpl
13563org.apache.harmony.xml.dom.InnerNodeImpl
13564org.apache.harmony.xml.dom.LeafNodeImpl
13565org.apache.harmony.xml.dom.NodeImpl$1
Calin Juravle00b23d32019-03-08 17:52:20 -080013566org.apache.harmony.xml.dom.NodeImpl
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070013567org.apache.harmony.xml.dom.NodeListImpl
13568org.apache.harmony.xml.dom.TextImpl
13569org.apache.harmony.xml.parsers.DocumentBuilderFactoryImpl
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070013570org.apache.harmony.xml.parsers.SAXParserFactoryImpl
13571org.apache.harmony.xml.parsers.SAXParserImpl
Andreas Gampedcad4ca2014-10-03 02:00:29 +000013572org.apache.http.conn.ConnectTimeoutException
art-benchmark-serviced5115932020-02-25 17:55:03 -080013573org.apache.http.conn.scheme.HostNameResolver
Mathieu Chartierba2c0462017-05-19 16:41:46 -070013574org.apache.http.conn.scheme.LayeredSocketFactory
Mathieu Chartierba2c0462017-05-19 16:41:46 -070013575org.apache.http.conn.scheme.SocketFactory
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070013576org.apache.http.conn.ssl.AbstractVerifier
Mathieu Chartierba2c0462017-05-19 16:41:46 -070013577org.apache.http.conn.ssl.AllowAllHostnameVerifier
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070013578org.apache.http.conn.ssl.AndroidDistinguishedNameParser
Mathieu Chartierba2c0462017-05-19 16:41:46 -070013579org.apache.http.conn.ssl.BrowserCompatHostnameVerifier
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070013580org.apache.http.conn.ssl.SSLSocketFactory
Mathieu Chartierba2c0462017-05-19 16:41:46 -070013581org.apache.http.conn.ssl.StrictHostnameVerifier
13582org.apache.http.conn.ssl.X509HostnameVerifier
Mathieu Chartierba2c0462017-05-19 16:41:46 -070013583org.apache.http.params.CoreConnectionPNames
Mathieu Chartierba2c0462017-05-19 16:41:46 -070013584org.apache.http.params.HttpConnectionParams
13585org.apache.http.params.HttpParams
Andreas Gampe41aa8e802017-02-17 10:14:29 -080013586org.ccil.cowan.tagsoup.AttributesImpl
13587org.ccil.cowan.tagsoup.AutoDetector
art-benchmark-service13164882020-11-07 02:19:14 -080013588org.ccil.cowan.tagsoup.CommandLine
Andreas Gampe41aa8e802017-02-17 10:14:29 -080013589org.ccil.cowan.tagsoup.Element
13590org.ccil.cowan.tagsoup.ElementType
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070013591org.ccil.cowan.tagsoup.HTMLModels
Mathieu Chartierd62dd932017-09-09 15:19:46 -070013592org.ccil.cowan.tagsoup.HTMLScanner
Andreas Gampe41aa8e802017-02-17 10:14:29 -080013593org.ccil.cowan.tagsoup.HTMLSchema
art-benchmark-service13164882020-11-07 02:19:14 -080013594org.ccil.cowan.tagsoup.PYXScanner
13595org.ccil.cowan.tagsoup.PYXWriter
Andreas Gampe41aa8e802017-02-17 10:14:29 -080013596org.ccil.cowan.tagsoup.Parser$1
Calin Juravle00b23d32019-03-08 17:52:20 -080013597org.ccil.cowan.tagsoup.Parser
Andreas Gampe41aa8e802017-02-17 10:14:29 -080013598org.ccil.cowan.tagsoup.ScanHandler
13599org.ccil.cowan.tagsoup.Scanner
13600org.ccil.cowan.tagsoup.Schema
art-benchmark-service13164882020-11-07 02:19:14 -080013601org.ccil.cowan.tagsoup.XMLWriter
13602org.ccil.cowan.tagsoup.jaxp.JAXPTest
13603org.ccil.cowan.tagsoup.jaxp.SAX1ParserAdapter$AttributesWrapper
13604org.ccil.cowan.tagsoup.jaxp.SAX1ParserAdapter$DocHandlerWrapper
13605org.ccil.cowan.tagsoup.jaxp.SAX1ParserAdapter
13606org.ccil.cowan.tagsoup.jaxp.SAXFactoryImpl
13607org.ccil.cowan.tagsoup.jaxp.SAXParserImpl
Kenny Root9787b802013-04-26 12:53:57 -070013608org.json.JSON
13609org.json.JSONArray
Andreas Gampedcad4ca2014-10-03 02:00:29 +000013610org.json.JSONException
Kenny Root9787b802013-04-26 12:53:57 -070013611org.json.JSONObject$1
Calin Juravle00b23d32019-03-08 17:52:20 -080013612org.json.JSONObject
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070013613org.json.JSONStringer$Scope
Calin Juravle00b23d32019-03-08 17:52:20 -080013614org.json.JSONStringer
Kenny Root9787b802013-04-26 12:53:57 -070013615org.json.JSONTokener
Calin Juravle4a054192018-05-29 17:52:20 -070013616org.w3c.dom.CharacterData
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070013617org.w3c.dom.DOMImplementation
13618org.w3c.dom.Document
Calin Juravle4a054192018-05-29 17:52:20 -070013619org.w3c.dom.Element
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070013620org.w3c.dom.Node
Calin Juravle4a054192018-05-29 17:52:20 -070013621org.w3c.dom.NodeList
13622org.w3c.dom.Text
13623org.w3c.dom.TypeInfo
art-benchmark-service13164882020-11-07 02:19:14 -080013624org.xml.sax.AttributeList
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080013625org.xml.sax.Attributes
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070013626org.xml.sax.ContentHandler
Mathieu Chartierba2c0462017-05-19 16:41:46 -070013627org.xml.sax.DTDHandler
13628org.xml.sax.EntityResolver
13629org.xml.sax.ErrorHandler
13630org.xml.sax.InputSource
13631org.xml.sax.Locator
art-benchmark-service13164882020-11-07 02:19:14 -080013632org.xml.sax.Parser
Andreas Gampedcad4ca2014-10-03 02:00:29 +000013633org.xml.sax.SAXException
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070013634org.xml.sax.SAXNotRecognizedException
13635org.xml.sax.SAXNotSupportedException
art-benchmark-service13164882020-11-07 02:19:14 -080013636org.xml.sax.XMLFilter
Mathieu Chartierba2c0462017-05-19 16:41:46 -070013637org.xml.sax.XMLReader
Calin Juravle4a054192018-05-29 17:52:20 -070013638org.xml.sax.ext.DeclHandler
13639org.xml.sax.ext.DefaultHandler2
13640org.xml.sax.ext.EntityResolver2
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070013641org.xml.sax.ext.LexicalHandler
Mathieu Chartierba2c0462017-05-19 16:41:46 -070013642org.xml.sax.helpers.DefaultHandler
art-benchmark-service13164882020-11-07 02:19:14 -080013643org.xml.sax.helpers.XMLFilterImpl
Jesse Wilsone9fcaa02010-02-23 17:06:58 -080013644org.xmlpull.v1.XmlPullParser
Andreas Gampedcad4ca2014-10-03 02:00:29 +000013645org.xmlpull.v1.XmlPullParserException
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070013646org.xmlpull.v1.XmlPullParserFactory
Jesse Wilsoneaca10e2010-10-12 21:35:56 -070013647org.xmlpull.v1.XmlSerializer
Andreas Gampe0db10fd2017-02-01 15:57:57 -080013648sun.invoke.util.BytecodeDescriptor
Mathieu Chartierba2c0462017-05-19 16:41:46 -070013649sun.invoke.util.VerifyAccess
Mathieu Chartierba2c0462017-05-19 16:41:46 -070013650sun.invoke.util.Wrapper$Format
Calin Juravle00b23d32019-03-08 17:52:20 -080013651sun.invoke.util.Wrapper
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070013652sun.misc.ASCIICaseInsensitiveComparator
art-benchmark-serviced5115932020-02-25 17:55:03 -080013653sun.misc.Cleaner$1
Andreas Gampe571fc302016-02-18 13:58:09 -080013654sun.misc.Cleaner
13655sun.misc.CompoundEnumeration
Andreas Gampe0db10fd2017-02-01 15:57:57 -080013656sun.misc.FDBigInteger
Andreas Gampe0db10fd2017-02-01 15:57:57 -080013657sun.misc.FloatingDecimal$1
13658sun.misc.FloatingDecimal$ASCIIToBinaryBuffer
13659sun.misc.FloatingDecimal$ASCIIToBinaryConverter
13660sun.misc.FloatingDecimal$BinaryToASCIIBuffer
13661sun.misc.FloatingDecimal$BinaryToASCIIConverter
13662sun.misc.FloatingDecimal$ExceptionalBinaryToASCIIBuffer
13663sun.misc.FloatingDecimal$PreparedASCIIToBinaryBuffer
Calin Juravle00b23d32019-03-08 17:52:20 -080013664sun.misc.FloatingDecimal
Andreas Gampe571fc302016-02-18 13:58:09 -080013665sun.misc.FormattedFloatingDecimal$1
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070013666sun.misc.FormattedFloatingDecimal$2
13667sun.misc.FormattedFloatingDecimal$Form
Calin Juravle00b23d32019-03-08 17:52:20 -080013668sun.misc.FormattedFloatingDecimal
Andreas Gampe571fc302016-02-18 13:58:09 -080013669sun.misc.IOUtils
Andreas Gampe0db10fd2017-02-01 15:57:57 -080013670sun.misc.JavaIOFileDescriptorAccess
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070013671sun.misc.LRUCache
Andreas Gampe0db10fd2017-02-01 15:57:57 -080013672sun.misc.SharedSecrets
Andreas Gampe61e7b662015-06-17 23:57:04 -070013673sun.misc.Unsafe
Andreas Gampe571fc302016-02-18 13:58:09 -080013674sun.misc.VM
13675sun.misc.Version
13676sun.net.ConnectionResetException
13677sun.net.NetHooks
Andreas Gampe571fc302016-02-18 13:58:09 -080013678sun.net.NetProperties$1
Calin Juravle00b23d32019-03-08 17:52:20 -080013679sun.net.NetProperties
Calin Juravle4a054192018-05-29 17:52:20 -070013680sun.net.ResourceManager
Andreas Gampe571fc302016-02-18 13:58:09 -080013681sun.net.spi.DefaultProxySelector$1
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070013682sun.net.spi.DefaultProxySelector$NonProxyInfo
Calin Juravle00b23d32019-03-08 17:52:20 -080013683sun.net.spi.DefaultProxySelector
Andreas Gampe571fc302016-02-18 13:58:09 -080013684sun.net.spi.nameservice.NameService
13685sun.net.util.IPAddressUtil
13686sun.net.www.ParseUtil
13687sun.net.www.protocol.file.Handler
13688sun.net.www.protocol.jar.Handler
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070013689sun.nio.ch.AbstractPollArrayWrapper
Calin Juravle4a054192018-05-29 17:52:20 -070013690sun.nio.ch.AbstractPollSelectorImpl
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070013691sun.nio.ch.AllocatedNativeObject
13692sun.nio.ch.ChannelInputStream
Andreas Gampe571fc302016-02-18 13:58:09 -080013693sun.nio.ch.DatagramChannelImpl
13694sun.nio.ch.DatagramDispatcher
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070013695sun.nio.ch.DefaultSelectorProvider
Andreas Gampe571fc302016-02-18 13:58:09 -080013696sun.nio.ch.DirectBuffer
Andreas Gampe571fc302016-02-18 13:58:09 -080013697sun.nio.ch.FileChannelImpl$Unmapper
Calin Juravle00b23d32019-03-08 17:52:20 -080013698sun.nio.ch.FileChannelImpl
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070013699sun.nio.ch.FileDescriptorHolderSocketImpl
Andreas Gampe571fc302016-02-18 13:58:09 -080013700sun.nio.ch.FileDispatcher
13701sun.nio.ch.FileDispatcherImpl
13702sun.nio.ch.FileKey
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070013703sun.nio.ch.FileLockImpl
Andreas Gampe571fc302016-02-18 13:58:09 -080013704sun.nio.ch.FileLockTable
13705sun.nio.ch.IOStatus
13706sun.nio.ch.IOUtil
Andreas Gampe571fc302016-02-18 13:58:09 -080013707sun.nio.ch.Interruptible
13708sun.nio.ch.NativeDispatcher
Calin Juravle4a054192018-05-29 17:52:20 -070013709sun.nio.ch.NativeObject
Andreas Gampe571fc302016-02-18 13:58:09 -080013710sun.nio.ch.NativeThread
13711sun.nio.ch.NativeThreadSet
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070013712sun.nio.ch.Net$1
13713sun.nio.ch.Net$3
Calin Juravle00b23d32019-03-08 17:52:20 -080013714sun.nio.ch.Net
Calin Juravle4a054192018-05-29 17:52:20 -070013715sun.nio.ch.PollArrayWrapper
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070013716sun.nio.ch.PollSelectorImpl
13717sun.nio.ch.PollSelectorProvider
Andreas Gampe571fc302016-02-18 13:58:09 -080013718sun.nio.ch.SelChImpl
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070013719sun.nio.ch.SelectionKeyImpl
13720sun.nio.ch.SelectorImpl
13721sun.nio.ch.SelectorProviderImpl
Andreas Gampe571fc302016-02-18 13:58:09 -080013722sun.nio.ch.ServerSocketChannelImpl
Andreas Gampe571fc302016-02-18 13:58:09 -080013723sun.nio.ch.SharedFileLockTable$FileLockReference
Calin Juravle00b23d32019-03-08 17:52:20 -080013724sun.nio.ch.SharedFileLockTable
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070013725sun.nio.ch.SocketAdaptor$1
13726sun.nio.ch.SocketAdaptor$2
13727sun.nio.ch.SocketAdaptor$SocketInputStream
Calin Juravle00b23d32019-03-08 17:52:20 -080013728sun.nio.ch.SocketAdaptor
Andreas Gampe571fc302016-02-18 13:58:09 -080013729sun.nio.ch.SocketChannelImpl
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070013730sun.nio.ch.SocketDispatcher
Mathieu Chartierba2c0462017-05-19 16:41:46 -070013731sun.nio.ch.Util$1
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070013732sun.nio.ch.Util$2
art-benchmark-serviced5115932020-02-25 17:55:03 -080013733sun.nio.ch.Util$3
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070013734sun.nio.ch.Util$BufferCache
Calin Juravle00b23d32019-03-08 17:52:20 -080013735sun.nio.ch.Util
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070013736sun.nio.cs.ArrayDecoder
Andreas Gampe571fc302016-02-18 13:58:09 -080013737sun.nio.cs.ArrayEncoder
13738sun.nio.cs.StreamDecoder
13739sun.nio.cs.StreamEncoder
Calin Juravle4a054192018-05-29 17:52:20 -070013740sun.nio.cs.ThreadLocalCoders$1
13741sun.nio.cs.ThreadLocalCoders$2
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070013742sun.nio.cs.ThreadLocalCoders$Cache
Calin Juravle00b23d32019-03-08 17:52:20 -080013743sun.nio.cs.ThreadLocalCoders
Calin Juravle4a054192018-05-29 17:52:20 -070013744sun.nio.fs.AbstractBasicFileAttributeView
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070013745sun.nio.fs.AbstractFileSystemProvider
13746sun.nio.fs.AbstractPath
13747sun.nio.fs.DefaultFileSystemProvider
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070013748sun.nio.fs.DynamicFileAttributeView
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070013749sun.nio.fs.LinuxFileSystem
13750sun.nio.fs.LinuxFileSystemProvider
13751sun.nio.fs.NativeBuffer$Deallocator
Calin Juravle00b23d32019-03-08 17:52:20 -080013752sun.nio.fs.NativeBuffer
Calin Juravle4a054192018-05-29 17:52:20 -070013753sun.nio.fs.NativeBuffers
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070013754sun.nio.fs.UnixChannelFactory$Flags
Calin Juravle4a054192018-05-29 17:52:20 -070013755sun.nio.fs.UnixConstants
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070013756sun.nio.fs.UnixException
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070013757sun.nio.fs.UnixFileAttributeViews$Basic
Calin Juravle00b23d32019-03-08 17:52:20 -080013758sun.nio.fs.UnixFileAttributeViews
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070013759sun.nio.fs.UnixFileAttributes$UnixAsBasicFileAttributes
Calin Juravle00b23d32019-03-08 17:52:20 -080013760sun.nio.fs.UnixFileAttributes
Calin Juravle4a054192018-05-29 17:52:20 -070013761sun.nio.fs.UnixFileModeAttribute
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070013762sun.nio.fs.UnixFileStoreAttributes
Mathieu Chartier1c2d2af2017-08-28 18:30:01 -070013763sun.nio.fs.UnixFileSystem
13764sun.nio.fs.UnixFileSystemProvider
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070013765sun.nio.fs.UnixMountEntry
13766sun.nio.fs.UnixNativeDispatcher
13767sun.nio.fs.UnixPath
13768sun.nio.fs.Util
Calin Juravle00b23d32019-03-08 17:52:20 -080013769sun.reflect.Reflection
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070013770sun.reflect.misc.ReflectUtil
Andreas Gampe571fc302016-02-18 13:58:09 -080013771sun.security.action.GetBooleanAction
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070013772sun.security.action.GetIntegerAction
Andreas Gampe571fc302016-02-18 13:58:09 -080013773sun.security.action.GetPropertyAction
Andreas Gampe571fc302016-02-18 13:58:09 -080013774sun.security.jca.GetInstance$Instance
Calin Juravle00b23d32019-03-08 17:52:20 -080013775sun.security.jca.GetInstance
Calin Juravle4a054192018-05-29 17:52:20 -070013776sun.security.jca.JCAUtil$CachedSecureRandomHolder
Calin Juravle00b23d32019-03-08 17:52:20 -080013777sun.security.jca.JCAUtil
Andreas Gampe571fc302016-02-18 13:58:09 -080013778sun.security.jca.ProviderConfig$2
Calin Juravle00b23d32019-03-08 17:52:20 -080013779sun.security.jca.ProviderConfig
Andreas Gampe571fc302016-02-18 13:58:09 -080013780sun.security.jca.ProviderList$1
13781sun.security.jca.ProviderList$2
13782sun.security.jca.ProviderList$3
Andreas Gampe571fc302016-02-18 13:58:09 -080013783sun.security.jca.ProviderList$ServiceList$1
Calin Juravle00b23d32019-03-08 17:52:20 -080013784sun.security.jca.ProviderList$ServiceList
13785sun.security.jca.ProviderList
Andreas Gampe571fc302016-02-18 13:58:09 -080013786sun.security.jca.Providers
13787sun.security.jca.ServiceId
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070013788sun.security.pkcs.ContentInfo
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070013789sun.security.pkcs.PKCS7$VerbatimX509Certificate
13790sun.security.pkcs.PKCS7$WrappedX509Certificate
Calin Juravle00b23d32019-03-08 17:52:20 -080013791sun.security.pkcs.PKCS7
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070013792sun.security.pkcs.PKCS9Attribute
13793sun.security.pkcs.SignerInfo
Andreas Gampe571fc302016-02-18 13:58:09 -080013794sun.security.provider.CertPathProvider
13795sun.security.provider.X509Factory
13796sun.security.provider.certpath.AdaptableX509CertSelector
13797sun.security.provider.certpath.AlgorithmChecker
13798sun.security.provider.certpath.BasicChecker
Calin Juravle4a054192018-05-29 17:52:20 -070013799sun.security.provider.certpath.CertId
Andreas Gampe571fc302016-02-18 13:58:09 -080013800sun.security.provider.certpath.CertPathHelper
13801sun.security.provider.certpath.ConstraintsChecker
13802sun.security.provider.certpath.KeyChecker
Calin Juravle4a054192018-05-29 17:52:20 -070013803sun.security.provider.certpath.OCSP$RevocationStatus$CertStatus
Calin Juravle00b23d32019-03-08 17:52:20 -080013804sun.security.provider.certpath.OCSP$RevocationStatus
art-benchmark-serviced5115932020-02-25 17:55:03 -080013805sun.security.provider.certpath.OCSPResponse$1
Calin Juravle4a054192018-05-29 17:52:20 -070013806sun.security.provider.certpath.OCSPResponse$ResponseStatus
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070013807sun.security.provider.certpath.OCSPResponse$SingleResponse
Calin Juravle00b23d32019-03-08 17:52:20 -080013808sun.security.provider.certpath.OCSPResponse
Andreas Gampe571fc302016-02-18 13:58:09 -080013809sun.security.provider.certpath.PKIX$ValidatorParams
Calin Juravle00b23d32019-03-08 17:52:20 -080013810sun.security.provider.certpath.PKIX
Andreas Gampe571fc302016-02-18 13:58:09 -080013811sun.security.provider.certpath.PKIXCertPathValidator
13812sun.security.provider.certpath.PKIXMasterCertPathValidator
13813sun.security.provider.certpath.PolicyChecker
13814sun.security.provider.certpath.PolicyNodeImpl
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070013815sun.security.provider.certpath.RevocationChecker$1
art-benchmark-serviced5115932020-02-25 17:55:03 -080013816sun.security.provider.certpath.RevocationChecker$2
Calin Juravle4a054192018-05-29 17:52:20 -070013817sun.security.provider.certpath.RevocationChecker$Mode
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070013818sun.security.provider.certpath.RevocationChecker$RevocationProperties
Calin Juravle00b23d32019-03-08 17:52:20 -080013819sun.security.provider.certpath.RevocationChecker
Mathieu Chartierba2c0462017-05-19 16:41:46 -070013820sun.security.util.AbstractAlgorithmConstraints$1
Calin Juravle00b23d32019-03-08 17:52:20 -080013821sun.security.util.AbstractAlgorithmConstraints
Andreas Gampe0db10fd2017-02-01 15:57:57 -080013822sun.security.util.AlgorithmDecomposer
Andreas Gampe571fc302016-02-18 13:58:09 -080013823sun.security.util.BitArray
13824sun.security.util.ByteArrayLexOrder
13825sun.security.util.ByteArrayTagOrder
Andreas Gampe571fc302016-02-18 13:58:09 -080013826sun.security.util.Cache$EqualByteArray
Calin Juravle00b23d32019-03-08 17:52:20 -080013827sun.security.util.Cache
Mathieu Chartierba2c0462017-05-19 16:41:46 -070013828sun.security.util.CertConstraintParameters
Andreas Gampe571fc302016-02-18 13:58:09 -080013829sun.security.util.Debug
13830sun.security.util.DerEncoder
13831sun.security.util.DerIndefLenConverter
13832sun.security.util.DerInputBuffer
13833sun.security.util.DerInputStream
13834sun.security.util.DerOutputStream
13835sun.security.util.DerValue
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070013836sun.security.util.DisabledAlgorithmConstraints$1
Mathieu Chartierba2c0462017-05-19 16:41:46 -070013837sun.security.util.DisabledAlgorithmConstraints$Constraint$Operator
Calin Juravle00b23d32019-03-08 17:52:20 -080013838sun.security.util.DisabledAlgorithmConstraints$Constraint
Mathieu Chartierba2c0462017-05-19 16:41:46 -070013839sun.security.util.DisabledAlgorithmConstraints$Constraints
Andreas Gampe571fc302016-02-18 13:58:09 -080013840sun.security.util.DisabledAlgorithmConstraints$KeySizeConstraint
Calin Juravle00b23d32019-03-08 17:52:20 -080013841sun.security.util.DisabledAlgorithmConstraints
Andreas Gampe571fc302016-02-18 13:58:09 -080013842sun.security.util.KeyUtil
13843sun.security.util.Length
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070013844sun.security.util.ManifestDigester$Entry
13845sun.security.util.ManifestDigester$Position
Calin Juravle00b23d32019-03-08 17:52:20 -080013846sun.security.util.ManifestDigester
Calin Juravle4a054192018-05-29 17:52:20 -070013847sun.security.util.ManifestEntryVerifier$SunProviderHolder
Calin Juravle00b23d32019-03-08 17:52:20 -080013848sun.security.util.ManifestEntryVerifier
Andreas Gampe571fc302016-02-18 13:58:09 -080013849sun.security.util.MemoryCache$CacheEntry
13850sun.security.util.MemoryCache$SoftCacheEntry
Calin Juravle00b23d32019-03-08 17:52:20 -080013851sun.security.util.MemoryCache
Andreas Gampe571fc302016-02-18 13:58:09 -080013852sun.security.util.ObjectIdentifier
art-benchmark-serviced8f25642020-01-27 20:25:10 -080013853sun.security.util.SecurityConstants
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070013854sun.security.util.SignatureFileVerifier
Andreas Gampe571fc302016-02-18 13:58:09 -080013855sun.security.x509.AVA
13856sun.security.x509.AVAKeyword
13857sun.security.x509.AccessDescription
13858sun.security.x509.AlgorithmId
13859sun.security.x509.AuthorityInfoAccessExtension
13860sun.security.x509.AuthorityKeyIdentifierExtension
13861sun.security.x509.BasicConstraintsExtension
13862sun.security.x509.CRLDistributionPointsExtension
13863sun.security.x509.CRLNumberExtension
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070013864sun.security.x509.CRLReasonCodeExtension
Andreas Gampe571fc302016-02-18 13:58:09 -080013865sun.security.x509.CertAttrSet
13866sun.security.x509.CertificateAlgorithmId
13867sun.security.x509.CertificateExtensions
13868sun.security.x509.CertificateIssuerExtension
13869sun.security.x509.CertificatePoliciesExtension
13870sun.security.x509.CertificatePolicyId
13871sun.security.x509.CertificateSerialNumber
13872sun.security.x509.CertificateValidity
13873sun.security.x509.CertificateVersion
13874sun.security.x509.CertificateX509Key
13875sun.security.x509.DNSName
13876sun.security.x509.DeltaCRLIndicatorExtension
13877sun.security.x509.DistributionPoint
13878sun.security.x509.ExtendedKeyUsageExtension
13879sun.security.x509.Extension
13880sun.security.x509.FreshestCRLExtension
13881sun.security.x509.GeneralName
13882sun.security.x509.GeneralNameInterface
13883sun.security.x509.GeneralNames
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070013884sun.security.x509.InhibitAnyPolicyExtension
Andreas Gampe571fc302016-02-18 13:58:09 -080013885sun.security.x509.IssuerAlternativeNameExtension
13886sun.security.x509.IssuingDistributionPointExtension
13887sun.security.x509.KeyIdentifier
13888sun.security.x509.KeyUsageExtension
13889sun.security.x509.NameConstraintsExtension
Calin Juravle4a054192018-05-29 17:52:20 -070013890sun.security.x509.NetscapeCertTypeExtension$MapEntry
Calin Juravle00b23d32019-03-08 17:52:20 -080013891sun.security.x509.NetscapeCertTypeExtension
Andreas Gampe571fc302016-02-18 13:58:09 -080013892sun.security.x509.OCSPNoCheckExtension
Andreas Gampe571fc302016-02-18 13:58:09 -080013893sun.security.x509.OIDMap$OIDInfo
Calin Juravle00b23d32019-03-08 17:52:20 -080013894sun.security.x509.OIDMap
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070013895sun.security.x509.PKIXExtensions
Andreas Gampe571fc302016-02-18 13:58:09 -080013896sun.security.x509.PolicyConstraintsExtension
13897sun.security.x509.PolicyInformation
13898sun.security.x509.PolicyMappingsExtension
13899sun.security.x509.PrivateKeyUsageExtension
13900sun.security.x509.RDN
13901sun.security.x509.SerialNumber
13902sun.security.x509.SubjectAlternativeNameExtension
13903sun.security.x509.SubjectInfoAccessExtension
13904sun.security.x509.SubjectKeyIdentifierExtension
13905sun.security.x509.URIName
Andreas Gampe571fc302016-02-18 13:58:09 -080013906sun.security.x509.X500Name$1
Calin Juravle00b23d32019-03-08 17:52:20 -080013907sun.security.x509.X500Name
Andreas Gampe571fc302016-02-18 13:58:09 -080013908sun.security.x509.X509AttributeName
13909sun.security.x509.X509CertImpl
13910sun.security.x509.X509CertInfo
13911sun.security.x509.X509Key
Andreas Gampe571fc302016-02-18 13:58:09 -080013912sun.util.calendar.AbstractCalendar
Andreas Gampe571fc302016-02-18 13:58:09 -080013913sun.util.calendar.BaseCalendar$Date
Calin Juravle00b23d32019-03-08 17:52:20 -080013914sun.util.calendar.BaseCalendar
Andreas Gampe571fc302016-02-18 13:58:09 -080013915sun.util.calendar.CalendarDate
13916sun.util.calendar.CalendarSystem
13917sun.util.calendar.CalendarUtils
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070013918sun.util.calendar.Era
Andreas Gampe571fc302016-02-18 13:58:09 -080013919sun.util.calendar.Gregorian$Date
Calin Juravle00b23d32019-03-08 17:52:20 -080013920sun.util.calendar.Gregorian
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070013921sun.util.calendar.ImmutableGregorianDate
Andreas Gampe571fc302016-02-18 13:58:09 -080013922sun.util.calendar.JulianCalendar
13923sun.util.calendar.LocalGregorianCalendar
Andreas Gampe571fc302016-02-18 13:58:09 -080013924sun.util.locale.BaseLocale$Cache
13925sun.util.locale.BaseLocale$Key
Calin Juravle00b23d32019-03-08 17:52:20 -080013926sun.util.locale.BaseLocale
art-benchmark-serviced5115932020-02-25 17:55:03 -080013927sun.util.locale.Extension
Andreas Gampe571fc302016-02-18 13:58:09 -080013928sun.util.locale.InternalLocaleBuilder$CaseInsensitiveChar
Calin Juravle00b23d32019-03-08 17:52:20 -080013929sun.util.locale.InternalLocaleBuilder
Andreas Gampe571fc302016-02-18 13:58:09 -080013930sun.util.locale.LanguageTag
art-benchmark-serviced5115932020-02-25 17:55:03 -080013931sun.util.locale.LocaleExtensions
art-benchmark-serviced8f25642020-01-27 20:25:10 -080013932sun.util.locale.LocaleMatcher
Andreas Gampe571fc302016-02-18 13:58:09 -080013933sun.util.locale.LocaleObjectCache$CacheEntry
Calin Juravle00b23d32019-03-08 17:52:20 -080013934sun.util.locale.LocaleObjectCache
Andreas Gampe571fc302016-02-18 13:58:09 -080013935sun.util.locale.LocaleSyntaxException
13936sun.util.locale.LocaleUtils
13937sun.util.locale.ParseStatus
13938sun.util.locale.StringTokenIterator
art-benchmark-serviced5115932020-02-25 17:55:03 -080013939sun.util.locale.UnicodeLocaleExtension
Andreas Gampe571fc302016-02-18 13:58:09 -080013940sun.util.logging.LoggingProxy
Andreas Gampe571fc302016-02-18 13:58:09 -080013941sun.util.logging.LoggingSupport$1
Calin Juravle00b23d32019-03-08 17:52:20 -080013942sun.util.logging.LoggingSupport
Andreas Gampe571fc302016-02-18 13:58:09 -080013943sun.util.logging.PlatformLogger$1
art-benchmark-serviced5115932020-02-25 17:55:03 -080013944sun.util.logging.PlatformLogger$JavaLoggerProxy
Andreas Gampe571fc302016-02-18 13:58:09 -080013945sun.util.logging.PlatformLogger$Level
Mathieu Chartier6ea19eb2018-05-13 11:45:58 -070013946sun.util.logging.PlatformLogger$LoggerProxy
Calin Juravle00b23d32019-03-08 17:52:20 -080013947sun.util.logging.PlatformLogger