OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:notbuilder
(Results
1 - 1
of
1
) sorted by null
/packages/apps/Nfc/src/com/android/nfc/beam/
BeamTransferManager.java
291
Builder
notBuilder
= new Notification.Builder(mContext);
292
notBuilder
.setColor(mContext.getResources().getColor(
294
notBuilder
.setWhen(mStartTime);
295
notBuilder
.setVisibility(Notification.VISIBILITY_PUBLIC);
304
notBuilder
.setAutoCancel(false);
305
notBuilder
.setSmallIcon(mIncoming ? android.R.drawable.stat_sys_download :
307
notBuilder
.setTicker(beamString);
308
notBuilder
.setContentTitle(beamString);
309
notBuilder
.addAction(R.drawable.ic_menu_cancel_holo_dark,
317
notBuilder
.setProgress(100, (int) (100 * progress), false)
[
all
...]
Completed in 51 milliseconds