OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CommandLineComponent
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Dialer/java/com/android/dialer/commandline/
CommandLineComponent.java
27
public abstract class
CommandLineComponent
{
31
public static
CommandLineComponent
get(Context context) {
33
.
commandLineComponent
();
38
CommandLineComponent
commandLineComponent
();
CommandLineReceiver.java
53
CommandLineComponent
.get(context)
/packages/apps/Dialer/java/com/android/dialer/commandline/impl/
Help.java
23
import com.android.dialer.commandline.
CommandLineComponent
;
61
CommandLineComponent
.get(context).commandSupplier().get();
/packages/apps/Dialer/java/com/android/dialer/binary/basecomponent/
BaseDialerRootComponent.java
22
import com.android.dialer.commandline.
CommandLineComponent
;
55
CommandLineComponent
.HasComponent,
Completed in 105 milliseconds