Filter the Index:
Methods
Removals
Additions
Changes
Listed as: Added, Removed, Changed

A  B C D E F G H I K L M N O P Q R S T U V W TOP

acceptStylusHandwritingDelegation (View, String, int)
addApplicationStartInfoCompletionListener (Executor, Consumer<ApplicationStartInfo>)
addDebugTag (String)
addFilterProperties
  type  (String, Collection<String>) in android.app.appsearch.SearchSpec.Builder
  type  (String, Collection<String>) in android.app.appsearch.SearchSuggestionSpec.Builder
addFilterPropertyPaths
  type  (String, Collection<PropertyPath>) in android.app.appsearch.SearchSpec.Builder
  type  (String, Collection<PropertyPath>) in android.app.appsearch.SearchSuggestionSpec.Builder
addFirst
  type  (E) in java.util.ArrayDeque
  type  (E) in java.util.LinkedList
  type  (E) in java.util.concurrent.ConcurrentLinkedDeque
  type  (E) in java.util.concurrent.LinkedBlockingDeque
addIndexableNestedProperties (Collection<String>)
addLast
  type  (E) in java.util.ArrayDeque
  type  (E) in java.util.LinkedList
  type  (E) in java.util.concurrent.ConcurrentLinkedDeque
  type  (E) in java.util.concurrent.LinkedBlockingDeque
addParentType (String)
addSchemaTypeVisibleToConfig (String, SchemaVisibilityConfig)
addScreenRecordingCallback (Executor, Consumer<Integer>)
addStartInfoTimestamp (int, long)
addTakenActionGenericDocuments
  type  () in android.app.appsearch.PutDocumentsRequest.Builder
  type  (Collection<GenericDocument>) in android.app.appsearch.PutDocumentsRequest.Builder
addTransactionCompletedListener (Executor, Consumer<TransactionStats>)
addUriRelativeFilterGroup (UriRelativeFilterGroup)
afterTextChanged (Editable)
allowPriorityChannels (boolean)
applyEdit (FormEditRecord)
applyEdits (List<FormEditRecord>)
areAutomaticZenRulesUserManaged ()
attachAccessibilityOverlayToDisplay (int, SurfaceControl, Executor, IntConsumer)
attachAccessibilityOverlayToWindow (int, SurfaceControl, Executor, IntConsumer)

B  A C D E F G H I K L M N O P Q R S T U V W TOP

beforeTextChanged (CharSequence, int, int, int)
beginTransactionReadOnly ()
beginTransactionWithListenerReadOnly (SQLiteTransactionListener)
buildVariableFamily ()

C  A B D E F G H I K L M N O P Q R S T U V W TOP

canVirtualize (int, int)
ceilDiv
  type  (int, int) in java.lang.Math
  type  (long, int) in java.lang.Math
  type  (long, long) in java.lang.Math
  type  (int, int) in java.lang.StrictMath
  type  (long, int) in java.lang.StrictMath
  type  (long, long) in java.lang.StrictMath
ceilDivExact
  type  (int, int) in java.lang.Math
  type  (long, long) in java.lang.Math
  type  (int, int) in java.lang.StrictMath
  type  (long, long) in java.lang.StrictMath
ceilMod
  type  (int, int) in java.lang.Math
  type  (long, int) in java.lang.Math
  type  (long, long) in java.lang.Math
  type  (int, int) in java.lang.StrictMath
  type  (long, int) in java.lang.StrictMath
  type  (long, long) in java.lang.StrictMath
charset ()
clamp
  type  (double, double, double) in java.lang.Math
  type  (float, float, float) in java.lang.Math
  type  (long, int, int) in java.lang.Math
  type  (long, long, long) in java.lang.Math
  type  (double, double, double) in java.lang.StrictMath
  type  (float, float, float) in java.lang.StrictMath
  type  (long, int, int) in java.lang.StrictMath
  type  (long, long, long) in java.lang.StrictMath
clear ()
clearProperty (String)
clearSchemaTypeVisibleToConfigs (String)
clearUriRelativeFilterGroups ()
clone ()
codePointOf (String)
compute
  type  (Object, BiFunction<Object, Object, ?>) in java.security.Provider
  type  (Object, BiFunction<Object, Object, ?>) in java.util.Properties
computeBounds (RectF, boolean)
computeIfAbsent
  type  (Object, Function<Object, ?>) in java.security.Provider
  type  (Object, Function<Object, ?>) in java.util.Properties
