OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:missedcallnotifierimplfactory
(Results
1 - 4
of
4
) sorted by null
/packages/services/Telecomm/src/com/android/server/telecom/
TelecomSystem.java
22
import com.android.server.telecom.ui.MissedCallNotifierImpl.
MissedCallNotifierImplFactory
;
148
MissedCallNotifierImplFactory
missedCallNotifierImplFactory
,
178
mMissedCallNotifier =
missedCallNotifierImplFactory
/packages/services/Telecomm/src/com/android/server/telecom/components/
TelecomService.java
79
new MissedCallNotifierImpl.
MissedCallNotifierImplFactory
() {
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
TelecomSystemTest.java
81
import com.android.server.telecom.ui.MissedCallNotifierImpl.
MissedCallNotifierImplFactory
;
349
new
MissedCallNotifierImplFactory
() {
[
all
...]
/packages/services/Telecomm/src/com/android/server/telecom/ui/
MissedCallNotifierImpl.java
95
public interface
MissedCallNotifierImplFactory
{
Completed in 1307 milliseconds