Searched refs:pdbManager (Results 1 – 2 of 2) sorted by relevance
68 final PersistentDataBlockManager pdbManager = (PersistentDataBlockManager)73 if (pdbManager != null && !oemLockManager.isOemUnlockAllowed() &&84 pdbManager.wipe();
403 Object pdbManager = context.getSystemService(Context.PERSISTENT_DATA_BLOCK_SERVICE); in isFrpSupported() local404 return pdbManager != null; in isFrpSupported()