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

1 2 3 4 5 6 7 8 91011>>

  /external/e2fsprogs/tests/f_lpf2/
name 1 create lost+found and reconnect lost directory
  /tools/test/connectivity/acts/tests/google/wifi/
WifiManagerTest.py 349 """Connect to multiple networks, turn off/on wifi, then reconnect to
356 4. Reconnect to the non-current network.
364 reconnect = self.connect_to_wifi_network_with_id(
367 if not reconnect:
373 reconnect a previously connected network.
379 4. Reconnect to the non-current network.
387 reconnect = self.connect_to_wifi_network_with_id(
390 if not reconnect:
395 """Connect to multiple networks, reboot then reconnect to previously
403 5. Reconnect to the non-current network
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDriver1CommandsLib/
Reconnect.c 2 Main file for Reconnect shell Driver1 function.
44 Function for 'reconnect' command.
79 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_GEN_PROBLEM), gShellDriver1HiiHandle, L"reconnect", ProblemParam);
UefiShellDriver1CommandsLib.inf 30 Reconnect.c
  /packages/apps/Dialer/java/com/android/dialer/simulator/impl/
SimulatorConferenceCreator.java 40 private static final String RECONNECT = "reconnect";
69 * @param reconnect whether all connections should reconnect once (connections are reconnected
72 private void addNextCall(int callCount, boolean reconnect) {
76 if (reconnect) {
88 extras.putBoolean(RECONNECT, reconnect);
161 return connection.getExtras().getBoolean(RECONNECT);
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DriverHealthManagerDxe/
DriverHealthManagerStrings.uni 35 #string STR_RECONNECT_REQUIRED #language en-US "Reconnect Required."
36 #language fr-FR "Reconnect Required."
  /frameworks/av/media/libstagefright/include/media/stagefright/
SurfaceUtils.h 31 * If |reconnect| is true, reconnects to the native window before hand.
36 int width, int height, int format, int rotation, int usage, bool reconnect);
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DisplayEngineDxe/
FormDisplayStr.uni 110 #string RECONNECT_FAILED #language en-US "Reconnect the controller failed!"
111 #language fr-FR "Reconnect the controller failed!"
112 #string RECONNECT_CONFIRM_CHANGES #language en-US "Reconnect is required, confirm the changes then exit and reconnect"
113 #language fr-FR "Reconnect is required, confirm the changes then exit and reconnect"
116 #string RECONNECT_REQUIRED #language en-US "Reconnect is required, exit and reconnect"
117 #language fr-FR "Reconnect is required, exit and reconnect"
    [all...]
  /system/bt/tools/mcap_tool/
mcap_test_mdl.h 65 * Request to reconnect connect this MDL to remote device through MCL
69 bool Reconnect(uint16_t data_psm);
71 * Respond to a reconnect request from peer
  /external/autotest/client/site_tests/autoupdate_DisconnectReconnectNetwork/
control 10 PURPOSE = "Kill the network, ensure update engine doesn't continue, reconnect."
  /external/autotest/server/site_tests/firmware_PDConnect/
control 19 - Abiility to disconnect, then reconnect establishing a successful PD contract
  /external/autotest/server/site_tests/network_WiFi_RoamSuspendTimeout/
control.11a 13 This test verifies that DUT can reconnect to an open 802.11a network
control.11b 13 This test attempts to verify that we can reconnect to a router over 802.11b
control.11g 13 This test attempts to verify that we can reconnect to a router over 802.11g
control.wep104 13 This test case verifies that the DUT can reconnect to an AP using WEP
  /frameworks/base/core/java/android/nfc/tech/
BasicTagTechnology.java 95 public void reconnect() throws IOException { method in class:BasicTagTechnology
101 int errorCode = mTag.getTagService().reconnect(mTag.getServiceHandle());
120 * but just reconnect to it to reset its state
123 mTag.getTagService().reconnect(mTag.getServiceHandle());
  /external/autotest/server/site_tests/network_WiFi_FastReconnectInDarkResume/
network_WiFi_FastReconnectInDarkResume.py 16 Test that we can reconnect quickly (within the span of one dark resume)
44 # dark resume, reconnect, then suspend again.
control 14 from an AP that is still up, the DUT will reconnect to that AP during the same
  /external/autotest/client/site_tests/network_DhcpNak/
network_DhcpNak.py 51 Disconnect and reconnect Ethernet.
53 Ask shill to disconnect and reconnect the Service for our
103 Ask shill to disconnect and reconnect the Service for our
128 Ask shill to disconnect and reconnect the Service for our
132 On reconnect, perform a test where the server responds to a
176 Ask shill to disconnect and reconnect the Service for our
180 On reconnect, perform a test where the server responds to a
  /frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
CameraActions.java 23 public static final int RECONNECT = 3;
63 case RECONNECT:
64 return "RECONNECT";
  /tools/tradefederation/core/util-apps/WifiUtil/src/com/android/tradefed/utils/wifi/
WifiMonitorService.java 48 * Additionally, tests can reconnect wifi during test runs to ensure connectivity by sending
49 * <code>com.android.tradefed.utils.wifi.RECONNECT</code> action. Once the reconnection is done,
58 public static final String ACTION_RECONNECT = PACKAGE_NAME + ".RECONNECT";
81 reconnect(intent);
115 private void reconnect(Intent intent) { method in class:WifiMonitorService
131 Log.e(TAG, "failed to reconnect", e);
  /frameworks/av/media/libstagefright/httplive/
HTTPDownloader.h 39 void reconnect();
60 bool reconnect /* force connect http */
  /system/netd/server/dns/
DnsTlsTransport.h 77 // doReconnect is used by onClosed. It runs on the reconnect thread.
81 // Used to prevent onClosed from starting a reconnect during the destructor.
  /tools/test/connectivity/acts/tests/google/bt/test_tools/
BtReconnectTest.py 63 "Waiting up to 10 seconds for device to reconnect...")
71 "Failed to reconnect at iteration {}... continuing".format(
  /tools/tradefederation/core/src/com/android/tradefed/device/
ReconnectingRecovery.java 44 // try to reconnect
47 CLog.i("Trying to reconnect with device " + serial + " / attempt " + attempt);

Completed in 356 milliseconds

1 2 3 4 5 6 7 8 91011>>