HomeSort by relevance Sort by last modified time
    Searched refs:mRowId (Results 1 - 4 of 4) sorted by null

  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastListActivity.java 273 private final long mRowId;
276 mRowId = rowId;
287 if (mRowId != -1) {
288 return provider.deleteBroadcast(mRowId);
  /packages/apps/Messaging/src/com/android/messaging/sms/
DatabaseMessages.java 139 private long mRowId;
158 mRowId = cursor.getLong(INDEX_ID);
169 mUri = ContentUris.withAppendedId(Sms.CONTENT_URI, mRowId).toString();
212 mRowId = in.readLong();
243 out.writeLong(mRowId);
324 private long mRowId;
357 mRowId = cursor.getLong(INDEX_ID);
387 mUri = ContentUris.withAppendedId(Mms.CONTENT_URI, mRowId).toString();
450 return mRowId;
478 mRowId = in.readLong()
    [all...]
BugleApnSettingsLoader.java 182 private final long mRowId;
189 mRowId = rowId;
247 LogUtil.d(LogUtil.BUGLE_TAG, "Set APN @" + mRowId + " to be CURRENT in local db");
258 new String[] { Long.toString(mRowId) });
  /frameworks/base/media/java/android/media/
MediaScanner.java 365 long mRowId;
372 mRowId = rowId;
381 return mPath + " mRowId: " + mRowId;
600 entry.mRowId = 0;
    [all...]

Completed in 163 milliseconds