Searched refs:getLegacyAppIdAppOpModes (Results 1 – 3 of 3) sorted by relevance
34 Map<Integer, Map<String, Integer>> getLegacyAppIdAppOpModes(int userId); in getLegacyAppIdAppOpModes() method
49 public Map<Integer, Map<String, Integer>> getLegacyAppIdAppOpModes(int userId) { in getLegacyAppIdAppOpModes() method in AppOpMigrationHelperImpl
34 val legacyAppIdAppOpModes = legacyAppOpsManager.getLegacyAppIdAppOpModes(userId) in <lambda>()