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.java492 String componentNameOfMenu = null; in getLaunchSmartForwardingMenuIntent() local
494 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()