HomeSort by relevance Sort by last modified time
    Searched full:outnoti (Results 1 - 1 of 1) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppNotification.java 361 Notification outNoti = new Notification();
362 outNoti.icon = android.R.drawable.stat_sys_upload_done;
368 outNoti.setLatestEventInfo(mContext, title, caption, PendingIntent.getBroadcast(
372 outNoti.deleteIntent = PendingIntent.getBroadcast(mContext, 0, intent, 0);
373 outNoti.when = timeStamp;
374 mNotificationMgr.notify(NOTIFICATION_ID_OUTBOUND, outNoti);

Completed in 86 milliseconds