| /external/connectedappssdk/tests/robotests/src/test/java/com/google/android/enterprise/connectedapps/ |
| D | CrossProfileSenderTest.java | 331 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
|
| D | TestService.java | 41 long methodIdentifier, in create() 72 int methodIdentifier, in call()
|
| D | TestStringCrossProfileCallback.java | 38 public void onResult(long callId, int blockId, int methodIdentifier, byte[] paramsBytes) in onResult()
|
| D | TestICrossProfileCallback.java | 46 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/ |
| D | CrossProfileCallbackBundleCallSender.java | 26 private final int methodIdentifier; field in CrossProfileCallbackBundleCallSender 29 ICrossProfileCallback callback, int methodIdentifier) { in CrossProfileCallbackBundleCallSender()
|
| D | CrossProfileBundleCallSender.java | 32 private final int methodIdentifier; field in CrossProfileBundleCallSender 38 int methodIdentifier, in CrossProfileBundleCallSender()
|
| /external/connectedappssdk/sdk/src/main/java/com/google/android/enterprise/connectedapps/ |
| D | CrossProfileSender.java | 76 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()
|
| D | LocalCallback.java | 32 void onResult(int methodIdentifier, Bundle params); in onResult()
|
| D | FutureWrapper.java | 37 public void onResult(int methodIdentifier, Bundle params) { in onResult()
|
| /external/connectedappssdk/sdk/src/main/aidl/com/google/android/enterprise/connectedapps/ |
| D | ICrossProfileCallback.aidl | 23 void onResult(long callId, int blockId, int methodIdentifier, in byte[] params); in onResult()
|
| D | ICrossProfileService.aidl | 41 …byte[] call(long callId, int blockId, long crossProfileTypeIdentifier, int methodIdentifier, in by… in call()
|