Merge "Fixed indentation in setProfileName method" into mnc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
12e5fec238
@@ -3071,12 +3071,12 @@ public class DevicePolicyManager {
|
|||||||
public void setProfileName(ComponentName who, String profileName) {
|
public void setProfileName(ComponentName who, String profileName) {
|
||||||
if (mService != null) {
|
if (mService != null) {
|
||||||
try {
|
try {
|
||||||
mService.setProfileName(who, profileName);
|
mService.setProfileName(who, profileName);
|
||||||
} catch (RemoteException e) {
|
} catch (RemoteException e) {
|
||||||
Log.w(TAG, "Failed talking with device policy service", 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
|
* Used to determine if a particular package is registered as the profile owner for the
|
||||||
|
|||||||
Reference in New Issue
Block a user