HomeSort by relevance Sort by last modified time
    Searched refs:fromParts (Results 1 - 25 of 50) sorted by null

1 2

  /developers/build/prebuilts/gradle/Timer/Wearable/src/main/java/com/example/android/wearable/timer/util/
Constants.java 28 Uri.fromParts("wear", DATA_ITEM_PATH, null);
  /developers/samples/android/deprecated/wearable/wear/Timer/Wearable/src/main/java/com/example/android/wearable/timer/util/
Constants.java 28 Uri.fromParts("wear", DATA_ITEM_PATH, null);
  /development/samples/browseable/Timer/src/com.example.android.wearable.timer/util/
Constants.java 28 Uri.fromParts("wear", DATA_ITEM_PATH, null);
  /external/guava/guava-tests/test/com/google/common/net/
HostAndPortTest.java 150 HostAndPort hp = HostAndPort.fromParts("gmail.com", 81);
156 HostAndPort.fromParts("gmail.com:80", 81);
162 HostAndPort.fromParts("gmail.com", -1);
199 HostAndPort hp4 = HostAndPort.fromParts("[foo::123]", 80);
235 assertEquals("[1::2]:103", HostAndPort.fromParts("1::2", 103).toString());
245 assertEquals("[::]]:107", HostAndPort.fromParts("::]", 107).toString());
250 SerializableTester.reserializeAndAssert(HostAndPort.fromParts("host", 80));
254 SerializableTester.reserializeAndAssert(HostAndPort.fromParts("1::2", 103));
  /cts/tests/tests/telecom/src/android/telecom/cts/
NumberDialingTest.java 43 Uri address = Uri.fromParts("tel", "*1234#", null);
BasicInCallServiceTest.java 38 private static final Uri TEST_NUMBER = Uri.fromParts("tel", "555-1234", null);
SelfManagedConnectionServiceTest.java 52 private Uri TEST_ADDRESS_1 = Uri.fromParts("sip", "call1@test.com", null);
53 private Uri TEST_ADDRESS_2 = Uri.fromParts("tel", "6505551212", null);
54 private Uri TEST_ADDRESS_3 = Uri.fromParts("tel", "6505551213", null);
55 private Uri TEST_ADDRESS_4 = Uri.fromParts(TestUtils.TEST_URI_SCHEME, "fizzle_schmozle", null);
585 Uri address = Uri.fromParts("sip", "test" + ix + "@test.com", null);
627 mTelecomManager.placeCall(Uri.fromParts(PhoneAccount.SCHEME_TEL, "5551212", null), extras);
TelecomAvailabilityTest.java 78 final Intent intent = new Intent(Intent.ACTION_CALL, Uri.fromParts("tel", "1234567", null));
CallScreeningServiceTest.java 42 private static final Uri TEST_NUMBER = Uri.fromParts("tel", "7", null);
  /external/skia/platform_tools/android/apps/arcore/src/main/java/org/skia/arcore/
CameraPermissionHelper.java 62 intent.setData(Uri.fromParts("package", activity.getPackageName(), null));
  /external/skia/platform_tools/android/apps/skar_java/src/main/java/com/google/skar/examples/helloskar/helpers/
CameraPermissionHelper.java 64 intent.setData(Uri.fromParts("package", activity.getPackageName(), null));
  /external/skqp/platform_tools/android/apps/arcore/src/main/java/org/skia/arcore/
CameraPermissionHelper.java 62 intent.setData(Uri.fromParts("package", activity.getPackageName(), null));
  /external/skqp/platform_tools/android/apps/skar_java/src/main/java/com/google/skar/examples/helloskar/helpers/
CameraPermissionHelper.java 64 intent.setData(Uri.fromParts("package", activity.getPackageName(), null));
  /cts/tests/app/src/android/app/cts/
PersonTest.java 28 private static final String TEST_URI = Uri.fromParts("a", "b", "c").toString();
89 .setUri(Uri.fromParts("a", "b", "c").toString())
  /cts/tests/tests/packageinstaller/install/src/android/packageinstaller/install/cts/
IntentTest.kt 84 intent.data = Uri.fromParts("package", TEST_APK_PACKAGE_NAME, null)
  /cts/tests/tests/telecom3/src/android/telecom/cts/
SelfManagedAwareInCallServiceTest.java 39 private Uri TEST_ADDRESS_1 = Uri.fromParts("sip", "call1@test.com", null);
40 private Uri TEST_ADDRESS_2 = Uri.fromParts("sip", "call2@test.com", null);
  /cts/tests/tests/content/src/android/content/cts/
ContentUrisTest.java 58 Uri uri = Uri.fromParts("abc", "123", null);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/telecom/
SelfManagedIncomingCallTestActivity.java 40 private Uri TEST_DIAL_NUMBER_1 = Uri.fromParts("tel", "6505551212", null);
41 private Uri TEST_DIAL_NUMBER_2 = Uri.fromParts("tel", "4085551212", null);
IncomingCallTestActivity.java 51 private Uri TEST_DIAL_NUMBER = Uri.fromParts("tel", "5551212", null);
OutgoingCallTestActivity.java 49 private Uri TEST_DIAL_NUMBER = Uri.fromParts("tel", "5551212", null);
  /cts/hostsidetests/numberblocking/app/src/com/android/cts/numberblocking/hostside/
CallBlockingTest.java 82 final Uri phoneUri = Uri.fromParts(PhoneAccount.SCHEME_TEL, mBlockedPhoneNumber, null);
  /cts/tests/tests/net/src/android/net/cts/
UriTest.java 30 parcelAndUnparcel(Uri.fromParts("foo", "bob lee", "fragment"));
63 Uri a = Uri.fromParts("foo", "bar", "tee");
78 a = Uri.fromParts("scheme", "[2001:db8::dead:e1f]/foo", "bar");
331 uri = Uri.fromParts("mailto", "nobody", null);
  /external/guava/guava/src/com/google/common/net/
HostAndPort.java 133 public static HostAndPort fromParts(String host, int port) {
  /cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
PhoneAccountTest.java 138 Uri phoneUri = Uri.fromParts(
201 final Uri phoneUri = Uri.fromParts(
  /developers/build/prebuilts/gradle/Notifications/Wearable/src/main/java/com/example/android/support/wearable/notifications/
NotificationPresets.java 234 .setData(Uri.fromParts("example", "height/" + heightDisplayDp, null))
248 .setData(Uri.fromParts("example", "size/" + sizePreset, null))

Completed in 672 milliseconds

1 2