summaryrefslogtreecommitdiff
path: root/services/api/non-updatable-lint-baseline.txt
blob: b46d21edd44c7537568519f53a7aca48ced78dbe (plain)
1
2
3
4
5
6
7
8
9
// 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)}