OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:notificationcomponent
(Results
1 - 2
of
2
) sorted by null
/packages/services/Telecomm/src/com/android/server/telecom/ui/
MissedCallNotifierImpl.java
158
final String
notificationComponent
= context.getString(R.string.notification_component);
161
mNotificationComponent =
notificationComponent
!= null
162
? ComponentName.unflattenFromString(
notificationComponent
) : null;
/packages/services/Telephony/src/com/android/phone/
NotificationMgr.java
122
final String
notificationComponent
= mContext.getString(
125
mNotificationComponent =
notificationComponent
!= null
126
? ComponentName.unflattenFromString(
notificationComponent
) : null;
Completed in 195 milliseconds