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.java319 CellLocation location = CellLocation.newFromBundle(bundle);
H A DServiceState.java197 public static ServiceState newFromBundle(Bundle m) { method in class:ServiceState
H A DSignalStrength.java79 public static SignalStrength newFromBundle(Bundle m) { method in class:SignalStrength
H A DTelephonyManager.java314 CellLocation cl = CellLocation.newFromBundle(bundle);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneStateIntentReceiver.java167 mSignalStrength = SignalStrength.newFromBundle(intent.getExtras());
186 mServiceState = ServiceState.newFromBundle(intent.getExtras());

Completed in 90 milliseconds