Searched refs:EXTRA_CODE (Results 1 – 2 of 2) sorted by relevance
26 public static final String EXTRA_CODE = "code"; field in WidgetConfigActivity
118 private static final String EXTRA_CODE = "code"; field in TelephonyTester371 if (intent.hasExtra(EXTRA_CODE) && intent.hasExtra(EXTRA_TYPE)) { in sendTestSuppServiceNotification()372 int code = intent.getIntExtra(EXTRA_CODE, -1); in sendTestSuppServiceNotification()