It is a simple prototype of the powerful analyzer. Now it is outdated.
The purpose of this project is to develop analyzer that does the following work:
- extract properties from APK files to the CSV file;
- reduce the properties space;
- based on result properties, use machine-learning algorithms to classify Android apps as malware or benign.
- Download docker image of MobSF
docker pull opensecurity/mobile-security-framework-mobsf:latest
- Install python3, pip, virtualenv module
sudo apt install python3 python3-pip python3-venv
- Create python3 virtual environment for Androwarn and enter into
python3 -m venv venv
source venv/bin/activate
- Install Androwarn requirements
pip install wheel
pip install -r androwarn/requirements.txt
- Deactivate virtualenv
deactivate
- Example command to run Required java 11 to run
java -Xss200M -jar YetAnotherApkAnalyzer-1.0.jar -a ../testFiles/ -m 172.17.0.1:8000 -k bb11eb44a846da5e23388dadb3262c61e4f687e5b7e7f9bfb9b8ae00ae00cb17 -p venv/bin/python -w androwarn/androwarn.py -r ../testFiles/result.csv
- -Xss200M - sets stack size to 200 megabytes. It is required because I will used recursion instead of iteration for parsing .java files
- -a path to test files with *.apk filename pattern
- -m ip address MobSF server.
- -k api key of MobSF server. Api key can be optained when you connect to MobSF server from browser by port 8000. Click "API DOCS".
- -p path to python in virtual environment
- -w path to androwarn.py
- -r path where to save CSV results of processed files
Good luck!
outputData.zip contains processed data. Files with *Result.csv contains vector of properties of processed APK files. Files with *Answer.csv contains value for each vector in *Result.csv. 0 means the analyzed file is benign. 1 means the analyzed file is malware.
Click to expand!
- Browsable_activities
- Activities
- Receivers
- Providers
- Services
- Libraries
- Target_sdk
- Max_sdk
- Min_sdk
- Version_code
- Permission_dangerous
- Permission_signature
- Permission_appop
- Permission_privileged
- Permission_development
- Permission_normal
- Permission_instant
- Permission_preinstalled
- Permission_retaildemo
- Permission_installer
- Permission_pre23
- Permission_unused
- Permission_deprecated
- Total_permissions
- Manifest_issues
- Code_issues
- Code_high_issues
- Code_warning_issues
- Code_info_issues
- Activities_with_url
- Domains
- Emails
- Firebase_urls
- Files
- Xml_files
- Png_files
- Kotlin_metadata_files
- Version_files
- Kotlin_builtins_files
- Pro_files
- Ttf_files
- Dex_files
- Gif_files
- Other_files
- Exported_activities
- Exported_services
- Exported_receivers
- Exported_providers
- Detected_trackers
- Mobsf_average_cvss
- Security_score
- Import: java.io.File
- Import: java.io.DataInputStream
- Import: java.io.DataOutputStream
- Import: java.io.FileInputStream
- Import: java.io.FileOutputStream
- Import: java.io.BufferedReader
- Import: java.io.BufferedWriter
- Import: java.net.InetSocketAddress
- Import: java.util.stream.Stream
- Import: java.util.Timer
- Import: java.util.TimerTask
- Import: android.app.Activity
- Import: android.app.Service
- Import: android.content.Intent
- Import: android.content.IntentFilter
- Import: android.content.ContentResolver
- Import: android.content.Context
- Import: android.content.pm.PackageManager
- Import: android.content.pm.ApplicationInfo
- Import: android.net.NetworkInfo
- Import: android.net.ConnectivityManager
- Import: android.os.Bundle
- Import: android.telephony.TelephonyManager
- Import: android.telephony.SmsManager
- Import: android.util.Log
- Import: android.provider.Browser
- Import: com.android.browser.GoogleAccountLogin
- Import: com.android.providers.media.MediaProvider
- Import: android.accounts.AccountManagerService
- Import: android.content.ContentService
- Import: com.android.contacts.activities.ContactDetailActivity
- Import: com.android.calendar.DayView
- Import: android.widget.VideoView
- Import: android.webkit.WebViewClassic
- Import: android.webkit.WebView
- Import: android.app.Fragment
- Import: android.accounts.AccountManager
- Import: android.os.Process
- Import: java.lang.reflect.AccessibleObject
- Import: java.lang.reflect.Array
- Import: java.lang.reflect.Constructor
- Import: java.lang.reflect.Executable
- Import: java.lang.reflect.Field
- Import: java.lang.reflect.Method
- Import: java.lang.reflect.Modifier
- Import: java.lang.reflect.Parameter
- Import: java.lang.reflect.Proxy
- Import: java.lang.reflect.ReflectPermission
- Import: android.hardware.camera2.CameraDevice
- Import: android.hardware.camera2.CameraCaptureSession
- Import: android.hardware.camera2.CameraCharacteristics
- Import: android.hardware.camera2.CameraManager
- Import: android.hardware.camera2.CameraMetadata
- Import: android.hardware.camera2.CaptureFailure
- Import: android.hardware.camera2.CaptureRequest
- Import: android.hardware.camera2.CaptureResult
- Import: android.hardware.camera2.DngCreator
- Import: android.hardware.camera2.TotalCaptureResult
- Import: android.hardware.camera2.CameraCharacteristics.Key
- Import: android.hardware.camera2.CameraConstrainedHighSpeedCaptureSession
- Import: android.hardware.fingerprint.FingerprintManager
- Import: android.hardware.display.DisplayManager
- Import: android.hardware.display.VirtualDisplay
- Import: android.hardware.display.VirtualDisplay.Callback
- Import: android.location.Address
- Import: java.net.Authenticator
- Import: java.net.CacheRequest
- Import: java.net.CacheResponse
- Import: java.net.ContentHandler
- Import: java.net.CookieHandler
- Import: java.net.CookieManager
- Import: java.net.DatagramPacket
- Import: java.net.DatagramSocket
- Import: java.net.DatagramSocketImpl
- Import: java.net.HttpCookie
- Import: java.net.HttpURLConnection
- Import: java.net.IDN
- Import: java.net.Inet4Address
- Import: java.net.Inet6Address
- Import: java.net.InetAddress
- Import: java.net.InterfaceAddress
- Import: java.net.JarURLConnection
- Import: java.net.MulticastSocket
- Import: java.net.NetPermission
- Import: java.net.NetworkInterface
- Import: java.net.PasswordAuthentication
- Import: java.net.Proxy
- Import: java.net.ProxySelector
- Import: java.net.ResponseCache
- Import: java.net.SecureCacheResponse
- Import: java.net.ServerSocket
- Import: java.net.Socket
- Import: java.net.SocketAddress
- Import: java.net.SocketImpl
- Import: java.net.SocketPermission
- Import: java.net.StandardSocketOptions
- Import: java.net.URI
- Import: java.net.URL
- Import: java.net.URLClassLoader
- Import: java.net.URLConnection
- Import: java.net.URLDecoder
- Import: java.net.URLEncoder
- Import: java.net.URLStreamHandler
- Import: android.location.Criteria
- Import: android.location.Geocoder
- Import: android.location.GnssClock
- Import: android.location.GnssMeasurement
- Import: android.location.GnssMeasurementsEvent
- Import: android.location.GnssNavigationMessage
- Import: android.location.GnssStatus
- Import: android.location.GpsSatellite
- Import: android.location.GpsStatus
- Import: android.location.Location
- Import: android.location.LocationManager
- Import: android.location.LocationProvider
- Import: android.location.SettingInjectorService
- Import: android.content.pm.ActivityInfo
- Import: android.content.pm.ChangedPackages
- Import: android.content.pm.ComponentInfo
- Import: android.content.pm.ConfigurationInfo
- Import: android.content.pm.FeatureGroupInfo
- Import: android.content.pm.FeatureInfo
- Import: android.content.pm.InstrumentationInfo
- Import: android.content.pm.LabeledIntent
- Import: android.content.pm.LauncherActivityInfo
- Import: android.content.pm.LauncherApps
- Import: android.content.pm.PackageInfo
- Import: android.content.pm.PackageInstaller
- Import: android.content.pm.PackageItemInfo
- Import: android.content.pm.PackageStats
- Import: android.content.pm.PathPermission
- Import: android.content.pm.PermissionGroupInfo
- Import: android.content.pm.PermissionInfo
- Import: android.content.pm.ProviderInfo
- Import: android.content.pm.ResolveInfo
- Import: android.content.pm.ServiceInfo
- Import: android.content.pm.SharedLibraryInfo
- Import: android.content.pm.ShortcutInfo
- Import: android.content.pm.ShortcutManager
- Import: android.content.pm.Signature
- Import: android.content.pm.VersionedPackage
- Import: android.net.wifi.ScanResult
- Import: android.net.wifi.WifiConfiguration
- Import: android.net.wifi.WifiEnterpriseConfig
- Import: android.net.wifi.WifiInfo
- Import: android.net.wifi.WifiManager
- Import: android.net.wifi.WpsInfo
- Import: dalvik.system.BaseDexClassLoader
- Import: dalvik.system.DexClassLoader
- Import: dalvik.system.DexFile
- Import: dalvik.system.InMemoryDexClassLoader
- Import: dalvik.system.PathClassLoader
- Import: android.telephony.cdma.CdmaCellLocation
- Import: javax.crypto.Cipher
- Import: javax.crypto.CipherInputStream
- Import: javax.crypto.CipherOutputStream
- Import: javax.crypto.CipherSpi
- Import: javax.crypto.EncryptedPrivateKeyInfo
- Import: javax.crypto.ExemptionMechanism
- Import: javax.crypto.ExemptionMechanismSpi
- Import: javax.crypto.KeyAgreement
- Import: javax.crypto.KeyAgreementSpi
- Import: javax.crypto.KeyGenerator
- Import: javax.crypto.KeyGeneratorSpi
- Import: javax.crypto.Mac
- Import: javax.crypto.MacSpi
- Import: javax.crypto.NullCipher
- Import: javax.crypto.SealedObject
- Import: javax.crypto.SecretKeyFactory
- Import: javax.crypto.SecretKeyFactorySpi
- Import: android.security.KeyChain
- Import: android.security.KeyPairGeneratorSpec
- Import: android.security.KeyStoreParameter
- Import: android.security.NetworkSecurityPolicy
- Import: android.nfc.NdefMessage
- Import: android.nfc.NdefRecord
- Import: android.nfc.NfcAdapter
- Import: android.nfc.NfcEvent
- Import: android.nfc.NfcManager
- Import: android.nfc.Tag
- Import: android.bluetooth.BluetoothA2dp
- Import: android.bluetooth.BluetoothAdapter
- Import: android.bluetooth.BluetoothAssignedNumbers
- Import: android.bluetooth.BluetoothClass
- Import: android.bluetooth.BluetoothDevice
- Import: android.bluetooth.BluetoothGatt
- Import: android.bluetooth.BluetoothGattCallback
- Import: android.bluetooth.BluetoothGattCharacteristic
- Import: android.bluetooth.BluetoothGattDescriptor
- Import: android.bluetooth.BluetoothGattServer
- Import: android.bluetooth.BluetoothGattServerCallback
- Import: android.bluetooth.BluetoothGattService
- Import: android.bluetooth.BluetoothHeadset
- Import: android.bluetooth.BluetoothHealth
- Import: android.bluetooth.BluetoothHealthCallback
- Import: android.bluetooth.BluetoothManager
- Import: android.bluetooth.BluetoothServerSocket
- Import: android.bluetooth.BluetoothSocket
- Telephony_identifiers_leakage
- Device_settings_harvesting
- Location_lookup
- Connection_interfaces_exfiltration
- Telephony_services_abuse
- Audio_video_eavesdropping
- Suspicious_connection_establishment
- Pim_data_leakage
- Code_execution
- Classes_list
- Internal_classes_list
- Intents_sent
- Constructor: String
- Constructor: StringBuilder
- Constructor: StringBuffer
- Constructor: File
- Constructor: DataInputStream
- Constructor: DataOutputStream
- Constructor: FileInputStream
- Constructor: FileOutputStream
- Constructor: BufferedReader
- Constructor: BufferedWriter
- Constructor: InetSocketAddress
- Constructor: Stream
- Constructor: Timer
- Constructor: TimerTask
- Constructor: Activity
- Constructor: Service
- Constructor: Intent
- Constructor: IntentFilter
- Constructor: ContentResolver
- Constructor: Context
- Constructor: PackageManager
- Constructor: ApplicationInfo
- Constructor: NetworkInfo
- Constructor: ConnectivityManager
- Constructor: Bundle
- Constructor: TelephonyManager
- Constructor: SmsManager
- Constructor: Browser
- Constructor: GoogleAccountLogin
- Constructor: PathPermissionsHelper
- Constructor: DayView
- Constructor: VideoView
- Constructor: WebView
- Constructor: Fragment
- Constructor: Process
- Constructor: Modifier
- Constructor: ReflectPermission
- Constructor: CameraCaptureSession
- Constructor: DngCreator
- Constructor: Callback
- Constructor: Address
- Constructor: Authenticator
- Constructor: CacheRequest
- Constructor: CacheResponse
- Constructor: ContentHandler
- Constructor: CookieHandler
- Constructor: CookieManager
- Constructor: DatagramPacket
- Constructor: DatagramSocket
- Constructor: DatagramSocketImpl
- Constructor: HttpCookie
- Constructor: MulticastSocket
- Constructor: NetPermission
- Constructor: PasswordAuthentication
- Constructor: Proxy
- Constructor: ProxySelector
- Constructor: ResponseCache
- Constructor: SecureCacheResponse
- Constructor: ServerSocket
- Constructor: Socket
- Constructor: SocketAddress
- Constructor: SocketImpl
- Constructor: SocketPermission
- Constructor: URI
- Constructor: URL
- Constructor: URLClassLoader
- Constructor: URLDecoder
- Constructor: URLStreamHandler
- Constructor: Criteria
- Constructor: Geocoder
- Constructor: Location
- Constructor: SettingInjectorService
- Constructor: ActivityInfo
- Constructor: ChangedPackages
- Constructor: ComponentInfo
- Constructor: ConfigurationInfo
- Constructor: FeatureGroupInfo
- Constructor: FeatureInfo
- Constructor: InstrumentationInfo
- Constructor: LabeledIntent
- Constructor: PackageInfo
- Constructor: PackageItemInfo
- Constructor: PackageStats
- Constructor: PathPermission
- Constructor: PermissionGroupInfo
- Constructor: PermissionInfo
- Constructor: ProviderInfo
- Constructor: ResolveInfo
- Constructor: ServiceInfo
- Constructor: Signature
- Constructor: VersionedPackage
- Constructor: ScanResult
- Constructor: WifiConfiguration
- Constructor: WifiEnterpriseConfig
- Constructor: WpsInfo
- Constructor: BaseDexClassLoader
- Constructor: DexClassLoader
- Constructor: DexFile
- Constructor: InMemoryDexClassLoader
- Constructor: PathClassLoader
- Constructor: CdmaCellLocation
- Constructor: CipherInputStream
- Constructor: CipherOutputStream
- Constructor: CipherSpi
- Constructor: EncryptedPrivateKeyInfo
- Constructor: ExemptionMechanismSpi
- Constructor: KeyAgreementSpi
- Constructor: KeyGeneratorSpi
- Constructor: MacSpi
- Constructor: NullCipher
- Constructor: SealedObject
- Constructor: SecretKeyFactorySpi
- Constructor: KeyChain
- Constructor: NdefMessage
- Constructor: NdefRecord
- Constructor: BluetoothGattCallback
- Constructor: BluetoothGattCharacteristic
- Constructor: BluetoothGattDescriptor
- Constructor: BluetoothGattServerCallback
- Constructor: BluetoothGattService
- Constructor: BluetoothHealthCallback
- Method: VirtualDisplay.getDisplay
- Method: VirtualDisplay.getSurface
- Method: VirtualDisplay.release
- Method: VirtualDisplay.resize
- Method: VirtualDisplay.setSurface
- Method: VirtualDisplay.toString
- Method: GpsStatus.create
- Method: GpsStatus.getMaxSatellites
- Method: GpsStatus.getSatellites
- Method: GpsStatus.getTimeToFirstFix
- Method: CipherOutputStream.close
- Method: CipherOutputStream.flush
- Method: CipherOutputStream.write
- Method: Address.clearLatitude
- Method: Address.clearLongitude
- Method: Address.describeContents
- Method: Address.getAddressLine
- Method: Address.getAdminArea
- Method: Address.getCountryCode
- Method: Address.getCountryName
- Method: Address.getExtras
- Method: Address.getFeatureName
- Method: Address.getLatitude
- Method: Address.getLocale
- Method: Address.getLocality
- Method: Address.getLongitude
- Method: Address.getMaxAddressLineIndex
- Method: Address.getPhone
- Method: Address.getPostalCode
- Method: Address.getPremises
- Method: Address.getSubAdminArea
- Method: Address.getSubLocality
- Method: Address.getSubThoroughfare
- Method: Address.getThoroughfare
- Method: Address.getUrl
- Method: Address.hasLatitude
- Method: Address.hasLongitude
- Method: Address.setAddressLine
- Method: Address.setAdminArea
- Method: Address.setCountryCode
- Method: Address.setCountryName
- Method: Address.setExtras
- Method: Address.setFeatureName
- Method: Address.setLatitude
- Method: Address.setLocality
- Method: Address.setLongitude
- Method: Address.setPhone
- Method: Address.setPostalCode
- Method: Address.setPremises
- Method: Address.setSubAdminArea
- Method: Address.setSubLocality
- Method: Address.setSubThoroughfare
- Method: Address.setThoroughfare
- Method: Address.setUrl
- Method: Address.toString
- Method: Address.writeToParcel
- Method: WifiConfiguration.getHttpProxy
- Method: WifiConfiguration.getKey
- Method: WifiConfiguration.getRandomizedMacAddress
- Method: WifiConfiguration.isPasspoint
- Method: WifiConfiguration.setHttpProxy
- Method: WifiConfiguration.setSecurityParams
- Method: WifiConfiguration.toString
- Method: InetSocketAddress.createUnresolved
- Method: InetSocketAddress.equals
- Method: InetSocketAddress.getAddress
- Method: InetSocketAddress.getHostName
- Method: InetSocketAddress.getHostString
- Method: InetSocketAddress.getPort
- Method: InetSocketAddress.hashCode
- Method: InetSocketAddress.isUnresolved
- Method: InetSocketAddress.toString
- Method: BluetoothManager.getAdapter
- Method: BluetoothManager.getConnectedDevices
- Method: BluetoothManager.getConnectionState
- Method: BluetoothManager.getDevicesMatchingConnectionStates
- Method: BluetoothManager.openGattServer
- Method: BluetoothGattService.addCharacteristic
- Method: BluetoothGattService.addService
- Method: BluetoothGattService.getCharacteristic
- Method: BluetoothGattService.getCharacteristics
- Method: BluetoothGattService.getIncludedServices
- Method: BluetoothGattService.getInstanceId
- Method: BluetoothGattService.getType
- Method: BluetoothGattService.getUuid
- Method: BluetoothGattService.writeToParcel
- Method: String.charAt
- Method: String.codePointAt
- Method: String.codePointBefore
- Method: String.codePointCount
- Method: String.compareTo
- Method: String.compareToIgnoreCase
- Method: String.concat
- Method: String.contains
- Method: String.contentEquals
- Method: String.copyValueOf
- Method: String.endsWith
- Method: String.equals
- Method: String.equalsIgnoreCase
- Method: String.format
- Method: String.getBytes
- Method: String.getChars
- Method: String.hashCode
- Method: String.indexOf
- Method: String.intern
- Method: String.isEmpty
- Method: String.join
- Method: String.lastIndexOf
- Method: String.length
- Method: String.matches
- Method: String.offsetByCodePoints
- Method: String.regionMatches
- Method: String.replace
- Method: String.replaceAll
- Method: String.replaceFirst
- Method: String.split
- Method: String.startsWith
- Method: String.subSequence
- Method: String.substring
- Method: String.toCharArray
- Method: String.toLowerCase
- Method: String.toString
- Method: String.toUpperCase
- Method: String.trim
- Method: String.valueOf
- Method: Fragment.dump
- Method: Fragment.equals
- Method: Fragment.getActivity
- Method: Fragment.getAllowEnterTransitionOverlap
- Method: Fragment.getAllowReturnTransitionOverlap
- Method: Fragment.getArguments
- Method: Fragment.getChildFragmentManager
- Method: Fragment.getContext
- Method: Fragment.getEnterTransition
- Method: Fragment.getExitTransition
- Method: Fragment.getFragmentManager
- Method: Fragment.getHost
- Method: Fragment.getId
- Method: Fragment.getLayoutInflater
- Method: Fragment.getLoaderManager
- Method: Fragment.getParentFragment
- Method: Fragment.getReenterTransition
- Method: Fragment.getResources
- Method: Fragment.getRetainInstance
- Method: Fragment.getReturnTransition
- Method: Fragment.getSharedElementEnterTransition
- Method: Fragment.getSharedElementReturnTransition
- Method: Fragment.getString
- Method: Fragment.getTag
- Method: Fragment.getTargetFragment
- Method: Fragment.getTargetRequestCode
- Method: Fragment.getText
- Method: Fragment.getUserVisibleHint
- Method: Fragment.getView
- Method: Fragment.hashCode
- Method: Fragment.instantiate
- Method: Fragment.isAdded
- Method: Fragment.isDetached
- Method: Fragment.isHidden
- Method: Fragment.isInLayout
- Method: Fragment.isRemoving
- Method: Fragment.isResumed
- Method: Fragment.isStateSaved
- Method: Fragment.isVisible
- Method: Fragment.onActivityCreated
- Method: Fragment.onActivityResult
- Method: Fragment.onAttach
- Method: Fragment.onAttachFragment
- Method: Fragment.onConfigurationChanged
- Method: Fragment.onContextItemSelected
- Method: Fragment.onCreate
- Method: Fragment.onCreateAnimator
- Method: Fragment.onCreateContextMenu
- Method: Fragment.onCreateOptionsMenu
- Method: Fragment.onCreateView
- Method: Fragment.onDestroy
- Method: Fragment.onDestroyOptionsMenu
- Method: Fragment.onDestroyView
- Method: Fragment.onDetach
- Method: Fragment.onGetLayoutInflater
- Method: Fragment.onHiddenChanged
- Method: Fragment.onInflate
- Method: Fragment.onLowMemory
- Method: Fragment.onMultiWindowModeChanged
- Method: Fragment.onOptionsItemSelected
- Method: Fragment.onOptionsMenuClosed
- Method: Fragment.onPause
- Method: Fragment.onPictureInPictureModeChanged
- Method: Fragment.onPrepareOptionsMenu
- Method: Fragment.onRequestPermissionsResult
- Method: Fragment.onResume
- Method: Fragment.onSaveInstanceState
- Method: Fragment.onStart
- Method: Fragment.onStop
- Method: Fragment.onTrimMemory
- Method: Fragment.onViewCreated
- Method: Fragment.onViewStateRestored
- Method: Fragment.postponeEnterTransition
- Method: Fragment.registerForContextMenu
- Method: Fragment.requestPermissions
- Method: Fragment.setAllowEnterTransitionOverlap
- Method: Fragment.setAllowReturnTransitionOverlap
- Method: Fragment.setArguments
- Method: Fragment.setEnterSharedElementCallback
- Method: Fragment.setEnterTransition
- Method: Fragment.setExitSharedElementCallback
- Method: Fragment.setExitTransition
- Method: Fragment.setHasOptionsMenu
- Method: Fragment.setInitialSavedState
- Method: Fragment.setMenuVisibility
- Method: Fragment.setReenterTransition
- Method: Fragment.setRetainInstance
- Method: Fragment.setReturnTransition
- Method: Fragment.setSharedElementEnterTransition
- Method: Fragment.setSharedElementReturnTransition
- Method: Fragment.setTargetFragment
- Method: Fragment.setUserVisibleHint
- Method: Fragment.shouldShowRequestPermissionRationale
- Method: Fragment.startActivity
- Method: Fragment.startActivityForResult
- Method: Fragment.startIntentSenderForResult
- Method: Fragment.startPostponedEnterTransition
- Method: Fragment.toString
- Method: Fragment.unregisterForContextMenu
- Method: ContentHandler.getContent
- Method: Runtime.addShutdownHook
- Method: Runtime.availableProcessors
- Method: Runtime.exec
- Method: Runtime.exit
- Method: Runtime.freeMemory
- Method: Runtime.gc
- Method: Runtime.getLocalizedInputStream
- Method: Runtime.getLocalizedOutputStream
- Method: Runtime.getRuntime
- Method: Runtime.halt
- Method: Runtime.load
- Method: Runtime.loadLibrary
- Method: Runtime.maxMemory
- Method: Runtime.removeShutdownHook
- Method: Runtime.runFinalization
- Method: Runtime.runFinalizersOnExit
- Method: Runtime.totalMemory
- Method: Runtime.traceInstructions
- Method: Runtime.traceMethodCalls
- Method: DatagramPacket.getAddress
- Method: DatagramPacket.getData
- Method: DatagramPacket.getLength
- Method: DatagramPacket.getOffset
- Method: DatagramPacket.getPort
- Method: DatagramPacket.getSocketAddress
- Method: DatagramPacket.setAddress
- Method: DatagramPacket.setData
- Method: DatagramPacket.setLength
- Method: DatagramPacket.setPort
- Method: DatagramPacket.setSocketAddress
- Method: MacSpi.clone
- Method: PackageItemInfo.loadBanner
- Method: PackageItemInfo.loadIcon
- Method: PackageItemInfo.loadLabel
- Method: PackageItemInfo.loadLogo
- Method: PackageItemInfo.loadUnbadgedIcon
- Method: PackageItemInfo.loadXmlMetaData
- Method: PackageItemInfo.writeToParcel
- Method: CdmaCellLocation.convertQuartSecToDecDegrees
- Method: CdmaCellLocation.equals
- Method: CdmaCellLocation.fillInNotifierBundle
- Method: CdmaCellLocation.getBaseStationId
- Method: CdmaCellLocation.getBaseStationLatitude
- Method: CdmaCellLocation.getBaseStationLongitude
- Method: CdmaCellLocation.getNetworkId
- Method: CdmaCellLocation.getSystemId
- Method: CdmaCellLocation.hashCode
- Method: CdmaCellLocation.setCellLocationData
- Method: CdmaCellLocation.setStateInvalid
- Method: CdmaCellLocation.toString
- Method: NfcManager.getDefaultAdapter
- Method: NfcAdapter.disableForegroundDispatch
- Method: NfcAdapter.disableForegroundNdefPush
- Method: NfcAdapter.disableReaderMode
- Method: NfcAdapter.enableForegroundDispatch
- Method: NfcAdapter.enableForegroundNdefPush
- Method: NfcAdapter.enableReaderMode
- Method: NfcAdapter.getDefaultAdapter
- Method: NfcAdapter.ignore
- Method: NfcAdapter.invokeBeam
- Method: NfcAdapter.isEnabled
- Method: NfcAdapter.isNdefPushEnabled
- Method: NfcAdapter.isSecureNfcEnabled
- Method: NfcAdapter.isSecureNfcSupported
- Method: NfcAdapter.setBeamPushUris
- Method: NfcAdapter.setBeamPushUrisCallback
- Method: NfcAdapter.setNdefPushMessage
- Method: NfcAdapter.setNdefPushMessageCallback
- Method: NfcAdapter.setOnNdefPushCompleteCallback
- Method: KeyAgreement.doPhase
- Method: KeyAgreement.generateSecret
- Method: KeyAgreement.getAlgorithm
- Method: KeyAgreement.getInstance
- Method: KeyAgreement.getProvider
- Method: KeyAgreement.init
- Method: BluetoothSocket.close
- Method: BluetoothSocket.connect
- Method: BluetoothSocket.getConnectionType
- Method: BluetoothSocket.getInputStream
- Method: BluetoothSocket.getMaxReceivePacketSize
- Method: BluetoothSocket.getMaxTransmitPacketSize
- Method: BluetoothSocket.getOutputStream
- Method: BluetoothSocket.getRemoteDevice
- Method: BluetoothSocket.isConnected
- Method: PasswordAuthentication.getPassword
- Method: PasswordAuthentication.getUserName
- Method: BaseDexClassLoader.findClass
- Method: BaseDexClassLoader.findResource
- Method: BaseDexClassLoader.findResources
- Method: BaseDexClassLoader.getPackage
- Method: ScanResult.getInformationElements
- Method: ScanResult.getWifiStandard
- Method: ScanResult.is80211mcResponder
- Method: ScanResult.isPasspointNetwork
- Method: ScanResult.toString
- Method: SharedLibraryInfo.describeContents
- Method: SharedLibraryInfo.getDeclaringPackage
- Method: SharedLibraryInfo.getDependentPackages
- Method: SharedLibraryInfo.getLongVersion
- Method: SharedLibraryInfo.getName
- Method: SharedLibraryInfo.getType
- Method: SharedLibraryInfo.getVersion
- Method: SharedLibraryInfo.toString
- Method: SharedLibraryInfo.writeToParcel
- Method: ShortcutInfo.describeContents
- Method: ShortcutInfo.getActivity
- Method: ShortcutInfo.getCategories
- Method: ShortcutInfo.getDisabledMessage
- Method: ShortcutInfo.getDisabledReason
- Method: ShortcutInfo.getExtras
- Method: ShortcutInfo.getId
- Method: ShortcutInfo.getIntent
- Method: ShortcutInfo.getIntents
- Method: ShortcutInfo.getLastChangedTimestamp
- Method: ShortcutInfo.getLocusId
- Method: ShortcutInfo.getLongLabel
- Method: ShortcutInfo.getPackage
- Method: ShortcutInfo.getRank
- Method: ShortcutInfo.getShortLabel
- Method: ShortcutInfo.getUserHandle
- Method: ShortcutInfo.hasKeyFieldsOnly
- Method: ShortcutInfo.isCached
- Method: ShortcutInfo.isDeclaredInManifest
- Method: ShortcutInfo.isDynamic
- Method: ShortcutInfo.isEnabled
- Method: ShortcutInfo.isImmutable
- Method: ShortcutInfo.isPinned
- Method: ShortcutInfo.toString
- Method: ShortcutInfo.writeToParcel
- Method: BluetoothDevice.connectGatt
- Method: BluetoothDevice.createBond
- Method: BluetoothDevice.createInsecureL2capChannel
- Method: BluetoothDevice.createInsecureRfcommSocketToServiceRecord
- Method: BluetoothDevice.createL2capChannel
- Method: BluetoothDevice.createRfcommSocketToServiceRecord
- Method: BluetoothDevice.describeContents
- Method: BluetoothDevice.equals
- Method: BluetoothDevice.fetchUuidsWithSdp
- Method: BluetoothDevice.getAddress
- Method: BluetoothDevice.getAlias
- Method: BluetoothDevice.getBluetoothClass
- Method: BluetoothDevice.getBondState
- Method: BluetoothDevice.getName
- Method: BluetoothDevice.getType
- Method: BluetoothDevice.getUuids
- Method: BluetoothDevice.hashCode
- Method: BluetoothDevice.setPairingConfirmation
- Method: BluetoothDevice.setPin
- Method: BluetoothDevice.toString
- Method: BluetoothDevice.writeToParcel
- Method: Log.d
- Method: Log.e
- Method: Log.getStackTraceString
- Method: Log.i
- Method: Log.isLoggable
- Method: Log.println
- Method: Log.v
- Method: Log.w
- Method: Log.wtf
- Method: NdefMessage.describeContents
- Method: NdefMessage.equals
- Method: NdefMessage.getByteArrayLength
- Method: NdefMessage.getRecords
- Method: NdefMessage.hashCode
- Method: NdefMessage.toByteArray
- Method: NdefMessage.toString
- Method: NdefMessage.writeToParcel
- Method: Method.equals
- Method: Method.getAnnotation
- Method: Method.getDeclaredAnnotations
- Method: Method.getDeclaringClass
- Method: Method.getDefaultValue
- Method: Method.getExceptionTypes
- Method: Method.getGenericExceptionTypes
- Method: Method.getGenericParameterTypes
- Method: Method.getGenericReturnType
- Method: Method.getModifiers
- Method: Method.getName
- Method: Method.getParameterAnnotations
- Method: Method.getParameterCount
- Method: Method.getParameterTypes
- Method: Method.getReturnType
- Method: Method.getTypeParameters
- Method: Method.hashCode
- Method: Method.invoke
- Method: Method.isBridge
- Method: Method.isDefault
- Method: Method.isSynthetic
- Method: Method.isVarArgs
- Method: Method.toGenericString
- Method: Method.toString
- Method: DexFile.close
- Method: DexFile.entries
- Method: DexFile.getName
- Method: DexFile.isDexOptNeeded
- Method: DexFile.loadClass
- Method: DexFile.loadDex
- Method: DexFile.toString
- Method: Mac.clone
- Method: Mac.doFinal
- Method: Mac.getAlgorithm
- Method: Mac.getInstance
- Method: Mac.getMacLength
- Method: Mac.getProvider
- Method: Mac.init
- Method: Mac.reset
- Method: Mac.update
- Method: SmsManager.createAppSpecificSmsToken
- Method: SmsManager.createAppSpecificSmsTokenWithPackageInfo
- Method: SmsManager.divideMessage
- Method: SmsManager.downloadMultimediaMessage
- Method: SmsManager.getCarrierConfigValues
- Method: SmsManager.getDefault
- Method: SmsManager.getDefaultSmsSubscriptionId
- Method: SmsManager.getSmsManagerForSubscriptionId
- Method: SmsManager.getSmsMessagesForFinancialApp
- Method: SmsManager.getSmscAddress
- Method: SmsManager.getSubscriptionId
- Method: SmsManager.injectSmsPdu
- Method: SmsManager.sendDataMessage
- Method: SmsManager.sendMultimediaMessage
- Method: SmsManager.sendMultipartTextMessage
- Method: SmsManager.sendTextMessage
- Method: SmsManager.sendTextMessageWithoutPersisting
- Method: SmsManager.setSmscAddress
- Method: createHighSpeedRequestList.CameraConstrainedHighSpeedCaptureSession
- Method: MediaProvider.acceptWithExpansion
- Method: MediaProvider.applyBatch
- Method: MediaProvider.attachVolume
- Method: MediaProvider.bulkInsert
- Method: MediaProvider.call
- Method: MediaProvider.canonicalize
- Method: MediaProvider.clearLocalCallingIdentity
- Method: MediaProvider.delete
- Method: MediaProvider.detachVolume
- Method: MediaProvider.dump
- Method: MediaProvider.getDatabaseVersion
- Method: MediaProvider.getExternalVolumeNames
- Method: MediaProvider.getType
- Method: MediaProvider.getVolumePath
- Method: MediaProvider.getVolumeScanPaths
- Method: MediaProvider.insert
- Method: MediaProvider.onCallingPackageChanged
- Method: MediaProvider.onCreate
- Method: MediaProvider.onIdleMaintenance
- Method: MediaProvider.onLocaleChanged
- Method: MediaProvider.onPackageOrphaned
- Method: MediaProvider.openFile
- Method: MediaProvider.openTypedAssetFile
- Method: MediaProvider.query
- Method: MediaProvider.restoreLocalCallingIdentity
- Method: MediaProvider.uncanonicalize
- Method: MediaProvider.update
- Method: MediaProvider.openFileAndEnforce
- Method: FingerprintManager.authenticate
- Method: FingerprintManager.hasEnrolledFingerprints
- Method: FingerprintManager.isHardwareDetected
- Method: InstrumentationInfo.describeContents
- Method: InstrumentationInfo.toString
- Method: InstrumentationInfo.writeToParcel
- Method: VersionedPackage.describeContents
- Method: VersionedPackage.equals
- Method: VersionedPackage.getLongVersionCode
- Method: VersionedPackage.getPackageName
- Method: VersionedPackage.getVersionCode
- Method: VersionedPackage.hashCode
- Method: VersionedPackage.toString
- Method: VersionedPackage.writeToParcel
- Method: PermissionGroupInfo.describeContents
- Method: PermissionGroupInfo.loadDescription
- Method: PermissionGroupInfo.toString
- Method: PermissionGroupInfo.writeToParcel
- Method: BluetoothHealthCallback.onHealthAppConfigurationStatusChange
- Method: BluetoothHealthCallback.onHealthChannelStateChange
- Method: AccountManager.addAccount
- Method: AccountManager.addAccountExplicitly
- Method: AccountManager.addOnAccountsUpdatedListener
- Method: AccountManager.blockingGetAuthToken
- Method: AccountManager.clearPassword
- Method: AccountManager.confirmCredentials
- Method: AccountManager.editProperties
- Method: AccountManager.finishSession
- Method: AccountManager.get
- Method: AccountManager.getAccountVisibility
- Method: AccountManager.getAccounts
- Method: AccountManager.getAccountsAndVisibilityForPackage
- Method: AccountManager.getAccountsByType
- Method: AccountManager.getAccountsByTypeAndFeatures
- Method: AccountManager.getAccountsByTypeForPackage
- Method: AccountManager.getAuthToken
- Method: AccountManager.getAuthTokenByFeatures
- Method: AccountManager.getAuthenticatorTypes
- Method: AccountManager.getPackagesAndVisibilityForAccount
- Method: AccountManager.getPassword
- Method: AccountManager.getPreviousName
- Method: AccountManager.getUserData
- Method: AccountManager.hasFeatures
- Method: AccountManager.invalidateAuthToken
- Method: AccountManager.isCredentialsUpdateSuggested
- Method: AccountManager.newChooseAccountIntent
- Method: AccountManager.notifyAccountAuthenticated
- Method: AccountManager.peekAuthToken
- Method: AccountManager.removeAccount
- Method: AccountManager.removeAccountExplicitly
- Method: AccountManager.removeOnAccountsUpdatedListener
- Method: AccountManager.renameAccount
- Method: AccountManager.setAccountVisibility
- Method: AccountManager.setAuthToken
- Method: AccountManager.setPassword
- Method: AccountManager.setUserData
- Method: AccountManager.startAddAccountSession
- Method: AccountManager.startUpdateCredentialsSession
- Method: AccountManager.updateCredentials
- Method: ContactDetailActivity.onAttachFragment
- Method: HttpCookie.clone
- Method: HttpCookie.domainMatches
- Method: HttpCookie.equals
- Method: HttpCookie.getComment
- Method: HttpCookie.getCommentURL
- Method: HttpCookie.getDiscard
- Method: HttpCookie.getDomain
- Method: HttpCookie.getMaxAge
- Method: HttpCookie.getName
- Method: HttpCookie.getPath
- Method: HttpCookie.getPortlist
- Method: HttpCookie.getSecure
- Method: HttpCookie.getValue
- Method: HttpCookie.getVersion
- Method: HttpCookie.hasExpired
- Method: HttpCookie.hashCode
- Method: HttpCookie.isHttpOnly
- Method: HttpCookie.parse
- Method: HttpCookie.setComment
- Method: HttpCookie.setCommentURL
- Method: HttpCookie.setDiscard
- Method: HttpCookie.setDomain
- Method: HttpCookie.setHttpOnly
- Method: HttpCookie.setMaxAge
- Method: HttpCookie.setPath
- Method: HttpCookie.setPortlist
- Method: HttpCookie.setSecure
- Method: HttpCookie.setValue
- Method: HttpCookie.setVersion
- Method: HttpCookie.toString
- Method: InetAddress.equals
- Method: InetAddress.getAddress
- Method: InetAddress.getAllByName
- Method: InetAddress.getByAddress
- Method: InetAddress.getByName
- Method: InetAddress.getCanonicalHostName
- Method: InetAddress.getHostAddress
- Method: InetAddress.getHostName
- Method: InetAddress.getLocalHost
- Method: InetAddress.getLoopbackAddress
- Method: InetAddress.hashCode
- Method: InetAddress.isAnyLocalAddress
- Method: InetAddress.isLinkLocalAddress
- Method: InetAddress.isLoopbackAddress
- Method: InetAddress.isMCGlobal
- Method: InetAddress.isMCLinkLocal
- Method: InetAddress.isMCNodeLocal
- Method: InetAddress.isMCOrgLocal
- Method: InetAddress.isMCSiteLocal
- Method: InetAddress.isMulticastAddress
- Method: InetAddress.isReachable
- Method: InetAddress.isSiteLocalAddress
- Method: InetAddress.toString
- Method: BluetoothAdapter.cancelDiscovery
- Method: BluetoothAdapter.checkBluetoothAddress
- Method: BluetoothAdapter.closeProfileProxy
- Method: BluetoothAdapter.disable
- Method: BluetoothAdapter.enable
- Method: BluetoothAdapter.getAddress
- Method: BluetoothAdapter.getBluetoothLeAdvertiser
- Method: BluetoothAdapter.getBluetoothLeScanner
- Method: BluetoothAdapter.getBondedDevices
- Method: BluetoothAdapter.getDefaultAdapter
- Method: BluetoothAdapter.getLeMaximumAdvertisingDataLength
- Method: BluetoothAdapter.getName
- Method: BluetoothAdapter.getProfileConnectionState
- Method: BluetoothAdapter.getProfileProxy
- Method: BluetoothAdapter.getRemoteDevice
- Method: BluetoothAdapter.getScanMode
- Method: BluetoothAdapter.getState
- Method: BluetoothAdapter.isDiscovering
- Method: BluetoothAdapter.isEnabled
- Method: BluetoothAdapter.isLe2MPhySupported
- Method: BluetoothAdapter.isLeCodedPhySupported
- Method: BluetoothAdapter.isLeExtendedAdvertisingSupported
- Method: BluetoothAdapter.isLePeriodicAdvertisingSupported
- Method: BluetoothAdapter.isMultipleAdvertisementSupported
- Method: BluetoothAdapter.isOffloadedFilteringSupported
- Method: BluetoothAdapter.isOffloadedScanBatchingSupported
- Method: BluetoothAdapter.listenUsingInsecureL2capChannel
- Method: BluetoothAdapter.listenUsingInsecureRfcommWithServiceRecord
- Method: BluetoothAdapter.listenUsingL2capChannel
- Method: BluetoothAdapter.listenUsingRfcommWithServiceRecord
- Method: BluetoothAdapter.setName
- Method: BluetoothAdapter.startDiscovery
- Method: BluetoothAdapter.startLeScan
- Method: BluetoothAdapter.stopLeScan
- Method: BluetoothHealthAppConfiguration.describeContents
- Method: BluetoothHealthAppConfiguration.getDataType
- Method: BluetoothHealthAppConfiguration.getName
- Method: BluetoothHealthAppConfiguration.getRole
- Method: BluetoothHealthAppConfiguration.writeToParcel
- Method: DayView.cleanup
- Method: DayView.compareToVisibleTimeRange
- Method: DayView.getEventsAlpha
- Method: DayView.getSelectedDay
- Method: DayView.handleOnResume
- Method: DayView.initAllDayHeights
- Method: DayView.onClick
- Method: DayView.onCreateContextMenu
- Method: DayView.onHoverEvent
- Method: DayView.onKeyDown
- Method: DayView.onKeyUp
- Method: DayView.onLongClick
- Method: DayView.onScale
- Method: DayView.onScaleBegin
- Method: DayView.onScaleEnd
- Method: DayView.onTouchEvent
- Method: DayView.restartCurrentTimeUpdates
- Method: DayView.setAnimateDayEventHeight
- Method: DayView.setAnimateDayHeight
- Method: DayView.setAnimateTodayAlpha
- Method: DayView.setEventsAlpha
- Method: DayView.setMoreAllDayEventsTextAlpha
- Method: DayView.setSelected
- Method: DayView.setViewStartY
- Method: DayView.stopEventsAnimation
- Method: DayView.updateTitle
- Method: Key.equals
- Method: Key.getName
- Method: Key.hashCode
- Method: Key.toString
- Method: Browser.sendString
- Method: SecureCacheResponse.getCipherSuite
- Method: SecureCacheResponse.getLocalCertificateChain
- Method: SecureCacheResponse.getLocalPrincipal
- Method: SecureCacheResponse.getPeerPrincipal
- Method: SecureCacheResponse.getServerCertificateChain
- Method: AccountManagerService.getAuthToken
- Method: AccountManagerService.invalidateAuthToken
- Method: VideoView.addSubtitleSource
- Method: VideoView.canPause
- Method: VideoView.canSeekBackward
- Method: VideoView.canSeekForward
- Method: VideoView.draw
- Method: VideoView.getAccessibilityClassName
- Method: VideoView.getAudioSessionId
- Method: VideoView.getBufferPercentage
- Method: VideoView.getCurrentPosition
- Method: VideoView.getDuration
- Method: VideoView.isPlaying
- Method: VideoView.onKeyDown
- Method: VideoView.onTouchEvent
- Method: VideoView.onTrackballEvent
- Method: VideoView.pause
- Method: VideoView.resolveAdjustedSize
- Method: VideoView.resume
- Method: VideoView.seekTo
- Method: VideoView.setAudioAttributes
- Method: VideoView.setAudioFocusRequest
- Method: VideoView.setMediaController
- Method: VideoView.setOnCompletionListener
- Method: VideoView.setOnErrorListener
- Method: VideoView.setOnInfoListener
- Method: VideoView.setOnPreparedListener
- Method: VideoView.setVideoPath
- Method: VideoView.setVideoURI
- Method: VideoView.start
- Method: VideoView.stopPlayback
- Method: VideoView.suspend
- Method: CameraDevice.close
- Method: CameraDevice.createCaptureRequest
- Method: CameraDevice.createCaptureSession
- Method: CameraDevice.createCaptureSessionByOutputConfigurations
- Method: CameraDevice.createConstrainedHighSpeedCaptureSession
- Method: CameraDevice.createReprocessCaptureRequest
- Method: CameraDevice.createReprocessableCaptureSession
- Method: CameraDevice.createReprocessableCaptureSessionByConfigurations
- Method: CameraDevice.getCameraAudioRestriction
- Method: CameraDevice.getId
- Method: CameraDevice.isSessionConfigurationSupported
- Method: CameraDevice.setCameraAudioRestriction
- Method: FeatureInfo.describeContents
- Method: FeatureInfo.getGlEsVersion
- Method: FeatureInfo.toString
- Method: FeatureInfo.writeToParcel
- Method: Criteria.describeContents
- Method: Criteria.getAccuracy
- Method: Criteria.getBearingAccuracy
- Method: Criteria.getHorizontalAccuracy
- Method: Criteria.getPowerRequirement
- Method: Criteria.getSpeedAccuracy
- Method: Criteria.getVerticalAccuracy
- Method: Criteria.isAltitudeRequired
- Method: Criteria.isBearingRequired
- Method: Criteria.isCostAllowed
- Method: Criteria.isSpeedRequired
- Method: Criteria.setAccuracy
- Method: Criteria.setAltitudeRequired
- Method: Criteria.setBearingAccuracy
- Method: Criteria.setBearingRequired
- Method: Criteria.setCostAllowed
- Method: Criteria.setHorizontalAccuracy
- Method: Criteria.setPowerRequirement
- Method: Criteria.setSpeedAccuracy
- Method: Criteria.setSpeedRequired
- Method: Criteria.setVerticalAccuracy
- Method: Criteria.toString
- Method: Criteria.writeToParcel
- Method: BluetoothGattServerCallback.onCharacteristicReadRequest
- Method: BluetoothGattServerCallback.onCharacteristicWriteRequest
- Method: BluetoothGattServerCallback.onConnectionStateChange
- Method: BluetoothGattServerCallback.onDescriptorReadRequest
- Method: BluetoothGattServerCallback.onDescriptorWriteRequest
- Method: BluetoothGattServerCallback.onExecuteWrite
- Method: BluetoothGattServerCallback.onMtuChanged
- Method: BluetoothGattServerCallback.onNotificationSent
- Method: BluetoothGattServerCallback.onPhyRead
- Method: BluetoothGattServerCallback.onPhyUpdate
- Method: BluetoothGattServerCallback.onServiceAdded
- Method: URI.compareTo
- Method: URI.create
- Method: URI.equals
- Method: URI.getAuthority
- Method: URI.getFragment
- Method: URI.getHost
- Method: URI.getPath
- Method: URI.getPort
- Method: URI.getQuery
- Method: URI.getRawAuthority
- Method: URI.getRawFragment
- Method: URI.getRawPath
- Method: URI.getRawQuery
- Method: URI.getRawSchemeSpecificPart
- Method: URI.getRawUserInfo
- Method: URI.getScheme
- Method: URI.getSchemeSpecificPart
- Method: URI.getUserInfo
- Method: URI.hashCode
- Method: URI.isAbsolute
- Method: URI.isOpaque
- Method: URI.normalize
- Method: URI.parseServerAuthority
- Method: URI.relativize
- Method: URI.resolve
- Method: URI.toASCIIString
- Method: URI.toString
- Method: URI.toURL
- Method: BluetoothGattCharacteristic.addDescriptor
- Method: BluetoothGattCharacteristic.describeContents
- Method: BluetoothGattCharacteristic.getDescriptor
- Method: BluetoothGattCharacteristic.getDescriptors
- Method: BluetoothGattCharacteristic.getFloatValue
- Method: BluetoothGattCharacteristic.getInstanceId
- Method: BluetoothGattCharacteristic.getIntValue
- Method: BluetoothGattCharacteristic.getPermissions
- Method: BluetoothGattCharacteristic.getProperties
- Method: BluetoothGattCharacteristic.getService
- Method: BluetoothGattCharacteristic.getStringValue
- Method: BluetoothGattCharacteristic.getUuid
- Method: BluetoothGattCharacteristic.getValue
- Method: BluetoothGattCharacteristic.getWriteType
- Method: BluetoothGattCharacteristic.setValue
- Method: BluetoothGattCharacteristic.setWriteType
- Method: BluetoothGattCharacteristic.writeToParcel
- Method: URL.equals
- Method: URL.getAuthority
- Method: URL.getContent
- Method: URL.getDefaultPort
- Method: URL.getFile
- Method: URL.getHost
- Method: URL.getPath
- Method: URL.getPort
- Method: URL.getProtocol
- Method: URL.getQuery
- Method: URL.getRef
- Method: URL.getUserInfo
- Method: URL.hashCode
- Method: URL.openConnection
- Method: URL.openStream
- Method: URL.sameFile
- Method: URL.setURLStreamHandlerFactory
- Method: URL.toExternalForm
- Method: URL.toString
- Method: URL.toURI
- Method: NetworkSecurityPolicy.getInstance
- Method: NetworkSecurityPolicy.isCleartextTrafficPermitted
- Method: ResolveInfo.describeContents
- Method: ResolveInfo.dump
- Method: ResolveInfo.getIconResource
- Method: ResolveInfo.isCrossProfileIntentForwarderActivity
- Method: ResolveInfo.loadIcon
- Method: ResolveInfo.loadLabel
- Method: ResolveInfo.toString
- Method: ResolveInfo.writeToParcel
- Method: WifiEnterpriseConfig.describeContents
- Method: WifiEnterpriseConfig.getAltSubjectMatch
- Method: WifiEnterpriseConfig.getAnonymousIdentity
- Method: WifiEnterpriseConfig.getCaCertificate
- Method: WifiEnterpriseConfig.getCaCertificates
- Method: WifiEnterpriseConfig.getClientCertificate
- Method: WifiEnterpriseConfig.getClientCertificateChain
- Method: WifiEnterpriseConfig.getClientPrivateKey
- Method: WifiEnterpriseConfig.getDomainSuffixMatch
- Method: WifiEnterpriseConfig.getEapMethod
- Method: WifiEnterpriseConfig.getIdentity
- Method: WifiEnterpriseConfig.getPassword
- Method: WifiEnterpriseConfig.getPhase2Method
- Method: WifiEnterpriseConfig.getPlmn
- Method: WifiEnterpriseConfig.getRealm
- Method: WifiEnterpriseConfig.getSubjectMatch
- Method: WifiEnterpriseConfig.isAuthenticationSimBased
- Method: WifiEnterpriseConfig.setAltSubjectMatch
- Method: WifiEnterpriseConfig.setAnonymousIdentity
- Method: WifiEnterpriseConfig.setCaCertificate
- Method: WifiEnterpriseConfig.setCaCertificates
- Method: WifiEnterpriseConfig.setClientKeyEntry
- Method: WifiEnterpriseConfig.setClientKeyEntryWithCertificateChain
- Method: WifiEnterpriseConfig.setDomainSuffixMatch
- Method: WifiEnterpriseConfig.setEapMethod
- Method: WifiEnterpriseConfig.setIdentity
- Method: WifiEnterpriseConfig.setPassword
- Method: WifiEnterpriseConfig.setPhase2Method
- Method: WifiEnterpriseConfig.setPlmn
- Method: WifiEnterpriseConfig.setRealm
- Method: WifiEnterpriseConfig.setSubjectMatch
- Method: WifiEnterpriseConfig.toString
- Method: WifiEnterpriseConfig.writeToParcel
- Method: getPhysicalCameraResults.TotalCaptureResult
- Method: PackageStats.describeContents
- Method: PackageStats.equals
- Method: PackageStats.hashCode
- Method: PackageStats.toString
- Method: PackageStats.writeToParcel
- Method: ResponseCache.get
- Method: ResponseCache.getDefault
- Method: ResponseCache.put
- Method: ResponseCache.setDefault
- Method: URLEncoder.encode
- Method: SecretKeyFactory.generateSecret
- Method: SecretKeyFactory.getAlgorithm
- Method: SecretKeyFactory.getInstance
- Method: SecretKeyFactory.getKeySpec
- Method: SecretKeyFactory.getProvider
- Method: SecretKeyFactory.translateKey
- Method: Context.bindIsolatedService
- Method: Context.bindService
- Method: Context.bindServiceAsUser
- Method: Context.checkCallingOrSelfPermission
- Method: Context.checkCallingOrSelfUriPermission
- Method: Context.checkCallingPermission
- Method: Context.checkCallingUriPermission
- Method: Context.checkPermission
- Method: Context.checkSelfPermission
- Method: Context.checkUriPermission
- Method: Context.clearWallpaper
- Method: Context.createAttributionContext
- Method: Context.createConfigurationContext
- Method: Context.createContextForSplit
- Method: Context.createDeviceProtectedStorageContext
- Method: Context.createDisplayContext
- Method: Context.createPackageContext
- Method: Context.createWindowContext
- Method: Context.databaseList
- Method: Context.deleteDatabase
- Method: Context.deleteFile
- Method: Context.deleteSharedPreferences
- Method: Context.enforceCallingOrSelfPermission
- Method: Context.enforceCallingOrSelfUriPermission
- Method: Context.enforceCallingPermission
- Method: Context.enforceCallingUriPermission
- Method: Context.enforcePermission
- Method: Context.enforceUriPermission
- Method: Context.fileList
- Method: Context.getApplicationContext
- Method: Context.getApplicationInfo
- Method: Context.getAssets
- Method: Context.getAttributionTag
- Method: Context.getCacheDir
- Method: Context.getClassLoader
- Method: Context.getCodeCacheDir
- Method: Context.getColor
- Method: Context.getColorStateList
- Method: Context.getContentResolver
- Method: Context.getDataDir
- Method: Context.getDatabasePath
- Method: Context.getDir
- Method: Context.getDisplay
- Method: Context.getDrawable
- Method: Context.getExternalCacheDir
- Method: Context.getExternalCacheDirs
- Method: Context.getExternalFilesDir
- Method: Context.getExternalFilesDirs
- Method: Context.getExternalMediaDirs
- Method: Context.getFileStreamPath
- Method: Context.getFilesDir
- Method: Context.getMainExecutor
- Method: Context.getMainLooper
- Method: Context.getNoBackupFilesDir
- Method: Context.getObbDir
- Method: Context.getObbDirs
- Method: Context.getOpPackageName
- Method: Context.getPackageCodePath
- Method: Context.getPackageManager
- Method: Context.getPackageName
- Method: Context.getPackageResourcePath
- Method: Context.getResources
- Method: Context.getSharedPreferences
- Method: Context.getString
- Method: Context.getSystemService
- Method: Context.getSystemServiceName
- Method: Context.getText
- Method: Context.getTheme
- Method: Context.getWallpaper
- Method: Context.getWallpaperDesiredMinimumHeight
- Method: Context.getWallpaperDesiredMinimumWidth
- Method: Context.grantUriPermission
- Method: Context.isDeviceProtectedStorage
- Method: Context.isRestricted
- Method: Context.moveDatabaseFrom
- Method: Context.moveSharedPreferencesFrom
- Method: Context.obtainStyledAttributes
- Method: Context.openFileInput
- Method: Context.openFileOutput
- Method: Context.openOrCreateDatabase
- Method: Context.peekWallpaper
- Method: Context.registerComponentCallbacks
- Method: Context.registerReceiver
- Method: Context.removeStickyBroadcast
- Method: Context.removeStickyBroadcastAsUser
- Method: Context.revokeUriPermission
- Method: Context.sendBroadcast
- Method: Context.sendBroadcastAsUser
- Method: Context.sendBroadcastWithMultiplePermissions
- Method: Context.sendOrderedBroadcast
- Method: Context.sendOrderedBroadcastAsUser
- Method: Context.sendStickyBroadcast
- Method: Context.sendStickyBroadcastAsUser
- Method: Context.sendStickyOrderedBroadcast
- Method: Context.sendStickyOrderedBroadcastAsUser
- Method: Context.setTheme
- Method: Context.setWallpaper
- Method: Context.startActivities
- Method: Context.startActivity
- Method: Context.startForegroundService
- Method: Context.startInstrumentation
- Method: Context.startIntentSender
- Method: Context.startService
- Method: Context.stopService
- Method: Context.unbindService
- Method: Context.unregisterComponentCallbacks
- Method: Context.unregisterReceiver
- Method: Context.updateServiceGroup
- Method: LocationManager.addGpsStatusListener
- Method: LocationManager.addNmeaListener
- Method: LocationManager.addProximityAlert
- Method: LocationManager.addTestProvider
- Method: LocationManager.clearTestProviderEnabled
- Method: LocationManager.clearTestProviderLocation
- Method: LocationManager.clearTestProviderStatus
- Method: LocationManager.getAllProviders
- Method: LocationManager.getBestProvider
- Method: LocationManager.getCurrentLocation
- Method: LocationManager.getGnssCapabilities
- Method: LocationManager.getGnssHardwareModelName
- Method: LocationManager.getGnssYearOfHardware
- Method: LocationManager.getGpsStatus
- Method: LocationManager.getLastKnownLocation
- Method: LocationManager.getProvider
- Method: LocationManager.getProviders
- Method: LocationManager.isLocationEnabled
- Method: LocationManager.isProviderEnabled
- Method: LocationManager.registerAntennaInfoListener
- Method: LocationManager.registerGnssMeasurementsCallback
- Method: LocationManager.registerGnssNavigationMessageCallback
- Method: LocationManager.registerGnssStatusCallback
- Method: LocationManager.removeGpsStatusListener
- Method: LocationManager.removeNmeaListener
- Method: LocationManager.removeProximityAlert
- Method: LocationManager.removeTestProvider
- Method: LocationManager.removeUpdates
- Method: LocationManager.requestLocationUpdates
- Method: LocationManager.requestSingleUpdate
- Method: LocationManager.sendExtraCommand
- Method: LocationManager.setTestProviderEnabled
- Method: LocationManager.setTestProviderLocation
- Method: LocationManager.setTestProviderStatus
- Method: LocationManager.unregisterAntennaInfoListener
- Method: LocationManager.unregisterGnssMeasurementsCallback
- Method: LocationManager.unregisterGnssNavigationMessageCallback
- Method: LocationManager.unregisterGnssStatusCallback
- Method: NetworkInfo.describeContents
- Method: NetworkInfo.getDetailedState
- Method: NetworkInfo.getExtraInfo
- Method: NetworkInfo.getReason
- Method: NetworkInfo.getState
- Method: NetworkInfo.getSubtype
- Method: NetworkInfo.getSubtypeName
- Method: NetworkInfo.getType
- Method: NetworkInfo.getTypeName
- Method: NetworkInfo.isAvailable
- Method: NetworkInfo.isConnected
- Method: NetworkInfo.isConnectedOrConnecting
- Method: NetworkInfo.isFailover
- Method: NetworkInfo.isRoaming
- Method: NetworkInfo.setDetailedState
- Method: NetworkInfo.toString
- Method: NetworkInfo.writeToParcel
- Method: Constructor.equals
- Method: Constructor.getAnnotation
- Method: Constructor.getDeclaredAnnotations
- Method: Constructor.getDeclaringClass
- Method: Constructor.getExceptionTypes
- Method: Constructor.getGenericExceptionTypes
- Method: Constructor.getGenericParameterTypes
- Method: Constructor.getModifiers
- Method: Constructor.getName
- Method: Constructor.getParameterAnnotations
- Method: Constructor.getParameterCount
- Method: Constructor.getParameterTypes
- Method: Constructor.getTypeParameters
- Method: Constructor.hashCode
- Method: Constructor.isSynthetic
- Method: Constructor.isVarArgs
- Method: Constructor.newInstance
- Method: Constructor.toGenericString
- Method: Constructor.toString
- Method: DngCreator.close
- Method: DngCreator.setDescription
- Method: DngCreator.setLocation
- Method: DngCreator.setOrientation
- Method: DngCreator.setThumbnail
- Method: DngCreator.writeByteBuffer
- Method: DngCreator.writeImage
- Method: DngCreator.writeInputStream
- Method: PackageInfo.describeContents
- Method: PackageInfo.getLongVersionCode
- Method: PackageInfo.setLongVersionCode
- Method: PackageInfo.toString
- Method: PackageInfo.writeToParcel
- Method: SocketPermission.getActions
- Method: SocketPermission.implies
- Method: CameraManager.getCameraCharacteristics
- Method: CameraManager.getCameraIdList
- Method: CameraManager.getConcurrentCameraIds
- Method: CameraManager.isConcurrentSessionConfigurationSupported
- Method: CameraManager.openCamera
- Method: CameraManager.registerAvailabilityCallback
- Method: CameraManager.registerTorchCallback
- Method: CameraManager.setTorchMode
- Method: CameraManager.unregisterAvailabilityCallback
- Method: CameraManager.unregisterTorchCallback
- Method: Intent.addCategory
- Method: Intent.addFlags
- Method: Intent.cloneFilter
- Method: Intent.createChooser
- Method: Intent.describeContents
- Method: Intent.fillIn
- Method: Intent.filterEquals
- Method: Intent.filterHashCode
- Method: Intent.getAction
- Method: Intent.getBooleanArrayExtra
- Method: Intent.getBooleanExtra
- Method: Intent.getBundleExtra
- Method: Intent.getByteArrayExtra
- Method: Intent.getByteExtra
- Method: Intent.getCategories
- Method: Intent.getCharArrayExtra
- Method: Intent.getCharExtra
- Method: Intent.getCharSequenceArrayExtra
- Method: Intent.getCharSequenceArrayListExtra
- Method: Intent.getCharSequenceExtra
- Method: Intent.getClipData
- Method: Intent.getComponent
- Method: Intent.getData
- Method: Intent.getDataString
- Method: Intent.getDoubleArrayExtra
- Method: Intent.getDoubleExtra
- Method: Intent.getExtras
- Method: Intent.getFlags
- Method: Intent.getFloatArrayExtra
- Method: Intent.getFloatExtra
- Method: Intent.getIdentifier
- Method: Intent.getIntArrayExtra
- Method: Intent.getIntExtra
- Method: Intent.getIntegerArrayListExtra
- Method: Intent.getIntent
- Method: Intent.getIntentOld
- Method: Intent.getLongArrayExtra
- Method: Intent.getLongExtra
- Method: Intent.getPackage
- Method: Intent.getParcelableArrayExtra
- Method: Intent.getParcelableArrayListExtra
- Method: Intent.getParcelableExtra
- Method: Intent.getScheme
- Method: Intent.getSelector
- Method: Intent.getSerializableExtra
- Method: Intent.getShortArrayExtra
- Method: Intent.getShortExtra
- Method: Intent.getSourceBounds
- Method: Intent.getStringArrayExtra
- Method: Intent.getStringArrayListExtra
- Method: Intent.getStringExtra
- Method: Intent.getType
- Method: Intent.hasCategory
- Method: Intent.hasExtra
- Method: Intent.hasFileDescriptors
- Method: Intent.makeMainActivity
- Method: Intent.makeMainSelectorActivity
- Method: Intent.makeRestartActivityTask
- Method: Intent.normalizeMimeType
- Method: Intent.parseIntent
- Method: Intent.parseUri
- Method: Intent.putCharSequenceArrayListExtra
- Method: Intent.putExtra
- Method: Intent.putExtras
- Method: Intent.putIntegerArrayListExtra
- Method: Intent.putParcelableArrayListExtra
- Method: Intent.putStringArrayListExtra
- Method: Intent.readFromParcel
- Method: Intent.removeCategory
- Method: Intent.removeExtra
- Method: Intent.removeFlags
- Method: Intent.replaceExtras
- Method: Intent.resolveActivity
- Method: Intent.resolveActivityInfo
- Method: Intent.resolveType
- Method: Intent.resolveTypeIfNeeded
- Method: Intent.setAction
- Method: Intent.setClass
- Method: Intent.setClassName
- Method: Intent.setClipData
- Method: Intent.setComponent
- Method: Intent.setData
- Method: Intent.setDataAndNormalize
- Method: Intent.setDataAndType
- Method: Intent.setDataAndTypeAndNormalize
- Method: Intent.setExtrasClassLoader
- Method: Intent.setFlags
- Method: Intent.setIdentifier
- Method: Intent.setPackage
- Method: Intent.setSelector
- Method: Intent.setSourceBounds
- Method: Intent.setType
- Method: Intent.setTypeAndNormalize
- Method: Intent.toString
- Method: Intent.toURI
- Method: Intent.writeToParcel
- Method: SealedObject.getAlgorithm
- Method: SealedObject.getObject
- Method: URLConnection.addRequestProperty
- Method: URLConnection.connect
- Method: URLConnection.getAllowUserInteraction
- Method: URLConnection.getConnectTimeout
- Method: URLConnection.getContent
- Method: URLConnection.getContentEncoding
- Method: URLConnection.getContentLength
- Method: URLConnection.getContentLengthLong
- Method: URLConnection.getContentType
- Method: URLConnection.getDate
- Method: URLConnection.getDefaultAllowUserInteraction
- Method: URLConnection.getDefaultRequestProperty
- Method: URLConnection.getDefaultUseCaches
- Method: URLConnection.getDoInput
- Method: URLConnection.getDoOutput
- Method: URLConnection.getExpiration
- Method: URLConnection.getFileNameMap
- Method: URLConnection.getHeaderField
- Method: URLConnection.getHeaderFieldDate
- Method: URLConnection.getHeaderFieldInt
- Method: URLConnection.getHeaderFieldKey
- Method: URLConnection.getHeaderFieldLong
- Method: URLConnection.getHeaderFields
- Method: URLConnection.getIfModifiedSince
- Method: URLConnection.getInputStream
- Method: URLConnection.getLastModified
- Method: URLConnection.getOutputStream
- Method: URLConnection.getPermission
- Method: URLConnection.getReadTimeout
- Method: URLConnection.getRequestProperties
- Method: URLConnection.getRequestProperty
- Method: URLConnection.getURL
- Method: URLConnection.getUseCaches
- Method: URLConnection.guessContentTypeFromName
- Method: URLConnection.guessContentTypeFromStream
- Method: URLConnection.setAllowUserInteraction
- Method: URLConnection.setConnectTimeout
- Method: URLConnection.setContentHandlerFactory
- Method: URLConnection.setDefaultAllowUserInteraction
- Method: URLConnection.setDefaultRequestProperty
- Method: URLConnection.setDefaultUseCaches
- Method: URLConnection.setDoInput
- Method: URLConnection.setDoOutput
- Method: URLConnection.setFileNameMap
- Method: URLConnection.setIfModifiedSince
- Method: URLConnection.setReadTimeout
- Method: URLConnection.setRequestProperty
- Method: URLConnection.setUseCaches
- Method: URLConnection.toString
- Method: WifiInfo.getBSSID
- Method: WifiInfo.getDetailedStateOf
- Method: WifiInfo.getFrequency
- Method: WifiInfo.getHiddenSSID
- Method: WifiInfo.getIpAddress
- Method: WifiInfo.getLinkSpeed
- Method: WifiInfo.getMacAddress
- Method: WifiInfo.getMaxSupportedRxLinkSpeedMbps
- Method: WifiInfo.getMaxSupportedTxLinkSpeedMbps
- Method: WifiInfo.getNetworkId
- Method: WifiInfo.getPasspointFqdn
- Method: WifiInfo.getPasspointProviderFriendlyName
- Method: WifiInfo.getRssi
- Method: WifiInfo.getRxLinkSpeedMbps
- Method: WifiInfo.getSSID
- Method: WifiInfo.getSupplicantState
- Method: WifiInfo.getTxLinkSpeedMbps
- Method: WifiInfo.getWifiStandard
- Method: WifiInfo.toString
- Method: ConfigurationInfo.describeContents
- Method: ConfigurationInfo.getGlEsVersion
- Method: ConfigurationInfo.toString
- Method: ConfigurationInfo.writeToParcel
- Method: BluetoothGattServer.addService
- Method: BluetoothGattServer.cancelConnection
- Method: BluetoothGattServer.clearServices
- Method: BluetoothGattServer.close
- Method: BluetoothGattServer.connect
- Method: BluetoothGattServer.getConnectedDevices
- Method: BluetoothGattServer.getConnectionState
- Method: BluetoothGattServer.getDevicesMatchingConnectionStates
- Method: BluetoothGattServer.getService
- Method: BluetoothGattServer.getServices
- Method: BluetoothGattServer.notifyCharacteristicChanged
- Method: BluetoothGattServer.readPhy
- Method: BluetoothGattServer.removeService
- Method: BluetoothGattServer.sendResponse
- Method: BluetoothGattServer.setPreferredPhy
- Method: FeatureGroupInfo.describeContents
- Method: FeatureGroupInfo.writeToParcel
- Method: NdefRecord.createApplicationRecord
- Method: NdefRecord.createExternal
- Method: NdefRecord.createMime
- Method: NdefRecord.createTextRecord
- Method: NdefRecord.createUri
- Method: NdefRecord.describeContents
- Method: NdefRecord.equals
- Method: NdefRecord.getId
- Method: NdefRecord.getPayload
- Method: NdefRecord.getTnf
- Method: NdefRecord.getType
- Method: NdefRecord.hashCode
- Method: NdefRecord.toByteArray
- Method: NdefRecord.toMimeType
- Method: NdefRecord.toString
- Method: NdefRecord.toUri
- Method: NdefRecord.writeToParcel
- Method: StringBuffer.append
- Method: StringBuffer.appendCodePoint
- Method: StringBuffer.capacity
- Method: StringBuffer.charAt
- Method: StringBuffer.codePointAt
- Method: StringBuffer.codePointBefore
- Method: StringBuffer.codePointCount
- Method: StringBuffer.delete
- Method: StringBuffer.deleteCharAt
- Method: StringBuffer.ensureCapacity
- Method: StringBuffer.getChars
- Method: StringBuffer.indexOf
- Method: StringBuffer.insert
- Method: StringBuffer.lastIndexOf
- Method: StringBuffer.length
- Method: StringBuffer.offsetByCodePoints
- Method: StringBuffer.replace
- Method: StringBuffer.reverse
- Method: StringBuffer.setCharAt
- Method: StringBuffer.setLength
- Method: StringBuffer.subSequence
- Method: StringBuffer.substring
- Method: StringBuffer.toString
- Method: StringBuffer.trimToSize
- Method: GpsSatellite.getAzimuth
- Method: GpsSatellite.getElevation
- Method: GpsSatellite.getPrn
- Method: GpsSatellite.getSnr
- Method: GpsSatellite.hasAlmanac
- Method: GpsSatellite.hasEphemeris
- Method: GpsSatellite.usedInFix
- Method: ChangedPackages.describeContents
- Method: ChangedPackages.getPackageNames
- Method: ChangedPackages.getSequenceNumber
- Method: ChangedPackages.writeToParcel
- Method: CacheRequest.abort
- Method: CacheRequest.getBody
- Method: DisplayManager.createVirtualDisplay
- Method: DisplayManager.getDisplay
- Method: DisplayManager.getDisplays
- Method: DisplayManager.registerDisplayListener
- Method: DisplayManager.unregisterDisplayListener
- Method: URLClassLoader.close
- Method: URLClassLoader.findResource
- Method: URLClassLoader.findResources
- Method: URLClassLoader.getResourceAsStream
- Method: URLClassLoader.getURLs
- Method: URLClassLoader.newInstance
- Method: Parameter.equals
- Method: Parameter.getAnnotation
- Method: Parameter.getAnnotations
- Method: Parameter.getAnnotationsByType
- Method: Parameter.getDeclaredAnnotation
- Method: Parameter.getDeclaredAnnotations
- Method: Parameter.getDeclaredAnnotationsByType
- Method: Parameter.getDeclaringExecutable
- Method: Parameter.getModifiers
- Method: Parameter.getName
- Method: Parameter.getParameterizedType
- Method: Parameter.getType
- Method: Parameter.hashCode
- Method: Parameter.isImplicit
- Method: Parameter.isNamePresent
- Method: Parameter.isSynthetic
- Method: Parameter.isVarArgs
- Method: Parameter.toString
- Method: ComponentInfo.getBannerResource
- Method: ComponentInfo.getIconResource
- Method: ComponentInfo.getLogoResource
- Method: ComponentInfo.isEnabled
- Method: ComponentInfo.writeToParcel
- Method: Cipher.doFinal
- Method: Cipher.getAlgorithm
- Method: Cipher.getBlockSize
- Method: Cipher.getExemptionMechanism
- Method: Cipher.getIV
- Method: Cipher.getInstance
- Method: Cipher.getMaxAllowedKeyLength
- Method: Cipher.getMaxAllowedParameterSpec
- Method: Cipher.getOutputSize
- Method: Cipher.getParameters
- Method: Cipher.getProvider
- Method: Cipher.init
- Method: Cipher.unwrap
- Method: Cipher.update
- Method: Cipher.updateAAD
- Method: Cipher.wrap
- Method: Tag.describeContents
- Method: Tag.getId
- Method: Tag.getTechList
- Method: Tag.toString
- Method: Tag.writeToParcel
- Method: Socket.bind
- Method: Socket.close
- Method: Socket.connect
- Method: Socket.getChannel
- Method: Socket.getInetAddress
- Method: Socket.getInputStream
- Method: Socket.getKeepAlive
- Method: Socket.getLocalAddress
- Method: Socket.getLocalPort
- Method: Socket.getLocalSocketAddress
- Method: Socket.getOOBInline
- Method: Socket.getOutputStream
- Method: Socket.getPort
- Method: Socket.getReceiveBufferSize
- Method: Socket.getRemoteSocketAddress
- Method: Socket.getReuseAddress
- Method: Socket.getSendBufferSize
- Method: Socket.getSoLinger
- Method: Socket.getSoTimeout
- Method: Socket.getTcpNoDelay
- Method: Socket.getTrafficClass
- Method: Socket.isBound
- Method: Socket.isClosed
- Method: Socket.isConnected
- Method: Socket.isInputShutdown
- Method: Socket.isOutputShutdown
- Method: Socket.sendUrgentData
- Method: Socket.setKeepAlive
- Method: Socket.setOOBInline
- Method: Socket.setPerformancePreferences
- Method: Socket.setReceiveBufferSize
- Method: Socket.setReuseAddress
- Method: Socket.setSendBufferSize
- Method: Socket.setSoLinger
- Method: Socket.setSoTimeout
- Method: Socket.setSocketImplFactory
- Method: Socket.setTcpNoDelay
- Method: Socket.setTrafficClass
- Method: Socket.shutdownInput
- Method: Socket.shutdownOutput
- Method: Socket.toString
- Method: LocationProvider.getAccuracy
- Method: LocationProvider.getName
- Method: LocationProvider.getPowerRequirement
- Method: LocationProvider.hasMonetaryCost
- Method: LocationProvider.meetsCriteria
- Method: LocationProvider.requiresCell
- Method: LocationProvider.requiresNetwork
- Method: LocationProvider.requiresSatellite
- Method: LocationProvider.supportsAltitude
- Method: LocationProvider.supportsBearing
- Method: LocationProvider.supportsSpeed
- Method: GoogleAccountLogin.onCancel
- Method: GoogleAccountLogin.run
- Method: GoogleAccountLogin.startLoginIfNeeded
- Method: JarURLConnection.getAttributes
- Method: JarURLConnection.getCertificates
- Method: JarURLConnection.getEntryName
- Method: JarURLConnection.getJarEntry
- Method: JarURLConnection.getJarFile
- Method: JarURLConnection.getJarFileURL
- Method: JarURLConnection.getMainAttributes
- Method: JarURLConnection.getManifest
- Method: Process.getElapsedCpuTime
- Method: Process.getExclusiveCores
- Method: Process.getGidForName
- Method: Process.getStartElapsedRealtime
- Method: Process.getStartUptimeMillis
- Method: Process.getThreadPriority
- Method: Process.getUidForName
- Method: Process.is64Bit
- Method: Process.isApplicationUid
- Method: Process.isIsolated
- Method: Process.killProcess
- Method: Process.myPid
- Method: Process.myTid
- Method: Process.myUid
- Method: Process.myUserHandle
- Method: Process.sendSignal
- Method: Process.setThreadPriority
- Method: Process.supportsProcesses
- Method: CameraCaptureSession.abortCaptures
- Method: CameraCaptureSession.capture
- Method: CameraCaptureSession.captureBurst
- Method: CameraCaptureSession.captureBurstRequests
- Method: CameraCaptureSession.captureSingleRequest
- Method: CameraCaptureSession.close
- Method: CameraCaptureSession.finalizeOutputConfigurations
- Method: CameraCaptureSession.getDevice
- Method: CameraCaptureSession.getInputSurface
- Method: CameraCaptureSession.isReprocessable
- Method: CameraCaptureSession.prepare
- Method: CameraCaptureSession.setRepeatingBurst
- Method: CameraCaptureSession.setRepeatingBurstRequests
- Method: CameraCaptureSession.setRepeatingRequest
- Method: CameraCaptureSession.setSingleRepeatingRequest
- Method: CameraCaptureSession.stopRepeating
- Method: CameraCaptureSession.supportsOfflineProcessing
- Method: CameraCaptureSession.switchToOffline
- Method: CameraCaptureSession.updateOutputConfiguration
- Method: SettingInjectorService.onBind
- Method: SettingInjectorService.onStart
- Method: SettingInjectorService.onStartCommand
- Method: SettingInjectorService.refreshSettings
- Method: ProxySelector.connectFailed
- Method: ProxySelector.getDefault
- Method: ProxySelector.select
- Method: ProxySelector.setDefault
- Method: ServiceInfo.describeContents
- Method: ServiceInfo.dump
- Method: ServiceInfo.getForegroundServiceType
- Method: ServiceInfo.toString
- Method: ServiceInfo.writeToParcel
- Method: BluetoothA2dp.finalize
- Method: BluetoothA2dp.getConnectedDevices
- Method: BluetoothA2dp.getConnectionState
- Method: BluetoothA2dp.getDevicesMatchingConnectionStates
- Method: BluetoothA2dp.isA2dpPlaying
- Method: IDN.toASCII
- Method: IDN.toUnicode
- Method: ProviderInfo.describeContents
- Method: ProviderInfo.dump
- Method: ProviderInfo.toString
- Method: ProviderInfo.writeToParcel
- Method: TelephonyManager.canChangeDtmfToneLength
- Method: TelephonyManager.createForPhoneAccountHandle
- Method: TelephonyManager.createForSubscriptionId
- Method: TelephonyManager.doesSwitchMultiSimConfigTriggerReboot
- Method: TelephonyManager.getActiveModemCount
- Method: TelephonyManager.getAllCellInfo
- Method: TelephonyManager.getAllNetworkTypes
- Method: TelephonyManager.getCallState
- Method: TelephonyManager.getCardIdForDefaultEuicc
- Method: TelephonyManager.getCarrierConfig
- Method: TelephonyManager.getCarrierIdFromSimMccMnc
- Method: TelephonyManager.getCellLocation
- Method: TelephonyManager.getDataActivity
- Method: TelephonyManager.getDataNetworkType
- Method: TelephonyManager.getDataState
- Method: TelephonyManager.getDeviceId
- Method: TelephonyManager.getDeviceSoftwareVersion
- Method: TelephonyManager.getEmergencyNumberList
- Method: TelephonyManager.getForbiddenPlmns
- Method: TelephonyManager.getGroupIdLevel1
- Method: TelephonyManager.getIccAuthentication
- Method: TelephonyManager.getImei
- Method: TelephonyManager.getLine1Number
- Method: TelephonyManager.getManufacturerCode
- Method: TelephonyManager.getMeid
- Method: TelephonyManager.getMmsUAProfUrl
- Method: TelephonyManager.getNai
- Method: TelephonyManager.getNetworkCountryIso
- Method: TelephonyManager.getNetworkOperator
- Method: TelephonyManager.getNetworkOperatorName
- Method: TelephonyManager.getNetworkSelectionMode
- Method: TelephonyManager.getNetworkSpecifier
- Method: TelephonyManager.getNetworkType
- Method: TelephonyManager.getPhoneCapability
- Method: TelephonyManager.getPhoneCount
- Method: TelephonyManager.getPhoneType
- Method: TelephonyManager.getPreferredOpportunisticDataSubscription
- Method: TelephonyManager.getServiceState
- Method: TelephonyManager.getSignalStrength
- Method: TelephonyManager.getSimCarrierId
- Method: TelephonyManager.getSimCarrierIdName
- Method: TelephonyManager.getSimCountryIso
- Method: TelephonyManager.getSimOperator
- Method: TelephonyManager.getSimOperatorName
- Method: TelephonyManager.getSimSerialNumber
- Method: TelephonyManager.getSimSpecificCarrierId
- Method: TelephonyManager.getSimSpecificCarrierIdName
- Method: TelephonyManager.getSimState
- Method: TelephonyManager.getSubscriberId
- Method: TelephonyManager.getSubscriptionId
- Method: TelephonyManager.getSupportedModemCount
- Method: TelephonyManager.getTypeAllocationCode
- Method: TelephonyManager.getUiccCardsInfo
- Method: TelephonyManager.getVisualVoicemailPackageName
- Method: TelephonyManager.getVoiceMailAlphaTag
- Method: TelephonyManager.getVoiceMailNumber
- Method: TelephonyManager.getVoiceNetworkType
- Method: TelephonyManager.getVoicemailRingtoneUri
- Method: TelephonyManager.hasCarrierPrivileges
- Method: TelephonyManager.hasIccCard
- Method: TelephonyManager.iccCloseLogicalChannel
- Method: TelephonyManager.iccExchangeSimIO
- Method: TelephonyManager.iccOpenLogicalChannel
- Method: TelephonyManager.iccTransmitApduBasicChannel
- Method: TelephonyManager.iccTransmitApduLogicalChannel
- Method: TelephonyManager.isConcurrentVoiceAndDataSupported
- Method: TelephonyManager.isDataCapable
- Method: TelephonyManager.isDataEnabled
- Method: TelephonyManager.isDataRoamingEnabled
- Method: TelephonyManager.isEmergencyNumber
- Method: TelephonyManager.isHearingAidCompatibilitySupported
- Method: TelephonyManager.isMultiSimSupported
- Method: TelephonyManager.isNetworkRoaming
- Method: TelephonyManager.isRttSupported
- Method: TelephonyManager.isSmsCapable
- Method: TelephonyManager.isTtyModeSupported
- Method: TelephonyManager.isVoiceCapable
- Method: TelephonyManager.isVoicemailVibrationEnabled
- Method: TelephonyManager.isWorldPhone
- Method: TelephonyManager.listen
- Method: TelephonyManager.requestCellInfoUpdate
- Method: TelephonyManager.requestNetworkScan
- Method: TelephonyManager.sendDialerSpecialCode
- Method: TelephonyManager.sendEnvelopeWithStatus
- Method: TelephonyManager.sendUssdRequest
- Method: TelephonyManager.sendVisualVoicemailSms
- Method: TelephonyManager.setDataEnabled
- Method: TelephonyManager.setForbiddenPlmns
- Method: TelephonyManager.setLine1NumberForDisplay
- Method: TelephonyManager.setNetworkSelectionModeAutomatic
- Method: TelephonyManager.setNetworkSelectionModeManual
- Method: TelephonyManager.setOperatorBrandOverride
- Method: TelephonyManager.setPreferredNetworkTypeToGlobal
- Method: TelephonyManager.setPreferredOpportunisticDataSubscription
- Method: TelephonyManager.setVisualVoicemailSmsFilterSettings
- Method: TelephonyManager.setVoiceMailNumber
- Method: TelephonyManager.setVoicemailRingtoneUri
- Method: TelephonyManager.setVoicemailVibrationEnabled
- Method: TelephonyManager.switchMultiSimConfig
- Method: TelephonyManager.updateAvailableNetworks
- Method: getPartialResults.TotalCaptureResult
- Method: Executable.getAnnotation
- Method: Executable.getAnnotationsByType
- Method: Executable.getDeclaredAnnotations
- Method: Executable.getDeclaringClass
- Method: Executable.getExceptionTypes
- Method: Executable.getGenericExceptionTypes
- Method: Executable.getGenericParameterTypes
- Method: Executable.getModifiers
- Method: Executable.getName
- Method: Executable.getParameterAnnotations
- Method: Executable.getParameterCount
- Method: Executable.getParameterTypes
- Method: Executable.getParameters
- Method: Executable.getTypeParameters
- Method: Executable.isAnnotationPresent
- Method: Executable.isSynthetic
- Method: Executable.isVarArgs
- Method: Executable.toGenericString
- Method: Authenticator.requestPasswordAuthentication
- Method: Authenticator.setDefault
- Method: CookieManager.get
- Method: CookieManager.getCookieStore
- Method: CookieManager.put
- Method: CookieManager.setCookiePolicy
- Method: ActivityInfo.describeContents
- Method: ActivityInfo.dump
- Method: ActivityInfo.getThemeResource
- Method: ActivityInfo.toString
- Method: ActivityInfo.writeToParcel
- Method: KeyPairGeneratorSpec.getAlgorithmParameterSpec
- Method: KeyPairGeneratorSpec.getContext
- Method: KeyPairGeneratorSpec.getEndDate
- Method: KeyPairGeneratorSpec.getKeySize
- Method: KeyPairGeneratorSpec.getKeyType
- Method: KeyPairGeneratorSpec.getKeystoreAlias
- Method: KeyPairGeneratorSpec.getSerialNumber
- Method: KeyPairGeneratorSpec.getStartDate
- Method: KeyPairGeneratorSpec.getSubjectDN
- Method: KeyPairGeneratorSpec.isEncryptionRequired
- Method: Inet4Address.equals
- Method: Inet4Address.getAddress
- Method: Inet4Address.getHostAddress
- Method: Inet4Address.hashCode
- Method: Inet4Address.isAnyLocalAddress
- Method: Inet4Address.isLinkLocalAddress
- Method: Inet4Address.isLoopbackAddress
- Method: Inet4Address.isMCGlobal
- Method: Inet4Address.isMCLinkLocal
- Method: Inet4Address.isMCNodeLocal
- Method: Inet4Address.isMCOrgLocal
- Method: Inet4Address.isMCSiteLocal
- Method: Inet4Address.isMulticastAddress
- Method: Inet4Address.isSiteLocalAddress
- Method: InterfaceAddress.equals
- Method: InterfaceAddress.getAddress
- Method: InterfaceAddress.getBroadcast
- Method: InterfaceAddress.getNetworkPrefixLength
- Method: InterfaceAddress.hashCode
- Method: InterfaceAddress.toString
- Method: PathPermission.getReadPermission
- Method: PathPermission.getWritePermission
- Method: PathPermission.writeToParcel
- Method: NetworkInterface.equals
- Method: NetworkInterface.getByIndex
- Method: NetworkInterface.getByInetAddress
- Method: NetworkInterface.getByName
- Method: NetworkInterface.getDisplayName
- Method: NetworkInterface.getHardwareAddress
- Method: NetworkInterface.getIndex
- Method: NetworkInterface.getInetAddresses
- Method: NetworkInterface.getInterfaceAddresses
- Method: NetworkInterface.getMTU
- Method: NetworkInterface.getName
- Method: NetworkInterface.getNetworkInterfaces
- Method: NetworkInterface.getParent
- Method: NetworkInterface.getSubInterfaces
- Method: NetworkInterface.hashCode
- Method: NetworkInterface.isLoopback
- Method: NetworkInterface.isPointToPoint
- Method: NetworkInterface.isUp
- Method: NetworkInterface.isVirtual
- Method: NetworkInterface.supportsMulticast
- Method: NetworkInterface.toString
- Method: BluetoothClass.describeContents
- Method: BluetoothClass.equals
- Method: BluetoothClass.getDeviceClass
- Method: BluetoothClass.getMajorDeviceClass
- Method: BluetoothClass.hasService
- Method: BluetoothClass.hashCode
- Method: BluetoothClass.toString
- Method: BluetoothClass.writeToParcel
- Method: Inet6Address.equals
- Method: Inet6Address.getAddress
- Method: Inet6Address.getByAddress
- Method: Inet6Address.getHostAddress
- Method: Inet6Address.getScopeId
- Method: Inet6Address.getScopedInterface
- Method: Inet6Address.hashCode
- Method: Inet6Address.isAnyLocalAddress
- Method: Inet6Address.isIPv4CompatibleAddress
- Method: Inet6Address.isLinkLocalAddress
- Method: Inet6Address.isLoopbackAddress
- Method: Inet6Address.isMCGlobal
- Method: Inet6Address.isMCLinkLocal
- Method: Inet6Address.isMCNodeLocal
- Method: Inet6Address.isMCOrgLocal
- Method: Inet6Address.isMCSiteLocal
- Method: Inet6Address.isMulticastAddress
- Method: Inet6Address.isSiteLocalAddress
- Method: ContentService.removePeriodicSync
- Method: CameraMetadata.getKeys
- Method: CacheResponse.getBody
- Method: CacheResponse.getHeaders
- Method: PermissionInfo.describeContents
- Method: PermissionInfo.getProtection
- Method: PermissionInfo.getProtectionFlags
- Method: PermissionInfo.loadDescription
- Method: PermissionInfo.toString
- Method: PermissionInfo.writeToParcel
- Method: FileOutputStream.close
- Method: FileOutputStream.getChannel
- Method: FileOutputStream.getFD
- Method: FileOutputStream.write
- Method: LauncherActivityInfo.getApplicationInfo
- Method: LauncherActivityInfo.getBadgedIcon
- Method: LauncherActivityInfo.getComponentName
- Method: LauncherActivityInfo.getFirstInstallTime
- Method: LauncherActivityInfo.getIcon
- Method: LauncherActivityInfo.getLabel
- Method: LauncherActivityInfo.getName
- Method: LauncherActivityInfo.getUser
- Method: GnssMeasurement.describeContents
- Method: GnssMeasurement.getAccumulatedDeltaRangeMeters
- Method: GnssMeasurement.getAccumulatedDeltaRangeState
- Method: GnssMeasurement.getAccumulatedDeltaRangeUncertaintyMeters
- Method: GnssMeasurement.getAutomaticGainControlLevelDb
- Method: GnssMeasurement.getBasebandCn0DbHz
- Method: GnssMeasurement.getCarrierCycles
- Method: GnssMeasurement.getCarrierFrequencyHz
- Method: GnssMeasurement.getCarrierPhase
- Method: GnssMeasurement.getCarrierPhaseUncertainty
- Method: GnssMeasurement.getCn0DbHz
- Method: GnssMeasurement.getCodeType
- Method: GnssMeasurement.getConstellationType
- Method: GnssMeasurement.getFullInterSignalBiasNanos
- Method: GnssMeasurement.getFullInterSignalBiasUncertaintyNanos
- Method: GnssMeasurement.getMultipathIndicator
- Method: GnssMeasurement.getPseudorangeRateMetersPerSecond
- Method: GnssMeasurement.getPseudorangeRateUncertaintyMetersPerSecond
- Method: GnssMeasurement.getReceivedSvTimeNanos
- Method: GnssMeasurement.getReceivedSvTimeUncertaintyNanos
- Method: GnssMeasurement.getSatelliteInterSignalBiasNanos
- Method: GnssMeasurement.getSatelliteInterSignalBiasUncertaintyNanos
- Method: GnssMeasurement.getSnrInDb
- Method: GnssMeasurement.getState
- Method: GnssMeasurement.getSvid
- Method: GnssMeasurement.getTimeOffsetNanos
- Method: GnssMeasurement.hasAutomaticGainControlLevelDb
- Method: GnssMeasurement.hasBasebandCn0DbHz
- Method: GnssMeasurement.hasCarrierCycles
- Method: GnssMeasurement.hasCarrierFrequencyHz
- Method: GnssMeasurement.hasCarrierPhase
- Method: GnssMeasurement.hasCarrierPhaseUncertainty
- Method: GnssMeasurement.hasCodeType
- Method: GnssMeasurement.hasFullInterSignalBiasNanos
- Method: GnssMeasurement.hasFullInterSignalBiasUncertaintyNanos
- Method: GnssMeasurement.hasSatelliteInterSignalBiasNanos
- Method: GnssMeasurement.hasSatelliteInterSignalBiasUncertaintyNanos
- Method: GnssMeasurement.hasSnrInDb
- Method: GnssMeasurement.toString
- Method: GnssMeasurement.writeToParcel
- Method: PackageInstaller.abandonSession
- Method: PackageInstaller.createSession
- Method: PackageInstaller.getActiveStagedSession
- Method: PackageInstaller.getActiveStagedSessions
- Method: PackageInstaller.getAllSessions
- Method: PackageInstaller.getMySessions
- Method: PackageInstaller.getSessionInfo
- Method: PackageInstaller.getStagedSessions
- Method: PackageInstaller.installExistingPackage
- Method: PackageInstaller.openSession
- Method: PackageInstaller.registerSessionCallback
- Method: PackageInstaller.uninstall
- Method: PackageInstaller.unregisterSessionCallback
- Method: PackageInstaller.updateSessionAppIcon
- Method: PackageInstaller.updateSessionAppLabel
- Method: EncryptedPrivateKeyInfo.getAlgName
- Method: EncryptedPrivateKeyInfo.getAlgParameters
- Method: EncryptedPrivateKeyInfo.getEncoded
- Method: EncryptedPrivateKeyInfo.getEncryptedData
- Method: EncryptedPrivateKeyInfo.getKeySpec
- Method: URLDecoder.decode
- Method: WpsInfo.describeContents
- Method: WpsInfo.toString
- Method: WpsInfo.writeToParcel
- Method: CookieHandler.get
- Method: CookieHandler.getDefault
- Method: CookieHandler.put
- Method: CookieHandler.setDefault
- Method: ExemptionMechanismSpi.engineGenExemptionBlob
- Method: ExemptionMechanismSpi.engineGetOutputSize
- Method: ExemptionMechanismSpi.engineInit
- Method: MulticastSocket.getInterface
- Method: MulticastSocket.getLoopbackMode
- Method: MulticastSocket.getNetworkInterface
- Method: MulticastSocket.getTTL
- Method: MulticastSocket.getTimeToLive
- Method: MulticastSocket.joinGroup
- Method: MulticastSocket.leaveGroup
- Method: MulticastSocket.send
- Method: MulticastSocket.setInterface
- Method: MulticastSocket.setLoopbackMode
- Method: MulticastSocket.setNetworkInterface
- Method: MulticastSocket.setTTL
- Method: MulticastSocket.setTimeToLive
- Method: WifiManager.addNetwork
- Method: WifiManager.addNetworkSuggestions
- Method: WifiManager.addOrUpdatePasspointConfiguration
- Method: WifiManager.addSuggestionConnectionStatusListener
- Method: WifiManager.calculateSignalLevel
- Method: WifiManager.cancelWps
- Method: WifiManager.compareSignalLevel
- Method: WifiManager.createMulticastLock
- Method: WifiManager.createWifiLock
- Method: WifiManager.disableNetwork
- Method: WifiManager.disconnect
- Method: WifiManager.enableNetwork
- Method: WifiManager.getConfiguredNetworks
- Method: WifiManager.getConnectionInfo
- Method: WifiManager.getDhcpInfo
- Method: WifiManager.getMaxNumberOfNetworkSuggestionsPerApp
- Method: WifiManager.getMaxSignalLevel
- Method: WifiManager.getNetworkSuggestions
- Method: WifiManager.getPasspointConfigurations
- Method: WifiManager.getScanResults
- Method: WifiManager.getWifiState
- Method: WifiManager.is5GHzBandSupported
- Method: WifiManager.is6GHzBandSupported
- Method: WifiManager.isAutoWakeupEnabled
- Method: WifiManager.isDeviceToApRttSupported
- Method: WifiManager.isEasyConnectSupported
- Method: WifiManager.isEnhancedOpenSupported
- Method: WifiManager.isEnhancedPowerReportingSupported
- Method: WifiManager.isP2pSupported
- Method: WifiManager.isPreferredNetworkOffloadSupported
- Method: WifiManager.isScanAlwaysAvailable
- Method: WifiManager.isScanThrottleEnabled
- Method: WifiManager.isStaApConcurrencySupported
- Method: WifiManager.isTdlsSupported
- Method: WifiManager.isWapiSupported
- Method: WifiManager.isWifiEnabled
- Method: WifiManager.isWifiStandardSupported
- Method: WifiManager.isWpa3SaeSupported
- Method: WifiManager.isWpa3SuiteBSupported
- Method: WifiManager.pingSupplicant
- Method: WifiManager.reassociate
- Method: WifiManager.reconnect
- Method: WifiManager.registerScanResultsCallback
- Method: WifiManager.removeNetwork
- Method: WifiManager.removeNetworkSuggestions
- Method: WifiManager.removePasspointConfiguration
- Method: WifiManager.removeSuggestionConnectionStatusListener
- Method: WifiManager.saveConfiguration
- Method: WifiManager.setTdlsEnabled
- Method: WifiManager.setTdlsEnabledWithMacAddress
- Method: WifiManager.setWifiEnabled
- Method: WifiManager.startLocalOnlyHotspot
- Method: WifiManager.startScan
- Method: WifiManager.startWps
- Method: WifiManager.unregisterScanResultsCallback
- Method: WifiManager.updateNetwork
- Method: BluetoothHeadset.getConnectedDevices
- Method: BluetoothHeadset.getConnectionState
- Method: BluetoothHeadset.getDevicesMatchingConnectionStates
- Method: BluetoothHeadset.isAudioConnected
- Method: BluetoothHeadset.sendVendorSpecificResultCode
- Method: BluetoothHeadset.startVoiceRecognition
- Method: BluetoothHeadset.stopVoiceRecognition
- Method: StringBuilder.append
- Method: StringBuilder.appendCodePoint
- Method: StringBuilder.capacity
- Method: StringBuilder.charAt
- Method: StringBuilder.codePointAt
- Method: StringBuilder.codePointBefore
- Method: StringBuilder.codePointCount
- Method: StringBuilder.delete
- Method: StringBuilder.deleteCharAt
- Method: StringBuilder.ensureCapacity
- Method: StringBuilder.getChars
- Method: StringBuilder.indexOf
- Method: StringBuilder.insert
- Method: StringBuilder.lastIndexOf
- Method: StringBuilder.length
- Method: StringBuilder.offsetByCodePoints
- Method: StringBuilder.replace
- Method: StringBuilder.reverse
- Method: StringBuilder.setCharAt
- Method: StringBuilder.setLength
- Method: StringBuilder.subSequence
- Method: StringBuilder.substring
- Method: StringBuilder.toString
- Method: StringBuilder.trimToSize
- Method: ConnectivityManager.addDefaultNetworkActiveListener
- Method: ConnectivityManager.bindProcessToNetwork
- Method: ConnectivityManager.createSocketKeepalive
- Method: ConnectivityManager.getActiveNetwork
- Method: ConnectivityManager.getActiveNetworkInfo
- Method: ConnectivityManager.getAllNetworkInfo
- Method: ConnectivityManager.getBackgroundDataSetting
- Method: ConnectivityManager.getBoundNetworkForProcess
- Method: ConnectivityManager.getConnectionOwnerUid
- Method: ConnectivityManager.getDefaultProxy
- Method: ConnectivityManager.getLinkProperties
- Method: ConnectivityManager.getMultipathPreference
- Method: ConnectivityManager.getNetworkCapabilities
- Method: ConnectivityManager.getNetworkInfo
- Method: ConnectivityManager.getNetworkPreference
- Method: ConnectivityManager.getNetworkWatchlistConfigHash
- Method: ConnectivityManager.getProcessDefaultNetwork
- Method: ConnectivityManager.getRestrictBackgroundStatus
- Method: ConnectivityManager.isActiveNetworkMetered
- Method: ConnectivityManager.isDefaultNetworkActive
- Method: ConnectivityManager.isNetworkTypeValid
- Method: ConnectivityManager.registerDefaultNetworkCallback
- Method: ConnectivityManager.registerNetworkCallback
- Method: ConnectivityManager.releaseNetworkRequest
- Method: ConnectivityManager.removeDefaultNetworkActiveListener
- Method: ConnectivityManager.reportBadNetwork
- Method: ConnectivityManager.reportNetworkConnectivity
- Method: ConnectivityManager.requestBandwidthUpdate
- Method: ConnectivityManager.requestNetwork
- Method: ConnectivityManager.setNetworkPreference
- Method: ConnectivityManager.setProcessDefaultNetwork
- Method: ConnectivityManager.unregisterNetworkCallback
- Method: DataOutputStream.flush
- Method: DataOutputStream.size
- Method: DataOutputStream.write
- Method: DataOutputStream.writeBoolean
- Method: DataOutputStream.writeByte
- Method: DataOutputStream.writeBytes
- Method: DataOutputStream.writeChar
- Method: DataOutputStream.writeChars
- Method: DataOutputStream.writeDouble
- Method: DataOutputStream.writeFloat
- Method: DataOutputStream.writeInt
- Method: DataOutputStream.writeLong
- Method: DataOutputStream.writeShort
- Method: DataOutputStream.writeUTF
- Method: ApplicationInfo.describeContents
- Method: ApplicationInfo.dump
- Method: ApplicationInfo.getCategoryTitle
- Method: ApplicationInfo.getGwpAsanMode
- Method: ApplicationInfo.isProfileableByShell
- Method: ApplicationInfo.isResourceOverlay
- Method: ApplicationInfo.isVirtualPreload
- Method: ApplicationInfo.loadDescription
- Method: ApplicationInfo.toString
- Method: ApplicationInfo.writeToParcel
- Method: Geocoder.getFromLocation
- Method: Geocoder.getFromLocationName
- Method: Geocoder.isPresent
- Method: ContentResolver.acquireContentProviderClient
- Method: ContentResolver.acquireUnstableContentProviderClient
- Method: ContentResolver.addPeriodicSync
- Method: ContentResolver.addStatusChangeListener
- Method: ContentResolver.applyBatch
- Method: ContentResolver.bulkInsert
- Method: ContentResolver.call
- Method: ContentResolver.cancelSync
- Method: ContentResolver.canonicalize
- Method: ContentResolver.delete
- Method: ContentResolver.getCurrentSync
- Method: ContentResolver.getIsSyncable
- Method: ContentResolver.getMasterSyncAutomatically
- Method: ContentResolver.getOutgoingPersistedUriPermissions
- Method: ContentResolver.getPeriodicSyncs
- Method: ContentResolver.getPersistedUriPermissions
- Method: ContentResolver.getStreamTypes
- Method: ContentResolver.getSyncAdapterTypes
- Method: ContentResolver.getSyncAutomatically
- Method: ContentResolver.getType
- Method: ContentResolver.getTypeInfo
- Method: ContentResolver.insert
- Method: ContentResolver.isSyncActive
- Method: ContentResolver.isSyncPending
- Method: ContentResolver.loadThumbnail
- Method: ContentResolver.notifyChange
- Method: ContentResolver.openAssetFile
- Method: ContentResolver.openAssetFileDescriptor
- Method: ContentResolver.openFile
- Method: ContentResolver.openFileDescriptor
- Method: ContentResolver.openInputStream
- Method: ContentResolver.openOutputStream
- Method: ContentResolver.openTypedAssetFile
- Method: ContentResolver.openTypedAssetFileDescriptor
- Method: ContentResolver.query
- Method: ContentResolver.refresh
- Method: ContentResolver.registerContentObserver
- Method: ContentResolver.releasePersistableUriPermission
- Method: ContentResolver.removePeriodicSync
- Method: ContentResolver.removeStatusChangeListener
- Method: ContentResolver.requestSync
- Method: ContentResolver.setIsSyncable
- Method: ContentResolver.setMasterSyncAutomatically
- Method: ContentResolver.setSyncAutomatically
- Method: ContentResolver.startSync
- Method: ContentResolver.takePersistableUriPermission
- Method: ContentResolver.uncanonicalize
- Method: ContentResolver.unregisterContentObserver
- Method: ContentResolver.update
- Method: ContentResolver.validateSyncExtrasBundle
- Method: ContentResolver.wrap
- Method: BluetoothServerSocket.accept
- Method: BluetoothServerSocket.close
- Method: BluetoothServerSocket.getPsm
- Method: BluetoothServerSocket.toString
- Method: Field.equals
- Method: Field.get
- Method: Field.getAnnotation
- Method: Field.getAnnotationsByType
- Method: Field.getBoolean
- Method: Field.getByte
- Method: Field.getChar
- Method: Field.getDeclaredAnnotations
- Method: Field.getDeclaringClass
- Method: Field.getDouble
- Method: Field.getFloat
- Method: Field.getGenericType
- Method: Field.getInt
- Method: Field.getLong
- Method: Field.getModifiers
- Method: Field.getName
- Method: Field.getShort
- Method: Field.getType
- Method: Field.hashCode
- Method: Field.isAnnotationPresent
- Method: Field.isEnumConstant
- Method: Field.isSynthetic
- Method: Field.set
- Method: Field.setBoolean
- Method: Field.setByte
- Method: Field.setChar
- Method: Field.setDouble
- Method: Field.setFloat
- Method: Field.setInt
- Method: Field.setLong
- Method: Field.setShort
- Method: Field.toGenericString
- Method: Field.toString
- Method: Proxy.address
- Method: Proxy.equals
- Method: Proxy.hashCode
- Method: Proxy.toString
- Method: Proxy.type
- Method: HttpURLConnection.disconnect
- Method: HttpURLConnection.getErrorStream
- Method: HttpURLConnection.getFollowRedirects
- Method: HttpURLConnection.getHeaderField
- Method: HttpURLConnection.getHeaderFieldDate
- Method: HttpURLConnection.getHeaderFieldKey
- Method: HttpURLConnection.getInstanceFollowRedirects
- Method: HttpURLConnection.getPermission
- Method: HttpURLConnection.getRequestMethod
- Method: HttpURLConnection.getResponseCode
- Method: HttpURLConnection.getResponseMessage
- Method: HttpURLConnection.setChunkedStreamingMode
- Method: HttpURLConnection.setFixedLengthStreamingMode
- Method: HttpURLConnection.setFollowRedirects
- Method: HttpURLConnection.setInstanceFollowRedirects
- Method: HttpURLConnection.setRequestMethod
- Method: HttpURLConnection.usingProxy
- Method: PackageManager.addPackageToPreferred
- Method: PackageManager.addPermission
- Method: PackageManager.addPermissionAsync
- Method: PackageManager.addPreferredActivity
- Method: PackageManager.addWhitelistedRestrictedPermission
- Method: PackageManager.canRequestPackageInstalls
- Method: PackageManager.canonicalToCurrentPackageNames
- Method: PackageManager.checkPermission
- Method: PackageManager.checkSignatures
- Method: PackageManager.clearInstantAppCookie
- Method: PackageManager.clearPackagePreferredActivities
- Method: PackageManager.currentToCanonicalPackageNames
- Method: PackageManager.extendVerificationTimeout
- Method: PackageManager.getActivityBanner
- Method: PackageManager.getActivityIcon
- Method: PackageManager.getActivityInfo
- Method: PackageManager.getActivityLogo
- Method: PackageManager.getAllPermissionGroups
- Method: PackageManager.getApplicationBanner
- Method: PackageManager.getApplicationEnabledSetting
- Method: PackageManager.getApplicationIcon
- Method: PackageManager.getApplicationInfo
- Method: PackageManager.getApplicationLabel
- Method: PackageManager.getApplicationLogo
- Method: PackageManager.getBackgroundPermissionOptionLabel
- Method: PackageManager.getChangedPackages
- Method: PackageManager.getComponentEnabledSetting
- Method: PackageManager.getDefaultActivityIcon
- Method: PackageManager.getDrawable
- Method: PackageManager.getInstallSourceInfo
- Method: PackageManager.getInstalledApplications
- Method: PackageManager.getInstalledModules
- Method: PackageManager.getInstalledPackages
- Method: PackageManager.getInstallerPackageName
- Method: PackageManager.getInstantAppCookie
- Method: PackageManager.getInstantAppCookieMaxBytes
- Method: PackageManager.getInstrumentationInfo
- Method: PackageManager.getLaunchIntentForPackage
- Method: PackageManager.getLeanbackLaunchIntentForPackage
- Method: PackageManager.getMimeGroup
- Method: PackageManager.getModuleInfo
- Method: PackageManager.getNameForUid
- Method: PackageManager.getPackageArchiveInfo
- Method: PackageManager.getPackageGids
- Method: PackageManager.getPackageInfo
- Method: PackageManager.getPackageInstaller
- Method: PackageManager.getPackageUid
- Method: PackageManager.getPackagesForUid
- Method: PackageManager.getPackagesHoldingPermissions
- Method: PackageManager.getPermissionGroupInfo
- Method: PackageManager.getPermissionInfo
- Method: PackageManager.getPreferredActivities
- Method: PackageManager.getPreferredPackages
- Method: PackageManager.getProviderInfo
- Method: PackageManager.getReceiverInfo
- Method: PackageManager.getResourcesForActivity
- Method: PackageManager.getResourcesForApplication
- Method: PackageManager.getServiceInfo
- Method: PackageManager.getSharedLibraries
- Method: PackageManager.getSuspendedPackageAppExtras
- Method: PackageManager.getSyntheticAppDetailsActivityEnabled
- Method: PackageManager.getSystemAvailableFeatures
- Method: PackageManager.getSystemSharedLibraryNames
- Method: PackageManager.getText
- Method: PackageManager.getUserBadgedDrawableForDensity
- Method: PackageManager.getUserBadgedIcon
- Method: PackageManager.getUserBadgedLabel
- Method: PackageManager.getWhitelistedRestrictedPermissions
- Method: PackageManager.getXml
- Method: PackageManager.hasSigningCertificate
- Method: PackageManager.hasSystemFeature
- Method: PackageManager.isDefaultApplicationIcon
- Method: PackageManager.isDeviceUpgrading
- Method: PackageManager.isInstantApp
- Method: PackageManager.isPackageSuspended
- Method: PackageManager.isPermissionRevokedByPolicy
- Method: PackageManager.isSafeMode
- Method: PackageManager.queryBroadcastReceivers
- Method: PackageManager.queryContentProviders
- Method: PackageManager.queryInstrumentation
- Method: PackageManager.queryIntentActivities
- Method: PackageManager.queryIntentActivityOptions
- Method: PackageManager.queryIntentContentProviders
- Method: PackageManager.queryIntentServices
- Method: PackageManager.queryPermissionsByGroup
- Method: PackageManager.removePackageFromPreferred
- Method: PackageManager.removePermission
- Method: PackageManager.removeWhitelistedRestrictedPermission
- Method: PackageManager.resolveActivity
- Method: PackageManager.resolveContentProvider
- Method: PackageManager.resolveService
- Method: PackageManager.setApplicationCategoryHint
- Method: PackageManager.setApplicationEnabledSetting
- Method: PackageManager.setComponentEnabledSetting
- Method: PackageManager.setInstallerPackageName
- Method: PackageManager.setMimeGroup
- Method: PackageManager.updateInstantAppCookie
- Method: PackageManager.verifyPendingInstall
- Method: TimerTask.cancel
- Method: TimerTask.run
- Method: TimerTask.scheduledExecutionTime
- Method: LabeledIntent.getIconResource
- Method: LabeledIntent.getLabelResource
- Method: LabeledIntent.getNonLocalizedLabel
- Method: LabeledIntent.getSourcePackage
- Method: LabeledIntent.loadIcon
- Method: LabeledIntent.loadLabel
- Method: LabeledIntent.readFromParcel
- Method: LabeledIntent.writeToParcel
- Method: ClassLoader.clearAssertionStatus
- Method: ClassLoader.getParent
- Method: ClassLoader.getResource
- Method: ClassLoader.getResourceAsStream
- Method: ClassLoader.getResources
- Method: ClassLoader.getSystemClassLoader
- Method: ClassLoader.getSystemResource
- Method: ClassLoader.getSystemResourceAsStream
- Method: ClassLoader.getSystemResources
- Method: ClassLoader.loadClass
- Method: ClassLoader.setClassAssertionStatus
- Method: ClassLoader.setDefaultAssertionStatus
- Method: ClassLoader.setPackageAssertionStatus
- Method: AccessibleObject.getAnnotation
- Method: AccessibleObject.getAnnotations
- Method: AccessibleObject.getAnnotationsByType
- Method: AccessibleObject.getDeclaredAnnotation
- Method: AccessibleObject.getDeclaredAnnotations
- Method: AccessibleObject.getDeclaredAnnotationsByType
- Method: AccessibleObject.isAccessible
- Method: AccessibleObject.isAnnotationPresent
- Method: AccessibleObject.setAccessible
- Method: BluetoothGattDescriptor.describeContents
- Method: BluetoothGattDescriptor.getCharacteristic
- Method: BluetoothGattDescriptor.getPermissions
- Method: BluetoothGattDescriptor.getUuid
- Method: BluetoothGattDescriptor.getValue
- Method: BluetoothGattDescriptor.setValue
- Method: BluetoothGattDescriptor.writeToParcel
- Method: WebView.addJavascriptInterface
- Method: WebView.autofill
- Method: WebView.canGoBack
- Method: WebView.canGoBackOrForward
- Method: WebView.canGoForward
- Method: WebView.canZoomIn
- Method: WebView.canZoomOut
- Method: WebView.capturePicture
- Method: WebView.clearCache
- Method: WebView.clearClientCertPreferences
- Method: WebView.clearFormData
- Method: WebView.clearHistory
- Method: WebView.clearMatches
- Method: WebView.clearSslPreferences
- Method: WebView.clearView
- Method: WebView.computeScroll
- Method: WebView.copyBackForwardList
- Method: WebView.createPrintDocumentAdapter
- Method: WebView.createWebMessageChannel
- Method: WebView.destroy
- Method: WebView.disableWebView
- Method: WebView.dispatchKeyEvent
- Method: WebView.documentHasImages
- Method: WebView.enableSlowWholeDocumentDraw
- Method: WebView.evaluateJavascript
- Method: WebView.findAddress
- Method: WebView.findAll
- Method: WebView.findAllAsync
- Method: WebView.findFocus
- Method: WebView.findNext
- Method: WebView.flingScroll
- Method: WebView.freeMemory
- Method: WebView.getAccessibilityClassName
- Method: WebView.getAccessibilityNodeProvider
- Method: WebView.getCertificate
- Method: WebView.getContentHeight
- Method: WebView.getCurrentWebViewPackage
- Method: WebView.getFavicon
- Method: WebView.getHandler
- Method: WebView.getHitTestResult
- Method: WebView.getHttpAuthUsernamePassword
- Method: WebView.getOriginalUrl
- Method: WebView.getProgress
- Method: WebView.getRendererPriorityWaivedWhenNotVisible
- Method: WebView.getRendererRequestedPriority
- Method: WebView.getSafeBrowsingPrivacyPolicyUrl
- Method: WebView.getScale
- Method: WebView.getSettings
- Method: WebView.getTextClassifier
- Method: WebView.getTitle
- Method: WebView.getUrl
- Method: WebView.getWebChromeClient
- Method: WebView.getWebViewClassLoader
- Method: WebView.getWebViewClient
- Method: WebView.getWebViewLooper
- Method: WebView.getWebViewRenderProcess
- Method: WebView.getWebViewRenderProcessClient
- Method: WebView.goBack
- Method: WebView.goBackOrForward
- Method: WebView.goForward
- Method: WebView.invokeZoomPicker
- Method: WebView.isPrivateBrowsingEnabled
- Method: WebView.isVisibleToUserForAutofill
- Method: WebView.loadData
- Method: WebView.loadDataWithBaseURL
- Method: WebView.loadUrl
- Method: WebView.onCheckIsTextEditor
- Method: WebView.onChildViewAdded
- Method: WebView.onChildViewRemoved
- Method: WebView.onCreateInputConnection
- Method: WebView.onDragEvent
- Method: WebView.onFinishTemporaryDetach
- Method: WebView.onGenericMotionEvent
- Method: WebView.onGlobalFocusChanged
- Method: WebView.onHoverEvent
- Method: WebView.onKeyDown
- Method: WebView.onKeyMultiple
- Method: WebView.onKeyUp
- Method: WebView.onPause
- Method: WebView.onProvideAutofillVirtualStructure
- Method: WebView.onProvideContentCaptureStructure
- Method: WebView.onProvideVirtualStructure
- Method: WebView.onResume
- Method: WebView.onStartTemporaryDetach
- Method: WebView.onTouchEvent
- Method: WebView.onTrackballEvent
- Method: WebView.onWindowFocusChanged
- Method: WebView.overlayHorizontalScrollbar
- Method: WebView.overlayVerticalScrollbar
- Method: WebView.pageDown
- Method: WebView.pageUp
- Method: WebView.pauseTimers
- Method: WebView.performLongClick
- Method: WebView.postUrl
- Method: WebView.postVisualStateCallback
- Method: WebView.postWebMessage
- Method: WebView.reload
- Method: WebView.removeJavascriptInterface
- Method: WebView.requestChildRectangleOnScreen
- Method: WebView.requestFocus
- Method: WebView.requestFocusNodeHref
- Method: WebView.requestImageRef
- Method: WebView.restoreState
- Method: WebView.resumeTimers
- Method: WebView.savePassword
- Method: WebView.saveState
- Method: WebView.saveWebArchive
- Method: WebView.setBackgroundColor
- Method: WebView.setCertificate
- Method: WebView.setDataDirectorySuffix
- Method: WebView.setDownloadListener
- Method: WebView.setFindListener
- Method: WebView.setHorizontalScrollbarOverlay
- Method: WebView.setHttpAuthUsernamePassword
- Method: WebView.setInitialScale
- Method: WebView.setLayerType
- Method: WebView.setLayoutParams
- Method: WebView.setMapTrackballToArrowKeys
- Method: WebView.setNetworkAvailable
- Method: WebView.setOverScrollMode
- Method: WebView.setPictureListener
- Method: WebView.setRendererPriorityPolicy
- Method: WebView.setSafeBrowsingWhitelist
- Method: WebView.setScrollBarStyle
- Method: WebView.setTextClassifier
- Method: WebView.setVerticalScrollbarOverlay
- Method: WebView.setWebChromeClient
- Method: WebView.setWebContentsDebuggingEnabled
- Method: WebView.setWebViewClient
- Method: WebView.setWebViewRenderProcessClient
- Method: WebView.shouldDelayChildPressedState
- Method: WebView.showFindDialog
- Method: WebView.startSafeBrowsing
- Method: WebView.stopLoading
- Method: WebView.zoomBy
- Method: WebView.zoomIn
- Method: WebView.zoomOut
- Method: Modifier.classModifiers
- Method: Modifier.constructorModifiers
- Method: Modifier.fieldModifiers
- Method: Modifier.interfaceModifiers
- Method: Modifier.isAbstract
- Method: Modifier.isFinal
- Method: Modifier.isInterface
- Method: Modifier.isNative
- Method: Modifier.isPrivate
- Method: Modifier.isProtected
- Method: Modifier.isPublic
- Method: Modifier.isStatic
- Method: Modifier.isStrict
- Method: Modifier.isSynchronized
- Method: Modifier.isTransient
- Method: Modifier.isVolatile
- Method: Modifier.methodModifiers
- Method: Modifier.parameterModifiers
- Method: Modifier.toString
- Method: KeyGenerator.generateKey
- Method: KeyGenerator.getAlgorithm
- Method: KeyGenerator.getInstance
- Method: KeyGenerator.getProvider
- Method: KeyGenerator.init
- Method: BluetoothHealth.connectChannelToSource
- Method: BluetoothHealth.disconnectChannel
- Method: BluetoothHealth.getConnectedDevices
- Method: BluetoothHealth.getConnectionState
- Method: BluetoothHealth.getDevicesMatchingConnectionStates
- Method: BluetoothHealth.getMainChannelFd
- Method: BluetoothHealth.registerSinkAppConfiguration
- Method: BluetoothHealth.unregisterAppConfiguration
- Method: CaptureFailure.getFrameNumber
- Method: CaptureFailure.getPhysicalCameraId
- Method: CaptureFailure.getReason
- Method: CaptureFailure.getRequest
- Method: CaptureFailure.getSequenceId
- Method: CaptureFailure.wasImageCaptured
- Method: CipherInputStream.available
- Method: CipherInputStream.close
- Method: CipherInputStream.markSupported
- Method: CipherInputStream.read
- Method: CipherInputStream.skip
- Method: Bundle.clear
- Method: Bundle.clone
- Method: Bundle.deepCopy
- Method: Bundle.describeContents
- Method: Bundle.getBinder
- Method: Bundle.getBundle
- Method: Bundle.getByte
- Method: Bundle.getByteArray
- Method: Bundle.getChar
- Method: Bundle.getCharArray
- Method: Bundle.getCharSequence
- Method: Bundle.getCharSequenceArray
- Method: Bundle.getCharSequenceArrayList
- Method: Bundle.getClassLoader
- Method: Bundle.getFloat
- Method: Bundle.getFloatArray
- Method: Bundle.getIntegerArrayList
- Method: Bundle.getParcelable
- Method: Bundle.getParcelableArray
- Method: Bundle.getParcelableArrayList
- Method: Bundle.getSerializable
- Method: Bundle.getShort
- Method: Bundle.getShortArray
- Method: Bundle.getSize
- Method: Bundle.getSizeF
- Method: Bundle.getSparseParcelableArray
- Method: Bundle.getStringArrayList
- Method: Bundle.hasFileDescriptors
- Method: Bundle.putAll
- Method: Bundle.putBinder
- Method: Bundle.putBundle
- Method: Bundle.putByte
- Method: Bundle.putByteArray
- Method: Bundle.putChar
- Method: Bundle.putCharArray
- Method: Bundle.putCharSequence
- Method: Bundle.putCharSequenceArray
- Method: Bundle.putCharSequenceArrayList
- Method: Bundle.putFloat
- Method: Bundle.putFloatArray
- Method: Bundle.putIntegerArrayList
- Method: Bundle.putParcelable
- Method: Bundle.putParcelableArray
- Method: Bundle.putParcelableArrayList
- Method: Bundle.putSerializable
- Method: Bundle.putShort
- Method: Bundle.putShortArray
- Method: Bundle.putSize
- Method: Bundle.putSizeF
- Method: Bundle.putSparseParcelableArray
- Method: Bundle.putStringArrayList
- Method: Bundle.readFromParcel
- Method: Bundle.remove
- Method: Bundle.setClassLoader
- Method: Bundle.toString
- Method: Bundle.writeToParcel
- Method: ShortcutManager.addDynamicShortcuts
- Method: ShortcutManager.createShortcutResultIntent
- Method: ShortcutManager.disableShortcuts
- Method: ShortcutManager.enableShortcuts
- Method: ShortcutManager.getDynamicShortcuts
- Method: ShortcutManager.getIconMaxHeight
- Method: ShortcutManager.getIconMaxWidth
- Method: ShortcutManager.getManifestShortcuts
- Method: ShortcutManager.getMaxShortcutCountPerActivity
- Method: ShortcutManager.getPinnedShortcuts
- Method: ShortcutManager.getShortcuts
- Method: ShortcutManager.isRateLimitingActive
- Method: ShortcutManager.isRequestPinShortcutSupported
- Method: ShortcutManager.pushDynamicShortcut
- Method: ShortcutManager.removeAllDynamicShortcuts
- Method: ShortcutManager.removeDynamicShortcuts
- Method: ShortcutManager.removeLongLivedShortcuts
- Method: ShortcutManager.reportShortcutUsed
- Method: ShortcutManager.requestPinShortcut
- Method: ShortcutManager.setDynamicShortcuts
- Method: ShortcutManager.updateShortcuts
- Method: CaptureResult.get
- Method: CaptureResult.getFrameNumber
- Method: CaptureResult.getKeys
- Method: CaptureResult.getRequest
- Method: CaptureResult.getSequenceId
- Method: Service.getApplication
- Method: Service.getForegroundServiceType
- Method: Service.onBind
- Method: Service.onConfigurationChanged
- Method: Service.onCreate
- Method: Service.onDestroy
- Method: Service.onLowMemory
- Method: Service.onRebind
- Method: Service.onStart
- Method: Service.onStartCommand
- Method: Service.onTaskRemoved
- Method: Service.onTrimMemory
- Method: Service.onUnbind
- Method: Service.startForeground
- Method: Service.stopForeground
- Method: Service.stopSelf
- Method: Service.stopSelfResult
- Method: BluetoothGattCallback.onCharacteristicChanged
- Method: BluetoothGattCallback.onCharacteristicRead
- Method: BluetoothGattCallback.onCharacteristicWrite
- Method: BluetoothGattCallback.onConnectionStateChange
- Method: BluetoothGattCallback.onDescriptorRead
- Method: BluetoothGattCallback.onDescriptorWrite
- Method: BluetoothGattCallback.onMtuChanged
- Method: BluetoothGattCallback.onPhyRead
- Method: BluetoothGattCallback.onPhyUpdate
- Method: BluetoothGattCallback.onReadRemoteRssi
- Method: BluetoothGattCallback.onReliableWriteCompleted
- Method: BluetoothGattCallback.onServicesDiscovered
- Method: ServerSocket.accept
- Method: ServerSocket.bind
- Method: ServerSocket.close
- Method: ServerSocket.getChannel
- Method: ServerSocket.getInetAddress
- Method: ServerSocket.getLocalPort
- Method: ServerSocket.getLocalSocketAddress
- Method: ServerSocket.getReceiveBufferSize
- Method: ServerSocket.getReuseAddress
- Method: ServerSocket.getSoTimeout
- Method: ServerSocket.isBound
- Method: ServerSocket.isClosed
- Method: ServerSocket.setPerformancePreferences
- Method: ServerSocket.setReceiveBufferSize
- Method: ServerSocket.setReuseAddress
- Method: ServerSocket.setSoTimeout
- Method: ServerSocket.setSocketFactory
- Method: ServerSocket.toString
- Method: LauncherApps.getActivityList
- Method: LauncherApps.getAllPackageInstallerSessions
- Method: LauncherApps.getApplicationInfo
- Method: LauncherApps.getPinItemRequest
- Method: LauncherApps.getProfiles
- Method: LauncherApps.getShortcutBadgedIconDrawable
- Method: LauncherApps.getShortcutConfigActivityIntent
- Method: LauncherApps.getShortcutConfigActivityList
- Method: LauncherApps.getShortcutIconDrawable
- Method: LauncherApps.getShortcuts
- Method: LauncherApps.getSuspendedPackageLauncherExtras
- Method: LauncherApps.hasShortcutHostPermission
- Method: LauncherApps.isActivityEnabled
- Method: LauncherApps.isPackageEnabled
- Method: LauncherApps.pinShortcuts
- Method: LauncherApps.registerCallback
- Method: LauncherApps.registerPackageInstallerSessionCallback
- Method: LauncherApps.resolveActivity
- Method: LauncherApps.shouldHideFromSuggestions
- Method: LauncherApps.startAppDetailsActivity
- Method: LauncherApps.startMainActivity
- Method: LauncherApps.startPackageInstallerSessionDetailsActivity
- Method: LauncherApps.startShortcut
- Method: LauncherApps.unregisterCallback
- Method: LauncherApps.unregisterPackageInstallerSessionCallback
- Method: KeyChain.choosePrivateKeyAlias
- Method: KeyChain.createInstallIntent
- Method: KeyChain.getCertificateChain
- Method: KeyChain.getPrivateKey
- Method: KeyChain.isBoundKeyAlgorithm
- Method: KeyChain.isKeyAlgorithmSupported
- Method: GnssNavigationMessage.describeContents
- Method: GnssNavigationMessage.getData
- Method: GnssNavigationMessage.getMessageId
- Method: GnssNavigationMessage.getStatus
- Method: GnssNavigationMessage.getSubmessageId
- Method: GnssNavigationMessage.getSvid
- Method: GnssNavigationMessage.getType
- Method: GnssNavigationMessage.toString
- Method: GnssNavigationMessage.writeToParcel
- Method: ExemptionMechanism.genExemptionBlob
- Method: ExemptionMechanism.getInstance
- Method: ExemptionMechanism.getName
- Method: ExemptionMechanism.getOutputSize
- Method: ExemptionMechanism.getProvider
- Method: ExemptionMechanism.init
- Method: ExemptionMechanism.isCryptoAllowed
- Method: GnssClock.describeContents
- Method: GnssClock.getBiasNanos
- Method: GnssClock.getBiasUncertaintyNanos
- Method: GnssClock.getDriftNanosPerSecond
- Method: GnssClock.getDriftUncertaintyNanosPerSecond
- Method: GnssClock.getElapsedRealtimeNanos
- Method: GnssClock.getElapsedRealtimeUncertaintyNanos
- Method: GnssClock.getFullBiasNanos
- Method: GnssClock.getHardwareClockDiscontinuityCount
- Method: GnssClock.getLeapSecond
- Method: GnssClock.getReferenceCarrierFrequencyHzForIsb
- Method: GnssClock.getReferenceCodeTypeForIsb
- Method: GnssClock.getReferenceConstellationTypeForIsb
- Method: GnssClock.getTimeNanos
- Method: GnssClock.getTimeUncertaintyNanos
- Method: GnssClock.hasBiasNanos
- Method: GnssClock.hasBiasUncertaintyNanos
- Method: GnssClock.hasDriftNanosPerSecond
- Method: GnssClock.hasDriftUncertaintyNanosPerSecond
- Method: GnssClock.hasElapsedRealtimeNanos
- Method: GnssClock.hasElapsedRealtimeUncertaintyNanos
- Method: GnssClock.hasFullBiasNanos
- Method: GnssClock.hasLeapSecond
- Method: GnssClock.hasReferenceCarrierFrequencyHzForIsb
- Method: GnssClock.hasReferenceCodeTypeForIsb
- Method: GnssClock.hasReferenceConstellationTypeForIsb
- Method: GnssClock.hasTimeUncertaintyNanos
- Method: GnssClock.toString
- Method: GnssClock.writeToParcel
- Method: Array.get
- Method: Array.getBoolean
- Method: Array.getByte
- Method: Array.getChar
- Method: Array.getDouble
- Method: Array.getFloat
- Method: Array.getInt
- Method: Array.getLength
- Method: Array.getLong
- Method: Array.getShort
- Method: Array.newInstance
- Method: Array.set
- Method: Array.setBoolean
- Method: Array.setByte
- Method: Array.setChar
- Method: Array.setDouble
- Method: Array.setFloat
- Method: Array.setInt
- Method: Array.setLong
- Method: Array.setShort
- Method: KeyStoreParameter.isEncryptionRequired
- Method: Timer.cancel
- Method: Timer.purge
- Method: Timer.schedule
- Method: Timer.scheduleAtFixedRate
- Method: DatagramSocket.bind
- Method: DatagramSocket.close
- Method: DatagramSocket.connect
- Method: DatagramSocket.disconnect
- Method: DatagramSocket.getBroadcast
- Method: DatagramSocket.getChannel
- Method: DatagramSocket.getInetAddress
- Method: DatagramSocket.getLocalAddress
- Method: DatagramSocket.getLocalPort
- Method: DatagramSocket.getLocalSocketAddress
- Method: DatagramSocket.getPort
- Method: DatagramSocket.getReceiveBufferSize
- Method: DatagramSocket.getRemoteSocketAddress
- Method: DatagramSocket.getReuseAddress
- Method: DatagramSocket.getSendBufferSize
- Method: DatagramSocket.getSoTimeout
- Method: DatagramSocket.getTrafficClass
- Method: DatagramSocket.isBound
- Method: DatagramSocket.isClosed
- Method: DatagramSocket.isConnected
- Method: DatagramSocket.receive
- Method: DatagramSocket.send
- Method: DatagramSocket.setBroadcast
- Method: DatagramSocket.setDatagramSocketImplFactory
- Method: DatagramSocket.setReceiveBufferSize
- Method: DatagramSocket.setReuseAddress
- Method: DatagramSocket.setSendBufferSize
- Method: DatagramSocket.setSoTimeout
- Method: DatagramSocket.setTrafficClass
- Method: GnssStatus.equals
- Method: GnssStatus.getAzimuthDegrees
- Method: GnssStatus.getBasebandCn0DbHz
- Method: GnssStatus.getCarrierFrequencyHz
- Method: GnssStatus.getCn0DbHz
- Method: GnssStatus.getConstellationType
- Method: GnssStatus.getElevationDegrees
- Method: GnssStatus.getSatelliteCount
- Method: GnssStatus.getSvid
- Method: GnssStatus.hasAlmanacData
- Method: GnssStatus.hasBasebandCn0DbHz
- Method: GnssStatus.hasCarrierFrequencyHz
- Method: GnssStatus.hasEphemerisData
- Method: GnssStatus.hashCode
- Method: GnssStatus.usedInFix
- Method: BluetoothGatt.abortReliableWrite
- Method: BluetoothGatt.beginReliableWrite
- Method: BluetoothGatt.close
- Method: BluetoothGatt.connect
- Method: BluetoothGatt.disconnect
- Method: BluetoothGatt.discoverServices
- Method: BluetoothGatt.executeReliableWrite
- Method: BluetoothGatt.getConnectedDevices
- Method: BluetoothGatt.getConnectionState
- Method: BluetoothGatt.getDevice
- Method: BluetoothGatt.getDevicesMatchingConnectionStates
- Method: BluetoothGatt.getService
- Method: BluetoothGatt.getServices
- Method: BluetoothGatt.readCharacteristic
- Method: BluetoothGatt.readDescriptor
- Method: BluetoothGatt.readPhy
- Method: BluetoothGatt.readRemoteRssi
- Method: BluetoothGatt.requestConnectionPriority
- Method: BluetoothGatt.requestMtu
- Method: BluetoothGatt.setCharacteristicNotification
- Method: BluetoothGatt.setPreferredPhy
- Method: BluetoothGatt.writeCharacteristic
- Method: BluetoothGatt.writeDescriptor
- Method: Signature.describeContents
- Method: Signature.equals
- Method: Signature.hashCode
- Method: Signature.toByteArray
- Method: Signature.toChars
- Method: Signature.toCharsString
- Method: Signature.writeToParcel
- Method: CameraCharacteristics.get
- Method: CameraCharacteristics.getAvailableCaptureRequestKeys
- Method: CameraCharacteristics.getAvailableCaptureResultKeys
- Method: CameraCharacteristics.getAvailablePhysicalCameraRequestKeys
- Method: CameraCharacteristics.getAvailableSessionKeys
- Method: CameraCharacteristics.getKeys
- Method: CameraCharacteristics.getKeysNeedingPermission
- Method: CameraCharacteristics.getPhysicalCameraIds
- Method: CameraCharacteristics.getRecommendedStreamConfigurationMap
- Method: SocketImpl.toString
- Method: CaptureRequest.describeContents
- Method: CaptureRequest.equals
- Method: CaptureRequest.get
- Method: CaptureRequest.getKeys
- Method: CaptureRequest.getTag
- Method: CaptureRequest.hashCode
- Method: CaptureRequest.isReprocess
- Method: CaptureRequest.writeToParcel
- Method: GnssMeasurementsEvent.describeContents
- Method: GnssMeasurementsEvent.getClock
- Method: GnssMeasurementsEvent.getMeasurements
- Method: GnssMeasurementsEvent.toString
- Method: GnssMeasurementsEvent.writeToParcel
- Method: Location.bearingTo
- Method: Location.convert
- Method: Location.describeContents
- Method: Location.distanceBetween
- Method: Location.distanceTo
- Method: Location.dump
- Method: Location.getAccuracy
- Method: Location.getAltitude
- Method: Location.getBearing
- Method: Location.getBearingAccuracyDegrees
- Method: Location.getElapsedRealtimeNanos
- Method: Location.getElapsedRealtimeUncertaintyNanos
- Method: Location.getExtras
- Method: Location.getLatitude
- Method: Location.getLongitude
- Method: Location.getProvider
- Method: Location.getSpeed
- Method: Location.getSpeedAccuracyMetersPerSecond
- Method: Location.getTime
- Method: Location.getVerticalAccuracyMeters
- Method: Location.hasAccuracy
- Method: Location.hasAltitude
- Method: Location.hasBearing
- Method: Location.hasBearingAccuracy
- Method: Location.hasElapsedRealtimeUncertaintyNanos
- Method: Location.hasSpeed
- Method: Location.hasSpeedAccuracy
- Method: Location.hasVerticalAccuracy
- Method: Location.isFromMockProvider
- Method: Location.removeAccuracy
- Method: Location.removeAltitude
- Method: Location.removeBearing
- Method: Location.removeSpeed
- Method: Location.reset
- Method: Location.set
- Method: Location.setAccuracy
- Method: Location.setAltitude
- Method: Location.setBearing
- Method: Location.setBearingAccuracyDegrees
- Method: Location.setElapsedRealtimeNanos
- Method: Location.setElapsedRealtimeUncertaintyNanos
- Method: Location.setExtras
- Method: Location.setLatitude
- Method: Location.setLongitude
- Method: Location.setProvider
- Method: Location.setSpeed
- Method: Location.setSpeedAccuracyMetersPerSecond
- Method: Location.setTime
- Method: Location.setVerticalAccuracyMeters
- Method: Location.toString
- Method: Location.writeToParcel
- Enum_counter
- Interface_counter
- Class_counter
- Body_declaration_counter
- Enum_constants_counter
- Method_counter
- Body_counter
- Class_field_counter
- Parameter_counter
- Statement_counter
- Expression_counter
- If_statement_counter
- For_statement_counter
- For_each_statement_counter
- Do_while_statement_counter
- Try_statement_counter
- Assert_statement_counter
- Switch_statement_counter
- Synchronized_statement_counter
- Constructor_invocation_statement_counter
- Variable_statement_counter
- Lambda_expression_counter
- Object_creation_expression_counter
- Field_access_expression_counter
- Array_creation_expression_counter
- Assign_expression_counter
- Binary_expression_counter
- Conditional_expression_counter
- Catch_expression_counter
- Array_initialized_objects_counter
- Initialized_declaration_counter
- Constructor_declaration_counter
- Return_statement_counter
- Yield_statement_counter
- Local_class_declaration_counter
- Thrown_statement_counter
- Labeled_statement_counter
- Cast_expression_counter
- Enclosed_expression_counter
- Unary_expression_counter
- Array_access_expression_counter
- Method_call_expression_counter