You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
718 B
10 lines
718 B
// Baseline format: 1.0
|
|
NotCloseable: com.android.server.wifi.SupplicantManager:
|
|
Classes that release resources (stop()) should implement AutoClosable and CloseGuard: class com.android.server.wifi.SupplicantManager
|
|
|
|
|
|
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)}
|