Lines Matching refs:assertLibraryInaccessible
42 TestUtils.assertLibraryInaccessible( // Missing <uses-native-library>. in testLoadExtendedPublicLibraries()
52 TestUtils.assertLibraryInaccessible(() -> System.loadLibrary("system_private1")); in testLoadPrivateLibraries()
53 TestUtils.assertLibraryInaccessible(() -> System.loadLibrary("systemext_private1")); in testLoadPrivateLibraries()
55 TestUtils.assertLibraryInaccessible(() -> System.loadLibrary("product_private1")); in testLoadPrivateLibraries()
57 TestUtils.assertLibraryInaccessible(() -> System.loadLibrary("vendor_private1")); in testLoadPrivateLibraries()
77 TestUtils.assertLibraryInaccessible( in testLoadPrivateLibrariesViaSystemSharedLib()
79 TestUtils.assertLibraryInaccessible( in testLoadPrivateLibrariesViaSystemSharedLib()
84 TestUtils.assertLibraryInaccessible( in testLoadPrivateLibrariesViaSystemSharedLib()
88 TestUtils.assertLibraryInaccessible(() -> SystemSharedLib.loadLibrary("vendor_private2")); in testLoadPrivateLibrariesViaSystemSharedLib()
100 TestUtils.assertLibraryInaccessible( in testLoadPrivateLibrariesViaSystemExtSharedLib()
102 TestUtils.assertLibraryInaccessible( in testLoadPrivateLibrariesViaSystemExtSharedLib()
107 TestUtils.assertLibraryInaccessible( in testLoadPrivateLibrariesViaSystemExtSharedLib()
111 TestUtils.assertLibraryInaccessible( in testLoadPrivateLibrariesViaSystemExtSharedLib()
117 TestUtils.assertLibraryInaccessible(() -> ProductSharedLib.loadLibrary("system_private4")); in testLoadPrivateLibrariesViaProductSharedLib()
118 TestUtils.assertLibraryInaccessible( in testLoadPrivateLibrariesViaProductSharedLib()
125 TestUtils.assertLibraryInaccessible(() -> ProductSharedLib.loadLibrary("vendor_private4")); in testLoadPrivateLibrariesViaProductSharedLib()
130 TestUtils.assertLibraryInaccessible(() -> VendorSharedLib.loadLibrary("system_private5")); in testLoadPrivateLibrariesViaVendorSharedLib()
131 TestUtils.assertLibraryInaccessible( in testLoadPrivateLibrariesViaVendorSharedLib()
135 TestUtils.assertLibraryInaccessible( in testLoadPrivateLibrariesViaVendorSharedLib()
152 TestUtils.assertLibraryInaccessible( in testLoadPrivateLibrariesWithAbsolutePaths()
154 TestUtils.assertLibraryInaccessible( in testLoadPrivateLibrariesWithAbsolutePaths()
157 TestUtils.assertLibraryInaccessible( in testLoadPrivateLibrariesWithAbsolutePaths()
160 TestUtils.assertLibraryInaccessible( in testLoadPrivateLibrariesWithAbsolutePaths()