Package Index
|
Class Index
androidx.test.espresso.web.action
androidx.test.espresso.web.assertion
androidx.test.espresso.web.matcher
androidx.test.espresso.web.model
androidx.test.espresso.web.sugar
androidx.test.espresso.web.webdriver
com.google.android.apps.common.testing.testrunner.web
Interfaces
IAtomActionResultPropagator
Classes
AtomAction
EnableJavascriptAction
IAtomActionResultPropagator.Stub
IAtomActionResultPropagator.Stub.Proxy
Package Index
|
Class Index
Summary:
Methods
|
Inherited Methods
|
[Expand All]
public static class
IAtomActionResultPropagator.Stub.Proxy
extends BaseProxy
implements
IAtomActionResultPropagator
java.lang.Object
↳
com.google.android.aidl.BaseProxy
↳
androidx.test.espresso.web.action.IAtomActionResultPropagator.Stub.Proxy
Summary
Public Methods
void
setError
(
Bundle
errorMsg)
void
setResult
(
Evaluation
eval)
[Expand]
Inherited Methods
From class com.google.android.aidl.BaseProxy
IBinder
asBinder
()
Parcel
obtainAndWriteInterfaceToken
()
Parcel
transactAndReadException
(int arg0,
Parcel
arg1)
void
transactAndReadExceptionReturnVoid
(int arg0,
Parcel
arg1)
void
transactOneway
(int arg0,
Parcel
arg1)
From class
java.lang.Object
Object
clone
()
boolean
equals
(
Object
arg0)
void
finalize
()
final
Class
<?>
getClass
()
int
hashCode
()
final void
notify
()
final void
notifyAll
()
String
toString
()
final void
wait
(long arg0, int arg1)
final void
wait
(long arg0)
final void
wait
()
From interface
android.os.IInterface
abstract
IBinder
asBinder
()
From interface
androidx.test.espresso.web.action.IAtomActionResultPropagator
abstract void
setError
(
Bundle
errorMsg)
abstract void
setResult
(
Evaluation
eval)
Public Methods
public void
setError
(
Bundle
errorMsg)
Parameters
errorMsg
Bundle
Throws
RemoteException
public void
setResult
(
Evaluation
eval)
Parameters
eval
Evaluation
Throws
RemoteException