Searched refs:EXTRA_TYPE (Results 1 – 1 of 1) sorted by relevance
107 private static final String EXTRA_TYPE = "type"; field in TelephonyTester344 if (intent.hasExtra(EXTRA_CODE) && intent.hasExtra(EXTRA_TYPE)) { in sendTestSuppServiceNotification()346 int type = intent.getIntExtra(EXTRA_TYPE, -1); in sendTestSuppServiceNotification()