HomeSort by relevance Sort by last modified time
    Searched refs:Telecom (Results 1 - 3 of 3) sorted by null

  /packages/services/Telecomm/
Android.mk 3 # Build the Telecom service.
15 LOCAL_PACKAGE_NAME := Telecom
  /build/target/product/
core.mk 57 Telecom \
  /frameworks/base/cmds/telecom/src/com/android/commands/telecom/
Telecom.java 17 package com.android.commands.telecom;
27 import android.telecom.PhoneAccount;
28 import android.telecom.PhoneAccountHandle;
31 import com.android.internal.telecom.ITelecomService;
35 public final class Telecom extends BaseCommand {
43 (new Telecom()).run(args);
63 "usage: telecom [subcommand] [options]\n" +
64 "usage: telecom set-phone-account-enabled <COMPONENT> <ID> <USER_SN>\n" +
65 "usage: telecom set-phone-account-disabled <COMPONENT> <ID> <USER_SN>\n" +
66 "usage: telecom register-phone-account <COMPONENT> <ID> <USER_SN> <LABEL>\n"
    [all...]

Completed in 647 milliseconds