/frameworks/base/core/java/android/net/nsd/ |
NsdManager.java | 101 * <p> A peer application looking for http services can initiate a discovery for "_http._tcp" 107 * from the "Example" application, it can initiate a resolve with {@link #resolveService} to 515 * Initiate service discovery to browse for instances of a service type. Service discovery 520 * discovery to the framework. The application is notified of a success to initiate
|
/frameworks/base/docs/html/guide/appendix/ |
app-intents.jd | 56 <td><p>Dials (but does not actually initiate the call) the number given
|
/frameworks/base/docs/html/tools/performance/heap-viewer/ |
index.jd | 151 <li>Click the <strong>Initiate CG</strong> icon to
|
/frameworks/base/docs/html/training/efficient-downloads/ |
efficient-network-access.jd | 86 <p>Generally speaking, it's good practice to prefetch data such that you will only need to initiate another download every 2 to 5 minutes, and in the order of 1 to 5 megabytes.</p> 114 Every time you initiate a connection—irrespective of the size of the associated data transfer—you potentially cause the radio to draw power for nearly 20 seconds when using a typical 3G wireless radio.</p> 122 <p>That means you should batch your transfers by queuing delay tolerant transfers, and preempting scheduled updates and prefetches, so that they are all executed when time-sensitive transfers are required. Similarly, your scheduled updates and regular prefetching should initiate the execution of your pending transfer queue.</p> 134 <p>It's generally more efficient to reuse existing network connections than to initiate new ones. Reusing connections also allows the network to more intelligently react to congestion and related network data issues.</p>
|
/frameworks/base/docs/html/training/wearables/watch-faces/ |
interacting.jd | 54 {@code WatchFaceService.Engine}</a>to initiate the action you wish to perform, such
|
/frameworks/base/services/core/java/com/android/server/hdmi/ |
HotplugDetectionAction.java | 217 // Sending <Give Physical Address> will initiate new device action.
|
SystemAudioAction.java | 166 // To return 'false' will initiate new SystemAudioActionFromAvr by the control
|
/frameworks/base/services/core/java/com/android/server/location/ |
LocationBasedCountryDetector.java | 91 // We don't want to actively initiate a location fix here (with gps or network providers).
|
/frameworks/opt/net/ims/ |
README.txt | 16 With the ImsManager, you can initiate VoLTE calls with ImsManager#makeCall()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/ |
AnqpCache.java | 118 public boolean initiate(NetworkDetail network) { method in class:AnqpCache
|
/hardware/invensense/6515/libsensors_iio/ |
CompassSensor.AKM.cpp | 43 // TODO: initiate 3rd-party's class, and disable its funtionalities
|
/hardware/invensense/65xx/libsensors_iio/ |
CompassSensor.AKM.cpp | 43 // TODO: initiate 3rd-party's class, and disable its funtionalities
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ref/ |
PhantomReferenceTest.java | 59 // Initiate another GC from inside enqueue() to
|
/packages/apps/Email/provider_src/com/android/email/provider/ |
RefreshStatusMonitor.java | 125 // the sync manager to initiate our sync, so let's post this runnable again
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
aio.h | 149 /* Initiate list of I/O requests. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
aio.h | 149 /* Initiate list of I/O requests. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/asm/ |
hyperv.h | 118 /* Recommend using the hypervisor-provided MSR to initiate a system RESET */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/asm/ |
hyperv.h | 118 /* Recommend using the hypervisor-provided MSR to initiate a system RESET */
|
/sdk/apps/SdkController/ |
Implementation.txt | 61 - then connect(port) is called to initiate the connection.
|
/system/bt/stack/include/ |
mca_defs.h | 69 - The MDL ID referenced in the Abort request is not the same value that was used to initiate the PENDING state
|
/system/core/adb/ |
OVERVIEW.TXT | 73 its role is to initiate the connection, then of being a pass-through
|
/external/wpa_supplicant_8/wpa_supplicant/examples/ |
wps-nfc.py | 204 summary("Trying to initiate WPS handover") 226 summary("Trying to initiate NFC connection handover")
|
/external/wpa_supplicant_8/wpa_supplicant/ |
mesh_rsn.c | 286 /* initiate new SAE authentication with sta */ 297 "AUTH: No current_ssid known to initiate new SAE");
|
/frameworks/base/core/java/android/bluetooth/ |
BluetoothA2dp.java | 209 * Initiate connection to a profile of the remote bluetooth device. 246 * Initiate disconnection from a profile
|
/frameworks/base/core/java/android/net/ |
NetworkUtils.java | 72 * Initiate renewal on the DHCP client daemon for the named interface. This 98 * Initiate renewal on the DHCP client daemon. This call blocks until it obtains
|