2020-02-19 11:35:09 +00:00
|
|
|
// Baseline format: 1.0
|
2021-05-04 15:57:39 +01:00
|
|
|
NotCloseable: com.android.server.wifi.SupplicantManager:
|
|
|
|
Classes that release resources (stop()) should implement AutoClosable and CloseGuard: class com.android.server.wifi.SupplicantManager
|
|
|
|
|
|
|
|
|
2020-02-19 11:35:09 +00:00
|
|
|
ProtectedMember: com.android.server.SystemService#publishBinderService(String, android.os.IBinder):
|
|
|
|
Protected methods not allowed; must be public: method com.android.server.SystemService.publishBinderService(String,android.os.IBinder)}
|
|
|
|
ProtectedMember: com.android.server.SystemService#publishBinderService(String, android.os.IBinder, boolean):
|
|
|
|
Protected methods not allowed; must be public: method com.android.server.SystemService.publishBinderService(String,android.os.IBinder,boolean)}
|