Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsProvider2Test.java5542 String handle1 = "test@gmail.com"; in testStatusUpdateDoesNotRequireReadOrWriteSocialStreamPermission() local
5544 insertImHandle(rawContactId, protocol1, null, handle1); in testStatusUpdateDoesNotRequireReadOrWriteSocialStreamPermission()
5548 insertStatusUpdate(protocol1, null, handle1, StatusUpdates.AVAILABLE, "Green", in testStatusUpdateDoesNotRequireReadOrWriteSocialStreamPermission()
5578 String handle1 = "test@gmail.com"; in testSingleStatusUpdateRowPerContact() local
5581 insertImHandle(rawContactId1, protocol1, null, handle1); in testSingleStatusUpdateRowPerContact()
5583 insertStatusUpdate(protocol1, null, handle1, StatusUpdates.AVAILABLE, "Green", in testSingleStatusUpdateRowPerContact()
5585 insertStatusUpdate(protocol1, null, handle1, StatusUpdates.AWAY, "Yellow", in testSingleStatusUpdateRowPerContact()
5587 insertStatusUpdate(protocol1, null, handle1, StatusUpdates.INVISIBLE, "Red", in testSingleStatusUpdateRowPerContact()