Searched refs:PHYSICAL_LINK_NOT_ACTIVE (Results 1 – 4 of 4) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
D | DcController.java | 64 public static final int PHYSICAL_LINK_NOT_ACTIVE = 1; field in DcController 72 PHYSICAL_LINK_NOT_ACTIVE, 375 ? PHYSICAL_LINK_ACTIVE : PHYSICAL_LINK_NOT_ACTIVE; in onDataStateChanged()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | NetworkTypeControllerTest.java | 282 new AsyncResult(null, DcController.PHYSICAL_LINK_NOT_ACTIVE, null)); in testTransitionToCurrentStateIdle() 317 new AsyncResult(null, DcController.PHYSICAL_LINK_NOT_ACTIVE, null)); in testTransitionToCurrentStateIdle_usingUserDataForRrcDetection() 693 new AsyncResult(null, DcController.PHYSICAL_LINK_NOT_ACTIVE, null)); in testEventPhysicalChannelChangeFromLteToLteCaInIdleState() 715 new AsyncResult(null, DcController.PHYSICAL_LINK_NOT_ACTIVE, null)); in testEventPhysicalLinkStateChanged() 752 new AsyncResult(null, DcController.PHYSICAL_LINK_NOT_ACTIVE, null)); in testEventPhysicalLinkStateChanged_UsingUserDataForRrcDetection()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/ |
D | DcControllerTest.java | 196 assertEquals(DcController.PHYSICAL_LINK_NOT_ACTIVE, (int) ar.result); in testPhysicalLinkStateChanged_defaultApnTypeAndDormant_registrantNotifyResult()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | NetworkTypeController.java | 1181 ? DcController.PHYSICAL_LINK_NOT_ACTIVE : DcController.PHYSICAL_LINK_ACTIVE; in getPhysicalLinkStateFromPhysicalChannelConfig()
|