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

  /packages/apps/CertInstaller/src/com/android/certinstaller/
CertInstallerMain.java 42 private static final int REQUEST_INSTALL = 1;
93 startActivityForResult(installIntent, REQUEST_INSTALL);
134 startActivityForResult(intent, REQUEST_INSTALL);
145 } else if (requestCode == REQUEST_INSTALL) {
  /development/samples/ApiDemos/src/com/example/android/apis/content/
InstallApk.java 52 static final int REQUEST_INSTALL = 1;
76 if (requestCode == REQUEST_INSTALL) {
111 startActivityForResult(intent, REQUEST_INSTALL);
124 startActivityForResult(intent, REQUEST_INSTALL);
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/
cws_container_client.js 50 REQUEST_INSTALL: 'CWSContainerClient.Events.REQUEST_INSTALL'
144 var event = new Event(CWSContainerClient.Events.REQUEST_INSTALL);
suggest_apps_dialog.js 293 CWSContainerClient.Events.REQUEST_INSTALL,

Completed in 153 milliseconds