HomeSort by relevance Sort by last modified time
    Searched full:item_type (Results 1 - 15 of 15) sorted by null

  /frameworks/base/tools/aidl/
aidl_language.h 47 unsigned item_type; member in struct:interface_item_type
71 unsigned item_type; member in struct:document_item_type
aidl.cpp 32 if (d->item_type == INTERFACE_TYPE) {
37 if (q->item_type == METHOD_TYPE) {
53 else if (d->item_type == PARCELABLE_TYPE) {
58 printf("UNKNOWN d=0x%08lx d->item_type=%d\n", (long)d, d->item_type);
241 if (items->item_type == PARCELABLE_TYPE) {
245 else if (items->item_type == INTERFACE_TYPE) {
251 items->item_type);
293 if (items->item_type == PARCELABLE_TYPE) {
298 else if (items->item_type == INTERFACE_TYPE)
    [all...]
aidl_language_y.y 82 b->document_item.item_type = PARCELABLE_TYPE;
124 c->document_item.item_type = INTERFACE_TYPE;
170 method->interface_item.item_type = METHOD_TYPE;
185 method->interface_item.item_type = METHOD_TYPE;
generate_java.cpp 614 if (item->item_type == METHOD_TYPE) {
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherProvider.java 321 final int itemTypeIndex = c.getColumnIndexOrThrow(LauncherSettings.Favorites.ITEM_TYPE);
340 values.put(LauncherSettings.Favorites.ITEM_TYPE, c.getInt(itemTypeIndex));
462 final String selectWhere = buildOrWhereString(Favorites.ITEM_TYPE,
628 final String selectWhere = buildOrWhereString(Favorites.ITEM_TYPE, bindSources);
635 c = db.query(TABLE_FAVORITES, new String[] { Favorites._ID, Favorites.ITEM_TYPE },
654 values.put(Favorites.ITEM_TYPE, Favorites.ITEM_TYPE_APPWIDGET);
    [all...]
ItemInfo.java 109 values.put(LauncherSettings.BaseLauncherColumns.ITEM_TYPE, itemType);
LauncherSettings.java 46 static final String ITEM_TYPE = "itemType";
LauncherModel.java 328 LauncherSettings.Favorites.ITEM_TYPE, LauncherSettings.Favorites.CONTAINER,
332 final int itemTypeIndex = c.getColumnIndexOrThrow(LauncherSettings.Favorites.ITEM_TYPE);
374 final int itemTypeIndex = c.getColumnIndexOrThrow(LauncherSettings.Favorites.ITEM_TYPE);
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
VoicemailStatusTable.java 112 return Status.ITEM_TYPE;
VoicemailContentTable.java 234 return Voicemails.ITEM_TYPE;
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
VoicemailProviderTest.java 130 assertEquals(Voicemails.ITEM_TYPE,
136 assertEquals(Voicemails.ITEM_TYPE, mResolver.getType(uri));
459 assertEquals(Status.ITEM_TYPE, mResolver.getType(uri));
  /frameworks/base/core/java/android/provider/
VoicemailContract.java 120 public static final String ITEM_TYPE = "vnd.android.cursor.item/voicemail";
213 public static final String ITEM_TYPE = "vnd.android.cursor.item/voicemail.source.status";
  /external/protobuf/src/google/protobuf/compiler/
importer_unittest.cc 231 const Descriptor* item_type = file->FindMessageTypeByName("Item"); local
232 ASSERT_TRUE(item_type != NULL);
235 const FieldDescriptor* key_field = item_type->FindFieldByName("key");
  /external/freetype/include/freetype/internal/
tttypes.h     [all...]
  /external/protobuf/src/google/protobuf/
descriptor.cc 3751 const Descriptor* item_type = field->message_type(); local
    [all...]

Completed in 1035 milliseconds