OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IObbActionListener
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/include/storage/
IObbActionListener.h
27
class
IObbActionListener
: public IInterface
37
class BnObbActionListener: public BnInterface<
IObbActionListener
>
/frameworks/base/core/java/android/os/storage/
IObbActionListener.java
31
public interface
IObbActionListener
extends IInterface {
33
public static abstract class Stub extends Binder implements
IObbActionListener
{
34
private static final String DESCRIPTOR = "
IObbActionListener
";
42
* Cast an IBinder object into an
IObbActionListener
interface,
45
public static
IObbActionListener
asInterface(IBinder obj) {
50
if (((iin != null) && (iin instanceof
IObbActionListener
))) {
51
return ((
IObbActionListener
) iin);
53
return new
IObbActionListener
.Stub.Proxy(obj);
84
private static class Proxy implements
IObbActionListener
{
Completed in 467 milliseconds