Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/settings/
DPhoneAccountSettingsFragment.java579 String componentNameOfMenu = null; in getLaunchSmartForwardingMenuIntent() local
581 if (componentNameOfMenu == null) { in getLaunchSmartForwardingMenuIntent()
582 componentNameOfMenu = componentName; in getLaunchSmartForwardingMenuIntent()
584 else if (!componentNameOfMenu.equals(componentName)) { in getLaunchSmartForwardingMenuIntent()
589 if (TextUtils.isEmpty(componentNameOfMenu)) { in getLaunchSmartForwardingMenuIntent()
594 intent.setComponent(ComponentName.unflattenFromString(componentNameOfMenu)); in getLaunchSmartForwardingMenuIntent()