Home
last modified time | relevance | path

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

/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/network/
DMobileNetworkFragmentTest.java52 private static final String TEST_NAME = "Test Name"; field in MobileNetworkFragmentTest
69 createSubscriptionInfo(SUB_ID + 1, TEST_NAME + "_1"), in setUp()
70 createSubscriptionInfo(SUB_ID + 2, TEST_NAME + "_2"))); in setUp()
80 setUpFragmentWithSubId(SUB_ID, TEST_NAME); in onMobileNetworkUpdated_startWithArgument_updateTitle()
83 assertThat(toolbar.getTitle()).isEqualTo(TEST_NAME); in onMobileNetworkUpdated_startWithArgument_updateTitle()
90 Collections.singletonList(createSubscriptionInfo(SUB_ID, TEST_NAME))); in onMobileNetworkUpdated_noArgumentProvided_updateTitle()
93 assertThat(toolbar.getTitle()).isEqualTo(TEST_NAME + "_1"); in onMobileNetworkUpdated_noArgumentProvided_updateTitle()
/packages/apps/Settings/tests/robotests/src/com/android/settings/deviceinfo/storage/
DSecondaryUserControllerTest.java58 private static final String TEST_NAME = "Fred"; field in SecondaryUserControllerTest
87 mPrimaryUser.name = TEST_NAME; in controllerAddsSecondaryUser()
93 assertThat(preference.getTitle()).isEqualTo(TEST_NAME); in controllerAddsSecondaryUser()
98 mPrimaryUser.name = TEST_NAME; in controllerUpdatesSummaryOfNewPreference()
201 mPrimaryUser.name = TEST_NAME; in controllerUpdatesPreferenceOnAcceptingResult()
248 mPrimaryUser.name = TEST_NAME; in iconCallbackChangesPreferenceIcon()
265 mPrimaryUser.name = TEST_NAME; in setIcon_doesntNpeOnNullPreference()
/packages/modules/NeuralNetworks/runtime/test/fuzzing/
Dvisualize_random_graph.sh20 TEST_NAME=$1
21 SPEC_NAME=${TEST_NAME//[\/.]/_}
49 adb shell /data/local/tmp/NeuralNetworksTest_static_fuzzing --gtest_filter=$TEST_NAME
/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/
DNotificationAssistantPickerTest.java55 private static final String TEST_NAME = "Test name"; field in NotificationAssistantPickerTest
148 when(c.loadLabel()).thenReturn(TEST_NAME); in dialogTextHasAssistantName()
152 assertTrue(text.toString().contains(TEST_NAME)); in dialogTextHasAssistantName()
/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DBluetoothDeviceUpdaterTest.java63 private static final String TEST_NAME = "test_name"; field in BluetoothDeviceUpdaterTest
272 when(mCachedBluetoothDevice.getName()).thenReturn(TEST_NAME); in havePreference_refreshPreference()
275 assertThat(mPreference.getTitle()).isEqualTo(TEST_NAME); in havePreference_refreshPreference()
/packages/apps/Contacts/tests/src/com/android/contacts/model/
DRawContactModifierTests.java65 private static final String TEST_NAME = "Adam Young"; field in RawContactModifierTests
764 first.put(StructuredName.GIVEN_NAME, TEST_NAME); in testParseExtrasExistingName()
818 extras.putString(Insert.JOB_TITLE, TEST_NAME); in testParseExtrasJobTitle()