Searched refs:nullName (Results 1 – 3 of 3) sorted by relevance
72 final String nullName = null; in testBuilderConstructorWithInvalidValues() local86 () -> new MediaRoute2Info.Builder(validId, nullName)); in testBuilderConstructorWithInvalidValues()92 () -> new MediaRoute2Info.Builder(nullId, nullName)); in testBuilderConstructorWithInvalidValues()96 () -> new MediaRoute2Info.Builder(emptyId, nullName)); in testBuilderConstructorWithInvalidValues()
393 Cursor nullName = query(nullNameUri, projection); in insertAdn_phoneNumberOnly_addsRecord() argument397 assertThat(nullName).hasSingleRow("", "18005550101"); in insertAdn_phoneNumberOnly_addsRecord()
926 String nullName = am.getPreviousName(ACCOUNT); in testAccountRenameAndGetPreviousName() local927 assertNull(nullName); in testAccountRenameAndGetPreviousName()