Searched defs:objects (Results 1 - 12 of 12) sorted by relevance

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
H A DScrollArrayAdapter.java41 public ScrollArrayAdapter(Context context, int textViewResourceId, T[] objects) { argument
42 super(context, textViewResourceId, objects);
46 T[] objects) {
47 super(context, resource, textViewResourceId, objects);
51 public ScrollArrayAdapter(Context context, int textViewResourceId, List<T> objects) { argument
52 super(context, textViewResourceId, objects);
56 List<T> objects) {
57 super(context, resource, textViewResourceId, objects);
45 ScrollArrayAdapter(Context context, int resource, int textViewResourceId, T[] objects) argument
55 ScrollArrayAdapter(Context context, int resource, int textViewResourceId, List<T> objects) argument
/packages/apps/Email/tests/src/com/android/email/mail/transport/
H A DDiscourseLoggerTest.java42 private static Object[] o(Object... objects) { argument
43 return objects;
/packages/apps/Settings/src/com/android/settings/
H A DAppListPreference.java49 CharSequence[] objects, Drawable[] imageDrawables, int selectedIndex) {
50 super(context, textViewResourceId, objects);
48 AppArrayAdapter(Context context, int textViewResourceId, CharSequence[] objects, Drawable[] imageDrawables, int selectedIndex) argument
/packages/apps/Dialer/src/com/android/dialer/settings/
H A DDialerSettingsActivity.java119 public HeaderAdapter(Context context, List<Header> objects) { argument
120 super(context, 0, objects);
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
H A DAlbumDataAdapter.java49 int resource, List<PhotoSource.AlbumData> objects) {
50 super(context, resource, objects);
56 mValidAlbumIds = new HashSet<String>(objects.size());
57 for (PhotoSource.AlbumData albumData: objects) {
48 AlbumDataAdapter(Context context, SharedPreferences settings, int resource, List<PhotoSource.AlbumData> objects) argument
H A DSectionedAlbumDataAdapter.java44 int headerLayout, int itemLayout, List<PhotoSource.AlbumData> objects) {
47 mAlbumData = new AlbumDataAdapter(context, settings, itemLayout, objects);
43 SectionedAlbumDataAdapter(Context context, SharedPreferences settings, int headerLayout, int itemLayout, List<PhotoSource.AlbumData> objects) argument
/packages/apps/Contacts/tests/src/com/android/contacts/widget/
H A DCompositeListAdapterTest.java43 private MockAdapter(Context context, List<String> objects) { argument
44 super(context, android.R.layout.simple_list_item_1, objects);
45 for (int i = 0; i < objects.size(); i++) {
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/expected/
H A DExpectedKey.java182 private static int hashCode(final Object... objects) { argument
183 return Arrays.hashCode(objects);
/packages/apps/Settings/src/com/android/settings/vpn2/
H A DVpnSettings.java494 public TitleAdapter(Context context, List<CharSequence> objects) { argument
496 android.R.id.text1, objects);
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/picker/
H A DPicker.java468 List<String> objects, int colIndex) {
469 super(context, resource, objects);
475 List<String> objects, int colIndex) {
476 super(context, resource, textViewResourceId, objects);
467 PickerScrollArrayAdapter(Context context, int resource, List<String> objects, int colIndex) argument
474 PickerScrollArrayAdapter(Context context, int resource, int textViewResourceId, List<String> objects, int colIndex) argument
/packages/apps/Dialer/src/com/android/dialer/database/
H A DDialerDatabaseHelper.java490 protected Object doInBackground(Object[] objects) { argument
/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ...

Completed in 1097 milliseconds