| Package | Description |
|---|---|
| android.content | |
| android.location | |
| android.media | |
| android.net.wifi.p2p | |
| android.os |
| Modifier and Type | Method and Description |
|---|---|
Looper |
ContextWrapper.getMainLooper() |
abstract Looper |
Context.getMainLooper() |
| Modifier and Type | Method and Description |
|---|---|
protected Handler |
AsyncQueryHandler.createHandler(Looper looper) |
| Constructor and Description |
|---|
AsyncQueryHandler.WorkerHandler(Looper looper) |
| Modifier and Type | Method and Description |
|---|---|
void |
LocationManager.requestLocationUpdates(long minTime,
float minDistance,
Criteria criteria,
LocationListener listener,
Looper looper) |
void |
LocationManager.requestLocationUpdates(String provider,
long minTime,
float minDistance,
LocationListener listener,
Looper looper) |
void |
LocationManager.requestSingleUpdate(Criteria criteria,
LocationListener listener,
Looper looper) |
void |
LocationManager.requestSingleUpdate(String provider,
LocationListener listener,
Looper looper) |
| Constructor and Description |
|---|
RemoteControlClient(PendingIntent mediaButtonIntent,
Looper looper) |
| Modifier and Type | Method and Description |
|---|---|
WifiP2pManager.Channel |
WifiP2pManager.initialize(Context srcContext,
Looper srcLooper,
WifiP2pManager.ChannelListener listener) |
| Modifier and Type | Method and Description |
|---|---|
Looper |
HandlerThread.getLooper() |
Looper |
Handler.getLooper() |
static Looper |
Looper.getMainLooper() |
static Looper |
Looper.myLooper() |
| Constructor and Description |
|---|
Handler(Looper looper) |
Handler(Looper looper,
Handler.Callback callback) |
Copyright © 2008-2013. All Rights Reserved.