OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mFailure
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/core/tests/coretests/src/android/os/
TestHandlerThread.java
27
private RuntimeException
mFailure
= null;
57
throw
mFailure
;
75
mFailure
= failure;
89
if (!mSuccess &&
mFailure
== null) {
90
mFailure
= new RuntimeException("no failure exception set");
/frameworks/base/test-runner/src/android/test/
BundlePrinter.java
38
private boolean
mFailure
;
49
mFailure
= true;
62
if (!
mFailure
&& !mError) {
70
mFailure
= false;
/cts/tests/tests/os/src/android/os/cts/
MessageQueueTest.java
227
private RuntimeException
mFailure
;
272
throw
mFailure
;
292
if (!mSuccess &&
mFailure
== null) {
293
mFailure
= new RuntimeException("no failure exception set");
310
mFailure
= failure;
MessengerTest.java
252
private RuntimeException
mFailure
= null;
327
throw
mFailure
;
345
mFailure
= failure;
366
if (!mSuccess &&
mFailure
== null) {
367
mFailure
= new RuntimeException("no failure exception set");
/packages/apps/Phone/src/com/android/phone/
IccPinUnlockPanel.java
62
private TextView
mFailure
;
170
mFailure
= (TextView) findViewById(R.id.failure);
270
mFailure
.setText(msg);
271
mFailure
.setVisibility(View.VISIBLE);
275
mFailure
.setVisibility(View.GONE);
Completed in 166 milliseconds