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

/packages/apps/Settings/src/com/android/settings/
H A DTetherService.java58 private static final int RESULT_OK = Activity.RESULT_OK; field in class:TetherService
332 int errorCode = result == RESULT_OK ? ConnectivityManager.TETHER_ERROR_NO_ERROR :
356 if (result != RESULT_OK) {
/packages/services/Car/tools/emulator/
H A DVehicleHalProto_pb2.py84 name='RESULT_OK', index=0, number=0,
138 RESULT_OK = 0 variable
/packages/apps/Bluetooth/src/com/android/bluetooth/sap/
H A DSapMessage.java114 public static final int RESULT_OK = 0x00; field in class:SapMessage
948 mResultCode = RESULT_OK;
980 mResultCode = RESULT_OK;
1010 mResultCode = RESULT_OK;
1040 mResultCode = RESULT_OK;
1067 mResultCode = RESULT_OK;
1094 mResultCode = RESULT_OK;
1119 mResultCode = RESULT_OK;
1154 return RESULT_OK;

Completed in 123 milliseconds