Home
last modified time | relevance | path

Searched refs:isPhoneAccountMigrationPending (Results 1 – 7 of 7) sorted by relevance

/packages/providers/CallLogProvider/src/com/android/calllogbackup/
DCallLogBackupAgent.java88 int isPhoneAccountMigrationPending; field in CallLogBackupAgent.Call
390 builder.setIsPhoneAccountMigrationPending(call.isPhoneAccountMigrationPending); in writeCallToProvider()
534 call.isPhoneAccountMigrationPending = dataInput.readInt(); in readCallFromData()
555 call.isPhoneAccountMigrationPending = 1; in readCallFromData()
572 String accountComponentName, int isPhoneAccountMigrationPending) { in shouldConvertSubIdToIccIdForBackup() argument
579 && isPhoneAccountMigrationPending != 1) { in shouldConvertSubIdToIccIdForBackup()
614 call.isPhoneAccountMigrationPending = cursor.getInt( in readCallFromCursor()
627 call.isPhoneAccountMigrationPending)) { in readCallFromCursor()
642 call.isPhoneAccountMigrationPending = 1; in readCallFromCursor()
691 data.writeInt(call.isPhoneAccountMigrationPending); in addCallToBackup()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DCallLogProviderTest.java218 assertFalse(phoneAccountHandleMigrationUtils.isPhoneAccountMigrationPending()); in testPhoneAccountHandleMigrationSimEvent()
223 assertTrue(phoneAccountHandleMigrationUtils.isPhoneAccountMigrationPending()); in testPhoneAccountHandleMigrationSimEvent()
267 assertTrue(phoneAccountHandleMigrationUtils.isPhoneAccountMigrationPending()); in testPhoneAccountHandleMigrationSimEvent()
293 assertFalse(phoneAccountHandleMigrationUtils.isPhoneAccountMigrationPending()); in testPhoneAccountHandleMigrationInitiation()
326 assertTrue(phoneAccountHandleMigrationUtils.isPhoneAccountMigrationPending()); in testPhoneAccountHandleMigrationInitiation()
340 assertFalse(phoneAccountHandleMigrationUtils.isPhoneAccountMigrationPending()); in testPhoneAccountHandleMigrationPendingStatus()
345 assertTrue(phoneAccountHandleMigrationUtils.isPhoneAccountMigrationPending()); in testPhoneAccountHandleMigrationPendingStatus()
DContactsProvider2Test.java355 assertTrue(phoneAccountHandleMigrationUtils.isPhoneAccountMigrationPending()); in testPhoneAccountHandleMigrationInitiation()
369 assertFalse(phoneAccountHandleMigrationUtils.isPhoneAccountMigrationPending()); in testPhoneAccountHandleMigrationPendingStatus()
374 assertTrue(phoneAccountHandleMigrationUtils.isPhoneAccountMigrationPending()); in testPhoneAccountHandleMigrationPendingStatus()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/util/
DPhoneAccountHandleMigrationUtils.java119 public boolean isPhoneAccountMigrationPending() { in isPhoneAccountMigrationPending() method in PhoneAccountHandleMigrationUtils
/packages/providers/CallLogProvider/tests/src/com/android/calllogbackup/
DCallLogBackupAgentTest.java331 assertEquals(1, call.isPhoneAccountMigrationPending); in testReadCallFromCursorForPhoneAccountMigrationBackup()
338 assertEquals(0, call.isPhoneAccountMigrationPending); in testReadCallFromCursorForPhoneAccountMigrationBackup()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DCallLogProvider.java280 .isPhoneAccountMigrationPending()
1372 .isPhoneAccountMigrationPending()) { in performBackgroundTask()
DContactsProvider2.java1556 .isPhoneAccountMigrationPending());
1558 .isPhoneAccountMigrationPending()
1628 .isPhoneAccountMigrationPending()) { in initialize()
1829 .isPhoneAccountMigrationPending()) { in performBackgroundTask()