Home | History | Annotate | Download | only in ui

Lines Matching refs:PROGRESS_STATUS_ACTION

24 import static com.android.mms.transaction.ProgressCallbackEntity.PROGRESS_STATUS_ACTION;
1691 private final IntentFilter mHttpProgressFilter = new IntentFilter(PROGRESS_STATUS_ACTION);
1696 if (PROGRESS_STATUS_ACTION.equals(intent.getAction())) {