| package android.support.v4.content { |
| |
| public class ContextCompat { |
| method public static deprecated android.content.Context createDeviceEncryptedStorageContext(android.content.Context); |
| method public static deprecated boolean isDeviceEncryptedStorage(android.content.Context); |
| } |
| |
| } |
| |
| package android.support.v4.os { |
| |
| public class UserManagerCompat { |
| method public static deprecated boolean isUserRunningAndLocked(android.content.Context); |
| method public static deprecated boolean isUserRunningAndUnlocked(android.content.Context); |
| } |
| |
| } |
| |
| package android.support.v7.preference { |
| |
| public class PreferenceManager { |
| method public deprecated void setStorageDeviceEncrypted(); |
| } |
| |
| } |
| |