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