1 package android.support.v4.content { 2 3 public class ContextCompat { 4 method public static deprecated android.content.Context createDeviceEncryptedStorageContext(android.content.Context); 5 method public static deprecated boolean isDeviceEncryptedStorage(android.content.Context); 6 } 7 8 } 9 10 package android.support.v4.os { 11 12 public class UserManagerCompat { 13 method public static deprecated boolean isUserRunningAndLocked(android.content.Context); 14 method public static deprecated boolean isUserRunningAndUnlocked(android.content.Context); 15 } 16 17 } 18 19