Searched refs:fakeCellBroadcast (Results 1 – 1 of 1) sorted by relevance
100 ContentValues cv = fakeCellBroadcast(); in testUpdate()126 ContentValues cv = fakeCellBroadcast(); in testUpdate_WithoutWritePermission_fail()146 ContentValues cv = fakeCellBroadcast(); in testGetAllCellBroadcast()171 Uri uri = mContentResolver.insert(CONTENT_URI, fakeCellBroadcast()); in testDelete_withoutWritePermission_throwSecurityException()190 ContentValues cv = fakeCellBroadcast(); in testDelete_oneRecord_success()217 mContentResolver.insert(CONTENT_URI, fakeCellBroadcast()); in testDelete_all_success()218 mContentResolver.insert(CONTENT_URI, fakeCellBroadcast()); in testDelete_all_success()244 mContentResolver.insert(CONTENT_URI, fakeCellBroadcast()); in testInsert_withoutWritePermission_fail()254 Uri uri = mContentResolver.insert(CONTENT_URI, fakeCellBroadcast()); in testInsertAndQuery()343 private static ContentValues fakeCellBroadcast() { in fakeCellBroadcast() method in CellBroadcastProviderTest