Searched refs:newFromBundle (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
H A DCellLocation.java63 public static CellLocation newFromBundle(Bundle bundle) { method in class:CellLocation
H A DPhoneStateListener.java302 CellLocation location = CellLocation.newFromBundle(bundle);
H A DServiceState.java146 public static ServiceState newFromBundle(Bundle m) { method in class:ServiceState
H A DTelephonyManager.java215 CellLocation cl = CellLocation.newFromBundle(bundle);
H A DSignalStrength.java79 public static SignalStrength newFromBundle(Bundle m) { method in class:SignalStrength
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DPhoneStateIntentReceiver.java170 mSignalStrength = SignalStrength.newFromBundle(intent.getExtras());
189 mServiceState = ServiceState.newFromBundle(intent.getExtras());

Completed in 507 milliseconds