Searched refs:componentNameOfMenu (Results 1 – 1 of 1) sorted by relevance
492 String componentNameOfMenu = null; in getLaunchSmartForwardingMenuIntent() local494 if (componentNameOfMenu == null) { in getLaunchSmartForwardingMenuIntent()495 componentNameOfMenu = componentName; in getLaunchSmartForwardingMenuIntent()497 else if (!componentNameOfMenu.equals(componentName)) { in getLaunchSmartForwardingMenuIntent()502 if (TextUtils.isEmpty(componentNameOfMenu)) { in getLaunchSmartForwardingMenuIntent()507 intent.setComponent(ComponentName.unflattenFromString(componentNameOfMenu)); in getLaunchSmartForwardingMenuIntent()