OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:phoneCall
(Results
1 - 2
of
2
) sorted by null
/packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
NotificationService.java
216
NotificationCompat.Builder
phoneCall
= new NotificationCompat.Builder(this)
229
phoneCall
.setFullScreenIntent(fullscreen, true);
233
phoneCall
.setDefaults(Notification.DEFAULT_SOUND);
237
phoneCall
.addPerson(Uri.fromParts("tel",
241
mNotifications.add(
phoneCall
.build());
/frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/
NotificationTests.java
274
Notification
phoneCall
= new Notification.Builder(mContext)
290
L(" %s: create=%dms",
phoneCall
.toString(), SystemClock.currentThreadTimeMillis() - time);
291
mNotifications.add(
phoneCall
);
Completed in 679 milliseconds