OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:idIndex
(Results
1 - 9
of
9
) 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
...]
/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/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppNotification.java
222
final int
idIndex
= cursor.getColumnIndexOrThrow(BluetoothShare._ID);
232
int id = cursor.getInt(
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/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
));
/frameworks/base/include/utils/
ResourceTypes.h
582
uint16_t
idIndex
;
[
all
...]
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarProvider2.java
[
all
...]
Completed in 364 milliseconds