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.java57 filter.addAction(StkAppService.FINISH_TONE_ACTIVITY_ACTION); in onCreate()
121 if (intent.getAction().equals(StkAppService.FINISH_TONE_ACTIVITY_ACTION)) {
DStkAppService.java211 static final String FINISH_TONE_ACTIVITY_ACTION = field in StkAppService
2292 Intent finishIntent = new Intent(FINISH_TONE_ACTIVITY_ACTION); in finishToneDialogActivity()