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

  /frameworks/base/telephony/java/android/telephony/
NetworkScan.java 100 private final int mScanId;
115 telephony.stopNetworkScan(mSubId, mScanId);
132 throw new RemoteException("Failed to stop the network scan with id " + mScanId);
144 mScanId = scanId;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
NetworkScanRequestTracker.java 168 message.arg2 = nsri.mScanId;
194 private final int mScanId;
204 mScanId = id;
240 interruptNetworkScan(mScanId);
349 if (mLiveRequestInfo == null || nsri.mScanId != mLiveRequestInfo.mScanId) {
400 // Stops the scan if the scanId and uid match the mScanId and mUid.
406 if (mLiveRequestInfo != null && scanId == mLiveRequestInfo.mScanId) {
409 } else if (mPendingRequestInfo != null && scanId == mPendingRequestInfo.mScanId) {
439 // Interrupts the live scan is the scanId matches the mScanId of the mLiveRequestInfo
    [all...]

Completed in 51 milliseconds