Searched refs:mInfo (Results 1 – 2 of 2) sorted by relevance
134 mInfo = info; in EventData()140 mInfo = null; in EventData()145 private final NsdServiceInfo mInfo; field in NsdManagerTest.EventData291 String registeredName = lastEvent.mInfo.getServiceName(); in runTest()324 lastEvent.mInfo.getServiceName()); in runTest()326 if (lastEvent.mInfo.getServiceName().equals(registeredName)) { in runTest()328 si = lastEvent.mInfo; in runTest()354 String.valueOf(lastEvent.mInfo.getPort())); in runTest()356 assertTrue(lastEvent.mInfo.getPort() == localPort); in runTest()373 assertTrue(lastEvent.mInfo.getServiceName().equals(registeredName)); in runTest()[all …]
38 private int mInfo; field in BleButtonActivity47 mInfo = R.string.ble_discover_service_info; in BleButtonActivity()54 mInfo = R.string.ble_client_disconnect_name; in BleButtonActivity()67 setInfoResources(mName, mInfo, -1); in onCreate()