HomeSort by relevance Sort by last modified time
    Searched defs:reportStatus (Results 1 - 8 of 8) 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);
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/inc/
rsn.h 162 rsn_reportStatus_t reportStatus;
  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
rsn.h 177 rsn_reportStatus_t reportStatus;
apConn.c 690 apConn_connStatus_t reportStatus;
704 reportStatus.dataBuf = (char *)(param.content.assocReqBuffer.buffer);
705 reportStatus.dataBufLength = param.content.assocReqBuffer.bufferSize;
707 reportStatus.status = CONN_STATUS_CONNECTED;
708 reportStatusCallb(pAPConnection->hRoamMng, &reportStatus);
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
rsn.h 174 rsn_reportStatus_t reportStatus;
apConn.c 681 apConn_connStatus_t reportStatus;
695 reportStatus.dataBuf = (char *)(param.content.assocReqBuffer.buffer);
696 reportStatus.dataBufLength = param.content.assocReqBuffer.bufferSize;
698 reportStatus.status = CONN_STATUS_CONNECTED;
699 reportStatusCallb(pAPConnection->hRoamMng, &reportStatus);
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/apConn/
apConn.c     [all...]
  /frameworks/base/services/java/com/android/server/location/
GpsLocationProvider.java     [all...]

Completed in 1535 milliseconds