Home
last modified time | relevance | path

Searched defs:paramsBytes (Results 1 – 3 of 3) sorted by relevance

/external/connectedappssdk/tests/robotests/src/test/java/com/google/android/enterprise/connectedapps/
DTestStringCrossProfileCallback.java33 public void onResult(long callId, int blockId, int methodIdentifier, byte[] paramsBytes) in onResult()
44 public void onException(long callId, int blockId, byte[] paramsBytes) throws RemoteException { in onException()
DTestService.java65 public void prepareCall(long callId, int blockId, int numBytes, byte[] paramsBytes) {} in prepareCall()
73 byte[] paramsBytes, in call()
/external/connectedappssdk/sdk/src/main/java/com/google/android/enterprise/connectedapps/
DCrossProfileSender.java157 public void onResult(long callId, int blockId, int methodIdentifier, byte[] paramsBytes) { in onResult()
175 public void onException(long callId, int blockId, byte[] paramsBytes) { in onException()