Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DCarrierTextManagerTest.java203 Intent stickyIntent = new Intent(TelephonyManager.ACTION_SERVICE_PROVIDERS_UPDATED); in testAirplaneMode_noSim_nullPlmn_nullSpn_doesNotCrash() local
204 stickyIntent.putExtra(TelephonyManager.EXTRA_SHOW_PLMN, true); in testAirplaneMode_noSim_nullPlmn_nullSpn_doesNotCrash()
205 stickyIntent.removeExtra(TelephonyManager.EXTRA_PLMN); in testAirplaneMode_noSim_nullPlmn_nullSpn_doesNotCrash()
206 stickyIntent.putExtra(TelephonyManager.EXTRA_SHOW_SPN, true); in testAirplaneMode_noSim_nullPlmn_nullSpn_doesNotCrash()
207 stickyIntent.removeExtra(TelephonyManager.EXTRA_SPN); in testAirplaneMode_noSim_nullPlmn_nullSpn_doesNotCrash()
210 getContextSpyForStickyBroadcast(stickyIntent), in testAirplaneMode_noSim_nullPlmn_nullSpn_doesNotCrash()