OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mNotificationComponent
(Results
1 - 2
of
2
) sorted by null
/packages/services/Telecomm/src/com/android/server/telecom/ui/
MissedCallNotifierImpl.java
136
private final ComponentName
mNotificationComponent
;
161
mNotificationComponent
= notificationComponent != null
210
if (
mNotificationComponent
!= null) {
214
intent.setComponent(
mNotificationComponent
);
/packages/services/Telephony/src/com/android/phone/
NotificationMgr.java
91
private final ComponentName
mNotificationComponent
;
125
mNotificationComponent
= notificationComponent != null
395
if (
mNotificationComponent
!= null) {
398
intent.setComponent(
mNotificationComponent
);
Completed in 159 milliseconds