Searched defs:RESULT_OK (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Settings/src/com/android/settings/
H A DTetherService.java59 private static final int RESULT_OK = Activity.RESULT_OK; field in class:TetherService
321 int errorCode = result == RESULT_OK ? ConnectivityManager.TETHER_ERROR_NO_ERROR :
345 if (result != RESULT_OK) {
/packages/apps/Bluetooth/src/com/android/bluetooth/sap/
H A DSapMessage.java113 public static final int RESULT_OK = 0x00; field in class:SapMessage
983 mResultCode = RESULT_OK;
1015 mResultCode = RESULT_OK;
1045 mResultCode = RESULT_OK;
1075 mResultCode = RESULT_OK;
1102 mResultCode = RESULT_OK;
1129 mResultCode = RESULT_OK;
1154 mResultCode = RESULT_OK;
1189 return RESULT_OK;

Completed in 73 milliseconds