Home
last modified time | relevance | path

Searched refs:ServiceState (Results 1 – 25 of 208) sorted by relevance

123456789

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DServiceStateTest.java19 import static android.telephony.ServiceState.UNKNOWN_ID;
29 import android.telephony.ServiceState;
45 ServiceState ss = new ServiceState(); in testRoaming()
59 ss.setDataRoamingType(ServiceState.ROAMING_TYPE_DOMESTIC); in testRoaming()
61 assertEquals(ServiceState.ROAMING_TYPE_DOMESTIC, ss.getDataRoamingType()); in testRoaming()
66 ss.setVoiceRoamingType(ServiceState.ROAMING_TYPE_DOMESTIC); in testRoaming()
68 assertEquals(ServiceState.ROAMING_TYPE_DOMESTIC, ss.getVoiceRoamingType()); in testRoaming()
73 ServiceState ss = new ServiceState(); in testRegState()
75 ss.setDataRegState(ServiceState.STATE_IN_SERVICE); in testRegState()
76 assertEquals(ServiceState.STATE_IN_SERVICE, ss.getDataRegistrationState()); in testRegState()
[all …]
DRatRatcheterTest.java31 import android.telephony.ServiceState;
44 private ServiceState mServiceState;
51 mServiceState = new ServiceState(); in setUp()
119 private void setNetworkRegistrationInfo(ServiceState ss, int accessNetworkTechnology) { in setNetworkRegistrationInfo()
141 ServiceState oldSS = new ServiceState(); in testRatchetIsFamily()
142 ServiceState newSS = new ServiceState(); in testRatchetIsFamily()
160 ServiceState oldSS = new ServiceState(); in testRatchetIsNotFamily()
161 ServiceState newSS = new ServiceState(); in testRatchetIsNotFamily()
DPhoneStateListenerExecutorTest.java23 import android.telephony.ServiceState;
47 public void onServiceStateChanged(ServiceState serviceState) { in setUp()
73 ServiceState ss = new ServiceState(); in testTriggerServiceStateChanged()
74 ss.setDataRegState(ServiceState.STATE_IN_SERVICE); in testTriggerServiceStateChanged()
75 ss.setVoiceRegState(ServiceState.STATE_EMERGENCY_ONLY); in testTriggerServiceStateChanged()
79 verify(mServiceState).setDataRegState(ServiceState.STATE_IN_SERVICE); in testTriggerServiceStateChanged()
80 verify(mServiceState).setVoiceRegState(ServiceState.STATE_EMERGENCY_ONLY); in testTriggerServiceStateChanged()
DPhysicalChannelConfigTest.java26 import android.telephony.ServiceState;
75 CHANNEL_NUMBER, CHANNEL_NUMBER, ServiceState.FREQUENCY_RANGE_MID); in testDownlinkFrequencyForNrArfcn()
86 CHANNEL_NUMBER, 19500, ServiceState.FREQUENCY_RANGE_MID); in testDownlinkandUplinkFrequencyForEarfcn()
99 CHANNEL_NUMBER, 940, ServiceState.FREQUENCY_RANGE_MID); in testDownlinkandUplinkFrequencyForUarfcn()
113 270, 270, ServiceState.FREQUENCY_RANGE_LOW); in testDownlinkFrequencyForArfcn()
126 900, 900, ServiceState.FREQUENCY_RANGE_MID); in testDownlinkandUplinkFrequencyForEarfcnWithIncorrectRange()
142 4500, 4500, ServiceState.FREQUENCY_RANGE_HIGH); in testFrequencyRangeForNrArfcn()
145 ServiceState.FREQUENCY_RANGE_HIGH); in testFrequencyRangeForNrArfcn()
151 CHANNEL_NUMBER, CHANNEL_NUMBER_UNKNOWN, ServiceState.FREQUENCY_RANGE_MID); in testUplinkFrequencyForNrArfcnWithUnknownChannelNumber()
159 CHANNEL_NUMBER, CHANNEL_NUMBER, ServiceState.FREQUENCY_RANGE_MID); in testUplinkFrequencyForNrArfcn()
[all …]
DCallManagerTest.java37 import android.telephony.ServiceState;
67 doReturn(ServiceState.STATE_IN_SERVICE).when(mServiceState).getState(); in setUp()
224 ServiceState mSecondServiceState = mock(ServiceState.class); in testGetServiceState()
232 doReturn(ServiceState.STATE_OUT_OF_SERVICE).when(mSecondServiceState).getState(); in testGetServiceState()
233 assertEquals(ServiceState.STATE_IN_SERVICE, CallManager.getInstance().getServiceState()); in testGetServiceState()
236 doReturn(ServiceState.STATE_EMERGENCY_ONLY).when(mSecondServiceState).getState(); in testGetServiceState()
237 assertEquals(ServiceState.STATE_IN_SERVICE, CallManager.getInstance().getServiceState()); in testGetServiceState()
240 doReturn(ServiceState.STATE_POWER_OFF).when(mSecondServiceState).getState(); in testGetServiceState()
241 assertEquals(ServiceState.STATE_IN_SERVICE, CallManager.getInstance().getServiceState()); in testGetServiceState()
244 doReturn(ServiceState.STATE_OUT_OF_SERVICE).when(mSecondServiceState).getState(); in testGetServiceState()
[all …]
DLocaleTrackerTest.java37 import android.telephony.ServiceState;
113 ServiceState ss = new ServiceState(); in sendServiceState()
161 sendServiceState(ServiceState.STATE_OUT_OF_SERVICE); in testNoSim()
168 sendServiceState(ServiceState.STATE_EMERGENCY_ONLY); in testNoSim()
179 sendServiceState(ServiceState.STATE_POWER_OFF); in testBootupInAirplaneModeOn()
189 sendServiceState(ServiceState.STATE_IN_SERVICE); in testToggleAirplaneModeOn()
203 sendServiceState(ServiceState.STATE_POWER_OFF); in testToggleAirplaneModeOn()
219 sendServiceState(ServiceState.STATE_POWER_OFF); in testToggleAirplaneModeOff()
227 sendServiceState(ServiceState.STATE_OUT_OF_SERVICE); in testToggleAirplaneModeOff()
237 sendServiceState(ServiceState.STATE_POWER_OFF); in testToggleAirplaneModeOosPlmn()
[all …]
DPhoneStateListenerTest.java24 import android.telephony.ServiceState;
54 public void onServiceStateChanged(ServiceState serviceState) { in setUp()
93 ServiceState ss = new ServiceState(); in testTriggerServiceStateChanged()
94 ss.setDataRegState(ServiceState.STATE_IN_SERVICE); in testTriggerServiceStateChanged()
95 ss.setVoiceRegState(ServiceState.STATE_EMERGENCY_ONLY); in testTriggerServiceStateChanged()
100 verify(mServiceState).setDataRegState(ServiceState.STATE_IN_SERVICE); in testTriggerServiceStateChanged()
101 verify(mServiceState).setVoiceRegState(ServiceState.STATE_EMERGENCY_ONLY); in testTriggerServiceStateChanged()
DServiceStateTrackerTest.java84 import android.telephony.ServiceState;
281 doReturn(new ServiceState()).when(mPhone).getServiceState(); in setUp()
298 mSimulatedCommands.setVoiceRadioTech(ServiceState.RIL_RADIO_TECHNOLOGY_HSPA); in setUp()
300 mSimulatedCommands.setDataRadioTech(ServiceState.RIL_RADIO_TECHNOLOGY_HSPA); in setUp()
799 assertEquals(ServiceState.RIL_RADIO_TECHNOLOGY_HSPA, in testSpnUpdateShowPlmnOnly()
908 ServiceState ss = new ServiceState(); in testOnImsServiceStateChanged()
909 ss.setVoiceRegState(ServiceState.STATE_OUT_OF_SERVICE); in testOnImsServiceStateChanged()
916 verify(mPhone).notifyServiceStateChanged(any(ServiceState.class)); in testOnImsServiceStateChanged()
919 ss = new ServiceState(); in testOnImsServiceStateChanged()
920 ss.setVoiceRegState(ServiceState.STATE_IN_SERVICE); in testOnImsServiceStateChanged()
[all …]
DCellularNetworkServiceTest.java41 import android.telephony.ServiceState;
117 int voiceRadioTech = ServiceState.RIL_RADIO_TECHNOLOGY_HSPA; in testGetNetworkRegistrationInfo()
118 int dataRadioTech = ServiceState.RIL_RADIO_TECHNOLOGY_HSPA; in testGetNetworkRegistrationInfo()
154 ServiceState.rilRadioTechnologyToNetworkType(voiceRadioTech), reasonForDenial, in testGetNetworkRegistrationInfo()
179 ServiceState.rilRadioTechnologyToNetworkType(voiceRadioTech), reasonForDenial, in testGetNetworkRegistrationInfo()
196 final int radioTech = ServiceState.RIL_RADIO_TECHNOLOGY_LTE; in testGetNetworkRegistrationInfoV1_5()
256 regState, ServiceState.rilRadioTechnologyToNetworkType(radioTech), reasonForDenial, in testGetNetworkRegistrationInfoV1_5()
276 regState, ServiceState.rilRadioTechnologyToNetworkType(radioTech), reasonForDenial, in testGetNetworkRegistrationInfoV1_5()
294 final int radioTech = ServiceState.RIL_RADIO_TECHNOLOGY_LTE; in testGetNetworkRegistrationInfoV1_6WithLte()
354 regState, ServiceState.rilRadioTechnologyToNetworkType(radioTech), reasonForDenial, in testGetNetworkRegistrationInfoV1_6WithLte()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRatRatcheter.java24 import android.telephony.ServiceState;
58 public static boolean updateBandwidths(int[] bandwidths, ServiceState serviceState) { in updateBandwidths()
88 int oldRat = ServiceState.networkTypeToRilRadioTechnology(oldNetworkType); in ratchetRat()
89 int newRat = ServiceState.networkTypeToRilRadioTechnology(newNetworkType); in ratchetRat()
104 return ServiceState.rilRadioTechnologyToNetworkType( in ratchetRat()
114 public void ratchet(@NonNull ServiceState oldSS, @NonNull ServiceState newSS) { in ratchet()
140 private boolean isSameRatFamily(ServiceState ss1, ServiceState ss2) { in isSameRatFamily()
152 int dataRat1 = ServiceState.networkTypeToRilRadioTechnology( in isSameRatFamily()
156 int dataRat2 = ServiceState.networkTypeToRilRadioTechnology( in isSameRatFamily()
166 if (dataRat1 == ServiceState.RIL_RADIO_TECHNOLOGY_LTE in isSameRatFamily()
[all …]
DServiceStateTracker.java72 import android.telephony.ServiceState;
73 import android.telephony.ServiceState.RilRadioTechnology;
163 public ServiceState mSS;
165 private ServiceState mNewSS;
169 private final ServiceState mOutOfServiceSS;
672 mOutOfServiceSS = new ServiceState(); in ServiceStateTracker()
778 if (mSS != null && mSS.getState() == ServiceState.STATE_IN_SERVICE) { in updatePhoneType()
794 mSS = new ServiceState(); in updatePhoneType()
796 mNewSS = new ServiceState(); in updatePhoneType()
844 setDataNetworkTypeForPhone(ServiceState.RIL_RADIO_TECHNOLOGY_UNKNOWN); in updatePhoneType()
[all …]
DTelephonyTester.java33 import android.telephony.ServiceState;
418 public void updateLevel(PersistableBundle cc, ServiceState ss) { in updateLevel()
465 void overrideServiceState(ServiceState ss) { in overrideServiceState()
475 ServiceState.STATE_OUT_OF_SERVICE); in overrideServiceState()
477 ServiceState.STATE_OUT_OF_SERVICE)); in overrideServiceState()
481 if (state == ServiceState.STATE_IN_SERVICE) { in overrideServiceState()
492 ServiceState.STATE_OUT_OF_SERVICE); in overrideServiceState()
497 if (state == ServiceState.STATE_IN_SERVICE) { in overrideServiceState()
522 ServiceState.FREQUENCY_RANGE_UNKNOWN)); in overrideServiceState()
548 nri.setAccessNetworkTechnology(ServiceState.rilRadioTechnologyToNetworkType( in overrideServiceState()
[all …]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/emergency/
DRadioOnStateListenerTest.java32 import android.telephony.ServiceState;
125 ServiceState state = new ServiceState(); in testPhoneChangeState_OkToCallTrue()
126 state.setState(ServiceState.STATE_IN_SERVICE); in testPhoneChangeState_OkToCallTrue()
148 ServiceState state = new ServiceState(); in testSatelliteChangeState_OkToCallTrue()
149 state.setState(ServiceState.STATE_IN_SERVICE); in testSatelliteChangeState_OkToCallTrue()
170 ServiceState state = new ServiceState(); in testPhoneChangeState_NoOkToCall_Timeout()
171 state.setState(ServiceState.STATE_OUT_OF_SERVICE); in testPhoneChangeState_NoOkToCall_Timeout()
193 ServiceState state = new ServiceState(); in testTimeout_RetryFailure()
194 state.setState(ServiceState.STATE_POWER_OFF); in testTimeout_RetryFailure()
213 ServiceState state = new ServiceState(); in testTimeout_RetryFailure_ForEmergency()
[all …]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/
DServiceStateStatsTest.java50 import android.telephony.ServiceState;
163 assertEquals(ServiceState.ROAMING_TYPE_NOT_ROAMING, state.voiceRoamingType); in conclude_inService()
164 assertEquals(ServiceState.ROAMING_TYPE_NOT_ROAMING, state.dataRoamingType); in conclude_inService()
179 doReturn(ServiceState.STATE_OUT_OF_SERVICE).when(mServiceState).getVoiceRegState(); in conclude_outOfService()
180 doReturn(ServiceState.STATE_OUT_OF_SERVICE).when(mServiceState).getDataRegState(); in conclude_outOfService()
199 assertEquals(ServiceState.ROAMING_TYPE_NOT_ROAMING, state.voiceRoamingType); in conclude_outOfService()
200 assertEquals(ServiceState.ROAMING_TYPE_NOT_ROAMING, state.dataRoamingType); in conclude_outOfService()
214 doReturn(ServiceState.STATE_POWER_OFF).when(mServiceState).getVoiceRegState(); in conclude_airplaneMode()
215 doReturn(ServiceState.STATE_POWER_OFF).when(mServiceState).getDataRegState(); in conclude_airplaneMode()
232 doReturn(ServiceState.STATE_POWER_OFF).when(mServiceState).getVoiceRegState(); in conclude_airplaneModeWithWifiCalling()
[all …]
/frameworks/base/telephony/java/android/telephony/
DServiceState.java67 public class ServiceState implements Parcelable { class
241 ServiceState.RIL_RADIO_TECHNOLOGY_UNKNOWN,
242 ServiceState.RIL_RADIO_TECHNOLOGY_GPRS,
243 ServiceState.RIL_RADIO_TECHNOLOGY_EDGE,
244 ServiceState.RIL_RADIO_TECHNOLOGY_UMTS,
245 ServiceState.RIL_RADIO_TECHNOLOGY_IS95A,
246 ServiceState.RIL_RADIO_TECHNOLOGY_IS95B,
247 ServiceState.RIL_RADIO_TECHNOLOGY_1xRTT,
248 ServiceState.RIL_RADIO_TECHNOLOGY_EVDO_0,
249 ServiceState.RIL_RADIO_TECHNOLOGY_EVDO_A,
[all …]
DAccessNetworkUtils.java3 import static android.telephony.ServiceState.DUPLEX_MODE_FDD;
4 import static android.telephony.ServiceState.DUPLEX_MODE_TDD;
5 import static android.telephony.ServiceState.DUPLEX_MODE_UNKNOWN;
15 import android.telephony.ServiceState.DuplexMode;
473 return ServiceState.FREQUENCY_RANGE_LOW; in getFrequencyRangeGroupFromGeranBand()
476 return ServiceState.FREQUENCY_RANGE_MID; in getFrequencyRangeGroupFromGeranBand()
478 return ServiceState.FREQUENCY_RANGE_UNKNOWN; in getFrequencyRangeGroupFromGeranBand()
496 return ServiceState.FREQUENCY_RANGE_LOW; in getFrequencyRangeGroupFromUtranBand()
513 return ServiceState.FREQUENCY_RANGE_MID; in getFrequencyRangeGroupFromUtranBand()
515 return ServiceState.FREQUENCY_RANGE_HIGH; in getFrequencyRangeGroupFromUtranBand()
[all …]
DPhysicalChannelConfig.java107 @ServiceState.FrequencyRange
204 @ServiceState.FrequencyRange
382 if (mFrequencyRange != ServiceState.FREQUENCY_RANGE_UNKNOWN) { in setFrequencyRange()
407 mFrequencyRange = ServiceState.FREQUENCY_RANGE_UNKNOWN; in setFrequencyRange()
411 if (mFrequencyRange == ServiceState.FREQUENCY_RANGE_UNKNOWN) { in setFrequencyRange()
475 .append(ServiceState.frequencyRangeToString(mFrequencyRange)) in toString()
548 mFrequencyRange = ServiceState.FREQUENCY_RANGE_UNKNOWN; in Builder()
589 if (!ServiceState.isFrequencyRangeValid(frequencyRange) in setFrequencyRange()
590 && frequencyRange != ServiceState.FREQUENCY_RANGE_UNKNOWN) { in setFrequencyRange()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DServiceStateStats.java33 import android.telephony.ServiceState;
34 import android.telephony.ServiceState.RoamingType;
121 public void onServiceStateChanged(ServiceState serviceState) { in onServiceStateChanged()
242 private static ServiceState getServiceStateForPhone(Phone phone) { in getServiceStateForPhone()
252 ServiceState serviceState = getServiceStateForPhone(phone); in getBand()
260 static int getBand(@Nullable ServiceState serviceState) { in getBand()
331 private static boolean isModemOff(ServiceState state) { in isModemOff()
334 return state.getVoiceRegState() == ServiceState.STATE_POWER_OFF; in isModemOff()
344 static @NetworkType int getVoiceRat(Phone phone, @Nullable ServiceState state) { in getVoiceRat()
355 static @NetworkType int getVoiceRat(Phone phone, @Nullable ServiceState state, int bearer) { in getVoiceRat()
[all …]
/frameworks/opt/telephony/tests/telephonytests/src/android/telephony/ims/
DImsCallSessionListenerTests.java26 import android.telephony.ServiceState;
56 mTestListener.callSessionMayHandover(ServiceState.RIL_RADIO_TECHNOLOGY_LTE, in testListenerMayHandoverDeprecated()
57 ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN); in testListenerMayHandoverDeprecated()
67 mTestListener.callSessionHandover(ServiceState.RIL_RADIO_TECHNOLOGY_LTE, in testListenerHandoverDeprecated()
68 ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN, imsReasonInfo); in testListenerHandoverDeprecated()
79 mTestListener.callSessionHandoverFailed(ServiceState.RIL_RADIO_TECHNOLOGY_LTE, in testListenerHandoverFailedDeprecated()
80 ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN, imsReasonInfo); in testListenerHandoverFailedDeprecated()
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/
DUtilsTest.java44 import android.telephony.ServiceState;
79 @Mock private ServiceState mServiceState;
222 when(mServiceState.getVoiceRegState()).thenReturn(ServiceState.STATE_IN_SERVICE); in isInService_voiceInService_returnTrue()
229 when(mServiceState.getVoiceRegState()).thenReturn(ServiceState.STATE_OUT_OF_SERVICE); in isInService_voiceOutOfServiceDataInService_returnTrue()
230 when(mServiceState.getDataRegistrationState()).thenReturn(ServiceState.STATE_IN_SERVICE); in isInService_voiceOutOfServiceDataInService_returnTrue()
242 when(mServiceState.getVoiceRegState()).thenReturn(ServiceState.STATE_OUT_OF_SERVICE); in isInService_voiceOutOfServiceDataInServiceOnIwLan_returnFalse()
247 when(mServiceState.getDataRegistrationState()).thenReturn(ServiceState.STATE_IN_SERVICE); in isInService_voiceOutOfServiceDataInServiceOnIwLan_returnFalse()
255 when(mServiceState.getVoiceRegState()).thenReturn(ServiceState.STATE_OUT_OF_SERVICE); in isInService_voiceOutOfServiceDataNull_returnFalse()
266 when(mServiceState.getVoiceRegState()).thenReturn(ServiceState.STATE_OUT_OF_SERVICE); in isInService_voiceOutOfServiceDataOutOfService_returnFalse()
278 when(mServiceState.getVoiceRegState()).thenReturn(ServiceState.STATE_POWER_OFF); in isInService_ServiceStatePowerOff_returnFalse()
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DOperatorNameViewControllerTest.kt19 import android.telephony.ServiceState
113 .thenReturn(ServiceState().also { it.state = ServiceState.STATE_IN_SERVICE }) in updateFromSubInfo_showsCarrieName()
138 .thenReturn(ServiceState().also { it.state = ServiceState.STATE_IN_SERVICE }) in notDataCapable_doesNotShowOperatorName()
162 .thenReturn(ServiceState().also { it.state = ServiceState.STATE_IN_SERVICE }) in airplaneMode_doesNotShowOperatorName()
191 .thenReturn(ServiceState().also { it.state = ServiceState.STATE_OUT_OF_SERVICE }) in notInService_doesNotShowOperatorName()
/frameworks/base/core/java/com/android/internal/app/procstats/
DServiceState.java33 public final class ServiceState { class
74 public ServiceState(ProcessStats processStats, String pkg, String name, in ServiceState() method in ServiceState
214 public void add(ServiceState other) { in add()
404 mRunCount, ServiceState.SERVICE_RUN, mRunState, in dumpStats()
407 mStartedCount, ServiceState.SERVICE_STARTED, mStartedState, in dumpStats()
410 mForegroundCount, ServiceState.SERVICE_FOREGROUND, mForegroundState, in dumpStats()
413 mBoundCount, ServiceState.SERVICE_BOUND, mBoundState, in dumpStats()
416 mExecCount, ServiceState.SERVICE_EXEC, mExecState, in dumpStats()
505 ServiceState.SERVICE_RUN, mRunCount, mRunState, mRunStartTime, now);
507 ServiceState.SERVICE_STARTED, mStartedCount, mStartedState, mStartedStartTime, now);
[all …]
/frameworks/base/services/tests/powerstatstests/src/com/android/server/power/stats/
DMobileRadioPowerCalculatorTest.java44 import android.telephony.ServiceState;
89 stats.notePhoneStateLocked(ServiceState.STATE_OUT_OF_SERVICE, in testCounterBasedModel()
94 stats.notePhoneStateLocked(ServiceState.STATE_IN_SERVICE, TelephonyManager.SIM_STATE_READY, in testCounterBasedModel()
209 stats.notePhoneStateLocked(ServiceState.STATE_OUT_OF_SERVICE, in testCounterBasedModel_multipleDefinedRat()
214 stats.notePhoneStateLocked(ServiceState.STATE_IN_SERVICE, TelephonyManager.SIM_STATE_READY, in testCounterBasedModel_multipleDefinedRat()
264 ServiceState.FREQUENCY_RANGE_UNKNOWN, in testCounterBasedModel_multipleDefinedRat()
268 ServiceState.FREQUENCY_RANGE_UNKNOWN, in testCounterBasedModel_multipleDefinedRat()
271 AccessNetworkConstants.AccessNetworkType.NGRAN, ServiceState.FREQUENCY_RANGE_LOW, in testCounterBasedModel_multipleDefinedRat()
274 AccessNetworkConstants.AccessNetworkType.NGRAN, ServiceState.FREQUENCY_RANGE_MID, in testCounterBasedModel_multipleDefinedRat()
277 AccessNetworkConstants.AccessNetworkType.NGRAN, ServiceState.FREQUENCY_RANGE_HIGH, in testCounterBasedModel_multipleDefinedRat()
[all …]
/frameworks/base/media/java/android/service/media/
DMediaBrowserService.java113 private final AtomicReference<ServiceState> mServiceState;
123 public final ServiceState serviceState;
133 ServiceState serviceState, in ConnectionRecord()
224 private final AtomicReference<WeakReference<ServiceState>> mServiceState;
226 private ServiceBinder(ServiceState serviceState) { in ServiceBinder()
231 public void setServiceState(ServiceState serviceState) { in setServiceState()
238 ServiceState serviceState = mServiceState.get().get(); in connect()
256 ServiceState serviceState = mServiceState.get().get(); in disconnect()
273 ServiceState serviceState = mServiceState.get().get(); in addSubscription()
291 ServiceState serviceState = mServiceState.get().get(); in removeSubscription()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/data/model/
DServiceStateModel.kt19 import android.telephony.ServiceState
27 fun fromServiceState(serviceState: ServiceState): ServiceStateModel { in fromServiceState()

123456789