Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/content/
DSyncStorageEngine.java2255 static long getLongColumn(Cursor c, String name) { in getLongColumn() method in SyncStorageEngine
2340 st.totalElapsedTime = getLongColumn(c, "totalElapsedTime"); in readAndDeleteLegacyAccountInfoLocked()
2348 st.lastSuccessTime = getLongColumn(c, "lastSuccessTime"); in readAndDeleteLegacyAccountInfoLocked()
2350 st.lastFailureTime = getLongColumn(c, "lastFailureTime"); in readAndDeleteLegacyAccountInfoLocked()