Home
last modified time | relevance | path

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 DTestStringCrossProfileCallback.java38 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 DTestService.java62 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 DCrossProfileSender.java143 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()