Searched refs:PERSISTENT_DATA_BLOCK_PROP (Results 1 – 2 of 2) sorted by relevance
106 private static final String PERSISTENT_DATA_BLOCK_PROP = "ro.frp.pst"; field in PersistentDataBlockService143 mDataBlockFile = SystemProperties.get(PERSISTENT_DATA_BLOCK_PROP); in PersistentDataBlockService()
312 private static final String PERSISTENT_DATA_BLOCK_PROP = "ro.frp.pst"; field in SystemServer1350 final boolean hasPdb = !SystemProperties.get(PERSISTENT_DATA_BLOCK_PROP).equals(""); in startOtherServices()