OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InflateException
(Results
1 - 8
of
8
) sorted by null
/cts/tests/tests/view/src/android/view/cts/
InflateExceptionTest.java
21
import android.view.
InflateException
;
34
InflateException
ne = null;
38
ne = new
InflateException
();
40
} catch (
InflateException
e) {
45
fail("should throw out
InflateException
");
55
ne = new
InflateException
(detailMessage, throwable);
57
} catch (
InflateException
e) {
62
fail("should throw out
InflateException
");
69
ne = new
InflateException
(detailMessage);
71
} catch (
InflateException
e)
[
all
...]
LayoutInflaterTest.java
41
import android.view.
InflateException
;
126
throw new
InflateException
();
154
} catch (
InflateException
e) {
170
} catch (
InflateException
e) {
182
} catch (
InflateException
e) {
213
} catch (
InflateException
e) {
352
} catch (
InflateException
e) {
415
@Test(expected =
InflateException
.class)
/external/setupcompat/main/java/com/google/android/setupcompat/template/
FooterButtonInflater.java
25
import android.view.
InflateException
;
86
throw new
InflateException
(parser.getPositionDescription() + ": No start tag found!");
90
throw new
InflateException
(parser.getPositionDescription() + ": not a FooterButton");
95
throw new
InflateException
(e.getMessage(), e);
97
throw new
InflateException
(parser.getPositionDescription() + ": " + e.getMessage(), e);
/external/setupdesign/main/src/com/google/android/setupdesign/items/
SimpleInflater.java
25
import android.view.
InflateException
;
98
throw new
InflateException
(parser.getPositionDescription() + ": No start tag found!");
105
throw new
InflateException
(e.getMessage(), e);
107
throw new
InflateException
(parser.getPositionDescription() + ": " + e.getMessage(), e);
130
} catch (
InflateException
e) {
133
throw new
InflateException
(
ReflectionInflater.java
23
import android.view.
InflateException
;
108
throw new
InflateException
(
/cts/tests/tests/security/src/android/security/cts/
SkiaJpegDecodingTest.java
45
} catch (android.view.
InflateException
e) {
/cts/tests/tests/widget/src/android/widget/cts/
RemoteViewsActivityTest.java
24
import android.view.
InflateException
;
97
} catch (
InflateException
e) {
126
} catch (
InflateException
e) {
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
InsetDrawableTest.java
41
import android.view.
InflateException
;
92
fail("There should be an
InflateException
thrown out.");
93
} catch (
InflateException
e) {
Completed in 713 milliseconds