HomeSort by relevance Sort by last modified time
    Searched full:reportstatus (Results 1 - 5 of 5) 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/services/java/com/android/server/location/
GpsLocationProvider.java     [all...]
  /frameworks/base/core/java/android/content/pm/
IPackageManager.aidl 344 void updateExternalMediaStatus(boolean mounted, boolean reportStatus);
  /frameworks/base/services/jni/
com_android_server_location_GpsLocationProvider.cpp 241 method_reportStatus = env->GetMethodID(clazz, "reportStatus", "(I)V");
  /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...]

Completed in 238 milliseconds