Searched defs:updateStatus (Results 1 - 2 of 2) sorted by relevance

/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.java771 private void updateStatus(int status, int svCount) { method in class:GpsLocationProvider
1003 updateStatus(LocationProvider.TEMPORARILY_UNAVAILABLE, 0);
1027 updateStatus(LocationProvider.TEMPORARILY_UNAVAILABLE, 0);
1125 updateStatus(LocationProvider.AVAILABLE, mSvCount);
1240 updateStatus(mStatus, Integer.bitCount(mSvMasks[USED_FOR_FIX_MASK]));
1248 updateStatus(LocationProvider.TEMPORARILY_UNAVAILABLE, mSvCount);

Completed in 42 milliseconds