Searched refs:RESULT_OK (Results 1 - 25 of 47) sorted by relevance

12

/development/apps/launchperf/src/com/android/launchperf/
H A DComplexActivityLaunchPerformance.java52 finish(Activity.RESULT_OK, mResults);
H A DEmptyActivityLaunchPerformance.java51 finish(Activity.RESULT_OK, mResults);
H A DHelloWorldLaunchPerformance.java51 finish(Activity.RESULT_OK, mResults);
H A DNotePadLaunchPerformance.java51 finish(Activity.RESULT_OK, mResults);
H A DPhoneLaunchPerformance.java51 finish(Activity.RESULT_OK, mResults);
H A DSimpleActivityLaunchPerformance.java51 finish(Activity.RESULT_OK, mResults);
/development/samples/ApiDemos/src/com/example/android/apis/app/
H A DSendResult.java65 setResult(RESULT_OK, (new Intent()).setAction("Corky!"));
76 setResult(RESULT_OK, (new Intent()).setAction("Violet!"));
H A DContactsFilterInstrumentation.java70 finish(Activity.RESULT_OK, null);
H A DContactsSelectInstrumentation.java83 finish(Activity.RESULT_OK, null);
H A DLauncherShortcuts.java139 setResult(RESULT_OK, intent);
H A DLocalSampleInstrumentation.java89 finish(Activity.RESULT_OK, null);
H A DRedirectGetter.java81 setResult(RESULT_OK);
H A DVoiceRecognition.java139 if (requestCode == VOICE_RECOGNITION_REQUEST_CODE && resultCode == RESULT_OK) {
153 new SupportedLanguageBroadcastReceiver(), null, Activity.RESULT_OK, null, null);
185 if (getResultCode() != Activity.RESULT_OK) {
/development/samples/Support4Demos/src/com/example/android/supportv4/app/
H A DSendResult.java65 setResult(RESULT_OK, (new Intent()).setAction("Corky!"));
76 setResult(RESULT_OK, (new Intent()).setAction("Violet!"));
/development/samples/ToyVpn/src/com/example/android/toyvpn/
H A DToyVpnClient.java51 onActivityResult(0, RESULT_OK, null);
57 if (result == RESULT_OK) {
/development/samples/BluetoothHDP/src/com/example/bluetooth/health/
H A DBluetoothHDPService.java61 public static final int RESULT_OK = 0; field in class:BluetoothHDPService
224 sendMessage(STATUS_HEALTH_APP_REG, RESULT_OK);
229 RESULT_OK : RESULT_FAIL);
247 sendMessage(STATUS_CREATE_CHANNEL, RESULT_OK);
257 sendMessage(STATUS_DESTROY_CHANNEL, RESULT_OK);
/development/apps/CustomLocale/src/com/android/customlocale2/
H A DCustomLocaleReceiver.java76 setResult(Activity.RESULT_OK, locale, null);
H A DNewLocaleDialog.java69 setResult(RESULT_OK, data);
/development/apps/FontLab/src/com/android/fontlab/
H A DBackgroundPicker.java73 setResult(RESULT_OK, (new Intent()).putExtras(map));
H A DFontPicker.java70 setResult(RESULT_OK, (new Intent()).putExtras(map));
/development/samples/NotePad/src/com/example/android/notepad/
H A DNotesLiveFolder.java101 setResult(RESULT_OK, liveFolderIntent);
/development/samples/BusinessCard/src/com/example/android/businesscard/
H A DBusinessCardActivity.java84 if (requestCode == PICK_CONTACT_REQUEST && resultCode == RESULT_OK) {
/development/samples/MySampleRss/src/com/example/codelab/rssexample/
H A DAddRssItem.java52 setResult(RESULT_OK, res);
/development/tutorials/NotepadCodeLab/Notepadv2Solution/src/com/android/demo/notepad2/
H A DNoteEdit.java71 setResult(RESULT_OK, mIntent);
/development/tutorials/NotepadCodeLab/Notepadv3/src/com/android/demo/notepad3/
H A DNoteEdit.java71 setResult(RESULT_OK, mIntent);

Completed in 625 milliseconds

12