OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:progressDialog
(Results
1 - 5
of
5
) sorted by null
/development/samples/WiFiDirectDemo/src/com/example/android/wifidirect/
DeviceListFragment.java
20
import android.app.
ProgressDialog
;
46
ProgressDialog
progressDialog
= null;
157
if (
progressDialog
!= null &&
progressDialog
.isShowing()) {
158
progressDialog
.dismiss();
179
if (
progressDialog
!= null &&
progressDialog
.isShowing()) {
180
progressDialog
.dismiss();
182
progressDialog
= ProgressDialog.show(getActivity(), "Press back to cancel", "finding peers", true
[
all
...]
DeviceDetailFragment.java
20
import android.app.
ProgressDialog
;
59
ProgressDialog
progressDialog
= null;
77
if (
progressDialog
!= null &&
progressDialog
.isShowing()) {
78
progressDialog
.dismiss();
80
progressDialog
=
ProgressDialog
.show(getActivity(), "Press back to cancel",
140
if (
progressDialog
!= null &&
progressDialog
.isShowing())
[
all
...]
/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar
Completed in 580 milliseconds