OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pdus
(Results
1 - 5
of
5
) sorted by null
/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1-modules/tools/
snmpget.py
18
pdus
= msg.setComponentByPosition(2).getComponentByPosition(2)
variable
19
pdu =
pdus
.setComponentByPosition(0).getComponentByPosition(0)
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapSmsPdu.java
496
ArrayList<SmsPdu>
pdus
= new ArrayList<SmsPdu>(msgCount);
local
512
pdus
.add(newPdu);
561
pdus
.add(newPdu);
565
return
pdus
;
569
* Generate a list of deliver
PDUs
. The messageText and address parameters must be different from null,
580
* For CDMA the only difference between deliver and submit
pdus
are the messageType,
600
* from the MAP client. (As the Android system has no interface to send pre encoded
PDUs
)
606
/* This is able to handle both submit and deliver
PDUs
*/
609
/* For GSM, there is no submit pdu decoder, and most parser utils are private, and only minded for submit
pdus
*/
[
all
...]
/external/robolectric/v3/runtime/
android-all-5.1.1_r9-robolectric-1.jar
android-all-4.4_r1-robolectric-1.jar
android-all-5.0.0_r2-robolectric-1.jar
Completed in 81 milliseconds