Home
last modified time | relevance | path

Searched refs:rd (Results 1 – 25 of 25) sorted by relevance

/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
DWapPushTest.java878 protected void createRandomWspHeader(byte[] arr, Random rd, int headerStart, in createRandomWspHeader() argument
907 type = rd.nextInt(3); in createRandomWspHeader()
914 add = 1 + rd.nextInt(29); in createRandomWspHeader()
917 add = 2 + rd.nextInt(10); in createRandomWspHeader()
927 arr[index] = (byte) (0x80 | rd.nextInt(128)); in createRandomWspHeader()
940 tmpVal = rd.nextInt(255); in createRandomWspHeader()
949 tmpVal = rd.nextInt(127); in createRandomWspHeader()
989 type = rd.nextInt(4); in createRandomWspHeader()
1006 add = 1 + rd.nextInt(29); in createRandomWspHeader()
1010 add = 2 + rd.nextInt(10); in createRandomWspHeader()
[all …]
/frameworks/base/core/java/android/app/
DLoadedApk.java640 LoadedApk.ReceiverDispatcher rd = rmap.valueAt(i); in removeContextRegistrations() local
643 + rd.getIntentReceiver() + " that was " + in removeContextRegistrations()
646 leak.setStackTrace(rd.getLocation().getStackTrace()); in removeContextRegistrations()
653 rd.getIIntentReceiver()); in removeContextRegistrations()
695 LoadedApk.ReceiverDispatcher rd = null; in getReceiverDispatcher() local
700 rd = map.get(r); in getReceiverDispatcher()
703 if (rd == null) { in getReceiverDispatcher()
704 rd = new ReceiverDispatcher(r, context, handler, in getReceiverDispatcher()
711 map.put(r, rd); in getReceiverDispatcher()
714 rd.validate(context, handler); in getReceiverDispatcher()
[all …]
DContextImpl.java1397 IIntentReceiver rd = null; in sendOrderedBroadcast() local
1403 rd = mPackageInfo.getReceiverDispatcher( in sendOrderedBroadcast()
1410 rd = new LoadedApk.ReceiverDispatcher( in sendOrderedBroadcast()
1418 mMainThread.getApplicationThread(), intent, resolvedType, rd, in sendOrderedBroadcast() local
1464 IIntentReceiver rd = null; in sendOrderedBroadcastAsUser() local
1470 rd = mPackageInfo.getReceiverDispatcher( in sendOrderedBroadcastAsUser()
1477 rd = new LoadedApk.ReceiverDispatcher( in sendOrderedBroadcastAsUser()
1485 mMainThread.getApplicationThread(), intent, resolvedType, rd, in sendOrderedBroadcastAsUser() local
1512 IIntentReceiver rd = null; in sendStickyOrderedBroadcast() local
1518 rd = mPackageInfo.getReceiverDispatcher( in sendStickyOrderedBroadcast()
[all …]
/frameworks/base/docs/html/google/gcm/
Dgcm.jd53 3rd-party app server and the client app.</td>
57 <td>A GCM-enabled client app that communicates with a 3rd-party app server.</td>
60 <td><strong>3rd-party App Server</strong></td>
62 GCM. The 3rd-party app server sends data to a client app via
73 3rd-party app server that is permitted to send messages to the client app.</td>
77 <td>An API key that is saved on the 3rd-party app
102 connection server, a 3rd-party app server that interacts with the connection
115 a 3rd-party app server and send these messages to a
119 <li>The <strong>3rd-Party App Server</strong> is a component that you
127 server, the client app can send "upstream" messages back to the 3rd-party app server.
[all …]
Dserver-ref.jd43 <p>This is the message that a 3rd-party app server sends to a client app.
97 <p>This allows a 3rd-party app server to send a single message to multiple app instances
99 <p>A 3rd-party app server can use {@code notification_key} as the target for a
151 <td><p>This parameter lets 3rd-party app server request confirmation of message delivery.</p>
262 app or the GCM Connection Server sends the response to 3rd-party app server upon processing
266 <p>The 3rd-party app server should look at both the message response header and the body
430 to the 3rd-party app server.</p>
431 <p>If the value is set to {@code nack}, the 3rd-party app server should look at
449 <p>An upstream message is a message the client app sends to the 3rd-party app server.
488 <p>The following table describes the response that 3rd-party app server is expected to send to
[all …]
Dserver.jd10 <li><a href="#role">Role of the 3rd-party Application Server</a></li>
55 take messages from a <a href="{@docRoot}google/gcm/server.html#role">3rd-party app server</a>
60 <li>A <strong>3rd-party application server</strong> that you must implement. This application
71 <h2 id="role">Role of the 3rd-party Application Server</h2>
88 <p>Here are the basic steps you follow to implement your 3rd-party app server:</p>
96 samples to assist you with your 3rd-party app server implementation. For example:
126 <li>HTTP: Synchronous. 3rd-party app servers send messages as HTTP POST requests and
129 <li>XMPP (CCS): Asynchronous. 3rd-party app servers send/receive messages to/from all their
164 <p>Here is the general sequence of events that occurs when a 3rd-party application
167 <li>The 3rd-party app server sends a message to GCM servers.</li>
[all …]
Dccs.jd159 {@code message_id} to identify a message sent from 3rd-party app servers to CCS.
186 <p>Here is an XMPP stanza containing the JSON message from a 3rd-party app server to CCS:
214 <p>Here is an XMPP stanza containing the ACK/NACK message from CCS to 3rd-party app server:
360 The message goes from the app on the device to CCS to the 3rd-party app server.
377 <p>Here is the format of the ACK expected by CCS from 3rd-party app servers in
393 your 3rd party app server) when
396 <p>To enable this feature, the message your 3rd-party app server sends to CCS must include
422 <p>Here is an example of the delivery receipt that CCS sends to tell your 3rd-party
451 <code>dr2:</code> prefix. Your 3rd-party app server must send an ACK back with this ID,
461 message count reaches 100, the 3rd-party app server should stop sending new messages
[all …]
Dnotifications.jd39 <p>With user notifications, 3rd-party app servers can send a single message to
57 <p>The way this works is that during registration, the 3rd-party server requests
61 message to one regID at a time, the 3rd-party server can send a message to to the
92 a 3rd-party app) that is unique to a given user. It is used by third parties to
308 the 3rd-party server should retry.</p>
Dindex.jd58 message was sent to a device. Your 3rd-party app server receives the receipt notification
Dgs.jd87 <li>Implement an app server (the "3rd-party app server") to interact
Dhttp.jd39 are the Google-provided servers that take messages from the 3rd-party
298 For all these cases, you should remove this registration ID from the 3rd-party
Dclient.jd102 application can send the registration ID to the 3rd party server.</li>
/frameworks/base/core/java/android/widget/
DProgressBar.java1188 final RefreshData rd = mRefreshData.get(i); in run() local
1189 doRefreshProgress(rd.id, rd.progress, rd.fromUser, true); in run()
1190 rd.recycle(); in run()
1208 RefreshData rd = sPool.acquire(); in obtain() local
1209 if (rd == null) { in obtain()
1210 rd = new RefreshData(); in obtain()
1212 rd.id = id; in obtain()
1213 rd.progress = progress; in obtain()
1214 rd.fromUser = fromUser; in obtain()
1215 return rd; in obtain()
[all …]
DToolbar.java1430 final int rd = (titleHasWidth ? mTitleMarginStart : 0) - collapsingMargins[1]; in onLayout() local
1431 right -= Math.max(0, rd); in onLayout()
1432 collapsingMargins[1] = Math.max(0, -rd); in onLayout()
/frameworks/av/media/libstagefright/codecs/amrnb/common/include/
Dmpy_32.h153 register Word32 rd = L_var2_lo;
174 : "r"(ra), "r"(rd)
Dbasic_op_arm_gcc_v5.h341 register Word32 rd = L_var2_lo; in Mpy_32() local
362 : "r"(ra), "r"(rd) in Mpy_32()
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
Dqisf_ns.tab201 * 3rd split: isf5 to isf7
Dqpisf_2s.tab800 * 2nd stage codebook; 3rd split: isf2_6 to isf2_8
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
DarmCOMM_s.h420 _M_OPC $op,$rd,$rn,$const
426 $op $rd, $rn, #_cst
433 $op $rd, $rn, #(_cst:AND:0x000000FF)<<_sh
435 $op $rd, $rd, #(_cst:AND:0xFFFFFF00)<<_sh
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
DarmCOMM_s.h423 _M_OPC $op,$rd,$rn,$const
429 $op $rd, $rn, #_cst
436 $op $rd, $rn, #(_cst:AND:0x000000FF)<<_sh
438 $op $rd, $rd, #(_cst:AND:0xFFFFFF00)<<_sh
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DREADME.txt13 WifiService: Implements the IWifiManager 3rd party API. The API and the device state information (s…
/frameworks/base/docs/html/sdk/installing/
Dstudio-build.jd73 <li>The dex tool converts the .class files to Dalvik byte code. Any 3rd party libraries and
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DToolbar.java1446 final int rd = (titleHasWidth ? mTitleMarginStart : 0) - collapsingMargins[1]; in onLayout() local
1447 right -= Math.max(0, rd); in onLayout()
1448 collapsingMargins[1] = Math.max(0, -rd); in onLayout()
/frameworks/base/docs/html/about/versions/
Dandroid-1.5-highlights.jd59 <li>Support for user installation of 3rd party keyboards</li>
/frameworks/base/docs/html/google/play-services/
Dindex.jd125 …<a href="https://support.google.com/wallet/business/answer/75724?hl=en&rd=1" class="external-link"…