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.java576 String componentString; in startConfirmation() local
578 componentString = mConfirmComponent != null in startConfirmation()
584 componentString = Resources.getSystem().getString( in startConfirmation()
587 ComponentName componentName = ComponentName.unflattenFromString(componentString); in startConfirmation()
594 + componentString + " as an Activity or a Service"); in startConfirmation()