Searched refs:IllegalStateException (Results 126 - 150 of 514) sorted by relevance

1234567891011>>

/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DViewStubCompat.java172 throw new IllegalStateException("setVisibility called on un-referenced view");
229 throw new IllegalStateException("ViewStub must have a non-null ViewGroup viewParent");
/frameworks/base/core/java/android/app/
H A DActivityView.java81 throw new IllegalStateException("The ActivityView's Context is not an Activity.");
168 throw new IllegalStateException("Attempt to call startActivity after release");
183 throw new IllegalStateException("Attempt to call startActivity after release");
199 throw new IllegalStateException("Attempt to call startActivity after release");
H A DListFragment.java292 throw new IllegalStateException("Can't be used with a custom content view");
340 throw new IllegalStateException("Can't be used with a custom content view");
386 throw new IllegalStateException("Content view not yet created");
H A DFragmentManager.java568 throwException(new IllegalStateException("Fragment " + fragment
581 throwException(new IllegalStateException("Fragment no longer exists for key "
586 throwException(new IllegalStateException("Fragment no longer exists for key "
595 throwException(new IllegalStateException("Fragment " + fragment
1054 throw new IllegalStateException("No activity");
1138 throw new IllegalStateException("Fragment already added: " + fragment);
1161 throw new IllegalStateException("Fragment not added: " + fragment);
1257 throw new IllegalStateException("Fragment already added: " + fragment);
1328 throw new IllegalStateException(
1332 throw new IllegalStateException(
[all...]
/frameworks/base/core/java/android/net/
H A DIpPrefix.java182 throw new IllegalStateException("IpPrefix with invalid address! Shouldn't happen.", e);
/frameworks/base/core/java/android/os/
H A DServiceManager.java135 throw new IllegalStateException("setServiceCache may only be called once");
H A DMessageQueue.java234 throw new IllegalStateException("Main thread not allowed to quit.");
294 throw new IllegalStateException("The specified message queue synchronization "
320 throw new IllegalStateException(msg + " This message is already in use.");
325 IllegalStateException e = new IllegalStateException(
/frameworks/base/core/java/android/service/fingerprint/
H A DFingerprintUtils.java75 if (fingerId == 0) throw new IllegalStateException("Bad fingerId");
/frameworks/base/core/java/android/view/
H A DInputFilter.java170 throw new IllegalStateException("Cannot send input event because the input filter " +
/frameworks/base/core/java/android/widget/
H A DViewSwitcher.java61 * @throws IllegalStateException if this switcher already contains two children
66 throw new IllegalStateException("Can't add more than 2 views to a ViewSwitcher");
/frameworks/base/media/java/android/media/
H A DRemoteDisplay.java118 throw new IllegalStateException("Could not start listening for "
/frameworks/base/rs/java/android/renderscript/
H A DProgramVertex.java105 public Builder addInput(Element e) throws IllegalStateException {
/frameworks/base/services/core/java/com/android/server/fingerprint/
H A DFingerprintService.java198 if (fingerId == 0) throw new IllegalStateException("Got illegal id from HAL");
219 if (clientData.userId != userId) throw new IllegalStateException("Bad user");
230 if (clientData.userId != userId) throw new IllegalStateException("Bad user");
242 if (clientData.userId != userId) throw new IllegalStateException("Bad user");
/frameworks/base/services/core/java/com/android/server/webkit/
H A DWebViewUpdateService.java115 throw new IllegalStateException("Cannot create a WebView from the SystemServer");
/frameworks/base/tests/SharedLibrary/lib/src/com/google/android/test/shared_library/
H A DVersionDialog.java45 throw new IllegalStateException("Can't find my package!", e);
/frameworks/opt/bitmap/src/com/android/bitmap/
H A DReusableBitmap.java85 throw new IllegalStateException();
/frameworks/opt/net/voip/src/java/android/net/rtp/
H A DAudioGroup.java157 throw new IllegalStateException(e);
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
H A DUnitTest.java73 catch (IllegalStateException e) {
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
H A DUnitTest.java73 catch (IllegalStateException e) {
/frameworks/base/graphics/java/android/graphics/pdf/
H A DPdfRenderer.java235 throw new IllegalStateException("Already closed");
241 throw new IllegalStateException("Current page not closed");
419 throw new IllegalStateException("Already closed");
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DRemotePrintDocument.java177 throw new IllegalStateException("Cannot start in state:" + stateToString(mState));
196 throw new IllegalStateException("Cannot update without a clearing the failure");
200 throw new IllegalStateException("Cannot update in state:" + stateToString(mState));
264 throw new IllegalStateException("Cannot finish in state:"
286 throw new IllegalStateException("Cannot cancel in state:" + stateToString(mState));
299 throw new IllegalStateException("Cannot destroy in state:" + stateToString(mState));
338 throw new IllegalStateException("No update error to clear");
577 throw new IllegalStateException("Command not pending or running.");
584 throw new IllegalStateException("Not canceling.");
595 throw new IllegalStateException("No
[all...]
/frameworks/base/services/core/java/com/android/server/content/
H A DSyncQueue.java147 throw new IllegalStateException("error adding pending sync operation "
187 Log.e(TAG, errorMessage, new IllegalStateException(errorMessage));
248 Log.e(TAG, errorMessage, new IllegalStateException(errorMessage));
/frameworks/ex/camera2/public/src/com/android/ex/camera2/pos/
H A DAutoFocusStateMachine.java223 throw new IllegalStateException("AF mode was not enabled");
266 throw new IllegalStateException("AF mode was not enabled");
385 throw new IllegalStateException("AF mode was not enabled");
/frameworks/support/v4/java/android/support/v4/app/
H A DListFragment.java234 throw new IllegalStateException("Can't be used with a custom content view");
282 throw new IllegalStateException("Can't be used with a custom content view");
328 throw new IllegalStateException("Content view not yet created");
/frameworks/base/media/java/android/media/browse/
H A DMediaBrowser.java118 throw new IllegalStateException("connect() called while not disconnected (state="
234 throw new IllegalStateException("getServiceComponent() called while not connected" +
247 * @throws IllegalStateException if not connected.
251 throw new IllegalStateException("getSessionToken() called while not connected (state="
260 * @throws IllegalStateException if not connected.
264 throw new IllegalStateException("getExtras() called while not connected (state="
279 * @throws IllegalStateException if not connected.
283 throw new IllegalStateException("getSessionToken() called while not connected (state="

Completed in 850 milliseconds

1234567891011>>