Searched refs:flattenedComponentName (Results 1 – 3 of 3) sorted by relevance
395 final String flattenedComponentName = split[1].trim(); in createSetupIntent() local397 .unflattenFromString(flattenedComponentName); in createSetupIntent()399 Log.w(TAG, "Failed to unflatten component: " + flattenedComponentName); in createSetupIntent()409 Log.w(TAG, "unable to find component" + flattenedComponentName); in createSetupIntent()414 + " to setup activity: " + flattenedComponentName); in createSetupIntent()
192 static void setOverrideServiceName(String flattenedComponentName) { in setOverrideServiceName() argument194 sOverrideComponent = TextUtils.isEmpty(flattenedComponentName) in setOverrideServiceName()195 ? null : ComponentName.unflattenFromString(flattenedComponentName); in setOverrideServiceName()
2558 public void setTestPhoneAcctSuggestionComponent(String flattenedComponentName) {2567 PhoneAccountSuggestionHelper.setOverrideServiceName(flattenedComponentName);