Searched defs:headerFactory (Results 1 - 9 of 9) sorted by relevance

/external/nist-sip/java/gov/nist/javax/sip/
H A DSipStackExt.java59 * @param headerFactory -- header factory.
67 HeaderFactory headerFactory);
74 * @param headerFactory -- header factory.
82 HeaderFactory headerFactory);
66 getAuthenticationHelper(AccountManager accountManager, HeaderFactory headerFactory) argument
81 getSecureAuthenticationHelper(SecureAccountManager accountManager, HeaderFactory headerFactory) argument
H A DSipStackImpl.java1374 AccountManager accountManager, HeaderFactory headerFactory) {
1375 return new AuthenticationHelperImpl(this, accountManager, headerFactory);
1386 SecureAccountManager accountManager, HeaderFactory headerFactory) {
1387 return new AuthenticationHelperImpl(this, accountManager, headerFactory);
1373 getAuthenticationHelper( AccountManager accountManager, HeaderFactory headerFactory) argument
1385 getSecureAuthenticationHelper( SecureAccountManager accountManager, HeaderFactory headerFactory) argument
/external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
H A DAuthenticationHelperImpl.java78 private HeaderFactory headerFactory; field in class:AuthenticationHelperImpl
90 * @param headerFactory -- header factory.
93 HeaderFactory headerFactory) {
95 this.headerFactory = headerFactory;
107 * @param headerFactory -- header factory.
110 HeaderFactory headerFactory) {
112 this.headerFactory = headerFactory;
315 authorization = headerFactory
92 AuthenticationHelperImpl(SipStackImpl sipStack, AccountManager accountManager, HeaderFactory headerFactory) argument
109 AuthenticationHelperImpl(SipStackImpl sipStack, SecureAccountManager accountManager, HeaderFactory headerFactory) argument
[all...]
/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 88 milliseconds