Searched refs:mDevicePolicyItems (Results 1 – 2 of 2) sorted by relevance
59 private ViewGroup mDevicePolicyItems; field in DevicePolicyGroupViewHolderTest69 mDevicePolicyItems = itemView.findViewById(R.id.device_policy_items); in setUp()72 R.layout.item_device_policy, mDevicePolicyItems, false); in setUp()73 mDevicePolicyItems.addView(devicePolicyItemView); in setUp()87 TextView childOne = (TextView) mDevicePolicyItems.getChildAt(0); in bind_bindsIdsToItemView()103 assertThat(mDevicePolicyItems.getFocusable()).isEqualTo(FOCUSABLE_AUTO); in bind_makesItemGroupFocusableButChildrenNotFocusable()104 TextView childOne = (TextView) mDevicePolicyItems.getChildAt(0); in bind_makesItemGroupFocusableButChildrenNotFocusable()105 TextView childTwo = (TextView) mDevicePolicyItems.getChildAt(1); in bind_makesItemGroupFocusableButChildrenNotFocusable()119 TextView childOne = (TextView) mDevicePolicyItems.getChildAt(0); in bind_bindsIdWithProviderNameToView()133 TextView childOne = (TextView) mDevicePolicyItems.getChildAt(0); in bind_bindsIdWithProviderNameAndUrlToView()[all …]
38 private final ViewGroup mDevicePolicyItems; field in DevicePolicyGroupViewHolder43 mDevicePolicyItems = iteView.findViewById(R.id.device_policy_items); in DevicePolicyGroupViewHolder()51 TextView devicePolicyItemView = (TextView) mDevicePolicyItems.getChildAt(i); in bind()67 TextView devicePolicyItemView = (TextView) mDevicePolicyItems.getChildAt(i); in bind()