Home
last modified time | relevance | path

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

/developers/samples/android/common/src/java/com/example/android/common/play/
DPlayHelper.java71 ErrorDialogFragment errorFragment = in checkGooglePlayServiceAvailability()
72 new ErrorDialogFragment(); in checkGooglePlayServiceAvailability()
101 public static class ErrorDialogFragment extends DialogFragment { class in PlayHelper
105 public ErrorDialogFragment() { in ErrorDialogFragment() method in PlayHelper.ErrorDialogFragment
DGoogleServicesConnectionFailedHelper.java68 PlayHelper.ErrorDialogFragment fragment = new PlayHelper.ErrorDialogFragment(); in onConnectionFailed()