Searched defs:newConnectionType (Results 1 – 2 of 2) sorted by relevance
164 private void updateCurrentConnectionType(int newConnectionType) { in updateCurrentConnectionType()172 void notifyObserversOfConnectionTypeChange(int newConnectionType) { in notifyObserversOfConnectionTypeChange()204 private native void nativeNotifyConnectionTypeChanged(long nativePtr, int newConnectionType); in nativeNotifyConnectionTypeChanged()
101 public void onConnectionTypeChanged(int newConnectionType); in onConnectionTypeChanged()221 int newConnectionType = getCurrentConnectionType(); in connectionTypeChanged() local