Home
last modified time | relevance | path

Searched refs:newBlockNumberContentValues (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Dialer/tests/src/com/android/dialer/compat/
DFilteredNumberCompatTest.java125 FilteredNumberCompat.newBlockNumberContentValues(null, null, null); in testNewBlockNumberContentValues_NullNumber()
135 FilteredNumberCompat.newBlockNumberContentValues(NON_E164_NUMBER, null, null)); in testNewBlockNumberContentValues_N_NotMigrated()
147 assertEquals(contentValues, FilteredNumberCompat.newBlockNumberContentValues( in testNewBlockNumberContentValues_N_Migrated()
158 … FilteredNumberCompat.newBlockNumberContentValues(NON_E164_NUMBER, E164_NUMBER, COUNTRY_ISO)); in testNewBlockNumberContentValues_N_Disabled()
166 … FilteredNumberCompat.newBlockNumberContentValues(NON_E164_NUMBER, null, COUNTRY_ISO)); in testNewBlockNumberContentValues_M_NullE164()
174 … FilteredNumberCompat.newBlockNumberContentValues(NON_E164_NUMBER, E164_NUMBER, null)); in testNewBlockNumberContentValues_M_NullCountryIso()
183 FilteredNumberCompat.newBlockNumberContentValues(NON_E164_NUMBER, null, null)); in testNewBlockNumberContentValues_M_NullE164AndCountryIso()
/packages/apps/Dialer/tests/src/com/android/dialer/database/
DFilteredNumberAsyncQueryHandlerTest.java225 mContentProvider.expectInsert(BLOCKED_NUMBER_URI, newBlockNumberContentValues(), in testBlockNumber()
240 mContentProvider.expectInsert(BLOCKED_NUMBER_URI, newBlockNumberContentValues(), in testBlockNumber_NullNormalizedNumber()
347 private ContentValues newBlockNumberContentValues() { in newBlockNumberContentValues() method in FilteredNumberAsyncQueryHandlerTest
/packages/apps/Dialer/src/com/android/dialer/database/
DFilteredNumberAsyncQueryHandler.java206 blockNumber(listener, FilteredNumberCompat.newBlockNumberContentValues(number, in blockNumber()
/packages/apps/Dialer/src/com/android/dialer/compat/
DFilteredNumberCompat.java233 public static ContentValues newBlockNumberContentValues(String number, in newBlockNumberContentValues() method in FilteredNumberCompat