Searched refs:mLastReceivedIntent (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tests/CoreTests/android/location/
H A DLocationManagerProximityTest.java251 private Intent mLastReceivedIntent; field in class:LocationManagerProximityTest.TestIntentReceiver
255 mLastReceivedIntent = null;
267 mLastReceivedIntent = intent;
275 return mLastReceivedIntent;
279 mLastReceivedIntent = null;

Completed in 66 milliseconds