Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DTelephonyTester.java118 private static final String EXTRA_CODE = "code"; field in TelephonyTester
369 if (intent.hasExtra(EXTRA_CODE) && intent.hasExtra(EXTRA_TYPE)) { in sendTestSuppServiceNotification()
370 int code = intent.getIntExtra(EXTRA_CODE, -1); in sendTestSuppServiceNotification()