Searched refs:PhoneAccountHandleMigrationUtils (Results 1 – 8 of 8) sorted by relevance
31 import com.android.providers.contacts.util.PhoneAccountHandleMigrationUtils;83 assertTrue(insertCallLog(db, PhoneAccountHandleMigrationUtils.TELEPHONY_COMPONENT_NAME)); in testPhoneAccountMigrationMarkingOnUpgrade()84 assertTrue(insertCallLog(db, PhoneAccountHandleMigrationUtils.TELEPHONY_COMPONENT_NAME)); in testPhoneAccountMigrationMarkingOnUpgrade()
53 import com.android.providers.contacts.util.PhoneAccountHandleMigrationUtils;152 PhoneAccountHandleMigrationUtils.TELEPHONY_COMPONENT_NAME); in getMockCallLogDatabaseHelper()160 PhoneAccountHandleMigrationUtils.TELEPHONY_COMPONENT_NAME); in getMockCallLogDatabaseHelper()168 PhoneAccountHandleMigrationUtils.TELEPHONY_COMPONENT_NAME); in getMockCallLogDatabaseHelper()183 PhoneAccountHandleMigrationUtils.TELEPHONY_COMPONENT_NAME); in getMockCallLogDatabaseHelper()191 PhoneAccountHandleMigrationUtils.TELEPHONY_COMPONENT_NAME); in getMockCallLogDatabaseHelper()213 PhoneAccountHandleMigrationUtils phoneAccountHandleMigrationUtils = callLogDatabaseHelper in testPhoneAccountHandleMigrationSimEvent()288 PhoneAccountHandleMigrationUtils phoneAccountHandleMigrationUtils = callLogDatabaseHelper in testPhoneAccountHandleMigrationInitiation()335 PhoneAccountHandleMigrationUtils phoneAccountHandleMigrationUtils = callLogDatabaseHelper in testPhoneAccountHandleMigrationPendingStatus()
113 import com.android.providers.contacts.util.PhoneAccountHandleMigrationUtils;207 PhoneAccountHandleMigrationUtils.TELEPHONY_COMPONENT_NAME); in getMockContactsDatabaseHelper()217 PhoneAccountHandleMigrationUtils.TELEPHONY_COMPONENT_NAME); in getMockContactsDatabaseHelper()227 PhoneAccountHandleMigrationUtils.TELEPHONY_COMPONENT_NAME); in getMockContactsDatabaseHelper()237 PhoneAccountHandleMigrationUtils.TELEPHONY_COMPONENT_NAME); in getMockContactsDatabaseHelper()247 PhoneAccountHandleMigrationUtils.TELEPHONY_COMPONENT_NAME); in getMockContactsDatabaseHelper()281 PhoneAccountHandleMigrationUtils phoneAccountHandleMigrationUtils in testPhoneAccountHandleMigrationSimEvent()342 PhoneAccountHandleMigrationUtils phoneAccountHandleMigrationUtils in testPhoneAccountHandleMigrationInitiation()387 PhoneAccountHandleMigrationUtils phoneAccountHandleMigrationUtils in testPhoneAccountHandleMigrationPendingStatus()
40 import com.android.providers.contacts.util.PhoneAccountHandleMigrationUtils;74 final PhoneAccountHandleMigrationUtils mPhoneAccountHandleMigrationUtils;273 mPhoneAccountHandleMigrationUtils = new PhoneAccountHandleMigrationUtils( in CallLogDatabaseHelper()274 context, PhoneAccountHandleMigrationUtils.TYPE_CALL_LOG); in CallLogDatabaseHelper()571 public PhoneAccountHandleMigrationUtils getPhoneAccountHandleMigrationUtils() { in getPhoneAccountHandleMigrationUtils()
105 import com.android.providers.contacts.util.PhoneAccountHandleMigrationUtils;946 private final PhoneAccountHandleMigrationUtils mPhoneAccountHandleMigrationUtils;997 public PhoneAccountHandleMigrationUtils getPhoneAccountHandleMigrationUtils() { in getPhoneAccountHandleMigrationUtils()1005 mPhoneAccountHandleMigrationUtils = new PhoneAccountHandleMigrationUtils( in ContactsDatabaseHelper()1006 context, PhoneAccountHandleMigrationUtils.TYPE_CONTACTS); in ContactsDatabaseHelper()
22 import static com.android.providers.contacts.util.PhoneAccountHandleMigrationUtils.TELEPHONY_COMPON…
27 import static com.android.providers.contacts.util.PhoneAccountHandleMigrationUtils.TELEPHONY_COMPON…
48 public class PhoneAccountHandleMigrationUtils { class80 public PhoneAccountHandleMigrationUtils(Context context, int type) { in PhoneAccountHandleMigrationUtils() method in PhoneAccountHandleMigrationUtils