Searched defs:updateStatus (Results 1 - 4 of 4) sorted by path

/frameworks/base/obex/javax/obex/
H A DServerRequestHandler.java267 public void updateStatus(String message) { method in class:ServerRequestHandler
/frameworks/base/services/java/com/android/server/location/
H A DGpsLocationProvider.java767 private void updateStatus(int status, int svCount) { method in class:GpsLocationProvider
976 updateStatus(LocationProvider.TEMPORARILY_UNAVAILABLE, 0);
999 updateStatus(LocationProvider.TEMPORARILY_UNAVAILABLE, 0);
1097 updateStatus(LocationProvider.AVAILABLE, mSvCount);
1199 updateStatus(mStatus, Integer.bitCount(mSvMasks[USED_FOR_FIX_MASK]));
1207 updateStatus(LocationProvider.TEMPORARILY_UNAVAILABLE, mSvCount);
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiConfigStore.java268 void updateStatus(int netId, DetailedState state) { method in class:WifiConfigStore
/frameworks/base/wifi/java/android/net/wifi/p2p/
H A DWifiP2pDeviceList.java96 public void updateStatus(String deviceAddress, int status) { method in class:WifiP2pDeviceList

Completed in 807 milliseconds