Home
last modified time | relevance | path

Searched refs:shouldCheckSimStateBeforeOutgoingCall (Results 1 – 3 of 3) sorted by relevance

/packages/services/Telephony/src/com/android/services/telephony/
DDeviceState.java31 public boolean shouldCheckSimStateBeforeOutgoingCall(Context context) { in shouldCheckSimStateBeforeOutgoingCall() method in DeviceState
DTelephonyConnectionService.java1015 if (mDeviceState.shouldCheckSimStateBeforeOutgoingCall(this)) { in getTelephonyConnection()
/packages/services/Telephony/tests/src/com/android/services/telephony/
DTelephonyConnectionServiceTest.java143 doReturn(false).when(mDeviceState).shouldCheckSimStateBeforeOutgoingCall(any()); in setUp()