OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nInd
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Mms/src/com/android/mms/transaction/
PushReceiver.java
105
NotificationInd
nInd
= (NotificationInd) pdu;
108
byte [] contentLocation =
nInd
.getContentLocation();
110
byte [] transactionId =
nInd
.getTransactionId();
117
nInd
.setContentLocation(contentLocationWithId);
121
if (!isDuplicateNotification(mContext,
nInd
)) {
138
+ new String(
nInd
.getContentLocation()));
214
Context context, NotificationInd
nInd
) {
215
byte[] rawLocation =
nInd
.getContentLocation();
/packages/apps/Mms/src/com/android/mms/util/
DownloadManager.java
190
NotificationInd
nInd
= (NotificationInd) PduPersister.getPduPersister(mContext)
192
if ((
nInd
.getExpiry() < System.currentTimeMillis()/1000L)
/packages/apps/Mms/src/com/android/mms/ui/
MessageUtils.java
178
NotificationInd
nInd
;
181
nInd
= (NotificationInd) PduPersister.getPduPersister(
193
String from = extractEncStr(context,
nInd
.getFrom());
204
context,
nInd
.getExpiry() * 1000L, true)));
210
EncodedStringValue subject =
nInd
.getSubject();
218
details.append(new String(
nInd
.getMessageClass()));
223
details.append(String.valueOf((
nInd
.getMessageSize() + 1023) / 1024));
[
all
...]
Completed in 1579 milliseconds