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
39
) sorted by null
1
2
/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/UnifiedEmail/src/com/android/mail/utils/
HtmlSanitizer.java
98
final int
idIndex
= attrs.indexOf("id");
99
if (
idIndex
>= 0) {
101
final String value = attrs.remove(
idIndex
+ 1);
102
attrs.remove(
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
441
final int
idIndex
= c.getColumnIndexOrThrow(LauncherSettings.Favorites._ID);
460
values.put(LauncherSettings.Favorites._ID, c.getLong(
idIndex
));
646
final int
idIndex
= c.getColumnIndex(Favorites._ID);
650
long favoriteId = c.getLong(
idIndex
);
724
final int
idIndex
= c.getColumnIndexOrThrow(Favorites._ID);
728
long id = c.getLong(
idIndex
);
[
all
...]
LauncherModel.java
[
all
...]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
MetadataHandler.java
54
final int
idIndex
= results.getColumnIndex(MetadataDbHelper.WORDLISTID_COLUMN);
69
buildingMetadata.add(new WordListMetadata(results.getString(
idIndex
),
DictionaryProvider.java
353
final int
idIndex
= results.getColumnIndex(MetadataDbHelper.WORDLISTID_COLUMN);
362
final String wordListId = results.getString(
idIndex
);
DictionarySettingsFragment.java
309
final int
idIndex
= cursor.getColumnIndex(MetadataDbHelper.WORDLISTID_COLUMN);
316
final String wordlistId = cursor.getString(
idIndex
);
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapAccountLoader.java
192
int
idIndex
= c.getColumnIndex(BluetoothMapContract.AccountColumns._ID);
201
" with ID " + String.valueOf(c.getInt(
idIndex
)));
211
String.valueOf((c.getInt(
idIndex
))),
/frameworks/base/tools/aapt2/proto/
TableProtoDeserializer.cpp
71
std::map<ResourceId, ResourceNameRef>
idIndex
;
124
idIndex
[resId] = ResourceNameRef(pkg->name, type->type, entry->name);
153
ReferenceIdToNameVisitor visitor(&
idIndex
);
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
ContactsFacade.java
154
int
idIndex
= cursor.getColumnIndex("_id");
156
String id = cursor.getString(
idIndex
);
/packages/apps/Dialer/InCallUI/src/com/android/incallui/
CallerInfoAsyncQuery.java
473
int
idIndex
= cursor.getColumnIndex(Directory._ID);
475
long id = cursor.getLong(
idIndex
);
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppNotification.java
233
final int
idIndex
= cursor.getColumnIndexOrThrow(BluetoothShare._ID);
245
int id = cursor.getInt(
idIndex
);
/frameworks/base/tools/aapt2/flatten/
XmlFlattener.cpp
197
flatElem->
idIndex
= util::hostToDevice16(attributeIndex);
/packages/apps/Launcher3/src/com/android/launcher3/
LauncherProvider.java
[
all
...]
LauncherModel.java
[
all
...]
/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
PublicApiFunctionalTest.java
327
int
idIndex
= cursor.getColumnIndexOrThrow(DownloadManager.COLUMN_ID);
331
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
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.metadata.repository_1.2.100.v20130327-2119.jar
org.eclipse.equinox.p2.director_2.3.1.v20140221-1852.jar
org.eclipse.equinox.p2.publisher_1.3.0.v20140129-1405.jar
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.metadata.repository_1.2.100.v20130327-2119.jar
org.eclipse.equinox.p2.director_2.3.0.v20130526-0335.jar
/frameworks/base/tools/aapt/
XMLNode.cpp
[
all
...]
/frameworks/base/include/androidfw/
ResourceTypes.h
660
uint16_t
idIndex
;
[
all
...]
Completed in 2328 milliseconds
1
2