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.java30 private boolean mIsLocationUpdated; field in LocationListenerActivity
37 mIsLocationUpdated = false; in onCreate()
83 if (mIsLocationUpdated) return;
85 mIsLocationUpdated = true;
111 if (mIsLocationUpdated) return true; in handleMessage()