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

  /packages/apps/Launcher2/src/com/android/launcher2/
UninstallShortcutReceiver.java 51 final int idIndex = c.getColumnIndexOrThrow(LauncherSettings.Favorites._ID);
59 final long id = c.getLong(idIndex);
LauncherProvider.java 313 final int idIndex = c.getColumnIndexOrThrow(LauncherSettings.Favorites._ID);
332 values.put(LauncherSettings.Favorites._ID, c.getLong(idIndex));
474 final int idIndex = c.getColumnIndex(Favorites._ID);
478 long favoriteId = c.getLong(idIndex);
541 final int idIndex = c.getColumnIndexOrThrow(Favorites._ID);
545 long id = c.getLong(idIndex);
    [all...]
LauncherModel.java     [all...]
  /frameworks/base/core/java/android/database/
BulkCursorToCursorAdaptor.java 41 public void initialize(IBulkCursor bulkCursor, int count, int idIndex,
46 mRowIdColumnIndex = idIndex;
  /external/skia/src/xml/
SkJSDisplayable.cpp 236 int idIndex = JSVAL_TO_INT(id);
237 SkASSERT(idIndex >= 0 && idIndex < members);
238 info = &info[idIndex];
312 int idIndex = JSVAL_TO_INT(id);
313 SkASSERT(idIndex >= 0 && idIndex < members);
314 info = &info[idIndex];
  /packages/apps/Exchange/src/com/android/exchange/provider/
ExchangeDirectoryProvider.java 346 int idIndex = -1;
359 idIndex = i;
404 if (idIndex != -1) {
405 row[idIndex] = i + 1; // Let's be 1 based
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppNotification.java 222 final int idIndex = cursor.getColumnIndexOrThrow(BluetoothShare._ID);
232 int id = cursor.getInt(idIndex);
  /packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
PublicApiFunctionalTest.java 279 int idIndex = cursor.getColumnIndexOrThrow(DownloadManager.COLUMN_ID);
283 assertEquals(download.mId, cursor.getLong(idIndex));
  /packages/apps/Browser/src/com/android/browser/
AddBookmarkPage.java 521 * @param idIndex Index in cursor of "_id"
525 void moveCursorToFolder(Cursor cursor, long folderToFind, int idIndex)
532 folder = cursor.getLong(idIndex);
    [all...]
  /frameworks/base/tools/aapt/
XMLNode.cpp     [all...]
  /frameworks/base/include/utils/
ResourceTypes.h 582 uint16_t idIndex;
    [all...]
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarProvider2.java     [all...]
  /frameworks/base/libs/utils/
ResourceTypes.cpp     [all...]

Completed in 983 milliseconds