Home
last modified time | relevance | path

Searched defs:newInstance (Results 1 – 25 of 124) sorted by relevance

12345

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/
DActionFragment.java35 public static ActionFragment newInstance(ArrayList<Action> actions) { in newInstance() method in ActionFragment
39 public static ActionFragment newInstance(ArrayList<Action> actions, String name) { in newInstance() method in ActionFragment
45 public static ActionFragment newInstance(ArrayList<Action> actions, int index) { in newInstance() method in ActionFragment
51 public static ActionFragment newInstance(ArrayList<Action> actions, String name, int index) { in newInstance() method in ActionFragment
DContentFragment.java44 public static ContentFragment newInstance(String title) { in newInstance() method in ContentFragment
48 public static ContentFragment newInstance(String title, String breadcrumb, in newInstance() method in ContentFragment
53 public static ContentFragment newInstance(String title, String breadcrumb, String description, in newInstance() method in ContentFragment
58 public static ContentFragment newInstance(String title, String breadcrumb, String description, in newInstance() method in ContentFragment
67 public static ContentFragment newInstance(String title, String breadcrumb, String description, in newInstance() method in ContentFragment
72 public static ContentFragment newInstance(String title, String breadcrumb, String description, in newInstance() method in ContentFragment
81 public static ContentFragment newInstance(String title, String breadcrumb, String description, in newInstance() method in ContentFragment
DEditTextFragment.java45 public static EditTextFragment newInstance(int layoutResId, int editTextResId) { in newInstance() method in EditTextFragment
57 public static EditTextFragment newInstance(String description) { in newInstance() method in EditTextFragment
61 public static EditTextFragment newInstance(String description, String initialText) { in newInstance() method in EditTextFragment
65 public static EditTextFragment newInstance(String description, String initialText, in newInstance() method in EditTextFragment
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/expected/
DExpectedKey.java33 static ExpectedKey newInstance(final String label, final ExpectedKey... moreKeys) { in newInstance() method in ExpectedKey
38 static ExpectedKey newInstance(final String label, final String outputText, in newInstance() method in ExpectedKey
45 static ExpectedKey newInstance(final String label, final int code, in newInstance() method in ExpectedKey
52 static ExpectedKey newInstance(final int iconId, final String outputText, in newInstance() method in ExpectedKey
59 static ExpectedKey newInstance(final int iconId, final int code, in newInstance() method in ExpectedKey
65 static ExpectedKey newInstance(final ExpectedKeyVisual visual, final ExpectedKeyOutput output, in newInstance() method in ExpectedKey
208 public static ExpectedAdditionalMoreKey newInstance(final String label) { in newInstance() method in ExpectedKey.ExpectedAdditionalMoreKey
213 public static ExpectedAdditionalMoreKey newInstance(final ExpectedKey key) { in newInstance() method in ExpectedKey.ExpectedAdditionalMoreKey
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
DStringTexture.java53 public static StringTexture newInstance( in newInstance() method in StringTexture
58 public static StringTexture newInstance( in newInstance() method in StringTexture
72 private static StringTexture newInstance(String text, TextPaint paint) { in newInstance() method in StringTexture
DMultiLineTexture.java38 public static MultiLineTexture newInstance( in newInstance() method in MultiLineTexture
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
DTimedMessageWizardFragment.java39 public static TimedMessageWizardFragment newInstance(String title) { in newInstance() method in TimedMessageWizardFragment
43 public static TimedMessageWizardFragment newInstance(String title, int durationMs) { in newInstance() method in TimedMessageWizardFragment
DWpsScanningFragment.java33 public static WpsScanningFragment newInstance() { in newInstance() method in WpsScanningFragment
DWpsPinFragment.java35 public static WpsPinFragment newInstance(String pin) { in newInstance() method in WpsPinFragment
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
DAndroidSpellCheckerSessionFactory.java22 public static Session newInstance(AndroidSpellCheckerService service) { in newInstance() method in AndroidSpellCheckerSessionFactory
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/picker/
DDatePicker.java56 public static DatePicker newInstance() { in newInstance() method in DatePicker
66 public static DatePicker newInstance(String format) { in newInstance() method in DatePicker
77 public static DatePicker newInstance(String format, int startYear) { in newInstance() method in DatePicker
90 public static DatePicker newInstance(String format, int startYear, int yearRange, in newInstance() method in DatePicker
DTimePicker.java73 public static TimePicker newInstance() { in newInstance() method in TimePicker
77 public static TimePicker newInstance(boolean is24hFormat, boolean defaultToCurrentTime) { in newInstance() method in TimePicker
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/database/
DNoNullCursorAsyncQueryHandlerTest.java142 public static <E> ObjectHolder<E> newInstance() { in newInstance() method in NoNullCursorAsyncQueryHandlerTest.ObjectHolder
146 public static <E> ObjectHolder<E> newInstance(E value) { in newInstance() method in NoNullCursorAsyncQueryHandlerTest.ObjectHolder
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/storage/
DFormattingProgressFragment.java28 public static FormattingProgressFragment newInstance() { in newInstance() method in FormattingProgressFragment
DSlowDriveStepFragment.java34 public static SlowDriveStepFragment newInstance() { in newInstance() method in SlowDriveStepFragment
DMoveAppProgressFragment.java32 public static MoveAppProgressFragment newInstance(CharSequence appTitle) { in newInstance() method in MoveAppProgressFragment
DMigrateStorageActivity.java136 public static MigrateConfirmationStepFragment newInstance(String volumeDescription) { in newInstance() method in MigrateStorageActivity.MigrateConfirmationStepFragment
185 public static MigrateProgressFragment newInstance(String volumeDescription) { in newInstance() method in MigrateStorageActivity.MigrateProgressFragment
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DSyncErrorDialogFragment.java38 public static SyncErrorDialogFragment newInstance() { in newInstance() method in SyncErrorDialogFragment
DConfirmDialogFragment.java74 public static ConfirmDialogFragment newInstance(CharSequence message) { in newInstance() method in ConfirmDialogFragment
/packages/apps/Messaging/src/com/android/messaging/ui/
DSmsStorageLowWarningFragment.java53 public static SmsStorageLowWarningFragment newInstance() { in newInstance() method in SmsStorageLowWarningFragment
89 public static ChooseActionDialogFragment newInstance() { in newInstance() method in SmsStorageLowWarningFragment.ChooseActionDialogFragment
164 public static ConfirmationDialog newInstance(final int actionIndex) { in newInstance() method in SmsStorageLowWarningFragment.ConfirmationDialog
/packages/apps/UnifiedEmail/src/com/android/mail/ui/settings/
DClearPictureApprovalsDialogFragment.java41 public static ClearPictureApprovalsDialogFragment newInstance() { in newInstance() method in ClearPictureApprovalsDialogFragment
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
DTextInfoCompatUtils.java42 public static TextInfo newInstance(CharSequence charSequence, int start, int end, int cookie, in newInstance() method in TextInfoCompatUtils
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
DAddAccessoryContentFragment.java36 public static AddAccessoryContentFragment newInstance(boolean multiple) { in newInstance() method in AddAccessoryContentFragment
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
DEnterSelfPhoneNumberDialog.java40 public static EnterSelfPhoneNumberDialog newInstance(final int subId) { in newInstance() method in EnterSelfPhoneNumberDialog
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DObjectCache.java31 T newInstance(); in newInstance() method

12345