computeIfPresent
  type  (Object, BiFunction<Object, Object, ?>) in java.security.Provider
  type  (Object, BiFunction<Object, Object, ?>) in java.util.Properties
copyOf (Entry<? extends K, ? extends V>)
countUriRelativeFilterGroups ()
createEnterpriseGlobalSearchSession (Executor, Consumer<AppSearchResult<EnterpriseGlobalSearchSession>>)
createRawStatement (String)

D  A B C E F G H I K L M N O P Q R S T U V W TOP

deflate
  type  (ByteBuffer) in java.util.zip.Deflater
  type  (ByteBuffer, int) in java.util.zip.Deflater
deleteRegistrations (DeletionRequest, Executor, AdServicesOutcomeReceiver<Object, Exception>)
describeContents
  type  () in android.app.appsearch.AppSearchSchema
  type  () in android.app.appsearch.GetSchemaResponse
  type  () in android.app.appsearch.JoinSpec
  type  () in android.app.appsearch.SearchResult
  type  () in android.app.appsearch.SearchResult.MatchInfo
  type  () in android.app.appsearch.SearchSpec
  type  () in android.app.appsearch.SearchSuggestionResult
  type  () in android.app.appsearch.SearchSuggestionSpec
  type  () in android.app.appsearch.SetSchemaResponse
  type  () in android.app.appsearch.SetSchemaResponse.MigrationFailure
  type  () in android.app.appsearch.StorageInfo
  type  () in android.app.appsearch.observer.ObserverSpec
  type  () in android.graphics.text.LineBreakConfig
  type  () in android.net.wifi.WifiConfiguration
discoverServices (DiscoveryRequest, Executor, DiscoveryListener)
displayOptions (DisplayOptions)
divideExact
  type  (int, int) in java.lang.Math
  type  (long, long) in java.lang.Math
  type  (int, int) in java.lang.StrictMath
  type  (long, long) in java.lang.StrictMath
doubles
  type  () in java.util.Random
  type  (double, double) in java.util.Random
  type  (long) in java.util.Random
  type  (long, double, double) in java.util.Random
  type  () in java.util.SplittableRandom
  type  (double, double) in java.util.SplittableRandom
  type  (long) in java.util.SplittableRandom
  type  (long, double, double) in java.util.SplittableRandom
dropWhile
  type  (DoublePredicate) in java.util.stream.DoubleStream
  type  (IntPredicate) in java.util.stream.IntStream
  type  (LongPredicate) in java.util.stream.LongStream

E  A B C D F G H I K L M N O P Q R S T U V W TOP

elements
  type  () in java.security.Provider
  type  () in java.util.Properties
engineGetParameters ()
engineNextBytes (byte[], SecureRandomParameters)
engineReseed (SecureRandomParameters)
entrySet
  type  () in java.security.Provider
  type  () in java.util.Properties

F  A B C D E G H I K L M N O P Q R S T U V W TOP

fetchAndJoinCustomAudience (FetchAndJoinCustomAudienceRequest, Executor, OutcomeReceiver<Object, Exception>)
finalize
  type  () in java.util.zip.Deflater
  type  () in java.util.zip.Inflater
  type  () in java.util.zip.ZipFile
finishConnectionlessStylusHandwriting (CharSequence)
firstEntry
  type  () in java.util.TreeMap
  type  () in java.util.concurrent.ConcurrentSkipListMap
flip ()
floorDivExact
  type  (int, int) in java.lang.Math
  type  (long, long) in java.lang.Math
  type  (int, int) in java.lang.StrictMath
  type  (long, long) in java.lang.StrictMath
force (int, int)
forceVirtualizationMode (int)
forEach
  type  (BiConsumer<Object, Object>) in java.security.Provider
  type  (BiConsumer<Object, Object>) in java.util.Properties

G  A B C D E F H I K L M N O P Q R S T U V W TOP

get
  type  (int, byte[]) in java.nio.ByteBuffer
  type  (int, byte[], int, int) in java.nio.ByteBuffer
  type  (int, char[]) in java.nio.CharBuffer
  type  (int, char[], int, int) in java.nio.CharBuffer
  type  (int, double[]) in java.nio.DoubleBuffer
  type  (int, double[], int, int) in java.nio.DoubleBuffer
  type  (int, float[]) in java.nio.FloatBuffer
  type  (int, float[], int, int) in java.nio.FloatBuffer
  type  (int, int[]) in java.nio.IntBuffer
  type  (int, int[], int, int) in java.nio.IntBuffer
  type  (int, long[]) in java.nio.LongBuffer
  type  (int, long[], int, int) in java.nio.LongBuffer
  type  (int, short[]) in java.nio.ShortBuffer
  type  (int, short[], int, int) in java.nio.ShortBuffer
  type  (Object) in java.security.Provider
  type  (Object) in java.util.Properties
