Home
last modified time | relevance | path

Searched refs:otaspMode (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
DPhoneStateListener.java490 public void onOtaspChanged(int otaspMode) { in onOtaspChanged() argument
646 public void onOtaspChanged(int otaspMode) { in onOtaspChanged() argument
647 send(LISTEN_OTASP_CHANGED, otaspMode, 0, null); in onOtaspChanged()
/frameworks/base/telephony/java/com/android/internal/telephony/
DIPhoneStateListener.aidl40 void onOtaspChanged(in int otaspMode); in onOtaspChanged() argument
DITelephonyRegistry.aidl59 void notifyOtaspChanged(in int otaspMode); in notifyOtaspChanged() argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneNotifier.java49 public void notifyOtaspChanged(Phone sender, int otaspMode); in notifyOtaspChanged() argument
DDefaultPhoneNotifier.java235 public void notifyOtaspChanged(Phone sender, int otaspMode) { in notifyOtaspChanged() argument
239 mRegistry.notifyOtaspChanged(otaspMode); in notifyOtaspChanged()
DPhone.java2160 public void notifyOtaspChanged(int otaspMode) { in notifyOtaspChanged() argument
2161 mNotifier.notifyOtaspChanged(this, otaspMode); in notifyOtaspChanged()
DServiceStateTracker.java1611 int otaspMode = getOtasp(); in updateOtaspState() local
1613 mCurrentOtaspMode = otaspMode; in updateOtaspState()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DTestPhoneNotifier.java.broken64 public void notifyOtaspChanged(Phone sender, int otaspMode) {
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
DTelephonyRegistryMock.java269 public void notifyOtaspChanged(int otaspMode) { in notifyOtaspChanged() argument
DPhoneMock.java573 public void notifyOtaspChanged(int otaspMode) { in notifyOtaspChanged() argument
/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java1244 public void notifyOtaspChanged(int otaspMode) { in notifyOtaspChanged() argument
1249 mOtaspMode = otaspMode; in notifyOtaspChanged()
1253 r.callback.onOtaspChanged(otaspMode); in notifyOtaspChanged()