HomeSort by relevance Sort by last modified time
    Searched refs:SUBSCRIBE (Results 1 - 25 of 32) sorted by null

1 2

  /external/nist-sip/java/javax/sip/message/
Request.java 20 String SUBSCRIBE = "SUBSCRIBE";
  /external/nist-sip/java/gov/nist/javax/sip/parser/
TokenNames.java 48 public static final String SUBSCRIBE = Request.SUBSCRIBE;
Parser.java 88 || token.getTokenType() == SUBSCRIBE
TokenTypes.java 90 public static final int SUBSCRIBE = START + 53;
Lexer.java 106 addKeyword(TokenNames.SUBSCRIBE, TokenTypes.SUBSCRIBE);
  /packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/imap/
ImapConstants.java 82 public static final String SUBSCRIBE = "SUBSCRIBE";
  /packages/apps/Email/provider_src/com/android/email/mail/store/imap/
ImapConstants.java 83 public static final String SUBSCRIBE = "SUBSCRIBE";
  /packages/services/Car/tests/carservice_test/src/com/android/car/
VmsPublisherPermissionsTest.java 74 .addIntValue(VmsMessageType.SUBSCRIBE)
90 // Inject a subscribe event which simulates the HAL is subscribed to the Sample Publisher.
VmsHalServiceSubscriptionEventTest.java 133 // Send subscribe request.
143 assertEquals(VmsMessageType.SUBSCRIBE, messsageType);
150 .addIntValue(VmsMessageType.SUBSCRIBE)
VmsPublisherClientServiceTest.java 82 .addIntValue(VmsMessageType.SUBSCRIBE)
98 // Inject a subscribe event which simulates the HAL is subscribed to the Mock Publisher.
  /hardware/interfaces/automotive/vehicle/2.0/default/common/src/
VmsUtils.cpp 37 // between SUBSCRIBE and DATA.
38 static constexpr int kFirstMessageType = toInt(VmsMessageType::SUBSCRIBE);
50 result->value.int32Values = hidl_vec<int32_t>{toInt(VmsMessageType::SUBSCRIBE), layer.type,
  /external/nist-sip/java/gov/nist/javax/sip/message/
SIPRequest.java 93 * Set of target refresh methods, currently: INVITE, UPDATE, SUBSCRIBE, NOTIFY, REFER
112 targetRefreshMethods.add(Request.SUBSCRIBE);
129 putName(Request.SUBSCRIBE);
277 || requestLine.getMethod().equals(Request.SUBSCRIBE)
304 Request.SUBSCRIBE))) {
    [all...]
  /hardware/interfaces/automotive/vehicle/2.0/default/tests/
VmsUtils_test.cpp 39 EXPECT_EQ(parseMessageType(*message), VmsMessageType::SUBSCRIBE);
  /packages/services/Car/service/src/com/android/car/hal/
VmsHalService.java 477 case VmsMessageType.SUBSCRIBE:
544 * Subscribe message format:
555 Log.d(TAG, "Handling a subscribe event for Layer: " + vmsLayer);
561 * Subscribe message format:
573 Log.d(TAG, "Handling a subscribe event for Layer: " + vmsLayer);
752 * @param hasSubscribers if it is a subscribe or unsubscribe message.
757 hasSubscribers ? VmsMessageType.SUBSCRIBE : VmsMessageType.UNSUBSCRIBE, layer);
  /external/nist-sip/java/gov/nist/javax/sip/stack/
SIPDialog.java 236 private EventHeader eventHeader; // for Subscribe notify
    [all...]
SIPClientTransaction.java     [all...]
SIPTransactionStack.java 416 dialogCreatingMethods.add(Request.SUBSCRIBE);
775 * Find a matching client SUBSCRIBE to the incoming notify. NOTIFY requests are matched to
776 * such SUBSCRIBE requests if they contain the same "Call-ID", a "To" header "tag" parameter
777 * which matches the "From" header "tag" parameter of the SUBSCRIBE, and the same "Event"
808 if (!ct.getMethod().equals(Request.SUBSCRIBE))
    [all...]
SIPServerTransaction.java     [all...]
  /external/nist-sip/java/gov/nist/javax/sip/
SipStackImpl.java 673 || em.equalsIgnoreCase(Request.SUBSCRIBE)
    [all...]
  /hardware/interfaces/automotive/vehicle/2.0/
types.hal     [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.osgi.services_3.3.100.v20130513-1956.jar 
  /prebuilts/devtools/tools/lib/
osgi-4.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/osgi/osgi/4.0.0/
osgi-4.0.0.jar 
  /prebuilts/tools/common/osgi/
osgi.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-6.0.1_r3-robolectric-0.jar 

Completed in 919 milliseconds

1 2