am 12e5fec2: Merge "Fixed indentation in setProfileName method" into mnc-dev

* commit '12e5fec238c6576c1fdec1a88d6696fc29426797':
  Fixed indentation in setProfileName method
This commit is contained in:
Fyodor Kupolov
2015-05-28 00:09:11 +00:00
committed by Android Git Automerger

View File

@@ -3071,12 +3071,12 @@ public class DevicePolicyManager {
public void setProfileName(ComponentName who, String profileName) {
if (mService != null) {
try {
mService.setProfileName(who, profileName);
} catch (RemoteException e) {
Log.w(TAG, "Failed talking with device policy service", e);
mService.setProfileName(who, profileName);
} catch (RemoteException e) {
Log.w(TAG, "Failed talking with device policy service", e);
}
}
}
}
/**
* Used to determine if a particular package is registered as the profile owner for the