Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/com/android/internal/telephony/
DTelephonyIntents.java336 public static final String ACTION_SUBINFO_RECORD_UPDATED field in TelephonyIntents
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSubscriptionControllerTest.java248 assertEquals(TelephonyIntents.ACTION_SUBINFO_RECORD_UPDATED, in testChangeSIMProperty()
274 assertEquals(TelephonyIntents.ACTION_SUBINFO_RECORD_UPDATED, in testSetGetDisplayNameSrc()
323 assertEquals(TelephonyIntents.ACTION_SUBINFO_RECORD_UPDATED, in testSetGetMCCMNC()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSubscriptionController.java248 intent = new Intent(TelephonyIntents.ACTION_SUBINFO_RECORD_UPDATED); in broadcastSimInfoContentChanged()