Home | History | Annotate | Download | only in fuelgauge

Lines Matching refs:nullable

21 import static org.mockito.ArgumentMatchers.nullable;
85 verify(mSettingsActivity).startPreferencePanel(nullable(Fragment.class),
86 nullable(String.class), nullable(Bundle.class), anyInt(),
87 nullable(CharSequence.class), nullable(Fragment.class), anyInt());
97 verify(mSettingsActivity, never()).startPreferencePanel(nullable(Fragment.class),
98 nullable(String.class), nullable(Bundle.class), anyInt(),
99 nullable(CharSequence.class), nullable(Fragment.class), anyInt());