Searched refs:dsuSlot (Results 1 – 5 of 5) sorted by relevance
79 public boolean startInstallation(String dsuSlot) throws RemoteException { in startInstallation() argument109 path = new File(sd_internal, dsuSlot).getPath(); in startInstallation()113 path = PATH_DEFAULT + dsuSlot; in startInstallation()118 mDsuSlot = dsuSlot; in startInstallation()
130 public boolean startInstallation(String dsuSlot) { in startInstallation() argument132 return mService.startInstallation(dsuSlot); in startInstallation()
30 boolean startInstallation(@utf8InCpp String dsuSlot); in startInstallation() argument
318 String dsuSlot = intent.getStringExtra(KEY_DSU_SLOT); in executeInstallCommand() local325 if (TextUtils.isEmpty(dsuSlot)) { in executeInstallCommand()326 dsuSlot = DEFAULT_DSU_SLOT; in executeInstallCommand()331 url, dsuSlot, publicKey, systemSize, userdataSize, this, mDynSystem, this); in executeInstallCommand()
211 String dsuSlot, in InstallationAsyncTask() argument224 mDsuSlot = dsuSlot; in InstallationAsyncTask()