Searched refs:CloseGuard (Results 1 – 6 of 6) sorted by relevance
19 public class CloseGuard { class20 private CloseGuard() {} in CloseGuard() method in CloseGuard22 public static CloseGuard get() { in get()
26 import dalvik.system.CloseGuard;406 static CloseGuard closeGuardGet() { in closeGuardGet()407 return CloseGuard.get(); in closeGuardGet()411 CloseGuard guard = (CloseGuard) guardObj; in closeGuardOpen()416 CloseGuard guard = (CloseGuard) guardObj; in closeGuardClose()421 CloseGuard guard = (CloseGuard) guardObj; in closeGuardWarnIfOpen()
34 import dalvik.system.CloseGuard;407 static CloseGuard closeGuardGet() { in closeGuardGet()408 return CloseGuard.get(); in closeGuardGet()412 CloseGuard guard = (CloseGuard) guardObj; in closeGuardOpen()417 CloseGuard guard = (CloseGuard) guardObj; in closeGuardClose()422 CloseGuard guard = (CloseGuard) guardObj; in closeGuardWarnIfOpen()
25 import dalvik.system.CloseGuard;781 public static CloseGuard closeGuardGet() { in closeGuardGet()786 return CloseGuard.get(); in closeGuardGet()794 CloseGuard guard = (CloseGuard) guardObj; in closeGuardOpen()803 CloseGuard guard = (CloseGuard) guardObj; in closeGuardClose()812 CloseGuard guard = (CloseGuard) guardObj; in closeGuardWarnIfOpen()
22 -dontwarn dalvik.system.CloseGuard
23 -dontwarn dalvik.system.CloseGuard