/external/nist-sip/java/gov/nist/javax/sip/ |
D | EventScanner.java | 128 EventObject sipEvent = eventWrapper.sipEvent; in deliverEvent() local 131 "sipEvent = " + sipEvent + "source = " in deliverEvent() 132 + sipEvent.getSource()); in deliverEvent() 135 if (!(sipEvent instanceof IOExceptionEvent)) { in deliverEvent() 136 sipListener = ((SipProviderImpl) sipEvent.getSource()).getSipListener(); in deliverEvent() 141 if (sipEvent instanceof RequestEvent) { in deliverEvent() 145 SIPRequest sipRequest = (SIPRequest) ((RequestEvent) sipEvent) in deliverEvent() 155 + ((RequestEvent) sipEvent) in deliverEvent() 224 sipListener.processRequest((RequestEvent) sipEvent); in deliverEvent() 249 + ((SIPRequest) (((RequestEvent) sipEvent) in deliverEvent() [all …]
|
D | EventWrapper.java | 36 protected EventObject sipEvent; field in EventWrapper 39 EventWrapper(EventObject sipEvent, SIPTransaction transaction) { in EventWrapper() argument 40 this.sipEvent = sipEvent; in EventWrapper()
|
D | SipProviderImpl.java | 168 public void handleEvent(EventObject sipEvent, SIPTransaction transaction) { in handleEvent() argument 171 "handleEvent " + sipEvent + "currentTransaction = " in handleEvent() 174 + sipEvent.getSource()); in handleEvent() 175 if (sipEvent instanceof RequestEvent) { in handleEvent() 176 Dialog dialog = ((RequestEvent) sipEvent).getDialog(); in handleEvent() 178 } else if (sipEvent instanceof ResponseEvent) { in handleEvent() 179 Dialog dialog = ((ResponseEvent) sipEvent).getDialog(); in handleEvent() 185 EventWrapper eventWrapper = new EventWrapper(sipEvent, transaction); in handleEvent()
|
D | DialogFilter.java | 914 RequestEvent sipEvent; in processRequest() local 1073 sipEvent = new RequestEvent((SipProvider) sipProvider, in processRequest() 1081 sipEvent = new RequestEvent((SipProvider) sipProvider, null, in processRequest() 1092 sipEvent = new RequestEvent(sipProvider, null, null, (Request) sipRequest); in processRequest() 1101 sipEvent = new RequestEvent(sipProvider, (ServerTransaction) transaction, dialog, in processRequest() 1104 sipEvent = new RequestEvent(sipProvider, null, dialog, (Request) sipRequest); in processRequest() 1107 sipProvider.handleEvent(sipEvent, transaction); in processRequest() 1217 ResponseEventExt sipEvent = new ResponseEventExt(sipProvider, transaction, dialog, in processResponse() local 1223 sipEvent.setOriginalTransaction(forked); in processResponse() 1226 sipProvider.handleEvent(sipEvent, transaction); in processResponse()
|
/external/robolectric/v3/runtime/ |
D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.3_r2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-4.4_r1-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |