Searched refs:mPort (Results 1 – 3 of 3) sorted by relevance
29 private final int mPort = 80; field in IntentFilter_AuthorityEntryTest34 mAuthorityEntry = new AuthorityEntry(mHost, String.valueOf(mPort)); in setUp()38 mAuthorityEntry = new AuthorityEntry(mHost, String.valueOf(mPort)); in testConstructor()41 assertEquals(mPort, mAuthorityEntry.getPort()); in testConstructor()43 mAuthorityEntry = new AuthorityEntry(mWildHost, String.valueOf(mPort)); in testConstructor()46 assertEquals(Integer.valueOf(mPort).intValue(), mAuthorityEntry.getPort()); in testConstructor()50 assertEquals(Integer.valueOf(mPort).intValue(), mAuthorityEntry.getPort()); in testAuthorityEntryProperties()71 mAuthorityEntry = new AuthorityEntry(mHost, String.valueOf(mPort)); in testMatch()
61 mPort = port; in init()84 if (!mSocket.init("127.0.0.1", mPort)) { in threadLoop()
101 int mPort; variable