Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/content/
DSyncOperationTest.java51 Account account1 = new Account("account1", "type1"); in testToKey() local
58 SyncOperation op1 = new SyncOperation(account1, 0, in testToKey()
67 SyncOperation op2 = new SyncOperation(account1, 0, in testToKey()
76 SyncOperation op3 = new SyncOperation(account1, 0, in testToKey()
94 SyncOperation op5 = new SyncOperation(account1, 0, in testToKey()
110 Account account1 = new Account("account1", "type1"); in testConversionToExtras() local
112 b1.putParcelable("acc", account1); in testConversionToExtras()
115 SyncOperation op1 = new SyncOperation(account1, 0, in testConversionToExtras()
127 account1.equals(op2.extras.get("acc"))); in testConversionToExtras()