Searched refs:EXTRA_ERROR_CODE (Results 1 – 4 of 4) sorted by relevance
34 private static final String EXTRA_ERROR_CODE = "errorCode"; field in SendStatusReceiver41 int errorCode = intent.getIntExtra(EXTRA_ERROR_CODE, -1); in onReceive()
50 public static final String EXTRA_ERROR_CODE = "errorCode"; field in SendStatusReceiver68 intent.getIntExtra(EXTRA_ERROR_CODE, NO_ERROR_CODE), in onReceive()
177 private static final String EXTRA_ERROR_CODE = "errorCode"; field in SmsReceiver190 intent.getIntExtra(EXTRA_ERROR_CODE, SendStatusReceiver.NO_ERROR_CODE); in deliverSmsIntent()
1264 extrasIntent.putExtra(BluetoothLeScanner.EXTRA_ERROR_CODE, errorCode); in sendErrorByPendingIntent()