OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AsyncDialog
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Mms/src/com/android/mms/ui/
AsyncDialog.java
26
* This
AsyncDialog
class is used to execute a runnable in a background thread and once that
31
public class
AsyncDialog
{
36
public
AsyncDialog
(Activity activity) {
SlideEditorActivity.java
126
private
AsyncDialog
mAsyncDialog; // Used for background tasks.
323
private
AsyncDialog
getAsyncDialog() {
325
mAsyncDialog = new
AsyncDialog
(this);
[
all
...]
MessageUtils.java
[
all
...]
ComposeMessageActivity.java
314
private
AsyncDialog
mAsyncDialog; // Used for background tasks.
[
all
...]
Completed in 75 milliseconds