| /external/connectedappssdk/sdk/src/main/java/com/google/android/enterprise/connectedapps/internal/ |
| D | CrossProfileCallbackParcelCallSender.java | 25 private final int methodIdentifier; field in CrossProfileCallbackParcelCallSender 28 ICrossProfileCallback callback, int methodIdentifier) { in CrossProfileCallbackParcelCallSender()
|
| D | CrossProfileParcelCallSender.java | 31 private final int methodIdentifier; field in CrossProfileParcelCallSender 37 int methodIdentifier, in CrossProfileParcelCallSender()
|
| /external/connectedappssdk/tests/robotests/src/test/java/com/google/android/enterprise/connectedapps/ |
| D | CrossProfileSenderTest.java | 344 int methodIdentifier = 0; in call_isNotBound_throwsUnavailableProfileException() local 356 int methodIdentifier = 0; in call_isBound_callsMethod() local 372 int methodIdentifier = 0; in call_isBound_returnsResponse() local
|
| D | TestService.java | 39 long methodIdentifier, in create() 72 int methodIdentifier, in call()
|
| D | TestICrossProfileCallback.java | 41 public void onResult(long callId, int blockId, int methodIdentifier, byte[] params) in onResult()
|
| D | TestStringCrossProfileCallback.java | 33 public void onResult(long callId, int blockId, int methodIdentifier, byte[] paramsBytes) in onResult()
|
| /external/connectedappssdk/sdk/src/main/java/com/google/android/enterprise/connectedapps/ |
| D | CrossProfileSender.java | 60 private final int methodIdentifier; field in CrossProfileSender.CrossProfileCall 67 int methodIdentifier, in CrossProfileCall() 157 public void onResult(long callId, int blockId, int methodIdentifier, byte[] paramsBytes) { in onResult() 595 public Parcel call(long crossProfileTypeIdentifier, int methodIdentifier, Parcel params) in call() 616 long crossProfileTypeIdentifier, int methodIdentifier, Parcel params) throws Throwable { in callWithExceptions() 654 int methodIdentifier, in callAsync()
|
| D | LocalCallback.java | 32 void onResult(int methodIdentifier, Parcel params); in onResult()
|
| D | FutureWrapper.java | 37 public void onResult(int methodIdentifier, Parcel params) { in onResult()
|
| /external/connectedappssdk/sdk/src/main/aidl/com/google/android/enterprise/connectedapps/ |
| D | ICrossProfileCallback.aidl | 20 void onResult(long callId, int blockId, int methodIdentifier, in byte[] params); in onResult()
|
| D | ICrossProfileService.aidl | 37 …byte[] call(long callId, int blockId, long crossProfileTypeIdentifier, int methodIdentifier, in by… in call()
|