Searched refs:OTASP_NEEDED (Results 1 – 3 of 3) sorted by relevance
269 mDefaultPhoneNotifierUT.notifyOtaspChanged(mPhone, TelephonyManager.OTASP_NEEDED); in testNotifyOtaspChanged()270 verify(mTelephonyRegisteryMock).notifyOtaspChanged(TelephonyManager.OTASP_NEEDED); in testNotifyOtaspChanged()
1564 return TelephonyManager.OTASP_NEEDED; in getOtasp()1573 provisioningState = TelephonyManager.OTASP_NEEDED; in getOtasp()
129 static public final int OTASP_NEEDED = 2; field in TelephonyManager