Home | History | Annotate | Download | only in ui

Lines Matching defs:Looper

35 import android.os.Looper;
256 Looper.getMainLooper());
266 mLocationManager.requestSingleUpdate(oneTimeCriteria, this, Looper.getMainLooper());
270 (new Handler(Looper.getMainLooper())).post(new Runnable() {