Home | History | Annotate | Download | only in ddms

Lines Matching refs:dlg

173                 StaticPortEditDialog dlg = new StaticPortEditDialog(mShell,
175 if (dlg.open()) {
177 String device = dlg.getDeviceSN();
178 String app = dlg.getAppName();
179 int port = dlg.getPortNumber();
197 StaticPortEditDialog dlg = new StaticPortEditDialog(mShell,
199 if (dlg.open()) {
201 String deviceName = dlg.getDeviceSN();
202 String app = dlg.getAppName();
203 int port = dlg.getPortNumber();