OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AndroidRuntimeException
(Results
1 - 20
of
20
) sorted by null
/frameworks/base/core/java/android/util/
AndroidRuntimeException.java
22
public class
AndroidRuntimeException
extends RuntimeException {
23
public
AndroidRuntimeException
() {
26
public
AndroidRuntimeException
(String name) {
30
public
AndroidRuntimeException
(Exception cause) {
/frameworks/base/core/java/android/content/
ReceiverCallNotAllowedException.java
19
import android.util.
AndroidRuntimeException
;
28
public class ReceiverCallNotAllowedException extends
AndroidRuntimeException
{
/cts/tests/tests/util/src/android/util/cts/
AndroidRuntimeExceptionTest.java
20
import android.util.
AndroidRuntimeException
;
26
@TestTargetClass(
AndroidRuntimeException
.class)
35
notes = "Test
AndroidRuntimeException
",
36
method = "
AndroidRuntimeException
",
41
notes = "Test
AndroidRuntimeException
",
42
method = "
AndroidRuntimeException
",
47
notes = "Test
AndroidRuntimeException
",
48
method = "
AndroidRuntimeException
",
54
throw new
AndroidRuntimeException
();
55
} catch (
AndroidRuntimeException
e)
[
all
...]
/frameworks/base/core/java/android/os/
BadParcelableException.java
18
import android.util.
AndroidRuntimeException
;
24
public class BadParcelableException extends
AndroidRuntimeException
{
MessageQueue.java
19
import android.util.
AndroidRuntimeException
;
187
throw new
AndroidRuntimeException
(msg
/frameworks/base/core/tests/coretests/src/android/widget/focus/
RequestFocusTest.java
27
import android.util.
AndroidRuntimeException
;
91
} catch (
AndroidRuntimeException
e) {
/frameworks/base/media/java/android/media/
SoundPool.java
19
import android.util.
AndroidRuntimeException
;
229
throw new
AndroidRuntimeException
("no length for fd");
JetPlayer.java
28
import android.util.
AndroidRuntimeException
;
222
throw new
AndroidRuntimeException
("no length for fd");
/frameworks/base/core/java/android/view/
WindowManagerImpl.java
21
import android.util.
AndroidRuntimeException
;
27
final class WindowLeaked extends
AndroidRuntimeException
{
ViewRoot.java
31
import android.util.
AndroidRuntimeException
;
[
all
...]
/frameworks/base/core/java/android/app/
Instrumentation.java
35
import android.util.
AndroidRuntimeException
;
[
all
...]
LoadedApk.java
38
import android.util.
AndroidRuntimeException
;
50
final class IntentReceiverLeaked extends
AndroidRuntimeException
{
56
final class ServiceConnectionLeaked extends
AndroidRuntimeException
{
[
all
...]
ContextImpl.java
95
import android.util.
AndroidRuntimeException
;
618
throw new
AndroidRuntimeException
(
[
all
...]
ActivityThread.java
58
import android.util.
AndroidRuntimeException
;
97
final class SuperNotCalledException extends
AndroidRuntimeException
{
103
final class RemoteServiceException extends
AndroidRuntimeException
{
[
all
...]
/frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindow.java
51
import android.util.
AndroidRuntimeException
;
181
throw new
AndroidRuntimeException
("requestFeature() must be called before adding content");
187
throw new
AndroidRuntimeException
("You cannot combine custom titles with other title features");
192
throw new
AndroidRuntimeException
("You cannot combine custom titles with other title features");
[
all
...]
/prebuilt/sdk/4/
android.jar
/prebuilt/sdk/6/
android.jar
/prebuilt/sdk/5/
android.jar
/prebuilt/sdk/7/
android.jar
/prebuilt/sdk/8/
android.jar
Completed in 1045 milliseconds