Remove ILocationProvider.isEnabled() binder call and use cached value instead.

Change-Id: Id6a9f6d2e2f5cc5810a2beeb0f869f06e2d18860
Signed-off-by: Mike Lockwood <lockwood@android.com>
This commit is contained in:
Mike Lockwood
2010-02-01 12:16:35 -05:00
parent 3ff37c1d48
commit 2cd543aad5
5 changed files with 4 additions and 19 deletions

View File

@@ -95,10 +95,6 @@ public class MockProvider extends ILocationProvider.Stub {
return mStatusUpdateTime;
}
public boolean isEnabled() {
return mEnabled;
}
public int getAccuracy() {
return mAccuracy;
}