getAdCounterKeys ()
getAdFilters ()
getAdId (Executor, AdServicesOutcomeReceiver<AdId, Exception>)
getAdRenderId ()
getAdSelectionData (GetAdSelectionDataRequest, Executor, OutcomeReceiver<GetAdSelectionDataOutcome, Exception>)
getAlgorithm ()
getApexPackageName ()
getAppBytesByDataType (int)
getAppOwnedSdkSandboxInterfaces
  type  () in android.app.sdksandbox.SdkSandboxManager
  type  () in android.app.sdksandbox.sdkprovider.SdkSandboxController
getAppUidForSdkSandboxUid (int)
getArchivedPackage (String)
getArchiveTimeMillis ()
getAutomaticZenRuleState (String)
getAvailableSessionCharacteristicsKeys ()
getBackground ()
getBiddingLogicJsVersion ()
getBoundingRects (int)
getBoundingRectsIgnoringVisibility (int)
getClientPackageName ()
getCodecType ()
getContentProtectionPolicy (ComponentName)
getDataOrigins
  type  (AggregationType<T>) in android.health.connect.AggregateRecordsGroupedByDurationResponse
  type  (AggregationType<T>) in android.health.connect.AggregateRecordsGroupedByPeriodResponse
getDateTimeFormat (int)
getDebugTags ()
getDefaultLocale ()
getDesiredHdrHeadroom
  type  () in android.view.Window
  type  () in android.view.WindowManager.LayoutParams
getDeviceEffects ()
getDisplayIds ()
getDisplayName ()
getDocumentLinearizationType ()
getEncryptedTopics ()
getEnrollmentSpecificId ()
getExtraErrorInformation ()
getExtras ()
getFakeBold (int)
getFakeItalic (int)
getFilterProperties
  type  () in android.app.appsearch.SearchSpec
  type  () in android.app.appsearch.SearchSuggestionSpec
getFirst
  type  () in java.util.ArrayDeque
  type  () in java.util.LinkedList
  type  () in java.util.concurrent.ConcurrentLinkedDeque
  type  () in java.util.concurrent.LinkedBlockingDeque
getFormWidgetInfoAtIndex (int)
getFormWidgetInfoAtPosition (int, int)
getFormWidgetInfos
  type  () in android.graphics.pdf.PdfRenderer.Page
  type  (Set<Integer>) in android.graphics.pdf.PdfRenderer.Page
getFrame ()
getFsVerityDigest (File)
getGotoLinks ()
getHandwritingDelegateFlags ()
getHistoricalProcessStartReasons (int)
getHyphenation ()
getIconResId ()
getId ()
getImageContents ()
getImportantForAccessibilityItemCount ()
getInputTransferToken
  type  () in android.view.AttachedSurfaceControl
  type  () in android.view.SurfaceControlViewHost.SurfacePackage
getInstance
  type  (Context, String) in android.media.MediaRouter2
  type  (String, SecureRandomParameters) in java.security.SecureRandom
  type  (String, SecureRandomParameters, Provider) in java.security.SecureRandom
  type  (String, SecureRandomParameters, String) in java.security.SecureRandom
getIntentSender ()
getItalicOverride (int)
getItemCount ()
getKeyParams ()
getLast
  type  () in java.util.ArrayDeque
  type  () in java.util.LinkedList
  type  () in java.util.concurrent.ConcurrentLinkedDeque
  type  () in java.util.concurrent.LinkedBlockingDeque
getLastAuthenticationTime (int)
getLastChangedRowCount ()
getLastInsertRowId ()
getLci ()
getLcr ()
getLinkContents ()
getMeasurementApiStatus (Executor, AdServicesOutcomeReceiver<Integer, Exception>)
getMgf1Digests
  type  () in android.security.keystore.KeyGenParameterSpec
  type  () in android.security.keystore.KeyProtection
getNavigationBarColor ()
getNavigationBarDividerColor ()
getNetworkValidationStatus ()
getNounClass ()
getOptionalDependentPackages ()
getOrDefault
  type  (Object, Object) in java.security.Provider
  type  (Object, Object) in java.util.Properties
getOverlaySupport ()
getPackage (String)
getParameters ()
getParams
  type  () in java.security.interfaces.RSAKey
  type  () in java.security.spec.RSAPrivateKeySpec
  type  () in java.security.spec.RSAPublicKeySpec
getPdfFormType ()
getPendingSystemUpdate (ComponentName)
getPerBuyerDecisionLogic ()
getPerBuyerSignedContextualAds ()
getPersistentDeviceId ()
getPriorityChannelsAllowed ()
getProperties ()
getProtocolLabel (Resources, int, CharSequence)
getProtocolLabelResource (int)
getPublicKeys ()
getPubliclyVisibleSchemas
  type  () in android.app.appsearch.GetSchemaResponse
  type  () in android.app.appsearch.SetSchemaRequest
getRequestSurfacePackageErrorCode ()
getRoundedStrength ()
getRouteListingPreference ()
getRss ()
getSchemasVisibleToConfigs ()
getSchemaTypesVisibleToConfigs ()
getSchemeVersion ()
getSdkSandboxUidForAppUid (int)
getSearchSourceLogTag ()
getServiceCapabilities ()
getSpeakerAngles (int, int, int[])
getStatusBarColor ()
getStrengthSupported ()
getStringProperty (int)
getSubscriptionIds
  type  () in android.net.NetworkCapabilities
  type  () in android.net.NetworkRequest
getSubtypes ()
getTakenActionGenericDocuments ()
getTextContents ()
getThermalHeadroomThresholds ()
getTimeLocal ()
getTotalChangedRowCount ()
getTraceTag ()
getTriggerDescription ()
getType ()
getTypeLabel
  type  (Resources, int, CharSequence) in android.provider.ContactsContract.CommonDataKinds.Im
  type  (Resources, int, CharSequence) in android.provider.ContactsContract.CommonDataKinds.SipAddress
getTypeLabelResource
  type  (int) in android.provider.ContactsContract.CommonDataKinds.Im
  type  (int) in android.provider.ContactsContract.CommonDataKinds.SipAddress
getUriRelativeFilterGroup (int)
getView (Context, Bundle, int, int)
getVirtualDevice (int)
getVirtualizationMode ()
getWeightOverride (int)

H  A B C D E F G I K L M N O P Q R S T U V W TOP

hasCustomSensorSupport ()
hasOutcome ()

I  A B C D E F G H K L M N O P Q R S T U V W TOP

inflate (ByteBuffer)
installPackageArchived (ArchivedPackageInfo, SessionParams, IntentSender)
ints
  type  () in java.util.Random
  type  (int, int) in java.util.Random
  type  (long) in java.util.Random
  type  (long, int, int) in java.util.Random
  type  () in java.util.SplittableRandom
  type  (int, int) in java.util.SplittableRandom
  type  (long) in java.util.SplittableRandom
  type  (long, int, int) in java.util.SplittableRandom
isAlwaysOn ()
isAppArchivable (String)
isAppSourceCertificateTrusted (X509Certificate)
isCertificateTransparencyVerificationRequired (String)
isConnectionlessStylusHandwritingAvailable ()
isDeviceSmsCapable ()
isDeviceVoiceCapable ()
isEmpty
  type  () in java.lang.CharSequence
  type  () in java.lang.String
isGranularScrollingSupported ()
isListFilterHasPropertyFunctionEnabled ()
isManualInvocationAllowed ()
isMgf1DigestsSpecified
  type  () in android.security.keystore.KeyGenParameterSpec
  type  () in android.security.keystore.KeyProtection
isNonTerrestrialNetwork ()
isObserveModeEnabled ()
isObserveModeSupported ()
isOnlyNonTerrestrialNetwork ()
isPackageStopped (String)
isPermissionTransferUserConsented (int)
isRebootingUserspaceSupported ()
isResampled ()
isSafeModeEnabled ()
isSdkSandboxUid (int)
isSelfManaged ()
isSmsCapable ()
isStatusBarContrastEnforced ()
isStylusHandwritingEnabled ()
isUnarchival ()
isUsingNonTerrestrialNetwork ()
isVoiceCapable ()
iterate
  type  (double, DoublePredicate, DoubleUnaryOperator) in java.util.stream.DoubleStream
  type  (int, IntPredicate, IntUnaryOperator) in java.util.stream.IntStream
  type  (long, LongPredicate, LongUnaryOperator) in java.util.stream.LongStream

