Home | History | Annotate | Download | only in backup

Lines Matching refs:sService

57     private static IBackupManager sService;
60 if (sService == null) {
61 sService = IBackupManager.Stub.asInterface(
86 if (sService != null) {
88 sService.dataChanged(mContext.getPackageName());
108 if (sService != null) {
110 sService.dataChanged(packageName);
138 if (sService != null) {
141 String transport = sService.getCurrentTransport();
142 IRestoreSession binder = sService.beginRestoreSession(transport);
164 if (sService != null) {
166 String transport = sService.getCurrentTransport();
167 IRestoreSession binder = sService.beginRestoreSession(transport);