Searched defs:hash (Results 1 - 1 of 1) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
H A DSdk.java414 * Returns a target from a hash that was generated by {@link IAndroidTarget#hashString()}.
416 * @param hash the {@link IAndroidTarget} hash string.
420 public IAndroidTarget getTargetFromHashString(@NonNull String hash) { argument
421 return mManager.getTargetFromHashString(hash);
476 // save the target hash string in the project persistent property
580 * <p/>This method will get the target hash string from the project properties, and resolve
589 String hash = state.getTargetHashString();
590 if (hash != null) {
591 state.setTarget(target = getTargetFromHashString(hash));
[all...]

Completed in 64 milliseconds