Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
DMessage.java109 if (event.hasAuthenticationException()) { in update()
146 if (event.hasException() && !event.hasAuthenticationException()) { in update()
149 } else if (event.hasAuthenticationException()) { in update()
/packages/apps/DocumentsUI/src/com/android/documentsui/
DModel.java313 public boolean hasAuthenticationException() { in hasAuthenticationException() method in Model.Update