Searched refs:componentString (Results 1 – 2 of 2) sorted by relevance
1441 String componentString; in startConfirmationForNetwork() local1443 componentString = Resources.getSystem().getString( in startConfirmationForNetwork()1446 componentString = Resources.getSystem().getString( in startConfirmationForNetwork()1449 ComponentName componentName = ComponentName.unflattenFromString(componentString); in startConfirmationForNetwork()1456 + componentString + " as an Activity or a Service"); in startConfirmationForNetwork()1465 String componentString; in startConfirmationForKey() local1467 componentString = mConfirmComponent != null in startConfirmationForKey()1473 componentString = Resources.getSystem().getString( in startConfirmationForKey()1476 ComponentName componentName = ComponentName.unflattenFromString(componentString); in startConfirmationForKey()1483 + componentString + " as an Activity or a Service"); in startConfirmationForKey()
23701 final String componentString = mContext.getString(stringResId);23702 if (TextUtils.isEmpty(componentString)) {23705 final ComponentName component = ComponentName.unflattenFromString(componentString);