OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:implements
(Results
276 - 300
of
8040
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
AbstractSuggestionCursorWrapper.java
22
implements
SuggestionCursor {
ResultFilter.java
21
public class ResultFilter
implements
SuggestionFilter {
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
NoOpConsumer.java
24
public class NoOpConsumer<A>
implements
Consumer<A> {
Now.java
21
public class Now<C>
implements
NowOrLater<C> {
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
ConsumerTrap.java
26
public class ConsumerTrap<A>
implements
Consumer<A> {
MockShortcutRefresher.java
23
public class MockShortcutRefresher
implements
ShortcutRefresher {
/packages/apps/Settings/src/com/android/settings/
LocalePicker.java
22
implements
com.android.internal.app.LocalePicker.LocaleSelectionListener {
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
VoicemailUriType.java
23
enum VoicemailUriType
implements
UriType {
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
ClientDisplayPanel.java
23
implements
IClientChangeListener {
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
TestColor.java
21
public class TestColor
implements
IColor {
/sdk/testapps/basicProjectWithAidl/src/com/android/tests/basicprojectwithaidl/
Rect.java
6
public class Rect
implements
Parcelable {
/cts/tools/signature-tools/test/signature/comparator/
ClassCompareTest.java
136
"public class A
implements
Comparable<String>{ " +
148
"public class A
implements
Cloneable{}");
168
"public class B
implements
I<String>{}");
171
"public class A extends B
implements
I<String>{}");
188
"public class B<T>
implements
I<T>{}");
191
"public class A<T> extends B<T>
implements
I<T>{}");
204
static class B<T>
implements
I<T>{}
205
static class A0<E extends Number> extends B<E>
implements
I<E>{}
226
"public class C0
implements
I1{}");
229
"public class C0
implements
I1, I0{}")
[
all
...]
/cts/tests/src/android/theme/cts/
DialogModifier.java
26
* Dialog test, either create a new class that
implements
{@link DialogBuilder}
31
public class DialogModifier
implements
ThemeTestModifier {
ProgressDialogBuilder.java
24
* This class
implements
the {@link DialogBuilder} interface
30
public class ProgressDialogBuilder
implements
DialogBuilder {
/development/pdk/docs/porting/
lights.jd
19
In order to integrate LEDs with Android you need to build a shared library that
implements
this interface.
33
<p> To implement a Lights driver, create a shared library that
implements
the interface defined in <code>lights.h</code>. You must name your shared library
/external/apache-harmony/luni/src/test/resources/org/apache/harmony/luni/tests/
ObjectStreamClassTest.jar
/external/apache-harmony/support/src/test/java/tests/support/
Support_HttpServerSocket.java
25
* This class
implements
the Support_ServerSocket interface using java.net
29
public class Support_HttpServerSocket
implements
Support_ServerSocket {
Support_URLConnector.java
28
* This class
implements
the Support_HttpConnector interface using java.net
31
public class Support_URLConnector
implements
Support_HttpConnector {
/external/apache-xml/src/main/java/org/apache/xpath/
ExpressionNode.java
26
* A class that
implements
this interface can construct expressions,
28
* and give the originating source information. A class that
implements
/external/bouncycastle/src/main/java/org/bouncycastle/crypto/
BlockCipher.java
22
* Return the name of the algorithm the cipher
implements
.
24
* @return the name of the algorithm the cipher
implements
.
Mac.java
20
* Return the name of the algorithm the MAC
implements
.
22
* @return the name of the algorithm the MAC
implements
.
/external/proguard/examples/
applets.pro
46
-keepclassmembers class *
implements
java.io.Serializable {
60
# -keep public class *
implements
mypackage.MyInterface
applications.pro
52
-keepclassmembers class *
implements
java.io.Serializable {
66
# -keep public class *
implements
mypackage.MyInterface
/frameworks/base/core/java/android/os/
RemoteCallback.java
24
public abstract class RemoteCallback
implements
Parcelable {
28
class DeliverResult
implements
Runnable {
/frameworks/base/core/tests/coretests/src/android/view/
PreDrawListener.java
35
public class PreDrawListener extends Activity
implements
OnClickListener {
40
static public class MyLinearLayout extends LinearLayout
implements
Completed in 321 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>