Home
last modified time | relevance | path

Searched defs:isOutgoing (Results 1 – 6 of 6) sorted by relevance

/cts/tests/tests/telecom-apps/Utils/src/android/telecom/cts/apps/
DAttributesUtil.java50 public static CallAttributes getDefaultAttributesForApp(TelecomTestApp name, boolean isOutgoing) in getDefaultAttributesForApp()
66 boolean isOutgoing, in getRandomAttributesForApp()
83 boolean isOutgoing) { in getDefaultAttributesForManaged()
98 boolean isOutgoing, in getRandomAttributesForManaged()
164 public static boolean isOutgoing(CallAttributes callAttributes) { in isOutgoing() method in AttributesUtil
168 private static int getDirectionFromBool(boolean isOutgoing) { in getDirectionFromBool()
172 private static Uri getDefaultAddress(boolean isOutgoing) { in getDefaultAddress()
176 private static String getDefaultName(boolean isOutgoing) { in getDefaultName()
DNotificationUtils.java37 boolean isOutgoing) { in createCallStyleNotification()
51 boolean isOutgoing, in getCallStyle()
DBaseAppVerifierImpl.java187 boolean isOutgoing) in getDefaultAttributes()
198 boolean isOutgoing) in getDefaultAttributes()
207 boolean isOutgoing, in getRandomAttributes()
/cts/tests/tests/telecom-apps/ManagedConnectionService/src/android/telecom/cts/apps/managedapp/
DManagedConnectionService.java79 private Connection createConnection(ConnectionRequest request, boolean isOutgoing) { in createConnection()
/cts/tests/tests/telecom-apps/ConnectionServiceVoipAppMain/src/android/telecom/cts/apps/connectionservicevoipappmain/
DVoipConnectionServiceMain.java79 private Connection createConnection(ConnectionRequest request, boolean isOutgoing) { in createConnection()
/cts/tests/tests/telecom-cuj/src/android/telecom/cts/cuj/
DBaseAppVerifier.java180 public CallAttributes getDefaultAttributes(TelecomTestApp name, boolean isOutgoing) in getDefaultAttributes()
186 boolean isOutgoing) in getDefaultAttributes()
191 public CallAttributes getRandomAttributes(TelecomTestApp name, boolean isOutgoing) in getRandomAttributes()