HomeSort by relevance Sort by last modified time
    Searched refs:RESULT_OK (Results 1 - 25 of 173) sorted by null

1 2 3 4 5 6 7

  /cts/libs/deviceutil/src/android/cts/util/
CTSResult.java 20 public static final int RESULT_OK = 1;
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
Result.java 23 public static final int RESULT_OK = 1;
28 * @param resultCode The test result, either {@code RESULT_OK} or {@code RESULT_FAIL}.
  /cts/suite/audio_quality/test_description/processing/
consts.py 26 RESULT_OK = 0
example.py 60 output.append(RESULT_OK)
playback_sample.py 54 output.append(RESULT_OK)
  /cts/tests/tests/app/src/android/app/cts/
Instrumentation_ActivityResultTest.java 29 ActivityResult result = new ActivityResult(Activity.RESULT_OK, intent);
30 assertEquals(Activity.RESULT_OK, result.getResultCode());
  /cts/hostsidetests/appsecurity/test-apps/DocumentProvider/src/com/android/cts/documentprovider/
GetContentActivity.java 28 setResult(Activity.RESULT_OK, new Intent("ReSuLt"));
  /cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
ManagedProfileActivity.java 35 setResult(RESULT_OK);
PrimaryUserActivity.java 36 setResult(RESULT_OK);
TestActivity.java 49 if (resultCode != RESULT_OK) {
  /development/apps/launchperf/src/com/android/launchperf/
ComplexActivityLaunchPerformance.java 52 finish(Activity.RESULT_OK, mResults);
EmptyActivityLaunchPerformance.java 51 finish(Activity.RESULT_OK, mResults);
HelloWorldLaunchPerformance.java 51 finish(Activity.RESULT_OK, mResults);
NotePadLaunchPerformance.java 51 finish(Activity.RESULT_OK, mResults);
PhoneLaunchPerformance.java 51 finish(Activity.RESULT_OK, mResults);
SimpleActivityLaunchPerformance.java 51 finish(Activity.RESULT_OK, mResults);
  /cts/tests/app/src/android/app/cts/
CTSActivityTestCaseBase.java 49 assertEquals(CTSResult.RESULT_OK, mSync.mResult);
TestedScreen.java 47 setResult(RESULT_OK, new Intent().setAction(LaunchpadActivity.RETURNED_RESULT));
97 setResult(RESULT_OK);
113 setResult(RESULT_OK);
ClearTop.java 42 setResult(RESULT_OK);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
SendResult.java 65 setResult(RESULT_OK, (new Intent()).setAction("Corky!"));
76 setResult(RESULT_OK, (new Intent()).setAction("Violet!"));
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
SendResult.java 65 setResult(RESULT_OK, (new Intent()).setAction("Corky!"));
76 setResult(RESULT_OK, (new Intent()).setAction("Violet!"));
  /development/samples/ToyVpn/src/com/example/android/toyvpn/
ToyVpnClient.java 51 onActivityResult(0, RESULT_OK, null);
57 if (result == RESULT_OK) {
  /external/chromium_org/mojo/python/tests/
system_unittest.py 31 self.assertEquals(system.RESULT_OK, 0)
99 self.assertEquals(system.RESULT_OK, handle.Wait(
107 system.RESULT_OK,
148 self.assertEquals(system.RESULT_OK, res)
157 self.assertEquals(system.RESULT_OK, res)
171 self.assertEquals(system.RESULT_OK, res)
187 self.assertEquals(system.RESULT_OK, res)
228 self.assertEquals((system.RESULT_OK, 0), pipes.producer_handle.WriteData())
230 (system.RESULT_OK, None), pipes.consumer_handle.ReadData())
235 self.assertEquals((system.RESULT_OK, DATA_SIZE)
    [all...]
  /cts/tests/tests/os/src/android/os/cts/
TestedScreen.java 47 setResult(RESULT_OK, new Intent().setAction(LaunchpadActivity.RETURNED_RESULT));
97 setResult(RESULT_OK);
113 setResult(RESULT_OK);
  /cts/hostsidetests/devicepolicy/app/IntentReceiver/src/com/android/cts/intent/receiver/
IntentReceiverActivity.java 68 setResult(Activity.RESULT_OK);
82 setResult(Activity.RESULT_OK, result);
87 setResult(Activity.RESULT_OK);
100 setResult(Activity.RESULT_OK, result);

Completed in 517 milliseconds

1 2 3 4 5 6 7