diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/boot-image-profile.txt | 3406 | ||||
-rw-r--r-- | config/preloaded-classes | 1799 |
2 files changed, 4783 insertions, 422 deletions
diff --git a/config/boot-image-profile.txt b/config/boot-image-profile.txt index 9f885aad3618..1d693e3509c3 100644 --- a/config/boot-image-profile.txt +++ b/config/boot-image-profile.txt @@ -43,10 +43,6 @@ HSPLandroid/accounts/AccountManager$AmsTask;->getResult()Ljava/lang/Object; HSPLandroid/accounts/AccountManager$AmsTask;->internalGetResult(Ljava/lang/Long;Ljava/util/concurrent/TimeUnit;)Landroid/os/Bundle; HSPLandroid/accounts/AccountManager$AmsTask;->set(Landroid/os/Bundle;)V HSPLandroid/accounts/AccountManager$AmsTask;->start()Landroid/accounts/AccountManagerFuture; -HSPLandroid/accounts/AccountManager$BaseFutureTask$Response;->onResult(Landroid/os/Bundle;)V -HSPLandroid/accounts/AccountManager$BaseFutureTask;->startTask()V -HSPLandroid/accounts/AccountManager$Future2Task;->done()V -HSPLandroid/accounts/AccountManager$Future2Task;->internalGetResult(Ljava/lang/Long;Ljava/util/concurrent/TimeUnit;)Ljava/lang/Object; HSPLandroid/accounts/AccountManager;-><init>(Landroid/content/Context;Landroid/accounts/IAccountManager;)V HSPLandroid/accounts/AccountManager;->access$000(Landroid/accounts/AccountManager;)Landroid/accounts/IAccountManager; HSPLandroid/accounts/AccountManager;->access$200(Landroid/accounts/AccountManager;)Ljava/util/HashMap; @@ -114,6 +110,7 @@ HSPLandroid/animation/AnimatorInflater;->getChangingConfigs(Landroid/content/res HSPLandroid/animation/AnimatorInflater;->getPVH(Landroid/content/res/TypedArray;IIILjava/lang/String;)Landroid/animation/PropertyValuesHolder; HSPLandroid/animation/AnimatorInflater;->inferValueTypeFromValues(Landroid/content/res/TypedArray;II)I HSPLandroid/animation/AnimatorInflater;->loadAnimator(Landroid/content/Context;I)Landroid/animation/Animator; +HSPLandroid/animation/AnimatorInflater;->loadAnimator(Landroid/content/res/Resources;Landroid/content/res/Resources$Theme;I)Landroid/animation/Animator; HSPLandroid/animation/AnimatorInflater;->loadAnimator(Landroid/content/res/Resources;Landroid/content/res/Resources$Theme;IF)Landroid/animation/Animator; HSPLandroid/animation/AnimatorInflater;->loadAnimator(Landroid/content/res/Resources;Landroid/content/res/Resources$Theme;Landroid/util/AttributeSet;Landroid/animation/ValueAnimator;F)Landroid/animation/ValueAnimator; HSPLandroid/animation/AnimatorInflater;->loadObjectAnimator(Landroid/content/res/Resources;Landroid/content/res/Resources$Theme;Landroid/util/AttributeSet;F)Landroid/animation/ObjectAnimator; @@ -177,6 +174,7 @@ HSPLandroid/animation/AnimatorSet;->isInitialized()Z HSPLandroid/animation/AnimatorSet;->isStarted()Z HSPLandroid/animation/AnimatorSet;->play(Landroid/animation/Animator;)Landroid/animation/AnimatorSet$Builder; HSPLandroid/animation/AnimatorSet;->playSequentially([Landroid/animation/Animator;)V +HSPLandroid/animation/AnimatorSet;->playTogether(Ljava/util/Collection;)V HSPLandroid/animation/AnimatorSet;->playTogether([Landroid/animation/Animator;)V HSPLandroid/animation/AnimatorSet;->pulseAnimationFrame(J)Z HSPLandroid/animation/AnimatorSet;->pulseFrame(Landroid/animation/AnimatorSet$Node;J)V @@ -184,6 +182,7 @@ HSPLandroid/animation/AnimatorSet;->removeAnimationCallback()V HSPLandroid/animation/AnimatorSet;->removeDummyListener()V HSPLandroid/animation/AnimatorSet;->setDuration(J)Landroid/animation/AnimatorSet; HSPLandroid/animation/AnimatorSet;->setInterpolator(Landroid/animation/TimeInterpolator;)V +HSPLandroid/animation/AnimatorSet;->setStartDelay(J)V HSPLandroid/animation/AnimatorSet;->setTarget(Ljava/lang/Object;)V HSPLandroid/animation/AnimatorSet;->shouldPlayTogether()Z HSPLandroid/animation/AnimatorSet;->sortAnimationEvents()V @@ -195,6 +194,7 @@ HSPLandroid/animation/AnimatorSet;->updateAnimatorsDuration()V HSPLandroid/animation/AnimatorSet;->updatePlayTime(Landroid/animation/AnimatorSet$Node;Ljava/util/ArrayList;)V HSPLandroid/animation/ArgbEvaluator;-><init>()V HSPLandroid/animation/ArgbEvaluator;->evaluate(FLjava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; +HSPLandroid/animation/ArgbEvaluator;->getInstance()Landroid/animation/ArgbEvaluator; HSPLandroid/animation/FloatKeyframeSet;-><init>([Landroid/animation/Keyframe$FloatKeyframe;)V HSPLandroid/animation/FloatKeyframeSet;->clone()Landroid/animation/FloatKeyframeSet; HSPLandroid/animation/FloatKeyframeSet;->clone()Landroid/animation/Keyframes; @@ -214,8 +214,11 @@ HSPLandroid/animation/Keyframe$IntKeyframe;-><init>(FI)V HSPLandroid/animation/Keyframe$IntKeyframe;->clone()Landroid/animation/Keyframe$IntKeyframe; HSPLandroid/animation/Keyframe$IntKeyframe;->clone()Landroid/animation/Keyframe; HSPLandroid/animation/Keyframe$IntKeyframe;->getIntValue()I +HSPLandroid/animation/Keyframe$IntKeyframe;->getValue()Ljava/lang/Object; HSPLandroid/animation/Keyframe$IntKeyframe;->setValue(Ljava/lang/Object;)V HSPLandroid/animation/Keyframe$ObjectKeyframe;-><init>(FLjava/lang/Object;)V +HSPLandroid/animation/Keyframe$ObjectKeyframe;->clone()Landroid/animation/Keyframe$ObjectKeyframe; +HSPLandroid/animation/Keyframe$ObjectKeyframe;->clone()Landroid/animation/Keyframe; HSPLandroid/animation/Keyframe$ObjectKeyframe;->getValue()Ljava/lang/Object; HSPLandroid/animation/Keyframe;-><init>()V HSPLandroid/animation/Keyframe;->getFraction()F @@ -229,6 +232,8 @@ HSPLandroid/animation/Keyframe;->setInterpolator(Landroid/animation/TimeInterpol HSPLandroid/animation/Keyframe;->setValueWasSetOnStart(Z)V HSPLandroid/animation/Keyframe;->valueWasSetOnStart()Z HSPLandroid/animation/KeyframeSet;-><init>([Landroid/animation/Keyframe;)V +HSPLandroid/animation/KeyframeSet;->clone()Landroid/animation/KeyframeSet; +HSPLandroid/animation/KeyframeSet;->clone()Landroid/animation/Keyframes; HSPLandroid/animation/KeyframeSet;->getKeyframes()Ljava/util/List; HSPLandroid/animation/KeyframeSet;->getValue(F)Ljava/lang/Object; HSPLandroid/animation/KeyframeSet;->ofFloat([F)Landroid/animation/KeyframeSet; @@ -236,6 +241,10 @@ HSPLandroid/animation/KeyframeSet;->ofInt([I)Landroid/animation/KeyframeSet; HSPLandroid/animation/KeyframeSet;->ofObject([Ljava/lang/Object;)Landroid/animation/KeyframeSet; HSPLandroid/animation/KeyframeSet;->ofPath(Landroid/graphics/Path;F)Landroid/animation/PathKeyframes; HSPLandroid/animation/KeyframeSet;->setEvaluator(Landroid/animation/TypeEvaluator;)V +HSPLandroid/animation/LayoutTransition$1;->onAnimationEnd(Landroid/animation/Animator;)V +HSPLandroid/animation/LayoutTransition$2;->onLayoutChange(Landroid/view/View;IIIIIIII)V +HSPLandroid/animation/LayoutTransition$CleanupCallback;->cleanup()V +HSPLandroid/animation/LayoutTransition$CleanupCallback;->onPreDraw()Z HSPLandroid/animation/LayoutTransition;-><init>()V HSPLandroid/animation/LayoutTransition;->addChild(Landroid/view/ViewGroup;Landroid/view/View;)V HSPLandroid/animation/LayoutTransition;->addChild(Landroid/view/ViewGroup;Landroid/view/View;Z)V @@ -243,6 +252,9 @@ HSPLandroid/animation/LayoutTransition;->addTransitionListener(Landroid/animatio HSPLandroid/animation/LayoutTransition;->cancel(I)V HSPLandroid/animation/LayoutTransition;->isChangingLayout()Z HSPLandroid/animation/LayoutTransition;->layoutChange(Landroid/view/ViewGroup;)V +HSPLandroid/animation/LayoutTransition;->removeChild(Landroid/view/ViewGroup;Landroid/view/View;Z)V +HSPLandroid/animation/LayoutTransition;->runChangeTransition(Landroid/view/ViewGroup;Landroid/view/View;I)V +HSPLandroid/animation/LayoutTransition;->setupChangeAnimation(Landroid/view/ViewGroup;ILandroid/animation/Animator;JLandroid/view/View;)V HSPLandroid/animation/ObjectAnimator;-><init>()V HSPLandroid/animation/ObjectAnimator;-><init>(Ljava/lang/Object;Landroid/util/Property;)V HSPLandroid/animation/ObjectAnimator;-><init>(Ljava/lang/Object;Ljava/lang/String;)V @@ -266,6 +278,8 @@ HSPLandroid/animation/ObjectAnimator;->setIntValues([I)V HSPLandroid/animation/ObjectAnimator;->setProperty(Landroid/util/Property;)V HSPLandroid/animation/ObjectAnimator;->setPropertyName(Ljava/lang/String;)V HSPLandroid/animation/ObjectAnimator;->setTarget(Ljava/lang/Object;)V +HSPLandroid/animation/ObjectAnimator;->setupEndValues()V +HSPLandroid/animation/ObjectAnimator;->setupStartValues()V HSPLandroid/animation/ObjectAnimator;->shouldAutoCancel(Landroid/animation/AnimationHandler$AnimationFrameCallback;)Z HSPLandroid/animation/ObjectAnimator;->start()V HSPLandroid/animation/PathKeyframes$1;-><init>(Landroid/animation/PathKeyframes;)V @@ -324,10 +338,14 @@ HSPLandroid/animation/PropertyValuesHolder;->setEvaluator(Landroid/animation/Typ HSPLandroid/animation/PropertyValuesHolder;->setFloatValues([F)V HSPLandroid/animation/PropertyValuesHolder;->setIntValues([I)V HSPLandroid/animation/PropertyValuesHolder;->setObjectValues([Ljava/lang/Object;)V +HSPLandroid/animation/PropertyValuesHolder;->setProperty(Landroid/util/Property;)V HSPLandroid/animation/PropertyValuesHolder;->setPropertyName(Ljava/lang/String;)V +HSPLandroid/animation/PropertyValuesHolder;->setupEndValue(Ljava/lang/Object;)V HSPLandroid/animation/PropertyValuesHolder;->setupGetter(Ljava/lang/Class;)V HSPLandroid/animation/PropertyValuesHolder;->setupSetterAndGetter(Ljava/lang/Object;)V HSPLandroid/animation/PropertyValuesHolder;->setupSetterOrGetter(Ljava/lang/Class;Ljava/util/HashMap;Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/reflect/Method; +HSPLandroid/animation/PropertyValuesHolder;->setupStartValue(Ljava/lang/Object;)V +HSPLandroid/animation/PropertyValuesHolder;->setupValue(Ljava/lang/Object;Landroid/animation/Keyframe;)V HSPLandroid/animation/StateListAnimator$1;-><init>(Landroid/animation/StateListAnimator;)V HSPLandroid/animation/StateListAnimator$1;->onAnimationEnd(Landroid/animation/Animator;)V HSPLandroid/animation/StateListAnimator$StateListAnimatorConstantState;-><init>(Landroid/animation/StateListAnimator;)V @@ -428,6 +446,8 @@ HSPLandroid/app/-$$Lambda$SharedPreferencesImpl$EditorImpl$3CAjkhzA131V3V-sLfP2u HSPLandroid/app/-$$Lambda$SharedPreferencesImpl$EditorImpl$3CAjkhzA131V3V-sLfP2uy0FWZ0;->run()V HSPLandroid/app/-$$Lambda$oslF4K8Uk6v-6nTRoaEpCmfAptE;-><init>(Landroid/app/Dialog;)V HSPLandroid/app/Activity$1;-><init>(Landroid/app/Activity;)V +HSPLandroid/app/Activity$1;->isTaskRoot()Z +HSPLandroid/app/Activity$1;->updateStatusBarColor(I)V HSPLandroid/app/Activity$HostCallbacks;-><init>(Landroid/app/Activity;)V HSPLandroid/app/Activity$HostCallbacks;->onAttachFragment(Landroid/app/Fragment;)V HSPLandroid/app/Activity$HostCallbacks;->onGetLayoutInflater()Landroid/view/LayoutInflater; @@ -475,6 +495,7 @@ HSPLandroid/app/Activity;->getAutofillClient()Landroid/view/autofill/AutofillMan HSPLandroid/app/Activity;->getComponentName()Landroid/content/ComponentName; HSPLandroid/app/Activity;->getContentCaptureManager()Landroid/view/contentcapture/ContentCaptureManager; HSPLandroid/app/Activity;->getContentCaptureTypeAsString(I)Ljava/lang/String; +HSPLandroid/app/Activity;->getCurrentFocus()Landroid/view/View; HSPLandroid/app/Activity;->getFragmentManager()Landroid/app/FragmentManager; HSPLandroid/app/Activity;->getIntent()Landroid/content/Intent; HSPLandroid/app/Activity;->getLastNonConfigurationInstance()Ljava/lang/Object; @@ -485,10 +506,12 @@ HSPLandroid/app/Activity;->getTitle()Ljava/lang/CharSequence; HSPLandroid/app/Activity;->getTitleColor()I HSPLandroid/app/Activity;->getWindow()Landroid/view/Window; HSPLandroid/app/Activity;->getWindowManager()Landroid/view/WindowManager; +HSPLandroid/app/Activity;->initWindowDecorActionBar()V HSPLandroid/app/Activity;->isChangingConfigurations()Z HSPLandroid/app/Activity;->isChild()Z HSPLandroid/app/Activity;->isDestroyed()Z HSPLandroid/app/Activity;->isFinishing()Z +HSPLandroid/app/Activity;->isTaskRoot()Z HSPLandroid/app/Activity;->makeVisible()V HSPLandroid/app/Activity;->notifyContentCaptureManagerIfNeeded(I)V HSPLandroid/app/Activity;->onApplyThemeResource(Landroid/content/res/Resources$Theme;IZ)V @@ -496,6 +519,7 @@ HSPLandroid/app/Activity;->onAttachFragment(Landroid/app/Fragment;)V HSPLandroid/app/Activity;->onAttachedToWindow()V HSPLandroid/app/Activity;->onCreate(Landroid/os/Bundle;)V HSPLandroid/app/Activity;->onCreateDescription()Ljava/lang/CharSequence; +HSPLandroid/app/Activity;->onCreateOptionsMenu(Landroid/view/Menu;)Z HSPLandroid/app/Activity;->onCreatePanelMenu(ILandroid/view/Menu;)Z HSPLandroid/app/Activity;->onCreateView(Landroid/view/View;Ljava/lang/String;Landroid/content/Context;Landroid/util/AttributeSet;)Landroid/view/View; HSPLandroid/app/Activity;->onCreateView(Ljava/lang/String;Landroid/content/Context;Landroid/util/AttributeSet;)Landroid/view/View; @@ -518,6 +542,7 @@ HSPLandroid/app/Activity;->onStart()V HSPLandroid/app/Activity;->onStop()V HSPLandroid/app/Activity;->onTitleChanged(Ljava/lang/CharSequence;I)V HSPLandroid/app/Activity;->onTopResumedActivityChanged(Z)V +HSPLandroid/app/Activity;->onTouchEvent(Landroid/view/MotionEvent;)Z HSPLandroid/app/Activity;->onTrimMemory(I)V HSPLandroid/app/Activity;->onUserInteraction()V HSPLandroid/app/Activity;->onUserLeaveHint()V @@ -536,7 +561,9 @@ HSPLandroid/app/Activity;->performTopResumedActivityChanged(ZLjava/lang/String;) HSPLandroid/app/Activity;->performUserLeaving()V HSPLandroid/app/Activity;->registerActivityLifecycleCallbacks(Landroid/app/Application$ActivityLifecycleCallbacks;)V HSPLandroid/app/Activity;->restoreHasCurrentPermissionRequest(Landroid/os/Bundle;)V +HSPLandroid/app/Activity;->runOnUiThread(Ljava/lang/Runnable;)V HSPLandroid/app/Activity;->saveManagedDialogs(Landroid/os/Bundle;)V +HSPLandroid/app/Activity;->setRequestedOrientation(I)V HSPLandroid/app/Activity;->setTaskDescription(Landroid/app/ActivityManager$TaskDescription;)V HSPLandroid/app/Activity;->setTheme(I)V HSPLandroid/app/Activity;->startActivity(Landroid/content/Intent;)V @@ -561,8 +588,6 @@ HSPLandroid/app/ActivityManager$RunningAppProcessInfo;->procStateToImportanceFor HSPLandroid/app/ActivityManager$RunningAppProcessInfo;->readFromParcel(Landroid/os/Parcel;)V HSPLandroid/app/ActivityManager$RunningServiceInfo$1;->createFromParcel(Landroid/os/Parcel;)Landroid/app/ActivityManager$RunningServiceInfo; HSPLandroid/app/ActivityManager$RunningServiceInfo$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object; -HSPLandroid/app/ActivityManager$RunningServiceInfo;-><init>(Landroid/os/Parcel;)V -HSPLandroid/app/ActivityManager$RunningServiceInfo;-><init>(Landroid/os/Parcel;Landroid/app/ActivityManager$1;)V HSPLandroid/app/ActivityManager$RunningServiceInfo;->readFromParcel(Landroid/os/Parcel;)V HSPLandroid/app/ActivityManager$TaskDescription$1;->createFromParcel(Landroid/os/Parcel;)Landroid/app/ActivityManager$TaskDescription; HSPLandroid/app/ActivityManager$TaskDescription$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object; @@ -570,6 +595,8 @@ HSPLandroid/app/ActivityManager$TaskDescription;-><init>()V HSPLandroid/app/ActivityManager$TaskDescription;-><init>(Landroid/os/Parcel;)V HSPLandroid/app/ActivityManager$TaskDescription;-><init>(Landroid/os/Parcel;Landroid/app/ActivityManager$1;)V HSPLandroid/app/ActivityManager$TaskDescription;-><init>(Ljava/lang/String;Landroid/graphics/Bitmap;ILjava/lang/String;IIIIZZIII)V +HSPLandroid/app/ActivityManager$TaskDescription;->copyFromPreserveHiddenFields(Landroid/app/ActivityManager$TaskDescription;)V +HSPLandroid/app/ActivityManager$TaskDescription;->getIcon()Landroid/graphics/Bitmap; HSPLandroid/app/ActivityManager$TaskDescription;->getIconFilename()Ljava/lang/String; HSPLandroid/app/ActivityManager$TaskDescription;->getPrimaryColor()I HSPLandroid/app/ActivityManager$TaskDescription;->loadTaskDescriptionIcon(Ljava/lang/String;I)Landroid/graphics/Bitmap; @@ -581,18 +608,6 @@ HSPLandroid/app/ActivityManager$TaskDescription;->setNavigationBarColor(I)V HSPLandroid/app/ActivityManager$TaskDescription;->setPrimaryColor(I)V HSPLandroid/app/ActivityManager$TaskDescription;->setStatusBarColor(I)V HSPLandroid/app/ActivityManager$TaskDescription;->writeToParcel(Landroid/os/Parcel;I)V -HSPLandroid/app/ActivityManager$TaskSnapshot;->getColorSpace()Landroid/graphics/ColorSpace; -HSPLandroid/app/ActivityManager$TaskSnapshot;->getContentInsets()Landroid/graphics/Rect; -HSPLandroid/app/ActivityManager$TaskSnapshot;->getId()J -HSPLandroid/app/ActivityManager$TaskSnapshot;->getOrientation()I -HSPLandroid/app/ActivityManager$TaskSnapshot;->getScale()F -HSPLandroid/app/ActivityManager$TaskSnapshot;->getSnapshot()Landroid/graphics/GraphicBuffer; -HSPLandroid/app/ActivityManager$TaskSnapshot;->getSystemUiVisibility()I -HSPLandroid/app/ActivityManager$TaskSnapshot;->getWindowingMode()I -HSPLandroid/app/ActivityManager$TaskSnapshot;->isRealSnapshot()Z -HSPLandroid/app/ActivityManager$TaskSnapshot;->isReducedResolution()Z -HSPLandroid/app/ActivityManager$TaskSnapshot;->isTranslucent()Z -HSPLandroid/app/ActivityManager$UidObserver;-><init>(Landroid/app/ActivityManager$OnUidImportanceListener;Landroid/content/Context;)V HSPLandroid/app/ActivityManager$UidObserver;->onUidGone(IZ)V HSPLandroid/app/ActivityManager$UidObserver;->onUidStateChanged(IIJI)V HSPLandroid/app/ActivityManager;-><init>(Landroid/content/Context;Landroid/os/Handler;)V @@ -646,15 +661,19 @@ HSPLandroid/app/ActivityThread$ApplicationThread;-><init>(Landroid/app/ActivityT HSPLandroid/app/ActivityThread$ApplicationThread;->bindApplication(Ljava/lang/String;Landroid/content/pm/ApplicationInfo;Ljava/util/List;Landroid/content/ComponentName;Landroid/app/ProfilerInfo;Landroid/os/Bundle;Landroid/app/IInstrumentationWatcher;Landroid/app/IUiAutomationConnection;IZZZZLandroid/content/res/Configuration;Landroid/content/res/CompatibilityInfo;Ljava/util/Map;Landroid/os/Bundle;Ljava/lang/String;Landroid/content/AutofillOptions;Landroid/content/ContentCaptureOptions;[J)V HSPLandroid/app/ActivityThread$ApplicationThread;->clearDnsCache()V HSPLandroid/app/ActivityThread$ApplicationThread;->dispatchPackageBroadcast(I[Ljava/lang/String;)V +HSPLandroid/app/ActivityThread$ApplicationThread;->dumpDbInfo(Landroid/os/ParcelFileDescriptor;[Ljava/lang/String;)V +HSPLandroid/app/ActivityThread$ApplicationThread;->dumpGfxInfo(Landroid/os/ParcelFileDescriptor;[Ljava/lang/String;)V HSPLandroid/app/ActivityThread$ApplicationThread;->dumpMemInfo(Landroid/os/ParcelFileDescriptor;Landroid/os/Debug$MemoryInfo;ZZZZZ[Ljava/lang/String;)V +HSPLandroid/app/ActivityThread$ApplicationThread;->dumpMemInfo(Landroid/util/proto/ProtoOutputStream;Landroid/os/Debug$MemoryInfo;ZZZZ)V HSPLandroid/app/ActivityThread$ApplicationThread;->dumpMemInfo(Ljava/io/PrintWriter;Landroid/os/Debug$MemoryInfo;ZZZZZ)V +HSPLandroid/app/ActivityThread$ApplicationThread;->dumpMemInfoProto(Landroid/os/ParcelFileDescriptor;Landroid/os/Debug$MemoryInfo;ZZZZ[Ljava/lang/String;)V +HSPLandroid/app/ActivityThread$ApplicationThread;->dumpService(Landroid/os/ParcelFileDescriptor;Landroid/os/IBinder;[Ljava/lang/String;)V HSPLandroid/app/ActivityThread$ApplicationThread;->lambda$scheduleTrimMemory$0(Ljava/lang/Object;I)V HSPLandroid/app/ActivityThread$ApplicationThread;->scheduleBindService(Landroid/os/IBinder;Landroid/content/Intent;ZI)V HSPLandroid/app/ActivityThread$ApplicationThread;->scheduleCreateBackupAgent(Landroid/content/pm/ApplicationInfo;Landroid/content/res/CompatibilityInfo;II)V HSPLandroid/app/ActivityThread$ApplicationThread;->scheduleCreateService(Landroid/os/IBinder;Landroid/content/pm/ServiceInfo;Landroid/content/res/CompatibilityInfo;I)V HSPLandroid/app/ActivityThread$ApplicationThread;->scheduleDestroyBackupAgent(Landroid/content/pm/ApplicationInfo;Landroid/content/res/CompatibilityInfo;I)V HSPLandroid/app/ActivityThread$ApplicationThread;->scheduleEnterAnimationComplete(Landroid/os/IBinder;)V -HSPLandroid/app/ActivityThread$ApplicationThread;->scheduleInstallProvider(Landroid/content/pm/ProviderInfo;)V PLandroid/app/ActivityThread$ApplicationThread;->scheduleLowMemory()V HSPLandroid/app/ActivityThread$ApplicationThread;->scheduleReceiver(Landroid/content/Intent;Landroid/content/pm/ActivityInfo;Landroid/content/res/CompatibilityInfo;ILjava/lang/String;Landroid/os/Bundle;ZII)V HSPLandroid/app/ActivityThread$ApplicationThread;->scheduleRegisteredReceiver(Landroid/content/IIntentReceiver;Landroid/content/Intent;ILjava/lang/String;Landroid/os/Bundle;ZZII)V @@ -670,6 +689,7 @@ HSPLandroid/app/ActivityThread$ContextCleanupInfo;-><init>()V HSPLandroid/app/ActivityThread$CreateBackupAgentData;-><init>()V HSPLandroid/app/ActivityThread$CreateServiceData;-><init>()V HSPLandroid/app/ActivityThread$CreateServiceData;->toString()Ljava/lang/String; +HSPLandroid/app/ActivityThread$DumpComponentInfo;-><init>()V HSPLandroid/app/ActivityThread$GcIdler;-><init>(Landroid/app/ActivityThread;)V HSPLandroid/app/ActivityThread$GcIdler;->queueIdle()Z HSPLandroid/app/ActivityThread$H;-><init>(Landroid/app/ActivityThread;)V @@ -703,7 +723,6 @@ HSPLandroid/app/ActivityThread;->access$2200(Landroid/app/ActivityThread;Landroi HSPLandroid/app/ActivityThread;->access$2500(Landroid/app/ActivityThread;Landroid/os/Bundle;)V HSPLandroid/app/ActivityThread;->access$2600(Landroid/app/ActivityThread;Landroid/os/Bundle;)V HSPLandroid/app/ActivityThread;->access$2700(Landroid/app/ActivityThread;Landroid/os/IBinder;)V -HSPLandroid/app/ActivityThread;->access$2800(Landroid/app/ActivityThread;Landroid/os/IBinder;)V HSPLandroid/app/ActivityThread;->access$300(Landroid/app/ActivityThread;ILjava/lang/Object;I)V HSPLandroid/app/ActivityThread;->access$3200(Landroid/app/ActivityThread;)Landroid/app/servertransaction/TransactionExecutor; HSPLandroid/app/ActivityThread;->access$3300(Landroid/app/ActivityThread;)Landroid/app/servertransaction/TransactionExecutor; @@ -729,9 +748,11 @@ HSPLandroid/app/ActivityThread;->currentActivityThread()Landroid/app/ActivityThr HSPLandroid/app/ActivityThread;->currentApplication()Landroid/app/Application; HSPLandroid/app/ActivityThread;->currentOpPackageName()Ljava/lang/String; HSPLandroid/app/ActivityThread;->currentPackageName()Ljava/lang/String; -HSPLandroid/app/ActivityThread;->currentProcessName()Ljava/lang/String; HSPLandroid/app/ActivityThread;->doGcIfNeeded()V HSPLandroid/app/ActivityThread;->doGcIfNeeded(Ljava/lang/String;)V +HSPLandroid/app/ActivityThread;->dumpMemInfoTable(Landroid/util/proto/ProtoOutputStream;Landroid/os/Debug$MemoryInfo;ZZJJJJJJ)V +HSPLandroid/app/ActivityThread;->dumpMemInfoTable(Ljava/io/PrintWriter;Landroid/os/Debug$MemoryInfo;ZZZZILjava/lang/String;JJJJJJ)V +HSPLandroid/app/ActivityThread;->dumpMemoryInfo(Landroid/util/proto/ProtoOutputStream;JLjava/lang/String;IIIIIIZIII)V HSPLandroid/app/ActivityThread;->freeTextLayoutCachesIfNeeded(I)V HSPLandroid/app/ActivityThread;->getActivitiesToBeDestroyed()Ljava/util/Map; HSPLandroid/app/ActivityThread;->getActivityClient(Landroid/os/IBinder;)Landroid/app/ActivityThread$ActivityClientRecord; @@ -764,8 +785,8 @@ HSPLandroid/app/ActivityThread;->handleCreateService(Landroid/app/ActivityThread HSPLandroid/app/ActivityThread;->handleDestroyActivity(Landroid/os/IBinder;ZIZLjava/lang/String;)V HSPLandroid/app/ActivityThread;->handleDestroyBackupAgent(Landroid/app/ActivityThread$CreateBackupAgentData;)V HSPLandroid/app/ActivityThread;->handleDispatchPackageBroadcast(I[Ljava/lang/String;)V +HSPLandroid/app/ActivityThread;->handleDumpService(Landroid/app/ActivityThread$DumpComponentInfo;)V HSPLandroid/app/ActivityThread;->handleEnterAnimationComplete(Landroid/os/IBinder;)V -HSPLandroid/app/ActivityThread;->handleInstallProvider(Landroid/content/pm/ProviderInfo;)V HSPLandroid/app/ActivityThread;->handleLaunchActivity(Landroid/app/ActivityThread$ActivityClientRecord;Landroid/app/servertransaction/PendingTransactionActions;Landroid/content/Intent;)Landroid/app/Activity; HPLandroid/app/ActivityThread;->handleLowMemory()V HSPLandroid/app/ActivityThread;->handlePauseActivity(Landroid/os/IBinder;ZZILandroid/app/servertransaction/PendingTransactionActions;Ljava/lang/String;)V @@ -793,6 +814,7 @@ HSPLandroid/app/ActivityThread;->onCoreSettingsChange()V HSPLandroid/app/ActivityThread;->peekPackageInfo(Ljava/lang/String;Z)Landroid/app/LoadedApk; HSPLandroid/app/ActivityThread;->performActivityConfigurationChanged(Landroid/app/Activity;Landroid/content/res/Configuration;Landroid/content/res/Configuration;IZ)Landroid/content/res/Configuration; HSPLandroid/app/ActivityThread;->performConfigurationChanged(Landroid/content/ComponentCallbacks2;Landroid/content/res/Configuration;)V +HSPLandroid/app/ActivityThread;->performConfigurationChangedForActivity(Landroid/app/ActivityThread$ActivityClientRecord;Landroid/content/res/Configuration;)V HSPLandroid/app/ActivityThread;->performConfigurationChangedForActivity(Landroid/app/ActivityThread$ActivityClientRecord;Landroid/content/res/Configuration;IZ)Landroid/content/res/Configuration; HSPLandroid/app/ActivityThread;->performDestroyActivity(Landroid/os/IBinder;ZIZLjava/lang/String;)Landroid/app/ActivityThread$ActivityClientRecord; HSPLandroid/app/ActivityThread;->performLaunchActivity(Landroid/app/ActivityThread$ActivityClientRecord;Landroid/content/Intent;)Landroid/app/Activity; @@ -802,6 +824,7 @@ HSPLandroid/app/ActivityThread;->performRestartActivity(Landroid/os/IBinder;Z)V HSPLandroid/app/ActivityThread;->performResumeActivity(Landroid/os/IBinder;ZLjava/lang/String;)Landroid/app/ActivityThread$ActivityClientRecord; HSPLandroid/app/ActivityThread;->performStopActivityInner(Landroid/app/ActivityThread$ActivityClientRecord;Landroid/app/servertransaction/PendingTransactionActions$StopInfo;ZZLjava/lang/String;)V HSPLandroid/app/ActivityThread;->performUserLeavingActivity(Landroid/app/ActivityThread$ActivityClientRecord;)V +HSPLandroid/app/ActivityThread;->printRow(Ljava/io/PrintWriter;Ljava/lang/String;[Ljava/lang/Object;)V HSPLandroid/app/ActivityThread;->purgePendingResources()V HSPLandroid/app/ActivityThread;->releaseProvider(Landroid/content/IContentProvider;Z)Z HSPLandroid/app/ActivityThread;->reportSizeConfigurations(Landroid/app/ActivityThread$ActivityClientRecord;)V @@ -848,7 +871,6 @@ HSPLandroid/app/AlarmManager;->legacyExactLength()J HSPLandroid/app/AlarmManager;->set(IJLandroid/app/PendingIntent;)V HSPLandroid/app/AlarmManager;->set(IJLjava/lang/String;Landroid/app/AlarmManager$OnAlarmListener;Landroid/os/Handler;)V HSPLandroid/app/AlarmManager;->setExact(IJLandroid/app/PendingIntent;)V -HSPLandroid/app/AlarmManager;->setExact(IJLjava/lang/String;Landroid/app/AlarmManager$OnAlarmListener;Landroid/os/Handler;)V HSPLandroid/app/AlarmManager;->setExactAndAllowWhileIdle(IJLandroid/app/PendingIntent;)V HSPLandroid/app/AlarmManager;->setImpl(IJJJILandroid/app/PendingIntent;Landroid/app/AlarmManager$OnAlarmListener;Ljava/lang/String;Landroid/os/Handler;Landroid/os/WorkSource;Landroid/app/AlarmManager$AlarmClockInfo;)V HSPLandroid/app/AlarmManager;->setInexactRepeating(IJJLandroid/app/PendingIntent;)V @@ -866,9 +888,7 @@ HSPLandroid/app/AppComponentFactory;->instantiateService(Ljava/lang/ClassLoader; HSPLandroid/app/AppGlobals;->getInitialApplication()Landroid/app/Application; HSPLandroid/app/AppGlobals;->getIntCoreSetting(Ljava/lang/String;I)I HSPLandroid/app/AppGlobals;->getPackageManager()Landroid/content/pm/IPackageManager; -HSPLandroid/app/AppOpsManager$PackageOps;->getOps()Ljava/util/List; HSPLandroid/app/AppOpsManager;-><init>(Landroid/content/Context;Lcom/android/internal/app/IAppOpsService;)V -HSPLandroid/app/AppOpsManager;->access$200()[Ljava/lang/String; HSPLandroid/app/AppOpsManager;->checkOp(IILjava/lang/String;)I HSPLandroid/app/AppOpsManager;->checkOpNoThrow(IILjava/lang/String;)I HSPLandroid/app/AppOpsManager;->checkOpNoThrow(Ljava/lang/String;ILjava/lang/String;)I @@ -879,7 +899,6 @@ HSPLandroid/app/AppOpsManager;->getNotedOpCollectionMode(ILjava/lang/String;I)I HSPLandroid/app/AppOpsManager;->getPackagesForOps([I)Ljava/util/List; HSPLandroid/app/AppOpsManager;->isCollectingNotedAppOps()Z HSPLandroid/app/AppOpsManager;->noteOp(IILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)I -HSPLandroid/app/AppOpsManager;->noteOp(Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)I HSPLandroid/app/AppOpsManager;->noteOpNoThrow(IILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)I HSPLandroid/app/AppOpsManager;->noteOpNoThrow(Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)I HSPLandroid/app/AppOpsManager;->noteProxyOp(ILjava/lang/String;ILjava/lang/String;Ljava/lang/String;)I @@ -891,7 +910,6 @@ HSPLandroid/app/AppOpsManager;->prefixParcelWithAppOpsIfNeeded(Landroid/os/Parce HSPLandroid/app/AppOpsManager;->resumeNotedAppOpsCollection(Landroid/app/AppOpsManager$PausedNotedAppOpsCollection;)V HSPLandroid/app/AppOpsManager;->strOpToOp(Ljava/lang/String;)I HSPLandroid/app/AppOpsManager;->unsafeCheckOp(Ljava/lang/String;ILjava/lang/String;)I -HSPLandroid/app/AppOpsManager;->unsafeCheckOpNoThrow(Ljava/lang/String;ILjava/lang/String;)I HSPLandroid/app/Application$ActivityLifecycleCallbacks;->onActivityPostCreated(Landroid/app/Activity;Landroid/os/Bundle;)V HSPLandroid/app/Application$ActivityLifecycleCallbacks;->onActivityPostDestroyed(Landroid/app/Activity;)V HSPLandroid/app/Application$ActivityLifecycleCallbacks;->onActivityPostPaused(Landroid/app/Activity;)V @@ -942,7 +960,6 @@ HSPLandroid/app/Application;->unregisterActivityLifecycleCallbacks(Landroid/app/ HSPLandroid/app/Application;->unregisterComponentCallbacks(Landroid/content/ComponentCallbacks;)V HSPLandroid/app/ApplicationErrorReport$CrashInfo;-><init>(Ljava/lang/Throwable;)V HSPLandroid/app/ApplicationErrorReport$CrashInfo;->sanitizeString(Ljava/lang/String;)Ljava/lang/String; -HSPLandroid/app/ApplicationErrorReport$CrashInfo;->writeToParcel(Landroid/os/Parcel;I)V HSPLandroid/app/ApplicationErrorReport$ParcelableCrashInfo;-><init>(Ljava/lang/Throwable;)V HSPLandroid/app/ApplicationLoaders$CachedClassLoader;-><init>()V HSPLandroid/app/ApplicationLoaders$CachedClassLoader;-><init>(Landroid/app/ApplicationLoaders$1;)V @@ -950,7 +967,6 @@ HSPLandroid/app/ApplicationLoaders;->addNative(Ljava/lang/ClassLoader;Ljava/util HSPLandroid/app/ApplicationLoaders;->createAndCacheNonBootclasspathSystemClassLoader(Landroid/content/pm/SharedLibraryInfo;)V HSPLandroid/app/ApplicationLoaders;->createAndCacheNonBootclasspathSystemClassLoaders([Landroid/content/pm/SharedLibraryInfo;)V HSPLandroid/app/ApplicationLoaders;->getCachedNonBootclasspathSystemLib(Ljava/lang/String;Ljava/lang/ClassLoader;Ljava/lang/String;Ljava/util/List;)Ljava/lang/ClassLoader; -HSPLandroid/app/ApplicationLoaders;->getClassLoader(Ljava/lang/String;IZLjava/lang/String;Ljava/lang/String;Ljava/lang/ClassLoader;Ljava/lang/String;)Ljava/lang/ClassLoader; HSPLandroid/app/ApplicationLoaders;->getClassLoader(Ljava/lang/String;IZLjava/lang/String;Ljava/lang/String;Ljava/lang/ClassLoader;Ljava/lang/String;Ljava/lang/String;Ljava/util/List;)Ljava/lang/ClassLoader; HSPLandroid/app/ApplicationLoaders;->getClassLoaderWithSharedLibraries(Ljava/lang/String;IZLjava/lang/String;Ljava/lang/String;Ljava/lang/ClassLoader;Ljava/lang/String;Ljava/util/List;)Ljava/lang/ClassLoader; HSPLandroid/app/ApplicationLoaders;->getDefault()Landroid/app/ApplicationLoaders; @@ -1014,7 +1030,6 @@ HSPLandroid/app/ApplicationPackageManager;->hasSystemFeatureUncached(Ljava/lang/ HSPLandroid/app/ApplicationPackageManager;->hasUserBadge(I)Z HSPLandroid/app/ApplicationPackageManager;->isInstantApp()Z HSPLandroid/app/ApplicationPackageManager;->isInstantApp(Ljava/lang/String;)Z -HSPLandroid/app/ApplicationPackageManager;->isSafeMode()Z HSPLandroid/app/ApplicationPackageManager;->loadItemIcon(Landroid/content/pm/PackageItemInfo;Landroid/content/pm/ApplicationInfo;)Landroid/graphics/drawable/Drawable; HSPLandroid/app/ApplicationPackageManager;->loadUnbadgedItemIcon(Landroid/content/pm/PackageItemInfo;Landroid/content/pm/ApplicationInfo;)Landroid/graphics/drawable/Drawable; HSPLandroid/app/ApplicationPackageManager;->maybeAdjustApplicationInfo(Landroid/content/pm/ApplicationInfo;)Landroid/content/pm/ApplicationInfo; @@ -1067,6 +1082,7 @@ HSPLandroid/app/ContextImpl$ApplicationContentResolver;->releaseProvider(Landroi HSPLandroid/app/ContextImpl$ApplicationContentResolver;->releaseUnstableProvider(Landroid/content/IContentProvider;)Z HSPLandroid/app/ContextImpl$ApplicationContentResolver;->resolveUserIdFromAuthority(Ljava/lang/String;)I HSPLandroid/app/ContextImpl;-><init>(Landroid/app/ContextImpl;Landroid/app/ActivityThread;Landroid/app/LoadedApk;Ljava/lang/String;Ljava/lang/String;Landroid/os/IBinder;Landroid/os/UserHandle;ILjava/lang/ClassLoader;Ljava/lang/String;)V +HSPLandroid/app/ContextImpl;->bindIsolatedService(Landroid/content/Intent;ILjava/lang/String;Ljava/util/concurrent/Executor;Landroid/content/ServiceConnection;)Z HSPLandroid/app/ContextImpl;->bindService(Landroid/content/Intent;Landroid/content/ServiceConnection;I)Z HSPLandroid/app/ContextImpl;->bindServiceAsUser(Landroid/content/Intent;Landroid/content/ServiceConnection;ILandroid/os/UserHandle;)Z HSPLandroid/app/ContextImpl;->bindServiceCommon(Landroid/content/Intent;Landroid/content/ServiceConnection;ILjava/lang/String;Landroid/os/Handler;Ljava/util/concurrent/Executor;Landroid/os/UserHandle;)Z @@ -1083,7 +1099,6 @@ HSPLandroid/app/ContextImpl;->createAppContext(Landroid/app/ActivityThread;Landr HSPLandroid/app/ContextImpl;->createAppContext(Landroid/app/ActivityThread;Landroid/app/LoadedApk;Ljava/lang/String;)Landroid/app/ContextImpl; HSPLandroid/app/ContextImpl;->createApplicationContext(Landroid/content/pm/ApplicationInfo;I)Landroid/content/Context; HSPLandroid/app/ContextImpl;->createConfigurationContext(Landroid/content/res/Configuration;)Landroid/content/Context; -HSPLandroid/app/ContextImpl;->createContextAsUser(Landroid/os/UserHandle;I)Landroid/content/Context; HSPLandroid/app/ContextImpl;->createDeviceProtectedStorageContext()Landroid/content/Context; HSPLandroid/app/ContextImpl;->createDisplayContext(Landroid/view/Display;)Landroid/content/Context; HSPLandroid/app/ContextImpl;->createFeatureContext(Ljava/lang/String;)Landroid/content/Context; @@ -1099,6 +1114,7 @@ HSPLandroid/app/ContextImpl;->deleteFile(Ljava/lang/String;)Z HSPLandroid/app/ContextImpl;->enforce(Ljava/lang/String;IZILjava/lang/String;)V HSPLandroid/app/ContextImpl;->enforceCallingOrSelfPermission(Ljava/lang/String;Ljava/lang/String;)V HSPLandroid/app/ContextImpl;->ensureExternalDirsExistOrFilter([Ljava/io/File;)[Ljava/io/File; +HSPLandroid/app/ContextImpl;->ensureExternalDirsExistOrFilter([Ljava/io/File;Z)[Ljava/io/File; HSPLandroid/app/ContextImpl;->ensurePrivateCacheDirExists(Ljava/io/File;Ljava/lang/String;)Ljava/io/File; HSPLandroid/app/ContextImpl;->ensurePrivateDirExists(Ljava/io/File;)Ljava/io/File; HSPLandroid/app/ContextImpl;->ensurePrivateDirExists(Ljava/io/File;IILjava/lang/String;)Ljava/io/File; @@ -1172,7 +1188,6 @@ HSPLandroid/app/ContextImpl;->sendBroadcast(Landroid/content/Intent;Ljava/lang/S HSPLandroid/app/ContextImpl;->sendBroadcastAsUser(Landroid/content/Intent;Landroid/os/UserHandle;)V HSPLandroid/app/ContextImpl;->sendBroadcastAsUser(Landroid/content/Intent;Landroid/os/UserHandle;Ljava/lang/String;)V HSPLandroid/app/ContextImpl;->sendBroadcastAsUser(Landroid/content/Intent;Landroid/os/UserHandle;Ljava/lang/String;I)V -HSPLandroid/app/ContextImpl;->sendStickyBroadcastAsUser(Landroid/content/Intent;Landroid/os/UserHandle;)V HSPLandroid/app/ContextImpl;->setAutofillClient(Landroid/view/autofill/AutofillManager$AutofillClient;)V HSPLandroid/app/ContextImpl;->setAutofillOptions(Landroid/content/AutofillOptions;)V HSPLandroid/app/ContextImpl;->setContentCaptureOptions(Landroid/content/ContentCaptureOptions;)V @@ -1206,6 +1221,7 @@ HSPLandroid/app/Dialog;->dispatchOnCreate(Landroid/os/Bundle;)V HSPLandroid/app/Dialog;->dispatchTouchEvent(Landroid/view/MotionEvent;)Z HSPLandroid/app/Dialog;->getContext()Landroid/content/Context; HSPLandroid/app/Dialog;->getWindow()Landroid/view/Window; +HSPLandroid/app/Dialog;->hide()V HSPLandroid/app/Dialog;->onAttachedToWindow()V HSPLandroid/app/Dialog;->onContentChanged()V HSPLandroid/app/Dialog;->onCreate(Landroid/os/Bundle;)V @@ -1218,6 +1234,8 @@ HSPLandroid/app/Dialog;->sendDismissMessage()V HSPLandroid/app/Dialog;->sendShowMessage()V HSPLandroid/app/Dialog;->setCancelable(Z)V HSPLandroid/app/Dialog;->setCanceledOnTouchOutside(Z)V +HSPLandroid/app/Dialog;->setOnCancelListener(Landroid/content/DialogInterface$OnCancelListener;)V +HSPLandroid/app/Dialog;->setOnDismissListener(Landroid/content/DialogInterface$OnDismissListener;)V HSPLandroid/app/Dialog;->show()V HSPLandroid/app/DownloadManager;-><init>(Landroid/content/Context;)V HSPLandroid/app/EventLogTags;->writeWmOnCreateCalled(ILjava/lang/String;Ljava/lang/String;)V @@ -1231,6 +1249,7 @@ HSPLandroid/app/EventLogTags;->writeWmOnTopResumedGainedCalled(ILjava/lang/Strin HSPLandroid/app/EventLogTags;->writeWmOnTopResumedLostCalled(ILjava/lang/String;Ljava/lang/String;)V HSPLandroid/app/Fragment$1;-><init>(Landroid/app/Fragment;)V HSPLandroid/app/Fragment;-><init>()V +HSPLandroid/app/Fragment;->getActivity()Landroid/app/Activity; HSPLandroid/app/Fragment;->getAnimatingAway()Landroid/animation/Animator; HSPLandroid/app/Fragment;->getChildFragmentManager()Landroid/app/FragmentManager; HSPLandroid/app/Fragment;->getContext()Landroid/content/Context; @@ -1390,6 +1409,7 @@ HSPLandroid/app/IActivityManager$Stub$Proxy;->bindIsolatedService(Landroid/app/I HSPLandroid/app/IActivityManager$Stub$Proxy;->broadcastIntent(Landroid/app/IApplicationThread;Landroid/content/Intent;Ljava/lang/String;Landroid/content/IIntentReceiver;ILjava/lang/String;Landroid/os/Bundle;[Ljava/lang/String;ILandroid/os/Bundle;ZZI)I HSPLandroid/app/IActivityManager$Stub$Proxy;->checkPermission(Ljava/lang/String;II)I HSPLandroid/app/IActivityManager$Stub$Proxy;->checkPermissionWithToken(Ljava/lang/String;IILandroid/os/IBinder;)I +HSPLandroid/app/IActivityManager$Stub$Proxy;->checkUriPermission(Landroid/net/Uri;IIIILandroid/os/IBinder;)I HSPLandroid/app/IActivityManager$Stub$Proxy;->finishReceiver(Landroid/os/IBinder;ILjava/lang/String;Landroid/os/Bundle;ZI)V HSPLandroid/app/IActivityManager$Stub$Proxy;->getContentProvider(Landroid/app/IApplicationThread;Ljava/lang/String;Ljava/lang/String;IZ)Landroid/app/ContentProviderHolder; HSPLandroid/app/IActivityManager$Stub$Proxy;->getCurrentUser()Landroid/content/pm/UserInfo; @@ -1399,6 +1419,7 @@ HSPLandroid/app/IActivityManager$Stub$Proxy;->getMyMemoryState(Landroid/app/Acti HSPLandroid/app/IActivityManager$Stub$Proxy;->getProcessMemoryInfo([I)[Landroid/os/Debug$MemoryInfo; HSPLandroid/app/IActivityManager$Stub$Proxy;->getRunningAppProcesses()Ljava/util/List; HSPLandroid/app/IActivityManager$Stub$Proxy;->getServices(II)Ljava/util/List; +HSPLandroid/app/IActivityManager$Stub$Proxy;->handleApplicationStrictModeViolation(Landroid/os/IBinder;ILandroid/os/StrictMode$ViolationInfo;)V HSPLandroid/app/IActivityManager$Stub$Proxy;->isUserAMonkey()Z HSPLandroid/app/IActivityManager$Stub$Proxy;->publishContentProviders(Landroid/app/IApplicationThread;Ljava/util/List;)V HSPLandroid/app/IActivityManager$Stub$Proxy;->publishService(Landroid/os/IBinder;Landroid/content/Intent;Landroid/os/IBinder;)V @@ -1426,6 +1447,7 @@ HSPLandroid/app/IActivityTaskManager$Stub$Proxy;->getActivityOptions(Landroid/os HSPLandroid/app/IActivityTaskManager$Stub$Proxy;->getDisplayId(Landroid/os/IBinder;)I HSPLandroid/app/IActivityTaskManager$Stub$Proxy;->getTaskForActivity(Landroid/os/IBinder;Z)I HSPLandroid/app/IActivityTaskManager$Stub$Proxy;->reportSizeConfigurations(Landroid/os/IBinder;[I[I[I)V +HSPLandroid/app/IActivityTaskManager$Stub$Proxy;->setRequestedOrientation(Landroid/os/IBinder;I)V HSPLandroid/app/IActivityTaskManager$Stub$Proxy;->setTaskDescription(Landroid/os/IBinder;Landroid/app/ActivityManager$TaskDescription;)V HSPLandroid/app/IActivityTaskManager$Stub$Proxy;->startActivity(Landroid/app/IApplicationThread;Ljava/lang/String;Landroid/content/Intent;Ljava/lang/String;Landroid/os/IBinder;Ljava/lang/String;IILandroid/app/ProfilerInfo;Landroid/os/Bundle;)I HSPLandroid/app/IActivityTaskManager$Stub;->asInterface(Landroid/os/IBinder;)Landroid/app/IActivityTaskManager; @@ -1457,16 +1479,13 @@ HSPLandroid/app/INotificationManager$Stub;->asInterface(Landroid/os/IBinder;)Lan HSPLandroid/app/IServiceConnection$Stub;-><init>()V HSPLandroid/app/IServiceConnection$Stub;->asBinder()Landroid/os/IBinder; HSPLandroid/app/IServiceConnection$Stub;->onTransact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z -HSPLandroid/app/ITaskStackListener$Stub;-><init>()V HSPLandroid/app/IUiAutomationConnection$Stub;->asInterface(Landroid/os/IBinder;)Landroid/app/IUiAutomationConnection; HSPLandroid/app/IUiModeManager$Stub$Proxy;-><init>(Landroid/os/IBinder;)V HSPLandroid/app/IUiModeManager$Stub$Proxy;->getCurrentModeType()I HSPLandroid/app/IUiModeManager$Stub;->asInterface(Landroid/os/IBinder;)Landroid/app/IUiModeManager; -HSPLandroid/app/IUidObserver$Stub;-><init>()V HSPLandroid/app/IUidObserver$Stub;->asBinder()Landroid/os/IBinder; HSPLandroid/app/IUriGrantsManager$Stub;->asInterface(Landroid/os/IBinder;)Landroid/app/IUriGrantsManager; HSPLandroid/app/IWallpaperManager$Stub;->asInterface(Landroid/os/IBinder;)Landroid/app/IWallpaperManager; -HSPLandroid/app/IWallpaperManagerCallback$Stub;-><init>()V HSPLandroid/app/Instrumentation;-><init>()V HSPLandroid/app/Instrumentation;->basicInit(Landroid/app/ActivityThread;)V HSPLandroid/app/Instrumentation;->callActivityOnCreate(Landroid/app/Activity;Landroid/os/Bundle;)V @@ -1491,13 +1510,18 @@ HSPLandroid/app/Instrumentation;->onEnterAnimationComplete()V HSPLandroid/app/Instrumentation;->postPerformCreate(Landroid/app/Activity;)V HSPLandroid/app/Instrumentation;->prePerformCreate(Landroid/app/Activity;)V HSPLandroid/app/IntentReceiverLeaked;-><init>(Ljava/lang/String;)V +HSPLandroid/app/IntentService$ServiceHandler;->handleMessage(Landroid/os/Message;)V +HSPLandroid/app/IntentService;-><init>(Ljava/lang/String;)V +HSPLandroid/app/IntentService;->onCreate()V +HSPLandroid/app/IntentService;->onDestroy()V +HSPLandroid/app/IntentService;->onStart(Landroid/content/Intent;I)V +HSPLandroid/app/IntentService;->onStartCommand(Landroid/content/Intent;II)I HSPLandroid/app/JobSchedulerImpl;-><init>(Landroid/app/job/IJobScheduler;)V HSPLandroid/app/JobSchedulerImpl;->cancel(I)V HSPLandroid/app/JobSchedulerImpl;->enqueue(Landroid/app/job/JobInfo;Landroid/app/job/JobWorkItem;)I HSPLandroid/app/JobSchedulerImpl;->getAllPendingJobs()Ljava/util/List; HSPLandroid/app/JobSchedulerImpl;->getPendingJob(I)Landroid/app/job/JobInfo; HSPLandroid/app/JobSchedulerImpl;->schedule(Landroid/app/job/JobInfo;)I -HSPLandroid/app/JobSchedulerImpl;->scheduleAsPackage(Landroid/app/job/JobInfo;Ljava/lang/String;ILjava/lang/String;)I HSPLandroid/app/KeyguardManager;-><init>(Landroid/content/Context;)V HSPLandroid/app/KeyguardManager;->inKeyguardRestrictedInputMode()Z HSPLandroid/app/KeyguardManager;->isDeviceLocked(I)Z @@ -1522,6 +1546,7 @@ HSPLandroid/app/LoadedApk$ServiceDispatcher$InnerConnection;->connected(Landroid HSPLandroid/app/LoadedApk$ServiceDispatcher$RunConnection;-><init>(Landroid/app/LoadedApk$ServiceDispatcher;Landroid/content/ComponentName;Landroid/os/IBinder;IZ)V HSPLandroid/app/LoadedApk$ServiceDispatcher$RunConnection;->run()V HSPLandroid/app/LoadedApk$ServiceDispatcher;-><init>(Landroid/content/ServiceConnection;Landroid/content/Context;Landroid/os/Handler;I)V +HSPLandroid/app/LoadedApk$ServiceDispatcher;-><init>(Landroid/content/ServiceConnection;Landroid/content/Context;Ljava/util/concurrent/Executor;I)V HSPLandroid/app/LoadedApk$ServiceDispatcher;->connected(Landroid/content/ComponentName;Landroid/os/IBinder;Z)V HSPLandroid/app/LoadedApk$ServiceDispatcher;->death(Landroid/content/ComponentName;Landroid/os/IBinder;)V HSPLandroid/app/LoadedApk$ServiceDispatcher;->doConnected(Landroid/content/ComponentName;Landroid/os/IBinder;Z)V @@ -1584,6 +1609,7 @@ HSPLandroid/app/Notification$Action$Builder;->addExtras(Landroid/os/Bundle;)Land HSPLandroid/app/Notification$Action$Builder;->build()Landroid/app/Notification$Action; HSPLandroid/app/Notification$Action$Builder;->checkContextualActionNullFields()V HSPLandroid/app/Notification$Action$Builder;->setAllowGeneratedReplies(Z)Landroid/app/Notification$Action$Builder; +HSPLandroid/app/Notification$Action$Builder;->setContextual(Z)Landroid/app/Notification$Action$Builder; HSPLandroid/app/Notification$Action$Builder;->setSemanticAction(I)Landroid/app/Notification$Action$Builder; HSPLandroid/app/Notification$Action;-><init>(Landroid/graphics/drawable/Icon;Ljava/lang/CharSequence;Landroid/app/PendingIntent;Landroid/os/Bundle;[Landroid/app/RemoteInput;ZIZ)V HSPLandroid/app/Notification$Action;-><init>(Landroid/graphics/drawable/Icon;Ljava/lang/CharSequence;Landroid/app/PendingIntent;Landroid/os/Bundle;[Landroid/app/RemoteInput;ZIZLandroid/app/Notification$1;)V @@ -1686,7 +1712,6 @@ HSPLandroid/app/Notification;->getGroup()Ljava/lang/String; HSPLandroid/app/Notification;->getLargeIcon()Landroid/graphics/drawable/Icon; HSPLandroid/app/Notification;->getNotificationStyle()Ljava/lang/Class; HSPLandroid/app/Notification;->getNotificationStyleClass(Ljava/lang/String;)Ljava/lang/Class; -HSPLandroid/app/Notification;->getShortcutId()Ljava/lang/String; HSPLandroid/app/Notification;->getSmallIcon()Landroid/graphics/drawable/Icon; HSPLandroid/app/Notification;->getSortKey()Ljava/lang/String; HSPLandroid/app/Notification;->lambda$writeToParcel$0$Notification(Landroid/os/Parcel;Landroid/app/PendingIntent;Landroid/os/Parcel;I)V @@ -1707,13 +1732,12 @@ HSPLandroid/app/NotificationChannel;->enableVibration(Z)V HSPLandroid/app/NotificationChannel;->getGroup()Ljava/lang/String; HSPLandroid/app/NotificationChannel;->getId()Ljava/lang/String; HSPLandroid/app/NotificationChannel;->getImportance()I -HSPLandroid/app/NotificationChannel;->getLockscreenVisibility()I HSPLandroid/app/NotificationChannel;->getName()Ljava/lang/CharSequence; HSPLandroid/app/NotificationChannel;->getSound()Landroid/net/Uri; HSPLandroid/app/NotificationChannel;->getTrimmedString(Ljava/lang/String;)Ljava/lang/String; -HSPLandroid/app/NotificationChannel;->setBlockableSystem(Z)V HSPLandroid/app/NotificationChannel;->setDescription(Ljava/lang/String;)V HSPLandroid/app/NotificationChannel;->setGroup(Ljava/lang/String;)V +HSPLandroid/app/NotificationChannel;->setLockscreenVisibility(I)V HSPLandroid/app/NotificationChannel;->setShowBadge(Z)V HSPLandroid/app/NotificationChannel;->setSound(Landroid/net/Uri;Landroid/media/AudioAttributes;)V HSPLandroid/app/NotificationChannel;->writeToParcel(Landroid/os/Parcel;I)V @@ -1743,6 +1767,7 @@ HSPLandroid/app/NotificationManager;->getActiveNotifications()[Landroid/service/ HSPLandroid/app/NotificationManager;->getNotificationChannel(Ljava/lang/String;)Landroid/app/NotificationChannel; HSPLandroid/app/NotificationManager;->getNotificationChannels()Ljava/util/List; HSPLandroid/app/NotificationManager;->getService()Landroid/app/INotificationManager; +HSPLandroid/app/NotificationManager;->notify(ILandroid/app/Notification;)V HSPLandroid/app/NotificationManager;->notify(Ljava/lang/String;ILandroid/app/Notification;)V HSPLandroid/app/NotificationManager;->notifyAsUser(Ljava/lang/String;ILandroid/app/Notification;Landroid/os/UserHandle;)V HSPLandroid/app/NotificationManager;->zenModeToInterruptionFilter(I)I @@ -1751,6 +1776,7 @@ HSPLandroid/app/PendingIntent$2;->createFromParcel(Landroid/os/Parcel;)Ljava/lan HSPLandroid/app/PendingIntent;-><init>(Landroid/content/IIntentSender;)V HSPLandroid/app/PendingIntent;-><init>(Landroid/os/IBinder;Ljava/lang/Object;)V HSPLandroid/app/PendingIntent;->buildServicePendingIntent(Landroid/content/Context;ILandroid/content/Intent;II)Landroid/app/PendingIntent; +HSPLandroid/app/PendingIntent;->cancel()V HSPLandroid/app/PendingIntent;->equals(Ljava/lang/Object;)Z HSPLandroid/app/PendingIntent;->getActivity(Landroid/content/Context;ILandroid/content/Intent;I)Landroid/app/PendingIntent; HSPLandroid/app/PendingIntent;->getActivity(Landroid/content/Context;ILandroid/content/Intent;ILandroid/os/Bundle;)Landroid/app/PendingIntent; @@ -1766,6 +1792,7 @@ HSPLandroid/app/PendingIntent;->setOnMarshaledListener(Landroid/app/PendingInten HSPLandroid/app/PendingIntent;->writeToParcel(Landroid/os/Parcel;I)V HSPLandroid/app/Person$1;->createFromParcel(Landroid/os/Parcel;)Landroid/app/Person; HSPLandroid/app/Person$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object; +HSPLandroid/app/Person$Builder;->build()Landroid/app/Person; HSPLandroid/app/Person;-><init>(Landroid/app/Person$Builder;)V HSPLandroid/app/Person;-><init>(Landroid/os/Parcel;)V HSPLandroid/app/Person;-><init>(Landroid/os/Parcel;Landroid/app/Person$1;)V @@ -1809,6 +1836,7 @@ HSPLandroid/app/ResourcesManager;->applyConfigurationToResourcesLocked(Landroid/ HSPLandroid/app/ResourcesManager;->cleanupReferences(Landroid/os/IBinder;)V HSPLandroid/app/ResourcesManager;->createAssetManager(Landroid/content/res/ResourcesKey;)Landroid/content/res/AssetManager; HSPLandroid/app/ResourcesManager;->createBaseActivityResources(Landroid/os/IBinder;Ljava/lang/String;[Ljava/lang/String;[Ljava/lang/String;[Ljava/lang/String;ILandroid/content/res/Configuration;Landroid/content/res/CompatibilityInfo;Ljava/lang/ClassLoader;)Landroid/content/res/Resources; +HSPLandroid/app/ResourcesManager;->createBaseActivityResources(Landroid/os/IBinder;Ljava/lang/String;[Ljava/lang/String;[Ljava/lang/String;[Ljava/lang/String;ILandroid/content/res/Configuration;Landroid/content/res/CompatibilityInfo;Ljava/lang/ClassLoader;Ljava/util/List;)Landroid/content/res/Resources; HSPLandroid/app/ResourcesManager;->createResources(Landroid/os/IBinder;Landroid/content/res/ResourcesKey;Ljava/lang/ClassLoader;)Landroid/content/res/Resources; HSPLandroid/app/ResourcesManager;->createResourcesForActivityLocked(Landroid/os/IBinder;Ljava/lang/ClassLoader;Landroid/content/res/ResourcesImpl;Landroid/content/res/CompatibilityInfo;)Landroid/content/res/Resources; HSPLandroid/app/ResourcesManager;->createResourcesImpl(Landroid/content/res/ResourcesKey;)Landroid/content/res/ResourcesImpl; @@ -1851,6 +1879,7 @@ HSPLandroid/app/Service;->stopForeground(I)V HSPLandroid/app/Service;->stopForeground(Z)V HSPLandroid/app/Service;->stopSelf()V HSPLandroid/app/Service;->stopSelf(I)V +HSPLandroid/app/Service;->stopSelfResult(I)Z HSPLandroid/app/ServiceConnectionLeaked;-><init>(Ljava/lang/String;)V HSPLandroid/app/ServiceStartArgs$1;->createFromParcel(Landroid/os/Parcel;)Landroid/app/ServiceStartArgs; HSPLandroid/app/ServiceStartArgs$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object; @@ -1914,21 +1943,15 @@ HSPLandroid/app/SharedPreferencesImpl;->startLoadFromDisk()V HSPLandroid/app/SharedPreferencesImpl;->startReloadIfChangedUnexpectedly()V HSPLandroid/app/SharedPreferencesImpl;->unregisterOnSharedPreferenceChangeListener(Landroid/content/SharedPreferences$OnSharedPreferenceChangeListener;)V HSPLandroid/app/SharedPreferencesImpl;->writeToFile(Landroid/app/SharedPreferencesImpl$MemoryCommitResult;Z)V -HSPLandroid/app/StatusBarManager;-><init>(Landroid/content/Context;)V HSPLandroid/app/SystemServiceRegistry$102;->createService(Landroid/app/ContextImpl;)Landroid/app/slice/SliceManager; HSPLandroid/app/SystemServiceRegistry$102;->createService(Landroid/app/ContextImpl;)Ljava/lang/Object; -HSPLandroid/app/SystemServiceRegistry$103;->createService(Landroid/app/ContextImpl;)Ljava/lang/Object; HSPLandroid/app/SystemServiceRegistry$105;->createService(Landroid/app/ContextImpl;)Ljava/lang/Object; HSPLandroid/app/SystemServiceRegistry$107;->createService(Landroid/app/ContextImpl;)Landroid/app/role/RoleManager; HSPLandroid/app/SystemServiceRegistry$107;->createService(Landroid/app/ContextImpl;)Ljava/lang/Object; HSPLandroid/app/SystemServiceRegistry$10;->createService(Landroid/app/ContextImpl;)Landroid/bluetooth/BluetoothManager; HSPLandroid/app/SystemServiceRegistry$10;->createService(Landroid/app/ContextImpl;)Ljava/lang/Object; -HSPLandroid/app/SystemServiceRegistry$112;->createService()Ljava/lang/Object; HSPLandroid/app/SystemServiceRegistry$114;->createService()Ljava/lang/Object; -HSPLandroid/app/SystemServiceRegistry$114;->createService(Landroid/app/ContextImpl;)Ljava/lang/Object; HSPLandroid/app/SystemServiceRegistry$115;->createService()Ljava/lang/Object; -HSPLandroid/app/SystemServiceRegistry$115;->createService(Landroid/app/ContextImpl;)Ljava/lang/Object; -HSPLandroid/app/SystemServiceRegistry$116;->createService(Landroid/app/ContextImpl;)Ljava/lang/Object; HSPLandroid/app/SystemServiceRegistry$117;->createService()Ljava/lang/Object; HSPLandroid/app/SystemServiceRegistry$117;->createService(Landroid/app/ContextImpl;)Ljava/lang/Object; HSPLandroid/app/SystemServiceRegistry$118;->createService(Landroid/app/ContextImpl;)Ljava/lang/Object; @@ -1944,9 +1967,7 @@ HSPLandroid/app/SystemServiceRegistry$1;->createService(Landroid/app/ContextImpl HSPLandroid/app/SystemServiceRegistry$1;->createService(Landroid/app/ContextImpl;)Ljava/lang/Object; HSPLandroid/app/SystemServiceRegistry$21;->createService(Landroid/app/ContextImpl;)Landroid/app/admin/DevicePolicyManager; HSPLandroid/app/SystemServiceRegistry$21;->createService(Landroid/app/ContextImpl;)Ljava/lang/Object; -HSPLandroid/app/SystemServiceRegistry$22;->createService(Landroid/app/ContextImpl;)Ljava/lang/Object; HSPLandroid/app/SystemServiceRegistry$23;->createService(Landroid/app/ContextImpl;)Landroid/app/admin/DevicePolicyManager; -HSPLandroid/app/SystemServiceRegistry$23;->createService(Landroid/app/ContextImpl;)Landroid/os/BatteryManager; HSPLandroid/app/SystemServiceRegistry$23;->createService(Landroid/app/ContextImpl;)Ljava/lang/Object; HSPLandroid/app/SystemServiceRegistry$24;->createService(Landroid/app/ContextImpl;)Landroid/app/DownloadManager; HSPLandroid/app/SystemServiceRegistry$24;->createService(Landroid/app/ContextImpl;)Ljava/lang/Object; @@ -1968,18 +1989,17 @@ HSPLandroid/app/SystemServiceRegistry$31;->createService(Landroid/app/ContextImp HSPLandroid/app/SystemServiceRegistry$31;->createService(Landroid/app/ContextImpl;)Ljava/lang/Object; HSPLandroid/app/SystemServiceRegistry$31;->getService(Landroid/app/ContextImpl;)Landroid/view/inputmethod/InputMethodManager; HSPLandroid/app/SystemServiceRegistry$31;->getService(Landroid/app/ContextImpl;)Ljava/lang/Object; -HSPLandroid/app/SystemServiceRegistry$32;->createService(Landroid/app/ContextImpl;)Landroid/view/LayoutInflater; +HSPLandroid/app/SystemServiceRegistry$32;->createService(Landroid/app/ContextImpl;)Landroid/view/textservice/TextServicesManager; HSPLandroid/app/SystemServiceRegistry$32;->createService(Landroid/app/ContextImpl;)Ljava/lang/Object; HSPLandroid/app/SystemServiceRegistry$33;->createService(Landroid/app/ContextImpl;)Landroid/app/KeyguardManager; HSPLandroid/app/SystemServiceRegistry$33;->createService(Landroid/app/ContextImpl;)Landroid/location/LocationManager; HSPLandroid/app/SystemServiceRegistry$33;->createService(Landroid/app/ContextImpl;)Ljava/lang/Object; -HSPLandroid/app/SystemServiceRegistry$34;->createService(Landroid/app/ContextImpl;)Landroid/app/NotificationManager; HSPLandroid/app/SystemServiceRegistry$34;->createService(Landroid/app/ContextImpl;)Landroid/view/LayoutInflater; HSPLandroid/app/SystemServiceRegistry$34;->createService(Landroid/app/ContextImpl;)Ljava/lang/Object; HSPLandroid/app/SystemServiceRegistry$35;->createService(Landroid/app/ContextImpl;)Landroid/app/NotificationManager; HSPLandroid/app/SystemServiceRegistry$35;->createService(Landroid/app/ContextImpl;)Landroid/location/LocationManager; HSPLandroid/app/SystemServiceRegistry$35;->createService(Landroid/app/ContextImpl;)Ljava/lang/Object; -HSPLandroid/app/SystemServiceRegistry$36;->createService(Landroid/app/ContextImpl;)Landroid/os/PowerManager; +HSPLandroid/app/SystemServiceRegistry$36;->createService(Landroid/app/ContextImpl;)Landroid/net/NetworkPolicyManager; HSPLandroid/app/SystemServiceRegistry$36;->createService(Landroid/app/ContextImpl;)Ljava/lang/Object; HSPLandroid/app/SystemServiceRegistry$37;->createService(Landroid/app/ContextImpl;)Landroid/app/NotificationManager; HSPLandroid/app/SystemServiceRegistry$37;->createService(Landroid/app/ContextImpl;)Landroid/os/PowerManager; @@ -1988,12 +2008,8 @@ HSPLandroid/app/SystemServiceRegistry$39;->createService(Landroid/app/ContextImp HSPLandroid/app/SystemServiceRegistry$39;->createService(Landroid/app/ContextImpl;)Ljava/lang/Object; HSPLandroid/app/SystemServiceRegistry$3;->createService(Landroid/app/ContextImpl;)Landroid/accounts/AccountManager; HSPLandroid/app/SystemServiceRegistry$3;->createService(Landroid/app/ContextImpl;)Ljava/lang/Object; -HSPLandroid/app/SystemServiceRegistry$40;->createService(Landroid/app/ContextImpl;)Landroid/hardware/SensorManager; -HSPLandroid/app/SystemServiceRegistry$40;->createService(Landroid/app/ContextImpl;)Ljava/lang/Object; HSPLandroid/app/SystemServiceRegistry$42;->createService(Landroid/app/ContextImpl;)Landroid/hardware/SensorManager; HSPLandroid/app/SystemServiceRegistry$42;->createService(Landroid/app/ContextImpl;)Ljava/lang/Object; -HSPLandroid/app/SystemServiceRegistry$43;->createService(Landroid/app/ContextImpl;)Landroid/os/storage/StorageManager; -HSPLandroid/app/SystemServiceRegistry$43;->createService(Landroid/app/ContextImpl;)Ljava/lang/Object; HSPLandroid/app/SystemServiceRegistry$44;->createService(Landroid/app/ContextImpl;)Landroid/os/storage/StorageManager; HSPLandroid/app/SystemServiceRegistry$44;->createService(Landroid/app/ContextImpl;)Ljava/lang/Object; HSPLandroid/app/SystemServiceRegistry$45;->createService(Landroid/app/ContextImpl;)Landroid/os/storage/StorageManager; @@ -2008,14 +2024,12 @@ HSPLandroid/app/SystemServiceRegistry$4;->createService(Landroid/app/ContextImpl HSPLandroid/app/SystemServiceRegistry$4;->createService(Landroid/app/ContextImpl;)Ljava/lang/Object; HSPLandroid/app/SystemServiceRegistry$50;->createService(Landroid/app/ContextImpl;)Landroid/telecom/TelecomManager; HSPLandroid/app/SystemServiceRegistry$50;->createService(Landroid/app/ContextImpl;)Ljava/lang/Object; -HSPLandroid/app/SystemServiceRegistry$51;->createService(Landroid/app/ContextImpl;)Ljava/lang/Object; HSPLandroid/app/SystemServiceRegistry$52;->createService(Landroid/app/ContextImpl;)Landroid/app/UiModeManager; HSPLandroid/app/SystemServiceRegistry$52;->createService(Landroid/app/ContextImpl;)Ljava/lang/Object; HSPLandroid/app/SystemServiceRegistry$53;->createService(Landroid/app/ContextImpl;)Landroid/hardware/usb/UsbManager; HSPLandroid/app/SystemServiceRegistry$53;->createService(Landroid/app/ContextImpl;)Ljava/lang/Object; HSPLandroid/app/SystemServiceRegistry$56;->createService(Landroid/app/ContextImpl;)Landroid/os/Vibrator; HSPLandroid/app/SystemServiceRegistry$56;->createService(Landroid/app/ContextImpl;)Ljava/lang/Object; -HSPLandroid/app/SystemServiceRegistry$57;->createService(Landroid/app/ContextImpl;)Landroid/view/WindowManager; HSPLandroid/app/SystemServiceRegistry$57;->createService(Landroid/app/ContextImpl;)Ljava/lang/Object; HSPLandroid/app/SystemServiceRegistry$58;->createService(Landroid/app/ContextImpl;)Landroid/os/UserManager; HSPLandroid/app/SystemServiceRegistry$58;->createService(Landroid/app/ContextImpl;)Ljava/lang/Object; @@ -2039,6 +2053,7 @@ HSPLandroid/app/SystemServiceRegistry$70;->createService(Landroid/app/ContextImp HSPLandroid/app/SystemServiceRegistry$70;->createService(Landroid/app/ContextImpl;)Ljava/lang/Object; HSPLandroid/app/SystemServiceRegistry$75;->createService(Landroid/app/ContextImpl;)Ljava/lang/Object; HSPLandroid/app/SystemServiceRegistry$77;->createService(Landroid/app/ContextImpl;)Ljava/lang/Object; +HSPLandroid/app/SystemServiceRegistry$78;->createService(Landroid/app/ContextImpl;)Landroid/app/usage/UsageStatsManager; HSPLandroid/app/SystemServiceRegistry$78;->createService(Landroid/app/ContextImpl;)Ljava/lang/Object; HSPLandroid/app/SystemServiceRegistry$79;->createService(Landroid/app/ContextImpl;)Landroid/app/usage/NetworkStatsManager; HSPLandroid/app/SystemServiceRegistry$79;->createService(Landroid/app/ContextImpl;)Ljava/lang/Object; @@ -2050,8 +2065,8 @@ HSPLandroid/app/SystemServiceRegistry$88;->createService(Landroid/app/ContextImp HSPLandroid/app/SystemServiceRegistry$88;->createService(Landroid/app/ContextImpl;)Ljava/lang/Object; HSPLandroid/app/SystemServiceRegistry$8;->createService(Landroid/app/ContextImpl;)Landroid/media/AudioManager; HSPLandroid/app/SystemServiceRegistry$8;->createService(Landroid/app/ContextImpl;)Ljava/lang/Object; +HSPLandroid/app/SystemServiceRegistry$91;->createService(Landroid/app/ContextImpl;)Landroid/os/health/SystemHealthManager; HSPLandroid/app/SystemServiceRegistry$91;->createService(Landroid/app/ContextImpl;)Ljava/lang/Object; -HSPLandroid/app/SystemServiceRegistry$94;->createService(Landroid/app/ContextImpl;)Ljava/lang/Object; HSPLandroid/app/SystemServiceRegistry$95;->createService(Landroid/app/ContextImpl;)Landroid/view/autofill/AutofillManager; HSPLandroid/app/SystemServiceRegistry$95;->createService(Landroid/app/ContextImpl;)Ljava/lang/Object; HSPLandroid/app/SystemServiceRegistry$96;->createService(Landroid/app/ContextImpl;)Landroid/view/contentcapture/ContentCaptureManager; @@ -2066,19 +2081,14 @@ HSPLandroid/app/SystemServiceRegistry;->getSystemService(Landroid/app/ContextImp HSPLandroid/app/SystemServiceRegistry;->getSystemServiceName(Ljava/lang/Class;)Ljava/lang/String; HSPLandroid/app/TaskInfo;-><init>()V HSPLandroid/app/TaskInfo;->readFromParcel(Landroid/os/Parcel;)V -HSPLandroid/app/TaskStackListener;-><init>()V HSPLandroid/app/UiModeManager;-><init>(Landroid/content/Context;)V HSPLandroid/app/UiModeManager;->getCurrentModeType()I HSPLandroid/app/UriGrantsManager$1;->create()Landroid/app/IUriGrantsManager; HSPLandroid/app/UriGrantsManager$1;->create()Ljava/lang/Object; HSPLandroid/app/UriGrantsManager;->getService()Landroid/app/IUriGrantsManager; -HSPLandroid/app/WallpaperColors$1;->createFromParcel(Landroid/os/Parcel;)Landroid/app/WallpaperColors; -HSPLandroid/app/WallpaperColors$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object; -HSPLandroid/app/WallpaperColors;-><init>(Landroid/os/Parcel;)V HSPLandroid/app/WallpaperColors;->getColorHints()I HSPLandroid/app/WallpaperColors;->getMainColors()Ljava/util/List; HSPLandroid/app/WallpaperManager$ColorManagementProxy;-><init>(Landroid/content/Context;)V -HSPLandroid/app/WallpaperManager$Globals;-><init>(Landroid/app/IWallpaperManager;Landroid/os/Looper;)V HSPLandroid/app/WallpaperManager$Globals;->forgetLoadedWallpaper()V HSPLandroid/app/WallpaperManager;-><init>(Landroid/app/IWallpaperManager;Landroid/content/Context;Landroid/os/Handler;)V HSPLandroid/app/WallpaperManager;->initGlobals(Landroid/app/IWallpaperManager;Landroid/os/Looper;)V @@ -2129,6 +2139,21 @@ HSPLandroid/app/admin/IDevicePolicyManager$Stub$Proxy;->getDeviceOwnerComponent( HSPLandroid/app/admin/IDevicePolicyManager$Stub$Proxy;->getProfileOwner(I)Landroid/content/ComponentName; HSPLandroid/app/admin/IDevicePolicyManager$Stub$Proxy;->getProfileOwnerAsUser(I)Landroid/content/ComponentName; HSPLandroid/app/admin/IDevicePolicyManager$Stub;->asInterface(Landroid/os/IBinder;)Landroid/app/admin/IDevicePolicyManager; +HSPLandroid/app/assist/AssistStructure$ParcelTransferWriter;-><init>(Landroid/app/assist/AssistStructure;Landroid/os/Parcel;)V +HSPLandroid/app/assist/AssistStructure$ParcelTransferWriter;->pushViewStackEntry(Landroid/app/assist/AssistStructure$ViewNode;I)V +HSPLandroid/app/assist/AssistStructure$ParcelTransferWriter;->writeNextEntryToParcel(Landroid/app/assist/AssistStructure;Landroid/os/Parcel;Landroid/os/PooledStringWriter;)Z +HSPLandroid/app/assist/AssistStructure$ParcelTransferWriter;->writeToParcel(Landroid/app/assist/AssistStructure;Landroid/os/Parcel;)V +HSPLandroid/app/assist/AssistStructure$ParcelTransferWriter;->writeToParcelInner(Landroid/app/assist/AssistStructure;Landroid/os/Parcel;)Z +HSPLandroid/app/assist/AssistStructure$ParcelTransferWriter;->writeView(Landroid/app/assist/AssistStructure$ViewNode;Landroid/os/Parcel;Landroid/os/PooledStringWriter;I)V +HSPLandroid/app/assist/AssistStructure$SendChannel;->onTransact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z +HSPLandroid/app/assist/AssistStructure$ViewNode;-><init>()V +HSPLandroid/app/assist/AssistStructure$ViewNode;->getChildCount()I +HSPLandroid/app/assist/AssistStructure$ViewNode;->writeSelfToParcel(Landroid/os/Parcel;Landroid/os/PooledStringWriter;Z[F)I +HSPLandroid/app/assist/AssistStructure$ViewNodeText;->writeToParcel(Landroid/os/Parcel;ZZ)V +HSPLandroid/app/assist/AssistStructure$WindowNode;->writeSelfToParcel(Landroid/os/Parcel;Landroid/os/PooledStringWriter;[F)V +HSPLandroid/app/assist/AssistStructure;->access$500(Landroid/app/assist/AssistStructure;)Ljava/util/ArrayList; +HSPLandroid/app/assist/AssistStructure;->waitForReady()Z +HSPLandroid/app/assist/AssistStructure;->writeToParcel(Landroid/os/Parcel;I)V HSPLandroid/app/backup/BackupAgent$BackupServiceBinder;-><init>(Landroid/app/backup/BackupAgent;)V HSPLandroid/app/backup/BackupAgent$BackupServiceBinder;-><init>(Landroid/app/backup/BackupAgent;Landroid/app/backup/BackupAgent$1;)V HSPLandroid/app/backup/BackupAgent$BackupServiceBinder;->doBackup(Landroid/os/ParcelFileDescriptor;Landroid/os/ParcelFileDescriptor;Landroid/os/ParcelFileDescriptor;JLandroid/app/backup/IBackupCallback;I)V @@ -2270,7 +2295,6 @@ HSPLandroid/app/job/JobParameters;->getTriggeredContentAuthorities()[Ljava/lang/ HSPLandroid/app/job/JobParameters;->getTriggeredContentUris()[Landroid/net/Uri; HSPLandroid/app/job/JobScheduler;-><init>()V HSPLandroid/app/job/JobSchedulerFrameworkInitializer;->lambda$registerServiceWrappers$0(Landroid/os/IBinder;)Landroid/app/job/JobScheduler; -HSPLandroid/app/job/JobSchedulerFrameworkInitializer;->lambda$registerServiceWrappers$1(Landroid/content/Context;Landroid/os/IBinder;)Landroid/os/DeviceIdleManager; HSPLandroid/app/job/JobService$1;-><init>(Landroid/app/job/JobService;Landroid/app/Service;)V HSPLandroid/app/job/JobService$1;->onStartJob(Landroid/app/job/JobParameters;)Z HSPLandroid/app/job/JobService$1;->onStopJob(Landroid/app/job/JobParameters;)Z @@ -2418,21 +2442,16 @@ HSPLandroid/app/usage/StorageStats;->getCacheBytes()J HSPLandroid/app/usage/StorageStats;->getDataBytes()J HSPLandroid/app/usage/StorageStatsManager;-><init>(Landroid/content/Context;Landroid/app/usage/IStorageStatsManager;)V HSPLandroid/app/usage/StorageStatsManager;->queryStatsForPackage(Ljava/util/UUID;Ljava/lang/String;Landroid/os/UserHandle;)Landroid/app/usage/StorageStats; -HSPLandroid/app/usage/UsageEvents$1;->createFromParcel(Landroid/os/Parcel;)Landroid/app/usage/UsageEvents; -HSPLandroid/app/usage/UsageEvents$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object; HSPLandroid/app/usage/UsageEvents$Event;-><init>()V -HSPLandroid/app/usage/UsageEvents$Event;->getClassName()Ljava/lang/String; HSPLandroid/app/usage/UsageEvents$Event;->getEventType()I HSPLandroid/app/usage/UsageEvents$Event;->getPackageName()Ljava/lang/String; -HSPLandroid/app/usage/UsageEvents;-><init>(Landroid/os/Parcel;)V +HSPLandroid/app/usage/UsageEvents$Event;->getTimeStamp()J HSPLandroid/app/usage/UsageEvents;->getNextEvent(Landroid/app/usage/UsageEvents$Event;)Z HSPLandroid/app/usage/UsageEvents;->hasNextEvent()Z -HSPLandroid/app/usage/UsageEvents;->readEventFromParcel(Landroid/os/Parcel;Landroid/app/usage/UsageEvents$Event;)V HSPLandroid/app/usage/UsageStats;-><init>()V HSPLandroid/app/usage/UsageStatsManager;-><init>(Landroid/content/Context;Landroid/app/usage/IUsageStatsManager;)V HSPLandroid/appwidget/AppWidgetManager;-><init>(Landroid/content/Context;Lcom/android/internal/appwidget/IAppWidgetService;)V HSPLandroid/appwidget/AppWidgetManager;->getInstance(Landroid/content/Context;)Landroid/appwidget/AppWidgetManager; -HSPLandroid/bluetooth/-$$Lambda$BluetoothAdapter$2$INSd_aND-SGWhhPZUtIqya_Uxw4;-><init>(Landroid/bluetooth/BluetoothAdapter$2;)V HSPLandroid/bluetooth/BluetoothA2dp$1;-><init>(Landroid/bluetooth/BluetoothA2dp;Landroid/bluetooth/BluetoothProfile;ILjava/lang/String;Ljava/lang/String;)V HSPLandroid/bluetooth/BluetoothA2dp$1;->getServiceInterface(Landroid/os/IBinder;)Landroid/bluetooth/IBluetoothA2dp; HSPLandroid/bluetooth/BluetoothA2dp$1;->getServiceInterface(Landroid/os/IBinder;)Ljava/lang/Object; @@ -2455,14 +2474,17 @@ HSPLandroid/bluetooth/BluetoothAdapter;->getDefaultAdapter()Landroid/bluetooth/B HSPLandroid/bluetooth/BluetoothAdapter;->getProfileProxy(Landroid/content/Context;Landroid/bluetooth/BluetoothProfile$ServiceListener;I)Z HSPLandroid/bluetooth/BluetoothAdapter;->getState()I HSPLandroid/bluetooth/BluetoothAdapter;->isEnabled()Z -HSPLandroid/bluetooth/BluetoothAdapter;->isHearingAidProfileSupported()Z HSPLandroid/bluetooth/BluetoothAdapter;->setContext(Landroid/content/Context;)V HSPLandroid/bluetooth/BluetoothAdapter;->toDeviceSet([Landroid/bluetooth/BluetoothDevice;)Ljava/util/Set; HSPLandroid/bluetooth/BluetoothDevice$2;->createFromParcel(Landroid/os/Parcel;)Landroid/bluetooth/BluetoothDevice; HSPLandroid/bluetooth/BluetoothDevice$2;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object; +HSPLandroid/bluetooth/BluetoothDevice$2;->newArray(I)[Landroid/bluetooth/BluetoothDevice; +HSPLandroid/bluetooth/BluetoothDevice$2;->newArray(I)[Ljava/lang/Object; HSPLandroid/bluetooth/BluetoothDevice;-><init>(Ljava/lang/String;)V HSPLandroid/bluetooth/BluetoothDevice;->getAddress()Ljava/lang/String; +HSPLandroid/bluetooth/BluetoothDevice;->getName()Ljava/lang/String; HSPLandroid/bluetooth/BluetoothDevice;->getService()Landroid/bluetooth/IBluetooth; +HSPLandroid/bluetooth/BluetoothDevice;->hashCode()I HSPLandroid/bluetooth/BluetoothDevice;->toString()Ljava/lang/String; HSPLandroid/bluetooth/BluetoothDevice;->writeToParcel(Landroid/os/Parcel;I)V HSPLandroid/bluetooth/BluetoothHeadset$1;-><init>(Landroid/bluetooth/BluetoothHeadset;)V @@ -2475,7 +2497,6 @@ HSPLandroid/bluetooth/BluetoothHeadset;->access$202(Landroid/bluetooth/Bluetooth HSPLandroid/bluetooth/BluetoothHeadset;->access$300(Landroid/bluetooth/BluetoothHeadset;)Landroid/os/Handler; HSPLandroid/bluetooth/BluetoothHeadset;->access$400(Landroid/bluetooth/BluetoothHeadset;)Landroid/bluetooth/BluetoothProfile$ServiceListener; HSPLandroid/bluetooth/BluetoothHeadset;->doBind()Z -HSPLandroid/bluetooth/BluetoothHeadset;->isEnabled()Z HSPLandroid/bluetooth/BluetoothManager;-><init>(Landroid/content/Context;)V HSPLandroid/bluetooth/BluetoothManager;->getAdapter()Landroid/bluetooth/BluetoothAdapter; HSPLandroid/bluetooth/BluetoothProfileConnector$1;-><init>(Landroid/bluetooth/BluetoothProfileConnector;)V @@ -2492,6 +2513,8 @@ HSPLandroid/bluetooth/BluetoothProfileConnector;->doBind()Z HSPLandroid/bluetooth/BluetoothProfileConnector;->getService()Ljava/lang/Object; HSPLandroid/bluetooth/BluetoothProfileConnector;->logDebug(Ljava/lang/String;)V HSPLandroid/bluetooth/IBluetooth$Stub$Proxy;-><init>(Landroid/os/IBinder;)V +HSPLandroid/bluetooth/IBluetooth$Stub$Proxy;->getBondedDevices()[Landroid/bluetooth/BluetoothDevice; +HSPLandroid/bluetooth/IBluetooth$Stub$Proxy;->getRemoteName(Landroid/bluetooth/BluetoothDevice;)Ljava/lang/String; HSPLandroid/bluetooth/IBluetooth$Stub$Proxy;->getState()I HSPLandroid/bluetooth/IBluetooth$Stub;->asInterface(Landroid/os/IBinder;)Landroid/bluetooth/IBluetooth; HSPLandroid/bluetooth/IBluetoothA2dp$Stub$Proxy;-><init>(Landroid/os/IBinder;)V @@ -2509,7 +2532,6 @@ HSPLandroid/bluetooth/IBluetoothProfileServiceConnection$Stub;-><init>()V HSPLandroid/bluetooth/IBluetoothProfileServiceConnection$Stub;->asBinder()Landroid/os/IBinder; HSPLandroid/bluetooth/IBluetoothStateChangeCallback$Stub;-><init>()V HSPLandroid/bluetooth/IBluetoothStateChangeCallback$Stub;->asBinder()Landroid/os/IBinder; -HSPLandroid/bluetooth/le/ScanFilter$Builder;-><init>()V HSPLandroid/bluetooth/le/ScanFilter$Builder;->build()Landroid/bluetooth/le/ScanFilter; HSPLandroid/compat/Compatibility$Callbacks;-><init>()V HSPLandroid/compat/Compatibility;->isChangeEnabled(J)Z @@ -2524,12 +2546,12 @@ HSPLandroid/content/AbstractThreadedSyncAdapter$SyncThread;->run()V HSPLandroid/content/AbstractThreadedSyncAdapter;-><init>(Landroid/content/Context;ZZ)V HSPLandroid/content/AbstractThreadedSyncAdapter;->getContext()Landroid/content/Context; HSPLandroid/content/AbstractThreadedSyncAdapter;->getSyncAdapterBinder()Landroid/os/IBinder; -HSPLandroid/content/AsyncQueryHandler$WorkerHandler;-><init>(Landroid/content/AsyncQueryHandler;Landroid/os/Looper;)V HSPLandroid/content/AsyncQueryHandler;-><init>(Landroid/content/ContentResolver;)V HSPLandroid/content/AsyncQueryHandler;->createHandler(Landroid/os/Looper;)Landroid/os/Handler; HSPLandroid/content/AutofillOptions$1;->createFromParcel(Landroid/os/Parcel;)Landroid/content/AutofillOptions; HSPLandroid/content/AutofillOptions$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object; HSPLandroid/content/AutofillOptions;-><init>(IZ)V +HSPLandroid/content/AutofillOptions;->isAugmentedAutofillEnabled(Landroid/content/Context;)Z HSPLandroid/content/BroadcastReceiver$PendingResult$1;-><init>(Landroid/content/BroadcastReceiver$PendingResult;Landroid/app/IActivityManager;)V HSPLandroid/content/BroadcastReceiver$PendingResult$1;->run()V HSPLandroid/content/BroadcastReceiver$PendingResult;-><init>(ILjava/lang/String;Landroid/os/Bundle;IZZLandroid/os/IBinder;II)V @@ -2602,7 +2624,6 @@ HSPLandroid/content/ContentProvider;->attachInfo(Landroid/content/Context;Landro HSPLandroid/content/ContentProvider;->call(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Landroid/os/Bundle;)Landroid/os/Bundle; HSPLandroid/content/ContentProvider;->checkPermissionAndAppOp(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Landroid/os/IBinder;)I HSPLandroid/content/ContentProvider;->checkUser(IILandroid/content/Context;)Z -HSPLandroid/content/ContentProvider;->coerceToLocalContentProvider(Landroid/content/IContentProvider;)Landroid/content/ContentProvider; HSPLandroid/content/ContentProvider;->delete(Landroid/net/Uri;Landroid/os/Bundle;)I HSPLandroid/content/ContentProvider;->enforceReadPermissionInner(Landroid/net/Uri;Ljava/lang/String;Ljava/lang/String;Landroid/os/IBinder;)I HSPLandroid/content/ContentProvider;->enforceWritePermissionInner(Landroid/net/Uri;Ljava/lang/String;Ljava/lang/String;Landroid/os/IBinder;)I @@ -2623,6 +2644,7 @@ HSPLandroid/content/ContentProvider;->maybeAddUserId(Landroid/net/Uri;I)Landroid HSPLandroid/content/ContentProvider;->maybeGetUriWithoutUserId(Landroid/net/Uri;)Landroid/net/Uri; HSPLandroid/content/ContentProvider;->onCallingPackageChanged()V HSPLandroid/content/ContentProvider;->onConfigurationChanged(Landroid/content/res/Configuration;)V +HPLandroid/content/ContentProvider;->onLowMemory()V HSPLandroid/content/ContentProvider;->onTrimMemory(I)V HSPLandroid/content/ContentProvider;->openAssetFile(Landroid/net/Uri;Ljava/lang/String;)Landroid/content/res/AssetFileDescriptor; HSPLandroid/content/ContentProvider;->openTypedAssetFile(Landroid/net/Uri;Ljava/lang/String;Landroid/os/Bundle;)Landroid/content/res/AssetFileDescriptor; @@ -2659,6 +2681,9 @@ HSPLandroid/content/ContentProviderNative;-><init>()V HSPLandroid/content/ContentProviderNative;->asBinder()Landroid/os/IBinder; HSPLandroid/content/ContentProviderNative;->asInterface(Landroid/os/IBinder;)Landroid/content/IContentProvider; HSPLandroid/content/ContentProviderNative;->onTransact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z +HSPLandroid/content/ContentProviderOperation$Builder;->assertValuesAllowed()V +HSPLandroid/content/ContentProviderOperation$Builder;->build()Landroid/content/ContentProviderOperation; +HSPLandroid/content/ContentProviderOperation;-><init>(Landroid/content/ContentProviderOperation$Builder;)V HSPLandroid/content/ContentProviderOperation;->getUri()Landroid/net/Uri; HSPLandroid/content/ContentProviderProxy;-><init>(Landroid/os/IBinder;)V HSPLandroid/content/ContentProviderProxy;->asBinder()Landroid/os/IBinder; @@ -2732,7 +2757,6 @@ HSPLandroid/content/ContentValues;->getAsBoolean(Ljava/lang/String;)Ljava/lang/B HSPLandroid/content/ContentValues;->getAsInteger(Ljava/lang/String;)Ljava/lang/Integer; HSPLandroid/content/ContentValues;->getAsLong(Ljava/lang/String;)Ljava/lang/Long; HSPLandroid/content/ContentValues;->getAsString(Ljava/lang/String;)Ljava/lang/String; -HSPLandroid/content/ContentValues;->getValues()Landroid/util/ArrayMap; HSPLandroid/content/ContentValues;->isEmpty()Z HSPLandroid/content/ContentValues;->keySet()Ljava/util/Set; HSPLandroid/content/ContentValues;->put(Ljava/lang/String;Ljava/lang/Boolean;)V @@ -2763,6 +2787,7 @@ HSPLandroid/content/Context;->obtainStyledAttributes(Landroid/util/AttributeSet; HSPLandroid/content/Context;->obtainStyledAttributes([I)Landroid/content/res/TypedArray; HSPLandroid/content/ContextWrapper;-><init>(Landroid/content/Context;)V HSPLandroid/content/ContextWrapper;->attachBaseContext(Landroid/content/Context;)V +HSPLandroid/content/ContextWrapper;->bindIsolatedService(Landroid/content/Intent;ILjava/lang/String;Ljava/util/concurrent/Executor;Landroid/content/ServiceConnection;)Z HSPLandroid/content/ContextWrapper;->bindService(Landroid/content/Intent;Landroid/content/ServiceConnection;I)Z HSPLandroid/content/ContextWrapper;->bindServiceAsUser(Landroid/content/Intent;Landroid/content/ServiceConnection;ILandroid/os/UserHandle;)Z HSPLandroid/content/ContextWrapper;->canLoadUnsafeResources()Z @@ -2829,7 +2854,6 @@ HSPLandroid/content/ContextWrapper;->sendBroadcast(Landroid/content/Intent;)V HSPLandroid/content/ContextWrapper;->sendBroadcast(Landroid/content/Intent;Ljava/lang/String;)V HSPLandroid/content/ContextWrapper;->sendBroadcastAsUser(Landroid/content/Intent;Landroid/os/UserHandle;)V HSPLandroid/content/ContextWrapper;->sendBroadcastAsUser(Landroid/content/Intent;Landroid/os/UserHandle;Ljava/lang/String;)V -HSPLandroid/content/ContextWrapper;->sendStickyBroadcastAsUser(Landroid/content/Intent;Landroid/os/UserHandle;)V HSPLandroid/content/ContextWrapper;->setAutofillOptions(Landroid/content/AutofillOptions;)V HSPLandroid/content/ContextWrapper;->setContentCaptureOptions(Landroid/content/ContentCaptureOptions;)V HSPLandroid/content/ContextWrapper;->startForegroundService(Landroid/content/Intent;)Landroid/content/ComponentName; @@ -2921,6 +2945,7 @@ HSPLandroid/content/Intent;->putParcelableArrayListExtra(Ljava/lang/String;Ljava HSPLandroid/content/Intent;->putStringArrayListExtra(Ljava/lang/String;Ljava/util/ArrayList;)Landroid/content/Intent; HSPLandroid/content/Intent;->readFromParcel(Landroid/os/Parcel;)V HSPLandroid/content/Intent;->removeCategory(Ljava/lang/String;)V +HSPLandroid/content/Intent;->removeExtra(Ljava/lang/String;)V HSPLandroid/content/Intent;->replaceExtras(Landroid/os/Bundle;)Landroid/content/Intent; HSPLandroid/content/Intent;->resolveActivity(Landroid/content/pm/PackageManager;)Landroid/content/ComponentName; HSPLandroid/content/Intent;->resolveSystemService(Landroid/content/pm/PackageManager;I)Landroid/content/ComponentName; @@ -2949,7 +2974,6 @@ HSPLandroid/content/Intent;->writeToParcel(Landroid/os/Parcel;I)V HSPLandroid/content/IntentFilter$1;->createFromParcel(Landroid/os/Parcel;)Landroid/content/IntentFilter; HSPLandroid/content/IntentFilter$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object; HSPLandroid/content/IntentFilter$AuthorityEntry;-><init>(Ljava/lang/String;Ljava/lang/String;)V -HSPLandroid/content/IntentFilter$AuthorityEntry;->writeToParcel(Landroid/os/Parcel;)V HSPLandroid/content/IntentFilter;-><init>()V HSPLandroid/content/IntentFilter;-><init>(Landroid/os/Parcel;)V HSPLandroid/content/IntentFilter;-><init>(Ljava/lang/String;)V @@ -2966,7 +2990,6 @@ HSPLandroid/content/IntentFilter;->addDataType(Ljava/lang/String;)V HSPLandroid/content/IntentFilter;->countActions()I HSPLandroid/content/IntentFilter;->getAction(I)Ljava/lang/String; HSPLandroid/content/IntentFilter;->getAutoVerify()Z -HSPLandroid/content/IntentFilter;->getPriority()I HSPLandroid/content/IntentFilter;->hasAction(Ljava/lang/String;)Z HSPLandroid/content/IntentFilter;->hasCategory(Ljava/lang/String;)Z HSPLandroid/content/IntentFilter;->match(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Landroid/net/Uri;Ljava/util/Set;Ljava/lang/String;)I @@ -2992,6 +3015,7 @@ HSPLandroid/content/UndoManager;-><init>()V HSPLandroid/content/UndoManager;->forgetRedos([Landroid/content/UndoOwner;I)I HSPLandroid/content/UndoManager;->forgetUndos([Landroid/content/UndoOwner;I)I HSPLandroid/content/UndoManager;->getOwner(Ljava/lang/String;Ljava/lang/Object;)Landroid/content/UndoOwner; +HSPLandroid/content/UndoManager;->saveInstanceState(Landroid/os/Parcel;)V HSPLandroid/content/UndoOwner;-><init>(Ljava/lang/String;Landroid/content/UndoManager;)V HSPLandroid/content/UriMatcher;-><init>(I)V HSPLandroid/content/UriMatcher;-><init>(ILjava/lang/String;)V @@ -3045,12 +3069,10 @@ HSPLandroid/content/pm/ConfigurationInfo$1;->createFromParcel(Landroid/os/Parcel HSPLandroid/content/pm/ConfigurationInfo$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object; HSPLandroid/content/pm/ConfigurationInfo;-><init>(Landroid/os/Parcel;)V HSPLandroid/content/pm/ConfigurationInfo;-><init>(Landroid/os/Parcel;Landroid/content/pm/ConfigurationInfo$1;)V +HSPLandroid/content/pm/FeatureInfo$1;->createFromParcel(Landroid/os/Parcel;)Landroid/content/pm/FeatureInfo; +HSPLandroid/content/pm/FeatureInfo$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object; HSPLandroid/content/pm/ILauncherApps$Stub;->asInterface(Landroid/os/IBinder;)Landroid/content/pm/ILauncherApps; HSPLandroid/content/pm/IOnAppsChangedListener$Stub;-><init>()V -HSPLandroid/content/pm/IPackageInstaller$Stub$Proxy;-><init>(Landroid/os/IBinder;)V -HSPLandroid/content/pm/IPackageInstaller$Stub;->asInterface(Landroid/os/IBinder;)Landroid/content/pm/IPackageInstaller; -HSPLandroid/content/pm/IPackageInstallerCallback$Stub;-><init>()V -HSPLandroid/content/pm/IPackageInstallerCallback$Stub;->asBinder()Landroid/os/IBinder; HSPLandroid/content/pm/IPackageManager$Stub$Proxy;-><init>(Landroid/os/IBinder;)V HSPLandroid/content/pm/IPackageManager$Stub$Proxy;->getActivityInfo(Landroid/content/ComponentName;II)Landroid/content/pm/ActivityInfo; HSPLandroid/content/pm/IPackageManager$Stub$Proxy;->getApplicationEnabledSetting(Ljava/lang/String;I)I @@ -3091,8 +3113,6 @@ HSPLandroid/content/pm/PackageInfo;-><init>(Landroid/os/Parcel;Landroid/content/ HSPLandroid/content/pm/PackageInfo;->composeLongVersionCode(II)J HSPLandroid/content/pm/PackageInfo;->getLongVersionCode()J HSPLandroid/content/pm/PackageInfo;->propagateApplicationInfo(Landroid/content/pm/ApplicationInfo;[Landroid/content/pm/ComponentInfo;)V -HSPLandroid/content/pm/PackageInstaller$SessionCallback;-><init>()V -HSPLandroid/content/pm/PackageInstaller$SessionCallbackDelegate;-><init>(Landroid/content/pm/PackageInstaller$SessionCallback;Ljava/util/concurrent/Executor;)V HSPLandroid/content/pm/PackageInstaller;-><init>(Landroid/content/pm/IPackageInstaller;Ljava/lang/String;I)V HSPLandroid/content/pm/PackageItemInfo;-><init>()V HSPLandroid/content/pm/PackageItemInfo;-><init>(Landroid/content/pm/PackageItemInfo;)V @@ -3104,7 +3124,6 @@ HSPLandroid/content/pm/PackageItemInfo;->loadXmlMetaData(Landroid/content/pm/Pac HSPLandroid/content/pm/PackageItemInfo;->writeToParcel(Landroid/os/Parcel;I)V HSPLandroid/content/pm/PackageManager$NameNotFoundException;-><init>(Ljava/lang/String;)V HSPLandroid/content/pm/PackageManager;-><init>()V -HSPLandroid/content/pm/PackageManager;->getApplicationInfoAsUser(Ljava/lang/String;ILandroid/os/UserHandle;)Landroid/content/pm/ApplicationInfo; HSPLandroid/content/pm/PackageManager;->queryBroadcastReceiversAsUser(Landroid/content/Intent;ILandroid/os/UserHandle;)Ljava/util/List; HSPLandroid/content/pm/PackageManager;->queryIntentActivitiesAsUser(Landroid/content/Intent;ILandroid/os/UserHandle;)Ljava/util/List; HSPLandroid/content/pm/PackageManager;->queryIntentServicesAsUser(Landroid/content/Intent;ILandroid/os/UserHandle;)Ljava/util/List; @@ -3165,15 +3184,17 @@ HSPLandroid/content/pm/SharedLibraryInfo;->getPath()Ljava/lang/String; HSPLandroid/content/pm/SharedLibraryInfo;->writeToParcel(Landroid/os/Parcel;I)V HSPLandroid/content/pm/ShortcutInfo$1;->createFromParcel(Landroid/os/Parcel;)Landroid/content/pm/ShortcutInfo; HSPLandroid/content/pm/ShortcutInfo$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object; +HSPLandroid/content/pm/ShortcutInfo$Builder;-><init>(Landroid/content/Context;Ljava/lang/String;)V +HSPLandroid/content/pm/ShortcutInfo$Builder;->build()Landroid/content/pm/ShortcutInfo; +HSPLandroid/content/pm/ShortcutInfo$Builder;->setIcon(Landroid/graphics/drawable/Icon;)Landroid/content/pm/ShortcutInfo$Builder; +HSPLandroid/content/pm/ShortcutInfo;-><init>(Landroid/content/pm/ShortcutInfo$Builder;)V HSPLandroid/content/pm/ShortcutInfo;-><init>(Landroid/os/Parcel;)V HSPLandroid/content/pm/ShortcutInfo;-><init>(Landroid/os/Parcel;Landroid/content/pm/ShortcutInfo$1;)V HSPLandroid/content/pm/ShortcutInfo;->cloneCategories(Ljava/util/Set;)Landroid/util/ArraySet; HSPLandroid/content/pm/ShortcutInfo;->cloneIntents([Landroid/content/Intent;)[Landroid/content/Intent; HSPLandroid/content/pm/ShortcutInfo;->clonePersons([Landroid/app/Person;)[Landroid/app/Person; HSPLandroid/content/pm/ShortcutInfo;->fixUpIntentExtras()V -HSPLandroid/content/pm/ShortcutInfo;->getDisabledReason()I HSPLandroid/content/pm/ShortcutInfo;->getId()Ljava/lang/String; -HSPLandroid/content/pm/ShortcutInfo;->getPackage()Ljava/lang/String; HSPLandroid/content/pm/ShortcutInfo;->hasFlags(I)Z HSPLandroid/content/pm/ShortcutInfo;->hasKeyFieldsOnly()Z HSPLandroid/content/pm/ShortcutInfo;->validateIcon(Landroid/graphics/drawable/Icon;)Landroid/graphics/drawable/Icon; @@ -3186,7 +3207,6 @@ HSPLandroid/content/pm/Signature$1;->newArray(I)[Landroid/content/pm/Signature; HSPLandroid/content/pm/Signature$1;->newArray(I)[Ljava/lang/Object; HSPLandroid/content/pm/Signature;-><init>(Landroid/os/Parcel;)V HSPLandroid/content/pm/Signature;-><init>(Landroid/os/Parcel;Landroid/content/pm/Signature$1;)V -HSPLandroid/content/pm/Signature;-><init>([B)V HSPLandroid/content/pm/Signature;->equals(Ljava/lang/Object;)Z HSPLandroid/content/pm/Signature;->hashCode()I HSPLandroid/content/pm/Signature;->toByteArray()[B @@ -3195,13 +3215,8 @@ HSPLandroid/content/pm/UserInfo$1;->createFromParcel(Landroid/os/Parcel;)Ljava/l HSPLandroid/content/pm/UserInfo;-><init>(Landroid/os/Parcel;)V HSPLandroid/content/pm/UserInfo;-><init>(Landroid/os/Parcel;Landroid/content/pm/UserInfo$1;)V HSPLandroid/content/pm/UserInfo;->getUserHandle()Landroid/os/UserHandle; -HSPLandroid/content/pm/UserInfo;->isEphemeral()Z HSPLandroid/content/pm/UserInfo;->isGuest()Z HSPLandroid/content/pm/UserInfo;->isManagedProfile()Z -HSPLandroid/content/pm/UserInfo;->isProfile()Z -HSPLandroid/content/pm/UserInfo;->isRestricted()Z -HSPLandroid/content/pm/UserInfo;->supportsSwitchTo()Z -HSPLandroid/content/pm/UserInfo;->supportsSwitchToByUser()Z HSPLandroid/content/pm/VersionedPackage$1;->createFromParcel(Landroid/os/Parcel;)Landroid/content/pm/VersionedPackage; HSPLandroid/content/pm/VersionedPackage$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object; HSPLandroid/content/pm/VersionedPackage;-><init>(Landroid/os/Parcel;)V @@ -3209,11 +3224,7 @@ HSPLandroid/content/pm/VersionedPackage;-><init>(Landroid/os/Parcel;Landroid/con HSPLandroid/content/pm/VersionedPackage;->writeToParcel(Landroid/os/Parcel;I)V HSPLandroid/content/pm/dex/ArtManager;->getCurrentProfilePath(Ljava/lang/String;ILjava/lang/String;)Ljava/lang/String; HSPLandroid/content/pm/dex/ArtManager;->getProfileName(Ljava/lang/String;)Ljava/lang/String; -HSPLandroid/content/pm/permission/SplitPermissionInfoParcelable$1;-><init>()V -HSPLandroid/content/pm/permission/SplitPermissionInfoParcelable;-><clinit>()V HSPLandroid/content/pm/permission/SplitPermissionInfoParcelable;-><init>(Ljava/lang/String;Ljava/util/List;I)V -HSPLandroid/content/pm/permission/SplitPermissionInfoParcelable;->getSplitPermission()Ljava/lang/String; -HSPLandroid/content/pm/permission/SplitPermissionInfoParcelable;->getTargetSdk()I HSPLandroid/content/pm/permission/SplitPermissionInfoParcelable;->onConstructed()V HSPLandroid/content/res/-$$Lambda$Resources$4msWUw7LKsgLexLZjIfWa4oguq4;->test(Ljava/lang/Object;)Z HSPLandroid/content/res/-$$Lambda$ResourcesImpl$99dm2ENnzo9b0SIUjUj2Kl3pi90;->onHeaderDecoded(Landroid/graphics/ImageDecoder;Landroid/graphics/ImageDecoder$ImageInfo;Landroid/graphics/ImageDecoder$Source;)V @@ -3311,6 +3322,7 @@ HSPLandroid/content/res/AssetManager;->open(Ljava/lang/String;)Ljava/io/InputStr HSPLandroid/content/res/AssetManager;->open(Ljava/lang/String;I)Ljava/io/InputStream; HSPLandroid/content/res/AssetManager;->openNonAsset(ILjava/lang/String;I)Ljava/io/InputStream; HSPLandroid/content/res/AssetManager;->openNonAssetFd(ILjava/lang/String;)Landroid/content/res/AssetFileDescriptor; +HSPLandroid/content/res/AssetManager;->openNonAssetFd(Ljava/lang/String;)Landroid/content/res/AssetFileDescriptor; HSPLandroid/content/res/AssetManager;->openXmlBlockAsset(ILjava/lang/String;)Landroid/content/res/XmlBlock; HSPLandroid/content/res/AssetManager;->releaseTheme(J)V HSPLandroid/content/res/AssetManager;->resolveAttrs(JII[I[I[I[I)Z @@ -3804,7 +3816,9 @@ HSPLandroid/database/CursorWrapper;->getColumnIndexOrThrow(Ljava/lang/String;)I HSPLandroid/database/CursorWrapper;->getCount()I HSPLandroid/database/CursorWrapper;->getInt(I)I HSPLandroid/database/CursorWrapper;->getLong(I)J +HSPLandroid/database/CursorWrapper;->getPosition()I HSPLandroid/database/CursorWrapper;->getString(I)Ljava/lang/String; +HSPLandroid/database/CursorWrapper;->getType(I)I HSPLandroid/database/CursorWrapper;->getWrappedCursor()Landroid/database/Cursor; HSPLandroid/database/CursorWrapper;->isAfterLast()Z HSPLandroid/database/CursorWrapper;->isNull(I)Z @@ -3894,6 +3908,7 @@ HSPLandroid/database/sqlite/SQLiteConnection;->bindArguments(Landroid/database/s HSPLandroid/database/sqlite/SQLiteConnection;->canonicalizeSyncMode(Ljava/lang/String;)Ljava/lang/String; HSPLandroid/database/sqlite/SQLiteConnection;->checkDatabaseWiped()V HSPLandroid/database/sqlite/SQLiteConnection;->close()V +HSPLandroid/database/sqlite/SQLiteConnection;->collectDbStats(Ljava/util/ArrayList;)V HSPLandroid/database/sqlite/SQLiteConnection;->detachCancellationSignal(Landroid/os/CancellationSignal;)V HSPLandroid/database/sqlite/SQLiteConnection;->dispose(Z)V HSPLandroid/database/sqlite/SQLiteConnection;->execute(Ljava/lang/String;[Ljava/lang/Object;Landroid/os/CancellationSignal;)V @@ -3905,6 +3920,7 @@ HSPLandroid/database/sqlite/SQLiteConnection;->executeForString(Ljava/lang/Strin HSPLandroid/database/sqlite/SQLiteConnection;->finalize()V HSPLandroid/database/sqlite/SQLiteConnection;->finalizePreparedStatement(Landroid/database/sqlite/SQLiteConnection$PreparedStatement;)V HSPLandroid/database/sqlite/SQLiteConnection;->getConnectionId()I +HSPLandroid/database/sqlite/SQLiteConnection;->getMainDbStatsUnsafe(IJJ)Landroid/database/sqlite/SQLiteDebug$DbStats; HSPLandroid/database/sqlite/SQLiteConnection;->isCacheable(I)Z HSPLandroid/database/sqlite/SQLiteConnection;->isPreparedStatementInCache(Ljava/lang/String;)Z HSPLandroid/database/sqlite/SQLiteConnection;->isPrimaryConnection()Z @@ -3946,6 +3962,7 @@ HSPLandroid/database/sqlite/SQLiteConnectionPool;->closeAvailableNonPrimaryConne HSPLandroid/database/sqlite/SQLiteConnectionPool;->closeAvailableNonPrimaryConnectionsAndLogExceptionsLocked()V HSPLandroid/database/sqlite/SQLiteConnectionPool;->closeConnectionAndLogExceptionsLocked(Landroid/database/sqlite/SQLiteConnection;)V HSPLandroid/database/sqlite/SQLiteConnectionPool;->closeExcessConnectionsAndLogExceptionsLocked()V +HSPLandroid/database/sqlite/SQLiteConnectionPool;->collectDbStats(Ljava/util/ArrayList;)V HSPLandroid/database/sqlite/SQLiteConnectionPool;->discardAcquiredConnectionsLocked()V HSPLandroid/database/sqlite/SQLiteConnectionPool;->dispose(Z)V HSPLandroid/database/sqlite/SQLiteConnectionPool;->finalize()V @@ -3970,6 +3987,7 @@ HSPLandroid/database/sqlite/SQLiteConnectionPool;->tryAcquireNonPrimaryConnectio HSPLandroid/database/sqlite/SQLiteConnectionPool;->tryAcquirePrimaryConnectionLocked(I)Landroid/database/sqlite/SQLiteConnection; HSPLandroid/database/sqlite/SQLiteConnectionPool;->waitForConnection(Ljava/lang/String;ILandroid/os/CancellationSignal;)Landroid/database/sqlite/SQLiteConnection; HSPLandroid/database/sqlite/SQLiteConnectionPool;->wakeConnectionWaitersLocked()V +HSPLandroid/database/sqlite/SQLiteConstraintException;-><init>(Ljava/lang/String;)V HSPLandroid/database/sqlite/SQLiteCursor;-><init>(Landroid/database/sqlite/SQLiteCursorDriver;Ljava/lang/String;Landroid/database/sqlite/SQLiteQuery;)V HSPLandroid/database/sqlite/SQLiteCursor;->close()V HSPLandroid/database/sqlite/SQLiteCursor;->fillWindow(I)V @@ -4004,11 +4022,13 @@ HSPLandroid/database/sqlite/SQLiteDatabase;->beginTransaction()V HSPLandroid/database/sqlite/SQLiteDatabase;->beginTransaction(Landroid/database/sqlite/SQLiteTransactionListener;Z)V HSPLandroid/database/sqlite/SQLiteDatabase;->beginTransactionNonExclusive()V HSPLandroid/database/sqlite/SQLiteDatabase;->beginTransactionWithListener(Landroid/database/sqlite/SQLiteTransactionListener;)V +HSPLandroid/database/sqlite/SQLiteDatabase;->collectDbStats(Ljava/util/ArrayList;)V HSPLandroid/database/sqlite/SQLiteDatabase;->compileStatement(Ljava/lang/String;)Landroid/database/sqlite/SQLiteStatement; HSPLandroid/database/sqlite/SQLiteDatabase;->createSession()Landroid/database/sqlite/SQLiteSession; HSPLandroid/database/sqlite/SQLiteDatabase;->delete(Ljava/lang/String;Ljava/lang/String;[Ljava/lang/String;)I HSPLandroid/database/sqlite/SQLiteDatabase;->disableWriteAheadLogging()V HSPLandroid/database/sqlite/SQLiteDatabase;->dispose(Z)V +HSPLandroid/database/sqlite/SQLiteDatabase;->dumpAll(Landroid/util/Printer;ZZ)V HSPLandroid/database/sqlite/SQLiteDatabase;->enableWriteAheadLogging()Z HSPLandroid/database/sqlite/SQLiteDatabase;->endTransaction()V HSPLandroid/database/sqlite/SQLiteDatabase;->execSQL(Ljava/lang/String;)V @@ -4044,6 +4064,7 @@ HSPLandroid/database/sqlite/SQLiteDatabase;->queryWithFactory(Landroid/database/ HSPLandroid/database/sqlite/SQLiteDatabase;->rawQuery(Ljava/lang/String;[Ljava/lang/String;)Landroid/database/Cursor; HSPLandroid/database/sqlite/SQLiteDatabase;->rawQueryWithFactory(Landroid/database/sqlite/SQLiteDatabase$CursorFactory;Ljava/lang/String;[Ljava/lang/String;Ljava/lang/String;)Landroid/database/Cursor; HSPLandroid/database/sqlite/SQLiteDatabase;->rawQueryWithFactory(Landroid/database/sqlite/SQLiteDatabase$CursorFactory;Ljava/lang/String;[Ljava/lang/String;Ljava/lang/String;Landroid/os/CancellationSignal;)Landroid/database/Cursor; +HSPLandroid/database/sqlite/SQLiteDatabase;->releaseMemory()I HSPLandroid/database/sqlite/SQLiteDatabase;->replace(Ljava/lang/String;Ljava/lang/String;Landroid/content/ContentValues;)J HSPLandroid/database/sqlite/SQLiteDatabase;->replaceOrThrow(Ljava/lang/String;Ljava/lang/String;Landroid/content/ContentValues;)J HSPLandroid/database/sqlite/SQLiteDatabase;->setForeignKeyConstraintsEnabled(Z)V @@ -4059,6 +4080,7 @@ HSPLandroid/database/sqlite/SQLiteDatabaseConfiguration;->isInMemoryDb()Z HSPLandroid/database/sqlite/SQLiteDatabaseConfiguration;->isLegacyCompatibilityWalEnabled()Z HSPLandroid/database/sqlite/SQLiteDatabaseConfiguration;->stripPathForLogs(Ljava/lang/String;)Ljava/lang/String; HSPLandroid/database/sqlite/SQLiteDatabaseConfiguration;->updateParametersFrom(Landroid/database/sqlite/SQLiteDatabaseConfiguration;)V +HSPLandroid/database/sqlite/SQLiteDebug$DbStats;-><init>(Ljava/lang/String;JJIIII)V HSPLandroid/database/sqlite/SQLiteDebug$NoPreloadHolder;-><clinit>()V HSPLandroid/database/sqlite/SQLiteDebug$NoPreloadHolder;->access$000()Ljava/lang/String; HSPLandroid/database/sqlite/SQLiteDebug$PagerStats;-><init>()V @@ -4077,6 +4099,7 @@ HSPLandroid/database/sqlite/SQLiteGlobal;->getWALAutoCheckpoint()I HSPLandroid/database/sqlite/SQLiteGlobal;->getWALConnectionPoolSize()I HSPLandroid/database/sqlite/SQLiteGlobal;->getWALSyncMode()Ljava/lang/String; HSPLandroid/database/sqlite/SQLiteGlobal;->getWALTruncateSize()J +HSPLandroid/database/sqlite/SQLiteGlobal;->releaseMemory()I HSPLandroid/database/sqlite/SQLiteOpenHelper;-><init>(Landroid/content/Context;Ljava/lang/String;IILandroid/database/sqlite/SQLiteDatabase$OpenParams$Builder;)V HSPLandroid/database/sqlite/SQLiteOpenHelper;-><init>(Landroid/content/Context;Ljava/lang/String;Landroid/database/sqlite/SQLiteDatabase$CursorFactory;I)V HSPLandroid/database/sqlite/SQLiteOpenHelper;-><init>(Landroid/content/Context;Ljava/lang/String;Landroid/database/sqlite/SQLiteDatabase$CursorFactory;IILandroid/database/DatabaseErrorHandler;)V @@ -4122,7 +4145,6 @@ HSPLandroid/database/sqlite/SQLiteQueryBuilder;->computeWhere(Ljava/lang/String; HSPLandroid/database/sqlite/SQLiteQueryBuilder;->isStrict()Z HSPLandroid/database/sqlite/SQLiteQueryBuilder;->isStrictColumns()Z HSPLandroid/database/sqlite/SQLiteQueryBuilder;->isStrictGrammar()Z -HSPLandroid/database/sqlite/SQLiteQueryBuilder;->maybeWithOperator(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String; HSPLandroid/database/sqlite/SQLiteQueryBuilder;->query(Landroid/database/sqlite/SQLiteDatabase;[Ljava/lang/String;Ljava/lang/String;[Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Landroid/database/Cursor; HSPLandroid/database/sqlite/SQLiteQueryBuilder;->query(Landroid/database/sqlite/SQLiteDatabase;[Ljava/lang/String;Ljava/lang/String;[Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Landroid/database/Cursor; HSPLandroid/database/sqlite/SQLiteQueryBuilder;->query(Landroid/database/sqlite/SQLiteDatabase;[Ljava/lang/String;Ljava/lang/String;[Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Landroid/os/CancellationSignal;)Landroid/database/Cursor; @@ -4160,17 +4182,12 @@ HSPLandroid/database/sqlite/SQLiteStatement;->simpleQueryForLong()J HSPLandroid/database/sqlite/SQLiteStatementInfo;-><init>()V HSPLandroid/ddm/DdmHandleAppName$Names;-><init>(Ljava/lang/String;Ljava/lang/String;)V HSPLandroid/ddm/DdmHandleAppName$Names;-><init>(Ljava/lang/String;Ljava/lang/String;Landroid/ddm/DdmHandleAppName$1;)V -HSPLandroid/ddm/DdmHandleAppName$Names;->getAppName()Ljava/lang/String; -HSPLandroid/ddm/DdmHandleAppName$Names;->getPkgName()Ljava/lang/String; -HSPLandroid/ddm/DdmHandleAppName;->getNames()Landroid/ddm/DdmHandleAppName$Names; HSPLandroid/ddm/DdmHandleAppName;->sendAPNM(Ljava/lang/String;Ljava/lang/String;I)V HSPLandroid/ddm/DdmHandleAppName;->setAppName(Ljava/lang/String;I)V HSPLandroid/ddm/DdmHandleAppName;->setAppName(Ljava/lang/String;Ljava/lang/String;I)V HSPLandroid/ddm/DdmHandleExit;->connected()V HSPLandroid/ddm/DdmHandleHeap;->connected()V HSPLandroid/ddm/DdmHandleHeap;->handleChunk(Lorg/apache/harmony/dalvik/ddmc/Chunk;)Lorg/apache/harmony/dalvik/ddmc/Chunk; -HSPLandroid/ddm/DdmHandleHeap;->handleHPIF(Lorg/apache/harmony/dalvik/ddmc/Chunk;)Lorg/apache/harmony/dalvik/ddmc/Chunk; -HSPLandroid/ddm/DdmHandleHeap;->handleREAQ(Lorg/apache/harmony/dalvik/ddmc/Chunk;)Lorg/apache/harmony/dalvik/ddmc/Chunk; HSPLandroid/ddm/DdmHandleHello;->connected()V HSPLandroid/ddm/DdmHandleHello;->handleChunk(Lorg/apache/harmony/dalvik/ddmc/Chunk;)Lorg/apache/harmony/dalvik/ddmc/Chunk; HSPLandroid/ddm/DdmHandleHello;->handleFEAT(Lorg/apache/harmony/dalvik/ddmc/Chunk;)Lorg/apache/harmony/dalvik/ddmc/Chunk; @@ -4178,7 +4195,6 @@ HSPLandroid/ddm/DdmHandleHello;->handleHELO(Lorg/apache/harmony/dalvik/ddmc/Chun HSPLandroid/ddm/DdmHandleNativeHeap;->connected()V HSPLandroid/ddm/DdmHandleProfiling;->connected()V HSPLandroid/ddm/DdmHandleProfiling;->handleChunk(Lorg/apache/harmony/dalvik/ddmc/Chunk;)Lorg/apache/harmony/dalvik/ddmc/Chunk; -HSPLandroid/ddm/DdmHandleProfiling;->handleMPRQ(Lorg/apache/harmony/dalvik/ddmc/Chunk;)Lorg/apache/harmony/dalvik/ddmc/Chunk; HSPLandroid/ddm/DdmHandleThread;->connected()V HSPLandroid/ddm/DdmHandleViewDebug;->connected()V HSPLandroid/graphics/BaseCanvas;-><init>()V @@ -4199,9 +4215,12 @@ HSPLandroid/graphics/BaseCanvas;->throwIfHasHwBitmapInSwMode(Landroid/graphics/P HSPLandroid/graphics/BaseCanvas;->throwIfHasHwBitmapInSwMode(Landroid/graphics/Shader;)V HSPLandroid/graphics/BaseCanvas;->throwIfHwBitmapInSwMode(Landroid/graphics/Bitmap;)V HSPLandroid/graphics/BaseRecordingCanvas;-><init>(J)V +HSPLandroid/graphics/BaseRecordingCanvas;->drawArc(Landroid/graphics/RectF;FFZLandroid/graphics/Paint;)V +HSPLandroid/graphics/BaseRecordingCanvas;->drawBitmap(Landroid/graphics/Bitmap;FFLandroid/graphics/Paint;)V HSPLandroid/graphics/BaseRecordingCanvas;->drawBitmap(Landroid/graphics/Bitmap;Landroid/graphics/Rect;Landroid/graphics/Rect;Landroid/graphics/Paint;)V HSPLandroid/graphics/BaseRecordingCanvas;->drawCircle(FFFLandroid/graphics/Paint;)V HSPLandroid/graphics/BaseRecordingCanvas;->drawColor(I)V +HSPLandroid/graphics/BaseRecordingCanvas;->drawLine(FFFFLandroid/graphics/Paint;)V HSPLandroid/graphics/BaseRecordingCanvas;->drawOval(FFFFLandroid/graphics/Paint;)V HSPLandroid/graphics/BaseRecordingCanvas;->drawOval(Landroid/graphics/RectF;Landroid/graphics/Paint;)V HSPLandroid/graphics/BaseRecordingCanvas;->drawPatch(Landroid/graphics/NinePatch;Landroid/graphics/Rect;Landroid/graphics/Paint;)V @@ -4214,6 +4233,7 @@ HSPLandroid/graphics/BaseRecordingCanvas;->drawRoundRect(Landroid/graphics/RectF HSPLandroid/graphics/BaseRecordingCanvas;->drawText(Ljava/lang/CharSequence;IIFFLandroid/graphics/Paint;)V HSPLandroid/graphics/BaseRecordingCanvas;->drawText(Ljava/lang/String;FFLandroid/graphics/Paint;)V HSPLandroid/graphics/BaseRecordingCanvas;->drawTextRun(Ljava/lang/CharSequence;IIIIFFZLandroid/graphics/Paint;)V +HSPLandroid/graphics/BaseRecordingCanvas;->drawTextRun([CIIIIFFZLandroid/graphics/Paint;)V HSPLandroid/graphics/Bitmap$1;->createFromParcel(Landroid/os/Parcel;)Landroid/graphics/Bitmap; HSPLandroid/graphics/Bitmap$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object; HSPLandroid/graphics/Bitmap$Config;->nativeToConfig(I)Landroid/graphics/Bitmap$Config; @@ -4265,8 +4285,6 @@ HSPLandroid/graphics/Bitmap;->setDensity(I)V HSPLandroid/graphics/Bitmap;->setHasAlpha(Z)V HSPLandroid/graphics/Bitmap;->setHasMipMap(Z)V HSPLandroid/graphics/Bitmap;->setPremultiplied(Z)V -HSPLandroid/graphics/Bitmap;->wrapHardwareBuffer(Landroid/graphics/GraphicBuffer;Landroid/graphics/ColorSpace;)Landroid/graphics/Bitmap; -HSPLandroid/graphics/Bitmap;->wrapHardwareBuffer(Landroid/hardware/HardwareBuffer;Landroid/graphics/ColorSpace;)Landroid/graphics/Bitmap; HSPLandroid/graphics/Bitmap;->writeToParcel(Landroid/os/Parcel;I)V HSPLandroid/graphics/BitmapFactory$Options;-><init>()V HSPLandroid/graphics/BitmapFactory$Options;->nativeColorSpace(Landroid/graphics/BitmapFactory$Options;)J @@ -4296,6 +4314,7 @@ HSPLandroid/graphics/Canvas;-><init>(J)V HSPLandroid/graphics/Canvas;-><init>(Landroid/graphics/Bitmap;)V HSPLandroid/graphics/Canvas;->checkValidClipOp(Landroid/graphics/Region$Op;)V HSPLandroid/graphics/Canvas;->checkValidSaveFlags(I)V +HSPLandroid/graphics/Canvas;->clipPath(Landroid/graphics/Path;)Z HSPLandroid/graphics/Canvas;->clipPath(Landroid/graphics/Path;Landroid/graphics/Region$Op;)Z HSPLandroid/graphics/Canvas;->clipRect(FFFF)Z HSPLandroid/graphics/Canvas;->clipRect(IIII)Z @@ -4307,12 +4326,15 @@ HSPLandroid/graphics/Canvas;->drawBitmap(Landroid/graphics/Bitmap;Landroid/graph HSPLandroid/graphics/Canvas;->drawCircle(FFFLandroid/graphics/Paint;)V HSPLandroid/graphics/Canvas;->drawColor(I)V HSPLandroid/graphics/Canvas;->drawColor(ILandroid/graphics/PorterDuff$Mode;)V +HSPLandroid/graphics/Canvas;->drawOval(FFFFLandroid/graphics/Paint;)V +HSPLandroid/graphics/Canvas;->drawOval(Landroid/graphics/RectF;Landroid/graphics/Paint;)V HSPLandroid/graphics/Canvas;->drawPath(Landroid/graphics/Path;Landroid/graphics/Paint;)V HSPLandroid/graphics/Canvas;->drawRect(FFFFLandroid/graphics/Paint;)V HSPLandroid/graphics/Canvas;->drawRect(Landroid/graphics/Rect;Landroid/graphics/Paint;)V HSPLandroid/graphics/Canvas;->drawRoundRect(FFFFFFLandroid/graphics/Paint;)V HSPLandroid/graphics/Canvas;->drawRoundRect(Landroid/graphics/RectF;FFLandroid/graphics/Paint;)V HSPLandroid/graphics/Canvas;->drawText(Ljava/lang/CharSequence;IIFFLandroid/graphics/Paint;)V +HSPLandroid/graphics/Canvas;->drawText(Ljava/lang/String;FFLandroid/graphics/Paint;)V PLandroid/graphics/Canvas;->freeCaches()V HSPLandroid/graphics/Canvas;->freeTextLayoutCaches()V HSPLandroid/graphics/Canvas;->getClipBounds(Landroid/graphics/Rect;)Z @@ -4374,7 +4396,6 @@ HSPLandroid/graphics/ColorSpace$Rgb;->isSrgb()Z HSPLandroid/graphics/ColorSpace;->get(I)Landroid/graphics/ColorSpace; HSPLandroid/graphics/ColorSpace;->get(Landroid/graphics/ColorSpace$Named;)Landroid/graphics/ColorSpace; HSPLandroid/graphics/ColorSpace;->hashCode()I -HSPLandroid/graphics/DrawFilter;-><init>()V HSPLandroid/graphics/FrameInfo;-><init>()V HSPLandroid/graphics/FrameInfo;->addFlags(J)V HSPLandroid/graphics/FrameInfo;->markAnimationsStart()V @@ -4383,12 +4404,11 @@ HSPLandroid/graphics/FrameInfo;->markInputHandlingStart()V HSPLandroid/graphics/FrameInfo;->markPerformTraversalsStart()V HSPLandroid/graphics/FrameInfo;->setVsync(JJ)V HSPLandroid/graphics/FrameInfo;->updateInputEventTime(JJ)V -HSPLandroid/graphics/GraphicBuffer;-><init>(IIIIJ)V -HSPLandroid/graphics/GraphicBuffer;->finalize()V HSPLandroid/graphics/HardwareRenderer$DestroyContextRunnable;-><init>(J)V HSPLandroid/graphics/HardwareRenderer$DestroyContextRunnable;->run()V HSPLandroid/graphics/HardwareRenderer$FrameRenderRequest;-><init>(Landroid/graphics/HardwareRenderer;)V HSPLandroid/graphics/HardwareRenderer$FrameRenderRequest;-><init>(Landroid/graphics/HardwareRenderer;Landroid/graphics/HardwareRenderer$1;)V +HSPLandroid/graphics/HardwareRenderer$ProcessInitializer$1;->onRotateGraphicsStatsBuffer()V HSPLandroid/graphics/HardwareRenderer$ProcessInitializer;->init(J)V HSPLandroid/graphics/HardwareRenderer$ProcessInitializer;->initGraphicsStats()V HSPLandroid/graphics/HardwareRenderer$ProcessInitializer;->initSched(J)V @@ -4500,8 +4520,10 @@ HSPLandroid/graphics/Matrix;->mapPoints([FI[FII)V HSPLandroid/graphics/Matrix;->mapRect(Landroid/graphics/RectF;)Z HSPLandroid/graphics/Matrix;->mapRect(Landroid/graphics/RectF;Landroid/graphics/RectF;)Z HSPLandroid/graphics/Matrix;->postScale(FF)Z +HSPLandroid/graphics/Matrix;->postScale(FFFF)Z HSPLandroid/graphics/Matrix;->postTranslate(FF)Z HSPLandroid/graphics/Matrix;->preConcat(Landroid/graphics/Matrix;)Z +HSPLandroid/graphics/Matrix;->preRotate(F)Z HSPLandroid/graphics/Matrix;->preTranslate(FF)Z HSPLandroid/graphics/Matrix;->rectStaysRect()Z HSPLandroid/graphics/Matrix;->reset()V @@ -4527,6 +4549,8 @@ HSPLandroid/graphics/Outline;->setAlpha(F)V HSPLandroid/graphics/Outline;->setConvexPath(Landroid/graphics/Path;)V HSPLandroid/graphics/Outline;->setEmpty()V HSPLandroid/graphics/Outline;->setOval(IIII)V +HSPLandroid/graphics/Outline;->setOval(Landroid/graphics/Rect;)V +HSPLandroid/graphics/Outline;->setPath(Landroid/graphics/Path;)V HSPLandroid/graphics/Outline;->setRect(IIII)V HSPLandroid/graphics/Outline;->setRect(Landroid/graphics/Rect;)V HSPLandroid/graphics/Outline;->setRoundRect(IIIIF)V @@ -4536,21 +4560,30 @@ HSPLandroid/graphics/Paint$FontMetricsInt;-><init>()V HSPLandroid/graphics/Paint;-><init>()V HSPLandroid/graphics/Paint;-><init>(I)V HSPLandroid/graphics/Paint;-><init>(Landroid/graphics/Paint;)V +HSPLandroid/graphics/Paint;->ascent()F +HSPLandroid/graphics/Paint;->descent()F HSPLandroid/graphics/Paint;->getAlpha()I HSPLandroid/graphics/Paint;->getColor()I HSPLandroid/graphics/Paint;->getColorFilter()Landroid/graphics/ColorFilter; HSPLandroid/graphics/Paint;->getEndHyphenEdit()I HSPLandroid/graphics/Paint;->getFlags()I HSPLandroid/graphics/Paint;->getFontFeatureSettings()Ljava/lang/String; +HSPLandroid/graphics/Paint;->getFontMetrics()Landroid/graphics/Paint$FontMetrics; HSPLandroid/graphics/Paint;->getFontMetrics(Landroid/graphics/Paint$FontMetrics;)F HSPLandroid/graphics/Paint;->getFontMetricsInt()Landroid/graphics/Paint$FontMetricsInt; HSPLandroid/graphics/Paint;->getFontMetricsInt(Landroid/graphics/Paint$FontMetricsInt;)I +HSPLandroid/graphics/Paint;->getFontVariationSettings()Ljava/lang/String; +HSPLandroid/graphics/Paint;->getHinting()I HSPLandroid/graphics/Paint;->getLetterSpacing()F HSPLandroid/graphics/Paint;->getMaskFilter()Landroid/graphics/MaskFilter; HSPLandroid/graphics/Paint;->getNativeInstance()J HSPLandroid/graphics/Paint;->getRunAdvance(Ljava/lang/CharSequence;IIIIZI)F HSPLandroid/graphics/Paint;->getRunAdvance([CIIIIZI)F HSPLandroid/graphics/Paint;->getShader()Landroid/graphics/Shader; +HSPLandroid/graphics/Paint;->getShadowLayerColor()I +HSPLandroid/graphics/Paint;->getShadowLayerDx()F +HSPLandroid/graphics/Paint;->getShadowLayerDy()F +HSPLandroid/graphics/Paint;->getShadowLayerRadius()F HSPLandroid/graphics/Paint;->getStartHyphenEdit()I HSPLandroid/graphics/Paint;->getStrokeWidth()F HSPLandroid/graphics/Paint;->getStyle()Landroid/graphics/Paint$Style; @@ -4560,12 +4593,16 @@ HSPLandroid/graphics/Paint;->getTextBounds([CIILandroid/graphics/Rect;)V HSPLandroid/graphics/Paint;->getTextLocale()Ljava/util/Locale; HSPLandroid/graphics/Paint;->getTextLocales()Landroid/os/LocaleList; HSPLandroid/graphics/Paint;->getTextRunAdvances([CIIIIZ[FI)F +HSPLandroid/graphics/Paint;->getTextScaleX()F HSPLandroid/graphics/Paint;->getTextSize()F HSPLandroid/graphics/Paint;->getTypeface()Landroid/graphics/Typeface; +HSPLandroid/graphics/Paint;->getUnderlinePosition()F +HSPLandroid/graphics/Paint;->getUnderlineThickness()F HSPLandroid/graphics/Paint;->getXfermode()Landroid/graphics/Xfermode; HSPLandroid/graphics/Paint;->installXfermode(Landroid/graphics/Xfermode;)Landroid/graphics/Xfermode; HSPLandroid/graphics/Paint;->isAntiAlias()Z HSPLandroid/graphics/Paint;->isDither()Z +HSPLandroid/graphics/Paint;->isElegantTextHeight()Z HSPLandroid/graphics/Paint;->isFilterBitmap()Z HSPLandroid/graphics/Paint;->isStrikeThruText()Z HSPLandroid/graphics/Paint;->isUnderlineText()Z @@ -4600,11 +4637,10 @@ HSPLandroid/graphics/Paint;->setTextScaleX(F)V HSPLandroid/graphics/Paint;->setTextSize(F)V HSPLandroid/graphics/Paint;->setTextSkewX(F)V HSPLandroid/graphics/Paint;->setTypeface(Landroid/graphics/Typeface;)Landroid/graphics/Typeface; +HSPLandroid/graphics/Paint;->setUnderlineText(Z)V HSPLandroid/graphics/Paint;->setXfermode(Landroid/graphics/Xfermode;)Landroid/graphics/Xfermode; HSPLandroid/graphics/Paint;->syncTextLocalesWithMinikin()V HSPLandroid/graphics/PaintFlagsDrawFilter;-><init>(II)V -HSPLandroid/graphics/Path$Op;-><clinit>()V -HSPLandroid/graphics/Path$Op;-><init>(Ljava/lang/String;I)V HSPLandroid/graphics/Path;-><init>()V HSPLandroid/graphics/Path;-><init>(Landroid/graphics/Path;)V HSPLandroid/graphics/Path;->addRect(FFFFLandroid/graphics/Path$Direction;)V @@ -4613,6 +4649,7 @@ HSPLandroid/graphics/Path;->addRoundRect(FFFF[FLandroid/graphics/Path$Direction; HSPLandroid/graphics/Path;->addRoundRect(Landroid/graphics/RectF;[FLandroid/graphics/Path$Direction;)V HSPLandroid/graphics/Path;->approximate(F)[F HSPLandroid/graphics/Path;->arcTo(FFFFFFZ)V +HSPLandroid/graphics/Path;->arcTo(Landroid/graphics/RectF;FFZ)V HSPLandroid/graphics/Path;->close()V HSPLandroid/graphics/Path;->computeBounds(Landroid/graphics/RectF;Z)V HSPLandroid/graphics/Path;->cubicTo(FFFFFF)V @@ -4643,9 +4680,12 @@ HSPLandroid/graphics/PointF;-><init>(FF)V HSPLandroid/graphics/PointF;->set(FF)V HSPLandroid/graphics/PorterDuffColorFilter;-><init>(ILandroid/graphics/PorterDuff$Mode;)V HSPLandroid/graphics/PorterDuffColorFilter;->createNativeInstance()J +HSPLandroid/graphics/PorterDuffColorFilter;->equals(Ljava/lang/Object;)Z HSPLandroid/graphics/PorterDuffColorFilter;->getColor()I HSPLandroid/graphics/PorterDuffColorFilter;->getMode()Landroid/graphics/PorterDuff$Mode; HSPLandroid/graphics/PorterDuffXfermode;-><init>(Landroid/graphics/PorterDuff$Mode;)V +HSPLandroid/graphics/RadialGradient;-><init>(FFF[J[FLandroid/graphics/Shader$TileMode;Landroid/graphics/ColorSpace;)V +HSPLandroid/graphics/RadialGradient;->createNativeInstance(J)J HSPLandroid/graphics/RecordingCanvas;-><init>(Landroid/graphics/RenderNode;II)V HSPLandroid/graphics/RecordingCanvas;->disableZ()V HSPLandroid/graphics/RecordingCanvas;->drawCircle(Landroid/graphics/CanvasProperty;Landroid/graphics/CanvasProperty;Landroid/graphics/CanvasProperty;Landroid/graphics/CanvasProperty;)V @@ -4665,10 +4705,12 @@ HSPLandroid/graphics/Rect;-><init>(Landroid/graphics/Rect;)V HSPLandroid/graphics/Rect;->centerX()I HSPLandroid/graphics/Rect;->centerY()I HSPLandroid/graphics/Rect;->contains(II)Z +HSPLandroid/graphics/Rect;->contains(Landroid/graphics/Rect;)Z HSPLandroid/graphics/Rect;->equals(Ljava/lang/Object;)Z HSPLandroid/graphics/Rect;->exactCenterX()F HSPLandroid/graphics/Rect;->exactCenterY()F HSPLandroid/graphics/Rect;->height()I +HSPLandroid/graphics/Rect;->inset(II)V HSPLandroid/graphics/Rect;->intersect(IIII)Z HSPLandroid/graphics/Rect;->isEmpty()Z HSPLandroid/graphics/Rect;->offset(II)V @@ -4698,15 +4740,14 @@ HSPLandroid/graphics/RectF;->set(FFFF)V HSPLandroid/graphics/RectF;->set(Landroid/graphics/Rect;)V HSPLandroid/graphics/RectF;->set(Landroid/graphics/RectF;)V HSPLandroid/graphics/RectF;->setEmpty()V +HSPLandroid/graphics/RectF;->union(FFFF)V +HSPLandroid/graphics/RectF;->union(Landroid/graphics/RectF;)V HSPLandroid/graphics/RectF;->width()F -HSPLandroid/graphics/Region$1;->createFromParcel(Landroid/os/Parcel;)Landroid/graphics/Region; -HSPLandroid/graphics/Region$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object; HSPLandroid/graphics/Region;-><init>()V HSPLandroid/graphics/Region;-><init>(J)V HSPLandroid/graphics/Region;->equals(Ljava/lang/Object;)Z HSPLandroid/graphics/Region;->finalize()V HSPLandroid/graphics/Region;->op(IIIILandroid/graphics/Region$Op;)Z -HSPLandroid/graphics/Region;->op(Landroid/graphics/Rect;Landroid/graphics/Region$Op;)Z HSPLandroid/graphics/Region;->set(IIII)Z HSPLandroid/graphics/Region;->set(Landroid/graphics/Region;)Z HSPLandroid/graphics/Region;->setEmpty()V @@ -4744,6 +4785,7 @@ HSPLandroid/graphics/RenderNode;->isPivotExplicitlySet()Z HSPLandroid/graphics/RenderNode;->offsetTopAndBottom(I)Z HSPLandroid/graphics/RenderNode;->registerVectorDrawableAnimator(Landroid/view/NativeVectorDrawableAnimator;)V HSPLandroid/graphics/RenderNode;->setAlpha(F)Z +HSPLandroid/graphics/RenderNode;->setAnimationMatrix(Landroid/graphics/Matrix;)Z HSPLandroid/graphics/RenderNode;->setClipToBounds(Z)Z HSPLandroid/graphics/RenderNode;->setClipToOutline(Z)Z HSPLandroid/graphics/RenderNode;->setElevation(F)Z @@ -4787,6 +4829,7 @@ HSPLandroid/graphics/Typeface;->access$600()Landroid/util/LruCache; HSPLandroid/graphics/Typeface;->access$700([JII)J HSPLandroid/graphics/Typeface;->create(Landroid/graphics/Typeface;I)Landroid/graphics/Typeface; HSPLandroid/graphics/Typeface;->create(Ljava/lang/String;I)Landroid/graphics/Typeface; +HSPLandroid/graphics/Typeface;->createFromAsset(Landroid/content/res/AssetManager;Ljava/lang/String;)Landroid/graphics/Typeface; HSPLandroid/graphics/Typeface;->findFromCache(Landroid/content/res/AssetManager;Ljava/lang/String;)Landroid/graphics/Typeface; HSPLandroid/graphics/Typeface;->getStyle()I HSPLandroid/graphics/Typeface;->getSystemDefaultTypeface(Ljava/lang/String;)Landroid/graphics/Typeface; @@ -4815,6 +4858,8 @@ HSPLandroid/graphics/drawable/AdaptiveIconDrawable;->createConstantState(Landroi HSPLandroid/graphics/drawable/AdaptiveIconDrawable;->draw(Landroid/graphics/Canvas;)V HSPLandroid/graphics/drawable/AdaptiveIconDrawable;->getChangingConfigurations()I HSPLandroid/graphics/drawable/AdaptiveIconDrawable;->getConstantState()Landroid/graphics/drawable/Drawable$ConstantState; +HSPLandroid/graphics/drawable/AdaptiveIconDrawable;->getIntrinsicHeight()I +HSPLandroid/graphics/drawable/AdaptiveIconDrawable;->getIntrinsicWidth()I HSPLandroid/graphics/drawable/AdaptiveIconDrawable;->inflate(Landroid/content/res/Resources;Lorg/xmlpull/v1/XmlPullParser;Landroid/util/AttributeSet;Landroid/content/res/Resources$Theme;)V HSPLandroid/graphics/drawable/AdaptiveIconDrawable;->inflateLayers(Landroid/content/res/Resources;Lorg/xmlpull/v1/XmlPullParser;Landroid/util/AttributeSet;Landroid/content/res/Resources$Theme;)V HSPLandroid/graphics/drawable/AdaptiveIconDrawable;->onBoundsChange(Landroid/graphics/Rect;)V @@ -4929,8 +4974,11 @@ HSPLandroid/graphics/drawable/AnimationDrawable$AnimationState;->newDrawable(Lan HSPLandroid/graphics/drawable/AnimationDrawable;-><init>()V HSPLandroid/graphics/drawable/AnimationDrawable;-><init>(Landroid/graphics/drawable/AnimationDrawable$AnimationState;Landroid/content/res/Resources;)V HSPLandroid/graphics/drawable/AnimationDrawable;-><init>(Landroid/graphics/drawable/AnimationDrawable$AnimationState;Landroid/content/res/Resources;Landroid/graphics/drawable/AnimationDrawable$1;)V +HSPLandroid/graphics/drawable/AnimationDrawable;->cloneConstantState()Landroid/graphics/drawable/AnimationDrawable$AnimationState; +HSPLandroid/graphics/drawable/AnimationDrawable;->cloneConstantState()Landroid/graphics/drawable/DrawableContainer$DrawableContainerState; HSPLandroid/graphics/drawable/AnimationDrawable;->inflate(Landroid/content/res/Resources;Lorg/xmlpull/v1/XmlPullParser;Landroid/util/AttributeSet;Landroid/content/res/Resources$Theme;)V HSPLandroid/graphics/drawable/AnimationDrawable;->inflateChildElements(Landroid/content/res/Resources;Lorg/xmlpull/v1/XmlPullParser;Landroid/util/AttributeSet;Landroid/content/res/Resources$Theme;)V +HSPLandroid/graphics/drawable/AnimationDrawable;->mutate()Landroid/graphics/drawable/Drawable; HSPLandroid/graphics/drawable/AnimationDrawable;->setConstantState(Landroid/graphics/drawable/DrawableContainer$DrawableContainerState;)V HSPLandroid/graphics/drawable/AnimationDrawable;->setFrame(IZZ)V HSPLandroid/graphics/drawable/AnimationDrawable;->setVisible(ZZ)Z @@ -4946,7 +4994,9 @@ HSPLandroid/graphics/drawable/BitmapDrawable;-><init>()V HSPLandroid/graphics/drawable/BitmapDrawable;-><init>(Landroid/content/res/Resources;Landroid/graphics/Bitmap;)V HSPLandroid/graphics/drawable/BitmapDrawable;-><init>(Landroid/graphics/drawable/BitmapDrawable$BitmapState;Landroid/content/res/Resources;)V HSPLandroid/graphics/drawable/BitmapDrawable;-><init>(Landroid/graphics/drawable/BitmapDrawable$BitmapState;Landroid/content/res/Resources;Landroid/graphics/drawable/BitmapDrawable$1;)V +HSPLandroid/graphics/drawable/BitmapDrawable;->applyTheme(Landroid/content/res/Resources$Theme;)V HSPLandroid/graphics/drawable/BitmapDrawable;->canApplyTheme()Z +HSPLandroid/graphics/drawable/BitmapDrawable;->clearMutated()V HSPLandroid/graphics/drawable/BitmapDrawable;->computeBitmapSize()V HSPLandroid/graphics/drawable/BitmapDrawable;->draw(Landroid/graphics/Canvas;)V HSPLandroid/graphics/drawable/BitmapDrawable;->getBitmap()Landroid/graphics/Bitmap; @@ -5062,6 +5112,7 @@ HSPLandroid/graphics/drawable/Drawable;->setLevel(I)Z HSPLandroid/graphics/drawable/Drawable;->setSrcDensityOverride(I)V HSPLandroid/graphics/drawable/Drawable;->setState([I)Z HSPLandroid/graphics/drawable/Drawable;->setTint(I)V +HSPLandroid/graphics/drawable/Drawable;->setTintMode(Landroid/graphics/PorterDuff$Mode;)V HSPLandroid/graphics/drawable/Drawable;->setVisible(ZZ)Z HSPLandroid/graphics/drawable/Drawable;->unscheduleSelf(Ljava/lang/Runnable;)V HSPLandroid/graphics/drawable/Drawable;->updateBlendModeFilter(Landroid/graphics/BlendModeColorFilter;Landroid/content/res/ColorStateList;Landroid/graphics/BlendMode;)Landroid/graphics/BlendModeColorFilter; @@ -5339,6 +5390,8 @@ HSPLandroid/graphics/drawable/LayerDrawable;->resolveGravity(IIIII)I HSPLandroid/graphics/drawable/LayerDrawable;->resumeChildInvalidation()V HSPLandroid/graphics/drawable/LayerDrawable;->setAutoMirrored(Z)V HSPLandroid/graphics/drawable/LayerDrawable;->setColorFilter(Landroid/graphics/ColorFilter;)V +HSPLandroid/graphics/drawable/LayerDrawable;->setDither(Z)V +HSPLandroid/graphics/drawable/LayerDrawable;->setHotspot(FF)V HSPLandroid/graphics/drawable/LayerDrawable;->setPaddingMode(I)V HSPLandroid/graphics/drawable/LayerDrawable;->setVisible(ZZ)Z HSPLandroid/graphics/drawable/LayerDrawable;->suspendChildInvalidation()V @@ -5405,6 +5458,7 @@ HSPLandroid/graphics/drawable/RippleDrawable;->createConstantState(Landroid/grap HSPLandroid/graphics/drawable/RippleDrawable;->draw(Landroid/graphics/Canvas;)V HSPLandroid/graphics/drawable/RippleDrawable;->drawBackgroundAndRipples(Landroid/graphics/Canvas;)V HSPLandroid/graphics/drawable/RippleDrawable;->drawContent(Landroid/graphics/Canvas;)V +HSPLandroid/graphics/drawable/RippleDrawable;->drawMask(Landroid/graphics/Canvas;)V HSPLandroid/graphics/drawable/RippleDrawable;->getConstantState()Landroid/graphics/drawable/Drawable$ConstantState; HSPLandroid/graphics/drawable/RippleDrawable;->getDirtyBounds()Landroid/graphics/Rect; HSPLandroid/graphics/drawable/RippleDrawable;->getMaskType()I @@ -5494,6 +5548,7 @@ HSPLandroid/graphics/drawable/RotateDrawable$RotateState;->newDrawable(Landroid/ HSPLandroid/graphics/drawable/RotateDrawable;-><init>()V HSPLandroid/graphics/drawable/RotateDrawable;-><init>(Landroid/graphics/drawable/RotateDrawable$RotateState;Landroid/content/res/Resources;)V HSPLandroid/graphics/drawable/RotateDrawable;-><init>(Landroid/graphics/drawable/RotateDrawable$RotateState;Landroid/content/res/Resources;Landroid/graphics/drawable/RotateDrawable$1;)V +HSPLandroid/graphics/drawable/RotateDrawable;->draw(Landroid/graphics/Canvas;)V HSPLandroid/graphics/drawable/RotateDrawable;->inflate(Landroid/content/res/Resources;Lorg/xmlpull/v1/XmlPullParser;Landroid/util/AttributeSet;Landroid/content/res/Resources$Theme;)V HSPLandroid/graphics/drawable/RotateDrawable;->updateStateFromTypedArray(Landroid/content/res/TypedArray;)V HSPLandroid/graphics/drawable/RotateDrawable;->verifyRequiredAttributes(Landroid/content/res/TypedArray;)V @@ -5527,6 +5582,7 @@ HSPLandroid/graphics/drawable/ShapeDrawable;->isStateful()Z HSPLandroid/graphics/drawable/ShapeDrawable;->modulateAlpha(II)I HSPLandroid/graphics/drawable/ShapeDrawable;->onBoundsChange(Landroid/graphics/Rect;)V HSPLandroid/graphics/drawable/ShapeDrawable;->onDraw(Landroid/graphics/drawable/shapes/Shape;Landroid/graphics/Canvas;Landroid/graphics/Paint;)V +HSPLandroid/graphics/drawable/ShapeDrawable;->setAlpha(I)V HSPLandroid/graphics/drawable/ShapeDrawable;->updateLocalState()V HSPLandroid/graphics/drawable/ShapeDrawable;->updateShape()V HSPLandroid/graphics/drawable/StateListDrawable$StateListState;-><init>(Landroid/graphics/drawable/StateListDrawable$StateListState;Landroid/graphics/drawable/StateListDrawable;Landroid/content/res/Resources;)V @@ -5553,6 +5609,7 @@ HSPLandroid/graphics/drawable/StateListDrawable;->setConstantState(Landroid/grap HSPLandroid/graphics/drawable/StateListDrawable;->updateStateFromTypedArray(Landroid/content/res/TypedArray;)V HSPLandroid/graphics/drawable/TransitionDrawable$TransitionState;-><init>(Landroid/graphics/drawable/TransitionDrawable$TransitionState;Landroid/graphics/drawable/TransitionDrawable;Landroid/content/res/Resources;)V HSPLandroid/graphics/drawable/TransitionDrawable;->createConstantState(Landroid/graphics/drawable/LayerDrawable$LayerState;Landroid/content/res/Resources;)Landroid/graphics/drawable/LayerDrawable$LayerState; +HSPLandroid/graphics/drawable/TransitionDrawable;->draw(Landroid/graphics/Canvas;)V HSPLandroid/graphics/drawable/VectorDrawable$VFullPath;-><init>()V HSPLandroid/graphics/drawable/VectorDrawable$VFullPath;-><init>(Landroid/graphics/drawable/VectorDrawable$VFullPath;)V HSPLandroid/graphics/drawable/VectorDrawable$VFullPath;->applyTheme(Landroid/content/res/Resources$Theme;)V @@ -5660,7 +5717,10 @@ HSPLandroid/graphics/drawable/VectorDrawable;->updateColorFilters(Landroid/graph HSPLandroid/graphics/drawable/VectorDrawable;->updateLocalState(Landroid/content/res/Resources;)V HSPLandroid/graphics/drawable/VectorDrawable;->updateStateFromTypedArray(Landroid/content/res/TypedArray;)V HSPLandroid/graphics/drawable/shapes/OvalShape;-><init>()V +HSPLandroid/graphics/drawable/shapes/OvalShape;->draw(Landroid/graphics/Canvas;Landroid/graphics/Paint;)V +HSPLandroid/graphics/drawable/shapes/OvalShape;->getOutline(Landroid/graphics/Outline;)V HSPLandroid/graphics/drawable/shapes/RectShape;-><init>()V +HSPLandroid/graphics/drawable/shapes/RectShape;->onResize(FF)V HSPLandroid/graphics/drawable/shapes/RectShape;->rect()Landroid/graphics/RectF; HSPLandroid/graphics/drawable/shapes/Shape;-><init>()V HSPLandroid/graphics/drawable/shapes/Shape;->resize(FF)V @@ -5744,12 +5804,6 @@ HSPLandroid/hardware/CameraStatus$1;->createFromParcel(Landroid/os/Parcel;)Ljava HSPLandroid/hardware/CameraStatus$1;->newArray(I)[Landroid/hardware/CameraStatus; HSPLandroid/hardware/CameraStatus$1;->newArray(I)[Ljava/lang/Object; HSPLandroid/hardware/HardwareBuffer;-><init>(J)V -HSPLandroid/hardware/HardwareBuffer;->close()V -HSPLandroid/hardware/HardwareBuffer;->createFromGraphicBuffer(Landroid/graphics/GraphicBuffer;)Landroid/hardware/HardwareBuffer; -HSPLandroid/hardware/HardwareBuffer;->finalize()V -HSPLandroid/hardware/HardwareBuffer;->getFormat()I -HSPLandroid/hardware/HardwareBuffer;->getUsage()J -HSPLandroid/hardware/HardwareBuffer;->isClosed()Z HSPLandroid/hardware/ICameraService$Stub$Proxy;-><init>(Landroid/os/IBinder;)V HSPLandroid/hardware/ICameraService$Stub$Proxy;->addListener(Landroid/hardware/ICameraServiceListener;)[Landroid/hardware/CameraStatus; HSPLandroid/hardware/ICameraService$Stub;->asInterface(Landroid/os/IBinder;)Landroid/hardware/ICameraService; @@ -5799,21 +5853,12 @@ HSPLandroid/hardware/biometrics/BiometricManager;->hasBiometrics(Landroid/conten HSPLandroid/hardware/biometrics/IAuthService$Stub;->asInterface(Landroid/os/IBinder;)Landroid/hardware/biometrics/IAuthService; HSPLandroid/hardware/camera2/CameraManager$CameraManagerGlobal;->asBinder()Landroid/os/IBinder; HSPLandroid/hardware/camera2/CameraManager$CameraManagerGlobal;->connectCameraServiceLocked()V -HSPLandroid/hardware/camera2/CameraManager$CameraManagerGlobal;->get()Landroid/hardware/camera2/CameraManager$CameraManagerGlobal; HSPLandroid/hardware/camera2/CameraManager$CameraManagerGlobal;->onCameraAccessPrioritiesChanged()V HSPLandroid/hardware/camera2/CameraManager$CameraManagerGlobal;->onStatusChangedLocked(ILjava/lang/String;)V HSPLandroid/hardware/camera2/CameraManager$CameraManagerGlobal;->onTorchStatusChanged(ILjava/lang/String;)V HSPLandroid/hardware/camera2/CameraManager$CameraManagerGlobal;->onTorchStatusChangedLocked(ILjava/lang/String;)V HSPLandroid/hardware/camera2/CameraManager;-><init>(Landroid/content/Context;)V HSPLandroid/hardware/camera2/impl/CameraMetadataNative;->setupGlobalVendorTagDescriptor()V -HSPLandroid/hardware/display/AmbientDisplayConfiguration;-><init>(Landroid/content/Context;)V -HSPLandroid/hardware/display/AmbientDisplayConfiguration;->ambientDisplayAvailable()Z -HSPLandroid/hardware/display/AmbientDisplayConfiguration;->ambientDisplayComponent()Ljava/lang/String; -HSPLandroid/hardware/display/AmbientDisplayConfiguration;->boolSetting(Ljava/lang/String;II)Z -HSPLandroid/hardware/display/AmbientDisplayConfiguration;->boolSettingDefaultOn(Ljava/lang/String;I)Z -HSPLandroid/hardware/display/ColorDisplayManager$ColorDisplayManagerInternal;->getInstance()Landroid/hardware/display/ColorDisplayManager$ColorDisplayManagerInternal; -HSPLandroid/hardware/display/ColorDisplayManager;-><init>()V -HSPLandroid/hardware/display/ColorDisplayManager;->isNightDisplayAvailable(Landroid/content/Context;)Z HSPLandroid/hardware/display/DisplayManager;-><init>(Landroid/content/Context;)V HSPLandroid/hardware/display/DisplayManager;->addAllDisplaysLocked(Ljava/util/ArrayList;[I)V HSPLandroid/hardware/display/DisplayManager;->addPresentationDisplaysLocked(Ljava/util/ArrayList;[II)V @@ -5863,10 +5908,9 @@ HSPLandroid/hardware/display/WifiDisplaySessionInfo;-><init>(ZILjava/lang/String HSPLandroid/hardware/display/WifiDisplayStatus$1;->createFromParcel(Landroid/os/Parcel;)Landroid/hardware/display/WifiDisplayStatus; HSPLandroid/hardware/display/WifiDisplayStatus$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object; HSPLandroid/hardware/display/WifiDisplayStatus;-><init>(IIILandroid/hardware/display/WifiDisplay;[Landroid/hardware/display/WifiDisplay;Landroid/hardware/display/WifiDisplaySessionInfo;)V -HSPLandroid/hardware/display/WifiDisplayStatus;->getActiveDisplay()Landroid/hardware/display/WifiDisplay; -HSPLandroid/hardware/display/WifiDisplayStatus;->getFeatureState()I HSPLandroid/hardware/input/IInputDevicesChangedListener$Stub;-><init>()V HSPLandroid/hardware/input/IInputDevicesChangedListener$Stub;->asBinder()Landroid/os/IBinder; +HSPLandroid/hardware/input/IInputDevicesChangedListener$Stub;->onTransact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z HSPLandroid/hardware/input/IInputManager$Stub$Proxy;-><init>(Landroid/os/IBinder;)V HSPLandroid/hardware/input/IInputManager$Stub$Proxy;->getInputDevice(I)Landroid/view/InputDevice; HSPLandroid/hardware/input/IInputManager$Stub$Proxy;->getInputDeviceIds()[I @@ -5876,11 +5920,15 @@ HSPLandroid/hardware/input/InputDeviceIdentifier;-><init>(Ljava/lang/String;II)V HSPLandroid/hardware/input/InputManager$InputDeviceListenerDelegate;-><init>(Landroid/hardware/input/InputManager$InputDeviceListener;Landroid/os/Handler;)V HSPLandroid/hardware/input/InputManager$InputDevicesChangedListener;-><init>(Landroid/hardware/input/InputManager;)V HSPLandroid/hardware/input/InputManager$InputDevicesChangedListener;-><init>(Landroid/hardware/input/InputManager;Landroid/hardware/input/InputManager$1;)V +HSPLandroid/hardware/input/InputManager$InputDevicesChangedListener;->onInputDevicesChanged([I)V HSPLandroid/hardware/input/InputManager;-><init>(Landroid/hardware/input/IInputManager;)V +HSPLandroid/hardware/input/InputManager;->access$200(Landroid/hardware/input/InputManager;[I)V +HSPLandroid/hardware/input/InputManager;->containsDeviceId([II)Z HSPLandroid/hardware/input/InputManager;->findInputDeviceListenerLocked(Landroid/hardware/input/InputManager$InputDeviceListener;)I HSPLandroid/hardware/input/InputManager;->getInputDevice(I)Landroid/view/InputDevice; HSPLandroid/hardware/input/InputManager;->getInputDeviceIds()[I HSPLandroid/hardware/input/InputManager;->getInstance()Landroid/hardware/input/InputManager; +HSPLandroid/hardware/input/InputManager;->onInputDevicesChanged([I)V HSPLandroid/hardware/input/InputManager;->populateInputDevicesLocked()V HSPLandroid/hardware/input/InputManager;->registerInputDeviceListener(Landroid/hardware/input/InputManager$InputDeviceListener;Landroid/os/Handler;)V HSPLandroid/hardware/location/ContextHubInfo;->getId()I @@ -5900,18 +5948,12 @@ HSPLandroid/hardware/location/NanoAppMessage;-><init>(Landroid/os/Parcel;Landroi HSPLandroid/hardware/location/NanoAppMessage;->createMessageToNanoApp(JI[B)Landroid/hardware/location/NanoAppMessage; HSPLandroid/hardware/location/NanoAppMessage;->getMessageBody()[B HSPLandroid/hardware/location/NanoAppMessage;->getMessageType()I -HSPLandroid/hardware/location/NanoAppMessage;->getNanoAppId()J HSPLandroid/hardware/location/NanoAppMessage;->writeToParcel(Landroid/os/Parcel;I)V HSPLandroid/hardware/usb/IUsbManager$Stub$Proxy;-><init>(Landroid/os/IBinder;)V +HSPLandroid/hardware/usb/IUsbManager$Stub$Proxy;->getDeviceList(Landroid/os/Bundle;)V HSPLandroid/hardware/usb/IUsbManager$Stub;->asInterface(Landroid/os/IBinder;)Landroid/hardware/usb/IUsbManager; -HSPLandroid/hardware/usb/ParcelableUsbPort;-><init>(Ljava/lang/String;IIZZ)V -HSPLandroid/hardware/usb/ParcelableUsbPort;->getUsbPort(Landroid/hardware/usb/UsbManager;)Landroid/hardware/usb/UsbPort; HSPLandroid/hardware/usb/UsbManager;-><init>(Landroid/content/Context;Landroid/hardware/usb/IUsbManager;)V HSPLandroid/hardware/usb/UsbManager;->getDeviceList()Ljava/util/HashMap; -HSPLandroid/hardware/usb/UsbPort;-><init>(Landroid/hardware/usb/UsbManager;Ljava/lang/String;IIZZ)V -HSPLandroid/hardware/usb/UsbPort;->getId()Ljava/lang/String; -HSPLandroid/hardware/usb/UsbPortStatus;-><init>(IIIIII)V -HSPLandroid/hardware/usb/UsbPortStatus;->isConnected()Z HSPLandroid/icu/impl/BMPSet;-><init>([II)V HSPLandroid/icu/impl/BMPSet;->contains(I)Z HSPLandroid/icu/impl/BMPSet;->containsSlow(III)Z @@ -5924,16 +5966,26 @@ HSPLandroid/icu/impl/CacheBase;-><init>()V HSPLandroid/icu/impl/CacheValue$NullValue;->isNull()Z HSPLandroid/icu/impl/CacheValue$SoftValue;-><init>(Ljava/lang/Object;)V HSPLandroid/icu/impl/CacheValue$SoftValue;->get()Ljava/lang/Object; +HSPLandroid/icu/impl/CacheValue$StrongValue;->get()Ljava/lang/Object; HSPLandroid/icu/impl/CacheValue;-><init>()V HSPLandroid/icu/impl/CacheValue;->futureInstancesWillBeStrong()Z HSPLandroid/icu/impl/CacheValue;->getInstance(Ljava/lang/Object;)Landroid/icu/impl/CacheValue; HSPLandroid/icu/impl/CacheValue;->isNull()Z HSPLandroid/icu/impl/CacheValue;->setStrength(Landroid/icu/impl/CacheValue$Strength;)V +HSPLandroid/icu/impl/CalType;-><clinit>()V +HSPLandroid/icu/impl/CalType;-><init>(Ljava/lang/String;ILjava/lang/String;)V HSPLandroid/icu/impl/CalType;->getId()Ljava/lang/String; HSPLandroid/icu/impl/CalType;->values()[Landroid/icu/impl/CalType; +HSPLandroid/icu/impl/CalendarUtil$CalendarPreferences;-><clinit>()V +HSPLandroid/icu/impl/CalendarUtil$CalendarPreferences;-><init>()V HSPLandroid/icu/impl/CalendarUtil$CalendarPreferences;->access$000()Landroid/icu/impl/CalendarUtil$CalendarPreferences; HSPLandroid/icu/impl/CalendarUtil$CalendarPreferences;->getCalendarTypeForRegion(Ljava/lang/String;)Ljava/lang/String; +HSPLandroid/icu/impl/CalendarUtil$CalendarPreferences;->put(Landroid/icu/impl/UResource$Key;Landroid/icu/impl/UResource$Value;Z)V HSPLandroid/icu/impl/CalendarUtil;->getCalendarType(Landroid/icu/util/ULocale;)Ljava/lang/String; +HSPLandroid/icu/impl/CaseMapImpl;-><clinit>()V +HSPLandroid/icu/impl/CaseMapImpl;->appendUnchanged(Ljava/lang/CharSequence;IILjava/lang/Appendable;ILandroid/icu/text/Edits;)V +HSPLandroid/icu/impl/CaseMapImpl;->internalToUpper(IILjava/lang/CharSequence;Ljava/lang/Appendable;Landroid/icu/text/Edits;)V +HSPLandroid/icu/impl/CaseMapImpl;->toUpper(IILjava/lang/CharSequence;Ljava/lang/Appendable;Landroid/icu/text/Edits;)Ljava/lang/Appendable; HSPLandroid/icu/impl/CharTrie;-><clinit>()V HSPLandroid/icu/impl/CharTrie;-><init>(Ljava/nio/ByteBuffer;Landroid/icu/impl/Trie$DataManipulate;)V HSPLandroid/icu/impl/CharTrie;->unserialize(Ljava/nio/ByteBuffer;)V @@ -5948,6 +6000,7 @@ HSPLandroid/icu/impl/CurrencyData$CurrencySpacingInfo;-><init>()V HSPLandroid/icu/impl/CurrencyData$CurrencySpacingInfo;->getAfterSymbols()[Ljava/lang/String; HSPLandroid/icu/impl/CurrencyData$CurrencySpacingInfo;->getBeforeSymbols()[Ljava/lang/String; HSPLandroid/icu/impl/CurrencyData$CurrencySpacingInfo;->setSymbolIfNull(Landroid/icu/impl/CurrencyData$CurrencySpacingInfo$SpacingType;Landroid/icu/impl/CurrencyData$CurrencySpacingInfo$SpacingPattern;Ljava/lang/String;)V +HSPLandroid/icu/impl/DateNumberFormat;-><clinit>()V HSPLandroid/icu/impl/DateNumberFormat;-><init>(Landroid/icu/util/ULocale;Ljava/lang/String;Ljava/lang/String;)V HSPLandroid/icu/impl/DateNumberFormat;->getDigits()[C HSPLandroid/icu/impl/DateNumberFormat;->initialize(Landroid/icu/util/ULocale;Ljava/lang/String;Ljava/lang/String;)V @@ -5982,8 +6035,6 @@ HSPLandroid/icu/impl/Grego;->fieldsToDay(III)J HSPLandroid/icu/impl/Grego;->floorDivide(JJ)J HSPLandroid/icu/impl/Grego;->floorDivide(JJ[J)J HSPLandroid/icu/impl/Grego;->isLeapYear(I)Z -HSPLandroid/icu/impl/Grego;->monthLength(II)I -HSPLandroid/icu/impl/Grego;->previousMonthLength(II)I HSPLandroid/icu/impl/Grego;->timeToFields(J[I)[I HSPLandroid/icu/impl/ICUBinary$DatPackageReader;->addBaseName(Ljava/nio/ByteBuffer;ILjava/lang/String;Ljava/lang/String;Ljava/lang/StringBuilder;Ljava/util/Set;)Z HSPLandroid/icu/impl/ICUBinary$DatPackageReader;->addBaseNamesInFolder(Ljava/nio/ByteBuffer;Ljava/lang/String;Ljava/lang/String;Ljava/util/Set;)V @@ -5999,8 +6050,10 @@ HSPLandroid/icu/impl/ICUBinary;->compareKeys(Ljava/lang/CharSequence;[BI)I HSPLandroid/icu/impl/ICUBinary;->getChars(Ljava/nio/ByteBuffer;II)[C HSPLandroid/icu/impl/ICUBinary;->getData(Ljava/lang/ClassLoader;Ljava/lang/String;Ljava/lang/String;)Ljava/nio/ByteBuffer; HSPLandroid/icu/impl/ICUBinary;->getData(Ljava/lang/ClassLoader;Ljava/lang/String;Ljava/lang/String;Z)Ljava/nio/ByteBuffer; +HSPLandroid/icu/impl/ICUBinary;->getData(Ljava/lang/String;)Ljava/nio/ByteBuffer; HSPLandroid/icu/impl/ICUBinary;->getDataFromFile(Ljava/lang/String;)Ljava/nio/ByteBuffer; HSPLandroid/icu/impl/ICUBinary;->getInts(Ljava/nio/ByteBuffer;II)[I +HSPLandroid/icu/impl/ICUBinary;->getLongs(Ljava/nio/ByteBuffer;II)[J HSPLandroid/icu/impl/ICUBinary;->getRequiredData(Ljava/lang/String;)Ljava/nio/ByteBuffer; HSPLandroid/icu/impl/ICUBinary;->getShorts(Ljava/nio/ByteBuffer;II)[S HSPLandroid/icu/impl/ICUBinary;->getString(Ljava/nio/ByteBuffer;II)Ljava/lang/String; @@ -6026,6 +6079,7 @@ HSPLandroid/icu/impl/ICUCurrencyDisplayInfoProvider;->getInstance(Landroid/icu/u HSPLandroid/icu/impl/ICUData;->checkStreamForBinaryData(Ljava/io/InputStream;Ljava/lang/String;)V HSPLandroid/icu/impl/ICUData;->getStream(Ljava/lang/ClassLoader;Ljava/lang/String;Z)Ljava/io/InputStream; HSPLandroid/icu/impl/ICUDebug;->enabled(Ljava/lang/String;)Z +HSPLandroid/icu/impl/ICULocaleService$ICUResourceBundleFactory;-><init>()V HSPLandroid/icu/impl/ICULocaleService$ICUResourceBundleFactory;-><init>(Ljava/lang/String;)V HSPLandroid/icu/impl/ICULocaleService$ICUResourceBundleFactory;->getSupportedIDs()Ljava/util/Set; HSPLandroid/icu/impl/ICULocaleService$ICUResourceBundleFactory;->loader()Ljava/lang/ClassLoader; @@ -6035,6 +6089,7 @@ HSPLandroid/icu/impl/ICULocaleService$LocaleKey;->currentDescriptor()Ljava/lang/ HSPLandroid/icu/impl/ICULocaleService$LocaleKey;->currentID()Ljava/lang/String; HSPLandroid/icu/impl/ICULocaleService$LocaleKey;->currentLocale()Landroid/icu/util/ULocale; HSPLandroid/icu/impl/ICULocaleService$LocaleKey;->kind()I +HSPLandroid/icu/impl/ICULocaleService$LocaleKey;->prefix()Ljava/lang/String; HSPLandroid/icu/impl/ICULocaleService$LocaleKeyFactory;-><init>(Z)V HSPLandroid/icu/impl/ICULocaleService$LocaleKeyFactory;->create(Landroid/icu/impl/ICUService$Key;Landroid/icu/impl/ICUService;)Ljava/lang/Object; HSPLandroid/icu/impl/ICULocaleService$LocaleKeyFactory;->handlesKey(Landroid/icu/impl/ICUService$Key;)Z @@ -6042,6 +6097,7 @@ HSPLandroid/icu/impl/ICULocaleService;-><init>(Ljava/lang/String;)V HSPLandroid/icu/impl/ICULocaleService;->createKey(Landroid/icu/util/ULocale;I)Landroid/icu/impl/ICUService$Key; HSPLandroid/icu/impl/ICULocaleService;->get(Landroid/icu/util/ULocale;I[Landroid/icu/util/ULocale;)Ljava/lang/Object; HSPLandroid/icu/impl/ICULocaleService;->get(Landroid/icu/util/ULocale;[Landroid/icu/util/ULocale;)Ljava/lang/Object; +HSPLandroid/icu/impl/ICULocaleService;->validateFallbackLocale()Ljava/lang/String; HSPLandroid/icu/impl/ICUNotifier;-><init>()V HSPLandroid/icu/impl/ICUNotifier;->notifyChanged()V HSPLandroid/icu/impl/ICURWLock;-><init>()V @@ -6059,6 +6115,7 @@ HSPLandroid/icu/impl/ICUResourceBundle$3;->createInstance(Ljava/lang/Object;Ljav HSPLandroid/icu/impl/ICUResourceBundle$3;->createInstance(Ljava/lang/String;Ljava/lang/ClassLoader;)Landroid/icu/impl/ICUResourceBundle$AvailEntry; HSPLandroid/icu/impl/ICUResourceBundle$4;-><init>(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/ClassLoader;Landroid/icu/impl/ICUResourceBundle$OpenType;Ljava/lang/String;)V HSPLandroid/icu/impl/ICUResourceBundle$4;->load()Landroid/icu/impl/ICUResourceBundle; +HSPLandroid/icu/impl/ICUResourceBundle$AvailEntry;-><clinit>()V HSPLandroid/icu/impl/ICUResourceBundle$AvailEntry;-><init>(Ljava/lang/String;Ljava/lang/ClassLoader;)V HSPLandroid/icu/impl/ICUResourceBundle$AvailEntry;->getFullLocaleNameSet()Ljava/util/Set; HSPLandroid/icu/impl/ICUResourceBundle$Loader;-><init>()V @@ -6160,6 +6217,7 @@ HSPLandroid/icu/impl/ICUResourceBundleReader$ReaderValue;->getArray()Landroid/ic HSPLandroid/icu/impl/ICUResourceBundleReader$ReaderValue;->getString()Ljava/lang/String; HSPLandroid/icu/impl/ICUResourceBundleReader$ReaderValue;->getStringArray()[Ljava/lang/String; HSPLandroid/icu/impl/ICUResourceBundleReader$ReaderValue;->getStringArray(Landroid/icu/impl/ICUResourceBundleReader$Array;)[Ljava/lang/String; +HSPLandroid/icu/impl/ICUResourceBundleReader$ReaderValue;->getStringArrayOrStringAsArray()[Ljava/lang/String; HSPLandroid/icu/impl/ICUResourceBundleReader$ReaderValue;->getTable()Landroid/icu/impl/UResource$Table; HSPLandroid/icu/impl/ICUResourceBundleReader$ReaderValue;->getType()I HSPLandroid/icu/impl/ICUResourceBundleReader$ResourceCache$Level;-><init>(II)V @@ -6230,6 +6288,7 @@ HSPLandroid/icu/impl/ICUService$CacheEntry;-><init>(Ljava/lang/String;Ljava/lang HSPLandroid/icu/impl/ICUService$Key;-><init>(Ljava/lang/String;)V HSPLandroid/icu/impl/ICUService;-><init>(Ljava/lang/String;)V HSPLandroid/icu/impl/ICUService;->clearCaches()V +HSPLandroid/icu/impl/ICUService;->clearServiceCache()V HSPLandroid/icu/impl/ICUService;->getKey(Landroid/icu/impl/ICUService$Key;[Ljava/lang/String;)Ljava/lang/Object; HSPLandroid/icu/impl/ICUService;->getKey(Landroid/icu/impl/ICUService$Key;[Ljava/lang/String;Landroid/icu/impl/ICUService$Factory;)Ljava/lang/Object; HSPLandroid/icu/impl/ICUService;->isDefault()Z @@ -6241,6 +6300,7 @@ HSPLandroid/icu/impl/IDNA2003;->convertToASCII(Landroid/icu/text/UCharacterItera HSPLandroid/icu/impl/IDNA2003;->getSeparatorIndex([CII)I HSPLandroid/icu/impl/IDNA2003;->isLDHChar(I)Z HSPLandroid/icu/impl/IDNA2003;->isLabelSeparator(I)Z +HSPLandroid/icu/impl/JavaTimeZone;-><clinit>()V HSPLandroid/icu/impl/JavaTimeZone;-><init>(Ljava/util/TimeZone;Ljava/lang/String;)V HSPLandroid/icu/impl/JavaTimeZone;->clone()Ljava/lang/Object; HSPLandroid/icu/impl/JavaTimeZone;->freeze()Landroid/icu/util/TimeZone; @@ -6252,6 +6312,7 @@ HSPLandroid/icu/impl/LocaleIDParser;-><init>(Ljava/lang/String;Z)V HSPLandroid/icu/impl/LocaleIDParser;->addSeparator()V HSPLandroid/icu/impl/LocaleIDParser;->append(C)V HSPLandroid/icu/impl/LocaleIDParser;->atTerminator()Z +HSPLandroid/icu/impl/LocaleIDParser;->getBaseName()Ljava/lang/String; HSPLandroid/icu/impl/LocaleIDParser;->getCountry()Ljava/lang/String; HSPLandroid/icu/impl/LocaleIDParser;->getKeywordMap()Ljava/util/Map; HSPLandroid/icu/impl/LocaleIDParser;->getKeywordValue(Ljava/lang/String;)Ljava/lang/String; @@ -6278,6 +6339,7 @@ HSPLandroid/icu/impl/LocaleIDParser;->skipCountry()V HSPLandroid/icu/impl/LocaleIDParser;->skipLanguage()V HSPLandroid/icu/impl/LocaleIDParser;->skipScript()V HSPLandroid/icu/impl/LocaleIDParser;->skipUntilTerminatorOrIDSeparator()V +HSPLandroid/icu/impl/LocaleIDs;-><clinit>()V HSPLandroid/icu/impl/LocaleIDs;->findIndex([Ljava/lang/String;Ljava/lang/String;)I HSPLandroid/icu/impl/LocaleIDs;->threeToTwoLetterLanguage(Ljava/lang/String;)Ljava/lang/String; HSPLandroid/icu/impl/Norm2AllModes$1;-><init>()V @@ -6285,6 +6347,7 @@ HSPLandroid/icu/impl/Norm2AllModes$ComposeNormalizer2;-><init>(Landroid/icu/impl HSPLandroid/icu/impl/Norm2AllModes$DecomposeNormalizer2;-><init>(Landroid/icu/impl/Normalizer2Impl;)V HSPLandroid/icu/impl/Norm2AllModes$DecomposeNormalizer2;->spanQuickCheckYes(Ljava/lang/CharSequence;)I HSPLandroid/icu/impl/Norm2AllModes$FCDNormalizer2;-><init>(Landroid/icu/impl/Normalizer2Impl;)V +HSPLandroid/icu/impl/Norm2AllModes$NFCSingleton;-><clinit>()V HSPLandroid/icu/impl/Norm2AllModes$NFCSingleton;->access$200()Landroid/icu/impl/Norm2AllModes$Norm2AllModesSingleton; HSPLandroid/icu/impl/Norm2AllModes$NFKCSingleton;-><clinit>()V HSPLandroid/icu/impl/Norm2AllModes$NFKCSingleton;->access$300()Landroid/icu/impl/Norm2AllModes$Norm2AllModesSingleton; @@ -6309,8 +6372,12 @@ HSPLandroid/icu/impl/Normalizer2Impl$ReorderingBuffer;->append(Ljava/lang/CharSe HSPLandroid/icu/impl/Normalizer2Impl$UTF16Plus;->isLeadSurrogate(I)Z HSPLandroid/icu/impl/Normalizer2Impl;-><clinit>()V HSPLandroid/icu/impl/Normalizer2Impl;-><init>()V +HSPLandroid/icu/impl/Normalizer2Impl;->addLcccChars(Landroid/icu/text/UnicodeSet;)V HSPLandroid/icu/impl/Normalizer2Impl;->decompose(IILandroid/icu/impl/Normalizer2Impl$ReorderingBuffer;)V HSPLandroid/icu/impl/Normalizer2Impl;->decompose(Ljava/lang/CharSequence;IILandroid/icu/impl/Normalizer2Impl$ReorderingBuffer;)I +HSPLandroid/icu/impl/Normalizer2Impl;->getFCD16(I)I +HSPLandroid/icu/impl/Normalizer2Impl;->getFCD16FromNormData(I)I +HSPLandroid/icu/impl/Normalizer2Impl;->getNorm16(I)I HSPLandroid/icu/impl/Normalizer2Impl;->hangulLVT()I HSPLandroid/icu/impl/Normalizer2Impl;->isDecompYes(I)Z HSPLandroid/icu/impl/Normalizer2Impl;->isHangulLV(I)Z @@ -6318,6 +6385,7 @@ HSPLandroid/icu/impl/Normalizer2Impl;->isHangulLVT(I)Z HSPLandroid/icu/impl/Normalizer2Impl;->isMostDecompYesAndZeroCC(I)Z HSPLandroid/icu/impl/Normalizer2Impl;->load(Ljava/lang/String;)Landroid/icu/impl/Normalizer2Impl; HSPLandroid/icu/impl/Normalizer2Impl;->load(Ljava/nio/ByteBuffer;)Landroid/icu/impl/Normalizer2Impl; +HSPLandroid/icu/impl/Normalizer2Impl;->singleLeadMightHaveNonZeroFCD16(I)Z HSPLandroid/icu/impl/OlsonTimeZone;-><clinit>()V HSPLandroid/icu/impl/OlsonTimeZone;-><init>(Landroid/icu/util/UResourceBundle;Landroid/icu/util/UResourceBundle;Ljava/lang/String;)V HSPLandroid/icu/impl/OlsonTimeZone;->clone()Ljava/lang/Object; @@ -6337,6 +6405,7 @@ HSPLandroid/icu/impl/OlsonTimeZone;->loadRule(Landroid/icu/util/UResourceBundle; HSPLandroid/icu/impl/PatternProps;-><clinit>()V HSPLandroid/icu/impl/PatternProps;->isWhiteSpace(I)Z HSPLandroid/icu/impl/PatternProps;->skipWhiteSpace(Ljava/lang/CharSequence;I)I +HSPLandroid/icu/impl/PatternTokenizer;-><clinit>()V HSPLandroid/icu/impl/PatternTokenizer;-><init>()V HSPLandroid/icu/impl/PatternTokenizer;->next(Ljava/lang/StringBuffer;)I HSPLandroid/icu/impl/PatternTokenizer;->quoteLiteral(Ljava/lang/String;)Ljava/lang/String; @@ -6344,6 +6413,8 @@ HSPLandroid/icu/impl/PatternTokenizer;->setExtraQuotingCharacters(Landroid/icu/t HSPLandroid/icu/impl/PatternTokenizer;->setPattern(Ljava/lang/String;)Landroid/icu/impl/PatternTokenizer; HSPLandroid/icu/impl/PatternTokenizer;->setSyntaxCharacters(Landroid/icu/text/UnicodeSet;)Landroid/icu/impl/PatternTokenizer; HSPLandroid/icu/impl/PatternTokenizer;->setUsingQuote(Z)Landroid/icu/impl/PatternTokenizer; +HSPLandroid/icu/impl/PluralRulesLoader;-><clinit>()V +HSPLandroid/icu/impl/PluralRulesLoader;-><init>()V HSPLandroid/icu/impl/PluralRulesLoader;->checkBuildRulesIdMaps()V HSPLandroid/icu/impl/PluralRulesLoader;->forLocale(Landroid/icu/util/ULocale;Landroid/icu/text/PluralRules$PluralType;)Landroid/icu/text/PluralRules; HSPLandroid/icu/impl/PluralRulesLoader;->getLocaleIdToRulesIdMap(Landroid/icu/text/PluralRules$PluralType;)Ljava/util/Map; @@ -6377,6 +6448,7 @@ HSPLandroid/icu/impl/RuleCharacterIterator;->skipIgnored(I)V HSPLandroid/icu/impl/SimpleCache;-><init>()V HSPLandroid/icu/impl/SimpleCache;->get(Ljava/lang/Object;)Ljava/lang/Object; HSPLandroid/icu/impl/SimpleCache;->put(Ljava/lang/Object;Ljava/lang/Object;)V +HSPLandroid/icu/impl/SimpleFormatterImpl;-><clinit>()V HSPLandroid/icu/impl/SimpleFormatterImpl;->compileToStringMinMaxArguments(Ljava/lang/CharSequence;Ljava/lang/StringBuilder;II)Ljava/lang/String; HSPLandroid/icu/impl/SimpleFormatterImpl;->format(Ljava/lang/String;[Ljava/lang/CharSequence;Ljava/lang/StringBuilder;Ljava/lang/String;Z[I)Ljava/lang/StringBuilder; HSPLandroid/icu/impl/SimpleFormatterImpl;->formatAndAppend(Ljava/lang/String;Ljava/lang/StringBuilder;[I[Ljava/lang/CharSequence;)Ljava/lang/StringBuilder; @@ -6424,19 +6496,30 @@ HSPLandroid/icu/impl/StringSegment;->startsWith(Ljava/lang/CharSequence;)Z HSPLandroid/icu/impl/TextTrieMap$Node;-><init>(Landroid/icu/impl/TextTrieMap;)V HSPLandroid/icu/impl/TextTrieMap$Node;-><init>(Landroid/icu/impl/TextTrieMap;Landroid/icu/impl/TextTrieMap$1;)V HSPLandroid/icu/impl/TextTrieMap;-><init>(Z)V +HSPLandroid/icu/impl/TimeZoneNamesFactoryImpl;-><init>()V HSPLandroid/icu/impl/TimeZoneNamesFactoryImpl;->getTimeZoneNames(Landroid/icu/util/ULocale;)Landroid/icu/text/TimeZoneNames; +HSPLandroid/icu/impl/TimeZoneNamesImpl$1;-><clinit>()V +HSPLandroid/icu/impl/TimeZoneNamesImpl$MZ2TZsCache;-><init>()V +HSPLandroid/icu/impl/TimeZoneNamesImpl$MZ2TZsCache;-><init>(Landroid/icu/impl/TimeZoneNamesImpl$1;)V HSPLandroid/icu/impl/TimeZoneNamesImpl$MZMapEntry;-><init>(Ljava/lang/String;JJ)V HSPLandroid/icu/impl/TimeZoneNamesImpl$MZMapEntry;->from()J HSPLandroid/icu/impl/TimeZoneNamesImpl$MZMapEntry;->mzID()Ljava/lang/String; HSPLandroid/icu/impl/TimeZoneNamesImpl$MZMapEntry;->to()J +HSPLandroid/icu/impl/TimeZoneNamesImpl$TZ2MZsCache;-><init>()V +HSPLandroid/icu/impl/TimeZoneNamesImpl$TZ2MZsCache;-><init>(Landroid/icu/impl/TimeZoneNamesImpl$1;)V HSPLandroid/icu/impl/TimeZoneNamesImpl$TZ2MZsCache;->createInstance(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; HSPLandroid/icu/impl/TimeZoneNamesImpl$TZ2MZsCache;->createInstance(Ljava/lang/String;Ljava/lang/String;)Ljava/util/List; HSPLandroid/icu/impl/TimeZoneNamesImpl$TZ2MZsCache;->parseDate(Ljava/lang/String;)J +HSPLandroid/icu/impl/TimeZoneNamesImpl$ZNames$NameTypeIndex;-><clinit>()V +HSPLandroid/icu/impl/TimeZoneNamesImpl$ZNames$NameTypeIndex;-><init>(Ljava/lang/String;I)V +HSPLandroid/icu/impl/TimeZoneNamesImpl$ZNames$NameTypeIndex;->values()[Landroid/icu/impl/TimeZoneNamesImpl$ZNames$NameTypeIndex; +HSPLandroid/icu/impl/TimeZoneNamesImpl$ZNames;-><clinit>()V HSPLandroid/icu/impl/TimeZoneNamesImpl$ZNames;-><init>([Ljava/lang/String;)V HSPLandroid/icu/impl/TimeZoneNamesImpl$ZNames;->createMetaZoneAndPutInCache(Ljava/util/Map;[Ljava/lang/String;Ljava/lang/String;)Landroid/icu/impl/TimeZoneNamesImpl$ZNames; HSPLandroid/icu/impl/TimeZoneNamesImpl$ZNames;->createTimeZoneAndPutInCache(Ljava/util/Map;[Ljava/lang/String;Ljava/lang/String;)Landroid/icu/impl/TimeZoneNamesImpl$ZNames; HSPLandroid/icu/impl/TimeZoneNamesImpl$ZNames;->getName(Landroid/icu/text/TimeZoneNames$NameType;)Ljava/lang/String; HSPLandroid/icu/impl/TimeZoneNamesImpl$ZNames;->getNameTypeIndex(Landroid/icu/text/TimeZoneNames$NameType;)I +HSPLandroid/icu/impl/TimeZoneNamesImpl$ZNamesLoader;-><clinit>()V HSPLandroid/icu/impl/TimeZoneNamesImpl$ZNamesLoader;-><init>()V HSPLandroid/icu/impl/TimeZoneNamesImpl$ZNamesLoader;-><init>(Landroid/icu/impl/TimeZoneNamesImpl$1;)V HSPLandroid/icu/impl/TimeZoneNamesImpl$ZNamesLoader;->access$600(Landroid/icu/impl/TimeZoneNamesImpl$ZNamesLoader;)[Ljava/lang/String; @@ -6447,8 +6530,12 @@ HSPLandroid/icu/impl/TimeZoneNamesImpl$ZNamesLoader;->loadTimeZone(Landroid/icu/ HSPLandroid/icu/impl/TimeZoneNamesImpl$ZNamesLoader;->nameTypeIndexFromKey(Landroid/icu/impl/UResource$Key;)Landroid/icu/impl/TimeZoneNamesImpl$ZNames$NameTypeIndex; HSPLandroid/icu/impl/TimeZoneNamesImpl$ZNamesLoader;->put(Landroid/icu/impl/UResource$Key;Landroid/icu/impl/UResource$Value;Z)V HSPLandroid/icu/impl/TimeZoneNamesImpl$ZNamesLoader;->setNameIfEmpty(Landroid/icu/impl/UResource$Key;Landroid/icu/impl/UResource$Value;)V +HSPLandroid/icu/impl/TimeZoneNamesImpl;-><clinit>()V HSPLandroid/icu/impl/TimeZoneNamesImpl;-><init>(Landroid/icu/util/ULocale;)V +HSPLandroid/icu/impl/TimeZoneNamesImpl;->_getAvailableMetaZoneIDs(Ljava/lang/String;)Ljava/util/Set; +HSPLandroid/icu/impl/TimeZoneNamesImpl;->_getMetaZoneID(Ljava/lang/String;J)Ljava/lang/String; HSPLandroid/icu/impl/TimeZoneNamesImpl;->getAvailableMetaZoneIDs(Ljava/lang/String;)Ljava/util/Set; +HSPLandroid/icu/impl/TimeZoneNamesImpl;->getDefaultExemplarLocationName(Ljava/lang/String;)Ljava/lang/String; HSPLandroid/icu/impl/TimeZoneNamesImpl;->getMetaZoneDisplayName(Ljava/lang/String;Landroid/icu/text/TimeZoneNames$NameType;)Ljava/lang/String; HSPLandroid/icu/impl/TimeZoneNamesImpl;->getMetaZoneID(Ljava/lang/String;J)Ljava/lang/String; HSPLandroid/icu/impl/TimeZoneNamesImpl;->getTimeZoneDisplayName(Ljava/lang/String;Landroid/icu/text/TimeZoneNames$NameType;)Ljava/lang/String; @@ -6476,8 +6563,11 @@ HSPLandroid/icu/impl/Trie2_16;->get(I)I HSPLandroid/icu/impl/Trie2_16;->getFromU16SingleLead(C)I HSPLandroid/icu/impl/Trie2_16;->getSerializedLength()I HSPLandroid/icu/impl/Trie2_16;->rangeEnd(III)I +HSPLandroid/icu/impl/Trie2_32;-><init>()V +HSPLandroid/icu/impl/Trie2_32;->createFromSerialized(Ljava/nio/ByteBuffer;)Landroid/icu/impl/Trie2_32; HSPLandroid/icu/impl/Trie2_32;->get(I)I HSPLandroid/icu/impl/Trie2_32;->getFromU16SingleLead(C)I +HSPLandroid/icu/impl/Trie2_32;->getSerializedLength()I HSPLandroid/icu/impl/Trie;-><clinit>()V HSPLandroid/icu/impl/Trie;-><init>(Ljava/nio/ByteBuffer;Landroid/icu/impl/Trie$DataManipulate;)V HSPLandroid/icu/impl/Trie;->checkHeader(I)Z @@ -6491,27 +6581,33 @@ HSPLandroid/icu/impl/UBiDiProps;->isBidiControl(I)Z HSPLandroid/icu/impl/UCaseProps$IsAcceptable;-><init>()V HSPLandroid/icu/impl/UCaseProps$IsAcceptable;-><init>(Landroid/icu/impl/UCaseProps$1;)V HSPLandroid/icu/impl/UCaseProps$IsAcceptable;->isDataVersionAcceptable([B)Z +HSPLandroid/icu/impl/UCaseProps$LatinCase;-><clinit>()V HSPLandroid/icu/impl/UCaseProps;-><clinit>()V HSPLandroid/icu/impl/UCaseProps;-><init>()V HSPLandroid/icu/impl/UCaseProps;->fold(II)I +HSPLandroid/icu/impl/UCaseProps;->getCaseLocale(Ljava/lang/String;)I HSPLandroid/icu/impl/UCaseProps;->getCaseLocale(Ljava/util/Locale;)I HSPLandroid/icu/impl/UCaseProps;->getDelta(I)I +HSPLandroid/icu/impl/UCaseProps;->getTrie()Landroid/icu/impl/Trie2_16; HSPLandroid/icu/impl/UCaseProps;->isUpperOrTitleFromProps(I)Z HSPLandroid/icu/impl/UCaseProps;->propsHasException(I)Z HSPLandroid/icu/impl/UCaseProps;->readData(Ljava/nio/ByteBuffer;)V HSPLandroid/icu/impl/UCharacterProperty$1;->contains(I)Z +HSPLandroid/icu/impl/UCharacterProperty$20;->getValue(I)I HSPLandroid/icu/impl/UCharacterProperty$BinaryProperty;->contains(I)Z HSPLandroid/icu/impl/UCharacterProperty$BinaryProperty;->getSource()I HSPLandroid/icu/impl/UCharacterProperty$IntProperty;->getSource()I HSPLandroid/icu/impl/UCharacterProperty;->addPropertyStarts(Landroid/icu/text/UnicodeSet;)Landroid/icu/text/UnicodeSet; HSPLandroid/icu/impl/UCharacterProperty;->digit(I)I HSPLandroid/icu/impl/UCharacterProperty;->getAdditional(II)I +HSPLandroid/icu/impl/UCharacterProperty;->getEuropeanDigit(I)I HSPLandroid/icu/impl/UCharacterProperty;->getIntPropertyValue(II)I HSPLandroid/icu/impl/UCharacterProperty;->getNumericTypeValue(I)I HSPLandroid/icu/impl/UCharacterProperty;->getProperty(I)I HSPLandroid/icu/impl/UCharacterProperty;->getSource(I)I HSPLandroid/icu/impl/UCharacterProperty;->getType(I)I HSPLandroid/icu/impl/UCharacterProperty;->hasBinaryProperty(II)Z +HSPLandroid/icu/impl/UCharacterProperty;->mergeScriptCodeOrIndex(I)I HSPLandroid/icu/impl/UCharacterProperty;->upropsvec_addPropertyStarts(Landroid/icu/text/UnicodeSet;)V HSPLandroid/icu/impl/UPropertyAliases$IsAcceptable;-><init>()V HSPLandroid/icu/impl/UPropertyAliases$IsAcceptable;-><init>(Landroid/icu/impl/UPropertyAliases$1;)V @@ -6539,6 +6635,10 @@ HSPLandroid/icu/impl/UResource$Key;->toString()Ljava/lang/String; HSPLandroid/icu/impl/UResource$Sink;-><init>()V HSPLandroid/icu/impl/UResource$Value;-><init>()V HSPLandroid/icu/impl/UResource$Value;->toString()Ljava/lang/String; +HSPLandroid/icu/impl/USerializedSet;-><init>()V +HSPLandroid/icu/impl/USerializedSet;->countRanges()I +HSPLandroid/icu/impl/USerializedSet;->getRange(I[I)Z +HSPLandroid/icu/impl/USerializedSet;->getSet([CI)Z HSPLandroid/icu/impl/UnicodeSetStringSpan$OffsetList;-><clinit>()V HSPLandroid/icu/impl/UnicodeSetStringSpan$OffsetList;-><init>()V HSPLandroid/icu/impl/UnicodeSetStringSpan;-><init>(Landroid/icu/text/UnicodeSet;Ljava/util/ArrayList;I)V @@ -6562,8 +6662,18 @@ HSPLandroid/icu/impl/coll/Collation;-><clinit>()V HSPLandroid/icu/impl/coll/Collation;->indexFromCE32(I)I HSPLandroid/icu/impl/coll/Collation;->isSpecialCE32(I)Z HSPLandroid/icu/impl/coll/Collation;->tagFromCE32(I)I +HSPLandroid/icu/impl/coll/CollationData;-><clinit>()V +HSPLandroid/icu/impl/coll/CollationData;-><init>(Landroid/icu/impl/Normalizer2Impl;)V HSPLandroid/icu/impl/coll/CollationData;->getCE32(I)I +HSPLandroid/icu/impl/coll/CollationData;->getLastPrimaryForGroup(I)J +HSPLandroid/icu/impl/coll/CollationData;->getScriptIndex(I)I HSPLandroid/icu/impl/coll/CollationData;->isUnsafeBackward(IZ)Z +HSPLandroid/icu/impl/coll/CollationDataReader$IsAcceptable;-><init>()V +HSPLandroid/icu/impl/coll/CollationDataReader$IsAcceptable;-><init>(Landroid/icu/impl/coll/CollationDataReader$1;)V +HSPLandroid/icu/impl/coll/CollationDataReader$IsAcceptable;->isDataVersionAcceptable([B)Z +HSPLandroid/icu/impl/coll/CollationDataReader;-><clinit>()V +HSPLandroid/icu/impl/coll/CollationDataReader;->read(Landroid/icu/impl/coll/CollationTailoring;Ljava/nio/ByteBuffer;Landroid/icu/impl/coll/CollationTailoring;)V +HSPLandroid/icu/impl/coll/CollationFastLatin;-><clinit>()V HSPLandroid/icu/impl/coll/CollationFastLatin;->compareUTF16([C[CILjava/lang/CharSequence;Ljava/lang/CharSequence;I)I HSPLandroid/icu/impl/coll/CollationFastLatin;->getOptions(Landroid/icu/impl/coll/CollationData;Landroid/icu/impl/coll/CollationSettings;[C)I HSPLandroid/icu/impl/coll/CollationIterator$CEBuffer;-><init>()V @@ -6580,26 +6690,36 @@ HSPLandroid/icu/impl/coll/CollationIterator;->nextCE()J HSPLandroid/icu/impl/coll/CollationIterator;->nextCEFromCE32(Landroid/icu/impl/coll/CollationData;II)J HSPLandroid/icu/impl/coll/CollationIterator;->reset()V HSPLandroid/icu/impl/coll/CollationIterator;->reset(Z)V +HSPLandroid/icu/impl/coll/CollationLoader;-><clinit>()V HSPLandroid/icu/impl/coll/CollationLoader;->findWithFallback(Landroid/icu/util/UResourceBundle;Ljava/lang/String;)Landroid/icu/util/UResourceBundle; HSPLandroid/icu/impl/coll/CollationLoader;->loadTailoring(Landroid/icu/util/ULocale;Landroid/icu/util/Output;)Landroid/icu/impl/coll/CollationTailoring; +HSPLandroid/icu/impl/coll/CollationRoot;-><clinit>()V HSPLandroid/icu/impl/coll/CollationRoot;->getRoot()Landroid/icu/impl/coll/CollationTailoring; +HSPLandroid/icu/impl/coll/CollationSettings;-><clinit>()V +HSPLandroid/icu/impl/coll/CollationSettings;-><init>()V HSPLandroid/icu/impl/coll/CollationSettings;->clone()Landroid/icu/impl/coll/CollationSettings; HSPLandroid/icu/impl/coll/CollationSettings;->clone()Landroid/icu/impl/coll/SharedObject; HSPLandroid/icu/impl/coll/CollationSettings;->dontCheckFCD()Z +HSPLandroid/icu/impl/coll/CollationSettings;->getFlag(I)Z +HSPLandroid/icu/impl/coll/CollationSettings;->getMaxVariable()I HSPLandroid/icu/impl/coll/CollationSettings;->getStrength()I HSPLandroid/icu/impl/coll/CollationSettings;->getStrength(I)I HSPLandroid/icu/impl/coll/CollationSettings;->hasReordering()Z HSPLandroid/icu/impl/coll/CollationSettings;->isNumeric()Z HSPLandroid/icu/impl/coll/CollationSettings;->setFlag(IZ)V HSPLandroid/icu/impl/coll/CollationSettings;->setStrength(I)V +HSPLandroid/icu/impl/coll/CollationTailoring;-><clinit>()V HSPLandroid/icu/impl/coll/CollationTailoring;-><init>(Landroid/icu/impl/coll/SharedObject$Reference;)V +HSPLandroid/icu/impl/coll/CollationTailoring;->ensureOwnedData()V HSPLandroid/icu/impl/coll/FCDUTF16CollationIterator;-><clinit>()V HSPLandroid/icu/impl/coll/FCDUTF16CollationIterator;-><init>(Landroid/icu/impl/coll/CollationData;)V +HSPLandroid/icu/impl/coll/SharedObject$Reference;-><init>(Landroid/icu/impl/coll/SharedObject;)V HSPLandroid/icu/impl/coll/SharedObject$Reference;->clear()V HSPLandroid/icu/impl/coll/SharedObject$Reference;->clone()Landroid/icu/impl/coll/SharedObject$Reference; HSPLandroid/icu/impl/coll/SharedObject$Reference;->copyOnWrite()Landroid/icu/impl/coll/SharedObject; HSPLandroid/icu/impl/coll/SharedObject$Reference;->finalize()V HSPLandroid/icu/impl/coll/SharedObject$Reference;->readOnly()Landroid/icu/impl/coll/SharedObject; +HSPLandroid/icu/impl/coll/SharedObject;-><init>()V HSPLandroid/icu/impl/coll/SharedObject;->addRef()V HSPLandroid/icu/impl/coll/SharedObject;->clone()Landroid/icu/impl/coll/SharedObject; HSPLandroid/icu/impl/coll/SharedObject;->getRefCount()I @@ -6953,7 +7073,12 @@ HSPLandroid/icu/lang/UCharacter;->isLowerCase(I)Z HSPLandroid/icu/lang/UScript$ScriptMetadata;-><clinit>()V HSPLandroid/icu/lang/UScript$ScriptMetadata;->access$000(I)I HSPLandroid/icu/lang/UScript$ScriptMetadata;->getScriptProps(I)I +HSPLandroid/icu/lang/UScript$ScriptUsage;-><clinit>()V +HSPLandroid/icu/lang/UScript$ScriptUsage;-><init>(Ljava/lang/String;I)V +HSPLandroid/icu/lang/UScript$ScriptUsage;->values()[Landroid/icu/lang/UScript$ScriptUsage; +HSPLandroid/icu/lang/UScript;-><clinit>()V HSPLandroid/icu/lang/UScript;->getCodeFromName(Ljava/lang/String;)I +HSPLandroid/icu/lang/UScript;->getScript(I)I HSPLandroid/icu/lang/UScript;->isRightToLeft(I)Z HSPLandroid/icu/number/FormattedNumber;-><init>(Landroid/icu/impl/FormattedStringBuilder;Landroid/icu/impl/number/DecimalQuantity;)V HSPLandroid/icu/number/FormattedNumber;->appendTo(Ljava/lang/Appendable;)Ljava/lang/Appendable; @@ -6974,6 +7099,7 @@ HSPLandroid/icu/number/NumberFormatter$UnitWidth;-><init>(Ljava/lang/String;I)V HSPLandroid/icu/number/NumberFormatter;->fromDecimalFormat(Landroid/icu/impl/number/DecimalFormatProperties;Landroid/icu/text/DecimalFormatSymbols;Landroid/icu/impl/number/DecimalFormatProperties;)Landroid/icu/number/UnlocalizedNumberFormatter; HSPLandroid/icu/number/NumberFormatter;->with()Landroid/icu/number/UnlocalizedNumberFormatter; HSPLandroid/icu/number/NumberFormatterImpl;-><clinit>()V +HSPLandroid/icu/number/NumberFormatterImpl;-><init>(Landroid/icu/impl/number/MacroProps;)V HSPLandroid/icu/number/NumberFormatterImpl;->format(Landroid/icu/impl/number/DecimalQuantity;Landroid/icu/impl/FormattedStringBuilder;)I HSPLandroid/icu/number/NumberFormatterImpl;->formatStatic(Landroid/icu/impl/number/MacroProps;Landroid/icu/impl/number/DecimalQuantity;Landroid/icu/impl/FormattedStringBuilder;)I HSPLandroid/icu/number/NumberFormatterImpl;->getPrefixSuffix(BLandroid/icu/impl/StandardPlural;Landroid/icu/impl/FormattedStringBuilder;)I @@ -7015,7 +7141,9 @@ HSPLandroid/icu/number/UnlocalizedNumberFormatter;-><init>(Landroid/icu/number/N HSPLandroid/icu/number/UnlocalizedNumberFormatter;->create(ILjava/lang/Object;)Landroid/icu/number/NumberFormatterSettings; HSPLandroid/icu/number/UnlocalizedNumberFormatter;->create(ILjava/lang/Object;)Landroid/icu/number/UnlocalizedNumberFormatter; HSPLandroid/icu/number/UnlocalizedNumberFormatter;->locale(Landroid/icu/util/ULocale;)Landroid/icu/number/LocalizedNumberFormatter; +HSPLandroid/icu/text/Bidi$ImpTabPair;-><init>([[B[[B[S[S)V HSPLandroid/icu/text/Bidi$InsertPoints;-><init>()V +HSPLandroid/icu/text/Bidi;-><clinit>()V HSPLandroid/icu/text/Bidi;-><init>(II)V HSPLandroid/icu/text/Bidi;->DirPropFlag(B)I HSPLandroid/icu/text/Bidi;->DirPropFlagLR(B)I @@ -7034,6 +7162,7 @@ HSPLandroid/icu/text/Bidi;->getLevelsMemory(ZI)V HSPLandroid/icu/text/Bidi;->getMemory(Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Class;ZI)Ljava/lang/Object; HSPLandroid/icu/text/Bidi;->getParaLevel()B HSPLandroid/icu/text/Bidi;->resolveExplicitLevels()B +HSPLandroid/icu/text/Bidi;->setCustomClassifier(Landroid/icu/text/BidiClassifier;)V HSPLandroid/icu/text/Bidi;->setPara([CB[B)V HSPLandroid/icu/text/Bidi;->setParaSuccess()V HSPLandroid/icu/text/Bidi;->verifyRange(III)V @@ -7051,21 +7180,32 @@ HSPLandroid/icu/text/BreakIterator;->getBreakInstance(Landroid/icu/util/ULocale; HSPLandroid/icu/text/BreakIterator;->getSentenceInstance(Landroid/icu/util/ULocale;)Landroid/icu/text/BreakIterator; HSPLandroid/icu/text/BreakIterator;->getShim()Landroid/icu/text/BreakIterator$BreakIteratorServiceShim; HSPLandroid/icu/text/BreakIterator;->getWordInstance(Ljava/util/Locale;)Landroid/icu/text/BreakIterator; +HSPLandroid/icu/text/BreakIterator;->setLocale(Landroid/icu/util/ULocale;Landroid/icu/util/ULocale;)V +HSPLandroid/icu/text/BreakIterator;->setText(Ljava/lang/String;)V HSPLandroid/icu/text/BreakIteratorFactory;-><init>()V +HSPLandroid/icu/text/BreakIteratorFactory;->createBreakInstance(Landroid/icu/util/ULocale;I)Landroid/icu/text/BreakIterator; HSPLandroid/icu/text/BreakIteratorFactory;->createBreakIterator(Landroid/icu/util/ULocale;I)Landroid/icu/text/BreakIterator; +HSPLandroid/icu/text/CaseMap$Upper;-><clinit>()V +HSPLandroid/icu/text/CaseMap$Upper;-><init>(I)V HSPLandroid/icu/text/CaseMap$Upper;->access$100()Landroid/icu/text/CaseMap$Upper; HSPLandroid/icu/text/CaseMap$Upper;->apply(Ljava/util/Locale;Ljava/lang/CharSequence;Ljava/lang/Appendable;Landroid/icu/text/Edits;)Ljava/lang/Appendable; +HSPLandroid/icu/text/CaseMap;-><init>(I)V +HSPLandroid/icu/text/CaseMap;-><init>(ILandroid/icu/text/CaseMap$1;)V HSPLandroid/icu/text/CaseMap;->access$500(Ljava/util/Locale;)I HSPLandroid/icu/text/CaseMap;->getCaseLocale(Ljava/util/Locale;)I HSPLandroid/icu/text/CaseMap;->toUpper()Landroid/icu/text/CaseMap$Upper; HSPLandroid/icu/text/Collator$ServiceShim;-><init>()V +HSPLandroid/icu/text/Collator;-><clinit>()V HSPLandroid/icu/text/Collator;-><init>()V HSPLandroid/icu/text/Collator;->clone()Ljava/lang/Object; HSPLandroid/icu/text/Collator;->getInstance(Landroid/icu/util/ULocale;)Landroid/icu/text/Collator; HSPLandroid/icu/text/Collator;->getInstance(Ljava/util/Locale;)Landroid/icu/text/Collator; HSPLandroid/icu/text/Collator;->getShim()Landroid/icu/text/Collator$ServiceShim; +HSPLandroid/icu/text/CollatorServiceShim$CService$1CollatorFactory;-><init>(Landroid/icu/text/CollatorServiceShim$CService;)V HSPLandroid/icu/text/CollatorServiceShim$CService$1CollatorFactory;->handleCreate(Landroid/icu/util/ULocale;ILandroid/icu/impl/ICUService;)Ljava/lang/Object; +HSPLandroid/icu/text/CollatorServiceShim$CService;-><init>()V HSPLandroid/icu/text/CollatorServiceShim$CService;->validateFallbackLocale()Ljava/lang/String; +HSPLandroid/icu/text/CollatorServiceShim;-><clinit>()V HSPLandroid/icu/text/CollatorServiceShim;-><init>()V HSPLandroid/icu/text/CollatorServiceShim;->access$000(Landroid/icu/util/ULocale;)Landroid/icu/text/Collator; HSPLandroid/icu/text/CollatorServiceShim;->getInstance(Landroid/icu/util/ULocale;)Landroid/icu/text/Collator; @@ -7084,7 +7224,12 @@ HSPLandroid/icu/text/ConstrainedFieldPosition;->reset()V HSPLandroid/icu/text/ConstrainedFieldPosition;->setState(Ljava/text/Format$Field;Ljava/lang/Object;II)V HSPLandroid/icu/text/CurrencyDisplayNames;-><init>()V HSPLandroid/icu/text/CurrencyDisplayNames;->getInstance(Landroid/icu/util/ULocale;)Landroid/icu/text/CurrencyDisplayNames; +HSPLandroid/icu/text/DateFormat$BooleanAttribute;-><clinit>()V +HSPLandroid/icu/text/DateFormat$BooleanAttribute;-><init>(Ljava/lang/String;I)V HSPLandroid/icu/text/DateFormat$BooleanAttribute;->values()[Landroid/icu/text/DateFormat$BooleanAttribute; +HSPLandroid/icu/text/DateFormat$Field;-><clinit>()V +HSPLandroid/icu/text/DateFormat$Field;-><init>(Ljava/lang/String;I)V +HSPLandroid/icu/text/DateFormat;-><clinit>()V HSPLandroid/icu/text/DateFormat;-><init>()V HSPLandroid/icu/text/DateFormat;->get(IILandroid/icu/util/ULocale;Landroid/icu/util/Calendar;)Landroid/icu/text/DateFormat; HSPLandroid/icu/text/DateFormat;->getCalendar()Landroid/icu/util/Calendar; @@ -7093,14 +7238,21 @@ HSPLandroid/icu/text/DateFormat;->getDateInstance(ILandroid/icu/util/ULocale;)La HSPLandroid/icu/text/DateFormat;->getTimeInstance(ILandroid/icu/util/ULocale;)Landroid/icu/text/DateFormat; HSPLandroid/icu/text/DateFormat;->setCalendar(Landroid/icu/util/Calendar;)V HSPLandroid/icu/text/DateFormat;->setTimeZone(Landroid/icu/util/TimeZone;)V +HSPLandroid/icu/text/DateFormatSymbols$1;-><init>()V HSPLandroid/icu/text/DateFormatSymbols$1;->createInstance(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; HSPLandroid/icu/text/DateFormatSymbols$1;->createInstance(Ljava/lang/String;Landroid/icu/util/ULocale;)Landroid/icu/text/DateFormatSymbols; +HSPLandroid/icu/text/DateFormatSymbols$CalendarDataSink$AliasType;-><clinit>()V +HSPLandroid/icu/text/DateFormatSymbols$CalendarDataSink$AliasType;-><init>(Ljava/lang/String;I)V +HSPLandroid/icu/text/DateFormatSymbols$CalendarDataSink;-><clinit>()V HSPLandroid/icu/text/DateFormatSymbols$CalendarDataSink;-><init>()V HSPLandroid/icu/text/DateFormatSymbols$CalendarDataSink;->preEnumerate(Ljava/lang/String;)V HSPLandroid/icu/text/DateFormatSymbols$CalendarDataSink;->processAliasFromValue(Ljava/lang/String;Landroid/icu/impl/UResource$Value;)Landroid/icu/text/DateFormatSymbols$CalendarDataSink$AliasType; HSPLandroid/icu/text/DateFormatSymbols$CalendarDataSink;->processResource(Ljava/lang/String;Landroid/icu/impl/UResource$Key;Landroid/icu/impl/UResource$Value;)V HSPLandroid/icu/text/DateFormatSymbols$CalendarDataSink;->put(Landroid/icu/impl/UResource$Key;Landroid/icu/impl/UResource$Value;Z)V +HSPLandroid/icu/text/DateFormatSymbols$CapitalizationContextUsage;-><clinit>()V +HSPLandroid/icu/text/DateFormatSymbols$CapitalizationContextUsage;-><init>(Ljava/lang/String;I)V HSPLandroid/icu/text/DateFormatSymbols$CapitalizationContextUsage;->values()[Landroid/icu/text/DateFormatSymbols$CapitalizationContextUsage; +HSPLandroid/icu/text/DateFormatSymbols;-><clinit>()V HSPLandroid/icu/text/DateFormatSymbols;-><init>(Landroid/icu/util/Calendar;Landroid/icu/util/ULocale;)V HSPLandroid/icu/text/DateFormatSymbols;-><init>(Landroid/icu/util/ULocale;)V HSPLandroid/icu/text/DateFormatSymbols;-><init>(Landroid/icu/util/ULocale;Landroid/icu/impl/ICUResourceBundle;Ljava/lang/String;)V @@ -7129,6 +7281,9 @@ HSPLandroid/icu/text/DateIntervalInfo$DateIntervalSink;->put(Landroid/icu/impl/U HSPLandroid/icu/text/DateIntervalInfo$DateIntervalSink;->setIntervalPatternIfAbsent(Ljava/lang/String;Ljava/lang/String;Landroid/icu/impl/UResource$Value;)V HSPLandroid/icu/text/DateIntervalInfo$DateIntervalSink;->validateAndProcessPatternLetter(Ljava/lang/CharSequence;)Ljava/lang/CharSequence; HSPLandroid/icu/text/DateIntervalInfo$PatternInfo;-><init>(Ljava/lang/String;Ljava/lang/String;Z)V +HSPLandroid/icu/text/DateIntervalInfo$PatternInfo;->firstDateInPtnIsLaterDate()Z +HSPLandroid/icu/text/DateIntervalInfo$PatternInfo;->getFirstPart()Ljava/lang/String; +HSPLandroid/icu/text/DateIntervalInfo$PatternInfo;->getSecondPart()Ljava/lang/String; HSPLandroid/icu/text/DateIntervalInfo;-><init>(Landroid/icu/util/ULocale;)V HSPLandroid/icu/text/DateIntervalInfo;->access$000()Ljava/lang/String; HSPLandroid/icu/text/DateIntervalInfo;->access$200(Landroid/icu/text/DateIntervalInfo;)Ljava/util/Map; @@ -7145,6 +7300,7 @@ HSPLandroid/icu/text/DateIntervalInfo;->setFallbackIntervalPattern(Ljava/lang/St HSPLandroid/icu/text/DateIntervalInfo;->setIntervalPatternInternally(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Landroid/icu/text/DateIntervalInfo$PatternInfo; HSPLandroid/icu/text/DateIntervalInfo;->setup(Landroid/icu/util/ULocale;)V HSPLandroid/icu/text/DateIntervalInfo;->splitPatternInto2Part(Ljava/lang/String;)I +HSPLandroid/icu/text/DateTimePatternGenerator$AppendItemFormatsSink;-><clinit>()V HSPLandroid/icu/text/DateTimePatternGenerator$AppendItemFormatsSink;-><init>(Landroid/icu/text/DateTimePatternGenerator;)V HSPLandroid/icu/text/DateTimePatternGenerator$AppendItemFormatsSink;-><init>(Landroid/icu/text/DateTimePatternGenerator;Landroid/icu/text/DateTimePatternGenerator$1;)V HSPLandroid/icu/text/DateTimePatternGenerator$AppendItemFormatsSink;->put(Landroid/icu/impl/UResource$Key;Landroid/icu/impl/UResource$Value;Z)V @@ -7153,6 +7309,8 @@ HSPLandroid/icu/text/DateTimePatternGenerator$AppendItemNamesSink;-><init>(Landr HSPLandroid/icu/text/DateTimePatternGenerator$AppendItemNamesSink;->put(Landroid/icu/impl/UResource$Key;Landroid/icu/impl/UResource$Value;Z)V HSPLandroid/icu/text/DateTimePatternGenerator$AvailableFormatsSink;-><init>(Landroid/icu/text/DateTimePatternGenerator;Landroid/icu/text/DateTimePatternGenerator$PatternInfo;)V HSPLandroid/icu/text/DateTimePatternGenerator$AvailableFormatsSink;->put(Landroid/icu/impl/UResource$Key;Landroid/icu/impl/UResource$Value;Z)V +HSPLandroid/icu/text/DateTimePatternGenerator$DTPGflags;-><clinit>()V +HSPLandroid/icu/text/DateTimePatternGenerator$DTPGflags;-><init>(Ljava/lang/String;I)V HSPLandroid/icu/text/DateTimePatternGenerator$DTPGflags;->values()[Landroid/icu/text/DateTimePatternGenerator$DTPGflags; HSPLandroid/icu/text/DateTimePatternGenerator$DateTimeMatcher;-><init>()V HSPLandroid/icu/text/DateTimePatternGenerator$DateTimeMatcher;-><init>(Landroid/icu/text/DateTimePatternGenerator$1;)V @@ -7166,13 +7324,22 @@ HSPLandroid/icu/text/DateTimePatternGenerator$DateTimeMatcher;->getBasePattern() HSPLandroid/icu/text/DateTimePatternGenerator$DateTimeMatcher;->getDistance(Landroid/icu/text/DateTimePatternGenerator$DateTimeMatcher;ILandroid/icu/text/DateTimePatternGenerator$DistanceInfo;)I HSPLandroid/icu/text/DateTimePatternGenerator$DateTimeMatcher;->getFieldMask()I HSPLandroid/icu/text/DateTimePatternGenerator$DateTimeMatcher;->set(Ljava/lang/String;Landroid/icu/text/DateTimePatternGenerator$FormatParser;Z)Landroid/icu/text/DateTimePatternGenerator$DateTimeMatcher; +HSPLandroid/icu/text/DateTimePatternGenerator$DayPeriodAllowedHoursSink;-><init>(Ljava/util/HashMap;)V +HSPLandroid/icu/text/DateTimePatternGenerator$DayPeriodAllowedHoursSink;-><init>(Ljava/util/HashMap;Landroid/icu/text/DateTimePatternGenerator$1;)V +HSPLandroid/icu/text/DateTimePatternGenerator$DayPeriodAllowedHoursSink;->put(Landroid/icu/impl/UResource$Key;Landroid/icu/impl/UResource$Value;Z)V +HSPLandroid/icu/text/DateTimePatternGenerator$DisplayWidth;-><clinit>()V +HSPLandroid/icu/text/DateTimePatternGenerator$DisplayWidth;-><init>(Ljava/lang/String;ILjava/lang/String;)V HSPLandroid/icu/text/DateTimePatternGenerator$DisplayWidth;->access$100()I +HSPLandroid/icu/text/DateTimePatternGenerator$DisplayWidth;->access$1100(Landroid/icu/text/DateTimePatternGenerator$DisplayWidth;)Ljava/lang/String; +HSPLandroid/icu/text/DateTimePatternGenerator$DisplayWidth;->cldrKey()Ljava/lang/String; +HSPLandroid/icu/text/DateTimePatternGenerator$DisplayWidth;->values()[Landroid/icu/text/DateTimePatternGenerator$DisplayWidth; HSPLandroid/icu/text/DateTimePatternGenerator$DistanceInfo;-><init>()V HSPLandroid/icu/text/DateTimePatternGenerator$DistanceInfo;-><init>(Landroid/icu/text/DateTimePatternGenerator$1;)V HSPLandroid/icu/text/DateTimePatternGenerator$DistanceInfo;->addExtra(I)V HSPLandroid/icu/text/DateTimePatternGenerator$DistanceInfo;->addMissing(I)V HSPLandroid/icu/text/DateTimePatternGenerator$DistanceInfo;->clear()V HSPLandroid/icu/text/DateTimePatternGenerator$DistanceInfo;->setTo(Landroid/icu/text/DateTimePatternGenerator$DistanceInfo;)V +HSPLandroid/icu/text/DateTimePatternGenerator$FormatParser;-><clinit>()V HSPLandroid/icu/text/DateTimePatternGenerator$FormatParser;-><init>()V HSPLandroid/icu/text/DateTimePatternGenerator$FormatParser;->access$1000(Landroid/icu/text/DateTimePatternGenerator$FormatParser;)Ljava/util/List; HSPLandroid/icu/text/DateTimePatternGenerator$FormatParser;->addVariable(Ljava/lang/StringBuffer;Z)V @@ -7180,8 +7347,10 @@ HSPLandroid/icu/text/DateTimePatternGenerator$FormatParser;->getItems()Ljava/uti HSPLandroid/icu/text/DateTimePatternGenerator$FormatParser;->quoteLiteral(Ljava/lang/String;)Ljava/lang/Object; HSPLandroid/icu/text/DateTimePatternGenerator$FormatParser;->set(Ljava/lang/String;)Landroid/icu/text/DateTimePatternGenerator$FormatParser; HSPLandroid/icu/text/DateTimePatternGenerator$FormatParser;->set(Ljava/lang/String;Z)Landroid/icu/text/DateTimePatternGenerator$FormatParser; +HSPLandroid/icu/text/DateTimePatternGenerator$PatternInfo;-><init>()V HSPLandroid/icu/text/DateTimePatternGenerator$PatternWithMatcher;-><init>(Ljava/lang/String;Landroid/icu/text/DateTimePatternGenerator$DateTimeMatcher;)V HSPLandroid/icu/text/DateTimePatternGenerator$PatternWithSkeletonFlag;-><init>(Ljava/lang/String;Z)V +HSPLandroid/icu/text/DateTimePatternGenerator$SkeletonFields;-><clinit>()V HSPLandroid/icu/text/DateTimePatternGenerator$SkeletonFields;-><init>()V HSPLandroid/icu/text/DateTimePatternGenerator$SkeletonFields;-><init>(Landroid/icu/text/DateTimePatternGenerator$1;)V HSPLandroid/icu/text/DateTimePatternGenerator$SkeletonFields;->appendFieldTo(ILjava/lang/StringBuilder;Z)Ljava/lang/StringBuilder; @@ -7200,6 +7369,7 @@ HSPLandroid/icu/text/DateTimePatternGenerator$VariableField;->getCanonicalIndex( HSPLandroid/icu/text/DateTimePatternGenerator$VariableField;->getType()I HSPLandroid/icu/text/DateTimePatternGenerator$VariableField;->isNumeric()Z HSPLandroid/icu/text/DateTimePatternGenerator$VariableField;->toString()Ljava/lang/String; +HSPLandroid/icu/text/DateTimePatternGenerator;-><clinit>()V HSPLandroid/icu/text/DateTimePatternGenerator;-><init>()V HSPLandroid/icu/text/DateTimePatternGenerator;->access$000(Landroid/icu/impl/UResource$Key;)I HSPLandroid/icu/text/DateTimePatternGenerator;->access$1400(Ljava/lang/String;Z)I @@ -7209,6 +7379,7 @@ HSPLandroid/icu/text/DateTimePatternGenerator;->access$300(Landroid/icu/text/Dat HSPLandroid/icu/text/DateTimePatternGenerator;->access$400(Landroid/icu/text/DateTimePatternGenerator;Ljava/lang/String;)Z HSPLandroid/icu/text/DateTimePatternGenerator;->access$500(Landroid/icu/text/DateTimePatternGenerator;Ljava/lang/String;)V HSPLandroid/icu/text/DateTimePatternGenerator;->addCLDRData(Landroid/icu/text/DateTimePatternGenerator$PatternInfo;Landroid/icu/util/ULocale;)V +HSPLandroid/icu/text/DateTimePatternGenerator;->addCanonicalItems()V HSPLandroid/icu/text/DateTimePatternGenerator;->addICUPatterns(Landroid/icu/text/DateTimePatternGenerator$PatternInfo;Landroid/icu/util/ULocale;)V HSPLandroid/icu/text/DateTimePatternGenerator;->addPattern(Ljava/lang/String;ZLandroid/icu/text/DateTimePatternGenerator$PatternInfo;)Landroid/icu/text/DateTimePatternGenerator; HSPLandroid/icu/text/DateTimePatternGenerator;->addPatternWithSkeleton(Ljava/lang/String;Ljava/lang/String;ZLandroid/icu/text/DateTimePatternGenerator$PatternInfo;)Landroid/icu/text/DateTimePatternGenerator; @@ -7218,6 +7389,7 @@ HSPLandroid/icu/text/DateTimePatternGenerator;->clone()Ljava/lang/Object; HSPLandroid/icu/text/DateTimePatternGenerator;->cloneAsThawed()Landroid/icu/text/DateTimePatternGenerator; HSPLandroid/icu/text/DateTimePatternGenerator;->consumeShortTimePattern(Ljava/lang/String;Landroid/icu/text/DateTimePatternGenerator$PatternInfo;)V HSPLandroid/icu/text/DateTimePatternGenerator;->fillInMissing()V +HSPLandroid/icu/text/DateTimePatternGenerator;->freeze()Landroid/icu/text/DateTimePatternGenerator; HSPLandroid/icu/text/DateTimePatternGenerator;->getAllowedHourFormats(Landroid/icu/util/ULocale;)V HSPLandroid/icu/text/DateTimePatternGenerator;->getAllowedHourFormatsLangCountry(Ljava/lang/String;Ljava/lang/String;)[Ljava/lang/String; HSPLandroid/icu/text/DateTimePatternGenerator;->getAppendFormatNumber(Landroid/icu/impl/UResource$Key;)I @@ -7226,17 +7398,28 @@ HSPLandroid/icu/text/DateTimePatternGenerator;->getBestAppending(Landroid/icu/te HSPLandroid/icu/text/DateTimePatternGenerator;->getBestPattern(Ljava/lang/String;)Ljava/lang/String; HSPLandroid/icu/text/DateTimePatternGenerator;->getBestPattern(Ljava/lang/String;Landroid/icu/text/DateTimePatternGenerator$DateTimeMatcher;I)Ljava/lang/String; HSPLandroid/icu/text/DateTimePatternGenerator;->getBestRaw(Landroid/icu/text/DateTimePatternGenerator$DateTimeMatcher;ILandroid/icu/text/DateTimePatternGenerator$DistanceInfo;Landroid/icu/text/DateTimePatternGenerator$DateTimeMatcher;)Landroid/icu/text/DateTimePatternGenerator$PatternWithMatcher; +HSPLandroid/icu/text/DateTimePatternGenerator;->getCLDRFieldAndWidthNumber(Landroid/icu/impl/UResource$Key;)I HSPLandroid/icu/text/DateTimePatternGenerator;->getCalendarTypeToUse(Landroid/icu/util/ULocale;)Ljava/lang/String; +HSPLandroid/icu/text/DateTimePatternGenerator;->getCanonicalIndex(Ljava/lang/String;Z)I HSPLandroid/icu/text/DateTimePatternGenerator;->getDateTimeFormat()Ljava/lang/String; HSPLandroid/icu/text/DateTimePatternGenerator;->getFieldDisplayName(ILandroid/icu/text/DateTimePatternGenerator$DisplayWidth;)Ljava/lang/String; +HSPLandroid/icu/text/DateTimePatternGenerator;->getFilteredPattern(Landroid/icu/text/DateTimePatternGenerator$FormatParser;Ljava/util/BitSet;)Ljava/lang/String; +HSPLandroid/icu/text/DateTimePatternGenerator;->getFrozenInstance(Landroid/icu/util/ULocale;)Landroid/icu/text/DateTimePatternGenerator; +HSPLandroid/icu/text/DateTimePatternGenerator;->getInstance(Landroid/icu/util/ULocale;)Landroid/icu/text/DateTimePatternGenerator; HSPLandroid/icu/text/DateTimePatternGenerator;->hackTimes(Landroid/icu/text/DateTimePatternGenerator$PatternInfo;Ljava/lang/String;)V +HSPLandroid/icu/text/DateTimePatternGenerator;->initData(Landroid/icu/util/ULocale;)V HSPLandroid/icu/text/DateTimePatternGenerator;->isAvailableFormatSet(Ljava/lang/String;)Z HSPLandroid/icu/text/DateTimePatternGenerator;->isFrozen()Z HSPLandroid/icu/text/DateTimePatternGenerator;->mapSkeletonMetacharacters(Ljava/lang/String;Ljava/util/EnumSet;)Ljava/lang/String; HSPLandroid/icu/text/DateTimePatternGenerator;->setAppendItemFormat(ILjava/lang/String;)V HSPLandroid/icu/text/DateTimePatternGenerator;->setAvailableFormat(Ljava/lang/String;)V +HSPLandroid/icu/text/DateTimePatternGenerator;->setDateTimeFormat(Ljava/lang/String;)V +HSPLandroid/icu/text/DateTimePatternGenerator;->setDateTimeFromCalendar(Landroid/icu/util/ULocale;)V +HSPLandroid/icu/text/DateTimePatternGenerator;->setDecimal(Ljava/lang/String;)V +HSPLandroid/icu/text/DateTimePatternGenerator;->setDecimalSymbols(Landroid/icu/util/ULocale;)V HSPLandroid/icu/text/DateTimePatternGenerator;->setFieldDisplayName(ILandroid/icu/text/DateTimePatternGenerator$DisplayWidth;Ljava/lang/String;)V HSPLandroid/icu/text/DecimalFormat;-><init>(Ljava/lang/String;Landroid/icu/text/DecimalFormatSymbols;)V +HSPLandroid/icu/text/DecimalFormat;-><init>(Ljava/lang/String;Landroid/icu/text/DecimalFormatSymbols;I)V HSPLandroid/icu/text/DecimalFormat;->clone()Ljava/lang/Object; HSPLandroid/icu/text/DecimalFormat;->fieldPositionHelper(Landroid/icu/number/FormattedNumber;Ljava/text/FieldPosition;I)V HSPLandroid/icu/text/DecimalFormat;->format(DLjava/lang/StringBuffer;Ljava/text/FieldPosition;)Ljava/lang/StringBuffer; @@ -7340,6 +7523,7 @@ HSPLandroid/icu/text/Edits;->addUnchanged(I)V HSPLandroid/icu/text/Edits;->append(I)V HSPLandroid/icu/text/Edits;->hasChanges()Z HSPLandroid/icu/text/Edits;->lastUnit()I +HSPLandroid/icu/text/Edits;->reset()V HSPLandroid/icu/text/Edits;->setLastUnit(I)V HSPLandroid/icu/text/IDNA;->convertIDNToASCII(Ljava/lang/String;I)Ljava/lang/StringBuffer; HSPLandroid/icu/text/Normalizer$ModeImpl;-><init>(Landroid/icu/text/Normalizer2;)V @@ -7357,7 +7541,17 @@ HSPLandroid/icu/text/NumberFormat$Field;-><clinit>()V HSPLandroid/icu/text/NumberFormat$Field;-><init>(Ljava/lang/String;)V HSPLandroid/icu/text/NumberFormat;-><init>()V HSPLandroid/icu/text/NumberFormat;->clone()Ljava/lang/Object; +HSPLandroid/icu/text/NumberFormat;->createInstance(Landroid/icu/util/ULocale;I)Landroid/icu/text/NumberFormat; +HSPLandroid/icu/text/NumberFormat;->getInstance(Landroid/icu/util/ULocale;)Landroid/icu/text/NumberFormat; +HSPLandroid/icu/text/NumberFormat;->getInstance(Landroid/icu/util/ULocale;I)Landroid/icu/text/NumberFormat; +HSPLandroid/icu/text/NumberFormat;->getPattern(Landroid/icu/util/ULocale;I)Ljava/lang/String; +HSPLandroid/icu/text/NumberFormat;->getPatternForStyle(Landroid/icu/util/ULocale;I)Ljava/lang/String; HSPLandroid/icu/text/NumberFormat;->getPatternForStyleAndNumberingSystem(Landroid/icu/util/ULocale;Ljava/lang/String;I)Ljava/lang/String; +HSPLandroid/icu/text/NumberFormat;->getShim()Landroid/icu/text/NumberFormat$NumberFormatShim; +HSPLandroid/icu/text/NumberFormatServiceShim$NFService$1RBNumberFormatFactory;-><init>(Landroid/icu/text/NumberFormatServiceShim$NFService;)V +HSPLandroid/icu/text/NumberFormatServiceShim$NFService$1RBNumberFormatFactory;->handleCreate(Landroid/icu/util/ULocale;ILandroid/icu/impl/ICUService;)Ljava/lang/Object; +HSPLandroid/icu/text/NumberFormatServiceShim$NFService;-><init>()V +HSPLandroid/icu/text/NumberFormatServiceShim;-><clinit>()V HSPLandroid/icu/text/NumberingSystem$1;->createInstance(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; HSPLandroid/icu/text/NumberingSystem$1;->createInstance(Ljava/lang/String;Landroid/icu/text/NumberingSystem$LocaleLookupData;)Landroid/icu/text/NumberingSystem; HSPLandroid/icu/text/NumberingSystem$LocaleLookupData;-><init>(Landroid/icu/util/ULocale;Ljava/lang/String;)V @@ -7370,10 +7564,19 @@ HSPLandroid/icu/text/NumberingSystem;->getRadix()I HSPLandroid/icu/text/NumberingSystem;->isAlgorithmic()Z HSPLandroid/icu/text/NumberingSystem;->isValidDigitString(Ljava/lang/String;)Z HSPLandroid/icu/text/NumberingSystem;->lookupInstanceByLocale(Landroid/icu/text/NumberingSystem$LocaleLookupData;)Landroid/icu/text/NumberingSystem; +HSPLandroid/icu/text/PluralRanges$Matrix;-><init>()V +HSPLandroid/icu/text/PluralRanges$Matrix;->setIfNew(Landroid/icu/impl/StandardPlural;Landroid/icu/impl/StandardPlural;Landroid/icu/impl/StandardPlural;)V +HSPLandroid/icu/text/PluralRanges;-><init>()V +HSPLandroid/icu/text/PluralRanges;->add(Landroid/icu/impl/StandardPlural;Landroid/icu/impl/StandardPlural;Landroid/icu/impl/StandardPlural;)V +HSPLandroid/icu/text/PluralRanges;->freeze()Landroid/icu/text/PluralRanges; +HSPLandroid/icu/text/PluralRules$1;-><init>()V HSPLandroid/icu/text/PluralRules$1;->isFulfilled(Landroid/icu/text/PluralRules$IFixedDecimal;)Z +HSPLandroid/icu/text/PluralRules$2;-><clinit>()V HSPLandroid/icu/text/PluralRules$AndConstraint;-><init>(Landroid/icu/text/PluralRules$Constraint;Landroid/icu/text/PluralRules$Constraint;)V HSPLandroid/icu/text/PluralRules$AndConstraint;->isFulfilled(Landroid/icu/text/PluralRules$IFixedDecimal;)Z HSPLandroid/icu/text/PluralRules$BinaryConstraint;-><init>(Landroid/icu/text/PluralRules$Constraint;Landroid/icu/text/PluralRules$Constraint;)V +HSPLandroid/icu/text/PluralRules$Factory;-><init>()V +HSPLandroid/icu/text/PluralRules$Factory;->getDefaultFactory()Landroid/icu/impl/PluralRulesLoader; HSPLandroid/icu/text/PluralRules$FixedDecimal;-><init>(D)V HSPLandroid/icu/text/PluralRules$FixedDecimal;-><init>(DI)V HSPLandroid/icu/text/PluralRules$FixedDecimal;-><init>(DIJ)V @@ -7390,20 +7593,41 @@ HSPLandroid/icu/text/PluralRules$FixedDecimalRange;-><init>(Landroid/icu/text/Pl HSPLandroid/icu/text/PluralRules$FixedDecimalSamples;-><init>(Landroid/icu/text/PluralRules$SampleType;Ljava/util/Set;Z)V HSPLandroid/icu/text/PluralRules$FixedDecimalSamples;->checkDecimal(Landroid/icu/text/PluralRules$SampleType;Landroid/icu/text/PluralRules$FixedDecimal;)V HSPLandroid/icu/text/PluralRules$FixedDecimalSamples;->parse(Ljava/lang/String;)Landroid/icu/text/PluralRules$FixedDecimalSamples; +HSPLandroid/icu/text/PluralRules$Operand;-><clinit>()V +HSPLandroid/icu/text/PluralRules$Operand;-><init>(Ljava/lang/String;I)V HSPLandroid/icu/text/PluralRules$Operand;->valueOf(Ljava/lang/String;)Landroid/icu/text/PluralRules$Operand; HSPLandroid/icu/text/PluralRules$Operand;->values()[Landroid/icu/text/PluralRules$Operand; +HSPLandroid/icu/text/PluralRules$PluralType;-><clinit>()V +HSPLandroid/icu/text/PluralRules$PluralType;-><init>(Ljava/lang/String;I)V HSPLandroid/icu/text/PluralRules$RangeConstraint;-><init>(IZLandroid/icu/text/PluralRules$Operand;ZDD[J)V HSPLandroid/icu/text/PluralRules$RangeConstraint;->isFulfilled(Landroid/icu/text/PluralRules$IFixedDecimal;)Z +HSPLandroid/icu/text/PluralRules$Rule;-><init>(Ljava/lang/String;Landroid/icu/text/PluralRules$Constraint;Landroid/icu/text/PluralRules$FixedDecimalSamples;Landroid/icu/text/PluralRules$FixedDecimalSamples;)V +HSPLandroid/icu/text/PluralRules$Rule;->access$300(Landroid/icu/text/PluralRules$Rule;)Landroid/icu/text/PluralRules$FixedDecimalSamples; HSPLandroid/icu/text/PluralRules$Rule;->appliesTo(Landroid/icu/text/PluralRules$IFixedDecimal;)Z HSPLandroid/icu/text/PluralRules$Rule;->getKeyword()Ljava/lang/String; +HSPLandroid/icu/text/PluralRules$RuleList;-><init>()V +HSPLandroid/icu/text/PluralRules$RuleList;-><init>(Landroid/icu/text/PluralRules$1;)V +HSPLandroid/icu/text/PluralRules$RuleList;->access$276(Landroid/icu/text/PluralRules$RuleList;I)Z HSPLandroid/icu/text/PluralRules$RuleList;->addRule(Landroid/icu/text/PluralRules$Rule;)Landroid/icu/text/PluralRules$RuleList; HSPLandroid/icu/text/PluralRules$RuleList;->finish()Landroid/icu/text/PluralRules$RuleList; HSPLandroid/icu/text/PluralRules$RuleList;->getKeywords()Ljava/util/Set; HSPLandroid/icu/text/PluralRules$RuleList;->select(Landroid/icu/text/PluralRules$IFixedDecimal;)Ljava/lang/String; HSPLandroid/icu/text/PluralRules$RuleList;->selectRule(Landroid/icu/text/PluralRules$IFixedDecimal;)Landroid/icu/text/PluralRules$Rule; +HSPLandroid/icu/text/PluralRules$SampleType;-><clinit>()V +HSPLandroid/icu/text/PluralRules$SampleType;-><init>(Ljava/lang/String;I)V +HSPLandroid/icu/text/PluralRules$SampleType;->values()[Landroid/icu/text/PluralRules$SampleType; +HSPLandroid/icu/text/PluralRules$SimpleTokenizer;-><clinit>()V HSPLandroid/icu/text/PluralRules$SimpleTokenizer;->split(Ljava/lang/String;)[Ljava/lang/String; +HSPLandroid/icu/text/PluralRules;-><clinit>()V HSPLandroid/icu/text/PluralRules;-><init>(Landroid/icu/text/PluralRules$RuleList;)V +HSPLandroid/icu/text/PluralRules;->forLocale(Landroid/icu/util/ULocale;)Landroid/icu/text/PluralRules; +HSPLandroid/icu/text/PluralRules;->forLocale(Ljava/util/Locale;)Landroid/icu/text/PluralRules; +HSPLandroid/icu/text/PluralRules;->isValidKeyword(Ljava/lang/String;)Z +HSPLandroid/icu/text/PluralRules;->nextToken([Ljava/lang/String;ILjava/lang/String;)Ljava/lang/String; +HSPLandroid/icu/text/PluralRules;->parseConstraint(Ljava/lang/String;)Landroid/icu/text/PluralRules$Constraint; HSPLandroid/icu/text/PluralRules;->parseDescription(Ljava/lang/String;)Landroid/icu/text/PluralRules; +HSPLandroid/icu/text/PluralRules;->parseRule(Ljava/lang/String;)Landroid/icu/text/PluralRules$Rule; +HSPLandroid/icu/text/PluralRules;->parseRuleChain(Ljava/lang/String;)Landroid/icu/text/PluralRules$RuleList; HSPLandroid/icu/text/PluralRules;->select(D)Ljava/lang/String; HSPLandroid/icu/text/ReplaceableString;-><init>(Ljava/lang/String;)V HSPLandroid/icu/text/ReplaceableString;->charAt(I)C @@ -7435,13 +7659,16 @@ HSPLandroid/icu/text/RuleBasedBreakIterator;->access$700(Landroid/icu/text/RuleB HSPLandroid/icu/text/RuleBasedBreakIterator;->access$800(Landroid/icu/text/RuleBasedBreakIterator;)I HSPLandroid/icu/text/RuleBasedBreakIterator;->clone()Ljava/lang/Object; HSPLandroid/icu/text/RuleBasedBreakIterator;->first()I +HSPLandroid/icu/text/RuleBasedBreakIterator;->getInstanceFromCompiledRules(Ljava/nio/ByteBuffer;)Landroid/icu/text/RuleBasedBreakIterator; HSPLandroid/icu/text/RuleBasedBreakIterator;->handleNext()I +HSPLandroid/icu/text/RuleBasedBreakIterator;->next()I HSPLandroid/icu/text/RuleBasedBreakIterator;->setText(Ljava/text/CharacterIterator;)V HSPLandroid/icu/text/RuleBasedCollator$CollationBuffer;-><init>(Landroid/icu/impl/coll/CollationData;)V HSPLandroid/icu/text/RuleBasedCollator$CollationBuffer;-><init>(Landroid/icu/impl/coll/CollationData;Landroid/icu/text/RuleBasedCollator$1;)V HSPLandroid/icu/text/RuleBasedCollator$FCDUTF16NFDIterator;-><init>()V HSPLandroid/icu/text/RuleBasedCollator$NFDIterator;-><init>()V HSPLandroid/icu/text/RuleBasedCollator$UTF16NFDIterator;-><init>()V +HSPLandroid/icu/text/RuleBasedCollator;-><clinit>()V HSPLandroid/icu/text/RuleBasedCollator;-><init>(Landroid/icu/impl/coll/CollationTailoring;Landroid/icu/util/ULocale;)V HSPLandroid/icu/text/RuleBasedCollator;->checkNotFrozen()V HSPLandroid/icu/text/RuleBasedCollator;->clone()Ljava/lang/Object; @@ -7453,15 +7680,19 @@ HSPLandroid/icu/text/RuleBasedCollator;->getOwnedSettings()Landroid/icu/impl/col HSPLandroid/icu/text/RuleBasedCollator;->getStrength()I HSPLandroid/icu/text/RuleBasedCollator;->isFrozen()Z HSPLandroid/icu/text/RuleBasedCollator;->releaseCollationBuffer(Landroid/icu/text/RuleBasedCollator$CollationBuffer;)V +HSPLandroid/icu/text/RuleBasedCollator;->setDecomposition(I)V HSPLandroid/icu/text/RuleBasedCollator;->setFastLatinOptions(Landroid/icu/impl/coll/CollationSettings;)V HSPLandroid/icu/text/RuleBasedCollator;->setStrength(I)V HSPLandroid/icu/text/SimpleDateFormat$PatternItem;-><init>(CI)V +HSPLandroid/icu/text/SimpleDateFormat;-><clinit>()V HSPLandroid/icu/text/SimpleDateFormat;-><init>(Ljava/lang/String;Landroid/icu/text/DateFormatSymbols;Landroid/icu/util/Calendar;Landroid/icu/text/NumberFormat;Landroid/icu/util/ULocale;ZLjava/lang/String;)V HSPLandroid/icu/text/SimpleDateFormat;-><init>(Ljava/lang/String;Landroid/icu/util/ULocale;)V HSPLandroid/icu/text/SimpleDateFormat;->access$000(CI)Z HSPLandroid/icu/text/SimpleDateFormat;->fastZeroPaddingNumber(Ljava/lang/StringBuffer;III)V HSPLandroid/icu/text/SimpleDateFormat;->format(Landroid/icu/util/Calendar;Landroid/icu/text/DisplayContext;Ljava/lang/StringBuffer;Ljava/text/FieldPosition;Ljava/util/List;)Ljava/lang/StringBuffer; HSPLandroid/icu/text/SimpleDateFormat;->format(Landroid/icu/util/Calendar;Ljava/lang/StringBuffer;Ljava/text/FieldPosition;Ljava/util/List;)Ljava/lang/StringBuffer; +HSPLandroid/icu/text/SimpleDateFormat;->getIndexFromChar(C)I +HSPLandroid/icu/text/SimpleDateFormat;->getInstance(Landroid/icu/util/Calendar$FormatConfiguration;)Landroid/icu/text/SimpleDateFormat; HSPLandroid/icu/text/SimpleDateFormat;->getLocale()Landroid/icu/util/ULocale; HSPLandroid/icu/text/SimpleDateFormat;->getNumberFormat(C)Landroid/icu/text/NumberFormat; HSPLandroid/icu/text/SimpleDateFormat;->getPatternItems()[Ljava/lang/Object; @@ -7470,6 +7701,7 @@ HSPLandroid/icu/text/SimpleDateFormat;->initialize()V HSPLandroid/icu/text/SimpleDateFormat;->isNumeric(CI)Z HSPLandroid/icu/text/SimpleDateFormat;->isSyntaxChar(C)Z HSPLandroid/icu/text/SimpleDateFormat;->parsePattern()V +HSPLandroid/icu/text/SimpleDateFormat;->safeAppendWithMonthPattern([Ljava/lang/String;ILjava/lang/StringBuffer;Ljava/lang/String;)V HSPLandroid/icu/text/SimpleDateFormat;->subFormat(Ljava/lang/StringBuffer;CIIILandroid/icu/text/DisplayContext;Ljava/text/FieldPosition;Landroid/icu/util/Calendar;)V HSPLandroid/icu/text/SimpleDateFormat;->toPattern()Ljava/lang/String; HSPLandroid/icu/text/SimpleDateFormat;->zeroPaddingNumber(Landroid/icu/text/NumberFormat;Ljava/lang/StringBuffer;III)V @@ -7478,11 +7710,18 @@ HSPLandroid/icu/text/StringPrep;-><init>(Ljava/nio/ByteBuffer;)V HSPLandroid/icu/text/StringPrep;->getInstance(I)Landroid/icu/text/StringPrep; HSPLandroid/icu/text/StringPrep;->getVersionInfo(I)Landroid/icu/util/VersionInfo; HSPLandroid/icu/text/StringPrep;->getVersionInfo([B)Landroid/icu/util/VersionInfo; +HSPLandroid/icu/text/TimeZoneNames$Cache;-><init>()V +HSPLandroid/icu/text/TimeZoneNames$Cache;-><init>(Landroid/icu/text/TimeZoneNames$1;)V HSPLandroid/icu/text/TimeZoneNames$Cache;->createInstance(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; HSPLandroid/icu/text/TimeZoneNames$Cache;->createInstance(Ljava/lang/String;Landroid/icu/util/ULocale;)Landroid/icu/text/TimeZoneNames; +HSPLandroid/icu/text/TimeZoneNames$Factory;-><init>()V +HSPLandroid/icu/text/TimeZoneNames$NameType;->values()[Landroid/icu/text/TimeZoneNames$NameType; +HSPLandroid/icu/text/TimeZoneNames;-><clinit>()V HSPLandroid/icu/text/TimeZoneNames;-><init>()V HSPLandroid/icu/text/TimeZoneNames;->access$100()Landroid/icu/text/TimeZoneNames$Factory; HSPLandroid/icu/text/TimeZoneNames;->getDisplayName(Ljava/lang/String;Landroid/icu/text/TimeZoneNames$NameType;J)Ljava/lang/String; +HSPLandroid/icu/text/TimeZoneNames;->getInstance(Landroid/icu/util/ULocale;)Landroid/icu/text/TimeZoneNames; +HSPLandroid/icu/text/TimeZoneNames;->getInstance(Ljava/util/Locale;)Landroid/icu/text/TimeZoneNames; HSPLandroid/icu/text/UCharacterIterator;-><init>()V HSPLandroid/icu/text/UCharacterIterator;->getInstance(Ljava/lang/String;)Landroid/icu/text/UCharacterIterator; HSPLandroid/icu/text/UCharacterIterator;->getText()Ljava/lang/String; @@ -7499,6 +7738,7 @@ HSPLandroid/icu/text/UTF16;->charAt([CIII)I HSPLandroid/icu/text/UTF16;->getCharCount(I)I HSPLandroid/icu/text/UTF16;->isLeadSurrogate(C)Z HSPLandroid/icu/text/UTF16;->isSurrogate(C)Z +HSPLandroid/icu/text/UTF16;->isTrailSurrogate(C)Z HSPLandroid/icu/text/UnicodeFilter;-><init>()V HSPLandroid/icu/text/UnicodeSet$GeneralCategoryMaskFilter;-><init>(I)V HSPLandroid/icu/text/UnicodeSet$GeneralCategoryMaskFilter;->contains(I)Z @@ -7510,6 +7750,7 @@ HSPLandroid/icu/text/UnicodeSet;-><init>()V HSPLandroid/icu/text/UnicodeSet;-><init>(II)V HSPLandroid/icu/text/UnicodeSet;-><init>(Landroid/icu/text/UnicodeSet;)V HSPLandroid/icu/text/UnicodeSet;-><init>(Ljava/lang/String;)V +HSPLandroid/icu/text/UnicodeSet;-><init>([I)V HSPLandroid/icu/text/UnicodeSet;->_appendToPat(Ljava/lang/Appendable;IZ)Ljava/lang/Appendable; HSPLandroid/icu/text/UnicodeSet;->_appendToPat(Ljava/lang/Appendable;Ljava/lang/String;Z)Ljava/lang/Appendable; HSPLandroid/icu/text/UnicodeSet;->add(I)Landroid/icu/text/UnicodeSet; @@ -7539,6 +7780,7 @@ HSPLandroid/icu/text/UnicodeSet;->complement()Landroid/icu/text/UnicodeSet; HSPLandroid/icu/text/UnicodeSet;->contains(I)Z HSPLandroid/icu/text/UnicodeSet;->contains(Ljava/lang/CharSequence;)Z HSPLandroid/icu/text/UnicodeSet;->containsAll(Ljava/lang/String;)Z +HSPLandroid/icu/text/UnicodeSet;->containsNone(II)Z HSPLandroid/icu/text/UnicodeSet;->ensureBufferCapacity(I)V HSPLandroid/icu/text/UnicodeSet;->ensureCapacity(I)V HSPLandroid/icu/text/UnicodeSet;->findCodePoint(I)I @@ -7549,6 +7791,7 @@ HSPLandroid/icu/text/UnicodeSet;->getRangeStart(I)I HSPLandroid/icu/text/UnicodeSet;->getSingleCP(Ljava/lang/CharSequence;)I HSPLandroid/icu/text/UnicodeSet;->hasStrings()Z HSPLandroid/icu/text/UnicodeSet;->isFrozen()Z +HSPLandroid/icu/text/UnicodeSet;->max(II)I HSPLandroid/icu/text/UnicodeSet;->nextCapacity(I)I HSPLandroid/icu/text/UnicodeSet;->range(II)[I HSPLandroid/icu/text/UnicodeSet;->resemblesPropertyPattern(Landroid/icu/impl/RuleCharacterIterator;I)Z @@ -7582,6 +7825,7 @@ HSPLandroid/icu/util/BytesTrie;->skipDelta([BI)I HSPLandroid/icu/util/BytesTrie;->skipValue(II)I HSPLandroid/icu/util/BytesTrie;->skipValue([BI)I HSPLandroid/icu/util/BytesTrie;->stop()V +HSPLandroid/icu/util/Calendar$1;-><clinit>()V HSPLandroid/icu/util/Calendar$FormatConfiguration;-><init>()V HSPLandroid/icu/util/Calendar$FormatConfiguration;-><init>(Landroid/icu/util/Calendar$1;)V HSPLandroid/icu/util/Calendar$FormatConfiguration;->access$102(Landroid/icu/util/Calendar$FormatConfiguration;Ljava/lang/String;)Ljava/lang/String; @@ -7596,13 +7840,22 @@ HSPLandroid/icu/util/Calendar$FormatConfiguration;->getOverrideString()Ljava/lan HSPLandroid/icu/util/Calendar$FormatConfiguration;->getPatternString()Ljava/lang/String; HSPLandroid/icu/util/Calendar$PatternData;-><init>([Ljava/lang/String;[Ljava/lang/String;)V HSPLandroid/icu/util/Calendar$PatternData;->access$600(Landroid/icu/util/Calendar;Landroid/icu/util/ULocale;)Landroid/icu/util/Calendar$PatternData; +HSPLandroid/icu/util/Calendar$PatternData;->access$700(Landroid/icu/util/Calendar$PatternData;I)Ljava/lang/String; HSPLandroid/icu/util/Calendar$PatternData;->access$800(Landroid/icu/util/Calendar$PatternData;)[Ljava/lang/String; HSPLandroid/icu/util/Calendar$PatternData;->access$900(Landroid/icu/util/Calendar$PatternData;)[Ljava/lang/String; +HSPLandroid/icu/util/Calendar$PatternData;->getDateTimePattern(I)Ljava/lang/String; HSPLandroid/icu/util/Calendar$PatternData;->make(Landroid/icu/util/Calendar;Landroid/icu/util/ULocale;)Landroid/icu/util/Calendar$PatternData; HSPLandroid/icu/util/Calendar$PatternData;->make(Landroid/icu/util/ULocale;Ljava/lang/String;)Landroid/icu/util/Calendar$PatternData; +HSPLandroid/icu/util/Calendar$WeekData;-><init>(IIIIII)V +HSPLandroid/icu/util/Calendar$WeekDataCache;-><init>()V +HSPLandroid/icu/util/Calendar$WeekDataCache;-><init>(Landroid/icu/util/Calendar$1;)V +HSPLandroid/icu/util/Calendar$WeekDataCache;->createInstance(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; +HSPLandroid/icu/util/Calendar$WeekDataCache;->createInstance(Ljava/lang/String;Ljava/lang/String;)Landroid/icu/util/Calendar$WeekData; +HSPLandroid/icu/util/Calendar;-><clinit>()V HSPLandroid/icu/util/Calendar;-><init>(Landroid/icu/util/TimeZone;Landroid/icu/util/ULocale;)V HSPLandroid/icu/util/Calendar;->access$1100()Landroid/icu/impl/ICUCache; HSPLandroid/icu/util/Calendar;->access$1200(Landroid/icu/util/ULocale;Ljava/lang/String;)Landroid/icu/util/Calendar$PatternData; +HSPLandroid/icu/util/Calendar;->access$1400(Ljava/lang/String;)Landroid/icu/util/Calendar$WeekData; HSPLandroid/icu/util/Calendar;->clone()Ljava/lang/Object; HSPLandroid/icu/util/Calendar;->complete()V HSPLandroid/icu/util/Calendar;->computeFields()V @@ -7617,6 +7870,8 @@ HSPLandroid/icu/util/Calendar;->formatHelper(Landroid/icu/util/Calendar;Landroid HSPLandroid/icu/util/Calendar;->get(I)I HSPLandroid/icu/util/Calendar;->getCalendarTypeForLocale(Landroid/icu/util/ULocale;)Landroid/icu/impl/CalType; HSPLandroid/icu/util/Calendar;->getDateTimeFormat(IILandroid/icu/util/ULocale;)Landroid/icu/text/DateFormat; +HSPLandroid/icu/util/Calendar;->getDateTimePattern(Landroid/icu/util/Calendar;Landroid/icu/util/ULocale;I)Ljava/lang/String; +HSPLandroid/icu/util/Calendar;->getFieldCount()I HSPLandroid/icu/util/Calendar;->getFirstDayOfWeek()I HSPLandroid/icu/util/Calendar;->getGregorianDayOfMonth()I HSPLandroid/icu/util/Calendar;->getGregorianDayOfYear()I @@ -7633,6 +7888,7 @@ HSPLandroid/icu/util/Calendar;->getRepeatedWallTimeOption()I HSPLandroid/icu/util/Calendar;->getSkippedWallTimeOption()I HSPLandroid/icu/util/Calendar;->getTimeInMillis()J HSPLandroid/icu/util/Calendar;->getTimeZone()Landroid/icu/util/TimeZone; +HSPLandroid/icu/util/Calendar;->getWeekDataForRegionInternal(Ljava/lang/String;)Landroid/icu/util/Calendar$WeekData; HSPLandroid/icu/util/Calendar;->handleCreateFields()[I HSPLandroid/icu/util/Calendar;->handleGetDateFormat(Ljava/lang/String;Ljava/lang/String;Landroid/icu/util/ULocale;)Landroid/icu/text/DateFormat; HSPLandroid/icu/util/Calendar;->initInternal()V @@ -7650,8 +7906,18 @@ HSPLandroid/icu/util/Calendar;->setWeekData(Landroid/icu/util/Calendar$WeekData; HSPLandroid/icu/util/Calendar;->setWeekData(Ljava/lang/String;)V HSPLandroid/icu/util/Calendar;->weekNumber(II)I HSPLandroid/icu/util/Calendar;->weekNumber(III)I +HSPLandroid/icu/util/CodePointMap$Range;-><init>()V +HSPLandroid/icu/util/CodePointMap$Range;->access$000(Landroid/icu/util/CodePointMap$Range;)I +HSPLandroid/icu/util/CodePointMap$Range;->access$100(Landroid/icu/util/CodePointMap$Range;)I +HSPLandroid/icu/util/CodePointMap$Range;->access$202(Landroid/icu/util/CodePointMap$Range;I)I +HSPLandroid/icu/util/CodePointMap$Range;->getEnd()I +HSPLandroid/icu/util/CodePointMap$Range;->getValue()I +HSPLandroid/icu/util/CodePointMap$Range;->set(III)V +HSPLandroid/icu/util/CodePointMap$RangeOption;-><clinit>()V +HSPLandroid/icu/util/CodePointMap$RangeOption;-><init>(Ljava/lang/String;I)V HSPLandroid/icu/util/CodePointMap;-><clinit>()V HSPLandroid/icu/util/CodePointMap;-><init>()V +HSPLandroid/icu/util/CodePointMap;->getRange(ILandroid/icu/util/CodePointMap$RangeOption;ILandroid/icu/util/CodePointMap$ValueFilter;Landroid/icu/util/CodePointMap$Range;)Z HSPLandroid/icu/util/CodePointTrie$1;-><clinit>()V HSPLandroid/icu/util/CodePointTrie$Data16;-><init>([C)V HSPLandroid/icu/util/CodePointTrie$Data16;->getDataLength()I @@ -7662,8 +7928,11 @@ HSPLandroid/icu/util/CodePointTrie$Fast16;-><clinit>()V HSPLandroid/icu/util/CodePointTrie$Fast16;-><init>([C[CIII)V HSPLandroid/icu/util/CodePointTrie$Fast16;->bmpGet(I)I HSPLandroid/icu/util/CodePointTrie$Fast16;->fromBinary(Ljava/nio/ByteBuffer;)Landroid/icu/util/CodePointTrie$Fast16; +HSPLandroid/icu/util/CodePointTrie$Fast16;->get(I)I HSPLandroid/icu/util/CodePointTrie$Fast;-><init>([CLandroid/icu/util/CodePointTrie$Data;III)V HSPLandroid/icu/util/CodePointTrie$Fast;-><init>([CLandroid/icu/util/CodePointTrie$Data;IIILandroid/icu/util/CodePointTrie$1;)V +HSPLandroid/icu/util/CodePointTrie$Fast;->cpIndex(I)I +HSPLandroid/icu/util/CodePointTrie$Fast;->getType()Landroid/icu/util/CodePointTrie$Type; HSPLandroid/icu/util/CodePointTrie$Type;-><clinit>()V HSPLandroid/icu/util/CodePointTrie$Type;-><init>(Ljava/lang/String;I)V HSPLandroid/icu/util/CodePointTrie$ValueWidth;-><clinit>()V @@ -7674,6 +7943,8 @@ HSPLandroid/icu/util/CodePointTrie;-><init>([CLandroid/icu/util/CodePointTrie$Da HSPLandroid/icu/util/CodePointTrie;-><init>([CLandroid/icu/util/CodePointTrie$Data;IIILandroid/icu/util/CodePointTrie$1;)V HSPLandroid/icu/util/CodePointTrie;->fastIndex(I)I HSPLandroid/icu/util/CodePointTrie;->fromBinary(Landroid/icu/util/CodePointTrie$Type;Landroid/icu/util/CodePointTrie$ValueWidth;Ljava/nio/ByteBuffer;)Landroid/icu/util/CodePointTrie; +HSPLandroid/icu/util/CodePointTrie;->getRange(ILandroid/icu/util/CodePointMap$ValueFilter;Landroid/icu/util/CodePointMap$Range;)Z +HSPLandroid/icu/util/CodePointTrie;->maybeFilterValue(IIILandroid/icu/util/CodePointMap$ValueFilter;)I HSPLandroid/icu/util/Currency;-><init>(Ljava/lang/String;)V HSPLandroid/icu/util/Currency;->createCurrency(Landroid/icu/util/ULocale;)Landroid/icu/util/Currency; HSPLandroid/icu/util/Currency;->getCurrencyCode()Ljava/lang/String; @@ -7684,6 +7955,7 @@ HSPLandroid/icu/util/Currency;->getName(Landroid/icu/util/ULocale;I[Z)Ljava/lang HSPLandroid/icu/util/Currency;->getSymbol(Landroid/icu/util/ULocale;)Ljava/lang/String; HSPLandroid/icu/util/Currency;->getSymbol(Ljava/util/Locale;)Ljava/lang/String; HSPLandroid/icu/util/Currency;->isAlpha3Code(Ljava/lang/String;)Z +HSPLandroid/icu/util/DateTimeRule;-><clinit>()V HSPLandroid/icu/util/DateTimeRule;-><init>(IIIZII)V HSPLandroid/icu/util/DateTimeRule;->getDateRuleType()I HSPLandroid/icu/util/DateTimeRule;->getRuleDayOfMonth()I @@ -7691,6 +7963,8 @@ HSPLandroid/icu/util/DateTimeRule;->getRuleDayOfWeek()I HSPLandroid/icu/util/DateTimeRule;->getRuleMillisInDay()I HSPLandroid/icu/util/DateTimeRule;->getRuleMonth()I HSPLandroid/icu/util/DateTimeRule;->getTimeRuleType()I +HSPLandroid/icu/util/GregorianCalendar;-><clinit>()V +HSPLandroid/icu/util/GregorianCalendar;-><init>()V HSPLandroid/icu/util/GregorianCalendar;-><init>(Landroid/icu/util/TimeZone;Landroid/icu/util/ULocale;)V HSPLandroid/icu/util/GregorianCalendar;->getType()Ljava/lang/String; HSPLandroid/icu/util/GregorianCalendar;->handleComputeFields(I)V @@ -7709,16 +7983,12 @@ HSPLandroid/icu/util/SimpleTimeZone;-><clinit>()V HSPLandroid/icu/util/SimpleTimeZone;-><init>(ILjava/lang/String;IIIIIIIIIII)V HSPLandroid/icu/util/SimpleTimeZone;->clone()Ljava/lang/Object; HSPLandroid/icu/util/SimpleTimeZone;->cloneAsThawed()Landroid/icu/util/TimeZone; -HSPLandroid/icu/util/SimpleTimeZone;->compareToRule(IIIIIIIIIIII)I HSPLandroid/icu/util/SimpleTimeZone;->construct(IIIIIIIIIIII)V HSPLandroid/icu/util/SimpleTimeZone;->decodeEndRule()V HSPLandroid/icu/util/SimpleTimeZone;->decodeRules()V HSPLandroid/icu/util/SimpleTimeZone;->decodeStartRule()V HSPLandroid/icu/util/SimpleTimeZone;->getDSTSavings()I HSPLandroid/icu/util/SimpleTimeZone;->getNextTransition(JZ)Landroid/icu/util/TimeZoneTransition; -HSPLandroid/icu/util/SimpleTimeZone;->getOffset(IIIIII)I -HSPLandroid/icu/util/SimpleTimeZone;->getOffset(IIIIIII)I -HSPLandroid/icu/util/SimpleTimeZone;->getOffset(IIIIIIII)I HSPLandroid/icu/util/SimpleTimeZone;->getRawOffset()I HSPLandroid/icu/util/SimpleTimeZone;->getSTZInfo()Landroid/icu/util/STZInfo; HSPLandroid/icu/util/SimpleTimeZone;->getTimeZoneRules()[Landroid/icu/util/TimeZoneRule; @@ -7737,7 +8007,6 @@ HSPLandroid/icu/util/TimeZone;->getDefault()Landroid/icu/util/TimeZone; HSPLandroid/icu/util/TimeZone;->getFrozenICUTimeZone(Ljava/lang/String;Z)Landroid/icu/util/BasicTimeZone; HSPLandroid/icu/util/TimeZone;->getFrozenTimeZone(Ljava/lang/String;)Landroid/icu/util/TimeZone; HSPLandroid/icu/util/TimeZone;->getID()Ljava/lang/String; -HSPLandroid/icu/util/TimeZone;->getOffset(JZ[I)V HSPLandroid/icu/util/TimeZone;->getTimeZone(Ljava/lang/String;IZ)Landroid/icu/util/TimeZone; HSPLandroid/icu/util/TimeZone;->hashCode()I HSPLandroid/icu/util/TimeZone;->setICUDefault(Landroid/icu/util/TimeZone;)V @@ -7754,6 +8023,8 @@ HSPLandroid/icu/util/ULocale$1;->createInstance(Ljava/lang/Object;Ljava/lang/Obj HSPLandroid/icu/util/ULocale$1;->createInstance(Ljava/lang/String;Ljava/lang/Void;)Ljava/lang/String; HSPLandroid/icu/util/ULocale$2;->createInstance(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; HSPLandroid/icu/util/ULocale$2;->createInstance(Ljava/util/Locale;Ljava/lang/Void;)Landroid/icu/util/ULocale; +HSPLandroid/icu/util/ULocale$JDKLocaleHelper;->getDefault(Landroid/icu/util/ULocale$Category;)Ljava/util/Locale; +HSPLandroid/icu/util/ULocale$JDKLocaleHelper;->hasLocaleCategories()Z HSPLandroid/icu/util/ULocale$JDKLocaleHelper;->toULocale(Ljava/util/Locale;)Landroid/icu/util/ULocale; HSPLandroid/icu/util/ULocale;-><init>(Ljava/lang/String;)V HSPLandroid/icu/util/ULocale;-><init>(Ljava/lang/String;Ljava/util/Locale;)V @@ -7761,6 +8032,7 @@ HSPLandroid/icu/util/ULocale;-><init>(Ljava/lang/String;Ljava/util/Locale;Landro HSPLandroid/icu/util/ULocale;->addLikelySubtags(Landroid/icu/util/ULocale;)Landroid/icu/util/ULocale; HSPLandroid/icu/util/ULocale;->appendTag(Ljava/lang/String;Ljava/lang/StringBuilder;)V HSPLandroid/icu/util/ULocale;->base()Landroid/icu/impl/locale/BaseLocale; +HSPLandroid/icu/util/ULocale;->canonicalize(Ljava/lang/String;)Ljava/lang/String; HSPLandroid/icu/util/ULocale;->createCanonical(Ljava/lang/String;)Landroid/icu/util/ULocale; HSPLandroid/icu/util/ULocale;->createLikelySubtagsString(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String; HSPLandroid/icu/util/ULocale;->createTagString(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String; @@ -7771,6 +8043,7 @@ HSPLandroid/icu/util/ULocale;->getBaseName()Ljava/lang/String; HSPLandroid/icu/util/ULocale;->getBaseName(Ljava/lang/String;)Ljava/lang/String; HSPLandroid/icu/util/ULocale;->getCountry()Ljava/lang/String; HSPLandroid/icu/util/ULocale;->getDefault()Landroid/icu/util/ULocale; +HSPLandroid/icu/util/ULocale;->getDefault(Landroid/icu/util/ULocale$Category;)Landroid/icu/util/ULocale; HSPLandroid/icu/util/ULocale;->getKeywordValue(Ljava/lang/String;)Ljava/lang/String; HSPLandroid/icu/util/ULocale;->getKeywordValue(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String; HSPLandroid/icu/util/ULocale;->getKeywords()Ljava/util/Iterator; @@ -7817,6 +8090,7 @@ HSPLandroid/location/ILocationListener$Stub;->asBinder()Landroid/os/IBinder; HSPLandroid/location/ILocationManager$Stub$Proxy;-><init>(Landroid/os/IBinder;)V HSPLandroid/location/ILocationManager$Stub$Proxy;->getLastLocation(Landroid/location/LocationRequest;Ljava/lang/String;Ljava/lang/String;)Landroid/location/Location; HSPLandroid/location/ILocationManager$Stub$Proxy;->isLocationEnabledForUser(I)Z +HSPLandroid/location/ILocationManager$Stub$Proxy;->isProviderEnabledForUser(Ljava/lang/String;I)Z HSPLandroid/location/ILocationManager$Stub;->asInterface(Landroid/os/IBinder;)Landroid/location/ILocationManager; HSPLandroid/location/Location$2;->createFromParcel(Landroid/os/Parcel;)Landroid/location/Location; HSPLandroid/location/Location$2;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object; @@ -7860,6 +8134,7 @@ HSPLandroid/location/LocationManager$GnssStatusListenerManager;-><init>(Landroid HSPLandroid/location/LocationManager$GnssStatusListenerManager;-><init>(Landroid/location/LocationManager;Landroid/location/LocationManager$1;)V HSPLandroid/location/LocationManager$LocationListenerTransport;-><init>(Landroid/location/LocationManager;Landroid/location/LocationListener;)V HSPLandroid/location/LocationManager$LocationListenerTransport;-><init>(Landroid/location/LocationManager;Landroid/location/LocationListener;Landroid/location/LocationManager$1;)V +HSPLandroid/location/LocationManager$LocationListenerTransport;->locationCallbackFinished()V HSPLandroid/location/LocationManager$LocationListenerTransport;->register(Ljava/util/concurrent/Executor;)V HSPLandroid/location/LocationManager;-><init>(Landroid/content/Context;Landroid/location/ILocationManager;)V HSPLandroid/location/LocationManager;->access$600(Landroid/location/LocationManager;)Landroid/location/ILocationManager; @@ -7868,7 +8143,6 @@ HSPLandroid/location/LocationManager;->getListenerIdentifier(Ljava/lang/Object;) HSPLandroid/location/LocationManager;->isLocationEnabledForUser(Landroid/os/UserHandle;)Z HSPLandroid/location/LocationManager;->isProviderEnabled(Ljava/lang/String;)Z HSPLandroid/location/LocationManager;->isProviderEnabledForUser(Ljava/lang/String;Landroid/os/UserHandle;)Z -HSPLandroid/location/LocationManager;->removeUpdates(Landroid/location/LocationListener;)V HSPLandroid/location/LocationManager;->requestLocationUpdates(Landroid/location/LocationRequest;Landroid/location/LocationListener;Landroid/os/Looper;)V HSPLandroid/location/LocationManager;->requestLocationUpdates(Landroid/location/LocationRequest;Ljava/util/concurrent/Executor;Landroid/location/LocationListener;)V HSPLandroid/location/LocationRequest;-><init>()V @@ -7934,6 +8208,8 @@ HSPLandroid/media/AudioFormat$Builder;->setSampleRate(I)Landroid/media/AudioForm HSPLandroid/media/AudioFormat;-><init>(IIIII)V HSPLandroid/media/AudioFormat;->getBytesPerSample(I)I HSPLandroid/media/AudioFormat;->getChannelMask()I +HSPLandroid/media/AudioFormat;->getEncoding()I +HSPLandroid/media/AudioFormat;->getSampleRate()I HSPLandroid/media/AudioHandle;-><init>(I)V HSPLandroid/media/AudioHandle;->equals(Ljava/lang/Object;)Z HSPLandroid/media/AudioHandle;->id()I @@ -7957,16 +8233,14 @@ HSPLandroid/media/AudioManager$ServiceEventHandlerDelegate$1;->handleMessage(Lan HSPLandroid/media/AudioManager$ServiceEventHandlerDelegate;-><init>(Landroid/media/AudioManager;Landroid/os/Handler;)V HSPLandroid/media/AudioManager$ServiceEventHandlerDelegate;->getHandler()Landroid/os/Handler; HSPLandroid/media/AudioManager;-><init>(Landroid/content/Context;)V -HSPLandroid/media/AudioManager;->access$1000(Landroid/media/AudioManager;)Landroid/util/ArrayMap; -HSPLandroid/media/AudioManager;->access$1100(Landroid/media/AudioManager;Landroid/os/Handler;)V HSPLandroid/media/AudioManager;->broadcastDeviceListChange_sync(Landroid/os/Handler;)V HSPLandroid/media/AudioManager;->filterDevicePorts(Ljava/util/ArrayList;Ljava/util/ArrayList;)V HSPLandroid/media/AudioManager;->getContext()Landroid/content/Context; -HSPLandroid/media/AudioManager;->getRingerModeInternal()I HSPLandroid/media/AudioManager;->getService()Landroid/media/IAudioService; HSPLandroid/media/AudioManager;->getStreamMaxVolume(I)I HSPLandroid/media/AudioManager;->getStreamVolume(I)I HSPLandroid/media/AudioManager;->hasPlaybackCallback_sync(Landroid/media/AudioManager$AudioPlaybackCallback;)Z +HSPLandroid/media/AudioManager;->infoListFromPortList(Ljava/util/ArrayList;I)[Landroid/media/AudioDeviceInfo; HSPLandroid/media/AudioManager;->isInputDevice(I)Z HSPLandroid/media/AudioManager;->isVolumeFixed()Z HSPLandroid/media/AudioManager;->isWiredHeadsetOn()Z @@ -7978,7 +8252,8 @@ HSPLandroid/media/AudioManager;->registerAudioDeviceCallback(Landroid/media/Audi HSPLandroid/media/AudioManager;->registerAudioPlaybackCallback(Landroid/media/AudioManager$AudioPlaybackCallback;Landroid/os/Handler;)V HSPLandroid/media/AudioManager;->registerAudioPortUpdateListener(Landroid/media/AudioManager$OnAudioPortUpdateListener;)V HSPLandroid/media/AudioManager;->setContext(Landroid/content/Context;)V -HSPLandroid/media/AudioManager;->setParameters(Ljava/lang/String;)V +HSPLandroid/media/AudioManager;->updateAudioPortCache(Ljava/util/ArrayList;Ljava/util/ArrayList;Ljava/util/ArrayList;)I +HSPLandroid/media/AudioManager;->updatePortConfig(Landroid/media/AudioPortConfig;Ljava/util/ArrayList;)Landroid/media/AudioPortConfig; HSPLandroid/media/AudioMixPort;-><init>(Landroid/media/AudioHandle;IILjava/lang/String;[I[I[I[I[Landroid/media/AudioGain;)V HSPLandroid/media/AudioMixPort;->buildConfig(IIILandroid/media/AudioGainConfig;)Landroid/media/AudioMixPortConfig; HSPLandroid/media/AudioMixPort;->buildConfig(IIILandroid/media/AudioGainConfig;)Landroid/media/AudioPortConfig; @@ -8030,7 +8305,6 @@ HSPLandroid/media/IPlaybackConfigDispatcher$Stub;-><init>()V HSPLandroid/media/IPlaybackConfigDispatcher$Stub;->asBinder()Landroid/os/IBinder; HSPLandroid/media/IPlayer$Stub;-><init>()V HSPLandroid/media/IPlayer$Stub;->asBinder()Landroid/os/IBinder; -HSPLandroid/media/IPlayer$Stub;->asInterface(Landroid/os/IBinder;)Landroid/media/IPlayer; HSPLandroid/media/IRecordingConfigDispatcher$Stub;-><init>()V HSPLandroid/media/IRemoteVolumeObserver$Stub;-><init>()V HSPLandroid/media/MediaCodecInfo$AudioCapabilities;-><init>()V @@ -8096,6 +8370,9 @@ HSPLandroid/media/MediaCodecInfo;->isEncoder()Z HSPLandroid/media/MediaCodecInfo;->makeRegular()Landroid/media/MediaCodecInfo; HSPLandroid/media/MediaCodecList;-><init>(I)V HSPLandroid/media/MediaCodecList;->getCodecInfos()[Landroid/media/MediaCodecInfo; +HSPLandroid/media/MediaCodecList;->getGlobalSettings()Ljava/util/Map; +HSPLandroid/media/MediaCodecList;->getNewCodecInfoAt(I)Landroid/media/MediaCodecInfo; +HSPLandroid/media/MediaCodecList;->initCodecList()V HSPLandroid/media/MediaFormat;-><init>()V HSPLandroid/media/MediaFormat;-><init>(Ljava/util/Map;)V HSPLandroid/media/MediaFormat;->containsKey(Ljava/lang/String;)Z @@ -8105,6 +8382,10 @@ HSPLandroid/media/MediaFormat;->setInteger(Ljava/lang/String;I)V HSPLandroid/media/MediaFormat;->setString(Ljava/lang/String;Ljava/lang/String;)V HSPLandroid/media/MediaMetadata$1;->createFromParcel(Landroid/os/Parcel;)Landroid/media/MediaMetadata; HSPLandroid/media/MediaMetadata$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object; +HSPLandroid/media/MediaPlayer$TimeProvider;-><init>(Landroid/media/MediaPlayer;)V +HSPLandroid/media/MediaPlayer$TimeProvider;->getCurrentTimeUs(ZZ)J +HSPLandroid/media/MediaPlayer;-><init>()V +HSPLandroid/media/MediaPlayer;->stayAwake(Z)V HSPLandroid/media/MediaRouter$Callback;-><init>()V HSPLandroid/media/MediaRouter$CallbackInfo;-><init>(Landroid/media/MediaRouter$Callback;IILandroid/media/MediaRouter;)V HSPLandroid/media/MediaRouter$CallbackInfo;->filterRouteEvent(I)Z @@ -8140,7 +8421,6 @@ HSPLandroid/media/MediaRouter$RouteInfo;->matchesTypes(I)Z HSPLandroid/media/MediaRouter$RouteInfo;->resolveStatusCode()Z HSPLandroid/media/MediaRouter$RouteInfo;->toString()Ljava/lang/String; HSPLandroid/media/MediaRouter$RouteInfo;->updatePresentationDisplay()Z -HSPLandroid/media/MediaRouter$SimpleCallback;-><init>()V HSPLandroid/media/MediaRouter$Static$1;-><init>(Landroid/media/MediaRouter$Static;)V HSPLandroid/media/MediaRouter$Static$Client;-><init>(Landroid/media/MediaRouter$Static;)V HSPLandroid/media/MediaRouter$Static;-><init>(Landroid/content/Context;)V @@ -8167,6 +8447,7 @@ HSPLandroid/media/MediaRouter;->addRouteStatic(Landroid/media/MediaRouter$RouteI HSPLandroid/media/MediaRouter;->createRouteCategory(Ljava/lang/CharSequence;Z)Landroid/media/MediaRouter$RouteCategory; HSPLandroid/media/MediaRouter;->dispatchRouteAdded(Landroid/media/MediaRouter$RouteInfo;)V HSPLandroid/media/MediaRouter;->dispatchRouteSelected(ILandroid/media/MediaRouter$RouteInfo;)V +HSPLandroid/media/MediaRouter;->dispatchRouteVolumeChanged(Landroid/media/MediaRouter$RouteInfo;)V HSPLandroid/media/MediaRouter;->findCallbackInfo(Landroid/media/MediaRouter$Callback;)I HSPLandroid/media/MediaRouter;->getDefaultRoute()Landroid/media/MediaRouter$RouteInfo; HSPLandroid/media/MediaRouter;->getRouteAt(I)Landroid/media/MediaRouter$RouteInfo; @@ -8183,14 +8464,15 @@ HSPLandroid/media/PlayerBase$PlayerIdCard;->writeToParcel(Landroid/os/Parcel;I)V HSPLandroid/media/PlayerBase;-><init>(Landroid/media/AudioAttributes;I)V HSPLandroid/media/PlayerBase;->baseRegisterPlayer()V HSPLandroid/media/PlayerBase;->baseRelease()V +HSPLandroid/media/PlayerBase;->baseStart()V HSPLandroid/media/PlayerBase;->getService()Landroid/media/IAudioService; HSPLandroid/media/PlayerBase;->isRestricted_sync()Z +HSPLandroid/media/PlayerBase;->updateState(I)V HSPLandroid/media/SoundPool$Builder;-><init>()V HSPLandroid/media/SoundPool$Builder;->build()Landroid/media/SoundPool; HSPLandroid/media/SoundPool$Builder;->setAudioAttributes(Landroid/media/AudioAttributes;)Landroid/media/SoundPool$Builder; HSPLandroid/media/SoundPool$Builder;->setMaxStreams(I)Landroid/media/SoundPool$Builder; HSPLandroid/media/SoundPool;-><init>(ILandroid/media/AudioAttributes;)V -HSPLandroid/media/SoundPool;-><init>(ILandroid/media/AudioAttributes;Landroid/media/SoundPool$1;)V HSPLandroid/media/Utils$1;-><init>()V HSPLandroid/media/Utils$1;->compare(Landroid/util/Range;Landroid/util/Range;)I HSPLandroid/media/Utils$1;->compare(Ljava/lang/Object;Ljava/lang/Object;)I @@ -8224,9 +8506,9 @@ HSPLandroid/media/session/IOnMediaKeyEventDispatchedListener$Stub;-><init>()V HSPLandroid/media/session/IOnMediaKeyEventSessionChangedListener$Stub;-><init>()V HSPLandroid/media/session/ISessionCallback$Stub;-><init>()V HSPLandroid/media/session/ISessionCallback$Stub;->asBinder()Landroid/os/IBinder; +HSPLandroid/media/session/ISessionController$Stub$Proxy;-><init>(Landroid/os/IBinder;)V HSPLandroid/media/session/ISessionController$Stub;->asInterface(Landroid/os/IBinder;)Landroid/media/session/ISessionController; HSPLandroid/media/session/ISessionControllerCallback$Stub;-><init>()V -HSPLandroid/media/session/ISessionManager$Stub$Proxy;-><init>(Landroid/os/IBinder;)V HSPLandroid/media/session/ISessionManager$Stub;->asInterface(Landroid/os/IBinder;)Landroid/media/session/ISessionManager; HSPLandroid/media/session/MediaController$CallbackStub;-><init>(Landroid/media/session/MediaController;)V HSPLandroid/media/session/MediaController$TransportControls;-><init>(Landroid/media/session/MediaController;)V @@ -8252,6 +8534,12 @@ HSPLandroid/media/session/MediaSessionManager$OnMediaKeyEventSessionChangedListe HSPLandroid/media/session/MediaSessionManager$OnMediaKeyEventSessionChangedListenerStub;-><init>(Landroid/media/session/MediaSessionManager;Landroid/media/session/MediaSessionManager$1;)V HSPLandroid/media/session/MediaSessionManager;-><init>(Landroid/content/Context;)V HSPLandroid/media/session/MediaSessionManager;->createSession(Landroid/media/session/MediaSession$CallbackStub;Ljava/lang/String;Landroid/os/Bundle;)Landroid/media/session/ISession; +HSPLandroid/media/session/PlaybackState$1;->createFromParcel(Landroid/os/Parcel;)Landroid/media/session/PlaybackState; +HSPLandroid/media/session/PlaybackState$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object; +HSPLandroid/media/session/PlaybackState$Builder;->build()Landroid/media/session/PlaybackState; +HSPLandroid/media/session/PlaybackState;-><init>(IJJFJJLjava/util/List;JLjava/lang/CharSequence;Landroid/os/Bundle;)V +HSPLandroid/media/session/PlaybackState;-><init>(Landroid/os/Parcel;)V +HSPLandroid/media/session/PlaybackState;->writeToParcel(Landroid/os/Parcel;I)V HSPLandroid/metrics/LogMaker;-><init>(I)V HSPLandroid/metrics/LogMaker;->addTaggedData(ILjava/lang/Object;)Landroid/metrics/LogMaker; HSPLandroid/metrics/LogMaker;->getEntries()Landroid/util/SparseArray; @@ -8275,13 +8563,13 @@ HSPLandroid/net/ConnectivityManager$NetworkCallback;->onAvailable(Landroid/net/N HSPLandroid/net/ConnectivityManager$NetworkCallback;->onBlockedStatusChanged(Landroid/net/Network;Z)V HSPLandroid/net/ConnectivityManager$NetworkCallback;->onCapabilitiesChanged(Landroid/net/Network;Landroid/net/NetworkCapabilities;)V HSPLandroid/net/ConnectivityManager$NetworkCallback;->onLinkPropertiesChanged(Landroid/net/Network;Landroid/net/LinkProperties;)V +HSPLandroid/net/ConnectivityManager$NetworkCallback;->onLosing(Landroid/net/Network;I)V HSPLandroid/net/ConnectivityManager$NetworkCallback;->onNetworkResumed(Landroid/net/Network;)V HSPLandroid/net/ConnectivityManager$NetworkCallback;->onNetworkSuspended(Landroid/net/Network;)V HSPLandroid/net/ConnectivityManager$NetworkCallback;->onPreCheck(Landroid/net/Network;)V HSPLandroid/net/ConnectivityManager;-><init>(Landroid/content/Context;Landroid/net/IConnectivityManager;)V HSPLandroid/net/ConnectivityManager;->access$800()Ljava/util/HashMap; HSPLandroid/net/ConnectivityManager;->checkCallbackNotNull(Landroid/net/ConnectivityManager$NetworkCallback;)V -HSPLandroid/net/ConnectivityManager;->from(Landroid/content/Context;)Landroid/net/ConnectivityManager; HSPLandroid/net/ConnectivityManager;->getActiveNetwork()Landroid/net/Network; HSPLandroid/net/ConnectivityManager;->getActiveNetworkInfo()Landroid/net/NetworkInfo; HSPLandroid/net/ConnectivityManager;->getAllNetworks()[Landroid/net/Network; @@ -8330,16 +8618,15 @@ HSPLandroid/net/IConnectivityManager$Stub$Proxy;->getNetworkInfoForUid(Landroid/ HSPLandroid/net/IConnectivityManager$Stub$Proxy;->getProxyForNetwork(Landroid/net/Network;)Landroid/net/ProxyInfo; HSPLandroid/net/IConnectivityManager$Stub$Proxy;->isActiveNetworkMetered()Z HSPLandroid/net/IConnectivityManager$Stub$Proxy;->listenForNetwork(Landroid/net/NetworkCapabilities;Landroid/os/Messenger;Landroid/os/IBinder;)Landroid/net/NetworkRequest; +HSPLandroid/net/IConnectivityManager$Stub$Proxy;->listenForNetwork(Landroid/net/NetworkCapabilities;Landroid/os/Messenger;Landroid/os/IBinder;Ljava/lang/String;)Landroid/net/NetworkRequest; HSPLandroid/net/IConnectivityManager$Stub$Proxy;->releaseNetworkRequest(Landroid/net/NetworkRequest;)V HSPLandroid/net/IConnectivityManager$Stub$Proxy;->requestNetwork(Landroid/net/NetworkCapabilities;Landroid/os/Messenger;ILandroid/os/IBinder;I)Landroid/net/NetworkRequest; +HSPLandroid/net/IConnectivityManager$Stub$Proxy;->requestNetwork(Landroid/net/NetworkCapabilities;Landroid/os/Messenger;ILandroid/os/IBinder;ILjava/lang/String;)Landroid/net/NetworkRequest; HSPLandroid/net/IConnectivityManager$Stub;->asInterface(Landroid/os/IBinder;)Landroid/net/IConnectivityManager; HSPLandroid/net/INetworkPolicyListener$Stub;-><init>()V HSPLandroid/net/INetworkPolicyListener$Stub;->asBinder()Landroid/os/IBinder; HSPLandroid/net/INetworkPolicyManager$Stub$Proxy;-><init>(Landroid/os/IBinder;)V -HSPLandroid/net/INetworkPolicyManager$Stub$Proxy;->getRestrictBackgroundByCaller()I HSPLandroid/net/INetworkPolicyManager$Stub;->asInterface(Landroid/os/IBinder;)Landroid/net/INetworkPolicyManager; -HSPLandroid/net/INetworkScoreCache$Stub;-><init>()V -HSPLandroid/net/INetworkScoreCache$Stub;->asBinder()Landroid/os/IBinder; HSPLandroid/net/INetworkScoreService$Stub;->asInterface(Landroid/os/IBinder;)Landroid/net/INetworkScoreService; HSPLandroid/net/INetworkStatsService$Stub$Proxy;-><init>(Landroid/os/IBinder;)V HSPLandroid/net/INetworkStatsService$Stub;->asInterface(Landroid/os/IBinder;)Landroid/net/INetworkStatsService; @@ -8359,23 +8646,18 @@ HSPLandroid/net/IpPrefix;->equals(Ljava/lang/Object;)Z HSPLandroid/net/IpPrefix;->getAddress()Ljava/net/InetAddress; HSPLandroid/net/IpPrefix;->getPrefixLength()I HSPLandroid/net/IpPrefix;->toString()Ljava/lang/String; -HSPLandroid/net/IpPrefix;->writeToParcel(Landroid/os/Parcel;I)V HSPLandroid/net/LinkAddress$1;->createFromParcel(Landroid/os/Parcel;)Landroid/net/LinkAddress; HSPLandroid/net/LinkAddress$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object; -HSPLandroid/net/LinkAddress;-><init>(Ljava/lang/String;II)V HSPLandroid/net/LinkAddress;-><init>(Ljava/net/InetAddress;III)V HSPLandroid/net/LinkAddress;-><init>(Ljava/net/InetAddress;IIIJJ)V HSPLandroid/net/LinkAddress;->getAddress()Ljava/net/InetAddress; HSPLandroid/net/LinkAddress;->init(Ljava/net/InetAddress;III)V HSPLandroid/net/LinkAddress;->init(Ljava/net/InetAddress;IIIJJ)V HSPLandroid/net/LinkAddress;->isSameAddressAs(Landroid/net/LinkAddress;)Z -HSPLandroid/net/LinkAddress;->scopeForUnicastAddress(Ljava/net/InetAddress;)I HSPLandroid/net/LinkAddress;->toString()Ljava/lang/String; -HSPLandroid/net/LinkAddress;->writeToParcel(Landroid/os/Parcel;I)V HSPLandroid/net/LinkProperties$1;->createFromParcel(Landroid/os/Parcel;)Landroid/net/LinkProperties; HSPLandroid/net/LinkProperties$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object; HSPLandroid/net/LinkProperties;-><init>()V -HSPLandroid/net/LinkProperties;-><init>(Landroid/net/LinkProperties;)V HSPLandroid/net/LinkProperties;->access$000(Landroid/os/Parcel;)Ljava/net/InetAddress; HSPLandroid/net/LinkProperties;->addDnsServer(Ljava/net/InetAddress;)Z HSPLandroid/net/LinkProperties;->addLinkAddress(Landroid/net/LinkAddress;)Z @@ -8383,42 +8665,17 @@ HSPLandroid/net/LinkProperties;->addPcscfServer(Ljava/net/InetAddress;)Z HSPLandroid/net/LinkProperties;->addRoute(Landroid/net/RouteInfo;)Z HSPLandroid/net/LinkProperties;->addStackedLink(Landroid/net/LinkProperties;)Z HSPLandroid/net/LinkProperties;->addValidatedPrivateDnsServer(Ljava/net/InetAddress;)Z -HSPLandroid/net/LinkProperties;->equals(Ljava/lang/Object;)Z HSPLandroid/net/LinkProperties;->findLinkAddressIndex(Landroid/net/LinkAddress;)I -HSPLandroid/net/LinkProperties;->getAddresses()Ljava/util/List; -HSPLandroid/net/LinkProperties;->getDhcpServerAddress()Ljava/net/Inet4Address; HSPLandroid/net/LinkProperties;->getDnsServers()Ljava/util/List; -HSPLandroid/net/LinkProperties;->getDomains()Ljava/lang/String; -HSPLandroid/net/LinkProperties;->getHttpProxy()Landroid/net/ProxyInfo; HSPLandroid/net/LinkProperties;->getInterfaceName()Ljava/lang/String; HSPLandroid/net/LinkProperties;->getLinkAddresses()Ljava/util/List; -HSPLandroid/net/LinkProperties;->getMtu()I -HSPLandroid/net/LinkProperties;->getPcscfServers()Ljava/util/List; HSPLandroid/net/LinkProperties;->getPrivateDnsServerName()Ljava/lang/String; HSPLandroid/net/LinkProperties;->getRoutes()Ljava/util/List; -HSPLandroid/net/LinkProperties;->getValidatedPrivateDnsServers()Ljava/util/List; -HSPLandroid/net/LinkProperties;->hasGlobalIpv6Address()Z -HSPLandroid/net/LinkProperties;->isIdenticalAddresses(Landroid/net/LinkProperties;)Z -HSPLandroid/net/LinkProperties;->isIdenticalDhcpServerAddress(Landroid/net/LinkProperties;)Z -HSPLandroid/net/LinkProperties;->isIdenticalDnses(Landroid/net/LinkProperties;)Z -HSPLandroid/net/LinkProperties;->isIdenticalHttpProxy(Landroid/net/LinkProperties;)Z -HSPLandroid/net/LinkProperties;->isIdenticalInterfaceName(Landroid/net/LinkProperties;)Z -HSPLandroid/net/LinkProperties;->isIdenticalMtu(Landroid/net/LinkProperties;)Z -HSPLandroid/net/LinkProperties;->isIdenticalNat64Prefix(Landroid/net/LinkProperties;)Z -HSPLandroid/net/LinkProperties;->isIdenticalPcscfs(Landroid/net/LinkProperties;)Z -HSPLandroid/net/LinkProperties;->isIdenticalPrivateDns(Landroid/net/LinkProperties;)Z -HSPLandroid/net/LinkProperties;->isIdenticalRoutes(Landroid/net/LinkProperties;)Z -HSPLandroid/net/LinkProperties;->isIdenticalStackedLinks(Landroid/net/LinkProperties;)Z -HSPLandroid/net/LinkProperties;->isIdenticalTcpBufferSizes(Landroid/net/LinkProperties;)Z -HSPLandroid/net/LinkProperties;->isIdenticalValidatedPrivateDnses(Landroid/net/LinkProperties;)Z -HSPLandroid/net/LinkProperties;->isIdenticalWakeOnLan(Landroid/net/LinkProperties;)Z HSPLandroid/net/LinkProperties;->isPrivateDnsActive()Z -HSPLandroid/net/LinkProperties;->isWakeOnLanSupported()Z HSPLandroid/net/LinkProperties;->readAddress(Landroid/os/Parcel;)Ljava/net/InetAddress; HSPLandroid/net/LinkProperties;->routeWithInterface(Landroid/net/RouteInfo;)Landroid/net/RouteInfo; HSPLandroid/net/LinkProperties;->setCaptivePortalApiUrl(Landroid/net/Uri;)V HSPLandroid/net/LinkProperties;->setCaptivePortalData(Landroid/net/CaptivePortalData;)V -HSPLandroid/net/LinkProperties;->setDhcpServerAddress(Ljava/net/Inet4Address;)V HSPLandroid/net/LinkProperties;->setDomains(Ljava/lang/String;)V HSPLandroid/net/LinkProperties;->setInterfaceName(Ljava/lang/String;)V HSPLandroid/net/LinkProperties;->setMtu(I)V @@ -8428,9 +8685,6 @@ HSPLandroid/net/LinkProperties;->setTcpBufferSizes(Ljava/lang/String;)V HSPLandroid/net/LinkProperties;->setUsePrivateDns(Z)V HSPLandroid/net/LinkProperties;->setWakeOnLanSupported(Z)V HSPLandroid/net/LinkProperties;->toString()Ljava/lang/String; -HSPLandroid/net/LinkProperties;->writeAddress(Landroid/os/Parcel;Ljava/net/InetAddress;)V -HSPLandroid/net/LinkProperties;->writeAddresses(Landroid/os/Parcel;Ljava/util/List;)V -HSPLandroid/net/LinkProperties;->writeToParcel(Landroid/os/Parcel;I)V HSPLandroid/net/LocalServerSocket;-><init>(Ljava/io/FileDescriptor;)V HSPLandroid/net/LocalServerSocket;->accept()Landroid/net/LocalSocket; HSPLandroid/net/LocalServerSocket;->close()V @@ -8561,19 +8815,14 @@ HSPLandroid/net/NetworkInfo;->getSubtype()I HSPLandroid/net/NetworkInfo;->getSubtypeName()Ljava/lang/String; HSPLandroid/net/NetworkInfo;->getType()I HSPLandroid/net/NetworkInfo;->getTypeName()Ljava/lang/String; +HSPLandroid/net/NetworkInfo;->isAvailable()Z HSPLandroid/net/NetworkInfo;->isConnected()Z HSPLandroid/net/NetworkInfo;->isConnectedOrConnecting()Z HSPLandroid/net/NetworkInfo;->isRoaming()Z HSPLandroid/net/NetworkInfo;->setDetailedState(Landroid/net/NetworkInfo$DetailedState;Ljava/lang/String;Ljava/lang/String;)V HSPLandroid/net/NetworkInfo;->toString()Ljava/lang/String; -HSPLandroid/net/NetworkKey$1;->createFromParcel(Landroid/os/Parcel;)Landroid/net/NetworkKey; -HSPLandroid/net/NetworkKey$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object; -HSPLandroid/net/NetworkKey;-><init>(Landroid/os/Parcel;)V -HSPLandroid/net/NetworkKey;-><init>(Landroid/os/Parcel;Landroid/net/NetworkKey$1;)V HSPLandroid/net/NetworkKey;->writeToParcel(Landroid/os/Parcel;I)V HSPLandroid/net/NetworkPolicyManager$Listener;-><init>()V -HSPLandroid/net/NetworkPolicyManager$Listener;->onMeteredIfacesChanged([Ljava/lang/String;)V -HSPLandroid/net/NetworkPolicyManager$Listener;->onUidRulesChanged(II)V HSPLandroid/net/NetworkPolicyManager;-><init>(Landroid/content/Context;Landroid/net/INetworkPolicyManager;)V HSPLandroid/net/NetworkPolicyManager;->registerListener(Landroid/net/INetworkPolicyListener;)V HSPLandroid/net/NetworkRequest$1;->createFromParcel(Landroid/os/Parcel;)Landroid/net/NetworkRequest; @@ -8591,19 +8840,16 @@ HSPLandroid/net/NetworkRequest;->equals(Ljava/lang/Object;)Z HSPLandroid/net/NetworkRequest;->hashCode()I HSPLandroid/net/NetworkRequest;->writeToParcel(Landroid/os/Parcel;I)V HSPLandroid/net/NetworkScoreManager;-><init>(Landroid/content/Context;)V -HSPLandroid/net/NetworkScoreManager;->registerNetworkScoreCache(ILandroid/net/INetworkScoreCache;I)V HSPLandroid/net/NetworkSpecifier;-><init>()V HSPLandroid/net/NetworkStats$Entry;-><init>()V HSPLandroid/net/NetworkStats$Entry;-><init>(Ljava/lang/String;IIIIIIJJJJJ)V HSPLandroid/net/NetworkStats$Entry;-><init>(Ljava/lang/String;IIIJJJJJ)V HSPLandroid/net/NetworkStats;-><init>(JI)V -HSPLandroid/net/NetworkTemplate$1;-><init>()V -HSPLandroid/net/NetworkTemplate;-><clinit>()V HSPLandroid/net/NetworkTemplate;-><init>(ILjava/lang/String;Ljava/lang/String;)V HSPLandroid/net/NetworkTemplate;-><init>(ILjava/lang/String;[Ljava/lang/String;Ljava/lang/String;)V HSPLandroid/net/NetworkTemplate;-><init>(ILjava/lang/String;[Ljava/lang/String;Ljava/lang/String;III)V -HSPLandroid/net/NetworkTemplate;->buildTemplateWifiWildcard()Landroid/net/NetworkTemplate; HSPLandroid/net/NetworkTemplate;->isKnownMatchRule(I)Z +HSPLandroid/net/NetworkTemplate;->writeToParcel(Landroid/os/Parcel;I)V HSPLandroid/net/NetworkUtils;->maskRawAddress([BI)V HSPLandroid/net/Proxy;->setHttpProxySystemProperty(Landroid/net/ProxyInfo;)V HSPLandroid/net/Proxy;->setHttpProxySystemProperty(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Landroid/net/Uri;)V @@ -8619,15 +8865,14 @@ HSPLandroid/net/RouteInfo;->getType()I HSPLandroid/net/RouteInfo;->isDefaultRoute()Z HSPLandroid/net/RouteInfo;->isHost()Z HSPLandroid/net/RouteInfo;->toString()Ljava/lang/String; -HSPLandroid/net/RouteInfo;->writeToParcel(Landroid/os/Parcel;I)V HSPLandroid/net/StringNetworkSpecifier$1;->createFromParcel(Landroid/os/Parcel;)Landroid/net/StringNetworkSpecifier; HSPLandroid/net/StringNetworkSpecifier$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object; -HSPLandroid/net/StringNetworkSpecifier;-><init>(Ljava/lang/String;)V HSPLandroid/net/TelephonyNetworkSpecifier$1;-><init>()V HSPLandroid/net/TelephonyNetworkSpecifier$1;->createFromParcel(Landroid/os/Parcel;)Landroid/net/TelephonyNetworkSpecifier; HSPLandroid/net/TelephonyNetworkSpecifier$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object; HSPLandroid/net/TelephonyNetworkSpecifier;-><clinit>()V HSPLandroid/net/TelephonyNetworkSpecifier;-><init>(I)V +HSPLandroid/net/TelephonyNetworkSpecifier;->toString()Ljava/lang/String; HSPLandroid/net/TrafficStats;->clearThreadStatsTag()V HSPLandroid/net/TrafficStats;->getStatsService()Landroid/net/INetworkStatsService; HSPLandroid/net/TrafficStats;->getUidRxBytes(I)J @@ -8667,6 +8912,7 @@ HSPLandroid/net/Uri$Builder;->build()Landroid/net/Uri; HSPLandroid/net/Uri$Builder;->clearQuery()Landroid/net/Uri$Builder; HSPLandroid/net/Uri$Builder;->encodedAuthority(Ljava/lang/String;)Landroid/net/Uri$Builder; HSPLandroid/net/Uri$Builder;->encodedFragment(Ljava/lang/String;)Landroid/net/Uri$Builder; +HSPLandroid/net/Uri$Builder;->encodedPath(Ljava/lang/String;)Landroid/net/Uri$Builder; HSPLandroid/net/Uri$Builder;->fragment(Landroid/net/Uri$Part;)Landroid/net/Uri$Builder; HSPLandroid/net/Uri$Builder;->fragment(Ljava/lang/String;)Landroid/net/Uri$Builder; HSPLandroid/net/Uri$Builder;->hasSchemeOrAuthority()Z @@ -8784,10 +9030,6 @@ HSPLandroid/net/UriCodec;->decode(Ljava/lang/String;ZLjava/nio/charset/Charset;Z HSPLandroid/net/UriCodec;->flushDecodingByteAccumulator(Ljava/lang/StringBuilder;Ljava/nio/charset/CharsetDecoder;Ljava/nio/ByteBuffer;Z)V HSPLandroid/net/UriCodec;->getNextCharacter(Ljava/lang/String;IILjava/lang/String;)C HSPLandroid/net/UriCodec;->hexCharToValue(C)I -HSPLandroid/net/WifiKey$1;->createFromParcel(Landroid/os/Parcel;)Landroid/net/WifiKey; -HSPLandroid/net/WifiKey$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object; -HSPLandroid/net/WifiKey;-><init>(Landroid/os/Parcel;)V -HSPLandroid/net/WifiKey;-><init>(Landroid/os/Parcel;Landroid/net/WifiKey$1;)V HSPLandroid/net/WifiKey;-><init>(Ljava/lang/String;Ljava/lang/String;)V HSPLandroid/net/WifiKey;->writeToParcel(Landroid/os/Parcel;I)V HSPLandroid/net/http/X509TrustManagerExtensions;-><init>(Ljavax/net/ssl/X509TrustManager;)V @@ -8800,13 +9042,15 @@ HSPLandroid/nfc/INfcAdapter$Stub;->asInterface(Landroid/os/IBinder;)Landroid/nfc HSPLandroid/nfc/NfcAdapter;-><init>(Landroid/content/Context;)V HSPLandroid/nfc/NfcAdapter;->getDefaultAdapter(Landroid/content/Context;)Landroid/nfc/NfcAdapter; HSPLandroid/nfc/NfcAdapter;->getNfcAdapter(Landroid/content/Context;)Landroid/nfc/NfcAdapter; -HSPLandroid/nfc/NfcAdapter;->getServiceInterface()Landroid/nfc/INfcAdapter; HSPLandroid/nfc/NfcAdapter;->hasBeamFeature()Z HSPLandroid/nfc/NfcAdapter;->hasNfcFeature()Z HSPLandroid/nfc/NfcAdapter;->hasNfcHceFeature()Z HSPLandroid/nfc/NfcManager;-><init>(Landroid/content/Context;)V +HSPLandroid/opengl/EGLConfig;-><init>(J)V HSPLandroid/opengl/EGLContext;-><init>(J)V +HSPLandroid/opengl/EGLDisplay;-><init>(J)V HSPLandroid/opengl/EGLObjectHandle;-><init>(J)V +HSPLandroid/opengl/EGLObjectHandle;->getNativeHandle()J HSPLandroid/os/-$$Lambda$Build$WrC6eL7oW2Zm9UDTcXXKr0DnOMw;->apply(Ljava/lang/Object;)Ljava/lang/Object; HSPLandroid/os/-$$Lambda$StrictMode$1yH8AK0bTwVwZOb9x8HoiSBdzr0;->log(Landroid/os/StrictMode$ViolationInfo;)V HSPLandroid/os/-$$Lambda$StrictMode$AndroidBlockGuardPolicy$9nBulCQKaMajrWr41SB7f7YRT1I;-><init>(Landroid/os/StrictMode$AndroidBlockGuardPolicy;Landroid/view/IWindowManager;Ljava/util/ArrayList;)V @@ -8867,7 +9111,6 @@ HSPLandroid/os/BaseBundle;->getIntArray(Ljava/lang/String;)[I HSPLandroid/os/BaseBundle;->getIntegerArrayList(Ljava/lang/String;)Ljava/util/ArrayList; HSPLandroid/os/BaseBundle;->getLong(Ljava/lang/String;)J HSPLandroid/os/BaseBundle;->getLong(Ljava/lang/String;J)J -HSPLandroid/os/BaseBundle;->getMap()Landroid/util/ArrayMap; HSPLandroid/os/BaseBundle;->getSerializable(Ljava/lang/String;)Ljava/io/Serializable; HSPLandroid/os/BaseBundle;->getString(Ljava/lang/String;)Ljava/lang/String; HSPLandroid/os/BaseBundle;->getString(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String; @@ -8933,8 +9176,6 @@ HSPLandroid/os/BinderProxy;->getInstance(JJ)Landroid/os/BinderProxy; HSPLandroid/os/BinderProxy;->queryLocalInterface(Ljava/lang/String;)Landroid/os/IInterface; HSPLandroid/os/BinderProxy;->sendDeathNotice(Landroid/os/IBinder$DeathRecipient;Landroid/os/IBinder;)V HSPLandroid/os/BinderProxy;->transact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z -HSPLandroid/os/Build;->getRadioVersion()Ljava/lang/String; -HSPLandroid/os/Build;->lambda$joinListOrElse$0(Ljava/lang/Object;)Ljava/lang/String; HSPLandroid/os/Bundle$1;->createFromParcel(Landroid/os/Parcel;)Landroid/os/Bundle; HSPLandroid/os/Bundle$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object; HSPLandroid/os/Bundle;-><init>()V @@ -8956,6 +9197,7 @@ HSPLandroid/os/Bundle;->getParcelable(Ljava/lang/String;)Landroid/os/Parcelable; HSPLandroid/os/Bundle;->getParcelableArray(Ljava/lang/String;)[Landroid/os/Parcelable; HSPLandroid/os/Bundle;->getParcelableArrayList(Ljava/lang/String;)Ljava/util/ArrayList; HSPLandroid/os/Bundle;->getSerializable(Ljava/lang/String;)Ljava/io/Serializable; +HSPLandroid/os/Bundle;->getSparseParcelableArray(Ljava/lang/String;)Landroid/util/SparseArray; HSPLandroid/os/Bundle;->getStringArrayList(Ljava/lang/String;)Ljava/util/ArrayList; HSPLandroid/os/Bundle;->maybePrefillHasFds()V HSPLandroid/os/Bundle;->putAll(Landroid/os/Bundle;)V @@ -9044,17 +9286,14 @@ HSPLandroid/os/Debug$MemoryInfo;->getTotalSwappedOut()I HSPLandroid/os/Debug$MemoryInfo;->getTotalSwappedOutPss()I HSPLandroid/os/Debug$MemoryInfo;->readFromParcel(Landroid/os/Parcel;)V HSPLandroid/os/Debug;->countInstancesOfClass(Ljava/lang/Class;)J -HSPLandroid/os/Debug;->getMethodTracingMode()I -HSPLandroid/os/Debug;->getVmFeatureList()[Ljava/lang/String; HSPLandroid/os/Debug;->isDebuggerConnected()Z HSPLandroid/os/Debug;->waitingForDebugger()Z -HSPLandroid/os/DeviceIdleManager;-><init>(Landroid/content/Context;Landroid/os/IDeviceIdleController;)V -HSPLandroid/os/DropBoxManager;-><init>(Landroid/content/Context;Lcom/android/internal/os/IDropBoxManagerService;)V HSPLandroid/os/Environment$UserEnvironment;-><init>(I)V HSPLandroid/os/Environment$UserEnvironment;->buildExternalStorageAppCacheDirs(Ljava/lang/String;)[Ljava/io/File; HSPLandroid/os/Environment$UserEnvironment;->buildExternalStorageAppFilesDirs(Ljava/lang/String;)[Ljava/io/File; HSPLandroid/os/Environment$UserEnvironment;->buildExternalStoragePublicDirs(Ljava/lang/String;)[Ljava/io/File; HSPLandroid/os/Environment$UserEnvironment;->getExternalDirs()[Ljava/io/File; +HSPLandroid/os/Environment;->buildExternalStorageAppCacheDirs(Ljava/lang/String;)[Ljava/io/File; HSPLandroid/os/Environment;->buildExternalStorageAppFilesDirs(Ljava/lang/String;)[Ljava/io/File; HSPLandroid/os/Environment;->buildPath(Ljava/io/File;[Ljava/lang/String;)Ljava/io/File; HSPLandroid/os/Environment;->buildPaths([Ljava/io/File;[Ljava/lang/String;)[Ljava/io/File; @@ -9063,14 +9302,12 @@ HSPLandroid/os/Environment;->getDataProfilesDeDirectory(I)Ljava/io/File; HSPLandroid/os/Environment;->getDataProfilesDePackageDirectory(ILjava/lang/String;)Ljava/io/File; HSPLandroid/os/Environment;->getExternalStorageDirectory()Ljava/io/File; HSPLandroid/os/Environment;->getExternalStorageState()Ljava/lang/String; -HSPLandroid/os/Environment;->getExternalStorageState(Ljava/io/File;)Ljava/lang/String; HSPLandroid/os/Environment;->getUserConfigDirectory(I)Ljava/io/File; HSPLandroid/os/Environment;->initForCurrentUser()V HSPLandroid/os/Environment;->isExternalStorageEmulated()Z HSPLandroid/os/Environment;->isExternalStorageEmulated(Ljava/io/File;)Z HSPLandroid/os/Environment;->throwIfUserRequired()V HSPLandroid/os/EventLogTags;->writeServiceManagerSlow(ILjava/lang/String;)V -HSPLandroid/os/EventLogTags;->writeServiceManagerStats(III)V HSPLandroid/os/FactoryTest;->getMode()I HSPLandroid/os/FileObserver$ObserverThread;-><init>()V HSPLandroid/os/FileObserver$ObserverThread;->onEvent(IILjava/lang/String;)V @@ -9083,12 +9320,10 @@ HSPLandroid/os/FileObserver;-><init>(Ljava/util/List;I)V HSPLandroid/os/FileObserver;->startWatching()V HSPLandroid/os/FileUtils;->contains(Ljava/io/File;Ljava/io/File;)Z HSPLandroid/os/FileUtils;->contains(Ljava/lang/String;Ljava/lang/String;)Z -HSPLandroid/os/FileUtils;->listOrEmpty(Ljava/io/File;)[Ljava/lang/String; HSPLandroid/os/FileUtils;->newFileOrNull(Ljava/lang/String;)Ljava/io/File; HSPLandroid/os/FileUtils;->setPermissions(Ljava/lang/String;III)I HSPLandroid/os/FileUtils;->sync(Ljava/io/FileOutputStream;)Z HSPLandroid/os/FileUtils;->translateModePfdToPosix(I)I -HSPLandroid/os/FileUtils;->trimFilename(Ljava/lang/StringBuilder;I)V HSPLandroid/os/GraphicsEnvironment;->checkAngleWhitelist(Landroid/content/Context;Landroid/os/Bundle;Ljava/lang/String;)Z HSPLandroid/os/GraphicsEnvironment;->chooseDriver(Landroid/content/Context;Landroid/os/Bundle;Landroid/content/pm/PackageManager;Ljava/lang/String;Landroid/content/pm/ApplicationInfo;)Z HSPLandroid/os/GraphicsEnvironment;->chooseDriverInternal(Landroid/os/Bundle;Landroid/content/pm/ApplicationInfo;)Ljava/lang/String; @@ -9160,7 +9395,6 @@ HSPLandroid/os/HandlerThread;->quit()Z HSPLandroid/os/HandlerThread;->quitSafely()Z HSPLandroid/os/HandlerThread;->run()V HSPLandroid/os/HwBinder;-><init>()V -HSPLandroid/os/HwBinder;->getService(Ljava/lang/String;Ljava/lang/String;)Landroid/os/IHwBinder; HSPLandroid/os/HwBlob;-><init>(I)V HSPLandroid/os/HwBlob;->wrapArray([B)[Ljava/lang/Byte; HSPLandroid/os/HwParcel;-><init>()V @@ -9178,8 +9412,6 @@ HSPLandroid/os/ICancellationSignal$Stub$Proxy;-><init>(Landroid/os/IBinder;)V HSPLandroid/os/ICancellationSignal$Stub$Proxy;->asBinder()Landroid/os/IBinder; HSPLandroid/os/ICancellationSignal$Stub;-><init>()V HSPLandroid/os/ICancellationSignal$Stub;->asInterface(Landroid/os/IBinder;)Landroid/os/ICancellationSignal; -HSPLandroid/os/IDeviceIdentifiersPolicyService$Stub;->asInterface(Landroid/os/IBinder;)Landroid/os/IDeviceIdentifiersPolicyService; -HSPLandroid/os/IDeviceIdleController$Stub$Proxy;-><init>(Landroid/os/IBinder;)V HSPLandroid/os/IDeviceIdleController$Stub;->asInterface(Landroid/os/IBinder;)Landroid/os/IDeviceIdleController; HSPLandroid/os/IMessenger$Stub$Proxy;-><init>(Landroid/os/IBinder;)V HSPLandroid/os/IMessenger$Stub$Proxy;->asBinder()Landroid/os/IBinder; @@ -9201,24 +9433,26 @@ HSPLandroid/os/IPowerManager$Stub;->asInterface(Landroid/os/IBinder;)Landroid/os HSPLandroid/os/IRemoteCallback$Stub$Proxy;-><init>(Landroid/os/IBinder;)V HSPLandroid/os/IRemoteCallback$Stub$Proxy;->sendResult(Landroid/os/Bundle;)V HSPLandroid/os/IRemoteCallback$Stub;-><init>()V +HSPLandroid/os/IRemoteCallback$Stub;->asBinder()Landroid/os/IBinder; HSPLandroid/os/IRemoteCallback$Stub;->asInterface(Landroid/os/IBinder;)Landroid/os/IRemoteCallback; +HSPLandroid/os/IRemoteCallback$Stub;->onTransact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z HSPLandroid/os/IServiceManager$Stub$Proxy;-><init>(Landroid/os/IBinder;)V HSPLandroid/os/IServiceManager$Stub$Proxy;->addService(Ljava/lang/String;Landroid/os/IBinder;ZI)V HSPLandroid/os/IServiceManager$Stub$Proxy;->checkService(Ljava/lang/String;)Landroid/os/IBinder; HSPLandroid/os/IServiceManager$Stub;->asInterface(Landroid/os/IBinder;)Landroid/os/IServiceManager; -HSPLandroid/os/IStatsManagerService$Stub;->asInterface(Landroid/os/IBinder;)Landroid/os/IStatsManagerService; HSPLandroid/os/IThermalService$Stub;->asInterface(Landroid/os/IBinder;)Landroid/os/IThermalService; HSPLandroid/os/IUserManager$Stub$Proxy;-><init>(Landroid/os/IBinder;)V HSPLandroid/os/IUserManager$Stub$Proxy;->getApplicationRestrictions(Ljava/lang/String;)Landroid/os/Bundle; HSPLandroid/os/IUserManager$Stub$Proxy;->getProfileIds(IZ)[I +HSPLandroid/os/IUserManager$Stub$Proxy;->getProfileParent(I)Landroid/content/pm/UserInfo; HSPLandroid/os/IUserManager$Stub$Proxy;->getProfiles(IZ)Ljava/util/List; +HSPLandroid/os/IUserManager$Stub$Proxy;->getUserInfo(I)Landroid/content/pm/UserInfo; HSPLandroid/os/IUserManager$Stub$Proxy;->getUserSerialNumber(I)I HSPLandroid/os/IUserManager$Stub$Proxy;->getUsers(ZZZ)Ljava/util/List; HSPLandroid/os/IUserManager$Stub$Proxy;->hasUserRestriction(Ljava/lang/String;I)Z HSPLandroid/os/IUserManager$Stub$Proxy;->isDemoUser(I)Z HSPLandroid/os/IUserManager$Stub$Proxy;->isManagedProfile(I)Z HSPLandroid/os/IUserManager$Stub$Proxy;->isProfile(I)Z -HSPLandroid/os/IUserManager$Stub$Proxy;->isUserRunning(I)Z HSPLandroid/os/IUserManager$Stub$Proxy;->isUserUnlocked(I)Z HSPLandroid/os/IUserManager$Stub$Proxy;->isUserUnlockingOrUnlocked(I)Z HSPLandroid/os/IUserManager$Stub;->asInterface(Landroid/os/IBinder;)Landroid/os/IUserManager; @@ -9296,15 +9530,14 @@ HSPLandroid/os/Message;->sendToTarget()V HSPLandroid/os/Message;->setAsynchronous(Z)V HSPLandroid/os/Message;->setCallback(Ljava/lang/Runnable;)Landroid/os/Message; HSPLandroid/os/Message;->setData(Landroid/os/Bundle;)V +HSPLandroid/os/Message;->setWhat(I)Landroid/os/Message; HSPLandroid/os/Message;->toString()Ljava/lang/String; HSPLandroid/os/Message;->toString(J)Ljava/lang/String; HSPLandroid/os/Message;->updateCheckRecycle(I)V HSPLandroid/os/Message;->writeToParcel(Landroid/os/Parcel;I)V -HSPLandroid/os/MessageQueue$FileDescriptorRecord;-><init>(Ljava/io/FileDescriptor;ILandroid/os/MessageQueue$OnFileDescriptorEventListener;)V HSPLandroid/os/MessageQueue;-><init>(Z)V HSPLandroid/os/MessageQueue;->addIdleHandler(Landroid/os/MessageQueue$IdleHandler;)V HSPLandroid/os/MessageQueue;->addOnFileDescriptorEventListener(Ljava/io/FileDescriptor;ILandroid/os/MessageQueue$OnFileDescriptorEventListener;)V -HSPLandroid/os/MessageQueue;->dispatchEvents(II)I HSPLandroid/os/MessageQueue;->dispose()V HSPLandroid/os/MessageQueue;->enqueueMessage(Landroid/os/Message;J)Z HSPLandroid/os/MessageQueue;->finalize()V @@ -9389,7 +9622,6 @@ HSPLandroid/os/Parcel;->readIntArray([I)V HSPLandroid/os/Parcel;->readList(Ljava/util/List;Ljava/lang/ClassLoader;)V HSPLandroid/os/Parcel;->readListInternal(Ljava/util/List;ILjava/lang/ClassLoader;)V HSPLandroid/os/Parcel;->readLong()J -HSPLandroid/os/Parcel;->readMap(Ljava/util/Map;Ljava/lang/ClassLoader;)V HSPLandroid/os/Parcel;->readMapInternal(Ljava/util/Map;ILjava/lang/ClassLoader;)V HSPLandroid/os/Parcel;->readParcelable(Ljava/lang/ClassLoader;)Landroid/os/Parcelable; HSPLandroid/os/Parcel;->readParcelableArray(Ljava/lang/ClassLoader;)[Landroid/os/Parcelable; @@ -9452,7 +9684,6 @@ HSPLandroid/os/Parcel;->writeString(Ljava/lang/String;)V HSPLandroid/os/Parcel;->writeStringArray([Ljava/lang/String;)V HSPLandroid/os/Parcel;->writeStringList(Ljava/util/List;)V HSPLandroid/os/Parcel;->writeStrongBinder(Landroid/os/IBinder;)V -HSPLandroid/os/Parcel;->writeStrongInterface(Landroid/os/IInterface;)V HSPLandroid/os/Parcel;->writeTypedArray([Landroid/os/Parcelable;I)V HSPLandroid/os/Parcel;->writeTypedList(Ljava/util/List;)V HSPLandroid/os/Parcel;->writeTypedList(Ljava/util/List;I)V @@ -9469,6 +9700,7 @@ HSPLandroid/os/ParcelFileDescriptor$AutoCloseOutputStream;->close()V HSPLandroid/os/ParcelFileDescriptor;-><init>(Landroid/os/ParcelFileDescriptor;)V HSPLandroid/os/ParcelFileDescriptor;-><init>(Ljava/io/FileDescriptor;)V HSPLandroid/os/ParcelFileDescriptor;-><init>(Ljava/io/FileDescriptor;Ljava/io/FileDescriptor;)V +HSPLandroid/os/ParcelFileDescriptor;->adoptFd(I)Landroid/os/ParcelFileDescriptor; HSPLandroid/os/ParcelFileDescriptor;->canDetectErrors()Z HSPLandroid/os/ParcelFileDescriptor;->close()V HSPLandroid/os/ParcelFileDescriptor;->closeWithStatus(ILjava/lang/String;)V @@ -9495,6 +9727,9 @@ HSPLandroid/os/ParcelUuid;->getUuid()Ljava/util/UUID; HSPLandroid/os/ParcelUuid;->hashCode()I HSPLandroid/os/ParcelUuid;->toString()Ljava/lang/String; HSPLandroid/os/ParcelUuid;->writeToParcel(Landroid/os/Parcel;I)V +HSPLandroid/os/ParcelableParcel;-><init>(Ljava/lang/ClassLoader;)V +HSPLandroid/os/ParcelableParcel;->getParcel()Landroid/os/Parcel; +HSPLandroid/os/ParcelableParcel;->writeToParcel(Landroid/os/Parcel;I)V HSPLandroid/os/PatternMatcher$1;->createFromParcel(Landroid/os/Parcel;)Landroid/os/PatternMatcher; HSPLandroid/os/PatternMatcher$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object; HSPLandroid/os/PatternMatcher$1;->newArray(I)[Landroid/os/PatternMatcher; @@ -9505,14 +9740,13 @@ HSPLandroid/os/PatternMatcher;->writeToParcel(Landroid/os/Parcel;I)V HSPLandroid/os/PersistableBundle$1;->createFromParcel(Landroid/os/Parcel;)Landroid/os/PersistableBundle; HSPLandroid/os/PersistableBundle$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object; HSPLandroid/os/PersistableBundle;-><init>()V -HSPLandroid/os/PersistableBundle;-><init>(Landroid/os/Bundle;)V HSPLandroid/os/PersistableBundle;-><init>(Landroid/os/Parcel;I)V -HSPLandroid/os/PersistableBundle;-><init>(Landroid/os/PersistableBundle;)V HSPLandroid/os/PersistableBundle;-><init>(Landroid/util/ArrayMap;)V HSPLandroid/os/PersistableBundle;-><init>(Z)V HSPLandroid/os/PersistableBundle;->deepCopy()Landroid/os/PersistableBundle; HSPLandroid/os/PersistableBundle;->isValidType(Ljava/lang/Object;)Z HSPLandroid/os/PersistableBundle;->writeToParcel(Landroid/os/Parcel;I)V +HSPLandroid/os/PooledStringWriter;->writeString(Ljava/lang/String;)V HSPLandroid/os/PowerManager$WakeLock$1;-><init>(Landroid/os/PowerManager$WakeLock;)V HSPLandroid/os/PowerManager$WakeLock$1;->run()V HSPLandroid/os/PowerManager$WakeLock;-><init>(Landroid/os/PowerManager;ILjava/lang/String;Ljava/lang/String;)V @@ -9524,10 +9758,7 @@ HSPLandroid/os/PowerManager$WakeLock;->isHeld()Z HSPLandroid/os/PowerManager$WakeLock;->release()V HSPLandroid/os/PowerManager$WakeLock;->release(I)V HSPLandroid/os/PowerManager$WakeLock;->setReferenceCounted(Z)V -HSPLandroid/os/PowerManager$WakeLock;->setWorkSource(Landroid/os/WorkSource;)V HSPLandroid/os/PowerManager;-><init>(Landroid/content/Context;Landroid/os/IPowerManager;Landroid/os/Handler;)V -HSPLandroid/os/PowerManager;->getMaximumScreenBrightnessSetting()I -HSPLandroid/os/PowerManager;->getMinimumScreenBrightnessSetting()I HSPLandroid/os/PowerManager;->isDeviceIdleMode()Z HSPLandroid/os/PowerManager;->isInteractive()Z HSPLandroid/os/PowerManager;->isLightDeviceIdleMode()Z @@ -9546,9 +9777,13 @@ HSPLandroid/os/Process;->myUid()I HSPLandroid/os/Process;->myUserHandle()Landroid/os/UserHandle; HSPLandroid/os/Process;->setStartTimes(JJ)V HSPLandroid/os/RemoteCallback$1;-><init>(Landroid/os/RemoteCallback;)V +HSPLandroid/os/RemoteCallback$1;->sendResult(Landroid/os/Bundle;)V +HSPLandroid/os/RemoteCallback$3;->createFromParcel(Landroid/os/Parcel;)Landroid/os/RemoteCallback; +HSPLandroid/os/RemoteCallback$3;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object; HSPLandroid/os/RemoteCallback;-><init>(Landroid/os/RemoteCallback$OnResultListener;)V HSPLandroid/os/RemoteCallback;-><init>(Landroid/os/RemoteCallback$OnResultListener;Landroid/os/Handler;)V HSPLandroid/os/RemoteCallback;->sendResult(Landroid/os/Bundle;)V +HSPLandroid/os/RemoteCallback;->writeToParcel(Landroid/os/Parcel;I)V HSPLandroid/os/RemoteCallbackList$Callback;-><init>(Landroid/os/RemoteCallbackList;Landroid/os/IInterface;Ljava/lang/Object;)V HSPLandroid/os/RemoteCallbackList;-><init>()V HSPLandroid/os/RemoteCallbackList;->beginBroadcast()I @@ -9569,8 +9804,6 @@ HSPLandroid/os/ResultReceiver;-><init>(Landroid/os/Handler;)V HSPLandroid/os/ResultReceiver;-><init>(Landroid/os/Parcel;)V HSPLandroid/os/ResultReceiver;->send(ILandroid/os/Bundle;)V HSPLandroid/os/ResultReceiver;->writeToParcel(Landroid/os/Parcel;I)V -HSPLandroid/os/ServiceManager;->addService(Ljava/lang/String;Landroid/os/IBinder;)V -HSPLandroid/os/ServiceManager;->addService(Ljava/lang/String;Landroid/os/IBinder;ZI)V HSPLandroid/os/ServiceManager;->getIServiceManager()Landroid/os/IServiceManager; HSPLandroid/os/ServiceManager;->getService(Ljava/lang/String;)Landroid/os/IBinder; HSPLandroid/os/ServiceManager;->getServiceOrThrow(Ljava/lang/String;)Landroid/os/IBinder; @@ -9672,8 +9905,6 @@ HSPLandroid/os/StrictMode$VmPolicy;-><init>(ILjava/util/HashMap;Landroid/os/Stri HSPLandroid/os/StrictMode$VmPolicy;-><init>(ILjava/util/HashMap;Landroid/os/StrictMode$OnVmViolationListener;Ljava/util/concurrent/Executor;Landroid/os/StrictMode$1;)V HSPLandroid/os/StrictMode;->access$100()Ljava/util/HashMap; HSPLandroid/os/StrictMode;->access$1000()Ljava/lang/ThreadLocal; -HSPLandroid/os/StrictMode;->access$1100()Landroid/os/StrictMode$ViolationLogger; -HSPLandroid/os/StrictMode;->access$1400(ILandroid/os/StrictMode$ViolationInfo;)V HSPLandroid/os/StrictMode;->access$1500()Ljava/lang/ThreadLocal; HSPLandroid/os/StrictMode;->access$1600()Ljava/lang/ThreadLocal; HSPLandroid/os/StrictMode;->access$1700(Ljava/lang/String;I)V @@ -9701,7 +9932,6 @@ HSPLandroid/os/StrictMode;->noteSlowCall(Ljava/lang/String;)V HSPLandroid/os/StrictMode;->onBinderStrictModePolicyChange(I)V HSPLandroid/os/StrictMode;->onCredentialProtectedPathAccess(Ljava/lang/String;I)V HSPLandroid/os/StrictMode;->onVmPolicyViolation(Landroid/os/strictmode/Violation;)V -HSPLandroid/os/StrictMode;->onVmPolicyViolation(Landroid/os/strictmode/Violation;Z)V HSPLandroid/os/StrictMode;->readAndHandleBinderCallViolations(Landroid/os/Parcel;)V HSPLandroid/os/StrictMode;->setBlockGuardPolicy(I)V HSPLandroid/os/StrictMode;->setBlockGuardVmPolicy(I)V @@ -9718,6 +9948,7 @@ HSPLandroid/os/StrictMode;->vmImplicitDirectBootEnabled()Z HSPLandroid/os/StrictMode;->vmRegistrationLeaksEnabled()Z HSPLandroid/os/StrictMode;->vmSqliteObjectLeaksEnabled()Z HSPLandroid/os/StrictMode;->vmUntaggedSocketEnabled()Z +HSPLandroid/os/StrictMode;->writeGatheredViolationsToParcel(Landroid/os/Parcel;)V HSPLandroid/os/SystemClock;->sleep(J)V HSPLandroid/os/SystemProperties$Handle;-><init>(J)V HSPLandroid/os/SystemProperties$Handle;-><init>(JLandroid/os/SystemProperties$1;)V @@ -9785,12 +10016,15 @@ HSPLandroid/os/UserHandle;->readFromParcel(Landroid/os/Parcel;)Landroid/os/UserH HSPLandroid/os/UserHandle;->toString()Ljava/lang/String; HSPLandroid/os/UserHandle;->writeToParcel(Landroid/os/Parcel;I)V HSPLandroid/os/UserHandle;->writeToParcel(Landroid/os/UserHandle;Landroid/os/Parcel;)V +HSPLandroid/os/UserManager$1;-><init>(Landroid/os/UserManager;ILjava/lang/String;)V +HSPLandroid/os/UserManager$1;->recompute(Ljava/lang/Integer;)Ljava/lang/Boolean; +HSPLandroid/os/UserManager$1;->recompute(Ljava/lang/Object;)Ljava/lang/Object; HSPLandroid/os/UserManager;-><init>(Landroid/content/Context;Landroid/os/IUserManager;)V +HSPLandroid/os/UserManager;->access$000(Landroid/os/UserManager;)Landroid/os/IUserManager; HSPLandroid/os/UserManager;->get(Landroid/content/Context;)Landroid/os/UserManager; HSPLandroid/os/UserManager;->getApplicationRestrictions(Ljava/lang/String;)Landroid/os/Bundle; HSPLandroid/os/UserManager;->getMaxSupportedUsers()I HSPLandroid/os/UserManager;->getProfileIds(IZ)[I -HSPLandroid/os/UserManager;->getProfileIdsWithDisabled(I)[I HSPLandroid/os/UserManager;->getProfileParent(I)Landroid/content/pm/UserInfo; HSPLandroid/os/UserManager;->getProfiles(I)Ljava/util/List; HSPLandroid/os/UserManager;->getSerialNumberForUser(Landroid/os/UserHandle;)J @@ -9808,8 +10042,6 @@ HSPLandroid/os/UserManager;->hasUserRestriction(Ljava/lang/String;)Z HSPLandroid/os/UserManager;->hasUserRestriction(Ljava/lang/String;Landroid/os/UserHandle;)Z HSPLandroid/os/UserManager;->hasUserRestrictionForUser(Ljava/lang/String;Landroid/os/UserHandle;)Z HSPLandroid/os/UserManager;->isDemoUser()Z -HSPLandroid/os/UserManager;->isDeviceInDemoMode(Landroid/content/Context;)Z -HSPLandroid/os/UserManager;->isHeadlessSystemUserMode()Z HSPLandroid/os/UserManager;->isManagedProfile()Z HSPLandroid/os/UserManager;->isManagedProfile(I)Z HSPLandroid/os/UserManager;->isProfile(I)Z @@ -9818,49 +10050,49 @@ HSPLandroid/os/UserManager;->isUserRunning(I)Z HSPLandroid/os/UserManager;->isUserRunning(Landroid/os/UserHandle;)Z HSPLandroid/os/UserManager;->isUserTypeGuest(Ljava/lang/String;)Z HSPLandroid/os/UserManager;->isUserTypeManagedProfile(Ljava/lang/String;)Z -HSPLandroid/os/UserManager;->isUserTypeRestricted(Ljava/lang/String;)Z HSPLandroid/os/UserManager;->isUserUnlocked()Z HSPLandroid/os/UserManager;->isUserUnlocked(I)Z HSPLandroid/os/UserManager;->isUserUnlocked(Landroid/os/UserHandle;)Z HSPLandroid/os/UserManager;->isUserUnlockingOrUnlocked(I)Z HSPLandroid/os/UserManager;->supportsMultipleUsers()Z -HSPLandroid/os/VibrationAttributes$1;-><init>()V -HSPLandroid/os/VibrationAttributes$Builder;->build()Landroid/os/VibrationAttributes; -HSPLandroid/os/VibrationAttributes;-><clinit>()V -HSPLandroid/os/VibrationAttributes;-><init>(IILandroid/media/AudioAttributes;)V -HSPLandroid/os/VibrationAttributes;-><init>(IILandroid/media/AudioAttributes;Landroid/os/VibrationAttributes$1;)V HSPLandroid/os/VibrationEffect;-><init>()V HSPLandroid/os/Vibrator;-><init>(Landroid/content/Context;)V HSPLandroid/os/Vibrator;->loadDefaultIntensity(Landroid/content/Context;I)I HSPLandroid/os/Vibrator;->loadVibrationIntensities(Landroid/content/Context;)V HSPLandroid/os/WorkSource$1;->createFromParcel(Landroid/os/Parcel;)Landroid/os/WorkSource; HSPLandroid/os/WorkSource$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object; -HSPLandroid/os/WorkSource;-><init>()V -HSPLandroid/os/WorkSource;-><init>(ILjava/lang/String;)V HSPLandroid/os/WorkSource;-><init>(Landroid/os/Parcel;)V -HSPLandroid/os/WorkSource;-><init>(Landroid/os/WorkSource;)V -HSPLandroid/os/WorkSource;->add(Landroid/os/WorkSource;)Z HSPLandroid/os/WorkSource;->getPackageName(I)Ljava/lang/String; HSPLandroid/os/WorkSource;->getUid(I)I -HSPLandroid/os/WorkSource;->insert(IILjava/lang/String;)V -HSPLandroid/os/WorkSource;->isEmpty()Z HSPLandroid/os/WorkSource;->size()I -HSPLandroid/os/WorkSource;->updateLocked(Landroid/os/WorkSource;ZZ)Z -HSPLandroid/os/WorkSource;->updateUidsAndNamesLocked(Landroid/os/WorkSource;ZZ)Z HSPLandroid/os/WorkSource;->writeToParcel(Landroid/os/Parcel;I)V +HSPLandroid/os/health/HealthStats;-><init>(Landroid/os/Parcel;)V +HSPLandroid/os/health/HealthStats;->getMeasurement(I)J +HSPLandroid/os/health/HealthStats;->getStats(I)Ljava/util/Map; +HSPLandroid/os/health/HealthStats;->getTimer(I)Landroid/os/health/TimerStat; +HSPLandroid/os/health/HealthStats;->getTimers(I)Ljava/util/Map; +HSPLandroid/os/health/HealthStats;->hasMeasurement(I)Z +HSPLandroid/os/health/HealthStats;->hasStats(I)Z +HSPLandroid/os/health/HealthStats;->hasTimer(I)Z +HSPLandroid/os/health/HealthStats;->hasTimers(I)Z +HSPLandroid/os/health/HealthStatsParceler$1;->createFromParcel(Landroid/os/Parcel;)Landroid/os/health/HealthStatsParceler; +HSPLandroid/os/health/HealthStatsParceler$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object; +HSPLandroid/os/health/HealthStatsParceler;->getHealthStats()Landroid/os/health/HealthStats; +HSPLandroid/os/health/SystemHealthManager;-><init>(Lcom/android/internal/app/IBatteryStats;)V +HSPLandroid/os/health/SystemHealthManager;->takeMyUidSnapshot()Landroid/os/health/HealthStats; +HSPLandroid/os/health/SystemHealthManager;->takeUidSnapshot(I)Landroid/os/health/HealthStats; +HSPLandroid/os/health/TimerStat$1;->createFromParcel(Landroid/os/Parcel;)Landroid/os/health/TimerStat; +HSPLandroid/os/health/TimerStat$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object; HSPLandroid/os/health/TimerStat;-><init>(IJ)V +HSPLandroid/os/health/TimerStat;->getCount()I +HSPLandroid/os/health/TimerStat;->getTime()J HSPLandroid/os/storage/IObbActionListener$Stub;-><init>()V -HSPLandroid/os/storage/IStorageEventListener$Stub;-><init>()V -HSPLandroid/os/storage/IStorageEventListener$Stub;->asBinder()Landroid/os/IBinder; HSPLandroid/os/storage/IStorageManager$Stub$Proxy;-><init>(Landroid/os/IBinder;)V HSPLandroid/os/storage/IStorageManager$Stub$Proxy;->getVolumeList(ILjava/lang/String;I)[Landroid/os/storage/StorageVolume; HSPLandroid/os/storage/IStorageManager$Stub$Proxy;->isUserKeyUnlocked(I)Z HSPLandroid/os/storage/IStorageManager$Stub;->asInterface(Landroid/os/IBinder;)Landroid/os/storage/IStorageManager; -HSPLandroid/os/storage/StorageEventListener;-><init>()V HSPLandroid/os/storage/StorageManager$ObbActionListener;-><init>(Landroid/os/storage/StorageManager;)V HSPLandroid/os/storage/StorageManager$ObbActionListener;-><init>(Landroid/os/storage/StorageManager;Landroid/os/storage/StorageManager$1;)V -HSPLandroid/os/storage/StorageManager$StorageEventListenerDelegate;-><init>(Landroid/os/storage/StorageManager;Ljava/util/concurrent/Executor;Landroid/os/storage/StorageEventListener;Landroid/os/storage/StorageManager$StorageVolumeCallback;)V -HSPLandroid/os/storage/StorageManager$StorageVolumeCallback;-><init>()V HSPLandroid/os/storage/StorageManager;-><init>(Landroid/content/Context;Landroid/os/Looper;)V HSPLandroid/os/storage/StorageManager;->convert(Ljava/util/UUID;)Ljava/lang/String; HSPLandroid/os/storage/StorageManager;->getStorageVolume(Ljava/io/File;I)Landroid/os/storage/StorageVolume; @@ -9868,7 +10100,6 @@ HSPLandroid/os/storage/StorageManager;->getStorageVolume([Landroid/os/storage/St HSPLandroid/os/storage/StorageManager;->getStorageVolumes()Ljava/util/List; HSPLandroid/os/storage/StorageManager;->getUuidForPath(Ljava/io/File;)Ljava/util/UUID; HSPLandroid/os/storage/StorageManager;->getVolumeList(II)[Landroid/os/storage/StorageVolume; -HSPLandroid/os/storage/StorageManager;->getVolumes()Ljava/util/List; HSPLandroid/os/storage/StorageVolume$1;->createFromParcel(Landroid/os/Parcel;)Landroid/os/storage/StorageVolume; HSPLandroid/os/storage/StorageVolume$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object; HSPLandroid/os/storage/StorageVolume$1;->newArray(I)[Landroid/os/storage/StorageVolume; @@ -9881,9 +10112,7 @@ HSPLandroid/os/storage/StorageVolume;->getUuid()Ljava/lang/String; HSPLandroid/os/storage/VolumeInfo$2;->createFromParcel(Landroid/os/Parcel;)Landroid/os/storage/VolumeInfo; HSPLandroid/os/storage/VolumeInfo$2;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object; HSPLandroid/os/storage/VolumeInfo;-><init>(Landroid/os/Parcel;)V -HSPLandroid/os/storage/VolumeInfo;->getType()I HSPLandroid/os/strictmode/DiskReadViolation;-><init>()V -HSPLandroid/os/strictmode/LeakedClosableViolation;-><init>(Ljava/lang/String;Ljava/lang/Throwable;)V HSPLandroid/os/strictmode/Violation;-><init>(Ljava/lang/String;)V HSPLandroid/permission/IPermissionManager$Stub$Proxy;-><init>(Landroid/os/IBinder;)V HSPLandroid/permission/IPermissionManager$Stub$Proxy;->checkPermission(Ljava/lang/String;Ljava/lang/String;I)I @@ -9901,12 +10130,12 @@ HSPLandroid/provider/CalendarContract$Attendees;-><clinit>()V HSPLandroid/provider/ContactsContract$CommonDataKinds$Phone;->getTypeLabelResource(I)I HSPLandroid/provider/DeviceConfig$1;-><init>(Landroid/os/Handler;)V PLandroid/provider/DeviceConfig$1;->onChange(ZLandroid/net/Uri;)V -HPLandroid/provider/DeviceConfig$Properties$Builder;-><init>(Ljava/lang/String;)V -HPLandroid/provider/DeviceConfig$Properties$Builder;->build()Landroid/provider/DeviceConfig$Properties; -HPLandroid/provider/DeviceConfig$Properties$Builder;->setString(Ljava/lang/String;Ljava/lang/String;)Landroid/provider/DeviceConfig$Properties$Builder; +HSPLandroid/provider/DeviceConfig$Properties$Builder;-><init>(Ljava/lang/String;)V +HSPLandroid/provider/DeviceConfig$Properties$Builder;->build()Landroid/provider/DeviceConfig$Properties; +HSPLandroid/provider/DeviceConfig$Properties$Builder;->setString(Ljava/lang/String;Ljava/lang/String;)Landroid/provider/DeviceConfig$Properties$Builder; HSPLandroid/provider/DeviceConfig$Properties;-><init>(Ljava/lang/String;Ljava/util/Map;)V HSPLandroid/provider/DeviceConfig$Properties;->getKeyset()Ljava/util/Set; -HPLandroid/provider/DeviceConfig$Properties;->getNamespace()Ljava/lang/String; +HSPLandroid/provider/DeviceConfig$Properties;->getNamespace()Ljava/lang/String; HSPLandroid/provider/DeviceConfig$Properties;->getString(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String; HPLandroid/provider/DeviceConfig;->access$100(Landroid/net/Uri;)V HSPLandroid/provider/DeviceConfig;->addOnPropertiesChangedListener(Ljava/lang/String;Ljava/util/concurrent/Executor;Landroid/provider/DeviceConfig$OnPropertiesChangedListener;)V @@ -9927,7 +10156,7 @@ HSPLandroid/provider/FontRequest;->getIdentifier()Ljava/lang/String; HSPLandroid/provider/FontRequest;->getProviderAuthority()Ljava/lang/String; HSPLandroid/provider/FontRequest;->getProviderPackage()Ljava/lang/String; HSPLandroid/provider/FontRequest;->getQuery()Ljava/lang/String; -PLandroid/provider/FontsContract$1;->run()V +HSPLandroid/provider/FontsContract$1;->run()V HSPLandroid/provider/FontsContract$FontFamilyResult;-><init>(I[Landroid/provider/FontsContract$FontInfo;)V HSPLandroid/provider/FontsContract$FontFamilyResult;->getFonts()[Landroid/provider/FontsContract$FontInfo; HSPLandroid/provider/FontsContract$FontFamilyResult;->getStatusCode()I @@ -9938,10 +10167,10 @@ HSPLandroid/provider/FontsContract$FontInfo;->getTtcIndex()I HSPLandroid/provider/FontsContract$FontInfo;->getUri()Landroid/net/Uri; HSPLandroid/provider/FontsContract$FontInfo;->getWeight()I HSPLandroid/provider/FontsContract$FontInfo;->isItalic()Z -PLandroid/provider/FontsContract;->access$000()Ljava/lang/Object; -PLandroid/provider/FontsContract;->access$100()Landroid/os/HandlerThread; -PLandroid/provider/FontsContract;->access$102(Landroid/os/HandlerThread;)Landroid/os/HandlerThread; -PLandroid/provider/FontsContract;->access$202(Landroid/os/Handler;)Landroid/os/Handler; +HSPLandroid/provider/FontsContract;->access$000()Ljava/lang/Object; +HSPLandroid/provider/FontsContract;->access$100()Landroid/os/HandlerThread; +HSPLandroid/provider/FontsContract;->access$102(Landroid/os/HandlerThread;)Landroid/os/HandlerThread; +HSPLandroid/provider/FontsContract;->access$202(Landroid/os/Handler;)Landroid/os/Handler; HSPLandroid/provider/FontsContract;->buildTypeface(Landroid/content/Context;Landroid/os/CancellationSignal;[Landroid/provider/FontsContract$FontInfo;)Landroid/graphics/Typeface; HSPLandroid/provider/FontsContract;->fetchFonts(Landroid/content/Context;Landroid/os/CancellationSignal;Landroid/provider/FontRequest;)Landroid/provider/FontsContract$FontFamilyResult; HSPLandroid/provider/FontsContract;->getFontFromProvider(Landroid/content/Context;Landroid/provider/FontRequest;Ljava/lang/String;Landroid/os/CancellationSignal;)[Landroid/provider/FontsContract$FontInfo; @@ -9978,6 +10207,7 @@ HSPLandroid/provider/Settings$NameValueCache;->getStringForUser(Landroid/content HSPLandroid/provider/Settings$NameValueCache;->getStringsForPrefix(Landroid/content/ContentResolver;Ljava/lang/String;Ljava/util/List;)Landroid/util/ArrayMap; HSPLandroid/provider/Settings$NameValueCache;->putStringForUser(Landroid/content/ContentResolver;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;ZIZ)Z HSPLandroid/provider/Settings$NameValueTable;->getUriFor(Landroid/net/Uri;Ljava/lang/String;)Landroid/net/Uri; +HSPLandroid/provider/Settings$Secure;->getFloat(Landroid/content/ContentResolver;Ljava/lang/String;F)F HSPLandroid/provider/Settings$Secure;->getFloatForUser(Landroid/content/ContentResolver;Ljava/lang/String;FI)F HSPLandroid/provider/Settings$Secure;->getInt(Landroid/content/ContentResolver;Ljava/lang/String;)I HSPLandroid/provider/Settings$Secure;->getInt(Landroid/content/ContentResolver;Ljava/lang/String;I)I @@ -9990,7 +10220,6 @@ HSPLandroid/provider/Settings$SettingNotFoundException;-><init>(Ljava/lang/Strin HSPLandroid/provider/Settings$System;->getInt(Landroid/content/ContentResolver;Ljava/lang/String;I)I HSPLandroid/provider/Settings$System;->getIntForUser(Landroid/content/ContentResolver;Ljava/lang/String;I)I HSPLandroid/provider/Settings$System;->getIntForUser(Landroid/content/ContentResolver;Ljava/lang/String;II)I -HSPLandroid/provider/Settings$System;->getString(Landroid/content/ContentResolver;Ljava/lang/String;)Ljava/lang/String; HSPLandroid/provider/Settings$System;->getStringForUser(Landroid/content/ContentResolver;Ljava/lang/String;I)Ljava/lang/String; HSPLandroid/provider/Settings$System;->getUriFor(Ljava/lang/String;)Landroid/net/Uri; HSPLandroid/provider/Settings$System;->putIntForUser(Landroid/content/ContentResolver;Ljava/lang/String;II)Z @@ -10062,6 +10291,23 @@ HSPLandroid/security/keymaster/KeymasterIntArgument;->writeValue(Landroid/os/Par HSPLandroid/security/keymaster/OperationResult$1;->createFromParcel(Landroid/os/Parcel;)Landroid/security/keymaster/OperationResult; HSPLandroid/security/keymaster/OperationResult$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object; HSPLandroid/security/keymaster/OperationResult;-><init>(Landroid/os/Parcel;)V +HSPLandroid/security/keystore/AndroidKeyStoreAuthenticatedAESCipherSpi$AdditionalAuthenticationDataStream;->finish([B[B[B)Landroid/security/keymaster/OperationResult; +HSPLandroid/security/keystore/AndroidKeyStoreAuthenticatedAESCipherSpi$BufferAllOutputUntilDoFinalStreamer;->doFinal([BII[B[B)[B +HSPLandroid/security/keystore/AndroidKeyStoreAuthenticatedAESCipherSpi$GCM$NoPadding;-><init>()V +HSPLandroid/security/keystore/AndroidKeyStoreAuthenticatedAESCipherSpi$GCM$NoPadding;->finalize()V +HSPLandroid/security/keystore/AndroidKeyStoreAuthenticatedAESCipherSpi$GCM;->addAlgorithmSpecificParametersToBegin(Landroid/security/keymaster/KeymasterArguments;)V +HSPLandroid/security/keystore/AndroidKeyStoreAuthenticatedAESCipherSpi$GCM;->createAdditionalAuthenticationDataStreamer(Landroid/security/KeyStore;Landroid/os/IBinder;)Landroid/security/keystore/KeyStoreCryptoOperationStreamer; +HSPLandroid/security/keystore/AndroidKeyStoreAuthenticatedAESCipherSpi$GCM;->createMainDataStreamer(Landroid/security/KeyStore;Landroid/os/IBinder;)Landroid/security/keystore/KeyStoreCryptoOperationStreamer; +HSPLandroid/security/keystore/AndroidKeyStoreAuthenticatedAESCipherSpi$GCM;->getAdditionalEntropyAmountForBegin()I +HSPLandroid/security/keystore/AndroidKeyStoreAuthenticatedAESCipherSpi$GCM;->getAdditionalEntropyAmountForFinish()I +HSPLandroid/security/keystore/AndroidKeyStoreAuthenticatedAESCipherSpi$GCM;->initAlgorithmSpecificParameters(Ljava/security/spec/AlgorithmParameterSpec;)V +HSPLandroid/security/keystore/AndroidKeyStoreAuthenticatedAESCipherSpi$GCM;->resetAll()V +HSPLandroid/security/keystore/AndroidKeyStoreAuthenticatedAESCipherSpi$GCM;->resetWhilePreservingInitState()V +HSPLandroid/security/keystore/AndroidKeyStoreAuthenticatedAESCipherSpi;->addAlgorithmSpecificParametersToBegin(Landroid/security/keymaster/KeymasterArguments;)V +HSPLandroid/security/keystore/AndroidKeyStoreAuthenticatedAESCipherSpi;->getIv()[B +HSPLandroid/security/keystore/AndroidKeyStoreAuthenticatedAESCipherSpi;->initKey(ILjava/security/Key;)V +HSPLandroid/security/keystore/AndroidKeyStoreAuthenticatedAESCipherSpi;->loadAlgorithmSpecificParametersFromBeginResult(Landroid/security/keymaster/KeymasterArguments;)V +HSPLandroid/security/keystore/AndroidKeyStoreAuthenticatedAESCipherSpi;->setIv([B)V HSPLandroid/security/keystore/AndroidKeyStoreBCWorkaroundProvider;-><init>()V HSPLandroid/security/keystore/AndroidKeyStoreBCWorkaroundProvider;->putAsymmetricCipherImpl(Ljava/lang/String;Ljava/lang/String;)V HSPLandroid/security/keystore/AndroidKeyStoreBCWorkaroundProvider;->putMacImpl(Ljava/lang/String;Ljava/lang/String;)V @@ -10135,12 +10381,14 @@ HSPLandroid/security/net/config/ApplicationConfig;->ensureInitialized()V HSPLandroid/security/net/config/ApplicationConfig;->getConfigForHostname(Ljava/lang/String;)Landroid/security/net/config/NetworkSecurityConfig; HSPLandroid/security/net/config/ApplicationConfig;->getDefaultInstance()Landroid/security/net/config/ApplicationConfig; HSPLandroid/security/net/config/ApplicationConfig;->getTrustManager()Ljavax/net/ssl/X509TrustManager; +HSPLandroid/security/net/config/ApplicationConfig;->isCleartextTrafficPermitted(Ljava/lang/String;)Z HSPLandroid/security/net/config/ApplicationConfig;->setDefaultInstance(Landroid/security/net/config/ApplicationConfig;)V HSPLandroid/security/net/config/CertificatesEntryRef;-><init>(Landroid/security/net/config/CertificateSource;Z)V HSPLandroid/security/net/config/CertificatesEntryRef;->findAllCertificatesByIssuerAndSignature(Ljava/security/cert/X509Certificate;)Ljava/util/Set; HSPLandroid/security/net/config/CertificatesEntryRef;->findBySubjectAndPublicKey(Ljava/security/cert/X509Certificate;)Landroid/security/net/config/TrustAnchor; HSPLandroid/security/net/config/ConfigNetworkSecurityPolicy;-><init>(Landroid/security/net/config/ApplicationConfig;)V HSPLandroid/security/net/config/ConfigNetworkSecurityPolicy;->isCertificateTransparencyVerificationRequired(Ljava/lang/String;)Z +HSPLandroid/security/net/config/ConfigNetworkSecurityPolicy;->isCleartextTrafficPermitted(Ljava/lang/String;)Z HSPLandroid/security/net/config/DirectoryCertificateSource$1;-><init>(Landroid/security/net/config/DirectoryCertificateSource;Ljava/security/cert/X509Certificate;)V HSPLandroid/security/net/config/DirectoryCertificateSource$3;-><init>(Landroid/security/net/config/DirectoryCertificateSource;Ljava/security/cert/X509Certificate;)V HSPLandroid/security/net/config/DirectoryCertificateSource$3;->match(Ljava/security/cert/X509Certificate;)Z @@ -10221,6 +10469,8 @@ HSPLandroid/security/net/config/XmlConfigSource;->parseNetworkSecurityConfig(Lan HSPLandroid/security/net/config/XmlConfigSource;->parseTrustAnchors(Landroid/content/res/XmlResourceParser;Z)Ljava/util/Collection; HSPLandroid/service/notification/INotificationListener$Stub;-><init>()V HSPLandroid/service/notification/INotificationListener$Stub;->asBinder()Landroid/os/IBinder; +HSPLandroid/service/notification/INotificationListener$Stub;->onTransact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z +HSPLandroid/service/notification/IStatusBarNotificationHolder$Stub$Proxy;->get()Landroid/service/notification/StatusBarNotification; HSPLandroid/service/notification/NotificationListenerService$MyHandler;-><init>(Landroid/service/notification/NotificationListenerService;Landroid/os/Looper;)V HSPLandroid/service/notification/NotificationListenerService$MyHandler;->handleMessage(Landroid/os/Message;)V HSPLandroid/service/notification/NotificationListenerService$NotificationListenerWrapper;-><init>(Landroid/service/notification/NotificationListenerService;)V @@ -10229,7 +10479,12 @@ HSPLandroid/service/notification/NotificationListenerService$NotificationListene HSPLandroid/service/notification/NotificationListenerService$NotificationListenerWrapper;->onNotificationRankingUpdate(Landroid/service/notification/NotificationRankingUpdate;)V HSPLandroid/service/notification/NotificationListenerService$NotificationListenerWrapper;->onNotificationRemoved(Landroid/service/notification/IStatusBarNotificationHolder;Landroid/service/notification/NotificationRankingUpdate;Landroid/service/notification/NotificationStats;I)V HSPLandroid/service/notification/NotificationListenerService$Ranking;-><init>()V +HSPLandroid/service/notification/NotificationListenerService$Ranking;-><init>(Landroid/os/Parcel;)V HSPLandroid/service/notification/NotificationListenerService$Ranking;->getKey()Ljava/lang/String; +HSPLandroid/service/notification/NotificationListenerService$Ranking;->populate(Ljava/lang/String;IZIIILjava/lang/CharSequence;Ljava/lang/String;Landroid/app/NotificationChannel;Ljava/util/ArrayList;Ljava/util/ArrayList;ZIZJZLjava/util/ArrayList;Ljava/util/ArrayList;ZZZ)V +HSPLandroid/service/notification/NotificationListenerService$RankingMap$1;->createFromParcel(Landroid/os/Parcel;)Landroid/service/notification/NotificationListenerService$RankingMap; +HSPLandroid/service/notification/NotificationListenerService$RankingMap$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object; +HSPLandroid/service/notification/NotificationListenerService$RankingMap;-><init>(Landroid/os/Parcel;)V HSPLandroid/service/notification/NotificationListenerService;-><init>()V HSPLandroid/service/notification/NotificationListenerService;->access$100(Landroid/service/notification/NotificationListenerService;Landroid/app/Notification;)V HSPLandroid/service/notification/NotificationListenerService;->access$200(Landroid/service/notification/NotificationListenerService;Landroid/app/Notification;)V @@ -10245,6 +10500,8 @@ HSPLandroid/service/notification/NotificationListenerService;->getNotificationIn HSPLandroid/service/notification/NotificationListenerService;->maybePopulatePeople(Landroid/app/Notification;)V HSPLandroid/service/notification/NotificationListenerService;->maybePopulateRemoteViews(Landroid/app/Notification;)V HSPLandroid/service/notification/NotificationListenerService;->onNotificationRemoved(Landroid/service/notification/StatusBarNotification;Landroid/service/notification/NotificationListenerService$RankingMap;Landroid/service/notification/NotificationStats;I)V +HSPLandroid/service/notification/NotificationRankingUpdate$1;->createFromParcel(Landroid/os/Parcel;)Landroid/service/notification/NotificationRankingUpdate; +HSPLandroid/service/notification/NotificationRankingUpdate$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object; HSPLandroid/service/notification/NotificationRankingUpdate;->getRankingMap()Landroid/service/notification/NotificationListenerService$RankingMap; HSPLandroid/service/notification/StatusBarNotification$1;->createFromParcel(Landroid/os/Parcel;)Landroid/service/notification/StatusBarNotification; HSPLandroid/service/notification/StatusBarNotification$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object; @@ -10257,28 +10514,19 @@ HSPLandroid/service/notification/StatusBarNotification;->getPackageName()Ljava/l HSPLandroid/service/notification/StatusBarNotification;->getPostTime()J HSPLandroid/service/notification/StatusBarNotification;->getTag()Ljava/lang/String; HSPLandroid/service/notification/StatusBarNotification;->getUser()Landroid/os/UserHandle; -HSPLandroid/service/notification/StatusBarNotification;->getUserId()I HSPLandroid/service/notification/StatusBarNotification;->groupKey()Ljava/lang/String; -HSPLandroid/service/notification/StatusBarNotification;->isAppGroup()Z -HSPLandroid/service/notification/StatusBarNotification;->isGroup()Z HSPLandroid/service/notification/StatusBarNotification;->key()Ljava/lang/String; -HSPLandroid/service/vr/IVrManager$Stub;->asInterface(Landroid/os/IBinder;)Landroid/service/vr/IVrManager; -HSPLandroid/service/vr/IVrStateCallbacks$Stub;-><init>()V -HSPLandroid/sysprop/-$$Lambda$TelephonyProperties$2V_2ZQoGHfOIfKo_A8Ss547oL-c;-><clinit>()V -HSPLandroid/sysprop/-$$Lambda$TelephonyProperties$2V_2ZQoGHfOIfKo_A8Ss547oL-c;-><init>()V +HSPLandroid/service/textclassifier/ITextClassifierService$Stub;->asInterface(Landroid/os/IBinder;)Landroid/service/textclassifier/ITextClassifierService; HSPLandroid/sysprop/-$$Lambda$TelephonyProperties$BfPaTA0e9gauJmR4vGNCDkGZ3uc;-><clinit>()V HSPLandroid/sysprop/-$$Lambda$TelephonyProperties$BfPaTA0e9gauJmR4vGNCDkGZ3uc;-><init>()V HSPLandroid/sysprop/-$$Lambda$TelephonyProperties$BfPaTA0e9gauJmR4vGNCDkGZ3uc;->apply(Ljava/lang/Object;)Ljava/lang/Object; HSPLandroid/sysprop/-$$Lambda$TelephonyProperties$EV4LSOwY7Dsh1rJalZDLmnGJw5I;-><clinit>()V HSPLandroid/sysprop/-$$Lambda$TelephonyProperties$EV4LSOwY7Dsh1rJalZDLmnGJw5I;-><init>()V HSPLandroid/sysprop/-$$Lambda$TelephonyProperties$EV4LSOwY7Dsh1rJalZDLmnGJw5I;->apply(Ljava/lang/Object;)Ljava/lang/Object; -HSPLandroid/sysprop/-$$Lambda$TelephonyProperties$H4jN0VIBNpZQBeWYt6qS3DCe_M8;->apply(Ljava/lang/Object;)Ljava/lang/Object; HSPLandroid/sysprop/-$$Lambda$TelephonyProperties$JNTRmlscGaFlYo_3krOr_WWd2QI;-><clinit>()V HSPLandroid/sysprop/-$$Lambda$TelephonyProperties$JNTRmlscGaFlYo_3krOr_WWd2QI;-><init>()V HSPLandroid/sysprop/-$$Lambda$TelephonyProperties$JNTRmlscGaFlYo_3krOr_WWd2QI;->apply(Ljava/lang/Object;)Ljava/lang/Object; HSPLandroid/sysprop/-$$Lambda$TelephonyProperties$UKEfAuJVPm5cKR_UnPj1L66mN34;->apply(Ljava/lang/Object;)Ljava/lang/Object; -HSPLandroid/sysprop/-$$Lambda$TelephonyProperties$VtSZ_Uto4bMa49ncgAfdWewMFOU;-><clinit>()V -HSPLandroid/sysprop/-$$Lambda$TelephonyProperties$VtSZ_Uto4bMa49ncgAfdWewMFOU;-><init>()V HSPLandroid/sysprop/-$$Lambda$TelephonyProperties$VtSZ_Uto4bMa49ncgAfdWewMFOU;->apply(Ljava/lang/Object;)Ljava/lang/Object; HSPLandroid/sysprop/-$$Lambda$TelephonyProperties$dc-CgjsF3BtDxLSSKL5bQ9ullG0;-><clinit>()V HSPLandroid/sysprop/-$$Lambda$TelephonyProperties$dc-CgjsF3BtDxLSSKL5bQ9ullG0;-><init>()V @@ -10287,14 +10535,11 @@ HSPLandroid/sysprop/-$$Lambda$TelephonyProperties$kemQbl44ndTqXdQVvnYppJuQboQ;-> HSPLandroid/sysprop/DisplayProperties;->debug_force_rtl()Ljava/util/Optional; HSPLandroid/sysprop/DisplayProperties;->debug_layout()Ljava/util/Optional; HSPLandroid/sysprop/DisplayProperties;->tryParseBoolean(Ljava/lang/String;)Ljava/lang/Boolean; -HSPLandroid/sysprop/TelephonyProperties;->baseband_version()Ljava/util/List; HSPLandroid/sysprop/TelephonyProperties;->current_active_phone()Ljava/util/List; -HSPLandroid/sysprop/TelephonyProperties;->default_network()Ljava/util/List; HSPLandroid/sysprop/TelephonyProperties;->icc_operator_alpha()Ljava/util/List; HSPLandroid/sysprop/TelephonyProperties;->icc_operator_iso_country()Ljava/util/List; HSPLandroid/sysprop/TelephonyProperties;->icc_operator_numeric()Ljava/util/List; HSPLandroid/sysprop/TelephonyProperties;->lambda$baseband_version$0(Ljava/lang/String;)Ljava/lang/String; -HSPLandroid/sysprop/TelephonyProperties;->lambda$default_network$14(Ljava/lang/String;)Ljava/lang/Integer; HSPLandroid/sysprop/TelephonyProperties;->lambda$icc_operator_alpha$8(Ljava/lang/String;)Ljava/lang/String; HSPLandroid/sysprop/TelephonyProperties;->lambda$icc_operator_iso_country$9(Ljava/lang/String;)Ljava/lang/String; HSPLandroid/sysprop/TelephonyProperties;->lambda$icc_operator_numeric$7(Ljava/lang/String;)Ljava/lang/String; @@ -10331,6 +10576,7 @@ HSPLandroid/system/Os;->gettid()I HSPLandroid/system/Os;->getuid()I HSPLandroid/system/Os;->ioctlInt(Ljava/io/FileDescriptor;ILandroid/system/Int32Ref;)I HSPLandroid/system/Os;->listen(Ljava/io/FileDescriptor;I)V +HSPLandroid/system/Os;->lseek(Ljava/io/FileDescriptor;JI)J HSPLandroid/system/Os;->mkdir(Ljava/lang/String;I)V HSPLandroid/system/Os;->open(Ljava/lang/String;II)Ljava/io/FileDescriptor; HSPLandroid/system/Os;->pipe2(I)[Ljava/io/FileDescriptor; @@ -10344,7 +10590,6 @@ HSPLandroid/system/Os;->socket(III)Ljava/io/FileDescriptor; HSPLandroid/system/Os;->stat(Ljava/lang/String;)Landroid/system/StructStat; HSPLandroid/system/Os;->statvfs(Ljava/lang/String;)Landroid/system/StructStatVfs; HSPLandroid/system/Os;->sysconf(I)J -HSPLandroid/system/Os;->write(Ljava/io/FileDescriptor;[BII)I HSPLandroid/system/OsConstants;->S_ISDIR(I)Z HSPLandroid/system/OsConstants;->S_ISREG(I)Z HSPLandroid/system/StructAddrinfo;-><init>()V @@ -10368,8 +10613,6 @@ HSPLandroid/telecom/PhoneAccountHandle;-><init>(Landroid/os/Parcel;)V HSPLandroid/telecom/PhoneAccountHandle;-><init>(Landroid/os/Parcel;Landroid/telecom/PhoneAccountHandle$1;)V HSPLandroid/telecom/PhoneAccountHandle;->checkParameters(Landroid/content/ComponentName;Landroid/os/UserHandle;)V HSPLandroid/telecom/PhoneAccountHandle;->equals(Ljava/lang/Object;)Z -HSPLandroid/telecom/PhoneAccountHandle;->getComponentName()Landroid/content/ComponentName; -HSPLandroid/telecom/PhoneAccountHandle;->getId()Ljava/lang/String; HSPLandroid/telecom/PhoneAccountHandle;->writeToParcel(Landroid/os/Parcel;I)V HSPLandroid/telecom/TelecomManager;-><init>(Landroid/content/Context;)V HSPLandroid/telecom/TelecomManager;-><init>(Landroid/content/Context;Lcom/android/internal/telecom/ITelecomService;)V @@ -10425,6 +10668,7 @@ HSPLandroid/telephony/CellIdentityWcdma;-><init>(Landroid/os/Parcel;)V HSPLandroid/telephony/CellIdentityWcdma;->createFromParcelBody(Landroid/os/Parcel;)Landroid/telephony/CellIdentityWcdma; HSPLandroid/telephony/CellInfo$1;->createFromParcel(Landroid/os/Parcel;)Landroid/telephony/CellInfo; HSPLandroid/telephony/CellInfo$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object; +HSPLandroid/telephony/CellInfoLte;->getCellIdentity()Landroid/telephony/CellIdentityLte; HSPLandroid/telephony/CellSignalStrength;-><init>()V HSPLandroid/telephony/CellSignalStrength;->getNumSignalStrengthLevels()I HSPLandroid/telephony/CellSignalStrengthCdma$1;->createFromParcel(Landroid/os/Parcel;)Landroid/telephony/CellSignalStrengthCdma; @@ -10474,7 +10718,6 @@ HSPLandroid/telephony/LteVopsSupportInfo$1;->createFromParcel(Landroid/os/Parcel HSPLandroid/telephony/LteVopsSupportInfo$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object; HSPLandroid/telephony/LteVopsSupportInfo;-><init>(Landroid/os/Parcel;)V HSPLandroid/telephony/LteVopsSupportInfo;-><init>(Landroid/os/Parcel;Landroid/telephony/LteVopsSupportInfo$1;)V -HSPLandroid/telephony/LteVopsSupportInfo;->toString()Ljava/lang/String; HSPLandroid/telephony/NetworkRegistrationInfo$1;->createFromParcel(Landroid/os/Parcel;)Landroid/telephony/NetworkRegistrationInfo; HSPLandroid/telephony/NetworkRegistrationInfo$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object; HSPLandroid/telephony/NetworkRegistrationInfo;-><init>(Landroid/os/Parcel;)V @@ -10492,6 +10735,8 @@ HSPLandroid/telephony/NetworkRegistrationInfo;->nrStateToString(I)Ljava/lang/Str HSPLandroid/telephony/NetworkRegistrationInfo;->registrationStateToString(I)Ljava/lang/String; HSPLandroid/telephony/NetworkRegistrationInfo;->serviceTypeToString(I)Ljava/lang/String; HSPLandroid/telephony/NetworkRegistrationInfo;->toString()Ljava/lang/String; +HSPLandroid/telephony/PhoneNumberUtils;->formatNumberToE164(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String; +HSPLandroid/telephony/PhoneNumberUtils;->isDialable(C)Z HSPLandroid/telephony/PhoneStateListener$IPhoneStateListenerStub;-><init>(Landroid/telephony/PhoneStateListener;Ljava/util/concurrent/Executor;)V HSPLandroid/telephony/PhoneStateListener$IPhoneStateListenerStub;->lambda$onActiveDataSubIdChanged$54(Landroid/telephony/PhoneStateListener;I)V HSPLandroid/telephony/PhoneStateListener$IPhoneStateListenerStub;->lambda$onActiveDataSubIdChanged$55$PhoneStateListener$IPhoneStateListenerStub(Landroid/telephony/PhoneStateListener;I)V @@ -10511,14 +10756,11 @@ HSPLandroid/telephony/PhoneStateListener;-><init>(Ljava/lang/Integer;Ljava/util/ HSPLandroid/telephony/PhoneStateListener;-><init>(Ljava/util/concurrent/Executor;)V HSPLandroid/telephony/ServiceState$1;->createFromParcel(Landroid/os/Parcel;)Landroid/telephony/ServiceState; HSPLandroid/telephony/ServiceState$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object; -HSPLandroid/telephony/ServiceState;-><init>()V HSPLandroid/telephony/ServiceState;-><init>(Landroid/os/Parcel;)V -HSPLandroid/telephony/ServiceState;->copyFrom(Landroid/telephony/ServiceState;)V HSPLandroid/telephony/ServiceState;->getDataNetworkType()I HSPLandroid/telephony/ServiceState;->getDataRoamingType()I HSPLandroid/telephony/ServiceState;->getDuplexMode()I HSPLandroid/telephony/ServiceState;->getNetworkRegistrationInfo(II)Landroid/telephony/NetworkRegistrationInfo; -HSPLandroid/telephony/ServiceState;->getNetworkRegistrationInfoList()Ljava/util/List; HSPLandroid/telephony/ServiceState;->getRilDataRadioTechnology()I HSPLandroid/telephony/ServiceState;->getRilVoiceRadioTechnology()I HSPLandroid/telephony/ServiceState;->getState()I @@ -10527,7 +10769,6 @@ HSPLandroid/telephony/ServiceState;->getVoiceRoamingType()I HSPLandroid/telephony/ServiceState;->isUsingCarrierAggregation()Z HSPLandroid/telephony/ServiceState;->networkTypeToRilRadioTechnology(I)I HSPLandroid/telephony/ServiceState;->rilRadioTechnologyToString(I)Ljava/lang/String; -HSPLandroid/telephony/ServiceState;->rilServiceStateToString(I)Ljava/lang/String; HSPLandroid/telephony/ServiceState;->roamingTypeToString(I)Ljava/lang/String; HSPLandroid/telephony/ServiceState;->toString()Ljava/lang/String; HSPLandroid/telephony/SignalStrength$1;->createFromParcel(Landroid/os/Parcel;)Landroid/telephony/SignalStrength; @@ -10542,7 +10783,6 @@ HSPLandroid/telephony/SubscriptionInfo;->getGroupUuid()Landroid/os/ParcelUuid; HSPLandroid/telephony/SubscriptionInfo;->getIccId()Ljava/lang/String; HSPLandroid/telephony/SubscriptionInfo;->getMcc()I HSPLandroid/telephony/SubscriptionInfo;->getMnc()I -HSPLandroid/telephony/SubscriptionInfo;->getNumber()Ljava/lang/String; HSPLandroid/telephony/SubscriptionInfo;->getSimSlotIndex()I HSPLandroid/telephony/SubscriptionInfo;->getSubscriptionId()I HSPLandroid/telephony/SubscriptionInfo;->isOpportunistic()Z @@ -10581,12 +10821,12 @@ HSPLandroid/telephony/TelephonyManager;-><init>(Landroid/content/Context;I)V HSPLandroid/telephony/TelephonyManager;->checkCarrierPrivilegesForPackageAnyPhone(Ljava/lang/String;)I HSPLandroid/telephony/TelephonyManager;->createForSubscriptionId(I)Landroid/telephony/TelephonyManager; HSPLandroid/telephony/TelephonyManager;->getActiveModemCount()I +HSPLandroid/telephony/TelephonyManager;->getAllCellInfo()Ljava/util/List; HSPLandroid/telephony/TelephonyManager;->getCallState()I HSPLandroid/telephony/TelephonyManager;->getCurrentPhoneType()I HSPLandroid/telephony/TelephonyManager;->getCurrentPhoneType(I)I HSPLandroid/telephony/TelephonyManager;->getCurrentPhoneTypeForSlot(I)I HSPLandroid/telephony/TelephonyManager;->getDataEnabled(I)Z -HSPLandroid/telephony/TelephonyManager;->getDefault()Landroid/telephony/TelephonyManager; HSPLandroid/telephony/TelephonyManager;->getDeviceId()Ljava/lang/String; HSPLandroid/telephony/TelephonyManager;->getFeatureId()Ljava/lang/String; HSPLandroid/telephony/TelephonyManager;->getGroupIdLevel1()Ljava/lang/String; @@ -10605,8 +10845,6 @@ HSPLandroid/telephony/TelephonyManager;->getOpPackageName()Ljava/lang/String; HSPLandroid/telephony/TelephonyManager;->getPhoneCount()I HSPLandroid/telephony/TelephonyManager;->getPhoneId()I HSPLandroid/telephony/TelephonyManager;->getPhoneType()I -HSPLandroid/telephony/TelephonyManager;->getPhoneType(I)I -HSPLandroid/telephony/TelephonyManager;->getPhoneTypeFromNetworkType(I)I HSPLandroid/telephony/TelephonyManager;->getPhoneTypeFromProperty(I)I HSPLandroid/telephony/TelephonyManager;->getServiceState()Landroid/telephony/ServiceState; HSPLandroid/telephony/TelephonyManager;->getServiceStateForSubscriber(I)Landroid/telephony/ServiceState; @@ -10650,10 +10888,13 @@ HSPLandroid/telephony/ims/RegistrationManager$RegistrationCallback$RegistrationB HSPLandroid/telephony/ims/RegistrationManager$RegistrationCallback;-><init>()V HSPLandroid/telephony/ims/aidl/IImsRegistrationCallback$Stub;-><init>()V HSPLandroid/text/AndroidBidi$EmojiBidiOverride;->classify(I)I +HSPLandroid/text/AndroidBidi;->bidi(I[C[B)I +HSPLandroid/text/AndroidBidi;->directions(I[BI[CII)Landroid/text/Layout$Directions; HSPLandroid/text/AutoGrowArray$ByteArray;-><init>()V HSPLandroid/text/AutoGrowArray$ByteArray;-><init>(I)V HSPLandroid/text/AutoGrowArray$ByteArray;->clear()V HSPLandroid/text/AutoGrowArray$ByteArray;->clearWithReleasingLargeArray()V +HSPLandroid/text/AutoGrowArray$ByteArray;->ensureCapacity(I)V HSPLandroid/text/AutoGrowArray$ByteArray;->get(I)B HSPLandroid/text/AutoGrowArray$ByteArray;->getRawArray()[B HSPLandroid/text/AutoGrowArray$ByteArray;->resize(I)V @@ -10672,17 +10913,10 @@ HSPLandroid/text/AutoGrowArray$IntArray;->ensureCapacity(I)V HSPLandroid/text/AutoGrowArray$IntArray;->getRawArray()[I HSPLandroid/text/AutoGrowArray;->access$000(II)I HSPLandroid/text/AutoGrowArray;->computeNewCapacity(II)I -HSPLandroid/text/BidiFormatter$DirectionalityEstimator;-><init>(Ljava/lang/CharSequence;Z)V HSPLandroid/text/BidiFormatter$DirectionalityEstimator;->dirTypeBackward()B HSPLandroid/text/BidiFormatter$DirectionalityEstimator;->dirTypeForward()B -HSPLandroid/text/BidiFormatter$DirectionalityEstimator;->getCachedDirectionality(C)B HSPLandroid/text/BidiFormatter$DirectionalityEstimator;->getEntryDir()I HSPLandroid/text/BidiFormatter$DirectionalityEstimator;->getExitDir()I -HSPLandroid/text/BidiFormatter;->getDefaultInstanceFromContext(Z)Landroid/text/BidiFormatter; -HSPLandroid/text/BidiFormatter;->getEntryDir(Ljava/lang/CharSequence;)I -HSPLandroid/text/BidiFormatter;->getExitDir(Ljava/lang/CharSequence;)I -HSPLandroid/text/BidiFormatter;->getInstance()Landroid/text/BidiFormatter; -HSPLandroid/text/BidiFormatter;->getStereoReset()Z HSPLandroid/text/BidiFormatter;->markAfter(Ljava/lang/CharSequence;Landroid/text/TextDirectionHeuristic;)Ljava/lang/String; HSPLandroid/text/BidiFormatter;->markBefore(Ljava/lang/CharSequence;Landroid/text/TextDirectionHeuristic;)Ljava/lang/String; HSPLandroid/text/BidiFormatter;->unicodeWrap(Ljava/lang/CharSequence;Landroid/text/TextDirectionHeuristic;Z)Ljava/lang/CharSequence; @@ -10746,6 +10980,8 @@ HSPLandroid/text/DynamicLayout$Builder;->setTextDirection(Landroid/text/TextDire HSPLandroid/text/DynamicLayout$Builder;->setUseLineSpacingFromFallbacks(Z)Landroid/text/DynamicLayout$Builder; HSPLandroid/text/DynamicLayout$ChangeWatcher;-><init>(Landroid/text/DynamicLayout;)V HSPLandroid/text/DynamicLayout$ChangeWatcher;->onSpanAdded(Landroid/text/Spannable;Ljava/lang/Object;II)V +HSPLandroid/text/DynamicLayout$ChangeWatcher;->onSpanChanged(Landroid/text/Spannable;Ljava/lang/Object;IIII)V +HSPLandroid/text/DynamicLayout$ChangeWatcher;->onSpanRemoved(Landroid/text/Spannable;Ljava/lang/Object;II)V HSPLandroid/text/DynamicLayout;-><init>(Landroid/text/DynamicLayout$Builder;)V HSPLandroid/text/DynamicLayout;-><init>(Landroid/text/DynamicLayout$Builder;Landroid/text/DynamicLayout$1;)V HSPLandroid/text/DynamicLayout;->addBlockAtOffset(I)V @@ -10766,6 +11002,7 @@ HSPLandroid/text/DynamicLayout;->getLineContainsTab(I)Z HSPLandroid/text/DynamicLayout;->getLineCount()I HSPLandroid/text/DynamicLayout;->getLineDescent(I)I HSPLandroid/text/DynamicLayout;->getLineDirections(I)Landroid/text/Layout$Directions; +HSPLandroid/text/DynamicLayout;->getLineExtra(I)I HSPLandroid/text/DynamicLayout;->getLineStart(I)I HSPLandroid/text/DynamicLayout;->getLineTop(I)I HSPLandroid/text/DynamicLayout;->getNumberOfBlocks()I @@ -10812,6 +11049,7 @@ HSPLandroid/text/Layout;->draw(Landroid/graphics/Canvas;Landroid/graphics/Path;L HSPLandroid/text/Layout;->drawBackground(Landroid/graphics/Canvas;Landroid/graphics/Path;Landroid/graphics/Paint;III)V HSPLandroid/text/Layout;->drawText(Landroid/graphics/Canvas;II)V HSPLandroid/text/Layout;->ellipsize(III[CILandroid/text/TextUtils$TruncateAt;)V +HSPLandroid/text/Layout;->getCursorPath(ILandroid/graphics/Path;Ljava/lang/CharSequence;)V HSPLandroid/text/Layout;->getDesiredWidthWithLimit(Ljava/lang/CharSequence;IILandroid/text/TextPaint;Landroid/text/TextDirectionHeuristic;F)F HSPLandroid/text/Layout;->getEndHyphenEdit(I)I HSPLandroid/text/Layout;->getHeight()I @@ -10821,6 +11059,7 @@ HSPLandroid/text/Layout;->getHorizontal(IZZ)F HSPLandroid/text/Layout;->getIndentAdjust(ILandroid/text/Layout$Alignment;)I HSPLandroid/text/Layout;->getLineBaseline(I)I HSPLandroid/text/Layout;->getLineBottom(I)I +HSPLandroid/text/Layout;->getLineBottomWithoutSpacing(I)I HSPLandroid/text/Layout;->getLineEnd(I)I HSPLandroid/text/Layout;->getLineExtent(ILandroid/text/Layout$TabStops;Z)F HSPLandroid/text/Layout;->getLineExtent(IZ)F @@ -10840,6 +11079,7 @@ HSPLandroid/text/Layout;->getParagraphLeadingMargin(I)I HSPLandroid/text/Layout;->getParagraphLeft(I)I HSPLandroid/text/Layout;->getParagraphRight(I)I HSPLandroid/text/Layout;->getParagraphSpans(Landroid/text/Spanned;IILjava/lang/Class;)[Ljava/lang/Object; +HSPLandroid/text/Layout;->getPrimaryHorizontal(I)F HSPLandroid/text/Layout;->getPrimaryHorizontal(IZ)F HSPLandroid/text/Layout;->getSpacingAdd()F HSPLandroid/text/Layout;->getSpacingMultiplier()F @@ -10853,6 +11093,7 @@ HSPLandroid/text/Layout;->measurePara(Landroid/text/TextPaint;Ljava/lang/CharSeq HSPLandroid/text/Layout;->primaryIsTrailingPrevious(I)Z HSPLandroid/text/Layout;->replaceWith(Ljava/lang/CharSequence;Landroid/text/TextPaint;ILandroid/text/Layout$Alignment;FF)V HSPLandroid/text/Layout;->setJustificationMode(I)V +HSPLandroid/text/Layout;->shouldClampCursor(I)Z HSPLandroid/text/MeasuredParagraph;-><init>()V HSPLandroid/text/MeasuredParagraph;->applyMetricsAffectingSpan(Landroid/text/TextPaint;[Landroid/text/style/MetricAffectingSpan;IILandroid/graphics/text/MeasuredText$Builder;)V HSPLandroid/text/MeasuredParagraph;->applyStyleRun(IILandroid/graphics/text/MeasuredText$Builder;)V @@ -10902,6 +11143,7 @@ HSPLandroid/text/PrecomputedText;->createMeasuredParagraphs(Ljava/lang/CharSeque HSPLandroid/text/Selection;->getSelectionEnd(Ljava/lang/CharSequence;)I HSPLandroid/text/Selection;->getSelectionStart(Ljava/lang/CharSequence;)I HSPLandroid/text/Selection;->removeMemory(Landroid/text/Spannable;)V +HSPLandroid/text/Selection;->removeSelection(Landroid/text/Spannable;)V HSPLandroid/text/Selection;->setSelection(Landroid/text/Spannable;I)V HSPLandroid/text/Selection;->setSelection(Landroid/text/Spannable;II)V HSPLandroid/text/Selection;->setSelection(Landroid/text/Spannable;III)V @@ -10919,6 +11161,8 @@ HSPLandroid/text/SpannableString;->getSpanFlags(Ljava/lang/Object;)I HSPLandroid/text/SpannableString;->getSpanStart(Ljava/lang/Object;)I HSPLandroid/text/SpannableString;->getSpans(IILjava/lang/Class;)[Ljava/lang/Object; HSPLandroid/text/SpannableString;->nextSpanTransition(IILjava/lang/Class;)I +HSPLandroid/text/SpannableString;->removeSpan(Ljava/lang/Object;)V +HSPLandroid/text/SpannableString;->removeSpan(Ljava/lang/Object;I)V HSPLandroid/text/SpannableString;->setSpan(Ljava/lang/Object;III)V HSPLandroid/text/SpannableStringBuilder;-><init>()V HSPLandroid/text/SpannableStringBuilder;-><init>(Ljava/lang/CharSequence;)V @@ -10951,6 +11195,8 @@ HSPLandroid/text/SpannableStringBuilder;->recycle([I)V HSPLandroid/text/SpannableStringBuilder;->removeSpan(II)V HSPLandroid/text/SpannableStringBuilder;->removeSpan(Ljava/lang/Object;)V HSPLandroid/text/SpannableStringBuilder;->removeSpan(Ljava/lang/Object;I)V +HSPLandroid/text/SpannableStringBuilder;->removeSpansForChange(IIZI)Z +HSPLandroid/text/SpannableStringBuilder;->replace(IILjava/lang/CharSequence;)Landroid/text/Editable; HSPLandroid/text/SpannableStringBuilder;->replace(IILjava/lang/CharSequence;)Landroid/text/SpannableStringBuilder; HSPLandroid/text/SpannableStringBuilder;->replace(IILjava/lang/CharSequence;II)Landroid/text/SpannableStringBuilder; HSPLandroid/text/SpannableStringBuilder;->resizeFor(I)V @@ -10972,6 +11218,7 @@ HSPLandroid/text/SpannableStringBuilder;->sort([Ljava/lang/Object;[I[I)V HSPLandroid/text/SpannableStringBuilder;->subSequence(II)Ljava/lang/CharSequence; HSPLandroid/text/SpannableStringBuilder;->toString()Ljava/lang/String; HSPLandroid/text/SpannableStringBuilder;->treeRoot()I +HSPLandroid/text/SpannableStringBuilder;->updatedIntervalBound(IIIIZZ)I HSPLandroid/text/SpannableStringInternal;-><init>(Ljava/lang/CharSequence;IIZ)V HSPLandroid/text/SpannableStringInternal;->charAt(I)C HSPLandroid/text/SpannableStringInternal;->checkRange(Ljava/lang/String;II)V @@ -10985,6 +11232,8 @@ HSPLandroid/text/SpannableStringInternal;->getSpans(IILjava/lang/Class;)[Ljava/l HSPLandroid/text/SpannableStringInternal;->isOutOfCopyRange(IIII)Z HSPLandroid/text/SpannableStringInternal;->length()I HSPLandroid/text/SpannableStringInternal;->nextSpanTransition(IILjava/lang/Class;)I +HSPLandroid/text/SpannableStringInternal;->removeSpan(Ljava/lang/Object;)V +HSPLandroid/text/SpannableStringInternal;->removeSpan(Ljava/lang/Object;I)V HSPLandroid/text/SpannableStringInternal;->sendSpanAdded(Ljava/lang/Object;II)V HSPLandroid/text/SpannableStringInternal;->setSpan(Ljava/lang/Object;III)V HSPLandroid/text/SpannableStringInternal;->setSpan(Ljava/lang/Object;IIIZ)V @@ -11069,16 +11318,19 @@ HSPLandroid/text/TextDirectionHeuristics$FirstStrong;->checkRtl(Ljava/lang/CharS HSPLandroid/text/TextDirectionHeuristics$TextDirectionHeuristicImpl;->doCheck(Ljava/lang/CharSequence;II)Z HSPLandroid/text/TextDirectionHeuristics$TextDirectionHeuristicImpl;->isRtl(Ljava/lang/CharSequence;II)Z HSPLandroid/text/TextDirectionHeuristics$TextDirectionHeuristicInternal;->defaultIsRtl()Z +HSPLandroid/text/TextDirectionHeuristics$TextDirectionHeuristicLocale;->defaultIsRtl()Z HSPLandroid/text/TextDirectionHeuristics;->access$100(I)I HSPLandroid/text/TextDirectionHeuristics;->isRtlCodePoint(I)I HSPLandroid/text/TextLine$DecorationInfo;-><init>()V HSPLandroid/text/TextLine$DecorationInfo;-><init>(Landroid/text/TextLine$1;)V +HSPLandroid/text/TextLine$DecorationInfo;->copyInfo()Landroid/text/TextLine$DecorationInfo; HSPLandroid/text/TextLine$DecorationInfo;->hasDecoration()Z HSPLandroid/text/TextLine;-><init>()V HSPLandroid/text/TextLine;->adjustEndHyphenEdit(II)I HSPLandroid/text/TextLine;->adjustStartHyphenEdit(II)I HSPLandroid/text/TextLine;->draw(Landroid/graphics/Canvas;FIII)V HSPLandroid/text/TextLine;->drawRun(Landroid/graphics/Canvas;IIZFIIIZ)F +HSPLandroid/text/TextLine;->drawStroke(Landroid/text/TextPaint;Landroid/graphics/Canvas;IFFFFF)V HSPLandroid/text/TextLine;->drawTextRun(Landroid/graphics/Canvas;Landroid/text/TextPaint;IIIIZFI)V HSPLandroid/text/TextLine;->equalAttributes(Landroid/text/TextPaint;Landroid/text/TextPaint;)Z HSPLandroid/text/TextLine;->expandMetricsFromPaint(Landroid/graphics/Paint$FontMetricsInt;Landroid/text/TextPaint;)V @@ -11096,6 +11348,7 @@ HSPLandroid/text/TextLine;->set(Landroid/text/TextPaint;Ljava/lang/CharSequence; HSPLandroid/text/TextLine;->updateMetrics(Landroid/graphics/Paint$FontMetricsInt;IIIII)V HSPLandroid/text/TextPaint;-><init>()V HSPLandroid/text/TextPaint;-><init>(I)V +HSPLandroid/text/TextPaint;->getUnderlineThickness()F HSPLandroid/text/TextPaint;->set(Landroid/text/TextPaint;)V HSPLandroid/text/TextPaint;->setUnderlineText(IF)V HSPLandroid/text/TextUtils$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/CharSequence; @@ -11114,6 +11367,7 @@ HSPLandroid/text/TextUtils;->ellipsize(Ljava/lang/CharSequence;Landroid/text/Tex HSPLandroid/text/TextUtils;->ellipsize(Ljava/lang/CharSequence;Landroid/text/TextPaint;FLandroid/text/TextUtils$TruncateAt;ZLandroid/text/TextUtils$EllipsizeCallback;Landroid/text/TextDirectionHeuristic;Ljava/lang/String;)Ljava/lang/CharSequence; HSPLandroid/text/TextUtils;->emptyIfNull(Ljava/lang/String;)Ljava/lang/String; HSPLandroid/text/TextUtils;->equals(Ljava/lang/CharSequence;Ljava/lang/CharSequence;)Z +HSPLandroid/text/TextUtils;->getCapsMode(Ljava/lang/CharSequence;II)I HSPLandroid/text/TextUtils;->getChars(Ljava/lang/CharSequence;II[CI)V HSPLandroid/text/TextUtils;->getEllipsisString(Landroid/text/TextUtils$TruncateAt;)Ljava/lang/String; HSPLandroid/text/TextUtils;->getLayoutDirectionFromLocale(Ljava/util/Locale;)I @@ -11132,6 +11386,7 @@ HSPLandroid/text/TextUtils;->recycle([C)V HSPLandroid/text/TextUtils;->removeEmptySpans([Ljava/lang/Object;Landroid/text/Spanned;Ljava/lang/Class;)[Ljava/lang/Object; HSPLandroid/text/TextUtils;->split(Ljava/lang/String;Ljava/lang/String;)[Ljava/lang/String; HSPLandroid/text/TextUtils;->stringOrSpannedString(Ljava/lang/CharSequence;)Ljava/lang/CharSequence; +HSPLandroid/text/TextUtils;->substring(Ljava/lang/CharSequence;II)Ljava/lang/String; HSPLandroid/text/TextUtils;->toUpperCase(Ljava/util/Locale;Ljava/lang/CharSequence;Z)Ljava/lang/CharSequence; HSPLandroid/text/TextUtils;->trimNoCopySpans(Ljava/lang/CharSequence;)Ljava/lang/CharSequence; HSPLandroid/text/TextUtils;->trimToParcelableSize(Ljava/lang/CharSequence;)Ljava/lang/CharSequence; @@ -11139,6 +11394,7 @@ HSPLandroid/text/TextUtils;->trimToSize(Ljava/lang/CharSequence;I)Ljava/lang/Cha HSPLandroid/text/TextUtils;->unpackRangeEndFromLong(J)I HSPLandroid/text/TextUtils;->unpackRangeStartFromLong(J)I HSPLandroid/text/TextUtils;->writeToParcel(Ljava/lang/CharSequence;Landroid/os/Parcel;I)V +HSPLandroid/text/TextUtils;->writeWhere(Landroid/os/Parcel;Landroid/text/Spanned;Ljava/lang/Object;)V HSPLandroid/text/format/DateFormat;->format(Ljava/lang/CharSequence;Ljava/util/Calendar;)Ljava/lang/CharSequence; HSPLandroid/text/format/DateFormat;->format(Ljava/lang/CharSequence;Ljava/util/Date;)Ljava/lang/CharSequence; HSPLandroid/text/format/DateFormat;->getBestDateTimePattern(Ljava/util/Locale;Ljava/lang/String;)Ljava/lang/String; @@ -11148,15 +11404,18 @@ HSPLandroid/text/format/DateFormat;->is24HourFormat(Landroid/content/Context;)Z HSPLandroid/text/format/DateFormat;->is24HourFormat(Landroid/content/Context;I)Z HSPLandroid/text/format/DateFormat;->is24HourLocale(Ljava/util/Locale;)Z HSPLandroid/text/format/DateFormat;->zeroPad(II)Ljava/lang/String; +HSPLandroid/text/format/DateUtils;->formatDateRange(Landroid/content/Context;JJI)Ljava/lang/String; +HSPLandroid/text/format/DateUtils;->formatDateRange(Landroid/content/Context;Ljava/util/Formatter;JJI)Ljava/util/Formatter; HSPLandroid/text/format/DateUtils;->formatDateRange(Landroid/content/Context;Ljava/util/Formatter;JJILjava/lang/String;)Ljava/util/Formatter; HSPLandroid/text/format/DateUtils;->formatElapsedTime(J)Ljava/lang/String; HSPLandroid/text/format/DateUtils;->formatElapsedTime(Ljava/lang/StringBuilder;J)Ljava/lang/String; HSPLandroid/text/format/DateUtils;->initFormatStrings()V HSPLandroid/text/format/DateUtils;->initFormatStringsLocked()V -HSPLandroid/text/format/Time$TimeCalculator;-><init>(Ljava/lang/String;)V +HSPLandroid/text/format/Time$TimeCalculator;->copyFieldsToTime(Landroid/text/format/Time;)V HSPLandroid/text/format/Time$TimeCalculator;->lookupZoneInfo(Ljava/lang/String;)Llibcore/util/ZoneInfo; +HSPLandroid/text/format/Time$TimeCalculator;->setTimeInMillis(J)V HSPLandroid/text/format/Time;-><init>()V -HSPLandroid/text/format/Time;->initialize(Ljava/lang/String;)V +HSPLandroid/text/format/Time;->set(J)V HSPLandroid/text/method/AllCapsTransformationMethod;-><init>(Landroid/content/Context;)V HSPLandroid/text/method/AllCapsTransformationMethod;->getTransformation(Ljava/lang/CharSequence;Landroid/view/View;)Ljava/lang/CharSequence; HSPLandroid/text/method/AllCapsTransformationMethod;->setLengthChangesAllowed(Z)V @@ -11164,34 +11423,50 @@ HSPLandroid/text/method/ArrowKeyMovementMethod;-><init>()V HSPLandroid/text/method/ArrowKeyMovementMethod;->canSelectArbitrarily()Z HSPLandroid/text/method/ArrowKeyMovementMethod;->getInstance()Landroid/text/method/MovementMethod; HSPLandroid/text/method/ArrowKeyMovementMethod;->initialize(Landroid/widget/TextView;Landroid/text/Spannable;)V +HSPLandroid/text/method/ArrowKeyMovementMethod;->onTakeFocus(Landroid/widget/TextView;Landroid/text/Spannable;I)V HSPLandroid/text/method/BaseKeyListener;-><init>()V HSPLandroid/text/method/BaseMovementMethod;-><init>()V +HSPLandroid/text/method/LinkMovementMethod;-><init>()V +HSPLandroid/text/method/LinkMovementMethod;->getInstance()Landroid/text/method/MovementMethod; +HSPLandroid/text/method/LinkMovementMethod;->initialize(Landroid/widget/TextView;Landroid/text/Spannable;)V HSPLandroid/text/method/MetaKeyKeyListener;-><init>()V +HSPLandroid/text/method/MetaKeyKeyListener;->getMetaState(Ljava/lang/CharSequence;I)I HSPLandroid/text/method/MetaKeyKeyListener;->isMetaTracker(Ljava/lang/CharSequence;Ljava/lang/Object;)Z +HSPLandroid/text/method/MetaKeyKeyListener;->resetMetaState(Landroid/text/Spannable;)V HSPLandroid/text/method/ReplacementTransformationMethod$ReplacementCharSequence;-><init>(Ljava/lang/CharSequence;[C[C)V HSPLandroid/text/method/ReplacementTransformationMethod$ReplacementCharSequence;->getChars(II[CI)V HSPLandroid/text/method/ReplacementTransformationMethod$ReplacementCharSequence;->length()I HSPLandroid/text/method/ReplacementTransformationMethod$SpannedReplacementCharSequence;-><init>(Landroid/text/Spanned;[C[C)V HSPLandroid/text/method/ReplacementTransformationMethod$SpannedReplacementCharSequence;->getSpans(IILjava/lang/Class;)[Ljava/lang/Object; +HSPLandroid/text/method/ReplacementTransformationMethod$SpannedReplacementCharSequence;->nextSpanTransition(IILjava/lang/Class;)I HSPLandroid/text/method/ReplacementTransformationMethod;-><init>()V HSPLandroid/text/method/ReplacementTransformationMethod;->getTransformation(Ljava/lang/CharSequence;Landroid/view/View;)Ljava/lang/CharSequence; +HSPLandroid/text/method/ScrollingMovementMethod;-><init>()V HSPLandroid/text/method/SingleLineTransformationMethod;-><init>()V HSPLandroid/text/method/SingleLineTransformationMethod;->getInstance()Landroid/text/method/SingleLineTransformationMethod; HSPLandroid/text/method/SingleLineTransformationMethod;->getOriginal()[C HSPLandroid/text/method/SingleLineTransformationMethod;->getReplacement()[C HSPLandroid/text/method/TextKeyListener;-><init>(Landroid/text/method/TextKeyListener$Capitalize;Z)V +HSPLandroid/text/method/TextKeyListener;->getInstance()Landroid/text/method/TextKeyListener; HSPLandroid/text/method/TextKeyListener;->getInstance(ZLandroid/text/method/TextKeyListener$Capitalize;)Landroid/text/method/TextKeyListener; HSPLandroid/text/method/TextKeyListener;->onSpanAdded(Landroid/text/Spannable;Ljava/lang/Object;II)V +HSPLandroid/text/method/TextKeyListener;->onSpanChanged(Landroid/text/Spannable;Ljava/lang/Object;IIII)V HSPLandroid/text/method/TextKeyListener;->onSpanRemoved(Landroid/text/Spannable;Ljava/lang/Object;II)V HSPLandroid/text/style/CharacterStyle;-><init>()V HSPLandroid/text/style/CharacterStyle;->getUnderlying()Landroid/text/style/CharacterStyle; HSPLandroid/text/style/ClickableSpan;-><init>()V HSPLandroid/text/style/ForegroundColorSpan;-><init>(I)V +HSPLandroid/text/style/ForegroundColorSpan;->updateDrawState(Landroid/text/TextPaint;)V HSPLandroid/text/style/MetricAffectingSpan;-><init>()V HSPLandroid/text/style/MetricAffectingSpan;->getUnderlying()Landroid/text/style/CharacterStyle; HSPLandroid/text/style/MetricAffectingSpan;->getUnderlying()Landroid/text/style/MetricAffectingSpan; HSPLandroid/text/style/StyleSpan;-><init>(I)V +HSPLandroid/text/style/StyleSpan;->apply(Landroid/graphics/Paint;I)V +HSPLandroid/text/style/StyleSpan;->getSpanTypeIdInternal()I +HSPLandroid/text/style/StyleSpan;->updateDrawState(Landroid/text/TextPaint;)V +HSPLandroid/text/style/StyleSpan;->writeToParcelInternal(Landroid/os/Parcel;I)V HSPLandroid/text/style/TextAppearanceSpan;-><init>(Landroid/os/Parcel;)V +HSPLandroid/text/style/UnderlineSpan;-><init>()V HSPLandroid/transition/ChangeBounds;-><init>(Landroid/content/Context;Landroid/util/AttributeSet;)V HSPLandroid/transition/ChangeBounds;->setResizeClip(Z)V HSPLandroid/transition/ChangeClipBounds;-><init>(Landroid/content/Context;Landroid/util/AttributeSet;)V @@ -11199,11 +11474,14 @@ HSPLandroid/transition/ChangeImageTransform;-><init>(Landroid/content/Context;La HSPLandroid/transition/ChangeTransform;-><init>(Landroid/content/Context;Landroid/util/AttributeSet;)V HSPLandroid/transition/Fade;-><init>(Landroid/content/Context;Landroid/util/AttributeSet;)V HSPLandroid/transition/Transition;-><init>(Landroid/content/Context;Landroid/util/AttributeSet;)V +HSPLandroid/transition/Transition;->setDuration(J)Landroid/transition/Transition; HSPLandroid/transition/TransitionInflater;-><init>(Landroid/content/Context;)V HSPLandroid/transition/TransitionInflater;->createTransitionFromXml(Lorg/xmlpull/v1/XmlPullParser;Landroid/util/AttributeSet;Landroid/transition/Transition;)Landroid/transition/Transition; HSPLandroid/transition/TransitionInflater;->from(Landroid/content/Context;)Landroid/transition/TransitionInflater; HSPLandroid/transition/TransitionInflater;->inflateTransition(I)Landroid/transition/Transition; HSPLandroid/transition/TransitionManager;-><init>()V +HSPLandroid/transition/TransitionManager;->endTransitions(Landroid/view/ViewGroup;)V +HSPLandroid/transition/TransitionManager;->getRunningTransitions()Landroid/util/ArrayMap; HSPLandroid/transition/TransitionSet;-><init>(Landroid/content/Context;Landroid/util/AttributeSet;)V HSPLandroid/transition/TransitionSet;->addTransition(Landroid/transition/Transition;)Landroid/transition/TransitionSet; HSPLandroid/transition/TransitionSet;->addTransitionInternal(Landroid/transition/Transition;)V @@ -11290,9 +11568,6 @@ HSPLandroid/util/ArraySet;->toArray()[Ljava/lang/Object; HSPLandroid/util/ArraySet;->toArray([Ljava/lang/Object;)[Ljava/lang/Object; HSPLandroid/util/ArraySet;->valueAt(I)Ljava/lang/Object; HSPLandroid/util/ArraySet;->valueAtUnchecked(I)Ljava/lang/Object; -HSPLandroid/util/AtomicFile;-><init>(Ljava/io/File;)V -HSPLandroid/util/AtomicFile;-><init>(Ljava/io/File;Ljava/lang/String;)V -HSPLandroid/util/AtomicFile;->openRead()Ljava/io/FileInputStream; HSPLandroid/util/Base64$Coder;-><init>()V HSPLandroid/util/Base64$Decoder;-><init>(I[B)V HSPLandroid/util/Base64$Decoder;->process([BIIZ)Z @@ -11347,8 +11622,6 @@ HSPLandroid/util/JsonReader;->pop()Landroid/util/JsonScope; HSPLandroid/util/JsonReader;->push(Landroid/util/JsonScope;)V HSPLandroid/util/JsonReader;->readLiteral()Landroid/util/JsonToken; HSPLandroid/util/JsonReader;->replaceTop(Landroid/util/JsonScope;)V -HSPLandroid/util/KeyValueListParser;-><init>(C)V -HSPLandroid/util/KeyValueListParser;->setString(Ljava/lang/String;)V HSPLandroid/util/LocalLog;-><init>(I)V HSPLandroid/util/LocalLog;-><init>(IZ)V HSPLandroid/util/LocalLog;->append(Ljava/lang/String;)V @@ -11408,12 +11681,15 @@ HSPLandroid/util/LruCache;->create(Ljava/lang/Object;)Ljava/lang/Object; HSPLandroid/util/LruCache;->entryRemoved(ZLjava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)V HSPLandroid/util/LruCache;->evictAll()V HSPLandroid/util/LruCache;->get(Ljava/lang/Object;)Ljava/lang/Object; +HSPLandroid/util/LruCache;->hitCount()I +HSPLandroid/util/LruCache;->missCount()I HSPLandroid/util/LruCache;->put(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; HSPLandroid/util/LruCache;->remove(Ljava/lang/Object;)Ljava/lang/Object; HSPLandroid/util/LruCache;->resize(I)V HSPLandroid/util/LruCache;->safeSizeOf(Ljava/lang/Object;Ljava/lang/Object;)I HSPLandroid/util/LruCache;->size()I HSPLandroid/util/LruCache;->sizeOf(Ljava/lang/Object;Ljava/lang/Object;)I +HSPLandroid/util/LruCache;->snapshot()Ljava/util/Map; HSPLandroid/util/LruCache;->trimToSize(I)V HSPLandroid/util/MapCollections$ArrayIterator;-><init>(Landroid/util/MapCollections;I)V HSPLandroid/util/MapCollections$ArrayIterator;->hasNext()Z @@ -11472,15 +11748,14 @@ HSPLandroid/util/Pair;-><init>(Ljava/lang/Object;Ljava/lang/Object;)V HSPLandroid/util/Pair;->create(Ljava/lang/Object;Ljava/lang/Object;)Landroid/util/Pair; HSPLandroid/util/Pair;->equals(Ljava/lang/Object;)Z HSPLandroid/util/Pair;->hashCode()I -HSPLandroid/util/Pair;->toString()Ljava/lang/String; HSPLandroid/util/PathParser$PathData;-><init>(Landroid/util/PathParser$PathData;)V HSPLandroid/util/PathParser$PathData;-><init>(Ljava/lang/String;)V HSPLandroid/util/PathParser$PathData;->finalize()V +HSPLandroid/util/PathParser;->access$000()J HSPLandroid/util/PathParser;->access$100(J)J HSPLandroid/util/PathParser;->access$200(Ljava/lang/String;I)J HSPLandroid/util/PathParser;->access$400(J)V HSPLandroid/util/PathParser;->createPathFromPathData(Ljava/lang/String;)Landroid/graphics/Path; -HSPLandroid/util/Patterns;-><clinit>()V HSPLandroid/util/Pools$SimplePool;-><init>(I)V HSPLandroid/util/Pools$SimplePool;->acquire()Ljava/lang/Object; HSPLandroid/util/Pools$SimplePool;->isInPool(Ljava/lang/Object;)Z @@ -11489,6 +11764,7 @@ HSPLandroid/util/Pools$SynchronizedPool;-><init>(I)V HSPLandroid/util/Pools$SynchronizedPool;-><init>(ILjava/lang/Object;)V HSPLandroid/util/Pools$SynchronizedPool;->acquire()Ljava/lang/Object; HSPLandroid/util/Pools$SynchronizedPool;->release(Ljava/lang/Object;)Z +HSPLandroid/util/PrintWriterPrinter;-><init>(Ljava/io/PrintWriter;)V HSPLandroid/util/Property;-><init>(Ljava/lang/Class;Ljava/lang/String;)V HSPLandroid/util/Property;->getName()Ljava/lang/String; HSPLandroid/util/Property;->getType()Ljava/lang/Class; @@ -11571,12 +11847,11 @@ HSPLandroid/util/SparseLongArray;->valueAt(I)J HSPLandroid/util/StateSet;->get(I)[I HSPLandroid/util/StateSet;->stateSetMatches([I[I)Z HSPLandroid/util/StateSet;->trimStateSet([II)[I +HSPLandroid/util/StatsLog;->write(Landroid/util/StatsEvent;)V HSPLandroid/util/StatsLog;->writeRaw([BI)V HSPLandroid/util/TimeUtils;->formatDuration(JLjava/lang/StringBuilder;)V HSPLandroid/util/TimeUtils;->formatDurationLocked(JI)I HSPLandroid/util/TimeUtils;->printFieldLocked([CICIZI)I -HSPLandroid/util/TimingsTraceLog;-><init>(Ljava/lang/String;J)V -HSPLandroid/util/TimingsTraceLog;-><init>(Ljava/lang/String;JI)V HSPLandroid/util/TimingsTraceLog;->assertSameThread()V HSPLandroid/util/TimingsTraceLog;->logDuration(Ljava/lang/String;J)V HSPLandroid/util/TimingsTraceLog;->traceBegin(Ljava/lang/String;)V @@ -11650,20 +11925,17 @@ HSPLandroid/util/proto/ProtoStream;->makeToken(IZIII)J HSPLandroid/view/-$$Lambda$1kvF4JuyM42-wmyDVPAIYdPz1jE;-><init>(Landroid/view/RenderNodeAnimator;)V HSPLandroid/view/-$$Lambda$1kvF4JuyM42-wmyDVPAIYdPz1jE;->run()V HSPLandroid/view/-$$Lambda$FocusFinder$FocusSorter$h0f2ZYL6peSaaEeCCkAoYs_YZvU;-><init>(Landroid/view/FocusFinder$FocusSorter;)V +HSPLandroid/view/-$$Lambda$FocusFinder$FocusSorter$h0f2ZYL6peSaaEeCCkAoYs_YZvU;->compare(Ljava/lang/Object;Ljava/lang/Object;)I HSPLandroid/view/-$$Lambda$FocusFinder$FocusSorter$kW7K1t9q7Y62V38r-7g6xRzqqq8;-><init>(Landroid/view/FocusFinder$FocusSorter;)V +HSPLandroid/view/-$$Lambda$FocusFinder$FocusSorter$kW7K1t9q7Y62V38r-7g6xRzqqq8;->compare(Ljava/lang/Object;Ljava/lang/Object;)I HSPLandroid/view/-$$Lambda$InsetsController$6uoSHBPvxV1C0JOZKhH1AyuNXmo;-><init>(Landroid/view/InsetsController;)V -HSPLandroid/view/-$$Lambda$InsetsController$HI9QZ2HvGm6iykc-WONz2KPG61Q;-><init>(Landroid/view/InsetsController;)V HSPLandroid/view/-$$Lambda$InsetsController$RZT3QkL9zMFTeHtZbfcaHIzvlsc;-><clinit>()V HSPLandroid/view/-$$Lambda$InsetsController$RZT3QkL9zMFTeHtZbfcaHIzvlsc;-><init>()V HSPLandroid/view/-$$Lambda$InsetsController$zpmOxHfTFV_3me2u3C8YaXSUauQ;-><init>(Landroid/view/InsetsController;)V HSPLandroid/view/-$$Lambda$QI1s392qW8l6mC24bcy9050SkuY;-><init>(Landroid/view/View;)V HSPLandroid/view/-$$Lambda$View$llq76MkPXP4bNcb9oJt_msw0fnQ;-><init>(Landroid/view/View;)V -HSPLandroid/view/-$$Lambda$ViewRootImpl$7A_3tkr_Kw4TZAeIUGVlOoTcZhg;-><init>(Landroid/view/ViewRootImpl;Ljava/util/ArrayList;)V -HSPLandroid/view/-$$Lambda$ViewRootImpl$7A_3tkr_Kw4TZAeIUGVlOoTcZhg;->run()V HSPLandroid/view/-$$Lambda$ViewRootImpl$DJd0VUYJgsebcnSohO6h8zc_ONI;-><init>(Landroid/view/ViewRootImpl;ZLjava/util/ArrayList;)V HSPLandroid/view/-$$Lambda$ViewRootImpl$DJd0VUYJgsebcnSohO6h8zc_ONI;->run()V -HSPLandroid/view/-$$Lambda$ViewRootImpl$YBiqAhbCbXVPSKdbE3K4rH2gpxI;-><init>(Landroid/view/ViewRootImpl;Landroid/os/Handler;Ljava/util/ArrayList;)V -HSPLandroid/view/-$$Lambda$ViewRootImpl$YBiqAhbCbXVPSKdbE3K4rH2gpxI;->onFrameComplete(J)V HSPLandroid/view/-$$Lambda$ViewRootImpl$vBfxngTfPtkwcFoa96FB0CWn5ZI;-><init>(Landroid/view/ViewRootImpl;Landroid/os/Handler;ZLjava/util/ArrayList;)V HSPLandroid/view/-$$Lambda$ViewRootImpl$vBfxngTfPtkwcFoa96FB0CWn5ZI;->onFrameComplete(J)V HSPLandroid/view/-$$Lambda$WlJa6OPA72p3gYtA3nVKC7Z1tGY;-><init>(Landroid/view/View;)V @@ -11673,8 +11945,6 @@ HSPLandroid/view/AbsSavedState;-><init>(Landroid/os/Parcelable;)V HSPLandroid/view/AbsSavedState;->writeToParcel(Landroid/os/Parcel;I)V HSPLandroid/view/Choreographer$1;->initialValue()Landroid/view/Choreographer; HSPLandroid/view/Choreographer$1;->initialValue()Ljava/lang/Object; -HSPLandroid/view/Choreographer$2;->initialValue()Landroid/view/Choreographer; -HSPLandroid/view/Choreographer$2;->initialValue()Ljava/lang/Object; HSPLandroid/view/Choreographer$CallbackQueue;-><init>(Landroid/view/Choreographer;)V HSPLandroid/view/Choreographer$CallbackQueue;-><init>(Landroid/view/Choreographer;Landroid/view/Choreographer$1;)V HSPLandroid/view/Choreographer$CallbackQueue;->addCallbackLocked(JLjava/lang/Object;Ljava/lang/Object;)V @@ -11723,6 +11993,7 @@ HSPLandroid/view/ContextThemeWrapper;-><init>()V HSPLandroid/view/ContextThemeWrapper;-><init>(Landroid/content/Context;I)V HSPLandroid/view/ContextThemeWrapper;-><init>(Landroid/content/Context;Landroid/content/res/Resources$Theme;)V HSPLandroid/view/ContextThemeWrapper;->attachBaseContext(Landroid/content/Context;)V +HSPLandroid/view/ContextThemeWrapper;->getAssets()Landroid/content/res/AssetManager; HSPLandroid/view/ContextThemeWrapper;->getResources()Landroid/content/res/Resources; HSPLandroid/view/ContextThemeWrapper;->getResourcesInternal()Landroid/content/res/Resources; HSPLandroid/view/ContextThemeWrapper;->getSystemService(Ljava/lang/String;)Ljava/lang/Object; @@ -11761,7 +12032,6 @@ HSPLandroid/view/Display;->getRefreshRate()F HSPLandroid/view/Display;->getRotation()I HSPLandroid/view/Display;->getSize(Landroid/graphics/Point;)V HSPLandroid/view/Display;->getState()I -HSPLandroid/view/Display;->getSupportedColorModes()[I HSPLandroid/view/Display;->getSupportedModes()[Landroid/view/Display$Mode; HSPLandroid/view/Display;->getSupportedWideColorGamut()[Landroid/graphics/ColorSpace; HSPLandroid/view/Display;->getWidth()I @@ -11818,21 +12088,26 @@ HSPLandroid/view/DisplayListCanvas;-><init>(J)V HSPLandroid/view/FocusFinder$1;->initialValue()Landroid/view/FocusFinder; HSPLandroid/view/FocusFinder$1;->initialValue()Ljava/lang/Object; HSPLandroid/view/FocusFinder$FocusSorter;-><init>()V +HSPLandroid/view/FocusFinder$FocusSorter;->lambda$new$0$FocusFinder$FocusSorter(Landroid/view/View;Landroid/view/View;)I +HSPLandroid/view/FocusFinder$FocusSorter;->lambda$new$1$FocusFinder$FocusSorter(Landroid/view/View;Landroid/view/View;)I HSPLandroid/view/FocusFinder$FocusSorter;->sort([Landroid/view/View;IILandroid/view/ViewGroup;Z)V HSPLandroid/view/FocusFinder$UserSpecifiedFocusComparator;-><init>(Landroid/view/FocusFinder$UserSpecifiedFocusComparator$NextFocusGetter;)V HSPLandroid/view/FocusFinder;-><init>()V HSPLandroid/view/FocusFinder;-><init>(Landroid/view/FocusFinder$1;)V HSPLandroid/view/FocusFinder;->findNextFocus(Landroid/view/ViewGroup;Landroid/view/View;I)Landroid/view/View; HSPLandroid/view/FocusFinder;->findNextFocus(Landroid/view/ViewGroup;Landroid/view/View;Landroid/graphics/Rect;I)Landroid/view/View; +HSPLandroid/view/FocusFinder;->findNextFocus(Landroid/view/ViewGroup;Landroid/view/View;Landroid/graphics/Rect;ILjava/util/ArrayList;)Landroid/view/View; +HSPLandroid/view/FocusFinder;->findNextFocusInAbsoluteDirection(Ljava/util/ArrayList;Landroid/view/ViewGroup;Landroid/view/View;Landroid/graphics/Rect;I)Landroid/view/View; +HSPLandroid/view/FocusFinder;->findNextUserSpecifiedFocus(Landroid/view/ViewGroup;Landroid/view/View;I)Landroid/view/View; HSPLandroid/view/FocusFinder;->getEffectiveRoot(Landroid/view/ViewGroup;Landroid/view/View;)Landroid/view/ViewGroup; HSPLandroid/view/FocusFinder;->getInstance()Landroid/view/FocusFinder; HSPLandroid/view/FocusFinder;->sort([Landroid/view/View;IILandroid/view/ViewGroup;Z)V HSPLandroid/view/GestureDetector$GestureHandler;-><init>(Landroid/view/GestureDetector;)V -HSPLandroid/view/GestureDetector$GestureHandler;-><init>(Landroid/view/GestureDetector;Landroid/os/Handler;)V HSPLandroid/view/GestureDetector$GestureHandler;->handleMessage(Landroid/os/Message;)V HSPLandroid/view/GestureDetector$SimpleOnGestureListener;-><init>()V HSPLandroid/view/GestureDetector$SimpleOnGestureListener;->onDown(Landroid/view/MotionEvent;)Z HSPLandroid/view/GestureDetector$SimpleOnGestureListener;->onFling(Landroid/view/MotionEvent;Landroid/view/MotionEvent;FF)Z +HSPLandroid/view/GestureDetector$SimpleOnGestureListener;->onLongPress(Landroid/view/MotionEvent;)V HSPLandroid/view/GestureDetector$SimpleOnGestureListener;->onScroll(Landroid/view/MotionEvent;Landroid/view/MotionEvent;FF)Z HSPLandroid/view/GestureDetector$SimpleOnGestureListener;->onShowPress(Landroid/view/MotionEvent;)V HSPLandroid/view/GestureDetector$SimpleOnGestureListener;->onSingleTapConfirmed(Landroid/view/MotionEvent;)Z @@ -11845,6 +12120,7 @@ HSPLandroid/view/GestureDetector;->access$200(Landroid/view/GestureDetector;I)V HSPLandroid/view/GestureDetector;->access$300(Landroid/view/GestureDetector;)V HSPLandroid/view/GestureDetector;->access$400(Landroid/view/GestureDetector;)Landroid/view/GestureDetector$OnDoubleTapListener; HSPLandroid/view/GestureDetector;->access$500(Landroid/view/GestureDetector;)Z +HSPLandroid/view/GestureDetector;->access$602(Landroid/view/GestureDetector;Z)Z HSPLandroid/view/GestureDetector;->cancel()V HSPLandroid/view/GestureDetector;->dispatchLongPress()V HSPLandroid/view/GestureDetector;->init(Landroid/content/Context;)V @@ -11852,6 +12128,7 @@ HSPLandroid/view/GestureDetector;->isConsideredDoubleTap(Landroid/view/MotionEve HSPLandroid/view/GestureDetector;->onTouchEvent(Landroid/view/MotionEvent;)Z HSPLandroid/view/GestureDetector;->recordGestureClassification(I)V HSPLandroid/view/GestureDetector;->setContextClickListener(Landroid/view/GestureDetector$OnContextClickListener;)V +HSPLandroid/view/GestureDetector;->setIsLongpressEnabled(Z)V HSPLandroid/view/GestureDetector;->setOnDoubleTapListener(Landroid/view/GestureDetector$OnDoubleTapListener;)V HSPLandroid/view/GestureExclusionTracker$GestureExclusionViewInfo;-><init>(Landroid/view/View;)V HSPLandroid/view/GestureExclusionTracker$GestureExclusionViewInfo;->getView()Landroid/view/View; @@ -11875,20 +12152,24 @@ HSPLandroid/view/IGraphicsStats$Stub$Proxy;-><init>(Landroid/os/IBinder;)V HSPLandroid/view/IGraphicsStats$Stub$Proxy;->requestBufferForProcess(Ljava/lang/String;Landroid/view/IGraphicsStatsCallback;)Landroid/os/ParcelFileDescriptor; HSPLandroid/view/IGraphicsStats$Stub;->asInterface(Landroid/os/IBinder;)Landroid/view/IGraphicsStats; HSPLandroid/view/IGraphicsStatsCallback$Stub;->asBinder()Landroid/os/IBinder; +HSPLandroid/view/IGraphicsStatsCallback$Stub;->onTransact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z HSPLandroid/view/IWindow$Stub;-><init>()V HSPLandroid/view/IWindow$Stub;->asBinder()Landroid/os/IBinder; HSPLandroid/view/IWindow$Stub;->onTransact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z HSPLandroid/view/IWindowManager$Stub$Proxy;-><init>(Landroid/os/IBinder;)V HSPLandroid/view/IWindowManager$Stub$Proxy;->getCurrentAnimatorScale()F +HSPLandroid/view/IWindowManager$Stub$Proxy;->getWindowInsets(Landroid/view/WindowManager$LayoutParams;ILandroid/graphics/Rect;Landroid/graphics/Rect;Landroid/view/DisplayCutout$ParcelableWrapper;)V HSPLandroid/view/IWindowManager$Stub$Proxy;->hasNavigationBar(I)Z HSPLandroid/view/IWindowManager$Stub$Proxy;->isKeyguardLocked()Z HSPLandroid/view/IWindowManager$Stub$Proxy;->openSession(Landroid/view/IWindowSessionCallback;)Landroid/view/IWindowSession; +HSPLandroid/view/IWindowManager$Stub$Proxy;->useBLAST()Z HSPLandroid/view/IWindowManager$Stub;->asInterface(Landroid/os/IBinder;)Landroid/view/IWindowManager; HSPLandroid/view/IWindowSession$Stub$Proxy;-><init>(Landroid/os/IBinder;)V HSPLandroid/view/IWindowSession$Stub$Proxy;->addToDisplay(Landroid/view/IWindow;ILandroid/view/WindowManager$LayoutParams;IILandroid/graphics/Rect;Landroid/graphics/Rect;Landroid/graphics/Rect;Landroid/view/DisplayCutout$ParcelableWrapper;Landroid/view/InputChannel;Landroid/view/InsetsState;)I HSPLandroid/view/IWindowSession$Stub$Proxy;->finishDrawing(Landroid/view/IWindow;Landroid/view/SurfaceControl$Transaction;)V +HSPLandroid/view/IWindowSession$Stub$Proxy;->getDisplayFrame(Landroid/view/IWindow;Landroid/graphics/Rect;)V HSPLandroid/view/IWindowSession$Stub$Proxy;->getInTouchMode()Z -HSPLandroid/view/IWindowSession$Stub$Proxy;->insetsModified(Landroid/view/IWindow;Landroid/view/InsetsState;)V +HSPLandroid/view/IWindowSession$Stub$Proxy;->onRectangleOnScreenRequested(Landroid/os/IBinder;Landroid/graphics/Rect;)V HSPLandroid/view/IWindowSession$Stub$Proxy;->pokeDrawLock(Landroid/os/IBinder;)V HSPLandroid/view/IWindowSession$Stub$Proxy;->relayout(Landroid/view/IWindow;ILandroid/view/WindowManager$LayoutParams;IIIIJLandroid/graphics/Rect;Landroid/graphics/Rect;Landroid/graphics/Rect;Landroid/graphics/Rect;Landroid/graphics/Rect;Landroid/view/DisplayCutout$ParcelableWrapper;Landroid/util/MergedConfiguration;Landroid/view/SurfaceControl;Landroid/view/InsetsState;Landroid/graphics/Point;Landroid/view/SurfaceControl;)I HSPLandroid/view/IWindowSession$Stub$Proxy;->remove(Landroid/view/IWindow;)V @@ -11900,6 +12181,7 @@ HSPLandroid/view/ImeFocusController;-><init>(Landroid/view/ViewRootImpl;)V HSPLandroid/view/ImeFocusController;->checkFocus(ZZ)Z HSPLandroid/view/ImeFocusController;->getImmDelegate()Landroid/view/ImeFocusController$InputMethodManagerDelegate; HSPLandroid/view/ImeFocusController;->getServedView()Landroid/view/View; +HSPLandroid/view/ImeFocusController;->hasImeFocus()Z HSPLandroid/view/ImeFocusController;->isInLocalFocusMode(Landroid/view/WindowManager$LayoutParams;)Z HSPLandroid/view/ImeFocusController;->onPostWindowFocus(Landroid/view/View;ZLandroid/view/WindowManager$LayoutParams;)V HSPLandroid/view/ImeFocusController;->onPreWindowFocus(ZLandroid/view/WindowManager$LayoutParams;)V @@ -11948,19 +12230,18 @@ HSPLandroid/view/InputEventReceiver;->finalize()V HSPLandroid/view/InputEventReceiver;->finishInputEvent(Landroid/view/InputEvent;Z)V HSPLandroid/view/InputEventSender;-><init>(Landroid/view/InputChannel;Landroid/os/Looper;)V HSPLandroid/view/InputEventSender;->dispatchInputEventFinished(IZ)V +HSPLandroid/view/InputEventSender;->dispose()V HSPLandroid/view/InputEventSender;->dispose(Z)V HSPLandroid/view/InputEventSender;->finalize()V HSPLandroid/view/InputEventSender;->sendInputEvent(ILandroid/view/InputEvent;)Z HSPLandroid/view/InsetsController;-><init>(Landroid/view/ViewRootImpl;)V HSPLandroid/view/InsetsController;-><init>(Landroid/view/ViewRootImpl;Ljava/util/function/BiFunction;Landroid/os/Handler;)V HSPLandroid/view/InsetsController;->applyLocalVisibilityOverride()V -HSPLandroid/view/InsetsController;->calculateInsets(ZZLandroid/view/DisplayCutout;Landroid/graphics/Rect;Landroid/graphics/Rect;I)Landroid/view/WindowInsets; HSPLandroid/view/InsetsController;->calculateInsets(ZZLandroid/view/DisplayCutout;Landroid/graphics/Rect;Landroid/graphics/Rect;II)Landroid/view/WindowInsets; HSPLandroid/view/InsetsController;->calculateVisibleInsets(Landroid/graphics/Rect;I)Landroid/graphics/Rect; HSPLandroid/view/InsetsController;->getState()Landroid/view/InsetsState; HSPLandroid/view/InsetsController;->onFrameChanged(Landroid/graphics/Rect;)V HSPLandroid/view/InsetsController;->onStateChanged(Landroid/view/InsetsState;)Z -HSPLandroid/view/InsetsController;->sendStateToWindowManager()V HSPLandroid/view/InsetsFlags;-><init>()V HSPLandroid/view/InsetsSource$1;->createFromParcel(Landroid/os/Parcel;)Landroid/view/InsetsSource; HSPLandroid/view/InsetsSource$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object; @@ -11976,7 +12257,6 @@ HSPLandroid/view/InsetsState$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang HSPLandroid/view/InsetsState;-><init>()V HSPLandroid/view/InsetsState;-><init>(Landroid/os/Parcel;)V HSPLandroid/view/InsetsState;->calculateInsets(Landroid/graphics/Rect;ZZLandroid/view/DisplayCutout;Landroid/graphics/Rect;Landroid/graphics/Rect;IILandroid/util/SparseIntArray;)Landroid/view/WindowInsets; -HSPLandroid/view/InsetsState;->calculateInsets(Landroid/graphics/Rect;ZZLandroid/view/DisplayCutout;Landroid/graphics/Rect;Landroid/graphics/Rect;ILandroid/util/SparseIntArray;)Landroid/view/WindowInsets; HSPLandroid/view/InsetsState;->calculateVisibleInsets(Landroid/graphics/Rect;Landroid/graphics/Rect;I)Landroid/graphics/Rect; HSPLandroid/view/InsetsState;->equals(Ljava/lang/Object;)Z HSPLandroid/view/InsetsState;->getSource(I)Landroid/view/InsetsSource; @@ -12009,6 +12289,7 @@ HSPLandroid/view/KeyEvent;->getKeyCharacterMap()Landroid/view/KeyCharacterMap; HSPLandroid/view/KeyEvent;->getKeyCode()I HSPLandroid/view/KeyEvent;->getMetaState()I HSPLandroid/view/KeyEvent;->getRepeatCount()I +HSPLandroid/view/KeyEvent;->getSource()I HSPLandroid/view/KeyEvent;->getUnicodeChar()I HSPLandroid/view/KeyEvent;->getUnicodeChar(I)I HSPLandroid/view/KeyEvent;->isCanceled()Z @@ -12020,6 +12301,7 @@ HSPLandroid/view/KeyEvent;->obtain()Landroid/view/KeyEvent; HSPLandroid/view/KeyEvent;->obtain(JJIIIIIIIII[BLjava/lang/String;)Landroid/view/KeyEvent; HSPLandroid/view/KeyEvent;->recycleIfNeededAfterDispatch()V HSPLandroid/view/KeyEvent;->startTracking()V +HSPLandroid/view/KeyEvent;->writeToParcel(Landroid/os/Parcel;I)V HSPLandroid/view/LayoutInflater$FactoryMerger;-><init>(Landroid/view/LayoutInflater$Factory;Landroid/view/LayoutInflater$Factory2;Landroid/view/LayoutInflater$Factory;Landroid/view/LayoutInflater$Factory2;)V HSPLandroid/view/LayoutInflater$FactoryMerger;->onCreateView(Landroid/view/View;Ljava/lang/String;Landroid/content/Context;Landroid/util/AttributeSet;)Landroid/view/View; HSPLandroid/view/LayoutInflater;-><init>(Landroid/content/Context;)V @@ -12075,6 +12357,7 @@ HSPLandroid/view/MotionEvent;->getHistoricalEventTimeNano(I)J HSPLandroid/view/MotionEvent;->getHistoricalX(II)F HSPLandroid/view/MotionEvent;->getHistoricalY(II)F HSPLandroid/view/MotionEvent;->getHistorySize()I +HSPLandroid/view/MotionEvent;->getMetaState()I HSPLandroid/view/MotionEvent;->getPointerCount()I HSPLandroid/view/MotionEvent;->getPointerId(I)I HSPLandroid/view/MotionEvent;->getPointerIdBits()I @@ -12097,9 +12380,12 @@ HSPLandroid/view/MotionEvent;->offsetLocation(FF)V HSPLandroid/view/MotionEvent;->recycle()V HSPLandroid/view/MotionEvent;->setAction(I)V HSPLandroid/view/MotionEvent;->setCursorPosition(FF)V +HSPLandroid/view/MotionEvent;->transform(Landroid/graphics/Matrix;)V HSPLandroid/view/MotionEvent;->updateCursorPosition()V HSPLandroid/view/PointerIcon$2;-><init>()V +HSPLandroid/view/PointerIcon$2;->onDisplayChanged(I)V HSPLandroid/view/PointerIcon;-><init>(I)V +HSPLandroid/view/PointerIcon;->access$200()Landroid/util/SparseArray; HSPLandroid/view/PointerIcon;->getSystemIcon(Landroid/content/Context;I)Landroid/view/PointerIcon; HSPLandroid/view/PointerIcon;->getSystemIconTypeIndex(I)I HSPLandroid/view/PointerIcon;->registerDisplayListener(Landroid/content/Context;)V @@ -12128,6 +12414,9 @@ HSPLandroid/view/RenderNodeAnimator;->setTarget(Landroid/graphics/RenderNode;)V HSPLandroid/view/RenderNodeAnimator;->start()V HSPLandroid/view/RenderNodeAnimatorSetHelper;->createNativeInterpolator(Landroid/animation/TimeInterpolator;J)J HSPLandroid/view/RenderNodeAnimatorSetHelper;->getTarget(Landroid/graphics/RecordingCanvas;)Landroid/graphics/RenderNode; +HSPLandroid/view/ScaleGestureDetector;-><init>(Landroid/content/Context;Landroid/view/ScaleGestureDetector$OnScaleGestureListener;Landroid/os/Handler;)V +HSPLandroid/view/ScaleGestureDetector;->setQuickScaleEnabled(Z)V +HSPLandroid/view/ScaleGestureDetector;->setStylusScaleEnabled(Z)V HSPLandroid/view/Surface$CompatibleCanvas;-><init>(Landroid/view/Surface;)V HSPLandroid/view/Surface$CompatibleCanvas;-><init>(Landroid/view/Surface;Landroid/view/Surface$1;)V HSPLandroid/view/Surface;-><init>()V @@ -12158,6 +12447,7 @@ HSPLandroid/view/SurfaceControl$Transaction;->apply()V HSPLandroid/view/SurfaceControl$Transaction;->apply(Z)V HSPLandroid/view/SurfaceControl$Transaction;->applyResizedSurfaces()V HSPLandroid/view/SurfaceControl$Transaction;->checkPreconditions(Landroid/view/SurfaceControl;)V +HSPLandroid/view/SurfaceControl$Transaction;->deferTransactionUntil(Landroid/view/SurfaceControl;Landroid/view/SurfaceControl;J)Landroid/view/SurfaceControl$Transaction; HSPLandroid/view/SurfaceControl$Transaction;->hide(Landroid/view/SurfaceControl;)Landroid/view/SurfaceControl$Transaction; HSPLandroid/view/SurfaceControl$Transaction;->remove(Landroid/view/SurfaceControl;)Landroid/view/SurfaceControl$Transaction; HSPLandroid/view/SurfaceControl$Transaction;->reparent(Landroid/view/SurfaceControl;Landroid/view/SurfaceControl;)Landroid/view/SurfaceControl$Transaction; @@ -12177,6 +12467,7 @@ HSPLandroid/view/SurfaceControl;->access$1000(JJII)V HSPLandroid/view/SurfaceControl;->access$1100(JJFF)V HSPLandroid/view/SurfaceControl;->access$2000(JJFFFF)V HSPLandroid/view/SurfaceControl;->access$2300(JJIIII)V +HSPLandroid/view/SurfaceControl;->access$2400(JJF)V HSPLandroid/view/SurfaceControl;->access$300(Landroid/view/SurfaceControl;)V HSPLandroid/view/SurfaceControl;->access$400()J HSPLandroid/view/SurfaceControl;->access$4400(JLandroid/os/Parcel;)V @@ -12189,6 +12480,8 @@ HSPLandroid/view/SurfaceControl;->readFromParcel(Landroid/os/Parcel;)V HSPLandroid/view/SurfaceControl;->release()V HSPLandroid/view/SurfaceSession;-><init>()V HSPLandroid/view/SurfaceSession;->finalize()V +HSPLandroid/view/SurfaceView;-><init>(Landroid/content/Context;Landroid/util/AttributeSet;II)V +HSPLandroid/view/SurfaceView;->invalidate(Z)V HSPLandroid/view/ThreadedRenderer;-><init>(Landroid/content/Context;ZLjava/lang/String;)V HSPLandroid/view/ThreadedRenderer;->create(Landroid/content/Context;ZLjava/lang/String;)Landroid/view/ThreadedRenderer; HSPLandroid/view/ThreadedRenderer;->destroy()V @@ -12226,13 +12519,23 @@ HSPLandroid/view/View$1;->positionChanged(JIIII)V HSPLandroid/view/View$1;->positionLost(J)V HSPLandroid/view/View$3;->setValue(Landroid/view/View;F)V HSPLandroid/view/View$3;->setValue(Ljava/lang/Object;F)V +HSPLandroid/view/View$4;->setValue(Landroid/view/View;F)V +HSPLandroid/view/View$4;->setValue(Ljava/lang/Object;F)V HSPLandroid/view/View$5;->setValue(Landroid/view/View;F)V HSPLandroid/view/View$5;->setValue(Ljava/lang/Object;F)V +HSPLandroid/view/View$6;->setValue(Landroid/view/View;F)V +HSPLandroid/view/View$6;->setValue(Ljava/lang/Object;F)V HSPLandroid/view/View$AccessibilityDelegate;-><init>()V HSPLandroid/view/View$AccessibilityDelegate;->sendAccessibilityEvent(Landroid/view/View;I)V HSPLandroid/view/View$AttachInfo;-><init>(Landroid/view/IWindowSession;Landroid/view/IWindow;Landroid/view/Display;Landroid/view/ViewRootImpl;Landroid/os/Handler;Landroid/view/View$AttachInfo$Callbacks;Landroid/content/Context;)V HSPLandroid/view/View$BaseSavedState;-><init>(Landroid/os/Parcelable;)V HSPLandroid/view/View$BaseSavedState;->writeToParcel(Landroid/os/Parcel;I)V +HSPLandroid/view/View$CheckForLongPress;-><init>(Landroid/view/View;)V +HSPLandroid/view/View$CheckForLongPress;-><init>(Landroid/view/View;Landroid/view/View$1;)V +HSPLandroid/view/View$CheckForLongPress;->rememberPressedState()V +HSPLandroid/view/View$CheckForLongPress;->rememberWindowAttachCount()V +HSPLandroid/view/View$CheckForLongPress;->setAnchor(FF)V +HSPLandroid/view/View$CheckForLongPress;->setClassification(I)V HSPLandroid/view/View$CheckForTap;-><init>(Landroid/view/View;)V HSPLandroid/view/View$CheckForTap;-><init>(Landroid/view/View;Landroid/view/View$1;)V HSPLandroid/view/View$CheckForTap;->run()V @@ -12240,16 +12543,21 @@ HSPLandroid/view/View$ForegroundInfo;-><init>()V HSPLandroid/view/View$ForegroundInfo;-><init>(Landroid/view/View$1;)V HSPLandroid/view/View$ForegroundInfo;->access$100(Landroid/view/View$ForegroundInfo;)Z HSPLandroid/view/View$ForegroundInfo;->access$102(Landroid/view/View$ForegroundInfo;Z)Z +HSPLandroid/view/View$ForegroundInfo;->access$1600(Landroid/view/View$ForegroundInfo;)Landroid/graphics/drawable/Drawable; +HSPLandroid/view/View$ForegroundInfo;->access$1602(Landroid/view/View$ForegroundInfo;Landroid/graphics/drawable/Drawable;)Landroid/graphics/drawable/Drawable; HSPLandroid/view/View$ForegroundInfo;->access$1700(Landroid/view/View$ForegroundInfo;)Landroid/graphics/drawable/Drawable; -HSPLandroid/view/View$ForegroundInfo;->access$1702(Landroid/view/View$ForegroundInfo;Landroid/graphics/drawable/Drawable;)Landroid/graphics/drawable/Drawable; +HSPLandroid/view/View$ForegroundInfo;->access$2202(Landroid/view/View$ForegroundInfo;Z)Z HSPLandroid/view/View$ForegroundInfo;->access$2302(Landroid/view/View$ForegroundInfo;Z)Z HSPLandroid/view/View$ForegroundInfo;->access$2600(Landroid/view/View$ForegroundInfo;)I HSPLandroid/view/View$ForegroundInfo;->access$2602(Landroid/view/View$ForegroundInfo;I)I HSPLandroid/view/View$ForegroundInfo;->access$2700(Landroid/view/View$ForegroundInfo;)I +HSPLandroid/view/View$ForegroundInfo;->access$2700(Landroid/view/View$ForegroundInfo;)Landroid/view/View$TintInfo; HSPLandroid/view/View$ForegroundInfo;->access$2702(Landroid/view/View$ForegroundInfo;I)I -HSPLandroid/view/View$ForegroundInfo;->access$2800(Landroid/view/View$ForegroundInfo;)Landroid/view/View$TintInfo; +HSPLandroid/view/View$ForegroundInfo;->access$2900(Landroid/view/View$ForegroundInfo;)Landroid/graphics/Rect; HSPLandroid/view/View$ListenerInfo;-><init>()V +HSPLandroid/view/View$ListenerInfo;->access$1400(Landroid/view/View$ListenerInfo;)Ljava/util/List; HSPLandroid/view/View$ListenerInfo;->access$1500(Landroid/view/View$ListenerInfo;)Ljava/util/List; +HSPLandroid/view/View$ListenerInfo;->access$1800(Landroid/view/View$ListenerInfo;)Landroid/view/View$OnSystemUiVisibilityChangeListener; HSPLandroid/view/View$ListenerInfo;->access$1900(Landroid/view/View$ListenerInfo;)Landroid/view/View$OnSystemUiVisibilityChangeListener; HSPLandroid/view/View$ListenerInfo;->access$200(Landroid/view/View$ListenerInfo;)Ljava/util/ArrayList; HSPLandroid/view/View$ListenerInfo;->access$202(Landroid/view/View$ListenerInfo;Ljava/util/ArrayList;)Ljava/util/ArrayList; @@ -12273,14 +12581,16 @@ HSPLandroid/view/View$PerformClick;-><init>(Landroid/view/View;Landroid/view/Vie HSPLandroid/view/View$PerformClick;->run()V HSPLandroid/view/View$ScrollabilityCache;-><init>(Landroid/view/ViewConfiguration;Landroid/view/View;)V HSPLandroid/view/View$ScrollabilityCache;->run()V +HSPLandroid/view/View$TintInfo;-><init>()V HSPLandroid/view/View$TooltipInfo;-><init>()V HSPLandroid/view/View$TooltipInfo;-><init>(Landroid/view/View$1;)V +HSPLandroid/view/View$TooltipInfo;->access$4000(Landroid/view/View$TooltipInfo;)V HSPLandroid/view/View$TooltipInfo;->clearAnchorPos()V HSPLandroid/view/View$TransformationInfo;-><init>()V -HSPLandroid/view/View$TransformationInfo;->access$2400(Landroid/view/View$TransformationInfo;)F +HSPLandroid/view/View$TransformationInfo;->access$2300(Landroid/view/View$TransformationInfo;)Landroid/graphics/Matrix; HSPLandroid/view/View$TransformationInfo;->access$2400(Landroid/view/View$TransformationInfo;)Landroid/graphics/Matrix; -HSPLandroid/view/View$TransformationInfo;->access$2500(Landroid/view/View$TransformationInfo;)Landroid/graphics/Matrix; -HSPLandroid/view/View$TransformationInfo;->access$2502(Landroid/view/View$TransformationInfo;Landroid/graphics/Matrix;)Landroid/graphics/Matrix; +HSPLandroid/view/View$TransformationInfo;->access$2500(Landroid/view/View$TransformationInfo;)F +HSPLandroid/view/View$TransformationInfo;->access$2502(Landroid/view/View$TransformationInfo;F)F HSPLandroid/view/View$TransformationInfo;->access$2600(Landroid/view/View$TransformationInfo;)F HSPLandroid/view/View$TransformationInfo;->access$2602(Landroid/view/View$TransformationInfo;F)F HSPLandroid/view/View$UnsetPressedState;-><init>(Landroid/view/View;)V @@ -12293,13 +12603,16 @@ HSPLandroid/view/View;-><init>(Landroid/content/Context;Landroid/util/AttributeS HSPLandroid/view/View;-><init>(Landroid/content/Context;Landroid/util/AttributeSet;II)V HSPLandroid/view/View;->access$3100()Z HSPLandroid/view/View;->access$3200()Z +HSPLandroid/view/View;->access$3200(Landroid/view/View;I)V HSPLandroid/view/View;->access$3300(Landroid/view/View;I)V +HSPLandroid/view/View;->access$3600(Landroid/view/View;)Z HSPLandroid/view/View;->access$3700(Landroid/view/View;)Z HSPLandroid/view/View;->addFocusables(Ljava/util/ArrayList;I)V HSPLandroid/view/View;->addFocusables(Ljava/util/ArrayList;II)V HSPLandroid/view/View;->addOnAttachStateChangeListener(Landroid/view/View$OnAttachStateChangeListener;)V HSPLandroid/view/View;->addOnLayoutChangeListener(Landroid/view/View$OnLayoutChangeListener;)V HSPLandroid/view/View;->animate()Landroid/view/ViewPropertyAnimator; +HSPLandroid/view/View;->announceForAccessibility(Ljava/lang/CharSequence;)V HSPLandroid/view/View;->applyBackgroundTint()V HSPLandroid/view/View;->applyForegroundTint()V HSPLandroid/view/View;->applyInsets(Landroid/graphics/Rect;)V @@ -12315,6 +12628,7 @@ HSPLandroid/view/View;->canNotifyAutofillEnterExitEvent()Z HSPLandroid/view/View;->canReceivePointerEvents()Z HSPLandroid/view/View;->canResolveLayoutDirection()Z HSPLandroid/view/View;->canResolveTextDirection()Z +HSPLandroid/view/View;->canScrollHorizontally(I)Z HSPLandroid/view/View;->canScrollVertically(I)Z HSPLandroid/view/View;->canTakeFocus()Z HSPLandroid/view/View;->cancel(Landroid/view/View$SendAccessibilityEventThrottle;)V @@ -12334,6 +12648,7 @@ HSPLandroid/view/View;->combineMeasuredStates(II)I HSPLandroid/view/View;->combineVisibility(II)I HSPLandroid/view/View;->computeFitSystemWindows(Landroid/graphics/Rect;Landroid/graphics/Rect;)Z HSPLandroid/view/View;->computeHorizontalScrollExtent()I +HSPLandroid/view/View;->computeHorizontalScrollRange()I HSPLandroid/view/View;->computeOpaqueFlags()V HSPLandroid/view/View;->computeScroll()V HSPLandroid/view/View;->computeSystemWindowInsets(Landroid/view/WindowInsets;Landroid/graphics/Rect;)Landroid/view/WindowInsets; @@ -12350,11 +12665,15 @@ HSPLandroid/view/View;->dispatchConfigurationChanged(Landroid/content/res/Config HSPLandroid/view/View;->dispatchDetachedFromWindow()V HSPLandroid/view/View;->dispatchDraw(Landroid/graphics/Canvas;)V HSPLandroid/view/View;->dispatchDrawableHotspotChanged(FF)V +HSPLandroid/view/View;->dispatchFinishTemporaryDetach()V HSPLandroid/view/View;->dispatchPointerEvent(Landroid/view/MotionEvent;)Z +HSPLandroid/view/View;->dispatchRestoreInstanceState(Landroid/util/SparseArray;)V HSPLandroid/view/View;->dispatchSaveInstanceState(Landroid/util/SparseArray;)V HSPLandroid/view/View;->dispatchScreenStateChanged(I)V +HSPLandroid/view/View;->dispatchSetActivated(Z)V HSPLandroid/view/View;->dispatchSetPressed(Z)V HSPLandroid/view/View;->dispatchSetSelected(Z)V +HSPLandroid/view/View;->dispatchStartTemporaryDetach()V HSPLandroid/view/View;->dispatchTouchEvent(Landroid/view/MotionEvent;)Z HSPLandroid/view/View;->dispatchVisibilityAggregated(Z)Z HSPLandroid/view/View;->dispatchVisibilityChanged(Landroid/view/View;I)V @@ -12372,11 +12691,15 @@ HSPLandroid/view/View;->ensureTransformationInfo()V HSPLandroid/view/View;->findAccessibilityFocusHost(Z)Landroid/view/View; HSPLandroid/view/View;->findFocus()Landroid/view/View; HSPLandroid/view/View;->findKeyboardNavigationCluster()Landroid/view/View; +HSPLandroid/view/View;->findUserSetNextFocus(Landroid/view/View;I)Landroid/view/View; HSPLandroid/view/View;->findViewById(I)Landroid/view/View; HSPLandroid/view/View;->findViewTraversal(I)Landroid/view/View; HSPLandroid/view/View;->fitSystemWindows(Landroid/graphics/Rect;)Z HSPLandroid/view/View;->fitSystemWindowsInt(Landroid/graphics/Rect;)Z +HSPLandroid/view/View;->focusSearch(I)Landroid/view/View; HSPLandroid/view/View;->forceLayout()V +HSPLandroid/view/View;->generateViewId()I +HSPLandroid/view/View;->getAccessibilityClassName()Ljava/lang/CharSequence; HSPLandroid/view/View;->getAccessibilityDelegate()Landroid/view/View$AccessibilityDelegate; HSPLandroid/view/View;->getAccessibilityLiveRegion()I HSPLandroid/view/View;->getAccessibilityNodeProvider()Landroid/view/accessibility/AccessibilityNodeProvider; @@ -12390,6 +12713,7 @@ HSPLandroid/view/View;->getAutofillViewId()I HSPLandroid/view/View;->getBackground()Landroid/graphics/drawable/Drawable; HSPLandroid/view/View;->getBaseline()I HSPLandroid/view/View;->getBottom()I +HSPLandroid/view/View;->getBoundsOnScreen(Landroid/graphics/Rect;Z)V HSPLandroid/view/View;->getClipToOutline()Z HSPLandroid/view/View;->getContentDescription()Ljava/lang/CharSequence; HSPLandroid/view/View;->getContext()Landroid/content/Context; @@ -12407,6 +12731,7 @@ HSPLandroid/view/View;->getFocusable()I HSPLandroid/view/View;->getFocusableAttribute(Landroid/content/res/TypedArray;)I HSPLandroid/view/View;->getForeground()Landroid/graphics/drawable/Drawable; HSPLandroid/view/View;->getForegroundGravity()I +HSPLandroid/view/View;->getGlobalVisibleRect(Landroid/graphics/Rect;)Z HSPLandroid/view/View;->getGlobalVisibleRect(Landroid/graphics/Rect;Landroid/graphics/Point;)Z HSPLandroid/view/View;->getHandler()Landroid/os/Handler; HSPLandroid/view/View;->getHasOverlappingRendering()Z @@ -12457,6 +12782,7 @@ HSPLandroid/view/View;->getRotationY()F HSPLandroid/view/View;->getRunQueue()Landroid/view/HandlerActionQueue; HSPLandroid/view/View;->getScaleX()F HSPLandroid/view/View;->getScaleY()F +HSPLandroid/view/View;->getScrollBarStyle()I HSPLandroid/view/View;->getScrollX()I HSPLandroid/view/View;->getScrollY()I HSPLandroid/view/View;->getStraightVerticalScrollBarBounds(Landroid/graphics/Rect;Landroid/graphics/Rect;)V @@ -12470,6 +12796,7 @@ HSPLandroid/view/View;->getTextAlignment()I HSPLandroid/view/View;->getTextDirection()I HSPLandroid/view/View;->getTop()I HSPLandroid/view/View;->getTransitionAlpha()F +HSPLandroid/view/View;->getTransitionName()Ljava/lang/String; HSPLandroid/view/View;->getTranslationX()F HSPLandroid/view/View;->getTranslationY()F HSPLandroid/view/View;->getTranslationZ()F @@ -12483,6 +12810,7 @@ HSPLandroid/view/View;->getWindowInsetsController()Landroid/view/WindowInsetsCon HSPLandroid/view/View;->getWindowSystemUiVisibility()I HSPLandroid/view/View;->getWindowToken()Landroid/os/IBinder; HSPLandroid/view/View;->getWindowVisibility()I +HSPLandroid/view/View;->getWindowVisibleDisplayFrame(Landroid/graphics/Rect;)V HSPLandroid/view/View;->getX()F HSPLandroid/view/View;->getY()F HSPLandroid/view/View;->getZ()F @@ -12496,6 +12824,7 @@ HSPLandroid/view/View;->hasFocusable(ZZ)Z HSPLandroid/view/View;->hasIdentityMatrix()Z HSPLandroid/view/View;->hasImeFocus()Z HSPLandroid/view/View;->hasListenersForAccessibility()Z +HSPLandroid/view/View;->hasNestedScrollingParent()Z HSPLandroid/view/View;->hasOnClickListeners()Z HSPLandroid/view/View;->hasOverlappingRendering()Z HSPLandroid/view/View;->hasPendingLongPressCallback()Z @@ -12533,6 +12862,7 @@ HSPLandroid/view/View;->isAttachedToWindow()Z HSPLandroid/view/View;->isAutofillable()Z HSPLandroid/view/View;->isAutofilled()Z HSPLandroid/view/View;->isClickable()Z +HSPLandroid/view/View;->isContextClickable()Z HSPLandroid/view/View;->isDefaultFocusHighlightNeeded(Landroid/graphics/drawable/Drawable;Landroid/graphics/drawable/Drawable;)Z HSPLandroid/view/View;->isEnabled()Z HSPLandroid/view/View;->isFocusable()Z @@ -12540,6 +12870,7 @@ HSPLandroid/view/View;->isFocusableInTouchMode()Z HSPLandroid/view/View;->isFocused()Z HSPLandroid/view/View;->isFocusedByDefault()Z HSPLandroid/view/View;->isForegroundInsidePadding()Z +HSPLandroid/view/View;->isHapticFeedbackEnabled()Z HSPLandroid/view/View;->isHardwareAccelerated()Z HSPLandroid/view/View;->isHorizontalFadingEdgeEnabled()Z HSPLandroid/view/View;->isHorizontalScrollBarEnabled()Z @@ -12582,6 +12913,7 @@ HSPLandroid/view/View;->jumpDrawablesToCurrentState()V HSPLandroid/view/View;->layout(IIII)V HSPLandroid/view/View;->makeFrameworkOptionalFitsSystemWindows()V HSPLandroid/view/View;->makeOptionalFitsSystemWindows()V +HSPLandroid/view/View;->mapRectFromViewToScreenCoords(Landroid/graphics/RectF;Z)V HSPLandroid/view/View;->measure(II)V HSPLandroid/view/View;->mergeDrawableStates([I[I)[I HSPLandroid/view/View;->needGlobalAttributesUpdate(Z)V @@ -12615,17 +12947,21 @@ HSPLandroid/view/View;->onDrawScrollIndicators(Landroid/graphics/Canvas;)V HSPLandroid/view/View;->onDrawVerticalScrollBar(Landroid/graphics/Canvas;Landroid/graphics/drawable/Drawable;IIII)V HSPLandroid/view/View;->onFilterTouchEventForSecurity(Landroid/view/MotionEvent;)Z HSPLandroid/view/View;->onFinishInflate()V +HSPLandroid/view/View;->onFinishTemporaryDetach()V HSPLandroid/view/View;->onFocusChanged(ZILandroid/graphics/Rect;)V HSPLandroid/view/View;->onFocusLost()V HSPLandroid/view/View;->onLayout(ZIIII)V HSPLandroid/view/View;->onMeasure(II)V +HSPLandroid/view/View;->onProvideStructure(Landroid/view/ViewStructure;II)V HSPLandroid/view/View;->onResolveDrawables(I)V +HSPLandroid/view/View;->onRestoreInstanceState(Landroid/os/Parcelable;)V HSPLandroid/view/View;->onRtlPropertiesChanged(I)V HSPLandroid/view/View;->onSaveInstanceState()Landroid/os/Parcelable; HSPLandroid/view/View;->onScreenStateChanged(I)V HSPLandroid/view/View;->onScrollChanged(IIII)V HSPLandroid/view/View;->onSetAlpha(I)Z HSPLandroid/view/View;->onSizeChanged(IIII)V +HSPLandroid/view/View;->onStartTemporaryDetach()V HSPLandroid/view/View;->onTouchEvent(Landroid/view/MotionEvent;)Z HSPLandroid/view/View;->onVisibilityAggregated(Z)V HSPLandroid/view/View;->onVisibilityChanged(Landroid/view/View;I)V @@ -12645,6 +12981,7 @@ HSPLandroid/view/View;->postInvalidate()V HSPLandroid/view/View;->postInvalidateDelayed(J)V HSPLandroid/view/View;->postInvalidateOnAnimation()V HSPLandroid/view/View;->postOnAnimation(Ljava/lang/Runnable;)V +HSPLandroid/view/View;->postOnAnimationDelayed(Ljava/lang/Runnable;J)V HSPLandroid/view/View;->postSendViewScrolledAccessibilityEventCallback(II)V HSPLandroid/view/View;->postUpdateSystemGestureExclusionRects()V HSPLandroid/view/View;->rebuildOutline()V @@ -12665,6 +13002,8 @@ HSPLandroid/view/View;->requestFocus(I)Z HSPLandroid/view/View;->requestFocus(ILandroid/graphics/Rect;)Z HSPLandroid/view/View;->requestFocusNoSearch(ILandroid/graphics/Rect;)Z HSPLandroid/view/View;->requestLayout()V +HSPLandroid/view/View;->requestRectangleOnScreen(Landroid/graphics/Rect;)Z +HSPLandroid/view/View;->requestRectangleOnScreen(Landroid/graphics/Rect;Z)Z HSPLandroid/view/View;->resetDisplayList()V HSPLandroid/view/View;->resetPressedState()V HSPLandroid/view/View;->resetResolvedDrawables()V @@ -12685,11 +13024,14 @@ HSPLandroid/view/View;->resolveSize(II)I HSPLandroid/view/View;->resolveSizeAndState(III)I HSPLandroid/view/View;->resolveTextAlignment()Z HSPLandroid/view/View;->resolveTextDirection()Z +HSPLandroid/view/View;->restoreHierarchyState(Landroid/util/SparseArray;)V HSPLandroid/view/View;->retrieveExplicitStyle(Landroid/content/res/Resources$Theme;Landroid/util/AttributeSet;)V +HSPLandroid/view/View;->rootViewRequestFocus()Z HSPLandroid/view/View;->sanitizeFloatPropertyValue(FLjava/lang/String;)F HSPLandroid/view/View;->sanitizeFloatPropertyValue(FLjava/lang/String;FF)F HSPLandroid/view/View;->saveAttributeDataForStyleable(Landroid/content/Context;[ILandroid/util/AttributeSet;Landroid/content/res/TypedArray;II)V HSPLandroid/view/View;->saveHierarchyState(Landroid/util/SparseArray;)V +HSPLandroid/view/View;->scheduleDrawable(Landroid/graphics/drawable/Drawable;Ljava/lang/Runnable;J)V HSPLandroid/view/View;->scrollTo(II)V HSPLandroid/view/View;->sendAccessibilityEvent(I)V HSPLandroid/view/View;->sendAccessibilityEventInternal(I)V @@ -12713,6 +13055,7 @@ HSPLandroid/view/View;->setClipToOutline(Z)V HSPLandroid/view/View;->setContentDescription(Ljava/lang/CharSequence;)V HSPLandroid/view/View;->setDefaultFocusHighlightEnabled(Z)V HSPLandroid/view/View;->setDisplayListProperties(Landroid/graphics/RenderNode;)V +HSPLandroid/view/View;->setDrawingCacheEnabled(Z)V HSPLandroid/view/View;->setElevation(F)V HSPLandroid/view/View;->setEnabled(Z)V HSPLandroid/view/View;->setFitsSystemWindows(Z)V @@ -12725,6 +13068,7 @@ HSPLandroid/view/View;->setForegroundGravity(I)V HSPLandroid/view/View;->setFrame(IIII)Z HSPLandroid/view/View;->setHasTransientState(Z)V HSPLandroid/view/View;->setHorizontalFadingEdgeEnabled(Z)V +HSPLandroid/view/View;->setHorizontalScrollBarEnabled(Z)V HSPLandroid/view/View;->setId(I)V HSPLandroid/view/View;->setImportantForAccessibility(I)V HSPLandroid/view/View;->setImportantForAutofill(I)V @@ -12739,6 +13083,7 @@ HSPLandroid/view/View;->setLongClickable(Z)V HSPLandroid/view/View;->setMeasuredDimension(II)V HSPLandroid/view/View;->setMeasuredDimensionRaw(II)V HSPLandroid/view/View;->setMinimumHeight(I)V +HSPLandroid/view/View;->setMinimumWidth(I)V HSPLandroid/view/View;->setOnApplyWindowInsetsListener(Landroid/view/View$OnApplyWindowInsetsListener;)V HSPLandroid/view/View;->setOnClickListener(Landroid/view/View$OnClickListener;)V HSPLandroid/view/View;->setOnFocusChangeListener(Landroid/view/View$OnFocusChangeListener;)V @@ -12751,8 +13096,10 @@ HSPLandroid/view/View;->setPadding(IIII)V HSPLandroid/view/View;->setPaddingRelative(IIII)V HSPLandroid/view/View;->setPivotX(F)V HSPLandroid/view/View;->setPivotY(F)V +HSPLandroid/view/View;->setPointerIcon(Landroid/view/PointerIcon;)V HSPLandroid/view/View;->setPressed(Z)V HSPLandroid/view/View;->setPressed(ZFF)V +HSPLandroid/view/View;->setRight(I)V HSPLandroid/view/View;->setRotation(F)V HSPLandroid/view/View;->setRotationX(F)V HSPLandroid/view/View;->setRotationY(F)V @@ -12770,6 +13117,8 @@ HSPLandroid/view/View;->setTag(ILjava/lang/Object;)V HSPLandroid/view/View;->setTag(Ljava/lang/Object;)V HSPLandroid/view/View;->setTagInternal(ILjava/lang/Object;)V HSPLandroid/view/View;->setTooltipText(Ljava/lang/CharSequence;)V +HSPLandroid/view/View;->setTop(I)V +HSPLandroid/view/View;->setTouchDelegate(Landroid/view/TouchDelegate;)V HSPLandroid/view/View;->setTransitionName(Ljava/lang/String;)V HSPLandroid/view/View;->setTranslationX(F)V HSPLandroid/view/View;->setTranslationY(F)V @@ -12782,6 +13131,7 @@ HSPLandroid/view/View;->shouldDrawRoundScrollbar()Z HSPLandroid/view/View;->sizeChange(IIII)V HSPLandroid/view/View;->skipInvalidate()Z HSPLandroid/view/View;->startAnimation(Landroid/view/animation/Animation;)V +HSPLandroid/view/View;->startNestedScroll(I)Z HSPLandroid/view/View;->stopNestedScroll()V HSPLandroid/view/View;->switchDefaultFocusHighlight()V HSPLandroid/view/View;->toString()Ljava/lang/String; @@ -12793,6 +13143,7 @@ HSPLandroid/view/View;->updateDisplayListIfDirty()Landroid/graphics/RenderNode; HSPLandroid/view/View;->updateFocusedInCluster(Landroid/view/View;I)V HSPLandroid/view/View;->updateSystemGestureExclusionRects()V HSPLandroid/view/View;->verifyDrawable(Landroid/graphics/drawable/Drawable;)Z +HSPLandroid/view/View;->willNotDraw()Z HSPLandroid/view/ViewAnimationHostBridge;-><init>(Landroid/view/View;)V HSPLandroid/view/ViewAnimationHostBridge;->isAttached()Z HSPLandroid/view/ViewAnimationHostBridge;->registerAnimatingRenderNode(Landroid/graphics/RenderNode;)V @@ -12811,12 +13162,14 @@ HSPLandroid/view/ViewConfiguration;->getScaledHoverSlop()I HSPLandroid/view/ViewConfiguration;->getScaledMaximumFlingVelocity()I HSPLandroid/view/ViewConfiguration;->getScaledMinScrollbarTouchTarget()I HSPLandroid/view/ViewConfiguration;->getScaledMinimumFlingVelocity()I +HSPLandroid/view/ViewConfiguration;->getScaledMinimumScalingSpan()I HSPLandroid/view/ViewConfiguration;->getScaledOverflingDistance()I HSPLandroid/view/ViewConfiguration;->getScaledOverscrollDistance()I HSPLandroid/view/ViewConfiguration;->getScaledPagingTouchSlop()I HSPLandroid/view/ViewConfiguration;->getScaledScrollBarSize()I HSPLandroid/view/ViewConfiguration;->getScaledTouchSlop()I HSPLandroid/view/ViewConfiguration;->getScaledVerticalScrollFactor()F +HSPLandroid/view/ViewConfiguration;->getScaledWindowTouchSlop()I HSPLandroid/view/ViewConfiguration;->getScrollBarFadeDuration()I HSPLandroid/view/ViewConfiguration;->getScrollDefaultDelay()I HSPLandroid/view/ViewConfiguration;->getScrollFriction()F @@ -12876,6 +13229,7 @@ HSPLandroid/view/ViewGroup;->cancelTouchTarget(Landroid/view/View;)V HSPLandroid/view/ViewGroup;->checkLayoutParams(Landroid/view/ViewGroup$LayoutParams;)Z HSPLandroid/view/ViewGroup;->childDrawableStateChanged(Landroid/view/View;)V HSPLandroid/view/ViewGroup;->childHasTransientStateChanged(Landroid/view/View;Z)V +HSPLandroid/view/ViewGroup;->cleanupLayoutState(Landroid/view/View;)V HSPLandroid/view/ViewGroup;->clearCachedLayoutMode()V HSPLandroid/view/ViewGroup;->clearChildFocus(Landroid/view/View;)V HSPLandroid/view/ViewGroup;->clearDisappearingChildren()V @@ -12892,14 +13246,18 @@ HSPLandroid/view/ViewGroup;->dispatchConfigurationChanged(Landroid/content/res/C HSPLandroid/view/ViewGroup;->dispatchDetachedFromWindow()V HSPLandroid/view/ViewGroup;->dispatchDraw(Landroid/graphics/Canvas;)V HSPLandroid/view/ViewGroup;->dispatchDrawableHotspotChanged(FF)V +HSPLandroid/view/ViewGroup;->dispatchFinishTemporaryDetach()V HSPLandroid/view/ViewGroup;->dispatchFreezeSelfOnly(Landroid/util/SparseArray;)V HSPLandroid/view/ViewGroup;->dispatchGetDisplayList()V HSPLandroid/view/ViewGroup;->dispatchKeyEvent(Landroid/view/KeyEvent;)Z HSPLandroid/view/ViewGroup;->dispatchKeyEventPreIme(Landroid/view/KeyEvent;)Z +HSPLandroid/view/ViewGroup;->dispatchRestoreInstanceState(Landroid/util/SparseArray;)V HSPLandroid/view/ViewGroup;->dispatchSaveInstanceState(Landroid/util/SparseArray;)V HSPLandroid/view/ViewGroup;->dispatchScreenStateChanged(I)V +HSPLandroid/view/ViewGroup;->dispatchSetActivated(Z)V HSPLandroid/view/ViewGroup;->dispatchSetPressed(Z)V HSPLandroid/view/ViewGroup;->dispatchSetSelected(Z)V +HSPLandroid/view/ViewGroup;->dispatchStartTemporaryDetach()V HSPLandroid/view/ViewGroup;->dispatchTouchEvent(Landroid/view/MotionEvent;)Z HSPLandroid/view/ViewGroup;->dispatchTransformedTouchEvent(Landroid/view/MotionEvent;ZLandroid/view/View;I)Z HSPLandroid/view/ViewGroup;->dispatchUnhandledKeyEvent(Landroid/view/KeyEvent;)Landroid/view/View; @@ -12918,9 +13276,11 @@ HSPLandroid/view/ViewGroup;->exitTooltipHoverTargets()V HSPLandroid/view/ViewGroup;->findFocus()Landroid/view/View; HSPLandroid/view/ViewGroup;->findViewTraversal(I)Landroid/view/View; HSPLandroid/view/ViewGroup;->finishAnimatingView(Landroid/view/View;Landroid/view/animation/Animation;)V +HSPLandroid/view/ViewGroup;->focusSearch(Landroid/view/View;I)Landroid/view/View; HSPLandroid/view/ViewGroup;->focusableViewAvailable(Landroid/view/View;)V HSPLandroid/view/ViewGroup;->generateDefaultLayoutParams()Landroid/view/ViewGroup$LayoutParams; HSPLandroid/view/ViewGroup;->generateLayoutParams(Landroid/util/AttributeSet;)Landroid/view/ViewGroup$LayoutParams; +HSPLandroid/view/ViewGroup;->getAccessibilityClassName()Ljava/lang/CharSequence; HSPLandroid/view/ViewGroup;->getAndVerifyPreorderedIndex(IIZ)I HSPLandroid/view/ViewGroup;->getAndVerifyPreorderedView(Ljava/util/ArrayList;[Landroid/view/View;I)Landroid/view/View; HSPLandroid/view/ViewGroup;->getChildAt(I)Landroid/view/View; @@ -12962,6 +13322,7 @@ HSPLandroid/view/ViewGroup;->makeFrameworkOptionalFitsSystemWindows()V HSPLandroid/view/ViewGroup;->makeOptionalFitsSystemWindows()V HSPLandroid/view/ViewGroup;->measureChild(Landroid/view/View;II)V HSPLandroid/view/ViewGroup;->measureChildWithMargins(Landroid/view/View;IIII)V +HSPLandroid/view/ViewGroup;->measureChildren(II)V HSPLandroid/view/ViewGroup;->notifySubtreeAccessibilityStateChangedIfNeeded()V HSPLandroid/view/ViewGroup;->offsetDescendantRectToMyCoords(Landroid/view/View;Landroid/graphics/Rect;)V HSPLandroid/view/ViewGroup;->offsetRectBetweenParentAndChild(Landroid/view/View;Landroid/graphics/Rect;ZZ)V @@ -12988,6 +13349,7 @@ HSPLandroid/view/ViewGroup;->removeViewInLayout(Landroid/view/View;)V HSPLandroid/view/ViewGroup;->removeViewInternal(ILandroid/view/View;)V HSPLandroid/view/ViewGroup;->removeViewInternal(Landroid/view/View;)Z HSPLandroid/view/ViewGroup;->requestChildFocus(Landroid/view/View;Landroid/view/View;)V +HSPLandroid/view/ViewGroup;->requestChildRectangleOnScreen(Landroid/view/View;Landroid/graphics/Rect;Z)Z HSPLandroid/view/ViewGroup;->requestDisallowInterceptTouchEvent(Z)V HSPLandroid/view/ViewGroup;->requestFocus(ILandroid/graphics/Rect;)Z HSPLandroid/view/ViewGroup;->resetCancelNextUpFlag(Landroid/view/View;)Z @@ -13018,9 +13380,12 @@ HSPLandroid/view/ViewGroup;->setOnHierarchyChangeListener(Landroid/view/ViewGrou HSPLandroid/view/ViewGroup;->setTouchscreenBlocksFocus(Z)V HSPLandroid/view/ViewGroup;->shouldBlockFocusForTouchscreen()Z HSPLandroid/view/ViewGroup;->shouldDelayChildPressedState()Z +HSPLandroid/view/ViewGroup;->startViewTransition(Landroid/view/View;)V HSPLandroid/view/ViewGroup;->touchAccessibilityNodeProviderIfNeeded(Landroid/view/View;)V HSPLandroid/view/ViewGroup;->transformPointToViewLocal([FLandroid/view/View;)V +HSPLandroid/view/ViewGroup;->unFocus(Landroid/view/View;)V HSPLandroid/view/ViewOutlineProvider$1;->getOutline(Landroid/view/View;Landroid/graphics/Outline;)V +HSPLandroid/view/ViewOutlineProvider$2;->getOutline(Landroid/view/View;Landroid/graphics/Outline;)V HSPLandroid/view/ViewOutlineProvider;-><init>()V HSPLandroid/view/ViewPropertyAnimator$1;-><init>(Landroid/view/ViewPropertyAnimator;)V HSPLandroid/view/ViewPropertyAnimator$1;->run()V @@ -13053,6 +13418,7 @@ HSPLandroid/view/ViewPropertyAnimator;->setListener(Landroid/animation/Animator$ HSPLandroid/view/ViewPropertyAnimator;->setValue(IF)V HSPLandroid/view/ViewPropertyAnimator;->start()V HSPLandroid/view/ViewPropertyAnimator;->startAnimation()V +HSPLandroid/view/ViewPropertyAnimator;->translationX(F)Landroid/view/ViewPropertyAnimator; HSPLandroid/view/ViewPropertyAnimator;->translationY(F)Landroid/view/ViewPropertyAnimator; HSPLandroid/view/ViewPropertyAnimator;->withEndAction(Ljava/lang/Runnable;)Landroid/view/ViewPropertyAnimator; HSPLandroid/view/ViewRootImpl$1;-><init>(Landroid/view/ViewRootImpl;)V @@ -13066,6 +13432,7 @@ HSPLandroid/view/ViewRootImpl$AsyncInputStage;-><init>(Landroid/view/ViewRootImp HSPLandroid/view/ViewRootImpl$AsyncInputStage;->apply(Landroid/view/ViewRootImpl$QueuedInputEvent;I)V HSPLandroid/view/ViewRootImpl$AsyncInputStage;->defer(Landroid/view/ViewRootImpl$QueuedInputEvent;)V HSPLandroid/view/ViewRootImpl$AsyncInputStage;->dequeue(Landroid/view/ViewRootImpl$QueuedInputEvent;Landroid/view/ViewRootImpl$QueuedInputEvent;)V +HSPLandroid/view/ViewRootImpl$AsyncInputStage;->enqueue(Landroid/view/ViewRootImpl$QueuedInputEvent;)V HSPLandroid/view/ViewRootImpl$AsyncInputStage;->forward(Landroid/view/ViewRootImpl$QueuedInputEvent;)V HSPLandroid/view/ViewRootImpl$ConsumeBatchedInputImmediatelyRunnable;-><init>(Landroid/view/ViewRootImpl;)V HSPLandroid/view/ViewRootImpl$ConsumeBatchedInputRunnable;-><init>(Landroid/view/ViewRootImpl;)V @@ -13140,9 +13507,9 @@ HSPLandroid/view/ViewRootImpl$ViewRootHandler;->sendMessageAtTime(Landroid/os/Me HSPLandroid/view/ViewRootImpl$W;-><init>(Landroid/view/ViewRootImpl;)V HSPLandroid/view/ViewRootImpl$W;->closeSystemDialogs(Ljava/lang/String;)V HSPLandroid/view/ViewRootImpl$W;->dispatchAppVisibility(Z)V +HSPLandroid/view/ViewRootImpl$W;->dispatchWindowShown()V HSPLandroid/view/ViewRootImpl$W;->insetsChanged(Landroid/view/InsetsState;)V HSPLandroid/view/ViewRootImpl$W;->resized(Landroid/graphics/Rect;Landroid/graphics/Rect;Landroid/graphics/Rect;Landroid/graphics/Rect;ZLandroid/util/MergedConfiguration;Landroid/graphics/Rect;ZZILandroid/view/DisplayCutout$ParcelableWrapper;)V -HSPLandroid/view/ViewRootImpl$W;->windowFocusChanged(ZZ)V HSPLandroid/view/ViewRootImpl$WindowInputEventReceiver;-><init>(Landroid/view/ViewRootImpl;Landroid/view/InputChannel;Landroid/os/Looper;)V HSPLandroid/view/ViewRootImpl$WindowInputEventReceiver;->dispose()V HSPLandroid/view/ViewRootImpl$WindowInputEventReceiver;->onBatchedInputEventPending()V @@ -13179,7 +13546,6 @@ HSPLandroid/view/ViewRootImpl;->childDrawableStateChanged(Landroid/view/View;)V HSPLandroid/view/ViewRootImpl;->childHasTransientStateChanged(Landroid/view/View;Z)V HSPLandroid/view/ViewRootImpl;->clearChildFocus(Landroid/view/View;)V HSPLandroid/view/ViewRootImpl;->collectViewAttributes()Z -HSPLandroid/view/ViewRootImpl;->controlInsetsForCompatibility(Landroid/view/WindowManager$LayoutParams;)V HSPLandroid/view/ViewRootImpl;->deliverInputEvent(Landroid/view/ViewRootImpl$QueuedInputEvent;)V HSPLandroid/view/ViewRootImpl;->destroyHardwareRenderer()V HSPLandroid/view/ViewRootImpl;->destroyHardwareResources()V @@ -13230,11 +13596,13 @@ HSPLandroid/view/ViewRootImpl;->getParent()Landroid/view/ViewParent; HSPLandroid/view/ViewRootImpl;->getRootMeasureSpec(II)I HSPLandroid/view/ViewRootImpl;->getRunQueue()Landroid/view/HandlerActionQueue; HSPLandroid/view/ViewRootImpl;->getTextDirection()I +HSPLandroid/view/ViewRootImpl;->getTitle()Ljava/lang/CharSequence; HSPLandroid/view/ViewRootImpl;->getValidLayoutRequesters(Ljava/util/ArrayList;Z)Ljava/util/ArrayList; HSPLandroid/view/ViewRootImpl;->getView()Landroid/view/View; HSPLandroid/view/ViewRootImpl;->getWindowInsets(Z)Landroid/view/WindowInsets; HSPLandroid/view/ViewRootImpl;->handleAppVisibility(Z)V HSPLandroid/view/ViewRootImpl;->handleContentCaptureFlush()V +HSPLandroid/view/ViewRootImpl;->handleDispatchWindowShown()V HSPLandroid/view/ViewRootImpl;->handleWindowFocusChanged()V HSPLandroid/view/ViewRootImpl;->hasColorModeChanged(I)Z HSPLandroid/view/ViewRootImpl;->invalidate()V @@ -13249,9 +13617,7 @@ HSPLandroid/view/ViewRootImpl;->isLayoutRequested()Z HSPLandroid/view/ViewRootImpl;->isNavigationKey(Landroid/view/KeyEvent;)Z HSPLandroid/view/ViewRootImpl;->isTextDirectionResolved()Z HSPLandroid/view/ViewRootImpl;->isTypingKey(Landroid/view/KeyEvent;)Z -HSPLandroid/view/ViewRootImpl;->lambda$performDraw$1$ViewRootImpl(Ljava/util/ArrayList;)V HSPLandroid/view/ViewRootImpl;->lambda$performDraw$1$ViewRootImpl(ZLjava/util/ArrayList;)V -HSPLandroid/view/ViewRootImpl;->lambda$performDraw$2$ViewRootImpl(Landroid/os/Handler;Ljava/util/ArrayList;J)V HSPLandroid/view/ViewRootImpl;->lambda$performDraw$2$ViewRootImpl(Landroid/os/Handler;ZLjava/util/ArrayList;J)V HSPLandroid/view/ViewRootImpl;->loadSystemProperties()V HSPLandroid/view/ViewRootImpl;->maybeHandleWindowMove(Landroid/graphics/Rect;)V @@ -13276,6 +13642,7 @@ HSPLandroid/view/ViewRootImpl;->performTraversals()V HSPLandroid/view/ViewRootImpl;->playSoundEffect(I)V HSPLandroid/view/ViewRootImpl;->pokeDrawLockIfNeeded()V HSPLandroid/view/ViewRootImpl;->profileRendering(Z)V +HSPLandroid/view/ViewRootImpl;->recomputeViewAttributes(Landroid/view/View;)V HSPLandroid/view/ViewRootImpl;->recycleQueuedInputEvent(Landroid/view/ViewRootImpl$QueuedInputEvent;)V HSPLandroid/view/ViewRootImpl;->registerAnimatingRenderNode(Landroid/graphics/RenderNode;)V HSPLandroid/view/ViewRootImpl;->registerVectorDrawableAnimator(Landroid/view/NativeVectorDrawableAnimator;)V @@ -13285,6 +13652,7 @@ HSPLandroid/view/ViewRootImpl;->removeWindowCallbacks(Landroid/view/WindowCallba HSPLandroid/view/ViewRootImpl;->reportDrawFinished()V HSPLandroid/view/ViewRootImpl;->reportNextDraw()V HSPLandroid/view/ViewRootImpl;->requestChildFocus(Landroid/view/View;Landroid/view/View;)V +HSPLandroid/view/ViewRootImpl;->requestChildRectangleOnScreen(Landroid/view/View;Landroid/graphics/Rect;Z)Z HSPLandroid/view/ViewRootImpl;->requestDisallowInterceptTouchEvent(Z)V HSPLandroid/view/ViewRootImpl;->requestFitSystemWindows()V HSPLandroid/view/ViewRootImpl;->requestLayout()V @@ -13312,6 +13680,7 @@ HSPLandroid/view/ViewRootImpl;->updateInternalDisplay(ILandroid/content/res/Reso HSPLandroid/view/ViewRootImpl;->updateSystemGestureExclusionRectsForView(Landroid/view/View;)V HSPLandroid/view/ViewRootImpl;->updateVisibleInsets()V HSPLandroid/view/ViewRootImpl;->windowFocusChanged(ZZ)V +HSPLandroid/view/ViewStructure;-><init>()V HSPLandroid/view/ViewStub;-><init>(Landroid/content/Context;Landroid/util/AttributeSet;)V HSPLandroid/view/ViewStub;-><init>(Landroid/content/Context;Landroid/util/AttributeSet;I)V HSPLandroid/view/ViewStub;-><init>(Landroid/content/Context;Landroid/util/AttributeSet;II)V @@ -13353,6 +13722,7 @@ HSPLandroid/view/ViewTreeObserver;->dispatchOnSystemGestureExclusionRectsChanged HSPLandroid/view/ViewTreeObserver;->dispatchOnTouchModeChanged(Z)V HSPLandroid/view/ViewTreeObserver;->dispatchOnWindowAttachedChange(Z)V HSPLandroid/view/ViewTreeObserver;->dispatchOnWindowFocusChange(Z)V +HSPLandroid/view/ViewTreeObserver;->dispatchOnWindowShown()V HSPLandroid/view/ViewTreeObserver;->hasComputeInternalInsetsListeners()Z HSPLandroid/view/ViewTreeObserver;->isAlive()Z HSPLandroid/view/ViewTreeObserver;->kill()V @@ -13360,6 +13730,7 @@ HSPLandroid/view/ViewTreeObserver;->merge(Landroid/view/ViewTreeObserver;)V HSPLandroid/view/ViewTreeObserver;->removeOnDrawListener(Landroid/view/ViewTreeObserver$OnDrawListener;)V HSPLandroid/view/ViewTreeObserver;->removeOnGlobalLayoutListener(Landroid/view/ViewTreeObserver$OnGlobalLayoutListener;)V HSPLandroid/view/ViewTreeObserver;->removeOnPreDrawListener(Landroid/view/ViewTreeObserver$OnPreDrawListener;)V +HSPLandroid/view/ViewTreeObserver;->removeOnScrollChangedListener(Landroid/view/ViewTreeObserver$OnScrollChangedListener;)V HSPLandroid/view/ViewTreeObserver;->removeOnTouchModeChangeListener(Landroid/view/ViewTreeObserver$OnTouchModeChangeListener;)V HSPLandroid/view/Window;-><init>(Landroid/content/Context;)V HSPLandroid/view/Window;->addFlags(I)V @@ -13384,6 +13755,7 @@ HSPLandroid/view/Window;->hasSoftInputMode()Z HSPLandroid/view/Window;->haveDimAmount()Z HSPLandroid/view/Window;->isActive()Z HSPLandroid/view/Window;->isDestroyed()Z +HSPLandroid/view/Window;->isOutOfBounds(Landroid/content/Context;Landroid/view/MotionEvent;)Z HSPLandroid/view/Window;->makeActive()V HSPLandroid/view/Window;->requestFeature(I)Z HSPLandroid/view/Window;->setAttributes(Landroid/view/WindowManager$LayoutParams;)V @@ -13403,8 +13775,11 @@ HSPLandroid/view/Window;->setWindowControllerCallback(Landroid/view/Window$Windo HSPLandroid/view/Window;->setWindowManager(Landroid/view/WindowManager;Landroid/os/IBinder;Ljava/lang/String;)V HSPLandroid/view/Window;->setWindowManager(Landroid/view/WindowManager;Landroid/os/IBinder;Ljava/lang/String;Z)V HSPLandroid/view/Window;->shouldCloseOnTouch(Landroid/content/Context;Landroid/view/MotionEvent;)Z +HSPLandroid/view/WindowInsets$Builder;-><init>()V HSPLandroid/view/WindowInsets$Builder;-><init>(Landroid/view/WindowInsets;)V HSPLandroid/view/WindowInsets$Builder;->build()Landroid/view/WindowInsets; +HSPLandroid/view/WindowInsets$Builder;->setDisplayCutout(Landroid/view/DisplayCutout;)Landroid/view/WindowInsets$Builder; +HSPLandroid/view/WindowInsets$Builder;->setStableInsets(Landroid/graphics/Insets;)Landroid/view/WindowInsets$Builder; HSPLandroid/view/WindowInsets$Builder;->setSystemWindowInsets(Landroid/graphics/Insets;)Landroid/view/WindowInsets$Builder; HSPLandroid/view/WindowInsets$Side;->all()I HSPLandroid/view/WindowInsets$Type;->ime()I @@ -13412,7 +13787,6 @@ HSPLandroid/view/WindowInsets$Type;->indexOf(I)I HSPLandroid/view/WindowInsets$Type;->navigationBars()I HSPLandroid/view/WindowInsets$Type;->systemBars()I HSPLandroid/view/WindowInsets;-><init>(Landroid/graphics/Rect;)V -HSPLandroid/view/WindowInsets;-><init>([Landroid/graphics/Insets;[Landroid/graphics/Insets;[ZZZLandroid/view/DisplayCutout;I)V HSPLandroid/view/WindowInsets;-><init>([Landroid/graphics/Insets;[Landroid/graphics/Insets;[ZZZLandroid/view/DisplayCutout;IZ)V HSPLandroid/view/WindowInsets;->access$000(Landroid/view/WindowInsets;)[Landroid/graphics/Insets; HSPLandroid/view/WindowInsets;->access$100(Landroid/view/WindowInsets;)[Landroid/graphics/Insets; @@ -13428,6 +13802,7 @@ HSPLandroid/view/WindowInsets;->consumeSystemWindowInsets()Landroid/view/WindowI HSPLandroid/view/WindowInsets;->createCompatTypeMap(Landroid/graphics/Rect;)[Landroid/graphics/Insets; HSPLandroid/view/WindowInsets;->displayCutoutCopyConstructorArgument(Landroid/view/WindowInsets;)Landroid/view/DisplayCutout; HSPLandroid/view/WindowInsets;->equals(Ljava/lang/Object;)Z +HSPLandroid/view/WindowInsets;->getDisplayCutout()Landroid/view/DisplayCutout; HSPLandroid/view/WindowInsets;->getInsets(I)Landroid/graphics/Insets; HSPLandroid/view/WindowInsets;->getInsets([Landroid/graphics/Insets;I)Landroid/graphics/Insets; HSPLandroid/view/WindowInsets;->getStableInsetBottom()I @@ -13474,8 +13849,10 @@ HSPLandroid/view/WindowManagerGlobal;->addView(Landroid/view/View;Landroid/view/ HSPLandroid/view/WindowManagerGlobal;->closeAll(Landroid/os/IBinder;Ljava/lang/String;Ljava/lang/String;)V HSPLandroid/view/WindowManagerGlobal;->closeAllExceptView(Landroid/os/IBinder;Landroid/view/View;Ljava/lang/String;Ljava/lang/String;)V HSPLandroid/view/WindowManagerGlobal;->doRemoveView(Landroid/view/ViewRootImpl;)V +HSPLandroid/view/WindowManagerGlobal;->dumpGfxInfo(Ljava/io/FileDescriptor;[Ljava/lang/String;)V HSPLandroid/view/WindowManagerGlobal;->findViewLocked(Landroid/view/View;Z)I HSPLandroid/view/WindowManagerGlobal;->getInstance()Landroid/view/WindowManagerGlobal; +HSPLandroid/view/WindowManagerGlobal;->getRootViews(Landroid/os/IBinder;)Ljava/util/ArrayList; HSPLandroid/view/WindowManagerGlobal;->getWindowManagerService()Landroid/view/IWindowManager; HSPLandroid/view/WindowManagerGlobal;->getWindowSession()Landroid/view/IWindowSession; HSPLandroid/view/WindowManagerGlobal;->initialize()V @@ -13491,24 +13868,26 @@ HSPLandroid/view/WindowManagerImpl;-><init>(Landroid/content/Context;)V HSPLandroid/view/WindowManagerImpl;-><init>(Landroid/content/Context;Landroid/view/Window;)V HSPLandroid/view/WindowManagerImpl;->addView(Landroid/view/View;Landroid/view/ViewGroup$LayoutParams;)V HSPLandroid/view/WindowManagerImpl;->applyDefaultToken(Landroid/view/ViewGroup$LayoutParams;)V +HSPLandroid/view/WindowManagerImpl;->computeWindowInsets()Landroid/view/WindowInsets; HSPLandroid/view/WindowManagerImpl;->createLocalWindowManager(Landroid/view/Window;)Landroid/view/WindowManagerImpl; HSPLandroid/view/WindowManagerImpl;->getDefaultDisplay()Landroid/view/Display; +HSPLandroid/view/WindowManagerImpl;->getMaximumBounds()Landroid/graphics/Rect; +HSPLandroid/view/WindowManagerImpl;->getMaximumWindowMetrics()Landroid/view/WindowMetrics; +HSPLandroid/view/WindowManagerImpl;->getWindowInsetsFromServer(Landroid/view/WindowManager$LayoutParams;)Landroid/view/WindowInsets; HSPLandroid/view/WindowManagerImpl;->removeViewImmediate(Landroid/view/View;)V +HSPLandroid/view/WindowManagerImpl;->toSize(Landroid/graphics/Rect;)Landroid/util/Size; HSPLandroid/view/WindowManagerImpl;->updateViewLayout(Landroid/view/View;Landroid/view/ViewGroup$LayoutParams;)V +HSPLandroid/view/WindowMetrics;-><init>(Landroid/util/Size;Landroid/view/WindowInsets;)V +HSPLandroid/view/WindowMetrics;->getSize()Landroid/util/Size; HSPLandroid/view/accessibility/AccessibilityManager$1;-><init>(Landroid/view/accessibility/AccessibilityManager;)V HSPLandroid/view/accessibility/AccessibilityManager$1;->notifyServicesStateChanged(J)V -HSPLandroid/view/accessibility/AccessibilityManager$1;->setState(I)V HSPLandroid/view/accessibility/AccessibilityManager$MyCallback;-><init>(Landroid/view/accessibility/AccessibilityManager;)V HSPLandroid/view/accessibility/AccessibilityManager$MyCallback;-><init>(Landroid/view/accessibility/AccessibilityManager;Landroid/view/accessibility/AccessibilityManager$1;)V -HSPLandroid/view/accessibility/AccessibilityManager$MyCallback;->handleMessage(Landroid/os/Message;)Z HSPLandroid/view/accessibility/AccessibilityManager;-><init>(Landroid/content/Context;Landroid/view/accessibility/IAccessibilityManager;I)V -HSPLandroid/view/accessibility/AccessibilityManager;->access$000(Landroid/view/accessibility/AccessibilityManager;J)V -HSPLandroid/view/accessibility/AccessibilityManager;->access$100(Landroid/view/accessibility/AccessibilityManager;)Ljava/lang/Object; -HSPLandroid/view/accessibility/AccessibilityManager;->access$200(Landroid/view/accessibility/AccessibilityManager;)Landroid/util/ArrayMap; -HSPLandroid/view/accessibility/AccessibilityManager;->access$400(Landroid/view/accessibility/AccessibilityManager;I)V HSPLandroid/view/accessibility/AccessibilityManager;->addAccessibilityStateChangeListener(Landroid/view/accessibility/AccessibilityManager$AccessibilityStateChangeListener;)Z HSPLandroid/view/accessibility/AccessibilityManager;->addAccessibilityStateChangeListener(Landroid/view/accessibility/AccessibilityManager$AccessibilityStateChangeListener;Landroid/os/Handler;)V HSPLandroid/view/accessibility/AccessibilityManager;->addHighTextContrastStateChangeListener(Landroid/view/accessibility/AccessibilityManager$HighTextContrastChangeListener;Landroid/os/Handler;)V +HSPLandroid/view/accessibility/AccessibilityManager;->addTouchExplorationStateChangeListener(Landroid/view/accessibility/AccessibilityManager$TouchExplorationStateChangeListener;)Z HSPLandroid/view/accessibility/AccessibilityManager;->addTouchExplorationStateChangeListener(Landroid/view/accessibility/AccessibilityManager$TouchExplorationStateChangeListener;Landroid/os/Handler;)V HSPLandroid/view/accessibility/AccessibilityManager;->getEnabledAccessibilityServiceList(I)Ljava/util/List; HSPLandroid/view/accessibility/AccessibilityManager;->getInstance(Landroid/content/Context;)Landroid/view/accessibility/AccessibilityManager; @@ -13516,6 +13895,7 @@ HSPLandroid/view/accessibility/AccessibilityManager;->getServiceLocked()Landroid HSPLandroid/view/accessibility/AccessibilityManager;->isEnabled()Z HSPLandroid/view/accessibility/AccessibilityManager;->isHighTextContrastEnabled()Z HSPLandroid/view/accessibility/AccessibilityManager;->isTouchExplorationEnabled()Z +HSPLandroid/view/accessibility/AccessibilityManager;->notifyAccessibilityStateChanged()V HSPLandroid/view/accessibility/AccessibilityManager;->removeAccessibilityStateChangeListener(Landroid/view/accessibility/AccessibilityManager$AccessibilityStateChangeListener;)Z HSPLandroid/view/accessibility/AccessibilityManager;->removeHighTextContrastStateChangeListener(Landroid/view/accessibility/AccessibilityManager$HighTextContrastChangeListener;)V HSPLandroid/view/accessibility/AccessibilityManager;->setStateLocked(I)V @@ -13526,12 +13906,16 @@ HSPLandroid/view/accessibility/AccessibilityNodeIdManager;->getInstance()Landroi HSPLandroid/view/accessibility/AccessibilityNodeIdManager;->registerViewWithId(Landroid/view/View;I)V HSPLandroid/view/accessibility/AccessibilityNodeIdManager;->unregisterViewWithId(I)V HSPLandroid/view/accessibility/AccessibilityNodeInfo$AccessibilityAction;-><init>(ILjava/lang/CharSequence;)V +HSPLandroid/view/accessibility/AccessibilityNodeProvider;-><init>()V HSPLandroid/view/accessibility/CaptioningManager$1;-><init>(Landroid/view/accessibility/CaptioningManager;)V HSPLandroid/view/accessibility/CaptioningManager$CaptioningChangeListener;-><init>()V HSPLandroid/view/accessibility/CaptioningManager$MyContentObserver;-><init>(Landroid/view/accessibility/CaptioningManager;Landroid/os/Handler;)V HSPLandroid/view/accessibility/CaptioningManager;-><init>(Landroid/content/Context;)V +HSPLandroid/view/accessibility/CaptioningManager;->getFontScale()F HSPLandroid/view/accessibility/CaptioningManager;->getLocale()Ljava/util/Locale; HSPLandroid/view/accessibility/CaptioningManager;->getRawLocale()Ljava/lang/String; +HSPLandroid/view/accessibility/CaptioningManager;->getRawUserStyle()I +HSPLandroid/view/accessibility/CaptioningManager;->getUserStyle()Landroid/view/accessibility/CaptioningManager$CaptionStyle; HSPLandroid/view/accessibility/CaptioningManager;->isEnabled()Z HSPLandroid/view/accessibility/CaptioningManager;->removeCaptioningChangeListener(Landroid/view/accessibility/CaptioningManager$CaptioningChangeListener;)V HSPLandroid/view/accessibility/IAccessibilityManager$Stub$Proxy;-><init>(Landroid/os/IBinder;)V @@ -13551,8 +13935,10 @@ HSPLandroid/view/animation/AccelerateDecelerateInterpolator;->getInterpolation(F HSPLandroid/view/animation/AccelerateInterpolator;-><init>()V HSPLandroid/view/animation/AccelerateInterpolator;-><init>(Landroid/content/res/Resources;Landroid/content/res/Resources$Theme;Landroid/util/AttributeSet;)V HSPLandroid/view/animation/AccelerateInterpolator;->getInterpolation(F)F +HSPLandroid/view/animation/AlphaAnimation;-><init>(FF)V HSPLandroid/view/animation/AlphaAnimation;-><init>(Landroid/content/Context;Landroid/util/AttributeSet;)V HSPLandroid/view/animation/AlphaAnimation;->applyTransformation(FLandroid/view/animation/Transformation;)V +HSPLandroid/view/animation/AlphaAnimation;->hasAlpha()Z HSPLandroid/view/animation/AlphaAnimation;->willChangeBounds()Z HSPLandroid/view/animation/AlphaAnimation;->willChangeTransformationMatrix()Z HSPLandroid/view/animation/Animation$1;-><init>(Landroid/view/animation/Animation;)V @@ -13571,14 +13957,17 @@ HSPLandroid/view/animation/Animation;->fireAnimationEnd()V HSPLandroid/view/animation/Animation;->fireAnimationStart()V HSPLandroid/view/animation/Animation;->getDuration()J HSPLandroid/view/animation/Animation;->getFillAfter()Z +HSPLandroid/view/animation/Animation;->getInvalidateRegion(IIIILandroid/graphics/RectF;Landroid/view/animation/Transformation;)V HSPLandroid/view/animation/Animation;->getScaleFactor()F HSPLandroid/view/animation/Animation;->getStartOffset()J HSPLandroid/view/animation/Animation;->getTransformation(JLandroid/view/animation/Transformation;)Z HSPLandroid/view/animation/Animation;->getTransformation(JLandroid/view/animation/Transformation;F)Z +HSPLandroid/view/animation/Animation;->hasAlpha()Z HSPLandroid/view/animation/Animation;->hasAnimationListener()Z HSPLandroid/view/animation/Animation;->hasEnded()Z HSPLandroid/view/animation/Animation;->hasStarted()Z HSPLandroid/view/animation/Animation;->initialize(IIII)V +HSPLandroid/view/animation/Animation;->initializeInvalidateRegion(IIII)V HSPLandroid/view/animation/Animation;->isCanceled()Z HSPLandroid/view/animation/Animation;->isInitialized()Z HSPLandroid/view/animation/Animation;->reset()V @@ -13650,33 +14039,53 @@ HSPLandroid/view/animation/Transformation;->clear()V HSPLandroid/view/animation/Transformation;->compose(Landroid/view/animation/Transformation;)V HSPLandroid/view/animation/Transformation;->getAlpha()F HSPLandroid/view/animation/Transformation;->getMatrix()Landroid/graphics/Matrix; +HSPLandroid/view/animation/Transformation;->getTransformationType()I +HSPLandroid/view/animation/Transformation;->set(Landroid/view/animation/Transformation;)V HSPLandroid/view/animation/Transformation;->setAlpha(F)V HSPLandroid/view/animation/TranslateAnimation;-><init>(Landroid/content/Context;Landroid/util/AttributeSet;)V +HSPLandroid/view/animation/TranslateAnimation;->applyTransformation(FLandroid/view/animation/Transformation;)V +HSPLandroid/view/animation/TranslateAnimation;->initialize(IIII)V +HSPLandroid/view/autofill/-$$Lambda$AutofillManager$V76JiQu509LCUz3-ckpb-nB3JhA;-><init>(Landroid/view/autofill/IAutoFillManager;Landroid/view/autofill/IAutoFillManagerClient;I)V HSPLandroid/view/autofill/AutofillId$1;->createFromParcel(Landroid/os/Parcel;)Landroid/view/autofill/AutofillId; HSPLandroid/view/autofill/AutofillId$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object; HSPLandroid/view/autofill/AutofillId;-><init>(I)V HSPLandroid/view/autofill/AutofillId;-><init>(IIJI)V HSPLandroid/view/autofill/AutofillId;-><init>(IIJILandroid/view/autofill/AutofillId$1;)V HSPLandroid/view/autofill/AutofillId;->equals(Ljava/lang/Object;)Z +HSPLandroid/view/autofill/AutofillId;->getViewId()I HSPLandroid/view/autofill/AutofillId;->hasSession()Z HSPLandroid/view/autofill/AutofillId;->hashCode()I HSPLandroid/view/autofill/AutofillId;->isVirtualInt()Z HSPLandroid/view/autofill/AutofillId;->isVirtualLong()Z HSPLandroid/view/autofill/AutofillId;->writeToParcel(Landroid/os/Parcel;I)V +HSPLandroid/view/autofill/AutofillManager$AutofillManagerClient;-><init>(Landroid/view/autofill/AutofillManager;)V +HSPLandroid/view/autofill/AutofillManager$AutofillManagerClient;-><init>(Landroid/view/autofill/AutofillManager;Landroid/view/autofill/AutofillManager$1;)V HSPLandroid/view/autofill/AutofillManager;-><init>(Landroid/content/Context;Landroid/view/autofill/IAutoFillManager;)V HSPLandroid/view/autofill/AutofillManager;->ensureServiceClientAddedIfNeededLocked()V HSPLandroid/view/autofill/AutofillManager;->getClient()Landroid/view/autofill/AutofillManager$AutofillClient; HSPLandroid/view/autofill/AutofillManager;->hasAutofillFeature()Z +HSPLandroid/view/autofill/AutofillManager;->isActiveLocked()Z HSPLandroid/view/autofill/AutofillManager;->isAutofillUiShowing()Z +HSPLandroid/view/autofill/AutofillManager;->isDisabledByServiceLocked()Z HSPLandroid/view/autofill/AutofillManager;->notifyValueChanged(Landroid/view/View;)V +HSPLandroid/view/autofill/AutofillManager;->notifyViewEnteredForAugmentedAutofill(Landroid/view/View;)V +HSPLandroid/view/autofill/AutofillManager;->notifyViewExited(Landroid/view/View;)V +HSPLandroid/view/autofill/AutofillManager;->notifyViewExitedLocked(Landroid/view/View;)V HSPLandroid/view/autofill/AutofillManager;->notifyViewVisibilityChanged(Landroid/view/View;Z)V HSPLandroid/view/autofill/AutofillManager;->notifyViewVisibilityChangedInternal(Landroid/view/View;IZZ)V HSPLandroid/view/autofill/AutofillManager;->requestHideFillUi()V HSPLandroid/view/autofill/AutofillManager;->requestHideFillUi(Landroid/view/autofill/AutofillId;Z)V HSPLandroid/view/autofill/AutofillManager;->startAutofillIfNeededLocked(Landroid/view/View;)Z +HSPLandroid/view/autofill/AutofillValue;-><init>(ILjava/lang/Object;)V +HSPLandroid/view/autofill/AutofillValue;->forText(Ljava/lang/CharSequence;)Landroid/view/autofill/AutofillValue; HSPLandroid/view/autofill/AutofillValue;->writeToParcel(Landroid/os/Parcel;I)V HSPLandroid/view/autofill/IAutoFillManager$Stub$Proxy;-><init>(Landroid/os/IBinder;)V +HSPLandroid/view/autofill/IAutoFillManager$Stub$Proxy;->addClient(Landroid/view/autofill/IAutoFillManagerClient;Landroid/content/ComponentName;ILcom/android/internal/os/IResultReceiver;)V HSPLandroid/view/autofill/IAutoFillManager$Stub;->asInterface(Landroid/os/IBinder;)Landroid/view/autofill/IAutoFillManager; +HSPLandroid/view/autofill/IAutoFillManagerClient$Stub;-><init>()V +HSPLandroid/view/autofill/IAutoFillManagerClient$Stub;->asBinder()Landroid/os/IBinder; +HSPLandroid/view/contentcapture/ContentCaptureHelper;->getLoggingLevelAsString(I)Ljava/lang/String; +HSPLandroid/view/contentcapture/ContentCaptureHelper;->setLoggingLevel(I)V HSPLandroid/view/inputmethod/-$$Lambda$InputMethodManager$DelegateImpl$imXagcrnfBo6bvJbiHKCn0Q2ZzU;-><init>(Landroid/view/inputmethod/InputMethodManager$DelegateImpl;ZLandroid/view/View;III)V HSPLandroid/view/inputmethod/-$$Lambda$InputMethodManager$DelegateImpl$imXagcrnfBo6bvJbiHKCn0Q2ZzU;->run()V HSPLandroid/view/inputmethod/-$$Lambda$InputMethodManager$DelegateImpl$r2X8PLo_YIORJTYJGDfinf_IvK4;-><init>(Landroid/view/inputmethod/InputMethodManager$DelegateImpl;Landroid/view/View;)V @@ -13687,16 +14096,30 @@ HSPLandroid/view/inputmethod/BaseInputConnection;-><init>(Landroid/view/inputmet HSPLandroid/view/inputmethod/BaseInputConnection;->beginBatchEdit()Z HSPLandroid/view/inputmethod/BaseInputConnection;->endBatchEdit()Z HSPLandroid/view/inputmethod/BaseInputConnection;->finishComposingText()Z +HSPLandroid/view/inputmethod/BaseInputConnection;->getComposingSpanEnd(Landroid/text/Spannable;)I +HSPLandroid/view/inputmethod/BaseInputConnection;->getComposingSpanStart(Landroid/text/Spannable;)I HSPLandroid/view/inputmethod/BaseInputConnection;->getEditable()Landroid/text/Editable; +HSPLandroid/view/inputmethod/BaseInputConnection;->getHandler()Landroid/os/Handler; +HSPLandroid/view/inputmethod/BaseInputConnection;->getSelectedText(I)Ljava/lang/CharSequence; +HSPLandroid/view/inputmethod/BaseInputConnection;->getTextAfterCursor(II)Ljava/lang/CharSequence; +HSPLandroid/view/inputmethod/BaseInputConnection;->getTextBeforeCursor(II)Ljava/lang/CharSequence; HSPLandroid/view/inputmethod/BaseInputConnection;->removeComposingSpans(Landroid/text/Spannable;)V HSPLandroid/view/inputmethod/BaseInputConnection;->sendCurrentText()V HSPLandroid/view/inputmethod/CursorAnchorInfo$Builder;-><init>()V HSPLandroid/view/inputmethod/EditorInfo$InitialSurroundingText$1;-><init>()V HSPLandroid/view/inputmethod/EditorInfo$InitialSurroundingText;-><clinit>()V HSPLandroid/view/inputmethod/EditorInfo$InitialSurroundingText;-><init>()V +HSPLandroid/view/inputmethod/EditorInfo$InitialSurroundingText;-><init>(Ljava/lang/CharSequence;II)V HSPLandroid/view/inputmethod/EditorInfo$InitialSurroundingText;->writeToParcel(Landroid/os/Parcel;I)V HSPLandroid/view/inputmethod/EditorInfo;-><init>()V +HSPLandroid/view/inputmethod/EditorInfo;->isPasswordInputType(I)Z +HSPLandroid/view/inputmethod/EditorInfo;->setInitialSurroundingSubText(Ljava/lang/CharSequence;I)V +HSPLandroid/view/inputmethod/EditorInfo;->setInitialSurroundingText(Ljava/lang/CharSequence;)V HSPLandroid/view/inputmethod/EditorInfo;->writeToParcel(Landroid/os/Parcel;I)V +HSPLandroid/view/inputmethod/InputConnectionInspector;->getMissingMethodFlags(Landroid/view/inputmethod/InputConnection;)I +HSPLandroid/view/inputmethod/InputMethodInfo$1;->createFromParcel(Landroid/os/Parcel;)Landroid/view/inputmethod/InputMethodInfo; +HSPLandroid/view/inputmethod/InputMethodInfo$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object; +HSPLandroid/view/inputmethod/InputMethodInfo;-><init>(Landroid/os/Parcel;)V HSPLandroid/view/inputmethod/InputMethodInfo;->getId()Ljava/lang/String; HSPLandroid/view/inputmethod/InputMethodInfo;->getPackageName()Ljava/lang/String; HSPLandroid/view/inputmethod/InputMethodManager$1;-><init>(Landroid/view/inputmethod/InputMethodManager;)V @@ -13705,6 +14128,8 @@ HSPLandroid/view/inputmethod/InputMethodManager$1;->onUnbindMethod(II)V HSPLandroid/view/inputmethod/InputMethodManager$1;->reportFullscreenMode(Z)V HSPLandroid/view/inputmethod/InputMethodManager$1;->setActive(ZZ)V HSPLandroid/view/inputmethod/InputMethodManager$ControlledInputConnectionWrapper;-><init>(Landroid/os/Looper;Landroid/view/inputmethod/InputConnection;Landroid/view/inputmethod/InputMethodManager;)V +HSPLandroid/view/inputmethod/InputMethodManager$ControlledInputConnectionWrapper;->deactivate()V +HSPLandroid/view/inputmethod/InputMethodManager$ControlledInputConnectionWrapper;->isActive()Z HSPLandroid/view/inputmethod/InputMethodManager$DelegateImpl;-><init>(Landroid/view/inputmethod/InputMethodManager;)V HSPLandroid/view/inputmethod/InputMethodManager$DelegateImpl;-><init>(Landroid/view/inputmethod/InputMethodManager;Landroid/view/inputmethod/InputMethodManager$1;)V HSPLandroid/view/inputmethod/InputMethodManager$DelegateImpl;->finishComposingText()V @@ -13718,13 +14143,18 @@ HSPLandroid/view/inputmethod/InputMethodManager$DelegateImpl;->startInput(ILandr HSPLandroid/view/inputmethod/InputMethodManager$DelegateImpl;->startInputAsyncOnWindowFocusGain(Landroid/view/View;IIZ)V HSPLandroid/view/inputmethod/InputMethodManager$H;-><init>(Landroid/view/inputmethod/InputMethodManager;Landroid/os/Looper;)V HSPLandroid/view/inputmethod/InputMethodManager$H;->handleMessage(Landroid/os/Message;)V +HSPLandroid/view/inputmethod/InputMethodManager$ImeInputEventSender;-><init>(Landroid/view/inputmethod/InputMethodManager;Landroid/view/InputChannel;Landroid/os/Looper;)V HSPLandroid/view/inputmethod/InputMethodManager$ImeInputEventSender;->onInputEventFinished(IZ)V HSPLandroid/view/inputmethod/InputMethodManager$ImeThreadFactory;-><init>(Ljava/lang/String;)V HSPLandroid/view/inputmethod/InputMethodManager$ImeThreadFactory;->newThread(Ljava/lang/Runnable;)Ljava/lang/Thread; +HSPLandroid/view/inputmethod/InputMethodManager$PendingEvent;-><init>(Landroid/view/inputmethod/InputMethodManager;)V +HSPLandroid/view/inputmethod/InputMethodManager$PendingEvent;-><init>(Landroid/view/inputmethod/InputMethodManager;Landroid/view/inputmethod/InputMethodManager$1;)V +HSPLandroid/view/inputmethod/InputMethodManager$PendingEvent;->recycle()V HSPLandroid/view/inputmethod/InputMethodManager$PendingEvent;->run()V HSPLandroid/view/inputmethod/InputMethodManager;-><init>(Lcom/android/internal/view/IInputMethodManager;ILandroid/os/Looper;)V HSPLandroid/view/inputmethod/InputMethodManager;->access$100(Landroid/view/inputmethod/InputMethodManager;)Landroid/view/View; HSPLandroid/view/inputmethod/InputMethodManager;->access$1000(Landroid/view/View;)Z +HSPLandroid/view/inputmethod/InputMethodManager;->access$1400(Landroid/view/inputmethod/InputMethodManager;Landroid/view/inputmethod/InputMethodManager$PendingEvent;)V HSPLandroid/view/inputmethod/InputMethodManager;->access$200(Landroid/view/inputmethod/InputMethodManager;Landroid/view/View;I)I HSPLandroid/view/inputmethod/InputMethodManager;->access$300(Landroid/view/inputmethod/InputMethodManager;)Ljava/util/concurrent/Future; HSPLandroid/view/inputmethod/InputMethodManager;->access$302(Landroid/view/inputmethod/InputMethodManager;Ljava/util/concurrent/Future;)Ljava/util/concurrent/Future; @@ -13737,7 +14167,6 @@ HSPLandroid/view/inputmethod/InputMethodManager;->access$802(Landroid/view/input HSPLandroid/view/inputmethod/InputMethodManager;->access$902(Landroid/view/inputmethod/InputMethodManager;Landroid/graphics/Matrix;)Landroid/graphics/Matrix; HSPLandroid/view/inputmethod/InputMethodManager;->canStartInput(Landroid/view/View;)Z HSPLandroid/view/inputmethod/InputMethodManager;->checkFocus()V -HSPLandroid/view/inputmethod/InputMethodManager;->checkFocusNoStartInput(Z)Z HSPLandroid/view/inputmethod/InputMethodManager;->clearBindingLocked()V HSPLandroid/view/inputmethod/InputMethodManager;->clearConnectionLocked()V HSPLandroid/view/inputmethod/InputMethodManager;->createInstance(ILandroid/os/Looper;)Landroid/view/inputmethod/InputMethodManager; @@ -13757,19 +14186,24 @@ HSPLandroid/view/inputmethod/InputMethodManager;->getStartInputFlags(Landroid/vi HSPLandroid/view/inputmethod/InputMethodManager;->hasServedByInputMethodLocked(Landroid/view/View;)Z HSPLandroid/view/inputmethod/InputMethodManager;->hideSoftInputFromWindow(Landroid/os/IBinder;I)Z HSPLandroid/view/inputmethod/InputMethodManager;->hideSoftInputFromWindow(Landroid/os/IBinder;ILandroid/os/ResultReceiver;)Z +HSPLandroid/view/inputmethod/InputMethodManager;->invokeFinishedInputEventCallback(Landroid/view/inputmethod/InputMethodManager$PendingEvent;Z)V HSPLandroid/view/inputmethod/InputMethodManager;->isActive(Landroid/view/View;)Z HSPLandroid/view/inputmethod/InputMethodManager;->isAutofillUIShowing(Landroid/view/View;)Z +HSPLandroid/view/inputmethod/InputMethodManager;->isCursorAnchorInfoEnabled()Z HSPLandroid/view/inputmethod/InputMethodManager;->isFullscreenMode()Z HSPLandroid/view/inputmethod/InputMethodManager;->isInEditMode()Z HSPLandroid/view/inputmethod/InputMethodManager;->lambda$startInputInner$1$InputMethodManager(I)V HSPLandroid/view/inputmethod/InputMethodManager;->maybeCallServedViewChangedLocked(Landroid/view/inputmethod/EditorInfo;)V -HSPLandroid/view/inputmethod/InputMethodManager;->onViewDetachedFromWindow(Landroid/view/View;)V +HSPLandroid/view/inputmethod/InputMethodManager;->obtainPendingEventLocked(Landroid/view/InputEvent;Ljava/lang/Object;Ljava/lang/String;Landroid/view/inputmethod/InputMethodManager$FinishedInputEventCallback;Landroid/os/Handler;)Landroid/view/inputmethod/InputMethodManager$PendingEvent; +HSPLandroid/view/inputmethod/InputMethodManager;->recyclePendingEventLocked(Landroid/view/inputmethod/InputMethodManager$PendingEvent;)V HSPLandroid/view/inputmethod/InputMethodManager;->restartInput(Landroid/view/View;)V HSPLandroid/view/inputmethod/InputMethodManager;->sendInputEventOnMainLooperLocked(Landroid/view/inputmethod/InputMethodManager$PendingEvent;)I HSPLandroid/view/inputmethod/InputMethodManager;->setInputChannelLocked(Landroid/view/InputChannel;)V HSPLandroid/view/inputmethod/InputMethodManager;->setNextServedViewLocked(Landroid/view/View;)V HSPLandroid/view/inputmethod/InputMethodManager;->setServedViewLocked(Landroid/view/View;)V +HSPLandroid/view/inputmethod/InputMethodManager;->showSoftInput(Landroid/view/View;ILandroid/os/ResultReceiver;)Z HSPLandroid/view/inputmethod/InputMethodManager;->startInputInner(ILandroid/os/IBinder;III)Z +HSPLandroid/view/inputmethod/InputMethodManager;->updateSelection(Landroid/view/View;IIII)V HSPLandroid/view/textclassifier/-$$Lambda$TextClassificationManager$JIaezIJbMig_-kVzN6oArzkTsJE;-><init>(Landroid/view/textclassifier/TextClassificationManager;)V HSPLandroid/view/textclassifier/SelectionSessionLogger;->getTokenIterator(Ljava/util/Locale;)Ljava/text/BreakIterator; HSPLandroid/view/textclassifier/TextClassificationConstants;-><init>()V @@ -13779,10 +14213,15 @@ HPLandroid/view/textclassifier/TextClassificationManager$SettingsObserver;->onPr HSPLandroid/view/textclassifier/TextClassificationManager;-><init>(Landroid/content/Context;)V HSPLandroid/view/textclassifier/TextClassificationManager;->getSettings()Landroid/view/textclassifier/TextClassificationConstants; HSPLandroid/view/textclassifier/TextClassificationManager;->getSettings(Landroid/content/Context;)Landroid/view/textclassifier/TextClassificationConstants; +HSPLandroid/view/textservice/SpellCheckerSubtype$1;->createFromParcel(Landroid/os/Parcel;)Landroid/view/textservice/SpellCheckerSubtype; +HSPLandroid/view/textservice/SpellCheckerSubtype$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object; +HSPLandroid/view/textservice/SpellCheckerSubtype;-><init>(Landroid/os/Parcel;)V HSPLandroid/view/textservice/SpellCheckerSubtype;->getLocaleObject()Ljava/util/Locale; HSPLandroid/view/textservice/SpellCheckerSubtype;->hashCodeInternal(Ljava/lang/String;Ljava/lang/String;)I HSPLandroid/view/textservice/TextServicesManager;-><init>(I)V HSPLandroid/view/textservice/TextServicesManager;->createInstance(Landroid/content/Context;)Landroid/view/textservice/TextServicesManager; +HSPLandroid/view/textservice/TextServicesManager;->getCurrentSpellCheckerSubtype(Z)Landroid/view/textservice/SpellCheckerSubtype; +HSPLandroid/webkit/CookieManager;->getInstance()Landroid/webkit/CookieManager; HSPLandroid/webkit/IWebViewUpdateService$Stub$Proxy;-><init>(Landroid/os/IBinder;)V HSPLandroid/webkit/IWebViewUpdateService$Stub$Proxy;->isMultiProcessEnabled()Z HSPLandroid/webkit/IWebViewUpdateService$Stub$Proxy;->waitForAndGetProvider()Landroid/webkit/WebViewProviderResponse; @@ -13812,12 +14251,19 @@ HSPLandroid/webkit/WebViewProviderResponse$1;->createFromParcel(Landroid/os/Parc HSPLandroid/webkit/WebViewProviderResponse;-><init>(Landroid/os/Parcel;)V HSPLandroid/webkit/WebViewProviderResponse;-><init>(Landroid/os/Parcel;Landroid/webkit/WebViewProviderResponse$1;)V HSPLandroid/widget/-$$Lambda$IfzAW5fP9thoftErKAjo9SLZufw;-><init>(Landroid/widget/TextView;)V +HSPLandroid/widget/-$$Lambda$PopupWindow$8Gc2stI5cSJZbuKX7X4Qr_vU2nI;-><init>(Landroid/widget/PopupWindow;)V +HSPLandroid/widget/-$$Lambda$PopupWindow$nV1HS3Nc6Ck5JRIbIHe3mkyHWzc;-><init>(Landroid/widget/PopupWindow;)V HSPLandroid/widget/-$$Lambda$yIdmBO6ZxaY03PGN08RySVVQXuE;-><init>(Landroid/widget/TextView;)V HSPLandroid/widget/AbsListView$AdapterDataSetObserver;-><init>(Landroid/widget/AbsListView;)V HSPLandroid/widget/AbsListView$AdapterDataSetObserver;->onChanged()V HSPLandroid/widget/AbsListView$RecycleBin;-><init>(Landroid/widget/AbsListView;)V +HSPLandroid/widget/AbsListView$RecycleBin;->addScrapView(Landroid/view/View;I)V HSPLandroid/widget/AbsListView$RecycleBin;->clear()V +HSPLandroid/widget/AbsListView$RecycleBin;->clearScrap(Ljava/util/ArrayList;)V +HSPLandroid/widget/AbsListView$RecycleBin;->clearScrapForRebind(Landroid/view/View;)V HSPLandroid/widget/AbsListView$RecycleBin;->clearTransientStateViews()V +HSPLandroid/widget/AbsListView$RecycleBin;->fillActiveViews(II)V +HSPLandroid/widget/AbsListView$RecycleBin;->getActiveView(I)Landroid/view/View; HSPLandroid/widget/AbsListView$RecycleBin;->getScrapView(I)Landroid/view/View; HSPLandroid/widget/AbsListView$RecycleBin;->getTransientStateView(I)Landroid/view/View; HSPLandroid/widget/AbsListView$RecycleBin;->markChildrenDirty()V @@ -13826,21 +14272,36 @@ HSPLandroid/widget/AbsListView$RecycleBin;->removeSkippedScrap()V HSPLandroid/widget/AbsListView$RecycleBin;->retrieveFromScrap(Ljava/util/ArrayList;I)Landroid/view/View; HSPLandroid/widget/AbsListView$RecycleBin;->scrapActiveViews()V HSPLandroid/widget/AbsListView$RecycleBin;->setViewTypeCount(I)V +HSPLandroid/widget/AbsListView$RecycleBin;->shouldRecycleViewType(I)Z HSPLandroid/widget/AbsListView;-><init>(Landroid/content/Context;Landroid/util/AttributeSet;II)V +HSPLandroid/widget/AbsListView;->access$4500(Landroid/widget/AbsListView;)Landroid/widget/FastScroller; HSPLandroid/widget/AbsListView;->checkLayoutParams(Landroid/view/ViewGroup$LayoutParams;)Z HSPLandroid/widget/AbsListView;->clearChoices()V +HSPLandroid/widget/AbsListView;->computeVerticalScrollExtent()I +HSPLandroid/widget/AbsListView;->computeVerticalScrollOffset()I +HSPLandroid/widget/AbsListView;->computeVerticalScrollRange()I HSPLandroid/widget/AbsListView;->dismissPopup()V +HSPLandroid/widget/AbsListView;->dispatchDraw(Landroid/graphics/Canvas;)V +HSPLandroid/widget/AbsListView;->draw(Landroid/graphics/Canvas;)V +HSPLandroid/widget/AbsListView;->drawSelector(Landroid/graphics/Canvas;)V HSPLandroid/widget/AbsListView;->drawableStateChanged()V +HSPLandroid/widget/AbsListView;->generateLayoutParams(Landroid/util/AttributeSet;)Landroid/view/ViewGroup$LayoutParams; +HSPLandroid/widget/AbsListView;->generateLayoutParams(Landroid/util/AttributeSet;)Landroid/widget/AbsListView$LayoutParams; +HSPLandroid/widget/AbsListView;->getVerticalScrollbarWidth()I HSPLandroid/widget/AbsListView;->handleBoundsChange()V +HSPLandroid/widget/AbsListView;->handleDataChanged()V HSPLandroid/widget/AbsListView;->hideSelector()V HSPLandroid/widget/AbsListView;->initAbsListView()V HSPLandroid/widget/AbsListView;->internalSetPadding(IIII)V HSPLandroid/widget/AbsListView;->invokeOnItemScrollListener()V +HSPLandroid/widget/AbsListView;->isFastScrollEnabled()Z HSPLandroid/widget/AbsListView;->isInFilterMode()Z +HSPLandroid/widget/AbsListView;->isVerticalScrollBarHidden()Z HSPLandroid/widget/AbsListView;->jumpDrawablesToCurrentState()V HSPLandroid/widget/AbsListView;->layoutChildren()V HSPLandroid/widget/AbsListView;->obtainView(I[Z)Landroid/view/View; HSPLandroid/widget/AbsListView;->onAttachedToWindow()V +HSPLandroid/widget/AbsListView;->onDetachedFromWindow()V HSPLandroid/widget/AbsListView;->onLayout(ZIIII)V HSPLandroid/widget/AbsListView;->onMeasure(II)V HSPLandroid/widget/AbsListView;->onRtlPropertiesChanged(I)V @@ -13864,6 +14325,8 @@ HSPLandroid/widget/AbsListView;->setStackFromBottom(Z)V HSPLandroid/widget/AbsListView;->setTextFilterEnabled(Z)V HSPLandroid/widget/AbsListView;->setTranscriptMode(I)V HSPLandroid/widget/AbsListView;->setVisibleRangeHint(II)V +HSPLandroid/widget/AbsListView;->shouldDisplayEdgeEffects()Z +HSPLandroid/widget/AbsListView;->shouldDrawSelector()Z HSPLandroid/widget/AbsListView;->shouldShowSelector()Z HSPLandroid/widget/AbsListView;->touchModeDrawsInPressedState()Z HSPLandroid/widget/AbsListView;->updateScrollIndicators()V @@ -13874,21 +14337,29 @@ HSPLandroid/widget/AdapterView$AdapterDataSetObserver;->onChanged()V HSPLandroid/widget/AdapterView;-><init>(Landroid/content/Context;Landroid/util/AttributeSet;II)V HSPLandroid/widget/AdapterView;->checkFocus()V HSPLandroid/widget/AdapterView;->checkSelectionChanged()V +HSPLandroid/widget/AdapterView;->dispatchSaveInstanceState(Landroid/util/SparseArray;)V HSPLandroid/widget/AdapterView;->getItemIdAtPosition(I)J +HSPLandroid/widget/AdapterView;->onDetachedFromWindow()V HSPLandroid/widget/AdapterView;->onLayout(ZIIII)V HSPLandroid/widget/AdapterView;->rememberSyncState()V HSPLandroid/widget/AdapterView;->setFocusableInTouchMode(Z)V HSPLandroid/widget/AdapterView;->setNextSelectedPositionInt(I)V HSPLandroid/widget/AdapterView;->setOnItemClickListener(Landroid/widget/AdapterView$OnItemClickListener;)V HSPLandroid/widget/AdapterView;->setSelectedPositionInt(I)V +HSPLandroid/widget/ArrayAdapter;-><init>(Landroid/content/Context;IILjava/util/List;)V +HSPLandroid/widget/ArrayAdapter;-><init>(Landroid/content/Context;IILjava/util/List;Z)V HSPLandroid/widget/BaseAdapter;-><init>()V HSPLandroid/widget/BaseAdapter;->areAllItemsEnabled()Z +HSPLandroid/widget/BaseAdapter;->getViewTypeCount()I HSPLandroid/widget/BaseAdapter;->hasStableIds()Z +HSPLandroid/widget/BaseAdapter;->isEnabled(I)Z HSPLandroid/widget/BaseAdapter;->notifyDataSetChanged()V HSPLandroid/widget/BaseAdapter;->registerDataSetObserver(Landroid/database/DataSetObserver;)V +HSPLandroid/widget/BaseAdapter;->unregisterDataSetObserver(Landroid/database/DataSetObserver;)V HSPLandroid/widget/Button;-><init>(Landroid/content/Context;Landroid/util/AttributeSet;)V HSPLandroid/widget/Button;-><init>(Landroid/content/Context;Landroid/util/AttributeSet;I)V HSPLandroid/widget/Button;-><init>(Landroid/content/Context;Landroid/util/AttributeSet;II)V +HSPLandroid/widget/CheckBox;-><init>(Landroid/content/Context;Landroid/util/AttributeSet;I)V HSPLandroid/widget/CompoundButton;-><init>(Landroid/content/Context;Landroid/util/AttributeSet;II)V HSPLandroid/widget/CompoundButton;->applyButtonTint()V HSPLandroid/widget/CompoundButton;->drawableStateChanged()V @@ -13896,9 +14367,11 @@ HSPLandroid/widget/CompoundButton;->getAutofillType()I HSPLandroid/widget/CompoundButton;->getButtonStateDescription()Ljava/lang/CharSequence; HSPLandroid/widget/CompoundButton;->getCompoundPaddingLeft()I HSPLandroid/widget/CompoundButton;->getCompoundPaddingRight()I +HSPLandroid/widget/CompoundButton;->getHorizontalOffsetForDrawables()I HSPLandroid/widget/CompoundButton;->isChecked()Z HSPLandroid/widget/CompoundButton;->jumpDrawablesToCurrentState()V HSPLandroid/widget/CompoundButton;->onCreateDrawableState(I)[I +HSPLandroid/widget/CompoundButton;->onDraw(Landroid/graphics/Canvas;)V HSPLandroid/widget/CompoundButton;->onResolveDrawables(I)V HSPLandroid/widget/CompoundButton;->setChecked(Z)V HSPLandroid/widget/CompoundButton;->setDefaultStateDescritption()V @@ -13907,6 +14380,8 @@ HSPLandroid/widget/CompoundButton;->verifyDrawable(Landroid/graphics/drawable/Dr HSPLandroid/widget/EdgeEffect;-><init>(Landroid/content/Context;)V HSPLandroid/widget/EdgeEffect;->draw(Landroid/graphics/Canvas;)Z HSPLandroid/widget/EdgeEffect;->isFinished()Z +HSPLandroid/widget/EdgeEffect;->onAbsorb(I)V +HSPLandroid/widget/EdgeEffect;->onPull(FF)V HSPLandroid/widget/EdgeEffect;->onRelease()V HSPLandroid/widget/EdgeEffect;->setSize(II)V HSPLandroid/widget/EdgeEffect;->update()V @@ -13915,6 +14390,7 @@ HSPLandroid/widget/EditText;-><init>(Landroid/content/Context;Landroid/util/Attr HSPLandroid/widget/EditText;-><init>(Landroid/content/Context;Landroid/util/AttributeSet;II)V HSPLandroid/widget/EditText;->getDefaultEditable()Z HSPLandroid/widget/EditText;->getDefaultMovementMethod()Landroid/text/method/MovementMethod; +HSPLandroid/widget/EditText;->getFreezesText()Z HSPLandroid/widget/EditText;->getText()Landroid/text/Editable; HSPLandroid/widget/EditText;->getText()Ljava/lang/CharSequence; HSPLandroid/widget/EditText;->setText(Ljava/lang/CharSequence;Landroid/widget/TextView$BufferType;)V @@ -13924,10 +14400,17 @@ HSPLandroid/widget/Editor$2;-><init>(Landroid/widget/Editor;)V HSPLandroid/widget/Editor$2;->onDraw()V HSPLandroid/widget/Editor$3;-><init>(Landroid/widget/Editor;)V HSPLandroid/widget/Editor$5;-><init>(Landroid/widget/Editor;)V +HSPLandroid/widget/Editor$Blink;->cancel()V +HSPLandroid/widget/Editor$Blink;->run()V HSPLandroid/widget/Editor$CursorAnchorInfoNotifier;-><init>(Landroid/widget/Editor;)V HSPLandroid/widget/Editor$CursorAnchorInfoNotifier;-><init>(Landroid/widget/Editor;Landroid/widget/Editor$1;)V HSPLandroid/widget/Editor$CursorAnchorInfoNotifier;->updatePosition(IIZZ)V HSPLandroid/widget/Editor$InputContentType;-><init>()V +HSPLandroid/widget/Editor$InsertionPointCursorController;-><init>(Landroid/widget/Editor;)V +HSPLandroid/widget/Editor$InsertionPointCursorController;->hide()V +HSPLandroid/widget/Editor$InsertionPointCursorController;->isActive()Z +HSPLandroid/widget/Editor$InsertionPointCursorController;->isCursorBeingModified()Z +HSPLandroid/widget/Editor$InsertionPointCursorController;->onDetached()V HSPLandroid/widget/Editor$PositionListener;-><init>(Landroid/widget/Editor;)V HSPLandroid/widget/Editor$PositionListener;-><init>(Landroid/widget/Editor;Landroid/widget/Editor$1;)V HSPLandroid/widget/Editor$PositionListener;->addSubscriber(Landroid/widget/Editor$TextViewPositionListener;Z)V @@ -13936,35 +14419,56 @@ HSPLandroid/widget/Editor$PositionListener;->removeSubscriber(Landroid/widget/Ed HSPLandroid/widget/Editor$PositionListener;->updatePosition()V HSPLandroid/widget/Editor$ProcessTextIntentActionsHandler;-><init>(Landroid/widget/Editor;)V HSPLandroid/widget/Editor$ProcessTextIntentActionsHandler;-><init>(Landroid/widget/Editor;Landroid/widget/Editor$1;)V +HSPLandroid/widget/Editor$SelectionModifierCursorController;-><init>(Landroid/widget/Editor;)V +HSPLandroid/widget/Editor$SelectionModifierCursorController;->isCursorBeingModified()Z +HSPLandroid/widget/Editor$SelectionModifierCursorController;->isDragAcceleratorActive()Z +HSPLandroid/widget/Editor$SelectionModifierCursorController;->isSelectionStartDragged()Z +HSPLandroid/widget/Editor$SelectionModifierCursorController;->onDetached()V +HSPLandroid/widget/Editor$SelectionModifierCursorController;->resetDragAcceleratorState()V +HSPLandroid/widget/Editor$SelectionModifierCursorController;->resetTouchOffsets()V HSPLandroid/widget/Editor$SpanController;-><init>(Landroid/widget/Editor;)V HSPLandroid/widget/Editor$SpanController;-><init>(Landroid/widget/Editor;Landroid/widget/Editor$1;)V HSPLandroid/widget/Editor$SpanController;->hide()V HSPLandroid/widget/Editor$SpanController;->isNonIntermediateSelectionSpan(Landroid/text/Spannable;Ljava/lang/Object;)Z HSPLandroid/widget/Editor$SpanController;->onSpanAdded(Landroid/text/Spannable;Ljava/lang/Object;II)V +HSPLandroid/widget/Editor$SpanController;->onSpanChanged(Landroid/text/Spannable;Ljava/lang/Object;IIII)V HSPLandroid/widget/Editor$SpanController;->onSpanRemoved(Landroid/text/Spannable;Ljava/lang/Object;II)V HSPLandroid/widget/Editor$SuggestionHelper$SuggestionSpanComparator;-><init>(Landroid/widget/Editor$SuggestionHelper;)V HSPLandroid/widget/Editor$SuggestionHelper$SuggestionSpanComparator;-><init>(Landroid/widget/Editor$SuggestionHelper;Landroid/widget/Editor$1;)V HSPLandroid/widget/Editor$SuggestionHelper;-><init>(Landroid/widget/Editor;)V HSPLandroid/widget/Editor$SuggestionHelper;-><init>(Landroid/widget/Editor;Landroid/widget/Editor$1;)V +HSPLandroid/widget/Editor$TextRenderNode;-><init>(Ljava/lang/String;)V HSPLandroid/widget/Editor$TextRenderNode;->needsRecord()Z HSPLandroid/widget/Editor$UndoInputFilter;-><init>(Landroid/widget/Editor;)V +HSPLandroid/widget/Editor$UndoInputFilter;->beginBatchEdit()V +HSPLandroid/widget/Editor$UndoInputFilter;->canUndoEdit(Ljava/lang/CharSequence;IILandroid/text/Spanned;II)Z +HSPLandroid/widget/Editor$UndoInputFilter;->endBatchEdit()V +HSPLandroid/widget/Editor$UndoInputFilter;->filter(Ljava/lang/CharSequence;IILandroid/text/Spanned;II)Ljava/lang/CharSequence; +HSPLandroid/widget/Editor$UndoInputFilter;->saveInstanceState(Landroid/os/Parcel;)V HSPLandroid/widget/Editor;-><init>(Landroid/widget/TextView;)V HSPLandroid/widget/Editor;->access$000(Landroid/widget/Editor;)Landroid/widget/Editor$MagnifierMotionAnimator; HSPLandroid/widget/Editor;->access$1600(Landroid/widget/Editor;)V HSPLandroid/widget/Editor;->access$300(Landroid/widget/Editor;)Landroid/widget/TextView; HSPLandroid/widget/Editor;->addSpanWatchers(Landroid/text/Spannable;)V HSPLandroid/widget/Editor;->adjustInputType(ZZZZ)V +HSPLandroid/widget/Editor;->beginBatchEdit()V +HSPLandroid/widget/Editor;->clampHorizontalPosition(Landroid/graphics/drawable/Drawable;F)I HSPLandroid/widget/Editor;->createInputContentTypeIfNeeded()V +HSPLandroid/widget/Editor;->createInputMethodStateIfNeeded()V HSPLandroid/widget/Editor;->discardTextDisplayLists()V +HSPLandroid/widget/Editor;->downgradeEasyCorrectionSpans()V HSPLandroid/widget/Editor;->drawHardwareAccelerated(Landroid/graphics/Canvas;Landroid/text/Layout;Landroid/graphics/Path;Landroid/graphics/Paint;I)V HSPLandroid/widget/Editor;->drawHardwareAcceleratedInner(Landroid/graphics/Canvas;Landroid/text/Layout;Landroid/graphics/Path;Landroid/graphics/Paint;I[I[IIII)I +HSPLandroid/widget/Editor;->endBatchEdit()V HSPLandroid/widget/Editor;->ensureEndedBatchEdit()V HSPLandroid/widget/Editor;->ensureNoSelectionIfNonSelectable()V HSPLandroid/widget/Editor;->extractedTextModeWillBeStarted()Z +HSPLandroid/widget/Editor;->finishBatchEdit(Landroid/widget/Editor$InputMethodState;)V HSPLandroid/widget/Editor;->forgetUndoRedo()V HSPLandroid/widget/Editor;->getAvailableDisplayListIndex([III)I HSPLandroid/widget/Editor;->getInputMethodManager()Landroid/view/inputmethod/InputMethodManager; HSPLandroid/widget/Editor;->getInsertionController()Landroid/widget/Editor$InsertionPointCursorController; +HSPLandroid/widget/Editor;->getLastTapPosition()I HSPLandroid/widget/Editor;->getPositionListener()Landroid/widget/Editor$PositionListener; HSPLandroid/widget/Editor;->getSelectionActionModeHelper()Landroid/widget/SelectionActionModeHelper; HSPLandroid/widget/Editor;->getSelectionController()Landroid/widget/Editor$SelectionModifierCursorController; @@ -13974,24 +14478,33 @@ HSPLandroid/widget/Editor;->hideCursorAndSpanControllers()V HSPLandroid/widget/Editor;->hideCursorControllers()V HSPLandroid/widget/Editor;->hideInsertionPointCursorController()V HSPLandroid/widget/Editor;->hideSpanControllers()V +HSPLandroid/widget/Editor;->invalidateHandlesAndActionMode()V HSPLandroid/widget/Editor;->invalidateTextDisplayList()V HSPLandroid/widget/Editor;->isCursorVisible()Z +HSPLandroid/widget/Editor;->loadCursorDrawable()V HSPLandroid/widget/Editor;->makeBlink()V HSPLandroid/widget/Editor;->onAttachedToWindow()V HSPLandroid/widget/Editor;->onDetachedFromWindow()V HSPLandroid/widget/Editor;->onDraw(Landroid/graphics/Canvas;Landroid/text/Layout;Landroid/graphics/Path;Landroid/graphics/Paint;I)V +HSPLandroid/widget/Editor;->onFocusChanged(ZI)V +HSPLandroid/widget/Editor;->onLocaleChanged()V HSPLandroid/widget/Editor;->onScreenStateChanged(I)V HSPLandroid/widget/Editor;->onWindowFocusChanged(Z)V HSPLandroid/widget/Editor;->prepareCursorControllers()V HSPLandroid/widget/Editor;->refreshTextActionMode()V +HSPLandroid/widget/Editor;->reportExtractedText()Z HSPLandroid/widget/Editor;->resumeBlink()V +HSPLandroid/widget/Editor;->saveInstanceState()Landroid/os/ParcelableParcel; HSPLandroid/widget/Editor;->sendOnTextChanged(III)V HSPLandroid/widget/Editor;->sendUpdateSelection()V HSPLandroid/widget/Editor;->setFrame()V HSPLandroid/widget/Editor;->shouldBlink()Z +HSPLandroid/widget/Editor;->shouldRenderCursor()Z HSPLandroid/widget/Editor;->stopTextActionMode()V HSPLandroid/widget/Editor;->stopTextActionModeWithPreservingSelection()V HSPLandroid/widget/Editor;->suspendBlink()V +HSPLandroid/widget/Editor;->updateCursorPosition()V +HSPLandroid/widget/Editor;->updateCursorPosition(IIF)V HSPLandroid/widget/Editor;->updateSpellCheckSpans(IIZ)V HSPLandroid/widget/EditorTouchState;-><init>()V HSPLandroid/widget/FrameLayout$LayoutParams;-><init>(II)V @@ -14019,15 +14532,27 @@ HSPLandroid/widget/FrameLayout;->onLayout(ZIIII)V HSPLandroid/widget/FrameLayout;->onMeasure(II)V HSPLandroid/widget/FrameLayout;->setForegroundGravity(I)V HSPLandroid/widget/FrameLayout;->shouldDelayChildPressedState()Z +HSPLandroid/widget/HorizontalScrollView$SavedState;->writeToParcel(Landroid/os/Parcel;I)V +HSPLandroid/widget/HorizontalScrollView;-><init>(Landroid/content/Context;Landroid/util/AttributeSet;)V HSPLandroid/widget/HorizontalScrollView;-><init>(Landroid/content/Context;Landroid/util/AttributeSet;I)V HSPLandroid/widget/HorizontalScrollView;-><init>(Landroid/content/Context;Landroid/util/AttributeSet;II)V HSPLandroid/widget/HorizontalScrollView;->addView(Landroid/view/View;ILandroid/view/ViewGroup$LayoutParams;)V +HSPLandroid/widget/HorizontalScrollView;->clamp(III)I +HSPLandroid/widget/HorizontalScrollView;->computeScroll()V +HSPLandroid/widget/HorizontalScrollView;->draw(Landroid/graphics/Canvas;)V HSPLandroid/widget/HorizontalScrollView;->initScrollView()V +HSPLandroid/widget/HorizontalScrollView;->measureChildWithMargins(Landroid/view/View;IIII)V +HSPLandroid/widget/HorizontalScrollView;->onLayout(ZIIII)V +HSPLandroid/widget/HorizontalScrollView;->onMeasure(II)V +HSPLandroid/widget/HorizontalScrollView;->onSaveInstanceState()Landroid/os/Parcelable; +HSPLandroid/widget/HorizontalScrollView;->onSizeChanged(IIII)V HSPLandroid/widget/HorizontalScrollView;->requestLayout()V +HSPLandroid/widget/HorizontalScrollView;->scrollTo(II)V HSPLandroid/widget/HorizontalScrollView;->setFillViewport(Z)V HSPLandroid/widget/ImageButton;-><init>(Landroid/content/Context;Landroid/util/AttributeSet;)V HSPLandroid/widget/ImageButton;-><init>(Landroid/content/Context;Landroid/util/AttributeSet;I)V HSPLandroid/widget/ImageButton;-><init>(Landroid/content/Context;Landroid/util/AttributeSet;II)V +HSPLandroid/widget/ImageButton;->onSetAlpha(I)Z HSPLandroid/widget/ImageView;-><init>(Landroid/content/Context;)V HSPLandroid/widget/ImageView;-><init>(Landroid/content/Context;Landroid/util/AttributeSet;)V HSPLandroid/widget/ImageView;-><init>(Landroid/content/Context;Landroid/util/AttributeSet;I)V @@ -14055,10 +14580,12 @@ HSPLandroid/widget/ImageView;->onMeasure(II)V HSPLandroid/widget/ImageView;->onRtlPropertiesChanged(I)V HSPLandroid/widget/ImageView;->onVisibilityAggregated(Z)V HSPLandroid/widget/ImageView;->resizeFromDrawable()V +HSPLandroid/widget/ImageView;->resolveAdjustedSize(III)I HSPLandroid/widget/ImageView;->resolveUri()V HSPLandroid/widget/ImageView;->scaleTypeToScaleToFit(Landroid/widget/ImageView$ScaleType;)Landroid/graphics/Matrix$ScaleToFit; HSPLandroid/widget/ImageView;->setAdjustViewBounds(Z)V HSPLandroid/widget/ImageView;->setAlpha(I)V +HSPLandroid/widget/ImageView;->setColorFilter(I)V HSPLandroid/widget/ImageView;->setColorFilter(ILandroid/graphics/PorterDuff$Mode;)V HSPLandroid/widget/ImageView;->setColorFilter(Landroid/graphics/ColorFilter;)V HSPLandroid/widget/ImageView;->setFrame(IIII)Z @@ -14076,6 +14603,7 @@ HSPLandroid/widget/ImageView;->setVisibility(I)V HSPLandroid/widget/ImageView;->updateDrawable(Landroid/graphics/drawable/Drawable;)V HSPLandroid/widget/ImageView;->verifyDrawable(Landroid/graphics/drawable/Drawable;)Z HSPLandroid/widget/LinearLayout$LayoutParams;-><init>(II)V +HSPLandroid/widget/LinearLayout$LayoutParams;-><init>(IIF)V HSPLandroid/widget/LinearLayout$LayoutParams;-><init>(Landroid/content/Context;Landroid/util/AttributeSet;)V HSPLandroid/widget/LinearLayout$LayoutParams;-><init>(Landroid/view/ViewGroup$LayoutParams;)V HSPLandroid/widget/LinearLayout$LayoutParams;-><init>(Landroid/view/ViewGroup$MarginLayoutParams;)V @@ -14093,10 +14621,12 @@ HSPLandroid/widget/LinearLayout;->generateLayoutParams(Landroid/util/AttributeSe HSPLandroid/widget/LinearLayout;->generateLayoutParams(Landroid/util/AttributeSet;)Landroid/widget/LinearLayout$LayoutParams; HSPLandroid/widget/LinearLayout;->generateLayoutParams(Landroid/view/ViewGroup$LayoutParams;)Landroid/view/ViewGroup$LayoutParams; HSPLandroid/widget/LinearLayout;->generateLayoutParams(Landroid/view/ViewGroup$LayoutParams;)Landroid/widget/LinearLayout$LayoutParams; +HSPLandroid/widget/LinearLayout;->getAccessibilityClassName()Ljava/lang/CharSequence; HSPLandroid/widget/LinearLayout;->getBaseline()I HSPLandroid/widget/LinearLayout;->getChildrenSkipCount(Landroid/view/View;I)I HSPLandroid/widget/LinearLayout;->getLocationOffset(Landroid/view/View;)I HSPLandroid/widget/LinearLayout;->getNextLocationOffset(Landroid/view/View;)I +HSPLandroid/widget/LinearLayout;->getOrientation()I HSPLandroid/widget/LinearLayout;->getVirtualChildAt(I)Landroid/view/View; HSPLandroid/widget/LinearLayout;->getVirtualChildCount()I HSPLandroid/widget/LinearLayout;->hasDividerBeforeChildAt(I)Z @@ -14122,7 +14652,14 @@ HSPLandroid/widget/ListView;-><init>(Landroid/content/Context;Landroid/util/Attr HSPLandroid/widget/ListView;-><init>(Landroid/content/Context;Landroid/util/AttributeSet;II)V HSPLandroid/widget/ListView;->adjustViewsUpOrDown()V HSPLandroid/widget/ListView;->clearRecycledState(Ljava/util/ArrayList;)V +HSPLandroid/widget/ListView;->correctTooHigh(I)V +HSPLandroid/widget/ListView;->dispatchDraw(Landroid/graphics/Canvas;)V +HSPLandroid/widget/ListView;->drawChild(Landroid/graphics/Canvas;Landroid/view/View;J)Z HSPLandroid/widget/ListView;->fillDown(II)Landroid/view/View; +HSPLandroid/widget/ListView;->fillFromTop(I)Landroid/view/View; +HSPLandroid/widget/ListView;->fillSpecific(II)Landroid/view/View; +HSPLandroid/widget/ListView;->fillUp(II)Landroid/view/View; +HSPLandroid/widget/ListView;->findViewInHeadersOrFooters(Ljava/util/ArrayList;I)Landroid/view/View; HSPLandroid/widget/ListView;->findViewTraversal(I)Landroid/view/View; HSPLandroid/widget/ListView;->getAdapter()Landroid/widget/Adapter; HSPLandroid/widget/ListView;->getAdapter()Landroid/widget/ListAdapter; @@ -14130,6 +14667,7 @@ HSPLandroid/widget/ListView;->isOpaque()Z HSPLandroid/widget/ListView;->layoutChildren()V HSPLandroid/widget/ListView;->lookForSelectablePosition(IZ)I HSPLandroid/widget/ListView;->makeAndAddView(IIZIZ)Landroid/view/View; +HSPLandroid/widget/ListView;->onDetachedFromWindow()V HSPLandroid/widget/ListView;->onFinishInflate()V HSPLandroid/widget/ListView;->onMeasure(II)V HSPLandroid/widget/ListView;->onSizeChanged(IIII)V @@ -14143,6 +14681,7 @@ HSPLandroid/widget/OverScroller$SplineOverScroller;->access$000(Landroid/widget/ HSPLandroid/widget/OverScroller$SplineOverScroller;->access$100(Landroid/widget/OverScroller$SplineOverScroller;)I HSPLandroid/widget/OverScroller$SplineOverScroller;->access$200(Landroid/widget/OverScroller$SplineOverScroller;)F HSPLandroid/widget/OverScroller$SplineOverScroller;->access$400(Landroid/widget/OverScroller$SplineOverScroller;)I +HSPLandroid/widget/OverScroller$SplineOverScroller;->access$500(Landroid/widget/OverScroller$SplineOverScroller;)I HSPLandroid/widget/OverScroller$SplineOverScroller;->continueWhenFinished()Z HSPLandroid/widget/OverScroller$SplineOverScroller;->finish()V HSPLandroid/widget/OverScroller$SplineOverScroller;->fling(IIIII)V @@ -14163,7 +14702,20 @@ HSPLandroid/widget/OverScroller;->getCurrY()I HSPLandroid/widget/OverScroller;->getFinalX()I HSPLandroid/widget/OverScroller;->getFinalY()I HSPLandroid/widget/OverScroller;->isFinished()Z +HSPLandroid/widget/PopupWindow$1;-><init>(Landroid/widget/PopupWindow;)V +HSPLandroid/widget/PopupWindow$2;-><init>(Landroid/widget/PopupWindow;)V +HSPLandroid/widget/PopupWindow;-><init>(Landroid/content/Context;Landroid/util/AttributeSet;II)V +HSPLandroid/widget/PopupWindow;->dismiss()V +HSPLandroid/widget/PopupWindow;->getTransition(I)Landroid/transition/Transition; HSPLandroid/widget/PopupWindow;->isShowing()Z +HSPLandroid/widget/PopupWindow;->setAttachedInDecor(Z)V +HSPLandroid/widget/PopupWindow;->setBackgroundDrawable(Landroid/graphics/drawable/Drawable;)V +HSPLandroid/widget/PopupWindow;->setContentView(Landroid/view/View;)V +HSPLandroid/widget/PopupWindow;->setEnterTransition(Landroid/transition/Transition;)V +HSPLandroid/widget/PopupWindow;->setExitTransition(Landroid/transition/Transition;)V +HSPLandroid/widget/PopupWindow;->setFocusable(Z)V +HSPLandroid/widget/PopupWindow;->setHeight(I)V +HSPLandroid/widget/PopupWindow;->setWidth(I)V HSPLandroid/widget/ProgressBar$1;-><init>(Landroid/widget/ProgressBar;Ljava/lang/String;)V HSPLandroid/widget/ProgressBar$SavedState;-><init>(Landroid/os/Parcelable;)V HSPLandroid/widget/ProgressBar$SavedState;->writeToParcel(Landroid/os/Parcel;I)V @@ -14224,6 +14776,7 @@ HSPLandroid/widget/RelativeLayout$DependencyGraph;->add(Landroid/view/View;)V HSPLandroid/widget/RelativeLayout$DependencyGraph;->clear()V HSPLandroid/widget/RelativeLayout$DependencyGraph;->findRoots([I)Ljava/util/ArrayDeque; HSPLandroid/widget/RelativeLayout$DependencyGraph;->getSortedViews([Landroid/view/View;[I)V +HSPLandroid/widget/RelativeLayout$LayoutParams;-><init>(II)V HSPLandroid/widget/RelativeLayout$LayoutParams;-><init>(Landroid/content/Context;Landroid/util/AttributeSet;)V HSPLandroid/widget/RelativeLayout$LayoutParams;->access$100(Landroid/widget/RelativeLayout$LayoutParams;)I HSPLandroid/widget/RelativeLayout$LayoutParams;->access$102(Landroid/widget/RelativeLayout$LayoutParams;I)I @@ -14238,6 +14791,7 @@ HSPLandroid/widget/RelativeLayout$LayoutParams;->addRule(II)V HSPLandroid/widget/RelativeLayout$LayoutParams;->getRules()[I HSPLandroid/widget/RelativeLayout$LayoutParams;->getRules(I)[I HSPLandroid/widget/RelativeLayout$LayoutParams;->hasRelativeRules()Z +HSPLandroid/widget/RelativeLayout$LayoutParams;->isRelativeRule(I)Z HSPLandroid/widget/RelativeLayout$LayoutParams;->resolveLayoutDirection(I)V HSPLandroid/widget/RelativeLayout$LayoutParams;->resolveRules(I)V HSPLandroid/widget/RelativeLayout$LayoutParams;->shouldResolveLayoutDirection(I)Z @@ -14252,6 +14806,7 @@ HSPLandroid/widget/RelativeLayout;->checkLayoutParams(Landroid/view/ViewGroup$La HSPLandroid/widget/RelativeLayout;->compareLayoutPosition(Landroid/widget/RelativeLayout$LayoutParams;Landroid/widget/RelativeLayout$LayoutParams;)I HSPLandroid/widget/RelativeLayout;->generateLayoutParams(Landroid/util/AttributeSet;)Landroid/view/ViewGroup$LayoutParams; HSPLandroid/widget/RelativeLayout;->generateLayoutParams(Landroid/util/AttributeSet;)Landroid/widget/RelativeLayout$LayoutParams; +HSPLandroid/widget/RelativeLayout;->getAccessibilityClassName()Ljava/lang/CharSequence; HSPLandroid/widget/RelativeLayout;->getBaseline()I HSPLandroid/widget/RelativeLayout;->getChildMeasureSpec(IIIIIIII)I HSPLandroid/widget/RelativeLayout;->getRelatedView([II)Landroid/view/View; @@ -14328,16 +14883,19 @@ HSPLandroid/widget/ScrollView;->draw(Landroid/graphics/Canvas;)V HSPLandroid/widget/ScrollView;->initScrollView()V HSPLandroid/widget/ScrollView;->measureChildWithMargins(Landroid/view/View;IIII)V HSPLandroid/widget/ScrollView;->onDetachedFromWindow()V +HSPLandroid/widget/ScrollView;->onInterceptTouchEvent(Landroid/view/MotionEvent;)Z HSPLandroid/widget/ScrollView;->onLayout(ZIIII)V HSPLandroid/widget/ScrollView;->onMeasure(II)V HSPLandroid/widget/ScrollView;->onSizeChanged(IIII)V HSPLandroid/widget/ScrollView;->requestLayout()V HSPLandroid/widget/ScrollView;->scrollTo(II)V HSPLandroid/widget/ScrollView;->setFillViewport(Z)V +HSPLandroid/widget/ScrollView;->shouldDisplayEdgeEffects()Z HSPLandroid/widget/Scroller$ViscousFluidInterpolator;-><init>()V HSPLandroid/widget/Scroller;-><init>(Landroid/content/Context;Landroid/view/animation/Interpolator;)V HSPLandroid/widget/Scroller;-><init>(Landroid/content/Context;Landroid/view/animation/Interpolator;Z)V HSPLandroid/widget/Scroller;->computeDeceleration(F)F +HSPLandroid/widget/Scroller;->computeScrollOffset()Z HSPLandroid/widget/Scroller;->isFinished()Z HSPLandroid/widget/SelectionActionModeHelper$SelectionMetricsLogger;-><init>(Landroid/widget/TextView;)V HSPLandroid/widget/SelectionActionModeHelper$SelectionTracker$LogAbandonRunnable;-><init>(Landroid/widget/SelectionActionModeHelper$SelectionTracker;)V @@ -14360,14 +14918,25 @@ HSPLandroid/widget/Space;-><init>(Landroid/content/Context;Landroid/util/Attribu HSPLandroid/widget/Space;-><init>(Landroid/content/Context;Landroid/util/AttributeSet;II)V HSPLandroid/widget/Space;->getDefaultSize2(II)I HSPLandroid/widget/Space;->onMeasure(II)V +HSPLandroid/widget/SpellChecker;-><init>(Landroid/widget/TextView;)V +HSPLandroid/widget/SpellChecker;->closeSession()V +HSPLandroid/widget/SpellChecker;->resetSession()V +HSPLandroid/widget/SpellChecker;->spellCheck(II)V +HSPLandroid/widget/TextView$3;->run()V HSPLandroid/widget/TextView$ChangeWatcher;-><init>(Landroid/widget/TextView;)V HSPLandroid/widget/TextView$ChangeWatcher;-><init>(Landroid/widget/TextView;Landroid/widget/TextView$1;)V +HSPLandroid/widget/TextView$ChangeWatcher;->afterTextChanged(Landroid/text/Editable;)V +HSPLandroid/widget/TextView$ChangeWatcher;->beforeTextChanged(Ljava/lang/CharSequence;III)V HSPLandroid/widget/TextView$ChangeWatcher;->onSpanAdded(Landroid/text/Spannable;Ljava/lang/Object;II)V +HSPLandroid/widget/TextView$ChangeWatcher;->onSpanChanged(Landroid/text/Spannable;Ljava/lang/Object;IIII)V HSPLandroid/widget/TextView$ChangeWatcher;->onSpanRemoved(Landroid/text/Spannable;Ljava/lang/Object;II)V +HSPLandroid/widget/TextView$ChangeWatcher;->onTextChanged(Ljava/lang/CharSequence;III)V HSPLandroid/widget/TextView$Drawables;-><init>(Landroid/content/Context;)V HSPLandroid/widget/TextView$Drawables;->applyErrorDrawableIfNeeded(I)V HSPLandroid/widget/TextView$Drawables;->hasMetadata()Z HSPLandroid/widget/TextView$Drawables;->resolveWithLayoutDirection(I)Z +HSPLandroid/widget/TextView$SavedState;-><init>(Landroid/os/Parcelable;)V +HSPLandroid/widget/TextView$SavedState;->writeToParcel(Landroid/os/Parcel;I)V HSPLandroid/widget/TextView$TextAppearanceAttributes;-><init>()V HSPLandroid/widget/TextView$TextAppearanceAttributes;-><init>(Landroid/widget/TextView$1;)V HSPLandroid/widget/TextView;-><init>(Landroid/content/Context;)V @@ -14380,6 +14949,7 @@ HSPLandroid/widget/TextView;->applySingleLine(ZZZ)V HSPLandroid/widget/TextView;->applyTextAppearance(Landroid/widget/TextView$TextAppearanceAttributes;)V HSPLandroid/widget/TextView;->assumeLayout()V HSPLandroid/widget/TextView;->autoSizeText()V +HSPLandroid/widget/TextView;->beginBatchEdit()V HSPLandroid/widget/TextView;->bringPointIntoView(I)Z HSPLandroid/widget/TextView;->bringTextIntoView()Z HSPLandroid/widget/TextView;->cancelLongPress()V @@ -14391,11 +14961,15 @@ HSPLandroid/widget/TextView;->createEditorIfNeeded()V HSPLandroid/widget/TextView;->desired(Landroid/text/Layout;)I HSPLandroid/widget/TextView;->drawableHotspotChanged(FF)V HSPLandroid/widget/TextView;->drawableStateChanged()V +HSPLandroid/widget/TextView;->endBatchEdit()V +HSPLandroid/widget/TextView;->fixFocusableAndClickableSettings()V HSPLandroid/widget/TextView;->getAccessibilityClassName()Ljava/lang/CharSequence; HSPLandroid/widget/TextView;->getAutofillType()I +HSPLandroid/widget/TextView;->getAutofillValue()Landroid/view/autofill/AutofillValue; HSPLandroid/widget/TextView;->getBaseline()I HSPLandroid/widget/TextView;->getBaselineOffset()I HSPLandroid/widget/TextView;->getBoxHeight(Landroid/text/Layout;)I +HSPLandroid/widget/TextView;->getCompoundDrawablesRelative()[Landroid/graphics/drawable/Drawable; HSPLandroid/widget/TextView;->getCompoundPaddingBottom()I HSPLandroid/widget/TextView;->getCompoundPaddingLeft()I HSPLandroid/widget/TextView;->getCompoundPaddingRight()I @@ -14405,35 +14979,51 @@ HSPLandroid/widget/TextView;->getDefaultEditable()Z HSPLandroid/widget/TextView;->getDefaultMovementMethod()Landroid/text/method/MovementMethod; HSPLandroid/widget/TextView;->getDesiredHeight()I HSPLandroid/widget/TextView;->getDesiredHeight(Landroid/text/Layout;Z)I +HSPLandroid/widget/TextView;->getEditableText()Landroid/text/Editable; +HSPLandroid/widget/TextView;->getError()Ljava/lang/CharSequence; HSPLandroid/widget/TextView;->getExtendedPaddingBottom()I HSPLandroid/widget/TextView;->getExtendedPaddingTop()I HSPLandroid/widget/TextView;->getFilters()[Landroid/text/InputFilter; +HSPLandroid/widget/TextView;->getFocusedRect(Landroid/graphics/Rect;)V HSPLandroid/widget/TextView;->getFreezesText()Z HSPLandroid/widget/TextView;->getGravity()I +HSPLandroid/widget/TextView;->getHint()Ljava/lang/CharSequence; HSPLandroid/widget/TextView;->getHorizontalOffsetForDrawables()I HSPLandroid/widget/TextView;->getHorizontallyScrolling()Z HSPLandroid/widget/TextView;->getInputMethodManager()Landroid/view/inputmethod/InputMethodManager; HSPLandroid/widget/TextView;->getInputType()I +HSPLandroid/widget/TextView;->getInterestingRect(Landroid/graphics/Rect;I)V HSPLandroid/widget/TextView;->getKeyListener()Landroid/text/method/KeyListener; HSPLandroid/widget/TextView;->getLayout()Landroid/text/Layout; HSPLandroid/widget/TextView;->getLayoutAlignment()Landroid/text/Layout$Alignment; HSPLandroid/widget/TextView;->getLineCount()I +HSPLandroid/widget/TextView;->getLineHeight()I HSPLandroid/widget/TextView;->getMaxLines()I +HSPLandroid/widget/TextView;->getMovementMethod()Landroid/text/method/MovementMethod; HSPLandroid/widget/TextView;->getPaint()Landroid/text/TextPaint; HSPLandroid/widget/TextView;->getSelectionEnd()I HSPLandroid/widget/TextView;->getSelectionStart()I +HSPLandroid/widget/TextView;->getServiceManagerForUser(Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/Object; +HSPLandroid/widget/TextView;->getSpellCheckerLocale()Ljava/util/Locale; HSPLandroid/widget/TextView;->getText()Ljava/lang/CharSequence; +HSPLandroid/widget/TextView;->getTextCursorDrawable()Landroid/graphics/drawable/Drawable; HSPLandroid/widget/TextView;->getTextDirectionHeuristic()Landroid/text/TextDirectionHeuristic; HSPLandroid/widget/TextView;->getTextLocale()Ljava/util/Locale; HSPLandroid/widget/TextView;->getTextLocales()Landroid/os/LocaleList; HSPLandroid/widget/TextView;->getTextSize()F +HSPLandroid/widget/TextView;->getTotalPaddingLeft()I +HSPLandroid/widget/TextView;->getTotalPaddingRight()I +HSPLandroid/widget/TextView;->getTotalPaddingTop()I HSPLandroid/widget/TextView;->getTransformationMethod()Landroid/text/method/TransformationMethod; HSPLandroid/widget/TextView;->getUpdatedHighlightPath()Landroid/graphics/Path; HSPLandroid/widget/TextView;->getVerticalOffset(Z)I +HSPLandroid/widget/TextView;->handleTextChanged(Ljava/lang/CharSequence;III)V HSPLandroid/widget/TextView;->hasOverlappingRendering()Z HSPLandroid/widget/TextView;->hasPasswordTransformationMethod()Z HSPLandroid/widget/TextView;->hasSelection()Z +HSPLandroid/widget/TextView;->hideErrorIfUnchanged()V HSPLandroid/widget/TextView;->invalidateCursor(III)V +HSPLandroid/widget/TextView;->invalidateCursorPath()V HSPLandroid/widget/TextView;->invalidateDrawable(Landroid/graphics/drawable/Drawable;)V HSPLandroid/widget/TextView;->invalidateRegion(IIZ)V HSPLandroid/widget/TextView;->isAutoSizeEnabled()Z @@ -14442,25 +15032,34 @@ HSPLandroid/widget/TextView;->isInExtractedMode()Z HSPLandroid/widget/TextView;->isInputMethodTarget()Z HSPLandroid/widget/TextView;->isMarqueeFadeEnabled()Z HSPLandroid/widget/TextView;->isMultilineInputType(I)Z +HSPLandroid/widget/TextView;->isPasswordInputType(I)Z HSPLandroid/widget/TextView;->isShowingHint()Z HSPLandroid/widget/TextView;->isSuggestionsEnabled()Z HSPLandroid/widget/TextView;->isTextEditable()Z HSPLandroid/widget/TextView;->isTextSelectable()Z HSPLandroid/widget/TextView;->jumpDrawablesToCurrentState()V +HSPLandroid/widget/TextView;->length()I HSPLandroid/widget/TextView;->makeNewLayout(IILandroid/text/BoringLayout$Metrics;Landroid/text/BoringLayout$Metrics;IZ)V HSPLandroid/widget/TextView;->makeSingleLayout(ILandroid/text/BoringLayout$Metrics;ILandroid/text/Layout$Alignment;ZLandroid/text/TextUtils$TruncateAt;Z)Landroid/text/Layout; HSPLandroid/widget/TextView;->notifyListeningManagersAfterTextChanged()V HSPLandroid/widget/TextView;->nullLayouts()V HSPLandroid/widget/TextView;->onAttachedToWindow()V +HSPLandroid/widget/TextView;->onBeginBatchEdit()V HSPLandroid/widget/TextView;->onCheckIsTextEditor()Z HSPLandroid/widget/TextView;->onConfigurationChanged(Landroid/content/res/Configuration;)V HSPLandroid/widget/TextView;->onCreateDrawableState(I)[I +HSPLandroid/widget/TextView;->onCreateInputConnection(Landroid/view/inputmethod/EditorInfo;)Landroid/view/inputmethod/InputConnection; HSPLandroid/widget/TextView;->onDetachedFromWindowInternal()V HSPLandroid/widget/TextView;->onDraw(Landroid/graphics/Canvas;)V +HSPLandroid/widget/TextView;->onEndBatchEdit()V +HSPLandroid/widget/TextView;->onFocusChanged(ZILandroid/graphics/Rect;)V HSPLandroid/widget/TextView;->onLayout(ZIIII)V +HSPLandroid/widget/TextView;->onLocaleChanged()V HSPLandroid/widget/TextView;->onMeasure(II)V HSPLandroid/widget/TextView;->onPreDraw()Z +HSPLandroid/widget/TextView;->onProvideStructure(Landroid/view/ViewStructure;II)V HSPLandroid/widget/TextView;->onResolveDrawables(I)V +HSPLandroid/widget/TextView;->onRestoreInstanceState(Landroid/os/Parcelable;)V HSPLandroid/widget/TextView;->onRtlPropertiesChanged(I)V HSPLandroid/widget/TextView;->onSaveInstanceState()Landroid/os/Parcelable; HSPLandroid/widget/TextView;->onScreenStateChanged(I)V @@ -14478,10 +15077,12 @@ HSPLandroid/widget/TextView;->removeAdjacentSuggestionSpans(I)V HSPLandroid/widget/TextView;->removeIntersectingNonAdjacentSpans(IILjava/lang/Class;)V HSPLandroid/widget/TextView;->removeMisspelledSpans(Landroid/text/Spannable;)V HSPLandroid/widget/TextView;->removeSuggestionSpans(Ljava/lang/CharSequence;)Ljava/lang/CharSequence; +HSPLandroid/widget/TextView;->resetErrorChangedFlag()V HSPLandroid/widget/TextView;->resetResolvedDrawables()V HSPLandroid/widget/TextView;->resolveStyleAndSetTypeface(Landroid/graphics/Typeface;II)V HSPLandroid/widget/TextView;->restartMarqueeIfNeeded()V HSPLandroid/widget/TextView;->sendAccessibilityEventInternal(I)V +HSPLandroid/widget/TextView;->sendAfterTextChanged(Landroid/text/Editable;)V HSPLandroid/widget/TextView;->sendBeforeTextChanged(Ljava/lang/CharSequence;III)V HSPLandroid/widget/TextView;->sendOnTextChanged(Ljava/lang/CharSequence;III)V HSPLandroid/widget/TextView;->setCompoundDrawablePadding(I)V @@ -14503,12 +15104,14 @@ HSPLandroid/widget/TextView;->setIncludeFontPadding(Z)V HSPLandroid/widget/TextView;->setInputType(IZ)V HSPLandroid/widget/TextView;->setInputTypeSingleLine(Z)V HSPLandroid/widget/TextView;->setLetterSpacing(F)V +HSPLandroid/widget/TextView;->setLineSpacing(FF)V HSPLandroid/widget/TextView;->setLines(I)V HSPLandroid/widget/TextView;->setLinkTextColor(Landroid/content/res/ColorStateList;)V HSPLandroid/widget/TextView;->setMaxLines(I)V HSPLandroid/widget/TextView;->setMaxWidth(I)V HSPLandroid/widget/TextView;->setMinHeight(I)V HSPLandroid/widget/TextView;->setMinWidth(I)V +HSPLandroid/widget/TextView;->setMovementMethod(Landroid/text/method/MovementMethod;)V HSPLandroid/widget/TextView;->setOnEditorActionListener(Landroid/widget/TextView$OnEditorActionListener;)V HSPLandroid/widget/TextView;->setPadding(IIII)V HSPLandroid/widget/TextView;->setPaddingRelative(IIII)V @@ -14542,9 +15145,12 @@ HSPLandroid/widget/TextView;->stopTextActionMode()V HSPLandroid/widget/TextView;->supportsAutoSizeText()Z HSPLandroid/widget/TextView;->textCanBeSelected()Z HSPLandroid/widget/TextView;->unregisterForPreDraw()V +HSPLandroid/widget/TextView;->updateAfterEdit()V HSPLandroid/widget/TextView;->updateTextColors()V HSPLandroid/widget/TextView;->useDynamicLayout()Z HSPLandroid/widget/TextView;->verifyDrawable(Landroid/graphics/drawable/Drawable;)Z +HSPLandroid/widget/TextView;->viewportToContentHorizontalOffset()I +HSPLandroid/widget/TextView;->viewportToContentVerticalOffset()I HSPLcom/android/icu/charset/CharsetDecoderICU;-><init>(Ljava/nio/charset/Charset;FJ)V HSPLcom/android/icu/charset/CharsetDecoderICU;->decodeLoop(Ljava/nio/ByteBuffer;Ljava/nio/CharBuffer;)Ljava/nio/charset/CoderResult; HSPLcom/android/icu/charset/CharsetDecoderICU;->getArray(Ljava/nio/ByteBuffer;)I @@ -14593,8 +15199,6 @@ HSPLcom/android/icu/util/regex/MatcherNative;->useTransparentBounds(Z)V HSPLcom/android/icu/util/regex/PatternNative;-><init>(Ljava/lang/String;I)V HSPLcom/android/icu/util/regex/PatternNative;->create(Ljava/lang/String;I)Lcom/android/icu/util/regex/PatternNative; HSPLcom/android/icu/util/regex/PatternNative;->openMatcher()J -HSPLcom/android/internal/app/AssistUtils;-><init>(Landroid/content/Context;)V -HSPLcom/android/internal/app/AssistUtils;->getAssistComponentForUser(I)Landroid/content/ComponentName; HSPLcom/android/internal/app/IAppOpsService$Stub$Proxy;-><init>(Landroid/os/IBinder;)V HSPLcom/android/internal/app/IAppOpsService$Stub$Proxy;->checkOperation(IILjava/lang/String;)I HSPLcom/android/internal/app/IAppOpsService$Stub$Proxy;->checkPackage(ILjava/lang/String;)I @@ -14603,6 +15207,7 @@ HSPLcom/android/internal/app/IAppOpsService$Stub$Proxy;->noteProxyOperation(IILj HSPLcom/android/internal/app/IAppOpsService$Stub$Proxy;->shouldCollectNotes(I)Z HSPLcom/android/internal/app/IAppOpsService$Stub;->asInterface(Landroid/os/IBinder;)Lcom/android/internal/app/IAppOpsService; HSPLcom/android/internal/app/IBatteryStats$Stub$Proxy;-><init>(Landroid/os/IBinder;)V +HSPLcom/android/internal/app/IBatteryStats$Stub$Proxy;->takeUidSnapshot(I)Landroid/os/health/HealthStatsParceler; HSPLcom/android/internal/app/IBatteryStats$Stub;->asInterface(Landroid/os/IBinder;)Lcom/android/internal/app/IBatteryStats; HSPLcom/android/internal/app/IVoiceInteractionManagerService$Stub;->asInterface(Landroid/os/IBinder;)Lcom/android/internal/app/IVoiceInteractionManagerService; HSPLcom/android/internal/app/IVoiceInteractor$Stub;->asInterface(Landroid/os/IBinder;)Lcom/android/internal/app/IVoiceInteractor; @@ -14635,6 +15240,7 @@ HSPLcom/android/internal/graphics/drawable/AnimationScaleListDrawable;->inflateC HSPLcom/android/internal/graphics/drawable/AnimationScaleListDrawable;->mutate()Landroid/graphics/drawable/Drawable; HSPLcom/android/internal/graphics/drawable/AnimationScaleListDrawable;->onStateChange([I)Z HSPLcom/android/internal/graphics/drawable/AnimationScaleListDrawable;->setConstantState(Landroid/graphics/drawable/DrawableContainer$DrawableContainerState;)V +HSPLcom/android/internal/graphics/drawable/AnimationScaleListDrawable;->start()V HSPLcom/android/internal/graphics/drawable/AnimationScaleListDrawable;->stop()V HSPLcom/android/internal/inputmethod/SubtypeLocaleUtils;->constructLocaleFromString(Ljava/lang/String;)Ljava/util/Locale; HSPLcom/android/internal/logging/AndroidConfig;-><init>()V @@ -14646,7 +15252,6 @@ HSPLcom/android/internal/logging/EventLogTags;->writeSysuiMultiAction([Ljava/lan HSPLcom/android/internal/logging/MetricsLogger;-><init>()V HSPLcom/android/internal/logging/MetricsLogger;->action(II)V HSPLcom/android/internal/logging/MetricsLogger;->getLogger()Lcom/android/internal/logging/MetricsLogger; -HSPLcom/android/internal/logging/MetricsLogger;->hidden(I)V HSPLcom/android/internal/logging/MetricsLogger;->saveLog(Landroid/metrics/LogMaker;)V HSPLcom/android/internal/logging/MetricsLogger;->write(Landroid/metrics/LogMaker;)V HSPLcom/android/internal/os/-$$Lambda$RuntimeInit$ep4ioD9YINkHI5Q1wZ0N_7VFAOg;->get()Ljava/lang/Object; @@ -14655,6 +15260,7 @@ HSPLcom/android/internal/os/-$$Lambda$ZygoteConnection$KxVsZ-s4KsanePOHCU5JcuypP HSPLcom/android/internal/os/-$$Lambda$ZygoteConnection$xjqM7qW7vAjTqh2tR5XRF5Vn5mk;-><init>([Ljava/lang/String;)V HSPLcom/android/internal/os/-$$Lambda$ZygoteConnection$xjqM7qW7vAjTqh2tR5XRF5Vn5mk;->run()V HSPLcom/android/internal/os/AndroidPrintStream;-><init>(ILjava/lang/String;)V +HSPLcom/android/internal/os/AndroidPrintStream;->log(Ljava/lang/String;)V HSPLcom/android/internal/os/BackgroundThread;-><init>()V HSPLcom/android/internal/os/BackgroundThread;->ensureThreadLocked()V HSPLcom/android/internal/os/BackgroundThread;->getHandler()Landroid/os/Handler; @@ -14668,9 +15274,6 @@ HSPLcom/android/internal/os/ClassLoaderFactory;->createClassLoader(Ljava/lang/St HSPLcom/android/internal/os/ClassLoaderFactory;->isPathClassLoaderName(Ljava/lang/String;)Z HSPLcom/android/internal/os/HandlerCaller$MyHandler;-><init>(Lcom/android/internal/os/HandlerCaller;Landroid/os/Looper;Z)V HSPLcom/android/internal/os/HandlerCaller;-><init>(Landroid/content/Context;Landroid/os/Looper;Lcom/android/internal/os/HandlerCaller$Callback;Z)V -HSPLcom/android/internal/os/HandlerCaller;->obtainMessageIO(IILjava/lang/Object;)Landroid/os/Message; -HSPLcom/android/internal/os/HandlerCaller;->obtainMessageO(ILjava/lang/Object;)Landroid/os/Message; -HSPLcom/android/internal/os/IDropBoxManagerService$Stub;->asInterface(Landroid/os/IBinder;)Lcom/android/internal/os/IDropBoxManagerService; HSPLcom/android/internal/os/IResultReceiver$Stub$Proxy;-><init>(Landroid/os/IBinder;)V HSPLcom/android/internal/os/IResultReceiver$Stub$Proxy;->send(ILandroid/os/Bundle;)V HSPLcom/android/internal/os/IResultReceiver$Stub;-><init>()V @@ -14825,6 +15428,7 @@ HSPLcom/android/internal/policy/DecorView;->onWindowFocusChanged(Z)V HSPLcom/android/internal/policy/DecorView;->onWindowSystemUiVisibilityChanged(I)V HSPLcom/android/internal/policy/DecorView;->releaseThreadedRenderer()V HSPLcom/android/internal/policy/DecorView;->sendAccessibilityEvent(I)V +HSPLcom/android/internal/policy/DecorView;->setBackgroundFallback(Landroid/graphics/drawable/Drawable;)V HSPLcom/android/internal/policy/DecorView;->setColor(Landroid/view/View;IIZZ)V HSPLcom/android/internal/policy/DecorView;->setFrame(IIII)Z HSPLcom/android/internal/policy/DecorView;->setWindow(Lcom/android/internal/policy/PhoneWindow;)V @@ -14864,11 +15468,13 @@ HSPLcom/android/internal/policy/PhoneWindow;->createDefaultContentWindowInsetsLi HSPLcom/android/internal/policy/PhoneWindow;->dispatchWindowAttributesChanged(Landroid/view/WindowManager$LayoutParams;)V HSPLcom/android/internal/policy/PhoneWindow;->generateDecor(I)Lcom/android/internal/policy/DecorView; HSPLcom/android/internal/policy/PhoneWindow;->generateLayout(Lcom/android/internal/policy/DecorView;)Landroid/view/ViewGroup; +HSPLcom/android/internal/policy/PhoneWindow;->getCurrentFocus()Landroid/view/View; HSPLcom/android/internal/policy/PhoneWindow;->getDecorView()Landroid/view/View; HSPLcom/android/internal/policy/PhoneWindow;->getLayoutInflater()Landroid/view/LayoutInflater; HSPLcom/android/internal/policy/PhoneWindow;->getPanelState(IZ)Lcom/android/internal/policy/PhoneWindow$PanelFeatureState; HSPLcom/android/internal/policy/PhoneWindow;->getPanelState(IZLcom/android/internal/policy/PhoneWindow$PanelFeatureState;)Lcom/android/internal/policy/PhoneWindow$PanelFeatureState; HSPLcom/android/internal/policy/PhoneWindow;->getTransition(Landroid/transition/Transition;Landroid/transition/Transition;I)Landroid/transition/Transition; +HSPLcom/android/internal/policy/PhoneWindow;->getViewRootImpl()Landroid/view/ViewRootImpl; HSPLcom/android/internal/policy/PhoneWindow;->installDecor()V HSPLcom/android/internal/policy/PhoneWindow;->isFloating()Z HSPLcom/android/internal/policy/PhoneWindow;->isShowingWallpaper()Z @@ -14887,16 +15493,15 @@ HSPLcom/android/internal/policy/PhoneWindow;->setContentView(I)V HSPLcom/android/internal/policy/PhoneWindow;->setContentView(Landroid/view/View;)V HSPLcom/android/internal/policy/PhoneWindow;->setContentView(Landroid/view/View;Landroid/view/ViewGroup$LayoutParams;)V HSPLcom/android/internal/policy/PhoneWindow;->setDefaultWindowFormat(I)V +HSPLcom/android/internal/policy/PhoneWindow;->setNavigationBarColor(I)V HSPLcom/android/internal/policy/PhoneWindow;->setStatusBarColor(I)V HSPLcom/android/internal/policy/PhoneWindow;->setTheme(I)V HSPLcom/android/internal/policy/PhoneWindow;->setTitle(Ljava/lang/CharSequence;)V HSPLcom/android/internal/policy/PhoneWindow;->setTitle(Ljava/lang/CharSequence;Z)V HSPLcom/android/internal/policy/PhoneWindow;->setTitleColor(I)V +HSPLcom/android/internal/policy/PhoneWindow;->setVolumeControlStream(I)V HSPLcom/android/internal/policy/PhoneWindow;->superDispatchKeyEvent(Landroid/view/KeyEvent;)Z HSPLcom/android/internal/policy/PhoneWindow;->superDispatchTouchEvent(Landroid/view/MotionEvent;)Z -HSPLcom/android/internal/policy/ScreenDecorationsUtils;->getWindowCornerRadius(Landroid/content/res/Resources;)F -HSPLcom/android/internal/policy/ScreenDecorationsUtils;->supportsRoundedCornersOnWindows(Landroid/content/res/Resources;)Z -HSPLcom/android/internal/statusbar/IStatusBarService$Stub;->asInterface(Landroid/os/IBinder;)Lcom/android/internal/statusbar/IStatusBarService; HSPLcom/android/internal/telecom/ITelecomService$Stub$Proxy;-><init>(Landroid/os/IBinder;)V HSPLcom/android/internal/telecom/ITelecomService$Stub$Proxy;->getCallState()I HSPLcom/android/internal/telecom/ITelecomService$Stub$Proxy;->getDefaultDialerPackage()Ljava/lang/String; @@ -14929,6 +15534,7 @@ HSPLcom/android/internal/telephony/ISub$Stub$Proxy;->getSlotIndex(I)I HSPLcom/android/internal/telephony/ISub$Stub;->asInterface(Landroid/os/IBinder;)Lcom/android/internal/telephony/ISub; HSPLcom/android/internal/telephony/ITelephony$Stub$Proxy;-><init>(Landroid/os/IBinder;)V HSPLcom/android/internal/telephony/ITelephony$Stub$Proxy;->getActivePhoneTypeForSlot(I)I +HSPLcom/android/internal/telephony/ITelephony$Stub$Proxy;->getDeviceIdWithFeature(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String; HSPLcom/android/internal/telephony/ITelephony$Stub$Proxy;->getLine1NumberForDisplay(ILjava/lang/String;Ljava/lang/String;)Ljava/lang/String; HSPLcom/android/internal/telephony/ITelephony$Stub$Proxy;->getNetworkCountryIsoForPhone(ILjava/lang/String;Ljava/lang/String;)Ljava/lang/String; HSPLcom/android/internal/telephony/ITelephony$Stub$Proxy;->getNetworkTypeForSubscriber(ILjava/lang/String;Ljava/lang/String;)I @@ -14960,11 +15566,10 @@ HSPLcom/android/internal/telephony/SmsApplication;->getIncomingUserId(Landroid/c HSPLcom/android/internal/telephony/util/HandlerExecutor;-><init>(Landroid/os/Handler;)V HSPLcom/android/internal/telephony/util/HandlerExecutor;->execute(Ljava/lang/Runnable;)V HSPLcom/android/internal/textservice/ITextServicesManager$Stub$Proxy;-><init>(Landroid/os/IBinder;)V +HSPLcom/android/internal/textservice/ITextServicesManager$Stub$Proxy;->getCurrentSpellCheckerSubtype(IZ)Landroid/view/textservice/SpellCheckerSubtype; HSPLcom/android/internal/textservice/ITextServicesManager$Stub;->asInterface(Landroid/os/IBinder;)Lcom/android/internal/textservice/ITextServicesManager; HSPLcom/android/internal/util/AnnotationValidations;->validate(Ljava/lang/Class;Landroid/annotation/IntRange;ILjava/lang/String;J)V -HSPLcom/android/internal/util/AnnotationValidations;->validate(Ljava/lang/Class;Landroid/annotation/IntRange;ILjava/lang/String;JLjava/lang/String;J)V HSPLcom/android/internal/util/AnnotationValidations;->validate(Ljava/lang/Class;Landroid/annotation/NonNull;Ljava/lang/Object;)V -HSPLcom/android/internal/util/AnnotationValidations;->validate(Ljava/lang/Class;Ljava/lang/annotation/Annotation;I)V HSPLcom/android/internal/util/ArrayUtils;->appendElement(Ljava/lang/Class;[Ljava/lang/Object;Ljava/lang/Object;)[Ljava/lang/Object; HSPLcom/android/internal/util/ArrayUtils;->appendElement(Ljava/lang/Class;[Ljava/lang/Object;Ljava/lang/Object;Z)[Ljava/lang/Object; HSPLcom/android/internal/util/ArrayUtils;->checkBounds(II)V @@ -14975,7 +15580,6 @@ HSPLcom/android/internal/util/ArrayUtils;->defeatNullable([Ljava/lang/String;)[L HSPLcom/android/internal/util/ArrayUtils;->emptyArray(Ljava/lang/Class;)[Ljava/lang/Object; HSPLcom/android/internal/util/ArrayUtils;->indexOf([Ljava/lang/Object;Ljava/lang/Object;)I HSPLcom/android/internal/util/ArrayUtils;->isEmpty(Ljava/util/Collection;)Z -HSPLcom/android/internal/util/ArrayUtils;->isEmpty([I)Z HSPLcom/android/internal/util/ArrayUtils;->isEmpty([Ljava/lang/Object;)Z HSPLcom/android/internal/util/ArrayUtils;->newUnpaddedArray(Ljava/lang/Class;I)[Ljava/lang/Object; HSPLcom/android/internal/util/ArrayUtils;->newUnpaddedBooleanArray(I)[Z @@ -14988,8 +15592,6 @@ HSPLcom/android/internal/util/ArrayUtils;->newUnpaddedObjectArray(I)[Ljava/lang/ HSPLcom/android/internal/util/ArrayUtils;->size([Ljava/lang/Object;)I HSPLcom/android/internal/util/ArrayUtils;->unstableRemoveIf(Ljava/util/ArrayList;Ljava/util/function/Predicate;)I HSPLcom/android/internal/util/BitUtils;->unpackBits(J)[I -HSPLcom/android/internal/util/CollectionUtils;->isEmpty(Ljava/util/Collection;)Z -HSPLcom/android/internal/util/CollectionUtils;->size(Ljava/util/Collection;)I HSPLcom/android/internal/util/ExponentiallyBucketedHistogram;-><init>(I)V HSPLcom/android/internal/util/ExponentiallyBucketedHistogram;->add(I)V HSPLcom/android/internal/util/FastMath;->round(F)I @@ -15029,6 +15631,10 @@ HSPLcom/android/internal/util/FastXmlSerializer;->setOutput(Ljava/io/OutputStrea HSPLcom/android/internal/util/FastXmlSerializer;->startDocument(Ljava/lang/String;Ljava/lang/Boolean;)V HSPLcom/android/internal/util/FastXmlSerializer;->startTag(Ljava/lang/String;Ljava/lang/String;)Lorg/xmlpull/v1/XmlSerializer; HSPLcom/android/internal/util/FastXmlSerializer;->text(Ljava/lang/String;)Lorg/xmlpull/v1/XmlSerializer; +HSPLcom/android/internal/util/FrameworkStatsLog;->write(IIJII)V +HSPLcom/android/internal/util/FrameworkStatsLog;->write(IILjava/lang/String;IZ)V +HSPLcom/android/internal/util/FrameworkStatsLog;->write(ILjava/lang/String;I)V +HSPLcom/android/internal/util/FrameworkStatsLog;->write(ILjava/lang/String;IIF)V HSPLcom/android/internal/util/GrowingArrayUtils;->append([III)[I HSPLcom/android/internal/util/GrowingArrayUtils;->append([JIJ)[J HSPLcom/android/internal/util/GrowingArrayUtils;->append([Ljava/lang/Object;ILjava/lang/Object;)[Ljava/lang/Object; @@ -15120,38 +15726,55 @@ HSPLcom/android/internal/util/function/pooled/PooledLambdaImpl;->setFlags(II)V HSPLcom/android/internal/util/function/pooled/PooledLambdaImpl;->setIfInBounds([Ljava/lang/Object;ILjava/lang/Object;)V HSPLcom/android/internal/util/function/pooled/PooledLambdaImpl;->unmask(II)I HSPLcom/android/internal/view/IInputConnectionWrapper$MyHandler;-><init>(Lcom/android/internal/view/IInputConnectionWrapper;Landroid/os/Looper;)V +HSPLcom/android/internal/view/IInputConnectionWrapper$MyHandler;->handleMessage(Landroid/os/Message;)V HSPLcom/android/internal/view/IInputConnectionWrapper;-><init>(Landroid/os/Looper;Landroid/view/inputmethod/InputConnection;)V +HSPLcom/android/internal/view/IInputConnectionWrapper;->beginBatchEdit()V +HSPLcom/android/internal/view/IInputConnectionWrapper;->closeConnection()V HSPLcom/android/internal/view/IInputConnectionWrapper;->dispatchMessage(Landroid/os/Message;)V +HSPLcom/android/internal/view/IInputConnectionWrapper;->endBatchEdit()V HSPLcom/android/internal/view/IInputConnectionWrapper;->executeMessage(Landroid/os/Message;)V HSPLcom/android/internal/view/IInputConnectionWrapper;->finishComposingText()V HSPLcom/android/internal/view/IInputConnectionWrapper;->getInputConnection()Landroid/view/inputmethod/InputConnection; +HSPLcom/android/internal/view/IInputConnectionWrapper;->getSelectedText(IILcom/android/internal/view/IInputContextCallback;)V +HSPLcom/android/internal/view/IInputConnectionWrapper;->getTextAfterCursor(IIILcom/android/internal/view/IInputContextCallback;)V +HSPLcom/android/internal/view/IInputConnectionWrapper;->getTextBeforeCursor(IIILcom/android/internal/view/IInputContextCallback;)V HSPLcom/android/internal/view/IInputConnectionWrapper;->isFinished()Z HSPLcom/android/internal/view/IInputConnectionWrapper;->obtainMessage(I)Landroid/os/Message; +HSPLcom/android/internal/view/IInputConnectionWrapper;->obtainMessageIISC(IIIILcom/android/internal/view/IInputContextCallback;)Landroid/os/Message; +HSPLcom/android/internal/view/IInputConnectionWrapper;->obtainMessageISC(IIILcom/android/internal/view/IInputContextCallback;)Landroid/os/Message; HSPLcom/android/internal/view/IInputContext$Stub;-><init>()V HSPLcom/android/internal/view/IInputContext$Stub;->asBinder()Landroid/os/IBinder; +HSPLcom/android/internal/view/IInputContext$Stub;->onTransact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z +HSPLcom/android/internal/view/IInputContextCallback$Stub$Proxy;->setSelectedText(Ljava/lang/CharSequence;I)V +HSPLcom/android/internal/view/IInputContextCallback$Stub$Proxy;->setTextAfterCursor(Ljava/lang/CharSequence;I)V +HSPLcom/android/internal/view/IInputContextCallback$Stub$Proxy;->setTextBeforeCursor(Ljava/lang/CharSequence;I)V HSPLcom/android/internal/view/IInputMethodClient$Stub;-><init>()V HSPLcom/android/internal/view/IInputMethodClient$Stub;->asBinder()Landroid/os/IBinder; HSPLcom/android/internal/view/IInputMethodClient$Stub;->onTransact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z HSPLcom/android/internal/view/IInputMethodManager$Stub$Proxy;-><init>(Landroid/os/IBinder;)V HSPLcom/android/internal/view/IInputMethodManager$Stub$Proxy;->addClient(Lcom/android/internal/view/IInputMethodClient;Lcom/android/internal/view/IInputContext;I)V +HSPLcom/android/internal/view/IInputMethodManager$Stub$Proxy;->getEnabledInputMethodList(I)Ljava/util/List; HSPLcom/android/internal/view/IInputMethodManager$Stub$Proxy;->hideSoftInput(Lcom/android/internal/view/IInputMethodClient;ILandroid/os/ResultReceiver;)Z HSPLcom/android/internal/view/IInputMethodManager$Stub$Proxy;->startInputOrWindowGainedFocus(ILcom/android/internal/view/IInputMethodClient;Landroid/os/IBinder;IIILandroid/view/inputmethod/EditorInfo;Lcom/android/internal/view/IInputContext;II)Lcom/android/internal/view/InputBindResult; HSPLcom/android/internal/view/IInputMethodManager$Stub;->asInterface(Landroid/os/IBinder;)Lcom/android/internal/view/IInputMethodManager; HSPLcom/android/internal/view/IInputMethodSession$Stub$Proxy;-><init>(Landroid/os/IBinder;)V +HSPLcom/android/internal/view/IInputMethodSession$Stub$Proxy;->updateSelection(IIIIII)V HSPLcom/android/internal/view/IInputMethodSession$Stub;->asInterface(Landroid/os/IBinder;)Lcom/android/internal/view/IInputMethodSession; HSPLcom/android/internal/view/InputBindResult$1;->createFromParcel(Landroid/os/Parcel;)Lcom/android/internal/view/InputBindResult; HSPLcom/android/internal/view/InputBindResult$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object; HSPLcom/android/internal/view/InputBindResult;-><init>(Landroid/os/Parcel;)V HSPLcom/android/internal/view/InputBindResult;->getActivityViewToScreenMatrix()Landroid/graphics/Matrix; +HSPLcom/android/internal/view/menu/MenuBuilder;-><init>(Landroid/content/Context;)V +HSPLcom/android/internal/view/menu/MenuBuilder;->setCallback(Lcom/android/internal/view/menu/MenuBuilder$Callback;)V HSPLcom/android/internal/widget/BackgroundFallback;-><init>()V HSPLcom/android/internal/widget/BackgroundFallback;->draw(Landroid/view/ViewGroup;Landroid/view/ViewGroup;Landroid/graphics/Canvas;Landroid/view/View;Landroid/view/View;Landroid/view/View;)V HSPLcom/android/internal/widget/BackgroundFallback;->hasFallback()Z +HSPLcom/android/internal/widget/BackgroundFallback;->setDrawable(Landroid/graphics/drawable/Drawable;)V +HSPLcom/android/internal/widget/EditableInputConnection;->beginBatchEdit()Z +HSPLcom/android/internal/widget/EditableInputConnection;->closeConnection()V +HSPLcom/android/internal/widget/EditableInputConnection;->endBatchEdit()Z +HSPLcom/android/internal/widget/EditableInputConnection;->getEditable()Landroid/text/Editable; HSPLcom/android/internal/widget/ILockSettings$Stub;->asInterface(Landroid/os/IBinder;)Lcom/android/internal/widget/ILockSettings; -HSPLcom/android/internal/widget/LockPatternUtils;-><init>(Landroid/content/Context;)V -HSPLcom/android/internal/widget/LockPatternUtils;->getCredentialTypeForUser(I)I -HSPLcom/android/internal/widget/LockPatternUtils;->getLockSettings()Lcom/android/internal/widget/ILockSettings; -HSPLcom/android/internal/widget/LockPatternUtils;->isSecure(I)Z -HSPLcom/android/internal/widget/LockscreenCredential;-><init>(I[B)V HSPLcom/android/internal/widget/ScrollBarUtils;->getThumbLength(IIII)I HSPLcom/android/internal/widget/ScrollBarUtils;->getThumbOffset(IIIII)I HSPLcom/android/okhttp/Address;-><init>(Ljava/lang/String;ILcom/android/okhttp/Dns;Ljavax/net/SocketFactory;Ljavax/net/ssl/SSLSocketFactory;Ljavax/net/ssl/HostnameVerifier;Lcom/android/okhttp/CertificatePinner;Lcom/android/okhttp/Authenticator;Ljava/net/Proxy;Ljava/util/List;Ljava/util/List;Ljava/net/ProxySelector;)V @@ -15505,6 +16128,8 @@ HSPLcom/android/okhttp/internal/http/HttpEngine;->readNetworkResponse()Lcom/andr HSPLcom/android/okhttp/internal/http/HttpEngine;->readResponse()V HSPLcom/android/okhttp/internal/http/HttpEngine;->receiveHeaders(Lcom/android/okhttp/Headers;)V HSPLcom/android/okhttp/internal/http/HttpEngine;->recover(Lcom/android/okhttp/internal/http/RouteException;)Lcom/android/okhttp/internal/http/HttpEngine; +HSPLcom/android/okhttp/internal/http/HttpEngine;->recover(Ljava/io/IOException;)Lcom/android/okhttp/internal/http/HttpEngine; +HSPLcom/android/okhttp/internal/http/HttpEngine;->recover(Ljava/io/IOException;Lcom/android/okhttp/okio/Sink;)Lcom/android/okhttp/internal/http/HttpEngine; HSPLcom/android/okhttp/internal/http/HttpEngine;->releaseStreamAllocation()V HSPLcom/android/okhttp/internal/http/HttpEngine;->sendRequest()V HSPLcom/android/okhttp/internal/http/HttpEngine;->stripBody(Lcom/android/okhttp/Response;)Lcom/android/okhttp/Response; @@ -15555,9 +16180,11 @@ HSPLcom/android/okhttp/internal/http/StreamAllocation;->connectionFailed(Ljava/i HSPLcom/android/okhttp/internal/http/StreamAllocation;->deallocate(ZZZ)V HSPLcom/android/okhttp/internal/http/StreamAllocation;->findConnection(IIIZ)Lcom/android/okhttp/internal/io/RealConnection; HSPLcom/android/okhttp/internal/http/StreamAllocation;->findHealthyConnection(IIIZZ)Lcom/android/okhttp/internal/io/RealConnection; +HSPLcom/android/okhttp/internal/http/StreamAllocation;->isRecoverable(Lcom/android/okhttp/internal/http/RouteException;)Z HSPLcom/android/okhttp/internal/http/StreamAllocation;->newStream(IIIZZ)Lcom/android/okhttp/internal/http/HttpStream; HSPLcom/android/okhttp/internal/http/StreamAllocation;->noNewStreams()V HSPLcom/android/okhttp/internal/http/StreamAllocation;->recover(Lcom/android/okhttp/internal/http/RouteException;)Z +HSPLcom/android/okhttp/internal/http/StreamAllocation;->recover(Ljava/io/IOException;Lcom/android/okhttp/okio/Sink;)Z HSPLcom/android/okhttp/internal/http/StreamAllocation;->release()V HSPLcom/android/okhttp/internal/http/StreamAllocation;->release(Lcom/android/okhttp/internal/io/RealConnection;)V HSPLcom/android/okhttp/internal/http/StreamAllocation;->routeDatabase()Lcom/android/okhttp/internal/RouteDatabase; @@ -15568,10 +16195,12 @@ HSPLcom/android/okhttp/internal/huc/DelegatingHttpsURLConnection;->connect()V HSPLcom/android/okhttp/internal/huc/DelegatingHttpsURLConnection;->disconnect()V HSPLcom/android/okhttp/internal/huc/DelegatingHttpsURLConnection;->getContentEncoding()Ljava/lang/String; HSPLcom/android/okhttp/internal/huc/DelegatingHttpsURLConnection;->getContentLength()I +HSPLcom/android/okhttp/internal/huc/DelegatingHttpsURLConnection;->getContentType()Ljava/lang/String; HSPLcom/android/okhttp/internal/huc/DelegatingHttpsURLConnection;->getHeaderField(Ljava/lang/String;)Ljava/lang/String; HSPLcom/android/okhttp/internal/huc/DelegatingHttpsURLConnection;->getHeaderFields()Ljava/util/Map; HSPLcom/android/okhttp/internal/huc/DelegatingHttpsURLConnection;->getInputStream()Ljava/io/InputStream; HSPLcom/android/okhttp/internal/huc/DelegatingHttpsURLConnection;->getOutputStream()Ljava/io/OutputStream; +HSPLcom/android/okhttp/internal/huc/DelegatingHttpsURLConnection;->getRequestProperties()Ljava/util/Map; HSPLcom/android/okhttp/internal/huc/DelegatingHttpsURLConnection;->getRequestProperty(Ljava/lang/String;)Ljava/lang/String; HSPLcom/android/okhttp/internal/huc/DelegatingHttpsURLConnection;->getResponseCode()I HSPLcom/android/okhttp/internal/huc/DelegatingHttpsURLConnection;->getResponseMessage()Ljava/lang/String; @@ -15598,6 +16227,7 @@ HSPLcom/android/okhttp/internal/huc/HttpURLConnectionImpl;->getHeaderFields()Lja HSPLcom/android/okhttp/internal/huc/HttpURLConnectionImpl;->getHeaders()Lcom/android/okhttp/Headers; HSPLcom/android/okhttp/internal/huc/HttpURLConnectionImpl;->getInputStream()Ljava/io/InputStream; HSPLcom/android/okhttp/internal/huc/HttpURLConnectionImpl;->getOutputStream()Ljava/io/OutputStream; +HSPLcom/android/okhttp/internal/huc/HttpURLConnectionImpl;->getRequestProperties()Ljava/util/Map; HSPLcom/android/okhttp/internal/huc/HttpURLConnectionImpl;->getRequestProperty(Ljava/lang/String;)Ljava/lang/String; HSPLcom/android/okhttp/internal/huc/HttpURLConnectionImpl;->getResponse()Lcom/android/okhttp/internal/http/HttpEngine; HSPLcom/android/okhttp/internal/huc/HttpURLConnectionImpl;->getResponseCode()I @@ -15618,10 +16248,12 @@ HSPLcom/android/okhttp/internal/huc/HttpsURLConnectionImpl;->connect()V HSPLcom/android/okhttp/internal/huc/HttpsURLConnectionImpl;->disconnect()V HSPLcom/android/okhttp/internal/huc/HttpsURLConnectionImpl;->getContentEncoding()Ljava/lang/String; HSPLcom/android/okhttp/internal/huc/HttpsURLConnectionImpl;->getContentLength()I +HSPLcom/android/okhttp/internal/huc/HttpsURLConnectionImpl;->getContentType()Ljava/lang/String; HSPLcom/android/okhttp/internal/huc/HttpsURLConnectionImpl;->getHeaderField(Ljava/lang/String;)Ljava/lang/String; HSPLcom/android/okhttp/internal/huc/HttpsURLConnectionImpl;->getHeaderFields()Ljava/util/Map; HSPLcom/android/okhttp/internal/huc/HttpsURLConnectionImpl;->getInputStream()Ljava/io/InputStream; HSPLcom/android/okhttp/internal/huc/HttpsURLConnectionImpl;->getOutputStream()Ljava/io/OutputStream; +HSPLcom/android/okhttp/internal/huc/HttpsURLConnectionImpl;->getRequestProperties()Ljava/util/Map; HSPLcom/android/okhttp/internal/huc/HttpsURLConnectionImpl;->getRequestProperty(Ljava/lang/String;)Ljava/lang/String; HSPLcom/android/okhttp/internal/huc/HttpsURLConnectionImpl;->getResponseCode()I HSPLcom/android/okhttp/internal/huc/HttpsURLConnectionImpl;->getResponseMessage()Ljava/lang/String; @@ -15773,12 +16405,22 @@ HSPLcom/android/okhttp/okio/Timeout;->throwIfReached()V HSPLcom/android/okhttp/okio/Timeout;->timeout(JLjava/util/concurrent/TimeUnit;)Lcom/android/okhttp/okio/Timeout; HSPLcom/android/okhttp/okio/Timeout;->timeoutNanos()J HSPLcom/android/okhttp/okio/Util;->reverseBytesInt(I)I +HSPLcom/android/org/bouncycastle/asn1/ASN1Object;-><init>()V +HSPLcom/android/org/bouncycastle/asn1/ASN1Primitive;-><init>()V +HSPLcom/android/org/bouncycastle/asn1/ASN1Primitive;->toASN1Primitive()Lcom/android/org/bouncycastle/asn1/ASN1Primitive; HSPLcom/android/org/bouncycastle/crypto/CryptoServicesRegistrar;->getSecureRandom()Ljava/security/SecureRandom; +HSPLcom/android/org/bouncycastle/crypto/PBEParametersGenerator;->init([B[BI)V +HSPLcom/android/org/bouncycastle/crypto/digests/OpenSSLDigest;-><init>(Ljava/lang/String;I)V +HSPLcom/android/org/bouncycastle/crypto/digests/OpenSSLDigest;->doFinal([BI)I +HSPLcom/android/org/bouncycastle/crypto/digests/OpenSSLDigest;->getDigestSize()I +HSPLcom/android/org/bouncycastle/crypto/digests/OpenSSLDigest;->update([BII)V +HSPLcom/android/org/bouncycastle/crypto/params/KeyParameter;-><init>([BII)V HSPLcom/android/org/bouncycastle/crypto/params/KeyParameter;->getKey()[B HSPLcom/android/org/bouncycastle/jcajce/provider/keystore/bc/BcKeyStoreSpi$Std;-><init>()V HSPLcom/android/org/bouncycastle/jcajce/provider/keystore/bc/BcKeyStoreSpi$StoreEntry;->getType()I HSPLcom/android/org/bouncycastle/jcajce/provider/keystore/bc/BcKeyStoreSpi;-><init>(I)V HSPLcom/android/org/bouncycastle/jcajce/provider/keystore/bc/BcKeyStoreSpi;->engineAliases()Ljava/util/Enumeration; +HSPLcom/android/org/bouncycastle/jcajce/provider/keystore/bc/BcKeyStoreSpi;->engineGetCertificate(Ljava/lang/String;)Ljava/security/cert/Certificate; HSPLcom/android/org/bouncycastle/jcajce/provider/keystore/bc/BcKeyStoreSpi;->engineLoad(Ljava/io/InputStream;[C)V HSPLcom/android/org/bouncycastle/jcajce/util/DefaultJcaJceHelper;-><init>()V HSPLcom/android/org/bouncycastle/jce/provider/CertStoreCollectionSpi;-><init>(Ljava/security/cert/CertStoreParameters;)V @@ -15810,16 +16452,6 @@ HSPLcom/android/org/kxml2/io/KXmlParser;->setFeature(Ljava/lang/String;Z)V HSPLcom/android/org/kxml2/io/KXmlParser;->setInput(Ljava/io/InputStream;Ljava/lang/String;)V HSPLcom/android/org/kxml2/io/KXmlParser;->setInput(Ljava/io/Reader;)V HSPLcom/android/org/kxml2/io/KXmlParser;->skip()V -HSPLcom/android/org/kxml2/io/KXmlSerializer;->append(C)V -HSPLcom/android/org/kxml2/io/KXmlSerializer;->append(Ljava/lang/String;)V -HSPLcom/android/org/kxml2/io/KXmlSerializer;->append(Ljava/lang/String;II)V -HSPLcom/android/org/kxml2/io/KXmlSerializer;->check(Z)V -HSPLcom/android/org/kxml2/io/KXmlSerializer;->endTag(Ljava/lang/String;Ljava/lang/String;)Lorg/xmlpull/v1/XmlSerializer; -HSPLcom/android/org/kxml2/io/KXmlSerializer;->flush()V -HSPLcom/android/org/kxml2/io/KXmlSerializer;->flushBuffer()V -HSPLcom/android/org/kxml2/io/KXmlSerializer;->setOutput(Ljava/io/Writer;)V -HSPLcom/android/org/kxml2/io/KXmlSerializer;->startTag(Ljava/lang/String;Ljava/lang/String;)Lorg/xmlpull/v1/XmlSerializer; -HSPLcom/android/org/kxml2/io/KXmlSerializer;->writeEscaped(Ljava/lang/String;I)V HSPLcom/android/server/NetworkManagementSocketTagger$1;->initialValue()Lcom/android/server/NetworkManagementSocketTagger$SocketTags; HSPLcom/android/server/NetworkManagementSocketTagger$1;->initialValue()Ljava/lang/Object; HSPLcom/android/server/NetworkManagementSocketTagger$SocketTags;-><init>()V @@ -15837,7 +16469,6 @@ HSPLcom/google/android/collect/Sets;->newHashSet([Ljava/lang/Object;)Ljava/util/ HSPLcom/google/android/gles_jni/EGLConfigImpl;-><init>(J)V HSPLcom/google/android/gles_jni/EGLImpl;->eglCreateContext(Ljavax/microedition/khronos/egl/EGLDisplay;Ljavax/microedition/khronos/egl/EGLConfig;Ljavax/microedition/khronos/egl/EGLContext;[I)Ljavax/microedition/khronos/egl/EGLContext; HSPLcom/google/android/gles_jni/EGLImpl;->eglGetDisplay(Ljava/lang/Object;)Ljavax/microedition/khronos/egl/EGLDisplay; -HSPLcom/google/android/gles_jni/EGLSurfaceImpl;-><init>(J)V HSPLdalvik/system/BaseDexClassLoader;-><init>(Ljava/lang/String;Ljava/io/File;Ljava/lang/String;Ljava/lang/ClassLoader;)V HSPLdalvik/system/BaseDexClassLoader;-><init>(Ljava/lang/String;Ljava/lang/String;Ljava/lang/ClassLoader;[Ljava/lang/ClassLoader;)V HSPLdalvik/system/BaseDexClassLoader;-><init>(Ljava/lang/String;Ljava/lang/String;Ljava/lang/ClassLoader;[Ljava/lang/ClassLoader;Z)V @@ -15845,6 +16476,7 @@ HSPLdalvik/system/BaseDexClassLoader;->addNativePath(Ljava/util/Collection;)V HSPLdalvik/system/BaseDexClassLoader;->findClass(Ljava/lang/String;)Ljava/lang/Class; HSPLdalvik/system/BaseDexClassLoader;->findLibrary(Ljava/lang/String;)Ljava/lang/String; HSPLdalvik/system/BaseDexClassLoader;->findResource(Ljava/lang/String;)Ljava/net/URL; +HSPLdalvik/system/BaseDexClassLoader;->findResources(Ljava/lang/String;)Ljava/util/Enumeration; HSPLdalvik/system/BaseDexClassLoader;->getLdLibraryPath()Ljava/lang/String; HSPLdalvik/system/BaseDexClassLoader;->getPackage(Ljava/lang/String;)Ljava/lang/Package; HSPLdalvik/system/BaseDexClassLoader;->reportClassLoaderChain()V @@ -15898,6 +16530,7 @@ HSPLdalvik/system/DexPathList;->addNativePath(Ljava/util/Collection;)V HSPLdalvik/system/DexPathList;->findClass(Ljava/lang/String;Ljava/util/List;)Ljava/lang/Class; HSPLdalvik/system/DexPathList;->findLibrary(Ljava/lang/String;)Ljava/lang/String; HSPLdalvik/system/DexPathList;->findResource(Ljava/lang/String;)Ljava/net/URL; +HSPLdalvik/system/DexPathList;->findResources(Ljava/lang/String;)Ljava/util/Enumeration; HSPLdalvik/system/DexPathList;->getAllNativeLibraryDirectories()Ljava/util/List; HSPLdalvik/system/DexPathList;->getDexPaths()Ljava/util/List; HSPLdalvik/system/DexPathList;->getNativeLibraryDirectories()Ljava/util/List; @@ -16026,11 +16659,13 @@ HSPLjava/io/DataInputStream;->readInt()I HSPLjava/io/DataInputStream;->readLong()J HSPLjava/io/DataInputStream;->readUTF()Ljava/lang/String; HSPLjava/io/DataInputStream;->readUTF(Ljava/io/DataInput;)Ljava/lang/String; +HSPLjava/io/DataInputStream;->readUnsignedByte()I HSPLjava/io/DataInputStream;->readUnsignedShort()I HSPLjava/io/DataInputStream;->skipBytes(I)I HSPLjava/io/DataOutputStream;-><init>(Ljava/io/OutputStream;)V HSPLjava/io/DataOutputStream;->flush()V HSPLjava/io/DataOutputStream;->incCount(I)V +HSPLjava/io/DataOutputStream;->write(I)V HSPLjava/io/DataOutputStream;->write([BII)V HSPLjava/io/DataOutputStream;->writeBoolean(Z)V HSPLjava/io/DataOutputStream;->writeByte(I)V @@ -16040,6 +16675,7 @@ HSPLjava/io/DataOutputStream;->writeShort(I)V HSPLjava/io/DataOutputStream;->writeUTF(Ljava/lang/String;)V HSPLjava/io/DataOutputStream;->writeUTF(Ljava/lang/String;Ljava/io/DataOutput;)I HSPLjava/io/EOFException;-><init>()V +HSPLjava/io/EOFException;-><init>(Ljava/lang/String;)V HSPLjava/io/ExpiringCache;->clear()V HSPLjava/io/File$TempDirectory;->generateFile(Ljava/lang/String;Ljava/lang/String;Ljava/io/File;)Ljava/io/File; HSPLjava/io/File;-><init>(Ljava/io/File;Ljava/lang/String;)V @@ -16210,6 +16846,7 @@ HSPLjava/io/ObjectInputStream;->readBoolean()Z HSPLjava/io/ObjectInputStream;->readByte()B HSPLjava/io/ObjectInputStream;->readClassDesc(Z)Ljava/io/ObjectStreamClass; HSPLjava/io/ObjectInputStream;->readClassDescriptor()Ljava/io/ObjectStreamClass; +HSPLjava/io/ObjectInputStream;->readEnum(Z)Ljava/lang/Enum; HSPLjava/io/ObjectInputStream;->readHandle(Z)Ljava/lang/Object; HSPLjava/io/ObjectInputStream;->readInt()I HSPLjava/io/ObjectInputStream;->readLong()J @@ -16252,6 +16889,7 @@ HSPLjava/io/ObjectOutputStream$HandleTable;->hash(Ljava/lang/Object;)I HSPLjava/io/ObjectOutputStream$HandleTable;->insert(Ljava/lang/Object;I)V HSPLjava/io/ObjectOutputStream$HandleTable;->lookup(Ljava/lang/Object;)I HSPLjava/io/ObjectOutputStream$ReplaceTable;-><init>(IF)V +HSPLjava/io/ObjectOutputStream$ReplaceTable;->assign(Ljava/lang/Object;Ljava/lang/Object;)V HSPLjava/io/ObjectOutputStream$ReplaceTable;->lookup(Ljava/lang/Object;)Ljava/lang/Object; HSPLjava/io/ObjectOutputStream;-><init>(Ljava/io/OutputStream;)V HSPLjava/io/ObjectOutputStream;->annotateClass(Ljava/lang/Class;)V @@ -16352,6 +16990,7 @@ HSPLjava/io/ObjectStreamClass;->getClassSignature(Ljava/lang/Class;)Ljava/lang/S HSPLjava/io/ObjectStreamClass;->getDeclaredSUID(Ljava/lang/Class;)Ljava/lang/Long; HSPLjava/io/ObjectStreamClass;->getDeclaredSerialFields(Ljava/lang/Class;)[Ljava/io/ObjectStreamField; HSPLjava/io/ObjectStreamClass;->getDefaultSerialFields(Ljava/lang/Class;)[Ljava/io/ObjectStreamField; +HSPLjava/io/ObjectStreamClass;->getField(Ljava/lang/String;Ljava/lang/Class;)Ljava/io/ObjectStreamField; HSPLjava/io/ObjectStreamClass;->getFields(Z)[Ljava/io/ObjectStreamField; HSPLjava/io/ObjectStreamClass;->getInheritableMethod(Ljava/lang/Class;Ljava/lang/String;[Ljava/lang/Class;Ljava/lang/Class;)Ljava/lang/reflect/Method; HSPLjava/io/ObjectStreamClass;->getMethodSignature([Ljava/lang/Class;Ljava/lang/Class;)Ljava/lang/String; @@ -16377,6 +17016,8 @@ HSPLjava/io/ObjectStreamClass;->initNonProxy(Ljava/io/ObjectStreamClass;Ljava/la HSPLjava/io/ObjectStreamClass;->invokeReadObject(Ljava/lang/Object;Ljava/io/ObjectInputStream;)V HSPLjava/io/ObjectStreamClass;->invokeReadResolve(Ljava/lang/Object;)Ljava/lang/Object; HSPLjava/io/ObjectStreamClass;->invokeWriteObject(Ljava/lang/Object;Ljava/io/ObjectOutputStream;)V +HSPLjava/io/ObjectStreamClass;->invokeWriteReplace(Ljava/lang/Object;)Ljava/lang/Object; +HSPLjava/io/ObjectStreamClass;->isEnum()Z HSPLjava/io/ObjectStreamClass;->isExternalizable()Z HSPLjava/io/ObjectStreamClass;->isInstantiable()Z HSPLjava/io/ObjectStreamClass;->isProxy()Z @@ -16399,6 +17040,7 @@ HSPLjava/io/ObjectStreamField;->getField()Ljava/lang/reflect/Field; HSPLjava/io/ObjectStreamField;->getName()Ljava/lang/String; HSPLjava/io/ObjectStreamField;->getOffset()I HSPLjava/io/ObjectStreamField;->getSignature()Ljava/lang/String; +HSPLjava/io/ObjectStreamField;->getType()Ljava/lang/Class; HSPLjava/io/ObjectStreamField;->getTypeCode()C HSPLjava/io/ObjectStreamField;->getTypeString()Ljava/lang/String; HSPLjava/io/ObjectStreamField;->isPrimitive()Z @@ -16436,10 +17078,10 @@ HSPLjava/io/PrintWriter;->newLine()V HSPLjava/io/PrintWriter;->print(I)V HSPLjava/io/PrintWriter;->print(J)V HSPLjava/io/PrintWriter;->print(Ljava/lang/String;)V +HSPLjava/io/PrintWriter;->printf(Ljava/lang/String;[Ljava/lang/Object;)Ljava/io/PrintWriter; HSPLjava/io/PrintWriter;->println()V HSPLjava/io/PrintWriter;->println(Ljava/lang/Object;)V HSPLjava/io/PrintWriter;->println(Ljava/lang/String;)V -HSPLjava/io/PrintWriter;->write(I)V HSPLjava/io/PrintWriter;->write(Ljava/lang/String;)V HSPLjava/io/PrintWriter;->write(Ljava/lang/String;II)V HSPLjava/io/PrintWriter;->write([CII)V @@ -16493,6 +17135,7 @@ HSPLjava/io/StringReader;->read()I HSPLjava/io/StringReader;->read([CII)I HSPLjava/io/StringWriter;-><init>()V HSPLjava/io/StringWriter;->append(C)Ljava/io/StringWriter; +HSPLjava/io/StringWriter;->append(C)Ljava/io/Writer; HSPLjava/io/StringWriter;->append(Ljava/lang/CharSequence;)Ljava/io/StringWriter; HSPLjava/io/StringWriter;->append(Ljava/lang/CharSequence;)Ljava/io/Writer; HSPLjava/io/StringWriter;->close()V @@ -16608,6 +17251,7 @@ HSPLjava/lang/Character;->getDirectionality(I)B HSPLjava/lang/Character;->getType(I)I HSPLjava/lang/Character;->hashCode()I HSPLjava/lang/Character;->hashCode(C)I +HSPLjava/lang/Character;->highSurrogate(I)C HSPLjava/lang/Character;->isBmpCodePoint(I)Z HSPLjava/lang/Character;->isDigit(C)Z HSPLjava/lang/Character;->isDigit(I)Z @@ -16617,17 +17261,21 @@ HSPLjava/lang/Character;->isLetter(I)Z HSPLjava/lang/Character;->isLetterOrDigit(C)Z HSPLjava/lang/Character;->isLetterOrDigit(I)Z HSPLjava/lang/Character;->isLowSurrogate(C)Z +HSPLjava/lang/Character;->isSpaceChar(C)Z +HSPLjava/lang/Character;->isSpaceChar(I)Z HSPLjava/lang/Character;->isUpperCase(C)Z HSPLjava/lang/Character;->isUpperCase(I)Z HSPLjava/lang/Character;->isValidCodePoint(I)Z HSPLjava/lang/Character;->isWhitespace(C)Z HSPLjava/lang/Character;->isWhitespace(I)Z +HSPLjava/lang/Character;->lowSurrogate(I)C HSPLjava/lang/Character;->toChars(I[CI)I HSPLjava/lang/Character;->toCodePoint(CC)I HSPLjava/lang/Character;->toLowerCase(C)C HSPLjava/lang/Character;->toLowerCase(I)I HSPLjava/lang/Character;->toString()Ljava/lang/String; HSPLjava/lang/Character;->toString(C)Ljava/lang/String; +HSPLjava/lang/Character;->toSurrogates(I[CI)V HSPLjava/lang/Character;->toUpperCase(C)C HSPLjava/lang/Character;->toUpperCase(I)I HSPLjava/lang/Character;->valueOf(C)Ljava/lang/Character; @@ -16699,6 +17347,7 @@ HSPLjava/lang/ClassLoader;->getPackage(Ljava/lang/String;)Ljava/lang/Package; HSPLjava/lang/ClassLoader;->getParent()Ljava/lang/ClassLoader; HSPLjava/lang/ClassLoader;->getResource(Ljava/lang/String;)Ljava/net/URL; HSPLjava/lang/ClassLoader;->getResourceAsStream(Ljava/lang/String;)Ljava/io/InputStream; +HSPLjava/lang/ClassLoader;->getResources(Ljava/lang/String;)Ljava/util/Enumeration; HSPLjava/lang/ClassLoader;->getSystemClassLoader()Ljava/lang/ClassLoader; HSPLjava/lang/ClassLoader;->loadClass(Ljava/lang/String;)Ljava/lang/Class; HSPLjava/lang/ClassLoader;->loadClass(Ljava/lang/String;Z)Ljava/lang/Class; @@ -16903,7 +17552,6 @@ HSPLjava/lang/Math;->setRandomSeedInternal(J)V HSPLjava/lang/Math;->signum(F)F HSPLjava/lang/Math;->subtractExact(JJ)J HSPLjava/lang/Math;->toDegrees(D)D -HSPLjava/lang/Math;->toIntExact(J)I HSPLjava/lang/Math;->toRadians(D)D HSPLjava/lang/NoClassDefFoundError;-><init>(Ljava/lang/String;)V HSPLjava/lang/NoSuchFieldException;-><init>(Ljava/lang/String;)V @@ -16911,6 +17559,7 @@ HSPLjava/lang/NoSuchMethodError;-><init>(Ljava/lang/String;)V HSPLjava/lang/NoSuchMethodException;-><init>(Ljava/lang/String;)V HSPLjava/lang/NullPointerException;-><init>(Ljava/lang/String;)V HSPLjava/lang/Number;-><init>()V +HSPLjava/lang/NumberFormatException;-><init>(Ljava/lang/String;)V HSPLjava/lang/Object;-><init>()V HSPLjava/lang/Object;->clone()Ljava/lang/Object; HSPLjava/lang/Object;->equals(Ljava/lang/Object;)Z @@ -16928,7 +17577,6 @@ HSPLjava/lang/ProcessBuilder;-><init>([Ljava/lang/String;)V HSPLjava/lang/ProcessBuilder;->directory(Ljava/io/File;)Ljava/lang/ProcessBuilder; HSPLjava/lang/ProcessBuilder;->environment([Ljava/lang/String;)Ljava/lang/ProcessBuilder; HSPLjava/lang/ProcessBuilder;->start()Ljava/lang/Process; -HSPLjava/lang/ProcessEnvironment;->toEnvironmentBlock(Ljava/util/Map;[I)[B HSPLjava/lang/ProcessImpl;->start([Ljava/lang/String;Ljava/util/Map;Ljava/lang/String;[Ljava/lang/ProcessBuilder$Redirect;Z)Ljava/lang/Process; HSPLjava/lang/ProcessImpl;->toCString(Ljava/lang/String;)[B HSPLjava/lang/ReflectiveOperationException;-><init>(Ljava/lang/String;)V @@ -16936,6 +17584,7 @@ HSPLjava/lang/ReflectiveOperationException;-><init>(Ljava/lang/String;Ljava/lang HSPLjava/lang/ReflectiveOperationException;-><init>(Ljava/lang/Throwable;)V HSPLjava/lang/Runtime;->addShutdownHook(Ljava/lang/Thread;)V HSPLjava/lang/Runtime;->availableProcessors()I +HSPLjava/lang/Runtime;->exec([Ljava/lang/String;)Ljava/lang/Process; HSPLjava/lang/Runtime;->exec([Ljava/lang/String;[Ljava/lang/String;Ljava/io/File;)Ljava/lang/Process; HSPLjava/lang/Runtime;->gc()V HSPLjava/lang/Runtime;->getLibPaths()[Ljava/lang/String; @@ -17101,7 +17750,6 @@ HSPLjava/lang/System$PropertiesWithNonOverrideableDefaults;->put(Ljava/lang/Obje HSPLjava/lang/System$PropertiesWithNonOverrideableDefaults;->remove(Ljava/lang/Object;)Ljava/lang/Object; HSPLjava/lang/System;->arraycopy([CI[CII)V HSPLjava/lang/System;->checkKey(Ljava/lang/String;)V -HSPLjava/lang/System;->load(Ljava/lang/String;)V HSPLjava/lang/Thread$State;->values()[Ljava/lang/Thread$State; HSPLjava/lang/Thread;-><init>()V HSPLjava/lang/Thread;-><init>(Ljava/lang/Runnable;)V @@ -17220,11 +17868,8 @@ HSPLjava/lang/UNIXProcess$ProcessPipeOutputStream;-><init>(I)V HSPLjava/lang/UNIXProcess$ProcessPipeOutputStream;->processExited()V HSPLjava/lang/UNIXProcess$ProcessReaperThreadFactory;->newThread(Ljava/lang/Runnable;)Ljava/lang/Thread; HSPLjava/lang/UNIXProcess;-><init>([B[BI[BI[B[IZ)V -HSPLjava/lang/UNIXProcess;->access$100(Ljava/lang/UNIXProcess;)I -HSPLjava/lang/UNIXProcess;->access$200(Ljava/lang/UNIXProcess;I)I HSPLjava/lang/UNIXProcess;->getInputStream()Ljava/io/InputStream; HSPLjava/lang/UNIXProcess;->initStreams([I)V -HSPLjava/lang/UNIXProcess;->newFileDescriptor(I)Ljava/io/FileDescriptor; HSPLjava/lang/UNIXProcess;->processExited(I)V HSPLjava/lang/UnsatisfiedLinkError;-><init>(Ljava/lang/String;)V HSPLjava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V @@ -17272,6 +17917,7 @@ HSPLjava/lang/reflect/Array;->getLength(Ljava/lang/Object;)I HSPLjava/lang/reflect/Array;->newArray(Ljava/lang/Class;I)Ljava/lang/Object; HSPLjava/lang/reflect/Array;->newInstance(Ljava/lang/Class;I)Ljava/lang/Object; HSPLjava/lang/reflect/Array;->newInstance(Ljava/lang/Class;[I)Ljava/lang/Object; +HSPLjava/lang/reflect/Array;->set(Ljava/lang/Object;ILjava/lang/Object;)V HSPLjava/lang/reflect/Constructor;-><init>(Ljava/lang/Class;Ljava/lang/Class;)V HSPLjava/lang/reflect/Constructor;->getDeclaringClass()Ljava/lang/Class; HSPLjava/lang/reflect/Constructor;->getModifiers()I @@ -17288,6 +17934,8 @@ HSPLjava/lang/reflect/Executable;->getAnnotation(Ljava/lang/Class;)Ljava/lang/an HSPLjava/lang/reflect/Executable;->getDeclaringClassInternal()Ljava/lang/Class; HSPLjava/lang/reflect/Executable;->getModifiersInternal()I HSPLjava/lang/reflect/Executable;->isAnnotationPresent(Ljava/lang/Class;)Z +HSPLjava/lang/reflect/Executable;->isDefaultMethodInternal()Z +HSPLjava/lang/reflect/Executable;->isSynthetic()Z HSPLjava/lang/reflect/Field;->getAnnotation(Ljava/lang/Class;)Ljava/lang/annotation/Annotation; HSPLjava/lang/reflect/Field;->getDeclaringClass()Ljava/lang/Class; HSPLjava/lang/reflect/Field;->getGenericType()Ljava/lang/reflect/Type; @@ -17298,6 +17946,7 @@ HSPLjava/lang/reflect/Field;->getSignatureAttribute()Ljava/lang/String; HSPLjava/lang/reflect/Field;->getType()Ljava/lang/Class; HSPLjava/lang/reflect/Field;->isSynthetic()Z HSPLjava/lang/reflect/InvocationTargetException;-><init>(Ljava/lang/Throwable;)V +HSPLjava/lang/reflect/InvocationTargetException;->getCause()Ljava/lang/Throwable; HSPLjava/lang/reflect/Method$1;->compare(Ljava/lang/Object;Ljava/lang/Object;)I HSPLjava/lang/reflect/Method$1;->compare(Ljava/lang/reflect/Method;Ljava/lang/reflect/Method;)I HSPLjava/lang/reflect/Method;->equalNameAndParameters(Ljava/lang/reflect/Method;)Z @@ -17309,6 +17958,8 @@ HSPLjava/lang/reflect/Method;->getName()Ljava/lang/String; HSPLjava/lang/reflect/Method;->getParameterTypes()[Ljava/lang/Class; HSPLjava/lang/reflect/Method;->getReturnType()Ljava/lang/Class; HSPLjava/lang/reflect/Method;->hashCode()I +HSPLjava/lang/reflect/Method;->isDefault()Z +HSPLjava/lang/reflect/Method;->isSynthetic()Z HSPLjava/lang/reflect/Modifier;->isFinal(I)Z HSPLjava/lang/reflect/Modifier;->isPrivate(I)Z HSPLjava/lang/reflect/Modifier;->isProtected(I)Z @@ -17381,7 +18032,6 @@ HSPLjava/math/BigInt;->hasNativeBignum()Z HSPLjava/math/BigInt;->littleEndianIntsMagnitude()[I HSPLjava/math/BigInt;->longInt()J HSPLjava/math/BigInt;->makeValid()V -HSPLjava/math/BigInt;->product(Ljava/math/BigInt;Ljava/math/BigInt;)Ljava/math/BigInt; HSPLjava/math/BigInt;->putBigEndian([BZ)V HSPLjava/math/BigInt;->putBigEndianTwosComplement([B)V HSPLjava/math/BigInt;->putDecString(Ljava/lang/String;)V @@ -17453,7 +18103,9 @@ HSPLjava/net/AddressCache;->put(Ljava/lang/String;I[Ljava/net/InetAddress;)V HSPLjava/net/AddressCache;->putUnknownHost(Ljava/lang/String;ILjava/lang/String;)V HSPLjava/net/CookieHandler;-><init>()V HSPLjava/net/CookieHandler;->getDefault()Ljava/net/CookieHandler; +HSPLjava/net/CookieManager;-><init>()V HSPLjava/net/CookieManager;-><init>(Ljava/net/CookieStore;Ljava/net/CookiePolicy;)V +HSPLjava/net/CookieManager;->get(Ljava/net/URI;Ljava/util/Map;)Ljava/util/Map; HSPLjava/net/DatagramPacket;-><init>([BI)V HSPLjava/net/DatagramPacket;-><init>([BII)V HSPLjava/net/DatagramPacket;->getAddress()Ljava/net/InetAddress; @@ -17480,6 +18132,27 @@ HSPLjava/net/DatagramSocket;->isClosed()Z HSPLjava/net/DatagramSocket;->receive(Ljava/net/DatagramPacket;)V HSPLjava/net/DatagramSocket;->send(Ljava/net/DatagramPacket;)V HSPLjava/net/DatagramSocketImpl;->setDatagramSocket(Ljava/net/DatagramSocket;)V +HSPLjava/net/HttpCookie;-><init>(Ljava/lang/String;Ljava/lang/String;)V +HSPLjava/net/HttpCookie;-><init>(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V +HSPLjava/net/HttpCookie;->assignAttribute(Ljava/net/HttpCookie;Ljava/lang/String;Ljava/lang/String;)V +HSPLjava/net/HttpCookie;->getDomain()Ljava/lang/String; +HSPLjava/net/HttpCookie;->getMaxAge()J +HSPLjava/net/HttpCookie;->getName()Ljava/lang/String; +HSPLjava/net/HttpCookie;->getPath()Ljava/lang/String; +HSPLjava/net/HttpCookie;->getValue()Ljava/lang/String; +HSPLjava/net/HttpCookie;->getVersion()I +HSPLjava/net/HttpCookie;->guessCookieVersion(Ljava/lang/String;)I +HSPLjava/net/HttpCookie;->isToken(Ljava/lang/String;)Z +HSPLjava/net/HttpCookie;->parse(Ljava/lang/String;)Ljava/util/List; +HSPLjava/net/HttpCookie;->parse(Ljava/lang/String;Z)Ljava/util/List; +HSPLjava/net/HttpCookie;->parseInternal(Ljava/lang/String;Z)Ljava/net/HttpCookie; +HSPLjava/net/HttpCookie;->setDomain(Ljava/lang/String;)V +HSPLjava/net/HttpCookie;->setMaxAge(J)V +HSPLjava/net/HttpCookie;->setPath(Ljava/lang/String;)V +HSPLjava/net/HttpCookie;->setVersion(I)V +HSPLjava/net/HttpCookie;->startsWithIgnoreCase(Ljava/lang/String;Ljava/lang/String;)Z +HSPLjava/net/HttpCookie;->stripOffSurroundingQuote(Ljava/lang/String;)Ljava/lang/String; +HSPLjava/net/HttpCookie;->toString()Ljava/lang/String; HSPLjava/net/HttpURLConnection;-><init>(Ljava/net/URL;)V HSPLjava/net/HttpURLConnection;->getFollowRedirects()Z HSPLjava/net/HttpURLConnection;->setChunkedStreamingMode(I)V @@ -17570,6 +18243,7 @@ HSPLjava/net/JarURLConnection;->parseSpecs(Ljava/net/URL;)V HSPLjava/net/NetworkInterface;-><init>(Ljava/lang/String;I[Ljava/net/InetAddress;)V HSPLjava/net/NetworkInterface;->getAll()[Ljava/net/NetworkInterface; HSPLjava/net/NetworkInterface;->getName()Ljava/lang/String; +HSPLjava/net/NetworkInterface;->getNetworkInterfaces()Ljava/util/Enumeration; HSPLjava/net/Parts;-><init>(Ljava/lang/String;Ljava/lang/String;)V HSPLjava/net/Parts;->getPath()Ljava/lang/String; HSPLjava/net/Parts;->getQuery()Ljava/lang/String; @@ -17635,6 +18309,7 @@ HSPLjava/net/Socket;->setSoTimeout(I)V HSPLjava/net/Socket;->setTcpNoDelay(Z)V HSPLjava/net/SocketAddress;-><init>()V HSPLjava/net/SocketException;-><init>(Ljava/lang/String;)V +HSPLjava/net/SocketException;-><init>(Ljava/lang/String;Ljava/lang/Throwable;)V HSPLjava/net/SocketImpl;-><init>()V HSPLjava/net/SocketImpl;->getFileDescriptor()Ljava/io/FileDescriptor; HSPLjava/net/SocketImpl;->getInetAddress()Ljava/net/InetAddress; @@ -17718,6 +18393,7 @@ HSPLjava/net/URI;->checkPath(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Stri HSPLjava/net/URI;->create(Ljava/lang/String;)Ljava/net/URI; HSPLjava/net/URI;->decode(Ljava/lang/String;)Ljava/lang/String; HSPLjava/net/URI;->defineString()V +HSPLjava/net/URI;->encode(Ljava/lang/String;)Ljava/lang/String; HSPLjava/net/URI;->equal(Ljava/lang/String;Ljava/lang/String;)Z HSPLjava/net/URI;->equalIgnoringCase(Ljava/lang/String;Ljava/lang/String;)Z HSPLjava/net/URI;->equals(Ljava/lang/Object;)Z @@ -17727,6 +18403,7 @@ HSPLjava/net/URI;->getHost()Ljava/lang/String; HSPLjava/net/URI;->getPath()Ljava/lang/String; HSPLjava/net/URI;->getPort()I HSPLjava/net/URI;->getQuery()Ljava/lang/String; +HSPLjava/net/URI;->getRawPath()Ljava/lang/String; HSPLjava/net/URI;->getRawQuery()Ljava/lang/String; HSPLjava/net/URI;->getScheme()Ljava/lang/String; HSPLjava/net/URI;->getUserInfo()Ljava/lang/String; @@ -17737,6 +18414,7 @@ HSPLjava/net/URI;->isAbsolute()Z HSPLjava/net/URI;->isOpaque()Z HSPLjava/net/URI;->match(CJJ)Z HSPLjava/net/URI;->quote(Ljava/lang/String;JJ)Ljava/lang/String; +HSPLjava/net/URI;->toASCIIString()Ljava/lang/String; HSPLjava/net/URI;->toLower(C)I HSPLjava/net/URI;->toString()Ljava/lang/String; HSPLjava/net/URI;->toString(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String; @@ -17872,6 +18550,7 @@ HSPLjava/nio/ByteBuffer;->wrap([B)Ljava/nio/ByteBuffer; HSPLjava/nio/ByteBuffer;->wrap([BII)Ljava/nio/ByteBuffer; HSPLjava/nio/ByteBufferAsCharBuffer;-><init>(Ljava/nio/ByteBuffer;IIIIILjava/nio/ByteOrder;)V HSPLjava/nio/ByteBufferAsCharBuffer;->duplicate()Ljava/nio/CharBuffer; +HSPLjava/nio/ByteBufferAsCharBuffer;->get()C HSPLjava/nio/ByteBufferAsCharBuffer;->get(I)C HSPLjava/nio/ByteBufferAsCharBuffer;->get([CII)Ljava/nio/CharBuffer; HSPLjava/nio/ByteBufferAsCharBuffer;->isDirect()Z @@ -17885,6 +18564,7 @@ HSPLjava/nio/ByteBufferAsIntBuffer;-><init>(Ljava/nio/ByteBuffer;IIIIILjava/nio/ HSPLjava/nio/ByteBufferAsIntBuffer;->get([III)Ljava/nio/IntBuffer; HSPLjava/nio/ByteBufferAsIntBuffer;->ix(I)I HSPLjava/nio/ByteBufferAsLongBuffer;-><init>(Ljava/nio/ByteBuffer;IIIIILjava/nio/ByteOrder;)V +HSPLjava/nio/ByteBufferAsLongBuffer;->get([JII)Ljava/nio/LongBuffer; HSPLjava/nio/ByteBufferAsLongBuffer;->ix(I)I HSPLjava/nio/ByteBufferAsShortBuffer;-><init>(Ljava/nio/ByteBuffer;IIIIILjava/nio/ByteOrder;)V HSPLjava/nio/ByteBufferAsShortBuffer;->get([SII)Ljava/nio/ShortBuffer; @@ -17919,6 +18599,7 @@ HSPLjava/nio/DirectByteBuffer;->address()J HSPLjava/nio/DirectByteBuffer;->asCharBuffer()Ljava/nio/CharBuffer; HSPLjava/nio/DirectByteBuffer;->asFloatBuffer()Ljava/nio/FloatBuffer; HSPLjava/nio/DirectByteBuffer;->asIntBuffer()Ljava/nio/IntBuffer; +HSPLjava/nio/DirectByteBuffer;->asLongBuffer()Ljava/nio/LongBuffer; HSPLjava/nio/DirectByteBuffer;->asReadOnlyBuffer()Ljava/nio/ByteBuffer; HSPLjava/nio/DirectByteBuffer;->asShortBuffer()Ljava/nio/ShortBuffer; HSPLjava/nio/DirectByteBuffer;->cleaner()Lsun/misc/Cleaner; @@ -17939,6 +18620,7 @@ HSPLjava/nio/DirectByteBuffer;->getShort(I)S HSPLjava/nio/DirectByteBuffer;->getShort(J)S HSPLjava/nio/DirectByteBuffer;->getUnchecked(I[CII)V HSPLjava/nio/DirectByteBuffer;->getUnchecked(I[III)V +HSPLjava/nio/DirectByteBuffer;->getUnchecked(I[JII)V HSPLjava/nio/DirectByteBuffer;->getUnchecked(I[SII)V HSPLjava/nio/DirectByteBuffer;->isDirect()Z HSPLjava/nio/DirectByteBuffer;->isReadOnly()Z @@ -18000,6 +18682,7 @@ HSPLjava/nio/IntBuffer;->limit(I)Ljava/nio/Buffer; HSPLjava/nio/IntBuffer;->position(I)Ljava/nio/Buffer; HSPLjava/nio/LongBuffer;-><init>(IIII)V HSPLjava/nio/LongBuffer;-><init>(IIII[JI)V +HSPLjava/nio/LongBuffer;->get([J)Ljava/nio/LongBuffer; HSPLjava/nio/LongBuffer;->limit(I)Ljava/nio/Buffer; HSPLjava/nio/LongBuffer;->position(I)Ljava/nio/Buffer; HSPLjava/nio/MappedByteBuffer;-><init>(IIII)V @@ -18021,8 +18704,6 @@ HSPLjava/nio/channels/Channels;->checkNotNull(Ljava/lang/Object;Ljava/lang/Strin HSPLjava/nio/channels/Channels;->newInputStream(Ljava/nio/channels/ReadableByteChannel;)Ljava/io/InputStream; HSPLjava/nio/channels/FileChannel;-><init>()V HSPLjava/nio/channels/FileChannel;->lock()Ljava/nio/channels/FileLock; -HSPLjava/nio/channels/FileChannel;->open(Ljava/nio/file/Path;Ljava/util/Set;[Ljava/nio/file/attribute/FileAttribute;)Ljava/nio/channels/FileChannel; -HSPLjava/nio/channels/FileChannel;->open(Ljava/nio/file/Path;[Ljava/nio/file/OpenOption;)Ljava/nio/channels/FileChannel; HSPLjava/nio/channels/FileChannel;->tryLock()Ljava/nio/channels/FileLock; HSPLjava/nio/channels/FileLock;-><init>(Ljava/nio/channels/FileChannel;JJZ)V HSPLjava/nio/channels/FileLock;->acquiredBy()Ljava/nio/channels/Channel; @@ -18113,6 +18794,7 @@ HSPLjava/security/KeyStore$1;->run()Ljava/lang/Object; HSPLjava/security/KeyStore$1;->run()Ljava/lang/String; HSPLjava/security/KeyStore;-><init>(Ljava/security/KeyStoreSpi;Ljava/security/Provider;Ljava/lang/String;)V HSPLjava/security/KeyStore;->aliases()Ljava/util/Enumeration; +HSPLjava/security/KeyStore;->containsAlias(Ljava/lang/String;)Z HSPLjava/security/KeyStore;->getCertificate(Ljava/lang/String;)Ljava/security/cert/Certificate; HSPLjava/security/KeyStore;->getDefaultType()Ljava/lang/String; HSPLjava/security/KeyStore;->getInstance(Ljava/lang/String;)Ljava/security/KeyStore; @@ -18141,6 +18823,7 @@ HSPLjava/security/MessageDigest;->digest([B)[B HSPLjava/security/MessageDigest;->digest([BII)I HSPLjava/security/MessageDigest;->getDigestLength()I HSPLjava/security/MessageDigest;->getInstance(Ljava/lang/String;)Ljava/security/MessageDigest; +HSPLjava/security/MessageDigest;->getInstance(Ljava/lang/String;Ljava/lang/String;)Ljava/security/MessageDigest; HSPLjava/security/MessageDigest;->getInstance(Ljava/lang/String;Ljava/security/Provider;)Ljava/security/MessageDigest; HSPLjava/security/MessageDigest;->isEqual([B[B)Z HSPLjava/security/MessageDigest;->reset()V @@ -18225,7 +18908,6 @@ HSPLjava/security/Signature$Delegate;-><init>(Ljava/lang/String;)V HSPLjava/security/Signature$Delegate;->chooseFirstProvider()V HSPLjava/security/Signature$Delegate;->chooseProvider(ILjava/security/Key;Ljava/security/SecureRandom;)V HSPLjava/security/Signature$Delegate;->engineInitVerify(Ljava/security/PublicKey;)V -HSPLjava/security/Signature$Delegate;->engineUpdate(Ljava/nio/ByteBuffer;)V HSPLjava/security/Signature$Delegate;->engineUpdate([BII)V HSPLjava/security/Signature$Delegate;->engineVerify([B)Z HSPLjava/security/Signature$Delegate;->init(Ljava/security/SignatureSpi;ILjava/security/Key;Ljava/security/SecureRandom;)V @@ -18236,12 +18918,10 @@ HSPLjava/security/Signature;->access$200(Ljava/security/Provider$Service;)Z HSPLjava/security/Signature;->getInstance(Ljava/lang/String;)Ljava/security/Signature; HSPLjava/security/Signature;->initVerify(Ljava/security/PublicKey;)V HSPLjava/security/Signature;->isSpi(Ljava/security/Provider$Service;)Z -HSPLjava/security/Signature;->update(Ljava/nio/ByteBuffer;)V HSPLjava/security/Signature;->update([B)V HSPLjava/security/Signature;->update([BII)V HSPLjava/security/Signature;->verify([B)Z HSPLjava/security/SignatureSpi;-><init>()V -HSPLjava/security/SignatureSpi;->engineUpdate(Ljava/nio/ByteBuffer;)V HSPLjava/security/cert/CertPath;-><init>(Ljava/lang/String;)V HSPLjava/security/cert/CertPath;->getType()Ljava/lang/String; HSPLjava/security/cert/CertPathValidator;-><init>(Ljava/security/cert/CertPathValidatorSpi;Ljava/security/Provider;Ljava/lang/String;)V @@ -18328,7 +19008,9 @@ HSPLjava/text/CalendarBuilder;->establish(Ljava/util/Calendar;)Ljava/util/Calend HSPLjava/text/CalendarBuilder;->isSet(I)Z HSPLjava/text/CalendarBuilder;->set(II)Ljava/text/CalendarBuilder; HSPLjava/text/Collator;-><init>(Landroid/icu/text/Collator;)V +HSPLjava/text/Collator;->decompositionMode_Java_ICU(I)I HSPLjava/text/Collator;->getInstance(Ljava/util/Locale;)Ljava/text/Collator; +HSPLjava/text/Collator;->setDecomposition(I)V HSPLjava/text/Collator;->setStrength(I)V HSPLjava/text/DateFormat;-><init>()V HSPLjava/text/DateFormat;->format(Ljava/lang/Object;Ljava/lang/StringBuffer;Ljava/text/FieldPosition;)Ljava/lang/StringBuffer; @@ -18338,6 +19020,7 @@ HSPLjava/text/DateFormat;->getTimeInstance(ILjava/util/Locale;)Ljava/text/DateFo HSPLjava/text/DateFormat;->getTimeZone()Ljava/util/TimeZone; HSPLjava/text/DateFormat;->parse(Ljava/lang/String;)Ljava/util/Date; HSPLjava/text/DateFormat;->set24HourTimePref(Ljava/lang/Boolean;)V +HSPLjava/text/DateFormat;->setLenient(Z)V HSPLjava/text/DateFormat;->setTimeZone(Ljava/util/TimeZone;)V HSPLjava/text/DateFormatSymbols;-><init>(Ljava/util/Locale;)V HSPLjava/text/DateFormatSymbols;->getAmPmStrings()[Ljava/lang/String; @@ -18480,7 +19163,12 @@ HSPLjava/text/StringCharacterIterator;-><init>(Ljava/lang/String;I)V HSPLjava/text/StringCharacterIterator;-><init>(Ljava/lang/String;III)V HSPLjava/text/StringCharacterIterator;->clone()Ljava/lang/Object; HSPLjava/text/StringCharacterIterator;->current()C +HSPLjava/text/StringCharacterIterator;->first()C +HSPLjava/text/StringCharacterIterator;->getBeginIndex()I +HSPLjava/text/StringCharacterIterator;->getEndIndex()I +HSPLjava/text/StringCharacterIterator;->getIndex()I HSPLjava/text/StringCharacterIterator;->next()C +HSPLjava/text/StringCharacterIterator;->setIndex(I)C HSPLjava/time/Clock$SystemClock;-><init>(Ljava/time/ZoneId;)V HSPLjava/time/Clock$SystemClock;->getZone()Ljava/time/ZoneId; HSPLjava/time/Clock$SystemClock;->instant()Ljava/time/Instant; @@ -18504,8 +19192,11 @@ HSPLjava/time/LocalDate;->get(Ljava/time/temporal/TemporalField;)I HSPLjava/time/LocalDate;->get0(Ljava/time/temporal/TemporalField;)I HSPLjava/time/LocalDate;->getDayOfMonth()I HSPLjava/time/LocalDate;->getDayOfWeek()Ljava/time/DayOfWeek; +HSPLjava/time/LocalDate;->getMonthValue()I HSPLjava/time/LocalDate;->getYear()I HSPLjava/time/LocalDate;->isLeapYear()Z +HSPLjava/time/LocalDate;->minus(JLjava/time/temporal/TemporalUnit;)Ljava/time/LocalDate; +HSPLjava/time/LocalDate;->minus(JLjava/time/temporal/TemporalUnit;)Ljava/time/temporal/Temporal; HSPLjava/time/LocalDate;->of(ILjava/time/Month;I)Ljava/time/LocalDate; HSPLjava/time/LocalDate;->plus(JLjava/time/temporal/TemporalUnit;)Ljava/time/LocalDate; HSPLjava/time/LocalDate;->plusDays(J)Ljava/time/LocalDate; @@ -18515,6 +19206,9 @@ HSPLjava/time/LocalDate;->with(Ljava/time/temporal/TemporalAdjuster;)Ljava/time/ HSPLjava/time/LocalDateTime;-><init>(Ljava/time/LocalDate;Ljava/time/LocalTime;)V HSPLjava/time/LocalDateTime;->getDayOfMonth()I HSPLjava/time/LocalDateTime;->getHour()I +HSPLjava/time/LocalDateTime;->getMinute()I +HSPLjava/time/LocalDateTime;->getMonthValue()I +HSPLjava/time/LocalDateTime;->getNano()I HSPLjava/time/LocalDateTime;->getSecond()I HSPLjava/time/LocalDateTime;->getYear()I HSPLjava/time/LocalDateTime;->plusSeconds(J)Ljava/time/LocalDateTime; @@ -18535,7 +19229,10 @@ HSPLjava/time/LocalTime;->ofNanoOfDay(J)Ljava/time/LocalTime; HSPLjava/time/LocalTime;->toNanoOfDay()J HSPLjava/time/LocalTime;->toSecondOfDay()I HSPLjava/time/LocalTime;->toString()Ljava/lang/String; +HSPLjava/time/Month$1;-><clinit>()V HSPLjava/time/Month;->getValue()I +HSPLjava/time/Month;->length(Z)I +HSPLjava/time/Month;->values()[Ljava/time/Month; HSPLjava/time/ZoneId;-><init>()V HSPLjava/time/ZoneId;->of(Ljava/lang/String;)Ljava/time/ZoneId; HSPLjava/time/ZoneId;->of(Ljava/lang/String;Ljava/util/Map;)Ljava/time/ZoneId; @@ -18559,6 +19256,7 @@ HSPLjava/time/chrono/IsoChronology;->isLeapYear(J)Z HSPLjava/time/format/DateTimeFormatter;-><init>(Ljava/time/format/DateTimeFormatterBuilder$CompositePrinterParser;Ljava/util/Locale;Ljava/time/format/DecimalStyle;Ljava/time/format/ResolverStyle;Ljava/util/Set;Ljava/time/chrono/Chronology;Ljava/time/ZoneId;)V HSPLjava/time/format/DateTimeFormatter;->format(Ljava/time/temporal/TemporalAccessor;)Ljava/lang/String; HSPLjava/time/format/DateTimeFormatter;->formatTo(Ljava/time/temporal/TemporalAccessor;Ljava/lang/Appendable;)V +HSPLjava/time/format/DateTimeFormatter;->getChronology()Ljava/time/chrono/Chronology; HSPLjava/time/format/DateTimeFormatter;->getDecimalStyle()Ljava/time/format/DecimalStyle; HSPLjava/time/format/DateTimeFormatterBuilder$CharLiteralPrinterParser;-><init>(C)V HSPLjava/time/format/DateTimeFormatterBuilder$CompositePrinterParser;-><init>(Ljava/util/List;Z)V @@ -18569,18 +19267,19 @@ HSPLjava/time/format/DateTimeFormatterBuilder;->appendInternal(Ljava/time/format HSPLjava/time/format/DateTimeFormatterBuilder;->appendLiteral(C)Ljava/time/format/DateTimeFormatterBuilder; HSPLjava/time/format/DateTimeFormatterBuilder;->appendValue(Ljava/time/format/DateTimeFormatterBuilder$NumberPrinterParser;)Ljava/time/format/DateTimeFormatterBuilder; HSPLjava/time/format/DateTimeFormatterBuilder;->appendValue(Ljava/time/temporal/TemporalField;I)Ljava/time/format/DateTimeFormatterBuilder; -HSPLjava/time/format/DateTimeFormatterBuilder;->parseField(CILjava/time/temporal/TemporalField;)V -HSPLjava/time/format/DateTimeFormatterBuilder;->parsePattern(Ljava/lang/String;)V HSPLjava/time/format/DateTimeFormatterBuilder;->toFormatter(Ljava/util/Locale;Ljava/time/format/ResolverStyle;Ljava/time/chrono/Chronology;)Ljava/time/format/DateTimeFormatter; -HSPLjava/time/format/DateTimePrintContext;-><init>(Ljava/time/temporal/TemporalAccessor;Ljava/time/format/DateTimeFormatter;)V HSPLjava/time/temporal/-$$Lambda$TemporalAdjusters$A9OZwfMlHD1vy7-nYt5NssACu7Q;-><init>(I)V HSPLjava/time/temporal/-$$Lambda$TemporalAdjusters$A9OZwfMlHD1vy7-nYt5NssACu7Q;->adjustInto(Ljava/time/temporal/Temporal;)Ljava/time/temporal/Temporal; +HSPLjava/time/temporal/-$$Lambda$TemporalAdjusters$TKkfUVRu_GUECdXqtmzzXrayVY8;-><init>(I)V +HSPLjava/time/temporal/-$$Lambda$TemporalAdjusters$TKkfUVRu_GUECdXqtmzzXrayVY8;->adjustInto(Ljava/time/temporal/Temporal;)Ljava/time/temporal/Temporal; HSPLjava/time/temporal/ChronoField;->checkValidIntValue(J)I HSPLjava/time/temporal/ChronoField;->checkValidValue(J)J HSPLjava/time/temporal/ChronoField;->isTimeBased()Z HSPLjava/time/temporal/ChronoField;->range()Ljava/time/temporal/ValueRange; HSPLjava/time/temporal/TemporalAdjusters;->lambda$nextOrSame$10(ILjava/time/temporal/Temporal;)Ljava/time/temporal/Temporal; +HSPLjava/time/temporal/TemporalAdjusters;->lambda$previousOrSame$12(ILjava/time/temporal/Temporal;)Ljava/time/temporal/Temporal; HSPLjava/time/temporal/TemporalAdjusters;->nextOrSame(Ljava/time/DayOfWeek;)Ljava/time/temporal/TemporalAdjuster; +HSPLjava/time/temporal/TemporalAdjusters;->previousOrSame(Ljava/time/DayOfWeek;)Ljava/time/temporal/TemporalAdjuster; HSPLjava/time/temporal/TemporalQueries;->chronology()Ljava/time/temporal/TemporalQuery; HSPLjava/time/temporal/TemporalQueries;->localTime()Ljava/time/temporal/TemporalQuery; HSPLjava/time/temporal/TemporalQueries;->offset()Ljava/time/temporal/TemporalQuery; @@ -18632,8 +19331,17 @@ HSPLjava/util/AbstractList$Itr;->hasNext()Z HSPLjava/util/AbstractList$Itr;->next()Ljava/lang/Object; HSPLjava/util/AbstractList$ListItr;-><init>(Ljava/util/AbstractList;I)V HSPLjava/util/AbstractList$ListItr;->nextIndex()I +HSPLjava/util/AbstractList$RandomAccessSubList;-><init>(Ljava/util/AbstractList;II)V +HSPLjava/util/AbstractList$SubList$1;-><init>(Ljava/util/AbstractList$SubList;I)V +HSPLjava/util/AbstractList$SubList$1;->hasNext()Z +HSPLjava/util/AbstractList$SubList$1;->nextIndex()I HSPLjava/util/AbstractList$SubList;-><init>(Ljava/util/AbstractList;II)V +HSPLjava/util/AbstractList$SubList;->access$100(Ljava/util/AbstractList$SubList;)I +HSPLjava/util/AbstractList$SubList;->access$200(Ljava/util/AbstractList$SubList;)Ljava/util/AbstractList; HSPLjava/util/AbstractList$SubList;->checkForComodification()V +HSPLjava/util/AbstractList$SubList;->iterator()Ljava/util/Iterator; +HSPLjava/util/AbstractList$SubList;->listIterator(I)Ljava/util/ListIterator; +HSPLjava/util/AbstractList$SubList;->rangeCheckForAdd(I)V HSPLjava/util/AbstractList;-><init>()V HSPLjava/util/AbstractList;->add(Ljava/lang/Object;)Z HSPLjava/util/AbstractList;->clear()V @@ -18676,6 +19384,7 @@ HSPLjava/util/ArrayDeque$DeqIterator;->remove()V HSPLjava/util/ArrayDeque$DescendingIterator;-><init>(Ljava/util/ArrayDeque;)V HSPLjava/util/ArrayDeque$DescendingIterator;-><init>(Ljava/util/ArrayDeque;Ljava/util/ArrayDeque$1;)V HSPLjava/util/ArrayDeque$DescendingIterator;->hasNext()Z +HSPLjava/util/ArrayDeque$DescendingIterator;->next()Ljava/lang/Object; HSPLjava/util/ArrayDeque;-><init>()V HSPLjava/util/ArrayDeque;-><init>(I)V HSPLjava/util/ArrayDeque;-><init>(Ljava/util/Collection;)V @@ -18690,6 +19399,7 @@ HSPLjava/util/ArrayDeque;->delete(I)Z HSPLjava/util/ArrayDeque;->descendingIterator()Ljava/util/Iterator; HSPLjava/util/ArrayDeque;->doubleCapacity()V HSPLjava/util/ArrayDeque;->getFirst()Ljava/lang/Object; +HSPLjava/util/ArrayDeque;->getLast()Ljava/lang/Object; HSPLjava/util/ArrayDeque;->isEmpty()Z HSPLjava/util/ArrayDeque;->iterator()Ljava/util/Iterator; HSPLjava/util/ArrayDeque;->offer(Ljava/lang/Object;)Z @@ -18865,6 +19575,7 @@ HSPLjava/util/BitSet;->recalculateWordsInUse()V HSPLjava/util/BitSet;->set(I)V HSPLjava/util/BitSet;->set(II)V HSPLjava/util/BitSet;->set(IZ)V +HSPLjava/util/BitSet;->toString()Ljava/lang/String; HSPLjava/util/BitSet;->wordIndex(I)I HSPLjava/util/Calendar;-><init>()V HSPLjava/util/Calendar;-><init>(Ljava/util/TimeZone;Ljava/util/Locale;)V @@ -18917,6 +19628,7 @@ HSPLjava/util/Collections$CopiesList;->size()I HSPLjava/util/Collections$CopiesList;->toArray()[Ljava/lang/Object; HSPLjava/util/Collections$EmptyEnumeration;->hasMoreElements()Z HSPLjava/util/Collections$EmptyIterator;->hasNext()Z +HSPLjava/util/Collections$EmptyList;->containsAll(Ljava/util/Collection;)Z HSPLjava/util/Collections$EmptyList;->equals(Ljava/lang/Object;)Z HSPLjava/util/Collections$EmptyList;->isEmpty()Z HSPLjava/util/Collections$EmptyList;->iterator()Ljava/util/Iterator; @@ -18925,6 +19637,7 @@ HSPLjava/util/Collections$EmptyList;->readResolve()Ljava/lang/Object; HSPLjava/util/Collections$EmptyList;->size()I HSPLjava/util/Collections$EmptyList;->toArray()[Ljava/lang/Object; HSPLjava/util/Collections$EmptyList;->toArray([Ljava/lang/Object;)[Ljava/lang/Object; +HSPLjava/util/Collections$EmptyMap;->containsKey(Ljava/lang/Object;)Z HSPLjava/util/Collections$EmptyMap;->entrySet()Ljava/util/Set; HSPLjava/util/Collections$EmptyMap;->get(Ljava/lang/Object;)Ljava/lang/Object; HSPLjava/util/Collections$EmptyMap;->isEmpty()Z @@ -18989,7 +19702,6 @@ HSPLjava/util/Collections$SynchronizedMap;->values()Ljava/util/Collection; HSPLjava/util/Collections$SynchronizedRandomAccessList;-><init>(Ljava/util/List;)V HSPLjava/util/Collections$SynchronizedSet;-><init>(Ljava/util/Set;)V HSPLjava/util/Collections$SynchronizedSet;-><init>(Ljava/util/Set;Ljava/lang/Object;)V -HSPLjava/util/Collections$SynchronizedSet;->equals(Ljava/lang/Object;)Z HSPLjava/util/Collections$UnmodifiableCollection$1;-><init>(Ljava/util/Collections$UnmodifiableCollection;)V HSPLjava/util/Collections$UnmodifiableCollection$1;->hasNext()Z HSPLjava/util/Collections$UnmodifiableCollection$1;->next()Ljava/lang/Object; @@ -19009,6 +19721,7 @@ HSPLjava/util/Collections$UnmodifiableList;-><init>(Ljava/util/List;)V HSPLjava/util/Collections$UnmodifiableList;->equals(Ljava/lang/Object;)Z HSPLjava/util/Collections$UnmodifiableList;->get(I)Ljava/lang/Object; HSPLjava/util/Collections$UnmodifiableList;->hashCode()I +HSPLjava/util/Collections$UnmodifiableList;->indexOf(Ljava/lang/Object;)I HSPLjava/util/Collections$UnmodifiableList;->listIterator()Ljava/util/ListIterator; HSPLjava/util/Collections$UnmodifiableList;->listIterator(I)Ljava/util/ListIterator; HSPLjava/util/Collections$UnmodifiableMap$UnmodifiableEntrySet$1;-><init>(Ljava/util/Collections$UnmodifiableMap$UnmodifiableEntrySet;)V @@ -19050,6 +19763,7 @@ HSPLjava/util/Collections;->enumeration(Ljava/util/Collection;)Ljava/util/Enumer HSPLjava/util/Collections;->eq(Ljava/lang/Object;Ljava/lang/Object;)Z HSPLjava/util/Collections;->indexedBinarySearch(Ljava/util/List;Ljava/lang/Object;)I HSPLjava/util/Collections;->indexedBinarySearch(Ljava/util/List;Ljava/lang/Object;Ljava/util/Comparator;)I +HSPLjava/util/Collections;->list(Ljava/util/Enumeration;)Ljava/util/ArrayList; HSPLjava/util/Collections;->nCopies(ILjava/lang/Object;)Ljava/util/List; HSPLjava/util/Collections;->newSetFromMap(Ljava/util/Map;)Ljava/util/Set; HSPLjava/util/Collections;->reverse(Ljava/util/List;)V @@ -19257,6 +19971,9 @@ HSPLjava/util/GregorianCalendar;->computeFields(II)I HSPLjava/util/GregorianCalendar;->computeTime()V HSPLjava/util/GregorianCalendar;->getCurrentFixedDate()J HSPLjava/util/GregorianCalendar;->getFixedDate(Lsun/util/calendar/BaseCalendar;II)J +HSPLjava/util/GregorianCalendar;->getLeastMaximum(I)I +HSPLjava/util/GregorianCalendar;->getMaximum(I)I +HSPLjava/util/GregorianCalendar;->getMinimum(I)I HSPLjava/util/GregorianCalendar;->getTimeZone()Ljava/util/TimeZone; HSPLjava/util/GregorianCalendar;->getWeekNumber(JJ)I HSPLjava/util/GregorianCalendar;->internalGetEra()I @@ -19476,6 +20193,7 @@ HSPLjava/util/LinkedHashMap;->get(Ljava/lang/Object;)Ljava/lang/Object; HSPLjava/util/LinkedHashMap;->keySet()Ljava/util/Set; HSPLjava/util/LinkedHashMap;->linkNodeLast(Ljava/util/LinkedHashMap$LinkedHashMapEntry;)V HSPLjava/util/LinkedHashMap;->newNode(ILjava/lang/Object;Ljava/lang/Object;Ljava/util/HashMap$Node;)Ljava/util/HashMap$Node; +HSPLjava/util/LinkedHashMap;->reinitialize()V HSPLjava/util/LinkedHashMap;->removeEldestEntry(Ljava/util/Map$Entry;)Z HSPLjava/util/LinkedHashMap;->values()Ljava/util/Collection; HSPLjava/util/LinkedHashSet;-><init>()V @@ -19491,6 +20209,7 @@ HSPLjava/util/LinkedList$ListItr;->remove()V HSPLjava/util/LinkedList$Node;-><init>(Ljava/util/LinkedList$Node;Ljava/lang/Object;Ljava/util/LinkedList$Node;)V HSPLjava/util/LinkedList;-><init>()V HSPLjava/util/LinkedList;-><init>(Ljava/util/Collection;)V +HSPLjava/util/LinkedList;->add(ILjava/lang/Object;)V HSPLjava/util/LinkedList;->add(Ljava/lang/Object;)Z HSPLjava/util/LinkedList;->addAll(ILjava/util/Collection;)Z HSPLjava/util/LinkedList;->addAll(Ljava/util/Collection;)Z @@ -19548,6 +20267,7 @@ HSPLjava/util/Locale;->getCountry()Ljava/lang/String; HSPLjava/util/Locale;->getDefault()Ljava/util/Locale; HSPLjava/util/Locale;->getDefault(Ljava/util/Locale$Category;)Ljava/util/Locale; HSPLjava/util/Locale;->getExtensionKeys()Ljava/util/Set; +HSPLjava/util/Locale;->getISO3Language()Ljava/lang/String; HSPLjava/util/Locale;->getInstance(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lsun/util/locale/LocaleExtensions;)Ljava/util/Locale; HSPLjava/util/Locale;->getInstance(Lsun/util/locale/BaseLocale;Lsun/util/locale/LocaleExtensions;)Ljava/util/Locale; HSPLjava/util/Locale;->getLanguage()Ljava/lang/String; @@ -19586,7 +20306,6 @@ HSPLjava/util/PriorityQueue$Itr;-><init>(Ljava/util/PriorityQueue;)V HSPLjava/util/PriorityQueue$Itr;-><init>(Ljava/util/PriorityQueue;Ljava/util/PriorityQueue$1;)V HSPLjava/util/PriorityQueue$Itr;->hasNext()Z HSPLjava/util/PriorityQueue$Itr;->next()Ljava/lang/Object; -HSPLjava/util/PriorityQueue$Itr;->remove()V HSPLjava/util/PriorityQueue;-><init>()V HSPLjava/util/PriorityQueue;-><init>(ILjava/util/Comparator;)V HSPLjava/util/PriorityQueue;->add(Ljava/lang/Object;)Z @@ -19622,7 +20341,6 @@ HSPLjava/util/Random;->next(I)I HSPLjava/util/Random;->nextBytes([B)V HSPLjava/util/Random;->nextDouble()D HSPLjava/util/Random;->nextFloat()F -HSPLjava/util/Random;->nextGaussian()D HSPLjava/util/Random;->nextInt()I HSPLjava/util/Random;->nextInt(I)I HSPLjava/util/Random;->nextLong()J @@ -19667,7 +20385,6 @@ HSPLjava/util/SimpleTimeZone;->getOffset(J)I HSPLjava/util/SimpleTimeZone;->getOffsets(J[I)I HSPLjava/util/SimpleTimeZone;->getRawOffset()I HSPLjava/util/SimpleTimeZone;->hasSameRules(Ljava/util/TimeZone;)Z -HSPLjava/util/Spliterator$OfInt;->forEachRemaining(Ljava/util/function/Consumer;)V HSPLjava/util/Spliterator;->getExactSizeIfKnown()J HSPLjava/util/Spliterators$ArraySpliterator;-><init>([Ljava/lang/Object;III)V HSPLjava/util/Spliterators$ArraySpliterator;->characteristics()I @@ -19783,6 +20500,7 @@ HSPLjava/util/TreeMap$PrivateEntryIterator;->nextEntry()Ljava/util/TreeMap$TreeM HSPLjava/util/TreeMap$TreeMapEntry;-><init>(Ljava/lang/Object;Ljava/lang/Object;Ljava/util/TreeMap$TreeMapEntry;)V HSPLjava/util/TreeMap$TreeMapEntry;->getKey()Ljava/lang/Object; HSPLjava/util/TreeMap$TreeMapEntry;->getValue()Ljava/lang/Object; +HSPLjava/util/TreeMap$TreeMapEntry;->setValue(Ljava/lang/Object;)Ljava/lang/Object; HSPLjava/util/TreeMap$ValueIterator;-><init>(Ljava/util/TreeMap;Ljava/util/TreeMap$TreeMapEntry;)V HSPLjava/util/TreeMap$ValueIterator;->next()Ljava/lang/Object; HSPLjava/util/TreeMap$Values;-><init>(Ljava/util/TreeMap;)V @@ -19953,6 +20671,9 @@ HSPLjava/util/concurrent/CancellationException;-><init>()V HSPLjava/util/concurrent/CancellationException;-><init>(Ljava/lang/String;)V HSPLjava/util/concurrent/CompletableFuture$Completion;-><init>()V HSPLjava/util/concurrent/CompletableFuture$Signaller;-><init>(ZJJ)V +HSPLjava/util/concurrent/CompletableFuture$Signaller;->block()Z +HSPLjava/util/concurrent/CompletableFuture$Signaller;->isReleasable()Z +HSPLjava/util/concurrent/CompletableFuture$Signaller;->tryFire(I)Ljava/util/concurrent/CompletableFuture; HSPLjava/util/concurrent/CompletableFuture;-><init>()V HSPLjava/util/concurrent/CompletableFuture;->casStack(Ljava/util/concurrent/CompletableFuture$Completion;Ljava/util/concurrent/CompletableFuture$Completion;)Z HSPLjava/util/concurrent/CompletableFuture;->complete(Ljava/lang/Object;)Z @@ -20003,6 +20724,7 @@ HSPLjava/util/concurrent/ConcurrentHashMap;->isEmpty()Z HSPLjava/util/concurrent/ConcurrentHashMap;->keySet()Ljava/util/Set; HSPLjava/util/concurrent/ConcurrentHashMap;->mappingCount()J HSPLjava/util/concurrent/ConcurrentHashMap;->put(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; +HSPLjava/util/concurrent/ConcurrentHashMap;->putAll(Ljava/util/Map;)V HSPLjava/util/concurrent/ConcurrentHashMap;->putIfAbsent(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; HSPLjava/util/concurrent/ConcurrentHashMap;->putVal(Ljava/lang/Object;Ljava/lang/Object;Z)Ljava/lang/Object; HSPLjava/util/concurrent/ConcurrentHashMap;->remove(Ljava/lang/Object;)Ljava/lang/Object; @@ -20016,9 +20738,14 @@ HSPLjava/util/concurrent/ConcurrentHashMap;->sumCount()J HSPLjava/util/concurrent/ConcurrentHashMap;->tabAt([Ljava/util/concurrent/ConcurrentHashMap$Node;I)Ljava/util/concurrent/ConcurrentHashMap$Node; HSPLjava/util/concurrent/ConcurrentHashMap;->tableSizeFor(I)I HSPLjava/util/concurrent/ConcurrentHashMap;->transfer([Ljava/util/concurrent/ConcurrentHashMap$Node;[Ljava/util/concurrent/ConcurrentHashMap$Node;)V +HSPLjava/util/concurrent/ConcurrentHashMap;->tryPresize(I)V HSPLjava/util/concurrent/ConcurrentHashMap;->values()Ljava/util/Collection; HSPLjava/util/concurrent/ConcurrentLinkedDeque$Node;-><init>(Ljava/lang/Object;)V +HSPLjava/util/concurrent/ConcurrentLinkedDeque$Node;->casNext(Ljava/util/concurrent/ConcurrentLinkedDeque$Node;Ljava/util/concurrent/ConcurrentLinkedDeque$Node;)Z +HSPLjava/util/concurrent/ConcurrentLinkedDeque$Node;->lazySetPrev(Ljava/util/concurrent/ConcurrentLinkedDeque$Node;)V HSPLjava/util/concurrent/ConcurrentLinkedDeque;-><init>()V +HSPLjava/util/concurrent/ConcurrentLinkedDeque;->first()Ljava/util/concurrent/ConcurrentLinkedDeque$Node; +HSPLjava/util/concurrent/ConcurrentLinkedDeque;->linkLast(Ljava/lang/Object;)V HSPLjava/util/concurrent/ConcurrentLinkedQueue$Itr;-><init>(Ljava/util/concurrent/ConcurrentLinkedQueue;)V HSPLjava/util/concurrent/ConcurrentLinkedQueue$Itr;->hasNext()Z HSPLjava/util/concurrent/ConcurrentLinkedQueue$Itr;->next()Ljava/lang/Object; @@ -20036,6 +20763,7 @@ HSPLjava/util/concurrent/ConcurrentLinkedQueue;->iterator()Ljava/util/Iterator; HSPLjava/util/concurrent/ConcurrentLinkedQueue;->lazySetNext(Ljava/util/concurrent/ConcurrentLinkedQueue$Node;Ljava/util/concurrent/ConcurrentLinkedQueue$Node;)V HSPLjava/util/concurrent/ConcurrentLinkedQueue;->newNode(Ljava/lang/Object;)Ljava/util/concurrent/ConcurrentLinkedQueue$Node; HSPLjava/util/concurrent/ConcurrentLinkedQueue;->offer(Ljava/lang/Object;)Z +HSPLjava/util/concurrent/ConcurrentLinkedQueue;->peek()Ljava/lang/Object; HSPLjava/util/concurrent/ConcurrentLinkedQueue;->poll()Ljava/lang/Object; HSPLjava/util/concurrent/ConcurrentLinkedQueue;->remove(Ljava/lang/Object;)Z HSPLjava/util/concurrent/ConcurrentLinkedQueue;->size()I @@ -20153,10 +20881,14 @@ HSPLjava/util/concurrent/FutureTask;->setException(Ljava/lang/Throwable;)V HSPLjava/util/concurrent/LinkedBlockingDeque$Node;-><init>(Ljava/lang/Object;)V HSPLjava/util/concurrent/LinkedBlockingDeque;-><init>()V HSPLjava/util/concurrent/LinkedBlockingDeque;-><init>(I)V +HSPLjava/util/concurrent/LinkedBlockingDeque;->addLast(Ljava/lang/Object;)V HSPLjava/util/concurrent/LinkedBlockingDeque;->linkLast(Ljava/util/concurrent/LinkedBlockingDeque$Node;)Z HSPLjava/util/concurrent/LinkedBlockingDeque;->offer(Ljava/lang/Object;)Z HSPLjava/util/concurrent/LinkedBlockingDeque;->offerLast(Ljava/lang/Object;)Z +HSPLjava/util/concurrent/LinkedBlockingDeque;->pollFirst()Ljava/lang/Object; HSPLjava/util/concurrent/LinkedBlockingDeque;->size()I +HSPLjava/util/concurrent/LinkedBlockingDeque;->take()Ljava/lang/Object; +HSPLjava/util/concurrent/LinkedBlockingDeque;->takeFirst()Ljava/lang/Object; HSPLjava/util/concurrent/LinkedBlockingDeque;->unlinkFirst()Ljava/lang/Object; HSPLjava/util/concurrent/LinkedBlockingQueue$Node;-><init>(Ljava/lang/Object;)V HSPLjava/util/concurrent/LinkedBlockingQueue;-><init>()V @@ -20172,6 +20904,7 @@ HSPLjava/util/concurrent/LinkedBlockingQueue;->poll()Ljava/lang/Object; HSPLjava/util/concurrent/LinkedBlockingQueue;->poll(JLjava/util/concurrent/TimeUnit;)Ljava/lang/Object; HSPLjava/util/concurrent/LinkedBlockingQueue;->put(Ljava/lang/Object;)V HSPLjava/util/concurrent/LinkedBlockingQueue;->signalNotEmpty()V +HSPLjava/util/concurrent/LinkedBlockingQueue;->signalNotFull()V HSPLjava/util/concurrent/LinkedBlockingQueue;->size()I HSPLjava/util/concurrent/LinkedBlockingQueue;->take()Ljava/lang/Object; HSPLjava/util/concurrent/PriorityBlockingQueue;-><init>()V @@ -20185,6 +20918,7 @@ HSPLjava/util/concurrent/PriorityBlockingQueue;->put(Ljava/lang/Object;)V HSPLjava/util/concurrent/PriorityBlockingQueue;->siftDownComparable(ILjava/lang/Object;[Ljava/lang/Object;I)V HSPLjava/util/concurrent/PriorityBlockingQueue;->siftUpComparable(ILjava/lang/Object;[Ljava/lang/Object;)V HSPLjava/util/concurrent/PriorityBlockingQueue;->take()Ljava/lang/Object; +HSPLjava/util/concurrent/PriorityBlockingQueue;->tryGrow([Ljava/lang/Object;I)V HSPLjava/util/concurrent/ScheduledThreadPoolExecutor$DelayedWorkQueue$Itr;-><init>(Ljava/util/concurrent/ScheduledThreadPoolExecutor$DelayedWorkQueue;[Ljava/util/concurrent/RunnableScheduledFuture;)V HSPLjava/util/concurrent/ScheduledThreadPoolExecutor$DelayedWorkQueue$Itr;->hasNext()Z HSPLjava/util/concurrent/ScheduledThreadPoolExecutor$DelayedWorkQueue;-><init>()V @@ -20238,17 +20972,20 @@ HSPLjava/util/concurrent/ScheduledThreadPoolExecutor;->setRemoveOnCancelPolicy(Z HSPLjava/util/concurrent/ScheduledThreadPoolExecutor;->shutdown()V HSPLjava/util/concurrent/ScheduledThreadPoolExecutor;->shutdownNow()Ljava/util/List; HSPLjava/util/concurrent/ScheduledThreadPoolExecutor;->submit(Ljava/lang/Runnable;)Ljava/util/concurrent/Future; +HSPLjava/util/concurrent/ScheduledThreadPoolExecutor;->submit(Ljava/util/concurrent/Callable;)Ljava/util/concurrent/Future; HSPLjava/util/concurrent/ScheduledThreadPoolExecutor;->triggerTime(J)J HSPLjava/util/concurrent/ScheduledThreadPoolExecutor;->triggerTime(JLjava/util/concurrent/TimeUnit;)J HSPLjava/util/concurrent/Semaphore$NonfairSync;-><init>(I)V HSPLjava/util/concurrent/Semaphore$NonfairSync;->tryAcquireShared(I)I HSPLjava/util/concurrent/Semaphore$Sync;-><init>(I)V +HSPLjava/util/concurrent/Semaphore$Sync;->getPermits()I HSPLjava/util/concurrent/Semaphore$Sync;->nonfairTryAcquireShared(I)I HSPLjava/util/concurrent/Semaphore$Sync;->tryReleaseShared(I)Z HSPLjava/util/concurrent/Semaphore;-><init>(I)V HSPLjava/util/concurrent/Semaphore;-><init>(IZ)V HSPLjava/util/concurrent/Semaphore;->acquire()V HSPLjava/util/concurrent/Semaphore;->acquireUninterruptibly()V +HSPLjava/util/concurrent/Semaphore;->availablePermits()I HSPLjava/util/concurrent/Semaphore;->release()V HSPLjava/util/concurrent/SynchronousQueue$TransferStack$SNode;-><init>(Ljava/lang/Object;)V HSPLjava/util/concurrent/SynchronousQueue$TransferStack$SNode;->casNext(Ljava/util/concurrent/SynchronousQueue$TransferStack$SNode;Ljava/util/concurrent/SynchronousQueue$TransferStack$SNode;)Z @@ -20270,7 +21007,6 @@ HSPLjava/util/concurrent/SynchronousQueue;->isEmpty()Z HSPLjava/util/concurrent/SynchronousQueue;->offer(Ljava/lang/Object;)Z HSPLjava/util/concurrent/SynchronousQueue;->poll(JLjava/util/concurrent/TimeUnit;)Ljava/lang/Object; HSPLjava/util/concurrent/SynchronousQueue;->take()Ljava/lang/Object; -HSPLjava/util/concurrent/ThreadLocalRandom;->mix32(J)I HSPLjava/util/concurrent/ThreadLocalRandom;->nextInt()I HSPLjava/util/concurrent/ThreadLocalRandom;->nextSeed()J HSPLjava/util/concurrent/ThreadPoolExecutor$DiscardPolicy;-><init>()V @@ -20335,6 +21071,7 @@ HSPLjava/util/concurrent/TimeUnit$2;->convert(JLjava/util/concurrent/TimeUnit;)J HSPLjava/util/concurrent/TimeUnit$2;->toMillis(J)J HSPLjava/util/concurrent/TimeUnit$3;->convert(JLjava/util/concurrent/TimeUnit;)J HSPLjava/util/concurrent/TimeUnit$3;->toDays(J)J +HSPLjava/util/concurrent/TimeUnit$3;->toHours(J)J HSPLjava/util/concurrent/TimeUnit$3;->toMicros(J)J HSPLjava/util/concurrent/TimeUnit$3;->toMillis(J)J HSPLjava/util/concurrent/TimeUnit$3;->toMinutes(J)J @@ -20350,6 +21087,7 @@ HSPLjava/util/concurrent/TimeUnit$5;->toMillis(J)J HSPLjava/util/concurrent/TimeUnit$5;->toNanos(J)J HSPLjava/util/concurrent/TimeUnit$5;->toSeconds(J)J HSPLjava/util/concurrent/TimeUnit$6;->toMillis(J)J +HSPLjava/util/concurrent/TimeUnit$6;->toMinutes(J)J HSPLjava/util/concurrent/TimeUnit$6;->toNanos(J)J HSPLjava/util/concurrent/TimeUnit$6;->toSeconds(J)J HSPLjava/util/concurrent/TimeUnit$7;->toMillis(J)J @@ -20395,6 +21133,7 @@ HSPLjava/util/concurrent/atomic/AtomicLong;->compareAndSet(JJ)Z HSPLjava/util/concurrent/atomic/AtomicLong;->decrementAndGet()J HSPLjava/util/concurrent/atomic/AtomicLong;->get()J HSPLjava/util/concurrent/atomic/AtomicLong;->getAndAdd(J)J +HSPLjava/util/concurrent/atomic/AtomicLong;->getAndDecrement()J HSPLjava/util/concurrent/atomic/AtomicLong;->getAndIncrement()J HSPLjava/util/concurrent/atomic/AtomicLong;->getAndSet(J)J HSPLjava/util/concurrent/atomic/AtomicLong;->incrementAndGet()J @@ -20417,6 +21156,8 @@ HSPLjava/util/concurrent/atomic/AtomicReference;->set(Ljava/lang/Object;)V HSPLjava/util/concurrent/atomic/AtomicReferenceArray;-><init>(I)V HSPLjava/util/concurrent/atomic/AtomicReferenceArray;->byteOffset(I)J HSPLjava/util/concurrent/atomic/AtomicReferenceArray;->checkedByteOffset(I)J +HSPLjava/util/concurrent/atomic/AtomicReferenceArray;->compareAndSet(ILjava/lang/Object;Ljava/lang/Object;)Z +HSPLjava/util/concurrent/atomic/AtomicReferenceArray;->compareAndSetRaw(JLjava/lang/Object;Ljava/lang/Object;)Z HSPLjava/util/concurrent/atomic/AtomicReferenceArray;->get(I)Ljava/lang/Object; HSPLjava/util/concurrent/atomic/AtomicReferenceArray;->getRaw(J)Ljava/lang/Object; HSPLjava/util/concurrent/atomic/AtomicReferenceArray;->lazySet(ILjava/lang/Object;)V @@ -20425,6 +21166,7 @@ HSPLjava/util/concurrent/atomic/AtomicReferenceArray;->set(ILjava/lang/Object;)V HSPLjava/util/concurrent/atomic/AtomicReferenceFieldUpdater$AtomicReferenceFieldUpdaterImpl;-><init>(Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Class;)V HSPLjava/util/concurrent/atomic/AtomicReferenceFieldUpdater$AtomicReferenceFieldUpdaterImpl;->accessCheck(Ljava/lang/Object;)V HSPLjava/util/concurrent/atomic/AtomicReferenceFieldUpdater$AtomicReferenceFieldUpdaterImpl;->compareAndSet(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Z +HSPLjava/util/concurrent/atomic/AtomicReferenceFieldUpdater$AtomicReferenceFieldUpdaterImpl;->getAndSet(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; HSPLjava/util/concurrent/atomic/AtomicReferenceFieldUpdater$AtomicReferenceFieldUpdaterImpl;->valueCheck(Ljava/lang/Object;)V HSPLjava/util/concurrent/atomic/AtomicReferenceFieldUpdater;-><init>()V HSPLjava/util/concurrent/atomic/AtomicReferenceFieldUpdater;->newUpdater(Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/String;)Ljava/util/concurrent/atomic/AtomicReferenceFieldUpdater; @@ -20598,14 +21340,11 @@ HSPLjava/util/jar/Manifest;->parseName([BI)Ljava/lang/String; HSPLjava/util/jar/Manifest;->read(Ljava/io/InputStream;)V HSPLjava/util/jar/Manifest;->toLower(I)I HSPLjava/util/logging/ErrorManager;-><init>()V -HSPLjava/util/logging/Formatter;-><init>()V HSPLjava/util/logging/Handler;-><init>()V HSPLjava/util/logging/Handler;->checkPermission()V HSPLjava/util/logging/Handler;->getFormatter()Ljava/util/logging/Formatter; -HSPLjava/util/logging/Handler;->getLevel()Ljava/util/logging/Level; -HSPLjava/util/logging/Handler;->isLoggable(Ljava/util/logging/LogRecord;)Z HSPLjava/util/logging/Handler;->setFormatter(Ljava/util/logging/Formatter;)V -HSPLjava/util/logging/Handler;->setLevel(Ljava/util/logging/Level;)V +HSPLjava/util/logging/Level$KnownLevel;->findByName(Ljava/lang/String;)Ljava/util/logging/Level$KnownLevel; HSPLjava/util/logging/Level;->equals(Ljava/lang/Object;)Z HSPLjava/util/logging/Level;->intValue()I HSPLjava/util/logging/LogManager$5;-><init>(Ljava/util/logging/LogManager;Ljava/lang/String;Ljava/util/logging/Logger;)V @@ -20763,10 +21502,7 @@ HSPLjava/util/stream/AbstractPipeline;->evaluateToArrayNode(Ljava/util/function/ HSPLjava/util/stream/AbstractPipeline;->exactOutputSizeIfKnown(Ljava/util/Spliterator;)J HSPLjava/util/stream/AbstractPipeline;->getStreamAndOpFlags()I HSPLjava/util/stream/AbstractPipeline;->isParallel()Z -HSPLjava/util/stream/AbstractPipeline;->onClose(Ljava/lang/Runnable;)Ljava/util/stream/BaseStream; HSPLjava/util/stream/AbstractPipeline;->sourceSpliterator(I)Ljava/util/Spliterator; -HSPLjava/util/stream/AbstractPipeline;->sourceStageSpliterator()Ljava/util/Spliterator; -HSPLjava/util/stream/AbstractPipeline;->spliterator()Ljava/util/Spliterator; HSPLjava/util/stream/AbstractPipeline;->wrapAndCopyInto(Ljava/util/stream/Sink;Ljava/util/Spliterator;)Ljava/util/stream/Sink; HSPLjava/util/stream/AbstractPipeline;->wrapSink(Ljava/util/stream/Sink;)Ljava/util/stream/Sink; HSPLjava/util/stream/AbstractSpinedBuffer;-><init>()V @@ -20890,9 +21626,7 @@ HSPLjava/util/stream/ReferencePipeline$5$1;-><init>(Ljava/util/stream/ReferenceP HSPLjava/util/stream/ReferencePipeline$5$1;->accept(Ljava/lang/Object;)V HSPLjava/util/stream/ReferencePipeline$5;-><init>(Ljava/util/stream/ReferencePipeline;Ljava/util/stream/AbstractPipeline;Ljava/util/stream/StreamShape;ILjava/util/function/ToLongFunction;)V HSPLjava/util/stream/ReferencePipeline$5;->opWrapSink(ILjava/util/stream/Sink;)Ljava/util/stream/Sink; -HSPLjava/util/stream/ReferencePipeline$7;-><init>(Ljava/util/stream/ReferencePipeline;Ljava/util/stream/AbstractPipeline;Ljava/util/stream/StreamShape;ILjava/util/function/Function;)V HSPLjava/util/stream/ReferencePipeline$Head;-><init>(Ljava/util/Spliterator;IZ)V -HSPLjava/util/stream/ReferencePipeline$Head;->forEach(Ljava/util/function/Consumer;)V HSPLjava/util/stream/ReferencePipeline$StatefulOp;-><init>(Ljava/util/stream/AbstractPipeline;Ljava/util/stream/StreamShape;I)V HSPLjava/util/stream/ReferencePipeline$StatefulOp;->opIsStateful()Z HSPLjava/util/stream/ReferencePipeline$StatelessOp;-><init>(Ljava/util/stream/AbstractPipeline;Ljava/util/stream/StreamShape;I)V @@ -20905,7 +21639,6 @@ HSPLjava/util/stream/ReferencePipeline;->count()J HSPLjava/util/stream/ReferencePipeline;->distinct()Ljava/util/stream/Stream; HSPLjava/util/stream/ReferencePipeline;->filter(Ljava/util/function/Predicate;)Ljava/util/stream/Stream; HSPLjava/util/stream/ReferencePipeline;->findFirst()Ljava/util/Optional; -HSPLjava/util/stream/ReferencePipeline;->flatMap(Ljava/util/function/Function;)Ljava/util/stream/Stream; HSPLjava/util/stream/ReferencePipeline;->forEach(Ljava/util/function/Consumer;)V HSPLjava/util/stream/ReferencePipeline;->forEachWithCancel(Ljava/util/Spliterator;Ljava/util/stream/Sink;)V HSPLjava/util/stream/ReferencePipeline;->lambda$count$2(Ljava/lang/Object;)J @@ -20942,6 +21675,7 @@ HSPLjava/util/zip/CRC32;->update([BII)V HSPLjava/util/zip/CheckedInputStream;-><init>(Ljava/io/InputStream;Ljava/util/zip/Checksum;)V HSPLjava/util/zip/CheckedInputStream;->read()I HSPLjava/util/zip/CheckedInputStream;->read([BII)I +HSPLjava/util/zip/Deflater;-><init>()V HSPLjava/util/zip/Deflater;-><init>(IZ)V HSPLjava/util/zip/Deflater;->deflate([BII)I HSPLjava/util/zip/Deflater;->deflate([BIII)I @@ -21011,6 +21745,7 @@ HSPLjava/util/zip/ZipCoder;->getBytes(Ljava/lang/String;)[B HSPLjava/util/zip/ZipCoder;->isUTF8()Z HSPLjava/util/zip/ZipCoder;->toString([BI)Ljava/lang/String; HSPLjava/util/zip/ZipEntry;-><init>()V +HSPLjava/util/zip/ZipEntry;-><init>(Ljava/lang/String;)V HSPLjava/util/zip/ZipEntry;-><init>(Ljava/util/zip/ZipEntry;)V HSPLjava/util/zip/ZipEntry;->getMethod()I HSPLjava/util/zip/ZipEntry;->getName()Ljava/lang/String; @@ -21060,6 +21795,7 @@ HSPLjava/util/zip/ZipFile;->getInputStream(Ljava/util/zip/ZipEntry;)Ljava/io/Inp HSPLjava/util/zip/ZipFile;->getZipEntry(Ljava/lang/String;J)Ljava/util/zip/ZipEntry; HSPLjava/util/zip/ZipFile;->releaseInflater(Ljava/util/zip/Inflater;)V HSPLjava/util/zip/ZipUtils;->get16([BI)I +HSPLjava/util/zip/ZipUtils;->get32([BI)J HSPLjavax/crypto/Cipher$CipherSpiAndProvider;-><init>(Ljavax/crypto/CipherSpi;Ljava/security/Provider;)V HSPLjavax/crypto/Cipher$InitParams;-><init>(Ljavax/crypto/Cipher$InitType;ILjava/security/Key;Ljava/security/SecureRandom;Ljava/security/spec/AlgorithmParameterSpec;Ljava/security/AlgorithmParameters;)V HSPLjavax/crypto/Cipher$SpiAndProviderUpdater;-><init>(Ljavax/crypto/Cipher;Ljava/security/Provider;Ljavax/crypto/CipherSpi;)V @@ -21375,7 +22111,6 @@ HSPLlibcore/io/NioBufferIterator;->readLongArray([JII)V HSPLlibcore/io/NioBufferIterator;->skip(I)V HSPLlibcore/io/Os;->compareAndSetDefault(Llibcore/io/Os;Llibcore/io/Os;)Z HSPLlibcore/io/Os;->getDefault()Llibcore/io/Os; -HSPLlibcore/net/InetAddressUtils;->parseNumericAddress(Ljava/lang/String;)Ljava/net/InetAddress; HSPLlibcore/net/InetAddressUtils;->parseNumericAddressNoThrow(Ljava/lang/String;)Ljava/net/InetAddress; HSPLlibcore/net/InetAddressUtils;->parseNumericAddressNoThrowStripOptionalBrackets(Ljava/lang/String;)Ljava/net/InetAddress; HSPLlibcore/net/NetworkSecurityPolicy;-><init>()V @@ -21426,6 +22161,7 @@ HSPLlibcore/reflect/ParameterizedTypeImpl;->getRawType()Ljava/lang/reflect/Type; HSPLlibcore/reflect/ParameterizedTypeImpl;->getResolvedType()Ljava/lang/reflect/Type; HSPLlibcore/reflect/TypeVariableImpl;-><init>(Ljava/lang/reflect/GenericDeclaration;Ljava/lang/String;)V HSPLlibcore/reflect/TypeVariableImpl;-><init>(Ljava/lang/reflect/GenericDeclaration;Ljava/lang/String;Llibcore/reflect/ListOfTypes;)V +HSPLlibcore/reflect/TypeVariableImpl;->equals(Ljava/lang/Object;)Z HSPLlibcore/reflect/TypeVariableImpl;->findFormalVar(Ljava/lang/reflect/GenericDeclaration;Ljava/lang/String;)Ljava/lang/reflect/TypeVariable; HSPLlibcore/reflect/TypeVariableImpl;->getGenericDeclaration()Ljava/lang/reflect/GenericDeclaration; HSPLlibcore/reflect/TypeVariableImpl;->getName()Ljava/lang/String; @@ -21445,7 +22181,6 @@ HSPLlibcore/timezone/ZoneInfoDB$TzData;->makeTimeZoneUncached(Ljava/lang/String; HSPLlibcore/timezone/ZoneInfoDB;->checkNotClosed()V HSPLlibcore/timezone/ZoneInfoDB;->close()V HSPLlibcore/timezone/ZoneInfoDB;->finalize()V -HSPLlibcore/timezone/ZoneInfoDB;->getAvailableIDs()[Ljava/lang/String; HSPLlibcore/timezone/ZoneInfoDB;->getBufferIterator(Ljava/lang/String;)Llibcore/io/BufferIterator; HSPLlibcore/timezone/ZoneInfoDB;->getInstance()Llibcore/timezone/ZoneInfoDB; HSPLlibcore/timezone/ZoneInfoDB;->makeTimeZone(Ljava/lang/String;)Llibcore/util/ZoneInfo; @@ -21455,6 +22190,7 @@ HSPLlibcore/timezone/ZoneInfoDb$1;->create(Ljava/lang/String;)Llibcore/util/Zone HSPLlibcore/timezone/ZoneInfoDb;->checkNotClosed()V HSPLlibcore/timezone/ZoneInfoDb;->close()V HSPLlibcore/timezone/ZoneInfoDb;->finalize()V +HSPLlibcore/timezone/ZoneInfoDb;->getAvailableIDs()[Ljava/lang/String; HSPLlibcore/timezone/ZoneInfoDb;->getBufferIterator(Ljava/lang/String;)Llibcore/io/BufferIterator; HSPLlibcore/timezone/ZoneInfoDb;->getInstance()Llibcore/timezone/ZoneInfoDb; HSPLlibcore/timezone/ZoneInfoDb;->makeTimeZone(Ljava/lang/String;)Llibcore/util/ZoneInfo; @@ -21478,7 +22214,6 @@ HSPLlibcore/util/FP16;->toFloat(S)F HSPLlibcore/util/FP16;->toHalf(F)S HSPLlibcore/util/NativeAllocationRegistry$CleanerRunner;->run()V HSPLlibcore/util/NativeAllocationRegistry$CleanerThunk;->run()V -HSPLlibcore/util/NativeAllocationRegistry;-><init>(Ljava/lang/ClassLoader;JJ)V HSPLlibcore/util/NativeAllocationRegistry;-><init>(Ljava/lang/ClassLoader;JJZ)V HSPLlibcore/util/NativeAllocationRegistry;->access$000(Llibcore/util/NativeAllocationRegistry;)J HSPLlibcore/util/NativeAllocationRegistry;->access$100(Llibcore/util/NativeAllocationRegistry;)J @@ -21491,12 +22226,26 @@ HSPLlibcore/util/NativeAllocationRegistry;->registerNativeFree(J)V HSPLlibcore/util/SneakyThrow;->sneakyThrow(Ljava/lang/Throwable;)V HSPLlibcore/util/SneakyThrow;->sneakyThrow_(Ljava/lang/Throwable;)V HSPLlibcore/util/XmlObjectFactory;->newXmlPullParser()Lorg/xmlpull/v1/XmlPullParser; -HSPLlibcore/util/ZoneInfo$WallTime;-><init>()V HSPLlibcore/util/ZoneInfo$WallTime;->copyFieldsFromCalendar()V +HSPLlibcore/util/ZoneInfo$WallTime;->getGmtOffset()I +HSPLlibcore/util/ZoneInfo$WallTime;->getHour()I +HSPLlibcore/util/ZoneInfo$WallTime;->getIsDst()I +HSPLlibcore/util/ZoneInfo$WallTime;->getMinute()I +HSPLlibcore/util/ZoneInfo$WallTime;->getMonth()I +HSPLlibcore/util/ZoneInfo$WallTime;->getMonthDay()I +HSPLlibcore/util/ZoneInfo$WallTime;->getSecond()I +HSPLlibcore/util/ZoneInfo$WallTime;->getWeekDay()I +HSPLlibcore/util/ZoneInfo$WallTime;->getYear()I +HSPLlibcore/util/ZoneInfo$WallTime;->getYearDay()I +HSPLlibcore/util/ZoneInfo$WallTime;->localtime(ILlibcore/util/ZoneInfo;)V HSPLlibcore/util/ZoneInfo;-><init>(Ljava/lang/String;[J[B[I[BJ)V HSPLlibcore/util/ZoneInfo;->access$000(Llibcore/util/ZoneInfo;)I HSPLlibcore/util/ZoneInfo;->access$100(Llibcore/util/ZoneInfo;)[J +HSPLlibcore/util/ZoneInfo;->access$300(Llibcore/util/ZoneInfo;)[I +HSPLlibcore/util/ZoneInfo;->access$400(Llibcore/util/ZoneInfo;)[B +HSPLlibcore/util/ZoneInfo;->access$500(JI)I HSPLlibcore/util/ZoneInfo;->checkTzifVersionAcceptable(Ljava/lang/String;B)V +HSPLlibcore/util/ZoneInfo;->checked32BitAdd(JI)I HSPLlibcore/util/ZoneInfo;->clone()Ljava/lang/Object; HSPLlibcore/util/ZoneInfo;->findOffsetIndexForTimeInMilliseconds(J)I HSPLlibcore/util/ZoneInfo;->findOffsetIndexForTimeInSeconds(J)I @@ -21515,7 +22264,6 @@ HSPLlibcore/util/ZoneInfo;->skipOver32BitData(Ljava/lang/String;Llibcore/io/Buff HSPLorg/apache/harmony/dalvik/ddmc/Chunk;-><init>(ILjava/nio/ByteBuffer;)V HSPLorg/apache/harmony/dalvik/ddmc/Chunk;-><init>(I[BII)V HSPLorg/apache/harmony/dalvik/ddmc/ChunkHandler;->putString(Ljava/nio/ByteBuffer;Ljava/lang/String;)V -HSPLorg/apache/harmony/dalvik/ddmc/ChunkHandler;->wrapChunk(Lorg/apache/harmony/dalvik/ddmc/Chunk;)Ljava/nio/ByteBuffer; HSPLorg/apache/harmony/dalvik/ddmc/DdmServer;->broadcast(I)V HSPLorg/apache/harmony/dalvik/ddmc/DdmServer;->dispatch(I[BII)Lorg/apache/harmony/dalvik/ddmc/Chunk; HSPLorg/apache/harmony/dalvik/ddmc/DdmServer;->sendChunk(Lorg/apache/harmony/dalvik/ddmc/Chunk;)V @@ -21536,6 +22284,7 @@ HSPLorg/ccil/cowan/tagsoup/Element;->atts()Lorg/ccil/cowan/tagsoup/AttributesImp HSPLorg/ccil/cowan/tagsoup/Element;->canContain(Lorg/ccil/cowan/tagsoup/Element;)Z HSPLorg/ccil/cowan/tagsoup/Element;->clean()V HSPLorg/ccil/cowan/tagsoup/Element;->flags()I +HSPLorg/ccil/cowan/tagsoup/Element;->isPreclosed()Z HSPLorg/ccil/cowan/tagsoup/Element;->localName()Ljava/lang/String; HSPLorg/ccil/cowan/tagsoup/Element;->name()Ljava/lang/String; HSPLorg/ccil/cowan/tagsoup/Element;->namespace()Ljava/lang/String; @@ -21557,9 +22306,15 @@ HSPLorg/ccil/cowan/tagsoup/HTMLScanner;->scan(Ljava/io/Reader;Lorg/ccil/cowan/ta HSPLorg/ccil/cowan/tagsoup/HTMLScanner;->unread(Ljava/io/PushbackReader;I)V HSPLorg/ccil/cowan/tagsoup/Parser$1;-><init>(Lorg/ccil/cowan/tagsoup/Parser;)V HSPLorg/ccil/cowan/tagsoup/Parser;-><init>()V +HSPLorg/ccil/cowan/tagsoup/Parser;->entity([CII)V HSPLorg/ccil/cowan/tagsoup/Parser;->eof([CII)V +HSPLorg/ccil/cowan/tagsoup/Parser;->etag_basic([CII)V HSPLorg/ccil/cowan/tagsoup/Parser;->foreign(Ljava/lang/String;Ljava/lang/String;)Z +HSPLorg/ccil/cowan/tagsoup/Parser;->getEntity()I HSPLorg/ccil/cowan/tagsoup/Parser;->getReader(Lorg/xml/sax/InputSource;)Ljava/io/Reader; +HSPLorg/ccil/cowan/tagsoup/Parser;->gi([CII)V +HSPLorg/ccil/cowan/tagsoup/Parser;->lookupEntity([CII)I +HSPLorg/ccil/cowan/tagsoup/Parser;->makeName([CII)Ljava/lang/String; HSPLorg/ccil/cowan/tagsoup/Parser;->parse(Lorg/xml/sax/InputSource;)V HSPLorg/ccil/cowan/tagsoup/Parser;->pcdata([CII)V HSPLorg/ccil/cowan/tagsoup/Parser;->pop()V @@ -21581,6 +22336,7 @@ HSPLorg/json/JSON;->toLong(Ljava/lang/Object;)Ljava/lang/Long; HSPLorg/json/JSON;->toString(Ljava/lang/Object;)Ljava/lang/String; HSPLorg/json/JSONArray;-><init>()V HSPLorg/json/JSONArray;-><init>(Ljava/lang/String;)V +HSPLorg/json/JSONArray;-><init>(Ljava/util/Collection;)V HSPLorg/json/JSONArray;-><init>(Lorg/json/JSONTokener;)V HSPLorg/json/JSONArray;->get(I)Ljava/lang/Object; HSPLorg/json/JSONArray;->getJSONObject(I)Lorg/json/JSONObject; @@ -21588,6 +22344,8 @@ HSPLorg/json/JSONArray;->getString(I)Ljava/lang/String; HSPLorg/json/JSONArray;->length()I HSPLorg/json/JSONArray;->opt(I)Ljava/lang/Object; HSPLorg/json/JSONArray;->optJSONObject(I)Lorg/json/JSONObject; +HSPLorg/json/JSONArray;->put(I)Lorg/json/JSONArray; +HSPLorg/json/JSONArray;->put(J)Lorg/json/JSONArray; HSPLorg/json/JSONArray;->put(Ljava/lang/Object;)Lorg/json/JSONArray; HSPLorg/json/JSONArray;->toString()Ljava/lang/String; HSPLorg/json/JSONArray;->writeTo(Lorg/json/JSONStringer;)V @@ -21610,6 +22368,7 @@ HSPLorg/json/JSONObject;->keys()Ljava/util/Iterator; HSPLorg/json/JSONObject;->length()I HSPLorg/json/JSONObject;->numberToString(Ljava/lang/Number;)Ljava/lang/String; HSPLorg/json/JSONObject;->opt(Ljava/lang/String;)Ljava/lang/Object; +HSPLorg/json/JSONObject;->optBoolean(Ljava/lang/String;)Z HSPLorg/json/JSONObject;->optBoolean(Ljava/lang/String;Z)Z HSPLorg/json/JSONObject;->optInt(Ljava/lang/String;)I HSPLorg/json/JSONObject;->optInt(Ljava/lang/String;I)I @@ -21619,10 +22378,12 @@ HSPLorg/json/JSONObject;->optLong(Ljava/lang/String;)J HSPLorg/json/JSONObject;->optLong(Ljava/lang/String;J)J HSPLorg/json/JSONObject;->optString(Ljava/lang/String;)Ljava/lang/String; HSPLorg/json/JSONObject;->optString(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String; +HSPLorg/json/JSONObject;->put(Ljava/lang/String;D)Lorg/json/JSONObject; HSPLorg/json/JSONObject;->put(Ljava/lang/String;I)Lorg/json/JSONObject; HSPLorg/json/JSONObject;->put(Ljava/lang/String;J)Lorg/json/JSONObject; HSPLorg/json/JSONObject;->put(Ljava/lang/String;Ljava/lang/Object;)Lorg/json/JSONObject; HSPLorg/json/JSONObject;->put(Ljava/lang/String;Z)Lorg/json/JSONObject; +HSPLorg/json/JSONObject;->putOpt(Ljava/lang/String;Ljava/lang/Object;)Lorg/json/JSONObject; HSPLorg/json/JSONObject;->toString()Ljava/lang/String; HSPLorg/json/JSONObject;->wrap(Ljava/lang/Object;)Ljava/lang/Object; HSPLorg/json/JSONObject;->writeTo(Lorg/json/JSONStringer;)V @@ -21673,10 +22434,14 @@ HSPLsun/misc/Cleaner;->add(Lsun/misc/Cleaner;)Lsun/misc/Cleaner; HSPLsun/misc/Cleaner;->clean()V HSPLsun/misc/Cleaner;->create(Ljava/lang/Object;Ljava/lang/Runnable;)Lsun/misc/Cleaner; HSPLsun/misc/Cleaner;->remove(Lsun/misc/Cleaner;)Z +HSPLsun/misc/CompoundEnumeration;-><init>([Ljava/util/Enumeration;)V +HSPLsun/misc/CompoundEnumeration;->hasMoreElements()Z +HSPLsun/misc/CompoundEnumeration;->next()Z HSPLsun/misc/FDBigInteger;-><init>(J[CII)V HSPLsun/misc/FDBigInteger;-><init>([II)V HSPLsun/misc/FDBigInteger;->addAndCmp(Lsun/misc/FDBigInteger;Lsun/misc/FDBigInteger;)I HSPLsun/misc/FDBigInteger;->big5pow(I)Lsun/misc/FDBigInteger; +HSPLsun/misc/FDBigInteger;->checkZeroTail([II)I HSPLsun/misc/FDBigInteger;->cmp(Lsun/misc/FDBigInteger;)I HSPLsun/misc/FDBigInteger;->cmpPow52(II)I HSPLsun/misc/FDBigInteger;->getNormalizationBias()I @@ -21684,6 +22449,7 @@ HSPLsun/misc/FDBigInteger;->leftInplaceSub(Lsun/misc/FDBigInteger;)Lsun/misc/FDB HSPLsun/misc/FDBigInteger;->leftShift(I)Lsun/misc/FDBigInteger; HSPLsun/misc/FDBigInteger;->leftShift([II[IIII)V HSPLsun/misc/FDBigInteger;->makeImmutable()V +HSPLsun/misc/FDBigInteger;->mult([IIII[I)V HSPLsun/misc/FDBigInteger;->mult([III[I)V HSPLsun/misc/FDBigInteger;->multAddMe(II)V HSPLsun/misc/FDBigInteger;->multAndCarryBy10([II[I)I @@ -21872,7 +22638,6 @@ HSPLsun/nio/fs/NativeBuffer;->release()V HSPLsun/nio/fs/NativeBuffer;->setOwner(Ljava/lang/Object;)V HSPLsun/nio/fs/NativeBuffer;->size()I HSPLsun/nio/fs/NativeBuffers;->copyCStringToNativeBuffer([BLsun/nio/fs/NativeBuffer;)V -HSPLsun/nio/fs/NativeBuffers;->getNativeBufferFromCache(I)Lsun/nio/fs/NativeBuffer; HSPLsun/nio/fs/NativeBuffers;->releaseNativeBuffer(Lsun/nio/fs/NativeBuffer;)V HSPLsun/nio/fs/UnixChannelFactory$1;-><clinit>()V HSPLsun/nio/fs/UnixChannelFactory$Flags;-><init>()V @@ -21907,8 +22672,6 @@ HSPLsun/nio/fs/UnixFileSystemProvider;->getFileAttributeView(Ljava/nio/file/Path HSPLsun/nio/fs/UnixFileSystemProvider;->newByteChannel(Ljava/nio/file/Path;Ljava/util/Set;[Ljava/nio/file/attribute/FileAttribute;)Ljava/nio/channels/SeekableByteChannel; HSPLsun/nio/fs/UnixFileSystemProvider;->newFileChannel(Ljava/nio/file/Path;Ljava/util/Set;[Ljava/nio/file/attribute/FileAttribute;)Ljava/nio/channels/FileChannel; HSPLsun/nio/fs/UnixFileSystemProvider;->readAttributes(Ljava/nio/file/Path;Ljava/lang/Class;[Ljava/nio/file/LinkOption;)Ljava/nio/file/attribute/BasicFileAttributes; -HSPLsun/nio/fs/UnixNativeDispatcher;->copyToNativeBuffer(Lsun/nio/fs/UnixPath;)Lsun/nio/fs/NativeBuffer; -HSPLsun/nio/fs/UnixNativeDispatcher;->lstat(Lsun/nio/fs/UnixPath;Lsun/nio/fs/UnixFileAttributes;)V HSPLsun/nio/fs/UnixPath;-><init>(Lsun/nio/fs/UnixFileSystem;Ljava/lang/String;)V HSPLsun/nio/fs/UnixPath;-><init>(Lsun/nio/fs/UnixFileSystem;[B)V HSPLsun/nio/fs/UnixPath;->checkNotNul(Ljava/lang/String;C)V @@ -21990,6 +22753,8 @@ HSPLsun/security/jca/Providers;->getSystemProviderList()Lsun/security/jca/Provid HSPLsun/security/jca/Providers;->getThreadProviderList()Lsun/security/jca/ProviderList; HSPLsun/security/jca/Providers;->setProviderList(Lsun/security/jca/ProviderList;)V HSPLsun/security/jca/Providers;->setSystemProviderList(Lsun/security/jca/ProviderList;)V +HSPLsun/security/jca/Providers;->startJarVerification()Ljava/lang/Object; +HSPLsun/security/jca/Providers;->stopJarVerification(Ljava/lang/Object;)V HSPLsun/security/pkcs/ContentInfo;-><init>(Lsun/security/util/DerInputStream;)V HSPLsun/security/pkcs/ContentInfo;-><init>(Lsun/security/util/DerInputStream;Z)V HSPLsun/security/pkcs/ContentInfo;->getContent()Lsun/security/util/DerValue; @@ -22243,6 +23008,8 @@ HSPLsun/security/util/ObjectIdentifier;->toString()Ljava/lang/String; HSPLsun/security/util/SignatureFileVerifier;-><init>(Ljava/util/ArrayList;Lsun/security/util/ManifestDigester;Ljava/lang/String;[B)V HSPLsun/security/util/SignatureFileVerifier;->getDigest(Ljava/lang/String;)Ljava/security/MessageDigest; HSPLsun/security/util/SignatureFileVerifier;->getSigners([Lsun/security/pkcs/SignerInfo;Lsun/security/pkcs/PKCS7;)[Ljava/security/CodeSigner; +HSPLsun/security/util/SignatureFileVerifier;->isBlockOrSF(Ljava/lang/String;)Z +HSPLsun/security/util/SignatureFileVerifier;->matches([Ljava/security/CodeSigner;[Ljava/security/CodeSigner;[Ljava/security/CodeSigner;)Z HSPLsun/security/util/SignatureFileVerifier;->needSignatureFileBytes()Z HSPLsun/security/util/SignatureFileVerifier;->process(Ljava/util/Hashtable;Ljava/util/List;)V HSPLsun/security/util/SignatureFileVerifier;->processImpl(Ljava/util/Hashtable;Ljava/util/List;)V @@ -22484,8 +23251,6 @@ HSPLsun/util/locale/BaseLocale;->getRegion()Ljava/lang/String; HSPLsun/util/locale/BaseLocale;->getScript()Ljava/lang/String; HSPLsun/util/locale/BaseLocale;->getVariant()Ljava/lang/String; HSPLsun/util/locale/BaseLocale;->hashCode()I -HSPLsun/util/locale/Extension;-><init>(CLjava/lang/String;)V -HSPLsun/util/locale/Extension;->setValue(Ljava/lang/String;)V HSPLsun/util/locale/InternalLocaleBuilder;-><init>()V HSPLsun/util/locale/InternalLocaleBuilder;->clear()Lsun/util/locale/InternalLocaleBuilder; HSPLsun/util/locale/InternalLocaleBuilder;->clearExtensions()Lsun/util/locale/InternalLocaleBuilder; @@ -22517,8 +23282,6 @@ HSPLsun/util/locale/LanguageTag;->parsePrivateuse(Lsun/util/locale/StringTokenIt HSPLsun/util/locale/LanguageTag;->parseRegion(Lsun/util/locale/StringTokenIterator;Lsun/util/locale/ParseStatus;)Z HSPLsun/util/locale/LanguageTag;->parseScript(Lsun/util/locale/StringTokenIterator;Lsun/util/locale/ParseStatus;)Z HSPLsun/util/locale/LanguageTag;->parseVariants(Lsun/util/locale/StringTokenIterator;Lsun/util/locale/ParseStatus;)Z -HSPLsun/util/locale/LocaleExtensions;-><clinit>()V -HSPLsun/util/locale/LocaleExtensions;-><init>(Ljava/lang/String;Ljava/lang/Character;Lsun/util/locale/Extension;)V HSPLsun/util/locale/LocaleObjectCache$CacheEntry;-><init>(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/ref/ReferenceQueue;)V HSPLsun/util/locale/LocaleObjectCache$CacheEntry;->getKey()Ljava/lang/Object; HSPLsun/util/locale/LocaleObjectCache;->cleanStaleEntries()V @@ -22546,25 +23309,30 @@ HSPLsun/util/locale/StringTokenIterator;->isDone()Z HSPLsun/util/locale/StringTokenIterator;->next()Ljava/lang/String; HSPLsun/util/locale/StringTokenIterator;->nextDelimiter(I)I HSPLsun/util/locale/StringTokenIterator;->setStart(I)Lsun/util/locale/StringTokenIterator; -HSPLsun/util/locale/UnicodeLocaleExtension;-><clinit>()V -HSPLsun/util/locale/UnicodeLocaleExtension;-><init>(Ljava/lang/String;Ljava/lang/String;)V Landroid/R$styleable; Landroid/accessibilityservice/AccessibilityServiceInfo$1; Landroid/accessibilityservice/AccessibilityServiceInfo; Landroid/accessibilityservice/IAccessibilityServiceClient$Stub$Proxy; Landroid/accessibilityservice/IAccessibilityServiceClient$Stub; Landroid/accessibilityservice/IAccessibilityServiceClient; +Landroid/accounts/AbstractAccountAuthenticator$Transport; +Landroid/accounts/AbstractAccountAuthenticator; Landroid/accounts/Account$1; Landroid/accounts/Account; Landroid/accounts/AccountAndUser; +Landroid/accounts/AccountAuthenticatorResponse$1; +Landroid/accounts/AccountAuthenticatorResponse; Landroid/accounts/AccountManager$10; Landroid/accounts/AccountManager$11; +Landroid/accounts/AccountManager$15; +Landroid/accounts/AccountManager$16; Landroid/accounts/AccountManager$17; Landroid/accounts/AccountManager$18; Landroid/accounts/AccountManager$1; Landroid/accounts/AccountManager$20; Landroid/accounts/AccountManager$2; Landroid/accounts/AccountManager$3; +Landroid/accounts/AccountManager$8; Landroid/accounts/AccountManager$AmsTask$1; Landroid/accounts/AccountManager$AmsTask$Response; Landroid/accounts/AccountManager$AmsTask; @@ -22585,6 +23353,9 @@ Landroid/accounts/AuthenticatorException; Landroid/accounts/IAccountAuthenticator$Stub$Proxy; Landroid/accounts/IAccountAuthenticator$Stub; Landroid/accounts/IAccountAuthenticator; +Landroid/accounts/IAccountAuthenticatorResponse$Stub$Proxy; +Landroid/accounts/IAccountAuthenticatorResponse$Stub; +Landroid/accounts/IAccountAuthenticatorResponse; Landroid/accounts/IAccountManager$Stub$Proxy; Landroid/accounts/IAccountManager$Stub; Landroid/accounts/IAccountManager; @@ -22663,8 +23434,13 @@ Landroid/animation/TypeConverter; Landroid/animation/TypeEvaluator; Landroid/animation/ValueAnimator$AnimatorUpdateListener; Landroid/animation/ValueAnimator; +Landroid/annotation/IntRange; +Landroid/annotation/NonNull; +Landroid/annotation/SystemApi; Landroid/apex/ApexInfo$1; Landroid/apex/ApexInfo; +Landroid/apex/ApexSessionInfo$1; +Landroid/apex/ApexSessionInfo; Landroid/apex/IApexService$Stub$Proxy; Landroid/apex/IApexService$Stub; Landroid/apex/IApexService; @@ -22676,15 +23452,19 @@ Landroid/app/-$$Lambda$ActivityThread$ApplicationThread$uR_ee-5oPoxu4U_by7wU55jw Landroid/app/-$$Lambda$ActivityThread$FmvGY8exyv0L0oqZrnunpl8OFI8; Landroid/app/-$$Lambda$ActivityThread$Wg40iAoNYFxps_KmrqtgptTB054; Landroid/app/-$$Lambda$ActivityTransitionState$yioLR6wQWjZ9DcWK5bibElIbsXc; +Landroid/app/-$$Lambda$AppOpsManager$2$t9yQjThS21ls97TonVuHm6nv4N8; +Landroid/app/-$$Lambda$AppOpsManager$4Zbi7CSLEt0nvOmfJBVYtJkauTQ; Landroid/app/-$$Lambda$AppOpsManager$HistoricalOp$DkVcBvqB32SMHlxw0sWQPh3GL1A; Landroid/app/-$$Lambda$AppOpsManager$HistoricalOp$HUOLFYs8TiaQIOXcrq6JzjxA6gs; Landroid/app/-$$Lambda$AppOpsManager$HistoricalOp$Vs6pDL0wjOBTquwNnreWVbPQrn4; +Landroid/app/-$$Lambda$AppOpsManager$frSyqmhVUmNbhMckfMS3PSwTMlw; Landroid/app/-$$Lambda$Dialog$zXRzrq3I7H1_zmZ8d_W7t2CQN0I; Landroid/app/-$$Lambda$FragmentTransition$jurn0WXuKw3bRQ_2d5zCWdeZWuI; Landroid/app/-$$Lambda$LoadedApk$ReceiverDispatcher$Args$_BumDX2UKsnxLVrE6UJsJZkotuA; Landroid/app/-$$Lambda$Notification$hOCsSZH8tWalFSbIzQ9x9IcPa9M; Landroid/app/-$$Lambda$ResourcesManager$QJ7UiVk_XS90KuXAsIjIEym1DnM; Landroid/app/-$$Lambda$SharedPreferencesImpl$EditorImpl$3CAjkhzA131V3V-sLfP2uy0FWZ0; +Landroid/app/-$$Lambda$SystemServiceRegistry$17$DBwvhMLzjNnBFkaOY1OxllrybH4; Landroid/app/-$$Lambda$WallpaperManager$Globals$1AcnQUORvPlCjJoNqdxfQT4o4Nw; Landroid/app/-$$Lambda$WallpaperManager$Globals$2yG7V1sbMECCnlFTLyjKWKqNoYI; Landroid/app/-$$Lambda$ZsFzoG2loyqNOR2cNbo-thrNK5c; @@ -22696,12 +23476,15 @@ Landroid/app/Activity$HostCallbacks; Landroid/app/Activity$ManagedCursor; Landroid/app/Activity$ManagedDialog; Landroid/app/Activity$NonConfigurationInstances; +Landroid/app/Activity$RequestFinishCallback; Landroid/app/Activity; Landroid/app/ActivityManager$1; Landroid/app/ActivityManager$AppTask; Landroid/app/ActivityManager$MemoryInfo$1; Landroid/app/ActivityManager$MemoryInfo; Landroid/app/ActivityManager$OnUidImportanceListener; +Landroid/app/ActivityManager$ProcessErrorStateInfo$1; +Landroid/app/ActivityManager$ProcessErrorStateInfo; Landroid/app/ActivityManager$RecentTaskInfo$1; Landroid/app/ActivityManager$RecentTaskInfo; Landroid/app/ActivityManager$RunningAppProcessInfo$1; @@ -22719,8 +23502,10 @@ Landroid/app/ActivityManager$TaskSnapshot; Landroid/app/ActivityManager$UidObserver; Landroid/app/ActivityManager; Landroid/app/ActivityManagerInternal; +Landroid/app/ActivityOptions$1; Landroid/app/ActivityOptions; Landroid/app/ActivityTaskManager$1; +Landroid/app/ActivityTaskManager$2; Landroid/app/ActivityTaskManager; Landroid/app/ActivityThread$1; Landroid/app/ActivityThread$ActivityClientRecord; @@ -22765,35 +23550,55 @@ Landroid/app/AppGlobals; Landroid/app/AppOpsManager$1; Landroid/app/AppOpsManager$2; Landroid/app/AppOpsManager$3; +Landroid/app/AppOpsManager$HistoricalFeatureOps; Landroid/app/AppOpsManager$HistoricalOp$1; Landroid/app/AppOpsManager$HistoricalOp; Landroid/app/AppOpsManager$HistoricalOps$1; Landroid/app/AppOpsManager$HistoricalOps; +Landroid/app/AppOpsManager$HistoricalOpsRequest$Builder; +Landroid/app/AppOpsManager$HistoricalOpsRequest; Landroid/app/AppOpsManager$HistoricalPackageOps$1; Landroid/app/AppOpsManager$HistoricalPackageOps; Landroid/app/AppOpsManager$HistoricalUidOps$1; Landroid/app/AppOpsManager$HistoricalUidOps; +Landroid/app/AppOpsManager$NoteOpEvent; +Landroid/app/AppOpsManager$OnOpActiveChangedInternalListener; +Landroid/app/AppOpsManager$OnOpActiveChangedListener; Landroid/app/AppOpsManager$OnOpChangedInternalListener; Landroid/app/AppOpsManager$OnOpChangedListener; +Landroid/app/AppOpsManager$OnOpNotedListener; Landroid/app/AppOpsManager$OpEntry$1; Landroid/app/AppOpsManager$OpEntry; +Landroid/app/AppOpsManager$OpFeatureEntry$1; +Landroid/app/AppOpsManager$OpFeatureEntry$LongSparseArrayParceling; +Landroid/app/AppOpsManager$OpFeatureEntry; Landroid/app/AppOpsManager$PackageOps$1; Landroid/app/AppOpsManager$PackageOps; +Landroid/app/AppOpsManager$PausedNotedAppOpsCollection; Landroid/app/AppOpsManager; Landroid/app/AppOpsManagerInternal; Landroid/app/Application$ActivityLifecycleCallbacks; +Landroid/app/Application$OnProvideAssistDataListener; Landroid/app/Application; Landroid/app/ApplicationErrorReport$1; +Landroid/app/ApplicationErrorReport$AnrInfo; +Landroid/app/ApplicationErrorReport$BatteryInfo; Landroid/app/ApplicationErrorReport$CrashInfo; Landroid/app/ApplicationErrorReport$ParcelableCrashInfo$1; Landroid/app/ApplicationErrorReport$ParcelableCrashInfo; +Landroid/app/ApplicationErrorReport$RunningServiceInfo; Landroid/app/ApplicationErrorReport; Landroid/app/ApplicationLoaders$CachedClassLoader; Landroid/app/ApplicationLoaders; +Landroid/app/ApplicationPackageManager$1; +Landroid/app/ApplicationPackageManager$HasSystemFeatureQuery; Landroid/app/ApplicationPackageManager$MoveCallbackDelegate; Landroid/app/ApplicationPackageManager$OnPermissionsChangeListenerDelegate; Landroid/app/ApplicationPackageManager$ResourceName; +Landroid/app/ApplicationPackageManager$SystemFeatureQuery; Landroid/app/ApplicationPackageManager; +Landroid/app/AsyncNotedAppOp$1; +Landroid/app/AsyncNotedAppOp; Landroid/app/AutomaticZenRule$1; Landroid/app/AutomaticZenRule; Landroid/app/BackStackRecord$Op; @@ -22811,12 +23616,14 @@ Landroid/app/DexLoadReporter; Landroid/app/Dialog$ListenersHandler; Landroid/app/Dialog; Landroid/app/DialogFragment; +Landroid/app/DirectAction$1; Landroid/app/DirectAction; Landroid/app/DownloadManager$CursorTranslator; Landroid/app/DownloadManager$Query; Landroid/app/DownloadManager$Request; Landroid/app/DownloadManager; Landroid/app/EnterTransitionCoordinator; +Landroid/app/EventLogTags; Landroid/app/ExitTransitionCoordinator; Landroid/app/Fragment$1; Landroid/app/Fragment$AnimationInfo; @@ -22891,6 +23698,7 @@ Landroid/app/IProcessObserver; Landroid/app/IRequestFinishCallback$Stub$Proxy; Landroid/app/IRequestFinishCallback$Stub; Landroid/app/IRequestFinishCallback; +Landroid/app/ISearchManager$Stub$Proxy; Landroid/app/ISearchManager$Stub; Landroid/app/ISearchManager; Landroid/app/IServiceConnection$Stub$Proxy; @@ -22899,12 +23707,15 @@ Landroid/app/IServiceConnection; Landroid/app/IStopUserCallback$Stub$Proxy; Landroid/app/IStopUserCallback$Stub; Landroid/app/IStopUserCallback; +Landroid/app/ITaskOrganizerController; Landroid/app/ITaskStackListener$Stub$Proxy; Landroid/app/ITaskStackListener$Stub; Landroid/app/ITaskStackListener; Landroid/app/ITransientNotification$Stub$Proxy; Landroid/app/ITransientNotification$Stub; Landroid/app/ITransientNotification; +Landroid/app/ITransientNotificationCallback$Stub; +Landroid/app/ITransientNotificationCallback; Landroid/app/IUiAutomationConnection$Stub$Proxy; Landroid/app/IUiAutomationConnection$Stub; Landroid/app/IUiAutomationConnection; @@ -22926,8 +23737,13 @@ Landroid/app/IWallpaperManager; Landroid/app/IWallpaperManagerCallback$Stub$Proxy; Landroid/app/IWallpaperManagerCallback$Stub; Landroid/app/IWallpaperManagerCallback; +Landroid/app/InstantAppResolverService$1; +Landroid/app/InstantAppResolverService$InstantAppResolutionCallback; +Landroid/app/InstantAppResolverService$ServiceHandler; +Landroid/app/InstantAppResolverService; Landroid/app/Instrumentation$ActivityGoing; Landroid/app/Instrumentation$ActivityMonitor; +Landroid/app/Instrumentation$ActivityResult; Landroid/app/Instrumentation$ActivityWaiter; Landroid/app/Instrumentation; Landroid/app/IntentReceiverLeaked; @@ -22964,22 +23780,30 @@ Landroid/app/Notification$Builder; Landroid/app/Notification$BuilderRemoteViews; Landroid/app/Notification$DecoratedCustomViewStyle; Landroid/app/Notification$DecoratedMediaCustomViewStyle; +Landroid/app/Notification$Extender; Landroid/app/Notification$InboxStyle; Landroid/app/Notification$MediaStyle; Landroid/app/Notification$MessagingStyle$Message; Landroid/app/Notification$MessagingStyle; Landroid/app/Notification$StandardTemplateParams; Landroid/app/Notification$Style; +Landroid/app/Notification$TemplateBindResult; +Landroid/app/Notification$TvExtender; Landroid/app/Notification; Landroid/app/NotificationChannel$1; Landroid/app/NotificationChannel; Landroid/app/NotificationChannelGroup$1; Landroid/app/NotificationChannelGroup; +Landroid/app/NotificationHistory$1; +Landroid/app/NotificationHistory$HistoricalNotification$Builder; +Landroid/app/NotificationHistory$HistoricalNotification; +Landroid/app/NotificationHistory; Landroid/app/NotificationManager$Policy$1; Landroid/app/NotificationManager$Policy; Landroid/app/NotificationManager; Landroid/app/OnActivityPausedListener; Landroid/app/PackageInstallObserver$1; +Landroid/app/PackageInstallObserver; Landroid/app/PendingIntent$1; Landroid/app/PendingIntent$2; Landroid/app/PendingIntent$CanceledException; @@ -22991,23 +23815,33 @@ Landroid/app/Person$1; Landroid/app/Person$Builder; Landroid/app/Person; Landroid/app/PictureInPictureParams$1; +Landroid/app/PictureInPictureParams$Builder; Landroid/app/PictureInPictureParams; +Landroid/app/ProcessMemoryState$1; +Landroid/app/ProcessMemoryState; Landroid/app/ProfilerInfo$1; Landroid/app/ProfilerInfo; +Landroid/app/ProgressDialog; +Landroid/app/PropertyInvalidatedCache$1; +Landroid/app/PropertyInvalidatedCache; Landroid/app/QueuedWork$QueuedWorkHandler; Landroid/app/QueuedWork; Landroid/app/ReceiverRestrictedContext; Landroid/app/RemoteAction$1; Landroid/app/RemoteAction; Landroid/app/RemoteInput$1; +Landroid/app/RemoteInput$Builder; Landroid/app/RemoteInput; +Landroid/app/RemoteInputHistoryItem; Landroid/app/RemoteServiceException; Landroid/app/ResourcesManager$1; Landroid/app/ResourcesManager$ActivityResources; Landroid/app/ResourcesManager$ApkKey; +Landroid/app/ResourcesManager$UpdateHandler; Landroid/app/ResourcesManager; Landroid/app/ResultInfo$1; Landroid/app/ResultInfo; +Landroid/app/SearchDialog; Landroid/app/SearchManager; Landroid/app/SearchableInfo$1; Landroid/app/SearchableInfo$ActionKeyInfo; @@ -23025,6 +23859,9 @@ Landroid/app/SharedPreferencesImpl$EditorImpl$2; Landroid/app/SharedPreferencesImpl$EditorImpl; Landroid/app/SharedPreferencesImpl$MemoryCommitResult; Landroid/app/SharedPreferencesImpl; +Landroid/app/StatsManager$StatsUnavailableException; +Landroid/app/StatsManager$StatsdDeathRecipient; +Landroid/app/StatsManager; Landroid/app/StatusBarManager; Landroid/app/SynchronousUserSwitchObserver; Landroid/app/SystemServiceRegistry$100; @@ -23044,7 +23881,12 @@ Landroid/app/SystemServiceRegistry$112; Landroid/app/SystemServiceRegistry$113; Landroid/app/SystemServiceRegistry$114; Landroid/app/SystemServiceRegistry$115; +Landroid/app/SystemServiceRegistry$116; +Landroid/app/SystemServiceRegistry$117; +Landroid/app/SystemServiceRegistry$118; +Landroid/app/SystemServiceRegistry$119; Landroid/app/SystemServiceRegistry$11; +Landroid/app/SystemServiceRegistry$120; Landroid/app/SystemServiceRegistry$12; Landroid/app/SystemServiceRegistry$13; Landroid/app/SystemServiceRegistry$14; @@ -23162,10 +24004,13 @@ Landroid/app/VoiceInteractor; Landroid/app/Vr2dDisplayProperties$1; Landroid/app/Vr2dDisplayProperties; Landroid/app/VrManager; +Landroid/app/WaitResult$1; +Landroid/app/WaitResult; Landroid/app/WallpaperColors$1; Landroid/app/WallpaperColors; Landroid/app/WallpaperInfo$1; Landroid/app/WallpaperInfo; +Landroid/app/WallpaperManager$ColorManagementProxy; Landroid/app/WallpaperManager$Globals; Landroid/app/WallpaperManager$OnColorsChangedListener; Landroid/app/WallpaperManager; @@ -23187,13 +24032,23 @@ Landroid/app/admin/DevicePolicyManager$OnClearApplicationUserDataListener; Landroid/app/admin/DevicePolicyManager; Landroid/app/admin/DevicePolicyManagerInternal$OnCrossProfileWidgetProvidersChangeListener; Landroid/app/admin/DevicePolicyManagerInternal; +Landroid/app/admin/DeviceStateCache; +Landroid/app/admin/FactoryResetProtectionPolicy; Landroid/app/admin/IDeviceAdminService$Stub$Proxy; +Landroid/app/admin/IDeviceAdminService$Stub; Landroid/app/admin/IDeviceAdminService; Landroid/app/admin/IDevicePolicyManager$Stub$Proxy; Landroid/app/admin/IDevicePolicyManager$Stub; Landroid/app/admin/IDevicePolicyManager; +Landroid/app/admin/NetworkEvent; Landroid/app/admin/PasswordMetrics$1; +Landroid/app/admin/PasswordMetrics$ComplexityBucket$1; +Landroid/app/admin/PasswordMetrics$ComplexityBucket$2; +Landroid/app/admin/PasswordMetrics$ComplexityBucket$3; +Landroid/app/admin/PasswordMetrics$ComplexityBucket$4; +Landroid/app/admin/PasswordMetrics$ComplexityBucket; Landroid/app/admin/PasswordMetrics; +Landroid/app/admin/PasswordPolicy; Landroid/app/admin/SecurityLog$SecurityEvent$1; Landroid/app/admin/SecurityLog$SecurityEvent; Landroid/app/admin/SecurityLog; @@ -23207,6 +24062,10 @@ Landroid/app/admin/SystemUpdatePolicy; Landroid/app/assist/AssistContent$1; Landroid/app/assist/AssistContent; Landroid/app/assist/AssistStructure$1; +Landroid/app/assist/AssistStructure$AutofillOverlay; +Landroid/app/assist/AssistStructure$HtmlInfoNode$1; +Landroid/app/assist/AssistStructure$HtmlInfoNode; +Landroid/app/assist/AssistStructure$HtmlInfoNodeBuilder; Landroid/app/assist/AssistStructure$ParcelTransferReader; Landroid/app/assist/AssistStructure$ParcelTransferWriter; Landroid/app/assist/AssistStructure$SendChannel; @@ -23226,10 +24085,18 @@ Landroid/app/backup/BackupDataOutput; Landroid/app/backup/BackupHelper; Landroid/app/backup/BackupHelperDispatcher$Header; Landroid/app/backup/BackupHelperDispatcher; +Landroid/app/backup/BackupManager$BackupManagerMonitorWrapper; +Landroid/app/backup/BackupManager$BackupObserverWrapper$1; +Landroid/app/backup/BackupManager$BackupObserverWrapper; Landroid/app/backup/BackupManager; +Landroid/app/backup/BackupManagerMonitor; +Landroid/app/backup/BackupObserver; +Landroid/app/backup/BackupProgress$1; +Landroid/app/backup/BackupProgress; Landroid/app/backup/BackupTransport$TransportImpl; Landroid/app/backup/BackupTransport; Landroid/app/backup/BlobBackupHelper; +Landroid/app/backup/FileBackupHelper; Landroid/app/backup/FileBackupHelperBase; Landroid/app/backup/FullBackup; Landroid/app/backup/FullBackupDataOutput; @@ -23248,16 +24115,29 @@ Landroid/app/backup/IBackupObserver; Landroid/app/backup/IFullBackupRestoreObserver$Stub$Proxy; Landroid/app/backup/IFullBackupRestoreObserver$Stub; Landroid/app/backup/IFullBackupRestoreObserver; +Landroid/app/backup/IRestoreSession; Landroid/app/backup/ISelectBackupTransportCallback$Stub$Proxy; Landroid/app/backup/ISelectBackupTransportCallback$Stub; Landroid/app/backup/ISelectBackupTransportCallback; +Landroid/app/backup/RestoreDescription$1; +Landroid/app/backup/RestoreDescription; Landroid/app/backup/SharedPreferencesBackupHelper; Landroid/app/blob/-$$Lambda$BlobStoreManagerFrameworkInitializer$WjSRSHMmxWPF4Fq-7TpX23MBh2U; +Landroid/app/blob/BlobHandle; Landroid/app/blob/BlobStoreManager; Landroid/app/blob/BlobStoreManagerFrameworkInitializer; +Landroid/app/blob/IBlobStoreManager$Stub; +Landroid/app/blob/IBlobStoreManager; +Landroid/app/blob/IBlobStoreSession; +Landroid/app/contentsuggestions/ClassificationsRequest; Landroid/app/contentsuggestions/ContentSuggestionsManager; +Landroid/app/contentsuggestions/IClassificationsCallback$Stub; +Landroid/app/contentsuggestions/IClassificationsCallback; Landroid/app/contentsuggestions/IContentSuggestionsManager$Stub; Landroid/app/contentsuggestions/IContentSuggestionsManager; +Landroid/app/contentsuggestions/ISelectionsCallback$Stub; +Landroid/app/contentsuggestions/ISelectionsCallback; +Landroid/app/contentsuggestions/SelectionsRequest; Landroid/app/job/-$$Lambda$FpGlzN9oJcl8o5soW-gU-DyTvXM; Landroid/app/job/-$$Lambda$JobSchedulerFrameworkInitializer$PtYe8PQc1PVJQXRnpm3iSxcWTR0; Landroid/app/job/-$$Lambda$JobSchedulerFrameworkInitializer$RHUxgww0pZFMmfQWKgaRAx0YFqA; @@ -23286,13 +24166,16 @@ Landroid/app/job/JobServiceEngine$JobInterface; Landroid/app/job/JobServiceEngine; Landroid/app/job/JobWorkItem$1; Landroid/app/job/JobWorkItem; +Landroid/app/prediction/-$$Lambda$1lqxDplfWlUwgBrOynX9L0oK_uA; Landroid/app/prediction/AppPredictionContext$1; Landroid/app/prediction/AppPredictionContext; Landroid/app/prediction/AppPredictionManager; Landroid/app/prediction/AppPredictionSessionId$1; Landroid/app/prediction/AppPredictionSessionId; +Landroid/app/prediction/AppPredictor$CallbackWrapper; Landroid/app/prediction/AppPredictor; Landroid/app/prediction/AppTarget$1; +Landroid/app/prediction/AppTarget$Builder; Landroid/app/prediction/AppTarget; Landroid/app/prediction/AppTargetEvent$1; Landroid/app/prediction/AppTargetEvent; @@ -23304,17 +24187,23 @@ Landroid/app/prediction/IPredictionCallback; Landroid/app/prediction/IPredictionManager$Stub$Proxy; Landroid/app/prediction/IPredictionManager$Stub; Landroid/app/prediction/IPredictionManager; +Landroid/app/role/-$$Lambda$9DeAxmM9lUVr3-FTSefyo-BW8DY; Landroid/app/role/-$$Lambda$RoleControllerManager$Jsb4ev7pHUqel8_lglNSRLiUzpg; +Landroid/app/role/-$$Lambda$RoleControllerManager$hbh627Rh8mtJykW3vb1FWR34mIQ; +Landroid/app/role/-$$Lambda$RoleControllerManager$mCMKfoPdye0sMu6efs963HCR1Xk; +Landroid/app/role/-$$Lambda$Z0BwIRmLFQVA4XrF_I5nxvuecWE; Landroid/app/role/-$$Lambda$o94o2jK_ei-IVw-3oY_QJ49zpAA; Landroid/app/role/IOnRoleHoldersChangedListener$Stub$Proxy; Landroid/app/role/IOnRoleHoldersChangedListener$Stub; Landroid/app/role/IOnRoleHoldersChangedListener; +Landroid/app/role/IRoleController$Stub$Proxy; Landroid/app/role/IRoleController$Stub; Landroid/app/role/IRoleController; Landroid/app/role/IRoleManager$Stub$Proxy; Landroid/app/role/IRoleManager$Stub; Landroid/app/role/IRoleManager; Landroid/app/role/OnRoleHoldersChangedListener; +Landroid/app/role/RoleControllerManager$1; Landroid/app/role/RoleControllerManager; Landroid/app/role/RoleManager$OnRoleHoldersChangedListenerDelegate; Landroid/app/role/RoleManager; @@ -23335,6 +24224,8 @@ Landroid/app/servertransaction/DestroyActivityItem$1; Landroid/app/servertransaction/DestroyActivityItem; Landroid/app/servertransaction/LaunchActivityItem$1; Landroid/app/servertransaction/LaunchActivityItem; +Landroid/app/servertransaction/MultiWindowModeChangeItem$1; +Landroid/app/servertransaction/MultiWindowModeChangeItem; Landroid/app/servertransaction/NewIntentItem$1; Landroid/app/servertransaction/NewIntentItem; Landroid/app/servertransaction/ObjectPool; @@ -23343,6 +24234,8 @@ Landroid/app/servertransaction/PauseActivityItem$1; Landroid/app/servertransaction/PauseActivityItem; Landroid/app/servertransaction/PendingTransactionActions$StopInfo; Landroid/app/servertransaction/PendingTransactionActions; +Landroid/app/servertransaction/PipModeChangeItem$1; +Landroid/app/servertransaction/PipModeChangeItem; Landroid/app/servertransaction/ResumeActivityItem$1; Landroid/app/servertransaction/ResumeActivityItem; Landroid/app/servertransaction/StopActivityItem$1; @@ -23367,8 +24260,19 @@ Landroid/app/slice/SliceSpec; Landroid/app/timedetector/ITimeDetectorService$Stub$Proxy; Landroid/app/timedetector/ITimeDetectorService$Stub; Landroid/app/timedetector/ITimeDetectorService; +Landroid/app/timedetector/ManualTimeSuggestion$1; +Landroid/app/timedetector/ManualTimeSuggestion; +Landroid/app/timedetector/NetworkTimeSuggestion; +Landroid/app/timedetector/PhoneTimeSuggestion$1; +Landroid/app/timedetector/PhoneTimeSuggestion; +Landroid/app/timedetector/TelephonyTimeSuggestion; Landroid/app/timedetector/TimeDetector; Landroid/app/timezone/RulesManager; +Landroid/app/timezonedetector/ITimeZoneDetectorService$Stub$Proxy; +Landroid/app/timezonedetector/ITimeZoneDetectorService$Stub; +Landroid/app/timezonedetector/ITimeZoneDetectorService; +Landroid/app/timezonedetector/ManualTimeZoneSuggestion; +Landroid/app/timezonedetector/TelephonyTimeZoneSuggestion; Landroid/app/timezonedetector/TimeZoneDetector; Landroid/app/trust/IStrongAuthTracker$Stub$Proxy; Landroid/app/trust/IStrongAuthTracker$Stub; @@ -23394,6 +24298,8 @@ Landroid/app/usage/CacheQuotaService; Landroid/app/usage/ConfigurationStats$1; Landroid/app/usage/ConfigurationStats; Landroid/app/usage/EventList; +Landroid/app/usage/ExternalStorageStats$1; +Landroid/app/usage/ExternalStorageStats; Landroid/app/usage/ICacheQuotaService$Stub$Proxy; Landroid/app/usage/ICacheQuotaService$Stub; Landroid/app/usage/ICacheQuotaService; @@ -23403,6 +24309,8 @@ Landroid/app/usage/IStorageStatsManager; Landroid/app/usage/IUsageStatsManager$Stub$Proxy; Landroid/app/usage/IUsageStatsManager$Stub; Landroid/app/usage/IUsageStatsManager; +Landroid/app/usage/NetworkStats$Bucket; +Landroid/app/usage/NetworkStats; Landroid/app/usage/NetworkStatsManager$CallbackHandler; Landroid/app/usage/NetworkStatsManager$UsageCallback; Landroid/app/usage/NetworkStatsManager; @@ -23431,6 +24339,9 @@ Landroid/bluetooth/BluetoothActivityEnergyInfo$1; Landroid/bluetooth/BluetoothActivityEnergyInfo; Landroid/bluetooth/BluetoothAdapter$1; Landroid/bluetooth/BluetoothAdapter$2; +Landroid/bluetooth/BluetoothAdapter$3; +Landroid/bluetooth/BluetoothAdapter$4; +Landroid/bluetooth/BluetoothAdapter$5; Landroid/bluetooth/BluetoothAdapter; Landroid/bluetooth/BluetoothAvrcpController; Landroid/bluetooth/BluetoothClass$1; @@ -23442,6 +24353,7 @@ Landroid/bluetooth/BluetoothCodecStatus; Landroid/bluetooth/BluetoothDevice$1; Landroid/bluetooth/BluetoothDevice$2; Landroid/bluetooth/BluetoothDevice; +Landroid/bluetooth/BluetoothGattCallback; Landroid/bluetooth/BluetoothGattService$1; Landroid/bluetooth/BluetoothGattService; Landroid/bluetooth/BluetoothHeadset$1; @@ -23508,6 +24420,7 @@ Landroid/bluetooth/IBluetoothHeadset; Landroid/bluetooth/IBluetoothHeadsetPhone$Stub$Proxy; Landroid/bluetooth/IBluetoothHeadsetPhone$Stub; Landroid/bluetooth/IBluetoothHeadsetPhone; +Landroid/bluetooth/IBluetoothHearingAid$Stub$Proxy; Landroid/bluetooth/IBluetoothHearingAid$Stub; Landroid/bluetooth/IBluetoothHearingAid; Landroid/bluetooth/IBluetoothHidDevice$Stub$Proxy; @@ -23557,7 +24470,10 @@ Landroid/bluetooth/le/AdvertiseData$1; Landroid/bluetooth/le/AdvertiseData; Landroid/bluetooth/le/AdvertisingSetParameters$1; Landroid/bluetooth/le/AdvertisingSetParameters; +Landroid/bluetooth/le/BluetoothLeScanner$1; +Landroid/bluetooth/le/BluetoothLeScanner$BleScanCallbackWrapper; Landroid/bluetooth/le/BluetoothLeScanner; +Landroid/bluetooth/le/BluetoothLeUtils; Landroid/bluetooth/le/IAdvertisingSetCallback$Stub$Proxy; Landroid/bluetooth/le/IAdvertisingSetCallback$Stub; Landroid/bluetooth/le/IAdvertisingSetCallback; @@ -23569,6 +24485,7 @@ Landroid/bluetooth/le/IScannerCallback$Stub; Landroid/bluetooth/le/IScannerCallback; Landroid/bluetooth/le/PeriodicAdvertisingParameters$1; Landroid/bluetooth/le/PeriodicAdvertisingParameters; +Landroid/bluetooth/le/ScanCallback; Landroid/bluetooth/le/ScanFilter$1; Landroid/bluetooth/le/ScanFilter$Builder; Landroid/bluetooth/le/ScanFilter; @@ -23590,6 +24507,7 @@ Landroid/companion/IFindDeviceCallback; Landroid/compat/Compatibility$Callbacks; Landroid/compat/Compatibility; Landroid/content/-$$Lambda$AbstractThreadedSyncAdapter$ISyncAdapterImpl$L6ZtOCe8gjKwJj0908ytPlrD8Rc; +Landroid/content/-$$Lambda$ClipboardManager$1$hQk8olbGAgUi4WWNG4ZuDZsM39s; Landroid/content/AbstractThreadedSyncAdapter$ISyncAdapterImpl; Landroid/content/AbstractThreadedSyncAdapter$SyncThread; Landroid/content/AbstractThreadedSyncAdapter; @@ -23620,6 +24538,7 @@ Landroid/content/ComponentName; Landroid/content/ContentCaptureOptions$1; Landroid/content/ContentCaptureOptions; Landroid/content/ContentInterface; +Landroid/content/ContentProvider$CallingIdentity; Landroid/content/ContentProvider$PipeDataWriter; Landroid/content/ContentProvider$Transport; Landroid/content/ContentProvider; @@ -23628,13 +24547,18 @@ Landroid/content/ContentProviderClient$NotRespondingRunnable; Landroid/content/ContentProviderClient; Landroid/content/ContentProviderNative; Landroid/content/ContentProviderOperation$1; +Landroid/content/ContentProviderOperation$BackReference$1; +Landroid/content/ContentProviderOperation$BackReference; Landroid/content/ContentProviderOperation$Builder; Landroid/content/ContentProviderOperation; Landroid/content/ContentProviderProxy; Landroid/content/ContentProviderResult$1; Landroid/content/ContentProviderResult; Landroid/content/ContentResolver$1; +Landroid/content/ContentResolver$2; Landroid/content/ContentResolver$CursorWrapperInner; +Landroid/content/ContentResolver$GetTypeResultListener; +Landroid/content/ContentResolver$OpenResourceIdResult; Landroid/content/ContentResolver$ParcelFileDescriptorInner; Landroid/content/ContentResolver; Landroid/content/ContentUris; @@ -23681,6 +24605,7 @@ Landroid/content/ISyncStatusObserver$Stub$Proxy; Landroid/content/ISyncStatusObserver$Stub; Landroid/content/ISyncStatusObserver; Landroid/content/Intent$1; +Landroid/content/Intent$CommandOptionHandler; Landroid/content/Intent$FilterComparison; Landroid/content/Intent; Landroid/content/IntentFilter$1; @@ -23697,9 +24622,14 @@ Landroid/content/Loader$OnLoadCompleteListener; Landroid/content/Loader; Landroid/content/LocusId$1; Landroid/content/LocusId; +Landroid/content/LoggingContentInterface; +Landroid/content/MutableContextWrapper; Landroid/content/OperationApplicationException; Landroid/content/PeriodicSync$1; +Landroid/content/PeriodicSync; +Landroid/content/PermissionChecker; Landroid/content/ReceiverCallNotAllowedException; +Landroid/content/RestrictionEntry; Landroid/content/RestrictionsManager; Landroid/content/SearchRecentSuggestionsProvider$DatabaseHelper; Landroid/content/SearchRecentSuggestionsProvider; @@ -23712,6 +24642,8 @@ Landroid/content/SyncAdapterType; Landroid/content/SyncAdaptersCache$MySerializer; Landroid/content/SyncAdaptersCache; Landroid/content/SyncContext; +Landroid/content/SyncInfo$1; +Landroid/content/SyncInfo; Landroid/content/SyncRequest$1; Landroid/content/SyncRequest$Builder; Landroid/content/SyncRequest; @@ -23728,6 +24660,8 @@ Landroid/content/UndoManager; Landroid/content/UndoOperation; Landroid/content/UndoOwner; Landroid/content/UriMatcher; +Landroid/content/UriPermission$1; +Landroid/content/UriPermission; Landroid/content/integrity/AppIntegrityManager; Landroid/content/om/IOverlayManager$Stub$Proxy; Landroid/content/om/IOverlayManager$Stub; @@ -23736,32 +24670,46 @@ Landroid/content/om/OverlayInfo$1; Landroid/content/om/OverlayInfo; Landroid/content/om/OverlayManager; Landroid/content/om/OverlayableInfo; +Landroid/content/pm/-$$Lambda$B12dZLpdwpXn89QSesmkaZjD72Q; Landroid/content/pm/-$$Lambda$PackageParser$0DZRgzfgaIMpCOhJqjw6PUiU5vw; Landroid/content/pm/-$$Lambda$PackageParser$0aobsT7Zf7WVZCqMZ5z2clAuQf4; Landroid/content/pm/-$$Lambda$PackageParser$M-9fHqS_eEp1oYkuKJhRHOGUxf8; Landroid/content/pm/-$$Lambda$T1UQAuePWRRmVQ1KzTyMAktZUPM; Landroid/content/pm/-$$Lambda$ciir_QAmv6RwJro4I58t77dPnxU; +Landroid/content/pm/-$$Lambda$hUJwdX9IqTlLwBds2BUGqVf-FM8; Landroid/content/pm/-$$Lambda$n3uXeb1v-YRmq_BWTfosEqUUr9g; Landroid/content/pm/-$$Lambda$zO9HBUVgPeroyDQPLJE-MNMvSqc; Landroid/content/pm/ActivityInfo$1; Landroid/content/pm/ActivityInfo$WindowLayout; Landroid/content/pm/ActivityInfo; +Landroid/content/pm/ActivityPresentationInfo; Landroid/content/pm/ApplicationInfo$1; Landroid/content/pm/ApplicationInfo; +Landroid/content/pm/AuxiliaryResolveInfo$AuxiliaryFilter; Landroid/content/pm/BaseParceledListSlice$1; Landroid/content/pm/BaseParceledListSlice; +Landroid/content/pm/ChangedPackages$1; +Landroid/content/pm/ChangedPackages; Landroid/content/pm/ComponentInfo; Landroid/content/pm/ConfigurationInfo$1; Landroid/content/pm/ConfigurationInfo; Landroid/content/pm/CrossProfileApps; Landroid/content/pm/DataLoaderManager; +Landroid/content/pm/DataLoaderParams; +Landroid/content/pm/DataLoaderParamsParcel; Landroid/content/pm/FallbackCategoryProvider; Landroid/content/pm/FeatureGroupInfo$1; Landroid/content/pm/FeatureGroupInfo; Landroid/content/pm/FeatureInfo$1; Landroid/content/pm/FeatureInfo; +Landroid/content/pm/ICrossProfileApps$Stub$Proxy; Landroid/content/pm/ICrossProfileApps$Stub; Landroid/content/pm/ICrossProfileApps; +Landroid/content/pm/IDataLoader; +Landroid/content/pm/IDataLoaderManager$Stub; +Landroid/content/pm/IDataLoaderManager; +Landroid/content/pm/IDataLoaderStatusListener$Stub; +Landroid/content/pm/IDataLoaderStatusListener; Landroid/content/pm/IDexModuleRegisterCallback$Stub$Proxy; Landroid/content/pm/IDexModuleRegisterCallback$Stub; Landroid/content/pm/IDexModuleRegisterCallback; @@ -23791,6 +24739,7 @@ Landroid/content/pm/IPackageInstallerCallback$Stub$Proxy; Landroid/content/pm/IPackageInstallerCallback$Stub; Landroid/content/pm/IPackageInstallerCallback; Landroid/content/pm/IPackageInstallerSession$Stub$Proxy; +Landroid/content/pm/IPackageInstallerSession$Stub; Landroid/content/pm/IPackageInstallerSession; Landroid/content/pm/IPackageManager$Stub$Proxy; Landroid/content/pm/IPackageManager$Stub; @@ -23803,12 +24752,19 @@ Landroid/content/pm/IPackageMoveObserver; Landroid/content/pm/IPackageStatsObserver$Stub$Proxy; Landroid/content/pm/IPackageStatsObserver$Stub; Landroid/content/pm/IPackageStatsObserver; +Landroid/content/pm/IShortcutChangeCallback$Stub; +Landroid/content/pm/IShortcutChangeCallback; Landroid/content/pm/IShortcutService$Stub$Proxy; Landroid/content/pm/IShortcutService$Stub; Landroid/content/pm/IShortcutService; +Landroid/content/pm/InstallSourceInfo$1; +Landroid/content/pm/InstallSourceInfo; Landroid/content/pm/InstantAppIntentFilter$1; Landroid/content/pm/InstantAppIntentFilter; +Landroid/content/pm/InstantAppRequest; +Landroid/content/pm/InstantAppRequestInfo; Landroid/content/pm/InstantAppResolveInfo$1; +Landroid/content/pm/InstantAppResolveInfo$InstantAppDigest$1; Landroid/content/pm/InstantAppResolveInfo$InstantAppDigest; Landroid/content/pm/InstantAppResolveInfo; Landroid/content/pm/InstrumentationInfo$1; @@ -23819,12 +24775,19 @@ Landroid/content/pm/KeySet$1; Landroid/content/pm/KeySet; Landroid/content/pm/LauncherActivityInfo; Landroid/content/pm/LauncherApps$1; +Landroid/content/pm/LauncherApps$AppUsageLimit$1; +Landroid/content/pm/LauncherApps$AppUsageLimit; +Landroid/content/pm/LauncherApps$Callback; +Landroid/content/pm/LauncherApps$CallbackMessageHandler$CallbackInfo; Landroid/content/pm/LauncherApps$CallbackMessageHandler; +Landroid/content/pm/LauncherApps$ShortcutQuery; Landroid/content/pm/LauncherApps; Landroid/content/pm/ModuleInfo$1; Landroid/content/pm/ModuleInfo; Landroid/content/pm/PackageInfo$1; Landroid/content/pm/PackageInfo; +Landroid/content/pm/PackageInfoLite$1; +Landroid/content/pm/PackageInfoLite; Landroid/content/pm/PackageInstaller$Session; Landroid/content/pm/PackageInstaller$SessionCallback; Landroid/content/pm/PackageInstaller$SessionCallbackDelegate; @@ -23903,6 +24866,8 @@ Landroid/content/pm/SharedLibraryInfo; Landroid/content/pm/ShortcutInfo$1; Landroid/content/pm/ShortcutInfo$Builder; Landroid/content/pm/ShortcutInfo; +Landroid/content/pm/ShortcutManager$ShareShortcutInfo$1; +Landroid/content/pm/ShortcutManager$ShareShortcutInfo; Landroid/content/pm/ShortcutManager; Landroid/content/pm/ShortcutServiceInternal$ShortcutChangeListener; Landroid/content/pm/ShortcutServiceInternal; @@ -23913,22 +24878,76 @@ Landroid/content/pm/SigningInfo; Landroid/content/pm/StringParceledListSlice$1; Landroid/content/pm/StringParceledListSlice; Landroid/content/pm/SuspendDialogInfo$1; +Landroid/content/pm/SuspendDialogInfo$Builder; Landroid/content/pm/SuspendDialogInfo; Landroid/content/pm/UserInfo$1; Landroid/content/pm/UserInfo; +Landroid/content/pm/VerifierDeviceIdentity$1; +Landroid/content/pm/VerifierDeviceIdentity; Landroid/content/pm/VerifierInfo$1; Landroid/content/pm/VerifierInfo; Landroid/content/pm/VersionedPackage$1; Landroid/content/pm/VersionedPackage; Landroid/content/pm/XmlSerializerAndParser; +Landroid/content/pm/dex/ArtManager$SnapshotRuntimeProfileCallbackDelegate; Landroid/content/pm/dex/ArtManager; Landroid/content/pm/dex/ArtManagerInternal; Landroid/content/pm/dex/DexMetadataHelper; +Landroid/content/pm/dex/IArtManager$Stub$Proxy; Landroid/content/pm/dex/IArtManager$Stub; Landroid/content/pm/dex/IArtManager; Landroid/content/pm/dex/ISnapshotRuntimeProfileCallback$Stub$Proxy; Landroid/content/pm/dex/ISnapshotRuntimeProfileCallback$Stub; Landroid/content/pm/dex/ISnapshotRuntimeProfileCallback; +Landroid/content/pm/dex/PackageOptimizationInfo; +Landroid/content/pm/parsing/AndroidPackage; +Landroid/content/pm/parsing/AndroidPackageWrite; +Landroid/content/pm/parsing/ApkLiteParseUtils; +Landroid/content/pm/parsing/ApkParseUtils$ParseInput; +Landroid/content/pm/parsing/ApkParseUtils$ParseResult; +Landroid/content/pm/parsing/ApkParseUtils; +Landroid/content/pm/parsing/ComponentParseUtils$ParsedActivity$1; +Landroid/content/pm/parsing/ComponentParseUtils$ParsedActivity; +Landroid/content/pm/parsing/ComponentParseUtils$ParsedActivityIntentInfo$1; +Landroid/content/pm/parsing/ComponentParseUtils$ParsedActivityIntentInfo; +Landroid/content/pm/parsing/ComponentParseUtils$ParsedComponent; +Landroid/content/pm/parsing/ComponentParseUtils$ParsedFeature; +Landroid/content/pm/parsing/ComponentParseUtils$ParsedInstrumentation$1; +Landroid/content/pm/parsing/ComponentParseUtils$ParsedInstrumentation; +Landroid/content/pm/parsing/ComponentParseUtils$ParsedIntentInfo; +Landroid/content/pm/parsing/ComponentParseUtils$ParsedMainComponent$1; +Landroid/content/pm/parsing/ComponentParseUtils$ParsedMainComponent; +Landroid/content/pm/parsing/ComponentParseUtils$ParsedPermission$1; +Landroid/content/pm/parsing/ComponentParseUtils$ParsedPermission; +Landroid/content/pm/parsing/ComponentParseUtils$ParsedPermissionGroup$1; +Landroid/content/pm/parsing/ComponentParseUtils$ParsedPermissionGroup; +Landroid/content/pm/parsing/ComponentParseUtils$ParsedProcess; +Landroid/content/pm/parsing/ComponentParseUtils$ParsedProvider$1; +Landroid/content/pm/parsing/ComponentParseUtils$ParsedProvider; +Landroid/content/pm/parsing/ComponentParseUtils$ParsedProviderIntentInfo$1; +Landroid/content/pm/parsing/ComponentParseUtils$ParsedProviderIntentInfo; +Landroid/content/pm/parsing/ComponentParseUtils$ParsedQueriesIntentInfo; +Landroid/content/pm/parsing/ComponentParseUtils$ParsedService$1; +Landroid/content/pm/parsing/ComponentParseUtils$ParsedService; +Landroid/content/pm/parsing/ComponentParseUtils$ParsedServiceIntentInfo$1; +Landroid/content/pm/parsing/ComponentParseUtils$ParsedServiceIntentInfo; +Landroid/content/pm/parsing/ComponentParseUtils; +Landroid/content/pm/parsing/PackageImpl$1; +Landroid/content/pm/parsing/PackageImpl; +Landroid/content/pm/parsing/PackageInfoUtils; +Landroid/content/pm/parsing/ParsedPackage$PackageSettingCallback; +Landroid/content/pm/parsing/ParsedPackage; +Landroid/content/pm/parsing/ParsingPackage; +Landroid/content/pm/parsing/library/-$$Lambda$WrPVuoVJehE45tfhLfe_8Tcc-Nw; +Landroid/content/pm/parsing/library/AndroidHidlUpdater; +Landroid/content/pm/parsing/library/AndroidTestBaseUpdater; +Landroid/content/pm/parsing/library/OrgApacheHttpLegacyUpdater; +Landroid/content/pm/parsing/library/PackageBackwardCompatibility$AndroidTestRunnerSplitUpdater; +Landroid/content/pm/parsing/library/PackageBackwardCompatibility$RemoveUnnecessaryAndroidTestBaseLibrary; +Landroid/content/pm/parsing/library/PackageBackwardCompatibility; +Landroid/content/pm/parsing/library/PackageSharedLibraryUpdater; +Landroid/content/pm/permission/SplitPermissionInfoParcelable$1; +Landroid/content/pm/permission/SplitPermissionInfoParcelable; Landroid/content/pm/split/DefaultSplitAssetLoader; Landroid/content/pm/split/SplitAssetDependencyLoader; Landroid/content/pm/split/SplitAssetLoader; @@ -23972,6 +24991,7 @@ Landroid/content/res/ResourceId; Landroid/content/res/Resources$NotFoundException; Landroid/content/res/Resources$Theme; Landroid/content/res/Resources$ThemeKey; +Landroid/content/res/Resources$UpdateCallbacks; Landroid/content/res/Resources; Landroid/content/res/ResourcesImpl$LookupStack; Landroid/content/res/ResourcesImpl$ThemeImpl; @@ -23985,10 +25005,15 @@ Landroid/content/res/TypedArray; Landroid/content/res/XmlBlock$Parser; Landroid/content/res/XmlBlock; Landroid/content/res/XmlResourceParser; +Landroid/content/res/loader/AssetsProvider; +Landroid/content/res/loader/ResourcesLoader$UpdateCallbacks; +Landroid/content/res/loader/ResourcesLoader; +Landroid/content/res/loader/ResourcesProvider; Landroid/content/rollback/IRollbackManager$Stub$Proxy; Landroid/content/rollback/IRollbackManager$Stub; Landroid/content/rollback/IRollbackManager; Landroid/content/rollback/RollbackManager; +Landroid/content/type/DefaultMimeMapFactory; Landroid/database/AbstractCursor$SelfContentObserver; Landroid/database/AbstractCursor; Landroid/database/AbstractWindowedCursor; @@ -24014,6 +25039,7 @@ Landroid/database/CursorWrapper; Landroid/database/DataSetObservable; Landroid/database/DataSetObserver; Landroid/database/DatabaseErrorHandler; +Landroid/database/DatabaseUtils$InsertHelper; Landroid/database/DatabaseUtils; Landroid/database/DefaultDatabaseErrorHandler; Landroid/database/IBulkCursor; @@ -24028,8 +25054,13 @@ Landroid/database/Observable; Landroid/database/SQLException; Landroid/database/StaleDataException; Landroid/database/sqlite/-$$Lambda$RBWjWVyGrOTsQrLCYzJ_G8Uk25Q; +Landroid/database/sqlite/-$$Lambda$SQLiteDatabase$1FsSJH2q7x3eeDFXCAu9l4piDsE; +Landroid/database/sqlite/-$$Lambda$SQLiteQueryBuilder$W2yQ6UjYGqGIu6HEomKgdgvGNKI; Landroid/database/sqlite/DatabaseObjectNotClosedException; +Landroid/database/sqlite/SQLiteAbortException; +Landroid/database/sqlite/SQLiteAccessPermException; Landroid/database/sqlite/SQLiteBindOrColumnIndexOutOfRangeException; +Landroid/database/sqlite/SQLiteBlobTooBigException; Landroid/database/sqlite/SQLiteCantOpenDatabaseException; Landroid/database/sqlite/SQLiteClosable; Landroid/database/sqlite/SQLiteCompatibilityWalFlags; @@ -24060,11 +25091,13 @@ Landroid/database/sqlite/SQLiteDebug$NoPreloadHolder; Landroid/database/sqlite/SQLiteDebug$PagerStats; Landroid/database/sqlite/SQLiteDebug; Landroid/database/sqlite/SQLiteDirectCursorDriver; +Landroid/database/sqlite/SQLiteDiskIOException; Landroid/database/sqlite/SQLiteDoneException; Landroid/database/sqlite/SQLiteException; Landroid/database/sqlite/SQLiteFullException; Landroid/database/sqlite/SQLiteGlobal; Landroid/database/sqlite/SQLiteOpenHelper; +Landroid/database/sqlite/SQLiteOutOfMemoryException; Landroid/database/sqlite/SQLiteProgram; Landroid/database/sqlite/SQLiteQuery; Landroid/database/sqlite/SQLiteQueryBuilder; @@ -24072,6 +25105,8 @@ Landroid/database/sqlite/SQLiteSession$Transaction; Landroid/database/sqlite/SQLiteSession; Landroid/database/sqlite/SQLiteStatement; Landroid/database/sqlite/SQLiteStatementInfo; +Landroid/database/sqlite/SQLiteTableLockedException; +Landroid/database/sqlite/SQLiteTokenizer; Landroid/database/sqlite/SQLiteTransactionListener; Landroid/database/sqlite/SqliteWrapper; Landroid/ddm/DdmHandleAppName$Names; @@ -24086,6 +25121,7 @@ Landroid/ddm/DdmHandleViewDebug; Landroid/ddm/DdmRegister; Landroid/debug/AdbManager; Landroid/debug/AdbManagerInternal; +Landroid/debug/IAdbManager$Stub$Proxy; Landroid/debug/IAdbManager$Stub; Landroid/debug/IAdbManager; Landroid/debug/IAdbTransport$Stub; @@ -24127,6 +25163,7 @@ Landroid/graphics/ColorFilter; Landroid/graphics/ColorMatrix; Landroid/graphics/ColorMatrixColorFilter; Landroid/graphics/ColorSpace$Adaptation; +Landroid/graphics/ColorSpace$Connector; Landroid/graphics/ColorSpace$Lab; Landroid/graphics/ColorSpace$Model; Landroid/graphics/ColorSpace$Named; @@ -24191,10 +25228,12 @@ Landroid/graphics/Paint; Landroid/graphics/PaintFlagsDrawFilter; Landroid/graphics/Path$Direction; Landroid/graphics/Path$FillType; +Landroid/graphics/Path$Op; Landroid/graphics/Path; Landroid/graphics/PathDashPathEffect; Landroid/graphics/PathEffect; Landroid/graphics/PathMeasure; +Landroid/graphics/Picture$PictureCanvas; Landroid/graphics/Picture; Landroid/graphics/PixelFormat; Landroid/graphics/Point$1; @@ -24244,6 +25283,7 @@ Landroid/graphics/drawable/-$$Lambda$NinePatchDrawable$yQvfm7FAkslD5wdGFysjgwt8c Landroid/graphics/drawable/AdaptiveIconDrawable$ChildDrawable; Landroid/graphics/drawable/AdaptiveIconDrawable$LayerState; Landroid/graphics/drawable/AdaptiveIconDrawable; +Landroid/graphics/drawable/Animatable2$AnimationCallback; Landroid/graphics/drawable/Animatable2; Landroid/graphics/drawable/Animatable; Landroid/graphics/drawable/AnimatedImageDrawable$State; @@ -24255,6 +25295,7 @@ Landroid/graphics/drawable/AnimatedStateListDrawable$AnimatableTransition; Landroid/graphics/drawable/AnimatedStateListDrawable$AnimatedStateListState; Landroid/graphics/drawable/AnimatedStateListDrawable$AnimatedVectorDrawableTransition; Landroid/graphics/drawable/AnimatedStateListDrawable$AnimationDrawableTransition; +Landroid/graphics/drawable/AnimatedStateListDrawable$FrameInterpolator; Landroid/graphics/drawable/AnimatedStateListDrawable$Transition; Landroid/graphics/drawable/AnimatedStateListDrawable; Landroid/graphics/drawable/AnimatedVectorDrawable$1; @@ -24290,6 +25331,7 @@ Landroid/graphics/drawable/GradientDrawable$GradientState; Landroid/graphics/drawable/GradientDrawable$Orientation; Landroid/graphics/drawable/GradientDrawable; Landroid/graphics/drawable/Icon$1; +Landroid/graphics/drawable/Icon$LoadDrawableTask; Landroid/graphics/drawable/Icon; Landroid/graphics/drawable/InsetDrawable$InsetState; Landroid/graphics/drawable/InsetDrawable$InsetValue; @@ -24317,6 +25359,7 @@ Landroid/graphics/drawable/RotateDrawable$RotateState; Landroid/graphics/drawable/RotateDrawable; Landroid/graphics/drawable/ScaleDrawable$ScaleState; Landroid/graphics/drawable/ScaleDrawable; +Landroid/graphics/drawable/ShapeDrawable$ShaderFactory; Landroid/graphics/drawable/ShapeDrawable$ShapeState; Landroid/graphics/drawable/ShapeDrawable; Landroid/graphics/drawable/StateListDrawable$StateListState; @@ -24352,6 +25395,7 @@ Landroid/graphics/drawable/VectorDrawable$VectorDrawableState$1; Landroid/graphics/drawable/VectorDrawable$VectorDrawableState; Landroid/graphics/drawable/VectorDrawable; Landroid/graphics/drawable/shapes/OvalShape; +Landroid/graphics/drawable/shapes/PathShape; Landroid/graphics/drawable/shapes/RectShape; Landroid/graphics/drawable/shapes/RoundRectShape; Landroid/graphics/drawable/shapes/Shape; @@ -24374,9 +25418,14 @@ Landroid/graphics/text/LineBreaker$Result; Landroid/graphics/text/LineBreaker; Landroid/graphics/text/MeasuredText$Builder; Landroid/graphics/text/MeasuredText; +Landroid/gsi/GsiProgress$1; +Landroid/gsi/GsiProgress; Landroid/gsi/IGsiService$Stub$Proxy; Landroid/gsi/IGsiService$Stub; Landroid/gsi/IGsiService; +Landroid/gsi/IGsid$Stub$Proxy; +Landroid/gsi/IGsid$Stub; +Landroid/gsi/IGsid; Landroid/hardware/Camera$CameraInfo; Landroid/hardware/Camera$Face; Landroid/hardware/Camera; @@ -24407,7 +25456,10 @@ Landroid/hardware/ISerialManager; Landroid/hardware/Sensor; Landroid/hardware/SensorAdditionalInfo; Landroid/hardware/SensorEvent; +Landroid/hardware/SensorEventCallback; +Landroid/hardware/SensorEventListener2; Landroid/hardware/SensorEventListener; +Landroid/hardware/SensorListener; Landroid/hardware/SensorManager; Landroid/hardware/SensorPrivacyManager$1; Landroid/hardware/SensorPrivacyManager; @@ -24419,6 +25471,7 @@ Landroid/hardware/SystemSensorManager$TriggerEventQueue; Landroid/hardware/SystemSensorManager; Landroid/hardware/TriggerEvent; Landroid/hardware/TriggerEventListener; +Landroid/hardware/biometrics/BiometricAuthenticator$AuthenticationCallback; Landroid/hardware/biometrics/BiometricAuthenticator$Identifier; Landroid/hardware/biometrics/BiometricAuthenticator; Landroid/hardware/biometrics/BiometricFaceConstants; @@ -24426,9 +25479,17 @@ Landroid/hardware/biometrics/BiometricFingerprintConstants; Landroid/hardware/biometrics/BiometricManager; Landroid/hardware/biometrics/BiometricSourceType$1; Landroid/hardware/biometrics/BiometricSourceType; +Landroid/hardware/biometrics/CryptoObject; +Landroid/hardware/biometrics/IAuthService$Stub$Proxy; +Landroid/hardware/biometrics/IAuthService$Stub; +Landroid/hardware/biometrics/IAuthService; +Landroid/hardware/biometrics/IBiometricAuthenticator$Stub$Proxy; +Landroid/hardware/biometrics/IBiometricAuthenticator$Stub; +Landroid/hardware/biometrics/IBiometricAuthenticator; Landroid/hardware/biometrics/IBiometricEnabledOnKeyguardCallback$Stub$Proxy; Landroid/hardware/biometrics/IBiometricEnabledOnKeyguardCallback$Stub; Landroid/hardware/biometrics/IBiometricEnabledOnKeyguardCallback; +Landroid/hardware/biometrics/IBiometricNativeHandle; Landroid/hardware/biometrics/IBiometricService$Stub$Proxy; Landroid/hardware/biometrics/IBiometricService$Stub; Landroid/hardware/biometrics/IBiometricService; @@ -24441,6 +25502,8 @@ Landroid/hardware/biometrics/IBiometricServiceReceiver; Landroid/hardware/biometrics/IBiometricServiceReceiverInternal$Stub$Proxy; Landroid/hardware/biometrics/IBiometricServiceReceiverInternal$Stub; Landroid/hardware/biometrics/IBiometricServiceReceiverInternal; +Landroid/hardware/camera2/-$$Lambda$CameraManager$CameraManagerGlobal$6Ptxoe4wF_VCkE_pml8t66mklao; +Landroid/hardware/camera2/-$$Lambda$CameraManager$CameraManagerGlobal$CONvadOBAEkcHSpx8j61v67qRGM; Landroid/hardware/camera2/CameraAccessException; Landroid/hardware/camera2/CameraCharacteristics$1; Landroid/hardware/camera2/CameraCharacteristics$2; @@ -24453,6 +25516,7 @@ Landroid/hardware/camera2/CameraCharacteristics; Landroid/hardware/camera2/CameraDevice; Landroid/hardware/camera2/CameraManager$AvailabilityCallback; Landroid/hardware/camera2/CameraManager$CameraManagerGlobal$1; +Landroid/hardware/camera2/CameraManager$CameraManagerGlobal$3; Landroid/hardware/camera2/CameraManager$CameraManagerGlobal; Landroid/hardware/camera2/CameraManager$TorchCallback; Landroid/hardware/camera2/CameraManager; @@ -24483,6 +25547,7 @@ Landroid/hardware/camera2/impl/CameraMetadataNative$1; Landroid/hardware/camera2/impl/CameraMetadataNative$20; Landroid/hardware/camera2/impl/CameraMetadataNative$21; Landroid/hardware/camera2/impl/CameraMetadataNative$22; +Landroid/hardware/camera2/impl/CameraMetadataNative$23; Landroid/hardware/camera2/impl/CameraMetadataNative$2; Landroid/hardware/camera2/impl/CameraMetadataNative$3; Landroid/hardware/camera2/impl/CameraMetadataNative$4; @@ -24504,6 +25569,7 @@ Landroid/hardware/camera2/marshal/MarshalQueryable; Landroid/hardware/camera2/marshal/MarshalRegistry$MarshalToken; Landroid/hardware/camera2/marshal/MarshalRegistry; Landroid/hardware/camera2/marshal/Marshaler; +Landroid/hardware/camera2/marshal/impl/MarshalQueryableArray$MarshalerArray; Landroid/hardware/camera2/marshal/impl/MarshalQueryableArray; Landroid/hardware/camera2/marshal/impl/MarshalQueryableBlackLevelPattern; Landroid/hardware/camera2/marshal/impl/MarshalQueryableBoolean$MarshalerBoolean; @@ -24516,12 +25582,14 @@ Landroid/hardware/camera2/marshal/impl/MarshalQueryableNativeByteToInteger$Marsh Landroid/hardware/camera2/marshal/impl/MarshalQueryableNativeByteToInteger; Landroid/hardware/camera2/marshal/impl/MarshalQueryablePair; Landroid/hardware/camera2/marshal/impl/MarshalQueryableParcelable; +Landroid/hardware/camera2/marshal/impl/MarshalQueryablePrimitive$MarshalerPrimitive; Landroid/hardware/camera2/marshal/impl/MarshalQueryablePrimitive; Landroid/hardware/camera2/marshal/impl/MarshalQueryableRange; Landroid/hardware/camera2/marshal/impl/MarshalQueryableRecommendedStreamConfiguration; Landroid/hardware/camera2/marshal/impl/MarshalQueryableRect; Landroid/hardware/camera2/marshal/impl/MarshalQueryableReprocessFormatsMap; Landroid/hardware/camera2/marshal/impl/MarshalQueryableRggbChannelVector; +Landroid/hardware/camera2/marshal/impl/MarshalQueryableSize$MarshalerSize; Landroid/hardware/camera2/marshal/impl/MarshalQueryableSize; Landroid/hardware/camera2/marshal/impl/MarshalQueryableSizeF; Landroid/hardware/camera2/marshal/impl/MarshalQueryableStreamConfiguration; @@ -24548,6 +25616,8 @@ Landroid/hardware/camera2/params/StreamConfigurationDuration; Landroid/hardware/camera2/params/StreamConfigurationMap; Landroid/hardware/camera2/params/TonemapCurve; Landroid/hardware/camera2/utils/ArrayUtils; +Landroid/hardware/camera2/utils/ConcurrentCameraIdCombination; +Landroid/hardware/camera2/utils/TypeReference$SpecializedBaseTypeReference; Landroid/hardware/camera2/utils/TypeReference$SpecializedTypeReference; Landroid/hardware/camera2/utils/TypeReference; Landroid/hardware/contexthub/V1_0/ContextHub; @@ -24558,12 +25628,14 @@ Landroid/hardware/contexthub/V1_0/IContexthub; Landroid/hardware/contexthub/V1_0/IContexthubCallback$Stub; Landroid/hardware/contexthub/V1_0/IContexthubCallback; Landroid/hardware/contexthub/V1_0/MemRange; +Landroid/hardware/contexthub/V1_0/NanoAppBinary; Landroid/hardware/contexthub/V1_0/PhysicalSensor; Landroid/hardware/display/-$$Lambda$NightDisplayListener$sOK1HmSbMnFLzc4SdDD1WpVWJiI; Landroid/hardware/display/AmbientBrightnessDayStats$1; Landroid/hardware/display/AmbientBrightnessDayStats; Landroid/hardware/display/AmbientDisplayConfiguration; Landroid/hardware/display/BrightnessChangeEvent$1; +Landroid/hardware/display/BrightnessChangeEvent$Builder; Landroid/hardware/display/BrightnessChangeEvent; Landroid/hardware/display/BrightnessConfiguration$1; Landroid/hardware/display/BrightnessConfiguration$Builder; @@ -24610,7 +25682,22 @@ Landroid/hardware/display/WifiDisplaySessionInfo$1; Landroid/hardware/display/WifiDisplaySessionInfo; Landroid/hardware/display/WifiDisplayStatus$1; Landroid/hardware/display/WifiDisplayStatus; +Landroid/hardware/face/Face$1; +Landroid/hardware/face/Face; +Landroid/hardware/face/FaceManager$1; +Landroid/hardware/face/FaceManager$AuthenticationCallback; +Landroid/hardware/face/FaceManager$AuthenticationResult; +Landroid/hardware/face/FaceManager$EnrollmentCallback; +Landroid/hardware/face/FaceManager$MyHandler; +Landroid/hardware/face/FaceManager$OnAuthenticationCancelListener; +Landroid/hardware/face/FaceManager$RemovalCallback; Landroid/hardware/face/FaceManager; +Landroid/hardware/face/IFaceService$Stub$Proxy; +Landroid/hardware/face/IFaceService$Stub; +Landroid/hardware/face/IFaceService; +Landroid/hardware/face/IFaceServiceReceiver$Stub$Proxy; +Landroid/hardware/face/IFaceServiceReceiver$Stub; +Landroid/hardware/face/IFaceServiceReceiver; Landroid/hardware/fingerprint/Fingerprint$1; Landroid/hardware/fingerprint/Fingerprint; Landroid/hardware/fingerprint/FingerprintManager$1; @@ -24641,6 +25728,7 @@ Landroid/hardware/input/InputDeviceIdentifier$1; Landroid/hardware/input/InputDeviceIdentifier; Landroid/hardware/input/InputManager$InputDeviceListener; Landroid/hardware/input/InputManager$InputDeviceListenerDelegate; +Landroid/hardware/input/InputManager$InputDeviceVibrator; Landroid/hardware/input/InputManager$InputDevicesChangedListener; Landroid/hardware/input/InputManager; Landroid/hardware/input/InputManagerInternal; @@ -24649,23 +25737,37 @@ Landroid/hardware/input/KeyboardLayout; Landroid/hardware/input/TouchCalibration$1; Landroid/hardware/input/TouchCalibration; Landroid/hardware/iris/IrisManager; +Landroid/hardware/lights/LightsManager; +Landroid/hardware/location/-$$Lambda$ContextHubManager$3$U9x_HK_GdADIEQ3mS5mDWMNWMu8; +Landroid/hardware/location/-$$Lambda$ContextHubManager$4$sylEfC1Rx_cxuQRnKuthZXmV8KI; +Landroid/hardware/location/-$$Lambda$ContextHubTransaction$7a5H6DrY_dOy9M3qnYHhlmDHRNQ; +Landroid/hardware/location/-$$Lambda$ContextHubTransaction$RNVGnle3xCUm9u68syzn6-2znnU; Landroid/hardware/location/ActivityRecognitionHardware; Landroid/hardware/location/ContextHubClient; +Landroid/hardware/location/ContextHubClientCallback; Landroid/hardware/location/ContextHubInfo$1; Landroid/hardware/location/ContextHubInfo; Landroid/hardware/location/ContextHubManager$2; Landroid/hardware/location/ContextHubManager$3; Landroid/hardware/location/ContextHubManager$4; +Landroid/hardware/location/ContextHubManager$Callback; +Landroid/hardware/location/ContextHubManager$ICallback; Landroid/hardware/location/ContextHubManager; Landroid/hardware/location/ContextHubMessage$1; Landroid/hardware/location/ContextHubMessage; +Landroid/hardware/location/ContextHubTransaction$OnCompleteListener; +Landroid/hardware/location/ContextHubTransaction$Response; Landroid/hardware/location/ContextHubTransaction; +Landroid/hardware/location/GeofenceHardware$GeofenceHardwareMonitorCallbackWrapper; +Landroid/hardware/location/GeofenceHardware; +Landroid/hardware/location/GeofenceHardwareCallback; Landroid/hardware/location/GeofenceHardwareImpl$1; Landroid/hardware/location/GeofenceHardwareImpl$2; Landroid/hardware/location/GeofenceHardwareImpl$3; Landroid/hardware/location/GeofenceHardwareImpl$GeofenceTransition; Landroid/hardware/location/GeofenceHardwareImpl$Reaper; Landroid/hardware/location/GeofenceHardwareImpl; +Landroid/hardware/location/GeofenceHardwareMonitorCallback; Landroid/hardware/location/GeofenceHardwareMonitorEvent$1; Landroid/hardware/location/GeofenceHardwareMonitorEvent; Landroid/hardware/location/GeofenceHardwareRequest; @@ -24748,6 +25850,7 @@ Landroid/hardware/radio/V1_0/AppStatus; Landroid/hardware/radio/V1_0/Call; Landroid/hardware/radio/V1_0/CallForwardInfo; Landroid/hardware/radio/V1_0/CardStatus; +Landroid/hardware/radio/V1_0/Carrier; Landroid/hardware/radio/V1_0/CarrierRestrictions; Landroid/hardware/radio/V1_0/CdmaBroadcastSmsConfigInfo; Landroid/hardware/radio/V1_0/CdmaCallWaiting; @@ -24764,6 +25867,7 @@ Landroid/hardware/radio/V1_0/CellIdentityLte; Landroid/hardware/radio/V1_0/CellIdentityTdscdma; Landroid/hardware/radio/V1_0/CellIdentityWcdma; Landroid/hardware/radio/V1_0/CellInfo; +Landroid/hardware/radio/V1_0/CellInfoCdma; Landroid/hardware/radio/V1_0/CellInfoGsm; Landroid/hardware/radio/V1_0/CellInfoLte; Landroid/hardware/radio/V1_0/CellInfoTdscdma; @@ -24844,20 +25948,39 @@ Landroid/hardware/radio/V1_3/IRadioIndication; Landroid/hardware/radio/V1_3/IRadioResponse; Landroid/hardware/radio/V1_4/CardStatus; Landroid/hardware/radio/V1_4/CarrierRestrictionsWithPriority; +Landroid/hardware/radio/V1_4/CellConfigLte; +Landroid/hardware/radio/V1_4/CellIdentityNr; +Landroid/hardware/radio/V1_4/CellInfo$Info; Landroid/hardware/radio/V1_4/CellInfo; +Landroid/hardware/radio/V1_4/CellInfoLte; +Landroid/hardware/radio/V1_4/CellInfoNr; +Landroid/hardware/radio/V1_4/DataRegStateResult$VopsInfo$hidl_discriminator; Landroid/hardware/radio/V1_4/DataRegStateResult$VopsInfo; Landroid/hardware/radio/V1_4/DataRegStateResult; Landroid/hardware/radio/V1_4/EmergencyNumber; +Landroid/hardware/radio/V1_4/IRadio$Proxy; Landroid/hardware/radio/V1_4/IRadio; Landroid/hardware/radio/V1_4/IRadioIndication$Stub; Landroid/hardware/radio/V1_4/IRadioIndication; Landroid/hardware/radio/V1_4/IRadioResponse$Stub; Landroid/hardware/radio/V1_4/IRadioResponse; +Landroid/hardware/radio/V1_4/LteVopsInfo; Landroid/hardware/radio/V1_4/NetworkScanResult; Landroid/hardware/radio/V1_4/NrIndicators; +Landroid/hardware/radio/V1_4/NrSignalStrength; Landroid/hardware/radio/V1_4/PhysicalChannelConfig; +Landroid/hardware/radio/V1_4/RadioFrequencyInfo; Landroid/hardware/radio/V1_4/SetupDataCallResult; Landroid/hardware/radio/V1_4/SignalStrength; +Landroid/hardware/radio/V1_5/CellIdentity; +Landroid/hardware/radio/V1_5/CellIdentityGsm; +Landroid/hardware/radio/V1_5/CellIdentityLte; +Landroid/hardware/radio/V1_5/CellIdentityNr; +Landroid/hardware/radio/V1_5/CellIdentityTdscdma; +Landroid/hardware/radio/V1_5/CellIdentityWcdma; +Landroid/hardware/radio/V1_5/ClosedSubscriberGroupInfo; +Landroid/hardware/radio/V1_5/IRadio; +Landroid/hardware/radio/V1_5/OptionalCsgInfo; Landroid/hardware/radio/config/V1_0/IRadioConfig; Landroid/hardware/radio/config/V1_0/IRadioConfigIndication; Landroid/hardware/radio/config/V1_0/IRadioConfigResponse; @@ -24881,9 +26004,11 @@ Landroid/hardware/radio/deprecated/V1_0/IOemHookIndication; Landroid/hardware/radio/deprecated/V1_0/IOemHookResponse$Stub; Landroid/hardware/radio/deprecated/V1_0/IOemHookResponse; Landroid/hardware/sidekick/SidekickInternal; +Landroid/hardware/soundtrigger/ConversionUtil; Landroid/hardware/soundtrigger/IRecognitionStatusCallback$Stub$Proxy; Landroid/hardware/soundtrigger/IRecognitionStatusCallback$Stub; Landroid/hardware/soundtrigger/IRecognitionStatusCallback; +Landroid/hardware/soundtrigger/KeyphraseMetadata; Landroid/hardware/soundtrigger/SoundTrigger$ConfidenceLevel$1; Landroid/hardware/soundtrigger/SoundTrigger$ConfidenceLevel; Landroid/hardware/soundtrigger/SoundTrigger$GenericRecognitionEvent$1; @@ -24898,6 +26023,8 @@ Landroid/hardware/soundtrigger/SoundTrigger$KeyphraseRecognitionExtra$1; Landroid/hardware/soundtrigger/SoundTrigger$KeyphraseRecognitionExtra; Landroid/hardware/soundtrigger/SoundTrigger$KeyphraseSoundModel$1; Landroid/hardware/soundtrigger/SoundTrigger$KeyphraseSoundModel; +Landroid/hardware/soundtrigger/SoundTrigger$ModelParamRange$1; +Landroid/hardware/soundtrigger/SoundTrigger$ModelParamRange; Landroid/hardware/soundtrigger/SoundTrigger$ModuleProperties$1; Landroid/hardware/soundtrigger/SoundTrigger$ModuleProperties; Landroid/hardware/soundtrigger/SoundTrigger$RecognitionConfig$1; @@ -24909,25 +26036,36 @@ Landroid/hardware/soundtrigger/SoundTrigger$SoundModelEvent$1; Landroid/hardware/soundtrigger/SoundTrigger$SoundModelEvent; Landroid/hardware/soundtrigger/SoundTrigger$StatusListener; Landroid/hardware/soundtrigger/SoundTrigger; +Landroid/hardware/soundtrigger/SoundTriggerModule$EventHandlerDelegate; Landroid/hardware/soundtrigger/SoundTriggerModule; Landroid/hardware/thermal/V1_0/IThermal; Landroid/hardware/thermal/V1_0/ThermalStatus; +Landroid/hardware/thermal/V2_0/CoolingDevice; Landroid/hardware/thermal/V2_0/IThermal$Proxy; +Landroid/hardware/thermal/V2_0/IThermal$getCurrentCoolingDevicesCallback; Landroid/hardware/thermal/V2_0/IThermal$getCurrentTemperaturesCallback; Landroid/hardware/thermal/V2_0/IThermal; Landroid/hardware/thermal/V2_0/IThermalChangedCallback$Stub; Landroid/hardware/thermal/V2_0/IThermalChangedCallback; Landroid/hardware/thermal/V2_0/Temperature; +Landroid/hardware/usb/AccessoryFilter; +Landroid/hardware/usb/DeviceFilter; Landroid/hardware/usb/IUsbManager$Stub$Proxy; Landroid/hardware/usb/IUsbManager$Stub; Landroid/hardware/usb/IUsbManager; +Landroid/hardware/usb/IUsbSerialReader$Stub; +Landroid/hardware/usb/IUsbSerialReader; Landroid/hardware/usb/ParcelableUsbPort$1; Landroid/hardware/usb/ParcelableUsbPort; Landroid/hardware/usb/UsbAccessory$2; Landroid/hardware/usb/UsbAccessory; +Landroid/hardware/usb/UsbConfiguration$1; +Landroid/hardware/usb/UsbConfiguration; Landroid/hardware/usb/UsbDevice$1; +Landroid/hardware/usb/UsbDevice$Builder; Landroid/hardware/usb/UsbDevice; Landroid/hardware/usb/UsbDeviceConnection; +Landroid/hardware/usb/UsbInterface; Landroid/hardware/usb/UsbManager; Landroid/hardware/usb/UsbPort; Landroid/hardware/usb/UsbPortStatus$1; @@ -24940,8 +26078,18 @@ Landroid/hardware/usb/gadget/V1_0/IUsbGadgetCallback; Landroid/icu/impl/BMPSet; Landroid/icu/impl/CacheBase; Landroid/icu/impl/CacheValue$NullValue; +Landroid/icu/impl/CacheValue$SoftValue; Landroid/icu/impl/CacheValue$Strength; +Landroid/icu/impl/CacheValue$StrongValue; Landroid/icu/impl/CacheValue; +Landroid/icu/impl/CalType; +Landroid/icu/impl/CalendarUtil$CalendarPreferences; +Landroid/icu/impl/CalendarUtil; +Landroid/icu/impl/CaseMapImpl$StringContextIterator; +Landroid/icu/impl/CaseMapImpl; +Landroid/icu/impl/CharTrie; +Landroid/icu/impl/CharacterIteration; +Landroid/icu/impl/CharacterPropertiesImpl; Landroid/icu/impl/ClassLoaderUtil; Landroid/icu/impl/CurrencyData$CurrencyDisplayInfo; Landroid/icu/impl/CurrencyData$CurrencyDisplayInfoProvider; @@ -24949,6 +26097,11 @@ Landroid/icu/impl/CurrencyData$CurrencySpacingInfo$SpacingPattern; Landroid/icu/impl/CurrencyData$CurrencySpacingInfo$SpacingType; Landroid/icu/impl/CurrencyData$CurrencySpacingInfo; Landroid/icu/impl/CurrencyData; +Landroid/icu/impl/DateNumberFormat; +Landroid/icu/impl/FormattedStringBuilder; +Landroid/icu/impl/FormattedValueStringBuilderImpl$NullField; +Landroid/icu/impl/FormattedValueStringBuilderImpl; +Landroid/icu/impl/Grego; Landroid/icu/impl/ICUBinary$Authenticate; Landroid/icu/impl/ICUBinary$DatPackageReader$IsAcceptable; Landroid/icu/impl/ICUBinary$DatPackageReader; @@ -24970,20 +26123,26 @@ Landroid/icu/impl/ICUCurrencyMetaInfo; Landroid/icu/impl/ICUData; Landroid/icu/impl/ICUDebug; Landroid/icu/impl/ICULocaleService$ICUResourceBundleFactory; +Landroid/icu/impl/ICULocaleService$LocaleKey; Landroid/icu/impl/ICULocaleService$LocaleKeyFactory; Landroid/icu/impl/ICULocaleService; Landroid/icu/impl/ICUNotifier; Landroid/icu/impl/ICURWLock; Landroid/icu/impl/ICUResourceBundle$1; +Landroid/icu/impl/ICUResourceBundle$2$1; +Landroid/icu/impl/ICUResourceBundle$2; Landroid/icu/impl/ICUResourceBundle$3; Landroid/icu/impl/ICUResourceBundle$4; +Landroid/icu/impl/ICUResourceBundle$AvailEntry; Landroid/icu/impl/ICUResourceBundle$Loader; Landroid/icu/impl/ICUResourceBundle$OpenType; Landroid/icu/impl/ICUResourceBundle$WholeBundle; Landroid/icu/impl/ICUResourceBundle; Landroid/icu/impl/ICUResourceBundleImpl$ResourceArray; +Landroid/icu/impl/ICUResourceBundleImpl$ResourceBinary; Landroid/icu/impl/ICUResourceBundleImpl$ResourceContainer; Landroid/icu/impl/ICUResourceBundleImpl$ResourceInt; +Landroid/icu/impl/ICUResourceBundleImpl$ResourceIntVector; Landroid/icu/impl/ICUResourceBundleImpl$ResourceString; Landroid/icu/impl/ICUResourceBundleImpl$ResourceTable; Landroid/icu/impl/ICUResourceBundleImpl; @@ -25001,25 +26160,79 @@ Landroid/icu/impl/ICUResourceBundleReader$Table1632; Landroid/icu/impl/ICUResourceBundleReader$Table16; Landroid/icu/impl/ICUResourceBundleReader$Table; Landroid/icu/impl/ICUResourceBundleReader; +Landroid/icu/impl/ICUService$CacheEntry; Landroid/icu/impl/ICUService$Factory; +Landroid/icu/impl/ICUService$Key; Landroid/icu/impl/ICUService; +Landroid/icu/impl/IDNA2003; +Landroid/icu/impl/JavaTimeZone; Landroid/icu/impl/LocaleIDParser; +Landroid/icu/impl/LocaleIDs; +Landroid/icu/impl/Norm2AllModes$1; +Landroid/icu/impl/Norm2AllModes$ComposeNormalizer2; +Landroid/icu/impl/Norm2AllModes$DecomposeNormalizer2; +Landroid/icu/impl/Norm2AllModes$FCDNormalizer2; +Landroid/icu/impl/Norm2AllModes$NFCSingleton; +Landroid/icu/impl/Norm2AllModes$NFKCSingleton; +Landroid/icu/impl/Norm2AllModes$NoopNormalizer2; +Landroid/icu/impl/Norm2AllModes$Norm2AllModesSingleton; +Landroid/icu/impl/Norm2AllModes$Normalizer2WithImpl; +Landroid/icu/impl/Norm2AllModes; +Landroid/icu/impl/Normalizer2Impl$1; +Landroid/icu/impl/Normalizer2Impl$IsAcceptable; +Landroid/icu/impl/Normalizer2Impl$ReorderingBuffer; +Landroid/icu/impl/Normalizer2Impl$UTF16Plus; +Landroid/icu/impl/Normalizer2Impl; +Landroid/icu/impl/OlsonTimeZone; Landroid/icu/impl/Pair; +Landroid/icu/impl/PatternProps; +Landroid/icu/impl/PatternTokenizer; +Landroid/icu/impl/PluralRulesLoader; Landroid/icu/impl/RBBIDataWrapper$IsAcceptable; Landroid/icu/impl/RBBIDataWrapper$RBBIDataHeader; Landroid/icu/impl/RBBIDataWrapper$RBBIStateTable; Landroid/icu/impl/RBBIDataWrapper; +Landroid/icu/impl/ReplaceableUCharacterIterator; +Landroid/icu/impl/RuleCharacterIterator; Landroid/icu/impl/SimpleCache; +Landroid/icu/impl/SimpleFormatterImpl; Landroid/icu/impl/SoftCache; +Landroid/icu/impl/StandardPlural; +Landroid/icu/impl/StaticUnicodeSets$Key; +Landroid/icu/impl/StaticUnicodeSets$ParseDataSink; +Landroid/icu/impl/StaticUnicodeSets; +Landroid/icu/impl/StringPrepDataReader; +Landroid/icu/impl/StringSegment; +Landroid/icu/impl/TextTrieMap$Node; +Landroid/icu/impl/TextTrieMap; +Landroid/icu/impl/TimeZoneNamesFactoryImpl; +Landroid/icu/impl/TimeZoneNamesImpl$1; +Landroid/icu/impl/TimeZoneNamesImpl$MZ2TZsCache; +Landroid/icu/impl/TimeZoneNamesImpl$MZMapEntry; +Landroid/icu/impl/TimeZoneNamesImpl$TZ2MZsCache; +Landroid/icu/impl/TimeZoneNamesImpl$ZNames$NameTypeIndex; +Landroid/icu/impl/TimeZoneNamesImpl$ZNames; +Landroid/icu/impl/TimeZoneNamesImpl$ZNamesLoader; +Landroid/icu/impl/TimeZoneNamesImpl; +Landroid/icu/impl/Trie$DataManipulate; +Landroid/icu/impl/Trie$DefaultGetFoldingOffset; Landroid/icu/impl/Trie2$1; Landroid/icu/impl/Trie2$2; +Landroid/icu/impl/Trie2$Range; +Landroid/icu/impl/Trie2$Trie2Iterator; Landroid/icu/impl/Trie2$UTrie2Header; Landroid/icu/impl/Trie2$ValueMapper; Landroid/icu/impl/Trie2$ValueWidth; Landroid/icu/impl/Trie2; Landroid/icu/impl/Trie2_16; +Landroid/icu/impl/Trie2_32; +Landroid/icu/impl/Trie; Landroid/icu/impl/UBiDiProps$IsAcceptable; Landroid/icu/impl/UBiDiProps; +Landroid/icu/impl/UCaseProps$ContextIterator; +Landroid/icu/impl/UCaseProps$IsAcceptable; +Landroid/icu/impl/UCaseProps$LatinCase; +Landroid/icu/impl/UCaseProps; Landroid/icu/impl/UCharacterProperty$10; Landroid/icu/impl/UCharacterProperty$11; Landroid/icu/impl/UCharacterProperty$12; @@ -25056,48 +26269,118 @@ Landroid/icu/impl/UCharacterProperty$IsAcceptable; Landroid/icu/impl/UCharacterProperty$NormInertBinaryProperty; Landroid/icu/impl/UCharacterProperty$NormQuickCheckIntProperty; Landroid/icu/impl/UCharacterProperty; +Landroid/icu/impl/UPropertyAliases$IsAcceptable; +Landroid/icu/impl/UPropertyAliases; +Landroid/icu/impl/URLHandler$URLVisitor; Landroid/icu/impl/UResource$Array; Landroid/icu/impl/UResource$Key; Landroid/icu/impl/UResource$Sink; Landroid/icu/impl/UResource$Table; Landroid/icu/impl/UResource$Value; Landroid/icu/impl/UResource; +Landroid/icu/impl/USerializedSet; +Landroid/icu/impl/UnicodeSetStringSpan$OffsetList; +Landroid/icu/impl/UnicodeSetStringSpan; Landroid/icu/impl/Utility; Landroid/icu/impl/ZoneMeta$1; Landroid/icu/impl/ZoneMeta$CustomTimeZoneCache; Landroid/icu/impl/ZoneMeta$SystemTimeZoneCache; Landroid/icu/impl/ZoneMeta; +Landroid/icu/impl/coll/CollationData; +Landroid/icu/impl/coll/CollationDataReader$IsAcceptable; +Landroid/icu/impl/coll/CollationDataReader; +Landroid/icu/impl/coll/CollationFastLatin; +Landroid/icu/impl/coll/CollationIterator$CEBuffer; +Landroid/icu/impl/coll/CollationLoader; +Landroid/icu/impl/coll/CollationRoot; +Landroid/icu/impl/coll/CollationSettings; +Landroid/icu/impl/coll/CollationTailoring; +Landroid/icu/impl/coll/SharedObject$Reference; +Landroid/icu/impl/coll/SharedObject; +Landroid/icu/impl/locale/AsciiUtil$CaseInsensitiveKey; Landroid/icu/impl/locale/AsciiUtil; Landroid/icu/impl/locale/BaseLocale$Cache; Landroid/icu/impl/locale/BaseLocale$Key; Landroid/icu/impl/locale/BaseLocale; +Landroid/icu/impl/locale/InternalLocaleBuilder$CaseInsensitiveChar; +Landroid/icu/impl/locale/InternalLocaleBuilder; +Landroid/icu/impl/locale/LanguageTag; Landroid/icu/impl/locale/LocaleObjectCache$CacheEntry; Landroid/icu/impl/locale/LocaleObjectCache; Landroid/icu/impl/locale/LocaleSyntaxException; +Landroid/icu/impl/number/AdoptingModifierStore; Landroid/icu/impl/number/AffixPatternProvider; +Landroid/icu/impl/number/AffixUtils$SymbolProvider; +Landroid/icu/impl/number/AffixUtils$TokenConsumer; Landroid/icu/impl/number/AffixUtils; +Landroid/icu/impl/number/ConstantAffixModifier; +Landroid/icu/impl/number/ConstantMultiFieldModifier; +Landroid/icu/impl/number/CurrencySpacingEnabledModifier; Landroid/icu/impl/number/CustomSymbolCurrency; Landroid/icu/impl/number/DecimalFormatProperties$ParseMode; Landroid/icu/impl/number/DecimalFormatProperties; +Landroid/icu/impl/number/DecimalQuantity; +Landroid/icu/impl/number/DecimalQuantity_AbstractBCD; +Landroid/icu/impl/number/DecimalQuantity_DualStorageBCD; Landroid/icu/impl/number/Grouper; Landroid/icu/impl/number/MacroProps; +Landroid/icu/impl/number/MicroProps; +Landroid/icu/impl/number/MicroPropsGenerator; +Landroid/icu/impl/number/Modifier; +Landroid/icu/impl/number/ModifierStore; +Landroid/icu/impl/number/MultiplierFormatHandler; +Landroid/icu/impl/number/MutablePatternModifier$ImmutablePatternModifier; +Landroid/icu/impl/number/MutablePatternModifier; Landroid/icu/impl/number/Padder$PadPosition; +Landroid/icu/impl/number/Padder; Landroid/icu/impl/number/PatternStringParser$ParsedPatternInfo; Landroid/icu/impl/number/PatternStringParser$ParsedSubpatternInfo; Landroid/icu/impl/number/PatternStringParser$ParserState; Landroid/icu/impl/number/PatternStringParser; +Landroid/icu/impl/number/PatternStringUtils; Landroid/icu/impl/number/PropertiesAffixPatternProvider; Landroid/icu/impl/number/RoundingUtils; +Landroid/icu/impl/number/parse/AffixMatcher$1; +Landroid/icu/impl/number/parse/AffixMatcher; +Landroid/icu/impl/number/parse/AffixPatternMatcher; +Landroid/icu/impl/number/parse/AffixTokenMatcherFactory; +Landroid/icu/impl/number/parse/DecimalMatcher; +Landroid/icu/impl/number/parse/IgnorablesMatcher; +Landroid/icu/impl/number/parse/InfinityMatcher; +Landroid/icu/impl/number/parse/MinusSignMatcher; +Landroid/icu/impl/number/parse/NanMatcher; +Landroid/icu/impl/number/parse/NumberParseMatcher$Flexible; +Landroid/icu/impl/number/parse/NumberParseMatcher; +Landroid/icu/impl/number/parse/NumberParserImpl; +Landroid/icu/impl/number/parse/ParsedNumber$1; +Landroid/icu/impl/number/parse/ParsedNumber; +Landroid/icu/impl/number/parse/ParsingUtils; +Landroid/icu/impl/number/parse/RequireAffixValidator; +Landroid/icu/impl/number/parse/RequireNumberValidator; +Landroid/icu/impl/number/parse/ScientificMatcher; +Landroid/icu/impl/number/parse/SeriesMatcher; +Landroid/icu/impl/number/parse/SymbolMatcher; +Landroid/icu/impl/number/parse/ValidationMatcher; +Landroid/icu/lang/CharacterProperties; Landroid/icu/lang/UCharacter; Landroid/icu/lang/UCharacterEnums$ECharacterCategory; Landroid/icu/lang/UCharacterEnums$ECharacterDirection; +Landroid/icu/lang/UScript$ScriptUsage; +Landroid/icu/lang/UScript; +Landroid/icu/math/BigDecimal; +Landroid/icu/math/MathContext; +Landroid/icu/number/CompactNotation; Landroid/icu/number/CurrencyPrecision; +Landroid/icu/number/FormattedNumber; Landroid/icu/number/FractionPrecision; Landroid/icu/number/IntegerWidth; Landroid/icu/number/LocalizedNumberFormatter; +Landroid/icu/number/Notation; Landroid/icu/number/NumberFormatter$DecimalSeparatorDisplay; Landroid/icu/number/NumberFormatter$SignDisplay; +Landroid/icu/number/NumberFormatter$UnitWidth; Landroid/icu/number/NumberFormatter; +Landroid/icu/number/NumberFormatterImpl; Landroid/icu/number/NumberFormatterSettings; Landroid/icu/number/NumberPropertyMapper; Landroid/icu/number/Precision$CurrencyRounderImpl; @@ -25109,18 +26392,66 @@ Landroid/icu/number/Precision$InfiniteRounderImpl; Landroid/icu/number/Precision$PassThroughRounderImpl; Landroid/icu/number/Precision$SignificantRounderImpl; Landroid/icu/number/Precision; +Landroid/icu/number/Scale; +Landroid/icu/number/ScientificNotation; Landroid/icu/number/UnlocalizedNumberFormatter; +Landroid/icu/text/AlphabeticIndex$1; +Landroid/icu/text/AlphabeticIndex$Bucket; +Landroid/icu/text/AlphabeticIndex$BucketList; +Landroid/icu/text/AlphabeticIndex$ImmutableIndex; +Landroid/icu/text/Bidi$ImpTabPair; +Landroid/icu/text/Bidi; Landroid/icu/text/BidiClassifier; +Landroid/icu/text/BidiLine; Landroid/icu/text/BreakIterator$BreakIteratorCache; Landroid/icu/text/BreakIterator$BreakIteratorServiceShim; Landroid/icu/text/BreakIterator; Landroid/icu/text/BreakIteratorFactory$BFService$1RBBreakIteratorFactory; Landroid/icu/text/BreakIteratorFactory$BFService; Landroid/icu/text/BreakIteratorFactory; +Landroid/icu/text/CaseMap$Title; +Landroid/icu/text/CaseMap$Upper; +Landroid/icu/text/CaseMap; +Landroid/icu/text/Collator$ServiceShim; +Landroid/icu/text/Collator; +Landroid/icu/text/CollatorServiceShim$CService$1CollatorFactory; +Landroid/icu/text/CollatorServiceShim$CService; +Landroid/icu/text/CollatorServiceShim; +Landroid/icu/text/ConstrainedFieldPosition$1; +Landroid/icu/text/ConstrainedFieldPosition$ConstraintType; +Landroid/icu/text/ConstrainedFieldPosition; Landroid/icu/text/CurrencyDisplayNames; Landroid/icu/text/CurrencyMetaInfo$CurrencyDigits; Landroid/icu/text/CurrencyMetaInfo$CurrencyFilter; Landroid/icu/text/CurrencyMetaInfo; +Landroid/icu/text/DateFormat$BooleanAttribute; +Landroid/icu/text/DateFormat$Field; +Landroid/icu/text/DateFormat; +Landroid/icu/text/DateFormatSymbols$1; +Landroid/icu/text/DateFormatSymbols$CalendarDataSink$AliasType; +Landroid/icu/text/DateFormatSymbols$CalendarDataSink; +Landroid/icu/text/DateFormatSymbols$CapitalizationContextUsage; +Landroid/icu/text/DateFormatSymbols; +Landroid/icu/text/DateIntervalFormat$BestMatchInfo; +Landroid/icu/text/DateIntervalFormat; +Landroid/icu/text/DateIntervalInfo$DateIntervalSink; +Landroid/icu/text/DateIntervalInfo$PatternInfo; +Landroid/icu/text/DateIntervalInfo; +Landroid/icu/text/DateTimePatternGenerator$AppendItemFormatsSink; +Landroid/icu/text/DateTimePatternGenerator$AppendItemNamesSink; +Landroid/icu/text/DateTimePatternGenerator$AvailableFormatsSink; +Landroid/icu/text/DateTimePatternGenerator$DTPGflags; +Landroid/icu/text/DateTimePatternGenerator$DateTimeMatcher; +Landroid/icu/text/DateTimePatternGenerator$DayPeriodAllowedHoursSink; +Landroid/icu/text/DateTimePatternGenerator$DisplayWidth; +Landroid/icu/text/DateTimePatternGenerator$DistanceInfo; +Landroid/icu/text/DateTimePatternGenerator$FormatParser; +Landroid/icu/text/DateTimePatternGenerator$PatternInfo; +Landroid/icu/text/DateTimePatternGenerator$PatternWithMatcher; +Landroid/icu/text/DateTimePatternGenerator$PatternWithSkeletonFlag; +Landroid/icu/text/DateTimePatternGenerator$SkeletonFields; +Landroid/icu/text/DateTimePatternGenerator$VariableField; +Landroid/icu/text/DateTimePatternGenerator; Landroid/icu/text/DecimalFormat; Landroid/icu/text/DecimalFormatSymbols$1; Landroid/icu/text/DecimalFormatSymbols$CacheData; @@ -25130,50 +26461,144 @@ Landroid/icu/text/DictionaryBreakEngine$DequeI; Landroid/icu/text/DictionaryBreakEngine; Landroid/icu/text/DisplayContext$Type; Landroid/icu/text/DisplayContext; +Landroid/icu/text/Edits$Iterator; +Landroid/icu/text/Edits; +Landroid/icu/text/FormattedValue; +Landroid/icu/text/IDNA; Landroid/icu/text/LanguageBreakEngine; +Landroid/icu/text/MeasureFormat$FormatWidth; +Landroid/icu/text/MeasureFormat; Landroid/icu/text/Normalizer$FCDMode; Landroid/icu/text/Normalizer$Mode; +Landroid/icu/text/Normalizer$ModeImpl; Landroid/icu/text/Normalizer$NFCMode; Landroid/icu/text/Normalizer$NFDMode; Landroid/icu/text/Normalizer$NFKCMode; Landroid/icu/text/Normalizer$NFKDMode; +Landroid/icu/text/Normalizer$NFKDModeImpl; Landroid/icu/text/Normalizer$NONEMode; Landroid/icu/text/Normalizer$QuickCheckResult; +Landroid/icu/text/Normalizer2; Landroid/icu/text/Normalizer; +Landroid/icu/text/NumberFormat$Field; +Landroid/icu/text/NumberFormat$NumberFormatShim; Landroid/icu/text/NumberFormat; +Landroid/icu/text/NumberFormatServiceShim$NFService$1RBNumberFormatFactory; +Landroid/icu/text/NumberFormatServiceShim$NFService; Landroid/icu/text/NumberingSystem$1; Landroid/icu/text/NumberingSystem$2; Landroid/icu/text/NumberingSystem$LocaleLookupData; Landroid/icu/text/NumberingSystem; +Landroid/icu/text/PluralRanges$Matrix; +Landroid/icu/text/PluralRanges; +Landroid/icu/text/PluralRules$1; +Landroid/icu/text/PluralRules$2; +Landroid/icu/text/PluralRules$AndConstraint; +Landroid/icu/text/PluralRules$BinaryConstraint; +Landroid/icu/text/PluralRules$Constraint; +Landroid/icu/text/PluralRules$Factory; +Landroid/icu/text/PluralRules$FixedDecimal; +Landroid/icu/text/PluralRules$FixedDecimalRange; +Landroid/icu/text/PluralRules$FixedDecimalSamples; +Landroid/icu/text/PluralRules$IFixedDecimal; +Landroid/icu/text/PluralRules$Operand; +Landroid/icu/text/PluralRules$PluralType; +Landroid/icu/text/PluralRules$RangeConstraint; +Landroid/icu/text/PluralRules$Rule; +Landroid/icu/text/PluralRules$RuleList; +Landroid/icu/text/PluralRules$SampleType; +Landroid/icu/text/PluralRules$SimpleTokenizer; +Landroid/icu/text/PluralRules; +Landroid/icu/text/RelativeDateTimeFormatter$Cache$1; +Landroid/icu/text/RelativeDateTimeFormatter$Cache; +Landroid/icu/text/RelativeDateTimeFormatter$Loader; +Landroid/icu/text/RelativeDateTimeFormatter$RelDateTimeDataSink; +Landroid/icu/text/Replaceable; +Landroid/icu/text/ReplaceableString; Landroid/icu/text/RuleBasedBreakIterator$BreakCache; Landroid/icu/text/RuleBasedBreakIterator$DictionaryCache; Landroid/icu/text/RuleBasedBreakIterator$LookAheadResults; Landroid/icu/text/RuleBasedBreakIterator; +Landroid/icu/text/RuleBasedCollator$CollationBuffer; +Landroid/icu/text/RuleBasedCollator$FCDUTF16NFDIterator; +Landroid/icu/text/RuleBasedCollator$NFDIterator; +Landroid/icu/text/RuleBasedCollator$UTF16NFDIterator; +Landroid/icu/text/RuleBasedCollator; +Landroid/icu/text/SimpleDateFormat$PatternItem; +Landroid/icu/text/SimpleDateFormat; +Landroid/icu/text/StringPrep; Landroid/icu/text/StringPrepParseException; Landroid/icu/text/StringTransform; +Landroid/icu/text/TimeZoneNames$Cache; +Landroid/icu/text/TimeZoneNames$Factory; Landroid/icu/text/TimeZoneNames$NameType; +Landroid/icu/text/TimeZoneNames; Landroid/icu/text/Transform; Landroid/icu/text/Transliterator; +Landroid/icu/text/UCharacterIterator; +Landroid/icu/text/UFieldPosition; Landroid/icu/text/UFormat; +Landroid/icu/text/UForwardCharacterIterator; +Landroid/icu/text/UTF16$StringComparator; Landroid/icu/text/UTF16; Landroid/icu/text/UnhandledBreakEngine; Landroid/icu/text/UnicodeFilter; Landroid/icu/text/UnicodeMatcher; +Landroid/icu/text/UnicodeSet$Filter; +Landroid/icu/text/UnicodeSet$GeneralCategoryMaskFilter; +Landroid/icu/text/UnicodeSet$IntPropertyFilter; +Landroid/icu/text/UnicodeSet$SpanCondition; +Landroid/icu/text/UnicodeSet$UnicodeSetIterator2; Landroid/icu/text/UnicodeSet; +Landroid/icu/util/AnnualTimeZoneRule; +Landroid/icu/util/BasicTimeZone; +Landroid/icu/util/BytesTrie$Result; +Landroid/icu/util/BytesTrie; +Landroid/icu/util/Calendar$1; +Landroid/icu/util/Calendar$FormatConfiguration; +Landroid/icu/util/Calendar$PatternData; +Landroid/icu/util/Calendar$WeekData; +Landroid/icu/util/Calendar$WeekDataCache; +Landroid/icu/util/Calendar; +Landroid/icu/util/CharsTrie$Entry; +Landroid/icu/util/CharsTrie$Iterator; +Landroid/icu/util/CodePointMap$Range; +Landroid/icu/util/CodePointMap$RangeOption; +Landroid/icu/util/CodePointMap$ValueFilter; +Landroid/icu/util/CodePointMap; +Landroid/icu/util/CodePointTrie$1; +Landroid/icu/util/CodePointTrie$Data16; +Landroid/icu/util/CodePointTrie$Data; +Landroid/icu/util/CodePointTrie$Fast16; +Landroid/icu/util/CodePointTrie$Fast; +Landroid/icu/util/CodePointTrie$Type; +Landroid/icu/util/CodePointTrie$ValueWidth; +Landroid/icu/util/CodePointTrie; Landroid/icu/util/Currency$1; Landroid/icu/util/Currency$CurrencyUsage; Landroid/icu/util/Currency; +Landroid/icu/util/DateTimeRule; Landroid/icu/util/Freezable; +Landroid/icu/util/GregorianCalendar; +Landroid/icu/util/ICUException; +Landroid/icu/util/InitialTimeZoneRule; +Landroid/icu/util/Measure; Landroid/icu/util/MeasureUnit$1; Landroid/icu/util/MeasureUnit$2; Landroid/icu/util/MeasureUnit$3; Landroid/icu/util/MeasureUnit$4; Landroid/icu/util/MeasureUnit$Factory; Landroid/icu/util/MeasureUnit; +Landroid/icu/util/Output; +Landroid/icu/util/STZInfo; +Landroid/icu/util/SimpleTimeZone; +Landroid/icu/util/TimeArrayTimeZoneRule; Landroid/icu/util/TimeUnit; Landroid/icu/util/TimeZone$ConstantZone; Landroid/icu/util/TimeZone$SystemTimeZoneType; Landroid/icu/util/TimeZone; +Landroid/icu/util/TimeZoneRule; +Landroid/icu/util/TimeZoneTransition; Landroid/icu/util/ULocale$1; Landroid/icu/util/ULocale$2; Landroid/icu/util/ULocale$3; @@ -25184,17 +26609,21 @@ Landroid/icu/util/ULocale; Landroid/icu/util/UResourceBundle$1; Landroid/icu/util/UResourceBundle$RootType; Landroid/icu/util/UResourceBundle; +Landroid/icu/util/UResourceBundleIterator; Landroid/icu/util/UResourceTypeMismatchException; Landroid/icu/util/VersionInfo; Landroid/inputmethodservice/-$$Lambda$InputMethodService$8T9TmAUIN7vW9eU6kTg8309_d4E; +Landroid/inputmethodservice/-$$Lambda$InputMethodService$TvVfWDKZ3ljQdrU87qYykg6uD-I; Landroid/inputmethodservice/-$$Lambda$InputMethodService$wp8DeVGx_WDOPw4F6an7QbwVxf0; Landroid/inputmethodservice/AbstractInputMethodService$AbstractInputMethodImpl; Landroid/inputmethodservice/AbstractInputMethodService$AbstractInputMethodSessionImpl; Landroid/inputmethodservice/AbstractInputMethodService; +Landroid/inputmethodservice/ExtractEditText; Landroid/inputmethodservice/IInputMethodSessionWrapper$ImeInputEventReceiver; Landroid/inputmethodservice/IInputMethodSessionWrapper; Landroid/inputmethodservice/IInputMethodWrapper$InputMethodSessionCallbackWrapper; Landroid/inputmethodservice/IInputMethodWrapper; +Landroid/inputmethodservice/InputMethodService$InputMethodImpl; Landroid/inputmethodservice/InputMethodService$InputMethodSessionImpl; Landroid/inputmethodservice/InputMethodService$Insets; Landroid/inputmethodservice/InputMethodService$SettingsObserver; @@ -25202,6 +26631,22 @@ Landroid/inputmethodservice/InputMethodService; Landroid/inputmethodservice/SoftInputWindow; Landroid/internal/hidl/base/V1_0/DebugInfo; Landroid/internal/hidl/base/V1_0/IBase; +Landroid/internal/hidl/safe_union/V1_0/Monostate; +Landroid/internal/telephony/sysprop/TelephonyProperties; +Landroid/location/-$$Lambda$-z-Hjl12STdAybauR3BT-ftvWd0; +Landroid/location/-$$Lambda$AbstractListenerManager$Registration$TnkXgyOd99JHl00GzK6Oay_sYms; +Landroid/location/-$$Lambda$GpsStatus$RTSonBp9m0T0NWA3SCfYgWf1mTo; +Landroid/location/-$$Lambda$LocationManager$GnssStatusListenerManager$GnssStatusListener$4EPi22o4xuVnpNhFHnDvebH4TG8; +Landroid/location/-$$Lambda$LocationManager$GnssStatusListenerManager$GnssStatusListener$7Fi5XkeF81eL_OKPS2GJMvyc3-8; +Landroid/location/-$$Lambda$LocationManager$GnssStatusListenerManager$GnssStatusListener$gYcH61KCtV_OcJJszI1TfvnrJHY; +Landroid/location/-$$Lambda$LocationManager$LocationListenerTransport$JzcdERl3Ha8sYr9NxFhb3gNOoCM; +Landroid/location/-$$Lambda$LocationManager$LocationListenerTransport$OaIkiu4R0h4pgFbCDDlNkbmPaps; +Landroid/location/-$$Lambda$LocationManager$LocationListenerTransport$vDJFuk-DvyNgQEXUO2Jkf2ZFeE8; +Landroid/location/-$$Lambda$LocationManager$LocationListenerTransport$vtBApnyHdgybRqRKlCt1NFEyfeQ; +Landroid/location/-$$Lambda$UmbtQF279SH5h72Ftfcj_s96jsY; +Landroid/location/-$$Lambda$_14QHG018Z6p13d3hzJuGTWnNeo; +Landroid/location/AbstractListenerManager$Registration; +Landroid/location/AbstractListenerManager; Landroid/location/Address$1; Landroid/location/Address; Landroid/location/Country$1; @@ -25211,6 +26656,7 @@ Landroid/location/CountryDetector; Landroid/location/CountryListener; Landroid/location/Criteria$1; Landroid/location/Criteria; +Landroid/location/FusedBatchOptions$SourceTechnologies; Landroid/location/Geocoder; Landroid/location/GeocoderParams$1; Landroid/location/GeocoderParams; @@ -25222,7 +26668,21 @@ Landroid/location/GnssMeasurement$1; Landroid/location/GnssMeasurement; Landroid/location/GnssMeasurementCorrections$1; Landroid/location/GnssMeasurementCorrections; +Landroid/location/GnssMeasurementsEvent$1; +Landroid/location/GnssMeasurementsEvent; +Landroid/location/GnssNavigationMessage$1; +Landroid/location/GnssNavigationMessage; +Landroid/location/GnssReflectingPlane$1; +Landroid/location/GnssReflectingPlane; +Landroid/location/GnssRequest; +Landroid/location/GnssSingleSatCorrection$1; +Landroid/location/GnssSingleSatCorrection; +Landroid/location/GnssStatus$Callback; +Landroid/location/GnssStatus; +Landroid/location/GpsSatellite; Landroid/location/GpsStatus$Listener; +Landroid/location/GpsStatus$SatelliteIterator; +Landroid/location/GpsStatus; Landroid/location/IBatchedLocationCallback$Stub$Proxy; Landroid/location/IBatchedLocationCallback$Stub; Landroid/location/IBatchedLocationCallback; @@ -25241,6 +26701,8 @@ Landroid/location/IGeocodeProvider; Landroid/location/IGeofenceProvider$Stub$Proxy; Landroid/location/IGeofenceProvider$Stub; Landroid/location/IGeofenceProvider; +Landroid/location/IGnssAntennaInfoListener$Stub; +Landroid/location/IGnssAntennaInfoListener; Landroid/location/IGnssMeasurementsListener$Stub$Proxy; Landroid/location/IGnssMeasurementsListener$Stub; Landroid/location/IGnssMeasurementsListener; @@ -25266,14 +26728,31 @@ Landroid/location/Location$2; Landroid/location/Location$BearingDistanceCache; Landroid/location/Location; Landroid/location/LocationListener; +Landroid/location/LocationManager$BatchedLocationCallbackManager; +Landroid/location/LocationManager$GnssAntennaInfoListenerManager; +Landroid/location/LocationManager$GnssMeasurementsListenerManager; +Landroid/location/LocationManager$GnssNavigationMessageListenerManager; +Landroid/location/LocationManager$GnssStatusListenerManager$1; +Landroid/location/LocationManager$GnssStatusListenerManager$GnssStatusListener; +Landroid/location/LocationManager$GnssStatusListenerManager; +Landroid/location/LocationManager$LocationListenerTransport; +Landroid/location/LocationManager$NmeaAdapter; Landroid/location/LocationManager; Landroid/location/LocationProvider; Landroid/location/LocationRequest$1; Landroid/location/LocationRequest; +Landroid/location/LocationTime$1; +Landroid/location/LocationTime; +Landroid/location/OnNmeaMessageListener; Landroid/media/-$$Lambda$MediaCodecInfo$VideoCapabilities$DpgwEn-gVFZT9EtP3qcxpiA2G0M; +Landroid/media/-$$Lambda$MediaDrm$8rRollK1F3eENvuaBGoS8u_-heQ; +Landroid/media/-$$Lambda$MediaDrm$IvEWhXQgSYABwC6_1bdnhTJ4V2I; +Landroid/media/-$$Lambda$MediaDrm$UPVWCanGo24eu9-1S_t6PvJ1Zno; Landroid/media/AudioAttributes$1; Landroid/media/AudioAttributes$Builder; Landroid/media/AudioAttributes; +Landroid/media/AudioDevice$1; +Landroid/media/AudioDevice; Landroid/media/AudioDeviceAddress$1; Landroid/media/AudioDeviceAddress; Landroid/media/AudioDeviceCallback; @@ -25296,6 +26775,8 @@ Landroid/media/AudioManager$3; Landroid/media/AudioManager$4; Landroid/media/AudioManager$AudioPlaybackCallback; Landroid/media/AudioManager$AudioPlaybackCallbackInfo; +Landroid/media/AudioManager$AudioRecordingCallback; +Landroid/media/AudioManager$AudioRecordingCallbackInfo; Landroid/media/AudioManager$BlockingFocusResultReceiver; Landroid/media/AudioManager$FocusRequestInfo; Landroid/media/AudioManager$NativeEventHandlerDelegate$1; @@ -25303,6 +26784,8 @@ Landroid/media/AudioManager$NativeEventHandlerDelegate; Landroid/media/AudioManager$OnAmPortUpdateListener; Landroid/media/AudioManager$OnAudioFocusChangeListener; Landroid/media/AudioManager$OnAudioPortUpdateListener; +Landroid/media/AudioManager$PlaybackConfigChangeCallbackData; +Landroid/media/AudioManager$RecordConfigChangeCallbackData; Landroid/media/AudioManager$SafeWaitObject; Landroid/media/AudioManager$ServiceEventHandlerDelegate$1; Landroid/media/AudioManager$ServiceEventHandlerDelegate; @@ -25323,6 +26806,8 @@ Landroid/media/AudioPortEventHandler; Landroid/media/AudioPresentation; Landroid/media/AudioRecord; Landroid/media/AudioRecordRoutingProxy; +Landroid/media/AudioRecordingConfiguration$1; +Landroid/media/AudioRecordingConfiguration; Landroid/media/AudioRecordingMonitor; Landroid/media/AudioRecordingMonitorClient; Landroid/media/AudioRecordingMonitorImpl$1; @@ -25335,6 +26820,8 @@ Landroid/media/AudioSystem$DynamicPolicyCallback; Landroid/media/AudioSystem$ErrorCallback; Landroid/media/AudioSystem; Landroid/media/AudioTimestamp; +Landroid/media/AudioTrack$1; +Landroid/media/AudioTrack$TunerConfiguration; Landroid/media/AudioTrack; Landroid/media/AudioTrackRoutingProxy; Landroid/media/CamcorderProfile; @@ -25342,6 +26829,7 @@ Landroid/media/CameraProfile; Landroid/media/DecoderCapabilities; Landroid/media/EncoderCapabilities; Landroid/media/ExifInterface$ByteOrderedDataInputStream; +Landroid/media/ExifInterface$ByteOrderedDataOutputStream; Landroid/media/ExifInterface$ExifAttribute; Landroid/media/ExifInterface$ExifTag; Landroid/media/ExifInterface$Rational; @@ -25394,6 +26882,8 @@ Landroid/media/IRemoteVolumeObserver; Landroid/media/IRingtonePlayer$Stub$Proxy; Landroid/media/IRingtonePlayer$Stub; Landroid/media/IRingtonePlayer; +Landroid/media/IStrategyPreferredDeviceDispatcher$Stub; +Landroid/media/IStrategyPreferredDeviceDispatcher; Landroid/media/IVolumeController$Stub$Proxy; Landroid/media/IVolumeController$Stub; Landroid/media/IVolumeController; @@ -25414,7 +26904,11 @@ Landroid/media/MediaCodec$CryptoException; Landroid/media/MediaCodec$CryptoInfo$Pattern; Landroid/media/MediaCodec$CryptoInfo; Landroid/media/MediaCodec$EventHandler; +Landroid/media/MediaCodec$GraphicBlock; +Landroid/media/MediaCodec$LinearBlock; +Landroid/media/MediaCodec$OutputFrame; Landroid/media/MediaCodec$PersistentSurface; +Landroid/media/MediaCodec$QueueRequest; Landroid/media/MediaCodec; Landroid/media/MediaCodecInfo$AudioCapabilities; Landroid/media/MediaCodecInfo$CodecCapabilities; @@ -25426,13 +26920,18 @@ Landroid/media/MediaCodecInfo$VideoCapabilities; Landroid/media/MediaCodecInfo; Landroid/media/MediaCodecList; Landroid/media/MediaCrypto; +Landroid/media/MediaCryptoException; Landroid/media/MediaDescrambler; Landroid/media/MediaDescription$1; +Landroid/media/MediaDescription$Builder; Landroid/media/MediaDescription; Landroid/media/MediaDrm$Certificate; +Landroid/media/MediaDrm$CryptoSession; Landroid/media/MediaDrm$KeyRequest; Landroid/media/MediaDrm$KeyStatus; +Landroid/media/MediaDrm$ListenerWithExecutor; Landroid/media/MediaDrm$MediaDrmStateException; +Landroid/media/MediaDrm$OnEventListener; Landroid/media/MediaDrm$ProvisionRequest; Landroid/media/MediaDrm$SessionException; Landroid/media/MediaDrm; @@ -25458,11 +26957,19 @@ Landroid/media/MediaPlayer$DrmInfo; Landroid/media/MediaPlayer$EventHandler$1; Landroid/media/MediaPlayer$EventHandler$2; Landroid/media/MediaPlayer$EventHandler; +Landroid/media/MediaPlayer$OnBufferingUpdateListener; Landroid/media/MediaPlayer$OnCompletionListener; +Landroid/media/MediaPlayer$OnDrmInfoHandlerDelegate; Landroid/media/MediaPlayer$OnErrorListener; +Landroid/media/MediaPlayer$OnInfoListener; +Landroid/media/MediaPlayer$OnMediaTimeDiscontinuityListener; Landroid/media/MediaPlayer$OnPreparedListener; Landroid/media/MediaPlayer$OnSeekCompleteListener; Landroid/media/MediaPlayer$OnSubtitleDataListener; +Landroid/media/MediaPlayer$OnTimedMetaDataAvailableListener; +Landroid/media/MediaPlayer$OnTimedTextListener; +Landroid/media/MediaPlayer$OnVideoSizeChangedListener; +Landroid/media/MediaPlayer$ProvisioningThread; Landroid/media/MediaPlayer$TimeProvider$EventHandler; Landroid/media/MediaPlayer$TimeProvider; Landroid/media/MediaPlayer$TrackInfo$1; @@ -25484,8 +26991,10 @@ Landroid/media/MediaRouter$Static$Client$1; Landroid/media/MediaRouter$Static$Client$2; Landroid/media/MediaRouter$Static$Client; Landroid/media/MediaRouter$Static; +Landroid/media/MediaRouter$UserRouteInfo$SessionVolumeProvider; Landroid/media/MediaRouter$UserRouteInfo; Landroid/media/MediaRouter$VolumeCallback; +Landroid/media/MediaRouter$VolumeCallbackInfo; Landroid/media/MediaRouter$VolumeChangeReceiver; Landroid/media/MediaRouter$WifiDisplayStatusChangedReceiver; Landroid/media/MediaRouter; @@ -25500,6 +27009,7 @@ Landroid/media/MediaSync; Landroid/media/MediaTimeProvider$OnMediaTimeListener; Landroid/media/MediaTimeProvider; Landroid/media/MediaTimestamp; +Landroid/media/MediaTranscodeManager; Landroid/media/MicrophoneDirection; Landroid/media/MicrophoneInfo$Coordinate3F; Landroid/media/MicrophoneInfo; @@ -25514,11 +27024,14 @@ Landroid/media/PlayerBase$PlayerIdCard; Landroid/media/PlayerBase; Landroid/media/Rating$1; Landroid/media/Rating; +Landroid/media/RemoteControlClient; Landroid/media/RemoteDisplay; Landroid/media/ResampleInputStream; Landroid/media/Ringtone$MyOnCompletionListener; Landroid/media/Ringtone; Landroid/media/RingtoneManager; +Landroid/media/RouteDiscoveryPreference; +Landroid/media/RoutingSessionInfo; Landroid/media/SoundPool$Builder; Landroid/media/SoundPool$EventHandler; Landroid/media/SoundPool$OnLoadCompleteListener; @@ -25531,6 +27044,7 @@ Landroid/media/SubtitleController; Landroid/media/SubtitleData; Landroid/media/SubtitleTrack; Landroid/media/SyncParams; +Landroid/media/ThumbnailUtils; Landroid/media/TimedMetaData; Landroid/media/TimedText; Landroid/media/ToneGenerator; @@ -25540,6 +27054,7 @@ Landroid/media/Utils; Landroid/media/VolumeAutomation; Landroid/media/VolumePolicy$1; Landroid/media/VolumePolicy; +Landroid/media/VolumeProvider; Landroid/media/VolumeShaper$Configuration$1; Landroid/media/VolumeShaper$Configuration$Builder; Landroid/media/VolumeShaper$Configuration; @@ -25548,10 +27063,18 @@ Landroid/media/VolumeShaper$Operation$Builder; Landroid/media/VolumeShaper$Operation; Landroid/media/VolumeShaper$State$1; Landroid/media/VolumeShaper$State; +Landroid/media/VolumeShaper; Landroid/media/audiofx/AudioEffect$Descriptor; +Landroid/media/audiopolicy/-$$Lambda$AudioPolicy$-ztOT0FT3tzGMUr4lm1gv6dBE4c; +Landroid/media/audiopolicy/AudioMix$Builder; Landroid/media/audiopolicy/AudioMix; Landroid/media/audiopolicy/AudioMixingRule$AudioMixMatchCriterion; +Landroid/media/audiopolicy/AudioMixingRule$Builder; Landroid/media/audiopolicy/AudioMixingRule; +Landroid/media/audiopolicy/AudioPolicy$1; +Landroid/media/audiopolicy/AudioPolicy$AudioPolicyStatusListener; +Landroid/media/audiopolicy/AudioPolicy$EventHandler; +Landroid/media/audiopolicy/AudioPolicy; Landroid/media/audiopolicy/AudioPolicyConfig$1; Landroid/media/audiopolicy/AudioPolicyConfig; Landroid/media/audiopolicy/AudioProductStrategy$1; @@ -25579,11 +27102,18 @@ Landroid/media/browse/MediaBrowser$Subscription; Landroid/media/browse/MediaBrowser$SubscriptionCallback; Landroid/media/browse/MediaBrowser; Landroid/media/browse/MediaBrowserUtils; +Landroid/media/midi/IMidiDeviceListener$Stub; +Landroid/media/midi/IMidiDeviceListener; +Landroid/media/midi/IMidiDeviceOpenCallback$Stub; +Landroid/media/midi/IMidiDeviceOpenCallback; +Landroid/media/midi/IMidiDeviceServer$Stub; +Landroid/media/midi/IMidiDeviceServer; Landroid/media/midi/IMidiManager$Stub; Landroid/media/midi/IMidiManager; Landroid/media/midi/MidiDevice; Landroid/media/midi/MidiDeviceInfo$1; Landroid/media/midi/MidiDeviceInfo; +Landroid/media/midi/MidiDeviceStatus; Landroid/media/midi/MidiManager; Landroid/media/projection/IMediaProjection$Stub$Proxy; Landroid/media/projection/IMediaProjection$Stub; @@ -25594,6 +27124,9 @@ Landroid/media/projection/IMediaProjectionManager; Landroid/media/projection/IMediaProjectionWatcherCallback$Stub$Proxy; Landroid/media/projection/IMediaProjectionWatcherCallback$Stub; Landroid/media/projection/IMediaProjectionWatcherCallback; +Landroid/media/projection/MediaProjection; +Landroid/media/projection/MediaProjectionInfo$1; +Landroid/media/projection/MediaProjectionInfo; Landroid/media/projection/MediaProjectionManager$CallbackDelegate; Landroid/media/projection/MediaProjectionManager; Landroid/media/session/-$$Lambda$MediaSessionManager$IEuWPZ528guBgmyKPMUWhBwnMCE; @@ -25643,6 +27176,7 @@ Landroid/media/session/MediaSession$QueueItem; Landroid/media/session/MediaSession$Token$1; Landroid/media/session/MediaSession$Token; Landroid/media/session/MediaSession; +Landroid/media/session/MediaSessionLegacyHelper; Landroid/media/session/MediaSessionManager$1; Landroid/media/session/MediaSessionManager$OnActiveSessionsChangedListener; Landroid/media/session/MediaSessionManager$OnMediaKeyEventDispatchedListener; @@ -25665,13 +27199,22 @@ Landroid/media/session/PlaybackState$Builder; Landroid/media/session/PlaybackState$CustomAction$1; Landroid/media/session/PlaybackState$CustomAction; Landroid/media/session/PlaybackState; +Landroid/media/soundtrigger/ISoundTriggerDetectionServiceClient$Stub; +Landroid/media/soundtrigger/ISoundTriggerDetectionServiceClient; Landroid/media/soundtrigger/SoundTriggerManager; +Landroid/media/soundtrigger_middleware/ISoundTriggerCallback$Stub; +Landroid/media/soundtrigger_middleware/ISoundTriggerCallback; +Landroid/media/soundtrigger_middleware/ISoundTriggerMiddlewareService; +Landroid/media/soundtrigger_middleware/ISoundTriggerModule; Landroid/media/tv/TvInputHardwareInfo$Builder; Landroid/media/tv/TvInputManager; Landroid/media/tv/TvStreamConfig$1; Landroid/media/tv/TvStreamConfig$Builder; Landroid/media/tv/TvStreamConfig; Landroid/metrics/LogMaker; +Landroid/metrics/MetricsReader$Event; +Landroid/metrics/MetricsReader$LogReader; +Landroid/metrics/MetricsReader; Landroid/mtp/MtpDatabase$1; Landroid/mtp/MtpDatabase$2; Landroid/mtp/MtpDatabase; @@ -25689,13 +27232,23 @@ Landroid/mtp/MtpStorageManager$MtpObject; Landroid/mtp/MtpStorageManager; Landroid/net/-$$Lambda$FpGXkd3pLxeXY58eJ_84mi1PLWQ; Landroid/net/-$$Lambda$Network$KD6DxaMRJIcajhj36TU1K7lJnHQ; +Landroid/net/-$$Lambda$NetworkFactory$HfslgqyaKc_n0wXX5_qRYVZoGfI; +Landroid/net/-$$Lambda$NetworkScoreManager$NetworkScoreCallbackProxy$PGkg1UrNyisY0wAts4zoVuYRgkw; +Landroid/net/-$$Lambda$NetworkScoreManager$NetworkScoreCallbackProxy$TEOhIiY2C9y8yDWwRR6zm_12TGY; +Landroid/net/-$$Lambda$NetworkStats$3raHHJpnJwsEAXnRXF2pK8-UDFY; Landroid/net/-$$Lambda$NetworkStats$xvFSsVoR0k5s7Fhw1yPDPVIpx8A; Landroid/net/-$$Lambda$p1_56lwnt1xBuY1muPblbN1Dtkw; +Landroid/net/CaptivePortal$1; +Landroid/net/CaptivePortal; +Landroid/net/CaptivePortalData; Landroid/net/ConnectionInfo$1; Landroid/net/ConnectionInfo; +Landroid/net/ConnectivityDiagnosticsManager; Landroid/net/ConnectivityManager$1; Landroid/net/ConnectivityManager$2; Landroid/net/ConnectivityManager$3; +Landroid/net/ConnectivityManager$4; +Landroid/net/ConnectivityManager$5; Landroid/net/ConnectivityManager$CallbackHandler; Landroid/net/ConnectivityManager$LegacyRequest; Landroid/net/ConnectivityManager$NetworkCallback; @@ -25720,11 +27273,17 @@ Landroid/net/DhcpResults$1; Landroid/net/DhcpResults; Landroid/net/EthernetManager; Landroid/net/EventLogTags; +Landroid/net/ICaptivePortal$Stub; +Landroid/net/ICaptivePortal; +Landroid/net/IConnectivityDiagnosticsCallback$Stub; +Landroid/net/IConnectivityDiagnosticsCallback; Landroid/net/IConnectivityManager$Stub$Proxy; Landroid/net/IConnectivityManager$Stub; Landroid/net/IConnectivityManager; Landroid/net/IEthernetManager$Stub; Landroid/net/IEthernetManager; +Landroid/net/IEthernetServiceListener$Stub; +Landroid/net/IEthernetServiceListener; Landroid/net/IIpConnectivityMetrics$Stub$Proxy; Landroid/net/IIpConnectivityMetrics$Stub; Landroid/net/IIpConnectivityMetrics; @@ -25754,14 +27313,20 @@ Landroid/net/INetworkScoreService; Landroid/net/INetworkStatsService$Stub$Proxy; Landroid/net/INetworkStatsService$Stub; Landroid/net/INetworkStatsService; +Landroid/net/INetworkStatsSession$Stub$Proxy; +Landroid/net/INetworkStatsSession$Stub; +Landroid/net/INetworkStatsSession; Landroid/net/ISocketKeepaliveCallback$Stub$Proxy; Landroid/net/ISocketKeepaliveCallback$Stub; Landroid/net/ISocketKeepaliveCallback; Landroid/net/ITestNetworkManager$Stub; Landroid/net/ITestNetworkManager; +Landroid/net/ITetheredInterfaceCallback$Stub; +Landroid/net/ITetheredInterfaceCallback; Landroid/net/ITetheringStatsProvider$Stub$Proxy; Landroid/net/ITetheringStatsProvider$Stub; Landroid/net/ITetheringStatsProvider; +Landroid/net/InetAddresses; Landroid/net/InterfaceConfiguration$1; Landroid/net/InterfaceConfiguration; Landroid/net/IpConfiguration$1; @@ -25771,13 +27336,19 @@ Landroid/net/IpConfiguration; Landroid/net/IpPrefix$1; Landroid/net/IpPrefix$2; Landroid/net/IpPrefix; +Landroid/net/IpSecConfig; Landroid/net/IpSecManager$SpiUnavailableException; Landroid/net/IpSecManager$UdpEncapsulationSocket; Landroid/net/IpSecManager; +Landroid/net/IpSecSpiResponse; +Landroid/net/IpSecTransformResponse; +Landroid/net/IpSecTunnelInterfaceResponse; +Landroid/net/IpSecUdpEncapResponse; Landroid/net/KeepalivePacketData; Landroid/net/LinkAddress$1; Landroid/net/LinkAddress; Landroid/net/LinkProperties$1; +Landroid/net/LinkProperties$CompareResult; Landroid/net/LinkProperties; Landroid/net/LocalServerSocket; Landroid/net/LocalSocket; @@ -25795,10 +27366,14 @@ Landroid/net/Network$1; Landroid/net/Network$NetworkBoundSocketFactory; Landroid/net/Network; Landroid/net/NetworkAgent; +Landroid/net/NetworkAgentConfig; Landroid/net/NetworkCapabilities$1; Landroid/net/NetworkCapabilities$NameOf; Landroid/net/NetworkCapabilities; Landroid/net/NetworkConfig; +Landroid/net/NetworkFactory$NetworkRequestInfo; +Landroid/net/NetworkFactory$SerialNumber; +Landroid/net/NetworkFactory; Landroid/net/NetworkIdentity; Landroid/net/NetworkInfo$1; Landroid/net/NetworkInfo$DetailedState; @@ -25810,15 +27385,30 @@ Landroid/net/NetworkPolicy$1; Landroid/net/NetworkPolicy; Landroid/net/NetworkPolicyManager$1; Landroid/net/NetworkPolicyManager$Listener; +Landroid/net/NetworkPolicyManager$SubscriptionCallback; +Landroid/net/NetworkPolicyManager$SubscriptionCallbackProxy; Landroid/net/NetworkPolicyManager; Landroid/net/NetworkProvider; +Landroid/net/NetworkQuotaInfo$1; Landroid/net/NetworkQuotaInfo; +Landroid/net/NetworkRecommendationProvider$ServiceWrapper$1; +Landroid/net/NetworkRecommendationProvider$ServiceWrapper; +Landroid/net/NetworkRecommendationProvider; Landroid/net/NetworkRequest$1; +Landroid/net/NetworkRequest$2; Landroid/net/NetworkRequest$Builder; Landroid/net/NetworkRequest$Type; Landroid/net/NetworkRequest; +Landroid/net/NetworkScore$1; +Landroid/net/NetworkScore$Builder; +Landroid/net/NetworkScore; +Landroid/net/NetworkScoreManager$NetworkScoreCallback; +Landroid/net/NetworkScoreManager$NetworkScoreCallbackProxy; Landroid/net/NetworkScoreManager; +Landroid/net/NetworkScorerAppData$1; +Landroid/net/NetworkScorerAppData; Landroid/net/NetworkSpecifier; +Landroid/net/NetworkStack; Landroid/net/NetworkState$1; Landroid/net/NetworkState; Landroid/net/NetworkStats$1; @@ -25860,6 +27450,8 @@ Landroid/net/StaticIpConfiguration; Landroid/net/StringNetworkSpecifier$1; Landroid/net/StringNetworkSpecifier; Landroid/net/TcpSocketKeepalive; +Landroid/net/TelephonyNetworkSpecifier$1; +Landroid/net/TelephonyNetworkSpecifier; Landroid/net/TestNetworkManager; Landroid/net/TrafficStats; Landroid/net/TransportInfo; @@ -25879,6 +27471,7 @@ Landroid/net/Uri$PathSegmentsBuilder; Landroid/net/Uri$StringUri; Landroid/net/Uri; Landroid/net/UriCodec; +Landroid/net/VpnManager; Landroid/net/WebAddress; Landroid/net/WifiKey$1; Landroid/net/WifiKey; @@ -25888,6 +27481,7 @@ Landroid/net/http/HttpResponseCache; Landroid/net/http/X509TrustManagerExtensions; Landroid/net/lowpan/LowpanManager; Landroid/net/metrics/ApfProgramEvent$1; +Landroid/net/metrics/ApfProgramEvent$Decoder; Landroid/net/metrics/ApfProgramEvent; Landroid/net/metrics/ApfStats$1; Landroid/net/metrics/ApfStats; @@ -25895,23 +27489,34 @@ Landroid/net/metrics/ConnectStats; Landroid/net/metrics/DefaultNetworkEvent; Landroid/net/metrics/DhcpClientEvent$1; Landroid/net/metrics/DhcpClientEvent; +Landroid/net/metrics/DhcpErrorEvent$1; +Landroid/net/metrics/DhcpErrorEvent$Decoder; +Landroid/net/metrics/DhcpErrorEvent; Landroid/net/metrics/DnsEvent; Landroid/net/metrics/IpConnectivityLog$Event; Landroid/net/metrics/IpConnectivityLog; Landroid/net/metrics/IpManagerEvent$1; +Landroid/net/metrics/IpManagerEvent$Decoder; Landroid/net/metrics/IpManagerEvent; Landroid/net/metrics/IpReachabilityEvent$1; +Landroid/net/metrics/IpReachabilityEvent$Decoder; Landroid/net/metrics/IpReachabilityEvent; Landroid/net/metrics/NetworkEvent$1; +Landroid/net/metrics/NetworkEvent$Decoder; Landroid/net/metrics/NetworkEvent; Landroid/net/metrics/NetworkMetrics$Metrics; Landroid/net/metrics/NetworkMetrics$Summary; +Landroid/net/metrics/NetworkMetrics; Landroid/net/metrics/RaEvent$1; Landroid/net/metrics/RaEvent; Landroid/net/metrics/ValidationProbeEvent$1; +Landroid/net/metrics/ValidationProbeEvent$Decoder; Landroid/net/metrics/ValidationProbeEvent; Landroid/net/metrics/WakeupEvent; Landroid/net/metrics/WakeupStats; +Landroid/net/netstats/provider/INetworkStatsProvider$Stub; +Landroid/net/netstats/provider/INetworkStatsProvider; +Landroid/net/netstats/provider/INetworkStatsProviderCallback; Landroid/net/nsd/INsdManager$Stub$Proxy; Landroid/net/nsd/INsdManager$Stub; Landroid/net/nsd/INsdManager; @@ -25930,12 +27535,33 @@ Landroid/net/sip/SipException; Landroid/net/sip/SipManager; Landroid/net/sip/SipProfile; Landroid/net/sip/SipSessionAdapter; +Landroid/net/util/-$$Lambda$MultinetworkPolicyTracker$8YMQ0fPTKk7Fw-_gJjln0JT-g8E; +Landroid/net/util/KeepaliveUtils$KeepaliveDeviceConfigurationException; +Landroid/net/util/KeepaliveUtils; +Landroid/net/util/LinkPropertiesUtils; +Landroid/net/util/MacAddressUtils; Landroid/net/util/MultinetworkPolicyTracker$1; +Landroid/net/util/MultinetworkPolicyTracker$2; Landroid/net/util/MultinetworkPolicyTracker$SettingObserver; Landroid/net/util/MultinetworkPolicyTracker; +Landroid/net/util/NetUtils; Landroid/net/wifi/WifiNetworkScoreCache$CacheListener$1; Landroid/net/wifi/WifiNetworkScoreCache$CacheListener; Landroid/net/wifi/WifiNetworkScoreCache; +Landroid/net/wifi/wificond/ChannelSettings$1; +Landroid/net/wifi/wificond/ChannelSettings; +Landroid/net/wifi/wificond/HiddenNetwork$1; +Landroid/net/wifi/wificond/HiddenNetwork; +Landroid/net/wifi/wificond/NativeScanResult$1; +Landroid/net/wifi/wificond/NativeScanResult; +Landroid/net/wifi/wificond/PnoNetwork$1; +Landroid/net/wifi/wificond/PnoNetwork; +Landroid/net/wifi/wificond/PnoSettings$1; +Landroid/net/wifi/wificond/PnoSettings; +Landroid/net/wifi/wificond/RadioChainInfo$1; +Landroid/net/wifi/wificond/RadioChainInfo; +Landroid/net/wifi/wificond/SingleScanSettings$1; +Landroid/net/wifi/wificond/SingleScanSettings; Landroid/net/wifi/wificond/WifiCondManager; Landroid/nfc/BeamShareData$1; Landroid/nfc/BeamShareData; @@ -25945,9 +27571,11 @@ Landroid/nfc/IAppCallback; Landroid/nfc/INfcAdapter$Stub$Proxy; Landroid/nfc/INfcAdapter$Stub; Landroid/nfc/INfcAdapter; +Landroid/nfc/INfcAdapterExtras; Landroid/nfc/INfcCardEmulation$Stub$Proxy; Landroid/nfc/INfcCardEmulation$Stub; Landroid/nfc/INfcCardEmulation; +Landroid/nfc/INfcDta; Landroid/nfc/INfcFCardEmulation$Stub$Proxy; Landroid/nfc/INfcFCardEmulation$Stub; Landroid/nfc/INfcFCardEmulation; @@ -25971,6 +27599,10 @@ Landroid/nfc/Tag$1; Landroid/nfc/Tag; Landroid/nfc/TechListParcel$1; Landroid/nfc/TechListParcel; +Landroid/nfc/cardemulation/AidGroup$1; +Landroid/nfc/cardemulation/AidGroup; +Landroid/nfc/cardemulation/ApduServiceInfo; +Landroid/nfc/cardemulation/CardEmulation; Landroid/opengl/EGL14; Landroid/opengl/EGL15; Landroid/opengl/EGLConfig; @@ -25997,9 +27629,13 @@ Landroid/opengl/Matrix; Landroid/opengl/Visibility; Landroid/os/-$$Lambda$Binder$IYUHVkWouPK_9CG2s8VwyWBt5_I; Landroid/os/-$$Lambda$Build$WrC6eL7oW2Zm9UDTcXXKr0DnOMw; +Landroid/os/-$$Lambda$FileUtils$0SBPRWOXcbR9EMG_p-55sUuxJ_0; +Landroid/os/-$$Lambda$FileUtils$TJeD9NeX5giO-5vlBrurGI-g4IY; Landroid/os/-$$Lambda$HidlSupport$CwwfmHPEvZaybUxpLzKdwrpQRfA; Landroid/os/-$$Lambda$HidlSupport$GHxmwrIWiKN83tl6aMQt_nV5hiw; +Landroid/os/-$$Lambda$IncidentManager$mfBTEJgu7VPkoPMTQdf1KC7oi5g; Landroid/os/-$$Lambda$IyvVQC-0mKtsfXbnO0kDL64hrk0; +Landroid/os/-$$Lambda$PowerManager$1$-RL9hKNKSaGL1mmR-EjQ-Cm9KuA; Landroid/os/-$$Lambda$PowerManager$WakeLock$VvFzmRZ4ZGlXx7u3lSAJ_T-YUjw; Landroid/os/-$$Lambda$StrictMode$1yH8AK0bTwVwZOb9x8HoiSBdzr0; Landroid/os/-$$Lambda$StrictMode$AndroidBlockGuardPolicy$9nBulCQKaMajrWr41SB7f7YRT1I; @@ -26009,6 +27645,7 @@ Landroid/os/-$$Lambda$StrictMode$lu9ekkHJ2HMz0jd3F8K8MnhenxQ; Landroid/os/-$$Lambda$StrictMode$yZJXPvy2veRNA-xL_SWdXzX_OLg; Landroid/os/-$$Lambda$ThreadLocalWorkSource$IP9vRFCDG5YwbWbXAEGHH52B9IE; Landroid/os/-$$Lambda$q1UvBdLgHRZVzc68BxdksTmbuCw; +Landroid/os/AppZygote; Landroid/os/AsyncResult; Landroid/os/AsyncTask$1; Landroid/os/AsyncTask$2; @@ -26032,6 +27669,7 @@ Landroid/os/BatteryProperty$1; Landroid/os/BatteryProperty; Landroid/os/BatterySaverPolicyConfig$1; Landroid/os/BatterySaverPolicyConfig; +Landroid/os/BatteryStats$1; Landroid/os/BatteryStats$2; Landroid/os/BatteryStats$BitDescription; Landroid/os/BatteryStats$ControllerActivityCounter; @@ -26048,6 +27686,7 @@ Landroid/os/BatteryStats$LongCounter; Landroid/os/BatteryStats$LongCounterArray; Landroid/os/BatteryStats$PackageChange; Landroid/os/BatteryStats$Timer; +Landroid/os/BatteryStats$TimerEntry; Landroid/os/BatteryStats$Uid$Pid; Landroid/os/BatteryStats$Uid$Pkg$Serv; Landroid/os/BatteryStats$Uid$Pkg; @@ -26076,6 +27715,8 @@ Landroid/os/CancellationSignal$Transport; Landroid/os/CancellationSignal; Landroid/os/ChildZygoteProcess; Landroid/os/ConditionVariable; +Landroid/os/CoolingDevice$1; +Landroid/os/CoolingDevice; Landroid/os/CpuUsageInfo$1; Landroid/os/CpuUsageInfo; Landroid/os/DeadObjectException; @@ -26090,8 +27731,10 @@ Landroid/os/DropBoxManager; Landroid/os/Environment$UserEnvironment; Landroid/os/Environment; Landroid/os/EventLogTags; +Landroid/os/ExternalVibration; Landroid/os/FactoryTest; Landroid/os/FileBridge$FileBridgeOutputStream; +Landroid/os/FileBridge; Landroid/os/FileObserver$ObserverThread; Landroid/os/FileObserver; Landroid/os/FileUtils$1; @@ -26127,15 +27770,24 @@ Landroid/os/IDeviceIdentifiersPolicyService; Landroid/os/IDeviceIdleController$Stub$Proxy; Landroid/os/IDeviceIdleController$Stub; Landroid/os/IDeviceIdleController; +Landroid/os/IDumpstate$Stub$Proxy; Landroid/os/IDumpstate$Stub; Landroid/os/IDumpstate; +Landroid/os/IDumpstateListener$Stub$Proxy; +Landroid/os/IDumpstateListener$Stub; +Landroid/os/IDumpstateListener; Landroid/os/IExternalVibratorService$Stub; Landroid/os/IExternalVibratorService; +Landroid/os/IHardwarePropertiesManager$Stub$Proxy; Landroid/os/IHardwarePropertiesManager$Stub; Landroid/os/IHardwarePropertiesManager; Landroid/os/IHwBinder$DeathRecipient; Landroid/os/IHwBinder; Landroid/os/IHwInterface; +Landroid/os/IIncidentAuthListener$Stub$Proxy; +Landroid/os/IIncidentAuthListener$Stub; +Landroid/os/IIncidentAuthListener; +Landroid/os/IIncidentCompanion$Stub$Proxy; Landroid/os/IIncidentCompanion$Stub; Landroid/os/IIncidentCompanion; Landroid/os/IIncidentManager$Stub$Proxy; @@ -26164,8 +27816,12 @@ Landroid/os/IProcessInfoService; Landroid/os/IProgressListener$Stub$Proxy; Landroid/os/IProgressListener$Stub; Landroid/os/IProgressListener; +Landroid/os/IPullAtomCallback$Stub; +Landroid/os/IPullAtomCallback; Landroid/os/IRecoverySystem$Stub; Landroid/os/IRecoverySystem; +Landroid/os/IRecoverySystemProgressListener$Stub; +Landroid/os/IRecoverySystemProgressListener; Landroid/os/IRemoteCallback$Stub$Proxy; Landroid/os/IRemoteCallback$Stub; Landroid/os/IRemoteCallback; @@ -26176,6 +27832,8 @@ Landroid/os/IServiceManager$Stub; Landroid/os/IServiceManager; Landroid/os/IStatsCompanionService$Stub; Landroid/os/IStatsCompanionService; +Landroid/os/IStatsManagerService$Stub; +Landroid/os/IStatsManagerService; Landroid/os/IStatsd$Stub; Landroid/os/IStatsd; Landroid/os/IStoraged$Stub$Proxy; @@ -26193,22 +27851,36 @@ Landroid/os/IThermalService; Landroid/os/IThermalStatusListener$Stub$Proxy; Landroid/os/IThermalStatusListener$Stub; Landroid/os/IThermalStatusListener; +Landroid/os/IUpdateEngine$Stub$Proxy; +Landroid/os/IUpdateEngine$Stub; +Landroid/os/IUpdateEngine; +Landroid/os/IUpdateEngineCallback$Stub; +Landroid/os/IUpdateEngineCallback; Landroid/os/IUpdateLock$Stub; Landroid/os/IUpdateLock; Landroid/os/IUserManager$Stub$Proxy; Landroid/os/IUserManager$Stub; Landroid/os/IUserManager; +Landroid/os/IUserRestrictionsListener$Stub$Proxy; +Landroid/os/IUserRestrictionsListener$Stub; +Landroid/os/IUserRestrictionsListener; Landroid/os/IVibratorService$Stub$Proxy; Landroid/os/IVibratorService$Stub; Landroid/os/IVibratorService; +Landroid/os/IVibratorStateListener$Stub; +Landroid/os/IVibratorStateListener; Landroid/os/IVold$Stub$Proxy; Landroid/os/IVold$Stub; Landroid/os/IVold; Landroid/os/IVoldListener$Stub; Landroid/os/IVoldListener; +Landroid/os/IVoldMountCallback$Stub; +Landroid/os/IVoldMountCallback; Landroid/os/IVoldTaskListener$Stub$Proxy; Landroid/os/IVoldTaskListener$Stub; Landroid/os/IVoldTaskListener; +Landroid/os/IncidentManager$IncidentReport$1; +Landroid/os/IncidentManager$IncidentReport; Landroid/os/IncidentManager; Landroid/os/LocaleList$1; Landroid/os/LocaleList; @@ -26225,6 +27897,7 @@ Landroid/os/Messenger$1; Landroid/os/Messenger; Landroid/os/NativeHandle; Landroid/os/NetworkOnMainThreadException; +Landroid/os/NullVibrator; Landroid/os/OperationCanceledException; Landroid/os/Parcel$1; Landroid/os/Parcel$2; @@ -26234,6 +27907,8 @@ Landroid/os/ParcelFileDescriptor$1; Landroid/os/ParcelFileDescriptor$2; Landroid/os/ParcelFileDescriptor$AutoCloseInputStream; Landroid/os/ParcelFileDescriptor$AutoCloseOutputStream; +Landroid/os/ParcelFileDescriptor$OnCloseListener; +Landroid/os/ParcelFileDescriptor$Status; Landroid/os/ParcelFileDescriptor; Landroid/os/ParcelFormatException; Landroid/os/ParcelUuid$1; @@ -26252,6 +27927,9 @@ Landroid/os/PersistableBundle$MyReadMapCallback; Landroid/os/PersistableBundle; Landroid/os/PooledStringReader; Landroid/os/PooledStringWriter; +Landroid/os/PowerManager$1; +Landroid/os/PowerManager$OnThermalStatusChangedListener; +Landroid/os/PowerManager$WakeData; Landroid/os/PowerManager$WakeLock$1; Landroid/os/PowerManager$WakeLock; Landroid/os/PowerManager; @@ -26265,6 +27943,12 @@ Landroid/os/PowerWhitelistManager; Landroid/os/Process$ProcessStartResult; Landroid/os/Process; Landroid/os/ProxyFileDescriptorCallback; +Landroid/os/RecoverySystem$1; +Landroid/os/RecoverySystem$2; +Landroid/os/RecoverySystem$3; +Landroid/os/RecoverySystem$4; +Landroid/os/RecoverySystem$5; +Landroid/os/RecoverySystem$ProgressListener; Landroid/os/RecoverySystem; Landroid/os/Registrant; Landroid/os/RegistrantList; @@ -26296,6 +27980,10 @@ Landroid/os/ShellCallback; Landroid/os/ShellCommand; Landroid/os/SimpleClock; Landroid/os/StatFs; +Landroid/os/StatsDimensionsValue$1; +Landroid/os/StatsDimensionsValue; +Landroid/os/StatsServiceManager$ServiceRegisterer; +Landroid/os/StatsServiceManager; Landroid/os/StrictMode$1; Landroid/os/StrictMode$2; Landroid/os/StrictMode$3; @@ -26325,31 +28013,45 @@ Landroid/os/SystemClock$1; Landroid/os/SystemClock$2; Landroid/os/SystemClock$3; Landroid/os/SystemClock; +Landroid/os/SystemConfigManager; +Landroid/os/SystemProperties$Handle; Landroid/os/SystemProperties; +Landroid/os/SystemService$1; Landroid/os/SystemService$State; Landroid/os/SystemService; Landroid/os/SystemUpdateManager; Landroid/os/SystemVibrator; +Landroid/os/TelephonyServiceManager$ServiceRegisterer; Landroid/os/TelephonyServiceManager; Landroid/os/Temperature$1; Landroid/os/Temperature; Landroid/os/ThreadLocalWorkSource; Landroid/os/TokenWatcher$1; +Landroid/os/TokenWatcher$Death; Landroid/os/TokenWatcher; Landroid/os/Trace; Landroid/os/TraceNameSupplier; Landroid/os/TransactionTooLargeException; Landroid/os/TransactionTracker; +Landroid/os/UEventObserver$UEvent; Landroid/os/UEventObserver$UEventThread; Landroid/os/UEventObserver; +Landroid/os/UpdateEngine$1$1; +Landroid/os/UpdateEngine$1; +Landroid/os/UpdateEngine; +Landroid/os/UpdateEngineCallback; Landroid/os/UpdateLock; Landroid/os/UserHandle$1; Landroid/os/UserHandle; +Landroid/os/UserManager$1; Landroid/os/UserManager$EnforcingUser$1; Landroid/os/UserManager$EnforcingUser; Landroid/os/UserManager$UserOperationException; Landroid/os/UserManager; +Landroid/os/VibrationAttributes$Builder; +Landroid/os/VibrationAttributes; Landroid/os/VibrationEffect$1; +Landroid/os/VibrationEffect$Composed; Landroid/os/VibrationEffect$OneShot$1; Landroid/os/VibrationEffect$OneShot; Landroid/os/VibrationEffect$Prebaked$1; @@ -26371,23 +28073,32 @@ Landroid/os/connectivity/CellularBatteryStats$1; Landroid/os/connectivity/CellularBatteryStats; Landroid/os/connectivity/GpsBatteryStats$1; Landroid/os/connectivity/GpsBatteryStats; +Landroid/os/connectivity/WifiActivityEnergyInfo$1; Landroid/os/connectivity/WifiActivityEnergyInfo; Landroid/os/connectivity/WifiBatteryStats$1; Landroid/os/connectivity/WifiBatteryStats; Landroid/os/health/HealthKeys$Constant; +Landroid/os/health/HealthKeys$Constants; Landroid/os/health/HealthKeys$SortedIntArray; Landroid/os/health/HealthStats; Landroid/os/health/HealthStatsParceler$1; Landroid/os/health/HealthStatsParceler; Landroid/os/health/HealthStatsWriter; +Landroid/os/health/PackageHealthStats; +Landroid/os/health/PidHealthStats; +Landroid/os/health/ProcessHealthStats; +Landroid/os/health/ServiceHealthStats; Landroid/os/health/SystemHealthManager; Landroid/os/health/TimerStat$1; Landroid/os/health/TimerStat; +Landroid/os/health/UidHealthStats; Landroid/os/image/DynamicSystemClient; Landroid/os/image/DynamicSystemManager; Landroid/os/image/IDynamicSystemService$Stub; Landroid/os/image/IDynamicSystemService; Landroid/os/incremental/IncrementalManager; +Landroid/os/storage/-$$Lambda$StorageManager$StorageEventListenerDelegate$GoEFKT1rhv7KuSkGeH69DO738lA; +Landroid/os/storage/-$$Lambda$StorageManager$StorageEventListenerDelegate$pyZP4UQS232-tqmtk5lSCyZx9qU; Landroid/os/storage/DiskInfo$1; Landroid/os/storage/DiskInfo; Landroid/os/storage/IObbActionListener$Stub$Proxy; @@ -26435,7 +28146,17 @@ Landroid/os/strictmode/SqliteObjectLeakedViolation; Landroid/os/strictmode/UnbufferedIoViolation; Landroid/os/strictmode/UntaggedSocketViolation; Landroid/os/strictmode/Violation; +Landroid/os/strictmode/WebViewMethodCalledOnWrongThreadViolation; +Landroid/permission/-$$Lambda$PermissionControllerManager$2gyb4miANgsuR_Cn3HPTnP6sL54; Landroid/permission/-$$Lambda$PermissionControllerManager$Iy-7wiKMCV-MFSPGyIJxP_DSf8E; +Landroid/permission/-$$Lambda$PermissionControllerManager$WcxnBH4VsthEHNc7qKClONaAHtQ; +Landroid/permission/-$$Lambda$PermissionControllerManager$eHuRmDpRAUfA3qanHHMVMV_C0lI; +Landroid/permission/-$$Lambda$PermissionControllerManager$u5bno-vHXoMY3ADbZMAlZp7v9oI; +Landroid/permission/-$$Lambda$PermissionControllerManager$vBYanTuMAWBbfOp_XdHzQXYNpXY; +Landroid/permission/-$$Lambda$PermissionControllerManager$wPNqW0yZff7KXoWmrKVyzMgY2jc; +Landroid/permission/-$$Lambda$PermissionControllerManager$yqGWw4vOTpW9pDZRlfJdxzYUsF0; +Landroid/permission/-$$Lambda$ViMr_PAGHrCLBQPYNzqdYUNU5zI; +Landroid/permission/IOnPermissionsChangeListener$Stub$Proxy; Landroid/permission/IOnPermissionsChangeListener$Stub; Landroid/permission/IOnPermissionsChangeListener; Landroid/permission/IPermissionController$Stub$Proxy; @@ -26444,6 +28165,7 @@ Landroid/permission/IPermissionController; Landroid/permission/IPermissionManager$Stub$Proxy; Landroid/permission/IPermissionManager$Stub; Landroid/permission/IPermissionManager; +Landroid/permission/PermissionControllerManager$1; Landroid/permission/PermissionControllerManager; Landroid/permission/PermissionManager$SplitPermissionInfo; Landroid/permission/PermissionManager; @@ -26460,28 +28182,55 @@ Landroid/preference/PreferenceInflater; Landroid/preference/PreferenceManager$OnPreferenceTreeClickListener; Landroid/preference/PreferenceManager; Landroid/preference/PreferenceScreen; +Landroid/print/IPrintDocumentAdapter$Stub; +Landroid/print/IPrintDocumentAdapter; +Landroid/print/IPrintJobStateChangeListener$Stub; +Landroid/print/IPrintJobStateChangeListener; +Landroid/print/IPrintManager$Stub$Proxy; Landroid/print/IPrintManager$Stub; Landroid/print/IPrintManager; +Landroid/print/IPrintServicesChangeListener$Stub; +Landroid/print/IPrintServicesChangeListener; Landroid/print/IPrintSpooler$Stub$Proxy; Landroid/print/IPrintSpooler$Stub; Landroid/print/IPrintSpooler; +Landroid/print/IPrintSpoolerCallbacks$Stub; +Landroid/print/IPrintSpoolerCallbacks; +Landroid/print/IPrintSpoolerClient$Stub; +Landroid/print/IPrintSpoolerClient; +Landroid/print/IPrinterDiscoveryObserver$Stub; +Landroid/print/IPrinterDiscoveryObserver; +Landroid/print/PrintAttributes; Landroid/print/PrintDocumentAdapter; +Landroid/print/PrintJobId; Landroid/print/PrintJobInfo$1; Landroid/print/PrintJobInfo; +Landroid/print/PrintManager$1; Landroid/print/PrintManager; +Landroid/print/PrinterId; +Landroid/printservice/IPrintServiceClient$Stub; +Landroid/printservice/IPrintServiceClient; Landroid/printservice/PrintServiceInfo$1; Landroid/printservice/PrintServiceInfo; +Landroid/printservice/recommendation/IRecommendationsChangeListener$Stub; +Landroid/printservice/recommendation/IRecommendationsChangeListener; Landroid/privacy/DifferentialPrivacyConfig; Landroid/privacy/DifferentialPrivacyEncoder; +Landroid/privacy/internal/longitudinalreporting/LongitudinalReportingConfig; Landroid/privacy/internal/longitudinalreporting/LongitudinalReportingEncoder; Landroid/privacy/internal/rappor/RapporConfig; Landroid/privacy/internal/rappor/RapporEncoder; +Landroid/provider/-$$Lambda$DeviceConfig$6U9gBH6h5Oab2DB_e83az4n_WEo; Landroid/provider/-$$Lambda$FontsContract$3FDNQd-WsglsyDhif-aHVbzkfrA; Landroid/provider/-$$Lambda$FontsContract$rqfIZKvP1frnI9vP1hVA8jQN_RE; +Landroid/provider/-$$Lambda$Settings$NameValueCache$cLX_nUBDGp9SYpFxrABk-2ceeMI; Landroid/provider/-$$Lambda$Settings$NameValueCache$qSyMM6rUAHCa-5rsP-atfAqR3sA; Landroid/provider/BaseColumns; +Landroid/provider/BlockedNumberContract$BlockedNumbers; Landroid/provider/BlockedNumberContract$SystemContract; Landroid/provider/BlockedNumberContract; +Landroid/provider/CalendarContract$Attendees; +Landroid/provider/CalendarContract$AttendeesColumns; Landroid/provider/CalendarContract$CalendarColumns; Landroid/provider/CalendarContract$CalendarSyncColumns; Landroid/provider/CalendarContract$Calendars; @@ -26489,12 +28238,16 @@ Landroid/provider/CalendarContract$Events; Landroid/provider/CalendarContract$EventsColumns; Landroid/provider/CalendarContract$Instances; Landroid/provider/CalendarContract$SyncColumns; +Landroid/provider/CalendarContract; Landroid/provider/CallLog$Calls; +Landroid/provider/CallLog; +Landroid/provider/ContactsContract$BaseSyncColumns; Landroid/provider/ContactsContract$CommonDataKinds$BaseTypes; Landroid/provider/ContactsContract$CommonDataKinds$Callable; Landroid/provider/ContactsContract$CommonDataKinds$CommonColumns; Landroid/provider/ContactsContract$CommonDataKinds$Email; Landroid/provider/ContactsContract$CommonDataKinds$Phone; +Landroid/provider/ContactsContract$CommonDataKinds$StructuredPostal; Landroid/provider/ContactsContract$ContactCounts; Landroid/provider/ContactsContract$ContactNameColumns; Landroid/provider/ContactsContract$ContactOptionsColumns; @@ -26504,15 +28257,38 @@ Landroid/provider/ContactsContract$ContactsColumns; Landroid/provider/ContactsContract$Data; Landroid/provider/ContactsContract$DataColumns; Landroid/provider/ContactsContract$DataColumnsWithJoins; +Landroid/provider/ContactsContract$DataUsageFeedback; Landroid/provider/ContactsContract$DataUsageStatColumns; +Landroid/provider/ContactsContract$DeletedContacts; +Landroid/provider/ContactsContract$DeletedContactsColumns; +Landroid/provider/ContactsContract$DisplayPhoto; +Landroid/provider/ContactsContract$Groups; +Landroid/provider/ContactsContract$GroupsColumns; +Landroid/provider/ContactsContract$MetadataSync; +Landroid/provider/ContactsContract$MetadataSyncColumns; Landroid/provider/ContactsContract$PhoneLookup; Landroid/provider/ContactsContract$PhoneLookupColumns; +Landroid/provider/ContactsContract$Profile; +Landroid/provider/ContactsContract$ProviderStatus; +Landroid/provider/ContactsContract$RawContacts; Landroid/provider/ContactsContract$RawContactsColumns; +Landroid/provider/ContactsContract$RawContactsEntity; +Landroid/provider/ContactsContract$Settings; +Landroid/provider/ContactsContract$SettingsColumns; Landroid/provider/ContactsContract$StatusColumns; +Landroid/provider/ContactsContract$SyncColumns; +Landroid/provider/ContactsContract$SyncState; Landroid/provider/ContactsContract; Landroid/provider/DeviceConfig$1; +Landroid/provider/DeviceConfig$BadConfigException; Landroid/provider/DeviceConfig$OnPropertiesChangedListener; +Landroid/provider/DeviceConfig$Properties$Builder; +Landroid/provider/DeviceConfig$Properties; Landroid/provider/DeviceConfig; +Landroid/provider/DocumentsContract$Path$1; +Landroid/provider/DocumentsContract$Path; +Landroid/provider/DocumentsContract; +Landroid/provider/DocumentsProvider; Landroid/provider/Downloads$Impl; Landroid/provider/Downloads; Landroid/provider/FontRequest; @@ -26520,8 +28296,10 @@ Landroid/provider/FontsContract$1; Landroid/provider/FontsContract$FontFamilyResult; Landroid/provider/FontsContract$FontInfo; Landroid/provider/FontsContract; +Landroid/provider/OpenableColumns; Landroid/provider/SearchIndexableData; Landroid/provider/SearchIndexableResource; +Landroid/provider/SearchIndexablesContract; Landroid/provider/SearchIndexablesProvider; Landroid/provider/SearchRecentSuggestions; Landroid/provider/Settings$Config; @@ -26534,21 +28312,49 @@ Landroid/provider/Settings$Secure; Landroid/provider/Settings$SettingNotFoundException; Landroid/provider/Settings$System; Landroid/provider/Settings; +Landroid/provider/SyncStateContract$Columns; Landroid/provider/Telephony$BaseMmsColumns; Landroid/provider/Telephony$CarrierColumns; Landroid/provider/Telephony$CarrierId$All; Landroid/provider/Telephony$CarrierId; Landroid/provider/Telephony$Carriers; +Landroid/provider/Telephony$Mms$Inbox; +Landroid/provider/Telephony$Mms$Sent; Landroid/provider/Telephony$Mms; +Landroid/provider/Telephony$MmsSms; Landroid/provider/Telephony$ServiceStateTable; Landroid/provider/Telephony$SimInfo; +Landroid/provider/Telephony$Sms$Sent; Landroid/provider/Telephony$Sms; Landroid/provider/Telephony$TextBasedSmsColumns; +Landroid/provider/Telephony$Threads; +Landroid/provider/Telephony$ThreadsColumns; Landroid/provider/UserDictionary$Words; +Landroid/provider/VoicemailContract$Status; +Landroid/provider/VoicemailContract$Voicemails; +Landroid/renderscript/Allocation; +Landroid/renderscript/BaseObj; +Landroid/renderscript/Element$1; +Landroid/renderscript/Element$DataKind; +Landroid/renderscript/Element$DataType; +Landroid/renderscript/Element; +Landroid/renderscript/RSDriverException; +Landroid/renderscript/RSIllegalArgumentException; +Landroid/renderscript/RSInvalidStateException; +Landroid/renderscript/RSRuntimeException; +Landroid/renderscript/RenderScript$ContextType; +Landroid/renderscript/RenderScript$MessageThread; +Landroid/renderscript/RenderScript$RSErrorHandler; +Landroid/renderscript/RenderScript$RSMessageHandler; +Landroid/renderscript/RenderScript; Landroid/renderscript/RenderScriptCacheDir; +Landroid/renderscript/Script; +Landroid/renderscript/ScriptIntrinsic; +Landroid/renderscript/ScriptIntrinsicBlur; Landroid/security/AttestedKeyPair; Landroid/security/Credentials; Landroid/security/FileIntegrityManager; +Landroid/security/GateKeeper; Landroid/security/IKeyChainAliasCallback$Stub; Landroid/security/IKeyChainAliasCallback; Landroid/security/IKeyChainService$Stub$Proxy; @@ -26560,6 +28366,10 @@ Landroid/security/KeyChain$KeyChainConnection; Landroid/security/KeyChain; Landroid/security/KeyChainAliasCallback; Landroid/security/KeyChainException; +Landroid/security/KeyPairGeneratorSpec; +Landroid/security/KeyStore$CertificateChainPromise; +Landroid/security/KeyStore$ExportKeyPromise; +Landroid/security/KeyStore$KeyAttestationCallbackResult; Landroid/security/KeyStore$KeyCharacteristicsCallbackResult; Landroid/security/KeyStore$KeyCharacteristicsPromise; Landroid/security/KeyStore$KeystoreResultPromise; @@ -26569,8 +28379,14 @@ Landroid/security/KeyStore; Landroid/security/KeyStoreException; Landroid/security/NetworkSecurityPolicy; Landroid/security/Scrypt; +Landroid/security/keymaster/ExportResult$1; +Landroid/security/keymaster/ExportResult; Landroid/security/keymaster/IKeyAttestationApplicationIdProvider$Stub; Landroid/security/keymaster/IKeyAttestationApplicationIdProvider; +Landroid/security/keymaster/KeyAttestationApplicationId$1; +Landroid/security/keymaster/KeyAttestationApplicationId; +Landroid/security/keymaster/KeyAttestationPackageInfo$1; +Landroid/security/keymaster/KeyAttestationPackageInfo; Landroid/security/keymaster/KeyCharacteristics$1; Landroid/security/keymaster/KeyCharacteristics; Landroid/security/keymaster/KeymasterArgument$1; @@ -26596,15 +28412,39 @@ Landroid/security/keystore/AndroidKeyStoreAuthenticatedAESCipherSpi$GCM; Landroid/security/keystore/AndroidKeyStoreAuthenticatedAESCipherSpi; Landroid/security/keystore/AndroidKeyStoreBCWorkaroundProvider; Landroid/security/keystore/AndroidKeyStoreCipherSpiBase; +Landroid/security/keystore/AndroidKeyStoreECDSASignatureSpi$SHA256; +Landroid/security/keystore/AndroidKeyStoreECDSASignatureSpi; +Landroid/security/keystore/AndroidKeyStoreECPrivateKey; +Landroid/security/keystore/AndroidKeyStoreECPublicKey; +Landroid/security/keystore/AndroidKeyStoreHmacSpi$HmacSHA256; +Landroid/security/keystore/AndroidKeyStoreHmacSpi; Landroid/security/keystore/AndroidKeyStoreKey; Landroid/security/keystore/AndroidKeyStoreKeyFactorySpi; +Landroid/security/keystore/AndroidKeyStoreKeyPairGeneratorSpi$EC; +Landroid/security/keystore/AndroidKeyStoreKeyPairGeneratorSpi$RSA; +Landroid/security/keystore/AndroidKeyStoreKeyPairGeneratorSpi; Landroid/security/keystore/AndroidKeyStoreLoadStoreParameter; Landroid/security/keystore/AndroidKeyStorePrivateKey; Landroid/security/keystore/AndroidKeyStoreProvider; +Landroid/security/keystore/AndroidKeyStorePublicKey; +Landroid/security/keystore/AndroidKeyStoreRSAPrivateKey; +Landroid/security/keystore/AndroidKeyStoreRSAPublicKey; Landroid/security/keystore/AndroidKeyStoreSecretKey; +Landroid/security/keystore/AndroidKeyStoreSecretKeyFactorySpi; +Landroid/security/keystore/AndroidKeyStoreSignatureSpiBase; +Landroid/security/keystore/AndroidKeyStoreSpi$KeyStoreX509Certificate; Landroid/security/keystore/AndroidKeyStoreSpi; +Landroid/security/keystore/AndroidKeyStoreUnauthenticatedAESCipherSpi$CBC$PKCS7Padding; +Landroid/security/keystore/AndroidKeyStoreUnauthenticatedAESCipherSpi$CBC; +Landroid/security/keystore/AndroidKeyStoreUnauthenticatedAESCipherSpi; Landroid/security/keystore/ArrayUtils; Landroid/security/keystore/AttestationUtils; +Landroid/security/keystore/DelegatingX509Certificate; +Landroid/security/keystore/DeviceIdAttestationException; +Landroid/security/keystore/IKeystoreCertificateChainCallback$Stub; +Landroid/security/keystore/IKeystoreCertificateChainCallback; +Landroid/security/keystore/IKeystoreExportKeyCallback$Stub; +Landroid/security/keystore/IKeystoreExportKeyCallback; Landroid/security/keystore/IKeystoreKeyCharacteristicsCallback$Stub; Landroid/security/keystore/IKeystoreKeyCharacteristicsCallback; Landroid/security/keystore/IKeystoreOperationResultCallback$Stub; @@ -26615,10 +28455,22 @@ Landroid/security/keystore/IKeystoreService$Stub$Proxy; Landroid/security/keystore/IKeystoreService$Stub; Landroid/security/keystore/IKeystoreService; Landroid/security/keystore/KeyAttestationException; +Landroid/security/keystore/KeyExpiredException; +Landroid/security/keystore/KeyGenParameterSpec$Builder; Landroid/security/keystore/KeyGenParameterSpec; +Landroid/security/keystore/KeyInfo; +Landroid/security/keystore/KeyNotYetValidException; Landroid/security/keystore/KeyPermanentlyInvalidatedException; +Landroid/security/keystore/KeyProperties$BlockMode; Landroid/security/keystore/KeyProperties$Digest; +Landroid/security/keystore/KeyProperties$EncryptionPadding; Landroid/security/keystore/KeyProperties$KeyAlgorithm; +Landroid/security/keystore/KeyProperties$Origin; +Landroid/security/keystore/KeyProperties$Purpose; +Landroid/security/keystore/KeyProperties$SignaturePadding; +Landroid/security/keystore/KeyProperties; +Landroid/security/keystore/KeyProtection$Builder; +Landroid/security/keystore/KeyProtection; Landroid/security/keystore/KeyStoreConnectException; Landroid/security/keystore/KeyStoreCryptoOperation; Landroid/security/keystore/KeyStoreCryptoOperationChunkedStreamer$MainDataStream; @@ -26626,24 +28478,33 @@ Landroid/security/keystore/KeyStoreCryptoOperationChunkedStreamer$Stream; Landroid/security/keystore/KeyStoreCryptoOperationChunkedStreamer; Landroid/security/keystore/KeyStoreCryptoOperationStreamer; Landroid/security/keystore/KeyStoreCryptoOperationUtils; +Landroid/security/keystore/KeymasterUtils; Landroid/security/keystore/KeystoreResponse$1; Landroid/security/keystore/KeystoreResponse; Landroid/security/keystore/ParcelableKeyGenParameterSpec$1; Landroid/security/keystore/ParcelableKeyGenParameterSpec; +Landroid/security/keystore/SecureKeyImportUnavailableException; Landroid/security/keystore/StrongBoxUnavailableException; Landroid/security/keystore/UserAuthArgs; Landroid/security/keystore/UserNotAuthenticatedException; Landroid/security/keystore/Utils; +Landroid/security/keystore/WrappedKeyEntry; +Landroid/security/keystore/recovery/InternalRecoveryServiceException; Landroid/security/keystore/recovery/KeyChainProtectionParams$1; +Landroid/security/keystore/recovery/KeyChainProtectionParams$Builder; Landroid/security/keystore/recovery/KeyChainProtectionParams; Landroid/security/keystore/recovery/KeyChainSnapshot$1; +Landroid/security/keystore/recovery/KeyChainSnapshot$Builder; Landroid/security/keystore/recovery/KeyChainSnapshot; Landroid/security/keystore/recovery/KeyDerivationParams$1; Landroid/security/keystore/recovery/KeyDerivationParams; +Landroid/security/keystore/recovery/LockScreenRequiredException; Landroid/security/keystore/recovery/RecoveryCertPath$1; Landroid/security/keystore/recovery/RecoveryCertPath; Landroid/security/keystore/recovery/RecoveryController; +Landroid/security/keystore/recovery/TrustedRootCertificates; Landroid/security/keystore/recovery/WrappedApplicationKey$1; +Landroid/security/keystore/recovery/WrappedApplicationKey$Builder; Landroid/security/keystore/recovery/WrappedApplicationKey; Landroid/security/keystore/recovery/X509CertificateParsingUtils; Landroid/security/net/config/ApplicationConfig; @@ -26684,17 +28545,33 @@ Landroid/service/appprediction/IPredictionService$Stub$Proxy; Landroid/service/appprediction/IPredictionService$Stub; Landroid/service/appprediction/IPredictionService; Landroid/service/autofill/AutofillServiceInfo; +Landroid/service/autofill/Dataset; Landroid/service/autofill/FieldClassificationUserData; +Landroid/service/autofill/FillContext$1; +Landroid/service/autofill/FillContext; +Landroid/service/autofill/FillEventHistory; +Landroid/service/autofill/FillRequest$1; +Landroid/service/autofill/FillRequest; Landroid/service/autofill/FillResponse$1; Landroid/service/autofill/FillResponse; Landroid/service/autofill/IAutoFillService$Stub$Proxy; Landroid/service/autofill/IAutoFillService$Stub; Landroid/service/autofill/IAutoFillService; +Landroid/service/autofill/IFillCallback$Stub$Proxy; +Landroid/service/autofill/IFillCallback$Stub; +Landroid/service/autofill/IFillCallback; +Landroid/service/autofill/ISaveCallback$Stub; +Landroid/service/autofill/ISaveCallback; +Landroid/service/autofill/SaveRequest; Landroid/service/autofill/UserData$1; +Landroid/service/autofill/UserData$Builder; Landroid/service/autofill/UserData; Landroid/service/autofill/augmented/IAugmentedAutofillService$Stub$Proxy; Landroid/service/autofill/augmented/IAugmentedAutofillService$Stub; Landroid/service/autofill/augmented/IAugmentedAutofillService; +Landroid/service/autofill/augmented/IFillCallback$Stub$Proxy; +Landroid/service/autofill/augmented/IFillCallback$Stub; +Landroid/service/autofill/augmented/IFillCallback; Landroid/service/carrier/CarrierIdentifier$1; Landroid/service/carrier/CarrierIdentifier; Landroid/service/carrier/CarrierMessagingServiceWrapper$CarrierMessagingCallbackWrapper; @@ -26702,12 +28579,21 @@ Landroid/service/carrier/CarrierMessagingServiceWrapper; Landroid/service/carrier/ICarrierService$Stub$Proxy; Landroid/service/carrier/ICarrierService$Stub; Landroid/service/carrier/ICarrierService; +Landroid/service/contentcapture/ActivityEvent$1; +Landroid/service/contentcapture/ActivityEvent; Landroid/service/contentcapture/ContentCaptureServiceInfo; Landroid/service/contentcapture/FlushMetrics$1; Landroid/service/contentcapture/FlushMetrics; Landroid/service/contentcapture/IContentCaptureService$Stub$Proxy; Landroid/service/contentcapture/IContentCaptureService$Stub; Landroid/service/contentcapture/IContentCaptureService; +Landroid/service/contentcapture/IContentCaptureServiceCallback$Stub$Proxy; +Landroid/service/contentcapture/IContentCaptureServiceCallback$Stub; +Landroid/service/contentcapture/IContentCaptureServiceCallback; +Landroid/service/contentcapture/IDataShareCallback$Stub; +Landroid/service/contentcapture/IDataShareCallback; +Landroid/service/contentcapture/SnapshotData$1; +Landroid/service/contentcapture/SnapshotData; Landroid/service/dataloader/DataLoaderService; Landroid/service/dreams/DreamManagerInternal; Landroid/service/dreams/IDreamManager$Stub$Proxy; @@ -26737,10 +28623,13 @@ Landroid/service/euicc/IGetEidCallback$Stub; Landroid/service/euicc/IGetEidCallback; Landroid/service/euicc/IGetEuiccInfoCallback$Stub; Landroid/service/euicc/IGetEuiccInfoCallback; +Landroid/service/euicc/IGetEuiccProfileInfoListCallback$Stub$Proxy; Landroid/service/euicc/IGetEuiccProfileInfoListCallback$Stub; Landroid/service/euicc/IGetEuiccProfileInfoListCallback; Landroid/service/euicc/IGetOtaStatusCallback$Stub; Landroid/service/euicc/IGetOtaStatusCallback; +Landroid/service/euicc/IOtaStatusChangedCallback$Stub; +Landroid/service/euicc/IOtaStatusChangedCallback; Landroid/service/euicc/IRetainSubscriptionsForFactoryResetCallback$Stub; Landroid/service/euicc/IRetainSubscriptionsForFactoryResetCallback; Landroid/service/euicc/ISwitchToSubscriptionCallback$Stub; @@ -26798,6 +28687,7 @@ Landroid/service/notification/NotificationRankingUpdate$1; Landroid/service/notification/NotificationRankingUpdate; Landroid/service/notification/NotificationStats$1; Landroid/service/notification/NotificationStats; +Landroid/service/notification/NotifyingApp$1; Landroid/service/notification/ScheduleCalendar; Landroid/service/notification/SnoozeCriterion$1; Landroid/service/notification/SnoozeCriterion; @@ -26813,6 +28703,7 @@ Landroid/service/notification/ZenModeConfig; Landroid/service/notification/ZenPolicy$1; Landroid/service/notification/ZenPolicy$Builder; Landroid/service/notification/ZenPolicy; +Landroid/service/oemlock/IOemLockService$Stub$Proxy; Landroid/service/oemlock/IOemLockService$Stub; Landroid/service/oemlock/IOemLockService; Landroid/service/oemlock/OemLockManager; @@ -26826,10 +28717,18 @@ Landroid/service/textclassifier/ITextClassifierCallback; Landroid/service/textclassifier/ITextClassifierService$Stub$Proxy; Landroid/service/textclassifier/ITextClassifierService$Stub; Landroid/service/textclassifier/ITextClassifierService; +Landroid/service/textclassifier/TextClassifierService$1; Landroid/service/textclassifier/TextClassifierService; Landroid/service/trust/ITrustAgentService$Stub$Proxy; Landroid/service/trust/ITrustAgentService$Stub; Landroid/service/trust/ITrustAgentService; +Landroid/service/trust/ITrustAgentServiceCallback$Stub$Proxy; +Landroid/service/trust/ITrustAgentServiceCallback$Stub; +Landroid/service/trust/ITrustAgentServiceCallback; +Landroid/service/trust/TrustAgentService$1; +Landroid/service/trust/TrustAgentService$ConfigurationData; +Landroid/service/trust/TrustAgentService$TrustAgentServiceWrapper; +Landroid/service/trust/TrustAgentService; Landroid/service/voice/IVoiceInteractionService$Stub$Proxy; Landroid/service/voice/IVoiceInteractionService$Stub; Landroid/service/voice/IVoiceInteractionService; @@ -26858,6 +28757,12 @@ Landroid/service/wallpaper/IWallpaperEngine; Landroid/service/wallpaper/IWallpaperService$Stub$Proxy; Landroid/service/wallpaper/IWallpaperService$Stub; Landroid/service/wallpaper/IWallpaperService; +Landroid/service/watchdog/ExplicitHealthCheckService$PackageConfig$1; +Landroid/service/watchdog/ExplicitHealthCheckService$PackageConfig; +Landroid/service/watchdog/IExplicitHealthCheckService$Stub$Proxy; +Landroid/service/watchdog/IExplicitHealthCheckService$Stub; +Landroid/service/watchdog/IExplicitHealthCheckService; +Landroid/speech/SpeechRecognizer; Landroid/speech/tts/ITextToSpeechCallback$Stub; Landroid/speech/tts/ITextToSpeechCallback; Landroid/speech/tts/ITextToSpeechService$Stub$Proxy; @@ -26865,18 +28770,36 @@ Landroid/speech/tts/ITextToSpeechService; Landroid/speech/tts/TextToSpeech$Action; Landroid/speech/tts/TextToSpeech$Connection$SetupConnectionAsyncTask; Landroid/speech/tts/TextToSpeech$Connection; +Landroid/speech/tts/TextToSpeech$EngineInfo; Landroid/speech/tts/TextToSpeech$OnInitListener; Landroid/speech/tts/TextToSpeech; +Landroid/speech/tts/TtsEngines$EngineInfoComparator; Landroid/speech/tts/TtsEngines; Landroid/stats/devicepolicy/nano/StringList; +Landroid/sysprop/-$$Lambda$TelephonyProperties$0Zy6hglFVc-K9jiJWmuHmilIMkY; +Landroid/sysprop/-$$Lambda$TelephonyProperties$2V_2ZQoGHfOIfKo_A8Ss547oL-c; +Landroid/sysprop/-$$Lambda$TelephonyProperties$BfPaTA0e9gauJmR4vGNCDkGZ3uc; +Landroid/sysprop/-$$Lambda$TelephonyProperties$EV4LSOwY7Dsh1rJalZDLmnGJw5I; Landroid/sysprop/-$$Lambda$TelephonyProperties$H4jN0VIBNpZQBeWYt6qS3DCe_M8; +Landroid/sysprop/-$$Lambda$TelephonyProperties$JNTRmlscGaFlYo_3krOr_WWd2QI; +Landroid/sysprop/-$$Lambda$TelephonyProperties$UKEfAuJVPm5cKR_UnPj1L66mN34; +Landroid/sysprop/-$$Lambda$TelephonyProperties$VtSZ_Uto4bMa49ncgAfdWewMFOU; +Landroid/sysprop/-$$Lambda$TelephonyProperties$dc-CgjsF3BtDxLSSKL5bQ9ullG0; +Landroid/sysprop/-$$Lambda$TelephonyProperties$fdR0mRnJd3OymvjDc_MI1AHnMwc; +Landroid/sysprop/-$$Lambda$TelephonyProperties$iJa3afMQmWbO1DX4jS9zkcOKZlY; +Landroid/sysprop/-$$Lambda$TelephonyProperties$kCQNtMqtfi6MMlFLqtIufNXwOS8; Landroid/sysprop/-$$Lambda$TelephonyProperties$kemQbl44ndTqXdQVvnYppJuQboQ; +Landroid/sysprop/-$$Lambda$TelephonyProperties$rKoNB08X7R8OCPq-VDCWDOm3lDM; +Landroid/sysprop/-$$Lambda$TelephonyProperties$yK9cdPdkKXdcfM9Ey52BIE31a5M; Landroid/sysprop/AdbProperties; +Landroid/sysprop/ApexProperties; +Landroid/sysprop/ContactsProperties; Landroid/sysprop/CryptoProperties$state_values; Landroid/sysprop/CryptoProperties$type_values; Landroid/sysprop/CryptoProperties; Landroid/sysprop/DisplayProperties; Landroid/sysprop/TelephonyProperties; +Landroid/sysprop/VndkProperties; Landroid/sysprop/VoldProperties; Landroid/system/ErrnoException; Landroid/system/GaiException; @@ -26902,6 +28825,9 @@ Landroid/system/StructTimeval; Landroid/system/StructUcred; Landroid/system/StructUtsname; Landroid/system/UnixSocketAddress; +Landroid/system/suspend/ISuspendControlService$Stub$Proxy; +Landroid/system/suspend/ISuspendControlService$Stub; +Landroid/system/suspend/ISuspendControlService; Landroid/system/suspend/WakeLockInfo$1; Landroid/system/suspend/WakeLockInfo; Landroid/telecom/-$$Lambda$cyYWqCYT05eM23eLVm4oQ5DrYjw; @@ -26910,13 +28836,16 @@ Landroid/telecom/AudioState$1; Landroid/telecom/AudioState; Landroid/telecom/CallAudioState$1; Landroid/telecom/CallAudioState; +Landroid/telecom/CallerInfo; Landroid/telecom/Conference$Listener; Landroid/telecom/Conference; Landroid/telecom/Conferenceable; Landroid/telecom/Connection$FailureSignalingConnection; Landroid/telecom/Connection$Listener; +Landroid/telecom/Connection$VideoProvider; Landroid/telecom/Connection; Landroid/telecom/ConnectionRequest$1; +Landroid/telecom/ConnectionRequest$Builder; Landroid/telecom/ConnectionRequest; Landroid/telecom/ConnectionService$1; Landroid/telecom/ConnectionService$2; @@ -26935,6 +28864,8 @@ Landroid/telecom/Logging/-$$Lambda$SessionManager$hhtZwTEbvO-fLNlAvB6Do9_2gW4; Landroid/telecom/Logging/EventManager$Event; Landroid/telecom/Logging/EventManager$EventListener; Landroid/telecom/Logging/EventManager$EventRecord; +Landroid/telecom/Logging/EventManager$Loggable; +Landroid/telecom/Logging/EventManager$TimedEventPair; Landroid/telecom/Logging/EventManager; Landroid/telecom/Logging/Runnable$1; Landroid/telecom/Logging/Runnable; @@ -26946,6 +28877,8 @@ Landroid/telecom/Logging/SessionManager$ISessionCleanupTimeoutMs; Landroid/telecom/Logging/SessionManager$ISessionIdQueryHandler; Landroid/telecom/Logging/SessionManager$ISessionListener; Landroid/telecom/Logging/SessionManager; +Landroid/telecom/ParcelableCall$1; +Landroid/telecom/ParcelableCall; Landroid/telecom/ParcelableConference$1; Landroid/telecom/ParcelableConference; Landroid/telecom/ParcelableConnection$1; @@ -26958,28 +28891,79 @@ Landroid/telecom/PhoneAccountHandle; Landroid/telecom/RemoteConnectionManager; Landroid/telecom/StatusHints$1; Landroid/telecom/StatusHints; +Landroid/telecom/TelecomAnalytics$1; +Landroid/telecom/TelecomAnalytics$SessionTiming$1; +Landroid/telecom/TelecomAnalytics; Landroid/telecom/TelecomManager; +Landroid/telecom/TimedEvent; Landroid/telecom/VideoProfile$1; Landroid/telecom/VideoProfile; Landroid/telephony/-$$Lambda$DataFailCause$djkZSxdG-s-w2L5rQKiGu6OudyY; Landroid/telephony/-$$Lambda$MLKtmRGKP3e0WU7x_KyS5-Vg8q4; Landroid/telephony/-$$Lambda$NetworkRegistrationInfo$1JuZmO5PoYGZY8bHhZYwvmqwOB0; Landroid/telephony/-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$1M3m0i6211i2YjWyTDT7l0bJm3I; +Landroid/telephony/-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$1uNdvGRe99lTurQeP2pTQkZS7Vs; +Landroid/telephony/-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$2XBMUIj05jt4Xm08XAsE57q5gCc; Landroid/telephony/-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$2cMrwdqnKBpixpApeIX38rmRLak; +Landroid/telephony/-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$3AYVJXME-0OB4yixqaI-xr5L60o; Landroid/telephony/-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$4NHt5Shg_DHV-T1IxfcQLHP5-j0; +Landroid/telephony/-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$5J-sdvem6pUpdVwRdm8IbDhvuv8; +Landroid/telephony/-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$5Uf5OZWCyPD0lZtySzbYw18FWhU; +Landroid/telephony/-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$5rF2IFj8mrb7uZc0HMKiuCodUn0; +Landroid/telephony/-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$5uu-05j4ojTh9mEHkN-ynQqQRGM; Landroid/telephony/-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$6czWSGzxct0CXPVO54T0aq05qls; +Landroid/telephony/-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$7gZpRKvFmk92UeW5ehgYjTU1VJo; +Landroid/telephony/-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$BEnQPWSMGANn8JYkd7Z9ykD6hTU; +Landroid/telephony/-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$BJFxSgUMHRSttswNjrMRkS82g_c; +Landroid/telephony/-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$BmipTxlu2pSFr1wevj-6L899tUY; +Landroid/telephony/-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$D3Qz69humkpMXm7JAHU36dMvoyY; +Landroid/telephony/-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$DrpO57uI0Rz8zN_EPJ4-5BrkiWs; +Landroid/telephony/-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$E9hw_LXFliykadzCB_mw8nukNGI; +Landroid/telephony/-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$F-YGB2a8GrHG6CB17lzASQZXVHI; +Landroid/telephony/-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$FBJGFGXoSvidKfm50cEzC3i9rVk; +Landroid/telephony/-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$HEcWn-J1WRb0wLERu2qoMIZDfjY; Landroid/telephony/-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$Hbn6-eZxY2p3rjOfStodI04A8E8; +Landroid/telephony/-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$IU278K5QbmReF-mbpcNVAvVlhFI; +Landroid/telephony/-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$LLJobItLwgTRjD_KrTiT4U-xUz0; +Landroid/telephony/-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$M39is_Zyt8D7Camw2NS4EGTDn-s; +Landroid/telephony/-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$MtX5gtAKHxLcUp_ibya6VO1zuoE; +Landroid/telephony/-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$NjMtWvO8dQakD688KRREWiYI4JI; +Landroid/telephony/-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$OfwFKKtcQHRmtv70FCopw6FDAAU; Landroid/telephony/-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$Q2A8FgYlU8_D6PD78tThGut_rTc; +Landroid/telephony/-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$RC2x2ijetA-pQrLa4QakzMBjh_k; +Landroid/telephony/-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$Rh4FuYaAZPAbrOYr6GGF6llSePE; Landroid/telephony/-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$TqrkuLPlaG_ucU7VbLS4tnf8hG8; +Landroid/telephony/-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$VCD7izkh9A_sRz9zMUPYy-TktLo; +Landroid/telephony/-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$W65ui1dCCc-JnQa7gon1I7Bz7Sk; Landroid/telephony/-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$WYWtWHdkZDxBd9anjoxyZozPWHc; Landroid/telephony/-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$YY3srkIkMm8vTSFJZHoiKzUUrGs; Landroid/telephony/-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$bELzxgwsPigyVKYkAXBO2BjcSm8; +Landroid/telephony/-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$hxq77a5O_MUfoptHg15ipzFvMkI; +Landroid/telephony/-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$icX71zgNszuMfnDaCmahcqWacFM; +Landroid/telephony/-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$j6NpsS_PE3VHutxIDEmwFHop7Yc; +Landroid/telephony/-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$jNtyZYh5ZAuvyDZA_6f30zhW_dI; +Landroid/telephony/-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$jTFXkqSnWC3uzh7LwzUV3m1AFOQ; +Landroid/telephony/-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$jclAV5yU3RtV94suRvvhafvGuhw; Landroid/telephony/-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$jlNX9JiqGSNg9W49vDcKucKdeCI; +Landroid/telephony/-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$l57DgyMDrONq3sajd_dBE967ClU; +Landroid/telephony/-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$lP7_Xy6P82nXGbUQ_ZUY6rZR4bI; +Landroid/telephony/-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$mezBWc8HrQF0w9M2UHZzIjv5b5A; +Landroid/telephony/-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$nR7W5ox6SCgPxtH9IRcENwKeFI4; Landroid/telephony/-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$nrGqSRBJrc3_EwotCDNwfKeizIo; +Landroid/telephony/-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$nxFDy8UzMc58xiN0nXxhJfBQdMI; Landroid/telephony/-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$oDAZqs8paeefe_3k_uRKV5plQW4; Landroid/telephony/-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$okPCYOx4UxYuvUHlM2iS425QGIg; +Landroid/telephony/-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$pLr-IfJJu1u_YG6I5LI0iHTuBi0; +Landroid/telephony/-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$r8YFiJlM_z19hwrY4PtaILOH2wA; +Landroid/telephony/-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$t2gWJ_jA36kAdNXSmlzw85aU-tM; Landroid/telephony/-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$uC5syhzl229gIpaK7Jfs__OCJxQ; +Landroid/telephony/-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$vWj6-S8LaQStcrOXYYPgkxQlFg0; +Landroid/telephony/-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$xyyTM70Sla35xFO0mn4N0yCuKGY; +Landroid/telephony/-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$y-tK7my_uXPo_oQ7AytfnekGEbU; +Landroid/telephony/-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$yGF2cJtJjwhRqDU8M4yzwgROulY; +Landroid/telephony/-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$ygzOWFRiY4sZQ4WYUPIefqgiGvM; Landroid/telephony/-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$yvQnAlFGg5EWDG2vcA9X-4xnalA; +Landroid/telephony/-$$Lambda$SubscriptionManager$D5_PmvQ13e0qLtSnBvNd4R7l2qA; Landroid/telephony/-$$Lambda$SubscriptionManager$R_uORt9bKcmEo6JnjiGP2KgjIOQ; Landroid/telephony/-$$Lambda$TelephonyFrameworkInitializer$3Kis6wL1IbLustWe9A2o4-2YpGo; Landroid/telephony/-$$Lambda$TelephonyFrameworkInitializer$MLDtRnX1dj1RKFdjgIsOvcQxhA0; @@ -26987,11 +28971,14 @@ Landroid/telephony/-$$Lambda$TelephonyFrameworkInitializer$b_92_3ZijRrdEa9yLyFA5 Landroid/telephony/-$$Lambda$TelephonyFrameworkInitializer$mpe0Kh92VEQmEtmo60oqykdvnBE; Landroid/telephony/-$$Lambda$TelephonyFrameworkInitializer$o3geRfUaRT9tnqKKZbu1EbUxw4Q; Landroid/telephony/-$$Lambda$TelephonyFrameworkInitializer$sQClc4rjc9ydh0nXpY79gr33av4; +Landroid/telephony/-$$Lambda$TelephonyManager$2$l6Pazxfi7QghMr2Z0MpduhNe6yc; +Landroid/telephony/-$$Lambda$TelephonyRegistryManager$1$cLzLZB4oGnI-HG_-4MhxcXoHys8; Landroid/telephony/AccessNetworkConstants$AccessNetworkType; Landroid/telephony/AccessNetworkConstants$TransportType; Landroid/telephony/AccessNetworkConstants; Landroid/telephony/AccessNetworkUtils; Landroid/telephony/AnomalyReporter; +Landroid/telephony/AvailableNetworkInfo; Landroid/telephony/CallAttributes$1; Landroid/telephony/CallAttributes; Landroid/telephony/CallQuality$1; @@ -26999,6 +28986,7 @@ Landroid/telephony/CallQuality; Landroid/telephony/CarrierConfigManager$Gps; Landroid/telephony/CarrierConfigManager; Landroid/telephony/CarrierRestrictionRules$1; +Landroid/telephony/CarrierRestrictionRules$Builder; Landroid/telephony/CarrierRestrictionRules; Landroid/telephony/CellConfigLte$1; Landroid/telephony/CellConfigLte; @@ -27052,12 +29040,14 @@ Landroid/telephony/DataFailCause$1; Landroid/telephony/DataFailCause; Landroid/telephony/DataSpecificRegistrationInfo$1; Landroid/telephony/DataSpecificRegistrationInfo; +Landroid/telephony/DisconnectCause; Landroid/telephony/ICellInfoCallback$Stub$Proxy; Landroid/telephony/ICellInfoCallback$Stub; Landroid/telephony/ICellInfoCallback; Landroid/telephony/INetworkService$Stub$Proxy; Landroid/telephony/INetworkService$Stub; Landroid/telephony/INetworkService; +Landroid/telephony/INetworkServiceCallback$Stub$Proxy; Landroid/telephony/INetworkServiceCallback$Stub; Landroid/telephony/INetworkServiceCallback; Landroid/telephony/IccOpenLogicalChannelResponse$1; @@ -27071,14 +29061,18 @@ Landroid/telephony/LocationAccessPolicy$LocationPermissionResult; Landroid/telephony/LocationAccessPolicy; Landroid/telephony/LteVopsSupportInfo$1; Landroid/telephony/LteVopsSupportInfo; +Landroid/telephony/MmsManager; Landroid/telephony/ModemActivityInfo$1; Landroid/telephony/ModemActivityInfo$TransmitPower; Landroid/telephony/ModemActivityInfo; +Landroid/telephony/ModemInfo$1; +Landroid/telephony/ModemInfo; Landroid/telephony/NeighboringCellInfo$1; Landroid/telephony/NeighboringCellInfo; Landroid/telephony/NetworkRegistrationInfo$1; Landroid/telephony/NetworkRegistrationInfo$Builder; Landroid/telephony/NetworkRegistrationInfo; +Landroid/telephony/NetworkScan; Landroid/telephony/NetworkScanRequest$1; Landroid/telephony/NetworkScanRequest; Landroid/telephony/NetworkService$INetworkServiceWrapper; @@ -27086,6 +29080,7 @@ Landroid/telephony/NetworkService$NetworkServiceHandler; Landroid/telephony/NetworkService$NetworkServiceProvider; Landroid/telephony/NetworkService; Landroid/telephony/NetworkServiceCallback; +Landroid/telephony/NumberVerificationCallback; Landroid/telephony/PackageChangeReceiver; Landroid/telephony/PhoneCapability$1; Landroid/telephony/PhoneCapability; @@ -27103,12 +29098,19 @@ Landroid/telephony/PreciseDataConnectionState$1; Landroid/telephony/PreciseDataConnectionState; Landroid/telephony/RadioAccessFamily$1; Landroid/telephony/RadioAccessFamily; +Landroid/telephony/RadioAccessSpecifier; Landroid/telephony/Rlog; Landroid/telephony/ServiceState$1; Landroid/telephony/ServiceState; Landroid/telephony/SignalStrength$1; Landroid/telephony/SignalStrength; +Landroid/telephony/SmsCbCmasInfo; +Landroid/telephony/SmsCbEtwsInfo; +Landroid/telephony/SmsCbLocation; +Landroid/telephony/SmsCbMessage; Landroid/telephony/SmsManager; +Landroid/telephony/SmsMessage$1; +Landroid/telephony/SmsMessage$MessageClass; Landroid/telephony/SmsMessage; Landroid/telephony/SubscriptionInfo$1; Landroid/telephony/SubscriptionInfo; @@ -27121,17 +29123,25 @@ Landroid/telephony/SubscriptionPlan; Landroid/telephony/TelephonyFrameworkInitializer; Landroid/telephony/TelephonyHistogram$1; Landroid/telephony/TelephonyHistogram; +Landroid/telephony/TelephonyManager$1; +Landroid/telephony/TelephonyManager$2; Landroid/telephony/TelephonyManager$5; Landroid/telephony/TelephonyManager$7; +Landroid/telephony/TelephonyManager$CellInfoCallback; Landroid/telephony/TelephonyManager$MultiSimVariants; +Landroid/telephony/TelephonyManager$UssdResponseCallback; Landroid/telephony/TelephonyManager; +Landroid/telephony/TelephonyRegistryManager$1; +Landroid/telephony/TelephonyRegistryManager$2; Landroid/telephony/TelephonyRegistryManager; +Landroid/telephony/TelephonyScanManager$NetworkScanCallback; Landroid/telephony/UiccAccessRule$1; Landroid/telephony/UiccAccessRule; Landroid/telephony/UiccCardInfo$1; Landroid/telephony/UiccCardInfo; Landroid/telephony/UiccSlotInfo$1; Landroid/telephony/UiccSlotInfo; +Landroid/telephony/UssdResponse; Landroid/telephony/VisualVoicemailSmsFilterSettings$1; Landroid/telephony/VisualVoicemailSmsFilterSettings$Builder; Landroid/telephony/VisualVoicemailSmsFilterSettings; @@ -27159,15 +29169,30 @@ Landroid/telephony/data/DataServiceCallback; Landroid/telephony/data/IDataService$Stub$Proxy; Landroid/telephony/data/IDataService$Stub; Landroid/telephony/data/IDataService; +Landroid/telephony/data/IDataServiceCallback$Stub$Proxy; Landroid/telephony/data/IDataServiceCallback$Stub; Landroid/telephony/data/IDataServiceCallback; +Landroid/telephony/data/IQualifiedNetworksService$Stub$Proxy; +Landroid/telephony/data/IQualifiedNetworksService$Stub; +Landroid/telephony/data/IQualifiedNetworksService; +Landroid/telephony/data/IQualifiedNetworksServiceCallback$Stub$Proxy; +Landroid/telephony/data/IQualifiedNetworksServiceCallback$Stub; +Landroid/telephony/data/IQualifiedNetworksServiceCallback; Landroid/telephony/emergency/EmergencyNumber$1; Landroid/telephony/emergency/EmergencyNumber; +Landroid/telephony/euicc/DownloadableSubscription; +Landroid/telephony/euicc/EuiccCardManager$13; +Landroid/telephony/euicc/EuiccCardManager$1; +Landroid/telephony/euicc/EuiccCardManager$ResultCallback; Landroid/telephony/euicc/EuiccCardManager; +Landroid/telephony/euicc/EuiccInfo; Landroid/telephony/euicc/EuiccManager; Landroid/telephony/gsm/GsmCellLocation; Landroid/telephony/ims/-$$Lambda$ImsMmTelManager$CapabilityCallback$CapabilityBinder$4YNlUy9HsD02E7Sbv2VeVtbao08; Landroid/telephony/ims/-$$Lambda$ProvisioningManager$Callback$CallbackBinder$R_8jXQuOM7aV7dIwYBzcWwV-YpM; +Landroid/telephony/ims/-$$Lambda$RegistrationManager$RegistrationCallback$RegistrationBinder$APeqso3VzZZ0eUf5slP1k5xoCME; +Landroid/telephony/ims/-$$Lambda$RegistrationManager$RegistrationCallback$RegistrationBinder$DX_-dWIBwwX2oqDoRnq49RndG7s; +Landroid/telephony/ims/-$$Lambda$RegistrationManager$RegistrationCallback$RegistrationBinder$uTxkp6C02qJxic1W_dkZRCQ6aRw; Landroid/telephony/ims/ImsCallForwardInfo$1; Landroid/telephony/ims/ImsCallForwardInfo; Landroid/telephony/ims/ImsCallProfile$1; @@ -27176,6 +29201,7 @@ Landroid/telephony/ims/ImsException; Landroid/telephony/ims/ImsExternalCallState$1; Landroid/telephony/ims/ImsExternalCallState; Landroid/telephony/ims/ImsManager; +Landroid/telephony/ims/ImsMmTelManager$3; Landroid/telephony/ims/ImsMmTelManager$CapabilityCallback$CapabilityBinder; Landroid/telephony/ims/ImsMmTelManager$CapabilityCallback; Landroid/telephony/ims/ImsMmTelManager$RegistrationCallback; @@ -27185,12 +29211,14 @@ Landroid/telephony/ims/ImsReasonInfo; Landroid/telephony/ims/ImsService$1; Landroid/telephony/ims/ImsService$Listener; Landroid/telephony/ims/ImsService; +Landroid/telephony/ims/ImsSsData; Landroid/telephony/ims/ImsSsInfo$1; Landroid/telephony/ims/ImsSsInfo; Landroid/telephony/ims/ImsUtListener; Landroid/telephony/ims/ProvisioningManager$Callback$CallbackBinder; Landroid/telephony/ims/ProvisioningManager$Callback; Landroid/telephony/ims/RegistrationManager$1; +Landroid/telephony/ims/RegistrationManager$RegistrationCallback$RegistrationBinder; Landroid/telephony/ims/RegistrationManager$RegistrationCallback; Landroid/telephony/ims/RegistrationManager; Landroid/telephony/ims/aidl/IImsCapabilityCallback$Stub$Proxy; @@ -27208,6 +29236,7 @@ Landroid/telephony/ims/aidl/IImsMmTelFeature; Landroid/telephony/ims/aidl/IImsMmTelListener$Stub$Proxy; Landroid/telephony/ims/aidl/IImsMmTelListener$Stub; Landroid/telephony/ims/aidl/IImsMmTelListener; +Landroid/telephony/ims/aidl/IImsRcsFeature$Stub; Landroid/telephony/ims/aidl/IImsRcsFeature; Landroid/telephony/ims/aidl/IImsRegistration$Stub; Landroid/telephony/ims/aidl/IImsRegistration; @@ -27217,11 +29246,16 @@ Landroid/telephony/ims/aidl/IImsRegistrationCallback; Landroid/telephony/ims/aidl/IImsServiceController$Stub$Proxy; Landroid/telephony/ims/aidl/IImsServiceController$Stub; Landroid/telephony/ims/aidl/IImsServiceController; +Landroid/telephony/ims/aidl/IImsServiceControllerListener$Stub$Proxy; Landroid/telephony/ims/aidl/IImsServiceControllerListener$Stub; Landroid/telephony/ims/aidl/IImsServiceControllerListener; Landroid/telephony/ims/aidl/IImsSmsListener$Stub$Proxy; Landroid/telephony/ims/aidl/IImsSmsListener$Stub; Landroid/telephony/ims/aidl/IImsSmsListener; +Landroid/telephony/ims/aidl/IRcsMessage$Stub; +Landroid/telephony/ims/aidl/IRcsMessage; +Landroid/telephony/ims/feature/-$$Lambda$ImsFeature$9bLETU1BeS-dFzQnbBBs3kwaz-8; +Landroid/telephony/ims/feature/-$$Lambda$ImsFeature$rPSMsRhoup9jfT6nt1MV2qhomrM; Landroid/telephony/ims/feature/CapabilityChangeRequest$1; Landroid/telephony/ims/feature/CapabilityChangeRequest$CapabilityPair; Landroid/telephony/ims/feature/CapabilityChangeRequest; @@ -27239,6 +29273,7 @@ Landroid/telephony/ims/stub/-$$Lambda$ImsRegistrationImplBase$cWwTXSDsk-bWPbsDJY Landroid/telephony/ims/stub/-$$Lambda$ImsRegistrationImplBase$s7PspXVbCf1Q_WSzodP2glP9TjI; Landroid/telephony/ims/stub/-$$Lambda$ImsRegistrationImplBase$sbjuTvW-brOSWMR74UInSZEIQB0; Landroid/telephony/ims/stub/-$$Lambda$ImsRegistrationImplBase$wwtkoeOtGwMjG5I0-ZTfjNpGU-s; +Landroid/telephony/ims/stub/ImsCallSessionImplBase; Landroid/telephony/ims/stub/ImsConfigImplBase$ImsConfigStub; Landroid/telephony/ims/stub/ImsConfigImplBase; Landroid/telephony/ims/stub/ImsEcbmImplBase$1; @@ -27280,16 +29315,22 @@ Landroid/text/FontConfig; Landroid/text/GetChars; Landroid/text/GraphicsOperations; Landroid/text/Html$HtmlParser; +Landroid/text/Html$ImageGetter; Landroid/text/Html$TagHandler; Landroid/text/Html; +Landroid/text/HtmlToSpannedConverter$Alignment; +Landroid/text/HtmlToSpannedConverter$Background; Landroid/text/HtmlToSpannedConverter$Big; Landroid/text/HtmlToSpannedConverter$Blockquote; Landroid/text/HtmlToSpannedConverter$Bold; Landroid/text/HtmlToSpannedConverter$Bullet; +Landroid/text/HtmlToSpannedConverter$Font; +Landroid/text/HtmlToSpannedConverter$Foreground; Landroid/text/HtmlToSpannedConverter$Heading; Landroid/text/HtmlToSpannedConverter$Href; Landroid/text/HtmlToSpannedConverter$Italic; Landroid/text/HtmlToSpannedConverter$Monospace; +Landroid/text/HtmlToSpannedConverter$Newline; Landroid/text/HtmlToSpannedConverter$Small; Landroid/text/HtmlToSpannedConverter$Strikethrough; Landroid/text/HtmlToSpannedConverter$Sub; @@ -27362,6 +29403,7 @@ Landroid/text/format/Formatter; Landroid/text/format/Time$TimeCalculator; Landroid/text/format/Time; Landroid/text/format/TimeFormatter; +Landroid/text/format/TimeMigrationUtils; Landroid/text/method/AllCapsTransformationMethod; Landroid/text/method/ArrowKeyMovementMethod; Landroid/text/method/BaseKeyListener; @@ -27386,6 +29428,7 @@ Landroid/text/method/TextKeyListener$Capitalize; Landroid/text/method/TextKeyListener$SettingsObserver; Landroid/text/method/TextKeyListener; Landroid/text/method/TimeKeyListener; +Landroid/text/method/Touch$DragState; Landroid/text/method/Touch; Landroid/text/method/TransformationMethod2; Landroid/text/method/TransformationMethod; @@ -27393,11 +29436,14 @@ Landroid/text/method/WordIterator; Landroid/text/style/AbsoluteSizeSpan; Landroid/text/style/AccessibilityClickableSpan$1; Landroid/text/style/AccessibilityClickableSpan; +Landroid/text/style/AccessibilityReplacementSpan$1; +Landroid/text/style/AccessibilityReplacementSpan; Landroid/text/style/AccessibilityURLSpan; Landroid/text/style/AlignmentSpan$Standard; Landroid/text/style/AlignmentSpan; Landroid/text/style/BackgroundColorSpan; Landroid/text/style/BulletSpan; +Landroid/text/style/CharacterStyle$Passthrough; Landroid/text/style/CharacterStyle; Landroid/text/style/ClickableSpan; Landroid/text/style/DynamicDrawableSpan; @@ -27413,6 +29459,7 @@ Landroid/text/style/LineHeightSpan$Standard; Landroid/text/style/LineHeightSpan$WithDensity; Landroid/text/style/LineHeightSpan; Landroid/text/style/LocaleSpan; +Landroid/text/style/MetricAffectingSpan$Passthrough; Landroid/text/style/MetricAffectingSpan; Landroid/text/style/ParagraphStyle; Landroid/text/style/QuoteSpan; @@ -27440,9 +29487,11 @@ Landroid/text/style/UpdateAppearance; Landroid/text/style/UpdateLayout; Landroid/text/style/WrapTogetherSpan; Landroid/text/util/-$$Lambda$Linkify$7J_-cMhIF2bcttjkxA2jDFP8sKw; +Landroid/text/util/LinkSpec; Landroid/text/util/Linkify$1; Landroid/text/util/Linkify$2; Landroid/text/util/Linkify$3; +Landroid/text/util/Linkify$4; Landroid/text/util/Linkify$MatchFilter; Landroid/text/util/Linkify$TransformFilter; Landroid/text/util/Linkify; @@ -27497,11 +29546,15 @@ Landroid/transition/TransitionManager$MultiListener$1; Landroid/transition/TransitionManager$MultiListener; Landroid/transition/TransitionManager; Landroid/transition/TransitionPropagation; +Landroid/transition/TransitionSet$1; Landroid/transition/TransitionSet$TransitionSetListener; Landroid/transition/TransitionSet; Landroid/transition/TransitionUtils; Landroid/transition/TransitionValues; Landroid/transition/TransitionValuesMaps; +Landroid/transition/Visibility$1; +Landroid/transition/Visibility$DisappearListener; +Landroid/transition/Visibility$VisibilityInfo; Landroid/transition/Visibility; Landroid/transition/VisibilityPropagation; Landroid/util/AndroidException; @@ -27512,11 +29565,13 @@ Landroid/util/ArraySet$1; Landroid/util/ArraySet; Landroid/util/AtomicFile; Landroid/util/AttributeSet; +Landroid/util/BackupUtils$BadVersionException; Landroid/util/BackupUtils; Landroid/util/Base64$Coder; Landroid/util/Base64$Decoder; Landroid/util/Base64$Encoder; Landroid/util/Base64; +Landroid/util/CloseGuard; Landroid/util/ContainerHelpers; Landroid/util/DataUnit$1; Landroid/util/DataUnit$2; @@ -27549,6 +29604,7 @@ Landroid/util/KeyValueListParser; Landroid/util/KeyValueSettingObserver$SettingObserver; Landroid/util/KeyValueSettingObserver; Landroid/util/LauncherIcons; +Landroid/util/LocalLog$ReadOnlyLocalLog; Landroid/util/LocalLog; Landroid/util/Log$1; Landroid/util/Log$ImmediateLogWriter; @@ -27560,7 +29616,9 @@ Landroid/util/LogPrinter; Landroid/util/LogWriter; Landroid/util/LongArray; Landroid/util/LongArrayQueue; +Landroid/util/LongSparseArray$StringParcelling; Landroid/util/LongSparseArray; +Landroid/util/LongSparseLongArray$Parcelling; Landroid/util/LongSparseLongArray; Landroid/util/LruCache; Landroid/util/MapCollections$ArrayIterator; @@ -27577,6 +29635,9 @@ Landroid/util/MergedConfiguration; Landroid/util/MutableBoolean; Landroid/util/MutableInt; Landroid/util/MutableLong; +Landroid/util/NtpTrustedTime$1; +Landroid/util/NtpTrustedTime$NtpConnectionInfo; +Landroid/util/NtpTrustedTime$TimeResult; Landroid/util/NtpTrustedTime; Landroid/util/PackageUtils; Landroid/util/Pair; @@ -27586,11 +29647,13 @@ Landroid/util/Patterns; Landroid/util/Pools$Pool; Landroid/util/Pools$SimplePool; Landroid/util/Pools$SynchronizedPool; +Landroid/util/PrefixPrinter; Landroid/util/PrintWriterPrinter; Landroid/util/Printer; Landroid/util/Property; Landroid/util/Range; Landroid/util/Rational; +Landroid/util/RecurrenceRule$1; Landroid/util/RecurrenceRule$NonrecurringIterator; Landroid/util/RecurrenceRule$RecurringIterator; Landroid/util/RecurrenceRule; @@ -27599,6 +29662,7 @@ Landroid/util/Size; Landroid/util/SizeF; Landroid/util/Slog; Landroid/util/SparseArray; +Landroid/util/SparseArrayMap; Landroid/util/SparseBooleanArray; Landroid/util/SparseIntArray; Landroid/util/SparseLongArray; @@ -27609,7 +29673,9 @@ Landroid/util/Spline; Landroid/util/StateSet; Landroid/util/StatsLog; Landroid/util/StatsLogInternal; +Landroid/util/StringBuilderPrinter; Landroid/util/SuperNotCalledException; +Landroid/util/TimeFormatException; Landroid/util/TimeUtils; Landroid/util/TimedRemoteCaller; Landroid/util/TimingLogger; @@ -27617,11 +29683,13 @@ Landroid/util/TimingsTraceLog; Landroid/util/TrustedTime; Landroid/util/TypedValue; Landroid/util/UtilConfig; +Landroid/util/Xml$Encoding; Landroid/util/Xml; Landroid/util/XmlPullAttributes; Landroid/util/apk/ApkSignatureSchemeV2Verifier$VerifiedSigner; Landroid/util/apk/ApkSignatureSchemeV2Verifier; Landroid/util/apk/ApkSignatureSchemeV3Verifier$PlatformNotSupportedException; +Landroid/util/apk/ApkSignatureSchemeV3Verifier$VerifiedProofOfRotation; Landroid/util/apk/ApkSignatureSchemeV3Verifier$VerifiedSigner; Landroid/util/apk/ApkSignatureSchemeV3Verifier; Landroid/util/apk/ApkSignatureVerifier; @@ -27656,24 +29724,37 @@ Landroid/util/proto/ProtoInputStream; Landroid/util/proto/ProtoOutputStream; Landroid/util/proto/ProtoParseException; Landroid/util/proto/ProtoStream; +Landroid/util/proto/ProtoUtils; Landroid/util/proto/WireTypeMismatchException; Landroid/view/-$$Lambda$1kvF4JuyM42-wmyDVPAIYdPz1jE; Landroid/view/-$$Lambda$9vBfnQOmNnsc9WU80IIatZHQGKc; +Landroid/view/-$$Lambda$CompositionSamplingListener$hrbPutjnKRv7VkkiY9eg32N6QA8; Landroid/view/-$$Lambda$FocusFinder$FocusSorter$h0f2ZYL6peSaaEeCCkAoYs_YZvU; Landroid/view/-$$Lambda$FocusFinder$FocusSorter$kW7K1t9q7Y62V38r-7g6xRzqqq8; Landroid/view/-$$Lambda$FocusFinder$P8rLvOJhymJH5ALAgUjGaM5gxKA; Landroid/view/-$$Lambda$FocusFinder$Pgx6IETuqCkrhJYdiBes48tolG4; +Landroid/view/-$$Lambda$InsetsController$6uoSHBPvxV1C0JOZKhH1AyuNXmo; Landroid/view/-$$Lambda$InsetsController$Cj7UJrCkdHvJAZ_cYKrXuTMsjz8; +Landroid/view/-$$Lambda$InsetsController$HI9QZ2HvGm6iykc-WONz2KPG61Q; +Landroid/view/-$$Lambda$InsetsController$RZT3QkL9zMFTeHtZbfcaHIzvlsc; +Landroid/view/-$$Lambda$InsetsController$zpmOxHfTFV_3me2u3C8YaXSUauQ; Landroid/view/-$$Lambda$PYGleuqIeCxjTD1pJqqx1opFv1g; Landroid/view/-$$Lambda$QI1s392qW8l6mC24bcy9050SkuY; Landroid/view/-$$Lambda$SurfaceView$SyyzxOgxKwZMRgiiTGcRYbOU5JY; +Landroid/view/-$$Lambda$SurfaceView$TWz4D2u33ZlAmRtgKzbqqDue3iM; Landroid/view/-$$Lambda$SurfaceView$w68OV7dB_zKVNsA-r0IrAUtyWas; +Landroid/view/-$$Lambda$TextureView$WAq1rgfoZeDSt6cBQga7iQDymYk; Landroid/view/-$$Lambda$ThreadedRenderer$ydBD-R1iP5u-97XYakm-jKvC1b4; +Landroid/view/-$$Lambda$View$bhR1vB5ZYp3dv-Kth4jtLSS0KEs; Landroid/view/-$$Lambda$View$llq76MkPXP4bNcb9oJt_msw0fnQ; +Landroid/view/-$$Lambda$ViewRootImpl$DJd0VUYJgsebcnSohO6h8zc_ONI; Landroid/view/-$$Lambda$ViewRootImpl$IReiNMSbDakZSGbIZuL_ifaFWn8; +Landroid/view/-$$Lambda$ViewRootImpl$YBiqAhbCbXVPSKdbE3K4rH2gpxI; Landroid/view/-$$Lambda$ViewRootImpl$dznxCZGM2R1fsBljsJKomLjBRoM; +Landroid/view/-$$Lambda$ViewRootImpl$vBfxngTfPtkwcFoa96FB0CWn5ZI; Landroid/view/-$$Lambda$WindowManagerGlobal$2bR3FsEm4EdRwuXfttH0wA2xOW4; Landroid/view/-$$Lambda$WlJa6OPA72p3gYtA3nVKC7Z1tGY; +Landroid/view/-$$Lambda$Y3lG3v_J32-xL0IjMGgNorZjESw; Landroid/view/-$$Lambda$cZhmLzK8aetUdx4VlP9w5jR7En0; Landroid/view/-$$Lambda$dj1hfDQd0iEp_uBDBPEUMMYJJwk; Landroid/view/AbsSavedState$1; @@ -27688,6 +29769,8 @@ Landroid/view/ActionProvider$SubUiVisibilityListener; Landroid/view/ActionProvider; Landroid/view/AppTransitionAnimationSpec$1; Landroid/view/AppTransitionAnimationSpec; +Landroid/view/BatchedInputEventReceiver$BatchedInputRunnable; +Landroid/view/BatchedInputEventReceiver; Landroid/view/Choreographer$1; Landroid/view/Choreographer$2; Landroid/view/Choreographer$3; @@ -27737,15 +29820,28 @@ Landroid/view/GestureDetector$SimpleOnGestureListener; Landroid/view/GestureDetector; Landroid/view/GestureExclusionTracker$GestureExclusionViewInfo; Landroid/view/GestureExclusionTracker; +Landroid/view/GhostView; Landroid/view/Gravity; Landroid/view/HandlerActionQueue$HandlerAction; Landroid/view/HandlerActionQueue; Landroid/view/IAppTransitionAnimationSpecsFuture$Stub$Proxy; Landroid/view/IAppTransitionAnimationSpecsFuture$Stub; Landroid/view/IAppTransitionAnimationSpecsFuture; +Landroid/view/IApplicationToken$Stub; +Landroid/view/IApplicationToken; Landroid/view/IDisplayFoldListener$Stub$Proxy; Landroid/view/IDisplayFoldListener$Stub; Landroid/view/IDisplayFoldListener; +Landroid/view/IDisplayWindowInsetsController$Stub; +Landroid/view/IDisplayWindowInsetsController; +Landroid/view/IDisplayWindowListener$Stub$Proxy; +Landroid/view/IDisplayWindowListener$Stub; +Landroid/view/IDisplayWindowListener; +Landroid/view/IDisplayWindowRotationCallback$Stub; +Landroid/view/IDisplayWindowRotationCallback; +Landroid/view/IDisplayWindowRotationController$Stub$Proxy; +Landroid/view/IDisplayWindowRotationController$Stub; +Landroid/view/IDisplayWindowRotationController; Landroid/view/IDockedStackListener$Stub$Proxy; Landroid/view/IDockedStackListener$Stub; Landroid/view/IDockedStackListener; @@ -27755,6 +29851,9 @@ Landroid/view/IGraphicsStats; Landroid/view/IGraphicsStatsCallback$Stub$Proxy; Landroid/view/IGraphicsStatsCallback$Stub; Landroid/view/IGraphicsStatsCallback; +Landroid/view/IInputMonitorHost$Stub$Proxy; +Landroid/view/IInputMonitorHost$Stub; +Landroid/view/IInputMonitorHost; Landroid/view/IOnKeyguardExitResult$Stub$Proxy; Landroid/view/IOnKeyguardExitResult$Stub; Landroid/view/IOnKeyguardExitResult; @@ -27764,9 +29863,15 @@ Landroid/view/IPinnedStackController; Landroid/view/IPinnedStackListener$Stub$Proxy; Landroid/view/IPinnedStackListener$Stub; Landroid/view/IPinnedStackListener; +Landroid/view/IRecentsAnimationController$Stub$Proxy; +Landroid/view/IRecentsAnimationController$Stub; +Landroid/view/IRecentsAnimationController; Landroid/view/IRecentsAnimationRunner$Stub$Proxy; Landroid/view/IRecentsAnimationRunner$Stub; Landroid/view/IRecentsAnimationRunner; +Landroid/view/IRemoteAnimationFinishedCallback$Stub$Proxy; +Landroid/view/IRemoteAnimationFinishedCallback$Stub; +Landroid/view/IRemoteAnimationFinishedCallback; Landroid/view/IRemoteAnimationRunner$Stub$Proxy; Landroid/view/IRemoteAnimationRunner$Stub; Landroid/view/IRemoteAnimationRunner; @@ -27782,6 +29887,13 @@ Landroid/view/IWallpaperVisibilityListener; Landroid/view/IWindow$Stub$Proxy; Landroid/view/IWindow$Stub; Landroid/view/IWindow; +Landroid/view/IWindowContainer$Stub$Proxy; +Landroid/view/IWindowContainer$Stub; +Landroid/view/IWindowContainer; +Landroid/view/IWindowFocusObserver$Stub; +Landroid/view/IWindowFocusObserver; +Landroid/view/IWindowId$Stub$Proxy; +Landroid/view/IWindowId$Stub; Landroid/view/IWindowId; Landroid/view/IWindowManager$Stub$Proxy; Landroid/view/IWindowManager$Stub; @@ -27792,6 +29904,8 @@ Landroid/view/IWindowSession; Landroid/view/IWindowSessionCallback$Stub$Proxy; Landroid/view/IWindowSessionCallback$Stub; Landroid/view/IWindowSessionCallback; +Landroid/view/ImeFocusController$InputMethodManagerDelegate; +Landroid/view/ImeFocusController; Landroid/view/ImeInsetsSourceConsumer; Landroid/view/InflateException; Landroid/view/InputApplicationHandle; @@ -27806,12 +29920,15 @@ Landroid/view/InputEventCompatProcessor; Landroid/view/InputEventConsistencyVerifier; Landroid/view/InputEventReceiver; Landroid/view/InputEventSender; +Landroid/view/InputMonitor$1; +Landroid/view/InputMonitor; Landroid/view/InputQueue$Callback; Landroid/view/InputQueue$FinishedInputEventCallback; Landroid/view/InputQueue; Landroid/view/InputWindowHandle; Landroid/view/InsetsAnimationControlCallbacks; Landroid/view/InsetsController; +Landroid/view/InsetsFlags; Landroid/view/InsetsSource$1; Landroid/view/InsetsSource; Landroid/view/InsetsSourceConsumer; @@ -27848,6 +29965,7 @@ Landroid/view/MotionEvent; Landroid/view/NativeVectorDrawableAnimator; Landroid/view/OrientationEventListener$SensorEventListenerImpl; Landroid/view/OrientationEventListener; +Landroid/view/OrientationListener; Landroid/view/PointerIcon$1; Landroid/view/PointerIcon$2; Landroid/view/PointerIcon; @@ -27858,6 +29976,8 @@ Landroid/view/RemoteAnimationDefinition$1; Landroid/view/RemoteAnimationDefinition$RemoteAnimationAdapterEntry$1; Landroid/view/RemoteAnimationDefinition$RemoteAnimationAdapterEntry; Landroid/view/RemoteAnimationDefinition; +Landroid/view/RemoteAnimationTarget$1; +Landroid/view/RemoteAnimationTarget; Landroid/view/RenderNodeAnimator$1; Landroid/view/RenderNodeAnimator$DelayedAnimationHelper; Landroid/view/RenderNodeAnimator; @@ -27872,17 +29992,22 @@ Landroid/view/SoundEffectConstants; Landroid/view/SubMenu; Landroid/view/Surface$1; Landroid/view/Surface$CompatibleCanvas; +Landroid/view/Surface$HwuiContext; Landroid/view/Surface$OutOfResourcesException; Landroid/view/Surface; Landroid/view/SurfaceControl$1; Landroid/view/SurfaceControl$Builder; Landroid/view/SurfaceControl$CieXyz; Landroid/view/SurfaceControl$DesiredDisplayConfigSpecs; +Landroid/view/SurfaceControl$DisplayConfig; +Landroid/view/SurfaceControl$DisplayInfo; Landroid/view/SurfaceControl$DisplayPrimaries; +Landroid/view/SurfaceControl$PhysicalDisplayInfo; Landroid/view/SurfaceControl$ScreenshotGraphicBuffer; Landroid/view/SurfaceControl$Transaction$1; Landroid/view/SurfaceControl$Transaction; Landroid/view/SurfaceControl; +Landroid/view/SurfaceControlViewHost$SurfacePackage; Landroid/view/SurfaceHolder$Callback2; Landroid/view/SurfaceHolder$Callback; Landroid/view/SurfaceHolder; @@ -27936,10 +30061,12 @@ Landroid/view/View$OnHoverListener; Landroid/view/View$OnKeyListener; Landroid/view/View$OnLayoutChangeListener; Landroid/view/View$OnLongClickListener; +Landroid/view/View$OnScrollChangeListener; Landroid/view/View$OnSystemUiVisibilityChangeListener; Landroid/view/View$OnTouchListener; Landroid/view/View$PerformClick; Landroid/view/View$ScrollabilityCache; +Landroid/view/View$SendAccessibilityEventThrottle; Landroid/view/View$SendViewScrolledAccessibilityEvent; Landroid/view/View$TintInfo; Landroid/view/View$TooltipInfo; @@ -27949,13 +30076,17 @@ Landroid/view/View$VisibilityChangeForAutofillHandler; Landroid/view/View; Landroid/view/ViewAnimationHostBridge; Landroid/view/ViewConfiguration; +Landroid/view/ViewDebug$ExportedProperty; +Landroid/view/ViewDebug$FlagToString; Landroid/view/ViewDebug$HierarchyHandler; +Landroid/view/ViewDebug$IntToString; Landroid/view/ViewDebug; Landroid/view/ViewGroup$1; Landroid/view/ViewGroup$2; Landroid/view/ViewGroup$4; Landroid/view/ViewGroup$ChildListForAccessibility; Landroid/view/ViewGroup$ChildListForAutoFillOrContentCapture; +Landroid/view/ViewGroup$HoverTarget; Landroid/view/ViewGroup$LayoutParams; Landroid/view/ViewGroup$MarginLayoutParams; Landroid/view/ViewGroup$OnHierarchyChangeListener; @@ -27990,6 +30121,7 @@ Landroid/view/ViewRootImpl$ConfigChangedCallback; Landroid/view/ViewRootImpl$ConsumeBatchedInputImmediatelyRunnable; Landroid/view/ViewRootImpl$ConsumeBatchedInputRunnable; Landroid/view/ViewRootImpl$EarlyPostImeInputStage; +Landroid/view/ViewRootImpl$GfxInfo; Landroid/view/ViewRootImpl$HighContrastTextManager; Landroid/view/ViewRootImpl$ImeInputStage; Landroid/view/ViewRootImpl$InputStage; @@ -28017,6 +30149,7 @@ Landroid/view/ViewRootImpl$ViewRootHandler; Landroid/view/ViewRootImpl$W; Landroid/view/ViewRootImpl$WindowInputEventReceiver; Landroid/view/ViewRootImpl; +Landroid/view/ViewStructure$HtmlInfo$Builder; Landroid/view/ViewStructure$HtmlInfo; Landroid/view/ViewStructure; Landroid/view/ViewStub$OnInflateListener; @@ -28038,6 +30171,7 @@ Landroid/view/ViewTreeObserver$OnWindowFocusChangeListener; Landroid/view/ViewTreeObserver$OnWindowShownListener; Landroid/view/ViewTreeObserver; Landroid/view/Window$Callback; +Landroid/view/Window$OnContentApplyWindowInsetsListener; Landroid/view/Window$OnFrameMetricsAvailableListener; Landroid/view/Window$OnWindowDismissedCallback; Landroid/view/Window$OnWindowSwipeDismissedCallback; @@ -28046,10 +30180,14 @@ Landroid/view/Window; Landroid/view/WindowAnimationFrameStats$1; Landroid/view/WindowAnimationFrameStats; Landroid/view/WindowCallbacks; +Landroid/view/WindowContainerTransaction$1; +Landroid/view/WindowContainerTransaction; Landroid/view/WindowContentFrameStats$1; Landroid/view/WindowContentFrameStats; Landroid/view/WindowId$1; +Landroid/view/WindowId; Landroid/view/WindowInsets$Builder; +Landroid/view/WindowInsets$Side; Landroid/view/WindowInsets$Type; Landroid/view/WindowInsets; Landroid/view/WindowInsetsController; @@ -28065,12 +30203,14 @@ Landroid/view/WindowManagerGlobal; Landroid/view/WindowManagerImpl; Landroid/view/WindowManagerPolicyConstants$PointerEventListener; Landroid/view/WindowManagerPolicyConstants; +Landroid/view/WindowMetrics; Landroid/view/accessibility/-$$Lambda$AccessibilityManager$1$o7fCplskH9NlBwJvkl6NoZ0L_BA; Landroid/view/accessibility/-$$Lambda$AccessibilityManager$yzw5NYY7_MfAQ9gLy3mVllchaXo; Landroid/view/accessibility/AccessibilityEvent$1; Landroid/view/accessibility/AccessibilityEvent; Landroid/view/accessibility/AccessibilityEventSource; Landroid/view/accessibility/AccessibilityManager$1; +Landroid/view/accessibility/AccessibilityManager$AccessibilityPolicy; Landroid/view/accessibility/AccessibilityManager$AccessibilityServicesStateChangeListener; Landroid/view/accessibility/AccessibilityManager$AccessibilityStateChangeListener; Landroid/view/accessibility/AccessibilityManager$HighTextContrastChangeListener; @@ -28081,6 +30221,10 @@ Landroid/view/accessibility/AccessibilityNodeIdManager; Landroid/view/accessibility/AccessibilityNodeInfo$1; Landroid/view/accessibility/AccessibilityNodeInfo$AccessibilityAction$1; Landroid/view/accessibility/AccessibilityNodeInfo$AccessibilityAction; +Landroid/view/accessibility/AccessibilityNodeInfo$CollectionInfo; +Landroid/view/accessibility/AccessibilityNodeInfo$CollectionItemInfo; +Landroid/view/accessibility/AccessibilityNodeInfo$RangeInfo; +Landroid/view/accessibility/AccessibilityNodeInfo$TouchDelegateInfo; Landroid/view/accessibility/AccessibilityNodeInfo; Landroid/view/accessibility/AccessibilityNodeProvider; Landroid/view/accessibility/AccessibilityRecord; @@ -28101,6 +30245,8 @@ Landroid/view/accessibility/IAccessibilityManager; Landroid/view/accessibility/IAccessibilityManagerClient$Stub$Proxy; Landroid/view/accessibility/IAccessibilityManagerClient$Stub; Landroid/view/accessibility/IAccessibilityManagerClient; +Landroid/view/accessibility/IWindowMagnificationConnection$Stub; +Landroid/view/accessibility/IWindowMagnificationConnection; Landroid/view/accessibility/WeakSparseArray$WeakReferenceWithId; Landroid/view/accessibility/WeakSparseArray; Landroid/view/animation/AccelerateDecelerateInterpolator; @@ -28134,36 +30280,57 @@ Landroid/view/animation/RotateAnimation; Landroid/view/animation/ScaleAnimation; Landroid/view/animation/Transformation; Landroid/view/animation/TranslateAnimation; +Landroid/view/autofill/-$$Lambda$AutofillManager$AutofillManagerClient$qH36EJk2Hkdja9ZZmTxqYPyr0YA; +Landroid/view/autofill/-$$Lambda$AutofillManager$AutofillManagerClient$vxNm6RuuD-r5pkiSxNSBBd1w_Qc; Landroid/view/autofill/-$$Lambda$AutofillManager$V76JiQu509LCUz3-ckpb-nB3JhA; Landroid/view/autofill/-$$Lambda$AutofillManager$YfpJNFodEuj5lbXfPlc77fsEvC8; Landroid/view/autofill/AutofillId$1; Landroid/view/autofill/AutofillId; +Landroid/view/autofill/AutofillManager$AugmentedAutofillManagerClient; Landroid/view/autofill/AutofillManager$AutofillCallback; Landroid/view/autofill/AutofillManager$AutofillClient; Landroid/view/autofill/AutofillManager$AutofillManagerClient; +Landroid/view/autofill/AutofillManager$TrackedViews; Landroid/view/autofill/AutofillManager; Landroid/view/autofill/AutofillManagerInternal; +Landroid/view/autofill/AutofillPopupWindow; Landroid/view/autofill/AutofillValue$1; Landroid/view/autofill/AutofillValue; Landroid/view/autofill/Helper; +Landroid/view/autofill/IAugmentedAutofillManagerClient$Stub; +Landroid/view/autofill/IAugmentedAutofillManagerClient; Landroid/view/autofill/IAutoFillManager$Stub$Proxy; Landroid/view/autofill/IAutoFillManager$Stub; Landroid/view/autofill/IAutoFillManager; Landroid/view/autofill/IAutoFillManagerClient$Stub$Proxy; Landroid/view/autofill/IAutoFillManagerClient$Stub; Landroid/view/autofill/IAutoFillManagerClient; +Landroid/view/autofill/IAutofillWindowPresenter$Stub; Landroid/view/autofill/IAutofillWindowPresenter; +Landroid/view/autofill/ParcelableMap$1; +Landroid/view/autofill/ParcelableMap; Landroid/view/contentcapture/ContentCaptureCondition$1; Landroid/view/contentcapture/ContentCaptureCondition; Landroid/view/contentcapture/ContentCaptureContext$1; +Landroid/view/contentcapture/ContentCaptureContext$Builder; Landroid/view/contentcapture/ContentCaptureContext; +Landroid/view/contentcapture/ContentCaptureEvent$1; +Landroid/view/contentcapture/ContentCaptureEvent; Landroid/view/contentcapture/ContentCaptureHelper; Landroid/view/contentcapture/ContentCaptureManager$ContentCaptureClient; Landroid/view/contentcapture/ContentCaptureManager; +Landroid/view/contentcapture/ContentCaptureSession; +Landroid/view/contentcapture/ContentCaptureSessionId; Landroid/view/contentcapture/DataRemovalRequest$1; Landroid/view/contentcapture/DataRemovalRequest; +Landroid/view/contentcapture/DataShareRequest; +Landroid/view/contentcapture/IContentCaptureManager$Stub$Proxy; Landroid/view/contentcapture/IContentCaptureManager$Stub; Landroid/view/contentcapture/IContentCaptureManager; +Landroid/view/contentcapture/IDataShareWriteAdapter$Stub; +Landroid/view/contentcapture/IDataShareWriteAdapter; +Landroid/view/contentcapture/MainContentCaptureSession$1; +Landroid/view/contentcapture/MainContentCaptureSession; Landroid/view/inputmethod/-$$Lambda$InputMethodManager$dfnCauFoZCf-HfXs1QavrkwWDf0; Landroid/view/inputmethod/-$$Lambda$InputMethodManager$iDWn3IGSUFqIcs8Py42UhfrshxI; Landroid/view/inputmethod/BaseInputConnection; @@ -28176,11 +30343,13 @@ Landroid/view/inputmethod/CursorAnchorInfo$1; Landroid/view/inputmethod/CursorAnchorInfo$Builder; Landroid/view/inputmethod/CursorAnchorInfo; Landroid/view/inputmethod/EditorInfo$1; +Landroid/view/inputmethod/EditorInfo$InitialSurroundingText; Landroid/view/inputmethod/EditorInfo; Landroid/view/inputmethod/ExtractedText$1; Landroid/view/inputmethod/ExtractedText; Landroid/view/inputmethod/ExtractedTextRequest$1; Landroid/view/inputmethod/ExtractedTextRequest; +Landroid/view/inputmethod/InlineSuggestionsRequest; Landroid/view/inputmethod/InputBinding$1; Landroid/view/inputmethod/InputBinding; Landroid/view/inputmethod/InputConnection; @@ -28194,9 +30363,11 @@ Landroid/view/inputmethod/InputMethodInfo$1; Landroid/view/inputmethod/InputMethodInfo; Landroid/view/inputmethod/InputMethodManager$1; Landroid/view/inputmethod/InputMethodManager$ControlledInputConnectionWrapper; +Landroid/view/inputmethod/InputMethodManager$DelegateImpl; Landroid/view/inputmethod/InputMethodManager$FinishedInputEventCallback; Landroid/view/inputmethod/InputMethodManager$H; Landroid/view/inputmethod/InputMethodManager$ImeInputEventSender; +Landroid/view/inputmethod/InputMethodManager$ImeThreadFactory; Landroid/view/inputmethod/InputMethodManager$PendingEvent; Landroid/view/inputmethod/InputMethodManager; Landroid/view/inputmethod/InputMethodSession$EventCallback; @@ -28207,19 +30378,24 @@ Landroid/view/inputmethod/InputMethodSubtype; Landroid/view/inputmethod/InputMethodSubtypeArray; Landroid/view/textclassifier/-$$Lambda$0biFK4yZBmWN1EO2wtnXskzuEcE; Landroid/view/textclassifier/-$$Lambda$9N8WImc0VBjy2oxI_Gk5_Pbye_A; +Landroid/view/textclassifier/-$$Lambda$ActionsModelParamsSupplier$GCXILXtg_S2la6x__ANOhbYxetw; +Landroid/view/textclassifier/-$$Lambda$ActionsModelParamsSupplier$zElxNeuL3A8paTXvw8GWdpp4rFo; Landroid/view/textclassifier/-$$Lambda$ActionsSuggestionsHelper$6oTtcn9bDE-u-8FbiyGdntqoQG0; Landroid/view/textclassifier/-$$Lambda$ActionsSuggestionsHelper$YTQv8oPvlmJL4tITUFD4z4JWKRk; Landroid/view/textclassifier/-$$Lambda$ActionsSuggestionsHelper$sY0w9od2zcl4YFel0lG4VB3vf7I; Landroid/view/textclassifier/-$$Lambda$EntityConfidence$YPh8hwgSYYK8OyQ1kFlQngc71Q0; +Landroid/view/textclassifier/-$$Lambda$GenerateLinksLogger$vmbT_h7MLlbrIm0lJJwA-eHQhXk; Landroid/view/textclassifier/-$$Lambda$L_UQMPjXwBN0ch4zL2dD82nf9RI; Landroid/view/textclassifier/-$$Lambda$NxwbyZSxofZ4Z5SQhfXmtLQ1nxk; Landroid/view/textclassifier/-$$Lambda$OGSS2qx6njxlnp0dnKb4lA3jnw8; +Landroid/view/textclassifier/-$$Lambda$TextClassificationManager$JIaezIJbMig_-kVzN6oArzkTsJE; Landroid/view/textclassifier/-$$Lambda$TextClassifierImpl$RRbXefHgcUymI9-P95ArUyMvfbw; Landroid/view/textclassifier/-$$Lambda$TextClassifierImpl$ftq-sQqJYwUdrdbbr9jz3p4AWos; Landroid/view/textclassifier/-$$Lambda$TextClassifierImpl$iSt_Guet-O6Vtdk0MA4z-Z4lzaM; Landroid/view/textclassifier/-$$Lambda$XeE_KI7QgMKzF9vYRSoFWAolyuA; Landroid/view/textclassifier/-$$Lambda$jJq8RXuVdjYF3lPq-77PEw1NJLM; Landroid/view/textclassifier/ActionsModelParamsSupplier$ActionsModelParams; +Landroid/view/textclassifier/ActionsModelParamsSupplier$SettingsObserver; Landroid/view/textclassifier/ActionsModelParamsSupplier; Landroid/view/textclassifier/ActionsSuggestionsHelper$PersonEncoder; Landroid/view/textclassifier/ActionsSuggestionsHelper; @@ -28228,13 +30404,16 @@ Landroid/view/textclassifier/ConversationAction$Builder; Landroid/view/textclassifier/ConversationAction; Landroid/view/textclassifier/ConversationActions$1; Landroid/view/textclassifier/ConversationActions$Message$1; +Landroid/view/textclassifier/ConversationActions$Message$Builder; Landroid/view/textclassifier/ConversationActions$Message; Landroid/view/textclassifier/ConversationActions$Request$1; +Landroid/view/textclassifier/ConversationActions$Request$Builder; Landroid/view/textclassifier/ConversationActions$Request; Landroid/view/textclassifier/ConversationActions; Landroid/view/textclassifier/EntityConfidence$1; Landroid/view/textclassifier/EntityConfidence; Landroid/view/textclassifier/ExtrasUtils; +Landroid/view/textclassifier/GenerateLinksLogger$LinkifyStats; Landroid/view/textclassifier/GenerateLinksLogger; Landroid/view/textclassifier/Log; Landroid/view/textclassifier/ModelFileManager$ModelFile; @@ -28258,6 +30437,7 @@ Landroid/view/textclassifier/TextClassificationContext$Builder; Landroid/view/textclassifier/TextClassificationContext; Landroid/view/textclassifier/TextClassificationManager$SettingsObserver; Landroid/view/textclassifier/TextClassificationManager; +Landroid/view/textclassifier/TextClassificationSession; Landroid/view/textclassifier/TextClassificationSessionFactory; Landroid/view/textclassifier/TextClassificationSessionId$1; Landroid/view/textclassifier/TextClassificationSessionId; @@ -28268,6 +30448,7 @@ Landroid/view/textclassifier/TextClassifier$EntityConfig; Landroid/view/textclassifier/TextClassifier$Utils; Landroid/view/textclassifier/TextClassifier; Landroid/view/textclassifier/TextClassifierEvent$1; +Landroid/view/textclassifier/TextClassifierEvent$Builder; Landroid/view/textclassifier/TextClassifierEvent$ConversationActionsEvent$1; Landroid/view/textclassifier/TextClassifierEvent$ConversationActionsEvent; Landroid/view/textclassifier/TextClassifierEvent$LanguageDetectionEvent$1; @@ -28285,8 +30466,12 @@ Landroid/view/textclassifier/TextLanguage$Request$1; Landroid/view/textclassifier/TextLanguage$Request$Builder; Landroid/view/textclassifier/TextLanguage$Request; Landroid/view/textclassifier/TextLanguage; +Landroid/view/textclassifier/TextLinks$Builder; Landroid/view/textclassifier/TextLinks$Request$1; Landroid/view/textclassifier/TextLinks$Request; +Landroid/view/textclassifier/TextLinks$TextLink; +Landroid/view/textclassifier/TextLinks$TextLinkSpan; +Landroid/view/textclassifier/TextLinks; Landroid/view/textclassifier/TextSelection$1; Landroid/view/textclassifier/TextSelection$Request$1; Landroid/view/textclassifier/TextSelection$Request; @@ -28306,10 +30491,13 @@ Landroid/view/textservice/SpellCheckerInfo; Landroid/view/textservice/SpellCheckerSession$1; Landroid/view/textservice/SpellCheckerSession$InternalListener; Landroid/view/textservice/SpellCheckerSession$SpellCheckerSessionListener; +Landroid/view/textservice/SpellCheckerSession$SpellCheckerSessionListenerImpl$1; +Landroid/view/textservice/SpellCheckerSession$SpellCheckerSessionListenerImpl$SpellCheckerParams; Landroid/view/textservice/SpellCheckerSession$SpellCheckerSessionListenerImpl; Landroid/view/textservice/SpellCheckerSession; Landroid/view/textservice/SpellCheckerSubtype$1; Landroid/view/textservice/SpellCheckerSubtype; +Landroid/view/textservice/TextInfo; Landroid/view/textservice/TextServicesManager; Landroid/webkit/ConsoleMessage$MessageLevel; Landroid/webkit/ConsoleMessage; @@ -28321,6 +30509,7 @@ Landroid/webkit/IWebViewUpdateService$Stub$Proxy; Landroid/webkit/IWebViewUpdateService$Stub; Landroid/webkit/IWebViewUpdateService; Landroid/webkit/JavascriptInterface; +Landroid/webkit/MimeTypeMap; Landroid/webkit/ServiceWorkerClient; Landroid/webkit/ServiceWorkerController; Landroid/webkit/ServiceWorkerWebSettings; @@ -28335,7 +30524,9 @@ Landroid/webkit/WebChromeClient; Landroid/webkit/WebIconDatabase; Landroid/webkit/WebMessage; Landroid/webkit/WebMessagePort; +Landroid/webkit/WebResourceError; Landroid/webkit/WebResourceRequest; +Landroid/webkit/WebSettings$PluginState; Landroid/webkit/WebSettings; Landroid/webkit/WebStorage; Landroid/webkit/WebSyncManager; @@ -28379,12 +30570,16 @@ Landroid/widget/AbsListView$1; Landroid/widget/AbsListView$2; Landroid/widget/AbsListView$3; Landroid/widget/AbsListView$4; +Landroid/widget/AbsListView$AbsPositionScroller; Landroid/widget/AbsListView$AdapterDataSetObserver; +Landroid/widget/AbsListView$CheckForLongPress; Landroid/widget/AbsListView$CheckForTap; Landroid/widget/AbsListView$FlingRunnable$1; Landroid/widget/AbsListView$FlingRunnable; Landroid/widget/AbsListView$LayoutParams; Landroid/widget/AbsListView$ListItemAccessibilityDelegate; +Landroid/widget/AbsListView$MultiChoiceModeListener; +Landroid/widget/AbsListView$MultiChoiceModeWrapper; Landroid/widget/AbsListView$OnScrollListener; Landroid/widget/AbsListView$PerformClick; Landroid/widget/AbsListView$RecycleBin; @@ -28398,12 +30593,15 @@ Landroid/widget/AbsSeekBar; Landroid/widget/AbsSpinner$RecycleBin; Landroid/widget/AbsSpinner$SavedState$1; Landroid/widget/AbsSpinner; +Landroid/widget/AbsoluteLayout$LayoutParams; Landroid/widget/AbsoluteLayout; Landroid/widget/ActionMenuPresenter$1; Landroid/widget/ActionMenuPresenter$2; +Landroid/widget/ActionMenuPresenter$ActionButtonSubmenu; Landroid/widget/ActionMenuPresenter$ActionMenuPopupCallback; Landroid/widget/ActionMenuPresenter$OverflowMenuButton$1; Landroid/widget/ActionMenuPresenter$OverflowMenuButton; +Landroid/widget/ActionMenuPresenter$OverflowPopup; Landroid/widget/ActionMenuPresenter$PopupPresenterCallback; Landroid/widget/ActionMenuPresenter; Landroid/widget/ActionMenuView$ActionMenuChildView; @@ -28416,11 +30614,13 @@ Landroid/widget/Adapter; Landroid/widget/AdapterView$AdapterDataSetObserver; Landroid/widget/AdapterView$OnItemClickListener; Landroid/widget/AdapterView$OnItemSelectedListener; +Landroid/widget/AdapterView$SelectionNotifier; Landroid/widget/AdapterView; Landroid/widget/ArrayAdapter; Landroid/widget/AutoCompleteTextView$DropDownItemClickListener; Landroid/widget/AutoCompleteTextView$MyWatcher; Landroid/widget/AutoCompleteTextView$PassThroughClickListener; +Landroid/widget/AutoCompleteTextView$Validator; Landroid/widget/AutoCompleteTextView; Landroid/widget/BaseAdapter; Landroid/widget/Button; @@ -28428,8 +30628,10 @@ Landroid/widget/CheckBox; Landroid/widget/Checkable; Landroid/widget/CheckedTextView; Landroid/widget/Chronometer$1; +Landroid/widget/Chronometer$OnChronometerTickListener; Landroid/widget/Chronometer; Landroid/widget/CompoundButton$OnCheckedChangeListener; +Landroid/widget/CompoundButton$SavedState; Landroid/widget/CompoundButton; Landroid/widget/EdgeEffect; Landroid/widget/EditText; @@ -28438,36 +30640,45 @@ Landroid/widget/Editor$2; Landroid/widget/Editor$3; Landroid/widget/Editor$5; Landroid/widget/Editor$Blink; +Landroid/widget/Editor$CorrectionHighlighter; Landroid/widget/Editor$CursorAnchorInfoNotifier; Landroid/widget/Editor$CursorController; Landroid/widget/Editor$EasyEditDeleteListener; Landroid/widget/Editor$EasyEditPopupWindow; Landroid/widget/Editor$EditOperation$1; Landroid/widget/Editor$EditOperation; +Landroid/widget/Editor$ErrorPopup; +Landroid/widget/Editor$HandleView; Landroid/widget/Editor$InputContentType; Landroid/widget/Editor$InputMethodState; +Landroid/widget/Editor$InsertionHandleView; Landroid/widget/Editor$InsertionPointCursorController; Landroid/widget/Editor$MagnifierMotionAnimator; Landroid/widget/Editor$PinnedPopupWindow; Landroid/widget/Editor$PositionListener; Landroid/widget/Editor$ProcessTextIntentActionsHandler; +Landroid/widget/Editor$SelectionHandleView; Landroid/widget/Editor$SelectionModifierCursorController; Landroid/widget/Editor$SpanController$1; Landroid/widget/Editor$SpanController$2; Landroid/widget/Editor$SpanController; Landroid/widget/Editor$SuggestionHelper$SuggestionSpanComparator; Landroid/widget/Editor$SuggestionHelper; +Landroid/widget/Editor$SuggestionsPopupWindow; Landroid/widget/Editor$TextRenderNode; Landroid/widget/Editor$TextViewPositionListener; Landroid/widget/Editor$UndoInputFilter; Landroid/widget/Editor; +Landroid/widget/EditorTouchState; Landroid/widget/FastScroller$1; Landroid/widget/FastScroller$2; Landroid/widget/FastScroller$3; Landroid/widget/FastScroller$4; Landroid/widget/FastScroller$5; Landroid/widget/FastScroller$6; +Landroid/widget/FastScroller; Landroid/widget/Filter$FilterListener; +Landroid/widget/Filter$ResultsHandler; Landroid/widget/Filter; Landroid/widget/Filterable; Landroid/widget/ForwardingListener; @@ -28558,6 +30769,7 @@ Landroid/widget/RemoteViews$LayoutParamAction; Landroid/widget/RemoteViews$MethodArgs; Landroid/widget/RemoteViews$MethodKey; Landroid/widget/RemoteViews$OnClickHandler; +Landroid/widget/RemoteViews$OnViewAppliedListener; Landroid/widget/RemoteViews$OverrideTextColorsAction; Landroid/widget/RemoteViews$ReflectionAction; Landroid/widget/RemoteViews$RemoteResponse; @@ -28577,11 +30789,16 @@ Landroid/widget/RemoteViews$SetRippleDrawableColor; Landroid/widget/RemoteViews$TextViewDrawableAction; Landroid/widget/RemoteViews$TextViewSizeAction; Landroid/widget/RemoteViews$ViewContentNavigation; +Landroid/widget/RemoteViews$ViewGroupActionAdd$1; Landroid/widget/RemoteViews$ViewGroupActionAdd; +Landroid/widget/RemoteViews$ViewGroupActionRemove$1; Landroid/widget/RemoteViews$ViewGroupActionRemove; Landroid/widget/RemoteViews$ViewPaddingAction; +Landroid/widget/RemoteViews$ViewTree; Landroid/widget/RemoteViews; Landroid/widget/RemoteViewsAdapter$RemoteAdapterConnectionCallback; +Landroid/widget/RemoteViewsAdapter; +Landroid/widget/RemoteViewsService; Landroid/widget/RtlSpacingHelper; Landroid/widget/ScrollBarDrawable; Landroid/widget/ScrollView$SavedState$1; @@ -28623,6 +30840,9 @@ Landroid/widget/TextView$BufferType; Landroid/widget/TextView$ChangeWatcher; Landroid/widget/TextView$CharWrapper; Landroid/widget/TextView$Drawables; +Landroid/widget/TextView$Marquee$1; +Landroid/widget/TextView$Marquee$2; +Landroid/widget/TextView$Marquee$3; Landroid/widget/TextView$Marquee; Landroid/widget/TextView$OnEditorActionListener; Landroid/widget/TextView$SavedState$1; @@ -28630,6 +30850,8 @@ Landroid/widget/TextView$SavedState; Landroid/widget/TextView$TextAppearanceAttributes; Landroid/widget/TextView; Landroid/widget/ThemedSpinnerAdapter; +Landroid/widget/Toast$Callback; +Landroid/widget/Toast$CallbackBinder; Landroid/widget/Toast$TN$1; Landroid/widget/Toast$TN; Landroid/widget/Toast; @@ -28661,6 +30883,7 @@ Lcom/android/i18n/phonenumbers/MetadataSource; Lcom/android/i18n/phonenumbers/MultiFileMetadataSourceImpl; Lcom/android/i18n/phonenumbers/NumberParseException$ErrorType; Lcom/android/i18n/phonenumbers/NumberParseException; +Lcom/android/i18n/phonenumbers/PhoneNumberMatch; Lcom/android/i18n/phonenumbers/PhoneNumberUtil$1; Lcom/android/i18n/phonenumbers/PhoneNumberUtil$2; Lcom/android/i18n/phonenumbers/PhoneNumberUtil$Leniency$1; @@ -28696,6 +30919,7 @@ Lcom/android/icu/util/Icu4cMetadata; Lcom/android/icu/util/LocaleNative; Lcom/android/icu/util/regex/MatcherNative; Lcom/android/icu/util/regex/PatternNative; +Lcom/android/ims/-$$Lambda$ImsManager$CwzXIbVJZNvgdV2t7LH2gUKL7AA; Lcom/android/ims/-$$Lambda$ImsManager$D1JuJ3ba2jMHWDKlSpm03meBR1c; Lcom/android/ims/-$$Lambda$ImsManager$LiW49wt0wLMYHjgtAwL8NLIATfs; Lcom/android/ims/-$$Lambda$ImsManager$YhRaDrc3t9_7beNiU5gQcqZilOw; @@ -28703,6 +30927,7 @@ Lcom/android/ims/-$$Lambda$szO0o3matefQqo-6NB-dzsr9eCw; Lcom/android/ims/FeatureConnection$IFeatureUpdate; Lcom/android/ims/FeatureConnection; Lcom/android/ims/FeatureConnector$Listener; +Lcom/android/ims/FeatureConnector; Lcom/android/ims/IFeatureConnector; Lcom/android/ims/ImsCall$Listener; Lcom/android/ims/ImsCall; @@ -28718,6 +30943,7 @@ Lcom/android/ims/ImsExternalCallStateListener; Lcom/android/ims/ImsManager$2; Lcom/android/ims/ImsManager$3; Lcom/android/ims/ImsManager$ExecutorFactory; +Lcom/android/ims/ImsManager$ImsExecutorFactory; Lcom/android/ims/ImsManager; Lcom/android/ims/ImsMultiEndpoint$ImsExternalCallStateListenerProxy; Lcom/android/ims/ImsMultiEndpoint; @@ -28728,13 +30954,16 @@ Lcom/android/ims/MmTelFeatureConnection$CapabilityCallbackManager; Lcom/android/ims/MmTelFeatureConnection$ImsRegistrationCallbackAdapter; Lcom/android/ims/MmTelFeatureConnection$ProvisioningCallbackManager; Lcom/android/ims/MmTelFeatureConnection; +Lcom/android/ims/Registrant; Lcom/android/ims/internal/ICall; +Lcom/android/ims/internal/IImsCallSession; Lcom/android/ims/internal/IImsEcbm$Stub; Lcom/android/ims/internal/IImsEcbm; Lcom/android/ims/internal/IImsEcbmListener$Stub; Lcom/android/ims/internal/IImsEcbmListener; Lcom/android/ims/internal/IImsExternalCallStateListener$Stub; Lcom/android/ims/internal/IImsExternalCallStateListener; +Lcom/android/ims/internal/IImsFeatureStatusCallback$Stub$Proxy; Lcom/android/ims/internal/IImsFeatureStatusCallback$Stub; Lcom/android/ims/internal/IImsFeatureStatusCallback; Lcom/android/ims/internal/IImsMultiEndpoint$Stub; @@ -28749,14 +30978,25 @@ Lcom/android/ims/internal/IImsUtListener; Lcom/android/ims/internal/ImsVideoCallProviderWrapper$ImsVideoProviderWrapperCallback; Lcom/android/ims/internal/uce/UceServiceBase$UceServiceBinder; Lcom/android/ims/internal/uce/UceServiceBase; +Lcom/android/ims/internal/uce/common/CapInfo$1; +Lcom/android/ims/internal/uce/common/CapInfo; +Lcom/android/ims/internal/uce/common/StatusCode$1; Lcom/android/ims/internal/uce/common/UceLong$1; Lcom/android/ims/internal/uce/common/UceLong; Lcom/android/ims/internal/uce/options/IOptionsListener$Stub$Proxy; Lcom/android/ims/internal/uce/options/IOptionsListener$Stub; Lcom/android/ims/internal/uce/options/IOptionsListener; +Lcom/android/ims/internal/uce/options/IOptionsService; Lcom/android/ims/internal/uce/presence/IPresenceListener$Stub$Proxy; Lcom/android/ims/internal/uce/presence/IPresenceListener$Stub; Lcom/android/ims/internal/uce/presence/IPresenceListener; +Lcom/android/ims/internal/uce/presence/IPresenceService$Stub; +Lcom/android/ims/internal/uce/presence/IPresenceService; +Lcom/android/ims/internal/uce/presence/PresCapInfo$1; +Lcom/android/ims/internal/uce/presence/PresCmdId$1; +Lcom/android/ims/internal/uce/presence/PresCmdStatus$1; +Lcom/android/ims/internal/uce/presence/PresPublishTriggerType$1; +Lcom/android/ims/internal/uce/presence/PresSipResponse$1; Lcom/android/ims/internal/uce/uceservice/IUceListener$Stub$Proxy; Lcom/android/ims/internal/uce/uceservice/IUceListener$Stub; Lcom/android/ims/internal/uce/uceservice/IUceListener; @@ -28767,8 +31007,10 @@ Lcom/android/internal/accessibility/AccessibilityShortcutController$1; Lcom/android/internal/accessibility/AccessibilityShortcutController$FrameworkObjectProvider; Lcom/android/internal/accessibility/AccessibilityShortcutController$ToggleableFrameworkFeatureInfo; Lcom/android/internal/accessibility/AccessibilityShortcutController; +Lcom/android/internal/alsa/AlsaCardsParser$AlsaCardRecord; Lcom/android/internal/alsa/AlsaCardsParser; Lcom/android/internal/alsa/LineTokenizer; +Lcom/android/internal/app/AlertActivity; Lcom/android/internal/app/AlertController$1; Lcom/android/internal/app/AlertController$AlertParams; Lcom/android/internal/app/AlertController$ButtonHandler; @@ -28778,6 +31020,9 @@ Lcom/android/internal/app/AssistUtils; Lcom/android/internal/app/IAppOpsActiveCallback$Stub$Proxy; Lcom/android/internal/app/IAppOpsActiveCallback$Stub; Lcom/android/internal/app/IAppOpsActiveCallback; +Lcom/android/internal/app/IAppOpsAsyncNotedCallback$Stub$Proxy; +Lcom/android/internal/app/IAppOpsAsyncNotedCallback$Stub; +Lcom/android/internal/app/IAppOpsAsyncNotedCallback; Lcom/android/internal/app/IAppOpsCallback$Stub$Proxy; Lcom/android/internal/app/IAppOpsCallback$Stub; Lcom/android/internal/app/IAppOpsCallback; @@ -28807,14 +31052,21 @@ Lcom/android/internal/app/IVoiceInteractionSessionShowCallback; Lcom/android/internal/app/IVoiceInteractor$Stub$Proxy; Lcom/android/internal/app/IVoiceInteractor$Stub; Lcom/android/internal/app/IVoiceInteractor; +Lcom/android/internal/app/IntentForwarderActivity; Lcom/android/internal/app/MicroAlertController; +Lcom/android/internal/app/NetInitiatedActivity; Lcom/android/internal/app/ProcessMap; Lcom/android/internal/app/ResolverActivity$ActionTitle; Lcom/android/internal/app/ResolverActivity; Lcom/android/internal/app/ResolverListAdapter$ResolverListCommunicator; Lcom/android/internal/app/ToolbarActionBar; +Lcom/android/internal/app/WindowDecorActionBar$1; +Lcom/android/internal/app/WindowDecorActionBar$2; +Lcom/android/internal/app/WindowDecorActionBar$3; Lcom/android/internal/app/WindowDecorActionBar; Lcom/android/internal/app/procstats/-$$Lambda$AssociationState$kgfxYpOOyQWCFPwGaRqRz0N4-zg; +Lcom/android/internal/app/procstats/-$$Lambda$ProcessStats$6CxEiT4FvK_P75G9LzEfE1zL88Q; +Lcom/android/internal/app/procstats/AssociationState$SourceDumpContainer; Lcom/android/internal/app/procstats/AssociationState$SourceKey; Lcom/android/internal/app/procstats/AssociationState$SourceState; Lcom/android/internal/app/procstats/AssociationState; @@ -28827,7 +31079,9 @@ Lcom/android/internal/app/procstats/ProcessState$1; Lcom/android/internal/app/procstats/ProcessState$PssAggr; Lcom/android/internal/app/procstats/ProcessState; Lcom/android/internal/app/procstats/ProcessStats$1; +Lcom/android/internal/app/procstats/ProcessStats$AssociationDumpContainer; Lcom/android/internal/app/procstats/ProcessStats$PackageState; +Lcom/android/internal/app/procstats/ProcessStats$ProcessDataCollection; Lcom/android/internal/app/procstats/ProcessStats$ProcessStateHolder; Lcom/android/internal/app/procstats/ProcessStats$TotalMemoryUseCollection; Lcom/android/internal/app/procstats/ProcessStats; @@ -28845,7 +31099,22 @@ Lcom/android/internal/appwidget/IAppWidgetService; Lcom/android/internal/backup/IBackupTransport$Stub$Proxy; Lcom/android/internal/backup/IBackupTransport$Stub; Lcom/android/internal/backup/IBackupTransport; +Lcom/android/internal/colorextraction/ColorExtractor$GradientColors; +Lcom/android/internal/colorextraction/types/ExtractionType; +Lcom/android/internal/colorextraction/types/Tonal$ConfigParser; +Lcom/android/internal/colorextraction/types/Tonal$TonalPalette; +Lcom/android/internal/colorextraction/types/Tonal; +Lcom/android/internal/compat/ChangeReporter$ChangeReport; Lcom/android/internal/compat/ChangeReporter; +Lcom/android/internal/compat/CompatibilityChangeConfig; +Lcom/android/internal/compat/CompatibilityChangeInfo$1; +Lcom/android/internal/compat/CompatibilityChangeInfo; +Lcom/android/internal/compat/IOverrideValidator; +Lcom/android/internal/compat/IPlatformCompat$Stub$Proxy; +Lcom/android/internal/compat/IPlatformCompat$Stub; +Lcom/android/internal/compat/IPlatformCompat; +Lcom/android/internal/compat/IPlatformCompatNative$Stub; +Lcom/android/internal/compat/IPlatformCompatNative; Lcom/android/internal/content/NativeLibraryHelper$Handle; Lcom/android/internal/content/NativeLibraryHelper; Lcom/android/internal/content/PackageHelper$1; @@ -28855,6 +31124,8 @@ Lcom/android/internal/content/PackageMonitor; Lcom/android/internal/content/ReferrerIntent$1; Lcom/android/internal/content/ReferrerIntent; Lcom/android/internal/database/SortCursor; +Lcom/android/internal/graphics/-$$Lambda$ColorUtils$zbDH-52c8D9XBeqmvTHi3Boxl14; +Lcom/android/internal/graphics/ColorUtils$ContrastCalculator; Lcom/android/internal/graphics/ColorUtils; Lcom/android/internal/graphics/SfVsyncFrameCallbackProvider; Lcom/android/internal/graphics/drawable/AnimationScaleListDrawable$AnimationScaleListState; @@ -28866,8 +31137,16 @@ Lcom/android/internal/infra/-$$Lambda$AbstractRemoteService$MDW40b8CzodE5xRowI9w Lcom/android/internal/infra/-$$Lambda$AbstractRemoteService$PendingRequest$IBoaBGXZQEXJr69u3aJF-LCJ42Y; Lcom/android/internal/infra/-$$Lambda$AbstractRemoteService$YSUzqqi1Pbrg2dlwMGMtKWbGXck; Lcom/android/internal/infra/-$$Lambda$AbstractRemoteService$ocrHd68Md9x6FfAzVQ6w8MAjFqY; +Lcom/android/internal/infra/-$$Lambda$AndroidFuture$dkSvpmqaFOFKPCZgb7C7XLP_QpE; Lcom/android/internal/infra/-$$Lambda$EbzSql2RHkXox5Myj8A-7kLC4_A; +Lcom/android/internal/infra/-$$Lambda$ServiceConnector$Impl$3vLWxkP1Z6JyExzdZboFFp1zM20; +Lcom/android/internal/infra/-$$Lambda$T7zIZMFnvwrmtbuTMXLaZHHp-9s; +Lcom/android/internal/infra/-$$Lambda$XuWfs8-IsKaNygi8YjlVGjedkIw; +Lcom/android/internal/infra/-$$Lambda$aeiZbEpH6rq4kD9vJrlAnboJGDM; +Lcom/android/internal/infra/-$$Lambda$qN_gooelzsUiBhYWznXKzb-8_wA; +Lcom/android/internal/infra/-$$Lambda$rAXGjry3wPGKviARzTYfDiY7xrs; Lcom/android/internal/infra/AbstractMultiplePendingRequestsRemoteService; +Lcom/android/internal/infra/AbstractRemoteService$AsyncRequest; Lcom/android/internal/infra/AbstractRemoteService$BasePendingRequest; Lcom/android/internal/infra/AbstractRemoteService$MyAsyncPendingRequest; Lcom/android/internal/infra/AbstractRemoteService$PendingRequest; @@ -28875,8 +31154,22 @@ Lcom/android/internal/infra/AbstractRemoteService$RemoteServiceConnection; Lcom/android/internal/infra/AbstractRemoteService$VultureCallback; Lcom/android/internal/infra/AbstractRemoteService; Lcom/android/internal/infra/AbstractSinglePendingRequestRemoteService; +Lcom/android/internal/infra/AndroidFuture$1; +Lcom/android/internal/infra/AndroidFuture$2; +Lcom/android/internal/infra/AndroidFuture; +Lcom/android/internal/infra/GlobalWhitelistState; +Lcom/android/internal/infra/IAndroidFuture$Stub; +Lcom/android/internal/infra/IAndroidFuture; +Lcom/android/internal/infra/RemoteStream$1; +Lcom/android/internal/infra/RemoteStream; +Lcom/android/internal/infra/ServiceConnector$Impl$CompletionAwareJob; +Lcom/android/internal/infra/ServiceConnector$Impl; Lcom/android/internal/infra/ServiceConnector$Job; +Lcom/android/internal/infra/ServiceConnector$VoidJob; +Lcom/android/internal/infra/ServiceConnector; +Lcom/android/internal/infra/ThrottledRunnable; Lcom/android/internal/infra/WhitelistHelper; +Lcom/android/internal/inputmethod/IInputContentUriToken; Lcom/android/internal/inputmethod/IInputMethodPrivilegedOperations$Stub$Proxy; Lcom/android/internal/inputmethod/IInputMethodPrivilegedOperations$Stub; Lcom/android/internal/inputmethod/IInputMethodPrivilegedOperations; @@ -28887,6 +31180,7 @@ Lcom/android/internal/inputmethod/InputMethodPrivilegedOperationsRegistry; Lcom/android/internal/inputmethod/SubtypeLocaleUtils; Lcom/android/internal/location/GpsNetInitiatedHandler$1; Lcom/android/internal/location/GpsNetInitiatedHandler$2; +Lcom/android/internal/location/GpsNetInitiatedHandler$GpsNiNotification; Lcom/android/internal/location/GpsNetInitiatedHandler; Lcom/android/internal/location/ILocationProvider$Stub$Proxy; Lcom/android/internal/location/ILocationProvider$Stub; @@ -28907,10 +31201,13 @@ Lcom/android/internal/logging/AndroidConfig; Lcom/android/internal/logging/AndroidHandler$1; Lcom/android/internal/logging/AndroidHandler; Lcom/android/internal/logging/EventLogTags; +Lcom/android/internal/logging/InstanceId; Lcom/android/internal/logging/MetricsLogger; Lcom/android/internal/net/INetworkWatchlistManager$Stub$Proxy; Lcom/android/internal/net/INetworkWatchlistManager$Stub; Lcom/android/internal/net/INetworkWatchlistManager; +Lcom/android/internal/net/LegacyVpnInfo$1; +Lcom/android/internal/net/LegacyVpnInfo; Lcom/android/internal/net/VpnConfig$1; Lcom/android/internal/net/VpnConfig; Lcom/android/internal/net/VpnInfo$1; @@ -28923,13 +31220,20 @@ Lcom/android/internal/os/-$$Lambda$BatteryStatsImpl$7bfIWpn8X2h-hSzLD6dcuK4Ljuw; Lcom/android/internal/os/-$$Lambda$BatteryStatsImpl$B-TmZhQb712ePnuJTxvMe7P-YwQ; Lcom/android/internal/os/-$$Lambda$BatteryStatsImpl$Xvt9xdVPtevMWGIjcbxXf0_mr_c; Lcom/android/internal/os/-$$Lambda$BatteryStatsImpl$_l2oiaRDRhjCXI_PwXPsAhrgegI; +Lcom/android/internal/os/-$$Lambda$BinderCallsStats$-YP-7pwoNn8TN0iTmo5Q1r2lQz0; +Lcom/android/internal/os/-$$Lambda$BinderCallsStats$233x_Qux4c_AiqShYaWwvFplEXs; +Lcom/android/internal/os/-$$Lambda$BinderCallsStats$Vota0PqfoPWckjXH35wE48myGdk; +Lcom/android/internal/os/-$$Lambda$BinderCallsStats$iPOmTqbqUiHzgsAugINuZgf9tls; Lcom/android/internal/os/-$$Lambda$BinderCallsStats$sqXweH5BoxhmZvI188ctqYiACRk; +Lcom/android/internal/os/-$$Lambda$BinderCallsStats$xI0E0RpviGYsokEB7ojNx8LEbUc; Lcom/android/internal/os/-$$Lambda$RuntimeInit$ep4ioD9YINkHI5Q1wZ0N_7VFAOg; Lcom/android/internal/os/-$$Lambda$ZygoteConnection$KxVsZ-s4KsanePOHCU5JcuypPik; Lcom/android/internal/os/-$$Lambda$ZygoteConnection$xjqM7qW7vAjTqh2tR5XRF5Vn5mk; Lcom/android/internal/os/-$$Lambda$sHtqZgGVjxOf9IJdAdZO6gwD_Do; Lcom/android/internal/os/AndroidPrintStream; +Lcom/android/internal/os/AppFuseMount$1; Lcom/android/internal/os/AppFuseMount; +Lcom/android/internal/os/AppIdToPackageMap; Lcom/android/internal/os/AtomicDirectory; Lcom/android/internal/os/BackgroundThread; Lcom/android/internal/os/BatterySipper$DrainType; @@ -28986,6 +31290,7 @@ Lcom/android/internal/os/BinderCallsStats$OverflowBinder; Lcom/android/internal/os/BinderCallsStats$UidEntry; Lcom/android/internal/os/BinderCallsStats; Lcom/android/internal/os/BinderDeathDispatcher$RecipientsInfo; +Lcom/android/internal/os/BinderDeathDispatcher; Lcom/android/internal/os/BinderInternal$BinderProxyLimitListener; Lcom/android/internal/os/BinderInternal$BinderProxyLimitListenerDelegate; Lcom/android/internal/os/BinderInternal$CallSession; @@ -28994,6 +31299,7 @@ Lcom/android/internal/os/BinderInternal$Observer; Lcom/android/internal/os/BinderInternal$WorkSourceProvider; Lcom/android/internal/os/BinderInternal; Lcom/android/internal/os/BluetoothPowerCalculator; +Lcom/android/internal/os/ByteTransferPipe; Lcom/android/internal/os/CachedDeviceState$Readonly; Lcom/android/internal/os/CachedDeviceState$TimeInStateStopwatch; Lcom/android/internal/os/CachedDeviceState; @@ -29024,6 +31330,8 @@ Lcom/android/internal/os/KernelCpuThreadReader$Injector; Lcom/android/internal/os/KernelCpuThreadReader$ProcessCpuUsage; Lcom/android/internal/os/KernelCpuThreadReader$ThreadCpuUsage; Lcom/android/internal/os/KernelCpuThreadReader; +Lcom/android/internal/os/KernelCpuThreadReaderDiff$ThreadKey; +Lcom/android/internal/os/KernelCpuThreadReaderDiff; Lcom/android/internal/os/KernelCpuThreadReaderSettingsObserver$UidPredicate; Lcom/android/internal/os/KernelCpuThreadReaderSettingsObserver; Lcom/android/internal/os/KernelCpuUidTimeReader$Callback; @@ -29052,6 +31360,7 @@ Lcom/android/internal/os/PowerProfile; Lcom/android/internal/os/ProcStatsUtil; Lcom/android/internal/os/ProcTimeInStateReader; Lcom/android/internal/os/ProcessCpuTracker$1; +Lcom/android/internal/os/ProcessCpuTracker$FilterStats; Lcom/android/internal/os/ProcessCpuTracker$Stats; Lcom/android/internal/os/ProcessCpuTracker; Lcom/android/internal/os/RailStats; @@ -29065,6 +31374,7 @@ Lcom/android/internal/os/RuntimeInit$Arguments; Lcom/android/internal/os/RuntimeInit$KillApplicationHandler; Lcom/android/internal/os/RuntimeInit$LoggingHandler; Lcom/android/internal/os/RuntimeInit$MethodAndArgsCaller; +Lcom/android/internal/os/RuntimeInit$RuntimeThreadPrioritySetter; Lcom/android/internal/os/RuntimeInit; Lcom/android/internal/os/SensorPowerCalculator; Lcom/android/internal/os/SomeArgs; @@ -29082,6 +31392,9 @@ Lcom/android/internal/os/ZygoteInit; Lcom/android/internal/os/ZygoteSecurityException; Lcom/android/internal/os/ZygoteServer$UsapPoolRefillAction; Lcom/android/internal/os/ZygoteServer; +Lcom/android/internal/os/logging/MetricsLoggerWrapper; +Lcom/android/internal/policy/-$$Lambda$PhoneWindow$9SyKQeTuaYx7qUIMJIr4Lk2OpYw; +Lcom/android/internal/policy/BackdropFrameRenderer; Lcom/android/internal/policy/DecorContext; Lcom/android/internal/policy/DecorView$1; Lcom/android/internal/policy/DecorView$2; @@ -29110,9 +31423,11 @@ Lcom/android/internal/policy/IKeyguardStateCallback; Lcom/android/internal/policy/IShortcutService$Stub$Proxy; Lcom/android/internal/policy/IShortcutService$Stub; Lcom/android/internal/policy/IShortcutService; +Lcom/android/internal/policy/KeyInterceptionInfo; Lcom/android/internal/policy/PhoneFallbackEventHandler; Lcom/android/internal/policy/PhoneLayoutInflater; Lcom/android/internal/policy/PhoneWindow$1; +Lcom/android/internal/policy/PhoneWindow$ActionMenuPresenterCallback; Lcom/android/internal/policy/PhoneWindow$PanelFeatureState$SavedState$1; Lcom/android/internal/policy/PhoneWindow$PanelFeatureState$SavedState; Lcom/android/internal/policy/PhoneWindow$PanelFeatureState; @@ -29130,11 +31445,17 @@ Lcom/android/internal/statusbar/IStatusBarService; Lcom/android/internal/statusbar/NotificationVisibility$1; Lcom/android/internal/statusbar/NotificationVisibility$NotificationLocation; Lcom/android/internal/statusbar/NotificationVisibility; +Lcom/android/internal/statusbar/RegisterStatusBarResult$1; +Lcom/android/internal/statusbar/RegisterStatusBarResult; Lcom/android/internal/statusbar/StatusBarIcon$1; Lcom/android/internal/statusbar/StatusBarIcon; Lcom/android/internal/telecom/IConnectionService$Stub$Proxy; Lcom/android/internal/telecom/IConnectionService$Stub; Lcom/android/internal/telecom/IConnectionService; +Lcom/android/internal/telecom/IConnectionServiceAdapter$Stub; +Lcom/android/internal/telecom/IConnectionServiceAdapter; +Lcom/android/internal/telecom/IInCallAdapter$Stub; +Lcom/android/internal/telecom/IInCallAdapter; Lcom/android/internal/telecom/IInCallService$Stub$Proxy; Lcom/android/internal/telecom/IInCallService$Stub; Lcom/android/internal/telecom/IInCallService; @@ -29148,6 +31469,7 @@ Lcom/android/internal/telecom/IVideoProvider; Lcom/android/internal/telecom/RemoteServiceCallback$Stub$Proxy; Lcom/android/internal/telecom/RemoteServiceCallback$Stub; Lcom/android/internal/telecom/RemoteServiceCallback; +Lcom/android/internal/telephony/-$$Lambda$CarrierAppUtils$oAca0vwfzY3MLxvgrejL5_ugnfc; Lcom/android/internal/telephony/-$$Lambda$MultiSimSettingController$55347QtGjuukX-px3jYZkJd_z3U; Lcom/android/internal/telephony/-$$Lambda$MultiSimSettingController$DcLtrTEtdlCd4WOev4Zk79vrSko; Lcom/android/internal/telephony/-$$Lambda$MultiSimSettingController$WtGtOenjqxSBoW5BUjT-VlNoSTM; @@ -29160,6 +31482,7 @@ Lcom/android/internal/telephony/-$$Lambda$PhoneSubInfoController$P0j9hvO3e-UE9_1 Lcom/android/internal/telephony/-$$Lambda$PhoneSubInfoController$ZOtVAnuhxrXl2L906I6eTOentP0; Lcom/android/internal/telephony/-$$Lambda$PhoneSubInfoController$bWluhZvk2X-dQ0UidKfdpd0kwuw; Lcom/android/internal/telephony/-$$Lambda$PhoneSubInfoController$hh4N6_N4-PPm_vWjCdCRvS8--Cw; +Lcom/android/internal/telephony/-$$Lambda$PhoneSubInfoController$knEK4mNNOqbx_h4hWVcDSbY5kHE; Lcom/android/internal/telephony/-$$Lambda$PhoneSubInfoController$rpyQeO7zACcc5v4krwU9_qRMHL8; Lcom/android/internal/telephony/-$$Lambda$PhoneSwitcher$WfAxZbJDpCUxBytiUchQ87aGijQ; Lcom/android/internal/telephony/-$$Lambda$RIL$803u4JiCud_JSoDndvAhT13ZZqU; @@ -29170,6 +31493,8 @@ Lcom/android/internal/telephony/-$$Lambda$RILConstants$ODSbRKyUeaOFMcez-ZudOmaKC Lcom/android/internal/telephony/-$$Lambda$RILConstants$zIAjDPNpW8a5C22QbMmMwM64vD8; Lcom/android/internal/telephony/-$$Lambda$RILRequest$VaC9ddQXT8qxCl7rcNKtUadFQoI; Lcom/android/internal/telephony/-$$Lambda$RadioIndication$GND6XxOOm1d_Ro76zEUFjA9OrEA; +Lcom/android/internal/telephony/-$$Lambda$SmsApplication$5KAxbm71Dll9xmT5zeXi0i27A10; +Lcom/android/internal/telephony/-$$Lambda$SmsApplication$gDx3W-UsTeTFaBSPU-Y_LFPZ9dE; Lcom/android/internal/telephony/-$$Lambda$SubscriptionController$Nt_ojdeqo4C2mbuwymYLvwgOLGo; Lcom/android/internal/telephony/-$$Lambda$SubscriptionController$VCQsMNqRHpN3RyoXYzh2YUwA2yc; Lcom/android/internal/telephony/-$$Lambda$SubscriptionController$u5xE-urXR6ElZ50305_6guo20Fc; @@ -29187,6 +31512,7 @@ Lcom/android/internal/telephony/-$$Lambda$TelephonyComponentFactory$InjectedComp Lcom/android/internal/telephony/-$$Lambda$TelephonyComponentFactory$InjectedComponents$nLdppNQT1Bv7QyIU3LwAwVD2K60; Lcom/android/internal/telephony/-$$Lambda$UV1wDVoVlbcxpr8zevj_aMFtUGw; Lcom/android/internal/telephony/-$$Lambda$WWHOcG5P4-jgjzPPgLwm-wN15OM; +Lcom/android/internal/telephony/-$$Lambda$_14QHG018Z6p13d3hzJuGTWnNeo; Lcom/android/internal/telephony/ATParseEx; Lcom/android/internal/telephony/AppSmsManager; Lcom/android/internal/telephony/BaseCommands; @@ -29228,6 +31554,7 @@ Lcom/android/internal/telephony/CarrierServicesSmsFilter; Lcom/android/internal/telephony/CarrierSignalAgent$1; Lcom/android/internal/telephony/CarrierSignalAgent; Lcom/android/internal/telephony/CarrierSmsUtils; +Lcom/android/internal/telephony/CellBroadcastServiceManager; Lcom/android/internal/telephony/CellNetworkScanResult$1; Lcom/android/internal/telephony/CellNetworkScanResult; Lcom/android/internal/telephony/CellularNetworkService$CellularNetworkServiceProvider$1; @@ -29260,6 +31587,7 @@ Lcom/android/internal/telephony/ExponentialBackoff$1; Lcom/android/internal/telephony/ExponentialBackoff$HandlerAdapter; Lcom/android/internal/telephony/ExponentialBackoff; Lcom/android/internal/telephony/GlobalSettingsHelper; +Lcom/android/internal/telephony/GsmAlphabet$TextEncodingDetails; Lcom/android/internal/telephony/GsmAlphabet; Lcom/android/internal/telephony/GsmCdmaCall; Lcom/android/internal/telephony/GsmCdmaCallTracker$1; @@ -29274,7 +31602,10 @@ Lcom/android/internal/telephony/GsmCdmaPhone$Cfu; Lcom/android/internal/telephony/GsmCdmaPhone; Lcom/android/internal/telephony/HalVersion; Lcom/android/internal/telephony/HardwareConfig; +Lcom/android/internal/telephony/HbpcdLookup$MccIdd; +Lcom/android/internal/telephony/HbpcdLookup$MccLookup; Lcom/android/internal/telephony/HbpcdUtils; +Lcom/android/internal/telephony/HexDump; Lcom/android/internal/telephony/ICarrierConfigLoader$Stub$Proxy; Lcom/android/internal/telephony/ICarrierConfigLoader$Stub; Lcom/android/internal/telephony/ICarrierConfigLoader; @@ -29293,6 +31624,9 @@ Lcom/android/internal/telephony/INumberVerificationCallback; Lcom/android/internal/telephony/IOnSubscriptionsChangedListener$Stub$Proxy; Lcom/android/internal/telephony/IOnSubscriptionsChangedListener$Stub; Lcom/android/internal/telephony/IOnSubscriptionsChangedListener; +Lcom/android/internal/telephony/IOns$Stub$Proxy; +Lcom/android/internal/telephony/IOns$Stub; +Lcom/android/internal/telephony/IOns; Lcom/android/internal/telephony/IPhoneStateListener$Stub$Proxy; Lcom/android/internal/telephony/IPhoneStateListener$Stub; Lcom/android/internal/telephony/IPhoneStateListener; @@ -29316,6 +31650,7 @@ Lcom/android/internal/telephony/ITelephony; Lcom/android/internal/telephony/ITelephonyRegistry$Stub$Proxy; Lcom/android/internal/telephony/ITelephonyRegistry$Stub; Lcom/android/internal/telephony/ITelephonyRegistry; +Lcom/android/internal/telephony/IUpdateAvailableNetworksCallback; Lcom/android/internal/telephony/IWapPushManager; Lcom/android/internal/telephony/IccCard; Lcom/android/internal/telephony/IccCardConstants$State; @@ -29324,6 +31659,7 @@ Lcom/android/internal/telephony/IccPhoneBookInterfaceManager$Request; Lcom/android/internal/telephony/IccPhoneBookInterfaceManager; Lcom/android/internal/telephony/IccProvider; Lcom/android/internal/telephony/IccSmsInterfaceManager$1; +Lcom/android/internal/telephony/IccSmsInterfaceManager$2; Lcom/android/internal/telephony/IccSmsInterfaceManager$CdmaBroadcastRangeManager; Lcom/android/internal/telephony/IccSmsInterfaceManager$CellBroadcastRangeManager; Lcom/android/internal/telephony/IccSmsInterfaceManager; @@ -29335,6 +31671,7 @@ Lcom/android/internal/telephony/ImsSmsDispatcher; Lcom/android/internal/telephony/InboundSmsHandler$1; Lcom/android/internal/telephony/InboundSmsHandler$2; Lcom/android/internal/telephony/InboundSmsHandler$CarrierServicesSmsFilterCallback; +Lcom/android/internal/telephony/InboundSmsHandler$CbTestBroadcastReceiver; Lcom/android/internal/telephony/InboundSmsHandler$DefaultState; Lcom/android/internal/telephony/InboundSmsHandler$DeliveringState; Lcom/android/internal/telephony/InboundSmsHandler$IdleState; @@ -29355,11 +31692,13 @@ Lcom/android/internal/telephony/LocalLog; Lcom/android/internal/telephony/LocaleTracker$1; Lcom/android/internal/telephony/LocaleTracker; Lcom/android/internal/telephony/MccTable$MccEntry; +Lcom/android/internal/telephony/MccTable$MccMnc; Lcom/android/internal/telephony/MccTable; Lcom/android/internal/telephony/MmiCode; Lcom/android/internal/telephony/MultiSimSettingController$1; Lcom/android/internal/telephony/MultiSimSettingController$UpdateDefaultAction; Lcom/android/internal/telephony/MultiSimSettingController; +Lcom/android/internal/telephony/NetworkFactory; Lcom/android/internal/telephony/NetworkRegistrationManager$1; Lcom/android/internal/telephony/NetworkRegistrationManager$NetworkRegStateCallback; Lcom/android/internal/telephony/NetworkRegistrationManager$NetworkServiceConnection; @@ -29377,7 +31716,10 @@ Lcom/android/internal/telephony/OemHookResponse; Lcom/android/internal/telephony/OperatorInfo$1; Lcom/android/internal/telephony/OperatorInfo$State; Lcom/android/internal/telephony/OperatorInfo; +Lcom/android/internal/telephony/Phone$1; Lcom/android/internal/telephony/Phone; +Lcom/android/internal/telephony/PhoneConfigurationManager$ConfigManagerHandler; +Lcom/android/internal/telephony/PhoneConfigurationManager$MockableInterface; Lcom/android/internal/telephony/PhoneConfigurationManager; Lcom/android/internal/telephony/PhoneConstantConversions$1; Lcom/android/internal/telephony/PhoneConstantConversions; @@ -29395,6 +31737,7 @@ Lcom/android/internal/telephony/PhoneSubInfoController$PermissionCheckHelper; Lcom/android/internal/telephony/PhoneSubInfoController; Lcom/android/internal/telephony/PhoneSwitcher$1; Lcom/android/internal/telephony/PhoneSwitcher$2; +Lcom/android/internal/telephony/PhoneSwitcher$3; Lcom/android/internal/telephony/PhoneSwitcher$DefaultNetworkCallback; Lcom/android/internal/telephony/PhoneSwitcher$EmergencyOverrideRequest; Lcom/android/internal/telephony/PhoneSwitcher$PhoneState; @@ -29417,6 +31760,7 @@ Lcom/android/internal/telephony/RadioIndication; Lcom/android/internal/telephony/RadioResponse; Lcom/android/internal/telephony/RatRatcheter$1; Lcom/android/internal/telephony/RatRatcheter; +Lcom/android/internal/telephony/Registrant; Lcom/android/internal/telephony/RegistrantList; Lcom/android/internal/telephony/RestrictedState; Lcom/android/internal/telephony/RetryManager$RetryRec; @@ -29435,10 +31779,12 @@ Lcom/android/internal/telephony/ServiceStateTracker; Lcom/android/internal/telephony/SettingsObserver; Lcom/android/internal/telephony/SimActivationTracker$1; Lcom/android/internal/telephony/SimActivationTracker; +Lcom/android/internal/telephony/SmsAddress; Lcom/android/internal/telephony/SmsApplication$SmsApplicationData; Lcom/android/internal/telephony/SmsApplication$SmsPackageMonitor; Lcom/android/internal/telephony/SmsApplication; Lcom/android/internal/telephony/SmsBroadcastUndelivered$1; +Lcom/android/internal/telephony/SmsBroadcastUndelivered$2; Lcom/android/internal/telephony/SmsBroadcastUndelivered$ScanRawTableThread; Lcom/android/internal/telephony/SmsBroadcastUndelivered$SmsReferenceKey; Lcom/android/internal/telephony/SmsBroadcastUndelivered; @@ -29446,7 +31792,12 @@ Lcom/android/internal/telephony/SmsConstants$MessageClass; Lcom/android/internal/telephony/SmsController; Lcom/android/internal/telephony/SmsDispatchersController$1; Lcom/android/internal/telephony/SmsDispatchersController; +Lcom/android/internal/telephony/SmsHeader$ConcatRef; +Lcom/android/internal/telephony/SmsHeader$PortAddrs; +Lcom/android/internal/telephony/SmsHeader; +Lcom/android/internal/telephony/SmsMessageBase$SubmitPduBase; Lcom/android/internal/telephony/SmsMessageBase; +Lcom/android/internal/telephony/SmsNumberUtils$NumberEntry; Lcom/android/internal/telephony/SmsNumberUtils; Lcom/android/internal/telephony/SmsPermissions; Lcom/android/internal/telephony/SmsResponse; @@ -29455,13 +31806,17 @@ Lcom/android/internal/telephony/SmsStorageMonitor; Lcom/android/internal/telephony/SmsUsageMonitor$SettingsObserver; Lcom/android/internal/telephony/SmsUsageMonitor$SettingsObserverHandler; Lcom/android/internal/telephony/SmsUsageMonitor; +Lcom/android/internal/telephony/SomeArgs; Lcom/android/internal/telephony/State; +Lcom/android/internal/telephony/StateMachine$LogRecords; +Lcom/android/internal/telephony/StateMachine$SmHandler; Lcom/android/internal/telephony/StateMachine; Lcom/android/internal/telephony/SubscriptionController; Lcom/android/internal/telephony/SubscriptionInfoUpdater$1; Lcom/android/internal/telephony/SubscriptionInfoUpdater$UpdateEmbeddedSubsCallback; Lcom/android/internal/telephony/SubscriptionInfoUpdater; Lcom/android/internal/telephony/TelephonyCapabilities; +Lcom/android/internal/telephony/TelephonyCommonStatsLog; Lcom/android/internal/telephony/TelephonyComponentFactory$InjectedComponents; Lcom/android/internal/telephony/TelephonyComponentFactory; Lcom/android/internal/telephony/TelephonyDevController; @@ -29469,7 +31824,9 @@ Lcom/android/internal/telephony/TelephonyPermissions; Lcom/android/internal/telephony/TelephonyTester$1; Lcom/android/internal/telephony/TelephonyTester; Lcom/android/internal/telephony/TimeServiceHelper; +Lcom/android/internal/telephony/TimeUtils; Lcom/android/internal/telephony/TimeZoneLookupHelper$CountryResult; +Lcom/android/internal/telephony/TimeZoneLookupHelper$OffsetResult; Lcom/android/internal/telephony/TimeZoneLookupHelper; Lcom/android/internal/telephony/UUSInfo; Lcom/android/internal/telephony/UiccPhoneBookController; @@ -29495,6 +31852,8 @@ Lcom/android/internal/telephony/cat/CatLog; Lcom/android/internal/telephony/cat/CatResponseMessage; Lcom/android/internal/telephony/cat/CatService$1; Lcom/android/internal/telephony/cat/CatService; +Lcom/android/internal/telephony/cat/CommandDetails$1; +Lcom/android/internal/telephony/cat/CommandDetails; Lcom/android/internal/telephony/cat/CommandParams; Lcom/android/internal/telephony/cat/CommandParamsFactory$1; Lcom/android/internal/telephony/cat/CommandParamsFactory; @@ -29513,8 +31872,14 @@ Lcom/android/internal/telephony/cat/RilMessage; Lcom/android/internal/telephony/cat/RilMessageDecoder$StateCmdParamsReady; Lcom/android/internal/telephony/cat/RilMessageDecoder$StateStart; Lcom/android/internal/telephony/cat/RilMessageDecoder; +Lcom/android/internal/telephony/cat/TextMessage$1; +Lcom/android/internal/telephony/cat/TextMessage; +Lcom/android/internal/telephony/cat/ValueObject; Lcom/android/internal/telephony/cat/ValueParser; +Lcom/android/internal/telephony/cdma/-$$Lambda$CdmaInboundSmsHandler$sD3UQ6e4SE9ZbPjDZ9bEr_XRoaA; Lcom/android/internal/telephony/cdma/CdmaCallWaitingNotification; +Lcom/android/internal/telephony/cdma/CdmaInboundSmsHandler$CdmaCbTestBroadcastReceiver; +Lcom/android/internal/telephony/cdma/CdmaInboundSmsHandler$CdmaScpTestBroadcastReceiver; Lcom/android/internal/telephony/cdma/CdmaInboundSmsHandler; Lcom/android/internal/telephony/cdma/CdmaSMSDispatcher; Lcom/android/internal/telephony/cdma/CdmaSmsBroadcastConfigInfo; @@ -29523,6 +31888,12 @@ Lcom/android/internal/telephony/cdma/EriInfo; Lcom/android/internal/telephony/cdma/EriManager$EriFile; Lcom/android/internal/telephony/cdma/EriManager; Lcom/android/internal/telephony/cdma/SmsMessage; +Lcom/android/internal/telephony/cdma/sms/BearerData$TimeStamp; +Lcom/android/internal/telephony/cdma/sms/BearerData; +Lcom/android/internal/telephony/cdma/sms/CdmaSmsAddress; +Lcom/android/internal/telephony/cdma/sms/CdmaSmsSubaddress; +Lcom/android/internal/telephony/cdma/sms/SmsEnvelope; +Lcom/android/internal/telephony/cdma/sms/UserData; Lcom/android/internal/telephony/cdnr/CarrierDisplayNameData$1; Lcom/android/internal/telephony/cdnr/CarrierDisplayNameData$Builder; Lcom/android/internal/telephony/cdnr/CarrierDisplayNameData; @@ -29567,6 +31938,7 @@ Lcom/android/internal/telephony/dataconnection/DcController$1; Lcom/android/internal/telephony/dataconnection/DcController$DccDefaultState; Lcom/android/internal/telephony/dataconnection/DcController; Lcom/android/internal/telephony/dataconnection/DcFailBringUp; +Lcom/android/internal/telephony/dataconnection/DcNetworkAgent$DcKeepaliveTracker; Lcom/android/internal/telephony/dataconnection/DcNetworkAgent; Lcom/android/internal/telephony/dataconnection/DcRequest; Lcom/android/internal/telephony/dataconnection/DcTesterDeactivateAll$1; @@ -29578,6 +31950,7 @@ Lcom/android/internal/telephony/dataconnection/DcTracker$2; Lcom/android/internal/telephony/dataconnection/DcTracker$3; Lcom/android/internal/telephony/dataconnection/DcTracker$4; Lcom/android/internal/telephony/dataconnection/DcTracker$5; +Lcom/android/internal/telephony/dataconnection/DcTracker$6; Lcom/android/internal/telephony/dataconnection/DcTracker$ApnChangeObserver; Lcom/android/internal/telephony/dataconnection/DcTracker$DataStallRecoveryHandler; Lcom/android/internal/telephony/dataconnection/DcTracker$DctOnSubscriptionsChangedListener; @@ -29604,6 +31977,7 @@ Lcom/android/internal/telephony/euicc/EuiccConnector$ConnectedState$10; Lcom/android/internal/telephony/euicc/EuiccConnector$ConnectedState$11; Lcom/android/internal/telephony/euicc/EuiccConnector$ConnectedState$12; Lcom/android/internal/telephony/euicc/EuiccConnector$ConnectedState$13; +Lcom/android/internal/telephony/euicc/EuiccConnector$ConnectedState$14; Lcom/android/internal/telephony/euicc/EuiccConnector$ConnectedState$1; Lcom/android/internal/telephony/euicc/EuiccConnector$ConnectedState$2; Lcom/android/internal/telephony/euicc/EuiccConnector$ConnectedState$3; @@ -29627,16 +32001,24 @@ Lcom/android/internal/telephony/euicc/EuiccConnector$UpdateNicknameRequest; Lcom/android/internal/telephony/euicc/EuiccConnector; Lcom/android/internal/telephony/euicc/EuiccController$3; Lcom/android/internal/telephony/euicc/EuiccController; +Lcom/android/internal/telephony/euicc/IEuiccCardController$Stub$Proxy; Lcom/android/internal/telephony/euicc/IEuiccCardController$Stub; Lcom/android/internal/telephony/euicc/IEuiccCardController; Lcom/android/internal/telephony/euicc/IEuiccController$Stub$Proxy; Lcom/android/internal/telephony/euicc/IEuiccController$Stub; Lcom/android/internal/telephony/euicc/IEuiccController; +Lcom/android/internal/telephony/euicc/IGetAllProfilesCallback$Stub; +Lcom/android/internal/telephony/euicc/IGetAllProfilesCallback; +Lcom/android/internal/telephony/euicc/IGetEuiccInfo1Callback$Stub; +Lcom/android/internal/telephony/euicc/IGetEuiccInfo1Callback; +Lcom/android/internal/telephony/gsm/GsmInboundSmsHandler$GsmCbTestBroadcastReceiver; Lcom/android/internal/telephony/gsm/GsmInboundSmsHandler; Lcom/android/internal/telephony/gsm/GsmMmiCode; Lcom/android/internal/telephony/gsm/GsmSMSDispatcher; +Lcom/android/internal/telephony/gsm/GsmSmsAddress; Lcom/android/internal/telephony/gsm/SimTlv; Lcom/android/internal/telephony/gsm/SmsBroadcastConfigInfo; +Lcom/android/internal/telephony/gsm/SmsMessage$PduParser; Lcom/android/internal/telephony/gsm/SmsMessage; Lcom/android/internal/telephony/gsm/SuppServiceNotification; Lcom/android/internal/telephony/gsm/UsimDataDownloadHandler; @@ -29672,6 +32054,11 @@ Lcom/android/internal/telephony/ims/ImsServiceController; Lcom/android/internal/telephony/ims/ImsServiceFeatureQueryManager$ImsServiceFeatureQuery; Lcom/android/internal/telephony/ims/ImsServiceFeatureQueryManager$Listener; Lcom/android/internal/telephony/ims/ImsServiceFeatureQueryManager; +Lcom/android/internal/telephony/ims/RcsEventQueryHelper; +Lcom/android/internal/telephony/ims/RcsMessageController; +Lcom/android/internal/telephony/ims/RcsMessageQueryHelper; +Lcom/android/internal/telephony/ims/RcsMessageStoreUtil; +Lcom/android/internal/telephony/ims/RcsParticipantQueryHelper; Lcom/android/internal/telephony/imsphone/-$$Lambda$ImsPhoneCallTracker$QlPVd_3u4_verjHUDnkn6zaSe54; Lcom/android/internal/telephony/imsphone/-$$Lambda$ImsPhoneCallTracker$Zw03itjXT6-LrhiYuD-9nKFg2Wg; Lcom/android/internal/telephony/imsphone/ImsExternalCallTracker$1; @@ -29685,7 +32072,10 @@ Lcom/android/internal/telephony/imsphone/ImsExternalConnection; Lcom/android/internal/telephony/imsphone/ImsPhone$1; Lcom/android/internal/telephony/imsphone/ImsPhone$2; Lcom/android/internal/telephony/imsphone/ImsPhone$3; +Lcom/android/internal/telephony/imsphone/ImsPhone$4; +Lcom/android/internal/telephony/imsphone/ImsPhone$5; Lcom/android/internal/telephony/imsphone/ImsPhone$Cf; +Lcom/android/internal/telephony/imsphone/ImsPhone$ImsDialArgs$Builder; Lcom/android/internal/telephony/imsphone/ImsPhone; Lcom/android/internal/telephony/imsphone/ImsPhoneBase; Lcom/android/internal/telephony/imsphone/ImsPhoneCall; @@ -29738,6 +32128,7 @@ Lcom/android/internal/telephony/nano/TelephonyProto$TelephonyCallSession; Lcom/android/internal/telephony/nano/TelephonyProto$TelephonyEvent$CarrierIdMatching; Lcom/android/internal/telephony/nano/TelephonyProto$TelephonyEvent$CarrierIdMatchingResult; Lcom/android/internal/telephony/nano/TelephonyProto$TelephonyEvent$DataSwitch; +Lcom/android/internal/telephony/nano/TelephonyProto$TelephonyEvent$NetworkCapabilitiesInfo; Lcom/android/internal/telephony/nano/TelephonyProto$TelephonyEvent$OnDemandDataSwitch; Lcom/android/internal/telephony/nano/TelephonyProto$TelephonyEvent$RilDeactivateDataCall; Lcom/android/internal/telephony/nano/TelephonyProto$TelephonyEvent$RilSetupDataCall; @@ -29749,10 +32140,13 @@ Lcom/android/internal/telephony/nano/TelephonyProto$TelephonyServiceState$Teleph Lcom/android/internal/telephony/nano/TelephonyProto$TelephonyServiceState; Lcom/android/internal/telephony/nano/TelephonyProto$TelephonySettings; Lcom/android/internal/telephony/nano/TelephonyProto$Time; +Lcom/android/internal/telephony/nitz/NewNitzStateMachineImpl; Lcom/android/internal/telephony/protobuf/nano/CodedInputByteBufferNano; Lcom/android/internal/telephony/protobuf/nano/CodedOutputByteBufferNano$OutOfSpaceException; Lcom/android/internal/telephony/protobuf/nano/CodedOutputByteBufferNano; Lcom/android/internal/telephony/protobuf/nano/ExtendableMessageNano; +Lcom/android/internal/telephony/protobuf/nano/FieldArray; +Lcom/android/internal/telephony/protobuf/nano/FieldData; Lcom/android/internal/telephony/protobuf/nano/InternalNano; Lcom/android/internal/telephony/protobuf/nano/InvalidProtocolBufferNanoException; Lcom/android/internal/telephony/protobuf/nano/MessageNano; @@ -29840,14 +32234,21 @@ Lcom/android/internal/telephony/uicc/asn1/InvalidAsn1DataException; Lcom/android/internal/telephony/uicc/asn1/TagNotFoundException; Lcom/android/internal/telephony/uicc/euicc/EuiccCard; Lcom/android/internal/telephony/uicc/euicc/EuiccSpecVersion; +Lcom/android/internal/telephony/util/ArrayUtils; +Lcom/android/internal/telephony/util/HandlerExecutor; Lcom/android/internal/telephony/util/NotificationChannelController$1; Lcom/android/internal/telephony/util/NotificationChannelController; +Lcom/android/internal/telephony/util/RemoteCallbackListExt; Lcom/android/internal/telephony/util/SMSDispatcherUtil; Lcom/android/internal/telephony/util/TelephonyUtils; Lcom/android/internal/telephony/util/VoicemailNotificationSettingsUtil; +Lcom/android/internal/telephony/util/XmlUtils; Lcom/android/internal/textservice/ISpellCheckerService$Stub$Proxy; Lcom/android/internal/textservice/ISpellCheckerService$Stub; Lcom/android/internal/textservice/ISpellCheckerService; +Lcom/android/internal/textservice/ISpellCheckerServiceCallback$Stub$Proxy; +Lcom/android/internal/textservice/ISpellCheckerServiceCallback$Stub; +Lcom/android/internal/textservice/ISpellCheckerServiceCallback; Lcom/android/internal/textservice/ISpellCheckerSession$Stub$Proxy; Lcom/android/internal/textservice/ISpellCheckerSession$Stub; Lcom/android/internal/textservice/ISpellCheckerSession; @@ -29861,15 +32262,18 @@ Lcom/android/internal/textservice/ITextServicesSessionListener$Stub$Proxy; Lcom/android/internal/textservice/ITextServicesSessionListener$Stub; Lcom/android/internal/textservice/ITextServicesSessionListener; Lcom/android/internal/transition/EpicenterTranslateClipReveal; +Lcom/android/internal/usb/DumpUtils; Lcom/android/internal/util/-$$Lambda$DumpUtils$D1OlZP6xIpu72ypnJd0fzx0wd6I; Lcom/android/internal/util/-$$Lambda$DumpUtils$X8irOs5hfloCKy89_l1HRA1QeG0; Lcom/android/internal/util/-$$Lambda$DumpUtils$vCLO_0ezRxkpSERUWCFrJ0ph5jg; Lcom/android/internal/util/-$$Lambda$FunctionalUtils$koCSI8D7Nu5vOJTVTEj0m3leo_U; Lcom/android/internal/util/-$$Lambda$JwOUSWW2-Jzu15y4Kn4JuPh8tWM; +Lcom/android/internal/util/-$$Lambda$ProviderAccessStats$9AhC6lKURctNKuYjVd-wu7jn6_c; Lcom/android/internal/util/-$$Lambda$TCbPpgWlKJUHZgFKCczglAvxLfw; Lcom/android/internal/util/-$$Lambda$eRa1rlfDk6Og2yFeXGHqUGPzRF0; Lcom/android/internal/util/-$$Lambda$grRTg3idX3yJe9Zyx-tmLBiD1DM; Lcom/android/internal/util/-$$Lambda$kVylv1rl9MOSbHFZoVyK5dl1kfY; +Lcom/android/internal/util/AnnotationValidations; Lcom/android/internal/util/ArrayUtils; Lcom/android/internal/util/AsyncChannel$AsyncChannelConnection; Lcom/android/internal/util/AsyncChannel$DeathMonitor; @@ -29877,6 +32281,7 @@ Lcom/android/internal/util/AsyncChannel$SyncMessenger$SyncHandler; Lcom/android/internal/util/AsyncChannel$SyncMessenger; Lcom/android/internal/util/AsyncChannel; Lcom/android/internal/util/BitUtils; +Lcom/android/internal/util/BitwiseInputStream$AccessException; Lcom/android/internal/util/CollectionUtils; Lcom/android/internal/util/ConcurrentUtils$1$1; Lcom/android/internal/util/ConcurrentUtils$1; @@ -29884,6 +32289,7 @@ Lcom/android/internal/util/ConcurrentUtils$DirectExecutor; Lcom/android/internal/util/ConcurrentUtils; Lcom/android/internal/util/ContrastColorUtil$ColorUtilsFromCompat; Lcom/android/internal/util/ContrastColorUtil; +Lcom/android/internal/util/DumpUtils$1; Lcom/android/internal/util/DumpUtils$Dump; Lcom/android/internal/util/DumpUtils; Lcom/android/internal/util/ExponentiallyBucketedHistogram; @@ -29896,7 +32302,10 @@ Lcom/android/internal/util/FileRotator$Reader; Lcom/android/internal/util/FileRotator$Rewriter; Lcom/android/internal/util/FileRotator$Writer; Lcom/android/internal/util/FileRotator; +Lcom/android/internal/util/FrameworkStatsLog; +Lcom/android/internal/util/FunctionalUtils$RemoteExceptionIgnoringConsumer; Lcom/android/internal/util/FunctionalUtils$ThrowingConsumer; +Lcom/android/internal/util/FunctionalUtils$ThrowingFunction; Lcom/android/internal/util/FunctionalUtils$ThrowingRunnable; Lcom/android/internal/util/FunctionalUtils$ThrowingSupplier; Lcom/android/internal/util/FunctionalUtils; @@ -29916,12 +32325,19 @@ Lcom/android/internal/util/MessageUtils; Lcom/android/internal/util/NotificationMessagingUtil$1; Lcom/android/internal/util/NotificationMessagingUtil; Lcom/android/internal/util/ObjectUtils; +Lcom/android/internal/util/Parcelling$Cache; +Lcom/android/internal/util/Parcelling; Lcom/android/internal/util/ParseUtils; Lcom/android/internal/util/Preconditions; Lcom/android/internal/util/ProcFileReader; Lcom/android/internal/util/ProgressReporter; +Lcom/android/internal/util/ProviderAccessStats$PerThreadData; +Lcom/android/internal/util/ProviderAccessStats; Lcom/android/internal/util/RingBuffer; Lcom/android/internal/util/RingBufferIndices; +Lcom/android/internal/util/ScreenshotHelper$1; +Lcom/android/internal/util/ScreenshotHelper$2$1; +Lcom/android/internal/util/ScreenshotHelper$2; Lcom/android/internal/util/ScreenshotHelper; Lcom/android/internal/util/StatLogger; Lcom/android/internal/util/State; @@ -29942,8 +32358,14 @@ Lcom/android/internal/util/WakeupMessage; Lcom/android/internal/util/XmlUtils$ReadMapCallback; Lcom/android/internal/util/XmlUtils$WriteMapCallback; Lcom/android/internal/util/XmlUtils; +Lcom/android/internal/util/dump/DualDumpOutputStream$DumpField; +Lcom/android/internal/util/dump/DualDumpOutputStream$DumpObject; +Lcom/android/internal/util/dump/DualDumpOutputStream$Dumpable; +Lcom/android/internal/util/dump/DualDumpOutputStream; +Lcom/android/internal/util/dump/DumpUtils; Lcom/android/internal/util/function/DecConsumer; Lcom/android/internal/util/function/DecFunction; +Lcom/android/internal/util/function/DecPredicate; Lcom/android/internal/util/function/HeptConsumer; Lcom/android/internal/util/function/HeptFunction; Lcom/android/internal/util/function/HeptPredicate; @@ -29967,11 +32389,13 @@ Lcom/android/internal/util/function/TriFunction; Lcom/android/internal/util/function/TriPredicate; Lcom/android/internal/util/function/UndecConsumer; Lcom/android/internal/util/function/UndecFunction; +Lcom/android/internal/util/function/UndecPredicate; Lcom/android/internal/util/function/pooled/ArgumentPlaceholder; Lcom/android/internal/util/function/pooled/OmniFunction; Lcom/android/internal/util/function/pooled/PooledConsumer; Lcom/android/internal/util/function/pooled/PooledFunction; Lcom/android/internal/util/function/pooled/PooledLambda; +Lcom/android/internal/util/function/pooled/PooledLambdaImpl$LambdaType$ReturnType; Lcom/android/internal/util/function/pooled/PooledLambdaImpl$LambdaType; Lcom/android/internal/util/function/pooled/PooledLambdaImpl$Pool; Lcom/android/internal/util/function/pooled/PooledLambdaImpl; @@ -29982,7 +32406,12 @@ Lcom/android/internal/util/function/pooled/PooledSupplier$OfInt; Lcom/android/internal/util/function/pooled/PooledSupplier$OfLong; Lcom/android/internal/util/function/pooled/PooledSupplier; Lcom/android/internal/view/ActionBarPolicy; +Lcom/android/internal/view/AppearanceRegion$1; +Lcom/android/internal/view/AppearanceRegion; +Lcom/android/internal/view/BaseIWindow; Lcom/android/internal/view/BaseSurfaceHolder; +Lcom/android/internal/view/IInlineSuggestionsRequestCallback$Stub; +Lcom/android/internal/view/IInlineSuggestionsRequestCallback; Lcom/android/internal/view/IInputConnectionWrapper$MyHandler; Lcom/android/internal/view/IInputConnectionWrapper; Lcom/android/internal/view/IInputContext$Stub$Proxy; @@ -30013,9 +32442,12 @@ Lcom/android/internal/view/InputConnectionWrapper; Lcom/android/internal/view/OneShotPreDrawListener; Lcom/android/internal/view/RootViewSurfaceTaker; Lcom/android/internal/view/RotationPolicy$1; +Lcom/android/internal/view/RotationPolicy$RotationPolicyListener$1; +Lcom/android/internal/view/RotationPolicy$RotationPolicyListener; Lcom/android/internal/view/RotationPolicy; Lcom/android/internal/view/SurfaceCallbackHelper$1; Lcom/android/internal/view/SurfaceCallbackHelper; +Lcom/android/internal/view/TooltipPopup; Lcom/android/internal/view/WindowManagerPolicyThread; Lcom/android/internal/view/animation/FallbackLUTInterpolator; Lcom/android/internal/view/animation/HasNativeInterpolator; @@ -30026,6 +32458,9 @@ Lcom/android/internal/view/menu/ActionMenuItemView$ActionMenuItemForwardingListe Lcom/android/internal/view/menu/ActionMenuItemView$PopupCallback; Lcom/android/internal/view/menu/ActionMenuItemView; Lcom/android/internal/view/menu/BaseMenuPresenter; +Lcom/android/internal/view/menu/ContextMenuBuilder; +Lcom/android/internal/view/menu/IconMenuPresenter; +Lcom/android/internal/view/menu/ListMenuPresenter; Lcom/android/internal/view/menu/MenuBuilder$Callback; Lcom/android/internal/view/menu/MenuBuilder$ItemInvoker; Lcom/android/internal/view/menu/MenuBuilder; @@ -30038,6 +32473,7 @@ Lcom/android/internal/view/menu/MenuPresenter; Lcom/android/internal/view/menu/MenuView$ItemView; Lcom/android/internal/view/menu/MenuView; Lcom/android/internal/view/menu/ShowableListMenu; +Lcom/android/internal/widget/-$$Lambda$FloatingToolbar$7-enOzxeypZYfdFYr1HzBLfj47k; Lcom/android/internal/widget/AbsActionBarView$VisibilityAnimListener; Lcom/android/internal/widget/AbsActionBarView; Lcom/android/internal/widget/ActionBarContainer$ActionBarBackgroundDrawable; @@ -30057,20 +32493,31 @@ Lcom/android/internal/widget/DecorContentParent; Lcom/android/internal/widget/DecorToolbar; Lcom/android/internal/widget/DialogTitle; Lcom/android/internal/widget/EditableInputConnection; +Lcom/android/internal/widget/FloatingToolbar$FloatingToolbarPopup; +Lcom/android/internal/widget/FloatingToolbar; Lcom/android/internal/widget/ICheckCredentialProgressCallback$Stub$Proxy; Lcom/android/internal/widget/ICheckCredentialProgressCallback$Stub; Lcom/android/internal/widget/ICheckCredentialProgressCallback; Lcom/android/internal/widget/ILockSettings$Stub$Proxy; Lcom/android/internal/widget/ILockSettings$Stub; Lcom/android/internal/widget/ILockSettings; +Lcom/android/internal/widget/LockPatternUtils$2; +Lcom/android/internal/widget/LockPatternUtils$RequestThrottledException; Lcom/android/internal/widget/LockPatternUtils$StrongAuthTracker$1; Lcom/android/internal/widget/LockPatternUtils$StrongAuthTracker$H; Lcom/android/internal/widget/LockPatternUtils$StrongAuthTracker; Lcom/android/internal/widget/LockPatternUtils; +Lcom/android/internal/widget/LockPatternView$Cell; Lcom/android/internal/widget/LockSettingsInternal; +Lcom/android/internal/widget/LockscreenCredential$1; +Lcom/android/internal/widget/LockscreenCredential; +Lcom/android/internal/widget/PasswordValidationError; Lcom/android/internal/widget/ScrollBarUtils; +Lcom/android/internal/widget/ScrollingTabContainerView; Lcom/android/internal/widget/ToolbarWidgetWrapper$1; Lcom/android/internal/widget/ToolbarWidgetWrapper; +Lcom/android/internal/widget/VerifyCredentialResponse$1; +Lcom/android/internal/widget/VerifyCredentialResponse; Lcom/android/okhttp/Address; Lcom/android/okhttp/AndroidShimResponseCache; Lcom/android/okhttp/Authenticator; @@ -30170,7 +32617,9 @@ Lcom/android/okhttp/internal/io/RealConnection; Lcom/android/okhttp/internal/tls/OkHostnameVerifier; Lcom/android/okhttp/internal/tls/RealTrustRootIndex; Lcom/android/okhttp/internal/tls/TrustRootIndex; +Lcom/android/okhttp/internalandroidapi/AndroidResponseCacheAdapter; Lcom/android/okhttp/internalandroidapi/Dns; +Lcom/android/okhttp/internalandroidapi/HasCacheHolder$CacheHolder; Lcom/android/okhttp/internalandroidapi/HasCacheHolder; Lcom/android/okhttp/internalandroidapi/HttpURLConnectionFactory$DnsAdapter; Lcom/android/okhttp/internalandroidapi/HttpURLConnectionFactory; @@ -30203,6 +32652,7 @@ Lcom/android/okhttp/okio/Timeout$1; Lcom/android/okhttp/okio/Timeout; Lcom/android/okhttp/okio/Util; Lcom/android/org/bouncycastle/asn1/ASN1BitString; +Lcom/android/org/bouncycastle/asn1/ASN1Choice; Lcom/android/org/bouncycastle/asn1/ASN1Encodable; Lcom/android/org/bouncycastle/asn1/ASN1EncodableVector; Lcom/android/org/bouncycastle/asn1/ASN1InputStream; @@ -30220,6 +32670,7 @@ Lcom/android/org/bouncycastle/asn1/ASN1String; Lcom/android/org/bouncycastle/asn1/BERTags; Lcom/android/org/bouncycastle/asn1/DERBitString; Lcom/android/org/bouncycastle/asn1/DERFactory; +Lcom/android/org/bouncycastle/asn1/DERInteger; Lcom/android/org/bouncycastle/asn1/DERNull; Lcom/android/org/bouncycastle/asn1/DEROutputStream; Lcom/android/org/bouncycastle/asn1/DERSequence; @@ -30238,8 +32689,12 @@ Lcom/android/org/bouncycastle/asn1/nist/NISTObjectIdentifiers; Lcom/android/org/bouncycastle/asn1/oiw/OIWObjectIdentifiers; Lcom/android/org/bouncycastle/asn1/pkcs/PKCSObjectIdentifiers; Lcom/android/org/bouncycastle/asn1/x509/AlgorithmIdentifier; +Lcom/android/org/bouncycastle/asn1/x509/Certificate; Lcom/android/org/bouncycastle/asn1/x509/DSAParameter; Lcom/android/org/bouncycastle/asn1/x509/SubjectPublicKeyInfo; +Lcom/android/org/bouncycastle/asn1/x509/Time; +Lcom/android/org/bouncycastle/asn1/x509/V3TBSCertificateGenerator; +Lcom/android/org/bouncycastle/asn1/x509/X509Name; Lcom/android/org/bouncycastle/asn1/x509/X509ObjectIdentifiers; Lcom/android/org/bouncycastle/asn1/x9/X9ECParameters; Lcom/android/org/bouncycastle/asn1/x9/X9ObjectIdentifiers; @@ -30364,11 +32819,14 @@ Lcom/android/org/bouncycastle/jcajce/util/BCJcaJceHelper; Lcom/android/org/bouncycastle/jcajce/util/DefaultJcaJceHelper; Lcom/android/org/bouncycastle/jcajce/util/JcaJceHelper; Lcom/android/org/bouncycastle/jcajce/util/ProviderJcaJceHelper; +Lcom/android/org/bouncycastle/jce/X509Principal; Lcom/android/org/bouncycastle/jce/interfaces/BCKeyStore; +Lcom/android/org/bouncycastle/jce/interfaces/PKCS12BagAttributeCarrier; Lcom/android/org/bouncycastle/jce/provider/BouncyCastleProvider$1; Lcom/android/org/bouncycastle/jce/provider/BouncyCastleProvider; Lcom/android/org/bouncycastle/jce/provider/BouncyCastleProviderConfiguration; Lcom/android/org/bouncycastle/jce/provider/CertStoreCollectionSpi; +Lcom/android/org/bouncycastle/jce/provider/X509CertificateObject; Lcom/android/org/bouncycastle/jce/spec/ECKeySpec; Lcom/android/org/bouncycastle/jce/spec/ECPublicKeySpec; Lcom/android/org/bouncycastle/util/Arrays; @@ -30384,6 +32842,8 @@ Lcom/android/org/bouncycastle/util/encoders/Encoder; Lcom/android/org/bouncycastle/util/encoders/Hex; Lcom/android/org/bouncycastle/util/encoders/HexEncoder; Lcom/android/org/bouncycastle/util/io/Streams; +Lcom/android/org/bouncycastle/x509/X509V3CertificateGenerator; +Lcom/android/org/kxml2/io/KXmlParser$ContentSource; Lcom/android/org/kxml2/io/KXmlParser$ValueContext; Lcom/android/org/kxml2/io/KXmlParser; Lcom/android/org/kxml2/io/KXmlSerializer; @@ -30415,8 +32875,22 @@ Lcom/android/server/backup/PermissionBackupHelper; Lcom/android/server/backup/PreferredActivityBackupHelper; Lcom/android/server/backup/ShortcutBackupHelper; Lcom/android/server/backup/SliceBackupHelper; +Lcom/android/server/connectivity/metrics/nano/IpConnectivityLogClass$ApfProgramEvent; +Lcom/android/server/connectivity/metrics/nano/IpConnectivityLogClass$ApfStatistics; +Lcom/android/server/connectivity/metrics/nano/IpConnectivityLogClass$ConnectStatistics; +Lcom/android/server/connectivity/metrics/nano/IpConnectivityLogClass$DHCPEvent; +Lcom/android/server/connectivity/metrics/nano/IpConnectivityLogClass$DNSLookupBatch; +Lcom/android/server/connectivity/metrics/nano/IpConnectivityLogClass$DefaultNetworkEvent; Lcom/android/server/connectivity/metrics/nano/IpConnectivityLogClass$IpConnectivityEvent; +Lcom/android/server/connectivity/metrics/nano/IpConnectivityLogClass$IpConnectivityLog; +Lcom/android/server/connectivity/metrics/nano/IpConnectivityLogClass$IpProvisioningEvent; +Lcom/android/server/connectivity/metrics/nano/IpConnectivityLogClass$IpReachabilityEvent; +Lcom/android/server/connectivity/metrics/nano/IpConnectivityLogClass$NetworkEvent; Lcom/android/server/connectivity/metrics/nano/IpConnectivityLogClass$Pair; +Lcom/android/server/connectivity/metrics/nano/IpConnectivityLogClass$RaEvent; +Lcom/android/server/connectivity/metrics/nano/IpConnectivityLogClass$ValidationProbeEvent; +Lcom/android/server/connectivity/metrics/nano/IpConnectivityLogClass$WakeupStats; +Lcom/android/server/job/JobSchedulerInternal$JobStorePersistStats; Lcom/android/server/net/BaseNetdEventCallback; Lcom/android/server/net/BaseNetworkObserver; Lcom/android/server/sip/SipService$1; @@ -30430,6 +32904,8 @@ Lcom/android/server/sip/SipSessionGroup$SipSessionImpl; Lcom/android/server/sip/SipWakeLock; Lcom/android/server/sip/SipWakeupTimer$MyEventComparator; Lcom/android/server/sip/SipWakeupTimer; +Lcom/android/server/usage/AppStandbyInternal$AppIdleStateChangeListener; +Lcom/android/server/usage/AppStandbyInternal; Lcom/android/server/wm/nano/WindowManagerProtos$TaskSnapshotProto; Lcom/android/telephony/Rlog; Lcom/google/android/collect/Lists; @@ -30444,11 +32920,19 @@ Lcom/google/android/gles_jni/GLImpl; Lcom/google/android/mms/MmsException; Lcom/google/android/rappor/Encoder; Lcom/google/android/rappor/HmacDrbg; +Lcom/google/android/textclassifier/ActionsSuggestionsModel$ActionSuggestion; Lcom/google/android/textclassifier/ActionsSuggestionsModel$Conversation; Lcom/google/android/textclassifier/ActionsSuggestionsModel$ConversationMessage; Lcom/google/android/textclassifier/ActionsSuggestionsModel; +Lcom/google/android/textclassifier/AnnotatorModel$AnnotatedSpan; +Lcom/google/android/textclassifier/AnnotatorModel$AnnotationOptions; +Lcom/google/android/textclassifier/AnnotatorModel$AnnotationUsecase; +Lcom/google/android/textclassifier/AnnotatorModel$ClassificationResult; Lcom/google/android/textclassifier/AnnotatorModel; +Lcom/google/android/textclassifier/LangIdModel$LanguageResult; Lcom/google/android/textclassifier/LangIdModel; +Lcom/google/android/textclassifier/NamedVariant; +Lcom/google/android/textclassifier/RemoteActionTemplate; Lcom/sun/security/cert/internal/x509/X509V1CertImpl; Ldalvik/annotation/optimization/CriticalNative; Ldalvik/annotation/optimization/FastNative; @@ -30485,6 +32969,7 @@ Ldalvik/system/PathClassLoader; Ldalvik/system/RuntimeHooks; Ldalvik/system/SocketTagger$1; Ldalvik/system/SocketTagger; +Ldalvik/system/ThreadPrioritySetter; Ldalvik/system/VMDebug; Ldalvik/system/VMRuntime$HiddenApiUsageLogger; Ldalvik/system/VMRuntime; @@ -30567,6 +33052,7 @@ Ljava/io/ObjectStreamClass; Ljava/io/ObjectStreamConstants; Ljava/io/ObjectStreamException; Ljava/io/ObjectStreamField; +Ljava/io/OptionalDataException; Ljava/io/OutputStream; Ljava/io/OutputStreamWriter; Ljava/io/PrintStream; @@ -30582,6 +33068,7 @@ Ljava/io/SerializablePermission; Ljava/io/StreamCorruptedException; Ljava/io/StringReader; Ljava/io/StringWriter; +Ljava/io/UTFDataFormatException; Ljava/io/UncheckedIOException; Ljava/io/UnixFileSystem; Ljava/io/UnsupportedEncodingException; @@ -30613,6 +33100,7 @@ Ljava/lang/Character; Ljava/lang/Class$Caches; Ljava/lang/Class; Ljava/lang/ClassCastException; +Ljava/lang/ClassFormatError; Ljava/lang/ClassLoader$SystemClassLoader; Ljava/lang/ClassLoader; Ljava/lang/ClassNotFoundException; @@ -30644,6 +33132,7 @@ Ljava/lang/IllegalThreadStateException; Ljava/lang/IncompatibleClassChangeError; Ljava/lang/IndexOutOfBoundsException; Ljava/lang/InheritableThreadLocal; +Ljava/lang/InstantiationError; Ljava/lang/InstantiationException; Ljava/lang/Integer$IntegerCache; Ljava/lang/Integer; @@ -30802,6 +33291,7 @@ Ljava/lang/reflect/Executable; Ljava/lang/reflect/Field; Ljava/lang/reflect/GenericArrayType; Ljava/lang/reflect/GenericDeclaration; +Ljava/lang/reflect/GenericSignatureFormatError; Ljava/lang/reflect/InvocationHandler; Ljava/lang/reflect/InvocationTargetException; Ljava/lang/reflect/MalformedParametersException; @@ -30842,6 +33332,8 @@ Ljava/net/AbstractPlainSocketImpl; Ljava/net/AddressCache$AddressCacheEntry; Ljava/net/AddressCache$AddressCacheKey; Ljava/net/AddressCache; +Ljava/net/Authenticator$RequestorType; +Ljava/net/Authenticator; Ljava/net/ConnectException; Ljava/net/CookieHandler; Ljava/net/CookieManager$CookiePathComparator; @@ -30870,6 +33362,7 @@ Ljava/net/HttpCookie$8; Ljava/net/HttpCookie$9; Ljava/net/HttpCookie$CookieAttributeAssignor; Ljava/net/HttpCookie; +Ljava/net/HttpRetryException; Ljava/net/HttpURLConnection; Ljava/net/IDN; Ljava/net/InMemoryCookieStore; @@ -30892,6 +33385,7 @@ Ljava/net/NetworkInterface$1checkedAddresses; Ljava/net/NetworkInterface; Ljava/net/NoRouteToHostException; Ljava/net/Parts; +Ljava/net/PasswordAuthentication; Ljava/net/PlainDatagramSocketImpl; Ljava/net/PlainSocketImpl; Ljava/net/PortUnreachableException; @@ -30909,6 +33403,7 @@ Ljava/net/Socket; Ljava/net/SocketAddress; Ljava/net/SocketException; Ljava/net/SocketImpl; +Ljava/net/SocketImplFactory; Ljava/net/SocketInputStream; Ljava/net/SocketOptions; Ljava/net/SocketOutputStream; @@ -30993,6 +33488,7 @@ Ljava/nio/charset/CharacterCodingException; Ljava/nio/charset/Charset; Ljava/nio/charset/CharsetDecoder; Ljava/nio/charset/CharsetEncoder; +Ljava/nio/charset/CoderMalfunctionError; Ljava/nio/charset/CoderResult$1; Ljava/nio/charset/CoderResult$2; Ljava/nio/charset/CoderResult$Cache; @@ -31002,6 +33498,7 @@ Ljava/nio/charset/IllegalCharsetNameException; Ljava/nio/charset/StandardCharsets; Ljava/nio/charset/UnsupportedCharsetException; Ljava/nio/file/AccessMode; +Ljava/nio/file/CopyMoveHelper; Ljava/nio/file/CopyOption; Ljava/nio/file/DirectoryStream$Filter; Ljava/nio/file/DirectoryStream; @@ -31013,6 +33510,7 @@ Ljava/nio/file/FileSystems$DefaultFileSystemHolder; Ljava/nio/file/FileSystems; Ljava/nio/file/Files$AcceptAllFilter; Ljava/nio/file/Files; +Ljava/nio/file/InvalidPathException; Ljava/nio/file/LinkOption; Ljava/nio/file/NoSuchFileException; Ljava/nio/file/OpenOption; @@ -31059,6 +33557,8 @@ Ljava/security/KeyStore$LoadStoreParameter; Ljava/security/KeyStore$PasswordProtection; Ljava/security/KeyStore$PrivateKeyEntry; Ljava/security/KeyStore$ProtectionParameter; +Ljava/security/KeyStore$SecretKeyEntry; +Ljava/security/KeyStore$TrustedCertificateEntry; Ljava/security/KeyStore; Ljava/security/KeyStoreException; Ljava/security/KeyStoreSpi; @@ -31147,6 +33647,7 @@ Ljava/security/spec/DSAParameterSpec; Ljava/security/spec/DSAPublicKeySpec; Ljava/security/spec/ECField; Ljava/security/spec/ECFieldFp; +Ljava/security/spec/ECGenParameterSpec; Ljava/security/spec/ECParameterSpec; Ljava/security/spec/ECPoint; Ljava/security/spec/ECPrivateKeySpec; @@ -31159,6 +33660,7 @@ Ljava/security/spec/KeySpec; Ljava/security/spec/MGF1ParameterSpec; Ljava/security/spec/PKCS8EncodedKeySpec; Ljava/security/spec/PSSParameterSpec; +Ljava/security/spec/RSAKeyGenParameterSpec; Ljava/security/spec/RSAPrivateCrtKeySpec; Ljava/security/spec/RSAPrivateKeySpec; Ljava/security/spec/RSAPublicKeySpec; @@ -31172,6 +33674,7 @@ Ljava/text/Bidi; Ljava/text/BreakIterator; Ljava/text/CalendarBuilder; Ljava/text/CharacterIterator; +Ljava/text/CollationKey; Ljava/text/Collator; Ljava/text/DateFormat$Field; Ljava/text/DateFormat; @@ -31304,6 +33807,9 @@ Ljava/util/AbstractCollection; Ljava/util/AbstractList$1; Ljava/util/AbstractList$Itr; Ljava/util/AbstractList$ListItr; +Ljava/util/AbstractList$RandomAccessSpliterator; +Ljava/util/AbstractList$RandomAccessSubList; +Ljava/util/AbstractList$SubList; Ljava/util/AbstractList; Ljava/util/AbstractMap$1; Ljava/util/AbstractMap$2; @@ -31406,6 +33912,7 @@ Ljava/util/Date; Ljava/util/Deque; Ljava/util/Dictionary; Ljava/util/DualPivotQuicksort; +Ljava/util/DuplicateFormatFlagsException; Ljava/util/EnumMap$1; Ljava/util/EnumMap$EntryIterator$Entry; Ljava/util/EnumMap$EntryIterator; @@ -31421,6 +33928,7 @@ Ljava/util/EnumSet; Ljava/util/Enumeration; Ljava/util/EventListener; Ljava/util/EventObject; +Ljava/util/FormatFlagsConversionMismatchException; Ljava/util/Formattable; Ljava/util/Formatter$Conversion; Ljava/util/Formatter$DateTime; @@ -31462,10 +33970,26 @@ Ljava/util/IdentityHashMap$ValueIterator; Ljava/util/IdentityHashMap$Values; Ljava/util/IdentityHashMap; Ljava/util/IllegalFormatException; +Ljava/util/IllegalFormatPrecisionException; Ljava/util/IllformedLocaleException; +Ljava/util/ImmutableCollections$AbstractImmutableList; +Ljava/util/ImmutableCollections$AbstractImmutableMap; +Ljava/util/ImmutableCollections$AbstractImmutableSet; +Ljava/util/ImmutableCollections$List0; +Ljava/util/ImmutableCollections$List1; +Ljava/util/ImmutableCollections$List2; +Ljava/util/ImmutableCollections$ListN; +Ljava/util/ImmutableCollections$Map0; +Ljava/util/ImmutableCollections$Map1; +Ljava/util/ImmutableCollections$MapN; +Ljava/util/ImmutableCollections$Set0; +Ljava/util/ImmutableCollections$Set1; +Ljava/util/ImmutableCollections$Set2; +Ljava/util/ImmutableCollections$SetN; Ljava/util/Iterator; Ljava/util/JumboEnumSet$EnumSetIterator; Ljava/util/JumboEnumSet; +Ljava/util/KeyValueHolder; Ljava/util/LinkedHashMap$LinkedEntryIterator; Ljava/util/LinkedHashMap$LinkedEntrySet; Ljava/util/LinkedHashMap$LinkedHashIterator; @@ -31493,6 +34017,7 @@ Ljava/util/Locale; Ljava/util/Map$Entry; Ljava/util/Map; Ljava/util/MissingFormatArgumentException; +Ljava/util/MissingFormatWidthException; Ljava/util/MissingResourceException; Ljava/util/NavigableMap; Ljava/util/NavigableSet; @@ -31512,6 +34037,7 @@ Ljava/util/PropertyResourceBundle; Ljava/util/Queue; Ljava/util/Random; Ljava/util/RandomAccess; +Ljava/util/RandomAccessSubList; Ljava/util/RegularEnumSet$EnumSetIterator; Ljava/util/RegularEnumSet; Ljava/util/ResourceBundle$1; @@ -31520,6 +34046,7 @@ Ljava/util/ResourceBundle$CacheKey; Ljava/util/ResourceBundle$CacheKeyReference; Ljava/util/ResourceBundle$Control$1; Ljava/util/ResourceBundle$Control$CandidateListCache; +Ljava/util/ResourceBundle$Control; Ljava/util/ResourceBundle$LoaderReference; Ljava/util/ResourceBundle; Ljava/util/Scanner$1; @@ -31549,6 +34076,8 @@ Ljava/util/Spliterators; Ljava/util/Stack; Ljava/util/StringJoiner; Ljava/util/StringTokenizer; +Ljava/util/SubList$1; +Ljava/util/SubList; Ljava/util/TaskQueue; Ljava/util/TimSort; Ljava/util/TimeZone; @@ -31576,6 +34105,7 @@ Ljava/util/TreeMap; Ljava/util/TreeSet; Ljava/util/UUID$Holder; Ljava/util/UUID; +Ljava/util/UnknownFormatConversionException; Ljava/util/Vector$1; Ljava/util/Vector$Itr; Ljava/util/Vector; @@ -31599,6 +34129,9 @@ Ljava/util/concurrent/CancellationException; Ljava/util/concurrent/CompletableFuture$AltResult; Ljava/util/concurrent/CompletableFuture$AsynchronousCompletionTask; Ljava/util/concurrent/CompletableFuture$Completion; +Ljava/util/concurrent/CompletableFuture$Signaller; +Ljava/util/concurrent/CompletableFuture$UniCompletion; +Ljava/util/concurrent/CompletableFuture$UniWhenComplete; Ljava/util/concurrent/CompletableFuture; Ljava/util/concurrent/CompletionStage; Ljava/util/concurrent/ConcurrentHashMap$BaseIterator; @@ -31645,6 +34178,7 @@ Ljava/util/concurrent/ConcurrentHashMap$SearchKeysTask; Ljava/util/concurrent/ConcurrentHashMap$SearchMappingsTask; Ljava/util/concurrent/ConcurrentHashMap$SearchValuesTask; Ljava/util/concurrent/ConcurrentHashMap$Segment; +Ljava/util/concurrent/ConcurrentHashMap$TableStack; Ljava/util/concurrent/ConcurrentHashMap$Traverser; Ljava/util/concurrent/ConcurrentHashMap$TreeBin; Ljava/util/concurrent/ConcurrentHashMap$TreeNode; @@ -31691,6 +34225,7 @@ Ljava/util/concurrent/ForkJoinPool$ManagedBlocker; Ljava/util/concurrent/ForkJoinPool; Ljava/util/concurrent/ForkJoinTask$ExceptionNode; Ljava/util/concurrent/ForkJoinTask; +Ljava/util/concurrent/ForkJoinWorkerThread; Ljava/util/concurrent/Future; Ljava/util/concurrent/FutureTask$WaitNode; Ljava/util/concurrent/FutureTask; @@ -31779,6 +34314,7 @@ Ljava/util/function/BiConsumer; Ljava/util/function/BiFunction; Ljava/util/function/BiPredicate; Ljava/util/function/BinaryOperator; +Ljava/util/function/BooleanSupplier; Ljava/util/function/Consumer; Ljava/util/function/DoubleBinaryOperator; Ljava/util/function/DoubleSupplier; @@ -31837,6 +34373,7 @@ Ljava/util/logging/LogManager; Ljava/util/logging/LogRecord; Ljava/util/logging/Logger$1; Ljava/util/logging/Logger$LoggerBundle; +Ljava/util/logging/Logger$SystemLoggerHelper$1; Ljava/util/logging/Logger$SystemLoggerHelper; Ljava/util/logging/Logger; Ljava/util/logging/LoggingPermission; @@ -31997,11 +34534,14 @@ Ljava/util/zip/ZStreamRef; Ljava/util/zip/ZipCoder; Ljava/util/zip/ZipConstants; Ljava/util/zip/ZipEntry; +Ljava/util/zip/ZipError; Ljava/util/zip/ZipException; Ljava/util/zip/ZipFile$ZipEntryIterator; Ljava/util/zip/ZipFile$ZipFileInflaterInputStream; Ljava/util/zip/ZipFile$ZipFileInputStream; Ljava/util/zip/ZipFile; +Ljava/util/zip/ZipInputStream; +Ljava/util/zip/ZipOutputStream; Ljava/util/zip/ZipUtils; Ljavax/crypto/AEADBadTagException; Ljavax/crypto/BadPaddingException; @@ -32013,6 +34553,7 @@ Ljavax/crypto/Cipher$NeedToSet; Ljavax/crypto/Cipher$SpiAndProviderUpdater; Ljavax/crypto/Cipher$Transform; Ljavax/crypto/Cipher; +Ljavax/crypto/CipherOutputStream; Ljavax/crypto/CipherSpi; Ljavax/crypto/IllegalBlockSizeException; Ljavax/crypto/JceSecurity; @@ -32062,10 +34603,13 @@ Ljavax/net/ssl/KeyManagerFactory; Ljavax/net/ssl/KeyManagerFactorySpi; Ljavax/net/ssl/ManagerFactoryParameters; Ljavax/net/ssl/SNIHostName; +Ljavax/net/ssl/SNIMatcher; Ljavax/net/ssl/SNIServerName; Ljavax/net/ssl/SSLContext; Ljavax/net/ssl/SSLContextSpi; Ljavax/net/ssl/SSLEngine; +Ljavax/net/ssl/SSLEngineResult$HandshakeStatus; +Ljavax/net/ssl/SSLEngineResult$Status; Ljavax/net/ssl/SSLEngineResult; Ljavax/net/ssl/SSLException; Ljavax/net/ssl/SSLHandshakeException; @@ -32102,6 +34646,7 @@ Ljavax/xml/parsers/DocumentBuilderFactory; Ljavax/xml/parsers/ParserConfigurationException; Ljavax/xml/parsers/SAXParser; Ljavax/xml/parsers/SAXParserFactory; +Ljdk/internal/util/Preconditions; Llibcore/content/type/-$$Lambda$MimeMap$xJ95jeANwfbnj45hvSUmlPtZWWg; Llibcore/content/type/MimeMap$MemoizingSupplier; Llibcore/content/type/MimeMap; @@ -32161,11 +34706,18 @@ Llibcore/timezone/TimeZoneDataFiles; Llibcore/timezone/TimeZoneFinder$SelectiveCountryTimeZonesExtractor; Llibcore/timezone/TimeZoneFinder$TimeZonesProcessor; Llibcore/timezone/TimeZoneFinder; +Llibcore/timezone/ZoneInfoDB$1; +Llibcore/timezone/ZoneInfoDB$TzData$1; +Llibcore/timezone/ZoneInfoDB$TzData; +Llibcore/timezone/ZoneInfoDB; +Llibcore/timezone/ZoneInfoDb$1; +Llibcore/timezone/ZoneInfoDb; Llibcore/util/ArrayUtils; Llibcore/util/BasicLruCache; Llibcore/util/CharsetUtils; Llibcore/util/CollectionUtils; Llibcore/util/EmptyArray; +Llibcore/util/FP16; Llibcore/util/HexEncoding; Llibcore/util/NativeAllocationRegistry$CleanerRunner; Llibcore/util/NativeAllocationRegistry$CleanerThunk; @@ -32200,12 +34752,14 @@ Lorg/apache/harmony/xml/parsers/DocumentBuilderFactoryImpl; Lorg/apache/harmony/xml/parsers/SAXParserFactoryImpl; Lorg/apache/harmony/xml/parsers/SAXParserImpl; Lorg/apache/http/conn/ConnectTimeoutException; +Lorg/apache/http/conn/scheme/HostNameResolver; Lorg/apache/http/conn/scheme/LayeredSocketFactory; Lorg/apache/http/conn/scheme/SocketFactory; Lorg/apache/http/conn/ssl/AbstractVerifier; Lorg/apache/http/conn/ssl/AllowAllHostnameVerifier; Lorg/apache/http/conn/ssl/AndroidDistinguishedNameParser; Lorg/apache/http/conn/ssl/BrowserCompatHostnameVerifier; +Lorg/apache/http/conn/ssl/SSLSocketFactory$NoPreloadHolder; Lorg/apache/http/conn/ssl/SSLSocketFactory; Lorg/apache/http/conn/ssl/StrictHostnameVerifier; Lorg/apache/http/conn/ssl/X509HostnameVerifier; @@ -32265,6 +34819,7 @@ Lsun/invoke/util/VerifyAccess; Lsun/invoke/util/Wrapper$Format; Lsun/invoke/util/Wrapper; Lsun/misc/ASCIICaseInsensitiveComparator; +Lsun/misc/Cleaner$1; Lsun/misc/Cleaner; Lsun/misc/CompoundEnumeration; Lsun/misc/FDBigInteger; @@ -32344,6 +34899,7 @@ Lsun/nio/ch/SocketChannelImpl; Lsun/nio/ch/SocketDispatcher; Lsun/nio/ch/Util$1; Lsun/nio/ch/Util$2; +Lsun/nio/ch/Util$3; Lsun/nio/ch/Util$BufferCache; Lsun/nio/ch/Util; Lsun/nio/cs/ArrayDecoder; @@ -32416,6 +34972,7 @@ Lsun/security/provider/certpath/ConstraintsChecker; Lsun/security/provider/certpath/KeyChecker; Lsun/security/provider/certpath/OCSP$RevocationStatus$CertStatus; Lsun/security/provider/certpath/OCSP$RevocationStatus; +Lsun/security/provider/certpath/OCSPResponse$1; Lsun/security/provider/certpath/OCSPResponse$ResponseStatus; Lsun/security/provider/certpath/OCSPResponse$SingleResponse; Lsun/security/provider/certpath/OCSPResponse; @@ -32426,6 +34983,7 @@ Lsun/security/provider/certpath/PKIXMasterCertPathValidator; Lsun/security/provider/certpath/PolicyChecker; Lsun/security/provider/certpath/PolicyNodeImpl; Lsun/security/provider/certpath/RevocationChecker$1; +Lsun/security/provider/certpath/RevocationChecker$2; Lsun/security/provider/certpath/RevocationChecker$Mode; Lsun/security/provider/certpath/RevocationChecker$RevocationProperties; Lsun/security/provider/certpath/RevocationChecker; @@ -32536,9 +35094,11 @@ Lsun/util/calendar/LocalGregorianCalendar; Lsun/util/locale/BaseLocale$Cache; Lsun/util/locale/BaseLocale$Key; Lsun/util/locale/BaseLocale; +Lsun/util/locale/Extension; Lsun/util/locale/InternalLocaleBuilder$CaseInsensitiveChar; Lsun/util/locale/InternalLocaleBuilder; Lsun/util/locale/LanguageTag; +Lsun/util/locale/LocaleExtensions; Lsun/util/locale/LocaleMatcher; Lsun/util/locale/LocaleObjectCache$CacheEntry; Lsun/util/locale/LocaleObjectCache; @@ -32546,10 +35106,12 @@ Lsun/util/locale/LocaleSyntaxException; Lsun/util/locale/LocaleUtils; Lsun/util/locale/ParseStatus; Lsun/util/locale/StringTokenIterator; +Lsun/util/locale/UnicodeLocaleExtension; Lsun/util/logging/LoggingProxy; Lsun/util/logging/LoggingSupport$1; Lsun/util/logging/LoggingSupport; Lsun/util/logging/PlatformLogger$1; +Lsun/util/logging/PlatformLogger$JavaLoggerProxy; Lsun/util/logging/PlatformLogger$Level; Lsun/util/logging/PlatformLogger$LoggerProxy; Lsun/util/logging/PlatformLogger; diff --git a/config/preloaded-classes b/config/preloaded-classes index 64fd65f07742..c6b10ed4db48 100644 --- a/config/preloaded-classes +++ b/config/preloaded-classes @@ -27,17 +27,24 @@ android.accessibilityservice.AccessibilityServiceInfo android.accessibilityservice.IAccessibilityServiceClient$Stub$Proxy android.accessibilityservice.IAccessibilityServiceClient$Stub android.accessibilityservice.IAccessibilityServiceClient +android.accounts.AbstractAccountAuthenticator$Transport +android.accounts.AbstractAccountAuthenticator android.accounts.Account$1 android.accounts.Account android.accounts.AccountAndUser +android.accounts.AccountAuthenticatorResponse$1 +android.accounts.AccountAuthenticatorResponse android.accounts.AccountManager$10 android.accounts.AccountManager$11 +android.accounts.AccountManager$15 +android.accounts.AccountManager$16 android.accounts.AccountManager$17 android.accounts.AccountManager$18 android.accounts.AccountManager$1 android.accounts.AccountManager$20 android.accounts.AccountManager$2 android.accounts.AccountManager$3 +android.accounts.AccountManager$8 android.accounts.AccountManager$AmsTask$1 android.accounts.AccountManager$AmsTask$Response android.accounts.AccountManager$AmsTask @@ -58,6 +65,9 @@ android.accounts.AuthenticatorException android.accounts.IAccountAuthenticator$Stub$Proxy android.accounts.IAccountAuthenticator$Stub android.accounts.IAccountAuthenticator +android.accounts.IAccountAuthenticatorResponse$Stub$Proxy +android.accounts.IAccountAuthenticatorResponse$Stub +android.accounts.IAccountAuthenticatorResponse android.accounts.IAccountManager$Stub$Proxy android.accounts.IAccountManager$Stub android.accounts.IAccountManager @@ -136,8 +146,13 @@ android.animation.TypeConverter android.animation.TypeEvaluator android.animation.ValueAnimator$AnimatorUpdateListener android.animation.ValueAnimator +android.annotation.IntRange +android.annotation.NonNull +android.annotation.SystemApi android.apex.ApexInfo$1 android.apex.ApexInfo +android.apex.ApexSessionInfo$1 +android.apex.ApexSessionInfo android.apex.IApexService$Stub$Proxy android.apex.IApexService$Stub android.apex.IApexService @@ -149,15 +164,19 @@ android.app.-$$Lambda$ActivityThread$ApplicationThread$uR_ee-5oPoxu4U_by7wU55jwt android.app.-$$Lambda$ActivityThread$FmvGY8exyv0L0oqZrnunpl8OFI8 android.app.-$$Lambda$ActivityThread$Wg40iAoNYFxps_KmrqtgptTB054 android.app.-$$Lambda$ActivityTransitionState$yioLR6wQWjZ9DcWK5bibElIbsXc +android.app.-$$Lambda$AppOpsManager$2$t9yQjThS21ls97TonVuHm6nv4N8 +android.app.-$$Lambda$AppOpsManager$4Zbi7CSLEt0nvOmfJBVYtJkauTQ android.app.-$$Lambda$AppOpsManager$HistoricalOp$DkVcBvqB32SMHlxw0sWQPh3GL1A android.app.-$$Lambda$AppOpsManager$HistoricalOp$HUOLFYs8TiaQIOXcrq6JzjxA6gs android.app.-$$Lambda$AppOpsManager$HistoricalOp$Vs6pDL0wjOBTquwNnreWVbPQrn4 +android.app.-$$Lambda$AppOpsManager$frSyqmhVUmNbhMckfMS3PSwTMlw android.app.-$$Lambda$Dialog$zXRzrq3I7H1_zmZ8d_W7t2CQN0I android.app.-$$Lambda$FragmentTransition$jurn0WXuKw3bRQ_2d5zCWdeZWuI android.app.-$$Lambda$LoadedApk$ReceiverDispatcher$Args$_BumDX2UKsnxLVrE6UJsJZkotuA android.app.-$$Lambda$Notification$hOCsSZH8tWalFSbIzQ9x9IcPa9M android.app.-$$Lambda$ResourcesManager$QJ7UiVk_XS90KuXAsIjIEym1DnM android.app.-$$Lambda$SharedPreferencesImpl$EditorImpl$3CAjkhzA131V3V-sLfP2uy0FWZ0 +android.app.-$$Lambda$SystemServiceRegistry$17$DBwvhMLzjNnBFkaOY1OxllrybH4 android.app.-$$Lambda$WallpaperManager$Globals$1AcnQUORvPlCjJoNqdxfQT4o4Nw android.app.-$$Lambda$WallpaperManager$Globals$2yG7V1sbMECCnlFTLyjKWKqNoYI android.app.-$$Lambda$ZsFzoG2loyqNOR2cNbo-thrNK5c @@ -169,12 +188,15 @@ android.app.Activity$HostCallbacks android.app.Activity$ManagedCursor android.app.Activity$ManagedDialog android.app.Activity$NonConfigurationInstances +android.app.Activity$RequestFinishCallback android.app.Activity android.app.ActivityManager$1 android.app.ActivityManager$AppTask android.app.ActivityManager$MemoryInfo$1 android.app.ActivityManager$MemoryInfo android.app.ActivityManager$OnUidImportanceListener +android.app.ActivityManager$ProcessErrorStateInfo$1 +android.app.ActivityManager$ProcessErrorStateInfo android.app.ActivityManager$RecentTaskInfo$1 android.app.ActivityManager$RecentTaskInfo android.app.ActivityManager$RunningAppProcessInfo$1 @@ -192,8 +214,10 @@ android.app.ActivityManager$TaskSnapshot android.app.ActivityManager$UidObserver android.app.ActivityManager android.app.ActivityManagerInternal +android.app.ActivityOptions$1 android.app.ActivityOptions android.app.ActivityTaskManager$1 +android.app.ActivityTaskManager$2 android.app.ActivityTaskManager android.app.ActivityThread$1 android.app.ActivityThread$ActivityClientRecord @@ -238,35 +262,55 @@ android.app.AppGlobals android.app.AppOpsManager$1 android.app.AppOpsManager$2 android.app.AppOpsManager$3 +android.app.AppOpsManager$HistoricalFeatureOps android.app.AppOpsManager$HistoricalOp$1 android.app.AppOpsManager$HistoricalOp android.app.AppOpsManager$HistoricalOps$1 android.app.AppOpsManager$HistoricalOps +android.app.AppOpsManager$HistoricalOpsRequest$Builder +android.app.AppOpsManager$HistoricalOpsRequest android.app.AppOpsManager$HistoricalPackageOps$1 android.app.AppOpsManager$HistoricalPackageOps android.app.AppOpsManager$HistoricalUidOps$1 android.app.AppOpsManager$HistoricalUidOps +android.app.AppOpsManager$NoteOpEvent +android.app.AppOpsManager$OnOpActiveChangedInternalListener +android.app.AppOpsManager$OnOpActiveChangedListener android.app.AppOpsManager$OnOpChangedInternalListener android.app.AppOpsManager$OnOpChangedListener +android.app.AppOpsManager$OnOpNotedListener android.app.AppOpsManager$OpEntry$1 android.app.AppOpsManager$OpEntry +android.app.AppOpsManager$OpFeatureEntry$1 +android.app.AppOpsManager$OpFeatureEntry$LongSparseArrayParceling +android.app.AppOpsManager$OpFeatureEntry android.app.AppOpsManager$PackageOps$1 android.app.AppOpsManager$PackageOps +android.app.AppOpsManager$PausedNotedAppOpsCollection android.app.AppOpsManager android.app.AppOpsManagerInternal android.app.Application$ActivityLifecycleCallbacks +android.app.Application$OnProvideAssistDataListener android.app.Application android.app.ApplicationErrorReport$1 +android.app.ApplicationErrorReport$AnrInfo +android.app.ApplicationErrorReport$BatteryInfo android.app.ApplicationErrorReport$CrashInfo android.app.ApplicationErrorReport$ParcelableCrashInfo$1 android.app.ApplicationErrorReport$ParcelableCrashInfo +android.app.ApplicationErrorReport$RunningServiceInfo android.app.ApplicationErrorReport android.app.ApplicationLoaders$CachedClassLoader android.app.ApplicationLoaders +android.app.ApplicationPackageManager$1 +android.app.ApplicationPackageManager$HasSystemFeatureQuery android.app.ApplicationPackageManager$MoveCallbackDelegate android.app.ApplicationPackageManager$OnPermissionsChangeListenerDelegate android.app.ApplicationPackageManager$ResourceName +android.app.ApplicationPackageManager$SystemFeatureQuery android.app.ApplicationPackageManager +android.app.AsyncNotedAppOp$1 +android.app.AsyncNotedAppOp android.app.AutomaticZenRule$1 android.app.AutomaticZenRule android.app.BackStackRecord$Op @@ -284,12 +328,14 @@ android.app.DexLoadReporter android.app.Dialog$ListenersHandler android.app.Dialog android.app.DialogFragment +android.app.DirectAction$1 android.app.DirectAction android.app.DownloadManager$CursorTranslator android.app.DownloadManager$Query android.app.DownloadManager$Request android.app.DownloadManager android.app.EnterTransitionCoordinator +android.app.EventLogTags android.app.ExitTransitionCoordinator android.app.Fragment$1 android.app.Fragment$AnimationInfo @@ -364,6 +410,7 @@ android.app.IProcessObserver android.app.IRequestFinishCallback$Stub$Proxy android.app.IRequestFinishCallback$Stub android.app.IRequestFinishCallback +android.app.ISearchManager$Stub$Proxy android.app.ISearchManager$Stub android.app.ISearchManager android.app.IServiceConnection$Stub$Proxy @@ -372,12 +419,15 @@ android.app.IServiceConnection android.app.IStopUserCallback$Stub$Proxy android.app.IStopUserCallback$Stub android.app.IStopUserCallback +android.app.ITaskOrganizerController android.app.ITaskStackListener$Stub$Proxy android.app.ITaskStackListener$Stub android.app.ITaskStackListener android.app.ITransientNotification$Stub$Proxy android.app.ITransientNotification$Stub android.app.ITransientNotification +android.app.ITransientNotificationCallback$Stub +android.app.ITransientNotificationCallback android.app.IUiAutomationConnection$Stub$Proxy android.app.IUiAutomationConnection$Stub android.app.IUiAutomationConnection @@ -399,8 +449,13 @@ android.app.IWallpaperManager android.app.IWallpaperManagerCallback$Stub$Proxy android.app.IWallpaperManagerCallback$Stub android.app.IWallpaperManagerCallback +android.app.InstantAppResolverService$1 +android.app.InstantAppResolverService$InstantAppResolutionCallback +android.app.InstantAppResolverService$ServiceHandler +android.app.InstantAppResolverService android.app.Instrumentation$ActivityGoing android.app.Instrumentation$ActivityMonitor +android.app.Instrumentation$ActivityResult android.app.Instrumentation$ActivityWaiter android.app.Instrumentation android.app.IntentReceiverLeaked @@ -437,22 +492,30 @@ android.app.Notification$Builder android.app.Notification$BuilderRemoteViews android.app.Notification$DecoratedCustomViewStyle android.app.Notification$DecoratedMediaCustomViewStyle +android.app.Notification$Extender android.app.Notification$InboxStyle android.app.Notification$MediaStyle android.app.Notification$MessagingStyle$Message android.app.Notification$MessagingStyle android.app.Notification$StandardTemplateParams android.app.Notification$Style +android.app.Notification$TemplateBindResult +android.app.Notification$TvExtender android.app.Notification android.app.NotificationChannel$1 android.app.NotificationChannel android.app.NotificationChannelGroup$1 android.app.NotificationChannelGroup +android.app.NotificationHistory$1 +android.app.NotificationHistory$HistoricalNotification$Builder +android.app.NotificationHistory$HistoricalNotification +android.app.NotificationHistory android.app.NotificationManager$Policy$1 android.app.NotificationManager$Policy android.app.NotificationManager android.app.OnActivityPausedListener android.app.PackageInstallObserver$1 +android.app.PackageInstallObserver android.app.PendingIntent$1 android.app.PendingIntent$2 android.app.PendingIntent$CanceledException @@ -464,23 +527,33 @@ android.app.Person$1 android.app.Person$Builder android.app.Person android.app.PictureInPictureParams$1 +android.app.PictureInPictureParams$Builder android.app.PictureInPictureParams +android.app.ProcessMemoryState$1 +android.app.ProcessMemoryState android.app.ProfilerInfo$1 android.app.ProfilerInfo +android.app.ProgressDialog +android.app.PropertyInvalidatedCache$1 +android.app.PropertyInvalidatedCache android.app.QueuedWork$QueuedWorkHandler android.app.QueuedWork android.app.ReceiverRestrictedContext android.app.RemoteAction$1 android.app.RemoteAction android.app.RemoteInput$1 +android.app.RemoteInput$Builder android.app.RemoteInput +android.app.RemoteInputHistoryItem android.app.RemoteServiceException android.app.ResourcesManager$1 android.app.ResourcesManager$ActivityResources android.app.ResourcesManager$ApkKey +android.app.ResourcesManager$UpdateHandler android.app.ResourcesManager android.app.ResultInfo$1 android.app.ResultInfo +android.app.SearchDialog android.app.SearchManager android.app.SearchableInfo$1 android.app.SearchableInfo$ActionKeyInfo @@ -498,6 +571,9 @@ android.app.SharedPreferencesImpl$EditorImpl$2 android.app.SharedPreferencesImpl$EditorImpl android.app.SharedPreferencesImpl$MemoryCommitResult android.app.SharedPreferencesImpl +android.app.StatsManager$StatsUnavailableException +android.app.StatsManager$StatsdDeathRecipient +android.app.StatsManager android.app.StatusBarManager android.app.SynchronousUserSwitchObserver android.app.SystemServiceRegistry$100 @@ -517,7 +593,12 @@ android.app.SystemServiceRegistry$112 android.app.SystemServiceRegistry$113 android.app.SystemServiceRegistry$114 android.app.SystemServiceRegistry$115 +android.app.SystemServiceRegistry$116 +android.app.SystemServiceRegistry$117 +android.app.SystemServiceRegistry$118 +android.app.SystemServiceRegistry$119 android.app.SystemServiceRegistry$11 +android.app.SystemServiceRegistry$120 android.app.SystemServiceRegistry$12 android.app.SystemServiceRegistry$13 android.app.SystemServiceRegistry$14 @@ -635,10 +716,13 @@ android.app.VoiceInteractor android.app.Vr2dDisplayProperties$1 android.app.Vr2dDisplayProperties android.app.VrManager +android.app.WaitResult$1 +android.app.WaitResult android.app.WallpaperColors$1 android.app.WallpaperColors android.app.WallpaperInfo$1 android.app.WallpaperInfo +android.app.WallpaperManager$ColorManagementProxy android.app.WallpaperManager$Globals android.app.WallpaperManager$OnColorsChangedListener android.app.WallpaperManager @@ -660,13 +744,23 @@ android.app.admin.DevicePolicyManager$OnClearApplicationUserDataListener android.app.admin.DevicePolicyManager android.app.admin.DevicePolicyManagerInternal$OnCrossProfileWidgetProvidersChangeListener android.app.admin.DevicePolicyManagerInternal +android.app.admin.DeviceStateCache +android.app.admin.FactoryResetProtectionPolicy android.app.admin.IDeviceAdminService$Stub$Proxy +android.app.admin.IDeviceAdminService$Stub android.app.admin.IDeviceAdminService android.app.admin.IDevicePolicyManager$Stub$Proxy android.app.admin.IDevicePolicyManager$Stub android.app.admin.IDevicePolicyManager +android.app.admin.NetworkEvent android.app.admin.PasswordMetrics$1 +android.app.admin.PasswordMetrics$ComplexityBucket$1 +android.app.admin.PasswordMetrics$ComplexityBucket$2 +android.app.admin.PasswordMetrics$ComplexityBucket$3 +android.app.admin.PasswordMetrics$ComplexityBucket$4 +android.app.admin.PasswordMetrics$ComplexityBucket android.app.admin.PasswordMetrics +android.app.admin.PasswordPolicy android.app.admin.SecurityLog$SecurityEvent$1 android.app.admin.SecurityLog$SecurityEvent android.app.admin.SecurityLog @@ -680,6 +774,10 @@ android.app.admin.SystemUpdatePolicy android.app.assist.AssistContent$1 android.app.assist.AssistContent android.app.assist.AssistStructure$1 +android.app.assist.AssistStructure$AutofillOverlay +android.app.assist.AssistStructure$HtmlInfoNode$1 +android.app.assist.AssistStructure$HtmlInfoNode +android.app.assist.AssistStructure$HtmlInfoNodeBuilder android.app.assist.AssistStructure$ParcelTransferReader android.app.assist.AssistStructure$ParcelTransferWriter android.app.assist.AssistStructure$SendChannel @@ -699,10 +797,18 @@ android.app.backup.BackupDataOutput android.app.backup.BackupHelper android.app.backup.BackupHelperDispatcher$Header android.app.backup.BackupHelperDispatcher +android.app.backup.BackupManager$BackupManagerMonitorWrapper +android.app.backup.BackupManager$BackupObserverWrapper$1 +android.app.backup.BackupManager$BackupObserverWrapper android.app.backup.BackupManager +android.app.backup.BackupManagerMonitor +android.app.backup.BackupObserver +android.app.backup.BackupProgress$1 +android.app.backup.BackupProgress android.app.backup.BackupTransport$TransportImpl android.app.backup.BackupTransport android.app.backup.BlobBackupHelper +android.app.backup.FileBackupHelper android.app.backup.FileBackupHelperBase android.app.backup.FullBackup android.app.backup.FullBackupDataOutput @@ -721,16 +827,29 @@ android.app.backup.IBackupObserver android.app.backup.IFullBackupRestoreObserver$Stub$Proxy android.app.backup.IFullBackupRestoreObserver$Stub android.app.backup.IFullBackupRestoreObserver +android.app.backup.IRestoreSession android.app.backup.ISelectBackupTransportCallback$Stub$Proxy android.app.backup.ISelectBackupTransportCallback$Stub android.app.backup.ISelectBackupTransportCallback +android.app.backup.RestoreDescription$1 +android.app.backup.RestoreDescription android.app.backup.SharedPreferencesBackupHelper android.app.blob.-$$Lambda$BlobStoreManagerFrameworkInitializer$WjSRSHMmxWPF4Fq-7TpX23MBh2U +android.app.blob.BlobHandle android.app.blob.BlobStoreManager android.app.blob.BlobStoreManagerFrameworkInitializer +android.app.blob.IBlobStoreManager$Stub +android.app.blob.IBlobStoreManager +android.app.blob.IBlobStoreSession +android.app.contentsuggestions.ClassificationsRequest android.app.contentsuggestions.ContentSuggestionsManager +android.app.contentsuggestions.IClassificationsCallback$Stub +android.app.contentsuggestions.IClassificationsCallback android.app.contentsuggestions.IContentSuggestionsManager$Stub android.app.contentsuggestions.IContentSuggestionsManager +android.app.contentsuggestions.ISelectionsCallback$Stub +android.app.contentsuggestions.ISelectionsCallback +android.app.contentsuggestions.SelectionsRequest android.app.job.-$$Lambda$FpGlzN9oJcl8o5soW-gU-DyTvXM android.app.job.-$$Lambda$JobSchedulerFrameworkInitializer$PtYe8PQc1PVJQXRnpm3iSxcWTR0 android.app.job.-$$Lambda$JobSchedulerFrameworkInitializer$RHUxgww0pZFMmfQWKgaRAx0YFqA @@ -759,13 +878,16 @@ android.app.job.JobServiceEngine$JobInterface android.app.job.JobServiceEngine android.app.job.JobWorkItem$1 android.app.job.JobWorkItem +android.app.prediction.-$$Lambda$1lqxDplfWlUwgBrOynX9L0oK_uA android.app.prediction.AppPredictionContext$1 android.app.prediction.AppPredictionContext android.app.prediction.AppPredictionManager android.app.prediction.AppPredictionSessionId$1 android.app.prediction.AppPredictionSessionId +android.app.prediction.AppPredictor$CallbackWrapper android.app.prediction.AppPredictor android.app.prediction.AppTarget$1 +android.app.prediction.AppTarget$Builder android.app.prediction.AppTarget android.app.prediction.AppTargetEvent$1 android.app.prediction.AppTargetEvent @@ -777,17 +899,23 @@ android.app.prediction.IPredictionCallback android.app.prediction.IPredictionManager$Stub$Proxy android.app.prediction.IPredictionManager$Stub android.app.prediction.IPredictionManager +android.app.role.-$$Lambda$9DeAxmM9lUVr3-FTSefyo-BW8DY android.app.role.-$$Lambda$RoleControllerManager$Jsb4ev7pHUqel8_lglNSRLiUzpg +android.app.role.-$$Lambda$RoleControllerManager$hbh627Rh8mtJykW3vb1FWR34mIQ +android.app.role.-$$Lambda$RoleControllerManager$mCMKfoPdye0sMu6efs963HCR1Xk +android.app.role.-$$Lambda$Z0BwIRmLFQVA4XrF_I5nxvuecWE android.app.role.-$$Lambda$o94o2jK_ei-IVw-3oY_QJ49zpAA android.app.role.IOnRoleHoldersChangedListener$Stub$Proxy android.app.role.IOnRoleHoldersChangedListener$Stub android.app.role.IOnRoleHoldersChangedListener +android.app.role.IRoleController$Stub$Proxy android.app.role.IRoleController$Stub android.app.role.IRoleController android.app.role.IRoleManager$Stub$Proxy android.app.role.IRoleManager$Stub android.app.role.IRoleManager android.app.role.OnRoleHoldersChangedListener +android.app.role.RoleControllerManager$1 android.app.role.RoleControllerManager android.app.role.RoleManager$OnRoleHoldersChangedListenerDelegate android.app.role.RoleManager @@ -808,6 +936,8 @@ android.app.servertransaction.DestroyActivityItem$1 android.app.servertransaction.DestroyActivityItem android.app.servertransaction.LaunchActivityItem$1 android.app.servertransaction.LaunchActivityItem +android.app.servertransaction.MultiWindowModeChangeItem$1 +android.app.servertransaction.MultiWindowModeChangeItem android.app.servertransaction.NewIntentItem$1 android.app.servertransaction.NewIntentItem android.app.servertransaction.ObjectPool @@ -816,6 +946,8 @@ android.app.servertransaction.PauseActivityItem$1 android.app.servertransaction.PauseActivityItem android.app.servertransaction.PendingTransactionActions$StopInfo android.app.servertransaction.PendingTransactionActions +android.app.servertransaction.PipModeChangeItem$1 +android.app.servertransaction.PipModeChangeItem android.app.servertransaction.ResumeActivityItem$1 android.app.servertransaction.ResumeActivityItem android.app.servertransaction.StopActivityItem$1 @@ -840,8 +972,19 @@ android.app.slice.SliceSpec android.app.timedetector.ITimeDetectorService$Stub$Proxy android.app.timedetector.ITimeDetectorService$Stub android.app.timedetector.ITimeDetectorService +android.app.timedetector.ManualTimeSuggestion$1 +android.app.timedetector.ManualTimeSuggestion +android.app.timedetector.NetworkTimeSuggestion +android.app.timedetector.PhoneTimeSuggestion$1 +android.app.timedetector.PhoneTimeSuggestion +android.app.timedetector.TelephonyTimeSuggestion android.app.timedetector.TimeDetector android.app.timezone.RulesManager +android.app.timezonedetector.ITimeZoneDetectorService$Stub$Proxy +android.app.timezonedetector.ITimeZoneDetectorService$Stub +android.app.timezonedetector.ITimeZoneDetectorService +android.app.timezonedetector.ManualTimeZoneSuggestion +android.app.timezonedetector.TelephonyTimeZoneSuggestion android.app.timezonedetector.TimeZoneDetector android.app.trust.IStrongAuthTracker$Stub$Proxy android.app.trust.IStrongAuthTracker$Stub @@ -867,6 +1010,8 @@ android.app.usage.CacheQuotaService android.app.usage.ConfigurationStats$1 android.app.usage.ConfigurationStats android.app.usage.EventList +android.app.usage.ExternalStorageStats$1 +android.app.usage.ExternalStorageStats android.app.usage.ICacheQuotaService$Stub$Proxy android.app.usage.ICacheQuotaService$Stub android.app.usage.ICacheQuotaService @@ -876,6 +1021,8 @@ android.app.usage.IStorageStatsManager android.app.usage.IUsageStatsManager$Stub$Proxy android.app.usage.IUsageStatsManager$Stub android.app.usage.IUsageStatsManager +android.app.usage.NetworkStats$Bucket +android.app.usage.NetworkStats android.app.usage.NetworkStatsManager$CallbackHandler android.app.usage.NetworkStatsManager$UsageCallback android.app.usage.NetworkStatsManager @@ -904,6 +1051,9 @@ android.bluetooth.BluetoothActivityEnergyInfo$1 android.bluetooth.BluetoothActivityEnergyInfo android.bluetooth.BluetoothAdapter$1 android.bluetooth.BluetoothAdapter$2 +android.bluetooth.BluetoothAdapter$3 +android.bluetooth.BluetoothAdapter$4 +android.bluetooth.BluetoothAdapter$5 android.bluetooth.BluetoothAdapter android.bluetooth.BluetoothAvrcpController android.bluetooth.BluetoothClass$1 @@ -915,6 +1065,7 @@ android.bluetooth.BluetoothCodecStatus android.bluetooth.BluetoothDevice$1 android.bluetooth.BluetoothDevice$2 android.bluetooth.BluetoothDevice +android.bluetooth.BluetoothGattCallback android.bluetooth.BluetoothGattService$1 android.bluetooth.BluetoothGattService android.bluetooth.BluetoothHeadset$1 @@ -981,6 +1132,7 @@ android.bluetooth.IBluetoothHeadset android.bluetooth.IBluetoothHeadsetPhone$Stub$Proxy android.bluetooth.IBluetoothHeadsetPhone$Stub android.bluetooth.IBluetoothHeadsetPhone +android.bluetooth.IBluetoothHearingAid$Stub$Proxy android.bluetooth.IBluetoothHearingAid$Stub android.bluetooth.IBluetoothHearingAid android.bluetooth.IBluetoothHidDevice$Stub$Proxy @@ -1030,7 +1182,10 @@ android.bluetooth.le.AdvertiseData$1 android.bluetooth.le.AdvertiseData android.bluetooth.le.AdvertisingSetParameters$1 android.bluetooth.le.AdvertisingSetParameters +android.bluetooth.le.BluetoothLeScanner$1 +android.bluetooth.le.BluetoothLeScanner$BleScanCallbackWrapper android.bluetooth.le.BluetoothLeScanner +android.bluetooth.le.BluetoothLeUtils android.bluetooth.le.IAdvertisingSetCallback$Stub$Proxy android.bluetooth.le.IAdvertisingSetCallback$Stub android.bluetooth.le.IAdvertisingSetCallback @@ -1042,6 +1197,7 @@ android.bluetooth.le.IScannerCallback$Stub android.bluetooth.le.IScannerCallback android.bluetooth.le.PeriodicAdvertisingParameters$1 android.bluetooth.le.PeriodicAdvertisingParameters +android.bluetooth.le.ScanCallback android.bluetooth.le.ScanFilter$1 android.bluetooth.le.ScanFilter$Builder android.bluetooth.le.ScanFilter @@ -1063,6 +1219,7 @@ android.companion.IFindDeviceCallback android.compat.Compatibility$Callbacks android.compat.Compatibility android.content.-$$Lambda$AbstractThreadedSyncAdapter$ISyncAdapterImpl$L6ZtOCe8gjKwJj0908ytPlrD8Rc +android.content.-$$Lambda$ClipboardManager$1$hQk8olbGAgUi4WWNG4ZuDZsM39s android.content.AbstractThreadedSyncAdapter$ISyncAdapterImpl android.content.AbstractThreadedSyncAdapter$SyncThread android.content.AbstractThreadedSyncAdapter @@ -1092,6 +1249,7 @@ android.content.ComponentName android.content.ContentCaptureOptions$1 android.content.ContentCaptureOptions android.content.ContentInterface +android.content.ContentProvider$CallingIdentity android.content.ContentProvider$PipeDataWriter android.content.ContentProvider$Transport android.content.ContentProvider @@ -1100,13 +1258,18 @@ android.content.ContentProviderClient$NotRespondingRunnable android.content.ContentProviderClient android.content.ContentProviderNative android.content.ContentProviderOperation$1 +android.content.ContentProviderOperation$BackReference$1 +android.content.ContentProviderOperation$BackReference android.content.ContentProviderOperation$Builder android.content.ContentProviderOperation android.content.ContentProviderProxy android.content.ContentProviderResult$1 android.content.ContentProviderResult android.content.ContentResolver$1 +android.content.ContentResolver$2 android.content.ContentResolver$CursorWrapperInner +android.content.ContentResolver$GetTypeResultListener +android.content.ContentResolver$OpenResourceIdResult android.content.ContentResolver$ParcelFileDescriptorInner android.content.ContentResolver android.content.ContentUris @@ -1153,6 +1316,7 @@ android.content.ISyncStatusObserver$Stub$Proxy android.content.ISyncStatusObserver$Stub android.content.ISyncStatusObserver android.content.Intent$1 +android.content.Intent$CommandOptionHandler android.content.Intent$FilterComparison android.content.Intent android.content.IntentFilter$1 @@ -1169,9 +1333,14 @@ android.content.Loader$OnLoadCompleteListener android.content.Loader android.content.LocusId$1 android.content.LocusId +android.content.LoggingContentInterface +android.content.MutableContextWrapper android.content.OperationApplicationException android.content.PeriodicSync$1 +android.content.PeriodicSync +android.content.PermissionChecker android.content.ReceiverCallNotAllowedException +android.content.RestrictionEntry android.content.RestrictionsManager android.content.SearchRecentSuggestionsProvider$DatabaseHelper android.content.SearchRecentSuggestionsProvider @@ -1184,6 +1353,8 @@ android.content.SyncAdapterType android.content.SyncAdaptersCache$MySerializer android.content.SyncAdaptersCache android.content.SyncContext +android.content.SyncInfo$1 +android.content.SyncInfo android.content.SyncRequest$1 android.content.SyncRequest$Builder android.content.SyncRequest @@ -1200,6 +1371,8 @@ android.content.UndoManager android.content.UndoOperation android.content.UndoOwner android.content.UriMatcher +android.content.UriPermission$1 +android.content.UriPermission android.content.integrity.AppIntegrityManager android.content.om.IOverlayManager$Stub$Proxy android.content.om.IOverlayManager$Stub @@ -1208,32 +1381,46 @@ android.content.om.OverlayInfo$1 android.content.om.OverlayInfo android.content.om.OverlayManager android.content.om.OverlayableInfo +android.content.pm.-$$Lambda$B12dZLpdwpXn89QSesmkaZjD72Q android.content.pm.-$$Lambda$PackageParser$0DZRgzfgaIMpCOhJqjw6PUiU5vw android.content.pm.-$$Lambda$PackageParser$0aobsT7Zf7WVZCqMZ5z2clAuQf4 android.content.pm.-$$Lambda$PackageParser$M-9fHqS_eEp1oYkuKJhRHOGUxf8 android.content.pm.-$$Lambda$T1UQAuePWRRmVQ1KzTyMAktZUPM android.content.pm.-$$Lambda$ciir_QAmv6RwJro4I58t77dPnxU +android.content.pm.-$$Lambda$hUJwdX9IqTlLwBds2BUGqVf-FM8 android.content.pm.-$$Lambda$n3uXeb1v-YRmq_BWTfosEqUUr9g android.content.pm.-$$Lambda$zO9HBUVgPeroyDQPLJE-MNMvSqc android.content.pm.ActivityInfo$1 android.content.pm.ActivityInfo$WindowLayout android.content.pm.ActivityInfo +android.content.pm.ActivityPresentationInfo android.content.pm.ApplicationInfo$1 android.content.pm.ApplicationInfo +android.content.pm.AuxiliaryResolveInfo$AuxiliaryFilter android.content.pm.BaseParceledListSlice$1 android.content.pm.BaseParceledListSlice +android.content.pm.ChangedPackages$1 +android.content.pm.ChangedPackages android.content.pm.ComponentInfo android.content.pm.ConfigurationInfo$1 android.content.pm.ConfigurationInfo android.content.pm.CrossProfileApps android.content.pm.DataLoaderManager +android.content.pm.DataLoaderParams +android.content.pm.DataLoaderParamsParcel android.content.pm.FallbackCategoryProvider android.content.pm.FeatureGroupInfo$1 android.content.pm.FeatureGroupInfo android.content.pm.FeatureInfo$1 android.content.pm.FeatureInfo +android.content.pm.ICrossProfileApps$Stub$Proxy android.content.pm.ICrossProfileApps$Stub android.content.pm.ICrossProfileApps +android.content.pm.IDataLoader +android.content.pm.IDataLoaderManager$Stub +android.content.pm.IDataLoaderManager +android.content.pm.IDataLoaderStatusListener$Stub +android.content.pm.IDataLoaderStatusListener android.content.pm.IDexModuleRegisterCallback$Stub$Proxy android.content.pm.IDexModuleRegisterCallback$Stub android.content.pm.IDexModuleRegisterCallback @@ -1263,6 +1450,7 @@ android.content.pm.IPackageInstallerCallback$Stub$Proxy android.content.pm.IPackageInstallerCallback$Stub android.content.pm.IPackageInstallerCallback android.content.pm.IPackageInstallerSession$Stub$Proxy +android.content.pm.IPackageInstallerSession$Stub android.content.pm.IPackageInstallerSession android.content.pm.IPackageManager$Stub$Proxy android.content.pm.IPackageManager$Stub @@ -1275,12 +1463,19 @@ android.content.pm.IPackageMoveObserver android.content.pm.IPackageStatsObserver$Stub$Proxy android.content.pm.IPackageStatsObserver$Stub android.content.pm.IPackageStatsObserver +android.content.pm.IShortcutChangeCallback$Stub +android.content.pm.IShortcutChangeCallback android.content.pm.IShortcutService$Stub$Proxy android.content.pm.IShortcutService$Stub android.content.pm.IShortcutService +android.content.pm.InstallSourceInfo$1 +android.content.pm.InstallSourceInfo android.content.pm.InstantAppIntentFilter$1 android.content.pm.InstantAppIntentFilter +android.content.pm.InstantAppRequest +android.content.pm.InstantAppRequestInfo android.content.pm.InstantAppResolveInfo$1 +android.content.pm.InstantAppResolveInfo$InstantAppDigest$1 android.content.pm.InstantAppResolveInfo$InstantAppDigest android.content.pm.InstantAppResolveInfo android.content.pm.InstrumentationInfo$1 @@ -1291,12 +1486,19 @@ android.content.pm.KeySet$1 android.content.pm.KeySet android.content.pm.LauncherActivityInfo android.content.pm.LauncherApps$1 +android.content.pm.LauncherApps$AppUsageLimit$1 +android.content.pm.LauncherApps$AppUsageLimit +android.content.pm.LauncherApps$Callback +android.content.pm.LauncherApps$CallbackMessageHandler$CallbackInfo android.content.pm.LauncherApps$CallbackMessageHandler +android.content.pm.LauncherApps$ShortcutQuery android.content.pm.LauncherApps android.content.pm.ModuleInfo$1 android.content.pm.ModuleInfo android.content.pm.PackageInfo$1 android.content.pm.PackageInfo +android.content.pm.PackageInfoLite$1 +android.content.pm.PackageInfoLite android.content.pm.PackageInstaller$Session android.content.pm.PackageInstaller$SessionCallback android.content.pm.PackageInstaller$SessionCallbackDelegate @@ -1375,6 +1577,8 @@ android.content.pm.SharedLibraryInfo android.content.pm.ShortcutInfo$1 android.content.pm.ShortcutInfo$Builder android.content.pm.ShortcutInfo +android.content.pm.ShortcutManager$ShareShortcutInfo$1 +android.content.pm.ShortcutManager$ShareShortcutInfo android.content.pm.ShortcutManager android.content.pm.ShortcutServiceInternal$ShortcutChangeListener android.content.pm.ShortcutServiceInternal @@ -1385,22 +1589,76 @@ android.content.pm.SigningInfo android.content.pm.StringParceledListSlice$1 android.content.pm.StringParceledListSlice android.content.pm.SuspendDialogInfo$1 +android.content.pm.SuspendDialogInfo$Builder android.content.pm.SuspendDialogInfo android.content.pm.UserInfo$1 android.content.pm.UserInfo +android.content.pm.VerifierDeviceIdentity$1 +android.content.pm.VerifierDeviceIdentity android.content.pm.VerifierInfo$1 android.content.pm.VerifierInfo android.content.pm.VersionedPackage$1 android.content.pm.VersionedPackage android.content.pm.XmlSerializerAndParser +android.content.pm.dex.ArtManager$SnapshotRuntimeProfileCallbackDelegate android.content.pm.dex.ArtManager android.content.pm.dex.ArtManagerInternal android.content.pm.dex.DexMetadataHelper +android.content.pm.dex.IArtManager$Stub$Proxy android.content.pm.dex.IArtManager$Stub android.content.pm.dex.IArtManager android.content.pm.dex.ISnapshotRuntimeProfileCallback$Stub$Proxy android.content.pm.dex.ISnapshotRuntimeProfileCallback$Stub android.content.pm.dex.ISnapshotRuntimeProfileCallback +android.content.pm.dex.PackageOptimizationInfo +android.content.pm.parsing.AndroidPackage +android.content.pm.parsing.AndroidPackageWrite +android.content.pm.parsing.ApkLiteParseUtils +android.content.pm.parsing.ApkParseUtils$ParseInput +android.content.pm.parsing.ApkParseUtils$ParseResult +android.content.pm.parsing.ApkParseUtils +android.content.pm.parsing.ComponentParseUtils$ParsedActivity$1 +android.content.pm.parsing.ComponentParseUtils$ParsedActivity +android.content.pm.parsing.ComponentParseUtils$ParsedActivityIntentInfo$1 +android.content.pm.parsing.ComponentParseUtils$ParsedActivityIntentInfo +android.content.pm.parsing.ComponentParseUtils$ParsedComponent +android.content.pm.parsing.ComponentParseUtils$ParsedFeature +android.content.pm.parsing.ComponentParseUtils$ParsedInstrumentation$1 +android.content.pm.parsing.ComponentParseUtils$ParsedInstrumentation +android.content.pm.parsing.ComponentParseUtils$ParsedIntentInfo +android.content.pm.parsing.ComponentParseUtils$ParsedMainComponent$1 +android.content.pm.parsing.ComponentParseUtils$ParsedMainComponent +android.content.pm.parsing.ComponentParseUtils$ParsedPermission$1 +android.content.pm.parsing.ComponentParseUtils$ParsedPermission +android.content.pm.parsing.ComponentParseUtils$ParsedPermissionGroup$1 +android.content.pm.parsing.ComponentParseUtils$ParsedPermissionGroup +android.content.pm.parsing.ComponentParseUtils$ParsedProcess +android.content.pm.parsing.ComponentParseUtils$ParsedProvider$1 +android.content.pm.parsing.ComponentParseUtils$ParsedProvider +android.content.pm.parsing.ComponentParseUtils$ParsedProviderIntentInfo$1 +android.content.pm.parsing.ComponentParseUtils$ParsedProviderIntentInfo +android.content.pm.parsing.ComponentParseUtils$ParsedQueriesIntentInfo +android.content.pm.parsing.ComponentParseUtils$ParsedService$1 +android.content.pm.parsing.ComponentParseUtils$ParsedService +android.content.pm.parsing.ComponentParseUtils$ParsedServiceIntentInfo$1 +android.content.pm.parsing.ComponentParseUtils$ParsedServiceIntentInfo +android.content.pm.parsing.ComponentParseUtils +android.content.pm.parsing.PackageImpl$1 +android.content.pm.parsing.PackageImpl +android.content.pm.parsing.PackageInfoUtils +android.content.pm.parsing.ParsedPackage$PackageSettingCallback +android.content.pm.parsing.ParsedPackage +android.content.pm.parsing.ParsingPackage +android.content.pm.parsing.library.-$$Lambda$WrPVuoVJehE45tfhLfe_8Tcc-Nw +android.content.pm.parsing.library.AndroidHidlUpdater +android.content.pm.parsing.library.AndroidTestBaseUpdater +android.content.pm.parsing.library.OrgApacheHttpLegacyUpdater +android.content.pm.parsing.library.PackageBackwardCompatibility$AndroidTestRunnerSplitUpdater +android.content.pm.parsing.library.PackageBackwardCompatibility$RemoveUnnecessaryAndroidTestBaseLibrary +android.content.pm.parsing.library.PackageBackwardCompatibility +android.content.pm.parsing.library.PackageSharedLibraryUpdater +android.content.pm.permission.SplitPermissionInfoParcelable$1 +android.content.pm.permission.SplitPermissionInfoParcelable android.content.pm.split.DefaultSplitAssetLoader android.content.pm.split.SplitAssetDependencyLoader android.content.pm.split.SplitAssetLoader @@ -1444,6 +1702,7 @@ android.content.res.ResourceId android.content.res.Resources$NotFoundException android.content.res.Resources$Theme android.content.res.Resources$ThemeKey +android.content.res.Resources$UpdateCallbacks android.content.res.Resources android.content.res.ResourcesImpl$LookupStack android.content.res.ResourcesImpl$ThemeImpl @@ -1457,10 +1716,15 @@ android.content.res.TypedArray android.content.res.XmlBlock$Parser android.content.res.XmlBlock android.content.res.XmlResourceParser +android.content.res.loader.AssetsProvider +android.content.res.loader.ResourcesLoader$UpdateCallbacks +android.content.res.loader.ResourcesLoader +android.content.res.loader.ResourcesProvider android.content.rollback.IRollbackManager$Stub$Proxy android.content.rollback.IRollbackManager$Stub android.content.rollback.IRollbackManager android.content.rollback.RollbackManager +android.content.type.DefaultMimeMapFactory android.database.AbstractCursor$SelfContentObserver android.database.AbstractCursor android.database.AbstractWindowedCursor @@ -1486,6 +1750,7 @@ android.database.CursorWrapper android.database.DataSetObservable android.database.DataSetObserver android.database.DatabaseErrorHandler +android.database.DatabaseUtils$InsertHelper android.database.DatabaseUtils android.database.DefaultDatabaseErrorHandler android.database.IBulkCursor @@ -1500,8 +1765,13 @@ android.database.Observable android.database.SQLException android.database.StaleDataException android.database.sqlite.-$$Lambda$RBWjWVyGrOTsQrLCYzJ_G8Uk25Q +android.database.sqlite.-$$Lambda$SQLiteDatabase$1FsSJH2q7x3eeDFXCAu9l4piDsE +android.database.sqlite.-$$Lambda$SQLiteQueryBuilder$W2yQ6UjYGqGIu6HEomKgdgvGNKI android.database.sqlite.DatabaseObjectNotClosedException +android.database.sqlite.SQLiteAbortException +android.database.sqlite.SQLiteAccessPermException android.database.sqlite.SQLiteBindOrColumnIndexOutOfRangeException +android.database.sqlite.SQLiteBlobTooBigException android.database.sqlite.SQLiteCantOpenDatabaseException android.database.sqlite.SQLiteClosable android.database.sqlite.SQLiteCompatibilityWalFlags @@ -1531,11 +1801,13 @@ android.database.sqlite.SQLiteDebug$DbStats android.database.sqlite.SQLiteDebug$PagerStats android.database.sqlite.SQLiteDebug android.database.sqlite.SQLiteDirectCursorDriver +android.database.sqlite.SQLiteDiskIOException android.database.sqlite.SQLiteDoneException android.database.sqlite.SQLiteException android.database.sqlite.SQLiteFullException android.database.sqlite.SQLiteGlobal android.database.sqlite.SQLiteOpenHelper +android.database.sqlite.SQLiteOutOfMemoryException android.database.sqlite.SQLiteProgram android.database.sqlite.SQLiteQuery android.database.sqlite.SQLiteQueryBuilder @@ -1543,6 +1815,8 @@ android.database.sqlite.SQLiteSession$Transaction android.database.sqlite.SQLiteSession android.database.sqlite.SQLiteStatement android.database.sqlite.SQLiteStatementInfo +android.database.sqlite.SQLiteTableLockedException +android.database.sqlite.SQLiteTokenizer android.database.sqlite.SQLiteTransactionListener android.database.sqlite.SqliteWrapper android.ddm.DdmHandleAppName$Names @@ -1557,6 +1831,7 @@ android.ddm.DdmHandleViewDebug android.ddm.DdmRegister android.debug.AdbManager android.debug.AdbManagerInternal +android.debug.IAdbManager$Stub$Proxy android.debug.IAdbManager$Stub android.debug.IAdbManager android.debug.IAdbTransport$Stub @@ -1598,6 +1873,7 @@ android.graphics.ColorFilter android.graphics.ColorMatrix android.graphics.ColorMatrixColorFilter android.graphics.ColorSpace$Adaptation +android.graphics.ColorSpace$Connector android.graphics.ColorSpace$Lab android.graphics.ColorSpace$Model android.graphics.ColorSpace$Named @@ -1662,10 +1938,12 @@ android.graphics.Paint android.graphics.PaintFlagsDrawFilter android.graphics.Path$Direction android.graphics.Path$FillType +android.graphics.Path$Op android.graphics.Path android.graphics.PathDashPathEffect android.graphics.PathEffect android.graphics.PathMeasure +android.graphics.Picture$PictureCanvas android.graphics.Picture android.graphics.PixelFormat android.graphics.Point$1 @@ -1715,6 +1993,7 @@ android.graphics.drawable.-$$Lambda$NinePatchDrawable$yQvfm7FAkslD5wdGFysjgwt8cL android.graphics.drawable.AdaptiveIconDrawable$ChildDrawable android.graphics.drawable.AdaptiveIconDrawable$LayerState android.graphics.drawable.AdaptiveIconDrawable +android.graphics.drawable.Animatable2$AnimationCallback android.graphics.drawable.Animatable2 android.graphics.drawable.Animatable android.graphics.drawable.AnimatedImageDrawable$State @@ -1726,6 +2005,7 @@ android.graphics.drawable.AnimatedStateListDrawable$AnimatableTransition android.graphics.drawable.AnimatedStateListDrawable$AnimatedStateListState android.graphics.drawable.AnimatedStateListDrawable$AnimatedVectorDrawableTransition android.graphics.drawable.AnimatedStateListDrawable$AnimationDrawableTransition +android.graphics.drawable.AnimatedStateListDrawable$FrameInterpolator android.graphics.drawable.AnimatedStateListDrawable$Transition android.graphics.drawable.AnimatedStateListDrawable android.graphics.drawable.AnimatedVectorDrawable$1 @@ -1761,6 +2041,7 @@ android.graphics.drawable.GradientDrawable$GradientState android.graphics.drawable.GradientDrawable$Orientation android.graphics.drawable.GradientDrawable android.graphics.drawable.Icon$1 +android.graphics.drawable.Icon$LoadDrawableTask android.graphics.drawable.Icon android.graphics.drawable.InsetDrawable$InsetState android.graphics.drawable.InsetDrawable$InsetValue @@ -1788,6 +2069,7 @@ android.graphics.drawable.RotateDrawable$RotateState android.graphics.drawable.RotateDrawable android.graphics.drawable.ScaleDrawable$ScaleState android.graphics.drawable.ScaleDrawable +android.graphics.drawable.ShapeDrawable$ShaderFactory android.graphics.drawable.ShapeDrawable$ShapeState android.graphics.drawable.ShapeDrawable android.graphics.drawable.StateListDrawable$StateListState @@ -1823,6 +2105,7 @@ android.graphics.drawable.VectorDrawable$VectorDrawableState$1 android.graphics.drawable.VectorDrawable$VectorDrawableState android.graphics.drawable.VectorDrawable android.graphics.drawable.shapes.OvalShape +android.graphics.drawable.shapes.PathShape android.graphics.drawable.shapes.RectShape android.graphics.drawable.shapes.RoundRectShape android.graphics.drawable.shapes.Shape @@ -1845,9 +2128,14 @@ android.graphics.text.LineBreaker$Result android.graphics.text.LineBreaker android.graphics.text.MeasuredText$Builder android.graphics.text.MeasuredText +android.gsi.GsiProgress$1 +android.gsi.GsiProgress android.gsi.IGsiService$Stub$Proxy android.gsi.IGsiService$Stub android.gsi.IGsiService +android.gsi.IGsid$Stub$Proxy +android.gsi.IGsid$Stub +android.gsi.IGsid android.hardware.Camera$CameraInfo android.hardware.Camera$Face android.hardware.Camera @@ -1878,7 +2166,10 @@ android.hardware.ISerialManager android.hardware.Sensor android.hardware.SensorAdditionalInfo android.hardware.SensorEvent +android.hardware.SensorEventCallback +android.hardware.SensorEventListener2 android.hardware.SensorEventListener +android.hardware.SensorListener android.hardware.SensorManager android.hardware.SensorPrivacyManager$1 android.hardware.SensorPrivacyManager @@ -1890,6 +2181,7 @@ android.hardware.SystemSensorManager$TriggerEventQueue android.hardware.SystemSensorManager android.hardware.TriggerEvent android.hardware.TriggerEventListener +android.hardware.biometrics.BiometricAuthenticator$AuthenticationCallback android.hardware.biometrics.BiometricAuthenticator$Identifier android.hardware.biometrics.BiometricAuthenticator android.hardware.biometrics.BiometricFaceConstants @@ -1897,9 +2189,17 @@ android.hardware.biometrics.BiometricFingerprintConstants android.hardware.biometrics.BiometricManager android.hardware.biometrics.BiometricSourceType$1 android.hardware.biometrics.BiometricSourceType +android.hardware.biometrics.CryptoObject +android.hardware.biometrics.IAuthService$Stub$Proxy +android.hardware.biometrics.IAuthService$Stub +android.hardware.biometrics.IAuthService +android.hardware.biometrics.IBiometricAuthenticator$Stub$Proxy +android.hardware.biometrics.IBiometricAuthenticator$Stub +android.hardware.biometrics.IBiometricAuthenticator android.hardware.biometrics.IBiometricEnabledOnKeyguardCallback$Stub$Proxy android.hardware.biometrics.IBiometricEnabledOnKeyguardCallback$Stub android.hardware.biometrics.IBiometricEnabledOnKeyguardCallback +android.hardware.biometrics.IBiometricNativeHandle android.hardware.biometrics.IBiometricService$Stub$Proxy android.hardware.biometrics.IBiometricService$Stub android.hardware.biometrics.IBiometricService @@ -1912,6 +2212,8 @@ android.hardware.biometrics.IBiometricServiceReceiver android.hardware.biometrics.IBiometricServiceReceiverInternal$Stub$Proxy android.hardware.biometrics.IBiometricServiceReceiverInternal$Stub android.hardware.biometrics.IBiometricServiceReceiverInternal +android.hardware.camera2.-$$Lambda$CameraManager$CameraManagerGlobal$6Ptxoe4wF_VCkE_pml8t66mklao +android.hardware.camera2.-$$Lambda$CameraManager$CameraManagerGlobal$CONvadOBAEkcHSpx8j61v67qRGM android.hardware.camera2.CameraAccessException android.hardware.camera2.CameraCharacteristics$1 android.hardware.camera2.CameraCharacteristics$2 @@ -1924,6 +2226,7 @@ android.hardware.camera2.CameraCharacteristics android.hardware.camera2.CameraDevice android.hardware.camera2.CameraManager$AvailabilityCallback android.hardware.camera2.CameraManager$CameraManagerGlobal$1 +android.hardware.camera2.CameraManager$CameraManagerGlobal$3 android.hardware.camera2.CameraManager$CameraManagerGlobal android.hardware.camera2.CameraManager$TorchCallback android.hardware.camera2.CameraManager @@ -1954,6 +2257,7 @@ android.hardware.camera2.impl.CameraMetadataNative$1 android.hardware.camera2.impl.CameraMetadataNative$20 android.hardware.camera2.impl.CameraMetadataNative$21 android.hardware.camera2.impl.CameraMetadataNative$22 +android.hardware.camera2.impl.CameraMetadataNative$23 android.hardware.camera2.impl.CameraMetadataNative$2 android.hardware.camera2.impl.CameraMetadataNative$3 android.hardware.camera2.impl.CameraMetadataNative$4 @@ -1975,6 +2279,7 @@ android.hardware.camera2.marshal.MarshalQueryable android.hardware.camera2.marshal.MarshalRegistry$MarshalToken android.hardware.camera2.marshal.MarshalRegistry android.hardware.camera2.marshal.Marshaler +android.hardware.camera2.marshal.impl.MarshalQueryableArray$MarshalerArray android.hardware.camera2.marshal.impl.MarshalQueryableArray android.hardware.camera2.marshal.impl.MarshalQueryableBlackLevelPattern android.hardware.camera2.marshal.impl.MarshalQueryableBoolean$MarshalerBoolean @@ -1987,12 +2292,14 @@ android.hardware.camera2.marshal.impl.MarshalQueryableNativeByteToInteger$Marsha android.hardware.camera2.marshal.impl.MarshalQueryableNativeByteToInteger android.hardware.camera2.marshal.impl.MarshalQueryablePair android.hardware.camera2.marshal.impl.MarshalQueryableParcelable +android.hardware.camera2.marshal.impl.MarshalQueryablePrimitive$MarshalerPrimitive android.hardware.camera2.marshal.impl.MarshalQueryablePrimitive android.hardware.camera2.marshal.impl.MarshalQueryableRange android.hardware.camera2.marshal.impl.MarshalQueryableRecommendedStreamConfiguration android.hardware.camera2.marshal.impl.MarshalQueryableRect android.hardware.camera2.marshal.impl.MarshalQueryableReprocessFormatsMap android.hardware.camera2.marshal.impl.MarshalQueryableRggbChannelVector +android.hardware.camera2.marshal.impl.MarshalQueryableSize$MarshalerSize android.hardware.camera2.marshal.impl.MarshalQueryableSize android.hardware.camera2.marshal.impl.MarshalQueryableSizeF android.hardware.camera2.marshal.impl.MarshalQueryableStreamConfiguration @@ -2019,6 +2326,8 @@ android.hardware.camera2.params.StreamConfigurationDuration android.hardware.camera2.params.StreamConfigurationMap android.hardware.camera2.params.TonemapCurve android.hardware.camera2.utils.ArrayUtils +android.hardware.camera2.utils.ConcurrentCameraIdCombination +android.hardware.camera2.utils.TypeReference$SpecializedBaseTypeReference android.hardware.camera2.utils.TypeReference$SpecializedTypeReference android.hardware.camera2.utils.TypeReference android.hardware.contexthub.V1_0.ContextHub @@ -2029,12 +2338,14 @@ android.hardware.contexthub.V1_0.IContexthub android.hardware.contexthub.V1_0.IContexthubCallback$Stub android.hardware.contexthub.V1_0.IContexthubCallback android.hardware.contexthub.V1_0.MemRange +android.hardware.contexthub.V1_0.NanoAppBinary android.hardware.contexthub.V1_0.PhysicalSensor android.hardware.display.-$$Lambda$NightDisplayListener$sOK1HmSbMnFLzc4SdDD1WpVWJiI android.hardware.display.AmbientBrightnessDayStats$1 android.hardware.display.AmbientBrightnessDayStats android.hardware.display.AmbientDisplayConfiguration android.hardware.display.BrightnessChangeEvent$1 +android.hardware.display.BrightnessChangeEvent$Builder android.hardware.display.BrightnessChangeEvent android.hardware.display.BrightnessConfiguration$1 android.hardware.display.BrightnessConfiguration$Builder @@ -2081,7 +2392,22 @@ android.hardware.display.WifiDisplaySessionInfo$1 android.hardware.display.WifiDisplaySessionInfo android.hardware.display.WifiDisplayStatus$1 android.hardware.display.WifiDisplayStatus +android.hardware.face.Face$1 +android.hardware.face.Face +android.hardware.face.FaceManager$1 +android.hardware.face.FaceManager$AuthenticationCallback +android.hardware.face.FaceManager$AuthenticationResult +android.hardware.face.FaceManager$EnrollmentCallback +android.hardware.face.FaceManager$MyHandler +android.hardware.face.FaceManager$OnAuthenticationCancelListener +android.hardware.face.FaceManager$RemovalCallback android.hardware.face.FaceManager +android.hardware.face.IFaceService$Stub$Proxy +android.hardware.face.IFaceService$Stub +android.hardware.face.IFaceService +android.hardware.face.IFaceServiceReceiver$Stub$Proxy +android.hardware.face.IFaceServiceReceiver$Stub +android.hardware.face.IFaceServiceReceiver android.hardware.fingerprint.Fingerprint$1 android.hardware.fingerprint.Fingerprint android.hardware.fingerprint.FingerprintManager$1 @@ -2112,6 +2438,7 @@ android.hardware.input.InputDeviceIdentifier$1 android.hardware.input.InputDeviceIdentifier android.hardware.input.InputManager$InputDeviceListener android.hardware.input.InputManager$InputDeviceListenerDelegate +android.hardware.input.InputManager$InputDeviceVibrator android.hardware.input.InputManager$InputDevicesChangedListener android.hardware.input.InputManager android.hardware.input.InputManagerInternal @@ -2120,23 +2447,37 @@ android.hardware.input.KeyboardLayout android.hardware.input.TouchCalibration$1 android.hardware.input.TouchCalibration android.hardware.iris.IrisManager +android.hardware.lights.LightsManager +android.hardware.location.-$$Lambda$ContextHubManager$3$U9x_HK_GdADIEQ3mS5mDWMNWMu8 +android.hardware.location.-$$Lambda$ContextHubManager$4$sylEfC1Rx_cxuQRnKuthZXmV8KI +android.hardware.location.-$$Lambda$ContextHubTransaction$7a5H6DrY_dOy9M3qnYHhlmDHRNQ +android.hardware.location.-$$Lambda$ContextHubTransaction$RNVGnle3xCUm9u68syzn6-2znnU android.hardware.location.ActivityRecognitionHardware android.hardware.location.ContextHubClient +android.hardware.location.ContextHubClientCallback android.hardware.location.ContextHubInfo$1 android.hardware.location.ContextHubInfo android.hardware.location.ContextHubManager$2 android.hardware.location.ContextHubManager$3 android.hardware.location.ContextHubManager$4 +android.hardware.location.ContextHubManager$Callback +android.hardware.location.ContextHubManager$ICallback android.hardware.location.ContextHubManager android.hardware.location.ContextHubMessage$1 android.hardware.location.ContextHubMessage +android.hardware.location.ContextHubTransaction$OnCompleteListener +android.hardware.location.ContextHubTransaction$Response android.hardware.location.ContextHubTransaction +android.hardware.location.GeofenceHardware$GeofenceHardwareMonitorCallbackWrapper +android.hardware.location.GeofenceHardware +android.hardware.location.GeofenceHardwareCallback android.hardware.location.GeofenceHardwareImpl$1 android.hardware.location.GeofenceHardwareImpl$2 android.hardware.location.GeofenceHardwareImpl$3 android.hardware.location.GeofenceHardwareImpl$GeofenceTransition android.hardware.location.GeofenceHardwareImpl$Reaper android.hardware.location.GeofenceHardwareImpl +android.hardware.location.GeofenceHardwareMonitorCallback android.hardware.location.GeofenceHardwareMonitorEvent$1 android.hardware.location.GeofenceHardwareMonitorEvent android.hardware.location.GeofenceHardwareRequest @@ -2219,6 +2560,7 @@ android.hardware.radio.V1_0.AppStatus android.hardware.radio.V1_0.Call android.hardware.radio.V1_0.CallForwardInfo android.hardware.radio.V1_0.CardStatus +android.hardware.radio.V1_0.Carrier android.hardware.radio.V1_0.CarrierRestrictions android.hardware.radio.V1_0.CdmaBroadcastSmsConfigInfo android.hardware.radio.V1_0.CdmaCallWaiting @@ -2235,6 +2577,7 @@ android.hardware.radio.V1_0.CellIdentityLte android.hardware.radio.V1_0.CellIdentityTdscdma android.hardware.radio.V1_0.CellIdentityWcdma android.hardware.radio.V1_0.CellInfo +android.hardware.radio.V1_0.CellInfoCdma android.hardware.radio.V1_0.CellInfoGsm android.hardware.radio.V1_0.CellInfoLte android.hardware.radio.V1_0.CellInfoTdscdma @@ -2315,20 +2658,39 @@ android.hardware.radio.V1_3.IRadioIndication android.hardware.radio.V1_3.IRadioResponse android.hardware.radio.V1_4.CardStatus android.hardware.radio.V1_4.CarrierRestrictionsWithPriority +android.hardware.radio.V1_4.CellConfigLte +android.hardware.radio.V1_4.CellIdentityNr +android.hardware.radio.V1_4.CellInfo$Info android.hardware.radio.V1_4.CellInfo +android.hardware.radio.V1_4.CellInfoLte +android.hardware.radio.V1_4.CellInfoNr +android.hardware.radio.V1_4.DataRegStateResult$VopsInfo$hidl_discriminator android.hardware.radio.V1_4.DataRegStateResult$VopsInfo android.hardware.radio.V1_4.DataRegStateResult android.hardware.radio.V1_4.EmergencyNumber +android.hardware.radio.V1_4.IRadio$Proxy android.hardware.radio.V1_4.IRadio android.hardware.radio.V1_4.IRadioIndication$Stub android.hardware.radio.V1_4.IRadioIndication android.hardware.radio.V1_4.IRadioResponse$Stub android.hardware.radio.V1_4.IRadioResponse +android.hardware.radio.V1_4.LteVopsInfo android.hardware.radio.V1_4.NetworkScanResult android.hardware.radio.V1_4.NrIndicators +android.hardware.radio.V1_4.NrSignalStrength android.hardware.radio.V1_4.PhysicalChannelConfig +android.hardware.radio.V1_4.RadioFrequencyInfo android.hardware.radio.V1_4.SetupDataCallResult android.hardware.radio.V1_4.SignalStrength +android.hardware.radio.V1_5.CellIdentity +android.hardware.radio.V1_5.CellIdentityGsm +android.hardware.radio.V1_5.CellIdentityLte +android.hardware.radio.V1_5.CellIdentityNr +android.hardware.radio.V1_5.CellIdentityTdscdma +android.hardware.radio.V1_5.CellIdentityWcdma +android.hardware.radio.V1_5.ClosedSubscriberGroupInfo +android.hardware.radio.V1_5.IRadio +android.hardware.radio.V1_5.OptionalCsgInfo android.hardware.radio.config.V1_0.IRadioConfig android.hardware.radio.config.V1_0.IRadioConfigIndication android.hardware.radio.config.V1_0.IRadioConfigResponse @@ -2352,9 +2714,11 @@ android.hardware.radio.deprecated.V1_0.IOemHookIndication android.hardware.radio.deprecated.V1_0.IOemHookResponse$Stub android.hardware.radio.deprecated.V1_0.IOemHookResponse android.hardware.sidekick.SidekickInternal +android.hardware.soundtrigger.ConversionUtil android.hardware.soundtrigger.IRecognitionStatusCallback$Stub$Proxy android.hardware.soundtrigger.IRecognitionStatusCallback$Stub android.hardware.soundtrigger.IRecognitionStatusCallback +android.hardware.soundtrigger.KeyphraseMetadata android.hardware.soundtrigger.SoundTrigger$ConfidenceLevel$1 android.hardware.soundtrigger.SoundTrigger$ConfidenceLevel android.hardware.soundtrigger.SoundTrigger$GenericRecognitionEvent$1 @@ -2369,6 +2733,8 @@ android.hardware.soundtrigger.SoundTrigger$KeyphraseRecognitionExtra$1 android.hardware.soundtrigger.SoundTrigger$KeyphraseRecognitionExtra android.hardware.soundtrigger.SoundTrigger$KeyphraseSoundModel$1 android.hardware.soundtrigger.SoundTrigger$KeyphraseSoundModel +android.hardware.soundtrigger.SoundTrigger$ModelParamRange$1 +android.hardware.soundtrigger.SoundTrigger$ModelParamRange android.hardware.soundtrigger.SoundTrigger$ModuleProperties$1 android.hardware.soundtrigger.SoundTrigger$ModuleProperties android.hardware.soundtrigger.SoundTrigger$RecognitionConfig$1 @@ -2380,25 +2746,36 @@ android.hardware.soundtrigger.SoundTrigger$SoundModelEvent$1 android.hardware.soundtrigger.SoundTrigger$SoundModelEvent android.hardware.soundtrigger.SoundTrigger$StatusListener android.hardware.soundtrigger.SoundTrigger +android.hardware.soundtrigger.SoundTriggerModule$EventHandlerDelegate android.hardware.soundtrigger.SoundTriggerModule android.hardware.thermal.V1_0.IThermal android.hardware.thermal.V1_0.ThermalStatus +android.hardware.thermal.V2_0.CoolingDevice android.hardware.thermal.V2_0.IThermal$Proxy +android.hardware.thermal.V2_0.IThermal$getCurrentCoolingDevicesCallback android.hardware.thermal.V2_0.IThermal$getCurrentTemperaturesCallback android.hardware.thermal.V2_0.IThermal android.hardware.thermal.V2_0.IThermalChangedCallback$Stub android.hardware.thermal.V2_0.IThermalChangedCallback android.hardware.thermal.V2_0.Temperature +android.hardware.usb.AccessoryFilter +android.hardware.usb.DeviceFilter android.hardware.usb.IUsbManager$Stub$Proxy android.hardware.usb.IUsbManager$Stub android.hardware.usb.IUsbManager +android.hardware.usb.IUsbSerialReader$Stub +android.hardware.usb.IUsbSerialReader android.hardware.usb.ParcelableUsbPort$1 android.hardware.usb.ParcelableUsbPort android.hardware.usb.UsbAccessory$2 android.hardware.usb.UsbAccessory +android.hardware.usb.UsbConfiguration$1 +android.hardware.usb.UsbConfiguration android.hardware.usb.UsbDevice$1 +android.hardware.usb.UsbDevice$Builder android.hardware.usb.UsbDevice android.hardware.usb.UsbDeviceConnection +android.hardware.usb.UsbInterface android.hardware.usb.UsbManager android.hardware.usb.UsbPort android.hardware.usb.UsbPortStatus$1 @@ -2411,8 +2788,18 @@ android.hardware.usb.gadget.V1_0.IUsbGadgetCallback android.icu.impl.BMPSet android.icu.impl.CacheBase android.icu.impl.CacheValue$NullValue +android.icu.impl.CacheValue$SoftValue android.icu.impl.CacheValue$Strength +android.icu.impl.CacheValue$StrongValue android.icu.impl.CacheValue +android.icu.impl.CalType +android.icu.impl.CalendarUtil$CalendarPreferences +android.icu.impl.CalendarUtil +android.icu.impl.CaseMapImpl$StringContextIterator +android.icu.impl.CaseMapImpl +android.icu.impl.CharTrie +android.icu.impl.CharacterIteration +android.icu.impl.CharacterPropertiesImpl android.icu.impl.ClassLoaderUtil android.icu.impl.CurrencyData$CurrencyDisplayInfo android.icu.impl.CurrencyData$CurrencyDisplayInfoProvider @@ -2420,6 +2807,11 @@ android.icu.impl.CurrencyData$CurrencySpacingInfo$SpacingPattern android.icu.impl.CurrencyData$CurrencySpacingInfo$SpacingType android.icu.impl.CurrencyData$CurrencySpacingInfo android.icu.impl.CurrencyData +android.icu.impl.DateNumberFormat +android.icu.impl.FormattedStringBuilder +android.icu.impl.FormattedValueStringBuilderImpl$NullField +android.icu.impl.FormattedValueStringBuilderImpl +android.icu.impl.Grego android.icu.impl.ICUBinary$Authenticate android.icu.impl.ICUBinary$DatPackageReader$IsAcceptable android.icu.impl.ICUBinary$DatPackageReader @@ -2441,20 +2833,26 @@ android.icu.impl.ICUCurrencyMetaInfo android.icu.impl.ICUData android.icu.impl.ICUDebug android.icu.impl.ICULocaleService$ICUResourceBundleFactory +android.icu.impl.ICULocaleService$LocaleKey android.icu.impl.ICULocaleService$LocaleKeyFactory android.icu.impl.ICULocaleService android.icu.impl.ICUNotifier android.icu.impl.ICURWLock android.icu.impl.ICUResourceBundle$1 +android.icu.impl.ICUResourceBundle$2$1 +android.icu.impl.ICUResourceBundle$2 android.icu.impl.ICUResourceBundle$3 android.icu.impl.ICUResourceBundle$4 +android.icu.impl.ICUResourceBundle$AvailEntry android.icu.impl.ICUResourceBundle$Loader android.icu.impl.ICUResourceBundle$OpenType android.icu.impl.ICUResourceBundle$WholeBundle android.icu.impl.ICUResourceBundle android.icu.impl.ICUResourceBundleImpl$ResourceArray +android.icu.impl.ICUResourceBundleImpl$ResourceBinary android.icu.impl.ICUResourceBundleImpl$ResourceContainer android.icu.impl.ICUResourceBundleImpl$ResourceInt +android.icu.impl.ICUResourceBundleImpl$ResourceIntVector android.icu.impl.ICUResourceBundleImpl$ResourceString android.icu.impl.ICUResourceBundleImpl$ResourceTable android.icu.impl.ICUResourceBundleImpl @@ -2472,25 +2870,79 @@ android.icu.impl.ICUResourceBundleReader$Table1632 android.icu.impl.ICUResourceBundleReader$Table16 android.icu.impl.ICUResourceBundleReader$Table android.icu.impl.ICUResourceBundleReader +android.icu.impl.ICUService$CacheEntry android.icu.impl.ICUService$Factory +android.icu.impl.ICUService$Key android.icu.impl.ICUService +android.icu.impl.IDNA2003 +android.icu.impl.JavaTimeZone android.icu.impl.LocaleIDParser +android.icu.impl.LocaleIDs +android.icu.impl.Norm2AllModes$1 +android.icu.impl.Norm2AllModes$ComposeNormalizer2 +android.icu.impl.Norm2AllModes$DecomposeNormalizer2 +android.icu.impl.Norm2AllModes$FCDNormalizer2 +android.icu.impl.Norm2AllModes$NFCSingleton +android.icu.impl.Norm2AllModes$NFKCSingleton +android.icu.impl.Norm2AllModes$NoopNormalizer2 +android.icu.impl.Norm2AllModes$Norm2AllModesSingleton +android.icu.impl.Norm2AllModes$Normalizer2WithImpl +android.icu.impl.Norm2AllModes +android.icu.impl.Normalizer2Impl$1 +android.icu.impl.Normalizer2Impl$IsAcceptable +android.icu.impl.Normalizer2Impl$ReorderingBuffer +android.icu.impl.Normalizer2Impl$UTF16Plus +android.icu.impl.Normalizer2Impl +android.icu.impl.OlsonTimeZone android.icu.impl.Pair +android.icu.impl.PatternProps +android.icu.impl.PatternTokenizer +android.icu.impl.PluralRulesLoader android.icu.impl.RBBIDataWrapper$IsAcceptable android.icu.impl.RBBIDataWrapper$RBBIDataHeader android.icu.impl.RBBIDataWrapper$RBBIStateTable android.icu.impl.RBBIDataWrapper +android.icu.impl.ReplaceableUCharacterIterator +android.icu.impl.RuleCharacterIterator android.icu.impl.SimpleCache +android.icu.impl.SimpleFormatterImpl android.icu.impl.SoftCache +android.icu.impl.StandardPlural +android.icu.impl.StaticUnicodeSets$Key +android.icu.impl.StaticUnicodeSets$ParseDataSink +android.icu.impl.StaticUnicodeSets +android.icu.impl.StringPrepDataReader +android.icu.impl.StringSegment +android.icu.impl.TextTrieMap$Node +android.icu.impl.TextTrieMap +android.icu.impl.TimeZoneNamesFactoryImpl +android.icu.impl.TimeZoneNamesImpl$1 +android.icu.impl.TimeZoneNamesImpl$MZ2TZsCache +android.icu.impl.TimeZoneNamesImpl$MZMapEntry +android.icu.impl.TimeZoneNamesImpl$TZ2MZsCache +android.icu.impl.TimeZoneNamesImpl$ZNames$NameTypeIndex +android.icu.impl.TimeZoneNamesImpl$ZNames +android.icu.impl.TimeZoneNamesImpl$ZNamesLoader +android.icu.impl.TimeZoneNamesImpl +android.icu.impl.Trie$DataManipulate +android.icu.impl.Trie$DefaultGetFoldingOffset android.icu.impl.Trie2$1 android.icu.impl.Trie2$2 +android.icu.impl.Trie2$Range +android.icu.impl.Trie2$Trie2Iterator android.icu.impl.Trie2$UTrie2Header android.icu.impl.Trie2$ValueMapper android.icu.impl.Trie2$ValueWidth android.icu.impl.Trie2 android.icu.impl.Trie2_16 +android.icu.impl.Trie2_32 +android.icu.impl.Trie android.icu.impl.UBiDiProps$IsAcceptable android.icu.impl.UBiDiProps +android.icu.impl.UCaseProps$ContextIterator +android.icu.impl.UCaseProps$IsAcceptable +android.icu.impl.UCaseProps$LatinCase +android.icu.impl.UCaseProps android.icu.impl.UCharacterProperty$10 android.icu.impl.UCharacterProperty$11 android.icu.impl.UCharacterProperty$12 @@ -2527,48 +2979,118 @@ android.icu.impl.UCharacterProperty$IsAcceptable android.icu.impl.UCharacterProperty$NormInertBinaryProperty android.icu.impl.UCharacterProperty$NormQuickCheckIntProperty android.icu.impl.UCharacterProperty +android.icu.impl.UPropertyAliases$IsAcceptable +android.icu.impl.UPropertyAliases +android.icu.impl.URLHandler$URLVisitor android.icu.impl.UResource$Array android.icu.impl.UResource$Key android.icu.impl.UResource$Sink android.icu.impl.UResource$Table android.icu.impl.UResource$Value android.icu.impl.UResource +android.icu.impl.USerializedSet +android.icu.impl.UnicodeSetStringSpan$OffsetList +android.icu.impl.UnicodeSetStringSpan android.icu.impl.Utility android.icu.impl.ZoneMeta$1 android.icu.impl.ZoneMeta$CustomTimeZoneCache android.icu.impl.ZoneMeta$SystemTimeZoneCache android.icu.impl.ZoneMeta +android.icu.impl.coll.CollationData +android.icu.impl.coll.CollationDataReader$IsAcceptable +android.icu.impl.coll.CollationDataReader +android.icu.impl.coll.CollationFastLatin +android.icu.impl.coll.CollationIterator$CEBuffer +android.icu.impl.coll.CollationLoader +android.icu.impl.coll.CollationRoot +android.icu.impl.coll.CollationSettings +android.icu.impl.coll.CollationTailoring +android.icu.impl.coll.SharedObject$Reference +android.icu.impl.coll.SharedObject +android.icu.impl.locale.AsciiUtil$CaseInsensitiveKey android.icu.impl.locale.AsciiUtil android.icu.impl.locale.BaseLocale$Cache android.icu.impl.locale.BaseLocale$Key android.icu.impl.locale.BaseLocale +android.icu.impl.locale.InternalLocaleBuilder$CaseInsensitiveChar +android.icu.impl.locale.InternalLocaleBuilder +android.icu.impl.locale.LanguageTag android.icu.impl.locale.LocaleObjectCache$CacheEntry android.icu.impl.locale.LocaleObjectCache android.icu.impl.locale.LocaleSyntaxException +android.icu.impl.number.AdoptingModifierStore android.icu.impl.number.AffixPatternProvider +android.icu.impl.number.AffixUtils$SymbolProvider +android.icu.impl.number.AffixUtils$TokenConsumer android.icu.impl.number.AffixUtils +android.icu.impl.number.ConstantAffixModifier +android.icu.impl.number.ConstantMultiFieldModifier +android.icu.impl.number.CurrencySpacingEnabledModifier android.icu.impl.number.CustomSymbolCurrency android.icu.impl.number.DecimalFormatProperties$ParseMode android.icu.impl.number.DecimalFormatProperties +android.icu.impl.number.DecimalQuantity +android.icu.impl.number.DecimalQuantity_AbstractBCD +android.icu.impl.number.DecimalQuantity_DualStorageBCD android.icu.impl.number.Grouper android.icu.impl.number.MacroProps +android.icu.impl.number.MicroProps +android.icu.impl.number.MicroPropsGenerator +android.icu.impl.number.Modifier +android.icu.impl.number.ModifierStore +android.icu.impl.number.MultiplierFormatHandler +android.icu.impl.number.MutablePatternModifier$ImmutablePatternModifier +android.icu.impl.number.MutablePatternModifier android.icu.impl.number.Padder$PadPosition +android.icu.impl.number.Padder android.icu.impl.number.PatternStringParser$ParsedPatternInfo android.icu.impl.number.PatternStringParser$ParsedSubpatternInfo android.icu.impl.number.PatternStringParser$ParserState android.icu.impl.number.PatternStringParser +android.icu.impl.number.PatternStringUtils android.icu.impl.number.PropertiesAffixPatternProvider android.icu.impl.number.RoundingUtils +android.icu.impl.number.parse.AffixMatcher$1 +android.icu.impl.number.parse.AffixMatcher +android.icu.impl.number.parse.AffixPatternMatcher +android.icu.impl.number.parse.AffixTokenMatcherFactory +android.icu.impl.number.parse.DecimalMatcher +android.icu.impl.number.parse.IgnorablesMatcher +android.icu.impl.number.parse.InfinityMatcher +android.icu.impl.number.parse.MinusSignMatcher +android.icu.impl.number.parse.NanMatcher +android.icu.impl.number.parse.NumberParseMatcher$Flexible +android.icu.impl.number.parse.NumberParseMatcher +android.icu.impl.number.parse.NumberParserImpl +android.icu.impl.number.parse.ParsedNumber$1 +android.icu.impl.number.parse.ParsedNumber +android.icu.impl.number.parse.ParsingUtils +android.icu.impl.number.parse.RequireAffixValidator +android.icu.impl.number.parse.RequireNumberValidator +android.icu.impl.number.parse.ScientificMatcher +android.icu.impl.number.parse.SeriesMatcher +android.icu.impl.number.parse.SymbolMatcher +android.icu.impl.number.parse.ValidationMatcher +android.icu.lang.CharacterProperties android.icu.lang.UCharacter android.icu.lang.UCharacterEnums$ECharacterCategory android.icu.lang.UCharacterEnums$ECharacterDirection +android.icu.lang.UScript$ScriptUsage +android.icu.lang.UScript +android.icu.math.BigDecimal +android.icu.math.MathContext +android.icu.number.CompactNotation android.icu.number.CurrencyPrecision +android.icu.number.FormattedNumber android.icu.number.FractionPrecision android.icu.number.IntegerWidth android.icu.number.LocalizedNumberFormatter +android.icu.number.Notation android.icu.number.NumberFormatter$DecimalSeparatorDisplay android.icu.number.NumberFormatter$SignDisplay +android.icu.number.NumberFormatter$UnitWidth android.icu.number.NumberFormatter +android.icu.number.NumberFormatterImpl android.icu.number.NumberFormatterSettings android.icu.number.NumberPropertyMapper android.icu.number.Precision$CurrencyRounderImpl @@ -2580,18 +3102,66 @@ android.icu.number.Precision$InfiniteRounderImpl android.icu.number.Precision$PassThroughRounderImpl android.icu.number.Precision$SignificantRounderImpl android.icu.number.Precision +android.icu.number.Scale +android.icu.number.ScientificNotation android.icu.number.UnlocalizedNumberFormatter +android.icu.text.AlphabeticIndex$1 +android.icu.text.AlphabeticIndex$Bucket +android.icu.text.AlphabeticIndex$BucketList +android.icu.text.AlphabeticIndex$ImmutableIndex +android.icu.text.Bidi$ImpTabPair +android.icu.text.Bidi android.icu.text.BidiClassifier +android.icu.text.BidiLine android.icu.text.BreakIterator$BreakIteratorCache android.icu.text.BreakIterator$BreakIteratorServiceShim android.icu.text.BreakIterator android.icu.text.BreakIteratorFactory$BFService$1RBBreakIteratorFactory android.icu.text.BreakIteratorFactory$BFService android.icu.text.BreakIteratorFactory +android.icu.text.CaseMap$Title +android.icu.text.CaseMap$Upper +android.icu.text.CaseMap +android.icu.text.Collator$ServiceShim +android.icu.text.Collator +android.icu.text.CollatorServiceShim$CService$1CollatorFactory +android.icu.text.CollatorServiceShim$CService +android.icu.text.CollatorServiceShim +android.icu.text.ConstrainedFieldPosition$1 +android.icu.text.ConstrainedFieldPosition$ConstraintType +android.icu.text.ConstrainedFieldPosition android.icu.text.CurrencyDisplayNames android.icu.text.CurrencyMetaInfo$CurrencyDigits android.icu.text.CurrencyMetaInfo$CurrencyFilter android.icu.text.CurrencyMetaInfo +android.icu.text.DateFormat$BooleanAttribute +android.icu.text.DateFormat$Field +android.icu.text.DateFormat +android.icu.text.DateFormatSymbols$1 +android.icu.text.DateFormatSymbols$CalendarDataSink$AliasType +android.icu.text.DateFormatSymbols$CalendarDataSink +android.icu.text.DateFormatSymbols$CapitalizationContextUsage +android.icu.text.DateFormatSymbols +android.icu.text.DateIntervalFormat$BestMatchInfo +android.icu.text.DateIntervalFormat +android.icu.text.DateIntervalInfo$DateIntervalSink +android.icu.text.DateIntervalInfo$PatternInfo +android.icu.text.DateIntervalInfo +android.icu.text.DateTimePatternGenerator$AppendItemFormatsSink +android.icu.text.DateTimePatternGenerator$AppendItemNamesSink +android.icu.text.DateTimePatternGenerator$AvailableFormatsSink +android.icu.text.DateTimePatternGenerator$DTPGflags +android.icu.text.DateTimePatternGenerator$DateTimeMatcher +android.icu.text.DateTimePatternGenerator$DayPeriodAllowedHoursSink +android.icu.text.DateTimePatternGenerator$DisplayWidth +android.icu.text.DateTimePatternGenerator$DistanceInfo +android.icu.text.DateTimePatternGenerator$FormatParser +android.icu.text.DateTimePatternGenerator$PatternInfo +android.icu.text.DateTimePatternGenerator$PatternWithMatcher +android.icu.text.DateTimePatternGenerator$PatternWithSkeletonFlag +android.icu.text.DateTimePatternGenerator$SkeletonFields +android.icu.text.DateTimePatternGenerator$VariableField +android.icu.text.DateTimePatternGenerator android.icu.text.DecimalFormat android.icu.text.DecimalFormatSymbols$1 android.icu.text.DecimalFormatSymbols$CacheData @@ -2601,50 +3171,144 @@ android.icu.text.DictionaryBreakEngine$DequeI android.icu.text.DictionaryBreakEngine android.icu.text.DisplayContext$Type android.icu.text.DisplayContext +android.icu.text.Edits$Iterator +android.icu.text.Edits +android.icu.text.FormattedValue +android.icu.text.IDNA android.icu.text.LanguageBreakEngine +android.icu.text.MeasureFormat$FormatWidth +android.icu.text.MeasureFormat android.icu.text.Normalizer$FCDMode android.icu.text.Normalizer$Mode +android.icu.text.Normalizer$ModeImpl android.icu.text.Normalizer$NFCMode android.icu.text.Normalizer$NFDMode android.icu.text.Normalizer$NFKCMode android.icu.text.Normalizer$NFKDMode +android.icu.text.Normalizer$NFKDModeImpl android.icu.text.Normalizer$NONEMode android.icu.text.Normalizer$QuickCheckResult +android.icu.text.Normalizer2 android.icu.text.Normalizer +android.icu.text.NumberFormat$Field +android.icu.text.NumberFormat$NumberFormatShim android.icu.text.NumberFormat +android.icu.text.NumberFormatServiceShim$NFService$1RBNumberFormatFactory +android.icu.text.NumberFormatServiceShim$NFService android.icu.text.NumberingSystem$1 android.icu.text.NumberingSystem$2 android.icu.text.NumberingSystem$LocaleLookupData android.icu.text.NumberingSystem +android.icu.text.PluralRanges$Matrix +android.icu.text.PluralRanges +android.icu.text.PluralRules$1 +android.icu.text.PluralRules$2 +android.icu.text.PluralRules$AndConstraint +android.icu.text.PluralRules$BinaryConstraint +android.icu.text.PluralRules$Constraint +android.icu.text.PluralRules$Factory +android.icu.text.PluralRules$FixedDecimal +android.icu.text.PluralRules$FixedDecimalRange +android.icu.text.PluralRules$FixedDecimalSamples +android.icu.text.PluralRules$IFixedDecimal +android.icu.text.PluralRules$Operand +android.icu.text.PluralRules$PluralType +android.icu.text.PluralRules$RangeConstraint +android.icu.text.PluralRules$Rule +android.icu.text.PluralRules$RuleList +android.icu.text.PluralRules$SampleType +android.icu.text.PluralRules$SimpleTokenizer +android.icu.text.PluralRules +android.icu.text.RelativeDateTimeFormatter$Cache$1 +android.icu.text.RelativeDateTimeFormatter$Cache +android.icu.text.RelativeDateTimeFormatter$Loader +android.icu.text.RelativeDateTimeFormatter$RelDateTimeDataSink +android.icu.text.Replaceable +android.icu.text.ReplaceableString android.icu.text.RuleBasedBreakIterator$BreakCache android.icu.text.RuleBasedBreakIterator$DictionaryCache android.icu.text.RuleBasedBreakIterator$LookAheadResults android.icu.text.RuleBasedBreakIterator +android.icu.text.RuleBasedCollator$CollationBuffer +android.icu.text.RuleBasedCollator$FCDUTF16NFDIterator +android.icu.text.RuleBasedCollator$NFDIterator +android.icu.text.RuleBasedCollator$UTF16NFDIterator +android.icu.text.RuleBasedCollator +android.icu.text.SimpleDateFormat$PatternItem +android.icu.text.SimpleDateFormat +android.icu.text.StringPrep android.icu.text.StringPrepParseException android.icu.text.StringTransform +android.icu.text.TimeZoneNames$Cache +android.icu.text.TimeZoneNames$Factory android.icu.text.TimeZoneNames$NameType +android.icu.text.TimeZoneNames android.icu.text.Transform android.icu.text.Transliterator +android.icu.text.UCharacterIterator +android.icu.text.UFieldPosition android.icu.text.UFormat +android.icu.text.UForwardCharacterIterator +android.icu.text.UTF16$StringComparator android.icu.text.UTF16 android.icu.text.UnhandledBreakEngine android.icu.text.UnicodeFilter android.icu.text.UnicodeMatcher +android.icu.text.UnicodeSet$Filter +android.icu.text.UnicodeSet$GeneralCategoryMaskFilter +android.icu.text.UnicodeSet$IntPropertyFilter +android.icu.text.UnicodeSet$SpanCondition +android.icu.text.UnicodeSet$UnicodeSetIterator2 android.icu.text.UnicodeSet +android.icu.util.AnnualTimeZoneRule +android.icu.util.BasicTimeZone +android.icu.util.BytesTrie$Result +android.icu.util.BytesTrie +android.icu.util.Calendar$1 +android.icu.util.Calendar$FormatConfiguration +android.icu.util.Calendar$PatternData +android.icu.util.Calendar$WeekData +android.icu.util.Calendar$WeekDataCache +android.icu.util.Calendar +android.icu.util.CharsTrie$Entry +android.icu.util.CharsTrie$Iterator +android.icu.util.CodePointMap$Range +android.icu.util.CodePointMap$RangeOption +android.icu.util.CodePointMap$ValueFilter +android.icu.util.CodePointMap +android.icu.util.CodePointTrie$1 +android.icu.util.CodePointTrie$Data16 +android.icu.util.CodePointTrie$Data +android.icu.util.CodePointTrie$Fast16 +android.icu.util.CodePointTrie$Fast +android.icu.util.CodePointTrie$Type +android.icu.util.CodePointTrie$ValueWidth +android.icu.util.CodePointTrie android.icu.util.Currency$1 android.icu.util.Currency$CurrencyUsage android.icu.util.Currency +android.icu.util.DateTimeRule android.icu.util.Freezable +android.icu.util.GregorianCalendar +android.icu.util.ICUException +android.icu.util.InitialTimeZoneRule +android.icu.util.Measure android.icu.util.MeasureUnit$1 android.icu.util.MeasureUnit$2 android.icu.util.MeasureUnit$3 android.icu.util.MeasureUnit$4 android.icu.util.MeasureUnit$Factory android.icu.util.MeasureUnit +android.icu.util.Output +android.icu.util.STZInfo +android.icu.util.SimpleTimeZone +android.icu.util.TimeArrayTimeZoneRule android.icu.util.TimeUnit android.icu.util.TimeZone$ConstantZone android.icu.util.TimeZone$SystemTimeZoneType android.icu.util.TimeZone +android.icu.util.TimeZoneRule +android.icu.util.TimeZoneTransition android.icu.util.ULocale$1 android.icu.util.ULocale$2 android.icu.util.ULocale$3 @@ -2655,17 +3319,21 @@ android.icu.util.ULocale android.icu.util.UResourceBundle$1 android.icu.util.UResourceBundle$RootType android.icu.util.UResourceBundle +android.icu.util.UResourceBundleIterator android.icu.util.UResourceTypeMismatchException android.icu.util.VersionInfo android.inputmethodservice.-$$Lambda$InputMethodService$8T9TmAUIN7vW9eU6kTg8309_d4E +android.inputmethodservice.-$$Lambda$InputMethodService$TvVfWDKZ3ljQdrU87qYykg6uD-I android.inputmethodservice.-$$Lambda$InputMethodService$wp8DeVGx_WDOPw4F6an7QbwVxf0 android.inputmethodservice.AbstractInputMethodService$AbstractInputMethodImpl android.inputmethodservice.AbstractInputMethodService$AbstractInputMethodSessionImpl android.inputmethodservice.AbstractInputMethodService +android.inputmethodservice.ExtractEditText android.inputmethodservice.IInputMethodSessionWrapper$ImeInputEventReceiver android.inputmethodservice.IInputMethodSessionWrapper android.inputmethodservice.IInputMethodWrapper$InputMethodSessionCallbackWrapper android.inputmethodservice.IInputMethodWrapper +android.inputmethodservice.InputMethodService$InputMethodImpl android.inputmethodservice.InputMethodService$InputMethodSessionImpl android.inputmethodservice.InputMethodService$Insets android.inputmethodservice.InputMethodService$SettingsObserver @@ -2673,6 +3341,22 @@ android.inputmethodservice.InputMethodService android.inputmethodservice.SoftInputWindow android.internal.hidl.base.V1_0.DebugInfo android.internal.hidl.base.V1_0.IBase +android.internal.hidl.safe_union.V1_0.Monostate +android.internal.telephony.sysprop.TelephonyProperties +android.location.-$$Lambda$-z-Hjl12STdAybauR3BT-ftvWd0 +android.location.-$$Lambda$AbstractListenerManager$Registration$TnkXgyOd99JHl00GzK6Oay_sYms +android.location.-$$Lambda$GpsStatus$RTSonBp9m0T0NWA3SCfYgWf1mTo +android.location.-$$Lambda$LocationManager$GnssStatusListenerManager$GnssStatusListener$4EPi22o4xuVnpNhFHnDvebH4TG8 +android.location.-$$Lambda$LocationManager$GnssStatusListenerManager$GnssStatusListener$7Fi5XkeF81eL_OKPS2GJMvyc3-8 +android.location.-$$Lambda$LocationManager$GnssStatusListenerManager$GnssStatusListener$gYcH61KCtV_OcJJszI1TfvnrJHY +android.location.-$$Lambda$LocationManager$LocationListenerTransport$JzcdERl3Ha8sYr9NxFhb3gNOoCM +android.location.-$$Lambda$LocationManager$LocationListenerTransport$OaIkiu4R0h4pgFbCDDlNkbmPaps +android.location.-$$Lambda$LocationManager$LocationListenerTransport$vDJFuk-DvyNgQEXUO2Jkf2ZFeE8 +android.location.-$$Lambda$LocationManager$LocationListenerTransport$vtBApnyHdgybRqRKlCt1NFEyfeQ +android.location.-$$Lambda$UmbtQF279SH5h72Ftfcj_s96jsY +android.location.-$$Lambda$_14QHG018Z6p13d3hzJuGTWnNeo +android.location.AbstractListenerManager$Registration +android.location.AbstractListenerManager android.location.Address$1 android.location.Address android.location.Country$1 @@ -2682,6 +3366,7 @@ android.location.CountryDetector android.location.CountryListener android.location.Criteria$1 android.location.Criteria +android.location.FusedBatchOptions$SourceTechnologies android.location.Geocoder android.location.GeocoderParams$1 android.location.GeocoderParams @@ -2693,7 +3378,21 @@ android.location.GnssMeasurement$1 android.location.GnssMeasurement android.location.GnssMeasurementCorrections$1 android.location.GnssMeasurementCorrections +android.location.GnssMeasurementsEvent$1 +android.location.GnssMeasurementsEvent +android.location.GnssNavigationMessage$1 +android.location.GnssNavigationMessage +android.location.GnssReflectingPlane$1 +android.location.GnssReflectingPlane +android.location.GnssRequest +android.location.GnssSingleSatCorrection$1 +android.location.GnssSingleSatCorrection +android.location.GnssStatus$Callback +android.location.GnssStatus +android.location.GpsSatellite android.location.GpsStatus$Listener +android.location.GpsStatus$SatelliteIterator +android.location.GpsStatus android.location.IBatchedLocationCallback$Stub$Proxy android.location.IBatchedLocationCallback$Stub android.location.IBatchedLocationCallback @@ -2712,6 +3411,8 @@ android.location.IGeocodeProvider android.location.IGeofenceProvider$Stub$Proxy android.location.IGeofenceProvider$Stub android.location.IGeofenceProvider +android.location.IGnssAntennaInfoListener$Stub +android.location.IGnssAntennaInfoListener android.location.IGnssMeasurementsListener$Stub$Proxy android.location.IGnssMeasurementsListener$Stub android.location.IGnssMeasurementsListener @@ -2737,14 +3438,31 @@ android.location.Location$2 android.location.Location$BearingDistanceCache android.location.Location android.location.LocationListener +android.location.LocationManager$BatchedLocationCallbackManager +android.location.LocationManager$GnssAntennaInfoListenerManager +android.location.LocationManager$GnssMeasurementsListenerManager +android.location.LocationManager$GnssNavigationMessageListenerManager +android.location.LocationManager$GnssStatusListenerManager$1 +android.location.LocationManager$GnssStatusListenerManager$GnssStatusListener +android.location.LocationManager$GnssStatusListenerManager +android.location.LocationManager$LocationListenerTransport +android.location.LocationManager$NmeaAdapter android.location.LocationManager android.location.LocationProvider android.location.LocationRequest$1 android.location.LocationRequest +android.location.LocationTime$1 +android.location.LocationTime +android.location.OnNmeaMessageListener android.media.-$$Lambda$MediaCodecInfo$VideoCapabilities$DpgwEn-gVFZT9EtP3qcxpiA2G0M +android.media.-$$Lambda$MediaDrm$8rRollK1F3eENvuaBGoS8u_-heQ +android.media.-$$Lambda$MediaDrm$IvEWhXQgSYABwC6_1bdnhTJ4V2I +android.media.-$$Lambda$MediaDrm$UPVWCanGo24eu9-1S_t6PvJ1Zno android.media.AudioAttributes$1 android.media.AudioAttributes$Builder android.media.AudioAttributes +android.media.AudioDevice$1 +android.media.AudioDevice android.media.AudioDeviceAddress$1 android.media.AudioDeviceAddress android.media.AudioDeviceCallback @@ -2767,6 +3485,8 @@ android.media.AudioManager$3 android.media.AudioManager$4 android.media.AudioManager$AudioPlaybackCallback android.media.AudioManager$AudioPlaybackCallbackInfo +android.media.AudioManager$AudioRecordingCallback +android.media.AudioManager$AudioRecordingCallbackInfo android.media.AudioManager$BlockingFocusResultReceiver android.media.AudioManager$FocusRequestInfo android.media.AudioManager$NativeEventHandlerDelegate$1 @@ -2774,6 +3494,8 @@ android.media.AudioManager$NativeEventHandlerDelegate android.media.AudioManager$OnAmPortUpdateListener android.media.AudioManager$OnAudioFocusChangeListener android.media.AudioManager$OnAudioPortUpdateListener +android.media.AudioManager$PlaybackConfigChangeCallbackData +android.media.AudioManager$RecordConfigChangeCallbackData android.media.AudioManager$SafeWaitObject android.media.AudioManager$ServiceEventHandlerDelegate$1 android.media.AudioManager$ServiceEventHandlerDelegate @@ -2794,6 +3516,8 @@ android.media.AudioPortEventHandler android.media.AudioPresentation android.media.AudioRecord android.media.AudioRecordRoutingProxy +android.media.AudioRecordingConfiguration$1 +android.media.AudioRecordingConfiguration android.media.AudioRecordingMonitor android.media.AudioRecordingMonitorClient android.media.AudioRecordingMonitorImpl$1 @@ -2806,6 +3530,8 @@ android.media.AudioSystem$DynamicPolicyCallback android.media.AudioSystem$ErrorCallback android.media.AudioSystem android.media.AudioTimestamp +android.media.AudioTrack$1 +android.media.AudioTrack$TunerConfiguration android.media.AudioTrack android.media.AudioTrackRoutingProxy android.media.CamcorderProfile @@ -2813,6 +3539,7 @@ android.media.CameraProfile android.media.DecoderCapabilities android.media.EncoderCapabilities android.media.ExifInterface$ByteOrderedDataInputStream +android.media.ExifInterface$ByteOrderedDataOutputStream android.media.ExifInterface$ExifAttribute android.media.ExifInterface$ExifTag android.media.ExifInterface$Rational @@ -2865,6 +3592,8 @@ android.media.IRemoteVolumeObserver android.media.IRingtonePlayer$Stub$Proxy android.media.IRingtonePlayer$Stub android.media.IRingtonePlayer +android.media.IStrategyPreferredDeviceDispatcher$Stub +android.media.IStrategyPreferredDeviceDispatcher android.media.IVolumeController$Stub$Proxy android.media.IVolumeController$Stub android.media.IVolumeController @@ -2885,7 +3614,11 @@ android.media.MediaCodec$CryptoException android.media.MediaCodec$CryptoInfo$Pattern android.media.MediaCodec$CryptoInfo android.media.MediaCodec$EventHandler +android.media.MediaCodec$GraphicBlock +android.media.MediaCodec$LinearBlock +android.media.MediaCodec$OutputFrame android.media.MediaCodec$PersistentSurface +android.media.MediaCodec$QueueRequest android.media.MediaCodec android.media.MediaCodecInfo$AudioCapabilities android.media.MediaCodecInfo$CodecCapabilities @@ -2897,13 +3630,18 @@ android.media.MediaCodecInfo$VideoCapabilities android.media.MediaCodecInfo android.media.MediaCodecList android.media.MediaCrypto +android.media.MediaCryptoException android.media.MediaDescrambler android.media.MediaDescription$1 +android.media.MediaDescription$Builder android.media.MediaDescription android.media.MediaDrm$Certificate +android.media.MediaDrm$CryptoSession android.media.MediaDrm$KeyRequest android.media.MediaDrm$KeyStatus +android.media.MediaDrm$ListenerWithExecutor android.media.MediaDrm$MediaDrmStateException +android.media.MediaDrm$OnEventListener android.media.MediaDrm$ProvisionRequest android.media.MediaDrm$SessionException android.media.MediaDrm @@ -2929,11 +3667,19 @@ android.media.MediaPlayer$DrmInfo android.media.MediaPlayer$EventHandler$1 android.media.MediaPlayer$EventHandler$2 android.media.MediaPlayer$EventHandler +android.media.MediaPlayer$OnBufferingUpdateListener android.media.MediaPlayer$OnCompletionListener +android.media.MediaPlayer$OnDrmInfoHandlerDelegate android.media.MediaPlayer$OnErrorListener +android.media.MediaPlayer$OnInfoListener +android.media.MediaPlayer$OnMediaTimeDiscontinuityListener android.media.MediaPlayer$OnPreparedListener android.media.MediaPlayer$OnSeekCompleteListener android.media.MediaPlayer$OnSubtitleDataListener +android.media.MediaPlayer$OnTimedMetaDataAvailableListener +android.media.MediaPlayer$OnTimedTextListener +android.media.MediaPlayer$OnVideoSizeChangedListener +android.media.MediaPlayer$ProvisioningThread android.media.MediaPlayer$TimeProvider$EventHandler android.media.MediaPlayer$TimeProvider android.media.MediaPlayer$TrackInfo$1 @@ -2955,8 +3701,10 @@ android.media.MediaRouter$Static$Client$1 android.media.MediaRouter$Static$Client$2 android.media.MediaRouter$Static$Client android.media.MediaRouter$Static +android.media.MediaRouter$UserRouteInfo$SessionVolumeProvider android.media.MediaRouter$UserRouteInfo android.media.MediaRouter$VolumeCallback +android.media.MediaRouter$VolumeCallbackInfo android.media.MediaRouter$VolumeChangeReceiver android.media.MediaRouter$WifiDisplayStatusChangedReceiver android.media.MediaRouter @@ -2971,6 +3719,7 @@ android.media.MediaSync android.media.MediaTimeProvider$OnMediaTimeListener android.media.MediaTimeProvider android.media.MediaTimestamp +android.media.MediaTranscodeManager android.media.MicrophoneDirection android.media.MicrophoneInfo$Coordinate3F android.media.MicrophoneInfo @@ -2985,11 +3734,14 @@ android.media.PlayerBase$PlayerIdCard android.media.PlayerBase android.media.Rating$1 android.media.Rating +android.media.RemoteControlClient android.media.RemoteDisplay android.media.ResampleInputStream android.media.Ringtone$MyOnCompletionListener android.media.Ringtone android.media.RingtoneManager +android.media.RouteDiscoveryPreference +android.media.RoutingSessionInfo android.media.SoundPool$Builder android.media.SoundPool$EventHandler android.media.SoundPool$OnLoadCompleteListener @@ -3002,6 +3754,7 @@ android.media.SubtitleController android.media.SubtitleData android.media.SubtitleTrack android.media.SyncParams +android.media.ThumbnailUtils android.media.TimedMetaData android.media.TimedText android.media.ToneGenerator @@ -3011,6 +3764,7 @@ android.media.Utils android.media.VolumeAutomation android.media.VolumePolicy$1 android.media.VolumePolicy +android.media.VolumeProvider android.media.VolumeShaper$Configuration$1 android.media.VolumeShaper$Configuration$Builder android.media.VolumeShaper$Configuration @@ -3019,10 +3773,18 @@ android.media.VolumeShaper$Operation$Builder android.media.VolumeShaper$Operation android.media.VolumeShaper$State$1 android.media.VolumeShaper$State +android.media.VolumeShaper android.media.audiofx.AudioEffect$Descriptor +android.media.audiopolicy.-$$Lambda$AudioPolicy$-ztOT0FT3tzGMUr4lm1gv6dBE4c +android.media.audiopolicy.AudioMix$Builder android.media.audiopolicy.AudioMix android.media.audiopolicy.AudioMixingRule$AudioMixMatchCriterion +android.media.audiopolicy.AudioMixingRule$Builder android.media.audiopolicy.AudioMixingRule +android.media.audiopolicy.AudioPolicy$1 +android.media.audiopolicy.AudioPolicy$AudioPolicyStatusListener +android.media.audiopolicy.AudioPolicy$EventHandler +android.media.audiopolicy.AudioPolicy android.media.audiopolicy.AudioPolicyConfig$1 android.media.audiopolicy.AudioPolicyConfig android.media.audiopolicy.AudioProductStrategy$1 @@ -3050,11 +3812,18 @@ android.media.browse.MediaBrowser$Subscription android.media.browse.MediaBrowser$SubscriptionCallback android.media.browse.MediaBrowser android.media.browse.MediaBrowserUtils +android.media.midi.IMidiDeviceListener$Stub +android.media.midi.IMidiDeviceListener +android.media.midi.IMidiDeviceOpenCallback$Stub +android.media.midi.IMidiDeviceOpenCallback +android.media.midi.IMidiDeviceServer$Stub +android.media.midi.IMidiDeviceServer android.media.midi.IMidiManager$Stub android.media.midi.IMidiManager android.media.midi.MidiDevice android.media.midi.MidiDeviceInfo$1 android.media.midi.MidiDeviceInfo +android.media.midi.MidiDeviceStatus android.media.midi.MidiManager android.media.projection.IMediaProjection$Stub$Proxy android.media.projection.IMediaProjection$Stub @@ -3065,6 +3834,9 @@ android.media.projection.IMediaProjectionManager android.media.projection.IMediaProjectionWatcherCallback$Stub$Proxy android.media.projection.IMediaProjectionWatcherCallback$Stub android.media.projection.IMediaProjectionWatcherCallback +android.media.projection.MediaProjection +android.media.projection.MediaProjectionInfo$1 +android.media.projection.MediaProjectionInfo android.media.projection.MediaProjectionManager$CallbackDelegate android.media.projection.MediaProjectionManager android.media.session.-$$Lambda$MediaSessionManager$IEuWPZ528guBgmyKPMUWhBwnMCE @@ -3114,6 +3886,7 @@ android.media.session.MediaSession$QueueItem android.media.session.MediaSession$Token$1 android.media.session.MediaSession$Token android.media.session.MediaSession +android.media.session.MediaSessionLegacyHelper android.media.session.MediaSessionManager$1 android.media.session.MediaSessionManager$OnActiveSessionsChangedListener android.media.session.MediaSessionManager$OnMediaKeyEventDispatchedListener @@ -3136,13 +3909,22 @@ android.media.session.PlaybackState$Builder android.media.session.PlaybackState$CustomAction$1 android.media.session.PlaybackState$CustomAction android.media.session.PlaybackState +android.media.soundtrigger.ISoundTriggerDetectionServiceClient$Stub +android.media.soundtrigger.ISoundTriggerDetectionServiceClient android.media.soundtrigger.SoundTriggerManager +android.media.soundtrigger_middleware.ISoundTriggerCallback$Stub +android.media.soundtrigger_middleware.ISoundTriggerCallback +android.media.soundtrigger_middleware.ISoundTriggerMiddlewareService +android.media.soundtrigger_middleware.ISoundTriggerModule android.media.tv.TvInputHardwareInfo$Builder android.media.tv.TvInputManager android.media.tv.TvStreamConfig$1 android.media.tv.TvStreamConfig$Builder android.media.tv.TvStreamConfig android.metrics.LogMaker +android.metrics.MetricsReader$Event +android.metrics.MetricsReader$LogReader +android.metrics.MetricsReader android.mtp.MtpDatabase$1 android.mtp.MtpDatabase$2 android.mtp.MtpDatabase @@ -3160,13 +3942,23 @@ android.mtp.MtpStorageManager$MtpObject android.mtp.MtpStorageManager android.net.-$$Lambda$FpGXkd3pLxeXY58eJ_84mi1PLWQ android.net.-$$Lambda$Network$KD6DxaMRJIcajhj36TU1K7lJnHQ +android.net.-$$Lambda$NetworkFactory$HfslgqyaKc_n0wXX5_qRYVZoGfI +android.net.-$$Lambda$NetworkScoreManager$NetworkScoreCallbackProxy$PGkg1UrNyisY0wAts4zoVuYRgkw +android.net.-$$Lambda$NetworkScoreManager$NetworkScoreCallbackProxy$TEOhIiY2C9y8yDWwRR6zm_12TGY +android.net.-$$Lambda$NetworkStats$3raHHJpnJwsEAXnRXF2pK8-UDFY android.net.-$$Lambda$NetworkStats$xvFSsVoR0k5s7Fhw1yPDPVIpx8A android.net.-$$Lambda$p1_56lwnt1xBuY1muPblbN1Dtkw +android.net.CaptivePortal$1 +android.net.CaptivePortal +android.net.CaptivePortalData android.net.ConnectionInfo$1 android.net.ConnectionInfo +android.net.ConnectivityDiagnosticsManager android.net.ConnectivityManager$1 android.net.ConnectivityManager$2 android.net.ConnectivityManager$3 +android.net.ConnectivityManager$4 +android.net.ConnectivityManager$5 android.net.ConnectivityManager$CallbackHandler android.net.ConnectivityManager$LegacyRequest android.net.ConnectivityManager$NetworkCallback @@ -3190,11 +3982,17 @@ android.net.DhcpResults$1 android.net.DhcpResults android.net.EthernetManager android.net.EventLogTags +android.net.ICaptivePortal$Stub +android.net.ICaptivePortal +android.net.IConnectivityDiagnosticsCallback$Stub +android.net.IConnectivityDiagnosticsCallback android.net.IConnectivityManager$Stub$Proxy android.net.IConnectivityManager$Stub android.net.IConnectivityManager android.net.IEthernetManager$Stub android.net.IEthernetManager +android.net.IEthernetServiceListener$Stub +android.net.IEthernetServiceListener android.net.IIpConnectivityMetrics$Stub$Proxy android.net.IIpConnectivityMetrics$Stub android.net.IIpConnectivityMetrics @@ -3224,14 +4022,20 @@ android.net.INetworkScoreService android.net.INetworkStatsService$Stub$Proxy android.net.INetworkStatsService$Stub android.net.INetworkStatsService +android.net.INetworkStatsSession$Stub$Proxy +android.net.INetworkStatsSession$Stub +android.net.INetworkStatsSession android.net.ISocketKeepaliveCallback$Stub$Proxy android.net.ISocketKeepaliveCallback$Stub android.net.ISocketKeepaliveCallback android.net.ITestNetworkManager$Stub android.net.ITestNetworkManager +android.net.ITetheredInterfaceCallback$Stub +android.net.ITetheredInterfaceCallback android.net.ITetheringStatsProvider$Stub$Proxy android.net.ITetheringStatsProvider$Stub android.net.ITetheringStatsProvider +android.net.InetAddresses android.net.InterfaceConfiguration$1 android.net.InterfaceConfiguration android.net.IpConfiguration$1 @@ -3241,13 +4045,19 @@ android.net.IpConfiguration android.net.IpPrefix$1 android.net.IpPrefix$2 android.net.IpPrefix +android.net.IpSecConfig android.net.IpSecManager$SpiUnavailableException android.net.IpSecManager$UdpEncapsulationSocket android.net.IpSecManager +android.net.IpSecSpiResponse +android.net.IpSecTransformResponse +android.net.IpSecTunnelInterfaceResponse +android.net.IpSecUdpEncapResponse android.net.KeepalivePacketData android.net.LinkAddress$1 android.net.LinkAddress android.net.LinkProperties$1 +android.net.LinkProperties$CompareResult android.net.LinkProperties android.net.LocalServerSocket android.net.LocalSocket @@ -3265,10 +4075,14 @@ android.net.Network$1 android.net.Network$NetworkBoundSocketFactory android.net.Network android.net.NetworkAgent +android.net.NetworkAgentConfig android.net.NetworkCapabilities$1 android.net.NetworkCapabilities$NameOf android.net.NetworkCapabilities android.net.NetworkConfig +android.net.NetworkFactory$NetworkRequestInfo +android.net.NetworkFactory$SerialNumber +android.net.NetworkFactory android.net.NetworkIdentity android.net.NetworkInfo$1 android.net.NetworkInfo$DetailedState @@ -3280,15 +4094,30 @@ android.net.NetworkPolicy$1 android.net.NetworkPolicy android.net.NetworkPolicyManager$1 android.net.NetworkPolicyManager$Listener +android.net.NetworkPolicyManager$SubscriptionCallback +android.net.NetworkPolicyManager$SubscriptionCallbackProxy android.net.NetworkPolicyManager android.net.NetworkProvider +android.net.NetworkQuotaInfo$1 android.net.NetworkQuotaInfo +android.net.NetworkRecommendationProvider$ServiceWrapper$1 +android.net.NetworkRecommendationProvider$ServiceWrapper +android.net.NetworkRecommendationProvider android.net.NetworkRequest$1 +android.net.NetworkRequest$2 android.net.NetworkRequest$Builder android.net.NetworkRequest$Type android.net.NetworkRequest +android.net.NetworkScore$1 +android.net.NetworkScore$Builder +android.net.NetworkScore +android.net.NetworkScoreManager$NetworkScoreCallback +android.net.NetworkScoreManager$NetworkScoreCallbackProxy android.net.NetworkScoreManager +android.net.NetworkScorerAppData$1 +android.net.NetworkScorerAppData android.net.NetworkSpecifier +android.net.NetworkStack android.net.NetworkState$1 android.net.NetworkState android.net.NetworkStats$1 @@ -3330,6 +4159,8 @@ android.net.StaticIpConfiguration android.net.StringNetworkSpecifier$1 android.net.StringNetworkSpecifier android.net.TcpSocketKeepalive +android.net.TelephonyNetworkSpecifier$1 +android.net.TelephonyNetworkSpecifier android.net.TestNetworkManager android.net.TrafficStats android.net.TransportInfo @@ -3349,6 +4180,7 @@ android.net.Uri$PathSegmentsBuilder android.net.Uri$StringUri android.net.Uri android.net.UriCodec +android.net.VpnManager android.net.WebAddress android.net.WifiKey$1 android.net.WifiKey @@ -3358,6 +4190,7 @@ android.net.http.HttpResponseCache android.net.http.X509TrustManagerExtensions android.net.lowpan.LowpanManager android.net.metrics.ApfProgramEvent$1 +android.net.metrics.ApfProgramEvent$Decoder android.net.metrics.ApfProgramEvent android.net.metrics.ApfStats$1 android.net.metrics.ApfStats @@ -3365,23 +4198,34 @@ android.net.metrics.ConnectStats android.net.metrics.DefaultNetworkEvent android.net.metrics.DhcpClientEvent$1 android.net.metrics.DhcpClientEvent +android.net.metrics.DhcpErrorEvent$1 +android.net.metrics.DhcpErrorEvent$Decoder +android.net.metrics.DhcpErrorEvent android.net.metrics.DnsEvent android.net.metrics.IpConnectivityLog$Event android.net.metrics.IpConnectivityLog android.net.metrics.IpManagerEvent$1 +android.net.metrics.IpManagerEvent$Decoder android.net.metrics.IpManagerEvent android.net.metrics.IpReachabilityEvent$1 +android.net.metrics.IpReachabilityEvent$Decoder android.net.metrics.IpReachabilityEvent android.net.metrics.NetworkEvent$1 +android.net.metrics.NetworkEvent$Decoder android.net.metrics.NetworkEvent android.net.metrics.NetworkMetrics$Metrics android.net.metrics.NetworkMetrics$Summary +android.net.metrics.NetworkMetrics android.net.metrics.RaEvent$1 android.net.metrics.RaEvent android.net.metrics.ValidationProbeEvent$1 +android.net.metrics.ValidationProbeEvent$Decoder android.net.metrics.ValidationProbeEvent android.net.metrics.WakeupEvent android.net.metrics.WakeupStats +android.net.netstats.provider.INetworkStatsProvider$Stub +android.net.netstats.provider.INetworkStatsProvider +android.net.netstats.provider.INetworkStatsProviderCallback android.net.nsd.INsdManager$Stub$Proxy android.net.nsd.INsdManager$Stub android.net.nsd.INsdManager @@ -3400,12 +4244,33 @@ android.net.sip.SipException android.net.sip.SipManager android.net.sip.SipProfile android.net.sip.SipSessionAdapter +android.net.util.-$$Lambda$MultinetworkPolicyTracker$8YMQ0fPTKk7Fw-_gJjln0JT-g8E +android.net.util.KeepaliveUtils$KeepaliveDeviceConfigurationException +android.net.util.KeepaliveUtils +android.net.util.LinkPropertiesUtils +android.net.util.MacAddressUtils android.net.util.MultinetworkPolicyTracker$1 +android.net.util.MultinetworkPolicyTracker$2 android.net.util.MultinetworkPolicyTracker$SettingObserver android.net.util.MultinetworkPolicyTracker +android.net.util.NetUtils android.net.wifi.WifiNetworkScoreCache$CacheListener$1 android.net.wifi.WifiNetworkScoreCache$CacheListener android.net.wifi.WifiNetworkScoreCache +android.net.wifi.wificond.ChannelSettings$1 +android.net.wifi.wificond.ChannelSettings +android.net.wifi.wificond.HiddenNetwork$1 +android.net.wifi.wificond.HiddenNetwork +android.net.wifi.wificond.NativeScanResult$1 +android.net.wifi.wificond.NativeScanResult +android.net.wifi.wificond.PnoNetwork$1 +android.net.wifi.wificond.PnoNetwork +android.net.wifi.wificond.PnoSettings$1 +android.net.wifi.wificond.PnoSettings +android.net.wifi.wificond.RadioChainInfo$1 +android.net.wifi.wificond.RadioChainInfo +android.net.wifi.wificond.SingleScanSettings$1 +android.net.wifi.wificond.SingleScanSettings android.net.wifi.wificond.WifiCondManager android.nfc.BeamShareData$1 android.nfc.BeamShareData @@ -3415,9 +4280,11 @@ android.nfc.IAppCallback android.nfc.INfcAdapter$Stub$Proxy android.nfc.INfcAdapter$Stub android.nfc.INfcAdapter +android.nfc.INfcAdapterExtras android.nfc.INfcCardEmulation$Stub$Proxy android.nfc.INfcCardEmulation$Stub android.nfc.INfcCardEmulation +android.nfc.INfcDta android.nfc.INfcFCardEmulation$Stub$Proxy android.nfc.INfcFCardEmulation$Stub android.nfc.INfcFCardEmulation @@ -3441,6 +4308,10 @@ android.nfc.Tag$1 android.nfc.Tag android.nfc.TechListParcel$1 android.nfc.TechListParcel +android.nfc.cardemulation.AidGroup$1 +android.nfc.cardemulation.AidGroup +android.nfc.cardemulation.ApduServiceInfo +android.nfc.cardemulation.CardEmulation android.opengl.EGL14 android.opengl.EGL15 android.opengl.EGLConfig @@ -3467,9 +4338,13 @@ android.opengl.Matrix android.opengl.Visibility android.os.-$$Lambda$Binder$IYUHVkWouPK_9CG2s8VwyWBt5_I android.os.-$$Lambda$Build$WrC6eL7oW2Zm9UDTcXXKr0DnOMw +android.os.-$$Lambda$FileUtils$0SBPRWOXcbR9EMG_p-55sUuxJ_0 +android.os.-$$Lambda$FileUtils$TJeD9NeX5giO-5vlBrurGI-g4IY android.os.-$$Lambda$HidlSupport$CwwfmHPEvZaybUxpLzKdwrpQRfA android.os.-$$Lambda$HidlSupport$GHxmwrIWiKN83tl6aMQt_nV5hiw +android.os.-$$Lambda$IncidentManager$mfBTEJgu7VPkoPMTQdf1KC7oi5g android.os.-$$Lambda$IyvVQC-0mKtsfXbnO0kDL64hrk0 +android.os.-$$Lambda$PowerManager$1$-RL9hKNKSaGL1mmR-EjQ-Cm9KuA android.os.-$$Lambda$PowerManager$WakeLock$VvFzmRZ4ZGlXx7u3lSAJ_T-YUjw android.os.-$$Lambda$StrictMode$1yH8AK0bTwVwZOb9x8HoiSBdzr0 android.os.-$$Lambda$StrictMode$AndroidBlockGuardPolicy$9nBulCQKaMajrWr41SB7f7YRT1I @@ -3479,6 +4354,7 @@ android.os.-$$Lambda$StrictMode$lu9ekkHJ2HMz0jd3F8K8MnhenxQ android.os.-$$Lambda$StrictMode$yZJXPvy2veRNA-xL_SWdXzX_OLg android.os.-$$Lambda$ThreadLocalWorkSource$IP9vRFCDG5YwbWbXAEGHH52B9IE android.os.-$$Lambda$q1UvBdLgHRZVzc68BxdksTmbuCw +android.os.AppZygote android.os.AsyncResult android.os.AsyncTask$1 android.os.AsyncTask$2 @@ -3502,6 +4378,7 @@ android.os.BatteryProperty$1 android.os.BatteryProperty android.os.BatterySaverPolicyConfig$1 android.os.BatterySaverPolicyConfig +android.os.BatteryStats$1 android.os.BatteryStats$2 android.os.BatteryStats$BitDescription android.os.BatteryStats$ControllerActivityCounter @@ -3518,6 +4395,7 @@ android.os.BatteryStats$LongCounter android.os.BatteryStats$LongCounterArray android.os.BatteryStats$PackageChange android.os.BatteryStats$Timer +android.os.BatteryStats$TimerEntry android.os.BatteryStats$Uid$Pid android.os.BatteryStats$Uid$Pkg$Serv android.os.BatteryStats$Uid$Pkg @@ -3546,6 +4424,8 @@ android.os.CancellationSignal$Transport android.os.CancellationSignal android.os.ChildZygoteProcess android.os.ConditionVariable +android.os.CoolingDevice$1 +android.os.CoolingDevice android.os.CpuUsageInfo$1 android.os.CpuUsageInfo android.os.DeadObjectException @@ -3560,8 +4440,10 @@ android.os.DropBoxManager android.os.Environment$UserEnvironment android.os.Environment android.os.EventLogTags +android.os.ExternalVibration android.os.FactoryTest android.os.FileBridge$FileBridgeOutputStream +android.os.FileBridge android.os.FileObserver$ObserverThread android.os.FileUtils$1 android.os.FileUtils @@ -3596,15 +4478,24 @@ android.os.IDeviceIdentifiersPolicyService android.os.IDeviceIdleController$Stub$Proxy android.os.IDeviceIdleController$Stub android.os.IDeviceIdleController +android.os.IDumpstate$Stub$Proxy android.os.IDumpstate$Stub android.os.IDumpstate +android.os.IDumpstateListener$Stub$Proxy +android.os.IDumpstateListener$Stub +android.os.IDumpstateListener android.os.IExternalVibratorService$Stub android.os.IExternalVibratorService +android.os.IHardwarePropertiesManager$Stub$Proxy android.os.IHardwarePropertiesManager$Stub android.os.IHardwarePropertiesManager android.os.IHwBinder$DeathRecipient android.os.IHwBinder android.os.IHwInterface +android.os.IIncidentAuthListener$Stub$Proxy +android.os.IIncidentAuthListener$Stub +android.os.IIncidentAuthListener +android.os.IIncidentCompanion$Stub$Proxy android.os.IIncidentCompanion$Stub android.os.IIncidentCompanion android.os.IIncidentManager$Stub$Proxy @@ -3633,8 +4524,12 @@ android.os.IProcessInfoService android.os.IProgressListener$Stub$Proxy android.os.IProgressListener$Stub android.os.IProgressListener +android.os.IPullAtomCallback$Stub +android.os.IPullAtomCallback android.os.IRecoverySystem$Stub android.os.IRecoverySystem +android.os.IRecoverySystemProgressListener$Stub +android.os.IRecoverySystemProgressListener android.os.IRemoteCallback$Stub$Proxy android.os.IRemoteCallback$Stub android.os.IRemoteCallback @@ -3645,6 +4540,8 @@ android.os.IServiceManager$Stub android.os.IServiceManager android.os.IStatsCompanionService$Stub android.os.IStatsCompanionService +android.os.IStatsManagerService$Stub +android.os.IStatsManagerService android.os.IStatsd$Stub android.os.IStatsd android.os.IStoraged$Stub$Proxy @@ -3662,22 +4559,36 @@ android.os.IThermalService android.os.IThermalStatusListener$Stub$Proxy android.os.IThermalStatusListener$Stub android.os.IThermalStatusListener +android.os.IUpdateEngine$Stub$Proxy +android.os.IUpdateEngine$Stub +android.os.IUpdateEngine +android.os.IUpdateEngineCallback$Stub +android.os.IUpdateEngineCallback android.os.IUpdateLock$Stub android.os.IUpdateLock android.os.IUserManager$Stub$Proxy android.os.IUserManager$Stub android.os.IUserManager +android.os.IUserRestrictionsListener$Stub$Proxy +android.os.IUserRestrictionsListener$Stub +android.os.IUserRestrictionsListener android.os.IVibratorService$Stub$Proxy android.os.IVibratorService$Stub android.os.IVibratorService +android.os.IVibratorStateListener$Stub +android.os.IVibratorStateListener android.os.IVold$Stub$Proxy android.os.IVold$Stub android.os.IVold android.os.IVoldListener$Stub android.os.IVoldListener +android.os.IVoldMountCallback$Stub +android.os.IVoldMountCallback android.os.IVoldTaskListener$Stub$Proxy android.os.IVoldTaskListener$Stub android.os.IVoldTaskListener +android.os.IncidentManager$IncidentReport$1 +android.os.IncidentManager$IncidentReport android.os.IncidentManager android.os.LocaleList$1 android.os.LocaleList @@ -3703,6 +4614,8 @@ android.os.ParcelFileDescriptor$1 android.os.ParcelFileDescriptor$2 android.os.ParcelFileDescriptor$AutoCloseInputStream android.os.ParcelFileDescriptor$AutoCloseOutputStream +android.os.ParcelFileDescriptor$OnCloseListener +android.os.ParcelFileDescriptor$Status android.os.ParcelFileDescriptor android.os.ParcelFormatException android.os.ParcelUuid$1 @@ -3721,6 +4634,9 @@ android.os.PersistableBundle$MyReadMapCallback android.os.PersistableBundle android.os.PooledStringReader android.os.PooledStringWriter +android.os.PowerManager$1 +android.os.PowerManager$OnThermalStatusChangedListener +android.os.PowerManager$WakeData android.os.PowerManager$WakeLock$1 android.os.PowerManager$WakeLock android.os.PowerManager @@ -3734,6 +4650,12 @@ android.os.PowerWhitelistManager android.os.Process$ProcessStartResult android.os.Process android.os.ProxyFileDescriptorCallback +android.os.RecoverySystem$1 +android.os.RecoverySystem$2 +android.os.RecoverySystem$3 +android.os.RecoverySystem$4 +android.os.RecoverySystem$5 +android.os.RecoverySystem$ProgressListener android.os.RecoverySystem android.os.Registrant android.os.RegistrantList @@ -3765,6 +4687,10 @@ android.os.ShellCallback android.os.ShellCommand android.os.SimpleClock android.os.StatFs +android.os.StatsDimensionsValue$1 +android.os.StatsDimensionsValue +android.os.StatsServiceManager$ServiceRegisterer +android.os.StatsServiceManager android.os.StrictMode$1 android.os.StrictMode$2 android.os.StrictMode$3 @@ -3794,31 +4720,45 @@ android.os.SystemClock$1 android.os.SystemClock$2 android.os.SystemClock$3 android.os.SystemClock +android.os.SystemConfigManager +android.os.SystemProperties$Handle android.os.SystemProperties +android.os.SystemService$1 android.os.SystemService$State android.os.SystemService android.os.SystemUpdateManager android.os.SystemVibrator +android.os.TelephonyServiceManager$ServiceRegisterer android.os.TelephonyServiceManager android.os.Temperature$1 android.os.Temperature android.os.ThreadLocalWorkSource android.os.TokenWatcher$1 +android.os.TokenWatcher$Death android.os.TokenWatcher android.os.Trace android.os.TraceNameSupplier android.os.TransactionTooLargeException android.os.TransactionTracker +android.os.UEventObserver$UEvent android.os.UEventObserver$UEventThread android.os.UEventObserver +android.os.UpdateEngine$1$1 +android.os.UpdateEngine$1 +android.os.UpdateEngine +android.os.UpdateEngineCallback android.os.UpdateLock android.os.UserHandle$1 android.os.UserHandle +android.os.UserManager$1 android.os.UserManager$EnforcingUser$1 android.os.UserManager$EnforcingUser android.os.UserManager$UserOperationException android.os.UserManager +android.os.VibrationAttributes$Builder +android.os.VibrationAttributes android.os.VibrationEffect$1 +android.os.VibrationEffect$Composed android.os.VibrationEffect$OneShot$1 android.os.VibrationEffect$OneShot android.os.VibrationEffect$Prebaked$1 @@ -3840,23 +4780,32 @@ android.os.connectivity.CellularBatteryStats$1 android.os.connectivity.CellularBatteryStats android.os.connectivity.GpsBatteryStats$1 android.os.connectivity.GpsBatteryStats +android.os.connectivity.WifiActivityEnergyInfo$1 android.os.connectivity.WifiActivityEnergyInfo android.os.connectivity.WifiBatteryStats$1 android.os.connectivity.WifiBatteryStats android.os.health.HealthKeys$Constant +android.os.health.HealthKeys$Constants android.os.health.HealthKeys$SortedIntArray android.os.health.HealthStats android.os.health.HealthStatsParceler$1 android.os.health.HealthStatsParceler android.os.health.HealthStatsWriter +android.os.health.PackageHealthStats +android.os.health.PidHealthStats +android.os.health.ProcessHealthStats +android.os.health.ServiceHealthStats android.os.health.SystemHealthManager android.os.health.TimerStat$1 android.os.health.TimerStat +android.os.health.UidHealthStats android.os.image.DynamicSystemClient android.os.image.DynamicSystemManager android.os.image.IDynamicSystemService$Stub android.os.image.IDynamicSystemService android.os.incremental.IncrementalManager +android.os.storage.-$$Lambda$StorageManager$StorageEventListenerDelegate$GoEFKT1rhv7KuSkGeH69DO738lA +android.os.storage.-$$Lambda$StorageManager$StorageEventListenerDelegate$pyZP4UQS232-tqmtk5lSCyZx9qU android.os.storage.DiskInfo$1 android.os.storage.DiskInfo android.os.storage.IObbActionListener$Stub$Proxy @@ -3904,7 +4853,17 @@ android.os.strictmode.SqliteObjectLeakedViolation android.os.strictmode.UnbufferedIoViolation android.os.strictmode.UntaggedSocketViolation android.os.strictmode.Violation +android.os.strictmode.WebViewMethodCalledOnWrongThreadViolation +android.permission.-$$Lambda$PermissionControllerManager$2gyb4miANgsuR_Cn3HPTnP6sL54 android.permission.-$$Lambda$PermissionControllerManager$Iy-7wiKMCV-MFSPGyIJxP_DSf8E +android.permission.-$$Lambda$PermissionControllerManager$WcxnBH4VsthEHNc7qKClONaAHtQ +android.permission.-$$Lambda$PermissionControllerManager$eHuRmDpRAUfA3qanHHMVMV_C0lI +android.permission.-$$Lambda$PermissionControllerManager$u5bno-vHXoMY3ADbZMAlZp7v9oI +android.permission.-$$Lambda$PermissionControllerManager$vBYanTuMAWBbfOp_XdHzQXYNpXY +android.permission.-$$Lambda$PermissionControllerManager$wPNqW0yZff7KXoWmrKVyzMgY2jc +android.permission.-$$Lambda$PermissionControllerManager$yqGWw4vOTpW9pDZRlfJdxzYUsF0 +android.permission.-$$Lambda$ViMr_PAGHrCLBQPYNzqdYUNU5zI +android.permission.IOnPermissionsChangeListener$Stub$Proxy android.permission.IOnPermissionsChangeListener$Stub android.permission.IOnPermissionsChangeListener android.permission.IPermissionController$Stub$Proxy @@ -3913,6 +4872,7 @@ android.permission.IPermissionController android.permission.IPermissionManager$Stub$Proxy android.permission.IPermissionManager$Stub android.permission.IPermissionManager +android.permission.PermissionControllerManager$1 android.permission.PermissionControllerManager android.permission.PermissionManager$SplitPermissionInfo android.permission.PermissionManagerInternal @@ -3928,28 +4888,55 @@ android.preference.PreferenceInflater android.preference.PreferenceManager$OnPreferenceTreeClickListener android.preference.PreferenceManager android.preference.PreferenceScreen +android.print.IPrintDocumentAdapter$Stub +android.print.IPrintDocumentAdapter +android.print.IPrintJobStateChangeListener$Stub +android.print.IPrintJobStateChangeListener +android.print.IPrintManager$Stub$Proxy android.print.IPrintManager$Stub android.print.IPrintManager +android.print.IPrintServicesChangeListener$Stub +android.print.IPrintServicesChangeListener android.print.IPrintSpooler$Stub$Proxy android.print.IPrintSpooler$Stub android.print.IPrintSpooler +android.print.IPrintSpoolerCallbacks$Stub +android.print.IPrintSpoolerCallbacks +android.print.IPrintSpoolerClient$Stub +android.print.IPrintSpoolerClient +android.print.IPrinterDiscoveryObserver$Stub +android.print.IPrinterDiscoveryObserver +android.print.PrintAttributes android.print.PrintDocumentAdapter +android.print.PrintJobId android.print.PrintJobInfo$1 android.print.PrintJobInfo +android.print.PrintManager$1 android.print.PrintManager +android.print.PrinterId +android.printservice.IPrintServiceClient$Stub +android.printservice.IPrintServiceClient android.printservice.PrintServiceInfo$1 android.printservice.PrintServiceInfo +android.printservice.recommendation.IRecommendationsChangeListener$Stub +android.printservice.recommendation.IRecommendationsChangeListener android.privacy.DifferentialPrivacyConfig android.privacy.DifferentialPrivacyEncoder +android.privacy.internal.longitudinalreporting.LongitudinalReportingConfig android.privacy.internal.longitudinalreporting.LongitudinalReportingEncoder android.privacy.internal.rappor.RapporConfig android.privacy.internal.rappor.RapporEncoder +android.provider.-$$Lambda$DeviceConfig$6U9gBH6h5Oab2DB_e83az4n_WEo android.provider.-$$Lambda$FontsContract$3FDNQd-WsglsyDhif-aHVbzkfrA android.provider.-$$Lambda$FontsContract$rqfIZKvP1frnI9vP1hVA8jQN_RE +android.provider.-$$Lambda$Settings$NameValueCache$cLX_nUBDGp9SYpFxrABk-2ceeMI android.provider.-$$Lambda$Settings$NameValueCache$qSyMM6rUAHCa-5rsP-atfAqR3sA android.provider.BaseColumns +android.provider.BlockedNumberContract$BlockedNumbers android.provider.BlockedNumberContract$SystemContract android.provider.BlockedNumberContract +android.provider.CalendarContract$Attendees +android.provider.CalendarContract$AttendeesColumns android.provider.CalendarContract$CalendarColumns android.provider.CalendarContract$CalendarSyncColumns android.provider.CalendarContract$Calendars @@ -3957,12 +4944,16 @@ android.provider.CalendarContract$Events android.provider.CalendarContract$EventsColumns android.provider.CalendarContract$Instances android.provider.CalendarContract$SyncColumns +android.provider.CalendarContract android.provider.CallLog$Calls +android.provider.CallLog +android.provider.ContactsContract$BaseSyncColumns android.provider.ContactsContract$CommonDataKinds$BaseTypes android.provider.ContactsContract$CommonDataKinds$Callable android.provider.ContactsContract$CommonDataKinds$CommonColumns android.provider.ContactsContract$CommonDataKinds$Email android.provider.ContactsContract$CommonDataKinds$Phone +android.provider.ContactsContract$CommonDataKinds$StructuredPostal android.provider.ContactsContract$ContactCounts android.provider.ContactsContract$ContactNameColumns android.provider.ContactsContract$ContactOptionsColumns @@ -3972,15 +4963,38 @@ android.provider.ContactsContract$ContactsColumns android.provider.ContactsContract$Data android.provider.ContactsContract$DataColumns android.provider.ContactsContract$DataColumnsWithJoins +android.provider.ContactsContract$DataUsageFeedback android.provider.ContactsContract$DataUsageStatColumns +android.provider.ContactsContract$DeletedContacts +android.provider.ContactsContract$DeletedContactsColumns +android.provider.ContactsContract$DisplayPhoto +android.provider.ContactsContract$Groups +android.provider.ContactsContract$GroupsColumns +android.provider.ContactsContract$MetadataSync +android.provider.ContactsContract$MetadataSyncColumns android.provider.ContactsContract$PhoneLookup android.provider.ContactsContract$PhoneLookupColumns +android.provider.ContactsContract$Profile +android.provider.ContactsContract$ProviderStatus +android.provider.ContactsContract$RawContacts android.provider.ContactsContract$RawContactsColumns +android.provider.ContactsContract$RawContactsEntity +android.provider.ContactsContract$Settings +android.provider.ContactsContract$SettingsColumns android.provider.ContactsContract$StatusColumns +android.provider.ContactsContract$SyncColumns +android.provider.ContactsContract$SyncState android.provider.ContactsContract android.provider.DeviceConfig$1 +android.provider.DeviceConfig$BadConfigException android.provider.DeviceConfig$OnPropertiesChangedListener +android.provider.DeviceConfig$Properties$Builder +android.provider.DeviceConfig$Properties android.provider.DeviceConfig +android.provider.DocumentsContract$Path$1 +android.provider.DocumentsContract$Path +android.provider.DocumentsContract +android.provider.DocumentsProvider android.provider.Downloads$Impl android.provider.Downloads android.provider.FontRequest @@ -3988,8 +5002,10 @@ android.provider.FontsContract$1 android.provider.FontsContract$FontFamilyResult android.provider.FontsContract$FontInfo android.provider.FontsContract +android.provider.OpenableColumns android.provider.SearchIndexableData android.provider.SearchIndexableResource +android.provider.SearchIndexablesContract android.provider.SearchIndexablesProvider android.provider.SearchRecentSuggestions android.provider.Settings$Config @@ -4002,21 +5018,49 @@ android.provider.Settings$Secure android.provider.Settings$SettingNotFoundException android.provider.Settings$System android.provider.Settings +android.provider.SyncStateContract$Columns android.provider.Telephony$BaseMmsColumns android.provider.Telephony$CarrierColumns android.provider.Telephony$CarrierId$All android.provider.Telephony$CarrierId android.provider.Telephony$Carriers +android.provider.Telephony$Mms$Inbox +android.provider.Telephony$Mms$Sent android.provider.Telephony$Mms +android.provider.Telephony$MmsSms android.provider.Telephony$ServiceStateTable android.provider.Telephony$SimInfo +android.provider.Telephony$Sms$Sent android.provider.Telephony$Sms android.provider.Telephony$TextBasedSmsColumns +android.provider.Telephony$Threads +android.provider.Telephony$ThreadsColumns android.provider.UserDictionary$Words +android.provider.VoicemailContract$Status +android.provider.VoicemailContract$Voicemails +android.renderscript.Allocation +android.renderscript.BaseObj +android.renderscript.Element$1 +android.renderscript.Element$DataKind +android.renderscript.Element$DataType +android.renderscript.Element +android.renderscript.RSDriverException +android.renderscript.RSIllegalArgumentException +android.renderscript.RSInvalidStateException +android.renderscript.RSRuntimeException +android.renderscript.RenderScript$ContextType +android.renderscript.RenderScript$MessageThread +android.renderscript.RenderScript$RSErrorHandler +android.renderscript.RenderScript$RSMessageHandler +android.renderscript.RenderScript android.renderscript.RenderScriptCacheDir +android.renderscript.Script +android.renderscript.ScriptIntrinsic +android.renderscript.ScriptIntrinsicBlur android.security.AttestedKeyPair android.security.Credentials android.security.FileIntegrityManager +android.security.GateKeeper android.security.IKeyChainAliasCallback$Stub android.security.IKeyChainAliasCallback android.security.IKeyChainService$Stub$Proxy @@ -4028,6 +5072,10 @@ android.security.KeyChain$KeyChainConnection android.security.KeyChain android.security.KeyChainAliasCallback android.security.KeyChainException +android.security.KeyPairGeneratorSpec +android.security.KeyStore$CertificateChainPromise +android.security.KeyStore$ExportKeyPromise +android.security.KeyStore$KeyAttestationCallbackResult android.security.KeyStore$KeyCharacteristicsCallbackResult android.security.KeyStore$KeyCharacteristicsPromise android.security.KeyStore$KeystoreResultPromise @@ -4037,8 +5085,14 @@ android.security.KeyStore android.security.KeyStoreException android.security.NetworkSecurityPolicy android.security.Scrypt +android.security.keymaster.ExportResult$1 +android.security.keymaster.ExportResult android.security.keymaster.IKeyAttestationApplicationIdProvider$Stub android.security.keymaster.IKeyAttestationApplicationIdProvider +android.security.keymaster.KeyAttestationApplicationId$1 +android.security.keymaster.KeyAttestationApplicationId +android.security.keymaster.KeyAttestationPackageInfo$1 +android.security.keymaster.KeyAttestationPackageInfo android.security.keymaster.KeyCharacteristics$1 android.security.keymaster.KeyCharacteristics android.security.keymaster.KeymasterArgument$1 @@ -4064,15 +5118,39 @@ android.security.keystore.AndroidKeyStoreAuthenticatedAESCipherSpi$GCM android.security.keystore.AndroidKeyStoreAuthenticatedAESCipherSpi android.security.keystore.AndroidKeyStoreBCWorkaroundProvider android.security.keystore.AndroidKeyStoreCipherSpiBase +android.security.keystore.AndroidKeyStoreECDSASignatureSpi$SHA256 +android.security.keystore.AndroidKeyStoreECDSASignatureSpi +android.security.keystore.AndroidKeyStoreECPrivateKey +android.security.keystore.AndroidKeyStoreECPublicKey +android.security.keystore.AndroidKeyStoreHmacSpi$HmacSHA256 +android.security.keystore.AndroidKeyStoreHmacSpi android.security.keystore.AndroidKeyStoreKey android.security.keystore.AndroidKeyStoreKeyFactorySpi +android.security.keystore.AndroidKeyStoreKeyPairGeneratorSpi$EC +android.security.keystore.AndroidKeyStoreKeyPairGeneratorSpi$RSA +android.security.keystore.AndroidKeyStoreKeyPairGeneratorSpi android.security.keystore.AndroidKeyStoreLoadStoreParameter android.security.keystore.AndroidKeyStorePrivateKey android.security.keystore.AndroidKeyStoreProvider +android.security.keystore.AndroidKeyStorePublicKey +android.security.keystore.AndroidKeyStoreRSAPrivateKey +android.security.keystore.AndroidKeyStoreRSAPublicKey android.security.keystore.AndroidKeyStoreSecretKey +android.security.keystore.AndroidKeyStoreSecretKeyFactorySpi +android.security.keystore.AndroidKeyStoreSignatureSpiBase +android.security.keystore.AndroidKeyStoreSpi$KeyStoreX509Certificate android.security.keystore.AndroidKeyStoreSpi +android.security.keystore.AndroidKeyStoreUnauthenticatedAESCipherSpi$CBC$PKCS7Padding +android.security.keystore.AndroidKeyStoreUnauthenticatedAESCipherSpi$CBC +android.security.keystore.AndroidKeyStoreUnauthenticatedAESCipherSpi android.security.keystore.ArrayUtils android.security.keystore.AttestationUtils +android.security.keystore.DelegatingX509Certificate +android.security.keystore.DeviceIdAttestationException +android.security.keystore.IKeystoreCertificateChainCallback$Stub +android.security.keystore.IKeystoreCertificateChainCallback +android.security.keystore.IKeystoreExportKeyCallback$Stub +android.security.keystore.IKeystoreExportKeyCallback android.security.keystore.IKeystoreKeyCharacteristicsCallback$Stub android.security.keystore.IKeystoreKeyCharacteristicsCallback android.security.keystore.IKeystoreOperationResultCallback$Stub @@ -4083,10 +5161,22 @@ android.security.keystore.IKeystoreService$Stub$Proxy android.security.keystore.IKeystoreService$Stub android.security.keystore.IKeystoreService android.security.keystore.KeyAttestationException +android.security.keystore.KeyExpiredException +android.security.keystore.KeyGenParameterSpec$Builder android.security.keystore.KeyGenParameterSpec +android.security.keystore.KeyInfo +android.security.keystore.KeyNotYetValidException android.security.keystore.KeyPermanentlyInvalidatedException +android.security.keystore.KeyProperties$BlockMode android.security.keystore.KeyProperties$Digest +android.security.keystore.KeyProperties$EncryptionPadding android.security.keystore.KeyProperties$KeyAlgorithm +android.security.keystore.KeyProperties$Origin +android.security.keystore.KeyProperties$Purpose +android.security.keystore.KeyProperties$SignaturePadding +android.security.keystore.KeyProperties +android.security.keystore.KeyProtection$Builder +android.security.keystore.KeyProtection android.security.keystore.KeyStoreConnectException android.security.keystore.KeyStoreCryptoOperation android.security.keystore.KeyStoreCryptoOperationChunkedStreamer$MainDataStream @@ -4094,24 +5184,33 @@ android.security.keystore.KeyStoreCryptoOperationChunkedStreamer$Stream android.security.keystore.KeyStoreCryptoOperationChunkedStreamer android.security.keystore.KeyStoreCryptoOperationStreamer android.security.keystore.KeyStoreCryptoOperationUtils +android.security.keystore.KeymasterUtils android.security.keystore.KeystoreResponse$1 android.security.keystore.KeystoreResponse android.security.keystore.ParcelableKeyGenParameterSpec$1 android.security.keystore.ParcelableKeyGenParameterSpec +android.security.keystore.SecureKeyImportUnavailableException android.security.keystore.StrongBoxUnavailableException android.security.keystore.UserAuthArgs android.security.keystore.UserNotAuthenticatedException android.security.keystore.Utils +android.security.keystore.WrappedKeyEntry +android.security.keystore.recovery.InternalRecoveryServiceException android.security.keystore.recovery.KeyChainProtectionParams$1 +android.security.keystore.recovery.KeyChainProtectionParams$Builder android.security.keystore.recovery.KeyChainProtectionParams android.security.keystore.recovery.KeyChainSnapshot$1 +android.security.keystore.recovery.KeyChainSnapshot$Builder android.security.keystore.recovery.KeyChainSnapshot android.security.keystore.recovery.KeyDerivationParams$1 android.security.keystore.recovery.KeyDerivationParams +android.security.keystore.recovery.LockScreenRequiredException android.security.keystore.recovery.RecoveryCertPath$1 android.security.keystore.recovery.RecoveryCertPath android.security.keystore.recovery.RecoveryController +android.security.keystore.recovery.TrustedRootCertificates android.security.keystore.recovery.WrappedApplicationKey$1 +android.security.keystore.recovery.WrappedApplicationKey$Builder android.security.keystore.recovery.WrappedApplicationKey android.security.keystore.recovery.X509CertificateParsingUtils android.security.net.config.ApplicationConfig @@ -4149,17 +5248,33 @@ android.service.appprediction.IPredictionService$Stub$Proxy android.service.appprediction.IPredictionService$Stub android.service.appprediction.IPredictionService android.service.autofill.AutofillServiceInfo +android.service.autofill.Dataset android.service.autofill.FieldClassificationUserData +android.service.autofill.FillContext$1 +android.service.autofill.FillContext +android.service.autofill.FillEventHistory +android.service.autofill.FillRequest$1 +android.service.autofill.FillRequest android.service.autofill.FillResponse$1 android.service.autofill.FillResponse android.service.autofill.IAutoFillService$Stub$Proxy android.service.autofill.IAutoFillService$Stub android.service.autofill.IAutoFillService +android.service.autofill.IFillCallback$Stub$Proxy +android.service.autofill.IFillCallback$Stub +android.service.autofill.IFillCallback +android.service.autofill.ISaveCallback$Stub +android.service.autofill.ISaveCallback +android.service.autofill.SaveRequest android.service.autofill.UserData$1 +android.service.autofill.UserData$Builder android.service.autofill.UserData android.service.autofill.augmented.IAugmentedAutofillService$Stub$Proxy android.service.autofill.augmented.IAugmentedAutofillService$Stub android.service.autofill.augmented.IAugmentedAutofillService +android.service.autofill.augmented.IFillCallback$Stub$Proxy +android.service.autofill.augmented.IFillCallback$Stub +android.service.autofill.augmented.IFillCallback android.service.carrier.CarrierIdentifier$1 android.service.carrier.CarrierIdentifier android.service.carrier.CarrierMessagingServiceWrapper$CarrierMessagingCallbackWrapper @@ -4167,12 +5282,21 @@ android.service.carrier.CarrierMessagingServiceWrapper android.service.carrier.ICarrierService$Stub$Proxy android.service.carrier.ICarrierService$Stub android.service.carrier.ICarrierService +android.service.contentcapture.ActivityEvent$1 +android.service.contentcapture.ActivityEvent android.service.contentcapture.ContentCaptureServiceInfo android.service.contentcapture.FlushMetrics$1 android.service.contentcapture.FlushMetrics android.service.contentcapture.IContentCaptureService$Stub$Proxy android.service.contentcapture.IContentCaptureService$Stub android.service.contentcapture.IContentCaptureService +android.service.contentcapture.IContentCaptureServiceCallback$Stub$Proxy +android.service.contentcapture.IContentCaptureServiceCallback$Stub +android.service.contentcapture.IContentCaptureServiceCallback +android.service.contentcapture.IDataShareCallback$Stub +android.service.contentcapture.IDataShareCallback +android.service.contentcapture.SnapshotData$1 +android.service.contentcapture.SnapshotData android.service.dataloader.DataLoaderService android.service.dreams.DreamManagerInternal android.service.dreams.IDreamManager$Stub$Proxy @@ -4202,10 +5326,13 @@ android.service.euicc.IGetEidCallback$Stub android.service.euicc.IGetEidCallback android.service.euicc.IGetEuiccInfoCallback$Stub android.service.euicc.IGetEuiccInfoCallback +android.service.euicc.IGetEuiccProfileInfoListCallback$Stub$Proxy android.service.euicc.IGetEuiccProfileInfoListCallback$Stub android.service.euicc.IGetEuiccProfileInfoListCallback android.service.euicc.IGetOtaStatusCallback$Stub android.service.euicc.IGetOtaStatusCallback +android.service.euicc.IOtaStatusChangedCallback$Stub +android.service.euicc.IOtaStatusChangedCallback android.service.euicc.IRetainSubscriptionsForFactoryResetCallback$Stub android.service.euicc.IRetainSubscriptionsForFactoryResetCallback android.service.euicc.ISwitchToSubscriptionCallback$Stub @@ -4263,6 +5390,7 @@ android.service.notification.NotificationRankingUpdate$1 android.service.notification.NotificationRankingUpdate android.service.notification.NotificationStats$1 android.service.notification.NotificationStats +android.service.notification.NotifyingApp$1 android.service.notification.ScheduleCalendar android.service.notification.SnoozeCriterion$1 android.service.notification.SnoozeCriterion @@ -4278,6 +5406,7 @@ android.service.notification.ZenModeConfig android.service.notification.ZenPolicy$1 android.service.notification.ZenPolicy$Builder android.service.notification.ZenPolicy +android.service.oemlock.IOemLockService$Stub$Proxy android.service.oemlock.IOemLockService$Stub android.service.oemlock.IOemLockService android.service.oemlock.OemLockManager @@ -4291,10 +5420,18 @@ android.service.textclassifier.ITextClassifierCallback android.service.textclassifier.ITextClassifierService$Stub$Proxy android.service.textclassifier.ITextClassifierService$Stub android.service.textclassifier.ITextClassifierService +android.service.textclassifier.TextClassifierService$1 android.service.textclassifier.TextClassifierService android.service.trust.ITrustAgentService$Stub$Proxy android.service.trust.ITrustAgentService$Stub android.service.trust.ITrustAgentService +android.service.trust.ITrustAgentServiceCallback$Stub$Proxy +android.service.trust.ITrustAgentServiceCallback$Stub +android.service.trust.ITrustAgentServiceCallback +android.service.trust.TrustAgentService$1 +android.service.trust.TrustAgentService$ConfigurationData +android.service.trust.TrustAgentService$TrustAgentServiceWrapper +android.service.trust.TrustAgentService android.service.voice.IVoiceInteractionService$Stub$Proxy android.service.voice.IVoiceInteractionService$Stub android.service.voice.IVoiceInteractionService @@ -4323,24 +5460,48 @@ android.service.wallpaper.IWallpaperEngine android.service.wallpaper.IWallpaperService$Stub$Proxy android.service.wallpaper.IWallpaperService$Stub android.service.wallpaper.IWallpaperService +android.service.watchdog.ExplicitHealthCheckService$PackageConfig$1 +android.service.watchdog.ExplicitHealthCheckService$PackageConfig +android.service.watchdog.IExplicitHealthCheckService$Stub$Proxy +android.service.watchdog.IExplicitHealthCheckService$Stub +android.service.watchdog.IExplicitHealthCheckService +android.speech.SpeechRecognizer android.speech.tts.ITextToSpeechCallback$Stub android.speech.tts.ITextToSpeechCallback android.speech.tts.ITextToSpeechService$Stub$Proxy android.speech.tts.ITextToSpeechService android.speech.tts.TextToSpeech$Action android.speech.tts.TextToSpeech$Connection +android.speech.tts.TextToSpeech$EngineInfo android.speech.tts.TextToSpeech$OnInitListener android.speech.tts.TextToSpeech +android.speech.tts.TtsEngines$EngineInfoComparator android.speech.tts.TtsEngines android.stats.devicepolicy.nano.StringList +android.sysprop.-$$Lambda$TelephonyProperties$0Zy6hglFVc-K9jiJWmuHmilIMkY +android.sysprop.-$$Lambda$TelephonyProperties$2V_2ZQoGHfOIfKo_A8Ss547oL-c +android.sysprop.-$$Lambda$TelephonyProperties$BfPaTA0e9gauJmR4vGNCDkGZ3uc +android.sysprop.-$$Lambda$TelephonyProperties$EV4LSOwY7Dsh1rJalZDLmnGJw5I android.sysprop.-$$Lambda$TelephonyProperties$H4jN0VIBNpZQBeWYt6qS3DCe_M8 +android.sysprop.-$$Lambda$TelephonyProperties$JNTRmlscGaFlYo_3krOr_WWd2QI +android.sysprop.-$$Lambda$TelephonyProperties$UKEfAuJVPm5cKR_UnPj1L66mN34 +android.sysprop.-$$Lambda$TelephonyProperties$VtSZ_Uto4bMa49ncgAfdWewMFOU +android.sysprop.-$$Lambda$TelephonyProperties$dc-CgjsF3BtDxLSSKL5bQ9ullG0 +android.sysprop.-$$Lambda$TelephonyProperties$fdR0mRnJd3OymvjDc_MI1AHnMwc +android.sysprop.-$$Lambda$TelephonyProperties$iJa3afMQmWbO1DX4jS9zkcOKZlY +android.sysprop.-$$Lambda$TelephonyProperties$kCQNtMqtfi6MMlFLqtIufNXwOS8 android.sysprop.-$$Lambda$TelephonyProperties$kemQbl44ndTqXdQVvnYppJuQboQ +android.sysprop.-$$Lambda$TelephonyProperties$rKoNB08X7R8OCPq-VDCWDOm3lDM +android.sysprop.-$$Lambda$TelephonyProperties$yK9cdPdkKXdcfM9Ey52BIE31a5M android.sysprop.AdbProperties +android.sysprop.ApexProperties +android.sysprop.ContactsProperties android.sysprop.CryptoProperties$state_values android.sysprop.CryptoProperties$type_values android.sysprop.CryptoProperties android.sysprop.DisplayProperties android.sysprop.TelephonyProperties +android.sysprop.VndkProperties android.sysprop.VoldProperties android.system.ErrnoException android.system.GaiException @@ -4366,6 +5527,9 @@ android.system.StructTimeval android.system.StructUcred android.system.StructUtsname android.system.UnixSocketAddress +android.system.suspend.ISuspendControlService$Stub$Proxy +android.system.suspend.ISuspendControlService$Stub +android.system.suspend.ISuspendControlService android.system.suspend.WakeLockInfo$1 android.system.suspend.WakeLockInfo android.telecom.-$$Lambda$cyYWqCYT05eM23eLVm4oQ5DrYjw @@ -4374,13 +5538,16 @@ android.telecom.AudioState$1 android.telecom.AudioState android.telecom.CallAudioState$1 android.telecom.CallAudioState +android.telecom.CallerInfo android.telecom.Conference$Listener android.telecom.Conference android.telecom.Conferenceable android.telecom.Connection$FailureSignalingConnection android.telecom.Connection$Listener +android.telecom.Connection$VideoProvider android.telecom.Connection android.telecom.ConnectionRequest$1 +android.telecom.ConnectionRequest$Builder android.telecom.ConnectionRequest android.telecom.ConnectionService$1 android.telecom.ConnectionService$2 @@ -4399,6 +5566,8 @@ android.telecom.Logging.-$$Lambda$SessionManager$hhtZwTEbvO-fLNlAvB6Do9_2gW4 android.telecom.Logging.EventManager$Event android.telecom.Logging.EventManager$EventListener android.telecom.Logging.EventManager$EventRecord +android.telecom.Logging.EventManager$Loggable +android.telecom.Logging.EventManager$TimedEventPair android.telecom.Logging.EventManager android.telecom.Logging.Runnable$1 android.telecom.Logging.Runnable @@ -4410,6 +5579,8 @@ android.telecom.Logging.SessionManager$ISessionCleanupTimeoutMs android.telecom.Logging.SessionManager$ISessionIdQueryHandler android.telecom.Logging.SessionManager$ISessionListener android.telecom.Logging.SessionManager +android.telecom.ParcelableCall$1 +android.telecom.ParcelableCall android.telecom.ParcelableConference$1 android.telecom.ParcelableConference android.telecom.ParcelableConnection$1 @@ -4422,28 +5593,79 @@ android.telecom.PhoneAccountHandle android.telecom.RemoteConnectionManager android.telecom.StatusHints$1 android.telecom.StatusHints +android.telecom.TelecomAnalytics$1 +android.telecom.TelecomAnalytics$SessionTiming$1 +android.telecom.TelecomAnalytics android.telecom.TelecomManager +android.telecom.TimedEvent android.telecom.VideoProfile$1 android.telecom.VideoProfile android.telephony.-$$Lambda$DataFailCause$djkZSxdG-s-w2L5rQKiGu6OudyY android.telephony.-$$Lambda$MLKtmRGKP3e0WU7x_KyS5-Vg8q4 android.telephony.-$$Lambda$NetworkRegistrationInfo$1JuZmO5PoYGZY8bHhZYwvmqwOB0 android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$1M3m0i6211i2YjWyTDT7l0bJm3I +android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$1uNdvGRe99lTurQeP2pTQkZS7Vs +android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$2XBMUIj05jt4Xm08XAsE57q5gCc android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$2cMrwdqnKBpixpApeIX38rmRLak +android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$3AYVJXME-0OB4yixqaI-xr5L60o android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$4NHt5Shg_DHV-T1IxfcQLHP5-j0 +android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$5J-sdvem6pUpdVwRdm8IbDhvuv8 +android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$5Uf5OZWCyPD0lZtySzbYw18FWhU +android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$5rF2IFj8mrb7uZc0HMKiuCodUn0 +android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$5uu-05j4ojTh9mEHkN-ynQqQRGM android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$6czWSGzxct0CXPVO54T0aq05qls +android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$7gZpRKvFmk92UeW5ehgYjTU1VJo +android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$BEnQPWSMGANn8JYkd7Z9ykD6hTU +android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$BJFxSgUMHRSttswNjrMRkS82g_c +android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$BmipTxlu2pSFr1wevj-6L899tUY +android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$D3Qz69humkpMXm7JAHU36dMvoyY +android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$DrpO57uI0Rz8zN_EPJ4-5BrkiWs +android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$E9hw_LXFliykadzCB_mw8nukNGI +android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$F-YGB2a8GrHG6CB17lzASQZXVHI +android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$FBJGFGXoSvidKfm50cEzC3i9rVk +android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$HEcWn-J1WRb0wLERu2qoMIZDfjY android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$Hbn6-eZxY2p3rjOfStodI04A8E8 +android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$IU278K5QbmReF-mbpcNVAvVlhFI +android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$LLJobItLwgTRjD_KrTiT4U-xUz0 +android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$M39is_Zyt8D7Camw2NS4EGTDn-s +android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$MtX5gtAKHxLcUp_ibya6VO1zuoE +android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$NjMtWvO8dQakD688KRREWiYI4JI +android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$OfwFKKtcQHRmtv70FCopw6FDAAU android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$Q2A8FgYlU8_D6PD78tThGut_rTc +android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$RC2x2ijetA-pQrLa4QakzMBjh_k +android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$Rh4FuYaAZPAbrOYr6GGF6llSePE android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$TqrkuLPlaG_ucU7VbLS4tnf8hG8 +android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$VCD7izkh9A_sRz9zMUPYy-TktLo +android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$W65ui1dCCc-JnQa7gon1I7Bz7Sk android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$WYWtWHdkZDxBd9anjoxyZozPWHc android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$YY3srkIkMm8vTSFJZHoiKzUUrGs android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$bELzxgwsPigyVKYkAXBO2BjcSm8 +android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$hxq77a5O_MUfoptHg15ipzFvMkI +android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$icX71zgNszuMfnDaCmahcqWacFM +android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$j6NpsS_PE3VHutxIDEmwFHop7Yc +android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$jNtyZYh5ZAuvyDZA_6f30zhW_dI +android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$jTFXkqSnWC3uzh7LwzUV3m1AFOQ +android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$jclAV5yU3RtV94suRvvhafvGuhw android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$jlNX9JiqGSNg9W49vDcKucKdeCI +android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$l57DgyMDrONq3sajd_dBE967ClU +android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$lP7_Xy6P82nXGbUQ_ZUY6rZR4bI +android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$mezBWc8HrQF0w9M2UHZzIjv5b5A +android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$nR7W5ox6SCgPxtH9IRcENwKeFI4 android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$nrGqSRBJrc3_EwotCDNwfKeizIo +android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$nxFDy8UzMc58xiN0nXxhJfBQdMI android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$oDAZqs8paeefe_3k_uRKV5plQW4 android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$okPCYOx4UxYuvUHlM2iS425QGIg +android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$pLr-IfJJu1u_YG6I5LI0iHTuBi0 +android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$r8YFiJlM_z19hwrY4PtaILOH2wA +android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$t2gWJ_jA36kAdNXSmlzw85aU-tM android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$uC5syhzl229gIpaK7Jfs__OCJxQ +android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$vWj6-S8LaQStcrOXYYPgkxQlFg0 +android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$xyyTM70Sla35xFO0mn4N0yCuKGY +android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$y-tK7my_uXPo_oQ7AytfnekGEbU +android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$yGF2cJtJjwhRqDU8M4yzwgROulY +android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$ygzOWFRiY4sZQ4WYUPIefqgiGvM android.telephony.-$$Lambda$PhoneStateListener$IPhoneStateListenerStub$yvQnAlFGg5EWDG2vcA9X-4xnalA +android.telephony.-$$Lambda$SubscriptionManager$D5_PmvQ13e0qLtSnBvNd4R7l2qA android.telephony.-$$Lambda$SubscriptionManager$R_uORt9bKcmEo6JnjiGP2KgjIOQ android.telephony.-$$Lambda$TelephonyFrameworkInitializer$3Kis6wL1IbLustWe9A2o4-2YpGo android.telephony.-$$Lambda$TelephonyFrameworkInitializer$MLDtRnX1dj1RKFdjgIsOvcQxhA0 @@ -4451,11 +5673,14 @@ android.telephony.-$$Lambda$TelephonyFrameworkInitializer$b_92_3ZijRrdEa9yLyFA5x android.telephony.-$$Lambda$TelephonyFrameworkInitializer$mpe0Kh92VEQmEtmo60oqykdvnBE android.telephony.-$$Lambda$TelephonyFrameworkInitializer$o3geRfUaRT9tnqKKZbu1EbUxw4Q android.telephony.-$$Lambda$TelephonyFrameworkInitializer$sQClc4rjc9ydh0nXpY79gr33av4 +android.telephony.-$$Lambda$TelephonyManager$2$l6Pazxfi7QghMr2Z0MpduhNe6yc +android.telephony.-$$Lambda$TelephonyRegistryManager$1$cLzLZB4oGnI-HG_-4MhxcXoHys8 android.telephony.AccessNetworkConstants$AccessNetworkType android.telephony.AccessNetworkConstants$TransportType android.telephony.AccessNetworkConstants android.telephony.AccessNetworkUtils android.telephony.AnomalyReporter +android.telephony.AvailableNetworkInfo android.telephony.CallAttributes$1 android.telephony.CallAttributes android.telephony.CallQuality$1 @@ -4463,6 +5688,7 @@ android.telephony.CallQuality android.telephony.CarrierConfigManager$Gps android.telephony.CarrierConfigManager android.telephony.CarrierRestrictionRules$1 +android.telephony.CarrierRestrictionRules$Builder android.telephony.CarrierRestrictionRules android.telephony.CellConfigLte$1 android.telephony.CellConfigLte @@ -4516,12 +5742,14 @@ android.telephony.DataFailCause$1 android.telephony.DataFailCause android.telephony.DataSpecificRegistrationInfo$1 android.telephony.DataSpecificRegistrationInfo +android.telephony.DisconnectCause android.telephony.ICellInfoCallback$Stub$Proxy android.telephony.ICellInfoCallback$Stub android.telephony.ICellInfoCallback android.telephony.INetworkService$Stub$Proxy android.telephony.INetworkService$Stub android.telephony.INetworkService +android.telephony.INetworkServiceCallback$Stub$Proxy android.telephony.INetworkServiceCallback$Stub android.telephony.INetworkServiceCallback android.telephony.IccOpenLogicalChannelResponse$1 @@ -4535,14 +5763,18 @@ android.telephony.LocationAccessPolicy$LocationPermissionResult android.telephony.LocationAccessPolicy android.telephony.LteVopsSupportInfo$1 android.telephony.LteVopsSupportInfo +android.telephony.MmsManager android.telephony.ModemActivityInfo$1 android.telephony.ModemActivityInfo$TransmitPower android.telephony.ModemActivityInfo +android.telephony.ModemInfo$1 +android.telephony.ModemInfo android.telephony.NeighboringCellInfo$1 android.telephony.NeighboringCellInfo android.telephony.NetworkRegistrationInfo$1 android.telephony.NetworkRegistrationInfo$Builder android.telephony.NetworkRegistrationInfo +android.telephony.NetworkScan android.telephony.NetworkScanRequest$1 android.telephony.NetworkScanRequest android.telephony.NetworkService$INetworkServiceWrapper @@ -4550,6 +5782,7 @@ android.telephony.NetworkService$NetworkServiceHandler android.telephony.NetworkService$NetworkServiceProvider android.telephony.NetworkService android.telephony.NetworkServiceCallback +android.telephony.NumberVerificationCallback android.telephony.PackageChangeReceiver android.telephony.PhoneCapability$1 android.telephony.PhoneCapability @@ -4567,12 +5800,19 @@ android.telephony.PreciseDataConnectionState$1 android.telephony.PreciseDataConnectionState android.telephony.RadioAccessFamily$1 android.telephony.RadioAccessFamily +android.telephony.RadioAccessSpecifier android.telephony.Rlog android.telephony.ServiceState$1 android.telephony.ServiceState android.telephony.SignalStrength$1 android.telephony.SignalStrength +android.telephony.SmsCbCmasInfo +android.telephony.SmsCbEtwsInfo +android.telephony.SmsCbLocation +android.telephony.SmsCbMessage android.telephony.SmsManager +android.telephony.SmsMessage$1 +android.telephony.SmsMessage$MessageClass android.telephony.SmsMessage android.telephony.SubscriptionInfo$1 android.telephony.SubscriptionInfo @@ -4585,17 +5825,25 @@ android.telephony.SubscriptionPlan android.telephony.TelephonyFrameworkInitializer android.telephony.TelephonyHistogram$1 android.telephony.TelephonyHistogram +android.telephony.TelephonyManager$1 +android.telephony.TelephonyManager$2 android.telephony.TelephonyManager$5 android.telephony.TelephonyManager$7 +android.telephony.TelephonyManager$CellInfoCallback android.telephony.TelephonyManager$MultiSimVariants +android.telephony.TelephonyManager$UssdResponseCallback android.telephony.TelephonyManager +android.telephony.TelephonyRegistryManager$1 +android.telephony.TelephonyRegistryManager$2 android.telephony.TelephonyRegistryManager +android.telephony.TelephonyScanManager$NetworkScanCallback android.telephony.UiccAccessRule$1 android.telephony.UiccAccessRule android.telephony.UiccCardInfo$1 android.telephony.UiccCardInfo android.telephony.UiccSlotInfo$1 android.telephony.UiccSlotInfo +android.telephony.UssdResponse android.telephony.VisualVoicemailSmsFilterSettings$1 android.telephony.VisualVoicemailSmsFilterSettings$Builder android.telephony.VisualVoicemailSmsFilterSettings @@ -4623,15 +5871,30 @@ android.telephony.data.DataServiceCallback android.telephony.data.IDataService$Stub$Proxy android.telephony.data.IDataService$Stub android.telephony.data.IDataService +android.telephony.data.IDataServiceCallback$Stub$Proxy android.telephony.data.IDataServiceCallback$Stub android.telephony.data.IDataServiceCallback +android.telephony.data.IQualifiedNetworksService$Stub$Proxy +android.telephony.data.IQualifiedNetworksService$Stub +android.telephony.data.IQualifiedNetworksService +android.telephony.data.IQualifiedNetworksServiceCallback$Stub$Proxy +android.telephony.data.IQualifiedNetworksServiceCallback$Stub +android.telephony.data.IQualifiedNetworksServiceCallback android.telephony.emergency.EmergencyNumber$1 android.telephony.emergency.EmergencyNumber +android.telephony.euicc.DownloadableSubscription +android.telephony.euicc.EuiccCardManager$13 +android.telephony.euicc.EuiccCardManager$1 +android.telephony.euicc.EuiccCardManager$ResultCallback android.telephony.euicc.EuiccCardManager +android.telephony.euicc.EuiccInfo android.telephony.euicc.EuiccManager android.telephony.gsm.GsmCellLocation android.telephony.ims.-$$Lambda$ImsMmTelManager$CapabilityCallback$CapabilityBinder$4YNlUy9HsD02E7Sbv2VeVtbao08 android.telephony.ims.-$$Lambda$ProvisioningManager$Callback$CallbackBinder$R_8jXQuOM7aV7dIwYBzcWwV-YpM +android.telephony.ims.-$$Lambda$RegistrationManager$RegistrationCallback$RegistrationBinder$APeqso3VzZZ0eUf5slP1k5xoCME +android.telephony.ims.-$$Lambda$RegistrationManager$RegistrationCallback$RegistrationBinder$DX_-dWIBwwX2oqDoRnq49RndG7s +android.telephony.ims.-$$Lambda$RegistrationManager$RegistrationCallback$RegistrationBinder$uTxkp6C02qJxic1W_dkZRCQ6aRw android.telephony.ims.ImsCallForwardInfo$1 android.telephony.ims.ImsCallForwardInfo android.telephony.ims.ImsCallProfile$1 @@ -4640,6 +5903,7 @@ android.telephony.ims.ImsException android.telephony.ims.ImsExternalCallState$1 android.telephony.ims.ImsExternalCallState android.telephony.ims.ImsManager +android.telephony.ims.ImsMmTelManager$3 android.telephony.ims.ImsMmTelManager$CapabilityCallback$CapabilityBinder android.telephony.ims.ImsMmTelManager$CapabilityCallback android.telephony.ims.ImsMmTelManager$RegistrationCallback @@ -4649,12 +5913,14 @@ android.telephony.ims.ImsReasonInfo android.telephony.ims.ImsService$1 android.telephony.ims.ImsService$Listener android.telephony.ims.ImsService +android.telephony.ims.ImsSsData android.telephony.ims.ImsSsInfo$1 android.telephony.ims.ImsSsInfo android.telephony.ims.ImsUtListener android.telephony.ims.ProvisioningManager$Callback$CallbackBinder android.telephony.ims.ProvisioningManager$Callback android.telephony.ims.RegistrationManager$1 +android.telephony.ims.RegistrationManager$RegistrationCallback$RegistrationBinder android.telephony.ims.RegistrationManager$RegistrationCallback android.telephony.ims.RegistrationManager android.telephony.ims.aidl.IImsCapabilityCallback$Stub$Proxy @@ -4672,6 +5938,7 @@ android.telephony.ims.aidl.IImsMmTelFeature android.telephony.ims.aidl.IImsMmTelListener$Stub$Proxy android.telephony.ims.aidl.IImsMmTelListener$Stub android.telephony.ims.aidl.IImsMmTelListener +android.telephony.ims.aidl.IImsRcsFeature$Stub android.telephony.ims.aidl.IImsRcsFeature android.telephony.ims.aidl.IImsRegistration$Stub android.telephony.ims.aidl.IImsRegistration @@ -4681,11 +5948,16 @@ android.telephony.ims.aidl.IImsRegistrationCallback android.telephony.ims.aidl.IImsServiceController$Stub$Proxy android.telephony.ims.aidl.IImsServiceController$Stub android.telephony.ims.aidl.IImsServiceController +android.telephony.ims.aidl.IImsServiceControllerListener$Stub$Proxy android.telephony.ims.aidl.IImsServiceControllerListener$Stub android.telephony.ims.aidl.IImsServiceControllerListener android.telephony.ims.aidl.IImsSmsListener$Stub$Proxy android.telephony.ims.aidl.IImsSmsListener$Stub android.telephony.ims.aidl.IImsSmsListener +android.telephony.ims.aidl.IRcsMessage$Stub +android.telephony.ims.aidl.IRcsMessage +android.telephony.ims.feature.-$$Lambda$ImsFeature$9bLETU1BeS-dFzQnbBBs3kwaz-8 +android.telephony.ims.feature.-$$Lambda$ImsFeature$rPSMsRhoup9jfT6nt1MV2qhomrM android.telephony.ims.feature.CapabilityChangeRequest$1 android.telephony.ims.feature.CapabilityChangeRequest$CapabilityPair android.telephony.ims.feature.CapabilityChangeRequest @@ -4703,6 +5975,7 @@ android.telephony.ims.stub.-$$Lambda$ImsRegistrationImplBase$cWwTXSDsk-bWPbsDJYI android.telephony.ims.stub.-$$Lambda$ImsRegistrationImplBase$s7PspXVbCf1Q_WSzodP2glP9TjI android.telephony.ims.stub.-$$Lambda$ImsRegistrationImplBase$sbjuTvW-brOSWMR74UInSZEIQB0 android.telephony.ims.stub.-$$Lambda$ImsRegistrationImplBase$wwtkoeOtGwMjG5I0-ZTfjNpGU-s +android.telephony.ims.stub.ImsCallSessionImplBase android.telephony.ims.stub.ImsConfigImplBase$ImsConfigStub android.telephony.ims.stub.ImsConfigImplBase android.telephony.ims.stub.ImsEcbmImplBase$1 @@ -4744,16 +6017,22 @@ android.text.FontConfig android.text.GetChars android.text.GraphicsOperations android.text.Html$HtmlParser +android.text.Html$ImageGetter android.text.Html$TagHandler android.text.Html +android.text.HtmlToSpannedConverter$Alignment +android.text.HtmlToSpannedConverter$Background android.text.HtmlToSpannedConverter$Big android.text.HtmlToSpannedConverter$Blockquote android.text.HtmlToSpannedConverter$Bold android.text.HtmlToSpannedConverter$Bullet +android.text.HtmlToSpannedConverter$Font +android.text.HtmlToSpannedConverter$Foreground android.text.HtmlToSpannedConverter$Heading android.text.HtmlToSpannedConverter$Href android.text.HtmlToSpannedConverter$Italic android.text.HtmlToSpannedConverter$Monospace +android.text.HtmlToSpannedConverter$Newline android.text.HtmlToSpannedConverter$Small android.text.HtmlToSpannedConverter$Strikethrough android.text.HtmlToSpannedConverter$Sub @@ -4826,6 +6105,7 @@ android.text.format.Formatter android.text.format.Time$TimeCalculator android.text.format.Time android.text.format.TimeFormatter +android.text.format.TimeMigrationUtils android.text.method.AllCapsTransformationMethod android.text.method.ArrowKeyMovementMethod android.text.method.BaseKeyListener @@ -4850,6 +6130,7 @@ android.text.method.TextKeyListener$Capitalize android.text.method.TextKeyListener$SettingsObserver android.text.method.TextKeyListener android.text.method.TimeKeyListener +android.text.method.Touch$DragState android.text.method.Touch android.text.method.TransformationMethod2 android.text.method.TransformationMethod @@ -4857,11 +6138,14 @@ android.text.method.WordIterator android.text.style.AbsoluteSizeSpan android.text.style.AccessibilityClickableSpan$1 android.text.style.AccessibilityClickableSpan +android.text.style.AccessibilityReplacementSpan$1 +android.text.style.AccessibilityReplacementSpan android.text.style.AccessibilityURLSpan android.text.style.AlignmentSpan$Standard android.text.style.AlignmentSpan android.text.style.BackgroundColorSpan android.text.style.BulletSpan +android.text.style.CharacterStyle$Passthrough android.text.style.CharacterStyle android.text.style.ClickableSpan android.text.style.DynamicDrawableSpan @@ -4877,6 +6161,7 @@ android.text.style.LineHeightSpan$Standard android.text.style.LineHeightSpan$WithDensity android.text.style.LineHeightSpan android.text.style.LocaleSpan +android.text.style.MetricAffectingSpan$Passthrough android.text.style.MetricAffectingSpan android.text.style.ParagraphStyle android.text.style.QuoteSpan @@ -4904,9 +6189,11 @@ android.text.style.UpdateAppearance android.text.style.UpdateLayout android.text.style.WrapTogetherSpan android.text.util.-$$Lambda$Linkify$7J_-cMhIF2bcttjkxA2jDFP8sKw +android.text.util.LinkSpec android.text.util.Linkify$1 android.text.util.Linkify$2 android.text.util.Linkify$3 +android.text.util.Linkify$4 android.text.util.Linkify$MatchFilter android.text.util.Linkify$TransformFilter android.text.util.Linkify @@ -4961,11 +6248,15 @@ android.transition.TransitionManager$MultiListener$1 android.transition.TransitionManager$MultiListener android.transition.TransitionManager android.transition.TransitionPropagation +android.transition.TransitionSet$1 android.transition.TransitionSet$TransitionSetListener android.transition.TransitionSet android.transition.TransitionUtils android.transition.TransitionValues android.transition.TransitionValuesMaps +android.transition.Visibility$1 +android.transition.Visibility$DisappearListener +android.transition.Visibility$VisibilityInfo android.transition.Visibility android.transition.VisibilityPropagation android.util.AndroidException @@ -4976,11 +6267,13 @@ android.util.ArraySet$1 android.util.ArraySet android.util.AtomicFile android.util.AttributeSet +android.util.BackupUtils$BadVersionException android.util.BackupUtils android.util.Base64$Coder android.util.Base64$Decoder android.util.Base64$Encoder android.util.Base64 +android.util.CloseGuard android.util.ContainerHelpers android.util.DataUnit$1 android.util.DataUnit$2 @@ -5013,6 +6306,7 @@ android.util.KeyValueListParser android.util.KeyValueSettingObserver$SettingObserver android.util.KeyValueSettingObserver android.util.LauncherIcons +android.util.LocalLog$ReadOnlyLocalLog android.util.LocalLog android.util.Log$1 android.util.Log$ImmediateLogWriter @@ -5024,7 +6318,9 @@ android.util.LogPrinter android.util.LogWriter android.util.LongArray android.util.LongArrayQueue +android.util.LongSparseArray$StringParcelling android.util.LongSparseArray +android.util.LongSparseLongArray$Parcelling android.util.LongSparseLongArray android.util.LruCache android.util.MapCollections$ArrayIterator @@ -5041,6 +6337,9 @@ android.util.MergedConfiguration android.util.MutableBoolean android.util.MutableInt android.util.MutableLong +android.util.NtpTrustedTime$1 +android.util.NtpTrustedTime$NtpConnectionInfo +android.util.NtpTrustedTime$TimeResult android.util.NtpTrustedTime android.util.PackageUtils android.util.Pair @@ -5050,11 +6349,13 @@ android.util.Patterns android.util.Pools$Pool android.util.Pools$SimplePool android.util.Pools$SynchronizedPool +android.util.PrefixPrinter android.util.PrintWriterPrinter android.util.Printer android.util.Property android.util.Range android.util.Rational +android.util.RecurrenceRule$1 android.util.RecurrenceRule$NonrecurringIterator android.util.RecurrenceRule$RecurringIterator android.util.RecurrenceRule @@ -5063,6 +6364,7 @@ android.util.Size android.util.SizeF android.util.Slog android.util.SparseArray +android.util.SparseArrayMap android.util.SparseBooleanArray android.util.SparseIntArray android.util.SparseLongArray @@ -5073,7 +6375,9 @@ android.util.Spline android.util.StateSet android.util.StatsLog android.util.StatsLogInternal +android.util.StringBuilderPrinter android.util.SuperNotCalledException +android.util.TimeFormatException android.util.TimeUtils android.util.TimedRemoteCaller android.util.TimingLogger @@ -5081,11 +6385,13 @@ android.util.TimingsTraceLog android.util.TrustedTime android.util.TypedValue android.util.UtilConfig +android.util.Xml$Encoding android.util.Xml android.util.XmlPullAttributes android.util.apk.ApkSignatureSchemeV2Verifier$VerifiedSigner android.util.apk.ApkSignatureSchemeV2Verifier android.util.apk.ApkSignatureSchemeV3Verifier$PlatformNotSupportedException +android.util.apk.ApkSignatureSchemeV3Verifier$VerifiedProofOfRotation android.util.apk.ApkSignatureSchemeV3Verifier$VerifiedSigner android.util.apk.ApkSignatureSchemeV3Verifier android.util.apk.ApkSignatureVerifier @@ -5120,24 +6426,37 @@ android.util.proto.ProtoInputStream android.util.proto.ProtoOutputStream android.util.proto.ProtoParseException android.util.proto.ProtoStream +android.util.proto.ProtoUtils android.util.proto.WireTypeMismatchException android.view.-$$Lambda$1kvF4JuyM42-wmyDVPAIYdPz1jE android.view.-$$Lambda$9vBfnQOmNnsc9WU80IIatZHQGKc +android.view.-$$Lambda$CompositionSamplingListener$hrbPutjnKRv7VkkiY9eg32N6QA8 android.view.-$$Lambda$FocusFinder$FocusSorter$h0f2ZYL6peSaaEeCCkAoYs_YZvU android.view.-$$Lambda$FocusFinder$FocusSorter$kW7K1t9q7Y62V38r-7g6xRzqqq8 android.view.-$$Lambda$FocusFinder$P8rLvOJhymJH5ALAgUjGaM5gxKA android.view.-$$Lambda$FocusFinder$Pgx6IETuqCkrhJYdiBes48tolG4 +android.view.-$$Lambda$InsetsController$6uoSHBPvxV1C0JOZKhH1AyuNXmo android.view.-$$Lambda$InsetsController$Cj7UJrCkdHvJAZ_cYKrXuTMsjz8 +android.view.-$$Lambda$InsetsController$HI9QZ2HvGm6iykc-WONz2KPG61Q +android.view.-$$Lambda$InsetsController$RZT3QkL9zMFTeHtZbfcaHIzvlsc +android.view.-$$Lambda$InsetsController$zpmOxHfTFV_3me2u3C8YaXSUauQ android.view.-$$Lambda$PYGleuqIeCxjTD1pJqqx1opFv1g android.view.-$$Lambda$QI1s392qW8l6mC24bcy9050SkuY android.view.-$$Lambda$SurfaceView$SyyzxOgxKwZMRgiiTGcRYbOU5JY +android.view.-$$Lambda$SurfaceView$TWz4D2u33ZlAmRtgKzbqqDue3iM android.view.-$$Lambda$SurfaceView$w68OV7dB_zKVNsA-r0IrAUtyWas +android.view.-$$Lambda$TextureView$WAq1rgfoZeDSt6cBQga7iQDymYk android.view.-$$Lambda$ThreadedRenderer$ydBD-R1iP5u-97XYakm-jKvC1b4 +android.view.-$$Lambda$View$bhR1vB5ZYp3dv-Kth4jtLSS0KEs android.view.-$$Lambda$View$llq76MkPXP4bNcb9oJt_msw0fnQ +android.view.-$$Lambda$ViewRootImpl$DJd0VUYJgsebcnSohO6h8zc_ONI android.view.-$$Lambda$ViewRootImpl$IReiNMSbDakZSGbIZuL_ifaFWn8 +android.view.-$$Lambda$ViewRootImpl$YBiqAhbCbXVPSKdbE3K4rH2gpxI android.view.-$$Lambda$ViewRootImpl$dznxCZGM2R1fsBljsJKomLjBRoM +android.view.-$$Lambda$ViewRootImpl$vBfxngTfPtkwcFoa96FB0CWn5ZI android.view.-$$Lambda$WindowManagerGlobal$2bR3FsEm4EdRwuXfttH0wA2xOW4 android.view.-$$Lambda$WlJa6OPA72p3gYtA3nVKC7Z1tGY +android.view.-$$Lambda$Y3lG3v_J32-xL0IjMGgNorZjESw android.view.-$$Lambda$cZhmLzK8aetUdx4VlP9w5jR7En0 android.view.-$$Lambda$dj1hfDQd0iEp_uBDBPEUMMYJJwk android.view.AbsSavedState$1 @@ -5152,6 +6471,8 @@ android.view.ActionProvider$SubUiVisibilityListener android.view.ActionProvider android.view.AppTransitionAnimationSpec$1 android.view.AppTransitionAnimationSpec +android.view.BatchedInputEventReceiver$BatchedInputRunnable +android.view.BatchedInputEventReceiver android.view.Choreographer$1 android.view.Choreographer$2 android.view.Choreographer$3 @@ -5201,15 +6522,28 @@ android.view.GestureDetector$SimpleOnGestureListener android.view.GestureDetector android.view.GestureExclusionTracker$GestureExclusionViewInfo android.view.GestureExclusionTracker +android.view.GhostView android.view.Gravity android.view.HandlerActionQueue$HandlerAction android.view.HandlerActionQueue android.view.IAppTransitionAnimationSpecsFuture$Stub$Proxy android.view.IAppTransitionAnimationSpecsFuture$Stub android.view.IAppTransitionAnimationSpecsFuture +android.view.IApplicationToken$Stub +android.view.IApplicationToken android.view.IDisplayFoldListener$Stub$Proxy android.view.IDisplayFoldListener$Stub android.view.IDisplayFoldListener +android.view.IDisplayWindowInsetsController$Stub +android.view.IDisplayWindowInsetsController +android.view.IDisplayWindowListener$Stub$Proxy +android.view.IDisplayWindowListener$Stub +android.view.IDisplayWindowListener +android.view.IDisplayWindowRotationCallback$Stub +android.view.IDisplayWindowRotationCallback +android.view.IDisplayWindowRotationController$Stub$Proxy +android.view.IDisplayWindowRotationController$Stub +android.view.IDisplayWindowRotationController android.view.IDockedStackListener$Stub$Proxy android.view.IDockedStackListener$Stub android.view.IDockedStackListener @@ -5219,6 +6553,9 @@ android.view.IGraphicsStats android.view.IGraphicsStatsCallback$Stub$Proxy android.view.IGraphicsStatsCallback$Stub android.view.IGraphicsStatsCallback +android.view.IInputMonitorHost$Stub$Proxy +android.view.IInputMonitorHost$Stub +android.view.IInputMonitorHost android.view.IOnKeyguardExitResult$Stub$Proxy android.view.IOnKeyguardExitResult$Stub android.view.IOnKeyguardExitResult @@ -5228,9 +6565,15 @@ android.view.IPinnedStackController android.view.IPinnedStackListener$Stub$Proxy android.view.IPinnedStackListener$Stub android.view.IPinnedStackListener +android.view.IRecentsAnimationController$Stub$Proxy +android.view.IRecentsAnimationController$Stub +android.view.IRecentsAnimationController android.view.IRecentsAnimationRunner$Stub$Proxy android.view.IRecentsAnimationRunner$Stub android.view.IRecentsAnimationRunner +android.view.IRemoteAnimationFinishedCallback$Stub$Proxy +android.view.IRemoteAnimationFinishedCallback$Stub +android.view.IRemoteAnimationFinishedCallback android.view.IRemoteAnimationRunner$Stub$Proxy android.view.IRemoteAnimationRunner$Stub android.view.IRemoteAnimationRunner @@ -5246,6 +6589,13 @@ android.view.IWallpaperVisibilityListener android.view.IWindow$Stub$Proxy android.view.IWindow$Stub android.view.IWindow +android.view.IWindowContainer$Stub$Proxy +android.view.IWindowContainer$Stub +android.view.IWindowContainer +android.view.IWindowFocusObserver$Stub +android.view.IWindowFocusObserver +android.view.IWindowId$Stub$Proxy +android.view.IWindowId$Stub android.view.IWindowId android.view.IWindowManager$Stub$Proxy android.view.IWindowManager$Stub @@ -5256,6 +6606,8 @@ android.view.IWindowSession android.view.IWindowSessionCallback$Stub$Proxy android.view.IWindowSessionCallback$Stub android.view.IWindowSessionCallback +android.view.ImeFocusController$InputMethodManagerDelegate +android.view.ImeFocusController android.view.ImeInsetsSourceConsumer android.view.InflateException android.view.InputApplicationHandle @@ -5270,12 +6622,15 @@ android.view.InputEventCompatProcessor android.view.InputEventConsistencyVerifier android.view.InputEventReceiver android.view.InputEventSender +android.view.InputMonitor$1 +android.view.InputMonitor android.view.InputQueue$Callback android.view.InputQueue$FinishedInputEventCallback android.view.InputQueue android.view.InputWindowHandle android.view.InsetsAnimationControlCallbacks android.view.InsetsController +android.view.InsetsFlags android.view.InsetsSource$1 android.view.InsetsSource android.view.InsetsSourceConsumer @@ -5312,6 +6667,7 @@ android.view.MotionEvent android.view.NativeVectorDrawableAnimator android.view.OrientationEventListener$SensorEventListenerImpl android.view.OrientationEventListener +android.view.OrientationListener android.view.PointerIcon$1 android.view.PointerIcon$2 android.view.PointerIcon @@ -5322,6 +6678,8 @@ android.view.RemoteAnimationDefinition$1 android.view.RemoteAnimationDefinition$RemoteAnimationAdapterEntry$1 android.view.RemoteAnimationDefinition$RemoteAnimationAdapterEntry android.view.RemoteAnimationDefinition +android.view.RemoteAnimationTarget$1 +android.view.RemoteAnimationTarget android.view.RenderNodeAnimator$1 android.view.RenderNodeAnimator$DelayedAnimationHelper android.view.RenderNodeAnimator @@ -5336,17 +6694,22 @@ android.view.SoundEffectConstants android.view.SubMenu android.view.Surface$1 android.view.Surface$CompatibleCanvas +android.view.Surface$HwuiContext android.view.Surface$OutOfResourcesException android.view.Surface android.view.SurfaceControl$1 android.view.SurfaceControl$Builder android.view.SurfaceControl$CieXyz android.view.SurfaceControl$DesiredDisplayConfigSpecs +android.view.SurfaceControl$DisplayConfig +android.view.SurfaceControl$DisplayInfo android.view.SurfaceControl$DisplayPrimaries +android.view.SurfaceControl$PhysicalDisplayInfo android.view.SurfaceControl$ScreenshotGraphicBuffer android.view.SurfaceControl$Transaction$1 android.view.SurfaceControl$Transaction android.view.SurfaceControl +android.view.SurfaceControlViewHost$SurfacePackage android.view.SurfaceHolder$Callback2 android.view.SurfaceHolder$Callback android.view.SurfaceHolder @@ -5400,10 +6763,12 @@ android.view.View$OnHoverListener android.view.View$OnKeyListener android.view.View$OnLayoutChangeListener android.view.View$OnLongClickListener +android.view.View$OnScrollChangeListener android.view.View$OnSystemUiVisibilityChangeListener android.view.View$OnTouchListener android.view.View$PerformClick android.view.View$ScrollabilityCache +android.view.View$SendAccessibilityEventThrottle android.view.View$SendViewScrolledAccessibilityEvent android.view.View$TintInfo android.view.View$TooltipInfo @@ -5413,13 +6778,17 @@ android.view.View$VisibilityChangeForAutofillHandler android.view.View android.view.ViewAnimationHostBridge android.view.ViewConfiguration +android.view.ViewDebug$ExportedProperty +android.view.ViewDebug$FlagToString android.view.ViewDebug$HierarchyHandler +android.view.ViewDebug$IntToString android.view.ViewDebug android.view.ViewGroup$1 android.view.ViewGroup$2 android.view.ViewGroup$4 android.view.ViewGroup$ChildListForAccessibility android.view.ViewGroup$ChildListForAutoFillOrContentCapture +android.view.ViewGroup$HoverTarget android.view.ViewGroup$LayoutParams android.view.ViewGroup$MarginLayoutParams android.view.ViewGroup$OnHierarchyChangeListener @@ -5454,6 +6823,7 @@ android.view.ViewRootImpl$ConfigChangedCallback android.view.ViewRootImpl$ConsumeBatchedInputImmediatelyRunnable android.view.ViewRootImpl$ConsumeBatchedInputRunnable android.view.ViewRootImpl$EarlyPostImeInputStage +android.view.ViewRootImpl$GfxInfo android.view.ViewRootImpl$HighContrastTextManager android.view.ViewRootImpl$ImeInputStage android.view.ViewRootImpl$InputStage @@ -5481,6 +6851,7 @@ android.view.ViewRootImpl$ViewRootHandler android.view.ViewRootImpl$W android.view.ViewRootImpl$WindowInputEventReceiver android.view.ViewRootImpl +android.view.ViewStructure$HtmlInfo$Builder android.view.ViewStructure$HtmlInfo android.view.ViewStructure android.view.ViewStub$OnInflateListener @@ -5502,6 +6873,7 @@ android.view.ViewTreeObserver$OnWindowFocusChangeListener android.view.ViewTreeObserver$OnWindowShownListener android.view.ViewTreeObserver android.view.Window$Callback +android.view.Window$OnContentApplyWindowInsetsListener android.view.Window$OnFrameMetricsAvailableListener android.view.Window$OnWindowDismissedCallback android.view.Window$OnWindowSwipeDismissedCallback @@ -5510,10 +6882,14 @@ android.view.Window android.view.WindowAnimationFrameStats$1 android.view.WindowAnimationFrameStats android.view.WindowCallbacks +android.view.WindowContainerTransaction$1 +android.view.WindowContainerTransaction android.view.WindowContentFrameStats$1 android.view.WindowContentFrameStats android.view.WindowId$1 +android.view.WindowId android.view.WindowInsets$Builder +android.view.WindowInsets$Side android.view.WindowInsets$Type android.view.WindowInsets android.view.WindowInsetsController @@ -5529,12 +6905,14 @@ android.view.WindowManagerGlobal android.view.WindowManagerImpl android.view.WindowManagerPolicyConstants$PointerEventListener android.view.WindowManagerPolicyConstants +android.view.WindowMetrics android.view.accessibility.-$$Lambda$AccessibilityManager$1$o7fCplskH9NlBwJvkl6NoZ0L_BA android.view.accessibility.-$$Lambda$AccessibilityManager$yzw5NYY7_MfAQ9gLy3mVllchaXo android.view.accessibility.AccessibilityEvent$1 android.view.accessibility.AccessibilityEvent android.view.accessibility.AccessibilityEventSource android.view.accessibility.AccessibilityManager$1 +android.view.accessibility.AccessibilityManager$AccessibilityPolicy android.view.accessibility.AccessibilityManager$AccessibilityServicesStateChangeListener android.view.accessibility.AccessibilityManager$AccessibilityStateChangeListener android.view.accessibility.AccessibilityManager$HighTextContrastChangeListener @@ -5545,6 +6923,10 @@ android.view.accessibility.AccessibilityNodeIdManager android.view.accessibility.AccessibilityNodeInfo$1 android.view.accessibility.AccessibilityNodeInfo$AccessibilityAction$1 android.view.accessibility.AccessibilityNodeInfo$AccessibilityAction +android.view.accessibility.AccessibilityNodeInfo$CollectionInfo +android.view.accessibility.AccessibilityNodeInfo$CollectionItemInfo +android.view.accessibility.AccessibilityNodeInfo$RangeInfo +android.view.accessibility.AccessibilityNodeInfo$TouchDelegateInfo android.view.accessibility.AccessibilityNodeInfo android.view.accessibility.AccessibilityNodeProvider android.view.accessibility.AccessibilityRecord @@ -5565,6 +6947,8 @@ android.view.accessibility.IAccessibilityManager android.view.accessibility.IAccessibilityManagerClient$Stub$Proxy android.view.accessibility.IAccessibilityManagerClient$Stub android.view.accessibility.IAccessibilityManagerClient +android.view.accessibility.IWindowMagnificationConnection$Stub +android.view.accessibility.IWindowMagnificationConnection android.view.accessibility.WeakSparseArray$WeakReferenceWithId android.view.accessibility.WeakSparseArray android.view.animation.AccelerateDecelerateInterpolator @@ -5598,36 +6982,57 @@ android.view.animation.RotateAnimation android.view.animation.ScaleAnimation android.view.animation.Transformation android.view.animation.TranslateAnimation +android.view.autofill.-$$Lambda$AutofillManager$AutofillManagerClient$qH36EJk2Hkdja9ZZmTxqYPyr0YA +android.view.autofill.-$$Lambda$AutofillManager$AutofillManagerClient$vxNm6RuuD-r5pkiSxNSBBd1w_Qc android.view.autofill.-$$Lambda$AutofillManager$V76JiQu509LCUz3-ckpb-nB3JhA android.view.autofill.-$$Lambda$AutofillManager$YfpJNFodEuj5lbXfPlc77fsEvC8 android.view.autofill.AutofillId$1 android.view.autofill.AutofillId +android.view.autofill.AutofillManager$AugmentedAutofillManagerClient android.view.autofill.AutofillManager$AutofillCallback android.view.autofill.AutofillManager$AutofillClient android.view.autofill.AutofillManager$AutofillManagerClient +android.view.autofill.AutofillManager$TrackedViews android.view.autofill.AutofillManager android.view.autofill.AutofillManagerInternal +android.view.autofill.AutofillPopupWindow android.view.autofill.AutofillValue$1 android.view.autofill.AutofillValue android.view.autofill.Helper +android.view.autofill.IAugmentedAutofillManagerClient$Stub +android.view.autofill.IAugmentedAutofillManagerClient android.view.autofill.IAutoFillManager$Stub$Proxy android.view.autofill.IAutoFillManager$Stub android.view.autofill.IAutoFillManager android.view.autofill.IAutoFillManagerClient$Stub$Proxy android.view.autofill.IAutoFillManagerClient$Stub android.view.autofill.IAutoFillManagerClient +android.view.autofill.IAutofillWindowPresenter$Stub android.view.autofill.IAutofillWindowPresenter +android.view.autofill.ParcelableMap$1 +android.view.autofill.ParcelableMap android.view.contentcapture.ContentCaptureCondition$1 android.view.contentcapture.ContentCaptureCondition android.view.contentcapture.ContentCaptureContext$1 +android.view.contentcapture.ContentCaptureContext$Builder android.view.contentcapture.ContentCaptureContext +android.view.contentcapture.ContentCaptureEvent$1 +android.view.contentcapture.ContentCaptureEvent android.view.contentcapture.ContentCaptureHelper android.view.contentcapture.ContentCaptureManager$ContentCaptureClient android.view.contentcapture.ContentCaptureManager +android.view.contentcapture.ContentCaptureSession +android.view.contentcapture.ContentCaptureSessionId android.view.contentcapture.DataRemovalRequest$1 android.view.contentcapture.DataRemovalRequest +android.view.contentcapture.DataShareRequest +android.view.contentcapture.IContentCaptureManager$Stub$Proxy android.view.contentcapture.IContentCaptureManager$Stub android.view.contentcapture.IContentCaptureManager +android.view.contentcapture.IDataShareWriteAdapter$Stub +android.view.contentcapture.IDataShareWriteAdapter +android.view.contentcapture.MainContentCaptureSession$1 +android.view.contentcapture.MainContentCaptureSession android.view.inputmethod.-$$Lambda$InputMethodManager$dfnCauFoZCf-HfXs1QavrkwWDf0 android.view.inputmethod.-$$Lambda$InputMethodManager$iDWn3IGSUFqIcs8Py42UhfrshxI android.view.inputmethod.BaseInputConnection @@ -5640,11 +7045,13 @@ android.view.inputmethod.CursorAnchorInfo$1 android.view.inputmethod.CursorAnchorInfo$Builder android.view.inputmethod.CursorAnchorInfo android.view.inputmethod.EditorInfo$1 +android.view.inputmethod.EditorInfo$InitialSurroundingText android.view.inputmethod.EditorInfo android.view.inputmethod.ExtractedText$1 android.view.inputmethod.ExtractedText android.view.inputmethod.ExtractedTextRequest$1 android.view.inputmethod.ExtractedTextRequest +android.view.inputmethod.InlineSuggestionsRequest android.view.inputmethod.InputBinding$1 android.view.inputmethod.InputBinding android.view.inputmethod.InputConnection @@ -5658,9 +7065,11 @@ android.view.inputmethod.InputMethodInfo$1 android.view.inputmethod.InputMethodInfo android.view.inputmethod.InputMethodManager$1 android.view.inputmethod.InputMethodManager$ControlledInputConnectionWrapper +android.view.inputmethod.InputMethodManager$DelegateImpl android.view.inputmethod.InputMethodManager$FinishedInputEventCallback android.view.inputmethod.InputMethodManager$H android.view.inputmethod.InputMethodManager$ImeInputEventSender +android.view.inputmethod.InputMethodManager$ImeThreadFactory android.view.inputmethod.InputMethodManager$PendingEvent android.view.inputmethod.InputMethodManager android.view.inputmethod.InputMethodSession$EventCallback @@ -5671,19 +7080,24 @@ android.view.inputmethod.InputMethodSubtype android.view.inputmethod.InputMethodSubtypeArray android.view.textclassifier.-$$Lambda$0biFK4yZBmWN1EO2wtnXskzuEcE android.view.textclassifier.-$$Lambda$9N8WImc0VBjy2oxI_Gk5_Pbye_A +android.view.textclassifier.-$$Lambda$ActionsModelParamsSupplier$GCXILXtg_S2la6x__ANOhbYxetw +android.view.textclassifier.-$$Lambda$ActionsModelParamsSupplier$zElxNeuL3A8paTXvw8GWdpp4rFo android.view.textclassifier.-$$Lambda$ActionsSuggestionsHelper$6oTtcn9bDE-u-8FbiyGdntqoQG0 android.view.textclassifier.-$$Lambda$ActionsSuggestionsHelper$YTQv8oPvlmJL4tITUFD4z4JWKRk android.view.textclassifier.-$$Lambda$ActionsSuggestionsHelper$sY0w9od2zcl4YFel0lG4VB3vf7I android.view.textclassifier.-$$Lambda$EntityConfidence$YPh8hwgSYYK8OyQ1kFlQngc71Q0 +android.view.textclassifier.-$$Lambda$GenerateLinksLogger$vmbT_h7MLlbrIm0lJJwA-eHQhXk android.view.textclassifier.-$$Lambda$L_UQMPjXwBN0ch4zL2dD82nf9RI android.view.textclassifier.-$$Lambda$NxwbyZSxofZ4Z5SQhfXmtLQ1nxk android.view.textclassifier.-$$Lambda$OGSS2qx6njxlnp0dnKb4lA3jnw8 +android.view.textclassifier.-$$Lambda$TextClassificationManager$JIaezIJbMig_-kVzN6oArzkTsJE android.view.textclassifier.-$$Lambda$TextClassifierImpl$RRbXefHgcUymI9-P95ArUyMvfbw android.view.textclassifier.-$$Lambda$TextClassifierImpl$ftq-sQqJYwUdrdbbr9jz3p4AWos android.view.textclassifier.-$$Lambda$TextClassifierImpl$iSt_Guet-O6Vtdk0MA4z-Z4lzaM android.view.textclassifier.-$$Lambda$XeE_KI7QgMKzF9vYRSoFWAolyuA android.view.textclassifier.-$$Lambda$jJq8RXuVdjYF3lPq-77PEw1NJLM android.view.textclassifier.ActionsModelParamsSupplier$ActionsModelParams +android.view.textclassifier.ActionsModelParamsSupplier$SettingsObserver android.view.textclassifier.ActionsModelParamsSupplier android.view.textclassifier.ActionsSuggestionsHelper$PersonEncoder android.view.textclassifier.ActionsSuggestionsHelper @@ -5692,13 +7106,16 @@ android.view.textclassifier.ConversationAction$Builder android.view.textclassifier.ConversationAction android.view.textclassifier.ConversationActions$1 android.view.textclassifier.ConversationActions$Message$1 +android.view.textclassifier.ConversationActions$Message$Builder android.view.textclassifier.ConversationActions$Message android.view.textclassifier.ConversationActions$Request$1 +android.view.textclassifier.ConversationActions$Request$Builder android.view.textclassifier.ConversationActions$Request android.view.textclassifier.ConversationActions android.view.textclassifier.EntityConfidence$1 android.view.textclassifier.EntityConfidence android.view.textclassifier.ExtrasUtils +android.view.textclassifier.GenerateLinksLogger$LinkifyStats android.view.textclassifier.GenerateLinksLogger android.view.textclassifier.Log android.view.textclassifier.ModelFileManager$ModelFile @@ -5722,6 +7139,7 @@ android.view.textclassifier.TextClassificationContext$Builder android.view.textclassifier.TextClassificationContext android.view.textclassifier.TextClassificationManager$SettingsObserver android.view.textclassifier.TextClassificationManager +android.view.textclassifier.TextClassificationSession android.view.textclassifier.TextClassificationSessionFactory android.view.textclassifier.TextClassificationSessionId$1 android.view.textclassifier.TextClassificationSessionId @@ -5732,6 +7150,7 @@ android.view.textclassifier.TextClassifier$EntityConfig android.view.textclassifier.TextClassifier$Utils android.view.textclassifier.TextClassifier android.view.textclassifier.TextClassifierEvent$1 +android.view.textclassifier.TextClassifierEvent$Builder android.view.textclassifier.TextClassifierEvent$ConversationActionsEvent$1 android.view.textclassifier.TextClassifierEvent$ConversationActionsEvent android.view.textclassifier.TextClassifierEvent$LanguageDetectionEvent$1 @@ -5749,8 +7168,12 @@ android.view.textclassifier.TextLanguage$Request$1 android.view.textclassifier.TextLanguage$Request$Builder android.view.textclassifier.TextLanguage$Request android.view.textclassifier.TextLanguage +android.view.textclassifier.TextLinks$Builder android.view.textclassifier.TextLinks$Request$1 android.view.textclassifier.TextLinks$Request +android.view.textclassifier.TextLinks$TextLink +android.view.textclassifier.TextLinks$TextLinkSpan +android.view.textclassifier.TextLinks android.view.textclassifier.TextSelection$1 android.view.textclassifier.TextSelection$Request$1 android.view.textclassifier.TextSelection$Request @@ -5770,10 +7193,13 @@ android.view.textservice.SpellCheckerInfo android.view.textservice.SpellCheckerSession$1 android.view.textservice.SpellCheckerSession$InternalListener android.view.textservice.SpellCheckerSession$SpellCheckerSessionListener +android.view.textservice.SpellCheckerSession$SpellCheckerSessionListenerImpl$1 +android.view.textservice.SpellCheckerSession$SpellCheckerSessionListenerImpl$SpellCheckerParams android.view.textservice.SpellCheckerSession$SpellCheckerSessionListenerImpl android.view.textservice.SpellCheckerSession android.view.textservice.SpellCheckerSubtype$1 android.view.textservice.SpellCheckerSubtype +android.view.textservice.TextInfo android.view.textservice.TextServicesManager android.webkit.ConsoleMessage$MessageLevel android.webkit.ConsoleMessage @@ -5785,6 +7211,7 @@ android.webkit.IWebViewUpdateService$Stub$Proxy android.webkit.IWebViewUpdateService$Stub android.webkit.IWebViewUpdateService android.webkit.JavascriptInterface +android.webkit.MimeTypeMap android.webkit.ServiceWorkerClient android.webkit.ServiceWorkerController android.webkit.ServiceWorkerWebSettings @@ -5799,7 +7226,9 @@ android.webkit.WebChromeClient android.webkit.WebIconDatabase android.webkit.WebMessage android.webkit.WebMessagePort +android.webkit.WebResourceError android.webkit.WebResourceRequest +android.webkit.WebSettings$PluginState android.webkit.WebSettings android.webkit.WebStorage android.webkit.WebSyncManager @@ -5843,12 +7272,16 @@ android.widget.AbsListView$1 android.widget.AbsListView$2 android.widget.AbsListView$3 android.widget.AbsListView$4 +android.widget.AbsListView$AbsPositionScroller android.widget.AbsListView$AdapterDataSetObserver +android.widget.AbsListView$CheckForLongPress android.widget.AbsListView$CheckForTap android.widget.AbsListView$FlingRunnable$1 android.widget.AbsListView$FlingRunnable android.widget.AbsListView$LayoutParams android.widget.AbsListView$ListItemAccessibilityDelegate +android.widget.AbsListView$MultiChoiceModeListener +android.widget.AbsListView$MultiChoiceModeWrapper android.widget.AbsListView$OnScrollListener android.widget.AbsListView$PerformClick android.widget.AbsListView$RecycleBin @@ -5862,12 +7295,15 @@ android.widget.AbsSeekBar android.widget.AbsSpinner$RecycleBin android.widget.AbsSpinner$SavedState$1 android.widget.AbsSpinner +android.widget.AbsoluteLayout$LayoutParams android.widget.AbsoluteLayout android.widget.ActionMenuPresenter$1 android.widget.ActionMenuPresenter$2 +android.widget.ActionMenuPresenter$ActionButtonSubmenu android.widget.ActionMenuPresenter$ActionMenuPopupCallback android.widget.ActionMenuPresenter$OverflowMenuButton$1 android.widget.ActionMenuPresenter$OverflowMenuButton +android.widget.ActionMenuPresenter$OverflowPopup android.widget.ActionMenuPresenter$PopupPresenterCallback android.widget.ActionMenuPresenter android.widget.ActionMenuView$ActionMenuChildView @@ -5880,11 +7316,13 @@ android.widget.Adapter android.widget.AdapterView$AdapterDataSetObserver android.widget.AdapterView$OnItemClickListener android.widget.AdapterView$OnItemSelectedListener +android.widget.AdapterView$SelectionNotifier android.widget.AdapterView android.widget.ArrayAdapter android.widget.AutoCompleteTextView$DropDownItemClickListener android.widget.AutoCompleteTextView$MyWatcher android.widget.AutoCompleteTextView$PassThroughClickListener +android.widget.AutoCompleteTextView$Validator android.widget.AutoCompleteTextView android.widget.BaseAdapter android.widget.Button @@ -5892,8 +7330,10 @@ android.widget.CheckBox android.widget.Checkable android.widget.CheckedTextView android.widget.Chronometer$1 +android.widget.Chronometer$OnChronometerTickListener android.widget.Chronometer android.widget.CompoundButton$OnCheckedChangeListener +android.widget.CompoundButton$SavedState android.widget.CompoundButton android.widget.EdgeEffect android.widget.EditText @@ -5902,36 +7342,45 @@ android.widget.Editor$2 android.widget.Editor$3 android.widget.Editor$5 android.widget.Editor$Blink +android.widget.Editor$CorrectionHighlighter android.widget.Editor$CursorAnchorInfoNotifier android.widget.Editor$CursorController android.widget.Editor$EasyEditDeleteListener android.widget.Editor$EasyEditPopupWindow android.widget.Editor$EditOperation$1 android.widget.Editor$EditOperation +android.widget.Editor$ErrorPopup +android.widget.Editor$HandleView android.widget.Editor$InputContentType android.widget.Editor$InputMethodState +android.widget.Editor$InsertionHandleView android.widget.Editor$InsertionPointCursorController android.widget.Editor$MagnifierMotionAnimator android.widget.Editor$PinnedPopupWindow android.widget.Editor$PositionListener android.widget.Editor$ProcessTextIntentActionsHandler +android.widget.Editor$SelectionHandleView android.widget.Editor$SelectionModifierCursorController android.widget.Editor$SpanController$1 android.widget.Editor$SpanController$2 android.widget.Editor$SpanController android.widget.Editor$SuggestionHelper$SuggestionSpanComparator android.widget.Editor$SuggestionHelper +android.widget.Editor$SuggestionsPopupWindow android.widget.Editor$TextRenderNode android.widget.Editor$TextViewPositionListener android.widget.Editor$UndoInputFilter android.widget.Editor +android.widget.EditorTouchState android.widget.FastScroller$1 android.widget.FastScroller$2 android.widget.FastScroller$3 android.widget.FastScroller$4 android.widget.FastScroller$5 android.widget.FastScroller$6 +android.widget.FastScroller android.widget.Filter$FilterListener +android.widget.Filter$ResultsHandler android.widget.Filter android.widget.Filterable android.widget.ForwardingListener @@ -6021,6 +7470,7 @@ android.widget.RemoteViews$LayoutParamAction android.widget.RemoteViews$MethodArgs android.widget.RemoteViews$MethodKey android.widget.RemoteViews$OnClickHandler +android.widget.RemoteViews$OnViewAppliedListener android.widget.RemoteViews$OverrideTextColorsAction android.widget.RemoteViews$ReflectionAction android.widget.RemoteViews$RemoteResponse @@ -6040,11 +7490,16 @@ android.widget.RemoteViews$SetRippleDrawableColor android.widget.RemoteViews$TextViewDrawableAction android.widget.RemoteViews$TextViewSizeAction android.widget.RemoteViews$ViewContentNavigation +android.widget.RemoteViews$ViewGroupActionAdd$1 android.widget.RemoteViews$ViewGroupActionAdd +android.widget.RemoteViews$ViewGroupActionRemove$1 android.widget.RemoteViews$ViewGroupActionRemove android.widget.RemoteViews$ViewPaddingAction +android.widget.RemoteViews$ViewTree android.widget.RemoteViews android.widget.RemoteViewsAdapter$RemoteAdapterConnectionCallback +android.widget.RemoteViewsAdapter +android.widget.RemoteViewsService android.widget.RtlSpacingHelper android.widget.ScrollBarDrawable android.widget.ScrollView$SavedState$1 @@ -6086,6 +7541,9 @@ android.widget.TextView$BufferType android.widget.TextView$ChangeWatcher android.widget.TextView$CharWrapper android.widget.TextView$Drawables +android.widget.TextView$Marquee$1 +android.widget.TextView$Marquee$2 +android.widget.TextView$Marquee$3 android.widget.TextView$Marquee android.widget.TextView$OnEditorActionListener android.widget.TextView$SavedState$1 @@ -6093,6 +7551,8 @@ android.widget.TextView$SavedState android.widget.TextView$TextAppearanceAttributes android.widget.TextView android.widget.ThemedSpinnerAdapter +android.widget.Toast$Callback +android.widget.Toast$CallbackBinder android.widget.Toast$TN$1 android.widget.Toast$TN android.widget.Toast @@ -6124,6 +7584,7 @@ com.android.i18n.phonenumbers.MetadataSource com.android.i18n.phonenumbers.MultiFileMetadataSourceImpl com.android.i18n.phonenumbers.NumberParseException$ErrorType com.android.i18n.phonenumbers.NumberParseException +com.android.i18n.phonenumbers.PhoneNumberMatch com.android.i18n.phonenumbers.PhoneNumberUtil$1 com.android.i18n.phonenumbers.PhoneNumberUtil$2 com.android.i18n.phonenumbers.PhoneNumberUtil$Leniency$1 @@ -6159,6 +7620,7 @@ com.android.icu.util.Icu4cMetadata com.android.icu.util.LocaleNative com.android.icu.util.regex.MatcherNative com.android.icu.util.regex.PatternNative +com.android.ims.-$$Lambda$ImsManager$CwzXIbVJZNvgdV2t7LH2gUKL7AA com.android.ims.-$$Lambda$ImsManager$D1JuJ3ba2jMHWDKlSpm03meBR1c com.android.ims.-$$Lambda$ImsManager$LiW49wt0wLMYHjgtAwL8NLIATfs com.android.ims.-$$Lambda$ImsManager$YhRaDrc3t9_7beNiU5gQcqZilOw @@ -6166,6 +7628,7 @@ com.android.ims.-$$Lambda$szO0o3matefQqo-6NB-dzsr9eCw com.android.ims.FeatureConnection$IFeatureUpdate com.android.ims.FeatureConnection com.android.ims.FeatureConnector$Listener +com.android.ims.FeatureConnector com.android.ims.IFeatureConnector com.android.ims.ImsCall$Listener com.android.ims.ImsCall @@ -6181,6 +7644,7 @@ com.android.ims.ImsExternalCallStateListener com.android.ims.ImsManager$2 com.android.ims.ImsManager$3 com.android.ims.ImsManager$ExecutorFactory +com.android.ims.ImsManager$ImsExecutorFactory com.android.ims.ImsManager com.android.ims.ImsMultiEndpoint$ImsExternalCallStateListenerProxy com.android.ims.ImsMultiEndpoint @@ -6191,13 +7655,16 @@ com.android.ims.MmTelFeatureConnection$CapabilityCallbackManager com.android.ims.MmTelFeatureConnection$ImsRegistrationCallbackAdapter com.android.ims.MmTelFeatureConnection$ProvisioningCallbackManager com.android.ims.MmTelFeatureConnection +com.android.ims.Registrant com.android.ims.internal.ICall +com.android.ims.internal.IImsCallSession com.android.ims.internal.IImsEcbm$Stub com.android.ims.internal.IImsEcbm com.android.ims.internal.IImsEcbmListener$Stub com.android.ims.internal.IImsEcbmListener com.android.ims.internal.IImsExternalCallStateListener$Stub com.android.ims.internal.IImsExternalCallStateListener +com.android.ims.internal.IImsFeatureStatusCallback$Stub$Proxy com.android.ims.internal.IImsFeatureStatusCallback$Stub com.android.ims.internal.IImsFeatureStatusCallback com.android.ims.internal.IImsMultiEndpoint$Stub @@ -6212,14 +7679,25 @@ com.android.ims.internal.IImsUtListener com.android.ims.internal.ImsVideoCallProviderWrapper$ImsVideoProviderWrapperCallback com.android.ims.internal.uce.UceServiceBase$UceServiceBinder com.android.ims.internal.uce.UceServiceBase +com.android.ims.internal.uce.common.CapInfo$1 +com.android.ims.internal.uce.common.CapInfo +com.android.ims.internal.uce.common.StatusCode$1 com.android.ims.internal.uce.common.UceLong$1 com.android.ims.internal.uce.common.UceLong com.android.ims.internal.uce.options.IOptionsListener$Stub$Proxy com.android.ims.internal.uce.options.IOptionsListener$Stub com.android.ims.internal.uce.options.IOptionsListener +com.android.ims.internal.uce.options.IOptionsService com.android.ims.internal.uce.presence.IPresenceListener$Stub$Proxy com.android.ims.internal.uce.presence.IPresenceListener$Stub com.android.ims.internal.uce.presence.IPresenceListener +com.android.ims.internal.uce.presence.IPresenceService$Stub +com.android.ims.internal.uce.presence.IPresenceService +com.android.ims.internal.uce.presence.PresCapInfo$1 +com.android.ims.internal.uce.presence.PresCmdId$1 +com.android.ims.internal.uce.presence.PresCmdStatus$1 +com.android.ims.internal.uce.presence.PresPublishTriggerType$1 +com.android.ims.internal.uce.presence.PresSipResponse$1 com.android.ims.internal.uce.uceservice.IUceListener$Stub$Proxy com.android.ims.internal.uce.uceservice.IUceListener$Stub com.android.ims.internal.uce.uceservice.IUceListener @@ -6230,8 +7708,10 @@ com.android.internal.accessibility.AccessibilityShortcutController$1 com.android.internal.accessibility.AccessibilityShortcutController$FrameworkObjectProvider com.android.internal.accessibility.AccessibilityShortcutController$ToggleableFrameworkFeatureInfo com.android.internal.accessibility.AccessibilityShortcutController +com.android.internal.alsa.AlsaCardsParser$AlsaCardRecord com.android.internal.alsa.AlsaCardsParser com.android.internal.alsa.LineTokenizer +com.android.internal.app.AlertActivity com.android.internal.app.AlertController$1 com.android.internal.app.AlertController$AlertParams com.android.internal.app.AlertController$ButtonHandler @@ -6241,6 +7721,9 @@ com.android.internal.app.AssistUtils com.android.internal.app.IAppOpsActiveCallback$Stub$Proxy com.android.internal.app.IAppOpsActiveCallback$Stub com.android.internal.app.IAppOpsActiveCallback +com.android.internal.app.IAppOpsAsyncNotedCallback$Stub$Proxy +com.android.internal.app.IAppOpsAsyncNotedCallback$Stub +com.android.internal.app.IAppOpsAsyncNotedCallback com.android.internal.app.IAppOpsCallback$Stub$Proxy com.android.internal.app.IAppOpsCallback$Stub com.android.internal.app.IAppOpsCallback @@ -6270,14 +7753,21 @@ com.android.internal.app.IVoiceInteractionSessionShowCallback com.android.internal.app.IVoiceInteractor$Stub$Proxy com.android.internal.app.IVoiceInteractor$Stub com.android.internal.app.IVoiceInteractor +com.android.internal.app.IntentForwarderActivity com.android.internal.app.MicroAlertController +com.android.internal.app.NetInitiatedActivity com.android.internal.app.ProcessMap com.android.internal.app.ResolverActivity$ActionTitle com.android.internal.app.ResolverActivity com.android.internal.app.ResolverListAdapter$ResolverListCommunicator com.android.internal.app.ToolbarActionBar +com.android.internal.app.WindowDecorActionBar$1 +com.android.internal.app.WindowDecorActionBar$2 +com.android.internal.app.WindowDecorActionBar$3 com.android.internal.app.WindowDecorActionBar com.android.internal.app.procstats.-$$Lambda$AssociationState$kgfxYpOOyQWCFPwGaRqRz0N4-zg +com.android.internal.app.procstats.-$$Lambda$ProcessStats$6CxEiT4FvK_P75G9LzEfE1zL88Q +com.android.internal.app.procstats.AssociationState$SourceDumpContainer com.android.internal.app.procstats.AssociationState$SourceKey com.android.internal.app.procstats.AssociationState$SourceState com.android.internal.app.procstats.AssociationState @@ -6290,7 +7780,9 @@ com.android.internal.app.procstats.ProcessState$1 com.android.internal.app.procstats.ProcessState$PssAggr com.android.internal.app.procstats.ProcessState com.android.internal.app.procstats.ProcessStats$1 +com.android.internal.app.procstats.ProcessStats$AssociationDumpContainer com.android.internal.app.procstats.ProcessStats$PackageState +com.android.internal.app.procstats.ProcessStats$ProcessDataCollection com.android.internal.app.procstats.ProcessStats$ProcessStateHolder com.android.internal.app.procstats.ProcessStats$TotalMemoryUseCollection com.android.internal.app.procstats.ProcessStats @@ -6308,7 +7800,22 @@ com.android.internal.appwidget.IAppWidgetService com.android.internal.backup.IBackupTransport$Stub$Proxy com.android.internal.backup.IBackupTransport$Stub com.android.internal.backup.IBackupTransport +com.android.internal.colorextraction.ColorExtractor$GradientColors +com.android.internal.colorextraction.types.ExtractionType +com.android.internal.colorextraction.types.Tonal$ConfigParser +com.android.internal.colorextraction.types.Tonal$TonalPalette +com.android.internal.colorextraction.types.Tonal +com.android.internal.compat.ChangeReporter$ChangeReport com.android.internal.compat.ChangeReporter +com.android.internal.compat.CompatibilityChangeConfig +com.android.internal.compat.CompatibilityChangeInfo$1 +com.android.internal.compat.CompatibilityChangeInfo +com.android.internal.compat.IOverrideValidator +com.android.internal.compat.IPlatformCompat$Stub$Proxy +com.android.internal.compat.IPlatformCompat$Stub +com.android.internal.compat.IPlatformCompat +com.android.internal.compat.IPlatformCompatNative$Stub +com.android.internal.compat.IPlatformCompatNative com.android.internal.content.NativeLibraryHelper$Handle com.android.internal.content.NativeLibraryHelper com.android.internal.content.PackageHelper$1 @@ -6318,6 +7825,8 @@ com.android.internal.content.PackageMonitor com.android.internal.content.ReferrerIntent$1 com.android.internal.content.ReferrerIntent com.android.internal.database.SortCursor +com.android.internal.graphics.-$$Lambda$ColorUtils$zbDH-52c8D9XBeqmvTHi3Boxl14 +com.android.internal.graphics.ColorUtils$ContrastCalculator com.android.internal.graphics.ColorUtils com.android.internal.graphics.SfVsyncFrameCallbackProvider com.android.internal.graphics.drawable.AnimationScaleListDrawable$AnimationScaleListState @@ -6329,8 +7838,16 @@ com.android.internal.infra.-$$Lambda$AbstractRemoteService$MDW40b8CzodE5xRowI9wD com.android.internal.infra.-$$Lambda$AbstractRemoteService$PendingRequest$IBoaBGXZQEXJr69u3aJF-LCJ42Y com.android.internal.infra.-$$Lambda$AbstractRemoteService$YSUzqqi1Pbrg2dlwMGMtKWbGXck com.android.internal.infra.-$$Lambda$AbstractRemoteService$ocrHd68Md9x6FfAzVQ6w8MAjFqY +com.android.internal.infra.-$$Lambda$AndroidFuture$dkSvpmqaFOFKPCZgb7C7XLP_QpE com.android.internal.infra.-$$Lambda$EbzSql2RHkXox5Myj8A-7kLC4_A +com.android.internal.infra.-$$Lambda$ServiceConnector$Impl$3vLWxkP1Z6JyExzdZboFFp1zM20 +com.android.internal.infra.-$$Lambda$T7zIZMFnvwrmtbuTMXLaZHHp-9s +com.android.internal.infra.-$$Lambda$XuWfs8-IsKaNygi8YjlVGjedkIw +com.android.internal.infra.-$$Lambda$aeiZbEpH6rq4kD9vJrlAnboJGDM +com.android.internal.infra.-$$Lambda$qN_gooelzsUiBhYWznXKzb-8_wA +com.android.internal.infra.-$$Lambda$rAXGjry3wPGKviARzTYfDiY7xrs com.android.internal.infra.AbstractMultiplePendingRequestsRemoteService +com.android.internal.infra.AbstractRemoteService$AsyncRequest com.android.internal.infra.AbstractRemoteService$BasePendingRequest com.android.internal.infra.AbstractRemoteService$MyAsyncPendingRequest com.android.internal.infra.AbstractRemoteService$PendingRequest @@ -6338,8 +7855,22 @@ com.android.internal.infra.AbstractRemoteService$RemoteServiceConnection com.android.internal.infra.AbstractRemoteService$VultureCallback com.android.internal.infra.AbstractRemoteService com.android.internal.infra.AbstractSinglePendingRequestRemoteService +com.android.internal.infra.AndroidFuture$1 +com.android.internal.infra.AndroidFuture$2 +com.android.internal.infra.AndroidFuture +com.android.internal.infra.GlobalWhitelistState +com.android.internal.infra.IAndroidFuture$Stub +com.android.internal.infra.IAndroidFuture +com.android.internal.infra.RemoteStream$1 +com.android.internal.infra.RemoteStream +com.android.internal.infra.ServiceConnector$Impl$CompletionAwareJob +com.android.internal.infra.ServiceConnector$Impl com.android.internal.infra.ServiceConnector$Job +com.android.internal.infra.ServiceConnector$VoidJob +com.android.internal.infra.ServiceConnector +com.android.internal.infra.ThrottledRunnable com.android.internal.infra.WhitelistHelper +com.android.internal.inputmethod.IInputContentUriToken com.android.internal.inputmethod.IInputMethodPrivilegedOperations$Stub$Proxy com.android.internal.inputmethod.IInputMethodPrivilegedOperations$Stub com.android.internal.inputmethod.IInputMethodPrivilegedOperations @@ -6350,6 +7881,7 @@ com.android.internal.inputmethod.InputMethodPrivilegedOperationsRegistry com.android.internal.inputmethod.SubtypeLocaleUtils com.android.internal.location.GpsNetInitiatedHandler$1 com.android.internal.location.GpsNetInitiatedHandler$2 +com.android.internal.location.GpsNetInitiatedHandler$GpsNiNotification com.android.internal.location.GpsNetInitiatedHandler com.android.internal.location.ILocationProvider$Stub$Proxy com.android.internal.location.ILocationProvider$Stub @@ -6370,10 +7902,13 @@ com.android.internal.logging.AndroidConfig com.android.internal.logging.AndroidHandler$1 com.android.internal.logging.AndroidHandler com.android.internal.logging.EventLogTags +com.android.internal.logging.InstanceId com.android.internal.logging.MetricsLogger com.android.internal.net.INetworkWatchlistManager$Stub$Proxy com.android.internal.net.INetworkWatchlistManager$Stub com.android.internal.net.INetworkWatchlistManager +com.android.internal.net.LegacyVpnInfo$1 +com.android.internal.net.LegacyVpnInfo com.android.internal.net.VpnConfig$1 com.android.internal.net.VpnConfig com.android.internal.net.VpnInfo$1 @@ -6386,13 +7921,20 @@ com.android.internal.os.-$$Lambda$BatteryStatsImpl$7bfIWpn8X2h-hSzLD6dcuK4Ljuw com.android.internal.os.-$$Lambda$BatteryStatsImpl$B-TmZhQb712ePnuJTxvMe7P-YwQ com.android.internal.os.-$$Lambda$BatteryStatsImpl$Xvt9xdVPtevMWGIjcbxXf0_mr_c com.android.internal.os.-$$Lambda$BatteryStatsImpl$_l2oiaRDRhjCXI_PwXPsAhrgegI +com.android.internal.os.-$$Lambda$BinderCallsStats$-YP-7pwoNn8TN0iTmo5Q1r2lQz0 +com.android.internal.os.-$$Lambda$BinderCallsStats$233x_Qux4c_AiqShYaWwvFplEXs +com.android.internal.os.-$$Lambda$BinderCallsStats$Vota0PqfoPWckjXH35wE48myGdk +com.android.internal.os.-$$Lambda$BinderCallsStats$iPOmTqbqUiHzgsAugINuZgf9tls com.android.internal.os.-$$Lambda$BinderCallsStats$sqXweH5BoxhmZvI188ctqYiACRk +com.android.internal.os.-$$Lambda$BinderCallsStats$xI0E0RpviGYsokEB7ojNx8LEbUc com.android.internal.os.-$$Lambda$RuntimeInit$ep4ioD9YINkHI5Q1wZ0N_7VFAOg com.android.internal.os.-$$Lambda$ZygoteConnection$KxVsZ-s4KsanePOHCU5JcuypPik com.android.internal.os.-$$Lambda$ZygoteConnection$xjqM7qW7vAjTqh2tR5XRF5Vn5mk com.android.internal.os.-$$Lambda$sHtqZgGVjxOf9IJdAdZO6gwD_Do com.android.internal.os.AndroidPrintStream +com.android.internal.os.AppFuseMount$1 com.android.internal.os.AppFuseMount +com.android.internal.os.AppIdToPackageMap com.android.internal.os.AtomicDirectory com.android.internal.os.BackgroundThread com.android.internal.os.BatterySipper$DrainType @@ -6449,6 +7991,7 @@ com.android.internal.os.BinderCallsStats$OverflowBinder com.android.internal.os.BinderCallsStats$UidEntry com.android.internal.os.BinderCallsStats com.android.internal.os.BinderDeathDispatcher$RecipientsInfo +com.android.internal.os.BinderDeathDispatcher com.android.internal.os.BinderInternal$BinderProxyLimitListener com.android.internal.os.BinderInternal$BinderProxyLimitListenerDelegate com.android.internal.os.BinderInternal$CallSession @@ -6457,6 +8000,7 @@ com.android.internal.os.BinderInternal$Observer com.android.internal.os.BinderInternal$WorkSourceProvider com.android.internal.os.BinderInternal com.android.internal.os.BluetoothPowerCalculator +com.android.internal.os.ByteTransferPipe com.android.internal.os.CachedDeviceState$Readonly com.android.internal.os.CachedDeviceState$TimeInStateStopwatch com.android.internal.os.CachedDeviceState @@ -6487,6 +8031,8 @@ com.android.internal.os.KernelCpuThreadReader$Injector com.android.internal.os.KernelCpuThreadReader$ProcessCpuUsage com.android.internal.os.KernelCpuThreadReader$ThreadCpuUsage com.android.internal.os.KernelCpuThreadReader +com.android.internal.os.KernelCpuThreadReaderDiff$ThreadKey +com.android.internal.os.KernelCpuThreadReaderDiff com.android.internal.os.KernelCpuThreadReaderSettingsObserver$UidPredicate com.android.internal.os.KernelCpuThreadReaderSettingsObserver com.android.internal.os.KernelCpuUidTimeReader$Callback @@ -6515,6 +8061,7 @@ com.android.internal.os.PowerProfile com.android.internal.os.ProcStatsUtil com.android.internal.os.ProcTimeInStateReader com.android.internal.os.ProcessCpuTracker$1 +com.android.internal.os.ProcessCpuTracker$FilterStats com.android.internal.os.ProcessCpuTracker$Stats com.android.internal.os.ProcessCpuTracker com.android.internal.os.RailStats @@ -6528,6 +8075,7 @@ com.android.internal.os.RuntimeInit$Arguments com.android.internal.os.RuntimeInit$KillApplicationHandler com.android.internal.os.RuntimeInit$LoggingHandler com.android.internal.os.RuntimeInit$MethodAndArgsCaller +com.android.internal.os.RuntimeInit$RuntimeThreadPrioritySetter com.android.internal.os.RuntimeInit com.android.internal.os.SensorPowerCalculator com.android.internal.os.SomeArgs @@ -6545,6 +8093,9 @@ com.android.internal.os.ZygoteInit com.android.internal.os.ZygoteSecurityException com.android.internal.os.ZygoteServer$UsapPoolRefillAction com.android.internal.os.ZygoteServer +com.android.internal.os.logging.MetricsLoggerWrapper +com.android.internal.policy.-$$Lambda$PhoneWindow$9SyKQeTuaYx7qUIMJIr4Lk2OpYw +com.android.internal.policy.BackdropFrameRenderer com.android.internal.policy.DecorContext com.android.internal.policy.DecorView$1 com.android.internal.policy.DecorView$2 @@ -6573,9 +8124,11 @@ com.android.internal.policy.IKeyguardStateCallback com.android.internal.policy.IShortcutService$Stub$Proxy com.android.internal.policy.IShortcutService$Stub com.android.internal.policy.IShortcutService +com.android.internal.policy.KeyInterceptionInfo com.android.internal.policy.PhoneFallbackEventHandler com.android.internal.policy.PhoneLayoutInflater com.android.internal.policy.PhoneWindow$1 +com.android.internal.policy.PhoneWindow$ActionMenuPresenterCallback com.android.internal.policy.PhoneWindow$PanelFeatureState$SavedState$1 com.android.internal.policy.PhoneWindow$PanelFeatureState$SavedState com.android.internal.policy.PhoneWindow$PanelFeatureState @@ -6593,11 +8146,17 @@ com.android.internal.statusbar.IStatusBarService com.android.internal.statusbar.NotificationVisibility$1 com.android.internal.statusbar.NotificationVisibility$NotificationLocation com.android.internal.statusbar.NotificationVisibility +com.android.internal.statusbar.RegisterStatusBarResult$1 +com.android.internal.statusbar.RegisterStatusBarResult com.android.internal.statusbar.StatusBarIcon$1 com.android.internal.statusbar.StatusBarIcon com.android.internal.telecom.IConnectionService$Stub$Proxy com.android.internal.telecom.IConnectionService$Stub com.android.internal.telecom.IConnectionService +com.android.internal.telecom.IConnectionServiceAdapter$Stub +com.android.internal.telecom.IConnectionServiceAdapter +com.android.internal.telecom.IInCallAdapter$Stub +com.android.internal.telecom.IInCallAdapter com.android.internal.telecom.IInCallService$Stub$Proxy com.android.internal.telecom.IInCallService$Stub com.android.internal.telecom.IInCallService @@ -6611,6 +8170,7 @@ com.android.internal.telecom.IVideoProvider com.android.internal.telecom.RemoteServiceCallback$Stub$Proxy com.android.internal.telecom.RemoteServiceCallback$Stub com.android.internal.telecom.RemoteServiceCallback +com.android.internal.telephony.-$$Lambda$CarrierAppUtils$oAca0vwfzY3MLxvgrejL5_ugnfc com.android.internal.telephony.-$$Lambda$MultiSimSettingController$55347QtGjuukX-px3jYZkJd_z3U com.android.internal.telephony.-$$Lambda$MultiSimSettingController$DcLtrTEtdlCd4WOev4Zk79vrSko com.android.internal.telephony.-$$Lambda$MultiSimSettingController$WtGtOenjqxSBoW5BUjT-VlNoSTM @@ -6623,6 +8183,7 @@ com.android.internal.telephony.-$$Lambda$PhoneSubInfoController$P0j9hvO3e-UE9_1i com.android.internal.telephony.-$$Lambda$PhoneSubInfoController$ZOtVAnuhxrXl2L906I6eTOentP0 com.android.internal.telephony.-$$Lambda$PhoneSubInfoController$bWluhZvk2X-dQ0UidKfdpd0kwuw com.android.internal.telephony.-$$Lambda$PhoneSubInfoController$hh4N6_N4-PPm_vWjCdCRvS8--Cw +com.android.internal.telephony.-$$Lambda$PhoneSubInfoController$knEK4mNNOqbx_h4hWVcDSbY5kHE com.android.internal.telephony.-$$Lambda$PhoneSubInfoController$rpyQeO7zACcc5v4krwU9_qRMHL8 com.android.internal.telephony.-$$Lambda$PhoneSwitcher$WfAxZbJDpCUxBytiUchQ87aGijQ com.android.internal.telephony.-$$Lambda$RIL$803u4JiCud_JSoDndvAhT13ZZqU @@ -6633,6 +8194,8 @@ com.android.internal.telephony.-$$Lambda$RILConstants$ODSbRKyUeaOFMcez-ZudOmaKCB com.android.internal.telephony.-$$Lambda$RILConstants$zIAjDPNpW8a5C22QbMmMwM64vD8 com.android.internal.telephony.-$$Lambda$RILRequest$VaC9ddQXT8qxCl7rcNKtUadFQoI com.android.internal.telephony.-$$Lambda$RadioIndication$GND6XxOOm1d_Ro76zEUFjA9OrEA +com.android.internal.telephony.-$$Lambda$SmsApplication$5KAxbm71Dll9xmT5zeXi0i27A10 +com.android.internal.telephony.-$$Lambda$SmsApplication$gDx3W-UsTeTFaBSPU-Y_LFPZ9dE com.android.internal.telephony.-$$Lambda$SubscriptionController$Nt_ojdeqo4C2mbuwymYLvwgOLGo com.android.internal.telephony.-$$Lambda$SubscriptionController$VCQsMNqRHpN3RyoXYzh2YUwA2yc com.android.internal.telephony.-$$Lambda$SubscriptionController$u5xE-urXR6ElZ50305_6guo20Fc @@ -6650,6 +8213,7 @@ com.android.internal.telephony.-$$Lambda$TelephonyComponentFactory$InjectedCompo com.android.internal.telephony.-$$Lambda$TelephonyComponentFactory$InjectedComponents$nLdppNQT1Bv7QyIU3LwAwVD2K60 com.android.internal.telephony.-$$Lambda$UV1wDVoVlbcxpr8zevj_aMFtUGw com.android.internal.telephony.-$$Lambda$WWHOcG5P4-jgjzPPgLwm-wN15OM +com.android.internal.telephony.-$$Lambda$_14QHG018Z6p13d3hzJuGTWnNeo com.android.internal.telephony.ATParseEx com.android.internal.telephony.AppSmsManager com.android.internal.telephony.BaseCommands @@ -6691,6 +8255,7 @@ com.android.internal.telephony.CarrierServicesSmsFilter com.android.internal.telephony.CarrierSignalAgent$1 com.android.internal.telephony.CarrierSignalAgent com.android.internal.telephony.CarrierSmsUtils +com.android.internal.telephony.CellBroadcastServiceManager com.android.internal.telephony.CellNetworkScanResult$1 com.android.internal.telephony.CellNetworkScanResult com.android.internal.telephony.CellularNetworkService$CellularNetworkServiceProvider$1 @@ -6723,6 +8288,7 @@ com.android.internal.telephony.ExponentialBackoff$1 com.android.internal.telephony.ExponentialBackoff$HandlerAdapter com.android.internal.telephony.ExponentialBackoff com.android.internal.telephony.GlobalSettingsHelper +com.android.internal.telephony.GsmAlphabet$TextEncodingDetails com.android.internal.telephony.GsmAlphabet com.android.internal.telephony.GsmCdmaCall com.android.internal.telephony.GsmCdmaCallTracker$1 @@ -6737,7 +8303,10 @@ com.android.internal.telephony.GsmCdmaPhone$Cfu com.android.internal.telephony.GsmCdmaPhone com.android.internal.telephony.HalVersion com.android.internal.telephony.HardwareConfig +com.android.internal.telephony.HbpcdLookup$MccIdd +com.android.internal.telephony.HbpcdLookup$MccLookup com.android.internal.telephony.HbpcdUtils +com.android.internal.telephony.HexDump com.android.internal.telephony.ICarrierConfigLoader$Stub$Proxy com.android.internal.telephony.ICarrierConfigLoader$Stub com.android.internal.telephony.ICarrierConfigLoader @@ -6756,6 +8325,9 @@ com.android.internal.telephony.INumberVerificationCallback com.android.internal.telephony.IOnSubscriptionsChangedListener$Stub$Proxy com.android.internal.telephony.IOnSubscriptionsChangedListener$Stub com.android.internal.telephony.IOnSubscriptionsChangedListener +com.android.internal.telephony.IOns$Stub$Proxy +com.android.internal.telephony.IOns$Stub +com.android.internal.telephony.IOns com.android.internal.telephony.IPhoneStateListener$Stub$Proxy com.android.internal.telephony.IPhoneStateListener$Stub com.android.internal.telephony.IPhoneStateListener @@ -6779,6 +8351,7 @@ com.android.internal.telephony.ITelephony com.android.internal.telephony.ITelephonyRegistry$Stub$Proxy com.android.internal.telephony.ITelephonyRegistry$Stub com.android.internal.telephony.ITelephonyRegistry +com.android.internal.telephony.IUpdateAvailableNetworksCallback com.android.internal.telephony.IWapPushManager com.android.internal.telephony.IccCard com.android.internal.telephony.IccCardConstants$State @@ -6787,6 +8360,7 @@ com.android.internal.telephony.IccPhoneBookInterfaceManager$Request com.android.internal.telephony.IccPhoneBookInterfaceManager com.android.internal.telephony.IccProvider com.android.internal.telephony.IccSmsInterfaceManager$1 +com.android.internal.telephony.IccSmsInterfaceManager$2 com.android.internal.telephony.IccSmsInterfaceManager$CdmaBroadcastRangeManager com.android.internal.telephony.IccSmsInterfaceManager$CellBroadcastRangeManager com.android.internal.telephony.IccSmsInterfaceManager @@ -6798,6 +8372,7 @@ com.android.internal.telephony.ImsSmsDispatcher com.android.internal.telephony.InboundSmsHandler$1 com.android.internal.telephony.InboundSmsHandler$2 com.android.internal.telephony.InboundSmsHandler$CarrierServicesSmsFilterCallback +com.android.internal.telephony.InboundSmsHandler$CbTestBroadcastReceiver com.android.internal.telephony.InboundSmsHandler$DefaultState com.android.internal.telephony.InboundSmsHandler$DeliveringState com.android.internal.telephony.InboundSmsHandler$IdleState @@ -6818,11 +8393,13 @@ com.android.internal.telephony.LocalLog com.android.internal.telephony.LocaleTracker$1 com.android.internal.telephony.LocaleTracker com.android.internal.telephony.MccTable$MccEntry +com.android.internal.telephony.MccTable$MccMnc com.android.internal.telephony.MccTable com.android.internal.telephony.MmiCode com.android.internal.telephony.MultiSimSettingController$1 com.android.internal.telephony.MultiSimSettingController$UpdateDefaultAction com.android.internal.telephony.MultiSimSettingController +com.android.internal.telephony.NetworkFactory com.android.internal.telephony.NetworkRegistrationManager$1 com.android.internal.telephony.NetworkRegistrationManager$NetworkRegStateCallback com.android.internal.telephony.NetworkRegistrationManager$NetworkServiceConnection @@ -6840,7 +8417,10 @@ com.android.internal.telephony.OemHookResponse com.android.internal.telephony.OperatorInfo$1 com.android.internal.telephony.OperatorInfo$State com.android.internal.telephony.OperatorInfo +com.android.internal.telephony.Phone$1 com.android.internal.telephony.Phone +com.android.internal.telephony.PhoneConfigurationManager$ConfigManagerHandler +com.android.internal.telephony.PhoneConfigurationManager$MockableInterface com.android.internal.telephony.PhoneConfigurationManager com.android.internal.telephony.PhoneConstantConversions$1 com.android.internal.telephony.PhoneConstantConversions @@ -6858,6 +8438,7 @@ com.android.internal.telephony.PhoneSubInfoController$PermissionCheckHelper com.android.internal.telephony.PhoneSubInfoController com.android.internal.telephony.PhoneSwitcher$1 com.android.internal.telephony.PhoneSwitcher$2 +com.android.internal.telephony.PhoneSwitcher$3 com.android.internal.telephony.PhoneSwitcher$DefaultNetworkCallback com.android.internal.telephony.PhoneSwitcher$EmergencyOverrideRequest com.android.internal.telephony.PhoneSwitcher$PhoneState @@ -6880,6 +8461,7 @@ com.android.internal.telephony.RadioIndication com.android.internal.telephony.RadioResponse com.android.internal.telephony.RatRatcheter$1 com.android.internal.telephony.RatRatcheter +com.android.internal.telephony.Registrant com.android.internal.telephony.RegistrantList com.android.internal.telephony.RestrictedState com.android.internal.telephony.RetryManager$RetryRec @@ -6898,10 +8480,12 @@ com.android.internal.telephony.ServiceStateTracker com.android.internal.telephony.SettingsObserver com.android.internal.telephony.SimActivationTracker$1 com.android.internal.telephony.SimActivationTracker +com.android.internal.telephony.SmsAddress com.android.internal.telephony.SmsApplication$SmsApplicationData com.android.internal.telephony.SmsApplication$SmsPackageMonitor com.android.internal.telephony.SmsApplication com.android.internal.telephony.SmsBroadcastUndelivered$1 +com.android.internal.telephony.SmsBroadcastUndelivered$2 com.android.internal.telephony.SmsBroadcastUndelivered$ScanRawTableThread com.android.internal.telephony.SmsBroadcastUndelivered$SmsReferenceKey com.android.internal.telephony.SmsBroadcastUndelivered @@ -6909,7 +8493,12 @@ com.android.internal.telephony.SmsConstants$MessageClass com.android.internal.telephony.SmsController com.android.internal.telephony.SmsDispatchersController$1 com.android.internal.telephony.SmsDispatchersController +com.android.internal.telephony.SmsHeader$ConcatRef +com.android.internal.telephony.SmsHeader$PortAddrs +com.android.internal.telephony.SmsHeader +com.android.internal.telephony.SmsMessageBase$SubmitPduBase com.android.internal.telephony.SmsMessageBase +com.android.internal.telephony.SmsNumberUtils$NumberEntry com.android.internal.telephony.SmsNumberUtils com.android.internal.telephony.SmsPermissions com.android.internal.telephony.SmsResponse @@ -6918,13 +8507,17 @@ com.android.internal.telephony.SmsStorageMonitor com.android.internal.telephony.SmsUsageMonitor$SettingsObserver com.android.internal.telephony.SmsUsageMonitor$SettingsObserverHandler com.android.internal.telephony.SmsUsageMonitor +com.android.internal.telephony.SomeArgs com.android.internal.telephony.State +com.android.internal.telephony.StateMachine$LogRecords +com.android.internal.telephony.StateMachine$SmHandler com.android.internal.telephony.StateMachine com.android.internal.telephony.SubscriptionController com.android.internal.telephony.SubscriptionInfoUpdater$1 com.android.internal.telephony.SubscriptionInfoUpdater$UpdateEmbeddedSubsCallback com.android.internal.telephony.SubscriptionInfoUpdater com.android.internal.telephony.TelephonyCapabilities +com.android.internal.telephony.TelephonyCommonStatsLog com.android.internal.telephony.TelephonyComponentFactory$InjectedComponents com.android.internal.telephony.TelephonyComponentFactory com.android.internal.telephony.TelephonyDevController @@ -6932,7 +8525,9 @@ com.android.internal.telephony.TelephonyPermissions com.android.internal.telephony.TelephonyTester$1 com.android.internal.telephony.TelephonyTester com.android.internal.telephony.TimeServiceHelper +com.android.internal.telephony.TimeUtils com.android.internal.telephony.TimeZoneLookupHelper$CountryResult +com.android.internal.telephony.TimeZoneLookupHelper$OffsetResult com.android.internal.telephony.TimeZoneLookupHelper com.android.internal.telephony.UUSInfo com.android.internal.telephony.UiccPhoneBookController @@ -6958,6 +8553,8 @@ com.android.internal.telephony.cat.CatLog com.android.internal.telephony.cat.CatResponseMessage com.android.internal.telephony.cat.CatService$1 com.android.internal.telephony.cat.CatService +com.android.internal.telephony.cat.CommandDetails$1 +com.android.internal.telephony.cat.CommandDetails com.android.internal.telephony.cat.CommandParams com.android.internal.telephony.cat.CommandParamsFactory$1 com.android.internal.telephony.cat.CommandParamsFactory @@ -6976,8 +8573,14 @@ com.android.internal.telephony.cat.RilMessage com.android.internal.telephony.cat.RilMessageDecoder$StateCmdParamsReady com.android.internal.telephony.cat.RilMessageDecoder$StateStart com.android.internal.telephony.cat.RilMessageDecoder +com.android.internal.telephony.cat.TextMessage$1 +com.android.internal.telephony.cat.TextMessage +com.android.internal.telephony.cat.ValueObject com.android.internal.telephony.cat.ValueParser +com.android.internal.telephony.cdma.-$$Lambda$CdmaInboundSmsHandler$sD3UQ6e4SE9ZbPjDZ9bEr_XRoaA com.android.internal.telephony.cdma.CdmaCallWaitingNotification +com.android.internal.telephony.cdma.CdmaInboundSmsHandler$CdmaCbTestBroadcastReceiver +com.android.internal.telephony.cdma.CdmaInboundSmsHandler$CdmaScpTestBroadcastReceiver com.android.internal.telephony.cdma.CdmaInboundSmsHandler com.android.internal.telephony.cdma.CdmaSMSDispatcher com.android.internal.telephony.cdma.CdmaSmsBroadcastConfigInfo @@ -6986,6 +8589,12 @@ com.android.internal.telephony.cdma.EriInfo com.android.internal.telephony.cdma.EriManager$EriFile com.android.internal.telephony.cdma.EriManager com.android.internal.telephony.cdma.SmsMessage +com.android.internal.telephony.cdma.sms.BearerData$TimeStamp +com.android.internal.telephony.cdma.sms.BearerData +com.android.internal.telephony.cdma.sms.CdmaSmsAddress +com.android.internal.telephony.cdma.sms.CdmaSmsSubaddress +com.android.internal.telephony.cdma.sms.SmsEnvelope +com.android.internal.telephony.cdma.sms.UserData com.android.internal.telephony.cdnr.CarrierDisplayNameData$1 com.android.internal.telephony.cdnr.CarrierDisplayNameData$Builder com.android.internal.telephony.cdnr.CarrierDisplayNameData @@ -7030,6 +8639,7 @@ com.android.internal.telephony.dataconnection.DcController$1 com.android.internal.telephony.dataconnection.DcController$DccDefaultState com.android.internal.telephony.dataconnection.DcController com.android.internal.telephony.dataconnection.DcFailBringUp +com.android.internal.telephony.dataconnection.DcNetworkAgent$DcKeepaliveTracker com.android.internal.telephony.dataconnection.DcNetworkAgent com.android.internal.telephony.dataconnection.DcRequest com.android.internal.telephony.dataconnection.DcTesterDeactivateAll$1 @@ -7041,6 +8651,7 @@ com.android.internal.telephony.dataconnection.DcTracker$2 com.android.internal.telephony.dataconnection.DcTracker$3 com.android.internal.telephony.dataconnection.DcTracker$4 com.android.internal.telephony.dataconnection.DcTracker$5 +com.android.internal.telephony.dataconnection.DcTracker$6 com.android.internal.telephony.dataconnection.DcTracker$ApnChangeObserver com.android.internal.telephony.dataconnection.DcTracker$DataStallRecoveryHandler com.android.internal.telephony.dataconnection.DcTracker$DctOnSubscriptionsChangedListener @@ -7067,6 +8678,7 @@ com.android.internal.telephony.euicc.EuiccConnector$ConnectedState$10 com.android.internal.telephony.euicc.EuiccConnector$ConnectedState$11 com.android.internal.telephony.euicc.EuiccConnector$ConnectedState$12 com.android.internal.telephony.euicc.EuiccConnector$ConnectedState$13 +com.android.internal.telephony.euicc.EuiccConnector$ConnectedState$14 com.android.internal.telephony.euicc.EuiccConnector$ConnectedState$1 com.android.internal.telephony.euicc.EuiccConnector$ConnectedState$2 com.android.internal.telephony.euicc.EuiccConnector$ConnectedState$3 @@ -7090,16 +8702,24 @@ com.android.internal.telephony.euicc.EuiccConnector$UpdateNicknameRequest com.android.internal.telephony.euicc.EuiccConnector com.android.internal.telephony.euicc.EuiccController$3 com.android.internal.telephony.euicc.EuiccController +com.android.internal.telephony.euicc.IEuiccCardController$Stub$Proxy com.android.internal.telephony.euicc.IEuiccCardController$Stub com.android.internal.telephony.euicc.IEuiccCardController com.android.internal.telephony.euicc.IEuiccController$Stub$Proxy com.android.internal.telephony.euicc.IEuiccController$Stub com.android.internal.telephony.euicc.IEuiccController +com.android.internal.telephony.euicc.IGetAllProfilesCallback$Stub +com.android.internal.telephony.euicc.IGetAllProfilesCallback +com.android.internal.telephony.euicc.IGetEuiccInfo1Callback$Stub +com.android.internal.telephony.euicc.IGetEuiccInfo1Callback +com.android.internal.telephony.gsm.GsmInboundSmsHandler$GsmCbTestBroadcastReceiver com.android.internal.telephony.gsm.GsmInboundSmsHandler com.android.internal.telephony.gsm.GsmMmiCode com.android.internal.telephony.gsm.GsmSMSDispatcher +com.android.internal.telephony.gsm.GsmSmsAddress com.android.internal.telephony.gsm.SimTlv com.android.internal.telephony.gsm.SmsBroadcastConfigInfo +com.android.internal.telephony.gsm.SmsMessage$PduParser com.android.internal.telephony.gsm.SmsMessage com.android.internal.telephony.gsm.SuppServiceNotification com.android.internal.telephony.gsm.UsimDataDownloadHandler @@ -7135,6 +8755,11 @@ com.android.internal.telephony.ims.ImsServiceController com.android.internal.telephony.ims.ImsServiceFeatureQueryManager$ImsServiceFeatureQuery com.android.internal.telephony.ims.ImsServiceFeatureQueryManager$Listener com.android.internal.telephony.ims.ImsServiceFeatureQueryManager +com.android.internal.telephony.ims.RcsEventQueryHelper +com.android.internal.telephony.ims.RcsMessageController +com.android.internal.telephony.ims.RcsMessageQueryHelper +com.android.internal.telephony.ims.RcsMessageStoreUtil +com.android.internal.telephony.ims.RcsParticipantQueryHelper com.android.internal.telephony.imsphone.-$$Lambda$ImsPhoneCallTracker$QlPVd_3u4_verjHUDnkn6zaSe54 com.android.internal.telephony.imsphone.-$$Lambda$ImsPhoneCallTracker$Zw03itjXT6-LrhiYuD-9nKFg2Wg com.android.internal.telephony.imsphone.ImsExternalCallTracker$1 @@ -7148,7 +8773,10 @@ com.android.internal.telephony.imsphone.ImsExternalConnection com.android.internal.telephony.imsphone.ImsPhone$1 com.android.internal.telephony.imsphone.ImsPhone$2 com.android.internal.telephony.imsphone.ImsPhone$3 +com.android.internal.telephony.imsphone.ImsPhone$4 +com.android.internal.telephony.imsphone.ImsPhone$5 com.android.internal.telephony.imsphone.ImsPhone$Cf +com.android.internal.telephony.imsphone.ImsPhone$ImsDialArgs$Builder com.android.internal.telephony.imsphone.ImsPhone com.android.internal.telephony.imsphone.ImsPhoneBase com.android.internal.telephony.imsphone.ImsPhoneCall @@ -7201,6 +8829,7 @@ com.android.internal.telephony.nano.TelephonyProto$TelephonyCallSession com.android.internal.telephony.nano.TelephonyProto$TelephonyEvent$CarrierIdMatching com.android.internal.telephony.nano.TelephonyProto$TelephonyEvent$CarrierIdMatchingResult com.android.internal.telephony.nano.TelephonyProto$TelephonyEvent$DataSwitch +com.android.internal.telephony.nano.TelephonyProto$TelephonyEvent$NetworkCapabilitiesInfo com.android.internal.telephony.nano.TelephonyProto$TelephonyEvent$OnDemandDataSwitch com.android.internal.telephony.nano.TelephonyProto$TelephonyEvent$RilDeactivateDataCall com.android.internal.telephony.nano.TelephonyProto$TelephonyEvent$RilSetupDataCall @@ -7212,10 +8841,13 @@ com.android.internal.telephony.nano.TelephonyProto$TelephonyServiceState$Telepho com.android.internal.telephony.nano.TelephonyProto$TelephonyServiceState com.android.internal.telephony.nano.TelephonyProto$TelephonySettings com.android.internal.telephony.nano.TelephonyProto$Time +com.android.internal.telephony.nitz.NewNitzStateMachineImpl com.android.internal.telephony.protobuf.nano.CodedInputByteBufferNano com.android.internal.telephony.protobuf.nano.CodedOutputByteBufferNano$OutOfSpaceException com.android.internal.telephony.protobuf.nano.CodedOutputByteBufferNano com.android.internal.telephony.protobuf.nano.ExtendableMessageNano +com.android.internal.telephony.protobuf.nano.FieldArray +com.android.internal.telephony.protobuf.nano.FieldData com.android.internal.telephony.protobuf.nano.InternalNano com.android.internal.telephony.protobuf.nano.InvalidProtocolBufferNanoException com.android.internal.telephony.protobuf.nano.MessageNano @@ -7303,14 +8935,21 @@ com.android.internal.telephony.uicc.asn1.InvalidAsn1DataException com.android.internal.telephony.uicc.asn1.TagNotFoundException com.android.internal.telephony.uicc.euicc.EuiccCard com.android.internal.telephony.uicc.euicc.EuiccSpecVersion +com.android.internal.telephony.util.ArrayUtils +com.android.internal.telephony.util.HandlerExecutor com.android.internal.telephony.util.NotificationChannelController$1 com.android.internal.telephony.util.NotificationChannelController +com.android.internal.telephony.util.RemoteCallbackListExt com.android.internal.telephony.util.SMSDispatcherUtil com.android.internal.telephony.util.TelephonyUtils com.android.internal.telephony.util.VoicemailNotificationSettingsUtil +com.android.internal.telephony.util.XmlUtils com.android.internal.textservice.ISpellCheckerService$Stub$Proxy com.android.internal.textservice.ISpellCheckerService$Stub com.android.internal.textservice.ISpellCheckerService +com.android.internal.textservice.ISpellCheckerServiceCallback$Stub$Proxy +com.android.internal.textservice.ISpellCheckerServiceCallback$Stub +com.android.internal.textservice.ISpellCheckerServiceCallback com.android.internal.textservice.ISpellCheckerSession$Stub$Proxy com.android.internal.textservice.ISpellCheckerSession$Stub com.android.internal.textservice.ISpellCheckerSession @@ -7324,15 +8963,18 @@ com.android.internal.textservice.ITextServicesSessionListener$Stub$Proxy com.android.internal.textservice.ITextServicesSessionListener$Stub com.android.internal.textservice.ITextServicesSessionListener com.android.internal.transition.EpicenterTranslateClipReveal +com.android.internal.usb.DumpUtils com.android.internal.util.-$$Lambda$DumpUtils$D1OlZP6xIpu72ypnJd0fzx0wd6I com.android.internal.util.-$$Lambda$DumpUtils$X8irOs5hfloCKy89_l1HRA1QeG0 com.android.internal.util.-$$Lambda$DumpUtils$vCLO_0ezRxkpSERUWCFrJ0ph5jg com.android.internal.util.-$$Lambda$FunctionalUtils$koCSI8D7Nu5vOJTVTEj0m3leo_U com.android.internal.util.-$$Lambda$JwOUSWW2-Jzu15y4Kn4JuPh8tWM +com.android.internal.util.-$$Lambda$ProviderAccessStats$9AhC6lKURctNKuYjVd-wu7jn6_c com.android.internal.util.-$$Lambda$TCbPpgWlKJUHZgFKCczglAvxLfw com.android.internal.util.-$$Lambda$eRa1rlfDk6Og2yFeXGHqUGPzRF0 com.android.internal.util.-$$Lambda$grRTg3idX3yJe9Zyx-tmLBiD1DM com.android.internal.util.-$$Lambda$kVylv1rl9MOSbHFZoVyK5dl1kfY +com.android.internal.util.AnnotationValidations com.android.internal.util.ArrayUtils com.android.internal.util.AsyncChannel$AsyncChannelConnection com.android.internal.util.AsyncChannel$DeathMonitor @@ -7340,6 +8982,7 @@ com.android.internal.util.AsyncChannel$SyncMessenger$SyncHandler com.android.internal.util.AsyncChannel$SyncMessenger com.android.internal.util.AsyncChannel com.android.internal.util.BitUtils +com.android.internal.util.BitwiseInputStream$AccessException com.android.internal.util.CollectionUtils com.android.internal.util.ConcurrentUtils$1$1 com.android.internal.util.ConcurrentUtils$1 @@ -7347,6 +8990,7 @@ com.android.internal.util.ConcurrentUtils$DirectExecutor com.android.internal.util.ConcurrentUtils com.android.internal.util.ContrastColorUtil$ColorUtilsFromCompat com.android.internal.util.ContrastColorUtil +com.android.internal.util.DumpUtils$1 com.android.internal.util.DumpUtils$Dump com.android.internal.util.DumpUtils com.android.internal.util.ExponentiallyBucketedHistogram @@ -7359,7 +9003,10 @@ com.android.internal.util.FileRotator$Reader com.android.internal.util.FileRotator$Rewriter com.android.internal.util.FileRotator$Writer com.android.internal.util.FileRotator +com.android.internal.util.FrameworkStatsLog +com.android.internal.util.FunctionalUtils$RemoteExceptionIgnoringConsumer com.android.internal.util.FunctionalUtils$ThrowingConsumer +com.android.internal.util.FunctionalUtils$ThrowingFunction com.android.internal.util.FunctionalUtils$ThrowingRunnable com.android.internal.util.FunctionalUtils$ThrowingSupplier com.android.internal.util.FunctionalUtils @@ -7379,12 +9026,19 @@ com.android.internal.util.MessageUtils com.android.internal.util.NotificationMessagingUtil$1 com.android.internal.util.NotificationMessagingUtil com.android.internal.util.ObjectUtils +com.android.internal.util.Parcelling$Cache +com.android.internal.util.Parcelling com.android.internal.util.ParseUtils com.android.internal.util.Preconditions com.android.internal.util.ProcFileReader com.android.internal.util.ProgressReporter +com.android.internal.util.ProviderAccessStats$PerThreadData +com.android.internal.util.ProviderAccessStats com.android.internal.util.RingBuffer com.android.internal.util.RingBufferIndices +com.android.internal.util.ScreenshotHelper$1 +com.android.internal.util.ScreenshotHelper$2$1 +com.android.internal.util.ScreenshotHelper$2 com.android.internal.util.ScreenshotHelper com.android.internal.util.StatLogger com.android.internal.util.State @@ -7405,8 +9059,14 @@ com.android.internal.util.WakeupMessage com.android.internal.util.XmlUtils$ReadMapCallback com.android.internal.util.XmlUtils$WriteMapCallback com.android.internal.util.XmlUtils +com.android.internal.util.dump.DualDumpOutputStream$DumpField +com.android.internal.util.dump.DualDumpOutputStream$DumpObject +com.android.internal.util.dump.DualDumpOutputStream$Dumpable +com.android.internal.util.dump.DualDumpOutputStream +com.android.internal.util.dump.DumpUtils com.android.internal.util.function.DecConsumer com.android.internal.util.function.DecFunction +com.android.internal.util.function.DecPredicate com.android.internal.util.function.HeptConsumer com.android.internal.util.function.HeptFunction com.android.internal.util.function.HeptPredicate @@ -7430,11 +9090,13 @@ com.android.internal.util.function.TriFunction com.android.internal.util.function.TriPredicate com.android.internal.util.function.UndecConsumer com.android.internal.util.function.UndecFunction +com.android.internal.util.function.UndecPredicate com.android.internal.util.function.pooled.ArgumentPlaceholder com.android.internal.util.function.pooled.OmniFunction com.android.internal.util.function.pooled.PooledConsumer com.android.internal.util.function.pooled.PooledFunction com.android.internal.util.function.pooled.PooledLambda +com.android.internal.util.function.pooled.PooledLambdaImpl$LambdaType$ReturnType com.android.internal.util.function.pooled.PooledLambdaImpl$LambdaType com.android.internal.util.function.pooled.PooledLambdaImpl$Pool com.android.internal.util.function.pooled.PooledLambdaImpl @@ -7445,7 +9107,12 @@ com.android.internal.util.function.pooled.PooledSupplier$OfInt com.android.internal.util.function.pooled.PooledSupplier$OfLong com.android.internal.util.function.pooled.PooledSupplier com.android.internal.view.ActionBarPolicy +com.android.internal.view.AppearanceRegion$1 +com.android.internal.view.AppearanceRegion +com.android.internal.view.BaseIWindow com.android.internal.view.BaseSurfaceHolder +com.android.internal.view.IInlineSuggestionsRequestCallback$Stub +com.android.internal.view.IInlineSuggestionsRequestCallback com.android.internal.view.IInputConnectionWrapper$MyHandler com.android.internal.view.IInputConnectionWrapper com.android.internal.view.IInputContext$Stub$Proxy @@ -7476,9 +9143,12 @@ com.android.internal.view.InputConnectionWrapper com.android.internal.view.OneShotPreDrawListener com.android.internal.view.RootViewSurfaceTaker com.android.internal.view.RotationPolicy$1 +com.android.internal.view.RotationPolicy$RotationPolicyListener$1 +com.android.internal.view.RotationPolicy$RotationPolicyListener com.android.internal.view.RotationPolicy com.android.internal.view.SurfaceCallbackHelper$1 com.android.internal.view.SurfaceCallbackHelper +com.android.internal.view.TooltipPopup com.android.internal.view.WindowManagerPolicyThread com.android.internal.view.animation.FallbackLUTInterpolator com.android.internal.view.animation.HasNativeInterpolator @@ -7489,6 +9159,9 @@ com.android.internal.view.menu.ActionMenuItemView$ActionMenuItemForwardingListen com.android.internal.view.menu.ActionMenuItemView$PopupCallback com.android.internal.view.menu.ActionMenuItemView com.android.internal.view.menu.BaseMenuPresenter +com.android.internal.view.menu.ContextMenuBuilder +com.android.internal.view.menu.IconMenuPresenter +com.android.internal.view.menu.ListMenuPresenter com.android.internal.view.menu.MenuBuilder$Callback com.android.internal.view.menu.MenuBuilder$ItemInvoker com.android.internal.view.menu.MenuBuilder @@ -7501,6 +9174,7 @@ com.android.internal.view.menu.MenuPresenter com.android.internal.view.menu.MenuView$ItemView com.android.internal.view.menu.MenuView com.android.internal.view.menu.ShowableListMenu +com.android.internal.widget.-$$Lambda$FloatingToolbar$7-enOzxeypZYfdFYr1HzBLfj47k com.android.internal.widget.AbsActionBarView$VisibilityAnimListener com.android.internal.widget.AbsActionBarView com.android.internal.widget.ActionBarContainer$ActionBarBackgroundDrawable @@ -7520,20 +9194,31 @@ com.android.internal.widget.DecorContentParent com.android.internal.widget.DecorToolbar com.android.internal.widget.DialogTitle com.android.internal.widget.EditableInputConnection +com.android.internal.widget.FloatingToolbar$FloatingToolbarPopup +com.android.internal.widget.FloatingToolbar com.android.internal.widget.ICheckCredentialProgressCallback$Stub$Proxy com.android.internal.widget.ICheckCredentialProgressCallback$Stub com.android.internal.widget.ICheckCredentialProgressCallback com.android.internal.widget.ILockSettings$Stub$Proxy com.android.internal.widget.ILockSettings$Stub com.android.internal.widget.ILockSettings +com.android.internal.widget.LockPatternUtils$2 +com.android.internal.widget.LockPatternUtils$RequestThrottledException com.android.internal.widget.LockPatternUtils$StrongAuthTracker$1 com.android.internal.widget.LockPatternUtils$StrongAuthTracker$H com.android.internal.widget.LockPatternUtils$StrongAuthTracker com.android.internal.widget.LockPatternUtils +com.android.internal.widget.LockPatternView$Cell com.android.internal.widget.LockSettingsInternal +com.android.internal.widget.LockscreenCredential$1 +com.android.internal.widget.LockscreenCredential +com.android.internal.widget.PasswordValidationError com.android.internal.widget.ScrollBarUtils +com.android.internal.widget.ScrollingTabContainerView com.android.internal.widget.ToolbarWidgetWrapper$1 com.android.internal.widget.ToolbarWidgetWrapper +com.android.internal.widget.VerifyCredentialResponse$1 +com.android.internal.widget.VerifyCredentialResponse com.android.okhttp.Address com.android.okhttp.AndroidShimResponseCache com.android.okhttp.Authenticator @@ -7633,7 +9318,9 @@ com.android.okhttp.internal.io.RealConnection com.android.okhttp.internal.tls.OkHostnameVerifier com.android.okhttp.internal.tls.RealTrustRootIndex com.android.okhttp.internal.tls.TrustRootIndex +com.android.okhttp.internalandroidapi.AndroidResponseCacheAdapter com.android.okhttp.internalandroidapi.Dns +com.android.okhttp.internalandroidapi.HasCacheHolder$CacheHolder com.android.okhttp.internalandroidapi.HasCacheHolder com.android.okhttp.internalandroidapi.HttpURLConnectionFactory$DnsAdapter com.android.okhttp.internalandroidapi.HttpURLConnectionFactory @@ -7666,6 +9353,7 @@ com.android.okhttp.okio.Timeout$1 com.android.okhttp.okio.Timeout com.android.okhttp.okio.Util com.android.org.bouncycastle.asn1.ASN1BitString +com.android.org.bouncycastle.asn1.ASN1Choice com.android.org.bouncycastle.asn1.ASN1Encodable com.android.org.bouncycastle.asn1.ASN1EncodableVector com.android.org.bouncycastle.asn1.ASN1InputStream @@ -7683,6 +9371,7 @@ com.android.org.bouncycastle.asn1.ASN1String com.android.org.bouncycastle.asn1.BERTags com.android.org.bouncycastle.asn1.DERBitString com.android.org.bouncycastle.asn1.DERFactory +com.android.org.bouncycastle.asn1.DERInteger com.android.org.bouncycastle.asn1.DERNull com.android.org.bouncycastle.asn1.DEROutputStream com.android.org.bouncycastle.asn1.DERSequence @@ -7701,8 +9390,12 @@ com.android.org.bouncycastle.asn1.nist.NISTObjectIdentifiers com.android.org.bouncycastle.asn1.oiw.OIWObjectIdentifiers com.android.org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers com.android.org.bouncycastle.asn1.x509.AlgorithmIdentifier +com.android.org.bouncycastle.asn1.x509.Certificate com.android.org.bouncycastle.asn1.x509.DSAParameter com.android.org.bouncycastle.asn1.x509.SubjectPublicKeyInfo +com.android.org.bouncycastle.asn1.x509.Time +com.android.org.bouncycastle.asn1.x509.V3TBSCertificateGenerator +com.android.org.bouncycastle.asn1.x509.X509Name com.android.org.bouncycastle.asn1.x509.X509ObjectIdentifiers com.android.org.bouncycastle.asn1.x9.X9ECParameters com.android.org.bouncycastle.asn1.x9.X9ObjectIdentifiers @@ -7827,11 +9520,14 @@ com.android.org.bouncycastle.jcajce.util.BCJcaJceHelper com.android.org.bouncycastle.jcajce.util.DefaultJcaJceHelper com.android.org.bouncycastle.jcajce.util.JcaJceHelper com.android.org.bouncycastle.jcajce.util.ProviderJcaJceHelper +com.android.org.bouncycastle.jce.X509Principal com.android.org.bouncycastle.jce.interfaces.BCKeyStore +com.android.org.bouncycastle.jce.interfaces.PKCS12BagAttributeCarrier com.android.org.bouncycastle.jce.provider.BouncyCastleProvider$1 com.android.org.bouncycastle.jce.provider.BouncyCastleProvider com.android.org.bouncycastle.jce.provider.BouncyCastleProviderConfiguration com.android.org.bouncycastle.jce.provider.CertStoreCollectionSpi +com.android.org.bouncycastle.jce.provider.X509CertificateObject com.android.org.bouncycastle.jce.spec.ECKeySpec com.android.org.bouncycastle.jce.spec.ECPublicKeySpec com.android.org.bouncycastle.util.Arrays @@ -7847,6 +9543,8 @@ com.android.org.bouncycastle.util.encoders.Encoder com.android.org.bouncycastle.util.encoders.Hex com.android.org.bouncycastle.util.encoders.HexEncoder com.android.org.bouncycastle.util.io.Streams +com.android.org.bouncycastle.x509.X509V3CertificateGenerator +com.android.org.kxml2.io.KXmlParser$ContentSource com.android.org.kxml2.io.KXmlParser$ValueContext com.android.org.kxml2.io.KXmlParser com.android.org.kxml2.io.KXmlSerializer @@ -7877,8 +9575,22 @@ com.android.server.backup.PermissionBackupHelper com.android.server.backup.PreferredActivityBackupHelper com.android.server.backup.ShortcutBackupHelper com.android.server.backup.SliceBackupHelper +com.android.server.connectivity.metrics.nano.IpConnectivityLogClass$ApfProgramEvent +com.android.server.connectivity.metrics.nano.IpConnectivityLogClass$ApfStatistics +com.android.server.connectivity.metrics.nano.IpConnectivityLogClass$ConnectStatistics +com.android.server.connectivity.metrics.nano.IpConnectivityLogClass$DHCPEvent +com.android.server.connectivity.metrics.nano.IpConnectivityLogClass$DNSLookupBatch +com.android.server.connectivity.metrics.nano.IpConnectivityLogClass$DefaultNetworkEvent com.android.server.connectivity.metrics.nano.IpConnectivityLogClass$IpConnectivityEvent +com.android.server.connectivity.metrics.nano.IpConnectivityLogClass$IpConnectivityLog +com.android.server.connectivity.metrics.nano.IpConnectivityLogClass$IpProvisioningEvent +com.android.server.connectivity.metrics.nano.IpConnectivityLogClass$IpReachabilityEvent +com.android.server.connectivity.metrics.nano.IpConnectivityLogClass$NetworkEvent com.android.server.connectivity.metrics.nano.IpConnectivityLogClass$Pair +com.android.server.connectivity.metrics.nano.IpConnectivityLogClass$RaEvent +com.android.server.connectivity.metrics.nano.IpConnectivityLogClass$ValidationProbeEvent +com.android.server.connectivity.metrics.nano.IpConnectivityLogClass$WakeupStats +com.android.server.job.JobSchedulerInternal$JobStorePersistStats com.android.server.net.BaseNetdEventCallback com.android.server.net.BaseNetworkObserver com.android.server.sip.SipService$1 @@ -7892,6 +9604,8 @@ com.android.server.sip.SipSessionGroup$SipSessionImpl com.android.server.sip.SipWakeLock com.android.server.sip.SipWakeupTimer$MyEventComparator com.android.server.sip.SipWakeupTimer +com.android.server.usage.AppStandbyInternal$AppIdleStateChangeListener +com.android.server.usage.AppStandbyInternal com.android.server.wm.nano.WindowManagerProtos$TaskSnapshotProto com.android.telephony.Rlog com.google.android.collect.Lists @@ -7906,11 +9620,19 @@ com.google.android.gles_jni.GLImpl com.google.android.mms.MmsException com.google.android.rappor.Encoder com.google.android.rappor.HmacDrbg +com.google.android.textclassifier.ActionsSuggestionsModel$ActionSuggestion com.google.android.textclassifier.ActionsSuggestionsModel$Conversation com.google.android.textclassifier.ActionsSuggestionsModel$ConversationMessage com.google.android.textclassifier.ActionsSuggestionsModel +com.google.android.textclassifier.AnnotatorModel$AnnotatedSpan +com.google.android.textclassifier.AnnotatorModel$AnnotationOptions +com.google.android.textclassifier.AnnotatorModel$AnnotationUsecase +com.google.android.textclassifier.AnnotatorModel$ClassificationResult com.google.android.textclassifier.AnnotatorModel +com.google.android.textclassifier.LangIdModel$LanguageResult com.google.android.textclassifier.LangIdModel +com.google.android.textclassifier.NamedVariant +com.google.android.textclassifier.RemoteActionTemplate com.sun.security.cert.internal.x509.X509V1CertImpl dalvik.annotation.optimization.CriticalNative dalvik.annotation.optimization.FastNative @@ -7947,6 +9669,7 @@ dalvik.system.PathClassLoader dalvik.system.RuntimeHooks dalvik.system.SocketTagger$1 dalvik.system.SocketTagger +dalvik.system.ThreadPrioritySetter dalvik.system.VMDebug dalvik.system.VMRuntime$HiddenApiUsageLogger dalvik.system.VMRuntime @@ -8029,6 +9752,7 @@ java.io.ObjectStreamClass java.io.ObjectStreamConstants java.io.ObjectStreamException java.io.ObjectStreamField +java.io.OptionalDataException java.io.OutputStream java.io.OutputStreamWriter java.io.PrintStream @@ -8044,6 +9768,7 @@ java.io.SerializablePermission java.io.StreamCorruptedException java.io.StringReader java.io.StringWriter +java.io.UTFDataFormatException java.io.UncheckedIOException java.io.UnixFileSystem java.io.UnsupportedEncodingException @@ -8075,6 +9800,7 @@ java.lang.Character java.lang.Class$Caches java.lang.Class java.lang.ClassCastException +java.lang.ClassFormatError java.lang.ClassLoader$SystemClassLoader java.lang.ClassLoader java.lang.ClassNotFoundException @@ -8106,6 +9832,7 @@ java.lang.IllegalThreadStateException java.lang.IncompatibleClassChangeError java.lang.IndexOutOfBoundsException java.lang.InheritableThreadLocal +java.lang.InstantiationError java.lang.InstantiationException java.lang.Integer$IntegerCache java.lang.Integer @@ -8264,6 +9991,7 @@ java.lang.reflect.Executable java.lang.reflect.Field java.lang.reflect.GenericArrayType java.lang.reflect.GenericDeclaration +java.lang.reflect.GenericSignatureFormatError java.lang.reflect.InvocationHandler java.lang.reflect.InvocationTargetException java.lang.reflect.MalformedParametersException @@ -8304,6 +10032,8 @@ java.net.AbstractPlainSocketImpl java.net.AddressCache$AddressCacheEntry java.net.AddressCache$AddressCacheKey java.net.AddressCache +java.net.Authenticator$RequestorType +java.net.Authenticator java.net.ConnectException java.net.CookieHandler java.net.CookieManager$CookiePathComparator @@ -8332,6 +10062,7 @@ java.net.HttpCookie$8 java.net.HttpCookie$9 java.net.HttpCookie$CookieAttributeAssignor java.net.HttpCookie +java.net.HttpRetryException java.net.HttpURLConnection java.net.IDN java.net.InMemoryCookieStore @@ -8354,6 +10085,7 @@ java.net.NetworkInterface$1checkedAddresses java.net.NetworkInterface java.net.NoRouteToHostException java.net.Parts +java.net.PasswordAuthentication java.net.PlainDatagramSocketImpl java.net.PlainSocketImpl java.net.PortUnreachableException @@ -8371,6 +10103,7 @@ java.net.Socket java.net.SocketAddress java.net.SocketException java.net.SocketImpl +java.net.SocketImplFactory java.net.SocketInputStream java.net.SocketOptions java.net.SocketOutputStream @@ -8455,6 +10188,7 @@ java.nio.charset.CharacterCodingException java.nio.charset.Charset java.nio.charset.CharsetDecoder java.nio.charset.CharsetEncoder +java.nio.charset.CoderMalfunctionError java.nio.charset.CoderResult$1 java.nio.charset.CoderResult$2 java.nio.charset.CoderResult$Cache @@ -8464,6 +10198,7 @@ java.nio.charset.IllegalCharsetNameException java.nio.charset.StandardCharsets java.nio.charset.UnsupportedCharsetException java.nio.file.AccessMode +java.nio.file.CopyMoveHelper java.nio.file.CopyOption java.nio.file.DirectoryStream$Filter java.nio.file.DirectoryStream @@ -8475,6 +10210,7 @@ java.nio.file.FileSystems$DefaultFileSystemHolder java.nio.file.FileSystems java.nio.file.Files$AcceptAllFilter java.nio.file.Files +java.nio.file.InvalidPathException java.nio.file.LinkOption java.nio.file.NoSuchFileException java.nio.file.OpenOption @@ -8521,6 +10257,8 @@ java.security.KeyStore$LoadStoreParameter java.security.KeyStore$PasswordProtection java.security.KeyStore$PrivateKeyEntry java.security.KeyStore$ProtectionParameter +java.security.KeyStore$SecretKeyEntry +java.security.KeyStore$TrustedCertificateEntry java.security.KeyStore java.security.KeyStoreException java.security.KeyStoreSpi @@ -8609,6 +10347,7 @@ java.security.spec.DSAParameterSpec java.security.spec.DSAPublicKeySpec java.security.spec.ECField java.security.spec.ECFieldFp +java.security.spec.ECGenParameterSpec java.security.spec.ECParameterSpec java.security.spec.ECPoint java.security.spec.ECPrivateKeySpec @@ -8621,6 +10360,7 @@ java.security.spec.KeySpec java.security.spec.MGF1ParameterSpec java.security.spec.PKCS8EncodedKeySpec java.security.spec.PSSParameterSpec +java.security.spec.RSAKeyGenParameterSpec java.security.spec.RSAPrivateCrtKeySpec java.security.spec.RSAPrivateKeySpec java.security.spec.RSAPublicKeySpec @@ -8634,6 +10374,7 @@ java.text.Bidi java.text.BreakIterator java.text.CalendarBuilder java.text.CharacterIterator +java.text.CollationKey java.text.Collator java.text.DateFormat$Field java.text.DateFormat @@ -8766,6 +10507,9 @@ java.util.AbstractCollection java.util.AbstractList$1 java.util.AbstractList$Itr java.util.AbstractList$ListItr +java.util.AbstractList$RandomAccessSpliterator +java.util.AbstractList$RandomAccessSubList +java.util.AbstractList$SubList java.util.AbstractList java.util.AbstractMap$1 java.util.AbstractMap$2 @@ -8868,6 +10612,7 @@ java.util.Date java.util.Deque java.util.Dictionary java.util.DualPivotQuicksort +java.util.DuplicateFormatFlagsException java.util.EnumMap$1 java.util.EnumMap$EntryIterator$Entry java.util.EnumMap$EntryIterator @@ -8883,6 +10628,7 @@ java.util.EnumSet java.util.Enumeration java.util.EventListener java.util.EventObject +java.util.FormatFlagsConversionMismatchException java.util.Formattable java.util.Formatter$Conversion java.util.Formatter$DateTime @@ -8924,10 +10670,26 @@ java.util.IdentityHashMap$ValueIterator java.util.IdentityHashMap$Values java.util.IdentityHashMap java.util.IllegalFormatException +java.util.IllegalFormatPrecisionException java.util.IllformedLocaleException +java.util.ImmutableCollections$AbstractImmutableList +java.util.ImmutableCollections$AbstractImmutableMap +java.util.ImmutableCollections$AbstractImmutableSet +java.util.ImmutableCollections$List0 +java.util.ImmutableCollections$List1 +java.util.ImmutableCollections$List2 +java.util.ImmutableCollections$ListN +java.util.ImmutableCollections$Map0 +java.util.ImmutableCollections$Map1 +java.util.ImmutableCollections$MapN +java.util.ImmutableCollections$Set0 +java.util.ImmutableCollections$Set1 +java.util.ImmutableCollections$Set2 +java.util.ImmutableCollections$SetN java.util.Iterator java.util.JumboEnumSet$EnumSetIterator java.util.JumboEnumSet +java.util.KeyValueHolder java.util.LinkedHashMap$LinkedEntryIterator java.util.LinkedHashMap$LinkedEntrySet java.util.LinkedHashMap$LinkedHashIterator @@ -8955,6 +10717,7 @@ java.util.Locale java.util.Map$Entry java.util.Map java.util.MissingFormatArgumentException +java.util.MissingFormatWidthException java.util.MissingResourceException java.util.NavigableMap java.util.NavigableSet @@ -8974,6 +10737,7 @@ java.util.PropertyResourceBundle java.util.Queue java.util.Random java.util.RandomAccess +java.util.RandomAccessSubList java.util.RegularEnumSet$EnumSetIterator java.util.RegularEnumSet java.util.ResourceBundle$1 @@ -8982,6 +10746,7 @@ java.util.ResourceBundle$CacheKey java.util.ResourceBundle$CacheKeyReference java.util.ResourceBundle$Control$1 java.util.ResourceBundle$Control$CandidateListCache +java.util.ResourceBundle$Control java.util.ResourceBundle$LoaderReference java.util.ResourceBundle java.util.Scanner$1 @@ -9011,6 +10776,8 @@ java.util.Spliterators java.util.Stack java.util.StringJoiner java.util.StringTokenizer +java.util.SubList$1 +java.util.SubList java.util.TaskQueue java.util.TimSort java.util.TimeZone @@ -9038,6 +10805,7 @@ java.util.TreeMap java.util.TreeSet java.util.UUID$Holder java.util.UUID +java.util.UnknownFormatConversionException java.util.Vector$1 java.util.Vector$Itr java.util.Vector @@ -9061,6 +10829,9 @@ java.util.concurrent.CancellationException java.util.concurrent.CompletableFuture$AltResult java.util.concurrent.CompletableFuture$AsynchronousCompletionTask java.util.concurrent.CompletableFuture$Completion +java.util.concurrent.CompletableFuture$Signaller +java.util.concurrent.CompletableFuture$UniCompletion +java.util.concurrent.CompletableFuture$UniWhenComplete java.util.concurrent.CompletableFuture java.util.concurrent.CompletionStage java.util.concurrent.ConcurrentHashMap$BaseIterator @@ -9107,6 +10878,7 @@ java.util.concurrent.ConcurrentHashMap$SearchKeysTask java.util.concurrent.ConcurrentHashMap$SearchMappingsTask java.util.concurrent.ConcurrentHashMap$SearchValuesTask java.util.concurrent.ConcurrentHashMap$Segment +java.util.concurrent.ConcurrentHashMap$TableStack java.util.concurrent.ConcurrentHashMap$Traverser java.util.concurrent.ConcurrentHashMap$TreeBin java.util.concurrent.ConcurrentHashMap$TreeNode @@ -9153,6 +10925,7 @@ java.util.concurrent.ForkJoinPool$ManagedBlocker java.util.concurrent.ForkJoinPool java.util.concurrent.ForkJoinTask$ExceptionNode java.util.concurrent.ForkJoinTask +java.util.concurrent.ForkJoinWorkerThread java.util.concurrent.Future java.util.concurrent.FutureTask$WaitNode java.util.concurrent.FutureTask @@ -9241,6 +11014,7 @@ java.util.function.BiConsumer java.util.function.BiFunction java.util.function.BiPredicate java.util.function.BinaryOperator +java.util.function.BooleanSupplier java.util.function.Consumer java.util.function.DoubleBinaryOperator java.util.function.DoubleSupplier @@ -9299,6 +11073,7 @@ java.util.logging.LogManager java.util.logging.LogRecord java.util.logging.Logger$1 java.util.logging.Logger$LoggerBundle +java.util.logging.Logger$SystemLoggerHelper$1 java.util.logging.Logger$SystemLoggerHelper java.util.logging.Logger java.util.logging.LoggingPermission @@ -9459,11 +11234,14 @@ java.util.zip.ZStreamRef java.util.zip.ZipCoder java.util.zip.ZipConstants java.util.zip.ZipEntry +java.util.zip.ZipError java.util.zip.ZipException java.util.zip.ZipFile$ZipEntryIterator java.util.zip.ZipFile$ZipFileInflaterInputStream java.util.zip.ZipFile$ZipFileInputStream java.util.zip.ZipFile +java.util.zip.ZipInputStream +java.util.zip.ZipOutputStream java.util.zip.ZipUtils javax.crypto.AEADBadTagException javax.crypto.BadPaddingException @@ -9475,6 +11253,7 @@ javax.crypto.Cipher$NeedToSet javax.crypto.Cipher$SpiAndProviderUpdater javax.crypto.Cipher$Transform javax.crypto.Cipher +javax.crypto.CipherOutputStream javax.crypto.CipherSpi javax.crypto.IllegalBlockSizeException javax.crypto.JceSecurity @@ -9523,10 +11302,13 @@ javax.net.ssl.KeyManagerFactory javax.net.ssl.KeyManagerFactorySpi javax.net.ssl.ManagerFactoryParameters javax.net.ssl.SNIHostName +javax.net.ssl.SNIMatcher javax.net.ssl.SNIServerName javax.net.ssl.SSLContext javax.net.ssl.SSLContextSpi javax.net.ssl.SSLEngine +javax.net.ssl.SSLEngineResult$HandshakeStatus +javax.net.ssl.SSLEngineResult$Status javax.net.ssl.SSLEngineResult javax.net.ssl.SSLException javax.net.ssl.SSLHandshakeException @@ -9563,6 +11345,7 @@ javax.xml.parsers.DocumentBuilderFactory javax.xml.parsers.ParserConfigurationException javax.xml.parsers.SAXParser javax.xml.parsers.SAXParserFactory +jdk.internal.util.Preconditions libcore.content.type.-$$Lambda$MimeMap$xJ95jeANwfbnj45hvSUmlPtZWWg libcore.content.type.MimeMap$MemoizingSupplier libcore.content.type.MimeMap @@ -9622,11 +11405,18 @@ libcore.timezone.TimeZoneDataFiles libcore.timezone.TimeZoneFinder$SelectiveCountryTimeZonesExtractor libcore.timezone.TimeZoneFinder$TimeZonesProcessor libcore.timezone.TimeZoneFinder +libcore.timezone.ZoneInfoDB$1 +libcore.timezone.ZoneInfoDB$TzData$1 +libcore.timezone.ZoneInfoDB$TzData +libcore.timezone.ZoneInfoDB +libcore.timezone.ZoneInfoDb$1 +libcore.timezone.ZoneInfoDb libcore.util.ArrayUtils libcore.util.BasicLruCache libcore.util.CharsetUtils libcore.util.CollectionUtils libcore.util.EmptyArray +libcore.util.FP16 libcore.util.HexEncoding libcore.util.NativeAllocationRegistry$CleanerRunner libcore.util.NativeAllocationRegistry$CleanerThunk @@ -9661,6 +11451,7 @@ org.apache.harmony.xml.parsers.DocumentBuilderFactoryImpl org.apache.harmony.xml.parsers.SAXParserFactoryImpl org.apache.harmony.xml.parsers.SAXParserImpl org.apache.http.conn.ConnectTimeoutException +org.apache.http.conn.scheme.HostNameResolver org.apache.http.conn.scheme.LayeredSocketFactory org.apache.http.conn.scheme.SocketFactory org.apache.http.conn.ssl.AbstractVerifier @@ -9726,6 +11517,7 @@ sun.invoke.util.VerifyAccess sun.invoke.util.Wrapper$Format sun.invoke.util.Wrapper sun.misc.ASCIICaseInsensitiveComparator +sun.misc.Cleaner$1 sun.misc.Cleaner sun.misc.CompoundEnumeration sun.misc.FDBigInteger @@ -9805,6 +11597,7 @@ sun.nio.ch.SocketChannelImpl sun.nio.ch.SocketDispatcher sun.nio.ch.Util$1 sun.nio.ch.Util$2 +sun.nio.ch.Util$3 sun.nio.ch.Util$BufferCache sun.nio.ch.Util sun.nio.cs.ArrayDecoder @@ -9876,6 +11669,7 @@ sun.security.provider.certpath.ConstraintsChecker sun.security.provider.certpath.KeyChecker sun.security.provider.certpath.OCSP$RevocationStatus$CertStatus sun.security.provider.certpath.OCSP$RevocationStatus +sun.security.provider.certpath.OCSPResponse$1 sun.security.provider.certpath.OCSPResponse$ResponseStatus sun.security.provider.certpath.OCSPResponse$SingleResponse sun.security.provider.certpath.OCSPResponse @@ -9886,6 +11680,7 @@ sun.security.provider.certpath.PKIXMasterCertPathValidator sun.security.provider.certpath.PolicyChecker sun.security.provider.certpath.PolicyNodeImpl sun.security.provider.certpath.RevocationChecker$1 +sun.security.provider.certpath.RevocationChecker$2 sun.security.provider.certpath.RevocationChecker$Mode sun.security.provider.certpath.RevocationChecker$RevocationProperties sun.security.provider.certpath.RevocationChecker @@ -9996,9 +11791,11 @@ sun.util.calendar.LocalGregorianCalendar sun.util.locale.BaseLocale$Cache sun.util.locale.BaseLocale$Key sun.util.locale.BaseLocale +sun.util.locale.Extension sun.util.locale.InternalLocaleBuilder$CaseInsensitiveChar sun.util.locale.InternalLocaleBuilder sun.util.locale.LanguageTag +sun.util.locale.LocaleExtensions sun.util.locale.LocaleMatcher sun.util.locale.LocaleObjectCache$CacheEntry sun.util.locale.LocaleObjectCache @@ -10006,10 +11803,12 @@ sun.util.locale.LocaleSyntaxException sun.util.locale.LocaleUtils sun.util.locale.ParseStatus sun.util.locale.StringTokenIterator +sun.util.locale.UnicodeLocaleExtension sun.util.logging.LoggingProxy sun.util.logging.LoggingSupport$1 sun.util.logging.LoggingSupport sun.util.logging.PlatformLogger$1 +sun.util.logging.PlatformLogger$JavaLoggerProxy sun.util.logging.PlatformLogger$Level sun.util.logging.PlatformLogger$LoggerProxy sun.util.logging.PlatformLogger |