HomeSort by relevance Sort by last modified time
    Searched refs:checkState (Results 76 - 100 of 343) sorted by null

1 2 34 5 6 7 8 91011>>

  /frameworks/opt/telephony/src/java/android/telephony/
CarrierMessagingServiceManager.java 59 Preconditions.checkState(mCarrierMessagingServiceConnection == null);
  /packages/apps/Dialer/src/com/android/dialer/util/
AsyncTaskExecutors.java 82 Preconditions.checkState(Thread.currentThread() == Looper.getMainLooper().getThread(),
  /packages/apps/TV/src/com/android/tv/ui/
DialogUtils.java 37 SoftPreconditions.checkState(size == runnables.length);
  /external/caliper/caliper/src/main/java/com/google/caliper/runner/
StreamService.java 18 import static com.google.common.base.Preconditions.checkState;
195 checkState(isRunning(), "Cannot read items from a %s StreamService", state());
212 checkState(isRunning(), "Cannot read items from a %s StreamService", state());
213 checkState(socketWriter != null, "Attempted to write to the socket before it was opened.");
228 checkState(isRunning(), "Cannot read items from a %s StreamService", state());
229 checkState(socketWriter != null, "Attempted to close the socket before it was opened.");
315 checkState(kind == Kind.DATA, "Only data lines have content: %s", this);
TrialModule.java 19 import static com.google.common.base.Preconditions.checkState;
127 checkState(measurementCollectingVisitor.isDoneCollecting());
  /cts/tests/tests/print/src/android/print/cts/
PrintJobTest.java 358 private static void checkState(PrintJob job, int state) {
430 checkState(printJob, state1);
441 checkState(printJob, state2);
452 checkState(printJob, state3);
469 checkState(printJob, PrintJobInfo.STATE_STARTED);
477 checkState(printJob, PrintJobInfo.STATE_BLOCKED);
483 checkState(printJob, PrintJobInfo.STATE_BLOCKED);
499 checkState(printJob, PrintJobInfo.STATE_STARTED);
503 checkState(printJob, PrintJobInfo.STATE_FAILED);
509 checkState(printJob, PrintJobInfo.STATE_FAILED)
    [all...]
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
AbstractBiMap.java 20 import static com.google.common.base.Preconditions.checkState;
85 checkState(delegate == null);
86 checkState(inverse == null);
301 checkState(contains(this), "entry no longer in map");
309 checkState(Objects.equal(value, get(getKey())),
  /frameworks/base/media/java/android/media/audiofx/
AudioEffect.java 447 checkState("getDescriptor()");
516 checkState("setEnabled()");
539 checkState("setParameter()");
670 checkState("getParameter()");
848 checkState("command()");
865 checkState("getId()");
876 checkState("getEnabled()");
888 checkState("hasControl()");
    [all...]
  /external/dagger2/compiler/src/main/java/dagger/internal/codegen/
MethodSignatureFormatter.java 33 import static com.google.common.base.Preconditions.checkState;
84 checkState(method.getParameters().size() == executableType.getParameterTypes().size());
Scope.java 110 Preconditions.checkState(annotationMirror != null,
InjectBindingRegistry.java 47 import static com.google.common.base.Preconditions.checkState;
74 checkState(!binding.hasNonDefaultTypeParameters());
127 checkState(previousValue == null || binding.equals(previousValue),
  /external/dagger2/compiler/src/main/java/dagger/internal/codegen/writer/
ClassWriter.java 31 import static com.google.common.base.Preconditions.checkState;
49 checkState(!superclass.isPresent());
  /external/guava/guava/src/com/google/common/net/
HostAndPort.java 21 import static com.google.common.base.Preconditions.checkState;
110 checkState(hasPort());
MediaType.java 24 import static com.google.common.base.Preconditions.checkState;
642 checkState(hasMore());
651 checkState(position != startPosition);
656 checkState(hasMore());
658 checkState(matcher.matches(c));
664 checkState(hasMore());
665 checkState(previewChar() == c);
671 checkState(hasMore());
  /external/guice/core/src/com/google/inject/internal/
PrivateElementsImpl.java 21 import static com.google.common.base.Preconditions.checkState;
85 checkState(this.injector == null, "injector already initialized");
InjectorShell.java 19 import static com.google.common.base.Preconditions.checkState;
128 checkState(stage != null, "Stage not initialized");
129 checkState(privateElements == null || parent != null, "PrivateElements with no parent");
130 checkState(state != null, "no state. Did you remember to lock() ?");
  /development/tools/idegen/src/com/android/idegen/
ModuleCache.java 71 Preconditions.checkState(indexes != null, "You must call init() first.");
ModuleIndexes.java 93 Preconditions.checkState(moduleNameToMakeFileMap != null,
  /external/guava/guava/src/com/google/common/util/concurrent/
ListenerCallQueue.java 107 Preconditions.checkState(isThreadScheduled);
  /external/guava/guava-tests/benchmark/com/google/common/collect/
MultisetIteratorBenchmark.java 61 Preconditions.checkState(hashMultiset.size() == size);
  /external/littlemock/src/com/google/testing/littlemock/
LittleMock.java 186 checkState(handler.mHowManyTimes == null, "Unfinished verify() statements");
187 checkState(handler.mOrderCounter == null, "Unfinished verify() statements");
188 checkState(handler.mStubbingAction == null, "Unfinished stubbing statements");
501 checkState(handler.mHowManyTimes == null, "Unfinished verify() statements");
502 checkState(handler.mOrderCounter == null, "Unfinished verify() statements");
503 checkState(handler.mStubbingAction == null, "Unfinished stubbing statements");
    [all...]
  /packages/apps/Camera2/src/com/android/camera/burst/
BurstTakerImpl.java 85 Preconditions.checkState(mBurstLifetime == null,
  /packages/apps/Dialer/InCallUI/src/com/android/incallui/
VideoUtils.java 92 Preconditions.checkState(!VideoProfile.isAudioOnly(call.getVideoState()));
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
StorageWizardMoveConfirm.java 54 Preconditions.checkState(
  /packages/apps/TV/src/com/android/tv/util/
TvInputManagerHelper.java 142 SoftPreconditions.checkState(mInputStateMap.size() == mInputMap.size(), TAG,
237 SoftPreconditions.checkState(mStarted, TAG,
246 SoftPreconditions.checkState(mStarted, TAG,
277 SoftPreconditions.checkState(mStarted, TAG, "AvailabilityManager not started");

Completed in 3230 milliseconds

1 2 34 5 6 7 8 91011>>