Home
last modified time | relevance | path

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

/packages/apps/Stk/src/com/android/stk/
DToneDialog.java56 filter.addAction(StkAppService.FINISH_TONE_ACTIVITY_ACTION); in onCreate()
120 if (intent.getAction().equals(StkAppService.FINISH_TONE_ACTIVITY_ACTION)) {
DStkAppService.java201 static final String FINISH_TONE_ACTIVITY_ACTION = field in StkAppService
2294 Intent finishIntent = new Intent(FINISH_TONE_ACTIVITY_ACTION); in finishToneDialogActivity()