Home | History | Annotate | Download | only in stk

Lines Matching refs:Menu

47 import com.android.internal.telephony.cat.Menu;
73 private Menu mCurrentMenu = null;
95 static final String MENU_SELECTION = "menu selection";
231 * Package api used by StkMenuActivity to get its Menu parameter.
233 Menu getMenu() {
264 // nothing todo when no SET UP MENU command didn't arrive.
365 // In case of SET UP MENU command which removed the app, don't
366 // update the current menu member.
634 private void launchMenuActivity(Menu menu) {
639 if (menu == null) {
899 Menu menu = mCurrentCmd.getMenu();
900 if (menu == null) {
903 for (Item item : menu.items) {
918 CatLog.d(this, "Unable to get Menu's items size");