Searched refs:SMS_SYNC_PENDING (Results 1 – 4 of 4) sorted by relevance
73 public static final String SMS_SYNC_PENDING = "isSmsSyncPending"; field in CellBroadcastDatabaseHelper130 + SMS_SYNC_PENDING + " BOOLEAN);"; in getStringForCellBroadcastTableCreation()176 db.execSQL("ALTER TABLE " + TABLE_NAME + " ADD COLUMN " + SMS_SYNC_PENDING in onUpgrade()
403 cv.put(CellBroadcastDatabaseHelper.SMS_SYNC_PENDING, isSmsSyncPending ? 1 : 0); in markBroadcastSmsSyncPending()431 CellBroadcastDatabaseHelper.SMS_SYNC_PENDING + "=1", in resyncToSmsInbox() argument
188 CellBroadcastDatabaseHelper.SMS_SYNC_PENDING + "=1" , null, null); in testMarkSmsSyncPending()195 CellBroadcastDatabaseHelper.SMS_SYNC_PENDING + "=1" , null, null); in testMarkSmsSyncPending()211 CellBroadcastDatabaseHelper.SMS_SYNC_PENDING + "=1" , null, null); in testWriteSmsInboxBeforeUserUnlock()
128 CellBroadcastDatabaseHelper.SMS_SYNC_PENDING)); in databaseHelperOnUpgrade_V13()