Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
DSyncCursorPair.java609 String cursorDesc = ""; in getCountFromCursor() local
611 cursorDesc = "null"; in getCountFromCursor()
613 cursorDesc = "empty"; in getCountFromCursor()
615 throw new IllegalArgumentException("Cannot get count from " + cursorDesc + " cursor"); in getCountFromCursor()