Home
last modified time | relevance | path

Searched refs:getUcePublishState (Results 1 – 8 of 8) sorted by relevance

/frameworks/opt/net/ims/tests/src/com/android/ims/rcs/uce/presence/publish/
DPublishControllerImplTest.java139 int initState = publishController.getUcePublishState(false); in testGetPublishStateWithNotSupportPublishingState()
147 int latestState = publishController.getUcePublishState(false); in testGetPublishStateWithNotSupportPublishingState()
156 int initState = publishController.getUcePublishState(true); in testGetPublishStateWithSupportPublishingState()
164 int latestState = publishController.getUcePublishState(true); in testGetPublishStateWithSupportPublishingState()
199 int publishState = publishController.getUcePublishState(false); in testUnpublish()
218 int publishState = publishController.getUcePublishState(false); in testImsUnregistered()
316 int publishStateFromGetUcePublishState = publishController.getUcePublishState(true); in testPublishingStateTargetingEnable()
323 publishStateFromGetUcePublishState = publishController.getUcePublishState(true); in testPublishingStateTargetingEnable()
331 publishStateFromGetUcePublishState = publishController.getUcePublishState(true); in testPublishingStateTargetingEnable()
357 int publishStateFromGetUcePublishState = publishController.getUcePublishState(false); in testPublishingStateTargetingDisable()
[all …]
/frameworks/opt/net/ims/src/java/com/android/ims/rcs/uce/presence/publish/
DPublishController.java199 @PublishState int getUcePublishState(boolean isSupportPublishingState); in getUcePublishState() method
DPublishControllerImpl.java249 public int getUcePublishState(boolean isSupportPublishingState) { in getUcePublishState() method in PublishControllerImpl
1092 int publishState = getUcePublishState(supportPublishingState); in handleNotifyCurrentPublishStateMessage()
/frameworks/base/telephony/java/android/telephony/ims/aidl/
DIImsRcsController.aidl59 int getUcePublishState(int subId); in getUcePublishState() method
/frameworks/opt/net/ims/tests/src/com/android/ims/rcs/uce/
DUceControllerTest.java278 uceController.getUcePublishState(anyBoolean()); in testGetUcePublishState()
280 verify(mPublishController).getUcePublishState(anyBoolean()); in testGetUcePublishState()
/frameworks/base/telephony/java/android/telephony/ims/
DRcsUceAdapter.java775 public @PublishState int getUcePublishState() throws ImsException { in getUcePublishState() method in RcsUceAdapter
784 return imsRcsController.getUcePublishState(mSubId); in getUcePublishState()
/frameworks/opt/net/ims/src/java/com/android/ims/rcs/uce/
DUceController.java770 public @PublishState int getUcePublishState(boolean isSupportPublishingState) { in getUcePublishState() method in UceController
771 return mPublishController.getUcePublishState(isSupportPublishingState); in getUcePublishState()
/frameworks/base/core/api/
Dsystem-current.txt17044 …ndroid.Manifest.permission.READ_PRIVILEGED_PHONE_STATE) public int getUcePublishState() throws and…