Home | History | Annotate | Download | only in content

Lines Matching refs:onUnlockUser

113         public void onUnlockUser(int userHandle) {
114 mService.onUnlockUser(userHandle);
182 void onUnlockUser(int userHandle) {
183 if (mSyncManager != null) mSyncManager.onUnlockUser(userHandle);