Skip to content

alexx384/YetAnotherApkAnalyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YetAnotherApkAnalyzer also known as GIMCC Apk Analyzer

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.

To prepare on Ubuntu 18.04

  1. Download docker image of MobSF
docker pull opensecurity/mobile-security-framework-mobsf:latest
  1. Install python3, pip, virtualenv module
sudo apt install python3 python3-pip python3-venv
  1. Create python3 virtual environment for Androwarn and enter into
python3 -m venv venv
source venv/bin/activate
  1. Install Androwarn requirements
pip install wheel
pip install -r androwarn/requirements.txt
  1. Deactivate virtualenv
deactivate
  1. 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!

Processed data

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.

Extracted properties

Click to expand!
  1. Browsable_activities
  2. Activities
  3. Receivers
  4. Providers
  5. Services
  6. Libraries
  7. Target_sdk
  8. Max_sdk
  9. Min_sdk
  10. Version_code
  11. Permission_dangerous
  12. Permission_signature
  13. Permission_appop
  14. Permission_privileged
  15. Permission_development
  16. Permission_normal
  17. Permission_instant
  18. Permission_preinstalled
  19. Permission_retaildemo
  20. Permission_installer
  21. Permission_pre23
  22. Permission_unused
  23. Permission_deprecated
  24. Total_permissions
  25. Manifest_issues
  26. Code_issues
  27. Code_high_issues
  28. Code_warning_issues
  29. Code_info_issues
  30. Activities_with_url
  31. Domains
  32. Emails
  33. Firebase_urls
  34. Files
  35. Xml_files
  36. Png_files
  37. Kotlin_metadata_files
  38. Version_files
  39. Kotlin_builtins_files
  40. Pro_files
  41. Ttf_files
  42. Dex_files
  43. Gif_files
  44. Other_files
  45. Exported_activities
  46. Exported_services
  47. Exported_receivers
  48. Exported_providers
  49. Detected_trackers
  50. Mobsf_average_cvss
  51. Security_score
  52. Import: java.io.File
  53. Import: java.io.DataInputStream
  54. Import: java.io.DataOutputStream
  55. Import: java.io.FileInputStream
  56. Import: java.io.FileOutputStream
  57. Import: java.io.BufferedReader
  58. Import: java.io.BufferedWriter
  59. Import: java.net.InetSocketAddress
  60. Import: java.util.stream.Stream
  61. Import: java.util.Timer
  62. Import: java.util.TimerTask
  63. Import: android.app.Activity
  64. Import: android.app.Service
  65. Import: android.content.Intent
  66. Import: android.content.IntentFilter
  67. Import: android.content.ContentResolver
  68. Import: android.content.Context
  69. Import: android.content.pm.PackageManager
  70. Import: android.content.pm.ApplicationInfo
  71. Import: android.net.NetworkInfo
  72. Import: android.net.ConnectivityManager
  73. Import: android.os.Bundle
  74. Import: android.telephony.TelephonyManager
  75. Import: android.telephony.SmsManager
  76. Import: android.util.Log
  77. Import: android.provider.Browser
  78. Import: com.android.browser.GoogleAccountLogin
  79. Import: com.android.providers.media.MediaProvider
  80. Import: android.accounts.AccountManagerService
  81. Import: android.content.ContentService
  82. Import: com.android.contacts.activities.ContactDetailActivity
  83. Import: com.android.calendar.DayView
  84. Import: android.widget.VideoView
  85. Import: android.webkit.WebViewClassic
  86. Import: android.webkit.WebView
  87. Import: android.app.Fragment
  88. Import: android.accounts.AccountManager
  89. Import: android.os.Process
  90. Import: java.lang.reflect.AccessibleObject
  91. Import: java.lang.reflect.Array
  92. Import: java.lang.reflect.Constructor
  93. Import: java.lang.reflect.Executable
  94. Import: java.lang.reflect.Field
  95. Import: java.lang.reflect.Method
  96. Import: java.lang.reflect.Modifier
  97. Import: java.lang.reflect.Parameter
  98. Import: java.lang.reflect.Proxy
  99. Import: java.lang.reflect.ReflectPermission
  100. Import: android.hardware.camera2.CameraDevice
  101. Import: android.hardware.camera2.CameraCaptureSession
  102. Import: android.hardware.camera2.CameraCharacteristics
  103. Import: android.hardware.camera2.CameraManager
  104. Import: android.hardware.camera2.CameraMetadata
  105. Import: android.hardware.camera2.CaptureFailure
  106. Import: android.hardware.camera2.CaptureRequest
  107. Import: android.hardware.camera2.CaptureResult
  108. Import: android.hardware.camera2.DngCreator
  109. Import: android.hardware.camera2.TotalCaptureResult
  110. Import: android.hardware.camera2.CameraCharacteristics.Key
  111. Import: android.hardware.camera2.CameraConstrainedHighSpeedCaptureSession
  112. Import: android.hardware.fingerprint.FingerprintManager
  113. Import: android.hardware.display.DisplayManager
  114. Import: android.hardware.display.VirtualDisplay
  115. Import: android.hardware.display.VirtualDisplay.Callback
  116. Import: android.location.Address
  117. Import: java.net.Authenticator
  118. Import: java.net.CacheRequest
  119. Import: java.net.CacheResponse
  120. Import: java.net.ContentHandler
  121. Import: java.net.CookieHandler
  122. Import: java.net.CookieManager
  123. Import: java.net.DatagramPacket
  124. Import: java.net.DatagramSocket
  125. Import: java.net.DatagramSocketImpl
  126. Import: java.net.HttpCookie
  127. Import: java.net.HttpURLConnection
  128. Import: java.net.IDN
  129. Import: java.net.Inet4Address
  130. Import: java.net.Inet6Address
  131. Import: java.net.InetAddress
  132. Import: java.net.InterfaceAddress
  133. Import: java.net.JarURLConnection
  134. Import: java.net.MulticastSocket
  135. Import: java.net.NetPermission
  136. Import: java.net.NetworkInterface
  137. Import: java.net.PasswordAuthentication
  138. Import: java.net.Proxy
  139. Import: java.net.ProxySelector
  140. Import: java.net.ResponseCache
  141. Import: java.net.SecureCacheResponse
  142. Import: java.net.ServerSocket
  143. Import: java.net.Socket
  144. Import: java.net.SocketAddress
  145. Import: java.net.SocketImpl
  146. Import: java.net.SocketPermission
  147. Import: java.net.StandardSocketOptions
  148. Import: java.net.URI
  149. Import: java.net.URL
  150. Import: java.net.URLClassLoader
  151. Import: java.net.URLConnection
  152. Import: java.net.URLDecoder
  153. Import: java.net.URLEncoder
  154. Import: java.net.URLStreamHandler
  155. Import: android.location.Criteria
  156. Import: android.location.Geocoder
  157. Import: android.location.GnssClock
  158. Import: android.location.GnssMeasurement
  159. Import: android.location.GnssMeasurementsEvent
  160. Import: android.location.GnssNavigationMessage
  161. Import: android.location.GnssStatus
  162. Import: android.location.GpsSatellite
  163. Import: android.location.GpsStatus
  164. Import: android.location.Location
  165. Import: android.location.LocationManager
  166. Import: android.location.LocationProvider
  167. Import: android.location.SettingInjectorService
  168. Import: android.content.pm.ActivityInfo
  169. Import: android.content.pm.ChangedPackages
  170. Import: android.content.pm.ComponentInfo
  171. Import: android.content.pm.ConfigurationInfo
  172. Import: android.content.pm.FeatureGroupInfo
  173. Import: android.content.pm.FeatureInfo
  174. Import: android.content.pm.InstrumentationInfo
  175. Import: android.content.pm.LabeledIntent
  176. Import: android.content.pm.LauncherActivityInfo
  177. Import: android.content.pm.LauncherApps
  178. Import: android.content.pm.PackageInfo
  179. Import: android.content.pm.PackageInstaller
  180. Import: android.content.pm.PackageItemInfo
  181. Import: android.content.pm.PackageStats
  182. Import: android.content.pm.PathPermission
  183. Import: android.content.pm.PermissionGroupInfo
  184. Import: android.content.pm.PermissionInfo
  185. Import: android.content.pm.ProviderInfo
  186. Import: android.content.pm.ResolveInfo
  187. Import: android.content.pm.ServiceInfo
  188. Import: android.content.pm.SharedLibraryInfo
  189. Import: android.content.pm.ShortcutInfo
  190. Import: android.content.pm.ShortcutManager
  191. Import: android.content.pm.Signature
  192. Import: android.content.pm.VersionedPackage
  193. Import: android.net.wifi.ScanResult
  194. Import: android.net.wifi.WifiConfiguration
  195. Import: android.net.wifi.WifiEnterpriseConfig
  196. Import: android.net.wifi.WifiInfo
  197. Import: android.net.wifi.WifiManager
  198. Import: android.net.wifi.WpsInfo
  199. Import: dalvik.system.BaseDexClassLoader
  200. Import: dalvik.system.DexClassLoader
  201. Import: dalvik.system.DexFile
  202. Import: dalvik.system.InMemoryDexClassLoader
  203. Import: dalvik.system.PathClassLoader
  204. Import: android.telephony.cdma.CdmaCellLocation
  205. Import: javax.crypto.Cipher
  206. Import: javax.crypto.CipherInputStream
  207. Import: javax.crypto.CipherOutputStream
  208. Import: javax.crypto.CipherSpi
  209. Import: javax.crypto.EncryptedPrivateKeyInfo
  210. Import: javax.crypto.ExemptionMechanism
  211. Import: javax.crypto.ExemptionMechanismSpi
  212. Import: javax.crypto.KeyAgreement
  213. Import: javax.crypto.KeyAgreementSpi
  214. Import: javax.crypto.KeyGenerator
  215. Import: javax.crypto.KeyGeneratorSpi
  216. Import: javax.crypto.Mac
  217. Import: javax.crypto.MacSpi
  218. Import: javax.crypto.NullCipher
  219. Import: javax.crypto.SealedObject
  220. Import: javax.crypto.SecretKeyFactory
  221. Import: javax.crypto.SecretKeyFactorySpi
  222. Import: android.security.KeyChain
  223. Import: android.security.KeyPairGeneratorSpec
  224. Import: android.security.KeyStoreParameter
  225. Import: android.security.NetworkSecurityPolicy
  226. Import: android.nfc.NdefMessage
  227. Import: android.nfc.NdefRecord
  228. Import: android.nfc.NfcAdapter
  229. Import: android.nfc.NfcEvent
  230. Import: android.nfc.NfcManager
  231. Import: android.nfc.Tag
  232. Import: android.bluetooth.BluetoothA2dp
  233. Import: android.bluetooth.BluetoothAdapter
  234. Import: android.bluetooth.BluetoothAssignedNumbers
  235. Import: android.bluetooth.BluetoothClass
  236. Import: android.bluetooth.BluetoothDevice
  237. Import: android.bluetooth.BluetoothGatt
  238. Import: android.bluetooth.BluetoothGattCallback
  239. Import: android.bluetooth.BluetoothGattCharacteristic
  240. Import: android.bluetooth.BluetoothGattDescriptor
  241. Import: android.bluetooth.BluetoothGattServer
  242. Import: android.bluetooth.BluetoothGattServerCallback
  243. Import: android.bluetooth.BluetoothGattService
  244. Import: android.bluetooth.BluetoothHeadset
  245. Import: android.bluetooth.BluetoothHealth
  246. Import: android.bluetooth.BluetoothHealthCallback
  247. Import: android.bluetooth.BluetoothManager
  248. Import: android.bluetooth.BluetoothServerSocket
  249. Import: android.bluetooth.BluetoothSocket
  250. Telephony_identifiers_leakage
  251. Device_settings_harvesting
  252. Location_lookup
  253. Connection_interfaces_exfiltration
  254. Telephony_services_abuse
  255. Audio_video_eavesdropping
  256. Suspicious_connection_establishment
  257. Pim_data_leakage
  258. Code_execution
  259. Classes_list
  260. Internal_classes_list
  261. Intents_sent
  262. Constructor: String
  263. Constructor: StringBuilder
  264. Constructor: StringBuffer
  265. Constructor: File
  266. Constructor: DataInputStream
  267. Constructor: DataOutputStream
  268. Constructor: FileInputStream
  269. Constructor: FileOutputStream
  270. Constructor: BufferedReader
  271. Constructor: BufferedWriter
  272. Constructor: InetSocketAddress
  273. Constructor: Stream
  274. Constructor: Timer
  275. Constructor: TimerTask
  276. Constructor: Activity
  277. Constructor: Service
  278. Constructor: Intent
  279. Constructor: IntentFilter
  280. Constructor: ContentResolver
  281. Constructor: Context
  282. Constructor: PackageManager
  283. Constructor: ApplicationInfo
  284. Constructor: NetworkInfo
  285. Constructor: ConnectivityManager
  286. Constructor: Bundle
  287. Constructor: TelephonyManager
  288. Constructor: SmsManager
  289. Constructor: Browser
  290. Constructor: GoogleAccountLogin
  291. Constructor: PathPermissionsHelper
  292. Constructor: DayView
  293. Constructor: VideoView
  294. Constructor: WebView
  295. Constructor: Fragment
  296. Constructor: Process
  297. Constructor: Modifier
  298. Constructor: ReflectPermission
  299. Constructor: CameraCaptureSession
  300. Constructor: DngCreator
  301. Constructor: Callback
  302. Constructor: Address
  303. Constructor: Authenticator
  304. Constructor: CacheRequest
  305. Constructor: CacheResponse
  306. Constructor: ContentHandler
  307. Constructor: CookieHandler
  308. Constructor: CookieManager
  309. Constructor: DatagramPacket
  310. Constructor: DatagramSocket
  311. Constructor: DatagramSocketImpl
  312. Constructor: HttpCookie
  313. Constructor: MulticastSocket
  314. Constructor: NetPermission
  315. Constructor: PasswordAuthentication
  316. Constructor: Proxy
  317. Constructor: ProxySelector
  318. Constructor: ResponseCache
  319. Constructor: SecureCacheResponse
  320. Constructor: ServerSocket
  321. Constructor: Socket
  322. Constructor: SocketAddress
  323. Constructor: SocketImpl
  324. Constructor: SocketPermission
  325. Constructor: URI
  326. Constructor: URL
  327. Constructor: URLClassLoader
  328. Constructor: URLDecoder
  329. Constructor: URLStreamHandler
  330. Constructor: Criteria
  331. Constructor: Geocoder
  332. Constructor: Location
  333. Constructor: SettingInjectorService
  334. Constructor: ActivityInfo
  335. Constructor: ChangedPackages
  336. Constructor: ComponentInfo
  337. Constructor: ConfigurationInfo
  338. Constructor: FeatureGroupInfo
  339. Constructor: FeatureInfo
  340. Constructor: InstrumentationInfo
  341. Constructor: LabeledIntent
  342. Constructor: PackageInfo
  343. Constructor: PackageItemInfo
  344. Constructor: PackageStats
  345. Constructor: PathPermission
  346. Constructor: PermissionGroupInfo
  347. Constructor: PermissionInfo
  348. Constructor: ProviderInfo
  349. Constructor: ResolveInfo
  350. Constructor: ServiceInfo
  351. Constructor: Signature
  352. Constructor: VersionedPackage
  353. Constructor: ScanResult
  354. Constructor: WifiConfiguration
  355. Constructor: WifiEnterpriseConfig
  356. Constructor: WpsInfo
  357. Constructor: BaseDexClassLoader
  358. Constructor: DexClassLoader
  359. Constructor: DexFile
  360. Constructor: InMemoryDexClassLoader
  361. Constructor: PathClassLoader
  362. Constructor: CdmaCellLocation
  363. Constructor: CipherInputStream
  364. Constructor: CipherOutputStream
  365. Constructor: CipherSpi
  366. Constructor: EncryptedPrivateKeyInfo
  367. Constructor: ExemptionMechanismSpi
  368. Constructor: KeyAgreementSpi
  369. Constructor: KeyGeneratorSpi
  370. Constructor: MacSpi
  371. Constructor: NullCipher
  372. Constructor: SealedObject
  373. Constructor: SecretKeyFactorySpi
  374. Constructor: KeyChain
  375. Constructor: NdefMessage
  376. Constructor: NdefRecord
  377. Constructor: BluetoothGattCallback
  378. Constructor: BluetoothGattCharacteristic
  379. Constructor: BluetoothGattDescriptor
  380. Constructor: BluetoothGattServerCallback
  381. Constructor: BluetoothGattService
  382. Constructor: BluetoothHealthCallback
  383. Method: VirtualDisplay.getDisplay
  384. Method: VirtualDisplay.getSurface
  385. Method: VirtualDisplay.release
  386. Method: VirtualDisplay.resize
  387. Method: VirtualDisplay.setSurface
  388. Method: VirtualDisplay.toString
  389. Method: GpsStatus.create
  390. Method: GpsStatus.getMaxSatellites
  391. Method: GpsStatus.getSatellites
  392. Method: GpsStatus.getTimeToFirstFix
  393. Method: CipherOutputStream.close
  394. Method: CipherOutputStream.flush
  395. Method: CipherOutputStream.write
  396. Method: Address.clearLatitude
  397. Method: Address.clearLongitude
  398. Method: Address.describeContents
  399. Method: Address.getAddressLine
  400. Method: Address.getAdminArea
  401. Method: Address.getCountryCode
  402. Method: Address.getCountryName
  403. Method: Address.getExtras
  404. Method: Address.getFeatureName
  405. Method: Address.getLatitude
  406. Method: Address.getLocale
  407. Method: Address.getLocality
  408. Method: Address.getLongitude
  409. Method: Address.getMaxAddressLineIndex
  410. Method: Address.getPhone
  411. Method: Address.getPostalCode
  412. Method: Address.getPremises
  413. Method: Address.getSubAdminArea
  414. Method: Address.getSubLocality
  415. Method: Address.getSubThoroughfare
  416. Method: Address.getThoroughfare
  417. Method: Address.getUrl
  418. Method: Address.hasLatitude
  419. Method: Address.hasLongitude
  420. Method: Address.setAddressLine
  421. Method: Address.setAdminArea
  422. Method: Address.setCountryCode
  423. Method: Address.setCountryName
  424. Method: Address.setExtras
  425. Method: Address.setFeatureName
  426. Method: Address.setLatitude
  427. Method: Address.setLocality
  428. Method: Address.setLongitude
  429. Method: Address.setPhone
  430. Method: Address.setPostalCode
  431. Method: Address.setPremises
  432. Method: Address.setSubAdminArea
  433. Method: Address.setSubLocality
  434. Method: Address.setSubThoroughfare
  435. Method: Address.setThoroughfare
  436. Method: Address.setUrl
  437. Method: Address.toString
  438. Method: Address.writeToParcel
  439. Method: WifiConfiguration.getHttpProxy
  440. Method: WifiConfiguration.getKey
  441. Method: WifiConfiguration.getRandomizedMacAddress
  442. Method: WifiConfiguration.isPasspoint
  443. Method: WifiConfiguration.setHttpProxy
  444. Method: WifiConfiguration.setSecurityParams
  445. Method: WifiConfiguration.toString
  446. Method: InetSocketAddress.createUnresolved
  447. Method: InetSocketAddress.equals
  448. Method: InetSocketAddress.getAddress
  449. Method: InetSocketAddress.getHostName
  450. Method: InetSocketAddress.getHostString
  451. Method: InetSocketAddress.getPort
  452. Method: InetSocketAddress.hashCode
  453. Method: InetSocketAddress.isUnresolved
  454. Method: InetSocketAddress.toString
  455. Method: BluetoothManager.getAdapter
  456. Method: BluetoothManager.getConnectedDevices
  457. Method: BluetoothManager.getConnectionState
  458. Method: BluetoothManager.getDevicesMatchingConnectionStates
  459. Method: BluetoothManager.openGattServer
  460. Method: BluetoothGattService.addCharacteristic
  461. Method: BluetoothGattService.addService
  462. Method: BluetoothGattService.getCharacteristic
  463. Method: BluetoothGattService.getCharacteristics
  464. Method: BluetoothGattService.getIncludedServices
  465. Method: BluetoothGattService.getInstanceId
  466. Method: BluetoothGattService.getType
  467. Method: BluetoothGattService.getUuid
  468. Method: BluetoothGattService.writeToParcel
  469. Method: String.charAt
  470. Method: String.codePointAt
  471. Method: String.codePointBefore
  472. Method: String.codePointCount
  473. Method: String.compareTo
  474. Method: String.compareToIgnoreCase
  475. Method: String.concat
  476. Method: String.contains
  477. Method: String.contentEquals
  478. Method: String.copyValueOf
  479. Method: String.endsWith
  480. Method: String.equals
  481. Method: String.equalsIgnoreCase
  482. Method: String.format
  483. Method: String.getBytes
  484. Method: String.getChars
  485. Method: String.hashCode
  486. Method: String.indexOf
  487. Method: String.intern
  488. Method: String.isEmpty
  489. Method: String.join
  490. Method: String.lastIndexOf
  491. Method: String.length
  492. Method: String.matches
  493. Method: String.offsetByCodePoints
  494. Method: String.regionMatches
  495. Method: String.replace
  496. Method: String.replaceAll
  497. Method: String.replaceFirst
  498. Method: String.split
  499. Method: String.startsWith
  500. Method: String.subSequence
  501. Method: String.substring
  502. Method: String.toCharArray
  503. Method: String.toLowerCase
  504. Method: String.toString
  505. Method: String.toUpperCase
  506. Method: String.trim
  507. Method: String.valueOf
  508. Method: Fragment.dump
  509. Method: Fragment.equals
  510. Method: Fragment.getActivity
  511. Method: Fragment.getAllowEnterTransitionOverlap
  512. Method: Fragment.getAllowReturnTransitionOverlap
  513. Method: Fragment.getArguments
  514. Method: Fragment.getChildFragmentManager
  515. Method: Fragment.getContext
  516. Method: Fragment.getEnterTransition
  517. Method: Fragment.getExitTransition
  518. Method: Fragment.getFragmentManager
  519. Method: Fragment.getHost
  520. Method: Fragment.getId
  521. Method: Fragment.getLayoutInflater
  522. Method: Fragment.getLoaderManager
  523. Method: Fragment.getParentFragment
  524. Method: Fragment.getReenterTransition
  525. Method: Fragment.getResources
  526. Method: Fragment.getRetainInstance
  527. Method: Fragment.getReturnTransition
  528. Method: Fragment.getSharedElementEnterTransition
  529. Method: Fragment.getSharedElementReturnTransition
  530. Method: Fragment.getString
  531. Method: Fragment.getTag
  532. Method: Fragment.getTargetFragment
  533. Method: Fragment.getTargetRequestCode
  534. Method: Fragment.getText
  535. Method: Fragment.getUserVisibleHint
  536. Method: Fragment.getView
  537. Method: Fragment.hashCode
  538. Method: Fragment.instantiate
  539. Method: Fragment.isAdded
  540. Method: Fragment.isDetached
  541. Method: Fragment.isHidden
  542. Method: Fragment.isInLayout
  543. Method: Fragment.isRemoving
  544. Method: Fragment.isResumed
  545. Method: Fragment.isStateSaved
  546. Method: Fragment.isVisible
  547. Method: Fragment.onActivityCreated
  548. Method: Fragment.onActivityResult
  549. Method: Fragment.onAttach
  550. Method: Fragment.onAttachFragment
  551. Method: Fragment.onConfigurationChanged
  552. Method: Fragment.onContextItemSelected
  553. Method: Fragment.onCreate
  554. Method: Fragment.onCreateAnimator
  555. Method: Fragment.onCreateContextMenu
  556. Method: Fragment.onCreateOptionsMenu
  557. Method: Fragment.onCreateView
  558. Method: Fragment.onDestroy
  559. Method: Fragment.onDestroyOptionsMenu
  560. Method: Fragment.onDestroyView
  561. Method: Fragment.onDetach
  562. Method: Fragment.onGetLayoutInflater
  563. Method: Fragment.onHiddenChanged
  564. Method: Fragment.onInflate
  565. Method: Fragment.onLowMemory
  566. Method: Fragment.onMultiWindowModeChanged
  567. Method: Fragment.onOptionsItemSelected
  568. Method: Fragment.onOptionsMenuClosed
  569. Method: Fragment.onPause
  570. Method: Fragment.onPictureInPictureModeChanged
  571. Method: Fragment.onPrepareOptionsMenu
  572. Method: Fragment.onRequestPermissionsResult
  573. Method: Fragment.onResume
  574. Method: Fragment.onSaveInstanceState
  575. Method: Fragment.onStart
  576. Method: Fragment.onStop
  577. Method: Fragment.onTrimMemory
  578. Method: Fragment.onViewCreated
  579. Method: Fragment.onViewStateRestored
  580. Method: Fragment.postponeEnterTransition
  581. Method: Fragment.registerForContextMenu
  582. Method: Fragment.requestPermissions
  583. Method: Fragment.setAllowEnterTransitionOverlap
  584. Method: Fragment.setAllowReturnTransitionOverlap
  585. Method: Fragment.setArguments
  586. Method: Fragment.setEnterSharedElementCallback
  587. Method: Fragment.setEnterTransition
  588. Method: Fragment.setExitSharedElementCallback
  589. Method: Fragment.setExitTransition
  590. Method: Fragment.setHasOptionsMenu
  591. Method: Fragment.setInitialSavedState
  592. Method: Fragment.setMenuVisibility
  593. Method: Fragment.setReenterTransition
  594. Method: Fragment.setRetainInstance
  595. Method: Fragment.setReturnTransition
  596. Method: Fragment.setSharedElementEnterTransition
  597. Method: Fragment.setSharedElementReturnTransition
  598. Method: Fragment.setTargetFragment
  599. Method: Fragment.setUserVisibleHint
  600. Method: Fragment.shouldShowRequestPermissionRationale
  601. Method: Fragment.startActivity
  602. Method: Fragment.startActivityForResult
  603. Method: Fragment.startIntentSenderForResult
  604. Method: Fragment.startPostponedEnterTransition
  605. Method: Fragment.toString
  606. Method: Fragment.unregisterForContextMenu
  607. Method: ContentHandler.getContent
  608. Method: Runtime.addShutdownHook
  609. Method: Runtime.availableProcessors
  610. Method: Runtime.exec
  611. Method: Runtime.exit
  612. Method: Runtime.freeMemory
  613. Method: Runtime.gc
  614. Method: Runtime.getLocalizedInputStream
  615. Method: Runtime.getLocalizedOutputStream
  616. Method: Runtime.getRuntime
  617. Method: Runtime.halt
  618. Method: Runtime.load
  619. Method: Runtime.loadLibrary
  620. Method: Runtime.maxMemory
  621. Method: Runtime.removeShutdownHook
  622. Method: Runtime.runFinalization
  623. Method: Runtime.runFinalizersOnExit
  624. Method: Runtime.totalMemory
  625. Method: Runtime.traceInstructions
  626. Method: Runtime.traceMethodCalls
  627. Method: DatagramPacket.getAddress
  628. Method: DatagramPacket.getData
  629. Method: DatagramPacket.getLength
  630. Method: DatagramPacket.getOffset
  631. Method: DatagramPacket.getPort
  632. Method: DatagramPacket.getSocketAddress
  633. Method: DatagramPacket.setAddress
  634. Method: DatagramPacket.setData
  635. Method: DatagramPacket.setLength
  636. Method: DatagramPacket.setPort
  637. Method: DatagramPacket.setSocketAddress
  638. Method: MacSpi.clone
  639. Method: PackageItemInfo.loadBanner
  640. Method: PackageItemInfo.loadIcon
  641. Method: PackageItemInfo.loadLabel
  642. Method: PackageItemInfo.loadLogo
  643. Method: PackageItemInfo.loadUnbadgedIcon
  644. Method: PackageItemInfo.loadXmlMetaData
  645. Method: PackageItemInfo.writeToParcel
  646. Method: CdmaCellLocation.convertQuartSecToDecDegrees
  647. Method: CdmaCellLocation.equals
  648. Method: CdmaCellLocation.fillInNotifierBundle
  649. Method: CdmaCellLocation.getBaseStationId
  650. Method: CdmaCellLocation.getBaseStationLatitude
  651. Method: CdmaCellLocation.getBaseStationLongitude
  652. Method: CdmaCellLocation.getNetworkId
  653. Method: CdmaCellLocation.getSystemId
  654. Method: CdmaCellLocation.hashCode
  655. Method: CdmaCellLocation.setCellLocationData
  656. Method: CdmaCellLocation.setStateInvalid
  657. Method: CdmaCellLocation.toString
  658. Method: NfcManager.getDefaultAdapter
  659. Method: NfcAdapter.disableForegroundDispatch
  660. Method: NfcAdapter.disableForegroundNdefPush
  661. Method: NfcAdapter.disableReaderMode
  662. Method: NfcAdapter.enableForegroundDispatch
  663. Method: NfcAdapter.enableForegroundNdefPush
  664. Method: NfcAdapter.enableReaderMode
  665. Method: NfcAdapter.getDefaultAdapter
  666. Method: NfcAdapter.ignore
  667. Method: NfcAdapter.invokeBeam
  668. Method: NfcAdapter.isEnabled
  669. Method: NfcAdapter.isNdefPushEnabled
  670. Method: NfcAdapter.isSecureNfcEnabled
  671. Method: NfcAdapter.isSecureNfcSupported
  672. Method: NfcAdapter.setBeamPushUris
  673. Method: NfcAdapter.setBeamPushUrisCallback
  674. Method: NfcAdapter.setNdefPushMessage
  675. Method: NfcAdapter.setNdefPushMessageCallback
  676. Method: NfcAdapter.setOnNdefPushCompleteCallback
  677. Method: KeyAgreement.doPhase
  678. Method: KeyAgreement.generateSecret
  679. Method: KeyAgreement.getAlgorithm
  680. Method: KeyAgreement.getInstance
  681. Method: KeyAgreement.getProvider
  682. Method: KeyAgreement.init
  683. Method: BluetoothSocket.close
  684. Method: BluetoothSocket.connect
  685. Method: BluetoothSocket.getConnectionType
  686. Method: BluetoothSocket.getInputStream
  687. Method: BluetoothSocket.getMaxReceivePacketSize
  688. Method: BluetoothSocket.getMaxTransmitPacketSize
  689. Method: BluetoothSocket.getOutputStream
  690. Method: BluetoothSocket.getRemoteDevice
  691. Method: BluetoothSocket.isConnected
  692. Method: PasswordAuthentication.getPassword
  693. Method: PasswordAuthentication.getUserName
  694. Method: BaseDexClassLoader.findClass
  695. Method: BaseDexClassLoader.findResource
  696. Method: BaseDexClassLoader.findResources
  697. Method: BaseDexClassLoader.getPackage
  698. Method: ScanResult.getInformationElements
  699. Method: ScanResult.getWifiStandard
  700. Method: ScanResult.is80211mcResponder
  701. Method: ScanResult.isPasspointNetwork
  702. Method: ScanResult.toString
  703. Method: SharedLibraryInfo.describeContents
  704. Method: SharedLibraryInfo.getDeclaringPackage
  705. Method: SharedLibraryInfo.getDependentPackages
  706. Method: SharedLibraryInfo.getLongVersion
  707. Method: SharedLibraryInfo.getName
  708. Method: SharedLibraryInfo.getType
  709. Method: SharedLibraryInfo.getVersion
  710. Method: SharedLibraryInfo.toString
  711. Method: SharedLibraryInfo.writeToParcel
  712. Method: ShortcutInfo.describeContents
  713. Method: ShortcutInfo.getActivity
  714. Method: ShortcutInfo.getCategories
  715. Method: ShortcutInfo.getDisabledMessage
  716. Method: ShortcutInfo.getDisabledReason
  717. Method: ShortcutInfo.getExtras
  718. Method: ShortcutInfo.getId
  719. Method: ShortcutInfo.getIntent
  720. Method: ShortcutInfo.getIntents
  721. Method: ShortcutInfo.getLastChangedTimestamp
  722. Method: ShortcutInfo.getLocusId
  723. Method: ShortcutInfo.getLongLabel
  724. Method: ShortcutInfo.getPackage
  725. Method: ShortcutInfo.getRank
  726. Method: ShortcutInfo.getShortLabel
  727. Method: ShortcutInfo.getUserHandle
  728. Method: ShortcutInfo.hasKeyFieldsOnly
  729. Method: ShortcutInfo.isCached
  730. Method: ShortcutInfo.isDeclaredInManifest
  731. Method: ShortcutInfo.isDynamic
  732. Method: ShortcutInfo.isEnabled
  733. Method: ShortcutInfo.isImmutable
  734. Method: ShortcutInfo.isPinned
  735. Method: ShortcutInfo.toString
  736. Method: ShortcutInfo.writeToParcel
  737. Method: BluetoothDevice.connectGatt
  738. Method: BluetoothDevice.createBond
  739. Method: BluetoothDevice.createInsecureL2capChannel
  740. Method: BluetoothDevice.createInsecureRfcommSocketToServiceRecord
  741. Method: BluetoothDevice.createL2capChannel
  742. Method: BluetoothDevice.createRfcommSocketToServiceRecord
  743. Method: BluetoothDevice.describeContents
  744. Method: BluetoothDevice.equals
  745. Method: BluetoothDevice.fetchUuidsWithSdp
  746. Method: BluetoothDevice.getAddress
  747. Method: BluetoothDevice.getAlias
  748. Method: BluetoothDevice.getBluetoothClass
  749. Method: BluetoothDevice.getBondState
  750. Method: BluetoothDevice.getName
  751. Method: BluetoothDevice.getType
  752. Method: BluetoothDevice.getUuids
  753. Method: BluetoothDevice.hashCode
  754. Method: BluetoothDevice.setPairingConfirmation
  755. Method: BluetoothDevice.setPin
  756. Method: BluetoothDevice.toString
  757. Method: BluetoothDevice.writeToParcel
  758. Method: Log.d
  759. Method: Log.e
  760. Method: Log.getStackTraceString
  761. Method: Log.i
  762. Method: Log.isLoggable
  763. Method: Log.println
  764. Method: Log.v
  765. Method: Log.w
  766. Method: Log.wtf
  767. Method: NdefMessage.describeContents
  768. Method: NdefMessage.equals
  769. Method: NdefMessage.getByteArrayLength
  770. Method: NdefMessage.getRecords
  771. Method: NdefMessage.hashCode
  772. Method: NdefMessage.toByteArray
  773. Method: NdefMessage.toString
  774. Method: NdefMessage.writeToParcel
  775. Method: Method.equals
  776. Method: Method.getAnnotation
  777. Method: Method.getDeclaredAnnotations
  778. Method: Method.getDeclaringClass
  779. Method: Method.getDefaultValue
  780. Method: Method.getExceptionTypes
  781. Method: Method.getGenericExceptionTypes
  782. Method: Method.getGenericParameterTypes
  783. Method: Method.getGenericReturnType
  784. Method: Method.getModifiers
  785. Method: Method.getName
  786. Method: Method.getParameterAnnotations
  787. Method: Method.getParameterCount
  788. Method: Method.getParameterTypes
  789. Method: Method.getReturnType
  790. Method: Method.getTypeParameters
  791. Method: Method.hashCode
  792. Method: Method.invoke
  793. Method: Method.isBridge
  794. Method: Method.isDefault
  795. Method: Method.isSynthetic
  796. Method: Method.isVarArgs
  797. Method: Method.toGenericString
  798. Method: Method.toString
  799. Method: DexFile.close
  800. Method: DexFile.entries
  801. Method: DexFile.getName
  802. Method: DexFile.isDexOptNeeded
  803. Method: DexFile.loadClass
  804. Method: DexFile.loadDex
  805. Method: DexFile.toString
  806. Method: Mac.clone
  807. Method: Mac.doFinal
  808. Method: Mac.getAlgorithm
  809. Method: Mac.getInstance
  810. Method: Mac.getMacLength
  811. Method: Mac.getProvider
  812. Method: Mac.init
  813. Method: Mac.reset
  814. Method: Mac.update
  815. Method: SmsManager.createAppSpecificSmsToken
  816. Method: SmsManager.createAppSpecificSmsTokenWithPackageInfo
  817. Method: SmsManager.divideMessage
  818. Method: SmsManager.downloadMultimediaMessage
  819. Method: SmsManager.getCarrierConfigValues
  820. Method: SmsManager.getDefault
  821. Method: SmsManager.getDefaultSmsSubscriptionId
  822. Method: SmsManager.getSmsManagerForSubscriptionId
  823. Method: SmsManager.getSmsMessagesForFinancialApp
  824. Method: SmsManager.getSmscAddress
  825. Method: SmsManager.getSubscriptionId
  826. Method: SmsManager.injectSmsPdu
  827. Method: SmsManager.sendDataMessage
  828. Method: SmsManager.sendMultimediaMessage
  829. Method: SmsManager.sendMultipartTextMessage
  830. Method: SmsManager.sendTextMessage
  831. Method: SmsManager.sendTextMessageWithoutPersisting
  832. Method: SmsManager.setSmscAddress
  833. Method: createHighSpeedRequestList.CameraConstrainedHighSpeedCaptureSession
  834. Method: MediaProvider.acceptWithExpansion
  835. Method: MediaProvider.applyBatch
  836. Method: MediaProvider.attachVolume
  837. Method: MediaProvider.bulkInsert
  838. Method: MediaProvider.call
  839. Method: MediaProvider.canonicalize
  840. Method: MediaProvider.clearLocalCallingIdentity
  841. Method: MediaProvider.delete
  842. Method: MediaProvider.detachVolume
  843. Method: MediaProvider.dump
  844. Method: MediaProvider.getDatabaseVersion
  845. Method: MediaProvider.getExternalVolumeNames
  846. Method: MediaProvider.getType
  847. Method: MediaProvider.getVolumePath
  848. Method: MediaProvider.getVolumeScanPaths
  849. Method: MediaProvider.insert
  850. Method: MediaProvider.onCallingPackageChanged
  851. Method: MediaProvider.onCreate
  852. Method: MediaProvider.onIdleMaintenance
  853. Method: MediaProvider.onLocaleChanged
  854. Method: MediaProvider.onPackageOrphaned
  855. Method: MediaProvider.openFile
  856. Method: MediaProvider.openTypedAssetFile
  857. Method: MediaProvider.query
  858. Method: MediaProvider.restoreLocalCallingIdentity
  859. Method: MediaProvider.uncanonicalize
  860. Method: MediaProvider.update
  861. Method: MediaProvider.openFileAndEnforce
  862. Method: FingerprintManager.authenticate
  863. Method: FingerprintManager.hasEnrolledFingerprints
  864. Method: FingerprintManager.isHardwareDetected
  865. Method: InstrumentationInfo.describeContents
  866. Method: InstrumentationInfo.toString
  867. Method: InstrumentationInfo.writeToParcel
  868. Method: VersionedPackage.describeContents
  869. Method: VersionedPackage.equals
  870. Method: VersionedPackage.getLongVersionCode
  871. Method: VersionedPackage.getPackageName
  872. Method: VersionedPackage.getVersionCode
  873. Method: VersionedPackage.hashCode
  874. Method: VersionedPackage.toString
  875. Method: VersionedPackage.writeToParcel
  876. Method: PermissionGroupInfo.describeContents
  877. Method: PermissionGroupInfo.loadDescription
  878. Method: PermissionGroupInfo.toString
  879. Method: PermissionGroupInfo.writeToParcel
  880. Method: BluetoothHealthCallback.onHealthAppConfigurationStatusChange
  881. Method: BluetoothHealthCallback.onHealthChannelStateChange
  882. Method: AccountManager.addAccount
  883. Method: AccountManager.addAccountExplicitly
  884. Method: AccountManager.addOnAccountsUpdatedListener
  885. Method: AccountManager.blockingGetAuthToken
  886. Method: AccountManager.clearPassword
  887. Method: AccountManager.confirmCredentials
  888. Method: AccountManager.editProperties
  889. Method: AccountManager.finishSession
  890. Method: AccountManager.get
  891. Method: AccountManager.getAccountVisibility
  892. Method: AccountManager.getAccounts
  893. Method: AccountManager.getAccountsAndVisibilityForPackage
  894. Method: AccountManager.getAccountsByType
  895. Method: AccountManager.getAccountsByTypeAndFeatures
  896. Method: AccountManager.getAccountsByTypeForPackage
  897. Method: AccountManager.getAuthToken
  898. Method: AccountManager.getAuthTokenByFeatures
  899. Method: AccountManager.getAuthenticatorTypes
  900. Method: AccountManager.getPackagesAndVisibilityForAccount
  901. Method: AccountManager.getPassword
  902. Method: AccountManager.getPreviousName
  903. Method: AccountManager.getUserData
  904. Method: AccountManager.hasFeatures
  905. Method: AccountManager.invalidateAuthToken
  906. Method: AccountManager.isCredentialsUpdateSuggested
  907. Method: AccountManager.newChooseAccountIntent
  908. Method: AccountManager.notifyAccountAuthenticated
  909. Method: AccountManager.peekAuthToken
  910. Method: AccountManager.removeAccount
  911. Method: AccountManager.removeAccountExplicitly
  912. Method: AccountManager.removeOnAccountsUpdatedListener
  913. Method: AccountManager.renameAccount
  914. Method: AccountManager.setAccountVisibility
  915. Method: AccountManager.setAuthToken
  916. Method: AccountManager.setPassword
  917. Method: AccountManager.setUserData
  918. Method: AccountManager.startAddAccountSession
  919. Method: AccountManager.startUpdateCredentialsSession
  920. Method: AccountManager.updateCredentials
  921. Method: ContactDetailActivity.onAttachFragment
  922. Method: HttpCookie.clone
  923. Method: HttpCookie.domainMatches
  924. Method: HttpCookie.equals
  925. Method: HttpCookie.getComment
  926. Method: HttpCookie.getCommentURL
  927. Method: HttpCookie.getDiscard
  928. Method: HttpCookie.getDomain
  929. Method: HttpCookie.getMaxAge
  930. Method: HttpCookie.getName
  931. Method: HttpCookie.getPath
  932. Method: HttpCookie.getPortlist
  933. Method: HttpCookie.getSecure
  934. Method: HttpCookie.getValue
  935. Method: HttpCookie.getVersion
  936. Method: HttpCookie.hasExpired
  937. Method: HttpCookie.hashCode
  938. Method: HttpCookie.isHttpOnly
  939. Method: HttpCookie.parse
  940. Method: HttpCookie.setComment
  941. Method: HttpCookie.setCommentURL
  942. Method: HttpCookie.setDiscard
  943. Method: HttpCookie.setDomain
  944. Method: HttpCookie.setHttpOnly
  945. Method: HttpCookie.setMaxAge
  946. Method: HttpCookie.setPath
  947. Method: HttpCookie.setPortlist
  948. Method: HttpCookie.setSecure
  949. Method: HttpCookie.setValue
  950. Method: HttpCookie.setVersion
  951. Method: HttpCookie.toString
  952. Method: InetAddress.equals
  953. Method: InetAddress.getAddress
  954. Method: InetAddress.getAllByName
  955. Method: InetAddress.getByAddress
  956. Method: InetAddress.getByName
  957. Method: InetAddress.getCanonicalHostName
  958. Method: InetAddress.getHostAddress
  959. Method: InetAddress.getHostName
  960. Method: InetAddress.getLocalHost
  961. Method: InetAddress.getLoopbackAddress
  962. Method: InetAddress.hashCode
  963. Method: InetAddress.isAnyLocalAddress
  964. Method: InetAddress.isLinkLocalAddress
  965. Method: InetAddress.isLoopbackAddress
  966. Method: InetAddress.isMCGlobal
  967. Method: InetAddress.isMCLinkLocal
  968. Method: InetAddress.isMCNodeLocal
  969. Method: InetAddress.isMCOrgLocal
  970. Method: InetAddress.isMCSiteLocal
  971. Method: InetAddress.isMulticastAddress
  972. Method: InetAddress.isReachable
  973. Method: InetAddress.isSiteLocalAddress
  974. Method: InetAddress.toString
  975. Method: BluetoothAdapter.cancelDiscovery
  976. Method: BluetoothAdapter.checkBluetoothAddress
  977. Method: BluetoothAdapter.closeProfileProxy
  978. Method: BluetoothAdapter.disable
  979. Method: BluetoothAdapter.enable
  980. Method: BluetoothAdapter.getAddress
  981. Method: BluetoothAdapter.getBluetoothLeAdvertiser
  982. Method: BluetoothAdapter.getBluetoothLeScanner
  983. Method: BluetoothAdapter.getBondedDevices
  984. Method: BluetoothAdapter.getDefaultAdapter
  985. Method: BluetoothAdapter.getLeMaximumAdvertisingDataLength
  986. Method: BluetoothAdapter.getName
  987. Method: BluetoothAdapter.getProfileConnectionState
  988. Method: BluetoothAdapter.getProfileProxy
  989. Method: BluetoothAdapter.getRemoteDevice
  990. Method: BluetoothAdapter.getScanMode
  991. Method: BluetoothAdapter.getState
  992. Method: BluetoothAdapter.isDiscovering
  993. Method: BluetoothAdapter.isEnabled
  994. Method: BluetoothAdapter.isLe2MPhySupported
  995. Method: BluetoothAdapter.isLeCodedPhySupported
  996. Method: BluetoothAdapter.isLeExtendedAdvertisingSupported
  997. Method: BluetoothAdapter.isLePeriodicAdvertisingSupported
  998. Method: BluetoothAdapter.isMultipleAdvertisementSupported
  999. Method: BluetoothAdapter.isOffloadedFilteringSupported
  1000. Method: BluetoothAdapter.isOffloadedScanBatchingSupported
  1001. Method: BluetoothAdapter.listenUsingInsecureL2capChannel
  1002. Method: BluetoothAdapter.listenUsingInsecureRfcommWithServiceRecord
  1003. Method: BluetoothAdapter.listenUsingL2capChannel
  1004. Method: BluetoothAdapter.listenUsingRfcommWithServiceRecord
  1005. Method: BluetoothAdapter.setName
  1006. Method: BluetoothAdapter.startDiscovery
  1007. Method: BluetoothAdapter.startLeScan
  1008. Method: BluetoothAdapter.stopLeScan
  1009. Method: BluetoothHealthAppConfiguration.describeContents
  1010. Method: BluetoothHealthAppConfiguration.getDataType
  1011. Method: BluetoothHealthAppConfiguration.getName
  1012. Method: BluetoothHealthAppConfiguration.getRole
  1013. Method: BluetoothHealthAppConfiguration.writeToParcel
  1014. Method: DayView.cleanup
  1015. Method: DayView.compareToVisibleTimeRange
  1016. Method: DayView.getEventsAlpha
  1017. Method: DayView.getSelectedDay
  1018. Method: DayView.handleOnResume
  1019. Method: DayView.initAllDayHeights
  1020. Method: DayView.onClick
  1021. Method: DayView.onCreateContextMenu
  1022. Method: DayView.onHoverEvent
  1023. Method: DayView.onKeyDown
  1024. Method: DayView.onKeyUp
  1025. Method: DayView.onLongClick
  1026. Method: DayView.onScale
  1027. Method: DayView.onScaleBegin
  1028. Method: DayView.onScaleEnd
  1029. Method: DayView.onTouchEvent
  1030. Method: DayView.restartCurrentTimeUpdates
  1031. Method: DayView.setAnimateDayEventHeight
  1032. Method: DayView.setAnimateDayHeight
  1033. Method: DayView.setAnimateTodayAlpha
  1034. Method: DayView.setEventsAlpha
  1035. Method: DayView.setMoreAllDayEventsTextAlpha
  1036. Method: DayView.setSelected
  1037. Method: DayView.setViewStartY
  1038. Method: DayView.stopEventsAnimation
  1039. Method: DayView.updateTitle
  1040. Method: Key.equals
  1041. Method: Key.getName
  1042. Method: Key.hashCode
  1043. Method: Key.toString
  1044. Method: Browser.sendString
  1045. Method: SecureCacheResponse.getCipherSuite
  1046. Method: SecureCacheResponse.getLocalCertificateChain
  1047. Method: SecureCacheResponse.getLocalPrincipal
  1048. Method: SecureCacheResponse.getPeerPrincipal
  1049. Method: SecureCacheResponse.getServerCertificateChain
  1050. Method: AccountManagerService.getAuthToken
  1051. Method: AccountManagerService.invalidateAuthToken
  1052. Method: VideoView.addSubtitleSource
  1053. Method: VideoView.canPause
  1054. Method: VideoView.canSeekBackward
  1055. Method: VideoView.canSeekForward
  1056. Method: VideoView.draw
  1057. Method: VideoView.getAccessibilityClassName
  1058. Method: VideoView.getAudioSessionId
  1059. Method: VideoView.getBufferPercentage
  1060. Method: VideoView.getCurrentPosition
  1061. Method: VideoView.getDuration
  1062. Method: VideoView.isPlaying
  1063. Method: VideoView.onKeyDown
  1064. Method: VideoView.onTouchEvent
  1065. Method: VideoView.onTrackballEvent
  1066. Method: VideoView.pause
  1067. Method: VideoView.resolveAdjustedSize
  1068. Method: VideoView.resume
  1069. Method: VideoView.seekTo
  1070. Method: VideoView.setAudioAttributes
  1071. Method: VideoView.setAudioFocusRequest
  1072. Method: VideoView.setMediaController
  1073. Method: VideoView.setOnCompletionListener
  1074. Method: VideoView.setOnErrorListener
  1075. Method: VideoView.setOnInfoListener
  1076. Method: VideoView.setOnPreparedListener
  1077. Method: VideoView.setVideoPath
  1078. Method: VideoView.setVideoURI
  1079. Method: VideoView.start
  1080. Method: VideoView.stopPlayback
  1081. Method: VideoView.suspend
  1082. Method: CameraDevice.close
  1083. Method: CameraDevice.createCaptureRequest
  1084. Method: CameraDevice.createCaptureSession
  1085. Method: CameraDevice.createCaptureSessionByOutputConfigurations
  1086. Method: CameraDevice.createConstrainedHighSpeedCaptureSession
  1087. Method: CameraDevice.createReprocessCaptureRequest
  1088. Method: CameraDevice.createReprocessableCaptureSession
  1089. Method: CameraDevice.createReprocessableCaptureSessionByConfigurations
  1090. Method: CameraDevice.getCameraAudioRestriction
  1091. Method: CameraDevice.getId
  1092. Method: CameraDevice.isSessionConfigurationSupported
  1093. Method: CameraDevice.setCameraAudioRestriction
  1094. Method: FeatureInfo.describeContents
  1095. Method: FeatureInfo.getGlEsVersion
  1096. Method: FeatureInfo.toString
  1097. Method: FeatureInfo.writeToParcel
  1098. Method: Criteria.describeContents
  1099. Method: Criteria.getAccuracy
  1100. Method: Criteria.getBearingAccuracy
  1101. Method: Criteria.getHorizontalAccuracy
  1102. Method: Criteria.getPowerRequirement
  1103. Method: Criteria.getSpeedAccuracy
  1104. Method: Criteria.getVerticalAccuracy
  1105. Method: Criteria.isAltitudeRequired
  1106. Method: Criteria.isBearingRequired
  1107. Method: Criteria.isCostAllowed
  1108. Method: Criteria.isSpeedRequired
  1109. Method: Criteria.setAccuracy
  1110. Method: Criteria.setAltitudeRequired
  1111. Method: Criteria.setBearingAccuracy
  1112. Method: Criteria.setBearingRequired
  1113. Method: Criteria.setCostAllowed
  1114. Method: Criteria.setHorizontalAccuracy
  1115. Method: Criteria.setPowerRequirement
  1116. Method: Criteria.setSpeedAccuracy
  1117. Method: Criteria.setSpeedRequired
  1118. Method: Criteria.setVerticalAccuracy
  1119. Method: Criteria.toString
  1120. Method: Criteria.writeToParcel
  1121. Method: BluetoothGattServerCallback.onCharacteristicReadRequest
  1122. Method: BluetoothGattServerCallback.onCharacteristicWriteRequest
  1123. Method: BluetoothGattServerCallback.onConnectionStateChange
  1124. Method: BluetoothGattServerCallback.onDescriptorReadRequest
  1125. Method: BluetoothGattServerCallback.onDescriptorWriteRequest
  1126. Method: BluetoothGattServerCallback.onExecuteWrite
  1127. Method: BluetoothGattServerCallback.onMtuChanged
  1128. Method: BluetoothGattServerCallback.onNotificationSent
  1129. Method: BluetoothGattServerCallback.onPhyRead
  1130. Method: BluetoothGattServerCallback.onPhyUpdate
  1131. Method: BluetoothGattServerCallback.onServiceAdded
  1132. Method: URI.compareTo
  1133. Method: URI.create
  1134. Method: URI.equals
  1135. Method: URI.getAuthority
  1136. Method: URI.getFragment
  1137. Method: URI.getHost
  1138. Method: URI.getPath
  1139. Method: URI.getPort
  1140. Method: URI.getQuery
  1141. Method: URI.getRawAuthority
  1142. Method: URI.getRawFragment
  1143. Method: URI.getRawPath
  1144. Method: URI.getRawQuery
  1145. Method: URI.getRawSchemeSpecificPart
  1146. Method: URI.getRawUserInfo
  1147. Method: URI.getScheme
  1148. Method: URI.getSchemeSpecificPart
  1149. Method: URI.getUserInfo
  1150. Method: URI.hashCode
  1151. Method: URI.isAbsolute
  1152. Method: URI.isOpaque
  1153. Method: URI.normalize
  1154. Method: URI.parseServerAuthority
  1155. Method: URI.relativize
  1156. Method: URI.resolve
  1157. Method: URI.toASCIIString
  1158. Method: URI.toString
  1159. Method: URI.toURL
  1160. Method: BluetoothGattCharacteristic.addDescriptor
  1161. Method: BluetoothGattCharacteristic.describeContents
  1162. Method: BluetoothGattCharacteristic.getDescriptor
  1163. Method: BluetoothGattCharacteristic.getDescriptors
  1164. Method: BluetoothGattCharacteristic.getFloatValue
  1165. Method: BluetoothGattCharacteristic.getInstanceId
  1166. Method: BluetoothGattCharacteristic.getIntValue
  1167. Method: BluetoothGattCharacteristic.getPermissions
  1168. Method: BluetoothGattCharacteristic.getProperties
  1169. Method: BluetoothGattCharacteristic.getService
  1170. Method: BluetoothGattCharacteristic.getStringValue
  1171. Method: BluetoothGattCharacteristic.getUuid
  1172. Method: BluetoothGattCharacteristic.getValue
  1173. Method: BluetoothGattCharacteristic.getWriteType
  1174. Method: BluetoothGattCharacteristic.setValue
  1175. Method: BluetoothGattCharacteristic.setWriteType
  1176. Method: BluetoothGattCharacteristic.writeToParcel
  1177. Method: URL.equals
  1178. Method: URL.getAuthority
  1179. Method: URL.getContent
  1180. Method: URL.getDefaultPort
  1181. Method: URL.getFile
  1182. Method: URL.getHost
  1183. Method: URL.getPath
  1184. Method: URL.getPort
  1185. Method: URL.getProtocol
  1186. Method: URL.getQuery
  1187. Method: URL.getRef
  1188. Method: URL.getUserInfo
  1189. Method: URL.hashCode
  1190. Method: URL.openConnection
  1191. Method: URL.openStream
  1192. Method: URL.sameFile
  1193. Method: URL.setURLStreamHandlerFactory
  1194. Method: URL.toExternalForm
  1195. Method: URL.toString
  1196. Method: URL.toURI
  1197. Method: NetworkSecurityPolicy.getInstance
  1198. Method: NetworkSecurityPolicy.isCleartextTrafficPermitted
  1199. Method: ResolveInfo.describeContents
  1200. Method: ResolveInfo.dump
  1201. Method: ResolveInfo.getIconResource
  1202. Method: ResolveInfo.isCrossProfileIntentForwarderActivity
  1203. Method: ResolveInfo.loadIcon
  1204. Method: ResolveInfo.loadLabel
  1205. Method: ResolveInfo.toString
  1206. Method: ResolveInfo.writeToParcel
  1207. Method: WifiEnterpriseConfig.describeContents
  1208. Method: WifiEnterpriseConfig.getAltSubjectMatch
  1209. Method: WifiEnterpriseConfig.getAnonymousIdentity
  1210. Method: WifiEnterpriseConfig.getCaCertificate
  1211. Method: WifiEnterpriseConfig.getCaCertificates
  1212. Method: WifiEnterpriseConfig.getClientCertificate
  1213. Method: WifiEnterpriseConfig.getClientCertificateChain
  1214. Method: WifiEnterpriseConfig.getClientPrivateKey
  1215. Method: WifiEnterpriseConfig.getDomainSuffixMatch
  1216. Method: WifiEnterpriseConfig.getEapMethod
  1217. Method: WifiEnterpriseConfig.getIdentity
  1218. Method: WifiEnterpriseConfig.getPassword
  1219. Method: WifiEnterpriseConfig.getPhase2Method
  1220. Method: WifiEnterpriseConfig.getPlmn
  1221. Method: WifiEnterpriseConfig.getRealm
  1222. Method: WifiEnterpriseConfig.getSubjectMatch
  1223. Method: WifiEnterpriseConfig.isAuthenticationSimBased
  1224. Method: WifiEnterpriseConfig.setAltSubjectMatch
  1225. Method: WifiEnterpriseConfig.setAnonymousIdentity
  1226. Method: WifiEnterpriseConfig.setCaCertificate
  1227. Method: WifiEnterpriseConfig.setCaCertificates
  1228. Method: WifiEnterpriseConfig.setClientKeyEntry
  1229. Method: WifiEnterpriseConfig.setClientKeyEntryWithCertificateChain
  1230. Method: WifiEnterpriseConfig.setDomainSuffixMatch
  1231. Method: WifiEnterpriseConfig.setEapMethod
  1232. Method: WifiEnterpriseConfig.setIdentity
  1233. Method: WifiEnterpriseConfig.setPassword
  1234. Method: WifiEnterpriseConfig.setPhase2Method
  1235. Method: WifiEnterpriseConfig.setPlmn
  1236. Method: WifiEnterpriseConfig.setRealm
  1237. Method: WifiEnterpriseConfig.setSubjectMatch
  1238. Method: WifiEnterpriseConfig.toString
  1239. Method: WifiEnterpriseConfig.writeToParcel
  1240. Method: getPhysicalCameraResults.TotalCaptureResult
  1241. Method: PackageStats.describeContents
  1242. Method: PackageStats.equals
  1243. Method: PackageStats.hashCode
  1244. Method: PackageStats.toString
  1245. Method: PackageStats.writeToParcel
  1246. Method: ResponseCache.get
  1247. Method: ResponseCache.getDefault
  1248. Method: ResponseCache.put
  1249. Method: ResponseCache.setDefault
  1250. Method: URLEncoder.encode
  1251. Method: SecretKeyFactory.generateSecret
  1252. Method: SecretKeyFactory.getAlgorithm
  1253. Method: SecretKeyFactory.getInstance
  1254. Method: SecretKeyFactory.getKeySpec
  1255. Method: SecretKeyFactory.getProvider
  1256. Method: SecretKeyFactory.translateKey
  1257. Method: Context.bindIsolatedService
  1258. Method: Context.bindService
  1259. Method: Context.bindServiceAsUser
  1260. Method: Context.checkCallingOrSelfPermission
  1261. Method: Context.checkCallingOrSelfUriPermission
  1262. Method: Context.checkCallingPermission
  1263. Method: Context.checkCallingUriPermission
  1264. Method: Context.checkPermission
  1265. Method: Context.checkSelfPermission
  1266. Method: Context.checkUriPermission
  1267. Method: Context.clearWallpaper
  1268. Method: Context.createAttributionContext
  1269. Method: Context.createConfigurationContext
  1270. Method: Context.createContextForSplit
  1271. Method: Context.createDeviceProtectedStorageContext
  1272. Method: Context.createDisplayContext
  1273. Method: Context.createPackageContext
  1274. Method: Context.createWindowContext
  1275. Method: Context.databaseList
  1276. Method: Context.deleteDatabase
  1277. Method: Context.deleteFile
  1278. Method: Context.deleteSharedPreferences
  1279. Method: Context.enforceCallingOrSelfPermission
  1280. Method: Context.enforceCallingOrSelfUriPermission
  1281. Method: Context.enforceCallingPermission
  1282. Method: Context.enforceCallingUriPermission
  1283. Method: Context.enforcePermission
  1284. Method: Context.enforceUriPermission
  1285. Method: Context.fileList
  1286. Method: Context.getApplicationContext
  1287. Method: Context.getApplicationInfo
  1288. Method: Context.getAssets
  1289. Method: Context.getAttributionTag
  1290. Method: Context.getCacheDir
  1291. Method: Context.getClassLoader
  1292. Method: Context.getCodeCacheDir
  1293. Method: Context.getColor
  1294. Method: Context.getColorStateList
  1295. Method: Context.getContentResolver
  1296. Method: Context.getDataDir
  1297. Method: Context.getDatabasePath
  1298. Method: Context.getDir
  1299. Method: Context.getDisplay
  1300. Method: Context.getDrawable
  1301. Method: Context.getExternalCacheDir
  1302. Method: Context.getExternalCacheDirs
  1303. Method: Context.getExternalFilesDir
  1304. Method: Context.getExternalFilesDirs
  1305. Method: Context.getExternalMediaDirs
  1306. Method: Context.getFileStreamPath
  1307. Method: Context.getFilesDir
  1308. Method: Context.getMainExecutor
  1309. Method: Context.getMainLooper
  1310. Method: Context.getNoBackupFilesDir
  1311. Method: Context.getObbDir
  1312. Method: Context.getObbDirs
  1313. Method: Context.getOpPackageName
  1314. Method: Context.getPackageCodePath
  1315. Method: Context.getPackageManager
  1316. Method: Context.getPackageName
  1317. Method: Context.getPackageResourcePath
  1318. Method: Context.getResources
  1319. Method: Context.getSharedPreferences
  1320. Method: Context.getString
  1321. Method: Context.getSystemService
  1322. Method: Context.getSystemServiceName
  1323. Method: Context.getText
  1324. Method: Context.getTheme
  1325. Method: Context.getWallpaper
  1326. Method: Context.getWallpaperDesiredMinimumHeight
  1327. Method: Context.getWallpaperDesiredMinimumWidth
  1328. Method: Context.grantUriPermission
  1329. Method: Context.isDeviceProtectedStorage
  1330. Method: Context.isRestricted
  1331. Method: Context.moveDatabaseFrom
  1332. Method: Context.moveSharedPreferencesFrom
  1333. Method: Context.obtainStyledAttributes
  1334. Method: Context.openFileInput
  1335. Method: Context.openFileOutput
  1336. Method: Context.openOrCreateDatabase
  1337. Method: Context.peekWallpaper
  1338. Method: Context.registerComponentCallbacks
  1339. Method: Context.registerReceiver
  1340. Method: Context.removeStickyBroadcast
  1341. Method: Context.removeStickyBroadcastAsUser
  1342. Method: Context.revokeUriPermission
  1343. Method: Context.sendBroadcast
  1344. Method: Context.sendBroadcastAsUser
  1345. Method: Context.sendBroadcastWithMultiplePermissions
  1346. Method: Context.sendOrderedBroadcast
  1347. Method: Context.sendOrderedBroadcastAsUser
  1348. Method: Context.sendStickyBroadcast
  1349. Method: Context.sendStickyBroadcastAsUser
  1350. Method: Context.sendStickyOrderedBroadcast
  1351. Method: Context.sendStickyOrderedBroadcastAsUser
  1352. Method: Context.setTheme
  1353. Method: Context.setWallpaper
  1354. Method: Context.startActivities
  1355. Method: Context.startActivity
  1356. Method: Context.startForegroundService
  1357. Method: Context.startInstrumentation
  1358. Method: Context.startIntentSender
  1359. Method: Context.startService
  1360. Method: Context.stopService
  1361. Method: Context.unbindService
  1362. Method: Context.unregisterComponentCallbacks
  1363. Method: Context.unregisterReceiver
  1364. Method: Context.updateServiceGroup
  1365. Method: LocationManager.addGpsStatusListener
  1366. Method: LocationManager.addNmeaListener
  1367. Method: LocationManager.addProximityAlert
  1368. Method: LocationManager.addTestProvider
  1369. Method: LocationManager.clearTestProviderEnabled
  1370. Method: LocationManager.clearTestProviderLocation
  1371. Method: LocationManager.clearTestProviderStatus
  1372. Method: LocationManager.getAllProviders
  1373. Method: LocationManager.getBestProvider
  1374. Method: LocationManager.getCurrentLocation
  1375. Method: LocationManager.getGnssCapabilities
  1376. Method: LocationManager.getGnssHardwareModelName
  1377. Method: LocationManager.getGnssYearOfHardware
  1378. Method: LocationManager.getGpsStatus
  1379. Method: LocationManager.getLastKnownLocation
  1380. Method: LocationManager.getProvider
  1381. Method: LocationManager.getProviders
  1382. Method: LocationManager.isLocationEnabled
  1383. Method: LocationManager.isProviderEnabled
  1384. Method: LocationManager.registerAntennaInfoListener
  1385. Method: LocationManager.registerGnssMeasurementsCallback
  1386. Method: LocationManager.registerGnssNavigationMessageCallback
  1387. Method: LocationManager.registerGnssStatusCallback
  1388. Method: LocationManager.removeGpsStatusListener
  1389. Method: LocationManager.removeNmeaListener
  1390. Method: LocationManager.removeProximityAlert
  1391. Method: LocationManager.removeTestProvider
  1392. Method: LocationManager.removeUpdates
  1393. Method: LocationManager.requestLocationUpdates
  1394. Method: LocationManager.requestSingleUpdate
  1395. Method: LocationManager.sendExtraCommand
  1396. Method: LocationManager.setTestProviderEnabled
  1397. Method: LocationManager.setTestProviderLocation
  1398. Method: LocationManager.setTestProviderStatus
  1399. Method: LocationManager.unregisterAntennaInfoListener
  1400. Method: LocationManager.unregisterGnssMeasurementsCallback
  1401. Method: LocationManager.unregisterGnssNavigationMessageCallback
  1402. Method: LocationManager.unregisterGnssStatusCallback
  1403. Method: NetworkInfo.describeContents
  1404. Method: NetworkInfo.getDetailedState
  1405. Method: NetworkInfo.getExtraInfo
  1406. Method: NetworkInfo.getReason
  1407. Method: NetworkInfo.getState
  1408. Method: NetworkInfo.getSubtype
  1409. Method: NetworkInfo.getSubtypeName
  1410. Method: NetworkInfo.getType
  1411. Method: NetworkInfo.getTypeName
  1412. Method: NetworkInfo.isAvailable
  1413. Method: NetworkInfo.isConnected
  1414. Method: NetworkInfo.isConnectedOrConnecting
  1415. Method: NetworkInfo.isFailover
  1416. Method: NetworkInfo.isRoaming
  1417. Method: NetworkInfo.setDetailedState
  1418. Method: NetworkInfo.toString
  1419. Method: NetworkInfo.writeToParcel
  1420. Method: Constructor.equals
  1421. Method: Constructor.getAnnotation
  1422. Method: Constructor.getDeclaredAnnotations
  1423. Method: Constructor.getDeclaringClass
  1424. Method: Constructor.getExceptionTypes
  1425. Method: Constructor.getGenericExceptionTypes
  1426. Method: Constructor.getGenericParameterTypes
  1427. Method: Constructor.getModifiers
  1428. Method: Constructor.getName
  1429. Method: Constructor.getParameterAnnotations
  1430. Method: Constructor.getParameterCount
  1431. Method: Constructor.getParameterTypes
  1432. Method: Constructor.getTypeParameters
  1433. Method: Constructor.hashCode
  1434. Method: Constructor.isSynthetic
  1435. Method: Constructor.isVarArgs
  1436. Method: Constructor.newInstance
  1437. Method: Constructor.toGenericString
  1438. Method: Constructor.toString
  1439. Method: DngCreator.close
  1440. Method: DngCreator.setDescription
  1441. Method: DngCreator.setLocation
  1442. Method: DngCreator.setOrientation
  1443. Method: DngCreator.setThumbnail
  1444. Method: DngCreator.writeByteBuffer
  1445. Method: DngCreator.writeImage
  1446. Method: DngCreator.writeInputStream
  1447. Method: PackageInfo.describeContents
  1448. Method: PackageInfo.getLongVersionCode
  1449. Method: PackageInfo.setLongVersionCode
  1450. Method: PackageInfo.toString
  1451. Method: PackageInfo.writeToParcel
  1452. Method: SocketPermission.getActions
  1453. Method: SocketPermission.implies
  1454. Method: CameraManager.getCameraCharacteristics
  1455. Method: CameraManager.getCameraIdList
  1456. Method: CameraManager.getConcurrentCameraIds
  1457. Method: CameraManager.isConcurrentSessionConfigurationSupported
  1458. Method: CameraManager.openCamera
  1459. Method: CameraManager.registerAvailabilityCallback
  1460. Method: CameraManager.registerTorchCallback
  1461. Method: CameraManager.setTorchMode
  1462. Method: CameraManager.unregisterAvailabilityCallback
  1463. Method: CameraManager.unregisterTorchCallback
  1464. Method: Intent.addCategory
  1465. Method: Intent.addFlags
  1466. Method: Intent.cloneFilter
  1467. Method: Intent.createChooser
  1468. Method: Intent.describeContents
  1469. Method: Intent.fillIn
  1470. Method: Intent.filterEquals
  1471. Method: Intent.filterHashCode
  1472. Method: Intent.getAction
  1473. Method: Intent.getBooleanArrayExtra
  1474. Method: Intent.getBooleanExtra
  1475. Method: Intent.getBundleExtra
  1476. Method: Intent.getByteArrayExtra
  1477. Method: Intent.getByteExtra
  1478. Method: Intent.getCategories
  1479. Method: Intent.getCharArrayExtra
  1480. Method: Intent.getCharExtra
  1481. Method: Intent.getCharSequenceArrayExtra
  1482. Method: Intent.getCharSequenceArrayListExtra
  1483. Method: Intent.getCharSequenceExtra
  1484. Method: Intent.getClipData
  1485. Method: Intent.getComponent
  1486. Method: Intent.getData
  1487. Method: Intent.getDataString
  1488. Method: Intent.getDoubleArrayExtra
  1489. Method: Intent.getDoubleExtra
  1490. Method: Intent.getExtras
  1491. Method: Intent.getFlags
  1492. Method: Intent.getFloatArrayExtra
  1493. Method: Intent.getFloatExtra
  1494. Method: Intent.getIdentifier
  1495. Method: Intent.getIntArrayExtra
  1496. Method: Intent.getIntExtra
  1497. Method: Intent.getIntegerArrayListExtra
  1498. Method: Intent.getIntent
  1499. Method: Intent.getIntentOld
  1500. Method: Intent.getLongArrayExtra
  1501. Method: Intent.getLongExtra
  1502. Method: Intent.getPackage
  1503. Method: Intent.getParcelableArrayExtra
  1504. Method: Intent.getParcelableArrayListExtra
  1505. Method: Intent.getParcelableExtra
  1506. Method: Intent.getScheme
  1507. Method: Intent.getSelector
  1508. Method: Intent.getSerializableExtra
  1509. Method: Intent.getShortArrayExtra
  1510. Method: Intent.getShortExtra
  1511. Method: Intent.getSourceBounds
  1512. Method: Intent.getStringArrayExtra
  1513. Method: Intent.getStringArrayListExtra
  1514. Method: Intent.getStringExtra
  1515. Method: Intent.getType
  1516. Method: Intent.hasCategory
  1517. Method: Intent.hasExtra
  1518. Method: Intent.hasFileDescriptors
  1519. Method: Intent.makeMainActivity
  1520. Method: Intent.makeMainSelectorActivity
  1521. Method: Intent.makeRestartActivityTask
  1522. Method: Intent.normalizeMimeType
  1523. Method: Intent.parseIntent
  1524. Method: Intent.parseUri
  1525. Method: Intent.putCharSequenceArrayListExtra
  1526. Method: Intent.putExtra
  1527. Method: Intent.putExtras
  1528. Method: Intent.putIntegerArrayListExtra
  1529. Method: Intent.putParcelableArrayListExtra
  1530. Method: Intent.putStringArrayListExtra
  1531. Method: Intent.readFromParcel
  1532. Method: Intent.removeCategory
  1533. Method: Intent.removeExtra
  1534. Method: Intent.removeFlags
  1535. Method: Intent.replaceExtras
  1536. Method: Intent.resolveActivity
  1537. Method: Intent.resolveActivityInfo
  1538. Method: Intent.resolveType
  1539. Method: Intent.resolveTypeIfNeeded
  1540. Method: Intent.setAction
  1541. Method: Intent.setClass
  1542. Method: Intent.setClassName
  1543. Method: Intent.setClipData
  1544. Method: Intent.setComponent
  1545. Method: Intent.setData
  1546. Method: Intent.setDataAndNormalize
  1547. Method: Intent.setDataAndType
  1548. Method: Intent.setDataAndTypeAndNormalize
  1549. Method: Intent.setExtrasClassLoader
  1550. Method: Intent.setFlags
  1551. Method: Intent.setIdentifier
  1552. Method: Intent.setPackage
  1553. Method: Intent.setSelector
  1554. Method: Intent.setSourceBounds
  1555. Method: Intent.setType
  1556. Method: Intent.setTypeAndNormalize
  1557. Method: Intent.toString
  1558. Method: Intent.toURI
  1559. Method: Intent.writeToParcel
  1560. Method: SealedObject.getAlgorithm
  1561. Method: SealedObject.getObject
  1562. Method: URLConnection.addRequestProperty
  1563. Method: URLConnection.connect
  1564. Method: URLConnection.getAllowUserInteraction
  1565. Method: URLConnection.getConnectTimeout
  1566. Method: URLConnection.getContent
  1567. Method: URLConnection.getContentEncoding
  1568. Method: URLConnection.getContentLength
  1569. Method: URLConnection.getContentLengthLong
  1570. Method: URLConnection.getContentType
  1571. Method: URLConnection.getDate
  1572. Method: URLConnection.getDefaultAllowUserInteraction
  1573. Method: URLConnection.getDefaultRequestProperty
  1574. Method: URLConnection.getDefaultUseCaches
  1575. Method: URLConnection.getDoInput
  1576. Method: URLConnection.getDoOutput
  1577. Method: URLConnection.getExpiration
  1578. Method: URLConnection.getFileNameMap
  1579. Method: URLConnection.getHeaderField
  1580. Method: URLConnection.getHeaderFieldDate
  1581. Method: URLConnection.getHeaderFieldInt
  1582. Method: URLConnection.getHeaderFieldKey
  1583. Method: URLConnection.getHeaderFieldLong
  1584. Method: URLConnection.getHeaderFields
  1585. Method: URLConnection.getIfModifiedSince
  1586. Method: URLConnection.getInputStream
  1587. Method: URLConnection.getLastModified
  1588. Method: URLConnection.getOutputStream
  1589. Method: URLConnection.getPermission
  1590. Method: URLConnection.getReadTimeout
  1591. Method: URLConnection.getRequestProperties
  1592. Method: URLConnection.getRequestProperty
  1593. Method: URLConnection.getURL
  1594. Method: URLConnection.getUseCaches
  1595. Method: URLConnection.guessContentTypeFromName
  1596. Method: URLConnection.guessContentTypeFromStream
  1597. Method: URLConnection.setAllowUserInteraction
  1598. Method: URLConnection.setConnectTimeout
  1599. Method: URLConnection.setContentHandlerFactory
  1600. Method: URLConnection.setDefaultAllowUserInteraction
  1601. Method: URLConnection.setDefaultRequestProperty
  1602. Method: URLConnection.setDefaultUseCaches
  1603. Method: URLConnection.setDoInput
  1604. Method: URLConnection.setDoOutput
  1605. Method: URLConnection.setFileNameMap
  1606. Method: URLConnection.setIfModifiedSince
  1607. Method: URLConnection.setReadTimeout
  1608. Method: URLConnection.setRequestProperty
  1609. Method: URLConnection.setUseCaches
  1610. Method: URLConnection.toString
  1611. Method: WifiInfo.getBSSID
  1612. Method: WifiInfo.getDetailedStateOf
  1613. Method: WifiInfo.getFrequency
  1614. Method: WifiInfo.getHiddenSSID
  1615. Method: WifiInfo.getIpAddress
  1616. Method: WifiInfo.getLinkSpeed
  1617. Method: WifiInfo.getMacAddress
  1618. Method: WifiInfo.getMaxSupportedRxLinkSpeedMbps
  1619. Method: WifiInfo.getMaxSupportedTxLinkSpeedMbps
  1620. Method: WifiInfo.getNetworkId
  1621. Method: WifiInfo.getPasspointFqdn
  1622. Method: WifiInfo.getPasspointProviderFriendlyName
  1623. Method: WifiInfo.getRssi
  1624. Method: WifiInfo.getRxLinkSpeedMbps
  1625. Method: WifiInfo.getSSID
  1626. Method: WifiInfo.getSupplicantState
  1627. Method: WifiInfo.getTxLinkSpeedMbps
  1628. Method: WifiInfo.getWifiStandard
  1629. Method: WifiInfo.toString
  1630. Method: ConfigurationInfo.describeContents
  1631. Method: ConfigurationInfo.getGlEsVersion
  1632. Method: ConfigurationInfo.toString
  1633. Method: ConfigurationInfo.writeToParcel
  1634. Method: BluetoothGattServer.addService
  1635. Method: BluetoothGattServer.cancelConnection
  1636. Method: BluetoothGattServer.clearServices
  1637. Method: BluetoothGattServer.close
  1638. Method: BluetoothGattServer.connect
  1639. Method: BluetoothGattServer.getConnectedDevices
  1640. Method: BluetoothGattServer.getConnectionState
  1641. Method: BluetoothGattServer.getDevicesMatchingConnectionStates
  1642. Method: BluetoothGattServer.getService
  1643. Method: BluetoothGattServer.getServices
  1644. Method: BluetoothGattServer.notifyCharacteristicChanged
  1645. Method: BluetoothGattServer.readPhy
  1646. Method: BluetoothGattServer.removeService
  1647. Method: BluetoothGattServer.sendResponse
  1648. Method: BluetoothGattServer.setPreferredPhy
  1649. Method: FeatureGroupInfo.describeContents
  1650. Method: FeatureGroupInfo.writeToParcel
  1651. Method: NdefRecord.createApplicationRecord
  1652. Method: NdefRecord.createExternal
  1653. Method: NdefRecord.createMime
  1654. Method: NdefRecord.createTextRecord
  1655. Method: NdefRecord.createUri
  1656. Method: NdefRecord.describeContents
  1657. Method: NdefRecord.equals
  1658. Method: NdefRecord.getId
  1659. Method: NdefRecord.getPayload
  1660. Method: NdefRecord.getTnf
  1661. Method: NdefRecord.getType
  1662. Method: NdefRecord.hashCode
  1663. Method: NdefRecord.toByteArray
  1664. Method: NdefRecord.toMimeType
  1665. Method: NdefRecord.toString
  1666. Method: NdefRecord.toUri
  1667. Method: NdefRecord.writeToParcel
  1668. Method: StringBuffer.append
  1669. Method: StringBuffer.appendCodePoint
  1670. Method: StringBuffer.capacity
  1671. Method: StringBuffer.charAt
  1672. Method: StringBuffer.codePointAt
  1673. Method: StringBuffer.codePointBefore
  1674. Method: StringBuffer.codePointCount
  1675. Method: StringBuffer.delete
  1676. Method: StringBuffer.deleteCharAt
  1677. Method: StringBuffer.ensureCapacity
  1678. Method: StringBuffer.getChars
  1679. Method: StringBuffer.indexOf
  1680. Method: StringBuffer.insert
  1681. Method: StringBuffer.lastIndexOf
  1682. Method: StringBuffer.length
  1683. Method: StringBuffer.offsetByCodePoints
  1684. Method: StringBuffer.replace
  1685. Method: StringBuffer.reverse
  1686. Method: StringBuffer.setCharAt
  1687. Method: StringBuffer.setLength
  1688. Method: StringBuffer.subSequence
  1689. Method: StringBuffer.substring
  1690. Method: StringBuffer.toString
  1691. Method: StringBuffer.trimToSize
  1692. Method: GpsSatellite.getAzimuth
  1693. Method: GpsSatellite.getElevation
  1694. Method: GpsSatellite.getPrn
  1695. Method: GpsSatellite.getSnr
  1696. Method: GpsSatellite.hasAlmanac
  1697. Method: GpsSatellite.hasEphemeris
  1698. Method: GpsSatellite.usedInFix
  1699. Method: ChangedPackages.describeContents
  1700. Method: ChangedPackages.getPackageNames
  1701. Method: ChangedPackages.getSequenceNumber
  1702. Method: ChangedPackages.writeToParcel
  1703. Method: CacheRequest.abort
  1704. Method: CacheRequest.getBody
  1705. Method: DisplayManager.createVirtualDisplay
  1706. Method: DisplayManager.getDisplay
  1707. Method: DisplayManager.getDisplays
  1708. Method: DisplayManager.registerDisplayListener
  1709. Method: DisplayManager.unregisterDisplayListener
  1710. Method: URLClassLoader.close
  1711. Method: URLClassLoader.findResource
  1712. Method: URLClassLoader.findResources
  1713. Method: URLClassLoader.getResourceAsStream
  1714. Method: URLClassLoader.getURLs
  1715. Method: URLClassLoader.newInstance
  1716. Method: Parameter.equals
  1717. Method: Parameter.getAnnotation
  1718. Method: Parameter.getAnnotations
  1719. Method: Parameter.getAnnotationsByType
  1720. Method: Parameter.getDeclaredAnnotation
  1721. Method: Parameter.getDeclaredAnnotations
  1722. Method: Parameter.getDeclaredAnnotationsByType
  1723. Method: Parameter.getDeclaringExecutable
  1724. Method: Parameter.getModifiers
  1725. Method: Parameter.getName
  1726. Method: Parameter.getParameterizedType
  1727. Method: Parameter.getType
  1728. Method: Parameter.hashCode
  1729. Method: Parameter.isImplicit
  1730. Method: Parameter.isNamePresent
  1731. Method: Parameter.isSynthetic
  1732. Method: Parameter.isVarArgs
  1733. Method: Parameter.toString
  1734. Method: ComponentInfo.getBannerResource
  1735. Method: ComponentInfo.getIconResource
  1736. Method: ComponentInfo.getLogoResource
  1737. Method: ComponentInfo.isEnabled
  1738. Method: ComponentInfo.writeToParcel
  1739. Method: Cipher.doFinal
  1740. Method: Cipher.getAlgorithm
  1741. Method: Cipher.getBlockSize
  1742. Method: Cipher.getExemptionMechanism
  1743. Method: Cipher.getIV
  1744. Method: Cipher.getInstance
  1745. Method: Cipher.getMaxAllowedKeyLength
  1746. Method: Cipher.getMaxAllowedParameterSpec
  1747. Method: Cipher.getOutputSize
  1748. Method: Cipher.getParameters
  1749. Method: Cipher.getProvider
  1750. Method: Cipher.init
  1751. Method: Cipher.unwrap
  1752. Method: Cipher.update
  1753. Method: Cipher.updateAAD
  1754. Method: Cipher.wrap
  1755. Method: Tag.describeContents
  1756. Method: Tag.getId
  1757. Method: Tag.getTechList
  1758. Method: Tag.toString
  1759. Method: Tag.writeToParcel
  1760. Method: Socket.bind
  1761. Method: Socket.close
  1762. Method: Socket.connect
  1763. Method: Socket.getChannel
  1764. Method: Socket.getInetAddress
  1765. Method: Socket.getInputStream
  1766. Method: Socket.getKeepAlive
  1767. Method: Socket.getLocalAddress
  1768. Method: Socket.getLocalPort
  1769. Method: Socket.getLocalSocketAddress
  1770. Method: Socket.getOOBInline
  1771. Method: Socket.getOutputStream
  1772. Method: Socket.getPort
  1773. Method: Socket.getReceiveBufferSize
  1774. Method: Socket.getRemoteSocketAddress
  1775. Method: Socket.getReuseAddress
  1776. Method: Socket.getSendBufferSize
  1777. Method: Socket.getSoLinger
  1778. Method: Socket.getSoTimeout
  1779. Method: Socket.getTcpNoDelay
  1780. Method: Socket.getTrafficClass
  1781. Method: Socket.isBound
  1782. Method: Socket.isClosed
  1783. Method: Socket.isConnected
  1784. Method: Socket.isInputShutdown
  1785. Method: Socket.isOutputShutdown
  1786. Method: Socket.sendUrgentData
  1787. Method: Socket.setKeepAlive
  1788. Method: Socket.setOOBInline
  1789. Method: Socket.setPerformancePreferences
  1790. Method: Socket.setReceiveBufferSize
  1791. Method: Socket.setReuseAddress
  1792. Method: Socket.setSendBufferSize
  1793. Method: Socket.setSoLinger
  1794. Method: Socket.setSoTimeout
  1795. Method: Socket.setSocketImplFactory
  1796. Method: Socket.setTcpNoDelay
  1797. Method: Socket.setTrafficClass
  1798. Method: Socket.shutdownInput
  1799. Method: Socket.shutdownOutput
  1800. Method: Socket.toString
  1801. Method: LocationProvider.getAccuracy
  1802. Method: LocationProvider.getName
  1803. Method: LocationProvider.getPowerRequirement
  1804. Method: LocationProvider.hasMonetaryCost
  1805. Method: LocationProvider.meetsCriteria
  1806. Method: LocationProvider.requiresCell
  1807. Method: LocationProvider.requiresNetwork
  1808. Method: LocationProvider.requiresSatellite
  1809. Method: LocationProvider.supportsAltitude
  1810. Method: LocationProvider.supportsBearing
  1811. Method: LocationProvider.supportsSpeed
  1812. Method: GoogleAccountLogin.onCancel
  1813. Method: GoogleAccountLogin.run
  1814. Method: GoogleAccountLogin.startLoginIfNeeded
  1815. Method: JarURLConnection.getAttributes
  1816. Method: JarURLConnection.getCertificates
  1817. Method: JarURLConnection.getEntryName
  1818. Method: JarURLConnection.getJarEntry
  1819. Method: JarURLConnection.getJarFile
  1820. Method: JarURLConnection.getJarFileURL
  1821. Method: JarURLConnection.getMainAttributes
  1822. Method: JarURLConnection.getManifest
  1823. Method: Process.getElapsedCpuTime
  1824. Method: Process.getExclusiveCores
  1825. Method: Process.getGidForName
  1826. Method: Process.getStartElapsedRealtime
  1827. Method: Process.getStartUptimeMillis
  1828. Method: Process.getThreadPriority
  1829. Method: Process.getUidForName
  1830. Method: Process.is64Bit
  1831. Method: Process.isApplicationUid
  1832. Method: Process.isIsolated
  1833. Method: Process.killProcess
  1834. Method: Process.myPid
  1835. Method: Process.myTid
  1836. Method: Process.myUid
  1837. Method: Process.myUserHandle
  1838. Method: Process.sendSignal
  1839. Method: Process.setThreadPriority
  1840. Method: Process.supportsProcesses
  1841. Method: CameraCaptureSession.abortCaptures
  1842. Method: CameraCaptureSession.capture
  1843. Method: CameraCaptureSession.captureBurst
  1844. Method: CameraCaptureSession.captureBurstRequests
  1845. Method: CameraCaptureSession.captureSingleRequest
  1846. Method: CameraCaptureSession.close
  1847. Method: CameraCaptureSession.finalizeOutputConfigurations
  1848. Method: CameraCaptureSession.getDevice
  1849. Method: CameraCaptureSession.getInputSurface
  1850. Method: CameraCaptureSession.isReprocessable
  1851. Method: CameraCaptureSession.prepare
  1852. Method: CameraCaptureSession.setRepeatingBurst
  1853. Method: CameraCaptureSession.setRepeatingBurstRequests
  1854. Method: CameraCaptureSession.setRepeatingRequest
  1855. Method: CameraCaptureSession.setSingleRepeatingRequest
  1856. Method: CameraCaptureSession.stopRepeating
  1857. Method: CameraCaptureSession.supportsOfflineProcessing
  1858. Method: CameraCaptureSession.switchToOffline
  1859. Method: CameraCaptureSession.updateOutputConfiguration
  1860. Method: SettingInjectorService.onBind
  1861. Method: SettingInjectorService.onStart
  1862. Method: SettingInjectorService.onStartCommand
  1863. Method: SettingInjectorService.refreshSettings
  1864. Method: ProxySelector.connectFailed
  1865. Method: ProxySelector.getDefault
  1866. Method: ProxySelector.select
  1867. Method: ProxySelector.setDefault
  1868. Method: ServiceInfo.describeContents
  1869. Method: ServiceInfo.dump
  1870. Method: ServiceInfo.getForegroundServiceType
  1871. Method: ServiceInfo.toString
  1872. Method: ServiceInfo.writeToParcel
  1873. Method: BluetoothA2dp.finalize
  1874. Method: BluetoothA2dp.getConnectedDevices
  1875. Method: BluetoothA2dp.getConnectionState
  1876. Method: BluetoothA2dp.getDevicesMatchingConnectionStates
  1877. Method: BluetoothA2dp.isA2dpPlaying
  1878. Method: IDN.toASCII
  1879. Method: IDN.toUnicode
  1880. Method: ProviderInfo.describeContents
  1881. Method: ProviderInfo.dump
  1882. Method: ProviderInfo.toString
  1883. Method: ProviderInfo.writeToParcel
  1884. Method: TelephonyManager.canChangeDtmfToneLength
  1885. Method: TelephonyManager.createForPhoneAccountHandle
  1886. Method: TelephonyManager.createForSubscriptionId
  1887. Method: TelephonyManager.doesSwitchMultiSimConfigTriggerReboot
  1888. Method: TelephonyManager.getActiveModemCount
  1889. Method: TelephonyManager.getAllCellInfo
  1890. Method: TelephonyManager.getAllNetworkTypes
  1891. Method: TelephonyManager.getCallState
  1892. Method: TelephonyManager.getCardIdForDefaultEuicc
  1893. Method: TelephonyManager.getCarrierConfig
  1894. Method: TelephonyManager.getCarrierIdFromSimMccMnc
  1895. Method: TelephonyManager.getCellLocation
  1896. Method: TelephonyManager.getDataActivity
  1897. Method: TelephonyManager.getDataNetworkType
  1898. Method: TelephonyManager.getDataState
  1899. Method: TelephonyManager.getDeviceId
  1900. Method: TelephonyManager.getDeviceSoftwareVersion
  1901. Method: TelephonyManager.getEmergencyNumberList
  1902. Method: TelephonyManager.getForbiddenPlmns
  1903. Method: TelephonyManager.getGroupIdLevel1
  1904. Method: TelephonyManager.getIccAuthentication
  1905. Method: TelephonyManager.getImei
  1906. Method: TelephonyManager.getLine1Number
  1907. Method: TelephonyManager.getManufacturerCode
  1908. Method: TelephonyManager.getMeid
  1909. Method: TelephonyManager.getMmsUAProfUrl
  1910. Method: TelephonyManager.getNai
  1911. Method: TelephonyManager.getNetworkCountryIso
  1912. Method: TelephonyManager.getNetworkOperator
  1913. Method: TelephonyManager.getNetworkOperatorName
  1914. Method: TelephonyManager.getNetworkSelectionMode
  1915. Method: TelephonyManager.getNetworkSpecifier
  1916. Method: TelephonyManager.getNetworkType
  1917. Method: TelephonyManager.getPhoneCapability
  1918. Method: TelephonyManager.getPhoneCount
  1919. Method: TelephonyManager.getPhoneType
  1920. Method: TelephonyManager.getPreferredOpportunisticDataSubscription
  1921. Method: TelephonyManager.getServiceState
  1922. Method: TelephonyManager.getSignalStrength
  1923. Method: TelephonyManager.getSimCarrierId
  1924. Method: TelephonyManager.getSimCarrierIdName
  1925. Method: TelephonyManager.getSimCountryIso
  1926. Method: TelephonyManager.getSimOperator
  1927. Method: TelephonyManager.getSimOperatorName
  1928. Method: TelephonyManager.getSimSerialNumber
  1929. Method: TelephonyManager.getSimSpecificCarrierId
  1930. Method: TelephonyManager.getSimSpecificCarrierIdName
  1931. Method: TelephonyManager.getSimState
  1932. Method: TelephonyManager.getSubscriberId
  1933. Method: TelephonyManager.getSubscriptionId
  1934. Method: TelephonyManager.getSupportedModemCount
  1935. Method: TelephonyManager.getTypeAllocationCode
  1936. Method: TelephonyManager.getUiccCardsInfo
  1937. Method: TelephonyManager.getVisualVoicemailPackageName
  1938. Method: TelephonyManager.getVoiceMailAlphaTag
  1939. Method: TelephonyManager.getVoiceMailNumber
  1940. Method: TelephonyManager.getVoiceNetworkType
  1941. Method: TelephonyManager.getVoicemailRingtoneUri
  1942. Method: TelephonyManager.hasCarrierPrivileges
  1943. Method: TelephonyManager.hasIccCard
  1944. Method: TelephonyManager.iccCloseLogicalChannel
  1945. Method: TelephonyManager.iccExchangeSimIO
  1946. Method: TelephonyManager.iccOpenLogicalChannel
  1947. Method: TelephonyManager.iccTransmitApduBasicChannel
  1948. Method: TelephonyManager.iccTransmitApduLogicalChannel
  1949. Method: TelephonyManager.isConcurrentVoiceAndDataSupported
  1950. Method: TelephonyManager.isDataCapable
  1951. Method: TelephonyManager.isDataEnabled
  1952. Method: TelephonyManager.isDataRoamingEnabled
  1953. Method: TelephonyManager.isEmergencyNumber
  1954. Method: TelephonyManager.isHearingAidCompatibilitySupported
  1955. Method: TelephonyManager.isMultiSimSupported
  1956. Method: TelephonyManager.isNetworkRoaming
  1957. Method: TelephonyManager.isRttSupported
  1958. Method: TelephonyManager.isSmsCapable
  1959. Method: TelephonyManager.isTtyModeSupported
  1960. Method: TelephonyManager.isVoiceCapable
  1961. Method: TelephonyManager.isVoicemailVibrationEnabled
  1962. Method: TelephonyManager.isWorldPhone
  1963. Method: TelephonyManager.listen
  1964. Method: TelephonyManager.requestCellInfoUpdate
  1965. Method: TelephonyManager.requestNetworkScan
  1966. Method: TelephonyManager.sendDialerSpecialCode
  1967. Method: TelephonyManager.sendEnvelopeWithStatus
  1968. Method: TelephonyManager.sendUssdRequest
  1969. Method: TelephonyManager.sendVisualVoicemailSms
  1970. Method: TelephonyManager.setDataEnabled
  1971. Method: TelephonyManager.setForbiddenPlmns
  1972. Method: TelephonyManager.setLine1NumberForDisplay
  1973. Method: TelephonyManager.setNetworkSelectionModeAutomatic
  1974. Method: TelephonyManager.setNetworkSelectionModeManual
  1975. Method: TelephonyManager.setOperatorBrandOverride
  1976. Method: TelephonyManager.setPreferredNetworkTypeToGlobal
  1977. Method: TelephonyManager.setPreferredOpportunisticDataSubscription
  1978. Method: TelephonyManager.setVisualVoicemailSmsFilterSettings
  1979. Method: TelephonyManager.setVoiceMailNumber
  1980. Method: TelephonyManager.setVoicemailRingtoneUri
  1981. Method: TelephonyManager.setVoicemailVibrationEnabled
  1982. Method: TelephonyManager.switchMultiSimConfig
  1983. Method: TelephonyManager.updateAvailableNetworks
  1984. Method: getPartialResults.TotalCaptureResult
  1985. Method: Executable.getAnnotation
  1986. Method: Executable.getAnnotationsByType
  1987. Method: Executable.getDeclaredAnnotations
  1988. Method: Executable.getDeclaringClass
  1989. Method: Executable.getExceptionTypes
  1990. Method: Executable.getGenericExceptionTypes
  1991. Method: Executable.getGenericParameterTypes
  1992. Method: Executable.getModifiers
  1993. Method: Executable.getName
  1994. Method: Executable.getParameterAnnotations
  1995. Method: Executable.getParameterCount
  1996. Method: Executable.getParameterTypes
  1997. Method: Executable.getParameters
  1998. Method: Executable.getTypeParameters
  1999. Method: Executable.isAnnotationPresent
  2000. Method: Executable.isSynthetic
  2001. Method: Executable.isVarArgs
  2002. Method: Executable.toGenericString
  2003. Method: Authenticator.requestPasswordAuthentication
  2004. Method: Authenticator.setDefault
  2005. Method: CookieManager.get
  2006. Method: CookieManager.getCookieStore
  2007. Method: CookieManager.put
  2008. Method: CookieManager.setCookiePolicy
  2009. Method: ActivityInfo.describeContents
  2010. Method: ActivityInfo.dump
  2011. Method: ActivityInfo.getThemeResource
  2012. Method: ActivityInfo.toString
  2013. Method: ActivityInfo.writeToParcel
  2014. Method: KeyPairGeneratorSpec.getAlgorithmParameterSpec
  2015. Method: KeyPairGeneratorSpec.getContext
  2016. Method: KeyPairGeneratorSpec.getEndDate
  2017. Method: KeyPairGeneratorSpec.getKeySize
  2018. Method: KeyPairGeneratorSpec.getKeyType
  2019. Method: KeyPairGeneratorSpec.getKeystoreAlias
  2020. Method: KeyPairGeneratorSpec.getSerialNumber
  2021. Method: KeyPairGeneratorSpec.getStartDate
  2022. Method: KeyPairGeneratorSpec.getSubjectDN
  2023. Method: KeyPairGeneratorSpec.isEncryptionRequired
  2024. Method: Inet4Address.equals
  2025. Method: Inet4Address.getAddress
  2026. Method: Inet4Address.getHostAddress
  2027. Method: Inet4Address.hashCode
  2028. Method: Inet4Address.isAnyLocalAddress
  2029. Method: Inet4Address.isLinkLocalAddress
  2030. Method: Inet4Address.isLoopbackAddress
  2031. Method: Inet4Address.isMCGlobal
  2032. Method: Inet4Address.isMCLinkLocal
  2033. Method: Inet4Address.isMCNodeLocal
  2034. Method: Inet4Address.isMCOrgLocal
  2035. Method: Inet4Address.isMCSiteLocal
  2036. Method: Inet4Address.isMulticastAddress
  2037. Method: Inet4Address.isSiteLocalAddress
  2038. Method: InterfaceAddress.equals
  2039. Method: InterfaceAddress.getAddress
  2040. Method: InterfaceAddress.getBroadcast
  2041. Method: InterfaceAddress.getNetworkPrefixLength
  2042. Method: InterfaceAddress.hashCode
  2043. Method: InterfaceAddress.toString
  2044. Method: PathPermission.getReadPermission
  2045. Method: PathPermission.getWritePermission
  2046. Method: PathPermission.writeToParcel
  2047. Method: NetworkInterface.equals
  2048. Method: NetworkInterface.getByIndex
  2049. Method: NetworkInterface.getByInetAddress
  2050. Method: NetworkInterface.getByName
  2051. Method: NetworkInterface.getDisplayName
  2052. Method: NetworkInterface.getHardwareAddress
  2053. Method: NetworkInterface.getIndex
  2054. Method: NetworkInterface.getInetAddresses
  2055. Method: NetworkInterface.getInterfaceAddresses
  2056. Method: NetworkInterface.getMTU
  2057. Method: NetworkInterface.getName
  2058. Method: NetworkInterface.getNetworkInterfaces
  2059. Method: NetworkInterface.getParent
  2060. Method: NetworkInterface.getSubInterfaces
  2061. Method: NetworkInterface.hashCode
  2062. Method: NetworkInterface.isLoopback
  2063. Method: NetworkInterface.isPointToPoint
  2064. Method: NetworkInterface.isUp
  2065. Method: NetworkInterface.isVirtual
  2066. Method: NetworkInterface.supportsMulticast
  2067. Method: NetworkInterface.toString
  2068. Method: BluetoothClass.describeContents
  2069. Method: BluetoothClass.equals
  2070. Method: BluetoothClass.getDeviceClass
  2071. Method: BluetoothClass.getMajorDeviceClass
  2072. Method: BluetoothClass.hasService
  2073. Method: BluetoothClass.hashCode
  2074. Method: BluetoothClass.toString
  2075. Method: BluetoothClass.writeToParcel
  2076. Method: Inet6Address.equals
  2077. Method: Inet6Address.getAddress
  2078. Method: Inet6Address.getByAddress
  2079. Method: Inet6Address.getHostAddress
  2080. Method: Inet6Address.getScopeId
  2081. Method: Inet6Address.getScopedInterface
  2082. Method: Inet6Address.hashCode
  2083. Method: Inet6Address.isAnyLocalAddress
  2084. Method: Inet6Address.isIPv4CompatibleAddress
  2085. Method: Inet6Address.isLinkLocalAddress
  2086. Method: Inet6Address.isLoopbackAddress
  2087. Method: Inet6Address.isMCGlobal
  2088. Method: Inet6Address.isMCLinkLocal
  2089. Method: Inet6Address.isMCNodeLocal
  2090. Method: Inet6Address.isMCOrgLocal
  2091. Method: Inet6Address.isMCSiteLocal
  2092. Method: Inet6Address.isMulticastAddress
  2093. Method: Inet6Address.isSiteLocalAddress
  2094. Method: ContentService.removePeriodicSync
  2095. Method: CameraMetadata.getKeys
  2096. Method: CacheResponse.getBody
  2097. Method: CacheResponse.getHeaders
  2098. Method: PermissionInfo.describeContents
  2099. Method: PermissionInfo.getProtection
  2100. Method: PermissionInfo.getProtectionFlags
  2101. Method: PermissionInfo.loadDescription
  2102. Method: PermissionInfo.toString
  2103. Method: PermissionInfo.writeToParcel
  2104. Method: FileOutputStream.close
  2105. Method: FileOutputStream.getChannel
  2106. Method: FileOutputStream.getFD
  2107. Method: FileOutputStream.write
  2108. Method: LauncherActivityInfo.getApplicationInfo
  2109. Method: LauncherActivityInfo.getBadgedIcon
  2110. Method: LauncherActivityInfo.getComponentName
  2111. Method: LauncherActivityInfo.getFirstInstallTime
  2112. Method: LauncherActivityInfo.getIcon
  2113. Method: LauncherActivityInfo.getLabel
  2114. Method: LauncherActivityInfo.getName
  2115. Method: LauncherActivityInfo.getUser
  2116. Method: GnssMeasurement.describeContents
  2117. Method: GnssMeasurement.getAccumulatedDeltaRangeMeters
  2118. Method: GnssMeasurement.getAccumulatedDeltaRangeState
  2119. Method: GnssMeasurement.getAccumulatedDeltaRangeUncertaintyMeters
  2120. Method: GnssMeasurement.getAutomaticGainControlLevelDb
  2121. Method: GnssMeasurement.getBasebandCn0DbHz
  2122. Method: GnssMeasurement.getCarrierCycles
  2123. Method: GnssMeasurement.getCarrierFrequencyHz
  2124. Method: GnssMeasurement.getCarrierPhase
  2125. Method: GnssMeasurement.getCarrierPhaseUncertainty
  2126. Method: GnssMeasurement.getCn0DbHz
  2127. Method: GnssMeasurement.getCodeType
  2128. Method: GnssMeasurement.getConstellationType
  2129. Method: GnssMeasurement.getFullInterSignalBiasNanos
  2130. Method: GnssMeasurement.getFullInterSignalBiasUncertaintyNanos
  2131. Method: GnssMeasurement.getMultipathIndicator
  2132. Method: GnssMeasurement.getPseudorangeRateMetersPerSecond
  2133. Method: GnssMeasurement.getPseudorangeRateUncertaintyMetersPerSecond
  2134. Method: GnssMeasurement.getReceivedSvTimeNanos
  2135. Method: GnssMeasurement.getReceivedSvTimeUncertaintyNanos
  2136. Method: GnssMeasurement.getSatelliteInterSignalBiasNanos
  2137. Method: GnssMeasurement.getSatelliteInterSignalBiasUncertaintyNanos
  2138. Method: GnssMeasurement.getSnrInDb
  2139. Method: GnssMeasurement.getState
  2140. Method: GnssMeasurement.getSvid
  2141. Method: GnssMeasurement.getTimeOffsetNanos
  2142. Method: GnssMeasurement.hasAutomaticGainControlLevelDb
  2143. Method: GnssMeasurement.hasBasebandCn0DbHz
  2144. Method: GnssMeasurement.hasCarrierCycles
  2145. Method: GnssMeasurement.hasCarrierFrequencyHz
  2146. Method: GnssMeasurement.hasCarrierPhase
  2147. Method: GnssMeasurement.hasCarrierPhaseUncertainty
  2148. Method: GnssMeasurement.hasCodeType
  2149. Method: GnssMeasurement.hasFullInterSignalBiasNanos
  2150. Method: GnssMeasurement.hasFullInterSignalBiasUncertaintyNanos
  2151. Method: GnssMeasurement.hasSatelliteInterSignalBiasNanos
  2152. Method: GnssMeasurement.hasSatelliteInterSignalBiasUncertaintyNanos
  2153. Method: GnssMeasurement.hasSnrInDb
  2154. Method: GnssMeasurement.toString
  2155. Method: GnssMeasurement.writeToParcel
  2156. Method: PackageInstaller.abandonSession
  2157. Method: PackageInstaller.createSession
  2158. Method: PackageInstaller.getActiveStagedSession
  2159. Method: PackageInstaller.getActiveStagedSessions
  2160. Method: PackageInstaller.getAllSessions
  2161. Method: PackageInstaller.getMySessions
  2162. Method: PackageInstaller.getSessionInfo
  2163. Method: PackageInstaller.getStagedSessions
  2164. Method: PackageInstaller.installExistingPackage
  2165. Method: PackageInstaller.openSession
  2166. Method: PackageInstaller.registerSessionCallback
  2167. Method: PackageInstaller.uninstall
  2168. Method: PackageInstaller.unregisterSessionCallback
  2169. Method: PackageInstaller.updateSessionAppIcon
  2170. Method: PackageInstaller.updateSessionAppLabel
  2171. Method: EncryptedPrivateKeyInfo.getAlgName
  2172. Method: EncryptedPrivateKeyInfo.getAlgParameters
  2173. Method: EncryptedPrivateKeyInfo.getEncoded
  2174. Method: EncryptedPrivateKeyInfo.getEncryptedData
  2175. Method: EncryptedPrivateKeyInfo.getKeySpec
  2176. Method: URLDecoder.decode
  2177. Method: WpsInfo.describeContents
  2178. Method: WpsInfo.toString
  2179. Method: WpsInfo.writeToParcel
  2180. Method: CookieHandler.get
  2181. Method: CookieHandler.getDefault
  2182. Method: CookieHandler.put
  2183. Method: CookieHandler.setDefault
  2184. Method: ExemptionMechanismSpi.engineGenExemptionBlob
  2185. Method: ExemptionMechanismSpi.engineGetOutputSize
  2186. Method: ExemptionMechanismSpi.engineInit
  2187. Method: MulticastSocket.getInterface
  2188. Method: MulticastSocket.getLoopbackMode
  2189. Method: MulticastSocket.getNetworkInterface
  2190. Method: MulticastSocket.getTTL
  2191. Method: MulticastSocket.getTimeToLive
  2192. Method: MulticastSocket.joinGroup
  2193. Method: MulticastSocket.leaveGroup
  2194. Method: MulticastSocket.send
  2195. Method: MulticastSocket.setInterface
  2196. Method: MulticastSocket.setLoopbackMode
  2197. Method: MulticastSocket.setNetworkInterface
  2198. Method: MulticastSocket.setTTL
  2199. Method: MulticastSocket.setTimeToLive
  2200. Method: WifiManager.addNetwork
  2201. Method: WifiManager.addNetworkSuggestions
  2202. Method: WifiManager.addOrUpdatePasspointConfiguration
  2203. Method: WifiManager.addSuggestionConnectionStatusListener
  2204. Method: WifiManager.calculateSignalLevel
  2205. Method: WifiManager.cancelWps
  2206. Method: WifiManager.compareSignalLevel
  2207. Method: WifiManager.createMulticastLock
  2208. Method: WifiManager.createWifiLock
  2209. Method: WifiManager.disableNetwork
  2210. Method: WifiManager.disconnect
  2211. Method: WifiManager.enableNetwork
  2212. Method: WifiManager.getConfiguredNetworks
  2213. Method: WifiManager.getConnectionInfo
  2214. Method: WifiManager.getDhcpInfo
  2215. Method: WifiManager.getMaxNumberOfNetworkSuggestionsPerApp
  2216. Method: WifiManager.getMaxSignalLevel
  2217. Method: WifiManager.getNetworkSuggestions
  2218. Method: WifiManager.getPasspointConfigurations
  2219. Method: WifiManager.getScanResults
  2220. Method: WifiManager.getWifiState
  2221. Method: WifiManager.is5GHzBandSupported
  2222. Method: WifiManager.is6GHzBandSupported
  2223. Method: WifiManager.isAutoWakeupEnabled
  2224. Method: WifiManager.isDeviceToApRttSupported
  2225. Method: WifiManager.isEasyConnectSupported
  2226. Method: WifiManager.isEnhancedOpenSupported
  2227. Method: WifiManager.isEnhancedPowerReportingSupported
  2228. Method: WifiManager.isP2pSupported
  2229. Method: WifiManager.isPreferredNetworkOffloadSupported
  2230. Method: WifiManager.isScanAlwaysAvailable
  2231. Method: WifiManager.isScanThrottleEnabled
  2232. Method: WifiManager.isStaApConcurrencySupported
  2233. Method: WifiManager.isTdlsSupported
  2234. Method: WifiManager.isWapiSupported
  2235. Method: WifiManager.isWifiEnabled
  2236. Method: WifiManager.isWifiStandardSupported
  2237. Method: WifiManager.isWpa3SaeSupported
  2238. Method: WifiManager.isWpa3SuiteBSupported
  2239. Method: WifiManager.pingSupplicant
  2240. Method: WifiManager.reassociate
  2241. Method: WifiManager.reconnect
  2242. Method: WifiManager.registerScanResultsCallback
  2243. Method: WifiManager.removeNetwork
  2244. Method: WifiManager.removeNetworkSuggestions
  2245. Method: WifiManager.removePasspointConfiguration
  2246. Method: WifiManager.removeSuggestionConnectionStatusListener
  2247. Method: WifiManager.saveConfiguration
  2248. Method: WifiManager.setTdlsEnabled
  2249. Method: WifiManager.setTdlsEnabledWithMacAddress
  2250. Method: WifiManager.setWifiEnabled
  2251. Method: WifiManager.startLocalOnlyHotspot
  2252. Method: WifiManager.startScan
  2253. Method: WifiManager.startWps
  2254. Method: WifiManager.unregisterScanResultsCallback
  2255. Method: WifiManager.updateNetwork
  2256. Method: BluetoothHeadset.getConnectedDevices
  2257. Method: BluetoothHeadset.getConnectionState
  2258. Method: BluetoothHeadset.getDevicesMatchingConnectionStates
  2259. Method: BluetoothHeadset.isAudioConnected
  2260. Method: BluetoothHeadset.sendVendorSpecificResultCode
  2261. Method: BluetoothHeadset.startVoiceRecognition
  2262. Method: BluetoothHeadset.stopVoiceRecognition
  2263. Method: StringBuilder.append
  2264. Method: StringBuilder.appendCodePoint
  2265. Method: StringBuilder.capacity
  2266. Method: StringBuilder.charAt
  2267. Method: StringBuilder.codePointAt
  2268. Method: StringBuilder.codePointBefore
  2269. Method: StringBuilder.codePointCount
  2270. Method: StringBuilder.delete
  2271. Method: StringBuilder.deleteCharAt
  2272. Method: StringBuilder.ensureCapacity
  2273. Method: StringBuilder.getChars
  2274. Method: StringBuilder.indexOf
  2275. Method: StringBuilder.insert
  2276. Method: StringBuilder.lastIndexOf
  2277. Method: StringBuilder.length
  2278. Method: StringBuilder.offsetByCodePoints
  2279. Method: StringBuilder.replace
  2280. Method: StringBuilder.reverse
  2281. Method: StringBuilder.setCharAt
  2282. Method: StringBuilder.setLength
  2283. Method: StringBuilder.subSequence
  2284. Method: StringBuilder.substring
  2285. Method: StringBuilder.toString
  2286. Method: StringBuilder.trimToSize
  2287. Method: ConnectivityManager.addDefaultNetworkActiveListener
  2288. Method: ConnectivityManager.bindProcessToNetwork
  2289. Method: ConnectivityManager.createSocketKeepalive
  2290. Method: ConnectivityManager.getActiveNetwork
  2291. Method: ConnectivityManager.getActiveNetworkInfo
  2292. Method: ConnectivityManager.getAllNetworkInfo
  2293. Method: ConnectivityManager.getBackgroundDataSetting
  2294. Method: ConnectivityManager.getBoundNetworkForProcess
  2295. Method: ConnectivityManager.getConnectionOwnerUid
  2296. Method: ConnectivityManager.getDefaultProxy
  2297. Method: ConnectivityManager.getLinkProperties
  2298. Method: ConnectivityManager.getMultipathPreference
  2299. Method: ConnectivityManager.getNetworkCapabilities
  2300. Method: ConnectivityManager.getNetworkInfo
  2301. Method: ConnectivityManager.getNetworkPreference
  2302. Method: ConnectivityManager.getNetworkWatchlistConfigHash
  2303. Method: ConnectivityManager.getProcessDefaultNetwork
  2304. Method: ConnectivityManager.getRestrictBackgroundStatus
  2305. Method: ConnectivityManager.isActiveNetworkMetered
  2306. Method: ConnectivityManager.isDefaultNetworkActive
  2307. Method: ConnectivityManager.isNetworkTypeValid
  2308. Method: ConnectivityManager.registerDefaultNetworkCallback
  2309. Method: ConnectivityManager.registerNetworkCallback
  2310. Method: ConnectivityManager.releaseNetworkRequest
  2311. Method: ConnectivityManager.removeDefaultNetworkActiveListener
  2312. Method: ConnectivityManager.reportBadNetwork
  2313. Method: ConnectivityManager.reportNetworkConnectivity
  2314. Method: ConnectivityManager.requestBandwidthUpdate
  2315. Method: ConnectivityManager.requestNetwork
  2316. Method: ConnectivityManager.setNetworkPreference
  2317. Method: ConnectivityManager.setProcessDefaultNetwork
  2318. Method: ConnectivityManager.unregisterNetworkCallback
  2319. Method: DataOutputStream.flush
  2320. Method: DataOutputStream.size
  2321. Method: DataOutputStream.write
  2322. Method: DataOutputStream.writeBoolean
  2323. Method: DataOutputStream.writeByte
  2324. Method: DataOutputStream.writeBytes
  2325. Method: DataOutputStream.writeChar
  2326. Method: DataOutputStream.writeChars
  2327. Method: DataOutputStream.writeDouble
  2328. Method: DataOutputStream.writeFloat
  2329. Method: DataOutputStream.writeInt
  2330. Method: DataOutputStream.writeLong
  2331. Method: DataOutputStream.writeShort
  2332. Method: DataOutputStream.writeUTF
  2333. Method: ApplicationInfo.describeContents
  2334. Method: ApplicationInfo.dump
  2335. Method: ApplicationInfo.getCategoryTitle
  2336. Method: ApplicationInfo.getGwpAsanMode
  2337. Method: ApplicationInfo.isProfileableByShell
  2338. Method: ApplicationInfo.isResourceOverlay
  2339. Method: ApplicationInfo.isVirtualPreload
  2340. Method: ApplicationInfo.loadDescription
  2341. Method: ApplicationInfo.toString
  2342. Method: ApplicationInfo.writeToParcel
  2343. Method: Geocoder.getFromLocation
  2344. Method: Geocoder.getFromLocationName
  2345. Method: Geocoder.isPresent
  2346. Method: ContentResolver.acquireContentProviderClient
  2347. Method: ContentResolver.acquireUnstableContentProviderClient
  2348. Method: ContentResolver.addPeriodicSync
  2349. Method: ContentResolver.addStatusChangeListener
  2350. Method: ContentResolver.applyBatch
  2351. Method: ContentResolver.bulkInsert
  2352. Method: ContentResolver.call
  2353. Method: ContentResolver.cancelSync
  2354. Method: ContentResolver.canonicalize
  2355. Method: ContentResolver.delete
  2356. Method: ContentResolver.getCurrentSync
  2357. Method: ContentResolver.getIsSyncable
  2358. Method: ContentResolver.getMasterSyncAutomatically
  2359. Method: ContentResolver.getOutgoingPersistedUriPermissions
  2360. Method: ContentResolver.getPeriodicSyncs
  2361. Method: ContentResolver.getPersistedUriPermissions
  2362. Method: ContentResolver.getStreamTypes
  2363. Method: ContentResolver.getSyncAdapterTypes
  2364. Method: ContentResolver.getSyncAutomatically
  2365. Method: ContentResolver.getType
  2366. Method: ContentResolver.getTypeInfo
  2367. Method: ContentResolver.insert
  2368. Method: ContentResolver.isSyncActive
  2369. Method: ContentResolver.isSyncPending
  2370. Method: ContentResolver.loadThumbnail
  2371. Method: ContentResolver.notifyChange
  2372. Method: ContentResolver.openAssetFile
  2373. Method: ContentResolver.openAssetFileDescriptor
  2374. Method: ContentResolver.openFile
  2375. Method: ContentResolver.openFileDescriptor
  2376. Method: ContentResolver.openInputStream
  2377. Method: ContentResolver.openOutputStream
  2378. Method: ContentResolver.openTypedAssetFile
  2379. Method: ContentResolver.openTypedAssetFileDescriptor
  2380. Method: ContentResolver.query
  2381. Method: ContentResolver.refresh
  2382. Method: ContentResolver.registerContentObserver
  2383. Method: ContentResolver.releasePersistableUriPermission
  2384. Method: ContentResolver.removePeriodicSync
  2385. Method: ContentResolver.removeStatusChangeListener
  2386. Method: ContentResolver.requestSync
  2387. Method: ContentResolver.setIsSyncable
  2388. Method: ContentResolver.setMasterSyncAutomatically
  2389. Method: ContentResolver.setSyncAutomatically
  2390. Method: ContentResolver.startSync
  2391. Method: ContentResolver.takePersistableUriPermission
  2392. Method: ContentResolver.uncanonicalize
  2393. Method: ContentResolver.unregisterContentObserver
  2394. Method: ContentResolver.update
  2395. Method: ContentResolver.validateSyncExtrasBundle
  2396. Method: ContentResolver.wrap
  2397. Method: BluetoothServerSocket.accept
  2398. Method: BluetoothServerSocket.close
  2399. Method: BluetoothServerSocket.getPsm
  2400. Method: BluetoothServerSocket.toString
  2401. Method: Field.equals
  2402. Method: Field.get
  2403. Method: Field.getAnnotation
  2404. Method: Field.getAnnotationsByType
  2405. Method: Field.getBoolean
  2406. Method: Field.getByte
  2407. Method: Field.getChar
  2408. Method: Field.getDeclaredAnnotations
  2409. Method: Field.getDeclaringClass
  2410. Method: Field.getDouble
  2411. Method: Field.getFloat
  2412. Method: Field.getGenericType
  2413. Method: Field.getInt
  2414. Method: Field.getLong
  2415. Method: Field.getModifiers
  2416. Method: Field.getName
  2417. Method: Field.getShort
  2418. Method: Field.getType
  2419. Method: Field.hashCode
  2420. Method: Field.isAnnotationPresent
  2421. Method: Field.isEnumConstant
  2422. Method: Field.isSynthetic
  2423. Method: Field.set
  2424. Method: Field.setBoolean
  2425. Method: Field.setByte
  2426. Method: Field.setChar
  2427. Method: Field.setDouble
  2428. Method: Field.setFloat
  2429. Method: Field.setInt
  2430. Method: Field.setLong
  2431. Method: Field.setShort
  2432. Method: Field.toGenericString
  2433. Method: Field.toString
  2434. Method: Proxy.address
  2435. Method: Proxy.equals
  2436. Method: Proxy.hashCode
  2437. Method: Proxy.toString
  2438. Method: Proxy.type
  2439. Method: HttpURLConnection.disconnect
  2440. Method: HttpURLConnection.getErrorStream
  2441. Method: HttpURLConnection.getFollowRedirects
  2442. Method: HttpURLConnection.getHeaderField
  2443. Method: HttpURLConnection.getHeaderFieldDate
  2444. Method: HttpURLConnection.getHeaderFieldKey
  2445. Method: HttpURLConnection.getInstanceFollowRedirects
  2446. Method: HttpURLConnection.getPermission
  2447. Method: HttpURLConnection.getRequestMethod
  2448. Method: HttpURLConnection.getResponseCode
  2449. Method: HttpURLConnection.getResponseMessage
  2450. Method: HttpURLConnection.setChunkedStreamingMode
  2451. Method: HttpURLConnection.setFixedLengthStreamingMode
  2452. Method: HttpURLConnection.setFollowRedirects
  2453. Method: HttpURLConnection.setInstanceFollowRedirects
  2454. Method: HttpURLConnection.setRequestMethod
  2455. Method: HttpURLConnection.usingProxy
  2456. Method: PackageManager.addPackageToPreferred
  2457. Method: PackageManager.addPermission
  2458. Method: PackageManager.addPermissionAsync
  2459. Method: PackageManager.addPreferredActivity
  2460. Method: PackageManager.addWhitelistedRestrictedPermission
  2461. Method: PackageManager.canRequestPackageInstalls
  2462. Method: PackageManager.canonicalToCurrentPackageNames
  2463. Method: PackageManager.checkPermission
  2464. Method: PackageManager.checkSignatures
  2465. Method: PackageManager.clearInstantAppCookie
  2466. Method: PackageManager.clearPackagePreferredActivities
  2467. Method: PackageManager.currentToCanonicalPackageNames
  2468. Method: PackageManager.extendVerificationTimeout
  2469. Method: PackageManager.getActivityBanner
  2470. Method: PackageManager.getActivityIcon
  2471. Method: PackageManager.getActivityInfo
  2472. Method: PackageManager.getActivityLogo
  2473. Method: PackageManager.getAllPermissionGroups
  2474. Method: PackageManager.getApplicationBanner
  2475. Method: PackageManager.getApplicationEnabledSetting
  2476. Method: PackageManager.getApplicationIcon
  2477. Method: PackageManager.getApplicationInfo
  2478. Method: PackageManager.getApplicationLabel
  2479. Method: PackageManager.getApplicationLogo
  2480. Method: PackageManager.getBackgroundPermissionOptionLabel
  2481. Method: PackageManager.getChangedPackages
  2482. Method: PackageManager.getComponentEnabledSetting
  2483. Method: PackageManager.getDefaultActivityIcon
  2484. Method: PackageManager.getDrawable
  2485. Method: PackageManager.getInstallSourceInfo
  2486. Method: PackageManager.getInstalledApplications
  2487. Method: PackageManager.getInstalledModules
  2488. Method: PackageManager.getInstalledPackages
  2489. Method: PackageManager.getInstallerPackageName
  2490. Method: PackageManager.getInstantAppCookie
  2491. Method: PackageManager.getInstantAppCookieMaxBytes
  2492. Method: PackageManager.getInstrumentationInfo
  2493. Method: PackageManager.getLaunchIntentForPackage
  2494. Method: PackageManager.getLeanbackLaunchIntentForPackage
  2495. Method: PackageManager.getMimeGroup
  2496. Method: PackageManager.getModuleInfo
  2497. Method: PackageManager.getNameForUid
  2498. Method: PackageManager.getPackageArchiveInfo
  2499. Method: PackageManager.getPackageGids
  2500. Method: PackageManager.getPackageInfo
  2501. Method: PackageManager.getPackageInstaller
  2502. Method: PackageManager.getPackageUid
  2503. Method: PackageManager.getPackagesForUid
  2504. Method: PackageManager.getPackagesHoldingPermissions
  2505. Method: PackageManager.getPermissionGroupInfo
  2506. Method: PackageManager.getPermissionInfo
  2507. Method: PackageManager.getPreferredActivities
  2508. Method: PackageManager.getPreferredPackages
  2509. Method: PackageManager.getProviderInfo
  2510. Method: PackageManager.getReceiverInfo
  2511. Method: PackageManager.getResourcesForActivity
  2512. Method: PackageManager.getResourcesForApplication
  2513. Method: PackageManager.getServiceInfo
  2514. Method: PackageManager.getSharedLibraries
  2515. Method: PackageManager.getSuspendedPackageAppExtras
  2516. Method: PackageManager.getSyntheticAppDetailsActivityEnabled
  2517. Method: PackageManager.getSystemAvailableFeatures
  2518. Method: PackageManager.getSystemSharedLibraryNames
  2519. Method: PackageManager.getText
  2520. Method: PackageManager.getUserBadgedDrawableForDensity
  2521. Method: PackageManager.getUserBadgedIcon
  2522. Method: PackageManager.getUserBadgedLabel
  2523. Method: PackageManager.getWhitelistedRestrictedPermissions
  2524. Method: PackageManager.getXml
  2525. Method: PackageManager.hasSigningCertificate
  2526. Method: PackageManager.hasSystemFeature
  2527. Method: PackageManager.isDefaultApplicationIcon
  2528. Method: PackageManager.isDeviceUpgrading
  2529. Method: PackageManager.isInstantApp
  2530. Method: PackageManager.isPackageSuspended
  2531. Method: PackageManager.isPermissionRevokedByPolicy
  2532. Method: PackageManager.isSafeMode
  2533. Method: PackageManager.queryBroadcastReceivers
  2534. Method: PackageManager.queryContentProviders
  2535. Method: PackageManager.queryInstrumentation
  2536. Method: PackageManager.queryIntentActivities
  2537. Method: PackageManager.queryIntentActivityOptions
  2538. Method: PackageManager.queryIntentContentProviders
  2539. Method: PackageManager.queryIntentServices
  2540. Method: PackageManager.queryPermissionsByGroup
  2541. Method: PackageManager.removePackageFromPreferred
  2542. Method: PackageManager.removePermission
  2543. Method: PackageManager.removeWhitelistedRestrictedPermission
  2544. Method: PackageManager.resolveActivity
  2545. Method: PackageManager.resolveContentProvider
  2546. Method: PackageManager.resolveService
  2547. Method: PackageManager.setApplicationCategoryHint
  2548. Method: PackageManager.setApplicationEnabledSetting
  2549. Method: PackageManager.setComponentEnabledSetting
  2550. Method: PackageManager.setInstallerPackageName
  2551. Method: PackageManager.setMimeGroup
  2552. Method: PackageManager.updateInstantAppCookie
  2553. Method: PackageManager.verifyPendingInstall
  2554. Method: TimerTask.cancel
  2555. Method: TimerTask.run
  2556. Method: TimerTask.scheduledExecutionTime
  2557. Method: LabeledIntent.getIconResource
  2558. Method: LabeledIntent.getLabelResource
  2559. Method: LabeledIntent.getNonLocalizedLabel
  2560. Method: LabeledIntent.getSourcePackage
  2561. Method: LabeledIntent.loadIcon
  2562. Method: LabeledIntent.loadLabel
  2563. Method: LabeledIntent.readFromParcel
  2564. Method: LabeledIntent.writeToParcel
  2565. Method: ClassLoader.clearAssertionStatus
  2566. Method: ClassLoader.getParent
  2567. Method: ClassLoader.getResource
  2568. Method: ClassLoader.getResourceAsStream
  2569. Method: ClassLoader.getResources
  2570. Method: ClassLoader.getSystemClassLoader
  2571. Method: ClassLoader.getSystemResource
  2572. Method: ClassLoader.getSystemResourceAsStream
  2573. Method: ClassLoader.getSystemResources
  2574. Method: ClassLoader.loadClass
  2575. Method: ClassLoader.setClassAssertionStatus
  2576. Method: ClassLoader.setDefaultAssertionStatus
  2577. Method: ClassLoader.setPackageAssertionStatus
  2578. Method: AccessibleObject.getAnnotation
  2579. Method: AccessibleObject.getAnnotations
  2580. Method: AccessibleObject.getAnnotationsByType
  2581. Method: AccessibleObject.getDeclaredAnnotation
  2582. Method: AccessibleObject.getDeclaredAnnotations
  2583. Method: AccessibleObject.getDeclaredAnnotationsByType
  2584. Method: AccessibleObject.isAccessible
  2585. Method: AccessibleObject.isAnnotationPresent
  2586. Method: AccessibleObject.setAccessible
  2587. Method: BluetoothGattDescriptor.describeContents
  2588. Method: BluetoothGattDescriptor.getCharacteristic
  2589. Method: BluetoothGattDescriptor.getPermissions
  2590. Method: BluetoothGattDescriptor.getUuid
  2591. Method: BluetoothGattDescriptor.getValue
  2592. Method: BluetoothGattDescriptor.setValue
  2593. Method: BluetoothGattDescriptor.writeToParcel
  2594. Method: WebView.addJavascriptInterface
  2595. Method: WebView.autofill
  2596. Method: WebView.canGoBack
  2597. Method: WebView.canGoBackOrForward
  2598. Method: WebView.canGoForward
  2599. Method: WebView.canZoomIn
  2600. Method: WebView.canZoomOut
  2601. Method: WebView.capturePicture
  2602. Method: WebView.clearCache
  2603. Method: WebView.clearClientCertPreferences
  2604. Method: WebView.clearFormData
  2605. Method: WebView.clearHistory
  2606. Method: WebView.clearMatches
  2607. Method: WebView.clearSslPreferences
  2608. Method: WebView.clearView
  2609. Method: WebView.computeScroll
  2610. Method: WebView.copyBackForwardList
  2611. Method: WebView.createPrintDocumentAdapter
  2612. Method: WebView.createWebMessageChannel
  2613. Method: WebView.destroy
  2614. Method: WebView.disableWebView
  2615. Method: WebView.dispatchKeyEvent
  2616. Method: WebView.documentHasImages
  2617. Method: WebView.enableSlowWholeDocumentDraw
  2618. Method: WebView.evaluateJavascript
  2619. Method: WebView.findAddress
  2620. Method: WebView.findAll
  2621. Method: WebView.findAllAsync
  2622. Method: WebView.findFocus
  2623. Method: WebView.findNext
  2624. Method: WebView.flingScroll
  2625. Method: WebView.freeMemory
  2626. Method: WebView.getAccessibilityClassName
  2627. Method: WebView.getAccessibilityNodeProvider
  2628. Method: WebView.getCertificate
  2629. Method: WebView.getContentHeight
  2630. Method: WebView.getCurrentWebViewPackage
  2631. Method: WebView.getFavicon
  2632. Method: WebView.getHandler
  2633. Method: WebView.getHitTestResult
  2634. Method: WebView.getHttpAuthUsernamePassword
  2635. Method: WebView.getOriginalUrl
  2636. Method: WebView.getProgress
  2637. Method: WebView.getRendererPriorityWaivedWhenNotVisible
  2638. Method: WebView.getRendererRequestedPriority
  2639. Method: WebView.getSafeBrowsingPrivacyPolicyUrl
  2640. Method: WebView.getScale
  2641. Method: WebView.getSettings
  2642. Method: WebView.getTextClassifier
  2643. Method: WebView.getTitle
  2644. Method: WebView.getUrl
  2645. Method: WebView.getWebChromeClient
  2646. Method: WebView.getWebViewClassLoader
  2647. Method: WebView.getWebViewClient
  2648. Method: WebView.getWebViewLooper
  2649. Method: WebView.getWebViewRenderProcess
  2650. Method: WebView.getWebViewRenderProcessClient
  2651. Method: WebView.goBack
  2652. Method: WebView.goBackOrForward
  2653. Method: WebView.goForward
  2654. Method: WebView.invokeZoomPicker
  2655. Method: WebView.isPrivateBrowsingEnabled
  2656. Method: WebView.isVisibleToUserForAutofill
  2657. Method: WebView.loadData
  2658. Method: WebView.loadDataWithBaseURL
  2659. Method: WebView.loadUrl
  2660. Method: WebView.onCheckIsTextEditor
  2661. Method: WebView.onChildViewAdded
  2662. Method: WebView.onChildViewRemoved
  2663. Method: WebView.onCreateInputConnection
  2664. Method: WebView.onDragEvent
  2665. Method: WebView.onFinishTemporaryDetach
  2666. Method: WebView.onGenericMotionEvent
  2667. Method: WebView.onGlobalFocusChanged
  2668. Method: WebView.onHoverEvent
  2669. Method: WebView.onKeyDown
  2670. Method: WebView.onKeyMultiple
  2671. Method: WebView.onKeyUp
  2672. Method: WebView.onPause
  2673. Method: WebView.onProvideAutofillVirtualStructure
  2674. Method: WebView.onProvideContentCaptureStructure
  2675. Method: WebView.onProvideVirtualStructure
  2676. Method: WebView.onResume
  2677. Method: WebView.onStartTemporaryDetach
  2678. Method: WebView.onTouchEvent
  2679. Method: WebView.onTrackballEvent
  2680. Method: WebView.onWindowFocusChanged
  2681. Method: WebView.overlayHorizontalScrollbar
  2682. Method: WebView.overlayVerticalScrollbar
  2683. Method: WebView.pageDown
  2684. Method: WebView.pageUp
  2685. Method: WebView.pauseTimers
  2686. Method: WebView.performLongClick
  2687. Method: WebView.postUrl
  2688. Method: WebView.postVisualStateCallback
  2689. Method: WebView.postWebMessage
  2690. Method: WebView.reload
  2691. Method: WebView.removeJavascriptInterface
  2692. Method: WebView.requestChildRectangleOnScreen
  2693. Method: WebView.requestFocus
  2694. Method: WebView.requestFocusNodeHref
  2695. Method: WebView.requestImageRef
  2696. Method: WebView.restoreState
  2697. Method: WebView.resumeTimers
  2698. Method: WebView.savePassword
  2699. Method: WebView.saveState
  2700. Method: WebView.saveWebArchive
  2701. Method: WebView.setBackgroundColor
  2702. Method: WebView.setCertificate
  2703. Method: WebView.setDataDirectorySuffix
  2704. Method: WebView.setDownloadListener
  2705. Method: WebView.setFindListener
  2706. Method: WebView.setHorizontalScrollbarOverlay
  2707. Method: WebView.setHttpAuthUsernamePassword
  2708. Method: WebView.setInitialScale
  2709. Method: WebView.setLayerType
  2710. Method: WebView.setLayoutParams
  2711. Method: WebView.setMapTrackballToArrowKeys
  2712. Method: WebView.setNetworkAvailable
  2713. Method: WebView.setOverScrollMode
  2714. Method: WebView.setPictureListener
  2715. Method: WebView.setRendererPriorityPolicy
  2716. Method: WebView.setSafeBrowsingWhitelist
  2717. Method: WebView.setScrollBarStyle
  2718. Method: WebView.setTextClassifier
  2719. Method: WebView.setVerticalScrollbarOverlay
  2720. Method: WebView.setWebChromeClient
  2721. Method: WebView.setWebContentsDebuggingEnabled
  2722. Method: WebView.setWebViewClient
  2723. Method: WebView.setWebViewRenderProcessClient
  2724. Method: WebView.shouldDelayChildPressedState
  2725. Method: WebView.showFindDialog
  2726. Method: WebView.startSafeBrowsing
  2727. Method: WebView.stopLoading
  2728. Method: WebView.zoomBy
  2729. Method: WebView.zoomIn
  2730. Method: WebView.zoomOut
  2731. Method: Modifier.classModifiers
  2732. Method: Modifier.constructorModifiers
  2733. Method: Modifier.fieldModifiers
  2734. Method: Modifier.interfaceModifiers
  2735. Method: Modifier.isAbstract
  2736. Method: Modifier.isFinal
  2737. Method: Modifier.isInterface
  2738. Method: Modifier.isNative
  2739. Method: Modifier.isPrivate
  2740. Method: Modifier.isProtected
  2741. Method: Modifier.isPublic
  2742. Method: Modifier.isStatic
  2743. Method: Modifier.isStrict
  2744. Method: Modifier.isSynchronized
  2745. Method: Modifier.isTransient
  2746. Method: Modifier.isVolatile
  2747. Method: Modifier.methodModifiers
  2748. Method: Modifier.parameterModifiers
  2749. Method: Modifier.toString
  2750. Method: KeyGenerator.generateKey
  2751. Method: KeyGenerator.getAlgorithm
  2752. Method: KeyGenerator.getInstance
  2753. Method: KeyGenerator.getProvider
  2754. Method: KeyGenerator.init
  2755. Method: BluetoothHealth.connectChannelToSource
  2756. Method: BluetoothHealth.disconnectChannel
  2757. Method: BluetoothHealth.getConnectedDevices
  2758. Method: BluetoothHealth.getConnectionState
  2759. Method: BluetoothHealth.getDevicesMatchingConnectionStates
  2760. Method: BluetoothHealth.getMainChannelFd
  2761. Method: BluetoothHealth.registerSinkAppConfiguration
  2762. Method: BluetoothHealth.unregisterAppConfiguration
  2763. Method: CaptureFailure.getFrameNumber
  2764. Method: CaptureFailure.getPhysicalCameraId
  2765. Method: CaptureFailure.getReason
  2766. Method: CaptureFailure.getRequest
  2767. Method: CaptureFailure.getSequenceId
  2768. Method: CaptureFailure.wasImageCaptured
  2769. Method: CipherInputStream.available
  2770. Method: CipherInputStream.close
  2771. Method: CipherInputStream.markSupported
  2772. Method: CipherInputStream.read
  2773. Method: CipherInputStream.skip
  2774. Method: Bundle.clear
  2775. Method: Bundle.clone
  2776. Method: Bundle.deepCopy
  2777. Method: Bundle.describeContents
  2778. Method: Bundle.getBinder
  2779. Method: Bundle.getBundle
  2780. Method: Bundle.getByte
  2781. Method: Bundle.getByteArray
  2782. Method: Bundle.getChar
  2783. Method: Bundle.getCharArray
  2784. Method: Bundle.getCharSequence
  2785. Method: Bundle.getCharSequenceArray
  2786. Method: Bundle.getCharSequenceArrayList
  2787. Method: Bundle.getClassLoader
  2788. Method: Bundle.getFloat
  2789. Method: Bundle.getFloatArray
  2790. Method: Bundle.getIntegerArrayList
  2791. Method: Bundle.getParcelable
  2792. Method: Bundle.getParcelableArray
  2793. Method: Bundle.getParcelableArrayList
  2794. Method: Bundle.getSerializable
  2795. Method: Bundle.getShort
  2796. Method: Bundle.getShortArray
  2797. Method: Bundle.getSize
  2798. Method: Bundle.getSizeF
  2799. Method: Bundle.getSparseParcelableArray
  2800. Method: Bundle.getStringArrayList
  2801. Method: Bundle.hasFileDescriptors
  2802. Method: Bundle.putAll
  2803. Method: Bundle.putBinder
  2804. Method: Bundle.putBundle
  2805. Method: Bundle.putByte
  2806. Method: Bundle.putByteArray
  2807. Method: Bundle.putChar
  2808. Method: Bundle.putCharArray
  2809. Method: Bundle.putCharSequence
  2810. Method: Bundle.putCharSequenceArray
  2811. Method: Bundle.putCharSequenceArrayList
  2812. Method: Bundle.putFloat
  2813. Method: Bundle.putFloatArray
  2814. Method: Bundle.putIntegerArrayList
  2815. Method: Bundle.putParcelable
  2816. Method: Bundle.putParcelableArray
  2817. Method: Bundle.putParcelableArrayList
  2818. Method: Bundle.putSerializable
  2819. Method: Bundle.putShort
  2820. Method: Bundle.putShortArray
  2821. Method: Bundle.putSize
  2822. Method: Bundle.putSizeF
  2823. Method: Bundle.putSparseParcelableArray
  2824. Method: Bundle.putStringArrayList
  2825. Method: Bundle.readFromParcel
  2826. Method: Bundle.remove
  2827. Method: Bundle.setClassLoader
  2828. Method: Bundle.toString
  2829. Method: Bundle.writeToParcel
  2830. Method: ShortcutManager.addDynamicShortcuts
  2831. Method: ShortcutManager.createShortcutResultIntent
  2832. Method: ShortcutManager.disableShortcuts
  2833. Method: ShortcutManager.enableShortcuts
  2834. Method: ShortcutManager.getDynamicShortcuts
  2835. Method: ShortcutManager.getIconMaxHeight
  2836. Method: ShortcutManager.getIconMaxWidth
  2837. Method: ShortcutManager.getManifestShortcuts
  2838. Method: ShortcutManager.getMaxShortcutCountPerActivity
  2839. Method: ShortcutManager.getPinnedShortcuts
  2840. Method: ShortcutManager.getShortcuts
  2841. Method: ShortcutManager.isRateLimitingActive
  2842. Method: ShortcutManager.isRequestPinShortcutSupported
  2843. Method: ShortcutManager.pushDynamicShortcut
  2844. Method: ShortcutManager.removeAllDynamicShortcuts
  2845. Method: ShortcutManager.removeDynamicShortcuts
  2846. Method: ShortcutManager.removeLongLivedShortcuts
  2847. Method: ShortcutManager.reportShortcutUsed
  2848. Method: ShortcutManager.requestPinShortcut
  2849. Method: ShortcutManager.setDynamicShortcuts
  2850. Method: ShortcutManager.updateShortcuts
  2851. Method: CaptureResult.get
  2852. Method: CaptureResult.getFrameNumber
  2853. Method: CaptureResult.getKeys
  2854. Method: CaptureResult.getRequest
  2855. Method: CaptureResult.getSequenceId
  2856. Method: Service.getApplication
  2857. Method: Service.getForegroundServiceType
  2858. Method: Service.onBind
  2859. Method: Service.onConfigurationChanged
  2860. Method: Service.onCreate
  2861. Method: Service.onDestroy
  2862. Method: Service.onLowMemory
  2863. Method: Service.onRebind
  2864. Method: Service.onStart
  2865. Method: Service.onStartCommand
  2866. Method: Service.onTaskRemoved
  2867. Method: Service.onTrimMemory
  2868. Method: Service.onUnbind
  2869. Method: Service.startForeground
  2870. Method: Service.stopForeground
  2871. Method: Service.stopSelf
  2872. Method: Service.stopSelfResult
  2873. Method: BluetoothGattCallback.onCharacteristicChanged
  2874. Method: BluetoothGattCallback.onCharacteristicRead
  2875. Method: BluetoothGattCallback.onCharacteristicWrite
  2876. Method: BluetoothGattCallback.onConnectionStateChange
  2877. Method: BluetoothGattCallback.onDescriptorRead
  2878. Method: BluetoothGattCallback.onDescriptorWrite
  2879. Method: BluetoothGattCallback.onMtuChanged
  2880. Method: BluetoothGattCallback.onPhyRead
  2881. Method: BluetoothGattCallback.onPhyUpdate
  2882. Method: BluetoothGattCallback.onReadRemoteRssi
  2883. Method: BluetoothGattCallback.onReliableWriteCompleted
  2884. Method: BluetoothGattCallback.onServicesDiscovered
  2885. Method: ServerSocket.accept
  2886. Method: ServerSocket.bind
  2887. Method: ServerSocket.close
  2888. Method: ServerSocket.getChannel
  2889. Method: ServerSocket.getInetAddress
  2890. Method: ServerSocket.getLocalPort
  2891. Method: ServerSocket.getLocalSocketAddress
  2892. Method: ServerSocket.getReceiveBufferSize
  2893. Method: ServerSocket.getReuseAddress
  2894. Method: ServerSocket.getSoTimeout
  2895. Method: ServerSocket.isBound
  2896. Method: ServerSocket.isClosed
  2897. Method: ServerSocket.setPerformancePreferences
  2898. Method: ServerSocket.setReceiveBufferSize
  2899. Method: ServerSocket.setReuseAddress
  2900. Method: ServerSocket.setSoTimeout
  2901. Method: ServerSocket.setSocketFactory
  2902. Method: ServerSocket.toString
  2903. Method: LauncherApps.getActivityList
  2904. Method: LauncherApps.getAllPackageInstallerSessions
  2905. Method: LauncherApps.getApplicationInfo
  2906. Method: LauncherApps.getPinItemRequest
  2907. Method: LauncherApps.getProfiles
  2908. Method: LauncherApps.getShortcutBadgedIconDrawable
  2909. Method: LauncherApps.getShortcutConfigActivityIntent
  2910. Method: LauncherApps.getShortcutConfigActivityList
  2911. Method: LauncherApps.getShortcutIconDrawable
  2912. Method: LauncherApps.getShortcuts
  2913. Method: LauncherApps.getSuspendedPackageLauncherExtras
  2914. Method: LauncherApps.hasShortcutHostPermission
  2915. Method: LauncherApps.isActivityEnabled
  2916. Method: LauncherApps.isPackageEnabled
  2917. Method: LauncherApps.pinShortcuts
  2918. Method: LauncherApps.registerCallback
  2919. Method: LauncherApps.registerPackageInstallerSessionCallback
  2920. Method: LauncherApps.resolveActivity
  2921. Method: LauncherApps.shouldHideFromSuggestions
  2922. Method: LauncherApps.startAppDetailsActivity
  2923. Method: LauncherApps.startMainActivity
  2924. Method: LauncherApps.startPackageInstallerSessionDetailsActivity
  2925. Method: LauncherApps.startShortcut
  2926. Method: LauncherApps.unregisterCallback
  2927. Method: LauncherApps.unregisterPackageInstallerSessionCallback
  2928. Method: KeyChain.choosePrivateKeyAlias
  2929. Method: KeyChain.createInstallIntent
  2930. Method: KeyChain.getCertificateChain
  2931. Method: KeyChain.getPrivateKey
  2932. Method: KeyChain.isBoundKeyAlgorithm
  2933. Method: KeyChain.isKeyAlgorithmSupported
  2934. Method: GnssNavigationMessage.describeContents
  2935. Method: GnssNavigationMessage.getData
  2936. Method: GnssNavigationMessage.getMessageId
  2937. Method: GnssNavigationMessage.getStatus
  2938. Method: GnssNavigationMessage.getSubmessageId
  2939. Method: GnssNavigationMessage.getSvid
  2940. Method: GnssNavigationMessage.getType
  2941. Method: GnssNavigationMessage.toString
  2942. Method: GnssNavigationMessage.writeToParcel
  2943. Method: ExemptionMechanism.genExemptionBlob
  2944. Method: ExemptionMechanism.getInstance
  2945. Method: ExemptionMechanism.getName
  2946. Method: ExemptionMechanism.getOutputSize
  2947. Method: ExemptionMechanism.getProvider
  2948. Method: ExemptionMechanism.init
  2949. Method: ExemptionMechanism.isCryptoAllowed
  2950. Method: GnssClock.describeContents
  2951. Method: GnssClock.getBiasNanos
  2952. Method: GnssClock.getBiasUncertaintyNanos
  2953. Method: GnssClock.getDriftNanosPerSecond
  2954. Method: GnssClock.getDriftUncertaintyNanosPerSecond
  2955. Method: GnssClock.getElapsedRealtimeNanos
  2956. Method: GnssClock.getElapsedRealtimeUncertaintyNanos
  2957. Method: GnssClock.getFullBiasNanos
  2958. Method: GnssClock.getHardwareClockDiscontinuityCount
  2959. Method: GnssClock.getLeapSecond
  2960. Method: GnssClock.getReferenceCarrierFrequencyHzForIsb
  2961. Method: GnssClock.getReferenceCodeTypeForIsb
  2962. Method: GnssClock.getReferenceConstellationTypeForIsb
  2963. Method: GnssClock.getTimeNanos
  2964. Method: GnssClock.getTimeUncertaintyNanos
  2965. Method: GnssClock.hasBiasNanos
  2966. Method: GnssClock.hasBiasUncertaintyNanos
  2967. Method: GnssClock.hasDriftNanosPerSecond
  2968. Method: GnssClock.hasDriftUncertaintyNanosPerSecond
  2969. Method: GnssClock.hasElapsedRealtimeNanos
  2970. Method: GnssClock.hasElapsedRealtimeUncertaintyNanos
  2971. Method: GnssClock.hasFullBiasNanos
  2972. Method: GnssClock.hasLeapSecond
  2973. Method: GnssClock.hasReferenceCarrierFrequencyHzForIsb
  2974. Method: GnssClock.hasReferenceCodeTypeForIsb
  2975. Method: GnssClock.hasReferenceConstellationTypeForIsb
  2976. Method: GnssClock.hasTimeUncertaintyNanos
  2977. Method: GnssClock.toString
  2978. Method: GnssClock.writeToParcel
  2979. Method: Array.get
  2980. Method: Array.getBoolean
  2981. Method: Array.getByte
  2982. Method: Array.getChar
  2983. Method: Array.getDouble
  2984. Method: Array.getFloat
  2985. Method: Array.getInt
  2986. Method: Array.getLength
  2987. Method: Array.getLong
  2988. Method: Array.getShort
  2989. Method: Array.newInstance
  2990. Method: Array.set
  2991. Method: Array.setBoolean
  2992. Method: Array.setByte
  2993. Method: Array.setChar
  2994. Method: Array.setDouble
  2995. Method: Array.setFloat
  2996. Method: Array.setInt
  2997. Method: Array.setLong
  2998. Method: Array.setShort
  2999. Method: KeyStoreParameter.isEncryptionRequired
  3000. Method: Timer.cancel
  3001. Method: Timer.purge
  3002. Method: Timer.schedule
  3003. Method: Timer.scheduleAtFixedRate
  3004. Method: DatagramSocket.bind
  3005. Method: DatagramSocket.close
  3006. Method: DatagramSocket.connect
  3007. Method: DatagramSocket.disconnect
  3008. Method: DatagramSocket.getBroadcast
  3009. Method: DatagramSocket.getChannel
  3010. Method: DatagramSocket.getInetAddress
  3011. Method: DatagramSocket.getLocalAddress
  3012. Method: DatagramSocket.getLocalPort
  3013. Method: DatagramSocket.getLocalSocketAddress
  3014. Method: DatagramSocket.getPort
  3015. Method: DatagramSocket.getReceiveBufferSize
  3016. Method: DatagramSocket.getRemoteSocketAddress
  3017. Method: DatagramSocket.getReuseAddress
  3018. Method: DatagramSocket.getSendBufferSize
  3019. Method: DatagramSocket.getSoTimeout
  3020. Method: DatagramSocket.getTrafficClass
  3021. Method: DatagramSocket.isBound
  3022. Method: DatagramSocket.isClosed
  3023. Method: DatagramSocket.isConnected
  3024. Method: DatagramSocket.receive
  3025. Method: DatagramSocket.send
  3026. Method: DatagramSocket.setBroadcast
  3027. Method: DatagramSocket.setDatagramSocketImplFactory
  3028. Method: DatagramSocket.setReceiveBufferSize
  3029. Method: DatagramSocket.setReuseAddress
  3030. Method: DatagramSocket.setSendBufferSize
  3031. Method: DatagramSocket.setSoTimeout
  3032. Method: DatagramSocket.setTrafficClass
  3033. Method: GnssStatus.equals
  3034. Method: GnssStatus.getAzimuthDegrees
  3035. Method: GnssStatus.getBasebandCn0DbHz
  3036. Method: GnssStatus.getCarrierFrequencyHz
  3037. Method: GnssStatus.getCn0DbHz
  3038. Method: GnssStatus.getConstellationType
  3039. Method: GnssStatus.getElevationDegrees
  3040. Method: GnssStatus.getSatelliteCount
  3041. Method: GnssStatus.getSvid
  3042. Method: GnssStatus.hasAlmanacData
  3043. Method: GnssStatus.hasBasebandCn0DbHz
  3044. Method: GnssStatus.hasCarrierFrequencyHz
  3045. Method: GnssStatus.hasEphemerisData
  3046. Method: GnssStatus.hashCode
  3047. Method: GnssStatus.usedInFix
  3048. Method: BluetoothGatt.abortReliableWrite
  3049. Method: BluetoothGatt.beginReliableWrite
  3050. Method: BluetoothGatt.close
  3051. Method: BluetoothGatt.connect
  3052. Method: BluetoothGatt.disconnect
  3053. Method: BluetoothGatt.discoverServices
  3054. Method: BluetoothGatt.executeReliableWrite
  3055. Method: BluetoothGatt.getConnectedDevices
  3056. Method: BluetoothGatt.getConnectionState
  3057. Method: BluetoothGatt.getDevice
  3058. Method: BluetoothGatt.getDevicesMatchingConnectionStates
  3059. Method: BluetoothGatt.getService
  3060. Method: BluetoothGatt.getServices
  3061. Method: BluetoothGatt.readCharacteristic
  3062. Method: BluetoothGatt.readDescriptor
  3063. Method: BluetoothGatt.readPhy
  3064. Method: BluetoothGatt.readRemoteRssi
  3065. Method: BluetoothGatt.requestConnectionPriority
  3066. Method: BluetoothGatt.requestMtu
  3067. Method: BluetoothGatt.setCharacteristicNotification
  3068. Method: BluetoothGatt.setPreferredPhy
  3069. Method: BluetoothGatt.writeCharacteristic
  3070. Method: BluetoothGatt.writeDescriptor
  3071. Method: Signature.describeContents
  3072. Method: Signature.equals
  3073. Method: Signature.hashCode
  3074. Method: Signature.toByteArray
  3075. Method: Signature.toChars
  3076. Method: Signature.toCharsString
  3077. Method: Signature.writeToParcel
  3078. Method: CameraCharacteristics.get
  3079. Method: CameraCharacteristics.getAvailableCaptureRequestKeys
  3080. Method: CameraCharacteristics.getAvailableCaptureResultKeys
  3081. Method: CameraCharacteristics.getAvailablePhysicalCameraRequestKeys
  3082. Method: CameraCharacteristics.getAvailableSessionKeys
  3083. Method: CameraCharacteristics.getKeys
  3084. Method: CameraCharacteristics.getKeysNeedingPermission
  3085. Method: CameraCharacteristics.getPhysicalCameraIds
  3086. Method: CameraCharacteristics.getRecommendedStreamConfigurationMap
  3087. Method: SocketImpl.toString
  3088. Method: CaptureRequest.describeContents
  3089. Method: CaptureRequest.equals
  3090. Method: CaptureRequest.get
  3091. Method: CaptureRequest.getKeys
  3092. Method: CaptureRequest.getTag
  3093. Method: CaptureRequest.hashCode
  3094. Method: CaptureRequest.isReprocess
  3095. Method: CaptureRequest.writeToParcel
  3096. Method: GnssMeasurementsEvent.describeContents
  3097. Method: GnssMeasurementsEvent.getClock
  3098. Method: GnssMeasurementsEvent.getMeasurements
  3099. Method: GnssMeasurementsEvent.toString
  3100. Method: GnssMeasurementsEvent.writeToParcel
  3101. Method: Location.bearingTo
  3102. Method: Location.convert
  3103. Method: Location.describeContents
  3104. Method: Location.distanceBetween
  3105. Method: Location.distanceTo
  3106. Method: Location.dump
  3107. Method: Location.getAccuracy
  3108. Method: Location.getAltitude
  3109. Method: Location.getBearing
  3110. Method: Location.getBearingAccuracyDegrees
  3111. Method: Location.getElapsedRealtimeNanos
  3112. Method: Location.getElapsedRealtimeUncertaintyNanos
  3113. Method: Location.getExtras
  3114. Method: Location.getLatitude
  3115. Method: Location.getLongitude
  3116. Method: Location.getProvider
  3117. Method: Location.getSpeed
  3118. Method: Location.getSpeedAccuracyMetersPerSecond
  3119. Method: Location.getTime
  3120. Method: Location.getVerticalAccuracyMeters
  3121. Method: Location.hasAccuracy
  3122. Method: Location.hasAltitude
  3123. Method: Location.hasBearing
  3124. Method: Location.hasBearingAccuracy
  3125. Method: Location.hasElapsedRealtimeUncertaintyNanos
  3126. Method: Location.hasSpeed
  3127. Method: Location.hasSpeedAccuracy
  3128. Method: Location.hasVerticalAccuracy
  3129. Method: Location.isFromMockProvider
  3130. Method: Location.removeAccuracy
  3131. Method: Location.removeAltitude
  3132. Method: Location.removeBearing
  3133. Method: Location.removeSpeed
  3134. Method: Location.reset
  3135. Method: Location.set
  3136. Method: Location.setAccuracy
  3137. Method: Location.setAltitude
  3138. Method: Location.setBearing
  3139. Method: Location.setBearingAccuracyDegrees
  3140. Method: Location.setElapsedRealtimeNanos
  3141. Method: Location.setElapsedRealtimeUncertaintyNanos
  3142. Method: Location.setExtras
  3143. Method: Location.setLatitude
  3144. Method: Location.setLongitude
  3145. Method: Location.setProvider
  3146. Method: Location.setSpeed
  3147. Method: Location.setSpeedAccuracyMetersPerSecond
  3148. Method: Location.setTime
  3149. Method: Location.setVerticalAccuracyMeters
  3150. Method: Location.toString
  3151. Method: Location.writeToParcel
  3152. Enum_counter
  3153. Interface_counter
  3154. Class_counter
  3155. Body_declaration_counter
  3156. Enum_constants_counter
  3157. Method_counter
  3158. Body_counter
  3159. Class_field_counter
  3160. Parameter_counter
  3161. Statement_counter
  3162. Expression_counter
  3163. If_statement_counter
  3164. For_statement_counter
  3165. For_each_statement_counter
  3166. Do_while_statement_counter
  3167. Try_statement_counter
  3168. Assert_statement_counter
  3169. Switch_statement_counter
  3170. Synchronized_statement_counter
  3171. Constructor_invocation_statement_counter
  3172. Variable_statement_counter
  3173. Lambda_expression_counter
  3174. Object_creation_expression_counter
  3175. Field_access_expression_counter
  3176. Array_creation_expression_counter
  3177. Assign_expression_counter
  3178. Binary_expression_counter
  3179. Conditional_expression_counter
  3180. Catch_expression_counter
  3181. Array_initialized_objects_counter
  3182. Initialized_declaration_counter
  3183. Constructor_declaration_counter
  3184. Return_statement_counter
  3185. Yield_statement_counter
  3186. Local_class_declaration_counter
  3187. Thrown_statement_counter
  3188. Labeled_statement_counter
  3189. Cast_expression_counter
  3190. Enclosed_expression_counter
  3191. Unary_expression_counter
  3192. Array_access_expression_counter
  3193. Method_call_expression_counter

About

Yet Another Apk Analyzer based on other well known analyzers

Resources

Stars

Watchers

Forks

Packages

No packages published