Searched refs:getDataOperatorNumeric (Results 1 – 5 of 5) sorted by relevance
215 assertEquals("numeric", ss.getDataOperatorNumeric()); in testOperatorName()
116 doReturn("123456").when(mServiceState).getDataOperatorNumeric(); in setUp()
820 public String getDataOperatorNumeric() { in getDataOperatorNumeric() method in ServiceState
907 if (serviceState.getDataOperatorNumeric() != null) { in toServiceStateProto()908 ssProto.dataOperator.numeric = serviceState.getDataOperatorNumeric(); in toServiceStateProto()
5151 if (inSameCountry(currentServiceState.getDataOperatorNumeric())) { in setRoamingType()