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.java108 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()
/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.java107 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()
DCallLogProvider.java22 import static com.android.providers.contacts.util.PhoneAccountHandleMigrationUtils.TELEPHONY_COMPON…
DContactsProvider2.java23 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