Home
last modified time | relevance | path

Searched refs:mIsLocationUpdated (Results 1 – 1 of 1) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/location/
DLocationListenerActivity.java46 private boolean mIsLocationUpdated; field in LocationListenerActivity
53 mIsLocationUpdated = false; in onCreate()
99 if (mIsLocationUpdated) return;
101 mIsLocationUpdated = true;
127 if (mIsLocationUpdated) return true; in handleMessage()