HomeSort by relevance Sort by last modified time
    Searched refs:STATE_BLOCKED (Results 1 - 23 of 23) sorted by null

  /external/webrtc/webrtc/libjingle/xmpp/
receivetask.cc 28 return STATE_BLOCKED;
jingleinfotask.cc 38 return STATE_BLOCKED;
91 return STATE_BLOCKED;
iqtask.cc 53 return STATE_BLOCKED;
pingtask.cc 83 return STATE_BLOCKED;
presenceouttask.cc 61 return STATE_BLOCKED;
presencereceivetask.cc 34 return STATE_BLOCKED;
pubsub_task.cc 58 return STATE_BLOCKED;
xmppclient.cc 243 return STATE_BLOCKED;
292 return STATE_BLOCKED;
  /frameworks/base/core/java/android/print/
PrintJob.java 87 || state == PrintJobInfo.STATE_BLOCKED
141 return getInfo().getState() == PrintJobInfo.STATE_BLOCKED;
PrintJobInfo.java 48 STATE_CREATED, STATE_QUEUED, STATE_STARTED, STATE_BLOCKED, STATE_COMPLETED,
107 * {@link #STATE_CANCELED}, {@link #STATE_BLOCKED}
119 public static final int STATE_BLOCKED = 4;
348 * @see #STATE_BLOCKED
716 case STATE_BLOCKED: {
717 return "STATE_BLOCKED";
  /external/webrtc/webrtc/base/
task.cc 107 if (new_state == STATE_BLOCKED) {
184 case STATE_BLOCKED: return "BLOCKED";
214 newstate = STATE_BLOCKED;
task.h 36 // STATE_BLOCKED. If you _could_ do anything, do not return
37 // STATE_BLOCKED - even if you end up in the same state, return
80 // A timeout is defined as "the task stays in STATE_BLOCKED longer than
125 STATE_BLOCKED = -1,
task_unittest.cc 75 return STATE_BLOCKED;
88 return STATE_BLOCKED;
359 return STATE_BLOCKED;
  /frameworks/base/core/java/android/printservice/
PrintJob.java 157 return getInfo().getState() == PrintJobInfo.STATE_BLOCKED;
220 || state == PrintJobInfo.STATE_BLOCKED) {
243 if (state == PrintJobInfo.STATE_STARTED || state == PrintJobInfo.STATE_BLOCKED) {
244 return setState(PrintJobInfo.STATE_BLOCKED, reason);
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
NotificationController.java 141 case PrintJobInfo.STATE_BLOCKED: {
262 || printJob.getState() == PrintJobInfo.STATE_BLOCKED) {
285 case PrintJobInfo.STATE_BLOCKED: {
339 case PrintJobInfo.STATE_BLOCKED: {
349 case PrintJobInfo.STATE_BLOCKED: {
PrintSpoolerService.java 316 || state == PrintJobInfo.STATE_BLOCKED));
384 case PrintJobInfo.STATE_BLOCKED: {
655 || printJobState == PrintJobInfo.STATE_BLOCKED;
662 || printJobState == PrintJobInfo.STATE_BLOCKED;
    [all...]
  /cts/tests/tests/print/src/android/print/cts/
PrintJobTest.java 301 case PrintJobInfo.STATE_BLOCKED:
336 case PrintJobInfo.STATE_BLOCKED:
367 case PrintJobInfo.STATE_BLOCKED:
388 PrintJobInfo.STATE_BLOCKED,
477 checkState(printJob, PrintJobInfo.STATE_BLOCKED);
483 checkState(printJob, PrintJobInfo.STATE_BLOCKED);
  /packages/apps/Settings/src/com/android/settings/print/
PrintJobSettingsFragment.java 207 case PrintJobInfo.STATE_BLOCKED: {
230 case PrintJobInfo.STATE_BLOCKED: {
PrintSettingsFragment.java 346 case PrintJobInfo.STATE_BLOCKED: {
371 case PrintJobInfo.STATE_BLOCKED: {
496 case PrintJobInfo.STATE_BLOCKED:
  /external/libgdx/backends/gdx-backend-android/libs/
android-4.4.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/22/
android.jar 

Completed in 258 milliseconds