Searched refs:notifyOtaspChanged (Results 1 – 11 of 11) sorted by relevance
267 mDefaultPhoneNotifierUT.notifyOtaspChanged(mPhone, ServiceStateTracker.OTASP_NEEDED); in testNotifyOtaspChanged()268 verify(mTelephonyRegisteryMock).notifyOtaspChanged(ServiceStateTracker.OTASP_NEEDED); in testNotifyOtaspChanged()270 mDefaultPhoneNotifierUT.notifyOtaspChanged(mPhone, ServiceStateTracker.OTASP_UNKNOWN); in testNotifyOtaspChanged()271 verify(mTelephonyRegisteryMock).notifyOtaspChanged(ServiceStateTracker.OTASP_UNKNOWN); in testNotifyOtaspChanged()
64 public void notifyOtaspChanged(Phone sender, int otaspMode) {
49 public void notifyOtaspChanged(Phone sender, int otaspMode); in notifyOtaspChanged() method
239 public void notifyOtaspChanged(Phone sender, int otaspMode) { in notifyOtaspChanged() method in DefaultPhoneNotifier243 mRegistry.notifyOtaspChanged(otaspMode); in notifyOtaspChanged()
2020 public void notifyOtaspChanged(int otaspMode) { in notifyOtaspChanged() method in Phone2021 mNotifier.notifyOtaspChanged(this, otaspMode); in notifyOtaspChanged()
540 mPhone.notifyOtaspChanged(OTASP_UNINITIALIZED); in initOnce()1449 mPhone.notifyOtaspChanged(mCurrentOtaspMode); in updateOtaspState()
59 void notifyOtaspChanged(in int otaspMode); in notifyOtaspChanged() method
269 public void notifyOtaspChanged(int otaspMode) { in notifyOtaspChanged() method in TelephonyRegistryMock
565 public void notifyOtaspChanged(int otaspMode) { in notifyOtaspChanged() method in PhoneMock
1169 public void notifyOtaspChanged(int otaspMode) { in notifyOtaspChanged() method in TelephonyRegistry
2414 mPhone.notifyOtaspChanged(ServiceStateTracker.OTASP_SIM_UNPROVISIONED); in applyUnProvisionedSimDetected()