Searched refs:alertInfo (Results 1 - 10 of 10) sorted by relevance

/external/nist-sip/java/javax/sip/header/
H A DAlertInfoHeader.java9 void setAlertInfo(URI alertInfo); argument
10 void setAlertInfo(String alertInfo); argument
H A DHeaderFactory.java22 AlertInfoHeader createAlertInfoHeader(URI alertInfo); argument
/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DAlertInfoParser.java49 * @param alertInfo the header to parse
51 public AlertInfoParser(String alertInfo) { argument
52 super(alertInfo);
78 AlertInfo alertInfo = new AlertInfo();
79 alertInfo.setHeaderName(SIPHeaderNames.ALERT_INFO);
89 alertInfo.setAlertInfo(uri);
96 alertInfo.setAlertInfo(alertInfoStr);
101 super.parse(alertInfo);
102 list.add(alertInfo);
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DHeaderFactoryImpl.java136 * Creates a new AlertInfoHeader based on the newly supplied alertInfo value.
138 * @param alertInfo - the new URI value of the alertInfo
142 public AlertInfoHeader createAlertInfoHeader(URI alertInfo) { argument
143 if (alertInfo == null)
144 throw new NullPointerException("null arg alertInfo");
146 a.setAlertInfo(alertInfo);
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 117 milliseconds