K  A B C D E F G H I L M N O P Q R S T U V W TOP

keys
  type  () in java.security.Provider
  type  () in java.util.Properties
keySet
  type  () in java.security.Provider
  type  () in java.util.Properties

L  A B C D E F G H I K M N O P Q R S T U V W TOP

lastEntry
  type  () in java.util.TreeMap
  type  () in java.util.concurrent.ConcurrentSkipListMap
limit (int)
loadSdk (String, Bundle, Executor, OutcomeReceiver<SandboxedSdk, LoadSdkException>)
longs
  type  () in java.util.Random
  type  (long) in java.util.Random
  type  (long, long) in java.util.Random
  type  (long, long, long) in java.util.Random
  type  () in java.util.SplittableRandom
  type  (long) in java.util.SplittableRandom
  type  (long, long) in java.util.SplittableRandom
  type  (long, long, long) in java.util.SplittableRandom

M  A B C D E F G H I K L N O P Q R S T U V W TOP

mapMulti
  type  (DoubleMapMultiConsumer) in java.util.stream.DoubleStream
  type  (IntMapMultiConsumer) in java.util.stream.IntStream
  type  (LongMapMultiConsumer) in java.util.stream.LongStream
mark ()
merge
  type  (LineBreakConfig) in android.graphics.text.LineBreakConfig
  type  (LineBreakConfig) in android.graphics.text.LineBreakConfig.Builder
  type  (Object, Object, BiFunction<Object, Object, ?>) in java.security.Provider
  type  (Object, Object, BiFunction<Object, Object, ?>) in java.util.Properties

N  A B C D E F G H I K L M O P Q R S T U V W TOP

newHashMap (int)
newHashSet (int)
newLinkedHashMap (int)
newLinkedHashSet (int)
newSequencedSetFromMap (SequencedMap<E, Boolean>)
nextBoolean
  type  () in java.util.Random
  type  () in java.util.SplittableRandom
nextBytes
  type  (byte[], SecureRandomParameters) in java.security.SecureRandom
  type  (byte[]) in java.util.Random
  type  (byte[]) in java.util.SplittableRandom
nextDouble
  type  () in java.util.Random
  type  () in java.util.SplittableRandom
  type  (double) in java.util.SplittableRandom
  type  (double, double) in java.util.SplittableRandom
  type  (double) in java.util.concurrent.ThreadLocalRandom
  type  (double, double) in java.util.concurrent.ThreadLocalRandom
nextFloat ()
nextGaussian ()
nextInt
  type  () in java.util.Random
  type  (int) in java.util.Random
  type  () in java.util.SplittableRandom
  type  (int) in java.util.SplittableRandom
  type  (int, int) in java.util.SplittableRandom
  type  (int, int) in java.util.concurrent.ThreadLocalRandom
nextLong
  type  (long) in java.util.SplittableRandom
  type  (long, long) in java.util.SplittableRandom
  type  (long) in java.util.concurrent.ThreadLocalRandom
  type  (long, long) in java.util.concurrent.ThreadLocalRandom

O  A B C D E F G H I K L M N P Q R S T U V W TOP

onClick (View)
onDevicePresenceEvent (DevicePresenceEvent)
onParameterChange (Virtualizer, int, int, short)
onStartConnectionlessStylusHandwriting (int, CursorAnchorInfo)
onTextChanged (CharSequence, int, int, int)
onTouch (View, MotionEvent)
overrideAdSelectionFromOutcomesConfigRemoteInfo (AddAdSelectionFromOutcomesOverrideRequest, Executor, OutcomeReceiver<Object, Exception>)

P  A B C D E F G H I K L M N O Q R S T U V W TOP

parseAndroidManifest (File, Function<XmlResourceParser, T>)
persistAdSelectionResult (PersistAdSelectionResultRequest, Executor, OutcomeReceiver<AdSelectionOutcome, Exception>)
pollFirstEntry
  type  () in java.util.TreeMap
  type  () in java.util.concurrent.ConcurrentSkipListMap
pollLastEntry
  type  () in java.util.TreeMap
  type  () in java.util.concurrent.ConcurrentSkipListMap
