Home | History | Annotate | Download | only in launch

Lines Matching defs:applicationName

1605             String applicationName = client.getClientData().getClientDescription();
1606 if (applicationName != null) {
1610 if (home.equals(applicationName)) {
1677 String applicationName = client.getClientData().getClientDescription();
1680 if (applicationName == null) {
1696 String applicationName = client.getClientData().getClientDescription();
1697 Log.d("adt", "App Name: " + applicationName);
1702 applicationName.equals(launchInfo.getDebugPackageName())) {
1746 IProject project = ProjectHelper.findAndroidProjectByAppName(applicationName);