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()
108 import com.android.providers.contacts.util.PhoneAccountHandleMigrationUtils;189 PhoneAccountHandleMigrationUtils.TELEPHONY_COMPONENT_NAME); in getMockContactsDatabaseHelper()199 PhoneAccountHandleMigrationUtils.TELEPHONY_COMPONENT_NAME); in getMockContactsDatabaseHelper()209 PhoneAccountHandleMigrationUtils.TELEPHONY_COMPONENT_NAME); in getMockContactsDatabaseHelper()219 PhoneAccountHandleMigrationUtils.TELEPHONY_COMPONENT_NAME); in getMockContactsDatabaseHelper()229 PhoneAccountHandleMigrationUtils.TELEPHONY_COMPONENT_NAME); in getMockContactsDatabaseHelper()262 PhoneAccountHandleMigrationUtils phoneAccountHandleMigrationUtils in testPhoneAccountHandleMigrationSimEvent()322 PhoneAccountHandleMigrationUtils phoneAccountHandleMigrationUtils in testPhoneAccountHandleMigrationInitiation()366 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()
107 import com.android.providers.contacts.util.PhoneAccountHandleMigrationUtils;947 private final PhoneAccountHandleMigrationUtils mPhoneAccountHandleMigrationUtils;998 public PhoneAccountHandleMigrationUtils getPhoneAccountHandleMigrationUtils() { in getPhoneAccountHandleMigrationUtils()1006 mPhoneAccountHandleMigrationUtils = new PhoneAccountHandleMigrationUtils( in ContactsDatabaseHelper()1007 context, PhoneAccountHandleMigrationUtils.TYPE_CONTACTS); in ContactsDatabaseHelper()
22 import static com.android.providers.contacts.util.PhoneAccountHandleMigrationUtils.TELEPHONY_COMPON…
23 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