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

  /build/make/target/product/
core.mk 58 Telecom \
69 Telecom \
  /device/generic/car/common/product/
core.mk 48 Telecom \
  /packages/services/Telecomm/
Android.mk 3 # Build the Telecom service.
15 LOCAL_PACKAGE_NAME := Telecom
  /frameworks/base/cmds/telecom/src/com/android/commands/telecom/
Telecom.java 17 package com.android.commands.telecom;
26 import android.telecom.PhoneAccount;
27 import android.telecom.PhoneAccountHandle;
30 import com.android.internal.telecom.ITelecomService;
34 public final class Telecom extends BaseCommand {
42 (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 303 milliseconds