OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RESPONSE_ERROR
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/java/android/service/gatekeeper/
GateKeeperResponse.java
28
public static final int
RESPONSE_ERROR
= -1;
/frameworks/base/core/java/com/android/internal/widget/
VerifyCredentialResponse.java
28
public static final int
RESPONSE_ERROR
= -1;
34
= new VerifyCredentialResponse(
RESPONSE_ERROR
, 0, null);
/packages/services/Telephony/src/com/android/phone/
TimeConsumingPreferenceActivity.java
50
static final int
RESPONSE_ERROR
= 400;
82
if (id ==
RESPONSE_ERROR
|| id == RADIO_OFF_ERROR || id == EXCEPTION_ERROR
91
case
RESPONSE_ERROR
:
92
msgId = R.string.
response_error
;
Completed in 152 milliseconds