Searched refs:newLocation (Results 1 – 2 of 2) sorted by relevance
40 Location newLocation = new Location(LocationManager.NETWORK_PROVIDER); in test_set() local41 newLocation.set(location); in test_set()43 assertLocationFieldsFromTestSetup(newLocation); in test_set()
1220 const gchar* newLocation = 0; in loadNextLocation() local1224 newLocation = gst_structure_get_string(m_mediaLocations, "new-location"); in loadNextLocation()1225 if (!newLocation) in loadNextLocation()1229 if (!newLocation) { in loadNextLocation()1244 newLocation = gst_structure_get_string(structure, "new-location"); in loadNextLocation()1247 if (newLocation) { in loadNextLocation()1260 if (gst_uri_is_valid(newLocation)) in loadNextLocation()1261 newUrl = KURL(KURL(), newLocation); in loadNextLocation()1263 newUrl = KURL(KURL(), currentUrl.baseAsString() + newLocation); in loadNextLocation()