Searched refs:mRowId (Results 1 – 8 of 8) sorted by relevance
139 private long mRowId; field in DatabaseMessages.SmsMessage158 mRowId = cursor.getLong(INDEX_ID); in load()169 mUri = ContentUris.withAppendedId(Sms.CONTENT_URI, mRowId).toString(); in load()212 mRowId = in.readLong(); in SmsMessage()243 out.writeLong(mRowId); in writeToParcel()324 private long mRowId; field in DatabaseMessages.MmsMessage357 mRowId = cursor.getLong(INDEX_ID); in load()387 mUri = ContentUris.withAppendedId(Mms.CONTENT_URI, mRowId).toString(); in load()450 return mRowId; in getId()478 mRowId = in.readLong(); in MmsMessage()[all …]
182 private final long mRowId; field in BugleApnSettingsLoader.DatabaseApn189 mRowId = rowId; in DatabaseApn()247 LogUtil.d(LogUtil.BUGLE_TAG, "Set APN @" + mRowId + " to be CURRENT in local db"); in setCurrentInDatabase()258 new String[] { Long.toString(mRowId) }); in setCurrentInDatabase()
28 private int mRowId = INT_DEFAULT; field in PaginationParameters57 mRowId = rowId; in PaginationParameters()102 return mRowId; in getRowId()
58 private final int mRowId; field in CloudProviderQueryExtras78 mRowId = INT_DEFAULT; in CloudProviderQueryExtras()101 mRowId = rowId; in CloudProviderQueryExtras()189 qfb.setId(mRowId); in toQueryFilter()
54 private long mRowId = INVALID_ROW_ID; field in UpsertTableRequest88 mRowId = rowId; in withParentKey()119 if (!Objects.isNull(mParentCol) && mRowId != INVALID_ROW_ID) { in getContentValues()120 mContentValues.put(mParentCol, mRowId); in getContentValues()
73 private int mRowId; field in Item150 return mRowId; in getRowId()182 mRowId = getCursorInt(cursor, ROW_ID); in updateFromCursor()
55 private int mRowId = DEFAULT_INT; field in RecordInternal151 return mRowId; in getRowId()156 mRowId = rowId; in setRowId()
657 private final long[] mRowId; field in CellBroadcastListActivity.CursorLoaderListFragment.DeleteThreadListener662 mRowId = rowId; in DeleteThreadListener()671 if (mRowId[0] != -1) { in onClick()672 for (int i = 0; i < mRowId.length; i++) { in onClick()673 if (!provider.deleteBroadcast(mRowId[i])) { in onClick()674 Log.e(TAG, "failed to delete at row " + mRowId[i]); in onClick()