HomeSort by relevance Sort by last modified time
    Searched refs:nInd (Results 1 - 3 of 3) 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 271 final NotificationInd nInd = (NotificationInd) parsedPdu;
272 if (nInd.getFrom() != null
273 && BlockChecker.isBlocked(mContext, nInd.getFrom().getString())) {
478 final NotificationInd nInd = (NotificationInd) pdu;
484 final byte [] contentLocation = nInd.getContentLocation();
486 byte [] transactionId = nInd.getTransactionId();
493 nInd.setContentLocation(contentLocationWithId);
496 if (!isDuplicateNotification(mContext, nInd)) {
508 + new String(nInd.getContentLocation()));
566 private static boolean isDuplicateNotification(Context context, NotificationInd nInd) {
    [all...]