Home
last modified time | relevance | path

Searched defs:methodIdentifier (Results 1 – 14 of 14) 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/sdk-platform-java/gapic-generator-java/src/main/java/com/google/api/generator/engine/ast/
DMethodInvocationExpr.java26 public abstract IdentifierNode methodIdentifier(); in methodIdentifier() method in MethodInvocationExpr
93 abstract Builder setMethodIdentifier(IdentifierNode methodIdentifier); in setMethodIdentifier()
DMethodDefinition.java38 public abstract IdentifierNode methodIdentifier(); in methodIdentifier() method in MethodDefinition
168 abstract Builder setMethodIdentifier(IdentifierNode methodIdentifier); in setMethodIdentifier()
237 IdentifierNode methodIdentifier = IdentifierNode.builder().setName(name()).build(); in build() local
DClassDefinition.java139 abstract Builder setClassIdentifier(IdentifierNode methodIdentifier); in setClassIdentifier()
/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()