Home
last modified time | relevance | path

Searched refs:sIsLoadedLibrary (Results 1 – 1 of 1) sorted by relevance

/cts/hostsidetests/appsecurity/test-apps/IsolatedSplitApp/src/com/android/cts/isolatedsplitapp/
DNative.java20 static boolean sIsLoadedLibrary; field in Native
24 sIsLoadedLibrary = true;
26 sIsLoadedLibrary = false;
36 return sIsLoadedLibrary; in isLoadedLibrary()