Example #1
0
 /** Load the user profile associated to the network interface */
 private void loadUserProfile() {
   ImsModule.setImsUserProfile(mCurrentNetworkInterface.getUserProfile());
   RtpSource.setCname(ImsModule.getImsUserProfile().getPublicUri());
   if (sLogger.isActivated()) {
     sLogger.debug("User profile has been reloaded");
   }
 }