Searched refs:mRowId (Results 1 – 4 of 4) 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()
266 private final long mRowId; field in CellBroadcastListActivity.CursorLoaderListFragment.DeleteThreadListener269 mRowId = rowId; in DeleteThreadListener()280 if (mRowId != -1) { in onClick()281 return provider.deleteBroadcast(mRowId); in onClick()
126 private long mRowId; field in VoicemailPlaybackPresenter260 mRowId = rowId; in setPlaybackView()806 mOnVoicemailDeletedListener.onVoicemailDeleteUndo(mRowId, adapterPosition, mVoicemailUri); in onVoicemailDeleteUndo()812 mOnVoicemailDeletedListener.onVoicemailDeletedInDatabase(mRowId, mVoicemailUri); in onVoicemailDeletedInDatabase()