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

/frameworks/opt/photoviewer/src/com/android/ex/photo/loaders/
H A DPhotoBitmapLoaderInterface.java15 public static final int STATUS_SUCCESS = 0; field in class:PhotoBitmapLoaderInterface.BitmapResult
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DCellNetworkScanResult.java34 public static final int STATUS_SUCCESS = 1; field in class:CellNetworkScanResult
/frameworks/base/core/java/android/content/pm/
H A DPackageInstaller.java116 * {@link #STATUS_PENDING_USER_ACTION}, {@link #STATUS_SUCCESS},
180 public static final int STATUS_SUCCESS = 0; field in class:PackageInstaller
/frameworks/base/core/java/android/provider/
H A DDownloads.java619 public static final int STATUS_SUCCESS = 200; field in class:Downloads.Impl
739 case STATUS_SUCCESS: return "SUCCESS";

Completed in 3043 milliseconds