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

<<1112131415161718

  /packages/apps/Settings/src/com/android/settings/
ActivityPicker.java 112 setResult(Activity.RESULT_OK, intent);
ChooseLockPassword.java 277 if (resultCode != Activity.RESULT_OK) {
ChooseLockPattern.java 130 if (resultCode != Activity.RESULT_OK) {
TetherSettings.java 457 if (resultCode == Activity.RESULT_OK) {
TrustedCredentialsSettings.java 416 if (resultCode == Activity.RESULT_OK) {
  /packages/apps/Settings/src/com/android/settings/users/
RestrictedProfileSettings.java 311 if (resultCode != Activity.RESULT_OK) {
AppRestrictionsFragment.java     [all...]
  /frameworks/base/core/java/android/content/
BroadcastReceiver.java 537 * {@link android.app.Activity#RESULT_OK} constants, though the
648 * {@link android.app.Activity#RESULT_OK} constants, though the
    [all...]
Context.java     [all...]
  /frameworks/base/docs/html/google/play/billing/
billing_integrate.jd 232 <p>Google Plays sends a response to your {@link android.app.PendingIntent} to the {@link android.app.Activity#onActivityResult onActivityResult} method of your application. The {@link android.app.Activity#onActivityResult onActivityResult} method will have a result code of {@code Activity.RESULT_OK} (1) or {@code Activity.RESULT_CANCELED} (0). To see the types of order information that is returned in the response {@link android.content.Intent}, see <a href="{@docRoot}google/play/billing/billing_reference.html#getBuyIntent">In-app Billing Reference</a>.</p>
257 if (resultCode == RESULT_OK) {
  /frameworks/base/test-runner/src/android/test/
InstrumentationTestRunner.java 540 finish(Activity.RESULT_OK, mResults);
574 finish(Activity.RESULT_OK, mResults);
    [all...]
  /hardware/ti/wpan/tools/FM/FmTxApp/src/com/ti/fmtxapp/
FmTx.java 323 if (resultCode == Activity.RESULT_OK) {
338 if (resultCode == Activity.RESULT_OK) {
    [all...]
  /packages/apps/Browser/src/com/android/browser/
AddBookmarkPage.java     [all...]
  /packages/apps/Gallery/src/com/android/camera/
ViewImage.java     [all...]
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiSettings.java 360 activity.setResult(Activity.RESULT_OK);
    [all...]
  /hardware/ti/wpan/tools/FM/FmRxApp/src/com/ti/fmrxapp/
FmRxApp.java     [all...]
  /external/v8/src/ia32/
full-codegen-ia32.cc 1812 Label result_ok; local
1826 Label result_ok; local
    [all...]
  /frameworks/base/docs/html/training/location/
geofencing.jd 142 * If the result code is Activity.RESULT_OK, try
147 case Activity.RESULT_OK :
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/service/
EmailSyncAdapterService.java     [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
FilterShowActivity.java     [all...]
  /packages/apps/Music/src/com/android/music/
TrackBrowserActivity.java     [all...]
  /development/samples/NotePad/src/com/example/android/notepad/
NoteEditor.java 188 setResult(RESULT_OK, (new Intent()).setAction(mUri.toString()));
NotesList.java 459 setResult(RESULT_OK, new Intent().setData(uri));
  /external/replicaisland/src/com/replica/replicaisland/
AndouKun.java 474 if (resultCode == RESULT_OK) {
  /frameworks/base/docs/html/google/gcm/
gs.jd 424 setResultCode(Activity.RESULT_OK);

Completed in 1918 milliseconds

<<1112131415161718