Home
last modified time | relevance | path

Searched refs:PUBLISH_STATE_OK (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/net/ims/tests/src/com/android/ims/rcs/uce/presence/publish/
DPublishControllerImplTest.java143 RcsUceAdapter.PUBLISH_STATE_OK, Instant.now(), null, null); in testGetPublishStateWithNotSupportPublishingState()
148 assertEquals(RcsUceAdapter.PUBLISH_STATE_OK, latestState); in testGetPublishStateWithNotSupportPublishingState()
307 publishController.mCurrentPublishState = RcsUceAdapter.PUBLISH_STATE_OK; in testPublishingStateTargetingEnable()
321 publishController.mCurrentPublishState = RcsUceAdapter.PUBLISH_STATE_OK; in testPublishingStateTargetingEnable()
324 assertEquals(RcsUceAdapter.PUBLISH_STATE_OK, publishStateFromGetUcePublishState); in testPublishingStateTargetingEnable()
346 publishController.mCurrentPublishState = RcsUceAdapter.PUBLISH_STATE_OK; in testPublishingStateTargetingDisable()
347 publishController.mLastPublishState = RcsUceAdapter.PUBLISH_STATE_OK; in testPublishingStateTargetingDisable()
358 assertEquals(RcsUceAdapter.PUBLISH_STATE_OK, publishState); in testPublishingStateTargetingDisable()
359 assertEquals(RcsUceAdapter.PUBLISH_STATE_OK, publishStateFromGetUcePublishState); in testPublishingStateTargetingDisable()
375 publishController.mLastPublishState = RcsUceAdapter.PUBLISH_STATE_OK; in testPublishingStateTargetingDisable()
[all …]
/frameworks/base/telephony/java/android/telephony/ims/
DRcsUceAdapter.java315 public static final int PUBLISH_STATE_OK = 1; field in RcsUceAdapter
368 PUBLISH_STATE_OK,
/frameworks/opt/net/ims/src/java/com/android/ims/rcs/uce/presence/publish/
DPublishControllerImpl.java19 import static android.telephony.ims.RcsUceAdapter.PUBLISH_STATE_OK;
208 return PUBLISH_STATE_OK; in getInitialPublishState()
1078 if (mCurrentPublishState == PUBLISH_STATE_OK) { in getPublishAttributes()
1193 if (tempPublishState != PUBLISH_STATE_OK in handlePublishSentMessage()
DPublishRequestResponse.java338 return RcsUceAdapter.PUBLISH_STATE_OK; in getPublishStateByNetworkResponse()
/frameworks/base/core/api/
Dsystem-current.txt17076 field public static final int PUBLISH_STATE_OK = 1; // 0x1