Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/com/android/internal/telephony/
DTelephonyIntents.java288 public static final String SECRET_CODE_ACTION = "android.provider.Telephony.SECRET_CODE"; field in TelephonyIntents
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhone.java2302 Intent intent = new Intent(TelephonyIntents.SECRET_CODE_ACTION, in sendDialerSpecialCode()