OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nInd
(Results
1 - 4
of
4
) sorted by null
/development/samples/ApiDemos/src/com/example/android/apis/os/
MmsWapPushReceiver.java
56
final NotificationInd
nInd
= (NotificationInd) pdu;
57
final String location = new String(
nInd
.getContentLocation());
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
WapPushOverSms.java
228
final NotificationInd
nInd
= (NotificationInd) parsedPdu;
229
if (
nInd
.getFrom() != null
230
&& BlockChecker.isBlocked(mContext,
nInd
.getFrom().getString())) {
433
final NotificationInd
nInd
= (NotificationInd) pdu;
439
final byte [] contentLocation =
nInd
.getContentLocation();
441
byte [] transactionId =
nInd
.getTransactionId();
448
nInd
.setContentLocation(contentLocationWithId);
451
if (!isDuplicateNotification(mContext,
nInd
)) {
463
+ new String(
nInd
.getContentLocation()));
521
private static boolean isDuplicateNotification(Context context, NotificationInd
nInd
) {
[
all
...]
/external/robolectric/v3/runtime/
android-all-5.0.0_r2-robolectric-1.jar
android-all-5.1.1_r9-robolectric-1.jar
Completed in 273 milliseconds