Searched refs:hasField (Results 1 – 2 of 2) sorted by relevance
52 hasField(View.class, "SYSTEM_UI_FLAG_LAYOUT_STABLE");55 hasField(View.class, "SYSTEM_UI_FLAG_HIDE_NAVIGATION");58 hasField(MediaColumns.class, "WIDTH");181 hasField(WindowManager.LayoutParams.class, "rotationAnimation");205 private static boolean hasField(Class<?> klass, String fieldName) { in hasField() method in ApiHelper
153 if (bucketNum != null && bucketInfo.hasField(bucketNum)) { in assertBucketTimePresent()155 } else if (startMillis != null && bucketInfo.hasField(startMillis) && in assertBucketTimePresent()156 endMillis != null && bucketInfo.hasField(endMillis)) { in assertBucketTimePresent()