Home
last modified time | relevance | path

Searched refs:ContextFixture (Results 1 – 7 of 7) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSubscriptionMonitorTest.java174 final ContextFixture contextFixture = new ContextFixture(); in testRegister()
286 final ContextFixture contextFixture = new ContextFixture(); in testBadRegister()
343 final ContextFixture contextFixture = new ContextFixture(); in testSpuriousNotifications()
405 final ContextFixture contextFixture = new ContextFixture(); in testMultiRegUnregistration()
470 final ContextFixture contextFixture = new ContextFixture(); in testEventFloodNotifications()
526 final ContextFixture contextFixture = new ContextFixture(); in testNoDefaultNotifications()
576 final ContextFixture contextFixture = new ContextFixture(); in testNoSubChange()
672 final ContextFixture contextFixture = new ContextFixture(); in testSubBeforeDefaultNotifications()
765 final ContextFixture contextFixture = new ContextFixture(); in testSimSwapNotifications()
DPhoneSubInfoControllerTest.java102 mContextFixture.removeCallingOrSelfPermission(ContextFixture.PERMISSION_ENABLE_ALL); in testGetDeviceIdWithOutPermission()
178 mContextFixture.removeCallingOrSelfPermission(ContextFixture.PERMISSION_ENABLE_ALL); in testGetNaiWithOutPermission()
230 mContextFixture.removeCallingOrSelfPermission(ContextFixture.PERMISSION_ENABLE_ALL); in testGetImeiWithOutPermission()
305 mContextFixture.removeCallingOrSelfPermission(ContextFixture.PERMISSION_ENABLE_ALL); in testGetDeviceSvnWithOutPermission()
368 mContextFixture.removeCallingOrSelfPermission(ContextFixture.PERMISSION_ENABLE_ALL); in testGetSubscriberIdWithOutPermission()
450 mContextFixture.removeCallingOrSelfPermission(ContextFixture.PERMISSION_ENABLE_ALL); in testGetIccSerialNumberWithOutPermission()
526 mContextFixture.removeCallingOrSelfPermission(ContextFixture.PERMISSION_ENABLE_ALL); in testLine1NumberWithOutPermission()
606 mContextFixture.removeCallingOrSelfPermission(ContextFixture.PERMISSION_ENABLE_ALL); in testLine1AlphaTagWithOutPermission()
658 mContextFixture.removeCallingOrSelfPermission(ContextFixture.PERMISSION_ENABLE_ALL); in testMsisdnWithOutPermission()
710 mContextFixture.removeCallingOrSelfPermission(ContextFixture.PERMISSION_ENABLE_ALL); in testGetVoiceMailNumberWithOutPermission()
[all …]
DSubscriptionControllerTest.java107 mContextFixture.addCallingOrSelfPermission(ContextFixture.PERMISSION_ENABLE_ALL); in tearDown()
648 mContextFixture.removeCallingOrSelfPermission(ContextFixture.PERMISSION_ENABLE_ALL); in testSetSubscriptionGroupWithModifyPermission()
686 mContextFixture.removeCallingOrSelfPermission(ContextFixture.PERMISSION_ENABLE_ALL); in testCreateSubscriptionGroupWithCarrierPrivilegePermission()
746 mContextFixture.removeCallingOrSelfPermission(ContextFixture.PERMISSION_ENABLE_ALL); in testUpdateSubscriptionGroupWithCarrierPrivilegePermission()
DContextFixture.java101 public class ContextFixture implements TestFixture<Context> { class
579 public ContextFixture() { in ContextFixture() method in ContextFixture
DTelephonyTest.java254 protected ContextFixture mContextFixture;
364 mContextFixture = new ContextFixture(); in setUp()
DRILTest.java258 Context context = new ContextFixture().getTestDouble(); in onLooperPrepared()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DGsmSmsDispatcherTest.java54 import com.android.internal.telephony.ContextFixture;
235 mContextFixture.removeCallingOrSelfPermission(ContextFixture.PERMISSION_ENABLE_ALL); in testSendRawPduWithEventStopSending()