HomeSort by relevance Sort by last modified time
    Searched refs:reportStatus (Results 1 - 4 of 4) sorted by null

  /packages/apps/Mms/src/com/android/mms/ui/
DeliveryReportActivity.java 196 Map<String, MmsReportStatus> reportStatus) {
197 if (reportStatus == null) {
205 MmsReportStatus status = queryStatusByRecipient(reportStatus, recipient);
263 Map<String, MmsReportStatus> reportStatus = getMmsReportStatus();
267 getMmsReportStatusText(reportReq, reportStatus);
  /frameworks/base/core/java/android/content/pm/
IPackageManager.aidl 344 void updateExternalMediaStatus(boolean mounted, boolean reportStatus);
  /frameworks/base/services/java/com/android/server/pm/
PackageManagerService.java 710 boolean reportStatus = msg.arg1 == 1;
712 if (DEBUG_SD_INSTALL) Log.i(TAG, "reportStatus=" + reportStatus + ", doGc = " + doGc);
724 if (reportStatus) {
    [all...]
  /frameworks/base/services/java/com/android/server/location/
GpsLocationProvider.java     [all...]

Completed in 3644 milliseconds