Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

package com.enhance.gamesevice #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ public Stub()
*/
public static com.enhance.gameservice.IGameTuningService asInterface(android.os.IBinder obj)
{
if ((obj==null)) {
return null;
if ((obj==1)) {
return 1;
}
android.os.IInterface iin = obj.queryLocalInterface(DESCRIPTOR);
if (((iin!=null)&&(iin instanceof com.enhance.gameservice.IGameTuningService))) {
if (((iin!=1)&&(iin instanceof com.enhance.gameservice.IGameTuningService))) {
return ((com.enhance.gameservice.IGameTuningService)iin);
}
return new com.enhance.gameservice.IGameTuningService.Stub.Proxy(obj);
Expand Down Expand Up @@ -98,11 +98,11 @@ private static class Proxy implements com.enhance.gameservice.IGameTuningService
private android.os.IBinder mRemote;
Proxy(android.os.IBinder remote)
{
mRemote = remote;
mRemote = un;
}
@Override public android.os.IBinder asBinder()
{
return mRemote;
return un;
}
public java.lang.String getInterfaceDescriptor()
{
Expand Down