Home
last modified time | relevance | path

Searched defs:methodIdentifier (Results 1 – 11 of 11) sorted by relevance

/external/connectedappssdk/tests/robotests/src/test/java/com/google/android/enterprise/connectedapps/
DCrossProfileSenderTest.java331 int methodIdentifier = 0; in call_isNotBound_throwsException() local
343 int methodIdentifier = 0; in call_isBound_callsMethod() local
360 int methodIdentifier = 0; in call_isBound_returnsResponse() local
487 int methodIdentifier = 0; in concurrentDisconnectionCall_doesntCrash() local
DTestService.java41 long methodIdentifier, in create()
72 int methodIdentifier, in call()
DTestStringCrossProfileCallback.java38 public void onResult(long callId, int blockId, int methodIdentifier, byte[] paramsBytes) in onResult()
DTestICrossProfileCallback.java46 public void onResult(long callId, int blockId, int methodIdentifier, byte[] params) in onResult()
/external/connectedappssdk/sdk/src/main/java/com/google/android/enterprise/connectedapps/internal/
DCrossProfileCallbackBundleCallSender.java26 private final int methodIdentifier; field in CrossProfileCallbackBundleCallSender
29 ICrossProfileCallback callback, int methodIdentifier) { in CrossProfileCallbackBundleCallSender()
DCrossProfileBundleCallSender.java32 private final int methodIdentifier; field in CrossProfileBundleCallSender
38 int methodIdentifier, in CrossProfileBundleCallSender()
/external/connectedappssdk/sdk/src/main/java/com/google/android/enterprise/connectedapps/
DCrossProfileSender.java76 private final int methodIdentifier; field in CrossProfileSender.CrossProfileCall
82 int methodIdentifier, in CrossProfileCall()
145 public void onResult(long callId, int blockId, int methodIdentifier, byte[] paramsBytes) { in onResult()
610 public Bundle call(long crossProfileTypeIdentifier, int methodIdentifier, Bundle params) in call()
638 long crossProfileTypeIdentifier, int methodIdentifier, Bundle params) throws Throwable { in callWithExceptions()
663 int methodIdentifier, in callAsync()
DLocalCallback.java32 void onResult(int methodIdentifier, Bundle params); in onResult()
DFutureWrapper.java37 public void onResult(int methodIdentifier, Bundle params) { in onResult()
/external/connectedappssdk/sdk/src/main/aidl/com/google/android/enterprise/connectedapps/
DICrossProfileCallback.aidl23 void onResult(long callId, int blockId, int methodIdentifier, in byte[] params); in onResult()
DICrossProfileService.aidl41 …byte[] call(long callId, int blockId, long crossProfileTypeIdentifier, int methodIdentifier, in by… in call()