Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/adb/
DAdbDebuggingManager.java1442 String componentString; in startConfirmationForNetwork() local
1444 componentString = Resources.getSystem().getString( in startConfirmationForNetwork()
1447 componentString = Resources.getSystem().getString( in startConfirmationForNetwork()
1450 ComponentName componentName = ComponentName.unflattenFromString(componentString); in startConfirmationForNetwork()
1457 + componentString + " as an Activity or a Service"); in startConfirmationForNetwork()
1466 String componentString; in startConfirmationForKey() local
1468 componentString = mConfirmComponent != null in startConfirmationForKey()
1474 componentString = Resources.getSystem().getString( in startConfirmationForKey()
1477 ComponentName componentName = ComponentName.unflattenFromString(componentString); in startConfirmationForKey()
1484 + componentString + " as an Activity or a Service"); in startConfirmationForKey()