OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CallLocationComponent
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Dialer/java/com/android/incallui/calllocation/
CallLocationComponent.java
25
public abstract class
CallLocationComponent
{
29
public static
CallLocationComponent
get(Context context) {
31
.
callLocationComponent
();
36
CallLocationComponent
callLocationComponent
();
/packages/apps/Dialer/java/com/android/dialer/binary/basecomponent/
BaseDialerRootComponent.java
27
import com.android.incallui.calllocation.
CallLocationComponent
;
36
extends
CallLocationComponent
.HasComponent,
/packages/apps/Dialer/java/com/android/incallui/
CallCardPresenter.java
65
import com.android.incallui.calllocation.
CallLocationComponent
;
142
callLocation =
CallLocationComponent
.get(mContext).getCallLocation();
[
all
...]
Completed in 367 milliseconds