Home | History | Annotate | Download | only in content

Lines Matching refs:onStopUser

118         public void onStopUser(int userHandle) {
119 mService.onStopUser(userHandle);
186 void onStopUser(int userHandle) {
187 if (mSyncManager != null) mSyncManager.onStopUser(userHandle);