Searched refs:TEST_NAME (Results 1 – 6 of 6) sorted by relevance
52 private static final String TEST_NAME = "Test Name"; field in MobileNetworkFragmentTest69 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()
58 private static final String TEST_NAME = "Fred"; field in SecondaryUserControllerTest87 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()
20 TEST_NAME=$121 SPEC_NAME=${TEST_NAME//[\/.]/_}49 adb shell /data/local/tmp/NeuralNetworksTest_static_fuzzing --gtest_filter=$TEST_NAME
55 private static final String TEST_NAME = "Test name"; field in NotificationAssistantPickerTest148 when(c.loadLabel()).thenReturn(TEST_NAME); in dialogTextHasAssistantName()152 assertTrue(text.toString().contains(TEST_NAME)); in dialogTextHasAssistantName()
63 private static final String TEST_NAME = "test_name"; field in BluetoothDeviceUpdaterTest272 when(mCachedBluetoothDevice.getName()).thenReturn(TEST_NAME); in havePreference_refreshPreference()275 assertThat(mPreference.getTitle()).isEqualTo(TEST_NAME); in havePreference_refreshPreference()
65 private static final String TEST_NAME = "Adam Young"; field in RawContactModifierTests764 first.put(StructuredName.GIVEN_NAME, TEST_NAME); in testParseExtrasExistingName()818 extras.putString(Insert.JOB_TITLE, TEST_NAME); in testParseExtrasJobTitle()