KHikami / ProjectFiCallingDeciphered

repo for class project Deciphering Project Fi Calling
1 stars 0 forks source link

Figure out why gdc has 2 gcq objects (1 final/1 unassigned until later) #25

Closed tran-brian closed 8 years ago

tran-brian commented 8 years ago

final gcq c calls gcq non-static methods, but can't find declaration

tran-brian commented 8 years ago

Found the declaration in the constructor to the one passed in.

wminner commented 8 years ago

I believe the final gcq (this.c) is the current Connection object, and the other (this.g) is created when handoff actually occurs (so it would be the new Connection object).