OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getErrorCode
(Results
76 - 100
of
333
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/base/core/java/android/webkit/
WebViewClient.java
268
error.
getErrorCode
(), error.getDescription().toString(),
/libcore/ojluni/src/main/java/java/sql/
SQLException.java
264
public int
getErrorCode
() {
/packages/apps/Contacts/src/com/android/contacts/interactions/
SmsInteraction.java
115
public Integer
getErrorCode
() {
/developers/build/prebuilts/gradle/XYZTouristAttractions/Application/src/main/java/com/example/android/xyztouristattractions/service/
UtilityService.java
175
connectionResult.
getErrorCode
()));
248
connectionResult.
getErrorCode
()));
492
connectionResult.
getErrorCode
()));
/developers/samples/android/wearable/wear/XYZTouristAttractions/Application/src/main/java/com/example/android/xyztouristattractions/service/
UtilityService.java
175
connectionResult.
getErrorCode
()));
248
connectionResult.
getErrorCode
()));
492
connectionResult.
getErrorCode
()));
/development/samples/browseable/XYZTouristAttractions/Application/src/com.example.android.xyztouristattractions/service/
UtilityService.java
175
connectionResult.
getErrorCode
()));
248
connectionResult.
getErrorCode
()));
492
connectionResult.
getErrorCode
()));
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/
JDWPTestCase.java
712
int errorCode = reply.
getErrorCode
();
714
if (reply.
getErrorCode
() == expected[i]) {
[
all
...]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
ResumeTest.java
173
int errorCode = reply.
getErrorCode
();
258
errorCode = reply.
getErrorCode
();
ForceEarlyReturnTest.java
268
short errorCode = forceEarlyReturnReply.
getErrorCode
();
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
VmMirror.java
95
if (reply.
getErrorCode
() != JDWPConstants.Error.NONE)
96
throw new ReplyErrorCodeException(reply.
getErrorCode
());
237
if (lineTableReply.
getErrorCode
() != JDWPConstants.Error.NONE) {
240
+ lineTableReply.
getErrorCode
()
243
.
getErrorCode
()));
[
all
...]
/developers/build/prebuilts/gradle/Geofencing/Application/src/main/java/com/example/android/wearable/geofencing/
MainActivity.java
141
int errorCode = connectionResult.
getErrorCode
();
/developers/build/prebuilts/gradle/WatchFace/Application/src/main/java/com/example/android/wearable/watchface/
FitDistanceWatchFaceConfigActivity.java
180
GooglePlayServicesUtil.getErrorDialog(result.
getErrorCode
(), this, 0).show();
/developers/samples/android/wearable/wear/Geofencing/Application/src/main/java/com/example/android/wearable/geofencing/
MainActivity.java
141
int errorCode = connectionResult.
getErrorCode
();
/development/samples/browseable/Geofencing/Application/src/com.example.android.wearable.geofencing/
MainActivity.java
141
int errorCode = connectionResult.
getErrorCode
();
/development/samples/browseable/WatchFace/Application/src/com.example.android.wearable.watchface/
FitDistanceWatchFaceConfigActivity.java
180
GooglePlayServicesUtil.getErrorDialog(result.
getErrorCode
(), this, 0).show();
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/
MonitorInfoTest.java
127
short errorCode = checkedReply.
getErrorCode
();
ReferringObjectsTest.java
222
short errorCode = checkedReply.
getErrorCode
();
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ReferenceType/
GetValues002Test.java
101
short errorCode = getValuesReply.
getErrorCode
();
InstancesTest.java
99
short errorCode = checkedReply.
getErrorCode
();
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
RedefineClassesTest.java
255
short errorCode = checkedReply.
getErrorCode
();
/frameworks/base/keystore/java/android/security/keystore/
AndroidKeyStoreSignatureSpiBase.java
366
switch (e.
getErrorCode
()) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ecf.filetransfer_4.0.0.v20100529-0735.jar
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.ecf.filetransfer_5.0.0.v20130604-1622.jar
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.ecf.filetransfer_5.0.0.v20130604-1622.jar
/cts/tests/tests/media/src/android/media/cts/
MediaCodecClearKeyPlayer.java
584
+ e.
getErrorCode
() + ", '" + e.getMessage() + "'");
595
+ e.
getErrorCode
() + ", '" + e.getMessage() + "'");
Completed in 1081 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>