Home
last modified time | relevance | path

Searched refs:otError (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Connectivity/thread/service/java/com/android/server/thread/
DThreadNetworkCountryCode.java524 public void onError(int otError, String message) { in newOperationReceiver() argument
528 + otError in newOperationReceiver()
DThreadNetworkControllerService.java1011 public void onError(int otError, String message) {
1012 receiver.onError(otErrorToAndroidError(otError), message);
1018 private static int otErrorToAndroidError(int otError) {
1020 switch (otError) {