Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DCarrierTextManagerTest.java227 Intent stickyIntent = new Intent(TelephonyManager.ACTION_SERVICE_PROVIDERS_UPDATED); in testAirplaneMode_noSim_nullPlmn_nullSpn_doesNotCrash() local
228 stickyIntent.putExtra(TelephonyManager.EXTRA_SHOW_PLMN, true); in testAirplaneMode_noSim_nullPlmn_nullSpn_doesNotCrash()
229 stickyIntent.removeExtra(TelephonyManager.EXTRA_PLMN); in testAirplaneMode_noSim_nullPlmn_nullSpn_doesNotCrash()
230 stickyIntent.putExtra(TelephonyManager.EXTRA_SHOW_SPN, true); in testAirplaneMode_noSim_nullPlmn_nullSpn_doesNotCrash()
231 stickyIntent.removeExtra(TelephonyManager.EXTRA_SPN); in testAirplaneMode_noSim_nullPlmn_nullSpn_doesNotCrash()
234 getContextSpyForStickyBroadcast(stickyIntent), in testAirplaneMode_noSim_nullPlmn_nullSpn_doesNotCrash()