HomeSort by relevance Sort by last modified time
    Searched full:result_ok (Results 126 - 150 of 448) sorted by null

1 2 3 4 56 7 8 91011>>

  /packages/apps/Gallery2/src/com/android/gallery3d/gadget/
WidgetConfigure.java 98 setResult(RESULT_OK, new Intent().putExtra(
105 if (resultCode != RESULT_OK) {
  /packages/apps/Mms/tests/src/com/android/mms/
InterceptSendSms.java 125 * takes over and does the sending ourself. We set the result code RESULT_OK so
143 setResultCode(android.app.Activity.RESULT_OK);
  /packages/apps/Settings/src/com/android/settings/
AppWidgetPickActivity.java 153 setResultData(RESULT_OK, intent);
162 result = RESULT_OK;
KeyguardAppWidgetPickActivity.java 515 result = RESULT_OK;
528 result = RESULT_OK;
564 if (requestCode == REQUEST_PICK_APPWIDGET && resultCode == Activity.RESULT_OK) {
580 onActivityResult(REQUEST_CREATE_APPWIDGET, Activity.RESULT_OK, data);
582 } else if (requestCode == REQUEST_CREATE_APPWIDGET && resultCode == Activity.RESULT_OK) {
DeviceAdminAdd.java 183 setResult(Activity.RESULT_OK);
222 setResult(Activity.RESULT_OK);
229 setResult(Activity.RESULT_OK);
  /packages/apps/Settings/tests/src/com/android/settings/tests/
BluetoothRequestPermissionTest.java 126 } else if (resultCode == Activity.RESULT_OK) {
127 addMsg("Result = RESULT_OK (not expected for discovery)");
  /packages/apps/VideoEditor/src/com/android/videoeditor/
OverlayTitleEditor.java 130 if (resultCode != RESULT_OK)
170 setResult(RESULT_OK, extras);
  /external/chromium_org/chrome/browser/extensions/api/dial/
dial_service.cc 221 bool result_ok = CheckResult("SendTo", result); local
222 if (result_ok && result > 0) {
280 bool result_ok = true; local
288 result_ok = CheckResult("RecvFrom", result);
291 if (result_ok && result > 0) {
295 } while (result_ok && result != net::OK && result != net::ERR_IO_PENDING);
296 return result_ok;
  /development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
BluetoothChat.java 295 if (resultCode == Activity.RESULT_OK) {
301 if (resultCode == Activity.RESULT_OK) {
307 if (resultCode == Activity.RESULT_OK) {
  /frameworks/base/telephony/java/com/android/internal/telephony/
ISms.aidl 77 * The result code will be <code>Activity.RESULT_OK<code> for success,
103 * The result code will be <code>Activity.RESULT_OK<code> for success,
132 * The result code will be <code>Activity.RESULT_OK<code> for success,
  /frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/
ActivityTestMain.java 186 null, Activity.RESULT_OK, null, null);
213 null, Activity.RESULT_OK, null, null);
223 null, Activity.RESULT_OK, null, null);
  /frameworks/opt/telephony/src/java/android/telephony/gsm/
SmsManager.java 60 * The result code will be <code>Activity.RESULT_OK<code> for success,
110 * The result code will be <code>Activity.RESULT_OK<code> for success,
145 * The result code will be <code>Activity.RESULT_OK<code> for success,
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaInboundSmsHandler.java 119 return Activity.RESULT_OK;
233 case Activity.RESULT_OK:
270 * {@link Activity#RESULT_OK} if the message has been broadcast
  /packages/apps/Exchange/src/com/android/exchange/eas/
EasSync.java 59 public final static int RESULT_OK = 1;
155 if (result == RESULT_OK) {
227 return RESULT_OK;
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
SlideshowPage.java 166 setStateResult(Activity.RESULT_OK, mResultIntent
208 setStateResult(Activity.RESULT_OK, mResultIntent.putExtra(KEY_PHOTO_INDEX, 0));
216 setStateResult(Activity.RESULT_OK, mResultIntent.putExtra(KEY_PHOTO_INDEX, index));
  /packages/apps/Mms/src/com/android/mms/ui/
SlideshowEditActivity.java 326 if (resultCode != RESULT_OK) {
335 setResult(RESULT_OK, mResultIntent);
406 setResult(RESULT_OK, mResultIntent);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/admin/
ScreenLockTestActivity.java 90 if (resultCode == RESULT_OK) {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BluetoothToggleActivity.java 101 boolean enabledBluetooth = RESULT_OK == resultCode;
  /cts/suite/audio_quality/test_description/processing/
gen_random.py 84 output.append(RESULT_OK)
  /cts/tests/src/android/app/cts/
ActivityTestsBase.java 106 finishWithResult(Activity.RESULT_OK, null);
  /cts/tests/tests/app/src/android/app/cts/
ActivityManagerMemoryClassTest.java 122 + " specified by the memory class.", Activity.RESULT_OK, activity.getResult());
  /development/apps/CustomLocale/src/com/android/customlocale2/
CustomLocaleReceiver.java 76 setResult(Activity.RESULT_OK, locale, null);
  /development/apps/GestureBuilder/src/com/android/gesture/builder/
CreateGestureActivity.java 91 setResult(RESULT_OK);
  /development/samples/ApiDemos/src/com/example/android/apis/appwidget/
ExampleAppWidgetConfigure.java 101 setResult(RESULT_OK, resultValue);
  /development/samples/BusinessCard/src/com/example/android/businesscard/
BusinessCardActivity.java 84 if (requestCode == PICK_CONTACT_REQUEST && resultCode == RESULT_OK) {

Completed in 396 milliseconds

1 2 3 4 56 7 8 91011>>