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.java1432 String componentString; in startConfirmationForNetwork() local
1434 componentString = Resources.getSystem().getString( in startConfirmationForNetwork()
1437 componentString = Resources.getSystem().getString( in startConfirmationForNetwork()
1440 ComponentName componentName = ComponentName.unflattenFromString(componentString); in startConfirmationForNetwork()
1447 + componentString + " as an Activity or a Service"); in startConfirmationForNetwork()
1456 String componentString; in startConfirmationForKey() local
1458 componentString = mConfirmComponent != null in startConfirmationForKey()
1464 componentString = Resources.getSystem().getString( in startConfirmationForKey()
1467 ComponentName componentName = ComponentName.unflattenFromString(componentString); in startConfirmationForKey()
1474 + componentString + " as an Activity or a Service"); in startConfirmationForKey()