Home
last modified time | relevance | path

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

/packages/apps/Stk/src/com/android/stk/
DToneDialog.java41 public class ToneDialog extends Activity { class
46 private static final String LOG_TAG = ToneDialog.class.getSimpleName();
DStkAppService.java2197 Intent newIntent = new Intent(this, ToneDialog.class); in launchToneDialog()
2280 Intent newIntent = new Intent(sInstance, ToneDialog.class); in playTone()