Searched refs:failureCode (Results 1 – 4 of 4) sorted by relevance
791 @BugreportFailureCode int failureCode) { in onBugreportFailed() argument907 int failureCode = intent.getIntExtra(EXTRA_BUGREPORT_FAILURE_REASON, in onReceive() local909 onBugreportFailed(context, intent, failureCode); in onReceive()
312 int failureCode = StateCallback.ERROR_CAMERA_DEVICE; in setRemoteFailure() local317 failureCode = StateCallback.ERROR_CAMERA_IN_USE; in setRemoteFailure()320 failureCode = StateCallback.ERROR_MAX_CAMERAS_IN_USE; in setRemoteFailure()323 failureCode = StateCallback.ERROR_CAMERA_DISABLED; in setRemoteFailure()329 failureCode = StateCallback.ERROR_CAMERA_DEVICE; in setRemoteFailure()336 final int code = failureCode; in setRemoteFailure()
959 public void incrementSoftApStartResult(boolean result, int failureCode) { in incrementSoftApStartResult() argument972 if (failureCode == WifiManager.SAP_START_FAILURE_NO_CHANNEL) { in incrementSoftApStartResult()
5195 String request, int failureCode) {}; in onReceiveUssdResponseFailed() argument