position (int)
processPollingFrames (List<PollingFrame>)
put
  type  (int, ByteBuffer, int, int) in java.nio.ByteBuffer
  type  (int, byte[]) in java.nio.ByteBuffer
  type  (int, byte[], int, int) in java.nio.ByteBuffer
  type  (int, char[]) in java.nio.CharBuffer
  type  (int, char[], int, int) in java.nio.CharBuffer
  type  (int, CharBuffer, int, int) in java.nio.CharBuffer
  type  (int, double[]) in java.nio.DoubleBuffer
  type  (int, double[], int, int) in java.nio.DoubleBuffer
  type  (int, DoubleBuffer, int, int) in java.nio.DoubleBuffer
  type  (int, float[]) in java.nio.FloatBuffer
  type  (int, float[], int, int) in java.nio.FloatBuffer
  type  (int, FloatBuffer, int, int) in java.nio.FloatBuffer
  type  (int, int[]) in java.nio.IntBuffer
  type  (int, int[], int, int) in java.nio.IntBuffer
  type  (int, IntBuffer, int, int) in java.nio.IntBuffer
  type  (int, LongBuffer, int, int) in java.nio.LongBuffer
  type  (int, long[]) in java.nio.LongBuffer
  type  (int, long[], int, int) in java.nio.LongBuffer
  type  (int, ShortBuffer, int, int) in java.nio.ShortBuffer
  type  (int, short[]) in java.nio.ShortBuffer
  type  (int, short[], int, int) in java.nio.ShortBuffer
  type  (Object, Object) in java.security.Provider
  type  (Object, Object) in java.util.Properties
putAll
  type  (Map<?, ?>) in java.security.Provider
  type  (Map<?, ?>) in java.util.Properties
putIfAbsent
  type  (Object, Object) in java.security.Provider
  type  (Object, Object) in java.util.Properties

Q  A B C D E F G H I K L M N O P R S T U V W TOP

queryEvents (UsageEventsQuery)

R  A B C D E F G H I K L M N O P Q S T U V W TOP

registerAppOwnedSdkSandboxInterface (AppOwnedSdkSandboxInterface)
registerBatchedSurfaceControlInputReceiver (int, InputTransferToken, SurfaceControl, Choreographer, SurfaceControlInputReceiver)
registerPollingLoopFilterForService (ComponentName, String)
registerResourcePaths (String, ApplicationInfo)
registerRouteListingPreferenceUpdatedCallback (Executor, Consumer<RouteListingPreference>)
registerSource
  type  (SourceRegistrationRequest, Executor, AdServicesOutcomeReceiver<Object, Exception>) in android.adservices.measurement.MeasurementManager
  type  (SourceRegistrationRequest, Executor, OutcomeReceiver<Object, Exception>) in android.adservices.measurement.MeasurementManager
  type  (Uri, InputEvent, Executor, AdServicesOutcomeReceiver<Object, Exception>) in android.adservices.measurement.MeasurementManager
registerTrigger (Uri, Executor, AdServicesOutcomeReceiver<Object, Exception>)
registerUnbatchedSurfaceControlInputReceiver (int, InputTransferToken, SurfaceControl, Looper, SurfaceControlInputReceiver)
registerVirtualDeviceListener (Executor, VirtualDeviceListener)
registerWebSource (WebSourceRegistrationRequest, Executor, AdServicesOutcomeReceiver<Object, Exception>)
registerWebTrigger (WebTriggerRegistrationRequest, Executor, AdServicesOutcomeReceiver<Object, Exception>)
remove
  type  (Object) in java.security.Provider
  type  (Object) in java.util.Properties
removeAdSelectionFromOutcomesConfigRemoteInfoOverride (RemoveAdSelectionFromOutcomesOverrideRequest, Executor, OutcomeReceiver<Object, Exception>)
removeApplicationStartInfoCompletionListener (Consumer<ApplicationStartInfo>)
removeDebugTag (String)
removeFirst
  type  () in java.util.ArrayDeque
  type  () in java.util.LinkedList
  type  () in java.util.concurrent.ConcurrentLinkedDeque
  type  () in java.util.concurrent.LinkedBlockingDeque
removeLast
  type  () in java.util.ArrayDeque
  type  () in java.util.LinkedList
  type  () in java.util.concurrent.ConcurrentLinkedDeque
  type  () in java.util.concurrent.LinkedBlockingDeque
removeScreenRecordingCallback (Consumer<Integer>)
render (Bitmap, Rect, Matrix, RenderParams)
replace
  type  (Object, Object, Object) in java.security.Provider
  type  (Object, Object) in java.security.Provider
  type  (Object, Object, Object) in java.util.Properties
  type  (Object, Object) in java.util.Properties
