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

  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/utils/
ApiHelper.java 25 * Users should get use {@link ApiHelper#get()} to retrieve a singleton
30 public class ApiHelper {
32 private static ApiHelper sApiHelper = null;
34 /** Creates a new ApiHelper adapted to the current runtime API level. */
35 public static ApiHelper get() {
40 sApiHelper = new ApiHelper();
47 protected ApiHelper() {
  /packages/apps/Camera2/src/com/android/camera/util/
ApiHelper.java 23 public class ApiHelper {
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
ApiHelper.java 29 public class ApiHelper {

Completed in 218 milliseconds