Anton Hansson | daa9d88 | 2020-02-19 11:35:09 +0000 | [diff] [blame] | 1 | // Baseline format: 1.0 |
Andrei Onea | 8168dc2 | 2021-04-30 12:52:36 +0000 | [diff] [blame] | 2 | NotCloseable: com.android.server.wifi.SupplicantManager: |
| 3 | Classes that release resources (stop()) should implement AutoClosable and CloseGuard: class com.android.server.wifi.SupplicantManager |
| 4 | |
| 5 | |
Anton Hansson | daa9d88 | 2020-02-19 11:35:09 +0000 | [diff] [blame] | 6 | ProtectedMember: com.android.server.SystemService#publishBinderService(String, android.os.IBinder): |
| 7 | Protected methods not allowed; must be public: method com.android.server.SystemService.publishBinderService(String,android.os.IBinder)} |
| 8 | ProtectedMember: com.android.server.SystemService#publishBinderService(String, android.os.IBinder, boolean): |
| 9 | Protected methods not allowed; must be public: method com.android.server.SystemService.publishBinderService(String,android.os.IBinder,boolean)} |