Searched refs:PERSISTENT_DATA_BLOCK_SERVICE (Results 1 – 5 of 5) sorted by relevance
107 publishBinderService(Context.PERSISTENT_DATA_BLOCK_SERVICE, mService); in onStart()
2907 public static final String PERSISTENT_DATA_BLOCK_SERVICE = "persistent_data_block"; field in Context
746 registerService(PERSISTENT_DATA_BLOCK_SERVICE, new ServiceFetcher() { in registerService() argument748 IBinder b = ServiceManager.getService(PERSISTENT_DATA_BLOCK_SERVICE); in registerService()
3033 mContext.getSystemService(Context.PERSISTENT_DATA_BLOCK_SERVICE); in wipeData()
7511 …field public static final java.lang.String PERSISTENT_DATA_BLOCK_SERVICE = "persistent_data_block";