Searched refs:reply (Results 151 - 154 of 154) sorted by relevance

1234567

/frameworks/base/services/java/com/android/server/
H A DInputMethodManagerService.java520 public boolean onTransact(int code, Parcel data, Parcel reply, int flags) argument
523 return super.onTransact(code, data, reply, flags);
H A DWindowManagerService.java652 public boolean onTransact(int code, Parcel data, Parcel reply, int flags) argument
655 return super.onTransact(code, data, reply, flags);
4817 Parcel reply = null;
4850 reply = Parcel.obtain();
4854 binder.transact(IBinder.FIRST_CALL_TRANSACTION, data, reply, 0);
4856 reply.readException();
4871 if (reply != null) {
4872 reply.recycle();
5627 public boolean onTransact(int code, Parcel data, Parcel reply, int flags) argument
5630 return super.onTransact(code, data, reply, flag
[all...]
H A DPackageManagerService.java1041 public boolean onTransact(int code, Parcel data, Parcel reply, int flags) argument
1044 return super.onTransact(code, data, reply, flags);
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java1464 public boolean onTransact(int code, Parcel data, Parcel reply, int flags) argument
1467 return super.onTransact(code, data, reply, flags);
2207 // Propagate reply information over to the new activity.

Completed in 175 milliseconds

1234567