Home
last modified time | relevance | path

Searched defs:applicationName (Results 1 – 6 of 6) sorted by relevance

/development/tools/ddms/libs/ddmuilib/src/com/android/ddmuilib/
DStackTracePanel.java143 public void reveal(String applicationName, String className, int line); in reveal()
/development/tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
DAndroidLaunchController.java1395 String applicationName = client.getClientData().getClientDescription(); in clientChanged() local
1467 String applicationName = client.getClientData().getClientDescription(); in clientChanged() local
1486 String applicationName = client.getClientData().getClientDescription(); in clientChanged() local
/development/tools/ddms/libs/ddmlib/src/com/android/ddmlib/
DIDevice.java151 public Client getClient(String applicationName); in getClient()
DDevice.java227 public Client getClient(String applicationName) { in getClient()
/development/tools/ddms/libs/ddmlib/tests/src/com/android/ddmlib/testrunner/
DRemoteAndroidTestRunnerTest.java143 public Client getClient(String applicationName) { in getClient()
/development/tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
DProjectHelper.java392 public static IProject findAndroidProjectByAppName(String applicationName) { in findAndroidProjectByAppName()