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

  /development/samples/ApiDemos/src/com/example/android/apis/content/
InstallApk.java 108 intent.putExtra(Intent.EXTRA_RETURN_RESULT, true);
120 intent.putExtra(Intent.EXTRA_RETURN_RESULT, true);
142 intent.putExtra(Intent.EXTRA_RETURN_RESULT, true);
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/
UninstallerActivity.java 103 if (getIntent().getBooleanExtra(Intent.EXTRA_RETURN_RESULT, false)) {
104 newIntent.putExtra(Intent.EXTRA_RETURN_RESULT, true);
PackageInstallerActivity.java 370 if (getIntent().getBooleanExtra(Intent.EXTRA_RETURN_RESULT, false)) {
371 newIntent.putExtra(Intent.EXTRA_RETURN_RESULT, true);
UninstallAppProgress.java 59 if (getIntent().getBooleanExtra(Intent.EXTRA_RETURN_RESULT, false)) {
InstallAppProgress.java 73 if (getIntent().getBooleanExtra(Intent.EXTRA_RETURN_RESULT, false)) {
  /frameworks/base/core/java/android/content/
Intent.java     [all...]
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 

Completed in 126 milliseconds