replaceAll
  type  (BiFunction<Object, Object, ?>) in java.security.Provider
  type  (BiFunction<Object, Object, ?>) in java.util.Properties
reportActualWorkDuration (WorkDuration)
reportEvent (ReportEventRequest, Executor, OutcomeReceiver<Object, Exception>)
reportUnarchivalState (UnarchivalState)
reportUnarchivalStatus (int, int, long, PendingIntent)
requestArchive (String, IntentSender)
requestIpSecTransformState (Executor, OutcomeReceiver<IpSecTransformState, RuntimeException>)
requestSurfacePackage (String, Bundle, Executor, OutcomeReceiver<Bundle, RequestSurfacePackageException>)
requestUnarchive (String, IntentSender)
reseed
  type  () in java.security.SecureRandom
  type  (SecureRandomParameters) in java.security.SecureRandom
reset ()
resetAllAdSelectionFromOutcomesConfigRemoteOverrides (Executor, OutcomeReceiver<Object, Exception>)
resetDiscoveryTechnology (Activity)
reversed
  type  () in java.util.Deque
  type  () in java.util.LinkedHashMap
  type  () in java.util.LinkedHashSet
  type  () in java.util.LinkedList
  type  () in java.util.List
  type  () in java.util.NavigableMap
  type  () in java.util.NavigableSet
  type  () in java.util.SortedMap
  type  () in java.util.SortedSet
rewind ()

S  A B C D E F G H I K L M N O P Q R T U V W TOP

searchText (String)
selectAds (AdSelectionFromOutcomesConfig, Executor, OutcomeReceiver<AdSelectionOutcome, Exception>)
selectContent (SelectionBoundary, SelectionBoundary, boolean)
setAdCounterKeys (Set<Integer>)
setAdFilters (AdFilters)
setAdRenderId (String)
setAlwaysOn (boolean)
setAppInstallAdvertisers (SetAppInstallAdvertisersRequest, Executor, OutcomeReceiver<Object, Exception>)
setArchiveCompatibility (ArchiveCompatibilityParams)
setBackground (Bitmap)
setBiddingLogicJsVersion (long)
setBoundingRects (int, List<Rect>)
setBoundingRectsIgnoringVisibility (int, List<Rect>)
setCodecType (int)
setContentProtectionPolicy (ComponentName, int)
setDateTimeFormat (int, String)
setDecorFitsSystemWindows (boolean)
setDefaultToObserveModeForService (ComponentName, boolean)
setDesiredHdrHeadroom
  type  (SurfaceControl, float) in android.view.SurfaceControl.Transaction
  type  (float) in android.view.SurfaceView
  type  (float) in android.view.Window
  type  (float) in android.view.WindowManager.LayoutParams
setDesiredPresentTimeNanos (long)
setDeviceEffects (ZenDeviceEffects)
setDictionary
  type  (ByteBuffer) in java.util.zip.Deflater
  type  (ByteBuffer) in java.util.zip.Inflater
setDiscoveryTechnology (Activity, int, int)
setFrame (int, int)
setFrameTimeline (long)
setGranularScrollingSupported (boolean)
setHandwritingDelegateFlags (int)
setHyphenation (int)
setId (String)
setInput
  type  (ByteBuffer) in java.util.zip.Deflater
  type  (ByteBuffer) in java.util.zip.Inflater
setLineBreakConfig (LineBreakConfig)
setListFilterHasPropertyFunctionEnabled (boolean)
setMgf1Digests
  type  () in android.security.keystore.KeyGenParameterSpec.Builder
  type  () in android.security.keystore.KeyProtection.Builder
setNamespace (String)
setNavigationBarColor (int)
setNavigationBarDividerColor (int)
setObserveModeEnabled (boolean)
setOnStylusHandwritingPendingIntent (int, PendingIntent)
setOverrideGainmap (Gainmap)
setParameterListener (OnParameterChangeListener)
setPerBuyerSignedContextualAds (Map<AdTechIdentifier, SignedContextualAds>)
setPreferPowerEfficiency (boolean)
setProperties (Settings)
setPubliclyVisibleSchema
  type  (String, PackageIdentifier) in android.app.appsearch.GetSchemaResponse.Builder
  type  (String, PackageIdentifier) in android.app.appsearch.SetSchemaRequest.Builder
