Home
last modified time | relevance | path

Searched refs:ACTION_TESTING_MODE_CHANGED (Results 1 – 3 of 3) sorted by relevance

/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/unit/
DCellBroadcastSettingsTest.java78 private static final String ACTION_TESTING_MODE_CHANGED = field in CellBroadcastSettingsTest
414 broadcastReceiver.onReceive(mContext, new Intent().setAction(ACTION_TESTING_MODE_CHANGED)); in testDoNotShowTestCheckBox()
450 broadcastReceiver.onReceive(mContext, new Intent().setAction(ACTION_TESTING_MODE_CHANGED)); in testShowTestCheckBox()
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastReceiver.java108 public static final String ACTION_TESTING_MODE_CHANGED = field in CellBroadcastReceiver
216 .sendBroadcast(new Intent(ACTION_TESTING_MODE_CHANGED)); in onReceive()
DCellBroadcastSettings.java341 case CellBroadcastReceiver.ACTION_TESTING_MODE_CHANGED:
423 CellBroadcastReceiver.ACTION_TESTING_MODE_CHANGED)); in onCreatePreferences()