HomeSort by relevance Sort by last modified time
    Searched full:airplane (Results 1 - 25 of 41) sorted by null

1 2

  /frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/
DownloadManagerTestApp.java 272 * having no connectivity using both WiFi and airplane mode.
312 Log.i(LOG_TAG, "Turning on airplane mode...");
321 Log.i(LOG_TAG, "Turning off airplane mode...");
415 * Tests that downloads resume when switching on/off Airplane mode numerous times at
425 // make sure WiFi is enabled, and airplane mode is not on
453 Log.i(LOG_TAG, "Turning on Airplane mode...");
458 Log.i(LOG_TAG, "Turning off Airplane mode...");
464 Log.i(LOG_TAG, "Turning on Airplane mode again...");
469 Log.i(LOG_TAG, "Turning off Airplane mode again...");
  /packages/apps/Settings/src/com/android/settings/
WirelessSettings.java 94 CheckBoxPreference airplane = (CheckBoxPreference) findPreference(KEY_TOGGLE_AIRPLANE); local
99 mAirplaneModeEnabler = new AirplaneModeEnabler(this, airplane);
195 // Set Airplane mode based on the return value and checkbox state
AirplaneModeEnabler.java 102 * Called when we've received confirmation that the airplane mode was set.
  /frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/functional/
ConnectivityManagerMobileTest.java 289 // Test case 5: test connectivity from 3G to airplane mode, then to 3G again
303 // Enable airplane mode
335 // disable airplane mode
356 // Test case 6: test connectivity with airplane mode Wifi connected
360 // Eanble airplane mode
415 // Enable airplane mode without clearing Wifi
433 // Disable airplane mode
  /frameworks/base/policy/src/com/android/internal/policy/impl/
GlobalActions.java 178 // In ECM mode airplane state cannot be changed
198 // next: airplane mode
508 * states until some notification is received (e.g airplane mode is 'turning off' until
533 // Airplane mode can be changed after ECM exits if airplane toggle button
566 * Change the airplane mode system setting
  /packages/apps/Phone/src/com/android/phone/
EmergencyCallHandler.java 40 * radio is off, e.g. if the device is in airplane mode, this class is
177 // If airplane mode is on, we turn it off the same way that the
181 if (DBG) Log.d(TAG, "Turning off airplane mode...");
  /packages/apps/Bluetooth/res/values/
strings.xml 44 <!-- string for "the title of airplane mode error" -->
45 <string name="airplane_error_title">Airplane mode</string>
46 <!-- string for "error message in airplane mode" -->
47 <string name="airplane_error_msg">You can\'t use Bluetooth when the phone is in airplane mode.</string>
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastConfigService.java 35 * services and runs at boot time and after exiting airplane mode.
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothEnabler.java 91 // Show toast message if Bluetooth is not allowed in airplane mode
  /frameworks/base/core/tests/hosttests/src/android/net/
DownloadManagerHostTests.java 175 * Spawns a device-based function to test switching on/off both airplane mode and WiFi
190 * Spawns a device-based function to test switching on/off airplane mode multiple times
  /frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
ConnectivityManagerTestActivity.java 57 * can be used to set device states: Cellular, Wifi, Airplane mode.
683 * Set airplane mode
686 //set the airplane mode
722 //A thread to set the device into airplane mode then turn on wifi.
741 //set the device in wifi and wifi in airplane mode.
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiApEnabler.java 196 /* Doesnt need the airplane check */
WifiEnabler.java 87 // Show toast message if Wi-Fi is not allowed in airplane mode
  /frameworks/base/services/java/com/android/server/
WifiService.java 125 // true if the user enabled Wifi while in airplane mode
279 // clear our flag indicating the user has overwridden airplane mode
281 // on airplane disable, restore Wifi if the saved state indicates so
438 // set a flag if the user is enabling Wifi while in airplane mode
    [all...]
UiModeManagerService.java 226 // Airplane mode is now off!
    [all...]
  /packages/apps/Bluetooth/res/values-tl/
strings.xml 24 <string name="airplane_error_title" msgid="2683839635115739939">"Airplane mode"</string>
25 <string name="airplane_error_msg" msgid="8031842956782631624">"Hindi mo maaaring gamitin ang Bluetooth kapag nasa airplane mode ang telepono."</string>
  /frameworks/base/core/tests/coretests/src/android/app/
DownloadManagerBaseTest.java 552 * Helper to enables or disables airplane mode. If successful, it also broadcasts an intent
557 * @param enable true if airplane mode should be ON, false if it should be OFF
566 String timeoutMessage = "Timed out waiting for airplane mode to be " +
569 // wait for airplane mode to change state
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppLauncherActivity.java 167 /* Returns true if airplane mode is currently on */
  /frameworks/base/core/java/android/net/
NetworkInfo.java 208 * <li>The device's radio is turned off, e.g., because airplane mode is enabled.</li>
  /frameworks/base/core/java/android/provider/
Settings.java 114 * Activity Action: Show settings to allow entering/exiting airplane mode.
    [all...]
  /frameworks/base/core/java/android/server/
BluetoothService.java 416 // Airplane mode can prevent Bluetooth radio from being turned on.
    [all...]
  /packages/apps/Settings/res/values-en-rGB/
strings.xml 223 <string name="airplane_mode" msgid="8837269988154128601">"Airplane mode"</string>
229 <string name="radio_controls_summary" msgid="2998818677094465517">"Manage Wi-Fi, Bluetooth, airplane mode, mobile networks &amp; VPNs"</string>
    [all...]
  /packages/apps/Settings/res/values/
strings.xml     [all...]
  /frameworks/base/core/res/res/values/
strings.xml 309 <!-- label for item that toggles airplane mode -->
310 <string name="global_actions_toggle_airplane_mode">Airplane mode</string>
312 <!-- status message in phone options dialog for when airplane mode is on -->
313 <string name="global_actions_airplane_mode_on_status">Airplane mode is ON</string>
315 <!-- status message in phone options dialog for when airplane mode is off -->
316 <string name="global_actions_airplane_mode_off_status">Airplane mode is OFF</string>
    [all...]
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DatabaseHelper.java 719 * Add Bluetooth to list of toggleable radios in airplane mode
    [all...]

Completed in 1825 milliseconds

1 2