Home
last modified time | relevance | path

Searched refs:Deprecated (Results 1 – 25 of 39) sorted by relevance

12

/system/tools/xsdc/tests/resources/simple_complex_content/api/
Dcurrent.txt4 @Deprecated public class Address {
5 ctor @Deprecated public Address();
6 method @Deprecated public String getCity();
7 method @Deprecated public final String getName();
8 method @Deprecated public String getStreet();
9 method @Deprecated public boolean hasCity();
10 method @Deprecated public boolean hasName();
11 method @Deprecated public boolean hasStreet();
12 method @Deprecated public void setCity(String);
13 method @Deprecated public final void setName(String);
[all …]
/system/bt/doc/
Ddirectory_layout.md18 * embdrv - **Deprecated** - Bluetooth SBC Codec.
20 * include - **Deprecated** - System global include files.
24 * stack - **Deprecated** - The Stack - Push to proper spot in *./profiles*
27 * udrv - **Deprecated** *UIPC implementation*
28 * utils - **Deprecated** *Bluetooth utilities* - Eliminate.
/system/tools/aidl/
Dcomments.h45 struct Deprecated { struct
49 std::optional<Deprecated> FindDeprecated(const Comments& comments); argument
Dcomments.cpp206 std::optional<Deprecated> FindDeprecated(const Comments& comments) { in FindDeprecated()
211 return Deprecated{description}; in FindDeprecated()
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
DDeprecatedEnum.java6 @Deprecated
DDeprecatedParcelable.java6 @Deprecated
DIDeprecated.java6 @Deprecated
DITestService.java29 @Override public void Deprecated() throws android.os.RemoteException in Deprecated() method in ITestService.Default
291 this.Deprecated(); in onTransact()
996 @Override public void Deprecated() throws android.os.RemoteException in Deprecated() method in ITestService.Stub.Proxy
1005 getDefaultImpl().Deprecated(); in Deprecated()
2432 @Deprecated
2433 public void Deprecated() throws android.os.RemoteException; in Deprecated() method
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DIDeprecated.h16 DECLARE_META_INTERFACE(Deprecated)
DBpTestService.h19 …::android::binder::Status Deprecated() override __attribute__((deprecated("to make sure we have so…
DITestService.h112 …virtual ::android::binder::Status Deprecated() __attribute__((deprecated("to make sure we have som…
172 …::android::binder::Status Deprecated() override __attribute__((deprecated("to make sure we have so… in Deprecated() function
/system/tools/xsdc/
DREADME.md46 To remove a tag, add an annotation tag with the name of "Deprecated" into the
68 <annotation name=”Deprecated”/>
76 After adding “Deprecated” annotation, we need to update the api or schema just
78 * method @Deprecated public java.util.List<java.lang.String> getStudent();
/system/libhidl/minijail/
DAndroid.bp2 // Deprecated: most minijail users should either use libavservices_minijail
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/
DIDeprecated.cpp10 DO_NOT_DIRECTLY_USE_ME_IMPLEMENT_META_INTERFACE(Deprecated, "android.aidl.tests.IDeprecated")
/system/media/camera/docs/
Dndk_camera_metadata_tags.mako90 ${ndk(entry.name) + " = " | csym,ljust(60)}// Deprecated! DO NOT USE
175 * <b>Deprecated</b>: please refer to this API documentation to find the alternatives
DCameraMetadataEnums.mako49 @Deprecated
DCameraMetadataKeys.mako62 @Deprecated
/system/tools/xsdc/tests/resources/simple_type/
Dsimple_type.xsd22 <xs:annotation name="Deprecated"/>
/system/tools/xsdc/tests/resources/simple_complex_content/
Dsimple_complex_content.xsd3 <xs:annotation name="Deprecated"/>
/system/tools/xsdc/tests/resources/simple_type/api/
Dcurrent.txt8 enum_constant @Deprecated public static final simple.type.EnumType YES;
/system/tools/aidl/tests/android/aidl/tests/
DITestService.aidl70 void Deprecated(); in Deprecated() method
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
DITestService.rs16 fn Deprecated(&self) -> binder::public_api::Result<()>; in Deprecated() method
77 fn Deprecated(&self) -> binder::public_api::Result<()> { in Deprecated() method
230 pub const Deprecated: binder::TransactionCode = binder::FIRST_CALL_TRANSACTION + 1; constant
379 fn Deprecated(&self) -> binder::public_api::Result<()> { in Deprecated() method
380 …let _aidl_reply = self.binder.transact(transactions::Deprecated, binder::FLAG_CLEAR_BUF | binder::… in Deprecated()
386 return _aidl_default_impl.Deprecated(); in Deprecated()
1250 fn Deprecated(&self) -> binder::public_api::Result<()> { self.0.Deprecated() } in Deprecated() method
1315 transactions::Deprecated => { in on_transact()
1316 let _aidl_return = _aidl_service.Deprecated(); in on_transact()
/system/tools/aidl/tests/rust/
Dtest_service.rs132 fn Deprecated(&self) -> binder::Result<()> { in Deprecated() method
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/include/aidl/android/aidl/tests/
DBpTestService.h17 …::ndk::ScopedAStatus Deprecated() override __attribute__((deprecated("to make sure we have somethi…
DITestService.h166 …virtual ::ndk::ScopedAStatus Deprecated() __attribute__((deprecated("to make sure we have somethin…
222 …::ndk::ScopedAStatus Deprecated() override __attribute__((deprecated("to make sure we have somethi…

12