OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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