Home
last modified time | relevance | path

Searched refs:buildPhoneAccount (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/simulator/impl/
DSimulatorConnectionService.java40 context.getSystemService(TelecomManager.class).registerPhoneAccount(buildPhoneAccount(context)); in register()
43 private static PhoneAccount buildPhoneAccount(Context context) { in buildPhoneAccount() method in SimulatorConnectionService