Searched defs:newConnectionType (Results 1 – 2 of 2) sorted by relevance
163 private void updateCurrentConnectionType(int newConnectionType) { in updateCurrentConnectionType()171 void notifyObserversOfConnectionTypeChange(int newConnectionType) { in notifyObserversOfConnectionTypeChange()205 private native void nativeNotifyConnectionTypeChanged(long nativePtr, int newConnectionType); in nativeNotifyConnectionTypeChanged()
100 public void onConnectionTypeChanged(int newConnectionType); in onConnectionTypeChanged()224 int newConnectionType = getCurrentConnectionType(); in connectionTypeChanged() local