Searched refs:bundleToFill (Results 1 – 1 of 1) sorted by relevance
223 public void fillInNotifierBundle(Bundle bundleToFill) { in fillInNotifierBundle() argument224 bundleToFill.putInt("baseStationId", this.mBaseStationId); in fillInNotifierBundle()225 bundleToFill.putInt("baseStationLatitude", this.mBaseStationLatitude); in fillInNotifierBundle()226 bundleToFill.putInt("baseStationLongitude", this.mBaseStationLongitude); in fillInNotifierBundle()227 bundleToFill.putInt("systemId", this.mSystemId); in fillInNotifierBundle()228 bundleToFill.putInt("networkId", this.mNetworkId); in fillInNotifierBundle()