Searched refs:errorValue (Results 1 – 3 of 3) sorted by relevance
481 String errorValue[] = c.split(","); in resetErrorCodeRetries() local482 if (errorValue != null && errorValue.length == 2) { in resetErrorCodeRetries()486 errorCode = Integer.parseInt(errorValue[0]); in resetErrorCodeRetries()487 count = Integer.parseInt(errorValue[1]); in resetErrorCodeRetries()
415 final int errorValue = -1; in handleWifiCallingPreferenceChanged() local432 int newValue = errorValue; in handleWifiCallingPreferenceChanged()447 if (newValue != errorValue && newValue != currentValue) { in handleWifiCallingPreferenceChanged()
1157 Landroid/icu/impl/Trie2;->errorValue:I