HomeSort by relevance Sort by last modified time
    Searched refs:mTransferId (Results 1 - 2 of 2) sorted by null

  /packages/apps/Nfc/src/com/android/nfc/handover/
HandoverTransfer.java 82 final int mTransferId; // Unique ID of this transfer used for notifications
112 mTransferId = pendingTransfer.id;
252 mContext, mTransferId, viewIntent, 0, null);
272 mNotificationManager.notify(null, mTransferId, notBuilder.build());
354 return mTransferId;
420 PendingIntent pi = PendingIntent.getBroadcast(mContext, mTransferId, intent,
HandoverService.java 321 Integer.toString(transfer.mTransferId));

Completed in 39 milliseconds