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

  /packages/services/Telecomm/src/com/android/server/telecom/
CallLogManager.java 331 String handleString = handle.getSchemeSpecificPart();
332 if (!PhoneNumberUtils.isUriNumber(handleString)) {
333 handleString = PhoneNumberUtils.stripSeparators(handleString);
335 return handleString;
  /frameworks/native/libs/binder/tests/
binderTextOutputTest.cpp 91 TEST(TextOutput, HandleString) {
  /packages/services/Telecomm/src/com/android/server/telecom/ui/
MissedCallNotifierImpl.java 570 final String handleString = cursor.getString(CALL_LOG_COLUMN_NUMBER);
577 || TextUtils.isEmpty(handleString)) {
580 handle = Uri.fromParts(PhoneNumberUtils.isUriNumber(handleString) ?
582 handleString, null);

Completed in 142 milliseconds