HomeSort by relevance Sort by last modified time
    Searched defs:installId (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/renderer/resources/extensions/
webstore_custom_bindings.js 16 var installId = webstoreNatives.Install(url, onSuccess, onFailure);
17 if (installId !== undefined) {
19 installId: installId,
26 Installer.prototype.onInstallResponse = function(installId, success, error) {
28 if (!pendingInstall || pendingInstall.installId != installId) {
55 function onInstallResponse(installId, success, error) {
56 installer.onInstallResponse(installId, success, error);
  /prebuilts/devtools/tools/lib/
sdklib.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.2.0/
sdklib-22.2.0.jar 

Completed in 120 milliseconds