Searched defs:objects (Results 1 - 14 of 14) 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/voice/
H A DVoiceInputListPreference.java136 public CustomAdapter(Context context, CharSequence[] objects) { argument
138 android.R.id.text1, 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/apps/Settings/src/com/android/settings/
H A DAppListPreference.java70 CharSequence[] objects, Drawable[] imageDrawables, int selectedIndex) {
71 super(context, textViewResourceId, objects);
69 AppArrayAdapter(Context context, int textViewResourceId, CharSequence[] objects, Drawable[] imageDrawables, int selectedIndex) argument
H A DRestrictedListPreference.java148 public RestrictedArrayAdapter(Context context, CharSequence[] objects, int selectedIndex) { argument
149 super(context, R.layout.restricted_dialog_singlechoice, R.id.text1, objects);
H A DUserCredentialsSettings.java234 public CredentialAdapter(Context context, int resource, Credential[] objects) { argument
235 super(context, resource, objects);
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/expected/
H A DExpectedKey.java183 private static int hashCode(final Object... objects) { argument
184 return Arrays.hashCode(objects);
/packages/apps/Dialer/src/com/android/dialer/database/
H A DDialerDatabaseHelper.java584 protected Object doInBackground(Object[] objects) { argument
/packages/apps/TV/usbtuner/libs/
H A Dexoplayer_1.5.6.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/exoplayer/ ...
/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ...
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 645 milliseconds