OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:idIndex
(Results
1 - 25
of
25
) sorted by null
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
PicasaSource.java
125
int
idIndex
= data.cursor.getColumnIndex(PICASA_ID);
128
String id = data.cursor.getString(
idIndex
);
146
int
idIndex
= cursor.getColumnIndex(PICASA_ID);
150
data.id = cursor.getString(
idIndex
);
228
int
idIndex
= cursor.getColumnIndex(PICASA_ID);
230
if (
idIndex
< 0) {
234
if (
idIndex
>= 0) {
304
int
idIndex
= cursor.getColumnIndex(PICASA_ID);
306
if (
idIndex
< 0) {
310
albumIds.add(cursor.getString(
idIndex
));
[
all
...]
/packages/apps/Launcher3/src/com/android/launcher3/
UninstallShortcutReceiver.java
100
final int
idIndex
= c.getColumnIndexOrThrow(LauncherSettings.Favorites._ID);
108
final long id = c.getLong(
idIndex
);
LauncherProvider.java
553
final int
idIndex
= c.getColumnIndexOrThrow(LauncherSettings.Favorites._ID);
572
values.put(LauncherSettings.Favorites._ID, c.getLong(
idIndex
));
[
all
...]
LauncherModel.java
[
all
...]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
MetadataHandler.java
53
final int
idIndex
= results.getColumnIndex(MetadataDbHelper.WORDLISTID_COLUMN);
66
buildingMetadata.add(new WordListMetadata(results.getString(
idIndex
),
DictionaryProvider.java
355
final int
idIndex
= results.getColumnIndex(MetadataDbHelper.WORDLISTID_COLUMN);
362
final String wordListId = results.getString(
idIndex
);
DictionarySettingsFragment.java
295
final int
idIndex
= cursor.getColumnIndex(MetadataDbHelper.WORDLISTID_COLUMN);
302
final String wordlistId = cursor.getString(
idIndex
);
/external/chromium_org/third_party/skia/src/xml/
SkJSDisplayable.cpp
228
int
idIndex
= JSVAL_TO_INT(id);
229
SkASSERT(
idIndex
>= 0 &&
idIndex
< members);
230
info = &info[
idIndex
];
304
int
idIndex
= JSVAL_TO_INT(id);
305
SkASSERT(
idIndex
>= 0 &&
idIndex
< members);
306
info = &info[
idIndex
];
/external/skia/src/xml/
SkJSDisplayable.cpp
228
int
idIndex
= JSVAL_TO_INT(id);
229
SkASSERT(
idIndex
>= 0 &&
idIndex
< members);
230
info = &info[
idIndex
];
304
int
idIndex
= JSVAL_TO_INT(id);
305
SkASSERT(
idIndex
>= 0 &&
idIndex
< members);
306
info = &info[
idIndex
];
/packages/apps/Launcher2/src/com/android/launcher2/
UninstallShortcutReceiver.java
108
final int
idIndex
= c.getColumnIndexOrThrow(LauncherSettings.Favorites._ID);
116
final long id = c.getLong(
idIndex
);
LauncherProvider.java
375
final int
idIndex
= c.getColumnIndexOrThrow(LauncherSettings.Favorites._ID);
394
values.put(LauncherSettings.Favorites._ID, c.getLong(
idIndex
));
549
final int
idIndex
= c.getColumnIndex(Favorites._ID);
553
long favoriteId = c.getLong(
idIndex
);
627
final int
idIndex
= c.getColumnIndexOrThrow(Favorites._ID);
631
long id = c.getLong(
idIndex
);
[
all
...]
LauncherModel.java
[
all
...]
/packages/apps/Exchange/src/com/android/exchange/provider/
ExchangeDirectoryProvider.java
385
int
idIndex
= -1;
401
idIndex
= i;
511
if (
idIndex
!= -1) {
512
row[
idIndex
] = id;
533
if (
idIndex
!= -1) {
534
row[
idIndex
] = id;
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppNotification.java
231
final int
idIndex
= cursor.getColumnIndexOrThrow(BluetoothShare._ID);
243
int id = cursor.getInt(
idIndex
);
/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
PublicApiFunctionalTest.java
326
int
idIndex
= cursor.getColumnIndexOrThrow(DownloadManager.COLUMN_ID);
330
assertEquals(download.mId, cursor.getLong(
idIndex
));
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.metadata.repository_1.1.0.v20100513.jar
org.eclipse.equinox.p2.engine_2.0.0.v20100606.jar
org.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar
/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/androidfw/
ResourceTypes.h
590
uint16_t
idIndex
;
[
all
...]
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarProvider2.java
[
all
...]
/frameworks/base/libs/androidfw/
ResourceTypes.cpp
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar
Completed in 1074 milliseconds