OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RESPONSE_ERROR
(Results
1 - 6
of
6
) sorted by null
/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/
CLIRListPreference.java
3
import static com.android.phone.TimeConsumingPreferenceActivity.
RESPONSE_ERROR
;
141
mTcpListener.onError(CLIRListPreference.this,
RESPONSE_ERROR
);
145
mTcpListener.onError(CLIRListPreference.this,
RESPONSE_ERROR
);
CallWaitingCheckBoxPreference.java
6
import static com.android.phone.TimeConsumingPreferenceActivity.
RESPONSE_ERROR
;
105
mTcpListener.onError(CallWaitingCheckBoxPreference.this,
RESPONSE_ERROR
);
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
;
CallForwardEditPreference.java
24
import static com.android.phone.TimeConsumingPreferenceActivity.
RESPONSE_ERROR
;
219
mTcpListener.onError(CallForwardEditPreference.this,
RESPONSE_ERROR
);
225
mTcpListener.onError(CallForwardEditPreference.this,
RESPONSE_ERROR
);
/frameworks/base/core/java/android/service/gatekeeper/
GateKeeperResponse.java
28
public static final int
RESPONSE_ERROR
= -1;
Completed in 600 milliseconds