Searched defs:RESULT_SUCCESS (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/core/java/android/app/job/
H A DJobScheduler.java59 public static final int RESULT_SUCCESS = 1; field in class:JobScheduler
65 * @return An int representing ({@link #RESULT_SUCCESS} or {@link #RESULT_FAILURE}).
76 * @return {@link #RESULT_SUCCESS} or {@link #RESULT_FAILURE}
/frameworks/base/core/java/android/nfc/
H A DTransceiveResult.java30 public static final int RESULT_SUCCESS = 0; field in class:TransceiveResult
45 case RESULT_SUCCESS:
64 if (mResult == RESULT_SUCCESS) {
77 if (result == RESULT_SUCCESS) {
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothPbap.java85 public static final int RESULT_SUCCESS = 1; field in class:BluetoothPbap
H A DBluetoothPbapClient.java51 public static final int RESULT_SUCCESS = 1; field in class:BluetoothPbapClient
H A DBluetoothSap.java84 public static final int RESULT_SUCCESS = 1; field in class:BluetoothSap
H A DBluetoothMap.java51 public static final int RESULT_SUCCESS = 1; field in class:BluetoothMap
/frameworks/base/telephony/java/android/telephony/cdma/
H A DCdmaSmsCbProgramResults.java30 public static final int RESULT_SUCCESS = 0; field in class:CdmaSmsCbProgramResults
/frameworks/base/packages/StatementService/src/com/android/statementservice/
H A DDirectStatementService.java91 * {@link #RESULT_SUCCESS} and a {@link android.os.Bundle} with the result stored in {@link
99 * This is set only if the service returns with {@code RESULT_SUCCESS}.
113 public static final int RESULT_SUCCESS = 0; field in class:DirectStatementService
286 mResultReceiver.send(RESULT_SUCCESS, result);
/frameworks/base/services/core/java/com/android/server/location/
H A DRemoteListenerHelper.java36 protected static final int RESULT_SUCCESS = 0; field in class:RemoteListenerHelper
92 result = RESULT_SUCCESS;
213 return RESULT_SUCCESS;
/frameworks/base/core/java/android/hardware/hdmi/
H A DHdmiControlManager.java92 public static final int RESULT_SUCCESS = 0; field in class:HdmiControlManager

Completed in 236 milliseconds