|
[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
|
From interface
androidx.test.services.shellexecutor.Command
|
abstract
void
|
execute(String command, List<String> parameters, Map shellEnv, boolean executeThroughShell, ParcelFileDescriptor pfd)
Parceling generic Lists requires an unchecked conversion from ArrayList
to List<T>.Parceling generic Lists requires using the raw type Map.
|
|
abstract
void
|
executeWithTimeout(String command, List<String> parameters, Map shellEnv, boolean executeThroughShell, ParcelFileDescriptor pfd, long timeoutMs)
Parceling generic Lists requires an unchecked conversion from ArrayList
to List<T>.Parceling generic Lists requires using the raw type Map.
|
|