Searched refs:fillInNotifierBundle (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
H A DCellLocation.java79 public abstract void fillInNotifierBundle(Bundle bundle); method in class:CellLocation
H A DServiceState.java605 public void fillInNotifierBundle(Bundle m) { method in class:ServiceState
H A DSignalStrength.java718 public void fillInNotifierBundle(Bundle m) { method in class:SignalStrength
/frameworks/base/telephony/java/android/telephony/gsm/
H A DGsmCellLocation.java141 public void fillInNotifierBundle(Bundle m) { method in class:GsmCellLocation
/frameworks/base/telephony/java/android/telephony/cdma/
H A DCdmaCellLocation.java199 public void fillInNotifierBundle(Bundle bundleToFill) { method in class:CdmaCellLocation
/frameworks/base/services/java/com/android/server/
H A DTelephonyRegistry.java130 location.fillInNotifierBundle(mCellLocation);
556 state.fillInNotifierBundle(data);
574 signalStrength.fillInNotifierBundle(data);
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DDefaultPhoneNotifier.java151 sender.getCellLocation().fillInNotifierBundle(data);

Completed in 129 milliseconds