Searched refs:IResumeOnRebootService (Results 1 – 3 of 3) sorted by relevance
121 private final android.service.resumeonreboot.IResumeOnRebootService mInterface =122 new android.service.resumeonreboot.IResumeOnRebootService.Stub() {
22 interface IResumeOnRebootService { interface
37 import android.service.resumeonreboot.IResumeOnRebootService;120 private IResumeOnRebootService mBinder;147 mBinder = IResumeOnRebootService.Stub.asInterface(service); in bindToService()