blob: b46d21edd44c7537568519f53a7aca48ced78dbe [file] [log] [blame]
Anton Hanssondaa9d882020-02-19 11:35:09 +00001// Baseline format: 1.0
Andrei Onea8168dc22021-04-30 12:52:36 +00002NotCloseable: 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 Hanssondaa9d882020-02-19 11:35:09 +00006ProtectedMember: 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)}
8ProtectedMember: 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)}