HomeSort by relevance Sort by last modified time
    Searched full:deprecated (Results 426 - 450 of 2817) sorted by null

<<11121314151617181920>>

  /frameworks/base/core/java/android/nfc/
NfcAdapter.java 351 * @deprecated use {@link #getDefaultAdapter(Context)}
353 @Deprecated
355 Log.w(TAG, "WARNING: NfcAdapter.getDefaultAdapter() is deprecated, use " +
730 * @deprecated use {@link #setNdefPushMessage} instead
732 @Deprecated
758 * @deprecated use {@link #setNdefPushMessage} instead
772 * @deprecated use {@link CreateNdefMessageCallback} or {@link OnNdefPushCompleteCallback}
775 @Deprecated
778 * @deprecated use {@link CreateNdefMessageCallback} instead
780 @Deprecated
    [all...]
  /external/chromium/chrome/browser/sync/protocol/
sync.proto 127 // to version. This is now deprecated in favor of version.
152 // This group is deprecated; clients should use the bookmark EntitySpecifics
188 // Deprecated.
337 // from_timestamp has been deprecated; clients should use
357 // requested_types has been deprecated; clients should use
465 // This field has been deprecated and will be returned only to clients
466 // that set the also-deprecated |from_timestamp| field in the update request.
471 // DEPRECATED FIELD - server does not set this anymore.
480 // field in lieu of new_timestamp, which is deprecated in newer versions
540 // Deprecated. Remove this from the server side
    [all...]
  /frameworks/base/core/java/android/database/
CursorWindow.java 279 * @deprecated Use {@link #getType(int, int)} instead.
281 @Deprecated
295 * @deprecated Use {@link #getType(int, int)} instead.
297 @Deprecated
311 * @deprecated Use {@link #getType(int, int)} instead.
313 @Deprecated
326 * @deprecated Use {@link #getType(int, int)} instead.
328 @Deprecated
342 * @deprecated Use {@link #getType(int, int)} instead.
344 @Deprecated
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
completion1-expected-completion39.txt 30 android:password : Whether the characters of the field are displayed as password dots instead of themselves. * Deprecated: Use inputType instead. [boolean]
31 android:singleLine : Constrains the text to a single horizontally scrolling line instead of letting it wrap onto multiple lines, and advances focus instead of inserting a newline when you press the enter key. * Deprecated: This attribute is deprecated and is replaced by the textMultiLine flag in the inputType attribute. Use caution when altering existing layouts, as the default value of singeLine is false (multi-line mode), but if you specify any value for inputType, the default is single-line mode. (If both singleLine and inputType attributes are found, the inputType flags will override the value of singleLine.). [boolean]
32 android:enabled : Specifies whether the TextView is enabled or not. * Deprecated: Use state_enabled instead. [boolean]
42 android:numeric : If set, specifies that this TextView has a numeric input method. * Deprecated: Use inputType instead. [flag]
44 android:phoneNumber : If set, specifies that this TextView has a phone number input method. * Deprecated: Use inputType instead. [boolean]
45 android:inputMethod : If set, specifies that this TextView should use the specified input method (specified by fully-qualified class name). * Deprecated: Use inputType instead. [string]
46 android:capitalize : If set, specifies that this TextView has a textual input method and should automatically capitalize what the user types. * Deprecated: Use inputType instead. [enum]
47 android:autoText : If set, specifies that this TextView has a textual input method and automatically corrects some common spelling errors. * Deprecated: Use inputType instead. [boolean]
48 android:editable : If set, specifies that this TextView has an input method. * Deprecated: Use inputType instead. [boolean
    [all...]
completion5-expected-completion40.txt 30 android:password : Whether the characters of the field are displayed as password dots instead of themselves. * Deprecated: Use inputType instead. [boolean]
31 android:singleLine : Constrains the text to a single horizontally scrolling line instead of letting it wrap onto multiple lines, and advances focus instead of inserting a newline when you press the enter key. * Deprecated: This attribute is deprecated and is replaced by the textMultiLine flag in the inputType attribute. Use caution when altering existing layouts, as the default value of singeLine is false (multi-line mode), but if you specify any value for inputType, the default is single-line mode. (If both singleLine and inputType attributes are found, the inputType flags will override the value of singleLine.). [boolean]
32 android:enabled : Specifies whether the TextView is enabled or not. * Deprecated: Use state_enabled instead. [boolean]
42 android:numeric : If set, specifies that this TextView has a numeric input method. * Deprecated: Use inputType instead. [flag]
44 android:phoneNumber : If set, specifies that this TextView has a phone number input method. * Deprecated: Use inputType instead. [boolean]
45 android:inputMethod : If set, specifies that this TextView should use the specified input method (specified by fully-qualified class name). * Deprecated: Use inputType instead. [string]
46 android:capitalize : If set, specifies that this TextView has a textual input method and should automatically capitalize what the user types. * Deprecated: Use inputType instead. [enum]
47 android:autoText : If set, specifies that this TextView has a textual input method and automatically corrects some common spelling errors. * Deprecated: Use inputType instead. [boolean]
48 android:editable : If set, specifies that this TextView has an input method. * Deprecated: Use inputType instead. [boolean
    [all...]
  /system/core/include/system/
window.h 219 NATIVE_WINDOW_CONNECT = 1, /* deprecated */
220 NATIVE_WINDOW_DISCONNECT = 2, /* deprecated */
223 NATIVE_WINDOW_SET_BUFFERS_GEOMETRY = 5, /* deprecated */
393 * NATIVE_WINDOW_CONNECT (deprecated)
394 * NATIVE_WINDOW_DISCONNECT (deprecated)
397 * NATIVE_WINDOW_SET_BUFFERS_GEOMETRY (deprecated)
427 * android_native_window_t is deprecated.
449 /* deprecated. Always returns 0. Don't call. */
455 /* deprecated. Always returns 0. Don't call. */
497 * XXX: This function is deprecated. The native_window_set_buffers_dimension
    [all...]
  /external/clang/include/clang/Sema/
AttributeList.h 135 const AvailabilityChange &deprecated,
145 new (&getAvailabilitySlot(DeprecatedSlot)) AvailabilityChange(deprecated);
461 const AvailabilityChange &deprecated,
469 introduced, deprecated, obsoleted,
585 const AvailabilityChange &deprecated,
591 introduced, deprecated, obsoleted, unavailable,
  /external/doclava/src/com/google/doclava/
Comment.java 31 "@deprecated",
318 } else if (name.equals("@deprecated")) {
320 Errors.error(Errors.MISSING_COMMENT, pos, "@deprecated tag with no explanatory comment");
323 mDeprecatedTagsList.add(new ParsedTagInfo("@deprecated", "@deprecated", text, mBase, pos));
485 boolean b = (mText != null) && (mText.indexOf("@deprecated") >= 0);
FieldInfo.java 100 public void setDeprecated(boolean deprecated) {
102 mIsDeprecated = deprecated;
110 if (annotation.type().qualifiedName().equals("java.lang.Deprecated")) {
119 + ": @Deprecated annotation and @deprecated comment do not match");
326 TagInfo.makeHDF(data, base + ".deprecated", comment().deprecatedTags());
  /external/icu4c/common/unicode/
resbund.h 87 * pathname for packageName is deprecated.
117 * pathname for packageName is deprecated.
140 * pathname for packageName is deprecated.
414 * use getVersion, as this method is going to be deprecated.
419 * @deprecated ICU 2.8 Use getVersion instead.
438 * @deprecated ICU 2.8 Use getLocale(ULocDataLocaleType type, UErrorCode &status) overload instead.
  /frameworks/base/core/java/android/widget/
CursorAdapter.java 85 * @deprecated This option is discouraged, as it results in Cursor queries
90 @Deprecated
106 * @deprecated This option is discouraged, as it results in Cursor queries
114 @Deprecated
149 * @deprecated Don't use this, use the normal constructor. This will
152 @Deprecated
  /frameworks/support/v4/java/android/support/v4/widget/
CursorAdapter.java 91 * @deprecated This option is discouraged, as it results in Cursor queries
96 @Deprecated
112 * @deprecated This option is discouraged, as it results in Cursor queries
120 @Deprecated
155 * @deprecated Don't use this, use the normal constructor. This will
158 @Deprecated
  /external/apache-http/src/org/apache/commons/codec/language/
Soundex.java 87 * @deprecated This feature is not needed since the encoding size must be constant. Will be removed in 2.0.
186 * @deprecated This feature is not needed since the encoding size must be constant. Will be removed in 2.0.
222 * @deprecated This feature is not needed since the encoding size must be constant. Will be removed in 2.0.
  /external/chromium/base/third_party/icu/
icu_utf.cc 36 * @deprecated ICU 2.4. Obsolete, see utf_old.h.
43 * @deprecated ICU 2.4. Obsolete, see utf_old.h.
52 * @deprecated ICU 2.4. Obsolete, see utf_old.h.
  /external/chromium/chrome/browser/autofill/
autofill_type.cc 52 // Work phone numbers (values [15,19]) are deprecated.
70 // Cell phone numbers (values [25, 29]) are deprecated.
107 // ADDRESS_SHIPPING values [44,50] are deprecated.
  /external/chromium/third_party/libjingle/source/talk/base/
socketaddress.h 113 inline bool IsAny() const { return IsAnyIP(); } // deprecated
129 inline bool IsUnresolved() const { return IsUnresolvedIP(); } // deprecated
175 static uint32 StringToIP(const std::string& str); // deprecated
  /external/freetype/include/freetype/
t1tables.h 101 /* This type is equivalent to @PS_FontInfoRec. It is deprecated but */
176 /* This type is equivalent to @PS_PrivateRec. It is deprecated but */
398 /* This type is equivalent to @CID_FaceInfoRec. It is deprecated but */
  /frameworks/base/docs/html/sdk/api_diff/11/changes/
android.database.AbstractCursor.html 112 <b>Now deprecated</b>.<br>
122 <b>Now deprecated</b>.<br>
140 <b>Now deprecated</b>.<br>
android.view.SurfaceHolder.html 90 <b>Now deprecated</b>.<br>
108 <b>Now deprecated</b>.<br>
117 <b>Now deprecated</b>.<br>
  /frameworks/base/docs/html/sdk/api_diff/3/changes/
android.os.Parcel.html 90 Change from deprecated to undeprecated.<br>
100 Change from deprecated to undeprecated.<br>
110 Change from deprecated to undeprecated.<br>
  /frameworks/base/docs/html/sdk/api_diff/5/changes/
android.provider.Contacts.ExtensionsColumns.html 76 <p><b>Now deprecated</b>.<br>
91 <b>Now deprecated</b>.<br>
100 <b>Now deprecated</b>.<br>
android.provider.Contacts.People.ContactMethods.html 76 <p><b>Now deprecated</b>.<br>
91 <b>Now deprecated</b>.<br>
100 <b>Now deprecated</b>.<br>
android.provider.Contacts.People.Phones.html 76 <p><b>Now deprecated</b>.<br>
91 <b>Now deprecated</b>.<br>
100 <b>Now deprecated</b>.<br>
  /libcore/luni/src/main/java/java/io/
ByteArrayOutputStream.java 145 * deprecated and either {@link #toString()} or {@link #toString(String)}
152 * @deprecated Use {@link #toString()}.
154 @Deprecated
  /development/samples/BusinessCard/src/com/example/android/businesscard/
ContactAccessorSdk3_4.java 29 * These APIs are deprecated and should not be used unless we are running on a

Completed in 739 milliseconds

<<11121314151617181920>>