Searched refs:TESTING_MODE (Results 1 – 2 of 2) sorted by relevance
80 private static final String TESTING_MODE = "testing_mode"; field in CellBroadcastSettingsTest387 setPreference(PREFERENCE_PUT_TYPE_BOOL, TESTING_MODE, "false"); in testDoNotShowTestCheckBox()423 setPreference(PREFERENCE_PUT_TYPE_BOOL, TESTING_MODE, "true"); in testShowTestCheckBox()
76 public static final String TESTING_MODE = "testing_mode"; field in CellBroadcastReceiver459 sp.edit().putBoolean(TESTING_MODE, on).commit(); in setTestingMode()468 return sp.getBoolean(TESTING_MODE, false); in isTestingMode()