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

  /packages/apps/Settings/src/com/android/settings/deviceinfo/simstatus/
SimStatusDialogController.java 75 final static int SIGNAL_STRENGTH_LABEL_ID = R.id.signal_strength_label;
294 mDialog.removeSettingFromScreen(SIGNAL_STRENGTH_LABEL_ID);
  /packages/apps/Settings/tests/robotests/src/com/android/settings/deviceinfo/simstatus/
SimStatusDialogControllerTest.java 45 .SIGNAL_STRENGTH_LABEL_ID;
269 verify(mDialog).removeSettingFromScreen(SIGNAL_STRENGTH_LABEL_ID);

Completed in 514 milliseconds