Searched refs:getConfigurationIntentForUser (Results 1 – 3 of 3) sorted by relevance
477 Intent getConfigurationIntentForUser(int userId, String transport); in getConfigurationIntentForUser() method
918 return sService.getConfigurationIntentForUser(mContext.getUserId(), transportName); in getConfigurationIntent()
1144 public Intent getConfigurationIntentForUser(int userId, String transport) in getConfigurationIntentForUser() method in BackupManagerService1153 return getConfigurationIntentForUser(binderGetCallingUserId(), transport); in getConfigurationIntent()