OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RESULT_FAIL
(Results
1 - 15
of
15
) sorted by null
/cts/libs/deviceutil/src/android/cts/util/
CTSResult.java
21
public static final int
RESULT_FAIL
= 2;
/cts/common/device-side/util/src/com/android/compatibility/common/util/
Result.java
24
public static final int
RESULT_FAIL
= 2;
28
* @param resultCode The test result, either {@code RESULT_OK} or {@code
RESULT_FAIL
}.
/cts/suite/audio_quality/test_description/processing/
consts.py
30
RESULT_FAIL
= 4
/cts/tests/tests/media/src/android/media/cts/
AudioManagerStub.java
59
mCTSResult.setResult(CTSResult.
RESULT_FAIL
);
73
mCTSResult.setResult(CTSResult.
RESULT_FAIL
);
/development/samples/BluetoothHDP/src/com/example/bluetooth/health/
BluetoothHDPService.java
62
public static final int
RESULT_FAIL
= -1;
221
sendMessage(STATUS_HEALTH_APP_REG,
RESULT_FAIL
);
229
RESULT_OK :
RESULT_FAIL
);
250
sendMessage(STATUS_CREATE_CHANNEL,
RESULT_FAIL
);
254
sendMessage(STATUS_CREATE_CHANNEL,
RESULT_FAIL
);
259
sendMessage(STATUS_DESTROY_CHANNEL,
RESULT_FAIL
);
/frameworks/base/packages/StatementService/src/com/android/statementservice/
DirectStatementService.java
90
* failed, return {@link #
RESULT_FAIL
} and an empty {@link android.os.Bundle}. Otherwise, return
119
public static final int
RESULT_FAIL
= 1;
199
resultReceiver.send(
RESULT_FAIL
, Bundle.EMPTY);
204
resultReceiver.send(
RESULT_FAIL
, Bundle.EMPTY);
209
resultReceiver.send(
RESULT_FAIL
, Bundle.EMPTY);
259
mResultReceiver.send(
RESULT_FAIL
, Bundle.EMPTY);
269
mResultReceiver.send(
RESULT_FAIL
, Bundle.EMPTY);
/cts/hostsidetests/devicepolicy/app/LauncherTestsSupport/src/com/android/cts/launchertests/support/
LauncherCallbackTestsService.java
59
public static final int
RESULT_FAIL
= 2;
93
exists ? RESULT_PASS :
RESULT_FAIL
, 0));
101
exists ? RESULT_PASS :
RESULT_FAIL
, 0));
109
exists ? RESULT_PASS :
RESULT_FAIL
, 0));
117
exists ?
RESULT_FAIL
: RESULT_PASS, 0));
/cts/tests/tests/view/src/android/view/cts/
ViewGroupCtsActivity.java
66
sResult.setResult(CTSResult.
RESULT_FAIL
);
/cts/tests/tests/widget/src/android/widget/cts/
ViewGroupCtsActivity.java
66
sResult.setResult(CTSResult.
RESULT_FAIL
);
/cts/tests/app/src/android/app/cts/
LocalActivityManagerTest.java
131
setResult(CTSResult.
RESULT_FAIL
);
ActivityManagerTest.java
68
public static final int
RESULT_FAIL
= 2;
/cts/tests/tests/accounts/common/src/android/accounts/cts/common/
AuthenticatorContentProvider.java
38
public static final int
RESULT_FAIL
= 2;
/cts/tests/app/app/src/android/app/stubs/
SearchManagerStubActivity.java
156
sCTSResult.setResult(CTSResult.
RESULT_FAIL
);
LocalActivityManagerTestHelper.java
332
sResult.setResult(CTSResult.
RESULT_FAIL
);
/cts/hostsidetests/devicepolicy/app/LauncherTests/src/com/android/cts/launchertests/
LauncherAppsTests.java
67
public static final int
RESULT_FAIL
= 2;
Completed in 955 milliseconds