Home
last modified time | relevance | path

Searched refs:PhoneAccountHandleMigrationUtils (Results 1 – 8 of 8) sorted by relevance

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DCallLogMigrationTest.java31 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()
DCallLogProviderTest.java53 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()
DContactsProvider2Test.java113 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()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DCallLogDatabaseHelper.java40 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()
DContactsDatabaseHelper.java105 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()
DCallLogProvider.java22 import static com.android.providers.contacts.util.PhoneAccountHandleMigrationUtils.TELEPHONY_COMPON…
DContactsProvider2.java27 import static com.android.providers.contacts.util.PhoneAccountHandleMigrationUtils.TELEPHONY_COMPON…
/packages/providers/ContactsProvider/src/com/android/providers/contacts/util/
DPhoneAccountHandleMigrationUtils.java48 public class PhoneAccountHandleMigrationUtils { class
80 public PhoneAccountHandleMigrationUtils(Context context, int type) { in PhoneAccountHandleMigrationUtils() method in PhoneAccountHandleMigrationUtils