OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wapAppId
(Results
1 - 3
of
3
) sorted by null
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
WapPushOverSms.java
245
String
wapAppId
= pduDecoder.getValueString();
246
if (
wapAppId
== null) {
247
wapAppId
= Integer.toString((int) pduDecoder.getValue32());
249
result.
wapAppId
=
wapAppId
;
253
if (DBG) Rlog.v(TAG, "appid found: " +
wapAppId
+ ":" + contentType);
300
if (result.
wapAppId
!= null) {
320
result.
wapAppId
, result.contentType, intent);
585
String
wapAppId
;
/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
WapPushTest.java
[
all
...]
/external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar
Completed in 565 milliseconds