Searched refs:is_whole_android_tree (Results 1 – 3 of 3) sorted by relevance
40 self.assertTrue(project_config.is_whole_android_tree(['a'], True))42 self.assertTrue(project_config.is_whole_android_tree([''], False))43 self.assertFalse(project_config.is_whole_android_tree(['a'], False))
151 def is_whole_android_tree(targets, android_tree): function
387 is_whole_android_tree = project_config.is_whole_android_tree(389 references = [constant.ANDROID_TREE] if is_whole_android_tree else []