Exemplo n.º 1
0
 public QuakeServiceConnection(QuakeActivity activity)
 {
     this.activity = activity;
 }
Exemplo n.º 2
0
 public QuakeReceiver(QuakeActivity activity)
 {
     this.activity = activity;
 }
Exemplo n.º 3
0
 public AndroidQuakeAdapter(QuakeActivity context)
 {
     this.context = context;
 }