setRouteVolume (MediaRoute2Info, int)
setSafeModeEnabled (boolean)
setSchemaType (String)
setSchemaTypeVisibleToConfigs (String, Set<SchemaVisibilityConfig>)
setSearchSourceLogTag (String)
setStatusBarColor (int)
setStatusBarContrastEnforced (boolean)
setStrength (short)
setStylusHandwritingEnabled (boolean)
setSubscriptionIds (Set<Integer>)
setSubtypes (Set<String>)
setTimeLocal (LocalDateTime)
setTraceTag (String)
setUnarchiveId (int)
setupFsVerity (File)
shuffle (List<?>, RandomGenerator)
split (SplittableGenerator)
splits
  type  (SplittableGenerator) in java.util.SplittableRandom
  type  (long) in java.util.SplittableRandom
  type  (long, SplittableGenerator) in java.util.SplittableRandom
startConnectionlessStylusHandwriting (View, CursorAnchorInfo, Executor, ConnectionlessHandwritingCallback)
startConnectionlessStylusHandwritingForDelegation
  type  (View, CursorAnchorInfo, String, Executor, ConnectionlessHandwritingCallback) in android.view.inputmethod.InputMethodManager
  type  (View, CursorAnchorInfo, Executor, ConnectionlessHandwritingCallback) in android.view.inputmethod.InputMethodManager
startObservingDevicePresence (ObservingDevicePresenceRequest)
stopObservingDevicePresence (ObservingDevicePresenceRequest)
storeToXML (OutputStream, String, Charset)
stream ()
supportsConnectionlessStylusHandwriting ()

T  A B C D E F G H I K L M N O P Q R S U V W TOP

takeWhile
  type  (DoublePredicate) in java.util.stream.DoubleStream
  type  (IntPredicate) in java.util.stream.IntStream
  type  (LongPredicate) in java.util.stream.LongStream
teeing (Collector<? super T, ?, R1>, Collector<? super T, ?, R2>, BiFunction<? super R1, ? super R2, R>)
toString
  type  (int) in java.lang.Character
  type  () in java.lang.invoke.VarHandle
transferTouchGesture (InputTransferToken, InputTransferToken)

U  A B C D E F G H I K L M N O P Q R S T V W TOP

unmodifiableSequencedCollection (SequencedCollection<? extends T>)
unmodifiableSequencedMap (SequencedMap<? extends K, ? extends V>)
unmodifiableSequencedSet (SequencedSet<? extends T>)
unregisterAppOwnedSdkSandboxInterface (String)
unregisterRouteListingPreferenceUpdatedCallback (Consumer<RouteListingPreference>)
unregisterSurfaceControlInputReceiver (SurfaceControl)
unregisterVirtualDeviceListener (VirtualDeviceListener)
unsignedMultiplyHigh
  type  (long, long) in java.lang.Math
  type  (long, long) in java.lang.StrictMath
updateAdCounterHistogram (UpdateAdCounterHistogramRequest, Executor, OutcomeReceiver<Object, Exception>)
uptimeNanos ()

V  A B C D E F G H I K L M N O P Q R S T U W TOP

values
  type  () in java.security.Provider
  type  () in java.util.Properties

W  A B C D E F G H I K L M N O P Q R S T U V TOP

write (ParcelFileDescriptor, boolean)
writeToParcel
  type  (Parcel, int) in android.app.appsearch.AppSearchSchema
  type  (Parcel, int) in android.app.appsearch.GetSchemaResponse
  type  (Parcel, int) in android.app.appsearch.JoinSpec
  type  (Parcel, int) in android.app.appsearch.SearchResult
  type  (Parcel, int) in android.app.appsearch.SearchResult.MatchInfo
  type  (Parcel, int) in android.app.appsearch.SearchSpec
  type  (Parcel, int) in android.app.appsearch.SearchSuggestionResult
  type  (Parcel, int) in android.app.appsearch.SearchSuggestionSpec
  type  (Parcel, int) in android.app.appsearch.SetSchemaResponse
  type  (Parcel, int) in android.app.appsearch.SetSchemaResponse.MigrationFailure
  type  (Parcel, int) in android.app.appsearch.StorageInfo
  type  (Parcel, int) in android.app.appsearch.observer.ObserverSpec
  type  (Parcel, int) in android.graphics.text.LineBreakConfig
  type  (Parcel, int) in android.net.wifi.WifiConfiguration