• Home
  • Raw
  • Download

Lines Matching refs:hasAidlInstance

3707         EXPECT_TRUE(manifest.hasAidlInstance("android.system.foo", "IFoo", "default"));  in TEST_F()
3708 EXPECT_TRUE(manifest.hasAidlInstance("android.system.foo", "IFoo", "test0")); in TEST_F()
3709 EXPECT_FALSE(manifest.hasAidlInstance("android.system.foo", "IFoo", "does_not_exist")); in TEST_F()
3710 EXPECT_FALSE(manifest.hasAidlInstance("android.system.foo", "IDoesNotExist", "default")); in TEST_F()
3711 EXPECT_FALSE(manifest.hasAidlInstance("android.system.does_not_exist", "IFoo", "default")); in TEST_F()
3731 EXPECT_TRUE(manifest.hasAidlInstance("android.system.foo", "IFoo", "default")); in TEST_F()
3732 EXPECT_TRUE(manifest.hasAidlInstance("android.system.foo", "IFoo", "test0")); in TEST_F()
3733 EXPECT_FALSE(manifest.hasAidlInstance("android.system.foo", "IFoo", "does_not_exist")); in TEST_F()
3734 EXPECT_FALSE(manifest.hasAidlInstance("android.system.foo", "IDoesNotExist", "default")); in TEST_F()
3735 EXPECT_FALSE(manifest.hasAidlInstance("android.system.does_not_exist", "IFoo", "default")); in TEST_F()
3922 EXPECT_TRUE(manifest.hasAidlInstance("android.system.foo", "IFoo", "default")); in TEST_F()
3923 EXPECT_TRUE(manifest.hasAidlInstance("android.system.foo", "IFoo", "test0")); in TEST_F()
3924 EXPECT_TRUE(manifest.hasAidlInstance("android.system.foo", 5, "IFoo", "default")); in TEST_F()
3925 EXPECT_TRUE(manifest.hasAidlInstance("android.system.foo", 5, "IFoo", "test0")); in TEST_F()
3926 EXPECT_FALSE(manifest.hasAidlInstance("android.system.foo", "IFoo", "does_not_exist")); in TEST_F()
3927 EXPECT_FALSE(manifest.hasAidlInstance("android.system.foo", "IDoesNotExist", "default")); in TEST_F()
3928 EXPECT_FALSE(manifest.hasAidlInstance("android.system.does_not_exist", "IFoo", "default")); in TEST_F()
3951 EXPECT_TRUE(manifest.hasAidlInstance("android.system.foo", "IFoo", "default")); in TEST_F()
3952 EXPECT_TRUE(manifest.hasAidlInstance("android.system.foo", "IFoo", "test0")); in TEST_F()
3953 EXPECT_TRUE(manifest.hasAidlInstance("android.system.foo", 5, "IFoo", "default")); in TEST_F()
3954 EXPECT_TRUE(manifest.hasAidlInstance("android.system.foo", 5, "IFoo", "test0")); in TEST_F()
3955 EXPECT_FALSE(manifest.hasAidlInstance("android.system.foo", "IFoo", "does_not_exist")); in TEST_F()
3956 EXPECT_FALSE(manifest.hasAidlInstance("android.system.foo", "IDoesNotExist", "default")); in TEST_F()
3957 EXPECT_FALSE(manifest.hasAidlInstance("android.system.does_not_exist", "IFoo", "default")); in TEST_F()