Home
last modified time | relevance | path

Searched defs:crossProfileTypeIdentifier (Results 1 – 5 of 5) sorted by relevance

/external/connectedappssdk/tests/robotests/src/test/java/com/google/android/enterprise/connectedapps/
DCrossProfileSenderTest.java330 int crossProfileTypeIdentifier = 1; in call_isNotBound_throwsException() local
342 int crossProfileTypeIdentifier = 1; in call_isBound_callsMethod() local
359 int crossProfileTypeIdentifier = 1; in call_isBound_returnsResponse() local
486 int crossProfileTypeIdentifier = 1; in concurrentDisconnectionCall_doesntCrash() local
DTestService.java40 long crossProfileTypeIdentifier, in create()
71 long crossProfileTypeIdentifier, in call()
/external/connectedappssdk/sdk/src/main/java/com/google/android/enterprise/connectedapps/internal/
DCrossProfileBundleCallSender.java31 private final long crossProfileTypeIdentifier; field in CrossProfileBundleCallSender
37 long crossProfileTypeIdentifier, in CrossProfileBundleCallSender()
/external/connectedappssdk/sdk/src/main/java/com/google/android/enterprise/connectedapps/
DCrossProfileSender.java75 private final long crossProfileTypeIdentifier; field in CrossProfileSender.CrossProfileCall
81 long crossProfileTypeIdentifier, in CrossProfileCall()
610 public Bundle call(long crossProfileTypeIdentifier, int methodIdentifier, Bundle params) in call()
638 long crossProfileTypeIdentifier, int methodIdentifier, Bundle params) throws Throwable { in callWithExceptions()
662 long crossProfileTypeIdentifier, in callAsync()
/external/connectedappssdk/sdk/src/main/aidl/com/google/android/enterprise/connectedapps/
DICrossProfileService.aidl41 …byte[] call(long callId, int blockId, long crossProfileTypeIdentifier, int methodIdentifier, in by… in call()