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

  /frameworks/base/services/core/java/com/android/server/hdmi/
PowerStatusMonitorAction.java 75 int sourceAddress = cmd.getSource();
76 int oldStatus = mPowerStatus.get(sourceAddress, INVALID_POWER_STATUS);
82 updatePowerStatus(sourceAddress, newStatus, true);
  /packages/apps/Nfc/src/com/android/nfc/beam/
BeamStatusReceiver.java 111 String sourceAddress = intent.getStringExtra(EXTRA_ADDRESS);
113 if (sourceAddress == null) return;
  /external/nist-sip/java/gov/nist/javax/sip/stack/
MessageChannel.java 258 String sourceAddress = getPeerAddress();
261 InetAddress sourceInetAddress = InetAddress.getByName(sourceAddress);

Completed in 115 milliseconds