Home
last modified time | relevance | path

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

/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
DAccount.java172 public static final int CONTENT_PING_DURATION_COLUMN = 15; field in Account
281 mPingDuration = cursor.getLong(CONTENT_PING_DURATION_COLUMN); in restore()