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.java711 public void fillInNotifierBundle(Bundle m) { method in class:ServiceState
H A DSignalStrength.java929 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.java211 public void fillInNotifierBundle(Bundle bundleToFill) { method in class:CdmaCellLocation
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DDefaultPhoneNotifier.java160 sender.getCellLocation().fillInNotifierBundle(data);
/frameworks/base/services/java/com/android/server/
H A DTelephonyRegistry.java174 location.fillInNotifierBundle(mCellLocation);
654 state.fillInNotifierBundle(data);
672 signalStrength.fillInNotifierBundle(data);

Completed in 200 milliseconds