Searched defs:crossProfileTypeIdentifier (Results  1 – 5 of 5) sorted by relevance
| /external/connectedappssdk/tests/robotests/src/test/java/com/google/android/enterprise/connectedapps/ | 
| D | CrossProfileSenderTest.java | 330     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
  | 
| D | TestService.java | 40         long crossProfileTypeIdentifier,  in create() 71       long crossProfileTypeIdentifier,  in call()
  | 
| /external/connectedappssdk/sdk/src/main/java/com/google/android/enterprise/connectedapps/internal/ | 
| D | CrossProfileBundleCallSender.java | 31   private final long crossProfileTypeIdentifier;  field in CrossProfileBundleCallSender 37       long crossProfileTypeIdentifier,  in CrossProfileBundleCallSender()
  | 
| /external/connectedappssdk/sdk/src/main/java/com/google/android/enterprise/connectedapps/ | 
| D | CrossProfileSender.java | 75     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/ | 
| D | ICrossProfileService.aidl | 41 …byte[] call(long callId, int blockId, long crossProfileTypeIdentifier, int methodIdentifier, in by…  in call()
  |