Searched refs:remoteControls (Results 1 – 2 of 2) sorted by relevance
37 remoteControls = [[NSMutableArray alloc] init];51 [remoteControls release];59 [remoteControls addObject: remoteControl];73 return [remoteControls count];91 for(i=0; i < [remoteControls count]; i++) {98 for(i=0; i < [remoteControls count]; i++) {111 for(i=0; i < [remoteControls count]; i++) {120 for(i=0; i < [remoteControls count]; i++) {121 [[remoteControls objectAtIndex: i] stopListening: sender];128 for(i=0; i < [remoteControls count]; i++) {[all …]
35 NSMutableArray* remoteControls; field
Completed in 13 milliseconds