Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/alertwindowappsdk25/src/android/server/wm/alertwindowappsdk25/
DAlertWindowTestActivitySdk25.java21 import static android.view.WindowManager.LayoutParams.TYPE_PHONE;
29 TYPE_PHONE,
/cts/tests/framework/base/windowmanager/alertwindowapp/src/android/server/wm/alertwindowapp/
DAlertWindowTestActivity.java23 import static android.view.WindowManager.LayoutParams.TYPE_PHONE;
31 TYPE_PHONE,
/cts/tests/tests/textclassifier/src/android/view/textclassifier/cts/
DTextLinksTest.java80 .addLink(START, END, Collections.singletonMap(TextClassifier.TYPE_PHONE, 1.0f), in testTextLinks_full()
96 assertEquals(TextClassifier.TYPE_PHONE, textLinkHasExtra.getEntity(0)); in testTextLinks_full()
97 assertEquals(1.0f, textLinkHasExtra.getConfidenceScore(TextClassifier.TYPE_PHONE), in testTextLinks_full()
118 ImmutableMap.of(TextClassifier.TYPE_PHONE, 1.0f, in testTextLinks_apply()
143 assertEquals(TextClassifier.TYPE_PHONE, anotherTextLink.getEntity(0)); in testTextLinks_apply()
144 assertEquals(1.0f, anotherTextLink.getConfidenceScore(TextClassifier.TYPE_PHONE), in testTextLinks_apply()
DTextSelectionTest.java137 .setEntityType(TextClassifier.TYPE_PHONE, phoneScore) in testTextSelection_prunedConfidenceScore()
141 assertEquals(prunedPhoneScore, selection.getConfidenceScore(TextClassifier.TYPE_PHONE), in testTextSelection_prunedConfidenceScore()
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DWindowContextPolicyTests.java32 import static android.view.WindowManager.LayoutParams.TYPE_PHONE;
96 TYPE_STATUS_BAR, TYPE_SEARCH_BAR, TYPE_PHONE, TYPE_SYSTEM_ALERT, in testWindowContextWithAllPublicTypes()
DAlertWindowsTests.java58 private static final int TYPE_PHONE = FIRST_SYSTEM_WINDOW + 2; field in AlertWindowsTests
70 TYPE_PHONE,