HomeSort by relevance Sort by last modified time
    Searched full:f_os (Results 1 - 1 of 1) sorted by null

  /external/conscrypt/android/src/main/java/org/conscrypt/
Platform.java 145 Field f_os = c_Libcore.getField("os"); local
146 if (f_os == null) {
151 Object instance_os = f_os.get(null);
    [all...]

Completed in 88 milliseconds