HomeSort by relevance Sort by last modified time
    Searched refs:notAvailable (Results 1 - 3 of 3) sorted by null

  /packages/apps/Settings/tests/robotests/src/com/android/settings/notification/
WorkSoundPreferenceControllerTest.java 229 final String notAvailable = "(not available)";
231 .thenReturn(notAvailable);
249 .setSummary(eq(notAvailable));
251 .setSummary(eq(notAvailable));
253 .setSummary(eq(notAvailable));
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
PowerUsageSummary.java 401 Preference notAvailable = getCachedPreference(NOT_AVAILABLE);
402 if (notAvailable == null) {
403 notAvailable = new Preference(getPrefContext());
404 notAvailable.setKey(NOT_AVAILABLE);
405 notAvailable.setTitle(R.string.power_usage_not_available);
406 mAppListGroup.addPreference(notAvailable);
    [all...]
  /external/guice/extensions/struts2/lib/
xwork-core-2.2.1.jar 

Completed in 142 milliseconds