Searched defs:checkNull (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/hardware/camera2/
H A DFace.java94 checkNull("leftEyePosition", leftEyePosition);
95 checkNull("rightEyePosition", rightEyePosition);
96 checkNull("mouthPosition", mouthPosition);
257 private static void checkNull(String name, Object obj) { method in class:Face
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DSystemGesturesPointerEventListener.java55 mCallbacks = checkNull("callbacks", callbacks);
56 mSwipeStartThreshold = checkNull("context", context).getResources()
63 private static <T> T checkNull(String name, T arg) { method in class:SystemGesturesPointerEventListener

Completed in 54 milliseconds