forked from peterhajas/SpringBoard-4.x-Headers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSBAggregateDCommunicator.h
56 lines (52 loc) · 1.71 KB
/
SBAggregateDCommunicator.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
/**
* This header is generated by class-dump-z 0.2a.
* class-dump-z is Copyright (C) 2009 by KennyTM~, licensed under GPLv3.
*
* Source: (null)
*/
#import <Foundation/NSObject.h>
@class NSTimer, NSMutableDictionary, CPAggregateDictionary;
@interface SBAggregateDCommunicator : NSObject {
CPAggregateDictionary* _dictionary;
NSTimer* _periodicFlushTimer;
NSMutableDictionary* _applicationLastStateTime;
double _backlightOnStartTime;
BOOL _backlightOnStartTimeWasOnBattery;
BOOL _backlightOnStartTimeIsValid;
double _awakeTimeStart;
BOOL _awakeTimeStartWasOnBattery;
BOOL _awakeTimeStartIsValid;
int _lastConnectionType;
double _lastConnectionTime;
BOOL _lastConnectionTimeIsValid;
double _vpnUsageStartTime;
BOOL _vpnUsageStartTimeIsValid;
}
+(id)sharedInstance;
-(id)init;
-(void)dealloc;
-(void)_installedApplicationsChanged:(id)changed;
-(void)reportApplicationState:(id)state oldState:(unsigned)state2 newState:(unsigned)state3;
-(void)reportAppSwitcherActivated;
-(void)_batteryStatusChanged:(id)changed;
-(void)reportScreenHasDimmed;
-(void)reportScreenHasUndimmed;
-(void)_forceUpdateBacklightTimers;
-(void)reportDeviceHasAwoken;
-(void)reportDeviceWillSleep;
-(void)_forceUpdateAwakeTimers;
-(void)reportCallDuration:(double)duration connectionType:(int)type;
-(void)reportConnectionTypeChanged;
-(void)_forceUpdateConnectionTypeTimers;
-(void)reportVPNStatusChanged;
-(void)_startVPNConnectionTimer;
-(void)_stopVPNConnectionTimer;
-(void)_forceUpdateVPNConnectionTimer;
-(void)reportDiskUsage;
-(void)reportNANDUsage;
-(void)reportSpringBoardDidLaunch;
-(void)reportCurrentThemalLevel:(int)level;
-(void)_forceUpdateAllTimers:(id)timers;
-(void)synchronousCommit;
-(void)_significantTimeChanged:(id)changed;
@end