HomeSort by relevance Sort by last modified time
    Searched refs:idIndex (Results 1 - 11 of 11) 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);
LiveFolderAdapter.java 78 holder.idIndex = cursor.getColumnIndexOrThrow(LiveFolders._ID);
94 holder.id = cursor.getLong(holder.idIndex);
209 int idIndex;
LauncherProvider.java 282 final int idIndex = c.getColumnIndexOrThrow(LauncherSettings.Favorites._ID);
301 values.put(LauncherSettings.Favorites._ID, c.getLong(idIndex));
431 final int idIndex = c.getColumnIndex(Favorites._ID);
435 long favoriteId = c.getLong(idIndex);
498 final int idIndex = c.getColumnIndexOrThrow(Favorites._ID);
502 long id = c.getLong(idIndex);
    [all...]
LauncherModel.java 641 final int idIndex = c.getColumnIndexOrThrow(LauncherSettings.Favorites._ID);
707 info.id = c.getLong(idIndex);
735 id = c.getLong(idIndex);
743 id = c.getLong(idIndex);
770 id = c.getLong(idIndex);
    [all...]
  /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];
  /frameworks/base/core/java/android/database/
BulkCursorToCursorAdaptor.java 59 public void set(IBulkCursor bulkCursor, int count, int idIndex) {
63 mRowIdColumnIndex = idIndex;
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppNotification.java 221 final int idIndex = cursor.getColumnIndexOrThrow(BluetoothShare._ID);
231 int id = cursor.getInt(idIndex);
  /packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
PublicApiFunctionalTest.java 264 int idIndex = cursor.getColumnIndexOrThrow(DownloadManager.COLUMN_ID);
268 assertEquals(download.mId, cursor.getLong(idIndex));
  /frameworks/base/tools/aapt/
XMLNode.cpp     [all...]
  /frameworks/base/include/utils/
ResourceTypes.h 582 uint16_t idIndex;
    [all...]
  /frameworks/base/libs/utils/
ResourceTypes.cpp 923 const ssize_t idx = dtohs(((const ResXMLTree_attrExt*)mCurExt)->idIndex);
    [all...]

Completed in 420 milliseconds