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