Home
last modified time | relevance | path

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

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