Searched refs:IllegalStateException (Results 176 - 200 of 514) sorted by relevance

1234567891011>>

/frameworks/base/graphics/java/android/graphics/
H A DBitmapRegionDecoder.java244 throw new IllegalStateException(errorMessage);
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardSecurityModel.java115 throw new IllegalStateException("Unknown security quality:" + security);
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DFrame.java139 throw new IllegalStateException("Attempting to create new Frame outside of "
H A DFrameManager.java460 throw new IllegalStateException("Attempting to modify FrameManager while graph is "
467 throw new IllegalStateException("Attempting to access FrameManager Frame data "
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DPlaybackControlGlue.java290 throw new IllegalStateException("Fragment OnItemViewClickedListener already present");
294 throw new IllegalStateException("Fragment InputEventListener already present");
298 throw new IllegalStateException("invalid fastForwardSpeeds array size");
302 throw new IllegalStateException("invalid rewindSpeeds array size");
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DObjectAdapter.java229 throw new IllegalStateException("Presenter selector must not be null");
/frameworks/base/core/java/android/app/
H A DAppOpsManager.java682 throw new IllegalStateException("sOpToSwitch length " + sOpToSwitch.length
686 throw new IllegalStateException("sOpToString length " + sOpToString.length
690 throw new IllegalStateException("sOpNames length " + sOpNames.length
694 throw new IllegalStateException("sOpPerms length " + sOpPerms.length
698 throw new IllegalStateException("sOpDefaultMode length " + sOpDefaultMode.length
702 throw new IllegalStateException("sOpDisableReset length " + sOpDisableReset.length
706 throw new IllegalStateException("sOpRestrictions length " + sOpRestrictions.length
710 throw new IllegalStateException("sOpAllowSYstemRestrictionsBypass length "
H A DDialogFragment.java467 throw new IllegalStateException("DialogFragment can not be attached to a container view");
474 throw new IllegalStateException(
H A DFragment.java717 throw new IllegalStateException("Fragment already active");
740 throw new IllegalStateException("Fragment already active");
788 throw new IllegalStateException("Fragment " + this + " not attached to Activity");
959 throw new IllegalStateException(
1040 throw new IllegalStateException("Fragment " + this + " not attached to Activity");
1068 throw new IllegalStateException("Fragment " + this + " not attached to Activity");
1093 throw new IllegalStateException("Fragment " + this + " not attached to Activity");
2014 throw new IllegalStateException("Fragment does not have a view");
/frameworks/base/core/java/android/app/usage/
H A DUsageEvents.java241 throw new IllegalStateException("String '" + str + "' is not in the string pool");
347 throw new IllegalStateException(
/frameworks/base/core/java/android/content/
H A DBroadcastReceiver.java410 throw new IllegalStateException("Broadcast already finished");
772 throw new IllegalStateException("Call while result is not pending");
/frameworks/base/core/java/android/net/
H A DTrafficStats.java214 throw new IllegalStateException("already profiling data");
232 throw new IllegalStateException("not profiling data");
/frameworks/base/core/java/android/os/
H A DAsyncTask.java532 * @throws IllegalStateException If {@link #getStatus()} returns either
570 * @throws IllegalStateException If {@link #getStatus()} returns either
580 throw new IllegalStateException("Cannot execute task:"
583 throw new IllegalStateException("Cannot execute task:"
/frameworks/base/core/java/android/speech/srec/
H A DRecognizer.java248 throw new IllegalStateException("someone forgot to destroy Grammar");
428 throw new IllegalStateException("someone forgot to destroy Recognizer");
/frameworks/base/core/java/android/widget/
H A DCursorAdapter.java243 throw new IllegalStateException("this should only be called when the cursor is valid");
246 throw new IllegalStateException("couldn't move cursor to position " + position);
H A DCursorTreeAdapter.java198 throw new IllegalStateException("this should only be called when the cursor is valid");
242 throw new IllegalStateException("this should only be called when the cursor is valid");
H A DSimpleAdapter.java48 * If no appropriate binding can be found, an {@link IllegalStateException} is thrown.
180 throw new IllegalStateException(v.getClass().getName() +
195 throw new IllegalStateException(v.getClass().getName() + " is not a " +
/frameworks/base/graphics/java/android/graphics/pdf/
H A DPdfEditor.java258 throw new IllegalStateException("Already closed");
270 throw new IllegalStateException("Matrix must be afine");
/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplaySettings.java119 throw new IllegalStateException("no start tag found");
139 } catch (IllegalStateException e) {
/frameworks/base/services/restrictions/java/com/android/server/restrictions/
H A DRestrictionsManagerService.java121 throw new IllegalStateException(
154 throw new IllegalStateException(
/frameworks/base/telecomm/java/android/telecom/
H A DLog.java119 android.util.Log.wtf(TAG, msg, new IllegalStateException(msg));
124 android.util.Log.wtf(TAG, msg, new IllegalStateException(msg));
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/
H A DMediaDecoder.java155 throw new IllegalStateException(
388 throw new IllegalStateException("MediaDecoder has not been started");
/frameworks/ex/framesequence/src/android/support/rastermill/
H A DFrameSequenceDrawable.java226 throw new IllegalStateException("Cannot perform operation on recycled drawable");
248 throw new IllegalStateException("BitmapProvider must be non-null");
/frameworks/support/v4/java/android/support/v4/app/
H A DFragment.java548 throw new IllegalStateException("Fragment already active");
571 throw new IllegalStateException("Fragment already active");
619 throw new IllegalStateException("Fragment " + this + " not attached to Activity");
800 throw new IllegalStateException(
881 throw new IllegalStateException("Fragment " + this + " not attached to Activity");
894 throw new IllegalStateException("Fragment " + this + " not attached to Activity");
905 throw new IllegalStateException("Fragment " + this + " not attached to Activity");
1746 throw new IllegalStateException("Fragment does not have a view");
H A DTaskStackBuilder.java317 throw new IllegalStateException(
362 throw new IllegalStateException(

Completed in 793 milliseconds

1234567891011>>