Searched refs:createState (Results 1 – 1 of 1) sorted by relevance
/frameworks/av/services/audiopolicy/permission/tests/ |
D | NativePermissionControllerTest.cpp | 44 static UidPackageState createState(uid_t uid, std::vector<std::string> packagesNames) { in createState() function 86 createState(10000, {"com.example.app1", "com.example.app2"}), in TEST_F() 87 createState(10001, {"com.example2.app1"}), in TEST_F() 100 createState(10000, {"com.example.app1", "com.example.app2"}), in TEST_F() 101 createState(10001, {"com.example2.app1"}), in TEST_F() 103 UidPackageState newState = createState(12000, {"com.example.other"}); in TEST_F() 117 createState(10000, {"com.example.app1", "com.example.app2", "com.example.app3"}), in TEST_F() 118 createState(10001, {"com.example2.app1"}), in TEST_F() 123 UidPackageState newState = createState(10000, {"com.example.other", "com.example.new"}); in TEST_F() 133 createState(10000, {"com.example.app1"}), in TEST_F() [all …]
|