OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gotException
(Results
1 - 2
of
2
) sorted by null
/cts/tests/tests/media/src/android/media/cts/
MediaDrmMockTest.java
82
boolean
gotException
= false;
86
gotException
= true;
88
assertTrue(
gotException
);
121
boolean
gotException
= false;
125
gotException
= true;
127
assertTrue(
gotException
);
137
boolean
gotException
= false;
141
gotException
= true;
143
assertTrue(
gotException
);
153
boolean
gotException
= false
[
all
...]
/frameworks/base/core/jni/
android_database_SQLiteConnection.cpp
696
bool
gotException
= false;
697
while (!
gotException
&& (!windowFull || countAllRows)) {
726
gotException
= true;
738
gotException
= true;
746
gotException
= true;
[
all
...]
Completed in 272 milliseconds