Lines Matching refs:Handler2
45 case 1: Handler1 and Handler2 do not belong to a BLooper
46 case 2: Handler1 belongs to a BLooper (which is unlocked), Handler2 does not
47 case 3: Handler1 belongs to a BLooper (which is locked), Handler2 does not
48 case 4: Handler1 does not belong to a BLooper, Handler2 does (which is unlocked)
49 case 5: Handler1 does not belong to a BLooper, Handler2 does (which is locked)
50 case 6: Handler1 and Handler2 belong to different BLoopers, which are unlocked
51 case 7: Handler1 and Handler2 belong to different BLoopers, and Handler1's
52 BLooper is locked; Handler2's is not
53 case 8: Handler1 and Handler2 belong to different BLoopers, and Handler1's
54 BLooper is unlocked; Handler2's is locked
55 case 9: Handler1 and Handler2 belong to different BLoopers, which are both locked
56 case 10: Handler1 and Handler2 belong to the same BLooper, which is unlocked
57 case 11: Handler1 and Handler2 belong to the same BLooper, which is locked