/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/ |
D | InCallServiceImpl.java | 62 public static void onCallAdded(String callId, Call call) { in onCallAdded() 71 public static void onCallRemoved(String callId, Call call) { in onCallRemoved() 116 CallEvent(String callId, EventType event) { in CallEvent() 132 VideoCallEvent(String callId, EventType event) { in VideoCallEvent() 168 public CallCallback(String callId, int events) { in CallCallback() 268 String callId = getCallId(call); in onVideoCallChanged() local 376 public VideoCallCallback(String callId, int listeners) { in VideoCallCallback() 649 public static Call getCallById(String callId) { in getCallById() 660 private static CallCallback getCallCallbackById(String callId) { in getCallCallbackById() 671 private static InCallService.VideoCall getVideoCallById(String callId) { in getVideoCallById() [all …]
|
/external/connectedappssdk/sdk/src/main/java/com/google/android/enterprise/connectedapps/internal/ |
D | ParcelCallSender.java | 44 abstract void prepareCall(long callId, int blockId, int totalBytes, byte[] bytes) in prepareCall() 48 long callId, int blockId, int totalBytes, byte[] bytes, int retries) throws RemoteException { in prepareCallAndRetry() 72 abstract byte[] call(long callId, int blockId, byte[] bytes) throws RemoteException; in call() 74 private byte[] callAndRetry(long callId, int blockId, byte[] bytes, int retries) in callAndRetry() 98 abstract byte[] fetchResponse(long callId, int blockId) throws RemoteException; in fetchResponse() 100 private byte[] fetchResponseAndRetry(long callId, int blockId, int retries) in fetchResponseAndRetry() 199 private byte[] fetchReturnBytes(int totalBytes, long callId, byte[] initialBytes) in fetchReturnBytes()
|
D | ParcelCallReceiver.java | 46 public byte[] prepareResponse(long callId, Parcel responseParcel) { in prepareResponse() 73 public void prepareCall(long callId, int blockId, int numBytes, byte[] paramBytes) { in prepareCall() 103 public Parcel getPreparedCall(long callId, int blockId, byte[] paramBytes) { in getPreparedCall() 137 public byte[] getPreparedResponse(long callId, int blockId) { in getPreparedResponse()
|
D | CrossProfileCallbackExceptionParcelCallSender.java | 35 void prepareCall(long callId, int blockId, int totalBytes, byte[] bytes) throws RemoteException { in prepareCall() 45 byte[] call(long callId, int blockId, byte[] bytes) throws RemoteException { in call() 55 byte[] fetchResponse(long callId, int blockId) throws RemoteException { in fetchResponse()
|
D | CrossProfileCallbackParcelCallSender.java | 38 void prepareCall(long callId, int blockId, int totalBytes, byte[] bytes) throws RemoteException { in prepareCall() 48 byte[] call(long callId, int blockId, byte[] bytes) throws RemoteException { in call() 58 byte[] fetchResponse(long callId, int blockId) throws RemoteException { in fetchResponse()
|
D | CrossProfileParcelCallSender.java | 50 void prepareCall(long callId, int blockId, int numBytes, byte[] params) throws RemoteException { in prepareCall() 55 byte[] call(long callId, int blockId, byte[] params) throws RemoteException { in call() 61 byte[] fetchResponse(long callId, int blockId) throws RemoteException { in fetchResponse()
|
/external/grpc-grpc-java/services/src/main/java/io/grpc/services/ |
D | BinlogHelper.java | 135 long callId, in logClientHeader() 178 long callId, in logServerHeader() 208 long callId, in logTrailer() 250 long callId) { in logRpcMessage() 270 void logHalfClose(long seq, GrpcLogEntry.Logger logger, long callId) { in logHalfClose() 281 void logCancel(long seq, GrpcLogEntry.Logger logger, long callId) { in logCancel() 315 long callId, in logClientHeader() 327 long callId, in logServerHeader() 340 long callId, in logTrailer() 354 long callId); in logRpcMessage() [all …]
|
/external/connectedappssdk/sdk/src/main/aidl/com/google/android/enterprise/connectedapps/ |
D | ICrossProfileCallback.aidl | 19 void prepareResult(long callId, int blockId, int numBytes, in byte[] params); in prepareResult() 20 void onResult(long callId, int blockId, int methodIdentifier, in byte[] params); in onResult() 21 void onException(long callId, int blockId, in byte[] params); in onException()
|
D | ICrossProfileService.aidl | 30 void prepareCall(long callId, int blockId, int numBytes, in byte[] params); in prepareCall() 37 …byte[] call(long callId, int blockId, long crossProfileTypeIdentifier, int methodIdentifier, in by… in call() 40 byte[] fetchResponse(long callId, int blockId); in fetchResponse()
|
/external/connectedappssdk/tests/robotests/src/test/java/com/google/android/enterprise/connectedapps/ |
D | TestICrossProfileCallback.java | 37 public void prepareResult(long callId, int blockId, int numBytes, byte[] params) in prepareResult() 41 public void onResult(long callId, int blockId, int methodIdentifier, byte[] params) in onResult() 51 public void onException(long callId, int blockId, byte[] params) throws RemoteException { in onException()
|
D | TestStringCrossProfileCallback.java | 30 public void prepareResult(long callId, int blockId, int numBytes, byte[] params) {} in prepareResult() 33 public void onResult(long callId, int blockId, int methodIdentifier, byte[] paramsBytes) in onResult() 44 public void onException(long callId, int blockId, byte[] paramsBytes) throws RemoteException { in onException()
|
D | TestService.java | 65 public void prepareCall(long callId, int blockId, int numBytes, byte[] paramsBytes) {} in prepareCall() 69 long callId, in call() 99 public byte[] fetchResponse(long callId, int blockId) { in fetchResponse()
|
/external/nist-sip/java/gov/nist/javax/sip/clientauthutils/ |
D | CredentialsCache.java | 30 String callId; field in CredentialsCache.TimeoutTask 61 void cacheAuthorizationHeader(String callId, in cacheAuthorizationHeader() 114 public void removeAuthenticationHeader(String callId) { in removeAuthenticationHeader()
|
/external/nist-sip/java/javax/sip/message/ |
D | MessageFactory.java | 16 Request createRequest(URI requestURI, String method, CallIdHeader callId, in createRequest() 21 Request createRequest(URI requestURI, String method, CallIdHeader callId, in createRequest() 26 Request createRequest(URI requestURI, String method, CallIdHeader callId, in createRequest() 32 Response createResponse(int statusCode, CallIdHeader callId, in createResponse() 37 Response createResponse(int statusCode, CallIdHeader callId, in createResponse() 42 Response createResponse(int statusCode, CallIdHeader callId, in createResponse()
|
/external/connectedappssdk/tests/robotests/src/test/java/com/google/android/enterprise/connectedapps/internal/ |
D | ParcelCallSenderTest.java | 42 void prepareCall(long callId, int blockId, int totalBytes, byte[] bytes) in prepareCall() 52 byte[] call(long callId, int blockId, byte[] bytes) throws RemoteException { in call() 62 byte[] fetchResponse(long callId, int blockId) throws RemoteException { in fetchResponse()
|
/external/nist-sip/java/gov/nist/javax/sip/message/ |
D | MessageFactoryImpl.java | 122 String method, CallIdHeader callId, CSeqHeader cSeq, in createRequest() 179 CallIdHeader callId, CSeqHeader cSeq, FromHeader from, ToHeader to, in createRequest() 232 CallIdHeader callId, CSeqHeader cSeq, FromHeader from, ToHeader to, in createRequest() 286 public Response createResponse(int statusCode, CallIdHeader callId, in createResponse() 343 public Response createResponse(int statusCode, CallIdHeader callId, in createResponse() 390 public Response createResponse(int statusCode, CallIdHeader callId, in createResponse() 545 String method, CallIdHeader callId, CSeqHeader cSeq, in createRequest() 598 public Response createResponse(int statusCode, CallIdHeader callId, in createResponse() 654 public Response createResponse(int statusCode, CallIdHeader callId, in createResponse()
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
D | InReplyTo.java | 51 protected CallIdentifier callId; field in InReplyTo 75 public void setCallId(String callId) throws ParseException { in setCallId()
|
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
D | MessageLog.java | 61 private String callId; field in MessageLog 90 String callId, in MessageLog() 123 String callId, in MessageLog()
|
D | DefaultMessageLogFactory.java | 17 String firstLine, String tid, String callId, long tsHeaderValue) { in createLogRecord() 24 String firstLine, String tid, String callId, long timestampVal) { in createLogRecord()
|
D | ServerLog.java | 323 String callId, String firstLine, String status, String tid, long time, in logMessage() 346 String callId = null; in logMessage() local 371 String callId = null; in logMessage() local
|
/external/nist-sip/java/gov/nist/javax/sip/header/extensions/ |
D | References.java | 15 private String callId; field in References 37 public void setCallId(String callId) { in setCallId()
|
D | Replaces.java | 37 public String callId; field in Replaces 50 public Replaces(String callId) throws IllegalArgumentException { in Replaces()
|
D | Join.java | 37 public String callId; field in Join 50 public Join(String callId) throws IllegalArgumentException { in Join()
|
/external/nist-sip/java/javax/sip/header/ |
D | CallIdHeader.java | 9 void setCallId(String callId) throws ParseException; in setCallId()
|
/external/nist-sip/java/gov/nist/javax/sip/parser/extensions/ |
D | ReferencesParser.java | 46 String callId = lexer.byteStringNoSemicolon(); in parse() local
|