Searched refs:mServiceListing (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/applications/
H A DServiceListingTest.java41 private ServiceListing mServiceListing; field in class:ServiceListingTest
45 mServiceListing = new ServiceListing.Builder(RuntimeEnvironment.application)
57 mServiceListing.addCallback(callback);
58 mServiceListing.reload();
60 mServiceListing.removeCallback(callback);
61 mServiceListing.reload();
73 mServiceListing.reload();
75 assertThat(mServiceListing.isEnabled(testComponent1)).isTrue();
76 assertThat(mServiceListing.isEnabled(testComponent2)).isTrue();
82 mServiceListing
[all...]

Completed in 48 milliseconds