HomeSort by relevance Sort by last modified time
    Searched refs:EXTRA_RESULT (Results 1 - 15 of 15) sorted by null

  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/
ActivityResultFacade.java 37 + "startActivityForResult(), the resulting intent will contain " + Constants.EXTRA_RESULT
56 mResult.putExtra(Constants.EXTRA_RESULT, resultValue.booleanValue());
68 mResult.putExtra(Constants.EXTRA_RESULT, resultValue.byteValue());
80 mResult.putExtra(Constants.EXTRA_RESULT, resultValue.shortValue());
92 mResult.putExtra(Constants.EXTRA_RESULT, resultValue.charValue());
104 mResult.putExtra(Constants.EXTRA_RESULT, resultValue.intValue());
116 mResult.putExtra(Constants.EXTRA_RESULT, resultValue.longValue());
128 mResult.putExtra(Constants.EXTRA_RESULT, resultValue.floatValue());
140 mResult.putExtra(Constants.EXTRA_RESULT, resultValue.doubleValue());
152 mResult.putExtra(Constants.EXTRA_RESULT, resultValue)
    [all...]
  /packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/e2eui/
ProvisioningResultListener.java 39 public static final String EXTRA_RESULT = "result";
54 mBroadcastResult.set(intent.getBooleanExtra(EXTRA_RESULT, false));
58 mIntentResult.set(intent.getBooleanExtra(EXTRA_RESULT, false));
E2eUiTestUtils.java 46 resultBroadcast.putExtra(ProvisioningResultListener.EXTRA_RESULT, result);
  /packages/apps/DocumentsUI/tests/common/com/android/documentsui/services/
TestNotificationService.java 48 public static final String EXTRA_RESULT =
49 "com.android.documentsui.services.TestNotificationService.EXTRA_RESULT";
124 intent.putExtra(EXTRA_RESULT, mCancelled);
130 intent.putExtra(EXTRA_RESULT, isStartProgress);
  /external/sl4a/Common/src/com/googlecode/android_scripting/
Constants.java 50 String EXTRA_RESULT =
  /frameworks/base/services/core/java/com/android/server/slice/
SliceShellCommand.java 88 String[] permissions = b.getStringArray(SliceProvider.EXTRA_RESULT);
  /frameworks/base/core/java/android/provider/
DocumentsContract.java 700 public static final String EXTRA_RESULT = "result";
    [all...]
DocumentsProvider.java     [all...]
  /frameworks/base/core/java/android/app/slice/
SliceProvider.java 162 public static final String EXTRA_RESULT = "result";
413 b.putStringArray(EXTRA_RESULT, mAutoGrantPermissions);
  /packages/apps/Settings/src/com/android/settings/wifi/tether/
TetherService.java 53 public static final String EXTRA_RESULT = "EntitlementResult";
360 int result = intent.getIntExtra(EXTRA_RESULT, RESULT_DEFAULT);
  /packages/apps/DocumentsUI/tests/functional/com/android/documentsui/
FileCopyUiTest.java 80 TestNotificationService.EXTRA_RESULT, false);
FileDeleteUiTest.java 80 TestNotificationService.EXTRA_RESULT, false);
CancelFromNotificationUiTest.java 79 TestNotificationService.EXTRA_RESULT, false);
  /frameworks/support/slices/core/src/main/java/androidx/slice/compat/
SliceProviderCompat.java 92 public static final String EXTRA_RESULT = "result";
191 b.putInt(EXTRA_RESULT, mPermissionManager.checkSlicePermission(uri, pid, uid));
548 return res.getInt(EXTRA_RESULT);
  /packages/apps/Settings/tests/unit/src/com/android/settings/wifi/tether/
TetherServiceTest.java 415 responseIntent.putExtra(TetherService.EXTRA_RESULT, response);

Completed in 165 milliseconds