Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DPhoneStateListener.java513 public void onOtaspChanged(int otaspMode) { in onOtaspChanged() argument
688 public void onOtaspChanged(int otaspMode) { in onOtaspChanged() argument
689 send(LISTEN_OTASP_CHANGED, otaspMode, 0, null); in onOtaspChanged()
/frameworks/base/telephony/java/com/android/internal/telephony/
DIPhoneStateListener.aidl42 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.java50 public void notifyOtaspChanged(Phone sender, int otaspMode); in notifyOtaspChanged() argument
DDefaultPhoneNotifier.java249 public void notifyOtaspChanged(Phone sender, int otaspMode) { in notifyOtaspChanged() argument
253 mRegistry.notifyOtaspChanged(otaspMode); in notifyOtaspChanged()
DPhone.java2172 public void notifyOtaspChanged(int otaspMode) { in notifyOtaspChanged() argument
2173 mNotifier.notifyOtaspChanged(this, otaspMode); in notifyOtaspChanged()
DServiceStateTracker.java1612 int otaspMode = getOtasp(); in updateOtaspState() local
1614 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.java271 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.java1316 public void notifyOtaspChanged(int otaspMode) { in notifyOtaspChanged() argument
1321 mOtaspMode = otaspMode; in notifyOtaspChanged()
1325 r.callback.onOtaspChanged(otaspMode); in notifyOtaspChanged()