Searched refs:componentString (Results 1 – 4 of 4) sorted by relevance
78 val componentString = getString(PREF_COMPONENT, null) ?: return null in getSelectedComponent() constant81 componentName = ComponentName.unflattenFromString(componentString), in getSelectedComponent()
1528 String componentString = in startConfirmationForNetwork() local1531 ComponentName componentName = ComponentName.unflattenFromString(componentString); in startConfirmationForNetwork()1538 + componentString + " as an Activity or a Service"); in startConfirmationForNetwork()1547 String componentString; in startConfirmationForKey() local1549 componentString = mConfirmComponent != null in startConfirmationForKey()1555 componentString = Resources.getSystem().getString( in startConfirmationForKey()1558 ComponentName componentName = ComponentName.unflattenFromString(componentString); in startConfirmationForKey()1565 + componentString + " as an Activity or a Service"); in startConfirmationForKey()
975 for (String componentString : components) { in getEnabledProvidersForUser()976 ComponentName component = ComponentName.unflattenFromString(componentString); in getEnabledProvidersForUser()
3696 final String componentString = mContext.getString(stringResId);3697 if (TextUtils.isEmpty(componentString)) {3700 final ComponentName component = ComponentName.unflattenFromString(componentString);