Searched refs:EXTRA_ERROR_CODE (Results 1 – 7 of 7) 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()
100 int errorCode = intent.getIntExtra(BluetoothLeScanner.EXTRA_ERROR_CODE, 0); in onReceive()
77 public static final String EXTRA_ERROR_CODE = "android.bluetooth.le.extra.ERROR_CODE"; field in BluetoothLeScanner
509 extrasIntent.putExtra(BluetoothLeScanner.EXTRA_ERROR_CODE, errorCode); in sendErrorByPendingIntent()
1288 field public static final String EXTRA_ERROR_CODE = "android.bluetooth.le.extra.ERROR_CODE";