Searched refs:mBundleData (Results 1 - 2 of 2) sorted by path

/macosx-10.10/modemccl-25.1/
H A Dcclparser.h38 NSMutableDictionary *mBundleData; // vendors->models->personalities variable
H A Dcclparser.m57 mBundleData = [[NSMutableDictionary alloc] init];
71 [mBundleData release];
215 // adding to existing lists in mBundleData
218 NSMutableArray* existingModels = [mBundleData objectForKey:venName];
223 [mBundleData setObject:mergeModels forKey:venName];
245 otherVendor = [mBundleData objectForKey:(id)kCCLOtherVendorName];
251 [mBundleData setObject:otherVendor forKey:(id)kCCLOtherVendorName];
466 // remove from mBundleData/Other any names in mFlatOverrides
467 persList = [mBundleData objectForKey:kCCLOtherVendorName];
478 [mBundleData removeObjectForKe
[all...]

Completed in 427 milliseconds