Home
last modified time | relevance | path

Searched refs:IwlanErrorType (Results 1 – 1 of 1) sorted by relevance

/packages/services/Iwlan/src/com/google/android/iwlan/
DIwlanError.java55 @interface IwlanErrorType {}; annotation in IwlanError
75 public IwlanError(@IwlanErrorType int err) { in IwlanError()
116 public @IwlanErrorType int getErrorType() { in getErrorType()
124 private static @NonNull String getErrorTypeString(@IwlanErrorType int error) { in getErrorTypeString()