Home
last modified time | relevance | path

Searched refs:OTASP_NEEDED (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DDefaultPhoneNotifierTest.java267 mDefaultPhoneNotifierUT.notifyOtaspChanged(mPhone, ServiceStateTracker.OTASP_NEEDED); in testNotifyOtaspChanged()
268 verify(mTelephonyRegisteryMock).notifyOtaspChanged(ServiceStateTracker.OTASP_NEEDED); in testNotifyOtaspChanged()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java126 static public final int OTASP_NEEDED = 2; field in ServiceStateTracker
1393 return OTASP_NEEDED; in getOtasp()
1402 provisioningState = OTASP_NEEDED; in getOtasp()