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()
49 public static final String EXTRA_ERROR_CODE = "errorCode"; field in SendStatusReceiver67 intent.getIntExtra(EXTRA_ERROR_CODE, NO_ERROR_CODE), in onReceive()
177 private static final String EXTRA_ERROR_CODE = "errorCode"; field in SmsReceiver189 final int errorCode = intent.getIntExtra(EXTRA_ERROR_CODE, 0); in deliverSmsIntent()
1063 extrasIntent.putExtra(BluetoothLeScanner.EXTRA_ERROR_CODE, errorCode); in sendErrorByPendingIntent()