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