Searched refs:LTE_STATUS_NOT_AVAILABLE (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/telephony/java/android/telephony/ |
D | LteVopsSupportInfo.java | 40 value = {LTE_STATUS_NOT_AVAILABLE, LTE_STATUS_SUPPORTED, 49 public static final int LTE_STATUS_NOT_AVAILABLE = 1; field in LteVopsSupportInfo
|
D | DataSpecificRegistrationInfo.java | 280 : new LteVopsSupportInfo(LteVopsSupportInfo.LTE_STATUS_NOT_AVAILABLE, in getLteVopsSupportInfo() 281 LteVopsSupportInfo.LTE_STATUS_NOT_AVAILABLE); in getLteVopsSupportInfo()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | CellularNetworkServiceTest.java | 174 new LteVopsSupportInfo(LteVopsSupportInfo.LTE_STATUS_NOT_AVAILABLE, in testGetNetworkRegistrationInfo() 175 LteVopsSupportInfo.LTE_STATUS_NOT_AVAILABLE); in testGetNetworkRegistrationInfo() 525 new LteVopsSupportInfo(LteVopsSupportInfo.LTE_STATUS_NOT_AVAILABLE, in testGetAvailableServices_withMmsEnabled() 526 LteVopsSupportInfo.LTE_STATUS_NOT_AVAILABLE); in testGetAvailableServices_withMmsEnabled()
|
D | ServiceStateTrackerTest.java | 2054 new LteVopsSupportInfo(LteVopsSupportInfo.LTE_STATUS_NOT_AVAILABLE, in changeRegState() 2055 LteVopsSupportInfo.LTE_STATUS_NOT_AVAILABLE); in changeRegState() 2079 new LteVopsSupportInfo(LteVopsSupportInfo.LTE_STATUS_NOT_AVAILABLE, in changeRegStateWithIwlan() 2080 LteVopsSupportInfo.LTE_STATUS_NOT_AVAILABLE); in changeRegStateWithIwlan() 2331 new LteVopsSupportInfo(LteVopsSupportInfo.LTE_STATUS_NOT_AVAILABLE, in sendRegStateUpdateForLteCellId() 2332 LteVopsSupportInfo.LTE_STATUS_NOT_AVAILABLE); in sendRegStateUpdateForLteCellId() 2356 new LteVopsSupportInfo(LteVopsSupportInfo.LTE_STATUS_NOT_AVAILABLE, in sendRegStateUpdateForNrCellId() 2357 LteVopsSupportInfo.LTE_STATUS_NOT_AVAILABLE); in sendRegStateUpdateForNrCellId() 2381 new LteVopsSupportInfo(LteVopsSupportInfo.LTE_STATUS_NOT_AVAILABLE, in sendRegStateUpdateForLteOnOos() 2382 LteVopsSupportInfo.LTE_STATUS_NOT_AVAILABLE); in sendRegStateUpdateForLteOnOos() [all …]
|
D | ServiceStateTest.java | 317 new LteVopsSupportInfo(LteVopsSupportInfo.LTE_STATUS_NOT_AVAILABLE, in testNetworkRegistrationInfo() 318 LteVopsSupportInfo.LTE_STATUS_NOT_AVAILABLE); in testNetworkRegistrationInfo()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | CellularNetworkService.java | 342 LteVopsSupportInfo.LTE_STATUS_NOT_AVAILABLE, in createRegistrationStateFromDataRegState() 343 LteVopsSupportInfo.LTE_STATUS_NOT_AVAILABLE); in createRegistrationStateFromDataRegState() 397 LteVopsSupportInfo.LTE_STATUS_NOT_AVAILABLE, in getNetworkRegistrationInfo() 398 LteVopsSupportInfo.LTE_STATUS_NOT_AVAILABLE); in getNetworkRegistrationInfo()
|
/frameworks/base/core/api/ |
D | system-current.txt | 14672 field @Deprecated public static final int LTE_STATUS_NOT_AVAILABLE = 1; // 0x1
|