Merge "Remove clearUserActivityTimeout()." into jb-mr1-dev
This commit is contained in:
@ -40,7 +40,6 @@ interface IPowerManager
|
||||
void reboot(String reason);
|
||||
void crash(String message);
|
||||
|
||||
void clearUserActivityTimeout(long now, long timeout);
|
||||
void setPokeLock(int pokey, IBinder lock, String tag);
|
||||
void setStayOnSetting(int val);
|
||||
void setMaximumScreenOffTimeoutFromDeviceAdmin(int timeMs);
|
||||
|
@ -1573,12 +1573,6 @@ public final class PowerManagerService extends IPowerManager.Stub
|
||||
}
|
||||
}
|
||||
|
||||
@Override // Binder call
|
||||
public void clearUserActivityTimeout(long now, long timeout) {
|
||||
// TODO Auto-generated method stub
|
||||
// Only used by phone app, delete this
|
||||
}
|
||||
|
||||
@Override // Binder call
|
||||
public void setPokeLock(int pokey, IBinder lock, String tag) {
|
||||
// TODO Auto-generated method stub
|
||||
|
@ -44,11 +44,6 @@ public class BridgePowerManager implements IPowerManager {
|
||||
// pass for now.
|
||||
}
|
||||
|
||||
@Override
|
||||
public void clearUserActivityTimeout(long arg0, long arg1) throws RemoteException {
|
||||
// pass for now.
|
||||
}
|
||||
|
||||
@Override
|
||||
public void crash(String arg0) throws RemoteException {
|
||||
// pass for now.
|
||||
|
Reference in New Issue
Block a user