Home
last modified time | relevance | path

Searched refs:Methods (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/test-runner/api/
Dlint-baseline.txt3 Methods must not throw generic exceptions (`java.lang.Exception`)
5 Methods must not throw generic exceptions (`java.lang.Exception`)
7 Methods must not throw generic exceptions (`java.lang.Throwable`)
9 Methods must not throw generic exceptions (`java.lang.Exception`)
11 Methods must not throw generic exceptions (`java.lang.Exception`)
13 Methods must not throw generic exceptions (`java.lang.Exception`)
15 Methods must not throw generic exceptions (`java.lang.Exception`)
17 Methods must not throw generic exceptions (`java.lang.Exception`)
19 Methods must not throw generic exceptions (`java.lang.Exception`)
21 Methods must not throw generic exceptions (`java.lang.Exception`)
[all …]
/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
Dremote_method_type.h48 typedef std::tuple<MethodTypes...> Methods; typedef
52 using Method = typename std::tuple_element<Index, Methods>::type;
/frameworks/base/test-mock/api/
Dsystem-lint-baseline.txt3Methods creating an Intent should be named `create<Foo>Intent()`, was `registerReceiverForAllUsers`
/frameworks/base/packages/SystemUI/docs/
Dphysics-animation-layout.md15 ### Configuration Methods
31 ### Animation Control Methods
/frameworks/layoutlib/create/
DREADME.txt109 If a method has a return type that must be erased, the whole method is skipped. Methods are also
111 native methods which are replaced by a stub. Methods that are to be overridden are also replaced by
/frameworks/base/core/api/
Dsystem-lint-baseline.txt27 Methods creating an Intent should be named `create<Foo>Intent()`, was `getIntent`
91Methods implemented by developers should follow the on<Something> style, was `notifySmartspaceEven…