Searched refs:getCallIntent (Results 1 – 6 of 6) sorted by relevance
84 final Intent intent = getCallIntent(getCallUri(number)); in getCallWithSubjectIntent()96 public static Intent getCallIntent(String number) { in getCallIntent() method in CallUtil99 ? getCallIntentForEmergencyNumber(uri) : getCallIntent(uri); in getCallIntent()114 public static Intent getCallIntent(Uri uri) { in getCallIntent() method in CallUtil
118 final Intent phoneIntent = hasPhone ? CallUtil.getCallIntent(number) in DataAction()146 mIntent = CallUtil.getCallIntent(callUri); in DataAction()
1547 intent = CallUtil.getCallIntent(phone.getNumber()); in dataItemToEntry()1663 intent = CallUtil.getCallIntent(callUri); in dataItemToEntry()
90 Optional<Intent> getCallIntent(@NonNull String number); in getCallIntent() method
106 public Optional<Intent> getCallIntent(@NonNull String number) { in getCallIntent() method in DuoStub
188 .getCallIntent(builder.getUri().getSchemeSpecificPart()); in placeCall()