2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
9 @
class NSBundle
, NSDictionary
, NSMutableArray
, NSMutableSet
, NSNumber
, NSString
, UIRemoteApplication
;
11 @interface SBApplication
: SBDisplay
13 NSString
*_bundleIdentifier
;
14 NSString
*_roleIdentifier
;
17 NSDictionary
*_infoDictionary
;
18 NSString
*_displayName
;
21 NSMutableSet
*_statusBarItemSet
;
22 NSMutableArray
*_tags
;
23 UIRemoteApplication
*_remoteApplication
;
24 struct __CFSet
*_launchAlerts
;
25 NSString
*_seatbeltProfilePath
;
26 NSDictionary
*_seatbeltEnvVars
;
27 NSString
*_signerIdentity
;
29 unsigned int _eventPort
;
30 unsigned int _doingBackgroundNetworking
;
31 unsigned int _failedLaunchCount
;
32 unsigned int _memoryWarningCount
;
33 unsigned int _enabled
:1;
34 unsigned int _useDemoRole
:1;
35 unsigned int _relauchesOnAbnormalExit
:1;
36 unsigned int _isDefaultRole
:1;
37 unsigned int _isSystemApplication
:1;
40 + (void)flushSnapshotsForIdentifier
:(id
)fp8
;
41 + (void)flushLaunchAlertsOfType
:(int)fp8
;
42 - (id
)initWithBundleIdentifier
:(id
)fp8 roleIdentifier
:(id
)fp12 path
:(id
)fp16 bundle
:(id
)fp20 infoDictionary
:(id
)fp24 isSystemApplication
:(BOOL
)fp28
;
43 - (void)_startWatchdogTimerWithTimeInterval
:(double)fp8 selector
:(SEL
)fp16
;
44 - (void)_startLaunchWatchdogTimer
;
45 - (void)_startResumeWatchdogTimer
;
46 - (void)_startDeactivationWatchdogTimer
;
47 - (void)_startTerminationWatchdogTimer
;
48 - (void)_cancelWatchdogTimer
;
49 - (void)_scheduleWatchdogAssertionWithTimeout
:(double *)fp8 token
:(unsigned int)fp12
;
50 - (unsigned int)addWatchdogAssertionWithTimeout
:(double *)fp8
;
51 - (void)renewWatchdogAssertionWithToken
:(unsigned int)fp8 timeout
:(double *)fp12
;
52 - (void)removeWatchdogAssertionWithToken
:(unsigned int)fp8
;
53 - (void)_cancelWatchdogAssertExpiryTimer
;
54 - (void)_watchdogAssertExpired
:(id
)fp8
;
55 - (BOOL
)shouldWatchdog
;
56 - (BOOL
)isBeingDebugged
;
58 - (float)autoLockTime
;
62 - (id
)bundleIdentifier
;
63 - (void)setRoleIdentifier
:(id
)fp8
;
65 - (void)setIsDefaultRole
:(BOOL
)fp8
;
66 - (BOOL
)isDefaultRole
;
69 - (void)setEnabled
:(BOOL
)fp8
;
71 - (void)setDemoRole
:(id
)fp8
;
72 - (void)setUseDemoRole
:(BOOL
)fp8
;
73 - (void)setTags
:(id
)fp8
;
75 - (void)_addInternalDebugVariablesToEnvironment
;
76 - (unsigned int)dataUsage
;
77 - (void)_setDataUsage
:(unsigned int)fp8
;
78 - (void)setUsesBackgroundNetwork
:(BOOL
)fp8
;
79 - (void)setUsesEdgeNetwork
:(BOOL
)fp8
;
80 - (void)setUsesWiFiNetwork
:(BOOL
)fp8
;
81 - (void)_resetDataUsage
;
82 - (id
)_additionalDisplayQualification
;
83 - (id
)displayIdentifier
;
84 - (id
)displayIdentifierWithURLScheme
:(BOOL
)fp8
;
86 - (BOOL
)isSystemApplication
;
87 - (BOOL
)shouldLaunchPNGless
;
88 - (id
)pathForDefaultImage
:(char *)fp8
;
90 - (void)setDisplayName
:(id
)fp8
;
91 - (void)_sendCurrentDeviceOrientation
;
93 - (BOOL
)sendActivationEvent
:(int)fp8
;
95 - (void)watchdogForDeactivate
;
96 - (void)watchdogForResume
;
97 - (void)watchdogForLaunch
;
98 - (void)watchdogForTermination
;
101 - (void)_relaunchNow
;
102 - (void)_relaunchAfterAbnormalExit
:(BOOL
)fp8
;
103 - (void)removeStatusBarItems
;
104 - (int)defaultStatusBarMode
;
105 - (int)defaultStatusBarOrientation
;
106 - (void)_resetEventPort
;
107 - (void)exitedCommon
;
108 - (void)exitedAbnormally
;
109 - (void)exitedNormally
;
110 - (unsigned int)priority
;
112 - (void)setPid
:(int)fp8
;
113 - (unsigned int)eventPort
;
114 - (id
)launchdJobLabel
;
115 - (void)setLaunchdJobLabel
:(id
)fp8
;
116 - (id
)seatbeltProfilePath
;
117 - (void)setSeatbeltProfilePath
:(id
)fp8
;
118 - (id
)seatbeltEnvironmentVariables
;
119 - (void)setSeatbeltEnvironmentVariables
:(id
)fp8
;
120 - (id
)signerIdentity
;
121 - (void)setSignerIdentity
:(id
)fp8
;
122 - (int)applicationSignatureState
;
123 - (void)setApplicationSignatureState
:(int)fp8
;
124 - (void)markApplicationIdentityAsTrusted
;
125 - (int)failedLaunchCount
;
126 - (void)removeAppPrefs
;
127 - (void)launchFailed
;
128 - (void)launchSucceeded
;
129 - (unsigned int)memoryWarningCount
;
130 - (void)setMemoryWarningCount
:(unsigned int)fp8
;
131 - (void)setRelaunchesAfterAbnormalExit
:(BOOL
)fp8
;
132 - (BOOL
)relaunchesAfterAbnormalExit
;
133 - (void)noteAddedStatusBarItem
:(id
)fp8
;
134 - (void)noteRemovedStatusBarItem
:(id
)fp8
;
135 - (id
)remoteApplication
;
136 - (BOOL
)showLaunchAlertForType
:(int)fp8
;
137 - (void)resetLaunchAlertForType
:(int)fp8
;