Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/com/android/internal/telephony/
DPhoneStateIntentReceiver.java170 mSignalStrength = SignalStrength.newFromBundle(intent.getExtras()); in onReceive()
189 mServiceState = ServiceState.newFromBundle(intent.getExtras()); in onReceive()
/frameworks/base/telephony/java/android/telephony/
DCellLocation.java63 public static CellLocation newFromBundle(Bundle bundle) { in newFromBundle() method in CellLocation
DPhoneStateListener.java325 CellLocation location = CellLocation.newFromBundle(bundle);
DTelephonyManager.java218 CellLocation cl = CellLocation.newFromBundle(bundle); in getCellLocation()
DServiceState.java154 public static ServiceState newFromBundle(Bundle m) { in newFromBundle() method in ServiceState
DSignalStrength.java79 public static SignalStrength newFromBundle(Bundle m) { in newFromBundle() method in SignalStrength