HomeSort by relevance Sort by last modified time
    Searched full:storetype (Results 1 - 6 of 6) sorted by null

  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/build/
DebugKeyProvider.java 89 * @param storeType an optional keystore type, or <code>null</code> if the default is to
96 public DebugKeyProvider(String osKeyStorePath, String storeType, IKeyGenOutput output)
104 if (loadKeyEntry(osKeyStorePath, storeType) == false) {
106 createNewStore(osKeyStorePath, storeType, output);
159 * @param storeType an optional keystore type, or <code>null</code> if the default is to
163 private boolean loadKeyEntry(String osKeyStorePath, String storeType) throws KeyStoreException,
168 storeType != null ? storeType : KeyStore.getDefaultType());
184 * @param storeType an optional keystore type, or <code>null</code> if the default is to
195 private void createNewStore(String osKeyStorePath, String storeType, IKeyGenOutput output
    [all...]
KeystoreHelper.java 40 * @param storeType an optional keystore type, or <code>null</code> if the default is to
53 String storeType,
97 if (storeType != null) {
98 commandList.add("-storetype");
99 commandList.add(storeType);
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/build/
ApkBuilderMain.java 111 } else if ("-storetype".equals(argument)) {
114 printAndExit("Missing value for -storetype");
189 System.err.println("Usage: apkbuilder <out archive> [-v][-u][-storetype STORE_TYPE] [-z inputzip]");
195 System.err.println(" -storetype Forces the KeyStore type. If ommited the default is used.");
  /sdk/sdkmanager/libs/sdklib/tests/src/com/android/sdklib/internal/build/
DebugKeyProviderTest.java 62 provider = new DebugKeyProvider(osPath, null /*storeType*/, keygenOutput);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/
BuildPreferencePage.java 134 null /* storeType */, null /* key gen output */);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/
ExportWizard.java 236 null /*storeType*/,

Completed in 890 milliseconds