| Modifier and Type | Method and Description |
|---|---|
IBinder |
AccessibilityService.onBind(Intent intent) |
| Modifier and Type | Method and Description |
|---|---|
IBinder |
AbstractAccountAuthenticator.getIBinder() |
| Modifier and Type | Method and Description |
|---|---|
abstract IBinder |
Service.onBind(Intent intent) |
IBinder |
IntentService.onBind(Intent intent) |
| Modifier and Type | Method and Description |
|---|---|
void |
WallpaperManager.clearWallpaperOffsets(IBinder windowToken) |
Activity |
Instrumentation.newActivity(Class<?> clazz,
Context context,
IBinder token,
Application application,
Intent intent,
ActivityInfo info,
CharSequence title,
Activity parent,
String id,
Object lastNonConfigurationInstance) |
void |
WallpaperManager.sendWallpaperCommand(IBinder windowToken,
String action,
int x,
int y,
int z,
Bundle extras) |
void |
WallpaperManager.setWallpaperOffsets(IBinder windowToken,
float xOffset,
float yOffset) |
| Modifier and Type | Method and Description |
|---|---|
IBinder |
AbstractThreadedSyncAdapter.getSyncAdapterBinder() |
IBinder |
SyncContext.getSyncContextBinder() |
IBinder |
BroadcastReceiver.peekService(Context myContext,
Intent service) |
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceConnection.onServiceConnected(ComponentName name,
IBinder service) |
| Modifier and Type | Method and Description |
|---|---|
IBinder |
AbstractInputMethodService.onBind(Intent intent) |
| Modifier and Type | Method and Description |
|---|---|
void |
InputMethodService.InputMethodImpl.attachToken(IBinder token) |
| Modifier and Type | Method and Description |
|---|---|
void |
MediaScannerConnection.onServiceConnected(ComponentName className,
IBinder service) |
| Modifier and Type | Method and Description |
|---|---|
IBinder |
VpnService.onBind(Intent intent) |
| Modifier and Type | Class and Description |
|---|---|
class |
Binder |
| Modifier and Type | Method and Description |
|---|---|
IBinder |
IInterface.asBinder() |
IBinder[] |
Parcel.createBinderArray() |
IBinder |
Messenger.getBinder() |
IBinder |
Parcel.readStrongBinder() |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<IBinder> |
Parcel.createBinderArrayList() |
| Modifier and Type | Method and Description |
|---|---|
void |
TokenWatcher.acquire(IBinder token,
String tag) |
void |
TokenWatcher.cleanup(IBinder token,
boolean unlink) |
void |
Parcel.readBinderArray(IBinder[] val) |
void |
TokenWatcher.release(IBinder token) |
void |
Parcel.writeBinderArray(IBinder[] val) |
void |
Parcel.writeStrongBinder(IBinder val) |
| Modifier and Type | Method and Description |
|---|---|
void |
Parcel.readBinderList(List<IBinder> list) |
void |
Parcel.writeBinderList(List<IBinder> val) |
| Constructor and Description |
|---|
Messenger(IBinder target) |
| Modifier and Type | Method and Description |
|---|---|
IBinder |
SpellCheckerService.onBind(Intent intent) |
| Modifier and Type | Method and Description |
|---|---|
IBinder |
WallpaperService.onBind(Intent intent) |
| Modifier and Type | Method and Description |
|---|---|
IBinder |
RecognitionService.onBind(Intent intent) |
| Modifier and Type | Method and Description |
|---|---|
IBinder |
TextToSpeechService.onBind(Intent intent) |
| Modifier and Type | Field and Description |
|---|---|
IBinder |
WindowManager.LayoutParams.token |
| Modifier and Type | Method and Description |
|---|---|
IBinder |
View.getApplicationWindowToken() |
IBinder |
View.getWindowToken() |
| Modifier and Type | Method and Description |
|---|---|
void |
Window.setWindowManager(WindowManager wm,
IBinder appToken,
String appName) |
void |
Window.setWindowManager(WindowManager wm,
IBinder appToken,
String appName,
boolean hardwareAccelerated) |
| Modifier and Type | Method and Description |
|---|---|
IBinder |
InputBinding.getConnectionToken() |
| Modifier and Type | Method and Description |
|---|---|
void |
InputMethod.attachToken(IBinder token) |
void |
InputMethodManager.hideSoftInputFromInputMethod(IBinder token,
int flags) |
boolean |
InputMethodManager.hideSoftInputFromWindow(IBinder windowToken,
int flags) |
boolean |
InputMethodManager.hideSoftInputFromWindow(IBinder windowToken,
int flags,
ResultReceiver resultReceiver) |
void |
InputMethodManager.hideStatusIcon(IBinder imeToken) |
void |
InputMethodManager.setInputMethod(IBinder token,
String id) |
void |
InputMethodManager.setInputMethodAndSubtype(IBinder token,
String id,
InputMethodSubtype subtype) |
void |
InputMethodManager.showSoftInputFromInputMethod(IBinder token,
int flags) |
void |
InputMethodManager.showStatusIcon(IBinder imeToken,
String packageName,
int iconId) |
boolean |
InputMethodManager.switchToLastInputMethod(IBinder imeToken) |
boolean |
InputMethodManager.switchToNextInputMethod(IBinder imeToken,
boolean onlyCurrentIme) |
void |
InputMethodManager.toggleSoftInputFromWindow(IBinder windowToken,
int showFlags,
int hideFlags) |
| Constructor and Description |
|---|
InputBinding(InputConnection conn,
IBinder connToken,
int uid,
int pid) |
| Modifier and Type | Method and Description |
|---|---|
IBinder |
RemoteViewsService.onBind(Intent intent) |
Copyright © 2008-2013. All Rights Reserved.