Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DIsimUiccRecords.java46 public static final String INTENT_ISIM_REFRESH = "com.android.intent.isim_refresh"; field in IsimUiccRecords
329 Intent intent = new Intent(INTENT_ISIM_REFRESH); in broadcastRefresh()
330 log("send ISim REFRESH: " + INTENT_ISIM_REFRESH); in broadcastRefresh()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
DIsimUiccRecordsTest.java87 ((Intent) intentCapture.getValue()).getAction(), IsimUiccRecords.INTENT_ISIM_REFRESH); in testBroadcastRefresh()