OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mnumexceptionstothrow
(Results
1 - 1
of
1
) sorted by null
/frameworks/volley/tests/src/com/android/volley/mock/
MockNetwork.java
28
private int
mNumExceptionsToThrow
= 0;
36
mNumExceptionsToThrow
= numExceptionsToThrow;
47
if (
mNumExceptionsToThrow
> 0 ||
mNumExceptionsToThrow
== ALWAYS_THROW_EXCEPTIONS) {
48
if (
mNumExceptionsToThrow
!= ALWAYS_THROW_EXCEPTIONS) {
49
mNumExceptionsToThrow
--;
Completed in 122 milliseconds