Lines Matching full:static
28 public static final boolean DBG = true;
31 static final int MENU_ID_END_SESSION = android.view.Menu.FIRST;
32 static final int MENU_ID_BACK = android.view.Menu.FIRST + 1;
33 static final int MENU_ID_HELP = android.view.Menu.FIRST + 2;
36 static final int DISP_TEXT_CLEAR_AFTER_DELAY_TIMEOUT = (15 * 1000);
37 static final int DISP_TEXT_WAIT_FOR_USER_TIMEOUT = (60 * 1000);
40 static final int UI_TIMEOUT = (30 * 1000);
43 static final int TONE_DFEAULT_TIMEOUT = (2 * 1000);
45 public static final String TAG = "STK App";
51 public static int calculateDurationInMilis(Duration duration) {