HomeSort by relevance Sort by last modified time
    Searched full:errordialog (Results 1 - 17 of 17) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/actions/
SdkManagerAction.java 24 import org.eclipse.jface.dialogs.ErrorDialog;
50 ErrorDialog.openError(
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountCheckSettingsFragment.java 252 if (fm.findFragmentByTag(ErrorDialog.TAG) == null) {
253 ErrorDialog errorDialog = ErrorDialog.newInstance(
256 .add(errorDialog, ErrorDialog.TAG)
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/main/macos/
SDL_main.c 398 DialogPtr errorDialog;
404 errorDialog = GetNewDialog (1001, nil, (WindowPtr)-1);
405 if (errorDialog == NULL)
407 DrawDialog (errorDialog);
409 GetDialogItem (errorDialog, kErr_Text, &dummyType, &dummyHandle, &dummyRect);
413 SetPort (GetDialogPort(errorDialog));
415 SetPort (errorDialog);
421 DisposeDialog (errorDialog);
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/widgets/
ImageCanvas.java 22 import org.eclipse.jface.dialogs.ErrorDialog;
246 ErrorDialog.openError(getShell(), "Save Image", "Error saving image",
  /frameworks/base/docs/html/training/location/
activity-recognition.jd 175 Dialog errorDialog = GooglePlayServicesUtil.getErrorDialog(
181 if (errorDialog != null) {
186 errorFragment.setDialog(errorDialog);
472 Dialog errorDialog = GooglePlayServicesUtil.getErrorDialog(
477 if (errorDialog != null) {
482 errorFragment.setDialog(errorDialog);
retrieve-current.jd 175 Dialog errorDialog = GooglePlayServicesUtil.getErrorDialog(
181 if (errorDialog != null) {
186 errorFragment.setDialog(errorDialog);
geofencing.jd 176 Dialog errorDialog = GooglePlayServicesUtil.getErrorDialog(
182 if (errorDialog != null) {
187 errorFragment.setDialog(errorDialog);
    [all...]
receive-location-updates.jd 186 Dialog errorDialog = GooglePlayServicesUtil.getErrorDialog(
191 if (errorDialog != null) {
196 errorFragment.setDialog(errorDialog);
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
StateViewPage.java 37 import org.eclipse.jface.dialogs.ErrorDialog;
169 ErrorDialog.openError(shell,
GLFunctionTraceViewer.java 40 import org.eclipse.jface.dialogs.ErrorDialog;
901 ErrorDialog.openError(mFrameTreeViewer.getTree().getShell(),
    [all...]
  /packages/apps/Browser/src/com/android/browser/
Tab.java 256 private class ErrorDialog {
260 ErrorDialog(int title, String desc, int error) {
286 private LinkedList<ErrorDialog> mQueuedErrors;
290 mQueuedErrors = new LinkedList<ErrorDialog>();
292 for (ErrorDialog d : mQueuedErrors) {
298 ErrorDialog errDialog = new ErrorDialog(
311 private void showError(ErrorDialog errDialog) {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
DeviceView.java 69 import org.eclipse.jface.dialogs.ErrorDialog;
562 ErrorDialog.openError(shell, "UI Automator",
666 ErrorDialog.openError(parentShell, "Systrace",
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidTextEditor.java 32 import org.eclipse.jface.dialogs.ErrorDialog;
521 ErrorDialog.openError(getSite().getShell(),
AndroidXmlEditor.java 48 import org.eclipse.jface.dialogs.ErrorDialog;
843 ErrorDialog.openError(getSite().getShell(),
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
NewProjectCreator.java 77 import org.eclipse.jface.dialogs.ErrorDialog;
529 ErrorDialog.openError(AdtPlugin.getShell(),
    [all...]
  /prebuilts/devtools/tools/lib/
uiautomatorviewer.jar 

Completed in 1971 milliseconds