Searched refs:getIntColumn (Results 1 – 1 of 1) sorted by relevance
2251 static int getIntColumn(Cursor c, String name) { in getIntColumn() method in SyncStorageEngine2341 st.numSyncs = getIntColumn(c, "numSyncs"); in readAndDeleteLegacyAccountInfoLocked()2342 st.numSourceLocal = getIntColumn(c, "numSourceLocal"); in readAndDeleteLegacyAccountInfoLocked()2343 st.numSourcePoll = getIntColumn(c, "numSourcePoll"); in readAndDeleteLegacyAccountInfoLocked()2344 st.numSourceServer = getIntColumn(c, "numSourceServer"); in readAndDeleteLegacyAccountInfoLocked()2345 st.numSourceUser = getIntColumn(c, "numSourceUser"); in readAndDeleteLegacyAccountInfoLocked()2347 st.lastSuccessSource = getIntColumn(c, "lastSuccessSource"); in readAndDeleteLegacyAccountInfoLocked()2349 st.lastFailureSource = getIntColumn(c, "lastFailureSource"); in readAndDeleteLegacyAccountInfoLocked()2352 st.pending = getIntColumn(c, "pending") != 0; in readAndDeleteLegacyAccountInfoLocked()