Searched defs:paramsBytes (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/connectedappssdk/tests/robotests/src/test/java/com/google/android/enterprise/connectedapps/ |
H A D | TestStringCrossProfileCallback.java | 38 public void onResult(long callId, int blockId, int methodIdentifier, byte[] paramsBytes) in onResult() 51 public void onException(long callId, int blockId, byte[] paramsBytes) throws RemoteException { in onException()
|
H A D | TestService.java | 62 public void prepareCall(long callId, int blockId, int numBytes, byte[] paramsBytes) {} in prepareCall() 73 byte[] paramsBytes, in call()
|
/aosp_15_r20/external/connectedappssdk/sdk/src/main/java/com/google/android/enterprise/connectedapps/ |
H A D | CrossProfileSender.java | 143 public void onResult(long callId, int blockId, int methodIdentifier, byte[] paramsBytes) { in onResult() 152 public void onException(long callId, int blockId, byte[] paramsBytes) { in onException()
|