HomeSort by relevance Sort by last modified time
    Searched defs:ProgressDialog (Results 1 - 2 of 2) sorted by null

  /cts/tests/tests/app/src/android/app/cts/
ProgressDialogTest.java 21 import android.app.ProgressDialog;
34 * Test {@link ProgressDialog}.
70 new ProgressDialog(mContext);
75 new ProgressDialog(mContext, com.android.cts.app.stub.R.style.Theme_AlertDialog);
95 ProgressDialog.show(mContext, TITLE, MESSAGE);
100 ProgressDialog dialog = buildDialog();
101 dialog = ProgressDialog.show(mContext, TITLE, MESSAGE, false);
109 dialog = ProgressDialog.show(mContext, TITLE, MESSAGE, true);
123 ProgressDialog dialog = buildDialog();
124 dialog = ProgressDialog.show(mContext, TITLE, MESSAGE, true, false)
    [all...]
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 1519 milliseconds