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

1 2

  /development/samples/ToyVpn/
_index.html 3 <p>This application consists of an Android client and a sample implementation of a server. It performs IP over UDP and is capable of doing seamless handover between different networks as long as it receives the same VPN parameters.</p>
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppHandoverReceiver.java 43 if (D) Log.d(TAG, "No device attached to handover intent.");
55 if (D) Log.d(TAG, "No mimeType or stream attached to handover request");
65 if (D) Log.d(TAG, "No mimeType or stream attached to handover request");
82 if (D) Log.d(TAG, "Stopping handover transfer with Uri " + contentUri);
Constants.java 74 /** the intent that can be sent by handover requesters to stop a BTOPP transfer */
83 /** the intent that is used for initiating a handover transfer */
87 /** the intent that is used for initiating a multi-uri handover transfer */
91 /** intent action used to indicate the progress of a handover transfer */
95 /** intent action used to indicate the completion of a handover transfer */
99 /** intent extra used to indicate the success of a handover transfer */
111 /** intent extra used to indicate the direction of a handover transfer */
128 * by the handover transfer */
133 * the handover transfer */
137 /** permission needed to be able to receive handover status requests *
    [all...]
BluetoothOppTransferInfo.java 62 boolean mHandoverInitiated; // the transfer was initiated by connection handover (eg. NFC)
BluetoothOppNotification.java 77 " AND " + not_through_handover; // Don't show handover-initiated transfers
122 boolean handoverInitiated = false; // transfer initiated by connection handover (eg NFC)
BluetoothOppReceiver.java 233 // Deal with handover-initiated transfers separately
BluetoothShare.java 261 * This transfer was initiated by a connection handover
  /packages/apps/Nfc/src/com/android/nfc/handover/
HandoverManager.java 17 package com.android.nfc.handover;
63 * Manages handover of NFC to other technologies.
109 // permission needed to be able to receive handover status requests
122 "com.android.nfc.handover.action.CANCEL_HANDOVER_TRANSFER";
124 "com.android.nfc.handover.extra.SOURCE_ADDRESS";
227 * that were received through NFC connection handover
258 // a reason to keep the handover transport enabled).
337 Log.e(TAG, "Handover transfer failed");
694 payload.put((byte)0x12); // connection handover v1.2
711 payload.put((byte)0x12); // connection handover v1.
784 BluetoothHandoverData handover = parse(m); local
814 BluetoothOppHandover handover = new BluetoothOppHandover(mContext, data.device, local
    [all...]
ConfirmConnectActivity.java 1 package com.android.nfc.handover;
BluetoothHeadsetHandover.java 17 package com.android.nfc.handover;
35 import com.android.nfc.handover.HandoverManager.HandoverPowerManager;
53 static final String ACTION_ALLOW_CONNECT = "com.android.nfc.handover.action.ALLOW_CONNECT";
54 static final String ACTION_DENY_CONNECT = "com.android.nfc.handover.action.DENY_CONNECT";
348 Log.i(TAG, "Timeout completing BT handover");
BluetoothOppHandover.java 1 package com.android.nfc.handover;
19 import com.android.nfc.handover.HandoverManager.HandoverPowerManager;
  /packages/apps/Nfc/src/com/android/nfc/
P2pLinkManager.java 20 import com.android.nfc.handover.HandoverManager;
80 * Called to indicate the remote device does not support connection handover
473 } // else, handover not supported
478 // try to push an NDEF message (if any) if the handover GET
482 // We had a failed handover and no alternate message to
483 // send; indicate remote device doesn't support handover.
569 // We're going to do a handover request
NfcDispatcher.java 20 import com.android.nfc.handover.HandoverManager;
206 if (DBG) Log.i(TAG, "matched BT HANDOVER");
  /packages/apps/Nfc/
AndroidManifest.xml 46 <activity android:name=".handover.ConfirmConnectActivity"
  /hardware/ti/wlan/wl1271/stad/src/Application/
roamingMngr_manualSM.c 133 /* next state and actions for HANDOVER state */
151 "HANDOVER"
roamingMngr_autoSM.c 414 * This procedure is called when handover should be invoked.
415 * Go over the candidate APs and start handover to each of them.
417 * Handover to the current AP is allowed only if the trigger is
439 { /* Handover with the current AP already failed, Disconnect */
497 { /* Take the time before the first handover started */
570 * This procedure is called when handover succeeded.
641 * This procedure is called when handover failed and there are no more
roamingMngrApi.h 123 TI_BOOL handoverWasPerformed; /* Indicates whether at least one handover was performed */
  /packages/apps/Bluetooth/res/values-en-rGB/
strings.xml 23 <string name="permlab_handoverStatus" msgid="7316032998801933554">"Receive BT handover transfer broadcasts."</string>
24 <string name="permdesc_handoverStatus" msgid="4752738070064786310">"Allows receiving handover transfer status information from Bluetooth."</string>
  /device/moto/stingray/ril/
libmoto_mm_ril.so 
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
sid_sync.h 130 /* update handover debt
132 to update remote decoder CNI states, right after an handover.
  /packages/apps/Bluetooth/res/values/
strings.xml 42 <string name="permlab_handoverStatus">Receive BT handover transfer broadcasts.</string>
43 <string name="permdesc_handoverStatus">Allows receiving handover transfer status
  /packages/apps/Bluetooth/res/values-fi/
strings.xml 23 <string name="permlab_handoverStatus" msgid="7316032998801933554">"Vastaanota BT:n handover-siirtolähetyksiä."</string>
24 <string name="permdesc_handoverStatus" msgid="4752738070064786310">"Sallii handover-siirtotietojen vastaanottamisen Bluetoothin välityksellä."</string>
  /packages/apps/Bluetooth/res/values-tl/
strings.xml 23 <string name="permlab_handoverStatus" msgid="7316032998801933554">"Tumanggap ng mga broadcast sa paglilipat ng BT handover."</string>
24 <string name="permdesc_handoverStatus" msgid="4752738070064786310">"Pinapayagan ang pagtanggap ng impormasyon sa katayuan ng paglilipat ng handover mula sa Bluetooth."</string>
  /packages/apps/Bluetooth/
AndroidManifest.xml 20 <!-- Allows receiving handover status broadcasts from Bluetooth -->,
  /development/samples/ToyVpn/src/com/example/android/toyvpn/
ToyVpnService.java 94 // This greatly reduces the complexity of seamless handover, which

Completed in 837 milliseconds

1 2