Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/adb/
DAdbDebuggingManager.java1441 String componentString; in startConfirmationForNetwork() local
1443 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() local
1467 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()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerService.java23701 final String componentString = mContext.getString(stringResId);
23702 if (TextUtils.isEmpty(componentString)) {
23705 final ComponentName component = ComponentName.unflattenFromString(componentString);