Searched refs:bundleToFill (Results 1 – 1 of 1) sorted by relevance
211 public void fillInNotifierBundle(Bundle bundleToFill) { in fillInNotifierBundle() argument212 bundleToFill.putInt("baseStationId", this.mBaseStationId); in fillInNotifierBundle()213 bundleToFill.putInt("baseStationLatitude", this.mBaseStationLatitude); in fillInNotifierBundle()214 bundleToFill.putInt("baseStationLongitude", this.mBaseStationLongitude); in fillInNotifierBundle()215 bundleToFill.putInt("systemId", this.mSystemId); in fillInNotifierBundle()216 bundleToFill.putInt("networkId", this.mNetworkId); in fillInNotifierBundle()