android.Manifest
 Methods: 0
android.Manifest$permission
 Methods: 0
android.Manifest$permission_group
 Methods: 0
android.R
 Methods: 0
android.R$anim
 Methods: 0
android.R$animator
 Methods: 0
android.R$array
 Methods: 0
android.R$attr
 Methods: 0
android.R$bool
 Methods: 0
android.R$color
 Methods: 0
android.R$dimen
 Methods: 0
android.R$drawable
 Methods: 0
android.R$fraction
 Methods: 0
android.R$id
 Methods: 0
android.R$integer
 Methods: 0
android.R$interpolator
 Methods: 0
android.R$layout
 Methods: 0
android.R$menu
 Methods: 0
android.R$mipmap
 Methods: 0
android.R$plurals
 Methods: 0
android.R$raw
 Methods: 0
android.R$string
 Methods: 0
android.R$style
 Methods: 0
android.R$styleable
 Methods: 0
android.R$transition
 Methods: 0
android.R$xml
 Methods: 0
android.accessibilityservice.AccessibilityService$MagnificationController$OnMagnificationChangedListener
 Methods: 1
  onMagnificationChanged | controller, region, scale, centerX, centerY
android.accessibilityservice.AccessibilityService$SoftKeyboardController$OnShowModeChangedListener
 Methods: 1
  onShowModeChanged | controller, showMode
android.accessibilityservice.AccessibilityButtonController
 Methods: 4
  isAccessibilityButtonAvailable |
  registerAccessibilityButtonCallback | callback, handler
  registerAccessibilityButtonCallback | callback
  unregisterAccessibilityButtonCallback | callback
android.accessibilityservice.AccessibilityButtonController$AccessibilityButtonCallback
 Methods: 2
  onAvailabilityChanged | controller, available
  onClicked | controller
android.accessibilityservice.AccessibilityGestureEvent
 Methods: 5
  describeContents |
  getDisplayId |
  getGestureId |
  toString |
  writeToParcel | parcel, flags
android.accessibilityservice.AccessibilityService
 Methods: 23
  createDisplayContext | display
  disableSelf |
  dispatchGesture | gesture, callback, handler
  findFocus | focus
  getAccessibilityButtonController | displayId
  getAccessibilityButtonController |
  getFingerprintGestureController |
  getMagnificationController |
  getRootInActiveWindow |
  getServiceInfo |
  getSoftKeyboardController |
  getSystemActions |
  getSystemService | name
  getWindows |
  getWindowsOnAllDisplays |
  onAccessibilityEvent | event
  onBind | intent
  onGesture | gestureEvent
  onInterrupt |
  onSystemActionsChanged |
  performGlobalAction | action
  setServiceInfo | info
  takeScreenshot | displayId, executor, callback
android.accessibilityservice.AccessibilityService$GestureResultCallback
 Methods: 2
  onCancelled | gestureDescription
  onCompleted | gestureDescription
android.accessibilityservice.AccessibilityService$MagnificationController
 Methods: 10
  addListener | listener, handler
  addListener | listener
  getCenterX |
  getCenterY |
  getMagnificationRegion |
  getScale |
  removeListener | listener
  reset | animate
  setCenter | centerX, centerY, animate
  setScale | scale, animate
android.accessibilityservice.AccessibilityService$SoftKeyboardController
 Methods: 6
  addOnShowModeChangedListener | listener, handler
  addOnShowModeChangedListener | listener
  getShowMode |
  removeOnShowModeChangedListener | listener
  setShowMode | showMode
  switchToInputMethod | imeId
android.accessibilityservice.AccessibilityServiceInfo
 Methods: 22
  capabilityToString | capability
  describeContents |
  equals | obj
  feedbackTypeToString | feedbackType
  flagToString | flag
  getAnimatedImageRes |
  getCanRetrieveWindowContent |
  getCapabilities |
  getDescription |
  getId |
  getInteractiveUiTimeoutMillis |
  getNonInteractiveUiTimeoutMillis |
  getResolveInfo |
  getSettingsActivityName |
  hashCode |
  loadDescription | packageManager
  loadHtmlDescription | packageManager
  loadSummary | packageManager
  setInteractiveUiTimeoutMillis | timeout
  setNonInteractiveUiTimeoutMillis | timeout
  toString |
  writeToParcel | parcel, flagz
android.accessibilityservice.FingerprintGestureController
 Methods: 3
  isGestureDetectionAvailable |
  registerFingerprintGestureCallback | callback, handler
  unregisterFingerprintGestureCallback | callback
android.accessibilityservice.FingerprintGestureController$FingerprintGestureCallback
 Methods: 2
  onGestureDetected | gesture
  onGestureDetectionAvailabilityChanged | available
android.accessibilityservice.GestureDescription
 Methods: 5
  getDisplayId |
  getMaxGestureDuration |
  getMaxStrokeCount |
  getStroke | index
  getStrokeCount |
android.accessibilityservice.GestureDescription$Builder
 Methods: 3
  addStroke | strokeDescription
  build |
  setDisplayId | displayId
android.accessibilityservice.GestureDescription$StrokeDescription
 Methods: 5
  continueStroke | path, startTime, duration, willContinue
  getDuration |
  getPath |
  getStartTime |
  willContinue |
android.accounts.AccountManagerCallback
 Methods: 1
  run | future
android.accounts.AccountManagerFuture
 Methods: 5
  cancel | mayInterruptIfRunning
  getResult |
  getResult | timeout, unit
  isCancelled |
  isDone |
android.accounts.OnAccountsUpdateListener
 Methods: 1
  onAccountsUpdated | accounts
android.accounts.AbstractAccountAuthenticator
 Methods: 15
  addAccount | response, accountType, authTokenType, requiredFeatures, options
  addAccountFromCredentials | response, account, accountCredentials
  confirmCredentials | response, account, options
  editProperties | response, accountType
  finishSession | response, accountType, sessionBundle
  getAccountCredentialsForCloning | response, account
  getAccountRemovalAllowed | response, account
  getAuthToken | response, account, authTokenType, options
  getAuthTokenLabel | authTokenType
  getIBinder |
  hasFeatures | response, account, features
  isCredentialsUpdateSuggested | response, account, statusToken
  startAddAccountSession | response, accountType, authTokenType, requiredFeatures, options
  startUpdateCredentialsSession | response, account, authTokenType, options
  updateCredentials | response, account, authTokenType, options
android.accounts.Account
 Methods: 5
  describeContents |
  equals | o
  hashCode |
  toString |
  writeToParcel | dest, flags
android.accounts.AccountAuthenticatorActivity
 Methods: 2
  finish |
  setAccountAuthenticatorResult | result
android.accounts.AccountAuthenticatorResponse
 Methods: 5
  describeContents |
  onError | errorCode, errorMessage
  onRequestContinued |
  onResult | result
  writeToParcel | dest, flags
android.accounts.AccountManager
 Methods: 45
  addAccount | accountType, authTokenType, requiredFeatures, addAccountOptions, activity, callback, handler
  addAccountExplicitly | account, password, extras, , visibility
  addAccountExplicitly | account, password, userdata
  addOnAccountsUpdatedListener | listener, handler, updateImmediately, accountTypes
  addOnAccountsUpdatedListener | listener, handler, updateImmediately
  blockingGetAuthToken | account, authTokenType, notifyAuthFailure
  clearPassword | account
  confirmCredentials | account, options, activity, callback, handler
  editProperties | accountType, activity, callback, handler
  finishSession | sessionBundle, activity, callback, handler
  get | context
  getAccountVisibility | account, packageName
  getAccounts |
  getAccountsAndVisibilityForPackage | packageName, accountType
  getAccountsByType | type
  getAccountsByTypeAndFeatures | type, features, callback, handler
  getAccountsByTypeForPackage | type, packageName
  getAuthToken | account, authTokenType, options, notifyAuthFailure, callback, handler
  getAuthToken | account, authTokenType, options, activity, callback, handler
  getAuthToken | account, authTokenType, notifyAuthFailure, callback, handler
  getAuthTokenByFeatures | accountType, authTokenType, features, activity, addAccountOptions, getAuthTokenOptions, callback, handler
  getAuthenticatorTypes |
  getPackagesAndVisibilityForAccount | account
  getPassword | account
  getPreviousName | account
  getUserData | account, key
  hasFeatures | account, features, callback, handler
  invalidateAuthToken | accountType, authToken
  isCredentialsUpdateSuggested | account, statusToken, callback, handler
  newChooseAccountIntent | selectedAccount, allowableAccounts, allowableAccountTypes, descriptionOverrideText, addAccountAuthTokenType, addAccountRequiredFeatures, addAccountOptions
  newChooseAccountIntent | selectedAccount, allowableAccounts, allowableAccountTypes, alwaysPromptForAccount, descriptionOverrideText, addAccountAuthTokenType, addAccountRequiredFeatures, addAccountOptions
  notifyAccountAuthenticated | account
  peekAuthToken | account, authTokenType
  removeAccount | account, activity, callback, handler
  removeAccount | account, callback, handler
  removeAccountExplicitly | account
  removeOnAccountsUpdatedListener | listener
  renameAccount | account, newName, callback, handler
  setAccountVisibility | account, packageName, visibility
  setAuthToken | account, authTokenType, authToken
  setPassword | account, password
  setUserData | account, key, value
  startAddAccountSession | accountType, authTokenType, requiredFeatures, options, activity, callback, handler
  startUpdateCredentialsSession | account, authTokenType, options, activity, callback, handler
  updateCredentials | account, authTokenType, options, activity, callback, handler
android.accounts.AuthenticatorDescription
 Methods: 6
  describeContents |
  equals | o
  hashCode |
  newKey | type
  toString |
  writeToParcel | dest, flags
android.accounts.AccountsException
 Methods: 0
android.accounts.AuthenticatorException
 Methods: 0
android.accounts.NetworkErrorException
 Methods: 0
android.accounts.OperationCanceledException
 Methods: 0
android.animation.Animator$AnimatorListener
 Methods: 6
  onAnimationCancel | animation
  onAnimationEnd | animation
  onAnimationEnd | animation, isReverse
  onAnimationRepeat | animation
  onAnimationStart | animation
  onAnimationStart | animation, isReverse
android.animation.Animator$AnimatorPauseListener
 Methods: 2
  onAnimationPause | animation
  onAnimationResume | animation
android.animation.LayoutTransition$TransitionListener
 Methods: 2
  endTransition | transition, container, view, transitionType
  startTransition | transition, container, view, transitionType
android.animation.TimeAnimator$TimeListener
 Methods: 1
  onTimeUpdate | animation, totalTime, deltaTime
android.animation.TimeInterpolator
 Methods: 1
  getInterpolation | input
android.animation.TypeEvaluator
 Methods: 1
  evaluate | fraction, startValue, endValue
android.animation.ValueAnimator$AnimatorUpdateListener
 Methods: 1
  onAnimationUpdate | animation
android.animation.Animator
 Methods: 25
  addListener | listener
  addPauseListener | listener
  cancel |
  clone |
  end |
  getDuration |
  getInterpolator |
  getListeners |
  getStartDelay |
  getTotalDuration |
  isPaused |
  isRunning |
  isStarted |
  pause |
  removeAllListeners |
  removeListener | listener
  removePauseListener | listener
  resume |
  setDuration | duration
  setInterpolator | value
  setStartDelay | startDelay
  setTarget | target
  setupEndValues |
  setupStartValues |
  start |
android.animation.AnimatorInflater
 Methods: 2
  loadAnimator | context, id
  loadStateListAnimator | context, id
android.animation.AnimatorListenerAdapter
 Methods: 6
  onAnimationCancel | animation
  onAnimationEnd | animation
  onAnimationPause | animation
  onAnimationRepeat | animation
  onAnimationResume | animation
  onAnimationStart | animation
android.animation.AnimatorSet
 Methods: 28
  cancel |
  clone |
  end |
  getChildAnimations |
  getCurrentPlayTime |
  getDuration |
  getInterpolator |
  getStartDelay |
  getTotalDuration |
  isRunning |
  isStarted |
  pause |
  play | anim
  playSequentially | items
  playSequentially | items
  playTogether | items
  playTogether | items
  resume |
  reverse |
  setCurrentPlayTime | playTime
  setDuration | duration
  setInterpolator | interpolator
  setStartDelay | startDelay
  setTarget | target
  setupEndValues |
  setupStartValues |
  start |
  toString |
android.animation.AnimatorSet$Builder
 Methods: 4
  after | delay
  after | anim
  before | anim
  with | anim
android.animation.ArgbEvaluator
 Methods: 1
  evaluate | fraction, startValue, endValue
android.animation.BidirectionalTypeConverter
 Methods: 2
  convertBack | value
  invert |
android.animation.FloatArrayEvaluator
 Methods: 1
  evaluate | fraction, startValue, endValue
android.animation.FloatEvaluator
 Methods: 1
  evaluate | fraction, startValue, endValue
android.animation.IntArrayEvaluator
 Methods: 1
  evaluate | fraction, startValue, endValue
android.animation.IntEvaluator
 Methods: 1
  evaluate | fraction, startValue, endValue
android.animation.Keyframe
 Methods: 15
  clone |
  getFraction |
  getInterpolator |
  getType |
  getValue |
  hasValue |
  ofFloat | fraction
  ofFloat | fraction, value
  ofInt | fraction, value
  ofInt | fraction
  ofObject | fraction, value
  ofObject | fraction
  setFraction | fraction
  setInterpolator | interpolator
  setValue | value
android.animation.LayoutTransition
 Methods: 26
  addChild | parent, child
  addTransitionListener | listener
  disableTransitionType | transitionType
  enableTransitionType | transitionType
  getAnimator | transitionType
  getDuration | transitionType
  getInterpolator | transitionType
  getStagger | transitionType
  getStartDelay | transitionType
  getTransitionListeners |
  hideChild | parent, child
  hideChild | parent, child, newVisibility
  isChangingLayout |
  isRunning |
  isTransitionTypeEnabled | transitionType
  removeChild | parent, child
  removeTransitionListener | listener
  setAnimateParentHierarchy | animateParentHierarchy
  setAnimator | transitionType, animator
  setDuration | transitionType, duration
  setDuration | duration
  setInterpolator | transitionType, interpolator
  setStagger | transitionType, duration
  setStartDelay | transitionType, delay
  showChild | parent, child
  showChild | parent, child, oldVisibility
android.animation.ObjectAnimator
 Methods: 37
  clone |
  getPropertyName |
  getTarget |
  ofArgb | target, propertyName, values
  ofArgb | target, T, property, values
  ofFloat | target, xPropertyName, yPropertyName, path
  ofFloat | target, T, property, values
  ofFloat | target, T, xProperty, T, yProperty, path
  ofFloat | target, propertyName, values
  ofInt | target, T, xProperty, T, yProperty, path
  ofInt | target, T, property, values
  ofInt | target, propertyName, values
  ofInt | target, xPropertyName, yPropertyName, path
  ofMultiFloat | target, propertyName, values
  ofMultiFloat | target, propertyName, path
  ofMultiFloat | target, propertyName, T, converter, evaluator, values
  ofMultiInt | target, propertyName, values
  ofMultiInt | target, propertyName, path
  ofMultiInt | target, propertyName, T, converter, evaluator, values
  ofObject | target, T, property, evaluator, values
  ofObject | target, propertyName, , converter, path
  ofObject | target, T, property, , converter, path
  ofObject | target, T, property, V, converter, evaluator, values
  ofObject | target, propertyName, evaluator, values
  ofPropertyValuesHolder | target, values
  setAutoCancel | cancel
  setDuration | duration
  setFloatValues | values
  setIntValues | values
  setObjectValues | values
  setProperty | property
  setPropertyName | propertyName
  setTarget | target
  setupEndValues |
  setupStartValues |
  start |
  toString |
android.animation.PointFEvaluator
 Methods: 1
  evaluate | fraction, startValue, endValue
android.animation.PropertyValuesHolder
 Methods: 30
  clone |
  getPropertyName |
  ofFloat | ?, property, values
  ofFloat | propertyName, values
  ofInt | propertyName, values
  ofInt | ?, property, values
  ofKeyframe | propertyName, values
  ofKeyframe | property, values
  ofMultiFloat | propertyName, values
  ofMultiFloat | propertyName, V, converter, evaluator, values
  ofMultiFloat | propertyName, path
  ofMultiFloat | propertyName, T, converter, evaluator, values
  ofMultiInt | propertyName, path
  ofMultiInt | propertyName, T, converter, evaluator, values
  ofMultiInt | propertyName, V, converter, evaluator, values
  ofMultiInt | propertyName, values
  ofObject | propertyName, , converter, path
  ofObject | propertyName, evaluator, values
  ofObject | ?, property, T, converter, evaluator, values
  ofObject | property, evaluator, values
  ofObject | ?, property, , converter, path
  setConverter | converter
  setEvaluator | evaluator
  setFloatValues | values
  setIntValues | values
  setKeyframes | values
  setObjectValues | values
  setProperty | property
  setPropertyName | propertyName
  toString |
android.animation.RectEvaluator
 Methods: 1
  evaluate | fraction, startValue, endValue
android.animation.StateListAnimator
 Methods: 3
  addState | specs, animator
  clone |
  jumpToCurrentState |
android.animation.TimeAnimator
 Methods: 3
  setCurrentPlayTime | playTime
  setTimeListener | listener
  start |
android.animation.TypeConverter
 Methods: 1
  convert | value
android.animation.ValueAnimator
 Methods: 44
  addUpdateListener | listener
  areAnimatorsEnabled |
  cancel |
  clone |
  end |
  getAnimatedFraction |
  getAnimatedValue |
  getAnimatedValue | propertyName
  getCurrentPlayTime |
  getDuration |
  getFrameDelay |
  getInterpolator |
  getRepeatCount |
  getRepeatMode |
  getStartDelay |
  getTotalDuration |
  getValues |
  isRunning |
  isStarted |
  ofArgb | values
  ofFloat | values
  ofInt | values
  ofObject | evaluator, values
  ofPropertyValuesHolder | values
  pause |
  removeAllUpdateListeners |
  removeUpdateListener | listener
  resume |
  reverse |
  setCurrentFraction | fraction
  setCurrentPlayTime | playTime
  setDuration | duration
  setEvaluator | value
  setFloatValues | values
  setFrameDelay | frameDelay
  setIntValues | values
  setInterpolator | value
  setObjectValues | values
  setRepeatCount | value
  setRepeatMode | value
  setStartDelay | startDelay
  setValues | values
  start |
  toString |
android.annotation.SuppressLint
 Methods: 1
  value |
android.annotation.TargetApi
 Methods: 1
  value |
android.app.ActionBar$OnMenuVisibilityListener
 Methods: 1
  onMenuVisibilityChanged | isVisible
android.app.ActionBar$OnNavigationListener
 Methods: 1
  onNavigationItemSelected | itemPosition, itemId
android.app.ActionBar$TabListener
 Methods: 3
  onTabReselected | tab, ft
  onTabSelected | tab, ft
  onTabUnselected | tab, ft
android.app.AlarmManager$OnAlarmListener
 Methods: 1
  onAlarm |
android.app.Application$ActivityLifecycleCallbacks
 Methods: 21
  onActivityCreated | activity, savedInstanceState
  onActivityDestroyed | activity
  onActivityPaused | activity
  onActivityPostCreated | activity, savedInstanceState
  onActivityPostDestroyed | activity
  onActivityPostPaused | activity
  onActivityPostResumed | activity
  onActivityPostSaveInstanceState | activity, outState
  onActivityPostStarted | activity
  onActivityPostStopped | activity
  onActivityPreCreated | activity, savedInstanceState
  onActivityPreDestroyed | activity
  onActivityPrePaused | activity
  onActivityPreResumed | activity
  onActivityPreSaveInstanceState | activity, outState
  onActivityPreStarted | activity
  onActivityPreStopped | activity
  onActivityResumed | activity
  onActivitySaveInstanceState | activity, outState
  onActivityStarted | activity
  onActivityStopped | activity
android.app.Application$OnProvideAssistDataListener
 Methods: 1
  onProvideAssistData | activity, data
android.app.AppOpsManager$OnOpActiveChangedListener
 Methods: 1
  onOpActiveChanged | op, uid, packageName, active
android.app.AppOpsManager$OnOpChangedListener
 Methods: 1
  onOpChanged | op, packageName
android.app.DatePickerDialog$OnDateSetListener
 Methods: 1
  onDateSet | view, year, month, dayOfMonth
android.app.FragmentBreadCrumbs$OnBreadCrumbClickListener
 Methods: 1
  onBreadCrumbClick | backStack, flags
android.app.FragmentManager$BackStackEntry
 Methods: 6
  getBreadCrumbShortTitle |
  getBreadCrumbShortTitleRes |
  getBreadCrumbTitle |
  getBreadCrumbTitleRes |
  getId |
  getName |
android.app.FragmentManager$OnBackStackChangedListener
 Methods: 1
  onBackStackChanged |
android.app.KeyguardManager$OnKeyguardExitResult
 Methods: 1
  onKeyguardExitResult | success
android.app.LoaderManager$LoaderCallbacks
 Methods: 3
  onCreateLoader | id, args
  onLoadFinished | loader, data
  onLoaderReset | loader
android.app.Notification$Action$Extender
 Methods: 1
  extend | builder
android.app.Notification$Extender
 Methods: 1
  extend | builder
android.app.PendingIntent$OnFinished
 Methods: 1
  onSendFinished | pendingIntent, intent, resultCode, resultData, resultExtras
android.app.SearchManager$OnCancelListener
 Methods: 1
  onCancel |
android.app.SearchManager$OnDismissListener
 Methods: 1
  onDismiss |
android.app.SharedElementCallback$OnSharedElementsReadyListener
 Methods: 1
  onSharedElementsReady |
android.app.TimePickerDialog$OnTimeSetListener
 Methods: 1
  onTimeSet | view, hourOfDay, minute
android.app.UiAutomation$AccessibilityEventFilter
 Methods: 1
  accept | event
android.app.UiAutomation$OnAccessibilityEventListener
 Methods: 1
  onAccessibilityEvent | event
android.app.WallpaperManager$OnColorsChangedListener
 Methods: 1
  onColorsChanged | colors, which
android.app.ZygotePreload
 Methods: 1
  doPreload | appInfo
android.app.ActionBar
 Methods: 61
  addOnMenuVisibilityListener | listener
  addTab | tab, position
  addTab | tab
  addTab | tab, position, setSelected
  addTab | tab, setSelected
  getCustomView |
  getDisplayOptions |
  getElevation |
  getHeight |
  getHideOffset |
  getNavigationItemCount |
  getNavigationMode |
  getSelectedNavigationIndex |
  getSelectedTab |
  getSubtitle |
  getTabAt | index
  getTabCount |
  getThemedContext |
  getTitle |
  hide |
  isHideOnContentScrollEnabled |
  isShowing |
  newTab |
  removeAllTabs |
  removeOnMenuVisibilityListener | listener
  removeTab | tab
  removeTabAt | position
  selectTab | tab
  setBackgroundDrawable | d
  setCustomView | view, layoutParams
  setCustomView | view
  setCustomView | resId
  setDisplayHomeAsUpEnabled | showHomeAsUp
  setDisplayOptions | options, mask
  setDisplayOptions | options
  setDisplayShowCustomEnabled | showCustom
  setDisplayShowHomeEnabled | showHome
  setDisplayShowTitleEnabled | showTitle
  setDisplayUseLogoEnabled | useLogo
  setElevation | elevation
  setHideOffset | offset
  setHideOnContentScrollEnabled | hideOnContentScroll
  setHomeActionContentDescription | description
  setHomeActionContentDescription | resId
  setHomeAsUpIndicator | resId
  setHomeAsUpIndicator | indicator
  setHomeButtonEnabled | enabled
  setIcon | icon
  setIcon | resId
  setListNavigationCallbacks | adapter, callback
  setLogo | resId
  setLogo | logo
  setNavigationMode | mode
  setSelectedNavigationItem | position
  setSplitBackgroundDrawable | d
  setStackedBackgroundDrawable | d
  setSubtitle | subtitle
  setSubtitle | resId
  setTitle | title
  setTitle | resId
  show |
android.app.ActionBar$LayoutParams
 Methods: 0
android.app.ActionBar$Tab
 Methods: 17
  getContentDescription |
  getCustomView |
  getIcon |
  getPosition |
  getTag |
  getText |
  select |
  setContentDescription | resId
  setContentDescription | contentDesc
  setCustomView | layoutResId
  setCustomView | view
  setIcon | icon
  setIcon | resId
  setTabListener | listener
  setTag | obj
  setText | resId
  setText | text
android.app.Activity
 Methods: 237
  addContentView | view, params
  closeContextMenu |
  closeOptionsMenu |
  createPendingResult | requestCode, data, flags
  dismissDialog | id
  dismissKeyboardShortcutsHelper |
  dispatchGenericMotionEvent | ev
  dispatchKeyEvent | event
  dispatchKeyShortcutEvent | event
  dispatchPopulateAccessibilityEvent | event
  dispatchTouchEvent | ev
  dispatchTrackballEvent | ev
  dump | prefix, fd, writer, args
  enterPictureInPictureMode | params
  enterPictureInPictureMode |
  findViewById | id
  finish |
  finishActivity | requestCode
  finishActivityFromChild | child, requestCode
  finishAffinity |
  finishAfterTransition |
  finishAndRemoveTask |
  finishFromChild | child
  getActionBar |
  getApplication |
  getCallingActivity |
  getCallingPackage |
  getChangingConfigurations |
  getComponentName |
  getContentScene |
  getContentTransitionManager |
  getCurrentFocus |
  getFragmentManager |
  getIntent |
  getLastNonConfigurationInstance |
  getLayoutInflater |
  getLoaderManager |
  getLocalClassName |
  getMaxNumPictureInPictureActions |
  getMediaController |
  getMenuInflater |
  getParent |
  getParentActivityIntent |
  getPreferences | mode
  getReferrer |
  getRequestedOrientation |
  getSearchEvent |
  getSystemService | name
  getTaskId |
  getTitle |
  getTitleColor |
  getVoiceInteractor |
  getVolumeControlStream |
  getWindow |
  getWindowManager |
  hasWindowFocus |
  invalidateOptionsMenu |
  isActivityTransitionRunning |
  isChangingConfigurations |
  isChild |
  isDestroyed |
  isFinishing |
  isImmersive |
  isInMultiWindowMode |
  isInPictureInPictureMode |
  isLocalVoiceInteractionSupported |
  isTaskRoot |
  isVoiceInteraction |
  isVoiceInteractionRoot |
  managedQuery | uri, projection, selection, selectionArgs, sortOrder
  moveTaskToBack | nonRoot
  navigateUpTo | upIntent
  navigateUpToFromChild | child, upIntent
  onActionModeFinished | mode
  onActionModeStarted | mode
  onActivityReenter | resultCode, data
  onAttachFragment | fragment
  onAttachedToWindow |
  onBackPressed |
  onConfigurationChanged | newConfig
  onContentChanged |
  onContextItemSelected | item
  onContextMenuClosed | menu
  onCreate | savedInstanceState, persistentState
  onCreateContextMenu | menu, v, menuInfo
  onCreateDescription |
  onCreateNavigateUpTaskStack | builder
  onCreateOptionsMenu | menu
  onCreatePanelMenu | featureId, menu
  onCreatePanelView | featureId
  onCreateThumbnail | outBitmap, canvas
  onCreateView | parent, name, context, attrs
  onCreateView | name, context, attrs
  onDetachedFromWindow |
  onEnterAnimationComplete |
  onGenericMotionEvent | event
  onGetDirectActions | cancellationSignal, callback
  onKeyDown | keyCode, event
  onKeyLongPress | keyCode, event
  onKeyMultiple | keyCode, repeatCount, event
  onKeyShortcut | keyCode, event
  onKeyUp | keyCode, event
  onLocalVoiceInteractionStarted |
  onLocalVoiceInteractionStopped |
  onLowMemory |
  onMenuItemSelected | featureId, item
  onMenuOpened | featureId, menu
  onMultiWindowModeChanged | isInMultiWindowMode
  onMultiWindowModeChanged | isInMultiWindowMode, newConfig
  onNavigateUp |
  onNavigateUpFromChild | child
  onOptionsItemSelected | item
  onOptionsMenuClosed | menu
  onPanelClosed | featureId, menu
  onPerformDirectAction | actionId, arguments, cancellationSignal, resultListener
  onPictureInPictureModeChanged | isInPictureInPictureMode, newConfig
  onPictureInPictureModeChanged | isInPictureInPictureMode
  onPictureInPictureRequested |
  onPostCreate | savedInstanceState, persistentState
  onPrepareNavigateUpTaskStack | builder
  onPrepareOptionsMenu | menu
  onPreparePanel | featureId, view, menu
  onProvideAssistContent | outContent
  onProvideAssistData | data
  onProvideKeyboardShortcuts | data, menu, deviceId
  onProvideReferrer |
  onRequestPermissionsResult | requestCode, permissions, grantResults
  onRestoreInstanceState | savedInstanceState, persistentState
  onRetainNonConfigurationInstance |
  onSaveInstanceState | outState, outPersistentState
  onSearchRequested | searchEvent
  onSearchRequested |
  onStateNotSaved |
  onTopResumedActivityChanged | isTopResumedActivity
  onTouchEvent | event
  onTrackballEvent | event
  onTrimMemory | level
  onUserInteraction |
  onVisibleBehindCanceled |
  onWindowAttributesChanged | params
  onWindowFocusChanged | hasFocus
  onWindowStartingActionMode | callback, type
  onWindowStartingActionMode | callback
  openContextMenu | view
  openOptionsMenu |
  overridePendingTransition | enterAnim, exitAnim
  postponeEnterTransition |
  recreate |
  registerActivityLifecycleCallbacks | callback
  registerForContextMenu | view
  releaseInstance |
  removeDialog | id
  reportFullyDrawn |
  requestDragAndDropPermissions | event
  requestPermissions | permissions, requestCode
  requestShowKeyboardShortcuts |
  requestVisibleBehind | visible
  requestWindowFeature | featureId
  requireViewById | id
  runOnUiThread | action
  setActionBar | toolbar
  setContentTransitionManager | tm
  setContentView | view, params
  setContentView | view
  setContentView | layoutResID
  setDefaultKeyMode | mode
  setEnterSharedElementCallback | callback
  setExitSharedElementCallback | callback
  setFeatureDrawable | featureId, drawable
  setFeatureDrawableAlpha | featureId, alpha
  setFeatureDrawableResource | featureId, resId
  setFeatureDrawableUri | featureId, uri
  setFinishOnTouchOutside | finish
  setImmersive | i
  setInheritShowWhenLocked | inheritShowWhenLocked
  setIntent | newIntent
  setMediaController | controller
  setPictureInPictureParams | params
  setProgress | progress
  setProgressBarIndeterminate | indeterminate
  setProgressBarIndeterminateVisibility | visible
  setProgressBarVisibility | visible
  setRequestedOrientation | requestedOrientation
  setResult | resultCode, data
  setResult | resultCode
  setSecondaryProgress | secondaryProgress
  setShowWhenLocked | showWhenLocked
  setTaskDescription | taskDescription
  setTheme | resid
  setTitle | title
  setTitle | titleId
  setTitleColor | textColor
  setTranslucent | translucent
  setTurnScreenOn | turnScreenOn
  setVisible | visible
  setVolumeControlStream | streamType
  setVrModeEnabled | enabled, requestedComponent
  shouldShowRequestPermissionRationale | permission
  shouldUpRecreateTask | targetIntent
  showAssist | args
  showDialog | id, args
  showDialog | id
  showLockTaskEscapeMessage |
  startActionMode | callback, type
  startActionMode | callback
  startActivities | intents, options
  startActivities | intents
  startActivity | intent
  startActivity | intent, options
  startActivityForResult | intent, requestCode
  startActivityForResult | intent, requestCode, options
  startActivityFromChild | child, intent, requestCode
  startActivityFromChild | child, intent, requestCode, options
  startActivityFromFragment | fragment, intent, requestCode, options
  startActivityFromFragment | fragment, intent, requestCode
  startActivityIfNeeded | intent, requestCode, options
  startActivityIfNeeded | intent, requestCode
  startIntentSender | intent, fillInIntent, flagsMask, flagsValues, extraFlags
  startIntentSender | intent, fillInIntent, flagsMask, flagsValues, extraFlags, options
  startIntentSenderForResult | intent, requestCode, fillInIntent, flagsMask, flagsValues, extraFlags
  startIntentSenderForResult | intent, requestCode, fillInIntent, flagsMask, flagsValues, extraFlags, options
  startIntentSenderFromChild | child, intent, requestCode, fillInIntent, flagsMask, flagsValues, extraFlags, options
  startIntentSenderFromChild | child, intent, requestCode, fillInIntent, flagsMask, flagsValues, extraFlags
  startLocalVoiceInteraction | privateOptions
  startLockTask |
  startManagingCursor | c
  startNextMatchingActivity | intent, options
  startNextMatchingActivity | intent
  startPostponedEnterTransition |
  startSearch | initialQuery, selectInitialQuery, appSearchData, globalSearch
  stopLocalVoiceInteraction |
  stopLockTask |
  stopManagingCursor | c
  takeKeyEvents | get
  triggerSearch | query, appSearchData
  unregisterActivityLifecycleCallbacks | callback
  unregisterForContextMenu | view
android.app.ActivityGroup
 Methods: 2
  getCurrentActivity |
  getLocalActivityManager |
android.app.ActivityManager
 Methods: 37
  addAppTask | activity, intent, description, thumbnail
  appNotResponding | reason
  clearApplicationUserData |
  clearWatchHeapLimit |
  dumpPackageState | fd, packageName
  getAppTaskThumbnailSize |
  getAppTasks |
  getDeviceConfigurationInfo |
  getHistoricalProcessExitReasons | packageName, pid, maxNum
  getLargeMemoryClass |
  getLauncherLargeIconDensity |
  getLauncherLargeIconSize |
  getLockTaskModeState |
  getMemoryClass |
  getMemoryInfo | outInfo
  getMyMemoryState | outState
  getProcessMemoryInfo | pids
  getProcessesInErrorState |
  getRecentTasks | maxNum, flags
  getRunningAppProcesses |
  getRunningServiceControlPanel | service
  getRunningServices | maxNum
  getRunningTasks | maxNum
  isActivityStartAllowedOnDisplay | context, displayId, intent
  isBackgroundRestricted |
  isInLockTaskMode |
  isLowMemoryKillReportSupported |
  isLowRamDevice |
  isRunningInTestHarness |
  isRunningInUserTestHarness |
  isUserAMonkey |
  killBackgroundProcesses | packageName
  moveTaskToFront | taskId, flags, options
  moveTaskToFront | taskId, flags
  restartPackage | packageName
  setVrThread | tid
  setWatchHeapLimit | pssSize
android.app.ActivityManager$AppTask
 Methods: 5
  finishAndRemoveTask |
  getTaskInfo |
  moveToFront |
  setExcludeFromRecents | exclude
  startActivity | context, intent, options
android.app.ActivityManager$MemoryInfo
 Methods: 3
  describeContents |
  readFromParcel | source
  writeToParcel | dest, flags
android.app.ActivityManager$ProcessErrorStateInfo
 Methods: 3
  describeContents |
  readFromParcel | source
  writeToParcel | dest, flags
android.app.ActivityManager$RecentTaskInfo
 Methods: 3
  describeContents |
  readFromParcel | source
  writeToParcel | dest, flags
android.app.ActivityManager$RunningAppProcessInfo
 Methods: 3
  describeContents |
  readFromParcel | source
  writeToParcel | dest, flags
android.app.ActivityManager$RunningServiceInfo
 Methods: 3
  describeContents |
  readFromParcel | source
  writeToParcel | dest, flags
android.app.ActivityManager$RunningTaskInfo
 Methods: 3
  describeContents |
  readFromParcel | source
  writeToParcel | dest, flags
android.app.ActivityManager$TaskDescription
 Methods: 7
  describeContents |
  getIcon |
  getLabel |
  getPrimaryColor |
  readFromParcel | source
  toString |
  writeToParcel | dest, flags
android.app.ActivityOptions
 Methods: 18
  getLaunchBounds |
  getLaunchDisplayId |
  getLockTaskMode |
  makeBasic |
  makeClipRevealAnimation | source, startX, startY, width, height
  makeCustomAnimation | context, enterResId, exitResId
  makeScaleUpAnimation | source, startX, startY, width, height
  makeSceneTransitionAnimation | activity, sharedElement, sharedElementName
  makeSceneTransitionAnimation | activity, , sharedElements
  makeTaskLaunchBehind |
  makeThumbnailScaleUpAnimation | source, thumbnail, startX, startY
  requestUsageTimeReport | receiver
  setAppVerificationBundle | bundle
  setLaunchBounds | screenSpacePixelRect
  setLaunchDisplayId | launchDisplayId
  setLockTaskEnabled | lockTaskMode
  toBundle |
  update | otherOptions
android.app.AlarmManager
 Methods: 16
  cancel | operation
  cancel | listener
  getNextAlarmClock |
  set | type, triggerAtMillis, operation
  set | type, triggerAtMillis, tag, listener, targetHandler
  setAlarmClock | info, operation
  setAndAllowWhileIdle | type, triggerAtMillis, operation
  setExact | type, triggerAtMillis, operation
  setExact | type, triggerAtMillis, tag, listener, targetHandler
  setExactAndAllowWhileIdle | type, triggerAtMillis, operation
  setInexactRepeating | type, triggerAtMillis, intervalMillis, operation
  setRepeating | type, triggerAtMillis, intervalMillis, operation
  setTime | millis
  setTimeZone | timeZone
  setWindow | type, windowStartMillis, windowLengthMillis, operation
  setWindow | type, windowStartMillis, windowLengthMillis, tag, listener, targetHandler
android.app.AlarmManager$AlarmClockInfo
 Methods: 4
  describeContents |
  getShowIntent |
  getTriggerTime |
  writeToParcel | dest, flags
android.app.AlertDialog
 Methods: 21
  getButton | whichButton
  getListView |
  onKeyDown | keyCode, event
  onKeyUp | keyCode, event
  setButton | text, listener
  setButton | whichButton, text, listener
  setButton | text, msg
  setButton | whichButton, text, msg
  setButton2 | text, msg
  setButton2 | text, listener
  setButton3 | text, msg
  setButton3 | text, listener
  setCustomTitle | customTitleView
  setIcon | icon
  setIcon | resId
  setIconAttribute | attrId
  setInverseBackgroundForced | forceInverseBackground
  setMessage | message
  setTitle | title
  setView | view, viewSpacingLeft, viewSpacingTop, viewSpacingRight, viewSpacingBottom
  setView | view
android.app.AlertDialog$Builder
 Methods: 36
  create |
  getContext |
  setAdapter | adapter, listener
  setCancelable | cancelable
  setCursor | cursor, listener, labelColumn
  setCustomTitle | customTitleView
  setIcon | icon
  setIcon | iconId
  setIconAttribute | attrId
  setInverseBackgroundForced | useInverseBackground
  setItems | itemsId, listener
  setItems | items, listener
  setMessage | messageId
  setMessage | message
  setMultiChoiceItems | items, checkedItems, listener
  setMultiChoiceItems | cursor, isCheckedColumn, labelColumn, listener
  setMultiChoiceItems | itemsId, checkedItems, listener
  setNegativeButton | text, listener
  setNegativeButton | textId, listener
  setNeutralButton | text, listener
  setNeutralButton | textId, listener
  setOnCancelListener | onCancelListener
  setOnDismissListener | onDismissListener
  setOnItemSelectedListener | listener
  setOnKeyListener | onKeyListener
  setPositiveButton | textId, listener
  setPositiveButton | text, listener
  setSingleChoiceItems | itemsId, checkedItem, listener
  setSingleChoiceItems | adapter, checkedItem, listener
  setSingleChoiceItems | cursor, checkedItem, labelColumn, listener
  setSingleChoiceItems | items, checkedItem, listener
  setTitle | title
  setTitle | titleId
  setView | layoutResId
  setView | view
  show |
android.app.AliasActivity
 Methods: 0
android.app.AppComponentFactory
 Methods: 6
  instantiateActivity | cl, className, intent
  instantiateApplication | cl, className
  instantiateClassLoader | cl, aInfo
  instantiateProvider | cl, className
  instantiateReceiver | cl, className, intent
  instantiateService | cl, className, intent
android.app.Application
 Methods: 12
  getProcessName |
  onConfigurationChanged | newConfig
  onCreate |
  onLowMemory |
  onTerminate |
  onTrimMemory | level
  registerActivityLifecycleCallbacks | callback
  registerComponentCallbacks | callback
  registerOnProvideAssistDataListener | callback
  unregisterActivityLifecycleCallbacks | callback
  unregisterComponentCallbacks | callback
  unregisterOnProvideAssistDataListener | callback
android.app.ApplicationErrorReport
 Methods: 5
  describeContents |
  dump | pw, prefix
  getErrorReportReceiver | context, packageName, appFlags
  readFromParcel | in
  writeToParcel | dest, flags
android.app.ApplicationErrorReport$AnrInfo
 Methods: 2
  dump | pw, prefix
  writeToParcel | dest, flags
android.app.ApplicationErrorReport$BatteryInfo
 Methods: 2
  dump | pw, prefix
  writeToParcel | dest, flags
android.app.ApplicationErrorReport$CrashInfo
 Methods: 2
  dump | pw, prefix
  writeToParcel | dest, flags
android.app.ApplicationErrorReport$RunningServiceInfo
 Methods: 2
  dump | pw, prefix
  writeToParcel | dest, flags
android.app.ApplicationExitInfo
 Methods: 17
  describeContents |
  equals | other
  getDefiningUid |
  getDescription |
  getImportance |
  getPackageUid |
  getPid |
  getProcessName |
  getPss |
  getRealUid |
  getReason |
  getRss |
  getStatus |
  getTimestamp |
  hashCode |
  toString |
  writeToParcel | dest, flags
android.app.AppOpsManager
 Methods: 30
  checkOp | op, uid, packageName
  checkOpNoThrow | op, uid, packageName
  checkPackage | uid, packageName
  finishOp | op, uid, packageName
  finishOp | op, uid, packageName, featureId
  isOpActive | op, uid, packageName
  noteOp | op, uid, packageName
  noteOp | op, uid, packageName, featureId, message
  noteOpNoThrow | op, uid, packageName, feature, message
  noteOpNoThrow | op, uid, packageName
  noteProxyOp | op, proxiedPackageName, proxiedUid, proxiedFeatureId, message
  noteProxyOp | op, proxiedPackageName
  noteProxyOpNoThrow | op, proxiedPackageName
  noteProxyOpNoThrow | op, proxiedPackageName, proxiedUid
  noteProxyOpNoThrow | op, proxiedPackageName, proxiedUid, proxiedFeatureId, message
  permissionToOp | permission
  setNotedAppOpsCollector | collector
  startOp | op, uid, packageName
  startOp | op, uid, packageName, featureId, message
  startOpNoThrow | op, uid, packageName, featureId, message
  startOpNoThrow | op, uid, packageName
  startWatchingActive | ops, executor, callback
  startWatchingMode | op, packageName, callback
  startWatchingMode | op, packageName, flags, callback
  stopWatchingActive | callback
  stopWatchingMode | callback
  unsafeCheckOp | op, uid, packageName
  unsafeCheckOpNoThrow | op, uid, packageName
  unsafeCheckOpRaw | op, uid, packageName
  unsafeCheckOpRawNoThrow | op, uid, packageName
android.app.AppOpsManager$AppOpsCollector
 Methods: 4
  getAsyncNotedExecutor |
  onAsyncNoted | asyncOp
  onNoted | op
  onSelfNoted | op
android.app.AsyncNotedAppOp
 Methods: 9
  describeContents |
  equals | o
  getFeatureId |
  getMessage |
  getNotingUid |
  getOp |
  getTime |
  hashCode |
  writeToParcel | dest, flags
android.app.AutomaticZenRule
 Methods: 19
  describeContents |
  equals | o
  getConditionId |
  getConfigurationActivity |
  getCreationTime |
  getInterruptionFilter |
  getName |
  getOwner |
  getZenPolicy |
  hashCode |
  isEnabled |
  setConditionId | conditionId
  setConfigurationActivity | componentName
  setEnabled | enabled
  setInterruptionFilter | interruptionFilter
  setName | name
  setZenPolicy | zenPolicy
  toString |
  writeToParcel | dest, flags
android.app.DatePickerDialog
 Methods: 7
  getDatePicker |
  onClick | dialog, which
  onDateChanged | view, year, month, dayOfMonth
  onRestoreInstanceState | savedInstanceState
  onSaveInstanceState |
  setOnDateSetListener | listener
  updateDate | year, month, dayOfMonth
android.app.Dialog
 Methods: 85
  addContentView | view, params
  cancel |
  closeOptionsMenu |
  create |
  dismiss |
  dispatchGenericMotionEvent | ev
  dispatchKeyEvent | event
  dispatchKeyShortcutEvent | event
  dispatchPopulateAccessibilityEvent | event
  dispatchTouchEvent | ev
  dispatchTrackballEvent | ev
  findViewById | id
  getActionBar |
  getContext |
  getCurrentFocus |
  getLayoutInflater |
  getOwnerActivity |
  getSearchEvent |
  getVolumeControlStream |
  getWindow |
  hide |
  invalidateOptionsMenu |
  isShowing |
  onActionModeFinished | mode
  onActionModeStarted | mode
  onAttachedToWindow |
  onBackPressed |
  onContentChanged |
  onContextItemSelected | item
  onContextMenuClosed | menu
  onCreateContextMenu | menu, v, menuInfo
  onCreateOptionsMenu | menu
  onCreatePanelMenu | featureId, menu
  onCreatePanelView | featureId
  onDetachedFromWindow |
  onGenericMotionEvent | event
  onKeyDown | keyCode, event
  onKeyLongPress | keyCode, event
  onKeyMultiple | keyCode, repeatCount, event
  onKeyShortcut | keyCode, event
  onKeyUp | keyCode, event
  onMenuItemSelected | featureId, item
  onMenuOpened | featureId, menu
  onOptionsItemSelected | item
  onOptionsMenuClosed | menu
  onPanelClosed | featureId, menu
  onPrepareOptionsMenu | menu
  onPreparePanel | featureId, view, menu
  onRestoreInstanceState | savedInstanceState
  onSaveInstanceState |
  onSearchRequested | searchEvent
  onSearchRequested |
  onTouchEvent | event
  onTrackballEvent | event
  onWindowAttributesChanged | params
  onWindowFocusChanged | hasFocus
  onWindowStartingActionMode | callback
  onWindowStartingActionMode | callback, type
  openContextMenu | view
  openOptionsMenu |
  registerForContextMenu | view
  requestWindowFeature | featureId
  requireViewById | id
  setCancelMessage | msg
  setCancelable | flag
  setCanceledOnTouchOutside | cancel
  setContentView | layoutResID
  setContentView | view, params
  setContentView | view
  setDismissMessage | msg
  setFeatureDrawable | featureId, drawable
  setFeatureDrawableAlpha | featureId, alpha
  setFeatureDrawableResource | featureId, resId
  setFeatureDrawableUri | featureId, uri
  setOnCancelListener | listener
  setOnDismissListener | listener
  setOnKeyListener | onKeyListener
  setOnShowListener | listener
  setOwnerActivity | activity
  setTitle | title
  setTitle | titleId
  setVolumeControlStream | streamType
  show |
  takeKeyEvents | get
  unregisterForContextMenu | view
android.app.DialogFragment
 Methods: 23
  dismiss |
  dismissAllowingStateLoss |
  dump | prefix, fd, writer, args
  getDialog |
  getShowsDialog |
  getTheme |
  isCancelable |
  onActivityCreated | savedInstanceState
  onAttach | context
  onCancel | dialog
  onCreate | savedInstanceState
  onCreateDialog | savedInstanceState
  onDestroyView |
  onDetach |
  onDismiss | dialog
  onSaveInstanceState | outState
  onStart |
  onStop |
  setCancelable | cancelable
  setShowsDialog | showsDialog
  setStyle | style, theme
  show | manager, tag
  show | transaction, tag
android.app.DirectAction
 Methods: 7
  describeContents |
  equals | other
  getExtras |
  getId |
  getLocusId |
  hashCode |
  writeToParcel | dest, flags
android.app.DirectAction$Builder
 Methods: 3
  build |
  setExtras | extras
  setLocusId | locusId
android.app.DownloadManager
 Methods: 10
  addCompletedDownload | title, description, isMediaScannerScannable, mimeType, path, length, showNotification
  addCompletedDownload | title, description, isMediaScannerScannable, mimeType, path, length, showNotification, uri, referer
  enqueue | request
  getMaxBytesOverMobile | context
  getMimeTypeForDownloadedFile | id
  getRecommendedMaxBytesOverMobile | context
  getUriForDownloadedFile | id
  openDownloadedFile | id
  query | query
  remove | ids
android.app.DownloadManager$Query
 Methods: 2
  setFilterById | ids
  setFilterByStatus | flags
android.app.DownloadManager$Request
 Methods: 16
  addRequestHeader | header, value
  allowScanningByMediaScanner |
  setAllowedNetworkTypes | flags
  setAllowedOverMetered | allow
  setAllowedOverRoaming | allowed
  setDescription | description
  setDestinationInExternalFilesDir | context, dirType, subPath
  setDestinationInExternalPublicDir | dirType, subPath
  setDestinationUri | uri
  setMimeType | mimeType
  setNotificationVisibility | visibility
  setRequiresCharging | requiresCharging
  setRequiresDeviceIdle | requiresDeviceIdle
  setShowRunningNotification | show
  setTitle | title
  setVisibleInDownloadsUi | isVisible
android.app.ExpandableListActivity
 Methods: 12
  getExpandableListAdapter |
  getExpandableListView |
  getSelectedId |
  getSelectedPosition |
  onChildClick | parent, v, groupPosition, childPosition, id
  onContentChanged |
  onCreateContextMenu | menu, v, menuInfo
  onGroupCollapse | groupPosition
  onGroupExpand | groupPosition
  setListAdapter | adapter
  setSelectedChild | groupPosition, childPosition, shouldExpandGroup
  setSelectedGroup | groupPosition
android.app.Fragment
 Methods: 108
  dump | prefix, fd, writer, args
  equals | o
  getActivity |
  getAllowEnterTransitionOverlap |
  getAllowReturnTransitionOverlap |
  getArguments |
  getChildFragmentManager |
  getContext |
  getEnterTransition |
  getExitTransition |
  getFragmentManager |
  getHost |
  getId |
  getLayoutInflater |
  getLoaderManager |
  getParentFragment |
  getReenterTransition |
  getResources |
  getRetainInstance |
  getReturnTransition |
  getSharedElementEnterTransition |
  getSharedElementReturnTransition |
  getString | resId, formatArgs
  getString | resId
  getTag |
  getTargetFragment |
  getTargetRequestCode |
  getText | resId
  getUserVisibleHint |
  getView |
  hashCode |
  instantiate | context, fname
  instantiate | context, fname, args
  isAdded |
  isDetached |
  isHidden |
  isInLayout |
  isRemoving |
  isResumed |
  isStateSaved |
  isVisible |
  onActivityCreated | savedInstanceState
  onActivityResult | requestCode, resultCode, data
  onAttach | activity
  onAttach | context
  onAttachFragment | childFragment
  onConfigurationChanged | newConfig
  onContextItemSelected | item
  onCreate | savedInstanceState
  onCreateAnimator | transit, enter, nextAnim
  onCreateContextMenu | menu, v, menuInfo
  onCreateOptionsMenu | menu, inflater
  onCreateView | inflater, container, savedInstanceState
  onDestroy |
  onDestroyOptionsMenu |
  onDestroyView |
  onDetach |
  onGetLayoutInflater | savedInstanceState
  onHiddenChanged | hidden
  onInflate | attrs, savedInstanceState
  onInflate | activity, attrs, savedInstanceState
  onInflate | context, attrs, savedInstanceState
  onLowMemory |
  onMultiWindowModeChanged | isInMultiWindowMode
  onMultiWindowModeChanged | isInMultiWindowMode, newConfig
  onOptionsItemSelected | item
  onOptionsMenuClosed | menu
  onPause |
  onPictureInPictureModeChanged | isInPictureInPictureMode, newConfig
  onPictureInPictureModeChanged | isInPictureInPictureMode
  onPrepareOptionsMenu | menu
  onRequestPermissionsResult | requestCode, permissions, grantResults
  onResume |
  onSaveInstanceState | outState
  onStart |
  onStop |
  onTrimMemory | level
  onViewCreated | view, savedInstanceState
  onViewStateRestored | savedInstanceState
  postponeEnterTransition |
  registerForContextMenu | view
  requestPermissions | permissions, requestCode
  setAllowEnterTransitionOverlap | allow
  setAllowReturnTransitionOverlap | allow
  setArguments | args
  setEnterSharedElementCallback | callback
  setEnterTransition | transition
  setExitSharedElementCallback | callback
  setExitTransition | transition
  setHasOptionsMenu | hasMenu
  setInitialSavedState | state
  setMenuVisibility | menuVisible
  setReenterTransition | transition
  setRetainInstance | retain
  setReturnTransition | transition
  setSharedElementEnterTransition | transition
  setSharedElementReturnTransition | transition
  setTargetFragment | fragment, requestCode
  setUserVisibleHint | isVisibleToUser
  shouldShowRequestPermissionRationale | permission
  startActivity | intent
  startActivity | intent, options
  startActivityForResult | intent, requestCode
  startActivityForResult | intent, requestCode, options
  startIntentSenderForResult | intent, requestCode, fillInIntent, flagsMask, flagsValues, extraFlags, options
  startPostponedEnterTransition |
  toString |
  unregisterForContextMenu | view
android.app.Fragment$SavedState
 Methods: 2
  describeContents |
  writeToParcel | dest, flags
android.app.FragmentBreadCrumbs
 Methods: 6
  onBackStackChanged |
  setActivity | a
  setMaxVisible | visibleCrumbs
  setOnBreadCrumbClickListener | listener
  setParentTitle | title, shortTitle, listener
  setTitle | title, shortTitle
android.app.FragmentContainer
 Methods: 2
  onFindViewById | id
  onHasView |
android.app.FragmentController
 Methods: 40
  attachHost | parent
  createController | callbacks
  dispatchActivityCreated |
  dispatchConfigurationChanged | newConfig
  dispatchContextItemSelected | item
  dispatchCreate |
  dispatchCreateOptionsMenu | menu, inflater
  dispatchDestroy |
  dispatchDestroyView |
  dispatchLowMemory |
  dispatchMultiWindowModeChanged | isInMultiWindowMode
  dispatchMultiWindowModeChanged | isInMultiWindowMode, newConfig
  dispatchOptionsItemSelected | item
  dispatchOptionsMenuClosed | menu
  dispatchPause |
  dispatchPictureInPictureModeChanged | isInPictureInPictureMode, newConfig
  dispatchPictureInPictureModeChanged | isInPictureInPictureMode
  dispatchPrepareOptionsMenu | menu
  dispatchResume |
  dispatchStart |
  dispatchStop |
  dispatchTrimMemory | level
  doLoaderDestroy |
  doLoaderStart |
  doLoaderStop | retain
  dumpLoaders | prefix, fd, writer, args
  execPendingActions |
  findFragmentByWho | who
  getFragmentManager |
  getLoaderManager |
  noteStateNotSaved |
  onCreateView | parent, name, context, attrs
  reportLoaderStart |
  restoreAllState | state, nonConfig
  restoreAllState | state, nonConfigList
  restoreLoaderNonConfig | , loaderManagers
  retainLoaderNonConfig |
  retainNestedNonConfig |
  retainNonConfig |
  saveAllState |
android.app.FragmentHostCallback
 Methods: 14
  onAttachFragment | fragment
  onDump | prefix, fd, writer, args
  onFindViewById | id
  onGetHost |
  onGetLayoutInflater |
  onGetWindowAnimations |
  onHasView |
  onHasWindowAnimations |
  onInvalidateOptionsMenu |
  onRequestPermissionsFromFragment | fragment, permissions, requestCode
  onShouldSaveFragmentState | fragment
  onStartActivityFromFragment | fragment, intent, requestCode, options
  onStartIntentSenderFromFragment | fragment, intent, requestCode, fillInIntent, flagsMask, flagsValues, extraFlags, options
  onUseFragmentManagerInflaterFactory |
android.app.FragmentManager
 Methods: 26
  addOnBackStackChangedListener | listener
  beginTransaction |
  dump | prefix, fd, writer, args
  enableDebugLogging | enabled
  executePendingTransactions |
  findFragmentById | id
  findFragmentByTag | tag
  getBackStackEntryAt | index
  getBackStackEntryCount |
  getFragment | bundle, key
  getFragments |
  getPrimaryNavigationFragment |
  invalidateOptionsMenu |
  isDestroyed |
  isStateSaved |
  popBackStack |
  popBackStack | id, flags
  popBackStack | name, flags
  popBackStackImmediate |
  popBackStackImmediate | id, flags
  popBackStackImmediate | name, flags
  putFragment | bundle, key, fragment
  registerFragmentLifecycleCallbacks | cb, recursive
  removeOnBackStackChangedListener | listener
  saveFragmentInstanceState | f
  unregisterFragmentLifecycleCallbacks | cb
android.app.FragmentManager$FragmentLifecycleCallbacks
 Methods: 14
  onFragmentActivityCreated | fm, f, savedInstanceState
  onFragmentAttached | fm, f, context
  onFragmentCreated | fm, f, savedInstanceState
  onFragmentDestroyed | fm, f
  onFragmentDetached | fm, f
  onFragmentPaused | fm, f
  onFragmentPreAttached | fm, f, context
  onFragmentPreCreated | fm, f, savedInstanceState
  onFragmentResumed | fm, f
  onFragmentSaveInstanceState | fm, f, outState
  onFragmentStarted | fm, f
  onFragmentStopped | fm, f
  onFragmentViewCreated | fm, f, v, savedInstanceState
  onFragmentViewDestroyed | fm, f
android.app.FragmentManagerNonConfig
 Methods: 0
android.app.FragmentTransaction
 Methods: 30
  add | fragment, tag
  add | containerViewId, fragment
  add | containerViewId, fragment, tag
  addSharedElement | sharedElement, name
  addToBackStack | name
  attach | fragment
  commit |
  commitAllowingStateLoss |
  commitNow |
  commitNowAllowingStateLoss |
  detach | fragment
  disallowAddToBackStack |
  hide | fragment
  isAddToBackStackAllowed |
  isEmpty |
  remove | fragment
  replace | containerViewId, fragment, tag
  replace | containerViewId, fragment
  runOnCommit | runnable
  setBreadCrumbShortTitle | res
  setBreadCrumbShortTitle | text
  setBreadCrumbTitle | res
  setBreadCrumbTitle | text
  setCustomAnimations | enter, exit, popEnter, popExit
  setCustomAnimations | enter, exit
  setPrimaryNavigationFragment | fragment
  setReorderingAllowed | reorderingAllowed
  setTransition | transit
  setTransitionStyle | styleRes
  show | fragment
android.app.Instrumentation
 Methods: 68
  acquireLooperManager | looper
  addMonitor | cls, result, block
  addMonitor | filter, result, block
  addMonitor | monitor
  addResults | results
  callActivityOnCreate | activity, icicle
  callActivityOnCreate | activity, icicle, persistentState
  callActivityOnDestroy | activity
  callActivityOnNewIntent | activity, intent
  callActivityOnPause | activity
  callActivityOnPictureInPictureRequested | activity
  callActivityOnPostCreate | activity, savedInstanceState, persistentState
  callActivityOnPostCreate | activity, savedInstanceState
  callActivityOnRestart | activity
  callActivityOnRestoreInstanceState | activity, savedInstanceState
  callActivityOnRestoreInstanceState | activity, savedInstanceState, persistentState
  callActivityOnResume | activity
  callActivityOnSaveInstanceState | activity, outState, outPersistentState
  callActivityOnSaveInstanceState | activity, outState
  callActivityOnStart | activity
  callActivityOnStop | activity
  callActivityOnUserLeaving | activity
  callApplicationOnCreate | app
  checkMonitorHit | monitor, minHits
  endPerformanceSnapshot |
  finish | resultCode, results
  getAllocCounts |
  getBinderCounts |
  getComponentName |
  getContext |
  getProcessName |
  getTargetContext |
  getUiAutomation | flags
  getUiAutomation |
  invokeContextMenuAction | targetActivity, id, flag
  invokeMenuActionSync | targetActivity, id, flag
  isProfiling |
  newActivity | clazz, context, token, application, intent, info, title, parent, id, lastNonConfigurationInstance
  newActivity | cl, className, intent
  newApplication | cl, className, context
  newApplication | clazz, context
  onCreate | arguments
  onDestroy |
  onException | obj, e
  onStart |
  removeMonitor | monitor
  runOnMainSync | runner
  sendCharacterSync | keyCode
  sendKeyDownUpSync | key
  sendKeySync | event
  sendPointerSync | event
  sendStatus | resultCode, results
  sendStringSync | text
  sendTrackballEventSync | event
  setAutomaticPerformanceSnapshots |
  setInTouchMode | inTouch
  start |
  startActivitySync | intent, options
  startActivitySync | intent
  startAllocCounting |
  startPerformanceSnapshot |
  startProfiling |
  stopAllocCounting |
  stopProfiling |
  waitForIdle | recipient
  waitForIdleSync |
  waitForMonitor | monitor
  waitForMonitorWithTimeout | monitor, timeOut
android.app.Instrumentation$ActivityMonitor
 Methods: 8
  getFilter |
  getHits |
  getLastActivity |
  getResult |
  isBlocking |
  onStartActivity | intent
  waitForActivity |
  waitForActivityWithTimeout | timeOut
android.app.Instrumentation$ActivityResult
 Methods: 2
  getResultCode |
  getResultData |
android.app.IntentService
 Methods: 6
  onBind | intent
  onCreate |
  onDestroy |
  onStart | intent, startId
  onStartCommand | intent, flags, startId
  setIntentRedelivery | enabled
android.app.KeyguardManager
 Methods: 9
  createConfirmDeviceCredentialIntent | title, description
  exitKeyguardSecurely | callback
  inKeyguardRestrictedInputMode |
  isDeviceLocked |
  isDeviceSecure |
  isKeyguardLocked |
  isKeyguardSecure |
  newKeyguardLock | tag
  requestDismissKeyguard | activity, callback
android.app.KeyguardManager$KeyguardDismissCallback
 Methods: 3
  onDismissCancelled |
  onDismissError |
  onDismissSucceeded |
android.app.KeyguardManager$KeyguardLock
 Methods: 2
  disableKeyguard |
  reenableKeyguard |
android.app.LauncherActivity
 Methods: 3
  makeListItems |
  setTitle | title
  setTitle | titleId
android.app.LauncherActivity$IconResizer
 Methods: 1
  createIconThumbnail | icon
android.app.LauncherActivity$ListItem
 Methods: 0
android.app.ListActivity
 Methods: 7
  getListAdapter |
  getListView |
  getSelectedItemId |
  getSelectedItemPosition |
  onContentChanged |
  setListAdapter | adapter
  setSelection | position
android.app.ListFragment
 Methods: 13
  getListAdapter |
  getListView |
  getSelectedItemId |
  getSelectedItemPosition |
  onCreateView | inflater, container, savedInstanceState
  onDestroyView |
  onListItemClick | l, v, position, id
  onViewCreated | view, savedInstanceState
  setEmptyText | text
  setListAdapter | adapter
  setListShown | shown
  setListShownNoAnimation | shown
  setSelection | position
android.app.LoaderManager
 Methods: 6
  destroyLoader | id
  dump | prefix, fd, writer, args
  enableDebugLogging | enabled
  getLoader | id
  initLoader | id, args, callback
  restartLoader | id, args, callback
android.app.LocalActivityManager
 Methods: 12
  destroyActivity | id, finish
  dispatchCreate | state
  dispatchDestroy | finishing
  dispatchPause | finishing
  dispatchResume |
  dispatchStop |
  getActivity | id
  getCurrentActivity |
  getCurrentId |
  removeAllActivities |
  saveInstanceState |
  startActivity | id, intent
android.app.MediaRouteActionProvider
 Methods: 7
  isVisible |
  onCreateActionView |
  onCreateActionView | item
  onPerformDefaultAction |
  overridesItemVisibility |
  setExtendedSettingsClickListener | listener
  setRouteTypes | types
android.app.MediaRouteButton
 Methods: 10
  getRouteTypes |
  jumpDrawablesToCurrentState |
  onAttachedToWindow |
  onDetachedFromWindow |
  performClick |
  setContentDescription | contentDescription
  setExtendedSettingsClickListener | listener
  setRouteTypes | types
  setVisibility | visibility
  showDialog |
android.app.NativeActivity
 Methods: 10
  onConfigurationChanged | newConfig
  onGlobalLayout |
  onInputQueueCreated | queue
  onInputQueueDestroyed | queue
  onLowMemory |
  onWindowFocusChanged | hasFocus
  surfaceChanged | holder, format, width, height
  surfaceCreated | holder
  surfaceDestroyed | holder
  surfaceRedrawNeeded | holder
android.app.Notification
 Methods: 19
  clone |
  describeContents |
  findRemoteInputActionPair | requiresFreeform
  getAllowSystemGeneratedContextualActions |
  getBadgeIconType |
  getBubbleMetadata |
  getChannelId |
  getContextualActions |
  getGroup |
  getGroupAlertBehavior |
  getLargeIcon |
  getLocusId |
  getSettingsText |
  getShortcutId |
  getSmallIcon |
  getSortKey |
  getTimeoutAfter |
  toString |
  writeToParcel | parcel, flags
android.app.Notification$Action
 Methods: 10
  clone |
  describeContents |
  getAllowGeneratedReplies |
  getDataOnlyRemoteInputs |
  getExtras |
  getIcon |
  getRemoteInputs |
  getSemanticAction |
  isContextual |
  writeToParcel | out, flags
android.app.Notification$Action$Builder
 Methods: 8
  addExtras | extras
  addRemoteInput | remoteInput
  build |
  extend | extender
  getExtras |
  setAllowGeneratedReplies | allowGeneratedReplies
  setContextual | isContextual
  setSemanticAction | semanticAction
android.app.Notification$Action$WearableExtender
 Methods: 14
  clone |
  extend | builder
  getCancelLabel |
  getConfirmLabel |
  getHintDisplayActionInline |
  getHintLaunchesActivity |
  getInProgressLabel |
  isAvailableOffline |
  setAvailableOffline | availableOffline
  setCancelLabel | label
  setConfirmLabel | label
  setHintDisplayActionInline | hintDisplayInline
  setHintLaunchesActivity | hintLaunchesActivity
  setInProgressLabel | label
android.app.Notification$BigPictureStyle
 Methods: 5
  bigLargeIcon | b
  bigLargeIcon | icon
  bigPicture | b
  setBigContentTitle | title
  setSummaryText | cs
android.app.Notification$BigTextStyle
 Methods: 3
  bigText | cs
  setBigContentTitle | title
  setSummaryText | cs
android.app.Notification$BubbleMetadata
 Methods: 12
  describeContents |
  getAutoExpandBubble |
  getBubbleIcon |
  getBubbleIntent |
  getDeleteIntent |
  getDesiredHeight |
  getDesiredHeightResId |
  getIcon |
  getIntent |
  getShortcutId |
  isNotificationSuppressed |
  writeToParcel | out, flags
android.app.Notification$BubbleMetadata$Builder
 Methods: 10
  build |
  createIntentBubble | intent, icon
  createShortcutBubble | shortcutId
  setAutoExpandBubble | shouldExpand
  setDeleteIntent | deleteIntent
  setDesiredHeight | height
  setDesiredHeightResId | heightResId
  setIcon | icon
  setIntent | intent
  setSuppressNotification | shouldSuppressNotif
android.app.Notification$Builder
 Methods: 71
  addAction | icon, title, intent
  addAction | action
  addExtras | extras
  addPerson | uri
  addPerson | person
  build |
  createBigContentView |
  createContentView |
  createHeadsUpContentView |
  extend | extender
  getExtras |
  getNotification |
  getStyle |
  recoverBuilder | context, n
  setActions | actions
  setAllowSystemGeneratedContextualActions | allowed
  setAutoCancel | autoCancel
  setBadgeIconType | icon
  setBubbleMetadata | data
  setCategory | category
  setChannelId | channelId
  setChronometerCountDown | countDown
  setColor | argb
  setColorized | colorize
  setContent | views
  setContentInfo | info
  setContentIntent | intent
  setContentText | text
  setContentTitle | title
  setCustomBigContentView | contentView
  setCustomContentView | contentView
  setCustomHeadsUpContentView | contentView
  setDefaults | defaults
  setDeleteIntent | intent
  setExtras | extras
  setFlag | mask, value
  setFullScreenIntent | intent, highPriority
  setGroup | groupKey
  setGroupAlertBehavior | groupAlertBehavior
  setGroupSummary | isGroupSummary
  setLargeIcon | b
  setLargeIcon | icon
  setLights | argb, onMs, offMs
  setLocalOnly | localOnly
  setLocusId | locusId
  setNumber | number
  setOngoing | ongoing
  setOnlyAlertOnce | onlyAlertOnce
  setPriority | pri
  setProgress | max, progress, indeterminate
  setPublicVersion | n
  setRemoteInputHistory | text
  setSettingsText | text
  setShortcutId | shortcutId
  setShowWhen | show
  setSmallIcon | icon, level
  setSmallIcon | icon
  setSmallIcon | icon
  setSortKey | sortKey
  setSound | sound, audioAttributes
  setSound | sound
  setSound | sound, streamType
  setStyle | style
  setSubText | text
  setTicker | tickerText, views
  setTicker | tickerText
  setTimeoutAfter | durationMs
  setUsesChronometer | b
  setVibrate | pattern
  setVisibility | visibility
  setWhen | when
android.app.Notification$CarExtender
 Methods: 7
  extend | builder
  getColor |
  getLargeIcon |
  getUnreadConversation |
  setColor | color
  setLargeIcon | largeIcon
  setUnreadConversation | unreadConversation
android.app.Notification$CarExtender$Builder
 Methods: 5
  addMessage | message
  build |
  setLatestTimestamp | timestamp
  setReadPendingIntent | pendingIntent
  setReplyAction | pendingIntent, remoteInput
android.app.Notification$CarExtender$UnreadConversation
 Methods: 7
  getLatestTimestamp |
  getMessages |
  getParticipant |
  getParticipants |
  getReadPendingIntent |
  getRemoteInput |
  getReplyPendingIntent |
android.app.Notification$DecoratedCustomViewStyle
 Methods: 0
android.app.Notification$DecoratedMediaCustomViewStyle
 Methods: 0
android.app.Notification$InboxStyle
 Methods: 3
  addLine | cs
  setBigContentTitle | title
  setSummaryText | cs
android.app.Notification$MediaStyle
 Methods: 2
  setMediaSession | token
  setShowActionsInCompactView | actions
android.app.Notification$MessagingStyle
 Methods: 12
  addHistoricMessage | message
  addMessage | text, timestamp, sender
  addMessage | message
  addMessage | text, timestamp, sender
  getConversationTitle |
  getHistoricMessages |
  getMessages |
  getUser |
  getUserDisplayName |
  isGroupConversation |
  setConversationTitle | conversationTitle
  setGroupConversation | isGroupConversation
android.app.Notification$MessagingStyle$Message
 Methods: 9
  getDataMimeType |
  getDataUri |
  getExtras |
  getMessagesFromBundleArray | bundles
  getSender |
  getSenderPerson |
  getText |
  getTimestamp |
  setData | dataMimeType, dataUri
android.app.Notification$Style
 Methods: 2
  build |
  setBuilder | builder
android.app.Notification$WearableExtender
 Methods: 46
  addAction | action
  addActions | actions
  addPage | page
  addPages | pages
  clearActions |
  clearPages |
  clone |
  extend | builder
  getActions |
  getBackground |
  getBridgeTag |
  getContentAction |
  getContentIcon |
  getContentIconGravity |
  getContentIntentAvailableOffline |
  getCustomContentHeight |
  getCustomSizePreset |
  getDismissalId |
  getDisplayIntent |
  getGravity |
  getHintAmbientBigPicture |
  getHintAvoidBackgroundClipping |
  getHintContentIntentLaunchesActivity |
  getHintHideIcon |
  getHintScreenTimeout |
  getHintShowBackgroundOnly |
  getPages |
  getStartScrollBottom |
  setBackground | background
  setBridgeTag | bridgeTag
  setContentAction | actionIndex
  setContentIcon | icon
  setContentIconGravity | contentIconGravity
  setContentIntentAvailableOffline | contentIntentAvailableOffline
  setCustomContentHeight | height
  setCustomSizePreset | sizePreset
  setDismissalId | dismissalId
  setDisplayIntent | intent
  setGravity | gravity
  setHintAmbientBigPicture | hintAmbientBigPicture
  setHintAvoidBackgroundClipping | hintAvoidBackgroundClipping
  setHintContentIntentLaunchesActivity | hintContentIntentLaunchesActivity
  setHintHideIcon | hintHideIcon
  setHintScreenTimeout | timeout
  setHintShowBackgroundOnly | hintShowBackgroundOnly
  setStartScrollBottom | startScrollBottom
android.app.NotificationChannel
 Methods: 38
  canBubble |
  canBypassDnd |
  canShowBadge |
  describeContents |
  enableLights | lights
  enableVibration | vibration
  equals | o
  getAudioAttributes |
  getConversationId |
  getDescription |
  getGroup |
  getId |
  getImportance |
  getLightColor |
  getLockscreenVisibility |
  getName |
  getParentChannelId |
  getSound |
  getVibrationPattern |
  hasUserSetImportance |
  hasUserSetSound |
  hashCode |
  setAllowBubbles | allowBubbles
  setBypassDnd | bypassDnd
  setConversationId | parentChannelId, conversationId
  setDescription | description
  setGroup | groupId
  setImportance | importance
  setLightColor | argb
  setLockscreenVisibility | lockscreenVisibility
  setName | name
  setShowBadge | showBadge
  setSound | sound, audioAttributes
  setVibrationPattern | vibrationPattern
  shouldShowLights |
  shouldVibrate |
  toString |
  writeToParcel | dest, flags
android.app.NotificationChannelGroup
 Methods: 12
  clone |
  describeContents |
  equals | o
  getChannels |
  getDescription |
  getId |
  getName |
  hashCode |
  isBlocked |
  setDescription | description
  toString |
  writeToParcel | dest, flags
android.app.NotificationManager
 Methods: 40
  addAutomaticZenRule | automaticZenRule
  areBubblesAllowed |
  areNotificationsEnabled |
  areNotificationsPaused |
  canNotifyAsPackage | pkg
  cancel | id
  cancel | tag, id
  cancelAll |
  cancelAsPackage | targetPackage, tag, id
  createNotificationChannel | channel
  createNotificationChannelGroup | group
  createNotificationChannelGroups | groups
  createNotificationChannels | channels
  deleteNotificationChannel | channelId
  deleteNotificationChannelGroup | groupId
  getActiveNotifications |
  getAutomaticZenRule | id
  getAutomaticZenRules |
  getConsolidatedNotificationPolicy |
  getCurrentInterruptionFilter |
  getImportance |
  getNotificationChannel | channelId
  getNotificationChannel | channelId, conversationId
  getNotificationChannelGroup | channelGroupId
  getNotificationChannelGroups |
  getNotificationChannels |
  getNotificationDelegate |
  getNotificationPolicy |
  isNotificationListenerAccessGranted | listener
  isNotificationPolicyAccessGranted |
  notify | id, notification
  notify | tag, id, notification
  notifyAsPackage | targetPackage, tag, id, notification
  removeAutomaticZenRule | id
  setAutomaticZenRuleState | id, condition
  setInterruptionFilter | interruptionFilter
  setNotificationDelegate | delegate
  setNotificationPolicy | policy
  shouldHideSilentStatusBarIcons |
  updateAutomaticZenRule | id, automaticZenRule
android.app.NotificationManager$Policy
 Methods: 8
  describeContents |
  equals | o
  hashCode |
  priorityCategoriesToString | priorityCategories
  prioritySendersToString | prioritySenders
  suppressedEffectsToString | effects
  toString |
  writeToParcel | dest, flags
android.app.PendingIntent
 Methods: 27
  cancel |
  describeContents |
  equals | otherObj
  getActivities | context, requestCode, intents, flags, options
  getActivities | context, requestCode, intents, flags
  getActivity | context, requestCode, intent, flags
  getActivity | context, requestCode, intent, flags, options
  getBroadcast | context, requestCode, intent, flags
  getCreatorPackage |
  getCreatorUid |
  getCreatorUserHandle |
  getForegroundService | context, requestCode, intent, flags
  getIntentSender |
  getService | context, requestCode, intent, flags
  getTargetPackage |
  hashCode |
  readPendingIntentOrNullFromParcel | in
  send | context, code, intent, onFinished, handler, requiredPermission, options
  send |
  send | context, code, intent, onFinished, handler
  send | context, code, intent, onFinished, handler, requiredPermission
  send | code, onFinished, handler
  send | context, code, intent
  send | code
  toString |
  writePendingIntentOrNullToParcel | sender, out
  writeToParcel | out, flags
android.app.Person
 Methods: 11
  describeContents |
  equals | obj
  getIcon |
  getKey |
  getName |
  getUri |
  hashCode |
  isBot |
  isImportant |
  toBuilder |
  writeToParcel | dest, flags
android.app.Person$Builder
 Methods: 7
  build |
  setBot | isBot
  setIcon | icon
  setImportant | isImportant
  setKey | key
  setName | name
  setUri | uri
android.app.PictureInPictureParams
 Methods: 2
  describeContents |
  writeToParcel | out, flags
android.app.PictureInPictureParams$Builder
 Methods: 4
  build |
  setActions | actions
  setAspectRatio | aspectRatio
  setSourceRectHint | launchBounds
android.app.Presentation
 Methods: 5
  getDisplay |
  getResources |
  onDisplayChanged |
  onDisplayRemoved |
  show |
android.app.ProgressDialog
 Methods: 21
  getMax |
  getProgress |
  getSecondaryProgress |
  incrementProgressBy | diff
  incrementSecondaryProgressBy | diff
  isIndeterminate |
  onStart |
  setIndeterminate | indeterminate
  setIndeterminateDrawable | d
  setMax | max
  setMessage | message
  setProgress | value
  setProgressDrawable | d
  setProgressNumberFormat | format
  setProgressPercentFormat | format
  setProgressStyle | style
  setSecondaryProgress | secondaryProgress
  show | context, title, message
  show | context, title, message, indeterminate, cancelable, cancelListener
  show | context, title, message, indeterminate, cancelable
  show | context, title, message, indeterminate
android.app.RemoteAction
 Methods: 12
  clone |
  describeContents |
  dump | prefix, pw
  getActionIntent |
  getContentDescription |
  getIcon |
  getTitle |
  isEnabled |
  setEnabled | enabled
  setShouldShowIcon | shouldShowIcon
  shouldShowIcon |
  writeToParcel | out, flags
android.app.RemoteInput
 Methods: 16
  addDataResultToIntent | remoteInput, intent, , results
  addResultsToIntent | remoteInputs, intent, results
  describeContents |
  getAllowFreeFormInput |
  getAllowedDataTypes |
  getChoices |
  getDataResultsFromIntent | intent, remoteInputResultKey
  getEditChoicesBeforeSending |
  getExtras |
  getLabel |
  getResultKey |
  getResultsFromIntent | intent
  getResultsSource | intent
  isDataOnly |
  setResultsSource | intent, source
  writeToParcel | out, flags
android.app.RemoteInput$Builder
 Methods: 8
  addExtras | extras
  build |
  getExtras |
  setAllowDataType | mimeType, doAllow
  setAllowFreeFormInput | allowFreeFormTextInput
  setChoices | choices
  setEditChoicesBeforeSending | editChoicesBeforeSending
  setLabel | label
android.app.SearchableInfo
 Methods: 26
  autoUrlDetect |
  describeContents |
  getHintId |
  getImeOptions |
  getInputType |
  getSearchActivity |
  getSettingsDescriptionId |
  getSuggestAuthority |
  getSuggestIntentAction |
  getSuggestIntentData |
  getSuggestPackage |
  getSuggestPath |
  getSuggestSelection |
  getSuggestThreshold |
  getVoiceLanguageId |
  getVoiceLanguageModeId |
  getVoiceMaxResults |
  getVoicePromptTextId |
  getVoiceSearchEnabled |
  getVoiceSearchLaunchRecognizer |
  getVoiceSearchLaunchWebSearch |
  queryAfterZeroResults |
  shouldIncludeInGlobalSearch |
  shouldRewriteQueryFromData |
  shouldRewriteQueryFromText |
  writeToParcel | dest, flags
android.app.SearchManager
 Methods: 10
  getGlobalSearchActivity |
  getSearchableInfo | componentName
  getSearchablesInGlobalSearch |
  onCancel | dialog
  onDismiss | dialog
  setOnCancelListener | listener
  setOnDismissListener | listener
  startSearch | initialQuery, selectInitialQuery, launchActivity, appSearchData, globalSearch
  stopSearch |
  triggerSearch | query, launchActivity, appSearchData
android.app.Service
 Methods: 20
  getApplication |
  getForegroundServiceType |
  onBind | intent
  onConfigurationChanged | newConfig
  onCreate |
  onDestroy |
  onLowMemory |
  onRebind | intent
  onStart | intent, startId
  onStartCommand | intent, flags, startId
  onTaskRemoved | rootIntent
  onTrimMemory | level
  onUnbind | intent
  startForeground | id, notification
  startForeground | id, notification, foregroundServiceType
  stopForeground | flags
  stopForeground | removeNotification
  stopSelf |
  stopSelf | startId
  stopSelfResult | startId
android.app.SharedElementCallback
 Methods: 7
  onCaptureSharedElementSnapshot | sharedElement, viewToGlobalMatrix, screenBounds
  onCreateSnapshotView | context, snapshot
  onMapSharedElements | names, , sharedElements
  onRejectSharedElements | rejectedSharedElements
  onSharedElementEnd | sharedElementNames, sharedElements, sharedElementSnapshots
  onSharedElementStart | sharedElementNames, sharedElements, sharedElementSnapshots
  onSharedElementsArrived | sharedElementNames, sharedElements, listener
android.app.StatusBarManager
 Methods: 0
android.app.SyncNotedAppOp
 Methods: 4
  equals | other
  getFeatureId |
  getOp |
  hashCode |
android.app.TabActivity
 Methods: 5
  getTabHost |
  getTabWidget |
  onContentChanged |
  setDefaultTab | tag
  setDefaultTab | index
android.app.TaskInfo
 Methods: 1
  toString |
android.app.TaskStackBuilder
 Methods: 13
  addNextIntent | nextIntent
  addNextIntentWithParentStack | nextIntent
  addParentStack | sourceActivityName
  addParentStack | sourceActivity
  addParentStack | sourceActivityClass
  create | context
  editIntentAt | index
  getIntentCount |
  getIntents |
  getPendingIntent | requestCode, flags
  getPendingIntent | requestCode, flags, options
  startActivities |
  startActivities | options
android.app.TimePickerDialog
 Methods: 6
  onClick | dialog, which
  onRestoreInstanceState | savedInstanceState
  onSaveInstanceState |
  onTimeChanged | view, hourOfDay, minute
  show |
  updateTime | hourOfDay, minuteOfHour
android.app.UiAutomation
 Methods: 27
  adoptShellPermissionIdentity |
  adoptShellPermissionIdentity | permissions
  clearWindowAnimationFrameStats |
  clearWindowContentFrameStats | windowId
  dropShellPermissionIdentity |
  executeAndWaitForEvent | command, filter, timeoutMillis
  executeShellCommand | command
  findFocus | focus
  getRootInActiveWindow |
  getServiceInfo |
  getWindowAnimationFrameStats |
  getWindowContentFrameStats | windowId
  getWindows |
  getWindowsOnAllDisplays |
  grantRuntimePermission | packageName, permission
  grantRuntimePermissionAsUser | packageName, permission, userHandle
  injectInputEvent | event, sync
  performGlobalAction | action
  revokeRuntimePermission | packageName, permission
  revokeRuntimePermissionAsUser | packageName, permission, userHandle
  setOnAccessibilityEventListener | listener
  setRotation | rotation
  setRunAsMonkey | enable
  setServiceInfo | info
  takeScreenshot |
  toString |
  waitForIdle | idleTimeoutMillis, globalTimeoutMillis
android.app.UiModeManager
 Methods: 9
  disableCarMode | flags
  enableCarMode | flags
  getCurrentModeType |
  getCustomNightModeEnd |
  getCustomNightModeStart |
  getNightMode |
  setCustomNightModeEnd | time
  setCustomNightModeStart | time
  setNightMode | mode
android.app.VoiceInteractor
 Methods: 9
  getActiveRequest | name
  getActiveRequests |
  isDestroyed |
  notifyDirectActionsChanged |
  registerOnDestroyedCallback | executor, callback
  submitRequest | request
  submitRequest | request, name
  supportsCommands | commands
  unregisterOnDestroyedCallback | callback
android.app.VoiceInteractor$AbortVoiceRequest
 Methods: 1
  onAbortResult | result
android.app.VoiceInteractor$CommandRequest
 Methods: 1
  onCommandResult | isCompleted, result
android.app.VoiceInteractor$CompleteVoiceRequest
 Methods: 1
  onCompleteResult | result
android.app.VoiceInteractor$ConfirmationRequest
 Methods: 1
  onConfirmationResult | confirmed, result
android.app.VoiceInteractor$PickOptionRequest
 Methods: 1
  onPickOptionResult | finished, selections, result
android.app.VoiceInteractor$PickOptionRequest$Option
 Methods: 9
  addSynonym | synonym
  countSynonyms |
  describeContents |
  getExtras |
  getIndex |
  getLabel |
  getSynonymAt | index
  setExtras | extras
  writeToParcel | dest, flags
android.app.VoiceInteractor$Prompt
 Methods: 6
  countVoicePrompts |
  describeContents |
  getVisualPrompt |
  getVoicePromptAt | index
  toString |
  writeToParcel | dest, flags
android.app.VoiceInteractor$Request
 Methods: 8
  cancel |
  getActivity |
  getContext |
  getName |
  onAttached | activity
  onCancel |
  onDetached |
  toString |
android.app.WallpaperColors
 Methods: 10
  describeContents |
  equals | o
  fromBitmap | bitmap
  fromDrawable | drawable
  getPrimaryColor |
  getSecondaryColor |
  getTertiaryColor |
  hashCode |
  toString |
  writeToParcel | dest, flags
android.app.WallpaperInfo
 Methods: 19
  describeContents |
  dump | pw, prefix
  getComponent |
  getPackageName |
  getServiceInfo |
  getServiceName |
  getSettingsActivity |
  getSettingsSliceUri |
  getShowMetadataInPreview |
  loadAuthor | pm
  loadContextDescription | pm
  loadContextUri | pm
  loadDescription | pm
  loadIcon | pm
  loadLabel | pm
  loadThumbnail | pm
  supportsMultipleDisplays |
  toString |
  writeToParcel | dest, flags
android.app.WallpaperManager
 Methods: 39
  addOnColorsChangedListener | listener, handler
  clear | which
  clear |
  clearWallpaper |
  clearWallpaperOffsets | windowToken
  forgetLoadedWallpaper |
  getBuiltInDrawable | outWidth, outHeight, scaleToFit, horizontalAlignment, verticalAlignment, which
  getBuiltInDrawable | which
  getBuiltInDrawable | outWidth, outHeight, scaleToFit, horizontalAlignment, verticalAlignment
  getBuiltInDrawable |
  getCropAndSetWallpaperIntent | imageUri
  getDesiredMinimumHeight |
  getDesiredMinimumWidth |
  getDrawable |
  getFastDrawable |
  getInstance | context
  getWallpaperColors | which
  getWallpaperFile | which
  getWallpaperId | which
  getWallpaperInfo |
  hasResourceWallpaper | resid
  isSetWallpaperAllowed |
  isWallpaperSupported |
  peekDrawable |
  peekFastDrawable |
  removeOnColorsChangedListener | callback
  sendWallpaperCommand | windowToken, action, x, y, z, extras
  setBitmap | fullImage, visibleCropHint, allowBackup, which
  setBitmap | bitmap
  setBitmap | fullImage, visibleCropHint, allowBackup
  setDisplayPadding | padding
  setResource | resid, which
  setResource | resid
  setStream | bitmapData
  setStream | bitmapData, visibleCropHint, allowBackup, which
  setStream | bitmapData, visibleCropHint, allowBackup
  setWallpaperOffsetSteps | xStep, yStep
  setWallpaperOffsets | windowToken, xOffset, yOffset
  suggestDesiredDimensions | minimumWidth, minimumHeight
android.app.AuthenticationRequiredException
 Methods: 3
  describeContents |
  getUserAction |
  writeToParcel | dest, flags
android.app.Fragment$InstantiationException
 Methods: 0
android.app.PendingIntent$CanceledException
 Methods: 0
android.app.RecoverableSecurityException
 Methods: 4
  describeContents |
  getUserAction |
  getUserMessage |
  writeToParcel | dest, flags
android.app.admin.DevicePolicyManager$OnClearApplicationUserDataListener
 Methods: 1
  onApplicationUserDataCleared | packageName, succeeded
android.app.admin.ConnectEvent
 Methods: 5
  describeContents |
  getInetAddress |
  getPort |
  toString |
  writeToParcel | out, flags
android.app.admin.DelegatedAdminReceiver
 Methods: 3
  onChoosePrivateKeyAlias | context, intent, uid, uri, alias
  onNetworkLogsAvailable | context, intent, batchToken, networkLogsCount
  onReceive | context, intent
android.app.admin.DeviceAdminInfo
 Methods: 15
  describeContents |
  dump | pw, prefix
  getActivityInfo |
  getComponent |
  getPackageName |
  getReceiverName |
  getTagForPolicy | policyIdent
  isVisible |
  loadDescription | pm
  loadIcon | pm
  loadLabel | pm
  supportsTransferOwnership |
  toString |
  usesPolicy | policyIdent
  writeToParcel | dest, flags
android.app.admin.DeviceAdminReceiver
 Methods: 32
  getManager | context
  getWho | context
  onBugreportFailed | context, intent, failureCode
  onBugreportShared | context, intent, bugreportHash
  onBugreportSharingDeclined | context, intent
  onChoosePrivateKeyAlias | context, intent, uid, uri, alias
  onDisableRequested | context, intent
  onDisabled | context, intent
  onEnabled | context, intent
  onLockTaskModeEntering | context, intent, pkg
  onLockTaskModeExiting | context, intent
  onNetworkLogsAvailable | context, intent, batchToken, networkLogsCount
  onPasswordChanged | context, intent, user
  onPasswordChanged | context, intent
  onPasswordExpiring | context, intent
  onPasswordExpiring | context, intent, user
  onPasswordFailed | context, intent, user
  onPasswordFailed | context, intent
  onPasswordSucceeded | context, intent
  onPasswordSucceeded | context, intent, user
  onProfileProvisioningComplete | context, intent
  onReadyForUserInitialization | context, intent
  onReceive | context, intent
  onSecurityLogsAvailable | context, intent
  onSystemUpdatePending | context, intent, receivedTime
  onTransferAffiliatedProfileOwnershipComplete | context, user
  onTransferOwnershipComplete | context, bundle
  onUserAdded | context, intent, addedUser
  onUserRemoved | context, intent, removedUser
  onUserStarted | context, intent, startedUser
  onUserStopped | context, intent, stoppedUser
  onUserSwitched | context, intent, switchedUser
android.app.admin.DeviceAdminService
 Methods: 1
  onBind | intent
android.app.admin.DevicePolicyKeyguardService
 Methods: 3
  dismiss |
  onBind | intent
  onSurfaceReady | hostInputToken
android.app.admin.DevicePolicyManager
 Methods: 234
  addCrossProfileIntentFilter | admin, filter, flags
  addCrossProfileWidgetProvider | admin, packageName
  addOverrideApn | admin, apnSetting
  addPersistentPreferredActivity | admin, filter, activity
  addUserRestriction | admin, key
  bindDeviceAdminServiceAsUser | admin, serviceIntent, conn, flags, targetUser
  clearApplicationUserData | admin, packageName, executor, listener
  clearCrossProfileIntentFilters | admin
  clearDeviceOwnerApp | packageName
  clearPackagePersistentPreferredActivities | admin, packageName
  clearProfileOwner | admin
  clearResetPasswordToken | admin
  clearUserRestriction | admin, key
  createAdminSupportIntent | restriction
  createAndManageUser | admin, name, profileOwner, adminExtras, flags
  enableSystemApp | admin, intent
  enableSystemApp | admin, packageName
  generateKeyPair | admin, algorithm, keySpec, idAttestationFlags
  getAccountTypesWithManagementDisabled |
  getActiveAdmins |
  getAffiliationIds | admin
  getAlwaysOnVpnLockdownWhitelist | admin
  getAlwaysOnVpnPackage | admin
  getApplicationRestrictions | admin, packageName
  getApplicationRestrictionsManagingPackage | admin
  getAutoTime | admin
  getAutoTimeRequired |
  getAutoTimeZone | admin
  getBindDeviceAdminTargetUsers | admin
  getBluetoothContactSharingDisabled | admin
  getCameraDisabled | admin
  getCertInstallerPackage | admin
  getCrossProfileCalendarPackages | admin
  getCrossProfileCallerIdDisabled | admin
  getCrossProfileContactsSearchDisabled | admin
  getCrossProfilePackages | admin
  getCrossProfileWidgetProviders | admin
  getCurrentFailedPasswordAttempts |
  getDelegatePackages | admin, delegationScope
  getDelegatedScopes | admin, delegatedPackage
  getDeviceOwnerLockScreenInfo |
  getEndUserSessionMessage | admin
  getFactoryResetProtectionPolicy | admin
  getGlobalPrivateDnsHost | admin
  getGlobalPrivateDnsMode | admin
  getInstalledCaCerts | admin
  getKeepUninstalledPackages | admin
  getKeyguardDisabledFeatures | admin
  getLockTaskFeatures | admin
  getLockTaskPackages | admin
  getLongSupportMessage | admin
  getMaximumFailedPasswordsForWipe | admin
  getMaximumTimeToLock | admin
  getMeteredDataDisabledPackages | admin
  getOrganizationColor | admin
  getOrganizationName | admin
  getOverrideApns | admin
  getParentProfileInstance | admin
  getPasswordComplexity |
  getPasswordExpiration | admin
  getPasswordExpirationTimeout | admin
  getPasswordHistoryLength | admin
  getPasswordMaximumLength | quality
  getPasswordMinimumLength | admin
  getPasswordMinimumLetters | admin
  getPasswordMinimumLowerCase | admin
  getPasswordMinimumNonLetter | admin
  getPasswordMinimumNumeric | admin
  getPasswordMinimumSymbols | admin
  getPasswordMinimumUpperCase | admin
  getPasswordQuality | admin
  getPendingSystemUpdate | admin
  getPermissionGrantState | admin, packageName, permission
  getPermissionPolicy | admin
  getPermittedAccessibilityServices | admin
  getPermittedCrossProfileNotificationListeners | admin
  getPermittedInputMethods | admin
  getProtectedPackages | admin
  getRequiredStrongAuthTimeout | admin
  getScreenCaptureDisabled | admin
  getSecondaryUsers | admin
  getShortSupportMessage | admin
  getStartUserSessionMessage | admin
  getStorageEncryption | admin
  getStorageEncryptionStatus |
  getSystemUpdatePolicy |
  getTransferOwnershipBundle |
  getTrustAgentConfiguration | admin, agent
  getUserRestrictions | admin
  getWifiMacAddress | admin
  grantKeyPairToApp | admin, alias, packageName
  hasCaCertInstalled | admin, certBuffer
  hasGrantedPolicy | admin, usesPolicy
  installCaCert | admin, certBuffer
  installExistingPackage | admin, packageName
  installKeyPair | admin, privKey, certs, alias, flags
  installKeyPair | admin, privKey, certs, alias, requestAccess
  installKeyPair | admin, privKey, cert, alias
  installSystemUpdate | admin, updateFilePath, executor, callback
  isActivePasswordSufficient |
  isAdminActive | admin
  isAffiliatedUser |
  isAlwaysOnVpnLockdownEnabled | admin
  isApplicationHidden | admin, packageName
  isBackupServiceEnabled | admin
  isCallerApplicationRestrictionsManagingPackage |
  isCommonCriteriaModeEnabled | admin
  isDeviceIdAttestationSupported |
  isDeviceOwnerApp | packageName
  isEphemeralUser | admin
  isLockTaskPermitted | pkg
  isLockdownAdminConfiguredNetworks | admin
  isLogoutEnabled |
  isManagedProfile | admin
  isMasterVolumeMuted | admin
  isNetworkLoggingEnabled | admin
  isOrganizationOwnedDeviceWithManagedProfile |
  isOverrideApnEnabled | admin
  isPackageSuspended | admin, packageName
  isProfileOwnerApp | packageName
  isProvisioningAllowed | action
  isResetPasswordTokenActive | admin
  isSecurityLoggingEnabled | admin
  isUninstallBlocked | admin, packageName
  isUniqueDeviceAttestationSupported |
  isUsingUnifiedPassword | admin
  lockNow |
  lockNow | flags
  logoutUser | admin
  reboot | admin
  removeActiveAdmin | admin
  removeCrossProfileWidgetProvider | admin, packageName
  removeKeyPair | admin, alias
  removeOverrideApn | admin, apnId
  removeUser | admin, userHandle
  requestBugreport | admin
  resetPassword | password, flags
  resetPasswordWithToken | admin, password, token, flags
  retrieveNetworkLogs | admin, batchToken
  retrievePreRebootSecurityLogs | admin
  retrieveSecurityLogs | admin
  revokeKeyPairFromApp | admin, alias, packageName
  setAccountManagementDisabled | admin, accountType, disabled
  setAffiliationIds | admin, ids
  setAlwaysOnVpnPackage | admin, vpnPackage, lockdownEnabled
  setAlwaysOnVpnPackage | admin, vpnPackage, lockdownEnabled, lockdownWhitelist
  setApplicationHidden | admin, packageName, hidden
  setApplicationRestrictions | admin, packageName, settings
  setApplicationRestrictionsManagingPackage | admin, packageName
  setAutoTime | admin, enabled
  setAutoTimeRequired | admin, required
  setAutoTimeZone | admin, enabled
  setBackupServiceEnabled | admin, enabled
  setBluetoothContactSharingDisabled | admin, disabled
  setCameraDisabled | admin, disabled
  setCertInstallerPackage | admin, installerPackage
  setCommonCriteriaModeEnabled | admin, enabled
  setCrossProfileCalendarPackages | admin, packageNames
  setCrossProfileCallerIdDisabled | admin, disabled
  setCrossProfileContactsSearchDisabled | admin, disabled
  setCrossProfilePackages | admin, packageNames
  setDefaultSmsApplication | admin, packageName
  setDelegatedScopes | admin, delegatePackage, scopes
  setDeviceOwnerLockScreenInfo | admin, info
  setEndUserSessionMessage | admin, endUserSessionMessage
  setFactoryResetProtectionPolicy | admin, policy
  setGlobalPrivateDnsModeOpportunistic | admin
  setGlobalPrivateDnsModeSpecifiedHost | admin, privateDnsHost
  setGlobalSetting | admin, setting, value
  setKeepUninstalledPackages | admin, packageNames
  setKeyPairCertificate | admin, alias, certs, isUserSelectable
  setKeyguardDisabled | admin, disabled
  setKeyguardDisabledFeatures | admin, which
  setLocationEnabled | admin, locationEnabled
  setLockTaskFeatures | admin, flags
  setLockTaskPackages | admin, packages
  setLockdownAdminConfiguredNetworks | admin, lockdown
  setLogoutEnabled | admin, enabled
  setLongSupportMessage | admin, message
  setMasterVolumeMuted | admin, on
  setMaximumFailedPasswordsForWipe | admin, num
  setMaximumTimeToLock | admin, timeMs
  setMeteredDataDisabledPackages | admin, packageNames
  setNetworkLoggingEnabled | admin, enabled
  setOrganizationColor | admin, color
  setOrganizationName | admin, title
  setOverrideApnsEnabled | admin, enabled
  setPackagesSuspended | admin, packageNames, suspended
  setPasswordExpirationTimeout | admin, timeout
  setPasswordHistoryLength | admin, length
  setPasswordMinimumLength | admin, length
  setPasswordMinimumLetters | admin, length
  setPasswordMinimumLowerCase | admin, length
  setPasswordMinimumNonLetter | admin, length
  setPasswordMinimumNumeric | admin, length
  setPasswordMinimumSymbols | admin, length
  setPasswordMinimumUpperCase | admin, length
  setPasswordQuality | admin, quality
  setPermissionGrantState | admin, packageName, permission, grantState
  setPermissionPolicy | admin, policy
  setPermittedAccessibilityServices | admin, packageNames
  setPermittedCrossProfileNotificationListeners | admin, packageList
  setPermittedInputMethods | admin, packageNames
  setProfileEnabled | admin
  setProfileName | admin, profileName
  setProtectedPackages | admin, packages
  setRecommendedGlobalProxy | admin, proxyInfo
  setRequiredStrongAuthTimeout | admin, timeoutMs
  setResetPasswordToken | admin, token
  setRestrictionsProvider | admin, provider
  setScreenCaptureDisabled | admin, disabled
  setSecondaryLockscreenEnabled | admin, enabled
  setSecureSetting | admin, setting, value
  setSecurityLoggingEnabled | admin, enabled
  setShortSupportMessage | admin, message
  setStartUserSessionMessage | admin, startUserSessionMessage
  setStatusBarDisabled | admin, disabled
  setStorageEncryption | admin, encrypt
  setSystemSetting | admin, setting, value
  setSystemUpdatePolicy | admin, policy
  setTime | admin, millis
  setTimeZone | admin, timeZone
  setTrustAgentConfiguration | admin, target, configuration
  setUninstallBlocked | admin, packageName, uninstallBlocked
  setUserIcon | admin, icon
  startUserInBackground | admin, userHandle
  stopUser | admin, userHandle
  switchUser | admin, userHandle
  transferOwnership | admin, target, bundle
  uninstallAllUserCaCerts | admin
  uninstallCaCert | admin, certBuffer
  updateOverrideApn | admin, apnId, apnSetting
  wipeData | flags, reason
  wipeData | flags
android.app.admin.DevicePolicyManager$InstallSystemUpdateCallback
 Methods: 1
  onInstallUpdateError | errorCode, errorMessage
android.app.admin.DnsEvent
 Methods: 6
  describeContents |
  getHostname |
  getInetAddresses |
  getTotalResolvedAddressCount |
  toString |
  writeToParcel | out, flags
android.app.admin.FactoryResetProtectionPolicy
 Methods: 5
  describeContents |
  getFactoryResetProtectionAccounts |
  isFactoryResetProtectionDisabled |
  toString |
  writeToParcel | dest, flags
android.app.admin.FactoryResetProtectionPolicy$Builder
 Methods: 3
  build |
  setFactoryResetProtectionAccounts | factoryResetProtectionAccounts
  setFactoryResetProtectionDisabled | factoryResetProtectionDisabled
android.app.admin.FreezePeriod
 Methods: 3
  getEnd |
  getStart |
  toString |
android.app.admin.NetworkEvent
 Methods: 5
  describeContents |
  getId |
  getPackageName |
  getTimestamp |
  writeToParcel | out, flags
android.app.admin.SecurityLog
 Methods: 0
android.app.admin.SecurityLog$SecurityEvent
 Methods: 7
  describeContents |
  getData |
  getId |
  getLogLevel |
  getTag |
  getTimeNanos |
  writeToParcel | dest, flags
android.app.admin.SystemUpdateInfo
 Methods: 7
  describeContents |
  equals | o
  getReceivedTime |
  getSecurityPatchState |
  hashCode |
  toString |
  writeToParcel | dest, flags
android.app.admin.SystemUpdatePolicy
 Methods: 11
  createAutomaticInstallPolicy |
  createPostponeInstallPolicy |
  createWindowedInstallPolicy | startTime, endTime
  describeContents |
  getFreezePeriods |
  getInstallWindowEnd |
  getInstallWindowStart |
  getPolicyType |
  setFreezePeriods | freezePeriods
  toString |
  writeToParcel | dest, flags
android.app.admin.SystemUpdatePolicy$ValidationFailedException
 Methods: 3
  describeContents |
  getErrorCode |
  writeToParcel | dest, flags
android.app.assist.AssistContent
 Methods: 13
  describeContents |
  getClipData |
  getExtras |
  getIntent |
  getStructuredData |
  getWebUri |
  isAppProvidedIntent |
  isAppProvidedWebUri |
  setClipData | clip
  setIntent | intent
  setStructuredData | structuredData
  setWebUri | uri
  writeToParcel | dest, flags
android.app.assist.AssistStructure
 Methods: 8
  describeContents |
  getAcquisitionEndTime |
  getAcquisitionStartTime |
  getActivityComponent |
  getWindowNodeAt | index
  getWindowNodeCount |
  isHomeActivity |
  writeToParcel | out, flags
android.app.assist.AssistStructure$ViewNode
 Methods: 58
  getAlpha |
  getAutofillHints |
  getAutofillId |
  getAutofillOptions |
  getAutofillType |
  getAutofillValue |
  getChildAt | index
  getChildCount |
  getClassName |
  getContentDescription |
  getElevation |
  getExtras |
  getHeight |
  getHint |
  getHintIdEntry |
  getHtmlInfo |
  getId |
  getIdEntry |
  getIdPackage |
  getIdType |
  getImportantForAutofill |
  getInputType |
  getLeft |
  getLocaleList |
  getMaxTextEms |
  getMaxTextLength |
  getMinTextEms |
  getScrollX |
  getScrollY |
  getText |
  getTextBackgroundColor |
  getTextColor |
  getTextIdEntry |
  getTextLineBaselines |
  getTextLineCharOffsets |
  getTextSelectionEnd |
  getTextSelectionStart |
  getTextSize |
  getTextStyle |
  getTop |
  getTransformation |
  getVisibility |
  getWebDomain |
  getWebScheme |
  getWidth |
  isAccessibilityFocused |
  isActivated |
  isAssistBlocked |
  isCheckable |
  isChecked |
  isClickable |
  isContextClickable |
  isEnabled |
  isFocusable |
  isFocused |
  isLongClickable |
  isOpaque |
  isSelected |
android.app.assist.AssistStructure$WindowNode
 Methods: 7
  getDisplayId |
  getHeight |
  getLeft |
  getRootViewNode |
  getTitle |
  getTop |
  getWidth |
android.app.backup.BackupHelper
 Methods: 3
  performBackup | oldState, data, newState
  restoreEntity | data
  writeNewStateDescription | newState
android.app.backup.BackupAgent
 Methods: 10
  fullBackupFile | file, output
  onBackup | oldState, data, newState
  onCreate |
  onDestroy |
  onFullBackup | data
  onQuotaExceeded | backupDataBytes, quotaBytes
  onRestore | data, appVersionCode, newState
  onRestore | data, appVersionCode, newState
  onRestoreFile | data, size, destination, type, mode, mtime
  onRestoreFinished |
android.app.backup.BackupAgentHelper
 Methods: 3
  addHelper | keyPrefix, helper
  onBackup | oldState, data, newState
  onRestore | data, appVersionCode, newState
android.app.backup.BackupDataInput
 Methods: 5
  getDataSize |
  getKey |
  readEntityData | data, offset, size
  readNextHeader |
  skipEntityData |
android.app.backup.BackupDataInputStream
 Methods: 5
  getKey |
  read |
  read | b, offset, size
  read | b
  size |
android.app.backup.BackupDataOutput
 Methods: 4
  getQuota |
  getTransportFlags |
  writeEntityData | data, size
  writeEntityHeader | key, dataSize
android.app.backup.BackupManager
 Methods: 4
  dataChanged |
  dataChanged | packageName
  getUserForAncestralSerialNumber | ancestralSerialNumber
  requestRestore | observer
android.app.backup.FileBackupHelper
 Methods: 3
  performBackup | oldState, data, newState
  restoreEntity | data
  writeNewStateDescription | fd
android.app.backup.FullBackupDataOutput
 Methods: 2
  getQuota |
  getTransportFlags |
android.app.backup.RestoreObserver
 Methods: 3
  onUpdate | nowBeingRestored, currentPackage
  restoreFinished | error
  restoreStarting | numPackages
android.app.backup.SharedPreferencesBackupHelper
 Methods: 3
  performBackup | oldState, data, newState
  restoreEntity | data
  writeNewStateDescription | fd
android.app.blob.BlobHandle
 Methods: 9
  createWithSha256 | digest, label, expiryTimeMillis, tag
  describeContents |
  equals | obj
  getExpiryTimeMillis |
  getLabel |
  getSha256Digest |
  getTag |
  hashCode |
  writeToParcel | dest, flags
android.app.blob.BlobStoreManager
 Methods: 7
  acquireLease | blobHandle, descriptionResId, leaseExpiryTimeMillis
  acquireLease | blobHandle, descriptionResId
  createSession | blobHandle
  deleteSession | sessionId
  openBlob | blobHandle
  openSession | sessionId
  releaseLease | blobHandle
android.app.blob.BlobStoreManager$Session
 Methods: 11
  abandon |
  allowPackageAccess | packageName, certificate
  allowPublicAccess |
  allowSameSignatureAccess |
  close |
  commit | executor, resultCallback
  getSize |
  isPackageAccessAllowed | packageName, certificate
  isPublicAccessAllowed |
  isSameSignatureAccessAllowed |
  openWrite | offsetBytes, lengthBytes
android.app.job.JobInfo
 Methods: 34
  describeContents |
  equals | o
  getBackoffPolicy |
  getClipData |
  getClipGrantFlags |
  getEstimatedNetworkDownloadBytes |
  getEstimatedNetworkUploadBytes |
  getExtras |
  getFlexMillis |
  getId |
  getInitialBackoffMillis |
  getIntervalMillis |
  getMaxExecutionDelayMillis |
  getMinFlexMillis |
  getMinLatencyMillis |
  getMinPeriodMillis |
  getNetworkType |
  getRequiredNetwork |
  getService |
  getTransientExtras |
  getTriggerContentMaxDelay |
  getTriggerContentUpdateDelay |
  getTriggerContentUris |
  hashCode |
  isImportantWhileForeground |
  isPeriodic |
  isPersisted |
  isPrefetch |
  isRequireBatteryNotLow |
  isRequireCharging |
  isRequireDeviceIdle |
  isRequireStorageNotLow |
  toString |
  writeToParcel | out, flags
android.app.job.JobInfo$Builder
 Methods: 22
  addTriggerContentUri | uri
  build |
  setBackoffCriteria | initialBackoffMillis, backoffPolicy
  setClipData | clip, grantFlags
  setEstimatedNetworkBytes | downloadBytes, uploadBytes
  setExtras | extras
  setImportantWhileForeground | importantWhileForeground
  setMinimumLatency | minLatencyMillis
  setOverrideDeadline | maxExecutionDelayMillis
  setPeriodic | intervalMillis
  setPeriodic | intervalMillis, flexMillis
  setPersisted | isPersisted
  setPrefetch | prefetch
  setRequiredNetwork | networkRequest
  setRequiredNetworkType | networkType
  setRequiresBatteryNotLow | batteryNotLow
  setRequiresCharging | requiresCharging
  setRequiresDeviceIdle | requiresDeviceIdle
  setRequiresStorageNotLow | storageNotLow
  setTransientExtras | extras
  setTriggerContentMaxDelay | durationMs
  setTriggerContentUpdateDelay | durationMs
android.app.job.JobInfo$TriggerContentUri
 Methods: 6
  describeContents |
  equals | o
  getFlags |
  getUri |
  hashCode |
  writeToParcel | out, flags
android.app.job.JobParameters
 Methods: 13
  completeWork | work
  dequeueWork |
  describeContents |
  getClipData |
  getClipGrantFlags |
  getExtras |
  getJobId |
  getNetwork |
  getTransientExtras |
  getTriggeredContentAuthorities |
  getTriggeredContentUris |
  isOverrideDeadlineExpired |
  writeToParcel | dest, flags
android.app.job.JobScheduler
 Methods: 6
  cancel | jobId
  cancelAll |
  enqueue | job, work
  getAllPendingJobs |
  getPendingJob | jobId
  schedule | job
android.app.job.JobService
 Methods: 3
  jobFinished | params, wantsReschedule
  onStartJob | params
  onStopJob | params
android.app.job.JobServiceEngine
 Methods: 4
  getBinder |
  jobFinished | params, needsReschedule
  onStartJob | params
  onStopJob | params
android.app.job.JobWorkItem
 Methods: 7
  describeContents |
  getDeliveryCount |
  getEstimatedNetworkDownloadBytes |
  getEstimatedNetworkUploadBytes |
  getIntent |
  toString |
  writeToParcel | out, flags
android.app.role.RoleManager
 Methods: 3
  createRequestRoleIntent | roleName
  isRoleAvailable | roleName
  isRoleHeld | roleName
android.app.slice.Slice
 Methods: 7
  describeContents | 
  getHints | 
  getItems | 
  getSpec | 
  getUri | 
  isCallerNeeded | 
  writeToParcel | dest, flags
android.app.slice.Slice$Builder
 Methods: 11
  addAction | action, s, subType
  addBundle | bundle, subType, hints
  addHints | hints
  addIcon | icon, subType, hints
  addInt | value, subType, hints
  addLong | value, subType, hints
  addRemoteInput | remoteInput, subType, hints
  addSubSlice | slice, subType
  addText | text, subType, hints
  build | 
  setCallerNeeded | callerNeeded
android.app.slice.SliceItem
 Methods: 14
  describeContents | 
  getAction | 
  getBundle | 
  getFormat | 
  getHints | 
  getIcon | 
  getInt | 
  getLong | 
  getRemoteInput | 
  getSlice | 
  getSubType | 
  getText | 
  hasHint | hint
  writeToParcel | dest, flags
android.app.slice.SliceManager
 Methods: 11
  bindSlice | uri, supportedSpecs
  bindSlice | intent, supportedSpecs
  checkSlicePermission | uri, pid, uid
  getPinnedSlices | 
  getPinnedSpecs | uri
  getSliceDescendants | uri
  grantSlicePermission | toPackage, uri
  mapIntentToUri | intent
  pinSlice | uri, specs
  revokeSlicePermission | toPackage, uri
  unpinSlice | uri
android.app.slice.SliceMetrics
 Methods: 3
  logHidden | 
  logTouch | actionType, subSlice
  logVisible | 
android.app.slice.SliceProvider
 Methods: 15
  attachInfo | context, info
  call | method, arg, extras
  delete | uri, selection, selectionArgs
  getType | uri
  insert | uri, values
  onBindSlice | sliceUri, supportedSpecs
  onCreatePermissionRequest | sliceUri
  onGetSliceDescendants | uri
  onMapIntentToUri | intent
  onSlicePinned | sliceUri
  onSliceUnpinned | sliceUri
  query | uri, projection, queryArgs, cancellationSignal
  query | uri, projection, selection, selectionArgs, sortOrder
  query | uri, projection, selection, selectionArgs, sortOrder, cancellationSignal
  update | uri, values, selection, selectionArgs
android.app.slice.SliceSpec
 Methods: 7
  canRender | candidate
  describeContents | 
  equals | obj
  getRevision | 
  getType | 
  toString | 
  writeToParcel | dest, flags
android.app.usage.ConfigurationStats
 Methods: 8
  describeContents | 
  getActivationCount | 
  getConfiguration | 
  getFirstTimeStamp | 
  getLastTimeActive | 
  getLastTimeStamp | 
  getTotalTimeActive | 
  writeToParcel | dest, flags
android.app.usage.EventStats
 Methods: 9
  add | right
  describeContents | 
  getCount | 
  getEventType | 
  getFirstTimeStamp | 
  getLastEventTime | 
  getLastTimeStamp | 
  getTotalTime | 
  writeToParcel | dest, flags
android.app.usage.ExternalStorageStats
 Methods: 7
  describeContents | 
  getAppBytes | 
  getAudioBytes | 
  getImageBytes | 
  getTotalBytes | 
  getVideoBytes | 
  writeToParcel | dest, flags
android.app.usage.NetworkStats
 Methods: 3
  close | 
  getNextBucket | bucketOut
  hasNextBucket | 
android.app.usage.NetworkStats$Bucket
 Methods: 12
  getDefaultNetworkStatus | 
  getEndTimeStamp | 
  getMetered | 
  getRoaming | 
  getRxBytes | 
  getRxPackets | 
  getStartTimeStamp | 
  getState | 
  getTag | 
  getTxBytes | 
  getTxPackets | 
  getUid | 
android.app.usage.NetworkStatsManager
 Methods: 10
  queryDetails | networkType, subscriberId, startTime, endTime
  queryDetailsForUid | networkType, subscriberId, startTime, endTime, uid
  queryDetailsForUidTag | networkType, subscriberId, startTime, endTime, uid, tag
  queryDetailsForUidTagState | networkType, subscriberId, startTime, endTime, uid, tag, state
  querySummary | networkType, subscriberId, startTime, endTime
  querySummaryForDevice | networkType, subscriberId, startTime, endTime
  querySummaryForUser | networkType, subscriberId, startTime, endTime
  registerUsageCallback | networkType, subscriberId, thresholdBytes, callback, handler
  registerUsageCallback | networkType, subscriberId, thresholdBytes, callback
  unregisterUsageCallback | callback
android.app.usage.NetworkStatsManager$UsageCallback
 Methods: 1
  onThresholdReached | networkType, subscriberId
android.app.usage.StorageStats
 Methods: 5
  describeContents | 
  getAppBytes | 
  getCacheBytes | 
  getDataBytes | 
  writeToParcel | dest, flags
android.app.usage.StorageStatsManager
 Methods: 6
  getFreeBytes | storageUuid
  getTotalBytes | storageUuid
  queryExternalStatsForUser | storageUuid, user
  queryStatsForPackage | storageUuid, packageName, user
  queryStatsForUid | storageUuid, uid
  queryStatsForUser | storageUuid, user
android.app.usage.UsageEvents
 Methods: 4
  describeContents | 
  getNextEvent | eventOut
  hasNextEvent | 
  writeToParcel | dest, flags
android.app.usage.UsageEvents$Event
 Methods: 7
  getAppStandbyBucket | 
  getClassName | 
  getConfiguration | 
  getEventType | 
  getPackageName | 
  getShortcutId | 
  getTimeStamp | 
android.app.usage.UsageStats
 Methods: 12
  add | right
  describeContents | 
  getFirstTimeStamp | 
  getLastTimeForegroundServiceUsed | 
  getLastTimeStamp | 
  getLastTimeUsed | 
  getLastTimeVisible | 
  getPackageName | 
  getTotalTimeForegroundServiceUsed | 
  getTotalTimeInForeground | 
  getTotalTimeVisible | 
  writeToParcel | dest, flags
android.app.usage.UsageStatsManager
 Methods: 8
  getAppStandbyBucket | 
  isAppInactive | packageName
  queryAndAggregateUsageStats | beginTime, endTime
  queryConfigurations | intervalType, beginTime, endTime
  queryEventStats | intervalType, beginTime, endTime
  queryEvents | beginTime, endTime
  queryEventsForSelf | beginTime, endTime
  queryUsageStats | intervalType, beginTime, endTime
android.appwidget.AppWidgetHost
 Methods: 9
  allocateAppWidgetId | 
  createView | context, appWidgetId, appWidget
  deleteAllHosts | 
  deleteAppWidgetId | appWidgetId
  deleteHost | 
  getAppWidgetIds | 
  startAppWidgetConfigureActivityForResult | activity, appWidgetId, intentFlags, requestCode, options
  startListening | 
  stopListening | 
android.appwidget.AppWidgetHostView
 Methods: 10
  generateLayoutParams | attrs
  getAppWidgetId | 
  getAppWidgetInfo | 
  getDefaultPaddingForWidget | context, component, padding
  setAppWidget | appWidgetId, info
  setExecutor | executor
  setOnLightBackground | onLightBackground
  updateAppWidget | remoteViews
  updateAppWidgetOptions | options
  updateAppWidgetSize | newOptions, minWidth, minHeight, maxWidth, maxHeight
android.appwidget.AppWidgetManager
 Methods: 21
  bindAppWidgetIdIfAllowed | appWidgetId, provider
  bindAppWidgetIdIfAllowed | appWidgetId, user, provider, options
  bindAppWidgetIdIfAllowed | appWidgetId, provider, options
  getAppWidgetIds | provider
  getAppWidgetInfo | appWidgetId
  getAppWidgetOptions | appWidgetId
  getInstalledProviders | 
  getInstalledProvidersForPackage | packageName, profile
  getInstalledProvidersForProfile | profile
  getInstance | context
  isRequestPinAppWidgetSupported | 
  notifyAppWidgetViewDataChanged | appWidgetId, viewId
  notifyAppWidgetViewDataChanged | appWidgetIds, viewId
  partiallyUpdateAppWidget | appWidgetId, views
  partiallyUpdateAppWidget | appWidgetIds, views
  requestPinAppWidget | provider, extras, successCallback
  updateAppWidget | provider, views
  updateAppWidget | appWidgetIds, views
  updateAppWidget | appWidgetId, views
  updateAppWidgetOptions | appWidgetId, options
  updateAppWidgetProviderInfo | provider, metaDataKey
android.appwidget.AppWidgetProvider
 Methods: 7
  onAppWidgetOptionsChanged | context, appWidgetManager, appWidgetId, newOptions
  onDeleted | context, appWidgetIds
  onDisabled | context
  onEnabled | context
  onReceive | context, intent
  onRestored | context, oldWidgetIds, newWidgetIds
  onUpdate | context, appWidgetManager, appWidgetIds
android.appwidget.AppWidgetProviderInfo
 Methods: 8
  clone | 
  describeContents | 
  getProfile | 
  loadIcon | context, density
  loadLabel | packageManager
  loadPreviewImage | context, density
  toString | 
  writeToParcel | out, flags
android.bluetooth.BluetoothAdapter$LeScanCallback
 Methods: 1
  onLeScan | device, rssi, scanRecord
android.bluetooth.BluetoothProfile
 Methods: 3
  getConnectedDevices | 
  getConnectionState | device
  getDevicesMatchingConnectionStates | states
android.bluetooth.BluetoothProfile$ServiceListener
 Methods: 2
  onServiceConnected | profile, proxy
  onServiceDisconnected | profile
android.bluetooth.BluetoothA2dp
 Methods: 5
  finalize | 
  getConnectedDevices | 
  getConnectionState | device
  getDevicesMatchingConnectionStates | states
  isA2dpPlaying | device
android.bluetooth.BluetoothAdapter
 Methods: 36
  cancelDiscovery | 
  checkBluetoothAddress | address
  closeProfileProxy | profile, proxy
  disable | 
  enable | 
  getAddress | 
  getBluetoothLeAdvertiser | 
  getBluetoothLeScanner | 
  getBondedDevices | 
  getDefaultAdapter | 
  getLeMaximumAdvertisingDataLength | 
  getName | 
  getProfileConnectionState | profile
  getProfileProxy | context, listener, profile
  getRemoteDevice | address
  getRemoteDevice | address
  getScanMode | 
  getState | 
  isDiscovering | 
  isEnabled | 
  isLe2MPhySupported | 
  isLeCodedPhySupported | 
  isLeExtendedAdvertisingSupported | 
  isLePeriodicAdvertisingSupported | 
  isMultipleAdvertisementSupported | 
  isOffloadedFilteringSupported | 
  isOffloadedScanBatchingSupported | 
  listenUsingInsecureL2capChannel | 
  listenUsingInsecureRfcommWithServiceRecord | name, uuid
  listenUsingL2capChannel | 
  listenUsingRfcommWithServiceRecord | name, uuid
  setName | name
  startDiscovery | 
  startLeScan | serviceUuids, callback
  startLeScan | callback
  stopLeScan | callback
android.bluetooth.BluetoothAssignedNumbers
 Methods: 0
android.bluetooth.BluetoothClass
 Methods: 8
  describeContents | 
  equals | o
  getDeviceClass | 
  getMajorDeviceClass | 
  hasService | service
  hashCode | 
  toString | 
  writeToParcel | out, flags
android.bluetooth.BluetoothClass$Device
 Methods: 0
android.bluetooth.BluetoothClass$Device$Major
 Methods: 0
android.bluetooth.BluetoothClass$Service
 Methods: 0
android.bluetooth.BluetoothDevice
 Methods: 23
  connectGatt | context, autoConnect, callback
  connectGatt | context, autoConnect, callback, transport, phy, handler
  connectGatt | context, autoConnect, callback, transport, phy
  connectGatt | context, autoConnect, callback, transport
  createBond | 
  createInsecureL2capChannel | psm
  createInsecureRfcommSocketToServiceRecord | uuid
  createL2capChannel | psm
  createRfcommSocketToServiceRecord | uuid
  describeContents | 
  equals | o
  fetchUuidsWithSdp | 
  getAddress | 
  getBluetoothClass | 
  getBondState | 
  getName | 
  getType | 
  getUuids | 
  hashCode | 
  setPairingConfirmation | confirm
  setPin | pin
  toString | 
  writeToParcel | out, flags
android.bluetooth.BluetoothGatt
 Methods: 24
  abortReliableWrite | mDevice
  abortReliableWrite | 
  beginReliableWrite | 
  close | 
  connect | 
  disconnect | 
  discoverServices | 
  executeReliableWrite | 
  getConnectedDevices | 
  getConnectionState | device
  getDevice | 
  getDevicesMatchingConnectionStates | states
  getService | uuid
  getServices | 
  readCharacteristic | characteristic
  readDescriptor | descriptor
  readPhy | 
  readRemoteRssi | 
  requestConnectionPriority | connectionPriority
  requestMtu | mtu
  setCharacteristicNotification | characteristic, enable
  setPreferredPhy | txPhy, rxPhy, phyOptions
  writeCharacteristic | characteristic
  writeDescriptor | descriptor
android.bluetooth.BluetoothGattCallback
 Methods: 12
  onCharacteristicChanged | gatt, characteristic
  onCharacteristicRead | gatt, characteristic, status
  onCharacteristicWrite | gatt, characteristic, status
  onConnectionStateChange | gatt, status, newState
  onDescriptorRead | gatt, descriptor, status
  onDescriptorWrite | gatt, descriptor, status
  onMtuChanged | gatt, mtu, status
  onPhyRead | gatt, txPhy, rxPhy, status
  onPhyUpdate | gatt, txPhy, rxPhy, status
  onReadRemoteRssi | gatt, rssi, status
  onReliableWriteCompleted | gatt, status
  onServicesDiscovered | gatt, status
android.bluetooth.BluetoothGattCharacteristic
 Methods: 20
  addDescriptor | descriptor
  describeContents | 
  getDescriptor | uuid
  getDescriptors | 
  getFloatValue | formatType, offset
  getInstanceId | 
  getIntValue | formatType, offset
  getPermissions | 
  getProperties | 
  getService | 
  getStringValue | offset
  getUuid | 
  getValue | 
  getWriteType | 
  setValue | value
  setValue | value, formatType, offset
  setValue | value
  setValue | mantissa, exponent, formatType, offset
  setWriteType | writeType
  writeToParcel | out, flags
android.bluetooth.BluetoothGattDescriptor
 Methods: 7
  describeContents | 
  getCharacteristic | 
  getPermissions | 
  getUuid | 
  getValue | 
  setValue | value
  writeToParcel | out, flags
android.bluetooth.BluetoothGattServer
 Methods: 15
  addService | service
  cancelConnection | device
  clearServices | 
  close | 
  connect | device, autoConnect
  getConnectedDevices | 
  getConnectionState | device
  getDevicesMatchingConnectionStates | states
  getService | uuid
  getServices | 
  notifyCharacteristicChanged | device, characteristic, confirm
  readPhy | device
  removeService | service
  sendResponse | device, requestId, status, offset, value
  setPreferredPhy | device, txPhy, rxPhy, phyOptions
android.bluetooth.BluetoothGattServerCallback
 Methods: 11
  onCharacteristicReadRequest | device, requestId, offset, characteristic
  onCharacteristicWriteRequest | device, requestId, characteristic, preparedWrite, responseNeeded, offset, value
  onConnectionStateChange | device, status, newState
  onDescriptorReadRequest | device, requestId, offset, descriptor
  onDescriptorWriteRequest | device, requestId, descriptor, preparedWrite, responseNeeded, offset, value
  onExecuteWrite | device, requestId, execute
  onMtuChanged | device, mtu
  onNotificationSent | device, status
  onPhyRead | device, txPhy, rxPhy, status
  onPhyUpdate | device, txPhy, rxPhy, status
  onServiceAdded | status, service
android.bluetooth.BluetoothGattService
 Methods: 9
  addCharacteristic | characteristic
  addService | service
  getCharacteristic | uuid
  getCharacteristics | 
  getIncludedServices | 
  getInstanceId | 
  getType | 
  getUuid | 
  writeToParcel | out, flags
android.bluetooth.BluetoothHeadset
 Methods: 7
  getConnectedDevices | 
  getConnectionState | device
  getDevicesMatchingConnectionStates | states
  isAudioConnected | device
  sendVendorSpecificResultCode | device, command, arg
  startVoiceRecognition | device
  stopVoiceRecognition | device
android.bluetooth.BluetoothHealth
 Methods: 8
  connectChannelToSource | device, config
  disconnectChannel | device, config, channelId
  getConnectedDevices | 
  getConnectionState | device
  getDevicesMatchingConnectionStates | states
  getMainChannelFd | device, config
  registerSinkAppConfiguration | name, dataType, callback
  unregisterAppConfiguration | config
android.bluetooth.BluetoothHealthAppConfiguration
 Methods: 5
  describeContents | 
  getDataType | 
  getName | 
  getRole | 
  writeToParcel | out, flags
android.bluetooth.BluetoothHealthCallback
 Methods: 2
  onHealthAppConfigurationStatusChange | config, status
  onHealthChannelStateChange | config, device, prevState, newState, fd, channelId
android.bluetooth.BluetoothHearingAid
 Methods: 3
  getConnectedDevices | 
  getConnectionState | device
  getDevicesMatchingConnectionStates | states
android.bluetooth.BluetoothHidDevice
 Methods: 10
  connect | device
  disconnect | device
  getConnectedDevices | 
  getConnectionState | device
  getDevicesMatchingConnectionStates | states
  registerApp | sdp, inQos, outQos, executor, callback
  replyReport | device, type, id, data
  reportError | device, error
  sendReport | device, id, data
  unregisterApp | 
android.bluetooth.BluetoothHidDevice$Callback
 Methods: 7
  onAppStatusChanged | pluggedDevice, registered
  onConnectionStateChanged | device, state
  onGetReport | device, type, id, bufferSize
  onInterruptData | device, reportId, data
  onSetProtocol | device, protocol
  onSetReport | device, type, id, data
  onVirtualCableUnplug | device
android.bluetooth.BluetoothHidDeviceAppQosSettings
 Methods: 8
  describeContents | 
  getDelayVariation | 
  getLatency | 
  getPeakBandwidth | 
  getServiceType | 
  getTokenBucketSize | 
  getTokenRate | 
  writeToParcel | out, flags
android.bluetooth.BluetoothHidDeviceAppSdpSettings
 Methods: 7
  describeContents | 
  getDescription | 
  getDescriptors | 
  getName | 
  getProvider | 
  getSubclass | 
  writeToParcel | out, flags
android.bluetooth.BluetoothManager
 Methods: 5
  getAdapter | 
  getConnectedDevices | profile
  getConnectionState | device, profile
  getDevicesMatchingConnectionStates | profile, states
  openGattServer | context, callback
android.bluetooth.BluetoothServerSocket
 Methods: 5
  accept | 
  accept | timeout
  close | 
  getPsm | 
  toString | 
android.bluetooth.BluetoothSocket
 Methods: 9
  close | 
  connect | 
  getConnectionType | 
  getInputStream | 
  getMaxReceivePacketSize | 
  getMaxTransmitPacketSize | 
  getOutputStream | 
  getRemoteDevice | 
  isConnected | 
android.bluetooth.le.AdvertiseCallback
 Methods: 2
  onStartFailure | errorCode
  onStartSuccess | settingsInEffect
android.bluetooth.le.AdvertiseData
 Methods: 8
  describeContents | 
  getIncludeDeviceName | 
  getIncludeTxPowerLevel | 
  getManufacturerSpecificData | 
  getServiceData | 
  getServiceUuids | 
  toString | 
  writeToParcel | dest, flags
android.bluetooth.le.AdvertiseData$Builder
 Methods: 6
  addManufacturerData | manufacturerId, manufacturerSpecificData
  addServiceData | serviceDataUuid, serviceData
  addServiceUuid | serviceUuid
  build | 
  setIncludeDeviceName | includeDeviceName
  setIncludeTxPowerLevel | includeTxPowerLevel
android.bluetooth.le.AdvertiseSettings
 Methods: 7
  describeContents | 
  getMode | 
  getTimeout | 
  getTxPowerLevel | 
  isConnectable | 
  toString | 
  writeToParcel | dest, flags
android.bluetooth.le.AdvertiseSettings$Builder
 Methods: 5
  build | 
  setAdvertiseMode | advertiseMode
  setConnectable | connectable
  setTimeout | timeoutMillis
  setTxPowerLevel | txPowerLevel
android.bluetooth.le.AdvertisingSet
 Methods: 7
  enableAdvertising | enable, duration, maxExtendedAdvertisingEvents
  setAdvertisingData | advertiseData
  setAdvertisingParameters | parameters
  setPeriodicAdvertisingData | periodicData
  setPeriodicAdvertisingEnabled | enable
  setPeriodicAdvertisingParameters | parameters
  setScanResponseData | scanResponse
android.bluetooth.le.AdvertisingSetCallback
 Methods: 9
  onAdvertisingDataSet | advertisingSet, status
  onAdvertisingEnabled | advertisingSet, enable, status
  onAdvertisingParametersUpdated | advertisingSet, txPower, status
  onAdvertisingSetStarted | advertisingSet, txPower, status
  onAdvertisingSetStopped | advertisingSet
  onPeriodicAdvertisingDataSet | advertisingSet, status
  onPeriodicAdvertisingEnabled | advertisingSet, enable, status
  onPeriodicAdvertisingParametersUpdated | advertisingSet, status
  onScanResponseDataSet | advertisingSet, status
android.bluetooth.le.AdvertisingSetParameters
 Methods: 12
  describeContents | 
  getInterval | 
  getPrimaryPhy | 
  getSecondaryPhy | 
  getTxPowerLevel | 
  includeTxPower | 
  isAnonymous | 
  isConnectable | 
  isLegacy | 
  isScannable | 
  toString | 
  writeToParcel | dest, flags
android.bluetooth.le.AdvertisingSetParameters$Builder
 Methods: 10
  build | 
  setAnonymous | isAnonymous
  setConnectable | connectable
  setIncludeTxPower | includeTxPower
  setInterval | interval
  setLegacyMode | isLegacy
  setPrimaryPhy | primaryPhy
  setScannable | scannable
  setSecondaryPhy | secondaryPhy
  setTxPowerLevel | txPowerLevel
android.bluetooth.le.BluetoothLeAdvertiser
 Methods: 8
  startAdvertising | settings, advertiseData, callback
  startAdvertising | settings, advertiseData, scanResponse, callback
  startAdvertisingSet | parameters, advertiseData, scanResponse, periodicParameters, periodicData, duration, maxExtendedAdvertisingEvents, callback
  startAdvertisingSet | parameters, advertiseData, scanResponse, periodicParameters, periodicData, duration, maxExtendedAdvertisingEvents, callback, handler
  startAdvertisingSet | parameters, advertiseData, scanResponse, periodicParameters, periodicData, callback
  startAdvertisingSet | parameters, advertiseData, scanResponse, periodicParameters, periodicData, callback, handler
  stopAdvertising | callback
  stopAdvertisingSet | callback
android.bluetooth.le.BluetoothLeScanner
 Methods: 6
  flushPendingScanResults | callback
  startScan | filters, settings, callbackIntent
  startScan | callback
  startScan | filters, settings, callback
  stopScan | callback
  stopScan | callbackIntent
android.bluetooth.le.PeriodicAdvertisingParameters
 Methods: 4
  describeContents | 
  getIncludeTxPower | 
  getInterval | 
  writeToParcel | dest, flags
android.bluetooth.le.PeriodicAdvertisingParameters$Builder
 Methods: 3
  build | 
  setIncludeTxPower | includeTxPower
  setInterval | interval
android.bluetooth.le.ScanCallback
 Methods: 3
  onBatchScanResults | results
  onScanFailed | errorCode
  onScanResult | callbackType, result
android.bluetooth.le.ScanFilter
 Methods: 18
  describeContents | 
  equals | obj
  getDeviceAddress | 
  getDeviceName | 
  getManufacturerData | 
  getManufacturerDataMask | 
  getManufacturerId | 
  getServiceData | 
  getServiceDataMask | 
  getServiceDataUuid | 
  getServiceSolicitationUuid | 
  getServiceSolicitationUuidMask | 
  getServiceUuid | 
  getServiceUuidMask | 
  hashCode | 
  matches | scanResult
  toString | 
  writeToParcel | dest, flags
android.bluetooth.le.ScanFilter$Builder
 Methods: 11
  build | 
  setDeviceAddress | deviceAddress
  setDeviceName | deviceName
  setManufacturerData | manufacturerId, manufacturerData
  setManufacturerData | manufacturerId, manufacturerData, manufacturerDataMask
  setServiceData | serviceDataUuid, serviceData
  setServiceData | serviceDataUuid, serviceData, serviceDataMask
  setServiceSolicitationUuid | serviceSolicitationUuid, solicitationUuidMask
  setServiceSolicitationUuid | serviceSolicitationUuid
  setServiceUuid | serviceUuid, uuidMask
  setServiceUuid | serviceUuid
android.bluetooth.le.ScanRecord
 Methods: 11
  getAdvertiseFlags | 
  getBytes | 
  getDeviceName | 
  getManufacturerSpecificData | 
  getManufacturerSpecificData | manufacturerId
  getServiceData | serviceDataUuid
  getServiceData | 
  getServiceSolicitationUuids | 
  getServiceUuids | 
  getTxPowerLevel | 
  toString | 
android.bluetooth.le.ScanResult
 Methods: 17
  describeContents | 
  equals | obj
  getAdvertisingSid | 
  getDataStatus | 
  getDevice | 
  getPeriodicAdvertisingInterval | 
  getPrimaryPhy | 
  getRssi | 
  getScanRecord | 
  getSecondaryPhy | 
  getTimestampNanos | 
  getTxPower | 
  hashCode | 
  isConnectable | 
  isLegacy | 
  toString | 
  writeToParcel | dest, flags
android.bluetooth.le.ScanSettings
 Methods: 8
  describeContents | 
  getCallbackType | 
  getLegacy | 
  getPhy | 
  getReportDelayMillis | 
  getScanMode | 
  getScanResultType | 
  writeToParcel | dest, flags
android.bluetooth.le.ScanSettings$Builder
 Methods: 8
  build | 
  setCallbackType | callbackType
  setLegacy | legacy
  setMatchMode | matchMode
  setNumOfMatches | numOfMatches
  setPhy | phy
  setReportDelay | reportDelayMillis
  setScanMode | scanMode
android.companion.DeviceFilter
 Methods: 0
android.companion.AssociationRequest
 Methods: 5
  describeContents | 
  equals | o
  hashCode | 
  toString | 
  writeToParcel | dest, flags
android.companion.AssociationRequest$Builder
 Methods: 3
  addDeviceFilter | deviceFilter
  build | 
  setSingleDevice | singleDevice
android.companion.BluetoothDeviceFilter
 Methods: 4
  describeContents | 
  equals | o
  hashCode | 
  writeToParcel | dest, flags
android.companion.BluetoothDeviceFilter$Builder
 Methods: 4
  addServiceUuid | serviceUuid, serviceUuidMask
  build | 
  setAddress | address
  setNamePattern | regex
android.companion.BluetoothLeDeviceFilter
 Methods: 6
  describeContents | 
  equals | o
  getRenamePrefixLengthLimit | 
  hashCode | 
  toString | 
  writeToParcel | dest, flags
android.companion.BluetoothLeDeviceFilter$Builder
 Methods: 6
  build | 
  setNamePattern | regex
  setRawDataFilter | rawDataFilter, rawDataFilterMask
  setRenameFromBytes | prefix, suffix, bytesFrom, bytesLength, byteOrder
  setRenameFromName | prefix, suffix, nameFrom, nameLength
  setScanFilter | scanFilter
android.companion.CompanionDeviceManager
 Methods: 5
  associate | request, callback, handler
  disassociate | deviceMacAddress
  getAssociations | 
  hasNotificationAccess | component
  requestNotificationAccess | component
android.companion.CompanionDeviceManager$Callback
 Methods: 2
  onDeviceFound | chooserLauncher
  onFailure | error
android.companion.WifiDeviceFilter
 Methods: 4
  describeContents | 
  equals | o
  hashCode | 
  writeToParcel | dest, flags
android.companion.WifiDeviceFilter$Builder
 Methods: 2
  build | 
  setNamePattern | regex
android.content.ClipboardManager$OnPrimaryClipChangedListener
 Methods: 1
  onPrimaryClipChanged | 
android.content.ComponentCallbacks
 Methods: 2
  onConfigurationChanged | newConfig
  onLowMemory | 
android.content.ComponentCallbacks2
 Methods: 1
  onTrimMemory | level
android.content.ContentProvider$PipeDataWriter
 Methods: 1
  writeDataToPipe | output, uri, mimeType, opts, args
android.content.DialogInterface
 Methods: 2
  cancel | 
  dismiss | 
android.content.DialogInterface$OnCancelListener
 Methods: 1
  onCancel | dialog
android.content.DialogInterface$OnClickListener
 Methods: 1
  onClick | dialog, which
android.content.DialogInterface$OnDismissListener
 Methods: 1
  onDismiss | dialog
android.content.DialogInterface$OnKeyListener
 Methods: 1
  onKey | dialog, keyCode, event
android.content.DialogInterface$OnMultiChoiceClickListener
 Methods: 1
  onClick | dialog, which, isChecked
android.content.DialogInterface$OnShowListener
 Methods: 1
  onShow | dialog
android.content.EntityIterator
 Methods: 2
  close | 
  reset | 
android.content.IntentSender$OnFinished
 Methods: 1
  onSendFinished | IntentSender, intent, resultCode, resultData, resultExtras
android.content.Loader$OnLoadCanceledListener
 Methods: 1
  onLoadCanceled | loader
android.content.Loader$OnLoadCompleteListener
 Methods: 1
  onLoadComplete | loader, data
android.content.ServiceConnection
 Methods: 4
  onBindingDied | name
  onNullBinding | name
  onServiceConnected | name, service
  onServiceDisconnected | name
android.content.SharedPreferences
 Methods: 11
  contains | key
  edit | 
  getAll | 
  getBoolean | key, defValue
  getFloat | key, defValue
  getInt | key, defValue
  getLong | key, defValue
  getString | key, defValue
  getStringSet | key, defValues
  registerOnSharedPreferenceChangeListener | listener
  unregisterOnSharedPreferenceChangeListener | listener
android.content.SharedPreferences$Editor
 Methods: 10
  apply | 
  clear | 
  commit | 
  putBoolean | key, value
  putFloat | key, value
  putInt | key, value
  putLong | key, value
  putString | key, value
  putStringSet | key, values
  remove | key
android.content.SharedPreferences$OnSharedPreferenceChangeListener
 Methods: 1
  onSharedPreferenceChanged | sharedPreferences, key
android.content.SyncStatusObserver
 Methods: 1
  onStatusChanged | which
android.content.AbstractThreadedSyncAdapter
 Methods: 7
  getContext | 
  getSyncAdapterBinder | 
  onPerformSync | account, extras, authority, provider, syncResult
  onSecurityException | account, extras, authority, syncResult
  onSyncCanceled | thread
  onSyncCanceled | 
  onUnsyncableAccount | 
android.content.AsyncQueryHandler
 Methods: 6
  cancelOperation | token
  handleMessage | msg
  startDelete | token, cookie, uri, selection, selectionArgs
  startInsert | token, cookie, uri, initialValues
  startQuery | token, cookie, uri, projection, selection, selectionArgs, orderBy
  startUpdate | token, cookie, uri, values, selection, selectionArgs
android.content.AsyncQueryHandler$WorkerArgs
 Methods: 0
android.content.AsyncQueryHandler$WorkerHandler
 Methods: 1
  handleMessage | msg
android.content.AsyncTaskLoader
 Methods: 6
  cancelLoadInBackground | 
  dump | prefix, fd, writer, args
  isLoadInBackgroundCanceled | 
  loadInBackground | 
  onCanceled | data
  setUpdateThrottle | delayMS
android.content.BroadcastReceiver
 Methods: 18
  abortBroadcast | 
  clearAbortBroadcast | 
  getAbortBroadcast | 
  getDebugUnregister | 
  getResultCode | 
  getResultData | 
  getResultExtras | makeMap
  goAsync | 
  isInitialStickyBroadcast | 
  isOrderedBroadcast | 
  onReceive | context, intent
  peekService | myContext, service
  setDebugUnregister | debug
  setOrderedHint | isOrdered
  setResult | code, data, extras
  setResultCode | code
  setResultData | data
  setResultExtras | extras
android.content.BroadcastReceiver$PendingResult
 Methods: 11
  abortBroadcast | 
  clearAbortBroadcast | 
  finish | 
  getAbortBroadcast | 
  getResultCode | 
  getResultData | 
  getResultExtras | makeMap
  setResult | code, data, extras
  setResultCode | code
  setResultData | data
  setResultExtras | extras
android.content.ClipboardManager
 Methods: 10
  addPrimaryClipChangedListener | what
  clearPrimaryClip | 
  getPrimaryClip | 
  getPrimaryClipDescription | 
  getText | 
  hasPrimaryClip | 
  hasText | 
  removePrimaryClipChangedListener | what
  setPrimaryClip | clip
  setText | text
android.content.ClipData
 Methods: 13
  addItem | resolver, item
  addItem | item
  describeContents | 
  getDescription | 
  getItemAt | index
  getItemCount | 
  newHtmlText | label, text, htmlText
  newIntent | label, intent
  newPlainText | label, text
  newRawUri | label, uri
  newUri | resolver, label, uri
  toString | 
  writeToParcel | dest, flags
android.content.ClipData$Item
 Methods: 8
  coerceToHtmlText | context
  coerceToStyledText | context
  coerceToText | context
  getHtmlText | 
  getIntent | 
  getText | 
  getUri | 
  toString | 
android.content.ClipDescription
 Methods: 12
  compareMimeTypes | concreteType, desiredType
  describeContents | 
  filterMimeTypes | mimeType
  getExtras | 
  getLabel | 
  getMimeType | index
  getMimeTypeCount | 
  getTimestamp | 
  hasMimeType | mimeType
  setExtras | extras
  toString | 
  writeToParcel | dest, flags
android.content.ComponentName
 Methods: 18
  clone | 
  compareTo | that
  createRelative | pkg, cls
  createRelative | pkg, cls
  describeContents | 
  equals | obj
  flattenToShortString | 
  flattenToString | 
  getClassName | 
  getPackageName | 
  getShortClassName | 
  hashCode | 
  readFromParcel | in
  toShortString | 
  toString | 
  unflattenFromString | str
  writeToParcel | c, out
  writeToParcel | out, flags
android.content.ContentProvider
 Methods: 37
  applyBatch | operations
  applyBatch | authority, operations
  attachInfo | context, info
  bulkInsert | uri, values
  call | authority, method, arg, extras
  call | method, arg, extras
  canonicalize | url
  clearCallingIdentity | 
  delete | uri, selection, selectionArgs
  dump | fd, writer, args
  getCallingPackage | 
  getContext | 
  getPathPermissions | 
  getReadPermission | 
  getStreamTypes | uri, mimeTypeFilter
  getType | uri
  getWritePermission | 
  insert | uri, values
  onConfigurationChanged | newConfig
  onCreate | 
  onLowMemory | 
  onTrimMemory | level
  openAssetFile | uri, mode, signal
  openAssetFile | uri, mode
  openFile | uri, mode, signal
  openFile | uri, mode
  openPipeHelper | uri, mimeType, opts, args, func
  openTypedAssetFile | uri, mimeTypeFilter, opts
  openTypedAssetFile | uri, mimeTypeFilter, opts, signal
  query | uri, projection, queryArgs, cancellationSignal
  query | uri, projection, selection, selectionArgs, sortOrder, cancellationSignal
  query | uri, projection, selection, selectionArgs, sortOrder
  refresh | uri, args, cancellationSignal
  restoreCallingIdentity | identity
  shutdown | 
  uncanonicalize | url
  update | uri, values, selection, selectionArgs
android.content.ContentProvider$CallingIdentity
 Methods: 0
android.content.ContentProviderClient
 Methods: 26
  applyBatch | operations
  applyBatch | authority, operations
  bulkInsert | url, initialValues
  call | authority, method, arg, extras
  call | method, arg, extras
  canonicalize | url
  close | 
  delete | url, selection, selectionArgs
  getLocalContentProvider | 
  getStreamTypes | url, mimeTypeFilter
  getType | url
  insert | url, initialValues
  openAssetFile | url, mode, signal
  openAssetFile | url, mode
  openFile | url, mode, signal
  openFile | url, mode
  openTypedAssetFile | uri, mimeTypeFilter, opts, signal
  openTypedAssetFileDescriptor | uri, mimeType, opts, signal
  openTypedAssetFileDescriptor | uri, mimeType, opts
  query | uri, projection, queryArgs, cancellationSignal
  query | uri, projection, selection, selectionArgs, sortOrder, cancellationSignal
  query | url, projection, selection, selectionArgs, sortOrder
  refresh | url, args, cancellationSignal
  release | 
  uncanonicalize | url
  update | url, values, selection, selectionArgs
android.content.ContentProviderOperation
 Methods: 18
  apply | provider, backRefs, numBackRefs
  describeContents | 
  getUri | 
  isAssertQuery | 
  isDelete | 
  isInsert | 
  isReadOperation | 
  isUpdate | 
  isWriteOperation | 
  isYieldAllowed | 
  newAssertQuery | uri
  newDelete | uri
  newInsert | uri
  newUpdate | uri
  resolveSelectionArgsBackReferences | backRefs, numBackRefs
  resolveValueBackReferences | backRefs, numBackRefs
  toString | 
  writeToParcel | dest, flags
android.content.ContentProviderOperation$Builder
 Methods: 9
  build | 
  withExpectedCount | count
  withSelection | selection, selectionArgs
  withSelectionBackReference | selectionArgIndex, previousResult
  withValue | key, value
  withValueBackReference | key, previousResult
  withValueBackReferences | backReferences
  withValues | values
  withYieldAllowed | yieldAllowed
android.content.ContentProviderResult
 Methods: 3
  describeContents | 
  toString | 
  writeToParcel | dest, flags
android.content.ContentQueryMap
 Methods: 5
  close | 
  getRows | 
  getValues | rowName
  requery | 
  setKeepUpdated | keepUpdated
android.content.ContentResolver
 Methods: 67
  acquireContentProviderClient | uri
  acquireContentProviderClient | name
  acquireUnstableContentProviderClient | name
  acquireUnstableContentProviderClient | uri
  addPeriodicSync | account, authority, extras, pollFrequency
  addStatusChangeListener | mask, callback
  applyBatch | authority, operations
  bulkInsert | url, values
  call | uri, method, arg, extras
  call | authority, method, arg, extras
  cancelSync | uri
  cancelSync | request
  cancelSync | account, authority
  canonicalize | url
  delete | url, where, selectionArgs
  getCurrentSync | 
  getCurrentSyncs | 
  getIsSyncable | account, authority
  getMasterSyncAutomatically | 
  getOutgoingPersistedUriPermissions | 
  getPeriodicSyncs | account, authority
  getPersistedUriPermissions | 
  getStreamTypes | url, mimeTypeFilter
  getSyncAdapterTypes | 
  getSyncAutomatically | account, authority
  getType | url
  getTypeInfo | mimeType
  insert | url, values
  isSyncActive | account, authority
  isSyncPending | account, authority
  loadThumbnail | uri, size, signal
  notifyChange | uri, observer, syncToNetwork
  notifyChange | uri, observer, flags
  notifyChange | uri, observer
  openAssetFile | uri, mode, signal
  openAssetFileDescriptor | uri, mode, cancellationSignal
  openAssetFileDescriptor | uri, mode
  openFile | uri, mode, signal
  openFileDescriptor | uri, mode, cancellationSignal
  openFileDescriptor | uri, mode
  openInputStream | uri
  openOutputStream | uri
  openOutputStream | uri, mode
  openTypedAssetFile | uri, mimeTypeFilter, opts, signal
  openTypedAssetFileDescriptor | uri, mimeType, opts, cancellationSignal
  openTypedAssetFileDescriptor | uri, mimeType, opts
  query | uri, projection, queryArgs, cancellationSignal
  query | uri, projection, selection, selectionArgs, sortOrder, cancellationSignal
  query | uri, projection, selection, selectionArgs, sortOrder
  refresh | url, args, cancellationSignal
  registerContentObserver | uri, notifyForDescendants, observer
  releasePersistableUriPermission | uri, modeFlags
  removePeriodicSync | account, authority, extras
  removeStatusChangeListener | handle
  requestSync | account, authority, extras
  requestSync | request
  setIsSyncable | account, authority, syncable
  setMasterSyncAutomatically | sync
  setSyncAutomatically | account, authority, sync
  startSync | uri, extras
  takePersistableUriPermission | uri, modeFlags
  uncanonicalize | url
  unregisterContentObserver | observer
  update | uri, values, where, selectionArgs
  validateSyncExtrasBundle | extras
  wrap | wrapped
  wrap | wrapped
android.content.ContentResolver$MimeTypeInfo
 Methods: 3
  getContentDescription | 
  getIcon | 
  getLabel | 
android.content.ContentUris
 Methods: 4
  appendId | builder, id
  parseId | contentUri
  removeId | contentUri
  withAppendedId | contentUri, id
android.content.ContentValues
 Methods: 32
  clear | 
  containsKey | key
  describeContents | 
  equals | object
  get | key
  getAsBoolean | key
  getAsByte | key
  getAsByteArray | key
  getAsDouble | key
  getAsFloat | key
  getAsInteger | key
  getAsLong | key
  getAsShort | key
  getAsString | key
  hashCode | 
  keySet | 
  put | key, value
  put | key, value
  put | key, value
  put | key, value
  put | key, value
  put | key, value
  put | key, value
  put | key, value
  put | key, value
  putAll | other
  putNull | key
  remove | key
  size | 
  toString | 
  valueSet | 
  writeToParcel | parcel, flags
android.content.Context
 Methods: 122
  bindIsolatedService | service, flags, instanceName, executor, conn
  bindService | service, flags, executor, conn
  bindService | service, conn, flags
  checkCallingOrSelfPermission | permission
  checkCallingOrSelfUriPermission | uri, modeFlags
  checkCallingPermission | permission
  checkCallingUriPermission | uri, modeFlags
  checkPermission | permission, pid, uid
  checkSelfPermission | permission
  checkUriPermission | uri, readPermission, writePermission, pid, uid, modeFlags
  checkUriPermission | uri, pid, uid, modeFlags
  clearWallpaper | 
  createConfigurationContext | overrideConfiguration
  createContextForSplit | splitName
  createDeviceProtectedStorageContext | 
  createDisplayContext | display
  createPackageContext | packageName, flags
  databaseList | 
  deleteDatabase | name
  deleteFile | name
  deleteSharedPreferences | name
  enforceCallingOrSelfPermission | permission, message
  enforceCallingOrSelfUriPermission | uri, modeFlags, message
  enforceCallingPermission | permission, message
  enforceCallingUriPermission | uri, modeFlags, message
  enforcePermission | permission, pid, uid, message
  enforceUriPermission | uri, readPermission, writePermission, pid, uid, modeFlags, message
  enforceUriPermission | uri, pid, uid, modeFlags, message
  fileList | 
  getApplicationContext | 
  getApplicationInfo | 
  getAssets | 
  getCacheDir | 
  getClassLoader | 
  getCodeCacheDir | 
  getColor | id
  getColorStateList | id
  getContentResolver | 
  getDataDir | 
  getDatabasePath | name
  getDir | name, mode
  getDrawable | id
  getExternalCacheDir | 
  getExternalCacheDirs | 
  getExternalFilesDir | type
  getExternalFilesDirs | type
  getExternalMediaDirs | 
  getFileStreamPath | name
  getFilesDir | 
  getMainExecutor | 
  getMainLooper | 
  getNoBackupFilesDir | 
  getObbDir | 
  getObbDirs | 
  getOpPackageName | 
  getPackageCodePath | 
  getPackageManager | 
  getPackageName | 
  getPackageResourcePath | 
  getResources | 
  getSharedPreferences | name, mode
  getString | resId, formatArgs
  getString | resId
  getSystemService | serviceClass
  getSystemService | name
  getSystemServiceName | serviceClass
  getText | resId
  getTheme | 
  getWallpaper | 
  getWallpaperDesiredMinimumHeight | 
  getWallpaperDesiredMinimumWidth | 
  grantUriPermission | toPackage, uri, modeFlags
  isDeviceProtectedStorage | 
  isRestricted | 
  moveDatabaseFrom | sourceContext, name
  moveSharedPreferencesFrom | sourceContext, name
  obtainStyledAttributes | set, attrs
  obtainStyledAttributes | set, attrs, defStyleAttr, defStyleRes
  obtainStyledAttributes | resid, attrs
  obtainStyledAttributes | attrs
  openFileInput | name
  openFileOutput | name, mode
  openOrCreateDatabase | name, mode, factory, errorHandler
  openOrCreateDatabase | name, mode, factory
  peekWallpaper | 
  registerComponentCallbacks | callback
  registerReceiver | receiver, filter
  registerReceiver | receiver, filter, flags
  registerReceiver | receiver, filter, broadcastPermission, scheduler, flags
  registerReceiver | receiver, filter, broadcastPermission, scheduler
  removeStickyBroadcast | intent
  removeStickyBroadcastAsUser | intent, user
  revokeUriPermission | uri, modeFlags
  revokeUriPermission | toPackage, uri, modeFlags
  sendBroadcast | intent, receiverPermission
  sendBroadcast | intent
  sendBroadcastAsUser | intent, user
  sendBroadcastAsUser | intent, user, receiverPermission
  sendOrderedBroadcast | intent, receiverPermission, resultReceiver, scheduler, initialCode, initialData, initialExtras
  sendOrderedBroadcast | intent, receiverPermission
  sendOrderedBroadcastAsUser | intent, user, receiverPermission, resultReceiver, scheduler, initialCode, initialData, initialExtras
  sendStickyBroadcast | intent
  sendStickyBroadcastAsUser | intent, user
  sendStickyOrderedBroadcast | intent, resultReceiver, scheduler, initialCode, initialData, initialExtras
  sendStickyOrderedBroadcastAsUser | intent, user, resultReceiver, scheduler, initialCode, initialData, initialExtras
  setTheme | resid
  setWallpaper | bitmap
  setWallpaper | data
  startActivities | intents, options
  startActivities | intents
  startActivity | intent
  startActivity | intent, options
  startForegroundService | service
  startInstrumentation | className, profileFile, arguments
  startIntentSender | intent, fillInIntent, flagsMask, flagsValues, extraFlags
  startIntentSender | intent, fillInIntent, flagsMask, flagsValues, extraFlags, options
  startService | service
  stopService | service
  unbindService | conn
  unregisterComponentCallbacks | callback
  unregisterReceiver | receiver
  updateServiceGroup | conn, group, importance
android.content.ContextWrapper
 Methods: 108
  bindIsolatedService | service, flags, instanceName, executor, conn
  bindService | service, flags, executor, conn
  bindService | service, conn, flags
  checkCallingOrSelfPermission | permission
  checkCallingOrSelfUriPermission | uri, modeFlags
  checkCallingPermission | permission
  checkCallingUriPermission | uri, modeFlags
  checkPermission | permission, pid, uid
  checkSelfPermission | permission
  checkUriPermission | uri, readPermission, writePermission, pid, uid, modeFlags
  checkUriPermission | uri, pid, uid, modeFlags
  clearWallpaper | 
  createConfigurationContext | overrideConfiguration
  createDeviceProtectedStorageContext | 
  createDisplayContext | display
  createPackageContext | packageName, flags
  databaseList | 
  deleteDatabase | name
  deleteFile | name
  deleteSharedPreferences | name
  enforceCallingOrSelfPermission | permission, message
  enforceCallingOrSelfUriPermission | uri, modeFlags, message
  enforceCallingPermission | permission, message
  enforceCallingUriPermission | uri, modeFlags, message
  enforcePermission | permission, pid, uid, message
  enforceUriPermission | uri, readPermission, writePermission, pid, uid, modeFlags, message
  enforceUriPermission | uri, pid, uid, modeFlags, message
  fileList | 
  getApplicationContext | 
  getApplicationInfo | 
  getAssets | 
  getBaseContext | 
  getCacheDir | 
  getClassLoader | 
  getCodeCacheDir | 
  getContentResolver | 
  getDataDir | 
  getDatabasePath | name
  getDir | name, mode
  getExternalCacheDir | 
  getExternalCacheDirs | 
  getExternalFilesDir | type
  getExternalFilesDirs | type
  getExternalMediaDirs | 
  getFileStreamPath | name
  getFilesDir | 
  getMainExecutor | 
  getMainLooper | 
  getNoBackupFilesDir | 
  getObbDir | 
  getObbDirs | 
  getPackageCodePath | 
  getPackageManager | 
  getPackageName | 
  getPackageResourcePath | 
  getResources | 
  getSharedPreferences | name, mode
  getSystemService | name
  getSystemServiceName | serviceClass
  getTheme | 
  getWallpaper | 
  getWallpaperDesiredMinimumHeight | 
  getWallpaperDesiredMinimumWidth | 
  grantUriPermission | toPackage, uri, modeFlags
  isDeviceProtectedStorage | 
  isRestricted | 
  moveDatabaseFrom | sourceContext, name
  moveSharedPreferencesFrom | sourceContext, name
  openFileInput | name
  openFileOutput | name, mode
  openOrCreateDatabase | name, mode, factory, errorHandler
  openOrCreateDatabase | name, mode, factory
  peekWallpaper | 
  registerReceiver | receiver, filter
  registerReceiver | receiver, filter, flags
  registerReceiver | receiver, filter, broadcastPermission, scheduler, flags
  registerReceiver | receiver, filter, broadcastPermission, scheduler
  removeStickyBroadcast | intent
  removeStickyBroadcastAsUser | intent, user
  revokeUriPermission | uri, modeFlags
  revokeUriPermission | targetPackage, uri, modeFlags
  sendBroadcast | intent, receiverPermission
  sendBroadcast | intent
  sendBroadcastAsUser | intent, user
  sendBroadcastAsUser | intent, user, receiverPermission
  sendOrderedBroadcast | intent, receiverPermission, resultReceiver, scheduler, initialCode, initialData, initialExtras
  sendOrderedBroadcast | intent, receiverPermission
  sendOrderedBroadcastAsUser | intent, user, receiverPermission, resultReceiver, scheduler, initialCode, initialData, initialExtras
  sendStickyBroadcast | intent
  sendStickyBroadcastAsUser | intent, user
  sendStickyOrderedBroadcast | intent, resultReceiver, scheduler, initialCode, initialData, initialExtras
  sendStickyOrderedBroadcastAsUser | intent, user, resultReceiver, scheduler, initialCode, initialData, initialExtras
  setTheme | resid
  setWallpaper | bitmap
  setWallpaper | data
  startActivities | intents, options
  startActivities | intents
  startActivity | intent
  startActivity | intent, options
  startForegroundService | service
  startInstrumentation | className, profileFile, arguments
  startIntentSender | intent, fillInIntent, flagsMask, flagsValues, extraFlags
  startIntentSender | intent, fillInIntent, flagsMask, flagsValues, extraFlags, options
  startService | service
  stopService | name
  unbindService | conn
  unregisterReceiver | receiver
  updateServiceGroup | conn, group, importance
android.content.CursorLoader
 Methods: 15
  cancelLoadInBackground | 
  deliverResult | cursor
  dump | prefix, fd, writer, args
  getProjection | 
  getSelection | 
  getSelectionArgs | 
  getSortOrder | 
  getUri | 
  loadInBackground | 
  onCanceled | cursor
  setProjection | projection
  setSelection | selection
  setSelectionArgs | selectionArgs
  setSortOrder | sortOrder
  setUri | uri
android.content.Entity
 Methods: 4
  addSubValue | uri, values
  getEntityValues | 
  getSubValues | 
  toString | 
android.content.Entity$NamedContentValues
 Methods: 0
android.content.Intent
 Methods: 126
  addCategory | category
  addFlags | flags
  clone | 
  cloneFilter | 
  createChooser | target, title, sender
  createChooser | target, title
  describeContents | 
  fillIn | other, flags
  filterEquals | other
  filterHashCode | 
  getAction | 
  getBooleanArrayExtra | name
  getBooleanExtra | name, defaultValue
  getBundleExtra | name
  getByteArrayExtra | name
  getByteExtra | name, defaultValue
  getCategories | 
  getCharArrayExtra | name
  getCharExtra | name, defaultValue
  getCharSequenceArrayExtra | name
  getCharSequenceArrayListExtra | name
  getCharSequenceExtra | name
  getClipData | 
  getComponent | 
  getData | 
  getDataString | 
  getDoubleArrayExtra | name
  getDoubleExtra | name, defaultValue
  getExtras | 
  getFlags | 
  getFloatArrayExtra | name
  getFloatExtra | name, defaultValue
  getIdentifier | 
  getIntArrayExtra | name
  getIntExtra | name, defaultValue
  getIntegerArrayListExtra | name
  getIntent | uri
  getIntentOld | uri
  getLongArrayExtra | name
  getLongExtra | name, defaultValue
  getPackage | 
  getParcelableArrayExtra | name
  getParcelableArrayListExtra | name
  getParcelableExtra | name
  getScheme | 
  getSelector | 
  getSerializableExtra | name
  getShortArrayExtra | name
  getShortExtra | name, defaultValue
  getSourceBounds | 
  getStringArrayExtra | name
  getStringArrayListExtra | name
  getStringExtra | name
  getType | 
  hasCategory | category
  hasExtra | name
  hasFileDescriptors | 
  makeMainActivity | mainActivity
  makeMainSelectorActivity | selectorAction, selectorCategory
  makeRestartActivityTask | mainActivity
  normalizeMimeType | type
  parseIntent | resources, parser, attrs
  parseUri | uri, flags
  putCharSequenceArrayListExtra | name, value
  putExtra | name, value
  putExtra | name, value
  putExtra | name, value
  putExtra | name, value
  putExtra | name, value
  putExtra | name, value
  putExtra | name, value
  putExtra | name, value
  putExtra | name, value
  putExtra | name, value
  putExtra | name, value
  putExtra | name, value
  putExtra | name, value
  putExtra | name, value
  putExtra | name, value
  putExtra | name, value
  putExtra | name, value
  putExtra | name, value
  putExtra | name, value
  putExtra | name, value
  putExtra | name, value
  putExtra | name, value
  putExtra | name, value
  putExtra | name, value
  putExtras | src
  putExtras | extras
  putIntegerArrayListExtra | name, value
  putParcelableArrayListExtra | name, value
  putStringArrayListExtra | name, value
  readFromParcel | in
  removeCategory | category
  removeExtra | name
  removeFlags | flags
  replaceExtras | src
  replaceExtras | extras
  resolveActivity | pm
  resolveActivityInfo | pm, flags
  resolveType | context
  resolveType | resolver
  resolveTypeIfNeeded | resolver
  setAction | action
  setClass | packageContext, cls
  setClassName | packageName, className
  setClassName | packageContext, className
  setClipData | clip
  setComponent | component
  setData | data
  setDataAndNormalize | data
  setDataAndType | data, type
  setDataAndTypeAndNormalize | data, type
  setExtrasClassLoader | loader
  setFlags | flags
  setIdentifier | identifier
  setPackage | packageName
  setSelector | selector
  setSourceBounds | r
  setType | type
  setTypeAndNormalize | type
  toString | 
  toURI | 
  toUri | flags
  writeToParcel | out, flags
android.content.Intent$FilterComparison
 Methods: 3
  equals | obj
  getIntent | 
  hashCode | 
android.content.Intent$ShortcutIconResource
 Methods: 4
  describeContents | 
  fromContext | context, resourceId
  toString | 
  writeToParcel | dest, flags
android.content.IntentFilter
 Methods: 49
  actionsIterator | 
  addAction | action
  addCategory | category
  addDataAuthority | host, port
  addDataPath | path, type
  addDataScheme | scheme
  addDataSchemeSpecificPart | ssp, type
  addDataType | type
  authoritiesIterator | 
  categoriesIterator | 
  countActions | 
  countCategories | 
  countDataAuthorities | 
  countDataPaths | 
  countDataSchemeSpecificParts | 
  countDataSchemes | 
  countDataTypes | 
  create | action, dataType
  describeContents | 
  dump | du, prefix
  getAction | index
  getCategory | index
  getDataAuthority | index
  getDataPath | index
  getDataScheme | index
  getDataSchemeSpecificPart | index
  getDataType | index
  getPriority | 
  hasAction | action
  hasCategory | category
  hasDataAuthority | data
  hasDataPath | data
  hasDataScheme | scheme
  hasDataSchemeSpecificPart | data
  hasDataType | type
  match | action, type, scheme, data, categories, logTag
  match | resolver, intent, resolve, logTag
  matchAction | action
  matchCategories | categories
  matchData | type, scheme, data
  matchDataAuthority | data
  pathsIterator | 
  readFromXml | parser
  schemeSpecificPartsIterator | 
  schemesIterator | 
  setPriority | priority
  typesIterator | 
  writeToParcel | dest, flags
  writeToXml | serializer
android.content.IntentFilter$AuthorityEntry
 Methods: 4
  equals | obj
  getHost | 
  getPort | 
  match | data
android.content.IntentSender
 Methods: 13
  describeContents | 
  equals | otherObj
  getCreatorPackage | 
  getCreatorUid | 
  getCreatorUserHandle | 
  getTargetPackage | 
  hashCode | 
  readIntentSenderOrNullFromParcel | in
  sendIntent | context, code, intent, onFinished, handler
  sendIntent | context, code, intent, onFinished, handler, requiredPermission
  toString | 
  writeIntentSenderOrNullToParcel | sender, out
  writeToParcel | out, flags
android.content.Loader
 Methods: 24
  abandon | 
  cancelLoad | 
  commitContentChanged | 
  dataToString | data
  deliverCancellation | 
  deliverResult | data
  dump | prefix, fd, writer, args
  forceLoad | 
  getContext | 
  getId | 
  isAbandoned | 
  isReset | 
  isStarted | 
  onContentChanged | 
  registerListener | id, listener
  registerOnLoadCanceledListener | listener
  reset | 
  rollbackContentChanged | 
  startLoading | 
  stopLoading | 
  takeContentChanged | 
  toString | 
  unregisterListener | listener
  unregisterOnLoadCanceledListener | listener
android.content.Loader$ForceLoadContentObserver
 Methods: 2
  deliverSelfNotifications | 
  onChange | selfChange
android.content.LocusId
 Methods: 6
  describeContents | 
  equals | obj
  getId | 
  hashCode | 
  toString | 
  writeToParcel | parcel, flags
android.content.MutableContextWrapper
 Methods: 1
  setBaseContext | base
android.content.PeriodicSync
 Methods: 4
  describeContents | 
  equals | o
  toString | 
  writeToParcel | dest, flags
android.content.QuickViewConstants
 Methods: 0
android.content.RestrictionEntry
 Methods: 30
  createBundleArrayEntry | key, restrictionEntries
  createBundleEntry | key, restrictionEntries
  describeContents | 
  equals | o
  getAllSelectedStrings | 
  getChoiceEntries | 
  getChoiceValues | 
  getDescription | 
  getIntValue | 
  getKey | 
  getRestrictions | 
  getSelectedState | 
  getSelectedString | 
  getTitle | 
  getType | 
  hashCode | 
  setAllSelectedStrings | allSelectedStrings
  setChoiceEntries | context, stringArrayResId
  setChoiceEntries | choiceEntries
  setChoiceValues | choiceValues
  setChoiceValues | context, stringArrayResId
  setDescription | description
  setIntValue | value
  setRestrictions | restrictions
  setSelectedState | state
  setSelectedString | selectedString
  setTitle | title
  setType | type
  toString | 
  writeToParcel | dest, flags
android.content.RestrictionsManager
 Methods: 7
  convertRestrictionsToBundle | entries
  createLocalApprovalIntent | 
  getApplicationRestrictions | 
  getManifestRestrictions | packageName
  hasRestrictionsProvider | 
  notifyPermissionResponse | packageName, response
  requestPermission | requestType, requestId, request
android.content.SearchRecentSuggestionsProvider
 Methods: 6
  delete | uri, selection, selectionArgs
  getType | uri
  insert | uri, values
  onCreate | 
  query | uri, projection, selection, selectionArgs, sortOrder
  update | uri, values, selection, selectionArgs
android.content.SyncAdapterType
 Methods: 11
  allowParallelSyncs | 
  describeContents | 
  equals | o
  getSettingsActivity | 
  hashCode | 
  isAlwaysSyncable | 
  isUserVisible | 
  newKey | authority, accountType
  supportsUploading | 
  toString | 
  writeToParcel | dest, flags
android.content.SyncContext
 Methods: 2
  getSyncContextBinder | 
  onFinished | result
android.content.SyncInfo
 Methods: 0
android.content.SyncRequest
 Methods: 2
  describeContents | 
  writeToParcel | parcel, flags
android.content.SyncRequest$Builder
 Methods: 12
  build | 
  setDisallowMetered | disallow
  setExpedited | expedited
  setExtras | bundle
  setIgnoreBackoff | ignoreBackoff
  setIgnoreSettings | ignoreSettings
  setManual | isManual
  setNoRetry | noRetry
  setRequiresCharging | requiresCharging
  setSyncAdapter | account, authority
  syncOnce | 
  syncPeriodic | pollFrequency, beforeSeconds
android.content.SyncResult
 Methods: 9
  clear | 
  describeContents | 
  hasError | 
  hasHardError | 
  hasSoftError | 
  madeSomeProgress | 
  toDebugString | 
  toString | 
  writeToParcel | parcel, flags
android.content.SyncStats
 Methods: 4
  clear | 
  describeContents | 
  toString | 
  writeToParcel | dest, flags
android.content.UriMatcher
 Methods: 2
  addURI | authority, path, code
  match | uri
android.content.UriPermission
 Methods: 7
  describeContents | 
  getPersistedTime | 
  getUri | 
  isReadPermission | 
  isWritePermission | 
  toString | 
  writeToParcel | dest, flags
android.content.ActivityNotFoundException
 Methods: 0
android.content.IntentFilter$MalformedMimeTypeException
 Methods: 0
android.content.IntentSender$SendIntentException
 Methods: 0
android.content.OperationApplicationException
 Methods: 1
  getNumSuccessfulYieldPoints | 
android.content.ReceiverCallNotAllowedException
 Methods: 0
android.content.pm.ActivityInfo
 Methods: 5
  describeContents | 
  dump | pw, prefix
  getThemeResource | 
  toString | 
  writeToParcel | dest, parcelableFlags
android.content.pm.ActivityInfo$WindowLayout
 Methods: 0
android.content.pm.ApplicationInfo
 Methods: 9
  describeContents | 
  dump | pw, prefix
  getCategoryTitle | context, category
  isProfileableByShell | 
  isResourceOverlay | 
  isVirtualPreload | 
  loadDescription | pm
  toString | 
  writeToParcel | dest, parcelableFlags
android.content.pm.ApplicationInfo$DisplayNameComparator
 Methods: 1
  compare | aa, ab
android.content.pm.ChangedPackages
 Methods: 4
  describeContents | 
  getPackageNames | 
  getSequenceNumber | 
  writeToParcel | dest, flags
android.content.pm.ComponentInfo
 Methods: 5
  getBannerResource | 
  getIconResource | 
  getLogoResource | 
  isEnabled | 
  writeToParcel | dest, parcelableFlags
android.content.pm.ConfigurationInfo
 Methods: 4
  describeContents | 
  getGlEsVersion | 
  toString | 
  writeToParcel | dest, parcelableFlags
android.content.pm.CrossProfileApps
 Methods: 4
  getProfileSwitchingIconDrawable | userHandle
  getProfileSwitchingLabel | userHandle
  getTargetUserProfiles | 
  startMainActivity | component, targetUser
android.content.pm.FeatureGroupInfo
 Methods: 2
  describeContents | 
  writeToParcel | dest, flags
android.content.pm.FeatureInfo
 Methods: 4
  describeContents | 
  getGlEsVersion | 
  toString | 
  writeToParcel | dest, parcelableFlags
android.content.pm.InstrumentationInfo
 Methods: 3
  describeContents | 
  toString | 
  writeToParcel | dest, parcelableFlags
android.content.pm.LabeledIntent
 Methods: 8
  getIconResource | 
  getLabelResource | 
  getNonLocalizedLabel | 
  getSourcePackage | 
  loadIcon | pm
  loadLabel | pm
  readFromParcel | in
  writeToParcel | dest, parcelableFlags
android.content.pm.LauncherActivityInfo
 Methods: 8
  getApplicationInfo | 
  getBadgedIcon | density
  getComponentName | 
  getFirstInstallTime | 
  getIcon | density
  getLabel | 
  getName | 
  getUser | 
android.content.pm.LauncherApps
 Methods: 27
  getActivityList | packageName, user
  getAllPackageInstallerSessions | 
  getApplicationInfo | packageName, flags, user
  getPinItemRequest | intent
  getProfiles | 
  getShortcutBadgedIconDrawable | shortcut, density
  getShortcutConfigActivityIntent | info
  getShortcutConfigActivityList | packageName, user
  getShortcutIconDrawable | shortcut, density
  getShortcuts | query, user
  getSuspendedPackageLauncherExtras | packageName, user
  hasShortcutHostPermission | 
  isActivityEnabled | component, user
  isPackageEnabled | packageName, user
  pinShortcuts | packageName, shortcutIds, user
  registerCallback | callback
  registerCallback | callback, handler
  registerPackageInstallerSessionCallback | executor, callback
  resolveActivity | intent, user
  shouldHideFromSuggestions | packageName, user
  startAppDetailsActivity | component, user, sourceBounds, opts
  startMainActivity | component, user, sourceBounds, opts
  startPackageInstallerSessionDetailsActivity | sessionInfo, sourceBounds, opts
  startShortcut | packageName, shortcutId, sourceBounds, startActivityOptions, user
  startShortcut | shortcut, sourceBounds, startActivityOptions
  unregisterCallback | callback
  unregisterPackageInstallerSessionCallback | callback
android.content.pm.LauncherApps$Callback
 Methods: 9
  onPackageAdded | packageName, user
  onPackageChanged | packageName, user
  onPackageRemoved | packageName, user
  onPackagesAvailable | packageNames, user, replacing
  onPackagesSuspended | packageNames, user, launcherExtras
  onPackagesSuspended | packageNames, user
  onPackagesUnavailable | packageNames, user, replacing
  onPackagesUnsuspended | packageNames, user
  onShortcutsChanged | packageName, shortcuts, user
android.content.pm.LauncherApps$PinItemRequest
 Methods: 9
  accept | options
  accept | 
  describeContents | 
  getAppWidgetProviderInfo | context
  getExtras | 
  getRequestType | 
  getShortcutInfo | 
  isValid | 
  writeToParcel | dest, flags
android.content.pm.LauncherApps$ShortcutQuery
 Methods: 5
  setActivity | activity
  setChangedSince | changedSince
  setPackage | packageName
  setQueryFlags | queryFlags
  setShortcutIds | shortcutIds
android.content.pm.ModuleInfo
 Methods: 8
  describeContents | 
  equals | obj
  getName | 
  getPackageName | 
  hashCode | 
  isHidden | 
  toString | 
  writeToParcel | dest, parcelableFlags
android.content.pm.PackageInfo
 Methods: 5
  describeContents | 
  getLongVersionCode | 
  setLongVersionCode | longVersionCode
  toString | 
  writeToParcel | dest, parcelableFlags
android.content.pm.PackageInstaller
 Methods: 16
  abandonSession | sessionId
  createSession | params
  getActiveStagedSession | 
  getAllSessions | 
  getMySessions | 
  getSessionInfo | sessionId
  getStagedSessions | 
  installExistingPackage | packageName, installReason, statusReceiver
  openSession | sessionId
  registerSessionCallback | callback, handler
  registerSessionCallback | callback
  uninstall | versionedPackage, statusReceiver
  uninstall | packageName, statusReceiver
  unregisterSessionCallback | callback
  updateSessionAppIcon | sessionId, appIcon
  updateSessionAppLabel | sessionId, appLabel
android.content.pm.PackageInstaller$Session
 Methods: 16
  abandon | 
  addChildSessionId | sessionId
  close | 
  commit | statusReceiver
  fsync | out
  getChildSessionIds | 
  getNames | 
  getParentSessionId | 
  isMultiPackage | 
  isStaged | 
  openRead | name
  openWrite | name, offsetBytes, lengthBytes
  removeChildSessionId | sessionId
  removeSplit | splitName
  setStagingProgress | progress
  transfer | packageName
android.content.pm.PackageInstaller$SessionCallback
 Methods: 5
  onActiveChanged | sessionId, active
  onBadgingChanged | sessionId
  onCreated | sessionId
  onFinished | sessionId, success
  onProgressChanged | sessionId, progress
android.content.pm.PackageInstaller$SessionInfo
 Methods: 30
  createDetailsIntent | 
  describeContents | 
  getAppIcon | 
  getAppLabel | 
  getAppPackageName | 
  getChildSessionIds | 
  getInstallLocation | 
  getInstallReason | 
  getInstallerPackageName | 
  getMode | 
  getOriginatingUid | 
  getOriginatingUri | 
  getParentSessionId | 
  getProgress | 
  getReferrerUri | 
  getSessionId | 
  getSize | 
  getStagedSessionErrorCode | 
  getStagedSessionErrorMessage | 
  getUpdatedMillis | 
  getUser | 
  isActive | 
  isCommitted | 
  isMultiPackage | 
  isSealed | 
  isStaged | 
  isStagedSessionApplied | 
  isStagedSessionFailed | 
  isStagedSessionReady | 
  writeToParcel | dest, flags
android.content.pm.PackageInstaller$SessionParams
 Methods: 13
  describeContents | 
  setAppIcon | appIcon
  setAppLabel | appLabel
  setAppPackageName | appPackageName
  setInstallLocation | installLocation
  setInstallReason | installReason
  setMultiPackage | 
  setOriginatingUid | originatingUid
  setOriginatingUri | originatingUri
  setReferrerUri | referrerUri
  setSize | sizeBytes
  setWhitelistedRestrictedPermissions | permissions
  writeToParcel | dest, flags
android.content.pm.PackageItemInfo
 Methods: 7
  loadBanner | pm
  loadIcon | pm
  loadLabel | pm
  loadLogo | pm
  loadUnbadgedIcon | pm
  loadXmlMetaData | pm, name
  writeToParcel | dest, parcelableFlags
android.content.pm.PackageItemInfo$DisplayNameComparator
 Methods: 1
  compare | aa, ab
android.content.pm.PackageManager
 Methods: 107
  addPackageToPreferred | packageName
  addPermission | info
  addPermissionAsync | info
  addPreferredActivity | filter, match, set, activity
  addWhitelistedRestrictedPermission | packageName, permission, whitelistFlags
  canRequestPackageInstalls | 
  canonicalToCurrentPackageNames | packageNames
  checkPermission | permissionName, packageName
  checkSignatures | packageName1, packageName2
  checkSignatures | uid1, uid2
  clearInstantAppCookie | 
  clearPackagePreferredActivities | packageName
  currentToCanonicalPackageNames | packageNames
  extendVerificationTimeout | id, verificationCodeAtTimeout, millisecondsToDelay
  getActivityBanner | activityName
  getActivityBanner | intent
  getActivityIcon | intent
  getActivityIcon | activityName
  getActivityInfo | component, flags
  getActivityLogo | intent
  getActivityLogo | activityName
  getAllPermissionGroups | flags
  getApplicationBanner | packageName
  getApplicationBanner | info
  getApplicationEnabledSetting | packageName
  getApplicationIcon | info
  getApplicationIcon | packageName
  getApplicationInfo | packageName, flags
  getApplicationLabel | info
  getApplicationLogo | packageName
  getApplicationLogo | info
  getChangedPackages | sequenceNumber
  getComponentEnabledSetting | componentName
  getDefaultActivityIcon | 
  getDrawable | packageName, resid, appInfo
  getInstalledApplications | flags
  getInstalledModules | flags
  getInstalledPackages | flags
  getInstallerPackageName | packageName
  getInstantAppCookie | 
  getInstantAppCookieMaxBytes | 
  getInstrumentationInfo | className, flags
  getLaunchIntentForPackage | packageName
  getLeanbackLaunchIntentForPackage | packageName
  getModuleInfo | packageName, flags
  getNameForUid | uid
  getPackageArchiveInfo | archiveFilePath, flags
  getPackageGids | packageName
  getPackageGids | packageName, flags
  getPackageInfo | packageName, flags
  getPackageInfo | versionedPackage, flags
  getPackageInstaller | 
  getPackageUid | packageName, flags
  getPackagesForUid | uid
  getPackagesHoldingPermissions | permissions, flags
  getPermissionGroupInfo | permissionName, flags
  getPermissionInfo | permissionName, flags
  getPreferredActivities | outFilters, outActivities, packageName
  getPreferredPackages | flags
  getProviderInfo | component, flags
  getReceiverInfo | component, flags
  getResourcesForActivity | activityName
  getResourcesForApplication | app
  getResourcesForApplication | packageName
  getServiceInfo | component, flags
  getSharedLibraries | flags
  getSuspendedPackageAppExtras | 
  getSyntheticAppDetailsActivityEnabled | packageName
  getSystemAvailableFeatures | 
  getSystemSharedLibraryNames | 
  getText | packageName, resid, appInfo
  getUserBadgedDrawableForDensity | drawable, user, badgeLocation, badgeDensity
  getUserBadgedIcon | drawable, user
  getUserBadgedLabel | label, user
  getWhitelistedRestrictedPermissions | packageName, whitelistFlag
  getXml | packageName, resid, appInfo
  hasSigningCertificate | uid, certificate, type
  hasSigningCertificate | packageName, certificate, type
  hasSystemFeature | featureName
  hasSystemFeature | featureName, version
  isDeviceUpgrading | 
  isInstantApp | 
  isInstantApp | packageName
  isPackageSuspended | packageName
  isPackageSuspended | 
  isPermissionRevokedByPolicy | permissionName, packageName
  isSafeMode | 
  queryBroadcastReceivers | intent, flags
  queryContentProviders | processName, uid, flags
  queryInstrumentation | targetPackage, flags
  queryIntentActivities | intent, flags
  queryIntentActivityOptions | caller, specifics, intent, flags
  queryIntentContentProviders | intent, flags
  queryIntentServices | intent, flags
  queryPermissionsByGroup | permissionGroup, flags
  removePackageFromPreferred | packageName
  removePermission | permissionName
  removeWhitelistedRestrictedPermission | packageName, permission, whitelistFlags
  resolveActivity | intent, flags
  resolveContentProvider | authority, flags
  resolveService | intent, flags
  setApplicationCategoryHint | packageName, categoryHint
  setApplicationEnabledSetting | packageName, newState, flags
  setComponentEnabledSetting | componentName, newState, flags
  setInstallerPackageName | targetPackage, installerPackageName
  updateInstantAppCookie | cookie
  verifyPendingInstall | id, verificationCode
android.content.pm.PackageStats
 Methods: 5
  describeContents | 
  equals | obj
  hashCode | 
  toString | 
  writeToParcel | dest, parcelableFlags
android.content.pm.PathPermission
 Methods: 3
  getReadPermission | 
  getWritePermission | 
  writeToParcel | dest, flags
android.content.pm.PermissionGroupInfo
 Methods: 4
  describeContents | 
  loadDescription | pm
  toString | 
  writeToParcel | dest, parcelableFlags
android.content.pm.PermissionInfo
 Methods: 6
  describeContents | 
  getProtection | 
  getProtectionFlags | 
  loadDescription | pm
  toString | 
  writeToParcel | dest, parcelableFlags
android.content.pm.ProviderInfo
 Methods: 4
  describeContents | 
  dump | pw, prefix
  toString | 
  writeToParcel | out, parcelableFlags
android.content.pm.ResolveInfo
 Methods: 7
  describeContents | 
  dump | pw, prefix
  getIconResource | 
  loadIcon | pm
  loadLabel | pm
  toString | 
  writeToParcel | dest, parcelableFlags
android.content.pm.ResolveInfo$DisplayNameComparator
 Methods: 1
  compare | a, b
android.content.pm.ServiceInfo
 Methods: 5
  describeContents | 
  dump | pw, prefix
  getForegroundServiceType | 
  toString | 
  writeToParcel | dest, parcelableFlags
android.content.pm.SharedLibraryInfo
 Methods: 9
  describeContents | 
  getDeclaringPackage | 
  getDependentPackages | 
  getLongVersion | 
  getName | 
  getType | 
  getVersion | 
  toString | 
  writeToParcel | parcel, flags
android.content.pm.ShortcutInfo
 Methods: 24
  describeContents | 
  getActivity | 
  getCategories | 
  getDisabledMessage | 
  getDisabledReason | 
  getExtras | 
  getId | 
  getIntent | 
  getIntents | 
  getLastChangedTimestamp | 
  getLocusId | 
  getLongLabel | 
  getPackage | 
  getRank | 
  getShortLabel | 
  getUserHandle | 
  hasKeyFieldsOnly | 
  isDeclaredInManifest | 
  isDynamic | 
  isEnabled | 
  isImmutable | 
  isPinned | 
  toString | 
  writeToParcel | dest, flags
android.content.pm.ShortcutInfo$Builder
 Methods: 15
  build | 
  setActivity | activity
  setCategories | categories
  setDisabledMessage | disabledMessage
  setExtras | extras
  setIcon | icon
  setIntent | intent
  setIntents | intents
  setLocusId | locusId
  setLongLabel | longLabel
  setLongLived | londLived
  setPerson | person
  setPersons | persons
  setRank | rank
  setShortLabel | shortLabel
android.content.pm.ShortcutManager
 Methods: 19
  addDynamicShortcuts | shortcutInfoList
  createShortcutResultIntent | shortcut
  disableShortcuts | shortcutIds
  disableShortcuts | shortcutIds, disabledMessage
  enableShortcuts | shortcutIds
  getDynamicShortcuts | 
  getIconMaxHeight | 
  getIconMaxWidth | 
  getManifestShortcuts | 
  getMaxShortcutCountPerActivity | 
  getPinnedShortcuts | 
  isRateLimitingActive | 
  isRequestPinShortcutSupported | 
  removeAllDynamicShortcuts | 
  removeDynamicShortcuts | shortcutIds
  reportShortcutUsed | shortcutId
  requestPinShortcut | shortcut, resultIntent
  setDynamicShortcuts | shortcutInfoList
  updateShortcuts | shortcutInfoList
android.content.pm.Signature
 Methods: 8
  describeContents | 
  equals | obj
  hashCode | 
  toByteArray | 
  toChars | 
  toChars | existingArray, outLen
  toCharsString | 
  writeToParcel | dest, parcelableFlags
android.content.pm.SigningInfo
 Methods: 6
  describeContents | 
  getApkContentsSigners | 
  getSigningCertificateHistory | 
  hasMultipleSigners | 
  hasPastSigningCertificates | 
  writeToParcel | dest, parcelableFlags
android.content.pm.VersionedPackage
 Methods: 6
  describeContents | 
  getLongVersionCode | 
  getPackageName | 
  getVersionCode | 
  toString | 
  writeToParcel | parcel, flags
android.content.pm.PackageManager$NameNotFoundException
 Methods: 0
android.content.res.XmlResourceParser
 Methods: 2
  close | 
  getAttributeNamespace | index
android.content.res.AssetFileDescriptor
 Methods: 12
  close | 
  createInputStream | 
  createOutputStream | 
  describeContents | 
  getDeclaredLength | 
  getExtras | 
  getFileDescriptor | 
  getLength | 
  getParcelFileDescriptor | 
  getStartOffset | 
  toString | 
  writeToParcel | out, flags
android.content.res.AssetFileDescriptor$AutoCloseInputStream
 Methods: 8
  available | 
  mark | readlimit
  markSupported | 
  read | 
  read | buffer, offset, count
  read | buffer
  reset | 
  skip | count
android.content.res.AssetFileDescriptor$AutoCloseOutputStream
 Methods: 3
  write | buffer
  write | buffer, offset, count
  write | oneByte
android.content.res.AssetManager
 Methods: 10
  close | 
  getLocales | 
  list | path
  open | fileName, accessMode
  open | fileName
  openFd | fileName
  openNonAssetFd | fileName
  openNonAssetFd | cookie, fileName
  openXmlResourceParser | cookie, fileName
  openXmlResourceParser | fileName
android.content.res.AssetManager$AssetInputStream
 Methods: 9
  available | 
  close | 
  mark | readlimit
  markSupported | 
  read | 
  read | b, off, len
  read | b
  reset | 
  skip | n
android.content.res.ColorStateList
 Methods: 12
  createFromXml | r, parser
  createFromXml | r, parser, theme
  describeContents | 
  getChangingConfigurations | 
  getColorForState | stateSet, defaultColor
  getDefaultColor | 
  isOpaque | 
  isStateful | 
  toString | 
  valueOf | color
  withAlpha | alpha
  writeToParcel | dest, flags
android.content.res.Configuration
 Methods: 22
  compareTo | that
  describeContents | 
  diff | delta
  equals | that
  equals | that
  getLayoutDirection | 
  getLocales | 
  hashCode | 
  isLayoutSizeAtLeast | size
  isScreenHdr | 
  isScreenRound | 
  isScreenWideColorGamut | 
  needNewResources | configChanges, interestingChanges
  readFromParcel | source
  setLayoutDirection | loc
  setLocale | loc
  setLocales | locales
  setTo | o
  setToDefaults | 
  toString | 
  updateFrom | delta
  writeToParcel | dest, flags
android.content.res.ObbInfo
 Methods: 3
  describeContents | 
  toString | 
  writeToParcel | dest, parcelableFlags
android.content.res.ObbScanner
 Methods: 1
  getObbInfo | filePath
android.content.res.Resources
 Methods: 54
  finishPreloading | 
  flushLayoutCache | 
  getAnimation | id
  getAssets | 
  getAttributeSetSourceResId | set
  getBoolean | id
  getColor | id
  getColor | id, theme
  getColorStateList | id, theme
  getColorStateList | id
  getConfiguration | 
  getDimension | id
  getDimensionPixelOffset | id
  getDimensionPixelSize | id
  getDisplayMetrics | 
  getDrawable | id, theme
  getDrawable | id
  getDrawableForDensity | id, density
  getDrawableForDensity | id, density, theme
  getFloat | id
  getFont | id
  getFraction | id, base, pbase
  getIdentifier | name, defType, defPackage
  getIntArray | id
  getInteger | id
  getLayout | id
  getMovie | id
  getQuantityString | id, quantity
  getQuantityString | id, quantity, formatArgs
  getQuantityText | id, quantity
  getResourceEntryName | resid
  getResourceName | resid
  getResourcePackageName | resid
  getResourceTypeName | resid
  getString | id, formatArgs
  getString | id
  getStringArray | id
  getSystem | 
  getText | id, def
  getText | id
  getTextArray | id
  getValue | name, outValue, resolveRefs
  getValue | id, outValue, resolveRefs
  getValueForDensity | id, density, outValue, resolveRefs
  getXml | id
  newTheme | 
  obtainAttributes | set, attrs
  obtainTypedArray | id
  openRawResource | id, value
  openRawResource | id
  openRawResourceFd | id
  parseBundleExtra | tagName, attrs, outBundle
  parseBundleExtras | parser, outBundle
  updateConfiguration | config, metrics
android.content.res.Resources$Theme
 Methods: 13
  applyStyle | resId, force
  dump | priority, tag, prefix
  getAttributeResolutionStack | defStyleAttr, defStyleRes, explicitStyleRes
  getChangingConfigurations | 
  getDrawable | id
  getExplicitStyle | set
  getResources | 
  obtainStyledAttributes | set, attrs, defStyleAttr, defStyleRes
  obtainStyledAttributes | attrs
  obtainStyledAttributes | resId, attrs
  rebase | 
  resolveAttribute | resid, outValue, resolveRefs
  setTo | other
android.content.res.TypedArray
 Methods: 33
  getBoolean | index, defValue
  getChangingConfigurations | 
  getColor | index, defValue
  getColorStateList | index
  getDimension | index, defValue
  getDimensionPixelOffset | index, defValue
  getDimensionPixelSize | index, defValue
  getDrawable | index
  getFloat | index, defValue
  getFont | index
  getFraction | index, base, pbase, defValue
  getIndex | at
  getIndexCount | 
  getInt | index, defValue
  getInteger | index, defValue
  getLayoutDimension | index, defValue
  getLayoutDimension | index, name
  getNonResourceString | index
  getPositionDescription | 
  getResourceId | index, defValue
  getResources | 
  getSourceResourceId | index, defaultValue
  getString | index
  getText | index
  getTextArray | index
  getType | index
  getValue | index, outValue
  hasValue | index
  hasValueOrEmpty | index
  length | 
  peekValue | index
  recycle | 
  toString | 
android.content.res.Resources$NotFoundException
 Methods: 0
android.database.CrossProcessCursor
 Methods: 3
  fillWindow | position, window
  getWindow | 
  onMove | oldPosition, newPosition
android.database.Cursor
 Methods: 43
  close | 
  copyStringToBuffer | columnIndex, buffer
  deactivate | 
  getBlob | columnIndex
  getColumnCount | 
  getColumnIndex | columnName
  getColumnIndexOrThrow | columnName
  getColumnName | columnIndex
  getColumnNames | 
  getCount | 
  getDouble | columnIndex
  getExtras | 
  getFloat | columnIndex
  getInt | columnIndex
  getLong | columnIndex
  getNotificationUri | 
  getNotificationUris | 
  getPosition | 
  getShort | columnIndex
  getString | columnIndex
  getType | columnIndex
  getWantsAllOnMoveCalls | 
  isAfterLast | 
  isBeforeFirst | 
  isClosed | 
  isFirst | 
  isLast | 
  isNull | columnIndex
  move | offset
  moveToFirst | 
  moveToLast | 
  moveToNext | 
  moveToPosition | position
  moveToPrevious | 
  registerContentObserver | observer
  registerDataSetObserver | observer
  requery | 
  respond | extras
  setExtras | extras
  setNotificationUri | cr, uri
  setNotificationUris | cr, uris
  unregisterContentObserver | observer
  unregisterDataSetObserver | observer
android.database.DatabaseErrorHandler
 Methods: 1
  onCorruption | dbObj
android.database.AbstractCursor
 Methods: 46
  close | 
  copyStringToBuffer | columnIndex, buffer
  deactivate | 
  fillWindow | position, window
  getBlob | column
  getColumnCount | 
  getColumnIndex | columnName
  getColumnIndexOrThrow | columnName
  getColumnName | columnIndex
  getColumnNames | 
  getCount | 
  getDouble | column
  getExtras | 
  getFloat | column
  getInt | column
  getLong | column
  getNotificationUri | 
  getNotificationUris | 
  getPosition | 
  getShort | column
  getString | column
  getType | column
  getWantsAllOnMoveCalls | 
  getWindow | 
  isAfterLast | 
  isBeforeFirst | 
  isClosed | 
  isFirst | 
  isLast | 
  isNull | column
  move | offset
  moveToFirst | 
  moveToLast | 
  moveToNext | 
  moveToPosition | position
  moveToPrevious | 
  onMove | oldPosition, newPosition
  registerContentObserver | observer
  registerDataSetObserver | observer
  requery | 
  respond | extras
  setExtras | extras
  setNotificationUri | cr, notifyUri
  setNotificationUris | cr, notifyUris
  unregisterContentObserver | observer
  unregisterDataSetObserver | observer
android.database.AbstractCursor$SelfContentObserver
 Methods: 2
  deliverSelfNotifications | 
  onChange | selfChange
android.database.AbstractWindowedCursor
 Methods: 17
  copyStringToBuffer | columnIndex, buffer
  getBlob | columnIndex
  getDouble | columnIndex
  getFloat | columnIndex
  getInt | columnIndex
  getLong | columnIndex
  getShort | columnIndex
  getString | columnIndex
  getType | columnIndex
  getWindow | 
  hasWindow | 
  isBlob | columnIndex
  isFloat | columnIndex
  isLong | columnIndex
  isNull | columnIndex
  isString | columnIndex
  setWindow | window
android.database.CharArrayBuffer
 Methods: 0
android.database.ContentObservable
 Methods: 4
  dispatchChange | selfChange
  dispatchChange | selfChange, uri
  notifyChange | selfChange
  registerObserver | observer
android.database.ContentObserver
 Methods: 5
  deliverSelfNotifications | 
  dispatchChange | selfChange
  dispatchChange | selfChange, uri
  onChange | selfChange
  onChange | selfChange, uri
android.database.CrossProcessCursorWrapper
 Methods: 3
  fillWindow | position, window
  getWindow | 
  onMove | oldPosition, newPosition
android.database.CursorJoiner
 Methods: 4
  hasNext | 
  iterator | 
  next | 
  remove | 
android.database.CursorWindow
 Methods: 30
  allocRow | 
  clear | 
  copyStringToBuffer | row, column, buffer
  describeContents | 
  freeLastRow | 
  getBlob | row, column
  getDouble | row, column
  getFloat | row, column
  getInt | row, column
  getLong | row, column
  getNumRows | 
  getShort | row, column
  getStartPosition | 
  getString | row, column
  getType | row, column
  isBlob | row, column
  isFloat | row, column
  isLong | row, column
  isNull | row, column
  isString | row, column
  newFromParcel | p
  putBlob | value, row, column
  putDouble | value, row, column
  putLong | value, row, column
  putNull | row, column
  putString | value, row, column
  setNumColumns | columnNum
  setStartPosition | pos
  toString | 
  writeToParcel | dest, flags
android.database.CursorWrapper
 Methods: 44
  close | 
  copyStringToBuffer | columnIndex, buffer
  deactivate | 
  getBlob | columnIndex
  getColumnCount | 
  getColumnIndex | columnName
  getColumnIndexOrThrow | columnName
  getColumnName | columnIndex
  getColumnNames | 
  getCount | 
  getDouble | columnIndex
  getExtras | 
  getFloat | columnIndex
  getInt | columnIndex
  getLong | columnIndex
  getNotificationUri | 
  getNotificationUris | 
  getPosition | 
  getShort | columnIndex
  getString | columnIndex
  getType | columnIndex
  getWantsAllOnMoveCalls | 
  getWrappedCursor | 
  isAfterLast | 
  isBeforeFirst | 
  isClosed | 
  isFirst | 
  isLast | 
  isNull | columnIndex
  move | offset
  moveToFirst | 
  moveToLast | 
  moveToNext | 
  moveToPosition | position
  moveToPrevious | 
  registerContentObserver | observer
  registerDataSetObserver | observer
  requery | 
  respond | extras
  setExtras | extras
  setNotificationUri | cr, uri
  setNotificationUris | cr, uris
  unregisterContentObserver | observer
  unregisterDataSetObserver | observer
android.database.DatabaseUtils
 Methods: 47
  appendEscapedSQLString | sb, sqlString
  appendSelectionArgs | originalValues, newValues
  appendValueToSql | sql, value
  bindObjectToProgram | prog, index, value
  blobFileDescriptorForQuery | prog, selectionArgs
  blobFileDescriptorForQuery | db, query, selectionArgs
  concatenateWhere | a, b
  createDbFromSqlStatements | context, dbName, dbVersion, sqlStatements
  cursorDoubleToContentValues | cursor, field, values, key
  cursorDoubleToContentValuesIfPresent | cursor, values, column
  cursorDoubleToCursorValues | cursor, field, values
  cursorFloatToContentValuesIfPresent | cursor, values, column
  cursorIntToContentValues | cursor, field, values, key
  cursorIntToContentValues | cursor, field, values
  cursorIntToContentValuesIfPresent | cursor, values, column
  cursorLongToContentValues | cursor, field, values, key
  cursorLongToContentValues | cursor, field, values
  cursorLongToContentValuesIfPresent | cursor, values, column
  cursorRowToContentValues | cursor, values
  cursorShortToContentValuesIfPresent | cursor, values, column
  cursorStringToContentValues | cursor, field, values, key
  cursorStringToContentValues | cursor, field, values
  cursorStringToContentValuesIfPresent | cursor, values, column
  cursorStringToInsertHelper | cursor, field, inserter, index
  dumpCurrentRow | cursor, sb
  dumpCurrentRow | cursor, stream
  dumpCurrentRow | cursor
  dumpCurrentRowToString | cursor
  dumpCursor | cursor, stream
  dumpCursor | cursor
  dumpCursor | cursor, sb
  dumpCursorToString | cursor
  getCollationKey | name
  getHexCollationKey | name
  getSqlStatementType | sql
  longForQuery | db, query, selectionArgs
  longForQuery | prog, selectionArgs
  queryNumEntries | db, table, selection
  queryNumEntries | db, table, selection, selectionArgs
  queryNumEntries | db, table
  readExceptionFromParcel | reply
  readExceptionWithFileNotFoundExceptionFromParcel | reply
  readExceptionWithOperationApplicationExceptionFromParcel | reply
  sqlEscapeString | value
  stringForQuery | db, query, selectionArgs
  stringForQuery | prog, selectionArgs
  writeExceptionToParcel | reply, e
android.database.DatabaseUtils$InsertHelper
 Methods: 15
  bind | index, value
  bind | index, value
  bind | index, value
  bind | index, value
  bind | index, value
  bind | index, value
  bind | index, value
  bindNull | index
  close | 
  execute | 
  getColumnIndex | key
  insert | values
  prepareForInsert | 
  prepareForReplace | 
  replace | values
android.database.DataSetObservable
 Methods: 2
  notifyChanged | 
  notifyInvalidated | 
android.database.DataSetObserver
 Methods: 2
  onChanged | 
  onInvalidated | 
android.database.DefaultDatabaseErrorHandler
 Methods: 1
  onCorruption | dbObj
android.database.MatrixCursor
 Methods: 14
  addRow | columnValues
  addRow | columnValues
  getBlob | column
  getColumnNames | 
  getCount | 
  getDouble | column
  getFloat | column
  getInt | column
  getLong | column
  getShort | column
  getString | column
  getType | column
  isNull | column
  newRow | 
android.database.MatrixCursor$RowBuilder
 Methods: 2
  add | columnValue
  add | columnName, value
android.database.MergeCursor
 Methods: 19
  close | 
  deactivate | 
  getBlob | column
  getColumnNames | 
  getCount | 
  getDouble | column
  getFloat | column
  getInt | column
  getLong | column
  getShort | column
  getString | column
  getType | column
  isNull | column
  onMove | oldPosition, newPosition
  registerContentObserver | observer
  registerDataSetObserver | observer
  requery | 
  unregisterContentObserver | observer
  unregisterDataSetObserver | observer
android.database.Observable
 Methods: 3
  registerObserver | observer
  unregisterAll | 
  unregisterObserver | observer
android.database.CursorJoiner$Result
 Methods: 2
  valueOf | name
  values | 
android.database.CursorIndexOutOfBoundsException
 Methods: 0
android.database.SQLException
 Methods: 0
android.database.StaleDataException
 Methods: 0
android.database.sqlite.SQLiteCursorDriver
 Methods: 5
  cursorClosed | 
  cursorDeactivated | 
  cursorRequeried | cursor
  query | factory, bindArgs
  setBindArguments | bindArgs
android.database.sqlite.SQLiteDatabase$CursorFactory
 Methods: 1
  newCursor | db, masterQuery, editTable, query
android.database.sqlite.SQLiteTransactionListener
 Methods: 3
  onBegin | 
  onCommit | 
  onRollback | 
android.database.sqlite.SQLiteClosable
 Methods: 4
  acquireReference | 
  close | 
  releaseReference | 
  releaseReferenceFromContainer | 
android.database.sqlite.SQLiteCursor
 Methods: 11
  close | 
  deactivate | 
  getColumnIndex | columnName
  getColumnNames | 
  getCount | 
  getDatabase | 
  onMove | oldPosition, newPosition
  requery | 
  setFillWindowForwardOnly | fillWindowForwardOnly
  setSelectionArguments | selectionArgs
  setWindow | window
android.database.sqlite.SQLiteDatabase
 Methods: 68
  beginTransaction | 
  beginTransactionNonExclusive | 
  beginTransactionWithListener | transactionListener
  beginTransactionWithListenerNonExclusive | transactionListener
  compileStatement | sql
  create | factory
  createInMemory | openParams
  delete | table, whereClause, whereArgs
  deleteDatabase | file
  disableWriteAheadLogging | 
  enableWriteAheadLogging | 
  endTransaction | 
  execSQL | sql
  execSQL | sql, bindArgs
  findEditTable | tables
  getAttachedDbs | 
  getMaximumSize | 
  getPageSize | 
  getPath | 
  getSyncedTables | 
  getVersion | 
  inTransaction | 
  insert | table, nullColumnHack, values
  insertOrThrow | table, nullColumnHack, values
  insertWithOnConflict | table, nullColumnHack, initialValues, conflictAlgorithm
  isDatabaseIntegrityOk | 
  isDbLockedByCurrentThread | 
  isDbLockedByOtherThreads | 
  isOpen | 
  isReadOnly | 
  isWriteAheadLoggingEnabled | 
  markTableSyncable | table, deletedTable
  markTableSyncable | table, foreignKey, updateTable
  needUpgrade | newVersion
  openDatabase | path, factory, flags
  openDatabase | path, openParams
  openDatabase | path, factory, flags, errorHandler
  openOrCreateDatabase | file, factory
  openOrCreateDatabase | path, factory, errorHandler
  openOrCreateDatabase | path, factory
  query | distinct, table, columns, selection, selectionArgs, groupBy, having, orderBy, limit
  query | table, columns, selection, selectionArgs, groupBy, having, orderBy, limit
  query | distinct, table, columns, selection, selectionArgs, groupBy, having, orderBy, limit, cancellationSignal
  query | table, columns, selection, selectionArgs, groupBy, having, orderBy
  queryWithFactory | cursorFactory, distinct, table, columns, selection, selectionArgs, groupBy, having, orderBy, limit, cancellationSignal
  queryWithFactory | cursorFactory, distinct, table, columns, selection, selectionArgs, groupBy, having, orderBy, limit
  rawQuery | sql, selectionArgs, cancellationSignal
  rawQuery | sql, selectionArgs
  rawQueryWithFactory | cursorFactory, sql, selectionArgs, editTable, cancellationSignal
  rawQueryWithFactory | cursorFactory, sql, selectionArgs, editTable
  releaseMemory | 
  replace | table, nullColumnHack, initialValues
  replaceOrThrow | table, nullColumnHack, initialValues
  setForeignKeyConstraintsEnabled | enable
  setLocale | locale
  setLockingEnabled | lockingEnabled
  setMaxSqlCacheSize | cacheSize
  setMaximumSize | numBytes
  setPageSize | numBytes
  setTransactionSuccessful | 
  setVersion | version
  toString | 
  update | table, values, whereClause, whereArgs
  updateWithOnConflict | table, values, whereClause, whereArgs, conflictAlgorithm
  validateSql | sql, cancellationSignal
  yieldIfContended | 
  yieldIfContendedSafely | 
  yieldIfContendedSafely | sleepAfterYieldDelay
android.database.sqlite.SQLiteDatabase$OpenParams
 Methods: 8
  getCursorFactory | 
  getErrorHandler | 
  getIdleConnectionTimeout | 
  getJournalMode | 
  getLookasideSlotCount | 
  getLookasideSlotSize | 
  getOpenFlags | 
  getSynchronousMode | 
android.database.sqlite.SQLiteDatabase$OpenParams$Builder
 Methods: 10
  addOpenFlags | openFlags
  build | 
  removeOpenFlags | openFlags
  setCursorFactory | cursorFactory
  setErrorHandler | errorHandler
  setIdleConnectionTimeout | idleConnectionTimeoutMs
  setJournalMode | journalMode
  setLookasideConfig | slotSize, slotCount
  setOpenFlags | openFlags
  setSynchronousMode | syncMode
android.database.sqlite.SQLiteOpenHelper
 Methods: 13
  close | 
  getDatabaseName | 
  getReadableDatabase | 
  getWritableDatabase | 
  onConfigure | db
  onCreate | db
  onDowngrade | db, oldVersion, newVersion
  onOpen | db
  onUpgrade | db, oldVersion, newVersion
  setIdleConnectionTimeout | idleConnectionTimeoutMs
  setLookasideConfig | slotSize, slotCount
  setOpenParams | openParams
  setWriteAheadLoggingEnabled | enabled
android.database.sqlite.SQLiteProgram
 Methods: 8
  bindAllArgsAsStrings | bindArgs
  bindBlob | index, value
  bindDouble | index, value
  bindLong | index, value
  bindNull | index
  bindString | index, value
  clearBindings | 
  getUniqueId | 
android.database.sqlite.SQLiteQuery
 Methods: 1
  toString | 
android.database.sqlite.SQLiteQueryBuilder
 Methods: 25
  appendColumns | s, columns
  appendWhere | inWhere
  appendWhereEscapeString | inWhere
  appendWhereStandalone | inWhere
  buildQuery | projectionIn, selection, groupBy, having, sortOrder, limit
  buildQuery | projectionIn, selection, selectionArgs, groupBy, having, sortOrder, limit
  buildQueryString | distinct, tables, columns, where, groupBy, having, orderBy, limit
  buildUnionQuery | subQueries, sortOrder, limit
  buildUnionSubQuery | typeDiscriminatorColumn, unionColumns, columnsPresentInTable, computedColumnsOffset, typeDiscriminatorValue, selection, selectionArgs, groupBy, having
  buildUnionSubQuery | typeDiscriminatorColumn, unionColumns, columnsPresentInTable, computedColumnsOffset, typeDiscriminatorValue, selection, groupBy, having
  delete | db, selection, selectionArgs
  getCursorFactory | 
  getProjectionMap | 
  getTables | 
  isDistinct | 
  isStrict | 
  query | db, projectionIn, selection, selectionArgs, groupBy, having, sortOrder
  query | db, projectionIn, selection, selectionArgs, groupBy, having, sortOrder, limit
  query | db, projectionIn, selection, selectionArgs, groupBy, having, sortOrder, limit, cancellationSignal
  setCursorFactory | factory
  setDistinct | distinct
  setProjectionMap | , columnMap
  setStrict | strict
  setTables | inTables
  update | db, values, selection, selectionArgs
android.database.sqlite.SQLiteStatement
 Methods: 7
  execute | 
  executeInsert | 
  executeUpdateDelete | 
  simpleQueryForBlobFileDescriptor | 
  simpleQueryForLong | 
  simpleQueryForString | 
  toString | 
android.database.sqlite.SQLiteAbortException
 Methods: 0
android.database.sqlite.SQLiteAccessPermException
 Methods: 0
android.database.sqlite.SQLiteBindOrColumnIndexOutOfRangeException
 Methods: 0
android.database.sqlite.SQLiteBlobTooBigException
 Methods: 0
android.database.sqlite.SQLiteCantOpenDatabaseException
 Methods: 0
android.database.sqlite.SQLiteConstraintException
 Methods: 0
android.database.sqlite.SQLiteDatabaseCorruptException
 Methods: 0
android.database.sqlite.SQLiteDatabaseLockedException
 Methods: 0
android.database.sqlite.SQLiteDatatypeMismatchException
 Methods: 0
android.database.sqlite.SQLiteDiskIOException
 Methods: 0
android.database.sqlite.SQLiteDoneException
 Methods: 0
android.database.sqlite.SQLiteException
 Methods: 0
android.database.sqlite.SQLiteFullException
 Methods: 0
android.database.sqlite.SQLiteMisuseException
 Methods: 0
android.database.sqlite.SQLiteOutOfMemoryException
 Methods: 0
android.database.sqlite.SQLiteReadOnlyDatabaseException
 Methods: 0
android.database.sqlite.SQLiteTableLockedException
 Methods: 0
android.drm.DrmManagerClient$OnErrorListener
 Methods: 1
  onError | client, event
android.drm.DrmManagerClient$OnEventListener
 Methods: 1
  onEvent | client, event
android.drm.DrmManagerClient$OnInfoListener
 Methods: 1
  onInfo | client, event
android.drm.DrmStore$ConstraintsColumns
 Methods: 0
android.drm.DrmConvertedStatus
 Methods: 0
android.drm.DrmErrorEvent
 Methods: 0
android.drm.DrmEvent
 Methods: 4
  getAttribute | key
  getMessage | 
  getType | 
  getUniqueId | 
android.drm.DrmInfo
 Methods: 7
  get | key
  getData | 
  getInfoType | 
  getMimeType | 
  iterator | 
  keyIterator | 
  put | key, value
android.drm.DrmInfoEvent
 Methods: 0
android.drm.DrmInfoRequest
 Methods: 6
  get | key
  getInfoType | 
  getMimeType | 
  iterator | 
  keyIterator | 
  put | key, value
android.drm.DrmInfoStatus
 Methods: 0
android.drm.DrmManagerClient
 Methods: 30
  acquireDrmInfo | drmInfoRequest
  acquireRights | drmInfoRequest
  canHandle | path, mimeType
  canHandle | uri, mimeType
  checkRightsStatus | path
  checkRightsStatus | uri
  checkRightsStatus | path, action
  checkRightsStatus | uri, action
  close | 
  closeConvertSession | convertId
  convertData | convertId, inputData
  getAvailableDrmEngines | 
  getConstraints | path, action
  getConstraints | uri, action
  getDrmObjectType | uri, mimeType
  getDrmObjectType | path, mimeType
  getMetadata | path
  getMetadata | uri
  getOriginalMimeType | uri
  getOriginalMimeType | path
  openConvertSession | mimeType
  processDrmInfo | drmInfo
  release | 
  removeAllRights | 
  removeRights | path
  removeRights | uri
  saveRights | drmRights, rightsPath, contentPath
  setOnErrorListener | errorListener
  setOnEventListener | eventListener
  setOnInfoListener | infoListener
android.drm.DrmRights
 Methods: 4
  getAccountId | 
  getData | 
  getMimeType | 
  getSubscriptionId | 
android.drm.DrmStore
 Methods: 0
android.drm.DrmStore$Action
 Methods: 0
android.drm.DrmStore$DrmObjectType
 Methods: 0
android.drm.DrmStore$Playback
 Methods: 0
android.drm.DrmStore$RightsStatus
 Methods: 0
android.drm.DrmSupportInfo
 Methods: 9
  addFileSuffix | fileSuffix
  addMimeType | mimeType
  equals | object
  getDescriprition | 
  getDescription | 
  getFileSuffixIterator | 
  getMimeTypeIterator | 
  hashCode | 
  setDescription | description
android.drm.DrmUtils
 Methods: 1
  getExtendedMetadataParser | extendedMetadata
android.drm.DrmUtils$ExtendedMetadataParser
 Methods: 3
  get | key
  iterator | 
  keyIterator | 
android.drm.ProcessedData
 Methods: 3
  getAccountId | 
  getData | 
  getSubscriptionId | 
android.gesture.GestureOverlayView$OnGestureListener
 Methods: 4
  onGesture | overlay, event
  onGestureCancelled | overlay, event
  onGestureEnded | overlay, event
  onGestureStarted | overlay, event
android.gesture.GestureOverlayView$OnGesturePerformedListener
 Methods: 1
  onGesturePerformed | overlay, gesture
android.gesture.GestureOverlayView$OnGesturingListener
 Methods: 2
  onGesturingEnded | overlay
  onGesturingStarted | overlay
android.gesture.Gesture
 Methods: 15
  addStroke | stroke
  clone | 
  describeContents | 
  getBoundingBox | 
  getID | 
  getLength | 
  getStrokes | 
  getStrokesCount | 
  toBitmap | width, height, edge, numSample, color
  toBitmap | width, height, inset, color
  toPath | path
  toPath | width, height, edge, numSample
  toPath | path, width, height, edge, numSample
  toPath | 
  writeToParcel | out, flags
android.gesture.GestureLibraries
 Methods: 4
  fromFile | path
  fromFile | path
  fromPrivateFile | context, name
  fromRawResource | context, resourceId
android.gesture.GestureLibrary
 Methods: 13
  addGesture | entryName, gesture
  getGestureEntries | 
  getGestures | entryName
  getOrientationStyle | 
  getSequenceType | 
  isReadOnly | 
  load | 
  recognize | gesture
  removeEntry | entryName
  removeGesture | entryName, gesture
  save | 
  setOrientationStyle | style
  setSequenceType | type
android.gesture.GestureOverlayView
 Methods: 44
  addOnGestureListener | listener
  addOnGesturePerformedListener | listener
  addOnGesturingListener | listener
  cancelClearAnimation | 
  cancelGesture | 
  clear | animated
  dispatchTouchEvent | event
  draw | canvas
  getCurrentStroke | 
  getFadeOffset | 
  getGesture | 
  getGestureColor | 
  getGesturePath | path
  getGesturePath | 
  getGestureStrokeAngleThreshold | 
  getGestureStrokeLengthThreshold | 
  getGestureStrokeSquarenessTreshold | 
  getGestureStrokeType | 
  getGestureStrokeWidth | 
  getOrientation | 
  getUncertainGestureColor | 
  isEventsInterceptionEnabled | 
  isFadeEnabled | 
  isGestureVisible | 
  isGesturing | 
  removeAllOnGestureListeners | 
  removeAllOnGesturePerformedListeners | 
  removeAllOnGesturingListeners | 
  removeOnGestureListener | listener
  removeOnGesturePerformedListener | listener
  removeOnGesturingListener | listener
  setEventsInterceptionEnabled | enabled
  setFadeEnabled | fadeEnabled
  setFadeOffset | fadeOffset
  setGesture | gesture
  setGestureColor | color
  setGestureStrokeAngleThreshold | gestureStrokeAngleThreshold
  setGestureStrokeLengthThreshold | gestureStrokeLengthThreshold
  setGestureStrokeSquarenessTreshold | gestureStrokeSquarenessTreshold
  setGestureStrokeType | gestureStrokeType
  setGestureStrokeWidth | gestureStrokeWidth
  setGestureVisible | visible
  setOrientation | orientation
  setUncertainGestureColor | color
android.gesture.GesturePoint
 Methods: 1
  clone | 
android.gesture.GestureStore
 Methods: 15
  addGesture | entryName, gesture
  getGestureEntries | 
  getGestures | entryName
  getOrientationStyle | 
  getSequenceType | 
  hasChanged | 
  load | stream
  load | stream, closeStream
  recognize | gesture
  removeEntry | entryName
  removeGesture | entryName, gesture
  save | stream
  save | stream, closeStream
  setOrientationStyle | style
  setSequenceType | type
android.gesture.GestureStroke
 Methods: 5
  clearPath | 
  clone | 
  computeOrientedBoundingBox | 
  getPath | 
  toPath | width, height, numSample
android.gesture.GestureUtils
 Methods: 5
  computeOrientedBoundingBox | originalPoints
  computeOrientedBoundingBox | originalPoints
  spatialSampling | gesture, bitmapSize
  spatialSampling | gesture, bitmapSize, keepAspectRatio
  temporalSampling | stroke, numPoints
android.gesture.OrientedBoundingBox
 Methods: 0
android.gesture.Prediction
 Methods: 1
  toString | 
android.graphics.ImageDecoder$OnHeaderDecodedListener
 Methods: 1
  onHeaderDecoded | decoder, info, source
android.graphics.ImageDecoder$OnPartialImageListener
 Methods: 1
  onPartialImage | exception
android.graphics.PostProcessor
 Methods: 1
  onPostProcess | canvas
android.graphics.SurfaceTexture$OnFrameAvailableListener
 Methods: 1
  onFrameAvailable | surfaceTexture
android.graphics.Bitmap
 Methods: 65
  compress | format, quality, stream
  copy | config, isMutable
  copyPixelsFromBuffer | src
  copyPixelsToBuffer | dst
  createBitmap | source, x, y, width, height
  createBitmap | colors, width, height, config
  createBitmap | source, x, y, width, height, m, filter
  createBitmap | display, width, height, config, hasAlpha, colorSpace
  createBitmap | src
  createBitmap | source
  createBitmap | display, colors, offset, stride, width, height, config
  createBitmap | display, colors, width, height, config
  createBitmap | display, width, height, config
  createBitmap | colors, offset, stride, width, height, config
  createBitmap | source, width, height, config
  createBitmap | width, height, config, hasAlpha, colorSpace
  createBitmap | display, width, height, config, hasAlpha
  createBitmap | width, height, config
  createBitmap | width, height, config, hasAlpha
  createScaledBitmap | src, dstWidth, dstHeight, filter
  describeContents | 
  eraseColor | c
  eraseColor | color
  extractAlpha | 
  extractAlpha | paint, offsetXY
  getAllocationByteCount | 
  getByteCount | 
  getColor | x, y
  getColorSpace | 
  getConfig | 
  getDensity | 
  getGenerationId | 
  getHeight | 
  getNinePatchChunk | 
  getPixel | x, y
  getPixels | pixels, offset, stride, x, y, width, height
  getRowBytes | 
  getScaledHeight | targetDensity
  getScaledHeight | canvas
  getScaledHeight | metrics
  getScaledWidth | targetDensity
  getScaledWidth | metrics
  getScaledWidth | canvas
  getWidth | 
  hasAlpha | 
  hasMipMap | 
  isMutable | 
  isPremultiplied | 
  isRecycled | 
  prepareToDraw | 
  reconfigure | width, height, config
  recycle | 
  sameAs | other
  setColorSpace | colorSpace
  setConfig | config
  setDensity | density
  setHasAlpha | hasAlpha
  setHasMipMap | hasMipMap
  setHeight | height
  setPixel | x, y, color
  setPixels | pixels, offset, stride, x, y, width, height
  setPremultiplied | premultiplied
  setWidth | width
  wrapHardwareBuffer | hardwareBuffer, colorSpace
  writeToParcel | p, flags
android.graphics.BitmapFactory
 Methods: 11
  decodeByteArray | data, offset, length, opts
  decodeByteArray | data, offset, length
  decodeFile | pathName, opts
  decodeFile | pathName
  decodeFileDescriptor | fd
  decodeFileDescriptor | fd, outPadding, opts
  decodeResource | res, id
  decodeResource | res, id, opts
  decodeResourceStream | res, value, is, pad, opts
  decodeStream | is
  decodeStream | is, outPadding, opts
android.graphics.BitmapFactory$Options
 Methods: 1
  requestCancelDecode | 
android.graphics.BitmapRegionDecoder
 Methods: 9
  decodeRegion | rect, options
  getHeight | 
  getWidth | 
  isRecycled | 
  newInstance | is, isShareable
  newInstance | fd, isShareable
  newInstance | pathName, isShareable
  newInstance | data, offset, length, isShareable
  recycle | 
android.graphics.BitmapShader
 Methods: 0
android.graphics.BlendModeColorFilter
 Methods: 4
  equals | object
  getColor | 
  getMode | 
  hashCode | 
android.graphics.BlurMaskFilter
 Methods: 0
android.graphics.Camera
 Methods: 14
  applyToCanvas | canvas
  dotWithNormal | dx, dy, dz
  getLocationX | 
  getLocationY | 
  getLocationZ | 
  getMatrix | matrix
  restore | 
  rotate | x, y, z
  rotateX | deg
  rotateY | deg
  rotateZ | deg
  save | 
  setLocation | x, y, z
  translate | x, y, z
android.graphics.Canvas
 Methods: 104
  clipOutPath | path
  clipOutRect | left, top, right, bottom
  clipOutRect | rect
  clipOutRect | left, top, right, bottom
  clipOutRect | rect
  clipPath | path, op
  clipPath | path
  clipRect | left, top, right, bottom, op
  clipRect | rect
  clipRect | rect
  clipRect | rect, op
  clipRect | left, top, right, bottom
  clipRect | left, top, right, bottom
  clipRect | rect, op
  concat | matrix
  disableZ |
  drawARGB | a, r, g, b
  drawArc | left, top, right, bottom, startAngle, sweepAngle, useCenter, paint
  drawArc | oval, startAngle, sweepAngle, useCenter, paint
  drawBitmap | bitmap, matrix, paint
  drawBitmap | colors, offset, stride, x, y, width, height, hasAlpha, paint
  drawBitmap | colors, offset, stride, x, y, width, height, hasAlpha, paint
  drawBitmap | bitmap, src, dst, paint
  drawBitmap | bitmap, src, dst, paint
  drawBitmap | bitmap, left, top, paint
  drawBitmapMesh | bitmap, meshWidth, meshHeight, verts, vertOffset, colors, colorOffset, paint
  drawCircle | cx, cy, radius, paint
  drawColor | color, mode
  drawColor | color
  drawColor | color, mode
  drawColor | color
  drawColor | color, mode
  drawDoubleRoundRect | outer, outerRadii, inner, innerRadii, paint
  drawDoubleRoundRect | outer, outerRx, outerRy, inner, innerRx, innerRy, paint
  drawLine | startX, startY, stopX, stopY, paint
  drawLines | pts, offset, count, paint
  drawLines | pts, paint
  drawOval | left, top, right, bottom, paint
  drawOval | oval, paint
  drawPaint | paint
  drawPath | path, paint
  drawPicture | picture, dst
  drawPicture | picture
  drawPicture | picture, dst
  drawPoint | x, y, paint
  drawPoints | pts, paint
  drawPoints | pts, offset, count, paint
  drawPosText | text, pos, paint
  drawPosText | text, index, count, pos, paint
  drawRGB | r, g, b
  drawRect | left, top, right, bottom, paint
  drawRect | r, paint
  drawRect | rect, paint
  drawRenderNode | renderNode
  drawRoundRect | rect, rx, ry, paint
  drawRoundRect | left, top, right, bottom, rx, ry, paint
  drawText | text, start, end, x, y, paint
  drawText | text, x, y, paint
  drawText | text, index, count, x, y, paint
  drawText | text, start, end, x, y, paint
  drawTextOnPath | text, path, hOffset, vOffset, paint
  drawTextOnPath | text, index, count, path, hOffset, vOffset, paint
  drawTextRun | text, start, end, contextStart, contextEnd, x, y, isRtl, paint
  drawTextRun | text, index, count, contextIndex, contextCount, x, y, isRtl, paint
  drawTextRun | text, start, end, contextStart, contextEnd, x, y, isRtl, paint
  drawVertices | mode, vertexCount, verts, vertOffset, texs, texOffset, colors, colorOffset, indices, indexOffset, indexCount, paint
  enableZ |
  getClipBounds | bounds
  getClipBounds |
  getDensity |
  getDrawFilter |
  getHeight |
  getMatrix | ctm
  getMatrix |
  getMaximumBitmapHeight |
  getMaximumBitmapWidth |
  getSaveCount |
  getWidth |
  isHardwareAccelerated |
  isOpaque |
  quickReject | left, top, right, bottom, type
  quickReject | rect, type
  quickReject | path, type
  restore |
  restoreToCount | saveCount
  rotate | degrees
  rotate | degrees, px, py
  save |
  saveLayer | bounds, paint, saveFlags
  saveLayer | bounds, paint
  saveLayer | left, top, right, bottom, paint
  saveLayer | left, top, right, bottom, paint, saveFlags
  saveLayerAlpha | left, top, right, bottom, alpha, saveFlags
  saveLayerAlpha | bounds, alpha
  saveLayerAlpha | bounds, alpha, saveFlags
  saveLayerAlpha | left, top, right, bottom, alpha
  scale | sx, sy, px, py
  scale | sx, sy
  setBitmap | bitmap
  setDensity | density
  setDrawFilter | filter
  setMatrix | matrix
  skew | sx, sy
  translate | dx, dy
android.graphics.Color
 Methods: 58
  HSVToColor | hsv
  HSVToColor | alpha, hsv
  RGBToHSV | red, green, blue, hsv
  alpha | color
  alpha | 
  alpha | color
  argb | alpha, red, green, blue
  argb | alpha, red, green, blue
  blue | color
  blue | 
  blue | color
  colorSpace | color
  colorToHSV | color, hsv
  convert | color, connector
  convert | colorSpace
  convert | color, colorSpace
  convert | r, g, b, a, source, destination
  convert | r, g, b, a, connector
  convert | color, colorSpace
  equals | o
  getColorSpace | 
  getComponent | component
  getComponentCount | 
  getComponents | 
  getComponents | components
  getModel | 
  green | color
  green | 
  green | color
  hashCode | 
  isInColorSpace | color, colorSpace
  isSrgb | 
  isSrgb | color
  isWideGamut | color
  isWideGamut | 
  luminance | color
  luminance | color
  luminance | 
  pack | color
  pack | red, green, blue, alpha
  pack | red, green, blue, alpha, colorSpace
  pack | red, green, blue
  pack | 
  parseColor | colorString
  red | 
  red | color
  red | color
  rgb | red, green, blue
  rgb | red, green, blue
  toArgb | 
  toArgb | color
  toString | 
  valueOf | r, g, b
  valueOf | r, g, b, a
  valueOf | color
  valueOf | components, colorSpace
  valueOf | color
  valueOf | r, g, b, a, colorSpace
android.graphics.ColorFilter
 Methods: 0
android.graphics.ColorMatrix
 Methods: 13
  equals | obj
  getArray | 
  postConcat | postmatrix
  preConcat | prematrix
  reset | 
  set | src
  set | src
  setConcat | matA, matB
  setRGB2YUV | 
  setRotate | axis, degrees
  setSaturation | sat
  setScale | rScale, gScale, bScale, aScale
  setYUV2RGB | 
android.graphics.ColorMatrixColorFilter
 Methods: 1
  getColorMatrix | colorMatrix
android.graphics.ColorSpace
 Methods: 23
  adapt | colorSpace, whitePoint, adaptation
  adapt | colorSpace, whitePoint
  connect | source, intent
  connect | source, destination, intent
  connect | source
  connect | source, destination
  equals | o
  fromXyz | x, y, z
  fromXyz | v
  get | name
  getComponentCount | 
  getId | 
  getMaxValue | component
  getMinValue | component
  getModel | 
  getName | 
  hashCode | 
  isSrgb | 
  isWideGamut | 
  match | toXYZD50, function
  toString | 
  toXyz | r, g, b
  toXyz | v
android.graphics.ColorSpace$Connector
 Methods: 5
  getDestination | 
  getRenderIntent | 
  getSource | 
  transform | v
  transform | r, g, b
android.graphics.ColorSpace$Rgb
 Methods: 23
  equals | o
  fromLinear | v
  fromLinear | r, g, b
  fromXyz | v
  getEotf | 
  getInverseTransform | inverseTransform
  getInverseTransform | 
  getMaxValue | component
  getMinValue | component
  getOetf | 
  getPrimaries | primaries
  getPrimaries | 
  getTransferParameters | 
  getTransform | 
  getTransform | transform
  getWhitePoint | 
  getWhitePoint | whitePoint
  hashCode | 
  isSrgb | 
  isWideGamut | 
  toLinear | v
  toLinear | r, g, b
  toXyz | v
android.graphics.ColorSpace$Rgb$TransferParameters
 Methods: 2
  equals | o
  hashCode | 
android.graphics.ComposePathEffect
 Methods: 0
android.graphics.ComposeShader
 Methods: 0
android.graphics.CornerPathEffect
 Methods: 0
android.graphics.DashPathEffect
 Methods: 0
android.graphics.DiscretePathEffect
 Methods: 0
android.graphics.DrawFilter
 Methods: 0
android.graphics.EmbossMaskFilter
 Methods: 0
android.graphics.HardwareRenderer
 Methods: 13
  clearContent | 
  createRenderRequest | 
  destroy | 
  isOpaque | 
  notifyFramePending | 
  setContentRoot | content
  setLightSourceAlpha | ambientShadowAlpha, spotShadowAlpha
  setLightSourceGeometry | lightX, lightY, lightZ, lightRadius
  setName | name
  setOpaque | opaque
  setSurface | surface
  start | 
  stop | 
android.graphics.HardwareRenderer$FrameRenderRequest
 Methods: 4
  setFrameCommitCallback | executor, frameCommitCallback
  setVsyncTime | vsyncTime
  setWaitForPresent | shouldWait
  syncAndDraw | 
android.graphics.ImageDecoder
 Methods: 31
  close | 
  createSource | assets, fileName
  createSource | callable
  createSource | buffer
  createSource | file
  createSource | res, resId
  createSource | cr, uri
  decodeBitmap | src, listener
  decodeBitmap | src
  decodeDrawable | src
  decodeDrawable | src, listener
  getAllocator | 
  getCrop | 
  getMemorySizePolicy | 
  getOnPartialImageListener | 
  getPostProcessor | 
  isDecodeAsAlphaMaskEnabled | 
  isMimeTypeSupported | mimeType
  isMutableRequired | 
  isUnpremultipliedRequired | 
  setAllocator | allocator
  setCrop | subset
  setDecodeAsAlphaMaskEnabled | enabled
  setMemorySizePolicy | policy
  setMutableRequired | mutable
  setOnPartialImageListener | listener
  setPostProcessor | postProcessor
  setTargetColorSpace | colorSpace
  setTargetSampleSize | sampleSize
  setTargetSize | width, height
  setUnpremultipliedRequired | unpremultipliedRequired
android.graphics.ImageDecoder$ImageInfo
 Methods: 4
  getColorSpace | 
  getMimeType | 
  getSize | 
  isAnimated | 
android.graphics.ImageDecoder$Source
 Methods: 0
android.graphics.ImageFormat
 Methods: 1
  getBitsPerPixel | format
android.graphics.Insets
 Methods: 11
  add | a, b
  describeContents | 
  equals | o
  hashCode | 
  max | a, b
  min | a, b
  of | left, top, right, bottom
  of | r
  subtract | a, b
  toString | 
  writeToParcel | out, flags
android.graphics.Interpolator
 Methods: 9
  getKeyFrameCount | 
  getValueCount | 
  reset | valueCount
  reset | valueCount, frameCount
  setKeyFrame | index, msec, values, blend
  setKeyFrame | index, msec, values
  setRepeatMirror | repeatCount, mirror
  timeToValues | msec, values
  timeToValues | values
android.graphics.LightingColorFilter
 Methods: 2
  getColorAdd | 
  getColorMultiply | 
android.graphics.LinearGradient
 Methods: 0
android.graphics.MaskFilter
 Methods: 0
android.graphics.Matrix
 Methods: 49
  equals | obj
  getValues | values
  hashCode | 
  invert | inverse
  isAffine | 
  isIdentity | 
  mapPoints | dst, dstIndex, src, srcIndex, pointCount
  mapPoints | dst, src
  mapPoints | pts
  mapRadius | radius
  mapRect | rect
  mapRect | dst, src
  mapVectors | vecs
  mapVectors | dst, dstIndex, src, srcIndex, vectorCount
  mapVectors | dst, src
  postConcat | other
  postRotate | degrees, px, py
  postRotate | degrees
  postScale | sx, sy, px, py
  postScale | sx, sy
  postSkew | kx, ky
  postSkew | kx, ky, px, py
  postTranslate | dx, dy
  preConcat | other
  preRotate | degrees
  preRotate | degrees, px, py
  preScale | sx, sy
  preScale | sx, sy, px, py
  preSkew | kx, ky
  preSkew | kx, ky, px, py
  preTranslate | dx, dy
  rectStaysRect | 
  reset | 
  set | src
  setConcat | a, b
  setPolyToPoly | src, srcIndex, dst, dstIndex, pointCount
  setRectToRect | src, dst, stf
  setRotate | degrees, px, py
  setRotate | degrees
  setScale | sx, sy
  setScale | sx, sy, px, py
  setSinCos | sinValue, cosValue, px, py
  setSinCos | sinValue, cosValue
  setSkew | kx, ky
  setSkew | kx, ky, px, py
  setTranslate | dx, dy
  setValues | values
  toShortString | 
  toString | 
android.graphics.Movie
 Methods: 10
  decodeByteArray | data, offset, length
  decodeFile | pathName
  decodeStream | is
  draw | canvas, x, y
  draw | canvas, x, y, paint
  duration | 
  height | 
  isOpaque | 
  setTime | relativeMilliseconds
  width | 
android.graphics.NinePatch
 Methods: 13
  draw | canvas, location, paint
  draw | canvas, location
  draw | canvas, location
  getBitmap | 
  getDensity | 
  getHeight | 
  getName | 
  getPaint | 
  getTransparentRegion | bounds
  getWidth | 
  hasAlpha | 
  isNinePatchChunk | chunk
  setPaint | p
android.graphics.Outline
 Methods: 16
  canClip | 
  getAlpha | 
  getRadius | 
  getRect | outRect
  isEmpty | 
  offset | dx, dy
  set | src
  setAlpha | alpha
  setConvexPath | convexPath
  setEmpty | 
  setOval | rect
  setOval | left, top, right, bottom
  setRect | rect
  setRect | left, top, right, bottom
  setRoundRect | rect, radius
  setRoundRect | left, top, right, bottom, radius
android.graphics.Paint
 Methods: 124
  ascent | 
  breakText | text, index, count, maxWidth, measuredWidth
  breakText | text, measureForwards, maxWidth, measuredWidth
  breakText | text, start, end, measureForwards, maxWidth, measuredWidth
  clearShadowLayer | 
  descent | 
  equalsForTextMeasurement | other
  getAlpha | 
  getBlendMode | 
  getColor | 
  getColorFilter | 
  getColorLong | 
  getEndHyphenEdit | 
  getFillPath | src, dst
  getFlags | 
  getFontFeatureSettings | 
  getFontMetrics | metrics
  getFontMetrics | 
  getFontMetricsInt | fmi
  getFontMetricsInt | 
  getFontSpacing | 
  getFontVariationSettings | 
  getHinting | 
  getLetterSpacing | 
  getMaskFilter | 
  getOffsetForAdvance | text, start, end, contextStart, contextEnd, isRtl, advance
  getOffsetForAdvance | text, start, end, contextStart, contextEnd, isRtl, advance
  getPathEffect | 
  getRunAdvance | text, start, end, contextStart, contextEnd, isRtl, offset
  getRunAdvance | text, start, end, contextStart, contextEnd, isRtl, offset
  getShader | 
  getShadowLayerColor | 
  getShadowLayerColorLong | 
  getShadowLayerDx | 
  getShadowLayerDy | 
  getShadowLayerRadius | 
  getStartHyphenEdit | 
  getStrikeThruPosition | 
  getStrikeThruThickness | 
  getStrokeCap | 
  getStrokeJoin | 
  getStrokeMiter | 
  getStrokeWidth | 
  getStyle | 
  getTextAlign | 
  getTextBounds | text, start, end, bounds
  getTextBounds | text, start, end, bounds
  getTextBounds | text, index, count, bounds
  getTextLocale | 
  getTextLocales | 
  getTextPath | text, index, count, x, y, path
  getTextPath | text, start, end, x, y, path
  getTextRunAdvances | chars, index, count, contextIndex, contextCount, isRtl, advances, advancesIndex
  getTextRunCursor | text, contextStart, contextEnd, isRtl, offset, cursorOpt
  getTextRunCursor | text, contextStart, contextLength, isRtl, offset, cursorOpt
  getTextScaleX | 
  getTextSize | 
  getTextSkewX | 
  getTextWidths | text, index, count, widths
  getTextWidths | text, widths
  getTextWidths | text, start, end, widths
  getTextWidths | text, start, end, widths
  getTypeface | 
  getUnderlinePosition | 
  getUnderlineThickness | 
  getWordSpacing | 
  getXfermode | 
  hasGlyph | string
  isAntiAlias | 
  isDither | 
  isElegantTextHeight | 
  isFakeBoldText | 
  isFilterBitmap | 
  isLinearText | 
  isStrikeThruText | 
  isSubpixelText | 
  isUnderlineText | 
  measureText | text, index, count
  measureText | text, start, end
  measureText | text, start, end
  measureText | text
  reset | 
  set | src
  setARGB | a, r, g, b
  setAlpha | a
  setAntiAlias | aa
  setBlendMode | blendmode
  setColor | color
  setColor | color
  setColorFilter | filter
  setDither | dither
  setElegantTextHeight | elegant
  setEndHyphenEdit | endHyphen
  setFakeBoldText | fakeBoldText
  setFilterBitmap | filter
  setFlags | flags
  setFontFeatureSettings | settings
  setFontVariationSettings | fontVariationSettings
  setHinting | mode
  setLetterSpacing | letterSpacing
  setLinearText | linearText
  setMaskFilter | maskfilter
  setPathEffect | effect
  setShader | shader
  setShadowLayer | radius, dx, dy, shadowColor
  setShadowLayer | radius, dx, dy, shadowColor
  setStartHyphenEdit | startHyphen
  setStrikeThruText | strikeThruText
  setStrokeCap | cap
  setStrokeJoin | join
  setStrokeMiter | miter
  setStrokeWidth | width
  setStyle | style
  setSubpixelText | subpixelText
  setTextAlign | align
  setTextLocale | locale
  setTextLocales | locales
  setTextScaleX | scaleX
  setTextSize | textSize
  setTextSkewX | skewX
  setTypeface | typeface
  setUnderlineText | underlineText
  setWordSpacing | wordSpacing
  setXfermode | xfermode
android.graphics.Paint$FontMetrics
 Methods: 0
android.graphics.Paint$FontMetricsInt
 Methods: 1
  toString | 
android.graphics.PaintFlagsDrawFilter
 Methods: 0
android.graphics.Path
 Methods: 46
  addArc | left, top, right, bottom, startAngle, sweepAngle
  addArc | oval, startAngle, sweepAngle
  addCircle | x, y, radius, dir
  addOval | oval, dir
  addOval | left, top, right, bottom, dir
  addPath | src, matrix
  addPath | src
  addPath | src, dx, dy
  addRect | rect, dir
  addRect | left, top, right, bottom, dir
  addRoundRect | rect, rx, ry, dir
  addRoundRect | left, top, right, bottom, rx, ry, dir
  addRoundRect | rect, radii, dir
  addRoundRect | left, top, right, bottom, radii, dir
  approximate | acceptableError
  arcTo | oval, startAngle, sweepAngle, forceMoveTo
  arcTo | left, top, right, bottom, startAngle, sweepAngle, forceMoveTo
  arcTo | oval, startAngle, sweepAngle
  close | 
  computeBounds | bounds, exact
  cubicTo | x1, y1, x2, y2, x3, y3
  getFillType | 
  incReserve | extraPtCount
  isConvex | 
  isEmpty | 
  isInverseFillType | 
  isRect | rect
  lineTo | x, y
  moveTo | x, y
  offset | dx, dy, dst
  offset | dx, dy
  op | path1, path2, op
  op | path, op
  quadTo | x1, y1, x2, y2
  rCubicTo | x1, y1, x2, y2, x3, y3
  rLineTo | dx, dy
  rMoveTo | dx, dy
  rQuadTo | dx1, dy1, dx2, dy2
  reset | 
  rewind | 
  set | src
  setFillType | ft
  setLastPoint | dx, dy
  toggleInverseFillType | 
  transform | matrix, dst
  transform | matrix
android.graphics.PathDashPathEffect
 Methods: 0
android.graphics.PathEffect
 Methods: 0
android.graphics.PathMeasure
 Methods: 7
  getLength | 
  getMatrix | distance, matrix, flags
  getPosTan | distance, pos, tan
  getSegment | startD, stopD, dst, startWithMoveTo
  isClosed | 
  nextContour | 
  setPath | path, forceClosed
android.graphics.Picture
 Methods: 6
  beginRecording | width, height
  draw | canvas
  endRecording | 
  getHeight | 
  getWidth | 
  requiresHardwareAcceleration | 
android.graphics.PixelFormat
 Methods: 2
  formatHasAlpha | format
  getPixelFormatInfo | format, info
android.graphics.Point
 Methods: 10
  describeContents | 
  equals | x, y
  equals | o
  hashCode | 
  negate | 
  offset | dx, dy
  readFromParcel | in
  set | x, y
  toString | 
  writeToParcel | out, flags
android.graphics.PointF
 Methods: 13
  describeContents | 
  equals | x, y
  equals | o
  hashCode | 
  length | x, y
  length | 
  negate | 
  offset | dx, dy
  readFromParcel | in
  set | p
  set | x, y
  toString | 
  writeToParcel | out, flags
android.graphics.PorterDuff
 Methods: 0
android.graphics.PorterDuffColorFilter
 Methods: 2
  equals | object
  hashCode | 
android.graphics.PorterDuffXfermode
 Methods: 0
android.graphics.RadialGradient
 Methods: 0
android.graphics.RecordingCanvas
 Methods: 61
  disableZ | 
  drawARGB | a, r, g, b
  drawArc | left, top, right, bottom, startAngle, sweepAngle, useCenter, paint
  drawArc | oval, startAngle, sweepAngle, useCenter, paint
  drawBitmap | bitmap, matrix, paint
  drawBitmap | colors, offset, stride, x, y, width, height, hasAlpha, paint
  drawBitmap | colors, offset, stride, x, y, width, height, hasAlpha, paint
  drawBitmap | bitmap, src, dst, paint
  drawBitmap | bitmap, left, top, paint
  drawBitmap | bitmap, src, dst, paint
  drawBitmapMesh | bitmap, meshWidth, meshHeight, verts, vertOffset, colors, colorOffset, paint
  drawCircle | cx, cy, radius, paint
  drawColor | color, mode
  drawColor | color
  drawColor | color, mode
  drawColor | color, mode
  drawDoubleRoundRect | outer, outerRadii, inner, innerRadii, paint
  drawDoubleRoundRect | outer, outerRx, outerRy, inner, innerRx, innerRy, paint
  drawLine | startX, startY, stopX, stopY, paint
  drawLines | pts, offset, count, paint
  drawLines | pts, paint
  drawOval | left, top, right, bottom, paint
  drawOval | oval, paint
  drawPaint | paint
  drawPatch | patch, dst, paint
  drawPatch | patch, dst, paint
  drawPath | path, paint
  drawPicture | picture, dst
  drawPicture | picture, dst
  drawPicture | picture
  drawPoint | x, y, paint
  drawPoints | pts, offset, count, paint
  drawPoints | pts, paint
  drawPosText | text, pos, paint
  drawPosText | text, index, count, pos, paint
  drawRGB | r, g, b
  drawRect | left, top, right, bottom, paint
  drawRect | r, paint
  drawRect | rect, paint
  drawRenderNode | renderNode
  drawRoundRect | rect, rx, ry, paint
  drawRoundRect | left, top, right, bottom, rx, ry, paint
  drawText | text, start, end, x, y, paint
  drawText | text, x, y, paint
  drawText | text, start, end, x, y, paint
  drawText | text, index, count, x, y, paint
  drawTextOnPath | text, path, hOffset, vOffset, paint
  drawTextOnPath | text, index, count, path, hOffset, vOffset, paint
  drawTextRun | measuredText, start, end, contextStart, contextEnd, x, y, isRtl, paint
  drawTextRun | text, index, count, contextIndex, contextCount, x, y, isRtl, paint
  drawTextRun | text, start, end, contextStart, contextEnd, x, y, isRtl, paint
  drawVertices | mode, vertexCount, verts, vertOffset, texs, texOffset, colors, colorOffset, indices, indexOffset, indexCount, paint
  enableZ | 
  getHeight | 
  getMaximumBitmapHeight | 
  getMaximumBitmapWidth | 
  getWidth | 
  isHardwareAccelerated | 
  isOpaque | 
  setBitmap | bitmap
  setDensity | density
android.graphics.Rect
 Methods: 34
  centerX | 
  centerY | 
  contains | left, top, right, bottom
  contains | r
  contains | x, y
  describeContents | 
  equals | o
  exactCenterX | 
  exactCenterY | 
  flattenToString | 
  hashCode | 
  height | 
  inset | dx, dy
  intersect | left, top, right, bottom
  intersect | r
  intersects | left, top, right, bottom
  intersects | a, b
  isEmpty | 
  offset | dx, dy
  offsetTo | newLeft, newTop
  readFromParcel | in
  set | left, top, right, bottom
  set | src
  setEmpty | 
  setIntersect | a, b
  sort | 
  toShortString | 
  toString | 
  unflattenFromString | str
  union | left, top, right, bottom
  union | r
  union | x, y
  width | 
  writeToParcel | out, flags
android.graphics.RectF
 Methods: 33
  centerX | 
  centerY | 
  contains | left, top, right, bottom
  contains | r
  contains | x, y
  describeContents | 
  equals | o
  hashCode | 
  height | 
  inset | dx, dy
  intersect | r
  intersect | left, top, right, bottom
  intersects | left, top, right, bottom
  intersects | a, b
  isEmpty | 
  offset | dx, dy
  offsetTo | newLeft, newTop
  readFromParcel | in
  round | dst
  roundOut | dst
  set | src
  set | src
  set | left, top, right, bottom
  setEmpty | 
  setIntersect | a, b
  sort | 
  toShortString | 
  toString | 
  union | r
  union | left, top, right, bottom
  union | x, y
  width | 
  writeToParcel | out, flags
android.graphics.Region
 Methods: 30
  contains | x, y
  describeContents | 
  equals | obj
  getBoundaryPath | path
  getBoundaryPath | 
  getBounds | 
  getBounds | r
  isComplex | 
  isEmpty | 
  isRect | 
  op | region1, region2, op
  op | r, op
  op | rect, region, op
  op | region, op
  op | left, top, right, bottom, op
  quickContains | r
  quickContains | left, top, right, bottom
  quickReject | rgn
  quickReject | r
  quickReject | left, top, right, bottom
  set | left, top, right, bottom
  set | region
  set | r
  setEmpty | 
  setPath | path, clip
  toString | 
  translate | dx, dy, dst
  translate | dx, dy
  union | r
  writeToParcel | p, flags
android.graphics.RegionIterator
 Methods: 1
  next | r
android.graphics.RenderNode
 Methods: 67
  beginRecording | width, height
  beginRecording | 
  computeApproximateMemoryUsage | 
  discardDisplayList | 
  endRecording | 
  getAlpha | 
  getAmbientShadowColor | 
  getBottom | 
  getCameraDistance | 
  getClipToBounds | 
  getClipToOutline | 
  getElevation | 
  getHeight | 
  getInverseMatrix | outMatrix
  getLeft | 
  getMatrix | outMatrix
  getPivotX | 
  getPivotY | 
  getRight | 
  getRotationX | 
  getRotationY | 
  getRotationZ | 
  getScaleX | 
  getScaleY | 
  getSpotShadowColor | 
  getTop | 
  getTranslationX | 
  getTranslationY | 
  getTranslationZ | 
  getUniqueId | 
  getUseCompositingLayer | 
  getWidth | 
  hasDisplayList | 
  hasIdentityMatrix | 
  hasOverlappingRendering | 
  hasShadow | 
  isForceDarkAllowed | 
  isPivotExplicitlySet | 
  offsetLeftAndRight | offset
  offsetTopAndBottom | offset
  resetPivot | 
  setAlpha | alpha
  setAmbientShadowColor | color
  setCameraDistance | distance
  setClipRect | rect
  setClipToBounds | clipToBounds
  setClipToOutline | clipToOutline
  setElevation | lift
  setForceDarkAllowed | allow
  setHasOverlappingRendering | hasOverlappingRendering
  setOutline | outline
  setPivotX | pivotX
  setPivotY | pivotY
  setPosition | left, top, right, bottom
  setPosition | position
  setProjectBackwards | shouldProject
  setProjectionReceiver | shouldRecieve
  setRotationX | rotationX
  setRotationY | rotationY
  setRotationZ | rotation
  setScaleX | scaleX
  setScaleY | scaleY
  setSpotShadowColor | color
  setTranslationX | translationX
  setTranslationY | translationY
  setTranslationZ | translationZ
  setUseCompositingLayer | forceToLayer, paint
android.graphics.Shader
 Methods: 2
  getLocalMatrix | localM
  setLocalMatrix | localM
android.graphics.SumPathEffect
 Methods: 0
android.graphics.SurfaceTexture
 Methods: 11
  attachToGLContext | texName
  detachFromGLContext | 
  getTimestamp | 
  getTransformMatrix | mtx
  isReleased | 
  release | 
  releaseTexImage | 
  setDefaultBufferSize | width, height
  setOnFrameAvailableListener | listener
  setOnFrameAvailableListener | listener, handler
  updateTexImage | 
android.graphics.SweepGradient
 Methods: 0
android.graphics.Typeface
 Methods: 13
  create | family, weight, italic
  create | family, style
  create | familyName, style
  createFromAsset | mgr, path
  createFromFile | file
  createFromFile | path
  defaultFromStyle | style
  equals | o
  getStyle | 
  getWeight | 
  hashCode | 
  isBold | 
  isItalic | 
android.graphics.Typeface$Builder
 Methods: 7
  build | 
  setFallback | familyName
  setFontVariationSettings | variationSettings
  setFontVariationSettings | axes
  setItalic | italic
  setTtcIndex | ttcIndex
  setWeight | weight
android.graphics.Typeface$CustomFallbackBuilder
 Methods: 5
  addCustomFallback | family
  build | 
  getMaxCustomFallbackCount | 
  setStyle | style
  setSystemFallback | familyName
android.graphics.Xfermode
 Methods: 0
android.graphics.YuvImage
 Methods: 6
  compressToJpeg | rectangle, quality, stream
  getHeight | 
  getStrides | 
  getWidth | 
  getYuvData | 
  getYuvFormat | 
android.graphics.Bitmap$CompressFormat
 Methods: 2
  valueOf | name
  values | 
android.graphics.Bitmap$Config
 Methods: 2
  valueOf | name
  values | 
android.graphics.BlendMode
 Methods: 2
  valueOf | name
  values | 
android.graphics.BlurMaskFilter$Blur
 Methods: 2
  valueOf | name
  values | 
android.graphics.Canvas$EdgeType
 Methods: 2
  valueOf | name
  values | 
android.graphics.Canvas$VertexMode
 Methods: 2
  valueOf | name
  values | 
android.graphics.ColorSpace$Adaptation
 Methods: 2
  valueOf | name
  values | 
android.graphics.ColorSpace$Model
 Methods: 3
  getComponentCount | 
  valueOf | name
  values | 
android.graphics.ColorSpace$Named
 Methods: 2
  valueOf | name
  values | 
android.graphics.ColorSpace$RenderIntent
 Methods: 2
  valueOf | name
  values | 
android.graphics.Interpolator$Result
 Methods: 2
  valueOf | name
  values | 
android.graphics.Matrix$ScaleToFit
 Methods: 2
  valueOf | name
  values | 
android.graphics.Paint$Align
 Methods: 2
  valueOf | name
  values | 
android.graphics.Paint$Cap
 Methods: 2
  valueOf | name
  values | 
android.graphics.Paint$Join
 Methods: 2
  valueOf | name
  values | 
android.graphics.Paint$Style
 Methods: 2
  valueOf | name
  values | 
android.graphics.Path$Direction
 Methods: 2
  valueOf | name
  values | 
android.graphics.Path$FillType
 Methods: 2
  valueOf | name
  values | 
android.graphics.Path$Op
 Methods: 2
  valueOf | name
  values | 
android.graphics.PathDashPathEffect$Style
 Methods: 2
  valueOf | name
  values | 
android.graphics.PorterDuff$Mode
 Methods: 2
  valueOf | name
  values | 
android.graphics.Region$Op
 Methods: 2
  valueOf | name
  values | 
android.graphics.Shader$TileMode
 Methods: 2
  valueOf | name
  values | 
android.graphics.ImageDecoder$DecodeException
 Methods: 2
  getError | 
  getSource | 
android.graphics.SurfaceTexture$OutOfResourcesException
 Methods: 0
android.graphics.drawable.Animatable
 Methods: 3
  isRunning | 
  start | 
  stop | 
android.graphics.drawable.Animatable2
 Methods: 3
  clearAnimationCallbacks | 
  registerAnimationCallback | callback
  unregisterAnimationCallback | callback
android.graphics.drawable.Drawable$Callback
 Methods: 3
  invalidateDrawable | who
  scheduleDrawable | who, what, when
  unscheduleDrawable | who, what
android.graphics.drawable.Icon$OnDrawableLoadedListener
 Methods: 1
  onDrawableLoaded | d
android.graphics.drawable.AdaptiveIconDrawable
 Methods: 35
  applyTheme | t
  canApplyTheme | 
  draw | canvas
  getAlpha | 
  getBackground | 
  getChangingConfigurations | 
  getConstantState | 
  getExtraInsetFraction | 
  getForeground | 
  getHotspotBounds | outRect
  getIconMask | 
  getIntrinsicHeight | 
  getIntrinsicWidth | 
  getOpacity | 
  getOutline | outline
  getTransparentRegion | 
  inflate | r, parser, attrs, theme
  invalidateDrawable | who
  invalidateSelf | 
  isAutoMirrored | 
  isStateful | 
  jumpToCurrentState | 
  mutate | 
  scheduleDrawable | who, what, when
  setAlpha | alpha
  setAutoMirrored | mirrored
  setColorFilter | colorFilter
  setDither | dither
  setHotspot | x, y
  setHotspotBounds | left, top, right, bottom
  setOpacity | opacity
  setTintBlendMode | blendMode
  setTintList | tint
  setVisible | visible, restart
  unscheduleDrawable | who, what
android.graphics.drawable.Animatable2$AnimationCallback
 Methods: 2
  onAnimationEnd | drawable
  onAnimationStart | drawable
android.graphics.drawable.AnimatedImageDrawable
 Methods: 20
  clearAnimationCallbacks | 
  draw | canvas
  getAlpha | 
  getColorFilter | 
  getIntrinsicHeight | 
  getIntrinsicWidth | 
  getOpacity | 
  getRepeatCount | 
  inflate | r, parser, attrs, theme
  isAutoMirrored | 
  isRunning | 
  onLayoutDirectionChanged | layoutDirection
  registerAnimationCallback | callback
  setAlpha | alpha
  setAutoMirrored | mirrored
  setColorFilter | colorFilter
  setRepeatCount | repeatCount
  start | 
  stop | 
  unregisterAnimationCallback | callback
android.graphics.drawable.AnimatedStateListDrawable
 Methods: 8
  addState | stateSet, drawable, id
  addTransition | fromId, toId, transition, reversible
  applyTheme | theme
  inflate | r, parser, attrs, theme
  isStateful | 
  jumpToCurrentState | 
  mutate | 
  setVisible | visible, restart
android.graphics.drawable.AnimatedVectorDrawable
 Methods: 30
  applyTheme | t
  canApplyTheme | 
  clearAnimationCallbacks | 
  draw | canvas
  getAlpha | 
  getChangingConfigurations | 
  getColorFilter | 
  getConstantState | 
  getIntrinsicHeight | 
  getIntrinsicWidth | 
  getOpacity | 
  getOpticalInsets | 
  getOutline | outline
  inflate | res, parser, attrs, theme
  isRunning | 
  isStateful | 
  mutate | 
  onLayoutDirectionChanged | layoutDirection
  registerAnimationCallback | callback
  reset | 
  setAlpha | alpha
  setColorFilter | colorFilter
  setHotspot | x, y
  setHotspotBounds | left, top, right, bottom
  setTintBlendMode | blendMode
  setTintList | tint
  setVisible | visible, restart
  start | 
  stop | 
  unregisterAnimationCallback | callback
android.graphics.drawable.AnimationDrawable
 Methods: 14
  addFrame | frame, duration
  getDuration | i
  getFrame | index
  getNumberOfFrames | 
  inflate | r, parser, attrs, theme
  isOneShot | 
  isRunning | 
  mutate | 
  run | 
  setOneShot | oneShot
  setVisible | visible, restart
  start | 
  stop | 
  unscheduleSelf | what
android.graphics.drawable.BitmapDrawable
 Methods: 40
  applyTheme | t
  canApplyTheme | 
  draw | canvas
  getAlpha | 
  getBitmap | 
  getChangingConfigurations | 
  getColorFilter | 
  getConstantState | 
  getGravity | 
  getIntrinsicHeight | 
  getIntrinsicWidth | 
  getOpacity | 
  getOpticalInsets | 
  getOutline | outline
  getPaint | 
  getTileModeX | 
  getTileModeY | 
  hasAntiAlias | 
  hasMipMap | 
  inflate | r, parser, attrs, theme
  isAutoMirrored | 
  isFilterBitmap | 
  isStateful | 
  mutate | 
  setAlpha | alpha
  setAntiAlias | aa
  setAutoMirrored | mirrored
  setColorFilter | colorFilter
  setDither | dither
  setFilterBitmap | filter
  setGravity | gravity
  setMipMap | mipMap
  setTargetDensity | metrics
  setTargetDensity | canvas
  setTargetDensity | density
  setTileModeX | mode
  setTileModeXY | xmode, ymode
  setTileModeY | mode
  setTintBlendMode | blendMode
  setTintList | tint
android.graphics.drawable.ClipDrawable
 Methods: 4
  applyTheme | t
  draw | canvas
  getOpacity | 
  inflate | r, parser, attrs, theme
android.graphics.drawable.ColorDrawable
 Methods: 18
  applyTheme | t
  canApplyTheme | 
  draw | canvas
  getAlpha | 
  getChangingConfigurations | 
  getColor | 
  getColorFilter | 
  getConstantState | 
  getOpacity | 
  getOutline | outline
  inflate | r, parser, attrs, theme
  isStateful | 
  mutate | 
  setAlpha | alpha
  setColor | color
  setColorFilter | colorFilter
  setTintBlendMode | blendMode
  setTintList | tint
android.graphics.drawable.ColorStateListDrawable
 Methods: 22
  applyTheme | t
  canApplyTheme | 
  clearAlpha | 
  draw | canvas
  getAlpha | 
  getChangingConfigurations | 
  getColorFilter | 
  getColorStateList | 
  getConstantState | 
  getCurrent | 
  getOpacity | 
  hasFocusStateSpecified | 
  invalidateDrawable | who
  isStateful | 
  mutate | 
  scheduleDrawable | who, what, when
  setAlpha | alpha
  setColorFilter | colorFilter
  setColorStateList | colorStateList
  setTintBlendMode | blendMode
  setTintList | tint
  unscheduleDrawable | who, what
android.graphics.drawable.Drawable
 Methods: 69
  applyTheme | t
  canApplyTheme | 
  clearColorFilter | 
  copyBounds | 
  copyBounds | bounds
  createFromPath | pathName
  createFromResourceStream | res, value, is, srcName, opts
  createFromResourceStream | res, value, is, srcName
  createFromStream | is, srcName
  createFromXml | r, parser
  createFromXml | r, parser, theme
  createFromXmlInner | r, parser, attrs, theme
  createFromXmlInner | r, parser, attrs
  draw | canvas
  getAlpha | 
  getBounds | 
  getCallback | 
  getChangingConfigurations | 
  getColorFilter | 
  getConstantState | 
  getCurrent | 
  getDirtyBounds | 
  getHotspotBounds | outRect
  getIntrinsicHeight | 
  getIntrinsicWidth | 
  getLayoutDirection | 
  getLevel | 
  getMinimumHeight | 
  getMinimumWidth | 
  getOpacity | 
  getOpticalInsets | 
  getOutline | outline
  getPadding | padding
  getState | 
  getTransparentRegion | 
  inflate | r, parser, attrs, theme
  inflate | r, parser, attrs
  invalidateSelf | 
  isAutoMirrored | 
  isFilterBitmap | 
  isProjected | 
  isStateful | 
  isVisible | 
  jumpToCurrentState | 
  mutate | 
  onLayoutDirectionChanged | layoutDirection
  resolveOpacity | op1, op2
  scheduleSelf | what, when
  setAlpha | alpha
  setAutoMirrored | mirrored
  setBounds | left, top, right, bottom
  setBounds | bounds
  setCallback | cb
  setChangingConfigurations | configs
  setColorFilter | color, mode
  setColorFilter | colorFilter
  setDither | dither
  setFilterBitmap | filter
  setHotspot | x, y
  setHotspotBounds | left, top, right, bottom
  setLayoutDirection | layoutDirection
  setLevel | level
  setState | stateSet
  setTint | tintColor
  setTintBlendMode | blendMode
  setTintList | tint
  setTintMode | tintMode
  setVisible | visible, restart
  unscheduleSelf | what
android.graphics.drawable.Drawable$ConstantState
 Methods: 5
  canApplyTheme | 
  getChangingConfigurations | 
  newDrawable | res
  newDrawable | 
  newDrawable | res, theme
android.graphics.drawable.DrawableContainer
 Methods: 36
  applyTheme | theme
  canApplyTheme | 
  draw | canvas
  getAlpha | 
  getChangingConfigurations | 
  getConstantState | 
  getCurrent | 
  getHotspotBounds | outRect
  getIntrinsicHeight | 
  getIntrinsicWidth | 
  getMinimumHeight | 
  getMinimumWidth | 
  getOpacity | 
  getOpticalInsets | 
  getOutline | outline
  getPadding | padding
  invalidateDrawable | who
  isAutoMirrored | 
  isStateful | 
  jumpToCurrentState | 
  mutate | 
  onLayoutDirectionChanged | layoutDirection
  scheduleDrawable | who, what, when
  selectDrawable | index
  setAlpha | alpha
  setAutoMirrored | mirrored
  setColorFilter | colorFilter
  setDither | dither
  setEnterFadeDuration | ms
  setExitFadeDuration | ms
  setHotspot | x, y
  setHotspotBounds | left, top, right, bottom
  setTintBlendMode | blendMode
  setTintList | tint
  setVisible | visible, restart
  unscheduleDrawable | who, what
android.graphics.drawable.DrawableContainer$DrawableContainerState
 Methods: 22
  addChild | dr
  canApplyTheme | 
  canConstantState | 
  getChangingConfigurations | 
  getChild | index
  getChildCount | 
  getChildren | 
  getConstantHeight | 
  getConstantMinimumHeight | 
  getConstantMinimumWidth | 
  getConstantPadding | 
  getConstantWidth | 
  getEnterFadeDuration | 
  getExitFadeDuration | 
  getOpacity | 
  growArray | oldSize, newSize
  isConstantSize | 
  isStateful | 
  setConstantSize | constant
  setEnterFadeDuration | duration
  setExitFadeDuration | duration
  setVariablePadding | variable
android.graphics.drawable.DrawableWrapper
 Methods: 30
  applyTheme | t
  canApplyTheme | 
  draw | canvas
  getAlpha | 
  getChangingConfigurations | 
  getColorFilter | 
  getConstantState | 
  getDrawable | 
  getHotspotBounds | outRect
  getIntrinsicHeight | 
  getIntrinsicWidth | 
  getOpacity | 
  getOpticalInsets | 
  getOutline | outline
  getPadding | padding
  inflate | r, parser, attrs, theme
  invalidateDrawable | who
  isStateful | 
  mutate | 
  onLayoutDirectionChanged | layoutDirection
  scheduleDrawable | who, what, when
  setAlpha | alpha
  setColorFilter | colorFilter
  setDrawable | dr
  setHotspot | x, y
  setHotspotBounds | left, top, right, bottom
  setTintBlendMode | blendMode
  setTintList | tint
  setVisible | visible, restart
  unscheduleDrawable | who, what
android.graphics.drawable.GradientDrawable
 Methods: 58
  applyTheme | t
  canApplyTheme | 
  draw | canvas
  getAlpha | 
  getChangingConfigurations | 
  getColor | 
  getColorFilter | 
  getColors | 
  getConstantState | 
  getCornerRadii | 
  getCornerRadius | 
  getGradientCenterX | 
  getGradientCenterY | 
  getGradientRadius | 
  getGradientType | 
  getInnerRadius | 
  getInnerRadiusRatio | 
  getIntrinsicHeight | 
  getIntrinsicWidth | 
  getOpacity | 
  getOpticalInsets | 
  getOrientation | 
  getOutline | outline
  getPadding | padding
  getShape | 
  getThickness | 
  getThicknessRatio | 
  getUseLevel | 
  inflate | r, parser, attrs, theme
  isStateful | 
  mutate | 
  setAlpha | alpha
  setColor | colorStateList
  setColor | argb
  setColorFilter | colorFilter
  setColors | colors, offsets
  setColors | colors
  setCornerRadii | radii
  setCornerRadius | radius
  setDither | dither
  setGradientCenter | x, y
  setGradientRadius | gradientRadius
  setGradientType | gradient
  setInnerRadius | innerRadius
  setInnerRadiusRatio | innerRadiusRatio
  setOrientation | orientation
  setPadding | left, top, right, bottom
  setShape | shape
  setSize | width, height
  setStroke | width, colorStateList
  setStroke | width, colorStateList, dashWidth, dashGap
  setStroke | width, color, dashWidth, dashGap
  setStroke | width, color
  setThickness | thickness
  setThicknessRatio | thicknessRatio
  setTintBlendMode | blendMode
  setTintList | tint
  setUseLevel | useLevel
android.graphics.drawable.Icon
 Methods: 22
  createWithAdaptiveBitmap | bits
  createWithBitmap | bits
  createWithContentUri | uri
  createWithContentUri | uri
  createWithData | data, offset, length
  createWithFilePath | path
  createWithResource | resPackage, resId
  createWithResource | context, resId
  describeContents | 
  getResId | 
  getResPackage | 
  getType | 
  getUri | 
  loadDrawable | context
  loadDrawableAsync | context, andThen
  loadDrawableAsync | context, listener, handler
  setTint | tint
  setTintBlendMode | mode
  setTintList | tintList
  setTintMode | mode
  toString | 
  writeToParcel | dest, flags
android.graphics.drawable.InsetDrawable
 Methods: 8
  applyTheme | t
  getIntrinsicHeight | 
  getIntrinsicWidth | 
  getOpacity | 
  getOpticalInsets | 
  getOutline | outline
  getPadding | padding
  inflate | r, parser, attrs, theme
android.graphics.drawable.LayerDrawable
 Methods: 71
  addLayer | dr
  applyTheme | t
  canApplyTheme | 
  draw | canvas
  findDrawableByLayerId | id
  findIndexByLayerId | id
  getAlpha | 
  getBottomPadding | 
  getChangingConfigurations | 
  getConstantState | 
  getDrawable | index
  getEndPadding | 
  getHotspotBounds | outRect
  getId | index
  getIntrinsicHeight | 
  getIntrinsicWidth | 
  getLayerGravity | index
  getLayerHeight | index
  getLayerInsetBottom | index
  getLayerInsetEnd | index
  getLayerInsetLeft | index
  getLayerInsetRight | index
  getLayerInsetStart | index
  getLayerInsetTop | index
  getLayerWidth | index
  getLeftPadding | 
  getNumberOfLayers | 
  getOpacity | 
  getOutline | outline
  getPadding | padding
  getPaddingMode | 
  getRightPadding | 
  getStartPadding | 
  getTopPadding | 
  inflate | r, parser, attrs, theme
  invalidateDrawable | who
  isAutoMirrored | 
  isStateful | 
  jumpToCurrentState | 
  mutate | 
  onLayoutDirectionChanged | layoutDirection
  scheduleDrawable | who, what, when
  setAlpha | alpha
  setAutoMirrored | mirrored
  setColorFilter | colorFilter
  setDither | dither
  setDrawable | index, drawable
  setDrawableByLayerId | id, drawable
  setHotspot | x, y
  setHotspotBounds | left, top, right, bottom
  setId | index, id
  setLayerGravity | index, gravity
  setLayerHeight | index, h
  setLayerInset | index, l, t, r, b
  setLayerInsetBottom | index, b
  setLayerInsetEnd | index, e
  setLayerInsetLeft | index, l
  setLayerInsetRelative | index, s, t, e, b
  setLayerInsetRight | index, r
  setLayerInsetStart | index, s
  setLayerInsetTop | index, t
  setLayerSize | index, w, h
  setLayerWidth | index, w
  setOpacity | opacity
  setPadding | left, top, right, bottom
  setPaddingMode | mode
  setPaddingRelative | start, top, end, bottom
  setTintBlendMode | blendMode
  setTintList | tint
  setVisible | visible, restart
  unscheduleDrawable | who, what
android.graphics.drawable.LevelListDrawable
 Methods: 3
  addLevel | low, high, drawable
  inflate | r, parser, attrs, theme
  mutate | 
android.graphics.drawable.NinePatchDrawable
 Methods: 29
  applyTheme | t
  canApplyTheme | 
  draw | canvas
  getAlpha | 
  getChangingConfigurations | 
  getConstantState | 
  getIntrinsicHeight | 
  getIntrinsicWidth | 
  getOpacity | 
  getOpticalInsets | 
  getOutline | outline
  getPadding | padding
  getPaint | 
  getTransparentRegion | 
  inflate | r, parser, attrs, theme
  isAutoMirrored | 
  isFilterBitmap | 
  isStateful | 
  mutate | 
  setAlpha | alpha
  setAutoMirrored | mirrored
  setColorFilter | colorFilter
  setDither | dither
  setFilterBitmap | filter
  setTargetDensity | metrics
  setTargetDensity | canvas
  setTargetDensity | density
  setTintBlendMode | blendMode
  setTintList | tint
android.graphics.drawable.PaintDrawable
 Methods: 2
  setCornerRadii | radii
  setCornerRadius | radius
android.graphics.drawable.PictureDrawable
 Methods: 8
  draw | canvas
  getIntrinsicHeight | 
  getIntrinsicWidth | 
  getOpacity | 
  getPicture | 
  setAlpha | alpha
  setColorFilter | colorFilter
  setPicture | picture
android.graphics.drawable.RippleDrawable
 Methods: 21
  applyTheme | t
  canApplyTheme | 
  draw | canvas
  getConstantState | 
  getDirtyBounds | 
  getHotspotBounds | outRect
  getOpacity | 
  getOutline | outline
  getRadius | 
  inflate | r, parser, attrs, theme
  invalidateSelf | 
  isStateful | 
  jumpToCurrentState | 
  mutate | 
  setColor | color
  setDrawableByLayerId | id, drawable
  setHotspot | x, y
  setHotspotBounds | left, top, right, bottom
  setPaddingMode | mode
  setRadius | radius
  setVisible | visible, restart
android.graphics.drawable.RotateDrawable
 Methods: 15
  applyTheme | t
  draw | canvas
  getFromDegrees | 
  getPivotX | 
  getPivotY | 
  getToDegrees | 
  inflate | r, parser, attrs, theme
  isPivotXRelative | 
  isPivotYRelative | 
  setFromDegrees | fromDegrees
  setPivotX | pivotX
  setPivotXRelative | relative
  setPivotY | pivotY
  setPivotYRelative | relative
  setToDegrees | toDegrees
android.graphics.drawable.ScaleDrawable
 Methods: 4
  applyTheme | t
  draw | canvas
  getOpacity | 
  inflate | r, parser, attrs, theme
android.graphics.drawable.ShapeDrawable
 Methods: 27
  applyTheme | t
  draw | canvas
  getAlpha | 
  getChangingConfigurations | 
  getConstantState | 
  getIntrinsicHeight | 
  getIntrinsicWidth | 
  getOpacity | 
  getOutline | outline
  getPadding | padding
  getPaint | 
  getShaderFactory | 
  getShape | 
  inflate | r, parser, attrs, theme
  isStateful | 
  mutate | 
  setAlpha | alpha
  setColorFilter | colorFilter
  setDither | dither
  setIntrinsicHeight | height
  setIntrinsicWidth | width
  setPadding | padding
  setPadding | left, top, right, bottom
  setShaderFactory | fact
  setShape | s
  setTintBlendMode | blendMode
  setTintList | tint
android.graphics.drawable.ShapeDrawable$ShaderFactory
 Methods: 1
  resize | width, height
android.graphics.drawable.StateListDrawable
 Methods: 9
  addState | stateSet, drawable
  applyTheme | theme
  findStateDrawableIndex | stateSet
  getStateCount | 
  getStateDrawable | index
  getStateSet | index
  inflate | r, parser, attrs, theme
  isStateful | 
  mutate | 
android.graphics.drawable.TransitionDrawable
 Methods: 6
  draw | canvas
  isCrossFadeEnabled | 
  resetTransition | 
  reverseTransition | duration
  setCrossFadeEnabled | enabled
  startTransition | durationMillis
android.graphics.drawable.VectorDrawable
 Methods: 20
  applyTheme | t
  canApplyTheme | 
  draw | canvas
  getAlpha | 
  getChangingConfigurations | 
  getColorFilter | 
  getConstantState | 
  getIntrinsicHeight | 
  getIntrinsicWidth | 
  getOpacity | 
  getOpticalInsets | 
  inflate | r, parser, attrs, theme
  isAutoMirrored | 
  isStateful | 
  mutate | 
  setAlpha | alpha
  setAutoMirrored | mirrored
  setColorFilter | colorFilter
  setTintBlendMode | blendMode
  setTintList | tint
android.graphics.drawable.GradientDrawable$Orientation
 Methods: 2
  valueOf | name
  values | 
android.graphics.drawable.shapes.ArcShape
 Methods: 7
  clone | 
  draw | canvas, paint
  equals | o
  getOutline | outline
  getStartAngle | 
  getSweepAngle | 
  hashCode | 
android.graphics.drawable.shapes.OvalShape
 Methods: 3
  clone | 
  draw | canvas, paint
  getOutline | outline
android.graphics.drawable.shapes.PathShape
 Methods: 4
  clone | 
  draw | canvas, paint
  equals | o
  hashCode | 
android.graphics.drawable.shapes.RectShape
 Methods: 5
  clone | 
  draw | canvas, paint
  equals | o
  getOutline | outline
  hashCode | 
android.graphics.drawable.shapes.RoundRectShape
 Methods: 5
  clone | 
  draw | canvas, paint
  equals | o
  getOutline | outline
  hashCode | 
android.graphics.drawable.shapes.Shape
 Methods: 9
  clone | 
  draw | canvas, paint
  equals | o
  getHeight | 
  getOutline | outline
  getWidth | 
  hasAlpha | 
  hashCode | 
  resize | width, height
android.graphics.fonts.Font
 Methods: 9
  equals | o
  getAxes |
  getBuffer |
  getFile |
  getLocaleList |
  getStyle |
  getTtcIndex |
  hashCode |
  toString |
android.graphics.fonts.Font$Builder
 Methods: 6
  build |
  setFontVariationSettings | variationSettings
  setFontVariationSettings | axes
  setSlant | slant
  setTtcIndex | ttcIndex
  setWeight | weight
android.graphics.fonts.FontFamily
 Methods: 2
  getFont | index
  getSize |
android.graphics.fonts.FontFamily$Builder
 Methods: 2
  addFont | font
  build |
android.graphics.fonts.FontStyle
 Methods: 5
  equals | o
  getSlant |
  getWeight |
  hashCode |
  toString |
android.graphics.fonts.FontVariationAxis
 Methods: 7
  equals | o
  fromFontVariationSettings | settings
  getStyleValue |
  getTag |
  hashCode |
  toFontVariationSettings | axes
  toString |
android.graphics.pdf.PdfDocument
 Methods: 5
  close | 
  finishPage | page
  getPages | 
  startPage | pageInfo
  writeTo | out
android.graphics.pdf.PdfDocument$Page
 Methods: 2
  getCanvas | 
  getInfo | 
android.graphics.pdf.PdfDocument$PageInfo
 Methods: 4
  getContentRect | 
  getPageHeight | 
  getPageNumber | 
  getPageWidth | 
android.graphics.pdf.PdfDocument$PageInfo$Builder
 Methods: 2
  create | 
  setContentRect | contentRect
android.graphics.pdf.PdfRenderer
 Methods: 4
  close | 
  getPageCount | 
  openPage | index
  shouldScaleForPrinting | 
android.graphics.pdf.PdfRenderer$Page
 Methods: 5
  close | 
  getHeight | 
  getIndex | 
  getWidth | 
  render | destination, destClip, transform, renderMode
android.graphics.text.LineBreaker
 Methods: 1
  computeLineBreaks | measuredPara, constraints, lineNumber
android.graphics.text.LineBreaker$Builder
 Methods: 5
  build | 
  setBreakStrategy | breakStrategy
  setHyphenationFrequency | hyphenationFrequency
  setIndents | indents
  setJustificationMode | justificationMode
android.graphics.text.LineBreaker$ParagraphConstraints
 Methods: 8
  getDefaultTabStop | 
  getFirstWidth | 
  getFirstWidthLineCount | 
  getTabStops | 
  getWidth | 
  setIndent | firstWidth, firstWidthLineCount
  setTabStops | tabStops, defaultTabStop
  setWidth | width
android.graphics.text.LineBreaker$Result
 Methods: 8
  getEndLineHyphenEdit | lineIndex
  getLineAscent | lineIndex
  getLineBreakOffset | lineIndex
  getLineCount | 
  getLineDescent | lineIndex
  getLineWidth | lineIndex
  getStartLineHyphenEdit | lineIndex
  hasLineTab | lineIndex
android.graphics.text.MeasuredText
 Methods: 3
  getBounds | start, end, rect
  getCharWidthAt | offset
  getWidth | start, end
android.graphics.text.MeasuredText$Builder
 Methods: 5
  appendReplacementRun | paint, length, width
  appendStyleRun | paint, length, isRtl
  build | 
  setComputeHyphenation | computeHyphenation
  setComputeLayout | computeLayout
android.hardware.Camera$AutoFocusCallback
 Methods: 1
  onAutoFocus | success, camera
android.hardware.Camera$AutoFocusMoveCallback
 Methods: 1
  onAutoFocusMoving | start, camera
android.hardware.Camera$ErrorCallback
 Methods: 1
  onError | error, camera
android.hardware.Camera$FaceDetectionListener
 Methods: 1
  onFaceDetection | faces, camera
android.hardware.Camera$OnZoomChangeListener
 Methods: 1
  onZoomChange | zoomValue, stopped, camera
android.hardware.Camera$PictureCallback
 Methods: 1
  onPictureTaken | data, camera
android.hardware.Camera$PreviewCallback
 Methods: 1
  onPreviewFrame | data, camera
android.hardware.Camera$ShutterCallback
 Methods: 1
  onShutter | 
android.hardware.SensorEventListener
 Methods: 2
  onAccuracyChanged | sensor, accuracy
  onSensorChanged | event
android.hardware.SensorEventListener2
 Methods: 1
  onFlushCompleted | sensor
android.hardware.SensorListener
 Methods: 2
  onAccuracyChanged | sensor, accuracy
  onSensorChanged | sensor, values
android.hardware.Camera
 Methods: 32
  addCallbackBuffer | callbackBuffer
  autoFocus | cb
  cancelAutoFocus | 
  enableShutterSound | enabled
  getCameraInfo | cameraId, cameraInfo
  getNumberOfCameras | 
  getParameters | 
  lock | 
  open | 
  open | cameraId
  reconnect | 
  release | 
  setAutoFocusMoveCallback | cb
  setDisplayOrientation | degrees
  setErrorCallback | cb
  setFaceDetectionListener | listener
  setOneShotPreviewCallback | cb
  setParameters | params
  setPreviewCallback | cb
  setPreviewCallbackWithBuffer | cb
  setPreviewDisplay | holder
  setPreviewTexture | surfaceTexture
  setZoomChangeListener | listener
  startFaceDetection | 
  startPreview | 
  startSmoothZoom | value
  stopFaceDetection | 
  stopPreview | 
  stopSmoothZoom | 
  takePicture | shutter, raw, postview, jpeg
  takePicture | shutter, raw, jpeg
  unlock | 
android.hardware.Camera$Area
 Methods: 1
  equals | obj
android.hardware.Camera$CameraInfo
 Methods: 0
android.hardware.Camera$Face
 Methods: 0
android.hardware.Camera$Parameters
 Methods: 92
  flatten | 
  get | key
  getAntibanding | 
  getAutoExposureLock | 
  getAutoWhiteBalanceLock | 
  getColorEffect | 
  getExposureCompensation | 
  getExposureCompensationStep | 
  getFlashMode | 
  getFocalLength | 
  getFocusAreas | 
  getFocusDistances | output
  getFocusMode | 
  getHorizontalViewAngle | 
  getInt | key
  getJpegQuality | 
  getJpegThumbnailQuality | 
  getJpegThumbnailSize | 
  getMaxExposureCompensation | 
  getMaxNumDetectedFaces | 
  getMaxNumFocusAreas | 
  getMaxNumMeteringAreas | 
  getMaxZoom | 
  getMeteringAreas | 
  getMinExposureCompensation | 
  getPictureFormat | 
  getPictureSize | 
  getPreferredPreviewSizeForVideo | 
  getPreviewFormat | 
  getPreviewFpsRange | range
  getPreviewFrameRate | 
  getPreviewSize | 
  getSceneMode | 
  getSupportedAntibanding | 
  getSupportedColorEffects | 
  getSupportedFlashModes | 
  getSupportedFocusModes | 
  getSupportedJpegThumbnailSizes | 
  getSupportedPictureFormats | 
  getSupportedPictureSizes | 
  getSupportedPreviewFormats | 
  getSupportedPreviewFpsRange | 
  getSupportedPreviewFrameRates | 
  getSupportedPreviewSizes | 
  getSupportedSceneModes | 
  getSupportedVideoSizes | 
  getSupportedWhiteBalance | 
  getVerticalViewAngle | 
  getVideoStabilization | 
  getWhiteBalance | 
  getZoom | 
  getZoomRatios | 
  isAutoExposureLockSupported | 
  isAutoWhiteBalanceLockSupported | 
  isSmoothZoomSupported | 
  isVideoSnapshotSupported | 
  isVideoStabilizationSupported | 
  isZoomSupported | 
  remove | key
  removeGpsData | 
  set | key, value
  set | key, value
  setAntibanding | antibanding
  setAutoExposureLock | toggle
  setAutoWhiteBalanceLock | toggle
  setColorEffect | value
  setExposureCompensation | value
  setFlashMode | value
  setFocusAreas | focusAreas
  setFocusMode | value
  setGpsAltitude | altitude
  setGpsLatitude | latitude
  setGpsLongitude | longitude
  setGpsProcessingMethod | processing_method
  setGpsTimestamp | timestamp
  setJpegQuality | quality
  setJpegThumbnailQuality | quality
  setJpegThumbnailSize | width, height
  setMeteringAreas | meteringAreas
  setPictureFormat | pixel_format
  setPictureSize | width, height
  setPreviewFormat | pixel_format
  setPreviewFpsRange | min, max
  setPreviewFrameRate | fps
  setPreviewSize | width, height
  setRecordingHint | hint
  setRotation | rotation
  setSceneMode | value
  setVideoStabilization | toggle
  setWhiteBalance | value
  setZoom | value
  unflatten | flattened
android.hardware.Camera$Size
 Methods: 2
  equals | obj
  hashCode | 
android.hardware.ConsumerIrManager
 Methods: 3
  getCarrierFrequencies | 
  hasIrEmitter | 
  transmit | carrierFrequency, pattern
android.hardware.ConsumerIrManager$CarrierFrequencyRange
 Methods: 2
  getMaxFrequency | 
  getMinFrequency | 
android.hardware.GeomagneticField
 Methods: 7
  getDeclination | 
  getFieldStrength | 
  getHorizontalStrength | 
  getInclination | 
  getX | 
  getY | 
  getZ | 
android.hardware.HardwareBuffer
 Methods: 11
  close | 
  create | width, height, format, layers, usage
  describeContents | 
  getFormat | 
  getHeight | 
  getLayers | 
  getUsage | 
  getWidth | 
  isClosed | 
  isSupported | width, height, format, layers, usage
  writeToParcel | dest, flags
android.hardware.Sensor
 Methods: 20
  getFifoMaxEventCount | 
  getFifoReservedEventCount | 
  getHighestDirectReportRateLevel | 
  getId | 
  getMaxDelay | 
  getMaximumRange | 
  getMinDelay | 
  getName | 
  getPower | 
  getReportingMode | 
  getResolution | 
  getStringType | 
  getType | 
  getVendor | 
  getVersion | 
  isAdditionalInfoSupported | 
  isDirectChannelTypeSupported | sharedMemType
  isDynamicSensor | 
  isWakeUpSensor | 
  toString | 
android.hardware.SensorAdditionalInfo
 Methods: 0
android.hardware.SensorDirectChannel
 Methods: 3
  close | 
  configure | sensor, rateLevel
  isOpen | 
android.hardware.SensorEvent
 Methods: 0
android.hardware.SensorEventCallback
 Methods: 4
  onAccuracyChanged | sensor, accuracy
  onFlushCompleted | sensor
  onSensorAdditionalInfo | info
  onSensorChanged | event
android.hardware.SensorManager
 Methods: 32
  cancelTriggerSensor | listener, sensor
  createDirectChannel | mem
  createDirectChannel | mem
  flush | listener
  getAltitude | p0, p
  getAngleChange | angleChange, R, prevR
  getDefaultSensor | type
  getDefaultSensor | type, wakeUp
  getDynamicSensorList | type
  getInclination | I
  getOrientation | R, values
  getQuaternionFromVector | Q, rv
  getRotationMatrix | R, I, gravity, geomagnetic
  getRotationMatrixFromVector | R, rotationVector
  getSensorList | type
  getSensors | 
  isDynamicSensorDiscoverySupported | 
  registerDynamicSensorCallback | callback
  registerDynamicSensorCallback | callback, handler
  registerListener | listener, sensor, samplingPeriodUs
  registerListener | listener, sensor, samplingPeriodUs, maxReportLatencyUs
  registerListener | listener, sensor, samplingPeriodUs, handler
  registerListener | listener, sensors
  registerListener | listener, sensors, rate
  registerListener | listener, sensor, samplingPeriodUs, maxReportLatencyUs, handler
  remapCoordinateSystem | inR, X, Y, outR
  requestTriggerSensor | listener, sensor
  unregisterDynamicSensorCallback | callback
  unregisterListener | listener
  unregisterListener | listener, sensor
  unregisterListener | listener
  unregisterListener | listener, sensors
android.hardware.SensorManager$DynamicSensorCallback
 Methods: 2
  onDynamicSensorConnected | sensor
  onDynamicSensorDisconnected | sensor
android.hardware.TriggerEvent
 Methods: 0
android.hardware.TriggerEventListener
 Methods: 1
  onTrigger | event
android.hardware.biometrics.BiometricManager
 Methods: 1
  canAuthenticate | 
android.hardware.biometrics.BiometricPrompt
 Methods: 2
  authenticate | cancel, executor, callback
  authenticate | crypto, cancel, executor, callback
android.hardware.biometrics.BiometricPrompt$AuthenticationCallback
 Methods: 4
  onAuthenticationError | errorCode, errString
  onAuthenticationFailed | 
  onAuthenticationHelp | helpCode, helpString
  onAuthenticationSucceeded | result
android.hardware.biometrics.BiometricPrompt$AuthenticationResult
 Methods: 1
  getCryptoObject | 
android.hardware.biometrics.BiometricPrompt$Builder
 Methods: 7
  build | 
  setConfirmationRequired | requireConfirmation
  setDescription | description
  setDeviceCredentialAllowed | allowed
  setNegativeButton | text, executor, listener
  setSubtitle | subtitle
  setTitle | title
android.hardware.biometrics.BiometricPrompt$CryptoObject
 Methods: 3
  getCipher | 
  getMac | 
  getSignature | 
android.hardware.camera2.CameraCaptureSession
 Methods: 17
  abortCaptures | 
  capture | request, listener, handler
  captureBurst | requests, listener, handler
  captureBurstRequests | requests, executor, listener
  captureSingleRequest | request, executor, listener
  close | 
  finalizeOutputConfigurations | outputConfigs
  getDevice | 
  getInputSurface | 
  isReprocessable | 
  prepare | surface
  setRepeatingBurst | requests, listener, handler
  setRepeatingBurstRequests | requests, executor, listener
  setRepeatingRequest | request, listener, handler
  setSingleRepeatingRequest | request, executor, listener
  stopRepeating | 
  updateOutputConfiguration | config
android.hardware.camera2.CameraCaptureSession$CaptureCallback
 Methods: 7
  onCaptureBufferLost | session, request, target, frameNumber
  onCaptureCompleted | session, request, result
  onCaptureFailed | session, request, failure
  onCaptureProgressed | session, request, partialResult
  onCaptureSequenceAborted | session, sequenceId
  onCaptureSequenceCompleted | session, sequenceId, frameNumber
  onCaptureStarted | session, request, timestamp, frameNumber
android.hardware.camera2.CameraCaptureSession$StateCallback
 Methods: 7
  onActive | session
  onCaptureQueueEmpty | session
  onClosed | session
  onConfigureFailed | session
  onConfigured | session
  onReady | session
  onSurfacePrepared | session, surface
android.hardware.camera2.CameraCharacteristics
 Methods: 9
  get | key
  getAvailableCaptureRequestKeys | 
  getAvailableCaptureResultKeys | 
  getAvailablePhysicalCameraRequestKeys | 
  getAvailableSessionKeys | 
  getKeys | 
  getKeysNeedingPermission | 
  getPhysicalCameraIds | 
  getRecommendedStreamConfigurationMap | usecase
android.hardware.camera2.CameraCharacteristics$Key
 Methods: 4
  equals | o
  getName | 
  hashCode | 
  toString | 
android.hardware.camera2.CameraConstrainedHighSpeedCaptureSession
 Methods: 1
  createHighSpeedRequestList | request
android.hardware.camera2.CameraDevice
 Methods: 12
  close | 
  createCaptureRequest | templateType, physicalCameraIdSet
  createCaptureRequest | templateType
  createCaptureSession | config
  createCaptureSession | outputs, callback, handler
  createCaptureSessionByOutputConfigurations | outputConfigurations, callback, handler
  createConstrainedHighSpeedCaptureSession | outputs, callback, handler
  createReprocessCaptureRequest | inputResult
  createReprocessableCaptureSession | inputConfig, outputs, callback, handler
  createReprocessableCaptureSessionByConfigurations | inputConfig, outputs, callback, handler
  getId | 
  isSessionConfigurationSupported | sessionConfig
android.hardware.camera2.CameraDevice$StateCallback
 Methods: 4
  onClosed | camera
  onDisconnected | camera
  onError | camera, error
  onOpened | camera
android.hardware.camera2.CameraManager
 Methods: 11
  getCameraCharacteristics | cameraId
  getCameraIdList | 
  openCamera | cameraId, callback, handler
  openCamera | cameraId, executor, callback
  registerAvailabilityCallback | executor, callback
  registerAvailabilityCallback | callback, handler
  registerTorchCallback | callback, handler
  registerTorchCallback | executor, callback
  setTorchMode | cameraId, enabled
  unregisterAvailabilityCallback | callback
  unregisterTorchCallback | callback
android.hardware.camera2.CameraManager$AvailabilityCallback
 Methods: 3
  onCameraAccessPrioritiesChanged | 
  onCameraAvailable | cameraId
  onCameraUnavailable | cameraId
android.hardware.camera2.CameraManager$TorchCallback
 Methods: 2
  onTorchModeChanged | cameraId, enabled
  onTorchModeUnavailable | cameraId
android.hardware.camera2.CameraMetadata
 Methods: 1
  getKeys | 
android.hardware.camera2.CaptureFailure
 Methods: 6
  getFrameNumber | 
  getPhysicalCameraId | 
  getReason | 
  getRequest | 
  getSequenceId | 
  wasImageCaptured | 
android.hardware.camera2.CaptureRequest
 Methods: 8
  describeContents | 
  equals | other
  get | key
  getKeys | 
  getTag | 
  hashCode | 
  isReprocess | 
  writeToParcel | dest, flags
android.hardware.camera2.CaptureRequest$Builder
 Methods: 8
  addTarget | outputTarget
  build | 
  get | key
  getPhysicalCameraKey | key, physicalCameraId
  removeTarget | outputTarget
  set | key, value
  setPhysicalCameraKey | key, value, physicalCameraId
  setTag | tag
android.hardware.camera2.CaptureRequest$Key
 Methods: 4
  equals | o
  getName | 
  hashCode | 
  toString | 
android.hardware.camera2.CaptureResult
 Methods: 5
  get | key
  getFrameNumber | 
  getKeys | 
  getRequest | 
  getSequenceId | 
android.hardware.camera2.CaptureResult$Key
 Methods: 4
  equals | o
  getName | 
  hashCode | 
  toString | 
android.hardware.camera2.DngCreator
 Methods: 9
  close | 
  setDescription | description
  setLocation | location
  setOrientation | orientation
  setThumbnail | pixels
  setThumbnail | pixels
  writeByteBuffer | dngOutput, size, pixels, offset
  writeImage | dngOutput, pixels
  writeInputStream | dngOutput, size, pixels, offset
android.hardware.camera2.TotalCaptureResult
 Methods: 2
  getPartialResults | 
  getPhysicalCameraResults | 
android.hardware.camera2.CameraAccessException
 Methods: 1
  getReason | 
android.hardware.camera2.params.BlackLevelPattern
 Methods: 5
  copyTo | destination, offset
  equals | obj
  getOffsetForIndex | column, row
  hashCode | 
  toString | 
android.hardware.camera2.params.ColorSpaceTransform
 Methods: 6
  copyElements | destination, offset
  copyElements | destination, offset
  equals | obj
  getElement | column, row
  hashCode | 
  toString | 
android.hardware.camera2.params.Face
 Methods: 7
  getBounds | 
  getId | 
  getLeftEyePosition | 
  getMouthPosition | 
  getRightEyePosition | 
  getScore | 
  toString | 
android.hardware.camera2.params.InputConfiguration
 Methods: 6
  equals | obj
  getFormat | 
  getHeight | 
  getWidth | 
  hashCode | 
  toString | 
android.hardware.camera2.params.LensShadingMap
 Methods: 9
  copyGainFactors | destination, offset
  equals | obj
  getColumnCount | 
  getGainFactor | colorChannel, column, row
  getGainFactorCount | 
  getGainFactorVector | column, row
  getRowCount | 
  hashCode | 
  toString | 
android.hardware.camera2.params.MandatoryStreamCombination
 Methods: 5
  equals | obj
  getDescription | 
  getStreamsInformation | 
  hashCode | 
  isReprocessable | 
android.hardware.camera2.params.MandatoryStreamCombination$MandatoryStreamInformation
 Methods: 5
  equals | obj
  getAvailableSizes | 
  getFormat | 
  hashCode | 
  isInput | 
android.hardware.camera2.params.MeteringRectangle
 Methods: 12
  equals | other
  equals | other
  getHeight | 
  getMeteringWeight | 
  getRect | 
  getSize | 
  getUpperLeftPoint | 
  getWidth | 
  getX | 
  getY | 
  hashCode | 
  toString | 
android.hardware.camera2.params.OisSample
 Methods: 6
  equals | obj
  getTimestamp | 
  getXshift | 
  getYshift | 
  hashCode | 
  toString | 
android.hardware.camera2.params.OutputConfiguration
 Methods: 12
  addSurface | surface
  describeContents | 
  enableSurfaceSharing | 
  equals | obj
  getMaxSharedSurfaceCount | 
  getSurface | 
  getSurfaceGroupId | 
  getSurfaces | 
  hashCode | 
  removeSurface | surface
  setPhysicalCameraId | physicalCameraId
  writeToParcel | dest, flags
android.hardware.camera2.params.RecommendedStreamConfigurationMap
 Methods: 18
  getHighResolutionOutputSizes | format
  getHighSpeedVideoFpsRanges | 
  getHighSpeedVideoFpsRangesFor | size
  getHighSpeedVideoSizes | 
  getHighSpeedVideoSizesFor | fpsRange
  getInputFormats | 
  getInputSizes | format
  getOutputFormats | 
  getOutputMinFrameDuration | klass, size
  getOutputMinFrameDuration | format, size
  getOutputSizes | format
  getOutputSizes | klass
  getOutputStallDuration | format, size
  getOutputStallDuration | klass, size
  getRecommendedUseCase | 
  getValidOutputFormatsForInput | inputFormat
  isOutputSupportedFor | surface
  isOutputSupportedFor | format
android.hardware.camera2.params.RggbChannelVector
 Methods: 9
  copyTo | destination, offset
  equals | obj
  getBlue | 
  getComponent | colorChannel
  getGreenEven | 
  getGreenOdd | 
  getRed | 
  hashCode | 
  toString | 
android.hardware.camera2.params.SessionConfiguration
 Methods: 12
  describeContents | 
  equals | obj
  getExecutor | 
  getInputConfiguration | 
  getOutputConfigurations | 
  getSessionParameters | 
  getSessionType | 
  getStateCallback | 
  hashCode | 
  setInputConfiguration | input
  setSessionParameters | params
  writeToParcel | dest, flags
android.hardware.camera2.params.StreamConfigurationMap
 Methods: 21
  equals | obj
  getHighResolutionOutputSizes | format
  getHighSpeedVideoFpsRanges | 
  getHighSpeedVideoFpsRangesFor | size
  getHighSpeedVideoSizes | 
  getHighSpeedVideoSizesFor | fpsRange
  getInputFormats | 
  getInputSizes | format
  getOutputFormats | 
  getOutputMinFrameDuration | klass, size
  getOutputMinFrameDuration | format, size
  getOutputSizes | format
  getOutputSizes | klass
  getOutputStallDuration | format, size
  getOutputStallDuration | klass, size
  getValidOutputFormatsForInput | inputFormat
  hashCode | 
  isOutputSupportedFor | surface
  isOutputSupportedFor | format
  isOutputSupportedFor | klass
  toString | 
android.hardware.camera2.params.TonemapCurve
 Methods: 6
  copyColorCurve | colorChannel, destination, offset
  equals | obj
  getPoint | colorChannel, index
  getPointCount | colorChannel
  hashCode | 
  toString | 
android.hardware.display.DisplayManager$DisplayListener
 Methods: 3
  onDisplayAdded | displayId
  onDisplayChanged | displayId
  onDisplayRemoved | displayId
android.hardware.display.DisplayManager
 Methods: 7
  createVirtualDisplay | name, width, height, densityDpi, surface, flags
  createVirtualDisplay | name, width, height, densityDpi, surface, flags, callback, handler
  getDisplay | displayId
  getDisplays | 
  getDisplays | category
  registerDisplayListener | listener, handler
  unregisterDisplayListener | listener
android.hardware.display.VirtualDisplay
 Methods: 6
  getDisplay | 
  getSurface | 
  release | 
  resize | width, height, densityDpi
  setSurface | surface
  toString | 
android.hardware.display.VirtualDisplay$Callback
 Methods: 3
  onPaused | 
  onResumed | 
  onStopped | 
android.hardware.fingerprint.FingerprintManager
 Methods: 3
  authenticate | crypto, cancel, flags, callback, handler
  hasEnrolledFingerprints | 
  isHardwareDetected | 
android.hardware.fingerprint.FingerprintManager$AuthenticationCallback
 Methods: 4
  onAuthenticationError | errorCode, errString
  onAuthenticationFailed | 
  onAuthenticationHelp | helpCode, helpString
  onAuthenticationSucceeded | result
android.hardware.fingerprint.FingerprintManager$AuthenticationResult
 Methods: 1
  getCryptoObject | 
android.hardware.fingerprint.FingerprintManager$CryptoObject
 Methods: 3
  getCipher | 
  getMac | 
  getSignature | 
android.hardware.input.InputManager$InputDeviceListener
 Methods: 3
  onInputDeviceAdded | deviceId
  onInputDeviceChanged | deviceId
  onInputDeviceRemoved | deviceId
android.hardware.input.InputManager
 Methods: 4
  getInputDevice | id
  getInputDeviceIds | 
  registerInputDeviceListener | listener, handler
  unregisterInputDeviceListener | listener
android.hardware.usb.UsbAccessory
 Methods: 11
  describeContents | 
  equals | obj
  getDescription | 
  getManufacturer | 
  getModel | 
  getSerial | 
  getUri | 
  getVersion | 
  hashCode | 
  toString | 
  writeToParcel | parcel, flags
android.hardware.usb.UsbConfiguration
 Methods: 10
  describeContents | 
  getId | 
  getInterface | index
  getInterfaceCount | 
  getMaxPower | 
  getName | 
  isRemoteWakeup | 
  isSelfPowered | 
  toString | 
  writeToParcel | parcel, flags
android.hardware.usb.UsbConstants
 Methods: 0
android.hardware.usb.UsbDevice
 Methods: 22
  describeContents | 
  equals | o
  getConfiguration | index
  getConfigurationCount | 
  getDeviceClass | 
  getDeviceId | 
  getDeviceId | name
  getDeviceName | 
  getDeviceName | id
  getDeviceProtocol | 
  getDeviceSubclass | 
  getInterface | index
  getInterfaceCount | 
  getManufacturerName | 
  getProductId | 
  getProductName | 
  getSerialNumber | 
  getVendorId | 
  getVersion | 
  hashCode | 
  toString | 
  writeToParcel | parcel, flags
android.hardware.usb.UsbDeviceConnection
 Methods: 14
  bulkTransfer | endpoint, buffer, offset, length, timeout
  bulkTransfer | endpoint, buffer, length, timeout
  claimInterface | intf, force
  close | 
  controlTransfer | requestType, request, value, index, buffer, offset, length, timeout
  controlTransfer | requestType, request, value, index, buffer, length, timeout
  getFileDescriptor | 
  getRawDescriptors | 
  getSerial | 
  releaseInterface | intf
  requestWait | timeout
  requestWait | 
  setConfiguration | configuration
  setInterface | intf
android.hardware.usb.UsbEndpoint
 Methods: 10
  describeContents | 
  getAddress | 
  getAttributes | 
  getDirection | 
  getEndpointNumber | 
  getInterval | 
  getMaxPacketSize | 
  getType | 
  toString | 
  writeToParcel | parcel, flags
android.hardware.usb.UsbInterface
 Methods: 11
  describeContents | 
  getAlternateSetting | 
  getEndpoint | index
  getEndpointCount | 
  getId | 
  getInterfaceClass | 
  getInterfaceProtocol | 
  getInterfaceSubclass | 
  getName | 
  toString | 
  writeToParcel | parcel, flags
android.hardware.usb.UsbManager
 Methods: 8
  getAccessoryList | 
  getDeviceList | 
  hasPermission | accessory
  hasPermission | device
  openAccessory | accessory
  openDevice | device
  requestPermission | device, pi
  requestPermission | accessory, pi
android.hardware.usb.UsbRequest
 Methods: 8
  cancel | 
  close | 
  getClientData | 
  getEndpoint | 
  initialize | connection, endpoint
  queue | buffer
  queue | buffer, length
  setClientData | data
android.icu.lang.UCharacter$BidiPairedBracketType
 Methods: 0
android.icu.lang.UCharacter$DecompositionType
 Methods: 0
android.icu.lang.UCharacter$EastAsianWidth
 Methods: 0
android.icu.lang.UCharacter$GraphemeClusterBreak
 Methods: 0
android.icu.lang.UCharacter$HangulSyllableType
 Methods: 0
android.icu.lang.UCharacter$IndicPositionalCategory
 Methods: 0
android.icu.lang.UCharacter$IndicSyllabicCategory
 Methods: 0
android.icu.lang.UCharacter$JoiningGroup
 Methods: 0
android.icu.lang.UCharacter$JoiningType
 Methods: 0
android.icu.lang.UCharacter$LineBreak
 Methods: 0
android.icu.lang.UCharacter$NumericType
 Methods: 0
android.icu.lang.UCharacter$SentenceBreak
 Methods: 0
android.icu.lang.UCharacter$VerticalOrientation
 Methods: 0
android.icu.lang.UCharacter$WordBreak
 Methods: 0
android.icu.lang.UCharacterEnums$ECharacterCategory
 Methods: 0
android.icu.lang.UCharacterEnums$ECharacterDirection
 Methods: 0
android.icu.lang.UProperty
 Methods: 0
android.icu.lang.UProperty$NameChoice
 Methods: 0
android.icu.lang.UCharacter
 Methods: 98
  charCount | cp
  codePointAt | text, index, limit
  codePointAt | text, index
  codePointAt | seq, index
  codePointBefore | text, index
  codePointBefore | seq, index
  codePointBefore | text, index, limit
  codePointCount | text, start, limit
  codePointCount | text, start, limit
  digit | ch
  digit | ch, radix
  foldCase | str, defaultmapping
  foldCase | ch, defaultmapping
  foldCase | ch, options
  foldCase | str, options
  forDigit | digit, radix
  getAge | ch
  getBidiPairedBracket | c
  getCharFromExtendedName | name
  getCharFromName | name
  getCharFromNameAlias | name
  getCodePoint | char16
  getCodePoint | lead, trail
  getCombiningClass | ch
  getDirection | ch
  getDirectionality | cp
  getExtendedName | ch
  getExtendedNameIterator | 
  getHanNumericValue | ch
  getIntPropertyMaxValue | type
  getIntPropertyMinValue | type
  getIntPropertyValue | ch, type
  getMirror | ch
  getName | ch
  getName | s, separator
  getNameAlias | ch
  getNameIterator | 
  getNumericValue | ch
  getPropertyEnum | propertyAlias
  getPropertyName | property, nameChoice
  getPropertyValueEnum | property, valueAlias
  getPropertyValueName | property, value, nameChoice
  getType | ch
  getTypeIterator | 
  getUnicodeNumericValue | ch
  getUnicodeVersion | 
  hasBinaryProperty | ch, property
  isBMP | ch
  isBaseForm | ch
  isDefined | ch
  isDigit | ch
  isHighSurrogate | ch
  isISOControl | ch
  isIdentifierIgnorable | ch
  isJavaIdentifierPart | cp
  isJavaIdentifierStart | cp
  isLegal | ch
  isLegal | str
  isLetter | ch
  isLetterOrDigit | ch
  isLowSurrogate | ch
  isLowerCase | ch
  isMirrored | ch
  isPrintable | ch
  isSpaceChar | ch
  isSupplementary | ch
  isSupplementaryCodePoint | cp
  isSurrogatePair | high, low
  isTitleCase | ch
  isUAlphabetic | ch
  isULowercase | ch
  isUUppercase | ch
  isUWhiteSpace | ch
  isUnicodeIdentifierPart | ch
  isUnicodeIdentifierStart | ch
  isUpperCase | ch
  isValidCodePoint | cp
  isWhitespace | ch
  offsetByCodePoints | text, index, codePointOffset
  offsetByCodePoints | text, start, count, index, codePointOffset
  toChars | cp, dst, dstIndex
  toChars | cp
  toCodePoint | high, low
  toLowerCase | str
  toLowerCase | ch
  toLowerCase | locale, str
  toLowerCase | locale, str
  toString | ch
  toTitleCase | locale, str, titleIter, options
  toTitleCase | locale, str, titleIter
  toTitleCase | str, breakiter
  toTitleCase | locale, str, titleIter, options
  toTitleCase | locale, str, breakiter
  toTitleCase | ch
  toUpperCase | locale, str
  toUpperCase | locale, str
  toUpperCase | ch
  toUpperCase | str
android.icu.lang.UCharacter$UnicodeBlock
 Methods: 4
  forName | blockName
  getID | 
  getInstance | id
  of | ch
android.icu.lang.UCharacterCategory
 Methods: 1
  toString | category
android.icu.lang.UCharacterDirection
 Methods: 1
  toString | dir
android.icu.lang.UCharacterEnums
 Methods: 0
android.icu.lang.UScript
 Methods: 14
  breaksBetweenLetters | script
  getCode | locale
  getCode | nameOrAbbrOrLocale
  getCode | locale
  getCodeFromName | nameOrAbbr
  getName | scriptCode
  getSampleString | script
  getScript | codepoint
  getScriptExtensions | c, set
  getShortName | scriptCode
  getUsage | script
  hasScript | c, sc
  isCased | script
  isRightToLeft | script
android.icu.lang.UScript$ScriptUsage
 Methods: 2
  valueOf | name
  values | 
android.icu.math.BigDecimal
 Methods: 55
  abs | set
  abs | 
  add | rhs
  add | rhs, set
  byteValueExact | 
  compareTo | rhs
  compareTo | rhs, set
  divide | rhs, round
  divide | rhs, set
  divide | rhs
  divide | rhs, scale, round
  divideInteger | rhs
  divideInteger | rhs, set
  doubleValue | 
  equals | obj
  floatValue | 
  format | before, after
  format | before, after, explaces, exdigits, exformint, exround
  hashCode | 
  intValue | 
  intValueExact | 
  longValue | 
  longValueExact | 
  max | rhs
  max | rhs, set
  min | rhs
  min | rhs, set
  movePointLeft | n
  movePointRight | n
  multiply | rhs
  multiply | rhs, set
  negate | 
  negate | set
  plus | set
  plus | 
  pow | rhs, set
  pow | rhs
  remainder | rhs
  remainder | rhs, set
  scale | 
  setScale | scale, round
  setScale | scale
  shortValueExact | 
  signum | 
  subtract | rhs, set
  subtract | rhs
  toBigDecimal | 
  toBigInteger | 
  toBigIntegerExact | 
  toCharArray | 
  toString | 
  unscaledValue | 
  valueOf | dub
  valueOf | lint
  valueOf | lint, scale
android.icu.math.MathContext
 Methods: 5
  getDigits | 
  getForm | 
  getLostDigits | 
  getRoundingMode | 
  toString | 
android.icu.text.Collator$ReorderCodes
 Methods: 0
android.icu.text.Replaceable
 Methods: 8
  char32At | offset
  charAt | offset
  copy | start, limit, dest
  getChars | srcStart, srcLimit, dst, dstStart
  hasMetaData | 
  length | 
  replace | start, limit, chars, charsStart, charsLen
  replace | start, limit, text
android.icu.text.SymbolTable
 Methods: 3
  lookup | s
  lookupMatcher | ch
  parseReference | text, pos, limit
android.icu.text.UnicodeMatcher
 Methods: 4
  addMatchSetTo | toUnionTo
  matches | text, offset, limit, incremental
  matchesIndexValue | v
  toPattern | escapeUnprintable
android.icu.text.AlphabeticIndex
 Methods: 20
  addLabels | additions
  addLabels | additions
  addLabels | additions
  addRecord | name, data
  buildImmutableIndex | 
  clearRecords | 
  getBucketCount | 
  getBucketIndex | name
  getBucketLabels | 
  getCollator | 
  getInflowLabel | 
  getMaxLabelCount | 
  getOverflowLabel | 
  getRecordCount | 
  getUnderflowLabel | 
  iterator | 
  setInflowLabel | inflowLabel
  setMaxLabelCount | maxLabelCount
  setOverflowLabel | overflowLabel
  setUnderflowLabel | underflowLabel
android.icu.text.AlphabeticIndex$Bucket
 Methods: 5
  getLabel | 
  getLabelType | 
  iterator | 
  size | 
  toString | 
android.icu.text.AlphabeticIndex$ImmutableIndex
 Methods: 4
  getBucket | index
  getBucketCount | 
  getBucketIndex | name
  iterator | 
android.icu.text.AlphabeticIndex$Record
 Methods: 3
  getData | 
  getName | 
  toString | 
android.icu.text.Bidi
 Methods: 54
  baseIsLeftToRight | 
  countParagraphs | 
  countRuns | 
  createLineBidi | lineStart, lineLimit
  getBaseDirection | paragraph
  getBaseLevel | 
  getCustomClassifier | 
  getCustomizedClass | c
  getDirection | 
  getLength | 
  getLevelAt | charIndex
  getLevels | 
  getLogicalIndex | visualIndex
  getLogicalMap | 
  getLogicalRun | logicalPosition
  getParaLevel | 
  getParagraph | charIndex
  getParagraphByIndex | paraIndex
  getParagraphIndex | charIndex
  getProcessedLength | 
  getReorderingMode | 
  getReorderingOptions | 
  getResultLength | 
  getRunCount | 
  getRunLevel | run
  getRunLimit | run
  getRunStart | run
  getText | 
  getTextAsString | 
  getVisualIndex | logicalIndex
  getVisualMap | 
  getVisualRun | runIndex
  invertMap | srcMap
  isInverse | 
  isLeftToRight | 
  isMixed | 
  isOrderParagraphsLTR | 
  isRightToLeft | 
  orderParagraphsLTR | ordarParaLTR
  reorderLogical | levels
  reorderVisual | levels
  reorderVisually | levels, levelStart, objects, objectStart, count
  requiresBidi | text, start, limit
  setContext | prologue, epilogue
  setCustomClassifier | classifier
  setInverse | isInverse
  setLine | start, limit
  setPara | paragraph
  setPara | chars, paraLevel, embeddingLevels
  setPara | text, paraLevel, embeddingLevels
  setReorderingMode | reorderingMode
  setReorderingOptions | options
  writeReordered | options
  writeReverse | src, options
android.icu.text.BidiClassifier
 Methods: 3
  classify | c
  getContext | 
  setContext | context
android.icu.text.BidiRun
 Methods: 8
  getDirection | 
  getEmbeddingLevel | 
  getLength | 
  getLimit | 
  getStart | 
  isEvenRun | 
  isOddRun | 
  toString | 
android.icu.text.BreakIterator
 Methods: 32
  clone | 
  current | 
  first | 
  following | offset
  getAvailableLocales | 
  getCharacterInstance | where
  getCharacterInstance | where
  getCharacterInstance | 
  getLineInstance | where
  getLineInstance | where
  getLineInstance | 
  getRuleStatus | 
  getRuleStatusVec | fillInArray
  getSentenceInstance | where
  getSentenceInstance | where
  getSentenceInstance | 
  getText | 
  getTitleInstance | where
  getTitleInstance | where
  getTitleInstance | 
  getWordInstance | where
  getWordInstance | where
  getWordInstance | 
  isBoundary | offset
  last | 
  next | 
  next | n
  preceding | offset
  previous | 
  setText | newText
  setText | newText
  setText | newText
android.icu.text.CaseMap
 Methods: 5
  fold | 
  omitUnchangedText | 
  toLower | 
  toTitle | 
  toUpper | 
android.icu.text.CaseMap$Fold
 Methods: 4
  apply | src, dest, edits
  apply | src
  omitUnchangedText | 
  turkic | 
android.icu.text.CaseMap$Lower
 Methods: 3
  apply | locale, src, dest, edits
  apply | locale, src
  omitUnchangedText | 
android.icu.text.CaseMap$Title
 Methods: 8
  adjustToCased | 
  apply | locale, iter, src
  apply | locale, iter, src, dest, edits
  noBreakAdjustment | 
  noLowercase | 
  omitUnchangedText | 
  sentences | 
  wholeString | 
android.icu.text.CaseMap$Upper
 Methods: 3
  apply | locale, src, dest, edits
  apply | locale, src
  omitUnchangedText | 
android.icu.text.CollationElementIterator
 Methods: 13
  equals | that
  getMaxExpansion | ce
  getOffset | 
  next | 
  previous | 
  primaryOrder | ce
  reset | 
  secondaryOrder | ce
  setOffset | newOffset
  setText | source
  setText | source
  setText | source
  tertiaryOrder | ce
android.icu.text.CollationKey
 Methods: 8
  compareTo | target
  equals | target
  equals | target
  getBound | boundType, noOfLevels
  getSourceString | 
  hashCode | 
  merge | source
  toByteArray | 
android.icu.text.CollationKey$BoundMode
 Methods: 0
android.icu.text.Collator
 Methods: 37
  clone | 
  cloneAsThawed | 
  compare | source, target
  compare | source, target
  equals | source, target
  equals | obj
  freeze | 
  getAvailableLocales | 
  getAvailableULocales | 
  getCollationKey | source
  getDecomposition | 
  getDisplayName | objectLocale, displayLocale
  getDisplayName | objectLocale
  getDisplayName | objectLocale, displayLocale
  getDisplayName | objectLocale
  getEquivalentReorderCodes | reorderCode
  getFunctionalEquivalent | keyword, locID
  getFunctionalEquivalent | keyword, locID, isAvailable
  getInstance | 
  getInstance | locale
  getInstance | locale
  getKeywordValues | keyword
  getKeywordValuesForLocale | key, locale, commonlyUsed
  getKeywords | 
  getMaxVariable | 
  getReorderCodes | 
  getStrength | 
  getTailoredSet | 
  getUCAVersion | 
  getVariableTop | 
  getVersion | 
  hashCode | 
  isFrozen | 
  setDecomposition | decomposition
  setMaxVariable | group
  setReorderCodes | order
  setStrength | newStrength
android.icu.text.CompactDecimalFormat
 Methods: 4
  getInstance | locale, style
  getInstance | locale, style
  parse | text, parsePosition
  parseCurrency | text, parsePosition
android.icu.text.CurrencyPluralInfo
 Methods: 11
  clone | 
  equals | a
  getCurrencyPluralPattern | pluralCount
  getInstance | locale
  getInstance | 
  getInstance | locale
  getLocale | 
  getPluralRules | 
  setCurrencyPluralPattern | pluralCount, pattern
  setLocale | loc
  setPluralRules | ruleDescription
android.icu.text.DateFormat
 Methods: 60
  clone | 
  equals | obj
  format | obj, toAppendTo, fieldPosition
  format | date, toAppendTo, fieldPosition
  format | date
  format | cal, toAppendTo, fieldPosition
  getAvailableLocales | 
  getBooleanAttribute | key
  getCalendar | 
  getContext | type
  getDateInstance | style, aLocale
  getDateInstance | cal, dateStyle
  getDateInstance | cal, dateStyle, locale
  getDateInstance | 
  getDateInstance | style, locale
  getDateInstance | cal, dateStyle, locale
  getDateInstance | style
  getDateTimeInstance | dateStyle, timeStyle
  getDateTimeInstance | 
  getDateTimeInstance | cal, dateStyle, timeStyle, locale
  getDateTimeInstance | cal, dateStyle, timeStyle, locale
  getDateTimeInstance | dateStyle, timeStyle, locale
  getDateTimeInstance | dateStyle, timeStyle, aLocale
  getDateTimeInstance | cal, dateStyle, timeStyle
  getInstance | cal
  getInstance | cal, locale
  getInstance | 
  getInstanceForSkeleton | cal, skeleton, locale
  getInstanceForSkeleton | cal, skeleton, locale
  getInstanceForSkeleton | skeleton, locale
  getInstanceForSkeleton | skeleton, locale
  getInstanceForSkeleton | skeleton
  getNumberFormat | 
  getPatternInstance | skeleton, locale
  getPatternInstance | skeleton, locale
  getPatternInstance | skeleton
  getPatternInstance | cal, skeleton, locale
  getPatternInstance | cal, skeleton, locale
  getTimeInstance | cal, timeStyle
  getTimeInstance | 
  getTimeInstance | style, locale
  getTimeInstance | cal, timeStyle, locale
  getTimeInstance | cal, timeStyle, locale
  getTimeInstance | style
  getTimeInstance | style, aLocale
  getTimeZone | 
  hashCode | 
  isCalendarLenient | 
  isLenient | 
  parse | text
  parse | text, pos
  parse | text, cal, pos
  parseObject | source, pos
  setBooleanAttribute | key, value
  setCalendar | newCalendar
  setCalendarLenient | lenient
  setContext | context
  setLenient | lenient
  setNumberFormat | newNumberFormat
  setTimeZone | zone
android.icu.text.DateFormat$Field
 Methods: 2
  getCalendarField | 
  ofCalendarField | calendarField
android.icu.text.DateFormatSymbols
 Methods: 35
  clone | 
  equals | obj
  getAmPmStrings | 
  getAvailableLocales | 
  getEraNames | 
  getEras | 
  getInstance | 
  getInstance | locale
  getInstance | locale
  getLocalPatternChars | 
  getMonths | context, width
  getMonths | 
  getQuarters | context, width
  getShortMonths | 
  getShortWeekdays | 
  getWeekdays | context, width
  getWeekdays | 
  getYearNames | context, width
  getZodiacNames | context, width
  getZoneStrings | 
  hashCode | 
  setAmPmStrings | newAmpms
  setEraNames | newEraNames
  setEras | newEras
  setLocalPatternChars | newLocalPatternChars
  setMonths | newMonths
  setMonths | newMonths, context, width
  setQuarters | newQuarters, context, width
  setShortMonths | newShortMonths
  setShortWeekdays | newAbbrevWeekdays
  setWeekdays | newWeekdays
  setWeekdays | newWeekdays, context, width
  setYearNames | yearNames, context, width
  setZodiacNames | zodiacNames, context, width
  setZoneStrings | newZoneStrings
android.icu.text.DateIntervalFormat
 Methods: 15
  clone | 
  format | dtInterval, appendTo, fieldPosition
  format | obj, appendTo, fieldPosition
  format | fromCalendar, toCalendar, appendTo, pos
  getDateFormat | 
  getDateIntervalInfo | 
  getInstance | skeleton
  getInstance | skeleton, locale
  getInstance | skeleton, locale, dtitvinf
  getInstance | skeleton, locale, dtitvinf
  getInstance | skeleton, locale
  getInstance | skeleton, dtitvinf
  getTimeZone | 
  setDateIntervalInfo | newItvPattern
  setTimeZone | zone
android.icu.text.DateIntervalInfo
 Methods: 11
  clone | 
  cloneAsThawed | 
  equals | a
  freeze | 
  getDefaultOrder | 
  getFallbackIntervalPattern | 
  getIntervalPattern | skeleton, field
  hashCode | 
  isFrozen | 
  setFallbackIntervalPattern | fallbackPattern
  setIntervalPattern | skeleton, lrgDiffCalUnit, intervalPattern
android.icu.text.DateIntervalInfo$PatternInfo
 Methods: 6
  equals | a
  firstDateInPtnIsLaterDate | 
  getFirstPart | 
  getSecondPart | 
  hashCode | 
  toString | 
android.icu.text.DateTimePatternGenerator
 Methods: 25
  addPattern | pattern, override, returnInfo
  clone | 
  cloneAsThawed | 
  freeze | 
  getAppendItemFormat | field
  getAppendItemName | field
  getBaseSkeleton | pattern
  getBaseSkeletons | result
  getBestPattern | skeleton, options
  getBestPattern | skeleton
  getDateTimeFormat | 
  getDecimal | 
  getEmptyInstance | 
  getInstance | 
  getInstance | locale
  getInstance | uLocale
  getSkeleton | pattern
  getSkeletons | , result
  isFrozen | 
  replaceFieldTypes | pattern, skeleton
  replaceFieldTypes | pattern, skeleton, options
  setAppendItemFormat | field, value
  setAppendItemName | field, value
  setDateTimeFormat | dateTimeFormat
  setDecimal | decimal
android.icu.text.DateTimePatternGenerator$PatternInfo
 Methods: 0
android.icu.text.DecimalFormat
 Methods: 89
  applyLocalizedPattern | localizedPattern
  applyPattern | pattern
  areSignificantDigitsUsed | 
  clone | 
  equals | obj
  format | number, result, fieldPosition
  format | number, result, fieldPosition
  format | number, result, fieldPosition
  format | number, result, fieldPosition
  format | currAmt, result, fieldPosition
  format | number, result, fieldPosition
  formatToCharacterIterator | obj
  getCurrency | 
  getCurrencyPluralInfo | 
  getCurrencyUsage | 
  getDecimalFormatSymbols | 
  getFormatWidth | 
  getGroupingSize | 
  getMathContext | 
  getMathContextICU | 
  getMaximumFractionDigits | 
  getMaximumIntegerDigits | 
  getMaximumSignificantDigits | 
  getMinimumExponentDigits | 
  getMinimumFractionDigits | 
  getMinimumIntegerDigits | 
  getMinimumSignificantDigits | 
  getMultiplier | 
  getNegativePrefix | 
  getNegativeSuffix | 
  getPadCharacter | 
  getPadPosition | 
  getParseMaxDigits | 
  getPositivePrefix | 
  getPositiveSuffix | 
  getRoundingIncrement | 
  getRoundingMode | 
  getSecondaryGroupingSize | 
  hashCode | 
  isDecimalPatternMatchRequired | 
  isDecimalSeparatorAlwaysShown | 
  isExponentSignAlwaysShown | 
  isGroupingUsed | 
  isParseBigDecimal | 
  isParseIntegerOnly | 
  isParseStrict | 
  isScientificNotation | 
  parse | text, parsePosition
  parseCurrency | text, parsePosition
  setCurrency | currency
  setCurrencyPluralInfo | newInfo
  setCurrencyUsage | usage
  setDecimalFormatSymbols | newSymbols
  setDecimalPatternMatchRequired | value
  setDecimalSeparatorAlwaysShown | value
  setExponentSignAlwaysShown | expSignAlways
  setFormatWidth | width
  setGroupingSize | width
  setGroupingUsed | enabled
  setMathContext | mathContext
  setMathContextICU | mathContextICU
  setMaximumFractionDigits | value
  setMaximumIntegerDigits | value
  setMaximumSignificantDigits | value
  setMinimumExponentDigits | minExpDig
  setMinimumFractionDigits | value
  setMinimumIntegerDigits | value
  setMinimumSignificantDigits | value
  setMultiplier | multiplier
  setNegativePrefix | prefix
  setNegativeSuffix | suffix
  setPadCharacter | padChar
  setPadPosition | padPos
  setParseBigDecimal | value
  setParseIntegerOnly | parseIntegerOnly
  setParseMaxDigits | maxDigits
  setParseStrict | parseStrict
  setPositivePrefix | prefix
  setPositiveSuffix | suffix
  setRoundingIncrement | increment
  setRoundingIncrement | increment
  setRoundingIncrement | increment
  setRoundingMode | roundingMode
  setScientificNotation | useScientific
  setSecondaryGroupingSize | width
  setSignificantDigitsUsed | useSignificantDigits
  toLocalizedPattern | 
  toPattern | 
  toString | 
android.icu.text.DecimalFormatSymbols
 Methods: 72
  clone | 
  equals | obj
  forNumberingSystem | locale, ns
  forNumberingSystem | locale, ns
  getAvailableLocales | 
  getCurrency | 
  getCurrencySymbol | 
  getDecimalSeparator | 
  getDecimalSeparatorString | 
  getDigit | 
  getDigitStrings | 
  getDigits | 
  getExponentMultiplicationSign | 
  getExponentSeparator | 
  getGroupingSeparator | 
  getGroupingSeparatorString | 
  getInfinity | 
  getInstance | 
  getInstance | locale
  getInstance | locale
  getInternationalCurrencySymbol | 
  getLocale | 
  getMinusSign | 
  getMinusSignString | 
  getMonetaryDecimalSeparator | 
  getMonetaryDecimalSeparatorString | 
  getMonetaryGroupingSeparator | 
  getMonetaryGroupingSeparatorString | 
  getNaN | 
  getPadEscape | 
  getPatternForCurrencySpacing | itemType, beforeCurrency
  getPatternSeparator | 
  getPerMill | 
  getPerMillString | 
  getPercent | 
  getPercentString | 
  getPlusSign | 
  getPlusSignString | 
  getSignificantDigit | 
  getULocale | 
  getZeroDigit | 
  hashCode | 
  setCurrency | currency
  setCurrencySymbol | currency
  setDecimalSeparator | decimalSeparator
  setDecimalSeparatorString | decimalSeparatorString
  setDigit | digit
  setDigitStrings | digitStrings
  setExponentMultiplicationSign | exponentMultiplicationSign
  setExponentSeparator | exp
  setGroupingSeparator | groupingSeparator
  setGroupingSeparatorString | groupingSeparatorString
  setInfinity | infinity
  setInternationalCurrencySymbol | currency
  setMinusSign | minusSign
  setMinusSignString | minusSignString
  setMonetaryDecimalSeparator | sep
  setMonetaryDecimalSeparatorString | sep
  setMonetaryGroupingSeparator | sep
  setMonetaryGroupingSeparatorString | sep
  setNaN | NaN
  setPadEscape | c
  setPatternForCurrencySpacing | itemType, beforeCurrency, pattern
  setPatternSeparator | patternSeparator
  setPerMill | perMill
  setPerMillString | perMillString
  setPercent | percent
  setPercentString | percentString
  setPlusSign | plus
  setPlusSignString | plusSignString
  setSignificantDigit | sigDigit
  setZeroDigit | zeroDigit
android.icu.text.Edits
 Methods: 11
  addReplace | oldLength, newLength
  addUnchanged | unchangedLength
  getCoarseChangesIterator | 
  getCoarseIterator | 
  getFineChangesIterator | 
  getFineIterator | 
  hasChanges | 
  lengthDelta | 
  mergeAndAppend | ab, bc
  numberOfChanges | 
  reset | 
android.icu.text.Edits$Iterator
 Methods: 12
  destinationIndex | 
  destinationIndexFromSourceIndex | i
  findDestinationIndex | i
  findSourceIndex | i
  hasChange | 
  newLength | 
  next | 
  oldLength | 
  replacementIndex | 
  sourceIndex | 
  sourceIndexFromDestinationIndex | i
  toString | 
android.icu.text.IDNA
 Methods: 5
  getUTS46Instance | options
  labelToASCII | label, dest, info
  labelToUnicode | label, dest, info
  nameToASCII | name, dest, info
  nameToUnicode | name, dest, info
android.icu.text.IDNA$Info
 Methods: 3
  getErrors | 
  hasErrors | 
  isTransitionalDifferent | 
android.icu.text.ListFormatter
 Methods: 6
  format | items
  format | items
  getInstance | locale
  getInstance | locale
  getInstance | 
  getPatternForNumItems | count
android.icu.text.LocaleDisplayNames
 Methods: 20
  getContext | type
  getDialectHandling | 
  getInstance | locale
  getInstance | locale, dialectHandling
  getInstance | locale
  getInstance | locale, contexts
  getInstance | locale, contexts
  getLocale | 
  getUiList | localeSet, inSelf, collator
  getUiListCompareWholeItems | localeSet, comparator
  keyDisplayName | key
  keyValueDisplayName | key, value
  languageDisplayName | lang
  localeDisplayName | locale
  localeDisplayName | localeId
  localeDisplayName | locale
  regionDisplayName | region
  scriptDisplayName | script
  scriptDisplayName | scriptCode
  variantDisplayName | variant
android.icu.text.LocaleDisplayNames$UiListItem
 Methods: 4
  equals | obj
  getComparator | comparator, inSelf
  hashCode | 
  toString | 
android.icu.text.MeasureFormat
 Methods: 17
  equals | other
  format | obj, toAppendTo, fpos
  formatMeasurePerUnit | measure, perUnit, appendTo, pos
  formatMeasures | appendTo, fpos, measures
  formatMeasures | measures
  getCurrencyFormat | 
  getCurrencyFormat | locale
  getCurrencyFormat | locale
  getInstance | locale, formatWidth, format
  getInstance | locale, formatWidth
  getInstance | locale, formatWidth
  getInstance | locale, formatWidth, format
  getLocale | 
  getNumberFormat | 
  getUnitDisplayName | unit
  getWidth | 
  hashCode | 
android.icu.text.MessageFormat
 Methods: 34
  applyPattern | pttrn
  applyPattern | pattern, aposMode
  autoQuoteApostrophe | pattern
  clone | 
  equals | obj
  format | arguments, result, pos
  format | pattern, , arguments
  format | arguments, result, pos
  format | , arguments, result, pos
  format | pattern, arguments
  formatToCharacterIterator | arguments
  getApostropheMode | 
  getArgumentNames | 
  getFormatByArgumentName | argumentName
  getFormats | 
  getFormatsByArgumentIndex | 
  getLocale | 
  getULocale | 
  hashCode | 
  parse | source
  parse | source, pos
  parseObject | source, pos
  parseToMap | source
  parseToMap | source, pos
  setFormat | formatElementIndex, newFormat
  setFormatByArgumentIndex | argumentIndex, newFormat
  setFormatByArgumentName | argumentName, newFormat
  setFormats | newFormats
  setFormatsByArgumentIndex | newFormats
  setFormatsByArgumentName | , newFormats
  setLocale | locale
  setLocale | locale
  toPattern | 
  usesNamedArguments | 
android.icu.text.MessageFormat$Field
 Methods: 0
android.icu.text.MessagePattern
 Methods: 28
  autoQuoteApostropheDeep | 
  clear | 
  clearPatternAndSetApostropheMode | mode
  clone | 
  cloneAsThawed | 
  countParts | 
  equals | other
  freeze | 
  getApostropheMode | 
  getLimitPartIndex | start
  getNumericValue | part
  getPart | i
  getPartType | i
  getPatternIndex | partIndex
  getPatternString | 
  getPluralOffset | pluralStart
  getSubstring | part
  hasNamedArguments | 
  hasNumberedArguments | 
  hashCode | 
  isFrozen | 
  parse | pattern
  parseChoiceStyle | pattern
  parsePluralStyle | pattern
  parseSelectStyle | pattern
  partSubstringMatches | part, s
  toString | 
  validateArgumentName | name
android.icu.text.MessagePattern$Part
 Methods: 9
  equals | other
  getArgType | 
  getIndex | 
  getLength | 
  getLimit | 
  getType | 
  getValue | 
  hashCode | 
  toString | 
android.icu.text.Normalizer
 Methods: 5
  compare | s1, s2, options
  compare | s1, s1Start, s1Limit, s2, s2Start, s2Limit, options
  compare | char32a, char32b, options
  compare | s1, s2, options
  compare | char32a, str2, options
android.icu.text.Normalizer$QuickCheckResult
 Methods: 0
android.icu.text.Normalizer2
 Methods: 21
  append | first, second
  composePair | a, b
  getCombiningClass | c
  getDecomposition | c
  getInstance | data, name, mode
  getNFCInstance | 
  getNFDInstance | 
  getNFKCCasefoldInstance | 
  getNFKCInstance | 
  getNFKDInstance | 
  getRawDecomposition | c
  hasBoundaryAfter | c
  hasBoundaryBefore | c
  isInert | c
  isNormalized | s
  normalize | src
  normalize | src, dest
  normalize | src, dest
  normalizeSecondAndAppend | first, second
  quickCheck | s
  spanQuickCheckYes | s
android.icu.text.NumberFormat
 Methods: 62
  clone | 
  equals | obj
  format | number, toAppendTo, pos
  format | number, toAppendTo, pos
  format | number, toAppendTo, pos
  format | number
  format | number, toAppendTo, pos
  format | number
  format | number, toAppendTo, pos
  format | number
  format | number
  format | number
  format | currAmt, toAppendTo, pos
  format | currAmt
  format | number, toAppendTo, pos
  getAvailableLocales | 
  getContext | type
  getCurrency | 
  getCurrencyInstance | inLocale
  getCurrencyInstance | inLocale
  getCurrencyInstance | 
  getInstance | 
  getInstance | inLocale
  getInstance | desiredLocale, choice
  getInstance | inLocale, style
  getInstance | inLocale
  getInstance | style
  getIntegerInstance | inLocale
  getIntegerInstance | 
  getIntegerInstance | inLocale
  getMaximumFractionDigits | 
  getMaximumIntegerDigits | 
  getMinimumFractionDigits | 
  getMinimumIntegerDigits | 
  getNumberInstance | inLocale
  getNumberInstance | 
  getNumberInstance | inLocale
  getPercentInstance | 
  getPercentInstance | inLocale
  getPercentInstance | inLocale
  getRoundingMode | 
  getScientificInstance | inLocale
  getScientificInstance | inLocale
  getScientificInstance | 
  hashCode | 
  isGroupingUsed | 
  isParseIntegerOnly | 
  isParseStrict | 
  parse | text
  parse | text, parsePosition
  parseCurrency | text, pos
  parseObject | source, parsePosition
  setContext | context
  setCurrency | theCurrency
  setGroupingUsed | newValue
  setMaximumFractionDigits | newValue
  setMaximumIntegerDigits | newValue
  setMinimumFractionDigits | newValue
  setMinimumIntegerDigits | newValue
  setParseIntegerOnly | value
  setParseStrict | value
  setRoundingMode | roundingMode
android.icu.text.NumberFormat$Field
 Methods: 0
android.icu.text.NumberingSystem
 Methods: 11
  getAvailableNames | 
  getDescription | 
  getInstance | locale
  getInstance | inLocale
  getInstance | 
  getInstance | radix_in, isAlgorithmic_in, desc_in
  getInstanceByName | name
  getName | 
  getRadix | 
  isAlgorithmic | 
  isValidDigitString | str
android.icu.text.PluralFormat
 Methods: 11
  applyPattern | pattern
  equals | rhs
  equals | rhs
  format | number
  format | number, toAppendTo, pos
  hashCode | 
  parse | text, parsePosition
  parseObject | source, pos
  setNumberFormat | format
  toPattern | 
  toString | 
android.icu.text.PluralRules
 Methods: 14
  createRules | description
  equals | rhs
  equals | rhs
  forLocale | locale, type
  forLocale | locale, type
  forLocale | locale
  forLocale | locale
  getAllKeywordValues | keyword
  getKeywords | 
  getSamples | keyword
  getUniqueKeywordValue | keyword
  parseDescription | description
  select | number
  toString | 
android.icu.text.RelativeDateTimeFormatter
 Methods: 14
  combineDateAndTime | relativeDateString, timeString
  format | quantity, direction, unit
  format | direction, unit
  format | offset, unit
  formatNumeric | offset, unit
  getCapitalizationContext | 
  getFormatStyle | 
  getInstance | locale, nf, style, capitalizationContext
  getInstance | locale
  getInstance | 
  getInstance | locale
  getInstance | locale, nf
  getInstance | locale, nf
  getNumberFormat | 
android.icu.text.RuleBasedCollator
 Methods: 45
  clone | 
  cloneAsThawed | 
  compare | source, target
  equals | obj
  freeze | 
  getCollationElementIterator | source
  getCollationElementIterator | source
  getCollationElementIterator | source
  getCollationKey | source
  getContractionsAndExpansions | contractions, expansions, addPrefixes
  getDecomposition | 
  getMaxVariable | 
  getNumericCollation | 
  getReorderCodes | 
  getRules | 
  getRules | fullrules
  getStrength | 
  getTailoredSet | 
  getUCAVersion | 
  getVariableTop | 
  getVersion | 
  hashCode | 
  isAlternateHandlingShifted | 
  isCaseLevel | 
  isFrenchCollation | 
  isFrozen | 
  isLowerCaseFirst | 
  isUpperCaseFirst | 
  setAlternateHandlingDefault | 
  setAlternateHandlingShifted | shifted
  setCaseFirstDefault | 
  setCaseLevel | flag
  setCaseLevelDefault | 
  setDecomposition | decomposition
  setDecompositionDefault | 
  setFrenchCollation | flag
  setFrenchCollationDefault | 
  setLowerCaseFirst | lowerfirst
  setMaxVariable | group
  setNumericCollation | flag
  setNumericCollationDefault | 
  setReorderCodes | order
  setStrength | newStrength
  setStrengthDefault | 
  setUpperCaseFirst | upperfirst
android.icu.text.ScientificNumberFormatter
 Methods: 5
  format | number
  getMarkupInstance | df, beginMarkup, endMarkup
  getMarkupInstance | locale, beginMarkup, endMarkup
  getSuperscriptInstance | df
  getSuperscriptInstance | locale
android.icu.text.SearchIterator
 Methods: 20
  first | 
  following | position
  getBreakIterator | 
  getElementComparisonType | 
  getIndex | 
  getMatchLength | 
  getMatchStart | 
  getMatchedText | 
  getTarget | 
  isOverlapping | 
  last | 
  next | 
  preceding | position
  previous | 
  reset | 
  setBreakIterator | breakiter
  setElementComparisonType | type
  setIndex | position
  setOverlapping | allowOverlap
  setTarget | text
android.icu.text.SelectFormat
 Methods: 8
  applyPattern | pattern
  equals | obj
  format | keyword, toAppendTo, pos
  format | keyword
  hashCode | 
  parseObject | source, pos
  toPattern | 
  toString | 
android.icu.text.SimpleDateFormat
 Methods: 20
  applyLocalizedPattern | pat
  applyPattern | pat
  clone | 
  equals | obj
  format | cal, toAppendTo, pos
  formatToCharacterIterator | obj
  get2DigitYearStart | 
  getDateFormatSymbols | 
  getNumberFormat | field
  getTimeZoneFormat | 
  hashCode | 
  parse | text, cal, parsePos
  set2DigitYearStart | startDate
  setContext | context
  setDateFormatSymbols | newFormatSymbols
  setNumberFormat | fields, overrideNF
  setNumberFormat | newNumberFormat
  setTimeZoneFormat | tzfmt
  toLocalizedPattern | 
  toPattern | 
android.icu.text.StringSearch
 Methods: 10
  getCollator | 
  getIndex | 
  getPattern | 
  isCanonical | 
  reset | 
  setCanonical | allowCanonical
  setCollator | collator
  setIndex | position
  setPattern | pattern
  setTarget | text
android.icu.text.TimeZoneFormat
 Methods: 33
  cloneAsThawed | 
  format | obj, toAppendTo, pos
  format | style, tz, date, timeType
  format | style, tz, date
  formatOffsetISO8601Basic | offset, useUtcIndicator, isShort, ignoreSeconds
  formatOffsetISO8601Extended | offset, useUtcIndicator, isShort, ignoreSeconds
  formatOffsetLocalizedGMT | offset
  formatOffsetShortLocalizedGMT | offset
  formatToCharacterIterator | obj
  freeze | 
  getDefaultParseOptions | 
  getGMTOffsetDigits | 
  getGMTOffsetPattern | type
  getGMTPattern | 
  getGMTZeroFormat | 
  getInstance | locale
  getInstance | locale
  getTimeZoneNames | 
  isFrozen | 
  parse | text
  parse | text, pos
  parse | style, text, pos, timeType
  parse | style, text, pos, options, timeType
  parseObject | source, pos
  parseOffsetISO8601 | text, pos
  parseOffsetLocalizedGMT | text, pos
  parseOffsetShortLocalizedGMT | text, pos
  setDefaultParseOptions | options
  setGMTOffsetDigits | digits
  setGMTOffsetPattern | type, pattern
  setGMTPattern | pattern
  setGMTZeroFormat | gmtZeroFormat
  setTimeZoneNames | tznames
android.icu.text.TimeZoneNames
 Methods: 11
  getAvailableMetaZoneIDs | 
  getAvailableMetaZoneIDs | tzID
  getDisplayName | tzID, type, date
  getExemplarLocationName | tzID
  getInstance | locale
  getInstance | locale
  getMetaZoneDisplayName | mzID, type
  getMetaZoneID | tzID, date
  getReferenceZoneID | mzID, region
  getTZDBInstance | locale
  getTimeZoneDisplayName | tzID, type
android.icu.text.Transliterator
 Methods: 27
  createFromRules | ID, rules, dir
  filteredTransliterate | text, index, incremental
  finishTransliteration | text, index
  getAvailableIDs | 
  getAvailableSources | 
  getAvailableTargets | source
  getAvailableVariants | source, target
  getDisplayName | id, inLocale
  getDisplayName | ID
  getDisplayName | id, inLocale
  getElements | 
  getFilter | 
  getID | 
  getInstance | ID, dir
  getInstance | ID
  getInverse | 
  getMaximumContextLength | 
  getSourceSet | 
  getTargetSet | 
  setFilter | filter
  toRules | escapeUnprintable
  transliterate | text, start, limit
  transliterate | text
  transliterate | text, index
  transliterate | text
  transliterate | text, index, insertion
  transliterate | text, index, insertion
android.icu.text.Transliterator$Position
 Methods: 5
  equals | obj
  hashCode | 
  set | pos
  toString | 
  validate | length
android.icu.text.UCharacterIterator
 Methods: 24
  clone | 
  current | 
  currentCodePoint | 
  getCharacterIterator | 
  getIndex | 
  getInstance | source
  getInstance | source
  getInstance | source
  getInstance | source
  getInstance | source, start, limit
  getInstance | source
  getLength | 
  getText | fillIn, offset
  getText | 
  getText | fillIn
  moveCodePointIndex | delta
  moveIndex | delta
  next | 
  nextCodePoint | 
  previous | 
  previousCodePoint | 
  setIndex | index
  setToLimit | 
  setToStart | 
android.icu.text.UFormat
 Methods: 0
android.icu.text.UnicodeFilter
 Methods: 2
  contains | c
  matches | text, offset, limit, incremental
android.icu.text.UnicodeSet
 Methods: 86
  _generatePattern | result, escapeUnprintable
  _generatePattern | result, escapeUnprintable, includeStrings
  add | c
  add | s
  add | source
  add | start, end
  addAll | collection
  addAll | start, end
  addAll | c
  addAll | s
  addAll | source
  addAllTo | target
  addMatchSetTo | toUnionTo
  applyIntPropertyValue | prop, value
  applyPattern | pattern
  applyPattern | pattern, options
  applyPattern | pattern, ignoreWhitespace
  applyPropertyAlias | propertyAlias, valueAlias
  applyPropertyAlias | propertyAlias, valueAlias, symbols
  charAt | index
  clear | 
  clone | 
  cloneAsThawed | 
  closeOver | attribute
  compact | 
  compareTo | o
  compareTo | o, style
  compareTo | other
  complement | start, end
  complement | 
  complement | s
  complement | c
  complementAll | s
  complementAll | c
  contains | c
  contains | start, end
  contains | s
  containsAll | b
  containsAll | collection
  containsAll | s
  containsNone | collection
  containsNone | b
  containsNone | s
  containsNone | start, end
  containsSome | s
  containsSome | s
  containsSome | collection
  containsSome | start, end
  equals | o
  freeze | 
  from | s
  fromAll | s
  getRangeCount | 
  getRangeEnd | index
  getRangeStart | index
  hashCode | 
  indexOf | c
  isEmpty | 
  isFrozen | 
  iterator | 
  matches | text, offset, limit, incremental
  matchesIndexValue | v
  ranges | 
  remove | start, end
  remove | s
  remove | c
  removeAll | collection
  removeAll | c
  removeAll | s
  removeAllStrings | 
  retain | start, end
  retain | cs
  retain | c
  retainAll | s
  retainAll | c
  retainAll | collection
  set | other
  set | start, end
  size | 
  span | s, start, spanCondition
  span | s, spanCondition
  spanBack | s, spanCondition
  spanBack | s, fromIndex, spanCondition
  strings | 
  toPattern | escapeUnprintable
  toString | 
android.icu.text.UnicodeSet$EntryRange
 Methods: 1
  toString | 
android.icu.text.UnicodeSetIterator
 Methods: 5
  getString | 
  next | 
  nextRange | 
  reset | 
  reset | uset
android.icu.text.UnicodeSetSpanner
 Methods: 14
  countIn | sequence
  countIn | sequence, countMethod, spanCondition
  countIn | sequence, countMethod
  deleteFrom | sequence, spanCondition
  deleteFrom | sequence
  equals | other
  getUnicodeSet | 
  hashCode | 
  replaceFrom | sequence, replacement, countMethod, spanCondition
  replaceFrom | sequence, replacement
  replaceFrom | sequence, replacement, countMethod
  trim | sequence, trimOption, spanCondition
  trim | sequence, trimOption
  trim | sequence
android.icu.text.AlphabeticIndex$Bucket$LabelType
 Methods: 2
  valueOf | name
  values | 
android.icu.text.CompactDecimalFormat$CompactStyle
 Methods: 2
  valueOf | name
  values | 
android.icu.text.DateFormat$BooleanAttribute
 Methods: 2
  valueOf | name
  values | 
android.icu.text.DisplayContext
 Methods: 4
  type | 
  value | 
  valueOf | name
  values | 
android.icu.text.DisplayContext$Type
 Methods: 2
  valueOf | name
  values | 
android.icu.text.IDNA$Error
 Methods: 2
  valueOf | name
  values | 
android.icu.text.LocaleDisplayNames$DialectHandling
 Methods: 2
  valueOf | name
  values | 
android.icu.text.MeasureFormat$FormatWidth
 Methods: 2
  valueOf | name
  values | 
android.icu.text.MessagePattern$ApostropheMode
 Methods: 2
  valueOf | name
  values | 
android.icu.text.MessagePattern$ArgType
 Methods: 3
  hasPluralStyle | 
  valueOf | name
  values | 
android.icu.text.MessagePattern$Part$Type
 Methods: 3
  hasNumericValue | 
  valueOf | name
  values | 
android.icu.text.Normalizer2$Mode
 Methods: 2
  valueOf | name
  values | 
android.icu.text.PluralRules$PluralType
 Methods: 2
  valueOf | name
  values | 
android.icu.text.RelativeDateTimeFormatter$AbsoluteUnit
 Methods: 2
  valueOf | name
  values | 
android.icu.text.RelativeDateTimeFormatter$Direction
 Methods: 2
  valueOf | name
  values | 
android.icu.text.RelativeDateTimeFormatter$RelativeDateTimeUnit
 Methods: 2
  valueOf | name
  values | 
android.icu.text.RelativeDateTimeFormatter$RelativeUnit
 Methods: 2
  valueOf | name
  values | 
android.icu.text.RelativeDateTimeFormatter$Style
 Methods: 2
  valueOf | name
  values | 
android.icu.text.SearchIterator$ElementComparisonType
 Methods: 2
  valueOf | name
  values | 
android.icu.text.TimeZoneFormat$GMTOffsetPatternType
 Methods: 2
  valueOf | name
  values | 
android.icu.text.TimeZoneFormat$ParseOption
 Methods: 2
  valueOf | name
  values | 
android.icu.text.TimeZoneFormat$Style
 Methods: 2
  valueOf | name
  values | 
android.icu.text.TimeZoneFormat$TimeType
 Methods: 2
  valueOf | name
  values | 
android.icu.text.TimeZoneNames$NameType
 Methods: 2
  valueOf | name
  values | 
android.icu.text.UnicodeSet$ComparisonStyle
 Methods: 2
  valueOf | name
  values | 
android.icu.text.UnicodeSet$SpanCondition
 Methods: 2
  valueOf | name
  values | 
android.icu.text.UnicodeSetSpanner$CountMethod
 Methods: 2
  valueOf | name
  values | 
android.icu.text.UnicodeSetSpanner$TrimOption
 Methods: 2
  valueOf | name
  values | 
android.icu.text.StringPrepParseException
 Methods: 3
  equals | other
  getError | 
  toString | 
android.icu.util.Freezable
 Methods: 3
  cloneAsThawed | 
  freeze | 
  isFrozen | 
android.icu.util.RangeValueIterator
 Methods: 2
  next | element
  reset | 
android.icu.util.ValueIterator
 Methods: 3
  next | element
  reset | 
  setRange | start, limit
android.icu.util.BuddhistCalendar
 Methods: 1
  getType | 
android.icu.util.Calendar
 Methods: 61
  add | field, amount
  after | when
  before | when
  clear | 
  clear | field
  clone | 
  compareTo | that
  equals | obj
  fieldDifference | when, field
  get | field
  getActualMaximum | field
  getActualMinimum | field
  getAvailableLocales | 
  getDateTimeFormat | dateStyle, timeStyle, loc
  getDateTimeFormat | dateStyle, timeStyle, loc
  getDisplayName | loc
  getDisplayName | loc
  getFieldCount | 
  getFirstDayOfWeek | 
  getGreatestMinimum | field
  getInstance | 
  getInstance | aLocale
  getInstance | zone, aLocale
  getInstance | zone, locale
  getInstance | zone
  getInstance | locale
  getKeywordValuesForLocale | key, locale, commonlyUsed
  getLeastMaximum | field
  getMaximum | field
  getMinimalDaysInFirstWeek | 
  getMinimum | field
  getRepeatedWallTimeOption | 
  getSkippedWallTimeOption | 
  getTime | 
  getTimeInMillis | 
  getTimeZone | 
  getType | 
  getWeekData | 
  getWeekDataForRegion | region
  hashCode | 
  isEquivalentTo | other
  isLenient | 
  isSet | field
  isWeekend | date
  isWeekend | 
  roll | field, up
  roll | field, amount
  set | year, month, date, hour, minute, second
  set | year, month, date, hour, minute
  set | field, value
  set | year, month, date
  setFirstDayOfWeek | value
  setLenient | lenient
  setMinimalDaysInFirstWeek | value
  setRepeatedWallTimeOption | option
  setSkippedWallTimeOption | option
  setTime | date
  setTimeInMillis | millis
  setTimeZone | value
  setWeekData | wdata
  toString | 
android.icu.util.Calendar$WeekData
 Methods: 3
  equals | other
  hashCode | 
  toString | 
android.icu.util.ChineseCalendar
 Methods: 3
  add | field, amount
  getType | 
  roll | field, amount
android.icu.util.CopticCalendar
 Methods: 1
  getType | 
android.icu.util.Currency
 Methods: 28
  fromJavaCurrency | currency
  getAvailableCurrencies | 
  getAvailableCurrencyCodes | loc, d
  getAvailableCurrencyCodes | loc, d
  getAvailableLocales | 
  getAvailableULocales | 
  getCurrencyCode | 
  getDefaultFractionDigits | 
  getDefaultFractionDigits | Usage
  getDisplayName | 
  getDisplayName | locale
  getInstance | theISOCode
  getInstance | locale
  getInstance | locale
  getKeywordValuesForLocale | key, locale, commonlyUsed
  getName | locale, nameStyle, pluralCount, isChoiceFormat
  getName | locale, nameStyle, isChoiceFormat
  getName | locale, nameStyle, isChoiceFormat
  getName | locale, nameStyle, pluralCount, isChoiceFormat
  getNumericCode | 
  getRoundingIncrement | 
  getRoundingIncrement | Usage
  getSymbol | 
  getSymbol | loc
  getSymbol | uloc
  isAvailable | code, from, to
  toJavaCurrency | 
  toString | 
android.icu.util.CurrencyAmount
 Methods: 1
  getCurrency | 
android.icu.util.DateInterval
 Methods: 5
  equals | a
  getFromDate | 
  getToDate | 
  hashCode | 
  toString | 
android.icu.util.EthiopicCalendar
 Methods: 3
  getType | 
  isAmeteAlemEra | 
  setAmeteAlemEra | onOff
android.icu.util.GregorianCalendar
 Methods: 9
  getActualMaximum | field
  getActualMinimum | field
  getGregorianChange | 
  getType | 
  hashCode | 
  isEquivalentTo | other
  isLeapYear | year
  roll | field, amount
  setGregorianChange | date
android.icu.util.HebrewCalendar
 Methods: 3
  add | field, amount
  getType | 
  roll | field, amount
android.icu.util.IndianCalendar
 Methods: 1
  getType | 
android.icu.util.IslamicCalendar
 Methods: 3
  getCalculationType | 
  getType | 
  setCalculationType | type
android.icu.util.JapaneseCalendar
 Methods: 2
  getActualMaximum | field
  getType | 
android.icu.util.LocaleData
 Methods: 8
  getCLDRVersion | 
  getDelimiter | type
  getInstance | locale
  getInstance | 
  getMeasurementSystem | locale
  getNoSubstitute | 
  getPaperSize | locale
  setNoSubstitute | setting
android.icu.util.LocaleData$MeasurementSystem
 Methods: 0
android.icu.util.LocaleData$PaperSize
 Methods: 2
  getHeight | 
  getWidth | 
android.icu.util.Measure
 Methods: 5
  equals | obj
  getNumber | 
  getUnit | 
  hashCode | 
  toString | 
android.icu.util.MeasureUnit
 Methods: 8
  equals | rhs
  getAvailable | 
  getAvailable | type
  getAvailableTypes | 
  getSubtype | 
  getType | 
  hashCode | 
  toString | 
android.icu.util.Output
 Methods: 1
  toString | 
android.icu.util.RangeValueIterator$Element
 Methods: 0
android.icu.util.TaiwanCalendar
 Methods: 1
  getType | 
android.icu.util.TimeUnit
 Methods: 1
  values | 
android.icu.util.TimeZone
 Methods: 40
  clone | 
  cloneAsThawed | 
  countEquivalentIDs | id
  equals | obj
  freeze | 
  getAvailableIDs | 
  getAvailableIDs | rawOffset
  getAvailableIDs | zoneType, region, rawOffset
  getAvailableIDs | country
  getCanonicalID | id
  getCanonicalID | id, isSystemID
  getDSTSavings | 
  getDefault | 
  getDisplayName | daylight, style, locale
  getDisplayName | 
  getDisplayName | locale
  getDisplayName | daylight, style, locale
  getDisplayName | locale
  getDisplayName | daylight, style
  getEquivalentID | id, index
  getFrozenTimeZone | ID
  getID | 
  getIDForWindowsID | winid, region
  getOffset | date, local, offsets
  getOffset | date
  getOffset | era, year, month, day, dayOfWeek, milliseconds
  getRawOffset | 
  getRegion | id
  getTZDataVersion | 
  getTimeZone | ID, type
  getTimeZone | ID
  getWindowsID | id
  hasSameRules | other
  hashCode | 
  inDaylightTime | date
  isFrozen | 
  observesDaylightTime | 
  setID | ID
  setRawOffset | offsetMillis
  useDaylightTime | 
android.icu.util.ULocale
 Methods: 93
  acceptLanguage | acceptLanguageList, fallback
  acceptLanguage | acceptLanguageList, availableLocales, fallback
  acceptLanguage | acceptLanguageList, availableLocales, fallback
  acceptLanguage | acceptLanguageList, fallback
  addLikelySubtags | loc
  canonicalize | localeID
  clone | 
  compareTo | other
  createCanonical | nonCanonicalID
  equals | obj
  forLanguageTag | languageTag
  forLocale | loc
  getAvailableLocales | 
  getBaseName | 
  getBaseName | localeID
  getCharacterOrientation | 
  getCountry | localeID
  getCountry | 
  getDefault | 
  getDefault | category
  getDisplayCountry | 
  getDisplayCountry | localeID, displayLocaleID
  getDisplayCountry | displayLocale
  getDisplayCountry | localeID, displayLocale
  getDisplayKeyword | keyword, displayLocale
  getDisplayKeyword | keyword, displayLocaleID
  getDisplayKeyword | keyword
  getDisplayKeywordValue | localeID, keyword, displayLocaleID
  getDisplayKeywordValue | localeID, keyword, displayLocale
  getDisplayKeywordValue | keyword
  getDisplayKeywordValue | keyword, displayLocale
  getDisplayLanguage | displayLocale
  getDisplayLanguage | localeID, displayLocale
  getDisplayLanguage | localeID, displayLocaleID
  getDisplayLanguage | 
  getDisplayLanguageWithDialect | displayLocale
  getDisplayLanguageWithDialect | localeID, displayLocaleID
  getDisplayLanguageWithDialect | localeID, displayLocale
  getDisplayLanguageWithDialect | 
  getDisplayName | 
  getDisplayName | displayLocale
  getDisplayName | localeID, displayLocaleID
  getDisplayName | localeID, displayLocale
  getDisplayNameWithDialect | localeID, displayLocaleID
  getDisplayNameWithDialect | localeID, displayLocale
  getDisplayNameWithDialect | displayLocale
  getDisplayNameWithDialect | 
  getDisplayScript | localeID, displayLocaleID
  getDisplayScript | localeID, displayLocale
  getDisplayScript | 
  getDisplayScript | displayLocale
  getDisplayVariant | localeID, displayLocaleID
  getDisplayVariant | 
  getDisplayVariant | displayLocale
  getDisplayVariant | localeID, displayLocale
  getExtension | key
  getExtensionKeys | 
  getFallback | 
  getFallback | localeID
  getISO3Country | 
  getISO3Country | localeID
  getISO3Language | 
  getISO3Language | localeID
  getISOCountries | 
  getISOLanguages | 
  getKeywordValue | localeID, keywordName
  getKeywordValue | keywordName
  getKeywords | localeID
  getKeywords | 
  getLanguage | localeID
  getLanguage | 
  getLineOrientation | 
  getName | 
  getName | localeID
  getScript | 
  getScript | localeID
  getUnicodeLocaleAttributes | 
  getUnicodeLocaleKeys | 
  getUnicodeLocaleType | key
  getVariant | 
  getVariant | localeID
  hashCode | 
  isRightToLeft | 
  minimizeSubtags | loc
  setKeywordValue | keyword, value
  setKeywordValue | localeID, keyword, value
  toLanguageTag | 
  toLegacyKey | keyword
  toLegacyType | keyword, value
  toLocale | 
  toString | 
  toUnicodeLocaleKey | keyword
  toUnicodeLocaleType | keyword, value
android.icu.util.ULocale$Builder
 Methods: 13
  addUnicodeLocaleAttribute | attribute
  build | 
  clear | 
  clearExtensions | 
  removeUnicodeLocaleAttribute | attribute
  setExtension | key, value
  setLanguage | language
  setLanguageTag | languageTag
  setLocale | locale
  setRegion | region
  setScript | script
  setUnicodeLocaleKeyword | key, type
  setVariant | variant
android.icu.util.UniversalTimeScale
 Methods: 8
  bigDecimalFrom | otherTime, timeScale
  bigDecimalFrom | otherTime, timeScale
  bigDecimalFrom | otherTime, timeScale
  from | otherTime, timeScale
  getTimeScaleValue | scale, value
  toBigDecimal | universalTime, timeScale
  toBigDecimal | universalTime, timeScale
  toLong | universalTime, timeScale
android.icu.util.ValueIterator$Element
 Methods: 0
android.icu.util.VersionInfo
 Methods: 13
  compareTo | other
  equals | other
  getInstance | version
  getInstance | major, minor, milli, micro
  getInstance | major, minor
  getInstance | major, minor, milli
  getInstance | major
  getMajor | 
  getMicro | 
  getMilli | 
  getMinor | 
  hashCode | 
  toString | 
android.icu.util.Currency$CurrencyUsage
 Methods: 2
  valueOf | name
  values | 
android.icu.util.IslamicCalendar$CalculationType
 Methods: 2
  valueOf | name
  values | 
android.icu.util.TimeZone$SystemTimeZoneType
 Methods: 2
  valueOf | name
  values | 
android.icu.util.ULocale$Category
 Methods: 2
  valueOf | name
  values | 
android.icu.util.ICUUncheckedIOException
 Methods: 0
android.icu.util.IllformedLocaleException
 Methods: 1
  getErrorIndex | 
android.inputmethodservice.KeyboardView$OnKeyboardActionListener
 Methods: 8
  onKey | primaryCode, keyCodes
  onPress | primaryCode
  onRelease | primaryCode
  onText | text
  swipeDown | 
  swipeLeft | 
  swipeRight | 
  swipeUp | 
android.inputmethodservice.AbstractInputMethodService
 Methods: 6
  getKeyDispatcherState | 
  onBind | intent
  onCreateInputMethodInterface | 
  onCreateInputMethodSessionInterface | 
  onGenericMotionEvent | event
  onTrackballEvent | event
android.inputmethodservice.AbstractInputMethodService$AbstractInputMethodImpl
 Methods: 3
  createSession | callback
  revokeSession | session
  setSessionEnabled | session, enabled
android.inputmethodservice.AbstractInputMethodService$AbstractInputMethodSessionImpl
 Methods: 7
  dispatchGenericMotionEvent | seq, event, callback
  dispatchKeyEvent | seq, event, callback
  dispatchTrackballEvent | seq, event, callback
  isEnabled | 
  isRevoked | 
  revokeSelf | 
  setEnabled | enabled
android.inputmethodservice.ExtractEditText
 Methods: 10
  finishInternalChanges | 
  hasFocus | 
  hasVerticalScrollBar | 
  hasWindowFocus | 
  isFocused | 
  isInputMethodTarget | 
  onTextContextMenuItem | id
  performClick | 
  setExtractedText | text
  startInternalChanges | 
android.inputmethodservice.InputMethodService
 Methods: 83
  enableHardwareAcceleration | 
  getBackDisposition | 
  getCandidatesHiddenVisibility | 
  getCurrentInputBinding | 
  getCurrentInputConnection | 
  getCurrentInputEditorInfo | 
  getCurrentInputStarted | 
  getInputMethodWindowRecommendedHeight | 
  getLayoutInflater | 
  getMaxWidth | 
  getTextForImeAction | imeOptions
  getWindow | 
  hideStatusIcon | 
  hideWindow | 
  isExtractViewShown | 
  isFullscreenMode | 
  isInputViewShown | 
  isShowInputRequested | 
  onAppPrivateCommand | action, data
  onBindInput | 
  onComputeInsets | outInsets
  onConfigurationChanged | newConfig
  onConfigureWindow | win, isFullscreen, isCandidatesOnly
  onCreate | 
  onCreateCandidatesView | 
  onCreateExtractTextView | 
  onCreateInputMethodInterface | 
  onCreateInputMethodSessionInterface | 
  onCreateInputView | 
  onDestroy | 
  onDisplayCompletions | completions
  onEvaluateFullscreenMode | 
  onEvaluateInputViewShown | 
  onExtractTextContextMenuItem | id
  onExtractedCursorMovement | dx, dy
  onExtractedSelectionChanged | start, end
  onExtractedTextClicked | 
  onExtractingInputChanged | ei
  onFinishCandidatesView | finishingInput
  onFinishInput | 
  onFinishInputView | finishingInput
  onGenericMotionEvent | event
  onInitializeInterface | 
  onKeyDown | keyCode, event
  onKeyLongPress | keyCode, event
  onKeyMultiple | keyCode, count, event
  onKeyUp | keyCode, event
  onShowInputRequested | flags, configChange
  onStartCandidatesView | info, restarting
  onStartInput | attribute, restarting
  onStartInputView | info, restarting
  onTrackballEvent | event
  onUnbindInput | 
  onUpdateCursor | newCursor
  onUpdateCursorAnchorInfo | cursorAnchorInfo
  onUpdateExtractedText | token, text
  onUpdateExtractingViews | ei
  onUpdateExtractingVisibility | ei
  onUpdateSelection | oldSelStart, oldSelEnd, newSelStart, newSelEnd, candidatesStart, candidatesEnd
  onViewClicked | focusChanged
  onWindowHidden | 
  onWindowShown | 
  requestHideSelf | flags
  requestShowSelf | flags
  sendDefaultEditorAction | fromEnterKey
  sendDownUpKeyEvents | keyEventCode
  sendKeyChar | charCode
  setBackDisposition | disposition
  setCandidatesView | view
  setCandidatesViewShown | shown
  setExtractView | view
  setExtractViewShown | shown
  setInputView | view
  setTheme | theme
  shouldOfferSwitchingToNextInputMethod | 
  showStatusIcon | iconResId
  showWindow | showInput
  switchInputMethod | id
  switchInputMethod | id, subtype
  switchToNextInputMethod | onlyCurrentIme
  switchToPreviousInputMethod | 
  updateFullscreenMode | 
  updateInputViewShown | 
android.inputmethodservice.InputMethodService$InputMethodImpl
 Methods: 8
  attachToken | token
  bindInput | binding
  changeInputMethodSubtype | subtype
  hideSoftInput | flags, resultReceiver
  restartInput | ic, attribute
  showSoftInput | flags, resultReceiver
  startInput | ic, attribute
  unbindInput | 
android.inputmethodservice.InputMethodService$InputMethodSessionImpl
 Methods: 9
  appPrivateCommand | action, data
  displayCompletions | completions
  finishInput | 
  toggleSoftInput | showFlags, hideFlags
  updateCursor | newCursor
  updateCursorAnchorInfo | info
  updateExtractedText | token, text
  updateSelection | oldSelStart, oldSelEnd, newSelStart, newSelEnd, candidatesStart, candidatesEnd
  viewClicked | focusChanged
android.inputmethodservice.InputMethodService$Insets
 Methods: 0
android.inputmethodservice.Keyboard
 Methods: 8
  getHeight | 
  getKeys | 
  getMinWidth | 
  getModifierKeys | 
  getNearestKeys | x, y
  getShiftKeyIndex | 
  isShifted | 
  setShifted | shiftState
android.inputmethodservice.Keyboard$Key
 Methods: 5
  getCurrentDrawableState | 
  isInside | x, y
  onPressed | 
  onReleased | inside
  squaredDistanceFrom | x, y
android.inputmethodservice.Keyboard$Row
 Methods: 0
android.inputmethodservice.KeyboardView
 Methods: 22
  closing | 
  getKeyboard | 
  handleBack | 
  invalidateAllKeys | 
  invalidateKey | keyIndex
  isPreviewEnabled | 
  isProximityCorrectionEnabled | 
  isShifted | 
  onDetachedFromWindow | 
  onDraw | canvas
  onHoverEvent | event
  onMeasure | widthMeasureSpec, heightMeasureSpec
  onSizeChanged | w, h, oldw, oldh
  onTouchEvent | me
  setKeyboard | keyboard
  setOnKeyboardActionListener | listener
  setPopupOffset | x, y
  setPopupParent | v
  setPreviewEnabled | previewEnabled
  setProximityCorrectionEnabled | enabled
  setShifted | shifted
  setVerticalCorrection | verticalOffset
android.location.GpsStatus$Listener
 Methods: 1
  onGpsStatusChanged | event
android.location.GpsStatus$NmeaListener
 Methods: 1
  onNmeaReceived | timestamp, nmea
android.location.LocationListener
 Methods: 4
  onLocationChanged | location
  onProviderDisabled | provider
  onProviderEnabled | provider
  onStatusChanged | provider, status, extras
android.location.OnNmeaMessageListener
 Methods: 1
  onNmeaMessage | message, timestamp
android.location.Address
 Methods: 43
  clearLatitude | 
  clearLongitude | 
  describeContents | 
  getAddressLine | index
  getAdminArea | 
  getCountryCode | 
  getCountryName | 
  getExtras | 
  getFeatureName | 
  getLatitude | 
  getLocale | 
  getLocality | 
  getLongitude | 
  getMaxAddressLineIndex | 
  getPhone | 
  getPostalCode | 
  getPremises | 
  getSubAdminArea | 
  getSubLocality | 
  getSubThoroughfare | 
  getThoroughfare | 
  getUrl | 
  hasLatitude | 
  hasLongitude | 
  setAddressLine | index, line
  setAdminArea | adminArea
  setCountryCode | countryCode
  setCountryName | countryName
  setExtras | extras
  setFeatureName | featureName
  setLatitude | latitude
  setLocality | locality
  setLongitude | longitude
  setPhone | phone
  setPostalCode | postalCode
  setPremises | premises
  setSubAdminArea | subAdminArea
  setSubLocality | sublocality
  setSubThoroughfare | subthoroughfare
  setThoroughfare | thoroughfare
  setUrl | Url
  toString | 
  writeToParcel | parcel, flags
android.location.Criteria
 Methods: 23
  describeContents | 
  getAccuracy | 
  getBearingAccuracy | 
  getHorizontalAccuracy | 
  getPowerRequirement | 
  getSpeedAccuracy | 
  getVerticalAccuracy | 
  isAltitudeRequired | 
  isBearingRequired | 
  isCostAllowed | 
  isSpeedRequired | 
  setAccuracy | accuracy
  setAltitudeRequired | altitudeRequired
  setBearingAccuracy | accuracy
  setBearingRequired | bearingRequired
  setCostAllowed | costAllowed
  setHorizontalAccuracy | accuracy
  setPowerRequirement | level
  setSpeedAccuracy | accuracy
  setSpeedRequired | speedRequired
  setVerticalAccuracy | accuracy
  toString | 
  writeToParcel | parcel, flags
android.location.Geocoder
 Methods: 4
  getFromLocation | latitude, longitude, maxResults
  getFromLocationName | locationName, maxResults, lowerLeftLatitude, lowerLeftLongitude, upperRightLatitude, upperRightLongitude
  getFromLocationName | locationName, maxResults
  isPresent | 
android.location.GnssClock
 Methods: 23
  describeContents | 
  getBiasNanos | 
  getBiasUncertaintyNanos | 
  getDriftNanosPerSecond | 
  getDriftUncertaintyNanosPerSecond | 
  getElapsedRealtimeNanos | 
  getElapsedRealtimeUncertaintyNanos | 
  getFullBiasNanos | 
  getHardwareClockDiscontinuityCount | 
  getLeapSecond | 
  getTimeNanos | 
  getTimeUncertaintyNanos | 
  hasBiasNanos | 
  hasBiasUncertaintyNanos | 
  hasDriftNanosPerSecond | 
  hasDriftUncertaintyNanosPerSecond | 
  hasElapsedRealtimeNanos | 
  hasElapsedRealtimeUncertaintyNanos | 
  hasFullBiasNanos | 
  hasLeapSecond | 
  hasTimeUncertaintyNanos | 
  toString | 
  writeToParcel | parcel, flags
android.location.GnssMeasurement
 Methods: 30
  describeContents | 
  getAccumulatedDeltaRangeMeters | 
  getAccumulatedDeltaRangeState | 
  getAccumulatedDeltaRangeUncertaintyMeters | 
  getAutomaticGainControlLevelDb | 
  getCarrierCycles | 
  getCarrierFrequencyHz | 
  getCarrierPhase | 
  getCarrierPhaseUncertainty | 
  getCn0DbHz | 
  getCodeType | 
  getConstellationType | 
  getMultipathIndicator | 
  getPseudorangeRateMetersPerSecond | 
  getPseudorangeRateUncertaintyMetersPerSecond | 
  getReceivedSvTimeNanos | 
  getReceivedSvTimeUncertaintyNanos | 
  getSnrInDb | 
  getState | 
  getSvid | 
  getTimeOffsetNanos | 
  hasAutomaticGainControlLevelDb | 
  hasCarrierCycles | 
  hasCarrierFrequencyHz | 
  hasCarrierPhase | 
  hasCarrierPhaseUncertainty | 
  hasCodeType | 
  hasSnrInDb | 
  toString | 
  writeToParcel | parcel, flags
android.location.GnssMeasurementsEvent
 Methods: 5
  describeContents | 
  getClock | 
  getMeasurements | 
  toString | 
  writeToParcel | parcel, flags
android.location.GnssMeasurementsEvent$Callback
 Methods: 2
  onGnssMeasurementsReceived | eventArgs
  onStatusChanged | status
android.location.GnssNavigationMessage
 Methods: 9
  describeContents | 
  getData | 
  getMessageId | 
  getStatus | 
  getSubmessageId | 
  getSvid | 
  getType | 
  toString | 
  writeToParcel | parcel, flags
android.location.GnssNavigationMessage$Callback
 Methods: 2
  onGnssNavigationMessageReceived | event
  onStatusChanged | status
android.location.GnssStatus
 Methods: 11
  getAzimuthDegrees | satIndex
  getCarrierFrequencyHz | satIndex
  getCn0DbHz | satIndex
  getConstellationType | satIndex
  getElevationDegrees | satIndex
  getSatelliteCount | 
  getSvid | satIndex
  hasAlmanacData | satIndex
  hasCarrierFrequencyHz | satIndex
  hasEphemerisData | satIndex
  usedInFix | satIndex
android.location.GnssStatus$Callback
 Methods: 4
  onFirstFix | ttffMillis
  onSatelliteStatusChanged | status
  onStarted | 
  onStopped | 
android.location.GpsSatellite
 Methods: 7
  getAzimuth | 
  getElevation | 
  getPrn | 
  getSnr | 
  hasAlmanac | 
  hasEphemeris | 
  usedInFix | 
android.location.GpsStatus
 Methods: 3
  getMaxSatellites | 
  getSatellites | 
  getTimeToFirstFix | 
android.location.Location
 Methods: 52
  bearingTo | dest
  convert | coordinate, outputType
  convert | coordinate
  describeContents | 
  distanceBetween | startLatitude, startLongitude, endLatitude, endLongitude, results
  distanceTo | dest
  dump | pw, prefix
  getAccuracy | 
  getAltitude | 
  getBearing | 
  getBearingAccuracyDegrees | 
  getElapsedRealtimeNanos | 
  getElapsedRealtimeUncertaintyNanos | 
  getExtras | 
  getLatitude | 
  getLongitude | 
  getProvider | 
  getSpeed | 
  getSpeedAccuracyMetersPerSecond | 
  getTime | 
  getVerticalAccuracyMeters | 
  hasAccuracy | 
  hasAltitude | 
  hasBearing | 
  hasBearingAccuracy | 
  hasElapsedRealtimeUncertaintyNanos | 
  hasSpeed | 
  hasSpeedAccuracy | 
  hasVerticalAccuracy | 
  isFromMockProvider | 
  removeAccuracy | 
  removeAltitude | 
  removeBearing | 
  removeSpeed | 
  reset | 
  set | l
  setAccuracy | horizontalAccuracy
  setAltitude | altitude
  setBearing | bearing
  setBearingAccuracyDegrees | bearingAccuracyDegrees
  setElapsedRealtimeNanos | time
  setElapsedRealtimeUncertaintyNanos | time
  setExtras | extras
  setLatitude | latitude
  setLongitude | longitude
  setProvider | provider
  setSpeed | speed
  setSpeedAccuracyMetersPerSecond | speedAccuracyMeterPerSecond
  setTime | time
  setVerticalAccuracyMeters | verticalAccuracyMeters
  toString | 
  writeToParcel | parcel, flags
android.location.LocationManager
 Methods: 47
  addGpsStatusListener | listener
  addNmeaListener | listener, handler
  addNmeaListener | listener
  addProximityAlert | latitude, longitude, radius, expiration, intent
  addTestProvider | name, requiresNetwork, requiresSatellite, requiresCell, hasMonetaryCost, supportsAltitude, supportsSpeed, supportsBearing, powerRequirement, accuracy
  clearTestProviderEnabled | provider
  clearTestProviderLocation | provider
  clearTestProviderStatus | provider
  getAllProviders | 
  getBestProvider | criteria, enabledOnly
  getGnssHardwareModelName | 
  getGnssYearOfHardware | 
  getGpsStatus | status
  getLastKnownLocation | provider
  getProvider | name
  getProviders | criteria, enabledOnly
  getProviders | enabledOnly
  isLocationEnabled | 
  isProviderEnabled | provider
  registerGnssMeasurementsCallback | callback, handler
  registerGnssMeasurementsCallback | callback
  registerGnssNavigationMessageCallback | callback, handler
  registerGnssNavigationMessageCallback | callback
  registerGnssStatusCallback | callback
  registerGnssStatusCallback | callback, handler
  removeGpsStatusListener | listener
  removeNmeaListener | listener
  removeProximityAlert | intent
  removeTestProvider | provider
  removeUpdates | listener
  removeUpdates | intent
  requestLocationUpdates | provider, minTime, minDistance, listener
  requestLocationUpdates | minTime, minDistance, criteria, listener, looper
  requestLocationUpdates | minTime, minDistance, criteria, intent
  requestLocationUpdates | provider, minTime, minDistance, listener, looper
  requestLocationUpdates | provider, minTime, minDistance, intent
  requestSingleUpdate | provider, intent
  requestSingleUpdate | provider, listener, looper
  requestSingleUpdate | criteria, listener, looper
  requestSingleUpdate | criteria, intent
  sendExtraCommand | provider, command, extras
  setTestProviderEnabled | provider, enabled
  setTestProviderLocation | provider, loc
  setTestProviderStatus | provider, status, extras, updateTime
  unregisterGnssMeasurementsCallback | callback
  unregisterGnssNavigationMessageCallback | callback
  unregisterGnssStatusCallback | callback
android.location.LocationProvider
 Methods: 11
  getAccuracy | 
  getName | 
  getPowerRequirement | 
  hasMonetaryCost | 
  meetsCriteria | criteria
  requiresCell | 
  requiresNetwork | 
  requiresSatellite | 
  supportsAltitude | 
  supportsBearing | 
  supportsSpeed | 
android.location.SettingInjectorService
 Methods: 4
  onBind | intent
  onStart | intent, startId
  onStartCommand | intent, flags, startId
  refreshSettings | context
android.media.MediaDrm$HdcpLevel
 Methods: 0
android.media.MediaDrm$SecurityLevel
 Methods: 0
android.media.AudioManager$OnAudioFocusChangeListener
 Methods: 1
  onAudioFocusChange | focusChange
android.media.AudioRecord$OnRecordPositionUpdateListener
 Methods: 2
  onMarkerReached | recorder
  onPeriodicNotification | recorder
android.media.AudioRecord$OnRoutingChangedListener
 Methods: 2
  onRoutingChanged | router
  onRoutingChanged | audioRecord
android.media.AudioRecordingMonitor
 Methods: 3
  getActiveRecordingConfiguration | 
  registerAudioRecordingCallback | executor, cb
  unregisterAudioRecordingCallback | cb
android.media.AudioRouting
 Methods: 5
  addOnRoutingChangedListener | listener, handler
  getPreferredDevice | 
  getRoutedDevice | 
  removeOnRoutingChangedListener | listener
  setPreferredDevice | deviceInfo
android.media.AudioRouting$OnRoutingChangedListener
 Methods: 1
  onRoutingChanged | router
android.media.AudioTrack$OnPlaybackPositionUpdateListener
 Methods: 2
  onMarkerReached | track
  onPeriodicNotification | track
android.media.AudioTrack$OnRoutingChangedListener
 Methods: 2
  onRoutingChanged | audioTrack
  onRoutingChanged | router
android.media.ImageReader$OnImageAvailableListener
 Methods: 1
  onImageAvailable | reader
android.media.ImageWriter$OnImageReleasedListener
 Methods: 1
  onImageReleased | writer
android.media.JetPlayer$OnJetEventListener
 Methods: 4
  onJetEvent | player, segment, track, channel, controller, value
  onJetNumQueuedSegmentUpdate | player, nbSegments
  onJetPauseUpdate | player, paused
  onJetUserIdUpdate | player, userId, repeatCount
android.media.MediaCas$EventListener
 Methods: 2
  onEvent | mediaCas, event, arg, data
  onSessionEvent | mediaCas, session, event, arg, data
android.media.MediaCodec$OnFrameRenderedListener
 Methods: 1
  onFrameRendered | codec, presentationTimeUs, nanoTime
android.media.MediaDrm$OnEventListener
 Methods: 1
  onEvent | md, sessionId, event, extra, data
android.media.MediaDrm$OnExpirationUpdateListener
 Methods: 1
  onExpirationUpdate | md, sessionId, expirationTime
android.media.MediaDrm$OnKeyStatusChangeListener
 Methods: 1
  onKeyStatusChange | md, sessionId, keyInformation, hasNewUsableKey
android.media.MediaDrm$OnSessionLostStateListener
 Methods: 1
  onSessionLostState | md, sessionId
android.media.MediaPlayer$OnBufferingUpdateListener
 Methods: 1
  onBufferingUpdate | mp, percent
android.media.MediaPlayer$OnCompletionListener
 Methods: 1
  onCompletion | mp
android.media.MediaPlayer$OnDrmConfigHelper
 Methods: 1
  onDrmConfig | mp
android.media.MediaPlayer$OnDrmInfoListener
 Methods: 1
  onDrmInfo | mp, drmInfo
android.media.MediaPlayer$OnDrmPreparedListener
 Methods: 1
  onDrmPrepared | mp, status
android.media.MediaPlayer$OnErrorListener
 Methods: 1
  onError | mp, what, extra
android.media.MediaPlayer$OnInfoListener
 Methods: 1
  onInfo | mp, what, extra
android.media.MediaPlayer$OnMediaTimeDiscontinuityListener
 Methods: 1
  onMediaTimeDiscontinuity | mp, mts
android.media.MediaPlayer$OnPreparedListener
 Methods: 1
  onPrepared | mp
android.media.MediaPlayer$OnSeekCompleteListener
 Methods: 1
  onSeekComplete | mp
android.media.MediaPlayer$OnSubtitleDataListener
 Methods: 1
  onSubtitleData | mp, data
android.media.MediaPlayer$OnTimedMetaDataAvailableListener
 Methods: 1
  onTimedMetaDataAvailable | mp, data
android.media.MediaPlayer$OnTimedTextListener
 Methods: 1
  onTimedText | mp, text
android.media.MediaPlayer$OnVideoSizeChangedListener
 Methods: 1
  onVideoSizeChanged | mp, width, height
android.media.MediaRecorder$OnErrorListener
 Methods: 1
  onError | mr, what, extra
android.media.MediaRecorder$OnInfoListener
 Methods: 1
  onInfo | mr, what, extra
android.media.MediaScannerConnection$MediaScannerConnectionClient
 Methods: 2
  onMediaScannerConnected | 
  onScanCompleted | path, uri
android.media.MediaScannerConnection$OnScanCompletedListener
 Methods: 1
  onScanCompleted | path, uri
android.media.MediaSync$OnErrorListener
 Methods: 1
  onError | sync, what, extra
android.media.MicrophoneDirection
 Methods: 2
  setPreferredMicrophoneDirection | direction
  setPreferredMicrophoneFieldDimension | zoom
android.media.RemoteControlClient$OnGetPlaybackPositionListener
 Methods: 1
  onGetPlaybackPosition | 
android.media.RemoteControlClient$OnMetadataUpdateListener
 Methods: 1
  onMetadataUpdate | key, newValue
android.media.RemoteControlClient$OnPlaybackPositionUpdateListener
 Methods: 1
  onPlaybackPositionUpdate | newPositionMs
android.media.RemoteController$OnClientUpdateListener
 Methods: 5
  onClientChange | clearing
  onClientMetadataUpdate | metadataEditor
  onClientPlaybackStateUpdate | state, stateChangeTimeMs, currentPosMs, speed
  onClientPlaybackStateUpdate | state
  onClientTransportControlUpdate | transportControlFlags
android.media.SoundPool$OnLoadCompleteListener
 Methods: 1
  onLoadComplete | soundPool, sampleId, status
android.media.VolumeAutomation
 Methods: 1
  createVolumeShaper | configuration
android.media.AsyncPlayer
 Methods: 3
  play | context, uri, looping, stream
  play | context, uri, looping, attributes
  stop | 
android.media.AudioAttributes
 Methods: 11
  areHapticChannelsMuted | 
  describeContents | 
  equals | o
  getAllowedCapturePolicy | 
  getContentType | 
  getFlags | 
  getUsage | 
  getVolumeControlStream | 
  hashCode | 
  toString | 
  writeToParcel | dest, flags
android.media.AudioAttributes$Builder
 Methods: 7
  build | 
  setAllowedCapturePolicy | capturePolicy
  setContentType | contentType
  setFlags | flags
  setHapticChannelsMuted | muted
  setLegacyStreamType | streamType
  setUsage | usage
android.media.AudioDeviceCallback
 Methods: 2
  onAudioDevicesAdded | addedDevices
  onAudioDevicesRemoved | removedDevices
android.media.AudioDeviceInfo
 Methods: 13
  equals | o
  getAddress | 
  getChannelCounts | 
  getChannelIndexMasks | 
  getChannelMasks | 
  getEncodings | 
  getId | 
  getProductName | 
  getSampleRates | 
  getType | 
  hashCode | 
  isSink | 
  isSource | 
android.media.AudioFocusRequest
 Methods: 4
  acceptsDelayedFocusGain | 
  getAudioAttributes | 
  getFocusGain | 
  willPauseWhenDucked | 
android.media.AudioFocusRequest$Builder
 Methods: 8
  build | 
  setAcceptsDelayedFocusGain | acceptsDelayedFocusGain
  setAudioAttributes | attributes
  setFocusGain | focusGain
  setForceDucking | forceDucking
  setOnAudioFocusChangeListener | listener
  setOnAudioFocusChangeListener | listener, handler
  setWillPauseWhenDucked | pauseOnDuck
android.media.AudioFormat
 Methods: 11
  describeContents | 
  equals | o
  getChannelCount | 
  getChannelIndexMask | 
  getChannelMask | 
  getEncoding | 
  getFrameSizeInBytes | 
  getSampleRate | 
  hashCode | 
  toString | 
  writeToParcel | dest, flags
android.media.AudioFormat$Builder
 Methods: 5
  build | 
  setChannelIndexMask | channelIndexMask
  setChannelMask | channelMask
  setEncoding | encoding
  setSampleRate | sampleRate
android.media.AudioManager
 Methods: 70
  abandonAudioFocus | l
  abandonAudioFocusRequest | focusRequest
  adjustStreamVolume | streamType, direction, flags
  adjustSuggestedStreamVolume | direction, suggestedStreamType, flags
  adjustVolume | direction, flags
  dispatchMediaKeyEvent | keyEvent
  generateAudioSessionId | 
  getActivePlaybackConfigurations | 
  getActiveRecordingConfigurations | 
  getAllowedCapturePolicy | 
  getDevices | flags
  getMicrophones | 
  getMode | 
  getParameters | keys
  getProperty | key
  getRingerMode | 
  getRouting | mode
  getStreamMaxVolume | streamType
  getStreamMinVolume | streamType
  getStreamVolume | streamType
  getStreamVolumeDb | streamType, index, deviceType
  getVibrateSetting | vibrateType
  isBluetoothA2dpOn | 
  isBluetoothScoAvailableOffCall | 
  isBluetoothScoOn | 
  isHapticPlaybackSupported | 
  isMicrophoneMute | 
  isMusicActive | 
  isOffloadedPlaybackSupported | format, attributes
  isSpeakerphoneOn | 
  isStreamMute | streamType
  isVolumeFixed | 
  isWiredHeadsetOn | 
  loadSoundEffects | 
  playSoundEffect | effectType
  playSoundEffect | effectType, volume
  registerAudioDeviceCallback | callback, handler
  registerAudioPlaybackCallback | cb, handler
  registerAudioRecordingCallback | cb, handler
  registerMediaButtonEventReceiver | eventReceiver
  registerMediaButtonEventReceiver | eventReceiver
  registerRemoteControlClient | rcClient
  registerRemoteController | rctlr
  requestAudioFocus | focusRequest
  requestAudioFocus | l, streamType, durationHint
  setAllowedCapturePolicy | capturePolicy
  setBluetoothA2dpOn | on
  setBluetoothScoOn | on
  setMicrophoneMute | on
  setMode | mode
  setParameters | keyValuePairs
  setRingerMode | ringerMode
  setRouting | mode, routes, mask
  setSpeakerphoneOn | on
  setStreamMute | streamType, state
  setStreamSolo | streamType, state
  setStreamVolume | streamType, index, flags
  setVibrateSetting | vibrateType, vibrateSetting
  setWiredHeadsetOn | on
  shouldVibrate | vibrateType
  startBluetoothSco | 
  stopBluetoothSco | 
  unloadSoundEffects | 
  unregisterAudioDeviceCallback | callback
  unregisterAudioPlaybackCallback | cb
  unregisterAudioRecordingCallback | cb
  unregisterMediaButtonEventReceiver | eventReceiver
  unregisterMediaButtonEventReceiver | eventReceiver
  unregisterRemoteControlClient | rcClient
  unregisterRemoteController | rctlr
android.media.AudioManager$AudioPlaybackCallback
 Methods: 1
  onPlaybackConfigChanged | configs
android.media.AudioManager$AudioRecordingCallback
 Methods: 1
  onRecordingConfigChanged | configs
android.media.AudioPlaybackCaptureConfiguration
 Methods: 5
  getExcludeUids | 
  getExcludeUsages | 
  getMatchingUids | 
  getMatchingUsages | 
  getMediaProjection | 
android.media.AudioPlaybackCaptureConfiguration$Builder
 Methods: 5
  addMatchingUid | uid
  addMatchingUsage | usage
  build | 
  excludeUid | uid
  excludeUsage | usage
android.media.AudioPlaybackConfiguration
 Methods: 5
  describeContents | 
  equals | o
  getAudioAttributes | 
  hashCode | 
  writeToParcel | dest, flags
android.media.AudioPresentation
 Methods: 11
  equals | o
  getLabels | 
  getLocale | 
  getMasteringIndication | 
  getPresentationId | 
  getProgramId | 
  hasAudioDescription | 
  hasDialogueEnhancement | 
  hasSpokenSubtitles | 
  hashCode | 
  toString | 
android.media.AudioPresentation$Builder
 Methods: 8
  build | 
  setHasAudioDescription | audioDescriptionAvailable
  setHasDialogueEnhancement | dialogueEnhancementAvailable
  setHasSpokenSubtitles | spokenSubtitlesAvailable
  setLabels | , labels
  setLocale | language
  setMasteringIndication | masteringIndication
  setProgramId | programId
android.media.AudioRecord
 Methods: 43
  addOnRoutingChangedListener | listener, handler
  addOnRoutingChangedListener | listener, handler
  getActiveMicrophones | 
  getActiveRecordingConfiguration | 
  getAudioFormat | 
  getAudioSessionId | 
  getAudioSource | 
  getBufferSizeInFrames | 
  getChannelConfiguration | 
  getChannelCount | 
  getFormat | 
  getMetrics | 
  getMinBufferSize | sampleRateInHz, channelConfig, audioFormat
  getNotificationMarkerPosition | 
  getPositionNotificationPeriod | 
  getPreferredDevice | 
  getRecordingState | 
  getRoutedDevice | 
  getSampleRate | 
  getState | 
  getTimestamp | outTimestamp, timebase
  read | audioData, offsetInShorts, sizeInShorts, readMode
  read | audioBuffer, sizeInBytes, readMode
  read | audioData, offsetInShorts, sizeInShorts
  read | audioData, offsetInFloats, sizeInFloats, readMode
  read | audioData, offsetInBytes, sizeInBytes, readMode
  read | audioBuffer, sizeInBytes
  read | audioData, offsetInBytes, sizeInBytes
  registerAudioRecordingCallback | executor, cb
  release | 
  removeOnRoutingChangedListener | listener
  removeOnRoutingChangedListener | listener
  setNotificationMarkerPosition | markerInFrames
  setPositionNotificationPeriod | periodInFrames
  setPreferredDevice | deviceInfo
  setPreferredMicrophoneDirection | direction
  setPreferredMicrophoneFieldDimension | zoom
  setRecordPositionUpdateListener | listener
  setRecordPositionUpdateListener | listener, handler
  startRecording | syncEvent
  startRecording | 
  stop | 
  unregisterAudioRecordingCallback | cb
android.media.AudioRecord$Builder
 Methods: 5
  build | 
  setAudioFormat | format
  setAudioPlaybackCaptureConfig | config
  setAudioSource | source
  setBufferSizeInBytes | bufferSizeInBytes
android.media.AudioRecord$MetricsConstants
 Methods: 0
android.media.AudioRecordingConfiguration
 Methods: 13
  describeContents | 
  equals | o
  getAudioDevice | 
  getAudioSource | 
  getClientAudioSessionId | 
  getClientAudioSource | 
  getClientEffects | 
  getClientFormat | 
  getEffects | 
  getFormat | 
  hashCode | 
  isClientSilenced | 
  writeToParcel | dest, flags
android.media.AudioTimestamp
 Methods: 0
android.media.AudioTrack
 Methods: 68
  addOnRoutingChangedListener | listener, handler
  addOnRoutingChangedListener | listener, handler
  attachAuxEffect | effectId
  createVolumeShaper | configuration
  flush | 
  getAudioAttributes | 
  getAudioFormat | 
  getAudioSessionId | 
  getBufferCapacityInFrames | 
  getBufferSizeInFrames | 
  getChannelConfiguration | 
  getChannelCount | 
  getFormat | 
  getMaxVolume | 
  getMetrics | 
  getMinBufferSize | sampleRateInHz, channelConfig, audioFormat
  getMinVolume | 
  getNativeOutputSampleRate | streamType
  getNotificationMarkerPosition | 
  getOffloadDelay | 
  getOffloadPadding | 
  getPerformanceMode | 
  getPlayState | 
  getPlaybackHeadPosition | 
  getPlaybackParams | 
  getPlaybackRate | 
  getPositionNotificationPeriod | 
  getPreferredDevice | 
  getRoutedDevice | 
  getSampleRate | 
  getState | 
  getStreamType | 
  getTimestamp | timestamp
  getUnderrunCount | 
  isDirectPlaybackSupported | format, attributes
  isOffloadedPlayback | 
  pause | 
  play | 
  registerStreamEventCallback | executor, eventCallback
  release | 
  reloadStaticData | 
  removeOnRoutingChangedListener | listener
  removeOnRoutingChangedListener | listener
  setAuxEffectSendLevel | level
  setBufferSizeInFrames | bufferSizeInFrames
  setLoopPoints | startInFrames, endInFrames, loopCount
  setNotificationMarkerPosition | markerInFrames
  setOffloadDelayPadding | delayInFrames, paddingInFrames
  setOffloadEndOfStream | 
  setPlaybackHeadPosition | positionInFrames
  setPlaybackParams | params
  setPlaybackPositionUpdateListener | listener, handler
  setPlaybackPositionUpdateListener | listener
  setPlaybackRate | sampleRateInHz
  setPositionNotificationPeriod | periodInFrames
  setPreferredDevice | deviceInfo
  setPresentation | presentation
  setStereoVolume | leftGain, rightGain
  setVolume | gain
  stop | 
  unregisterStreamEventCallback | eventCallback
  write | audioData, offsetInFloats, sizeInFloats, writeMode
  write | audioData, offsetInShorts, sizeInShorts
  write | audioData, offsetInBytes, sizeInBytes
  write | audioData, sizeInBytes, writeMode
  write | audioData, sizeInBytes, writeMode, timestamp
  write | audioData, offsetInShorts, sizeInShorts, writeMode
  write | audioData, offsetInBytes, sizeInBytes, writeMode
android.media.AudioTrack$Builder
 Methods: 8
  build | 
  setAudioAttributes | attributes
  setAudioFormat | format
  setBufferSizeInBytes | bufferSizeInBytes
  setOffloadedPlayback | offload
  setPerformanceMode | performanceMode
  setSessionId | sessionId
  setTransferMode | mode
android.media.AudioTrack$MetricsConstants
 Methods: 0
android.media.AudioTrack$StreamEventCallback
 Methods: 3
  onDataRequest | track, sizeInFrames
  onPresentationEnded | track
  onTearDown | track
android.media.CamcorderProfile
 Methods: 4
  get | quality
  get | cameraId, quality
  hasProfile | cameraId, quality
  hasProfile | quality
android.media.CameraProfile
 Methods: 2
  getJpegEncodingQualityParameter | quality
  getJpegEncodingQualityParameter | cameraId, quality
android.media.DrmInitData
 Methods: 1
  get | schemeUuid
android.media.DrmInitData$SchemeInitData
 Methods: 2
  equals | obj
  hashCode | 
android.media.ExifInterface
 Methods: 16
  getAltitude | defaultValue
  getAttribute | tag
  getAttributeBytes | tag
  getAttributeDouble | tag, defaultValue
  getAttributeInt | tag, defaultValue
  getAttributeRange | tag
  getLatLong | output
  getThumbnail | 
  getThumbnailBitmap | 
  getThumbnailBytes | 
  getThumbnailRange | 
  hasAttribute | tag
  hasThumbnail | 
  isThumbnailCompressed | 
  saveAttributes | 
  setAttribute | tag, value
android.media.FaceDetector
 Methods: 1
  findFaces | bitmap, faces
android.media.FaceDetector$Face
 Methods: 4
  confidence | 
  eyesDistance | 
  getMidPoint | point
  pose | euler
android.media.Image
 Methods: 10
  close | 
  getCropRect | 
  getFormat | 
  getHardwareBuffer | 
  getHeight | 
  getPlanes | 
  getTimestamp | 
  getWidth | 
  setCropRect | cropRect
  setTimestamp | timestamp
android.media.Image$Plane
 Methods: 3
  getBuffer | 
  getPixelStride | 
  getRowStride | 
android.media.ImageReader
 Methods: 12
  acquireLatestImage | 
  acquireNextImage | 
  close | 
  discardFreeBuffers | 
  getHeight | 
  getImageFormat | 
  getMaxImages | 
  getSurface | 
  getWidth | 
  newInstance | width, height, format, maxImages, usage
  newInstance | width, height, format, maxImages
  setOnImageAvailableListener | listener, handler
android.media.ImageWriter
 Methods: 8
  close | 
  dequeueInputImage | 
  getFormat | 
  getMaxImages | 
  newInstance | surface, maxImages, format
  newInstance | surface, maxImages
  queueInputImage | image
  setOnImageReleasedListener | listener, handler
android.media.JetPlayer
 Methods: 18
  clearQueue | 
  clone | 
  closeJetFile | 
  getJetPlayer | 
  getMaxTracks | 
  loadJetFile | path
  loadJetFile | afd
  pause | 
  play | 
  queueJetSegment | segmentNum, libNum, repeatCount, transpose, muteFlags, userID
  queueJetSegmentMuteArray | segmentNum, libNum, repeatCount, transpose, muteArray, userID
  release | 
  setEventListener | listener
  setEventListener | listener, handler
  setMuteArray | muteArray, sync
  setMuteFlag | trackId, muteFlag, sync
  setMuteFlags | muteFlags, sync
  triggerClip | clipId
android.media.MediaActionSound
 Methods: 3
  load | soundName
  play | soundName
  release | 
android.media.MediaCas
 Methods: 11
  close | 
  enumeratePlugins | 
  isSystemIdSupported | CA_system_id
  openSession | 
  processEmm | data
  processEmm | data, offset, length
  provision | provisionString
  refreshEntitlements | refreshType, refreshData
  sendEvent | event, arg, data
  setEventListener | listener, handler
  setPrivateData | data
android.media.MediaCas$PluginDescriptor
 Methods: 3
  getName | 
  getSystemId | 
  toString | 
android.media.MediaCas$Session
 Methods: 6
  close | 
  equals | obj
  processEcm | data
  processEcm | data, offset, length
  sendSessionEvent | event, arg, data
  setPrivateData | data
android.media.MediaCodec
 Methods: 40
  configure | format, surface, crypto, flags
  configure | format, surface, flags, descrambler
  createByCodecName | name
  createDecoderByType | type
  createEncoderByType | type
  createInputSurface | 
  createPersistentInputSurface | 
  dequeueInputBuffer | timeoutUs
  dequeueOutputBuffer | info, timeoutUs
  flush | 
  getCanonicalName | 
  getCodecInfo | 
  getInputBuffer | index
  getInputBuffers | 
  getInputFormat | 
  getInputImage | index
  getMetrics | 
  getName | 
  getOutputBuffer | index
  getOutputBuffers | 
  getOutputFormat | index
  getOutputFormat | 
  getOutputImage | index
  queueInputBuffer | index, offset, size, presentationTimeUs, flags
  queueSecureInputBuffer | index, offset, info, presentationTimeUs, flags
  release | 
  releaseOutputBuffer | index, render
  releaseOutputBuffer | index, renderTimestampNs
  reset | 
  setAudioPresentation | presentation
  setCallback | cb, handler
  setCallback | cb
  setInputSurface | surface
  setOnFrameRenderedListener | listener, handler
  setOutputSurface | surface
  setParameters | params
  setVideoScalingMode | mode
  signalEndOfInputStream | 
  start | 
  stop | 
android.media.MediaCodec$BufferInfo
 Methods: 1
  set | newOffset, newSize, newTimeUs, newFlags
android.media.MediaCodec$Callback
 Methods: 4
  onError | codec, e
  onInputBufferAvailable | codec, index
  onOutputBufferAvailable | codec, index, info
  onOutputFormatChanged | codec, format
android.media.MediaCodec$CryptoInfo
 Methods: 3
  set | newNumSubSamples, newNumBytesOfClearData, newNumBytesOfEncryptedData, newKey, newIV, newMode
  setPattern | newPattern
  toString | 
android.media.MediaCodec$CryptoInfo$Pattern
 Methods: 3
  getEncryptBlocks | 
  getSkipBlocks | 
  set | blocksToEncrypt, blocksToSkip
android.media.MediaCodec$MetricsConstants
 Methods: 0
android.media.MediaCodecInfo
 Methods: 9
  getCanonicalName | 
  getCapabilitiesForType | type
  getName | 
  getSupportedTypes | 
  isAlias | 
  isEncoder | 
  isHardwareAccelerated | 
  isSoftwareOnly | 
  isVendor | 
android.media.MediaCodecInfo$AudioCapabilities
 Methods: 5
  getBitrateRange | 
  getMaxInputChannelCount | 
  getSupportedSampleRateRanges | 
  getSupportedSampleRates | 
  isSampleRateSupported | sampleRate
android.media.MediaCodecInfo$CodecCapabilities
 Methods: 10
  createFromProfileLevel | mime, profile, level
  getAudioCapabilities | 
  getDefaultFormat | 
  getEncoderCapabilities | 
  getMaxSupportedInstances | 
  getMimeType | 
  getVideoCapabilities | 
  isFeatureRequired | name
  isFeatureSupported | name
  isFormatSupported | format
android.media.MediaCodecInfo$CodecProfileLevel
 Methods: 2
  equals | obj
  hashCode | 
android.media.MediaCodecInfo$EncoderCapabilities
 Methods: 3
  getComplexityRange | 
  getQualityRange | 
  isBitrateModeSupported | mode
android.media.MediaCodecInfo$VideoCapabilities
 Methods: 13
  areSizeAndRateSupported | width, height, frameRate
  getAchievableFrameRatesFor | width, height
  getBitrateRange | 
  getHeightAlignment | 
  getSupportedFrameRates | 
  getSupportedFrameRatesFor | width, height
  getSupportedHeights | 
  getSupportedHeightsFor | width
  getSupportedPerformancePoints | 
  getSupportedWidths | 
  getSupportedWidthsFor | height
  getWidthAlignment | 
  isSizeSupported | width, height
android.media.MediaCodecInfo$VideoCapabilities$PerformancePoint
 Methods: 5
  covers | other
  covers | format
  equals | o
  hashCode | 
  toString | 
android.media.MediaCodecList
 Methods: 5
  findDecoderForFormat | format
  findEncoderForFormat | format
  getCodecCount | 
  getCodecInfoAt | index
  getCodecInfos | 
android.media.MediaController2
 Methods: 5
  cancelSessionCommand | token
  close | 
  getConnectedToken | 
  isPlaybackActive | 
  sendSessionCommand | command, args
android.media.MediaController2$Builder
 Methods: 3
  build | 
  setConnectionHints | connectionHints
  setControllerCallback | executor, callback
android.media.MediaController2$ControllerCallback
 Methods: 5
  onCommandResult | controller, token, command, result
  onConnected | controller, allowedCommands
  onDisconnected | controller
  onPlaybackActiveChanged | controller, playbackActive
  onSessionCommand | controller, command, args
android.media.MediaCrypto
 Methods: 4
  isCryptoSchemeSupported | uuid
  release | 
  requiresSecureDecoderComponent | mime
  setMediaDrmSession | sessionId
android.media.MediaDataSource
 Methods: 2
  getSize | 
  readAt | position, buffer, offset, size
android.media.MediaDescrambler
 Methods: 4
  close | 
  descramble | srcBuf, dstBuf, cryptoInfo
  requiresSecureDecoderComponent | mime
  setMediaCasSession | session
android.media.MediaDescription
 Methods: 12
  describeContents | 
  equals | o
  getDescription | 
  getExtras | 
  getIconBitmap | 
  getIconUri | 
  getMediaId | 
  getMediaUri | 
  getSubtitle | 
  getTitle | 
  toString | 
  writeToParcel | dest, flags
android.media.MediaDescription$Builder
 Methods: 9
  build | 
  setDescription | description
  setExtras | extras
  setIconBitmap | icon
  setIconUri | iconUri
  setMediaId | mediaId
  setMediaUri | mediaUri
  setSubtitle | subtitle
  setTitle | title
android.media.MediaDrm
 Methods: 50
  clearOnEventListener | 
  clearOnExpirationUpdateListener | 
  clearOnKeyStatusChangeListener | 
  clearOnSessionLostStateListener | 
  close | 
  closeSession | sessionId
  getConnectedHdcpLevel | 
  getCryptoSession | sessionId, cipherAlgorithm, macAlgorithm
  getKeyRequest | scope, init, mimeType, keyType, , optionalParameters
  getMaxHdcpLevel | 
  getMaxSecurityLevel | 
  getMaxSessionCount | 
  getMetrics | 
  getOfflineLicenseKeySetIds | 
  getOfflineLicenseState | keySetId
  getOpenSessionCount | 
  getPropertyByteArray | propertyName
  getPropertyString | propertyName
  getProvisionRequest | 
  getSecureStop | ssid
  getSecureStopIds | 
  getSecureStops | 
  getSecurityLevel | sessionId
  isCryptoSchemeSupported | uuid, mimeType
  isCryptoSchemeSupported | uuid, mimeType, securityLevel
  isCryptoSchemeSupported | uuid
  openSession | 
  openSession | level
  provideKeyResponse | scope, response
  provideProvisionResponse | response
  queryKeyStatus | sessionId
  release | 
  releaseAllSecureStops | 
  releaseSecureStops | ssRelease
  removeAllSecureStops | 
  removeKeys | sessionId
  removeOfflineLicense | keySetId
  removeSecureStop | ssid
  restoreKeys | sessionId, keySetId
  setOnEventListener | executor, listener
  setOnEventListener | listener, handler
  setOnEventListener | listener
  setOnExpirationUpdateListener | listener, handler
  setOnExpirationUpdateListener | executor, listener
  setOnKeyStatusChangeListener | executor, listener
  setOnKeyStatusChangeListener | listener, handler
  setOnSessionLostStateListener | executor, listener
  setOnSessionLostStateListener | listener, handler
  setPropertyByteArray | propertyName, value
  setPropertyString | propertyName, value
android.media.MediaDrm$CryptoSession
 Methods: 4
  decrypt | keyid, input, iv
  encrypt | keyid, input, iv
  sign | keyid, message
  verify | keyid, message, signature
android.media.MediaDrm$KeyRequest
 Methods: 3
  getData | 
  getDefaultUrl | 
  getRequestType | 
android.media.MediaDrm$KeyStatus
 Methods: 2
  getKeyId | 
  getStatusCode | 
android.media.MediaDrm$MetricsConstants
 Methods: 0
android.media.MediaDrm$ProvisionRequest
 Methods: 2
  getData | 
  getDefaultUrl | 
android.media.MediaExtractor
 Methods: 28
  advance | 
  getAudioPresentations | trackIndex
  getCachedDuration | 
  getCasInfo | index
  getDrmInitData | 
  getMetrics | 
  getPsshInfo | 
  getSampleCryptoInfo | info
  getSampleFlags | 
  getSampleSize | 
  getSampleTime | 
  getSampleTrackIndex | 
  getTrackCount | 
  getTrackFormat | index
  hasCacheReachedEndOfStream | 
  readSampleData | byteBuf, offset
  release | 
  seekTo | timeUs, mode
  selectTrack | index
  setDataSource | afd
  setDataSource | context, uri, , headers
  setDataSource | fd
  setDataSource | dataSource
  setDataSource | fd, offset, length
  setDataSource | path
  setDataSource | path, , headers
  setMediaCas | mediaCas
  unselectTrack | index
android.media.MediaExtractor$CasInfo
 Methods: 3
  getPrivateData | 
  getSession | 
  getSystemId | 
android.media.MediaExtractor$MetricsConstants
 Methods: 0
android.media.MediaFormat
 Methods: 30
  containsFeature | name
  containsKey | name
  createAudioFormat | mime, sampleRate, channelCount
  createSubtitleFormat | mime, language
  createVideoFormat | mime, width, height
  getByteBuffer | name
  getByteBuffer | name, defaultValue
  getFeatureEnabled | feature
  getFeatures | 
  getFloat | name, defaultValue
  getFloat | name
  getInteger | name
  getInteger | name, defaultValue
  getKeys | 
  getLong | name
  getLong | name, defaultValue
  getNumber | name, defaultValue
  getNumber | name
  getString | name
  getString | name, defaultValue
  getValueTypeForKey | name
  removeFeature | name
  removeKey | name
  setByteBuffer | name, bytes
  setFeatureEnabled | feature, enabled
  setFloat | name, value
  setInteger | name, value
  setLong | name, value
  setString | name, value
  toString | 
android.media.MediaMetadata
 Methods: 13
  containsKey | key
  describeContents | 
  equals | o
  getBitmap | key
  getDescription | 
  getLong | key
  getRating | key
  getString | key
  getText | key
  hashCode | 
  keySet | 
  size | 
  writeToParcel | dest, flags
android.media.MediaMetadata$Builder
 Methods: 6
  build | 
  putBitmap | key, value
  putLong | key, value
  putRating | key, value
  putString | key, value
  putText | key, value
android.media.MediaMetadataEditor
 Methods: 13
  addEditableKey | key
  apply | 
  clear | 
  getBitmap | key, defaultValue
  getEditableKeys | 
  getLong | key, defaultValue
  getObject | key, defaultValue
  getString | key, defaultValue
  putBitmap | key, bitmap
  putLong | key, value
  putObject | key, value
  putString | key, value
  removeEditableKeys | 
android.media.MediaMetadataRetriever
 Methods: 22
  close | 
  extractMetadata | keyCode
  getEmbeddedPicture | 
  getFrameAtIndex | frameIndex, params
  getFrameAtIndex | frameIndex
  getFrameAtTime | timeUs
  getFrameAtTime | 
  getFrameAtTime | timeUs, option
  getFramesAtIndex | frameIndex, numFrames
  getFramesAtIndex | frameIndex, numFrames, params
  getImageAtIndex | imageIndex, params
  getImageAtIndex | imageIndex
  getPrimaryImage | params
  getPrimaryImage | 
  getScaledFrameAtTime | timeUs, option, dstWidth, dstHeight
  release | 
  setDataSource | fd, offset, length
  setDataSource | path
  setDataSource | context, uri
  setDataSource | fd
  setDataSource | uri, , headers
  setDataSource | dataSource
android.media.MediaMetadataRetriever$BitmapParams
 Methods: 3
  getActualConfig | 
  getPreferredConfig | 
  setPreferredConfig | config
android.media.MediaMuxer
 Methods: 7
  addTrack | format
  release | 
  setLocation | latitude, longitude
  setOrientationHint | degrees
  start | 
  stop | 
  writeSampleData | trackIndex, byteBuf, bufferInfo
android.media.MediaMuxer$OutputFormat
 Methods: 0
android.media.MediaPlayer
 Methods: 90
  addOnRoutingChangedListener | listener, handler
  addTimedTextSource | fd, mimeType
  addTimedTextSource | path, mimeType
  addTimedTextSource | fd, offset, length, mime
  addTimedTextSource | context, uri, mimeType
  attachAuxEffect | effectId
  clearOnMediaTimeDiscontinuityListener | 
  clearOnSubtitleDataListener | 
  create | context, uri, holder, audioAttributes, audioSessionId
  create | context, resid, audioAttributes, audioSessionId
  create | context, uri, holder
  create | context, resid
  create | context, uri
  createVolumeShaper | configuration
  deselectTrack | index
  getAudioSessionId | 
  getCurrentPosition | 
  getDrmInfo | 
  getDrmPropertyString | propertyName
  getDuration | 
  getKeyRequest | keySetId, initData, mimeType, keyType, , optionalParameters
  getMetrics | 
  getPlaybackParams | 
  getPreferredDevice | 
  getRoutedDevice | 
  getSelectedTrack | trackType
  getSyncParams | 
  getTimestamp | 
  getTrackInfo | 
  getVideoHeight | 
  getVideoWidth | 
  isLooping | 
  isPlaying | 
  pause | 
  prepare | 
  prepareAsync | 
  prepareDrm | uuid
  provideKeyResponse | keySetId, response
  release | 
  releaseDrm | 
  removeOnRoutingChangedListener | listener
  reset | 
  restoreKeys | keySetId
  seekTo | msec
  seekTo | msec, mode
  selectTrack | index
  setAudioAttributes | attributes
  setAudioSessionId | sessionId
  setAudioStreamType | streamtype
  setAuxEffectSendLevel | level
  setDataSource | afd
  setDataSource | fd
  setDataSource | fd, offset, length
  setDataSource | path
  setDataSource | context, uri, , headers, cookies
  setDataSource | context, uri, , headers
  setDataSource | dataSource
  setDataSource | context, uri
  setDisplay | sh
  setDrmPropertyString | propertyName, value
  setLooping | looping
  setNextMediaPlayer | next
  setOnBufferingUpdateListener | listener
  setOnCompletionListener | listener
  setOnDrmConfigHelper | listener
  setOnDrmInfoListener | listener
  setOnDrmInfoListener | listener, handler
  setOnDrmPreparedListener | listener, handler
  setOnDrmPreparedListener | listener
  setOnErrorListener | listener
  setOnInfoListener | listener
  setOnMediaTimeDiscontinuityListener | listener, handler
  setOnMediaTimeDiscontinuityListener | listener
  setOnPreparedListener | listener
  setOnSeekCompleteListener | listener
  setOnSubtitleDataListener | listener
  setOnSubtitleDataListener | listener, handler
  setOnTimedMetaDataAvailableListener | listener
  setOnTimedTextListener | listener
  setOnVideoSizeChangedListener | listener
  setPlaybackParams | params
  setPreferredDevice | deviceInfo
  setScreenOnWhilePlaying | screenOn
  setSurface | surface
  setSyncParams | params
  setVideoScalingMode | mode
  setVolume | leftVolume, rightVolume
  setWakeMode | context, mode
  start | 
  stop | 
android.media.MediaPlayer$DrmInfo
 Methods: 2
  getPssh | 
  getSupportedSchemes | 
android.media.MediaPlayer$MetricsConstants
 Methods: 0
android.media.MediaPlayer$TrackInfo
 Methods: 6
  describeContents | 
  getFormat | 
  getLanguage | 
  getTrackType | 
  toString | 
  writeToParcel | dest, flags
android.media.MediaRecorder
 Methods: 50
  addOnRoutingChangedListener | listener, handler
  getActiveMicrophones | 
  getActiveRecordingConfiguration | 
  getAudioSourceMax | 
  getMaxAmplitude | 
  getMetrics | 
  getPreferredDevice | 
  getRoutedDevice | 
  getSurface | 
  pause | 
  prepare | 
  registerAudioRecordingCallback | executor, cb
  release | 
  removeOnRoutingChangedListener | listener
  reset | 
  resume | 
  setAudioChannels | numChannels
  setAudioEncoder | audio_encoder
  setAudioEncodingBitRate | bitRate
  setAudioSamplingRate | samplingRate
  setAudioSource | audioSource
  setCamera | c
  setCaptureRate | fps
  setInputSurface | surface
  setLocation | latitude, longitude
  setMaxDuration | max_duration_ms
  setMaxFileSize | max_filesize_bytes
  setNextOutputFile | file
  setNextOutputFile | fd
  setOnErrorListener | l
  setOnInfoListener | listener
  setOrientationHint | degrees
  setOutputFile | fd
  setOutputFile | path
  setOutputFile | file
  setOutputFormat | output_format
  setPreferredDevice | deviceInfo
  setPreferredMicrophoneDirection | direction
  setPreferredMicrophoneFieldDimension | zoom
  setPreviewDisplay | sv
  setProfile | profile
  setVideoEncoder | video_encoder
  setVideoEncodingBitRate | bitRate
  setVideoEncodingProfileLevel | profile, level
  setVideoFrameRate | rate
  setVideoSize | width, height
  setVideoSource | video_source
  start | 
  stop | 
  unregisterAudioRecordingCallback | cb
android.media.MediaRecorder$AudioEncoder
 Methods: 0
android.media.MediaRecorder$AudioSource
 Methods: 0
android.media.MediaRecorder$MetricsConstants
 Methods: 0
android.media.MediaRecorder$OutputFormat
 Methods: 0
android.media.MediaRecorder$VideoEncoder
 Methods: 0
android.media.MediaRecorder$VideoSource
 Methods: 0
android.media.MediaRouter
 Methods: 16
  addCallback | types, cb, flags
  addCallback | types, cb
  addUserRoute | info
  clearUserRoutes | 
  createRouteCategory | nameResId, isGroupable
  createRouteCategory | name, isGroupable
  createUserRoute | category
  getCategoryAt | index
  getCategoryCount | 
  getDefaultRoute | 
  getRouteAt | index
  getRouteCount | 
  getSelectedRoute | type
  removeCallback | cb
  removeUserRoute | info
  selectRoute | types, route
android.media.MediaRouter$Callback
 Methods: 9
  onRouteAdded | router, info
  onRouteChanged | router, info
  onRouteGrouped | router, info, group, index
  onRoutePresentationDisplayChanged | router, info
  onRouteRemoved | router, info
  onRouteSelected | router, type, info
  onRouteUngrouped | router, info, group
  onRouteUnselected | router, type, info
  onRouteVolumeChanged | router, info
android.media.MediaRouter$RouteCategory
 Methods: 6
  getName | 
  getName | context
  getRoutes | out
  getSupportedTypes | 
  isGroupable | 
  toString | 
android.media.MediaRouter$RouteGroup
 Methods: 11
  addRoute | route
  addRoute | route, insertAt
  getRouteAt | index
  getRouteCount | 
  removeRoute | route
  removeRoute | index
  requestSetVolume | volume
  requestUpdateVolume | direction
  setIconDrawable | icon
  setIconResource | resId
  toString | 
android.media.MediaRouter$RouteInfo
 Methods: 22
  getCategory | 
  getDescription | 
  getDeviceType | 
  getGroup | 
  getIconDrawable | 
  getName | context
  getName | 
  getPlaybackStream | 
  getPlaybackType | 
  getPresentationDisplay | 
  getStatus | 
  getSupportedTypes | 
  getTag | 
  getVolume | 
  getVolumeHandling | 
  getVolumeMax | 
  isConnecting | 
  isEnabled | 
  requestSetVolume | volume
  requestUpdateVolume | direction
  setTag | tag
  toString | 
android.media.MediaRouter$SimpleCallback
 Methods: 8
  onRouteAdded | router, info
  onRouteChanged | router, info
  onRouteGrouped | router, info, group, index
  onRouteRemoved | router, info
  onRouteSelected | router, type, info
  onRouteUngrouped | router, info, group
  onRouteUnselected | router, type, info
  onRouteVolumeChanged | router, info
android.media.MediaRouter$UserRouteInfo
 Methods: 16
  getRemoteControlClient | 
  requestSetVolume | volume
  requestUpdateVolume | direction
  setDescription | description
  setIconDrawable | icon
  setIconResource | resId
  setName | name
  setName | resId
  setPlaybackStream | stream
  setPlaybackType | type
  setRemoteControlClient | rcc
  setStatus | status
  setVolume | volume
  setVolumeCallback | vcb
  setVolumeHandling | volumeHandling
  setVolumeMax | volumeMax
android.media.MediaRouter$VolumeCallback
 Methods: 2
  onVolumeSetRequest | info, volume
  onVolumeUpdateRequest | info, direction
android.media.MediaScannerConnection
 Methods: 7
  connect | 
  disconnect | 
  isConnected | 
  onServiceConnected | className, service
  onServiceDisconnected | className
  scanFile | path, mimeType
  scanFile | context, paths, mimeTypes, callback
android.media.MediaSession2
 Methods: 9
  broadcastSessionCommand | command, args
  cancelSessionCommand | controller, token
  close | 
  getConnectedControllers | 
  getId | 
  getToken | 
  isPlaybackActive | 
  sendSessionCommand | controller, command, args
  setPlaybackActive | playbackActive
android.media.MediaSession2$Builder
 Methods: 5
  build | 
  setExtras | extras
  setId | id
  setSessionActivity | pi
  setSessionCallback | executor, callback
android.media.MediaSession2$ControllerInfo
 Methods: 7
  equals | obj
  getConnectionHints | 
  getPackageName | 
  getRemoteUserInfo | 
  getUid | 
  hashCode | 
  toString | 
android.media.MediaSession2$SessionCallback
 Methods: 5
  onCommandResult | session, controller, token, command, result
  onConnect | session, controller
  onDisconnected | session, controller
  onPostConnect | session, controller
  onSessionCommand | session, controller, command, args
android.media.MediaSession2Service
 Methods: 8
  addSession | session
  getSessions | 
  onBind | intent
  onCreate | 
  onDestroy | 
  onGetSession | controllerInfo
  onUpdateNotification | session
  removeSession | session
android.media.MediaSession2Service$MediaNotification
 Methods: 2
  getNotification | 
  getNotificationId | 
android.media.MediaSync
 Methods: 13
  createInputSurface | 
  flush | 
  getPlaybackParams | 
  getSyncParams | 
  getTimestamp | 
  queueAudio | audioData, bufferId, presentationTimeUs
  release | 
  setAudioTrack | audioTrack
  setCallback | cb, handler
  setOnErrorListener | listener, handler
  setPlaybackParams | params
  setSurface | surface
  setSyncParams | params
android.media.MediaSync$Callback
 Methods: 1
  onAudioBufferConsumed | sync, audioBuffer, bufferId
android.media.MediaSyncEvent
 Methods: 4
  createEvent | eventType
  getAudioSessionId | 
  getType | 
  setAudioSessionId | audioSessionId
android.media.MediaTimestamp
 Methods: 6
  equals | obj
  getAnchorMediaTimeUs | 
  getAnchorSystemNanoTime | 
  getAnchorSytemNanoTime | 
  getMediaClockRate | 
  toString | 
android.media.MicrophoneInfo
 Methods: 15
  getAddress | 
  getChannelMapping | 
  getDescription | 
  getDirectionality | 
  getFrequencyResponse | 
  getGroup | 
  getId | 
  getIndexInTheGroup | 
  getLocation | 
  getMaxSpl | 
  getMinSpl | 
  getOrientation | 
  getPosition | 
  getSensitivity | 
  getType | 
android.media.MicrophoneInfo$Coordinate3F
 Methods: 1
  equals | obj
android.media.PlaybackParams
 Methods: 9
  allowDefaults | 
  describeContents | 
  getAudioFallbackMode | 
  getPitch | 
  getSpeed | 
  setAudioFallbackMode | audioFallbackMode
  setPitch | pitch
  setSpeed | speed
  writeToParcel | dest, flags
android.media.Rating
 Methods: 14
  describeContents | 
  getPercentRating | 
  getRatingStyle | 
  getStarRating | 
  hasHeart | 
  isRated | 
  isThumbUp | 
  newHeartRating | hasHeart
  newPercentageRating | percent
  newStarRating | starRatingStyle, starRating
  newThumbRating | thumbIsUp
  newUnratedRating | ratingStyle
  toString | 
  writeToParcel | dest, flags
android.media.RemoteControlClient
 Methods: 8
  editMetadata | startEmpty
  getMediaSession | 
  setMetadataUpdateListener | l
  setOnGetPlaybackPositionListener | l
  setPlaybackPositionUpdateListener | l
  setPlaybackState | state, timeInMs, playbackSpeed
  setPlaybackState | state
  setTransportControlFlags | transportControlFlags
android.media.RemoteControlClient$MetadataEditor
 Methods: 6
  apply | 
  clear | 
  putBitmap | key, bitmap
  putLong | key, value
  putObject | key, object
  putString | key, value
android.media.RemoteController
 Methods: 7
  clearArtworkConfiguration | 
  editMetadata | 
  getEstimatedMediaPosition | 
  seekTo | timeMs
  sendMediaKeyEvent | keyEvent
  setArtworkConfiguration | width, height
  setSynchronizationMode | sync
android.media.RemoteController$MetadataEditor
 Methods: 1
  apply | 
android.media.Ringtone
 Methods: 12
  getAudioAttributes | 
  getStreamType | 
  getTitle | context
  getVolume | 
  isLooping | 
  isPlaying | 
  play | 
  setAudioAttributes | attributes
  setLooping | looping
  setStreamType | streamType
  setVolume | volume
  stop | 
android.media.RingtoneManager
 Methods: 21
  getActualDefaultRingtoneUri | context, type
  getCursor | 
  getDefaultType | defaultRingtoneUri
  getDefaultUri | type
  getIncludeDrm | 
  getRingtone | context, ringtoneUri
  getRingtone | position
  getRingtonePosition | ringtoneUri
  getRingtoneUri | position
  getStopPreviousRingtone | 
  getValidRingtoneUri | context
  hasHapticChannels | position
  hasHapticChannels | ringtoneUri
  inferStreamType | 
  isDefault | ringtoneUri
  openDefaultRingtoneUri | context, uri
  setActualDefaultRingtoneUri | context, type, ringtoneUri
  setIncludeDrm | includeDrm
  setStopPreviousRingtone | stopPreviousRingtone
  setType | type
  stopPreviousRingtone | 
android.media.Session2Command
 Methods: 7
  describeContents | 
  equals | obj
  getCommandCode | 
  getCustomAction | 
  getCustomExtras | 
  hashCode | 
  writeToParcel | dest, flags
android.media.Session2Command$Result
 Methods: 2
  getResultCode | 
  getResultData | 
android.media.Session2CommandGroup
 Methods: 5
  describeContents | 
  getCommands | 
  hasCommand | commandCode
  hasCommand | command
  writeToParcel | dest, flags
android.media.Session2CommandGroup$Builder
 Methods: 3
  addCommand | command
  build | 
  removeCommand | command
android.media.Session2Token
 Methods: 10
  describeContents | 
  equals | obj
  getExtras | 
  getPackageName | 
  getServiceName | 
  getType | 
  getUid | 
  hashCode | 
  toString | 
  writeToParcel | dest, flags
android.media.SoundPool
 Methods: 17
  autoPause | 
  autoResume | 
  load | context, resId, priority
  load | path, priority
  load | afd, priority
  load | fd, offset, length, priority
  pause | streamID
  play | soundID, leftVolume, rightVolume, priority, loop, rate
  release | 
  resume | streamID
  setLoop | streamID, loop
  setOnLoadCompleteListener | listener
  setPriority | streamID, priority
  setRate | streamID, rate
  setVolume | streamID, leftVolume, rightVolume
  stop | streamID
  unload | soundID
android.media.SoundPool$Builder
 Methods: 3
  build | 
  setAudioAttributes | attributes
  setMaxStreams | maxStreams
android.media.SubtitleData
 Methods: 4
  getData | 
  getDurationUs | 
  getStartTimeUs | 
  getTrackIndex | 
android.media.SyncParams
 Methods: 9
  allowDefaults | 
  getAudioAdjustMode | 
  getFrameRate | 
  getSyncSource | 
  getTolerance | 
  setAudioAdjustMode | audioAdjustMode
  setFrameRate | frameRate
  setSyncSource | syncSource
  setTolerance | tolerance
android.media.ThumbnailUtils
 Methods: 8
  createAudioThumbnail | filePath, kind
  createAudioThumbnail | file, size, signal
  createImageThumbnail | filePath, kind
  createImageThumbnail | file, size, signal
  createVideoThumbnail | filePath, kind
  createVideoThumbnail | file, size, signal
  extractThumbnail | source, width, height, options
  extractThumbnail | source, width, height
android.media.TimedMetaData
 Methods: 2
  getMetaData | 
  getTimestamp | 
android.media.TimedText
 Methods: 2
  getBounds | 
  getText | 
android.media.ToneGenerator
 Methods: 5
  getAudioSessionId | 
  release | 
  startTone | toneType, durationMs
  startTone | toneType
  stopTone | 
android.media.VolumeProvider
 Methods: 6
  getCurrentVolume | 
  getMaxVolume | 
  getVolumeControl | 
  onAdjustVolume | direction
  onSetVolumeTo | volume
  setCurrentVolume | currentVolume
android.media.VolumeShaper
 Methods: 4
  apply | operation
  close | 
  getVolume | 
  replace | configuration, operation, join
android.media.VolumeShaper$Configuration
 Methods: 10
  describeContents | 
  equals | o
  getDuration | 
  getInterpolatorType | 
  getMaximumCurvePoints | 
  getTimes | 
  getVolumes | 
  hashCode | 
  toString | 
  writeToParcel | dest, flags
android.media.VolumeShaper$Configuration$Builder
 Methods: 8
  build | 
  invertVolumes | 
  reflectTimes | 
  scaleToEndVolume | volume
  scaleToStartVolume | volume
  setCurve | times, volumes
  setDuration | durationMillis
  setInterpolatorType | interpolatorType
android.media.VolumeShaper$Operation
 Methods: 5
  describeContents | 
  equals | o
  hashCode | 
  toString | 
  writeToParcel | dest, flags
android.media.DeniedByServerException
 Methods: 0
android.media.MediaCasException
 Methods: 0
android.media.MediaCasException$DeniedByServerException
 Methods: 0
android.media.MediaCasException$NotProvisionedException
 Methods: 0
android.media.MediaCasException$ResourceBusyException
 Methods: 0
android.media.MediaCasException$UnsupportedCasException
 Methods: 0
android.media.MediaCasStateException
 Methods: 1
  getDiagnosticInfo | 
android.media.MediaCodec$CodecException
 Methods: 4
  getDiagnosticInfo | 
  getErrorCode | 
  isRecoverable | 
  isTransient | 
android.media.MediaCodec$CryptoException
 Methods: 1
  getErrorCode | 
android.media.MediaCryptoException
 Methods: 0
android.media.MediaDrm$MediaDrmStateException
 Methods: 1
  getDiagnosticInfo | 
android.media.MediaDrm$SessionException
 Methods: 1
  getErrorCode | 
android.media.MediaDrmException
 Methods: 0
android.media.MediaDrmResetException
 Methods: 0
android.media.MediaPlayer$NoDrmSchemeException
 Methods: 0
android.media.MediaPlayer$ProvisioningNetworkErrorException
 Methods: 0
android.media.MediaPlayer$ProvisioningServerErrorException
 Methods: 0
android.media.NotProvisionedException
 Methods: 0
android.media.ResourceBusyException
 Methods: 0
android.media.UnsupportedSchemeException
 Methods: 0
android.media.audiofx.AudioEffect$OnControlStatusChangeListener
 Methods: 1
  onControlStatusChange | effect, controlGranted
android.media.audiofx.AudioEffect$OnEnableStatusChangeListener
 Methods: 1
  onEnableStatusChange | effect, enabled
android.media.audiofx.BassBoost$OnParameterChangeListener
 Methods: 1
  onParameterChange | effect, status, param, value
android.media.audiofx.EnvironmentalReverb$OnParameterChangeListener
 Methods: 1
  onParameterChange | effect, status, param, value
android.media.audiofx.Equalizer$OnParameterChangeListener
 Methods: 1
  onParameterChange | effect, status, param1, param2, value
android.media.audiofx.PresetReverb$OnParameterChangeListener
 Methods: 1
  onParameterChange | effect, status, param, value
android.media.audiofx.Virtualizer$OnParameterChangeListener
 Methods: 1
  onParameterChange | effect, status, param, value
android.media.audiofx.Visualizer$OnDataCaptureListener
 Methods: 2
  onFftDataCapture | visualizer, fft, samplingRate
  onWaveFormDataCapture | visualizer, waveform, samplingRate
android.media.audiofx.AcousticEchoCanceler
 Methods: 2
  create | audioSession
  isAvailable | 
android.media.audiofx.AudioEffect
 Methods: 9
  getDescriptor | 
  getEnabled | 
  getId | 
  hasControl | 
  queryEffects | 
  release | 
  setControlStatusListener | listener
  setEnableStatusListener | listener
  setEnabled | enabled
android.media.audiofx.AudioEffect$Descriptor
 Methods: 2
  equals | o
  hashCode | 
android.media.audiofx.AutomaticGainControl
 Methods: 2
  create | audioSession
  isAvailable | 
android.media.audiofx.BassBoost
 Methods: 6
  getProperties | 
  getRoundedStrength | 
  getStrengthSupported | 
  setParameterListener | listener
  setProperties | settings
  setStrength | strength
android.media.audiofx.BassBoost$Settings
 Methods: 1
  toString | 
android.media.audiofx.DynamicsProcessing
 Methods: 29
  getChannelByChannelIndex | channelIndex
  getChannelCount | 
  getConfig | 
  getInputGainByChannelIndex | channelIndex
  getLimiterByChannelIndex | channelIndex
  getMbcBandByChannelIndex | channelIndex, band
  getMbcByChannelIndex | channelIndex
  getPostEqBandByChannelIndex | channelIndex, band
  getPostEqByChannelIndex | channelIndex
  getPreEqBandByChannelIndex | channelIndex, band
  getPreEqByChannelIndex | channelIndex
  setAllChannelsTo | channel
  setChannelTo | channelIndex, channel
  setInputGainAllChannelsTo | inputGain
  setInputGainbyChannel | channelIndex, inputGain
  setLimiterAllChannelsTo | limiter
  setLimiterByChannelIndex | channelIndex, limiter
  setMbcAllChannelsTo | mbc
  setMbcBandAllChannelsTo | band, mbcBand
  setMbcBandByChannelIndex | channelIndex, band, mbcBand
  setMbcByChannelIndex | channelIndex, mbc
  setPostEqAllChannelsTo | postEq
  setPostEqBandAllChannelsTo | band, postEqBand
  setPostEqBandByChannelIndex | channelIndex, band, postEqBand
  setPostEqByChannelIndex | channelIndex, postEq
  setPreEqAllChannelsTo | preEq
  setPreEqBandAllChannelsTo | band, preEqBand
  setPreEqBandByChannelIndex | channelIndex, band, preEqBand
  setPreEqByChannelIndex | channelIndex, preEq
android.media.audiofx.DynamicsProcessing$BandBase
 Methods: 5
  getCutoffFrequency | 
  isEnabled | 
  setCutoffFrequency | frequency
  setEnabled | enabled
  toString | 
android.media.audiofx.DynamicsProcessing$BandStage
 Methods: 2
  getBandCount | 
  toString | 
android.media.audiofx.DynamicsProcessing$Channel
 Methods: 17
  getInputGain | 
  getLimiter | 
  getMbc | 
  getMbcBand | band
  getPostEq | 
  getPostEqBand | band
  getPreEq | 
  getPreEqBand | band
  setInputGain | inputGain
  setLimiter | limiter
  setMbc | mbc
  setMbcBand | band, mbcBand
  setPostEq | postEq
  setPostEqBand | band, postEqBand
  setPreEq | preEq
  setPreEqBand | band, preEqBand
  toString | 
android.media.audiofx.DynamicsProcessing$Config
 Methods: 37
  getChannelByChannelIndex | channelIndex
  getInputGainByChannelIndex | channelIndex
  getLimiterByChannelIndex | channelIndex
  getMbcBandByChannelIndex | channelIndex, band
  getMbcBandCount | 
  getMbcByChannelIndex | channelIndex
  getPostEqBandByChannelIndex | channelIndex, band
  getPostEqBandCount | 
  getPostEqByChannelIndex | channelIndex
  getPreEqBandByChannelIndex | channelIndex, band
  getPreEqBandCount | 
  getPreEqByChannelIndex | channelIndex
  getPreferredFrameDuration | 
  getVariant | 
  isLimiterInUse | 
  isMbcInUse | 
  isPostEqInUse | 
  isPreEqInUse | 
  setAllChannelsTo | channel
  setChannelTo | channelIndex, channel
  setInputGainAllChannelsTo | inputGain
  setInputGainByChannelIndex | channelIndex, inputGain
  setLimiterAllChannelsTo | limiter
  setLimiterByChannelIndex | channelIndex, limiter
  setMbcAllChannelsTo | mbc
  setMbcBandAllChannelsTo | band, mbcBand
  setMbcBandByChannelIndex | channelIndex, band, mbcBand
  setMbcByChannelIndex | channelIndex, mbc
  setPostEqAllChannelsTo | postEq
  setPostEqBandAllChannelsTo | band, postEqBand
  setPostEqBandByChannelIndex | channelIndex, band, postEqBand
  setPostEqByChannelIndex | channelIndex, postEq
  setPreEqAllChannelsTo | preEq
  setPreEqBandAllChannelsTo | band, preEqBand
  setPreEqBandByChannelIndex | channelIndex, band, preEqBand
  setPreEqByChannelIndex | channelIndex, preEq
  toString | 
android.media.audiofx.DynamicsProcessing$Config$Builder
 Methods: 14
  build | 
  setAllChannelsTo | channel
  setChannelTo | channelIndex, channel
  setInputGainAllChannelsTo | inputGain
  setInputGainByChannelIndex | channelIndex, inputGain
  setLimiterAllChannelsTo | limiter
  setLimiterByChannelIndex | channelIndex, limiter
  setMbcAllChannelsTo | mbc
  setMbcByChannelIndex | channelIndex, mbc
  setPostEqAllChannelsTo | postEq
  setPostEqByChannelIndex | channelIndex, postEq
  setPreEqAllChannelsTo | preEq
  setPreEqByChannelIndex | channelIndex, preEq
  setPreferredFrameDuration | frameDuration
android.media.audiofx.DynamicsProcessing$Eq
 Methods: 3
  getBand | band
  setBand | band, bandCfg
  toString | 
android.media.audiofx.DynamicsProcessing$EqBand
 Methods: 3
  getGain | 
  setGain | gain
  toString | 
android.media.audiofx.DynamicsProcessing$Limiter
 Methods: 13
  getAttackTime | 
  getLinkGroup | 
  getPostGain | 
  getRatio | 
  getReleaseTime | 
  getThreshold | 
  setAttackTime | attackTime
  setLinkGroup | linkGroup
  setPostGain | postGain
  setRatio | ratio
  setReleaseTime | releaseTime
  setThreshold | threshold
  toString | 
android.media.audiofx.DynamicsProcessing$Mbc
 Methods: 3
  getBand | band
  setBand | band, bandCfg
  toString | 
android.media.audiofx.DynamicsProcessing$MbcBand
 Methods: 19
  getAttackTime | 
  getExpanderRatio | 
  getKneeWidth | 
  getNoiseGateThreshold | 
  getPostGain | 
  getPreGain | 
  getRatio | 
  getReleaseTime | 
  getThreshold | 
  setAttackTime | attackTime
  setExpanderRatio | expanderRatio
  setKneeWidth | kneeWidth
  setNoiseGateThreshold | noiseGateThreshold
  setPostGain | postGain
  setPreGain | preGain
  setRatio | ratio
  setReleaseTime | releaseTime
  setThreshold | threshold
  toString | 
android.media.audiofx.DynamicsProcessing$Stage
 Methods: 4
  isEnabled | 
  isInUse | 
  setEnabled | enabled
  toString | 
android.media.audiofx.EnvironmentalReverb
 Methods: 23
  getDecayHFRatio | 
  getDecayTime | 
  getDensity | 
  getDiffusion | 
  getProperties | 
  getReflectionsDelay | 
  getReflectionsLevel | 
  getReverbDelay | 
  getReverbLevel | 
  getRoomHFLevel | 
  getRoomLevel | 
  setDecayHFRatio | decayHFRatio
  setDecayTime | decayTime
  setDensity | density
  setDiffusion | diffusion
  setParameterListener | listener
  setProperties | settings
  setReflectionsDelay | reflectionsDelay
  setReflectionsLevel | reflectionsLevel
  setReverbDelay | reverbDelay
  setReverbLevel | reverbLevel
  setRoomHFLevel | roomHF
  setRoomLevel | room
android.media.audiofx.EnvironmentalReverb$Settings
 Methods: 1
  toString | 
android.media.audiofx.Equalizer
 Methods: 14
  getBand | frequency
  getBandFreqRange | band
  getBandLevel | band
  getBandLevelRange | 
  getCenterFreq | band
  getCurrentPreset | 
  getNumberOfBands | 
  getNumberOfPresets | 
  getPresetName | preset
  getProperties | 
  setBandLevel | band, level
  setParameterListener | listener
  setProperties | settings
  usePreset | preset
android.media.audiofx.Equalizer$Settings
 Methods: 1
  toString | 
android.media.audiofx.LoudnessEnhancer
 Methods: 2
  getTargetGain | 
  setTargetGain | gainmB
android.media.audiofx.NoiseSuppressor
 Methods: 2
  create | audioSession
  isAvailable | 
android.media.audiofx.PresetReverb
 Methods: 5
  getPreset | 
  getProperties | 
  setParameterListener | listener
  setPreset | preset
  setProperties | settings
android.media.audiofx.PresetReverb$Settings
 Methods: 1
  toString | 
android.media.audiofx.Virtualizer
 Methods: 10
  canVirtualize | inputChannelMask, virtualizationMode
  forceVirtualizationMode | virtualizationMode
  getProperties | 
  getRoundedStrength | 
  getSpeakerAngles | inputChannelMask, virtualizationMode, angles
  getStrengthSupported | 
  getVirtualizationMode | 
  setParameterListener | listener
  setProperties | settings
  setStrength | strength
android.media.audiofx.Virtualizer$Settings
 Methods: 1
  toString | 
android.media.audiofx.Visualizer
 Methods: 16
  getCaptureSize | 
  getCaptureSizeRange | 
  getEnabled | 
  getFft | fft
  getMaxCaptureRate | 
  getMeasurementMode | 
  getMeasurementPeakRms | measurement
  getSamplingRate | 
  getScalingMode | 
  getWaveForm | waveform
  release | 
  setCaptureSize | size
  setDataCaptureListener | listener, rate, waveform, fft
  setEnabled | enabled
  setMeasurementMode | mode
  setScalingMode | mode
android.media.audiofx.Visualizer$MeasurementPeakRms
 Methods: 0
android.media.browse.MediaBrowser
 Methods: 12
  connect | 
  disconnect | 
  getExtras | 
  getItem | mediaId, cb
  getRoot | 
  getServiceComponent | 
  getSessionToken | 
  isConnected | 
  subscribe | parentId, options, callback
  subscribe | parentId, callback
  unsubscribe | parentId
  unsubscribe | parentId, callback
android.media.browse.MediaBrowser$ConnectionCallback
 Methods: 3
  onConnected | 
  onConnectionFailed | 
  onConnectionSuspended | 
android.media.browse.MediaBrowser$ItemCallback
 Methods: 2
  onError | mediaId
  onItemLoaded | item
android.media.browse.MediaBrowser$MediaItem
 Methods: 8
  describeContents | 
  getDescription | 
  getFlags | 
  getMediaId | 
  isBrowsable | 
  isPlayable | 
  toString | 
  writeToParcel | out, flags
android.media.browse.MediaBrowser$SubscriptionCallback
 Methods: 4
  onChildrenLoaded | parentId, children
  onChildrenLoaded | parentId, children, options
  onError | parentId
  onError | parentId, options
android.media.effect.EffectUpdateListener
 Methods: 1
  onEffectUpdated | effect, info
android.media.effect.Effect
 Methods: 5
  apply | inputTexId, width, height, outputTexId
  getName | 
  release | 
  setParameter | parameterKey, value
  setUpdateListener | listener
android.media.effect.EffectContext
 Methods: 3
  createWithCurrentGlContext | 
  getFactory | 
  release | 
android.media.effect.EffectFactory
 Methods: 2
  createEffect | effectName
  isEffectSupported | effectName
android.media.midi.MidiManager$OnDeviceOpenedListener
 Methods: 1
  onDeviceOpened | device
android.media.midi.MidiDevice
 Methods: 6
  close | 
  connectPorts | inputPort, outputPortNumber
  getInfo | 
  openInputPort | portNumber
  openOutputPort | portNumber
  toString | 
android.media.midi.MidiDevice$MidiConnection
 Methods: 1
  close | 
android.media.midi.MidiDeviceInfo
 Methods: 12
  describeContents | 
  equals | o
  getId | 
  getInputPortCount | 
  getOutputPortCount | 
  getPorts | 
  getProperties | 
  getType | 
  hashCode | 
  isPrivate | 
  toString | 
  writeToParcel | parcel, flags
android.media.midi.MidiDeviceInfo$PortInfo
 Methods: 3
  getName | 
  getPortNumber | 
  getType | 
android.media.midi.MidiDeviceService
 Methods: 7
  getDeviceInfo | 
  getOutputPortReceivers | 
  onBind | intent
  onClose | 
  onCreate | 
  onDeviceStatusChanged | status
  onGetInputPortReceivers | 
android.media.midi.MidiDeviceStatus
 Methods: 6
  describeContents | 
  getDeviceInfo | 
  getOutputPortOpenCount | portNumber
  isInputPortOpen | portNumber
  toString | 
  writeToParcel | parcel, flags
android.media.midi.MidiInputPort
 Methods: 4
  close | 
  getPortNumber | 
  onFlush | 
  onSend | msg, offset, count, timestamp
android.media.midi.MidiManager
 Methods: 5
  getDevices | 
  openBluetoothDevice | bluetoothDevice, listener, handler
  openDevice | deviceInfo, listener, handler
  registerDeviceCallback | callback, handler
  unregisterDeviceCallback | callback
android.media.midi.MidiManager$DeviceCallback
 Methods: 3
  onDeviceAdded | device
  onDeviceRemoved | device
  onDeviceStatusChanged | status
android.media.midi.MidiOutputPort
 Methods: 4
  close | 
  getPortNumber | 
  onConnect | receiver
  onDisconnect | receiver
android.media.midi.MidiReceiver
 Methods: 6
  flush | 
  getMaxMessageSize | 
  onFlush | 
  onSend | msg, offset, count, timestamp
  send | msg, offset, count
  send | msg, offset, count, timestamp
android.media.midi.MidiSender
 Methods: 4
  connect | receiver
  disconnect | receiver
  onConnect | receiver
  onDisconnect | receiver
android.media.projection.MediaProjection
 Methods: 4
  createVirtualDisplay | name, width, height, dpi, flags, surface, callback, handler
  registerCallback | callback, handler
  stop | 
  unregisterCallback | callback
android.media.projection.MediaProjection$Callback
 Methods: 1
  onStop | 
android.media.projection.MediaProjectionManager
 Methods: 2
  createScreenCaptureIntent | 
  getMediaProjection | resultCode, resultData
android.media.session.MediaSessionManager$OnActiveSessionsChangedListener
 Methods: 1
  onActiveSessionsChanged | controllers
android.media.session.MediaSessionManager$OnSession2TokensChangedListener
 Methods: 1
  onSession2TokensChanged | tokens
android.media.session.MediaController
 Methods: 20
  adjustVolume | direction, flags
  dispatchMediaButtonEvent | keyEvent
  getExtras | 
  getFlags | 
  getMetadata | 
  getPackageName | 
  getPlaybackInfo | 
  getPlaybackState | 
  getQueue | 
  getQueueTitle | 
  getRatingType | 
  getSessionActivity | 
  getSessionInfo | 
  getSessionToken | 
  getTransportControls | 
  registerCallback | callback, handler
  registerCallback | callback
  sendCommand | command, args, cb
  setVolumeTo | value, flags
  unregisterCallback | callback
android.media.session.MediaController$Callback
 Methods: 8
  onAudioInfoChanged | info
  onExtrasChanged | extras
  onMetadataChanged | metadata
  onPlaybackStateChanged | state
  onQueueChanged | queue
  onQueueTitleChanged | title
  onSessionDestroyed | 
  onSessionEvent | event, extras
android.media.session.MediaController$PlaybackInfo
 Methods: 8
  describeContents | 
  getAudioAttributes | 
  getCurrentVolume | 
  getMaxVolume | 
  getPlaybackType | 
  getVolumeControl | 
  toString | 
  writeToParcel | dest, flags
android.media.session.MediaController$TransportControls
 Methods: 20
  fastForward | 
  pause | 
  play | 
  playFromMediaId | mediaId, extras
  playFromSearch | query, extras
  playFromUri | uri, extras
  prepare | 
  prepareFromMediaId | mediaId, extras
  prepareFromSearch | query, extras
  prepareFromUri | uri, extras
  rewind | 
  seekTo | pos
  sendCustomAction | customAction, args
  sendCustomAction | action, args
  setPlaybackSpeed | speed
  setRating | rating
  skipToNext | 
  skipToPrevious | 
  skipToQueueItem | id
  stop | 
android.media.session.MediaSession
 Methods: 20
  getController | 
  getCurrentControllerInfo | 
  getSessionToken | 
  isActive | 
  release | 
  sendSessionEvent | event, extras
  setActive | active
  setCallback | callback
  setCallback | callback, handler
  setExtras | extras
  setFlags | flags
  setMediaButtonReceiver | mbr
  setMetadata | metadata
  setPlaybackState | state
  setPlaybackToLocal | attributes
  setPlaybackToRemote | volumeProvider
  setQueue | queue
  setQueueTitle | title
  setRatingType | type
  setSessionActivity | pi
android.media.session.MediaSession$Callback
 Methods: 21
  onCommand | command, args, cb
  onCustomAction | action, extras
  onFastForward | 
  onMediaButtonEvent | mediaButtonIntent
  onPause | 
  onPlay | 
  onPlayFromMediaId | mediaId, extras
  onPlayFromSearch | query, extras
  onPlayFromUri | uri, extras
  onPrepare | 
  onPrepareFromMediaId | mediaId, extras
  onPrepareFromSearch | query, extras
  onPrepareFromUri | uri, extras
  onRewind | 
  onSeekTo | pos
  onSetPlaybackSpeed | speed
  onSetRating | rating
  onSkipToNext | 
  onSkipToPrevious | 
  onSkipToQueueItem | id
  onStop | 
android.media.session.MediaSession$QueueItem
 Methods: 6
  describeContents | 
  equals | o
  getDescription | 
  getQueueId | 
  toString | 
  writeToParcel | dest, flags
android.media.session.MediaSession$Token
 Methods: 4
  describeContents | 
  equals | obj
  hashCode | 
  writeToParcel | dest, flags
android.media.session.MediaSessionManager
 Methods: 10
  addOnActiveSessionsChangedListener | sessionListener, notificationListener
  addOnActiveSessionsChangedListener | sessionListener, notificationListener, handler
  addOnSession2TokensChangedListener | listener
  addOnSession2TokensChangedListener | listener, handler
  getActiveSessions | notificationListener
  getSession2Tokens | 
  isTrustedForMediaControl | userInfo
  notifySession2Created | token
  removeOnActiveSessionsChangedListener | listener
  removeOnSession2TokensChangedListener | listener
android.media.session.MediaSessionManager$RemoteUserInfo
 Methods: 5
  equals | obj
  getPackageName | 
  getPid | 
  getUid | 
  hashCode | 
android.media.session.PlaybackState
 Methods: 13
  describeContents | 
  getActions | 
  getActiveQueueItemId | 
  getBufferedPosition | 
  getCustomActions | 
  getErrorMessage | 
  getExtras | 
  getLastPositionUpdateTime | 
  getPlaybackSpeed | 
  getPosition | 
  getState | 
  toString | 
  writeToParcel | dest, flags
android.media.session.PlaybackState$Builder
 Methods: 10
  addCustomAction | action, name, icon
  addCustomAction | customAction
  build | 
  setActions | actions
  setActiveQueueItemId | id
  setBufferedPosition | bufferedPosition
  setErrorMessage | error
  setExtras | extras
  setState | state, position, playbackSpeed
  setState | state, position, playbackSpeed, updateTime
android.media.session.PlaybackState$CustomAction
 Methods: 7
  describeContents | 
  getAction | 
  getExtras | 
  getIcon | 
  getName | 
  toString | 
  writeToParcel | dest, flags
android.media.session.PlaybackState$CustomAction$Builder
 Methods: 2
  build | 
  setExtras | extras
android.media.tv.TvContract$BaseTvColumns
 Methods: 0
android.media.tv.TvView$OnUnhandledInputEventListener
 Methods: 1
  onUnhandledInputEvent | event
android.media.tv.TvContentRating
 Methods: 10
  contains | rating
  createRating | domain, ratingSystem, rating, subRatings
  equals | obj
  flattenToString | 
  getDomain | 
  getMainRating | 
  getRatingSystem | 
  getSubRatings | 
  hashCode | 
  unflattenFromString | ratingString
android.media.tv.TvContract
 Methods: 22
  buildChannelLogoUri | channelUri
  buildChannelLogoUri | channelId
  buildChannelUri | channelId
  buildChannelUriForPassthroughInput | inputId
  buildChannelsUriForInput | inputId
  buildInputId | name
  buildPreviewProgramUri | previewProgramId
  buildPreviewProgramsUriForChannel | channelUri
  buildPreviewProgramsUriForChannel | channelId
  buildProgramUri | programId
  buildProgramsUriForChannel | channelId, startTime, endTime
  buildProgramsUriForChannel | channelId
  buildProgramsUriForChannel | channelUri
  buildProgramsUriForChannel | channelUri, startTime, endTime
  buildRecordedProgramUri | recordedProgramId
  buildWatchNextProgramUri | watchNextProgramId
  isChannelUri | uri
  isChannelUriForPassthroughInput | uri
  isChannelUriForTunerInput | uri
  isProgramUri | uri
  isRecordedProgramUri | uri
  requestChannelBrowsable | context, channelId
android.media.tv.TvContract$Channels
 Methods: 1
  getVideoResolution | videoFormat
android.media.tv.TvContract$Channels$Logo
 Methods: 0
android.media.tv.TvContract$PreviewPrograms
 Methods: 0
android.media.tv.TvContract$Programs
 Methods: 0
android.media.tv.TvContract$Programs$Genres
 Methods: 3
  decode | genres
  encode | genres
  isCanonical | genre
android.media.tv.TvContract$RecordedPrograms
 Methods: 0
android.media.tv.TvContract$WatchNextPrograms
 Methods: 0
android.media.tv.TvInputInfo
 Methods: 19
  canRecord | 
  createSettingsIntent | 
  createSetupIntent | 
  describeContents | 
  equals | o
  getExtras | 
  getId | 
  getParentId | 
  getServiceInfo | 
  getTunerCount | 
  getType | 
  hashCode | 
  isHidden | context
  isPassthroughInput | 
  loadCustomLabel | context
  loadIcon | context
  loadLabel | context
  toString | 
  writeToParcel | dest, flags
android.media.tv.TvInputInfo$Builder
 Methods: 4
  build | 
  setCanRecord | canRecord
  setExtras | extras
  setTunerCount | tunerCount
android.media.tv.TvInputManager
 Methods: 9
  getBlockedRatings | 
  getInputState | inputId
  getTvInputInfo | inputId
  getTvInputList | 
  isParentalControlsEnabled | 
  isRatingBlocked | rating
  registerCallback | callback, handler
  unregisterCallback | callback
  updateTvInputInfo | inputInfo
android.media.tv.TvInputManager$TvInputCallback
 Methods: 5
  onInputAdded | inputId
  onInputRemoved | inputId
  onInputStateChanged | inputId, state
  onInputUpdated | inputId
  onTvInputInfoUpdated | inputInfo
android.media.tv.TvInputService
 Methods: 3
  onBind | intent
  onCreateRecordingSession | inputId
  onCreateSession | inputId
android.media.tv.TvInputService$HardwareSession
 Methods: 4
  getHardwareInputId | 
  onHardwareVideoAvailable | 
  onHardwareVideoUnavailable | reason
  onSetSurface | surface
android.media.tv.TvInputService$RecordingSession
 Methods: 9
  notifyError | error
  notifyRecordingStopped | recordedProgramUri
  notifyTuned | channelUri
  onAppPrivateCommand | action, data
  onRelease | 
  onStartRecording | programUri
  onStopRecording | 
  onTune | channelUri, params
  onTune | channelUri
android.media.tv.TvInputService$Session
 Methods: 36
  layoutSurface | left, top, right, bottom
  notifyChannelRetuned | channelUri
  notifyContentAllowed | 
  notifyContentBlocked | rating
  notifyTimeShiftStatusChanged | status
  notifyTrackSelected | type, trackId
  notifyTracksChanged | tracks
  notifyVideoAvailable | 
  notifyVideoUnavailable | reason
  onAppPrivateCommand | action, data
  onCreateOverlayView | 
  onGenericMotionEvent | event
  onKeyDown | keyCode, event
  onKeyLongPress | keyCode, event
  onKeyMultiple | keyCode, count, event
  onKeyUp | keyCode, event
  onOverlayViewSizeChanged | width, height
  onRelease | 
  onSelectTrack | type, trackId
  onSetCaptionEnabled | enabled
  onSetStreamVolume | volume
  onSetSurface | surface
  onSurfaceChanged | format, width, height
  onTimeShiftGetCurrentPosition | 
  onTimeShiftGetStartPosition | 
  onTimeShiftPause | 
  onTimeShiftPlay | recordedProgramUri
  onTimeShiftResume | 
  onTimeShiftSeekTo | timeMs
  onTimeShiftSetPlaybackParams | params
  onTouchEvent | event
  onTrackballEvent | event
  onTune | channelUri, params
  onTune | channelUri
  onUnblockContent | unblockedRating
  setOverlayViewEnabled | enable
android.media.tv.TvRecordingClient
 Methods: 6
  release | 
  sendAppPrivateCommand | action, data
  startRecording | programUri
  stopRecording | 
  tune | inputId, channelUri, params
  tune | inputId, channelUri
android.media.tv.TvRecordingClient$RecordingCallback
 Methods: 5
  onConnectionFailed | inputId
  onDisconnected | inputId
  onError | error
  onRecordingStopped | recordedProgramUri
  onTuned | channelUri
android.media.tv.TvTrackInfo
 Methods: 16
  describeContents | 
  equals | o
  getAudioChannelCount | 
  getAudioSampleRate | 
  getDescription | 
  getExtra | 
  getId | 
  getLanguage | 
  getType | 
  getVideoActiveFormatDescription | 
  getVideoFrameRate | 
  getVideoHeight | 
  getVideoPixelAspectRatio | 
  getVideoWidth | 
  hashCode | 
  writeToParcel | dest, flags
android.media.tv.TvTrackInfo$Builder
 Methods: 11
  build | 
  setAudioChannelCount | audioChannelCount
  setAudioSampleRate | audioSampleRate
  setDescription | description
  setExtra | extra
  setLanguage | language
  setVideoActiveFormatDescription | videoActiveFormatDescription
  setVideoFrameRate | videoFrameRate
  setVideoHeight | videoHeight
  setVideoPixelAspectRatio | videoPixelAspectRatio
  setVideoWidth | videoWidth
android.media.tv.TvView
 Methods: 28
  dispatchGenericMotionEvent | event
  dispatchKeyEvent | event
  dispatchTouchEvent | event
  dispatchTrackballEvent | event
  dispatchUnhandledInputEvent | event
  dispatchWindowFocusChanged | hasFocus
  draw | canvas
  gatherTransparentRegion | region
  getSelectedTrack | type
  getTracks | type
  onUnhandledInputEvent | event
  reset | 
  selectTrack | type, trackId
  sendAppPrivateCommand | action, data
  setCallback | callback
  setCaptionEnabled | enabled
  setOnUnhandledInputEventListener | listener
  setStreamVolume | volume
  setTimeShiftPositionCallback | callback
  setZOrderMediaOverlay | isMediaOverlay
  setZOrderOnTop | onTop
  timeShiftPause | 
  timeShiftPlay | inputId, recordedProgramUri
  timeShiftResume | 
  timeShiftSeekTo | timeMs
  timeShiftSetPlaybackParams | params
  tune | inputId, channelUri, params
  tune | inputId, channelUri
android.media.tv.TvView$TimeShiftPositionCallback
 Methods: 2
  onTimeShiftCurrentPositionChanged | inputId, timeMs
  onTimeShiftStartPositionChanged | inputId, timeMs
android.media.tv.TvView$TvInputCallback
 Methods: 11
  onChannelRetuned | inputId, channelUri
  onConnectionFailed | inputId
  onContentAllowed | inputId
  onContentBlocked | inputId, rating
  onDisconnected | inputId
  onTimeShiftStatusChanged | inputId, status
  onTrackSelected | inputId, type, trackId
  onTracksChanged | inputId, tracks
  onVideoAvailable | inputId
  onVideoSizeChanged | inputId, width, height
  onVideoUnavailable | inputId, reason
android.mtp.MtpConstants
 Methods: 1
  isAbstractObject | format
android.mtp.MtpDevice
 Methods: 22
  close | 
  deleteObject | objectHandle
  getDeviceId | 
  getDeviceInfo | 
  getDeviceName | 
  getObject | objectHandle, objectSize
  getObjectHandles | storageId, format, objectHandle
  getObjectInfo | objectHandle
  getParent | objectHandle
  getPartialObject | objectHandle, offset, size, buffer
  getPartialObject64 | objectHandle, offset, size, buffer
  getStorageId | objectHandle
  getStorageIds | 
  getStorageInfo | storageId
  getThumbnail | objectHandle
  importFile | objectHandle, destPath
  importFile | objectHandle, descriptor
  open | connection
  readEvent | signal
  sendObject | objectHandle, size, descriptor
  sendObjectInfo | info
  toString | 
android.mtp.MtpDeviceInfo
 Methods: 8
  getEventsSupported | 
  getManufacturer | 
  getModel | 
  getOperationsSupported | 
  getSerialNumber | 
  getVersion | 
  isEventSupported | code
  isOperationSupported | code
android.mtp.MtpEvent
 Methods: 10
  getDevicePropCode | 
  getEventCode | 
  getObjectFormatCode | 
  getObjectHandle | 
  getObjectPropCode | 
  getParameter1 | 
  getParameter2 | 
  getParameter3 | 
  getStorageId | 
  getTransactionId | 
android.mtp.MtpObjectInfo
 Methods: 28
  getAssociationDesc | 
  getAssociationType | 
  getCompressedSize | 
  getCompressedSizeLong | 
  getDateCreated | 
  getDateModified | 
  getFormat | 
  getImagePixDepth | 
  getImagePixDepthLong | 
  getImagePixHeight | 
  getImagePixHeightLong | 
  getImagePixWidth | 
  getImagePixWidthLong | 
  getKeywords | 
  getName | 
  getObjectHandle | 
  getParent | 
  getProtectionStatus | 
  getSequenceNumber | 
  getSequenceNumberLong | 
  getStorageId | 
  getThumbCompressedSize | 
  getThumbCompressedSizeLong | 
  getThumbFormat | 
  getThumbPixHeight | 
  getThumbPixHeightLong | 
  getThumbPixWidth | 
  getThumbPixWidthLong | 
android.mtp.MtpObjectInfo$Builder
 Methods: 21
  build | 
  setAssociationDesc | value
  setAssociationType | value
  setCompressedSize | value
  setDateCreated | value
  setDateModified | value
  setFormat | value
  setImagePixDepth | value
  setImagePixHeight | value
  setImagePixWidth | value
  setKeywords | value
  setName | value
  setObjectHandle | value
  setParent | value
  setProtectionStatus | value
  setSequenceNumber | value
  setStorageId | value
  setThumbCompressedSize | value
  setThumbFormat | value
  setThumbPixHeight | value
  setThumbPixWidth | value
android.mtp.MtpStorageInfo
 Methods: 5
  getDescription | 
  getFreeSpace | 
  getMaxCapacity | 
  getStorageId | 
  getVolumeIdentifier | 
android.net.ConnectivityManager$OnNetworkActiveListener
 Methods: 1
  onNetworkActive | 
android.net.DnsResolver$Callback
 Methods: 2
  onAnswer | answer, rcode
  onError | error
android.net.TransportInfo
 Methods: 0
android.net.UrlQuerySanitizer$ValueSanitizer
 Methods: 1
  sanitize | value
android.net.CaptivePortal
 Methods: 4
  describeContents | 
  ignoreNetwork | 
  reportCaptivePortalDismissed | 
  writeToParcel | out, flags
android.net.ConnectivityManager
 Methods: 42
  addDefaultNetworkActiveListener | l
  bindProcessToNetwork | network
  createSocketKeepalive | network, socket, source, destination, executor, callback
  getActiveNetwork | 
  getActiveNetworkInfo | 
  getAllNetworkInfo | 
  getAllNetworks | 
  getBackgroundDataSetting | 
  getBoundNetworkForProcess | 
  getConnectionOwnerUid | protocol, local, remote
  getDefaultProxy | 
  getLinkProperties | network
  getMultipathPreference | network
  getNetworkCapabilities | network
  getNetworkInfo | networkType
  getNetworkInfo | network
  getNetworkPreference | 
  getNetworkWatchlistConfigHash | 
  getProcessDefaultNetwork | 
  getRestrictBackgroundStatus | 
  isActiveNetworkMetered | 
  isDefaultNetworkActive | 
  isNetworkTypeValid | networkType
  registerDefaultNetworkCallback | networkCallback
  registerDefaultNetworkCallback | networkCallback, handler
  registerNetworkCallback | request, networkCallback
  registerNetworkCallback | request, operation
  registerNetworkCallback | request, networkCallback, handler
  releaseNetworkRequest | operation
  removeDefaultNetworkActiveListener | l
  reportBadNetwork | network
  reportNetworkConnectivity | network, hasConnectivity
  requestBandwidthUpdate | network
  requestNetwork | request, networkCallback
  requestNetwork | request, networkCallback, timeoutMs
  requestNetwork | request, networkCallback, handler
  requestNetwork | request, operation
  requestNetwork | request, networkCallback, handler, timeoutMs
  setNetworkPreference | preference
  setProcessDefaultNetwork | network
  unregisterNetworkCallback | networkCallback
  unregisterNetworkCallback | operation
android.net.ConnectivityManager$NetworkCallback
 Methods: 7
  onAvailable | network
  onBlockedStatusChanged | network, blocked
  onCapabilitiesChanged | network, networkCapabilities
  onLinkPropertiesChanged | network, linkProperties
  onLosing | network, maxMsToLive
  onLost | network
  onUnavailable | 
android.net.Credentials
 Methods: 3
  getGid | 
  getPid | 
  getUid | 
android.net.DhcpInfo
 Methods: 1
  toString | 
android.net.DnsResolver
 Methods: 5
  getInstance | 
  query | network, domain, flags, executor, cancellationSignal, callback
  query | network, domain, nsType, flags, executor, cancellationSignal, callback
  rawQuery | network, query, flags, executor, cancellationSignal, callback
  rawQuery | network, domain, nsClass, nsType, flags, executor, cancellationSignal, callback
android.net.InetAddresses
 Methods: 2
  isNumericAddress | address
  parseNumericAddress | address
android.net.IpPrefix
 Methods: 9
  contains | address
  describeContents | 
  equals | obj
  getAddress | 
  getPrefixLength | 
  getRawAddress | 
  hashCode | 
  toString | 
  writeToParcel | dest, flags
android.net.IpSecAlgorithm
 Methods: 6
  describeContents | 
  getKey | 
  getName | 
  getTruncationLengthBits | 
  toString | 
  writeToParcel | out, flags
android.net.IpSecManager
 Methods: 10
  allocateSecurityParameterIndex | destinationAddress
  allocateSecurityParameterIndex | destinationAddress, requestedSpi
  applyTransportModeTransform | socket, direction, transform
  applyTransportModeTransform | socket, direction, transform
  applyTransportModeTransform | socket, direction, transform
  openUdpEncapsulationSocket | port
  openUdpEncapsulationSocket | 
  removeTransportModeTransforms | socket
  removeTransportModeTransforms | socket
  removeTransportModeTransforms | socket
android.net.IpSecManager$SecurityParameterIndex
 Methods: 3
  close | 
  getSpi | 
  toString | 
android.net.IpSecManager$UdpEncapsulationSocket
 Methods: 4
  close | 
  getFileDescriptor | 
  getPort | 
  toString | 
android.net.IpSecTransform
 Methods: 2
  close | 
  toString | 
android.net.IpSecTransform$Builder
 Methods: 5
  buildTransportModeTransform | sourceAddress, spi
  setAuthenticatedEncryption | algo
  setAuthentication | algo
  setEncryption | algo
  setIpv4Encapsulation | localSocket, remotePort
android.net.LinkAddress
 Methods: 9
  describeContents | 
  equals | obj
  getAddress | 
  getFlags | 
  getPrefixLength | 
  getScope | 
  hashCode | 
  toString | 
  writeToParcel | dest, flags
android.net.LinkProperties
 Methods: 22
  addRoute | route
  clear | 
  describeContents | 
  equals | obj
  getDnsServers | 
  getDomains | 
  getHttpProxy | 
  getInterfaceName | 
  getLinkAddresses | 
  getMtu | 
  getPrivateDnsServerName | 
  getRoutes | 
  hashCode | 
  isPrivateDnsActive | 
  setDnsServers | dnsServers
  setDomains | domains
  setHttpProxy | proxy
  setInterfaceName | iface
  setLinkAddresses | addresses
  setMtu | mtu
  toString | 
  writeToParcel | dest, flags
android.net.LocalServerSocket
 Methods: 4
  accept | 
  close | 
  getFileDescriptor | 
  getLocalSocketAddress | 
android.net.LocalSocket
 Methods: 26
  bind | bindpoint
  close | 
  connect | endpoint, timeout
  connect | endpoint
  getAncillaryFileDescriptors | 
  getFileDescriptor | 
  getInputStream | 
  getLocalSocketAddress | 
  getOutputStream | 
  getPeerCredentials | 
  getReceiveBufferSize | 
  getRemoteSocketAddress | 
  getSendBufferSize | 
  getSoTimeout | 
  isBound | 
  isClosed | 
  isConnected | 
  isInputShutdown | 
  isOutputShutdown | 
  setFileDescriptorsForSend | fds
  setReceiveBufferSize | size
  setSendBufferSize | n
  setSoTimeout | n
  shutdownInput | 
  shutdownOutput | 
  toString | 
android.net.LocalSocketAddress
 Methods: 2
  getName | 
  getNamespace | 
android.net.MacAddress
 Methods: 11
  describeContents | 
  equals | o
  fromBytes | addr
  fromString | addr
  getAddressType | 
  hashCode | 
  isLocallyAssigned | 
  toByteArray | 
  toOuiString | 
  toString | 
  writeToParcel | out, flags
android.net.MailTo
 Methods: 8
  getBody | 
  getCc | 
  getHeaders | 
  getSubject | 
  getTo | 
  isMailTo | url
  parse | url
  toString | 
android.net.Network
 Methods: 15
  bindSocket | socket
  bindSocket | socket
  bindSocket | fd
  describeContents | 
  equals | obj
  fromNetworkHandle | networkHandle
  getAllByName | host
  getByName | host
  getNetworkHandle | 
  getSocketFactory | 
  hashCode | 
  openConnection | url
  openConnection | url, proxy
  toString | 
  writeToParcel | dest, flags
android.net.NetworkCapabilities
 Methods: 11
  describeContents | 
  equals | obj
  getLinkDownstreamBandwidthKbps | 
  getLinkUpstreamBandwidthKbps | 
  getSignalStrength | 
  getTransportInfo | 
  hasCapability | capability
  hasTransport | transportType
  hashCode | 
  toString | 
  writeToParcel | dest, flags
android.net.NetworkInfo
 Methods: 16
  describeContents | 
  getDetailedState | 
  getExtraInfo | 
  getReason | 
  getState | 
  getSubtype | 
  getSubtypeName | 
  getType | 
  getTypeName | 
  isAvailable | 
  isConnected | 
  isConnectedOrConnecting | 
  isFailover | 
  isRoaming | 
  toString | 
  writeToParcel | dest, flags
android.net.NetworkRequest
 Methods: 7
  describeContents | 
  equals | obj
  hasCapability | capability
  hasTransport | transportType
  hashCode | 
  toString | 
  writeToParcel | dest, flags
android.net.NetworkRequest$Builder
 Methods: 7
  addCapability | capability
  addTransportType | transportType
  build | 
  removeCapability | capability
  removeTransportType | transportType
  setNetworkSpecifier | networkSpecifier
  setNetworkSpecifier | networkSpecifier
android.net.NetworkSpecifier
 Methods: 0
android.net.Proxy
 Methods: 4
  getDefaultHost | 
  getDefaultPort | 
  getHost | ctx
  getPort | ctx
android.net.ProxyInfo
 Methods: 10
  buildDirectProxy | host, port, exclList
  buildDirectProxy | host, port
  buildPacProxy | pacUri
  equals | o
  getExclusionList | 
  getHost | 
  getPacFileUrl | 
  getPort | 
  hashCode | 
  toString | 
android.net.RouteInfo
 Methods: 11
  describeContents | 
  equals | obj
  getDestination | 
  getGateway | 
  getInterface | 
  hasGateway | 
  hashCode | 
  isDefaultRoute | 
  matches | destination
  toString | 
  writeToParcel | dest, flags
android.net.SocketKeepalive
 Methods: 3
  close | 
  start | intervalSec
  stop | 
android.net.SocketKeepalive$Callback
 Methods: 4
  onDataReceived | 
  onError | error
  onStarted | 
  onStopped | 
android.net.SSLCertificateSocketFactory
 Methods: 17
  createSocket | host, port
  createSocket | k, host, port, close
  createSocket | 
  createSocket | addr, port, localAddr, localPort
  createSocket | addr, port
  createSocket | host, port, localAddr, localPort
  getDefault | handshakeTimeoutMillis
  getDefault | handshakeTimeoutMillis, cache
  getDefaultCipherSuites | 
  getInsecure | handshakeTimeoutMillis, cache
  getNpnSelectedProtocol | socket
  getSupportedCipherSuites | 
  setHostname | socket, hostName
  setKeyManagers | keyManagers
  setNpnProtocols | npnProtocols
  setTrustManagers | trustManager
  setUseSessionTickets | socket, useSessionTickets
android.net.SSLSessionCache
 Methods: 0
android.net.TrafficStats
 Methods: 35
  clearThreadStatsTag | 
  clearThreadStatsUid | 
  getAndSetThreadStatsTag | tag
  getMobileRxBytes | 
  getMobileRxPackets | 
  getMobileTxBytes | 
  getMobileTxPackets | 
  getThreadStatsTag | 
  getThreadStatsUid | 
  getTotalRxBytes | 
  getTotalRxPackets | 
  getTotalTxBytes | 
  getTotalTxPackets | 
  getUidRxBytes | uid
  getUidRxPackets | uid
  getUidTcpRxBytes | uid
  getUidTcpRxSegments | uid
  getUidTcpTxBytes | uid
  getUidTcpTxSegments | uid
  getUidTxBytes | uid
  getUidTxPackets | uid
  getUidUdpRxBytes | uid
  getUidUdpRxPackets | uid
  getUidUdpTxBytes | uid
  getUidUdpTxPackets | uid
  incrementOperationCount | operationCount
  incrementOperationCount | tag, operationCount
  setThreadStatsTag | tag
  setThreadStatsUid | uid
  tagDatagramSocket | socket
  tagFileDescriptor | fd
  tagSocket | socket
  untagDatagramSocket | socket
  untagFileDescriptor | fd
  untagSocket | socket
android.net.Uri
 Methods: 39
  buildUpon | 
  compareTo | other
  decode | s
  encode | s, allow
  encode | s
  equals | o
  fromFile | file
  fromParts | scheme, ssp, fragment
  getAuthority | 
  getBooleanQueryParameter | key, defaultValue
  getEncodedAuthority | 
  getEncodedFragment | 
  getEncodedPath | 
  getEncodedQuery | 
  getEncodedSchemeSpecificPart | 
  getEncodedUserInfo | 
  getFragment | 
  getHost | 
  getLastPathSegment | 
  getPath | 
  getPathSegments | 
  getPort | 
  getQuery | 
  getQueryParameter | key
  getQueryParameterNames | 
  getQueryParameters | key
  getScheme | 
  getSchemeSpecificPart | 
  getUserInfo | 
  hashCode | 
  isAbsolute | 
  isHierarchical | 
  isOpaque | 
  isRelative | 
  normalizeScheme | 
  parse | uriString
  toString | 
  withAppendedPath | baseUri, pathSegment
  writeToParcel | out, uri
android.net.Uri$Builder
 Methods: 17
  appendEncodedPath | newSegment
  appendPath | newSegment
  appendQueryParameter | key, value
  authority | authority
  build | 
  clearQuery | 
  encodedAuthority | authority
  encodedFragment | fragment
  encodedOpaquePart | opaquePart
  encodedPath | path
  encodedQuery | query
  fragment | fragment
  opaquePart | opaquePart
  path | path
  query | query
  scheme | scheme
  toString | 
android.net.UrlQuerySanitizer
 Methods: 26
  getAllButNulAndAngleBracketsLegal | 
  getAllButNulLegal | 
  getAllButWhitespaceLegal | 
  getAllIllegal | 
  getAllowUnregisteredParamaters | 
  getAmpAndSpaceLegal | 
  getAmpLegal | 
  getEffectiveValueSanitizer | parameter
  getParameterList | 
  getParameterSet | 
  getPreferFirstRepeatedParameter | 
  getSpaceLegal | 
  getUnregisteredParameterValueSanitizer | 
  getUrlAndSpaceLegal | 
  getUrlLegal | 
  getValue | parameter
  getValueSanitizer | parameter
  hasParameter | parameter
  parseQuery | query
  parseUrl | url
  registerParameter | parameter, valueSanitizer
  registerParameters | parameters, valueSanitizer
  setAllowUnregisteredParamaters | allowUnregisteredParamaters
  setPreferFirstRepeatedParameter | preferFirstRepeatedParameter
  setUnregisteredParameterValueSanitizer | sanitizer
  unescape | string
android.net.UrlQuerySanitizer$IllegalCharacterValueSanitizer
 Methods: 1
  sanitize | value
android.net.UrlQuerySanitizer$ParameterValuePair
 Methods: 0
android.net.VpnService
 Methods: 9
  isAlwaysOn | 
  isLockdownEnabled | 
  onBind | intent
  onRevoke | 
  prepare | context
  protect | socket
  protect | socket
  protect | socket
  setUnderlyingNetworks | networks
android.net.VpnService$Builder
 Methods: 19
  addAddress | address, prefixLength
  addAddress | address, prefixLength
  addAllowedApplication | packageName
  addDisallowedApplication | packageName
  addDnsServer | address
  addDnsServer | address
  addRoute | address, prefixLength
  addRoute | address, prefixLength
  addSearchDomain | domain
  allowBypass | 
  allowFamily | family
  establish | 
  setBlocking | blocking
  setConfigureIntent | intent
  setHttpProxy | proxyInfo
  setMetered | isMetered
  setMtu | mtu
  setSession | session
  setUnderlyingNetworks | networks
android.net.LocalSocketAddress$Namespace
 Methods: 2
  valueOf | name
  values | 
android.net.NetworkInfo$DetailedState
 Methods: 2
  valueOf | name
  values | 
android.net.NetworkInfo$State
 Methods: 2
  valueOf | name
  values | 
android.net.DnsResolver$DnsException
 Methods: 0
android.net.IpSecManager$ResourceUnavailableException
 Methods: 0
android.net.IpSecManager$SpiUnavailableException
 Methods: 1
  getSpi | 
android.net.ParseException
 Methods: 0
android.net.http.HttpResponseCache
 Methods: 12
  close | 
  delete | 
  flush | 
  get | uri, requestMethod, , requestHeaders
  getHitCount | 
  getInstalled | 
  getNetworkCount | 
  getRequestCount | 
  install | directory, maxSize
  maxSize | 
  put | uri, urlConnection
  size | 
android.net.http.SslCertificate
 Methods: 10
  getIssuedBy | 
  getIssuedTo | 
  getValidNotAfter | 
  getValidNotAfterDate | 
  getValidNotBefore | 
  getValidNotBeforeDate | 
  getX509Certificate | 
  restoreState | bundle
  saveState | certificate
  toString | 
android.net.http.SslCertificate$DName
 Methods: 4
  getCName | 
  getDName | 
  getOName | 
  getUName | 
android.net.http.SslError
 Methods: 6
  addError | error
  getCertificate | 
  getPrimaryError | 
  getUrl | 
  hasError | error
  toString | 
android.net.http.X509TrustManagerExtensions
 Methods: 3
  checkServerTrusted | chain, authType, host
  isSameTrustConfiguration | hostname1, hostname2
  isUserAddedCertificate | cert
android.net.nsd.NsdManager$DiscoveryListener
 Methods: 6
  onDiscoveryStarted | serviceType
  onDiscoveryStopped | serviceType
  onServiceFound | serviceInfo
  onServiceLost | serviceInfo
  onStartDiscoveryFailed | serviceType, errorCode
  onStopDiscoveryFailed | serviceType, errorCode
android.net.nsd.NsdManager$RegistrationListener
 Methods: 4
  onRegistrationFailed | serviceInfo, errorCode
  onServiceRegistered | serviceInfo
  onServiceUnregistered | serviceInfo
  onUnregistrationFailed | serviceInfo, errorCode
android.net.nsd.NsdManager$ResolveListener
 Methods: 2
  onResolveFailed | serviceInfo, errorCode
  onServiceResolved | serviceInfo
android.net.nsd.NsdManager
 Methods: 5
  discoverServices | serviceType, protocolType, listener
  registerService | serviceInfo, protocolType, listener
  resolveService | serviceInfo, listener
  stopServiceDiscovery | listener
  unregisterService | listener
android.net.nsd.NsdServiceInfo
 Methods: 14
  describeContents | 
  getAttributes | 
  getHost | 
  getPort | 
  getServiceName | 
  getServiceType | 
  removeAttribute | key
  setAttribute | key, value
  setHost | s
  setPort | p
  setServiceName | s
  setServiceType | s
  toString | 
  writeToParcel | dest, flags
android.net.rtp.AudioCodec
 Methods: 2
  getCodec | type, rtpmap, fmtp
  getCodecs | 
android.net.rtp.AudioGroup
 Methods: 5
  clear | 
  getMode | 
  getStreams | 
  sendDtmf | event
  setMode | mode
android.net.rtp.AudioStream
 Methods: 7
  getCodec | 
  getDtmfType | 
  getGroup | 
  isBusy | 
  join | group
  setCodec | codec
  setDtmfType | type
android.net.rtp.RtpStream
 Methods: 9
  associate | address, port
  getLocalAddress | 
  getLocalPort | 
  getMode | 
  getRemoteAddress | 
  getRemotePort | 
  isBusy | 
  release | 
  setMode | mode
android.net.sip.SipRegistrationListener
 Methods: 3
  onRegistering | localProfileUri
  onRegistrationDone | localProfileUri, expiryTime
  onRegistrationFailed | localProfileUri, errorCode, errorMessage
android.net.sip.SipAudioCall
 Methods: 20
  answerCall | timeout
  attachCall | session, sessionDescription
  close | 
  continueCall | timeout
  endCall | 
  getLocalProfile | 
  getPeerProfile | 
  getState | 
  holdCall | timeout
  isInCall | 
  isMuted | 
  isOnHold | 
  makeCall | peerProfile, sipSession, timeout
  sendDtmf | code
  sendDtmf | code, result
  setListener | listener, callbackImmediately
  setListener | listener
  setSpeakerMode | speakerMode
  startAudio | 
  toggleMute | 
android.net.sip.SipAudioCall$Listener
 Methods: 10
  onCallBusy | call
  onCallEnded | call
  onCallEstablished | call
  onCallHeld | call
  onCalling | call
  onChanged | call
  onError | call, errorCode, errorMessage
  onReadyToCall | call
  onRinging | call, caller
  onRingingBack | call
android.net.sip.SipErrorCode
 Methods: 1
  toString | errorCode
android.net.sip.SipManager
 Methods: 20
  close | localProfileUri
  createSipSession | localProfile, listener
  getCallId | incomingCallIntent
  getOfferSessionDescription | incomingCallIntent
  getSessionFor | incomingCallIntent
  isApiSupported | context
  isIncomingCallIntent | intent
  isOpened | localProfileUri
  isRegistered | localProfileUri
  isSipWifiOnly | context
  isVoipSupported | context
  makeAudioCall | localProfileUri, peerProfileUri, listener, timeout
  makeAudioCall | localProfile, peerProfile, listener, timeout
  newInstance | context
  open | localProfile, incomingCallPendingIntent, listener
  open | localProfile
  register | localProfile, expiryTime, listener
  setRegistrationListener | localProfileUri, listener
  takeAudioCall | incomingCallIntent, listener
  unregister | localProfile, listener
android.net.sip.SipProfile
 Methods: 14
  describeContents | 
  getAuthUserName | 
  getAutoRegistration | 
  getDisplayName | 
  getPassword | 
  getPort | 
  getProfileName | 
  getProtocol | 
  getProxyAddress | 
  getSendKeepAlive | 
  getSipDomain | 
  getUriString | 
  getUserName | 
  writeToParcel | out, flags
android.net.sip.SipProfile$Builder
 Methods: 10
  build | 
  setAuthUserName | name
  setAutoRegistration | flag
  setDisplayName | displayName
  setOutboundProxy | outboundProxy
  setPassword | password
  setPort | port
  setProfileName | name
  setProtocol | protocol
  setSendKeepAlive | flag
android.net.sip.SipSession
 Methods: 13
  answerCall | sessionDescription, timeout
  changeCall | sessionDescription, timeout
  endCall | 
  getCallId | 
  getLocalIp | 
  getLocalProfile | 
  getPeerProfile | 
  getState | 
  isInCall | 
  makeCall | callee, sessionDescription, timeout
  register | duration
  setListener | listener
  unregister | 
android.net.sip.SipSession$Listener
 Methods: 12
  onCallBusy | session
  onCallChangeFailed | session, errorCode, errorMessage
  onCallEnded | session
  onCallEstablished | session, sessionDescription
  onCalling | session
  onError | session, errorCode, errorMessage
  onRegistering | session
  onRegistrationDone | session, duration
  onRegistrationFailed | session, errorCode, errorMessage
  onRegistrationTimeout | session
  onRinging | session, caller, sessionDescription
  onRingingBack | session
android.net.sip.SipSession$State
 Methods: 1
  toString | state
android.net.sip.SipException
 Methods: 0
android.net.ssl.SSLEngines
 Methods: 2
  isSupportedEngine | engine
  setUseSessionTickets | engine, useSessionTickets
android.net.ssl.SSLSockets
 Methods: 2
  isSupportedSocket | socket
  setUseSessionTickets | socket, useSessionTickets
android.net.wifi.ScanResult
 Methods: 3
  is80211mcResponder | 
  isPasspointNetwork | 
  toString | 
android.net.wifi.WifiConfiguration
 Methods: 5
  getHttpProxy | 
  getRandomizedMacAddress | 
  isPasspoint | 
  setHttpProxy | httpProxy
  toString | 
android.net.wifi.WifiConfiguration$AuthAlgorithm
 Methods: 0
android.net.wifi.WifiConfiguration$GroupCipher
 Methods: 0
android.net.wifi.WifiConfiguration$GroupMgmtCipher
 Methods: 0
android.net.wifi.WifiConfiguration$KeyMgmt
 Methods: 0
android.net.wifi.WifiConfiguration$PairwiseCipher
 Methods: 0
android.net.wifi.WifiConfiguration$Protocol
 Methods: 0
android.net.wifi.WifiConfiguration$Status
 Methods: 0
android.net.wifi.WifiEnterpriseConfig
 Methods: 31
  describeContents | 
  getAltSubjectMatch | 
  getAnonymousIdentity | 
  getCaCertificate | 
  getCaCertificates | 
  getClientCertificate | 
  getClientCertificateChain | 
  getDomainSuffixMatch | 
  getEapMethod | 
  getIdentity | 
  getPassword | 
  getPhase2Method | 
  getPlmn | 
  getRealm | 
  getSubjectMatch | 
  setAltSubjectMatch | altSubjectMatch
  setAnonymousIdentity | anonymousIdentity
  setCaCertificate | cert
  setCaCertificates | certs
  setClientKeyEntry | privateKey, clientCertificate
  setClientKeyEntryWithCertificateChain | privateKey, clientCertificateChain
  setDomainSuffixMatch | domain
  setEapMethod | eapMethod
  setIdentity | identity
  setPassword | password
  setPhase2Method | phase2Method
  setPlmn | plmn
  setRealm | realm
  setSubjectMatch | subjectMatch
  toString | 
  writeToParcel | dest, flags
android.net.wifi.WifiEnterpriseConfig$Eap
 Methods: 0
android.net.wifi.WifiEnterpriseConfig$Phase2
 Methods: 0
android.net.wifi.WifiInfo
 Methods: 16
  getBSSID | 
  getDetailedStateOf | suppState
  getFrequency | 
  getHiddenSSID | 
  getIpAddress | 
  getLinkSpeed | 
  getMacAddress | 
  getNetworkId | 
  getPasspointFqdn | 
  getPasspointProviderFriendlyName | 
  getRssi | 
  getRxLinkSpeedMbps | 
  getSSID | 
  getSupplicantState | 
  getTxLinkSpeedMbps | 
  toString | 
android.net.wifi.WifiManager
 Methods: 45
  addNetwork | config
  addNetworkSuggestions | networkSuggestions
  addOrUpdatePasspointConfiguration | config
  calculateSignalLevel | rssi, numLevels
  cancelWps | listener
  compareSignalLevel | rssiA, rssiB
  createMulticastLock | tag
  createWifiLock | tag
  createWifiLock | lockType, tag
  disableNetwork | netId
  disconnect | 
  enableNetwork | netId, attemptConnect
  getConfiguredNetworks | 
  getConnectionInfo | 
  getDhcpInfo | 
  getMaxNumberOfNetworkSuggestionsPerApp | 
  getPasspointConfigurations | 
  getScanResults | 
  getWifiState | 
  is5GHzBandSupported | 
  isDeviceToApRttSupported | 
  isEasyConnectSupported | 
  isEnhancedOpenSupported | 
  isEnhancedPowerReportingSupported | 
  isP2pSupported | 
  isPreferredNetworkOffloadSupported | 
  isScanAlwaysAvailable | 
  isTdlsSupported | 
  isWifiEnabled | 
  isWpa3SaeSupported | 
  isWpa3SuiteBSupported | 
  pingSupplicant | 
  reassociate | 
  reconnect | 
  removeNetwork | netId
  removeNetworkSuggestions | networkSuggestions
  removePasspointConfiguration | fqdn
  saveConfiguration | 
  setTdlsEnabled | remoteIPAddress, enable
  setTdlsEnabledWithMacAddress | remoteMacAddress, enable
  setWifiEnabled | enabled
  startLocalOnlyHotspot | callback, handler
  startScan | 
  startWps | config, listener
  updateNetwork | config
android.net.wifi.WifiManager$LocalOnlyHotspotCallback
 Methods: 3
  onFailed | reason
  onStarted | reservation
  onStopped | 
android.net.wifi.WifiManager$LocalOnlyHotspotReservation
 Methods: 2
  close | 
  getWifiConfiguration | 
android.net.wifi.WifiManager$MulticastLock
 Methods: 5
  acquire | 
  isHeld | 
  release | 
  setReferenceCounted | refCounted
  toString | 
android.net.wifi.WifiManager$WifiLock
 Methods: 6
  acquire | 
  isHeld | 
  release | 
  setReferenceCounted | refCounted
  setWorkSource | ws
  toString | 
android.net.wifi.WifiManager$WpsCallback
 Methods: 3
  onFailed | reason
  onStarted | pin
  onSucceeded | 
android.net.wifi.WifiNetworkSpecifier
 Methods: 5
  describeContents | 
  equals | obj
  hashCode | 
  toString | 
  writeToParcel | dest, flags
android.net.wifi.WifiNetworkSpecifier$Builder
 Methods: 11
  build | 
  setBssid | bssid
  setBssidPattern | baseAddress, mask
  setIsEnhancedOpen | isEnhancedOpen
  setIsHiddenSsid | isHiddenSsid
  setSsid | ssid
  setSsidPattern | ssidPattern
  setWpa2EnterpriseConfig | enterpriseConfig
  setWpa2Passphrase | passphrase
  setWpa3EnterpriseConfig | enterpriseConfig
  setWpa3Passphrase | passphrase
android.net.wifi.WifiNetworkSuggestion
 Methods: 5
  describeContents | 
  equals | obj
  hashCode | 
  toString | 
  writeToParcel | dest, flags
android.net.wifi.WifiNetworkSuggestion$Builder
 Methods: 13
  build | 
  setBssid | bssid
  setIsAppInteractionRequired | isAppInteractionRequired
  setIsEnhancedOpen | isEnhancedOpen
  setIsHiddenSsid | isHiddenSsid
  setIsMetered | isMetered
  setIsUserInteractionRequired | isUserInteractionRequired
  setPriority | priority
  setSsid | ssid
  setWpa2EnterpriseConfig | enterpriseConfig
  setWpa2Passphrase | passphrase
  setWpa3EnterpriseConfig | enterpriseConfig
  setWpa3Passphrase | passphrase
android.net.wifi.WpsInfo
 Methods: 3
  describeContents | 
  toString | 
  writeToParcel | dest, flags
android.net.wifi.SupplicantState
 Methods: 3
  isValidState | state
  valueOf | name
  values | 
android.net.wifi.aware.AttachCallback
 Methods: 2
  onAttachFailed | 
  onAttached | session
android.net.wifi.aware.Characteristics
 Methods: 5
  describeContents | 
  getMaxMatchFilterLength | 
  getMaxServiceNameLength | 
  getMaxServiceSpecificInfoLength | 
  writeToParcel | dest, flags
android.net.wifi.aware.DiscoverySession
 Methods: 4
  close | 
  createNetworkSpecifierOpen | peerHandle
  createNetworkSpecifierPassphrase | peerHandle, passphrase
  sendMessage | peerHandle, messageId, message
android.net.wifi.aware.DiscoverySessionCallback
 Methods: 10
  onMessageReceived | peerHandle, message
  onMessageSendFailed | messageId
  onMessageSendSucceeded | messageId
  onPublishStarted | session
  onServiceDiscovered | peerHandle, serviceSpecificInfo, matchFilter
  onServiceDiscoveredWithinRange | peerHandle, serviceSpecificInfo, matchFilter, distanceMm
  onSessionConfigFailed | 
  onSessionConfigUpdated | 
  onSessionTerminated | 
  onSubscribeStarted | session
android.net.wifi.aware.IdentityChangedListener
 Methods: 1
  onIdentityChanged | mac
android.net.wifi.aware.ParcelablePeerHandle
 Methods: 2
  describeContents | 
  writeToParcel | dest, flags
android.net.wifi.aware.PeerHandle
 Methods: 2
  equals | o
  hashCode | 
android.net.wifi.aware.PublishConfig
 Methods: 5
  describeContents | 
  equals | o
  hashCode | 
  toString | 
  writeToParcel | dest, flags
android.net.wifi.aware.PublishConfig$Builder
 Methods: 8
  build | 
  setMatchFilter | matchFilter
  setPublishType | publishType
  setRangingEnabled | enable
  setServiceName | serviceName
  setServiceSpecificInfo | serviceSpecificInfo
  setTerminateNotificationEnabled | enable
  setTtlSec | ttlSec
android.net.wifi.aware.PublishDiscoverySession
 Methods: 1
  updatePublish | publishConfig
android.net.wifi.aware.SubscribeConfig
 Methods: 5
  describeContents | 
  equals | o
  hashCode | 
  toString | 
  writeToParcel | dest, flags
android.net.wifi.aware.SubscribeConfig$Builder
 Methods: 9
  build | 
  setMatchFilter | matchFilter
  setMaxDistanceMm | maxDistanceMm
  setMinDistanceMm | minDistanceMm
  setServiceName | serviceName
  setServiceSpecificInfo | serviceSpecificInfo
  setSubscribeType | subscribeType
  setTerminateNotificationEnabled | enable
  setTtlSec | ttlSec
android.net.wifi.aware.SubscribeDiscoverySession
 Methods: 1
  updateSubscribe | subscribeConfig
android.net.wifi.aware.WifiAwareManager
 Methods: 4
  attach | attachCallback, handler
  attach | attachCallback, identityChangedListener, handler
  getCharacteristics | 
  isAvailable | 
android.net.wifi.aware.WifiAwareNetworkInfo
 Methods: 6
  describeContents | 
  getPeerIpv6Addr | 
  getPort | 
  getTransportProtocol | 
  toString | 
  writeToParcel | dest, flags
android.net.wifi.aware.WifiAwareNetworkSpecifier
 Methods: 2
  describeContents | 
  writeToParcel | dest, flags
android.net.wifi.aware.WifiAwareNetworkSpecifier$Builder
 Methods: 4
  build | 
  setPort | port
  setPskPassphrase | pskPassphrase
  setTransportProtocol | transportProtocol
android.net.wifi.aware.WifiAwareSession
 Methods: 5
  close | 
  createNetworkSpecifierOpen | role, peer
  createNetworkSpecifierPassphrase | role, peer, passphrase
  publish | publishConfig, callback, handler
  subscribe | subscribeConfig, callback, handler
android.net.wifi.hotspot2.ConfigParser
 Methods: 1
  parsePasspointConfig | mimeType, data
android.net.wifi.hotspot2.PasspointConfiguration
 Methods: 9
  describeContents | 
  equals | thatObject
  getCredential | 
  getHomeSp | 
  hashCode | 
  setCredential | credential
  setHomeSp | homeSp
  toString | 
  writeToParcel | dest, flags
android.net.wifi.hotspot2.omadm.PpsMoParser
 Methods: 1
  parseMoText | xmlString
android.net.wifi.hotspot2.pps.Credential
 Methods: 19
  describeContents | 
  equals | thatObject
  getCaCertificate | 
  getCertCredential | 
  getClientCertificateChain | 
  getClientPrivateKey | 
  getRealm | 
  getSimCredential | 
  getUserCredential | 
  hashCode | 
  setCaCertificate | caCertificate
  setCertCredential | certCredential
  setClientCertificateChain | certificateChain
  setClientPrivateKey | clientPrivateKey
  setRealm | realm
  setSimCredential | simCredential
  setUserCredential | userCredential
  toString | 
  writeToParcel | dest, flags
android.net.wifi.hotspot2.pps.Credential$CertificateCredential
 Methods: 9
  describeContents | 
  equals | thatObject
  getCertSha256Fingerprint | 
  getCertType | 
  hashCode | 
  setCertSha256Fingerprint | certSha256Fingerprint
  setCertType | certType
  toString | 
  writeToParcel | dest, flags
android.net.wifi.hotspot2.pps.Credential$SimCredential
 Methods: 9
  describeContents | 
  equals | thatObject
  getEapType | 
  getImsi | 
  hashCode | 
  setEapType | eapType
  setImsi | imsi
  toString | 
  writeToParcel | dest, flags
android.net.wifi.hotspot2.pps.Credential$UserCredential
 Methods: 13
  describeContents | 
  equals | thatObject
  getEapType | 
  getNonEapInnerMethod | 
  getPassword | 
  getUsername | 
  hashCode | 
  setEapType | eapType
  setNonEapInnerMethod | nonEapInnerMethod
  setPassword | password
  setUsername | username
  toString | 
  writeToParcel | dest, flags
android.net.wifi.hotspot2.pps.HomeSp
 Methods: 11
  describeContents | 
  equals | thatObject
  getFqdn | 
  getFriendlyName | 
  getRoamingConsortiumOis | 
  hashCode | 
  setFqdn | fqdn
  setFriendlyName | friendlyName
  setRoamingConsortiumOis | roamingConsortiumOis
  toString | 
  writeToParcel | dest, flags
android.net.wifi.p2p.WifiP2pManager$ActionListener
 Methods: 2
  onFailure | reason
  onSuccess | 
android.net.wifi.p2p.WifiP2pManager$ChannelListener
 Methods: 1
  onChannelDisconnected | 
android.net.wifi.p2p.WifiP2pManager$ConnectionInfoListener
 Methods: 1
  onConnectionInfoAvailable | info
android.net.wifi.p2p.WifiP2pManager$DeviceInfoListener
 Methods: 1
  onDeviceInfoAvailable | wifiP2pDevice
android.net.wifi.p2p.WifiP2pManager$DiscoveryStateListener
 Methods: 1
  onDiscoveryStateAvailable | state
android.net.wifi.p2p.WifiP2pManager$DnsSdServiceResponseListener
 Methods: 1
  onDnsSdServiceAvailable | instanceName, registrationType, srcDevice
android.net.wifi.p2p.WifiP2pManager$DnsSdTxtRecordListener
 Methods: 1
  onDnsSdTxtRecordAvailable | fullDomainName, , txtRecordMap, srcDevice
android.net.wifi.p2p.WifiP2pManager$GroupInfoListener
 Methods: 1
  onGroupInfoAvailable | group
android.net.wifi.p2p.WifiP2pManager$NetworkInfoListener
 Methods: 1
  onNetworkInfoAvailable | networkInfo
android.net.wifi.p2p.WifiP2pManager$P2pStateListener
 Methods: 1
  onP2pStateAvailable | state
android.net.wifi.p2p.WifiP2pManager$PeerListListener
 Methods: 1
  onPeersAvailable | peers
android.net.wifi.p2p.WifiP2pManager$ServiceResponseListener
 Methods: 1
  onServiceAvailable | protocolType, responseData, srcDevice
android.net.wifi.p2p.WifiP2pManager$UpnpServiceResponseListener
 Methods: 1
  onUpnpServiceAvailable | uniqueServiceNames, srcDevice
android.net.wifi.p2p.WifiP2pConfig
 Methods: 3
  describeContents | 
  toString | 
  writeToParcel | dest, flags
android.net.wifi.p2p.WifiP2pConfig$Builder
 Methods: 7
  build | 
  enablePersistentMode | persistent
  setDeviceAddress | deviceAddress
  setGroupOperatingBand | band
  setGroupOperatingFrequency | frequency
  setNetworkName | networkName
  setPassphrase | passphrase
android.net.wifi.p2p.WifiP2pDevice
 Methods: 10
  describeContents | 
  equals | obj
  hashCode | 
  isGroupOwner | 
  isServiceDiscoveryCapable | 
  toString | 
  wpsDisplaySupported | 
  wpsKeypadSupported | 
  wpsPbcSupported | 
  writeToParcel | dest, flags
android.net.wifi.p2p.WifiP2pDeviceList
 Methods: 5
  describeContents | 
  get | deviceAddress
  getDeviceList | 
  toString | 
  writeToParcel | dest, flags
android.net.wifi.p2p.WifiP2pGroup
 Methods: 10
  describeContents | 
  getClientList | 
  getFrequency | 
  getInterface | 
  getNetworkName | 
  getOwner | 
  getPassphrase | 
  isGroupOwner | 
  toString | 
  writeToParcel | dest, flags
android.net.wifi.p2p.WifiP2pInfo
 Methods: 3
  describeContents | 
  toString | 
  writeToParcel | dest, flags
android.net.wifi.p2p.WifiP2pManager
 Methods: 25
  addLocalService | c, servInfo, listener
  addServiceRequest | c, req, listener
  cancelConnect | c, listener
  clearLocalServices | c, listener
  clearServiceRequests | c, listener
  connect | c, config, listener
  createGroup | c, listener
  createGroup | c, config, listener
  discoverPeers | c, listener
  discoverServices | c, listener
  initialize | srcContext, srcLooper, listener
  removeGroup | c, listener
  removeLocalService | c, servInfo, listener
  removeServiceRequest | c, req, listener
  requestConnectionInfo | c, listener
  requestDeviceInfo | c, listener
  requestDiscoveryState | c, listener
  requestGroupInfo | c, listener
  requestNetworkInfo | c, listener
  requestP2pState | c, listener
  requestPeers | c, listener
  setDnsSdResponseListeners | c, servListener, txtListener
  setServiceResponseListener | c, listener
  setUpnpServiceResponseListener | c, listener
  stopPeerDiscovery | c, listener
android.net.wifi.p2p.WifiP2pManager$Channel
 Methods: 1
  close | 
android.net.wifi.p2p.nsd.WifiP2pDnsSdServiceInfo
 Methods: 1
  newInstance | instanceName, serviceType, , txtMap
android.net.wifi.p2p.nsd.WifiP2pDnsSdServiceRequest
 Methods: 3
  newInstance | 
  newInstance | serviceType
  newInstance | instanceName, serviceType
android.net.wifi.p2p.nsd.WifiP2pServiceInfo
 Methods: 2
  equals | o
  hashCode | 
android.net.wifi.p2p.nsd.WifiP2pServiceRequest
 Methods: 4
  equals | o
  hashCode | 
  newInstance | protocolType, queryData
  newInstance | protocolType
android.net.wifi.p2p.nsd.WifiP2pUpnpServiceInfo
 Methods: 1
  newInstance | uuid, device, services
android.net.wifi.p2p.nsd.WifiP2pUpnpServiceRequest
 Methods: 2
  newInstance | 
  newInstance | st
android.net.wifi.rtt.CivicLocationKeys
 Methods: 0
android.net.wifi.rtt.RangingRequest
 Methods: 5
  describeContents | 
  equals | o
  getMaxPeers | 
  hashCode | 
  writeToParcel | dest, flags
android.net.wifi.rtt.RangingRequest$Builder
 Methods: 5
  addAccessPoint | apInfo
  addAccessPoints | apInfos
  addWifiAwarePeer | peerMacAddress
  addWifiAwarePeer | peerHandle
  build | 
android.net.wifi.rtt.RangingResult
 Methods: 14
  describeContents | 
  equals | o
  getDistanceMm | 
  getDistanceStdDevMm | 
  getMacAddress | 
  getNumAttemptedMeasurements | 
  getNumSuccessfulMeasurements | 
  getPeerHandle | 
  getRangingTimestampMillis | 
  getRssi | 
  getStatus | 
  getUnverifiedResponderLocation | 
  hashCode | 
  writeToParcel | dest, flags
android.net.wifi.rtt.RangingResultCallback
 Methods: 2
  onRangingFailure | code
  onRangingResults | results
android.net.wifi.rtt.ResponderLocation
 Methods: 26
  describeContents | 
  equals | obj
  getAltitude | 
  getAltitudeType | 
  getAltitudeUncertainty | 
  getColocatedBssids | 
  getDatum | 
  getExpectedToMove | 
  getFloorNumber | 
  getHeightAboveFloorMeters | 
  getHeightAboveFloorUncertaintyMeters | 
  getLatitude | 
  getLatitudeUncertainty | 
  getLciVersion | 
  getLongitude | 
  getLongitudeUncertainty | 
  getMapImageMimeType | 
  getMapImageUri | 
  getRegisteredLocationAgreementIndication | 
  hashCode | 
  isLciSubelementValid | 
  isZaxisSubelementValid | 
  toCivicLocationAddress | 
  toCivicLocationSparseArray | 
  toLocation | 
  writeToParcel | parcel, flags
android.net.wifi.rtt.WifiRttManager
 Methods: 2
  isAvailable | 
  startRanging | request, executor, callback
android.nfc.NfcAdapter$CreateBeamUrisCallback
 Methods: 1
  createBeamUris | event
android.nfc.NfcAdapter$CreateNdefMessageCallback
 Methods: 1
  createNdefMessage | event
android.nfc.NfcAdapter$OnNdefPushCompleteCallback
 Methods: 1
  onNdefPushComplete | event
android.nfc.NfcAdapter$OnTagRemovedListener
 Methods: 1
  onTagRemoved | 
android.nfc.NfcAdapter$ReaderCallback
 Methods: 1
  onTagDiscovered | tag
android.nfc.NdefMessage
 Methods: 8
  describeContents | 
  equals | obj
  getByteArrayLength | 
  getRecords | 
  hashCode | 
  toByteArray | 
  toString | 
  writeToParcel | dest, flags
android.nfc.NdefRecord
 Methods: 18
  createApplicationRecord | packageName
  createExternal | domain, type, data
  createMime | mimeType, mimeData
  createTextRecord | languageCode, text
  createUri | uri
  createUri | uriString
  describeContents | 
  equals | obj
  getId | 
  getPayload | 
  getTnf | 
  getType | 
  hashCode | 
  toByteArray | 
  toMimeType | 
  toString | 
  toUri | 
  writeToParcel | dest, flags
android.nfc.NfcAdapter
 Methods: 18
  disableForegroundDispatch | activity
  disableForegroundNdefPush | activity
  disableReaderMode | activity
  enableForegroundDispatch | activity, intent, filters, techLists
  enableForegroundNdefPush | activity, message
  enableReaderMode | activity, callback, flags, extras
  getDefaultAdapter | context
  ignore | tag, debounceMs, tagRemovedListener, handler
  invokeBeam | activity
  isEnabled | 
  isNdefPushEnabled | 
  isSecureNfcEnabled | 
  isSecureNfcSupported | 
  setBeamPushUris | uris, activity
  setBeamPushUrisCallback | callback, activity
  setNdefPushMessage | message, activity, activities
  setNdefPushMessageCallback | callback, activity, activities
  setOnNdefPushCompleteCallback | callback, activity, activities
android.nfc.NfcEvent
 Methods: 0
android.nfc.NfcManager
 Methods: 1
  getDefaultAdapter | 
android.nfc.Tag
 Methods: 5
  describeContents | 
  getId | 
  getTechList | 
  toString | 
  writeToParcel | dest, flags
android.nfc.FormatException
 Methods: 0
android.nfc.TagLostException
 Methods: 0
android.nfc.cardemulation.CardEmulation
 Methods: 13
  categoryAllowsForegroundPreference | category
  getAidsForService | service, category
  getInstance | adapter
  getSelectionModeForCategory | category
  isDefaultServiceForAid | service, aid
  isDefaultServiceForCategory | service, category
  registerAidsForService | service, category, aids
  removeAidsForService | service, category
  setOffHostForService | service, offHostSecureElement
  setPreferredService | activity, service
  supportsAidPrefixRegistration | 
  unsetOffHostForService | service
  unsetPreferredService | activity
android.nfc.cardemulation.HostApduService
 Methods: 5
  notifyUnhandled | 
  onBind | intent
  onDeactivated | reason
  processCommandApdu | commandApdu, extras
  sendResponseApdu | responseApdu
android.nfc.cardemulation.HostNfcFService
 Methods: 4
  onBind | intent
  onDeactivated | reason
  processNfcFPacket | commandPacket, extras
  sendResponsePacket | responsePacket
android.nfc.cardemulation.NfcFCardEmulation
 Methods: 8
  disableService | activity
  enableService | activity, service
  getInstance | adapter
  getNfcid2ForService | service
  getSystemCodeForService | service
  registerSystemCodeForService | service, systemCode
  setNfcid2ForService | service, nfcid2
  unregisterSystemCodeForService | service
android.nfc.cardemulation.OffHostApduService
 Methods: 1
  onBind | intent
android.nfc.tech.TagTechnology
 Methods: 4
  close | 
  connect | 
  getTag | 
  isConnected | 
android.nfc.tech.IsoDep
 Methods: 12
  close | 
  connect | 
  get | tag
  getHiLayerResponse | 
  getHistoricalBytes | 
  getMaxTransceiveLength | 
  getTag | 
  getTimeout | 
  isConnected | 
  isExtendedLengthApduSupported | 
  setTimeout | timeout
  transceive | data
android.nfc.tech.MifareClassic
 Methods: 24
  authenticateSectorWithKeyA | sectorIndex, key
  authenticateSectorWithKeyB | sectorIndex, key
  blockToSector | blockIndex
  close | 
  connect | 
  decrement | blockIndex, value
  get | tag
  getBlockCount | 
  getBlockCountInSector | sectorIndex
  getMaxTransceiveLength | 
  getSectorCount | 
  getSize | 
  getTag | 
  getTimeout | 
  getType | 
  increment | blockIndex, value
  isConnected | 
  readBlock | blockIndex
  restore | blockIndex
  sectorToBlock | sectorIndex
  setTimeout | timeout
  transceive | data
  transfer | blockIndex
  writeBlock | blockIndex, data
android.nfc.tech.MifareUltralight
 Methods: 12
  close | 
  connect | 
  get | tag
  getMaxTransceiveLength | 
  getTag | 
  getTimeout | 
  getType | 
  isConnected | 
  readPages | pageOffset
  setTimeout | timeout
  transceive | data
  writePage | pageOffset, data
android.nfc.tech.Ndef
 Methods: 13
  canMakeReadOnly | 
  close | 
  connect | 
  get | tag
  getCachedNdefMessage | 
  getMaxSize | 
  getNdefMessage | 
  getTag | 
  getType | 
  isConnected | 
  isWritable | 
  makeReadOnly | 
  writeNdefMessage | msg
android.nfc.tech.NdefFormatable
 Methods: 7
  close | 
  connect | 
  format | firstMessage
  formatReadOnly | firstMessage
  get | tag
  getTag | 
  isConnected | 
android.nfc.tech.NfcA
 Methods: 11
  close | 
  connect | 
  get | tag
  getAtqa | 
  getMaxTransceiveLength | 
  getSak | 
  getTag | 
  getTimeout | 
  isConnected | 
  setTimeout | timeout
  transceive | data
android.nfc.tech.NfcB
 Methods: 9
  close | 
  connect | 
  get | tag
  getApplicationData | 
  getMaxTransceiveLength | 
  getProtocolInfo | 
  getTag | 
  isConnected | 
  transceive | data
android.nfc.tech.NfcBarcode
 Methods: 7
  close | 
  connect | 
  get | tag
  getBarcode | 
  getTag | 
  getType | 
  isConnected | 
android.nfc.tech.NfcF
 Methods: 11
  close | 
  connect | 
  get | tag
  getManufacturer | 
  getMaxTransceiveLength | 
  getSystemCode | 
  getTag | 
  getTimeout | 
  isConnected | 
  setTimeout | timeout
  transceive | data
android.nfc.tech.NfcV
 Methods: 9
  close | 
  connect | 
  get | tag
  getDsfId | 
  getMaxTransceiveLength | 
  getResponseFlags | 
  getTag | 
  isConnected | 
  transceive | data
android.opengl.GLES31Ext$DebugProcKHR
 Methods: 1
  onMessage | source, type, id, severity, message
android.opengl.GLES32$DebugProc
 Methods: 1
  onMessage | source, type, id, severity, message
android.opengl.GLSurfaceView$EGLConfigChooser
 Methods: 1
  chooseConfig | egl, display
android.opengl.GLSurfaceView$EGLContextFactory
 Methods: 2
  createContext | egl, display, eglConfig
  destroyContext | egl, display, context
android.opengl.GLSurfaceView$EGLWindowSurfaceFactory
 Methods: 2
  createWindowSurface | egl, display, config, nativeWindow
  destroySurface | egl, display, surface
android.opengl.GLSurfaceView$GLWrapper
 Methods: 1
  wrap | gl
android.opengl.GLSurfaceView$Renderer
 Methods: 3
  onDrawFrame | gl
  onSurfaceChanged | gl, width, height
  onSurfaceCreated | gl, config
android.opengl.EGL14
 Methods: 33
  eglBindAPI | api
  eglBindTexImage | dpy, surface, buffer
  eglChooseConfig | dpy, attrib_list, attrib_listOffset, configs, configsOffset, config_size, num_config, num_configOffset
  eglCopyBuffers | dpy, surface, target
  eglCreateContext | dpy, config, share_context, attrib_list, offset
  eglCreatePbufferFromClientBuffer | dpy, buftype, buffer, config, attrib_list, offset
  eglCreatePbufferSurface | dpy, config, attrib_list, offset
  eglCreatePixmapSurface | dpy, config, pixmap, attrib_list, offset
  eglCreateWindowSurface | dpy, config, win, attrib_list, offset
  eglDestroyContext | dpy, ctx
  eglDestroySurface | dpy, surface
  eglGetConfigAttrib | dpy, config, attribute, value, offset
  eglGetConfigs | dpy, configs, configsOffset, config_size, num_config, num_configOffset
  eglGetCurrentContext | 
  eglGetCurrentDisplay | 
  eglGetCurrentSurface | readdraw
  eglGetDisplay | display_id
  eglGetError | 
  eglInitialize | dpy, major, majorOffset, minor, minorOffset
  eglMakeCurrent | dpy, draw, read, ctx
  eglQueryAPI | 
  eglQueryContext | dpy, ctx, attribute, value, offset
  eglQueryString | dpy, name
  eglQuerySurface | dpy, surface, attribute, value, offset
  eglReleaseTexImage | dpy, surface, buffer
  eglReleaseThread | 
  eglSurfaceAttrib | dpy, surface, attribute, value
  eglSwapBuffers | dpy, surface
  eglSwapInterval | dpy, interval
  eglTerminate | dpy
  eglWaitClient | 
  eglWaitGL | 
  eglWaitNative | engine
android.opengl.EGL15
 Methods: 10
  eglClientWaitSync | dpy, sync, flags, timeout
  eglCreateImage | dpy, context, target, buffer, attrib_list, offset
  eglCreatePlatformPixmapSurface | dpy, config, native_pixmap, attrib_list, offset
  eglCreatePlatformWindowSurface | dpy, config, native_window, attrib_list, offset
  eglCreateSync | dpy, type, attrib_list, offset
  eglDestroyImage | dpy, image
  eglDestroySync | dpy, sync
  eglGetPlatformDisplay | platform, native_display, attrib_list, offset
  eglGetSyncAttrib | dpy, sync, attribute, value, offset
  eglWaitSync | dpy, sync, flags
android.opengl.EGLConfig
 Methods: 1
  equals | o
android.opengl.EGLContext
 Methods: 1
  equals | o
android.opengl.EGLDisplay
 Methods: 1
  equals | o
android.opengl.EGLExt
 Methods: 1
  eglPresentationTimeANDROID | dpy, sur, time
android.opengl.EGLImage
 Methods: 1
  equals | o
android.opengl.EGLObjectHandle
 Methods: 3
  getHandle | 
  getNativeHandle | 
  hashCode | 
android.opengl.EGLSurface
 Methods: 1
  equals | o
android.opengl.EGLSync
 Methods: 1
  equals | o
android.opengl.ETC1
 Methods: 9
  decodeBlock | in, out
  decodeImage | in, out, width, height, pixelSize, stride
  encodeBlock | in, validPixelMask, out
  encodeImage | in, width, height, pixelSize, stride, out
  formatHeader | header, width, height
  getEncodedDataSize | width, height
  getHeight | header
  getWidth | header
  isValid | header
android.opengl.ETC1Util
 Methods: 6
  compressTexture | input, width, height, pixelSize, stride
  createTexture | input
  isETC1Supported | 
  loadTexture | target, level, border, fallbackFormat, fallbackType, input
  loadTexture | target, level, border, fallbackFormat, fallbackType, texture
  writeTexture | texture, output
android.opengl.ETC1Util$ETC1Texture
 Methods: 3
  getData | 
  getHeight | 
  getWidth | 
android.opengl.GLDebugHelper
 Methods: 2
  wrap | egl, configFlags, log
  wrap | gl, configFlags, log
android.opengl.GLES10
 Methods: 123
  glActiveTexture | texture
  glAlphaFunc | func, ref
  glAlphaFuncx | func, ref
  glBindTexture | target, texture
  glBlendFunc | sfactor, dfactor
  glClear | mask
  glClearColor | red, green, blue, alpha
  glClearColorx | red, green, blue, alpha
  glClearDepthf | depth
  glClearDepthx | depth
  glClearStencil | s
  glClientActiveTexture | texture
  glColor4f | red, green, blue, alpha
  glColor4x | red, green, blue, alpha
  glColorMask | red, green, blue, alpha
  glColorPointer | size, type, stride, pointer
  glCompressedTexImage2D | target, level, internalformat, width, height, border, imageSize, data
  glCompressedTexSubImage2D | target, level, xoffset, yoffset, width, height, format, imageSize, data
  glCopyTexImage2D | target, level, internalformat, x, y, width, height, border
  glCopyTexSubImage2D | target, level, xoffset, yoffset, x, y, width, height
  glCullFace | mode
  glDeleteTextures | n, textures
  glDeleteTextures | n, textures, offset
  glDepthFunc | func
  glDepthMask | flag
  glDepthRangef | zNear, zFar
  glDepthRangex | zNear, zFar
  glDisable | cap
  glDisableClientState | array
  glDrawArrays | mode, first, count
  glDrawElements | mode, count, type, indices
  glEnable | cap
  glEnableClientState | array
  glFinish | 
  glFlush | 
  glFogf | pname, param
  glFogfv | pname, params
  glFogfv | pname, params, offset
  glFogx | pname, param
  glFogxv | pname, params, offset
  glFogxv | pname, params
  glFrontFace | mode
  glFrustumf | left, right, bottom, top, zNear, zFar
  glFrustumx | left, right, bottom, top, zNear, zFar
  glGenTextures | n, textures
  glGenTextures | n, textures, offset
  glGetError | 
  glGetIntegerv | pname, params, offset
  glGetIntegerv | pname, params
  glGetString | name
  glHint | target, mode
  glLightModelf | pname, param
  glLightModelfv | pname, params
  glLightModelfv | pname, params, offset
  glLightModelx | pname, param
  glLightModelxv | pname, params
  glLightModelxv | pname, params, offset
  glLightf | light, pname, param
  glLightfv | light, pname, params
  glLightfv | light, pname, params, offset
  glLightx | light, pname, param
  glLightxv | light, pname, params, offset
  glLightxv | light, pname, params
  glLineWidth | width
  glLineWidthx | width
  glLoadIdentity | 
  glLoadMatrixf | m
  glLoadMatrixf | m, offset
  glLoadMatrixx | m, offset
  glLoadMatrixx | m
  glLogicOp | opcode
  glMaterialf | face, pname, param
  glMaterialfv | face, pname, params
  glMaterialfv | face, pname, params, offset
  glMaterialx | face, pname, param
  glMaterialxv | face, pname, params, offset
  glMaterialxv | face, pname, params
  glMatrixMode | mode
  glMultMatrixf | m, offset
  glMultMatrixf | m
  glMultMatrixx | m, offset
  glMultMatrixx | m
  glMultiTexCoord4f | target, s, t, r, q
  glMultiTexCoord4x | target, s, t, r, q
  glNormal3f | nx, ny, nz
  glNormal3x | nx, ny, nz
  glNormalPointer | type, stride, pointer
  glOrthof | left, right, bottom, top, zNear, zFar
  glOrthox | left, right, bottom, top, zNear, zFar
  glPixelStorei | pname, param
  glPointSize | size
  glPointSizex | size
  glPolygonOffset | factor, units
  glPolygonOffsetx | factor, units
  glPopMatrix | 
  glPushMatrix | 
  glReadPixels | x, y, width, height, format, type, pixels
  glRotatef | angle, x, y, z
  glRotatex | angle, x, y, z
  glSampleCoverage | value, invert
  glSampleCoveragex | value, invert
  glScalef | x, y, z
  glScalex | x, y, z
  glScissor | x, y, width, height
  glShadeModel | mode
  glStencilFunc | func, ref, mask
  glStencilMask | mask
  glStencilOp | fail, zfail, zpass
  glTexCoordPointer | size, type, stride, pointer
  glTexEnvf | target, pname, param
  glTexEnvfv | target, pname, params
  glTexEnvfv | target, pname, params, offset
  glTexEnvx | target, pname, param
  glTexEnvxv | target, pname, params
  glTexEnvxv | target, pname, params, offset
  glTexImage2D | target, level, internalformat, width, height, border, format, type, pixels
  glTexParameterf | target, pname, param
  glTexParameterx | target, pname, param
  glTexSubImage2D | target, level, xoffset, yoffset, width, height, format, type, pixels
  glTranslatef | x, y, z
  glTranslatex | x, y, z
  glVertexPointer | size, type, stride, pointer
  glViewport | x, y, width, height
android.opengl.GLES10Ext
 Methods: 2
  glQueryMatrixxOES | mantissa, mantissaOffset, exponent, exponentOffset
  glQueryMatrixxOES | mantissa, exponent
android.opengl.GLES11
 Methods: 69
  glBindBuffer | target, buffer
  glBufferData | target, size, data, usage
  glBufferSubData | target, offset, size, data
  glClipPlanef | plane, equation, offset
  glClipPlanef | plane, equation
  glClipPlanex | plane, equation
  glClipPlanex | plane, equation, offset
  glColor4ub | red, green, blue, alpha
  glColorPointer | size, type, stride, offset
  glDeleteBuffers | n, buffers
  glDeleteBuffers | n, buffers, offset
  glDrawElements | mode, count, type, offset
  glGenBuffers | n, buffers, offset
  glGenBuffers | n, buffers
  glGetBooleanv | pname, params
  glGetBooleanv | pname, params, offset
  glGetBufferParameteriv | target, pname, params
  glGetBufferParameteriv | target, pname, params, offset
  glGetClipPlanef | pname, eqn, offset
  glGetClipPlanef | pname, eqn
  glGetClipPlanex | pname, eqn, offset
  glGetClipPlanex | pname, eqn
  glGetFixedv | pname, params, offset
  glGetFixedv | pname, params
  glGetFloatv | pname, params
  glGetFloatv | pname, params, offset
  glGetLightfv | light, pname, params, offset
  glGetLightfv | light, pname, params
  glGetLightxv | light, pname, params
  glGetLightxv | light, pname, params, offset
  glGetMaterialfv | face, pname, params, offset
  glGetMaterialfv | face, pname, params
  glGetMaterialxv | face, pname, params, offset
  glGetMaterialxv | face, pname, params
  glGetTexEnvfv | env, pname, params
  glGetTexEnvfv | env, pname, params, offset
  glGetTexEnviv | env, pname, params
  glGetTexEnviv | env, pname, params, offset
  glGetTexEnvxv | env, pname, params
  glGetTexEnvxv | env, pname, params, offset
  glGetTexParameterfv | target, pname, params, offset
  glGetTexParameterfv | target, pname, params
  glGetTexParameteriv | target, pname, params
  glGetTexParameteriv | target, pname, params, offset
  glGetTexParameterxv | target, pname, params
  glGetTexParameterxv | target, pname, params, offset
  glIsBuffer | buffer
  glIsEnabled | cap
  glIsTexture | texture
  glNormalPointer | type, stride, offset
  glPointParameterf | pname, param
  glPointParameterfv | pname, params, offset
  glPointParameterfv | pname, params
  glPointParameterx | pname, param
  glPointParameterxv | pname, params
  glPointParameterxv | pname, params, offset
  glPointSizePointerOES | type, stride, pointer
  glTexCoordPointer | size, type, stride, offset
  glTexEnvi | target, pname, param
  glTexEnviv | target, pname, params
  glTexEnviv | target, pname, params, offset
  glTexParameterfv | target, pname, params, offset
  glTexParameterfv | target, pname, params
  glTexParameteri | target, pname, param
  glTexParameteriv | target, pname, params, offset
  glTexParameteriv | target, pname, params
  glTexParameterxv | target, pname, params, offset
  glTexParameterxv | target, pname, params
  glVertexPointer | size, type, stride, offset
android.opengl.GLES11Ext
 Methods: 120
  glAlphaFuncxOES | func, ref
  glBindFramebufferOES | target, framebuffer
  glBindRenderbufferOES | target, renderbuffer
  glBlendEquationOES | mode
  glBlendEquationSeparateOES | modeRGB, modeAlpha
  glBlendFuncSeparateOES | srcRGB, dstRGB, srcAlpha, dstAlpha
  glCheckFramebufferStatusOES | target
  glClearColorxOES | red, green, blue, alpha
  glClearDepthfOES | depth
  glClearDepthxOES | depth
  glClipPlanefOES | plane, equation, offset
  glClipPlanefOES | plane, equation
  glClipPlanexOES | plane, equation, offset
  glClipPlanexOES | plane, equation
  glColor4xOES | red, green, blue, alpha
  glCurrentPaletteMatrixOES | matrixpaletteindex
  glDeleteFramebuffersOES | n, framebuffers, offset
  glDeleteFramebuffersOES | n, framebuffers
  glDeleteRenderbuffersOES | n, renderbuffers, offset
  glDeleteRenderbuffersOES | n, renderbuffers
  glDepthRangefOES | zNear, zFar
  glDepthRangexOES | zNear, zFar
  glDrawTexfOES | x, y, z, width, height
  glDrawTexfvOES | coords, offset
  glDrawTexfvOES | coords
  glDrawTexiOES | x, y, z, width, height
  glDrawTexivOES | coords
  glDrawTexivOES | coords, offset
  glDrawTexsOES | x, y, z, width, height
  glDrawTexsvOES | coords
  glDrawTexsvOES | coords, offset
  glDrawTexxOES | x, y, z, width, height
  glDrawTexxvOES | coords, offset
  glDrawTexxvOES | coords
  glEGLImageTargetRenderbufferStorageOES | target, image
  glEGLImageTargetTexture2DOES | target, image
  glFogxOES | pname, param
  glFogxvOES | pname, params, offset
  glFogxvOES | pname, params
  glFramebufferRenderbufferOES | target, attachment, renderbuffertarget, renderbuffer
  glFramebufferTexture2DOES | target, attachment, textarget, texture, level
  glFrustumfOES | left, right, bottom, top, zNear, zFar
  glFrustumxOES | left, right, bottom, top, zNear, zFar
  glGenFramebuffersOES | n, framebuffers
  glGenFramebuffersOES | n, framebuffers, offset
  glGenRenderbuffersOES | n, renderbuffers
  glGenRenderbuffersOES | n, renderbuffers, offset
  glGenerateMipmapOES | target
  glGetClipPlanefOES | pname, eqn, offset
  glGetClipPlanefOES | pname, eqn
  glGetClipPlanexOES | pname, eqn
  glGetClipPlanexOES | pname, eqn, offset
  glGetFixedvOES | pname, params
  glGetFixedvOES | pname, params, offset
  glGetFramebufferAttachmentParameterivOES | target, attachment, pname, params, offset
  glGetFramebufferAttachmentParameterivOES | target, attachment, pname, params
  glGetLightxvOES | light, pname, params
  glGetLightxvOES | light, pname, params, offset
  glGetMaterialxvOES | face, pname, params, offset
  glGetMaterialxvOES | face, pname, params
  glGetRenderbufferParameterivOES | target, pname, params
  glGetRenderbufferParameterivOES | target, pname, params, offset
  glGetTexEnvxvOES | env, pname, params, offset
  glGetTexEnvxvOES | env, pname, params
  glGetTexGenfvOES | coord, pname, params
  glGetTexGenfvOES | coord, pname, params, offset
  glGetTexGenivOES | coord, pname, params
  glGetTexGenivOES | coord, pname, params, offset
  glGetTexGenxvOES | coord, pname, params
  glGetTexGenxvOES | coord, pname, params, offset
  glGetTexParameterxvOES | target, pname, params, offset
  glGetTexParameterxvOES | target, pname, params
  glIsFramebufferOES | framebuffer
  glIsRenderbufferOES | renderbuffer
  glLightModelxOES | pname, param
  glLightModelxvOES | pname, params, offset
  glLightModelxvOES | pname, params
  glLightxOES | light, pname, param
  glLightxvOES | light, pname, params, offset
  glLightxvOES | light, pname, params
  glLineWidthxOES | width
  glLoadMatrixxOES | m, offset
  glLoadMatrixxOES | m
  glLoadPaletteFromModelViewMatrixOES | 
  glMaterialxOES | face, pname, param
  glMaterialxvOES | face, pname, params, offset
  glMaterialxvOES | face, pname, params
  glMatrixIndexPointerOES | size, type, stride, pointer
  glMultMatrixxOES | m
  glMultMatrixxOES | m, offset
  glMultiTexCoord4xOES | target, s, t, r, q
  glNormal3xOES | nx, ny, nz
  glOrthofOES | left, right, bottom, top, zNear, zFar
  glOrthoxOES | left, right, bottom, top, zNear, zFar
  glPointParameterxOES | pname, param
  glPointParameterxvOES | pname, params
  glPointParameterxvOES | pname, params, offset
  glPointSizexOES | size
  glPolygonOffsetxOES | factor, units
  glRenderbufferStorageOES | target, internalformat, width, height
  glRotatexOES | angle, x, y, z
  glSampleCoveragexOES | value, invert
  glScalexOES | x, y, z
  glTexEnvxOES | target, pname, param
  glTexEnvxvOES | target, pname, params, offset
  glTexEnvxvOES | target, pname, params
  glTexGenfOES | coord, pname, param
  glTexGenfvOES | coord, pname, params, offset
  glTexGenfvOES | coord, pname, params
  glTexGeniOES | coord, pname, param
  glTexGenivOES | coord, pname, params
  glTexGenivOES | coord, pname, params, offset
  glTexGenxOES | coord, pname, param
  glTexGenxvOES | coord, pname, params
  glTexGenxvOES | coord, pname, params, offset
  glTexParameterxOES | target, pname, param
  glTexParameterxvOES | target, pname, params, offset
  glTexParameterxvOES | target, pname, params
  glTranslatexOES | x, y, z
  glWeightPointerOES | size, type, stride, pointer
android.opengl.GLES20
 Methods: 190
  glActiveTexture | texture
  glAttachShader | program, shader
  glBindAttribLocation | program, index, name
  glBindBuffer | target, buffer
  glBindFramebuffer | target, framebuffer
  glBindRenderbuffer | target, renderbuffer
  glBindTexture | target, texture
  glBlendColor | red, green, blue, alpha
  glBlendEquation | mode
  glBlendEquationSeparate | modeRGB, modeAlpha
  glBlendFunc | sfactor, dfactor
  glBlendFuncSeparate | srcRGB, dstRGB, srcAlpha, dstAlpha
  glBufferData | target, size, data, usage
  glBufferSubData | target, offset, size, data
  glCheckFramebufferStatus | target
  glClear | mask
  glClearColor | red, green, blue, alpha
  glClearDepthf | depth
  glClearStencil | s
  glColorMask | red, green, blue, alpha
  glCompileShader | shader
  glCompressedTexImage2D | target, level, internalformat, width, height, border, imageSize, data
  glCompressedTexSubImage2D | target, level, xoffset, yoffset, width, height, format, imageSize, data
  glCopyTexImage2D | target, level, internalformat, x, y, width, height, border
  glCopyTexSubImage2D | target, level, xoffset, yoffset, x, y, width, height
  glCreateProgram | 
  glCreateShader | type
  glCullFace | mode
  glDeleteBuffers | n, buffers, offset
  glDeleteBuffers | n, buffers
  glDeleteFramebuffers | n, framebuffers, offset
  glDeleteFramebuffers | n, framebuffers
  glDeleteProgram | program
  glDeleteRenderbuffers | n, renderbuffers, offset
  glDeleteRenderbuffers | n, renderbuffers
  glDeleteShader | shader
  glDeleteTextures | n, textures
  glDeleteTextures | n, textures, offset
  glDepthFunc | func
  glDepthMask | flag
  glDepthRangef | zNear, zFar
  glDetachShader | program, shader
  glDisable | cap
  glDisableVertexAttribArray | index
  glDrawArrays | mode, first, count
  glDrawElements | mode, count, type, offset
  glDrawElements | mode, count, type, indices
  glEnable | cap
  glEnableVertexAttribArray | index
  glFinish | 
  glFlush | 
  glFramebufferRenderbuffer | target, attachment, renderbuffertarget, renderbuffer
  glFramebufferTexture2D | target, attachment, textarget, texture, level
  glFrontFace | mode
  glGenBuffers | n, buffers
  glGenBuffers | n, buffers, offset
  glGenFramebuffers | n, framebuffers, offset
  glGenFramebuffers | n, framebuffers
  glGenRenderbuffers | n, renderbuffers, offset
  glGenRenderbuffers | n, renderbuffers
  glGenTextures | n, textures
  glGenTextures | n, textures, offset
  glGenerateMipmap | target
  glGetActiveAttrib | program, index, size, sizeOffset, type, typeOffset
  glGetActiveAttrib | program, index, bufsize, length, lengthOffset, size, sizeOffset, type, typeOffset, name, nameOffset
  glGetActiveAttrib | program, index, size, type
  glGetActiveUniform | program, index, bufsize, length, lengthOffset, size, sizeOffset, type, typeOffset, name, nameOffset
  glGetActiveUniform | program, index, size, sizeOffset, type, typeOffset
  glGetActiveUniform | program, index, size, type
  glGetAttachedShaders | program, maxcount, count, shaders
  glGetAttachedShaders | program, maxcount, count, countOffset, shaders, shadersOffset
  glGetAttribLocation | program, name
  glGetBooleanv | pname, params
  glGetBooleanv | pname, params, offset
  glGetBufferParameteriv | target, pname, params
  glGetBufferParameteriv | target, pname, params, offset
  glGetError | 
  glGetFloatv | pname, params
  glGetFloatv | pname, params, offset
  glGetFramebufferAttachmentParameteriv | target, attachment, pname, params
  glGetFramebufferAttachmentParameteriv | target, attachment, pname, params, offset
  glGetIntegerv | pname, params, offset
  glGetIntegerv | pname, params
  glGetProgramInfoLog | program
  glGetProgramiv | program, pname, params, offset
  glGetProgramiv | program, pname, params
  glGetRenderbufferParameteriv | target, pname, params
  glGetRenderbufferParameteriv | target, pname, params, offset
  glGetShaderInfoLog | shader
  glGetShaderPrecisionFormat | shadertype, precisiontype, range, precision
  glGetShaderPrecisionFormat | shadertype, precisiontype, range, rangeOffset, precision, precisionOffset
  glGetShaderSource | shader, bufsize, length, lengthOffset, source, sourceOffset
  glGetShaderSource | shader
  glGetShaderiv | shader, pname, params, offset
  glGetShaderiv | shader, pname, params
  glGetString | name
  glGetTexParameterfv | target, pname, params, offset
  glGetTexParameterfv | target, pname, params
  glGetTexParameteriv | target, pname, params
  glGetTexParameteriv | target, pname, params, offset
  glGetUniformLocation | program, name
  glGetUniformfv | program, location, params
  glGetUniformfv | program, location, params, offset
  glGetUniformiv | program, location, params, offset
  glGetUniformiv | program, location, params
  glGetVertexAttribfv | index, pname, params
  glGetVertexAttribfv | index, pname, params, offset
  glGetVertexAttribiv | index, pname, params
  glGetVertexAttribiv | index, pname, params, offset
  glHint | target, mode
  glIsBuffer | buffer
  glIsEnabled | cap
  glIsFramebuffer | framebuffer
  glIsProgram | program
  glIsRenderbuffer | renderbuffer
  glIsShader | shader
  glIsTexture | texture
  glLineWidth | width
  glLinkProgram | program
  glPixelStorei | pname, param
  glPolygonOffset | factor, units
  glReadPixels | x, y, width, height, format, type, pixels
  glReleaseShaderCompiler | 
  glRenderbufferStorage | target, internalformat, width, height
  glSampleCoverage | value, invert
  glScissor | x, y, width, height
  glShaderBinary | n, shaders, offset, binaryformat, binary, length
  glShaderBinary | n, shaders, binaryformat, binary, length
  glShaderSource | shader, string
  glStencilFunc | func, ref, mask
  glStencilFuncSeparate | face, func, ref, mask
  glStencilMask | mask
  glStencilMaskSeparate | face, mask
  glStencilOp | fail, zfail, zpass
  glStencilOpSeparate | face, fail, zfail, zpass
  glTexImage2D | target, level, internalformat, width, height, border, format, type, pixels
  glTexParameterf | target, pname, param
  glTexParameterfv | target, pname, params
  glTexParameterfv | target, pname, params, offset
  glTexParameteri | target, pname, param
  glTexParameteriv | target, pname, params, offset
  glTexParameteriv | target, pname, params
  glTexSubImage2D | target, level, xoffset, yoffset, width, height, format, type, pixels
  glUniform1f | location, x
  glUniform1fv | location, count, v
  glUniform1fv | location, count, v, offset
  glUniform1i | location, x
  glUniform1iv | location, count, v, offset
  glUniform1iv | location, count, v
  glUniform2f | location, x, y
  glUniform2fv | location, count, v, offset
  glUniform2fv | location, count, v
  glUniform2i | location, x, y
  glUniform2iv | location, count, v, offset
  glUniform2iv | location, count, v
  glUniform3f | location, x, y, z
  glUniform3fv | location, count, v
  glUniform3fv | location, count, v, offset
  glUniform3i | location, x, y, z
  glUniform3iv | location, count, v
  glUniform3iv | location, count, v, offset
  glUniform4f | location, x, y, z, w
  glUniform4fv | location, count, v
  glUniform4fv | location, count, v, offset
  glUniform4i | location, x, y, z, w
  glUniform4iv | location, count, v
  glUniform4iv | location, count, v, offset
  glUniformMatrix2fv | location, count, transpose, value
  glUniformMatrix2fv | location, count, transpose, value, offset
  glUniformMatrix3fv | location, count, transpose, value
  glUniformMatrix3fv | location, count, transpose, value, offset
  glUniformMatrix4fv | location, count, transpose, value
  glUniformMatrix4fv | location, count, transpose, value, offset
  glUseProgram | program
  glValidateProgram | program
  glVertexAttrib1f | indx, x
  glVertexAttrib1fv | indx, values, offset
  glVertexAttrib1fv | indx, values
  glVertexAttrib2f | indx, x, y
  glVertexAttrib2fv | indx, values, offset
  glVertexAttrib2fv | indx, values
  glVertexAttrib3f | indx, x, y, z
  glVertexAttrib3fv | indx, values, offset
  glVertexAttrib3fv | indx, values
  glVertexAttrib4f | indx, x, y, z, w
  glVertexAttrib4fv | indx, values, offset
  glVertexAttrib4fv | indx, values
  glVertexAttribPointer | indx, size, type, normalized, stride, offset
  glVertexAttribPointer | indx, size, type, normalized, stride, ptr
  glViewport | x, y, width, height
android.opengl.GLES30
 Methods: 163
  glBeginQuery | target, id
  glBeginTransformFeedback | primitiveMode
  glBindBufferBase | target, index, buffer
  glBindBufferRange | target, index, buffer, offset, size
  glBindSampler | unit, sampler
  glBindTransformFeedback | target, id
  glBindVertexArray | array
  glBlitFramebuffer | srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, filter
  glClearBufferfi | buffer, drawbuffer, depth, stencil
  glClearBufferfv | buffer, drawbuffer, value
  glClearBufferfv | buffer, drawbuffer, value, offset
  glClearBufferiv | buffer, drawbuffer, value, offset
  glClearBufferiv | buffer, drawbuffer, value
  glClearBufferuiv | buffer, drawbuffer, value, offset
  glClearBufferuiv | buffer, drawbuffer, value
  glClientWaitSync | sync, flags, timeout
  glCompressedTexImage3D | target, level, internalformat, width, height, depth, border, imageSize, data
  glCompressedTexImage3D | target, level, internalformat, width, height, depth, border, imageSize, offset
  glCompressedTexSubImage3D | target, level, xoffset, yoffset, zoffset, width, height, depth, format, imageSize, offset
  glCompressedTexSubImage3D | target, level, xoffset, yoffset, zoffset, width, height, depth, format, imageSize, data
  glCopyBufferSubData | readTarget, writeTarget, readOffset, writeOffset, size
  glCopyTexSubImage3D | target, level, xoffset, yoffset, zoffset, x, y, width, height
  glDeleteQueries | n, ids
  glDeleteQueries | n, ids, offset
  glDeleteSamplers | count, samplers, offset
  glDeleteSamplers | count, samplers
  glDeleteSync | sync
  glDeleteTransformFeedbacks | n, ids, offset
  glDeleteTransformFeedbacks | n, ids
  glDeleteVertexArrays | n, arrays
  glDeleteVertexArrays | n, arrays, offset
  glDrawArraysInstanced | mode, first, count, instanceCount
  glDrawBuffers | n, bufs, offset
  glDrawBuffers | n, bufs
  glDrawElementsInstanced | mode, count, type, indices, instanceCount
  glDrawElementsInstanced | mode, count, type, indicesOffset, instanceCount
  glDrawRangeElements | mode, start, end, count, type, indices
  glDrawRangeElements | mode, start, end, count, type, offset
  glEndQuery | target
  glEndTransformFeedback | 
  glFenceSync | condition, flags
  glFlushMappedBufferRange | target, offset, length
  glFramebufferTextureLayer | target, attachment, texture, level, layer
  glGenQueries | n, ids, offset
  glGenQueries | n, ids
  glGenSamplers | count, samplers, offset
  glGenSamplers | count, samplers
  glGenTransformFeedbacks | n, ids, offset
  glGenTransformFeedbacks | n, ids
  glGenVertexArrays | n, arrays, offset
  glGenVertexArrays | n, arrays
  glGetActiveUniformBlockName | program, uniformBlockIndex, length, uniformBlockName
  glGetActiveUniformBlockName | program, uniformBlockIndex, bufSize, length, lengthOffset, uniformBlockName, uniformBlockNameOffset
  glGetActiveUniformBlockName | program, uniformBlockIndex
  glGetActiveUniformBlockiv | program, uniformBlockIndex, pname, params
  glGetActiveUniformBlockiv | program, uniformBlockIndex, pname, params, offset
  glGetActiveUniformsiv | program, uniformCount, uniformIndices, uniformIndicesOffset, pname, params, paramsOffset
  glGetActiveUniformsiv | program, uniformCount, uniformIndices, pname, params
  glGetBufferParameteri64v | target, pname, params
  glGetBufferParameteri64v | target, pname, params, offset
  glGetBufferPointerv | target, pname
  glGetFragDataLocation | program, name
  glGetInteger64i_v | target, index, data
  glGetInteger64i_v | target, index, data, offset
  glGetInteger64v | pname, params
  glGetInteger64v | pname, params, offset
  glGetIntegeri_v | target, index, data
  glGetIntegeri_v | target, index, data, offset
  glGetInternalformativ | target, internalformat, pname, bufSize, params, offset
  glGetInternalformativ | target, internalformat, pname, bufSize, params
  glGetProgramBinary | program, bufSize, length, binaryFormat, binary
  glGetProgramBinary | program, bufSize, length, lengthOffset, binaryFormat, binaryFormatOffset, binary
  glGetQueryObjectuiv | id, pname, params, offset
  glGetQueryObjectuiv | id, pname, params
  glGetQueryiv | target, pname, params, offset
  glGetQueryiv | target, pname, params
  glGetSamplerParameterfv | sampler, pname, params, offset
  glGetSamplerParameterfv | sampler, pname, params
  glGetSamplerParameteriv | sampler, pname, params, offset
  glGetSamplerParameteriv | sampler, pname, params
  glGetStringi | name, index
  glGetSynciv | sync, pname, bufSize, length, lengthOffset, values, valuesOffset
  glGetSynciv | sync, pname, bufSize, length, values
  glGetTransformFeedbackVarying | program, index, size, sizeOffset, type, typeOffset
  glGetTransformFeedbackVarying | program, index, size, type
  glGetTransformFeedbackVarying | program, index, bufsize, length, lengthOffset, size, sizeOffset, type, typeOffset, name, nameOffset
  glGetTransformFeedbackVarying | program, index, bufsize, length, size, type, name
  glGetTransformFeedbackVarying | program, index, bufsize, length, size, type, name
  glGetUniformBlockIndex | program, uniformBlockName
  glGetUniformIndices | program, uniformNames, uniformIndices, uniformIndicesOffset
  glGetUniformIndices | program, uniformNames, uniformIndices
  glGetUniformuiv | program, location, params
  glGetUniformuiv | program, location, params, offset
  glGetVertexAttribIiv | index, pname, params, offset
  glGetVertexAttribIiv | index, pname, params
  glGetVertexAttribIuiv | index, pname, params, offset
  glGetVertexAttribIuiv | index, pname, params
  glInvalidateFramebuffer | target, numAttachments, attachments
  glInvalidateFramebuffer | target, numAttachments, attachments, offset
  glInvalidateSubFramebuffer | target, numAttachments, attachments, offset, x, y, width, height
  glInvalidateSubFramebuffer | target, numAttachments, attachments, x, y, width, height
  glIsQuery | id
  glIsSampler | sampler
  glIsSync | sync
  glIsTransformFeedback | id
  glIsVertexArray | array
  glMapBufferRange | target, offset, length, access
  glPauseTransformFeedback | 
  glProgramBinary | program, binaryFormat, binary, length
  glProgramParameteri | program, pname, value
  glReadBuffer | mode
  glReadPixels | x, y, width, height, format, type, offset
  glRenderbufferStorageMultisample | target, samples, internalformat, width, height
  glResumeTransformFeedback | 
  glSamplerParameterf | sampler, pname, param
  glSamplerParameterfv | sampler, pname, param
  glSamplerParameterfv | sampler, pname, param, offset
  glSamplerParameteri | sampler, pname, param
  glSamplerParameteriv | sampler, pname, param, offset
  glSamplerParameteriv | sampler, pname, param
  glTexImage3D | target, level, internalformat, width, height, depth, border, format, type, pixels
  glTexImage3D | target, level, internalformat, width, height, depth, border, format, type, offset
  glTexStorage2D | target, levels, internalformat, width, height
  glTexStorage3D | target, levels, internalformat, width, height, depth
  glTexSubImage3D | target, level, xoffset, yoffset, zoffset, width, height, depth, format, type, offset
  glTexSubImage3D | target, level, xoffset, yoffset, zoffset, width, height, depth, format, type, pixels
  glTransformFeedbackVaryings | program, varyings, bufferMode
  glUniform1ui | location, v0
  glUniform1uiv | location, count, value, offset
  glUniform1uiv | location, count, value
  glUniform2ui | location, v0, v1
  glUniform2uiv | location, count, value, offset
  glUniform2uiv | location, count, value
  glUniform3ui | location, v0, v1, v2
  glUniform3uiv | location, count, value
  glUniform3uiv | location, count, value, offset
  glUniform4ui | location, v0, v1, v2, v3
  glUniform4uiv | location, count, value
  glUniform4uiv | location, count, value, offset
  glUniformBlockBinding | program, uniformBlockIndex, uniformBlockBinding
  glUniformMatrix2x3fv | location, count, transpose, value, offset
  glUniformMatrix2x3fv | location, count, transpose, value
  glUniformMatrix2x4fv | location, count, transpose, value, offset
  glUniformMatrix2x4fv | location, count, transpose, value
  glUniformMatrix3x2fv | location, count, transpose, value, offset
  glUniformMatrix3x2fv | location, count, transpose, value
  glUniformMatrix3x4fv | location, count, transpose, value, offset
  glUniformMatrix3x4fv | location, count, transpose, value
  glUniformMatrix4x2fv | location, count, transpose, value, offset
  glUniformMatrix4x2fv | location, count, transpose, value
  glUniformMatrix4x3fv | location, count, transpose, value
  glUniformMatrix4x3fv | location, count, transpose, value, offset
  glUnmapBuffer | target
  glVertexAttribDivisor | index, divisor
  glVertexAttribI4i | index, x, y, z, w
  glVertexAttribI4iv | index, v, offset
  glVertexAttribI4iv | index, v
  glVertexAttribI4ui | index, x, y, z, w
  glVertexAttribI4uiv | index, v, offset
  glVertexAttribI4uiv | index, v
  glVertexAttribIPointer | index, size, type, stride, offset
  glVertexAttribIPointer | index, size, type, stride, pointer
  glWaitSync | sync, flags, timeout
android.opengl.GLES31
 Methods: 99
  glActiveShaderProgram | pipeline, program
  glBindImageTexture | unit, texture, level, layered, layer, access, format
  glBindProgramPipeline | pipeline
  glBindVertexBuffer | bindingindex, buffer, offset, stride
  glCreateShaderProgramv | type, strings
  glDeleteProgramPipelines | n, pipelines
  glDeleteProgramPipelines | n, pipelines, offset
  glDispatchCompute | num_groups_x, num_groups_y, num_groups_z
  glDispatchComputeIndirect | indirect
  glDrawArraysIndirect | mode, indirect
  glDrawElementsIndirect | mode, type, indirect
  glFramebufferParameteri | target, pname, param
  glGenProgramPipelines | n, pipelines
  glGenProgramPipelines | n, pipelines, offset
  glGetBooleani_v | target, index, data, offset
  glGetBooleani_v | target, index, data
  glGetFramebufferParameteriv | target, pname, params, offset
  glGetFramebufferParameteriv | target, pname, params
  glGetMultisamplefv | pname, index, val
  glGetMultisamplefv | pname, index, val, offset
  glGetProgramInterfaceiv | program, programInterface, pname, params
  glGetProgramInterfaceiv | program, programInterface, pname, params, offset
  glGetProgramPipelineInfoLog | program
  glGetProgramPipelineiv | pipeline, pname, params, offset
  glGetProgramPipelineiv | pipeline, pname, params
  glGetProgramResourceIndex | program, programInterface, name
  glGetProgramResourceLocation | program, programInterface, name
  glGetProgramResourceName | program, programInterface, index
  glGetProgramResourceiv | program, programInterface, index, propCount, props, bufSize, length, params
  glGetProgramResourceiv | program, programInterface, index, propCount, props, propsOffset, bufSize, length, lengthOffset, params, paramsOffset
  glGetTexLevelParameterfv | target, level, pname, params
  glGetTexLevelParameterfv | target, level, pname, params, offset
  glGetTexLevelParameteriv | target, level, pname, params
  glGetTexLevelParameteriv | target, level, pname, params, offset
  glIsProgramPipeline | pipeline
  glMemoryBarrier | barriers
  glMemoryBarrierByRegion | barriers
  glProgramUniform1f | program, location, v0
  glProgramUniform1fv | program, location, count, value
  glProgramUniform1fv | program, location, count, value, offset
  glProgramUniform1i | program, location, v0
  glProgramUniform1iv | program, location, count, value, offset
  glProgramUniform1iv | program, location, count, value
  glProgramUniform1ui | program, location, v0
  glProgramUniform1uiv | program, location, count, value, offset
  glProgramUniform1uiv | program, location, count, value
  glProgramUniform2f | program, location, v0, v1
  glProgramUniform2fv | program, location, count, value
  glProgramUniform2fv | program, location, count, value, offset
  glProgramUniform2i | program, location, v0, v1
  glProgramUniform2iv | program, location, count, value
  glProgramUniform2iv | program, location, count, value, offset
  glProgramUniform2ui | program, location, v0, v1
  glProgramUniform2uiv | program, location, count, value
  glProgramUniform2uiv | program, location, count, value, offset
  glProgramUniform3f | program, location, v0, v1, v2
  glProgramUniform3fv | program, location, count, value
  glProgramUniform3fv | program, location, count, value, offset
  glProgramUniform3i | program, location, v0, v1, v2
  glProgramUniform3iv | program, location, count, value, offset
  glProgramUniform3iv | program, location, count, value
  glProgramUniform3ui | program, location, v0, v1, v2
  glProgramUniform3uiv | program, location, count, value
  glProgramUniform3uiv | program, location, count, value, offset
  glProgramUniform4f | program, location, v0, v1, v2, v3
  glProgramUniform4fv | program, location, count, value
  glProgramUniform4fv | program, location, count, value, offset
  glProgramUniform4i | program, location, v0, v1, v2, v3
  glProgramUniform4iv | program, location, count, value, offset
  glProgramUniform4iv | program, location, count, value
  glProgramUniform4ui | program, location, v0, v1, v2, v3
  glProgramUniform4uiv | program, location, count, value, offset
  glProgramUniform4uiv | program, location, count, value
  glProgramUniformMatrix2fv | program, location, count, transpose, value, offset
  glProgramUniformMatrix2fv | program, location, count, transpose, value
  glProgramUniformMatrix2x3fv | program, location, count, transpose, value
  glProgramUniformMatrix2x3fv | program, location, count, transpose, value, offset
  glProgramUniformMatrix2x4fv | program, location, count, transpose, value, offset
  glProgramUniformMatrix2x4fv | program, location, count, transpose, value
  glProgramUniformMatrix3fv | program, location, count, transpose, value, offset
  glProgramUniformMatrix3fv | program, location, count, transpose, value
  glProgramUniformMatrix3x2fv | program, location, count, transpose, value
  glProgramUniformMatrix3x2fv | program, location, count, transpose, value, offset
  glProgramUniformMatrix3x4fv | program, location, count, transpose, value, offset
  glProgramUniformMatrix3x4fv | program, location, count, transpose, value
  glProgramUniformMatrix4fv | program, location, count, transpose, value
  glProgramUniformMatrix4fv | program, location, count, transpose, value, offset
  glProgramUniformMatrix4x2fv | program, location, count, transpose, value
  glProgramUniformMatrix4x2fv | program, location, count, transpose, value, offset
  glProgramUniformMatrix4x3fv | program, location, count, transpose, value, offset
  glProgramUniformMatrix4x3fv | program, location, count, transpose, value
  glSampleMaski | maskNumber, mask
  glTexStorage2DMultisample | target, samples, internalformat, width, height, fixedsamplelocations
  glUseProgramStages | pipeline, stages, program
  glValidateProgramPipeline | pipeline
  glVertexAttribBinding | attribindex, bindingindex
  glVertexAttribFormat | attribindex, size, type, normalized, relativeoffset
  glVertexAttribIFormat | attribindex, size, type, relativeoffset
  glVertexBindingDivisor | bindingindex, divisor
android.opengl.GLES31Ext
 Methods: 48
  glBlendBarrierKHR | 
  glBlendEquationSeparateiEXT | buf, modeRGB, modeAlpha
  glBlendEquationiEXT | buf, mode
  glBlendFuncSeparateiEXT | buf, srcRGB, dstRGB, srcAlpha, dstAlpha
  glBlendFunciEXT | buf, src, dst
  glColorMaskiEXT | index, r, g, b, a
  glCopyImageSubDataEXT | srcName, srcTarget, srcLevel, srcX, srcY, srcZ, dstName, dstTarget, dstLevel, dstX, dstY, dstZ, srcWidth, srcHeight, srcDepth
  glDebugMessageCallbackKHR | callback
  glDebugMessageControlKHR | source, type, severity, count, ids, offset, enabled
  glDebugMessageControlKHR | source, type, severity, count, ids, enabled
  glDebugMessageInsertKHR | source, type, id, severity, buf
  glDisableiEXT | target, index
  glEnableiEXT | target, index
  glFramebufferTextureEXT | target, attachment, texture, level
  glGetDebugMessageCallbackKHR | 
  glGetDebugMessageLogKHR | count, sources, sourcesOffset, types, typesOffset, ids, idsOffset, severities, severitiesOffset
  glGetDebugMessageLogKHR | count, sources, types, ids, severities
  glGetDebugMessageLogKHR | count, sources, types, ids, severities, lengths, messageLog
  glGetDebugMessageLogKHR | count, bufSize, sources, sourcesOffset, types, typesOffset, ids, idsOffset, severities, severitiesOffset, lengths, lengthsOffset, messageLog, messageLogOffset
  glGetObjectLabelKHR | identifier, name
  glGetObjectPtrLabelKHR | ptr
  glGetSamplerParameterIivEXT | sampler, pname, params, offset
  glGetSamplerParameterIivEXT | sampler, pname, params
  glGetSamplerParameterIuivEXT | sampler, pname, params
  glGetSamplerParameterIuivEXT | sampler, pname, params, offset
  glGetTexParameterIivEXT | target, pname, params, offset
  glGetTexParameterIivEXT | target, pname, params
  glGetTexParameterIuivEXT | target, pname, params
  glGetTexParameterIuivEXT | target, pname, params, offset
  glIsEnablediEXT | target, index
  glMinSampleShadingOES | value
  glObjectLabelKHR | identifier, name, length, label
  glObjectPtrLabelKHR | ptr, label
  glPatchParameteriEXT | pname, value
  glPopDebugGroupKHR | 
  glPrimitiveBoundingBoxEXT | minX, minY, minZ, minW, maxX, maxY, maxZ, maxW
  glPushDebugGroupKHR | source, id, length, message
  glSamplerParameterIivEXT | sampler, pname, param
  glSamplerParameterIivEXT | sampler, pname, param, offset
  glSamplerParameterIuivEXT | sampler, pname, param, offset
  glSamplerParameterIuivEXT | sampler, pname, param
  glTexBufferEXT | target, internalformat, buffer
  glTexBufferRangeEXT | target, internalformat, buffer, offset, size
  glTexParameterIivEXT | target, pname, params, offset
  glTexParameterIivEXT | target, pname, params
  glTexParameterIuivEXT | target, pname, params
  glTexParameterIuivEXT | target, pname, params, offset
  glTexStorage3DMultisampleOES | target, samples, internalformat, width, height, depth, fixedsamplelocations
android.opengl.GLES32
 Methods: 60
  glBlendBarrier | 
  glBlendEquationSeparatei | buf, modeRGB, modeAlpha
  glBlendEquationi | buf, mode
  glBlendFuncSeparatei | buf, srcRGB, dstRGB, srcAlpha, dstAlpha
  glBlendFunci | buf, src, dst
  glColorMaski | index, r, g, b, a
  glCopyImageSubData | srcName, srcTarget, srcLevel, srcX, srcY, srcZ, dstName, dstTarget, dstLevel, dstX, dstY, dstZ, srcWidth, srcHeight, srcDepth
  glDebugMessageCallback | callback
  glDebugMessageControl | source, type, severity, count, ids, offset, enabled
  glDebugMessageControl | source, type, severity, count, ids, enabled
  glDebugMessageInsert | source, type, id, severity, length, buf
  glDisablei | target, index
  glDrawElementsBaseVertex | mode, count, type, indices, basevertex
  glDrawElementsInstancedBaseVertex | mode, count, type, indicesOffset, instanceCount, basevertex
  glDrawElementsInstancedBaseVertex | mode, count, type, indices, instanceCount, basevertex
  glDrawRangeElementsBaseVertex | mode, start, end, count, type, indices, basevertex
  glEnablei | target, index
  glFramebufferTexture | target, attachment, texture, level
  glGetDebugMessageLog | count, bufSize, sources, sourcesOffset, types, typesOffset, ids, idsOffset, severities, severitiesOffset, lengths, lengthsOffset, messageLog, messageLogOffset
  glGetDebugMessageLog | count, sources, sourcesOffset, types, typesOffset, ids, idsOffset, severities, severitiesOffset
  glGetDebugMessageLog | count, sources, types, ids, severities, lengths, messageLog
  glGetDebugMessageLog | count, sources, types, ids, severities
  glGetGraphicsResetStatus | 
  glGetObjectLabel | identifier, name
  glGetObjectPtrLabel | ptr
  glGetPointerv | pname
  glGetSamplerParameterIiv | sampler, pname, params
  glGetSamplerParameterIiv | sampler, pname, params, offset
  glGetSamplerParameterIuiv | sampler, pname, params, offset
  glGetSamplerParameterIuiv | sampler, pname, params
  glGetTexParameterIiv | target, pname, params, offset
  glGetTexParameterIiv | target, pname, params
  glGetTexParameterIuiv | target, pname, params, offset
  glGetTexParameterIuiv | target, pname, params
  glGetnUniformfv | program, location, bufSize, params
  glGetnUniformfv | program, location, bufSize, params, offset
  glGetnUniformiv | program, location, bufSize, params, offset
  glGetnUniformiv | program, location, bufSize, params
  glGetnUniformuiv | program, location, bufSize, params, offset
  glGetnUniformuiv | program, location, bufSize, params
  glIsEnabledi | target, index
  glMinSampleShading | value
  glObjectLabel | identifier, name, length, label
  glObjectPtrLabel | ptr, label
  glPatchParameteri | pname, value
  glPopDebugGroup | 
  glPrimitiveBoundingBox | minX, minY, minZ, minW, maxX, maxY, maxZ, maxW
  glPushDebugGroup | source, id, length, message
  glReadnPixels | x, y, width, height, format, type, bufSize, data
  glSamplerParameterIiv | sampler, pname, param, offset
  glSamplerParameterIiv | sampler, pname, param
  glSamplerParameterIuiv | sampler, pname, param
  glSamplerParameterIuiv | sampler, pname, param, offset
  glTexBuffer | target, internalformat, buffer
  glTexBufferRange | target, internalformat, buffer, offset, size
  glTexParameterIiv | target, pname, params, offset
  glTexParameterIiv | target, pname, params
  glTexParameterIuiv | target, pname, params
  glTexParameterIuiv | target, pname, params, offset
  glTexStorage3DMultisample | target, samples, internalformat, width, height, depth, fixedsamplelocations
android.opengl.GLSurfaceView
 Methods: 23
  getDebugFlags | 
  getPreserveEGLContextOnPause | 
  getRenderMode | 
  onPause | 
  onResume | 
  queueEvent | r
  requestRender | 
  setDebugFlags | debugFlags
  setEGLConfigChooser | needDepth
  setEGLConfigChooser | configChooser
  setEGLConfigChooser | redSize, greenSize, blueSize, alphaSize, depthSize, stencilSize
  setEGLContextClientVersion | version
  setEGLContextFactory | factory
  setEGLWindowSurfaceFactory | factory
  setGLWrapper | glWrapper
  setPreserveEGLContextOnPause | preserveOnPause
  setRenderMode | renderMode
  setRenderer | renderer
  surfaceChanged | holder, format, w, h
  surfaceCreated | holder
  surfaceDestroyed | holder
  surfaceRedrawNeeded | holder
  surfaceRedrawNeededAsync | holder, finishDrawing
android.opengl.GLU
 Methods: 6
  gluErrorString | error
  gluLookAt | gl, eyeX, eyeY, eyeZ, centerX, centerY, centerZ, upX, upY, upZ
  gluOrtho2D | gl, left, right, bottom, top
  gluPerspective | gl, fovy, aspect, zNear, zFar
  gluProject | objX, objY, objZ, model, modelOffset, project, projectOffset, view, viewOffset, win, winOffset
  gluUnProject | winX, winY, winZ, model, modelOffset, project, projectOffset, view, viewOffset, obj, objOffset
android.opengl.GLUtils
 Methods: 8
  getEGLErrorString | error
  getInternalFormat | bitmap
  getType | bitmap
  texImage2D | target, level, bitmap, border
  texImage2D | target, level, internalformat, bitmap, border
  texImage2D | target, level, internalformat, bitmap, type, border
  texSubImage2D | target, level, xoffset, yoffset, bitmap, format, type
  texSubImage2D | target, level, xoffset, yoffset, bitmap
android.opengl.Matrix
 Methods: 18
  frustumM | m, offset, left, right, bottom, top, near, far
  invertM | mInv, mInvOffset, m, mOffset
  length | x, y, z
  multiplyMM | result, resultOffset, lhs, lhsOffset, rhs, rhsOffset
  multiplyMV | resultVec, resultVecOffset, lhsMat, lhsMatOffset, rhsVec, rhsVecOffset
  orthoM | m, mOffset, left, right, bottom, top, near, far
  perspectiveM | m, offset, fovy, aspect, zNear, zFar
  rotateM | rm, rmOffset, m, mOffset, a, x, y, z
  rotateM | m, mOffset, a, x, y, z
  scaleM | m, mOffset, x, y, z
  scaleM | sm, smOffset, m, mOffset, x, y, z
  setIdentityM | sm, smOffset
  setLookAtM | rm, rmOffset, eyeX, eyeY, eyeZ, centerX, centerY, centerZ, upX, upY, upZ
  setRotateEulerM | rm, rmOffset, x, y, z
  setRotateM | rm, rmOffset, a, x, y, z
  translateM | m, mOffset, x, y, z
  translateM | tm, tmOffset, m, mOffset, x, y, z
  transposeM | mTrans, mTransOffset, m, mOffset
android.opengl.Visibility
 Methods: 3
  computeBoundingSphere | positions, positionsOffset, positionsCount, sphere, sphereOffset
  frustumCullSpheres | mvp, mvpOffset, spheres, spheresOffset, spheresCount, results, resultsOffset, resultsCapacity
  visibilityTest | ws, wsOffset, positions, positionsOffset, indices, indicesOffset, indexCount
android.opengl.GLException
 Methods: 0
android.os.CancellationSignal$OnCancelListener
 Methods: 1
  onCancel | 
android.os.FileUtils$ProgressListener
 Methods: 1
  onProgress | progress
android.os.Handler$Callback
 Methods: 1
  handleMessage | msg
android.os.IBinder
 Methods: 9
  dump | fd, args
  dumpAsync | fd, args
  getInterfaceDescriptor | 
  isBinderAlive | 
  linkToDeath | recipient, flags
  pingBinder | 
  queryLocalInterface | descriptor
  transact | code, data, reply, flags
  unlinkToDeath | recipient, flags
android.os.IBinder$DeathRecipient
 Methods: 1
  binderDied | 
android.os.IInterface
 Methods: 1
  asBinder | 
android.os.MessageQueue$IdleHandler
 Methods: 1
  queueIdle | 
android.os.MessageQueue$OnFileDescriptorEventListener
 Methods: 1
  onFileDescriptorEvents | fd, events
android.os.Parcelable
 Methods: 2
  describeContents | 
  writeToParcel | dest, flags
android.os.Parcelable$ClassLoaderCreator
 Methods: 1
  createFromParcel | source, loader
android.os.Parcelable$Creator
 Methods: 2
  createFromParcel | source
  newArray | size
android.os.ParcelFileDescriptor$OnCloseListener
 Methods: 1
  onClose | e
android.os.PowerManager$OnThermalStatusChangedListener
 Methods: 1
  onThermalStatusChanged | status
android.os.RecoverySystem$ProgressListener
 Methods: 1
  onProgress | progress
android.os.StrictMode$OnThreadViolationListener
 Methods: 1
  onThreadViolation | v
android.os.StrictMode$OnVmViolationListener
 Methods: 1
  onVmViolation | v
android.os.AsyncTask
 Methods: 8
  cancel | mayInterruptIfRunning
  execute | params
  execute | runnable
  executeOnExecutor | exec, params
  get | timeout, unit
  get | 
  getStatus | 
  isCancelled | 
android.os.BaseBundle
 Methods: 33
  clear | 
  containsKey | key
  get | key
  getBoolean | key, defaultValue
  getBoolean | key
  getBooleanArray | key
  getDouble | key, defaultValue
  getDouble | key
  getDoubleArray | key
  getInt | key
  getInt | key, defaultValue
  getIntArray | key
  getLong | key
  getLong | key, defaultValue
  getLongArray | key
  getString | key
  getString | key, defaultValue
  getStringArray | key
  isEmpty | 
  keySet | 
  putAll | bundle
  putBoolean | key, value
  putBooleanArray | key, value
  putDouble | key, value
  putDoubleArray | key, value
  putInt | key, value
  putIntArray | key, value
  putLong | key, value
  putLongArray | key, value
  putString | key, value
  putStringArray | key, value
  remove | key
  size | 
android.os.BatteryManager
 Methods: 4
  computeChargeTimeRemaining | 
  getIntProperty | id
  getLongProperty | id
  isCharging | 
android.os.Binder
 Methods: 22
  attachInterface | owner, descriptor
  clearCallingIdentity | 
  clearCallingWorkSource | 
  dump | fd, args
  dumpAsync | fd, args
  flushPendingCommands | 
  getCallingPid | 
  getCallingUid | 
  getCallingUidOrThrow | 
  getCallingUserHandle | 
  getCallingWorkSourceUid | 
  getInterfaceDescriptor | 
  isBinderAlive | 
  joinThreadPool | 
  linkToDeath | recipient, flags
  pingBinder | 
  queryLocalInterface | descriptor
  restoreCallingIdentity | token
  restoreCallingWorkSource | token
  setCallingWorkSourceUid | workSource
  transact | code, data, reply, flags
  unlinkToDeath | recipient, flags
android.os.Build
 Methods: 3
  getFingerprintedPartitions | 
  getRadioVersion | 
  getSerial | 
android.os.Build$Partition
 Methods: 5
  equals | o
  getBuildTimeMillis | 
  getFingerprint | 
  getName | 
  hashCode | 
android.os.Build$VERSION
 Methods: 0
android.os.Build$VERSION_CODES
 Methods: 0
android.os.Bundle
 Methods: 61
  clear | 
  clone | 
  deepCopy | 
  describeContents | 
  getBinder | key
  getBundle | key
  getByte | key
  getByte | key, defaultValue
  getByteArray | key
  getChar | key
  getChar | key, defaultValue
  getCharArray | key
  getCharSequence | key, defaultValue
  getCharSequence | key
  getCharSequenceArray | key
  getCharSequenceArrayList | key
  getClassLoader | 
  getFloat | key, defaultValue
  getFloat | key
  getFloatArray | key
  getIntegerArrayList | key
  getParcelable | key
  getParcelableArray | key
  getParcelableArrayList | key
  getSerializable | key
  getShort | key
  getShort | key, defaultValue
  getShortArray | key
  getSize | key
  getSizeF | key
  getSparseParcelableArray | key
  getStringArrayList | key
  hasFileDescriptors | 
  putAll | bundle
  putBinder | key, value
  putBundle | key, value
  putByte | key, value
  putByteArray | key, value
  putChar | key, value
  putCharArray | key, value
  putCharSequence | key, value
  putCharSequenceArray | key, value
  putCharSequenceArrayList | key, value
  putFloat | key, value
  putFloatArray | key, value
  putIntegerArrayList | key, value
  putParcelable | key, value
  putParcelableArray | key, value
  putParcelableArrayList | key, value
  putSerializable | key, value
  putShort | key, value
  putShortArray | key, value
  putSize | key, value
  putSizeF | key, value
  putSparseParcelableArray | key, value
  putStringArrayList | key, value
  readFromParcel | parcel
  remove | key
  setClassLoader | loader
  toString | 
  writeToParcel | parcel, flags
android.os.CancellationSignal
 Methods: 4
  cancel | 
  isCanceled | 
  setOnCancelListener | listener
  throwIfCanceled | 
android.os.ConditionVariable
 Methods: 4
  block | 
  block | timeoutMs
  close | 
  open | 
android.os.CountDownTimer
 Methods: 4
  cancel | 
  onFinish | 
  onTick | millisUntilFinished
  start | 
android.os.CpuUsageInfo
 Methods: 4
  describeContents | 
  getActive | 
  getTotal | 
  writeToParcel | out, flags
android.os.Debug
 Methods: 68
  attachJvmtiAgent | library, options, classLoader
  changeDebugPort | port
  dumpHprofData | fileName
  dumpService | name, fd, args
  enableEmulatorTraceOutput | 
  getBinderDeathObjectCount | 
  getBinderLocalObjectCount | 
  getBinderProxyObjectCount | 
  getBinderReceivedTransactions | 
  getBinderSentTransactions | 
  getGlobalAllocCount | 
  getGlobalAllocSize | 
  getGlobalClassInitCount | 
  getGlobalClassInitTime | 
  getGlobalExternalAllocCount | 
  getGlobalExternalAllocSize | 
  getGlobalExternalFreedCount | 
  getGlobalExternalFreedSize | 
  getGlobalFreedCount | 
  getGlobalFreedSize | 
  getGlobalGcInvocationCount | 
  getLoadedClassCount | 
  getMemoryInfo | memoryInfo
  getNativeHeapAllocatedSize | 
  getNativeHeapFreeSize | 
  getNativeHeapSize | 
  getPss | 
  getRuntimeStat | statName
  getRuntimeStats | 
  getThreadAllocCount | 
  getThreadAllocSize | 
  getThreadExternalAllocCount | 
  getThreadExternalAllocSize | 
  getThreadGcInvocationCount | 
  isDebuggerConnected | 
  printLoadedClasses | flags
  resetAllCounts | 
  resetGlobalAllocCount | 
  resetGlobalAllocSize | 
  resetGlobalClassInitCount | 
  resetGlobalClassInitTime | 
  resetGlobalExternalAllocCount | 
  resetGlobalExternalAllocSize | 
  resetGlobalExternalFreedCount | 
  resetGlobalExternalFreedSize | 
  resetGlobalFreedCount | 
  resetGlobalFreedSize | 
  resetGlobalGcInvocationCount | 
  resetThreadAllocCount | 
  resetThreadAllocSize | 
  resetThreadExternalAllocCount | 
  resetThreadExternalAllocSize | 
  resetThreadGcInvocationCount | 
  setAllocationLimit | limit
  setGlobalAllocationLimit | limit
  startAllocCounting | 
  startMethodTracing | 
  startMethodTracing | tracePath, bufferSize, flags
  startMethodTracing | tracePath
  startMethodTracing | tracePath, bufferSize
  startMethodTracingSampling | tracePath, bufferSize, intervalUs
  startNativeTracing | 
  stopAllocCounting | 
  stopMethodTracing | 
  stopNativeTracing | 
  threadCpuTimeNanos | 
  waitForDebugger | 
  waitingForDebugger | 
android.os.Debug$InstructionCount
 Methods: 4
  collect | 
  globalMethodInvocations | 
  globalTotal | 
  resetAndStart | 
android.os.Debug$MemoryInfo
 Methods: 11
  describeContents | 
  getMemoryStat | statName
  getMemoryStats | 
  getTotalPrivateClean | 
  getTotalPrivateDirty | 
  getTotalPss | 
  getTotalSharedClean | 
  getTotalSharedDirty | 
  getTotalSwappablePss | 
  readFromParcel | source
  writeToParcel | dest, flags
android.os.DropBoxManager
 Methods: 5
  addData | tag, data, flags
  addFile | tag, file, flags
  addText | tag, data
  getNextEntry | tag, msec
  isTagEnabled | tag
android.os.DropBoxManager$Entry
 Methods: 8
  close | 
  describeContents | 
  getFlags | 
  getInputStream | 
  getTag | 
  getText | maxBytes
  getTimeMillis | 
  writeToParcel | out, flags
android.os.Environment
 Methods: 14
  getDataDirectory | 
  getDownloadCacheDirectory | 
  getExternalStorageDirectory | 
  getExternalStoragePublicDirectory | type
  getExternalStorageState | 
  getExternalStorageState | path
  getRootDirectory | 
  getStorageState | path
  isExternalStorageEmulated | 
  isExternalStorageEmulated | path
  isExternalStorageLegacy | path
  isExternalStorageLegacy | 
  isExternalStorageRemovable | path
  isExternalStorageRemovable | 
android.os.FileObserver
 Methods: 3
  onEvent | event, path
  startWatching | 
  stopWatching | 
android.os.FileUtils
 Methods: 6
  closeQuietly | closeable
  closeQuietly | fd
  copy | in, out, signal, executor, listener
  copy | in, out, signal, executor, listener
  copy | in, out
  copy | in, out
android.os.Handler
 Methods: 34
  createAsync | looper, callback
  createAsync | looper
  dispatchMessage | msg
  dump | pw, prefix
  getLooper | 
  getMessageName | message
  handleMessage | msg
  hasCallbacks | r
  hasMessages | what
  hasMessages | what, object
  obtainMessage | what, obj
  obtainMessage | 
  obtainMessage | what, arg1, arg2
  obtainMessage | what, arg1, arg2, obj
  obtainMessage | what
  post | r
  postAtFrontOfQueue | r
  postAtTime | r, uptimeMillis
  postAtTime | r, token, uptimeMillis
  postDelayed | r, delayMillis
  postDelayed | r, token, delayMillis
  removeCallbacks | r
  removeCallbacks | r, token
  removeCallbacksAndMessages | token
  removeMessages | what
  removeMessages | what, object
  sendEmptyMessage | what
  sendEmptyMessageAtTime | what, uptimeMillis
  sendEmptyMessageDelayed | what, delayMillis
  sendMessage | msg
  sendMessageAtFrontOfQueue | msg
  sendMessageAtTime | msg, uptimeMillis
  sendMessageDelayed | msg, delayMillis
  toString | 
android.os.HandlerThread
 Methods: 5
  getLooper | 
  getThreadId | 
  quit | 
  quitSafely | 
  run | 
android.os.HardwarePropertiesManager
 Methods: 3
  getCpuUsages | 
  getDeviceTemperatures | type, source
  getFanSpeeds | 
android.os.LocaleList
 Methods: 17
  describeContents | 
  equals | other
  forLanguageTags | list
  get | index
  getAdjustedDefault | 
  getDefault | 
  getEmptyLocaleList | 
  getFirstMatch | supportedLocales
  hashCode | 
  indexOf | locale
  isEmpty | 
  isPseudoLocale | locale
  setDefault | locales
  size | 
  toLanguageTags | 
  toString | 
  writeToParcel | dest, parcelableFlags
android.os.Looper
 Methods: 14
  dump | pw, prefix
  getMainLooper | 
  getQueue | 
  getThread | 
  isCurrentThread | 
  loop | 
  myLooper | 
  myQueue | 
  prepare | 
  prepareMainLooper | 
  quit | 
  quitSafely | 
  setMessageLogging | printer
  toString | 
android.os.MemoryFile
 Methods: 8
  allowPurging | allowPurging
  close | 
  getInputStream | 
  getOutputStream | 
  isPurgingAllowed | 
  length | 
  readBytes | buffer, srcOffset, destOffset, count
  writeBytes | buffer, srcOffset, destOffset, count
android.os.Message
 Methods: 23
  copyFrom | o
  describeContents | 
  getCallback | 
  getData | 
  getTarget | 
  getWhen | 
  isAsynchronous | 
  obtain | h
  obtain | h, what
  obtain | h, callback
  obtain | orig
  obtain | h, what, arg1, arg2, obj
  obtain | h, what, arg1, arg2
  obtain | h, what, obj
  obtain | 
  peekData | 
  recycle | 
  sendToTarget | 
  setAsynchronous | async
  setData | data
  setTarget | target
  toString | 
  writeToParcel | dest, flags
android.os.MessageQueue
 Methods: 5
  addIdleHandler | handler
  addOnFileDescriptorEventListener | fd, events, listener
  isIdle | 
  removeIdleHandler | handler
  removeOnFileDescriptorEventListener | fd
android.os.Messenger
 Methods: 8
  describeContents | 
  equals | otherObj
  getBinder | 
  hashCode | 
  readMessengerOrNullFromParcel | in
  send | message
  writeMessengerOrNullToParcel | messenger, out
  writeToParcel | out, flags
android.os.Parcel
 Methods: 116
  appendFrom | parcel, offset, length
  createBinderArray | 
  createBinderArrayList | 
  createBooleanArray | 
  createByteArray | 
  createCharArray | 
  createDoubleArray | 
  createFloatArray | 
  createIntArray | 
  createLongArray | 
  createStringArray | 
  createStringArrayList | 
  createTypedArray | c
  createTypedArrayList | c
  createTypedArrayMap | creator
  createTypedSparseArray | creator
  dataAvail | 
  dataCapacity | 
  dataPosition | 
  dataSize | 
  enforceInterface | interfaceName
  hasFileDescriptors | 
  marshall | 
  obtain | 
  readArray | loader
  readArrayList | loader
  readBinderArray | val
  readBinderList | list
  readBoolean | 
  readBooleanArray | val
  readBundle | 
  readBundle | loader
  readByte | 
  readByteArray | val
  readCharArray | val
  readDouble | 
  readDoubleArray | val
  readException | 
  readException | code, msg
  readFileDescriptor | 
  readFloat | 
  readFloatArray | val
  readHashMap | loader
  readInt | 
  readIntArray | val
  readList | outVal, loader
  readLong | 
  readLongArray | val
  readMap | outVal, loader
  readParcelable | loader
  readParcelableArray | loader
  readParcelableList | list, cl
  readPersistableBundle | 
  readPersistableBundle | loader
  readSerializable | 
  readSize | 
  readSizeF | 
  readSparseArray | loader
  readSparseBooleanArray | 
  readString | 
  readStringArray | val
  readStringList | list
  readStrongBinder | 
  readTypedArray | val, c
  readTypedList | list, c
  readTypedObject | c
  readValue | loader
  recycle | 
  setDataCapacity | size
  setDataPosition | pos
  setDataSize | size
  unmarshall | data, offset, length
  writeArray | val
  writeBinderArray | val
  writeBinderList | val
  writeBoolean | val
  writeBooleanArray | val
  writeBundle | val
  writeByte | val
  writeByteArray | b
  writeByteArray | b, offset, len
  writeCharArray | val
  writeDouble | val
  writeDoubleArray | val
  writeException | e
  writeFileDescriptor | val
  writeFloat | val
  writeFloatArray | val
  writeInt | val
  writeIntArray | val
  writeInterfaceToken | interfaceName
  writeList | val
  writeLong | val
  writeLongArray | val
  writeMap | val
  writeNoException | 
  writeParcelable | p, parcelableFlags
  writeParcelableArray | value, parcelableFlags
  writeParcelableList | val, flags
  writePersistableBundle | val
  writeSerializable | s
  writeSize | val
  writeSizeF | val
  writeSparseArray | val
  writeSparseBooleanArray | val
  writeString | val
  writeStringArray | val
  writeStringList | val
  writeStrongBinder | val
  writeStrongInterface | val
  writeTypedArray | val, parcelableFlags
  writeTypedArrayMap | , val, parcelableFlags
  writeTypedList | val
  writeTypedObject | val, parcelableFlags
  writeTypedSparseArray | val, parcelableFlags
  writeValue | v
android.os.ParcelFileDescriptor
 Methods: 24
  adoptFd | fd
  canDetectErrors | 
  checkError | 
  close | 
  closeWithError | msg
  createPipe | 
  createReliablePipe | 
  createReliableSocketPair | 
  createSocketPair | 
  describeContents | 
  detachFd | 
  dup | orig
  dup | 
  fromDatagramSocket | datagramSocket
  fromFd | fd
  fromSocket | socket
  getFd | 
  getFileDescriptor | 
  getStatSize | 
  open | file, mode
  open | file, mode, handler, listener
  parseMode | mode
  toString | 
  writeToParcel | out, flags
android.os.ParcelFileDescriptor$AutoCloseInputStream
 Methods: 4
  close | 
  read | 
  read | b, off, len
  read | b
android.os.ParcelFileDescriptor$AutoCloseOutputStream
 Methods: 1
  close | 
android.os.ParcelUuid
 Methods: 7
  describeContents | 
  equals | object
  fromString | uuid
  getUuid | 
  hashCode | 
  toString | 
  writeToParcel | dest, flags
android.os.PatternMatcher
 Methods: 6
  describeContents | 
  getPath | 
  getType | 
  match | str
  toString | 
  writeToParcel | dest, flags
android.os.PersistableBundle
 Methods: 7
  clone | 
  deepCopy | 
  describeContents | 
  getPersistableBundle | key
  putPersistableBundle | key, value
  toString | 
  writeToParcel | parcel, flags
android.os.PowerManager
 Methods: 14
  addThermalStatusListener | executor, listener
  addThermalStatusListener | listener
  getCurrentThermalStatus | 
  getLocationPowerSaveMode | 
  isDeviceIdleMode | 
  isIgnoringBatteryOptimizations | packageName
  isInteractive | 
  isPowerSaveMode | 
  isScreenOn | 
  isSustainedPerformanceModeSupported | 
  isWakeLockLevelSupported | level
  newWakeLock | levelAndFlags, tag
  reboot | reason
  removeThermalStatusListener | listener
android.os.PowerManager$WakeLock
 Methods: 8
  acquire | 
  acquire | timeout
  isHeld | 
  release | flags
  release | 
  setReferenceCounted | value
  setWorkSource | ws
  toString | 
android.os.Process
 Methods: 19
  getElapsedCpuTime | 
  getExclusiveCores | 
  getGidForName | name
  getStartElapsedRealtime | 
  getStartUptimeMillis | 
  getThreadPriority | tid
  getUidForName | name
  is64Bit | 
  isApplicationUid | uid
  isIsolated | 
  killProcess | pid
  myPid | 
  myTid | 
  myUid | 
  myUserHandle | 
  sendSignal | pid, signal
  setThreadPriority | tid, priority
  setThreadPriority | priority
  supportsProcesses | 
android.os.ProxyFileDescriptorCallback
 Methods: 5
  onFsync | 
  onGetSize | 
  onRead | offset, size, data
  onRelease | 
  onWrite | offset, size, data
android.os.RecoverySystem
 Methods: 4
  installPackage | context, packageFile
  rebootWipeCache | context
  rebootWipeUserData | context
  verifyPackage | packageFile, listener, deviceCertsZipFile
android.os.RemoteCallbackList
 Methods: 13
  beginBroadcast | 
  finishBroadcast | 
  getBroadcastCookie | index
  getBroadcastItem | index
  getRegisteredCallbackCookie | index
  getRegisteredCallbackCount | 
  getRegisteredCallbackItem | index
  kill | 
  onCallbackDied | callback, cookie
  onCallbackDied | callback
  register | callback, cookie
  register | callback
  unregister | callback
android.os.ResultReceiver
 Methods: 3
  describeContents | 
  send | resultCode, resultData
  writeToParcel | out, flags
android.os.SharedMemory
 Methods: 10
  close | 
  create | name, size
  describeContents | 
  getSize | 
  map | prot, offset, length
  mapReadOnly | 
  mapReadWrite | 
  setProtect | prot
  unmap | buffer
  writeToParcel | dest, flags
android.os.StatFs
 Methods: 12
  getAvailableBlocks | 
  getAvailableBlocksLong | 
  getAvailableBytes | 
  getBlockCount | 
  getBlockCountLong | 
  getBlockSize | 
  getBlockSizeLong | 
  getFreeBlocks | 
  getFreeBlocksLong | 
  getFreeBytes | 
  getTotalBytes | 
  restat | path
android.os.StrictMode
 Methods: 8
  allowThreadDiskReads | 
  allowThreadDiskWrites | 
  enableDefaults | 
  getThreadPolicy | 
  getVmPolicy | 
  noteSlowCall | name
  setThreadPolicy | policy
  setVmPolicy | policy
android.os.StrictMode$ThreadPolicy
 Methods: 1
  toString | 
android.os.StrictMode$ThreadPolicy$Builder
 Methods: 22
  build | 
  detectAll | 
  detectCustomSlowCalls | 
  detectDiskReads | 
  detectDiskWrites | 
  detectNetwork | 
  detectResourceMismatches | 
  detectUnbufferedIo | 
  penaltyDeath | 
  penaltyDeathOnNetwork | 
  penaltyDialog | 
  penaltyDropBox | 
  penaltyFlashScreen | 
  penaltyListener | executor, listener
  penaltyLog | 
  permitAll | 
  permitCustomSlowCalls | 
  permitDiskReads | 
  permitDiskWrites | 
  permitNetwork | 
  permitResourceMismatches | 
  permitUnbufferedIo | 
android.os.StrictMode$VmPolicy
 Methods: 1
  toString | 
android.os.StrictMode$VmPolicy$Builder
 Methods: 21
  build | 
  detectActivityLeaks | 
  detectAll | 
  detectCleartextNetwork | 
  detectContentUriWithoutPermission | 
  detectCredentialProtectedWhileLocked | 
  detectFileUriExposure | 
  detectImplicitDirectBoot | 
  detectLeakedClosableObjects | 
  detectLeakedRegistrationObjects | 
  detectLeakedSqlLiteObjects | 
  detectNonSdkApiUsage | 
  detectUntaggedSockets | 
  penaltyDeath | 
  penaltyDeathOnCleartextNetwork | 
  penaltyDeathOnFileUriExposure | 
  penaltyDropBox | 
  penaltyListener | executor, listener
  penaltyLog | 
  permitNonSdkApiUsage | 
  setClassInstanceLimit | klass, instanceLimit
android.os.SystemClock
 Methods: 7
  currentGnssTimeClock | 
  currentThreadTimeMillis | 
  elapsedRealtime | 
  elapsedRealtimeNanos | 
  setCurrentTimeMillis | millis
  sleep | ms
  uptimeMillis | 
android.os.TestLooperManager
 Methods: 7
  execute | message
  getMessageQueue | 
  hasMessages | h, object, r
  hasMessages | h, object, what
  next | 
  recycle | msg
  release | 
android.os.TokenWatcher
 Methods: 8
  acquire | token, tag
  acquired | 
  cleanup | token, unlink
  dump | pw
  dump | 
  isAcquired | 
  release | token
  released | 
android.os.Trace
 Methods: 6
  beginAsyncSection | methodName, cookie
  beginSection | sectionName
  endAsyncSection | methodName, cookie
  endSection | 
  isEnabled | 
  setCounter | counterName, counterValue
android.os.UserHandle
 Methods: 8
  describeContents | 
  equals | obj
  getUserHandleForUid | uid
  hashCode | 
  readFromParcel | in
  toString | 
  writeToParcel | h, out
  writeToParcel | out, flags
android.os.UserManager
 Methods: 25
  createUserCreationIntent | userName, accountName, accountType, accountOptions
  getApplicationRestrictions | packageName
  getSerialNumberForUser | user
  getUserCount | 
  getUserCreationTime | userHandle
  getUserForSerialNumber | serialNumber
  getUserName | 
  getUserProfiles | 
  getUserRestrictions | userHandle
  getUserRestrictions | 
  hasUserRestriction | restrictionKey
  isDemoUser | 
  isQuietModeEnabled | userHandle
  isSystemUser | 
  isUserAGoat | 
  isUserRunning | user
  isUserRunningOrStopping | user
  isUserUnlocked | user
  isUserUnlocked | 
  requestQuietModeEnabled | enableQuietMode, userHandle
  setRestrictionsChallenge | newPin
  setUserRestriction | key, value
  setUserRestrictions | restrictions, userHandle
  setUserRestrictions | restrictions
  supportsMultipleUsers | 
android.os.VibrationEffect
 Methods: 5
  createOneShot | milliseconds, amplitude
  createPredefined | effectId
  createWaveform | timings, amplitudes, repeat
  createWaveform | timings, repeat
  describeContents | 
android.os.Vibrator
 Methods: 9
  cancel | 
  hasAmplitudeControl | 
  hasVibrator | 
  vibrate | milliseconds
  vibrate | vibe
  vibrate | pattern, repeat
  vibrate | pattern, repeat, attributes
  vibrate | vibe, attributes
  vibrate | milliseconds, attributes
android.os.WorkSource
 Methods: 10
  add | other
  clear | 
  describeContents | 
  diff | other
  equals | o
  hashCode | 
  remove | other
  set | other
  toString | 
  writeToParcel | dest, flags
android.os.AsyncTask$Status
 Methods: 2
  valueOf | name
  values | 
android.os.BadParcelableException
 Methods: 0
android.os.DeadObjectException
 Methods: 0
android.os.DeadSystemException
 Methods: 0
android.os.FileUriExposedException
 Methods: 0
android.os.NetworkOnMainThreadException
 Methods: 0
android.os.OperationCanceledException
 Methods: 0
android.os.ParcelFileDescriptor$FileDescriptorDetachedException
 Methods: 0
android.os.ParcelFormatException
 Methods: 0
android.os.RemoteException
 Methods: 0
android.os.TransactionTooLargeException
 Methods: 0
android.os.UserManager$UserOperationException
 Methods: 1
  getUserOperationResult | 
android.os.health.HealthStats
 Methods: 23
  getDataType | 
  getMeasurement | key
  getMeasurementKeyAt | index
  getMeasurementKeyCount | 
  getMeasurements | key
  getMeasurementsKeyAt | index
  getMeasurementsKeyCount | 
  getStats | key
  getStatsKeyAt | index
  getStatsKeyCount | 
  getTimer | key
  getTimerCount | key
  getTimerKeyAt | index
  getTimerKeyCount | 
  getTimerTime | key
  getTimers | key
  getTimersKeyAt | index
  getTimersKeyCount | 
  hasMeasurement | key
  hasMeasurements | key
  hasStats | key
  hasTimer | key
  hasTimers | key
android.os.health.PackageHealthStats
 Methods: 0
android.os.health.PidHealthStats
 Methods: 0
android.os.health.ProcessHealthStats
 Methods: 0
android.os.health.ServiceHealthStats
 Methods: 0
android.os.health.SystemHealthManager
 Methods: 3
  takeMyUidSnapshot | 
  takeUidSnapshot | uid
  takeUidSnapshots | uids
android.os.health.TimerStat
 Methods: 6
  describeContents | 
  getCount | 
  getTime | 
  setCount | count
  setTime | time
  writeToParcel | out, flags
android.os.health.UidHealthStats
 Methods: 0
android.os.storage.OnObbStateChangeListener
 Methods: 1
  onObbStateChange | path, state
android.os.storage.StorageManager
 Methods: 21
  allocateBytes | fd, bytes
  allocateBytes | storageUuid, bytes
  getAllocatableBytes | storageUuid
  getCacheQuotaBytes | storageUuid
  getCacheSizeBytes | storageUuid
  getMountedObbPath | rawPath
  getPrimaryStorageVolume | 
  getStorageVolume | file
  getStorageVolume | uri
  getStorageVolumes | 
  getUuidForPath | path
  isAllocationSupported | fd
  isCacheBehaviorGroup | path
  isCacheBehaviorTombstone | path
  isEncrypted | file
  isObbMounted | rawPath
  mountObb | rawPath, key, listener
  openProxyFileDescriptor | mode, callback, handler
  setCacheBehaviorGroup | path, group
  setCacheBehaviorTombstone | path, tombstone
  unmountObb | rawPath, force, listener
android.os.storage.StorageVolume
 Methods: 13
  createAccessIntent | directoryName
  createOpenDocumentTreeIntent | 
  describeContents | 
  equals | obj
  getDescription | context
  getState | 
  getUuid | 
  hashCode | 
  isEmulated | 
  isPrimary | 
  isRemovable | 
  toString | 
  writeToParcel | parcel, flags
android.os.strictmode.CleartextNetworkViolation
 Methods: 0
android.os.strictmode.ContentUriWithoutPermissionViolation
 Methods: 0
android.os.strictmode.CredentialProtectedWhileLockedViolation
 Methods: 0
android.os.strictmode.CustomViolation
 Methods: 0
android.os.strictmode.DiskReadViolation
 Methods: 0
android.os.strictmode.DiskWriteViolation
 Methods: 0
android.os.strictmode.FileUriExposedViolation
 Methods: 0
android.os.strictmode.ImplicitDirectBootViolation
 Methods: 0
android.os.strictmode.InstanceCountViolation
 Methods: 1
  getNumberOfInstances | 
android.os.strictmode.IntentReceiverLeakedViolation
 Methods: 0
android.os.strictmode.LeakedClosableViolation
 Methods: 0
android.os.strictmode.NetworkViolation
 Methods: 0
android.os.strictmode.NonSdkApiUsedViolation
 Methods: 0
android.os.strictmode.ResourceMismatchViolation
 Methods: 0
android.os.strictmode.ServiceConnectionLeakedViolation
 Methods: 0
android.os.strictmode.SqliteObjectLeakedViolation
 Methods: 0
android.os.strictmode.UnbufferedIoViolation
 Methods: 0
android.os.strictmode.UntaggedSocketViolation
 Methods: 0
android.os.strictmode.Violation
 Methods: 0
android.os.strictmode.WebViewMethodCalledOnWrongThreadViolation
 Methods: 0
android.preference.Preference$OnPreferenceChangeListener
 Methods: 1
  onPreferenceChange | preference, newValue
android.preference.Preference$OnPreferenceClickListener
 Methods: 1
  onPreferenceClick | preference
android.preference.PreferenceDataStore
 Methods: 12
  getBoolean | key, defValue
  getFloat | key, defValue
  getInt | key, defValue
  getLong | key, defValue
  getString | key, defValue
  getStringSet | key, defValues
  putBoolean | key, value
  putFloat | key, value
  putInt | key, value
  putLong | key, value
  putString | key, value
  putStringSet | key, values
android.preference.PreferenceFragment$OnPreferenceStartFragmentCallback
 Methods: 1
  onPreferenceStartFragment | caller, pref
android.preference.PreferenceManager$OnActivityDestroyListener
 Methods: 1
  onActivityDestroy | 
android.preference.PreferenceManager$OnActivityResultListener
 Methods: 1
  onActivityResult | requestCode, resultCode, data
android.preference.PreferenceManager$OnActivityStopListener
 Methods: 1
  onActivityStop | 
android.preference.CheckBoxPreference
 Methods: 0
android.preference.DialogPreference
 Methods: 21
  getDialog | 
  getDialogIcon | 
  getDialogLayoutResource | 
  getDialogMessage | 
  getDialogTitle | 
  getNegativeButtonText | 
  getPositiveButtonText | 
  onActivityDestroy | 
  onClick | dialog, which
  onDismiss | dialog
  setDialogIcon | dialogIconRes
  setDialogIcon | dialogIcon
  setDialogLayoutResource | dialogLayoutResId
  setDialogMessage | dialogMessage
  setDialogMessage | dialogMessageResId
  setDialogTitle | dialogTitleResId
  setDialogTitle | dialogTitle
  setNegativeButtonText | negativeButtonText
  setNegativeButtonText | negativeButtonTextResId
  setPositiveButtonText | positiveButtonTextResId
  setPositiveButtonText | positiveButtonText
android.preference.EditTextPreference
 Methods: 4
  getEditText | 
  getText | 
  setText | text
  shouldDisableDependents | 
android.preference.ListPreference
 Methods: 13
  findIndexOfValue | value
  getEntries | 
  getEntry | 
  getEntryValues | 
  getSummary | 
  getValue | 
  setEntries | entries
  setEntries | entriesResId
  setEntryValues | entryValuesResId
  setEntryValues | entryValues
  setSummary | summary
  setValue | value
  setValueIndex | index
android.preference.MultiSelectListPreference
 Methods: 9
  findIndexOfValue | value
  getEntries | 
  getEntryValues | 
  getValues | 
  setEntries | entries
  setEntries | entriesResId
  setEntryValues | entryValuesResId
  setEntryValues | entryValues
  setValues | values
android.preference.Preference
 Methods: 65
  compareTo | another
  getContext | 
  getDependency | 
  getEditor | 
  getExtras | 
  getFragment | 
  getIcon | 
  getIntent | 
  getKey | 
  getLayoutResource | 
  getOnPreferenceChangeListener | 
  getOnPreferenceClickListener | 
  getOrder | 
  getParent | 
  getPersistedStringSet | defaultReturnValue
  getPreferenceDataStore | 
  getPreferenceManager | 
  getSharedPreferences | 
  getShouldDisableView | 
  getSummary | 
  getTitle | 
  getTitleRes | 
  getView | convertView, parent
  getWidgetLayoutResource | 
  hasKey | 
  isEnabled | 
  isIconSpaceReserved | 
  isPersistent | 
  isRecycleEnabled | 
  isSelectable | 
  isSingleLineTitle | 
  notifyDependencyChange | disableDependents
  onDependencyChanged | dependency, disableDependent
  onParentChanged | parent, disableChild
  peekExtras | 
  persistStringSet | values
  restoreHierarchyState | container
  saveHierarchyState | container
  setDefaultValue | defaultValue
  setDependency | dependencyKey
  setEnabled | enabled
  setFragment | fragment
  setIcon | icon
  setIcon | iconResId
  setIconSpaceReserved | iconSpaceReserved
  setIntent | intent
  setKey | key
  setLayoutResource | layoutResId
  setOnPreferenceChangeListener | onPreferenceChangeListener
  setOnPreferenceClickListener | onPreferenceClickListener
  setOrder | order
  setPersistent | persistent
  setPreferenceDataStore | dataStore
  setRecycleEnabled | enabled
  setSelectable | selectable
  setShouldDisableView | shouldDisableView
  setSingleLineTitle | singleLineTitle
  setSummary | summary
  setSummary | summaryResId
  setTitle | title
  setTitle | titleResId
  setWidgetLayoutResource | widgetLayoutResId
  shouldCommit | 
  shouldDisableDependents | 
  toString | 
android.preference.Preference$BaseSavedState
 Methods: 0
android.preference.PreferenceActivity
 Methods: 32
  addPreferencesFromIntent | intent
  addPreferencesFromResource | preferencesResId
  findPreference | key
  finishPreferencePanel | caller, resultCode, resultData
  getPreferenceManager | 
  getPreferenceScreen | 
  hasHeaders | 
  invalidateHeaders | 
  isMultiPane | 
  loadHeadersFromResource | resid, target
  onBackPressed | 
  onBuildHeaders | target
  onBuildStartFragmentIntent | fragmentName, args, titleRes, shortTitleRes
  onContentChanged | 
  onGetInitialHeader | 
  onGetNewHeader | 
  onHeaderClick | header, position
  onIsHidingHeaders | 
  onIsMultiPane | 
  onOptionsItemSelected | item
  onPreferenceStartFragment | caller, pref
  onPreferenceTreeClick | preferenceScreen, preference
  setListFooter | view
  setParentTitle | title, shortTitle, listener
  setPreferenceScreen | preferenceScreen
  showBreadCrumbs | title, shortTitle
  startPreferenceFragment | fragment, push
  startPreferencePanel | fragmentClass, args, titleRes, titleText, resultTo, resultRequestCode
  startWithFragment | fragmentName, args, resultTo, resultRequestCode, titleRes, shortTitleRes
  startWithFragment | fragmentName, args, resultTo, resultRequestCode
  switchToHeader | fragmentName, args
  switchToHeader | header
android.preference.PreferenceActivity$Header
 Methods: 7
  describeContents | 
  getBreadCrumbShortTitle | res
  getBreadCrumbTitle | res
  getSummary | res
  getTitle | res
  readFromParcel | in
  writeToParcel | dest, flags
android.preference.PreferenceCategory
 Methods: 2
  isEnabled | 
  shouldDisableDependents | 
android.preference.PreferenceFragment
 Methods: 17
  addPreferencesFromIntent | intent
  addPreferencesFromResource | preferencesResId
  findPreference | key
  getPreferenceManager | 
  getPreferenceScreen | 
  onActivityCreated | savedInstanceState
  onActivityResult | requestCode, resultCode, data
  onCreate | savedInstanceState
  onCreateView | inflater, container, savedInstanceState
  onDestroy | 
  onDestroyView | 
  onPreferenceTreeClick | preferenceScreen, preference
  onSaveInstanceState | outState
  onStart | 
  onStop | 
  onViewCreated | view, savedInstanceState
  setPreferenceScreen | preferenceScreen
android.preference.PreferenceGroup
 Methods: 10
  addItemFromInflater | preference
  addPreference | preference
  findPreference | key
  getPreference | index
  getPreferenceCount | 
  isOrderingAsAdded | 
  notifyDependencyChange | disableDependents
  removeAll | 
  removePreference | preference
  setOrderingAsAdded | orderingAsAdded
android.preference.PreferenceManager
 Methods: 17
  createPreferenceScreen | context
  findPreference | key
  getDefaultSharedPreferences | context
  getDefaultSharedPreferencesName | context
  getPreferenceDataStore | 
  getSharedPreferences | 
  getSharedPreferencesMode | 
  getSharedPreferencesName | 
  isStorageDefault | 
  isStorageDeviceProtected | 
  setDefaultValues | context, sharedPreferencesName, sharedPreferencesMode, resId, readAgain
  setDefaultValues | context, resId, readAgain
  setPreferenceDataStore | dataStore
  setSharedPreferencesMode | sharedPreferencesMode
  setSharedPreferencesName | sharedPreferencesName
  setStorageDefault | 
  setStorageDeviceProtected | 
android.preference.PreferenceScreen
 Methods: 5
  bind | listView
  getDialog | 
  getRootAdapter | 
  onDismiss | dialog
  onItemClick | parent, view, position, id
android.preference.RingtonePreference
 Methods: 7
  getRingtoneType | 
  getShowDefault | 
  getShowSilent | 
  onActivityResult | requestCode, resultCode, data
  setRingtoneType | type
  setShowDefault | showDefault
  setShowSilent | showSilent
android.preference.SwitchPreference
 Methods: 6
  getSwitchTextOff | 
  getSwitchTextOn | 
  setSwitchTextOff | resId
  setSwitchTextOff | offText
  setSwitchTextOn | onText
  setSwitchTextOn | resId
android.preference.TwoStatePreference
 Methods: 11
  getDisableDependentsState | 
  getSummaryOff | 
  getSummaryOn | 
  isChecked | 
  setChecked | checked
  setDisableDependentsState | disableDependentsState
  setSummaryOff | summary
  setSummaryOff | summaryResId
  setSummaryOn | summaryResId
  setSummaryOn | summary
  shouldDisableDependents | 
android.print.PageRange
 Methods: 7
  describeContents | 
  equals | obj
  getEnd | 
  getStart | 
  hashCode | 
  toString | 
  writeToParcel | parcel, flags
android.print.PrintAttributes
 Methods: 10
  describeContents | 
  equals | obj
  getColorMode | 
  getDuplexMode | 
  getMediaSize | 
  getMinMargins | 
  getResolution | 
  hashCode | 
  toString | 
  writeToParcel | parcel, flags
android.print.PrintAttributes$Builder
 Methods: 6
  build | 
  setColorMode | colorMode
  setDuplexMode | duplexMode
  setMediaSize | mediaSize
  setMinMargins | margins
  setResolution | resolution
android.print.PrintAttributes$Margins
 Methods: 7
  equals | obj
  getBottomMils | 
  getLeftMils | 
  getRightMils | 
  getTopMils | 
  hashCode | 
  toString | 
android.print.PrintAttributes$MediaSize
 Methods: 10
  asLandscape | 
  asPortrait | 
  equals | obj
  getHeightMils | 
  getId | 
  getLabel | packageManager
  getWidthMils | 
  hashCode | 
  isPortrait | 
  toString | 
android.print.PrintAttributes$Resolution
 Methods: 7
  equals | obj
  getHorizontalDpi | 
  getId | 
  getLabel | 
  getVerticalDpi | 
  hashCode | 
  toString | 
android.print.PrintDocumentAdapter
 Methods: 4
  onFinish | 
  onLayout | oldAttributes, newAttributes, cancellationSignal, callback, extras
  onStart | 
  onWrite | pages, destination, cancellationSignal, callback
android.print.PrintDocumentAdapter$LayoutResultCallback
 Methods: 3
  onLayoutCancelled | 
  onLayoutFailed | error
  onLayoutFinished | info, changed
android.print.PrintDocumentAdapter$WriteResultCallback
 Methods: 3
  onWriteCancelled | 
  onWriteFailed | error
  onWriteFinished | pages
android.print.PrintDocumentInfo
 Methods: 9
  describeContents | 
  equals | obj
  getContentType | 
  getDataSize | 
  getName | 
  getPageCount | 
  hashCode | 
  toString | 
  writeToParcel | parcel, flags
android.print.PrintDocumentInfo$Builder
 Methods: 3
  build | 
  setContentType | type
  setPageCount | pageCount
android.print.PrinterCapabilitiesInfo
 Methods: 11
  describeContents | 
  equals | obj
  getColorModes | 
  getDefaults | 
  getDuplexModes | 
  getMediaSizes | 
  getMinMargins | 
  getResolutions | 
  hashCode | 
  toString | 
  writeToParcel | parcel, flags
android.print.PrinterCapabilitiesInfo$Builder
 Methods: 6
  addMediaSize | mediaSize, isDefault
  addResolution | resolution, isDefault
  build | 
  setColorModes | colorModes, defaultColorMode
  setDuplexModes | duplexModes, defaultDuplexMode
  setMinMargins | margins
android.print.PrinterId
 Methods: 6
  describeContents | 
  equals | object
  getLocalId | 
  hashCode | 
  toString | 
  writeToParcel | parcel, flags
android.print.PrinterInfo
 Methods: 10
  describeContents | 
  equals | obj
  getCapabilities | 
  getDescription | 
  getId | 
  getName | 
  getStatus | 
  hashCode | 
  toString | 
  writeToParcel | parcel, flags
android.print.PrinterInfo$Builder
 Methods: 8
  build | 
  setCapabilities | capabilities
  setDescription | description
  setHasCustomPrinterIcon | hasCustomPrinterIcon
  setIconResourceId | iconResourceId
  setInfoIntent | infoIntent
  setName | name
  setStatus | status
android.print.PrintJob
 Methods: 12
  cancel | 
  equals | obj
  getId | 
  getInfo | 
  hashCode | 
  isBlocked | 
  isCancelled | 
  isCompleted | 
  isFailed | 
  isQueued | 
  isStarted | 
  restart | 
android.print.PrintJobId
 Methods: 4
  describeContents | 
  equals | obj
  hashCode | 
  writeToParcel | parcel, flags
android.print.PrintJobInfo
 Methods: 14
  describeContents | 
  getAdvancedIntOption | key
  getAdvancedStringOption | key
  getAttributes | 
  getCopies | 
  getCreationTime | 
  getId | 
  getLabel | 
  getPages | 
  getPrinterId | 
  getState | 
  hasAdvancedOption | key
  toString | 
  writeToParcel | parcel, flags
android.print.PrintJobInfo$Builder
 Methods: 6
  build | 
  putAdvancedOption | key, value
  putAdvancedOption | key, value
  setAttributes | attributes
  setCopies | copies
  setPages | pages
android.print.PrintManager
 Methods: 2
  getPrintJobs | 
  print | printJobName, documentAdapter, attributes
android.print.pdf.PrintedPdfDocument
 Methods: 4
  getPageContentRect | 
  getPageHeight | 
  getPageWidth | 
  startPage | pageNumber
android.printservice.CustomPrinterIconCallback
 Methods: 1
  onCustomPrinterIconLoaded | icon
android.printservice.PrintDocument
 Methods: 2
  getData | 
  getInfo | 
android.printservice.PrinterDiscoverySession
 Methods: 13
  addPrinters | printers
  getPrinters | 
  getTrackedPrinters | 
  isDestroyed | 
  isPrinterDiscoveryStarted | 
  onDestroy | 
  onRequestCustomPrinterIcon | printerId, cancellationSignal, callback
  onStartPrinterDiscovery | priorityList
  onStartPrinterStateTracking | printerId
  onStopPrinterDiscovery | 
  onStopPrinterStateTracking | printerId
  onValidatePrinters | printerIds
  removePrinters | printerIds
android.printservice.PrintJob
 Methods: 24
  block | reason
  cancel | 
  complete | 
  equals | obj
  fail | error
  getAdvancedIntOption | key
  getAdvancedStringOption | key
  getDocument | 
  getId | 
  getInfo | 
  getTag | 
  hasAdvancedOption | key
  hashCode | 
  isBlocked | 
  isCancelled | 
  isCompleted | 
  isFailed | 
  isQueued | 
  isStarted | 
  setProgress | progress
  setStatus | status
  setStatus | statusResId
  setTag | tag
  start | 
android.printservice.PrintService
 Methods: 3
  generatePrinterId | localId
  getActivePrintJobs | 
  onBind | intent
android.provider.BaseColumns
 Methods: 0
android.provider.CalendarContract$AttendeesColumns
 Methods: 0
android.provider.CalendarContract$CalendarAlertsColumns
 Methods: 0
android.provider.CalendarContract$CalendarCacheColumns
 Methods: 0
android.provider.CalendarContract$CalendarColumns
 Methods: 0
android.provider.CalendarContract$CalendarSyncColumns
 Methods: 0
android.provider.CalendarContract$ColorsColumns
 Methods: 0
android.provider.CalendarContract$EventDaysColumns
 Methods: 0
android.provider.CalendarContract$EventsColumns
 Methods: 0
android.provider.CalendarContract$ExtendedPropertiesColumns
 Methods: 0
android.provider.CalendarContract$RemindersColumns
 Methods: 0
android.provider.CalendarContract$SyncColumns
 Methods: 0
android.provider.Contacts$ContactMethodsColumns
 Methods: 0
android.provider.Contacts$ExtensionsColumns
 Methods: 0
android.provider.Contacts$GroupsColumns
 Methods: 0
android.provider.Contacts$OrganizationColumns
 Methods: 0
android.provider.Contacts$PeopleColumns
 Methods: 0
android.provider.Contacts$PhonesColumns
 Methods: 0
android.provider.Contacts$PhotosColumns
 Methods: 0
android.provider.Contacts$PresenceColumns
 Methods: 0
android.provider.Contacts$SettingsColumns
 Methods: 0
android.provider.ContactsContract$BaseSyncColumns
 Methods: 0
android.provider.ContactsContract$CommonDataKinds$BaseTypes
 Methods: 0
android.provider.ContactsContract$CommonDataKinds$CommonColumns
 Methods: 0
android.provider.ContactsContract$ContactNameColumns
 Methods: 0
android.provider.ContactsContract$ContactOptionsColumns
 Methods: 0
android.provider.ContactsContract$ContactsColumns
 Methods: 0
android.provider.ContactsContract$ContactStatusColumns
 Methods: 0
android.provider.ContactsContract$DataColumns
 Methods: 0
android.provider.ContactsContract$DataColumnsWithJoins
 Methods: 0
android.provider.ContactsContract$DataUsageStatColumns
 Methods: 0
android.provider.ContactsContract$DeletedContactsColumns
 Methods: 0
android.provider.ContactsContract$DisplayNameSources
 Methods: 0
android.provider.ContactsContract$FullNameStyle
 Methods: 0
android.provider.ContactsContract$GroupsColumns
 Methods: 0
android.provider.ContactsContract$PhoneLookupColumns
 Methods: 0
android.provider.ContactsContract$PhoneticNameStyle
 Methods: 0
android.provider.ContactsContract$PresenceColumns
 Methods: 0
android.provider.ContactsContract$RawContactsColumns
 Methods: 0
android.provider.ContactsContract$SettingsColumns
 Methods: 0
android.provider.ContactsContract$StatusColumns
 Methods: 0
android.provider.ContactsContract$SyncColumns
 Methods: 0
android.provider.MediaStore$Audio$AlbumColumns
 Methods: 0
android.provider.MediaStore$Audio$ArtistColumns
 Methods: 0
android.provider.MediaStore$Audio$AudioColumns
 Methods: 0
android.provider.MediaStore$Audio$GenresColumns
 Methods: 0
android.provider.MediaStore$Audio$PlaylistsColumns
 Methods: 0
android.provider.MediaStore$DownloadColumns
 Methods: 0
android.provider.MediaStore$Files$FileColumns
 Methods: 0
android.provider.MediaStore$Images$ImageColumns
 Methods: 0
android.provider.MediaStore$MediaColumns
 Methods: 0
android.provider.MediaStore$Video$VideoColumns
 Methods: 0
android.provider.OpenableColumns
 Methods: 0
android.provider.SyncStateContract$Columns
 Methods: 0
android.provider.Telephony$BaseMmsColumns
 Methods: 0
android.provider.Telephony$CanonicalAddressesColumns
 Methods: 0
android.provider.Telephony$TextBasedSmsColumns
 Methods: 0
android.provider.Telephony$ThreadsColumns
 Methods: 0
android.provider.AlarmClock
 Methods: 0
android.provider.BlockedNumberContract
 Methods: 3
  canCurrentUserBlockNumbers | context
  isBlocked | context, phoneNumber
  unblock | context, phoneNumber
android.provider.BlockedNumberContract$BlockedNumbers
 Methods: 0
android.provider.Browser
 Methods: 1
  sendString | context, string
android.provider.CalendarContract
 Methods: 1
  startViewCalendarEventInManagedProfile | context, eventId, startMs, endMs, allDay, flags
android.provider.CalendarContract$Attendees
 Methods: 1
  query | cr, eventId, projection
android.provider.CalendarContract$CalendarAlerts
 Methods: 0
android.provider.CalendarContract$CalendarCache
 Methods: 0
android.provider.CalendarContract$CalendarEntity
 Methods: 1
  newEntityIterator | cursor
android.provider.CalendarContract$Calendars
 Methods: 0
android.provider.CalendarContract$Colors
 Methods: 0
android.provider.CalendarContract$EventDays
 Methods: 1
  query | cr, startDay, numDays, projection
android.provider.CalendarContract$Events
 Methods: 0
android.provider.CalendarContract$EventsEntity
 Methods: 2
  newEntityIterator | cursor, provider
  newEntityIterator | cursor, resolver
android.provider.CalendarContract$ExtendedProperties
 Methods: 0
android.provider.CalendarContract$Instances
 Methods: 2
  query | cr, projection, begin, end
  query | cr, projection, begin, end, searchQuery
android.provider.CalendarContract$Reminders
 Methods: 1
  query | cr, eventId, projection
android.provider.CalendarContract$SyncState
 Methods: 0
android.provider.CallLog
 Methods: 0
android.provider.CallLog$Calls
 Methods: 1
  getLastOutgoingCall | context
android.provider.Contacts
 Methods: 0
android.provider.Contacts$ContactMethods
 Methods: 5
  addPostalLocation | context, postalId, latitude, longitude
  decodeImProtocol | encodedString
  encodeCustomImProtocol | protocolString
  encodePredefinedImProtocol | protocol
  getDisplayLabel | context, kind, type, label
android.provider.Contacts$Extensions
 Methods: 0
android.provider.Contacts$GroupMembership
 Methods: 0
android.provider.Contacts$Groups
 Methods: 0
android.provider.Contacts$Intents
 Methods: 0
android.provider.Contacts$Intents$Insert
 Methods: 0
android.provider.Contacts$Intents$UI
 Methods: 0
android.provider.Contacts$Organizations
 Methods: 1
  getDisplayLabel | context, type, label
android.provider.Contacts$People
 Methods: 9
  addToGroup | resolver, personId, groupId
  addToGroup | resolver, personId, groupName
  addToMyContactsGroup | resolver, personId
  createPersonInMyContactsGroup | resolver, values
  loadContactPhoto | context, person, placeholderImageResource, options
  markAsContacted | resolver, personId
  openContactPhotoInputStream | cr, person
  queryGroups | resolver, person
  setPhotoData | cr, person, data
android.provider.Contacts$People$ContactMethods
 Methods: 0
android.provider.Contacts$People$Extensions
 Methods: 0
android.provider.Contacts$People$Phones
 Methods: 0
android.provider.Contacts$Phones
 Methods: 2
  getDisplayLabel | context, type, label, labelArray
  getDisplayLabel | context, type, label
android.provider.Contacts$Photos
 Methods: 0
android.provider.Contacts$Settings
 Methods: 2
  getSetting | cr, account, key
  setSetting | cr, account, key, value
android.provider.ContactsContract
 Methods: 1
  isProfileId | id
android.provider.ContactsContract$AggregationExceptions
 Methods: 0
android.provider.ContactsContract$CommonDataKinds
 Methods: 0
android.provider.ContactsContract$CommonDataKinds$Callable
 Methods: 0
android.provider.ContactsContract$CommonDataKinds$Contactables
 Methods: 0
android.provider.ContactsContract$CommonDataKinds$Email
 Methods: 2
  getTypeLabel | res, type, label
  getTypeLabelResource | type
android.provider.ContactsContract$CommonDataKinds$Event
 Methods: 2
  getTypeLabel | res, type, label
  getTypeResource | type
android.provider.ContactsContract$CommonDataKinds$GroupMembership
 Methods: 0
android.provider.ContactsContract$CommonDataKinds$Identity
 Methods: 0
android.provider.ContactsContract$CommonDataKinds$Im
 Methods: 4
  getProtocolLabel | res, type, label
  getProtocolLabelResource | type
  getTypeLabel | res, type, label
  getTypeLabelResource | type
android.provider.ContactsContract$CommonDataKinds$Nickname
 Methods: 0
android.provider.ContactsContract$CommonDataKinds$Note
 Methods: 0
android.provider.ContactsContract$CommonDataKinds$Organization
 Methods: 2
  getTypeLabel | res, type, label
  getTypeLabelResource | type
android.provider.ContactsContract$CommonDataKinds$Phone
 Methods: 2
  getTypeLabel | res, type, label
  getTypeLabelResource | type
android.provider.ContactsContract$CommonDataKinds$Photo
 Methods: 0
android.provider.ContactsContract$CommonDataKinds$Relation
 Methods: 2
  getTypeLabel | res, type, label
  getTypeLabelResource | type
android.provider.ContactsContract$CommonDataKinds$SipAddress
 Methods: 2
  getTypeLabel | res, type, label
  getTypeLabelResource | type
android.provider.ContactsContract$CommonDataKinds$StructuredName
 Methods: 0
android.provider.ContactsContract$CommonDataKinds$StructuredPostal
 Methods: 2
  getTypeLabel | res, type, label
  getTypeLabelResource | type
android.provider.ContactsContract$CommonDataKinds$Website
 Methods: 0
android.provider.ContactsContract$Contacts
 Methods: 7
  getLookupUri | resolver, contactUri
  getLookupUri | contactId, lookupKey
  isEnterpriseContactId | contactId
  lookupContact | resolver, lookupUri
  markAsContacted | resolver, contactId
  openContactPhotoInputStream | cr, contactUri
  openContactPhotoInputStream | cr, contactUri, preferHighres
android.provider.ContactsContract$Contacts$AggregationSuggestions
 Methods: 0
android.provider.ContactsContract$Contacts$AggregationSuggestions$Builder
 Methods: 4
  addNameParameter | name
  build | 
  setContactId | contactId
  setLimit | limit
android.provider.ContactsContract$Contacts$Data
 Methods: 0
android.provider.ContactsContract$Contacts$Entity
 Methods: 0
android.provider.ContactsContract$Contacts$Photo
 Methods: 0
android.provider.ContactsContract$Data
 Methods: 1
  getContactLookupUri | resolver, dataUri
android.provider.ContactsContract$DataUsageFeedback
 Methods: 0
android.provider.ContactsContract$DeletedContacts
 Methods: 0
android.provider.ContactsContract$Directory
 Methods: 3
  isEnterpriseDirectoryId | directoryId
  isRemoteDirectoryId | directoryId
  notifyDirectoryChange | resolver
android.provider.ContactsContract$DisplayPhoto
 Methods: 0
android.provider.ContactsContract$Groups
 Methods: 1
  newEntityIterator | cursor
android.provider.ContactsContract$Intents
 Methods: 0
android.provider.ContactsContract$Intents$Insert
 Methods: 0
android.provider.ContactsContract$PhoneLookup
 Methods: 0
android.provider.ContactsContract$PinnedPositions
 Methods: 2
  pin | contentResolver, contactId, pinnedPosition
  undemote | contentResolver, contactId
android.provider.ContactsContract$Presence
 Methods: 0
android.provider.ContactsContract$Profile
 Methods: 0
android.provider.ContactsContract$ProfileSyncState
 Methods: 4
  get | provider, account
  getWithUri | provider, account
  newSetOperation | account, data
  set | provider, account, data
android.provider.ContactsContract$ProviderStatus
 Methods: 0
android.provider.ContactsContract$QuickContact
 Methods: 4
  showQuickContact | context, target, lookupUri, excludeMimes, prioritizedMimeType
  showQuickContact | context, target, lookupUri, mode, excludeMimes
  showQuickContact | context, target, lookupUri, mode, excludeMimes
  showQuickContact | context, target, lookupUri, excludeMimes, prioritizedMimeType
android.provider.ContactsContract$RawContacts
 Methods: 2
  getContactLookupUri | resolver, rawContactUri
  newEntityIterator | cursor
android.provider.ContactsContract$RawContacts$Data
 Methods: 0
android.provider.ContactsContract$RawContacts$DisplayPhoto
 Methods: 0
android.provider.ContactsContract$RawContacts$Entity
 Methods: 0
android.provider.ContactsContract$RawContactsEntity
 Methods: 0
android.provider.ContactsContract$SearchSnippets
 Methods: 0
android.provider.ContactsContract$Settings
 Methods: 0
android.provider.ContactsContract$StatusUpdates
 Methods: 2
  getPresenceIconResourceId | status
  getPresencePrecedence | status
android.provider.ContactsContract$SyncState
 Methods: 4
  get | provider, account
  getWithUri | provider, account
  newSetOperation | account, data
  set | provider, account, data
android.provider.DocumentsContract
 Methods: 29
  buildChildDocumentsUri | authority, parentDocumentId
  buildChildDocumentsUriUsingTree | treeUri, parentDocumentId
  buildDocumentUri | authority, documentId
  buildDocumentUriUsingTree | treeUri, documentId
  buildRecentDocumentsUri | authority, rootId
  buildRootUri | authority, rootId
  buildRootsUri | authority
  buildSearchDocumentsUri | authority, rootId, query
  buildTreeDocumentUri | authority, documentId
  copyDocument | content, sourceDocumentUri, targetParentDocumentUri
  createDocument | content, parentDocumentUri, mimeType, displayName
  createWebLinkIntent | content, uri, options
  deleteDocument | content, documentUri
  ejectRoot | content, rootUri
  findDocumentPath | content, treeUri
  getDocumentId | documentUri
  getDocumentMetadata | content, documentUri
  getDocumentThumbnail | content, documentUri, size, signal
  getRootId | rootUri
  getSearchDocumentsQuery | searchDocumentsUri
  getTreeDocumentId | documentUri
  isChildDocument | content, parentDocumentUri, childDocumentUri
  isDocumentUri | context, uri
  isRootUri | context, uri
  isRootsUri | context, uri
  isTreeUri | uri
  moveDocument | content, sourceDocumentUri, sourceParentDocumentUri, targetParentDocumentUri
  removeDocument | content, documentUri, parentDocumentUri
  renameDocument | content, documentUri, displayName
android.provider.DocumentsContract$Document
 Methods: 0
android.provider.DocumentsContract$Path
 Methods: 7
  describeContents | 
  equals | o
  getPath | 
  getRootId | 
  hashCode | 
  toString | 
  writeToParcel | dest, flags
android.provider.DocumentsContract$Root
 Methods: 0
android.provider.DocumentsProvider
 Methods: 42
  attachInfo | context, info
  call | method, arg, extras
  canonicalize | uri
  copyDocument | sourceDocumentId, targetParentDocumentId
  createDocument | parentDocumentId, mimeType, displayName
  createWebLinkIntent | documentId, options
  delete | uri, selection, selectionArgs
  deleteDocument | documentId
  ejectRoot | rootId
  findDocumentPath | parentDocumentId, childDocumentId
  getDocumentMetadata | documentId
  getDocumentStreamTypes | documentId, mimeTypeFilter
  getDocumentType | documentId
  getStreamTypes | uri, mimeTypeFilter
  getType | uri
  insert | uri, values
  isChildDocument | parentDocumentId, documentId
  moveDocument | sourceDocumentId, sourceParentDocumentId, targetParentDocumentId
  openAssetFile | uri, mode, signal
  openAssetFile | uri, mode
  openDocument | documentId, mode, signal
  openDocumentThumbnail | documentId, sizeHint, signal
  openFile | uri, mode, signal
  openFile | uri, mode
  openTypedAssetFile | uri, mimeTypeFilter, opts
  openTypedAssetFile | uri, mimeTypeFilter, opts, signal
  openTypedDocument | documentId, mimeTypeFilter, opts, signal
  query | uri, projection, queryArgs, cancellationSignal
  query | uri, projection, selection, selectionArgs, sortOrder, cancellationSignal
  query | uri, projection, selection, selectionArgs, sortOrder
  queryChildDocuments | parentDocumentId, projection, queryArgs
  queryChildDocuments | parentDocumentId, projection, sortOrder
  queryDocument | documentId, projection
  queryRecentDocuments | rootId, projection, queryArgs, signal
  queryRecentDocuments | rootId, projection
  queryRoots | projection
  querySearchDocuments | rootId, projection, queryArgs
  querySearchDocuments | rootId, query, projection
  removeDocument | documentId, parentDocumentId
  renameDocument | documentId, displayName
  revokeDocumentPermission | documentId
  update | uri, values, selection, selectionArgs
android.provider.FontRequest
 Methods: 5
  getCertificates | 
  getProviderAuthority | 
  getProviderPackage | 
  getQuery | 
  toString | 
android.provider.FontsContract
 Methods: 3
  buildTypeface | context, cancellationSignal, fonts
  fetchFonts | context, cancellationSignal, request
  requestFonts | context, request, handler, cancellationSignal, callback
android.provider.FontsContract$Columns
 Methods: 0
android.provider.FontsContract$FontFamilyResult
 Methods: 2
  getFonts | 
  getStatusCode | 
android.provider.FontsContract$FontInfo
 Methods: 6
  getAxes | 
  getResultCode | 
  getTtcIndex | 
  getUri | 
  getWeight | 
  isItalic | 
android.provider.FontsContract$FontRequestCallback
 Methods: 2
  onTypefaceRequestFailed | reason
  onTypefaceRetrieved | typeface
android.provider.LiveFolders
 Methods: 0
android.provider.MediaStore
 Methods: 9
  getDocumentUri | context, mediaUri
  getExternalVolumeNames | context
  getMediaScannerUri | 
  getMediaUri | context, documentUri
  getVersion | context
  getVersion | context, volumeName
  getVolumeName | uri
  setIncludePending | uri
  setRequireOriginal | uri
android.provider.MediaStore$Audio
 Methods: 1
  keyFor | name
android.provider.MediaStore$Audio$Albums
 Methods: 1
  getContentUri | volumeName
android.provider.MediaStore$Audio$Artists
 Methods: 1
  getContentUri | volumeName
android.provider.MediaStore$Audio$Artists$Albums
 Methods: 1
  getContentUri | volumeName, artistId
android.provider.MediaStore$Audio$Genres
 Methods: 2
  getContentUri | volumeName
  getContentUriForAudioId | volumeName, audioId
android.provider.MediaStore$Audio$Genres$Members
 Methods: 1
  getContentUri | volumeName, genreId
android.provider.MediaStore$Audio$Media
 Methods: 2
  getContentUri | volumeName
  getContentUriForPath | path
android.provider.MediaStore$Audio$Playlists
 Methods: 1
  getContentUri | volumeName
android.provider.MediaStore$Audio$Playlists$Members
 Methods: 2
  getContentUri | volumeName, playlistId
  moveItem | res, playlistId, from, to
android.provider.MediaStore$Audio$Radio
 Methods: 0
android.provider.MediaStore$Downloads
 Methods: 1
  getContentUri | volumeName
android.provider.MediaStore$Files
 Methods: 2
  getContentUri | volumeName
  getContentUri | volumeName, rowId
android.provider.MediaStore$Images
 Methods: 0
android.provider.MediaStore$Images$Media
 Methods: 7
  getBitmap | cr, url
  getContentUri | volumeName
  insertImage | cr, imagePath, name, description
  insertImage | cr, source, title, description
  query | cr, uri, projection
  query | cr, uri, projection, where, orderBy
  query | cr, uri, projection, selection, selectionArgs, orderBy
android.provider.MediaStore$Images$Thumbnails
 Methods: 8
  cancelThumbnailRequest | cr, origId
  cancelThumbnailRequest | cr, origId, groupId
  getContentUri | volumeName
  getThumbnail | cr, imageId, groupId, kind, options
  getThumbnail | cr, imageId, kind, options
  query | cr, uri, projection
  queryMiniThumbnail | cr, origId, kind, projection
  queryMiniThumbnails | cr, uri, kind, projection
android.provider.MediaStore$Video
 Methods: 1
  query | cr, uri, projection
android.provider.MediaStore$Video$Media
 Methods: 1
  getContentUri | volumeName
android.provider.MediaStore$Video$Thumbnails
 Methods: 5
  cancelThumbnailRequest | cr, origId
  cancelThumbnailRequest | cr, videoId, groupId
  getContentUri | volumeName
  getThumbnail | cr, videoId, groupId, kind, options
  getThumbnail | cr, videoId, kind, options
android.provider.SearchRecentSuggestions
 Methods: 2
  clearHistory | 
  saveRecentQuery | queryString, line2
android.provider.Settings
 Methods: 1
  canDrawOverlays | context
android.provider.Settings$Global
 Methods: 12
  getFloat | cr, name, def
  getFloat | cr, name
  getInt | cr, name
  getInt | cr, name, def
  getLong | cr, name
  getLong | cr, name, def
  getString | resolver, name
  getUriFor | name
  putFloat | cr, name, value
  putInt | cr, name, value
  putLong | cr, name, value
  putString | resolver, name, value
android.provider.Settings$NameValueTable
 Methods: 1
  getUriFor | uri, name
android.provider.Settings$Panel
 Methods: 0
android.provider.Settings$Secure
 Methods: 14
  getFloat | cr, name, def
  getFloat | cr, name
  getInt | cr, name, def
  getInt | cr, name
  getLong | cr, name
  getLong | cr, name, def
  getString | resolver, name
  getUriFor | name
  isLocationProviderEnabled | cr, provider
  putFloat | cr, name, value
  putInt | cr, name, value
  putLong | cr, name, value
  putString | resolver, name, value
  setLocationProviderEnabled | cr, provider, enabled
android.provider.Settings$System
 Methods: 17
  canWrite | context
  getConfiguration | cr, outConfig
  getFloat | cr, name, def
  getFloat | cr, name
  getInt | cr, name, def
  getInt | cr, name
  getLong | cr, name
  getLong | cr, name, def
  getShowGTalkServiceStatus | cr
  getString | resolver, name
  getUriFor | name
  putConfiguration | cr, config
  putFloat | cr, name, value
  putInt | cr, name, value
  putLong | cr, name, value
  putString | resolver, name, value
  setShowGTalkServiceStatus | cr, flag
android.provider.SettingsSlicesContract
 Methods: 0
android.provider.SyncStateContract
 Methods: 0
android.provider.SyncStateContract$Constants
 Methods: 0
android.provider.SyncStateContract$Helpers
 Methods: 7
  get | provider, uri, account
  getWithUri | provider, uri, account
  insert | provider, uri, account, data
  newSetOperation | uri, account, data
  newUpdateOperation | uri, data
  set | provider, uri, account, data
  update | provider, uri, data
android.provider.Telephony
 Methods: 0
android.provider.Telephony$CarrierId
 Methods: 2
  getSpecificCarrierIdUriForSubscriptionId | subscriptionId
  getUriForSubscriptionId | subscriptionId
android.provider.Telephony$Carriers
 Methods: 0
android.provider.Telephony$Mms
 Methods: 0
android.provider.Telephony$Mms$Addr
 Methods: 0
android.provider.Telephony$Mms$Draft
 Methods: 0
android.provider.Telephony$Mms$Inbox
 Methods: 0
android.provider.Telephony$Mms$Intents
 Methods: 0
android.provider.Telephony$Mms$Outbox
 Methods: 0
android.provider.Telephony$Mms$Part
 Methods: 0
android.provider.Telephony$Mms$Rate
 Methods: 0
android.provider.Telephony$Mms$Sent
 Methods: 0
android.provider.Telephony$MmsSms
 Methods: 0
android.provider.Telephony$MmsSms$PendingMessages
 Methods: 0
android.provider.Telephony$ServiceStateTable
 Methods: 2
  getUriForSubscriptionId | subscriptionId
  getUriForSubscriptionIdAndField | subscriptionId, field
android.provider.Telephony$Sms
 Methods: 1
  getDefaultSmsPackage | context
android.provider.Telephony$Sms$Conversations
 Methods: 0
android.provider.Telephony$Sms$Draft
 Methods: 0
android.provider.Telephony$Sms$Inbox
 Methods: 0
android.provider.Telephony$Sms$Intents
 Methods: 1
  getMessagesFromIntent | intent
android.provider.Telephony$Sms$Outbox
 Methods: 0
android.provider.Telephony$Sms$Sent
 Methods: 0
android.provider.Telephony$Threads
 Methods: 2
  getOrCreateThreadId | context, recipient
  getOrCreateThreadId | context, recipients
android.provider.UserDictionary
 Methods: 0
android.provider.UserDictionary$Words
 Methods: 2
  addWord | context, word, frequency, localeType
  addWord | context, word, frequency, shortcut, locale
android.provider.VoicemailContract
 Methods: 0
android.provider.VoicemailContract$Status
 Methods: 1
  buildSourceUri | packageName
android.provider.VoicemailContract$Voicemails
 Methods: 1
  buildSourceUri | packageName
android.provider.Settings$SettingNotFoundException
 Methods: 0
android.renderscript.Allocation$OnBufferAvailableListener
 Methods: 1
  onBufferAvailable | a
android.renderscript.Allocation
 Methods: 90
  copy1DRangeFrom | off, count, d
  copy1DRangeFrom | off, count, d
  copy1DRangeFrom | off, count, array
  copy1DRangeFrom | off, count, data, dataOff
  copy1DRangeFrom | off, count, d
  copy1DRangeFrom | off, count, d
  copy1DRangeFromUnchecked | off, count, d
  copy1DRangeFromUnchecked | off, count, d
  copy1DRangeFromUnchecked | off, count, array
  copy1DRangeFromUnchecked | off, count, d
  copy1DRangeFromUnchecked | off, count, d
  copy1DRangeTo | off, count, d
  copy1DRangeTo | off, count, array
  copy1DRangeTo | off, count, d
  copy1DRangeTo | off, count, d
  copy1DRangeTo | off, count, d
  copy1DRangeToUnchecked | off, count, d
  copy1DRangeToUnchecked | off, count, d
  copy1DRangeToUnchecked | off, count, array
  copy1DRangeToUnchecked | off, count, d
  copy1DRangeToUnchecked | off, count, d
  copy2DRangeFrom | xoff, yoff, w, h, data, dataXoff, dataYoff
  copy2DRangeFrom | xoff, yoff, data
  copy2DRangeFrom | xoff, yoff, w, h, data
  copy2DRangeFrom | xoff, yoff, w, h, array
  copy2DRangeFrom | xoff, yoff, w, h, data
  copy2DRangeFrom | xoff, yoff, w, h, data
  copy2DRangeFrom | xoff, yoff, w, h, data
  copy2DRangeTo | xoff, yoff, w, h, data
  copy2DRangeTo | xoff, yoff, w, h, data
  copy2DRangeTo | xoff, yoff, w, h, array
  copy2DRangeTo | xoff, yoff, w, h, data
  copy2DRangeTo | xoff, yoff, w, h, data
  copy3DRangeFrom | xoff, yoff, zoff, w, h, d, data, dataXoff, dataYoff, dataZoff
  copy3DRangeFrom | xoff, yoff, zoff, w, h, d, array
  copy3DRangeTo | xoff, yoff, zoff, w, h, d, array
  copyFrom | b
  copyFrom | d
  copyFrom | d
  copyFrom | d
  copyFrom | d
  copyFrom | d
  copyFrom | a
  copyFrom | array
  copyFromUnchecked | d
  copyFromUnchecked | array
  copyFromUnchecked | d
  copyFromUnchecked | d
  copyFromUnchecked | d
  copyTo | b
  copyTo | d
  copyTo | d
  copyTo | d
  copyTo | d
  copyTo | array
  createAllocations | rs, t, usage, numAlloc
  createCubemapFromBitmap | rs, b, mips, usage
  createCubemapFromBitmap | rs, b
  createCubemapFromCubeFaces | rs, xpos, xneg, ypos, yneg, zpos, zneg
  createCubemapFromCubeFaces | rs, xpos, xneg, ypos, yneg, zpos, zneg, mips, usage
  createFromBitmap | rs, b
  createFromBitmap | rs, b, mips, usage
  createFromBitmapResource | rs, res, id, mips, usage
  createFromBitmapResource | rs, res, id
  createFromString | rs, str, usage
  createSized | rs, e, count
  createSized | rs, e, count, usage
  createTyped | rs, type, mips, usage
  createTyped | rs, type
  createTyped | rs, type, usage
  destroy | 
  generateMipmaps | 
  getByteBuffer | 
  getBytesSize | 
  getElement | 
  getStride | 
  getSurface | 
  getTimeStamp | 
  getType | 
  getUsage | 
  ioReceive | 
  ioSend | 
  resize | dimX
  setAutoPadding | useAutoPadding
  setFromFieldPacker | xoff, component_number, fp
  setFromFieldPacker | xoff, fp
  setFromFieldPacker | xoff, yoff, zoff, component_number, fp
  setOnBufferAvailableListener | callback
  setSurface | sur
  syncAll | srcLocation
android.renderscript.AllocationAdapter
 Methods: 9
  create1D | rs, a
  create2D | rs, a
  createTyped | rs, a, t
  resize | dimX
  setFace | cf
  setLOD | lod
  setX | x
  setY | y
  setZ | z
android.renderscript.BaseObj
 Methods: 5
  destroy | 
  equals | obj
  getName | 
  hashCode | 
  setName | name
android.renderscript.Byte2
 Methods: 0
android.renderscript.Byte3
 Methods: 0
android.renderscript.Byte4
 Methods: 0
android.renderscript.Double2
 Methods: 0
android.renderscript.Double3
 Methods: 0
android.renderscript.Double4
 Methods: 0
android.renderscript.Element
 Methods: 80
  ALLOCATION | rs
  A_8 | rs
  BOOLEAN | rs
  ELEMENT | rs
  F16 | rs
  F16_2 | rs
  F16_3 | rs
  F16_4 | rs
  F32 | rs
  F32_2 | rs
  F32_3 | rs
  F32_4 | rs
  F64 | rs
  F64_2 | rs
  F64_3 | rs
  F64_4 | rs
  FONT | rs
  I16 | rs
  I16_2 | rs
  I16_3 | rs
  I16_4 | rs
  I32 | rs
  I32_2 | rs
  I32_3 | rs
  I32_4 | rs
  I64 | rs
  I64_2 | rs
  I64_3 | rs
  I64_4 | rs
  I8 | rs
  I8_2 | rs
  I8_3 | rs
  I8_4 | rs
  MATRIX4X4 | rs
  MATRIX_2X2 | rs
  MATRIX_3X3 | rs
  MATRIX_4X4 | rs
  MESH | rs
  PROGRAM_FRAGMENT | rs
  PROGRAM_RASTER | rs
  PROGRAM_STORE | rs
  PROGRAM_VERTEX | rs
  RGBA_4444 | rs
  RGBA_5551 | rs
  RGBA_8888 | rs
  RGB_565 | rs
  RGB_888 | rs
  SAMPLER | rs
  SCRIPT | rs
  TYPE | rs
  U16 | rs
  U16_2 | rs
  U16_3 | rs
  U16_4 | rs
  U32 | rs
  U32_2 | rs
  U32_3 | rs
  U32_4 | rs
  U64 | rs
  U64_2 | rs
  U64_3 | rs
  U64_4 | rs
  U8 | rs
  U8_2 | rs
  U8_3 | rs
  U8_4 | rs
  YUV | rs
  createPixel | rs, dt, dk
  createVector | rs, dt, size
  getBytesSize | 
  getDataKind | 
  getDataType | 
  getSubElement | index
  getSubElementArraySize | index
  getSubElementCount | 
  getSubElementName | index
  getSubElementOffsetBytes | index
  getVectorSize | 
  isCompatible | e
  isComplex | 
android.renderscript.Element$Builder
 Methods: 3
  add | element, name
  add | element, name, arraySize
  create | 
android.renderscript.FieldPacker
 Methods: 79
  addBoolean | v
  addF32 | v
  addF32 | v
  addF32 | v
  addF32 | v
  addF64 | v
  addF64 | v
  addF64 | v
  addF64 | v
  addI16 | v
  addI16 | v
  addI16 | v
  addI16 | v
  addI32 | v
  addI32 | v
  addI32 | v
  addI32 | v
  addI64 | v
  addI64 | v
  addI64 | v
  addI64 | v
  addI8 | v
  addI8 | v
  addI8 | v
  addI8 | v
  addMatrix | v
  addMatrix | v
  addMatrix | v
  addObj | obj
  addU16 | v
  addU16 | v
  addU16 | v
  addU16 | v
  addU32 | v
  addU32 | v
  addU32 | v
  addU32 | v
  addU64 | v
  addU64 | v
  addU64 | v
  addU64 | v
  addU8 | v
  addU8 | v
  addU8 | v
  addU8 | v
  align | v
  getData | 
  reset | i
  reset | 
  skip | i
  subBoolean | 
  subByte2 | 
  subByte3 | 
  subByte4 | 
  subDouble2 | 
  subDouble3 | 
  subDouble4 | 
  subF32 | 
  subF64 | 
  subFloat2 | 
  subFloat3 | 
  subFloat4 | 
  subI16 | 
  subI32 | 
  subI64 | 
  subI8 | 
  subInt2 | 
  subInt3 | 
  subInt4 | 
  subLong2 | 
  subLong3 | 
  subLong4 | 
  subMatrix2f | 
  subMatrix3f | 
  subMatrix4f | 
  subShort2 | 
  subShort3 | 
  subShort4 | 
  subalign | v
android.renderscript.Float2
 Methods: 0
android.renderscript.Float3
 Methods: 0
android.renderscript.Float4
 Methods: 0
android.renderscript.Int2
 Methods: 0
android.renderscript.Int3
 Methods: 0
android.renderscript.Int4
 Methods: 0
android.renderscript.Long2
 Methods: 0
android.renderscript.Long3
 Methods: 0
android.renderscript.Long4
 Methods: 0
android.renderscript.Matrix2f
 Methods: 12
  get | x, y
  getArray | 
  load | src
  loadIdentity | 
  loadMultiply | lhs, rhs
  loadRotate | rot
  loadScale | x, y
  multiply | rhs
  rotate | rot
  scale | x, y
  set | x, y, v
  transpose | 
android.renderscript.Matrix3f
 Methods: 18
  get | x, y
  getArray | 
  load | src
  loadIdentity | 
  loadMultiply | lhs, rhs
  loadRotate | rot, x, y, z
  loadRotate | rot
  loadScale | x, y
  loadScale | x, y, z
  loadTranslate | x, y
  multiply | rhs
  rotate | rot
  rotate | rot, x, y, z
  scale | x, y
  scale | x, y, z
  set | x, y, v
  translate | x, y
  transpose | 
android.renderscript.Matrix4f
 Methods: 21
  get | x, y
  getArray | 
  inverse | 
  inverseTranspose | 
  load | src
  loadFrustum | l, r, b, t, n, f
  loadIdentity | 
  loadMultiply | lhs, rhs
  loadOrtho | l, r, b, t, n, f
  loadOrthoWindow | w, h
  loadPerspective | fovy, aspect, near, far
  loadProjectionNormalized | w, h
  loadRotate | rot, x, y, z
  loadScale | x, y, z
  loadTranslate | x, y, z
  multiply | rhs
  rotate | rot, x, y, z
  scale | x, y, z
  set | x, y, v
  translate | x, y, z
  transpose | 
android.renderscript.RenderScript
 Methods: 16
  contextDump | 
  create | ctx, ct, flags
  create | ctx, ct
  create | ctx
  createMultiContext | ctx, ct, flags, API_number
  destroy | 
  finish | 
  getApplicationContext | 
  getErrorHandler | 
  getMessageHandler | 
  getMinorVersion | 
  releaseAllContexts | 
  sendMessage | id, data
  setErrorHandler | msg
  setMessageHandler | msg
  setPriority | p
android.renderscript.RenderScript$RSErrorHandler
 Methods: 1
  run | 
android.renderscript.RenderScript$RSMessageHandler
 Methods: 1
  run | 
android.renderscript.Sampler
 Methods: 14
  CLAMP_LINEAR | rs
  CLAMP_LINEAR_MIP_LINEAR | rs
  CLAMP_NEAREST | rs
  MIRRORED_REPEAT_LINEAR | rs
  MIRRORED_REPEAT_LINEAR_MIP_LINEAR | rs
  MIRRORED_REPEAT_NEAREST | rs
  WRAP_LINEAR | rs
  WRAP_LINEAR_MIP_LINEAR | rs
  WRAP_NEAREST | rs
  getAnisotropy | 
  getMagnification | 
  getMinification | 
  getWrapS | 
  getWrapT | 
android.renderscript.Sampler$Builder
 Methods: 6
  create | 
  setAnisotropy | v
  setMagnification | v
  setMinification | v
  setWrapS | v
  setWrapT | v
android.renderscript.Script
 Methods: 16
  bindAllocation | va, slot
  getVarB | index
  getVarD | index
  getVarF | index
  getVarI | index
  getVarJ | index
  getVarV | index, v
  setTimeZone | timeZone
  setVar | index, v
  setVar | index, v
  setVar | index, v, e, dims
  setVar | index, v
  setVar | index, v
  setVar | index, v
  setVar | index, v
  setVar | index, o
android.renderscript.Script$Builder
 Methods: 0
android.renderscript.Script$FieldBase
 Methods: 4
  getAllocation | 
  getElement | 
  getType | 
  updateAllocation | 
android.renderscript.Script$FieldID
 Methods: 0
android.renderscript.Script$InvokeID
 Methods: 0
android.renderscript.Script$KernelID
 Methods: 0
android.renderscript.Script$LaunchOptions
 Methods: 9
  getXEnd | 
  getXStart | 
  getYEnd | 
  getYStart | 
  getZEnd | 
  getZStart | 
  setX | xstartArg, xendArg
  setY | ystartArg, yendArg
  setZ | zstartArg, zendArg
android.renderscript.ScriptC
 Methods: 0
android.renderscript.ScriptGroup
 Methods: 5
  destroy | 
  execute | 
  execute | inputs
  setInput | s, a
  setOutput | s, a
android.renderscript.ScriptGroup$Binding
 Methods: 0
android.renderscript.ScriptGroup$Builder
 Methods: 4
  addConnection | t, from, to
  addConnection | t, from, to
  addKernel | k
  create | 
android.renderscript.ScriptGroup$Builder2
 Methods: 4
  addInput | 
  addInvoke | invoke, argsAndBindings
  addKernel | k, returnType, argsAndBindings
  create | name, outputs
android.renderscript.ScriptGroup$Closure
 Methods: 3
  destroy | 
  getGlobal | field
  getReturn | 
android.renderscript.ScriptGroup$Future
 Methods: 0
android.renderscript.ScriptGroup$Input
 Methods: 0
android.renderscript.ScriptIntrinsic
 Methods: 0
android.renderscript.ScriptIntrinsic3DLUT
 Methods: 5
  create | rs, e
  forEach | ain, aout
  forEach | ain, aout, opt
  getKernelID | 
  setLUT | lut
android.renderscript.ScriptIntrinsicBLAS
 Methods: 98
  BNNM | A, a_offset, B, b_offset, C, c_offset, c_mult
  CGBMV | TransA, KL, KU, alpha, A, X, incX, beta, Y, incY
  CGEMM | TransA, TransB, alpha, A, B, beta, C
  CGEMV | TransA, alpha, A, X, incX, beta, Y, incY
  CGERC | alpha, X, incX, Y, incY, A
  CGERU | alpha, X, incX, Y, incY, A
  CHBMV | Uplo, K, alpha, A, X, incX, beta, Y, incY
  CHEMM | Side, Uplo, alpha, A, B, beta, C
  CHEMV | Uplo, alpha, A, X, incX, beta, Y, incY
  CHER | Uplo, alpha, X, incX, A
  CHER2 | Uplo, alpha, X, incX, Y, incY, A
  CHER2K | Uplo, Trans, alpha, A, B, beta, C
  CHERK | Uplo, Trans, alpha, A, beta, C
  CHPMV | Uplo, alpha, Ap, X, incX, beta, Y, incY
  CHPR | Uplo, alpha, X, incX, Ap
  CHPR2 | Uplo, alpha, X, incX, Y, incY, Ap
  CSYMM | Side, Uplo, alpha, A, B, beta, C
  CSYR2K | Uplo, Trans, alpha, A, B, beta, C
  CSYRK | Uplo, Trans, alpha, A, beta, C
  CTBMV | Uplo, TransA, Diag, K, A, X, incX
  CTBSV | Uplo, TransA, Diag, K, A, X, incX
  CTPMV | Uplo, TransA, Diag, Ap, X, incX
  CTPSV | Uplo, TransA, Diag, Ap, X, incX
  CTRMM | Side, Uplo, TransA, Diag, alpha, A, B
  CTRMV | Uplo, TransA, Diag, A, X, incX
  CTRSM | Side, Uplo, TransA, Diag, alpha, A, B
  CTRSV | Uplo, TransA, Diag, A, X, incX
  DGBMV | TransA, KL, KU, alpha, A, X, incX, beta, Y, incY
  DGEMM | TransA, TransB, alpha, A, B, beta, C
  DGEMV | TransA, alpha, A, X, incX, beta, Y, incY
  DGER | alpha, X, incX, Y, incY, A
  DSBMV | Uplo, K, alpha, A, X, incX, beta, Y, incY
  DSPMV | Uplo, alpha, Ap, X, incX, beta, Y, incY
  DSPR | Uplo, alpha, X, incX, Ap
  DSPR2 | Uplo, alpha, X, incX, Y, incY, Ap
  DSYMM | Side, Uplo, alpha, A, B, beta, C
  DSYMV | Uplo, alpha, A, X, incX, beta, Y, incY
  DSYR | Uplo, alpha, X, incX, A
  DSYR2 | Uplo, alpha, X, incX, Y, incY, A
  DSYR2K | Uplo, Trans, alpha, A, B, beta, C
  DSYRK | Uplo, Trans, alpha, A, beta, C
  DTBMV | Uplo, TransA, Diag, K, A, X, incX
  DTBSV | Uplo, TransA, Diag, K, A, X, incX
  DTPMV | Uplo, TransA, Diag, Ap, X, incX
  DTPSV | Uplo, TransA, Diag, Ap, X, incX
  DTRMM | Side, Uplo, TransA, Diag, alpha, A, B
  DTRMV | Uplo, TransA, Diag, A, X, incX
  DTRSM | Side, Uplo, TransA, Diag, alpha, A, B
  DTRSV | Uplo, TransA, Diag, A, X, incX
  SGBMV | TransA, KL, KU, alpha, A, X, incX, beta, Y, incY
  SGEMM | TransA, TransB, alpha, A, B, beta, C
  SGEMV | TransA, alpha, A, X, incX, beta, Y, incY
  SGER | alpha, X, incX, Y, incY, A
  SSBMV | Uplo, K, alpha, A, X, incX, beta, Y, incY
  SSPMV | Uplo, alpha, Ap, X, incX, beta, Y, incY
  SSPR | Uplo, alpha, X, incX, Ap
  SSPR2 | Uplo, alpha, X, incX, Y, incY, Ap
  SSYMM | Side, Uplo, alpha, A, B, beta, C
  SSYMV | Uplo, alpha, A, X, incX, beta, Y, incY
  SSYR | Uplo, alpha, X, incX, A
  SSYR2 | Uplo, alpha, X, incX, Y, incY, A
  SSYR2K | Uplo, Trans, alpha, A, B, beta, C
  SSYRK | Uplo, Trans, alpha, A, beta, C
  STBMV | Uplo, TransA, Diag, K, A, X, incX
  STBSV | Uplo, TransA, Diag, K, A, X, incX
  STPMV | Uplo, TransA, Diag, Ap, X, incX
  STPSV | Uplo, TransA, Diag, Ap, X, incX
  STRMM | Side, Uplo, TransA, Diag, alpha, A, B
  STRMV | Uplo, TransA, Diag, A, X, incX
  STRSM | Side, Uplo, TransA, Diag, alpha, A, B
  STRSV | Uplo, TransA, Diag, A, X, incX
  ZGBMV | TransA, KL, KU, alpha, A, X, incX, beta, Y, incY
  ZGEMM | TransA, TransB, alpha, A, B, beta, C
  ZGEMV | TransA, alpha, A, X, incX, beta, Y, incY
  ZGERC | alpha, X, incX, Y, incY, A
  ZGERU | alpha, X, incX, Y, incY, A
  ZHBMV | Uplo, K, alpha, A, X, incX, beta, Y, incY
  ZHEMM | Side, Uplo, alpha, A, B, beta, C
  ZHEMV | Uplo, alpha, A, X, incX, beta, Y, incY
  ZHER | Uplo, alpha, X, incX, A
  ZHER2 | Uplo, alpha, X, incX, Y, incY, A
  ZHER2K | Uplo, Trans, alpha, A, B, beta, C
  ZHERK | Uplo, Trans, alpha, A, beta, C
  ZHPMV | Uplo, alpha, Ap, X, incX, beta, Y, incY
  ZHPR | Uplo, alpha, X, incX, Ap
  ZHPR2 | Uplo, alpha, X, incX, Y, incY, Ap
  ZSYMM | Side, Uplo, alpha, A, B, beta, C
  ZSYR2K | Uplo, Trans, alpha, A, B, beta, C
  ZSYRK | Uplo, Trans, alpha, A, beta, C
  ZTBMV | Uplo, TransA, Diag, K, A, X, incX
  ZTBSV | Uplo, TransA, Diag, K, A, X, incX
  ZTPMV | Uplo, TransA, Diag, Ap, X, incX
  ZTPSV | Uplo, TransA, Diag, Ap, X, incX
  ZTRMM | Side, Uplo, TransA, Diag, alpha, A, B
  ZTRMV | Uplo, TransA, Diag, A, X, incX
  ZTRSM | Side, Uplo, TransA, Diag, alpha, A, B
  ZTRSV | Uplo, TransA, Diag, A, X, incX
  create | rs
android.renderscript.ScriptIntrinsicBlend
 Methods: 46
  create | rs, e
  forEachAdd | ain, aout
  forEachAdd | ain, aout, opt
  forEachClear | ain, aout, opt
  forEachClear | ain, aout
  forEachDst | ain, aout
  forEachDst | ain, aout, opt
  forEachDstAtop | ain, aout, opt
  forEachDstAtop | ain, aout
  forEachDstIn | ain, aout
  forEachDstIn | ain, aout, opt
  forEachDstOut | ain, aout
  forEachDstOut | ain, aout, opt
  forEachDstOver | ain, aout
  forEachDstOver | ain, aout, opt
  forEachMultiply | ain, aout
  forEachMultiply | ain, aout, opt
  forEachSrc | ain, aout, opt
  forEachSrc | ain, aout
  forEachSrcAtop | ain, aout
  forEachSrcAtop | ain, aout, opt
  forEachSrcIn | ain, aout
  forEachSrcIn | ain, aout, opt
  forEachSrcOut | ain, aout
  forEachSrcOut | ain, aout, opt
  forEachSrcOver | ain, aout, opt
  forEachSrcOver | ain, aout
  forEachSubtract | ain, aout
  forEachSubtract | ain, aout, opt
  forEachXor | ain, aout
  forEachXor | ain, aout, opt
  getKernelIDAdd | 
  getKernelIDClear | 
  getKernelIDDst | 
  getKernelIDDstAtop | 
  getKernelIDDstIn | 
  getKernelIDDstOut | 
  getKernelIDDstOver | 
  getKernelIDMultiply | 
  getKernelIDSrc | 
  getKernelIDSrcAtop | 
  getKernelIDSrcIn | 
  getKernelIDSrcOut | 
  getKernelIDSrcOver | 
  getKernelIDSubtract | 
  getKernelIDXor | 
android.renderscript.ScriptIntrinsicBlur
 Methods: 7
  create | rs, e
  forEach | aout
  forEach | aout, opt
  getFieldID_Input | 
  getKernelID | 
  setInput | ain
  setRadius | radius
android.renderscript.ScriptIntrinsicColorMatrix
 Methods: 12
  create | rs, e
  create | rs
  forEach | ain, aout
  forEach | ain, aout, opt
  getKernelID | 
  setAdd | r, g, b, a
  setAdd | f
  setColorMatrix | m
  setColorMatrix | m
  setGreyscale | 
  setRGBtoYUV | 
  setYUVtoRGB | 
android.renderscript.ScriptIntrinsicConvolve3x3
 Methods: 7
  create | rs, e
  forEach | aout
  forEach | aout, opt
  getFieldID_Input | 
  getKernelID | 
  setCoefficients | v
  setInput | ain
android.renderscript.ScriptIntrinsicConvolve5x5
 Methods: 7
  create | rs, e
  forEach | aout
  forEach | aout, opt
  getFieldID_Input | 
  getKernelID | 
  setCoefficients | v
  setInput | ain
android.renderscript.ScriptIntrinsicHistogram
 Methods: 9
  create | rs, e
  forEach | ain
  forEach | ain, opt
  forEach_Dot | ain, opt
  forEach_Dot | ain
  getFieldID_Input | 
  getKernelID_Separate | 
  setDotCoefficients | r, g, b, a
  setOutput | aout
android.renderscript.ScriptIntrinsicLUT
 Methods: 9
  create | rs, e
  destroy | 
  forEach | ain, aout
  forEach | ain, aout, opt
  getKernelID | 
  setAlpha | index, value
  setBlue | index, value
  setGreen | index, value
  setRed | index, value
android.renderscript.ScriptIntrinsicResize
 Methods: 6
  create | rs
  forEach_bicubic | aout, opt
  forEach_bicubic | aout
  getFieldID_Input | 
  getKernelID_bicubic | 
  setInput | ain
android.renderscript.ScriptIntrinsicYuvToRGB
 Methods: 5
  create | rs, e
  forEach | aout
  getFieldID_Input | 
  getKernelID | 
  setInput | ain
android.renderscript.Short2
 Methods: 0
android.renderscript.Short3
 Methods: 0
android.renderscript.Short4
 Methods: 0
android.renderscript.Type
 Methods: 11
  createX | rs, e, dimX
  createXY | rs, e, dimX, dimY
  createXYZ | rs, e, dimX, dimY, dimZ
  getCount | 
  getElement | 
  getX | 
  getY | 
  getYuv | 
  getZ | 
  hasFaces | 
  hasMipmaps | 
android.renderscript.Type$Builder
 Methods: 7
  create | 
  setFaces | value
  setMipmaps | value
  setX | value
  setY | value
  setYuvFormat | yuvFormat
  setZ | value
android.renderscript.Allocation$MipmapControl
 Methods: 2
  valueOf | name
  values | 
android.renderscript.Element$DataKind
 Methods: 2
  valueOf | name
  values | 
android.renderscript.Element$DataType
 Methods: 2
  valueOf | name
  values | 
android.renderscript.RenderScript$ContextType
 Methods: 2
  valueOf | name
  values | 
android.renderscript.RenderScript$Priority
 Methods: 2
  valueOf | name
  values | 
android.renderscript.Sampler$Value
 Methods: 2
  valueOf | name
  values | 
android.renderscript.Type$CubemapFace
 Methods: 2
  valueOf | name
  values | 
android.renderscript.RSDriverException
 Methods: 0
android.renderscript.RSIllegalArgumentException
 Methods: 0
android.renderscript.RSInvalidStateException
 Methods: 0
android.renderscript.RSRuntimeException
 Methods: 0
android.sax.ElementListener
 Methods: 0
android.sax.EndElementListener
 Methods: 1
  end | 
android.sax.EndTextElementListener
 Methods: 1
  end | body
android.sax.StartElementListener
 Methods: 1
  start | attributes
android.sax.TextElementListener
 Methods: 0
android.sax.Element
 Methods: 10
  getChild | localName
  getChild | uri, localName
  requireChild | localName
  requireChild | uri, localName
  setElementListener | elementListener
  setEndElementListener | endElementListener
  setEndTextElementListener | endTextElementListener
  setStartElementListener | startElementListener
  setTextElementListener | elementListener
  toString | 
android.sax.RootElement
 Methods: 1
  getContentHandler | 
android.se.omapi.SEService$OnConnectedListener
 Methods: 1
  onConnected | 
android.se.omapi.Channel
 Methods: 7
  close | 
  getSelectResponse | 
  getSession | 
  isBasicChannel | 
  isOpen | 
  selectNext | 
  transmit | command
android.se.omapi.Reader
 Methods: 5
  closeSessions | 
  getName | 
  getSEService | 
  isSecureElementPresent | 
  openSession | 
android.se.omapi.SEService
 Methods: 4
  getReaders | 
  getVersion | 
  isConnected | 
  shutdown | 
android.se.omapi.Session
 Methods: 9
  close | 
  closeChannels | 
  getATR | 
  getReader | 
  isClosed | 
  openBasicChannel | aid
  openBasicChannel | aid, p2
  openLogicalChannel | aid, p2
  openLogicalChannel | aid
android.security.KeyChainAliasCallback
 Methods: 1
  alias | alias
android.security.AttestedKeyPair
 Methods: 2
  getAttestationRecord | 
  getKeyPair | 
android.security.ConfirmationCallback
 Methods: 4
  onCanceled | 
  onConfirmed | dataThatWasConfirmed
  onDismissed | 
  onError | e
android.security.ConfirmationPrompt
 Methods: 3
  cancelPrompt | 
  isSupported | context
  presentPrompt | executor, callback
android.security.ConfirmationPrompt$Builder
 Methods: 3
  build | 
  setExtraData | extraData
  setPromptText | promptText
android.security.KeyChain
 Methods: 7
  choosePrivateKeyAlias | activity, response, keyTypes, issuers, host, port, alias
  choosePrivateKeyAlias | activity, response, keyTypes, issuers, uri, alias
  createInstallIntent | 
  getCertificateChain | context, alias
  getPrivateKey | context, alias
  isBoundKeyAlgorithm | algorithm
  isKeyAlgorithmSupported | algorithm
android.security.KeyPairGeneratorSpec
 Methods: 10
  getAlgorithmParameterSpec | 
  getContext | 
  getEndDate | 
  getKeySize | 
  getKeyType | 
  getKeystoreAlias | 
  getSerialNumber | 
  getStartDate | 
  getSubjectDN | 
  isEncryptionRequired | 
android.security.KeyPairGeneratorSpec$Builder
 Methods: 10
  build | 
  setAlgorithmParameterSpec | spec
  setAlias | alias
  setEncryptionRequired | 
  setEndDate | endDate
  setKeySize | keySize
  setKeyType | keyType
  setSerialNumber | serialNumber
  setStartDate | startDate
  setSubject | subject
android.security.KeyStoreParameter
 Methods: 1
  isEncryptionRequired | 
android.security.KeyStoreParameter$Builder
 Methods: 2
  build | 
  setEncryptionRequired | required
android.security.NetworkSecurityPolicy
 Methods: 3
  getInstance | 
  isCleartextTrafficPermitted | hostname
  isCleartextTrafficPermitted | 
android.security.ConfirmationAlreadyPresentingException
 Methods: 0
android.security.ConfirmationNotAvailableException
 Methods: 0
android.security.KeyChainException
 Methods: 0
android.security.keystore.KeyGenParameterSpec
 Methods: 26
  getAlgorithmParameterSpec | 
  getAttestationChallenge | 
  getBlockModes | 
  getCertificateNotAfter | 
  getCertificateNotBefore | 
  getCertificateSerialNumber | 
  getCertificateSubject | 
  getDigests | 
  getEncryptionPaddings | 
  getKeySize | 
  getKeyValidityForConsumptionEnd | 
  getKeyValidityForOriginationEnd | 
  getKeyValidityStart | 
  getKeystoreAlias | 
  getPurposes | 
  getSignaturePaddings | 
  getUserAuthenticationValidityDurationSeconds | 
  isDigestsSpecified | 
  isInvalidatedByBiometricEnrollment | 
  isRandomizedEncryptionRequired | 
  isStrongBoxBacked | 
  isUnlockedDeviceRequired | 
  isUserAuthenticationRequired | 
  isUserAuthenticationValidWhileOnBody | 
  isUserConfirmationRequired | 
  isUserPresenceRequired | 
android.security.keystore.KeyGenParameterSpec$Builder
 Methods: 25
  build | 
  setAlgorithmParameterSpec | spec
  setAttestationChallenge | attestationChallenge
  setBlockModes | blockModes
  setCertificateNotAfter | date
  setCertificateNotBefore | date
  setCertificateSerialNumber | serialNumber
  setCertificateSubject | subject
  setDigests | digests
  setEncryptionPaddings | paddings
  setInvalidatedByBiometricEnrollment | invalidateKey
  setIsStrongBoxBacked | isStrongBoxBacked
  setKeySize | keySize
  setKeyValidityEnd | endDate
  setKeyValidityForConsumptionEnd | endDate
  setKeyValidityForOriginationEnd | endDate
  setKeyValidityStart | startDate
  setRandomizedEncryptionRequired | required
  setSignaturePaddings | paddings
  setUnlockedDeviceRequired | unlockedDeviceRequired
  setUserAuthenticationRequired | required
  setUserAuthenticationValidWhileOnBody | remainsValid
  setUserAuthenticationValidityDurationSeconds | seconds
  setUserConfirmationRequired | required
  setUserPresenceRequired | required
android.security.keystore.KeyInfo
 Methods: 19
  getBlockModes | 
  getDigests | 
  getEncryptionPaddings | 
  getKeySize | 
  getKeyValidityForConsumptionEnd | 
  getKeyValidityForOriginationEnd | 
  getKeyValidityStart | 
  getKeystoreAlias | 
  getOrigin | 
  getPurposes | 
  getSignaturePaddings | 
  getUserAuthenticationValidityDurationSeconds | 
  isInsideSecureHardware | 
  isInvalidatedByBiometricEnrollment | 
  isTrustedUserPresenceRequired | 
  isUserAuthenticationRequired | 
  isUserAuthenticationRequirementEnforcedBySecureHardware | 
  isUserAuthenticationValidWhileOnBody | 
  isUserConfirmationRequired | 
android.security.keystore.KeyProperties
 Methods: 0
android.security.keystore.KeyProtection
 Methods: 17
  getBlockModes | 
  getDigests | 
  getEncryptionPaddings | 
  getKeyValidityForConsumptionEnd | 
  getKeyValidityForOriginationEnd | 
  getKeyValidityStart | 
  getPurposes | 
  getSignaturePaddings | 
  getUserAuthenticationValidityDurationSeconds | 
  isDigestsSpecified | 
  isInvalidatedByBiometricEnrollment | 
  isRandomizedEncryptionRequired | 
  isUnlockedDeviceRequired | 
  isUserAuthenticationRequired | 
  isUserAuthenticationValidWhileOnBody | 
  isUserConfirmationRequired | 
  isUserPresenceRequired | 
android.security.keystore.KeyProtection$Builder
 Methods: 17
  build | 
  setBlockModes | blockModes
  setDigests | digests
  setEncryptionPaddings | paddings
  setInvalidatedByBiometricEnrollment | invalidateKey
  setKeyValidityEnd | endDate
  setKeyValidityForConsumptionEnd | endDate
  setKeyValidityForOriginationEnd | endDate
  setKeyValidityStart | startDate
  setRandomizedEncryptionRequired | required
  setSignaturePaddings | paddings
  setUnlockedDeviceRequired | unlockedDeviceRequired
  setUserAuthenticationRequired | required
  setUserAuthenticationValidWhileOnBody | remainsValid
  setUserAuthenticationValidityDurationSeconds | seconds
  setUserConfirmationRequired | required
  setUserPresenceRequired | required
android.security.keystore.WrappedKeyEntry
 Methods: 4
  getAlgorithmParameterSpec | 
  getTransformation | 
  getWrappedKeyBytes | 
  getWrappingKeyAlias | 
android.security.keystore.KeyExpiredException
 Methods: 0
android.security.keystore.KeyNotYetValidException
 Methods: 0
android.security.keystore.KeyPermanentlyInvalidatedException
 Methods: 0
android.security.keystore.SecureKeyImportUnavailableException
 Methods: 0
android.security.keystore.StrongBoxUnavailableException
 Methods: 0
android.security.keystore.UserNotAuthenticatedException
 Methods: 0
android.security.keystore.UserPresenceUnavailableException
 Methods: 0
android.service.autofill.OnClickAction
 Methods: 0
android.service.autofill.Sanitizer
 Methods: 0
android.service.autofill.Transformation
 Methods: 0
android.service.autofill.Validator
 Methods: 0
android.service.autofill.AutofillService
 Methods: 7
  getFillEventHistory | 
  onBind | intent
  onConnected | 
  onCreate | 
  onDisconnected | 
  onFillRequest | request, cancellationSignal, callback
  onSaveRequest | request, callback
android.service.autofill.BatchUpdates
 Methods: 3
  describeContents | 
  toString | 
  writeToParcel | dest, flags
android.service.autofill.BatchUpdates$Builder
 Methods: 3
  build | 
  transformChild | id, transformation
  updateTemplate | updates
android.service.autofill.CharSequenceTransformation
 Methods: 3
  describeContents | 
  toString | 
  writeToParcel | parcel, flags
android.service.autofill.CharSequenceTransformation$Builder
 Methods: 2
  addField | id, regex, subst
  build | 
android.service.autofill.CustomDescription
 Methods: 3
  describeContents | 
  toString | 
  writeToParcel | dest, flags
android.service.autofill.CustomDescription$Builder
 Methods: 4
  addChild | id, transformation
  addOnClickAction | id, action
  batchUpdate | condition, updates
  build | 
android.service.autofill.Dataset
 Methods: 3
  describeContents | 
  toString | 
  writeToParcel | parcel, flags
android.service.autofill.Dataset$Builder
 Methods: 7
  build | 
  setAuthentication | authentication
  setId | id
  setValue | id, value, filter
  setValue | id, value, presentation
  setValue | id, value
  setValue | id, value, filter, presentation
android.service.autofill.DateTransformation
 Methods: 3
  describeContents | 
  toString | 
  writeToParcel | parcel, flags
android.service.autofill.DateValueSanitizer
 Methods: 3
  describeContents | 
  toString | 
  writeToParcel | parcel, flags
android.service.autofill.FieldClassification
 Methods: 2
  getMatches | 
  toString | 
android.service.autofill.FieldClassification$Match
 Methods: 3
  getCategoryId | 
  getScore | 
  toString | 
android.service.autofill.FillCallback
 Methods: 2
  onFailure | message
  onSuccess | response
android.service.autofill.FillContext
 Methods: 6
  describeContents | 
  getFocusedId | 
  getRequestId | 
  getStructure | 
  toString | 
  writeToParcel | parcel, flags
android.service.autofill.FillEventHistory
 Methods: 5
  describeContents | 
  getClientState | 
  getEvents | 
  toString | 
  writeToParcel | parcel, flags
android.service.autofill.FillEventHistory$Event
 Methods: 9
  getChangedFields | 
  getClientState | 
  getDatasetId | 
  getFieldsClassification | 
  getIgnoredDatasetIds | 
  getManuallyEnteredField | 
  getSelectedDatasetIds | 
  getType | 
  toString | 
android.service.autofill.FillRequest
 Methods: 7
  describeContents | 
  getClientState | 
  getFillContexts | 
  getFlags | 
  getId | 
  toString | 
  writeToParcel | parcel, flags
android.service.autofill.FillResponse
 Methods: 3
  describeContents | 
  toString | 
  writeToParcel | parcel, flags
android.service.autofill.FillResponse$Builder
 Methods: 12
  addDataset | dataset
  build | 
  disableAutofill | duration
  setAuthentication | ids, authentication, presentation
  setClientState | clientState
  setFieldClassificationIds | ids
  setFlags | flags
  setFooter | footer
  setHeader | header
  setIgnoredIds | ids
  setSaveInfo | saveInfo
  setUserData | userData
android.service.autofill.ImageTransformation
 Methods: 3
  describeContents | 
  toString | 
  writeToParcel | parcel, flags
android.service.autofill.ImageTransformation$Builder
 Methods: 3
  addOption | regex, resId
  addOption | regex, resId, contentDescription
  build | 
android.service.autofill.LuhnChecksumValidator
 Methods: 3
  describeContents | 
  toString | 
  writeToParcel | parcel, flags
android.service.autofill.RegexValidator
 Methods: 3
  describeContents | 
  toString | 
  writeToParcel | parcel, flags
android.service.autofill.SaveCallback
 Methods: 3
  onFailure | message
  onSuccess | intentSender
  onSuccess | 
android.service.autofill.SaveInfo
 Methods: 3
  describeContents | 
  toString | 
  writeToParcel | parcel, flags
android.service.autofill.SaveInfo$Builder
 Methods: 9
  addSanitizer | sanitizer, ids
  build | 
  setCustomDescription | customDescription
  setDescription | description
  setFlags | flags
  setNegativeAction | style, listener
  setOptionalIds | ids
  setTriggerId | id
  setValidator | validator
android.service.autofill.SaveRequest
 Methods: 5
  describeContents | 
  getClientState | 
  getDatasetIds | 
  getFillContexts | 
  writeToParcel | parcel, flags
android.service.autofill.TextValueSanitizer
 Methods: 3
  describeContents | 
  toString | 
  writeToParcel | parcel, flags
android.service.autofill.UserData
 Methods: 11
  describeContents | 
  getFieldClassificationAlgorithm | 
  getFieldClassificationAlgorithmForCategory | categoryId
  getId | 
  getMaxCategoryCount | 
  getMaxFieldClassificationIdsSize | 
  getMaxUserDataSize | 
  getMaxValueLength | 
  getMinValueLength | 
  toString | 
  writeToParcel | parcel, flags
android.service.autofill.UserData$Builder
 Methods: 4
  add | value, categoryId
  build | 
  setFieldClassificationAlgorithm | name, args
  setFieldClassificationAlgorithmForCategory | categoryId, name, args
android.service.autofill.Validators
 Methods: 3
  and | validators
  not | validator
  or | validators
android.service.autofill.VisibilitySetterAction
 Methods: 3
  describeContents | 
  toString | 
  writeToParcel | parcel, flags
android.service.autofill.VisibilitySetterAction$Builder
 Methods: 2
  build | 
  setVisibility | id, visibility
android.service.carrier.CarrierMessagingService$ResultCallback
 Methods: 1
  onReceiveResult | result
android.service.carrier.CarrierIdentifier
 Methods: 13
  describeContents | 
  equals | obj
  getCarrierId | 
  getGid1 | 
  getGid2 | 
  getImsi | 
  getMcc | 
  getMnc | 
  getSpecificCarrierId | 
  getSpn | 
  hashCode | 
  toString | 
  writeToParcel | out, flags
android.service.carrier.CarrierMessagingClientService
 Methods: 1
  onBind | intent
android.service.carrier.CarrierMessagingService
 Methods: 11
  onBind | intent
  onDownloadMms | contentUri, subId, location, callback
  onFilterSms | pdu, format, destPort, subId, callback
  onReceiveTextSms | pdu, format, destPort, subId, callback
  onSendDataSms | data, subId, destAddress, destPort, callback
  onSendDataSms | data, subId, destAddress, destPort, sendSmsFlag, callback
  onSendMms | pduUri, subId, location, callback
  onSendMultipartTextSms | parts, subId, destAddress, callback
  onSendMultipartTextSms | parts, subId, destAddress, sendSmsFlag, callback
  onSendTextSms | text, subId, destAddress, sendSmsFlag, callback
  onSendTextSms | text, subId, destAddress, callback
android.service.carrier.CarrierMessagingService$SendMmsResult
 Methods: 2
  getSendConfPdu | 
  getSendStatus | 
android.service.carrier.CarrierMessagingService$SendMultipartSmsResult
 Methods: 2
  getMessageRefs | 
  getSendStatus | 
android.service.carrier.CarrierMessagingService$SendSmsResult
 Methods: 2
  getMessageRef | 
  getSendStatus | 
android.service.carrier.CarrierService
 Methods: 3
  notifyCarrierNetworkChange | active
  onBind | intent
  onLoadConfig | id
android.service.carrier.MessagePdu
 Methods: 3
  describeContents | 
  getPdus | 
  writeToParcel | dest, flags
android.service.chooser.ChooserTarget
 Methods: 8
  describeContents | 
  getComponentName | 
  getIcon | 
  getIntentExtras | 
  getScore | 
  getTitle | 
  toString | 
  writeToParcel | dest, flags
android.service.chooser.ChooserTargetService
 Methods: 2
  onBind | intent
  onGetChooserTargets | targetActivityName, matchedFilter
android.service.dreams.DreamService
 Methods: 45
  addContentView | view, params
  dispatchGenericMotionEvent | event
  dispatchKeyEvent | event
  dispatchKeyShortcutEvent | event
  dispatchPopulateAccessibilityEvent | event
  dispatchTouchEvent | event
  dispatchTrackballEvent | event
  findViewById | id
  finish | 
  getWindow | 
  getWindowManager | 
  isFullscreen | 
  isInteractive | 
  isScreenBright | 
  onActionModeFinished | mode
  onActionModeStarted | mode
  onAttachedToWindow | 
  onBind | intent
  onContentChanged | 
  onCreate | 
  onCreatePanelMenu | featureId, menu
  onCreatePanelView | featureId
  onDestroy | 
  onDetachedFromWindow | 
  onDreamingStarted | 
  onDreamingStopped | 
  onMenuItemSelected | featureId, item
  onMenuOpened | featureId, menu
  onPanelClosed | featureId, menu
  onPreparePanel | featureId, view, menu
  onSearchRequested | 
  onSearchRequested | event
  onWakeUp | 
  onWindowAttributesChanged | attrs
  onWindowFocusChanged | hasFocus
  onWindowStartingActionMode | callback
  onWindowStartingActionMode | callback, type
  requireViewById | id
  setContentView | view
  setContentView | layoutResID
  setContentView | view, params
  setFullscreen | fullscreen
  setInteractive | interactive
  setScreenBright | screenBright
  wakeUp | 
android.service.media.CameraPrewarmService
 Methods: 4
  onBind | intent
  onCooldown | cameraIntentFired
  onPrewarm | 
  onUnbind | intent
android.service.media.MediaBrowserService
 Methods: 13
  dump | fd, writer, args
  getBrowserRootHints | 
  getCurrentBrowserInfo | 
  getSessionToken | 
  notifyChildrenChanged | parentId
  notifyChildrenChanged | parentId, options
  onBind | intent
  onCreate | 
  onGetRoot | clientPackageName, clientUid, rootHints
  onLoadChildren | parentId, result
  onLoadChildren | parentId, result, options
  onLoadItem | itemId, result
  setSessionToken | token
android.service.media.MediaBrowserService$BrowserRoot
 Methods: 2
  getExtras | 
  getRootId | 
android.service.media.MediaBrowserService$Result
 Methods: 2
  detach | 
  sendResult | result
android.service.notification.Condition
 Methods: 10
  copy | 
  describeContents | 
  equals | o
  hashCode | 
  isValidId | id, pkg
  newId | context
  relevanceToString | flags
  stateToString | state
  toString | 
  writeToParcel | dest, flags
android.service.notification.ConditionProviderService
 Methods: 9
  notifyCondition | condition
  notifyConditions | conditions
  onBind | intent
  onConnected | 
  onRequestConditions | relevance
  onSubscribe | conditionId
  onUnsubscribe | conditionId
  requestRebind | componentName
  requestUnbind | 
android.service.notification.NotificationListenerService
 Methods: 35
  cancelAllNotifications | 
  cancelNotification | pkg, tag, id
  cancelNotification | key
  cancelNotifications | keys
  clearRequestedListenerHints | 
  getActiveNotifications | keys
  getActiveNotifications | 
  getCurrentInterruptionFilter | 
  getCurrentListenerHints | 
  getCurrentRanking | 
  getNotificationChannelGroups | pkg, user
  getNotificationChannels | pkg, user
  getSnoozedNotifications | 
  onBind | intent
  onDestroy | 
  onInterruptionFilterChanged | interruptionFilter
  onListenerConnected | 
  onListenerDisconnected | 
  onListenerHintsChanged | hints
  onNotificationChannelGroupModified | pkg, user, group, modificationType
  onNotificationChannelModified | pkg, user, channel, modificationType
  onNotificationPosted | sbn, rankingMap
  onNotificationPosted | sbn
  onNotificationRankingUpdate | rankingMap
  onNotificationRemoved | sbn
  onNotificationRemoved | sbn, rankingMap
  onNotificationRemoved | sbn, rankingMap, reason
  onSilentStatusBarIconsVisibilityChanged | hideSilentStatusIcons
  requestInterruptionFilter | interruptionFilter
  requestListenerHints | hints
  requestRebind | componentName
  requestUnbind | 
  setNotificationsShown | keys
  snoozeNotification | key, durationMs
  updateNotificationChannel | pkg, user, channel
android.service.notification.NotificationListenerService$Ranking
 Methods: 17
  canBubble | 
  canShowBadge | 
  equals | o
  getChannel | 
  getImportance | 
  getImportanceExplanation | 
  getKey | 
  getLastAudiblyAlertedMillis | 
  getOverrideGroupKey | 
  getRank | 
  getSmartActions | 
  getSmartReplies | 
  getSuppressedVisualEffects | 
  getUserSentiment | 
  isAmbient | 
  isSuspended | 
  matchesInterruptionFilter | 
android.service.notification.NotificationListenerService$RankingMap
 Methods: 5
  describeContents | 
  equals | o
  getOrderedKeys | 
  getRanking | key, outRanking
  writeToParcel | out, flags
android.service.notification.StatusBarNotification
 Methods: 20
  clone | 
  describeContents | 
  getGroupKey | 
  getId | 
  getKey | 
  getNotification | 
  getOpPkg | 
  getOverrideGroupKey | 
  getPackageName | 
  getPostTime | 
  getTag | 
  getUid | 
  getUser | 
  getUserId | 
  isClearable | 
  isGroup | 
  isOngoing | 
  setOverrideGroupKey | overrideGroupKey
  toString | 
  writeToParcel | out, flags
android.service.notification.ZenPolicy
 Methods: 22
  describeContents | 
  equals | o
  getPriorityCallSenders | 
  getPriorityCategoryAlarms | 
  getPriorityCategoryCalls | 
  getPriorityCategoryEvents | 
  getPriorityCategoryMedia | 
  getPriorityCategoryMessages | 
  getPriorityCategoryReminders | 
  getPriorityCategoryRepeatCallers | 
  getPriorityCategorySystem | 
  getPriorityMessageSenders | 
  getVisualEffectAmbient | 
  getVisualEffectBadge | 
  getVisualEffectFullScreenIntent | 
  getVisualEffectLights | 
  getVisualEffectNotificationList | 
  getVisualEffectPeek | 
  getVisualEffectStatusBar | 
  hashCode | 
  toString | 
  writeToParcel | dest, flags
android.service.notification.ZenPolicy$Builder
 Methods: 20
  allowAlarms | allow
  allowAllSounds | 
  allowCalls | audienceType
  allowEvents | allow
  allowMedia | allow
  allowMessages | audienceType
  allowReminders | allow
  allowRepeatCallers | allow
  allowSystem | allow
  build | 
  disallowAllSounds | 
  hideAllVisualEffects | 
  showAllVisualEffects | 
  showBadges | show
  showFullScreenIntent | show
  showInAmbientDisplay | show
  showInNotificationList | show
  showLights | show
  showPeeking | show
  showStatusBarIcons | show
android.service.quicksettings.Tile
 Methods: 13
  describeContents | 
  getContentDescription | 
  getIcon | 
  getLabel | 
  getState | 
  getSubtitle | 
  setContentDescription | contentDescription
  setIcon | icon
  setLabel | label
  setState | state
  setSubtitle | subtitle
  updateTile | 
  writeToParcel | dest, flags
android.service.quicksettings.TileService
 Methods: 14
  getQsTile | 
  isLocked | 
  isSecure | 
  onBind | intent
  onClick | 
  onDestroy | 
  onStartListening | 
  onStopListening | 
  onTileAdded | 
  onTileRemoved | 
  requestListeningState | context, component
  showDialog | dialog
  startActivityAndCollapse | intent
  unlockAndRun | runnable
android.service.restrictions.RestrictionsReceiver
 Methods: 2
  onReceive | context, intent
  onRequestPermission | context, packageName, requestType, requestId, request
android.service.textservice.SpellCheckerService
 Methods: 2
  createSession | 
  onBind | intent
android.service.textservice.SpellCheckerService$Session
 Methods: 8
  getBundle | 
  getLocale | 
  onCancel | 
  onClose | 
  onCreate | 
  onGetSentenceSuggestionsMultiple | textInfos, suggestionsLimit
  onGetSuggestions | textInfo, suggestionsLimit
  onGetSuggestionsMultiple | textInfos, suggestionsLimit, sequentialWords
android.service.voice.AlwaysOnHotwordDetector
 Methods: 6
  createEnrollIntent | 
  createReEnrollIntent | 
  createUnEnrollIntent | 
  getSupportedRecognitionModes | 
  startRecognition | recognitionFlags
  stopRecognition | 
android.service.voice.AlwaysOnHotwordDetector$Callback
 Methods: 5
  onAvailabilityChanged | status
  onDetected | eventPayload
  onError | 
  onRecognitionPaused | 
  onRecognitionResumed | 
android.service.voice.AlwaysOnHotwordDetector$EventPayload
 Methods: 2
  getCaptureAudioFormat | 
  getTriggerAudio | 
android.service.voice.VoiceInteractionService
 Methods: 11
  createAlwaysOnHotwordDetector | keyphrase, locale, callback
  getDisabledShowContext | 
  isActiveService | context, service
  onBind | intent
  onGetSupportedVoiceActions | voiceActions
  onLaunchVoiceAssistFromKeyguard | 
  onReady | 
  onShutdown | 
  setDisabledShowContext | flags
  setUiHints | hints
  showSession | args, flags
android.service.voice.VoiceInteractionSession
 Methods: 51
  closeSystemDialogs | 
  dump | prefix, fd, writer, args
  finish | 
  getContext | 
  getDisabledShowContext | 
  getLayoutInflater | 
  getUserDisabledShowContext | 
  getWindow | 
  hide | 
  onAssistStructureFailure | failure
  onBackPressed | 
  onCancelRequest | request
  onCloseSystemDialogs | 
  onComputeInsets | outInsets
  onConfigurationChanged | newConfig
  onCreate | 
  onCreateContentView | 
  onDestroy | 
  onDirectActionsInvalidated | activityId
  onGetSupportedCommands | commands
  onHandleAssist | data, structure, content
  onHandleAssist | state
  onHandleAssistSecondary | data, structure, content, index, count
  onHandleScreenshot | screenshot
  onHide | 
  onKeyDown | keyCode, event
  onKeyLongPress | keyCode, event
  onKeyMultiple | keyCode, count, event
  onKeyUp | keyCode, event
  onLockscreenShown | 
  onLowMemory | 
  onPrepareShow | args, showFlags
  onRequestAbortVoice | request
  onRequestCommand | request
  onRequestCompleteVoice | request
  onRequestConfirmation | request
  onRequestPickOption | request
  onShow | args, showFlags
  onTaskFinished | intent, taskId
  onTaskStarted | intent, taskId
  onTrimMemory | level
  performDirectAction | action, extras, cancellationSignal, resultExecutor, resultListener
  requestDirectActions | activityId, cancellationSignal, resultExecutor, callback
  setContentView | view
  setDisabledShowContext | flags
  setKeepAwake | keepAwake
  setTheme | theme
  setUiEnabled | enabled
  show | args, flags
  startAssistantActivity | intent
  startVoiceActivity | intent
android.service.voice.VoiceInteractionSession$AbortVoiceRequest
 Methods: 3
  getMessage | 
  getVoicePrompt | 
  sendAbortResult | result
android.service.voice.VoiceInteractionSession$ActivityId
 Methods: 2
  equals | o
  hashCode | 
android.service.voice.VoiceInteractionSession$AssistState
 Methods: 7
  getActivityId | 
  getAssistContent | 
  getAssistData | 
  getAssistStructure | 
  getCount | 
  getIndex | 
  isFocused | 
android.service.voice.VoiceInteractionSession$CommandRequest
 Methods: 3
  getCommand | 
  sendIntermediateResult | result
  sendResult | result
android.service.voice.VoiceInteractionSession$CompleteVoiceRequest
 Methods: 3
  getMessage | 
  getVoicePrompt | 
  sendCompleteResult | result
android.service.voice.VoiceInteractionSession$ConfirmationRequest
 Methods: 3
  getPrompt | 
  getVoicePrompt | 
  sendConfirmationResult | confirmed, result
android.service.voice.VoiceInteractionSession$Insets
 Methods: 0
android.service.voice.VoiceInteractionSession$PickOptionRequest
 Methods: 5
  getOptions | 
  getPrompt | 
  getVoicePrompt | 
  sendIntermediatePickOptionResult | selections, result
  sendPickOptionResult | selections, result
android.service.voice.VoiceInteractionSession$Request
 Methods: 6
  cancel | 
  getCallingPackage | 
  getCallingUid | 
  getExtras | 
  isActive | 
  toString | 
android.service.voice.VoiceInteractionSessionService
 Methods: 6
  onBind | intent
  onConfigurationChanged | newConfig
  onCreate | 
  onLowMemory | 
  onNewSession | args
  onTrimMemory | level
android.service.vr.VrListenerService
 Methods: 3
  isVrModePackageEnabled | context, requestedComponent
  onBind | intent
  onCurrentVrActivityChanged | component
android.service.wallpaper.WallpaperService
 Methods: 4
  onBind | intent
  onCreate | 
  onCreateEngine | 
  onDestroy | 
android.service.wallpaper.WallpaperService$Engine
 Methods: 22
  getDesiredMinimumHeight | 
  getDesiredMinimumWidth | 
  getDisplayContext | 
  getSurfaceHolder | 
  isPreview | 
  isVisible | 
  notifyColorsChanged | 
  onApplyWindowInsets | insets
  onCommand | action, x, y, z, extras, resultRequested
  onComputeColors | 
  onCreate | surfaceHolder
  onDesiredSizeChanged | desiredWidth, desiredHeight
  onDestroy | 
  onOffsetsChanged | xOffset, yOffset, xOffsetStep, yOffsetStep, xPixelOffset, yPixelOffset
  onSurfaceChanged | holder, format, width, height
  onSurfaceCreated | holder
  onSurfaceDestroyed | holder
  onSurfaceRedrawNeeded | holder
  onTouchEvent | event
  onVisibilityChanged | visible
  setOffsetNotificationsEnabled | enabled
  setTouchEventsEnabled | enabled
android.speech.RecognitionListener
 Methods: 9
  onBeginningOfSpeech | 
  onBufferReceived | buffer
  onEndOfSpeech | 
  onError | error
  onEvent | eventType, params
  onPartialResults | partialResults
  onReadyForSpeech | params
  onResults | results
  onRmsChanged | rmsdB
android.speech.RecognitionService
 Methods: 2
  onBind | intent
  onDestroy | 
android.speech.RecognitionService$Callback
 Methods: 9
  beginningOfSpeech | 
  bufferReceived | buffer
  endOfSpeech | 
  error | error
  getCallingUid | 
  partialResults | partialResults
  readyForSpeech | params
  results | results
  rmsChanged | rmsdB
android.speech.RecognizerIntent
 Methods: 1
  getVoiceDetailsIntent | context
android.speech.RecognizerResultsIntent
 Methods: 0
android.speech.SpeechRecognizer
 Methods: 8
  cancel | 
  createSpeechRecognizer | context
  createSpeechRecognizer | context, serviceComponent
  destroy | 
  isRecognitionAvailable | context
  setRecognitionListener | listener
  startListening | recognizerIntent
  stopListening | 
android.speech.tts.SynthesisCallback
 Methods: 9
  audioAvailable | buffer, offset, length
  done | 
  error | errorCode
  error | 
  getMaxBufferSize | 
  hasFinished | 
  hasStarted | 
  rangeStart | markerInFrames, start, end
  start | sampleRateInHz, audioFormat, channelCount
android.speech.tts.TextToSpeech$OnInitListener
 Methods: 1
  onInit | status
android.speech.tts.TextToSpeech$OnUtteranceCompletedListener
 Methods: 1
  onUtteranceCompleted | utteranceId
android.speech.tts.SynthesisRequest
 Methods: 10
  getCallerUid | 
  getCharSequenceText | 
  getCountry | 
  getLanguage | 
  getParams | 
  getPitch | 
  getSpeechRate | 
  getText | 
  getVariant | 
  getVoiceName | 
android.speech.tts.TextToSpeech
 Methods: 38
  addEarcon | earcon, packagename, resourceId
  addEarcon | earcon, filename
  addEarcon | earcon, file
  addSpeech | text, file
  addSpeech | text, packagename, resourceId
  addSpeech | text, packagename, resourceId
  addSpeech | text, filename
  areDefaultsEnforced | 
  getAvailableLanguages | 
  getDefaultEngine | 
  getDefaultLanguage | 
  getDefaultVoice | 
  getEngines | 
  getFeatures | locale
  getLanguage | 
  getMaxSpeechInputLength | 
  getVoice | 
  getVoices | 
  isLanguageAvailable | loc
  isSpeaking | 
  playEarcon | earcon, queueMode, , params
  playEarcon | earcon, queueMode, params, utteranceId
  playSilence | durationInMs, queueMode, , params
  playSilentUtterance | durationInMs, queueMode, utteranceId
  setAudioAttributes | audioAttributes
  setEngineByPackageName | enginePackageName
  setLanguage | loc
  setOnUtteranceCompletedListener | listener
  setOnUtteranceProgressListener | listener
  setPitch | pitch
  setSpeechRate | speechRate
  setVoice | voice
  shutdown | 
  speak | text, queueMode, params, utteranceId
  speak | text, queueMode, , params
  stop | 
  synthesizeToFile | text, params, file, utteranceId
  synthesizeToFile | text, , params, filename
android.speech.tts.TextToSpeech$Engine
 Methods: 0
android.speech.tts.TextToSpeech$EngineInfo
 Methods: 1
  toString | 
android.speech.tts.TextToSpeechService
 Methods: 7
  onBind | intent
  onCreate | 
  onDestroy | 
  onGetDefaultVoiceNameFor | lang, country, variant
  onGetVoices | 
  onIsValidVoiceName | voiceName
  onLoadVoice | voiceName
android.speech.tts.UtteranceProgressListener
 Methods: 8
  onAudioAvailable | utteranceId, audio
  onBeginSynthesis | utteranceId, sampleRateInHz, audioFormat, channelCount
  onDone | utteranceId
  onError | utteranceId
  onError | utteranceId, errorCode
  onRangeStart | utteranceId, start, end, frame
  onStart | utteranceId
  onStop | utteranceId, interrupted
android.speech.tts.Voice
 Methods: 11
  describeContents | 
  equals | obj
  getFeatures | 
  getLatency | 
  getLocale | 
  getName | 
  getQuality | 
  hashCode | 
  isNetworkConnectionRequired | 
  toString | 
  writeToParcel | dest, flags
android.system.Int64Ref
 Methods: 0
android.system.Os
 Methods: 101
  accept | fd, peerAddress
  access | path, mode
  bind | fd, address, port
  bind | fd, address
  chmod | path, mode
  chown | path, uid, gid
  close | fd
  connect | fd, address, port
  connect | fd, address
  dup | oldFd
  dup2 | oldFd, newFd
  environ | 
  execv | filename, argv
  execve | filename, argv, envp
  fchmod | fd, mode
  fchown | fd, uid, gid
  fdatasync | fd
  fstat | fd
  fstatvfs | fd
  fsync | fd
  ftruncate | fd, length
  gai_strerror | error
  getegid | 
  getenv | name
  geteuid | 
  getgid | 
  getpeername | fd
  getpid | 
  getppid | 
  getsockname | fd
  getsockoptTimeval | fd, level, option
  gettid | 
  getuid | 
  getxattr | path, name
  if_indextoname | index
  if_nametoindex | name
  inet_pton | family, address
  isatty | fd
  kill | pid, signal
  lchown | path, uid, gid
  link | oldPath, newPath
  listen | fd, backlog
  listxattr | path
  lseek | fd, offset, whence
  lstat | path
  mincore | address, byteCount, vector
  mkdir | path, mode
  mkfifo | path, mode
  mlock | address, byteCount
  mmap | address, byteCount, prot, flags, fd, offset
  msync | address, byteCount, flags
  munlock | address, byteCount
  munmap | address, byteCount
  open | path, flags, mode
  pipe | 
  poll | fds, timeoutMs
  posix_fallocate | fd, offset, length
  prctl | option, arg2, arg3, arg4, arg5
  pread | fd, bytes, byteOffset, byteCount, offset
  pread | fd, buffer, offset
  pwrite | fd, bytes, byteOffset, byteCount, offset
  pwrite | fd, buffer, offset
  read | fd, bytes, byteOffset, byteCount
  read | fd, buffer
  readlink | path
  readv | fd, buffers, offsets, byteCounts
  recvfrom | fd, bytes, byteOffset, byteCount, flags, srcAddress
  recvfrom | fd, buffer, flags, srcAddress
  remove | path
  removexattr | path, name
  rename | oldPath, newPath
  sendfile | outFd, inFd, offset, byteCount
  sendto | fd, bytes, byteOffset, byteCount, flags, address
  sendto | fd, bytes, byteOffset, byteCount, flags, inetAddress, port
  sendto | fd, buffer, flags, inetAddress, port
  setegid | egid
  setenv | name, value, overwrite
  seteuid | euid
  setgid | gid
  setsid | 
  setsockoptInt | fd, level, option, value
  setsockoptTimeval | fd, level, option, value
  setuid | uid
  setxattr | path, name, value, flags
  shutdown | fd, how
  socket | domain, type, protocol
  socketpair | domain, type, protocol, fd1, fd2
  stat | path
  statvfs | path
  strerror | errno
  strsignal | signal
  symlink | oldPath, newPath
  sysconf | name
  tcdrain | fd
  tcsendbreak | fd, duration
  umask | mask
  uname | 
  unsetenv | name
  write | fd, bytes, byteOffset, byteCount
  write | fd, buffer
  writev | fd, buffers, offsets, byteCounts
android.system.OsConstants
 Methods: 16
  S_ISBLK | mode
  S_ISCHR | mode
  S_ISDIR | mode
  S_ISFIFO | mode
  S_ISLNK | mode
  S_ISREG | mode
  S_ISSOCK | mode
  WCOREDUMP | status
  WEXITSTATUS | status
  WIFEXITED | status
  WIFSIGNALED | status
  WIFSTOPPED | status
  WSTOPSIG | status
  WTERMSIG | status
  errnoName | errno
  gaiName | error
android.system.StructPollfd
 Methods: 1
  toString | 
android.system.StructStat
 Methods: 1
  toString | 
android.system.StructStatVfs
 Methods: 1
  toString | 
android.system.StructTimespec
 Methods: 4
  compareTo | other
  equals | o
  hashCode | 
  toString | 
android.system.StructTimeval
 Methods: 5
  equals | o
  fromMillis | millis
  hashCode | 
  toMillis | 
  toString | 
android.system.StructUtsname
 Methods: 1
  toString | 
android.system.ErrnoException
 Methods: 1
  getMessage | 
android.telecom.Call
 Methods: 37
  answer | videoState
  conference | callToConferenceWith
  deflect | address
  disconnect | 
  getCannedTextResponses | 
  getChildren | 
  getConferenceableCalls | 
  getDetails | 
  getParent | 
  getRemainingPostDialSequence | 
  getRttCall | 
  getState | 
  getVideoCall | 
  handoverTo | toHandle, videoState, extras
  hold | 
  isRttActive | 
  mergeConference | 
  phoneAccountSelected | accountHandle, setDefault
  playDtmfTone | digit
  postDialContinue | proceed
  pullExternalCall | 
  putExtras | extras
  registerCallback | callback
  registerCallback | callback, handler
  reject | rejectWithMessage, textMessage
  removeExtras | keys
  removeExtras | keys
  respondToRttRequest | id, accept
  sendCallEvent | event, extras
  sendRttRequest | 
  splitFromConference | 
  stopDtmfTone | 
  stopRtt | 
  swapConference | 
  toString | 
  unhold | 
  unregisterCallback | callback
android.telecom.Call$Callback
 Methods: 16
  onCallDestroyed | call
  onCannedTextResponsesLoaded | call, cannedTextResponses
  onChildrenChanged | call, children
  onConferenceableCallsChanged | call, conferenceableCalls
  onConnectionEvent | call, event, extras
  onDetailsChanged | call, details
  onHandoverComplete | call
  onHandoverFailed | call, failureReason
  onParentChanged | call, parent
  onPostDialWait | call, remainingPostDialSequence
  onRttInitiationFailure | call, reason
  onRttModeChanged | call, mode
  onRttRequest | call, id
  onRttStatusChanged | call, enabled, rttCall
  onStateChanged | call, state
  onVideoCallChanged | call, videoCall
android.telecom.Call$Details
 Methods: 25
  can | capabilities, capability
  can | capability
  capabilitiesToString | capabilities
  equals | o
  getAccountHandle | 
  getCallCapabilities | 
  getCallDirection | 
  getCallProperties | 
  getCallerDisplayName | 
  getCallerDisplayNamePresentation | 
  getConnectTimeMillis | 
  getCreationTimeMillis | 
  getDisconnectCause | 
  getExtras | 
  getGatewayInfo | 
  getHandle | 
  getHandlePresentation | 
  getIntentExtras | 
  getStatusHints | 
  getVideoState | 
  hasProperty | property
  hasProperty | properties, property
  hashCode | 
  propertiesToString | properties
  toString | 
android.telecom.Call$RttCall
 Methods: 5
  getRttAudioMode | 
  read | 
  readImmediately | 
  setRttMode | mode
  write | input
android.telecom.CallAudioState
 Methods: 10
  audioRouteToString | route
  describeContents | 
  equals | obj
  getActiveBluetoothDevice | 
  getRoute | 
  getSupportedBluetoothDevices | 
  getSupportedRouteMask | 
  isMuted | 
  toString | 
  writeToParcel | destination, flags
android.telecom.CallRedirectionService
 Methods: 6
  cancelCall | 
  onBind | intent
  onPlaceCall | handle, initialPhoneAccount, allowInteractiveResponse
  onUnbind | intent
  placeCallUnmodified | 
  redirectCall | gatewayUri, targetPhoneAccount, confirmFirst
android.telecom.CallScreeningService
 Methods: 4
  onBind | intent
  onScreenCall | callDetails
  onUnbind | intent
  respondToCall | callDetails, response
android.telecom.CallScreeningService$CallResponse
 Methods: 5
  getDisallowCall | 
  getRejectCall | 
  getSilenceCall | 
  getSkipCallLog | 
  getSkipNotification | 
android.telecom.CallScreeningService$CallResponse$Builder
 Methods: 6
  build | 
  setDisallowCall | shouldDisallowCall
  setRejectCall | shouldRejectCall
  setSilenceCall | shouldSilenceCall
  setSkipCallLog | shouldSkipCallLog
  setSkipNotification | shouldSkipNotification
android.telecom.Conference
 Methods: 45
  addConnection | connection
  destroy | 
  getCallAudioState | 
  getConferenceableConnections | 
  getConnectionCapabilities | 
  getConnectionProperties | 
  getConnectionTime | 
  getConnections | 
  getDisconnectCause | 
  getExtras | 
  getPhoneAccountHandle | 
  getState | 
  getStatusHints | 
  getVideoProvider | 
  getVideoState | 
  onCallAudioStateChanged | state
  onConnectionAdded | connection
  onDisconnect | 
  onExtrasChanged | extras
  onHold | 
  onMerge | connection
  onMerge | 
  onPlayDtmfTone | c
  onSeparate | connection
  onStopDtmfTone | 
  onSwap | 
  onUnhold | 
  putExtras | extras
  removeConnection | connection
  removeExtras | keys
  removeExtras | keys
  setActive | 
  setConferenceableConnections | conferenceableConnections
  setConnectionCapabilities | connectionCapabilities
  setConnectionProperties | connectionProperties
  setConnectionStartElapsedRealTime | connectionStartElapsedRealTime
  setConnectionTime | connectionTimeMillis
  setDialing | 
  setDisconnected | disconnectCause
  setExtras | extras
  setOnHold | 
  setStatusHints | statusHints
  setVideoProvider | c, videoProvider
  setVideoState | c, videoState
  toString | 
android.telecom.Conferenceable
 Methods: 0
android.telecom.Connection
 Methods: 78
  capabilitiesToString | capabilities
  createCanceledConnection | 
  createFailedConnection | disconnectCause
  destroy | 
  getAddress | 
  getAddressPresentation | 
  getAudioModeIsVoip | 
  getCallAudioState | 
  getCallerDisplayName | 
  getCallerDisplayNamePresentation | 
  getConference | 
  getConferenceables | 
  getConnectionCapabilities | 
  getConnectionProperties | 
  getDisconnectCause | 
  getExtras | 
  getState | 
  getStatusHints | 
  getVideoProvider | 
  handleRttUpgradeResponse | rttTextStream
  isRingbackRequested | 
  onAbort | 
  onAnswer | videoState
  onAnswer | 
  onCallAudioStateChanged | state
  onCallEvent | event, extras
  onDeflect | address
  onDisconnect | 
  onExtrasChanged | extras
  onHandoverComplete | 
  onHold | 
  onPlayDtmfTone | c
  onPostDialContinue | proceed
  onPullExternalCall | 
  onReject | 
  onReject | replyMessage
  onSeparate | 
  onShowIncomingCallUi | 
  onSilence | 
  onStartRtt | rttTextStream
  onStateChanged | state
  onStopDtmfTone | 
  onStopRtt | 
  onUnhold | 
  propertiesToString | properties
  putExtras | extras
  removeExtras | keys
  removeExtras | keys
  requestBluetoothAudio | bluetoothDevice
  sendConnectionEvent | event, extras
  sendRemoteRttRequest | 
  sendRttInitiationFailure | reason
  sendRttInitiationSuccess | 
  sendRttSessionRemotelyTerminated | 
  setActive | 
  setAddress | address, presentation
  setAudioModeIsVoip | isVoip
  setAudioRoute | route
  setCallerDisplayName | callerDisplayName, presentation
  setConferenceableConnections | conferenceableConnections
  setConferenceables | conferenceables
  setConnectionCapabilities | connectionCapabilities
  setConnectionProperties | connectionProperties
  setDialing | 
  setDisconnected | disconnectCause
  setExtras | extras
  setInitialized | 
  setInitializing | 
  setNextPostDialChar | nextChar
  setOnHold | 
  setPostDialWait | remaining
  setPulling | 
  setRingbackRequested | ringback
  setRinging | 
  setStatusHints | statusHints
  setVideoProvider | videoProvider
  setVideoState | videoState
  stateToString | state
android.telecom.Connection$RttModifyStatus
 Methods: 0
android.telecom.Connection$RttTextStream
 Methods: 3
  read | 
  readImmediately | 
  write | input
android.telecom.Connection$VideoProvider
 Methods: 17
  changeCameraCapabilities | cameraCapabilities
  changePeerDimensions | width, height
  changeVideoQuality | videoQuality
  handleCallSessionEvent | event
  onRequestCameraCapabilities | 
  onRequestConnectionDataUsage | 
  onSendSessionModifyRequest | fromProfile, toProfile
  onSendSessionModifyResponse | responseProfile
  onSetCamera | cameraId
  onSetDeviceOrientation | rotation
  onSetDisplaySurface | surface
  onSetPauseImage | uri
  onSetPreviewSurface | surface
  onSetZoom | value
  receiveSessionModifyRequest | videoProfile
  receiveSessionModifyResponse | status, requestedProfile, responseProfile
  setCallDataUsage | dataUsage
android.telecom.ConnectionRequest
 Methods: 9
  describeContents | 
  getAccountHandle | 
  getAddress | 
  getExtras | 
  getRttTextStream | 
  getVideoState | 
  isRequestingRtt | 
  toString | 
  writeToParcel | destination, flags
android.telecom.ConnectionService
 Methods: 22
  addConference | conference
  addExistingConnection | phoneAccountHandle, connection
  conferenceRemoteConnections | remoteConnection1, remoteConnection2
  connectionServiceFocusReleased | 
  createRemoteIncomingConnection | connectionManagerPhoneAccount, request
  createRemoteOutgoingConnection | connectionManagerPhoneAccount, request
  getAllConferences | 
  getAllConnections | 
  onBind | intent
  onConference | connection1, connection2
  onConnectionServiceFocusGained | 
  onConnectionServiceFocusLost | 
  onCreateIncomingConnection | connectionManagerPhoneAccount, request
  onCreateIncomingConnectionFailed | connectionManagerPhoneAccount, request
  onCreateIncomingHandoverConnection | fromPhoneAccountHandle, request
  onCreateOutgoingConnection | connectionManagerPhoneAccount, request
  onCreateOutgoingConnectionFailed | connectionManagerPhoneAccount, request
  onCreateOutgoingHandoverConnection | fromPhoneAccountHandle, request
  onHandoverFailed | request, error
  onRemoteConferenceAdded | conference
  onRemoteExistingConnectionAdded | connection
  onUnbind | intent
android.telecom.DisconnectCause
 Methods: 10
  describeContents | 
  equals | o
  getCode | 
  getDescription | 
  getLabel | 
  getReason | 
  getTone | 
  hashCode | 
  toString | 
  writeToParcel | destination, flags
android.telecom.GatewayInfo
 Methods: 6
  describeContents | 
  getGatewayAddress | 
  getGatewayProviderPackageName | 
  getOriginalAddress | 
  isEmpty | 
  writeToParcel | destination, flags
android.telecom.InCallService
 Methods: 15
  canAddCall | 
  getCallAudioState | 
  getCalls | 
  onBind | intent
  onBringToForeground | showDialpad
  onCallAdded | call
  onCallAudioStateChanged | audioState
  onCallRemoved | call
  onCanAddCallChanged | canAddCall
  onConnectionEvent | call, event, extras
  onSilenceRinger | 
  onUnbind | intent
  requestBluetoothAudio | bluetoothDevice
  setAudioRoute | route
  setMuted | state
android.telecom.InCallService$VideoCall
 Methods: 13
  registerCallback | callback, handler
  registerCallback | callback
  requestCallDataUsage | 
  requestCameraCapabilities | 
  sendSessionModifyRequest | requestProfile
  sendSessionModifyResponse | responseProfile
  setCamera | cameraId
  setDeviceOrientation | rotation
  setDisplaySurface | surface
  setPauseImage | uri
  setPreviewSurface | surface
  setZoom | value
  unregisterCallback | callback
android.telecom.InCallService$VideoCall$Callback
 Methods: 7
  onCallDataUsageChanged | dataUsage
  onCallSessionEvent | event
  onCameraCapabilitiesChanged | cameraCapabilities
  onPeerDimensionsChanged | width, height
  onSessionModifyRequestReceived | videoProfile
  onSessionModifyResponseReceived | status, requestedProfile, responseProfile
  onVideoQualityChanged | videoQuality
android.telecom.PhoneAccount
 Methods: 20
  builder | accountHandle, label
  describeContents | 
  equals | o
  getAccountHandle | 
  getAddress | 
  getCapabilities | 
  getExtras | 
  getHighlightColor | 
  getIcon | 
  getLabel | 
  getShortDescription | 
  getSubscriptionAddress | 
  getSupportedUriSchemes | 
  hasCapabilities | capability
  hashCode | 
  isEnabled | 
  supportsUriScheme | uriScheme
  toBuilder | 
  toString | 
  writeToParcel | out, flags
android.telecom.PhoneAccount$Builder
 Methods: 10
  addSupportedUriScheme | uriScheme
  build | 
  setAddress | value
  setCapabilities | value
  setExtras | extras
  setHighlightColor | value
  setIcon | icon
  setShortDescription | value
  setSubscriptionAddress | value
  setSupportedUriSchemes | uriSchemes
android.telecom.PhoneAccountHandle
 Methods: 8
  describeContents | 
  equals | other
  getComponentName | 
  getId | 
  getUserHandle | 
  hashCode | 
  toString | 
  writeToParcel | out, flags
android.telecom.PhoneAccountSuggestion
 Methods: 7
  describeContents | 
  equals | o
  getPhoneAccountHandle | 
  getReason | 
  hashCode | 
  shouldAutoSelect | 
  writeToParcel | dest, flags
android.telecom.RemoteConference
 Methods: 19
  disconnect | 
  getConferenceableConnections | 
  getConnectionCapabilities | 
  getConnectionProperties | 
  getConnections | 
  getDisconnectCause | 
  getExtras | 
  getState | 
  hold | 
  merge | 
  playDtmfTone | digit
  registerCallback | callback, handler
  registerCallback | callback
  separate | connection
  setCallAudioState | state
  stopDtmfTone | 
  swap | 
  unhold | 
  unregisterCallback | callback
android.telecom.RemoteConference$Callback
 Methods: 9
  onConferenceableConnectionsChanged | conference, conferenceableConnections
  onConnectionAdded | conference, connection
  onConnectionCapabilitiesChanged | conference, connectionCapabilities
  onConnectionPropertiesChanged | conference, connectionProperties
  onConnectionRemoved | conference, connection
  onDestroyed | conference
  onDisconnected | conference, disconnectCause
  onExtrasChanged | conference, extras
  onStateChanged | conference, oldState, newState
android.telecom.RemoteConnection
 Methods: 30
  abort | 
  answer | 
  disconnect | 
  getAddress | 
  getAddressPresentation | 
  getCallerDisplayName | 
  getCallerDisplayNamePresentation | 
  getConference | 
  getConferenceableConnections | 
  getConnectionCapabilities | 
  getConnectionProperties | 
  getDisconnectCause | 
  getExtras | 
  getState | 
  getStatusHints | 
  getVideoProvider | 
  getVideoState | 
  hold | 
  isRingbackRequested | 
  isVoipAudioMode | 
  playDtmfTone | digit
  postDialContinue | proceed
  pullExternalCall | 
  registerCallback | callback
  registerCallback | callback, handler
  reject | 
  setCallAudioState | state
  stopDtmfTone | 
  unhold | 
  unregisterCallback | callback
android.telecom.RemoteConnection$Callback
 Methods: 18
  onAddressChanged | connection, address, presentation
  onCallerDisplayNameChanged | connection, callerDisplayName, presentation
  onConferenceChanged | connection, conference
  onConferenceableConnectionsChanged | connection, conferenceableConnections
  onConnectionCapabilitiesChanged | connection, connectionCapabilities
  onConnectionEvent | connection, event, extras
  onConnectionPropertiesChanged | connection, connectionProperties
  onDestroyed | connection
  onDisconnected | connection, disconnectCause
  onExtrasChanged | connection, extras
  onPostDialChar | connection, nextChar
  onPostDialWait | connection, remainingPostDialSequence
  onRingbackRequested | connection, ringback
  onStateChanged | connection, state
  onStatusHintsChanged | connection, statusHints
  onVideoProviderChanged | connection, videoProvider
  onVideoStateChanged | connection, videoState
  onVoipAudioChanged | connection, isVoip
android.telecom.RemoteConnection$VideoProvider
 Methods: 12
  registerCallback | l
  requestCallDataUsage | 
  requestCameraCapabilities | 
  sendSessionModifyRequest | fromProfile, toProfile
  sendSessionModifyResponse | responseProfile
  setCamera | cameraId
  setDeviceOrientation | rotation
  setDisplaySurface | surface
  setPauseImage | uri
  setPreviewSurface | surface
  setZoom | value
  unregisterCallback | l
android.telecom.RemoteConnection$VideoProvider$Callback
 Methods: 7
  onCallDataUsageChanged | videoProvider, dataUsage
  onCallSessionEvent | videoProvider, event
  onCameraCapabilitiesChanged | videoProvider, cameraCapabilities
  onPeerDimensionsChanged | videoProvider, width, height
  onSessionModifyRequestReceived | videoProvider, videoProfile
  onSessionModifyResponseReceived | videoProvider, status, requestedProfile, responseProfile
  onVideoQualityChanged | videoProvider, videoQuality
android.telecom.StatusHints
 Methods: 7
  describeContents | 
  equals | other
  getExtras | 
  getIcon | 
  getLabel | 
  hashCode | 
  writeToParcel | out, flags
android.telecom.TelecomManager
 Methods: 31
  acceptHandover | srcAddr, videoState, destAcct
  acceptRingingCall | videoState
  acceptRingingCall | 
  addNewIncomingCall | phoneAccount, extras
  cancelMissedCallsNotification | 
  createManageBlockedNumbersIntent | 
  endCall | 
  getAdnUriForPhoneAccount | accountHandle
  getCallCapablePhoneAccounts | 
  getDefaultDialerPackage | 
  getDefaultOutgoingPhoneAccount | uriScheme
  getLine1Number | accountHandle
  getPhoneAccount | account
  getSelfManagedPhoneAccounts | 
  getSimCallManager | 
  getSystemDialerPackage | 
  getUserSelectedOutgoingPhoneAccount | 
  getVoiceMailNumber | accountHandle
  handleMmi | dialString
  handleMmi | dialString, accountHandle
  isInCall | 
  isInManagedCall | 
  isIncomingCallPermitted | phoneAccountHandle
  isOutgoingCallPermitted | phoneAccountHandle
  isTtySupported | 
  isVoiceMailNumber | accountHandle, number
  placeCall | address, extras
  registerPhoneAccount | account
  showInCallScreen | showDialpad
  silenceRinger | 
  unregisterPhoneAccount | accountHandle
android.telecom.VideoProfile
 Methods: 12
  describeContents | 
  getQuality | 
  getVideoState | 
  isAudioOnly | videoState
  isBidirectional | videoState
  isPaused | videoState
  isReceptionEnabled | videoState
  isTransmissionEnabled | videoState
  isVideo | videoState
  toString | 
  videoStateToString | videoState
  writeToParcel | dest, flags
android.telecom.VideoProfile$CameraCapabilities
 Methods: 6
  describeContents | 
  getHeight | 
  getMaxZoom | 
  getWidth | 
  isZoomSupported | 
  writeToParcel | dest, flags
android.telephony.AccessNetworkConstants
 Methods: 0
android.telephony.AccessNetworkConstants$AccessNetworkType
 Methods: 0
android.telephony.AccessNetworkConstants$EutranBand
 Methods: 0
android.telephony.AccessNetworkConstants$GeranBand
 Methods: 0
android.telephony.AccessNetworkConstants$UtranBand
 Methods: 0
android.telephony.AvailableNetworkInfo
 Methods: 9
  describeContents | 
  equals | o
  getBands | 
  getMccMncs | 
  getPriority | 
  getSubId | 
  hashCode | 
  toString | 
  writeToParcel | dest, flags
android.telephony.CarrierConfigManager
 Methods: 4
  getConfig | 
  getConfigForSubId | subId
  isConfigForIdentifiedCarrier | bundle
  notifyConfigChangedForSubId | subId
android.telephony.CellIdentity
 Methods: 5
  describeContents | 
  equals | other
  getOperatorAlphaLong | 
  getOperatorAlphaShort | 
  hashCode | 
android.telephony.CellIdentityCdma
 Methods: 9
  equals | other
  getBasestationId | 
  getLatitude | 
  getLongitude | 
  getNetworkId | 
  getSystemId | 
  hashCode | 
  toString | 
  writeToParcel | dest, flags
android.telephony.CellIdentityGsm
 Methods: 14
  equals | other
  getArfcn | 
  getBsic | 
  getCid | 
  getLac | 
  getMcc | 
  getMccString | 
  getMnc | 
  getMncString | 
  getMobileNetworkOperator | 
  getPsc | 
  hashCode | 
  toString | 
  writeToParcel | dest, flags
android.telephony.CellIdentityLte
 Methods: 14
  equals | other
  getBandwidth | 
  getCi | 
  getEarfcn | 
  getMcc | 
  getMccString | 
  getMnc | 
  getMncString | 
  getMobileNetworkOperator | 
  getPci | 
  getTac | 
  hashCode | 
  toString | 
  writeToParcel | dest, flags
android.telephony.CellIdentityNr
 Methods: 10
  equals | other
  getMccString | 
  getMncString | 
  getNci | 
  getNrarfcn | 
  getPci | 
  getTac | 
  hashCode | 
  toString | 
  writeToParcel | dest, type
android.telephony.CellIdentityTdscdma
 Methods: 12
  describeContents | 
  equals | other
  getCid | 
  getCpid | 
  getLac | 
  getMccString | 
  getMncString | 
  getMobileNetworkOperator | 
  getUarfcn | 
  hashCode | 
  toString | 
  writeToParcel | dest, flags
android.telephony.CellIdentityWcdma
 Methods: 13
  equals | other
  getCid | 
  getLac | 
  getMcc | 
  getMccString | 
  getMnc | 
  getMncString | 
  getMobileNetworkOperator | 
  getPsc | 
  getUarfcn | 
  hashCode | 
  toString | 
  writeToParcel | dest, flags
android.telephony.CellInfo
 Methods: 8
  describeContents | 
  equals | other
  getCellConnectionStatus | 
  getTimeStamp | 
  hashCode | 
  isRegistered | 
  toString | 
  writeToParcel | dest, flags
android.telephony.CellInfoCdma
 Methods: 7
  describeContents | 
  equals | other
  getCellIdentity | 
  getCellSignalStrength | 
  hashCode | 
  toString | 
  writeToParcel | dest, flags
android.telephony.CellInfoGsm
 Methods: 7
  describeContents | 
  equals | other
  getCellIdentity | 
  getCellSignalStrength | 
  hashCode | 
  toString | 
  writeToParcel | dest, flags
android.telephony.CellInfoLte
 Methods: 7
  describeContents | 
  equals | other
  getCellIdentity | 
  getCellSignalStrength | 
  hashCode | 
  toString | 
  writeToParcel | dest, flags
android.telephony.CellInfoNr
 Methods: 6
  equals | other
  getCellIdentity | 
  getCellSignalStrength | 
  hashCode | 
  toString | 
  writeToParcel | dest, flags
android.telephony.CellInfoTdscdma
 Methods: 7
  describeContents | 
  equals | other
  getCellIdentity | 
  getCellSignalStrength | 
  hashCode | 
  toString | 
  writeToParcel | dest, flags
android.telephony.CellInfoWcdma
 Methods: 7
  describeContents | 
  equals | other
  getCellIdentity | 
  getCellSignalStrength | 
  hashCode | 
  toString | 
  writeToParcel | dest, flags
android.telephony.CellLocation
 Methods: 2
  getEmpty | 
  requestLocationUpdate | 
android.telephony.CellSignalStrength
 Methods: 5
  equals | o
  getAsuLevel | 
  getDbm | 
  getLevel | 
  hashCode | 
android.telephony.CellSignalStrengthCdma
 Methods: 15
  describeContents | 
  equals | o
  getAsuLevel | 
  getCdmaDbm | 
  getCdmaEcio | 
  getCdmaLevel | 
  getDbm | 
  getEvdoDbm | 
  getEvdoEcio | 
  getEvdoLevel | 
  getEvdoSnr | 
  getLevel | 
  hashCode | 
  toString | 
  writeToParcel | dest, flags
android.telephony.CellSignalStrengthGsm
 Methods: 10
  describeContents | 
  equals | o
  getAsuLevel | 
  getBitErrorRate | 
  getDbm | 
  getLevel | 
  getTimingAdvance | 
  hashCode | 
  toString | 
  writeToParcel | dest, flags
android.telephony.CellSignalStrengthLte
 Methods: 14
  describeContents | 
  equals | o
  getAsuLevel | 
  getCqi | 
  getDbm | 
  getLevel | 
  getRsrp | 
  getRsrq | 
  getRssi | 
  getRssnr | 
  getTimingAdvance | 
  hashCode | 
  toString | 
  writeToParcel | dest, flags
android.telephony.CellSignalStrengthNr
 Methods: 13
  describeContents | 
  equals | obj
  getAsuLevel | 
  getCsiRsrp | 
  getCsiRsrq | 
  getCsiSinr | 
  getDbm | 
  getLevel | 
  getSsRsrp | 
  getSsRsrq | 
  getSsSinr | 
  hashCode | 
  toString | 
android.telephony.CellSignalStrengthTdscdma
 Methods: 9
  describeContents | 
  equals | o
  getAsuLevel | 
  getDbm | 
  getLevel | 
  getRscp | 
  hashCode | 
  toString | 
  writeToParcel | dest, flags
android.telephony.CellSignalStrengthWcdma
 Methods: 8
  describeContents | 
  equals | o
  getAsuLevel | 
  getDbm | 
  getLevel | 
  hashCode | 
  toString | 
  writeToParcel | dest, flags
android.telephony.IccOpenLogicalChannelResponse
 Methods: 6
  describeContents | 
  getChannel | 
  getSelectResponse | 
  getStatus | 
  toString | 
  writeToParcel | out, flags
android.telephony.MbmsDownloadSession
 Methods: 15
  addProgressListener | request, executor, listener
  addStatusListener | request, executor, listener
  cancelDownload | downloadRequest
  close | 
  create | context, executor, subscriptionId, callback
  create | context, executor, callback
  download | request
  getTempFileRootDirectory | 
  listPendingDownloads | 
  removeProgressListener | request, listener
  removeStatusListener | request, listener
  requestDownloadState | downloadRequest, fileInfo
  requestUpdateFileServices | classList
  resetDownloadKnowledge | downloadRequest
  setTempFileRootDirectory | tempFileRootDirectory
android.telephony.MbmsGroupCallSession
 Methods: 4
  close | 
  create | context, subscriptionId, executor, callback
  create | context, executor, callback
  startGroupCall | tmgi, saiList, frequencyList, executor, callback
android.telephony.MbmsStreamingSession
 Methods: 5
  close | 
  create | context, executor, subscriptionId, callback
  create | context, executor, callback
  requestUpdateStreamingServices | serviceClassList
  startStreaming | serviceInfo, executor, callback
android.telephony.NeighboringCellInfo
 Methods: 10
  describeContents | 
  getCid | 
  getLac | 
  getNetworkType | 
  getPsc | 
  getRssi | 
  setCid | cid
  setRssi | rssi
  toString | 
  writeToParcel | dest, flags
android.telephony.NetworkScan
 Methods: 1
  stopScan | 
android.telephony.NetworkScanRequest
 Methods: 11
  describeContents | 
  equals | o
  getIncrementalResults | 
  getIncrementalResultsPeriodicity | 
  getMaxSearchTime | 
  getPlmns | 
  getScanType | 
  getSearchPeriodicity | 
  getSpecifiers | 
  hashCode | 
  writeToParcel | dest, flags
android.telephony.PhoneNumberFormattingTextWatcher
 Methods: 3
  afterTextChanged | s
  beforeTextChanged | s, start, count, after
  onTextChanged | s, start, before, count
android.telephony.PhoneNumberUtils
 Methods: 44
  addTtsSpan | s, start, endExclusive
  calledPartyBCDFragmentToString | bytes, offset, length, bcdExtType
  calledPartyBCDFragmentToString | bytes, offset, length
  calledPartyBCDToString | bytes, offset, length, bcdExtType
  calledPartyBCDToString | bytes, offset, length
  compare | context, a, b
  compare | a, b
  convertKeypadLettersToDigits | input
  createTtsSpan | phoneNumberString
  createTtsSpannable | phoneNumber
  extractNetworkPortion | phoneNumber
  extractPostDialPortion | phoneNumber
  formatJapaneseNumber | text
  formatNanpNumber | text
  formatNumber | phoneNumber, phoneNumberE164, defaultCountryIso
  formatNumber | text, defaultFormattingType
  formatNumber | source
  formatNumber | phoneNumber, defaultCountryIso
  formatNumberToE164 | phoneNumber, defaultCountryIso
  formatNumberToRFC3966 | phoneNumber, defaultCountryIso
  getFormatTypeForLocale | locale
  getNumberFromIntent | intent, context
  getStrippedReversed | phoneNumber
  is12Key | c
  isDialable | c
  isEmergencyNumber | number
  isGlobalPhoneNumber | phoneNumber
  isISODigit | c
  isLocalEmergencyNumber | context, number
  isNonSeparator | c
  isReallyDialable | c
  isStartsPostDial | c
  isVoiceMailNumber | number
  isWellFormedSmsAddress | address
  networkPortionToCalledPartyBCD | s
  networkPortionToCalledPartyBCDWithLength | s
  normalizeNumber | phoneNumber
  numberToCalledPartyBCD | number, bcdExtType
  numberToCalledPartyBCD | number
  replaceUnicodeDigits | number
  stringFromStringAndTOA | s, TOA
  stripSeparators | phoneNumber
  toCallerIDMinMatch | phoneNumber
  toaFromString | s
android.telephony.PhoneStateListener
 Methods: 13
  onActiveDataSubscriptionIdChanged | subId
  onCallForwardingIndicatorChanged | cfi
  onCallStateChanged | state, phoneNumber
  onCellInfoChanged | cellInfo
  onCellLocationChanged | location
  onDataActivity | direction
  onDataConnectionStateChanged | state, networkType
  onDataConnectionStateChanged | state
  onMessageWaitingIndicatorChanged | mwi
  onServiceStateChanged | serviceState
  onSignalStrengthChanged | asu
  onSignalStrengthsChanged | signalStrength
  onUserMobileDataStateChanged | enabled
android.telephony.RadioAccessSpecifier
 Methods: 7
  describeContents | 
  equals | o
  getBands | 
  getChannels | 
  getRadioAccessNetwork | 
  hashCode | 
  writeToParcel | dest, flags
android.telephony.ServiceState
 Methods: 22
  describeContents | 
  equals | o
  getCdmaNetworkId | 
  getCdmaSystemId | 
  getCellBandwidths | 
  getChannelNumber | 
  getDuplexMode | 
  getIsManualSelection | 
  getOperatorAlphaLong | 
  getOperatorAlphaShort | 
  getOperatorNumeric | 
  getRoaming | 
  getState | 
  hashCode | 
  setIsManualSelection | isManual
  setOperatorName | longName, shortName, numeric
  setRoaming | roaming
  setState | state
  setStateOff | 
  setStateOutOfService | 
  toString | 
  writeToParcel | out, flags
android.telephony.SignalStrength
 Methods: 16
  describeContents | 
  equals | o
  getCdmaDbm | 
  getCdmaEcio | 
  getCellSignalStrengths | clazz
  getCellSignalStrengths | 
  getEvdoDbm | 
  getEvdoEcio | 
  getEvdoSnr | 
  getGsmBitErrorRate | 
  getGsmSignalStrength | 
  getLevel | 
  hashCode | 
  isGsm | 
  toString | 
  writeToParcel | out, flags
android.telephony.SmsManager
 Methods: 16
  createAppSpecificSmsToken | intent
  createAppSpecificSmsTokenWithPackageInfo | prefixes, intent
  divideMessage | text
  downloadMultimediaMessage | context, locationUrl, contentUri, configOverrides, downloadedIntent
  getCarrierConfigValues | 
  getDefault | 
  getDefaultSmsSubscriptionId | 
  getSmsManagerForSubscriptionId | subId
  getSmsMessagesForFinancialApp | params, executor, callback
  getSubscriptionId | 
  injectSmsPdu | pdu, format, receivedIntent
  sendDataMessage | destinationAddress, scAddress, destinationPort, data, sentIntent, deliveryIntent
  sendMultimediaMessage | context, contentUri, locationUrl, configOverrides, sentIntent
  sendMultipartTextMessage | destinationAddress, scAddress, parts, sentIntents, deliveryIntents
  sendTextMessage | destinationAddress, scAddress, text, sentIntent, deliveryIntent
  sendTextMessageWithoutPersisting | destinationAddress, scAddress, text, sentIntent, deliveryIntent
android.telephony.SmsManager$FinancialSmsCallback
 Methods: 1
  onFinancialSmsMessages | msgs
android.telephony.SmsMessage
 Methods: 33
  calculateLength | msgBody, use7bitOnly
  calculateLength | messageBody, use7bitOnly
  createFromPdu | pdu
  createFromPdu | pdu, format
  getDisplayMessageBody | 
  getDisplayOriginatingAddress | 
  getEmailBody | 
  getEmailFrom | 
  getIndexOnIcc | 
  getIndexOnSim | 
  getMessageBody | 
  getMessageClass | 
  getOriginatingAddress | 
  getPdu | 
  getProtocolIdentifier | 
  getPseudoSubject | 
  getServiceCenterAddress | 
  getStatus | 
  getStatusOnIcc | 
  getStatusOnSim | 
  getSubmitPdu | scAddress, destinationAddress, message, statusReportRequested
  getSubmitPdu | scAddress, destinationAddress, destinationPort, data, statusReportRequested
  getTPLayerLengthForPDU | pdu
  getTimestampMillis | 
  getUserData | 
  isCphsMwiMessage | 
  isEmail | 
  isMWIClearMessage | 
  isMWISetMessage | 
  isMwiDontStore | 
  isReplace | 
  isReplyPathPresent | 
  isStatusReportMessage | 
android.telephony.SmsMessage$SubmitPdu
 Methods: 1
  toString | 
android.telephony.SubscriptionInfo
 Methods: 25
  createIconBitmap | context
  describeContents | 
  equals | obj
  getCardId | 
  getCarrierId | 
  getCarrierName | 
  getCountryIso | 
  getDataRoaming | 
  getDisplayName | 
  getGroupUuid | 
  getIccId | 
  getIconTint | 
  getMcc | 
  getMccString | 
  getMnc | 
  getMncString | 
  getNumber | 
  getSimSlotIndex | 
  getSubscriptionId | 
  getSubscriptionType | 
  hashCode | 
  isEmbedded | 
  isOpportunistic | 
  toString | 
  writeToParcel | dest, flags
android.telephony.SubscriptionManager
 Methods: 33
  addOnOpportunisticSubscriptionsChangedListener | executor, listener
  addOnSubscriptionsChangedListener | listener
  addSubscriptionsIntoGroup | subIdList, groupUuid
  canManageSubscription | info
  createSubscriptionGroup | subIdList
  from | context
  getAccessibleSubscriptionInfoList | 
  getActiveSubscriptionInfo | subId
  getActiveSubscriptionInfoCount | 
  getActiveSubscriptionInfoCountMax | 
  getActiveSubscriptionInfoForSimSlotIndex | slotIndex
  getActiveSubscriptionInfoList | 
  getDefaultDataSubscriptionId | 
  getDefaultSmsSubscriptionId | 
  getDefaultSubscriptionId | 
  getDefaultVoiceSubscriptionId | 
  getOpportunisticSubscriptions | 
  getSlotIndex | subscriptionId
  getSubscriptionIds | slotIndex
  getSubscriptionPlans | subId
  getSubscriptionsInGroup | groupUuid
  isActiveSubscriptionId | subscriptionId
  isNetworkRoaming | subId
  isUsableSubscriptionId | subscriptionId
  isValidSubscriptionId | subscriptionId
  removeOnOpportunisticSubscriptionsChangedListener | listener
  removeOnSubscriptionsChangedListener | listener
  removeSubscriptionsFromGroup | subIdList, groupUuid
  setOpportunistic | opportunistic, subId
  setSubscriptionOverrideCongested | subId, overrideCongested, timeoutMillis
  setSubscriptionOverrideUnmetered | subId, overrideUnmetered, timeoutMillis
  setSubscriptionPlans | subId, plans
  switchToSubscription | subId, callbackIntent
android.telephony.SubscriptionManager$OnOpportunisticSubscriptionsChangedListener
 Methods: 1
  onOpportunisticSubscriptionsChanged | 
android.telephony.SubscriptionManager$OnSubscriptionsChangedListener
 Methods: 1
  onSubscriptionsChanged | 
android.telephony.SubscriptionPlan
 Methods: 12
  cycleIterator | 
  describeContents | 
  equals | obj
  getDataLimitBehavior | 
  getDataLimitBytes | 
  getDataUsageBytes | 
  getDataUsageTime | 
  getSummary | 
  getTitle | 
  hashCode | 
  toString | 
  writeToParcel | dest, flags
android.telephony.SubscriptionPlan$Builder
 Methods: 7
  build | 
  createNonrecurring | start, end
  createRecurring | start, period
  setDataLimit | dataLimitBytes, dataLimitBehavior
  setDataUsage | dataUsageBytes, dataUsageTime
  setSummary | summary
  setTitle | title
android.telephony.TelephonyManager
 Methods: 101
  canChangeDtmfToneLength | 
  createForPhoneAccountHandle | phoneAccountHandle
  createForSubscriptionId | subId
  doesSwitchMultiSimConfigTriggerReboot | 
  getAllCellInfo | 
  getCallState | 
  getCardIdForDefaultEuicc | 
  getCarrierConfig | 
  getCarrierIdFromSimMccMnc | 
  getCellLocation | 
  getDataActivity | 
  getDataNetworkType | 
  getDataState | 
  getDeviceId | 
  getDeviceId | slotIndex
  getDeviceSoftwareVersion | 
  getEmergencyNumberList | 
  getEmergencyNumberList | categories
  getForbiddenPlmns | 
  getGroupIdLevel1 | 
  getIccAuthentication | appType, authType, data
  getImei | slotIndex
  getImei | 
  getLine1Number | 
  getManufacturerCode | slotIndex
  getManufacturerCode | 
  getMeid | 
  getMeid | slotIndex
  getMmsUAProfUrl | 
  getMmsUserAgent | 
  getNai | 
  getNetworkCountryIso | 
  getNetworkOperator | 
  getNetworkOperatorName | 
  getNetworkSpecifier | 
  getNetworkType | 
  getPhoneCount | 
  getPhoneType | 
  getPreferredOpportunisticDataSubscription | 
  getServiceState | 
  getSignalStrength | 
  getSimCarrierId | 
  getSimCarrierIdName | 
  getSimCountryIso | 
  getSimOperator | 
  getSimOperatorName | 
  getSimSerialNumber | 
  getSimSpecificCarrierId | 
  getSimSpecificCarrierIdName | 
  getSimState | 
  getSimState | slotIndex
  getSubscriberId | 
  getTypeAllocationCode | 
  getTypeAllocationCode | slotIndex
  getUiccCardsInfo | 
  getVisualVoicemailPackageName | 
  getVoiceMailAlphaTag | 
  getVoiceMailNumber | 
  getVoiceNetworkType | 
  getVoicemailRingtoneUri | accountHandle
  hasCarrierPrivileges | 
  hasIccCard | 
  iccCloseLogicalChannel | channel
  iccExchangeSimIO | fileID, command, p1, p2, p3, filePath
  iccOpenLogicalChannel | AID, p2
  iccOpenLogicalChannel | AID
  iccTransmitApduBasicChannel | cla, instruction, p1, p2, p3, data
  iccTransmitApduLogicalChannel | channel, cla, instruction, p1, p2, p3, data
  isConcurrentVoiceAndDataSupported | 
  isDataEnabled | 
  isDataRoamingEnabled | 
  isEmergencyNumber | number
  isHearingAidCompatibilitySupported | 
  isMultiSimSupported | 
  isNetworkRoaming | 
  isRttSupported | 
  isSmsCapable | 
  isTtyModeSupported | 
  isVoiceCapable | 
  isVoicemailVibrationEnabled | accountHandle
  isWorldPhone | 
  listen | listener, events
  requestCellInfoUpdate | executor, callback
  requestNetworkScan | request, executor, callback
  sendDialerSpecialCode | inputCode
  sendEnvelopeWithStatus | content
  sendUssdRequest | ussdRequest, callback, handler
  sendVisualVoicemailSms | number, port, text, sentIntent
  setDataEnabled | enable
  setLine1NumberForDisplay | alphaTag, number
  setNetworkSelectionModeAutomatic | 
  setNetworkSelectionModeManual | operatorNumeric, persistSelection
  setOperatorBrandOverride | brand
  setPreferredNetworkTypeToGlobal | 
  setPreferredOpportunisticDataSubscription | subId, needValidation, executor, callback
  setVisualVoicemailSmsFilterSettings | settings
  setVoiceMailNumber | alphaTag, number
  setVoicemailRingtoneUri | phoneAccountHandle, uri
  setVoicemailVibrationEnabled | phoneAccountHandle, enabled
  switchMultiSimConfig | numOfSims
  updateAvailableNetworks | availableNetworks, executor, callback
android.telephony.TelephonyManager$CellInfoCallback
 Methods: 2
  onCellInfo | cellInfo
  onError | errorCode, detail
android.telephony.TelephonyManager$UssdResponseCallback
 Methods: 2
  onReceiveUssdResponse | telephonyManager, request, response
  onReceiveUssdResponseFailed | telephonyManager, request, failureCode
android.telephony.TelephonyScanManager
 Methods: 0
android.telephony.TelephonyScanManager$NetworkScanCallback
 Methods: 3
  onComplete | 
  onError | error
  onResults | results
android.telephony.UiccCardInfo
 Methods: 11
  describeContents | 
  equals | obj
  getCardId | 
  getEid | 
  getIccId | 
  getSlotIndex | 
  hashCode | 
  isEuicc | 
  isRemovable | 
  toString | 
  writeToParcel | dest, flags
android.telephony.VisualVoicemailService
 Methods: 5
  onBind | intent
  onCellServiceConnected | task, phoneAccountHandle
  onSimRemoved | task, phoneAccountHandle
  onSmsReceived | task, sms
  onStopped | task
android.telephony.VisualVoicemailService$VisualVoicemailTask
 Methods: 3
  equals | obj
  finish | 
  hashCode | 
android.telephony.VisualVoicemailSms
 Methods: 6
  describeContents | 
  getFields | 
  getMessageBody | 
  getPhoneAccountHandle | 
  getPrefix | 
  writeToParcel | dest, flags
android.telephony.VisualVoicemailSmsFilterSettings
 Methods: 3
  describeContents | 
  toString | 
  writeToParcel | dest, flags
android.telephony.VisualVoicemailSmsFilterSettings$Builder
 Methods: 4
  build | 
  setClientPrefix | clientPrefix
  setDestinationPort | destinationPort
  setOriginatingNumbers | originatingNumbers
android.telephony.SmsMessage$MessageClass
 Methods: 2
  valueOf | name
  values | 
android.telephony.cdma.CdmaCellLocation
 Methods: 13
  convertQuartSecToDecDegrees | quartSec
  equals | o
  fillInNotifierBundle | bundleToFill
  getBaseStationId | 
  getBaseStationLatitude | 
  getBaseStationLongitude | 
  getNetworkId | 
  getSystemId | 
  hashCode | 
  setCellLocationData | baseStationId, baseStationLatitude, baseStationLongitude, systemId, networkId
  setCellLocationData | baseStationId, baseStationLatitude, baseStationLongitude
  setStateInvalid | 
  toString | 
android.telephony.data.ApnSetting
 Methods: 23
  describeContents | 
  getApnName | 
  getApnTypeBitmask | 
  getAuthType | 
  getCarrierId | 
  getEntryName | 
  getId | 
  getMmsProxyAddress | 
  getMmsProxyAddressAsString | 
  getMmsProxyPort | 
  getMmsc | 
  getMvnoType | 
  getNetworkTypeBitmask | 
  getOperatorNumeric | 
  getPassword | 
  getProtocol | 
  getProxyAddress | 
  getProxyAddressAsString | 
  getProxyPort | 
  getRoamingProtocol | 
  getUser | 
  isEnabled | 
  writeToParcel | dest, flags
android.telephony.data.ApnSetting$Builder
 Methods: 21
  build | 
  setApnName | apnName
  setApnTypeBitmask | apnTypeBitmask
  setAuthType | authType
  setCarrierEnabled | carrierEnabled
  setCarrierId | carrierId
  setEntryName | entryName
  setMmsProxyAddress | mmsProxy
  setMmsProxyAddress | mmsProxy
  setMmsProxyPort | mmsPort
  setMmsc | mmsc
  setMvnoType | mvnoType
  setNetworkTypeBitmask | networkTypeBitmask
  setOperatorNumeric | operatorNumeric
  setPassword | password
  setProtocol | protocol
  setProxyAddress | proxy
  setProxyAddress | proxy
  setProxyPort | port
  setRoamingProtocol | roamingProtocol
  setUser | user
android.telephony.emergency.EmergencyNumber
 Methods: 15
  compareTo | emergencyNumber
  describeContents | 
  equals | o
  getCountryIso | 
  getEmergencyCallRouting | 
  getEmergencyNumberSources | 
  getEmergencyServiceCategories | 
  getEmergencyUrns | 
  getMnc | 
  getNumber | 
  hashCode | 
  isFromSources | sources
  isInEmergencyServiceCategories | categories
  toString | 
  writeToParcel | dest, flags
android.telephony.euicc.DownloadableSubscription
 Methods: 5
  describeContents | 
  forActivationCode | encodedActivationCode
  getConfirmationCode | 
  getEncodedActivationCode | 
  writeToParcel | dest, flags
android.telephony.euicc.EuiccInfo
 Methods: 3
  describeContents | 
  getOsVersion | 
  writeToParcel | dest, flags
android.telephony.euicc.EuiccManager
 Methods: 9
  createForCardId | cardId
  deleteSubscription | subscriptionId, callbackIntent
  downloadSubscription | subscription, switchAfterDownload, callbackIntent
  getEid | 
  getEuiccInfo | 
  isEnabled | 
  startResolutionActivity | activity, requestCode, resultIntent, callbackIntent
  switchToSubscription | subscriptionId, callbackIntent
  updateSubscriptionNickname | subscriptionId, nickname, callbackIntent
android.telephony.gsm.GsmCellLocation
 Methods: 9
  equals | o
  fillInNotifierBundle | m
  getCid | 
  getLac | 
  getPsc | 
  hashCode | 
  setLacAndCid | lac, cid
  setStateInvalid | 
  toString | 
android.telephony.gsm.SmsManager
 Methods: 5
  divideMessage | text
  getDefault | 
  sendDataMessage | destinationAddress, scAddress, destinationPort, data, sentIntent, deliveryIntent
  sendMultipartTextMessage | destinationAddress, scAddress, parts, sentIntents, deliveryIntents
  sendTextMessage | destinationAddress, scAddress, text, sentIntent, deliveryIntent
android.telephony.gsm.SmsMessage
 Methods: 30
  calculateLength | messageBody, use7bitOnly
  calculateLength | messageBody, use7bitOnly
  createFromPdu | pdu
  getDisplayMessageBody | 
  getDisplayOriginatingAddress | 
  getEmailBody | 
  getEmailFrom | 
  getIndexOnSim | 
  getMessageBody | 
  getMessageClass | 
  getOriginatingAddress | 
  getPdu | 
  getProtocolIdentifier | 
  getPseudoSubject | 
  getServiceCenterAddress | 
  getStatus | 
  getStatusOnSim | 
  getSubmitPdu | scAddress, destinationAddress, message, statusReportRequested
  getSubmitPdu | scAddress, destinationAddress, destinationPort, data, statusReportRequested
  getTPLayerLengthForPDU | pdu
  getTimestampMillis | 
  getUserData | 
  isCphsMwiMessage | 
  isEmail | 
  isMWIClearMessage | 
  isMWISetMessage | 
  isMwiDontStore | 
  isReplace | 
  isReplyPathPresent | 
  isStatusReportMessage | 
android.telephony.gsm.SmsMessage$SubmitPdu
 Methods: 1
  toString | 
android.telephony.gsm.SmsMessage$MessageClass
 Methods: 2
  valueOf | name
  values | 
android.telephony.mbms.GroupCallCallback
 Methods: 3
  onBroadcastSignalStrengthUpdated | signalStrength
  onError | errorCode, message
  onGroupCallStateChanged | state, reason
android.telephony.mbms.MbmsGroupCallSessionCallback
 Methods: 4
  onAvailableSaisUpdated | currentSais, availableSais
  onError | errorCode, message
  onMiddlewareReady | 
  onServiceInterfaceAvailable | interfaceName, index
android.telephony.mbms.DownloadProgressListener
 Methods: 1
  onProgressUpdated | request, fileInfo, currentDownloadSize, fullDownloadSize, currentDecodedSize, fullDecodedSize
android.telephony.mbms.DownloadRequest
 Methods: 11
  describeContents | 
  equals | o
  getDestinationUri | 
  getFileServiceId | 
  getMaxAppIntentSize | 
  getMaxDestinationUriSize | 
  getSourceUri | 
  getSubscriptionId | 
  hashCode | 
  toByteArray | 
  writeToParcel | out, flags
android.telephony.mbms.DownloadRequest$Builder
 Methods: 6
  build | 
  fromDownloadRequest | other
  fromSerializedRequest | data
  setAppIntent | intent
  setServiceInfo | serviceInfo
  setSubscriptionId | subscriptionId
android.telephony.mbms.DownloadStatusListener
 Methods: 1
  onStatusUpdated | request, fileInfo, status
android.telephony.mbms.FileInfo
 Methods: 6
  describeContents | 
  equals | o
  getMimeType | 
  getUri | 
  hashCode | 
  writeToParcel | dest, flags
android.telephony.mbms.FileServiceInfo
 Methods: 3
  describeContents | 
  getFiles | 
  writeToParcel | dest, flags
android.telephony.mbms.GroupCall
 Methods: 3
  close | 
  getTmgi | 
  updateGroupCall | saiList, frequencyList
android.telephony.mbms.MbmsDownloadReceiver
 Methods: 0
android.telephony.mbms.MbmsDownloadSessionCallback
 Methods: 3
  onError | errorCode, message
  onFileServicesUpdated | services
  onMiddlewareReady | 
android.telephony.mbms.MbmsErrors
 Methods: 0
android.telephony.mbms.MbmsErrors$DownloadErrors
 Methods: 0
android.telephony.mbms.MbmsErrors$GeneralErrors
 Methods: 0
android.telephony.mbms.MbmsErrors$GroupCallErrors
 Methods: 0
android.telephony.mbms.MbmsErrors$InitializationErrors
 Methods: 0
android.telephony.mbms.MbmsErrors$StreamingErrors
 Methods: 0
android.telephony.mbms.MbmsStreamingSessionCallback
 Methods: 3
  onError | errorCode, message
  onMiddlewareReady | 
  onStreamingServicesUpdated | services
android.telephony.mbms.ServiceInfo
 Methods: 9
  equals | o
  getLocales | 
  getNameForLocale | locale
  getNamedContentLocales | 
  getServiceClassName | 
  getServiceId | 
  getSessionEndTime | 
  getSessionStartTime | 
  hashCode | 
android.telephony.mbms.StreamingService
 Methods: 3
  close | 
  getInfo | 
  getPlaybackUri | 
android.telephony.mbms.StreamingServiceCallback
 Methods: 5
  onBroadcastSignalStrengthUpdated | signalStrength
  onError | errorCode, message
  onMediaDescriptionUpdated | 
  onStreamMethodUpdated | methodType
  onStreamStateUpdated | state, reason
android.telephony.mbms.StreamingServiceInfo
 Methods: 2
  describeContents | 
  writeToParcel | dest, flags
android.test.FlakyTest
 Methods: 1
  tolerance | 
android.test.RepetitiveTest
 Methods: 1
  numIterations | 
android.test.UiThreadTest
 Methods: 0
android.test.PerformanceTestCase
 Methods: 2
  isPerformanceOnly | 
  startPerformance | intermediates
android.test.PerformanceTestCase$Intermediates
 Methods: 5
  addIntermediate | name
  addIntermediate | name, timeInNS
  finishTiming | realTime
  setInternalIterations | count
  startTiming | realTime
android.test.TestSuiteProvider
 Methods: 1
  getTestSuite | 
android.test.ActivityInstrumentationTestCase
 Methods: 2
  getActivity | 
  testActivityTestCaseSetUpProperly | 
android.test.ActivityInstrumentationTestCase2
 Methods: 3
  getActivity | 
  setActivityInitialTouchMode | initialTouchMode
  setActivityIntent | i
android.test.ActivityTestCase
 Methods: 0
android.test.ActivityUnitTestCase
 Methods: 8
  getActivity | 
  getFinishedActivityRequest | 
  getRequestedOrientation | 
  getStartedActivityIntent | 
  getStartedActivityRequest | 
  isFinishCalled | 
  setActivityContext | activityContext
  setApplication | application
android.test.AndroidTestCase
 Methods: 6
  assertActivityRequiresPermission | packageName, className, permission
  assertReadingContentUriRequiresPermission | uri, permission
  assertWritingContentUriRequiresPermission | uri, permission
  getContext | 
  setContext | context
  testAndroidTestCaseSetupProperly | 
android.test.AndroidTestRunner
 Methods: 15
  addTestListener | testListener
  clearTestListeners | 
  getTestCases | 
  getTestClassName | 
  getTestResult | 
  runTest | 
  runTest | testResult
  setContext | context
  setInstrumentaiton | instrumentation
  setInstrumentation | instrumentation
  setTest | test
  setTestClassName | testClassName, testMethodName
  testEnded | testName
  testFailed | status, test, t
  testStarted | testName
android.test.ApplicationTestCase
 Methods: 3
  getApplication | 
  getSystemContext | 
  testApplicationTestCaseSetUpProperly | 
android.test.InstrumentationTestCase
 Methods: 9
  getInstrumentation | 
  injectInsrumentation | instrumentation
  injectInstrumentation | instrumentation
  launchActivity | pkg, activityCls, extras
  launchActivityWithIntent | pkg, activityCls, intent
  runTestOnUiThread | r
  sendKeys | keysSequence
  sendKeys | keys
  sendRepeatedKeys | keys
android.test.InstrumentationTestRunner
 Methods: 6
  getAllTests | 
  getArguments | 
  getLoader | 
  getTestSuite | 
  onCreate | arguments
  onStart | 
android.test.InstrumentationTestSuite
 Methods: 2
  addTestSuite | testClass
  runTest | test, result
android.test.IsolatedContext
 Methods: 13
  bindIsolatedService | service, flags, instanceName, executor, conn
  bindService | service, flags, executor, conn
  bindService | service, conn, flags
  checkUriPermission | uri, pid, uid, modeFlags
  checkUriPermission | uri, readPermission, writePermission, pid, uid, modeFlags
  getAndClearBroadcastIntents | 
  getContentResolver | 
  getFilesDir | 
  getSystemService | name
  registerReceiver | receiver, filter
  sendBroadcast | intent
  sendOrderedBroadcast | intent, receiverPermission
  unregisterReceiver | receiver
android.test.LoaderTestCase
 Methods: 1
  getLoaderResultSynchronously | loader
android.test.MoreAsserts
 Methods: 36
  assertAssignableFrom | expected, actual
  assertAssignableFrom | expected, actual
  assertContainsRegex | expectedRegex, actual
  assertContainsRegex | message, expectedRegex, actual
  assertContentsInAnyOrder | message, actual, expected
  assertContentsInAnyOrder | actual, expected
  assertContentsInOrder | actual, expected
  assertContentsInOrder | message, actual, expected
  assertEmpty | ?, map
  assertEmpty | iterable
  assertEmpty | message, iterable
  assertEmpty | message, ?, map
  assertEquals | message, expected, actual
  assertEquals | message, expected, actual
  assertEquals | message, expected, actual
  assertEquals | expected, actual
  assertEquals | expected, actual
  assertEquals | expected, actual
  assertEquals | expected, actual
  assertEquals | message, expected, actual
  assertEquals | message, expected, actual
  assertEquals | expected, actual
  assertMatchesRegex | expectedRegex, actual
  assertMatchesRegex | message, expectedRegex, actual
  assertNotContainsRegex | message, expectedRegex, actual
  assertNotContainsRegex | expectedRegex, actual
  assertNotEmpty | iterable
  assertNotEmpty | message, ?, map
  assertNotEmpty | message, iterable
  assertNotEmpty | ?, map
  assertNotEqual | unexpected, actual
  assertNotEqual | message, unexpected, actual
  assertNotMatchesRegex | expectedRegex, actual
  assertNotMatchesRegex | message, expectedRegex, actual
  checkEqualsAndHashCodeMethods | message, lhs, rhs, expectedResult
  checkEqualsAndHashCodeMethods | lhs, rhs, expectedResult
android.test.ProviderTestCase
 Methods: 4
  getMockContentResolver | 
  getMockContext | 
  getProvider | 
  newResolverWithContentProviderFromSql | targetContext, providerClass, authority, databaseName, databaseVersion, sql
android.test.ProviderTestCase2
 Methods: 4
  getMockContentResolver | 
  getMockContext | 
  getProvider | 
  newResolverWithContentProviderFromSql | targetContext, filenamePrefix, providerClass, authority, databaseName, databaseVersion, sql
android.test.RenamingDelegatingContext
 Methods: 15
  databaseList | 
  deleteDatabase | name
  deleteFile | name
  fileList | 
  getCacheDir | 
  getDatabasePath | name
  getDatabasePrefix | 
  getFileStreamPath | name
  makeExistingFilesAndDbsAccessible | 
  openFileInput | name
  openFileOutput | name, mode
  openOrCreateDatabase | name, mode, factory
  openOrCreateDatabase | name, mode, factory, errorHandler
  providerWithRenamedContext | contentProvider, c, filePrefix, allowAccessToExistingFilesAndDbs
  providerWithRenamedContext | contentProvider, c, filePrefix
android.test.ServiceTestCase
 Methods: 5
  getApplication | 
  getService | 
  getSystemContext | 
  setApplication | application
  testServiceTestCaseSetUpProperly | 
android.test.SingleLaunchActivityTestCase
 Methods: 2
  getActivity | 
  testActivityTestCaseSetUpProperly | 
android.test.SyncBaseInstrumentation
 Methods: 0
android.test.TouchUtils
 Methods: 31
  clickView | test, v
  drag | test, fromX, toX, fromY, toY, stepCount
  drag | test, fromX, toX, fromY, toY, stepCount
  dragQuarterScreenDown | test, activity
  dragQuarterScreenDown | test
  dragQuarterScreenUp | test
  dragQuarterScreenUp | test, activity
  dragViewBy | test, v, gravity, deltaX, deltaY
  dragViewBy | test, v, gravity, deltaX, deltaY
  dragViewTo | test, v, gravity, toX, toY
  dragViewTo | test, v, gravity, toX, toY
  dragViewToBottom | test, v
  dragViewToBottom | test, activity, v, stepCount
  dragViewToBottom | test, v, stepCount
  dragViewToBottom | test, activity, v
  dragViewToTop | test, v
  dragViewToTop | test, v
  dragViewToTop | test, v, stepCount
  dragViewToTop | test, v, stepCount
  dragViewToX | test, v, gravity, toX
  dragViewToX | test, v, gravity, toX
  dragViewToY | test, v, gravity, toY
  dragViewToY | test, v, gravity, toY
  longClickView | test, v
  longClickView | test, v
  scrollToBottom | test, v
  scrollToBottom | test, activity, v
  scrollToTop | test, v
  scrollToTop | test, activity, v
  tapView | test, v
  touchAndCancelView | test, v
android.test.ViewAsserts
 Methods: 18
  assertBaselineAligned | first, second
  assertBottomAligned | first, second, margin
  assertBottomAligned | first, second
  assertGroupContains | parent, child
  assertGroupIntegrity | parent
  assertGroupNotContains | parent, child
  assertHasScreenCoordinates | origin, view, x, y
  assertHorizontalCenterAligned | reference, test
  assertLeftAligned | first, second
  assertLeftAligned | first, second, margin
  assertOffScreenAbove | origin, view
  assertOffScreenBelow | origin, view
  assertOnScreen | origin, view
  assertRightAligned | first, second, margin
  assertRightAligned | first, second
  assertTopAligned | first, second, margin
  assertTopAligned | first, second
  assertVerticalCenterAligned | reference, test
android.test.AssertionFailedError
 Methods: 0
android.test.ComparisonFailure
 Methods: 1
  getMessage | 
android.test.mock.MockAccountManager
 Methods: 1
  newMockAccountManager | context
android.test.mock.MockApplication
 Methods: 3
  onConfigurationChanged | newConfig
  onCreate | 
  onTerminate | 
android.test.mock.MockContentProvider
 Methods: 12
  applyBatch | operations
  attachInfo | context, info
  attachInfoForTesting | provider, context, providerInfo
  bulkInsert | uri, values
  delete | uri, selection, selectionArgs
  getStreamTypes | url, mimeTypeFilter
  getType | uri
  insert | uri, values
  onCreate | 
  openTypedAssetFile | url, mimeType, opts
  query | uri, projection, selection, selectionArgs, sortOrder
  update | uri, values, selection, selectionArgs
android.test.mock.MockContentResolver
 Methods: 2
  addProvider | name, provider
  notifyChange | uri, observer, syncToNetwork
android.test.mock.MockContext
 Methods: 107
  bindIsolatedService | service, flags, instanceName, executor, conn
  bindService | service, flags, executor, conn
  bindService | service, conn, flags
  checkCallingOrSelfPermission | permission
  checkCallingOrSelfUriPermission | uri, modeFlags
  checkCallingPermission | permission
  checkCallingUriPermission | uri, modeFlags
  checkPermission | permission, pid, uid
  checkSelfPermission | permission
  checkUriPermission | uri, readPermission, writePermission, pid, uid, modeFlags
  checkUriPermission | uri, pid, uid, modeFlags
  clearWallpaper | 
  createConfigurationContext | overrideConfiguration
  createDeviceProtectedStorageContext | 
  createDisplayContext | display
  createPackageContext | packageName, flags
  databaseList | 
  deleteDatabase | name
  deleteFile | name
  deleteSharedPreferences | name
  enforceCallingOrSelfPermission | permission, message
  enforceCallingOrSelfUriPermission | uri, modeFlags, message
  enforceCallingPermission | permission, message
  enforceCallingUriPermission | uri, modeFlags, message
  enforcePermission | permission, pid, uid, message
  enforceUriPermission | uri, readPermission, writePermission, pid, uid, modeFlags, message
  enforceUriPermission | uri, pid, uid, modeFlags, message
  fileList | 
  getApplicationContext | 
  getApplicationInfo | 
  getAssets | 
  getCacheDir | 
  getClassLoader | 
  getCodeCacheDir | 
  getContentResolver | 
  getDataDir | 
  getDatabasePath | name
  getDir | name, mode
  getExternalCacheDir | 
  getExternalCacheDirs | 
  getExternalFilesDir | type
  getExternalFilesDirs | type
  getExternalMediaDirs | 
  getFileStreamPath | name
  getFilesDir | 
  getMainExecutor | 
  getMainLooper | 
  getNoBackupFilesDir | 
  getObbDir | 
  getObbDirs | 
  getPackageCodePath | 
  getPackageManager | 
  getPackageName | 
  getPackageResourcePath | 
  getResources | 
  getSharedPreferences | name, mode
  getSystemService | name
  getSystemServiceName | serviceClass
  getTheme | 
  getWallpaper | 
  getWallpaperDesiredMinimumHeight | 
  getWallpaperDesiredMinimumWidth | 
  grantUriPermission | toPackage, uri, modeFlags
  isDeviceProtectedStorage | 
  isRestricted | 
  moveDatabaseFrom | sourceContext, name
  moveSharedPreferencesFrom | sourceContext, name
  openFileInput | name
  openFileOutput | name, mode
  openOrCreateDatabase | file, mode, factory, errorHandler
  openOrCreateDatabase | file, mode, factory
  peekWallpaper | 
  registerReceiver | receiver, filter
  registerReceiver | receiver, filter, flags
  registerReceiver | receiver, filter, broadcastPermission, scheduler, flags
  registerReceiver | receiver, filter, broadcastPermission, scheduler
  removeStickyBroadcast | intent
  removeStickyBroadcastAsUser | intent, user
  revokeUriPermission | uri, modeFlags
  revokeUriPermission | targetPackage, uri, modeFlags
  sendBroadcast | intent, receiverPermission
  sendBroadcast | intent
  sendBroadcastAsUser | intent, user
  sendBroadcastAsUser | intent, user, receiverPermission
  sendOrderedBroadcast | intent, receiverPermission, resultReceiver, scheduler, initialCode, initialData, initialExtras
  sendOrderedBroadcast | intent, receiverPermission
  sendOrderedBroadcastAsUser | intent, user, receiverPermission, resultReceiver, scheduler, initialCode, initialData, initialExtras
  sendStickyBroadcast | intent
  sendStickyBroadcastAsUser | intent, user
  sendStickyOrderedBroadcast | intent, resultReceiver, scheduler, initialCode, initialData, initialExtras
  sendStickyOrderedBroadcastAsUser | intent, user, resultReceiver, scheduler, initialCode, initialData, initialExtras
  setTheme | resid
  setWallpaper | bitmap
  setWallpaper | data
  startActivities | intents, options
  startActivities | intents
  startActivity | intent
  startActivity | intent, options
  startForegroundService | service
  startInstrumentation | className, profileFile, arguments
  startIntentSender | intent, fillInIntent, flagsMask, flagsValues, extraFlags
  startIntentSender | intent, fillInIntent, flagsMask, flagsValues, extraFlags, options
  startService | service
  stopService | service
  unbindService | conn
  unregisterReceiver | receiver
  updateServiceGroup | conn, group, importance
android.test.mock.MockCursor
 Methods: 43
  close | 
  copyStringToBuffer | columnIndex, buffer
  deactivate | 
  getBlob | columnIndex
  getColumnCount | 
  getColumnIndex | columnName
  getColumnIndexOrThrow | columnName
  getColumnName | columnIndex
  getColumnNames | 
  getCount | 
  getDouble | columnIndex
  getExtras | 
  getFloat | columnIndex
  getInt | columnIndex
  getLong | columnIndex
  getNotificationUri | 
  getNotificationUris | 
  getPosition | 
  getShort | columnIndex
  getString | columnIndex
  getType | columnIndex
  getWantsAllOnMoveCalls | 
  isAfterLast | 
  isBeforeFirst | 
  isClosed | 
  isFirst | 
  isLast | 
  isNull | columnIndex
  move | offset
  moveToFirst | 
  moveToLast | 
  moveToNext | 
  moveToPosition | position
  moveToPrevious | 
  registerContentObserver | observer
  registerDataSetObserver | observer
  requery | 
  respond | extras
  setExtras | extras
  setNotificationUri | cr, uri
  setNotificationUris | cr, uris
  unregisterContentObserver | observer
  unregisterDataSetObserver | observer
android.test.mock.MockDialogInterface
 Methods: 2
  cancel | 
  dismiss | 
android.test.mock.MockPackageManager
 Methods: 90
  addPackageToPreferred | packageName
  addPermission | info
  addPermissionAsync | info
  addPreferredActivity | filter, match, set, activity
  canRequestPackageInstalls | 
  canonicalToCurrentPackageNames | names
  checkPermission | permName, pkgName
  checkSignatures | pkg1, pkg2
  checkSignatures | uid1, uid2
  clearPackagePreferredActivities | packageName
  currentToCanonicalPackageNames | names
  extendVerificationTimeout | id, verificationCodeAtTimeout, millisecondsToDelay
  getActivityBanner | intent
  getActivityBanner | activityName
  getActivityIcon | intent
  getActivityIcon | activityName
  getActivityInfo | className, flags
  getActivityLogo | intent
  getActivityLogo | activityName
  getAllIntentFilters | packageName
  getAllPermissionGroups | flags
  getApplicationBanner | info
  getApplicationBanner | packageName
  getApplicationEnabledSetting | packageName
  getApplicationIcon | packageName
  getApplicationIcon | info
  getApplicationInfo | packageName, flags
  getApplicationLabel | info
  getApplicationLogo | packageName
  getApplicationLogo | info
  getComponentEnabledSetting | componentName
  getDefaultActivityIcon | 
  getDrawable | packageName, resid, appInfo
  getInstalledApplications | flags
  getInstalledPackages | flags
  getInstallerPackageName | packageName
  getInstrumentationInfo | className, flags
  getLaunchIntentForPackage | packageName
  getLeanbackLaunchIntentForPackage | packageName
  getNameForUid | uid
  getPackageArchiveInfo | archiveFilePath, flags
  getPackageGids | packageName
  getPackageGids | packageName, flags
  getPackageInfo | packageName, flags
  getPackageInfo | versionedPackage, flags
  getPackageUid | packageName, flags
  getPackagesForUid | uid
  getPackagesHoldingPermissions | permissions, flags
  getPermissionGroupInfo | name, flags
  getPermissionInfo | name, flags
  getPreferredActivities | outFilters, outActivities, packageName
  getPreferredPackages | flags
  getProviderInfo | className, flags
  getReceiverInfo | className, flags
  getResourcesForActivity | activityName
  getResourcesForApplication | appPackageName
  getResourcesForApplication | app
  getServiceInfo | className, flags
  getSharedLibraries | flags
  getSystemAvailableFeatures | 
  getSystemSharedLibraryNames | 
  getText | packageName, resid, appInfo
  getUserBadgedDrawableForDensity | drawable, user, badgeLocation, badgeDensity
  getUserBadgedIcon | icon, user
  getUserBadgedLabel | label, user
  getXml | packageName, resid, appInfo
  hasSigningCertificate | uid, certificate, type
  hasSigningCertificate | packageName, certificate, type
  hasSystemFeature | name
  hasSystemFeature | name, version
  isPermissionRevokedByPolicy | permName, pkgName
  isSafeMode | 
  queryBroadcastReceivers | intent, flags
  queryContentProviders | processName, uid, flags
  queryInstrumentation | targetPackage, flags
  queryIntentActivities | intent, flags
  queryIntentActivityOptions | caller, specifics, intent, flags
  queryIntentContentProviders | intent, flags
  queryIntentServices | intent, flags
  queryPermissionsByGroup | group, flags
  removePackageFromPreferred | packageName
  removePermission | name
  resolveActivity | intent, flags
  resolveContentProvider | name, flags
  resolveService | intent, flags
  resolveServiceAsUser | intent, flags, userId
  setApplicationEnabledSetting | packageName, newState, flags
  setComponentEnabledSetting | componentName, newState, flags
  setInstallerPackageName | targetPackage, installerPackageName
  verifyPendingInstall | id, verificationCode
android.test.mock.MockResources
 Methods: 35
  getAnimation | id
  getColor | id
  getColorStateList | id
  getConfiguration | 
  getDimension | id
  getDimensionPixelOffset | id
  getDimensionPixelSize | id
  getDisplayMetrics | 
  getDrawable | id
  getIdentifier | name, defType, defPackage
  getIntArray | id
  getInteger | id
  getLayout | id
  getMovie | id
  getQuantityString | id, quantity, formatArgs
  getQuantityString | id, quantity
  getQuantityText | id, quantity
  getResourceEntryName | resid
  getResourceName | resid
  getResourcePackageName | resid
  getResourceTypeName | resid
  getString | id
  getString | id, formatArgs
  getStringArray | id
  getText | id, def
  getText | id
  getTextArray | id
  getValue | name, outValue, resolveRefs
  getValue | id, outValue, resolveRefs
  getXml | id
  obtainAttributes | set, attrs
  obtainTypedArray | id
  openRawResource | id
  openRawResourceFd | id
  updateConfiguration | config, metrics
android.test.mock.MockService
 Methods: 1
  attachForTesting | service, context, serviceClassName, application
android.test.suitebuilder.TestMethod
 Methods: 8
  createTest | 
  equals | o
  getAnnotation | annotationClass
  getEnclosingClass | 
  getEnclosingClassname | 
  getName | 
  hashCode | 
  toString | 
android.test.suitebuilder.TestSuiteBuilder
 Methods: 5
  build | 
  excludePackages | packageNames
  includeAllPackagesUnderHere | 
  includePackages | packageNames
  named | newSuiteName
android.test.suitebuilder.TestSuiteBuilder$FailedToCreateTests
 Methods: 1
  testSuiteConstructionFailed | 
android.test.suitebuilder.annotation.LargeTest
 Methods: 0
android.test.suitebuilder.annotation.MediumTest
 Methods: 0
android.test.suitebuilder.annotation.SmallTest
 Methods: 0
android.test.suitebuilder.annotation.Smoke
 Methods: 0
android.test.suitebuilder.annotation.Suppress
 Methods: 0
android.text.Editable
 Methods: 12
  append | text
  append | text, start, end
  append | text
  clear | 
  clearSpans | 
  delete | st, en
  getFilters | 
  insert | where, text
  insert | where, text, start, end
  replace | st, en, source, start, end
  replace | st, en, text
  setFilters | filters
android.text.GetChars
 Methods: 1
  getChars | start, end, dest, destoff
android.text.Html$ImageGetter
 Methods: 1
  getDrawable | source
android.text.Html$TagHandler
 Methods: 1
  handleTag | opening, tag, output, xmlReader
android.text.InputFilter
 Methods: 1
  filter | source, start, end, dest, dstart, dend
android.text.InputType
 Methods: 0
android.text.NoCopySpan
 Methods: 0
android.text.ParcelableSpan
 Methods: 1
  getSpanTypeId | 
android.text.Spannable
 Methods: 2
  removeSpan | what
  setSpan | what, start, end, flags
android.text.Spanned
 Methods: 5
  getSpanEnd | tag
  getSpanFlags | tag
  getSpanStart | tag
  getSpans | start, end, type
  nextSpanTransition | start, limit, type
android.text.SpanWatcher
 Methods: 3
  onSpanAdded | text, what, start, end
  onSpanChanged | text, what, ostart, oend, nstart, nend
  onSpanRemoved | text, what, start, end
android.text.TextDirectionHeuristic
 Methods: 2
  isRtl | array, start, count
  isRtl | cs, start, count
android.text.TextUtils$EllipsizeCallback
 Methods: 1
  ellipsized | start, end
android.text.TextUtils$StringSplitter
 Methods: 1
  setString | string
android.text.TextWatcher
 Methods: 3
  afterTextChanged | s
  beforeTextChanged | s, start, count, after
  onTextChanged | s, start, before, count
android.text.AlteredCharSequence
 Methods: 6
  charAt | off
  getChars | start, end, dest, off
  length | 
  make | source, sub, substart, subend
  subSequence | start, end
  toString | 
android.text.AndroidCharacter
 Methods: 5
  getDirectionalities | src, dest, count
  getEastAsianWidth | input
  getEastAsianWidths | src, start, count, dest
  getMirror | ch
  mirror | text, start, count
android.text.Annotation
 Methods: 5
  describeContents | 
  getKey | 
  getSpanTypeId | 
  getValue | 
  writeToParcel | dest, flags
android.text.AutoText
 Methods: 2
  get | src, start, end, view
  getSize | view
android.text.BidiFormatter
 Methods: 15
  getInstance | 
  getInstance | locale
  getInstance | rtlContext
  getStereoReset | 
  isRtl | str
  isRtl | str
  isRtlContext | 
  unicodeWrap | str
  unicodeWrap | str, heuristic
  unicodeWrap | str, heuristic, isolate
  unicodeWrap | str, heuristic, isolate
  unicodeWrap | str, isolate
  unicodeWrap | str, isolate
  unicodeWrap | str, heuristic
  unicodeWrap | str
android.text.BidiFormatter$Builder
 Methods: 3
  build | 
  setTextDirectionHeuristic | heuristic
  stereoReset | stereoReset
android.text.BoringLayout
 Methods: 23
  draw | c, highlight, highlightpaint, cursorOffset
  ellipsized | start, end
  getBottomPadding | 
  getEllipsisCount | line
  getEllipsisStart | line
  getEllipsizedWidth | 
  getHeight | 
  getLineContainsTab | line
  getLineCount | 
  getLineDescent | line
  getLineDirections | line
  getLineMax | line
  getLineStart | line
  getLineTop | line
  getLineWidth | line
  getParagraphDirection | line
  getTopPadding | 
  isBoring | text, paint
  isBoring | text, paint, metrics
  make | source, paint, outerWidth, align, spacingmult, spacingadd, metrics, includePad, ellipsize, ellipsizedWidth
  make | source, paint, outerWidth, align, spacingMult, spacingAdd, metrics, includePad
  replaceOrMake | source, paint, outerWidth, align, spacingMult, spacingAdd, metrics, includePad, ellipsize, ellipsizedWidth
  replaceOrMake | source, paint, outerwidth, align, spacingMult, spacingAdd, metrics, includePad
android.text.BoringLayout$Metrics
 Methods: 1
  toString | 
android.text.ClipboardManager
 Methods: 3
  getText | 
  hasText | 
  setText | text
android.text.DynamicLayout
 Methods: 12
  getBottomPadding | 
  getEllipsisCount | line
  getEllipsisStart | line
  getEllipsizedWidth | 
  getLineContainsTab | line
  getLineCount | 
  getLineDescent | line
  getLineDirections | line
  getLineStart | line
  getLineTop | line
  getParagraphDirection | line
  getTopPadding | 
android.text.DynamicLayout$Builder
 Methods: 13
  build | 
  obtain | base, paint, width
  setAlignment | alignment
  setBreakStrategy | breakStrategy
  setDisplayText | display
  setEllipsize | ellipsize
  setEllipsizedWidth | ellipsizedWidth
  setHyphenationFrequency | hyphenationFrequency
  setIncludePad | includePad
  setJustificationMode | justificationMode
  setLineSpacing | spacingAdd, spacingMult
  setTextDirection | textDir
  setUseLineSpacingFromFallbacks | useLineSpacingFromFallbacks
android.text.Editable$Factory
 Methods: 2
  getInstance | 
  newEditable | source
android.text.Html
 Methods: 7
  escapeHtml | text
  fromHtml | source, flags
  fromHtml | source, imageGetter, tagHandler
  fromHtml | source, flags, imageGetter, tagHandler
  fromHtml | source
  toHtml | text, option
  toHtml | text
android.text.InputFilter$AllCaps
 Methods: 1
  filter | source, start, end, dest, dstart, dend
android.text.InputFilter$LengthFilter
 Methods: 2
  filter | source, start, end, dest, dstart, dend
  getMax | 
android.text.Layout
 Methods: 47
  draw | c
  draw | canvas, highlight, highlightPaint, cursorOffsetVertical
  getAlignment | 
  getBottomPadding | 
  getCursorPath | point, dest, editingBuffer
  getDesiredWidth | source, paint
  getDesiredWidth | source, start, end, paint
  getEllipsisCount | line
  getEllipsisStart | line
  getEllipsizedWidth | 
  getHeight | 
  getLineAscent | line
  getLineBaseline | line
  getLineBottom | line
  getLineBounds | line, bounds
  getLineContainsTab | line
  getLineCount | 
  getLineDescent | line
  getLineDirections | line
  getLineEnd | line
  getLineForOffset | offset
  getLineForVertical | vertical
  getLineLeft | line
  getLineMax | line
  getLineRight | line
  getLineStart | line
  getLineTop | line
  getLineVisibleEnd | line
  getLineWidth | line
  getOffsetForHorizontal | line, horiz
  getOffsetToLeftOf | offset
  getOffsetToRightOf | offset
  getPaint | 
  getParagraphAlignment | line
  getParagraphDirection | line
  getParagraphLeft | line
  getParagraphRight | line
  getPrimaryHorizontal | offset
  getSecondaryHorizontal | offset
  getSelectionPath | start, end, dest
  getSpacingAdd | 
  getSpacingMultiplier | 
  getText | 
  getTopPadding | 
  getWidth | 
  increaseWidthTo | wid
  isRtlCharAt | offset
android.text.Layout$Directions
 Methods: 0
android.text.LoginFilter
 Methods: 5
  filter | source, start, end, dest, dstart, dend
  isAllowed | c
  onInvalidCharacter | c
  onStart | 
  onStop | 
android.text.LoginFilter$PasswordFilterGMail
 Methods: 1
  isAllowed | c
android.text.LoginFilter$UsernameFilterGeneric
 Methods: 1
  isAllowed | c
android.text.LoginFilter$UsernameFilterGMail
 Methods: 1
  isAllowed | c
android.text.NoCopySpan$Concrete
 Methods: 0
android.text.PrecomputedText
 Methods: 18
  charAt | index
  create | text, params
  getBounds | start, end, bounds
  getParagraphCount | 
  getParagraphEnd | paraIndex
  getParagraphStart | paraIndex
  getParams | 
  getSpanEnd | tag
  getSpanFlags | tag
  getSpanStart | tag
  getSpans | start, end, type
  getWidth | start, end
  length | 
  nextSpanTransition | start, limit, type
  removeSpan | what
  setSpan | what, start, end, flags
  subSequence | start, end
  toString | 
android.text.PrecomputedText$Params
 Methods: 7
  equals | o
  getBreakStrategy | 
  getHyphenationFrequency | 
  getTextDirection | 
  getTextPaint | 
  hashCode | 
  toString | 
android.text.PrecomputedText$Params$Builder
 Methods: 4
  build | 
  setBreakStrategy | strategy
  setHyphenationFrequency | frequency
  setTextDirection | textDir
android.text.Selection
 Methods: 19
  extendDown | text, layout
  extendLeft | text, layout
  extendRight | text, layout
  extendSelection | text, index
  extendToLeftEdge | text, layout
  extendToRightEdge | text, layout
  extendUp | text, layout
  getSelectionEnd | text
  getSelectionStart | text
  moveDown | text, layout
  moveLeft | text, layout
  moveRight | text, layout
  moveToLeftEdge | text, layout
  moveToRightEdge | text, layout
  moveUp | text, layout
  removeSelection | text
  selectAll | text
  setSelection | text, start, stop
  setSelection | text, index
android.text.Spannable$Factory
 Methods: 2
  getInstance | 
  newSpannable | source
android.text.SpannableString
 Methods: 15
  charAt | i
  equals | o
  getChars | start, end, dest, off
  getSpanEnd | what
  getSpanFlags | what
  getSpanStart | what
  getSpans | queryStart, queryEnd, kind
  hashCode | 
  length | 
  nextSpanTransition | start, limit, kind
  removeSpan | what
  setSpan | what, start, end, flags
  subSequence | start, end
  toString | 
  valueOf | source
android.text.SpannableStringBuilder
 Methods: 30
  append | text
  append | text, what, flags
  append | text, start, end
  append | text
  charAt | where
  clear | 
  clearSpans | 
  delete | start, end
  equals | o
  getChars | start, end, dest, destoff
  getFilters | 
  getSpanEnd | what
  getSpanFlags | what
  getSpanStart | what
  getSpans | queryStart, queryEnd, kind
  getTextRunCursor | contextStart, contextEnd, dir, offset, cursorOpt, p
  getTextWatcherDepth | 
  hashCode | 
  insert | where, tb
  insert | where, tb, start, end
  length | 
  nextSpanTransition | start, limit, kind
  removeSpan | what
  replace | start, end, tb, tbstart, tbend
  replace | start, end, tb
  setFilters | filters
  setSpan | what, start, end, flags
  subSequence | start, end
  toString | 
  valueOf | source
android.text.SpannedString
 Methods: 13
  charAt | i
  equals | o
  getChars | start, end, dest, off
  getSpanEnd | what
  getSpanFlags | what
  getSpanStart | what
  getSpans | queryStart, queryEnd, kind
  hashCode | 
  length | 
  nextSpanTransition | start, limit, kind
  subSequence | start, end
  toString | 
  valueOf | source
android.text.StaticLayout
 Methods: 13
  getBottomPadding | 
  getEllipsisCount | line
  getEllipsisStart | line
  getEllipsizedWidth | 
  getLineContainsTab | line
  getLineCount | 
  getLineDescent | line
  getLineDirections | line
  getLineForVertical | vertical
  getLineStart | line
  getLineTop | line
  getParagraphDirection | line
  getTopPadding | 
android.text.StaticLayout$Builder
 Methods: 15
  build | 
  obtain | source, start, end, paint, width
  setAlignment | alignment
  setBreakStrategy | breakStrategy
  setEllipsize | ellipsize
  setEllipsizedWidth | ellipsizedWidth
  setHyphenationFrequency | hyphenationFrequency
  setIncludePad | includePad
  setIndents | leftIndents, rightIndents
  setJustificationMode | justificationMode
  setLineSpacing | spacingAdd, spacingMult
  setMaxLines | maxLines
  setText | source
  setTextDirection | textDir
  setUseLineSpacingFromFallbacks | useLineSpacingFromFallbacks
android.text.TextDirectionHeuristics
 Methods: 0
android.text.TextPaint
 Methods: 1
  set | tp
android.text.TextUtils
 Methods: 40
  commaEllipsize | text, p, avail, oneMore, more
  concat | text
  copySpansFrom | source, start, end, kind, dest, destoff
  dumpSpans | cs, printer, prefix
  ellipsize | text, p, avail, where
  ellipsize | text, paint, avail, where, preserveLength, callback
  equals | a, b
  expandTemplate | template, values
  getCapsMode | cs, off, reqModes
  getChars | s, start, end, dest, destoff
  getLayoutDirectionFromLocale | locale
  getOffsetAfter | text, offset
  getOffsetBefore | text, offset
  getReverse | source, start, end
  getTrimmedLength | s
  htmlEncode | s
  indexOf | s, ch, start, end
  indexOf | s, needle, start, end
  indexOf | s, needle, start
  indexOf | s, needle
  indexOf | s, ch, start
  indexOf | s, ch
  isDigitsOnly | str
  isEmpty | str
  isGraphic | str
  isGraphic | c
  join | delimiter, tokens
  join | delimiter, tokens
  lastIndexOf | s, ch, last
  lastIndexOf | s, ch
  lastIndexOf | s, ch, start, last
  listEllipsize | context, elements, separator, paint, avail, moreId
  makeSafeForPresentation | unclean, maxCharactersToConsider, ellipsizeDip, flags
  regionMatches | one, toffset, two, ooffset, len
  replace | template, sources, destinations
  split | text, pattern
  split | text, expression
  stringOrSpannedString | source
  substring | source, start, end
  writeToParcel | cs, p, parcelableFlags
android.text.TextUtils$SimpleStringSplitter
 Methods: 5
  hasNext | 
  iterator | 
  next | 
  remove | 
  setString | string
android.text.Layout$Alignment
 Methods: 2
  valueOf | name
  values | 
android.text.TextUtils$TruncateAt
 Methods: 2
  valueOf | name
  values | 
android.text.format.DateFormat
 Methods: 10
  format | inFormat, inDate
  format | inFormat, inDate
  format | inFormat, inTimeInMillis
  getBestDateTimePattern | locale, skeleton
  getDateFormat | context
  getDateFormatOrder | context
  getLongDateFormat | context
  getMediumDateFormat | context
  getTimeFormat | context
  is24HourFormat | context
android.text.format.DateUtils
 Methods: 17
  formatDateRange | context, formatter, startMillis, endMillis, flags, timeZone
  formatDateRange | context, formatter, startMillis, endMillis, flags
  formatDateRange | context, startMillis, endMillis, flags
  formatDateTime | context, millis, flags
  formatElapsedTime | recycle, elapsedSeconds
  formatElapsedTime | elapsedSeconds
  formatSameDayTime | then, now, dateStyle, timeStyle
  getAMPMString | ampm
  getDayOfWeekString | dayOfWeek, abbrev
  getMonthString | month, abbrev
  getRelativeDateTimeString | c, time, minResolution, transitionResolution, flags
  getRelativeTimeSpanString | c, millis, withPreposition
  getRelativeTimeSpanString | time, now, minResolution, flags
  getRelativeTimeSpanString | startTime
  getRelativeTimeSpanString | time, now, minResolution
  getRelativeTimeSpanString | c, millis
  isToday | when
android.text.format.Formatter
 Methods: 3
  formatFileSize | context, sizeBytes
  formatIpAddress | ipv4Address
  formatShortFileSize | context, sizeBytes
android.text.format.Time
 Methods: 26
  after | that
  before | that
  clear | timezoneId
  compare | a, b
  format | format
  format2445 | 
  format3339 | allDay
  getActualMaximum | field
  getCurrentTimezone | 
  getJulianDay | millis, gmtoff
  getJulianMondayFromWeeksSinceEpoch | week
  getWeekNumber | 
  getWeeksSinceEpochFromJulianDay | julianDay, firstDayOfWeek
  isEpoch | time
  normalize | ignoreDst
  parse | s
  parse3339 | s
  set | that
  set | second, minute, hour, monthDay, month, year
  set | monthDay, month, year
  set | millis
  setJulianDay | julianDay
  setToNow | 
  switchTimezone | timezone
  toMillis | ignoreDst
  toString | 
android.text.method.KeyListener
 Methods: 5
  clearMetaKeyState | view, content, states
  getInputType | 
  onKeyDown | view, text, keyCode, event
  onKeyOther | view, text, event
  onKeyUp | view, text, keyCode, event
android.text.method.MovementMethod
 Methods: 9
  canSelectArbitrarily | 
  initialize | widget, text
  onGenericMotionEvent | widget, text, event
  onKeyDown | widget, text, keyCode, event
  onKeyOther | view, text, event
  onKeyUp | widget, text, keyCode, event
  onTakeFocus | widget, text, direction
  onTouchEvent | widget, text, event
  onTrackballEvent | widget, text, event
android.text.method.TransformationMethod
 Methods: 2
  getTransformation | source, view
  onFocusChanged | view, sourceText, focused, direction, previouslyFocusedRect
android.text.method.ArrowKeyMovementMethod
 Methods: 5
  canSelectArbitrarily | 
  getInstance | 
  initialize | widget, text
  onTakeFocus | view, text, dir
  onTouchEvent | widget, buffer, event
android.text.method.BaseKeyListener
 Methods: 4
  backspace | view, content, keyCode, event
  forwardDelete | view, content, keyCode, event
  onKeyDown | view, content, keyCode, event
  onKeyOther | view, content, event
android.text.method.BaseMovementMethod
 Methods: 9
  canSelectArbitrarily | 
  initialize | widget, text
  onGenericMotionEvent | widget, text, event
  onKeyDown | widget, text, keyCode, event
  onKeyOther | widget, text, event
  onKeyUp | widget, text, keyCode, event
  onTakeFocus | widget, text, direction
  onTouchEvent | widget, text, event
  onTrackballEvent | widget, text, event
android.text.method.CharacterPickerDialog
 Methods: 2
  onClick | v
  onItemClick | parent, view, position, id
android.text.method.DateKeyListener
 Methods: 3
  getInputType | 
  getInstance | 
  getInstance | locale
android.text.method.DateTimeKeyListener
 Methods: 3
  getInputType | 
  getInstance | 
  getInstance | locale
android.text.method.DialerKeyListener
 Methods: 2
  getInputType | 
  getInstance | 
android.text.method.DigitsKeyListener
 Methods: 7
  filter | source, start, end, dest, dstart, dend
  getInputType | 
  getInstance | accepted
  getInstance | 
  getInstance | locale
  getInstance | locale, sign, decimal
  getInstance | sign, decimal
android.text.method.HideReturnsTransformationMethod
 Methods: 1
  getInstance | 
android.text.method.LinkMovementMethod
 Methods: 5
  canSelectArbitrarily | 
  getInstance | 
  initialize | widget, text
  onTakeFocus | view, text, dir
  onTouchEvent | widget, buffer, event
android.text.method.MetaKeyKeyListener
 Methods: 19
  adjustMetaAfterKeypress | content
  adjustMetaAfterKeypress | state
  clearMetaKeyState | content, states
  clearMetaKeyState | state, which
  clearMetaKeyState | view, content, states
  getMetaState | text
  getMetaState | text, meta
  getMetaState | state
  getMetaState | text, event
  getMetaState | state, meta
  getMetaState | text, meta, event
  handleKeyDown | state, keyCode, event
  handleKeyUp | state, keyCode, event
  isMetaTracker | text, what
  isSelectingMetaTracker | text, what
  onKeyDown | view, content, keyCode, event
  onKeyUp | view, content, keyCode, event
  resetLockedMeta | state
  resetMetaState | text
android.text.method.MultiTapKeyListener
 Methods: 6
  getInputType | 
  getInstance | autotext, cap
  onKeyDown | view, content, keyCode, event
  onSpanAdded | s, what, start, end
  onSpanChanged | buf, what, s, e, start, stop
  onSpanRemoved | s, what, start, end
android.text.method.NumberKeyListener
 Methods: 2
  filter | source, start, end, dest, dstart, dend
  onKeyDown | view, content, keyCode, event
android.text.method.PasswordTransformationMethod
 Methods: 6
  afterTextChanged | s
  beforeTextChanged | s, start, count, after
  getInstance | 
  getTransformation | source, view
  onFocusChanged | view, sourceText, focused, direction, previouslyFocusedRect
  onTextChanged | s, start, before, count
android.text.method.QwertyKeyListener
 Methods: 5
  getInputType | 
  getInstance | autoText, cap
  getInstanceForFullKeyboard | 
  markAsReplaced | content, start, end, original
  onKeyDown | view, content, keyCode, event
android.text.method.ReplacementTransformationMethod
 Methods: 2
  getTransformation | source, v
  onFocusChanged | view, sourceText, focused, direction, previouslyFocusedRect
android.text.method.ScrollingMovementMethod
 Methods: 3
  getInstance | 
  onTakeFocus | widget, text, dir
  onTouchEvent | widget, buffer, event
android.text.method.SingleLineTransformationMethod
 Methods: 1
  getInstance | 
android.text.method.TextKeyListener
 Methods: 12
  clear | e
  getInputType | 
  getInstance | autotext, cap
  getInstance | 
  onKeyDown | view, content, keyCode, event
  onKeyOther | view, content, event
  onKeyUp | view, content, keyCode, event
  onSpanAdded | s, what, start, end
  onSpanChanged | s, what, start, end, st, en
  onSpanRemoved | s, what, start, end
  release | 
  shouldCap | cap, cs, off
android.text.method.TimeKeyListener
 Methods: 3
  getInputType | 
  getInstance | 
  getInstance | locale
android.text.method.Touch
 Methods: 4
  getInitialScrollX | widget, buffer
  getInitialScrollY | widget, buffer
  onTouchEvent | widget, buffer, event
  scrollTo | widget, layout, x, y
android.text.method.TextKeyListener$Capitalize
 Methods: 2
  valueOf | name
  values | 
android.text.style.AlignmentSpan
 Methods: 1
  getAlignment | 
android.text.style.LeadingMarginSpan
 Methods: 2
  drawLeadingMargin | c, p, x, dir, top, baseline, bottom, text, start, end, first, layout
  getLeadingMargin | first
android.text.style.LeadingMarginSpan$LeadingMarginSpan2
 Methods: 1
  getLeadingMarginLineCount | 
android.text.style.LineBackgroundSpan
 Methods: 1
  drawBackground | canvas, paint, left, right, top, baseline, bottom, text, start, end, lineNumber
android.text.style.LineHeightSpan
 Methods: 1
  chooseHeight | text, start, end, spanstartv, lineHeight, fm
android.text.style.LineHeightSpan$WithDensity
 Methods: 1
  chooseHeight | text, start, end, spanstartv, lineHeight, fm, paint
android.text.style.ParagraphStyle
 Methods: 0
android.text.style.TabStopSpan
 Methods: 1
  getTabStop | 
android.text.style.UpdateAppearance
 Methods: 0
android.text.style.UpdateLayout
 Methods: 0
android.text.style.WrapTogetherSpan
 Methods: 0
android.text.style.AbsoluteSizeSpan
 Methods: 7
  describeContents | 
  getDip | 
  getSize | 
  getSpanTypeId | 
  updateDrawState | ds
  updateMeasureState | ds
  writeToParcel | dest, flags
android.text.style.AlignmentSpan$Standard
 Methods: 4
  describeContents | 
  getAlignment | 
  getSpanTypeId | 
  writeToParcel | dest, flags
android.text.style.BackgroundColorSpan
 Methods: 5
  describeContents | 
  getBackgroundColor | 
  getSpanTypeId | 
  updateDrawState | textPaint
  writeToParcel | dest, flags
android.text.style.BulletSpan
 Methods: 8
  describeContents | 
  drawLeadingMargin | canvas, paint, x, dir, top, baseline, bottom, text, start, end, first, layout
  getBulletRadius | 
  getColor | 
  getGapWidth | 
  getLeadingMargin | first
  getSpanTypeId | 
  writeToParcel | dest, flags
android.text.style.CharacterStyle
 Methods: 3
  getUnderlying | 
  updateDrawState | tp
  wrap | cs
android.text.style.ClickableSpan
 Methods: 2
  onClick | widget
  updateDrawState | ds
android.text.style.DrawableMarginSpan
 Methods: 3
  chooseHeight | text, start, end, istartv, v, fm
  drawLeadingMargin | c, p, x, dir, top, baseline, bottom, text, start, end, first, layout
  getLeadingMargin | first
android.text.style.DynamicDrawableSpan
 Methods: 4
  draw | canvas, text, start, end, x, top, y, bottom, paint
  getDrawable | 
  getSize | paint, text, start, end, fm
  getVerticalAlignment | 
android.text.style.EasyEditSpan
 Methods: 3
  describeContents | 
  getSpanTypeId | 
  writeToParcel | dest, flags
android.text.style.ForegroundColorSpan
 Methods: 5
  describeContents | 
  getForegroundColor | 
  getSpanTypeId | 
  updateDrawState | textPaint
  writeToParcel | dest, flags
android.text.style.IconMarginSpan
 Methods: 3
  chooseHeight | text, start, end, istartv, v, fm
  drawLeadingMargin | c, p, x, dir, top, baseline, bottom, text, start, end, first, layout
  getLeadingMargin | first
android.text.style.ImageSpan
 Methods: 2
  getDrawable | 
  getSource | 
android.text.style.LeadingMarginSpan$Standard
 Methods: 5
  describeContents | 
  drawLeadingMargin | c, p, x, dir, top, baseline, bottom, text, start, end, first, layout
  getLeadingMargin | first
  getSpanTypeId | 
  writeToParcel | dest, flags
android.text.style.LineBackgroundSpan$Standard
 Methods: 5
  describeContents | 
  drawBackground | canvas, paint, left, right, top, baseline, bottom, text, start, end, lineNumber
  getColor | 
  getSpanTypeId | 
  writeToParcel | dest, flags
android.text.style.LineHeightSpan$Standard
 Methods: 5
  chooseHeight | text, start, end, spanstartv, lineHeight, fm
  describeContents | 
  getHeight | 
  getSpanTypeId | 
  writeToParcel | dest, flags
android.text.style.LocaleSpan
 Methods: 7
  describeContents | 
  getLocale | 
  getLocales | 
  getSpanTypeId | 
  updateDrawState | ds
  updateMeasureState | paint
  writeToParcel | dest, flags
android.text.style.MaskFilterSpan
 Methods: 2
  getMaskFilter | 
  updateDrawState | ds
android.text.style.MetricAffectingSpan
 Methods: 2
  getUnderlying | 
  updateMeasureState | textPaint
android.text.style.QuoteSpan
 Methods: 8
  describeContents | 
  drawLeadingMargin | c, p, x, dir, top, baseline, bottom, text, start, end, first, layout
  getColor | 
  getGapWidth | 
  getLeadingMargin | first
  getSpanTypeId | 
  getStripeWidth | 
  writeToParcel | dest, flags
android.text.style.RelativeSizeSpan
 Methods: 6
  describeContents | 
  getSizeChange | 
  getSpanTypeId | 
  updateDrawState | ds
  updateMeasureState | ds
  writeToParcel | dest, flags
android.text.style.ReplacementSpan
 Methods: 4
  draw | canvas, text, start, end, x, top, y, bottom, paint
  getSize | paint, text, start, end, fm
  updateDrawState | ds
  updateMeasureState | p
android.text.style.ScaleXSpan
 Methods: 6
  describeContents | 
  getScaleX | 
  getSpanTypeId | 
  updateDrawState | ds
  updateMeasureState | ds
  writeToParcel | dest, flags
android.text.style.StrikethroughSpan
 Methods: 4
  describeContents | 
  getSpanTypeId | 
  updateDrawState | ds
  writeToParcel | dest, flags
android.text.style.StyleSpan
 Methods: 6
  describeContents | 
  getSpanTypeId | 
  getStyle | 
  updateDrawState | ds
  updateMeasureState | paint
  writeToParcel | dest, flags
android.text.style.SubscriptSpan
 Methods: 5
  describeContents | 
  getSpanTypeId | 
  updateDrawState | textPaint
  updateMeasureState | textPaint
  writeToParcel | dest, flags
android.text.style.SuggestionSpan
 Methods: 12
  describeContents | 
  equals | o
  getFlags | 
  getLocale | 
  getLocaleObject | 
  getSpanTypeId | 
  getSuggestions | 
  getUnderlineColor | 
  hashCode | 
  setFlags | flags
  updateDrawState | tp
  writeToParcel | dest, flags
android.text.style.SuperscriptSpan
 Methods: 5
  describeContents | 
  getSpanTypeId | 
  updateDrawState | textPaint
  updateMeasureState | textPaint
  writeToParcel | dest, flags
android.text.style.TabStopSpan$Standard
 Methods: 1
  getTabStop | 
android.text.style.TextAppearanceSpan
 Methods: 20
  describeContents | 
  getFamily | 
  getFontFeatureSettings | 
  getFontVariationSettings | 
  getLinkTextColor | 
  getShadowColor | 
  getShadowDx | 
  getShadowDy | 
  getShadowRadius | 
  getSpanTypeId | 
  getTextColor | 
  getTextFontWeight | 
  getTextLocales | 
  getTextSize | 
  getTextStyle | 
  getTypeface | 
  isElegantTextHeight | 
  updateDrawState | ds
  updateMeasureState | ds
  writeToParcel | dest, flags
android.text.style.TtsSpan
 Methods: 5
  describeContents | 
  getArgs | 
  getSpanTypeId | 
  getType | 
  writeToParcel | dest, flags
android.text.style.TtsSpan$Builder
 Methods: 4
  build | 
  setIntArgument | arg, value
  setLongArgument | arg, value
  setStringArgument | arg, value
android.text.style.TtsSpan$CardinalBuilder
 Methods: 2
  setNumber | number
  setNumber | number
android.text.style.TtsSpan$DateBuilder
 Methods: 4
  setDay | day
  setMonth | month
  setWeekday | weekday
  setYear | year
android.text.style.TtsSpan$DecimalBuilder
 Methods: 4
  setArgumentsFromDouble | number, minimumFractionDigits, maximumFractionDigits
  setFractionalPart | fractionalPart
  setIntegerPart | integerPart
  setIntegerPart | integerPart
android.text.style.TtsSpan$DigitsBuilder
 Methods: 1
  setDigits | digits
android.text.style.TtsSpan$ElectronicBuilder
 Methods: 9
  setDomain | domain
  setEmailArguments | username, domain
  setFragmentId | fragmentId
  setPassword | password
  setPath | path
  setPort | port
  setProtocol | protocol
  setQueryString | queryString
  setUsername | username
android.text.style.TtsSpan$FractionBuilder
 Methods: 6
  setDenominator | denominator
  setDenominator | denominator
  setIntegerPart | integerPart
  setIntegerPart | integerPart
  setNumerator | numerator
  setNumerator | numerator
android.text.style.TtsSpan$MeasureBuilder
 Methods: 10
  setDenominator | denominator
  setDenominator | denominator
  setFractionalPart | fractionalPart
  setIntegerPart | integerPart
  setIntegerPart | integerPart
  setNumber | number
  setNumber | number
  setNumerator | numerator
  setNumerator | numerator
  setUnit | unit
android.text.style.TtsSpan$MoneyBuilder
 Methods: 5
  setCurrency | currency
  setFractionalPart | fractionalPart
  setIntegerPart | integerPart
  setIntegerPart | integerPart
  setQuantity | quantity
android.text.style.TtsSpan$OrdinalBuilder
 Methods: 2
  setNumber | number
  setNumber | number
android.text.style.TtsSpan$SemioticClassBuilder
 Methods: 4
  setAnimacy | animacy
  setCase | grammaticalCase
  setGender | gender
  setMultiplicity | multiplicity
android.text.style.TtsSpan$TelephoneBuilder
 Methods: 3
  setCountryCode | countryCode
  setExtension | extension
  setNumberParts | numberParts
android.text.style.TtsSpan$TextBuilder
 Methods: 1
  setText | text
android.text.style.TtsSpan$TimeBuilder
 Methods: 2
  setHours | hours
  setMinutes | minutes
android.text.style.TtsSpan$VerbatimBuilder
 Methods: 1
  setVerbatim | verbatim
android.text.style.TypefaceSpan
 Methods: 7
  describeContents | 
  getFamily | 
  getSpanTypeId | 
  getTypeface | 
  updateDrawState | ds
  updateMeasureState | paint
  writeToParcel | dest, flags
android.text.style.UnderlineSpan
 Methods: 4
  describeContents | 
  getSpanTypeId | 
  updateDrawState | ds
  writeToParcel | dest, flags
android.text.style.URLSpan
 Methods: 5
  describeContents | 
  getSpanTypeId | 
  getURL | 
  onClick | widget
  writeToParcel | dest, flags
android.text.util.Linkify$MatchFilter
 Methods: 1
  acceptMatch | s, start, end
android.text.util.Linkify$TransformFilter
 Methods: 1
  transformUrl | match, url
android.text.util.Linkify
 Methods: 10
  addLinks | text, mask, , urlSpanFactory
  addLinks | text, pattern, scheme, matchFilter, transformFilter
  addLinks | text, pattern, defaultScheme, schemes, matchFilter, transformFilter
  addLinks | spannable, pattern, defaultScheme, schemes, matchFilter, transformFilter
  addLinks | text, pattern, scheme
  addLinks | text, mask
  addLinks | text, pattern, scheme
  addLinks | spannable, pattern, defaultScheme, schemes, matchFilter, transformFilter, , urlSpanFactory
  addLinks | spannable, pattern, scheme, matchFilter, transformFilter
  addLinks | text, mask
android.text.util.Rfc822Token
 Methods: 12
  equals | o
  getAddress | 
  getComment | 
  getName | 
  hashCode | 
  quoteComment | comment
  quoteName | name
  quoteNameIfNecessary | name
  setAddress | address
  setComment | comment
  setName | name
  toString | 
android.text.util.Rfc822Tokenizer
 Methods: 5
  findTokenEnd | text, cursor
  findTokenStart | text, cursor
  terminateToken | text
  tokenize | text, out
  tokenize | text
android.transition.Transition$TransitionListener
 Methods: 5
  onTransitionCancel | transition
  onTransitionEnd | transition
  onTransitionPause | transition
  onTransitionResume | transition
  onTransitionStart | transition
android.transition.ArcMotion
 Methods: 7
  getMaximumAngle | 
  getMinimumHorizontalAngle | 
  getMinimumVerticalAngle | 
  getPath | startX, startY, endX, endY
  setMaximumAngle | angleInDegrees
  setMinimumHorizontalAngle | angleInDegrees
  setMinimumVerticalAngle | angleInDegrees
android.transition.AutoTransition
 Methods: 0
android.transition.ChangeBounds
 Methods: 7
  captureEndValues | transitionValues
  captureStartValues | transitionValues
  createAnimator | sceneRoot, startValues, endValues
  getResizeClip | 
  getTransitionProperties | 
  setReparent | reparent
  setResizeClip | resizeClip
android.transition.ChangeClipBounds
 Methods: 4
  captureEndValues | transitionValues
  captureStartValues | transitionValues
  createAnimator | sceneRoot, startValues, endValues
  getTransitionProperties | 
android.transition.ChangeImageTransform
 Methods: 4
  captureEndValues | transitionValues
  captureStartValues | transitionValues
  createAnimator | sceneRoot, startValues, endValues
  getTransitionProperties | 
android.transition.ChangeScroll
 Methods: 4
  captureEndValues | transitionValues
  captureStartValues | transitionValues
  createAnimator | sceneRoot, startValues, endValues
  getTransitionProperties | 
android.transition.ChangeTransform
 Methods: 8
  captureEndValues | transitionValues
  captureStartValues | transitionValues
  createAnimator | sceneRoot, startValues, endValues
  getReparent | 
  getReparentWithOverlay | 
  getTransitionProperties | 
  setReparent | reparent
  setReparentWithOverlay | reparentWithOverlay
android.transition.CircularPropagation
 Methods: 2
  getStartDelay | sceneRoot, transition, startValues, endValues
  setPropagationSpeed | propagationSpeed
android.transition.Explode
 Methods: 4
  captureEndValues | transitionValues
  captureStartValues | transitionValues
  onAppear | sceneRoot, view, startValues, endValues
  onDisappear | sceneRoot, view, startValues, endValues
android.transition.Fade
 Methods: 3
  captureStartValues | transitionValues
  onAppear | sceneRoot, view, startValues, endValues
  onDisappear | sceneRoot, view, startValues, endValues
android.transition.PathMotion
 Methods: 1
  getPath | startX, startY, endX, endY
android.transition.PatternPathMotion
 Methods: 3
  getPath | startX, startY, endX, endY
  getPatternPath | 
  setPatternPath | patternPath
android.transition.Scene
 Methods: 7
  enter | 
  exit | 
  getCurrentScene | sceneRoot
  getSceneForLayout | sceneRoot, layoutId, context
  getSceneRoot | 
  setEnterAction | action
  setExitAction | action
android.transition.SidePropagation
 Methods: 3
  getStartDelay | sceneRoot, transition, startValues, endValues
  setPropagationSpeed | propagationSpeed
  setSide | side
android.transition.Slide
 Methods: 6
  captureEndValues | transitionValues
  captureStartValues | transitionValues
  getSlideEdge | 
  onAppear | sceneRoot, view, startValues, endValues
  onDisappear | sceneRoot, view, startValues, endValues
  setSlideEdge | slideEdge
android.transition.Transition
 Methods: 45
  addListener | listener
  addTarget | target
  addTarget | targetId
  addTarget | targetType
  addTarget | targetName
  canRemoveViews | 
  captureEndValues | transitionValues
  captureStartValues | transitionValues
  clone | 
  createAnimator | sceneRoot, startValues, endValues
  excludeChildren | targetId, exclude
  excludeChildren | type, exclude
  excludeChildren | target, exclude
  excludeTarget | target, exclude
  excludeTarget | type, exclude
  excludeTarget | targetName, exclude
  excludeTarget | targetId, exclude
  getDuration | 
  getEpicenter | 
  getEpicenterCallback | 
  getInterpolator | 
  getName | 
  getPathMotion | 
  getPropagation | 
  getStartDelay | 
  getTargetIds | 
  getTargetNames | 
  getTargetTypes | 
  getTargets | 
  getTransitionProperties | 
  getTransitionValues | view, start
  isTransitionRequired | startValues, endValues
  removeListener | listener
  removeTarget | targetId
  removeTarget | target
  removeTarget | targetName
  removeTarget | target
  setDuration | duration
  setEpicenterCallback | epicenterCallback
  setInterpolator | interpolator
  setMatchOrder | matches
  setPathMotion | pathMotion
  setPropagation | transitionPropagation
  setStartDelay | startDelay
  toString | 
android.transition.Transition$EpicenterCallback
 Methods: 1
  onGetEpicenter | transition
android.transition.TransitionInflater
 Methods: 3
  from | context
  inflateTransition | resource
  inflateTransitionManager | resource, sceneRoot
android.transition.TransitionListenerAdapter
 Methods: 5
  onTransitionCancel | transition
  onTransitionEnd | transition
  onTransitionPause | transition
  onTransitionResume | transition
  onTransitionStart | transition
android.transition.TransitionManager
 Methods: 8
  beginDelayedTransition | sceneRoot, transition
  beginDelayedTransition | sceneRoot
  endTransitions | sceneRoot
  go | scene, transition
  go | scene
  setTransition | scene, transition
  setTransition | fromScene, toScene, transition
  transitionTo | scene
android.transition.TransitionPropagation
 Methods: 3
  captureValues | transitionValues
  getPropagationProperties | 
  getStartDelay | sceneRoot, transition, startValues, endValues
android.transition.TransitionSet
 Methods: 29
  addListener | listener
  addTarget | target
  addTarget | targetId
  addTarget | targetType
  addTarget | targetName
  addTransition | transition
  captureEndValues | transitionValues
  captureStartValues | transitionValues
  clone | 
  excludeTarget | target, exclude
  excludeTarget | type, exclude
  excludeTarget | targetName, exclude
  excludeTarget | targetId, exclude
  getOrdering | 
  getTransitionAt | index
  getTransitionCount | 
  removeListener | listener
  removeTarget | targetId
  removeTarget | target
  removeTarget | target
  removeTarget | target
  removeTransition | transition
  setDuration | duration
  setEpicenterCallback | epicenterCallback
  setInterpolator | interpolator
  setOrdering | ordering
  setPathMotion | pathMotion
  setPropagation | propagation
  setStartDelay | startDelay
android.transition.TransitionValues
 Methods: 3
  equals | other
  hashCode | 
  toString | 
android.transition.Visibility
 Methods: 12
  captureEndValues | transitionValues
  captureStartValues | transitionValues
  createAnimator | sceneRoot, startValues, endValues
  getMode | 
  getTransitionProperties | 
  isTransitionRequired | startValues, newValues
  isVisible | values
  onAppear | sceneRoot, view, startValues, endValues
  onAppear | sceneRoot, startValues, startVisibility, endValues, endVisibility
  onDisappear | sceneRoot, view, startValues, endValues
  onDisappear | sceneRoot, startValues, startVisibility, endValues, endVisibility
  setMode | mode
android.transition.VisibilityPropagation
 Methods: 5
  captureValues | values
  getPropagationProperties | 
  getViewVisibility | values
  getViewX | values
  getViewY | values
android.util.AttributeSet
 Methods: 23
  getAttributeBooleanValue | namespace, attribute, defaultValue
  getAttributeBooleanValue | index, defaultValue
  getAttributeCount | 
  getAttributeFloatValue | index, defaultValue
  getAttributeFloatValue | namespace, attribute, defaultValue
  getAttributeIntValue | namespace, attribute, defaultValue
  getAttributeIntValue | index, defaultValue
  getAttributeListValue | index, options, defaultValue
  getAttributeListValue | namespace, attribute, options, defaultValue
  getAttributeName | index
  getAttributeNameResource | index
  getAttributeNamespace | index
  getAttributeResourceValue | namespace, attribute, defaultValue
  getAttributeResourceValue | index, defaultValue
  getAttributeUnsignedIntValue | namespace, attribute, defaultValue
  getAttributeUnsignedIntValue | index, defaultValue
  getAttributeValue | index
  getAttributeValue | namespace, name
  getClassAttribute | 
  getIdAttribute | 
  getIdAttributeResourceValue | defaultValue
  getPositionDescription | 
  getStyleAttribute | 
android.util.Printer
 Methods: 1
  println | x
android.util.ArrayMap
 Methods: 26
  clear | 
  containsAll | collection
  containsKey | key
  containsValue | value
  ensureCapacity | minimumCapacity
  entrySet | 
  equals | object
  get | key
  hashCode | 
  indexOfKey | key
  indexOfValue | value
  isEmpty | 
  keyAt | index
  keySet | 
  put | key, value
  putAll | ? extends K, array
  putAll | ? extends K, map
  remove | key
  removeAll | collection
  removeAt | index
  retainAll | collection
  setValueAt | index, value
  size | 
  toString | 
  valueAt | index
  values | 
android.util.ArraySet
 Methods: 23
  add | value
  addAll | collection
  addAll | array
  clear | 
  contains | key
  containsAll | collection
  ensureCapacity | minimumCapacity
  equals | object
  hashCode | 
  indexOf | key
  isEmpty | 
  iterator | 
  remove | object
  removeAll | collection
  removeAll | array
  removeAt | index
  removeIf | filter
  retainAll | collection
  size | 
  toArray | array
  toArray | 
  toString | 
  valueAt | index
android.util.AtomicFile
 Methods: 7
  delete | 
  failWrite | str
  finishWrite | str
  getBaseFile | 
  openRead | 
  readFully | 
  startWrite | 
android.util.Base64
 Methods: 7
  decode | str, flags
  decode | input, flags
  decode | input, offset, len, flags
  encode | input, flags
  encode | input, offset, len, flags
  encodeToString | input, offset, len, flags
  encodeToString | input, flags
android.util.Base64InputStream
 Methods: 8
  available | 
  close | 
  mark | readlimit
  markSupported | 
  read | 
  read | b, off, len
  reset | 
  skip | n
android.util.Base64OutputStream
 Methods: 3
  close | 
  write | b, off, len
  write | b
android.util.Config
 Methods: 0
android.util.DebugUtils
 Methods: 1
  isObjectSelected | object
android.util.DisplayMetrics
 Methods: 6
  equals | o
  equals | other
  hashCode | 
  setTo | o
  setToDefaults | 
  toString | 
android.util.EventLog
 Methods: 8
  getTagCode | name
  getTagName | tag
  readEvents | tags, output
  writeEvent | tag, str
  writeEvent | tag, list
  writeEvent | tag, value
  writeEvent | tag, value
  writeEvent | tag, value
android.util.EventLog$Event
 Methods: 5
  getData | 
  getProcessId | 
  getTag | 
  getThreadId | 
  getTimeNanos | 
android.util.EventLogTags
 Methods: 2
  get | tag
  get | name
android.util.EventLogTags$Description
 Methods: 0
android.util.FloatMath
 Methods: 0
android.util.FloatProperty
 Methods: 2
  set | object, value
  setValue | object, value
android.util.Half
 Methods: 45
  abs | h
  byteValue | 
  ceil | h
  compare | x, y
  compareTo | h
  copySign | magnitude, sign
  doubleValue | 
  equals | x, y
  equals | o
  floatValue | 
  floor | h
  getExponent | h
  getSign | h
  getSignificand | h
  greater | x, y
  greaterEquals | x, y
  halfToIntBits | h
  halfToRawIntBits | h
  halfToShortBits | h
  halfValue | 
  hashCode | h
  hashCode | 
  intBitsToHalf | bits
  intValue | 
  isInfinite | h
  isNaN | 
  isNaN | h
  isNormalized | h
  less | x, y
  lessEquals | x, y
  longValue | 
  max | x, y
  min | x, y
  parseHalf | s
  round | h
  shortValue | 
  toFloat | h
  toHalf | f
  toHexString | h
  toString | h
  toString | 
  trunc | h
  valueOf | s
  valueOf | f
  valueOf | h
android.util.IntProperty
 Methods: 2
  set | object, value
  setValue | object, value
android.util.JsonReader
 Methods: 18
  beginArray | 
  beginObject | 
  close | 
  endArray | 
  endObject | 
  hasNext | 
  isLenient | 
  nextBoolean | 
  nextDouble | 
  nextInt | 
  nextLong | 
  nextName | 
  nextNull | 
  nextString | 
  peek | 
  setLenient | lenient
  skipValue | 
  toString | 
android.util.JsonWriter
 Methods: 16
  beginArray | 
  beginObject | 
  close | 
  endArray | 
  endObject | 
  flush | 
  isLenient | 
  name | name
  nullValue | 
  setIndent | indent
  setLenient | lenient
  value | value
  value | value
  value | value
  value | value
  value | value
android.util.LayoutDirection
 Methods: 0
android.util.Log
 Methods: 17
  d | tag, msg, tr
  d | tag, msg
  e | tag, msg
  e | tag, msg, tr
  getStackTraceString | tr
  i | tag, msg, tr
  i | tag, msg
  isLoggable | tag, level
  println | priority, tag, msg
  v | tag, msg
  v | tag, msg, tr
  w | tag, tr
  w | tag, msg, tr
  w | tag, msg
  wtf | tag, msg
  wtf | tag, tr
  wtf | tag, msg, tr
android.util.LogPrinter
 Methods: 1
  println | x
android.util.LongSparseArray
 Methods: 16
  append | key, value
  clear | 
  clone | 
  delete | key
  get | key
  get | key, valueIfKeyNotFound
  indexOfKey | key
  indexOfValue | value
  keyAt | index
  put | key, value
  remove | key
  removeAt | index
  setValueAt | index, value
  size | 
  toString | 
  valueAt | index
android.util.LruCache
 Methods: 15
  createCount | 
  evictAll | 
  evictionCount | 
  get | key
  hitCount | 
  maxSize | 
  missCount | 
  put | key, value
  putCount | 
  remove | key
  resize | maxSize
  size | 
  snapshot | 
  toString | 
  trimToSize | maxSize
android.util.MonthDisplayHelper
 Methods: 13
  getColumnOf | day
  getDayAt | row, column
  getDigitsForRow | row
  getFirstDayOfMonth | 
  getMonth | 
  getNumberOfDaysInMonth | 
  getOffset | 
  getRowOf | day
  getWeekStartDay | 
  getYear | 
  isWithinCurrentMonth | row, column
  nextMonth | 
  previousMonth | 
android.util.MutableBoolean
 Methods: 0
android.util.MutableByte
 Methods: 0
android.util.MutableChar
 Methods: 0
android.util.MutableDouble
 Methods: 0
android.util.MutableFloat
 Methods: 0
android.util.MutableInt
 Methods: 0
android.util.MutableLong
 Methods: 0
android.util.MutableShort
 Methods: 0
android.util.Pair
 Methods: 4
  create | a, b
  equals | o
  hashCode | 
  toString | 
android.util.Patterns
 Methods: 2
  concatGroups | matcher
  digitsAndPlusOnly | matcher
android.util.PrintStreamPrinter
 Methods: 1
  println | x
android.util.PrintWriterPrinter
 Methods: 1
  println | x
android.util.Property
 Methods: 6
  get | object
  getName | 
  getType | 
  isReadOnly | 
  of | hostType, valueType, name
  set | object, value
android.util.Range
 Methods: 14
  clamp | value
  contains | range
  contains | value
  create | lower, upper
  equals | obj
  extend | range
  extend | value
  extend | lower, upper
  getLower | 
  getUpper | 
  hashCode | 
  intersect | lower, upper
  intersect | range
  toString | 
android.util.Rational
 Methods: 16
  compareTo | another
  doubleValue | 
  equals | obj
  floatValue | 
  getDenominator | 
  getNumerator | 
  hashCode | 
  intValue | 
  isFinite | 
  isInfinite | 
  isNaN | 
  isZero | 
  longValue | 
  parseRational | string
  shortValue | 
  toString | 
android.util.Size
 Methods: 6
  equals | obj
  getHeight | 
  getWidth | 
  hashCode | 
  parseSize | string
  toString | 
android.util.SizeF
 Methods: 6
  equals | obj
  getHeight | 
  getWidth | 
  hashCode | 
  parseSizeF | string
  toString | 
android.util.SparseArray
 Methods: 17
  append | key, value
  clear | 
  clone | 
  delete | key
  get | key
  get | key, valueIfKeyNotFound
  indexOfKey | key
  indexOfValue | value
  keyAt | index
  put | key, value
  remove | key
  removeAt | index
  removeAtRange | index, size
  setValueAt | index, value
  size | 
  toString | 
  valueAt | index
android.util.SparseBooleanArray
 Methods: 17
  append | key, value
  clear | 
  clone | 
  delete | key
  equals | that
  get | key
  get | key, valueIfKeyNotFound
  hashCode | 
  indexOfKey | key
  indexOfValue | value
  keyAt | index
  put | key, value
  removeAt | index
  setValueAt | index, value
  size | 
  toString | 
  valueAt | index
android.util.SparseIntArray
 Methods: 15
  append | key, value
  clear | 
  clone | 
  delete | key
  get | key
  get | key, valueIfKeyNotFound
  indexOfKey | key
  indexOfValue | value
  keyAt | index
  put | key, value
  removeAt | index
  setValueAt | index, value
  size | 
  toString | 
  valueAt | index
android.util.SparseLongArray
 Methods: 14
  append | key, value
  clear | 
  clone | 
  delete | key
  get | key
  get | key, valueIfKeyNotFound
  indexOfKey | key
  indexOfValue | value
  keyAt | index
  put | key, value
  removeAt | index
  size | 
  toString | 
  valueAt | index
android.util.StateSet
 Methods: 5
  dump | states
  isWildCard | stateSetOrSpec
  stateSetMatches | stateSpec, stateSet
  stateSetMatches | stateSpec, state
  trimStateSet | states, newSize
android.util.StatsLog
 Methods: 4
  logBinaryPushStateChanged | trainName, trainVersionCode, options, state, experimentIds
  logEvent | label
  logStart | label
  logStop | label
android.util.StringBuilderPrinter
 Methods: 1
  println | x
android.util.TimeUtils
 Methods: 3
  getTimeZone | offset, dst, when, country
  getTimeZoneDatabaseVersion | 
  getTimeZoneIdsForCountryCode | countryCode
android.util.TimingLogger
 Methods: 4
  addSplit | splitLabel
  dumpToLog | 
  reset | 
  reset | tag, label
android.util.TypedValue
 Methods: 15
  applyDimension | unit, value, metrics
  coerceToString | type, data
  coerceToString | 
  complexToDimension | data, metrics
  complexToDimensionPixelOffset | data, metrics
  complexToDimensionPixelSize | data, metrics
  complexToFloat | complex
  complexToFraction | data, base, pbase
  getComplexUnit | 
  getDimension | metrics
  getFloat | 
  getFraction | base, pbase
  isColorType | 
  setTo | other
  toString | 
android.util.Xml
 Methods: 7
  asAttributeSet | parser
  findEncodingByName | encodingName
  newPullParser | 
  newSerializer | 
  parse | xml, contentHandler
  parse | in, encoding, contentHandler
  parse | in, contentHandler
android.util.JsonToken
 Methods: 2
  valueOf | name
  values | 
android.util.Xml$Encoding
 Methods: 2
  valueOf | name
  values | 
android.util.AndroidException
 Methods: 0
android.util.AndroidRuntimeException
 Methods: 0
android.util.Base64DataException
 Methods: 0
android.util.MalformedJsonException
 Methods: 0
android.util.NoSuchPropertyException
 Methods: 0
android.util.TimeFormatException
 Methods: 0
android.view.ViewDebug$CapturedViewProperty
 Methods: 1
  retrieveReturn | 
android.view.ViewDebug$ExportedProperty
 Methods: 9
  category | 
  deepExport | 
  flagMapping | 
  formatToHexString | 
  hasAdjacentMapping | 
  indexMapping | 
  mapping | 
  prefix | 
  resolveId | 
android.view.ViewDebug$FlagToString
 Methods: 4
  equals | 
  mask | 
  name | 
  outputIf | 
android.view.ViewDebug$IntToString
 Methods: 2
  from | 
  to | 
android.view.ActionMode$Callback
 Methods: 4
  onActionItemClicked | mode, item
  onCreateActionMode | mode, menu
  onDestroyActionMode | mode
  onPrepareActionMode | mode, menu
android.view.ActionProvider$VisibilityListener
 Methods: 1
  onActionProviderVisibilityChanged | isVisible
android.view.Choreographer$FrameCallback
 Methods: 1
  doFrame | frameTimeNanos
android.view.CollapsibleActionView
 Methods: 2
  onActionViewCollapsed | 
  onActionViewExpanded | 
android.view.ContextMenu
 Methods: 6
  clearHeader | 
  setHeaderIcon | iconRes
  setHeaderIcon | icon
  setHeaderTitle | titleRes
  setHeaderTitle | title
  setHeaderView | view
android.view.ContextMenu$ContextMenuInfo
 Methods: 0
android.view.GestureDetector$OnContextClickListener
 Methods: 1
  onContextClick | e
android.view.GestureDetector$OnDoubleTapListener
 Methods: 3
  onDoubleTap | e
  onDoubleTapEvent | e
  onSingleTapConfirmed | e
android.view.GestureDetector$OnGestureListener
 Methods: 6
  onDown | e
  onFling | e1, e2, velocityX, velocityY
  onLongPress | e
  onScroll | e1, e2, distanceX, distanceY
  onShowPress | e
  onSingleTapUp | e
android.view.InputQueue$Callback
 Methods: 2
  onInputQueueCreated | queue
  onInputQueueDestroyed | queue
android.view.KeyEvent$Callback
 Methods: 4
  onKeyDown | keyCode, event
  onKeyLongPress | keyCode, event
  onKeyMultiple | keyCode, count, event
  onKeyUp | keyCode, event
android.view.LayoutInflater$Factory
 Methods: 1
  onCreateView | name, context, attrs
android.view.LayoutInflater$Factory2
 Methods: 1
  onCreateView | parent, name, context, attrs
android.view.LayoutInflater$Filter
 Methods: 1
  onLoadClass | clazz
android.view.Menu
 Methods: 25
  add | groupId, itemId, order, title
  add | titleRes
  add | title
  add | groupId, itemId, order, titleRes
  addIntentOptions | groupId, itemId, order, caller, specifics, intent, flags, outSpecificItems
  addSubMenu | title
  addSubMenu | groupId, itemId, order, titleRes
  addSubMenu | groupId, itemId, order, title
  addSubMenu | titleRes
  clear | 
  close | 
  findItem | id
  getItem | index
  hasVisibleItems | 
  isShortcutKey | keyCode, event
  performIdentifierAction | id, flags
  performShortcut | keyCode, event, flags
  removeGroup | groupId
  removeItem | id
  setGroupCheckable | group, checkable, exclusive
  setGroupDividerEnabled | groupDividerEnabled
  setGroupEnabled | group, enabled
  setGroupVisible | group, visible
  setQwertyMode | isQwerty
  size | 
android.view.MenuItem
 Methods: 56
  collapseActionView | 
  expandActionView | 
  getActionProvider | 
  getActionView | 
  getAlphabeticModifiers | 
  getAlphabeticShortcut | 
  getContentDescription | 
  getGroupId | 
  getIcon | 
  getIconTintBlendMode | 
  getIconTintList | 
  getIconTintMode | 
  getIntent | 
  getItemId | 
  getMenuInfo | 
  getNumericModifiers | 
  getNumericShortcut | 
  getOrder | 
  getSubMenu | 
  getTitle | 
  getTitleCondensed | 
  getTooltipText | 
  hasSubMenu | 
  isActionViewExpanded | 
  isCheckable | 
  isChecked | 
  isEnabled | 
  isVisible | 
  setActionProvider | actionProvider
  setActionView | resId
  setActionView | view
  setAlphabeticShortcut | alphaChar
  setAlphabeticShortcut | alphaChar, alphaModifiers
  setCheckable | checkable
  setChecked | checked
  setContentDescription | contentDescription
  setEnabled | enabled
  setIcon | icon
  setIcon | iconRes
  setIconTintBlendMode | blendMode
  setIconTintList | tint
  setIconTintMode | tintMode
  setIntent | intent
  setNumericShortcut | numericChar, numericModifiers
  setNumericShortcut | numericChar
  setOnActionExpandListener | listener
  setOnMenuItemClickListener | menuItemClickListener
  setShortcut | numericChar, alphaChar
  setShortcut | numericChar, alphaChar, numericModifiers, alphaModifiers
  setShowAsAction | actionEnum
  setShowAsActionFlags | actionEnum
  setTitle | title
  setTitle | title
  setTitleCondensed | title
  setTooltipText | tooltipText
  setVisible | visible
android.view.MenuItem$OnActionExpandListener
 Methods: 2
  onMenuItemActionCollapse | item
  onMenuItemActionExpand | item
android.view.MenuItem$OnMenuItemClickListener
 Methods: 1
  onMenuItemClick | item
android.view.PixelCopy$OnPixelCopyFinishedListener
 Methods: 1
  onPixelCopyFinished | copyResult
android.view.ScaleGestureDetector$OnScaleGestureListener
 Methods: 3
  onScale | detector
  onScaleBegin | detector
  onScaleEnd | detector
android.view.SubMenu
 Methods: 9
  clearHeader | 
  getItem | 
  setHeaderIcon | iconRes
  setHeaderIcon | icon
  setHeaderTitle | titleRes
  setHeaderTitle | title
  setHeaderView | view
  setIcon | icon
  setIcon | iconRes
android.view.SurfaceHolder
 Methods: 14
  addCallback | callback
  getSurface | 
  getSurfaceFrame | 
  isCreating | 
  lockCanvas | 
  lockCanvas | dirty
  lockHardwareCanvas | 
  removeCallback | callback
  setFixedSize | width, height
  setFormat | format
  setKeepScreenOn | screenOn
  setSizeFromLayout | 
  setType | type
  unlockCanvasAndPost | canvas
android.view.SurfaceHolder$Callback
 Methods: 3
  surfaceChanged | holder, format, width, height
  surfaceCreated | holder
  surfaceDestroyed | holder
android.view.SurfaceHolder$Callback2
 Methods: 2
  surfaceRedrawNeeded | holder
  surfaceRedrawNeededAsync | holder, drawingFinished
android.view.TextureView$SurfaceTextureListener
 Methods: 4
  onSurfaceTextureAvailable | surface, width, height
  onSurfaceTextureDestroyed | surface
  onSurfaceTextureSizeChanged | surface, width, height
  onSurfaceTextureUpdated | surface
android.view.View$OnApplyWindowInsetsListener
 Methods: 1
  onApplyWindowInsets | v, insets
android.view.View$OnAttachStateChangeListener
 Methods: 2
  onViewAttachedToWindow | v
  onViewDetachedFromWindow | v
android.view.View$OnCapturedPointerListener
 Methods: 1
  onCapturedPointer | view, event
android.view.View$OnClickListener
 Methods: 1
  onClick | v
android.view.View$OnContextClickListener
 Methods: 1
  onContextClick | v
android.view.View$OnCreateContextMenuListener
 Methods: 1
  onCreateContextMenu | menu, v, menuInfo
android.view.View$OnDragListener
 Methods: 1
  onDrag | v, event
android.view.View$OnFocusChangeListener
 Methods: 1
  onFocusChange | v, hasFocus
android.view.View$OnGenericMotionListener
 Methods: 1
  onGenericMotion | v, event
android.view.View$OnHoverListener
 Methods: 1
  onHover | v, event
android.view.View$OnKeyListener
 Methods: 1
  onKey | v, keyCode, event
android.view.View$OnLayoutChangeListener
 Methods: 1
  onLayoutChange | v, left, top, right, bottom, oldLeft, oldTop, oldRight, oldBottom
android.view.View$OnLongClickListener
 Methods: 1
  onLongClick | v
android.view.View$OnScrollChangeListener
 Methods: 1
  onScrollChange | v, scrollX, scrollY, oldScrollX, oldScrollY
android.view.View$OnSystemUiVisibilityChangeListener
 Methods: 1
  onSystemUiVisibilityChange | visibility
android.view.View$OnTouchListener
 Methods: 1
  onTouch | v, event
android.view.View$OnUnhandledKeyEventListener
 Methods: 1
  onUnhandledKeyEvent | v, event
android.view.ViewGroup$OnHierarchyChangeListener
 Methods: 2
  onChildViewAdded | parent, child
  onChildViewRemoved | parent, child
android.view.ViewManager
 Methods: 3
  addView | view, params
  removeView | view
  updateViewLayout | view, params
android.view.ViewParent
 Methods: 45
  bringChildToFront | child
  canResolveLayoutDirection | 
  canResolveTextAlignment | 
  canResolveTextDirection | 
  childDrawableStateChanged | child
  childHasTransientStateChanged | child, hasTransientState
  clearChildFocus | child
  createContextMenu | menu
  focusSearch | v, direction
  focusableViewAvailable | v
  getChildVisibleRect | child, r, offset
  getLayoutDirection | 
  getParent | 
  getParentForAccessibility | 
  getTextAlignment | 
  getTextDirection | 
  invalidateChild | child, r
  invalidateChildInParent | location, r
  isLayoutDirectionResolved | 
  isLayoutRequested | 
  isTextAlignmentResolved | 
  isTextDirectionResolved | 
  keyboardNavigationClusterSearch | currentCluster, direction
  notifySubtreeAccessibilityStateChanged | child, source, changeType
  onDescendantInvalidated | child, target
  onNestedFling | target, velocityX, velocityY, consumed
  onNestedPreFling | target, velocityX, velocityY
  onNestedPrePerformAccessibilityAction | target, action, arguments
  onNestedPreScroll | target, dx, dy, consumed
  onNestedScroll | target, dxConsumed, dyConsumed, dxUnconsumed, dyUnconsumed
  onNestedScrollAccepted | child, target, nestedScrollAxes
  onStartNestedScroll | child, target, nestedScrollAxes
  onStopNestedScroll | target
  recomputeViewAttributes | child
  requestChildFocus | child, focused
  requestChildRectangleOnScreen | child, rectangle, immediate
  requestDisallowInterceptTouchEvent | disallowIntercept
  requestFitSystemWindows | 
  requestLayout | 
  requestSendAccessibilityEvent | child, event
  requestTransparentRegion | child
  showContextMenuForChild | originalView
  showContextMenuForChild | originalView, x, y
  startActionModeForChild | originalView, callback, type
  startActionModeForChild | originalView, callback
android.view.ViewStub$OnInflateListener
 Methods: 1
  onInflate | stub, inflated
android.view.ViewTreeObserver$OnDrawListener
 Methods: 1
  onDraw | 
android.view.ViewTreeObserver$OnGlobalFocusChangeListener
 Methods: 1
  onGlobalFocusChanged | oldFocus, newFocus
android.view.ViewTreeObserver$OnGlobalLayoutListener
 Methods: 1
  onGlobalLayout | 
android.view.ViewTreeObserver$OnPreDrawListener
 Methods: 1
  onPreDraw | 
android.view.ViewTreeObserver$OnScrollChangedListener
 Methods: 1
  onScrollChanged | 
android.view.ViewTreeObserver$OnTouchModeChangeListener
 Methods: 1
  onTouchModeChanged | isInTouchMode
android.view.ViewTreeObserver$OnWindowAttachListener
 Methods: 2
  onWindowAttached | 
  onWindowDetached | 
android.view.ViewTreeObserver$OnWindowFocusChangeListener
 Methods: 1
  onWindowFocusChanged | hasFocus
android.view.Window$Callback
 Methods: 25
  dispatchGenericMotionEvent | event
  dispatchKeyEvent | event
  dispatchKeyShortcutEvent | event
  dispatchPopulateAccessibilityEvent | event
  dispatchTouchEvent | event
  dispatchTrackballEvent | event
  onActionModeFinished | mode
  onActionModeStarted | mode
  onAttachedToWindow | 
  onContentChanged | 
  onCreatePanelMenu | featureId, menu
  onCreatePanelView | featureId
  onDetachedFromWindow | 
  onMenuItemSelected | featureId, item
  onMenuOpened | featureId, menu
  onPanelClosed | featureId, menu
  onPointerCaptureChanged | hasCapture
  onPreparePanel | featureId, view, menu
  onProvideKeyboardShortcuts | data, menu, deviceId
  onSearchRequested | 
  onSearchRequested | searchEvent
  onWindowAttributesChanged | attrs
  onWindowFocusChanged | hasFocus
  onWindowStartingActionMode | callback
  onWindowStartingActionMode | callback, type
android.view.Window$OnFrameMetricsAvailableListener
 Methods: 1
  onFrameMetricsAvailable | window, frameMetrics, dropCountSinceLastInvocation
android.view.Window$OnRestrictedCaptionAreaChangedListener
 Methods: 1
  onRestrictedCaptionAreaChanged | rect
android.view.WindowManager
 Methods: 2
  getDefaultDisplay | 
  removeViewImmediate | view
android.view.AbsSavedState
 Methods: 3
  describeContents | 
  getSuperState | 
  writeToParcel | dest, flags
android.view.ActionMode
 Methods: 22
  finish | 
  getCustomView | 
  getMenu | 
  getMenuInflater | 
  getSubtitle | 
  getTag | 
  getTitle | 
  getTitleOptionalHint | 
  getType | 
  hide | duration
  invalidate | 
  invalidateContentRect | 
  isTitleOptional | 
  onWindowFocusChanged | hasWindowFocus
  setCustomView | view
  setSubtitle | subtitle
  setSubtitle | resId
  setTag | tag
  setTitle | title
  setTitle | resId
  setTitleOptionalHint | titleOptional
  setType | type
android.view.ActionMode$Callback2
 Methods: 1
  onGetContentRect | mode, view, outRect
android.view.ActionProvider
 Methods: 9
  hasSubMenu | 
  isVisible | 
  onCreateActionView | 
  onCreateActionView | forItem
  onPerformDefaultAction | 
  onPrepareSubMenu | subMenu
  overridesItemVisibility | 
  refreshVisibility | 
  setVisibilityListener | listener
android.view.Choreographer
 Methods: 4
  getInstance | 
  postFrameCallback | callback
  postFrameCallbackDelayed | callback, delayMillis
  removeFrameCallback | callback
android.view.ContextThemeWrapper
 Methods: 7
  applyOverrideConfiguration | overrideConfiguration
  getAssets | 
  getResources | 
  getSystemService | name
  getTheme | 
  setTheme | theme
  setTheme | resid
android.view.Display
 Methods: 28
  getAppVsyncOffsetNanos | 
  getCurrentSizeRange | outSmallestSize, outLargestSize
  getCutout | 
  getDisplayId | 
  getFlags | 
  getHdrCapabilities | 
  getHeight | 
  getMetrics | outMetrics
  getMode | 
  getName | 
  getOrientation | 
  getPixelFormat | 
  getPreferredWideGamutColorSpace | 
  getPresentationDeadlineNanos | 
  getRealMetrics | outMetrics
  getRealSize | outSize
  getRectSize | outSize
  getRefreshRate | 
  getRotation | 
  getSize | outSize
  getState | 
  getSupportedModes | 
  getSupportedRefreshRates | 
  getWidth | 
  isHdr | 
  isValid | 
  isWideColorGamut | 
  toString | 
android.view.Display$HdrCapabilities
 Methods: 8
  describeContents | 
  equals | other
  getDesiredMaxAverageLuminance | 
  getDesiredMaxLuminance | 
  getDesiredMinLuminance | 
  getSupportedHdrTypes | 
  hashCode | 
  writeToParcel | dest, flags
android.view.Display$Mode
 Methods: 9
  describeContents | 
  equals | other
  getModeId | 
  getPhysicalHeight | 
  getPhysicalWidth | 
  getRefreshRate | 
  hashCode | 
  toString | 
  writeToParcel | out, parcelableFlags
android.view.DisplayCutout
 Methods: 12
  equals | o
  getBoundingRectBottom | 
  getBoundingRectLeft | 
  getBoundingRectRight | 
  getBoundingRectTop | 
  getBoundingRects | 
  getSafeInsetBottom | 
  getSafeInsetLeft | 
  getSafeInsetRight | 
  getSafeInsetTop | 
  hashCode | 
  toString | 
android.view.DragAndDropPermissions
 Methods: 3
  describeContents | 
  release | 
  writeToParcel | destination, flags
android.view.DragEvent
 Methods: 10
  describeContents | 
  getAction | 
  getClipData | 
  getClipDescription | 
  getLocalState | 
  getResult | 
  getX | 
  getY | 
  toString | 
  writeToParcel | dest, flags
android.view.FocusFinder
 Methods: 5
  findNearestTouchable | root, x, y, direction, deltas
  findNextFocus | root, focused, direction
  findNextFocusFromRect | root, focusedRect, direction
  findNextKeyboardNavigationCluster | root, currentCluster, direction
  getInstance | 
android.view.FrameMetrics
 Methods: 1
  getMetric | id
android.view.FrameStats
 Methods: 5
  getEndTimeNano | 
  getFrameCount | 
  getFramePresentedTimeNano | index
  getRefreshPeriodNano | 
  getStartTimeNano | 
android.view.GestureDetector
 Methods: 6
  isLongpressEnabled | 
  onGenericMotionEvent | ev
  onTouchEvent | ev
  setContextClickListener | onContextClickListener
  setIsLongpressEnabled | isLongpressEnabled
  setOnDoubleTapListener | onDoubleTapListener
android.view.GestureDetector$SimpleOnGestureListener
 Methods: 10
  onContextClick | e
  onDoubleTap | e
  onDoubleTapEvent | e
  onDown | e
  onFling | e1, e2, velocityX, velocityY
  onLongPress | e
  onScroll | e1, e2, distanceX, distanceY
  onShowPress | e
  onSingleTapConfirmed | e
  onSingleTapUp | e
android.view.Gravity
 Methods: 9
  apply | gravity, w, h, container, xAdj, yAdj, outRect
  apply | gravity, w, h, container, outRect, layoutDirection
  apply | gravity, w, h, container, xAdj, yAdj, outRect, layoutDirection
  apply | gravity, w, h, container, outRect
  applyDisplay | gravity, display, inoutObj
  applyDisplay | gravity, display, inoutObj, layoutDirection
  getAbsoluteGravity | gravity, layoutDirection
  isHorizontal | gravity
  isVertical | gravity
android.view.HapticFeedbackConstants
 Methods: 0
android.view.InputDevice
 Methods: 24
  describeContents | 
  getControllerNumber | 
  getDescriptor | 
  getDevice | id
  getDeviceIds | 
  getId | 
  getKeyCharacterMap | 
  getKeyboardType | 
  getMotionRange | axis
  getMotionRange | axis, source
  getMotionRanges | 
  getName | 
  getProductId | 
  getSources | 
  getVendorId | 
  getVibrator | 
  hasKeys | keys
  hasMicrophone | 
  isEnabled | 
  isExternal | 
  isVirtual | 
  supportsSource | source
  toString | 
  writeToParcel | out, flags
android.view.InputDevice$MotionRange
 Methods: 9
  getAxis | 
  getFlat | 
  getFuzz | 
  getMax | 
  getMin | 
  getRange | 
  getResolution | 
  getSource | 
  isFromSource | source
android.view.InputEvent
 Methods: 6
  describeContents | 
  getDevice | 
  getDeviceId | 
  getEventTime | 
  getSource | 
  isFromSource | source
android.view.InputQueue
 Methods: 0
android.view.KeyboardShortcutGroup
 Methods: 5
  addItem | item
  describeContents | 
  getItems | 
  getLabel | 
  writeToParcel | dest, flags
android.view.KeyboardShortcutInfo
 Methods: 6
  describeContents | 
  getBaseCharacter | 
  getKeycode | 
  getLabel | 
  getModifiers | 
  writeToParcel | dest, flags
android.view.KeyCharacterMap
 Methods: 16
  describeContents | 
  deviceHasKey | keyCode
  deviceHasKeys | keyCodes
  get | keyCode, metaState
  getDeadChar | accent, c
  getDisplayLabel | keyCode
  getEvents | chars
  getKeyData | keyCode, results
  getKeyboardType | 
  getMatch | keyCode, chars, metaState
  getMatch | keyCode, chars
  getModifierBehavior | 
  getNumber | keyCode
  isPrintingKey | keyCode
  load | deviceId
  writeToParcel | out, flags
android.view.KeyCharacterMap$KeyData
 Methods: 0
android.view.KeyEvent
 Methods: 56
  changeAction | event, action
  changeFlags | event, flags
  changeTimeRepeat | event, eventTime, newRepeat, newFlags
  changeTimeRepeat | event, eventTime, newRepeat
  dispatch | receiver, state, target
  dispatch | receiver
  getAction | 
  getCharacters | 
  getDeadChar | accent, c
  getDeviceId | 
  getDisplayLabel | 
  getDownTime | 
  getEventTime | 
  getFlags | 
  getKeyCharacterMap | 
  getKeyCode | 
  getKeyData | results
  getMatch | chars, metaState
  getMatch | chars
  getMaxKeyCode | 
  getMetaState | 
  getModifierMetaStateMask | 
  getModifiers | 
  getNumber | 
  getRepeatCount | 
  getScanCode | 
  getSource | 
  getUnicodeChar | metaState
  getUnicodeChar | 
  hasModifiers | modifiers
  hasNoModifiers | 
  isAltPressed | 
  isCanceled | 
  isCapsLockOn | 
  isCtrlPressed | 
  isFunctionPressed | 
  isGamepadButton | keyCode
  isLongPress | 
  isMetaPressed | 
  isModifierKey | keyCode
  isNumLockOn | 
  isPrintingKey | 
  isScrollLockOn | 
  isShiftPressed | 
  isSymPressed | 
  isSystem | 
  isTracking | 
  keyCodeFromString | symbolicName
  keyCodeToString | keyCode
  metaStateHasModifiers | metaState, modifiers
  metaStateHasNoModifiers | metaState
  normalizeMetaState | metaState
  setSource | source
  startTracking | 
  toString | 
  writeToParcel | out, flags
android.view.KeyEvent$DispatcherState
 Methods: 6
  handleUpEvent | event
  isTracking | event
  performedLongPress | event
  reset | target
  reset | 
  startTracking | event, target
android.view.LayoutInflater
 Methods: 16
  cloneInContext | newContext
  createView | viewContext, name, prefix, attrs
  createView | name, prefix, attrs
  from | context
  getContext | 
  getFactory | 
  getFactory2 | 
  getFilter | 
  inflate | resource, root
  inflate | parser, root
  inflate | parser, root, attachToRoot
  inflate | resource, root, attachToRoot
  onCreateView | viewContext, parent, name, attrs
  setFactory | factory
  setFactory2 | factory
  setFilter | filter
android.view.MenuInflater
 Methods: 1
  inflate | menuRes, menu
android.view.MotionEvent
 Methods: 90
  actionToString | action
  addBatch | eventTime, pointerCoords, metaState
  addBatch | eventTime, x, y, pressure, size, metaState
  axisFromString | symbolicName
  axisToString | axis
  findPointerIndex | pointerId
  getAction | 
  getActionButton | 
  getActionIndex | 
  getActionMasked | 
  getAxisValue | axis, pointerIndex
  getAxisValue | axis
  getButtonState | 
  getClassification | 
  getDeviceId | 
  getDownTime | 
  getEdgeFlags | 
  getEventTime | 
  getFlags | 
  getHistoricalAxisValue | axis, pointerIndex, pos
  getHistoricalAxisValue | axis, pos
  getHistoricalEventTime | pos
  getHistoricalOrientation | pointerIndex, pos
  getHistoricalOrientation | pos
  getHistoricalPointerCoords | pointerIndex, pos, outPointerCoords
  getHistoricalPressure | pointerIndex, pos
  getHistoricalPressure | pos
  getHistoricalSize | pos
  getHistoricalSize | pointerIndex, pos
  getHistoricalToolMajor | pos
  getHistoricalToolMajor | pointerIndex, pos
  getHistoricalToolMinor | pos
  getHistoricalToolMinor | pointerIndex, pos
  getHistoricalTouchMajor | pos
  getHistoricalTouchMajor | pointerIndex, pos
  getHistoricalTouchMinor | pointerIndex, pos
  getHistoricalTouchMinor | pos
  getHistoricalX | pos
  getHistoricalX | pointerIndex, pos
  getHistoricalY | pos
  getHistoricalY | pointerIndex, pos
  getHistorySize | 
  getMetaState | 
  getOrientation | 
  getOrientation | pointerIndex
  getPointerCoords | pointerIndex, outPointerCoords
  getPointerCount | 
  getPointerId | pointerIndex
  getPointerProperties | pointerIndex, outPointerProperties
  getPressure | pointerIndex
  getPressure | 
  getRawX | 
  getRawX | pointerIndex
  getRawY | 
  getRawY | pointerIndex
  getSize | pointerIndex
  getSize | 
  getSource | 
  getToolMajor | pointerIndex
  getToolMajor | 
  getToolMinor | 
  getToolMinor | pointerIndex
  getToolType | pointerIndex
  getTouchMajor | 
  getTouchMajor | pointerIndex
  getTouchMinor | pointerIndex
  getTouchMinor | 
  getX | pointerIndex
  getX | 
  getXPrecision | 
  getY | 
  getY | pointerIndex
  getYPrecision | 
  isButtonPressed | button
  obtain | downTime, eventTime, action, x, y, metaState
  obtain | downTime, eventTime, action, pointerCount, x, y, pressure, size, metaState, xPrecision, yPrecision, deviceId, edgeFlags
  obtain | downTime, eventTime, action, pointerCount, pointerIds, pointerCoords, metaState, xPrecision, yPrecision, deviceId, edgeFlags, source, flags
  obtain | downTime, eventTime, action, pointerCount, pointerProperties, pointerCoords, metaState, buttonState, xPrecision, yPrecision, deviceId, edgeFlags, source, flags
  obtain | other
  obtain | downTime, eventTime, action, x, y, pressure, size, metaState, xPrecision, yPrecision, deviceId, edgeFlags
  obtainNoHistory | other
  offsetLocation | deltaX, deltaY
  recycle | 
  setAction | action
  setEdgeFlags | flags
  setLocation | x, y
  setSource | source
  toString | 
  transform | matrix
  writeToParcel | out, flags
android.view.MotionEvent$PointerCoords
 Methods: 4
  clear | 
  copyFrom | other
  getAxisValue | axis
  setAxisValue | axis, value
android.view.MotionEvent$PointerProperties
 Methods: 4
  clear | 
  copyFrom | other
  equals | other
  hashCode | 
android.view.OrientationEventListener
 Methods: 4
  canDetectOrientation | 
  disable | 
  enable | 
  onOrientationChanged | orientation
android.view.OrientationListener
 Methods: 5
  disable | 
  enable | 
  onAccuracyChanged | sensor, accuracy
  onOrientationChanged | orientation
  onSensorChanged | sensor, values
android.view.PixelCopy
 Methods: 6
  request | source, dest, listener, listenerThread
  request | source, srcRect, dest, listener, listenerThread
  request | source, srcRect, dest, listener, listenerThread
  request | source, srcRect, dest, listener, listenerThread
  request | source, dest, listener, listenerThread
  request | source, dest, listener, listenerThread
android.view.PointerIcon
 Methods: 6
  create | bitmap, hotSpotX, hotSpotY
  describeContents | 
  equals | other
  getSystemIcon | context, type
  load | resources, resourceId
  writeToParcel | out, flags
android.view.ScaleGestureDetector
 Methods: 17
  getCurrentSpan | 
  getCurrentSpanX | 
  getCurrentSpanY | 
  getEventTime | 
  getFocusX | 
  getFocusY | 
  getPreviousSpan | 
  getPreviousSpanX | 
  getPreviousSpanY | 
  getScaleFactor | 
  getTimeDelta | 
  isInProgress | 
  isQuickScaleEnabled | 
  isStylusScaleEnabled | 
  onTouchEvent | event
  setQuickScaleEnabled | scales
  setStylusScaleEnabled | scales
android.view.ScaleGestureDetector$SimpleOnScaleGestureListener
 Methods: 3
  onScale | detector
  onScaleBegin | detector
  onScaleEnd | detector
android.view.SearchEvent
 Methods: 1
  getInputDevice | 
android.view.SoundEffectConstants
 Methods: 1
  getContantForFocusDirection | direction
android.view.Surface
 Methods: 10
  describeContents | 
  isValid | 
  lockCanvas | inOutDirty
  lockHardwareCanvas | 
  readFromParcel | source
  release | 
  toString | 
  unlockCanvas | canvas
  unlockCanvasAndPost | canvas
  writeToParcel | dest, flags
android.view.SurfaceControl
 Methods: 6
  describeContents | 
  isValid | 
  readFromParcel | in
  release | 
  toString | 
  writeToParcel | dest, flags
android.view.SurfaceControl$Builder
 Methods: 6
  build | 
  setBufferSize | width, height
  setFormat | format
  setName | name
  setOpaque | opaque
  setParent | parent
android.view.SurfaceControl$Transaction
 Methods: 9
  apply | 
  close | 
  merge | other
  reparent | sc, newParent
  setAlpha | sc, alpha
  setBufferSize | sc, w, h
  setGeometry | sc, sourceCrop, destFrame, orientation
  setLayer | sc, z
  setVisibility | sc, visible
android.view.SurfaceView
 Methods: 8
  draw | canvas
  gatherTransparentRegion | region
  getHolder | 
  getSurfaceControl | 
  setSecure | isSecure
  setVisibility | visibility
  setZOrderMediaOverlay | isMediaOverlay
  setZOrderOnTop | onTop
android.view.TextureView
 Methods: 22
  buildLayer | 
  draw | canvas
  getBitmap | width, height
  getBitmap | 
  getBitmap | bitmap
  getLayerType | 
  getSurfaceTexture | 
  getSurfaceTextureListener | 
  getTransform | transform
  isAvailable | 
  isOpaque | 
  lockCanvas | 
  lockCanvas | dirty
  setBackgroundDrawable | background
  setForeground | foreground
  setLayerPaint | paint
  setLayerType | layerType, paint
  setOpaque | opaque
  setSurfaceTexture | surfaceTexture
  setSurfaceTextureListener | listener
  setTransform | transform
  unlockCanvasAndPost | canvas
android.view.TouchDelegate
 Methods: 3
  getTouchDelegateInfo | 
  onTouchEvent | event
  onTouchExplorationHoverEvent | event
android.view.VelocityTracker
 Methods: 10
  addMovement | event
  clear | 
  computeCurrentVelocity | units
  computeCurrentVelocity | units, maxVelocity
  getXVelocity | id
  getXVelocity | 
  getYVelocity | 
  getYVelocity | id
  obtain | 
  recycle | 
android.view.View
 Methods: 551
  addChildrenForAccessibility | outChildren
  addExtraDataToAccessibilityNodeInfo | info, extraDataKey, arguments
  addFocusables | views, direction
  addFocusables | views, direction, focusableMode
  addKeyboardNavigationClusters | views, direction
  addOnAttachStateChangeListener | listener
  addOnLayoutChangeListener | listener
  addOnUnhandledKeyEventListener | listener
  addTouchables | views
  animate | 
  announceForAccessibility | text
  autofill | value
  autofill | values
  bringToFront | 
  buildDrawingCache | autoScale
  buildDrawingCache | 
  buildLayer | 
  callOnClick | 
  canResolveLayoutDirection | 
  canResolveTextAlignment | 
  canResolveTextDirection | 
  canScrollHorizontally | direction
  canScrollVertically | direction
  cancelDragAndDrop | 
  cancelLongPress | 
  cancelPendingInputEvents | 
  checkInputConnectionProxy | view
  clearAnimation | 
  clearFocus | 
  combineMeasuredStates | curState, newState
  computeScroll | 
  computeSystemWindowInsets | in, outLocalInsets
  createAccessibilityNodeInfo | 
  createContextMenu | menu
  destroyDrawingCache | 
  dispatchApplyWindowInsets | insets
  dispatchCapturedPointerEvent | event
  dispatchConfigurationChanged | newConfig
  dispatchDisplayHint | hint
  dispatchDragEvent | event
  dispatchDrawableHotspotChanged | x, y
  dispatchFinishTemporaryDetach | 
  dispatchGenericMotionEvent | event
  dispatchKeyEvent | event
  dispatchKeyEventPreIme | event
  dispatchKeyShortcutEvent | event
  dispatchNestedFling | velocityX, velocityY, consumed
  dispatchNestedPreFling | velocityX, velocityY
  dispatchNestedPrePerformAccessibilityAction | action, arguments
  dispatchNestedPreScroll | dx, dy, consumed, offsetInWindow
  dispatchNestedScroll | dxConsumed, dyConsumed, dxUnconsumed, dyUnconsumed, offsetInWindow
  dispatchPointerCaptureChanged | hasCapture
  dispatchPopulateAccessibilityEvent | event
  dispatchProvideAutofillStructure | structure, flags
  dispatchProvideStructure | structure
  dispatchStartTemporaryDetach | 
  dispatchSystemUiVisibilityChanged | visibility
  dispatchTouchEvent | event
  dispatchTrackballEvent | event
  dispatchUnhandledMove | focused, direction
  dispatchWindowFocusChanged | hasFocus
  dispatchWindowSystemUiVisiblityChanged | visible
  dispatchWindowVisibilityChanged | visibility
  draw | canvas
  drawableHotspotChanged | x, y
  findFocus | 
  findViewById | id
  findViewWithTag | tag
  findViewsWithText | outViews, searched, flags
  focusSearch | direction
  forceHasOverlappingRendering | hasOverlappingRendering
  forceLayout | 
  generateViewId | 
  getAccessibilityClassName | 
  getAccessibilityDelegate | 
  getAccessibilityLiveRegion | 
  getAccessibilityNodeProvider | 
  getAccessibilityPaneTitle | 
  getAccessibilityTraversalAfter | 
  getAccessibilityTraversalBefore | 
  getAlpha | 
  getAnimation | 
  getAnimationMatrix | 
  getApplicationWindowToken | 
  getAttributeResolutionStack | attribute
  getAttributeSourceResourceMap | 
  getAutofillHints | 
  getAutofillId | 
  getAutofillType | 
  getAutofillValue | 
  getBackground | 
  getBackgroundTintBlendMode | 
  getBackgroundTintList | 
  getBackgroundTintMode | 
  getBaseline | 
  getBottom | 
  getCameraDistance | 
  getClipBounds | outRect
  getClipBounds | 
  getClipToOutline | 
  getContentCaptureSession | 
  getContentDescription | 
  getContext | 
  getDefaultFocusHighlightEnabled | 
  getDefaultSize | size, measureSpec
  getDisplay | 
  getDrawableState | 
  getDrawingCache | 
  getDrawingCache | autoScale
  getDrawingCacheBackgroundColor | 
  getDrawingCacheQuality | 
  getDrawingRect | outRect
  getDrawingTime | 
  getElevation | 
  getExplicitStyle | 
  getFilterTouchesWhenObscured | 
  getFitsSystemWindows | 
  getFocusable | 
  getFocusables | direction
  getFocusedRect | r
  getForeground | 
  getForegroundGravity | 
  getForegroundTintBlendMode | 
  getForegroundTintList | 
  getForegroundTintMode | 
  getGlobalVisibleRect | r
  getGlobalVisibleRect | r, globalOffset
  getHandler | 
  getHasOverlappingRendering | 
  getHeight | 
  getHitRect | outRect
  getHorizontalFadingEdgeLength | 
  getHorizontalScrollbarThumbDrawable | 
  getHorizontalScrollbarTrackDrawable | 
  getId | 
  getImportantForAccessibility | 
  getImportantForAutofill | 
  getKeepScreenOn | 
  getKeyDispatcherState | 
  getLabelFor | 
  getLayerType | 
  getLayoutDirection | 
  getLayoutParams | 
  getLeft | 
  getLocalVisibleRect | r
  getLocationInSurface | location
  getLocationInWindow | outLocation
  getLocationOnScreen | outLocation
  getMatrix | 
  getMeasuredHeight | 
  getMeasuredHeightAndState | 
  getMeasuredState | 
  getMeasuredWidth | 
  getMeasuredWidthAndState | 
  getMinimumHeight | 
  getMinimumWidth | 
  getNextClusterForwardId | 
  getNextFocusDownId | 
  getNextFocusForwardId | 
  getNextFocusLeftId | 
  getNextFocusRightId | 
  getNextFocusUpId | 
  getOnFocusChangeListener | 
  getOutlineAmbientShadowColor | 
  getOutlineProvider | 
  getOutlineSpotShadowColor | 
  getOverScrollMode | 
  getOverlay | 
  getPaddingBottom | 
  getPaddingEnd | 
  getPaddingLeft | 
  getPaddingRight | 
  getPaddingStart | 
  getPaddingTop | 
  getParent | 
  getParentForAccessibility | 
  getPivotX | 
  getPivotY | 
  getPointerIcon | 
  getResources | 
  getRevealOnFocusHint | 
  getRight | 
  getRootView | 
  getRootWindowInsets | 
  getRotation | 
  getRotationX | 
  getRotationY | 
  getScaleX | 
  getScaleY | 
  getScrollBarDefaultDelayBeforeFade | 
  getScrollBarFadeDuration | 
  getScrollBarSize | 
  getScrollBarStyle | 
  getScrollIndicators | 
  getScrollX | 
  getScrollY | 
  getSolidColor | 
  getSourceLayoutResId | 
  getStateListAnimator | 
  getSystemGestureExclusionRects | 
  getSystemUiVisibility | 
  getTag | 
  getTag | key
  getTextAlignment | 
  getTextDirection | 
  getTooltipText | 
  getTop | 
  getTouchDelegate | 
  getTouchables | 
  getTransitionAlpha | 
  getTransitionName | 
  getTranslationX | 
  getTranslationY | 
  getTranslationZ | 
  getUniqueDrawingId | 
  getVerticalFadingEdgeLength | 
  getVerticalScrollbarPosition | 
  getVerticalScrollbarThumbDrawable | 
  getVerticalScrollbarTrackDrawable | 
  getVerticalScrollbarWidth | 
  getViewTreeObserver | 
  getVisibility | 
  getWidth | 
  getWindowId | 
  getWindowSystemUiVisibility | 
  getWindowToken | 
  getWindowVisibility | 
  getWindowVisibleDisplayFrame | outRect
  getX | 
  getY | 
  getZ | 
  hasExplicitFocusable | 
  hasFocus | 
  hasFocusable | 
  hasNestedScrollingParent | 
  hasOnClickListeners | 
  hasOverlappingRendering | 
  hasPointerCapture | 
  hasTransientState | 
  hasWindowFocus | 
  inflate | context, resource, root
  invalidate | 
  invalidate | dirty
  invalidate | l, t, r, b
  invalidateDrawable | drawable
  invalidateOutline | 
  isAccessibilityFocused | 
  isAccessibilityHeading | 
  isActivated | 
  isAttachedToWindow | 
  isClickable | 
  isContextClickable | 
  isDirty | 
  isDrawingCacheEnabled | 
  isDuplicateParentStateEnabled | 
  isEnabled | 
  isFocusable | 
  isFocusableInTouchMode | 
  isFocused | 
  isFocusedByDefault | 
  isForceDarkAllowed | 
  isHapticFeedbackEnabled | 
  isHardwareAccelerated | 
  isHorizontalFadingEdgeEnabled | 
  isHorizontalScrollBarEnabled | 
  isHovered | 
  isImportantForAccessibility | 
  isImportantForAutofill | 
  isInEditMode | 
  isInLayout | 
  isInTouchMode | 
  isKeyboardNavigationCluster | 
  isLaidOut | 
  isLayoutDirectionResolved | 
  isLayoutRequested | 
  isLongClickable | 
  isNestedScrollingEnabled | 
  isOpaque | 
  isPaddingRelative | 
  isPivotSet | 
  isPressed | 
  isSaveEnabled | 
  isSaveFromParentEnabled | 
  isScreenReaderFocusable | 
  isScrollContainer | 
  isScrollbarFadingEnabled | 
  isSelected | 
  isShown | 
  isSoundEffectsEnabled | 
  isTemporarilyDetached | 
  isTextAlignmentResolved | 
  isTextDirectionResolved | 
  isVerticalFadingEdgeEnabled | 
  isVerticalScrollBarEnabled | 
  isVisibleToUserForAutofill | virtualId
  jumpDrawablesToCurrentState | 
  keyboardNavigationClusterSearch | currentCluster, direction
  layout | l, t, r, b
  measure | widthMeasureSpec, heightMeasureSpec
  offsetLeftAndRight | offset
  offsetTopAndBottom | offset
  onApplyWindowInsets | insets
  onCancelPendingInputEvents | 
  onCapturedPointerEvent | event
  onCheckIsTextEditor | 
  onCreateInputConnection | outAttrs
  onDragEvent | event
  onDrawForeground | canvas
  onFilterTouchEventForSecurity | event
  onFinishTemporaryDetach | 
  onGenericMotionEvent | event
  onHoverChanged | hovered
  onHoverEvent | event
  onInitializeAccessibilityEvent | event
  onInitializeAccessibilityNodeInfo | info
  onKeyDown | keyCode, event
  onKeyLongPress | keyCode, event
  onKeyMultiple | keyCode, repeatCount, event
  onKeyPreIme | keyCode, event
  onKeyShortcut | keyCode, event
  onKeyUp | keyCode, event
  onPointerCaptureChange | hasCapture
  onPopulateAccessibilityEvent | event
  onProvideAutofillStructure | structure, flags
  onProvideAutofillVirtualStructure | structure, flags
  onProvideStructure | structure
  onProvideVirtualStructure | structure
  onResolvePointerIcon | event, pointerIndex
  onRtlPropertiesChanged | layoutDirection
  onScreenStateChanged | screenState
  onStartTemporaryDetach | 
  onTouchEvent | event
  onTrackballEvent | event
  onVisibilityAggregated | isVisible
  onWindowFocusChanged | hasWindowFocus
  onWindowSystemUiVisibilityChanged | visible
  performAccessibilityAction | action, arguments
  performClick | 
  performContextClick | x, y
  performContextClick | 
  performHapticFeedback | feedbackConstant
  performHapticFeedback | feedbackConstant, flags
  performLongClick | x, y
  performLongClick | 
  playSoundEffect | soundConstant
  post | action
  postDelayed | action, delayMillis
  postInvalidate | 
  postInvalidate | left, top, right, bottom
  postInvalidateDelayed | delayMilliseconds, left, top, right, bottom
  postInvalidateDelayed | delayMilliseconds
  postInvalidateOnAnimation | left, top, right, bottom
  postInvalidateOnAnimation | 
  postOnAnimation | action
  postOnAnimationDelayed | action, delayMillis
  refreshDrawableState | 
  releasePointerCapture | 
  removeCallbacks | action
  removeOnAttachStateChangeListener | listener
  removeOnLayoutChangeListener | listener
  removeOnUnhandledKeyEventListener | listener
  requestApplyInsets | 
  requestFitSystemWindows | 
  requestFocus | direction
  requestFocus | 
  requestFocus | direction, previouslyFocusedRect
  requestFocusFromTouch | 
  requestLayout | 
  requestPointerCapture | 
  requestRectangleOnScreen | rectangle
  requestRectangleOnScreen | rectangle, immediate
  requestUnbufferedDispatch | event
  requireViewById | id
  resetPivot | 
  resolveSize | size, measureSpec
  resolveSizeAndState | size, measureSpec, childMeasuredState
  restoreDefaultFocus | 
  restoreHierarchyState | container
  saveAttributeDataForStyleable | context, styleable, attrs, t, defStyleAttr, defStyleRes
  saveHierarchyState | container
  scheduleDrawable | who, what, when
  scrollBy | x, y
  scrollTo | x, y
  sendAccessibilityEvent | eventType
  sendAccessibilityEventUnchecked | event
  setAccessibilityDelegate | delegate
  setAccessibilityHeading | isHeading
  setAccessibilityLiveRegion | mode
  setAccessibilityPaneTitle | accessibilityPaneTitle
  setAccessibilityTraversalAfter | afterId
  setAccessibilityTraversalBefore | beforeId
  setActivated | activated
  setAlpha | alpha
  setAnimation | animation
  setAnimationMatrix | matrix
  setAutofillHints | autofillHints
  setAutofillId | id
  setBackground | background
  setBackgroundColor | color
  setBackgroundDrawable | background
  setBackgroundResource | resid
  setBackgroundTintBlendMode | blendMode
  setBackgroundTintList | tint
  setBackgroundTintMode | tintMode
  setBottom | bottom
  setCameraDistance | distance
  setClickable | clickable
  setClipBounds | clipBounds
  setClipToOutline | clipToOutline
  setContentCaptureSession | contentCaptureSession
  setContentDescription | contentDescription
  setContextClickable | contextClickable
  setDefaultFocusHighlightEnabled | defaultFocusHighlightEnabled
  setDrawingCacheBackgroundColor | color
  setDrawingCacheEnabled | enabled
  setDrawingCacheQuality | quality
  setDuplicateParentStateEnabled | enabled
  setElevation | elevation
  setEnabled | enabled
  setFadingEdgeLength | length
  setFilterTouchesWhenObscured | enabled
  setFitsSystemWindows | fitSystemWindows
  setFocusable | focusable
  setFocusable | focusable
  setFocusableInTouchMode | focusableInTouchMode
  setFocusedByDefault | isFocusedByDefault
  setForceDarkAllowed | allow
  setForeground | foreground
  setForegroundGravity | gravity
  setForegroundTintBlendMode | blendMode
  setForegroundTintList | tint
  setForegroundTintMode | tintMode
  setHapticFeedbackEnabled | hapticFeedbackEnabled
  setHasTransientState | hasTransientState
  setHorizontalFadingEdgeEnabled | horizontalFadingEdgeEnabled
  setHorizontalScrollBarEnabled | horizontalScrollBarEnabled
  setHorizontalScrollbarThumbDrawable | drawable
  setHorizontalScrollbarTrackDrawable | drawable
  setHovered | hovered
  setId | id
  setImportantForAccessibility | mode
  setImportantForAutofill | mode
  setKeepScreenOn | keepScreenOn
  setKeyboardNavigationCluster | isCluster
  setLabelFor | id
  setLayerPaint | paint
  setLayerType | layerType, paint
  setLayoutDirection | layoutDirection
  setLayoutParams | params
  setLeft | left
  setLeftTopRightBottom | left, top, right, bottom
  setLongClickable | longClickable
  setMinimumHeight | minHeight
  setMinimumWidth | minWidth
  setNestedScrollingEnabled | enabled
  setNextClusterForwardId | nextClusterForwardId
  setNextFocusDownId | nextFocusDownId
  setNextFocusForwardId | nextFocusForwardId
  setNextFocusLeftId | nextFocusLeftId
  setNextFocusRightId | nextFocusRightId
  setNextFocusUpId | nextFocusUpId
  setOnApplyWindowInsetsListener | listener
  setOnCapturedPointerListener | l
  setOnClickListener | l
  setOnContextClickListener | l
  setOnCreateContextMenuListener | l
  setOnDragListener | l
  setOnFocusChangeListener | l
  setOnGenericMotionListener | l
  setOnHoverListener | l
  setOnKeyListener | l
  setOnLongClickListener | l
  setOnScrollChangeListener | l
  setOnSystemUiVisibilityChangeListener | l
  setOnTouchListener | l
  setOutlineAmbientShadowColor | color
  setOutlineProvider | provider
  setOutlineSpotShadowColor | color
  setOverScrollMode | overScrollMode
  setPadding | left, top, right, bottom
  setPaddingRelative | start, top, end, bottom
  setPivotX | pivotX
  setPivotY | pivotY
  setPointerIcon | pointerIcon
  setPressed | pressed
  setRevealOnFocusHint | revealOnFocus
  setRight | right
  setRotation | rotation
  setRotationX | rotationX
  setRotationY | rotationY
  setSaveEnabled | enabled
  setSaveFromParentEnabled | enabled
  setScaleX | scaleX
  setScaleY | scaleY
  setScreenReaderFocusable | screenReaderFocusable
  setScrollBarDefaultDelayBeforeFade | scrollBarDefaultDelayBeforeFade
  setScrollBarFadeDuration | scrollBarFadeDuration
  setScrollBarSize | scrollBarSize
  setScrollBarStyle | style
  setScrollContainer | isScrollContainer
  setScrollIndicators | indicators, mask
  setScrollIndicators | indicators
  setScrollX | value
  setScrollY | value
  setScrollbarFadingEnabled | fadeScrollbars
  setSelected | selected
  setSoundEffectsEnabled | soundEffectsEnabled
  setStateListAnimator | stateListAnimator
  setSystemGestureExclusionRects | rects
  setSystemUiVisibility | visibility
  setTag | key, tag
  setTag | tag
  setTextAlignment | textAlignment
  setTextDirection | textDirection
  setTooltipText | tooltipText
  setTop | top
  setTouchDelegate | delegate
  setTransitionAlpha | alpha
  setTransitionName | transitionName
  setTransitionVisibility | visibility
  setTranslationX | translationX
  setTranslationY | translationY
  setTranslationZ | translationZ
  setVerticalFadingEdgeEnabled | verticalFadingEdgeEnabled
  setVerticalScrollBarEnabled | verticalScrollBarEnabled
  setVerticalScrollbarPosition | position
  setVerticalScrollbarThumbDrawable | drawable
  setVerticalScrollbarTrackDrawable | drawable
  setVisibility | visibility
  setWillNotCacheDrawing | willNotCacheDrawing
  setWillNotDraw | willNotDraw
  setX | x
  setY | y
  setZ | z
  showContextMenu | 
  showContextMenu | x, y
  startActionMode | callback, type
  startActionMode | callback
  startAnimation | animation
  startDrag | data, shadowBuilder, myLocalState, flags
  startDragAndDrop | data, shadowBuilder, myLocalState, flags
  startNestedScroll | axes
  stopNestedScroll | 
  toString | 
  transformMatrixToGlobal | matrix
  transformMatrixToLocal | matrix
  unscheduleDrawable | who, what
  unscheduleDrawable | who
  updateDragShadow | shadowBuilder
  willNotCacheDrawing | 
  willNotDraw | 
android.view.View$AccessibilityDelegate
 Methods: 10
  addExtraDataToAccessibilityNodeInfo | host, info, extraDataKey, arguments
  dispatchPopulateAccessibilityEvent | host, event
  getAccessibilityNodeProvider | host
  onInitializeAccessibilityEvent | host, event
  onInitializeAccessibilityNodeInfo | host, info
  onPopulateAccessibilityEvent | host, event
  onRequestSendAccessibilityEvent | host, child, event
  performAccessibilityAction | host, action, args
  sendAccessibilityEvent | host, eventType
  sendAccessibilityEventUnchecked | host, event
android.view.View$BaseSavedState
 Methods: 1
  writeToParcel | out, flags
android.view.View$DragShadowBuilder
 Methods: 3
  getView | 
  onDrawShadow | canvas
  onProvideShadowMetrics | outShadowSize, outShadowTouchPoint
android.view.View$MeasureSpec
 Methods: 4
  getMode | measureSpec
  getSize | measureSpec
  makeMeasureSpec | size, mode
  toString | measureSpec
android.view.ViewAnimationUtils
 Methods: 1
  createCircularReveal | view, centerX, centerY, startRadius, endRadius
android.view.ViewConfiguration
 Methods: 41
  get | context
  getAmbiguousGestureMultiplier | 
  getDefaultActionModeHideDuration | 
  getDoubleTapTimeout | 
  getEdgeSlop | 
  getFadingEdgeLength | 
  getGlobalActionKeyTimeout | 
  getJumpTapTimeout | 
  getKeyRepeatDelay | 
  getKeyRepeatTimeout | 
  getLongPressTimeout | 
  getMaximumDrawingCacheSize | 
  getMaximumFlingVelocity | 
  getMinimumFlingVelocity | 
  getPressedStateDuration | 
  getScaledDoubleTapSlop | 
  getScaledEdgeSlop | 
  getScaledFadingEdgeLength | 
  getScaledHorizontalScrollFactor | 
  getScaledHoverSlop | 
  getScaledMaximumDrawingCacheSize | 
  getScaledMaximumFlingVelocity | 
  getScaledMinimumFlingVelocity | 
  getScaledMinimumScalingSpan | 
  getScaledOverflingDistance | 
  getScaledOverscrollDistance | 
  getScaledPagingTouchSlop | 
  getScaledScrollBarSize | 
  getScaledTouchSlop | 
  getScaledVerticalScrollFactor | 
  getScaledWindowTouchSlop | 
  getScrollBarFadeDuration | 
  getScrollBarSize | 
  getScrollDefaultDelay | 
  getScrollFriction | 
  getTapTimeout | 
  getTouchSlop | 
  getWindowTouchSlop | 
  getZoomControlsTimeout | 
  hasPermanentMenuKey | 
  shouldShowMenuShortcutsWhenKeyboardPresent | 
android.view.ViewDebug
 Methods: 7
  dumpCapturedView | tag, view
  startHierarchyTracing | prefix, view
  startRecyclerTracing | prefix, view
  stopHierarchyTracing | 
  stopRecyclerTracing | 
  trace | view, type, parameters
  trace | view, type
android.view.ViewGroup
 Methods: 132
  addChildrenForAccessibility | outChildren
  addFocusables | views, direction, focusableMode
  addKeyboardNavigationClusters | views, direction
  addStatesFromChildren | 
  addTouchables | views
  addView | child, params
  addView | child, index
  addView | child, index, params
  addView | child
  addView | child, width, height
  bringChildToFront | child
  childDrawableStateChanged | child
  childHasTransientStateChanged | child, childHasTransientState
  clearChildFocus | child
  clearDisappearingChildren | 
  clearFocus | 
  dispatchApplyWindowInsets | insets
  dispatchCapturedPointerEvent | event
  dispatchConfigurationChanged | newConfig
  dispatchDisplayHint | hint
  dispatchDragEvent | event
  dispatchDrawableHotspotChanged | x, y
  dispatchKeyEvent | event
  dispatchKeyEventPreIme | event
  dispatchKeyShortcutEvent | event
  dispatchPointerCaptureChanged | hasCapture
  dispatchProvideAutofillStructure | structure, flags
  dispatchProvideStructure | structure
  dispatchSetActivated | activated
  dispatchSetSelected | selected
  dispatchSystemUiVisibilityChanged | visible
  dispatchTouchEvent | ev
  dispatchTrackballEvent | event
  dispatchUnhandledMove | focused, direction
  dispatchWindowFocusChanged | hasFocus
  dispatchWindowSystemUiVisiblityChanged | visible
  dispatchWindowVisibilityChanged | visibility
  endViewTransition | view
  findFocus | 
  findViewsWithText | outViews, text, flags
  focusSearch | focused, direction
  focusableViewAvailable | v
  gatherTransparentRegion | region
  generateLayoutParams | attrs
  getAccessibilityClassName | 
  getChildAt | index
  getChildCount | 
  getChildDrawingOrder | drawingPosition
  getChildMeasureSpec | spec, padding, childDimension
  getChildVisibleRect | child, r, offset
  getClipChildren | 
  getClipToPadding | 
  getDescendantFocusability | 
  getFocusedChild | 
  getLayoutAnimation | 
  getLayoutAnimationListener | 
  getLayoutMode | 
  getLayoutTransition | 
  getNestedScrollAxes | 
  getOverlay | 
  getPersistentDrawingCache | 
  getTouchscreenBlocksFocus | 
  hasFocus | 
  hasTransientState | 
  indexOfChild | child
  invalidateChild | child, dirty
  invalidateChildInParent | location, dirty
  isAlwaysDrawnWithCacheEnabled | 
  isAnimationCacheEnabled | 
  isLayoutSuppressed | 
  isMotionEventSplittingEnabled | 
  isTransitionGroup | 
  jumpDrawablesToCurrentState | 
  layout | l, t, r, b
  notifySubtreeAccessibilityStateChanged | child, source, changeType
  offsetDescendantRectToMyCoords | descendant, rect
  offsetRectIntoDescendantCoords | descendant, rect
  onDescendantInvalidated | child, target
  onInterceptHoverEvent | event
  onInterceptTouchEvent | ev
  onNestedFling | target, velocityX, velocityY, consumed
  onNestedPreFling | target, velocityX, velocityY
  onNestedPrePerformAccessibilityAction | target, action, args
  onNestedPreScroll | target, dx, dy, consumed
  onNestedScroll | target, dxConsumed, dyConsumed, dxUnconsumed, dyUnconsumed
  onNestedScrollAccepted | child, target, axes
  onRequestSendAccessibilityEvent | child, event
  onResolvePointerIcon | event, pointerIndex
  onStartNestedScroll | child, target, nestedScrollAxes
  onStopNestedScroll | child
  onViewAdded | child
  onViewRemoved | child
  recomputeViewAttributes | child
  removeAllViews | 
  removeAllViewsInLayout | 
  removeView | view
  removeViewAt | index
  removeViewInLayout | view
  removeViews | start, count
  removeViewsInLayout | start, count
  requestChildFocus | child, focused
  requestChildRectangleOnScreen | child, rectangle, immediate
  requestDisallowInterceptTouchEvent | disallowIntercept
  requestFocus | direction, previouslyFocusedRect
  requestSendAccessibilityEvent | child, event
  requestTransparentRegion | child
  restoreDefaultFocus | 
  scheduleLayoutAnimation | 
  setAddStatesFromChildren | addsStates
  setAlwaysDrawnWithCacheEnabled | always
  setAnimationCacheEnabled | enabled
  setClipChildren | clipChildren
  setClipToPadding | clipToPadding
  setDescendantFocusability | focusability
  setLayoutAnimation | controller
  setLayoutAnimationListener | animationListener
  setLayoutMode | layoutMode
  setLayoutTransition | transition
  setMotionEventSplittingEnabled | split
  setOnHierarchyChangeListener | listener
  setPersistentDrawingCache | drawingCacheToKeep
  setTouchscreenBlocksFocus | touchscreenBlocksFocus
  setTransitionGroup | isTransitionGroup
  shouldDelayChildPressedState | 
  showContextMenuForChild | originalView, x, y
  showContextMenuForChild | originalView
  startActionModeForChild | originalView, callback, type
  startActionModeForChild | originalView, callback
  startLayoutAnimation | 
  startViewTransition | view
  suppressLayout | suppress
  updateViewLayout | view, params
android.view.ViewGroup$LayoutParams
 Methods: 1
  resolveLayoutDirection | layoutDirection
android.view.ViewGroup$MarginLayoutParams
 Methods: 9
  getLayoutDirection | 
  getMarginEnd | 
  getMarginStart | 
  isMarginRelative | 
  resolveLayoutDirection | layoutDirection
  setLayoutDirection | layoutDirection
  setMarginEnd | end
  setMarginStart | start
  setMargins | left, top, right, bottom
android.view.ViewGroupOverlay
 Methods: 2
  add | view
  remove | view
android.view.ViewOutlineProvider
 Methods: 1
  getOutline | view, outline
android.view.ViewOverlay
 Methods: 3
  add | drawable
  clear | 
  remove | drawable
android.view.ViewPropertyAnimator
 Methods: 37
  alpha | value
  alphaBy | value
  cancel | 
  getDuration | 
  getInterpolator | 
  getStartDelay | 
  rotation | value
  rotationBy | value
  rotationX | value
  rotationXBy | value
  rotationY | value
  rotationYBy | value
  scaleX | value
  scaleXBy | value
  scaleY | value
  scaleYBy | value
  setDuration | duration
  setInterpolator | interpolator
  setListener | listener
  setStartDelay | startDelay
  setUpdateListener | listener
  start | 
  translationX | value
  translationXBy | value
  translationY | value
  translationYBy | value
  translationZ | value
  translationZBy | value
  withEndAction | runnable
  withLayer | 
  withStartAction | runnable
  x | value
  xBy | value
  y | value
  yBy | value
  z | value
  zBy | value
android.view.ViewStructure
 Methods: 55
  addChildCount | num
  asyncCommit | 
  asyncNewChild | index
  getAutofillId | 
  getChildCount | 
  getExtras | 
  getHint | 
  getText | 
  getTextSelectionEnd | 
  getTextSelectionStart | 
  hasExtras | 
  newChild | index
  newHtmlInfoBuilder | tagName
  setAccessibilityFocused | state
  setActivated | state
  setAlpha | alpha
  setAutofillHints | hint
  setAutofillId | id
  setAutofillId | parentId, virtualId
  setAutofillOptions | options
  setAutofillType | type
  setAutofillValue | value
  setCheckable | state
  setChecked | state
  setChildCount | num
  setClassName | className
  setClickable | state
  setContentDescription | contentDescription
  setContextClickable | state
  setDataIsSensitive | sensitive
  setDimens | left, top, scrollX, scrollY, width, height
  setElevation | elevation
  setEnabled | state
  setFocusable | state
  setFocused | state
  setHint | hint
  setHtmlInfo | htmlInfo
  setId | id, packageName, typeName, entryName
  setImportantForAutofill | mode
  setInputType | inputType
  setLocaleList | localeList
  setLongClickable | state
  setMaxTextEms | maxEms
  setMaxTextLength | maxLength
  setMinTextEms | minEms
  setOpaque | opaque
  setSelected | state
  setText | text
  setText | text, selectionStart, selectionEnd
  setTextIdEntry | entryName
  setTextLines | charOffsets, baselines
  setTextStyle | size, fgColor, bgColor, style
  setTransformation | matrix
  setVisibility | visibility
  setWebDomain | domain
android.view.ViewStructure$HtmlInfo
 Methods: 2
  getAttributes | 
  getTag | 
android.view.ViewStructure$HtmlInfo$Builder
 Methods: 2
  addAttribute | name, value
  build | 
android.view.ViewStub
 Methods: 10
  draw | canvas
  getInflatedId | 
  getLayoutInflater | 
  getLayoutResource | 
  inflate | 
  setInflatedId | inflatedId
  setLayoutInflater | inflater
  setLayoutResource | layoutResource
  setOnInflateListener | inflateListener
  setVisibility | visibility
android.view.ViewTreeObserver
 Methods: 25
  addOnDrawListener | listener
  addOnGlobalFocusChangeListener | listener
  addOnGlobalLayoutListener | listener
  addOnPreDrawListener | listener
  addOnScrollChangedListener | listener
  addOnSystemGestureExclusionRectsChangedListener | listener
  addOnTouchModeChangeListener | listener
  addOnWindowAttachListener | listener
  addOnWindowFocusChangeListener | listener
  dispatchOnDraw | 
  dispatchOnGlobalLayout | 
  dispatchOnPreDraw | 
  isAlive | 
  registerFrameCommitCallback | callback
  removeGlobalOnLayoutListener | victim
  removeOnDrawListener | victim
  removeOnGlobalFocusChangeListener | victim
  removeOnGlobalLayoutListener | victim
  removeOnPreDrawListener | victim
  removeOnScrollChangedListener | victim
  removeOnSystemGestureExclusionRectsChangedListener | listener
  removeOnTouchModeChangeListener | victim
  removeOnWindowAttachListener | victim
  removeOnWindowFocusChangeListener | victim
  unregisterFrameCommitCallback | callback
android.view.Window
 Methods: 129
  addContentView | view, params
  addFlags | flags
  addOnFrameMetricsAvailableListener | listener, handler
  clearFlags | flags
  closeAllPanels | 
  closePanel | featureId
  findViewById | id
  getAllowEnterTransitionOverlap | 
  getAllowReturnTransitionOverlap | 
  getAttributes | 
  getCallback | 
  getColorMode | 
  getContainer | 
  getContentScene | 
  getContext | 
  getCurrentFocus | 
  getDecorView | 
  getDefaultFeatures | context
  getEnterTransition | 
  getExitTransition | 
  getLayoutInflater | 
  getMediaController | 
  getNavigationBarColor | 
  getNavigationBarDividerColor | 
  getReenterTransition | 
  getReturnTransition | 
  getSharedElementEnterTransition | 
  getSharedElementExitTransition | 
  getSharedElementReenterTransition | 
  getSharedElementReturnTransition | 
  getSharedElementsUseOverlay | 
  getStatusBarColor | 
  getSystemGestureExclusionRects | 
  getTransitionBackgroundFadeDuration | 
  getTransitionManager | 
  getVolumeControlStream | 
  getWindowManager | 
  getWindowStyle | 
  hasChildren | 
  hasFeature | feature
  injectInputEvent | event
  invalidatePanelMenu | featureId
  isActive | 
  isFloating | 
  isNavigationBarContrastEnforced | 
  isShortcutKey | keyCode, event
  isStatusBarContrastEnforced | 
  isWideColorGamut | 
  makeActive | 
  onConfigurationChanged | newConfig
  openPanel | featureId, event
  peekDecorView | 
  performContextMenuIdentifierAction | id, flags
  performPanelIdentifierAction | featureId, id, flags
  performPanelShortcut | featureId, keyCode, event, flags
  removeOnFrameMetricsAvailableListener | listener
  requestFeature | featureId
  requireViewById | id
  restoreHierarchyState | savedInstanceState
  saveHierarchyState | 
  setAllowEnterTransitionOverlap | allow
  setAllowReturnTransitionOverlap | allow
  setAttributes | a
  setBackgroundDrawable | drawable
  setBackgroundDrawableResource | resId
  setCallback | callback
  setChildDrawable | featureId, drawable
  setChildInt | featureId, value
  setClipToOutline | clipToOutline
  setColorMode | colorMode
  setContainer | container
  setContentView | view, params
  setContentView | view
  setContentView | layoutResID
  setDecorCaptionShade | decorCaptionShade
  setDimAmount | amount
  setElevation | elevation
  setEnterTransition | transition
  setExitTransition | transition
  setFeatureDrawable | featureId, drawable
  setFeatureDrawableAlpha | featureId, alpha
  setFeatureDrawableResource | featureId, resId
  setFeatureDrawableUri | featureId, uri
  setFeatureInt | featureId, value
  setFlags | flags, mask
  setFormat | format
  setGravity | gravity
  setIcon | resId
  setLayout | width, height
  setLocalFocus | hasFocus, inTouchMode
  setLogo | resId
  setMediaController | controller
  setNavigationBarColor | color
  setNavigationBarContrastEnforced | enforceContrast
  setNavigationBarDividerColor | dividerColor
  setReenterTransition | transition
  setResizingCaptionDrawable | drawable
  setRestrictedCaptionAreaListener | listener
  setReturnTransition | transition
  setSharedElementEnterTransition | transition
  setSharedElementExitTransition | transition
  setSharedElementReenterTransition | transition
  setSharedElementReturnTransition | transition
  setSharedElementsUseOverlay | sharedElementsUseOverlay
  setSoftInputMode | mode
  setStatusBarColor | color
  setStatusBarContrastEnforced | ensureContrast
  setSustainedPerformanceMode | enable
  setSystemGestureExclusionRects | rects
  setTitle | title
  setTitleColor | textColor
  setTransitionBackgroundFadeDuration | fadeDurationMillis
  setTransitionManager | tm
  setType | type
  setUiOptions | uiOptions
  setUiOptions | uiOptions, mask
  setVolumeControlStream | streamType
  setWindowAnimations | resId
  setWindowManager | wm, appToken, appName
  setWindowManager | wm, appToken, appName, hardwareAccelerated
  superDispatchGenericMotionEvent | event
  superDispatchKeyEvent | event
  superDispatchKeyShortcutEvent | event
  superDispatchTouchEvent | event
  superDispatchTrackballEvent | event
  takeInputQueue | callback
  takeKeyEvents | get
  takeSurface | callback
  togglePanel | featureId, event
android.view.WindowAnimationFrameStats
 Methods: 3
  describeContents | 
  toString | 
  writeToParcel | parcel, flags
android.view.WindowContentFrameStats
 Methods: 5
  describeContents | 
  getFramePostedTimeNano | index
  getFrameReadyTimeNano | index
  toString | 
  writeToParcel | parcel, flags
android.view.WindowId
 Methods: 8
  describeContents | 
  equals | otherObj
  hashCode | 
  isFocused | 
  registerFocusObserver | observer
  toString | 
  unregisterFocusObserver | observer
  writeToParcel | out, flags
android.view.WindowId$FocusObserver
 Methods: 2
  onFocusGained | token
  onFocusLost | token
android.view.WindowInsets
 Methods: 28
  consumeDisplayCutout | 
  consumeStableInsets | 
  consumeSystemWindowInsets | 
  equals | o
  getDisplayCutout | 
  getMandatorySystemGestureInsets | 
  getStableInsetBottom | 
  getStableInsetLeft | 
  getStableInsetRight | 
  getStableInsetTop | 
  getStableInsets | 
  getSystemGestureInsets | 
  getSystemWindowInsetBottom | 
  getSystemWindowInsetLeft | 
  getSystemWindowInsetRight | 
  getSystemWindowInsetTop | 
  getSystemWindowInsets | 
  getTappableElementInsets | 
  hasInsets | 
  hasStableInsets | 
  hasSystemWindowInsets | 
  hashCode | 
  inset | left, top, right, bottom
  isConsumed | 
  isRound | 
  replaceSystemWindowInsets | left, top, right, bottom
  replaceSystemWindowInsets | systemWindowInsets
  toString | 
android.view.WindowInsets$Builder
 Methods: 7
  build | 
  setDisplayCutout | displayCutout
  setMandatorySystemGestureInsets | insets
  setStableInsets | stableInsets
  setSystemGestureInsets | insets
  setSystemWindowInsets | systemWindowInsets
  setTappableElementInsets | insets
android.view.WindowManager$LayoutParams
 Methods: 10
  copyFrom | o
  debug | output
  describeContents | 
  getColorMode | 
  getTitle | 
  mayUseInputMethod | flags
  setColorMode | colorMode
  setTitle | title
  toString | 
  writeToParcel | out, parcelableFlags
android.view.ViewDebug$HierarchyTraceType
 Methods: 2
  valueOf | name
  values | 
android.view.ViewDebug$RecyclerTraceType
 Methods: 2
  valueOf | name
  values | 
android.view.InflateException
 Methods: 0
android.view.KeyCharacterMap$UnavailableException
 Methods: 0
android.view.Surface$OutOfResourcesException
 Methods: 0
android.view.SurfaceHolder$BadSurfaceTypeException
 Methods: 0
android.view.WindowManager$BadTokenException
 Methods: 0
android.view.WindowManager$InvalidDisplayException
 Methods: 0
android.view.accessibility.AccessibilityEventSource
 Methods: 2
  sendAccessibilityEvent | eventType
  sendAccessibilityEventUnchecked | event
android.view.accessibility.AccessibilityManager$AccessibilityStateChangeListener
 Methods: 1
  onAccessibilityStateChanged | enabled
android.view.accessibility.AccessibilityManager$TouchExplorationStateChangeListener
 Methods: 1
  onTouchExplorationStateChanged | enabled
android.view.accessibility.AccessibilityEvent
 Methods: 25
  appendRecord | record
  describeContents | 
  eventTypeToString | eventType
  getAction | 
  getContentChangeTypes | 
  getEventTime | 
  getEventType | 
  getMovementGranularity | 
  getPackageName | 
  getRecord | index
  getRecordCount | 
  getWindowChanges | 
  initFromParcel | parcel
  obtain | event
  obtain | 
  obtain | eventType
  recycle | 
  setAction | action
  setContentChangeTypes | changeTypes
  setEventTime | eventTime
  setEventType | eventType
  setMovementGranularity | granularity
  setPackageName | packageName
  toString | 
  writeToParcel | parcel, flags
android.view.accessibility.AccessibilityManager
 Methods: 17
  addAccessibilityRequestPreparer | preparer
  addAccessibilityStateChangeListener | listener
  addAccessibilityStateChangeListener | listener, handler
  addTouchExplorationStateChangeListener | listener, handler
  addTouchExplorationStateChangeListener | listener
  getAccessibilityServiceList | 
  getEnabledAccessibilityServiceList | feedbackTypeFlags
  getInstalledAccessibilityServiceList | 
  getRecommendedTimeoutMillis | originalTimeout, uiContentFlags
  interrupt | 
  isAccessibilityButtonSupported | 
  isEnabled | 
  isTouchExplorationEnabled | 
  removeAccessibilityRequestPreparer | preparer
  removeAccessibilityStateChangeListener | listener
  removeTouchExplorationStateChangeListener | listener
  sendAccessibilityEvent | event
android.view.accessibility.AccessibilityNodeInfo
 Methods: 141
  addAction | action
  addAction | action
  addChild | root, virtualDescendantId
  addChild | child
  canOpenPopup | 
  describeContents | 
  equals | object
  findAccessibilityNodeInfosByText | text
  findAccessibilityNodeInfosByViewId | viewId
  findFocus | focus
  focusSearch | direction
  getActionList | 
  getActions | 
  getAvailableExtraData | 
  getBoundsInParent | outBounds
  getBoundsInScreen | outBounds
  getChild | index
  getChildCount | 
  getClassName | 
  getCollectionInfo | 
  getCollectionItemInfo | 
  getContentDescription | 
  getDrawingOrder | 
  getError | 
  getExtras | 
  getHintText | 
  getInputType | 
  getLabelFor | 
  getLabeledBy | 
  getLiveRegion | 
  getMaxTextLength | 
  getMovementGranularities | 
  getPackageName | 
  getPaneTitle | 
  getParent | 
  getRangeInfo | 
  getText | 
  getTextSelectionEnd | 
  getTextSelectionStart | 
  getTooltipText | 
  getTouchDelegateInfo | 
  getTraversalAfter | 
  getTraversalBefore | 
  getViewIdResourceName | 
  getWindow | 
  getWindowId | 
  hashCode | 
  isAccessibilityFocused | 
  isCheckable | 
  isChecked | 
  isClickable | 
  isContentInvalid | 
  isContextClickable | 
  isDismissable | 
  isEditable | 
  isEnabled | 
  isFocusable | 
  isFocused | 
  isHeading | 
  isImportantForAccessibility | 
  isLongClickable | 
  isMultiLine | 
  isPassword | 
  isScreenReaderFocusable | 
  isScrollable | 
  isSelected | 
  isShowingHintText | 
  isTextEntryKey | 
  isVisibleToUser | 
  obtain | root, virtualDescendantId
  obtain | info
  obtain | 
  obtain | source
  performAction | action, arguments
  performAction | action
  recycle | 
  refresh | 
  refreshWithExtraData | extraDataKey, args
  removeAction | action
  removeAction | action
  removeChild | root, virtualDescendantId
  removeChild | child
  setAccessibilityFocused | focused
  setAvailableExtraData | extraDataKeys
  setBoundsInParent | bounds
  setBoundsInScreen | bounds
  setCanOpenPopup | opensPopup
  setCheckable | checkable
  setChecked | checked
  setClassName | className
  setClickable | clickable
  setCollectionInfo | collectionInfo
  setCollectionItemInfo | collectionItemInfo
  setContentDescription | contentDescription
  setContentInvalid | contentInvalid
  setContextClickable | contextClickable
  setDismissable | dismissable
  setDrawingOrder | drawingOrderInParent
  setEditable | editable
  setEnabled | enabled
  setError | error
  setFocusable | focusable
  setFocused | focused
  setHeading | isHeading
  setHintText | hintText
  setImportantForAccessibility | important
  setInputType | inputType
  setLabelFor | root, virtualDescendantId
  setLabelFor | labeled
  setLabeledBy | label
  setLabeledBy | root, virtualDescendantId
  setLiveRegion | mode
  setLongClickable | longClickable
  setMaxTextLength | max
  setMovementGranularities | granularities
  setMultiLine | multiLine
  setPackageName | packageName
  setPaneTitle | paneTitle
  setParent | root, virtualDescendantId
  setParent | parent
  setPassword | password
  setRangeInfo | rangeInfo
  setScreenReaderFocusable | screenReaderFocusable
  setScrollable | scrollable
  setSelected | selected
  setShowingHintText | showingHintText
  setSource | source
  setSource | root, virtualDescendantId
  setText | text
  setTextEntryKey | isTextEntryKey
  setTextSelection | start, end
  setTooltipText | tooltipText
  setTouchDelegateInfo | delegatedInfo
  setTraversalAfter | view
  setTraversalAfter | root, virtualDescendantId
  setTraversalBefore | view
  setTraversalBefore | root, virtualDescendantId
  setViewIdResourceName | viewIdResName
  setVisibleToUser | visibleToUser
  toString | 
  writeToParcel | parcel, flags
android.view.accessibility.AccessibilityNodeInfo$AccessibilityAction
 Methods: 5
  equals | other
  getId | 
  getLabel | 
  hashCode | 
  toString | 
android.view.accessibility.AccessibilityNodeInfo$CollectionInfo
 Methods: 6
  getColumnCount | 
  getRowCount | 
  getSelectionMode | 
  isHierarchical | 
  obtain | rowCount, columnCount, hierarchical, selectionMode
  obtain | rowCount, columnCount, hierarchical
android.view.accessibility.AccessibilityNodeInfo$CollectionItemInfo
 Methods: 8
  getColumnIndex | 
  getColumnSpan | 
  getRowIndex | 
  getRowSpan | 
  isHeading | 
  isSelected | 
  obtain | rowIndex, rowSpan, columnIndex, columnSpan, heading
  obtain | rowIndex, rowSpan, columnIndex, columnSpan, heading, selected
android.view.accessibility.AccessibilityNodeInfo$RangeInfo
 Methods: 5
  getCurrent | 
  getMax | 
  getMin | 
  getType | 
  obtain | type, min, max, current
android.view.accessibility.AccessibilityNodeInfo$TouchDelegateInfo
 Methods: 5
  describeContents | 
  getRegionAt | index
  getRegionCount | 
  getTargetForRegion | region
  writeToParcel | dest, flags
android.view.accessibility.AccessibilityNodeProvider
 Methods: 5
  addExtraDataToAccessibilityNodeInfo | virtualViewId, info, extraDataKey, arguments
  createAccessibilityNodeInfo | virtualViewId
  findAccessibilityNodeInfosByText | text, virtualViewId
  findFocus | focus
  performAction | virtualViewId, action, arguments
android.view.accessibility.AccessibilityRecord
 Methods: 51
  getAddedCount | 
  getBeforeText | 
  getClassName | 
  getContentDescription | 
  getCurrentItemIndex | 
  getFromIndex | 
  getItemCount | 
  getMaxScrollX | 
  getMaxScrollY | 
  getParcelableData | 
  getRemovedCount | 
  getScrollDeltaX | 
  getScrollDeltaY | 
  getScrollX | 
  getScrollY | 
  getSource | 
  getText | 
  getToIndex | 
  getWindowId | 
  isChecked | 
  isEnabled | 
  isFullScreen | 
  isPassword | 
  isScrollable | 
  obtain | record
  obtain | 
  recycle | 
  setAddedCount | addedCount
  setBeforeText | beforeText
  setChecked | isChecked
  setClassName | className
  setContentDescription | contentDescription
  setCurrentItemIndex | currentItemIndex
  setEnabled | isEnabled
  setFromIndex | fromIndex
  setFullScreen | isFullScreen
  setItemCount | itemCount
  setMaxScrollX | maxScrollX
  setMaxScrollY | maxScrollY
  setParcelableData | parcelableData
  setPassword | isPassword
  setRemovedCount | removedCount
  setScrollDeltaX | scrollDeltaX
  setScrollDeltaY | scrollDeltaY
  setScrollX | scrollX
  setScrollY | scrollY
  setScrollable | scrollable
  setSource | root, virtualDescendantId
  setSource | source
  setToIndex | toIndex
  toString | 
android.view.accessibility.AccessibilityRequestPreparer
 Methods: 2
  getView | 
  onPrepareExtraData | virtualViewId, extraDataKey, args, preparationFinishedMessage
android.view.accessibility.AccessibilityWindowInfo
 Methods: 22
  describeContents | 
  equals | obj
  getAnchor | 
  getBoundsInScreen | outBounds
  getChild | index
  getChildCount | 
  getId | 
  getLayer | 
  getParent | 
  getRoot | 
  getTitle | 
  getType | 
  hashCode | 
  isAccessibilityFocused | 
  isActive | 
  isFocused | 
  isInPictureInPictureMode | 
  obtain | 
  obtain | info
  recycle | 
  toString | 
  writeToParcel | parcel, flags
android.view.accessibility.CaptioningManager
 Methods: 6
  addCaptioningChangeListener | listener
  getFontScale | 
  getLocale | 
  getUserStyle | 
  isEnabled | 
  removeCaptioningChangeListener | listener
android.view.accessibility.CaptioningManager$CaptioningChangeListener
 Methods: 4
  onEnabledChanged | enabled
  onFontScaleChanged | fontScale
  onLocaleChanged | locale
  onUserStyleChanged | userStyle
android.view.accessibility.CaptioningManager$CaptionStyle
 Methods: 6
  getTypeface | 
  hasBackgroundColor | 
  hasEdgeColor | 
  hasEdgeType | 
  hasForegroundColor | 
  hasWindowColor | 
android.view.animation.Animation$AnimationListener
 Methods: 3
  onAnimationEnd | animation
  onAnimationRepeat | animation
  onAnimationStart | animation
android.view.animation.Interpolator
 Methods: 0
android.view.animation.AccelerateDecelerateInterpolator
 Methods: 1
  getInterpolation | input
android.view.animation.AccelerateInterpolator
 Methods: 1
  getInterpolation | input
android.view.animation.AlphaAnimation
 Methods: 2
  willChangeBounds | 
  willChangeTransformationMatrix | 
android.view.animation.Animation
 Methods: 41
  cancel | 
  computeDurationHint | 
  getBackgroundColor | 
  getDetachWallpaper | 
  getDuration | 
  getFillAfter | 
  getFillBefore | 
  getInterpolator | 
  getRepeatCount | 
  getRepeatMode | 
  getStartOffset | 
  getStartTime | 
  getTransformation | currentTime, outTransformation, scale
  getTransformation | currentTime, outTransformation
  getZAdjustment | 
  hasEnded | 
  hasStarted | 
  initialize | width, height, parentWidth, parentHeight
  isFillEnabled | 
  isInitialized | 
  reset | 
  restrictDuration | durationMillis
  scaleCurrentDuration | scale
  setAnimationListener | listener
  setBackgroundColor | bg
  setDetachWallpaper | detachWallpaper
  setDuration | durationMillis
  setFillAfter | fillAfter
  setFillBefore | fillBefore
  setFillEnabled | fillEnabled
  setInterpolator | context, resID
  setInterpolator | i
  setRepeatCount | repeatCount
  setRepeatMode | repeatMode
  setStartOffset | startOffset
  setStartTime | startTimeMillis
  setZAdjustment | zAdjustment
  start | 
  startNow | 
  willChangeBounds | 
  willChangeTransformationMatrix | 
android.view.animation.Animation$Description
 Methods: 0
android.view.animation.AnimationSet
 Methods: 18
  addAnimation | a
  computeDurationHint | 
  getAnimations | 
  getDuration | 
  getStartTime | 
  getTransformation | currentTime, t
  initialize | width, height, parentWidth, parentHeight
  reset | 
  restrictDuration | durationMillis
  scaleCurrentDuration | scale
  setDuration | durationMillis
  setFillAfter | fillAfter
  setFillBefore | fillBefore
  setRepeatMode | repeatMode
  setStartOffset | startOffset
  setStartTime | startTimeMillis
  willChangeBounds | 
  willChangeTransformationMatrix | 
android.view.animation.AnimationUtils
 Methods: 7
  currentAnimationTimeMillis | 
  loadAnimation | context, id
  loadInterpolator | context, id
  loadLayoutAnimation | context, id
  makeInAnimation | c, fromLeft
  makeInChildBottomAnimation | c
  makeOutAnimation | c, toRight
android.view.animation.AnticipateInterpolator
 Methods: 1
  getInterpolation | t
android.view.animation.AnticipateOvershootInterpolator
 Methods: 1
  getInterpolation | t
android.view.animation.BaseInterpolator
 Methods: 0
android.view.animation.BounceInterpolator
 Methods: 1
  getInterpolation | t
android.view.animation.CycleInterpolator
 Methods: 1
  getInterpolation | input
android.view.animation.DecelerateInterpolator
 Methods: 1
  getInterpolation | input
android.view.animation.GridLayoutAnimationController
 Methods: 9
  getColumnDelay | 
  getDirection | 
  getDirectionPriority | 
  getRowDelay | 
  setColumnDelay | columnDelay
  setDirection | direction
  setDirectionPriority | directionPriority
  setRowDelay | rowDelay
  willOverlap | 
android.view.animation.GridLayoutAnimationController$AnimationParameters
 Methods: 0
android.view.animation.LayoutAnimationController
 Methods: 14
  getAnimation | 
  getAnimationForView | view
  getDelay | 
  getInterpolator | 
  getOrder | 
  isDone | 
  setAnimation | animation
  setAnimation | context, resourceID
  setDelay | delay
  setInterpolator | context, resourceID
  setInterpolator | interpolator
  setOrder | order
  start | 
  willOverlap | 
android.view.animation.LayoutAnimationController$AnimationParameters
 Methods: 0
android.view.animation.LinearInterpolator
 Methods: 1
  getInterpolation | input
android.view.animation.OvershootInterpolator
 Methods: 1
  getInterpolation | t
android.view.animation.PathInterpolator
 Methods: 1
  getInterpolation | t
android.view.animation.RotateAnimation
 Methods: 1
  initialize | width, height, parentWidth, parentHeight
android.view.animation.ScaleAnimation
 Methods: 1
  initialize | width, height, parentWidth, parentHeight
android.view.animation.Transformation
 Methods: 10
  clear | 
  compose | t
  getAlpha | 
  getMatrix | 
  getTransformationType | 
  set | t
  setAlpha | alpha
  setTransformationType | transformationType
  toShortString | 
  toString | 
android.view.animation.TranslateAnimation
 Methods: 1
  initialize | width, height, parentWidth, parentHeight
android.view.autofill.AutofillId
 Methods: 5
  describeContents | 
  equals | obj
  hashCode | 
  toString | 
  writeToParcel | parcel, flags
android.view.autofill.AutofillManager
 Methods: 28
  cancel | 
  commit | 
  disableAutofillServices | 
  getAutofillServiceComponentName | 
  getAvailableFieldClassificationAlgorithms | 
  getDefaultFieldClassificationAlgorithm | 
  getNextAutofillId | 
  getUserData | 
  getUserDataId | 
  hasEnabledAutofillServices | 
  isAutofillSupported | 
  isEnabled | 
  isFieldClassificationEnabled | 
  notifyValueChanged | view
  notifyValueChanged | view, virtualId, value
  notifyViewClicked | view
  notifyViewClicked | view, virtualId
  notifyViewEntered | view
  notifyViewEntered | view, virtualId, absBounds
  notifyViewExited | view, virtualId
  notifyViewExited | view
  notifyViewVisibilityChanged | view, virtualId, isVisible
  notifyViewVisibilityChanged | view, isVisible
  registerCallback | callback
  requestAutofill | view, virtualId, absBounds
  requestAutofill | view
  setUserData | userData
  unregisterCallback | callback
android.view.autofill.AutofillManager$AutofillCallback
 Methods: 2
  onAutofillEvent | view, virtualId, event
  onAutofillEvent | view, event
android.view.autofill.AutofillValue
 Methods: 17
  describeContents | 
  equals | obj
  forDate | value
  forList | value
  forText | value
  forToggle | value
  getDateValue | 
  getListValue | 
  getTextValue | 
  getToggleValue | 
  hashCode | 
  isDate | 
  isList | 
  isText | 
  isToggle | 
  toString | 
  writeToParcel | parcel, flags
android.view.contentcapture.ContentCaptureCondition
 Methods: 7
  describeContents | 
  equals | obj
  getFlags | 
  getLocusId | 
  hashCode | 
  toString | 
  writeToParcel | parcel, flags
android.view.contentcapture.ContentCaptureContext
 Methods: 6
  describeContents | 
  forLocusId | id
  getExtras | 
  getLocusId | 
  toString | 
  writeToParcel | parcel, flags
android.view.contentcapture.ContentCaptureContext$Builder
 Methods: 2
  build | 
  setExtras | extras
android.view.contentcapture.ContentCaptureManager
 Methods: 5
  getContentCaptureConditions | 
  getServiceComponentName | 
  isContentCaptureEnabled | 
  removeData | request
  setContentCaptureEnabled | enabled
android.view.contentcapture.ContentCaptureSession
 Methods: 13
  createContentCaptureSession | context
  destroy | 
  getContentCaptureContext | 
  getContentCaptureSessionId | 
  newAutofillId | hostId, virtualChildId
  newViewStructure | view
  newVirtualViewStructure | parentId, virtualId
  notifyViewAppeared | node
  notifyViewDisappeared | id
  notifyViewTextChanged | id, text
  notifyViewsDisappeared | hostId, virtualIds
  setContentCaptureContext | context
  toString | 
android.view.contentcapture.ContentCaptureSessionId
 Methods: 5
  describeContents | 
  equals | obj
  hashCode | 
  toString | 
  writeToParcel | parcel, flags
android.view.contentcapture.DataRemovalRequest
 Methods: 5
  describeContents | 
  getLocusIdRequests | 
  getPackageName | 
  isForEverything | 
  writeToParcel | parcel, flags
android.view.contentcapture.DataRemovalRequest$Builder
 Methods: 3
  addLocusId | locusId, flags
  build | 
  forEverything | 
android.view.contentcapture.DataRemovalRequest$LocusIdRequest
 Methods: 2
  getFlags | 
  getLocusId | 
android.view.inputmethod.InputConnection
 Methods: 26
  beginBatchEdit | 
  clearMetaKeyStates | states
  closeConnection | 
  commitCompletion | text
  commitContent | inputContentInfo, flags, opts
  commitCorrection | correctionInfo
  commitText | text, newCursorPosition
  deleteSurroundingText | beforeLength, afterLength
  deleteSurroundingTextInCodePoints | beforeLength, afterLength
  endBatchEdit | 
  finishComposingText | 
  getCursorCapsMode | reqModes
  getExtractedText | request, flags
  getHandler | 
  getSelectedText | flags
  getTextAfterCursor | n, flags
  getTextBeforeCursor | n, flags
  performContextMenuAction | id
  performEditorAction | editorAction
  performPrivateCommand | action, data
  reportFullscreenMode | enabled
  requestCursorUpdates | cursorUpdateMode
  sendKeyEvent | event
  setComposingRegion | start, end
  setComposingText | text, newCursorPosition
  setSelection | start, end
android.view.inputmethod.InputMethod
 Methods: 11
  attachToken | token
  bindInput | binding
  changeInputMethodSubtype | subtype
  createSession | callback
  hideSoftInput | flags, resultReceiver
  restartInput | inputConnection, attribute
  revokeSession | session
  setSessionEnabled | session, enabled
  showSoftInput | flags, resultReceiver
  startInput | inputConnection, info
  unbindInput | 
android.view.inputmethod.InputMethod$SessionCallback
 Methods: 1
  sessionCreated | session
android.view.inputmethod.InputMethodSession
 Methods: 12
  appPrivateCommand | action, data
  dispatchGenericMotionEvent | seq, event, callback
  dispatchKeyEvent | seq, event, callback
  dispatchTrackballEvent | seq, event, callback
  displayCompletions | completions
  finishInput | 
  toggleSoftInput | showFlags, hideFlags
  updateCursor | newCursor
  updateCursorAnchorInfo | cursorAnchorInfo
  updateExtractedText | token, text
  updateSelection | oldSelStart, oldSelEnd, newSelStart, newSelEnd, candidatesStart, candidatesEnd
  viewClicked | focusChanged
android.view.inputmethod.InputMethodSession$EventCallback
 Methods: 1
  finishedEvent | seq, handled
android.view.inputmethod.BaseInputConnection
 Methods: 31
  beginBatchEdit | 
  clearMetaKeyStates | states
  closeConnection | 
  commitCompletion | text
  commitContent | inputContentInfo, flags, opts
  commitCorrection | correctionInfo
  commitText | text, newCursorPosition
  deleteSurroundingText | beforeLength, afterLength
  deleteSurroundingTextInCodePoints | beforeLength, afterLength
  endBatchEdit | 
  finishComposingText | 
  getComposingSpanEnd | text
  getComposingSpanStart | text
  getCursorCapsMode | reqModes
  getEditable | 
  getExtractedText | request, flags
  getHandler | 
  getSelectedText | flags
  getTextAfterCursor | length, flags
  getTextBeforeCursor | length, flags
  performContextMenuAction | id
  performEditorAction | actionCode
  performPrivateCommand | action, data
  removeComposingSpans | text
  reportFullscreenMode | enabled
  requestCursorUpdates | cursorUpdateMode
  sendKeyEvent | event
  setComposingRegion | start, end
  setComposingSpans | text
  setComposingText | text, newCursorPosition
  setSelection | start, end
android.view.inputmethod.CompletionInfo
 Methods: 7
  describeContents | 
  getId | 
  getLabel | 
  getPosition | 
  getText | 
  toString | 
  writeToParcel | dest, flags
android.view.inputmethod.CorrectionInfo
 Methods: 6
  describeContents | 
  getNewText | 
  getOffset | 
  getOldText | 
  toString | 
  writeToParcel | dest, flags
android.view.inputmethod.CursorAnchorInfo
 Methods: 17
  describeContents | 
  equals | obj
  getCharacterBounds | index
  getCharacterBoundsFlags | index
  getComposingText | 
  getComposingTextStart | 
  getInsertionMarkerBaseline | 
  getInsertionMarkerBottom | 
  getInsertionMarkerFlags | 
  getInsertionMarkerHorizontal | 
  getInsertionMarkerTop | 
  getMatrix | 
  getSelectionEnd | 
  getSelectionStart | 
  hashCode | 
  toString | 
  writeToParcel | dest, flags
android.view.inputmethod.CursorAnchorInfo$Builder
 Methods: 7
  addCharacterBounds | index, left, top, right, bottom, flags
  build | 
  reset | 
  setComposingText | composingTextStart, composingText
  setInsertionMarkerLocation | horizontalPosition, lineTop, lineBaseline, lineBottom, flags
  setMatrix | matrix
  setSelectionRange | newStart, newEnd
android.view.inputmethod.EditorInfo
 Methods: 4
  describeContents | 
  dump | pw, prefix
  makeCompatible | targetSdkVersion
  writeToParcel | dest, flags
android.view.inputmethod.ExtractedText
 Methods: 2
  describeContents | 
  writeToParcel | dest, flags
android.view.inputmethod.ExtractedTextRequest
 Methods: 2
  describeContents | 
  writeToParcel | dest, flags
android.view.inputmethod.InputBinding
 Methods: 7
  describeContents | 
  getConnection | 
  getConnectionToken | 
  getPid | 
  getUid | 
  toString | 
  writeToParcel | dest, flags
android.view.inputmethod.InputConnectionWrapper
 Methods: 27
  beginBatchEdit | 
  clearMetaKeyStates | states
  closeConnection | 
  commitCompletion | text
  commitContent | inputContentInfo, flags, opts
  commitCorrection | correctionInfo
  commitText | text, newCursorPosition
  deleteSurroundingText | beforeLength, afterLength
  deleteSurroundingTextInCodePoints | beforeLength, afterLength
  endBatchEdit | 
  finishComposingText | 
  getCursorCapsMode | reqModes
  getExtractedText | request, flags
  getHandler | 
  getSelectedText | flags
  getTextAfterCursor | n, flags
  getTextBeforeCursor | n, flags
  performContextMenuAction | id
  performEditorAction | editorAction
  performPrivateCommand | action, data
  reportFullscreenMode | enabled
  requestCursorUpdates | cursorUpdateMode
  sendKeyEvent | event
  setComposingRegion | start, end
  setComposingText | text, newCursorPosition
  setSelection | start, end
  setTarget | target
android.view.inputmethod.InputContentInfo
 Methods: 7
  describeContents | 
  getContentUri | 
  getDescription | 
  getLinkUri | 
  releasePermission | 
  requestPermission | 
  writeToParcel | dest, flags
android.view.inputmethod.InputMethodInfo
 Methods: 17
  describeContents | 
  dump | pw, prefix
  equals | o
  getComponent | 
  getId | 
  getIsDefaultResourceId | 
  getPackageName | 
  getServiceInfo | 
  getServiceName | 
  getSettingsActivity | 
  getSubtypeAt | index
  getSubtypeCount | 
  hashCode | 
  loadIcon | pm
  loadLabel | pm
  toString | 
  writeToParcel | dest, flags
android.view.inputmethod.InputMethodManager
 Methods: 39
  dispatchKeyEventFromInputMethod | targetView, event
  displayCompletions | view, completions
  getCurrentInputMethodSubtype | 
  getEnabledInputMethodList | 
  getEnabledInputMethodSubtypeList | imi, allowsImplicitlySelectedSubtypes
  getInputMethodList | 
  getLastInputMethodSubtype | 
  getShortcutInputMethodsAndSubtypes | 
  hideSoftInputFromInputMethod | token, flags
  hideSoftInputFromWindow | windowToken, flags
  hideSoftInputFromWindow | windowToken, flags, resultReceiver
  hideStatusIcon | imeToken
  isAcceptingText | 
  isActive | 
  isActive | view
  isFullscreenMode | 
  isWatchingCursor | view
  restartInput | view
  sendAppPrivateCommand | view, action, data
  setAdditionalInputMethodSubtypes | imiId, subtypes
  setCurrentInputMethodSubtype | subtype
  setInputMethod | token, id
  setInputMethodAndSubtype | token, id, subtype
  shouldOfferSwitchingToNextInputMethod | imeToken
  showInputMethodAndSubtypeEnabler | imiId
  showInputMethodPicker | 
  showSoftInput | view, flags, resultReceiver
  showSoftInput | view, flags
  showSoftInputFromInputMethod | token, flags
  showStatusIcon | imeToken, packageName, iconId
  switchToLastInputMethod | imeToken
  switchToNextInputMethod | imeToken, onlyCurrentIme
  toggleSoftInput | showFlags, hideFlags
  toggleSoftInputFromWindow | windowToken, showFlags, hideFlags
  updateCursor | view, left, top, right, bottom
  updateCursorAnchorInfo | view, cursorAnchorInfo
  updateExtractedText | view, token, text
  updateSelection | view, selStart, selEnd, candidatesStart, candidatesEnd
  viewClicked | view
android.view.inputmethod.InputMethodSubtype
 Methods: 16
  containsExtraValueKey | key
  describeContents | 
  equals | o
  getDisplayName | context, packageName, appInfo
  getExtraValue | 
  getExtraValueOf | key
  getIconResId | 
  getLanguageTag | 
  getLocale | 
  getMode | 
  getNameResId | 
  hashCode | 
  isAsciiCapable | 
  isAuxiliary | 
  overridesImplicitlyEnabledSubtype | 
  writeToParcel | dest, parcelableFlags
android.view.inputmethod.InputMethodSubtype$InputMethodSubtypeBuilder
 Methods: 11
  build | 
  setIsAsciiCapable | isAsciiCapable
  setIsAuxiliary | isAuxiliary
  setLanguageTag | languageTag
  setOverridesImplicitlyEnabledSubtype | overridesImplicitlyEnabledSubtype
  setSubtypeExtraValue | subtypeExtraValue
  setSubtypeIconResId | subtypeIconResId
  setSubtypeId | subtypeId
  setSubtypeLocale | subtypeLocale
  setSubtypeMode | subtypeMode
  setSubtypeNameResId | subtypeNameResId
android.view.inspector.InspectionCompanion
 Methods: 2
  mapProperties | propertyMapper
  readProperties | inspectable, propertyReader
android.view.inspector.InspectionCompanionProvider
 Methods: 1
  provide | cls
android.view.inspector.PropertyMapper
 Methods: 14
  mapBoolean | name, attributeId
  mapByte | name, attributeId
  mapChar | name, attributeId
  mapColor | name, attributeId
  mapDouble | name, attributeId
  mapFloat | name, attributeId
  mapGravity | name, attributeId
  mapInt | name, attributeId
  mapIntEnum | name, attributeId, mapping
  mapIntFlag | name, attributeId, mapping
  mapLong | name, attributeId
  mapObject | name, attributeId
  mapResourceId | name, attributeId
  mapShort | name, attributeId
android.view.inspector.PropertyReader
 Methods: 16
  readBoolean | id, value
  readByte | id, value
  readChar | id, value
  readColor | id, value
  readColor | id, value
  readColor | id, value
  readDouble | id, value
  readFloat | id, value
  readGravity | id, value
  readInt | id, value
  readIntEnum | id, value
  readIntFlag | id, value
  readLong | id, value
  readObject | id, value
  readResourceId | id, value
  readShort | id, value
android.view.inspector.IntFlagMapping
 Methods: 2
  add | mask, target, name
  get | value
android.view.inspector.StaticInspectionCompanionProvider
 Methods: 1
  provide | cls
android.view.inspector.WindowInspector
 Methods: 1
  getGlobalWindowViews | 
android.view.inspector.InspectionCompanion$UninitializedPropertyMapException
 Methods: 0
android.view.inspector.PropertyMapper$PropertyConflictException
 Methods: 0
android.view.inspector.PropertyReader$PropertyTypeMismatchException
 Methods: 0
android.view.textclassifier.TextClassificationSessionFactory
 Methods: 1
  createTextClassificationSession | classificationContext
android.view.textclassifier.TextClassifier
 Methods: 12
  classifyText | request
  classifyText | text, startIndex, endIndex, defaultLocales
  destroy | 
  detectLanguage | request
  generateLinks | request
  getMaxGenerateLinksTextLength | 
  isDestroyed | 
  onSelectionEvent | event
  onTextClassifierEvent | event
  suggestConversationActions | request
  suggestSelection | text, selectionStartIndex, selectionEndIndex, defaultLocales
  suggestSelection | request
android.view.textclassifier.ConversationAction
 Methods: 7
  describeContents | 
  getAction | 
  getConfidenceScore | 
  getExtras | 
  getTextReply | 
  getType | 
  writeToParcel | parcel, flags
android.view.textclassifier.ConversationAction$Builder
 Methods: 5
  build | 
  setAction | action
  setConfidenceScore | score
  setExtras | extras
  setTextReply | textReply
android.view.textclassifier.ConversationActions
 Methods: 4
  describeContents | 
  getConversationActions | 
  getId | 
  writeToParcel | parcel, flags
android.view.textclassifier.ConversationActions$Message
 Methods: 6
  describeContents | 
  getAuthor | 
  getExtras | 
  getReferenceTime | 
  getText | 
  writeToParcel | parcel, flags
android.view.textclassifier.ConversationActions$Message$Builder
 Methods: 4
  build | 
  setExtras | bundle
  setReferenceTime | referenceTime
  setText | text
android.view.textclassifier.ConversationActions$Request
 Methods: 8
  describeContents | 
  getCallingPackageName | 
  getConversation | 
  getExtras | 
  getHints | 
  getMaxSuggestions | 
  getTypeConfig | 
  writeToParcel | parcel, flags
android.view.textclassifier.ConversationActions$Request$Builder
 Methods: 5
  build | 
  setExtras | bundle
  setHints | hints
  setMaxSuggestions | maxSuggestions
  setTypeConfig | typeConfig
android.view.textclassifier.SelectionEvent
 Methods: 28
  createSelectionActionEvent | start, end, actionType
  createSelectionActionEvent | start, end, actionType, classification
  createSelectionModifiedEvent | start, end
  createSelectionModifiedEvent | start, end, classification
  createSelectionModifiedEvent | start, end, selection
  createSelectionStartedEvent | invocationMethod, start
  describeContents | 
  equals | obj
  getDurationSincePreviousEvent | 
  getDurationSinceSessionStart | 
  getEnd | 
  getEntityType | 
  getEventIndex | 
  getEventTime | 
  getEventType | 
  getInvocationMethod | 
  getPackageName | 
  getResultId | 
  getSessionId | 
  getSmartEnd | 
  getSmartStart | 
  getStart | 
  getWidgetType | 
  getWidgetVersion | 
  hashCode | 
  isTerminal | eventType
  toString | 
  writeToParcel | dest, flags
android.view.textclassifier.TextClassification
 Methods: 14
  describeContents | 
  getActions | 
  getConfidenceScore | entity
  getEntity | index
  getEntityCount | 
  getExtras | 
  getIcon | 
  getId | 
  getIntent | 
  getLabel | 
  getOnClickListener | 
  getText | 
  toString | 
  writeToParcel | dest, flags
android.view.textclassifier.TextClassification$Builder
 Methods: 10
  addAction | action
  build | 
  setEntityType | type, confidenceScore
  setExtras | extras
  setIcon | icon
  setId | id
  setIntent | intent
  setLabel | label
  setOnClickListener | onClickListener
  setText | text
android.view.textclassifier.TextClassification$Request
 Methods: 9
  describeContents | 
  getCallingPackageName | 
  getDefaultLocales | 
  getEndIndex | 
  getExtras | 
  getReferenceTime | 
  getStartIndex | 
  getText | 
  writeToParcel | dest, flags
android.view.textclassifier.TextClassification$Request$Builder
 Methods: 4
  build | 
  setDefaultLocales | defaultLocales
  setExtras | extras
  setReferenceTime | referenceTime
android.view.textclassifier.TextClassificationContext
 Methods: 6
  describeContents | 
  getPackageName | 
  getWidgetType | 
  getWidgetVersion | 
  toString | 
  writeToParcel | parcel, flags
android.view.textclassifier.TextClassificationContext$Builder
 Methods: 2
  build | 
  setWidgetVersion | widgetVersion
android.view.textclassifier.TextClassificationManager
 Methods: 4
  createTextClassificationSession | classificationContext
  getTextClassifier | 
  setTextClassificationSessionFactory | factory
  setTextClassifier | textClassifier
android.view.textclassifier.TextClassificationSessionId
 Methods: 5
  describeContents | 
  equals | obj
  hashCode | 
  toString | 
  writeToParcel | parcel, flags
android.view.textclassifier.TextClassifier$EntityConfig
 Methods: 8
  create | hints, includedEntityTypes, excludedEntityTypes
  createWithExplicitEntityList | entityTypes
  createWithHints | hints
  describeContents | 
  getHints | 
  resolveEntityListModifications | entityTypes
  shouldIncludeTypesFromTextClassifier | 
  writeToParcel | parcel, flags
android.view.textclassifier.TextClassifier$EntityConfig$Builder
 Methods: 5
  build | 
  includeTypesFromTextClassifier | includeTypesFromTextClassifier
  setExcludedTypes | excludedTypes
  setHints | hints
  setIncludedTypes | includedTypes
android.view.textclassifier.TextClassifierEvent
 Methods: 14
  describeContents | 
  getActionIndices | 
  getEntityTypes | 
  getEventCategory | 
  getEventContext | 
  getEventIndex | 
  getEventType | 
  getExtras | 
  getLocale | 
  getModelName | 
  getResultId | 
  getScores | 
  toString | 
  writeToParcel | dest, flags
android.view.textclassifier.TextClassifierEvent$Builder
 Methods: 9
  setActionIndices | actionIndices
  setEntityTypes | entityTypes
  setEventContext | eventContext
  setEventIndex | eventIndex
  setExtras | extras
  setLocale | locale
  setModelName | modelVersion
  setResultId | resultId
  setScores | scores
android.view.textclassifier.TextClassifierEvent$ConversationActionsEvent
 Methods: 0
android.view.textclassifier.TextClassifierEvent$ConversationActionsEvent$Builder
 Methods: 1
  build | 
android.view.textclassifier.TextClassifierEvent$LanguageDetectionEvent
 Methods: 0
android.view.textclassifier.TextClassifierEvent$LanguageDetectionEvent$Builder
 Methods: 1
  build | 
android.view.textclassifier.TextClassifierEvent$TextLinkifyEvent
 Methods: 0
android.view.textclassifier.TextClassifierEvent$TextLinkifyEvent$Builder
 Methods: 1
  build | 
android.view.textclassifier.TextClassifierEvent$TextSelectionEvent
 Methods: 5
  getRelativeSuggestedWordEndIndex | 
  getRelativeSuggestedWordStartIndex | 
  getRelativeWordEndIndex | 
  getRelativeWordStartIndex | 
  writeToParcel | dest, flags
android.view.textclassifier.TextClassifierEvent$TextSelectionEvent$Builder
 Methods: 5
  build | 
  setRelativeSuggestedWordEndIndex | relativeSuggestedWordEndIndex
  setRelativeSuggestedWordStartIndex | relativeSuggestedWordStartIndex
  setRelativeWordEndIndex | relativeWordEndIndex
  setRelativeWordStartIndex | relativeWordStartIndex
android.view.textclassifier.TextLanguage
 Methods: 8
  describeContents | 
  getConfidenceScore | locale
  getExtras | 
  getId | 
  getLocale | index
  getLocaleHypothesisCount | 
  toString | 
  writeToParcel | dest, flags
android.view.textclassifier.TextLanguage$Builder
 Methods: 4
  build | 
  putLocale | locale, confidenceScore
  setExtras | bundle
  setId | id
android.view.textclassifier.TextLanguage$Request
 Methods: 5
  describeContents | 
  getCallingPackageName | 
  getExtras | 
  getText | 
  writeToParcel | dest, flags
android.view.textclassifier.TextLanguage$Request$Builder
 Methods: 2
  build | 
  setExtras | bundle
android.view.textclassifier.TextLinks
 Methods: 6
  apply | text, applyStrategy, , spanFactory
  describeContents | 
  getExtras | 
  getLinks | 
  toString | 
  writeToParcel | dest, flags
android.view.textclassifier.TextLinks$Builder
 Methods: 5
  addLink | start, end, , entityScores
  addLink | start, end, , entityScores, extras
  build | 
  clearTextLinks | 
  setExtras | extras
android.view.textclassifier.TextLinks$Request
 Methods: 7
  describeContents | 
  getCallingPackageName | 
  getDefaultLocales | 
  getEntityConfig | 
  getExtras | 
  getText | 
  writeToParcel | dest, flags
android.view.textclassifier.TextLinks$Request$Builder
 Methods: 4
  build | 
  setDefaultLocales | defaultLocales
  setEntityConfig | entityConfig
  setExtras | extras
android.view.textclassifier.TextLinks$TextLink
 Methods: 9
  describeContents | 
  getConfidenceScore | entityType
  getEnd | 
  getEntity | index
  getEntityCount | 
  getExtras | 
  getStart | 
  toString | 
  writeToParcel | dest, flags
android.view.textclassifier.TextLinks$TextLinkSpan
 Methods: 2
  getTextLink | 
  onClick | widget
android.view.textclassifier.TextSelection
 Methods: 10
  describeContents | 
  getConfidenceScore | entity
  getEntity | index
  getEntityCount | 
  getExtras | 
  getId | 
  getSelectionEndIndex | 
  getSelectionStartIndex | 
  toString | 
  writeToParcel | dest, flags
android.view.textclassifier.TextSelection$Builder
 Methods: 4
  build | 
  setEntityType | type, confidenceScore
  setExtras | extras
  setId | id
android.view.textclassifier.TextSelection$Request
 Methods: 8
  describeContents | 
  getCallingPackageName | 
  getDefaultLocales | 
  getEndIndex | 
  getExtras | 
  getStartIndex | 
  getText | 
  writeToParcel | dest, flags
android.view.textclassifier.TextSelection$Request$Builder
 Methods: 3
  build | 
  setDefaultLocales | defaultLocales
  setExtras | extras
android.view.textservice.SpellCheckerSession$SpellCheckerSessionListener
 Methods: 2
  onGetSentenceSuggestions | results
  onGetSuggestions | results
android.view.textservice.SentenceSuggestionsInfo
 Methods: 6
  describeContents | 
  getLengthAt | i
  getOffsetAt | i
  getSuggestionsCount | 
  getSuggestionsInfoAt | i
  writeToParcel | dest, flags
android.view.textservice.SpellCheckerInfo
 Methods: 11
  describeContents | 
  getComponent | 
  getId | 
  getPackageName | 
  getServiceInfo | 
  getSettingsActivity | 
  getSubtypeAt | index
  getSubtypeCount | 
  loadIcon | pm
  loadLabel | pm
  writeToParcel | dest, flags
android.view.textservice.SpellCheckerSession
 Methods: 7
  cancel | 
  close | 
  getSentenceSuggestions | textInfos, suggestionsLimit
  getSpellChecker | 
  getSuggestions | textInfo, suggestionsLimit
  getSuggestions | textInfos, suggestionsLimit, sequentialWords
  isSessionDisconnected | 
android.view.textservice.SpellCheckerSubtype
 Methods: 11
  containsExtraValueKey | key
  describeContents | 
  equals | o
  getDisplayName | context, packageName, appInfo
  getExtraValue | 
  getExtraValueOf | key
  getLanguageTag | 
  getLocale | 
  getNameResId | 
  hashCode | 
  writeToParcel | dest, parcelableFlags
android.view.textservice.SuggestionsInfo
 Methods: 8
  describeContents | 
  getCookie | 
  getSequence | 
  getSuggestionAt | i
  getSuggestionsAttributes | 
  getSuggestionsCount | 
  setCookieAndSequence | cookie, sequence
  writeToParcel | dest, flags
android.view.textservice.TextInfo
 Methods: 6
  describeContents | 
  getCharSequence | 
  getCookie | 
  getSequence | 
  getText | 
  writeToParcel | dest, flags
android.view.textservice.TextServicesManager
 Methods: 1
  newSpellCheckerSession | bundle, locale, listener, referToSpellCheckerLanguageSettings
android.webkit.JavascriptInterface
 Methods: 0
android.webkit.DownloadListener
 Methods: 1
  onDownloadStart | url, userAgent, contentDisposition, mimetype, contentLength
android.webkit.GeolocationPermissions$Callback
 Methods: 1
  invoke | origin, allow, retain
android.webkit.PluginStub
 Methods: 2
  getEmbeddedView | NPP, context
  getFullScreenView | NPP, context
android.webkit.ValueCallback
 Methods: 1
  onReceiveValue | value
android.webkit.WebChromeClient$CustomViewCallback
 Methods: 1
  onCustomViewHidden | 
android.webkit.WebIconDatabase$IconListener
 Methods: 1
  onReceivedIcon | url, icon
android.webkit.WebResourceRequest
 Methods: 6
  getMethod | 
  getRequestHeaders | 
  getUrl | 
  hasGesture | 
  isForMainFrame | 
  isRedirect | 
android.webkit.WebStorage$QuotaUpdater
 Methods: 1
  updateQuota | newQuota
android.webkit.WebView$FindListener
 Methods: 1
  onFindResultReceived | activeMatchOrdinal, numberOfMatches, isDoneCounting
android.webkit.WebView$PictureListener
 Methods: 1
  onNewPicture | view, picture
android.webkit.ClientCertRequest
 Methods: 7
  cancel | 
  getHost | 
  getKeyTypes | 
  getPort | 
  getPrincipals | 
  ignore | 
  proceed | privateKey, chain
android.webkit.ConsoleMessage
 Methods: 4
  lineNumber | 
  message | 
  messageLevel | 
  sourceId | 
android.webkit.CookieManager
 Methods: 17
  acceptCookie | 
  acceptThirdPartyCookies | webview
  allowFileSchemeCookies | 
  flush | 
  getCookie | url
  getInstance | 
  hasCookies | 
  removeAllCookie | 
  removeAllCookies | callback
  removeExpiredCookie | 
  removeSessionCookie | 
  removeSessionCookies | callback
  setAcceptCookie | accept
  setAcceptFileSchemeCookies | accept
  setAcceptThirdPartyCookies | webview, accept
  setCookie | url, value, callback
  setCookie | url, value
android.webkit.CookieSyncManager
 Methods: 7
  createInstance | context
  getInstance | 
  resetSync | 
  run | 
  startSync | 
  stopSync | 
  sync | 
android.webkit.DateSorter
 Methods: 3
  getBoundary | index
  getIndex | time
  getLabel | index
android.webkit.GeolocationPermissions
 Methods: 6
  allow | origin
  clear | origin
  clearAll | 
  getAllowed | origin, callback
  getInstance | 
  getOrigins | callback
android.webkit.HttpAuthHandler
 Methods: 3
  cancel | 
  proceed | username, password
  useHttpAuthUsernamePassword | 
android.webkit.JsPromptResult
 Methods: 1
  confirm | result
android.webkit.JsResult
 Methods: 2
  cancel | 
  confirm | 
android.webkit.MimeTypeMap
 Methods: 6
  getExtensionFromMimeType | mimeType
  getFileExtensionFromUrl | url
  getMimeTypeFromExtension | extension
  getSingleton | 
  hasExtension | extension
  hasMimeType | mimeType
android.webkit.PermissionRequest
 Methods: 4
  deny | 
  getOrigin | 
  getResources | 
  grant | resources
android.webkit.RenderProcessGoneDetail
 Methods: 2
  didCrash | 
  rendererPriorityAtExit | 
android.webkit.SafeBrowsingResponse
 Methods: 3
  backToSafety | report
  proceed | report
  showInterstitial | allowReporting
android.webkit.ServiceWorkerClient
 Methods: 1
  shouldInterceptRequest | request
android.webkit.ServiceWorkerController
 Methods: 3
  getInstance | 
  getServiceWorkerWebSettings | 
  setServiceWorkerClient | client
android.webkit.ServiceWorkerWebSettings
 Methods: 8
  getAllowContentAccess | 
  getAllowFileAccess | 
  getBlockNetworkLoads | 
  getCacheMode | 
  setAllowContentAccess | allow
  setAllowFileAccess | allow
  setBlockNetworkLoads | flag
  setCacheMode | mode
android.webkit.SslErrorHandler
 Methods: 2
  cancel | 
  proceed | 
android.webkit.TracingConfig
 Methods: 3
  getCustomIncludedCategories | 
  getPredefinedCategories | 
  getTracingMode | 
android.webkit.TracingConfig$Builder
 Methods: 5
  addCategories | categories
  addCategories | categories
  addCategories | predefinedCategories
  build | 
  setTracingMode | tracingMode
android.webkit.TracingController
 Methods: 4
  getInstance | 
  isTracing | 
  start | tracingConfig
  stop | outputStream, executor
android.webkit.URLUtil
 Methods: 16
  composeSearchUrl | inQuery, template, queryPlaceHolder
  decode | url
  guessFileName | url, contentDisposition, mimeType
  guessUrl | inUrl
  isAboutUrl | url
  isAssetUrl | url
  isContentUrl | url
  isCookielessProxyUrl | url
  isDataUrl | url
  isFileUrl | url
  isHttpUrl | url
  isHttpsUrl | url
  isJavaScriptUrl | url
  isNetworkUrl | url
  isValidUrl | url
  stripAnchor | url
android.webkit.WebBackForwardList
 Methods: 4
  getCurrentIndex | 
  getCurrentItem | 
  getItemAtIndex | index
  getSize | 
android.webkit.WebChromeClient
 Methods: 27
  getDefaultVideoPoster | 
  getVideoLoadingProgressView | 
  getVisitedHistory | callback
  onCloseWindow | window
  onConsoleMessage | consoleMessage
  onConsoleMessage | message, lineNumber, sourceID
  onCreateWindow | view, isDialog, isUserGesture, resultMsg
  onExceededDatabaseQuota | url, databaseIdentifier, quota, estimatedDatabaseSize, totalQuota, quotaUpdater
  onGeolocationPermissionsHidePrompt | 
  onGeolocationPermissionsShowPrompt | origin, callback
  onHideCustomView | 
  onJsAlert | view, url, message, result
  onJsBeforeUnload | view, url, message, result
  onJsConfirm | view, url, message, result
  onJsPrompt | view, url, message, defaultValue, result
  onJsTimeout | 
  onPermissionRequest | request
  onPermissionRequestCanceled | request
  onProgressChanged | view, newProgress
  onReachedMaxAppCacheSize | requiredStorage, quota, quotaUpdater
  onReceivedIcon | view, icon
  onReceivedTitle | view, title
  onReceivedTouchIconUrl | view, url, precomposed
  onRequestFocus | view
  onShowCustomView | view, requestedOrientation, callback
  onShowCustomView | view, callback
  onShowFileChooser | webView, filePathCallback, fileChooserParams
android.webkit.WebChromeClient$FileChooserParams
 Methods: 7
  createIntent | 
  getAcceptTypes | 
  getFilenameHint | 
  getMode | 
  getTitle | 
  isCaptureEnabled | 
  parseResult | resultCode, data
android.webkit.WebHistoryItem
 Methods: 4
  getFavicon | 
  getOriginalUrl | 
  getTitle | 
  getUrl | 
android.webkit.WebIconDatabase
 Methods: 7
  close | 
  getInstance | 
  open | path
  releaseIconForPageUrl | url
  removeAllIcons | 
  requestIconForPageUrl | url, listener
  retainIconForPageUrl | url
android.webkit.WebMessage
 Methods: 2
  getData | 
  getPorts | 
android.webkit.WebMessagePort
 Methods: 4
  close | 
  postMessage | message
  setWebMessageCallback | callback, handler
  setWebMessageCallback | callback
android.webkit.WebMessagePort$WebMessageCallback
 Methods: 1
  onMessage | port, message
android.webkit.WebResourceError
 Methods: 2
  getDescription | 
  getErrorCode | 
android.webkit.WebResourceResponse
 Methods: 11
  getData | 
  getEncoding | 
  getMimeType | 
  getReasonPhrase | 
  getResponseHeaders | 
  getStatusCode | 
  setData | data
  setEncoding | encoding
  setMimeType | mimeType
  setResponseHeaders | , headers
  setStatusCodeAndReasonPhrase | statusCode, reasonPhrase
android.webkit.WebSettings
 Methods: 100
  enableSmoothTransition | 
  getAllowContentAccess | 
  getAllowFileAccess | 
  getAllowFileAccessFromFileURLs | 
  getAllowUniversalAccessFromFileURLs | 
  getBlockNetworkImage | 
  getBlockNetworkLoads | 
  getBuiltInZoomControls | 
  getCacheMode | 
  getCursiveFontFamily | 
  getDatabaseEnabled | 
  getDatabasePath | 
  getDefaultFixedFontSize | 
  getDefaultFontSize | 
  getDefaultTextEncodingName | 
  getDefaultUserAgent | context
  getDefaultZoom | 
  getDisabledActionModeMenuItems | 
  getDisplayZoomControls | 
  getDomStorageEnabled | 
  getFantasyFontFamily | 
  getFixedFontFamily | 
  getForceDark | 
  getJavaScriptCanOpenWindowsAutomatically | 
  getJavaScriptEnabled | 
  getLayoutAlgorithm | 
  getLightTouchEnabled | 
  getLoadWithOverviewMode | 
  getLoadsImagesAutomatically | 
  getMediaPlaybackRequiresUserGesture | 
  getMinimumFontSize | 
  getMinimumLogicalFontSize | 
  getMixedContentMode | 
  getOffscreenPreRaster | 
  getPluginState | 
  getSafeBrowsingEnabled | 
  getSansSerifFontFamily | 
  getSaveFormData | 
  getSavePassword | 
  getSerifFontFamily | 
  getStandardFontFamily | 
  getTextSize | 
  getTextZoom | 
  getUseWideViewPort | 
  getUserAgentString | 
  setAllowContentAccess | allow
  setAllowFileAccess | allow
  setAllowFileAccessFromFileURLs | flag
  setAllowUniversalAccessFromFileURLs | flag
  setAppCacheEnabled | flag
  setAppCacheMaxSize | appCacheMaxSize
  setAppCachePath | appCachePath
  setBlockNetworkImage | flag
  setBlockNetworkLoads | flag
  setBuiltInZoomControls | enabled
  setCacheMode | mode
  setCursiveFontFamily | font
  setDatabaseEnabled | flag
  setDatabasePath | databasePath
  setDefaultFixedFontSize | size
  setDefaultFontSize | size
  setDefaultTextEncodingName | encoding
  setDefaultZoom | zoom
  setDisabledActionModeMenuItems | menuItems
  setDisplayZoomControls | enabled
  setDomStorageEnabled | flag
  setEnableSmoothTransition | enable
  setFantasyFontFamily | font
  setFixedFontFamily | font
  setForceDark | forceDark
  setGeolocationDatabasePath | databasePath
  setGeolocationEnabled | flag
  setJavaScriptCanOpenWindowsAutomatically | flag
  setJavaScriptEnabled | flag
  setLayoutAlgorithm | l
  setLightTouchEnabled | enabled
  setLoadWithOverviewMode | overview
  setLoadsImagesAutomatically | flag
  setMediaPlaybackRequiresUserGesture | require
  setMinimumFontSize | size
  setMinimumLogicalFontSize | size
  setMixedContentMode | mode
  setNeedInitialFocus | flag
  setOffscreenPreRaster | enabled
  setPluginState | state
  setRenderPriority | priority
  setSafeBrowsingEnabled | enabled
  setSansSerifFontFamily | font
  setSaveFormData | save
  setSavePassword | save
  setSerifFontFamily | font
  setStandardFontFamily | font
  setSupportMultipleWindows | support
  setSupportZoom | support
  setTextSize | t
  setTextZoom | textZoom
  setUseWideViewPort | use
  setUserAgentString | ua
  supportMultipleWindows | 
  supportZoom | 
android.webkit.WebStorage
 Methods: 7
  deleteAllData | 
  deleteOrigin | origin
  getInstance | 
  getOrigins | callback
  getQuotaForOrigin | origin, callback
  getUsageForOrigin | origin, callback
  setQuotaForOrigin | origin, quota
android.webkit.WebStorage$Origin
 Methods: 3
  getOrigin | 
  getQuota | 
  getUsage | 
android.webkit.WebView
 Methods: 140
  addJavascriptInterface | object, name
  autofill | values
  canGoBack | 
  canGoBackOrForward | steps
  canGoForward | 
  canZoomIn | 
  canZoomOut | 
  capturePicture | 
  clearCache | includeDiskFiles
  clearClientCertPreferences | onCleared
  clearFormData | 
  clearHistory | 
  clearMatches | 
  clearSslPreferences | 
  clearView | 
  computeScroll | 
  copyBackForwardList | 
  createPrintDocumentAdapter | documentName
  createPrintDocumentAdapter | 
  createWebMessageChannel | 
  destroy | 
  disableWebView | 
  dispatchKeyEvent | event
  documentHasImages | response
  enableSlowWholeDocumentDraw | 
  evaluateJavascript | script, resultCallback
  findAddress | addr
  findAll | find
  findAllAsync | find
  findFocus | 
  findNext | forward
  flingScroll | vx, vy
  freeMemory | 
  getAccessibilityClassName | 
  getAccessibilityNodeProvider | 
  getCertificate | 
  getContentHeight | 
  getCurrentWebViewPackage | 
  getFavicon | 
  getHandler | 
  getHitTestResult | 
  getHttpAuthUsernamePassword | host, realm
  getOriginalUrl | 
  getProgress | 
  getRendererPriorityWaivedWhenNotVisible | 
  getRendererRequestedPriority | 
  getSafeBrowsingPrivacyPolicyUrl | 
  getScale | 
  getSettings | 
  getTextClassifier | 
  getTitle | 
  getUrl | 
  getWebChromeClient | 
  getWebViewClassLoader | 
  getWebViewClient | 
  getWebViewLooper | 
  getWebViewRenderProcess | 
  getWebViewRenderProcessClient | 
  goBack | 
  goBackOrForward | steps
  goForward | 
  invokeZoomPicker | 
  isPrivateBrowsingEnabled | 
  isVisibleToUserForAutofill | virtualId
  loadData | data, mimeType, encoding
  loadDataWithBaseURL | baseUrl, data, mimeType, encoding, historyUrl
  loadUrl | url
  loadUrl | url, , additionalHttpHeaders
  onCheckIsTextEditor | 
  onChildViewAdded | parent, child
  onChildViewRemoved | p, child
  onCreateInputConnection | outAttrs
  onDragEvent | event
  onFinishTemporaryDetach | 
  onGenericMotionEvent | event
  onGlobalFocusChanged | oldFocus, newFocus
  onHoverEvent | event
  onKeyDown | keyCode, event
  onKeyMultiple | keyCode, repeatCount, event
  onKeyUp | keyCode, event
  onPause | 
  onProvideAutofillVirtualStructure | structure, flags
  onProvideVirtualStructure | structure
  onResume | 
  onStartTemporaryDetach | 
  onTouchEvent | event
  onTrackballEvent | event
  onWindowFocusChanged | hasWindowFocus
  overlayHorizontalScrollbar | 
  overlayVerticalScrollbar | 
  pageDown | bottom
  pageUp | top
  pauseTimers | 
  performLongClick | 
  postUrl | url, postData
  postVisualStateCallback | requestId, callback
  postWebMessage | message, targetOrigin
  reload | 
  removeJavascriptInterface | name
  requestChildRectangleOnScreen | child, rect, immediate
  requestFocus | direction, previouslyFocusedRect
  requestFocusNodeHref | hrefMsg
  requestImageRef | msg
  restoreState | inState
  resumeTimers | 
  savePassword | host, username, password
  saveState | outState
  saveWebArchive | filename
  saveWebArchive | basename, autoname, callback
  setBackgroundColor | color
  setCertificate | certificate
  setDataDirectorySuffix | suffix
  setDownloadListener | listener
  setFindListener | listener
  setHorizontalScrollbarOverlay | overlay
  setHttpAuthUsernamePassword | host, realm, username, password
  setInitialScale | scaleInPercent
  setLayerType | layerType, paint
  setLayoutParams | params
  setMapTrackballToArrowKeys | setMap
  setNetworkAvailable | networkUp
  setOverScrollMode | mode
  setPictureListener | listener
  setRendererPriorityPolicy | rendererRequestedPriority, waivedWhenNotVisible
  setSafeBrowsingWhitelist | hosts, callback
  setScrollBarStyle | style
  setTextClassifier | textClassifier
  setVerticalScrollbarOverlay | overlay
  setWebChromeClient | client
  setWebContentsDebuggingEnabled | enabled
  setWebViewClient | client
  setWebViewRenderProcessClient | executor, webViewRenderProcessClient
  setWebViewRenderProcessClient | webViewRenderProcessClient
  shouldDelayChildPressedState | 
  showFindDialog | text, showIme
  startSafeBrowsing | context, callback
  stopLoading | 
  zoomBy | zoomFactor
  zoomIn | 
  zoomOut | 
android.webkit.WebView$HitTestResult
 Methods: 2
  getExtra | 
  getType | 
android.webkit.WebView$VisualStateCallback
 Methods: 1
  onComplete | requestId
android.webkit.WebView$WebViewTransport
 Methods: 2
  getWebView | 
  setWebView | webview
android.webkit.WebViewClient
 Methods: 23
  doUpdateVisitedHistory | view, url, isReload
  onFormResubmission | view, dontResend, resend
  onLoadResource | view, url
  onPageCommitVisible | view, url
  onPageFinished | view, url
  onPageStarted | view, url, favicon
  onReceivedClientCertRequest | view, request
  onReceivedError | view, errorCode, description, failingUrl
  onReceivedError | view, request, error
  onReceivedHttpAuthRequest | view, handler, host, realm
  onReceivedHttpError | view, request, errorResponse
  onReceivedLoginRequest | view, realm, account, args
  onReceivedSslError | view, handler, error
  onRenderProcessGone | view, detail
  onSafeBrowsingHit | view, request, threatType, callback
  onScaleChanged | view, oldScale, newScale
  onTooManyRedirects | view, cancelMsg, continueMsg
  onUnhandledKeyEvent | view, event
  shouldInterceptRequest | view, request
  shouldInterceptRequest | view, url
  shouldOverrideKeyEvent | view, event
  shouldOverrideUrlLoading | view, request
  shouldOverrideUrlLoading | view, url
android.webkit.WebViewDatabase
 Methods: 9
  clearFormData | 
  clearHttpAuthUsernamePassword | 
  clearUsernamePassword | 
  getHttpAuthUsernamePassword | host, realm
  getInstance | context
  hasFormData | 
  hasHttpAuthUsernamePassword | 
  hasUsernamePassword | 
  setHttpAuthUsernamePassword | host, realm, username, password
android.webkit.WebViewFragment
 Methods: 6
  getWebView | 
  onCreateView | inflater, container, savedInstanceState
  onDestroy | 
  onDestroyView | 
  onPause | 
  onResume | 
android.webkit.WebViewRenderProcess
 Methods: 1
  terminate | 
android.webkit.WebViewRenderProcessClient
 Methods: 2
  onRenderProcessResponsive | view, renderer
  onRenderProcessUnresponsive | view, renderer
android.webkit.ConsoleMessage$MessageLevel
 Methods: 2
  valueOf | name
  values | 
android.webkit.WebSettings$LayoutAlgorithm
 Methods: 2
  valueOf | name
  values | 
android.webkit.WebSettings$PluginState
 Methods: 2
  valueOf | name
  values | 
android.webkit.WebSettings$RenderPriority
 Methods: 2
  valueOf | name
  values | 
android.webkit.WebSettings$TextSize
 Methods: 2
  valueOf | name
  values | 
android.webkit.WebSettings$ZoomDensity
 Methods: 2
  valueOf | name
  values | 
android.widget.RemoteViews$RemoteView
 Methods: 0
android.widget.AbsListView$MultiChoiceModeListener
 Methods: 1
  onItemCheckedStateChanged | mode, position, id, checked
android.widget.AbsListView$OnScrollListener
 Methods: 2
  onScroll | view, firstVisibleItem, visibleItemCount, totalItemCount
  onScrollStateChanged | view, scrollState
android.widget.AbsListView$RecyclerListener
 Methods: 1
  onMovedToScrapHeap | view
android.widget.AbsListView$SelectionBoundsAdjuster
 Methods: 1
  adjustListItemSelectionBounds | bounds
android.widget.ActionMenuView$OnMenuItemClickListener
 Methods: 1
  onMenuItemClick | item
android.widget.Adapter
 Methods: 11
  getAutofillOptions | 
  getCount | 
  getItem | position
  getItemId | position
  getItemViewType | position
  getView | position, convertView, parent
  getViewTypeCount | 
  hasStableIds | 
  isEmpty | 
  registerDataSetObserver | observer
  unregisterDataSetObserver | observer
android.widget.AdapterView$OnItemClickListener
 Methods: 1
  onItemClick | parent, view, position, id
android.widget.AdapterView$OnItemLongClickListener
 Methods: 1
  onItemLongClick | parent, view, position, id
android.widget.AdapterView$OnItemSelectedListener
 Methods: 2
  onItemSelected | parent, view, position, id
  onNothingSelected | parent
android.widget.Advanceable
 Methods: 2
  advance | 
  fyiWillBeAdvancedByHostKThx | 
android.widget.AutoCompleteTextView$OnDismissListener
 Methods: 1
  onDismiss | 
android.widget.AutoCompleteTextView$Validator
 Methods: 2
  fixText | invalidText
  isValid | text
android.widget.CalendarView$OnDateChangeListener
 Methods: 1
  onSelectedDayChange | view, year, month, dayOfMonth
android.widget.Checkable
 Methods: 3
  isChecked | 
  setChecked | checked
  toggle | 
android.widget.Chronometer$OnChronometerTickListener
 Methods: 1
  onChronometerTick | chronometer
android.widget.CompoundButton$OnCheckedChangeListener
 Methods: 1
  onCheckedChanged | buttonView, isChecked
android.widget.DatePicker$OnDateChangedListener
 Methods: 1
  onDateChanged | view, year, monthOfYear, dayOfMonth
android.widget.ExpandableListAdapter
 Methods: 18
  areAllItemsEnabled | 
  getChild | groupPosition, childPosition
  getChildId | groupPosition, childPosition
  getChildView | groupPosition, childPosition, isLastChild, convertView, parent
  getChildrenCount | groupPosition
  getCombinedChildId | groupId, childId
  getCombinedGroupId | groupId
  getGroup | groupPosition
  getGroupCount | 
  getGroupId | groupPosition
  getGroupView | groupPosition, isExpanded, convertView, parent
  hasStableIds | 
  isChildSelectable | groupPosition, childPosition
  isEmpty | 
  onGroupCollapsed | groupPosition
  onGroupExpanded | groupPosition
  registerDataSetObserver | observer
  unregisterDataSetObserver | observer
android.widget.ExpandableListView$OnChildClickListener
 Methods: 1
  onChildClick | parent, v, groupPosition, childPosition, id
android.widget.ExpandableListView$OnGroupClickListener
 Methods: 1
  onGroupClick | parent, v, groupPosition, id
android.widget.ExpandableListView$OnGroupCollapseListener
 Methods: 1
  onGroupCollapse | groupPosition
android.widget.ExpandableListView$OnGroupExpandListener
 Methods: 1
  onGroupExpand | groupPosition
android.widget.Filter$FilterListener
 Methods: 1
  onFilterComplete | count
android.widget.Filterable
 Methods: 1
  getFilter | 
android.widget.FilterQueryProvider
 Methods: 1
  runQuery | constraint
android.widget.HeterogeneousExpandableList
 Methods: 4
  getChildType | groupPosition, childPosition
  getChildTypeCount | 
  getGroupType | groupPosition
  getGroupTypeCount | 
android.widget.ListAdapter
 Methods: 2
  areAllItemsEnabled | 
  isEnabled | position
android.widget.MediaController$MediaPlayerControl
 Methods: 11
  canPause | 
  canSeekBackward | 
  canSeekForward | 
  getAudioSessionId | 
  getBufferPercentage | 
  getCurrentPosition | 
  getDuration | 
  isPlaying | 
  pause | 
  seekTo | pos
  start | 
android.widget.MultiAutoCompleteTextView$Tokenizer
 Methods: 3
  findTokenEnd | text, cursor
  findTokenStart | text, cursor
  terminateToken | text
android.widget.NumberPicker$Formatter
 Methods: 1
  format | value
android.widget.NumberPicker$OnScrollListener
 Methods: 1
  onScrollStateChange | view, scrollState
android.widget.NumberPicker$OnValueChangeListener
 Methods: 1
  onValueChange | picker, oldVal, newVal
android.widget.PopupMenu$OnDismissListener
 Methods: 1
  onDismiss | menu
android.widget.PopupMenu$OnMenuItemClickListener
 Methods: 1
  onMenuItemClick | item
android.widget.PopupWindow$OnDismissListener
 Methods: 1
  onDismiss | 
android.widget.RadioGroup$OnCheckedChangeListener
 Methods: 1
  onCheckedChanged | group, checkedId
android.widget.RatingBar$OnRatingBarChangeListener
 Methods: 1
  onRatingChanged | ratingBar, rating, fromUser
android.widget.RemoteViewsService$RemoteViewsFactory
 Methods: 9
  getCount | 
  getItemId | position
  getLoadingView | 
  getViewAt | position
  getViewTypeCount | 
  hasStableIds | 
  onCreate | 
  onDataSetChanged | 
  onDestroy | 
android.widget.SearchView$OnCloseListener
 Methods: 1
  onClose | 
android.widget.SearchView$OnQueryTextListener
 Methods: 2
  onQueryTextChange | newText
  onQueryTextSubmit | query
android.widget.SearchView$OnSuggestionListener
 Methods: 2
  onSuggestionClick | position
  onSuggestionSelect | position
android.widget.SectionIndexer
 Methods: 3
  getPositionForSection | sectionIndex
  getSectionForPosition | position
  getSections | 
android.widget.SeekBar$OnSeekBarChangeListener
 Methods: 3
  onProgressChanged | seekBar, progress, fromUser
  onStartTrackingTouch | seekBar
  onStopTrackingTouch | seekBar
android.widget.ShareActionProvider$OnShareTargetSelectedListener
 Methods: 1
  onShareTargetSelected | source, intent
android.widget.SimpleAdapter$ViewBinder
 Methods: 1
  setViewValue | view, data, textRepresentation
android.widget.SimpleCursorAdapter$CursorToStringConverter
 Methods: 1
  convertToString | cursor
android.widget.SimpleCursorAdapter$ViewBinder
 Methods: 1
  setViewValue | view, cursor, columnIndex
android.widget.SimpleCursorTreeAdapter$ViewBinder
 Methods: 1
  setViewValue | view, cursor, columnIndex
android.widget.SlidingDrawer$OnDrawerCloseListener
 Methods: 1
  onDrawerClosed | 
android.widget.SlidingDrawer$OnDrawerOpenListener
 Methods: 1
  onDrawerOpened | 
android.widget.SlidingDrawer$OnDrawerScrollListener
 Methods: 2
  onScrollEnded | 
  onScrollStarted | 
android.widget.SpinnerAdapter
 Methods: 1
  getDropDownView | position, convertView, parent
android.widget.TabHost$OnTabChangeListener
 Methods: 1
  onTabChanged | tabId
android.widget.TabHost$TabContentFactory
 Methods: 1
  createTabContent | tag
android.widget.TextView$OnEditorActionListener
 Methods: 1
  onEditorAction | v, actionId, event
android.widget.ThemedSpinnerAdapter
 Methods: 2
  getDropDownViewTheme | 
  setDropDownViewTheme | theme
android.widget.TimePicker$OnTimeChangedListener
 Methods: 1
  onTimeChanged | view, hourOfDay, minute
android.widget.Toolbar$OnMenuItemClickListener
 Methods: 1
  onMenuItemClick | item
android.widget.ViewSwitcher$ViewFactory
 Methods: 1
  makeView | 
android.widget.WrapperListAdapter
 Methods: 1
  getWrappedAdapter | 
android.widget.ZoomButtonsController$OnZoomListener
 Methods: 2
  onVisibilityChanged | visible
  onZoom | zoomIn
android.widget.AbsListView
 Methods: 113
  addTouchables | views
  afterTextChanged | s
  beforeTextChanged | s, start, count, after
  canScrollList | direction
  checkInputConnectionProxy | view
  clearChoices | 
  clearTextFilter | 
  deferNotifyDataSetChanged | 
  dispatchDrawableHotspotChanged | x, y
  draw | canvas
  fling | velocityY
  generateLayoutParams | attrs
  getAccessibilityClassName | 
  getBottomEdgeEffectColor | 
  getCacheColorHint | 
  getCheckedItemCount | 
  getCheckedItemIds | 
  getCheckedItemPosition | 
  getCheckedItemPositions | 
  getChoiceMode | 
  getFocusedRect | r
  getListPaddingBottom | 
  getListPaddingLeft | 
  getListPaddingRight | 
  getListPaddingTop | 
  getSelectedView | 
  getSelector | 
  getSolidColor | 
  getTextFilter | 
  getTopEdgeEffectColor | 
  getTranscriptMode | 
  getVerticalScrollbarWidth | 
  hasTextFilter | 
  invalidateViews | 
  isDrawSelectorOnTop | 
  isFastScrollAlwaysVisible | 
  isFastScrollEnabled | 
  isItemChecked | position
  isScrollingCacheEnabled | 
  isSmoothScrollbarEnabled | 
  isStackFromBottom | 
  isTextFilterEnabled | 
  jumpDrawablesToCurrentState | 
  onCancelPendingInputEvents | 
  onCreateInputConnection | outAttrs
  onFilterComplete | count
  onGenericMotionEvent | event
  onGlobalLayout | 
  onInitializeAccessibilityNodeInfoForItem | view, position, info
  onInterceptHoverEvent | event
  onInterceptTouchEvent | ev
  onKeyDown | keyCode, event
  onKeyUp | keyCode, event
  onNestedFling | target, velocityX, velocityY, consumed
  onNestedScroll | target, dxConsumed, dyConsumed, dxUnconsumed, dyUnconsumed
  onNestedScrollAccepted | child, target, axes
  onRemoteAdapterConnected | 
  onRemoteAdapterDisconnected | 
  onResolvePointerIcon | event, pointerIndex
  onRestoreInstanceState | state
  onRtlPropertiesChanged | layoutDirection
  onSaveInstanceState | 
  onStartNestedScroll | child, target, nestedScrollAxes
  onTextChanged | s, start, before, count
  onTouchEvent | ev
  onTouchModeChanged | isInTouchMode
  onWindowFocusChanged | hasWindowFocus
  performItemClick | view, position, id
  pointToPosition | x, y
  pointToRowId | x, y
  reclaimViews | views
  requestDisallowInterceptTouchEvent | disallowIntercept
  requestLayout | 
  scrollListBy | y
  setAdapter | adapter
  setBottomEdgeEffectColor | color
  setCacheColorHint | color
  setChoiceMode | choiceMode
  setDrawSelectorOnTop | onTop
  setEdgeEffectColor | color
  setFastScrollAlwaysVisible | alwaysShow
  setFastScrollEnabled | enabled
  setFastScrollStyle | styleResId
  setFilterText | filterText
  setFriction | friction
  setItemChecked | position, value
  setMultiChoiceModeListener | listener
  setOnScrollListener | l
  setRecyclerListener | listener
  setRemoteViewsAdapter | intent
  setScrollBarStyle | style
  setScrollIndicators | up, down
  setScrollingCacheEnabled | enabled
  setSelectionFromTop | position, y
  setSelector | resID
  setSelector | sel
  setSmoothScrollbarEnabled | enabled
  setStackFromBottom | stackFromBottom
  setTextFilterEnabled | textFilterEnabled
  setTopEdgeEffectColor | color
  setTranscriptMode | mode
  setVelocityScale | scale
  setVerticalScrollbarPosition | position
  showContextMenu | x, y
  showContextMenu | 
  showContextMenuForChild | originalView, x, y
  showContextMenuForChild | originalView
  smoothScrollBy | distance, duration
  smoothScrollToPosition | position
  smoothScrollToPosition | position, boundPosition
  smoothScrollToPositionFromTop | position, offset, duration
  smoothScrollToPositionFromTop | position, offset
  verifyDrawable | dr
android.widget.AbsListView$LayoutParams
 Methods: 0
android.widget.AbsoluteLayout
 Methods: 2
  generateLayoutParams | attrs
  shouldDelayChildPressedState | 
android.widget.AbsoluteLayout$LayoutParams
 Methods: 1
  debug | output
android.widget.AbsSeekBar
 Methods: 31
  drawableHotspotChanged | x, y
  getAccessibilityClassName | 
  getKeyProgressIncrement | 
  getSplitTrack | 
  getThumb | 
  getThumbOffset | 
  getThumbTintBlendMode | 
  getThumbTintList | 
  getThumbTintMode | 
  getTickMark | 
  getTickMarkTintBlendMode | 
  getTickMarkTintList | 
  getTickMarkTintMode | 
  jumpDrawablesToCurrentState | 
  onKeyDown | keyCode, event
  onRtlPropertiesChanged | layoutDirection
  onTouchEvent | event
  setKeyProgressIncrement | increment
  setMax | max
  setMin | min
  setSplitTrack | splitTrack
  setSystemGestureExclusionRects | rects
  setThumb | thumb
  setThumbOffset | thumbOffset
  setThumbTintBlendMode | blendMode
  setThumbTintList | tint
  setThumbTintMode | tintMode
  setTickMark | tickMark
  setTickMarkTintBlendMode | blendMode
  setTickMarkTintList | tint
  setTickMarkTintMode | tintMode
android.widget.AbsSpinner
 Methods: 14
  autofill | value
  getAccessibilityClassName | 
  getAdapter | 
  getAutofillType | 
  getAutofillValue | 
  getCount | 
  getSelectedView | 
  onRestoreInstanceState | state
  onSaveInstanceState | 
  pointToPosition | x, y
  requestLayout | 
  setAdapter | adapter
  setSelection | position, animate
  setSelection | position
android.widget.ActionMenuView
 Methods: 13
  dismissPopupMenus | 
  generateLayoutParams | attrs
  getMenu | 
  getOverflowIcon | 
  getPopupTheme | 
  hideOverflowMenu | 
  isOverflowMenuShowing | 
  onConfigurationChanged | newConfig
  onDetachedFromWindow | 
  setOnMenuItemClickListener | listener
  setOverflowIcon | icon
  setPopupTheme | resId
  showOverflowMenu | 
android.widget.ActionMenuView$LayoutParams
 Methods: 0
android.widget.AdapterView
 Methods: 34
  addView | child, index
  addView | child
  addView | child, params
  addView | child, index, params
  getAccessibilityClassName | 
  getAdapter | 
  getCount | 
  getEmptyView | 
  getFirstVisiblePosition | 
  getItemAtPosition | position
  getItemIdAtPosition | position
  getLastVisiblePosition | 
  getOnItemClickListener | 
  getOnItemLongClickListener | 
  getOnItemSelectedListener | 
  getPositionForView | view
  getSelectedItem | 
  getSelectedItemId | 
  getSelectedItemPosition | 
  getSelectedView | 
  onProvideAutofillStructure | structure, flags
  performItemClick | view, position, id
  removeAllViews | 
  removeView | child
  removeViewAt | index
  setAdapter | adapter
  setEmptyView | emptyView
  setFocusable | focusable
  setFocusableInTouchMode | focusable
  setOnClickListener | l
  setOnItemClickListener | listener
  setOnItemLongClickListener | listener
  setOnItemSelectedListener | listener
  setSelection | position
android.widget.AdapterView$AdapterContextMenuInfo
 Methods: 0
android.widget.AdapterViewAnimator
 Methods: 27
  advance | 
  deferNotifyDataSetChanged | 
  fyiWillBeAdvancedByHostKThx | 
  getAccessibilityClassName | 
  getAdapter | 
  getBaseline | 
  getCurrentView | 
  getDisplayedChild | 
  getInAnimation | 
  getOutAnimation | 
  getSelectedView | 
  onRemoteAdapterConnected | 
  onRemoteAdapterDisconnected | 
  onRestoreInstanceState | state
  onSaveInstanceState | 
  onTouchEvent | ev
  setAdapter | adapter
  setAnimateFirstView | animate
  setDisplayedChild | whichChild
  setInAnimation | inAnimation
  setInAnimation | context, resourceID
  setOutAnimation | outAnimation
  setOutAnimation | context, resourceID
  setRemoteViewsAdapter | intent
  setSelection | position
  showNext | 
  showPrevious | 
android.widget.AdapterViewFlipper
 Methods: 12
  fyiWillBeAdvancedByHostKThx | 
  getAccessibilityClassName | 
  getFlipInterval | 
  isAutoStart | 
  isFlipping | 
  setAdapter | adapter
  setAutoStart | autoStart
  setFlipInterval | flipInterval
  showNext | 
  showPrevious | 
  startFlipping | 
  stopFlipping | 
android.widget.AlphabetIndexer
 Methods: 6
  getPositionForSection | sectionIndex
  getSectionForPosition | position
  getSections | 
  onChanged | 
  onInvalidated | 
  setCursor | cursor
android.widget.AnalogClock
 Methods: 0
android.widget.ArrayAdapter
 Methods: 22
  add | object
  addAll | items
  addAll | collection
  clear | 
  createFromResource | context, textArrayResId, textViewResId
  getAutofillOptions | 
  getContext | 
  getCount | 
  getDropDownView | position, convertView, parent
  getDropDownViewTheme | 
  getFilter | 
  getItem | position
  getItemId | position
  getPosition | item
  getView | position, convertView, parent
  insert | object, index
  notifyDataSetChanged | 
  remove | object
  setDropDownViewResource | resource
  setDropDownViewTheme | theme
  setNotifyOnChange | notifyOnChange
  sort | comparator
android.widget.AutoCompleteTextView
 Methods: 49
  clearListSelection | 
  dismissDropDown | 
  enoughToFilter | 
  getAdapter | 
  getCompletionHint | 
  getDropDownAnchor | 
  getDropDownBackground | 
  getDropDownHeight | 
  getDropDownHorizontalOffset | 
  getDropDownVerticalOffset | 
  getDropDownWidth | 
  getInputMethodMode | 
  getItemClickListener | 
  getItemSelectedListener | 
  getListSelection | 
  getOnItemClickListener | 
  getOnItemSelectedListener | 
  getThreshold | 
  getValidator | 
  isPerformingCompletion | 
  isPopupShowing | 
  onCommitCompletion | completion
  onFilterComplete | count
  onKeyDown | keyCode, event
  onKeyPreIme | keyCode, event
  onKeyUp | keyCode, event
  onWindowFocusChanged | hasWindowFocus
  performCompletion | 
  performValidation | 
  refreshAutoCompleteResults | 
  setAdapter | adapter
  setCompletionHint | hint
  setDropDownAnchor | id
  setDropDownBackgroundDrawable | d
  setDropDownBackgroundResource | id
  setDropDownHeight | height
  setDropDownHorizontalOffset | offset
  setDropDownVerticalOffset | offset
  setDropDownWidth | width
  setInputMethodMode | mode
  setListSelection | position
  setOnClickListener | listener
  setOnDismissListener | dismissListener
  setOnItemClickListener | l
  setOnItemSelectedListener | l
  setText | text, filter
  setThreshold | threshold
  setValidator | validator
  showDropDown | 
android.widget.BaseAdapter
 Methods: 13
  areAllItemsEnabled | 
  getAutofillOptions | 
  getDropDownView | position, convertView, parent
  getItemViewType | position
  getViewTypeCount | 
  hasStableIds | 
  isEmpty | 
  isEnabled | position
  notifyDataSetChanged | 
  notifyDataSetInvalidated | 
  registerDataSetObserver | observer
  setAutofillOptions | options
  unregisterDataSetObserver | observer
android.widget.BaseExpandableListAdapter
 Methods: 14
  areAllItemsEnabled | 
  getChildType | groupPosition, childPosition
  getChildTypeCount | 
  getCombinedChildId | groupId, childId
  getCombinedGroupId | groupId
  getGroupType | groupPosition
  getGroupTypeCount | 
  isEmpty | 
  notifyDataSetChanged | 
  notifyDataSetInvalidated | 
  onGroupCollapsed | groupPosition
  onGroupExpanded | groupPosition
  registerDataSetObserver | observer
  unregisterDataSetObserver | observer
android.widget.Button
 Methods: 2
  getAccessibilityClassName | 
  onResolvePointerIcon | event, pointerIndex
android.widget.CalendarView
 Methods: 32
  getAccessibilityClassName | 
  getDate | 
  getDateTextAppearance | 
  getFirstDayOfWeek | 
  getFocusedMonthDateColor | 
  getMaxDate | 
  getMinDate | 
  getSelectedDateVerticalBar | 
  getSelectedWeekBackgroundColor | 
  getShowWeekNumber | 
  getShownWeekCount | 
  getUnfocusedMonthDateColor | 
  getWeekDayTextAppearance | 
  getWeekNumberColor | 
  getWeekSeparatorLineColor | 
  setDate | date, animate, center
  setDate | date
  setDateTextAppearance | resourceId
  setFirstDayOfWeek | firstDayOfWeek
  setFocusedMonthDateColor | color
  setMaxDate | maxDate
  setMinDate | minDate
  setOnDateChangeListener | listener
  setSelectedDateVerticalBar | resourceId
  setSelectedDateVerticalBar | drawable
  setSelectedWeekBackgroundColor | color
  setShowWeekNumber | showWeekNumber
  setShownWeekCount | count
  setUnfocusedMonthDateColor | color
  setWeekDayTextAppearance | resourceId
  setWeekNumberColor | color
  setWeekSeparatorLineColor | color
android.widget.CheckBox
 Methods: 1
  getAccessibilityClassName | 
android.widget.CheckedTextView
 Methods: 19
  drawableHotspotChanged | x, y
  getAccessibilityClassName | 
  getCheckMarkDrawable | 
  getCheckMarkTintBlendMode | 
  getCheckMarkTintList | 
  getCheckMarkTintMode | 
  isChecked | 
  jumpDrawablesToCurrentState | 
  onRestoreInstanceState | state
  onRtlPropertiesChanged | layoutDirection
  onSaveInstanceState | 
  setCheckMarkDrawable | d
  setCheckMarkDrawable | resId
  setCheckMarkTintBlendMode | tintMode
  setCheckMarkTintList | tint
  setCheckMarkTintMode | tintMode
  setChecked | checked
  setVisibility | visibility
  toggle | 
android.widget.Chronometer
 Methods: 13
  getAccessibilityClassName | 
  getBase | 
  getContentDescription | 
  getFormat | 
  getOnChronometerTickListener | 
  isCountDown | 
  isTheFinalCountDown | 
  setBase | base
  setCountDown | countDown
  setFormat | format
  setOnChronometerTickListener | listener
  start | 
  stop | 
android.widget.CompoundButton
 Methods: 24
  autofill | value
  drawableHotspotChanged | x, y
  getAccessibilityClassName | 
  getAutofillType | 
  getAutofillValue | 
  getButtonDrawable | 
  getButtonTintBlendMode | 
  getButtonTintList | 
  getButtonTintMode | 
  getCompoundPaddingLeft | 
  getCompoundPaddingRight | 
  isChecked | 
  jumpDrawablesToCurrentState | 
  onRestoreInstanceState | state
  onSaveInstanceState | 
  performClick | 
  setButtonDrawable | resId
  setButtonDrawable | drawable
  setButtonTintBlendMode | tintMode
  setButtonTintList | tint
  setButtonTintMode | tintMode
  setChecked | checked
  setOnCheckedChangeListener | listener
  toggle | 
android.widget.CursorAdapter
 Methods: 19
  bindView | view, context, cursor
  changeCursor | cursor
  convertToString | cursor
  getCount | 
  getCursor | 
  getDropDownView | position, convertView, parent
  getDropDownViewTheme | 
  getFilter | 
  getFilterQueryProvider | 
  getItem | position
  getItemId | position
  getView | position, convertView, parent
  hasStableIds | 
  newDropDownView | context, cursor, parent
  newView | context, cursor, parent
  runQueryOnBackgroundThread | constraint
  setDropDownViewTheme | theme
  setFilterQueryProvider | filterQueryProvider
  swapCursor | newCursor
android.widget.CursorTreeAdapter
 Methods: 23
  changeCursor | cursor
  convertToString | cursor
  getChild | groupPosition, childPosition
  getChildId | groupPosition, childPosition
  getChildView | groupPosition, childPosition, isLastChild, convertView, parent
  getChildrenCount | groupPosition
  getCursor | 
  getFilter | 
  getFilterQueryProvider | 
  getGroup | groupPosition
  getGroupCount | 
  getGroupId | groupPosition
  getGroupView | groupPosition, isExpanded, convertView, parent
  hasStableIds | 
  isChildSelectable | groupPosition, childPosition
  notifyDataSetChanged | 
  notifyDataSetChanged | releaseCursors
  notifyDataSetInvalidated | 
  onGroupCollapsed | groupPosition
  runQueryOnBackgroundThread | constraint
  setChildrenCursor | groupPosition, childrenCursor
  setFilterQueryProvider | filterQueryProvider
  setGroupCursor | cursor
android.widget.DatePicker
 Methods: 24
  autofill | value
  dispatchProvideAutofillStructure | structure, flags
  getAccessibilityClassName | 
  getAutofillType | 
  getAutofillValue | 
  getCalendarView | 
  getCalendarViewShown | 
  getDayOfMonth | 
  getFirstDayOfWeek | 
  getMaxDate | 
  getMinDate | 
  getMonth | 
  getSpinnersShown | 
  getYear | 
  init | year, monthOfYear, dayOfMonth, onDateChangedListener
  isEnabled | 
  setCalendarViewShown | shown
  setEnabled | enabled
  setFirstDayOfWeek | firstDayOfWeek
  setMaxDate | maxDate
  setMinDate | minDate
  setOnDateChangedListener | onDateChangedListener
  setSpinnersShown | shown
  updateDate | year, month, dayOfMonth
android.widget.DialerFilter
 Methods: 14
  append | text
  clearText | 
  getDigits | 
  getFilterText | 
  getLetters | 
  getMode | 
  isQwertyKeyboard | 
  onKeyDown | keyCode, event
  onKeyUp | keyCode, event
  removeFilterWatcher | watcher
  setDigitsWatcher | watcher
  setFilterWatcher | watcher
  setLettersWatcher | watcher
  setMode | newMode
android.widget.DigitalClock
 Methods: 1
  getAccessibilityClassName | 
android.widget.EdgeEffect
 Methods: 13
  draw | canvas
  finish | 
  getBlendMode | 
  getColor | 
  getMaxHeight | 
  isFinished | 
  onAbsorb | velocity
  onPull | deltaDistance
  onPull | deltaDistance, displacement
  onRelease | 
  setBlendMode | blendmode
  setColor | color
  setSize | width, height
android.widget.EditText
 Methods: 9
  extendSelection | index
  getAccessibilityClassName | 
  getFreezesText | 
  getText | 
  selectAll | 
  setEllipsize | ellipsis
  setSelection | start, stop
  setSelection | index
  setText | text, type
android.widget.ExpandableListView
 Methods: 36
  collapseGroup | groupPos
  expandGroup | groupPos
  expandGroup | groupPos, animate
  getAccessibilityClassName | 
  getAdapter | 
  getExpandableListAdapter | 
  getExpandableListPosition | flatListPosition
  getFlatListPosition | packedPosition
  getPackedPositionChild | packedPosition
  getPackedPositionForChild | groupPosition, childPosition
  getPackedPositionForGroup | groupPosition
  getPackedPositionGroup | packedPosition
  getPackedPositionType | packedPosition
  getSelectedId | 
  getSelectedPosition | 
  isGroupExpanded | groupPosition
  onRestoreInstanceState | state
  onRtlPropertiesChanged | layoutDirection
  onSaveInstanceState | 
  performItemClick | v, position, id
  setAdapter | adapter
  setAdapter | adapter
  setChildDivider | childDivider
  setChildIndicator | childIndicator
  setChildIndicatorBounds | left, right
  setChildIndicatorBoundsRelative | start, end
  setGroupIndicator | groupIndicator
  setIndicatorBounds | left, right
  setIndicatorBoundsRelative | start, end
  setOnChildClickListener | onChildClickListener
  setOnGroupClickListener | onGroupClickListener
  setOnGroupCollapseListener | onGroupCollapseListener
  setOnGroupExpandListener | onGroupExpandListener
  setOnItemClickListener | l
  setSelectedChild | groupPosition, childPosition, shouldExpandGroup
  setSelectedGroup | groupPosition
android.widget.ExpandableListView$ExpandableListContextMenuInfo
 Methods: 0
android.widget.Filter
 Methods: 3
  convertResultToString | resultValue
  filter | constraint
  filter | constraint, listener
android.widget.Filter$FilterResults
 Methods: 0
android.widget.FrameLayout
 Methods: 7
  generateLayoutParams | attrs
  getAccessibilityClassName | 
  getConsiderGoneChildrenWhenMeasuring | 
  getMeasureAllChildren | 
  setForegroundGravity | foregroundGravity
  setMeasureAllChildren | measureAll
  shouldDelayChildPressedState | 
android.widget.FrameLayout$LayoutParams
 Methods: 0
android.widget.Gallery
 Methods: 22
  dispatchKeyEvent | event
  dispatchSetSelected | selected
  generateLayoutParams | attrs
  getAccessibilityClassName | 
  onDown | e
  onFling | e1, e2, velocityX, velocityY
  onKeyDown | keyCode, event
  onKeyUp | keyCode, event
  onLongPress | e
  onScroll | e1, e2, distanceX, distanceY
  onShowPress | e
  onSingleTapUp | e
  onTouchEvent | event
  setAnimationDuration | animationDurationMillis
  setCallbackDuringFling | shouldCallback
  setGravity | gravity
  setSpacing | spacing
  setUnselectedAlpha | unselectedAlpha
  showContextMenu | 
  showContextMenu | x, y
  showContextMenuForChild | originalView
  showContextMenuForChild | originalView, x, y
android.widget.Gallery$LayoutParams
 Methods: 0
android.widget.GridLayout
 Methods: 27
  generateLayoutParams | attrs
  getAccessibilityClassName | 
  getAlignmentMode | 
  getColumnCount | 
  getOrientation | 
  getRowCount | 
  getUseDefaultMargins | 
  isColumnOrderPreserved | 
  isRowOrderPreserved | 
  onViewAdded | child
  onViewRemoved | child
  requestLayout | 
  setAlignmentMode | alignmentMode
  setColumnCount | columnCount
  setColumnOrderPreserved | columnOrderPreserved
  setOrientation | orientation
  setRowCount | rowCount
  setRowOrderPreserved | rowOrderPreserved
  setUseDefaultMargins | useDefaultMargins
  spec | start, weight
  spec | start
  spec | start, size, alignment, weight
  spec | start, alignment, weight
  spec | start, size, alignment
  spec | start, alignment
  spec | start, size, weight
  spec | start, size
android.widget.GridLayout$Alignment
 Methods: 0
android.widget.GridLayout$LayoutParams
 Methods: 3
  equals | o
  hashCode | 
  setGravity | gravity
android.widget.GridLayout$Spec
 Methods: 2
  equals | that
  hashCode | 
android.widget.GridView
 Methods: 25
  getAccessibilityClassName | 
  getAdapter | 
  getColumnWidth | 
  getGravity | 
  getHorizontalSpacing | 
  getNumColumns | 
  getRequestedColumnWidth | 
  getRequestedHorizontalSpacing | 
  getStretchMode | 
  getVerticalSpacing | 
  onInitializeAccessibilityNodeInfoForItem | view, position, info
  onKeyDown | keyCode, event
  onKeyMultiple | keyCode, repeatCount, event
  onKeyUp | keyCode, event
  setAdapter | adapter
  setColumnWidth | columnWidth
  setGravity | gravity
  setHorizontalSpacing | horizontalSpacing
  setNumColumns | numColumns
  setRemoteViewsAdapter | intent
  setSelection | position
  setStretchMode | stretchMode
  setVerticalSpacing | verticalSpacing
  smoothScrollByOffset | offset
  smoothScrollToPosition | position
android.widget.HeaderViewListAdapter
 Methods: 18
  areAllItemsEnabled | 
  getCount | 
  getFilter | 
  getFootersCount | 
  getHeadersCount | 
  getItem | position
  getItemId | position
  getItemViewType | position
  getView | position, convertView, parent
  getViewTypeCount | 
  getWrappedAdapter | 
  hasStableIds | 
  isEmpty | 
  isEnabled | position
  registerDataSetObserver | observer
  removeFooter | v
  removeHeader | v
  unregisterDataSetObserver | observer
android.widget.HorizontalScrollView
 Methods: 34
  addView | child, index
  addView | child
  addView | child, params
  addView | child, index, params
  arrowScroll | direction
  computeScroll | 
  dispatchKeyEvent | event
  draw | canvas
  executeKeyEvent | event
  fling | velocityX
  fullScroll | direction
  getAccessibilityClassName | 
  getLeftEdgeEffectColor | 
  getMaxScrollAmount | 
  getRightEdgeEffectColor | 
  isFillViewport | 
  isSmoothScrollingEnabled | 
  onGenericMotionEvent | event
  onInterceptTouchEvent | ev
  onTouchEvent | ev
  pageScroll | direction
  requestChildFocus | child, focused
  requestChildRectangleOnScreen | child, rectangle, immediate
  requestDisallowInterceptTouchEvent | disallowIntercept
  requestLayout | 
  scrollTo | x, y
  setEdgeEffectColor | color
  setFillViewport | fillViewport
  setLeftEdgeEffectColor | color
  setRightEdgeEffectColor | color
  setSmoothScrollingEnabled | smoothScrollingEnabled
  shouldDelayChildPressedState | 
  smoothScrollBy | dx, dy
  smoothScrollTo | x, y
android.widget.ImageButton
 Methods: 2
  getAccessibilityClassName | 
  onResolvePointerIcon | event, pointerIndex
android.widget.ImageSwitcher
 Methods: 4
  getAccessibilityClassName | 
  setImageDrawable | drawable
  setImageResource | resid
  setImageURI | uri
android.widget.ImageView
 Methods: 50
  animateTransform | matrix
  clearColorFilter | 
  drawableHotspotChanged | x, y
  getAccessibilityClassName | 
  getAdjustViewBounds | 
  getBaseline | 
  getBaselineAlignBottom | 
  getColorFilter | 
  getCropToPadding | 
  getDrawable | 
  getImageAlpha | 
  getImageMatrix | 
  getImageTintBlendMode | 
  getImageTintList | 
  getImageTintMode | 
  getMaxHeight | 
  getMaxWidth | 
  getScaleType | 
  hasOverlappingRendering | 
  invalidateDrawable | dr
  isOpaque | 
  jumpDrawablesToCurrentState | 
  onCreateDrawableState | extraSpace
  onRtlPropertiesChanged | layoutDirection
  onVisibilityAggregated | isVisible
  setAdjustViewBounds | adjustViewBounds
  setAlpha | alpha
  setBaseline | baseline
  setBaselineAlignBottom | aligned
  setColorFilter | color, mode
  setColorFilter | cf
  setColorFilter | color
  setCropToPadding | cropToPadding
  setImageAlpha | alpha
  setImageBitmap | bm
  setImageDrawable | drawable
  setImageIcon | icon
  setImageLevel | level
  setImageMatrix | matrix
  setImageResource | resId
  setImageState | state, merge
  setImageTintBlendMode | blendMode
  setImageTintList | tint
  setImageTintMode | tintMode
  setImageURI | uri
  setMaxHeight | maxHeight
  setMaxWidth | maxWidth
  setScaleType | scaleType
  setSelected | selected
  setVisibility | visibility
android.widget.LinearLayout
 Methods: 25
  generateLayoutParams | attrs
  getAccessibilityClassName | 
  getBaseline | 
  getBaselineAlignedChildIndex | 
  getDividerDrawable | 
  getDividerPadding | 
  getGravity | 
  getOrientation | 
  getShowDividers | 
  getWeightSum | 
  isBaselineAligned | 
  isMeasureWithLargestChildEnabled | 
  onRtlPropertiesChanged | layoutDirection
  setBaselineAligned | baselineAligned
  setBaselineAlignedChildIndex | i
  setDividerDrawable | divider
  setDividerPadding | padding
  setGravity | gravity
  setHorizontalGravity | horizontalGravity
  setMeasureWithLargestChildEnabled | enabled
  setOrientation | orientation
  setShowDividers | showDividers
  setVerticalGravity | verticalGravity
  setWeightSum | weightSum
  shouldDelayChildPressedState | 
android.widget.LinearLayout$LayoutParams
 Methods: 1
  debug | output
android.widget.ListPopupWindow
 Methods: 50
  clearListSelection | 
  createDragToOpenListener | src
  dismiss | 
  getAnchorView | 
  getAnimationStyle | 
  getBackground | 
  getEpicenterBounds | 
  getHeight | 
  getHorizontalOffset | 
  getInputMethodMode | 
  getListView | 
  getPromptPosition | 
  getSelectedItem | 
  getSelectedItemId | 
  getSelectedItemPosition | 
  getSelectedView | 
  getSoftInputMode | 
  getVerticalOffset | 
  getWidth | 
  isInputMethodNotNeeded | 
  isModal | 
  isShowing | 
  onKeyDown | keyCode, event
  onKeyPreIme | keyCode, event
  onKeyUp | keyCode, event
  performItemClick | position
  postShow | 
  setAdapter | adapter
  setAnchorView | anchor
  setAnimationStyle | animationStyle
  setBackgroundDrawable | d
  setContentWidth | width
  setDropDownGravity | gravity
  setEpicenterBounds | bounds
  setHeight | height
  setHorizontalOffset | offset
  setInputMethodMode | mode
  setListSelector | selector
  setModal | modal
  setOnDismissListener | listener
  setOnItemClickListener | clickListener
  setOnItemSelectedListener | selectedListener
  setPromptPosition | position
  setPromptView | prompt
  setSelection | position
  setSoftInputMode | mode
  setVerticalOffset | offset
  setWidth | width
  setWindowLayoutType | layoutType
  show | 
android.widget.ListView
 Methods: 40
  addFooterView | v, data, isSelectable
  addFooterView | v
  addHeaderView | v, data, isSelectable
  addHeaderView | v
  areFooterDividersEnabled | 
  areHeaderDividersEnabled | 
  dispatchKeyEvent | event
  getAccessibilityClassName | 
  getAdapter | 
  getCheckItemIds | 
  getDivider | 
  getDividerHeight | 
  getFooterViewsCount | 
  getHeaderViewsCount | 
  getItemsCanFocus | 
  getMaxScrollAmount | 
  getOverscrollFooter | 
  getOverscrollHeader | 
  isOpaque | 
  onInitializeAccessibilityNodeInfoForItem | view, position, info
  onKeyDown | keyCode, event
  onKeyMultiple | keyCode, repeatCount, event
  onKeyUp | keyCode, event
  removeFooterView | v
  removeHeaderView | v
  requestChildRectangleOnScreen | child, rect, immediate
  setAdapter | adapter
  setCacheColorHint | color
  setDivider | divider
  setDividerHeight | height
  setFooterDividersEnabled | footerDividersEnabled
  setHeaderDividersEnabled | headerDividersEnabled
  setItemsCanFocus | itemsCanFocus
  setOverscrollFooter | footer
  setOverscrollHeader | header
  setRemoteViewsAdapter | intent
  setSelection | position
  setSelectionAfterHeaderView | 
  smoothScrollByOffset | offset
  smoothScrollToPosition | position
android.widget.ListView$FixedViewInfo
 Methods: 0
android.widget.Magnifier
 Methods: 18
  dismiss | 
  getCornerRadius | 
  getDefaultHorizontalSourceToMagnifierOffset | 
  getDefaultVerticalSourceToMagnifierOffset | 
  getElevation | 
  getHeight | 
  getOverlay | 
  getPosition | 
  getSourceHeight | 
  getSourcePosition | 
  getSourceWidth | 
  getWidth | 
  getZoom | 
  isClippingEnabled | 
  setZoom | zoom
  show | sourceCenterX, sourceCenterY, magnifierCenterX, magnifierCenterY
  show | sourceCenterX, sourceCenterY
  update | 
android.widget.Magnifier$Builder
 Methods: 9
  build | 
  setClippingEnabled | clip
  setCornerRadius | cornerRadius
  setDefaultSourceToMagnifierOffset | horizontalOffset, verticalOffset
  setElevation | elevation
  setInitialZoom | zoom
  setOverlay | overlay
  setSize | width, height
  setSourceBounds | left, top, right, bottom
android.widget.MediaController
 Methods: 13
  dispatchKeyEvent | event
  getAccessibilityClassName | 
  hide | 
  isShowing | 
  onFinishInflate | 
  onTouchEvent | event
  onTrackballEvent | ev
  setAnchorView | view
  setEnabled | enabled
  setMediaPlayer | player
  setPrevNextListeners | next, prev
  show | timeout
  show | 
android.widget.MultiAutoCompleteTextView
 Methods: 4
  enoughToFilter | 
  getAccessibilityClassName | 
  performValidation | 
  setTokenizer | t
android.widget.MultiAutoCompleteTextView$CommaTokenizer
 Methods: 3
  findTokenEnd | text, cursor
  findTokenStart | text, cursor
  terminateToken | text
android.widget.NumberPicker
 Methods: 33
  computeScroll | 
  dispatchKeyEvent | event
  dispatchTouchEvent | event
  dispatchTrackballEvent | event
  getAccessibilityNodeProvider | 
  getDisplayedValues | 
  getMaxValue | 
  getMinValue | 
  getSelectionDividerHeight | 
  getSolidColor | 
  getTextColor | 
  getTextSize | 
  getValue | 
  getWrapSelectorWheel | 
  jumpDrawablesToCurrentState | 
  onInterceptTouchEvent | event
  onTouchEvent | event
  performClick | 
  performLongClick | 
  scrollBy | x, y
  setDisplayedValues | displayedValues
  setEnabled | enabled
  setFormatter | formatter
  setMaxValue | maxValue
  setMinValue | minValue
  setOnLongPressUpdateInterval | intervalMillis
  setOnScrollListener | onScrollListener
  setOnValueChangedListener | onValueChangedListener
  setSelectionDividerHeight | height
  setTextColor | color
  setTextSize | size
  setValue | value
  setWrapSelectorWheel | wrapSelectorWheel
android.widget.OverScroller
 Methods: 20
  abortAnimation | 
  computeScrollOffset | 
  fling | startX, startY, velocityX, velocityY, minX, maxX, minY, maxY
  fling | startX, startY, velocityX, velocityY, minX, maxX, minY, maxY, overX, overY
  forceFinished | finished
  getCurrVelocity | 
  getCurrX | 
  getCurrY | 
  getFinalX | 
  getFinalY | 
  getStartX | 
  getStartY | 
  isFinished | 
  isOverScrolled | 
  notifyHorizontalEdgeReached | startX, finalX, overX
  notifyVerticalEdgeReached | startY, finalY, overY
  setFriction | friction
  springBack | startX, startY, minX, maxX, minY, maxY
  startScroll | startX, startY, dx, dy, duration
  startScroll | startX, startY, dx, dy
android.widget.PopupMenu
 Methods: 11
  dismiss | 
  getDragToOpenListener | 
  getGravity | 
  getMenu | 
  getMenuInflater | 
  inflate | menuRes
  setForceShowIcon | forceShowIcon
  setGravity | gravity
  setOnDismissListener | listener
  setOnMenuItemClickListener | listener
  show | 
android.widget.PopupWindow
 Methods: 64
  dismiss | 
  getAnimationStyle | 
  getBackground | 
  getContentView | 
  getElevation | 
  getEnterTransition | 
  getEpicenterBounds | 
  getExitTransition | 
  getHeight | 
  getInputMethodMode | 
  getMaxAvailableHeight | anchor
  getMaxAvailableHeight | anchor, yOffset
  getMaxAvailableHeight | anchor, yOffset, ignoreBottomDecorations
  getOverlapAnchor | 
  getSoftInputMode | 
  getWidth | 
  getWindowLayoutType | 
  isAboveAnchor | 
  isAttachedInDecor | 
  isClippedToScreen | 
  isClippingEnabled | 
  isFocusable | 
  isLaidOutInScreen | 
  isOutsideTouchable | 
  isShowing | 
  isSplitTouchEnabled | 
  isTouchModal | 
  isTouchable | 
  setAnimationStyle | animationStyle
  setAttachedInDecor | enabled
  setBackgroundDrawable | background
  setClippingEnabled | enabled
  setContentView | contentView
  setElevation | elevation
  setEnterTransition | enterTransition
  setEpicenterBounds | bounds
  setExitTransition | exitTransition
  setFocusable | focusable
  setHeight | height
  setIgnoreCheekPress | 
  setInputMethodMode | mode
  setIsClippedToScreen | enabled
  setIsLaidOutInScreen | enabled
  setOnDismissListener | onDismissListener
  setOutsideTouchable | touchable
  setOverlapAnchor | overlapAnchor
  setSoftInputMode | mode
  setSplitTouchEnabled | enabled
  setTouchInterceptor | l
  setTouchModal | touchModal
  setTouchable | touchable
  setWidth | width
  setWindowLayoutMode | widthSpec, heightSpec
  setWindowLayoutType | layoutType
  showAsDropDown | anchor
  showAsDropDown | anchor, xoff, yoff, gravity
  showAsDropDown | anchor, xoff, yoff
  showAtLocation | parent, gravity, x, y
  update | anchor, width, height
  update | anchor, xoff, yoff, width, height
  update | width, height
  update | 
  update | x, y, width, height, force
  update | x, y, width, height
android.widget.ProgressBar
 Methods: 64
  drawableHotspotChanged | x, y
  getAccessibilityClassName | 
  getCurrentDrawable | 
  getIndeterminateDrawable | 
  getIndeterminateTintBlendMode | 
  getIndeterminateTintList | 
  getIndeterminateTintMode | 
  getInterpolator | 
  getMax | 
  getMaxHeight | 
  getMaxWidth | 
  getMin | 
  getMinHeight | 
  getMinWidth | 
  getProgress | 
  getProgressBackgroundTintBlendMode | 
  getProgressBackgroundTintList | 
  getProgressBackgroundTintMode | 
  getProgressDrawable | 
  getProgressTintBlendMode | 
  getProgressTintList | 
  getProgressTintMode | 
  getSecondaryProgress | 
  getSecondaryProgressTintBlendMode | 
  getSecondaryProgressTintList | 
  getSecondaryProgressTintMode | 
  incrementProgressBy | diff
  incrementSecondaryProgressBy | diff
  invalidateDrawable | dr
  isAnimating | 
  isIndeterminate | 
  jumpDrawablesToCurrentState | 
  onRestoreInstanceState | state
  onSaveInstanceState | 
  onVisibilityAggregated | isVisible
  postInvalidate | 
  setIndeterminate | indeterminate
  setIndeterminateDrawable | d
  setIndeterminateDrawableTiled | d
  setIndeterminateTintBlendMode | blendMode
  setIndeterminateTintList | tint
  setIndeterminateTintMode | tintMode
  setInterpolator | interpolator
  setInterpolator | context, resID
  setMax | max
  setMaxHeight | maxHeight
  setMaxWidth | maxWidth
  setMin | min
  setMinHeight | minHeight
  setMinWidth | minWidth
  setProgress | progress
  setProgress | progress, animate
  setProgressBackgroundTintBlendMode | blendMode
  setProgressBackgroundTintList | tint
  setProgressBackgroundTintMode | tintMode
  setProgressDrawable | d
  setProgressDrawableTiled | d
  setProgressTintBlendMode | blendMode
  setProgressTintList | tint
  setProgressTintMode | tintMode
  setSecondaryProgress | secondaryProgress
  setSecondaryProgressTintBlendMode | blendMode
  setSecondaryProgressTintList | tint
  setSecondaryProgressTintMode | tintMode
android.widget.QuickContactBadge
 Methods: 13
  assignContactFromEmail | emailAddress, lazyLookup, extras
  assignContactFromEmail | emailAddress, lazyLookup
  assignContactFromPhone | phoneNumber, lazyLookup
  assignContactFromPhone | phoneNumber, lazyLookup, extras
  assignContactUri | contactUri
  drawableHotspotChanged | x, y
  getAccessibilityClassName | 
  onClick | v
  setExcludeMimes | excludeMimes
  setImageToDefault | 
  setMode | size
  setOverlay | overlay
  setPrioritizedMimeType | prioritizedMimeType
android.widget.RadioButton
 Methods: 2
  getAccessibilityClassName | 
  toggle | 
android.widget.RadioGroup
 Methods: 11
  addView | child, index, params
  autofill | value
  check | id
  clearCheck | 
  generateLayoutParams | attrs
  getAccessibilityClassName | 
  getAutofillType | 
  getAutofillValue | 
  getCheckedRadioButtonId | 
  setOnCheckedChangeListener | listener
  setOnHierarchyChangeListener | listener
android.widget.RadioGroup$LayoutParams
 Methods: 0
android.widget.RatingBar
 Methods: 12
  getAccessibilityClassName | 
  getNumStars | 
  getOnRatingBarChangeListener | 
  getRating | 
  getStepSize | 
  isIndicator | 
  setIsIndicator | isIndicator
  setMax | max
  setNumStars | numStars
  setOnRatingBarChangeListener | listener
  setRating | rating
  setStepSize | stepSize
android.widget.RelativeLayout
 Methods: 11
  generateLayoutParams | attrs
  getAccessibilityClassName | 
  getBaseline | 
  getGravity | 
  getIgnoreGravity | 
  requestLayout | 
  setGravity | gravity
  setHorizontalGravity | horizontalGravity
  setIgnoreGravity | viewId
  setVerticalGravity | verticalGravity
  shouldDelayChildPressedState | 
android.widget.RelativeLayout$LayoutParams
 Methods: 7
  addRule | verb, subject
  addRule | verb
  debug | output
  getRule | verb
  getRules | 
  removeRule | verb
  resolveLayoutDirection | layoutDirection
android.widget.RemoteViews
 Methods: 56
  addView | viewId, nestedView
  apply | context, parent
  clone | 
  describeContents | 
  getLayoutId | 
  getPackage | 
  onLoadClass | clazz
  reapply | context, v
  removeAllViews | viewId
  setAccessibilityTraversalAfter | viewId, nextId
  setAccessibilityTraversalBefore | viewId, nextId
  setBitmap | viewId, methodName, value
  setBoolean | viewId, methodName, value
  setBundle | viewId, methodName, value
  setByte | viewId, methodName, value
  setChar | viewId, methodName, value
  setCharSequence | viewId, methodName, value
  setChronometer | viewId, base, format, started
  setChronometerCountDown | viewId, isCountDown
  setContentDescription | viewId, contentDescription
  setDisplayedChild | viewId, childIndex
  setDouble | viewId, methodName, value
  setEmptyView | viewId, emptyViewId
  setFloat | viewId, methodName, value
  setIcon | viewId, methodName, value
  setImageViewBitmap | viewId, bitmap
  setImageViewIcon | viewId, icon
  setImageViewResource | viewId, srcId
  setImageViewUri | viewId, uri
  setInt | viewId, methodName, value
  setIntent | viewId, methodName, value
  setLabelFor | viewId, labeledId
  setLightBackgroundLayoutId | layoutId
  setLong | viewId, methodName, value
  setOnClickFillInIntent | viewId, fillInIntent
  setOnClickPendingIntent | viewId, pendingIntent
  setOnClickResponse | viewId, response
  setPendingIntentTemplate | viewId, pendingIntentTemplate
  setProgressBar | viewId, max, progress, indeterminate
  setRelativeScrollPosition | viewId, offset
  setRemoteAdapter | appWidgetId, viewId, intent
  setRemoteAdapter | viewId, intent
  setScrollPosition | viewId, position
  setShort | viewId, methodName, value
  setString | viewId, methodName, value
  setTextColor | viewId, color
  setTextViewCompoundDrawables | viewId, left, top, right, bottom
  setTextViewCompoundDrawablesRelative | viewId, start, top, end, bottom
  setTextViewText | viewId, text
  setTextViewTextSize | viewId, units, size
  setUri | viewId, methodName, value
  setViewPadding | viewId, left, top, right, bottom
  setViewVisibility | viewId, visibility
  showNext | viewId
  showPrevious | viewId
  writeToParcel | dest, flags
android.widget.RemoteViews$RemoteResponse
 Methods: 3
  addSharedElement | viewId, sharedElementName
  fromFillInIntent | fillIntent
  fromPendingIntent | pendingIntent
android.widget.RemoteViewsService
 Methods: 2
  onBind | intent
  onGetViewFactory | intent
android.widget.ResourceCursorAdapter
 Methods: 5
  newDropDownView | context, cursor, parent
  newView | context, cursor, parent
  setDropDownViewResource | dropDownLayout
  setDropDownViewTheme | theme
  setViewResource | layout
android.widget.ResourceCursorTreeAdapter
 Methods: 2
  newChildView | context, cursor, isLastChild, parent
  newGroupView | context, cursor, isExpanded, parent
android.widget.Scroller
 Methods: 20
  abortAnimation | 
  computeScrollOffset | 
  extendDuration | extend
  fling | startX, startY, velocityX, velocityY, minX, maxX, minY, maxY
  forceFinished | finished
  getCurrVelocity | 
  getCurrX | 
  getCurrY | 
  getDuration | 
  getFinalX | 
  getFinalY | 
  getStartX | 
  getStartY | 
  isFinished | 
  setFinalX | newX
  setFinalY | newY
  setFriction | friction
  startScroll | startX, startY, dx, dy, duration
  startScroll | startX, startY, dx, dy
  timePassed | 
android.widget.ScrollView
 Methods: 40
  addView | child, index
  addView | child, params
  addView | child, index, params
  addView | child
  arrowScroll | direction
  computeScroll | 
  dispatchKeyEvent | event
  draw | canvas
  executeKeyEvent | event
  fling | velocityY
  fullScroll | direction
  getAccessibilityClassName | 
  getBottomEdgeEffectColor | 
  getMaxScrollAmount | 
  getTopEdgeEffectColor | 
  isFillViewport | 
  isSmoothScrollingEnabled | 
  onGenericMotionEvent | event
  onInterceptTouchEvent | ev
  onNestedFling | target, velocityX, velocityY, consumed
  onNestedScroll | target, dxConsumed, dyConsumed, dxUnconsumed, dyUnconsumed
  onNestedScrollAccepted | child, target, axes
  onStartNestedScroll | child, target, nestedScrollAxes
  onStopNestedScroll | target
  onTouchEvent | ev
  pageScroll | direction
  requestChildFocus | child, focused
  requestChildRectangleOnScreen | child, rectangle, immediate
  requestDisallowInterceptTouchEvent | disallowIntercept
  requestLayout | 
  scrollTo | x, y
  scrollToDescendant | child
  setBottomEdgeEffectColor | color
  setEdgeEffectColor | color
  setFillViewport | fillViewport
  setSmoothScrollingEnabled | smoothScrollingEnabled
  setTopEdgeEffectColor | color
  shouldDelayChildPressedState | 
  smoothScrollBy | dx, dy
  smoothScrollTo | x, y
android.widget.SearchView
 Methods: 32
  getAccessibilityClassName | 
  getImeOptions | 
  getInputType | 
  getMaxWidth | 
  getQuery | 
  getQueryHint | 
  getSuggestionsAdapter | 
  isIconfiedByDefault | 
  isIconified | 
  isIconifiedByDefault | 
  isQueryRefinementEnabled | 
  isSubmitButtonEnabled | 
  onActionViewCollapsed | 
  onActionViewExpanded | 
  onKeyDown | keyCode, event
  onWindowFocusChanged | hasWindowFocus
  setIconified | iconify
  setIconifiedByDefault | iconified
  setImeOptions | imeOptions
  setInputType | inputType
  setMaxWidth | maxpixels
  setOnCloseListener | listener
  setOnQueryTextFocusChangeListener | listener
  setOnQueryTextListener | listener
  setOnSearchClickListener | listener
  setOnSuggestionListener | listener
  setQuery | query, submit
  setQueryHint | hint
  setQueryRefinementEnabled | enable
  setSearchableInfo | searchable
  setSubmitButtonEnabled | enabled
  setSuggestionsAdapter | adapter
android.widget.SeekBar
 Methods: 2
  getAccessibilityClassName | 
  setOnSeekBarChangeListener | l
android.widget.ShareActionProvider
 Methods: 6
  hasSubMenu | 
  onCreateActionView | 
  onPrepareSubMenu | subMenu
  setOnShareTargetSelectedListener | listener
  setShareHistoryFileName | shareHistoryFile
  setShareIntent | shareIntent
android.widget.SimpleAdapter
 Methods: 14
  getCount | 
  getDropDownView | position, convertView, parent
  getDropDownViewTheme | 
  getFilter | 
  getItem | position
  getItemId | position
  getView | position, convertView, parent
  getViewBinder | 
  setDropDownViewResource | resource
  setDropDownViewTheme | theme
  setViewBinder | viewBinder
  setViewImage | v, value
  setViewImage | v, value
  setViewText | v, text
android.widget.SimpleCursorAdapter
 Methods: 12
  bindView | view, context, cursor
  changeCursorAndColumns | c, from, to
  convertToString | cursor
  getCursorToStringConverter | 
  getStringConversionColumn | 
  getViewBinder | 
  setCursorToStringConverter | cursorToStringConverter
  setStringConversionColumn | stringConversionColumn
  setViewBinder | viewBinder
  setViewImage | v, value
  setViewText | v, text
  swapCursor | c
android.widget.SimpleCursorTreeAdapter
 Methods: 3
  getViewBinder | 
  setViewBinder | viewBinder
  setViewText | v, text
android.widget.SimpleExpandableListAdapter
 Methods: 12
  getChild | groupPosition, childPosition
  getChildId | groupPosition, childPosition
  getChildView | groupPosition, childPosition, isLastChild, convertView, parent
  getChildrenCount | groupPosition
  getGroup | groupPosition
  getGroupCount | 
  getGroupId | groupPosition
  getGroupView | groupPosition, isExpanded, convertView, parent
  hasStableIds | 
  isChildSelectable | groupPosition, childPosition
  newChildView | isLastChild, parent
  newGroupView | isExpanded, parent
android.widget.SlidingDrawer
 Methods: 18
  animateClose | 
  animateOpen | 
  animateToggle | 
  close | 
  getAccessibilityClassName | 
  getContent | 
  getHandle | 
  isMoving | 
  isOpened | 
  lock | 
  onInterceptTouchEvent | event
  onTouchEvent | event
  open | 
  setOnDrawerCloseListener | onDrawerCloseListener
  setOnDrawerOpenListener | onDrawerOpenListener
  setOnDrawerScrollListener | onDrawerScrollListener
  toggle | 
  unlock | 
android.widget.Space
 Methods: 1
  draw | canvas
android.widget.Spinner
 Methods: 26
  getAccessibilityClassName | 
  getBaseline | 
  getDropDownHorizontalOffset | 
  getDropDownVerticalOffset | 
  getDropDownWidth | 
  getGravity | 
  getPopupBackground | 
  getPopupContext | 
  getPrompt | 
  onClick | dialog, which
  onResolvePointerIcon | event, pointerIndex
  onRestoreInstanceState | state
  onSaveInstanceState | 
  onTouchEvent | event
  performClick | 
  setAdapter | adapter
  setDropDownHorizontalOffset | pixels
  setDropDownVerticalOffset | pixels
  setDropDownWidth | pixels
  setEnabled | enabled
  setGravity | gravity
  setOnItemClickListener | l
  setPopupBackgroundDrawable | background
  setPopupBackgroundResource | resId
  setPrompt | prompt
  setPromptId | promptId
android.widget.StackView
 Methods: 7
  advance | 
  getAccessibilityClassName | 
  onGenericMotionEvent | event
  onInterceptTouchEvent | ev
  onTouchEvent | ev
  showNext | 
  showPrevious | 
android.widget.Switch
 Methods: 45
  draw | c
  drawableHotspotChanged | x, y
  getAccessibilityClassName | 
  getCompoundPaddingLeft | 
  getCompoundPaddingRight | 
  getShowText | 
  getSplitTrack | 
  getSwitchMinWidth | 
  getSwitchPadding | 
  getTextOff | 
  getTextOn | 
  getThumbDrawable | 
  getThumbTextPadding | 
  getThumbTintBlendMode | 
  getThumbTintList | 
  getThumbTintMode | 
  getTrackDrawable | 
  getTrackTintBlendMode | 
  getTrackTintList | 
  getTrackTintMode | 
  jumpDrawablesToCurrentState | 
  onMeasure | widthMeasureSpec, heightMeasureSpec
  onTouchEvent | ev
  setChecked | checked
  setShowText | showText
  setSplitTrack | splitTrack
  setSwitchMinWidth | pixels
  setSwitchPadding | pixels
  setSwitchTextAppearance | context, resid
  setSwitchTypeface | tf
  setSwitchTypeface | tf, style
  setTextOff | textOff
  setTextOn | textOn
  setThumbDrawable | thumb
  setThumbResource | resId
  setThumbTextPadding | pixels
  setThumbTintBlendMode | blendMode
  setThumbTintList | tint
  setThumbTintMode | tintMode
  setTrackDrawable | track
  setTrackResource | resId
  setTrackTintBlendMode | blendMode
  setTrackTintList | tint
  setTrackTintMode | tintMode
  toggle | 
android.widget.TabHost
 Methods: 18
  addTab | tabSpec
  clearAllTabs | 
  dispatchKeyEvent | event
  dispatchWindowFocusChanged | hasFocus
  getAccessibilityClassName | 
  getCurrentTab | 
  getCurrentTabTag | 
  getCurrentTabView | 
  getCurrentView | 
  getTabContentView | 
  getTabWidget | 
  newTabSpec | tag
  onTouchModeChanged | isInTouchMode
  setCurrentTab | index
  setCurrentTabByTag | tag
  setOnTabChangedListener | l
  setup | 
  setup | activityGroup
android.widget.TabHost$TabSpec
 Methods: 7
  getTag | 
  setContent | intent
  setContent | contentFactory
  setContent | viewId
  setIndicator | view
  setIndicator | label
  setIndicator | label, icon
android.widget.TableLayout
 Methods: 18
  addView | child, index
  addView | child, params
  addView | child
  addView | child, index, params
  generateLayoutParams | attrs
  getAccessibilityClassName | 
  isColumnCollapsed | columnIndex
  isColumnShrinkable | columnIndex
  isColumnStretchable | columnIndex
  isShrinkAllColumns | 
  isStretchAllColumns | 
  requestLayout | 
  setColumnCollapsed | columnIndex, isCollapsed
  setColumnShrinkable | columnIndex, isShrinkable
  setColumnStretchable | columnIndex, isStretchable
  setOnHierarchyChangeListener | listener
  setShrinkAllColumns | shrinkAllColumns
  setStretchAllColumns | stretchAllColumns
android.widget.TableLayout$LayoutParams
 Methods: 0
android.widget.TableRow
 Methods: 5
  generateLayoutParams | attrs
  getAccessibilityClassName | 
  getVirtualChildAt | i
  getVirtualChildCount | 
  setOnHierarchyChangeListener | listener
android.widget.TableRow$LayoutParams
 Methods: 0
android.widget.TabWidget
 Methods: 22
  addView | child
  childDrawableStateChanged | child
  dispatchDraw | canvas
  focusCurrentTab | index
  getAccessibilityClassName | 
  getChildTabViewAt | index
  getLeftStripDrawable | 
  getRightStripDrawable | 
  getTabCount | 
  isStripEnabled | 
  onFocusChange | v, hasFocus
  onResolvePointerIcon | event, pointerIndex
  removeAllViews | 
  setCurrentTab | index
  setDividerDrawable | resId
  setDividerDrawable | drawable
  setEnabled | enabled
  setLeftStripDrawable | drawable
  setLeftStripDrawable | resId
  setRightStripDrawable | resId
  setRightStripDrawable | drawable
  setStripEnabled | stripEnabled
android.widget.TextClock
 Methods: 8
  getFormat12Hour | 
  getFormat24Hour | 
  getTimeZone | 
  is24HourModeEnabled | 
  onVisibilityAggregated | isVisible
  setFormat12Hour | format
  setFormat24Hour | format
  setTimeZone | timeZone
android.widget.TextSwitcher
 Methods: 4
  addView | child, index, params
  getAccessibilityClassName | 
  setCurrentText | text
  setText | text
android.widget.TextView
 Methods: 279
  addExtraDataToAccessibilityNodeInfo | info, extraDataKey, arguments
  addTextChangedListener | watcher
  append | text
  append | text, start, end
  autofill | value
  beginBatchEdit | 
  bringPointIntoView | offset
  cancelLongPress | 
  clearComposingText | 
  computeScroll | 
  debug | depth
  didTouchFocusSelect | 
  drawableHotspotChanged | x, y
  endBatchEdit | 
  extractText | request, outText
  findViewsWithText | outViews, searched, flags
  getAccessibilityClassName | 
  getAutoLinkMask | 
  getAutoSizeMaxTextSize | 
  getAutoSizeMinTextSize | 
  getAutoSizeStepGranularity | 
  getAutoSizeTextAvailableSizes | 
  getAutoSizeTextType | 
  getAutofillType | 
  getAutofillValue | 
  getBaseline | 
  getBreakStrategy | 
  getCompoundDrawablePadding | 
  getCompoundDrawableTintBlendMode | 
  getCompoundDrawableTintList | 
  getCompoundDrawableTintMode | 
  getCompoundDrawables | 
  getCompoundDrawablesRelative | 
  getCompoundPaddingBottom | 
  getCompoundPaddingEnd | 
  getCompoundPaddingLeft | 
  getCompoundPaddingRight | 
  getCompoundPaddingStart | 
  getCompoundPaddingTop | 
  getCurrentHintTextColor | 
  getCurrentTextColor | 
  getCustomInsertionActionModeCallback | 
  getCustomSelectionActionModeCallback | 
  getEditableText | 
  getEllipsize | 
  getError | 
  getExtendedPaddingBottom | 
  getExtendedPaddingTop | 
  getFilters | 
  getFirstBaselineToTopHeight | 
  getFocusedRect | r
  getFontFeatureSettings | 
  getFontVariationSettings | 
  getFreezesText | 
  getGravity | 
  getHighlightColor | 
  getHint | 
  getHintTextColors | 
  getHyphenationFrequency | 
  getImeActionId | 
  getImeActionLabel | 
  getImeHintLocales | 
  getImeOptions | 
  getIncludeFontPadding | 
  getInputExtras | create
  getInputType | 
  getJustificationMode | 
  getKeyListener | 
  getLastBaselineToBottomHeight | 
  getLayout | 
  getLetterSpacing | 
  getLineBounds | line, bounds
  getLineCount | 
  getLineHeight | 
  getLineSpacingExtra | 
  getLineSpacingMultiplier | 
  getLinkTextColors | 
  getLinksClickable | 
  getMarqueeRepeatLimit | 
  getMaxEms | 
  getMaxHeight | 
  getMaxLines | 
  getMaxWidth | 
  getMinEms | 
  getMinHeight | 
  getMinLines | 
  getMinWidth | 
  getMovementMethod | 
  getOffsetForPosition | x, y
  getPaint | 
  getPaintFlags | 
  getPrivateImeOptions | 
  getSelectionEnd | 
  getSelectionStart | 
  getShadowColor | 
  getShadowDx | 
  getShadowDy | 
  getShadowRadius | 
  getShowSoftInputOnFocus | 
  getText | 
  getTextClassifier | 
  getTextColors | 
  getTextCursorDrawable | 
  getTextDirectionHeuristic | 
  getTextLocale | 
  getTextLocales | 
  getTextMetricsParams | 
  getTextScaleX | 
  getTextSelectHandle | 
  getTextSelectHandleLeft | 
  getTextSelectHandleRight | 
  getTextSize | 
  getTotalPaddingBottom | 
  getTotalPaddingEnd | 
  getTotalPaddingLeft | 
  getTotalPaddingRight | 
  getTotalPaddingStart | 
  getTotalPaddingTop | 
  getTransformationMethod | 
  getTypeface | 
  getUrls | 
  hasOverlappingRendering | 
  hasSelection | 
  invalidateDrawable | drawable
  isAllCaps | 
  isCursorVisible | 
  isElegantTextHeight | 
  isFallbackLineSpacing | 
  isHorizontallyScrollable | 
  isInputMethodTarget | 
  isSingleLine | 
  isSuggestionsEnabled | 
  isTextSelectable | 
  jumpDrawablesToCurrentState | 
  length | 
  moveCursorToVisibleOffset | 
  onBeginBatchEdit | 
  onCheckIsTextEditor | 
  onCommitCompletion | text
  onCommitCorrection | info
  onCreateInputConnection | outAttrs
  onDragEvent | event
  onEditorAction | actionCode
  onEndBatchEdit | 
  onGenericMotionEvent | event
  onKeyDown | keyCode, event
  onKeyMultiple | keyCode, repeatCount, event
  onKeyPreIme | keyCode, event
  onKeyShortcut | keyCode, event
  onKeyUp | keyCode, event
  onPreDraw | 
  onPrivateIMECommand | action, data
  onResolvePointerIcon | event, pointerIndex
  onRestoreInstanceState | state
  onRtlPropertiesChanged | layoutDirection
  onSaveInstanceState | 
  onScreenStateChanged | screenState
  onTextContextMenuItem | id
  onTouchEvent | event
  onTrackballEvent | event
  onWindowFocusChanged | hasWindowFocus
  performLongClick | 
  removeTextChangedListener | watcher
  sendAccessibilityEventUnchecked | event
  setAllCaps | allCaps
  setAutoLinkMask | mask
  setAutoSizeTextTypeUniformWithConfiguration | autoSizeMinTextSize, autoSizeMaxTextSize, autoSizeStepGranularity, unit
  setAutoSizeTextTypeUniformWithPresetSizes | presetSizes, unit
  setAutoSizeTextTypeWithDefaults | autoSizeTextType
  setBreakStrategy | breakStrategy
  setCompoundDrawablePadding | pad
  setCompoundDrawableTintBlendMode | blendMode
  setCompoundDrawableTintList | tint
  setCompoundDrawableTintMode | tintMode
  setCompoundDrawables | left, top, right, bottom
  setCompoundDrawablesRelative | start, top, end, bottom
  setCompoundDrawablesRelativeWithIntrinsicBounds | start, top, end, bottom
  setCompoundDrawablesRelativeWithIntrinsicBounds | start, top, end, bottom
  setCompoundDrawablesWithIntrinsicBounds | left, top, right, bottom
  setCompoundDrawablesWithIntrinsicBounds | left, top, right, bottom
  setCursorVisible | visible
  setCustomInsertionActionModeCallback | actionModeCallback
  setCustomSelectionActionModeCallback | actionModeCallback
  setEditableFactory | factory
  setElegantTextHeight | elegant
  setEllipsize | where
  setEms | ems
  setEnabled | enabled
  setError | error
  setError | error, icon
  setExtractedText | text
  setFallbackLineSpacing | enabled
  setFilters | filters
  setFirstBaselineToTopHeight | firstBaselineToTopHeight
  setFontFeatureSettings | fontFeatureSettings
  setFontVariationSettings | fontVariationSettings
  setFreezesText | freezesText
  setGravity | gravity
  setHeight | pixels
  setHighlightColor | color
  setHint | hint
  setHint | resid
  setHintTextColor | colors
  setHintTextColor | color
  setHorizontallyScrolling | whether
  setHyphenationFrequency | hyphenationFrequency
  setImeActionLabel | label, actionId
  setImeHintLocales | hintLocales
  setImeOptions | imeOptions
  setIncludeFontPadding | includepad
  setInputExtras | xmlResId
  setInputType | type
  setJustificationMode | justificationMode
  setKeyListener | input
  setLastBaselineToBottomHeight | lastBaselineToBottomHeight
  setLetterSpacing | letterSpacing
  setLineHeight | lineHeight
  setLineSpacing | add, mult
  setLines | lines
  setLinkTextColor | colors
  setLinkTextColor | color
  setLinksClickable | whether
  setMarqueeRepeatLimit | marqueeLimit
  setMaxEms | maxEms
  setMaxHeight | maxPixels
  setMaxLines | maxLines
  setMaxWidth | maxPixels
  setMinEms | minEms
  setMinHeight | minPixels
  setMinLines | minLines
  setMinWidth | minPixels
  setMovementMethod | movement
  setOnEditorActionListener | l
  setPadding | left, top, right, bottom
  setPaddingRelative | start, top, end, bottom
  setPaintFlags | flags
  setPrivateImeOptions | type
  setRawInputType | type
  setScroller | s
  setSelectAllOnFocus | selectAllOnFocus
  setSelected | selected
  setShadowLayer | radius, dx, dy, color
  setShowSoftInputOnFocus | show
  setSingleLine | singleLine
  setSingleLine | 
  setSpannableFactory | factory
  setText | resid
  setText | text
  setText | text, type
  setText | resid, type
  setText | text, start, len
  setTextAppearance | context, resId
  setTextAppearance | resId
  setTextClassifier | textClassifier
  setTextColor | color
  setTextColor | colors
  setTextCursorDrawable | textCursorDrawable
  setTextCursorDrawable | textCursorDrawable
  setTextIsSelectable | selectable
  setTextKeepState | text
  setTextKeepState | text, type
  setTextLocale | locale
  setTextLocales | locales
  setTextMetricsParams | params
  setTextScaleX | size
  setTextSelectHandle | textSelectHandle
  setTextSelectHandle | textSelectHandle
  setTextSelectHandleLeft | textSelectHandleLeft
  setTextSelectHandleLeft | textSelectHandleLeft
  setTextSelectHandleRight | textSelectHandleRight
  setTextSelectHandleRight | textSelectHandleRight
  setTextSize | unit, size
  setTextSize | size
  setTransformationMethod | method
  setTypeface | tf
  setTypeface | tf, style
  setWidth | pixels
  showContextMenu | 
  showContextMenu | x, y
android.widget.TextView$SavedState
 Methods: 2
  toString | 
  writeToParcel | out, flags
android.widget.TimePicker
 Methods: 20
  autofill | value
  dispatchProvideAutofillStructure | structure, flags
  getAccessibilityClassName | 
  getAutofillType | 
  getAutofillValue | 
  getBaseline | 
  getCurrentHour | 
  getCurrentMinute | 
  getHour | 
  getMinute | 
  is24HourView | 
  isEnabled | 
  setCurrentHour | currentHour
  setCurrentMinute | currentMinute
  setEnabled | enabled
  setHour | hour
  setIs24HourView | is24HourView
  setMinute | minute
  setOnTimeChangedListener | onTimeChangedListener
  validateInput | 
android.widget.Toast
 Methods: 17
  cancel | 
  getDuration | 
  getGravity | 
  getHorizontalMargin | 
  getVerticalMargin | 
  getView | 
  getXOffset | 
  getYOffset | 
  makeText | context, resId, duration
  makeText | context, text, duration
  setDuration | duration
  setGravity | gravity, xOffset, yOffset
  setMargin | horizontalMargin, verticalMargin
  setText | resId
  setText | s
  setView | view
  show | 
android.widget.ToggleButton
 Methods: 8
  getAccessibilityClassName | 
  getDisabledAlpha | 
  getTextOff | 
  getTextOn | 
  setBackgroundDrawable | d
  setChecked | checked
  setTextOff | textOff
  setTextOn | textOn
android.widget.Toolbar
 Methods: 68
  collapseActionView | 
  dismissPopupMenus | 
  generateLayoutParams | attrs
  getCollapseContentDescription | 
  getCollapseIcon | 
  getContentInsetEnd | 
  getContentInsetEndWithActions | 
  getContentInsetLeft | 
  getContentInsetRight | 
  getContentInsetStart | 
  getContentInsetStartWithNavigation | 
  getCurrentContentInsetEnd | 
  getCurrentContentInsetLeft | 
  getCurrentContentInsetRight | 
  getCurrentContentInsetStart | 
  getLogo | 
  getLogoDescription | 
  getMenu | 
  getNavigationContentDescription | 
  getNavigationIcon | 
  getOverflowIcon | 
  getPopupTheme | 
  getSubtitle | 
  getTitle | 
  getTitleMarginBottom | 
  getTitleMarginEnd | 
  getTitleMarginStart | 
  getTitleMarginTop | 
  hasExpandedActionView | 
  hideOverflowMenu | 
  inflateMenu | resId
  isOverflowMenuShowing | 
  onRtlPropertiesChanged | layoutDirection
  onTouchEvent | ev
  setCollapseContentDescription | description
  setCollapseContentDescription | resId
  setCollapseIcon | icon
  setCollapseIcon | resId
  setContentInsetEndWithActions | insetEndWithActions
  setContentInsetStartWithNavigation | insetStartWithNavigation
  setContentInsetsAbsolute | contentInsetLeft, contentInsetRight
  setContentInsetsRelative | contentInsetStart, contentInsetEnd
  setLogo | resId
  setLogo | drawable
  setLogoDescription | resId
  setLogoDescription | description
  setNavigationContentDescription | description
  setNavigationContentDescription | resId
  setNavigationIcon | icon
  setNavigationIcon | resId
  setNavigationOnClickListener | listener
  setOnMenuItemClickListener | listener
  setOverflowIcon | icon
  setPopupTheme | resId
  setSubtitle | subtitle
  setSubtitle | resId
  setSubtitleTextAppearance | context, resId
  setSubtitleTextColor | color
  setTitle | title
  setTitle | resId
  setTitleMargin | start, top, end, bottom
  setTitleMarginBottom | margin
  setTitleMarginEnd | margin
  setTitleMarginStart | margin
  setTitleMarginTop | margin
  setTitleTextAppearance | context, resId
  setTitleTextColor | color
  showOverflowMenu | 
android.widget.Toolbar$LayoutParams
 Methods: 0
android.widget.TwoLineListItem
 Methods: 3
  getAccessibilityClassName | 
  getText1 | 
  getText2 | 
android.widget.VideoView
 Methods: 31
  addSubtitleSource | is, format
  canPause | 
  canSeekBackward | 
  canSeekForward | 
  draw | canvas
  getAccessibilityClassName | 
  getAudioSessionId | 
  getBufferPercentage | 
  getCurrentPosition | 
  getDuration | 
  isPlaying | 
  onKeyDown | keyCode, event
  onTouchEvent | ev
  onTrackballEvent | ev
  pause | 
  resolveAdjustedSize | desiredSize, measureSpec
  resume | 
  seekTo | msec
  setAudioAttributes | attributes
  setAudioFocusRequest | focusGain
  setMediaController | controller
  setOnCompletionListener | l
  setOnErrorListener | l
  setOnInfoListener | l
  setOnPreparedListener | l
  setVideoPath | path
  setVideoURI | uri, , headers
  setVideoURI | uri
  start | 
  stopPlayback | 
  suspend | 
android.widget.ViewAnimator
 Methods: 22
  addView | child, index, params
  getAccessibilityClassName | 
  getAnimateFirstView | 
  getBaseline | 
  getCurrentView | 
  getDisplayedChild | 
  getInAnimation | 
  getOutAnimation | 
  removeAllViews | 
  removeView | view
  removeViewAt | index
  removeViewInLayout | view
  removeViews | start, count
  removeViewsInLayout | start, count
  setAnimateFirstView | animate
  setDisplayedChild | whichChild
  setInAnimation | context, resourceID
  setInAnimation | inAnimation
  setOutAnimation | outAnimation
  setOutAnimation | context, resourceID
  showNext | 
  showPrevious | 
android.widget.ViewFlipper
 Methods: 8
  getAccessibilityClassName | 
  getFlipInterval | 
  isAutoStart | 
  isFlipping | 
  setAutoStart | autoStart
  setFlipInterval | milliseconds
  startFlipping | 
  stopFlipping | 
android.widget.ViewSwitcher
 Methods: 5
  addView | child, index, params
  getAccessibilityClassName | 
  getNextView | 
  reset | 
  setFactory | factory
android.widget.ZoomButton
 Methods: 7
  dispatchUnhandledMove | focused, direction
  getAccessibilityClassName | 
  onKeyUp | keyCode, event
  onLongClick | v
  onTouchEvent | event
  setEnabled | enabled
  setZoomSpeed | speed
android.widget.ZoomButtonsController
 Methods: 11
  getContainer | 
  getZoomControls | 
  isAutoDismissed | 
  isVisible | 
  setAutoDismissed | autoDismiss
  setFocusable | focusable
  setOnZoomListener | listener
  setVisible | visible
  setZoomInEnabled | enabled
  setZoomOutEnabled | enabled
  setZoomSpeed | speed
android.widget.ZoomControls
 Methods: 10
  getAccessibilityClassName | 
  hasFocus | 
  hide | 
  onTouchEvent | event
  setIsZoomInEnabled | isEnabled
  setIsZoomOutEnabled | isEnabled
  setOnZoomInClickListener | listener
  setOnZoomOutClickListener | listener
  setZoomSpeed | speed
  show | 
android.widget.ImageView$ScaleType
 Methods: 2
  valueOf | name
  values | 
android.widget.TextView$BufferType
 Methods: 2
  valueOf | name
  values | 
android.widget.RemoteViews$ActionException
 Methods: 0
dalvik.annotation.TestTarget
 Methods: 3
  conceptName | 
  methodArgs | 
  methodName | 
dalvik.annotation.TestTargetClass
 Methods: 1
  value | 
dalvik.bytecode.Opcodes
 Methods: 0
dalvik.bytecode.OpcodeInfo
 Methods: 0
dalvik.system.BaseDexClassLoader
 Methods: 2
  findLibrary | name
  toString | 
dalvik.system.DelegateLastClassLoader
 Methods: 2
  getResource | name
  getResources | name
dalvik.system.DexClassLoader
 Methods: 0
dalvik.system.DexFile
 Methods: 7
  close | 
  entries | 
  getName | 
  isDexOptNeeded | fileName
  loadClass | name, loader
  loadDex | sourcePathName, outputPathName, flags
  toString | 
dalvik.system.InMemoryDexClassLoader
 Methods: 0
dalvik.system.PathClassLoader
 Methods: 0
java.awt.font.NumericShaper
 Methods: 15
  equals | o
  getContextualShaper | ranges
  getContextualShaper | ranges, defaultContext
  getContextualShaper | ranges, defaultContext
  getContextualShaper | ranges
  getRangeSet | 
  getRanges | 
  getShaper | singleRange
  getShaper | singleRange
  hashCode | 
  isContextual | 
  shape | text, start, count
  shape | text, start, count, context
  shape | text, start, count, context
  toString | 
java.awt.font.TextAttribute
 Methods: 0
java.awt.font.NumericShaper$Range
 Methods: 2
  valueOf | name
  values | 
java.beans.PropertyChangeListener
 Methods: 1
  propertyChange | evt
java.beans.IndexedPropertyChangeEvent
 Methods: 1
  getIndex | 
java.beans.PropertyChangeEvent
 Methods: 6
  getNewValue | 
  getOldValue | 
  getPropagationId | 
  getPropertyName | 
  setPropagationId | propagationId
  toString | 
java.beans.PropertyChangeListenerProxy
 Methods: 2
  getPropertyName | 
  propertyChange | event
java.beans.PropertyChangeSupport
 Methods: 14
  addPropertyChangeListener | listener
  addPropertyChangeListener | propertyName, listener
  fireIndexedPropertyChange | propertyName, index, oldValue, newValue
  fireIndexedPropertyChange | propertyName, index, oldValue, newValue
  fireIndexedPropertyChange | propertyName, index, oldValue, newValue
  firePropertyChange | propertyName, oldValue, newValue
  firePropertyChange | event
  firePropertyChange | propertyName, oldValue, newValue
  firePropertyChange | propertyName, oldValue, newValue
  getPropertyChangeListeners | propertyName
  getPropertyChangeListeners | 
  hasListeners | propertyName
  removePropertyChangeListener | propertyName, listener
  removePropertyChangeListener | listener
java.io.Closeable
 Methods: 1
  close | 
java.io.DataInput
 Methods: 15
  readBoolean | 
  readByte | 
  readChar | 
  readDouble | 
  readFloat | 
  readFully | b
  readFully | b, off, len
  readInt | 
  readLine | 
  readLong | 
  readShort | 
  readUTF | 
  readUnsignedByte | 
  readUnsignedShort | 
  skipBytes | n
java.io.DataOutput
 Methods: 14
  write | b
  write | b, off, len
  write | b
  writeBoolean | v
  writeByte | v
  writeBytes | s
  writeChar | v
  writeChars | s
  writeDouble | v
  writeFloat | v
  writeInt | v
  writeLong | v
  writeShort | v
  writeUTF | s
java.io.Externalizable
 Methods: 2
  readExternal | in
  writeExternal | out
java.io.FileFilter
 Methods: 1
  accept | pathname
java.io.FilenameFilter
 Methods: 1
  accept | dir, name
java.io.Flushable
 Methods: 1
  flush | 
java.io.ObjectInput
 Methods: 7
  available | 
  close | 
  read | 
  read | b, off, len
  read | b
  readObject | 
  skip | n
java.io.ObjectInputValidation
 Methods: 1
  validateObject | 
java.io.ObjectOutput
 Methods: 6
  close | 
  flush | 
  write | b
  write | b, off, len
  write | b
  writeObject | obj
java.io.ObjectStreamConstants
 Methods: 0
java.io.Serializable
 Methods: 0
java.io.BufferedInputStream
 Methods: 8
  available | 
  close | 
  mark | readlimit
  markSupported | 
  read | 
  read | b, off, len
  reset | 
  skip | n
java.io.BufferedOutputStream
 Methods: 3
  flush | 
  write | b, off, len
  write | b
java.io.BufferedReader
 Methods: 10
  close | 
  lines | 
  mark | readAheadLimit
  markSupported | 
  read | 
  read | cbuf, off, len
  readLine | 
  ready | 
  reset | 
  skip | n
java.io.BufferedWriter
 Methods: 6
  close | 
  flush | 
  newLine | 
  write | c
  write | s, off, len
  write | cbuf, off, len
java.io.ByteArrayInputStream
 Methods: 8
  available | 
  close | 
  mark | readAheadLimit
  markSupported | 
  read | 
  read | b, off, len
  reset | 
  skip | n
java.io.ByteArrayOutputStream
 Methods: 10
  close | 
  reset | 
  size | 
  toByteArray | 
  toString | charsetName
  toString | 
  toString | hibyte
  write | b, off, len
  write | b
  writeTo | out
java.io.CharArrayReader
 Methods: 8
  close | 
  mark | readAheadLimit
  markSupported | 
  read | 
  read | b, off, len
  ready | 
  reset | 
  skip | n
java.io.CharArrayWriter
 Methods: 13
  append | c
  append | csq, start, end
  append | csq
  close | 
  flush | 
  reset | 
  size | 
  toCharArray | 
  toString | 
  write | c
  write | str, off, len
  write | c, off, len
  writeTo | out
java.io.Console
 Methods: 9
  flush | 
  format | fmt, args
  printf | format, args
  readLine | 
  readLine | fmt, args
  readPassword | 
  readPassword | fmt, args
  reader | 
  writer | 
java.io.DataInputStream
 Methods: 18
  read | b
  read | b, off, len
  readBoolean | 
  readByte | 
  readChar | 
  readDouble | 
  readFloat | 
  readFully | b
  readFully | b, off, len
  readInt | 
  readLine | 
  readLong | 
  readShort | 
  readUTF | 
  readUTF | in
  readUnsignedByte | 
  readUnsignedShort | 
  skipBytes | n
java.io.DataOutputStream
 Methods: 15
  flush | 
  size | 
  write | b, off, len
  write | b
  writeBoolean | v
  writeByte | v
  writeBytes | s
  writeChar | v
  writeChars | s
  writeDouble | v
  writeFloat | v
  writeInt | v
  writeLong | v
  writeShort | v
  writeUTF | str
java.io.File
 Methods: 50
  canExecute | 
  canRead | 
  canWrite | 
  compareTo | pathname
  createNewFile | 
  createTempFile | prefix, suffix, directory
  createTempFile | prefix, suffix
  delete | 
  deleteOnExit | 
  equals | obj
  exists | 
  getAbsoluteFile | 
  getAbsolutePath | 
  getCanonicalFile | 
  getCanonicalPath | 
  getFreeSpace | 
  getName | 
  getParent | 
  getParentFile | 
  getPath | 
  getTotalSpace | 
  getUsableSpace | 
  hashCode | 
  isAbsolute | 
  isDirectory | 
  isFile | 
  isHidden | 
  lastModified | 
  length | 
  list | filter
  list | 
  listFiles | 
  listFiles | filter
  listFiles | filter
  listRoots | 
  mkdir | 
  mkdirs | 
  renameTo | dest
  setExecutable | executable, ownerOnly
  setExecutable | executable
  setLastModified | time
  setReadOnly | 
  setReadable | readable
  setReadable | readable, ownerOnly
  setWritable | writable, ownerOnly
  setWritable | writable
  toPath | 
  toString | 
  toURI | 
  toURL | 
java.io.FileDescriptor
 Methods: 2
  sync | 
  valid | 
java.io.FileInputStream
 Methods: 8
  available | 
  close | 
  getChannel | 
  getFD | 
  read | 
  read | b, off, len
  read | b
  skip | n
java.io.FileOutputStream
 Methods: 6
  close | 
  getChannel | 
  getFD | 
  write | b
  write | b, off, len
  write | b
java.io.FilePermission
 Methods: 2
  getActions | 
  implies | p
java.io.FileReader
 Methods: 0
java.io.FileWriter
 Methods: 0
java.io.FilterInputStream
 Methods: 9
  available | 
  close | 
  mark | readlimit
  markSupported | 
  read | 
  read | b, off, len
  read | b
  reset | 
  skip | n
java.io.FilterOutputStream
 Methods: 5
  close | 
  flush | 
  write | b
  write | b, off, len
  write | b
java.io.FilterReader
 Methods: 8
  close | 
  mark | readAheadLimit
  markSupported | 
  read | 
  read | cbuf, off, len
  ready | 
  reset | 
  skip | n
java.io.FilterWriter
 Methods: 5
  close | 
  flush | 
  write | c
  write | str, off, len
  write | cbuf, off, len
java.io.InputStream
 Methods: 9
  available | 
  close | 
  mark | readlimit
  markSupported | 
  read | 
  read | b, off, len
  read | b
  reset | 
  skip | n
java.io.InputStreamReader
 Methods: 5
  close | 
  getEncoding | 
  read | 
  read | cbuf, offset, length
  ready | 
java.io.LineNumberInputStream
 Methods: 8
  available | 
  getLineNumber | 
  mark | readlimit
  read | 
  read | b, off, len
  reset | 
  setLineNumber | lineNumber
  skip | n
java.io.LineNumberReader
 Methods: 8
  getLineNumber | 
  mark | readAheadLimit
  read | 
  read | cbuf, off, len
  readLine | 
  reset | 
  setLineNumber | lineNumber
  skip | n
java.io.ObjectInputStream
 Methods: 24
  available | 
  close | 
  defaultReadObject | 
  read | 
  read | buf, off, len
  readBoolean | 
  readByte | 
  readChar | 
  readDouble | 
  readFields | 
  readFloat | 
  readFully | buf
  readFully | buf, off, len
  readInt | 
  readLine | 
  readLong | 
  readObject | 
  readShort | 
  readUTF | 
  readUnshared | 
  readUnsignedByte | 
  readUnsignedShort | 
  registerValidation | obj, prio
  skipBytes | len
java.io.ObjectInputStream$GetField
 Methods: 11
  defaulted | name
  get | name, val
  get | name, val
  get | name, val
  get | name, val
  get | name, val
  get | name, val
  get | name, val
  get | name, val
  get | name, val
  getObjectStreamClass | 
java.io.ObjectOutputStream
 Methods: 23
  close | 
  defaultWriteObject | 
  flush | 
  putFields | 
  reset | 
  useProtocolVersion | version
  write | buf
  write | buf, off, len
  write | val
  writeBoolean | val
  writeByte | val
  writeBytes | str
  writeChar | val
  writeChars | str
  writeDouble | val
  writeFields | 
  writeFloat | val
  writeInt | val
  writeLong | val
  writeObject | obj
  writeShort | val
  writeUTF | str
  writeUnshared | obj
java.io.ObjectOutputStream$PutField
 Methods: 10
  put | name, val
  put | name, val
  put | name, val
  put | name, val
  put | name, val
  put | name, val
  put | name, val
  put | name, val
  put | name, val
  write | out
java.io.ObjectStreamClass
 Methods: 8
  forClass | 
  getField | name
  getFields | 
  getName | 
  getSerialVersionUID | 
  lookup | cl
  lookupAny | cl
  toString | 
java.io.ObjectStreamField
 Methods: 9
  compareTo | obj
  getName | 
  getOffset | 
  getType | 
  getTypeCode | 
  getTypeString | 
  isPrimitive | 
  isUnshared | 
  toString | 
java.io.OutputStream
 Methods: 5
  close | 
  flush | 
  write | b
  write | b, off, len
  write | b
java.io.OutputStreamWriter
 Methods: 6
  close | 
  flush | 
  getEncoding | 
  write | c
  write | str, off, len
  write | cbuf, off, len
java.io.PipedInputStream
 Methods: 5
  available | 
  close | 
  connect | src
  read | 
  read | b, off, len
java.io.PipedOutputStream
 Methods: 5
  close | 
  connect | snk
  flush | 
  write | b, off, len
  write | b
java.io.PipedReader
 Methods: 5
  close | 
  connect | src
  read | 
  read | cbuf, off, len
  ready | 
java.io.PipedWriter
 Methods: 5
  close | 
  connect | snk
  flush | 
  write | c
  write | cbuf, off, len
java.io.PrintStream
 Methods: 31
  append | c
  append | csq, start, end
  append | csq
  checkError | 
  close | 
  flush | 
  format | l, format, args
  format | format, args
  print | i
  print | d
  print | b
  print | c
  print | l
  print | f
  print | s
  print | obj
  print | s
  printf | format, args
  printf | l, format, args
  println | x
  println | x
  println | x
  println | x
  println | 
  println | x
  println | x
  println | x
  println | x
  println | x
  write | buf, off, len
  write | b
java.io.PrintWriter
 Methods: 34
  append | c
  append | csq, start, end
  append | csq
  checkError | 
  close | 
  flush | 
  format | l, format, args
  format | format, args
  print | i
  print | d
  print | b
  print | c
  print | l
  print | f
  print | s
  print | obj
  print | s
  printf | format, args
  printf | l, format, args
  println | x
  println | x
  println | x
  println | x
  println | 
  println | x
  println | x
  println | x
  println | x
  println | x
  write | c
  write | buf, off, len
  write | s
  write | s, off, len
  write | buf
java.io.PushbackInputStream
 Methods: 11
  available | 
  close | 
  mark | readlimit
  markSupported | 
  read | 
  read | b, off, len
  reset | 
  skip | n
  unread | b, off, len
  unread | b
  unread | b
java.io.PushbackReader
 Methods: 11
  close | 
  mark | readAheadLimit
  markSupported | 
  read | 
  read | cbuf, off, len
  ready | 
  reset | 
  skip | n
  unread | cbuf, off, len
  unread | cbuf
  unread | c
java.io.RandomAccessFile
 Methods: 39
  close | 
  getChannel | 
  getFD | 
  getFilePointer | 
  length | 
  read | 
  read | b
  read | b, off, len
  readBoolean | 
  readByte | 
  readChar | 
  readDouble | 
  readFloat | 
  readFully | b
  readFully | b, off, len
  readInt | 
  readLine | 
  readLong | 
  readShort | 
  readUTF | 
  readUnsignedByte | 
  readUnsignedShort | 
  seek | pos
  setLength | newLength
  skipBytes | n
  write | b
  write | b, off, len
  write | b
  writeBoolean | v
  writeByte | v
  writeBytes | s
  writeChar | v
  writeChars | s
  writeDouble | v
  writeFloat | v
  writeInt | v
  writeLong | v
  writeShort | v
  writeUTF | str
java.io.Reader
 Methods: 10
  close | 
  mark | readAheadLimit
  markSupported | 
  read | 
  read | cbuf, off, len
  read | cbuf
  read | target
  ready | 
  reset | 
  skip | n
java.io.SequenceInputStream
 Methods: 4
  available | 
  close | 
  read | 
  read | b, off, len
java.io.SerializablePermission
 Methods: 0
java.io.StreamTokenizer
 Methods: 16
  commentChar | ch
  eolIsSignificant | flag
  lineno | 
  lowerCaseMode | fl
  nextToken | 
  ordinaryChar | ch
  ordinaryChars | low, hi
  parseNumbers | 
  pushBack | 
  quoteChar | ch
  resetSyntax | 
  slashSlashComments | flag
  slashStarComments | flag
  toString | 
  whitespaceChars | low, hi
  wordChars | low, hi
java.io.StringBufferInputStream
 Methods: 5
  available | 
  read | 
  read | b, off, len
  reset | 
  skip | n
java.io.StringReader
 Methods: 8
  close | 
  mark | readAheadLimit
  markSupported | 
  read | 
  read | cbuf, off, len
  ready | 
  reset | 
  skip | ns
java.io.StringWriter
 Methods: 11
  append | c
  append | csq, start, end
  append | csq
  close | 
  flush | 
  getBuffer | 
  toString | 
  write | str
  write | c
  write | str, off, len
  write | cbuf, off, len
java.io.Writer
 Methods: 10
  append | c
  append | csq, start, end
  append | csq
  close | 
  flush | 
  write | str
  write | c
  write | str, off, len
  write | cbuf, off, len
  write | cbuf
java.io.CharConversionException
 Methods: 0
java.io.EOFException
 Methods: 0
java.io.FileNotFoundException
 Methods: 0
java.io.InterruptedIOException
 Methods: 0
java.io.InvalidClassException
 Methods: 1
  getMessage | 
java.io.InvalidObjectException
 Methods: 0
java.io.IOException
 Methods: 0
java.io.NotActiveException
 Methods: 0
java.io.NotSerializableException
 Methods: 0
java.io.ObjectStreamException
 Methods: 0
java.io.OptionalDataException
 Methods: 0
java.io.StreamCorruptedException
 Methods: 0
java.io.SyncFailedException
 Methods: 0
java.io.UncheckedIOException
 Methods: 1
  getCause | 
java.io.UnsupportedEncodingException
 Methods: 0
java.io.UTFDataFormatException
 Methods: 0
java.io.WriteAbortedException
 Methods: 2
  getCause | 
  getMessage | 
java.io.IOError
 Methods: 0
java.lang.Deprecated
 Methods: 0
java.lang.FunctionalInterface
 Methods: 0
java.lang.Override
 Methods: 0
java.lang.SafeVarargs
 Methods: 0
java.lang.SuppressWarnings
 Methods: 1
  value | 
java.lang.Appendable
 Methods: 3
  append | c
  append | csq, start, end
  append | csq
java.lang.AutoCloseable
 Methods: 1
  close | 
java.lang.CharSequence
 Methods: 6
  charAt | index
  chars | 
  codePoints | 
  length | 
  subSequence | start, end
  toString | 
java.lang.Cloneable
 Methods: 0
java.lang.Comparable
 Methods: 1
  compareTo | o
java.lang.Iterable
 Methods: 3
  forEach | action
  iterator | 
  spliterator | 
java.lang.Readable
 Methods: 1
  read | cb
java.lang.Runnable
 Methods: 1
  run | 
java.lang.Thread$UncaughtExceptionHandler
 Methods: 1
  uncaughtException | t, e
java.lang.Boolean
 Methods: 15
  booleanValue | 
  compare | x, y
  compareTo | b
  equals | obj
  getBoolean | name
  hashCode | 
  hashCode | value
  logicalAnd | a, b
  logicalOr | a, b
  logicalXor | a, b
  parseBoolean | s
  toString | 
  toString | b
  valueOf | s
  valueOf | b
java.lang.Byte
 Methods: 21
  byteValue | 
  compare | x, y
  compareTo | anotherByte
  decode | nm
  doubleValue | 
  equals | obj
  floatValue | 
  hashCode | 
  hashCode | value
  intValue | 
  longValue | 
  parseByte | s
  parseByte | s, radix
  shortValue | 
  toString | 
  toString | b
  toUnsignedInt | x
  toUnsignedLong | x
  valueOf | s
  valueOf | s, radix
  valueOf | b
java.lang.Character
 Methods: 86
  charCount | codePoint
  charValue | 
  codePointAt | a, index, limit
  codePointAt | a, index
  codePointAt | seq, index
  codePointBefore | a, index
  codePointBefore | seq, index
  codePointBefore | a, index, start
  codePointCount | seq, beginIndex, endIndex
  codePointCount | a, offset, count
  compare | x, y
  compareTo | anotherCharacter
  digit | codePoint, radix
  digit | ch, radix
  equals | obj
  forDigit | digit, radix
  getDirectionality | ch
  getDirectionality | codePoint
  getName | codePoint
  getNumericValue | codePoint
  getNumericValue | ch
  getType | ch
  getType | codePoint
  hashCode | value
  hashCode | 
  highSurrogate | codePoint
  isAlphabetic | codePoint
  isBmpCodePoint | codePoint
  isDefined | codePoint
  isDefined | ch
  isDigit | ch
  isDigit | codePoint
  isHighSurrogate | ch
  isISOControl | ch
  isISOControl | codePoint
  isIdentifierIgnorable | ch
  isIdentifierIgnorable | codePoint
  isIdeographic | codePoint
  isJavaIdentifierPart | ch
  isJavaIdentifierPart | codePoint
  isJavaIdentifierStart | codePoint
  isJavaIdentifierStart | ch
  isJavaLetter | ch
  isJavaLetterOrDigit | ch
  isLetter | ch
  isLetter | codePoint
  isLetterOrDigit | ch
  isLetterOrDigit | codePoint
  isLowSurrogate | ch
  isLowerCase | ch
  isLowerCase | codePoint
  isMirrored | codePoint
  isMirrored | ch
  isSpace | ch
  isSpaceChar | ch
  isSpaceChar | codePoint
  isSupplementaryCodePoint | codePoint
  isSurrogate | ch
  isSurrogatePair | high, low
  isTitleCase | codePoint
  isTitleCase | ch
  isUnicodeIdentifierPart | codePoint
  isUnicodeIdentifierPart | ch
  isUnicodeIdentifierStart | codePoint
  isUnicodeIdentifierStart | ch
  isUpperCase | ch
  isUpperCase | codePoint
  isValidCodePoint | codePoint
  isWhitespace | codePoint
  isWhitespace | ch
  lowSurrogate | codePoint
  offsetByCodePoints | seq, index, codePointOffset
  offsetByCodePoints | a, start, count, index, codePointOffset
  reverseBytes | ch
  toChars | codePoint, dst, dstIndex
  toChars | codePoint
  toCodePoint | high, low
  toLowerCase | codePoint
  toLowerCase | ch
  toString | 
  toString | c
  toTitleCase | ch
  toTitleCase | codePoint
  toUpperCase | ch
  toUpperCase | codePoint
  valueOf | c
java.lang.Character$Subset
 Methods: 3
  equals | obj
  hashCode | 
  toString | 
java.lang.Character$UnicodeBlock
 Methods: 3
  forName | blockName
  of | c
  of | codePoint
java.lang.Class
 Methods: 61
  asSubclass | clazz
  cast | obj
  desiredAssertionStatus | 
  forName | name, initialize, loader
  forName | className
  getAnnotation | annotationClass
  getAnnotations | 
  getAnnotationsByType | annotationClass
  getCanonicalName | 
  getClassLoader | 
  getClasses | 
  getComponentType | 
  getConstructor | parameterTypes
  getConstructors | 
  getDeclaredAnnotation | annotationClass
  getDeclaredAnnotations | 
  getDeclaredClasses | 
  getDeclaredConstructor | parameterTypes
  getDeclaredConstructors | 
  getDeclaredField | name
  getDeclaredFields | 
  getDeclaredMethod | name, parameterTypes
  getDeclaredMethods | 
  getDeclaringClass | 
  getEnclosingClass | 
  getEnclosingConstructor | 
  getEnclosingMethod | 
  getEnumConstants | 
  getField | name
  getFields | 
  getGenericInterfaces | 
  getGenericSuperclass | 
  getInterfaces | 
  getMethod | name, parameterTypes
  getMethods | 
  getModifiers | 
  getName | 
  getPackage | 
  getProtectionDomain | 
  getResource | name
  getResourceAsStream | name
  getSigners | 
  getSimpleName | 
  getSuperclass | 
  getTypeName | 
  getTypeParameters | 
  isAnnotation | 
  isAnnotationPresent | annotationClass
  isAnonymousClass | 
  isArray | 
  isAssignableFrom | cls
  isEnum | 
  isInstance | obj
  isInterface | 
  isLocalClass | 
  isMemberClass | 
  isPrimitive | 
  isSynthetic | 
  newInstance | 
  toGenericString | 
  toString | 
java.lang.ClassLoader
 Methods: 13
  clearAssertionStatus | 
  getParent | 
  getResource | name
  getResourceAsStream | name
  getResources | name
  getSystemClassLoader | 
  getSystemResource | name
  getSystemResourceAsStream | name
  getSystemResources | name
  loadClass | name
  setClassAssertionStatus | className, enabled
  setDefaultAssertionStatus | enabled
  setPackageAssertionStatus | packageName, enabled
java.lang.Compiler
 Methods: 5
  command | cmd
  compileClass | classToCompile
  compileClasses | nameRoot
  disable | 
  enable | 
java.lang.Double
 Methods: 28
  byteValue | 
  compare | d1, d2
  compareTo | anotherDouble
  doubleToLongBits | value
  doubleToRawLongBits | value
  doubleValue | 
  equals | obj
  floatValue | 
  hashCode | 
  hashCode | value
  intValue | 
  isFinite | d
  isInfinite | 
  isInfinite | v
  isNaN | v
  isNaN | 
  longBitsToDouble | bits
  longValue | 
  max | a, b
  min | a, b
  parseDouble | s
  shortValue | 
  sum | a, b
  toHexString | d
  toString | d
  toString | 
  valueOf | s
  valueOf | d
java.lang.Enum
 Methods: 8
  compareTo | o
  equals | other
  getDeclaringClass | 
  hashCode | 
  name | 
  ordinal | 
  toString | 
  valueOf | enumType, name
java.lang.Float
 Methods: 28
  byteValue | 
  compare | f1, f2
  compareTo | anotherFloat
  doubleValue | 
  equals | obj
  floatToIntBits | value
  floatToRawIntBits | value
  floatValue | 
  hashCode | 
  hashCode | value
  intBitsToFloat | bits
  intValue | 
  isFinite | f
  isInfinite | 
  isInfinite | v
  isNaN | v
  isNaN | 
  longValue | 
  max | a, b
  min | a, b
  parseFloat | s
  shortValue | 
  sum | a, b
  toHexString | f
  toString | 
  toString | f
  valueOf | s
  valueOf | f
java.lang.InheritableThreadLocal
 Methods: 0
java.lang.Integer
 Methods: 47
  bitCount | i
  byteValue | 
  compare | x, y
  compareTo | anotherInteger
  compareUnsigned | x, y
  decode | nm
  divideUnsigned | dividend, divisor
  doubleValue | 
  equals | obj
  floatValue | 
  getInteger | nm, val
  getInteger | nm
  getInteger | nm, val
  hashCode | 
  hashCode | value
  highestOneBit | i
  intValue | 
  longValue | 
  lowestOneBit | i
  max | a, b
  min | a, b
  numberOfLeadingZeros | i
  numberOfTrailingZeros | i
  parseInt | s, radix
  parseInt | s
  parseUnsignedInt | s
  parseUnsignedInt | s, radix
  remainderUnsigned | dividend, divisor
  reverse | i
  reverseBytes | i
  rotateLeft | i, distance
  rotateRight | i, distance
  shortValue | 
  signum | i
  sum | a, b
  toBinaryString | i
  toHexString | i
  toOctalString | i
  toString | 
  toString | i
  toString | i, radix
  toUnsignedLong | x
  toUnsignedString | i
  toUnsignedString | i, radix
  valueOf | s
  valueOf | s, radix
  valueOf | i
java.lang.Long
 Methods: 46
  bitCount | i
  byteValue | 
  compare | x, y
  compareTo | anotherLong
  compareUnsigned | x, y
  decode | nm
  divideUnsigned | dividend, divisor
  doubleValue | 
  equals | obj
  floatValue | 
  getLong | nm, val
  getLong | nm
  getLong | nm, val
  hashCode | 
  hashCode | value
  highestOneBit | i
  intValue | 
  longValue | 
  lowestOneBit | i
  max | a, b
  min | a, b
  numberOfLeadingZeros | i
  numberOfTrailingZeros | i
  parseLong | s
  parseLong | s, radix
  parseUnsignedLong | s
  parseUnsignedLong | s, radix
  remainderUnsigned | dividend, divisor
  reverse | i
  reverseBytes | i
  rotateLeft | i, distance
  rotateRight | i, distance
  shortValue | 
  signum | i
  sum | a, b
  toBinaryString | i
  toHexString | i
  toOctalString | i
  toString | i, radix
  toString | 
  toString | i
  toUnsignedString | i
  toUnsignedString | i, radix
  valueOf | s
  valueOf | s, radix
  valueOf | l
java.lang.Math
 Methods: 73
  IEEEremainder | f1, f2
  abs | a
  abs | a
  abs | a
  abs | a
  acos | a
  addExact | x, y
  addExact | x, y
  asin | a
  atan | a
  atan2 | y, x
  cbrt | a
  ceil | a
  copySign | magnitude, sign
  copySign | magnitude, sign
  cos | a
  cosh | x
  decrementExact | a
  decrementExact | a
  exp | a
  expm1 | x
  floor | a
  floorDiv | x, y
  floorDiv | x, y
  floorMod | x, y
  floorMod | x, y
  getExponent | d
  getExponent | f
  hypot | x, y
  incrementExact | a
  incrementExact | a
  log | a
  log10 | a
  log1p | x
  max | a, b
  max | a, b
  max | a, b
  max | a, b
  min | a, b
  min | a, b
  min | a, b
  min | a, b
  multiplyExact | x, y
  multiplyExact | x, y
  negateExact | a
  negateExact | a
  nextAfter | start, direction
  nextAfter | start, direction
  nextDown | d
  nextDown | f
  nextUp | f
  nextUp | d
  pow | a, b
  random | 
  rint | a
  round | a
  round | a
  scalb | f, scaleFactor
  scalb | d, scaleFactor
  signum | d
  signum | f
  sin | a
  sinh | x
  sqrt | a
  subtractExact | x, y
  subtractExact | x, y
  tan | a
  tanh | x
  toDegrees | angrad
  toIntExact | value
  toRadians | angdeg
  ulp | d
  ulp | f
java.lang.Number
 Methods: 6
  byteValue | 
  doubleValue | 
  floatValue | 
  intValue | 
  longValue | 
  shortValue | 
java.lang.Object
 Methods: 9
  equals | obj
  getClass | 
  hashCode | 
  notify | 
  notifyAll | 
  toString | 
  wait | timeout, nanos
  wait | timeout
  wait | 
java.lang.Package
 Methods: 21
  getAnnotation | annotationClass
  getAnnotations | 
  getAnnotationsByType | annotationClass
  getDeclaredAnnotation | annotationClass
  getDeclaredAnnotations | 
  getDeclaredAnnotationsByType | annotationClass
  getImplementationTitle | 
  getImplementationVendor | 
  getImplementationVersion | 
  getName | 
  getPackage | name
  getPackages | 
  getSpecificationTitle | 
  getSpecificationVendor | 
  getSpecificationVersion | 
  hashCode | 
  isAnnotationPresent | annotationClass
  isCompatibleWith | desired
  isSealed | url
  isSealed | 
  toString | 
java.lang.Process
 Methods: 9
  destroy | 
  destroyForcibly | 
  exitValue | 
  getErrorStream | 
  getInputStream | 
  getOutputStream | 
  isAlive | 
  waitFor | 
  waitFor | timeout, unit
java.lang.ProcessBuilder
 Methods: 19
  command | 
  command | command
  command | command
  directory | directory
  directory | 
  environment | 
  inheritIO | 
  redirectError | destination
  redirectError | 
  redirectError | file
  redirectErrorStream | 
  redirectErrorStream | redirectErrorStream
  redirectInput | file
  redirectInput | 
  redirectInput | source
  redirectOutput | destination
  redirectOutput | 
  redirectOutput | file
  start | 
java.lang.ProcessBuilder$Redirect
 Methods: 7
  appendTo | file
  equals | obj
  file | 
  from | file
  hashCode | 
  to | file
  type | 
java.lang.Runtime
 Methods: 24
  addShutdownHook | hook
  availableProcessors | 
  exec | cmdarray
  exec | cmdarray, envp
  exec | command
  exec | command, envp
  exec | cmdarray, envp, dir
  exec | command, envp, dir
  exit | status
  freeMemory | 
  gc | 
  getLocalizedInputStream | in
  getLocalizedOutputStream | out
  getRuntime | 
  halt | status
  load | filename
  loadLibrary | libname
  maxMemory | 
  removeShutdownHook | hook
  runFinalization | 
  runFinalizersOnExit | value
  totalMemory | 
  traceInstructions | on
  traceMethodCalls | on
java.lang.RuntimePermission
 Methods: 0
java.lang.SecurityManager
 Methods: 34
  checkAccept | host, port
  checkAccess | t
  checkAccess | g
  checkAwtEventQueueAccess | 
  checkConnect | host, port
  checkConnect | host, port, context
  checkCreateClassLoader | 
  checkDelete | file
  checkExec | cmd
  checkExit | status
  checkLink | lib
  checkListen | port
  checkMemberAccess | clazz, which
  checkMulticast | maddr
  checkMulticast | maddr, ttl
  checkPackageAccess | pkg
  checkPackageDefinition | pkg
  checkPermission | perm, context
  checkPermission | perm
  checkPrintJobAccess | 
  checkPropertiesAccess | 
  checkPropertyAccess | key
  checkRead | fd
  checkRead | file
  checkRead | file, context
  checkSecurityAccess | target
  checkSetFactory | 
  checkSystemClipboardAccess | 
  checkTopLevelWindow | window
  checkWrite | fd
  checkWrite | file
  getInCheck | 
  getSecurityContext | 
  getThreadGroup | 
java.lang.Short
 Methods: 22
  byteValue | 
  compare | x, y
  compareTo | anotherShort
  decode | nm
  doubleValue | 
  equals | obj
  floatValue | 
  hashCode | value
  hashCode | 
  intValue | 
  longValue | 
  parseShort | s
  parseShort | s, radix
  reverseBytes | i
  shortValue | 
  toString | s
  toString | 
  toUnsignedInt | x
  toUnsignedLong | x
  valueOf | s
  valueOf | s
  valueOf | s, radix
java.lang.StackTraceElement
 Methods: 8
  equals | obj
  getClassName | 
  getFileName | 
  getLineNumber | 
  getMethodName | 
  hashCode | 
  isNativeMethod | 
  toString | 
java.lang.StrictMath
 Methods: 67
  IEEEremainder | f1, f2
  abs | a
  abs | a
  abs | a
  abs | a
  acos | a
  addExact | x, y
  addExact | x, y
  asin | a
  atan | a
  atan2 | y, x
  cbrt | a
  ceil | a
  copySign | magnitude, sign
  copySign | magnitude, sign
  cos | a
  cosh | x
  exp | a
  expm1 | x
  floor | a
  floorDiv | x, y
  floorDiv | x, y
  floorMod | x, y
  floorMod | x, y
  getExponent | d
  getExponent | f
  hypot | x, y
  log | a
  log10 | a
  log1p | x
  max | a, b
  max | a, b
  max | a, b
  max | a, b
  min | a, b
  min | a, b
  min | a, b
  min | a, b
  multiplyExact | x, y
  multiplyExact | x, y
  nextAfter | start, direction
  nextAfter | start, direction
  nextDown | d
  nextDown | f
  nextUp | f
  nextUp | d
  pow | a, b
  random | 
  rint | a
  round | a
  round | a
  scalb | f, scaleFactor
  scalb | d, scaleFactor
  signum | d
  signum | f
  sin | a
  sinh | x
  sqrt | a
  subtractExact | x, y
  subtractExact | x, y
  tan | a
  tanh | x
  toDegrees | angrad
  toIntExact | value
  toRadians | angdeg
  ulp | d
  ulp | f
java.lang.String
 Methods: 67
  charAt | index
  codePointAt | index
  codePointBefore | index
  codePointCount | beginIndex, endIndex
  compareTo | anotherString
  compareToIgnoreCase | str
  concat | str
  contains | s
  contentEquals | sb
  contentEquals | cs
  copyValueOf | data, offset, count
  copyValueOf | data
  endsWith | suffix
  equals | anObject
  equalsIgnoreCase | anotherString
  format | l, format, args
  format | format, args
  getBytes | charsetName
  getBytes | 
  getBytes | charset
  getBytes | srcBegin, srcEnd, dst, dstBegin
  getChars | srcBegin, srcEnd, dst, dstBegin
  hashCode | 
  indexOf | ch, fromIndex
  indexOf | str
  indexOf | ch
  indexOf | str, fromIndex
  intern | 
  isEmpty | 
  join | delimiter, elements
  join | delimiter, elements
  lastIndexOf | ch
  lastIndexOf | str, fromIndex
  lastIndexOf | str
  lastIndexOf | ch, fromIndex
  length | 
  matches | regex
  offsetByCodePoints | index, codePointOffset
  regionMatches | ignoreCase, toffset, other, ooffset, len
  regionMatches | toffset, other, ooffset, len
  replace | target, replacement
  replace | oldChar, newChar
  replaceAll | regex, replacement
  replaceFirst | regex, replacement
  split | regex, limit
  split | regex
  startsWith | prefix
  startsWith | prefix, toffset
  subSequence | beginIndex, endIndex
  substring | beginIndex, endIndex
  substring | beginIndex
  toCharArray | 
  toLowerCase | 
  toLowerCase | locale
  toString | 
  toUpperCase | locale
  toUpperCase | 
  trim | 
  valueOf | b
  valueOf | d
  valueOf | data, offset, count
  valueOf | f
  valueOf | i
  valueOf | c
  valueOf | l
  valueOf | obj
  valueOf | data
java.lang.StringBuffer
 Methods: 50
  append | b
  append | lng
  append | c
  append | obj
  append | str, offset, len
  append | d
  append | str
  append | str
  append | sb
  append | f
  append | i
  append | s, start, end
  append | s
  appendCodePoint | codePoint
  capacity | 
  charAt | index
  codePointAt | index
  codePointBefore | index
  codePointCount | beginIndex, endIndex
  delete | start, end
  deleteCharAt | index
  ensureCapacity | minimumCapacity
  getChars | srcBegin, srcEnd, dst, dstBegin
  indexOf | str
  indexOf | str, fromIndex
  insert | offset, str
  insert | offset, f
  insert | dstOffset, s
  insert | offset, c
  insert | offset, l
  insert | index, str, offset, len
  insert | offset, i
  insert | offset, str
  insert | offset, d
  insert | dstOffset, s, start, end
  insert | offset, obj
  insert | offset, b
  lastIndexOf | str, fromIndex
  lastIndexOf | str
  length | 
  offsetByCodePoints | index, codePointOffset
  replace | start, end, str
  reverse | 
  setCharAt | index, ch
  setLength | newLength
  subSequence | start, end
  substring | start, end
  substring | start
  toString | 
  trimToSize | 
java.lang.StringBuilder
 Methods: 50
  append | b
  append | lng
  append | c
  append | obj
  append | str, offset, len
  append | d
  append | str
  append | str
  append | sb
  append | f
  append | i
  append | s, start, end
  append | s
  appendCodePoint | codePoint
  capacity | 
  charAt | index
  codePointAt | index
  codePointBefore | index
  codePointCount | beginIndex, endIndex
  delete | start, end
  deleteCharAt | index
  ensureCapacity | minimumCapacity
  getChars | srcBegin, srcEnd, dst, dstBegin
  indexOf | str
  indexOf | str, fromIndex
  insert | offset, str
  insert | offset, f
  insert | dstOffset, s
  insert | offset, c
  insert | offset, l
  insert | index, str, offset, len
  insert | offset, i
  insert | offset, str
  insert | offset, d
  insert | dstOffset, s, start, end
  insert | offset, obj
  insert | offset, b
  lastIndexOf | str, fromIndex
  lastIndexOf | str
  length | 
  offsetByCodePoints | index, codePointOffset
  replace | start, end, str
  reverse | 
  setCharAt | index, ch
  setLength | newLength
  subSequence | start, end
  substring | start, end
  substring | start
  toString | 
  trimToSize | 
java.lang.System
 Methods: 27
  arraycopy | src, srcPos, dest, destPos, length
  clearProperty | key
  console | 
  currentTimeMillis | 
  exit | status
  gc | 
  getProperties | 
  getProperty | key, def
  getProperty | key
  getSecurityManager | 
  getenv | name
  getenv | 
  identityHashCode | x
  inheritedChannel | 
  lineSeparator | 
  load | filename
  loadLibrary | libname
  mapLibraryName | libname
  nanoTime | 
  runFinalization | 
  runFinalizersOnExit | value
  setErr | err
  setIn | in
  setOut | out
  setProperties | props
  setProperty | key, value
  setSecurityManager | s
java.lang.Thread
 Methods: 42
  activeCount | 
  checkAccess | 
  countStackFrames | 
  currentThread | 
  destroy | 
  dumpStack | 
  enumerate | tarray
  getAllStackTraces | 
  getContextClassLoader | 
  getDefaultUncaughtExceptionHandler | 
  getId | 
  getName | 
  getPriority | 
  getStackTrace | 
  getState | 
  getThreadGroup | 
  getUncaughtExceptionHandler | 
  holdsLock | obj
  interrupt | 
  interrupted | 
  isAlive | 
  isDaemon | 
  isInterrupted | 
  join | 
  join | millis
  join | millis, nanos
  resume | 
  run | 
  setContextClassLoader | cl
  setDaemon | on
  setDefaultUncaughtExceptionHandler | eh
  setName | name
  setPriority | newPriority
  setUncaughtExceptionHandler | eh
  sleep | millis, nanos
  sleep | millis
  start | 
  stop | 
  stop | obj
  suspend | 
  toString | 
  yield | 
java.lang.ThreadGroup
 Methods: 24
  activeCount | 
  activeGroupCount | 
  allowThreadSuspension | b
  checkAccess | 
  destroy | 
  enumerate | list
  enumerate | list, recurse
  enumerate | list
  enumerate | list, recurse
  getMaxPriority | 
  getName | 
  getParent | 
  interrupt | 
  isDaemon | 
  isDestroyed | 
  list | 
  parentOf | g
  resume | 
  setDaemon | daemon
  setMaxPriority | pri
  stop | 
  suspend | 
  toString | 
  uncaughtException | t, e
java.lang.ThreadLocal
 Methods: 4
  get | 
  remove | 
  set | value
  withInitial | supplier
java.lang.Throwable
 Methods: 13
  addSuppressed | exception
  fillInStackTrace | 
  getCause | 
  getLocalizedMessage | 
  getMessage | 
  getStackTrace | 
  getSuppressed | 
  initCause | cause
  printStackTrace | 
  printStackTrace | s
  printStackTrace | s
  setStackTrace | stackTrace
  toString | 
java.lang.Void
 Methods: 0
java.lang.Character$UnicodeScript
 Methods: 4
  forName | scriptName
  of | codePoint
  valueOf | name
  values | 
java.lang.ProcessBuilder$Redirect$Type
 Methods: 2
  valueOf | name
  values | 
java.lang.Thread$State
 Methods: 2
  valueOf | name
  values | 
java.lang.ArithmeticException
 Methods: 0
java.lang.ArrayIndexOutOfBoundsException
 Methods: 0
java.lang.ArrayStoreException
 Methods: 0
java.lang.ClassCastException
 Methods: 0
java.lang.ClassNotFoundException
 Methods: 2
  getCause | 
  getException | 
java.lang.CloneNotSupportedException
 Methods: 0
java.lang.EnumConstantNotPresentException
 Methods: 2
  constantName | 
  enumType | 
java.lang.Exception
 Methods: 0
java.lang.IllegalAccessException
 Methods: 0
java.lang.IllegalArgumentException
 Methods: 0
java.lang.IllegalMonitorStateException
 Methods: 0
java.lang.IllegalStateException
 Methods: 0
java.lang.IllegalThreadStateException
 Methods: 0
java.lang.IndexOutOfBoundsException
 Methods: 0
java.lang.InstantiationException
 Methods: 0
java.lang.InterruptedException
 Methods: 0
java.lang.NegativeArraySizeException
 Methods: 0
java.lang.NoSuchFieldException
 Methods: 0
java.lang.NoSuchMethodException
 Methods: 0
java.lang.NullPointerException
 Methods: 0
java.lang.NumberFormatException
 Methods: 0
java.lang.ReflectiveOperationException
 Methods: 0
java.lang.RuntimeException
 Methods: 0
java.lang.SecurityException
 Methods: 0
java.lang.StringIndexOutOfBoundsException
 Methods: 0
java.lang.TypeNotPresentException
 Methods: 1
  typeName | 
java.lang.UnsupportedOperationException
 Methods: 0
java.lang.AbstractMethodError
 Methods: 0
java.lang.AssertionError
 Methods: 0
java.lang.BootstrapMethodError
 Methods: 0
java.lang.ClassCircularityError
 Methods: 0
java.lang.ClassFormatError
 Methods: 0
java.lang.Error
 Methods: 0
java.lang.ExceptionInInitializerError
 Methods: 2
  getCause | 
  getException | 
java.lang.IllegalAccessError
 Methods: 0
java.lang.IncompatibleClassChangeError
 Methods: 0
java.lang.InstantiationError
 Methods: 0
java.lang.InternalError
 Methods: 0
java.lang.LinkageError
 Methods: 0
java.lang.NoClassDefFoundError
 Methods: 0
java.lang.NoSuchFieldError
 Methods: 0
java.lang.NoSuchMethodError
 Methods: 0
java.lang.OutOfMemoryError
 Methods: 0
java.lang.StackOverflowError
 Methods: 0
java.lang.ThreadDeath
 Methods: 0
java.lang.UnknownError
 Methods: 0
java.lang.UnsatisfiedLinkError
 Methods: 0
java.lang.UnsupportedClassVersionError
 Methods: 0
java.lang.VerifyError
 Methods: 0
java.lang.VirtualMachineError
 Methods: 0
java.lang.annotation.Documented
 Methods: 0
java.lang.annotation.Inherited
 Methods: 0
java.lang.annotation.Native
 Methods: 0
java.lang.annotation.Repeatable
 Methods: 1
  value | 
java.lang.annotation.Retention
 Methods: 1
  value | 
java.lang.annotation.Target
 Methods: 1
  value | 
java.lang.annotation.Annotation
 Methods: 4
  annotationType | 
  equals | obj
  hashCode | 
  toString | 
java.lang.annotation.ElementType
 Methods: 2
  valueOf | name
  values | 
java.lang.annotation.RetentionPolicy
 Methods: 2
  valueOf | name
  values | 
java.lang.annotation.AnnotationTypeMismatchException
 Methods: 2
  element | 
  foundType | 
java.lang.annotation.IncompleteAnnotationException
 Methods: 2
  annotationType | 
  elementName | 
java.lang.annotation.AnnotationFormatError
 Methods: 0
java.lang.invoke.MethodHandleInfo
 Methods: 12
  getDeclaringClass | 
  getMethodType | 
  getModifiers | 
  getName | 
  getReferenceKind | 
  isVarArgs | 
  refKindIsField | refKind
  refKindIsValid | refKind
  refKindName | refKind
  referenceKindToString | referenceKind
  reflectAs | expected, lookup
  toString | kind, defc, name, type
java.lang.invoke.CallSite
 Methods: 4
  dynamicInvoker | 
  getTarget | 
  setTarget | newTarget
  type | 
java.lang.invoke.ConstantCallSite
 Methods: 3
  dynamicInvoker | 
  getTarget | 
  setTarget | ignore
java.lang.invoke.MethodHandle
 Methods: 13
  asCollector | arrayType, arrayLength
  asFixedArity | 
  asSpreader | arrayType, arrayLength
  asType | newType
  asVarargsCollector | arrayType
  bindTo | x
  invoke | args
  invokeExact | args
  invokeWithArguments | arguments
  invokeWithArguments | arguments
  isVarargsCollector | 
  toString | 
  type | 
java.lang.invoke.MethodHandles
 Methods: 22
  arrayElementGetter | arrayClass
  arrayElementSetter | arrayClass
  catchException | target, exType, handler
  collectArguments | target, pos, filter
  constant | type, value
  dropArguments | target, pos, valueTypes
  dropArguments | target, pos, valueTypes
  exactInvoker | type
  explicitCastArguments | target, newType
  filterArguments | target, pos, filters
  filterReturnValue | target, filter
  foldArguments | target, combiner
  guardWithTest | test, target, fallback
  identity | type
  insertArguments | target, pos, values
  invoker | type
  lookup | 
  permuteArguments | target, newType, reorder
  publicLookup | 
  reflectAs | expected, target
  spreadInvoker | type, leadingArgCount
  throwException | returnType, exType
java.lang.invoke.MethodHandles$Lookup
 Methods: 19
  bind | receiver, name, type
  findConstructor | refc, type
  findGetter | refc, name, type
  findSetter | refc, name, type
  findSpecial | refc, name, type, specialCaller
  findStatic | refc, name, type
  findStaticGetter | refc, name, type
  findStaticSetter | refc, name, type
  findVirtual | refc, name, type
  in | requestedLookupClass
  lookupClass | 
  lookupModes | 
  revealDirect | target
  toString | 
  unreflect | m
  unreflectConstructor | c
  unreflectGetter | f
  unreflectSetter | f
  unreflectSpecial | m, specialCaller
java.lang.invoke.MethodType
 Methods: 31
  appendParameterTypes | ptypesToInsert
  appendParameterTypes | ptypesToInsert
  changeParameterType | num, nptype
  changeReturnType | nrtype
  dropParameterTypes | start, end
  equals | x
  erase | 
  fromMethodDescriptorString | descriptor, loader
  generic | 
  genericMethodType | objectArgCount, finalArray
  genericMethodType | objectArgCount
  hasPrimitives | 
  hasWrappers | 
  hashCode | 
  insertParameterTypes | num, ptypesToInsert
  insertParameterTypes | num, ptypesToInsert
  methodType | rtype, ptypes
  methodType | rtype, ptypes
  methodType | rtype, ptype0
  methodType | rtype
  methodType | rtype, ptypes
  methodType | rtype, ptype0, ptypes
  parameterArray | 
  parameterCount | 
  parameterList | 
  parameterType | num
  returnType | 
  toMethodDescriptorString | 
  toString | 
  unwrap | 
  wrap | 
java.lang.invoke.MutableCallSite
 Methods: 3
  dynamicInvoker | 
  getTarget | 
  setTarget | newTarget
java.lang.invoke.VolatileCallSite
 Methods: 3
  dynamicInvoker | 
  getTarget | 
  setTarget | newTarget
java.lang.invoke.LambdaConversionException
 Methods: 0
java.lang.invoke.WrongMethodTypeException
 Methods: 0
java.lang.ref.PhantomReference
 Methods: 1
  get | 
java.lang.ref.Reference
 Methods: 5
  clear | 
  enqueue | 
  get | 
  isEnqueued | 
  reachabilityFence | ref
java.lang.ref.ReferenceQueue
 Methods: 3
  poll | 
  remove | timeout
  remove | 
java.lang.ref.SoftReference
 Methods: 1
  get | 
java.lang.ref.WeakReference
 Methods: 0
java.lang.reflect.AnnotatedElement
 Methods: 7
  getAnnotation | annotationClass
  getAnnotations | 
  getAnnotationsByType | annotationClass
  getDeclaredAnnotation | annotationClass
  getDeclaredAnnotations | 
  getDeclaredAnnotationsByType | annotationClass
  isAnnotationPresent | annotationClass
java.lang.reflect.GenericArrayType
 Methods: 1
  getGenericComponentType | 
java.lang.reflect.GenericDeclaration
 Methods: 1
  getTypeParameters | 
java.lang.reflect.InvocationHandler
 Methods: 1
  invoke | proxy, method, args
java.lang.reflect.Member
 Methods: 4
  getDeclaringClass | 
  getModifiers | 
  getName | 
  isSynthetic | 
java.lang.reflect.ParameterizedType
 Methods: 3
  getActualTypeArguments | 
  getOwnerType | 
  getRawType | 
java.lang.reflect.Type
 Methods: 1
  getTypeName | 
java.lang.reflect.TypeVariable
 Methods: 3
  getBounds | 
  getGenericDeclaration | 
  getName | 
java.lang.reflect.WildcardType
 Methods: 2
  getLowerBounds | 
  getUpperBounds | 
java.lang.reflect.AccessibleObject
 Methods: 10
  getAnnotation | annotationClass
  getAnnotations | 
  getAnnotationsByType | annotationClass
  getDeclaredAnnotation | annotationClass
  getDeclaredAnnotations | 
  getDeclaredAnnotationsByType | annotationClass
  isAccessible | 
  isAnnotationPresent | annotationClass
  setAccessible | flag
  setAccessible | array, flag
java.lang.reflect.Array
 Methods: 21
  get | array, index
  getBoolean | array, index
  getByte | array, index
  getChar | array, index
  getDouble | array, index
  getFloat | array, index
  getInt | array, index
  getLength | array
  getLong | array, index
  getShort | array, index
  newInstance | componentType, length
  newInstance | componentType, dimensions
  set | array, index, value
  setBoolean | array, index, z
  setByte | array, index, b
  setChar | array, index, c
  setDouble | array, index, d
  setFloat | array, index, f
  setInt | array, index, i
  setLong | array, index, l
  setShort | array, index, s
java.lang.reflect.Constructor
 Methods: 19
  equals | obj
  getAnnotation | annotationClass
  getDeclaredAnnotations | 
  getDeclaringClass | 
  getExceptionTypes | 
  getGenericExceptionTypes | 
  getGenericParameterTypes | 
  getModifiers | 
  getName | 
  getParameterAnnotations | 
  getParameterCount | 
  getParameterTypes | 
  getTypeParameters | 
  hashCode | 
  isSynthetic | 
  isVarArgs | 
  newInstance | initargs
  toGenericString | 
  toString | 
java.lang.reflect.Executable
 Methods: 18
  getAnnotation | annotationClass
  getAnnotationsByType | annotationClass
  getDeclaredAnnotations | 
  getDeclaringClass | 
  getExceptionTypes | 
  getGenericExceptionTypes | 
  getGenericParameterTypes | 
  getModifiers | 
  getName | 
  getParameterAnnotations | 
  getParameterCount | 
  getParameterTypes | 
  getParameters | 
  getTypeParameters | 
  isAnnotationPresent | annotationType
  isSynthetic | 
  isVarArgs | 
  toGenericString | 
java.lang.reflect.Field
 Methods: 33
  equals | obj
  get | obj
  getAnnotation | annotationClass
  getAnnotationsByType | annotationClass
  getBoolean | obj
  getByte | obj
  getChar | obj
  getDeclaredAnnotations | 
  getDeclaringClass | 
  getDouble | obj
  getFloat | obj
  getGenericType | 
  getInt | obj
  getLong | obj
  getModifiers | 
  getName | 
  getShort | obj
  getType | 
  hashCode | 
  isAnnotationPresent | annotationType
  isEnumConstant | 
  isSynthetic | 
  set | obj, value
  setBoolean | obj, z
  setByte | obj, b
  setChar | obj, c
  setDouble | obj, d
  setFloat | obj, f
  setInt | obj, i
  setLong | obj, l
  setShort | obj, s
  toGenericString | 
  toString | 
java.lang.reflect.Method
 Methods: 24
  equals | obj
  getAnnotation | annotationClass
  getDeclaredAnnotations | 
  getDeclaringClass | 
  getDefaultValue | 
  getExceptionTypes | 
  getGenericExceptionTypes | 
  getGenericParameterTypes | 
  getGenericReturnType | 
  getModifiers | 
  getName | 
  getParameterAnnotations | 
  getParameterCount | 
  getParameterTypes | 
  getReturnType | 
  getTypeParameters | 
  hashCode | 
  invoke | obj, args
  isBridge | 
  isDefault | 
  isSynthetic | 
  isVarArgs | 
  toGenericString | 
  toString | 
java.lang.reflect.Modifier
 Methods: 19
  classModifiers | 
  constructorModifiers | 
  fieldModifiers | 
  interfaceModifiers | 
  isAbstract | mod
  isFinal | mod
  isInterface | mod
  isNative | mod
  isPrivate | mod
  isProtected | mod
  isPublic | mod
  isStatic | mod
  isStrict | mod
  isSynchronized | mod
  isTransient | mod
  isVolatile | mod
  methodModifiers | 
  parameterModifiers | 
  toString | mod
java.lang.reflect.Parameter
 Methods: 18
  equals | obj
  getAnnotation | annotationClass
  getAnnotations | 
  getAnnotationsByType | annotationClass
  getDeclaredAnnotation | annotationClass
  getDeclaredAnnotations | 
  getDeclaredAnnotationsByType | annotationClass
  getDeclaringExecutable | 
  getModifiers | 
  getName | 
  getParameterizedType | 
  getType | 
  hashCode | 
  isImplicit | 
  isNamePresent | 
  isSynthetic | 
  isVarArgs | 
  toString | 
java.lang.reflect.Proxy
 Methods: 4
  getInvocationHandler | proxy
  getProxyClass | loader, interfaces
  isProxyClass | cl
  newProxyInstance | loader, interfaces, h
java.lang.reflect.ReflectPermission
 Methods: 0
java.lang.reflect.InvocationTargetException
 Methods: 2
  getCause | 
  getTargetException | 
java.lang.reflect.MalformedParameterizedTypeException
 Methods: 0
java.lang.reflect.MalformedParametersException
 Methods: 0
java.lang.reflect.UndeclaredThrowableException
 Methods: 2
  getCause | 
  getUndeclaredThrowable | 
java.lang.reflect.GenericSignatureFormatError
 Methods: 0
java.math.BigDecimal
 Methods: 60
  abs | mc
  abs | 
  add | augend
  add | augend, mc
  byteValueExact | 
  compareTo | val
  divide | divisor, scale, roundingMode
  divide | divisor, scale, roundingMode
  divide | divisor, roundingMode
  divide | divisor, mc
  divide | divisor, roundingMode
  divide | divisor
  divideAndRemainder | divisor, mc
  divideAndRemainder | divisor
  divideToIntegralValue | divisor, mc
  divideToIntegralValue | divisor
  doubleValue | 
  equals | x
  floatValue | 
  hashCode | 
  intValue | 
  intValueExact | 
  longValue | 
  longValueExact | 
  max | val
  min | val
  movePointLeft | n
  movePointRight | n
  multiply | multiplicand, mc
  multiply | multiplicand
  negate | 
  negate | mc
  plus | 
  plus | mc
  pow | n, mc
  pow | n
  precision | 
  remainder | divisor
  remainder | divisor, mc
  round | mc
  scale | 
  scaleByPowerOfTen | n
  setScale | newScale, roundingMode
  setScale | newScale
  setScale | newScale, roundingMode
  shortValueExact | 
  signum | 
  stripTrailingZeros | 
  subtract | subtrahend
  subtract | subtrahend, mc
  toBigInteger | 
  toBigIntegerExact | 
  toEngineeringString | 
  toPlainString | 
  toString | 
  ulp | 
  unscaledValue | 
  valueOf | val
  valueOf | unscaledVal
  valueOf | unscaledVal, scale
java.math.BigInteger
 Methods: 44
  abs | 
  add | value
  and | value
  andNot | value
  bitCount | 
  bitLength | 
  clearBit | n
  compareTo | value
  divide | divisor
  divideAndRemainder | divisor
  doubleValue | 
  equals | x
  flipBit | n
  floatValue | 
  gcd | value
  getLowestSetBit | 
  hashCode | 
  intValue | 
  isProbablePrime | certainty
  longValue | 
  max | value
  min | value
  mod | m
  modInverse | m
  modPow | exponent, modulus
  multiply | value
  negate | 
  nextProbablePrime | 
  not | 
  or | value
  pow | exp
  probablePrime | bitLength, random
  remainder | divisor
  setBit | n
  shiftLeft | n
  shiftRight | n
  signum | 
  subtract | value
  testBit | n
  toByteArray | 
  toString | 
  toString | radix
  valueOf | value
  xor | value
java.math.MathContext
 Methods: 5
  equals | x
  getPrecision | 
  getRoundingMode | 
  hashCode | 
  toString | 
java.math.RoundingMode
 Methods: 3
  valueOf | name
  valueOf | mode
  values | 
java.net.ContentHandlerFactory
 Methods: 1
  createContentHandler | mimetype
java.net.CookiePolicy
 Methods: 1
  shouldAccept | uri, cookie
java.net.CookieStore
 Methods: 6
  add | uri, cookie
  get | uri
  getCookies | 
  getURIs | 
  remove | uri, cookie
  removeAll | 
java.net.DatagramSocketImplFactory
 Methods: 1
  createDatagramSocketImpl | 
java.net.FileNameMap
 Methods: 1
  getContentTypeFor | fileName
java.net.ProtocolFamily
 Methods: 1
  name | 
java.net.SocketImplFactory
 Methods: 1
  createSocketImpl | 
java.net.SocketOption
 Methods: 2
  name | 
  type | 
java.net.SocketOptions
 Methods: 2
  getOption | optID
  setOption | optID, value
java.net.URLStreamHandlerFactory
 Methods: 1
  createURLStreamHandler | protocol
java.net.Authenticator
 Methods: 4
  requestPasswordAuthentication | host, addr, port, protocol, prompt, scheme, url, reqType
  requestPasswordAuthentication | addr, port, protocol, prompt, scheme
  requestPasswordAuthentication | host, addr, port, protocol, prompt, scheme
  setDefault | a
java.net.CacheRequest
 Methods: 2
  abort | 
  getBody | 
java.net.CacheResponse
 Methods: 2
  getBody | 
  getHeaders | 
java.net.ContentHandler
 Methods: 2
  getContent | urlc
  getContent | urlc, classes
java.net.CookieHandler
 Methods: 4
  get | uri, , requestHeaders
  getDefault | 
  put | uri, , responseHeaders
  setDefault | cHandler
java.net.CookieManager
 Methods: 4
  get | uri, , requestHeaders
  getCookieStore | 
  put | uri, , responseHeaders
  setCookiePolicy | cookiePolicy
java.net.DatagramPacket
 Methods: 12
  getAddress | 
  getData | 
  getLength | 
  getOffset | 
  getPort | 
  getSocketAddress | 
  setAddress | iaddr
  setData | buf, offset, length
  setData | buf
  setLength | length
  setPort | iport
  setSocketAddress | address
java.net.DatagramSocket
 Methods: 30
  bind | addr
  close | 
  connect | address, port
  connect | addr
  disconnect | 
  getBroadcast | 
  getChannel | 
  getInetAddress | 
  getLocalAddress | 
  getLocalPort | 
  getLocalSocketAddress | 
  getPort | 
  getReceiveBufferSize | 
  getRemoteSocketAddress | 
  getReuseAddress | 
  getSendBufferSize | 
  getSoTimeout | 
  getTrafficClass | 
  isBound | 
  isClosed | 
  isConnected | 
  receive | p
  send | p
  setBroadcast | on
  setDatagramSocketImplFactory | fac
  setReceiveBufferSize | size
  setReuseAddress | on
  setSendBufferSize | size
  setSoTimeout | timeout
  setTrafficClass | tc
java.net.DatagramSocketImpl
 Methods: 0
java.net.HttpCookie
 Methods: 30
  clone | 
  domainMatches | domain, host
  equals | obj
  getComment | 
  getCommentURL | 
  getDiscard | 
  getDomain | 
  getMaxAge | 
  getName | 
  getPath | 
  getPortlist | 
  getSecure | 
  getValue | 
  getVersion | 
  hasExpired | 
  hashCode | 
  isHttpOnly | 
  parse | header
  setComment | purpose
  setCommentURL | purpose
  setDiscard | discard
  setDomain | pattern
  setHttpOnly | httpOnly
  setMaxAge | expiry
  setPath | uri
  setPortlist | ports
  setSecure | flag
  setValue | newValue
  setVersion | v
  toString | 
java.net.HttpURLConnection
 Methods: 18
  disconnect | 
  getErrorStream | 
  getFollowRedirects | 
  getHeaderField | n
  getHeaderFieldDate | name, Default
  getHeaderFieldKey | n
  getInstanceFollowRedirects | 
  getPermission | 
  getRequestMethod | 
  getResponseCode | 
  getResponseMessage | 
  setChunkedStreamingMode | chunklen
  setFixedLengthStreamingMode | contentLength
  setFixedLengthStreamingMode | contentLength
  setFollowRedirects | set
  setInstanceFollowRedirects | followRedirects
  setRequestMethod | method
  usingProxy | 
java.net.IDN
 Methods: 4
  toASCII | input, flag
  toASCII | input
  toUnicode | input, flag
  toUnicode | input
java.net.Inet4Address
 Methods: 14
  equals | obj
  getAddress | 
  getHostAddress | 
  hashCode | 
  isAnyLocalAddress | 
  isLinkLocalAddress | 
  isLoopbackAddress | 
  isMCGlobal | 
  isMCLinkLocal | 
  isMCNodeLocal | 
  isMCOrgLocal | 
  isMCSiteLocal | 
  isMulticastAddress | 
  isSiteLocalAddress | 
java.net.Inet6Address
 Methods: 19
  equals | obj
  getAddress | 
  getByAddress | host, addr, scope_id
  getByAddress | host, addr, nif
  getHostAddress | 
  getScopeId | 
  getScopedInterface | 
  hashCode | 
  isAnyLocalAddress | 
  isIPv4CompatibleAddress | 
  isLinkLocalAddress | 
  isLoopbackAddress | 
  isMCGlobal | 
  isMCLinkLocal | 
  isMCNodeLocal | 
  isMCOrgLocal | 
  isMCSiteLocal | 
  isMulticastAddress | 
  isSiteLocalAddress | 
java.net.InetAddress
 Methods: 25
  equals | obj
  getAddress | 
  getAllByName | host
  getByAddress | addr
  getByAddress | host, addr
  getByName | host
  getCanonicalHostName | 
  getHostAddress | 
  getHostName | 
  getLocalHost | 
  getLoopbackAddress | 
  hashCode | 
  isAnyLocalAddress | 
  isLinkLocalAddress | 
  isLoopbackAddress | 
  isMCGlobal | 
  isMCLinkLocal | 
  isMCNodeLocal | 
  isMCOrgLocal | 
  isMCSiteLocal | 
  isMulticastAddress | 
  isReachable | timeout
  isReachable | netif, ttl, timeout
  isSiteLocalAddress | 
  toString | 
java.net.InetSocketAddress
 Methods: 9
  createUnresolved | host, port
  equals | obj
  getAddress | 
  getHostName | 
  getHostString | 
  getPort | 
  hashCode | 
  isUnresolved | 
  toString | 
java.net.InterfaceAddress
 Methods: 6
  equals | obj
  getAddress | 
  getBroadcast | 
  getNetworkPrefixLength | 
  hashCode | 
  toString | 
java.net.JarURLConnection
 Methods: 8
  getAttributes | 
  getCertificates | 
  getEntryName | 
  getJarEntry | 
  getJarFile | 
  getJarFileURL | 
  getMainAttributes | 
  getManifest | 
java.net.MulticastSocket
 Methods: 15
  getInterface | 
  getLoopbackMode | 
  getNetworkInterface | 
  getTTL | 
  getTimeToLive | 
  joinGroup | mcastaddr, netIf
  joinGroup | mcastaddr
  leaveGroup | mcastaddr, netIf
  leaveGroup | mcastaddr
  send | p, ttl
  setInterface | inf
  setLoopbackMode | disable
  setNetworkInterface | netIf
  setTTL | ttl
  setTimeToLive | ttl
java.net.NetPermission
 Methods: 0
java.net.NetworkInterface
 Methods: 21
  equals | obj
  getByIndex | index
  getByInetAddress | addr
  getByName | name
  getDisplayName | 
  getHardwareAddress | 
  getIndex | 
  getInetAddresses | 
  getInterfaceAddresses | 
  getMTU | 
  getName | 
  getNetworkInterfaces | 
  getParent | 
  getSubInterfaces | 
  hashCode | 
  isLoopback | 
  isPointToPoint | 
  isUp | 
  isVirtual | 
  supportsMulticast | 
  toString | 
java.net.PasswordAuthentication
 Methods: 2
  getPassword | 
  getUserName | 
java.net.Proxy
 Methods: 5
  address | 
  equals | obj
  hashCode | 
  toString | 
  type | 
java.net.ProxySelector
 Methods: 4
  connectFailed | uri, sa, ioe
  getDefault | 
  select | uri
  setDefault | ps
java.net.ResponseCache
 Methods: 4
  get | uri, rqstMethod, , rqstHeaders
  getDefault | 
  put | uri, conn
  setDefault | responseCache
java.net.SecureCacheResponse
 Methods: 5
  getCipherSuite | 
  getLocalCertificateChain | 
  getLocalPrincipal | 
  getPeerPrincipal | 
  getServerCertificateChain | 
java.net.ServerSocket
 Methods: 19
  accept | 
  bind | endpoint, backlog
  bind | endpoint
  close | 
  getChannel | 
  getInetAddress | 
  getLocalPort | 
  getLocalSocketAddress | 
  getReceiveBufferSize | 
  getReuseAddress | 
  getSoTimeout | 
  isBound | 
  isClosed | 
  setPerformancePreferences | connectionTime, latency, bandwidth
  setReceiveBufferSize | size
  setReuseAddress | on
  setSoTimeout | timeout
  setSocketFactory | fac
  toString | 
java.net.Socket
 Methods: 42
  bind | bindpoint
  close | 
  connect | endpoint, timeout
  connect | endpoint
  getChannel | 
  getInetAddress | 
  getInputStream | 
  getKeepAlive | 
  getLocalAddress | 
  getLocalPort | 
  getLocalSocketAddress | 
  getOOBInline | 
  getOutputStream | 
  getPort | 
  getReceiveBufferSize | 
  getRemoteSocketAddress | 
  getReuseAddress | 
  getSendBufferSize | 
  getSoLinger | 
  getSoTimeout | 
  getTcpNoDelay | 
  getTrafficClass | 
  isBound | 
  isClosed | 
  isConnected | 
  isInputShutdown | 
  isOutputShutdown | 
  sendUrgentData | data
  setKeepAlive | on
  setOOBInline | on
  setPerformancePreferences | connectionTime, latency, bandwidth
  setReceiveBufferSize | size
  setReuseAddress | on
  setSendBufferSize | size
  setSoLinger | on, linger
  setSoTimeout | timeout
  setSocketImplFactory | fac
  setTcpNoDelay | on
  setTrafficClass | tc
  shutdownInput | 
  shutdownOutput | 
  toString | 
java.net.SocketAddress
 Methods: 0
java.net.SocketImpl
 Methods: 1
  toString | 
java.net.SocketPermission
 Methods: 2
  getActions | 
  implies | p
java.net.StandardSocketOptions
 Methods: 0
java.net.URI
 Methods: 29
  compareTo | that
  create | str
  equals | ob
  getAuthority | 
  getFragment | 
  getHost | 
  getPath | 
  getPort | 
  getQuery | 
  getRawAuthority | 
  getRawFragment | 
  getRawPath | 
  getRawQuery | 
  getRawSchemeSpecificPart | 
  getRawUserInfo | 
  getScheme | 
  getSchemeSpecificPart | 
  getUserInfo | 
  hashCode | 
  isAbsolute | 
  isOpaque | 
  normalize | 
  parseServerAuthority | 
  relativize | uri
  resolve | uri
  resolve | str
  toASCIIString | 
  toString | 
  toURL | 
java.net.URL
 Methods: 22
  equals | obj
  getAuthority | 
  getContent | 
  getContent | classes
  getDefaultPort | 
  getFile | 
  getHost | 
  getPath | 
  getPort | 
  getProtocol | 
  getQuery | 
  getRef | 
  getUserInfo | 
  hashCode | 
  openConnection | proxy
  openConnection | 
  openStream | 
  sameFile | other
  setURLStreamHandlerFactory | fac
  toExternalForm | 
  toString | 
  toURI | 
java.net.URLClassLoader
 Methods: 7
  close | 
  findResource | name
  findResources | name
  getResourceAsStream | name
  getURLs | 
  newInstance | urls, parent
  newInstance | urls
java.net.URLConnection
 Methods: 51
  addRequestProperty | key, value
  connect | 
  getAllowUserInteraction | 
  getConnectTimeout | 
  getContent | 
  getContent | classes
  getContentEncoding | 
  getContentLength | 
  getContentLengthLong | 
  getContentType | 
  getDate | 
  getDefaultAllowUserInteraction | 
  getDefaultRequestProperty | key
  getDefaultUseCaches | 
  getDoInput | 
  getDoOutput | 
  getExpiration | 
  getFileNameMap | 
  getHeaderField | name
  getHeaderField | n
  getHeaderFieldDate | name, Default
  getHeaderFieldInt | name, Default
  getHeaderFieldKey | n
  getHeaderFieldLong | name, Default
  getHeaderFields | 
  getIfModifiedSince | 
  getInputStream | 
  getLastModified | 
  getOutputStream | 
  getPermission | 
  getReadTimeout | 
  getRequestProperties | 
  getRequestProperty | key
  getURL | 
  getUseCaches | 
  guessContentTypeFromName | fname
  guessContentTypeFromStream | is
  setAllowUserInteraction | allowuserinteraction
  setConnectTimeout | timeout
  setContentHandlerFactory | fac
  setDefaultAllowUserInteraction | defaultallowuserinteraction
  setDefaultRequestProperty | key, value
  setDefaultUseCaches | defaultusecaches
  setDoInput | doinput
  setDoOutput | dooutput
  setFileNameMap | map
  setIfModifiedSince | ifmodifiedsince
  setReadTimeout | timeout
  setRequestProperty | key, value
  setUseCaches | usecaches
  toString | 
java.net.URLDecoder
 Methods: 2
  decode | s
  decode | s, enc
java.net.URLEncoder
 Methods: 2
  encode | s, enc
  encode | s
java.net.URLStreamHandler
 Methods: 0
java.net.Authenticator$RequestorType
 Methods: 2
  valueOf | name
  values | 
java.net.Proxy$Type
 Methods: 2
  valueOf | name
  values | 
java.net.StandardProtocolFamily
 Methods: 2
  valueOf | name
  values | 
java.net.BindException
 Methods: 0
java.net.ConnectException
 Methods: 0
java.net.HttpRetryException
 Methods: 3
  getLocation | 
  getReason | 
  responseCode | 
java.net.MalformedURLException
 Methods: 0
java.net.NoRouteToHostException
 Methods: 0
java.net.PortUnreachableException
 Methods: 0
java.net.ProtocolException
 Methods: 0
java.net.SocketException
 Methods: 0
java.net.SocketTimeoutException
 Methods: 0
java.net.UnknownHostException
 Methods: 0
java.net.UnknownServiceException
 Methods: 0
java.net.URISyntaxException
 Methods: 4
  getIndex | 
  getInput | 
  getMessage | 
  getReason | 
java.nio.Buffer
 Methods: 17
  array | 
  arrayOffset | 
  capacity | 
  clear | 
  flip | 
  hasArray | 
  hasRemaining | 
  isDirect | 
  isReadOnly | 
  limit | 
  limit | newLimit
  mark | 
  position | newPosition
  position | 
  remaining | 
  reset | 
  rewind | 
java.nio.ByteBuffer
 Methods: 64
  allocate | capacity
  allocateDirect | capacity
  array | 
  arrayOffset | 
  asCharBuffer | 
  asDoubleBuffer | 
  asFloatBuffer | 
  asIntBuffer | 
  asLongBuffer | 
  asReadOnlyBuffer | 
  asShortBuffer | 
  clear | 
  compact | 
  compareTo | that
  duplicate | 
  equals | ob
  flip | 
  get | 
  get | dst, offset, length
  get | index
  get | dst
  getChar | 
  getChar | index
  getDouble | index
  getDouble | 
  getFloat | 
  getFloat | index
  getInt | index
  getInt | 
  getLong | index
  getLong | 
  getShort | index
  getShort | 
  hasArray | 
  hashCode | 
  isDirect | 
  limit | newLimit
  mark | 
  order | 
  order | bo
  position | newPosition
  put | src
  put | b
  put | src, offset, length
  put | index, b
  put | src
  putChar | index, value
  putChar | value
  putDouble | value
  putDouble | index, value
  putFloat | index, value
  putFloat | value
  putInt | index, value
  putInt | value
  putLong | value
  putLong | index, value
  putShort | value
  putShort | index, value
  reset | 
  rewind | 
  slice | 
  toString | 
  wrap | array
  wrap | array, offset, length
java.nio.ByteOrder
 Methods: 2
  nativeOrder | 
  toString | 
java.nio.CharBuffer
 Methods: 44
  allocate | capacity
  append | c
  append | csq, start, end
  append | csq
  array | 
  arrayOffset | 
  asReadOnlyBuffer | 
  charAt | index
  chars | 
  clear | 
  compact | 
  compareTo | that
  duplicate | 
  equals | ob
  flip | 
  get | 
  get | dst
  get | index
  get | dst, offset, length
  hasArray | 
  hashCode | 
  isDirect | 
  length | 
  limit | newLimit
  mark | 
  order | 
  position | newPosition
  put | src
  put | index, c
  put | src
  put | src
  put | c
  put | src, start, end
  put | src, offset, length
  read | target
  reset | 
  rewind | 
  slice | 
  subSequence | start, end
  toString | 
  wrap | csq
  wrap | array, offset, length
  wrap | csq, start, end
  wrap | array
java.nio.DoubleBuffer
 Methods: 32
  allocate | capacity
  array | 
  arrayOffset | 
  asReadOnlyBuffer | 
  clear | 
  compact | 
  compareTo | that
  duplicate | 
  equals | ob
  flip | 
  get | 
  get | dst, offset, length
  get | dst
  get | index
  hasArray | 
  hashCode | 
  isDirect | 
  limit | newLimit
  mark | 
  order | 
  position | newPosition
  put | src
  put | src, offset, length
  put | d
  put | src
  put | index, d
  reset | 
  rewind | 
  slice | 
  toString | 
  wrap | array
  wrap | array, offset, length
java.nio.FloatBuffer
 Methods: 32
  allocate | capacity
  array | 
  arrayOffset | 
  asReadOnlyBuffer | 
  clear | 
  compact | 
  compareTo | that
  duplicate | 
  equals | ob
  flip | 
  get | dst
  get | 
  get | dst, offset, length
  get | index
  hasArray | 
  hashCode | 
  isDirect | 
  limit | newLimit
  mark | 
  order | 
  position | newPosition
  put | src, offset, length
  put | src
  put | f
  put | index, f
  put | src
  reset | 
  rewind | 
  slice | 
  toString | 
  wrap | array
  wrap | array, offset, length
java.nio.IntBuffer
 Methods: 32
  allocate | capacity
  array | 
  arrayOffset | 
  asReadOnlyBuffer | 
  clear | 
  compact | 
  compareTo | that
  duplicate | 
  equals | ob
  flip | 
  get | 
  get | index
  get | dst, offset, length
  get | dst
  hasArray | 
  hashCode | 
  isDirect | 
  limit | newLimit
  mark | 
  order | 
  position | newPosition
  put | i
  put | src, offset, length
  put | index, i
  put | src
  put | src
  reset | 
  rewind | 
  slice | 
  toString | 
  wrap | array
  wrap | array, offset, length
java.nio.LongBuffer
 Methods: 32
  allocate | capacity
  array | 
  arrayOffset | 
  asReadOnlyBuffer | 
  clear | 
  compact | 
  compareTo | that
  duplicate | 
  equals | ob
  flip | 
  get | dst, offset, length
  get | dst
  get | 
  get | index
  hasArray | 
  hashCode | 
  isDirect | 
  limit | newLimit
  mark | 
  order | 
  position | newPosition
  put | l
  put | src
  put | src, offset, length
  put | index, l
  put | src
  reset | 
  rewind | 
  slice | 
  toString | 
  wrap | array
  wrap | array, offset, length
java.nio.MappedByteBuffer
 Methods: 3
  force | 
  isLoaded | 
  load | 
java.nio.ShortBuffer
 Methods: 32
  allocate | capacity
  array | 
  arrayOffset | 
  asReadOnlyBuffer | 
  clear | 
  compact | 
  compareTo | that
  duplicate | 
  equals | ob
  flip | 
  get | 
  get | dst, offset, length
  get | dst
  get | index
  hasArray | 
  hashCode | 
  isDirect | 
  limit | newLimit
  mark | 
  order | 
  position | newPosition
  put | src, offset, length
  put | src
  put | s
  put | index, s
  put | src
  reset | 
  rewind | 
  slice | 
  toString | 
  wrap | array, offset, length
  wrap | array
java.nio.BufferOverflowException
 Methods: 0
java.nio.BufferUnderflowException
 Methods: 0
java.nio.InvalidMarkException
 Methods: 0
java.nio.ReadOnlyBufferException
 Methods: 0
java.nio.channels.AsynchronousByteChannel
 Methods: 4
  read | dst, attachment, , handler
  read | dst
  write | src, attachment, , handler
  write | src
java.nio.channels.AsynchronousChannel
 Methods: 1
  close | 
java.nio.channels.ByteChannel
 Methods: 0
java.nio.channels.Channel
 Methods: 2
  close | 
  isOpen | 
java.nio.channels.CompletionHandler
 Methods: 2
  completed | result, attachment
  failed | exc, attachment
java.nio.channels.GatheringByteChannel
 Methods: 2
  write | srcs
  write | srcs, offset, length
java.nio.channels.InterruptibleChannel
 Methods: 1
  close | 
java.nio.channels.MulticastChannel
 Methods: 3
  close | 
  join | group, interf
  join | group, interf, source
java.nio.channels.NetworkChannel
 Methods: 5
  bind | local
  getLocalAddress | 
  getOption | name
  setOption | name, value
  supportedOptions | 
java.nio.channels.ReadableByteChannel
 Methods: 1
  read | dst
java.nio.channels.ScatteringByteChannel
 Methods: 2
  read | dsts, offset, length
  read | dsts
java.nio.channels.SeekableByteChannel
 Methods: 6
  position | 
  position | newPosition
  read | dst
  size | 
  truncate | size
  write | src
java.nio.channels.WritableByteChannel
 Methods: 1
  write | src
java.nio.channels.AsynchronousChannelGroup
 Methods: 9
  awaitTermination | timeout, unit
  isShutdown | 
  isTerminated | 
  provider | 
  shutdown | 
  shutdownNow | 
  withCachedThreadPool | executor, initialSize
  withFixedThreadPool | nThreads, threadFactory
  withThreadPool | executor
java.nio.channels.AsynchronousFileChannel
 Methods: 15
  force | metaData
  lock | position, size, shared, attachment, , handler
  lock | position, size, shared
  lock | attachment, , handler
  lock | 
  open | file, options
  open | file, options, executor, attrs
  read | dst, position, attachment, , handler
  read | dst, position
  size | 
  truncate | size
  tryLock | position, size, shared
  tryLock | 
  write | src, position
  write | src, position, attachment, , handler
java.nio.channels.AsynchronousServerSocketChannel
 Methods: 9
  accept | attachment, , handler
  accept | 
  bind | local, backlog
  bind | local
  getLocalAddress | 
  open | group
  open | 
  provider | 
  setOption | name, value
java.nio.channels.AsynchronousSocketChannel
 Methods: 19
  bind | local
  connect | remote
  connect | remote, attachment, , handler
  getLocalAddress | 
  getRemoteAddress | 
  open | group
  open | 
  provider | 
  read | dst
  read | dst, attachment, , handler
  read | dsts, offset, length, timeout, unit, attachment, , handler
  read | dst, timeout, unit, attachment, , handler
  setOption | name, value
  shutdownInput | 
  shutdownOutput | 
  write | src
  write | src, timeout, unit, attachment, , handler
  write | src, attachment, , handler
  write | srcs, offset, length, timeout, unit, attachment, , handler
java.nio.channels.Channels
 Methods: 10
  newChannel | in
  newChannel | out
  newInputStream | ch
  newInputStream | ch
  newOutputStream | ch
  newOutputStream | ch
  newReader | ch, dec, minBufferCap
  newReader | ch, csName
  newWriter | ch, enc, minBufferCap
  newWriter | ch, csName
java.nio.channels.DatagramChannel
 Methods: 19
  bind | local
  connect | remote
  disconnect | 
  getLocalAddress | 
  getRemoteAddress | 
  isConnected | 
  open | 
  open | family
  read | dsts, offset, length
  read | dst
  read | dsts
  receive | dst
  send | src, target
  setOption | name, value
  socket | 
  validOps | 
  write | src
  write | srcs
  write | srcs, offset, length
java.nio.channels.FileChannel
 Methods: 22
  force | metaData
  lock | position, size, shared
  lock | 
  map | mode, position, size
  open | path, options
  open | path, options, attrs
  position | newPosition
  position | 
  read | dsts, offset, length
  read | dst
  read | dsts
  read | dst, position
  size | 
  transferFrom | src, position, count
  transferTo | position, count, target
  truncate | size
  tryLock | position, size, shared
  tryLock | 
  write | src
  write | src, position
  write | srcs
  write | srcs, offset, length
java.nio.channels.FileChannel$MapMode
 Methods: 1
  toString | 
java.nio.channels.FileLock
 Methods: 10
  acquiredBy | 
  channel | 
  close | 
  isShared | 
  isValid | 
  overlaps | position, size
  position | 
  release | 
  size | 
  toString | 
java.nio.channels.MembershipKey
 Methods: 8
  block | source
  channel | 
  drop | 
  group | 
  isValid | 
  networkInterface | 
  sourceAddress | 
  unblock | source
java.nio.channels.Pipe
 Methods: 3
  open | 
  sink | 
  source | 
java.nio.channels.Pipe$SinkChannel
 Methods: 1
  validOps | 
java.nio.channels.Pipe$SourceChannel
 Methods: 1
  validOps | 
java.nio.channels.SelectableChannel
 Methods: 9
  blockingLock | 
  configureBlocking | block
  isBlocking | 
  isRegistered | 
  keyFor | sel
  provider | 
  register | sel, ops, att
  register | sel, ops
  validOps | 
java.nio.channels.SelectionKey
 Methods: 13
  attach | ob
  attachment | 
  cancel | 
  channel | 
  interestOps | 
  interestOps | ops
  isAcceptable | 
  isConnectable | 
  isReadable | 
  isValid | 
  isWritable | 
  readyOps | 
  selector | 
java.nio.channels.Selector
 Methods: 10
  close | 
  isOpen | 
  keys | 
  open | 
  provider | 
  select | timeout
  select | 
  selectNow | 
  selectedKeys | 
  wakeup | 
java.nio.channels.ServerSocketChannel
 Methods: 8
  accept | 
  bind | local, backlog
  bind | local
  getLocalAddress | 
  open | 
  setOption | name, value
  socket | 
  validOps | 
java.nio.channels.SocketChannel
 Methods: 20
  bind | local
  connect | remote
  finishConnect | 
  getLocalAddress | 
  getRemoteAddress | 
  isConnected | 
  isConnectionPending | 
  open | 
  open | remote
  read | dsts, offset, length
  read | dst
  read | dsts
  setOption | name, value
  shutdownInput | 
  shutdownOutput | 
  socket | 
  validOps | 
  write | src
  write | srcs
  write | srcs, offset, length
java.nio.channels.AcceptPendingException
 Methods: 0
java.nio.channels.AlreadyBoundException
 Methods: 0
java.nio.channels.AlreadyConnectedException
 Methods: 0
java.nio.channels.AsynchronousCloseException
 Methods: 0
java.nio.channels.CancelledKeyException
 Methods: 0
java.nio.channels.ClosedByInterruptException
 Methods: 0
java.nio.channels.ClosedChannelException
 Methods: 0
java.nio.channels.ClosedSelectorException
 Methods: 0
java.nio.channels.ConnectionPendingException
 Methods: 0
java.nio.channels.FileLockInterruptionException
 Methods: 0
java.nio.channels.IllegalBlockingModeException
 Methods: 0
java.nio.channels.IllegalChannelGroupException
 Methods: 0
java.nio.channels.IllegalSelectorException
 Methods: 0
java.nio.channels.InterruptedByTimeoutException
 Methods: 0
java.nio.channels.NoConnectionPendingException
 Methods: 0
java.nio.channels.NonReadableChannelException
 Methods: 0
java.nio.channels.NonWritableChannelException
 Methods: 0
java.nio.channels.NotYetBoundException
 Methods: 0
java.nio.channels.NotYetConnectedException
 Methods: 0
java.nio.channels.OverlappingFileLockException
 Methods: 0
java.nio.channels.ReadPendingException
 Methods: 0
java.nio.channels.ShutdownChannelGroupException
 Methods: 0
java.nio.channels.UnresolvedAddressException
 Methods: 0
java.nio.channels.UnsupportedAddressTypeException
 Methods: 0
java.nio.channels.WritePendingException
 Methods: 0
java.nio.channels.spi.AbstractInterruptibleChannel
 Methods: 2
  close | 
  isOpen | 
java.nio.channels.spi.AbstractSelectableChannel
 Methods: 7
  blockingLock | 
  configureBlocking | block
  isBlocking | 
  isRegistered | 
  keyFor | sel
  provider | 
  register | sel, ops, att
java.nio.channels.spi.AbstractSelectionKey
 Methods: 2
  cancel | 
  isValid | 
java.nio.channels.spi.AbstractSelector
 Methods: 3
  close | 
  isOpen | 
  provider | 
java.nio.channels.spi.AsynchronousChannelProvider
 Methods: 5
  openAsynchronousChannelGroup | nThreads, threadFactory
  openAsynchronousChannelGroup | executor, initialSize
  openAsynchronousServerSocketChannel | group
  openAsynchronousSocketChannel | group
  provider | 
java.nio.channels.spi.SelectorProvider
 Methods: 8
  inheritedChannel | 
  openDatagramChannel | family
  openDatagramChannel | 
  openPipe | 
  openSelector | 
  openServerSocketChannel | 
  openSocketChannel | 
  provider | 
java.nio.charset.Charset
 Methods: 20
  aliases | 
  availableCharsets | 
  canEncode | 
  compareTo | that
  contains | cs
  decode | bb
  defaultCharset | 
  displayName | 
  displayName | locale
  encode | str
  encode | cb
  equals | ob
  forName | charsetName
  hashCode | 
  isRegistered | 
  isSupported | charsetName
  name | 
  newDecoder | 
  newEncoder | 
  toString | 
java.nio.charset.CharsetDecoder
 Methods: 16
  averageCharsPerByte | 
  charset | 
  decode | in
  decode | in, out, endOfInput
  detectedCharset | 
  flush | out
  isAutoDetecting | 
  isCharsetDetected | 
  malformedInputAction | 
  maxCharsPerByte | 
  onMalformedInput | newAction
  onUnmappableCharacter | newAction
  replaceWith | newReplacement
  replacement | 
  reset | 
  unmappableCharacterAction | 
java.nio.charset.CharsetEncoder
 Methods: 16
  averageBytesPerChar | 
  canEncode | c
  canEncode | cs
  charset | 
  encode | in
  encode | in, out, endOfInput
  flush | out
  isLegalReplacement | repl
  malformedInputAction | 
  maxBytesPerChar | 
  onMalformedInput | newAction
  onUnmappableCharacter | newAction
  replaceWith | newReplacement
  replacement | 
  reset | 
  unmappableCharacterAction | 
java.nio.charset.CoderResult
 Methods: 10
  isError | 
  isMalformed | 
  isOverflow | 
  isUnderflow | 
  isUnmappable | 
  length | 
  malformedForLength | length
  throwException | 
  toString | 
  unmappableForLength | length
java.nio.charset.CodingErrorAction
 Methods: 1
  toString | 
java.nio.charset.StandardCharsets
 Methods: 0
java.nio.charset.CharacterCodingException
 Methods: 0
java.nio.charset.IllegalCharsetNameException
 Methods: 1
  getCharsetName | 
java.nio.charset.MalformedInputException
 Methods: 2
  getInputLength | 
  getMessage | 
java.nio.charset.UnmappableCharacterException
 Methods: 2
  getInputLength | 
  getMessage | 
java.nio.charset.UnsupportedCharsetException
 Methods: 1
  getCharsetName | 
java.nio.charset.CoderMalfunctionError
 Methods: 0
java.nio.charset.spi.CharsetProvider
 Methods: 2
  charsetForName | charsetName
  charsets | 
java.nio.file.CopyOption
 Methods: 0
java.nio.file.DirectoryStream
 Methods: 1
  iterator | 
java.nio.file.DirectoryStream$Filter
 Methods: 1
  accept | entry
java.nio.file.FileVisitor
 Methods: 4
  postVisitDirectory | dir, exc
  preVisitDirectory | dir, attrs
  visitFile | file, attrs
  visitFileFailed | file, exc
java.nio.file.OpenOption
 Methods: 0
java.nio.file.Path
 Methods: 29
  compareTo | other
  endsWith | other
  endsWith | other
  equals | other
  getFileName | 
  getFileSystem | 
  getName | index
  getNameCount | 
  getParent | 
  getRoot | 
  hashCode | 
  isAbsolute | 
  iterator | 
  normalize | 
  register | watcher, events
  register | watcher, events, modifiers
  relativize | other
  resolve | other
  resolve | other
  resolveSibling | other
  resolveSibling | other
  startsWith | other
  startsWith | other
  subpath | beginIndex, endIndex
  toAbsolutePath | 
  toFile | 
  toRealPath | options
  toString | 
  toUri | 
java.nio.file.PathMatcher
 Methods: 1
  matches | path
java.nio.file.SecureDirectoryStream
 Methods: 7
  deleteDirectory | path
  deleteFile | path
  getFileAttributeView | type
  getFileAttributeView | path, type, options
  move | srcpath, targetdir, targetpath
  newByteChannel | path, options, attrs
  newDirectoryStream | path, options
java.nio.file.Watchable
 Methods: 2
  register | watcher, events, modifiers
  register | watcher, events
java.nio.file.WatchEvent
 Methods: 3
  context | 
  count | 
  kind | 
java.nio.file.WatchEvent$Kind
 Methods: 2
  name | 
  type | 
java.nio.file.WatchEvent$Modifier
 Methods: 1
  name | 
java.nio.file.WatchKey
 Methods: 5
  cancel | 
  isValid | 
  pollEvents | 
  reset | 
  watchable | 
java.nio.file.WatchService
 Methods: 4
  close | 
  poll | timeout, unit
  poll | 
  take | 
java.nio.file.Files
 Methods: 65
  copy | source, target, options
  copy | source, out
  copy | in, target, options
  createDirectories | dir, attrs
  createDirectory | dir, attrs
  createFile | path, attrs
  createLink | link, existing
  createSymbolicLink | link, target, attrs
  createTempDirectory | prefix, attrs
  createTempDirectory | dir, prefix, attrs
  createTempFile | dir, prefix, suffix, attrs
  createTempFile | prefix, suffix, attrs
  delete | path
  deleteIfExists | path
  exists | path, options
  find | start, maxDepth, , matcher, options
  getAttribute | path, attribute, options
  getFileAttributeView | path, type, options
  getFileStore | path
  getLastModifiedTime | path, options
  getOwner | path, options
  getPosixFilePermissions | path, options
  isDirectory | path, options
  isExecutable | path
  isHidden | path
  isReadable | path
  isRegularFile | path, options
  isSameFile | path, path2
  isSymbolicLink | path
  isWritable | path
  lines | path
  lines | path, cs
  list | dir
  move | source, target, options
  newBufferedReader | path, cs
  newBufferedReader | path
  newBufferedWriter | path, options
  newBufferedWriter | path, cs, options
  newByteChannel | path, options
  newByteChannel | path, options, attrs
  newDirectoryStream | dir, glob
  newDirectoryStream | dir, filter
  newDirectoryStream | dir
  newInputStream | path, options
  newOutputStream | path, options
  notExists | path, options
  probeContentType | path
  readAllBytes | path
  readAllLines | path, cs
  readAllLines | path
  readAttributes | path, attributes, options
  readAttributes | path, type, options
  readSymbolicLink | link
  setAttribute | path, attribute, value, options
  setLastModifiedTime | path, time
  setOwner | path, owner
  setPosixFilePermissions | path, perms
  size | path
  walk | start, options
  walk | start, maxDepth, options
  walkFileTree | start, visitor
  walkFileTree | start, options, maxDepth, visitor
  write | path, lines, options
  write | path, lines, cs, options
  write | path, bytes, options
java.nio.file.FileStore
 Methods: 10
  getAttribute | attribute
  getFileStoreAttributeView | type
  getTotalSpace | 
  getUnallocatedSpace | 
  getUsableSpace | 
  isReadOnly | 
  name | 
  supportsFileAttributeView | name
  supportsFileAttributeView | type
  type | 
java.nio.file.FileSystem
 Methods: 12
  close | 
  getFileStores | 
  getPath | first, more
  getPathMatcher | syntaxAndPattern
  getRootDirectories | 
  getSeparator | 
  getUserPrincipalLookupService | 
  isOpen | 
  isReadOnly | 
  newWatchService | 
  provider | 
  supportedFileAttributeViews | 
java.nio.file.FileSystems
 Methods: 5
  getDefault | 
  getFileSystem | uri
  newFileSystem | path, loader
  newFileSystem | uri, , env
  newFileSystem | uri, , env, loader
java.nio.file.LinkPermission
 Methods: 0
java.nio.file.Paths
 Methods: 2
  get | uri
  get | first, more
java.nio.file.SimpleFileVisitor
 Methods: 4
  postVisitDirectory | dir, exc
  preVisitDirectory | dir, attrs
  visitFile | file, attrs
  visitFileFailed | file, exc
java.nio.file.StandardWatchEventKinds
 Methods: 0
java.nio.file.AccessMode
 Methods: 2
  valueOf | name
  values | 
java.nio.file.FileVisitOption
 Methods: 2
  valueOf | name
  values | 
java.nio.file.FileVisitResult
 Methods: 2
  valueOf | name
  values | 
java.nio.file.LinkOption
 Methods: 2
  valueOf | name
  values | 
java.nio.file.StandardCopyOption
 Methods: 2
  valueOf | name
  values | 
java.nio.file.StandardOpenOption
 Methods: 2
  valueOf | name
  values | 
java.nio.file.AccessDeniedException
 Methods: 0
java.nio.file.AtomicMoveNotSupportedException
 Methods: 0
java.nio.file.ClosedDirectoryStreamException
 Methods: 0
java.nio.file.ClosedFileSystemException
 Methods: 0
java.nio.file.ClosedWatchServiceException
 Methods: 0
java.nio.file.DirectoryIteratorException
 Methods: 1
  getCause | 
java.nio.file.DirectoryNotEmptyException
 Methods: 0
java.nio.file.FileAlreadyExistsException
 Methods: 0
java.nio.file.FileSystemAlreadyExistsException
 Methods: 0
java.nio.file.FileSystemException
 Methods: 4
  getFile | 
  getMessage | 
  getOtherFile | 
  getReason | 
java.nio.file.FileSystemLoopException
 Methods: 0
java.nio.file.FileSystemNotFoundException
 Methods: 0
java.nio.file.InvalidPathException
 Methods: 4
  getIndex | 
  getInput | 
  getMessage | 
  getReason | 
java.nio.file.NoSuchFileException
 Methods: 0
java.nio.file.NotDirectoryException
 Methods: 0
java.nio.file.NotLinkException
 Methods: 0
java.nio.file.ProviderMismatchException
 Methods: 0
java.nio.file.ProviderNotFoundException
 Methods: 0
java.nio.file.ReadOnlyFileSystemException
 Methods: 0
java.nio.file.attribute.AclFileAttributeView
 Methods: 3
  getAcl | 
  name | 
  setAcl | acl
java.nio.file.attribute.AttributeView
 Methods: 1
  name | 
java.nio.file.attribute.BasicFileAttributes
 Methods: 9
  creationTime | 
  fileKey | 
  isDirectory | 
  isOther | 
  isRegularFile | 
  isSymbolicLink | 
  lastAccessTime | 
  lastModifiedTime | 
  size | 
java.nio.file.attribute.BasicFileAttributeView
 Methods: 3
  name | 
  readAttributes | 
  setTimes | lastModifiedTime, lastAccessTime, createTime
java.nio.file.attribute.DosFileAttributes
 Methods: 4
  isArchive | 
  isHidden | 
  isReadOnly | 
  isSystem | 
java.nio.file.attribute.DosFileAttributeView
 Methods: 6
  name | 
  readAttributes | 
  setArchive | value
  setHidden | value
  setReadOnly | value
  setSystem | value
java.nio.file.attribute.FileAttribute
 Methods: 2
  name | 
  value | 
java.nio.file.attribute.FileAttributeView
 Methods: 0
java.nio.file.attribute.FileOwnerAttributeView
 Methods: 3
  getOwner | 
  name | 
  setOwner | owner
java.nio.file.attribute.FileStoreAttributeView
 Methods: 0
java.nio.file.attribute.GroupPrincipal
 Methods: 0
java.nio.file.attribute.PosixFileAttributes
 Methods: 3
  group | 
  owner | 
  permissions | 
java.nio.file.attribute.PosixFileAttributeView
 Methods: 4
  name | 
  readAttributes | 
  setGroup | group
  setPermissions | perms
java.nio.file.attribute.UserDefinedFileAttributeView
 Methods: 6
  delete | name
  list | 
  name | 
  read | name, dst
  size | name
  write | name, src
java.nio.file.attribute.UserPrincipal
 Methods: 0
java.nio.file.attribute.AclEntry
 Methods: 9
  equals | ob
  flags | 
  hashCode | 
  newBuilder | entry
  newBuilder | 
  permissions | 
  principal | 
  toString | 
  type | 
java.nio.file.attribute.AclEntry$Builder
 Methods: 7
  build | 
  setFlags | flags
  setFlags | flags
  setPermissions | perms
  setPermissions | perms
  setPrincipal | who
  setType | type
java.nio.file.attribute.FileTime
 Methods: 10
  compareTo | other
  equals | obj
  from | instant
  from | value, unit
  fromMillis | value
  hashCode | 
  to | unit
  toInstant | 
  toMillis | 
  toString | 
java.nio.file.attribute.PosixFilePermissions
 Methods: 3
  asFileAttribute | perms
  fromString | perms
  toString | perms
java.nio.file.attribute.UserPrincipalLookupService
 Methods: 2
  lookupPrincipalByGroupName | group
  lookupPrincipalByName | name
java.nio.file.attribute.AclEntryFlag
 Methods: 2
  valueOf | name
  values | 
java.nio.file.attribute.AclEntryPermission
 Methods: 2
  valueOf | name
  values | 
java.nio.file.attribute.AclEntryType
 Methods: 2
  valueOf | name
  values | 
java.nio.file.attribute.PosixFilePermission
 Methods: 2
  valueOf | name
  values | 
java.nio.file.attribute.UserPrincipalNotFoundException
 Methods: 1
  getName | 
java.nio.file.spi.FileSystemProvider
 Methods: 28
  checkAccess | path, modes
  copy | source, target, options
  createDirectory | dir, attrs
  createLink | link, existing
  createSymbolicLink | link, target, attrs
  delete | path
  deleteIfExists | path
  getFileAttributeView | path, type, options
  getFileStore | path
  getFileSystem | uri
  getPath | uri
  getScheme | 
  installedProviders | 
  isHidden | path
  isSameFile | path, path2
  move | source, target, options
  newAsynchronousFileChannel | path, options, executor, attrs
  newByteChannel | path, options, attrs
  newDirectoryStream | dir, filter
  newFileChannel | path, options, attrs
  newFileSystem | path, , env
  newFileSystem | uri, , env
  newInputStream | path, options
  newOutputStream | path, options
  readAttributes | path, attributes, options
  readAttributes | path, type, options
  readSymbolicLink | link
  setAttribute | path, attribute, value, options
java.nio.file.spi.FileTypeDetector
 Methods: 1
  probeContentType | path
java.security.AlgorithmConstraints
 Methods: 3
  permits | primitives, algorithm, parameters
  permits | primitives, algorithm, key, parameters
  permits | primitives, key
java.security.Certificate
 Methods: 7
  decode | stream
  encode | stream
  getFormat | 
  getGuarantor | 
  getPrincipal | 
  getPublicKey | 
  toString | detailed
java.security.DomainCombiner
 Methods: 1
  combine | currentDomains, assignedDomains
java.security.Guard
 Methods: 1
  checkGuard | object
java.security.Key
 Methods: 3
  getAlgorithm | 
  getEncoded | 
  getFormat | 
java.security.KeyStore$Entry
 Methods: 1
  getAttributes | 
java.security.KeyStore$Entry$Attribute
 Methods: 2
  getName | 
  getValue | 
java.security.KeyStore$LoadStoreParameter
 Methods: 1
  getProtectionParameter | 
java.security.KeyStore$ProtectionParameter
 Methods: 0
java.security.Policy$Parameters
 Methods: 0
java.security.Principal
 Methods: 5
  equals | another
  getName | 
  hashCode | 
  implies | subject
  toString | 
java.security.PrivateKey
 Methods: 0
java.security.PrivilegedAction
 Methods: 1
  run | 
java.security.PrivilegedExceptionAction
 Methods: 1
  run | 
java.security.PublicKey
 Methods: 0
java.security.AccessControlContext
 Methods: 2
  checkPermission | perm
  getDomainCombiner | 
java.security.AccessController
 Methods: 8
  checkPermission | perm
  doPrivileged | action, context
  doPrivileged | action
  doPrivileged | action
  doPrivileged | action, context
  doPrivilegedWithCombiner | action
  doPrivilegedWithCombiner | action
  getContext | 
java.security.AlgorithmParameterGenerator
 Methods: 10
  generateParameters | 
  getAlgorithm | 
  getInstance | algorithm
  getInstance | algorithm, provider
  getInstance | algorithm, provider
  getProvider | 
  init | genParamSpec, random
  init | size
  init | size, random
  init | genParamSpec
java.security.AlgorithmParameterGeneratorSpi
 Methods: 0
java.security.AlgorithmParameters
 Methods: 12
  getAlgorithm | 
  getEncoded | format
  getEncoded | 
  getInstance | algorithm
  getInstance | algorithm, provider
  getInstance | algorithm, provider
  getParameterSpec | paramSpec
  getProvider | 
  init | params
  init | paramSpec
  init | params, format
  toString | 
java.security.AlgorithmParametersSpi
 Methods: 0
java.security.AllPermission
 Methods: 2
  getActions | 
  implies | p
java.security.AuthProvider
 Methods: 3
  login | subject, handler
  logout | 
  setCallbackHandler | handler
java.security.BasicPermission
 Methods: 2
  getActions | 
  implies | p
java.security.CodeSigner
 Methods: 5
  equals | obj
  getSignerCertPath | 
  getTimestamp | 
  hashCode | 
  toString | 
java.security.CodeSource
 Methods: 4
  getCertificates | 
  getCodeSigners | 
  getLocation | 
  implies | codesource
java.security.DigestInputStream
 Methods: 6
  getMessageDigest | 
  on | on
  read | 
  read | b, off, len
  setMessageDigest | digest
  toString | 
java.security.DigestOutputStream
 Methods: 6
  getMessageDigest | 
  on | on
  setMessageDigest | digest
  toString | 
  write | b, off, len
  write | b
java.security.DomainLoadStoreParameter
 Methods: 3
  getConfiguration | 
  getProtectionParameter | 
  getProtectionParams | 
java.security.GuardedObject
 Methods: 1
  getObject | 
java.security.Identity
 Methods: 13
  addCertificate | certificate
  certificates | 
  equals | identity
  getInfo | 
  getName | 
  getPublicKey | 
  getScope | 
  hashCode | 
  removeCertificate | certificate
  setInfo | info
  setPublicKey | key
  toString | 
  toString | detailed
java.security.IdentityScope
 Methods: 9
  addIdentity | identity
  getIdentity | name
  getIdentity | key
  getIdentity | principal
  getSystemScope | 
  identities | 
  removeIdentity | identity
  size | 
  toString | 
java.security.KeyFactory
 Methods: 9
  generatePrivate | keySpec
  generatePublic | keySpec
  getAlgorithm | 
  getInstance | algorithm
  getInstance | algorithm, provider
  getInstance | algorithm, provider
  getKeySpec | key, keySpec
  getProvider | 
  translateKey | key
java.security.KeyFactorySpi
 Methods: 0
java.security.KeyPair
 Methods: 2
  getPrivate | 
  getPublic | 
java.security.KeyPairGenerator
 Methods: 11
  genKeyPair | 
  generateKeyPair | 
  getAlgorithm | 
  getInstance | algorithm
  getInstance | algorithm, provider
  getInstance | algorithm, provider
  getProvider | 
  initialize | params, random
  initialize | params
  initialize | keysize, random
  initialize | keysize
java.security.KeyPairGeneratorSpi
 Methods: 3
  generateKeyPair | 
  initialize | params, random
  initialize | keysize, random
java.security.KeyRep
 Methods: 0
java.security.KeyStore
 Methods: 27
  aliases | 
  containsAlias | alias
  deleteEntry | alias
  entryInstanceOf | alias, entryClass
  getCertificate | alias
  getCertificateAlias | cert
  getCertificateChain | alias
  getCreationDate | alias
  getDefaultType | 
  getEntry | alias, protParam
  getInstance | type
  getInstance | type, provider
  getInstance | type, provider
  getKey | alias, password
  getProvider | 
  getType | 
  isCertificateEntry | alias
  isKeyEntry | alias
  load | param
  load | stream, password
  setCertificateEntry | alias, cert
  setEntry | alias, entry, protParam
  setKeyEntry | alias, key, password, chain
  setKeyEntry | alias, key, chain
  size | 
  store | stream, password
  store | param
java.security.KeyStore$Builder
 Methods: 5
  getKeyStore | 
  getProtectionParameter | alias
  newInstance | type, provider, protection
  newInstance | type, provider, file, protection
  newInstance | keyStore, protectionParameter
java.security.KeyStore$CallbackHandlerProtection
 Methods: 1
  getCallbackHandler | 
java.security.KeyStore$PasswordProtection
 Methods: 5
  destroy | 
  getPassword | 
  getProtectionAlgorithm | 
  getProtectionParameters | 
  isDestroyed | 
java.security.KeyStore$PrivateKeyEntry
 Methods: 5
  getAttributes | 
  getCertificate | 
  getCertificateChain | 
  getPrivateKey | 
  toString | 
java.security.KeyStore$SecretKeyEntry
 Methods: 3
  getAttributes | 
  getSecretKey | 
  toString | 
java.security.KeyStore$TrustedCertificateEntry
 Methods: 3
  getAttributes | 
  getTrustedCertificate | 
  toString | 
java.security.KeyStoreSpi
 Methods: 21
  engineAliases | 
  engineContainsAlias | alias
  engineDeleteEntry | alias
  engineEntryInstanceOf | alias, entryClass
  engineGetCertificate | alias
  engineGetCertificateAlias | cert
  engineGetCertificateChain | alias
  engineGetCreationDate | alias
  engineGetEntry | alias, protParam
  engineGetKey | alias, password
  engineIsCertificateEntry | alias
  engineIsKeyEntry | alias
  engineLoad | param
  engineLoad | stream, password
  engineSetCertificateEntry | alias, cert
  engineSetEntry | alias, entry, protParam
  engineSetKeyEntry | alias, key, password, chain
  engineSetKeyEntry | alias, key, chain
  engineSize | 
  engineStore | param
  engineStore | stream, password
java.security.MessageDigest
 Methods: 17
  clone | 
  digest | buf, offset, len
  digest | 
  digest | input
  getAlgorithm | 
  getDigestLength | 
  getInstance | algorithm
  getInstance | algorithm, provider
  getInstance | algorithm, provider
  getProvider | 
  isEqual | digesta, digestb
  reset | 
  toString | 
  update | input
  update | input, offset, len
  update | input
  update | input
java.security.MessageDigestSpi
 Methods: 1
  clone | 
java.security.Permission
 Methods: 5
  checkGuard | object
  getActions | 
  getName | 
  implies | permission
  newPermissionCollection | 
java.security.PermissionCollection
 Methods: 5
  add | permission
  elements | 
  implies | permission
  isReadOnly | 
  setReadOnly | 
java.security.Permissions
 Methods: 3
  add | permission
  elements | 
  implies | permission
java.security.PKCS12Attribute
 Methods: 6
  equals | obj
  getEncoded | 
  getName | 
  getValue | 
  hashCode | 
  toString | 
java.security.Policy
 Methods: 12
  getInstance | type, params
  getInstance | type, params, provider
  getInstance | type, params, provider
  getParameters | 
  getPermissions | domain
  getPermissions | codesource
  getPolicy | 
  getProvider | 
  getType | 
  implies | domain, permission
  refresh | 
  setPolicy | p
java.security.PolicySpi
 Methods: 0
java.security.ProtectionDomain
 Methods: 5
  getClassLoader | 
  getCodeSource | 
  getPermissions | 
  getPrincipals | 
  implies | permission
java.security.Provider
 Methods: 29
  clear | 
  compute | key, ? super ,  ? super , remappingFunction
  computeIfAbsent | key, ? super , mappingFunction
  computeIfPresent | key, ? super ,  ? super , remappingFunction
  elements | 
  entrySet | 
  forEach | ? super , action
  get | key
  getInfo | 
  getName | 
  getOrDefault | key, defaultValue
  getProperty | key
  getService | type, algorithm
  getServices | 
  getVersion | 
  keySet | 
  keys | 
  load | inStream
  merge | key, value, ? super ,  ? super , remappingFunction
  put | key, value
  putAll | ?, t
  putIfAbsent | key, value
  remove | key, value
  remove | key
  replace | key, value
  replace | key, oldValue, newValue
  replaceAll | ? super ,  ? super , function
  toString | 
  values | 
java.security.Provider$Service
 Methods: 8
  getAlgorithm | 
  getAttribute | name
  getClassName | 
  getProvider | 
  getType | 
  newInstance | constructorParameter
  supportsParameter | parameter
  toString | 
java.security.SecureClassLoader
 Methods: 0
java.security.SecureRandom
 Methods: 11
  generateSeed | numBytes
  getAlgorithm | 
  getInstance | algorithm
  getInstance | algorithm, provider
  getInstance | algorithm, provider
  getInstanceStrong | 
  getProvider | 
  getSeed | numBytes
  nextBytes | bytes
  setSeed | seed
  setSeed | seed
java.security.SecureRandomSpi
 Methods: 0
java.security.Security
 Methods: 11
  addProvider | provider
  getAlgorithmProperty | algName, propName
  getAlgorithms | serviceName
  getProperty | key
  getProvider | name
  getProviders | , filter
  getProviders | 
  getProviders | filter
  insertProviderAt | provider, position
  removeProvider | name
  setProperty | key, datum
java.security.SecurityPermission
 Methods: 0
java.security.Signature
 Methods: 23
  clone | 
  getAlgorithm | 
  getInstance | algorithm
  getInstance | algorithm, provider
  getInstance | algorithm, provider
  getParameter | param
  getParameters | 
  getProvider | 
  initSign | privateKey, random
  initSign | privateKey
  initVerify | publicKey
  initVerify | certificate
  setParameter | params
  setParameter | param, value
  sign | outbuf, offset, len
  sign | 
  toString | 
  update | data
  update | data, off, len
  update | data
  update | b
  verify | signature, offset, length
  verify | signature
java.security.SignatureSpi
 Methods: 1
  clone | 
java.security.SignedObject
 Methods: 4
  getAlgorithm | 
  getObject | 
  getSignature | 
  verify | verificationKey, verificationEngine
java.security.Signer
 Methods: 3
  getPrivateKey | 
  setKeyPair | pair
  toString | 
java.security.Timestamp
 Methods: 5
  equals | obj
  getSignerCertPath | 
  getTimestamp | 
  hashCode | 
  toString | 
java.security.UnresolvedPermission
 Methods: 6
  getActions | 
  getUnresolvedActions | 
  getUnresolvedCerts | 
  getUnresolvedName | 
  getUnresolvedType | 
  implies | p
java.security.CryptoPrimitive
 Methods: 2
  valueOf | name
  values | 
java.security.KeyRep$Type
 Methods: 2
  valueOf | name
  values | 
java.security.AccessControlException
 Methods: 1
  getPermission | 
java.security.DigestException
 Methods: 0
java.security.GeneralSecurityException
 Methods: 0
java.security.InvalidAlgorithmParameterException
 Methods: 0
java.security.InvalidKeyException
 Methods: 0
java.security.InvalidParameterException
 Methods: 0
java.security.KeyException
 Methods: 0
java.security.KeyManagementException
 Methods: 0
java.security.KeyStoreException
 Methods: 0
java.security.NoSuchAlgorithmException
 Methods: 0
java.security.NoSuchProviderException
 Methods: 0
java.security.PrivilegedActionException
 Methods: 3
  getCause | 
  getException | 
  toString | 
java.security.ProviderException
 Methods: 0
java.security.SignatureException
 Methods: 0
java.security.UnrecoverableEntryException
 Methods: 0
java.security.UnrecoverableKeyException
 Methods: 0
java.security.acl.Acl
 Methods: 8
  addEntry | caller, entry
  checkPermission | principal, permission
  entries | 
  getName | 
  getPermissions | user
  removeEntry | caller, entry
  setName | caller, name
  toString | 
java.security.acl.AclEntry
 Methods: 10
  addPermission | permission
  checkPermission | permission
  clone | 
  getPrincipal | 
  isNegative | 
  permissions | 
  removePermission | permission
  setNegativePermissions | 
  setPrincipal | user
  toString | 
java.security.acl.Group
 Methods: 4
  addMember | user
  isMember | member
  members | 
  removeMember | user
java.security.acl.Owner
 Methods: 3
  addOwner | caller, owner
  deleteOwner | caller, owner
  isOwner | owner
java.security.acl.Permission
 Methods: 0
java.security.acl.AclNotFoundException
 Methods: 0
java.security.acl.LastOwnerException
 Methods: 0
java.security.acl.NotOwnerException
 Methods: 0
java.security.cert.CertPathBuilderResult
 Methods: 2
  clone | 
  getCertPath | 
java.security.cert.CertPathChecker
 Methods: 3
  check | cert
  init | forward
  isForwardCheckingSupported | 
java.security.cert.CertPathParameters
 Methods: 1
  clone | 
java.security.cert.CertPathValidatorException$Reason
 Methods: 0
java.security.cert.CertPathValidatorResult
 Methods: 1
  clone | 
java.security.cert.CertSelector
 Methods: 2
  clone | 
  match | cert
java.security.cert.CertStoreParameters
 Methods: 1
  clone | 
java.security.cert.CRLSelector
 Methods: 2
  clone | 
  match | crl
java.security.cert.Extension
 Methods: 4
  encode | out
  getId | 
  getValue | 
  isCritical | 
java.security.cert.PolicyNode
 Methods: 7
  getChildren | 
  getDepth | 
  getExpectedPolicies | 
  getParent | 
  getPolicyQualifiers | 
  getValidPolicy | 
  isCritical | 
java.security.cert.X509Extension
 Methods: 4
  getCriticalExtensionOIDs | 
  getExtensionValue | oid
  getNonCriticalExtensionOIDs | 
  hasUnsupportedCriticalExtension | 
java.security.cert.Certificate
 Methods: 9
  equals | other
  getEncoded | 
  getPublicKey | 
  getType | 
  hashCode | 
  toString | 
  verify | key, sigProvider
  verify | key, sigProvider
  verify | key
java.security.cert.Certificate$CertificateRep
 Methods: 0
java.security.cert.CertificateFactory
 Methods: 13
  generateCRL | inStream
  generateCRLs | inStream
  generateCertPath | certificates
  generateCertPath | inStream
  generateCertPath | inStream, encoding
  generateCertificate | inStream
  generateCertificates | inStream
  getCertPathEncodings | 
  getInstance | type
  getInstance | type, provider
  getInstance | type, provider
  getProvider | 
  getType | 
java.security.cert.CertificateFactorySpi
 Methods: 8
  engineGenerateCRL | inStream
  engineGenerateCRLs | inStream
  engineGenerateCertPath | inStream, encoding
  engineGenerateCertPath | certificates
  engineGenerateCertPath | inStream
  engineGenerateCertificate | inStream
  engineGenerateCertificates | inStream
  engineGetCertPathEncodings | 
java.security.cert.CertPath
 Methods: 8
  equals | other
  getCertificates | 
  getEncoded | encoding
  getEncoded | 
  getEncodings | 
  getType | 
  hashCode | 
  toString | 
java.security.cert.CertPath$CertPathRep
 Methods: 0
java.security.cert.CertPathBuilder
 Methods: 8
  build | params
  getAlgorithm | 
  getDefaultType | 
  getInstance | algorithm
  getInstance | algorithm, provider
  getInstance | algorithm, provider
  getProvider | 
  getRevocationChecker | 
java.security.cert.CertPathBuilderSpi
 Methods: 2
  engineBuild | params
  engineGetRevocationChecker | 
java.security.cert.CertPathValidator
 Methods: 8
  getAlgorithm | 
  getDefaultType | 
  getInstance | algorithm
  getInstance | algorithm, provider
  getInstance | algorithm, provider
  getProvider | 
  getRevocationChecker | 
  validate | certPath, params
java.security.cert.CertPathValidatorSpi
 Methods: 2
  engineGetRevocationChecker | 
  engineValidate | certPath, params
java.security.cert.CertStore
 Methods: 9
  getCRLs | selector
  getCertStoreParameters | 
  getCertificates | selector
  getDefaultType | 
  getInstance | type, params
  getInstance | type, params, provider
  getInstance | type, params, provider
  getProvider | 
  getType | 
java.security.cert.CertStoreSpi
 Methods: 2
  engineGetCRLs | selector
  engineGetCertificates | selector
java.security.cert.CollectionCertStoreParameters
 Methods: 3
  clone | 
  getCollection | 
  toString | 
java.security.cert.CRL
 Methods: 3
  getType | 
  isRevoked | cert
  toString | 
java.security.cert.LDAPCertStoreParameters
 Methods: 4
  clone | 
  getPort | 
  getServerName | 
  toString | 
java.security.cert.PKIXBuilderParameters
 Methods: 3
  getMaxPathLength | 
  setMaxPathLength | maxPathLength
  toString | 
java.security.cert.PKIXCertPathBuilderResult
 Methods: 2
  getCertPath | 
  toString | 
java.security.cert.PKIXCertPathChecker
 Methods: 6
  check | cert
  check | cert, unresolvedCritExts
  clone | 
  getSupportedExtensions | 
  init | forward
  isForwardCheckingSupported | 
java.security.cert.PKIXCertPathValidatorResult
 Methods: 5
  clone | 
  getPolicyTree | 
  getPublicKey | 
  getTrustAnchor | 
  toString | 
java.security.cert.PKIXParameters
 Methods: 28
  addCertPathChecker | checker
  addCertStore | store
  clone | 
  getCertPathCheckers | 
  getCertStores | 
  getDate | 
  getInitialPolicies | 
  getPolicyQualifiersRejected | 
  getSigProvider | 
  getTargetCertConstraints | 
  getTrustAnchors | 
  isAnyPolicyInhibited | 
  isExplicitPolicyRequired | 
  isPolicyMappingInhibited | 
  isRevocationEnabled | 
  setAnyPolicyInhibited | val
  setCertPathCheckers | checkers
  setCertStores | stores
  setDate | date
  setExplicitPolicyRequired | val
  setInitialPolicies | initialPolicies
  setPolicyMappingInhibited | val
  setPolicyQualifiersRejected | qualifiersRejected
  setRevocationEnabled | val
  setSigProvider | sigProvider
  setTargetCertConstraints | selector
  setTrustAnchors | trustAnchors
  toString | 
java.security.cert.PKIXRevocationChecker
 Methods: 12
  clone | 
  getOcspExtensions | 
  getOcspResponder | 
  getOcspResponderCert | 
  getOcspResponses | 
  getOptions | 
  getSoftFailExceptions | 
  setOcspExtensions | extensions
  setOcspResponder | uri
  setOcspResponderCert | cert
  setOcspResponses | , responses
  setOptions | options
java.security.cert.PolicyQualifierInfo
 Methods: 4
  getEncoded | 
  getPolicyQualifier | 
  getPolicyQualifierId | 
  toString | 
java.security.cert.TrustAnchor
 Methods: 6
  getCA | 
  getCAName | 
  getCAPublicKey | 
  getNameConstraints | 
  getTrustedCert | 
  toString | 
java.security.cert.X509Certificate
 Methods: 23
  checkValidity | 
  checkValidity | date
  getBasicConstraints | 
  getExtendedKeyUsage | 
  getIssuerAlternativeNames | 
  getIssuerDN | 
  getIssuerUniqueID | 
  getIssuerX500Principal | 
  getKeyUsage | 
  getNotAfter | 
  getNotBefore | 
  getSerialNumber | 
  getSigAlgName | 
  getSigAlgOID | 
  getSigAlgParams | 
  getSignature | 
  getSubjectAlternativeNames | 
  getSubjectDN | 
  getSubjectUniqueID | 
  getSubjectX500Principal | 
  getTBSCertificate | 
  getVersion | 
  verify | key, sigProvider
java.security.cert.X509CertSelector
 Methods: 52
  addPathToName | type, name
  addPathToName | type, name
  addSubjectAlternativeName | type, name
  addSubjectAlternativeName | type, name
  clone | 
  getAuthorityKeyIdentifier | 
  getBasicConstraints | 
  getCertificate | 
  getCertificateValid | 
  getExtendedKeyUsage | 
  getIssuer | 
  getIssuerAsBytes | 
  getIssuerAsString | 
  getKeyUsage | 
  getMatchAllSubjectAltNames | 
  getNameConstraints | 
  getPathToNames | 
  getPolicy | 
  getPrivateKeyValid | 
  getSerialNumber | 
  getSubject | 
  getSubjectAlternativeNames | 
  getSubjectAsBytes | 
  getSubjectAsString | 
  getSubjectKeyIdentifier | 
  getSubjectPublicKey | 
  getSubjectPublicKeyAlgID | 
  match | cert
  setAuthorityKeyIdentifier | authorityKeyID
  setBasicConstraints | minMaxPathLen
  setCertificate | cert
  setCertificateValid | certValid
  setExtendedKeyUsage | keyPurposeSet
  setIssuer | issuerDN
  setIssuer | issuer
  setIssuer | issuerDN
  setKeyUsage | keyUsage
  setMatchAllSubjectAltNames | matchAllNames
  setNameConstraints | bytes
  setPathToNames | names
  setPolicy | certPolicySet
  setPrivateKeyValid | privateKeyValid
  setSerialNumber | serial
  setSubject | subject
  setSubject | subjectDN
  setSubject | subjectDN
  setSubjectAlternativeNames | names
  setSubjectKeyIdentifier | subjectKeyID
  setSubjectPublicKey | key
  setSubjectPublicKey | key
  setSubjectPublicKeyAlgID | oid
  toString | 
java.security.cert.X509CRL
 Methods: 19
  equals | other
  getEncoded | 
  getIssuerDN | 
  getIssuerX500Principal | 
  getNextUpdate | 
  getRevokedCertificate | certificate
  getRevokedCertificate | serialNumber
  getRevokedCertificates | 
  getSigAlgName | 
  getSigAlgOID | 
  getSigAlgParams | 
  getSignature | 
  getTBSCertList | 
  getThisUpdate | 
  getVersion | 
  hashCode | 
  verify | key, sigProvider
  verify | key
  verify | key, sigProvider
java.security.cert.X509CRLEntry
 Methods: 9
  equals | other
  getCertificateIssuer | 
  getEncoded | 
  getRevocationDate | 
  getRevocationReason | 
  getSerialNumber | 
  hasExtensions | 
  hashCode | 
  toString | 
java.security.cert.X509CRLSelector
 Methods: 18
  addIssuer | issuer
  addIssuerName | name
  addIssuerName | name
  clone | 
  getCertificateChecking | 
  getDateAndTime | 
  getIssuerNames | 
  getIssuers | 
  getMaxCRL | 
  getMinCRL | 
  match | crl
  setCertificateChecking | cert
  setDateAndTime | dateAndTime
  setIssuerNames | names
  setIssuers | issuers
  setMaxCRLNumber | maxCRL
  setMinCRLNumber | minCRL
  toString | 
java.security.cert.CertPathValidatorException$BasicReason
 Methods: 2
  valueOf | name
  values | 
java.security.cert.CRLReason
 Methods: 2
  valueOf | name
  values | 
java.security.cert.PKIXReason
 Methods: 2
  valueOf | name
  values | 
java.security.cert.PKIXRevocationChecker$Option
 Methods: 2
  valueOf | name
  values | 
java.security.cert.CertificateEncodingException
 Methods: 0
java.security.cert.CertificateException
 Methods: 0
java.security.cert.CertificateExpiredException
 Methods: 0
java.security.cert.CertificateNotYetValidException
 Methods: 0
java.security.cert.CertificateParsingException
 Methods: 0
java.security.cert.CertificateRevokedException
 Methods: 6
  getAuthorityName | 
  getExtensions | 
  getInvalidityDate | 
  getMessage | 
  getRevocationDate | 
  getRevocationReason | 
java.security.cert.CertPathBuilderException
 Methods: 0
java.security.cert.CertPathValidatorException
 Methods: 3
  getCertPath | 
  getIndex | 
  getReason | 
java.security.cert.CertStoreException
 Methods: 0
java.security.cert.CRLException
 Methods: 0
java.security.interfaces.DSAKey
 Methods: 1
  getParams | 
java.security.interfaces.DSAKeyPairGenerator
 Methods: 2
  initialize | params, random
  initialize | modlen, genParams, random
java.security.interfaces.DSAParams
 Methods: 3
  getG | 
  getP | 
  getQ | 
java.security.interfaces.DSAPrivateKey
 Methods: 1
  getX | 
java.security.interfaces.DSAPublicKey
 Methods: 1
  getY | 
java.security.interfaces.ECKey
 Methods: 1
  getParams | 
java.security.interfaces.ECPrivateKey
 Methods: 1
  getS | 
java.security.interfaces.ECPublicKey
 Methods: 1
  getW | 
java.security.interfaces.RSAKey
 Methods: 1
  getModulus | 
java.security.interfaces.RSAMultiPrimePrivateCrtKey
 Methods: 7
  getCrtCoefficient | 
  getOtherPrimeInfo | 
  getPrimeExponentP | 
  getPrimeExponentQ | 
  getPrimeP | 
  getPrimeQ | 
  getPublicExponent | 
java.security.interfaces.RSAPrivateCrtKey
 Methods: 6
  getCrtCoefficient | 
  getPrimeExponentP | 
  getPrimeExponentQ | 
  getPrimeP | 
  getPrimeQ | 
  getPublicExponent | 
java.security.interfaces.RSAPrivateKey
 Methods: 1
  getPrivateExponent | 
java.security.interfaces.RSAPublicKey
 Methods: 1
  getPublicExponent | 
java.security.spec.AlgorithmParameterSpec
 Methods: 0
java.security.spec.ECField
 Methods: 1
  getFieldSize | 
java.security.spec.KeySpec
 Methods: 0
java.security.spec.DSAParameterSpec
 Methods: 3
  getG | 
  getP | 
  getQ | 
java.security.spec.DSAPrivateKeySpec
 Methods: 4
  getG | 
  getP | 
  getQ | 
  getX | 
java.security.spec.DSAPublicKeySpec
 Methods: 4
  getG | 
  getP | 
  getQ | 
  getY | 
java.security.spec.ECFieldF2m
 Methods: 6
  equals | obj
  getFieldSize | 
  getM | 
  getMidTermsOfReductionPolynomial | 
  getReductionPolynomial | 
  hashCode | 
java.security.spec.ECFieldFp
 Methods: 4
  equals | obj
  getFieldSize | 
  getP | 
  hashCode | 
java.security.spec.ECGenParameterSpec
 Methods: 1
  getName | 
java.security.spec.ECParameterSpec
 Methods: 4
  getCofactor | 
  getCurve | 
  getGenerator | 
  getOrder | 
java.security.spec.ECPoint
 Methods: 4
  equals | obj
  getAffineX | 
  getAffineY | 
  hashCode | 
java.security.spec.ECPrivateKeySpec
 Methods: 2
  getParams | 
  getS | 
java.security.spec.ECPublicKeySpec
 Methods: 2
  getParams | 
  getW | 
java.security.spec.EllipticCurve
 Methods: 6
  equals | obj
  getA | 
  getB | 
  getField | 
  getSeed | 
  hashCode | 
java.security.spec.EncodedKeySpec
 Methods: 2
  getEncoded | 
  getFormat | 
java.security.spec.MGF1ParameterSpec
 Methods: 1
  getDigestAlgorithm | 
java.security.spec.PKCS8EncodedKeySpec
 Methods: 2
  getEncoded | 
  getFormat | 
java.security.spec.PSSParameterSpec
 Methods: 5
  getDigestAlgorithm | 
  getMGFAlgorithm | 
  getMGFParameters | 
  getSaltLength | 
  getTrailerField | 
java.security.spec.RSAKeyGenParameterSpec
 Methods: 2
  getKeysize | 
  getPublicExponent | 
java.security.spec.RSAMultiPrimePrivateCrtKeySpec
 Methods: 7
  getCrtCoefficient | 
  getOtherPrimeInfo | 
  getPrimeExponentP | 
  getPrimeExponentQ | 
  getPrimeP | 
  getPrimeQ | 
  getPublicExponent | 
java.security.spec.RSAOtherPrimeInfo
 Methods: 3
  getCrtCoefficient | 
  getExponent | 
  getPrime | 
java.security.spec.RSAPrivateCrtKeySpec
 Methods: 6
  getCrtCoefficient | 
  getPrimeExponentP | 
  getPrimeExponentQ | 
  getPrimeP | 
  getPrimeQ | 
  getPublicExponent | 
java.security.spec.RSAPrivateKeySpec
 Methods: 2
  getModulus | 
  getPrivateExponent | 
java.security.spec.RSAPublicKeySpec
 Methods: 2
  getModulus | 
  getPublicExponent | 
java.security.spec.X509EncodedKeySpec
 Methods: 2
  getEncoded | 
  getFormat | 
java.security.spec.InvalidKeySpecException
 Methods: 0
java.security.spec.InvalidParameterSpecException
 Methods: 0
java.sql.Array
 Methods: 11
  free | 
  getArray | , map
  getArray | 
  getArray | index, count, , map
  getArray | index, count
  getBaseType | 
  getBaseTypeName | 
  getResultSet | 
  getResultSet | , map
  getResultSet | index, count, , map
  getResultSet | index, count
java.sql.Blob
 Methods: 11
  free | 
  getBinaryStream | pos, length
  getBinaryStream | 
  getBytes | pos, length
  length | 
  position | pattern, start
  position | pattern, start
  setBinaryStream | pos
  setBytes | pos, bytes, offset, len
  setBytes | pos, bytes
  truncate | len
java.sql.CallableStatement
 Methods: 111
  getArray | parameterIndex
  getArray | parameterName
  getBigDecimal | parameterName
  getBigDecimal | parameterIndex, scale
  getBigDecimal | parameterIndex
  getBlob | parameterIndex
  getBlob | parameterName
  getBoolean | parameterName
  getBoolean | parameterIndex
  getByte | parameterName
  getByte | parameterIndex
  getBytes | parameterName
  getBytes | parameterIndex
  getCharacterStream | parameterIndex
  getCharacterStream | parameterName
  getClob | parameterIndex
  getClob | parameterName
  getDate | parameterIndex
  getDate | parameterName
  getDate | parameterName, cal
  getDate | parameterIndex, cal
  getDouble | parameterIndex
  getDouble | parameterName
  getFloat | parameterName
  getFloat | parameterIndex
  getInt | parameterIndex
  getInt | parameterName
  getLong | parameterName
  getLong | parameterIndex
  getNCharacterStream | parameterIndex
  getNCharacterStream | parameterName
  getNClob | parameterName
  getNClob | parameterIndex
  getNString | parameterName
  getNString | parameterIndex
  getObject | parameterIndex
  getObject | parameterName
  getObject | parameterIndex, , map
  getObject | parameterName, , map
  getRef | parameterIndex
  getRef | parameterName
  getRowId | parameterIndex
  getRowId | parameterName
  getSQLXML | parameterName
  getSQLXML | parameterIndex
  getShort | parameterName
  getShort | parameterIndex
  getString | parameterIndex
  getString | parameterName
  getTime | parameterName
  getTime | parameterName, cal
  getTime | parameterIndex
  getTime | parameterIndex, cal
  getTimestamp | parameterIndex, cal
  getTimestamp | parameterIndex
  getTimestamp | parameterName, cal
  getTimestamp | parameterName
  getURL | parameterIndex
  getURL | parameterName
  registerOutParameter | parameterIndex, sqlType
  registerOutParameter | parameterName, sqlType, typeName
  registerOutParameter | parameterIndex, sqlType, typeName
  registerOutParameter | parameterIndex, sqlType, scale
  registerOutParameter | parameterName, sqlType, scale
  registerOutParameter | parameterName, sqlType
  setAsciiStream | parameterName, x, length
  setAsciiStream | parameterName, x, length
  setAsciiStream | parameterName, x
  setBigDecimal | parameterName, x
  setBinaryStream | parameterName, x
  setBinaryStream | parameterName, x, length
  setBinaryStream | parameterName, x, length
  setBlob | parameterName, x
  setBlob | parameterName, inputStream, length
  setBlob | parameterName, inputStream
  setBoolean | parameterName, x
  setByte | parameterName, x
  setBytes | parameterName, x
  setCharacterStream | parameterName, reader, length
  setCharacterStream | parameterName, reader, length
  setCharacterStream | parameterName, reader
  setClob | parameterName, x
  setClob | parameterName, reader, length
  setClob | parameterName, reader
  setDate | parameterName, x, cal
  setDate | parameterName, x
  setDouble | parameterName, x
  setFloat | parameterName, x
  setInt | parameterName, x
  setLong | parameterName, x
  setNCharacterStream | parameterName, value, length
  setNCharacterStream | parameterName, value
  setNClob | parameterName, reader, length
  setNClob | parameterName, value
  setNClob | parameterName, reader
  setNString | parameterName, value
  setNull | parameterName, sqlType
  setNull | parameterName, sqlType, typeName
  setObject | parameterName, x, targetSqlType, scale
  setObject | parameterName, x, targetSqlType
  setObject | parameterName, x
  setRowId | parameterName, x
  setSQLXML | parameterName, xmlObject
  setShort | parameterName, x
  setString | parameterName, x
  setTime | parameterName, x, cal
  setTime | parameterName, x
  setTimestamp | parameterName, x, cal
  setTimestamp | parameterName, x
  setURL | parameterName, val
  wasNull | 
java.sql.Clob
 Methods: 13
  free | 
  getAsciiStream | 
  getCharacterStream | 
  getCharacterStream | pos, length
  getSubString | pos, length
  length | 
  position | searchstr, start
  position | searchstr, start
  setAsciiStream | pos
  setCharacterStream | pos
  setString | pos, str, offset, len
  setString | pos, str
  truncate | len
java.sql.Connection
 Methods: 47
  clearWarnings | 
  close | 
  commit | 
  createArrayOf | typeName, elements
  createBlob | 
  createClob | 
  createNClob | 
  createSQLXML | 
  createStatement | resultSetType, resultSetConcurrency
  createStatement | 
  createStatement | resultSetType, resultSetConcurrency, resultSetHoldability
  createStruct | typeName, attributes
  getAutoCommit | 
  getCatalog | 
  getClientInfo | name
  getClientInfo | 
  getHoldability | 
  getMetaData | 
  getTransactionIsolation | 
  getTypeMap | 
  getWarnings | 
  isClosed | 
  isReadOnly | 
  isValid | timeout
  nativeSQL | sql
  prepareCall | sql, resultSetType, resultSetConcurrency
  prepareCall | sql
  prepareCall | sql, resultSetType, resultSetConcurrency, resultSetHoldability
  prepareStatement | sql, columnNames
  prepareStatement | sql, resultSetType, resultSetConcurrency, resultSetHoldability
  prepareStatement | sql, columnIndexes
  prepareStatement | sql
  prepareStatement | sql, autoGeneratedKeys
  prepareStatement | sql, resultSetType, resultSetConcurrency
  releaseSavepoint | savepoint
  rollback | 
  rollback | savepoint
  setAutoCommit | autoCommit
  setCatalog | catalog
  setClientInfo | properties
  setClientInfo | name, value
  setHoldability | holdability
  setReadOnly | readOnly
  setSavepoint | name
  setSavepoint | 
  setTransactionIsolation | level
  setTypeMap | , map
java.sql.DatabaseMetaData
 Methods: 172
  allProceduresAreCallable | 
  allTablesAreSelectable | 
  autoCommitFailureClosesAllResultSets | 
  dataDefinitionCausesTransactionCommit | 
  dataDefinitionIgnoredInTransactions | 
  deletesAreDetected | type
  doesMaxRowSizeIncludeBlobs | 
  getAttributes | catalog, schemaPattern, typeNamePattern, attributeNamePattern
  getBestRowIdentifier | catalog, schema, table, scope, nullable
  getCatalogSeparator | 
  getCatalogTerm | 
  getCatalogs | 
  getClientInfoProperties | 
  getColumnPrivileges | catalog, schema, table, columnNamePattern
  getColumns | catalog, schemaPattern, tableNamePattern, columnNamePattern
  getConnection | 
  getCrossReference | parentCatalog, parentSchema, parentTable, foreignCatalog, foreignSchema, foreignTable
  getDatabaseMajorVersion | 
  getDatabaseMinorVersion | 
  getDatabaseProductName | 
  getDatabaseProductVersion | 
  getDefaultTransactionIsolation | 
  getDriverMajorVersion | 
  getDriverMinorVersion | 
  getDriverName | 
  getDriverVersion | 
  getExportedKeys | catalog, schema, table
  getExtraNameCharacters | 
  getFunctionColumns | catalog, schemaPattern, functionNamePattern, columnNamePattern
  getFunctions | catalog, schemaPattern, functionNamePattern
  getIdentifierQuoteString | 
  getImportedKeys | catalog, schema, table
  getIndexInfo | catalog, schema, table, unique, approximate
  getJDBCMajorVersion | 
  getJDBCMinorVersion | 
  getMaxBinaryLiteralLength | 
  getMaxCatalogNameLength | 
  getMaxCharLiteralLength | 
  getMaxColumnNameLength | 
  getMaxColumnsInGroupBy | 
  getMaxColumnsInIndex | 
  getMaxColumnsInOrderBy | 
  getMaxColumnsInSelect | 
  getMaxColumnsInTable | 
  getMaxConnections | 
  getMaxCursorNameLength | 
  getMaxIndexLength | 
  getMaxProcedureNameLength | 
  getMaxRowSize | 
  getMaxSchemaNameLength | 
  getMaxStatementLength | 
  getMaxStatements | 
  getMaxTableNameLength | 
  getMaxTablesInSelect | 
  getMaxUserNameLength | 
  getNumericFunctions | 
  getPrimaryKeys | catalog, schema, table
  getProcedureColumns | catalog, schemaPattern, procedureNamePattern, columnNamePattern
  getProcedureTerm | 
  getProcedures | catalog, schemaPattern, procedureNamePattern
  getResultSetHoldability | 
  getRowIdLifetime | 
  getSQLKeywords | 
  getSQLStateType | 
  getSchemaTerm | 
  getSchemas | catalog, schemaPattern
  getSchemas | 
  getSearchStringEscape | 
  getStringFunctions | 
  getSuperTables | catalog, schemaPattern, tableNamePattern
  getSuperTypes | catalog, schemaPattern, typeNamePattern
  getSystemFunctions | 
  getTablePrivileges | catalog, schemaPattern, tableNamePattern
  getTableTypes | 
  getTables | catalog, schemaPattern, tableNamePattern, types
  getTimeDateFunctions | 
  getTypeInfo | 
  getUDTs | catalog, schemaPattern, typeNamePattern, types
  getURL | 
  getUserName | 
  getVersionColumns | catalog, schema, table
  insertsAreDetected | type
  isCatalogAtStart | 
  isReadOnly | 
  locatorsUpdateCopy | 
  nullPlusNonNullIsNull | 
  nullsAreSortedAtEnd | 
  nullsAreSortedAtStart | 
  nullsAreSortedHigh | 
  nullsAreSortedLow | 
  othersDeletesAreVisible | type
  othersInsertsAreVisible | type
  othersUpdatesAreVisible | type
  ownDeletesAreVisible | type
  ownInsertsAreVisible | type
  ownUpdatesAreVisible | type
  storesLowerCaseIdentifiers | 
  storesLowerCaseQuotedIdentifiers | 
  storesMixedCaseIdentifiers | 
  storesMixedCaseQuotedIdentifiers | 
  storesUpperCaseIdentifiers | 
  storesUpperCaseQuotedIdentifiers | 
  supportsANSI92EntryLevelSQL | 
  supportsANSI92FullSQL | 
  supportsANSI92IntermediateSQL | 
  supportsAlterTableWithAddColumn | 
  supportsAlterTableWithDropColumn | 
  supportsBatchUpdates | 
  supportsCatalogsInDataManipulation | 
  supportsCatalogsInIndexDefinitions | 
  supportsCatalogsInPrivilegeDefinitions | 
  supportsCatalogsInProcedureCalls | 
  supportsCatalogsInTableDefinitions | 
  supportsColumnAliasing | 
  supportsConvert | fromType, toType
  supportsConvert | 
  supportsCoreSQLGrammar | 
  supportsCorrelatedSubqueries | 
  supportsDataDefinitionAndDataManipulationTransactions | 
  supportsDataManipulationTransactionsOnly | 
  supportsDifferentTableCorrelationNames | 
  supportsExpressionsInOrderBy | 
  supportsExtendedSQLGrammar | 
  supportsFullOuterJoins | 
  supportsGetGeneratedKeys | 
  supportsGroupBy | 
  supportsGroupByBeyondSelect | 
  supportsGroupByUnrelated | 
  supportsIntegrityEnhancementFacility | 
  supportsLikeEscapeClause | 
  supportsLimitedOuterJoins | 
  supportsMinimumSQLGrammar | 
  supportsMixedCaseIdentifiers | 
  supportsMixedCaseQuotedIdentifiers | 
  supportsMultipleOpenResults | 
  supportsMultipleResultSets | 
  supportsMultipleTransactions | 
  supportsNamedParameters | 
  supportsNonNullableColumns | 
  supportsOpenCursorsAcrossCommit | 
  supportsOpenCursorsAcrossRollback | 
  supportsOpenStatementsAcrossCommit | 
  supportsOpenStatementsAcrossRollback | 
  supportsOrderByUnrelated | 
  supportsOuterJoins | 
  supportsPositionedDelete | 
  supportsPositionedUpdate | 
  supportsResultSetConcurrency | type, concurrency
  supportsResultSetHoldability | holdability
  supportsResultSetType | type
  supportsSavepoints | 
  supportsSchemasInDataManipulation | 
  supportsSchemasInIndexDefinitions | 
  supportsSchemasInPrivilegeDefinitions | 
  supportsSchemasInProcedureCalls | 
  supportsSchemasInTableDefinitions | 
  supportsSelectForUpdate | 
  supportsStatementPooling | 
  supportsStoredFunctionsUsingCallSyntax | 
  supportsStoredProcedures | 
  supportsSubqueriesInComparisons | 
  supportsSubqueriesInExists | 
  supportsSubqueriesInIns | 
  supportsSubqueriesInQuantifieds | 
  supportsTableCorrelationNames | 
  supportsTransactionIsolationLevel | level
  supportsTransactions | 
  supportsUnion | 
  supportsUnionAll | 
  updatesAreDetected | type
  usesLocalFilePerTable | 
  usesLocalFiles | 
java.sql.Driver
 Methods: 6
  acceptsURL | url
  connect | url, info
  getMajorVersion | 
  getMinorVersion | 
  getPropertyInfo | url, info
  jdbcCompliant | 
java.sql.NClob
 Methods: 0
java.sql.ParameterMetaData
 Methods: 9
  getParameterClassName | param
  getParameterCount | 
  getParameterMode | param
  getParameterType | param
  getParameterTypeName | param
  getPrecision | param
  getScale | param
  isNullable | param
  isSigned | param
java.sql.PreparedStatement
 Methods: 55
  addBatch | 
  clearParameters | 
  execute | 
  executeQuery | 
  executeUpdate | 
  getMetaData | 
  getParameterMetaData | 
  setArray | parameterIndex, x
  setAsciiStream | parameterIndex, x, length
  setAsciiStream | parameterIndex, x
  setAsciiStream | parameterIndex, x, length
  setBigDecimal | parameterIndex, x
  setBinaryStream | parameterIndex, x, length
  setBinaryStream | parameterIndex, x
  setBinaryStream | parameterIndex, x, length
  setBlob | parameterIndex, inputStream, length
  setBlob | parameterIndex, inputStream
  setBlob | parameterIndex, x
  setBoolean | parameterIndex, x
  setByte | parameterIndex, x
  setBytes | parameterIndex, x
  setCharacterStream | parameterIndex, reader, length
  setCharacterStream | parameterIndex, reader, length
  setCharacterStream | parameterIndex, reader
  setClob | parameterIndex, x
  setClob | parameterIndex, reader, length
  setClob | parameterIndex, reader
  setDate | parameterIndex, x
  setDate | parameterIndex, x, cal
  setDouble | parameterIndex, x
  setFloat | parameterIndex, x
  setInt | parameterIndex, x
  setLong | parameterIndex, x
  setNCharacterStream | parameterIndex, value, length
  setNCharacterStream | parameterIndex, value
  setNClob | parameterIndex, reader, length
  setNClob | parameterIndex, value
  setNClob | parameterIndex, reader
  setNString | parameterIndex, value
  setNull | parameterIndex, sqlType, typeName
  setNull | parameterIndex, sqlType
  setObject | parameterIndex, x, targetSqlType
  setObject | parameterIndex, x, targetSqlType, scaleOrLength
  setObject | parameterIndex, x
  setRef | parameterIndex, x
  setRowId | parameterIndex, x
  setSQLXML | parameterIndex, xmlObject
  setShort | parameterIndex, x
  setString | parameterIndex, x
  setTime | parameterIndex, x, cal
  setTime | parameterIndex, x
  setTimestamp | parameterIndex, x
  setTimestamp | parameterIndex, x, cal
  setURL | parameterIndex, x
  setUnicodeStream | parameterIndex, x, length
java.sql.Ref
 Methods: 4
  getBaseTypeName | 
  getObject | 
  getObject | , map
  setObject | value
java.sql.ResultSet
 Methods: 187
  absolute | row
  afterLast | 
  beforeFirst | 
  cancelRowUpdates | 
  clearWarnings | 
  close | 
  deleteRow | 
  findColumn | columnLabel
  first | 
  getArray | columnIndex
  getArray | columnLabel
  getAsciiStream | columnIndex
  getAsciiStream | columnLabel
  getBigDecimal | columnLabel
  getBigDecimal | columnLabel, scale
  getBigDecimal | columnIndex, scale
  getBigDecimal | columnIndex
  getBinaryStream | columnLabel
  getBinaryStream | columnIndex
  getBlob | columnIndex
  getBlob | columnLabel
  getBoolean | columnLabel
  getBoolean | columnIndex
  getByte | columnLabel
  getByte | columnIndex
  getBytes | columnLabel
  getBytes | columnIndex
  getCharacterStream | columnIndex
  getCharacterStream | columnLabel
  getClob | columnIndex
  getClob | columnLabel
  getConcurrency | 
  getCursorName | 
  getDate | columnIndex
  getDate | columnLabel
  getDate | columnLabel, cal
  getDate | columnIndex, cal
  getDouble | columnIndex
  getDouble | columnLabel
  getFetchDirection | 
  getFetchSize | 
  getFloat | columnLabel
  getFloat | columnIndex
  getHoldability | 
  getInt | columnIndex
  getInt | columnLabel
  getLong | columnLabel
  getLong | columnIndex
  getMetaData | 
  getNCharacterStream | columnIndex
  getNCharacterStream | columnLabel
  getNClob | columnLabel
  getNClob | columnIndex
  getNString | columnLabel
  getNString | columnIndex
  getObject | columnIndex
  getObject | columnLabel
  getObject | columnIndex, , map
  getObject | columnLabel, , map
  getRef | columnIndex
  getRef | columnLabel
  getRow | 
  getRowId | columnIndex
  getRowId | columnLabel
  getSQLXML | columnLabel
  getSQLXML | columnIndex
  getShort | columnLabel
  getShort | columnIndex
  getStatement | 
  getString | columnIndex
  getString | columnLabel
  getTime | columnLabel
  getTime | columnLabel, cal
  getTime | columnIndex
  getTime | columnIndex, cal
  getTimestamp | columnIndex, cal
  getTimestamp | columnIndex
  getTimestamp | columnLabel, cal
  getTimestamp | columnLabel
  getType | 
  getURL | columnIndex
  getURL | columnLabel
  getUnicodeStream | columnIndex
  getUnicodeStream | columnLabel
  getWarnings | 
  insertRow | 
  isAfterLast | 
  isBeforeFirst | 
  isClosed | 
  isFirst | 
  isLast | 
  last | 
  moveToCurrentRow | 
  moveToInsertRow | 
  next | 
  previous | 
  refreshRow | 
  relative | rows
  rowDeleted | 
  rowInserted | 
  rowUpdated | 
  setFetchDirection | direction
  setFetchSize | rows
  updateArray | columnLabel, x
  updateArray | columnIndex, x
  updateAsciiStream | columnIndex, x
  updateAsciiStream | columnIndex, x, length
  updateAsciiStream | columnLabel, x, length
  updateAsciiStream | columnLabel, x
  updateAsciiStream | columnIndex, x, length
  updateAsciiStream | columnLabel, x, length
  updateBigDecimal | columnIndex, x
  updateBigDecimal | columnLabel, x
  updateBinaryStream | columnIndex, x, length
  updateBinaryStream | columnIndex, x
  updateBinaryStream | columnLabel, x, length
  updateBinaryStream | columnLabel, x
  updateBinaryStream | columnLabel, x, length
  updateBinaryStream | columnIndex, x, length
  updateBlob | columnLabel, x
  updateBlob | columnLabel, inputStream
  updateBlob | columnIndex, x
  updateBlob | columnLabel, inputStream, length
  updateBlob | columnIndex, inputStream
  updateBlob | columnIndex, inputStream, length
  updateBoolean | columnLabel, x
  updateBoolean | columnIndex, x
  updateByte | columnIndex, x
  updateByte | columnLabel, x
  updateBytes | columnIndex, x
  updateBytes | columnLabel, x
  updateCharacterStream | columnLabel, reader, length
  updateCharacterStream | columnLabel, reader, length
  updateCharacterStream | columnIndex, x, length
  updateCharacterStream | columnIndex, x
  updateCharacterStream | columnIndex, x, length
  updateCharacterStream | columnLabel, reader
  updateClob | columnIndex, x
  updateClob | columnLabel, reader
  updateClob | columnLabel, reader, length
  updateClob | columnIndex, reader
  updateClob | columnIndex, reader, length
  updateClob | columnLabel, x
  updateDate | columnIndex, x
  updateDate | columnLabel, x
  updateDouble | columnLabel, x
  updateDouble | columnIndex, x
  updateFloat | columnIndex, x
  updateFloat | columnLabel, x
  updateInt | columnLabel, x
  updateInt | columnIndex, x
  updateLong | columnIndex, x
  updateLong | columnLabel, x
  updateNCharacterStream | columnIndex, x, length
  updateNCharacterStream | columnLabel, reader
  updateNCharacterStream | columnIndex, x
  updateNCharacterStream | columnLabel, reader, length
  updateNClob | columnIndex, reader, length
  updateNClob | columnIndex, nClob
  updateNClob | columnLabel, nClob
  updateNClob | columnLabel, reader
  updateNClob | columnLabel, reader, length
  updateNClob | columnIndex, reader
  updateNString | columnLabel, nString
  updateNString | columnIndex, nString
  updateNull | columnIndex
  updateNull | columnLabel
  updateObject | columnIndex, x
  updateObject | columnIndex, x, scaleOrLength
  updateObject | columnLabel, x, scaleOrLength
  updateObject | columnLabel, x
  updateRef | columnIndex, x
  updateRef | columnLabel, x
  updateRow | 
  updateRowId | columnIndex, x
  updateRowId | columnLabel, x
  updateSQLXML | columnIndex, xmlObject
  updateSQLXML | columnLabel, xmlObject
  updateShort | columnLabel, x
  updateShort | columnIndex, x
  updateString | columnLabel, x
  updateString | columnIndex, x
  updateTime | columnIndex, x
  updateTime | columnLabel, x
  updateTimestamp | columnLabel, x
  updateTimestamp | columnIndex, x
  wasNull | 
java.sql.ResultSetMetaData
 Methods: 21
  getCatalogName | column
  getColumnClassName | column
  getColumnCount | 
  getColumnDisplaySize | column
  getColumnLabel | column
  getColumnName | column
  getColumnType | column
  getColumnTypeName | column
  getPrecision | column
  getScale | column
  getSchemaName | column
  getTableName | column
  isAutoIncrement | column
  isCaseSensitive | column
  isCurrency | column
  isDefinitelyWritable | column
  isNullable | column
  isReadOnly | column
  isSearchable | column
  isSigned | column
  isWritable | column
java.sql.RowId
 Methods: 4
  equals | obj
  getBytes | 
  hashCode | 
  toString | 
java.sql.Savepoint
 Methods: 2
  getSavepointId | 
  getSavepointName | 
java.sql.SQLData
 Methods: 3
  getSQLTypeName | 
  readSQL | stream, typeName
  writeSQL | stream
java.sql.SQLInput
 Methods: 27
  readArray | 
  readAsciiStream | 
  readBigDecimal | 
  readBinaryStream | 
  readBlob | 
  readBoolean | 
  readByte | 
  readBytes | 
  readCharacterStream | 
  readClob | 
  readDate | 
  readDouble | 
  readFloat | 
  readInt | 
  readLong | 
  readNClob | 
  readNString | 
  readObject | 
  readRef | 
  readRowId | 
  readSQLXML | 
  readShort | 
  readString | 
  readTime | 
  readTimestamp | 
  readURL | 
  wasNull | 
java.sql.SQLOutput
 Methods: 27
  writeArray | x
  writeAsciiStream | x
  writeBigDecimal | x
  writeBinaryStream | x
  writeBlob | x
  writeBoolean | x
  writeByte | x
  writeBytes | x
  writeCharacterStream | x
  writeClob | x
  writeDate | x
  writeDouble | x
  writeFloat | x
  writeInt | x
  writeLong | x
  writeNClob | x
  writeNString | x
  writeObject | x
  writeRef | x
  writeRowId | x
  writeSQLXML | x
  writeShort | x
  writeString | x
  writeStruct | x
  writeTime | x
  writeTimestamp | x
  writeURL | x
java.sql.SQLXML
 Methods: 9
  free | 
  getBinaryStream | 
  getCharacterStream | 
  getSource | sourceClass
  getString | 
  setBinaryStream | 
  setCharacterStream | 
  setResult | resultClass
  setString | value
java.sql.Statement
 Methods: 40
  addBatch | sql
  cancel | 
  clearBatch | 
  clearWarnings | 
  close | 
  execute | sql, autoGeneratedKeys
  execute | sql
  execute | sql, columnIndexes
  execute | sql, columnNames
  executeBatch | 
  executeQuery | sql
  executeUpdate | sql
  executeUpdate | sql, columnNames
  executeUpdate | sql, columnIndexes
  executeUpdate | sql, autoGeneratedKeys
  getConnection | 
  getFetchDirection | 
  getFetchSize | 
  getGeneratedKeys | 
  getMaxFieldSize | 
  getMaxRows | 
  getMoreResults | current
  getMoreResults | 
  getQueryTimeout | 
  getResultSet | 
  getResultSetConcurrency | 
  getResultSetHoldability | 
  getResultSetType | 
  getUpdateCount | 
  getWarnings | 
  isClosed | 
  isPoolable | 
  setCursorName | name
  setEscapeProcessing | enable
  setFetchDirection | direction
  setFetchSize | rows
  setMaxFieldSize | max
  setMaxRows | max
  setPoolable | poolable
  setQueryTimeout | seconds
java.sql.Struct
 Methods: 3
  getAttributes | 
  getAttributes | , map
  getSQLTypeName | 
java.sql.Wrapper
 Methods: 2
  isWrapperFor | iface
  unwrap | iface
java.sql.Date
 Methods: 9
  getHours | 
  getMinutes | 
  getSeconds | 
  setHours | i
  setMinutes | i
  setSeconds | i
  setTime | date
  toString | 
  valueOf | s
java.sql.DriverManager
 Methods: 14
  deregisterDriver | driver
  getConnection | url
  getConnection | url, user, password
  getConnection | url, info
  getDriver | url
  getDrivers | 
  getLogStream | 
  getLogWriter | 
  getLoginTimeout | 
  println | message
  registerDriver | driver
  setLogStream | out
  setLogWriter | out
  setLoginTimeout | seconds
java.sql.DriverPropertyInfo
 Methods: 0
java.sql.SQLPermission
 Methods: 0
java.sql.Time
 Methods: 10
  getDate | 
  getDay | 
  getMonth | 
  getYear | 
  setDate | i
  setMonth | i
  setTime | time
  setYear | i
  toString | 
  valueOf | s
java.sql.Timestamp
 Methods: 13
  after | ts
  before | ts
  compareTo | o
  compareTo | ts
  equals | ts
  equals | ts
  getNanos | 
  getTime | 
  hashCode | 
  setNanos | n
  setTime | time
  toString | 
  valueOf | s
java.sql.Types
 Methods: 0
java.sql.ClientInfoStatus
 Methods: 2
  valueOf | name
  values | 
java.sql.RowIdLifetime
 Methods: 2
  valueOf | name
  values | 
java.sql.BatchUpdateException
 Methods: 1
  getUpdateCounts | 
java.sql.DataTruncation
 Methods: 5
  getDataSize | 
  getIndex | 
  getParameter | 
  getRead | 
  getTransferSize | 
java.sql.SQLClientInfoException
 Methods: 1
  getFailedProperties | 
java.sql.SQLDataException
 Methods: 0
java.sql.SQLException
 Methods: 5
  getErrorCode | 
  getNextException | 
  getSQLState | 
  iterator | 
  setNextException | ex
java.sql.SQLFeatureNotSupportedException
 Methods: 0
java.sql.SQLIntegrityConstraintViolationException
 Methods: 0
java.sql.SQLInvalidAuthorizationSpecException
 Methods: 0
java.sql.SQLNonTransientConnectionException
 Methods: 0
java.sql.SQLNonTransientException
 Methods: 0
java.sql.SQLRecoverableException
 Methods: 0
java.sql.SQLSyntaxErrorException
 Methods: 0
java.sql.SQLTimeoutException
 Methods: 0
java.sql.SQLTransactionRollbackException
 Methods: 0
java.sql.SQLTransientConnectionException
 Methods: 0
java.sql.SQLTransientException
 Methods: 0
java.sql.SQLWarning
 Methods: 2
  getNextWarning | 
  setNextWarning | w
java.text.AttributedCharacterIterator
 Methods: 9
  getAllAttributeKeys | 
  getAttribute | attribute
  getAttributes | 
  getRunLimit | 
  getRunLimit | attribute
  getRunLimit | attributes
  getRunStart | attribute
  getRunStart | attributes
  getRunStart | 
java.text.CharacterIterator
 Methods: 10
  clone | 
  current | 
  first | 
  getBeginIndex | 
  getEndIndex | 
  getIndex | 
  last | 
  next | 
  previous | 
  setIndex | position
java.text.Annotation
 Methods: 2
  getValue | 
  toString | 
java.text.AttributedCharacterIterator$Attribute
 Methods: 3
  equals | obj
  hashCode | 
  toString | 
java.text.AttributedString
 Methods: 6
  addAttribute | attribute, value
  addAttribute | attribute, value, beginIndex, endIndex
  addAttributes | ? extends , attributes, beginIndex, endIndex
  getIterator | 
  getIterator | attributes
  getIterator | attributes, beginIndex, endIndex
java.text.Bidi
 Methods: 15
  baseIsLeftToRight | 
  createLineBidi | lineStart, lineLimit
  getBaseLevel | 
  getLength | 
  getLevelAt | offset
  getRunCount | 
  getRunLevel | run
  getRunLimit | run
  getRunStart | run
  isLeftToRight | 
  isMixed | 
  isRightToLeft | 
  reorderVisually | levels, levelStart, objects, objectStart, count
  requiresBidi | text, start, limit
  toString | 
java.text.BreakIterator
 Methods: 22
  clone | 
  current | 
  first | 
  following | offset
  getAvailableLocales | 
  getCharacterInstance | locale
  getCharacterInstance | 
  getLineInstance | locale
  getLineInstance | 
  getSentenceInstance | locale
  getSentenceInstance | 
  getText | 
  getWordInstance | 
  getWordInstance | locale
  isBoundary | offset
  last | 
  next | 
  next | n
  preceding | offset
  previous | 
  setText | newText
  setText | newText
java.text.ChoiceFormat
 Methods: 14
  applyPattern | newPattern
  clone | 
  equals | obj
  format | number, toAppendTo, status
  format | number, toAppendTo, status
  getFormats | 
  getLimits | 
  hashCode | 
  nextDouble | d
  nextDouble | d, positive
  parse | text, status
  previousDouble | d
  setChoices | limits, formats
  toPattern | 
java.text.CollationElementIterator
 Methods: 11
  getMaxExpansion | order
  getOffset | 
  next | 
  previous | 
  primaryOrder | order
  reset | 
  secondaryOrder | order
  setOffset | newOffset
  setText | source
  setText | source
  tertiaryOrder | order
java.text.CollationKey
 Methods: 3
  compareTo | target
  getSourceString | 
  toByteArray | 
java.text.Collator
 Methods: 14
  clone | 
  compare | o1, o2
  compare | source, target
  equals | source, target
  equals | that
  getAvailableLocales | 
  getCollationKey | source
  getDecomposition | 
  getInstance | 
  getInstance | desiredLocale
  getStrength | 
  hashCode | 
  setDecomposition | decompositionMode
  setStrength | newStrength
java.text.DateFormat
 Methods: 28
  clone | 
  equals | obj
  format | obj, toAppendTo, fieldPosition
  format | date, toAppendTo, fieldPosition
  format | date
  getAvailableLocales | 
  getCalendar | 
  getDateInstance | style, aLocale
  getDateInstance | style
  getDateInstance | 
  getDateTimeInstance | dateStyle, timeStyle
  getDateTimeInstance | dateStyle, timeStyle, aLocale
  getDateTimeInstance | 
  getInstance | 
  getNumberFormat | 
  getTimeInstance | style
  getTimeInstance | style, aLocale
  getTimeInstance | 
  getTimeZone | 
  hashCode | 
  isLenient | 
  parse | source
  parse | source, pos
  parseObject | source, pos
  setCalendar | newCalendar
  setLenient | lenient
  setNumberFormat | newNumberFormat
  setTimeZone | zone
java.text.DateFormat$Field
 Methods: 2
  getCalendarField | 
  ofCalendarField | calendarField
java.text.DateFormatSymbols
 Methods: 22
  clone | 
  equals | obj
  getAmPmStrings | 
  getAvailableLocales | 
  getEras | 
  getInstance | 
  getInstance | locale
  getLocalPatternChars | 
  getMonths | 
  getShortMonths | 
  getShortWeekdays | 
  getWeekdays | 
  getZoneStrings | 
  hashCode | 
  setAmPmStrings | newAmpms
  setEras | newEras
  setLocalPatternChars | newLocalPatternChars
  setMonths | newMonths
  setShortMonths | newShortMonths
  setShortWeekdays | newShortWeekdays
  setWeekdays | newWeekdays
  setZoneStrings | newZoneStrings
java.text.DecimalFormat
 Methods: 46
  applyLocalizedPattern | pattern
  applyPattern | pattern
  clone | 
  equals | obj
  format | number, toAppendTo, pos
  format | number, result, fieldPosition
  format | number, result, fieldPosition
  formatToCharacterIterator | obj
  getCurrency | 
  getDecimalFormatSymbols | 
  getGroupingSize | 
  getMaximumFractionDigits | 
  getMaximumIntegerDigits | 
  getMinimumFractionDigits | 
  getMinimumIntegerDigits | 
  getMultiplier | 
  getNegativePrefix | 
  getNegativeSuffix | 
  getPositivePrefix | 
  getPositiveSuffix | 
  getRoundingMode | 
  hashCode | 
  isDecimalSeparatorAlwaysShown | 
  isGroupingUsed | 
  isParseBigDecimal | 
  isParseIntegerOnly | 
  parse | text, pos
  setCurrency | currency
  setDecimalFormatSymbols | newSymbols
  setDecimalSeparatorAlwaysShown | newValue
  setGroupingSize | newValue
  setGroupingUsed | newValue
  setMaximumFractionDigits | newValue
  setMaximumIntegerDigits | newValue
  setMinimumFractionDigits | newValue
  setMinimumIntegerDigits | newValue
  setMultiplier | newValue
  setNegativePrefix | newValue
  setNegativeSuffix | newValue
  setParseBigDecimal | newValue
  setParseIntegerOnly | value
  setPositivePrefix | newValue
  setPositiveSuffix | newValue
  setRoundingMode | roundingMode
  toLocalizedPattern | 
  toPattern | 
java.text.DecimalFormatSymbols
 Methods: 36
  clone | 
  equals | obj
  getAvailableLocales | 
  getCurrency | 
  getCurrencySymbol | 
  getDecimalSeparator | 
  getDigit | 
  getExponentSeparator | 
  getGroupingSeparator | 
  getInfinity | 
  getInstance | 
  getInstance | locale
  getInternationalCurrencySymbol | 
  getMinusSign | 
  getMonetaryDecimalSeparator | 
  getNaN | 
  getPatternSeparator | 
  getPerMill | 
  getPercent | 
  getZeroDigit | 
  hashCode | 
  setCurrency | currency
  setCurrencySymbol | currency
  setDecimalSeparator | decimalSeparator
  setDigit | digit
  setExponentSeparator | exp
  setGroupingSeparator | groupingSeparator
  setInfinity | infinity
  setInternationalCurrencySymbol | currencyCode
  setMinusSign | minusSign
  setMonetaryDecimalSeparator | sep
  setNaN | NaN
  setPatternSeparator | patternSeparator
  setPerMill | perMill
  setPercent | percent
  setZeroDigit | zeroDigit
java.text.FieldPosition
 Methods: 9
  equals | obj
  getBeginIndex | 
  getEndIndex | 
  getField | 
  getFieldAttribute | 
  hashCode | 
  setBeginIndex | bi
  setEndIndex | ei
  toString | 
java.text.Format
 Methods: 6
  clone | 
  format | obj
  format | obj, toAppendTo, pos
  formatToCharacterIterator | obj
  parseObject | source
  parseObject | source, pos
java.text.Format$Field
 Methods: 0
java.text.MessageFormat
 Methods: 20
  applyPattern | pattern
  clone | 
  equals | obj
  format | arguments, result, pos
  format | arguments, result, pos
  format | pattern, arguments
  formatToCharacterIterator | arguments
  getFormats | 
  getFormatsByArgumentIndex | 
  getLocale | 
  hashCode | 
  parse | source
  parse | source, pos
  parseObject | source, pos
  setFormat | formatElementIndex, newFormat
  setFormatByArgumentIndex | argumentIndex, newFormat
  setFormats | newFormats
  setFormatsByArgumentIndex | newFormats
  setLocale | locale
  toPattern | 
java.text.MessageFormat$Field
 Methods: 0
java.text.Normalizer
 Methods: 2
  isNormalized | src, form
  normalize | src, form
java.text.NumberFormat
 Methods: 38
  clone | 
  equals | obj
  format | number, toAppendTo, pos
  format | number
  format | number, toAppendTo, pos
  format | number
  format | number, toAppendTo, pos
  getAvailableLocales | 
  getCurrency | 
  getCurrencyInstance | inLocale
  getCurrencyInstance | 
  getInstance | 
  getInstance | inLocale
  getIntegerInstance | 
  getIntegerInstance | inLocale
  getMaximumFractionDigits | 
  getMaximumIntegerDigits | 
  getMinimumFractionDigits | 
  getMinimumIntegerDigits | 
  getNumberInstance | 
  getNumberInstance | inLocale
  getPercentInstance | inLocale
  getPercentInstance | 
  getRoundingMode | 
  hashCode | 
  isGroupingUsed | 
  isParseIntegerOnly | 
  parse | source
  parse | source, parsePosition
  parseObject | source, pos
  setCurrency | currency
  setGroupingUsed | newValue
  setMaximumFractionDigits | newValue
  setMaximumIntegerDigits | newValue
  setMinimumFractionDigits | newValue
  setMinimumIntegerDigits | newValue
  setParseIntegerOnly | value
  setRoundingMode | roundingMode
java.text.NumberFormat$Field
 Methods: 0
java.text.ParsePosition
 Methods: 7
  equals | obj
  getErrorIndex | 
  getIndex | 
  hashCode | 
  setErrorIndex | ei
  setIndex | index
  toString | 
java.text.RuleBasedCollator
 Methods: 8
  clone | 
  compare | source, target
  equals | obj
  getCollationElementIterator | source
  getCollationElementIterator | source
  getCollationKey | source
  getRules | 
  hashCode | 
java.text.SimpleDateFormat
 Methods: 14
  applyLocalizedPattern | pattern
  applyPattern | pattern
  clone | 
  equals | obj
  format | date, toAppendTo, pos
  formatToCharacterIterator | obj
  get2DigitYearStart | 
  getDateFormatSymbols | 
  hashCode | 
  parse | text, pos
  set2DigitYearStart | startDate
  setDateFormatSymbols | newFormatSymbols
  toLocalizedPattern | 
  toPattern | 
java.text.StringCharacterIterator
 Methods: 13
  clone | 
  current | 
  equals | obj
  first | 
  getBeginIndex | 
  getEndIndex | 
  getIndex | 
  hashCode | 
  last | 
  next | 
  previous | 
  setIndex | p
  setText | text
java.text.Normalizer$Form
 Methods: 2
  valueOf | name
  values | 
java.text.ParseException
 Methods: 1
  getErrorOffset | 
java.time.Clock
 Methods: 14
  equals | obj
  fixed | fixedInstant, zone
  getZone | 
  hashCode | 
  instant | 
  millis | 
  offset | baseClock, offsetDuration
  system | zone
  systemDefaultZone | 
  systemUTC | 
  tick | baseClock, tickDuration
  tickMinutes | zone
  tickSeconds | zone
  withZone | zone
java.time.Duration
 Methods: 50
  abs | 
  addTo | temporal
  between | startInclusive, endExclusive
  compareTo | otherDuration
  dividedBy | divisor
  equals | otherDuration
  from | amount
  get | unit
  getNano | 
  getSeconds | 
  getUnits | 
  hashCode | 
  isNegative | 
  isZero | 
  minus | duration
  minus | amountToSubtract, unit
  minusDays | daysToSubtract
  minusHours | hoursToSubtract
  minusMillis | millisToSubtract
  minusMinutes | minutesToSubtract
  minusNanos | nanosToSubtract
  minusSeconds | secondsToSubtract
  multipliedBy | multiplicand
  negated | 
  of | amount, unit
  ofDays | days
  ofHours | hours
  ofMillis | millis
  ofMinutes | minutes
  ofNanos | nanos
  ofSeconds | seconds, nanoAdjustment
  ofSeconds | seconds
  parse | text
  plus | duration
  plus | amountToAdd, unit
  plusDays | daysToAdd
  plusHours | hoursToAdd
  plusMillis | millisToAdd
  plusMinutes | minutesToAdd
  plusNanos | nanosToAdd
  plusSeconds | secondsToAdd
  subtractFrom | temporal
  toDays | 
  toHours | 
  toMillis | 
  toMinutes | 
  toNanos | 
  toString | 
  withNanos | nanoOfSecond
  withSeconds | seconds
java.time.Instant
 Methods: 39
  adjustInto | temporal
  atOffset | offset
  atZone | zone
  compareTo | otherInstant
  equals | otherInstant
  from | temporal
  get | field
  getEpochSecond | 
  getLong | field
  getNano | 
  hashCode | 
  isAfter | otherInstant
  isBefore | otherInstant
  isSupported | unit
  isSupported | field
  minus | amountToSubtract
  minus | amountToSubtract, unit
  minusMillis | millisToSubtract
  minusNanos | nanosToSubtract
  minusSeconds | secondsToSubtract
  now | 
  now | clock
  ofEpochMilli | epochMilli
  ofEpochSecond | epochSecond, nanoAdjustment
  ofEpochSecond | epochSecond
  parse | text
  plus | amountToAdd
  plus | amountToAdd, unit
  plusMillis | millisToAdd
  plusNanos | nanosToAdd
  plusSeconds | secondsToAdd
  query | query
  range | field
  toEpochMilli | 
  toString | 
  truncatedTo | unit
  until | endExclusive, unit
  with | field, newValue
  with | adjuster
java.time.LocalDate
 Methods: 64
  adjustInto | temporal
  atStartOfDay | zone
  atStartOfDay | 
  atTime | time
  atTime | hour, minute
  atTime | hour, minute, second
  atTime | hour, minute, second, nanoOfSecond
  atTime | time
  compareTo | other
  equals | obj
  format | formatter
  from | temporal
  get | field
  getChronology | 
  getDayOfMonth | 
  getDayOfWeek | 
  getDayOfYear | 
  getEra | 
  getLong | field
  getMonth | 
  getMonthValue | 
  getYear | 
  hashCode | 
  isAfter | other
  isBefore | other
  isEqual | other
  isLeapYear | 
  isSupported | unit
  isSupported | field
  lengthOfMonth | 
  lengthOfYear | 
  minus | amountToSubtract
  minus | amountToSubtract, unit
  minusDays | daysToSubtract
  minusMonths | monthsToSubtract
  minusWeeks | weeksToSubtract
  minusYears | yearsToSubtract
  now | zone
  now | 
  now | clock
  of | year, month, dayOfMonth
  of | year, month, dayOfMonth
  ofEpochDay | epochDay
  ofYearDay | year, dayOfYear
  parse | text, formatter
  parse | text
  plus | amountToAdd
  plus | amountToAdd, unit
  plusDays | daysToAdd
  plusMonths | monthsToAdd
  plusWeeks | weeksToAdd
  plusYears | yearsToAdd
  query | query
  range | field
  toEpochDay | 
  toString | 
  until | endExclusive, unit
  until | endDateExclusive
  with | field, newValue
  with | adjuster
  withDayOfMonth | dayOfMonth
  withDayOfYear | dayOfYear
  withMonth | month
  withYear | year
java.time.LocalDateTime
 Methods: 76
  adjustInto | temporal
  atOffset | offset
  atZone | zone
  compareTo | other
  equals | obj
  format | formatter
  from | temporal
  get | field
  getDayOfMonth | 
  getDayOfWeek | 
  getDayOfYear | 
  getHour | 
  getLong | field
  getMinute | 
  getMonth | 
  getMonthValue | 
  getNano | 
  getSecond | 
  getYear | 
  hashCode | 
  isAfter | other
  isBefore | other
  isEqual | other
  isSupported | unit
  isSupported | field
  minus | amountToSubtract
  minus | amountToSubtract, unit
  minusDays | days
  minusHours | hours
  minusMinutes | minutes
  minusMonths | months
  minusNanos | nanos
  minusSeconds | seconds
  minusWeeks | weeks
  minusYears | years
  now | zone
  now | 
  now | clock
  of | year, month, dayOfMonth, hour, minute, second
  of | year, month, dayOfMonth, hour, minute, second
  of | year, month, dayOfMonth, hour, minute, second, nanoOfSecond
  of | year, month, dayOfMonth, hour, minute
  of | year, month, dayOfMonth, hour, minute
  of | date, time
  of | year, month, dayOfMonth, hour, minute, second, nanoOfSecond
  ofEpochSecond | epochSecond, nanoOfSecond, offset
  ofInstant | instant, zone
  parse | text, formatter
  parse | text
  plus | amountToAdd
  plus | amountToAdd, unit
  plusDays | days
  plusHours | hours
  plusMinutes | minutes
  plusMonths | months
  plusNanos | nanos
  plusSeconds | seconds
  plusWeeks | weeks
  plusYears | years
  query | query
  range | field
  toLocalDate | 
  toLocalTime | 
  toString | 
  truncatedTo | unit
  until | endExclusive, unit
  with | field, newValue
  with | adjuster
  withDayOfMonth | dayOfMonth
  withDayOfYear | dayOfYear
  withHour | hour
  withMinute | minute
  withMonth | month
  withNano | nanoOfSecond
  withSecond | second
  withYear | year
java.time.LocalTime
 Methods: 53
  adjustInto | temporal
  atDate | date
  atOffset | offset
  compareTo | other
  equals | obj
  format | formatter
  from | temporal
  get | field
  getHour | 
  getLong | field
  getMinute | 
  getNano | 
  getSecond | 
  hashCode | 
  isAfter | other
  isBefore | other
  isSupported | unit
  isSupported | field
  minus | amountToSubtract
  minus | amountToSubtract, unit
  minusHours | hoursToSubtract
  minusMinutes | minutesToSubtract
  minusNanos | nanosToSubtract
  minusSeconds | secondsToSubtract
  now | zone
  now | 
  now | clock
  of | hour, minute, second
  of | hour, minute, second, nanoOfSecond
  of | hour, minute
  ofNanoOfDay | nanoOfDay
  ofSecondOfDay | secondOfDay
  parse | text, formatter
  parse | text
  plus | amountToAdd
  plus | amountToAdd, unit
  plusHours | hoursToAdd
  plusMinutes | minutesToAdd
  plusNanos | nanosToAdd
  plusSeconds | secondstoAdd
  query | query
  range | field
  toNanoOfDay | 
  toSecondOfDay | 
  toString | 
  truncatedTo | unit
  until | endExclusive, unit
  with | field, newValue
  with | adjuster
  withHour | hour
  withMinute | minute
  withNano | nanoOfSecond
  withSecond | second
java.time.MonthDay
 Methods: 29
  adjustInto | temporal
  atYear | year
  compareTo | other
  equals | obj
  format | formatter
  from | temporal
  get | field
  getDayOfMonth | 
  getLong | field
  getMonth | 
  getMonthValue | 
  hashCode | 
  isAfter | other
  isBefore | other
  isSupported | field
  isValidYear | year
  now | zone
  now | 
  now | clock
  of | month, dayOfMonth
  of | month, dayOfMonth
  parse | text, formatter
  parse | text
  query | query
  range | field
  toString | 
  with | month
  withDayOfMonth | dayOfMonth
  withMonth | month
java.time.OffsetDateTime
 Methods: 80
  adjustInto | temporal
  atZoneSameInstant | zone
  atZoneSimilarLocal | zone
  compareTo | other
  equals | obj
  format | formatter
  from | temporal
  get | field
  getDayOfMonth | 
  getDayOfWeek | 
  getDayOfYear | 
  getHour | 
  getLong | field
  getMinute | 
  getMonth | 
  getMonthValue | 
  getNano | 
  getOffset | 
  getSecond | 
  getYear | 
  hashCode | 
  isAfter | other
  isBefore | other
  isEqual | other
  isSupported | unit
  isSupported | field
  minus | amountToSubtract
  minus | amountToSubtract, unit
  minusDays | days
  minusHours | hours
  minusMinutes | minutes
  minusMonths | months
  minusNanos | nanos
  minusSeconds | seconds
  minusWeeks | weeks
  minusYears | years
  now | zone
  now | 
  now | clock
  of | dateTime, offset
  of | date, time, offset
  of | year, month, dayOfMonth, hour, minute, second, nanoOfSecond, offset
  ofInstant | instant, zone
  parse | text, formatter
  parse | text
  plus | amountToAdd
  plus | amountToAdd, unit
  plusDays | days
  plusHours | hours
  plusMinutes | minutes
  plusMonths | months
  plusNanos | nanos
  plusSeconds | seconds
  plusWeeks | weeks
  plusYears | years
  query | query
  range | field
  timeLineOrder | 
  toEpochSecond | 
  toInstant | 
  toLocalDate | 
  toLocalDateTime | 
  toLocalTime | 
  toOffsetTime | 
  toString | 
  toZonedDateTime | 
  truncatedTo | unit
  until | endExclusive, unit
  with | field, newValue
  with | adjuster
  withDayOfMonth | dayOfMonth
  withDayOfYear | dayOfYear
  withHour | hour
  withMinute | minute
  withMonth | month
  withNano | nanoOfSecond
  withOffsetSameInstant | offset
  withOffsetSameLocal | offset
  withSecond | second
  withYear | year
java.time.OffsetTime
 Methods: 53
  adjustInto | temporal
  atDate | date
  compareTo | other
  equals | obj
  format | formatter
  from | temporal
  get | field
  getHour | 
  getLong | field
  getMinute | 
  getNano | 
  getOffset | 
  getSecond | 
  hashCode | 
  isAfter | other
  isBefore | other
  isEqual | other
  isSupported | unit
  isSupported | field
  minus | amountToSubtract
  minus | amountToSubtract, unit
  minusHours | hours
  minusMinutes | minutes
  minusNanos | nanos
  minusSeconds | seconds
  now | zone
  now | 
  now | clock
  of | hour, minute, second, nanoOfSecond, offset
  of | time, offset
  ofInstant | instant, zone
  parse | text, formatter
  parse | text
  plus | amountToAdd
  plus | amountToAdd, unit
  plusHours | hours
  plusMinutes | minutes
  plusNanos | nanos
  plusSeconds | seconds
  query | query
  range | field
  toLocalTime | 
  toString | 
  truncatedTo | unit
  until | endExclusive, unit
  with | field, newValue
  with | adjuster
  withHour | hour
  withMinute | minute
  withNano | nanoOfSecond
  withOffsetSameInstant | offset
  withOffsetSameLocal | offset
  withSecond | second
java.time.Period
 Methods: 36
  addTo | temporal
  between | startDateInclusive, endDateExclusive
  equals | obj
  from | amount
  get | unit
  getChronology | 
  getDays | 
  getMonths | 
  getUnits | 
  getYears | 
  hashCode | 
  isNegative | 
  isZero | 
  minus | amountToSubtract
  minusDays | daysToSubtract
  minusMonths | monthsToSubtract
  minusYears | yearsToSubtract
  multipliedBy | scalar
  negated | 
  normalized | 
  of | years, months, days
  ofDays | days
  ofMonths | months
  ofWeeks | weeks
  ofYears | years
  parse | text
  plus | amountToAdd
  plusDays | daysToAdd
  plusMonths | monthsToAdd
  plusYears | yearsToAdd
  subtractFrom | temporal
  toString | 
  toTotalMonths | 
  withDays | days
  withMonths | months
  withYears | years
java.time.Year
 Methods: 39
  adjustInto | temporal
  atDay | dayOfYear
  atMonth | month
  atMonth | month
  atMonthDay | monthDay
  compareTo | other
  equals | obj
  format | formatter
  from | temporal
  get | field
  getLong | field
  getValue | 
  hashCode | 
  isAfter | other
  isBefore | other
  isLeap | 
  isLeap | year
  isSupported | unit
  isSupported | field
  isValidMonthDay | monthDay
  length | 
  minus | amountToSubtract
  minus | amountToSubtract, unit
  minusYears | yearsToSubtract
  now | zone
  now | 
  now | clock
  of | isoYear
  parse | text, formatter
  parse | text
  plus | amountToAdd
  plus | amountToAdd, unit
  plusYears | yearsToAdd
  query | query
  range | field
  toString | 
  until | endExclusive, unit
  with | field, newValue
  with | adjuster
java.time.YearMonth
 Methods: 44
  adjustInto | temporal
  atDay | dayOfMonth
  atEndOfMonth | 
  compareTo | other
  equals | obj
  format | formatter
  from | temporal
  get | field
  getLong | field
  getMonth | 
  getMonthValue | 
  getYear | 
  hashCode | 
  isAfter | other
  isBefore | other
  isLeapYear | 
  isSupported | unit
  isSupported | field
  isValidDay | dayOfMonth
  lengthOfMonth | 
  lengthOfYear | 
  minus | amountToSubtract
  minus | amountToSubtract, unit
  minusMonths | monthsToSubtract
  minusYears | yearsToSubtract
  now | zone
  now | 
  now | clock
  of | year, month
  of | year, month
  parse | text, formatter
  parse | text
  plus | amountToAdd
  plus | amountToAdd, unit
  plusMonths | monthsToAdd
  plusYears | yearsToAdd
  query | query
  range | field
  toString | 
  until | endExclusive, unit
  with | field, newValue
  with | adjuster
  withMonth | month
  withYear | year
java.time.ZonedDateTime
 Methods: 76
  equals | obj
  format | formatter
  from | temporal
  get | field
  getDayOfMonth | 
  getDayOfWeek | 
  getDayOfYear | 
  getHour | 
  getLong | field
  getMinute | 
  getMonth | 
  getMonthValue | 
  getNano | 
  getOffset | 
  getSecond | 
  getYear | 
  getZone | 
  hashCode | 
  isSupported | unit
  isSupported | field
  minus | amountToSubtract
  minus | amountToSubtract, unit
  minusDays | days
  minusHours | hours
  minusMinutes | minutes
  minusMonths | months
  minusNanos | nanos
  minusSeconds | seconds
  minusWeeks | weeks
  minusYears | years
  now | zone
  now | 
  now | clock
  of | localDateTime, zone
  of | year, month, dayOfMonth, hour, minute, second, nanoOfSecond, zone
  of | date, time, zone
  ofInstant | instant, zone
  ofInstant | localDateTime, offset, zone
  ofLocal | localDateTime, zone, preferredOffset
  ofStrict | localDateTime, offset, zone
  parse | text, formatter
  parse | text
  plus | amountToAdd
  plus | amountToAdd, unit
  plusDays | days
  plusHours | hours
  plusMinutes | minutes
  plusMonths | months
  plusNanos | nanos
  plusSeconds | seconds
  plusWeeks | weeks
  plusYears | years
  query | query
  range | field
  toLocalDate | 
  toLocalDateTime | 
  toLocalTime | 
  toOffsetDateTime | 
  toString | 
  truncatedTo | unit
  until | endExclusive, unit
  with | field, newValue
  with | adjuster
  withDayOfMonth | dayOfMonth
  withDayOfYear | dayOfYear
  withEarlierOffsetAtOverlap | 
  withFixedOffsetZone | 
  withHour | hour
  withLaterOffsetAtOverlap | 
  withMinute | minute
  withMonth | month
  withNano | nanoOfSecond
  withSecond | second
  withYear | year
  withZoneSameInstant | zone
  withZoneSameLocal | zone
java.time.ZoneId
 Methods: 13
  equals | obj
  from | temporal
  getAvailableZoneIds | 
  getDisplayName | style, locale
  getId | 
  getRules | 
  hashCode | 
  normalized | 
  of | zoneId, , aliasMap
  of | zoneId
  ofOffset | prefix, offset
  systemDefault | 
  toString | 
java.time.ZoneOffset
 Methods: 19
  adjustInto | temporal
  compareTo | other
  equals | obj
  from | temporal
  get | field
  getId | 
  getLong | field
  getRules | 
  getTotalSeconds | 
  hashCode | 
  isSupported | field
  of | offsetId
  ofHours | hours
  ofHoursMinutes | hours, minutes
  ofHoursMinutesSeconds | hours, minutes, seconds
  ofTotalSeconds | totalSeconds
  query | query
  range | field
  toString | 
java.time.DayOfWeek
 Methods: 14
  adjustInto | temporal
  from | temporal
  get | field
  getDisplayName | style, locale
  getLong | field
  getValue | 
  isSupported | field
  minus | days
  of | dayOfWeek
  plus | days
  query | query
  range | field
  valueOf | name
  values | 
java.time.Month
 Methods: 19
  adjustInto | temporal
  firstDayOfYear | leapYear
  firstMonthOfQuarter | 
  from | temporal
  get | field
  getDisplayName | style, locale
  getLong | field
  getValue | 
  isSupported | field
  length | leapYear
  maxLength | 
  minLength | 
  minus | months
  of | month
  plus | months
  query | query
  range | field
  valueOf | name
  values | 
java.time.DateTimeException
 Methods: 0
java.time.chrono.ChronoLocalDate
 Methods: 29
  adjustInto | temporal
  atTime | localTime
  compareTo | other
  equals | obj
  format | formatter
  from | temporal
  getChronology | 
  getEra | 
  hashCode | 
  isAfter | other
  isBefore | other
  isEqual | other
  isLeapYear | 
  isSupported | unit
  isSupported | field
  lengthOfMonth | 
  lengthOfYear | 
  minus | amount
  minus | amountToSubtract, unit
  plus | amount
  plus | amountToAdd, unit
  query | query
  timeLineOrder | 
  toEpochDay | 
  toString | 
  until | endExclusive, unit
  until | endDateExclusive
  with | field, newValue
  with | adjuster
java.time.chrono.ChronoLocalDateTime
 Methods: 26
  adjustInto | temporal
  atZone | zone
  compareTo | other
  equals | obj
  format | formatter
  from | temporal
  getChronology | 
  hashCode | 
  isAfter | other
  isBefore | other
  isEqual | other
  isSupported | unit
  isSupported | field
  minus | amount
  minus | amountToSubtract, unit
  plus | amount
  plus | amountToAdd, unit
  query | query
  timeLineOrder | 
  toEpochSecond | offset
  toInstant | offset
  toLocalDate | 
  toLocalTime | 
  toString | 
  with | field, newValue
  with | adjuster
java.time.chrono.Chronology
 Methods: 30
  compareTo | other
  date | era, yearOfEra, month, dayOfMonth
  date | prolepticYear, month, dayOfMonth
  date | temporal
  dateEpochDay | epochDay
  dateNow | clock
  dateNow | zone
  dateNow | 
  dateYearDay | era, yearOfEra, dayOfYear
  dateYearDay | prolepticYear, dayOfYear
  equals | obj
  eraOf | eraValue
  eras | 
  from | temporal
  getAvailableChronologies | 
  getCalendarType | 
  getDisplayName | style, locale
  getId | 
  hashCode | 
  isLeapYear | prolepticYear
  localDateTime | temporal
  of | id
  ofLocale | locale
  period | years, months, days
  prolepticYear | era, yearOfEra
  range | field
  resolveDate | , fieldValues, resolverStyle
  toString | 
  zonedDateTime | instant, zone
  zonedDateTime | temporal
java.time.chrono.ChronoPeriod
 Methods: 16
  addTo | temporal
  between | startDateInclusive, endDateExclusive
  equals | obj
  get | unit
  getChronology | 
  getUnits | 
  hashCode | 
  isNegative | 
  isZero | 
  minus | amountToSubtract
  multipliedBy | scalar
  negated | 
  normalized | 
  plus | amountToAdd
  subtractFrom | temporal
  toString | 
java.time.chrono.ChronoZonedDateTime
 Methods: 34
  compareTo | other
  equals | obj
  format | formatter
  from | temporal
  get | field
  getChronology | 
  getLong | field
  getOffset | 
  getZone | 
  hashCode | 
  isAfter | other
  isBefore | other
  isEqual | other
  isSupported | unit
  isSupported | field
  minus | amount
  minus | amountToSubtract, unit
  plus | amount
  plus | amountToAdd, unit
  query | query
  range | field
  timeLineOrder | 
  toEpochSecond | 
  toInstant | 
  toLocalDate | 
  toLocalDateTime | 
  toLocalTime | 
  toString | 
  with | field, newValue
  with | adjuster
  withEarlierOffsetAtOverlap | 
  withLaterOffsetAtOverlap | 
  withZoneSameInstant | zone
  withZoneSameLocal | zone
java.time.chrono.Era
 Methods: 8
  adjustInto | temporal
  get | field
  getDisplayName | style, locale
  getLong | field
  getValue | 
  isSupported | field
  query | query
  range | field
java.time.chrono.AbstractChronology
 Methods: 5
  compareTo | other
  equals | obj
  hashCode | 
  resolveDate | , fieldValues, resolverStyle
  toString | 
java.time.chrono.HijrahChronology
 Methods: 20
  date | prolepticYear, month, dayOfMonth
  date | era, yearOfEra, month, dayOfMonth
  date | temporal
  dateEpochDay | epochDay
  dateNow | zone
  dateNow | 
  dateNow | clock
  dateYearDay | era, yearOfEra, dayOfYear
  dateYearDay | prolepticYear, dayOfYear
  eraOf | eraValue
  eras | 
  getCalendarType | 
  getId | 
  isLeapYear | prolepticYear
  localDateTime | temporal
  prolepticYear | era, yearOfEra
  range | field
  resolveDate | , fieldValues, resolverStyle
  zonedDateTime | temporal
  zonedDateTime | instant, zone
java.time.chrono.HijrahDate
 Methods: 26
  atTime | localTime
  equals | obj
  from | temporal
  getChronology | 
  getEra | 
  getLong | field
  hashCode | 
  isLeapYear | 
  lengthOfMonth | 
  lengthOfYear | 
  minus | amount
  minus | amountToSubtract, unit
  now | zone
  now | 
  now | clock
  of | prolepticYear, month, dayOfMonth
  plus | amount
  plus | amountToAdd, unit
  range | field
  toEpochDay | 
  toString | 
  until | endExclusive, unit
  until | endDate
  with | field, newValue
  with | adjuster
  withVariant | chronology
java.time.chrono.IsoChronology
 Methods: 21
  date | prolepticYear, month, dayOfMonth
  date | era, yearOfEra, month, dayOfMonth
  date | temporal
  dateEpochDay | epochDay
  dateNow | zone
  dateNow | 
  dateNow | clock
  dateYearDay | era, yearOfEra, dayOfYear
  dateYearDay | prolepticYear, dayOfYear
  eraOf | eraValue
  eras | 
  getCalendarType | 
  getId | 
  isLeapYear | prolepticYear
  localDateTime | temporal
  period | years, months, days
  prolepticYear | era, yearOfEra
  range | field
  resolveDate | , fieldValues, resolverStyle
  zonedDateTime | temporal
  zonedDateTime | instant, zone
java.time.chrono.JapaneseChronology
 Methods: 20
  date | prolepticYear, month, dayOfMonth
  date | era, yearOfEra, month, dayOfMonth
  date | temporal
  dateEpochDay | epochDay
  dateNow | zone
  dateNow | 
  dateNow | clock
  dateYearDay | era, yearOfEra, dayOfYear
  dateYearDay | prolepticYear, dayOfYear
  eraOf | eraValue
  eras | 
  getCalendarType | 
  getId | 
  isLeapYear | prolepticYear
  localDateTime | temporal
  prolepticYear | era, yearOfEra
  range | field
  resolveDate | , fieldValues, resolverStyle
  zonedDateTime | temporal
  zonedDateTime | instant, zone
java.time.chrono.JapaneseDate
 Methods: 26
  atTime | localTime
  equals | obj
  from | temporal
  getChronology | 
  getEra | 
  getLong | field
  hashCode | 
  isSupported | field
  lengthOfMonth | 
  lengthOfYear | 
  minus | amount
  minus | amountToAdd, unit
  now | zone
  now | 
  now | clock
  of | era, yearOfEra, month, dayOfMonth
  of | prolepticYear, month, dayOfMonth
  plus | amount
  plus | amountToAdd, unit
  range | field
  toEpochDay | 
  toString | 
  until | endExclusive, unit
  until | endDate
  with | field, newValue
  with | adjuster
java.time.chrono.JapaneseEra
 Methods: 7
  getDisplayName | style, locale
  getValue | 
  of | japaneseEra
  range | field
  toString | 
  valueOf | japaneseEra
  values | 
java.time.chrono.MinguoChronology
 Methods: 20
  date | prolepticYear, month, dayOfMonth
  date | era, yearOfEra, month, dayOfMonth
  date | temporal
  dateEpochDay | epochDay
  dateNow | zone
  dateNow | 
  dateNow | clock
  dateYearDay | era, yearOfEra, dayOfYear
  dateYearDay | prolepticYear, dayOfYear
  eraOf | eraValue
  eras | 
  getCalendarType | 
  getId | 
  isLeapYear | prolepticYear
  localDateTime | temporal
  prolepticYear | era, yearOfEra
  range | field
  resolveDate | , fieldValues, resolverStyle
  zonedDateTime | temporal
  zonedDateTime | instant, zone
java.time.chrono.MinguoDate
 Methods: 23
  atTime | localTime
  equals | obj
  from | temporal
  getChronology | 
  getEra | 
  getLong | field
  hashCode | 
  lengthOfMonth | 
  minus | amountToAdd, unit
  minus | amount
  now | clock
  now | zone
  now | 
  of | prolepticYear, month, dayOfMonth
  plus | amountToAdd, unit
  plus | amount
  range | field
  toEpochDay | 
  toString | 
  until | endDate
  until | endExclusive, unit
  with | field, newValue
  with | adjuster
java.time.chrono.ThaiBuddhistChronology
 Methods: 20
  date | prolepticYear, month, dayOfMonth
  date | era, yearOfEra, month, dayOfMonth
  date | temporal
  dateEpochDay | epochDay
  dateNow | zone
  dateNow | 
  dateNow | clock
  dateYearDay | era, yearOfEra, dayOfYear
  dateYearDay | prolepticYear, dayOfYear
  eraOf | eraValue
  eras | 
  getCalendarType | 
  getId | 
  isLeapYear | prolepticYear
  localDateTime | temporal
  prolepticYear | era, yearOfEra
  range | field
  resolveDate | , fieldValues, resolverStyle
  zonedDateTime | temporal
  zonedDateTime | instant, zone
java.time.chrono.ThaiBuddhistDate
 Methods: 23
  atTime | localTime
  equals | obj
  from | temporal
  getChronology | 
  getEra | 
  getLong | field
  hashCode | 
  lengthOfMonth | 
  minus | amountToAdd, unit
  minus | amount
  now | clock
  now | zone
  now | 
  of | prolepticYear, month, dayOfMonth
  plus | amountToAdd, unit
  plus | amount
  range | field
  toEpochDay | 
  toString | 
  until | endDate
  until | endExclusive, unit
  with | field, newValue
  with | adjuster
java.time.chrono.HijrahEra
 Methods: 5
  getValue | 
  of | hijrahEra
  range | field
  valueOf | name
  values | 
java.time.chrono.IsoEra
 Methods: 4
  getValue | 
  of | isoEra
  valueOf | name
  values | 
java.time.chrono.MinguoEra
 Methods: 4
  getValue | 
  of | minguoEra
  valueOf | name
  values | 
java.time.chrono.ThaiBuddhistEra
 Methods: 4
  getValue | 
  of | thaiBuddhistEra
  valueOf | name
  values | 
java.time.format.DateTimeFormatter
 Methods: 31
  format | temporal
  formatTo | temporal, appendable
  getChronology | 
  getDecimalStyle | 
  getLocale | 
  getResolverFields | 
  getResolverStyle | 
  getZone | 
  ofLocalizedDate | dateStyle
  ofLocalizedDateTime | dateStyle, timeStyle
  ofLocalizedDateTime | dateTimeStyle
  ofLocalizedTime | timeStyle
  ofPattern | pattern
  ofPattern | pattern, locale
  parse | text, query
  parse | text
  parse | text, position
  parseBest | text, queries
  parseUnresolved | text, position
  parsedExcessDays | 
  parsedLeapSecond | 
  toFormat | parseQuery
  toFormat | 
  toString | 
  withChronology | chrono
  withDecimalStyle | decimalStyle
  withLocale | locale
  withResolverFields | resolverFields
  withResolverFields | resolverFields
  withResolverStyle | resolverStyle
  withZone | zone
java.time.format.DateTimeFormatterBuilder
 Methods: 39
  append | formatter
  appendChronologyId | 
  appendChronologyText | textStyle
  appendFraction | field, minWidth, maxWidth, decimalPoint
  appendInstant | fractionalDigits
  appendInstant | 
  appendLiteral | literal
  appendLiteral | literal
  appendLocalized | dateStyle, timeStyle
  appendLocalizedOffset | style
  appendOffset | pattern, noOffsetText
  appendOffsetId | 
  appendOptional | formatter
  appendPattern | pattern
  appendText | field
  appendText | field, , textLookup
  appendText | field, textStyle
  appendValue | field, minWidth, maxWidth, signStyle
  appendValue | field, width
  appendValue | field
  appendValueReduced | field, width, maxWidth, baseDate
  appendValueReduced | field, width, maxWidth, baseValue
  appendZoneId | 
  appendZoneOrOffsetId | 
  appendZoneRegionId | 
  appendZoneText | textStyle
  appendZoneText | textStyle, preferredZones
  getLocalizedDateTimePattern | dateStyle, timeStyle, chrono, locale
  optionalEnd | 
  optionalStart | 
  padNext | padWidth, padChar
  padNext | padWidth
  parseCaseInsensitive | 
  parseCaseSensitive | 
  parseDefaulting | field, value
  parseLenient | 
  parseStrict | 
  toFormatter | locale
  toFormatter | 
java.time.format.DecimalStyle
 Methods: 14
  equals | obj
  getAvailableLocales | 
  getDecimalSeparator | 
  getNegativeSign | 
  getPositiveSign | 
  getZeroDigit | 
  hashCode | 
  of | locale
  ofDefaultLocale | 
  toString | 
  withDecimalSeparator | decimalSeparator
  withNegativeSign | negativeSign
  withPositiveSign | positiveSign
  withZeroDigit | zeroDigit
java.time.format.FormatStyle
 Methods: 2
  valueOf | name
  values | 
java.time.format.ResolverStyle
 Methods: 2
  valueOf | name
  values | 
java.time.format.SignStyle
 Methods: 2
  valueOf | name
  values | 
java.time.format.TextStyle
 Methods: 5
  asNormal | 
  asStandalone | 
  isStandalone | 
  valueOf | name
  values | 
java.time.format.DateTimeParseException
 Methods: 2
  getErrorIndex | 
  getParsedString | 
java.time.temporal.Temporal
 Methods: 8
  isSupported | unit
  minus | amount
  minus | amountToSubtract, unit
  plus | amountToAdd, unit
  plus | amount
  until | endExclusive, unit
  with | field, newValue
  with | adjuster
java.time.temporal.TemporalAccessor
 Methods: 5
  get | field
  getLong | field
  isSupported | field
  query | query
  range | field
java.time.temporal.TemporalAdjuster
 Methods: 1
  adjustInto | temporal
java.time.temporal.TemporalAmount
 Methods: 4
  addTo | temporal
  get | unit
  getUnits | 
  subtractFrom | temporal
java.time.temporal.TemporalField
 Methods: 12
  adjustInto | temporal, newValue
  getBaseUnit | 
  getDisplayName | locale
  getFrom | temporal
  getRangeUnit | 
  isDateBased | 
  isSupportedBy | temporal
  isTimeBased | 
  range | 
  rangeRefinedBy | temporal
  resolve | , fieldValues, partialTemporal, resolverStyle
  toString | 
java.time.temporal.TemporalQuery
 Methods: 1
  queryFrom | temporal
java.time.temporal.TemporalUnit
 Methods: 8
  addTo | temporal, amount
  between | temporal1Inclusive, temporal2Exclusive
  getDuration | 
  isDateBased | 
  isDurationEstimated | 
  isSupportedBy | temporal
  isTimeBased | 
  toString | 
java.time.temporal.IsoFields
 Methods: 0
java.time.temporal.JulianFields
 Methods: 0
java.time.temporal.TemporalAdjusters
 Methods: 14
  dayOfWeekInMonth | ordinal, dayOfWeek
  firstDayOfMonth | 
  firstDayOfNextMonth | 
  firstDayOfNextYear | 
  firstDayOfYear | 
  firstInMonth | dayOfWeek
  lastDayOfMonth | 
  lastDayOfYear | 
  lastInMonth | dayOfWeek
  next | dayOfWeek
  nextOrSame | dayOfWeek
  ofDateAdjuster | dateBasedAdjuster
  previous | dayOfWeek
  previousOrSame | dayOfWeek
java.time.temporal.TemporalQueries
 Methods: 7
  chronology | 
  localDate | 
  localTime | 
  offset | 
  precision | 
  zone | 
  zoneId | 
java.time.temporal.ValueRange
 Methods: 16
  checkValidIntValue | value, field
  checkValidValue | value, field
  equals | obj
  getLargestMinimum | 
  getMaximum | 
  getMinimum | 
  getSmallestMaximum | 
  hashCode | 
  isFixed | 
  isIntValue | 
  isValidIntValue | value
  isValidValue | value
  of | min, max
  of | minSmallest, minLargest, maxSmallest, maxLargest
  of | min, maxSmallest, maxLargest
  toString | 
java.time.temporal.WeekFields
 Methods: 12
  dayOfWeek | 
  equals | object
  getFirstDayOfWeek | 
  getMinimalDaysInFirstWeek | 
  hashCode | 
  of | firstDayOfWeek, minimalDaysInFirstWeek
  of | locale
  toString | 
  weekBasedYear | 
  weekOfMonth | 
  weekOfWeekBasedYear | 
  weekOfYear | 
java.time.temporal.ChronoField
 Methods: 15
  adjustInto | temporal, newValue
  checkValidIntValue | value
  checkValidValue | value
  getBaseUnit | 
  getDisplayName | locale
  getFrom | temporal
  getRangeUnit | 
  isDateBased | 
  isSupportedBy | temporal
  isTimeBased | 
  range | 
  rangeRefinedBy | temporal
  toString | 
  valueOf | name
  values | 
java.time.temporal.ChronoUnit
 Methods: 10
  addTo | temporal, amount
  between | temporal1Inclusive, temporal2Exclusive
  getDuration | 
  isDateBased | 
  isDurationEstimated | 
  isSupportedBy | temporal
  isTimeBased | 
  toString | 
  valueOf | name
  values | 
java.time.temporal.UnsupportedTemporalTypeException
 Methods: 0
java.time.zone.ZoneOffsetTransition
 Methods: 15
  compareTo | transition
  equals | other
  getDateTimeAfter | 
  getDateTimeBefore | 
  getDuration | 
  getInstant | 
  getOffsetAfter | 
  getOffsetBefore | 
  hashCode | 
  isGap | 
  isOverlap | 
  isValidOffset | offset
  of | transition, offsetBefore, offsetAfter
  toEpochSecond | 
  toString | 
java.time.zone.ZoneOffsetTransitionRule
 Methods: 14
  createTransition | year
  equals | otherRule
  getDayOfMonthIndicator | 
  getDayOfWeek | 
  getLocalTime | 
  getMonth | 
  getOffsetAfter | 
  getOffsetBefore | 
  getStandardOffset | 
  getTimeDefinition | 
  hashCode | 
  isMidnightEndOfDay | 
  of | month, dayOfMonthIndicator, dayOfWeek, time, timeEndOfDay, timeDefnition, standardOffset, offsetBefore, offsetAfter
  toString | 
java.time.zone.ZoneRules
 Methods: 18
  equals | otherRules
  getDaylightSavings | instant
  getOffset | localDateTime
  getOffset | instant
  getStandardOffset | instant
  getTransition | localDateTime
  getTransitionRules | 
  getTransitions | 
  getValidOffsets | localDateTime
  hashCode | 
  isDaylightSavings | instant
  isFixedOffset | 
  isValidOffset | localDateTime, offset
  nextTransition | instant
  of | baseStandardOffset, baseWallOffset, standardOffsetTransitionList, transitionList, lastRules
  of | offset
  previousTransition | instant
  toString | 
java.time.zone.ZoneOffsetTransitionRule$TimeDefinition
 Methods: 3
  createDateTime | dateTime, standardOffset, wallOffset
  valueOf | name
  values | 
java.time.zone.ZoneRulesException
 Methods: 0
java.util.Collection
 Methods: 19
  add | e
  addAll | c
  clear | 
  contains | o
  containsAll | c
  equals | o
  hashCode | 
  isEmpty | 
  iterator | 
  parallelStream | 
  remove | o
  removeAll | c
  removeIf | filter
  retainAll | c
  size | 
  spliterator | 
  stream | 
  toArray | a
  toArray | 
java.util.Comparator
 Methods: 18
  compare | o1, o2
  comparing | ? super T, keyExtractor, keyComparator
  comparing | ? super T, keyExtractor
  comparingDouble | keyExtractor
  comparingInt | keyExtractor
  comparingLong | keyExtractor
  equals | obj
  naturalOrder | 
  nullsFirst | comparator
  nullsLast | comparator
  reverseOrder | 
  reversed | 
  thenComparing | ? super T, keyExtractor
  thenComparing | ? super T, keyExtractor, keyComparator
  thenComparing | other
  thenComparingDouble | keyExtractor
  thenComparingInt | keyExtractor
  thenComparingLong | keyExtractor
java.util.Deque
 Methods: 27
  add | e
  addFirst | e
  addLast | e
  contains | o
  descendingIterator | 
  element | 
  getFirst | 
  getLast | 
  iterator | 
  offer | e
  offerFirst | e
  offerLast | e
  peek | 
  peekFirst | 
  peekLast | 
  poll | 
  pollFirst | 
  pollLast | 
  pop | 
  push | e
  remove | 
  remove | o
  removeFirst | 
  removeFirstOccurrence | o
  removeLast | 
  removeLastOccurrence | o
  size | 
java.util.Enumeration
 Methods: 2
  hasMoreElements | 
  nextElement | 
java.util.EventListener
 Methods: 0
java.util.Formattable
 Methods: 1
  formatTo | formatter, flags, width, precision
java.util.Iterator
 Methods: 4
  forEachRemaining | action
  hasNext | 
  next | 
  remove | 
java.util.List
 Methods: 28
  add | e
  add | index, element
  addAll | c
  addAll | index, c
  clear | 
  contains | o
  containsAll | c
  equals | o
  get | index
  hashCode | 
  indexOf | o
  isEmpty | 
  iterator | 
  lastIndexOf | o
  listIterator | index
  listIterator | 
  remove | index
  remove | o
  removeAll | c
  replaceAll | operator
  retainAll | c
  set | index, element
  size | 
  sort | c
  spliterator | 
  subList | fromIndex, toIndex
  toArray | 
  toArray | a
java.util.ListIterator
 Methods: 9
  add | e
  hasNext | 
  hasPrevious | 
  next | 
  nextIndex | 
  previous | 
  previousIndex | 
  remove | 
  set | e
java.util.Map
 Methods: 25
  clear | 
  compute | key, ? super K,  ? super V, remappingFunction
  computeIfAbsent | key, ? super K, mappingFunction
  computeIfPresent | key, ? super K,  ? super V, remappingFunction
  containsKey | key
  containsValue | value
  entrySet | 
  equals | o
  forEach | ? super K, action
  get | key
  getOrDefault | key, defaultValue
  hashCode | 
  isEmpty | 
  keySet | 
  merge | key, value, ? super V,  ? super V, remappingFunction
  put | key, value
  putAll | ? extends K, m
  putIfAbsent | key, value
  remove | key, value
  remove | key
  replace | key, oldValue, newValue
  replace | key, value
  replaceAll | ? super K,  ? super V, function
  size | 
  values | 
java.util.Map$Entry
 Methods: 9
  comparingByKey | cmp
  comparingByKey | 
  comparingByValue | cmp
  comparingByValue | 
  equals | o
  getKey | 
  getValue | 
  hashCode | 
  setValue | value
java.util.NavigableMap
 Methods: 21
  ceilingEntry | key
  ceilingKey | key
  descendingKeySet | 
  descendingMap | 
  firstEntry | 
  floorEntry | key
  floorKey | key
  headMap | toKey
  headMap | toKey, inclusive
  higherEntry | key
  higherKey | key
  lastEntry | 
  lowerEntry | key
  lowerKey | key
  navigableKeySet | 
  pollFirstEntry | 
  pollLastEntry | 
  subMap | fromKey, toKey
  subMap | fromKey, fromInclusive, toKey, toInclusive
  tailMap | fromKey, inclusive
  tailMap | fromKey
java.util.NavigableSet
 Methods: 15
  ceiling | e
  descendingIterator | 
  descendingSet | 
  floor | e
  headSet | toElement, inclusive
  headSet | toElement
  higher | e
  iterator | 
  lower | e
  pollFirst | 
  pollLast | 
  subSet | fromElement, fromInclusive, toElement, toInclusive
  subSet | fromElement, toElement
  tailSet | fromElement
  tailSet | fromElement, inclusive
java.util.Observer
 Methods: 1
  update | o, arg
java.util.PrimitiveIterator
 Methods: 1
  forEachRemaining | action
java.util.PrimitiveIterator$OfDouble
 Methods: 4
  forEachRemaining | action
  forEachRemaining | action
  next | 
  nextDouble | 
java.util.PrimitiveIterator$OfInt
 Methods: 4
  forEachRemaining | action
  forEachRemaining | action
  next | 
  nextInt | 
java.util.PrimitiveIterator$OfLong
 Methods: 4
  forEachRemaining | action
  forEachRemaining | action
  next | 
  nextLong | 
java.util.Queue
 Methods: 6
  add | e
  element | 
  offer | e
  peek | 
  poll | 
  remove | 
java.util.RandomAccess
 Methods: 0
java.util.Set
 Methods: 16
  add | e
  addAll | c
  clear | 
  contains | o
  containsAll | c
  equals | o
  hashCode | 
  isEmpty | 
  iterator | 
  remove | o
  removeAll | c
  retainAll | c
  size | 
  spliterator | 
  toArray | a
  toArray | 
java.util.SortedMap
 Methods: 9
  comparator | 
  entrySet | 
  firstKey | 
  headMap | toKey
  keySet | 
  lastKey | 
  subMap | fromKey, toKey
  tailMap | fromKey
  values | 
java.util.SortedSet
 Methods: 7
  comparator | 
  first | 
  headSet | toElement
  last | 
  spliterator | 
  subSet | fromElement, toElement
  tailSet | fromElement
java.util.Spliterator
 Methods: 8
  characteristics | 
  estimateSize | 
  forEachRemaining | action
  getComparator | 
  getExactSizeIfKnown | 
  hasCharacteristics | characteristics
  tryAdvance | action
  trySplit | 
java.util.Spliterator$OfDouble
 Methods: 5
  forEachRemaining | action
  forEachRemaining | action
  tryAdvance | action
  tryAdvance | action
  trySplit | 
java.util.Spliterator$OfInt
 Methods: 5
  forEachRemaining | action
  forEachRemaining | action
  tryAdvance | action
  tryAdvance | action
  trySplit | 
java.util.Spliterator$OfLong
 Methods: 5
  forEachRemaining | action
  forEachRemaining | action
  tryAdvance | action
  tryAdvance | action
  trySplit | 
java.util.Spliterator$OfPrimitive
 Methods: 3
  forEachRemaining | action
  tryAdvance | action
  trySplit | 
java.util.AbstractCollection
 Methods: 14
  add | e
  addAll | c
  clear | 
  contains | o
  containsAll | c
  isEmpty | 
  iterator | 
  remove | o
  removeAll | c
  retainAll | c
  size | 
  toArray | a
  toArray | 
  toString | 
java.util.AbstractList
 Methods: 15
  add | index, element
  add | e
  addAll | index, c
  clear | 
  equals | o
  get | index
  hashCode | 
  indexOf | o
  iterator | 
  lastIndexOf | o
  listIterator | index
  listIterator | 
  remove | index
  set | index, element
  subList | fromIndex, toIndex
java.util.AbstractMap
 Methods: 15
  clear | 
  containsKey | key
  containsValue | value
  entrySet | 
  equals | o
  get | key
  hashCode | 
  isEmpty | 
  keySet | 
  put | key, value
  putAll | ? extends K, m
  remove | key
  size | 
  toString | 
  values | 
java.util.AbstractMap$SimpleEntry
 Methods: 6
  equals | o
  getKey | 
  getValue | 
  hashCode | 
  setValue | value
  toString | 
java.util.AbstractMap$SimpleImmutableEntry
 Methods: 6
  equals | o
  getKey | 
  getValue | 
  hashCode | 
  setValue | value
  toString | 
java.util.AbstractQueue
 Methods: 5
  add | e
  addAll | c
  clear | 
  element | 
  remove | 
java.util.AbstractSequentialList
 Methods: 7
  add | index, element
  addAll | index, c
  get | index
  iterator | 
  listIterator | index
  remove | index
  set | index, element
java.util.AbstractSet
 Methods: 3
  equals | o
  hashCode | 
  removeAll | c
java.util.ArrayDeque
 Methods: 33
  add | e
  addFirst | e
  addLast | e
  clear | 
  clone | 
  contains | o
  descendingIterator | 
  element | 
  getFirst | 
  getLast | 
  isEmpty | 
  iterator | 
  offer | e
  offerFirst | e
  offerLast | e
  peek | 
  peekFirst | 
  peekLast | 
  poll | 
  pollFirst | 
  pollLast | 
  pop | 
  push | e
  remove | 
  remove | o
  removeFirst | 
  removeFirstOccurrence | o
  removeLast | 
  removeLastOccurrence | o
  size | 
  spliterator | 
  toArray | 
  toArray | a
java.util.ArrayList
 Methods: 30
  add | e
  add | index, element
  addAll | c
  addAll | index, c
  clear | 
  clone | 
  contains | o
  ensureCapacity | minCapacity
  forEach | action
  get | index
  indexOf | o
  isEmpty | 
  iterator | 
  lastIndexOf | o
  listIterator | index
  listIterator | 
  remove | index
  remove | o
  removeAll | c
  removeIf | filter
  replaceAll | operator
  retainAll | c
  set | index, element
  size | 
  sort | c
  spliterator | 
  subList | fromIndex, toIndex
  toArray | 
  toArray | a
  trimToSize | 
java.util.Arrays
 Methods: 155
  asList | a
  binarySearch | a, fromIndex, toIndex, key
  binarySearch | a, key
  binarySearch | a, fromIndex, toIndex, key
  binarySearch | a, fromIndex, toIndex, key
  binarySearch | a, fromIndex, toIndex, key
  binarySearch | a, fromIndex, toIndex, key
  binarySearch | a, fromIndex, toIndex, key
  binarySearch | a, fromIndex, toIndex, key, c
  binarySearch | a, key
  binarySearch | a, key
  binarySearch | a, key
  binarySearch | a, fromIndex, toIndex, key
  binarySearch | a, fromIndex, toIndex, key
  binarySearch | a, key
  binarySearch | a, key
  binarySearch | a, key
  binarySearch | a, key, c
  binarySearch | a, key
  copyOf | original, newLength
  copyOf | original, newLength
  copyOf | original, newLength
  copyOf | original, newLength
  copyOf | original, newLength
  copyOf | original, newLength
  copyOf | original, newLength, newType
  copyOf | original, newLength
  copyOf | original, newLength
  copyOf | original, newLength
  copyOfRange | original, from, to
  copyOfRange | original, from, to
  copyOfRange | original, from, to
  copyOfRange | original, from, to
  copyOfRange | original, from, to
  copyOfRange | original, from, to
  copyOfRange | original, from, to
  copyOfRange | original, from, to, newType
  copyOfRange | original, from, to
  copyOfRange | original, from, to
  deepEquals | a1, a2
  deepHashCode | a
  deepToString | a
  equals | a, a2
  equals | a, a2
  equals | a, a2
  equals | a, a2
  equals | a, a2
  equals | a, a2
  equals | a, a2
  equals | a, a2
  equals | a, a2
  fill | a, fromIndex, toIndex, val
  fill | a, val
  fill | a, fromIndex, toIndex, val
  fill | a, val
  fill | a, fromIndex, toIndex, val
  fill | a, fromIndex, toIndex, val
  fill | a, val
  fill | a, val
  fill | a, val
  fill | a, fromIndex, toIndex, val
  fill | a, val
  fill | a, fromIndex, toIndex, val
  fill | a, fromIndex, toIndex, val
  fill | a, fromIndex, toIndex, val
  fill | a, val
  fill | a, val
  fill | a, fromIndex, toIndex, val
  fill | a, val
  hashCode | a
  hashCode | a
  hashCode | a
  hashCode | a
  hashCode | a
  hashCode | a
  hashCode | a
  hashCode | a
  hashCode | a
  parallelPrefix | array, fromIndex, toIndex, op
  parallelPrefix | array, op
  parallelPrefix | array, op
  parallelPrefix | array, fromIndex, toIndex, op
  parallelPrefix | array, fromIndex, toIndex, op
  parallelPrefix | array, fromIndex, toIndex, op
  parallelPrefix | array, op
  parallelPrefix | array, op
  parallelSetAll | array, generator
  parallelSetAll | array, generator
  parallelSetAll | array, generator
  parallelSetAll | array, generator
  parallelSort | a, cmp
  parallelSort | a
  parallelSort | a
  parallelSort | a
  parallelSort | a
  parallelSort | a, fromIndex, toIndex
  parallelSort | a
  parallelSort | a
  parallelSort | a
  parallelSort | a, fromIndex, toIndex
  parallelSort | a
  parallelSort | a, fromIndex, toIndex
  parallelSort | a, fromIndex, toIndex
  parallelSort | a, fromIndex, toIndex
  parallelSort | a, fromIndex, toIndex
  parallelSort | a, fromIndex, toIndex
  parallelSort | a, fromIndex, toIndex
  parallelSort | a, fromIndex, toIndex, cmp
  setAll | array, generator
  setAll | array, generator
  setAll | array, generator
  setAll | array, generator
  sort | a, fromIndex, toIndex, c
  sort | a
  sort | a, fromIndex, toIndex
  sort | a
  sort | a
  sort | a, fromIndex, toIndex
  sort | a
  sort | a, fromIndex, toIndex
  sort | a, fromIndex, toIndex
  sort | a, c
  sort | a
  sort | a, fromIndex, toIndex
  sort | a
  sort | a, fromIndex, toIndex
  sort | a
  sort | a, fromIndex, toIndex
  sort | a, fromIndex, toIndex
  sort | a
  spliterator | array, startInclusive, endExclusive
  spliterator | array
  spliterator | array
  spliterator | array, startInclusive, endExclusive
  spliterator | array
  spliterator | array
  spliterator | array, startInclusive, endExclusive
  spliterator | array, startInclusive, endExclusive
  stream | array
  stream | array
  stream | array
  stream | array, startInclusive, endExclusive
  stream | array
  stream | array, startInclusive, endExclusive
  stream | array, startInclusive, endExclusive
  stream | array, startInclusive, endExclusive
  toString | a
  toString | a
  toString | a
  toString | a
  toString | a
  toString | a
  toString | a
  toString | a
  toString | a
java.util.Base64
 Methods: 7
  getDecoder | 
  getEncoder | 
  getMimeDecoder | 
  getMimeEncoder | 
  getMimeEncoder | lineLength, lineSeparator
  getUrlDecoder | 
  getUrlEncoder | 
java.util.Base64$Decoder
 Methods: 5
  decode | src
  decode | src, dst
  decode | src
  decode | buffer
  wrap | is
java.util.Base64$Encoder
 Methods: 6
  encode | src, dst
  encode | src
  encode | buffer
  encodeToString | src
  withoutPadding | 
  wrap | os
java.util.BitSet
 Methods: 35
  and | set
  andNot | set
  cardinality | 
  clear | fromIndex, toIndex
  clear | bitIndex
  clear | 
  clone | 
  equals | obj
  flip | bitIndex
  flip | fromIndex, toIndex
  get | bitIndex
  get | fromIndex, toIndex
  hashCode | 
  intersects | set
  isEmpty | 
  length | 
  nextClearBit | fromIndex
  nextSetBit | fromIndex
  or | set
  previousClearBit | fromIndex
  previousSetBit | fromIndex
  set | fromIndex, toIndex, value
  set | fromIndex, toIndex
  set | bitIndex
  set | bitIndex, value
  size | 
  stream | 
  toByteArray | 
  toLongArray | 
  toString | 
  valueOf | longs
  valueOf | bytes
  valueOf | bb
  valueOf | lb
  xor | set
java.util.Calendar
 Methods: 50
  add | field, amount
  after | when
  before | when
  clear | 
  clear | field
  clone | 
  compareTo | anotherCalendar
  equals | obj
  get | field
  getActualMaximum | field
  getActualMinimum | field
  getAvailableCalendarTypes | 
  getAvailableLocales | 
  getCalendarType | 
  getDisplayName | field, style, locale
  getDisplayNames | field, style, locale
  getFirstDayOfWeek | 
  getGreatestMinimum | field
  getInstance | 
  getInstance | aLocale
  getInstance | zone, aLocale
  getInstance | zone
  getLeastMaximum | field
  getMaximum | field
  getMinimalDaysInFirstWeek | 
  getMinimum | field
  getTime | 
  getTimeInMillis | 
  getTimeZone | 
  getWeekYear | 
  getWeeksInWeekYear | 
  hashCode | 
  isLenient | 
  isSet | field
  isWeekDateSupported | 
  roll | field, up
  roll | field, amount
  set | year, month, date, hourOfDay, minute, second
  set | year, month, date, hourOfDay, minute
  set | field, value
  set | year, month, date
  setFirstDayOfWeek | value
  setLenient | lenient
  setMinimalDaysInFirstWeek | value
  setTime | date
  setTimeInMillis | millis
  setTimeZone | value
  setWeekDate | weekYear, weekOfYear, dayOfWeek
  toInstant | 
  toString | 
java.util.Calendar$Builder
 Methods: 14
  build | 
  set | field, value
  setCalendarType | type
  setDate | year, month, dayOfMonth
  setFields | fieldValuePairs
  setInstant | instant
  setInstant | instant
  setLenient | lenient
  setLocale | locale
  setTimeOfDay | hourOfDay, minute, second
  setTimeOfDay | hourOfDay, minute, second, millis
  setTimeZone | zone
  setWeekDate | weekYear, weekOfYear, dayOfWeek
  setWeekDefinition | firstDayOfWeek, minimalDaysInFirstWeek
java.util.Collections
 Methods: 66
  addAll | c, elements
  asLifoQueue | deque
  binarySearch | list, key, c
  binarySearch | list, key
  checkedCollection | c, type
  checkedList | list, type
  checkedMap | K, m, keyType, valueType
  checkedNavigableMap | K, m, keyType, valueType
  checkedNavigableSet | s, type
  checkedQueue | queue, type
  checkedSet | s, type
  checkedSortedMap | K, m, keyType, valueType
  checkedSortedSet | s, type
  copy | dest, src
  disjoint | c1, c2
  emptyEnumeration | 
  emptyIterator | 
  emptyList | 
  emptyListIterator | 
  emptyMap | 
  emptyNavigableMap | 
  emptyNavigableSet | 
  emptySet | 
  emptySortedMap | 
  emptySortedSet | 
  enumeration | c
  fill | list, obj
  frequency | c, o
  indexOfSubList | source, target
  lastIndexOfSubList | source, target
  list | e
  max | coll, comp
  max | coll
  min | coll
  min | coll, comp
  nCopies | n, o
  newSetFromMap | E, map
  replaceAll | list, oldVal, newVal
  reverse | list
  reverseOrder | 
  reverseOrder | cmp
  rotate | list, distance
  shuffle | list, rnd
  shuffle | list
  singleton | o
  singletonList | o
  singletonMap | key, value
  sort | list
  sort | list, c
  swap | list, i, j
  synchronizedCollection | c
  synchronizedList | list
  synchronizedMap | K, m
  synchronizedNavigableMap | K, m
  synchronizedNavigableSet | s
  synchronizedSet | s
  synchronizedSortedMap | K, m
  synchronizedSortedSet | s
  unmodifiableCollection | c
  unmodifiableList | list
  unmodifiableMap | ? extends K, m
  unmodifiableNavigableMap | K, m
  unmodifiableNavigableSet | s
  unmodifiableSet | s
  unmodifiableSortedMap | K, m
  unmodifiableSortedSet | s
java.util.Currency
 Methods: 11
  getAvailableCurrencies | 
  getCurrencyCode | 
  getDefaultFractionDigits | 
  getDisplayName | 
  getDisplayName | locale
  getInstance | currencyCode
  getInstance | locale
  getNumericCode | 
  getSymbol | locale
  getSymbol | 
  toString | 
java.util.Date
 Methods: 29
  UTC | year, month, date, hrs, min, sec
  after | when
  before | when
  clone | 
  compareTo | anotherDate
  equals | obj
  from | instant
  getDate | 
  getDay | 
  getHours | 
  getMinutes | 
  getMonth | 
  getSeconds | 
  getTime | 
  getTimezoneOffset | 
  getYear | 
  hashCode | 
  parse | s
  setDate | date
  setHours | hours
  setMinutes | minutes
  setMonth | month
  setSeconds | seconds
  setTime | time
  setYear | year
  toGMTString | 
  toInstant | 
  toLocaleString | 
  toString | 
java.util.Dictionary
 Methods: 7
  elements | 
  get | key
  isEmpty | 
  keys | 
  put | key, value
  remove | key
  size | 
java.util.DoubleSummaryStatistics
 Methods: 8
  accept | value
  combine | other
  getAverage | 
  getCount | 
  getMax | 
  getMin | 
  getSum | 
  toString | 
java.util.EnumMap
 Methods: 14
  clear | 
  clone | 
  containsKey | key
  containsValue | value
  entrySet | 
  equals | o
  get | key
  hashCode | 
  keySet | 
  put | key, value
  putAll | ? extends K, m
  remove | key
  size | 
  values | 
java.util.EnumSet
 Methods: 13
  allOf | elementType
  clone | 
  complementOf | s
  copyOf | s
  copyOf | c
  noneOf | elementType
  of | first, rest
  of | e1, e2, e3
  of | e1, e2
  of | e1, e2, e3, e4, e5
  of | e1, e2, e3, e4
  of | e
  range | from, to
java.util.EventListenerProxy
 Methods: 1
  getListener | 
java.util.EventObject
 Methods: 2
  getSource | 
  toString | 
java.util.FormattableFlags
 Methods: 0
java.util.Formatter
 Methods: 8
  close | 
  flush | 
  format | l, format, args
  format | format, args
  ioException | 
  locale | 
  out | 
  toString | 
java.util.GregorianCalendar
 Methods: 24
  add | field, amount
  clone | 
  equals | obj
  from | zdt
  getActualMaximum | field
  getActualMinimum | field
  getCalendarType | 
  getGreatestMinimum | field
  getGregorianChange | 
  getLeastMaximum | field
  getMaximum | field
  getMinimum | field
  getTimeZone | 
  getWeekYear | 
  getWeeksInWeekYear | 
  hashCode | 
  isLeapYear | year
  isWeekDateSupported | 
  roll | field, up
  roll | field, amount
  setGregorianChange | date
  setTimeZone | zone
  setWeekDate | weekYear, weekOfYear, dayOfWeek
  toZonedDateTime | 
java.util.HashMap
 Methods: 24
  clear | 
  clone | 
  compute | key, ? super K,  ? super V, remappingFunction
  computeIfAbsent | key, ? super K, mappingFunction
  computeIfPresent | key, ? super K,  ? super V, remappingFunction
  containsKey | key
  containsValue | value
  entrySet | 
  forEach | ? super K, action
  get | key
  getOrDefault | key, defaultValue
  isEmpty | 
  keySet | 
  merge | key, value, ? super V,  ? super V, remappingFunction
  put | key, value
  putAll | ? extends K, m
  putIfAbsent | key, value
  remove | key, value
  remove | key
  replace | key, oldValue, newValue
  replace | key, value
  replaceAll | ? super K,  ? super V, function
  size | 
  values | 
java.util.HashSet
 Methods: 9
  add | e
  clear | 
  clone | 
  contains | o
  isEmpty | 
  iterator | 
  remove | o
  size | 
  spliterator | 
java.util.Hashtable
 Methods: 30
  clear | 
  clone | 
  compute | key, ? super K,  ? super V, remappingFunction
  computeIfAbsent | key, ? super K, mappingFunction
  computeIfPresent | key, ? super K,  ? super V, remappingFunction
  contains | value
  containsKey | key
  containsValue | value
  elements | 
  entrySet | 
  equals | o
  forEach | ? super K, action
  get | key
  getOrDefault | key, defaultValue
  hashCode | 
  isEmpty | 
  keySet | 
  keys | 
  merge | key, value, ? super V,  ? super V, remappingFunction
  put | key, value
  putAll | ? extends K, t
  putIfAbsent | key, value
  remove | key, value
  remove | key
  replace | key, oldValue, newValue
  replace | key, value
  replaceAll | ? super K,  ? super V, function
  size | 
  toString | 
  values | 
java.util.IdentityHashMap
 Methods: 17
  clear | 
  clone | 
  containsKey | key
  containsValue | value
  entrySet | 
  equals | o
  forEach | ? super K, action
  get | key
  hashCode | 
  isEmpty | 
  keySet | 
  put | key, value
  putAll | ? extends K, m
  remove | key
  replaceAll | ? super K,  ? super V, function
  size | 
  values | 
java.util.IntSummaryStatistics
 Methods: 8
  accept | value
  combine | other
  getAverage | 
  getCount | 
  getMax | 
  getMin | 
  getSum | 
  toString | 
java.util.LinkedHashMap
 Methods: 9
  clear | 
  containsValue | value
  entrySet | 
  forEach | ? super K, action
  get | key
  getOrDefault | key, defaultValue
  keySet | 
  replaceAll | ? super K,  ? super V, function
  values | 
java.util.LinkedHashSet
 Methods: 1
  spliterator | 
java.util.LinkedList
 Methods: 40
  add | e
  add | index, element
  addAll | c
  addAll | index, c
  addFirst | e
  addLast | e
  clear | 
  clone | 
  contains | o
  descendingIterator | 
  element | 
  get | index
  getFirst | 
  getLast | 
  indexOf | o
  lastIndexOf | o
  listIterator | index
  offer | e
  offerFirst | e
  offerLast | e
  peek | 
  peekFirst | 
  peekLast | 
  poll | 
  pollFirst | 
  pollLast | 
  pop | 
  push | e
  remove | index
  remove | 
  remove | o
  removeFirst | 
  removeFirstOccurrence | o
  removeLast | 
  removeLastOccurrence | o
  set | index, element
  size | 
  spliterator | 
  toArray | 
  toArray | a
java.util.ListResourceBundle
 Methods: 2
  getKeys | 
  handleGetObject | key
java.util.Locale
 Methods: 42
  clone | 
  equals | obj
  filter | priorityList, locales
  filter | priorityList, locales, mode
  filterTags | priorityList, tags, mode
  filterTags | priorityList, tags
  forLanguageTag | languageTag
  getAvailableLocales | 
  getCountry | 
  getDefault | category
  getDefault | 
  getDisplayCountry | locale
  getDisplayCountry | 
  getDisplayLanguage | locale
  getDisplayLanguage | 
  getDisplayName | 
  getDisplayName | locale
  getDisplayScript | 
  getDisplayScript | inLocale
  getDisplayVariant | inLocale
  getDisplayVariant | 
  getExtension | key
  getExtensionKeys | 
  getISO3Country | 
  getISO3Language | 
  getISOCountries | 
  getISOLanguages | 
  getLanguage | 
  getScript | 
  getUnicodeLocaleAttributes | 
  getUnicodeLocaleKeys | 
  getUnicodeLocaleType | key
  getVariant | 
  hasExtensions | 
  hashCode | 
  lookup | priorityList, locales
  lookupTag | priorityList, tags
  setDefault | newLocale
  setDefault | category, newLocale
  stripExtensions | 
  toLanguageTag | 
  toString | 
java.util.Locale$Builder
 Methods: 13
  addUnicodeLocaleAttribute | attribute
  build | 
  clear | 
  clearExtensions | 
  removeUnicodeLocaleAttribute | attribute
  setExtension | key, value
  setLanguage | language
  setLanguageTag | languageTag
  setLocale | locale
  setRegion | region
  setScript | script
  setUnicodeLocaleKeyword | key, type
  setVariant | variant
java.util.Locale$LanguageRange
 Methods: 7
  equals | obj
  getRange | 
  getWeight | 
  hashCode | 
  mapEquivalents | priorityList, , map
  parse | ranges
  parse | ranges, , map
java.util.LongSummaryStatistics
 Methods: 9
  accept | value
  accept | value
  combine | other
  getAverage | 
  getCount | 
  getMax | 
  getMin | 
  getSum | 
  toString | 
java.util.Objects
 Methods: 12
  compare | a, b, c
  deepEquals | a, b
  equals | a, b
  hash | values
  hashCode | o
  isNull | obj
  nonNull | obj
  requireNonNull | obj, message
  requireNonNull | obj, messageSupplier
  requireNonNull | obj
  toString | o
  toString | o, nullDefault
java.util.Observable
 Methods: 7
  addObserver | o
  countObservers | 
  deleteObserver | o
  deleteObservers | 
  hasChanged | 
  notifyObservers | arg
  notifyObservers | 
java.util.Optional
 Methods: 15
  empty | 
  equals | obj
  filter | predicate
  flatMap | ? super T, mapper
  get | 
  hashCode | 
  ifPresent | consumer
  isPresent | 
  map | ? super T, mapper
  of | value
  ofNullable | value
  orElse | other
  orElseGet | other
  orElseThrow | exceptionSupplier
  toString | 
java.util.OptionalDouble
 Methods: 11
  empty | 
  equals | obj
  getAsDouble | 
  hashCode | 
  ifPresent | consumer
  isPresent | 
  of | value
  orElse | other
  orElseGet | other
  orElseThrow | exceptionSupplier
  toString | 
java.util.OptionalInt
 Methods: 11
  empty | 
  equals | obj
  getAsInt | 
  hashCode | 
  ifPresent | consumer
  isPresent | 
  of | value
  orElse | other
  orElseGet | other
  orElseThrow | exceptionSupplier
  toString | 
java.util.OptionalLong
 Methods: 11
  empty | 
  equals | obj
  getAsLong | 
  hashCode | 
  ifPresent | consumer
  isPresent | 
  of | value
  orElse | other
  orElseGet | other
  orElseThrow | exceptionSupplier
  toString | 
java.util.PriorityQueue
 Methods: 13
  add | e
  clear | 
  comparator | 
  contains | o
  iterator | 
  offer | e
  peek | 
  poll | 
  remove | o
  size | 
  spliterator | 
  toArray | a
  toArray | 
java.util.Properties
 Methods: 15
  getProperty | key, defaultValue
  getProperty | key
  list | out
  list | out
  load | inStream
  load | reader
  loadFromXML | in
  propertyNames | 
  save | out, comments
  setProperty | key, value
  store | out, comments
  store | writer, comments
  storeToXML | os, comment, encoding
  storeToXML | os, comment
  stringPropertyNames | 
java.util.PropertyPermission
 Methods: 0
java.util.PropertyResourceBundle
 Methods: 2
  getKeys | 
  handleGetObject | key
java.util.Random
 Methods: 21
  doubles | streamSize
  doubles | 
  doubles | randomNumberOrigin, randomNumberBound
  doubles | streamSize, randomNumberOrigin, randomNumberBound
  ints | streamSize
  ints | streamSize, randomNumberOrigin, randomNumberBound
  ints | randomNumberOrigin, randomNumberBound
  ints | 
  longs | 
  longs | streamSize
  longs | randomNumberOrigin, randomNumberBound
  longs | streamSize, randomNumberOrigin, randomNumberBound
  nextBoolean | 
  nextBytes | bytes
  nextDouble | 
  nextFloat | 
  nextGaussian | 
  nextInt | 
  nextInt | bound
  nextLong | 
  setSeed | seed
java.util.ResourceBundle
 Methods: 16
  clearCache | loader
  clearCache | 
  containsKey | key
  getBaseBundleName | 
  getBundle | baseName, targetLocale, control
  getBundle | baseName, locale
  getBundle | baseName
  getBundle | baseName, targetLocale, loader, control
  getBundle | baseName, locale, loader
  getBundle | baseName, control
  getKeys | 
  getLocale | 
  getObject | key
  getString | key
  getStringArray | key
  keySet | 
java.util.ResourceBundle$Control
 Methods: 10
  getCandidateLocales | baseName, locale
  getControl | formats
  getFallbackLocale | baseName, locale
  getFormats | baseName
  getNoFallbackControl | formats
  getTimeToLive | baseName, locale
  needsReload | baseName, locale, format, loader, bundle, loadTime
  newBundle | baseName, locale, format, loader, reload
  toBundleName | baseName, locale
  toResourceName | bundleName, suffix
java.util.Scanner
 Methods: 55
  close | 
  delimiter | 
  findInLine | pattern
  findInLine | pattern
  findWithinHorizon | pattern, horizon
  findWithinHorizon | pattern, horizon
  hasNext | 
  hasNext | pattern
  hasNext | pattern
  hasNextBigDecimal | 
  hasNextBigInteger | radix
  hasNextBigInteger | 
  hasNextBoolean | 
  hasNextByte | 
  hasNextByte | radix
  hasNextDouble | 
  hasNextFloat | 
  hasNextInt | 
  hasNextInt | radix
  hasNextLine | 
  hasNextLong | 
  hasNextLong | radix
  hasNextShort | 
  hasNextShort | radix
  ioException | 
  locale | 
  match | 
  next | pattern
  next | 
  next | pattern
  nextBigDecimal | 
  nextBigInteger | 
  nextBigInteger | radix
  nextBoolean | 
  nextByte | radix
  nextByte | 
  nextDouble | 
  nextFloat | 
  nextInt | 
  nextInt | radix
  nextLine | 
  nextLong | 
  nextLong | radix
  nextShort | radix
  nextShort | 
  radix | 
  remove | 
  reset | 
  skip | pattern
  skip | pattern
  toString | 
  useDelimiter | pattern
  useDelimiter | pattern
  useLocale | locale
  useRadix | radix
java.util.ServiceLoader
 Methods: 6
  iterator | 
  load | service
  load | service, loader
  loadInstalled | service
  reload | 
  toString | 
java.util.SimpleTimeZone
 Methods: 21
  clone | 
  equals | obj
  getDSTSavings | 
  getOffset | date
  getOffset | era, year, month, day, dayOfWeek, millis
  getRawOffset | 
  hasSameRules | other
  hashCode | 
  inDaylightTime | date
  observesDaylightTime | 
  setDSTSavings | millisSavedDuringDST
  setEndRule | endMonth, endDay, endDayOfWeek, endTime, after
  setEndRule | endMonth, endDay, endDayOfWeek, endTime
  setEndRule | endMonth, endDay, endTime
  setRawOffset | offsetMillis
  setStartRule | startMonth, startDay, startDayOfWeek, startTime
  setStartRule | startMonth, startDay, startTime
  setStartRule | startMonth, startDay, startDayOfWeek, startTime, after
  setStartYear | year
  toString | 
  useDaylightTime | 
java.util.Spliterators
 Methods: 25
  emptyDoubleSpliterator | 
  emptyIntSpliterator | 
  emptyLongSpliterator | 
  emptySpliterator | 
  iterator | spliterator
  iterator | spliterator
  iterator | spliterator
  iterator | spliterator
  spliterator | iterator, size, characteristics
  spliterator | array, additionalCharacteristics
  spliterator | array, fromIndex, toIndex, additionalCharacteristics
  spliterator | array, fromIndex, toIndex, additionalCharacteristics
  spliterator | iterator, size, characteristics
  spliterator | iterator, size, characteristics
  spliterator | array, additionalCharacteristics
  spliterator | array, fromIndex, toIndex, additionalCharacteristics
  spliterator | c, characteristics
  spliterator | array, additionalCharacteristics
  spliterator | array, additionalCharacteristics
  spliterator | array, fromIndex, toIndex, additionalCharacteristics
  spliterator | iterator, size, characteristics
  spliteratorUnknownSize | iterator, characteristics
  spliteratorUnknownSize | iterator, characteristics
  spliteratorUnknownSize | iterator, characteristics
  spliteratorUnknownSize | iterator, characteristics
java.util.Spliterators$AbstractDoubleSpliterator
 Methods: 3
  characteristics | 
  estimateSize | 
  trySplit | 
java.util.Spliterators$AbstractIntSpliterator
 Methods: 3
  characteristics | 
  estimateSize | 
  trySplit | 
java.util.Spliterators$AbstractLongSpliterator
 Methods: 3
  characteristics | 
  estimateSize | 
  trySplit | 
java.util.Spliterators$AbstractSpliterator
 Methods: 3
  characteristics | 
  estimateSize | 
  trySplit | 
java.util.SplittableRandom
 Methods: 23
  doubles | streamSize
  doubles | 
  doubles | randomNumberOrigin, randomNumberBound
  doubles | streamSize, randomNumberOrigin, randomNumberBound
  ints | streamSize
  ints | streamSize, randomNumberOrigin, randomNumberBound
  ints | randomNumberOrigin, randomNumberBound
  ints | 
  longs | 
  longs | streamSize
  longs | randomNumberOrigin, randomNumberBound
  longs | streamSize, randomNumberOrigin, randomNumberBound
  nextBoolean | 
  nextDouble | 
  nextDouble | bound
  nextDouble | origin, bound
  nextInt | 
  nextInt | origin, bound
  nextInt | bound
  nextLong | bound
  nextLong | 
  nextLong | origin, bound
  split | 
java.util.Stack
 Methods: 5
  empty | 
  peek | 
  pop | 
  push | item
  search | o
java.util.StringJoiner
 Methods: 5
  add | newElement
  length | 
  merge | other
  setEmptyValue | emptyValue
  toString | 
java.util.StringTokenizer
 Methods: 6
  countTokens | 
  hasMoreElements | 
  hasMoreTokens | 
  nextElement | 
  nextToken | delim
  nextToken | 
java.util.Timer
 Methods: 8
  cancel | 
  purge | 
  schedule | task, delay, period
  schedule | task, time
  schedule | task, firstTime, period
  schedule | task, delay
  scheduleAtFixedRate | task, delay, period
  scheduleAtFixedRate | task, firstTime, period
java.util.TimerTask
 Methods: 3
  cancel | 
  run | 
  scheduledExecutionTime | 
java.util.TimeZone
 Methods: 23
  clone | 
  getAvailableIDs | 
  getAvailableIDs | rawOffset
  getDSTSavings | 
  getDefault | 
  getDisplayName | daylightTime, style, locale
  getDisplayName | locale
  getDisplayName | daylight, style
  getDisplayName | 
  getID | 
  getOffset | date
  getOffset | era, year, month, day, dayOfWeek, milliseconds
  getRawOffset | 
  getTimeZone | id
  getTimeZone | zoneId
  hasSameRules | other
  inDaylightTime | date
  observesDaylightTime | 
  setDefault | timeZone
  setID | ID
  setRawOffset | offsetMillis
  toZoneId | 
  useDaylightTime | 
java.util.TreeMap
 Methods: 40
  ceilingEntry | key
  ceilingKey | key
  clear | 
  clone | 
  comparator | 
  containsKey | key
  containsValue | value
  descendingKeySet | 
  descendingMap | 
  entrySet | 
  firstEntry | 
  firstKey | 
  floorEntry | key
  floorKey | key
  forEach | ? super K, action
  get | key
  headMap | toKey
  headMap | toKey, inclusive
  higherEntry | key
  higherKey | key
  keySet | 
  lastEntry | 
  lastKey | 
  lowerEntry | key
  lowerKey | key
  navigableKeySet | 
  pollFirstEntry | 
  pollLastEntry | 
  put | key, value
  putAll | ? extends K, map
  remove | key
  replace | key, oldValue, newValue
  replace | key, value
  replaceAll | ? super K,  ? super V, function
  size | 
  subMap | fromKey, toKey
  subMap | fromKey, fromInclusive, toKey, toInclusive
  tailMap | fromKey, inclusive
  tailMap | fromKey
  values | 
java.util.TreeSet
 Methods: 27
  add | e
  addAll | c
  ceiling | e
  clear | 
  clone | 
  comparator | 
  contains | o
  descendingIterator | 
  descendingSet | 
  first | 
  floor | e
  headSet | toElement, inclusive
  headSet | toElement
  higher | e
  isEmpty | 
  iterator | 
  last | 
  lower | e
  pollFirst | 
  pollLast | 
  remove | o
  size | 
  spliterator | 
  subSet | fromElement, fromInclusive, toElement, toInclusive
  subSet | fromElement, toElement
  tailSet | fromElement, inclusive
  tailSet | fromElement
java.util.UUID
 Methods: 14
  clockSequence | 
  compareTo | val
  equals | obj
  fromString | name
  getLeastSignificantBits | 
  getMostSignificantBits | 
  hashCode | 
  nameUUIDFromBytes | name
  node | 
  randomUUID | 
  timestamp | 
  toString | 
  variant | 
  version | 
java.util.Vector
 Methods: 49
  add | index, element
  add | e
  addAll | index, c
  addAll | c
  addElement | obj
  capacity | 
  clear | 
  clone | 
  contains | o
  containsAll | c
  copyInto | anArray
  elementAt | index
  elements | 
  ensureCapacity | minCapacity
  equals | o
  firstElement | 
  forEach | action
  get | index
  hashCode | 
  indexOf | o
  indexOf | o, index
  insertElementAt | obj, index
  isEmpty | 
  iterator | 
  lastElement | 
  lastIndexOf | o
  lastIndexOf | o, index
  listIterator | index
  listIterator | 
  remove | o
  remove | index
  removeAll | c
  removeAllElements | 
  removeElement | obj
  removeElementAt | index
  removeIf | filter
  replaceAll | operator
  retainAll | c
  set | index, element
  setElementAt | obj, index
  setSize | newSize
  size | 
  sort | c
  spliterator | 
  subList | fromIndex, toIndex
  toArray | 
  toArray | a
  toString | 
  trimToSize | 
java.util.WeakHashMap
 Methods: 14
  clear | 
  containsKey | key
  containsValue | value
  entrySet | 
  forEach | ? super K, action
  get | key
  isEmpty | 
  keySet | 
  put | key, value
  putAll | ? extends K, m
  remove | key
  replaceAll | ? super K,  ? super V, function
  size | 
  values | 
java.util.Formatter$BigDecimalLayoutForm
 Methods: 2
  valueOf | name
  values | 
java.util.Locale$Category
 Methods: 2
  valueOf | name
  values | 
java.util.Locale$FilteringMode
 Methods: 2
  valueOf | name
  values | 
java.util.ConcurrentModificationException
 Methods: 0
java.util.DuplicateFormatFlagsException
 Methods: 2
  getFlags | 
  getMessage | 
java.util.EmptyStackException
 Methods: 0
java.util.FormatFlagsConversionMismatchException
 Methods: 3
  getConversion | 
  getFlags | 
  getMessage | 
java.util.FormatterClosedException
 Methods: 0
java.util.IllegalFormatCodePointException
 Methods: 2
  getCodePoint | 
  getMessage | 
java.util.IllegalFormatConversionException
 Methods: 3
  getArgumentClass | 
  getConversion | 
  getMessage | 
java.util.IllegalFormatException
 Methods: 0
java.util.IllegalFormatFlagsException
 Methods: 2
  getFlags | 
  getMessage | 
java.util.IllegalFormatPrecisionException
 Methods: 2
  getMessage | 
  getPrecision | 
java.util.IllegalFormatWidthException
 Methods: 2
  getMessage | 
  getWidth | 
java.util.IllformedLocaleException
 Methods: 1
  getErrorIndex | 
java.util.InputMismatchException
 Methods: 0
java.util.InvalidPropertiesFormatException
 Methods: 0
java.util.MissingFormatArgumentException
 Methods: 2
  getFormatSpecifier | 
  getMessage | 
java.util.MissingFormatWidthException
 Methods: 2
  getFormatSpecifier | 
  getMessage | 
java.util.MissingResourceException
 Methods: 2
  getClassName | 
  getKey | 
java.util.NoSuchElementException
 Methods: 0
java.util.TooManyListenersException
 Methods: 0
java.util.UnknownFormatConversionException
 Methods: 2
  getConversion | 
  getMessage | 
java.util.UnknownFormatFlagsException
 Methods: 2
  getFlags | 
  getMessage | 
java.util.ServiceConfigurationError
 Methods: 0
java.util.concurrent.BlockingDeque
 Methods: 29
  add | e
  addFirst | e
  addLast | e
  contains | o
  element | 
  iterator | 
  offer | e, timeout, unit
  offer | e
  offerFirst | e
  offerFirst | e, timeout, unit
  offerLast | e
  offerLast | e, timeout, unit
  peek | 
  poll | timeout, unit
  poll | 
  pollFirst | timeout, unit
  pollLast | timeout, unit
  push | e
  put | e
  putFirst | e
  putLast | e
  remove | 
  remove | o
  removeFirstOccurrence | o
  removeLastOccurrence | o
  size | 
  take | 
  takeFirst | 
  takeLast | 
java.util.concurrent.BlockingQueue
 Methods: 11
  add | e
  contains | o
  drainTo | c
  drainTo | c, maxElements
  offer | e
  offer | e, timeout, unit
  poll | timeout, unit
  put | e
  remainingCapacity | 
  remove | o
  take | 
java.util.concurrent.Callable
 Methods: 1
  call | 
java.util.concurrent.CompletableFuture$AsynchronousCompletionTask
 Methods: 0
java.util.concurrent.CompletionService
 Methods: 5
  poll | timeout, unit
  poll | 
  submit | task, result
  submit | task
  take | 
java.util.concurrent.CompletionStage
 Methods: 38
  acceptEither | other, action
  acceptEitherAsync | other, action, executor
  acceptEitherAsync | other, action
  applyToEither | other, ? super T, fn
  applyToEitherAsync | other, ? super T, fn, executor
  applyToEitherAsync | other, ? super T, fn
  exceptionally | , fn
  handle | ? super T,  , fn
  handleAsync | ? super T,  , fn, executor
  handleAsync | ? super T,  , fn
  runAfterBoth | other, action
  runAfterBothAsync | other, action
  runAfterBothAsync | other, action, executor
  runAfterEither | other, action
  runAfterEitherAsync | other, action
  runAfterEitherAsync | other, action, executor
  thenAccept | action
  thenAcceptAsync | action, executor
  thenAcceptAsync | action
  thenAcceptBoth | other, ? super T, action
  thenAcceptBothAsync | other, ? super T, action, executor
  thenAcceptBothAsync | other, ? super T, action
  thenApply | ? super T, fn
  thenApplyAsync | ? super T, fn
  thenApplyAsync | ? super T, fn, executor
  thenCombine | other, ? super T,  ? super U, fn
  thenCombineAsync | other, ? super T,  ? super U, fn
  thenCombineAsync | other, ? super T,  ? super U, fn, executor
  thenCompose | ? super T, fn
  thenComposeAsync | ? super T, fn, executor
  thenComposeAsync | ? super T, fn
  thenRun | action
  thenRunAsync | action, executor
  thenRunAsync | action
  toCompletableFuture | 
  whenComplete | ? super T, action
  whenCompleteAsync | ? super T, action
  whenCompleteAsync | ? super T, action, executor
java.util.concurrent.ConcurrentMap
 Methods: 11
  compute | key, ? super K,  ? super V, remappingFunction
  computeIfAbsent | key, ? super K, mappingFunction
  computeIfPresent | key, ? super K,  ? super V, remappingFunction
  forEach | ? super K, action
  getOrDefault | key, defaultValue
  merge | key, value, ? super V,  ? super V, remappingFunction
  putIfAbsent | key, value
  remove | key, value
  replace | key, oldValue, newValue
  replace | key, value
  replaceAll | ? super K,  ? super V, function
java.util.concurrent.ConcurrentNavigableMap
 Methods: 10
  descendingKeySet | 
  descendingMap | 
  headMap | toKey
  headMap | toKey, inclusive
  keySet | 
  navigableKeySet | 
  subMap | fromKey, toKey
  subMap | fromKey, fromInclusive, toKey, toInclusive
  tailMap | fromKey, inclusive
  tailMap | fromKey
java.util.concurrent.Delayed
 Methods: 1
  getDelay | unit
java.util.concurrent.Executor
 Methods: 1
  execute | command
java.util.concurrent.ExecutorService
 Methods: 12
  awaitTermination | timeout, unit
  invokeAll | tasks
  invokeAll | tasks, timeout, unit
  invokeAny | tasks
  invokeAny | tasks, timeout, unit
  isShutdown | 
  isTerminated | 
  shutdown | 
  shutdownNow | 
  submit | task
  submit | task, result
  submit | task
java.util.concurrent.ForkJoinPool$ForkJoinWorkerThreadFactory
 Methods: 1
  newThread | pool
java.util.concurrent.ForkJoinPool$ManagedBlocker
 Methods: 2
  block | 
  isReleasable | 
java.util.concurrent.Future
 Methods: 5
  cancel | mayInterruptIfRunning
  get | timeout, unit
  get | 
  isCancelled | 
  isDone | 
java.util.concurrent.RejectedExecutionHandler
 Methods: 1
  rejectedExecution | r, executor
java.util.concurrent.RunnableFuture
 Methods: 1
  run | 
java.util.concurrent.RunnableScheduledFuture
 Methods: 1
  isPeriodic | 
java.util.concurrent.ScheduledExecutorService
 Methods: 4
  schedule | callable, delay, unit
  schedule | command, delay, unit
  scheduleAtFixedRate | command, initialDelay, period, unit
  scheduleWithFixedDelay | command, initialDelay, delay, unit
java.util.concurrent.ScheduledFuture
 Methods: 0
java.util.concurrent.ThreadFactory
 Methods: 1
  newThread | r
java.util.concurrent.TransferQueue
 Methods: 5
  getWaitingConsumerCount | 
  hasWaitingConsumer | 
  transfer | e
  tryTransfer | e
  tryTransfer | e, timeout, unit
java.util.concurrent.AbstractExecutorService
 Methods: 7
  invokeAll | tasks
  invokeAll | tasks, timeout, unit
  invokeAny | tasks
  invokeAny | tasks, timeout, unit
  submit | task
  submit | task, result
  submit | task
java.util.concurrent.ArrayBlockingQueue
 Methods: 20
  add | e
  clear | 
  contains | o
  drainTo | c, maxElements
  drainTo | c
  iterator | 
  offer | e
  offer | e, timeout, unit
  peek | 
  poll | timeout, unit
  poll | 
  put | e
  remainingCapacity | 
  remove | o
  size | 
  spliterator | 
  take | 
  toArray | a
  toArray | 
  toString | 
java.util.concurrent.CompletableFuture
 Methods: 59
  acceptEither | other, action
  acceptEitherAsync | other, action
  acceptEitherAsync | other, action, executor
  allOf | cfs
  anyOf | cfs
  applyToEither | other, ? super T, fn
  applyToEitherAsync | other, ? super T, fn
  applyToEitherAsync | other, ? super T, fn, executor
  cancel | mayInterruptIfRunning
  complete | value
  completeExceptionally | ex
  completedFuture | value
  exceptionally | , fn
  get | timeout, unit
  get | 
  getNow | valueIfAbsent
  getNumberOfDependents | 
  handle | ? super T,  , fn
  handleAsync | ? super T,  , fn, executor
  handleAsync | ? super T,  , fn
  isCancelled | 
  isCompletedExceptionally | 
  isDone | 
  join | 
  obtrudeException | ex
  obtrudeValue | value
  runAfterBoth | other, action
  runAfterBothAsync | other, action
  runAfterBothAsync | other, action, executor
  runAfterEither | other, action
  runAfterEitherAsync | other, action, executor
  runAfterEitherAsync | other, action
  runAsync | runnable
  runAsync | runnable, executor
  supplyAsync | supplier
  supplyAsync | supplier, executor
  thenAccept | action
  thenAcceptAsync | action, executor
  thenAcceptAsync | action
  thenAcceptBoth | other, ? super T, action
  thenAcceptBothAsync | other, ? super T, action, executor
  thenAcceptBothAsync | other, ? super T, action
  thenApply | ? super T, fn
  thenApplyAsync | ? super T, fn
  thenApplyAsync | ? super T, fn, executor
  thenCombine | other, ? super T,  ? super U, fn
  thenCombineAsync | other, ? super T,  ? super U, fn, executor
  thenCombineAsync | other, ? super T,  ? super U, fn
  thenCompose | ? super T, fn
  thenComposeAsync | ? super T, fn, executor
  thenComposeAsync | ? super T, fn
  thenRun | action
  thenRunAsync | action, executor
  thenRunAsync | action
  toCompletableFuture | 
  toString | 
  whenComplete | ? super T, action
  whenCompleteAsync | ? super T, action
  whenCompleteAsync | ? super T, action, executor
java.util.concurrent.ConcurrentHashMap
 Methods: 64
  clear | 
  compute | key, ? super K,  ? super V, remappingFunction
  computeIfAbsent | key, ? super K, mappingFunction
  computeIfPresent | key, ? super K,  ? super V, remappingFunction
  contains | value
  containsKey | key
  containsValue | value
  elements | 
  entrySet | 
  equals | o
  forEach | ? super K, action
  forEach | parallelismThreshold, ? super K, action
  forEach | parallelismThreshold, ? super K,  ? super V, transformer, action
  forEachEntry | parallelismThreshold, K,  V, transformer, action
  forEachEntry | parallelismThreshold, ? super K, action
  forEachKey | parallelismThreshold, ? super K, transformer, action
  forEachKey | parallelismThreshold, action
  forEachValue | parallelismThreshold, ? super V, transformer, action
  forEachValue | parallelismThreshold, action
  get | key
  getOrDefault | key, defaultValue
  hashCode | 
  isEmpty | 
  keySet | 
  keySet | mappedValue
  keys | 
  mappingCount | 
  merge | key, value, ? super V,  ? super V, remappingFunction
  newKeySet | 
  newKeySet | initialCapacity
  put | key, value
  putAll | ? extends K, m
  putIfAbsent | key, value
  reduce | parallelismThreshold, ? super K,  ? super V, transformer, ? super U,  ? super U, reducer
  reduceEntries | parallelismThreshold, K,  V,  K,  V,  ? extends K, reducer
  reduceEntries | parallelismThreshold, K,  V, transformer, ? super U,  ? super U, reducer
  reduceEntriesToDouble | parallelismThreshold, K, transformer, basis, reducer
  reduceEntriesToInt | parallelismThreshold, K, transformer, basis, reducer
  reduceEntriesToLong | parallelismThreshold, K, transformer, basis, reducer
  reduceKeys | parallelismThreshold, ? super K,  ? super K, reducer
  reduceKeys | parallelismThreshold, ? super K, transformer, ? super U,  ? super U, reducer
  reduceKeysToDouble | parallelismThreshold, transformer, basis, reducer
  reduceKeysToInt | parallelismThreshold, transformer, basis, reducer
  reduceKeysToLong | parallelismThreshold, transformer, basis, reducer
  reduceToDouble | parallelismThreshold, ? super K, transformer, basis, reducer
  reduceToInt | parallelismThreshold, ? super K, transformer, basis, reducer
  reduceToLong | parallelismThreshold, ? super K, transformer, basis, reducer
  reduceValues | parallelismThreshold, ? super V,  ? super V, reducer
  reduceValues | parallelismThreshold, ? super V, transformer, ? super U,  ? super U, reducer
  reduceValuesToDouble | parallelismThreshold, transformer, basis, reducer
  reduceValuesToInt | parallelismThreshold, transformer, basis, reducer
  reduceValuesToLong | parallelismThreshold, transformer, basis, reducer
  remove | key
  remove | key, value
  replace | key, oldValue, newValue
  replace | key, value
  replaceAll | ? super K,  ? super V, function
  search | parallelismThreshold, ? super K,  ? super V, searchFunction
  searchEntries | parallelismThreshold, K,  V, searchFunction
  searchKeys | parallelismThreshold, ? super K, searchFunction
  searchValues | parallelismThreshold, ? super V, searchFunction
  size | 
  toString | 
  values | 
java.util.concurrent.ConcurrentHashMap$KeySetView
 Methods: 20
  add | e
  addAll | c
  clear | 
  contains | o
  containsAll | c
  equals | o
  forEach | action
  getMap | 
  getMappedValue | 
  hashCode | 
  isEmpty | 
  iterator | 
  remove | o
  removeAll | c
  retainAll | c
  size | 
  spliterator | 
  toArray | a
  toArray | 
  toString | 
java.util.concurrent.ConcurrentLinkedDeque
 Methods: 34
  add | e
  addAll | c
  addFirst | e
  addLast | e
  clear | 
  contains | o
  descendingIterator | 
  element | 
  getFirst | 
  getLast | 
  isEmpty | 
  iterator | 
  offer | e
  offerFirst | e
  offerLast | e
  peek | 
  peekFirst | 
  peekLast | 
  poll | 
  pollFirst | 
  pollLast | 
  pop | 
  push | e
  remove | 
  remove | o
  removeFirst | 
  removeFirstOccurrence | o
  removeLast | 
  removeLastOccurrence | o
  size | 
  spliterator | 
  toArray | 
  toArray | a
  toString | 
java.util.concurrent.ConcurrentLinkedQueue
 Methods: 14
  add | e
  addAll | c
  contains | o
  isEmpty | 
  iterator | 
  offer | e
  peek | 
  poll | 
  remove | o
  size | 
  spliterator | 
  toArray | a
  toArray | 
  toString | 
java.util.concurrent.ConcurrentSkipListMap
 Methods: 48
  ceilingEntry | key
  ceilingKey | key
  clear | 
  clone | 
  comparator | 
  compute | key, ? super K,  ? super V, remappingFunction
  computeIfAbsent | key, ? super K, mappingFunction
  computeIfPresent | key, ? super K,  ? super V, remappingFunction
  containsKey | key
  containsValue | value
  descendingKeySet | 
  descendingMap | 
  entrySet | 
  equals | o
  firstEntry | 
  firstKey | 
  floorEntry | key
  floorKey | key
  forEach | ? super K, action
  get | key
  getOrDefault | key, defaultValue
  headMap | toKey
  headMap | toKey, inclusive
  higherEntry | key
  higherKey | key
  isEmpty | 
  keySet | 
  lastEntry | 
  lastKey | 
  lowerEntry | key
  lowerKey | key
  merge | key, value, ? super V,  ? super V, remappingFunction
  navigableKeySet | 
  pollFirstEntry | 
  pollLastEntry | 
  put | key, value
  putIfAbsent | key, value
  remove | key, value
  remove | key
  replace | key, oldValue, newValue
  replace | key, value
  replaceAll | ? super K,  ? super V, function
  size | 
  subMap | fromKey, toKey
  subMap | fromKey, fromInclusive, toKey, toInclusive
  tailMap | fromKey, inclusive
  tailMap | fromKey
  values | 
java.util.concurrent.ConcurrentSkipListSet
 Methods: 28
  add | e
  ceiling | e
  clear | 
  clone | 
  comparator | 
  contains | o
  descendingIterator | 
  descendingSet | 
  equals | o
  first | 
  floor | e
  headSet | toElement, inclusive
  headSet | toElement
  higher | e
  isEmpty | 
  iterator | 
  last | 
  lower | e
  pollFirst | 
  pollLast | 
  remove | o
  removeAll | c
  size | 
  spliterator | 
  subSet | fromElement, fromInclusive, toElement, toInclusive
  subSet | fromElement, toElement
  tailSet | fromElement, inclusive
  tailSet | fromElement
java.util.concurrent.CopyOnWriteArrayList
 Methods: 36
  add | e
  add | index, element
  addAll | c
  addAll | index, c
  addAllAbsent | c
  addIfAbsent | e
  clear | 
  clone | 
  contains | o
  containsAll | c
  equals | o
  forEach | action
  get | index
  hashCode | 
  indexOf | e, index
  indexOf | o
  isEmpty | 
  iterator | 
  lastIndexOf | o
  lastIndexOf | e, index
  listIterator | index
  listIterator | 
  remove | index
  remove | o
  removeAll | c
  removeIf | filter
  replaceAll | operator
  retainAll | c
  set | index, element
  size | 
  sort | c
  spliterator | 
  subList | fromIndex, toIndex
  toArray | 
  toArray | a
  toString | 
java.util.concurrent.CopyOnWriteArraySet
 Methods: 17
  add | e
  addAll | c
  clear | 
  contains | o
  containsAll | c
  equals | o
  forEach | action
  isEmpty | 
  iterator | 
  remove | o
  removeAll | c
  removeIf | filter
  retainAll | c
  size | 
  spliterator | 
  toArray | a
  toArray | 
java.util.concurrent.CountDownLatch
 Methods: 5
  await | 
  await | timeout, unit
  countDown | 
  getCount | 
  toString | 
java.util.concurrent.CountedCompleter
 Methods: 18
  addToPendingCount | delta
  compareAndSetPendingCount | expected, count
  complete | rawResult
  compute | 
  decrementPendingCountUnlessZero | 
  firstComplete | 
  getCompleter | 
  getPendingCount | 
  getRawResult | 
  getRoot | 
  helpComplete | maxTasks
  nextComplete | 
  onCompletion | caller
  onExceptionalCompletion | ex, caller
  propagateCompletion | 
  quietlyCompleteRoot | 
  setPendingCount | count
  tryComplete | 
java.util.concurrent.CyclicBarrier
 Methods: 6
  await | 
  await | timeout, unit
  getNumberWaiting | 
  getParties | 
  isBroken | 
  reset | 
java.util.concurrent.DelayQueue
 Methods: 17
  add | e
  clear | 
  drainTo | c, maxElements
  drainTo | c
  iterator | 
  offer | e
  offer | e, timeout, unit
  peek | 
  poll | timeout, unit
  poll | 
  put | e
  remainingCapacity | 
  remove | o
  size | 
  take | 
  toArray | a
  toArray | 
java.util.concurrent.Exchanger
 Methods: 2
  exchange | x, timeout, unit
  exchange | x
java.util.concurrent.ExecutorCompletionService
 Methods: 5
  poll | timeout, unit
  poll | 
  submit | task, result
  submit | task
  take | 
java.util.concurrent.Executors
 Methods: 22
  callable | task
  callable | action
  callable | action
  callable | task, result
  defaultThreadFactory | 
  newCachedThreadPool | 
  newCachedThreadPool | threadFactory
  newFixedThreadPool | nThreads, threadFactory
  newFixedThreadPool | nThreads
  newScheduledThreadPool | corePoolSize
  newScheduledThreadPool | corePoolSize, threadFactory
  newSingleThreadExecutor | threadFactory
  newSingleThreadExecutor | 
  newSingleThreadScheduledExecutor | 
  newSingleThreadScheduledExecutor | threadFactory
  newWorkStealingPool | parallelism
  newWorkStealingPool | 
  privilegedCallable | callable
  privilegedCallableUsingCurrentClassLoader | callable
  privilegedThreadFactory | 
  unconfigurableExecutorService | executor
  unconfigurableScheduledExecutorService | executor
java.util.concurrent.ForkJoinPool
 Methods: 31
  awaitQuiescence | timeout, unit
  awaitTermination | timeout, unit
  commonPool | 
  execute | task
  execute | task
  getActiveThreadCount | 
  getAsyncMode | 
  getCommonPoolParallelism | 
  getFactory | 
  getParallelism | 
  getPoolSize | 
  getQueuedSubmissionCount | 
  getQueuedTaskCount | 
  getRunningThreadCount | 
  getStealCount | 
  getUncaughtExceptionHandler | 
  hasQueuedSubmissions | 
  invoke | task
  invokeAll | tasks
  isQuiescent | 
  isShutdown | 
  isTerminated | 
  isTerminating | 
  managedBlock | blocker
  shutdown | 
  shutdownNow | 
  submit | task
  submit | task
  submit | task
  submit | task, result
  toString | 
java.util.concurrent.ForkJoinTask
 Methods: 33
  adapt | runnable, result
  adapt | runnable
  adapt | callable
  cancel | mayInterruptIfRunning
  compareAndSetForkJoinTaskTag | expect, update
  complete | value
  completeExceptionally | ex
  fork | 
  get | timeout, unit
  get | 
  getException | 
  getForkJoinTaskTag | 
  getPool | 
  getQueuedTaskCount | 
  getRawResult | 
  getSurplusQueuedTaskCount | 
  helpQuiesce | 
  inForkJoinPool | 
  invoke | 
  invokeAll | tasks
  invokeAll | t1, t2
  invokeAll | tasks
  isCancelled | 
  isCompletedAbnormally | 
  isCompletedNormally | 
  isDone | 
  join | 
  quietlyComplete | 
  quietlyInvoke | 
  quietlyJoin | 
  reinitialize | 
  setForkJoinTaskTag | newValue
  tryUnfork | 
java.util.concurrent.ForkJoinWorkerThread
 Methods: 3
  getPool | 
  getPoolIndex | 
  run | 
java.util.concurrent.FutureTask
 Methods: 6
  cancel | mayInterruptIfRunning
  get | timeout, unit
  get | 
  isCancelled | 
  isDone | 
  run | 
java.util.concurrent.LinkedBlockingDeque
 Methods: 47
  add | e
  addFirst | e
  addLast | e
  clear | 
  contains | o
  descendingIterator | 
  drainTo | c, maxElements
  drainTo | c
  element | 
  getFirst | 
  getLast | 
  iterator | 
  offer | e, timeout, unit
  offer | e
  offerFirst | e
  offerFirst | e, timeout, unit
  offerLast | e
  offerLast | e, timeout, unit
  peek | 
  peekFirst | 
  peekLast | 
  poll | timeout, unit
  poll | 
  pollFirst | 
  pollFirst | timeout, unit
  pollLast | timeout, unit
  pollLast | 
  pop | 
  push | e
  put | e
  putFirst | e
  putLast | e
  remainingCapacity | 
  remove | 
  remove | o
  removeFirst | 
  removeFirstOccurrence | o
  removeLast | 
  removeLastOccurrence | o
  size | 
  spliterator | 
  take | 
  takeFirst | 
  takeLast | 
  toArray | 
  toArray | a
  toString | 
java.util.concurrent.LinkedBlockingQueue
 Methods: 19
  clear | 
  contains | o
  drainTo | c, maxElements
  drainTo | c
  iterator | 
  offer | e
  offer | e, timeout, unit
  peek | 
  poll | timeout, unit
  poll | 
  put | e
  remainingCapacity | 
  remove | o
  size | 
  spliterator | 
  take | 
  toArray | a
  toArray | 
  toString | 
java.util.concurrent.LinkedTransferQueue
 Methods: 25
  add | e
  contains | o
  drainTo | c, maxElements
  drainTo | c
  getWaitingConsumerCount | 
  hasWaitingConsumer | 
  isEmpty | 
  iterator | 
  offer | e, timeout, unit
  offer | e
  peek | 
  poll | timeout, unit
  poll | 
  put | e
  remainingCapacity | 
  remove | o
  size | 
  spliterator | 
  take | 
  toArray | 
  toArray | a
  toString | 
  transfer | e
  tryTransfer | e
  tryTransfer | e, timeout, unit
java.util.concurrent.Phaser
 Methods: 17
  arrive | 
  arriveAndAwaitAdvance | 
  arriveAndDeregister | 
  awaitAdvance | phase
  awaitAdvanceInterruptibly | phase
  awaitAdvanceInterruptibly | phase, timeout, unit
  bulkRegister | parties
  forceTermination | 
  getArrivedParties | 
  getParent | 
  getPhase | 
  getRegisteredParties | 
  getRoot | 
  getUnarrivedParties | 
  isTerminated | 
  register | 
  toString | 
java.util.concurrent.PriorityBlockingQueue
 Methods: 21
  add | e
  clear | 
  comparator | 
  contains | o
  drainTo | c, maxElements
  drainTo | c
  iterator | 
  offer | e
  offer | e, timeout, unit
  peek | 
  poll | timeout, unit
  poll | 
  put | e
  remainingCapacity | 
  remove | o
  size | 
  spliterator | 
  take | 
  toArray | a
  toArray | 
  toString | 
java.util.concurrent.RecursiveAction
 Methods: 1
  getRawResult | 
java.util.concurrent.RecursiveTask
 Methods: 1
  getRawResult | 
java.util.concurrent.ScheduledThreadPoolExecutor
 Methods: 17
  execute | command
  getContinueExistingPeriodicTasksAfterShutdownPolicy | 
  getExecuteExistingDelayedTasksAfterShutdownPolicy | 
  getQueue | 
  getRemoveOnCancelPolicy | 
  schedule | callable, delay, unit
  schedule | command, delay, unit
  scheduleAtFixedRate | command, initialDelay, period, unit
  scheduleWithFixedDelay | command, initialDelay, delay, unit
  setContinueExistingPeriodicTasksAfterShutdownPolicy | value
  setExecuteExistingDelayedTasksAfterShutdownPolicy | value
  setRemoveOnCancelPolicy | value
  shutdown | 
  shutdownNow | 
  submit | task
  submit | task
  submit | task, result
java.util.concurrent.Semaphore
 Methods: 16
  acquire | 
  acquire | permits
  acquireUninterruptibly | permits
  acquireUninterruptibly | 
  availablePermits | 
  drainPermits | 
  getQueueLength | 
  hasQueuedThreads | 
  isFair | 
  release | permits
  release | 
  toString | 
  tryAcquire | timeout, unit
  tryAcquire | permits, timeout, unit
  tryAcquire | 
  tryAcquire | permits
java.util.concurrent.SynchronousQueue
 Methods: 23
  clear | 
  contains | o
  containsAll | c
  drainTo | c, maxElements
  drainTo | c
  isEmpty | 
  iterator | 
  offer | e
  offer | e, timeout, unit
  peek | 
  poll | timeout, unit
  poll | 
  put | e
  remainingCapacity | 
  remove | o
  removeAll | c
  retainAll | c
  size | 
  spliterator | 
  take | 
  toArray | a
  toArray | 
  toString | 
java.util.concurrent.ThreadLocalRandom
 Methods: 26
  current | 
  doubles | streamSize, randomNumberOrigin, randomNumberBound
  doubles | streamSize
  doubles | 
  doubles | randomNumberOrigin, randomNumberBound
  ints | streamSize
  ints | randomNumberOrigin, randomNumberBound
  ints | 
  ints | streamSize, randomNumberOrigin, randomNumberBound
  longs | streamSize
  longs | 
  longs | randomNumberOrigin, randomNumberBound
  longs | streamSize, randomNumberOrigin, randomNumberBound
  nextBoolean | 
  nextDouble | 
  nextDouble | bound
  nextDouble | origin, bound
  nextFloat | 
  nextGaussian | 
  nextInt | origin, bound
  nextInt | 
  nextInt | bound
  nextLong | origin, bound
  nextLong | bound
  nextLong | 
  setSeed | seed
java.util.concurrent.ThreadPoolExecutor
 Methods: 30
  allowCoreThreadTimeOut | value
  allowsCoreThreadTimeOut | 
  awaitTermination | timeout, unit
  execute | command
  getActiveCount | 
  getCompletedTaskCount | 
  getCorePoolSize | 
  getKeepAliveTime | unit
  getLargestPoolSize | 
  getMaximumPoolSize | 
  getPoolSize | 
  getQueue | 
  getRejectedExecutionHandler | 
  getTaskCount | 
  getThreadFactory | 
  isShutdown | 
  isTerminated | 
  isTerminating | 
  prestartAllCoreThreads | 
  prestartCoreThread | 
  purge | 
  remove | task
  setCorePoolSize | corePoolSize
  setKeepAliveTime | time, unit
  setMaximumPoolSize | maximumPoolSize
  setRejectedExecutionHandler | handler
  setThreadFactory | threadFactory
  shutdown | 
  shutdownNow | 
  toString | 
java.util.concurrent.ThreadPoolExecutor$AbortPolicy
 Methods: 1
  rejectedExecution | r, e
java.util.concurrent.ThreadPoolExecutor$CallerRunsPolicy
 Methods: 1
  rejectedExecution | r, e
java.util.concurrent.ThreadPoolExecutor$DiscardOldestPolicy
 Methods: 1
  rejectedExecution | r, e
java.util.concurrent.ThreadPoolExecutor$DiscardPolicy
 Methods: 1
  rejectedExecution | r, e
java.util.concurrent.TimeUnit
 Methods: 13
  convert | sourceDuration, sourceUnit
  sleep | timeout
  timedJoin | thread, timeout
  timedWait | obj, timeout
  toDays | duration
  toHours | duration
  toMicros | duration
  toMillis | duration
  toMinutes | duration
  toNanos | duration
  toSeconds | duration
  valueOf | name
  values | 
java.util.concurrent.BrokenBarrierException
 Methods: 0
java.util.concurrent.CancellationException
 Methods: 0
java.util.concurrent.CompletionException
 Methods: 0
java.util.concurrent.ExecutionException
 Methods: 0
java.util.concurrent.RejectedExecutionException
 Methods: 0
java.util.concurrent.TimeoutException
 Methods: 0
java.util.concurrent.atomic.AtomicBoolean
 Methods: 7
  compareAndSet | expect, update
  get | 
  getAndSet | newValue
  lazySet | newValue
  set | newValue
  toString | 
  weakCompareAndSet | expect, update
java.util.concurrent.atomic.AtomicInteger
 Methods: 21
  accumulateAndGet | x, accumulatorFunction
  addAndGet | delta
  compareAndSet | expect, update
  decrementAndGet | 
  doubleValue | 
  floatValue | 
  get | 
  getAndAccumulate | x, accumulatorFunction
  getAndAdd | delta
  getAndDecrement | 
  getAndIncrement | 
  getAndSet | newValue
  getAndUpdate | updateFunction
  incrementAndGet | 
  intValue | 
  lazySet | newValue
  longValue | 
  set | newValue
  toString | 
  updateAndGet | updateFunction
  weakCompareAndSet | expect, update
java.util.concurrent.atomic.AtomicIntegerArray
 Methods: 18
  accumulateAndGet | i, x, accumulatorFunction
  addAndGet | i, delta
  compareAndSet | i, expect, update
  decrementAndGet | i
  get | i
  getAndAccumulate | i, x, accumulatorFunction
  getAndAdd | i, delta
  getAndDecrement | i
  getAndIncrement | i
  getAndSet | i, newValue
  getAndUpdate | i, updateFunction
  incrementAndGet | i
  lazySet | i, newValue
  length | 
  set | i, newValue
  toString | 
  updateAndGet | i, updateFunction
  weakCompareAndSet | i, expect, update
java.util.concurrent.atomic.AtomicIntegerFieldUpdater
 Methods: 17
  accumulateAndGet | obj, x, accumulatorFunction
  addAndGet | obj, delta
  compareAndSet | obj, expect, update
  decrementAndGet | obj
  get | obj
  getAndAccumulate | obj, x, accumulatorFunction
  getAndAdd | obj, delta
  getAndDecrement | obj
  getAndIncrement | obj
  getAndSet | obj, newValue
  getAndUpdate | obj, updateFunction
  incrementAndGet | obj
  lazySet | obj, newValue
  newUpdater | tclass, fieldName
  set | obj, newValue
  updateAndGet | obj, updateFunction
  weakCompareAndSet | obj, expect, update
java.util.concurrent.atomic.AtomicLong
 Methods: 21
  accumulateAndGet | x, accumulatorFunction
  addAndGet | delta
  compareAndSet | expect, update
  decrementAndGet | 
  doubleValue | 
  floatValue | 
  get | 
  getAndAccumulate | x, accumulatorFunction
  getAndAdd | delta
  getAndDecrement | 
  getAndIncrement | 
  getAndSet | newValue
  getAndUpdate | updateFunction
  incrementAndGet | 
  intValue | 
  lazySet | newValue
  longValue | 
  set | newValue
  toString | 
  updateAndGet | updateFunction
  weakCompareAndSet | expect, update
java.util.concurrent.atomic.AtomicLongArray
 Methods: 18
  accumulateAndGet | i, x, accumulatorFunction
  addAndGet | i, delta
  compareAndSet | i, expect, update
  decrementAndGet | i
  get | i
  getAndAccumulate | i, x, accumulatorFunction
  getAndAdd | i, delta
  getAndDecrement | i
  getAndIncrement | i
  getAndSet | i, newValue
  getAndUpdate | i, updateFunction
  incrementAndGet | i
  lazySet | i, newValue
  length | 
  set | i, newValue
  toString | 
  updateAndGet | i, updateFunction
  weakCompareAndSet | i, expect, update
java.util.concurrent.atomic.AtomicLongFieldUpdater
 Methods: 17
  accumulateAndGet | obj, x, accumulatorFunction
  addAndGet | obj, delta
  compareAndSet | obj, expect, update
  decrementAndGet | obj
  get | obj
  getAndAccumulate | obj, x, accumulatorFunction
  getAndAdd | obj, delta
  getAndDecrement | obj
  getAndIncrement | obj
  getAndSet | obj, newValue
  getAndUpdate | obj, updateFunction
  incrementAndGet | obj
  lazySet | obj, newValue
  newUpdater | tclass, fieldName
  set | obj, newValue
  updateAndGet | obj, updateFunction
  weakCompareAndSet | obj, expect, update
java.util.concurrent.atomic.AtomicMarkableReference
 Methods: 7
  attemptMark | expectedReference, newMark
  compareAndSet | expectedReference, newReference, expectedMark, newMark
  get | markHolder
  getReference | 
  isMarked | 
  set | newReference, newMark
  weakCompareAndSet | expectedReference, newReference, expectedMark, newMark
java.util.concurrent.atomic.AtomicReference
 Methods: 11
  accumulateAndGet | x, accumulatorFunction
  compareAndSet | expect, update
  get | 
  getAndAccumulate | x, accumulatorFunction
  getAndSet | newValue
  getAndUpdate | updateFunction
  lazySet | newValue
  set | newValue
  toString | 
  updateAndGet | updateFunction
  weakCompareAndSet | expect, update
java.util.concurrent.atomic.AtomicReferenceArray
 Methods: 12
  accumulateAndGet | i, x, accumulatorFunction
  compareAndSet | i, expect, update
  get | i
  getAndAccumulate | i, x, accumulatorFunction
  getAndSet | i, newValue
  getAndUpdate | i, updateFunction
  lazySet | i, newValue
  length | 
  set | i, newValue
  toString | 
  updateAndGet | i, updateFunction
  weakCompareAndSet | i, expect, update
java.util.concurrent.atomic.AtomicReferenceFieldUpdater
 Methods: 11
  accumulateAndGet | obj, x, accumulatorFunction
  compareAndSet | obj, expect, update
  get | obj
  getAndAccumulate | obj, x, accumulatorFunction
  getAndSet | obj, newValue
  getAndUpdate | obj, updateFunction
  lazySet | obj, newValue
  newUpdater | tclass, vclass, fieldName
  set | obj, newValue
  updateAndGet | obj, updateFunction
  weakCompareAndSet | obj, expect, update
java.util.concurrent.atomic.AtomicStampedReference
 Methods: 7
  attemptStamp | expectedReference, newStamp
  compareAndSet | expectedReference, newReference, expectedStamp, newStamp
  get | stampHolder
  getReference | 
  getStamp | 
  set | newReference, newStamp
  weakCompareAndSet | expectedReference, newReference, expectedStamp, newStamp
java.util.concurrent.atomic.DoubleAccumulator
 Methods: 9
  accumulate | x
  doubleValue | 
  floatValue | 
  get | 
  getThenReset | 
  intValue | 
  longValue | 
  reset | 
  toString | 
java.util.concurrent.atomic.DoubleAdder
 Methods: 9
  add | x
  doubleValue | 
  floatValue | 
  intValue | 
  longValue | 
  reset | 
  sum | 
  sumThenReset | 
  toString | 
java.util.concurrent.atomic.LongAccumulator
 Methods: 9
  accumulate | x
  doubleValue | 
  floatValue | 
  get | 
  getThenReset | 
  intValue | 
  longValue | 
  reset | 
  toString | 
java.util.concurrent.atomic.LongAdder
 Methods: 11
  add | x
  decrement | 
  doubleValue | 
  floatValue | 
  increment | 
  intValue | 
  longValue | 
  reset | 
  sum | 
  sumThenReset | 
  toString | 
java.util.concurrent.locks.Condition
 Methods: 7
  await | 
  await | time, unit
  awaitNanos | nanosTimeout
  awaitUninterruptibly | 
  awaitUntil | deadline
  signal | 
  signalAll | 
java.util.concurrent.locks.Lock
 Methods: 6
  lock | 
  lockInterruptibly | 
  newCondition | 
  tryLock | 
  tryLock | time, unit
  unlock | 
java.util.concurrent.locks.ReadWriteLock
 Methods: 2
  readLock | 
  writeLock | 
java.util.concurrent.locks.AbstractOwnableSynchronizer
 Methods: 0
java.util.concurrent.locks.AbstractQueuedLongSynchronizer
 Methods: 22
  acquire | arg
  acquireInterruptibly | arg
  acquireShared | arg
  acquireSharedInterruptibly | arg
  getExclusiveQueuedThreads | 
  getFirstQueuedThread | 
  getQueueLength | 
  getQueuedThreads | 
  getSharedQueuedThreads | 
  getWaitQueueLength | condition
  getWaitingThreads | condition
  hasContended | 
  hasQueuedPredecessors | 
  hasQueuedThreads | 
  hasWaiters | condition
  isQueued | thread
  owns | condition
  release | arg
  releaseShared | arg
  toString | 
  tryAcquireNanos | arg, nanosTimeout
  tryAcquireSharedNanos | arg, nanosTimeout
java.util.concurrent.locks.AbstractQueuedLongSynchronizer$ConditionObject
 Methods: 7
  await | 
  await | time, unit
  awaitNanos | nanosTimeout
  awaitUninterruptibly | 
  awaitUntil | deadline
  signal | 
  signalAll | 
java.util.concurrent.locks.AbstractQueuedSynchronizer
 Methods: 22
  acquire | arg
  acquireInterruptibly | arg
  acquireShared | arg
  acquireSharedInterruptibly | arg
  getExclusiveQueuedThreads | 
  getFirstQueuedThread | 
  getQueueLength | 
  getQueuedThreads | 
  getSharedQueuedThreads | 
  getWaitQueueLength | condition
  getWaitingThreads | condition
  hasContended | 
  hasQueuedPredecessors | 
  hasQueuedThreads | 
  hasWaiters | condition
  isQueued | thread
  owns | condition
  release | arg
  releaseShared | arg
  toString | 
  tryAcquireNanos | arg, nanosTimeout
  tryAcquireSharedNanos | arg, nanosTimeout
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject
 Methods: 7
  await | 
  await | time, unit
  awaitNanos | nanosTimeout
  awaitUninterruptibly | 
  awaitUntil | deadline
  signal | 
  signalAll | 
java.util.concurrent.locks.LockSupport
 Methods: 8
  getBlocker | t
  park | 
  park | blocker
  parkNanos | blocker, nanos
  parkNanos | nanos
  parkUntil | blocker, deadline
  parkUntil | deadline
  unpark | thread
java.util.concurrent.locks.ReentrantLock
 Methods: 16
  getHoldCount | 
  getQueueLength | 
  getWaitQueueLength | condition
  hasQueuedThread | thread
  hasQueuedThreads | 
  hasWaiters | condition
  isFair | 
  isHeldByCurrentThread | 
  isLocked | 
  lock | 
  lockInterruptibly | 
  newCondition | 
  toString | 
  tryLock | 
  tryLock | timeout, unit
  unlock | 
java.util.concurrent.locks.ReentrantReadWriteLock
 Methods: 14
  getQueueLength | 
  getReadHoldCount | 
  getReadLockCount | 
  getWaitQueueLength | condition
  getWriteHoldCount | 
  hasQueuedThread | thread
  hasQueuedThreads | 
  hasWaiters | condition
  isFair | 
  isWriteLocked | 
  isWriteLockedByCurrentThread | 
  readLock | 
  toString | 
  writeLock | 
java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock
 Methods: 7
  lock | 
  lockInterruptibly | 
  newCondition | 
  toString | 
  tryLock | 
  tryLock | timeout, unit
  unlock | 
java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock
 Methods: 9
  getHoldCount | 
  isHeldByCurrentThread | 
  lock | 
  lockInterruptibly | 
  newCondition | 
  toString | 
  tryLock | 
  tryLock | timeout, unit
  unlock | 
java.util.concurrent.locks.StampedLock
 Methods: 25
  asReadLock | 
  asReadWriteLock | 
  asWriteLock | 
  getReadLockCount | 
  isReadLocked | 
  isWriteLocked | 
  readLock | 
  readLockInterruptibly | 
  toString | 
  tryConvertToOptimisticRead | stamp
  tryConvertToReadLock | stamp
  tryConvertToWriteLock | stamp
  tryOptimisticRead | 
  tryReadLock | 
  tryReadLock | time, unit
  tryUnlockRead | 
  tryUnlockWrite | 
  tryWriteLock | 
  tryWriteLock | time, unit
  unlock | stamp
  unlockRead | stamp
  unlockWrite | stamp
  validate | stamp
  writeLock | 
  writeLockInterruptibly | 
java.util.function.BiConsumer
 Methods: 2
  accept | t, u
  andThen | ? super T, after
java.util.function.BiFunction
 Methods: 2
  andThen | ? super R, after
  apply | t, u
java.util.function.BinaryOperator
 Methods: 2
  maxBy | comparator
  minBy | comparator
java.util.function.BiPredicate
 Methods: 4
  and | ? super T, other
  negate | 
  or | ? super T, other
  test | t, u
java.util.function.BooleanSupplier
 Methods: 1
  getAsBoolean | 
java.util.function.Consumer
 Methods: 2
  accept | t
  andThen | after
java.util.function.DoubleBinaryOperator
 Methods: 1
  applyAsDouble | left, right
java.util.function.DoubleConsumer
 Methods: 2
  accept | value
  andThen | after
java.util.function.DoubleFunction
 Methods: 1
  apply | value
java.util.function.DoublePredicate
 Methods: 4
  and | other
  negate | 
  or | other
  test | value
java.util.function.DoubleSupplier
 Methods: 1
  getAsDouble | 
java.util.function.DoubleToIntFunction
 Methods: 1
  applyAsInt | value
java.util.function.DoubleToLongFunction
 Methods: 1
  applyAsLong | value
java.util.function.DoubleUnaryOperator
 Methods: 4
  andThen | after
  applyAsDouble | operand
  compose | before
  identity | 
java.util.function.Function
 Methods: 4
  andThen | ? super R, after
  apply | t
  compose | ? super V, before
  identity | 
java.util.function.IntBinaryOperator
 Methods: 1
  applyAsInt | left, right
java.util.function.IntConsumer
 Methods: 2
  accept | value
  andThen | after
java.util.function.IntFunction
 Methods: 1
  apply | value
java.util.function.IntPredicate
 Methods: 4
  and | other
  negate | 
  or | other
  test | value
java.util.function.IntSupplier
 Methods: 1
  getAsInt | 
java.util.function.IntToDoubleFunction
 Methods: 1
  applyAsDouble | value
java.util.function.IntToLongFunction
 Methods: 1
  applyAsLong | value
java.util.function.IntUnaryOperator
 Methods: 4
  andThen | after
  applyAsInt | operand
  compose | before
  identity | 
java.util.function.LongBinaryOperator
 Methods: 1
  applyAsLong | left, right
java.util.function.LongConsumer
 Methods: 2
  accept | value
  andThen | after
java.util.function.LongFunction
 Methods: 1
  apply | value
java.util.function.LongPredicate
 Methods: 4
  and | other
  negate | 
  or | other
  test | value
java.util.function.LongSupplier
 Methods: 1
  getAsLong | 
java.util.function.LongToDoubleFunction
 Methods: 1
  applyAsDouble | value
java.util.function.LongToIntFunction
 Methods: 1
  applyAsInt | value
java.util.function.LongUnaryOperator
 Methods: 4
  andThen | after
  applyAsLong | operand
  compose | before
  identity | 
java.util.function.ObjDoubleConsumer
 Methods: 1
  accept | t, value
java.util.function.ObjIntConsumer
 Methods: 1
  accept | t, value
java.util.function.ObjLongConsumer
 Methods: 1
  accept | t, value
java.util.function.Predicate
 Methods: 5
  and | other
  isEqual | targetRef
  negate | 
  or | other
  test | t
java.util.function.Supplier
 Methods: 1
  get | 
java.util.function.ToDoubleBiFunction
 Methods: 1
  applyAsDouble | t, u
java.util.function.ToDoubleFunction
 Methods: 1
  applyAsDouble | value
java.util.function.ToIntBiFunction
 Methods: 1
  applyAsInt | t, u
java.util.function.ToIntFunction
 Methods: 1
  applyAsInt | value
java.util.function.ToLongBiFunction
 Methods: 1
  applyAsLong | t, u
java.util.function.ToLongFunction
 Methods: 1
  applyAsLong | value
java.util.function.UnaryOperator
 Methods: 1
  identity | 
java.util.jar.Pack200$Packer
 Methods: 5
  addPropertyChangeListener | listener
  pack | in, out
  pack | in, out
  properties | 
  removePropertyChangeListener | listener
java.util.jar.Pack200$Unpacker
 Methods: 5
  addPropertyChangeListener | listener
  properties | 
  removePropertyChangeListener | listener
  unpack | in, out
  unpack | in, out
java.util.jar.Attributes
 Methods: 18
  clear | 
  clone | 
  containsKey | name
  containsValue | value
  entrySet | 
  equals | o
  get | name
  getValue | name
  getValue | name
  hashCode | 
  isEmpty | 
  keySet | 
  put | name, value
  putAll | ?, attr
  putValue | name, value
  remove | name
  size | 
  values | 
java.util.jar.Attributes$Name
 Methods: 3
  equals | o
  hashCode | 
  toString | 
java.util.jar.JarEntry
 Methods: 3
  getAttributes | 
  getCertificates | 
  getCodeSigners | 
java.util.jar.JarFile
 Methods: 6
  entries | 
  getEntry | name
  getInputStream | ze
  getJarEntry | name
  getManifest | 
  stream | 
java.util.jar.JarInputStream
 Methods: 4
  getManifest | 
  getNextEntry | 
  getNextJarEntry | 
  read | b, off, len
java.util.jar.JarOutputStream
 Methods: 1
  putNextEntry | ze
java.util.jar.Manifest
 Methods: 9
  clear | 
  clone | 
  equals | o
  getAttributes | name
  getEntries | 
  getMainAttributes | 
  hashCode | 
  read | is
  write | out
java.util.jar.Pack200
 Methods: 2
  newPacker | 
  newUnpacker | 
java.util.jar.JarException
 Methods: 0
java.util.logging.Filter
 Methods: 1
  isLoggable | record
java.util.logging.LoggingMXBean
 Methods: 4
  getLoggerLevel | loggerName
  getLoggerNames | 
  getParentLoggerName | loggerName
  setLoggerLevel | loggerName, levelName
java.util.logging.ConsoleHandler
 Methods: 2
  close | 
  publish | record
java.util.logging.ErrorManager
 Methods: 1
  error | msg, ex, code
java.util.logging.FileHandler
 Methods: 2
  close | 
  publish | record
java.util.logging.Formatter
 Methods: 4
  format | record
  formatMessage | record
  getHead | h
  getTail | h
java.util.logging.Handler
 Methods: 14
  close | 
  flush | 
  getEncoding | 
  getErrorManager | 
  getFilter | 
  getFormatter | 
  getLevel | 
  isLoggable | record
  publish | record
  setEncoding | encoding
  setErrorManager | em
  setFilter | newFilter
  setFormatter | newFormatter
  setLevel | newLevel
java.util.logging.Level
 Methods: 8
  equals | ox
  getLocalizedName | 
  getName | 
  getResourceBundleName | 
  hashCode | 
  intValue | 
  parse | name
  toString | 
java.util.logging.Logger
 Methods: 60
  addHandler | handler
  config | msg
  config | msgSupplier
  entering | sourceClass, sourceMethod, params
  entering | sourceClass, sourceMethod, param1
  entering | sourceClass, sourceMethod
  exiting | sourceClass, sourceMethod, result
  exiting | sourceClass, sourceMethod
  fine | msg
  fine | msgSupplier
  finer | msgSupplier
  finer | msg
  finest | msg
  finest | msgSupplier
  getAnonymousLogger | resourceBundleName
  getAnonymousLogger | 
  getFilter | 
  getGlobal | 
  getHandlers | 
  getLevel | 
  getLogger | name, resourceBundleName
  getLogger | name
  getName | 
  getParent | 
  getResourceBundle | 
  getResourceBundleName | 
  getUseParentHandlers | 
  info | msgSupplier
  info | msg
  isLoggable | level
  log | level, thrown, msgSupplier
  log | level, msg, params
  log | level, msg
  log | level, msgSupplier
  log | record
  log | level, msg, thrown
  log | level, msg, param1
  logp | level, sourceClass, sourceMethod, msg, thrown
  logp | level, sourceClass, sourceMethod, msg, params
  logp | level, sourceClass, sourceMethod, msg
  logp | level, sourceClass, sourceMethod, thrown, msgSupplier
  logp | level, sourceClass, sourceMethod, msgSupplier
  logp | level, sourceClass, sourceMethod, msg, param1
  logrb | level, sourceClass, sourceMethod, bundleName, msg
  logrb | level, sourceClass, sourceMethod, bundle, msg, thrown
  logrb | level, sourceClass, sourceMethod, bundleName, msg, thrown
  logrb | level, sourceClass, sourceMethod, bundle, msg, params
  logrb | level, sourceClass, sourceMethod, bundleName, msg, param1
  logrb | level, sourceClass, sourceMethod, bundleName, msg, params
  removeHandler | handler
  setFilter | newFilter
  setLevel | newLevel
  setParent | parent
  setResourceBundle | bundle
  setUseParentHandlers | useParentHandlers
  severe | msgSupplier
  severe | msg
  throwing | sourceClass, sourceMethod, thrown
  warning | msgSupplier
  warning | msg
java.util.logging.LoggingPermission
 Methods: 0
java.util.logging.LogManager
 Methods: 12
  addLogger | logger
  addPropertyChangeListener | l
  checkAccess | 
  getLogManager | 
  getLogger | name
  getLoggerNames | 
  getLoggingMXBean | 
  getProperty | name
  readConfiguration | 
  readConfiguration | ins
  removePropertyChangeListener | l
  reset | 
java.util.logging.LogRecord
 Methods: 24
  getLevel | 
  getLoggerName | 
  getMessage | 
  getMillis | 
  getParameters | 
  getResourceBundle | 
  getResourceBundleName | 
  getSequenceNumber | 
  getSourceClassName | 
  getSourceMethodName | 
  getThreadID | 
  getThrown | 
  setLevel | level
  setLoggerName | name
  setMessage | message
  setMillis | millis
  setParameters | parameters
  setResourceBundle | bundle
  setResourceBundleName | name
  setSequenceNumber | seq
  setSourceClassName | sourceClassName
  setSourceMethodName | sourceMethodName
  setThreadID | threadID
  setThrown | thrown
java.util.logging.MemoryHandler
 Methods: 7
  close | 
  flush | 
  getPushLevel | 
  isLoggable | record
  publish | record
  push | 
  setPushLevel | newLevel
java.util.logging.SimpleFormatter
 Methods: 1
  format | record
java.util.logging.SocketHandler
 Methods: 2
  close | 
  publish | record
java.util.logging.StreamHandler
 Methods: 5
  close | 
  flush | 
  isLoggable | record
  publish | record
  setEncoding | encoding
java.util.logging.XMLFormatter
 Methods: 3
  format | record
  getHead | h
  getTail | h
java.util.prefs.NodeChangeListener
 Methods: 2
  childAdded | evt
  childRemoved | evt
java.util.prefs.PreferenceChangeListener
 Methods: 1
  preferenceChange | evt
java.util.prefs.PreferencesFactory
 Methods: 2
  systemRoot | 
  userRoot | 
java.util.prefs.AbstractPreferences
 Methods: 34
  absolutePath | 
  addNodeChangeListener | ncl
  addPreferenceChangeListener | pcl
  childrenNames | 
  clear | 
  exportNode | os
  exportSubtree | os
  flush | 
  get | key, def
  getBoolean | key, def
  getByteArray | key, def
  getDouble | key, def
  getFloat | key, def
  getInt | key, def
  getLong | key, def
  isUserNode | 
  keys | 
  name | 
  node | path
  nodeExists | path
  parent | 
  put | key, value
  putBoolean | key, value
  putByteArray | key, value
  putDouble | key, value
  putFloat | key, value
  putInt | key, value
  putLong | key, value
  remove | key
  removeNode | 
  removeNodeChangeListener | ncl
  removePreferenceChangeListener | pcl
  sync | 
  toString | 
java.util.prefs.NodeChangeEvent
 Methods: 2
  getChild | 
  getParent | 
java.util.prefs.PreferenceChangeEvent
 Methods: 3
  getKey | 
  getNewValue | 
  getNode | 
java.util.prefs.Preferences
 Methods: 39
  absolutePath | 
  addNodeChangeListener | ncl
  addPreferenceChangeListener | pcl
  childrenNames | 
  clear | 
  exportNode | os
  exportSubtree | os
  flush | 
  get | key, def
  getBoolean | key, def
  getByteArray | key, def
  getDouble | key, def
  getFloat | key, def
  getInt | key, def
  getLong | key, def
  importPreferences | is
  isUserNode | 
  keys | 
  name | 
  node | pathName
  nodeExists | pathName
  parent | 
  put | key, value
  putBoolean | key, value
  putByteArray | key, value
  putDouble | key, value
  putFloat | key, value
  putInt | key, value
  putLong | key, value
  remove | key
  removeNode | 
  removeNodeChangeListener | ncl
  removePreferenceChangeListener | pcl
  sync | 
  systemNodeForPackage | c
  systemRoot | 
  toString | 
  userNodeForPackage | c
  userRoot | 
java.util.prefs.BackingStoreException
 Methods: 0
java.util.prefs.InvalidPreferencesFormatException
 Methods: 0
java.util.regex.MatchResult
 Methods: 7
  end | group
  end | 
  group | group
  group | 
  groupCount | 
  start | 
  start | group
java.util.regex.Matcher
 Methods: 34
  appendReplacement | sb, replacement
  appendTail | sb
  end | group
  end | name
  end | 
  find | 
  find | start
  group | group
  group | name
  group | 
  groupCount | 
  hasAnchoringBounds | 
  hasTransparentBounds | 
  hitEnd | 
  lookingAt | 
  matches | 
  pattern | 
  quoteReplacement | s
  region | start, end
  regionEnd | 
  regionStart | 
  replaceAll | replacement
  replaceFirst | replacement
  requireEnd | 
  reset | input
  reset | 
  start | 
  start | group
  start | name
  toMatchResult | 
  toString | 
  useAnchoringBounds | b
  usePattern | newPattern
  useTransparentBounds | b
java.util.regex.Pattern
 Methods: 12
  asPredicate | 
  compile | regex
  compile | regex, flags
  flags | 
  matcher | input
  matches | regex, input
  pattern | 
  quote | s
  split | input, limit
  split | input
  splitAsStream | input
  toString | 
java.util.regex.PatternSyntaxException
 Methods: 4
  getDescription | 
  getIndex | 
  getMessage | 
  getPattern | 
java.util.stream.BaseStream
 Methods: 8
  close | 
  isParallel | 
  iterator | 
  onClose | closeHandler
  parallel | 
  sequential | 
  spliterator | 
  unordered | 
java.util.stream.Collector
 Methods: 7
  accumulator | 
  characteristics | 
  combiner | 
  finisher | 
  of | supplier, A, accumulator, combiner, A, finisher, characteristics
  of | supplier, R, accumulator, combiner, characteristics
  supplier | 
java.util.stream.DoubleStream
 Methods: 40
  allMatch | predicate
  anyMatch | predicate
  average | 
  boxed | 
  builder | 
  collect | supplier, accumulator, R, combiner
  concat | a, b
  count | 
  distinct | 
  empty | 
  filter | predicate
  findAny | 
  findFirst | 
  flatMap | mapper
  forEach | action
  forEachOrdered | action
  generate | s
  iterate | seed, f
  iterator | 
  limit | maxSize
  map | mapper
  mapToInt | mapper
  mapToLong | mapper
  mapToObj | mapper
  max | 
  min | 
  noneMatch | predicate
  of | values
  of | t
  parallel | 
  peek | action
  reduce | op
  reduce | identity, op
  sequential | 
  skip | n
  sorted | 
  spliterator | 
  sum | 
  summaryStatistics | 
  toArray | 
java.util.stream.DoubleStream$Builder
 Methods: 3
  accept | t
  add | t
  build | 
java.util.stream.IntStream
 Methods: 44
  allMatch | predicate
  anyMatch | predicate
  asDoubleStream | 
  asLongStream | 
  average | 
  boxed | 
  builder | 
  collect | supplier, accumulator, R, combiner
  concat | a, b
  count | 
  distinct | 
  empty | 
  filter | predicate
  findAny | 
  findFirst | 
  flatMap | mapper
  forEach | action
  forEachOrdered | action
  generate | s
  iterate | seed, f
  iterator | 
  limit | maxSize
  map | mapper
  mapToDouble | mapper
  mapToLong | mapper
  mapToObj | mapper
  max | 
  min | 
  noneMatch | predicate
  of | t
  of | values
  parallel | 
  peek | action
  range | startInclusive, endExclusive
  rangeClosed | startInclusive, endInclusive
  reduce | op
  reduce | identity, op
  sequential | 
  skip | n
  sorted | 
  spliterator | 
  sum | 
  summaryStatistics | 
  toArray | 
java.util.stream.IntStream$Builder
 Methods: 3
  accept | t
  add | t
  build | 
java.util.stream.LongStream
 Methods: 43
  allMatch | predicate
  anyMatch | predicate
  asDoubleStream | 
  average | 
  boxed | 
  builder | 
  collect | supplier, accumulator, R, combiner
  concat | a, b
  count | 
  distinct | 
  empty | 
  filter | predicate
  findAny | 
  findFirst | 
  flatMap | mapper
  forEach | action
  forEachOrdered | action
  generate | s
  iterate | seed, f
  iterator | 
  limit | maxSize
  map | mapper
  mapToDouble | mapper
  mapToInt | mapper
  mapToObj | mapper
  max | 
  min | 
  noneMatch | predicate
  of | values
  of | t
  parallel | 
  peek | action
  range | startInclusive, endExclusive
  rangeClosed | startInclusive, endInclusive
  reduce | op
  reduce | identity, op
  sequential | 
  skip | n
  sorted | 
  spliterator | 
  sum | 
  summaryStatistics | 
  toArray | 
java.util.stream.LongStream$Builder
 Methods: 3
  accept | t
  add | t
  build | 
java.util.stream.Stream
 Methods: 39
  allMatch | predicate
  anyMatch | predicate
  builder | 
  collect | ? super T,  A, collector
  collect | supplier, R, accumulator, R, combiner
  concat | a, b
  count | 
  distinct | 
  empty | 
  filter | predicate
  findAny | 
  findFirst | 
  flatMap | ? super T, mapper
  flatMapToDouble | ? super T, mapper
  flatMapToInt | ? super T, mapper
  flatMapToLong | ? super T, mapper
  forEach | action
  forEachOrdered | action
  generate | s
  iterate | seed, f
  limit | maxSize
  map | ? super T, mapper
  mapToDouble | mapper
  mapToInt | mapper
  mapToLong | mapper
  max | comparator
  min | comparator
  noneMatch | predicate
  of | t
  of | values
  peek | action
  reduce | identity, accumulator
  reduce | accumulator
  reduce | identity, U,  ? super T, accumulator, combiner
  skip | n
  sorted | comparator
  sorted | 
  toArray | 
  toArray | generator
java.util.stream.Stream$Builder
 Methods: 3
  accept | t
  add | t
  build | 
java.util.stream.Collectors
 Methods: 37
  averagingDouble | mapper
  averagingInt | mapper
  averagingLong | mapper
  collectingAndThen | T,  A, downstream, R, finisher
  counting | 
  groupingBy | ? super T, classifier
  groupingBy | ? super T, classifier, mapFactory, ? super T,  A, downstream
  groupingBy | ? super T, classifier, ? super T,  A, downstream
  groupingByConcurrent | ? super T, classifier, ? super T,  A, downstream
  groupingByConcurrent | ? super T, classifier
  groupingByConcurrent | ? super T, classifier, mapFactory, ? super T,  A, downstream
  joining | delimiter, prefix, suffix
  joining | delimiter
  joining | 
  mapping | ? super T, mapper, ? super U,  A, downstream
  maxBy | comparator
  minBy | comparator
  partitioningBy | predicate
  partitioningBy | predicate, ? super T,  A, downstream
  reducing | op
  reducing | identity, ? super T, mapper, op
  reducing | identity, op
  summarizingDouble | mapper
  summarizingInt | mapper
  summarizingLong | mapper
  summingDouble | mapper
  summingInt | mapper
  summingLong | mapper
  toCollection | collectionFactory
  toConcurrentMap | ? super T, keyMapper, ? super T, valueMapper, mergeFunction, mapSupplier
  toConcurrentMap | ? super T, keyMapper, ? super T, valueMapper, mergeFunction
  toConcurrentMap | ? super T, keyMapper, ? super T, valueMapper
  toList | 
  toMap | ? super T, keyMapper, ? super T, valueMapper, mergeFunction
  toMap | ? super T, keyMapper, ? super T, valueMapper, mergeFunction, mapSupplier
  toMap | ? super T, keyMapper, ? super T, valueMapper
  toSet | 
java.util.stream.StreamSupport
 Methods: 8
  doubleStream | spliterator, parallel
  doubleStream | supplier, characteristics, parallel
  intStream | spliterator, parallel
  intStream | supplier, characteristics, parallel
  longStream | spliterator, parallel
  longStream | supplier, characteristics, parallel
  stream | spliterator, parallel
  stream | supplier, characteristics, parallel
java.util.stream.Collector$Characteristics
 Methods: 2
  valueOf | name
  values | 
java.util.zip.Checksum
 Methods: 4
  getValue | 
  reset | 
  update | b, off, len
  update | b
java.util.zip.Adler32
 Methods: 6
  getValue | 
  reset | 
  update | b
  update | buffer
  update | b, off, len
  update | b
java.util.zip.CheckedInputStream
 Methods: 4
  getChecksum | 
  read | 
  read | buf, off, len
  skip | n
java.util.zip.CheckedOutputStream
 Methods: 3
  getChecksum | 
  write | b, off, len
  write | b
java.util.zip.CRC32
 Methods: 6
  getValue | 
  reset | 
  update | b
  update | buffer
  update | b, off, len
  update | b
java.util.zip.Deflater
 Methods: 19
  deflate | b, off, len
  deflate | b
  deflate | b, off, len, flush
  end | 
  finish | 
  finished | 
  getAdler | 
  getBytesRead | 
  getBytesWritten | 
  getTotalIn | 
  getTotalOut | 
  needsInput | 
  reset | 
  setDictionary | b, off, len
  setDictionary | b
  setInput | b, off, len
  setInput | b
  setLevel | level
  setStrategy | strategy
java.util.zip.DeflaterInputStream
 Methods: 8
  available | 
  close | 
  mark | limit
  markSupported | 
  read | 
  read | b, off, len
  reset | 
  skip | n
java.util.zip.DeflaterOutputStream
 Methods: 5
  close | 
  finish | 
  flush | 
  write | b, off, len
  write | b
java.util.zip.GZIPInputStream
 Methods: 2
  close | 
  read | buf, off, len
java.util.zip.GZIPOutputStream
 Methods: 2
  finish | 
  write | buf, off, len
java.util.zip.Inflater
 Methods: 17
  end | 
  finished | 
  getAdler | 
  getBytesRead | 
  getBytesWritten | 
  getRemaining | 
  getTotalIn | 
  getTotalOut | 
  inflate | b
  inflate | b, off, len
  needsDictionary | 
  needsInput | 
  reset | 
  setDictionary | b, off, len
  setDictionary | b
  setInput | b, off, len
  setInput | b
java.util.zip.InflaterInputStream
 Methods: 8
  available | 
  close | 
  mark | readlimit
  markSupported | 
  read | 
  read | b, off, len
  reset | 
  skip | n
java.util.zip.InflaterOutputStream
 Methods: 5
  close | 
  finish | 
  flush | 
  write | b, off, len
  write | b
java.util.zip.ZipEntry
 Methods: 25
  clone | 
  getComment | 
  getCompressedSize | 
  getCrc | 
  getCreationTime | 
  getExtra | 
  getLastAccessTime | 
  getLastModifiedTime | 
  getMethod | 
  getName | 
  getSize | 
  getTime | 
  hashCode | 
  isDirectory | 
  setComment | comment
  setCompressedSize | csize
  setCrc | crc
  setCreationTime | time
  setExtra | extra
  setLastAccessTime | time
  setLastModifiedTime | time
  setMethod | method
  setSize | size
  setTime | time
  toString | 
java.util.zip.ZipFile
 Methods: 8
  close | 
  entries | 
  getComment | 
  getEntry | name
  getInputStream | entry
  getName | 
  size | 
  stream | 
java.util.zip.ZipInputStream
 Methods: 6
  available | 
  close | 
  closeEntry | 
  getNextEntry | 
  read | b, off, len
  skip | n
java.util.zip.ZipOutputStream
 Methods: 8
  close | 
  closeEntry | 
  finish | 
  putNextEntry | e
  setComment | comment
  setLevel | level
  setMethod | method
  write | b, off, len
java.util.zip.DataFormatException
 Methods: 0
java.util.zip.ZipException
 Methods: 0
java.util.zip.ZipError
 Methods: 0
javax.crypto.SecretKey
 Methods: 0
javax.crypto.Cipher
 Methods: 37
  doFinal | input, inputOffset, inputLen, output
  doFinal | output, outputOffset
  doFinal | 
  doFinal | input
  doFinal | input, inputOffset, inputLen, output, outputOffset
  doFinal | input, output
  doFinal | input, inputOffset, inputLen
  getAlgorithm | 
  getBlockSize | 
  getExemptionMechanism | 
  getIV | 
  getInstance | transformation
  getInstance | transformation, provider
  getInstance | transformation, provider
  getMaxAllowedKeyLength | transformation
  getMaxAllowedParameterSpec | transformation
  getOutputSize | inputLen
  getParameters | 
  getProvider | 
  init | opmode, key, params
  init | opmode, certificate, random
  init | opmode, key, random
  init | opmode, key, params
  init | opmode, key
  init | opmode, key, params, random
  init | opmode, certificate
  init | opmode, key, params, random
  unwrap | wrappedKey, wrappedKeyAlgorithm, wrappedKeyType
  update | input
  update | input, inputOffset, inputLen, output
  update | input, inputOffset, inputLen
  update | input, output
  update | input, inputOffset, inputLen, output, outputOffset
  updateAAD | src, offset, len
  updateAAD | src
  updateAAD | src
  wrap | key
javax.crypto.CipherInputStream
 Methods: 7
  available | 
  close | 
  markSupported | 
  read | 
  read | b, off, len
  read | b
  skip | n
javax.crypto.CipherOutputStream
 Methods: 5
  close | 
  flush | 
  write | b
  write | b, off, len
  write | b
javax.crypto.CipherSpi
 Methods: 0
javax.crypto.EncryptedPrivateKeyInfo
 Methods: 8
  getAlgName | 
  getAlgParameters | 
  getEncoded | 
  getEncryptedData | 
  getKeySpec | decryptKey
  getKeySpec | decryptKey, provider
  getKeySpec | decryptKey, providerName
  getKeySpec | cipher
javax.crypto.ExemptionMechanism
 Methods: 13
  genExemptionBlob | output
  genExemptionBlob | 
  genExemptionBlob | output, outputOffset
  getInstance | algorithm
  getInstance | algorithm, provider
  getInstance | algorithm, provider
  getName | 
  getOutputSize | inputLen
  getProvider | 
  init | key, params
  init | key, params
  init | key
  isCryptoAllowed | key
javax.crypto.ExemptionMechanismSpi
 Methods: 0
javax.crypto.KeyAgreement
 Methods: 13
  doPhase | key, lastPhase
  generateSecret | 
  generateSecret | sharedSecret, offset
  generateSecret | algorithm
  getAlgorithm | 
  getInstance | algorithm
  getInstance | algorithm, provider
  getInstance | algorithm, provider
  getProvider | 
  init | key, params
  init | key, params, random
  init | key, random
  init | key
javax.crypto.KeyAgreementSpi
 Methods: 0
javax.crypto.KeyGenerator
 Methods: 11
  generateKey | 
  getAlgorithm | 
  getInstance | algorithm
  getInstance | algorithm, provider
  getInstance | algorithm, provider
  getProvider | 
  init | params, random
  init | random
  init | keysize
  init | keysize, random
  init | params
javax.crypto.KeyGeneratorSpi
 Methods: 0
javax.crypto.Mac
 Methods: 17
  clone | 
  doFinal | input
  doFinal | output, outOffset
  doFinal | 
  getAlgorithm | 
  getInstance | algorithm
  getInstance | algorithm, provider
  getInstance | algorithm, provider
  getMacLength | 
  getProvider | 
  init | key, params
  init | key
  reset | 
  update | input
  update | input, offset, len
  update | input
  update | input
javax.crypto.MacSpi
 Methods: 1
  clone | 
javax.crypto.NullCipher
 Methods: 0
javax.crypto.SealedObject
 Methods: 4
  getAlgorithm | 
  getObject | key, provider
  getObject | key
  getObject | c
javax.crypto.SecretKeyFactory
 Methods: 8
  generateSecret | keySpec
  getAlgorithm | 
  getInstance | algorithm
  getInstance | algorithm, provider
  getInstance | algorithm, provider
  getKeySpec | key, keySpec
  getProvider | 
  translateKey | key
javax.crypto.SecretKeyFactorySpi
 Methods: 0
javax.crypto.AEADBadTagException
 Methods: 0
javax.crypto.BadPaddingException
 Methods: 0
javax.crypto.ExemptionMechanismException
 Methods: 0
javax.crypto.IllegalBlockSizeException
 Methods: 0
javax.crypto.NoSuchPaddingException
 Methods: 0
javax.crypto.ShortBufferException
 Methods: 0
javax.crypto.interfaces.DHKey
 Methods: 1
  getParams | 
javax.crypto.interfaces.DHPrivateKey
 Methods: 1
  getX | 
javax.crypto.interfaces.DHPublicKey
 Methods: 1
  getY | 
javax.crypto.interfaces.PBEKey
 Methods: 3
  getIterationCount | 
  getPassword | 
  getSalt | 
javax.crypto.spec.DESedeKeySpec
 Methods: 2
  getKey | 
  isParityAdjusted | key, offset
javax.crypto.spec.DESKeySpec
 Methods: 3
  getKey | 
  isParityAdjusted | key, offset
  isWeak | key, offset
javax.crypto.spec.DHGenParameterSpec
 Methods: 2
  getExponentSize | 
  getPrimeSize | 
javax.crypto.spec.DHParameterSpec
 Methods: 3
  getG | 
  getL | 
  getP | 
javax.crypto.spec.DHPrivateKeySpec
 Methods: 3
  getG | 
  getP | 
  getX | 
javax.crypto.spec.DHPublicKeySpec
 Methods: 3
  getG | 
  getP | 
  getY | 
javax.crypto.spec.GCMParameterSpec
 Methods: 2
  getIV | 
  getTLen | 
javax.crypto.spec.IvParameterSpec
 Methods: 1
  getIV | 
javax.crypto.spec.OAEPParameterSpec
 Methods: 4
  getDigestAlgorithm | 
  getMGFAlgorithm | 
  getMGFParameters | 
  getPSource | 
javax.crypto.spec.PBEKeySpec
 Methods: 5
  clearPassword | 
  getIterationCount | 
  getKeyLength | 
  getPassword | 
  getSalt | 
javax.crypto.spec.PBEParameterSpec
 Methods: 3
  getIterationCount | 
  getParameterSpec | 
  getSalt | 
javax.crypto.spec.PSource
 Methods: 1
  getAlgorithm | 
javax.crypto.spec.PSource$PSpecified
 Methods: 1
  getValue | 
javax.crypto.spec.RC2ParameterSpec
 Methods: 4
  equals | obj
  getEffectiveKeyBits | 
  getIV | 
  hashCode | 
javax.crypto.spec.RC5ParameterSpec
 Methods: 6
  equals | obj
  getIV | 
  getRounds | 
  getVersion | 
  getWordSize | 
  hashCode | 
javax.crypto.spec.SecretKeySpec
 Methods: 5
  equals | obj
  getAlgorithm | 
  getEncoded | 
  getFormat | 
  hashCode | 
javax.microedition.khronos.egl.EGL
 Methods: 0
javax.microedition.khronos.egl.EGL10
 Methods: 24
  eglChooseConfig | display, attrib_list, configs, config_size, num_config
  eglCopyBuffers | display, surface, native_pixmap
  eglCreateContext | display, config, share_context, attrib_list
  eglCreatePbufferSurface | display, config, attrib_list
  eglCreatePixmapSurface | display, config, native_pixmap, attrib_list
  eglCreateWindowSurface | display, config, native_window, attrib_list
  eglDestroyContext | display, context
  eglDestroySurface | display, surface
  eglGetConfigAttrib | display, config, attribute, value
  eglGetConfigs | display, configs, config_size, num_config
  eglGetCurrentContext | 
  eglGetCurrentDisplay | 
  eglGetCurrentSurface | readdraw
  eglGetDisplay | native_display
  eglGetError | 
  eglInitialize | display, major_minor
  eglMakeCurrent | display, draw, read, context
  eglQueryContext | display, context, attribute, value
  eglQueryString | display, name
  eglQuerySurface | display, surface, attribute, value
  eglSwapBuffers | display, surface
  eglTerminate | display
  eglWaitGL | 
  eglWaitNative | engine, bindTarget
javax.microedition.khronos.egl.EGL11
 Methods: 0
javax.microedition.khronos.egl.EGLConfig
 Methods: 0
javax.microedition.khronos.egl.EGLContext
 Methods: 2
  getEGL | 
  getGL | 
javax.microedition.khronos.egl.EGLDisplay
 Methods: 0
javax.microedition.khronos.egl.EGLSurface
 Methods: 0
javax.microedition.khronos.opengles.GL
 Methods: 0
javax.microedition.khronos.opengles.GL10
 Methods: 123
  glActiveTexture | texture
  glAlphaFunc | func, ref
  glAlphaFuncx | func, ref
  glBindTexture | target, texture
  glBlendFunc | sfactor, dfactor
  glClear | mask
  glClearColor | red, green, blue, alpha
  glClearColorx | red, green, blue, alpha
  glClearDepthf | depth
  glClearDepthx | depth
  glClearStencil | s
  glClientActiveTexture | texture
  glColor4f | red, green, blue, alpha
  glColor4x | red, green, blue, alpha
  glColorMask | red, green, blue, alpha
  glColorPointer | size, type, stride, pointer
  glCompressedTexImage2D | target, level, internalformat, width, height, border, imageSize, data
  glCompressedTexSubImage2D | target, level, xoffset, yoffset, width, height, format, imageSize, data
  glCopyTexImage2D | target, level, internalformat, x, y, width, height, border
  glCopyTexSubImage2D | target, level, xoffset, yoffset, x, y, width, height
  glCullFace | mode
  glDeleteTextures | n, textures
  glDeleteTextures | n, textures, offset
  glDepthFunc | func
  glDepthMask | flag
  glDepthRangef | zNear, zFar
  glDepthRangex | zNear, zFar
  glDisable | cap
  glDisableClientState | array
  glDrawArrays | mode, first, count
  glDrawElements | mode, count, type, indices
  glEnable | cap
  glEnableClientState | array
  glFinish | 
  glFlush | 
  glFogf | pname, param
  glFogfv | pname, params
  glFogfv | pname, params, offset
  glFogx | pname, param
  glFogxv | pname, params, offset
  glFogxv | pname, params
  glFrontFace | mode
  glFrustumf | left, right, bottom, top, zNear, zFar
  glFrustumx | left, right, bottom, top, zNear, zFar
  glGenTextures | n, textures
  glGenTextures | n, textures, offset
  glGetError | 
  glGetIntegerv | pname, params, offset
  glGetIntegerv | pname, params
  glGetString | name
  glHint | target, mode
  glLightModelf | pname, param
  glLightModelfv | pname, params
  glLightModelfv | pname, params, offset
  glLightModelx | pname, param
  glLightModelxv | pname, params
  glLightModelxv | pname, params, offset
  glLightf | light, pname, param
  glLightfv | light, pname, params
  glLightfv | light, pname, params, offset
  glLightx | light, pname, param
  glLightxv | light, pname, params, offset
  glLightxv | light, pname, params
  glLineWidth | width
  glLineWidthx | width
  glLoadIdentity | 
  glLoadMatrixf | m
  glLoadMatrixf | m, offset
  glLoadMatrixx | m, offset
  glLoadMatrixx | m
  glLogicOp | opcode
  glMaterialf | face, pname, param
  glMaterialfv | face, pname, params
  glMaterialfv | face, pname, params, offset
  glMaterialx | face, pname, param
  glMaterialxv | face, pname, params, offset
  glMaterialxv | face, pname, params
  glMatrixMode | mode
  glMultMatrixf | m, offset
  glMultMatrixf | m
  glMultMatrixx | m, offset
  glMultMatrixx | m
  glMultiTexCoord4f | target, s, t, r, q
  glMultiTexCoord4x | target, s, t, r, q
  glNormal3f | nx, ny, nz
  glNormal3x | nx, ny, nz
  glNormalPointer | type, stride, pointer
  glOrthof | left, right, bottom, top, zNear, zFar
  glOrthox | left, right, bottom, top, zNear, zFar
  glPixelStorei | pname, param
  glPointSize | size
  glPointSizex | size
  glPolygonOffset | factor, units
  glPolygonOffsetx | factor, units
  glPopMatrix | 
  glPushMatrix | 
  glReadPixels | x, y, width, height, format, type, pixels
  glRotatef | angle, x, y, z
  glRotatex | angle, x, y, z
  glSampleCoverage | value, invert
  glSampleCoveragex | value, invert
  glScalef | x, y, z
  glScalex | x, y, z
  glScissor | x, y, width, height
  glShadeModel | mode
  glStencilFunc | func, ref, mask
  glStencilMask | mask
  glStencilOp | fail, zfail, zpass
  glTexCoordPointer | size, type, stride, pointer
  glTexEnvf | target, pname, param
  glTexEnvfv | target, pname, params
  glTexEnvfv | target, pname, params, offset
  glTexEnvx | target, pname, param
  glTexEnvxv | target, pname, params
  glTexEnvxv | target, pname, params, offset
  glTexImage2D | target, level, internalformat, width, height, border, format, type, pixels
  glTexParameterf | target, pname, param
  glTexParameterx | target, pname, param
  glTexSubImage2D | target, level, xoffset, yoffset, width, height, format, type, pixels
  glTranslatef | x, y, z
  glTranslatex | x, y, z
  glVertexPointer | size, type, stride, pointer
  glViewport | x, y, width, height
javax.microedition.khronos.opengles.GL10Ext
 Methods: 2
  glQueryMatrixxOES | mantissa, mantissaOffset, exponent, exponentOffset
  glQueryMatrixxOES | mantissa, exponent
javax.microedition.khronos.opengles.GL11
 Methods: 68
  glBindBuffer | target, buffer
  glBufferData | target, size, data, usage
  glBufferSubData | target, offset, size, data
  glClipPlanef | plane, equation, offset
  glClipPlanef | plane, equation
  glClipPlanex | plane, equation
  glClipPlanex | plane, equation, offset
  glColor4ub | red, green, blue, alpha
  glColorPointer | size, type, stride, offset
  glDeleteBuffers | n, buffers
  glDeleteBuffers | n, buffers, offset
  glDrawElements | mode, count, type, offset
  glGenBuffers | n, buffers, offset
  glGenBuffers | n, buffers
  glGetBooleanv | pname, params
  glGetBooleanv | pname, params, offset
  glGetBufferParameteriv | target, pname, params
  glGetBufferParameteriv | target, pname, params, offset
  glGetClipPlanef | pname, eqn, offset
  glGetClipPlanef | pname, eqn
  glGetClipPlanex | pname, eqn, offset
  glGetClipPlanex | pname, eqn
  glGetFixedv | pname, params, offset
  glGetFixedv | pname, params
  glGetFloatv | pname, params
  glGetFloatv | pname, params, offset
  glGetLightfv | light, pname, params, offset
  glGetLightfv | light, pname, params
  glGetLightxv | light, pname, params
  glGetLightxv | light, pname, params, offset
  glGetMaterialfv | face, pname, params, offset
  glGetMaterialfv | face, pname, params
  glGetMaterialxv | face, pname, params, offset
  glGetMaterialxv | face, pname, params
  glGetPointerv | pname, params
  glGetTexEnviv | env, pname, params
  glGetTexEnviv | env, pname, params, offset
  glGetTexEnvxv | env, pname, params
  glGetTexEnvxv | env, pname, params, offset
  glGetTexParameterfv | target, pname, params, offset
  glGetTexParameterfv | target, pname, params
  glGetTexParameteriv | target, pname, params
  glGetTexParameteriv | target, pname, params, offset
  glGetTexParameterxv | target, pname, params
  glGetTexParameterxv | target, pname, params, offset
  glIsBuffer | buffer
  glIsEnabled | cap
  glIsTexture | texture
  glNormalPointer | type, stride, offset
  glPointParameterf | pname, param
  glPointParameterfv | pname, params, offset
  glPointParameterfv | pname, params
  glPointParameterx | pname, param
  glPointParameterxv | pname, params
  glPointParameterxv | pname, params, offset
  glPointSizePointerOES | type, stride, pointer
  glTexCoordPointer | size, type, stride, offset
  glTexEnvi | target, pname, param
  glTexEnviv | target, pname, params
  glTexEnviv | target, pname, params, offset
  glTexParameterfv | target, pname, params, offset
  glTexParameterfv | target, pname, params
  glTexParameteri | target, pname, param
  glTexParameteriv | target, pname, params, offset
  glTexParameteriv | target, pname, params
  glTexParameterxv | target, pname, params, offset
  glTexParameterxv | target, pname, params
  glVertexPointer | size, type, stride, offset
javax.microedition.khronos.opengles.GL11Ext
 Methods: 21
  glCurrentPaletteMatrixOES | matrixpaletteindex
  glDrawTexfOES | x, y, z, width, height
  glDrawTexfvOES | coords
  glDrawTexfvOES | coords, offset
  glDrawTexiOES | x, y, z, width, height
  glDrawTexivOES | coords, offset
  glDrawTexivOES | coords
  glDrawTexsOES | x, y, z, width, height
  glDrawTexsvOES | coords
  glDrawTexsvOES | coords, offset
  glDrawTexxOES | x, y, z, width, height
  glDrawTexxvOES | coords, offset
  glDrawTexxvOES | coords
  glEnable | cap
  glEnableClientState | array
  glLoadPaletteFromModelViewMatrixOES | 
  glMatrixIndexPointerOES | size, type, stride, pointer
  glMatrixIndexPointerOES | size, type, stride, offset
  glTexParameterfv | target, pname, param, offset
  glWeightPointerOES | size, type, stride, offset
  glWeightPointerOES | size, type, stride, pointer
javax.microedition.khronos.opengles.GL11ExtensionPack
 Methods: 53
  glBindFramebufferOES | target, framebuffer
  glBindRenderbufferOES | target, renderbuffer
  glBindTexture | target, texture
  glBlendEquation | mode
  glBlendEquationSeparate | modeRGB, modeAlpha
  glBlendFuncSeparate | srcRGB, dstRGB, srcAlpha, dstAlpha
  glCheckFramebufferStatusOES | target
  glCompressedTexImage2D | target, level, internalformat, width, height, border, imageSize, data
  glCopyTexImage2D | target, level, internalformat, x, y, width, height, border
  glDeleteFramebuffersOES | n, framebuffers, offset
  glDeleteFramebuffersOES | n, framebuffers
  glDeleteRenderbuffersOES | n, renderbuffers
  glDeleteRenderbuffersOES | n, renderbuffers, offset
  glEnable | cap
  glFramebufferRenderbufferOES | target, attachment, renderbuffertarget, renderbuffer
  glFramebufferTexture2DOES | target, attachment, textarget, texture, level
  glGenFramebuffersOES | n, framebuffers, offset
  glGenFramebuffersOES | n, framebuffers
  glGenRenderbuffersOES | n, renderbuffers
  glGenRenderbuffersOES | n, renderbuffers, offset
  glGenerateMipmapOES | target
  glGetFramebufferAttachmentParameterivOES | target, attachment, pname, params, offset
  glGetFramebufferAttachmentParameterivOES | target, attachment, pname, params
  glGetIntegerv | pname, params, offset
  glGetIntegerv | pname, params
  glGetRenderbufferParameterivOES | target, pname, params, offset
  glGetRenderbufferParameterivOES | target, pname, params
  glGetTexGenfv | coord, pname, params
  glGetTexGenfv | coord, pname, params, offset
  glGetTexGeniv | coord, pname, params
  glGetTexGeniv | coord, pname, params, offset
  glGetTexGenxv | coord, pname, params, offset
  glGetTexGenxv | coord, pname, params
  glIsFramebufferOES | framebuffer
  glIsRenderbufferOES | renderbuffer
  glRenderbufferStorageOES | target, internalformat, width, height
  glStencilOp | fail, zfail, zpass
  glTexEnvf | target, pname, param
  glTexEnvfv | target, pname, params, offset
  glTexEnvfv | target, pname, params
  glTexEnvx | target, pname, param
  glTexEnvxv | target, pname, params, offset
  glTexEnvxv | target, pname, params
  glTexGenf | coord, pname, param
  glTexGenfv | coord, pname, params
  glTexGenfv | coord, pname, params, offset
  glTexGeni | coord, pname, param
  glTexGeniv | coord, pname, params
  glTexGeniv | coord, pname, params, offset
  glTexGenx | coord, pname, param
  glTexGenxv | coord, pname, params, offset
  glTexGenxv | coord, pname, params
  glTexParameterf | target, pname, param
javax.net.ServerSocketFactory
 Methods: 5
  createServerSocket | port
  createServerSocket | 
  createServerSocket | port, backlog, ifAddress
  createServerSocket | port, backlog
  getDefault | 
javax.net.SocketFactory
 Methods: 6
  createSocket | host, port
  createSocket | host, port
  createSocket | address, port, localAddress, localPort
  createSocket | host, port, localHost, localPort
  createSocket | 
  getDefault | 
javax.net.ssl.HandshakeCompletedListener
 Methods: 1
  handshakeCompleted | event
javax.net.ssl.HostnameVerifier
 Methods: 1
  verify | hostname, session
javax.net.ssl.KeyManager
 Methods: 0
javax.net.ssl.ManagerFactoryParameters
 Methods: 0
javax.net.ssl.SSLSession
 Methods: 21
  getApplicationBufferSize | 
  getCipherSuite | 
  getCreationTime | 
  getId | 
  getLastAccessedTime | 
  getLocalCertificates | 
  getLocalPrincipal | 
  getPacketBufferSize | 
  getPeerCertificateChain | 
  getPeerCertificates | 
  getPeerHost | 
  getPeerPort | 
  getPeerPrincipal | 
  getProtocol | 
  getSessionContext | 
  getValue | name
  getValueNames | 
  invalidate | 
  isValid | 
  putValue | name, value
  removeValue | name
javax.net.ssl.SSLSessionBindingListener
 Methods: 2
  valueBound | event
  valueUnbound | event
javax.net.ssl.SSLSessionContext
 Methods: 6
  getIds | 
  getSession | sessionId
  getSessionCacheSize | 
  getSessionTimeout | 
  setSessionCacheSize | size
  setSessionTimeout | seconds
javax.net.ssl.TrustManager
 Methods: 0
javax.net.ssl.X509KeyManager
 Methods: 6
  chooseClientAlias | keyType, issuers, socket
  chooseServerAlias | keyType, issuers, socket
  getCertificateChain | alias
  getClientAliases | keyType, issuers
  getPrivateKey | alias
  getServerAliases | keyType, issuers
javax.net.ssl.X509TrustManager
 Methods: 3
  checkClientTrusted | chain, authType
  checkServerTrusted | chain, authType
  getAcceptedIssuers | 
javax.net.ssl.CertPathTrustManagerParameters
 Methods: 1
  getParameters | 
javax.net.ssl.ExtendedSSLSession
 Methods: 3
  getLocalSupportedSignatureAlgorithms | 
  getPeerSupportedSignatureAlgorithms | 
  getRequestedServerNames | 
javax.net.ssl.HandshakeCompletedEvent
 Methods: 8
  getCipherSuite | 
  getLocalCertificates | 
  getLocalPrincipal | 
  getPeerCertificateChain | 
  getPeerCertificates | 
  getPeerPrincipal | 
  getSession | 
  getSocket | 
javax.net.ssl.HttpsURLConnection
 Methods: 13
  getCipherSuite | 
  getDefaultHostnameVerifier | 
  getDefaultSSLSocketFactory | 
  getHostnameVerifier | 
  getLocalCertificates | 
  getLocalPrincipal | 
  getPeerPrincipal | 
  getSSLSocketFactory | 
  getServerCertificates | 
  setDefaultHostnameVerifier | v
  setDefaultSSLSocketFactory | sf
  setHostnameVerifier | v
  setSSLSocketFactory | sf
javax.net.ssl.KeyManagerFactory
 Methods: 9
  getAlgorithm | 
  getDefaultAlgorithm | 
  getInstance | algorithm
  getInstance | algorithm, provider
  getInstance | algorithm, provider
  getKeyManagers | 
  getProvider | 
  init | spec
  init | ks, password
javax.net.ssl.KeyManagerFactorySpi
 Methods: 0
javax.net.ssl.KeyStoreBuilderParameters
 Methods: 1
  getParameters | 
javax.net.ssl.SNIHostName
 Methods: 5
  createSNIMatcher | regex
  equals | other
  getAsciiName | 
  hashCode | 
  toString | 
javax.net.ssl.SNIMatcher
 Methods: 2
  getType | 
  matches | serverName
javax.net.ssl.SNIServerName
 Methods: 5
  equals | other
  getEncoded | 
  getType | 
  hashCode | 
  toString | 
javax.net.ssl.SSLContext
 Methods: 16
  createSSLEngine | 
  createSSLEngine | peerHost, peerPort
  getClientSessionContext | 
  getDefault | 
  getDefaultSSLParameters | 
  getInstance | protocol
  getInstance | protocol, provider
  getInstance | protocol, provider
  getProtocol | 
  getProvider | 
  getServerSessionContext | 
  getServerSocketFactory | 
  getSocketFactory | 
  getSupportedSSLParameters | 
  init | km, tm, random
  setDefault | context
javax.net.ssl.SSLContextSpi
 Methods: 0
javax.net.ssl.SSLEngine
 Methods: 37
  beginHandshake | 
  closeInbound | 
  closeOutbound | 
  getApplicationProtocol | 
  getDelegatedTask | 
  getEnableSessionCreation | 
  getEnabledCipherSuites | 
  getEnabledProtocols | 
  getHandshakeApplicationProtocol | 
  getHandshakeApplicationProtocolSelector | 
  getHandshakeSession | 
  getHandshakeStatus | 
  getNeedClientAuth | 
  getPeerHost | 
  getPeerPort | 
  getSSLParameters | 
  getSession | 
  getSupportedCipherSuites | 
  getSupportedProtocols | 
  getUseClientMode | 
  getWantClientAuth | 
  isInboundDone | 
  isOutboundDone | 
  setEnableSessionCreation | flag
  setEnabledCipherSuites | suites
  setEnabledProtocols | protocols
  setHandshakeApplicationProtocolSelector | ,  , selector
  setNeedClientAuth | need
  setSSLParameters | params
  setUseClientMode | mode
  setWantClientAuth | want
  unwrap | src, dsts
  unwrap | src, dst
  unwrap | src, dsts, offset, length
  wrap | srcs, dst
  wrap | src, dst
  wrap | srcs, offset, length, dst
javax.net.ssl.SSLEngineResult
 Methods: 5
  bytesConsumed | 
  bytesProduced | 
  getHandshakeStatus | 
  getStatus | 
  toString | 
javax.net.ssl.SSLParameters
 Methods: 20
  getAlgorithmConstraints | 
  getApplicationProtocols | 
  getCipherSuites | 
  getEndpointIdentificationAlgorithm | 
  getNeedClientAuth | 
  getProtocols | 
  getSNIMatchers | 
  getServerNames | 
  getUseCipherSuitesOrder | 
  getWantClientAuth | 
  setAlgorithmConstraints | constraints
  setApplicationProtocols | protocols
  setCipherSuites | cipherSuites
  setEndpointIdentificationAlgorithm | algorithm
  setNeedClientAuth | needClientAuth
  setProtocols | protocols
  setSNIMatchers | matchers
  setServerNames | serverNames
  setUseCipherSuitesOrder | honorOrder
  setWantClientAuth | wantClientAuth
javax.net.ssl.SSLPermission
 Methods: 0
javax.net.ssl.SSLServerSocket
 Methods: 17
  getEnableSessionCreation | 
  getEnabledCipherSuites | 
  getEnabledProtocols | 
  getNeedClientAuth | 
  getSSLParameters | 
  getSupportedCipherSuites | 
  getSupportedProtocols | 
  getUseClientMode | 
  getWantClientAuth | 
  setEnableSessionCreation | flag
  setEnabledCipherSuites | suites
  setEnabledProtocols | protocols
  setNeedClientAuth | need
  setSSLParameters | params
  setUseClientMode | mode
  setWantClientAuth | want
  toString | 
javax.net.ssl.SSLServerSocketFactory
 Methods: 3
  getDefault | 
  getDefaultCipherSuites | 
  getSupportedCipherSuites | 
javax.net.ssl.SSLSessionBindingEvent
 Methods: 2
  getName | 
  getSession | 
javax.net.ssl.SSLSocket
 Methods: 26
  addHandshakeCompletedListener | listener
  getApplicationProtocol | 
  getEnableSessionCreation | 
  getEnabledCipherSuites | 
  getEnabledProtocols | 
  getHandshakeApplicationProtocol | 
  getHandshakeApplicationProtocolSelector | 
  getHandshakeSession | 
  getNeedClientAuth | 
  getSSLParameters | 
  getSession | 
  getSupportedCipherSuites | 
  getSupportedProtocols | 
  getUseClientMode | 
  getWantClientAuth | 
  removeHandshakeCompletedListener | listener
  setEnableSessionCreation | flag
  setEnabledCipherSuites | suites
  setEnabledProtocols | protocols
  setHandshakeApplicationProtocolSelector | ,  , selector
  setNeedClientAuth | need
  setSSLParameters | params
  setUseClientMode | mode
  setWantClientAuth | want
  startHandshake | 
  toString | 
javax.net.ssl.SSLSocketFactory
 Methods: 4
  createSocket | s, host, port, autoClose
  getDefault | 
  getDefaultCipherSuites | 
  getSupportedCipherSuites | 
javax.net.ssl.StandardConstants
 Methods: 0
javax.net.ssl.TrustManagerFactory
 Methods: 9
  getAlgorithm | 
  getDefaultAlgorithm | 
  getInstance | algorithm
  getInstance | algorithm, provider
  getInstance | algorithm, provider
  getProvider | 
  getTrustManagers | 
  init | spec
  init | ks
javax.net.ssl.TrustManagerFactorySpi
 Methods: 0
javax.net.ssl.X509ExtendedKeyManager
 Methods: 2
  chooseEngineClientAlias | keyType, issuers, engine
  chooseEngineServerAlias | keyType, issuers, engine
javax.net.ssl.X509ExtendedTrustManager
 Methods: 4
  checkClientTrusted | chain, authType, socket
  checkClientTrusted | chain, authType, engine
  checkServerTrusted | chain, authType, engine
  checkServerTrusted | chain, authType, socket
javax.net.ssl.SSLEngineResult$HandshakeStatus
 Methods: 2
  valueOf | name
  values | 
javax.net.ssl.SSLEngineResult$Status
 Methods: 2
  valueOf | name
  values | 
javax.net.ssl.SSLException
 Methods: 0
javax.net.ssl.SSLHandshakeException
 Methods: 0
javax.net.ssl.SSLKeyException
 Methods: 0
javax.net.ssl.SSLPeerUnverifiedException
 Methods: 0
javax.net.ssl.SSLProtocolException
 Methods: 0
javax.security.auth.Destroyable
 Methods: 2
  destroy | 
  isDestroyed | 
javax.security.auth.AuthPermission
 Methods: 0
javax.security.auth.PrivateCredentialPermission
 Methods: 4
  getActions | 
  getCredentialClass | 
  getPrincipals | 
  implies | p
javax.security.auth.Subject
 Methods: 16
  doAs | subject, action
  doAs | subject, action
  doAsPrivileged | subject, action, acc
  doAsPrivileged | subject, action, acc
  equals | o
  getPrincipals | 
  getPrincipals | c
  getPrivateCredentials | c
  getPrivateCredentials | 
  getPublicCredentials | 
  getPublicCredentials | c
  getSubject | acc
  hashCode | 
  isReadOnly | 
  setReadOnly | 
  toString | 
javax.security.auth.SubjectDomainCombiner
 Methods: 2
  combine | currentDomains, assignedDomains
  getSubject | 
javax.security.auth.DestroyFailedException
 Methods: 0
javax.security.auth.callback.Callback
 Methods: 0
javax.security.auth.callback.CallbackHandler
 Methods: 1
  handle | callbacks
javax.security.auth.callback.PasswordCallback
 Methods: 5
  clearPassword | 
  getPassword | 
  getPrompt | 
  isEchoOn | 
  setPassword | password
javax.security.auth.callback.UnsupportedCallbackException
 Methods: 1
  getCallback | 
javax.security.auth.login.LoginException
 Methods: 0
javax.security.auth.x500.X500Principal
 Methods: 7
  equals | o
  getEncoded | 
  getName | format
  getName | 
  getName | format, , oidMap
  hashCode | 
  toString | 
javax.security.cert.Certificate
 Methods: 7
  equals | other
  getEncoded | 
  getPublicKey | 
  hashCode | 
  toString | 
  verify | key, sigProvider
  verify | key
javax.security.cert.X509Certificate
 Methods: 13
  checkValidity | 
  checkValidity | date
  getInstance | certData
  getInstance | inStream
  getIssuerDN | 
  getNotAfter | 
  getNotBefore | 
  getSerialNumber | 
  getSigAlgName | 
  getSigAlgOID | 
  getSigAlgParams | 
  getSubjectDN | 
  getVersion | 
javax.security.cert.CertificateEncodingException
 Methods: 0
javax.security.cert.CertificateException
 Methods: 0
javax.security.cert.CertificateExpiredException
 Methods: 0
javax.security.cert.CertificateNotYetValidException
 Methods: 0
javax.security.cert.CertificateParsingException
 Methods: 0
javax.sql.CommonDataSource
 Methods: 5
  getLogWriter | 
  getLoginTimeout | 
  getParentLogger | 
  setLogWriter | out
  setLoginTimeout | seconds
javax.sql.ConnectionEventListener
 Methods: 2
  connectionClosed | event
  connectionErrorOccurred | event
javax.sql.ConnectionPoolDataSource
 Methods: 2
  getPooledConnection | 
  getPooledConnection | user, password
javax.sql.DataSource
 Methods: 2
  getConnection | 
  getConnection | username, password
javax.sql.PooledConnection
 Methods: 6
  addConnectionEventListener | listener
  addStatementEventListener | listener
  close | 
  getConnection | 
  removeConnectionEventListener | listener
  removeStatementEventListener | listener
javax.sql.RowSet
 Methods: 115
  addRowSetListener | listener
  clearParameters | 
  execute | 
  getCommand | 
  getDataSourceName | 
  getEscapeProcessing | 
  getMaxFieldSize | 
  getMaxRows | 
  getPassword | 
  getQueryTimeout | 
  getTransactionIsolation | 
  getTypeMap | 
  getUrl | 
  getUsername | 
  isReadOnly | 
  removeRowSetListener | listener
  setArray | i, x
  setAsciiStream | parameterName, x, length
  setAsciiStream | parameterIndex, x
  setAsciiStream | parameterIndex, x, length
  setAsciiStream | parameterName, x
  setBigDecimal | parameterIndex, x
  setBigDecimal | parameterName, x
  setBinaryStream | parameterName, x
  setBinaryStream | parameterIndex, x, length
  setBinaryStream | parameterName, x, length
  setBinaryStream | parameterIndex, x
  setBlob | parameterIndex, inputStream, length
  setBlob | parameterIndex, inputStream
  setBlob | parameterName, x
  setBlob | parameterName, inputStream, length
  setBlob | i, x
  setBlob | parameterName, inputStream
  setBoolean | parameterName, x
  setBoolean | parameterIndex, x
  setByte | parameterIndex, x
  setByte | parameterName, x
  setBytes | parameterName, x
  setBytes | parameterIndex, x
  setCharacterStream | parameterIndex, reader
  setCharacterStream | parameterName, reader, length
  setCharacterStream | parameterName, reader
  setCharacterStream | parameterIndex, reader, length
  setClob | i, x
  setClob | parameterIndex, reader, length
  setClob | parameterIndex, reader
  setClob | parameterName, x
  setClob | parameterName, reader, length
  setClob | parameterName, reader
  setCommand | cmd
  setConcurrency | concurrency
  setDataSourceName | name
  setDate | parameterName, x, cal
  setDate | parameterName, x
  setDate | parameterIndex, x
  setDate | parameterIndex, x, cal
  setDouble | parameterIndex, x
  setDouble | parameterName, x
  setEscapeProcessing | enable
  setFloat | parameterName, x
  setFloat | parameterIndex, x
  setInt | parameterIndex, x
  setInt | parameterName, x
  setLong | parameterIndex, x
  setLong | parameterName, x
  setMaxFieldSize | max
  setMaxRows | max
  setNCharacterStream | parameterName, value, length
  setNCharacterStream | parameterIndex, value
  setNCharacterStream | parameterIndex, value, length
  setNCharacterStream | parameterName, value
  setNClob | parameterName, reader, length
  setNClob | parameterName, value
  setNClob | parameterIndex, reader, length
  setNClob | parameterName, reader
  setNClob | parameterIndex, value
  setNClob | parameterIndex, reader
  setNString | parameterIndex, value
  setNString | parameterName, value
  setNull | paramIndex, sqlType, typeName
  setNull | parameterIndex, sqlType
  setNull | parameterName, sqlType
  setNull | parameterName, sqlType, typeName
  setObject | parameterName, x, targetSqlType, scale
  setObject | parameterIndex, x, targetSqlType, scaleOrLength
  setObject | parameterIndex, x
  setObject | parameterName, x, targetSqlType
  setObject | parameterIndex, x, targetSqlType
  setObject | parameterName, x
  setPassword | password
  setQueryTimeout | seconds
  setReadOnly | value
  setRef | i, x
  setRowId | parameterIndex, x
  setRowId | parameterName, x
  setSQLXML | parameterIndex, xmlObject
  setSQLXML | parameterName, xmlObject
  setShort | parameterIndex, x
  setShort | parameterName, x
  setString | parameterName, x
  setString | parameterIndex, x
  setTime | parameterName, x, cal
  setTime | parameterIndex, x, cal
  setTime | parameterName, x
  setTime | parameterIndex, x
  setTimestamp | parameterIndex, x, cal
  setTimestamp | parameterName, x, cal
  setTimestamp | parameterName, x
  setTimestamp | parameterIndex, x
  setTransactionIsolation | level
  setType | type
  setTypeMap | , map
  setURL | parameterIndex, x
  setUrl | url
  setUsername | name
javax.sql.RowSetInternal
 Methods: 5
  getConnection | 
  getOriginal | 
  getOriginalRow | 
  getParams | 
  setMetaData | md
javax.sql.RowSetListener
 Methods: 3
  cursorMoved | event
  rowChanged | event
  rowSetChanged | event
javax.sql.RowSetMetaData
 Methods: 17
  setAutoIncrement | columnIndex, property
  setCaseSensitive | columnIndex, property
  setCatalogName | columnIndex, catalogName
  setColumnCount | columnCount
  setColumnDisplaySize | columnIndex, size
  setColumnLabel | columnIndex, label
  setColumnName | columnIndex, columnName
  setColumnType | columnIndex, SQLType
  setColumnTypeName | columnIndex, typeName
  setCurrency | columnIndex, property
  setNullable | columnIndex, property
  setPrecision | columnIndex, precision
  setScale | columnIndex, scale
  setSchemaName | columnIndex, schemaName
  setSearchable | columnIndex, property
  setSigned | columnIndex, property
  setTableName | columnIndex, tableName
javax.sql.RowSetReader
 Methods: 1
  readData | caller
javax.sql.RowSetWriter
 Methods: 1
  writeData | caller
javax.sql.StatementEventListener
 Methods: 2
  statementClosed | event
  statementErrorOccurred | event
javax.sql.ConnectionEvent
 Methods: 1
  getSQLException | 
javax.sql.RowSetEvent
 Methods: 0
javax.sql.StatementEvent
 Methods: 2
  getSQLException | 
  getStatement | 
javax.xml.XMLConstants
 Methods: 0
javax.xml.datatype.DatatypeConstants
 Methods: 0
javax.xml.datatype.DatatypeConstants$Field
 Methods: 2
  getId | 
  toString | 
javax.xml.datatype.DatatypeFactory
 Methods: 23
  newDuration | isPositive, years, months, days, hours, minutes, seconds
  newDuration | isPositive, years, months, days, hours, minutes, seconds
  newDuration | durationInMilliSeconds
  newDuration | lexicalRepresentation
  newDurationDayTime | durationInMilliseconds
  newDurationDayTime | isPositive, day, hour, minute, second
  newDurationDayTime | isPositive, day, hour, minute, second
  newDurationDayTime | lexicalRepresentation
  newDurationYearMonth | lexicalRepresentation
  newDurationYearMonth | isPositive, year, month
  newDurationYearMonth | isPositive, year, month
  newDurationYearMonth | durationInMilliseconds
  newInstance | factoryClassName, classLoader
  newInstance | 
  newXMLGregorianCalendar | lexicalRepresentation
  newXMLGregorianCalendar | cal
  newXMLGregorianCalendar | year, month, day, hour, minute, second, millisecond, timezone
  newXMLGregorianCalendar | year, month, day, hour, minute, second, fractionalSecond, timezone
  newXMLGregorianCalendar | 
  newXMLGregorianCalendarDate | year, month, day, timezone
  newXMLGregorianCalendarTime | hours, minutes, seconds, fractionalSecond, timezone
  newXMLGregorianCalendarTime | hours, minutes, seconds, milliseconds, timezone
  newXMLGregorianCalendarTime | hours, minutes, seconds, timezone
javax.xml.datatype.Duration
 Methods: 26
  add | rhs
  addTo | calendar
  addTo | date
  compare | duration
  equals | duration
  getDays | 
  getField | field
  getHours | 
  getMinutes | 
  getMonths | 
  getSeconds | 
  getSign | 
  getTimeInMillis | startInstant
  getTimeInMillis | startInstant
  getXMLSchemaType | 
  getYears | 
  hashCode | 
  isLongerThan | duration
  isSet | field
  isShorterThan | duration
  multiply | factor
  multiply | factor
  negate | 
  normalizeWith | startTimeInstant
  subtract | rhs
  toString | 
javax.xml.datatype.XMLGregorianCalendar
 Methods: 39
  add | duration
  clear | 
  clone | 
  compare | xmlGregorianCalendar
  equals | obj
  getDay | 
  getEon | 
  getEonAndYear | 
  getFractionalSecond | 
  getHour | 
  getMillisecond | 
  getMinute | 
  getMonth | 
  getSecond | 
  getTimeZone | defaultZoneoffset
  getTimezone | 
  getXMLSchemaType | 
  getYear | 
  hashCode | 
  isValid | 
  normalize | 
  reset | 
  setDay | day
  setFractionalSecond | fractional
  setHour | hour
  setMillisecond | millisecond
  setMinute | minute
  setMonth | month
  setSecond | second
  setTime | hour, minute, second, fractional
  setTime | hour, minute, second
  setTime | hour, minute, second, millisecond
  setTimezone | offset
  setYear | year
  setYear | year
  toGregorianCalendar | 
  toGregorianCalendar | timezone, aLocale, defaults
  toString | 
  toXMLFormat | 
javax.xml.datatype.DatatypeConfigurationException
 Methods: 3
  printStackTrace | 
  printStackTrace | s
  printStackTrace | s
javax.xml.namespace.NamespaceContext
 Methods: 3
  getNamespaceURI | prefix
  getPrefix | namespaceURI
  getPrefixes | namespaceURI
javax.xml.namespace.QName
 Methods: 7
  equals | objectToTest
  getLocalPart | 
  getNamespaceURI | 
  getPrefix | 
  hashCode | 
  toString | 
  valueOf | qNameAsString
javax.xml.parsers.DocumentBuilder
 Methods: 14
  getDOMImplementation | 
  getSchema | 
  isNamespaceAware | 
  isValidating | 
  isXIncludeAware | 
  newDocument | 
  parse | is
  parse | uri
  parse | is
  parse | is, systemId
  parse | f
  reset | 
  setEntityResolver | er
  setErrorHandler | eh
javax.xml.parsers.DocumentBuilderFactory
 Methods: 23
  getAttribute | name
  getFeature | name
  getSchema | 
  isCoalescing | 
  isExpandEntityReferences | 
  isIgnoringComments | 
  isIgnoringElementContentWhitespace | 
  isNamespaceAware | 
  isValidating | 
  isXIncludeAware | 
  newDocumentBuilder | 
  newInstance | factoryClassName, classLoader
  newInstance | 
  setAttribute | name, value
  setCoalescing | coalescing
  setExpandEntityReferences | expandEntityRef
  setFeature | name, value
  setIgnoringComments | ignoreComments
  setIgnoringElementContentWhitespace | whitespace
  setNamespaceAware | awareness
  setSchema | schema
  setValidating | validating
  setXIncludeAware | state
javax.xml.parsers.SAXParser
 Methods: 19
  getParser | 
  getProperty | name
  getSchema | 
  getXMLReader | 
  isNamespaceAware | 
  isValidating | 
  isXIncludeAware | 
  parse | is, dh
  parse | is, hb
  parse | is, hb, systemId
  parse | uri, hb
  parse | f, hb
  parse | uri, dh
  parse | is, hb
  parse | f, dh
  parse | is, dh
  parse | is, dh, systemId
  reset | 
  setProperty | name, value
javax.xml.parsers.SAXParserFactory
 Methods: 13
  getFeature | name
  getSchema | 
  isNamespaceAware | 
  isValidating | 
  isXIncludeAware | 
  newInstance | factoryClassName, classLoader
  newInstance | 
  newSAXParser | 
  setFeature | name, value
  setNamespaceAware | awareness
  setSchema | schema
  setValidating | validating
  setXIncludeAware | state
javax.xml.parsers.ParserConfigurationException
 Methods: 0
javax.xml.parsers.FactoryConfigurationError
 Methods: 2
  getException | 
  getMessage | 
javax.xml.transform.ErrorListener
 Methods: 3
  error | exception
  fatalError | exception
  warning | exception
javax.xml.transform.Result
 Methods: 2
  getSystemId | 
  setSystemId | systemId
javax.xml.transform.Source
 Methods: 2
  getSystemId | 
  setSystemId | systemId
javax.xml.transform.SourceLocator
 Methods: 4
  getColumnNumber | 
  getLineNumber | 
  getPublicId | 
  getSystemId | 
javax.xml.transform.Templates
 Methods: 2
  getOutputProperties | 
  newTransformer | 
javax.xml.transform.URIResolver
 Methods: 1
  resolve | href, base
javax.xml.transform.OutputKeys
 Methods: 0
javax.xml.transform.Transformer
 Methods: 13
  clearParameters | 
  getErrorListener | 
  getOutputProperties | 
  getOutputProperty | name
  getParameter | name
  getURIResolver | 
  reset | 
  setErrorListener | listener
  setOutputProperties | oformat
  setOutputProperty | name, value
  setParameter | name, value
  setURIResolver | resolver
  transform | xmlSource, outputTarget
javax.xml.transform.TransformerFactory
 Methods: 14
  getAssociatedStylesheet | source, media, title, charset
  getAttribute | name
  getErrorListener | 
  getFeature | name
  getURIResolver | 
  newInstance | factoryClassName, classLoader
  newInstance | 
  newTemplates | source
  newTransformer | source
  newTransformer | 
  setAttribute | name, value
  setErrorListener | listener
  setFeature | name, value
  setURIResolver | resolver
javax.xml.transform.TransformerConfigurationException
 Methods: 0
javax.xml.transform.TransformerException
 Methods: 10
  getCause | 
  getException | 
  getLocationAsString | 
  getLocator | 
  getMessageAndLocation | 
  initCause | cause
  printStackTrace | 
  printStackTrace | s
  printStackTrace | s
  setLocator | location
javax.xml.transform.TransformerFactoryConfigurationError
 Methods: 2
  getException | 
  getMessage | 
javax.xml.transform.dom.DOMLocator
 Methods: 1
  getOriginatingNode | 
javax.xml.transform.dom.DOMResult
 Methods: 6
  getNextSibling | 
  getNode | 
  getSystemId | 
  setNextSibling | nextSibling
  setNode | node
  setSystemId | systemId
javax.xml.transform.dom.DOMSource
 Methods: 4
  getNode | 
  getSystemId | 
  setNode | node
  setSystemId | systemID
javax.xml.transform.sax.TemplatesHandler
 Methods: 3
  getSystemId | 
  getTemplates | 
  setSystemId | systemID
javax.xml.transform.sax.TransformerHandler
 Methods: 4
  getSystemId | 
  getTransformer | 
  setResult | result
  setSystemId | systemID
javax.xml.transform.sax.SAXResult
 Methods: 6
  getHandler | 
  getLexicalHandler | 
  getSystemId | 
  setHandler | handler
  setLexicalHandler | handler
  setSystemId | systemId
javax.xml.transform.sax.SAXSource
 Methods: 7
  getInputSource | 
  getSystemId | 
  getXMLReader | 
  setInputSource | inputSource
  setSystemId | systemId
  setXMLReader | reader
  sourceToInputSource | source
javax.xml.transform.sax.SAXTransformerFactory
 Methods: 6
  newTemplatesHandler | 
  newTransformerHandler | 
  newTransformerHandler | src
  newTransformerHandler | templates
  newXMLFilter | src
  newXMLFilter | templates
javax.xml.transform.stream.StreamResult
 Methods: 7
  getOutputStream | 
  getSystemId | 
  getWriter | 
  setOutputStream | outputStream
  setSystemId | systemId
  setSystemId | f
  setWriter | writer
javax.xml.transform.stream.StreamSource
 Methods: 9
  getInputStream | 
  getPublicId | 
  getReader | 
  getSystemId | 
  setInputStream | inputStream
  setPublicId | publicId
  setReader | reader
  setSystemId | systemId
  setSystemId | f
javax.xml.validation.Schema
 Methods: 2
  newValidator | 
  newValidatorHandler | 
javax.xml.validation.SchemaFactory
 Methods: 16
  getErrorHandler | 
  getFeature | name
  getProperty | name
  getResourceResolver | 
  isSchemaLanguageSupported | schemaLanguage
  newInstance | schemaLanguage, factoryClassName, classLoader
  newInstance | schemaLanguage
  newSchema | schema
  newSchema | schema
  newSchema | 
  newSchema | schemas
  newSchema | schema
  setErrorHandler | errorHandler
  setFeature | name, value
  setProperty | name, object
  setResourceResolver | resourceResolver
javax.xml.validation.SchemaFactoryLoader
 Methods: 1
  newFactory | schemaLanguage
javax.xml.validation.TypeInfoProvider
 Methods: 4
  getAttributeTypeInfo | index
  getElementTypeInfo | 
  isIdAttribute | index
  isSpecified | index
javax.xml.validation.Validator
 Methods: 11
  getErrorHandler | 
  getFeature | name
  getProperty | name
  getResourceResolver | 
  reset | 
  setErrorHandler | errorHandler
  setFeature | name, value
  setProperty | name, object
  setResourceResolver | resourceResolver
  validate | source
  validate | source, result
javax.xml.validation.ValidatorHandler
 Methods: 11
  getContentHandler | 
  getErrorHandler | 
  getFeature | name
  getProperty | name
  getResourceResolver | 
  getTypeInfoProvider | 
  setContentHandler | receiver
  setErrorHandler | errorHandler
  setFeature | name, value
  setProperty | name, object
  setResourceResolver | resourceResolver
javax.xml.xpath.XPath
 Methods: 12
  compile | expression
  evaluate | expression, item, returnType
  evaluate | expression, item
  evaluate | expression, source, returnType
  evaluate | expression, source
  getNamespaceContext | 
  getXPathFunctionResolver | 
  getXPathVariableResolver | 
  reset | 
  setNamespaceContext | nsContext
  setXPathFunctionResolver | resolver
  setXPathVariableResolver | resolver
javax.xml.xpath.XPathExpression
 Methods: 4
  evaluate | item
  evaluate | source
  evaluate | source, returnType
  evaluate | item, returnType
javax.xml.xpath.XPathFunction
 Methods: 1
  evaluate | args
javax.xml.xpath.XPathFunctionResolver
 Methods: 1
  resolveFunction | functionName, arity
javax.xml.xpath.XPathVariableResolver
 Methods: 1
  resolveVariable | variableName
javax.xml.xpath.XPathConstants
 Methods: 0
javax.xml.xpath.XPathFactory
 Methods: 9
  getFeature | name
  isObjectModelSupported | objectModel
  newInstance | 
  newInstance | uri, factoryClassName, classLoader
  newInstance | uri
  newXPath | 
  setFeature | name, value
  setXPathFunctionResolver | resolver
  setXPathVariableResolver | resolver
javax.xml.xpath.XPathException
 Methods: 4
  getCause | 
  printStackTrace | 
  printStackTrace | s
  printStackTrace | s
javax.xml.xpath.XPathExpressionException
 Methods: 0
javax.xml.xpath.XPathFactoryConfigurationException
 Methods: 0
javax.xml.xpath.XPathFunctionException
 Methods: 0
junit.framework.Protectable
 Methods: 1
  protect | 
junit.framework.Test
 Methods: 2
  countTestCases | 
  run | result
junit.framework.TestListener
 Methods: 4
  addError | test, t
  addFailure | test, t
  endTest | test
  startTest | test
junit.framework.Assert
 Methods: 38
  assertEquals | expected, actual
  assertEquals | message, expected, actual
  assertEquals | expected, actual
  assertEquals | message, expected, actual
  assertEquals | message, expected, actual
  assertEquals | expected, actual
  assertEquals | message, expected, actual
  assertEquals | expected, actual
  assertEquals | message, expected, actual
  assertEquals | message, expected, actual
  assertEquals | expected, actual
  assertEquals | expected, actual
  assertEquals | expected, actual, delta
  assertEquals | message, expected, actual
  assertEquals | expected, actual, delta
  assertEquals | message, expected, actual, delta
  assertEquals | message, expected, actual
  assertEquals | message, expected, actual, delta
  assertEquals | expected, actual
  assertEquals | expected, actual
  assertFalse | message, condition
  assertFalse | condition
  assertNotNull | object
  assertNotNull | message, object
  assertNotSame | message, expected, actual
  assertNotSame | expected, actual
  assertNull | message, object
  assertNull | object
  assertSame | message, expected, actual
  assertSame | expected, actual
  assertTrue | message, condition
  assertTrue | condition
  fail | message
  fail | 
  failNotEquals | message, expected, actual
  failNotSame | message, expected, actual
  failSame | message
  format | message, expected, actual
junit.framework.TestCase
 Methods: 7
  countTestCases | 
  getName | 
  run | 
  run | result
  runBare | 
  setName | name
  toString | 
junit.framework.TestFailure
 Methods: 6
  exceptionMessage | 
  failedTest | 
  isFailure | 
  thrownException | 
  toString | 
  trace | 
junit.framework.TestResult
 Methods: 15
  addError | test, t
  addFailure | test, t
  addListener | listener
  endTest | test
  errorCount | 
  errors | 
  failureCount | 
  failures | 
  removeListener | listener
  runCount | 
  runProtected | test, p
  shouldStop | 
  startTest | test
  stop | 
  wasSuccessful | 
junit.framework.TestSuite
 Methods: 14
  addTest | test
  addTestSuite | testClass
  countTestCases | 
  createTest | theClass, name
  getName | 
  getTestConstructor | theClass
  run | result
  runTest | test, result
  setName | name
  testAt | index
  testCount | 
  tests | 
  toString | 
  warning | message
junit.framework.AssertionFailedError
 Methods: 0
junit.framework.ComparisonFailure
 Methods: 3
  getActual | 
  getExpected | 
  getMessage | 
junit.runner.TestSuiteLoader
 Methods: 2
  load | suiteClassName
  reload | aClass
junit.runner.BaseTestRunner
 Methods: 20
  addError | test, t
  addFailure | test, t
  elapsedTimeAsString | runTime
  endTest | test
  extractClassName | className
  getFilteredTrace | stack
  getFilteredTrace | t
  getLoader | 
  getPreference | key, dflt
  getPreference | key
  getTest | suiteClassName
  inVAJava | 
  savePreferences | 
  setLoading | enable
  setPreference | key, value
  startTest | test
  testEnded | testName
  testFailed | status, test, t
  testStarted | testName
  truncate | s
junit.runner.Version
 Methods: 1
  id | 
org.apache.http.conn.ConnectTimeoutException
 Methods: 0
org.apache.http.conn.scheme.HostNameResolver
 Methods: 1
  resolve | hostname
org.apache.http.conn.scheme.LayeredSocketFactory
 Methods: 1
  createSocket | socket, host, port, autoClose
org.apache.http.conn.scheme.SocketFactory
 Methods: 3
  connectSocket | sock, host, port, localAddress, localPort, params
  createSocket | 
  isSecure | sock
org.apache.http.conn.ssl.X509HostnameVerifier
 Methods: 4
  verify | host, ssl
  verify | host, cert
  verify | host, cns, subjectAlts
  verify | host, session
org.apache.http.conn.ssl.AbstractVerifier
 Methods: 8
  acceptableCountryWildcard | cn
  countDots | s
  getCNs | cert
  getDNSSubjectAlts | cert
  verify | host, ssl
  verify | host, cns, subjectAlts, strictWithSubDomains
  verify | host, cert
  verify | host, session
org.apache.http.conn.ssl.AllowAllHostnameVerifier
 Methods: 2
  toString | 
  verify | host, cns, subjectAlts
org.apache.http.conn.ssl.BrowserCompatHostnameVerifier
 Methods: 2
  toString | 
  verify | host, cns, subjectAlts
org.apache.http.conn.ssl.SSLSocketFactory
 Methods: 7
  connectSocket | sock, host, port, localAddress, localPort, params
  createSocket | socket, host, port, autoClose
  createSocket | 
  getHostnameVerifier | 
  getSocketFactory | 
  isSecure | sock
  setHostnameVerifier | hostnameVerifier
org.apache.http.conn.ssl.StrictHostnameVerifier
 Methods: 2
  toString | 
  verify | host, cns, subjectAlts
org.apache.http.params.CoreConnectionPNames
 Methods: 0
org.apache.http.params.HttpParams
 Methods: 14
  copy | 
  getBooleanParameter | name, defaultValue
  getDoubleParameter | name, defaultValue
  getIntParameter | name, defaultValue
  getLongParameter | name, defaultValue
  getParameter | name
  isParameterFalse | name
  isParameterTrue | name
  removeParameter | name
  setBooleanParameter | name, value
  setDoubleParameter | name, value
  setIntParameter | name, value
  setLongParameter | name, value
  setParameter | name, value
org.apache.http.params.HttpConnectionParams
 Methods: 12
  getConnectionTimeout | params
  getLinger | params
  getSoTimeout | params
  getSocketBufferSize | params
  getTcpNoDelay | params
  isStaleCheckingEnabled | params
  setConnectionTimeout | params, timeout
  setLinger | params, value
  setSoTimeout | params, timeout
  setSocketBufferSize | params, size
  setStaleCheckingEnabled | params, value
  setTcpNoDelay | params, value
org.json.JSONArray
 Methods: 40
  equals | o
  get | index
  getBoolean | index
  getDouble | index
  getInt | index
  getJSONArray | index
  getJSONObject | index
  getLong | index
  getString | index
  hashCode | 
  isNull | index
  join | separator
  length | 
  opt | index
  optBoolean | index
  optBoolean | index, fallback
  optDouble | index
  optDouble | index, fallback
  optInt | index
  optInt | index, fallback
  optJSONArray | index
  optJSONObject | index
  optLong | index
  optLong | index, fallback
  optString | index
  optString | index, fallback
  put | value
  put | value
  put | index, value
  put | value
  put | index, value
  put | index, value
  put | index, value
  put | value
  put | index, value
  put | value
  remove | index
  toJSONObject | names
  toString | 
  toString | indentSpaces
org.json.JSONObject
 Methods: 40
  accumulate | name, value
  get | name
  getBoolean | name
  getDouble | name
  getInt | name
  getJSONArray | name
  getJSONObject | name
  getLong | name
  getString | name
  has | name
  isNull | name
  keys | 
  length | 
  names | 
  numberToString | number
  opt | name
  optBoolean | name, fallback
  optBoolean | name
  optDouble | name, fallback
  optDouble | name
  optInt | name, fallback
  optInt | name
  optJSONArray | name
  optJSONObject | name
  optLong | name
  optLong | name, fallback
  optString | name, fallback
  optString | name
  put | name, value
  put | name, value
  put | name, value
  put | name, value
  put | name, value
  putOpt | name, value
  quote | data
  remove | name
  toJSONArray | names
  toString | 
  toString | indentSpaces
  wrap | o
org.json.JSONStringer
 Methods: 10
  array | 
  endArray | 
  endObject | 
  key | name
  object | 
  toString | 
  value | value
  value | value
  value | value
  value | value
org.json.JSONTokener
 Methods: 15
  back | 
  dehexchar | hex
  more | 
  next | 
  next | c
  next | length
  nextClean | 
  nextString | quote
  nextTo | excluded
  nextTo | excluded
  nextValue | 
  skipPast | thru
  skipTo | to
  syntaxError | message
  toString | 
org.json.JSONException
 Methods: 0
org.w3c.dom.Attr
 Methods: 7
  getName | 
  getOwnerElement | 
  getSchemaTypeInfo | 
  getSpecified | 
  getValue | 
  isId | 
  setValue | value
org.w3c.dom.CDATASection
 Methods: 0
org.w3c.dom.CharacterData
 Methods: 8
  appendData | arg
  deleteData | offset, count
  getData | 
  getLength | 
  insertData | offset, arg
  replaceData | offset, count, arg
  setData | data
  substringData | offset, count
org.w3c.dom.Comment
 Methods: 0
org.w3c.dom.Document
 Methods: 31
  adoptNode | source
  createAttribute | name
  createAttributeNS | namespaceURI, qualifiedName
  createCDATASection | data
  createComment | data
  createDocumentFragment | 
  createElement | tagName
  createElementNS | namespaceURI, qualifiedName
  createEntityReference | name
  createProcessingInstruction | target, data
  createTextNode | data
  getDoctype | 
  getDocumentElement | 
  getDocumentURI | 
  getDomConfig | 
  getElementById | elementId
  getElementsByTagName | tagname
  getElementsByTagNameNS | namespaceURI, localName
  getImplementation | 
  getInputEncoding | 
  getStrictErrorChecking | 
  getXmlEncoding | 
  getXmlStandalone | 
  getXmlVersion | 
  importNode | importedNode, deep
  normalizeDocument | 
  renameNode | n, namespaceURI, qualifiedName
  setDocumentURI | documentURI
  setStrictErrorChecking | strictErrorChecking
  setXmlStandalone | xmlStandalone
  setXmlVersion | xmlVersion
org.w3c.dom.DocumentFragment
 Methods: 0
org.w3c.dom.DocumentType
 Methods: 6
  getEntities | 
  getInternalSubset | 
  getName | 
  getNotations | 
  getPublicId | 
  getSystemId | 
org.w3c.dom.DOMConfiguration
 Methods: 4
  canSetParameter | name, value
  getParameter | name
  getParameterNames | 
  setParameter | name, value
org.w3c.dom.DOMError
 Methods: 6
  getLocation | 
  getMessage | 
  getRelatedData | 
  getRelatedException | 
  getSeverity | 
  getType | 
org.w3c.dom.DOMErrorHandler
 Methods: 1
  handleError | error
org.w3c.dom.DOMImplementation
 Methods: 4
  createDocument | namespaceURI, qualifiedName, doctype
  createDocumentType | qualifiedName, publicId, systemId
  getFeature | feature, version
  hasFeature | feature, version
org.w3c.dom.DOMImplementationList
 Methods: 2
  getLength | 
  item | index
org.w3c.dom.DOMImplementationSource
 Methods: 2
  getDOMImplementation | features
  getDOMImplementationList | features
org.w3c.dom.DOMLocator
 Methods: 6
  getByteOffset | 
  getColumnNumber | 
  getLineNumber | 
  getRelatedNode | 
  getUri | 
  getUtf16Offset | 
org.w3c.dom.DOMStringList
 Methods: 3
  contains | str
  getLength | 
  item | index
org.w3c.dom.Element
 Methods: 20
  getAttribute | name
  getAttributeNS | namespaceURI, localName
  getAttributeNode | name
  getAttributeNodeNS | namespaceURI, localName
  getElementsByTagName | name
  getElementsByTagNameNS | namespaceURI, localName
  getSchemaTypeInfo | 
  getTagName | 
  hasAttribute | name
  hasAttributeNS | namespaceURI, localName
  removeAttribute | name
  removeAttributeNS | namespaceURI, localName
  removeAttributeNode | oldAttr
  setAttribute | name, value
  setAttributeNS | namespaceURI, qualifiedName, value
  setAttributeNode | newAttr
  setAttributeNodeNS | newAttr
  setIdAttribute | name, isId
  setIdAttributeNS | namespaceURI, localName, isId
  setIdAttributeNode | idAttr, isId
org.w3c.dom.Entity
 Methods: 6
  getInputEncoding | 
  getNotationName | 
  getPublicId | 
  getSystemId | 
  getXmlEncoding | 
  getXmlVersion | 
org.w3c.dom.EntityReference
 Methods: 0
org.w3c.dom.NamedNodeMap
 Methods: 8
  getLength | 
  getNamedItem | name
  getNamedItemNS | namespaceURI, localName
  item | index
  removeNamedItem | name
  removeNamedItemNS | namespaceURI, localName
  setNamedItem | arg
  setNamedItemNS | arg
org.w3c.dom.NameList
 Methods: 5
  contains | str
  containsNS | namespaceURI, name
  getLength | 
  getName | index
  getNamespaceURI | index
org.w3c.dom.Node
 Methods: 37
  appendChild | newChild
  cloneNode | deep
  compareDocumentPosition | other
  getAttributes | 
  getBaseURI | 
  getChildNodes | 
  getFeature | feature, version
  getFirstChild | 
  getLastChild | 
  getLocalName | 
  getNamespaceURI | 
  getNextSibling | 
  getNodeName | 
  getNodeType | 
  getNodeValue | 
  getOwnerDocument | 
  getParentNode | 
  getPrefix | 
  getPreviousSibling | 
  getTextContent | 
  getUserData | key
  hasAttributes | 
  hasChildNodes | 
  insertBefore | newChild, refChild
  isDefaultNamespace | namespaceURI
  isEqualNode | arg
  isSameNode | other
  isSupported | feature, version
  lookupNamespaceURI | prefix
  lookupPrefix | namespaceURI
  normalize | 
  removeChild | oldChild
  replaceChild | newChild, oldChild
  setNodeValue | nodeValue
  setPrefix | prefix
  setTextContent | textContent
  setUserData | key, data, handler
org.w3c.dom.NodeList
 Methods: 2
  getLength | 
  item | index
org.w3c.dom.Notation
 Methods: 2
  getPublicId | 
  getSystemId | 
org.w3c.dom.ProcessingInstruction
 Methods: 3
  getData | 
  getTarget | 
  setData | data
org.w3c.dom.Text
 Methods: 4
  getWholeText | 
  isElementContentWhitespace | 
  replaceWholeText | content
  splitText | offset
org.w3c.dom.TypeInfo
 Methods: 3
  getTypeName | 
  getTypeNamespace | 
  isDerivedFrom | typeNamespaceArg, typeNameArg, derivationMethod
org.w3c.dom.UserDataHandler
 Methods: 1
  handle | operation, key, data, src, dst
org.w3c.dom.DOMException
 Methods: 0
org.w3c.dom.ls.DOMImplementationLS
 Methods: 4
  createLSInput | 
  createLSOutput | 
  createLSParser | mode, schemaType
  createLSSerializer | 
org.w3c.dom.ls.LSInput
 Methods: 16
  getBaseURI | 
  getByteStream | 
  getCertifiedText | 
  getCharacterStream | 
  getEncoding | 
  getPublicId | 
  getStringData | 
  getSystemId | 
  setBaseURI | baseURI
  setByteStream | byteStream
  setCertifiedText | certifiedText
  setCharacterStream | characterStream
  setEncoding | encoding
  setPublicId | publicId
  setStringData | stringData
  setSystemId | systemId
org.w3c.dom.ls.LSOutput
 Methods: 8
  getByteStream | 
  getCharacterStream | 
  getEncoding | 
  getSystemId | 
  setByteStream | byteStream
  setCharacterStream | characterStream
  setEncoding | encoding
  setSystemId | systemId
org.w3c.dom.ls.LSParser
 Methods: 9
  abort | 
  getAsync | 
  getBusy | 
  getDomConfig | 
  getFilter | 
  parse | input
  parseURI | uri
  parseWithContext | input, contextArg, action
  setFilter | filter
org.w3c.dom.ls.LSParserFilter
 Methods: 3
  acceptNode | nodeArg
  getWhatToShow | 
  startElement | elementArg
org.w3c.dom.ls.LSResourceResolver
 Methods: 1
  resolveResource | type, namespaceURI, publicId, systemId, baseURI
org.w3c.dom.ls.LSSerializer
 Methods: 6
  getDomConfig | 
  getNewLine | 
  setNewLine | newLine
  write | nodeArg, destination
  writeToString | nodeArg
  writeToURI | nodeArg, uri
org.w3c.dom.ls.LSException
 Methods: 0
org.xml.sax.AttributeList
 Methods: 6
  getLength | 
  getName | i
  getType | name
  getType | i
  getValue | name
  getValue | i
org.xml.sax.Attributes
 Methods: 12
  getIndex | qName
  getIndex | uri, localName
  getLength | 
  getLocalName | index
  getQName | index
  getType | qName
  getType | index
  getType | uri, localName
  getURI | index
  getValue | qName
  getValue | index
  getValue | uri, localName
org.xml.sax.ContentHandler
 Methods: 11
  characters | ch, start, length
  endDocument | 
  endElement | uri, localName, qName
  endPrefixMapping | prefix
  ignorableWhitespace | ch, start, length
  processingInstruction | target, data
  setDocumentLocator | locator
  skippedEntity | name
  startDocument | 
  startElement | uri, localName, qName, atts
  startPrefixMapping | prefix, uri
org.xml.sax.DocumentHandler
 Methods: 8
  characters | ch, start, length
  endDocument | 
  endElement | name
  ignorableWhitespace | ch, start, length
  processingInstruction | target, data
  setDocumentLocator | locator
  startDocument | 
  startElement | name, atts
org.xml.sax.DTDHandler
 Methods: 2
  notationDecl | name, publicId, systemId
  unparsedEntityDecl | name, publicId, systemId, notationName
org.xml.sax.EntityResolver
 Methods: 1
  resolveEntity | publicId, systemId
org.xml.sax.ErrorHandler
 Methods: 3
  error | exception
  fatalError | exception
  warning | exception
org.xml.sax.Locator
 Methods: 4
  getColumnNumber | 
  getLineNumber | 
  getPublicId | 
  getSystemId | 
org.xml.sax.Parser
 Methods: 7
  parse | source
  parse | systemId
  setDTDHandler | handler
  setDocumentHandler | handler
  setEntityResolver | resolver
  setErrorHandler | handler
  setLocale | locale
org.xml.sax.XMLFilter
 Methods: 2
  getParent | 
  setParent | parent
org.xml.sax.XMLReader
 Methods: 14
  getContentHandler | 
  getDTDHandler | 
  getEntityResolver | 
  getErrorHandler | 
  getFeature | name
  getProperty | name
  parse | input
  parse | systemId
  setContentHandler | handler
  setDTDHandler | handler
  setEntityResolver | resolver
  setErrorHandler | handler
  setFeature | name, value
  setProperty | name, value
org.xml.sax.HandlerBase
 Methods: 14
  characters | ch, start, length
  endDocument | 
  endElement | name
  error | e
  fatalError | e
  ignorableWhitespace | ch, start, length
  notationDecl | name, publicId, systemId
  processingInstruction | target, data
  resolveEntity | publicId, systemId
  setDocumentLocator | locator
  startDocument | 
  startElement | name, attributes
  unparsedEntityDecl | name, publicId, systemId, notationName
  warning | e
org.xml.sax.InputSource
 Methods: 10
  getByteStream | 
  getCharacterStream | 
  getEncoding | 
  getPublicId | 
  getSystemId | 
  setByteStream | byteStream
  setCharacterStream | characterStream
  setEncoding | encoding
  setPublicId | publicId
  setSystemId | systemId
org.xml.sax.SAXException
 Methods: 3
  getException | 
  getMessage | 
  toString | 
org.xml.sax.SAXNotRecognizedException
 Methods: 0
org.xml.sax.SAXNotSupportedException
 Methods: 0
org.xml.sax.SAXParseException
 Methods: 4
  getColumnNumber | 
  getLineNumber | 
  getPublicId | 
  getSystemId | 
org.xml.sax.ext.Attributes2
 Methods: 6
  isDeclared | uri, localName
  isDeclared | index
  isDeclared | qName
  isSpecified | uri, localName
  isSpecified | index
  isSpecified | qName
org.xml.sax.ext.DeclHandler
 Methods: 4
  attributeDecl | eName, aName, type, mode, value
  elementDecl | name, model
  externalEntityDecl | name, publicId, systemId
  internalEntityDecl | name, value
org.xml.sax.ext.EntityResolver2
 Methods: 2
  getExternalSubset | name, baseURI
  resolveEntity | name, publicId, baseURI, systemId
org.xml.sax.ext.LexicalHandler
 Methods: 7
  comment | ch, start, length
  endCDATA | 
  endDTD | 
  endEntity | name
  startCDATA | 
  startDTD | name, publicId, systemId
  startEntity | name
org.xml.sax.ext.Locator2
 Methods: 2
  getEncoding | 
  getXMLVersion | 
org.xml.sax.ext.Attributes2Impl
 Methods: 11
  addAttribute | uri, localName, qName, type, value
  isDeclared | uri, localName
  isDeclared | index
  isDeclared | qName
  isSpecified | uri, localName
  isSpecified | index
  isSpecified | qName
  removeAttribute | index
  setAttributes | atts
  setDeclared | index, value
  setSpecified | index, value
org.xml.sax.ext.DefaultHandler2
 Methods: 14
  attributeDecl | eName, aName, type, mode, value
  comment | ch, start, length
  elementDecl | name, model
  endCDATA | 
  endDTD | 
  endEntity | name
  externalEntityDecl | name, publicId, systemId
  getExternalSubset | name, baseURI
  internalEntityDecl | name, value
  resolveEntity | publicId, systemId
  resolveEntity | name, publicId, baseURI, systemId
  startCDATA | 
  startDTD | name, publicId, systemId
  startEntity | name
org.xml.sax.ext.Locator2Impl
 Methods: 4
  getEncoding | 
  getXMLVersion | 
  setEncoding | encoding
  setXMLVersion | version
org.xml.sax.helpers.AttributeListImpl
 Methods: 10
  addAttribute | name, type, value
  clear | 
  getLength | 
  getName | i
  getType | name
  getType | i
  getValue | name
  getValue | i
  removeAttribute | name
  setAttributeList | atts
org.xml.sax.helpers.AttributesImpl
 Methods: 22
  addAttribute | uri, localName, qName, type, value
  clear | 
  getIndex | qName
  getIndex | uri, localName
  getLength | 
  getLocalName | index
  getQName | index
  getType | qName
  getType | index
  getType | uri, localName
  getURI | index
  getValue | qName
  getValue | uri, localName
  getValue | index
  removeAttribute | index
  setAttribute | index, uri, localName, qName, type, value
  setAttributes | atts
  setLocalName | index, localName
  setQName | index, qName
  setType | index, type
  setURI | index, uri
  setValue | index, value
org.xml.sax.helpers.DefaultHandler
 Methods: 17
  characters | ch, start, length
  endDocument | 
  endElement | uri, localName, qName
  endPrefixMapping | prefix
  error | e
  fatalError | e
  ignorableWhitespace | ch, start, length
  notationDecl | name, publicId, systemId
  processingInstruction | target, data
  resolveEntity | publicId, systemId
  setDocumentLocator | locator
  skippedEntity | name
  startDocument | 
  startElement | uri, localName, qName, attributes
  startPrefixMapping | prefix, uri
  unparsedEntityDecl | name, publicId, systemId, notationName
  warning | e
org.xml.sax.helpers.LocatorImpl
 Methods: 8
  getColumnNumber | 
  getLineNumber | 
  getPublicId | 
  getSystemId | 
  setColumnNumber | columnNumber
  setLineNumber | lineNumber
  setPublicId | publicId
  setSystemId | systemId
org.xml.sax.helpers.NamespaceSupport
 Methods: 12
  declarePrefix | prefix, uri
  getDeclaredPrefixes | 
  getPrefix | uri
  getPrefixes | 
  getPrefixes | uri
  getURI | prefix
  isNamespaceDeclUris | 
  popContext | 
  processName | qName, parts, isAttribute
  pushContext | 
  reset | 
  setNamespaceDeclUris | value
org.xml.sax.helpers.ParserAdapter
 Methods: 22
  characters | ch, start, length
  endDocument | 
  endElement | qName
  getContentHandler | 
  getDTDHandler | 
  getEntityResolver | 
  getErrorHandler | 
  getFeature | name
  getProperty | name
  ignorableWhitespace | ch, start, length
  parse | input
  parse | systemId
  processingInstruction | target, data
  setContentHandler | handler
  setDTDHandler | handler
  setDocumentLocator | locator
  setEntityResolver | resolver
  setErrorHandler | handler
  setFeature | name, value
  setProperty | name, value
  startDocument | 
  startElement | qName, qAtts
org.xml.sax.helpers.ParserFactory
 Methods: 2
  makeParser | 
  makeParser | className
org.xml.sax.helpers.XMLFilterImpl
 Methods: 33
  characters | ch, start, length
  endDocument | 
  endElement | uri, localName, qName
  endPrefixMapping | prefix
  error | e
  fatalError | e
  getContentHandler | 
  getDTDHandler | 
  getEntityResolver | 
  getErrorHandler | 
  getFeature | name
  getParent | 
  getProperty | name
  ignorableWhitespace | ch, start, length
  notationDecl | name, publicId, systemId
  parse | systemId
  parse | input
  processingInstruction | target, data
  resolveEntity | publicId, systemId
  setContentHandler | handler
  setDTDHandler | handler
  setDocumentLocator | locator
  setEntityResolver | resolver
  setErrorHandler | handler
  setFeature | name, value
  setParent | parent
  setProperty | name, value
  skippedEntity | name
  startDocument | 
  startElement | uri, localName, qName, atts
  startPrefixMapping | prefix, uri
  unparsedEntityDecl | name, publicId, systemId, notationName
  warning | e
org.xml.sax.helpers.XMLReaderAdapter
 Methods: 18
  characters | ch, start, length
  endDocument | 
  endElement | uri, localName, qName
  endPrefixMapping | prefix
  ignorableWhitespace | ch, start, length
  parse | input
  parse | systemId
  processingInstruction | target, data
  setDTDHandler | handler
  setDocumentHandler | handler
  setDocumentLocator | locator
  setEntityResolver | resolver
  setErrorHandler | handler
  setLocale | locale
  skippedEntity | name
  startDocument | 
  startElement | uri, localName, qName, atts
  startPrefixMapping | prefix, uri
org.xml.sax.helpers.XMLReaderFactory
 Methods: 2
  createXMLReader | 
  createXMLReader | className
org.xmlpull.v1.XmlPullParser
 Methods: 37
  defineEntityReplacementText | entityName, replacementText
  getAttributeCount | 
  getAttributeName | index
  getAttributeNamespace | index
  getAttributePrefix | index
  getAttributeType | index
  getAttributeValue | namespace, name
  getAttributeValue | index
  getColumnNumber | 
  getDepth | 
  getEventType | 
  getFeature | name
  getInputEncoding | 
  getLineNumber | 
  getName | 
  getNamespace | 
  getNamespace | prefix
  getNamespaceCount | depth
  getNamespacePrefix | pos
  getNamespaceUri | pos
  getPositionDescription | 
  getPrefix | 
  getProperty | name
  getText | 
  getTextCharacters | holderForStartAndLength
  isAttributeDefault | index
  isEmptyElementTag | 
  isWhitespace | 
  next | 
  nextTag | 
  nextText | 
  nextToken | 
  require | type, namespace, name
  setFeature | name, state
  setInput | in
  setInput | inputStream, inputEncoding
  setProperty | name, value
org.xmlpull.v1.XmlSerializer
 Methods: 25
  attribute | namespace, name, value
  cdsect | text
  comment | text
  docdecl | text
  endDocument | 
  endTag | namespace, name
  entityRef | text
  flush | 
  getDepth | 
  getFeature | name
  getName | 
  getNamespace | 
  getPrefix | namespace, generatePrefix
  getProperty | name
  ignorableWhitespace | text
  processingInstruction | text
  setFeature | name, state
  setOutput | os, encoding
  setOutput | writer
  setPrefix | prefix, namespace
  setProperty | name, value
  startDocument | encoding, standalone
  startTag | namespace, name
  text | buf, start, len
  text | text
org.xmlpull.v1.XmlPullParserFactory
 Methods: 10
  getFeature | name
  isNamespaceAware | 
  isValidating | 
  newInstance | 
  newInstance | unused, unused2
  newPullParser | 
  newSerializer | 
  setFeature | name, state
  setNamespaceAware | awareness
  setValidating | validating
org.xmlpull.v1.XmlPullParserException
 Methods: 4
  getColumnNumber | 
  getDetail | 
  getLineNumber | 
  printStackTrace | 
org.xmlpull.v1.sax2.Driver
 Methods: 31
  getColumnNumber | 
  getContentHandler | 
  getDTDHandler | 
  getEntityResolver | 
  getErrorHandler | 
  getFeature | name
  getIndex | qName
  getIndex | uri, localName
  getLength | 
  getLineNumber | 
  getLocalName | index
  getProperty | name
  getPublicId | 
  getQName | index
  getSystemId | 
  getType | index
  getType | uri, localName
  getType | qName
  getURI | index
  getValue | index
  getValue | qName
  getValue | uri, localName
  parse | systemId
  parse | source
  parseSubTree | pp
  setContentHandler | handler
  setDTDHandler | handler
  setEntityResolver | resolver
  setErrorHandler | handler
  setFeature | name, value
  setProperty | name, value
