Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/com/android/internal/telephony/
DTelephonyIntents.java313 public static final String SPN_STRINGS_UPDATED_ACTION = field in TelephonyIntents
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DEmergencyCryptkeeperText.java131 new IntentFilter(TelephonyIntents.SPN_STRINGS_UPDATED_ACTION)); in update()
DMobileSignalController.java364 if (action.equals(TelephonyIntents.SPN_STRINGS_UPDATED_ACTION)) { in handleBroadcast()
DNetworkControllerImpl.java244 filter.addAction(TelephonyIntents.SPN_STRINGS_UPDATED_ACTION); in registerListeners()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DCarrierText.java160 new IntentFilter(TelephonyIntents.SPN_STRINGS_UPDATED_ACTION)); in updateCarrierText()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DNetworkControllerSignalTest.java432 intent.setAction(TelephonyIntents.SPN_STRINGS_UPDATED_ACTION); in createStringsUpdatedIntent()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DServiceStateTrackerTest.java266 assertEquals(TelephonyIntents.SPN_STRINGS_UPDATED_ACTION, intent.getAction()); in testSpnUpdateShowPlmnOnly()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java2317 Intent intent = new Intent(TelephonyIntents.SPN_STRINGS_UPDATED_ACTION); in updateSpnDisplay()
2382 Intent intent = new Intent(TelephonyIntents.SPN_STRINGS_UPDATED_ACTION); in updateSpnDisplay()