OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:phonecall
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Contacts/src/com/android/contacts/
ViewNotificationService.java
59
// out the notification once per
phonecall
. And even if there is a problem,
/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
);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneCallTracker.java
[
all
...]
Completed in 713 milliseconds