Searched refs:debugLeftReason (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/Security-57031.1.35/Security/Keychain Circle Notification/
H A DKNPersistantState.h34 @property NSNumber *debugLeftReason; variable
H A DKNPersistantState.m59 state.debugLeftReason = plist[@"debugLeftReason"];
82 if (self.debugLeftReason) {
83 plist[@"debugLeftReason"] = self.debugLeftReason;
H A DKNAppDelegate.m170 if ((me.state.lastCircleStatus == kSOSCCInCircle && !me.circle.isInCircle) || me.state.debugLeftReason) {
172 if (me.state.debugLeftReason) {
173 reason = [me.state.debugLeftReason intValue];
174 me.state.debugLeftReason = nil;

Completed in 116 milliseconds