/hardware/ti/wlan/wl1271/stad/src/Sta_Management/ |
ScanCncn.h | 131 * \param SPSStatus - Mac address of: SA as receiver / RA as initiator
|
/libcore/luni/src/main/java/java/lang/ |
Boolean.java | 32 * The boolean value of the receiver.
|
/libcore/luni/src/main/java/java/nio/channels/ |
FileLock.java | 148 * Indicates if the receiver's lock region overlaps the region described
|
/libcore/luni/src/main/java/java/util/zip/ |
InflaterInputStream.java | 288 * Returns whether the receiver implements {@code mark} semantics. This type
|
/libcore/support/src/test/java/tests/support/ |
Support_StringReader.java | 178 * @return <code>true</code> if the receiver will not block when
|
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
UriImage.java | 233 // We cannot grant read permission to the receiver since we put
|
/packages/apps/Phone/src/com/android/phone/ |
EmergencyCallbackModeExitDialog.java | 97 // Register receiver for intent closing the dialog
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
RequestPermissionActivity.java | 114 * case via the broadcast receiver.
|
DockService.java | 189 // make sure the wake lock acquired by the Receiver is released. 296 // make sure the wake lock acquired by the Receiver is released. 591 // make sure the wake lock acquired by the Receiver is released. [all...] |
/sdk/manifmerger/tests/src/com/android/manifmerger/data/ |
12_alias_dup.xml | 4 # - Acts on activity / activity-alias / service / receiver / provider.
|
/sdk/rule_api/src/com/android/ide/common/api/ |
IGraphics.java | 202 * Sets the receiver's alpha value which must be
|
/external/clang/lib/StaticAnalyzer/Core/ |
ExprEngineCallAndReturn.cpp | 329 /// the exact type of the receiver is not known, we want to explore both paths - 332 /// This is the map from the receiver region to a bool, specifying either we 662 // don't have enough info about the receiver to inline, conjure the
|
/external/dbus/doc/ |
dcop-howto.txt | 288 combination (receiver). 301 connections, the connection gets deleted when either sender or receiver of 309 A receiver can create a non-volatile connection while the sender doesn't (yet)
|
/external/v8/src/ |
runtime.js | 481 // Convert the receiver to an object - forward to ToObject. 487 // Convert the receiver to a number - forward to ToNumber. 493 // Convert the receiver to a string - forward to ToString.
|
/frameworks/av/include/media/ |
AudioTrack.h | 96 * user: Pointer to context for use by the callback receiver. 146 * user: Context for use by the callback receiver. 463 AudioTrackThread(AudioTrack& receiver, bool bCanCallJava = false);
|
/frameworks/base/core/java/android/app/ |
IActivityManager.java | 82 IIntentReceiver receiver, IntentFilter filter, 84 public void unregisterReceiver(IIntentReceiver receiver) throws RemoteException; 103 IThumbnailReceiver receiver) throws RemoteException; [all...] |
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/ |
ConnectivityManagerTestActivity.java | 112 * A wrapper of a broadcast receiver which provides network connectivity information 227 // register a connectivity receiver for CONNECTIVITY_ACTION; 717 //Unregister receiver
|
/frameworks/base/docs/html/intl/ja/guide/topics/ |
fundamentals.jd | 244 ?????????????????? <code><a href="{@docRoot}guide/topics/manifest/service-element.html"><service></a></code> ??????????? ????? <code><a href="{@docRoot}guide/topics/manifest/receiver-element.html"><receiver></a></code> ???????? ?????? <code><a href="{@docRoot}guide/topics/manifest/provider-element.html"><provider></a></code> ????????????????????????????????????????????????????????? ??????????????????????????????????????????????? ????????????????????????????? {@link android.content.BroadcastReceiver} ????????????????<code>{@link android.content.Context#registerReceiver Context.registerReceiver()}</code> ??????????????????????? 491 ???????????????????????? ???????????????????????{@code <activity>}?{@code <service>}?{@code <receiver>}???? {@code <provider>}??? {@code process} ?????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????? Linux ???? ID ??????????????????????????????{@code <application>} ???? {@code process} ????????????????????????????????????? [all...] |
/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/ |
PublicApiFunctionalTest.java | 448 DownloadReceiver receiver = new DownloadReceiver(); local 449 receiver.mSystemFacade = mSystemFacade; 452 receiver.onReceive(mContext, intent);
|
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/ |
EventDisplay.java | 214 * Returns the storage string for the receiver. 298 * Returns the storage string for the receiver. 393 * Returns the parameters of the receiver as a single String for storage. [all...] |
/sdk/sdk_common/src/com/android/ide/common/resources/configuration/ |
FolderConfiguration.java | 155 * Removes the qualifiers from the receiver if they are present (and valid) 168 * Qualifiers that are null in the given config do not change in the receiver. 513 * Returns whether an object is equals to the receiver.
|
/tools/motodev/src/help/studio_help/src/topics/ |
cs_android.dita | 55 <title>New Broadcast Receiver wizard</title> 56 <shortdesc>Creates a new broadcast receiver in an existing project.</shortdesc> 59 <link href="u_new-broadcast-receiver.dita"/>
|
/tools/motodev/src/plugins/android/src/com/motorola/studio/android/adt/ |
SdkUtils.java | 724 * Retrieves all Broadcast Receiver Actions for a project. 728 * @return all Broadcast Receiver Actions for the project. 742 targetData.getAttributeValues("action", "android:name", "receiver"); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
|
/tools/motodev/src/plugins/common/src/com/motorola/studio/android/common/utilities/ |
AndroidUtils.java | 423 * Retrieves all receiver actions from a given {@link IProject}.
425 * @return An {@link String} array containing all the receiver actions from the given project.
426 * @throws AndroidException if an error occurred while attempting to get the receiver actions.
|
/frameworks/base/media/java/android/media/ |
AudioService.java | 331 // Broadcast receiver for device connections intent broadcasts 522 // Register for package removal intent broadcasts for media button receiver persistence 745 // Restore the default media button receiver from the system settings [all...] |