Searched defs:TYPE_INT (Results 1 - 2 of 2) sorted by relevance

/packages/apps/TvSettings/QuickSettings/src/com/android/tv/quicksettings/
H A DSetting.java27 static final int TYPE_INT = 1; field in class:Setting
54 mSettingType = TYPE_INT;
81 mSettingType = TYPE_INT;
107 mSettingType = TYPE_INT;
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
H A DEntrySchema.java35 public static final int TYPE_INT = 3; field in class:EntrySchema
120 case TYPE_INT:
169 case TYPE_INT:
207 case TYPE_INT:
491 type = TYPE_INT;

Completed in 76 milliseconds