Home
last modified time | relevance | path

Searched refs:mTelephonyFlags (Results 1 – 2 of 2) sorted by relevance

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallsManagerTest.java317 @Mock private com.android.internal.telephony.flags.FeatureFlags mTelephonyFlags; field in CallsManagerTest
398 mTelephonyFlags, in setUp()
436 when(mTelephonyFlags.simultaneousCallingIndications()).thenReturn(false); in testConstructPossiblePhoneAccounts()
446 when(mTelephonyFlags.simultaneousCallingIndications()).thenReturn(true); in testConstructPossiblePhoneAccounts_simulCalling()
483 when(mTelephonyFlags.simultaneousCallingIndications()).thenReturn(false); in testConstructPossiblePhoneAccountsMultiSimActive()
503 when(mTelephonyFlags.simultaneousCallingIndications()).thenReturn(true); in testConstructPossiblePhoneAccountsMultiSimActive_simulCallingRestriction()
523 when(mTelephonyFlags.simultaneousCallingIndications()).thenReturn(true); in testConstructPossiblePhoneAccountsMultiSimActive_simulCallingRestrictionSubset()
544 when(mTelephonyFlags.simultaneousCallingIndications()).thenReturn(true); in testConstructPossiblePhoneAccountsMultiSimActive_simulCallingRestrictionSubset2()
564 when(mTelephonyFlags.simultaneousCallingIndications()).thenReturn(false); in testConstructPossiblePhoneAccountsMultiSimIdle()
579 when(mTelephonyFlags.simultaneousCallingIndications()).thenReturn(true); in testConstructPossiblePhoneAccountsMultiSimIdle_noSimulCallingRestriction()
[all …]
DTelecomSystemTest.java225 com.android.internal.telephony.flags.FeatureFlags mTelephonyFlags; field in TelecomSystemTest
588 mTelephonyFlags); in setupTelecomSystem()