diff options
| author | John Spurlock <jspurlock@google.com> | 2014-02-25 09:40:05 -0500 |
|---|---|---|
| committer | John Spurlock <jspurlock@google.com> | 2014-02-25 09:49:29 -0500 |
| commit | 8a985d24ce9a38f40ed88fecbdcd0e75e3a68f44 (patch) | |
| tree | a71a241bf554a157a25d54dce66364d7881c3579 /core/java/android/app/ApplicationThreadNative.java | |
| parent | 875e2101d71afe7e4acf10b061c942fbf7294775 (diff) | |
Tabs -> spaces in frameworks/base.
Change-Id: I5a84e8e93ac99b5ed0212b37bf66efa5e53864be
Diffstat (limited to 'core/java/android/app/ApplicationThreadNative.java')
| -rw-r--r-- | core/java/android/app/ApplicationThreadNative.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/java/android/app/ApplicationThreadNative.java b/core/java/android/app/ApplicationThreadNative.java index c8f1280ad36c..20198f9c2034 100644 --- a/core/java/android/app/ApplicationThreadNative.java +++ b/core/java/android/app/ApplicationThreadNative.java @@ -714,7 +714,7 @@ class ApplicationThreadProxy implements IApplicationThread { } public final void scheduleSendResult(IBinder token, List<ResultInfo> results) - throws RemoteException { + throws RemoteException { Parcel data = Parcel.obtain(); data.writeInterfaceToken(IApplicationThread.descriptor); data.writeStrongBinder(token); @@ -884,7 +884,7 @@ class ApplicationThreadProxy implements IApplicationThread { } public final void scheduleServiceArgs(IBinder token, boolean taskRemoved, int startId, - int flags, Intent args) throws RemoteException { + int flags, Intent args) throws RemoteException { Parcel data = Parcel.obtain(); data.writeInterfaceToken(IApplicationThread.descriptor); data.writeStrongBinder(token); |
