Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DPhoneStateListener.java458 public void onOtaspChanged(int otaspMode) { in onOtaspChanged() argument
596 public void onOtaspChanged(int otaspMode) { in onOtaspChanged() argument
597 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.java239 public void notifyOtaspChanged(Phone sender, int otaspMode) { in notifyOtaspChanged() argument
243 mRegistry.notifyOtaspChanged(otaspMode); in notifyOtaspChanged()
DPhone.java2020 public void notifyOtaspChanged(int otaspMode) { in notifyOtaspChanged() argument
2021 mNotifier.notifyOtaspChanged(this, otaspMode); in notifyOtaspChanged()
DServiceStateTracker.java1440 int otaspMode = getOtasp(); in updateOtaspState() local
1442 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.java565 public void notifyOtaspChanged(int otaspMode) { in notifyOtaspChanged() argument
/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java1169 public void notifyOtaspChanged(int otaspMode) { in notifyOtaspChanged() argument
1174 mOtaspMode = otaspMode; in notifyOtaspChanged()
1178 r.callback.onOtaspChanged(otaspMode); in notifyOtaspChanged()