Home
last modified time | relevance | path

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

/pdk/apps/HelloPDK/src/com/example/android/helloPDK/
DMainActivity.java124 protected Intent activityIntent(String pkg, String componentName) { in activityIntent() argument
126 result.setClassName(pkg, componentName); in activityIntent()