Searched refs:PERSISTENT_DATA_BLOCK_SERVICE (Results 1 – 3 of 3) sorted by relevance
109 publishBinderService(Context.PERSISTENT_DATA_BLOCK_SERVICE, mService); in onStart()
2894 public static final String PERSISTENT_DATA_BLOCK_SERVICE = "persistent_data_block"; field in Context
740 registerService(PERSISTENT_DATA_BLOCK_SERVICE, new ServiceFetcher() { in registerService() argument742 IBinder b = ServiceManager.getService(PERSISTENT_DATA_BLOCK_SERVICE); in registerService()