Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6bfebbb0 authored by nebkat's avatar nebkat
Browse files

Add @hide to new fields/methods

Change-Id: I084485bbe6b738ed90a72b787d842688b38b3bef
parent b16ffd1b
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -33,6 +33,9 @@ import java.util.HashMap;
import java.util.Map;
import java.util.UUID;

/**
 * @hide
 */
public final class Profile implements Parcelable {

    private String mName;
+3 −0
Original line number Diff line number Diff line
@@ -31,6 +31,9 @@ import android.util.Log;
import java.io.IOException;
import java.util.UUID;

/**
 * @hide
 */
public final class ProfileGroup implements Parcelable {
    private static final String TAG = "ProfileGroup";

+5 −3
Original line number Diff line number Diff line
@@ -26,8 +26,10 @@ import android.os.RemoteException;
import android.os.ServiceManager;
import android.util.Log;

public class ProfileManager
{
/**
 * @hide
 */
public class ProfileManager {

    private static IProfileManager sService;

+2 −0
Original line number Diff line number Diff line
@@ -1518,6 +1518,8 @@ public abstract class Context {
     *
     * @see #getSystemService
     * @see android.app.ProfileManager
     *
     * @hide
     */
    public static final String PROFILE_SERVICE = "profile";