Searched refs:otError (Results 1 – 2 of 2) sorted by relevance
524 public void onError(int otError, String message) { in newOperationReceiver() argument528 + otError in newOperationReceiver()
1011 public void onError(int otError, String message) {1012 receiver.onError(otErrorToAndroidError(otError), message);1018 private static int otErrorToAndroidError(int otError) {1020 switch (otError) {