OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ResultException
(Results
1 - 7
of
7
) sorted by null
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
ResultException.java
25
public class
ResultException
extends CatException {
30
public
ResultException
(ResultCode result) {
57
public
ResultException
(ResultCode result, String explanation) {
62
public
ResultException
(ResultCode result, int additionalInfo) {
73
public
ResultException
(ResultCode result, int additionalInfo, String explanation) {
ValueParser.java
36
* Command Details object is found,
ResultException
is thrown.
37
* @throws
ResultException
40
throws
ResultException
{
52
throw new
ResultException
(ResultCode.CMD_DATA_NOT_UNDERSTOOD);
61
* Command Details object is found,
ResultException
is thrown.
62
* @throws
ResultException
65
throws
ResultException
{
75
throw new
ResultException
(ResultCode.REQUIRED_VALUES_MISSING);
85
* @throws
ResultException
87
static Duration retrieveDuration(ComprehensionTlv ctlv) throws
ResultException
{
[
all
...]
BerTlv.java
76
* @throws
ResultException
78
public static BerTlv decode(byte[] data) throws
ResultException
{
95
throw new
ResultException
(
103
throw new
ResultException
(
116
throw new
ResultException
(ResultCode.REQUIRED_VALUES_MISSING,
119
} catch (
ResultException
e) {
120
throw new
ResultException
(ResultCode.CMD_DATA_NOT_UNDERSTOOD, e.explanation());
125
throw new
ResultException
(ResultCode.CMD_DATA_NOT_UNDERSTOOD,
ComprehensionTlv.java
86
* @throws
ResultException
89
throws
ResultException
{
112
* @throws
ResultException
115
throws
ResultException
{
158
throw new
ResultException
(
169
throw new
ResultException
(
181
throw new
ResultException
(
188
throw new
ResultException
(ResultCode.CMD_DATA_NOT_UNDERSTOOD,
198
throw new
ResultException
(ResultCode.CMD_DATA_NOT_UNDERSTOOD,
CommandParamsFactory.java
85
} catch (
ResultException
e) {
189
} catch (
ResultException
e) {
190
CatLog.d(this, "make: caught
ResultException
e=" + e);
282
* @throws
ResultException
286
throws
ResultException
{
301
throw new
ResultException
(ResultCode.CMD_DATA_NOT_UNDERSTOOD);
343
* @throws
ResultException
346
List<ComprehensionTlv> ctlvs) throws
ResultException
{
386
* @throws
ResultException
389
List<ComprehensionTlv> ctlvs) throws
ResultException
{
[
all
...]
RilMessageDecoder.java
163
} catch (
ResultException
e) {
165
CatLog.d(this, "decodeMessageParams: caught
ResultException
e=" + e);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar
Completed in 1419 milliseconds